/*
gray - #B5B5B5
lightblue - #57B3F4;
darkblue - #384C6F 56 76 111
*/
div[class*="col-"] > .square-responsive,
span[class*="col-"] > .square-responsive,
ol[class*="col-"] > .square-responsive,
ul[class*="col-"] > .square-responsive,
li[class*="col-"] > .square-responsive{
padding-bottom:100%;
}
div[class*="col-"] > .rect-responsive,
span[class*="col-"] > .rect-responsive,
ol[class*="col-"] > .rect-responsive,
ul[class*="col-"] > .rect-responsive,
li[class*="col-"] > .rect-responsive{
padding-bottom:50%;
}
.square-responsive,
.rect-responsive{
position:relative;
overflow:hidden;
}
.square-responsive > *,
.rect-responsive > *{
position:absolute;
}
.square-responsive > .xcontent,
.rect-responsive > .xcontent, .xBigContent {
width:100%;
height:100%;
overflow: hidden;
/*border: 1px solid red;*/
}
.col-md-6{
  
} 

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.5;
}

#background{
  z-index: -1;
}

#header.sticky-style-2 {
    padding-top: 0px;
    border-bottom: none;
}
.logo {
    position: absolute;
    left:0px;
    top:0px;
    height:auto;
    margin-top: 0;
}
#gotoTop {
    display: block; 
    z-index: 299;
    position: fixed;
    width: 40px;
    height: 40px;
    /*background-color: #333;*/
    background-color: rgba(87,179,244,0.8);
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #FFF;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 50px;
    cursor: pointer;
    border-radius: 2px;
}
/* exib-primary-menu  menu start */
  #logo {
      position: relative;
      float: left;
      font-family: 'Oswald', sans-serif;
      font-size: 36px;
      line-height: 100%;
      margin-right: 40px;
      /*padding-left: 7px;*/
      padding-top: 10px;
      padding-bottom: 12px;
      /*width:100px;*/
      height: 70px;
      /*border:1px solid red;*/
  }
  #logo img{
      height: 70px ;
      margin-top: 5px;

  }

.close {
    font-size: 25px;
    opacity: 1;
}
  .buttonLoading{
    background: url(/images/loader-spinner.gif) no-repeat left center;
    padding-left: 30px !important;
    border:1px solid red;
    
  }
   #header{
      z-index: 10;
  }
  #header.sticky-header:not(.static-sticky), #header.sticky-header:not(.static-sticky) #header-wrap, #header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
      /* height: 101px; */
      /*height: 70px !important;*/
  }
  #header.sticky-header:not(.static-sticky), #header.sticky-header:not(.static-sticky) #header-wrap, #header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
      margin-top: 0px;
      height: 40px;
      /*padding: 20px;*/
  }
  .exib-header #header-wrap,   #header.exib-header{
      background-color:rgba(255, 255, 255, 0.99) !important;
      /*background-color: transparent; !important;*/
      box-shadow: 0 0 10px rgba(0,0,0,0.3);
      /*background-color: rgba(56, 76, 111, 0.5);*/
      /* height: 151px; */

  }
  #header.sticky-header #header-wrap {
    min-height: 63px;
    background-color: #FFF !important;
      box-shadow: 0 0 10px rgba(0,0,0,0.3);
    /*box-shadow: 0 0 10px rgba(0,0,0,0.1);*/
  }
  #header.exib-header #logo {
      border-right-width: 0px;
  }
  #header.exib-header #primary-menu > ul {
      /* float: left;
      padding-right: 15px;
      margin-right: 15px; */
      border-right: 0px;
  }
  #primary-menu {
       float: none; 
       /*text-align: center;*/
       text-align: left;
  }
  #primary-menu ul ul {
      float: left;
      text-align: left;
  }
  #primary-menu ul li li {
      display: block;
      
  }

      
  #primary-menu ul li > a {
      display: block;
      line-height: 22px;
      padding: 39px 10px;
      /*color: #384C6F;*/
      color: #646464;
      font-weight: bold;
      letter-spacing: 1px;
      text-transform: uppercase;
      /*font-family: 'Oswald', sans-serif;*/
      font-weight:500;
      -webkit-transition: margin .4s ease, padding .4s ease;
      -o-transition: margin .4s ease, padding .4s ease;
      transition: margin .4s ease, padding .4s ease;
      padding-left: 15px; 
      font-size: 18px;
  }
  @media (min-width: 992px){
      #header.exib-header #primary-menu > ul {
        display: inline;
        float: none; 
        /* padding-right: 15px;
        margin-right: 15px;
        border-right: 1px solid #EEE; */
      }
  }
  @media (max-width: 992px){
      #header {
          position: fixed;
          width:100%;
          top:0px;
          left:0px;
      }
      /*#logo img{
        height: 50px ;
        margin-top: 10px;
      }*/
      #primary-menu-trigger {
        position: absolute;
        opacity: 1;
        font-size: 30px;
        font-weight: 300 !important;
        pointer-events: auto;
        top: 20px;
        margin-top: 0;
        left: auto;
        right: 20px !important;
        z-index: 1;
        color: #384C6F;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        -webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;

      }
      #mobile-side-panel-trigger{
        position: absolute;
        opacity: 1;
        font-size: 25px;
        font-weight: 300 !important;
        pointer-events: auto;
        top: 19px;
        margin-top: 0;
        left: auto;
        right: 60px;
        z-index: 1;
        color: #384C6F !important;
        width: 37px;
        height: 37px;
        line-height: 0px;
        text-align: center;
        -webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;

        border:2px solid #384C6F;
        border-radius: 2px;
        padding: 3px;
        /*border:1px solid red;*/
      }


  }

  #primary-menu ul > li {
    display: inline-block;
    float: none; 
    margin-left: 2px;
    /*margin-bottom: 13px;*/
    margin-left: 12px;
    margin-right: 12px;
  }
  /*#header.sticky-header #header-wrap {*/
  /* #header, #header-wrap {
      background-color:rgba(255, 255, 255, 0.5);
  } */

/* exib-primary-menu  menu end*/

#side-panel {
    z-index:2005;
    
}

#side-panel h4{
  color: #737373;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
    
}
#side-panel .side-panel-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 330px;
    height: 100%;
    overflow: auto;
    padding: 50px 30px 50px 20px;
}






.header-wrap {
    height: 60px;
    /*height: auto !important;*/
    /*background-color: rgba(56, 76, 111, 0.5);*/
    position: relative;
    /*z-index: 199;*/
    -webkit-backface-visibility: hidden;
    margin-top: 80px;
}
#primary-menu .container, .slider-header {
    /*background-color: #323376;*/
    background-color: rgba(56, 76, 111);
    /*min-height: 70px;*/
    /*padding-left: 300px;*/
    padding-top: 0px;
    min-height: 70px;
    padding-bottom: 15px;
}
#primary-menu .container{
    
    height: 30px;
    overflow: hidden;
}


#primary-menu .center-menu {
    padding-left: 300px;
}
#primary-menu ul > li {
     margin-left: 0px; 
     margin-right: 0px; 
}
.slider-header h2{
  font-size: 25px;
  color: white;
  text-shadow: 1px 1px 1px black;
  padding-top: 20px;
}

#primary-menu > .container > ul > li > a {
    position: relative;
    float: left;
    display: block;
    line-height: 30px;
    padding: 49px 0px;
    padding-bottom: 10px; 
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 20px;
    margin-right: : 20px;
    margin-top: -5px;
     /*border: 1px solid red; */
    /* margin-top: 10px; */
    /* color: #444; */
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: 1px;
    -webkit-transition: margin .4s ease, padding .4s ease;
    -o-transition: margin .4s ease, padding .4s ease;
    transition: margin .4s ease, padding .4s ease;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    height: 80px;

    background-color: rgba(56, 76, 111 , 0.0);
    transition: background-color .3s linear;

}
#primary-menu > .container > ul > li > a:hover {
    background-color: white;
    /*color: #FFFFFF;*/
    color: rgba(56, 76, 111);

}
#primary-menu > .container > ul > li {
    border-bottom: none;
}
#primary-menu > .container > ul > li:hover {
    border-bottom: none;
    /*background-color: white;*/
}
.logo img {
    /* margin-top: 33px; */
    /* margin-left: 33px; */
    /* border: 1px solid red; */
    /*height: 104px;*/
    position: relative;
    top: 5px;
    max-width: 130px;
    margin-top: 6px;
    margin-left: 26px;
    height: auto;
    -webkit-transition: height .4s ease, opacity .3s ease;
    -o-transition: height .4s ease, opacity .3s ease;
    transition: height .4s ease, opacity .3s ease;
}



.exib-header-wrap{
  padding-left: 100px;
  padding-right: 100px;
  width: 100%;
  /*border:1px solid red;*/
  position: absolute !important;
}

@media (min-width: 320px) { /* Apply on all screen larger than 319px */
  .stretched #wrapper {
      /*max-width: 800px;*/
      margin: 0;
      box-shadow: none;
      max-width: 2500px;
      /*max-width: 1600px;*/
      /*max-width: 1500px;*/
      /*min-width: 1191px !important;*/
      margin-left: auto;
      margin-right: auto;

  }
  .stretched #wrapper-viewports {
      /*border:1px solid red;*/

  }
  
}


@media (min-width: 1200px){
  
  /**/
  ul li.mega-menu .mega-menu-content {
    padding-left: 200px;
    padding-right: 200px;
    
  }
  #primary-menu ul li.mega-menu .mega-menu-content, .floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content {
    
    margin-left: 200px;
    margin-right: 0px;
    width: 100%;
    /*max-width: 1200px;*/
  }

  /*#header.sticky-header #header-wrap {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      border:1px solid red;
  }*/
  
}
@media (max-width: 1470px) and (min-width: 991px){
 /*  #primary-menu{
   width: 100%;
   position: absolute;
   right: 15px;
   float: left;
   border:1px solid red;
 } */
  .open-roles{
    /*border:1px solid red;*/
    clear: both;
    width: 100%;
  }

}

@media (max-width: 320px) { /* Apply on all screen smaller than 321px */
    /* Override older properties for the 320px viewport */
    
}







  #toolsContainer{
    position: absolute;
    width: 300px;
    height: 100%;
    left: 50px;
    top: 0px;
    z-index: 100;
   /* border: 1px solid red;*/
    /*color: blue;*/
    display: none;
    overflow-y:auto;
    overflow-x:none;
    color:white;
  }
  
/* 
@font-face {
    font-family: "ProximaBold";
     src: url(/fonts/Proxima-Nova-Bold.otf) format("truetype"); 
}
@font-face {
    font-family: "MyFont";
     src: url(/fonts/Montserrat-Light.otf) format("truetype"); 
}
 
@font-face {
    font-family: "MyFontText";
} */
 
/* @font-face {
     font-family: "CalibriRegular";
      src: url(/fonts/Calibri-Regular.ttf) format("truetype"); 
 }
 @font-face {
     font-family: "CalibriBold";
      src: url(/fonts/Calibri-Bold.TTF) format("truetype"); 
 }
  */ 

body{
    margin:0px;
    padding:0px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*background-color: #f2f2f2;*/
    /*background-color: #202932;*/
    background-color: white;
    /*background-image:url(/images/appkey/body-background-i.jpg);*/
    background-size:cover;
    background-position:top center;
    /*background-position: bottom left;*/
    /*font-size: 20px;*/
    line-height: 1.5;
    color: #737373;
    /*font-family: 'Oswald', sans-serif;*/
    /*font-weight: 300;*/
}

@media (max-width: 992px){
   body{
    background-image: none;
    background-color: white;

  }

}

  #wrapper {
      background-color: transparent;
  }
  .exib-slide{
    box-shadow: 3px 0px 10px rgba(0,0,0, 0.8);

  }

/**
font xcolors
color: #3791C2;
color: #323376
color: #A8A9AD
*/
h1, h2, h3, h4, h5, h6 {
  color: #57B3F4;
  padding-top: 0px;
  /* font-style: italic; */
  /*font-family: 'Khula', sans-serif;*/
  /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
  /*font-family: 'Raleway', sans-serif;*/
  /*font-family: 'Oswald', sans-serif;*/
  font-weight: 700;
}


.next-about-holder div{
  display: inline-block;
  font-size: 21px;
  font-weight: bold;
  top: -3px;
  position: relative;
  float: none;

}
.next-about-holder h1{
  background-color: transparent;
  color: #3791C2;
  display: inline;
  font-size: 25px;
  font-weight: bold;
}
.next-about-holder h1 span{
  font-size:33px;
  font-weight: 900;
  top: 3px;
  position: relative;
}
.next-about-holder div > span{
  font-size:25px;
  font-weight: 900;
  top: 3px;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
}






#section-page-content{
}

#section-page-content .content{
  padding:60px;
  border: 2px solid #A8A9AD;
  border-radius: 1px;
  line-height: 1.8
}

#section-page-content .content ul{
  padding:30px;
  /*border:1px solid #A8A9AD;*/
}

#section-page-content .content ul li{
  /*padding:30px;*/
  /*border:1px solid #A8A9AD;*/
    background: url(/images/icons/widget-link.png) left top no-repeat;
    /*border: none !important;*/
    /*color: #444;*/
    /*font-size: 14px;*/
    list-style: none;
    padding: 0 3px 0 22px;
}

#section-page-content .content h3{
  font-size: 21px;
}




.page-text-content .heading-block:after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 40px;
    /*border-top: 2px solid #444;*/
    border-top: none;
}

h4{
  /*font-size: 15px;*/
  /*font: 800 15px MyFont, sans-serif; */
  /*color: #323376;*/
}

h5{
  font-size: 110%;
  font-weight: bold;
  margin: 0px;
  margin-bottom: 3px;
}







/*#primary-menu ul ul:not(.mega-menu-column), #primary-menu ul li .mega-menu-content {*/
.lang-drop-down {
    width: 120px  !important;
    left: auto  !important;
    right: 0px  !important;
    /*border:1px solid red !important;*/
    
}

.countryHover{
  color: #3791C2 !important;
  /*cursor: pointer;*/
  /*font-size: 105% !important;*/
}

.svg-map{
  -webkit-transition: fill .2s ease;
  -moz-transition: fill .2s ease;
  -o-transition: fill .2s ease;
  transition: fill .2s ease;
  stroke:#c4c4c4;
  fill:#BFBFBF;
  cursor: pointer;
}
.svg-map:hover  {
  fill:#323376;
}

/* #map-slovakia{
  border:1px solid red;
  width:700px;
} */
#offices .maps{
    display: block;
    /*border: 1px solid green;*/
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    /*background: yellow;*/
}
#offices .Country h4{
  /*color: #3791C2;*/
  color: #A8A9AD;
  /*border:1px solid red;*/
  font-size: 130%;
  margin-bottom: 0px;
}
#offices .address{
  line-height: 35px;
}

#offices .maps:hover {
  /* transform: scale(1.2); (150% zoom - Note: if the zoom is too large, it will go outside of the viewport)
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;  */
}

.maps-hover {
  transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out; 
}

.footer-logo{
  max-width: 250px;
  margin-top: -20px;
}
@media (max-width: 1200px){
  .footer-logo {
      max-width: 150px;
      margin-top: -20px;
  }
  
}



#footer.dark, .dark #footer {
    background-color: #333;
    color: #CCC;
    border-top-color: rgba(0,0,0,0.2);
    font-size: 13px;
}

.aboutus .feature-box{
  float: none !important;
  display: inline-block !important;
  margin-right: 30px;
}
@media (max-width: 992px){
  .aboutus .feature-box{
    /*float: none !important;*/
    display: block !important;
    margin-right: 0px;
    margin-bottom: 130px;
  }
}
.button {
    /*padding-top: 2px !important;*/
    /*background-color: #3791C2;*/
}



.feature-box {
  transition: transform .2s; /* Animation */
}

