/*
  Styly pro vzhled webu.
*/
body {
    font-family: "Roboto", serif;
    font-size: 16px;
    line-height: 1.46666;
}

.cleaner {
        clear: both;
}

a {
    color: #e16f26;
    text-decoration: underline;
}
a:focus,
a:hover,
a:active,
a.active {
    color: #e16f26;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Roboto Slab", serif;
    font-weight: bold;
    margin-top: 60px;
    margin-bottom: 20px;
}

h1,
.h1 {
    font-size: 36px;
}
h2,
.h2 {
    font-size: 28px;
}
h3,
.h3 {
    font-size: 20px;
}
h4,
.h4 {
    font-size: 18px;
}
h5,
.h5 {
    font-size: 18px;
}
h6,
.h6 {
    font-size: 15px;
}

.fa {
    font-size: 20px;
}
.fa.fa-left {
    margin-right: 5px;
}
.fa.fa-right {
    margin-left: 5px;
}

.modal-title {
    font-size: 28px;
}
.modal-header {
    padding: 21px;
}
.modal-form {
    padding: 7px;
}

.book-icon {
    background-image: url('../img/book-icon.png');
    width: 32px;
    height: 32px;
    display: block;
}
.notepad-icon {
    background-image: url('../img/notepad-icon.png');
    width: 32px;
    height: 32px;
    display: block;
}
.ok-icon {
    background-image: url('../img/ok-icon.png');
    width: 32px;
    height: 32px;
    display: block;
}

.suitcase-icon {
    background-image: url('../img/suitcase-icon.png');
    width: 32px;
    height: 32px;
    display: block;
}
.location-icon {
    background-image: url('../img/location-icon.png');
    width: 32px;
    height: 32px;
    display: block;
}
.phone-icon {
    background-image: url('../img/phone-icon.png');
    width: 32px;
    height: 32px;
    display: block;
    margin-left: -8px;
}
.phone-sm-icon {
    background-image: url('../img/phone-sm-icon.png');
    width: 10px;
    height: 16px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
}
.mail-icon {
    background-image: url('../img/mail-icon.png');
    width: 18px;
    height: 16px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
}

.modal .message-block {
    padding: 7px;
}

.modal .message-block ul {
    padding-left: 30px;
}

.block-space {
    margin-bottom: 40px;
}

.header-container {
    background-color: #000;
    background-image: url('../img/main-pic.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

/* hlavicka */
#header {
    
}

#header .header-top {
    background-color: transparent;
    color: #fff;
    font-family: "Roboto Slab", serif;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
}
#header .header-top p {
    margin: 0;
}
#header .header-top a {
    color: #fff;
    text-decoration: none;
}
#header .header-top .txt {
    margin: 0 0 0 20px;
}
#header .header-top .tel {
    display: block;
}
#header .header-top .email {
    display: block;
}

#header .header-main {
    background-color: #fff;
    padding: 20px 0;
}

#header .header-main .nav-contact-us {

}

.navigation {
    border: none;
    background-color: transparent;
    margin-bottom: 0;
}

.navigation .navbar-brand {
    height: auto;
    padding: 0;
}

.navigation .navbar-collapse {
    border: none;
    box-shadow: none;
}

.navigation .navbar-nav > li > a {
    color: #282828;
    font-family: "Roboto Slab", serif;
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
}

.navigation .navbar-nav > li > a span {
    padding: 5px 0;
    opacity: .75;
}

.navigation .navbar-nav > li.active > a {
    background-color: transparent;
}
.navigation .navbar-nav > li.active > a:focus,
.navigation .navbar-nav > li.active > a:hover,
.navigation .navbar-nav > li.active > a:active {
    background-color: transparent;
}

.navigation .navbar-nav > li > a:focus span,
.navigation .navbar-nav > li > a:hover span,
.navigation .navbar-nav > li > a:active span,
.navigation .navbar-nav > li.active > a span {
    border-bottom: 3px solid #e16f26;
    color: #e16f26;
    opacity: 1;
}

#logo {
	display: block;	
}

#topbar {
	padding: 10px 15px;
	color: #E4E6E4;
	background-color: #3C3E3C;
}
#topbar A {
	color: #E4E6E4; 
}

