/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
	transition: all 0.1s ease-in-out;
	color: #6a6d68;
	text-decoration: none;
}

h1, h2, h3, h4, p, li {
	color: #333;
}


/*
 * Base structure
 */

html,
body {
	margin:0;
	padding:0;
	height:100%;
	background-color: #dedede;
	min-height: 100%;
	color: #333;
	/*text-shadow: 0 1px 1px rgba(0,0,0,.3);*/
}



/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/*
 * Header
 */
.navbar-default {
	background-color: #6a6d68;
	border-color: #0000;
}

.navbar-brand img{
	width: 100%;
	transition: all 0.4s ease-in-out;
}

.navbar-default a {
	color: #dedede !important;
}

.navbar-default li:hover {
	background-color: #7c807a;
	color: #000 !important;
	transition: all 0.1s ease-in-out;
}

.active>a {
	background-color: #dedede !important;
	color: #000 !important;
}

@media (min-width: 768px) {
	.navbar {
		border-radius: 0;
	}
	.navbar-brand img{
		width: 100%;
	}
	.navbar-nav>li>a{
		padding-top: 30px;
		padding-bottom: 30px;
		font-weight: bold;
	}
}

/*
 * Inner
 */

.priebeh ol {
	margin: 0 0 1.5em;
	padding: 0;
	counter-reset: item;
}

.priebeh ol p {
	margin-left: 20px;
}
 
.priebeh ol > li {
	margin: 0;
	padding: 0 0 0 2em;
	text-indent: -2em;
	list-style-type: none;
	counter-increment: item;
}

.priebeh ol > li:before {
	display: inline-block;
	width: 1em;
	padding-right: 0.5em;
	font-weight: bold;
	text-align: right;
	content: counter(item) ".";
}
 
.cover h1,.cover h4 {
	margin-top: 0;
	margin-bottom: 5px;
	text-align: center;
}

.space {
	margin: 10%;
}


.box {
    border: 1px solid #6A6D68;
    margin: 15px 0px 15px 0px;
	transition: all 0.12s linear 0s !important;
}

.box i {
	color: #3d63b2 !important;
}

.box p {
    font-size: 15px;
}

.box h3 {
	margin: 5px 0px;
}

.box .icon {
	text-align: center;
	margin-top: 5px;
}

.links {
	color: #333;
}

/*
 * Footer
 */
footer {
	margin-top: 30px;
    padding-top: 30px;
    background-color: #303030;
    border-top: 1px solid #ddd;
    color: #e2e2e2;
	bottom: 0;
}

.footer-line {
    width: 80%;
    height: 1px;
    background-color: #808080;
    margin-top: 5px;
    margin-bottom: 5px;
}

footer ul li {
    padding: 10px;
    font-size: 14px;
}

footer p {
    color: #9c9c9c;
}

footer a {
    color: #ccc;
}

footer h5 {
    font-family: 'Open Sans',sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
}

footer .icon {
	display: -webkit-inline-box;
	margin-left: 10px;
	font-size: 16px;
}

.footer-contact {
    display: -webkit-box;
    padding-top: 15px;
    font-size: 15px;
}


/*
 * Affix and center
 */
@media only screen and (max-device-width:480px){ /* sm */
	.navbar-brand img {
		width: 220px;
	}
	h1, h2 {
		font-size: 150%;
		font-weight: bold;
	}
}
@media (min-width: 768px) { /* md */
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
	.cover-container {
		width: 700px;
	}
}


/* 
 * SLIDER
 */
#carousel {
	position: relative;
	margin:0 auto;
}

.slider {
	background:#6A6D68 !important;
}

#slides {
	overflow: hidden;
	position: relative;
	width: 100%;
	min-height: 250px;
}

#slides ul {
	list-style: none;
	width:100%;
	min-height:250px;
	margin: 0;
	padding: 0;
	position: relative;
}

 #slides li {
width:100%;
min-height:250px;
float:left;
text-align: center;
position: relative;
font-family:lato, sans-serif;
}
/* Styling for prev and next buttons */
.btn-bar{
    max-width: 346px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 20px;
    width: 100%;
	text-align: center;
}

.btn-bar h2 {
	color: #DEDEDE;
}

 #buttons {
padding:0 0 5px 0;
float:right;
}

#buttons a {
	text-align:center;
	display:block;
	font-size:50px;
	/*float:left;*/
	outline:0;
	/*margin:0 60px;*/
	color:#DEDEDE;
	text-decoration:none;
	display:-webkit-inline-box;
	display: inline-block;
    padding-bottom: 25px;
    width: 30%;
}

a#prev:hover, a#next:hover {
color:#FFF;
text-shadow:.5px 0px #b14943;  
}

.quote-phrase, .quote-author {
	font-family:sans-serif;
	font-weight:300;
	display: table-cell;
	vertical-align: middle;
	padding: 5px 20px;
	font-family:'Lato', Calibri, Arial, sans-serif;
}

.quote-phrase {
	height: 200px;
	font-size:24px;
	color:#FFF;
	font-style:italic;
	text-shadow:.5px 0px #b14943;  
}

.quote-marks {
font-size:30px;
padding:0 3px 3px;
position:inherit;
}

.quote-author {
font-style:normal;
font-size:20px;
color:#b14943;
font-weight:400;
height: 30px;
}

.quoteContainer, .authorContainer {
display: table;
width: 100%;
}