.feature-box:hover {
  transform: scale(1.3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.feature-box h3{
  font-size: 25px;
}


.feature-box.fbox-center .fbox-icon {
    position: relative;
    width: 156px;
    height: 156px;
    margin: 0 auto 50px;
}
.feature-box.fbox-center .fbox-icon i {
    font-size: 86px; 
    line-height: 143px !important;
    color:#323376;
}
.feature-box:hover .fbox-icon i {
    color:white;
}
.icon-itindustry{
  /*background-image: url('/images/itimpulse/industry.png');*/
  background-image: url('/images/itimpulse/industry-4.svg');
  background-position: center center;
  background-size: 100% 100%;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s, background-color 0.5s;
  -o-transition: -moz-transform 0.5s, opacity 0.5s, background-color 0.5s;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}
.feature-box.fbox-dark .fbox-icon i, .feature-box.fbox-dark .fbox-icon img {
     background-color: transparent; 
}
.feature-box .fbox-icon i, .feature-box .fbox-icon img {
     background-color: transparent; 
}
.feature-box.fbox-dark.fbox-outline .fbox-icon {
     border-color: #323376; 
}

.contact-us input{
  margin-bottom: 15px;
}

.promo h4{
  margin-bottom: 0px !important;
}
.promo .categories{
  padding-top: 15px;
}
.promo .description{
  padding-right: 30%;
}
.promo .categories span{
  color: #323376;
  margin-right: 20px;
}
.promo-full {
  border-radius: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  padding: 40px 0 !important;
}

.promo-full a.button { right: 15px !important; }

.promo-full.promo-right a.button {
  right: auto !important;
  left: 15px !important;
}

.openPosition .promo{
  padding-left: 30px !important;
  padding-right: 30px !important;
  /*border:1px solid red;*/
  
}

.openPosition .promo .info li{
  list-style: none;
  line-height: 140%;
}

.openPosition .position-description h4{
  margin-top: 60px;
/*color: #3791C2;*/
color: #323376;
/*color: #A8A9AD;*/
  font-size: 25px;
}

.openPosition .position-requirements {
  padding-left: 30px;
}
.openPosition .position-requirements h5{
  color: #3791C2;
  font-size: 20px;
  margin-top: 15px;
}
.openPosition .position-requirements ul{
  margin-bottom: 30px;
}
.openPosition .position-requirements li{
  list-style: none;
}

.openPosition .promo li span{
  font-weight: bold;
  padding-right: 20px;
}

.openPosition .promo{
  font-size: 16px;
}

.applynow-bg{
  padding-left: 20px;
  min-height: 500px;
  background-image: url("/images/itimpulse/applynow3.jpg");
  background-repeat: repeat;
  background-size: 100% 100%;
}
.btnAttachment {
  
/* color: #3791C2;
color: #323376
color: #A8A9AD */
    background-color: #323376;
    color: white;
    /*font-family: 'Nunito Sans', sans-serif;*/
    /*height: 45px;*/
    /*padding: 10px 40px;*/
    /* padding-top: 0px; */
}

.buttonApply {
    background-color: #323376;
    color: white;
  
}

/***** Example custom styling *****/
label.myLabel input[type="file"] {
    position: fixed;
    left: -1000px;
}

.contacInput{
  /*width:96%;*/
  width:100%;
  /*height:44px;*/
  margin-bottom: 10px;
  padding:10px;
}


.contact-us a.button {
    left: 0px !important;
    /*border:1px solid red;*/
    right: auto !important;
}


/* .sticky-header #primary-menu ul li > a {
    font-size: 13px;
    letter-spacing: 1px;
    padding-left: 90px; 
}
.sticky-header  #primary-menu ul li > a i.icon-angle-down:last-child {
    font-size: 11px;
    margin: -2px  0 0 5px;
} */

#primary-menu ul li > a i.icon-angle-down:last-child {
    /*font-size: 21px;*/
    margin: -2px 0 0 10px;
}

.itBanner, .itBanner img.bg{
  position: relative;
  /*border:1px solid blue;*/
}
.itBanner .icons, .itBanner .caption {
  position: absolute;
  /*border:1px solid red;*/
}
.itBanner .icons{
  left: 50px;
  bottom: 200px;
  width: 100px;
  height: 100px;
  z-index: 2;
  /*border:1px solid red;*/
}
.itBanner .caption{
  text-transform: uppercase;
  right: 0px;
  bottom: 160px;
  min-width: 800px;
  background-color:rgba(255, 255, 255, 0.5);
  height: auto;
  z-index: 3;
}
.itBanner img.bg{
  /*border:1px solid red;*/
  z-index: 1;
}
.itBanner .caption h2{
  font-size: 57px;
  /*color: #3791C2;*/
  color: white;
  text-align: right;
  /*background-color: #323376;*/
  padding: 46px 10px 59px 27px;
  /*min-width: 636px;   */
  /*width: 300px;   */
}
@media (max-width: 992px){
  .itBanner .caption{
      bottom: 20px;
      min-width: 200px;
  }
  .itBanner .caption h2 {
      font-size: 57px;
      color: white;
      padding: 16px 80px 19px 17px;
      /* min-width: 636px; */
      /* width: 300px; */
      /*border:10px solid red;*/
  }
  
}
.itBanner .social-icon{
  color: white;
}

/*#header, #header-wrap, #logo img {*/

#header.sticky-header:not(.static-sticky), #header.sticky-header:not(.static-sticky) #header-wrap, #header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
    /*height: 101px;*/
}
#primary-menu ul li > a {
    /*padding: 59px 15px;*/
}
#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
    /*padding-top: 40px;*/
    /*padding-bottom: 40px;*/
}
#header.sticky-header:not(.static-sticky) #top-search, #header.sticky-header:not(.static-sticky) #top-cart, #header.sticky-header:not(.static-sticky) #side-panel-trigger {
    /*margin-top: 40px !important;*/
    /*margin-bottom: 40px !important;*/
}
#top-search, #top-cart, #side-panel-trigger {
    float: right;
    /*margin: 59px 0 59px 15px;*/
}

.bodyPcBg{
  /*background-image: url("/images/babkine-veci.jpg");*/
  /*background-image: url("/images/klasy.jpg");*/
  /*
  background-image: url("/images/18574458-fresh-healthy-vegetables-big-assortiment-food-background.jpg");*/

  background-color: #9A9E00;
  background-color: #5F9300;
  background-color: #CEF9CE;
  background-color: #C7C7C7;
  /*background-image: url("/images/bg1.jpg");
  background-image: url("/images/bg3.jpg");
  background-image: url("/images/bg4.gif");
  background-image: url("/images/bg1a.jpg");*/
/*xxxaa
  background-image: url("/images/floralfree.jpg");
*/
 
  background-repeat: repeat;
}


.bodyMobileBg{
  /*background-image: url("/images/bg-6-full.jpg");*/
  background-image: url("/images/klasy.jpg");


  background-size: 100% auto;
  background-repeat: no-repeat;      
}




  /*.fullBg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
*/
  #maincontent {
    /*position: absolute;
    width:100%;
    height:100%;*/
    /*top: 0;
    left: 0;
    z-index: 50;*/
   /* border: 1px solid red;*/

   /*
   xxx vyska
   */
   padding-top: 100px;
   z-index: 1
  }
  
  #isotoPecontainer{
    margin-bottom: 300px;
  }

  .fullBg {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
  }






     /* * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
      }*/
 
      .xitem {
        width:  50px;
        height: 50px;
        float: left;
        background: #2296DD;
        border: 2px solid #333;
      }
 
      .xitem.thumbnail {
        width:  100px;
        height: 100px;
        background: #cfcfcf
      }
 
      .xitem.medium {
        width:  150px;
        height: 50px;
        background: #A6E392
      }
 
      .xitem.large {
        width:  200px;
        height: 100px;
        background: #D092E3
      }


	.inactiveDownloadBtn {
	   background:none;
	   border:none;
	   box-shadow:none;
     background: rgba(255, 255, 255, 0.1);
     color:gray;
	}
  .searchFilterHolder {
      
      height: auto;
      float: left;
      /*overflow: visible;*/
      /*background: #D26;*/
      padding: 10px;
      border-radius: 5px;
      /*color: #fff;*/
      color:gray;
      /*margin: 10px;*/
      margin-top: 10px;
      /*margin-left: 20px;*/
      background: rgba(35, 44, 35, 0.3);
      /*background-color: white;*/
      /*font-size: 12px;*/
    }  



    .itemBG03 {
      background: rgba(35, 44, 35, 0.7);
      color:#C3C3C3;
    }


    .item {
      margin-bottom: 20px;     
      /*width: 240px;*/
      /*min-width:  200px;*/
      
      /*width: 250px;
      min-height: 200px;*/

     /* height: auto;

      float: left;
      overflow: visible;

      padding: 10px;
      border-radius: 5px;
      color:gray;
      margin: 10px;
      */


    }  
    .item {
     /* width:  400px;
      height: 400px;
      overflow: hidden;
      background: #D26;
      float: left;*/
      /*

      margin-bottom: 10px;
      padding: 5px;
      border-radius: 5px;
      color: #fff;
      font-size: 12px;
      margin: 5px;
      background: rgba(35, 44, 35, 0.8);*/

    }
	.itemIcons{
		/*padding-right:10px;*/
    /*color: black; */
		color: #317f31; 

		font-weight:normal;
		padding-left:10px;
	}

  .itemIconsHolder{
    width:  100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 0px;
    background: #D26;
      /*padding: 5px;*/
      border-radius: 5px;
	  	border-top-left-radius: 0px;
	  	border-top-right-radius: 0px;
	  	/*color: #fff;*/
	      background: rgba(35, 44, 35, 0.6);
	      margin-top:2px;  	
	      /*font-size: 12px;*/

	}

    .itemName {
      /*width:  100px;
      height: 200px;*/
      /*overflow: hidden;*/
      /*background: #D26;*/
      /*float: left;*/
      /*overflow: visible;
      margin-bottom: 10px;*/
      padding: 5px;
      /*border-radius: 5px;*/
      /*color: black;*/
      font-size: 10px;
      /*margin: 5px;*/
      background: rgba(35, 44, 35, 0.6);
      margin-top:2px;
    }
    .thumbnail{
    	background: rgba(35, 44, 35, 0.6);
    	border: none;
    }

    .pswp__bg{
    	/*background: none;*/
    	background: rgba(25, 25, 25, 0.9);
    }
    .pswp__item{
		
      
    /*background-image: url("/images/abstract_bw.jpg");*/
    /*background-image: url("/images/bg-6-full.jpg");
    background-image: url("/images/bg-8-full.jpg");
    background-image: url("/images/18513-red-lines.jpg");
		background-image: url("/images/no-wallpaper-27.jpg");    	*/
    }


    .sirka { 
    	/*width:  280px; 
    	height:200px;*/
    	/*border: 1px solid blue;*/
    }
    .vyska { 
    	/*width: 180px; 
    	height:200px;*/
    	/*border: 1px solid red; */
    }




  
    .ias-spinner, .ias-noneleft {
      position: absolute;
      bottom: -100px;
      width: 100%;
      text-align: center;
      margin-left: -16px;
    }



    .eventBox{
    	/*padding:19px;
    	border: 1px solid red;*/
    	/*margin-right: 20px; 
    	margin-top: 20px; */
    	/*padding: 0px;*/
    	padding: 0px;
    }
    .eventBoxBg{
    	margin: 10px;
    	padding: 10px;
    	/*background-color: red;*/
		border-radius: 5px;
		/*color: #fff;*/
		color:gray;
		/*margin: 10px;
		margin-top: 10px;*/
		/*margin-left: 20px;*/
		background: rgba(35, 44, 35, 0.5);    	

    }

    .itemBoxBg{
      /*margin: 10px;*/
      padding: 10px;
      /*background-color: red;*/
      border-radius: 5px;
      /*color: #fff;*/
      color:gray;
      /*margin: 10px;
      margin-top: 10px;*/
      /*margin-left: 20px;*/
      background: rgba(35, 44, 35, 0.5);      

    }    
    .col-md-3{
    	/*overflow: hidden;*/
    }

.col3{
	width:23%;
	/*border: 1px solid gold;*/
}





/*
*
*
toolbars picturkey navigation styling
*
*
*/

#picturkeyTools .nav-stacked > li{    
		float:left;
		margin-right:5px;
}
#picturkeyTools .nav > li > a{    
		padding: 3px;
}
#picturkeyTools .navbar-nav > li > a{
	padding:5px;
}



/*
*
*
END toolbars picturkey navigation styling
*
*
*/


.topFilters{
	padding:3px;
	height:auto;
	color:white;
	background: rgba(35, 44, 35, 0.9);
	border: none;    	
	display: inline;
	width:auto;
}




#picturkeyFooter{
	padding-top: 50px;
	padding-bottom: 10px;
}



.logoMargin{
  padding-left: 0px;
}
.navbar-brand IMG{
  /*width: 50%;*/
}
/*.navbar-brand IMG{
	width: 170px;
}*/

.jumbotronLocation{
  padding-top: 10px;
  padding-bottom: 10px;
  /*background-image: url("/images/gulky.gif");*/
  background-color: #007f00;
}

.well{
  /*background: rgba(245, 245, 245, 0.8);
  border:none;*/
  /*border: none;*/
  /*background-color: rgba(255, 255, 200, 0.8);*/
  /*color: #FFF;*/
  /*background-color: rgba(55, 177, 27, 0.3);*/
  
  /*background-color: rgba(255, 255, 255, 0.8);*/
  background-color: #F5F5F5;
  /*background-color: white;*/
  font-weight: normal;
  /*color:#555;*/
}
.well .fancy-title h1, .well  .fancy-title h2, .well  .fancy-title h3, .well  .fancy-title h4, .well  .fancy-title h5, .well  .fancy-title h6 {
  background-color: #F5F5F5;
}


.mobileWell{
  background-color: white;
  background: rgba(224, 201, 175, 0.7);
  font-weight: normal;

}



.semiTransparent{

  /*background-color: transparent;*/

}

.opacity20{
   /*opacity: 0.2;*/
}



















.actionBar, .buttons {
    margin: 0 0 1.5em;
}

.button,
div.p2CellManager .button,
div.p2CellManager INPUT[type=submit],
.actionBar A,
.action INPUT[type=submit],
.action INPUT[type=button]{
    Xfont-family: inherit;
    /*padding: 0.2em 0.5em;*/
    Xdisplay: block;
    text-decoration: none;
    margin: 0 1em 0 0;
}
.actionBar INPUT {
    margin: 1px 0 0;
}
div.p2CellManager .button,
.actionBar A {
    float: left;
}

.actionBar .ui-icon {
    display: inline-block;
    margin: 0 2px 0px 0;
}   

div.srbac{
  color: black;
}
div.simple{
  color: black;
}div#assignments{
  color: black;
}

.ias-noneleft a, .ias-noneleft a:focus, .ias-noneleft a:hover, .ias-noneleft em {
  padding:50px;
  background-color: white;
  border-radius: 5px;  
  font-size: 20px;
}


/*permissions select*/
.ms2side__div select{
  width:500px;
}





.btn-link, .pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #57B3F4;
}

/*.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px
}
.pagination>li {
  display: inline
}*/
.pagination>li>a, .pagination>li>span {
 
  /*background: rgba(35, 44, 35, 0.6);*/
  background-color: lightgray;
  /*border: 1px solid gray;*/
  border: none;
  margin-left: -1px;
  margin-right: 10px;
  margin-top: 0px;
  border-radius: 0px;
  position: relative;
  /*border:1px solid red;*/
  min-width: 76px;
  float: left;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
  color: #999;
  background-color: lightgray;
  /*background: rgba(35, 44, 35, 0.6);*/
  border: 1px solid gray;
  border: none;
  border-color: #ddd;
  cursor: not-allowed
}
/*.pagination>li:first-child>a, .pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed
}
.pagination-lg>li>a, .pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px
}
.pagination-sm>li>a, .pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px
}*/











.ui-tooltip, .qtip{
/*  position: absolute;
  left: -10000em;
  top: -10000em;
*/ 
  max-width: 600px; 
  min-width: 150px; 
}



.noborderbottom > .nav-tabs {
  border: 0px;
}
.logintabs > .nav-tabs {
  border: 0px;
}
/*.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {*/






.toggle-editor {
    display: none;
}


.klikKategorie { 
  cursor: pointer; cursor: hand; 
}
.hand { 
  cursor: pointer; cursor: hand; 
}

.msgLegend{
  padding:5px;
  border-radius: 3px;
}

.msgBodyDiv{
  background-color:  #747474;

}

.rsTextarea{
  font-size: 15px;

}

.AjaxLoader{
  height: 70px;
  width: 70px;
  background: url(/images/AjaxLoader.gif) no-repeat center center
}


.in-well-page-header{
  margin-top: 0px;
  padding-top: 0px;
  border-bottom: 0px; 
}

/*prazdne miesto na spodku stranky pred footer*/
#bottomMarginer{
  min-height: 100px;
}


.qtip {
    font-size: 100%;
    line-height: 15px;
    direction: ltr;
}

/*#rezervacieNotification{
  margin-top:20px; 

  top:-5px; 
  position:relative;
  border-right:1px solid #3C3C3C;

}*/



.qtipInfo-class{
  /*background: rgba(35, 44, 35, 0.6);*/
  background: #36FF09;
  border-radius: 0px;
  border: 7px solid #57B3F4;
  padding: 5px;
  color: #4D5E7E;
  font-weight: bold;
  /*font-size: 15px;*/
  line-height: 30px;
  text-align: center;
}
.qtipInfo-class .qtip-content {
    padding: 5px 9px;
     text-align: center; 
}






.nav-sidebar { 
    width: 100%;
    height: 100%;
    padding: 8px 0; 
}

#add-sidebarmenu-rightBorder{
    border-right: 1px solid #ddd;
  
}

.nav-sidebar a {

    color: #333;
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
    -webkit-border-radius: 4px 0 0 4px; 
    -moz-border-radius: 4px 0 0 4px; 
    border-radius: 4px 0 0 4px; 
}
.nav-sidebar .active a { 
    cursor: default;
    /*background-color: #428bca; */
    color: #fff; 
    text-shadow: 1px 1px 1px #666; 
}
.nav-sidebar .active a:hover {
    /*background-color: #428bca;   */
}
.nav-sidebar .text-overflow a,
.nav-sidebar .text-overflow .media-body {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; 
}

/* Right-aligned sidebar */
.nav-sidebar.pull-right { 
    border-right: 0; 
    border-left: 1px solid #ddd; 
}
.nav-sidebar.pull-right a {
    -webkit-border-radius: 0 4px 4px 0; 
    -moz-border-radius: 0 4px 4px 0; 
    border-radius: 0 4px 4px 0; 
}








/*
*
*
toolbars picturkey navigation styling
*
*
*/

#picturkeyTools .nav-stacked > li{    
    float:left;
    margin-right:5px;
}
#picturkeyTools .nav > li > a{    
    padding: 3px;
}
#picturkeyTools .navbar-nav > li > a{
  padding:5px;
}

/*xxx*/
.navbar-nav > li > a  { 
  padding:15px; 
  padding-top:15px; 
  padding-bottom:15px;
}
/*.navbar-nav > li > a:hover  { 
  padding:15px; 
  padding-top:30px; 
  padding-bottom:0px;
   background-color: blue;
}
*/
.topMenuBtns{
  margin-top:0px; 
  padding:0px;  
  /*xxx vyska
  top:  15px; 
  */
  position:relative;
  /*border-right:1px solid #3C3C3C;*//*#404040*/
  margin-right: 5px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 4px;

  /*
  xxx vyska
  */
  margin-bottom: 10px;
}