#topbar UL.langs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#topbar UL.langs LI {
	display: inline-block;
	padding: 0 0 0 5px;
}
#topbar UL.langs LI:before {
	content: "/";
	padding-right: 5px;
}
#topbar UL.langs LI:first-child:before {
	content: "";
}
#topbar UL.langs LI.active A {
	font-weight: bold;
}

#topbar .langs,
#topbar .user {
	display: inline-block;
}
#topbar .user {
	margin-left: 20px;
}

/* hlavni menu */
#mainMenu {
	background-color: #499AB4;
}
#mainMenu A {
	color: #FFFFFF;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;	
}
#mainMenu A:focus,
#mainMenu A:hover {
	background-color: #337AB7;
}

#searchbox {
	padding: 5px 20px 5px 0;	
	width: 200px;
}

/* leve menu */
#menu UL {
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu > UL {
	margin-top: 25px;
	border-top: 1px solid #DDDDDD;
}
#menu UL UL {
	border-top: 0;
	padding: 1px 0 1px 14px;	
}
#menu UL LI.active UL {
	border-top: 1px solid #DDDDDD;
}
#menu UL LI.active LI.active UL {
	border-top: 0;
}
#menu UL LI {
	border-bottom: 1px solid #DDDDDD;		
}
#menu UL LI LI {
	border-bottom: 0;
}
#menu UL LI LI SPAN {
	border-bottom: 1px dotted #DDDDDD;
}

#menu LI SPAN {
	display: block;
	background-image: url("../img/li_left.gif");
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #E5E6EC;
	padding: 10px 15px 10px 20px;
	color: #333333;
}
/* vychozi zobrazeni menu 1. urovne */
#menu LI.active A SPAN {
	background-image: url("../img/li_left.gif");
	color: #333333;
}
/* vybrana polozka menu 1. urovne */
#menu LI.active SPAN {
	background-image: url("../img/li_left_active.gif");
	color: #435CCC;
}

/* vychozi zobrazeni menu 2. a nizsi urovne */
#menu * LI.active LI SPAN {        
}
#menu * LI.active LI A SPAN {
	background-image: url("../img/li_left.gif");
	background-color: #FFFFFF;
	color: #333333;
}
/* aktualne vybrana polozka menu 2. a nizsi urovne */
#menu LI.active * LI SPAN {
	background-image: url("../img/li_left_active.gif");
	background-color: #FFFFFF;
	color: #435CCC;
}

/* prejeti mysi po menu */
#menu LI A:hover SPAN {
	background-image: url("../img/li_left_active.gif");
	background-color: #D6D6D6; /*#EFEFF0;*/
	text-decoration: none;
	color: #435CCC;
}
#menu UL LI A:hover {
	text-decoration: none; /* SAFARI BUGFIX */
}
#menu LI LI A:hover SPAN {
	background-image: url("../img/li_left_active.gif");
	background-color: #EFEFF0; /*transparent;*/
	color: #435CCC;
}

/* main pic */
#main-pic {
    background-color: transparent;
    color: #fff;
    padding: 30px 15px;
    text-align: center;
}

#main-pic .main-pic-title {
    margin-top: 0;
    margin-bottom: 30px;
}

#main-pic .main-pic-content {
    
}

#main-pic .main-pic-text {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 40px;
    opacity: .75;
}

#informs {
    background-color: #282828;
    color: #fff;
    padding: 15px 0;
}
#informs .informs-item {
    padding: 15px 0;
}
#informs .informs-item .informs-item-title {
    color: #e16f26;
    font-size: 18px;
    margin-top: 0;
    text-transform: uppercase;
}
#informs .informs-item .informs-item-title a {
    text-decoration: none;
}
#informs .informs-item .informs-item-text {
    margin-bottom: 0;
    opacity: .5;
}
#informs .informs-item .icon-col {
    float: left;
}
#informs .informs-item .content-col {
    padding-left: 62px;
}

/* why us */
#why-us {
    
}
#why-us .why-us-info {
    padding: 30px 0 60px;
}
#why-us .why-us-info p {
    margin-bottom: 30px;
}
#why-us .why-us-info .why-us-title {
    color: #332c7a;
    font-size: 20px;
    margin-top: 0;
    text-transform: uppercase;
}
#why-us .why-us-info .why-us-text {
    margin-top: 30px;
    margin-bottom: 30px;
}

