* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.border {
    border: solid 1px #F00;
}

.error {
    border: solid 2px #cd0a0a !important;
}

html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    color: #525252;
}

.bg-white {
    background-color: #FFF;
}

.bg-yellow {
    background-color: #DEDD00;
}

.bg-gradient {
    width: 100%;
    background-image: url(../img/web/prechod.png);
    background-repeat: repeat-x;
}

h1, h2 {
    text-transform: uppercase;
    color: #274685;
    font-size: 42px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: lighter;
}

.paddingTB40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.paddingTB0 {
    padding-top: 0;
    padding-bottom: 0;
}

.padding0 {
    padding: 0;
}

/* ==== HEADER ====*/

header {
    float: left;
    width: 100%;
    min-height: 91px;
    background-color: #274685;
    color: #FFF;
    position: relative;
    z-index: 100;
    -webkit-transition: height .4s !important;
    -moz-transition: height .4s !important;
    -ms-transition: height .4s !important;
    -o-transition: height .4s !important;
    transition: height .4s !important;

}

#logo {
    float: left;
    display: inline;
    margin-top: 12px;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}

#nav {
    float: left;
    padding-top: 35px;
    margin-left: 20px;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}

#nav li {
    display: inline-block;
}

#nav li a {
    width: auto;
    display: inline-block;
    color: #FFF;
    font-size: 14px;
    padding-right: 35px;
    padding-left: 35px;
    height: 40px;
    text-decoration: none;
    text-align: center;
}

#nav li a:hover {
    background-image: url(../img/web/menu-top.png);
    background-position: center 20px;
    background-repeat: no-repeat;
}

#nav li.active a {
    background-image: url(../img/web/menu-top.png);
    background-position: center 20px;
    background-repeat: no-repeat;
}

#navItems {
    width: auto;
    float: right;
    position: relative;
    margin-top: 25px;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}

.btn-square {
    float: right;
    display: inline;
    width: 39px;
    height: 39px;

    cursor: pointer;
    background-color: #7589B1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-align: center;
    line-height: 39px;
    font-size: 20px;
}

#menu {
    display: none;
    font-size: 22px;
    margin-right: 20px;
}

#search {
    margin-right: 20px;
}

#searchBox {
    width: 300px;
    height: 62px;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 20;
    background-color: #FFF;
    padding: 12px 0 0 12px;
    display: none;
}

#searchBox input[type=text] {
    float: left;
    background-color: #EAEDF3;
    width: 250px;
    height: 41px;
    border: none;
    font-size: 14px;
    padding-left: 15px;
    outline: none !important;
    color: #264685;
}

#searchBox button {
    background: none;
    background-color: #EAEDF3;
    border: none;
    height: 41px;
    color: #264685;
}

#searchBox ::-webkit-input-placeholder {
    color: #264685;
    font-size: 14px;
}

#searchBox :-moz-placeholder { /* Firefox 18- */
    color: #264685;
    font-size: 14px;
}

#searchBox ::-moz-placeholder { /* Firefox 19+ */
    color: #264685;
    font-size: 14px;
}

#searchBox :-ms-input-placeholder {
    color: #264685;
    font-size: 14px;
}

/* ==== LANGUAGES ===== */

#langs {
    width: 39px;
    background-color: #FFF;
    position: absolute;
    top: 39px;
    right: 0;
    z-index: 20;
    display: none;
}

#langs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#langs li a {
    width: 100%;
    color: #7589B1;
    display: block;
    text-align: center;
    line-height: 39px;
    text-decoration: none;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

#langs li a:hover {
    color: #FFF;
    background-color: #7589B1;
}

#langs li:after {
    clear: both;
    position: absolute;
    width: 70%;
    height: 1px;
    background-color: #CAD1E1;
    content: '';
    left: 0;
    right: 0;
    margin: auto;
}

#langs li:last-child:after {
    height: 0;
}

/* ==== SMALLER HEADER ====*/
header.smaller {
    min-height: 55px;
    height: 55px;
    background-color: rgba(41, 68, 138, 0.95);
    position: fixed;
}

.smaller #logo {
    max-height: 40px;
    margin-top: 8px;
}

.smaller #nav {
    padding-top: 20px;
}

.smaller #navItems {
    margin-top: 8px;
}

/* ==== MAIN MENU ===== */

#mobileNav {
    position: fixed;
    width: 100%;
    top: auto;
    left: 0;
    bottom:0;
    background-color: rgba(220, 217, 22, .98);
    z-index: 100;
    display: none;
    color: #333;
    overflow-y: scroll;
    padding-bottom: 20px;
}
#mobileNav ul{
    position: relative;
    list-style: none;
    padding:0;
    margin:0;
    width: 100%;
    float: left;
    overflow-y: scroll;
}
#mobilNavMenu{
    position: relative;
    padding-top:40px;
    overflow-y: scroll;
    float: left;
}
#navMobil{
    border-bottom:solid 1px #333;
}
#navMobil li {
    display: inline-block;
    width: 45%;
    padding-bottom: 20px;
    text-align: center;
}
#navMobil li a{
    color: #333;
}
#mobilNavMenu .main{
    border-bottom:solid 1px #333;
    float: left;
    line-height:50px;
    width: 100%;
    display: block;
    cursor: pointer;
}
#mobilNavMenu .mobileSubmenu{
    padding-left: 20px;
    display: none;
}
.mobileSubmenu li a{
    color: #333;
    width: 100%;
    display: inline-block;
}
#categories {
    width: 100%;
    height: 75px;
    float: left;
    background-color: rgba(220, 217, 22, 1);
}