#nav_bar>ul>li>a:hover {
     background: black;
     /*#8c1b1f*/
     /*#8c1b1f*/

     /*padding-bottom:13px;
     padding-top:17px;
     padding-left:10px;
     padding-right:10px; */
}
#nav_bar>ul>li>ul>li>a:hover {
      /*//styles here for dropdown menu hover*/
}
/*.navbar-nav > li > a   {

    color: #333;
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
    -webkit-border-radius: 4px 0 0 4px; 
    -moz-border-radius: 4px 0 0 4px; 
    border-radius: 4px 0 0 4px; 
}
.navbar-nav > li >   .active a { 
    cursor: default;
    background-color: #428bca; 
    color: #fff; 
    text-shadow: 1px 1px 1px #666; 
}
.navbar-nav > li > a .active a:hover {
    background-color: #428bca;   
}*/



.kupimTabs li > a, .kupimTabs li > a:hover{
  /*background-color: gray;*/
  /*background: rgba(255, 255, 255, 0.7);*/
  /*background-color:  #428BCA;*/
  /*background: rgba(66, 239, 202, 0.5);*/
  /*background: rgba(0, 25, 47, 0.9);*/
  /*background: rgba(215, 215, 215, 0.9);*/
  
  /*background-color:  #81B2DC;*/
  /*background-color:  #007F00;*/
  background-color:  #5cb85c;

  border: 1px solid gray;
  color: white;
  font-weight: normal;
  border-bottom: none;
  font-size: 100%;
  top:9px;

}

.kupimTabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {

  /*background-color: gray;*/
  /*background: rgba(255, 255, 255, 0.7);*/
  
  /*background-color:  #5cb85c;*/
  /*background-color:  #007F00;*/
  
  /*color: white;
  font-weight: bold;
  border-bottom: none;
  font-size: 140%;
  padding-top:15px;
  padding-bottom:15px;
  top:3px;*/
}
/*.active > a:hover {
    background-color: #428bca;   
}*/



.vyberKategorieMenu li > a:hover {
  color: black;
}
/*.active > a:hover {
    background-color: #428bca;   
}*/


a.produktDetail:link{
  
  text-decoration: underline; 
}
a.produktDetail:hover{
  
  text-decoration: underline; 
}
a.produktDetail:active{
  font-weight: bold;
  text-decoration: underline; 
}
a.produktDetail:visited{
  color: #082946;
  text-decoration: underline; 
}

/*viacMoznostiSfajkou*/



/*.select2-default {background-color: #00f; }*/

/*If you are trying to target the combo box wrapper use */
/*.select2-search { background-color: #00f; }*/

/*If you are trying to target the input use*/
/*.select2-search input { background-color: #00f; }*/

/*And if you are trying to target the results wrapper use*/
/*.select2-results { background-color: #00f; }
*/


.vyberKategoriuButton{
border-radius: 5px;
}

.charcounter{
  float: left;
  
  clear: both;
}






.wellTransparent{
  border: none;
  /*background: rgba(35, 44, 35, 0.7);*/
  background-color: rgba(0, 0, 0, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
  
  border-radius: 5px;

-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
  /*color:#C3C3C3;*/
}



.wellTransparentBlack{
  border: none;

  background-color: rgba(0, 0, 0, 0.3);
-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    /*border: 1px solid black;*/
  /*color:#C3C3C3;*/
}


.panel{
  background-color: transparent;  
}
/*.panel, .panel-body{
  background-color: rgba(255, 255, 255, 0.3);  
}*/

/*.navbar-header{
  background-color: red;
}*/

.warningfont{
  padding: 5px;
  background-color: red;
  color: white;
  border-radius: 3px;
}




header.carousel {
  height: 100%;
}

#blackHolder {
  /*background-color: black;*/
  width: 100%;
  /*min-height: 149px ;*/
  /*border-bottom: 6px solid #951C01;*/
  /*min-height: 300px ;*/

}
#blackHolderAlzbetka {
  background-color: black;
  width: 100%;
  /*min-height:130px ;*/
  min-height: 149px ;
  border-bottom: 6px solid #951C01;
  /*min-height: 300px ;*/

}

#topHolderThemeAlzbetka{
  /*background-image: url("/images/barbaricum/topHolderTheme-alzbetka.jpg");*/
  height: 118px;
  width: 788px;
  position: absolute;
  left:342px;
  background-repeat: no-repeat;
  /*border-bottom: 1px solid lightgray;*/
  /*border-top-left-radius: 10px;
  border-top-right-radius: 10px;*/
}

#logoHeader {

  position: relative;
  width: 100%;
  /*min-height:100%;*/
  overflow: visible;

  /*height: 53px;*/
  /* background-color: white; */
  /*background-repeat: repeat-x; xxx*/
  /*border-top-left-radius: 10px;
  border-top-right-radius: 10px;*/
}

.navbar{
  /*background-color: rgba(0, 0, 0, 0.7); */ 
  /*background-image: url("/images/pouadie.jpg");*/
  border-color: none;
  background-color:#e1e1d4;
  /*xxx vyska
  min-height: 103px;*/

}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #05d2f4;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  margin-top: 15px;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #05d2f4;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #05d2f4;
  background-color: #000000;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #05d2f4;
  background-color: #000000;
}
.navbar-inverse .navbar-toggle {
  border-color: #000000;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #000000;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #ffffff;
}
.navbar-inverse .navbar-link {
  color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
  color: #05d2f4;
}



  #logoHeader {
    position: relative;
    width: 100%;
    /*height: 53px;*/
    height: 26px;
  }
  #showAllBtnPassword{
    margin: 40px;
    margin-bottom: 100px;
  }










.label-as-badge {
    border-radius: 1em;
}


.bigerFont{
  font-size: 140%;
}




a.registrujnatrh:link{
  
  text-decoration: underline; 
}
a.registrujnatrh:hover{
  
  text-decoration: underline; 
}
a.registrujnatrh:active{
  font-weight: bold;
  text-decoration: underline; 
}
a.registrujnatrh:visited{
  color: #082946;
  text-decoration: underline; 
}



.minimalizer .well{
  padding: 5px;
  margin: 5px;
}

.ohlasynazov{
  font-size: 130%;
  font-weight: bold;
}


.profilofka{
  /*max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;*/
}

.mobileBtnProduct button{
  margin-top:10px;
  margin-right:10px;
  float: left;

}

.jumbotron{
  font-size: 130%;
}


.timeline-infosky li{
  line-height: 200%;
}







.topTabsMenu{
  margin-top:6px;
}
.nav-tabs{
  border-bottom: none;
}


#searchBox h1, #searchBox h2, #searchBox h3{
  color: white;
}


.noncapital{
  text-transform: none;
}
.black{
  color: black;
}

#searchBox {
  color: white;
}
#searchBox .row {
  color: white;
}
.adminForm .form-group{
  margin-top:30px;
}

.extraprilohapridana{
 background-color: yellow;
 border:1px solid red;
}


/*.btn{
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
}*/

.headered{
  background-image: url("/images/izokad/headerBg.png");
  background-repeat: repeat-x;
}

.headered2{
  background-image: url("/images/izokad/headerBg-2.png");
  background-repeat: repeat-x;
}

.headered2 h1, .headered2 h2, .headered2 h3, .headered2 h4{
  font-weight: bold;
  margin: 0px;
  margin-bottom:0px;
}









.carouselheaderImage{
        border-radius: 5px;
      /*border-top-left-radius: 0px;
      border-top-right-radius: 0px;*/
}
.carouselheader{
  font-size: 35px;
  text-decoration: underline;
  font-style: italic;
  color: white;
}




.carousel-control.left, .carousel-control.right{
  background-image: none;
}



.imgGalleryBar{
  border: none;
  float: left;
  padding: 5px;
  margin-top: 7px;
  margin-right: 7px;
 /* background-color: rgba(149, 28, 0, 0.3);
  background-color: rgba(228, 108, 0, 0.3);*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    /*border: 1px solid black;
  /*color:#C3C3C3;*/
}

.imgItSelfsGallery{
  
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    border: 1px solid black;
  /*color:#C3C3C3;*/
}



.boxedHeader{
  /*width: 100%;*/

  /* border: 0;
  height: 2px;
  
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)); */
  /*border: 1px solid #CECECE;*/
  margin:0px;
  /*margin-left:15px;*/
  /*margin-right:15px;*/
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  /*border-bottom:1px solid #233e81;;*/
  /*border-bottom:1px solid #D3D3D3;*/
  /*height: 2px;*/
  /*background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));*/
  /*background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));*/
  /*margin-top: 5px;*/
  /*margin-bottom: 5px;*/
 background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(51,123,184,0.37) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(51,123,184,0.37) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(51,123,184,0.37) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#5e337bb8',GradientType=1 ); /* IE6-9 */
}

.galleryText{
  color: white;
  font-size: 20px;
  margin-top: 50px
}


#keroGallery{
  color: black;
}
#keroGallery > .thumbnail{
background-color: white;
background-color: rgba(255, 255, 255, 0.6);
}


.thumbnail > h3{
  line-height: 25px;
}













/*
Credits:
Code snippet by @maridlcrmn (Follow me on Twitter)
Images by Nike.com (http://www.nike.com/us/en_us/)
Logo by Sneaker-mission.com (http://www.sneaker-mission.com/)
*/



/*
#nav {
width:950px;
margin:0 auto;
list-style:none;
}
#nav li {
float:left;
}
#nav a {
display:block;
text-align:center;
width:150px; 
text-decoration:none; 
}
*/

.navbar{ 
  margin: 0px;
  background-color:#E0C9AF;
  background-color:#f9f9f9;
  background-color:#fefefe;
  /*background: rgba(224, 201, 175, 0.8);*/
  /*background: rgba(11, 101, 179, 0.8);*/
  /*background: rgba(255, 255, 255, 0.9);*/
  /*xxx vyska
  */
  /*min-height: 103px;*/
  border: none;
  /*border-bottom: 1px solid #233e81;*/
  padding-top: 0px;
  padding-bottom: 0px;


   -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 4px 6px -6px #999;
}
.navbar-brand { 
  padding: 0px;
  margin:0px;
  margin-top: -9px;
  padding-left: 60px;
  margin-right: 0px;
  /*width: 70px;
  height: 50px;*/
  /*background: url('http://www.sneaker-mission.com/uploads/3/1/2/7/31279819/5617441.png') no-repeat center center;
  background-size: 50px;  */
}


.mega-dropdown { position: static !important; }
.mega-dropdown-menu {
  padding: 0px 15px 15px;
  text-align: center;
  width: 100%;
}


.blogContainer{
  margin-top:30px; 
  padding-bottom:30px;
}


.suxybmenu {
text-decoration: underline;
font-size: 14px;
}

.mainContainer{
  padding-top:20px;  
  padding-bottom:20px;
    margin-top:30px; 
  padding-bottom:50px;

}



.filterWell{
  /*background-color: #f2efef;*/
}

.pagination{
  /*width: 100%;*/
  text-align: center;
  /*display: block;*/
  /*float: left;*/
  clear: both;
  margin: 5px;
  padding: 5px;
  width: 100%;
  /*border:1px solid red;*/
}




.transition {
    -webkit-transform: scale(1.6); 
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
}
.scaleImg {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
}





.caption-text   a, .caption-text a:hover{
  color:  white;
}

















.mainTabs{
  margin-left: 10px;
}




.captionDetailBtn > a, .captionDetailBtn > a:focus,  .captionDetailBtn > a:hover {

  color: white;
  font-weight: bold;
  
}



 .form-control, .tagit {
  border:1px solid black
}

.eventBoxTextRow h4{
  display: block;
  font-size: 160%;

  margin: 0px;
  padding: 0px;
  

}

a.eventH4 , a:focus.eventH4 ,  a:hover.eventH4   {
  font-style: normal;
  font-weight: bold;
  color:  white;
  color:  #323376;
  text-decoration: none; 
  
}


/* .footer-reveal #footer {
    position: fixed;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#footer {
    background: rgba(0,0,0,.85);
    color: #fff;
    letter-spacing: .1rem;
    padding: 0;
    margin: 0;
    font-size: .9rem;
} */

.footer h3{
  letter-spacing: 1px;
  color: white;
  text-transform: uppercase;
  font-size: 120%;
}

.footer {
  /* position: absolute; */
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  color: white;
  color: #999;
  width: 100%;
  /* Set the fixed height of the footer here */
  background-color: #f5f5f5;
  background-color: #373a3c;
  font-weight: normal;
  z-index: 3;
}
.footerContent{
  padding: 20px 0px;
  
}

.copyright{
  /*border:1px solid blue;*/
  color: #777;
  padding: 23px;
  background-color: rgba(0,0,0,.85);
  background-color: #131313;
  font-size: 11px;
}
.copyright a, .copyright a:focus ,  .copyright a:hover{
  font-style: normal;
  font-weight: bold;
  color:  white;
  color:  #323376;
  text-decoration: none; 
  
}
.copyright a:hover{
  color:  white;
}


.gridItemDetail a, .gridItemDetail a:focus ,  .gridItemDetail a:hover{
  font-style: normal;
  font-weight: bold;
  color:  #323376;
  text-decoration: none; 
  
}
.gridItemDetail a:hover{
  color:  white;
}



#gototopHolder{
     z-index: 4; 
}
#gototopCircle{
    display: none;
   position:absolute; 
   bottom: 50px; 
   right:40px;  
    background: rgba(0,0,0,.3);
    border: 2px solid rgba(255,255,255,.8);
    height: 40px;
    width: 40px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
   /*z-index:10000*/
    cursor: pointer; cursor: hand; 
    font-weight: normal;
}
#gototop{
  
}


.timelineDetail{
  font-weight: normal;
  font-size: 100%;  
  border-top: 1px dotted gray;
  margin-top: 10px;
  /*opacity: .5;*/
  padding-top: 5px;
}



.related-posts {
    text-align: center;
    width: 100%;
    margin: 45px 0 0;
    border-top: 1px dotted rgba(0, 0, 0, 0.3);
}
.textblock{
  font: 400 15px MyFontText, sans-serif; 
  line-height: 170%;
  letter-spacing: 0.5px;
  font-weight: normal;
  font-size: 15px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}


.related-posts h5 {
    background: #f2f2f2;
    /* font: 400 15px MyFont, sans-serif; */
    /*font: 400 15px MyBold, sans-serif; */
    /*font-family: 'Oswald', cursive;*/

    letter-spacing: 2px;
    margin: 0 auto 20px;
    text-transform: uppercase;
    position: relative;
    top: -12px;
    width: 30%;
}

.related-posts h1, .related-posts  h3{
    background: #f2f2f2;
    /*font: 400 20px MyFont, sans-serif;*/
     /*font: 400 25px MyBold, sans-serif; */
    /*font-family: 'Oswald', cursive;*/
    letter-spacing: 2px;
    margin: 0 auto 10px;
    text-transform: uppercase;
    position: relative;
    top: -12px;
     width: 75%;  
    /*font-weight: bold;*/
    /*color #323376;*/
    color: black;
}

.scaleImg{
  border-radius: 3px;
  box-shadow: 1px 1px 7px #888888;   
}


li.PIZZAactiveTabBtn > a, li.PIZZAactiveTabBtn > a:focus,  li.PIZZAactiveTabBtn > a:hover {

  /*background-color:  white;  */
  background-color: rgba(228, 108, 0, 0.9);
  color:  white;

  /*background-color: rgba(255, 255, 255, 0.5);*/
  /*color:  #951C01;*/
  font-weight: bold;
  border-bottom: none;
  /*font-size: 18px;
  padding-top:9px;
  padding-bottom:15px;*/
    font-size: 18px;
  padding-top: 15px;
  padding-bottom:9px;
  margin-left: 22px;


  padding-left:33px;
  padding-right:33px;

  top:-0px;
  
}
li.PIZZApassiveTabBtn > a, li.PIZZApassiveTabBtn > a:focus,  li.PIZZApassiveTabBtn > a:hover {

  /*background-color:  #951C01;  */
  background-color: rgba(228, 108, 0, 0.9);
  color: white;
  font-weight: bold;
  border-bottom: none;
    font-size: 18px;
  padding-top: 15px;
  padding-bottom:9px;
  
  padding-left:33px;
  padding-right:33px;
  margin-left: 22px;

  top:-0px;
  
}




#nav {
/*padding-left: 0px;
margin:0 auto;
top: 0px;
list-style:none;*/
}
#nav a {
/*display:block;
text-align:center;*/
/*color: #C7C7C7;*/
/*text-decoration:none; */


/*color:  #233e81;*/
/* color:  #C7C7C7;
color:  #767676; */

}

#nav a:hover {
/*background-color: #e1e1e1;*/
}


#nav a {
/*padding-left: 0px;
margin:0 auto;
top: 0px;
list-style:none;*/
}

.bootbox{
  z-index: 10001
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
  background-color: #e1e1e1;
  
}
.topnavbar >  li > a {
  /*padding-top: 28px;
  padding-bottom: 0px;*/
}

.nav > li > a:focus, .nav > li > a:hover{
  background-color: none;
}
.topnavbar >  li > a:hover {
  /*padding-top: 28px;
  padding-bottom: 0px;*/  
}

/* .topnavbar >  li > a:hover { 
  padding-top: 20px;
  color: green
} */