#why-us .why-us-slider {
    background-color: #000;
    background-image: url('../img/main-pic.png');
    background-position: top center;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    min-height: 500px;
    position: relative;
}
#why-us .why-us-slider #why-us-carousel {
    position: absolute;
    height: 100%;
    padding: 30px 15px;
}
#why-us .why-us-slider #why-us-carousel .item .say-it {
    font-size: 15px;
    margin-top: 60px;
}
#why-us .why-us-slider #why-us-carousel .item .say-it-who {
    color: #e9b8a6;
    font-family: "Roboto Slab", serif;
    font-weight: bold;
    display: block;
}
#why-us .why-us-slider #why-us-carousel .item .say-it-link {
    color: #fff;
    font-family: "Roboto Slab", serif;
    text-decoration: underline;
}
#why-us .why-us-slider #why-us-carousel .carousel-indicators {
    width: auto;
    left: 15px;
    margin-left: 0;
}
#why-us .why-us-slider #why-us-carousel .carousel-indicators li {
    background-color: transparent;
    border: none;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    margin: 0 12px 0 0;
}
#why-us .why-us-slider #why-us-carousel .carousel-indicators li span {
    background-color: #fff;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    opacity: .25;
    display: block;
}
#why-us .why-us-slider #why-us-carousel .carousel-indicators li.active {
    border: 2px solid #fff;
    width: 24px;
    height: 24px;
    padding: 3px;
    position: relative;
    top: 4px;
}
#why-us .why-us-slider #why-us-carousel .carousel-indicators li.active span {
    opacity: 1;
}

/* why us reasons */
#why-us-reasons {
    color: #282828;
    padding: 60px 0;
}

#why-us-reasons .why-us-reasons-title {
    font-size: 36px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

#why-us-reasons .why-us-reasons-content {
    
}

#why-us-reasons .why-us-reasons-item {
    margin-top: 30px;
}
#why-us-reasons .why-us-reasons-item .icon-col {
    float: left;
}
#why-us-reasons .why-us-reasons-item .content-col {
    padding-left: 67px;
}
#why-us-reasons .why-us-reasons-item-title {
    color: #42bd50;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px;
}

/* obsah */
#content > .breadcrumb {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;	
	background-color: #F9F9F9;
}

.main .page-header {
        border: none;
	margin-top: 0;
}
.main .page-header h1 {
	margin-top: 0;
}

.main .childStructures {
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #EEEEEE;
	list-style: none;
}
.main .childStructures.noborder {
	margin: 0;
	padding: 0;
	border-top: 0;
}

.main .loginForm {
	max-width: 640px;
}

/* btn */
.btn {
    border-radius: 0px;
    font-size: 15px;
    letter-spacing: 1.2px;
    font-family: "Roboto Slab", serif;
    font-weight: bold;
    padding: 9px 18px;
    text-transform: uppercase;
}

.btn.btn-write-us {
    margin: 7px 0 7px 20px;
}

.btn.btn-primary {
    background-color: #e16f26;
    border: none;
    color: #fff;
    text-decoration: none;
}

.btn.btn-primary:focus,
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary.active {
    background-color: #bd6832;
}

.btn-light {
    background-color: transparent;
    border: 3px solid #fff;
    color: #fff;
    text-decoration: underline;
    padding-left: 30px;
    padding-right: 30px;
}

.btn.btn-light:focus,
.btn.btn-light:hover,
.btn.btn-light:active,
.btn.btn-light.active {
    color: #fff;
}

/* footer */
#footer {
    
}

#footer .footer-top {
    background-color: #282828;
    padding: 30px 0;
}
#footer .footer-main {
    background-size: cover;
    background-color: #2e2e2e;
    background-image: url('../img/footer-main-bg.png');
    background-position: top center;
    background-repeat: no-repeat;
    color: #989898;
    padding: 60px 0;
}
#footer .footer-main .footer-block-col:last-child .footer-block {
    margin-bottom: 0;
}
#footer .footer-main .footer-block {
    padding-right: 60px;
    margin-bottom: 60px;
}
#footer .footer-main .footer-block-title {
    color: #fff;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
}
#footer .footer-main .btn-show-map {
    margin-top: 15px;
}
#footer .footer-bottom {
    background-color: #282828;
    color: #989898;
    font-size: 12px;
    padding: 30px 0;
    text-align: center;
}
#footer .footer-bottom a {
    color: #989898;
    text-decoration: none;
}

