/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
    color: #000;
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    letter-spacing: 1px;
}



p {
    
    font-size: 16px;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        font-size: 16px;
        line-height: 1.6;
    }
    
    .obsah {
    padding: 20px 60px 20px 60px;
 }   
    .height_600px {
    height: 600px;
}

}

a {
    color: #00AEEF;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #028cbf;
}

.light {
    font-weight: 400;
}




.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    background-color: #000;
    font-weight: 700;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: rgba(255,255,255,.6);
}

.navbar-custom .nav li a {
   /* -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;*/
}


.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,1);
    background-color: transparent;

}




.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}


.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {

}

.active  {
/*!
background-color: #f9230d;
 */
}



.navbar-custom .nav li.active a:hover {
    color: #fff;
}




.dropdown-menu  {

        /*background-color: #0095DA;*/
    background-color: transparent !important;
    
    padding: 0px; /*2px*/
    border: 0px solid #cccccc; 
    border: 0px solid rgba(0, 0, 0, 0.15); 
    border-radius: 4px; 
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.0); 
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.0); 


}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #FFFFFF !important;
    white-space: nowrap;
    /*! border-bottom: 1px solid white;*/
    
        -moz-transition-property: none;
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
}

.dropdown-menu > li > a:hover {

    color: #FFFFFF !important;
    background-color: #fc7f85 !important;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;

}

.dropdown-menu li {
    background-color: #F21C25;
}


@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background:rgba(0,0,0,0.7);
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    
    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #000;
    }
    /*! hover menu*/
    ul.nav li.dropdown:hover ul.dropdown-menu{
        display: block;    
    }
    
   
    .height_1{
        height: 70px;   
    }
}