#mainMenu {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 75px;
    list-style: none;
}

#mainMenu li a {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    height: 75px;
    float: left;
    cursor: pointer;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}

#mainMenu li a img {
    position: relative;
    padding-right: 20px;
    display: inline-block;
    float: left;
    padding-top: 15px;
}

#mainMenu li:nth-child(5) img {
    padding-top: 10px;
}

#mainMenu li a span {
    position: relative;
    display: inline-block;
    color: #274685;
    font-size: 16px;
    line-height: 20px;
    padding-top: 25px;
    font-weight: 500;
}

#mainMenu li:nth-child(5) span, #mainMenu li:nth-child(1) span {
    padding-top: 15px;
}

#mainMenu li a:hover {
    background-color: #FFF;
}

#mainMenu li.active a {
    background-color: #FFF;
}

#submenu {
    display: none;
    box-shadow: 0 3px 3px #999;
}

.subcategories {
    background-color: #FFF;
    width: 100%;
    height: 50px;
    line-height: 50px;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #274685;
    display: none;

}

.subcategories li {
    display: inline-block;
}

.subcategories li a {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;

}

.subcategories li a:hover {
    color: #274685
}

/* ==== HOMEPAGE SLIDER ====*/
#homeSlider .container {
    position: relative;
    height: 100%;
}
#homeSlider ul li{
    list-style: none !important;
}
.carousel-indicators ol{
    list-style: none;
}
.slideName {
    float: left;
    font-size: 42px;
    padding: 3px 10px 3px 10px;
    background-color: rgba(220, 217, 22, 0.85);
    margin-top: 100px;
    color: #000;
}

.slideCaption {
    float: left;
    font-size: 25px;
    margin-top: 30px;
    width: 100%;
    max-width: 400px;
    top: 170px;
    line-height: 120%;
    font-weight: lighter;
    background-color: rgba(0, 0, 0, 0.45);
    color: #FFF;
    padding: 10px;
}

.slideButton {
    position: absolute;
    bottom: calc(20vh - 90px);
    width: 141px;
    height: 51px;
    text-align: center;
    line-height: 51px;
    color: #000;
    font-size: 16px;
    -webkit-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
    background-color: rgba(255, 255, 255, .5);
    cursor: pointer;


}

.slideButton a {
    color: #000;
    text-decoration: none;

}

.slideButton:hover {
    background-color: rgba(255, 255, 255, 1);
}
#insideBanner img{
    width: 100%;
}
.carousel-control{
    z-index: 1 !important;
    display: none;
}
.carousel-indicators li, .carousel-indicators li.active{
    width: 16px;
    height: 16px;
    border: 0;
    margin:3px;

}
.carousel-indicators li{
    background-color: rgba(255,255,255, .55);
}
.carousel-indicators li.active{
    background-color: rgba(255,255,255, 1);
    box-shadow: inset 2px 4px 2px #CCC;
}
/* ==== HOMEPAGE NEWS ====*/

/* ==== REASONS ====*/

#reasons h2 {
    margin-bottom: 40px;
}

#reasons h3 {
    font-size: 25px;
    text-transform: uppercase;
    color: #264685;
    display: block;
    max-height: 60px;
}

#reasons {
    overflow: hidden;
}

.reason {
    min-height: 250px;
}

.reason a {
    color: #7F7F7F;
    text-decoration: underline;
}

.reason a:hover {
    color: #7F7F7F;
    text-decoration: none;
}

#reasons span {
    display: block;
    padding-top: 20px;
    font-size: 16px;
    color: #7F7F7F;
}

#top {
    width: 126px;
    height: 63px;
    display: block;
    background-image: url(../img/web/top_new.png);
    margin: 0 auto;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
}

#top:hover {
    background-image: url(../img/web/scrolltop_hover.png);
}

/* ==== FOOTER ==== */

footer {
    width: 100%;
    float: left;
    min-height: 220px;
    background-color: #274685;
    color: #FFF;
}

#footInfo {
    margin-top: 40px;
    font-size: 12px;
}

.sign a {
    color: #FFF;
    text-decoration: none;
}

.sign a:hover {
    text-decoration: underline;
}

#newsletter:focus {
    border: solid 1px #FFF;
}

#newsletter {
    float: left;
    background-color: #476297;
    width: 211px;
    height: 41px;
    border: none;
    outline: 0 !important;
    color: #FFF;
    font-size: 12px;
    padding-left: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#logNews {
    float: left;
    background-color: #476297;
    padding-left: 10px;
    padding-right: 10px;
    height: 41px;
    border: none;
    color: #FFF;
    font-size: 25px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
}