.mega-dropdown { 
  position: static !important; 

}
.mega-dropdown-menu {
  padding: 0px 15px;
  text-align: left;
  width: 100%;
}

.dropdown-menu>li>a{
  padding-top: 15px;
  padding-bottom:15px;  
}



.megaDropdown-ul-font{
  /*font-family: 'Oswald', sans-serif;*/
  line-height: 30px;
}
.megaDropdown-ul{
  float:left; 
  margin-top:20px;
  margin-bottom:0px;
  padding:20px;
  border-right: 1px solid #f2efef;
  /*font-family: 'Oswald', sans-serif;*/
  line-height: 30px;
}


.overflowHidden{
  overflow: hidden;
}
.borderRed{
 border:1px solid red;;
}

.showAllImgBigLink{
  text-decoration: underline;
}
.showAllImgWell{
  padding-left: 10px;
  /*border:1px solid #3276b1;*/
  border:none;
}
.showAllImgWellText{
  /*padding-left: 10px;*/
  background-color: #3276b1;
  color:white;
}

.nopadding{
  padding:0px;
 }

 .inputRowMarginBottom{
  margin-bottom: 30px;
 }
 .novpadding, .novpading{
  padding-left:0px; padding-right:0px;
 }
 .smallpaddning{
  padding-left:3px; padding-right:3px;
 }
 .norpadding{
  padding-right: 0px;
 }
 .nomargin{
  margin: 0px;
 }



.form-control-classic {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input[type="radio"], input[type="radio"]+label {
    display: inline;
}
input[type="radio"] {
  margin-left: 10px;
}
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    /*-webkit-box-shadow: 2px 2px 2px rgba(4, 4, 4, 0.3);*/
    /*-moz-box-shadow: 2px 2px 2px rgba(4, 4, 4, 0.3);*/
    /*box-shadow: 2px 2px 2px rgba(4, 4, 4, 0.3);*/
    border-radius: 1px;
}
.input-group-addon {
 /*    padding: 6px 12px;
 font-size: 14px;
 font-weight: 400;
 line-height: 1;
 color: #555;
 text-align: center;
 background-color: #eee;
 border: 1px solid #ccc; */
    border: 2px solid #DDD;

    border-radius: 1px;

}





.boxAutorSpan{
    float:right; text-align: right; margin-top:-5px
}
h4.boxStatusTitle{
  display:inline;
  
}
.boxStarRatingContent{
  float:left; width:200px; padding-left:10px;
}
.boxStarRatingContent{
  float:left; width:200px; padding-left:10px;
  min-height: 40px;
}
.boxCreatedTimeSpan{
  display: block;
  text-align: right; 
  color:gray; 
  font-weight:normal;
  font-size:90%
}
.boxAutorSpanContent{
  display: block;
  float: right;
  /*border:1px solid red;*/
  clear: both;
}
.boxDetailInfo{
    float:right; 
    padding-top:5px; 
    padding-right:0px
}
#nakeInformaceBtn{
  display: none;
}
#xsideBar{
  
  display: block;  
}
.itemSkupinyIcons{
  text-align: right;
  margin-top: 0px;
  float: right;
}
.itemSkupinyInfo{
  text-align: right;
  margin-top: 7px;
  float: right;
  /*border:1px solid red;*/
}

.headerActive, .headerActiveSlim {
  /* display:inline;
   display: inline-block;
    */ 
  float:left; 
  margin-bottom:0px; 
  border-top:2px solid #e3e3e3; 
  border-left:2px solid #e3e3e3; 
  border-right:2px solid #e3e3e3; 
  padding:7px; 
  margin-left:7px; 
  background-color:white; 
  top:2px; 
  position:relative; 
  z-index:2;
  border-radius: 2px;
  margin-left:7px; 
}
.headerActiveSlim{
  border-top:1px solid #D3D3D3; 
  border-left:1px solid #D3D3D3; 
  border-right:1px solid #D3D3D3; 
  background-color: transparent;
  border-radius: 2px;
  padding:7px; 
  top:0px;
  background-color: white;
}
.headerPassive{
  font-weight:normal; 
  color:#9B9B9B; 
  /*display:inline; */
  float:left; 
  margin-bottom:0px; 
  border-top:2px solid #e3e3e3; 
  border-left:2px solid #e3e3e3; 
  border-right:2px solid #e3e3e3; 
  padding:7px; 
  margin-left:7px; 
  background-color:white; 
  top:0px; 
  position:relative; 
  z-index:2; 
}


.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    /* max-height: 340px; */
     max-height: 100%; 
}

.dwnldBtns{
    /*border:1px solid red;*/
    position: absolute; left: 20px; top:20px; display:none;
}

#myStuffToolbar{
  position: absolute;
  top:30px;
  left:20px;
  width: 100%;
  /*border:1px solid red;*/
  text-align: left;
  padding-top: 10px;
}

.topnavbarcontainer{
  padding-left: 20px;
  padding-right: 20px;
  /*display: */
}

.marginTopForLogin{
  margin-top: 30px;
}
.nav-tabs{
  padding-left: 30px;
}

.nav-tabs li{
  margin-right: 10px;
}


.minHeightWell{
  min-height: 576px;
}
.padding-left-nav-tabs {
  padding-left: 35px;
}




.actionHeader{
  margin-top: 20px;
}
#navtabsSearchInputPrispevok{

  background: url(/images/icons/famfaram/icons/zoom.png) no-repeat scroll 7px 7px;
  padding-left:30px;
  background-color: white;
  width: 400px;float:left;  
  z-index:3000;
  margin-right:20px; 
  height:35px;
}
.navtabsSearchInputImage{
  background: url(/images/icons/famfaram/icons/zoom.png) no-repeat scroll 7px 7px;
  padding-left:30px;
  background-color: white;
  width: 400px;float:left;  
  z-index:3000; 
  margin-right:10px;
  height:35px !important;
}

.navtabsSearchInputImage > a{
  height:35px !important;
}
.select2-container .select2-choice > .select2-chosen{
  display: inline;
}
.pozvankaWell{
  padding-bottom: 60px;
  /*border:1px solid red;*/
}
.headerPortfolioHomeBox{
  font-size: 15px;
  font-color: #3276B1;
  padding-left: 0px;
  padding-right: 0px;

}








/**
swiper start
*/
.swiper-slide {
    overflow: auto;
}
.swiper-pagination, .swiper-pagination-topinka{
    position: absolute;
    bottom: 5px;
    /*left: 50%;*/
    /*width:100%;*/
    /*text-align: center;*/

}
.swiper-button-prev{
    left: 3px;
    position: absolute;
    top: 50%;
    width: 13px;
    height: 22px;
    margin-top: -11px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 13px 22px;
    -webkit-background-size: 13px 22px;
    background-size: 13px 22px;
    background-position: center;
    background-repeat: no-repeat;

}
.swiper-button-next{

    right: 3px;
    position: absolute;
    top: 50%;
    width: 13px;
    height: 22px;
    margin-top: -11px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 13px 22px;
    -webkit-background-size: 13px 22px;
    background-size: 13px 22px;
    background-position: center;
    background-repeat: no-repeat;

}
.swiper-pagination-bullet{
    margin-right: 10px;
    /* margin-top: 10px;
    margin-bottom: 10px; */
}
.swiper-pagination-holder {
    position: absolute;
    width:100%; height: 20px;
    /*border:1px solid red;*/
    bottom: 0px;
}
.swiper-pagination-holder > .swiper-pagination{
    position: relative;
}
/**
swiper end
*/
.widgetImageHolder{
  height:200px;
}
.widgetImageHolderBig{
  height:421px;
}
.swiper-portfolio-info{
  color:white;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.3)
}
.portfolioLabel{
  padding: 5px;
  font: 400 29px ProximaBold, sans-serif;
}
.portfolioLabel a:link, .portfolioLabel a:hover, .portfolioLabel a:active, .portfolioLabel a:visited{
  color:white;
  text-decoration: none; 
}
.portfolioLabel a:hover{
  color:white;
  text-decoration: underline !important; 
  /*text-decoration: line-through !important; */
}

.portfolioPopis{
  padding: 5px;
  font: 400 15px MyFont, sans-serif;
  width: 100%;
  text-align: center;
}
.vAlignText{
  display: none;
}
.portfolioAdminEditLabel{
  font-weight: bold;
  opacity: .4;
}
@media (max-width: 767px) {

  .widgetImageHolder{
    height:280px;
    width: 100%;
    overflow: hidden;
    /*border:1px solid red;*/
  }
  .widgetImageHolderBig{
    height:280px;
    width: 100%;
    overflow: hidden;
    /*border:1px solid red;*/
  }

  .swiper-pagination-holder {
      position: absolute;
      width:100%; height: 20px;
      /*border:1px solid red;*/
      bottom: 0px;
  }
  .swiper-pagination-holder > .swiper-pagination{
      position: relative;
  }


  
  .nopaddingMobile{
    padding:0px;
  }

  li.activeTabBtn > a, li.activeTabBtn > a:focus,  li.activeTabBtn > a:hover {

    background-color:  #323376;  
    color:    white;
    font-weight: bold;
    border: 2px solid  #323376;
    /*border-bottom: none;*/
    font-size: 13px;
    
  }
  li.passiveTabBtn > a, li.passiveTabBtn > a:focus,  li.passiveTabBtn > a:hover {

    background-color:  #fefefe;  
    color: #323376;
    font-weight: bold;
    border-bottom: none;
    font-size: 13px;
  }
  .nav-tabs>li.activeTabBtn>a, .nav-tabs>li.activeTabBtn>a:focus, .nav-tabs>li.activeTabBtn>a:hover {
      
    background-color:  #323376;  
    color: #fefefe;
    font-weight: bold;
    font-size: 13px;
  }
  
  .marginTopForLogin{
    margin-top: 0px;
  }
  .padding-left-nav-tabs {
    padding-left: 0px;
  }
  .nav-tabs{
    padding-left: 0px;
  }
  /*.nav-tabs > li{
    width:100%;
  }*/
  .nav-tabs>li>a {
      margin-right: 2px;
      line-height: 1.42857143;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px;
      margin-bottom: 10px;
  }


  .row{
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .topnavbarcontainer{
    padding-left: 10px;
    padding-right: 10px;
  }
  #myStuffToolbar{
    display: none;
  }

   
   .infoIconsHolder{
    opacity: .4
   }
  .dwnldBtns{
    position: absolute; left: 0px; top:0px; display:none;
    /*border:1px solid red;*/
    /*position: absolute; left: 0px; bottom:0px; display:none;*/
  }
  .navbar{
    max-height:100% !important; 
    /*overflow:auto;*/
    
  }
  .itemSkupinyInfo{
    text-align: left;
    float: left;
    /*border:1px solid red;*/
  }
  h3{
    /*display: none;*/
    width:100%;
    /*max-height: 30px;*/
    float: left;
  }
  #nakeInformaceBtn{
    display: block;  
  }
  #xsideBar{
    display: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  #xsideBar{
    float: left !important;
  }
  #xgrid{
  padding-left: 0px !important;
  padding-right: 0px !important;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #05d2f4;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #05d2f4;
    background-color: #000000;
  }

  .oznacbtn_ok{
    margin-top: 10px;
  }

  h4.boxStatusTitle{
    
    width: 100%;
    /*display: block !important; */
    float:left;
    
  }  
  .boxAutorSpan{
    width: 100%;
    float:left; text-align: left; margin-top:10px; margin-bottom: 10px;
  }
 
  .boxAutorSpanContent{
    display: block;
    float: left;
    /*border:1px solid red;*/
  }
  .boxCreatedTimeSpan{
    display: inline;
    text-align: left; color:gray; font-weight:normal;font-size:90%; 
    display: inline;
  }
  .boxStarRatingContent{
    float:left; width:200px; padding-left:10px;
    min-height: 60px;

  }
  
  .boxDetailInfo{
    float:left; 
    padding-top:5px; 
    padding-right:12px
  }
}


.ui-autocomplete{
  /*border:10px solid red;*/
}




/*aktivny gombik je zeleny*/
.btn:active, .btn.active {
    box-shadow: inset 0px 0px 12px rgba(253,240,66,.99);
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439;
}
.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.zadanieRow{
  margin-top: 10px;
  /*border:1px solid red;*/

}
.zadanieRow {
  line-height: 18px;
  border-bottom: 1px dashed #DFDFDF;
  padding-bottom: 10px;
}




.appkeyAccordion .squaredOne {
  margin: 10px 10px; 
  /*width: 20px;*/
  overflow: visible;
}
.appkeyAccordion .squaredOneInline {
 width: 19px;
  height: 19px;
 display: inline;
 float: left;
 margin: 0px;
 margin-right: 10px;
 /*border:1px solid red;*/
}
.appkeyAccordion .chbxLabelPerm {
  width: 100%;
  min-width:400px;
  margin-left: 0px;
}
.ui-accordion .ui-accordion-content {

    padding-top: 20px;
    margin-bottom: 20px;
}



 .ui-accordion .ui-accordion-content {
     /*padding: 0px ;*/
     /*border:1px solid red; */
    /*border-top: 0;
    margin-top: -2px;
    position: relative;
    top: 1px;
    margin-bottom: 2px;
    overflow: auto;
    display: none;
    zoom: 1;*/
}


.hrOnBlue{
  /* border: 0;
  height: 2px;
  
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)); */
  border-top: 1px solid #ebf1f6;
  height: 1px;
  /*background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));*/
  background-image: none;
  margin-top: 5px;
  margin-bottom: 5px;
}

.zadanieBlueGradient{
background: #e0f3fa; /* Old browsers */
background: -moz-linear-gradient(-45deg, #e0f3fa 0%, #d8f0fc 50%, #b8e2f6 51%, #b6dffd 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #e0f3fa 0%,#d8f0fc 50%,#b8e2f6 51%,#b6dffd 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #e0f3fa 0%,#d8f0fc 50%,#b8e2f6 51%,#b6dffd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.zadanieBlueGradient2{
  background: #b3dced; /* Old browsers */
background: -moz-linear-gradient(-45deg, #b3dced 0%, #29b8e5 50%, #bce0ee 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #b3dced 0%,#29b8e5 50%,#bce0ee 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #b3dced 0%,#29b8e5 50%,#bce0ee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.sqBtn{
  position: relative;
  width: 30px;
  height: 30px;
  padding: 0px;
  margin-right: 7px;
  border-radius: 1px; */
}

.shInfo{
  color:white;
  /*text-shadow: 1px 1px 1px #6D6D6D; */
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7);
  /* -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 4px 6px -6px #999;*/

  /*opacity: .5;*/
  
}

.zadanieCol1, .zadanieCol2, .zadanieCol3 {
  min-height: 60px;
}.zadanieCol1, .zadanieCol2{
  border-right:1px solid white;
}


.highButton{
  padding-top: 15px;
  padding-bottom: 15px;
}
 a.highButton{ 
  color: white;
}

.topInlineTabsStyle1{
  position:relative; 
  top:1px; 
  z-index:1; 
  margin-left:20px;
}
.topTabsMenu .activeTabBtn{
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  border-bottom: 0px;
}


.alert {
  font-size: 16px;

}

.circular {
  position: relative;
  display: inline-block;
  /* float:left;  remove*/
  margin:4px 10px 0 0;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  background-position: center; 
  box-shadow: 0 0 8px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .3 );
}

















.nav-sidebar { 
    width: 100%;
    padding: 10px 0; 
    /*border-right: 1px solid #ddd;*/
}
.nav-sidebar a {
    color: #333;
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
}
.nav-sidebar .active a { 
    cursor: default;
    background-color: #323376; 
    color: #fff; 
}
/* .nav-sidebar .active a:hover {
    background-color: #E50000;   
} */
.nav-sidebar .text-overflow a,
.nav-sidebar .text-overflow .media-body {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; 
}


.gradientShowAll{
  background: rgba(255,255,255,0);
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(60%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}


.lSAction > a {
    background-repeat: no-repeat;
    height: 31px;
}

.editable-input  .form-control {
  padding-top:7px !important;
}

.editable-input select.input-sm {
    height: 40px;
    /* line-height: 30px; */
}

.griditemimg {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}
.griditemimghover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.ui-dialog .ui-dialog-titlebar {
     padding: 5px 0px; 
}
.ui-dialog .ui-dialog-title {
   
    /* margin-top: 5px; */
    /* margin-bottom: 5px; */
    padding: 5px;
    font-size: 12px;
    line-height: 10px;
}




.checkbox label:after {
  content: '';
  display: table;
  clear: both;
}

.checkbox .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: .25em;
  width: 1.5em;
  height: 1.5em;
  float: left;
  margin-right: .5em;
}

.checkbox .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 15%;
}

.checkbox label input[type="checkbox"] {
  display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon {
  opacity: 0;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
  opacity: 1;
  color:white;
}
.checkbox label input[type="checkbox"]:checked+.cr {
  background-color: #323376;
}

.footer-infos a {
    padding-left: 30px;

}

.footer-infos a:before {
    display: inline-block;
    content: '•';
    padding: 0 0.5em;
}

/* Shared */
.loginBtn {
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #FFF;
}
.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}
.loginBtn:focus {
  outline: none;
}
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}