.intro {
    display: table;
    width: 100%;
    height: 65%;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(/images/background.jpg) no-repeat 50% 20% scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(/images/background.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.flex{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}


.linka{
  border-top: 6px solid #F21C25;

  
}

.equal, .equal > div[class*='col-'] {  
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex:1 0 auto;
  }

.obsah {
    /*aaa color: #fff;
    background-color: #0d0d0d;*/
    color: #000;
    background-color: #E5E5E5;
}

.obsah1 {
    color: #000;
    background: url(/obrazky/perti.jpg) no-repeat center center;
    background-size: cover; 
   
}

.obsah2 {
    color: #000;
    background: url(/obrazky/fgr_125_gp.jpg) no-repeat center center;
     background-size: cover;
    
}

.obsah3 {
    color: #000;
    background: url(/obrazky/fgr_moto_3.jpg) no-repeat center center;
     background-size: cover;
     
}  

.obsah4 {
    color: #000;
    background: url(/obrazky/fgr_2500_v6.jpg) no-repeat center center;
     background-size: cover;
     
}  

.obsah5 {
    color: #000;
    background: url(/obrazky/midalu.jpg) no-repeat center center;
     background-size: cover;
 
} 

.obsah5a {
    color: #000;
    background: url(/obrazky/midalu1.jpg) no-repeat center center;
     background-size: cover;
 
} 

.obsah6 {
    color: #000;
    background: url(/obrazky/design.jpg) no-repeat center center;
     background-size: cover;
   
} 

.obsah7 {
    color: #000;
    background: url(/obrazky/umeni_remesla.jpg) no-repeat center center;
     background-size: cover;
  
}   

.obsah8 {
    color: #000;
    background: url(/obrazky/vyroba.jpg) no-repeat center center;
     background-size: cover;
   
}      
.obsah9 {
    color: #000;
    background: url(/obrazky/cestne_uznani.jpg) no-repeat center center;
     background-size: cover;
  
}  

.obsah10 {
    color: #000;
    background: url(/obrazky/parametry.jpg) no-repeat center center;
     background-size: cover;
  
} 

.obrazek1 {
    color: #fff;
    background: url(/obrazky/historie.jpg) no-repeat center center;
     background-size: cover;
     min-height: 500px;
}   
.obrazek2 {
    color: #fff;
    background: url(/obrazky/nas_tym.jpg) no-repeat center top;
     background-size: cover;
     min-height: 500px;
} 


.obsah12 {
    color: #fff;
    background: url(/obrazky/kariera.jpg) no-repeat center center;
     background-size: cover;
  
}

.obsah13 {
    color: #fff;
    background: url(/obrazky/certifikat.jpg) no-repeat center center;
     background-size: cover;
   
} 

.obsah13_eng {
    color: #fff;
    background: url(/obrazky/certifikat_eng.jpg) no-repeat center center;
     background-size: cover;
   
}    

.obsah_video{
    float: none;
    display: table-cell;
    vertical-align: top;
}

.pozadi1 {
    background: url(/obrazky/pozadi1.png) left top;
    background-size: cover;
  
}

div[class^="back_gray"]:hover {
    background-color: #d0d0d0 !important;
    cursor: pointer;
}

div[class^="back_gray"] > H5 {
    color:black;
    padding-top: 70px; 
    margin: 0 0 35px;
}

div[class^="back_gray"] > H5 > small {
    display: block;
    padding-top: 20px;
   
}



.logo_c1 {
    background: url(/obrazky/loga/motojornal.png) no-repeat center 20px;
  
}

.logo_c2 {
    background: url(/obrazky/loga/motoraj.png) no-repeat center 20px;
  
}

.logo_c3 {
    background: url(/obrazky/loga/supermoto.png) no-repeat center 20px;
  
}

.logo_c4 {
    background: url(/obrazky/loga/motohouse.png) no-repeat center 20px;
  
}

.logo_c5 {
    background: url(/obrazky/loga/motocykl.png) no-repeat center 20px;
  
}

.logo_c6 {
    background: url(/obrazky/loga/motorrad.png) no-repeat center 20px;
  
}

.logo_c7 {
    background: url(/obrazky/loga/svetmotoru.png) no-repeat center 20px;
  
}

.logo_c8 {
    background: url(/obrazky/loga/cmn.png) no-repeat center 20px;
  
}

.logo_c9 {
    background: url(/obrazky/loga/royalreport.png) no-repeat center 20px;
  
}

.logo_c10 {
    background: url(/obrazky/loga/esquire.png) no-repeat center 20px;
  
}

.logo_c11 {
    background: url(/obrazky/loga/motorjournal.png) no-repeat center 20px;
  
}

.logo_c12 {
    background: url(/obrazky/loga/autodesign.png) no-repeat center 20px;
  
}

.logo_c13 {
    background: url(/obrazky/loga/motoxpress.png) no-repeat center 20px;
  
}

.logo_c14 {
    background: url(/obrazky/loga/topcars.png) no-repeat center 20px;
  
}





.imageWrap {
  position:relative;
}

.cssMask {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  background:url(/images/mask.png) 0 0 repeat;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 100px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
    
    /*!
     * HOVER otevreni menu (nikoliv ONCLICK))
    */

    }
}

.btn {
    border-radius: 0px !important;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-lg {
    border-radius: 0px !important;
}

.btn-default {
    border: 1px solid #00AEEF;
    color: #00AEEF;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #00AEEF;
    outline: 0;
    color: #000;
    background-color: #00AEEF;
}

.btn-custom {
    border: 1px solid #000000;
    color: #FFFFFF;
    background-color: #000000;
}

.btn-custom:hover,
.btn-custom:focus {
    border: 1px solid #000000;
    outline: 0;
    color: #000;
    background-color: #FFF;
    
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
    
    .container {
    float: none;
    display: block;
}

    [class*="col-"] {
    display: block;
    vertical-align: top;
}
}

footer {
    padding: 0px 0 10px 0;
    /*aaa color: white;
    background-color: #000000;*/
    color: black;
    background-color: #ffffff;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}




.caret{
 display:none !important;
}

.flag{
 width: 30px;
}

.ctverec{
 padding-left: 0px;
 padding-right: 0px;
}

.nula{
 margin-left: 0px;
 margin-right: 0px;
}

.back_white{
 background-color: white;
}

.back_gray{
 background-color: #E5E5E5;
}

.gray{
 background-color: #E5E5E5;
 padding: 20px 60px 20px 60px;
}

.back_semiwhite{
 background-color: #efefef;
}


/* full width video */
.embed-container {
    position: relative;
    padding-bottom: 25% !important;
    height: 0;
    overflow:hidden; 
    max-width: 100%;
} 

.embed-container-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow:hidden; 
    max-width: 100%;
} 

.embed-container-video iframe, .embed-container-video object, .embed-container-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#swipebox-action #swipebox-prev {
    background-position: -32px 13px;
    right: 50%;
}

#swipebox-action #swipebox-next {
    background-position: -78px 13px;
    right: 47%;
}


.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-inner {
    height: 100%;
}

.carousel, .item, .active {
    height: 100%;
}

/* Overline Reveal */
.hvr-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-overline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
   background: #F21C25;
  height: 4px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-reveal:hover:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* Overline Reveal */
.hvr-overline-reveal2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-overline-reveal2:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #009EE3;
  height: 4px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-reveal2:hover:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}



/* ikona u obrazku po najeti */
.img-container {
    position: relative;
    display: inline-block; /* added */
    overflow: hidden; /* added */
}

.profile-img-container img:hover {
    opacity: 0.5
}
.img-container:hover a {
    opacity: 1; /* added */
    top: 0; /* added */
    z-index: 500;
}
/* added */
.img-container:hover a span {
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
/* added */
.img-container a {
    display: block;
    position: absolute;
    top: -100%;
    opacity: 0;
    left: 0;
    bottom: -10px;
    right: 10px;
    text-align: right;
    color: black;
}