#footer-navigation .navbar-nav > li > a {
    color: #fff;
}
#footer-navigation .navbar-nav > li:last-child > a {
    padding-right: 0;
}
#footer-navigation .navbar-nav > li > a:focus span,
#footer-navigation .navbar-nav > li > a:hover span,
#footer-navigation .navbar-nav > li > a:active span,
#footer-navigation .navbar-nav > li.active > a span {
    color: #fff;
}

#main .subpage {
    padding: 30px 0;
}

.ctooltip {
    border-bottom: 1px dotted black;
    color: #e16f26;
    position: relative;
    display: inline-block;
}

.ctooltip .tooltiptext {
    background-color: black;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    width: 240px;
    bottom: 100%;
    left: 50%;
    margin-left: -1200000px;    
    text-align: center;
    padding: 12px 20px;
    position: absolute;
    text-align: justify;
    z-index: 1;
    opacity: 0;
    transition: opacity .3s;
}

.ctooltip .tooltiptext::after {
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
}

.ctooltip:hover .tooltiptext {
    margin-left: -120px;   
    opacity: .9;
}

@media (min-width: 460px) {
    
    #header .header-top .tel {
        display: inline;
    }
    #header .header-top .email {
        display: inline;
        margin: 0 0 0 40px;
    }
    
}

@media (min-width: 768px) {
    
    #header .header-top .first-col {
        float: left;
    }
    #header .header-top .second-col {
        float: right;
    }
    
    #header .header-main .nav-contact-us {
        
    }
    
    .navigation {
        
    }
    
    #main .subpage {
        background-color: #fff;
        box-shadow: 0px 0px 20px 0px #4c4c4c;
        padding: 80px;
        margin-top: -100px;
        margin-bottom: 30px;
    }
    
    .main .page-header {
        /*background-color: #fff;
        box-shadow: 0px 0px 20px 0px #4c4c4c;
        padding: 80px;
        margin-bottom: 60px;*/
    }
    .main .page-header h1 {
        margin-bottom: 0;
    }
    
    #main-pic {
        padding: 50px;
    }
    
    #main-pic .main-pic-content {
        border: 1px solid rgba(255, 255, 255, .1);
        padding: 40px;
    }  
    #main-pic.home .main-pic-content {
        border: 1px solid rgba(255, 255, 255, .1);
        padding-top: 50px;
        padding-bottom: 50px;
    }  
    
    #informs {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    #informs .informs-item {
        box-sizing: border-box;
        width: 50%;
        float: left;
        padding: 30px;
    }  
    #informs .informs-item:nth-child(odd) {
        border-right: 1px solid #323232;
    }
    
    #why-us .why-us-inner {
        background-color: #fff;
        box-shadow: 0px 0px 20px 0px #4c4c4c;
        position: relative;
        top: -30px;
    }
    
    #why-us .why-us-info {
        padding: 30px;
    }
    
    #why-us .why-us-slider {
        
    }
    #why-us .why-us-slider #why-us-carousel {
        padding-left: 30px;
        padding-right: 30px;
    }
    #why-us .why-us-slider #why-us-carousel .carousel-indicators {
        left: 30px;
    }  
    
    #why-us-reasons {
        padding-top: 30px;
    }
    
    #why-us-reasons .why-us-reasons-item {
        margin-top: 60px;
    }    
    
    #footer .footer-main .footer-block {
        margin-bottom: 0;
    }
    
}

@media (min-width: 992px) {
    
    #main-pic.home .main-pic-content {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    #informs .informs-item {
        padding: 20px 80px;
    }
    
    #why-us .why-us-slider #why-us-carousel .carousel-indicators {
        bottom: 40px;
    }
    
    #why-us .why-us-info {
        padding: 50px 80px;
    }
    
    #why-us .why-us-info p {
        margin-bottom: 35px;
    }    
    #why-us .why-us-info .why-us-text {
        margin-top: 40px;
        margin-bottom: 45px;
    }    
    
    #why-us .why-us-slider #why-us-carousel {
        padding: 50px 40px;
    }
    #why-us .why-us-slider #why-us-carousel .carousel-indicators {
        left: 40px;
    }   
    
}

@media (min-width: 1200px) {
    
    #main-pic.home .main-pic-content {
        padding-top: 110px;
        padding-bottom: 110px;
    }
    
}