/* Facebook */
.loginBtn--facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn--facebook:before {
  border-right: #364e92 1px solid;
  background: url('/images/icon_facebook.png') 6px 6px no-repeat;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
  background-color: #5B7BD5;
  background-image: linear-gradient(#5B7BD5, #4864B1);
}


/* Google */
/* .loginBtn--google {
  font-family: "Roboto", Roboto, arial, sans-serif;
  background: #DD4B39;
}
.loginBtn--google:before {
  border-right: #BB3F30 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
}
.loginBtn--google:hover,
.loginBtn--google:focus {
  background: #E74B37;
} */
.hidden{
  display: none;
}
.modal-backdrop
{
    opacity:0.7 !important;
}
.bigger-modal-font{
      font-size: 15px;
  }
/* .ModalCenter  .modal-body{
  font-size: 15px;
} */


.imagesLoadingStatus{
  /*border:1px solid red;*/
  width:100%;
  height:100%;
  /*background: url(/images/picturekeyloader.gif) no-repeat center center*/
  /*background: url(/images/preloader.gif) no-repeat center center*/
  background: url(/images/loader-spinner.gif) no-repeat center center
  
}



.modalLoader {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('/images/modalLoader.gif') 
                50% 50% 
                no-repeat;
    z-index: 3300;
}
#modalLoaderMsg{
  position: absolute;
  top: calc(50% - 60px);
  width: 100%;
  text-align: center;
  /* calc(1em + 2px),*/
}
/* When the body has the loading class, we turn the scrollbar off with overflow:hidden */
body.loadingLoader {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our modal element will be visible */
body.loadingLoader .modalLoader {
    display: block;
}



.ui-dialog .ui-dialog-titlebar{
  border-bottom: 0px;
}


/**
main menu link color
*/
/*body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current a {
    color: #3791C2 !important;
}*/



  /**
  posunut vyssie vrchny slider kedzo logo je vacsie
  */
  

  /* #header.transparent-header + #slider, 
  #header.transparent-header + #page-title.page-title-parallax, 
  #header.transparent-header + #google-map, 
  #slider + #header.transparent-header  */
  .negativeMargin100
  {
    position: relative;
    /*border:1px solid red;*/
    top: -100px;
    margin-bottom: -100px;
  }

  #header.itImpulseHeader { /*:not(.static-header)*/
      /*top: -212px;*/
      /*top: -100px;*/
      background-color:rgba(0, 0, 0, 0.2);
      background-image: initial;
      background-position-x: initial;
      background-position-y: initial;
      background-size: initial;
      background-repeat-x: initial;
      background-repeat-y: initial;
      background-attachment: initial;
      background-origin: initial;
      background-clip: initial;
      background-color: transparent;
      border-bottom: none;
  }
  /* #header.sticky-header:not(.static-sticky), #header.sticky-header:not(.static-sticky) #header-wrap, #header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
    height: 101px;
  } */
  /* #header.itImpulseHeader .sticky-header {
      top: -150px;
      
  } */
  
}

.open-roles h1{
  /*border:1px solid red;*/
  display: inline-block;
}
.open-role h3{
  /*border:1px solid red;*/
  /*display: inline-block;*/
  margin-bottom: 15px;
}

.open-roles .filter-button{
      /* font-size: 21px; */
    /* font-size: 48pt; */
    font-size: 18px;
    /*color: #323376;*/
    color: #323376;
    float: right;
    text-align: center;
    /*background-color: #323376;*/
    padding: 46px 0px 19px 17px;
    min-width: 276px;
    /*border:1px solid red;*/
    /*width: 300px;*/
    margin-bottom: 0px;
    text-transform: uppercase;
}

@media (min-width: 992px){
  #header {
      position: relative;
      /*background-color: #fff;*/
      /*background-color:rgba(0, 0, 0, 0.2);*/
      /*border-bottom: 1px solid #F5F5F5;*/
  }

  /* .container {
      width: 970px;
  } */
}
/* @media (min-width: 768px){
  .container {
      width: 750px;
  }
  
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
} */



.tabsMenuitemPassive {
  margin-top: 10px;
}
 .tabsMenuitemPassive .glyphicon {
    /*position: relative;*/
    /*top: 1px;*/
    /*display: inline-block;*/
    /*font-family: 'Glyphicons Halflings';*/
    /*font-family: 'Khula', sans-serif;*/
    /*font-family: 'Oswald', sans-serif;*/
    /*font-style: normal;*/
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.p2CellManager .form-control{
  font-size: 15px;
}
.p2CellManager .help-block {
  font-size: 11px;
  font-weight: normal !important;
}





.open-roles .input-group{
  display: inline-block;
  float: left;
  margin-right: 30px;
}
#open-roles-filters select{
  width:250px;
  /*border:1px solid red;*/
}


@media (min-width: 767px){
  .vpadding-right-xl{
    /*padding-left: 15px;*/
    padding-right: 15px;  
  }
}
@media (max-width: 992px){
    .novpading-xs{
      padding-left: 0px;
      padding-right: 0px;
    }
}
@media (max-width: 992px){
  #section-contac form{
    margin-top: 30px;
  }
 
  #open-roles-filters select{

    width:100% !important;
    /*border:1px solid red;*/
  } 

  .open-roles .input-group{
    display: block;
    float: left;
    width: 100%;
  }

}

#section-why-itimpulse .col-padding{ 
  min-height: 500px;
  padding-bottom: 80px;
}

/*
font xcolors
color: #3791C2;
color: #323376
color: #A8A9AD
*/
.next-about-holder a:link{ 
  /*border:1px solid red;*/
  color:#A8A9AD;
  text-decoration: underline !important; 
}
.next-about-holder a:hover{ 
  text-decoration: underline !important; 

}
.next-about-holder a:active{
  font-weight: bold;
}
.next-about-holder  a:visited{
  color: #A8A9AD;
}




/*start portfolio*/

.porftolio-admin-detail{
  font-size:11px;
}

.portfolio-item-Text-content{
	/*border:1px solid red;*/
}

/*premiestnuje portfolio-desc*/
.portfolio-item-Text-content .portfolio-description{
	/*border:1px solid red;*/
	text-align: left;
	bottom: 20px;
	padding-left: 15px;
	padding-right: 15px; 
	text-align: left;
	position: absolute;
	width: 100%;
}
.portfolio-item-Text-content .portfolio-description a {
    position: relative;
    bottom: 0px;
     left: 0%; 
    background-color: #BEBEBE;
    /*width: 100%  !important;*/
    
    display: inline-block;
    width: auto  !important;
    padding-right: 15px;
    max-width: 100%  !important;

    height: auto !important;
    margin: 0px;
    font-size: 18px;
    line-height: 40px;
    text-align: left; 
    color: #444;
    border-radius: 0%;
    -webkit-backface-visibility: hidden;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.portfolio-item-Text-content:hover .portfolio-description a {
    /*border:1px solid red;*/
	color: #337AB7;
    
}




.portfolio-item-Text-content .portfolio-description > p{
    position: relative;
    
    background-color: #D2D2D2;
    /*width: 100%  !important;*/

	display: inline-block;
    width: auto  !important;
    padding-right: 135px;
    max-width: 100%  !important;

    height: auto !important;
    margin: 0px;
    font-size: 18px;
    line-height: 40px;
    text-align: left; 
    color: #444;
    border-radius: 0%;
    -webkit-backface-visibility: hidden;
    padding-left: 15px;
    padding-bottom: 30px;
}
.portfolio-overlay a {
    /* position: absolute; */
    /* top: 50%; 
    left: 50%;
    background-color: #F5F5F5;
    width: 40px !important;
    height: 40px !important;
    margin: -28px 0 0 -44px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #444;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    */
}

.portfolio-item-Pikcurka-click .right-icon{
  display: none !important;
}

.headered2 h1, h2, h3, h4 {
    font-weight: bold;
    margin: 0px;
    /* margin-bottom: 20px; */
}





.portfolio-item {
	float: left;
	position: relative;
	width: 25%;
	height: auto;
	padding: 0 0px 0px 0;
}


.portfolio-item-Text-content .portfolio-actions {
	position: absolute;
	/*border:1px solid red;*/
    top: 50px;
    right: 70px;
/*    display: inline;
    position: relative;
    left: 0;
    margin: 0;
    font-size: inherit;
    width: auto !important;
    height: auto !important;
    line-height: 1;
    background-color: transparent !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.15);*/
}

.portfolio-item-Pikcurka-click .portfolio-actions {
    /*padding-right: 25px;*/
    /*border:1px solid red;*/
  /*position: absolute;*/
  /*border:1px solid red;*/
    /*top: 50px;*/
    /*right: 70px;*/
/*    display: inline;
    position: relative;
    left: 0;
    margin: 0;
    font-size: inherit;
    width: auto !important;
    height: auto !important;
    line-height: 1;
    background-color: transparent !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.15);*/
}
.portfolio-item-Pikcurka-click  .portfolio-overlay a {
    position: absolute;
    top: 50%;
    left: 55%;
    background-color: #505050;
    color: #FFFFFF;
    width: 40px !important;
    height: 40px !important;
    margin: -28px 0 0 -44px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
}
.portfolio-item-Html-only .portfolio-description{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0px;

    /*background-color: #377FB0;
    color: #FFDB00;*/
    /*background-color: #FFFFFF;*/
    color: #392D41;

}
.portfolio-item-Html-only .vertical-align-description{
    /*position: relative;*/
    /*width: 100%;*/
    height: auto;
    /*border:1px solid red;*/
    /*padding: 0px;*/
    /*background-color: #377FB0;
    color: #FFDB00;*/
    /*background-color: #FFFFFF;*/
    /*color: #392D41;*/

}
.portfolio-item-Html-only .vertical-align-description h3{
    /*font-family: 'Old Standard TT', serif;*/
    /*font-family: 'Playfair Display SC', serif;*/
    /*font-family: 'Oswald', sans-serif;*/

}
.portfolio-item-Html-only .vertical-align-description p{
    text-align: left;
    display: inline-block;
    padding: 20px;
    padding-left: 100px;
    padding-right: 100px;
    /*font-family: 'Old Standard TT', serif;*/
    /*font-family: 'Old Standard TT', serif;*/
    /*font-family: 'Oswald', sans-serif;*/

}
.portfolio-item-Html-only .portfolio-image{
    /*border:1px solid #C1C1C1;*/
    border-radius: 2px;
}


.portfolio-item:hover .portfolio-overlay, .iportfolio:hover .portfolio-overlay {
    opacity: 1;
}
.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 2;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
}


#ajaxListView{
  margin-bottom: 300px;
  
    /*border:1px solid green;*/
}
#xxxHolder{
  background-image: url('/images/picturkey-themes/eye-background.jpg');
  background-position: right bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}

#ajaxListView .button.button-desc i {
    top: 4px;
    font-size: 130%;
    width: auto;
    text-align: center;
    margin-left: 22px;
    display: inline;
}
#ajaxListView .ias-trigger > div {
    /*padding-top: -17px;*/
    /*border:1px solid red;*/
    
}

.fitImageHorizontalVertical{
  /*visibility: hidden;*/
}


.portfolio-promo-square-one-item .owl-dots{
    position: absolute;
    bottom: 0px;
}






.novpading{
	padding-left: 0px;
	padding-right: 0px;
}
.sopk-slider .slider-caption{
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 70px;
	padding-right: 30px;
	background: rgba(0, 0, 0, 0.6);
	text-align: left;
	left: 0px;
}
.sopk-slider .slider-caption h2 {
    font-size: 36px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 30px;
    color: #FFFFFF;
}
.sopk-slider .slider-caption p{
   
    color: #FFFFFF;
}
.sopk-slider .slider-caption-right{
	text-align: right;
	right: 0px;
}


.rounded-skill {
    display: inline-block;
    margin: 0 15px 15px;
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 80px;
    font-weight: bold;
    color: #323376;
}


.sopk-skills p {
	font-size: 40px;
	text-align: center;
	margin-top: 30px;
	color: #000000;
}
.sopk-skills{

	background-image: url('/images/sopk/rounded-skills-bg.jpg');
	background-position: right bottom;
	background-size: 100%;
	background-repeat: no-repeat;
	
}


.sopk-info-text{
	height: 400px;
	padding-left: 35px;
	padding-right: 35px;
}
.sopk-info-text h3{
  font-family: 'Oswald', sans-serif;
	margin-top: 50px;
	font-size: 30px;
	font-weight: 500;
	line-height: 47px;
	padding-bottom: 5px;
	border-bottom: 4px solid #323376;
	margin-bottom: 30px;
	display: inline-block;

}

.sopk-info-text p{
	max-width: 686px;
	max-height: 105px;
	/*left: 50px;
	top: 1668px;*/
  font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 27px;
	color: #000000;
}

.sopk-info-text a{
	margin-top: 30px;
}


.sopk-info-text-1{
	background-color: #F4F4F4;

	background-image: url('/images/sopk/sopk-info-text-1.jpg');
	background-position: right bottom;
	background-size: 100%;
	background-repeat: no-repeat;
	background-size: auto 100%; 
	
}

.sopk-theme-bg-1{
	/*border:1px solid red;*/
	height: 101px;
	background-color: #fff;
	background-image: url('/images/sopk/sopk-theme-bg-1.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: auto 100%; 
	
}

.sopk-slide-magazin{
	min-height: 500px;
	background-color: #fff;
	background-image: url('/images/sopk/sopk-theme-magazin-bg-1.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% ; 
	/*border:1px solid red;*/
}
.sopk-slide-magazin .slider-caption {
	margin-top: 200px;
	margin-bottom: 80px;
	/*border:1px solid red;*/
    /*padding-top: 30px;*/
    padding-bottom: 30px;
    padding-left: 70px;
    padding-right: 30px;
    background: rgba(0, 0, 0, 0.6);
    text-align: left;
    left: 0px;
    color: white;
}
.sopk-slide-magazin .slider-caption h3{

	margin-top: 30px;
	font-size: 30px;
	font-weight: 500;
	line-height: 47px;
	padding-bottom: 5px;
	border-bottom: 4px solid #fff;
	margin-bottom: 10px;
	display: inline-block;
    color: white;
}
.sopk-slide-magazin .slider-caption .button.button-border {
    border: 2px solid #91BEFF;
    background-color: transparent;
     color: #91BEFF; 
    /*line-height: 36px;*/
    font-weight: 600;
    text-shadow: none;
    margin-top: 30px;
}


.sopk-slide-najnovsie-prispevky{
	min-height: 500px;
	background-color: #fff;
	background-image: url('/images/sopk/sopk-theme-najnovsie-prispevky.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% ; 
	/*border:1px solid red;*/
}

.sopk-slide-najnovsie-prispevky h2{
	text-align: center;
	margin-top: 80px;
    
	font-style: normal;
	font-weight: normal;
	font-size: 40px;
	line-height: 47px;
	text-align: center;
	color: #000000;
}

.sopk-slide-najnovsie-prispevky .promo{
    background: rgba(255, 255, 255, 0.6);
    padding-bottom: 0px;
  
}

#footer {
    background-color: #FAFAFA;
    color: #323376;
    border-top-color: rgba(0,0,0,0.2);
    font-size: 13px;
    
}
#footer-navigacia li{
  margin-bottom: 10px;
}

#footer-logo{
  border-right: 1px solid #E3E3E3;
}

#footer-navigacia{
  border-right: 1px solid #E3E3E3;
}

#footer a:link{ 
  color:#323376;
}
#footer a:hover{
  color:#323376;
}
#footer #footer-navigacia a:hover{
  text-decoration: underline !important;
}
#footer a:active{
  color:#323376;
}
#footer a:visited{
  color:#323376;

}


.flex-control-nav {
    position: absolute;
    z-index: 10;
    text-align: center;
    bottom: 310px !important;
    left: 50%;
    margin: 0;
}





/*.iportfolio .portfolio-image, .iportfolio .portfolio-image a, .iportfolio .portfolio-image img {
    display: block;
    width: 100%;
    height: auto;
}*/

#related-portfolio .slider-caption {
    margin-top: 200px;
    margin-bottom: 80px;
    /* border: 1px solid red; */
    /* padding-top: 30px; */
    padding-bottom: 30px;
    padding-left: 70px;
    padding-right: 30px;
    background: rgba(0, 0, 0, 0.6);
    text-align: left;
    left: 0px;
    color: white;
    /*border:1px solid red;*/
    height: auto;
}
#related-portfolio h3 {
    margin: 30px 0px;
    font-size: 35px;
    color:white;
    border-bottom: 2px solid white !important;
    display: inline-block;
}
#related-portfolio .slider-caption {
    max-width: 50000px; 
}
#related-portfolio .button {
    border: 2px solid #91BEFF;
    background-color: transparent;
    color: #91BEFF;
}

#related-portfolio {
    min-height: 500px;
    background-color: #f4f4f4;
    
}
.slider-caption{
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 20;
    max-width: 550px;
    color: #EEE;
    font-size: 22px;
    font-weight: 300;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
    -webkit-transition: top .3s ease;
    -o-transition: top .3s ease;
    transition: top .3s ease;
}

.owl-dots{
  position: relative;
  width: 100%;
  height: 70px;
  bottom: 0px;
  /*border:1px solid red !important;*/
}
.owl-dot span {
    width: 15px !important;
    height: 15px !important;
    background-color: #D1D1D1 !important;
}
.owl-dot.active span {
    background-color: #DE0024 !important;
}

.dark #copyrights {
    /*background-color: rgba(0,0,0,0.2);*/
     color: rgba(255,255,255,0.9); 
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    /*font-size: 20px;*/
}
.special-h2 h2{
    margin: 25px 0px; 
    text-align: center;
    margin-top: 80px;
    
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    color: #000000;   
}

#projekty{
  min-height: 500px;
  background-color: #fff;
  background-image: url('/images/sopk/sopk-projekty-bg-1.jpg');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% ; 
  /*border:1px solid red;*/
}
#projekty .bothshlide{
  background-color: rgba(244, 244, 244, 0.5);
  min-height: 500px
}
#projekty .sideleft{
  background-color: #f4f4f4;
  min-height: 800px
}
#projekty .sideright{
  
}