#logNews:hover {
    background-color: #FFF;
    color: #476297;
}

#newsletter::-webkit-input-placeholder {
    color: #FFF;
}

#newsletter:-moz-placeholder { /* Firefox 18- */
    color: #FFF;
}

#newsletter::-moz-placeholder { /* Firefox 19+ */
    color: #FFF;
}

#newsletter:-ms-input-placeholder {
    color: #FFF;
}

#newsletter:focus::-webkit-input-placeholder {
    color: #dbdbdb;
}

#newsletter:focus:-moz-placeholder { /* Firefox 18- */
    color: #dbdbdb;
}

#newsletter:focus::-moz-placeholder { /* Firefox 19+ */
    color: #dbdbdb;
}

#newsletter:focus:-ms-input-placeholder {
    color: #dbdbdb;
}

#social {
    float: right;
    width: auto;
}

.socialIcon {
    font-size: 30px;
    margin: 10px;
    display: inline;
}

.socialIcon span {
    font-size: 14px;
    text-transform: uppercase;
}

.socialIcon a {
    color: #FFF;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.socialIcon a:hover {
    opacity: .5;
}

/* ==== THUMBNAILS ==== */
#thumbs h1 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: lighter;
}

#thumbs .seoText {
    display: block;
    margin-bottom: 60px;
    border-bottom: solid 1px #F2F2F2;
    padding-bottom: 20px;
}

#thumbs .seoText a {
    color: #264685;
    font-weight: bold;
}

#thumbs h2 {
    color: #264685;
    text-transform: uppercase;
    font-weight: lighter;
    margin-top: 30px;
    font-size: 25px;
    margin-bottom: 20px;
}

#thumbs h2.smallerSize {
    font-size: 20px;
}

.nahled {
    min-height: 400px;
    margin-bottom: 20px;
}

.nahled a {
    text-decoration: none;
}

.nahled .description {
    height: 65px;
    color: #7F7F7F;
    font-weight: lighter;
    margin-top: 5px;
    font-size: 14px;
    overflow: hidden;
}

.nahled a h2 {
    color: #264685;
}

.nahled a:hover h2 {
    color: #264685;
    text-decoration: underline;
}

/* ==== DETAIL ==== */
#bx-pager {
    float: left;
    margin-bottom: 40px;
}
.gallerySmall{
    position: relative;
    z-index: 50;
}
#detail .print {
    float: right;
    margin-bottom: 10px;
}
.print .fa {
    padding-right: 10px;
    font-size: 20px;
}

#detail .print a {
    color: #999;
    text-decoration: none;
}

#detail .print a:hover {
    text-decoration: underline;
}

#detail h1 {
    font-weight: lighter;
    margin-bottom: 80px;
    width: 100%;
    border-bottom: solid 1px #F2F2F2;
    padding-bottom: 20px;
}

#detail h3 {
    font-size: 22px;
    color: #264685;
    font-weight: lighter;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: solid 1px #F2F2F2;
}

#detail .description {
    padding-top: 20px;
    color: #7F7F7F;
    float: left;
    font-size: 16px;
    margin-bottom: 20px;
}

.specification {
    float: left;
    margin-bottom: 40px;
}

.specItem {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
}

.specItem img {
    padding-right: 10px;
}

.specItem .fa {
    padding-right: 10px;
}

.specItem a {
    color: #7F7F7F;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
}

.specItem a:hover {
    color: #264685;
}

/* ==== GENERAL PAGE ===== */

#content h1 {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: solid 1px #F2F2F2;
}
#news{
    width:100%;
    float: left;
    height:430px;
    position: relative;
    overflow-y: hidden;
}
.novinka.opened{
    width: 100%;
    display: block;
    z-index: 50;
    position: absolute;
    top:0;
    left:0;
    background-color: #FFF;

}
.novinka.opened img{
    float: left;
}

.newsThumb{
    width: 100%;
}
.newsThumbContent{
    display:none;
}
.opened .newsThumb{
    width: 40%;
    float:left;
}
.newsThumbContent img{
    padding: 10px;
}
.opened .newsThumbContent{
    width: 0;
    height:400px;
    float: left;
    display:block;
    background-color:#E7E7E7;
    position: relative;
}
.closeNews{
    display:none;
    position: absolute;
    right: 0;
    top:0;
    width: 30px;
    height:30px;
    color: #333;
    background-color: #FFF;
    text-align: center;
    line-height:30px;
    font-size: 20px;
    cursor: pointer;
}
.newsThumbContent .newsText{
    padding: 20px 10px 20px 10px;
}
#news .left, #news .right{
    background:  none !important;
}
#news{
    position:relative;
}
#new ul{
    list-style: none !important;
}
#left{
    position:absolute;
    top:40%;
    left:0;
}
#right{
    position:absolute;
    top:40%;
    right:0;
}
#left a, #right a{
    color: #E7E7E7 !important;
    font-size: 60px;
}
.readMore{
    color: #264685;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}
.readMore:hover{
    text-decoration: none;
}
.newsThumb img{
    cursor: pointer;
}
.novinka .datum{
    color: #264685;
    font-size: 30px;
}