#projekty h3 {
    margin: 30px 0px;
    font-size: 35px;
    color: #323376;
    border-bottom: 2px solid #323376 !important;
    display: inline-block;
}
#projekty p{
    color: #000;
    font-size: 15px;
}
#projekty #images-placegolder {
    padding-left: 80px;
}
#projekty #images-placegolder img{
    width: 40%;
    margin-bottom: 30px;
}
#projekty .slider-caption {
    margin-top: 100px;
    margin-bottom: 80px;
    /* border: 1px solid red; */
    /* padding-top: 30px; */
    padding-bottom: 30px;
    padding-left: 70px;
    padding-right: 30px;
    background-color: #f4f4f4;
    text-align: left;
    left: 0px;
    color: white;
    /* border: 1px solid red; */
    height: auto;
}






#clen{
  min-height: 500px;
  background-color: #fff;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% ; 
  /*border:1px solid red;*/
}
#clen .bothshlide{
  /*background-color: rgba(244, 244, 244, 0.5);*/
  min-height: 500px
}
#clen .sideleft{
  /*background-color: #f4f4f4;*/
  /*min-height: 800px*/
}
#clen .sideright{
  
}
/*sopk-projekty-bg-1.jpg*/

#clen h3 {
    margin: 30px 0px;
    font-size: 35px;
    color: black;
    font-weight: 500;
    /*border-bottom: 2px solid #323376 !important;*/
    /*display: inline-block;*/
}
#clen p{
    color: #000;
    font-size: 15px;
}
#clen #images-placegolder {
    padding-left: 80px;
}
#clen #images-placegolder img{
    width: 40%;
    margin-bottom: 30px;
}
#clen .slider-caption {
    margin-top: 100px;
    margin-bottom: 80px;
    /* border: 1px solid red; */
    /* padding-top: 30px; */
    padding-bottom: 30px;
    padding-left: 70px;
    padding-right: 30px;
    background-color: #f4f4f4;
    text-align: left;
    left: 0px;
    color: white;
    /* border: 1px solid red; */
    height: auto;
}



.article-container{
  height: 400px;
  color: #323376;
}
.article-container h2{
  color: #323376 !important;
}
.article-container p{
  color: #323376 !important;
}
.article-container .slider-caption{
  position: relative;
  background-color: transparent;
  left: inherit;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 700px;
}

#article-content .content-wrap{
  padding-left: 100px;
  padding-right: 100px;
}
#article-content .no-left-menu{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#sitemap ul{
  padding: 20px 30px;
}
#sitemap li{
  list-style: square;
}

#article-content ul{
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 70px;
}
  
#article-content li{
  list-style: square;

}

@media (min-width: 1200px){

}
@media (min-width: 992px){

}
@media (max-width: 992px){
  #article-content .content-wrap{
    padding-left: 15px;
    padding-right: 15px;
  }  
  #article-content ul {
       padding-left: 20px; 
  }
}
@media (max-width: 767px) and (min-width: 480px){
 
}
@media (max-width: 479px){
  
}



/*#article-container h3, #article-content h3{
  background-color: #323376;
  color: white !important;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 60px;
}
#article-content  h3:first-of-type{
    margin-top: 0px;
}

#article-container .menu-holder{
  padding-top: 10px;
}*/

/* #article-container .menu-holder .sub-menu i{
  position: absolute;
  left: -20px;
} */
#article-container .nav-tree > ul > li{
  margin-bottom: 20px;
  background-color: #D9E0E9;
  padding-right: 15px;
}
#article-container .menu-holder .sub-menu ul{
  padding-right: 10px
}
#article-container .menu-holder .sub-menu ul li a{
  text-transform: none !important;
  /*border:1px solid red !important;*/
}



  
.mojtip{
    font-size: 15px;
    width: 500px;
}
.qtip{
    max-width: 560px;
    width: 450px;
    padding: 10px;
}
.qtip-autowidth{
  width: auto;
}
.qtip-text-left{
  text-align: left !important;
}

#header .top-advert h2{
  margin-top: 10px;
  font-weight: 300;
  color: #6869B1;
  font-size: 160%;
  letter-spacing: 1px;
}
#header .top-advert span{
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 10px;
  font-weight: 900;
}

#primary-menu .container .center-menu{
    text-align: left;
}
#primary-menu .container {
  text-align: center
}

#primary-menu .center-menu {
  float: none ; /*!important*/
  display: inline-block ;/*!important*/
  width: auto;
  margin-left: auto ; /*!important*/
  margin-right:  auto ; /*!important*/
  min-height: 58px;
}


#language-swithch{
  position: absolute;
  right: 30px;
  top: 30px;
}


@media (min-width: 1200px){

}
@media (max-width: 991px){
  #primary-menu .container {
    text-align: left;
    padding :0px !important;
    min-height: 0px !important;
    <span class='bolder'>".this."</span>    
  }

  #primary-menu .center-menu {
    float: left; 
    
    display: none  ;
    width: 100%;
    /*margin-left: 15px  !important;*/
    /*margin-right:  15px !important;*/
    min-height: 0px;
  }
  #primary-menu > div > ul {
    float: left !important;
    width: 100%;
     padding-left: 15px !important;
     padding-right: 15px !important;
    /*width:100%;*/
    /*border:1px solid red !important;*/
    margin-top: 0px !important;
  }
  #primary-menu ul > li {
      display: block;
      width:100%;
      float: left;
      padding-bottom: 15px;
      padding-top: 15px;
      
  }
  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul ul, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul ul li, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content ul ul, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content.col-2 > ul, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content.col-3 > ul, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content.col-4 > ul, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content.col-5 > ul, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content.style-2 li {
      border-top-color: #365889 !important;
  }
  #primary-menu > .container > ul > li:hover {
      border-bottom: 0px;
  }
  #primary-menu .container > ul > li > ul{
      clear:both;
  }

  #primary-menu .container > ul > li > ul > li {

      line-height: 2px;
      color: #FFFFFF !important;
      font-weight: bold;
      font-size: 13px;
      text-transform: uppercase;
      font-family: 'Oswald', sans-serif;
  }
  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul ul a,
  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover ul a,
  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current ul a,
  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover ul a,
  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current ul a  { color: #FFFFFF !important; }
}

.home-skills {
    padding-bottom: 190px;
}

@media (max-width: 1200px) {
    .nav-tree li a {
       padding-left: 15px;
    }
}
@media (max-width: 991px) {
  #page-title h1 {
    padding-left: 0px; 
  }
   #language-swithch{
    position: absolute;
    right: 90px;
    top: 38px;
    /*border:1px solid red;*/
  }
  
  .top-advert{
    font-size: 12px;
    position: absolute;
    top: 10px;
    left: 115px;
    display: inline-block;
    float: left;
    text-align: left;
    max-width: 200px;
  }
  .top-advert h2 {
      font-size: 12px;
      /*line-height: 42px;*/
      line-height: 22px;
      margin-top: 0px;
      margin-bottom: 0px;
      position: relative;
      display: inline-block;
      margin-left: 0px;
      color: #323376;
      letter-spacing: 1px;
  }
  #header .top-advert span{
      position: relative;
      float: left;
      max-width: 150px;
      font-size: 25px;
      line-height: 25px;
      /*border:1px solid red;*/
  }
  #header.sticky-style-2 {
      height: auto !important;
      padding-top: 20px;
      border-bottom: 0px ;
  }

    #primary-menu {
        /*display: block;*/
        /*display: none;*/
        float: none;
        margin-top:30px;
        margin-bottom:60px;
    }

    #header{
        /*border:1px solid red;*/
        /*padding-left: 0px;*/
        /*padding-right: 0px;*/
        margin-bottom: 0px;        
    }
    
    h1 {
      min-width: auto;
      width: auto;
      
    }

    .rounded-skill {
      /*padding: 20px;*/
      padding: 40px;
      line-height: 1;
      /* display: inline-block;
      margin: 0 15px 15px;
      margin-bottom: 15px;
      display: inline-block;
      position: relative;
      text-align: center;
      font-weight: bold;
      color: #323376; */
      font-size: 40px;
    }
    .home-skills {
      padding-bottom: 50px;
    }
    .rounded-skill{
      margin-top: 20px;
    }
    .sopk-skills p {
        font-size: 20px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 30px;
        color: #000000;
    }
    #footer-logo {
        border-right: 0px;
    }
    #footer-navigacia {
        border-right: 0px;
    }
    #footer .padding-horizontal {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .sopk-slide-magazin {
        min-height: 500px;
        background-position: left top;
        background-size: auto;
    }

    .sopk-slide-magazin .slider-caption, .sopk-slide-magazin .slider-caption p, .sopk-slide-magazin .slider-caption .button {
        display: block !important;
    }
    .sopk-slide-magazin .slider-caption {
        margin-top: 10%;
        
    }
    .sopk-slider .slider-caption h2 {
        font-size: 16px;
        
    }
    .nav-tree.tright {
        text-align: left !important;
    }
    .nav-tree li a {
       padding-left: 15px;
    }

    #article-content{
      margin-top: 50px;
    }
    #article-content p{
      /*float: left;
      width:100%;
      display: block;*/
      clear: both !important;
      /*border:1px solid red;*/
    }
}


@media (min-width: 768px){
  
}
@media (max-width: 767px) and (min-width: 480px){
 
}
@media (max-width: 479px){
  
}

#admin-navigation .btn{
  background-color: #323376;
  color: white;
}



.ui-tabs .ui-tabs-panel {
    padding: 0px;
    /*background: #CACACA;*/
}



#article-container table{
  font-size: 15px;
  background-color: white;
}
#article-container .container{
    padding: 0px 0px;
}
#article-container .summary{
  font-size: 15px;
  margin-top: 15px;
}

@media (max-width: 991px) {
  #article-container.topmargin{
      /*margin-top: 0px !important;*/
  }
  #article-container .container{
      padding: 0px 15px;
  }
}



/* .table>tbody>tr>td h4{
    margin-top: 25px;
    margin-left: -20px;
    font-size: 20px;
    color:#3791C2;
}

.table>tbody>tr>td a:link{
  text-decoration: underline !important;
}
.table>tbody>tr>td a:hover h4{
  color: #C9C9C9 !important;
} */


/* .table>tbody>tr>td span{
    padding-top: 20px;
    margin-left: -20px;
    border:1px solid red;
    display: inline-block;
}
 */


.ui-autocomplete {
    /*border:1px solid red !important;*/
    font-size: 14px;
}
.ui-state-focus {
  /*background: none !important;*/
  /*background-color: inherit !important;*/
  /*border: none !important;*/
  border-radius: 0px;
  color: black;
  cursor: pointer;
}

#article-content ol > li{
  list-style: decimal;
  /*border:1px solid red;*/
  margin-left: 20px;
  margin-bottom: 30px;
}


.sopkTables{
  /*border:1px solid red;*/
  width: 100%;
}


@media (min-width: 992px){
   #main-data-table_c0{
    width: 300px !important;

  }
}


.widget-container.small-text {
  /*border:1px solid red;*/
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.widget-container.lightgallery {
  /*border:1px solid red;*/
  margin-left: -30px !important;
  margin-right: -30px !important;
}


@media only screen and (max-width: 760px), (max-device-width: 1024px) and (min-device-width: 768px){
    
    .responsive-data-table td {
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 50%;
    }
    
    .responsive-data-table td {
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 50%;
    }
    .responsive-data-table>tbody>tr>td {
        /*padding-top: 10px;*/
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .table>tbody>tr>td:first-child {
        padding-top: 30px;
    }
    


    .responsive-data-table tr{
         border: none !important; 
         display: none;
         border-top: 1px solid #ccc !important;
    }

    .responsive-data-table td:before {
        /*position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;*/
        display: none !important;
    }
    .responsive-data-table td {
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 30px !important;
    }
    .responsive-data-table td:last-child { 
      padding-bottom: 50px !important;
      border:1px solid red;
    }

    .table>tbody>tr>td h4 {
        margin-top: 0px !important;
        margin-left: 15px; 
        font-size: 20px;
        padding-top: 0px;
    }
    .table>tbody>tr>td span {
         padding-top: 0px;
         /*margin-left: 15px; */
    }
    #search-form .input-group{
      width: 100% !important;
    }
    #search-form .form-control{
      width: 100% !important;
    }


  
}

.widget-container.small-text  .promo-full{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.puzzle-manager-widget .ui-widget-content {
    border: 3px solid #00FF0F;
    margin-bottom: 15px;
}
.puzzle-manager-widget .tab-pane > .well {
    border: 3px solid #00FF0F;
}

.table-no-thead thead, .table-no-thead thead tr, .table-no-thead thead td .table-no-thead thead th{
  /* margin: 0;
  border: none !important;
  padding: 0px !important;
  border-spacing: 0px;
  border-collapse: collapse;
  border: none !important; */
  visibility: hidden;
}




.color-font-info{
  color: #323376
}
.color-font-bold{
  font-weight: bold;
} 























/**
HOME PAGE CSS SLIDERS
*/





#exib-home-slider{
        /*min-height: 800px;*/
        background-image: url('/images/exib/slider-bgs/home-page-exib.jpg');
        background-repeat: no-repeat;
          background-size: 100% auto;
          background-size: cover !important;
        background-position: center bottom;
      }
      #exib-home-slider .header-wrap {
          margin-top: 70px;
        
      }
      
      .item .owl-carousel .owl-item img {
          
          width: inherit;
          
      }

      .blink {
        display: inline;
        height: 20px;
        width: 20px;
        position: relative;
        top: 1px;
        right: 3px;
        /*background-color: #bbb;*/
        border:3px solid red;
        border-radius: 50%;
        display: inline-block;      
        animation: blink-animation 1s steps(5, start) infinite;
        -webkit-animation: blink-animation 1s steps(5, start) infinite;

      }
      @keyframes blink-animation {
        to {
          visibility: hidden;
        }
      }
      @-webkit-keyframes blink-animation {
        to {
          visibility: hidden;
        }
      }
      #exib-live-indicator-container{
        position: absolute;
        top: 15px;
        right: 15px;
        width: 200px;
        text-align: right;
        color: #3C4D6D;
      }
      @media (max-width: 992px){
        #exib-live-indicator-container{
          top: 35px;
          left: 15px;
          padding-right: 15px;
          width: auto;
          text-align: right;
          color: #3C4D6D;
        }
      }
      #exib-live-indicator-kruzko{

      }
      #exib-live-indicator-text{
        display: inline;

      }
      #ountdown-ex1{
        text-align: center;
      }
      #countdown-container{
        position: absolute;
        bottom: -300px;
        left: -200px;
        width: 800px;
        color: white;
        font-size: 20px;
      }
      #countdown-container .countdown-header{
        font-size: 22px;
        font-weight: 500;
      }
      .exib-home-slider{
        margin-top: 50px;
        width: 100%;
          height: 1000px;
          overflow: hidden; 
      }
      .exib-home-slider .countdown-amount {
        /*display: block;*/
        font-size: 25px;
        color: white;
        /*margin-bottom: 5px;*/
        /*background-color: red !important;*/
        height: 50px !important;
        width: 50px !important;
        line-height: 49px !important;
      }
      .exib-home-slider .exib-home-top-caption-info {
            text-align: center !important;
            font-size: 40px !important;
            
        }
      .exib-home-slider .countdown-section {
        /*display: inline-block;*/
        font-size: 20px;
        line-height: 1;
        text-align: center;
        width: 25%;
        border-left: 1px dotted #BBB;
        color: white;
        text-transform: capitalize;

        /*border-left: 0;*/
        width: 80px;
        height: 80px;
        /*margin: 0 8px;*/
        /*font-size: 13px;*/
        /*background-color: rgba(0,0,0,0.7);*/
        /*border-radius: 3px;*/
        /*padding-top: 14px;*/
      }


      .countdown-section{
        /*border:1px solid red !important;*/
        display: inline-block;
        /*font-size: 10px !important;*/
        /*color:red !important;*/
        /*width:20px;*/
      }
      .countdown-section {
           margin-top: 0px !important; 
      }
      .exib-home-top-joystick{
        position: absolute;
        bottom: -100px;
        right: -150px;
      }
      .exib-home-top-joystick img{
        width: 300px !important;
        /*border:1px solid red;*/
      }
      .exib-home-top-fifa-logo{
        position: absolute;
        bottom: -250px;
        right: -133px;
        width:
      }
      .exib-home-top-fifa-logo img{
        width: 250px;
      }
      .exib-home-top-fifa-exibition{
        position: absolute;
        bottom: -297px;
        right: -133px;
        width:
      }

      .exib-home-top-fifa-exibition img{
        width: 250px;
      }

      @media (max-width: 992px){
        .countdown-section{
          float: left;
        }
        .countdown-section{
          float: left;
          padding:10px;
        }
        .exib-home-top-joystick{
          position: relative;
          bottom: inherit;
          right: inherit;
        }
        .exib-home-top-joystick img{
          width: 70% !important;
          /*border:1px solid red;*/
        }
        .exib-home-top-fifa-logo{
          position: relative;
          bottom: inherit;
          right: inherit;
        }
        .exib-home-top-fifa-logo img{
          width: 250px;
        }
        #countdown-container{
          display: inline-block;
          text-align: center !important;
          margin-top: 50px;
          position: relative;
          bottom: inherit;
          left: inherit;
          width: 100%;
          margin-left: auto;
          margin-right: auto;
          color: white;
          font-size: 20px;
        }
        .exib-home-top-fifa-exibition{
          position: relative;
          bottom: inherit;
          right: inherit;
        }

        .exib-home-top-fifa-exibition img{
          width: 250px;
        }
        .exib-home-slider .exib-home-top-caption-info {
             font-size: 30px !important; 
             padding-bottom: 15px !important;
        }
        
      }
      
      .exib-slider-caption{
        color: white;
        /*font-size: 40px;*/
        font-weight: 300;
          padding-top: 20px;
        text-shadow: 1px 1px 1px rgba(0,0,0, 0.5);
        /*text-transform: uppercase;*/
        /*line-height: 200px !important;*/
      }
      .exib-slider-caption .active-info{
        color: white;
        text-shadow: 1px 1px 1px black;
      }
      
      .exib-home-top-caption-text{
          padding-top: 30px;
      }
      .exib-home-top-caption-numbers{
      
          padding-top: 20px;
      }
      .exib-home-top-caption-info{
        position: relative;
        width: 100%;
        height: auto;
          margin-top: 180px;
          text-align: center;
          background-color: rgba(56, 76, 111 , 0.5);
          padding-top: 20px;
          padding-left: 20px;
          padding-right: 20px;
          padding-bottom: 20px;
      }
      #exib-home-slider .exib-home-top-caption-info{
        margin-top:170px;
      }
      .exib-home-top-caption-info h2{
        color: white;
        font-size: 50px;
        text-align: center;
        /*text-shadow: 1px 1px 1px rgba(56, 76, 111 , 0.9);*/
      }
      .swiper_wrapper .swiper-slide {
          /*float: left;*/
      }
      .home-intro-slider .container {
          position: relative !important;
          left:0%;
        padding-left: 300px;
          padding-right: 300px;
          width: 100%;
          height: 200px;
      }
      .home-intro-slider .slider-caption {
          position: relative;
          padding-top: 30px;
          padding-bottom: 30px;
          padding-left: 70px;
          padding-right: 30px;
          background: rgba(0, 0, 0, 0.6);
          text-align: left;
          top: 200px;
        width: 100%;
          color: #EEE;
          font-size: 22px;
          font-weight: 300;
          text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
          -webkit-transition: top .3s ease;
          -o-transition: top .3s ease;
          transition: top .3s ease;
      }





      /**
      prize money slider
      */
      #prize-money-1{
        position: absolute;
        left: 190px;
        top: -120px;
        color: white;
        font-size: 70px;
          }
          #prize-money-2{
        position: absolute;
        left: 50px;
        top: 0px;
        color: white;
        font-size: 50px;
          }
          #prize-money-3{
        position: absolute;
        left: 395px;
        top: 100px;
        color: white;
        font-size: 40px;

          }
          #exib-prize-money-slider .exib-home-top-caption-info{
            min-height: 400px;
          }


          .exib-home-prize-money-stupen{
        position: absolute;
        bottom: -200px;
        left: -150px;
        width: 500px;
      }
      .exib-home-prize-money-stupen img{
        width: 500px;
      }
      .exib-home-prize-money-money{
        position: absolute;
        bottom: -100px;
        left: 443px;
        width: 300px;
      }
      @media (max-width: 1600px){
        .exib-home-prize-money-stupen{
          position: absolute;
          bottom: -200px;
          left: 50px;
          width: 500px;
        } 

      }
      @media (max-width: 992px){
        #exib-prize-money-slider .exib-home-top-caption-info{
              min-height: 400px;
            }


        .exib-home-prize-money-stupen{
          position: absolute;
          bottom: -200px;
          left: 10%;
          right: 10%;
          width: 80%;
          /*border:1px solid red;*/
        }
        .exib-home-prize-money-stupen img{
          width: 100%;
        }
        .exib-home-prize-money-money{
          position: absolute;
          bottom: -90px;
          left: auto;
          right: 0px;
          width: 50%;
          /*border:1px solid red;*/
        }
      }
      @media (max-width: 480px){
        #exib-prize-money-slider .exib-home-top-caption-info{
              min-height: 200px;
            }
        .exib-home-prize-money-stupen{
          position: absolute;
          bottom: -200px;
          left: 0%;
          right: 0%;
          width: 100%;
          /*border:1px solid red;*/
        }
        .exib-home-prize-money-money{
          width: 50%;
          bottom: -70px;
        } 
      }

      .exib-home-prize-money-money img{
        width: 200px;
      }
          .exib-slide .container {
          position: relative !important;
          left: 0%;
          padding-left: 300px;
          padding-right: 300px;
          width: 100%;
          height: auto;
      }
      #exib-prize-money-slider{
        /*min-height: 800px;*/
        background-image: url('/images/exib/slider-bgs/prize-money-exib.jpg');
        background-repeat: no-repeat;
          background-size: 100% auto;
      }
      

          .owl-slider-arrow-left{
          background-color: rgba(0,0,0,0.1);
      }
      .owl-slider-arrow-left, .owl-slider-arrow-right{
          position: absolute;
          cursor: pointer;
          z-index: 10;
          /*top: 50%;*/
          top: 270px;
          left: 0;
          margin-top: -26px;
          background-color: rgba(0,0,0,0.3);
          width: 52px;
          height: 52px;
          border: 0;
          border-radius: 0 3px 3px 0;
          -webkit-transition: background-color .3s ease-in-out;
          -o-transition: background-color .3s ease-in-out;
          transition: background-color .3s ease-in-out;
      }
      .owl-slider-arrow-right{
        left: auto;
          right: 0;
          border-radius: 3px 0 0 3px;
      }
      .owl-slider-arrow-left i, .owl-slider-arrow-right i{
          line-height: 50px;
          width: 34px;
          height: 52px;
          color: #DDD;
          color: rgba(255,255,255,0.8);
          text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
          font-size: 34px;
          text-align: center;
          margin-left: 7px;
      }
      .owl-slider-arrow-right i{
          margin-left: 10px;
      }
      /**
      prize money slider end 
      */


      /**
      ARENA start
      */
          .exib-home-top-caption-info ul li, .exib-home-top-caption-info ul li {
          /* padding: 30px; */
          /* border: 1px solid #A8A9AD; */
          background: url(/images/exib/list-style-triangle.png) left top no-repeat;
          background-position: top 10px left 15px;
          /* border: none !important; */
          /* color: #444; */
          /* font-size: 14px; */
          list-style: none;
          padding: 0 3px 0 52px;
      }
          #exib-arena-slider .exib-slider-caption{
            min-height: 200px;
            font-size: 30px !important;
          }
      #exib-arena-slider{
        /*min-height: 800px;*/
        background-image: url('/images/exib/slider-bgs/arena-exib.jpg');
        background-repeat: no-repeat;
          background-size: 100% auto;
          min-height: 980px;
        background-size: cover !important;
        background-position: center bottom;

      }
      
      #exib-arena-slider .exib-home-top-caption-info {
          text-align: left; 
          
      }
      @media (max-width: 992px){
        #exib-arena-slider{
          /*min-height: 800px;*/
          background-image: none;
          min-height: 700px;
          

        }
        #arena_slide .item {
            min-height: 700px;
            cursor: grab;
        }
        
      }

           /**
      ARENA endd
      */



           /**
      STRELNICA start
      */

          #strelnica-gallery{
            position: relative;
            /*right: 100px;*/
            margin-top: 100px;
        /*border:1px solid red;*/
        text-align: center;
        width: 100%;

          }
          #strelnica-gallery img{
            display: inline;
            float: none;
            margin-right: 15px;
            max-width: 200px;
            height: auto;
          }

          #exib-strelnica-slider .exib-slide .container {
          position: relative !important;
          right: 0%;
           padding-left: 300px; 
           padding-right: 300px; 
          width: 100%;
          height: auto;
      }

      @media (max-width: 1600px){
        
      }
      @media (max-width: 1200px){
        #exib-strelnica-slider .exib-slide .container {
            padding-left: 100px; 
        }
      }
      @media (max-width: 992px){
        
      }
      @media (max-width: 480px){
        
      }

          
          #exib-strelnica-slider .exib-slider-caption{
            min-height: 200px;
            font-size: 30px !important;
          }
      #exib-strelnica-slider{
        /*min-height: 800px;*/
        background-image: url('/images/exib/slider-bgs/strelnica-exib.jpg');
        background-repeat: no-repeat;
          background-size: 100% auto;
          min-height: 880px;
          background-size: cover !important;
        background-position: center bottom;
      }
      #exib-strelnica-slider .exib-home-top-caption-info {
          text-align: left; 
          
          float: right;
          
      }

          /**
      STRELNICA end
      */

      /**
      RALLY start
      */
      #wrc-logo{
        /*border:1px solid red;*/
        width: 100%;
        text-align: center;
        margin-top: 200px;
      }
      #wrc-logo img{
        display: inline-block;
        width: 300px;
      }
      .stuzka-holder{
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        background-image: url('/images/exib/modra-stuzka.png');
        background-repeat: no-repeat;
          background-size:  100% 100% ;

          /*min-height: 980px;*/
        
        z-index: 1;
      }
      .stuzka-holder-left{
        position: absolute;
        width: 70px;
        height: 100%;
        left: -70px;
        top: 0px;
        background-image: url('/images/exib/modra-stuzka-left.png');
        background-repeat: no-repeat;
          background-size:  100% 100% ;
        z-index: 1;
      }
      .stuzka-holder-right{
        position: absolute;
        width: 70px;
        height: 100%;
        right: -70px;
        top: 0px;
        background-image: url('/images/exib/modra-stuzka-right.png');
        background-repeat: no-repeat;
          background-size:  100% 100% ;

          /*min-height: 980px;*/
        
        z-index: 1;
      }
      .stuzka-holder img{
        width: 100% !important;
        height: 100%;
        /*border:10px solid red;*/
      }
      .rally-guest{
        position: relative;
        width: 100%;
        /*border:1px solid red;*/
        float: left;
        color:white;
        padding-top: 20px;
        padding-bottom: 70px;
      }
      .rally-guest div{
        font-size: 27px;
      }
      #rally-guest-content{
        position: relative;
        display: inline-block;
        float: none;
        width: 100%;
        /*overflow: hidden;*/
        padding-left: 30px;
        /*border:1px solid red;*/
        z-index: 2;
        float: right
      }
      #rally-guest-foto{
          position: relative;
        float: left;
          display: inline;
        width: 30%;
          z-index: 3;
          padding-left: 50px;
          /*border:1px solid red;*/
      }
      #margin-koci-foto{
        float:right;
        max-width:100px !important;

      }
      
          .exib-stuzka{
          position: absolute;
          width: 100%;
          left: -1px;
          height: 200px;
          top: 50px;
            /*background-image: url('/images/exib/modra-stuzka.png');*/
        /*background-repeat: no-repeat;*/
          /*background-size: 100% auto;*/
          /*min-height: 980px;*/
          z-index: 2;

          border:1px solid yellow;
            
          }
      #exib-rallye-slider .exib-slider-caption{
        float: left;
        padding-left: 30px;
          padding-right: 30px;
          font-size: 30px;
          padding-top: 0px;
          
      }
      #exib-rallye-slider .exib-home-top-caption-info {
        display: inline-block;
        width: 800px;
          top: 0px; 
          margin-top: 30px; 
          padding-top: 50px; 
          text-align: left;
          background-color: rgba(56, 76, 111 , 0.7);
          z-index: 1;
          margin-bottom: 50px;
          padding-left: 0px;
          padding-right: 0px;
          
      }
      @media (max-width: 1600px){
        #exib-rallye-slider .exib-home-top-caption-info {
          width: 100%;
        } 
      }
      @media (max-width: 992px){
        #rally-guest-foto{
            padding-left: 10px;
            /*border:1px solid red;*/
        }
        #exib-rallye-slider .exib-home-top-caption-info {
          width: 100%;
        } 
      }
      @media (max-width: 480px){
        #exib-rallye-slider .exib-home-top-caption-info {
          width: 100%;
        } 
      }


      #exib-rallye-slider{
        /*min-height: 800px;*/
        background-image: url('/images/exib/slider-bgs/rally-exib.jpg');
        background-repeat: no-repeat;
          background-size: 100% auto;
          min-height: 980px;
          background-size: cover !important;
          

      }
      #exib-strelnica-slider .exib-home-top-caption-info {
          text-align: left; 
          
          float: right;
          
      }
      /**
      RALLY end
      */


      /**
      PROGRAM start
      */
          #exib-program-slider .exib-home-top-caption-info ul li{
            background-image: none;
        margin-bottom: 30px;
          }
          #exib-program-slider h4{
            font-size: 30px;
            font-weight: 500;
          }
          #exib-program-slider .program-time{
            font-size: 20px;
            font-weight: 300;
          }
      #exib-program-slider .exib-slide .container {
          position: relative !important;
          left: 0%;
          padding-left: 100px;
          padding-right: 100px;
          width: 100%;
          height: auto;
      }
      .fifty-fifty{
        /*position: relative;*/
        /*float: left;*/
        display: inline-block;
        float: none;
        width: 48%;
        height: auto;
        /*border:1px solid red;*/
      }
      .exib-home-top-caption-info {
          text-align: left;
          /* position: relative;
          width: 100%;
          height: auto;
          margin-top: 180px;
          background-color: rgba(56, 76, 111 , 0.3);
          padding-top: 20px;
          padding-left: 20px;
          padding-right: 20px;
          padding-bottom: 20px; */
      }
      #exib-program-slider{
        /*min-height: 800px;*/
        background-image: url('/images/exib/slider-bgs/program-exib.jpg');
        background-repeat: no-repeat;
          background-size: 100% auto;
          min-height: 980px;
          background-size: cover !important;
          

      }
      .fifty-fifty-left-side {
          padding-right: 15px;
          
      }
      @media (max-width: 1600px){
      }
      @media (max-width: 1200px){ /*col-lg-12*/
        .fifty-fifty-left-side {
            padding-right: 0px;
            
        }
        .fifty-fifty-right-side .exib-home-top-caption-info {
            margin-top: 30px;
            
        }
      }
      @media (max-width: 992px){
        
      }
      @media (max-width: 480px){
        
      }
      /**
      PROGRAM end
      */



      /**
      PARTNERI start
      */
      #exib-partneri-slider{
        /*min-height: 800px;*/
        background-image: url('/images/exib/slider-bgs/partneri-exib.jpg');
        background-repeat: no-repeat;
          background-size: 100% auto;
          min-height: 980px;
          background-size: cover !important;
          

      }
      #exib-partneri-slider .exib-slider-caption img{
        margin-bottom: 30px;
      }
      #exib-partneri-slider .exib-slide .container {
        float: left;
        display: block;
          /* position: relative !important;
          left: 0%;
          padding-left: 300px;
          padding-right: 300px;
          width: 100%;
          height: auto; */
      }

      @media (max-width: 1600px){
      }
      @media (max-width: 1200px){ /*col-lg-12*/
        
      }
      @media (max-width: 992px){
        
      }
      @media (max-width: 480px){
        
      }

          /**
      PARTNERI end
      */


 /**
      REGISTRACIA DIVAKA start
      */
          .item-register-ucast-na-exibiciach .slider-header-white, .item-register-ucast-na-exibiciach .slider-header-white{
            min-height: 650px;
          } 
          .register-divak-item-platba  .dynamicHeight{
            min-height: 600px; 
            /*padding-bottom: 170px; */
            /*border:1px solid red;*/
            /*border:1px solid blue;*/
          }
          .register-submit-upper-div{
            min-height: 200px; 

          }
          .register-submit-buttons{
            position:relative; 
            /*bottom: 15px; */
            /*width: 80%; */
            /*padding-left: 30px;
            padding-right: 30px;*/
            /*left: 10%;*/
            /*border:1px solid red; */
          }
          .exib-section table{
            font-size: 20px;
          }
          .register-box-kosik, .register-box-kosik-left{
            margin-top: 30px;
            padding-left: 15px;
            padding-right: 15px;
          }
          .register-box-kosik-left{
            padding-left: 0px;
            padding-right: 15px;
          }
          .slider-header-white ul{
            margin-top: 20px;
            padding-left: 0px !important;
          }
          .slider-header-white ul li{
            list-style: none !important;
            padding-left: 0px !important;
          }
          #exib-program-slider h4{
            font-size: 30px;
            font-weight: 500;
          }
          #exib-program-slider .program-time{
            font-size: 20px;
            font-weight: 300;
          }

          .register-wizzard-icons img{
        display: inline-block !important;
        float: none !important;
        clear: both;
        max-width: 70%;
        margin-bottom: 10px;

          }
          .font-info, .font-info-dark{
            font-size: 20px;
            font-weight: 500;
          }
          .font-info-dark{
          text-shadow: 1px 1px 1px white;
          /*color: #384C6F;*/
          color: black;
          }
          .form-checkbox{
            position: relative;
            top: 10px;
            width: 40px;
            height: 40px;
            margin-right: 20px !important;
            /*background-color: white;*/
          /*background-color: #4D75F1;*/
          }


      .form-padding{
        padding-top: 50px;
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 50px;
      }

          .slider-header-gray {
          background-color: rgba(39, 43, 46, 0.7) !important;
          min-height: 70px;
          padding-bottom: 15px;
      }
      .slider-header-light-gray {
          background-color: rgba(137, 141, 140, 0.7) !important;
          margin-top: 150px !important;
          
      }

      .slider-header-light {
          background-color: rgba(208, 208, 208, 0.7) !important;
          margin-top: 0px !important;
          
      }

      .slider-header-white {
          background-color: rgba(255, 255, 255, 0.7) !important;
          margin-top: 0px !important;
          
      }

      .form-padding ul {
        padding-left: 30px;
      }
      .form-padding ul li {
          padding: 0 3px 10px 12px;
          /* border: 1px solid #A8A9AD; */
          background: none;
          /*background-position: top 10px left;*/
          /* border: none !important; */
          /* color: #444; */
          /* font-size: 14px; */
          /*list-style: square;*/
          list-style: circle;
          font-size: 20px;
      }
      .light-font{
        text-shadow: 1px 1px 1px black !important;
          /*color: #384C6F;*/
          color: white !important;
      }
      .dark-font{
        text-shadow: 1px 1px 1px white !important;
          /*color: #384C6F;*/
          color: black !important;
      }
      .fw300{
        font-weight: 300 !important;
      }
      .fw500{
        font-weight: 300 !important;
      }.fw700{
        font-weight: 300 !important;
      }

      #exib-REGISTER-DIVAK-slider{
        /*min-height: 800px;*/
        background-image: url('/images/exib/slider-bgs/registracia-divaka-exib.jpg');
        background-repeat: no-repeat;
          background-size: 100% auto;
          min-height: 980px;
          background-size: cover !important;
          background-position: center top;
          

      }
      #exib-REGISTER-DIVAK-slider .exib-slide .container {
          padding-left: 100px;
          padding-right: 100px;
      }
      #exib-partneri-slider .exib-slider-caption img{
        margin-bottom: 30px;
      }
      #exib-partneri-slider .exib-slide .container {
        float: left;
        display: block;
          /* position: relative !important;
          left: 0%;
          padding-left: 300px;
          padding-right: 300px;
          width: 100%;
          height: auto; */
      }

      @media (max-width: 1600px){
      }
      @media (max-width: 1200px){ /*col-lg-12*/
        
      }
      @media (max-width: 992px){
        
      }
      @media (max-width: 480px){
        
      }

          /**
      REGISTRACIA DIVAKA start
      */




          /**
      REGISTRACIA HRACA start
      */
          .volba-teamu{
        display: none;
          }
          #volba-teamu-screen select{
        text-align: center !important;
          }

          .item-register-ucast-na-exibiciach .slider-header-white, .item-register-ucast-na-exibiciach .slider-header-white{
            min-height: 650px;
          } 
          .register-hrac-item-platba  .dynamicHeight{
            min-height: 600px; 
            /*padding-bottom: 170px; */
            /*border:1px solid red;*/
            /*border:1px solid blue;*/
          }
          .register-submit-upper-div{
            min-height: 200px; 

          }
          .register-submit-buttons{
            position:relative; 
            /*bottom: 15px; */
            /*width: 80%; */
            /*padding-left: 30px;
            padding-right: 30px;*/
            /*left: 10%;*/
            /*border:1px solid red; */
          }
          .exib-section table{
            font-size: 20px;
          }
          .register-box-kosik, .register-box-kosik-left{
            margin-top: 30px;
            padding-left: 15px;
          }
          .register-box-kosik-left{
            padding-left: 15px;
            padding-right: 15px;
          }
          .slider-header-white ul{
            margin-top: 20px;
            padding-left: 0px !important;
          }
          .slider-header-white ul li{
            list-style: none !important;
            padding-left: 0px !important;
          }
          #exib-program-slider h4{
            font-size: 30px;
            font-weight: 500;
          }
          #exib-program-slider .program-time{
            font-size: 20px;
            font-weight: 300;
          }




          .register-wizzard-icons{
        color: black;
        text-shadow: 1px 1px 1px rgba(255,255,255, 0.5);
          text-transform: uppercase;
          }
          .register-wizzard-icons .active-info{
        color: white;
        text-shadow: 1px 1px 1px black;
      }
          .register-wizzard-icons img{
        display: inline-block !important;
        float: none !important;
        clear: both;
        max-width: 70%;
        margin-bottom: 10px;

          }
          @media (max-width: 992px){
        .register-wizzard-icons{
          font-size: 14px !important;
        }
      }
          .font-info, .font-info-dark{
            font-size: 20px;
            font-weight: 500;
          }
          .font-info-dark{
          text-shadow: 1px 1px 1px white;
          /*color: #384C6F;*/
          color: black;
          }
          .form-checkbox{
            position: relative;
            top: 10px;
            width: 40px;
            height: 40px;
            margin-right: 20px !important;
            /*background-color: white;*/
          /*background-color: #4D75F1;*/
          }

      .form-padding{
        padding-top: 50px;
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 50px;
      }

          .slider-header-gray {
          background-color: rgba(39, 43, 46, 0.7) !important;
          min-height: 70px;
          padding-bottom: 15px;
      }
      .slider-header-light-gray {
          background-color: rgba(137, 141, 140, 0.7) !important;
          margin-top: 150px !important;
          
      }

      .slider-header-light {
          background-color: rgba(208, 208, 208, 0.7) !important;
          margin-top: 0px !important;
          
      }

      .slider-header-white {
          background-color: rgba(255, 255, 255, 0.7) !important;
          margin-top: 0px !important;
          
      }

      .form-padding ul {
        padding-left: 30px;
      }
      .form-padding ul li {
          padding: 0 3px 10px 12px;
          /* border: 1px solid #A8A9AD; */
          background: none;
          /*background-position: top 10px left;*/
          /* border: none !important; */
          /* color: #444; */
          /* font-size: 14px; */
          /*list-style: square;*/
          list-style: circle;
          font-size: 20px;
      }
      .light-font{
        text-shadow: 1px 1px 1px black !important;
          /*color: #384C6F;*/
          color: white !important;
      }
      .dark-font{
        text-shadow: 1px 1px 1px white !important;
          /*color: #384C6F;*/
          color: #384C6F !important;
      }
      .fw300{
        font-weight: 300 !important;
      }
      .fw500{
        font-weight: 300 !important;
      }.fw700{
        font-weight: 300 !important;
      }

      #exib-REGISTER-HRAC-slider{
        /*min-height: 800px;*/
        background-image: url('/images/exib/slider-bgs/registracia-hraca-exib.jpg');
        background-repeat: no-repeat;
          background-size: 100% auto;
          min-height: 980px;
          background-size: cover !important;
          background-position: center top;
          

      }
      #exib-REGISTER-HRAC-slider .exib-slide .container {
          padding-left: 100px;
          padding-right: 100px;
      }
      #exib-partneri-slider .exib-slider-caption img{
        margin-bottom: 30px;
      }
      #exib-partneri-slider .exib-slide .container {
        float: left;
        display: block;
          /* position: relative !important;
          left: 0%;
          padding-left: 300px;
          padding-right: 300px;
          width: 100%;
          height: auto; */
      }

      @media (max-width: 1600px){
      }
      @media (max-width: 1200px){ /*col-lg-12*/
        
      }
      @media (max-width: 992px){
        
      }
      @media (max-width: 480px){
        
      }
      /**
      REGISTRACIA HRACA end
      */
      

      /**
      PROGRAM start
      */

          #exib-pravidla-slider .exib-slider-caption {
          padding-left: 30px;
          padding-right: 30px;
         
      }
          #exib-pravidla-slider .exib-home-top-caption-info ul li{
            background-image: none;
        margin-bottom: 10px;
        margin-left: 20px;
        padding-left: 0px !important;
        list-style: square;
          }
          #exib-pravidla-slider h4{
            font-size: 30px;
            font-weight: 500;
          }
          #exib-pravidla-slider .pravidla-time{
            font-size: 20px;
            font-weight: 300;
          }
      #exib-pravidla-slider .exib-slide .container {
          position: relative !important;
          left: 0%;
          padding-left: 100px;
          padding-right: 100px;
          width: 100%;
          height: auto;
      }
      
      #exib-pravidla-slider{
        /*min-height: 800px;*/
        background-image: url('/images/exib/slider-bgs/program-exib.jpg');
        background-repeat: no-repeat;
          background-size: 100% auto;
          min-height: inherit;
          background-size: cover !important;
          background-position: center bottom;



      }
      
      @media (max-width: 1600px){
      }
      @media (max-width: 1200px){ /*col-lg-12*/
        
      }
      @media (max-width: 992px){
        
      }
      @media (max-width: 480px){
        
      }


      .fullScreenModal, .infoModal{
        z-index: 6400;
        margin-top: 100px;
      }
      .fullScreenModal .modal-content, .fullScreenModal .infoModal {
          /*background-color: rgba(0,0,0,.5);*/
          background-color: rgba(255,255,255);
          border: 1px solid #999;
          border: 1px solid rgba(0,0,0,.2);
           border-radius: 0px; 
          -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
          box-shadow: 0 3px 9px rgba(0,0,0,.5);
          background-clip: padding-box;
          outline: 0;
      }

      .modal-body .countdown-header{
        text-align: center;
        color: black;
        /*margin-top: 100px;*/
        /*margin-bottom: 100px;*/
        font-size: 30px;
        font-weight: 500;
      }
      .modal-body .countdown-amount {
          display: block;
          font-size: 20px;
          color: black;
          margin-bottom: 5px;
      }
      


      @media (max-width: 992px){
        .fullScreenModal{
          margin-top: 0px;

        }
      }
      @media (min-width: 992px){
        .modal-body .countdown {
          text-align: center;
        }
        .modal-body .countdown-row {
          max-width: 600px;
          display: inline-block;
          float: none;
        }
        .modal-body .countdown-amount {
          background-color: transparent !important;
        }
      }
      /**
      PROGRAM end
      */

      /**
      KONTAKT start
      */

          #exib-kontakt-slider #page-contact-form {
          
         
      }
      #exib-kontakt-slider .feature-box{ /*.phone-contact*/
          min-height: 250px;
      }
      #exib-kontakt-slider .fbox-icon{
          background-color: transparent;
          left: 40%;
          top: -80px;
      }
      #exib-kontakt-slider .fbox-icon i{
          
          color: #4D75F1;
      }
      #exib-kontakt-slider h4{
          margin-bottom: 10px;
      }
      #exib-kontakt-slider .help-block {
          
          margin-top: 0px;
          
          color: white; 
      }

          #exib-kontakt-slider .exib-slider-caption {
            position: relative;
            float: none;
            display: block;
          padding-left: 30px;
          padding-right: 30px;
         
      }

          #exib-kontakt-slider .exib-home-top-caption-info ul li{
            background-image: none;
        margin-bottom: 10px;
        margin-left: 20px;
        padding-left: 0px !important;
        list-style: square;
          }
          #exib-kontakt-slider h4{
            font-size: 30px;
            font-weight: 500;
          }
          #exib-kontakt-slider .kontakt-time{
            font-size: 20px;
            font-weight: 300;
          }
      #exib-kontakt-slider .exib-slide .container {
          position: relative !important;
          left: 0%;
          padding-left: 100px;
          padding-right: 100px;
          width: 100%;
          height: auto;
      }
      
      #exib-kontakt-slider{
        /*min-height: 800px;*/
        background-image: url('/images/exib/slider-bgs/kontakt-exib.jpg');
        background-repeat: no-repeat;
          background-size: 100% auto;
          min-height: inherit;
          background-size: cover !important;
          background-position: center bottom;
      }
      
      @media (max-width: 1600px){
      }
      @media (max-width: 1200px){ /*col-lg-12*/
        
      }
      @media (max-width: 992px){
            #exib-kontakt-slider .exib-home-top-caption-info.right-side{
              margin-top: 0px;
            }
      }
      @media (max-width: 480px){
        
      }

      /**
      KONTAKT end
      */





      /**
      general start
      */

            

      /* @media (min-width: 320px) { Apply on all screen larger than 319px

      }

      @media (max-width: 320px) { Apply on all screen smaller than 321px

      }
      @media (min-width: 1200px){

      }
      @media (min-width: 992px){

      }
      @media (min-width: 768px){
        
      } */

      .item{
        height: auto;
        margin-bottom: 80px;
        /*overflow: visible;*/
      }
      
      .inline-checkbox-left{
        margin-top: -10px;
      }
      .inline-checkbox-right{
        padding-top:10px;
        padding-left:20px;
      }
      @media (max-width: 1600px){
        
        #exib-strelnica-slider .exib-slide .container {
            padding-right: 100px; 
        }
        
        
        .exib-section{
          /*background-image: url(/images/exib/slider-bgs/arena-exib.jpg);*/
            background-repeat: no-repeat;
            /*background-size: auto 100%;*/
            background-position: center center;
            background-size: cover !important;
            min-height: 980px;
            /*border:1px solid blue;*/
            height: auto;
        }
        .exib-slide .container {
            /* position: relative !important;
            left: 0%; */
            padding-left: 100px;
            padding-right: 100px;
            width: 100%;
            height: auto;
            overflow: visible;
            /*border:1px solid red;*/
        }
        #strelnica-gallery{
          right: auto;
        

        }
        .table>tbody>tr>td:first-child {
             padding-top: 5px; 
        }

      }
      @media (max-width: 992px){
        .exib-slide {
            box-shadow: none;
        }
        #exib-prize-money-slider.exib-section {
            min-height: 850px !important;
            height: auto;
        }
        #prize_money_slide .item {
            min-height: 850px !important;
            overflow: visible;
            /* cursor: grab; */
        }
        .dynamicHeight {
             min-height: inherit !important; 
        }
        .item-register-ucast-na-exibiciach .slider-header-white, .item-register-ucast-na-exibiciach .slider-header-white {
            min-height: inherit;
        }
        .exib-home-top-caption-info{
          padding: 0px;
          padding-bottom: 10px;
            /*margin-top: 0px;*/
            
        }
        #strelnica-gallery{
          position: relative;
          float: left;
          right: auto;
          bottom: auto;
          /*border:1px solid red;*/
          text-align: center;
          width: 100%;
          margin-top: 30px;
          /*padding-right: 100px;*/

        }

        #strelnica-gallery img{
          display: inline-block;
          margin-right: 0px;
          max-width: 80%;
          margin-bottom: 15px;
          height: auto;
        }

          .logo img {
            /* max-width: 150px;
            height:auto;
            margin-top: 15px; */
          }

        .logo{
          display: none;
        }
        
        .header-wrap {
            /*height: 60px;*/
             height: auto !important; 
            /* background-color: rgba(56, 76, 111, 0.5); */
            margin-top: 50px;
            /*border:1px solid red;*/
        }
        .inline-checkbox-right{
          font-size: 17px;
        }
        .font-info, .font-info-dark {
             font-size: 15px; 
            /* font-weight: 500; */
        }
        .exib-slide .container {
            
            padding-left: 30px !important;
            padding-right: 30px !important;
        }
        .exib-header-wrap {
            padding-left: 30px !important;
            padding-right: 30px !important;
        }



      }
      @media (max-width: 480px){
        #exib-prize-money-slider.exib-section {
            min-height: 650px !important;
            height: auto;
        }
        #prize_money_slide .item {
            min-height: 650px !important;
            overflow: visible;
            /* cursor: grab; */
        }
        .button.button-xlarge {
             font-size: 15px; 
             word-break: break-all;
        }
        .button.button-reveal.button-xlarge {
             padding: 0 5px; 
        }
        .exib-section table {
            font-size: 17px;
        }
        #exib-rallye-slider .exib-slider-caption {
            padding-top: 0px;
            font-size: 20px !important;
        }
        #exib-arena-slider .exib-slider-caption {
            min-height: 200px;
            font-size: 20px !important;
        }
        #exib-strelnica-slider .exib-slide .container {
            /*padding-right: 30px !important; */
        }
        #strelnica-gallery img{
          max-width: 100% !important;
          
        }
        .exib-slide .container {
            padding-left: 10px !important;
            padding-right: 10px !important;
            overflow: visible;
        }
        #exib-rallye-slider .exib-slide .container {
            overflow: hidden;

        }
        #exib-REGISTER-HRAC-slider .exib-slide .container {
            overflow: hidden;

        }
        .exib-header-wrap {
            padding-left: 10px !important;
            padding-right: 10px !important;
        }
        
        .form-padding ul li {
            font-size: 15px;
        }
        #exib-program-slider .program-time {
            font-size: 17px;
            font-weight: 300;
        }
        #exib-program-slider .exib-home-top-caption-info ul li {
            margin-bottom: 15px;
        }
        .exib-home-top-caption-info ul li, .exib-home-top-caption-info ul li {
            padding-left: 15px;
        }
        #exib-strelnica-slider .exib-slider-caption {
            font-size: 20px !important;
        }
        
        .exib-home-top-caption-info ul li, .exib-home-top-caption-info ul li {
            background-position: top 10px left;
            /* border: none !important; */
            /* color: #444; */
            /* font-size: 14px; */
            background: none;
            padding: 0 3px 15px 20px;
        }
        .owl-slider-arrow-left, .owl-slider-arrow-right {
            top: 190px;
        }
        .form-padding {
             padding-top: 15px; 
             padding-left: 15px; 
             padding-right: 15px; 
             padding-bottom: 15px; 
        }
        .register-box-kosik, .register-box-kosik-left {
            padding-right: 15px;
            padding-left: 15px;
        }
        .form-control-custom {
             font-size: 18px !important;   
        }
        #exib-REGISTER-DIVAK-slider .register-info-left{
          padding-left: 0px;
          padding-right: 0px;
        }
        .exib-home-top-caption-info p{
            margin-bottom: 15px !important;
        }
        .exib-home-top-caption-info h2 {
            font-size: 30px;
            
        }
        
      }

        body.side-push-panel #side-panel-trigger-close a {
            display: block;
            position: absolute;
            z-index: 12;
            top: 0;
            left: auto;
            right: 0;
            width: 40px;
            height: 40px;
            font-size: 18px;
            line-height: 40px;
            color: #444;
            text-align: center;
            background-color: rgba(0,0,0,0.1);
            border-radius: 0 0 0 2px;
        }


      /* @media (max-width: 767px) and (min-width: 480px){
       
      } */
      @media (max-width: 479px){
        
      }
      /**
      general end
      */











