@import url(http://fonts.googleapis.com/css?family=Amarante|Open+Sans+Condensed:300,700,300italic&subset=latin,latin-ext);

a:focus, a:active, 
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
button,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  outline : 0;
}
body{
  background: url("../images/webimages/bg.jpg") fixed repeat center center;
  color: #422612;
}
.tvn{
  font-size: 20px;
  text-align: center;
  padding: 10px;
  background-image: url('../images/webimages/main-bg.png');
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center;

}
a{
  text-decoration: none;
  color: #9D0A0E;
}

a:hover, a:focus{
  text-decoration: none;
  color: #B4A383;
}
#footer a:hover{
  text-decoration: none;
  color: #fff;
}

.sf-arrows .sf-with-ul:after{
  right: auto;
  margin-left: 7px;
}
.horizontalSlider{
    background-color: rgba(105,47,0,0.1);
    padding: 20px;

}

.horizontalSlider h2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-shadow: none;
}
.select-menu {
  margin: 13px 2%;
  padding: 12px 2%;
  width: 96%;
  display: none;
}

h1{

  font-family: 'Amarante', cursive;
  color: #b4a383;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  font-size: 38px;
}
h2{
  font-family: 'Amarante', cursive;
  color: #6A472A;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
.background{
  position: absolute;
  top:0;
  height: 100%;
  width: 100%;
}
main .container{
  background-image:url('../images/webimages/main-bg.png'); 
  background-repeat:repeat-y;
  background-size:100%;
  background-position:center;

}
.wrapper{
  margin-top: -53px;

}
.top-bar{
  position: relative;
  width: 100%;
  z-index: 9999;
}
.top-bar-0{
  background-image:url('../images/webimages/top-bar-0.jpg'); 
  background-repeat:repeat-x;
  background-position:top;
  height: 129px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 1px 7px 0px #000000
}
.top-bar-1{
  text-align: center;
  height: 53px;
  width: 100%;
  margin: 0 auto;

}
.top-bar-1 img{
  display: inline-block;
}
.tatra img{
  margin-top: 30px;
}
.spanie img{
  margin-top: 20px;
}
.logo-container{
  position: absolute;
  width: 100%;
  z-index: 9999;
  top: 0;
}
.logo img{
  display: inline-block;
}

.flexslider{
  box-shadow: none;
  margin: 0;
  border:0  none;
  background-color: #fff;;
}
.flex-direction-nav a:before  { font-family:'FontAwesome'; font-size: 40px; display: inline-block; content: '\f0a8'; 
                                color: #9D0A0E;}
.flex-direction-nav a.flex-next:before  { content: '\f0a9'; }
.flex-direction-nav .flex-prev { left: 0; left: 10px; }
.flex-direction-nav .flex-next { right: 0; text-align: right; right: 10px; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flex-direction-nav a{overflow: visible}
.flex-direction-nav a:hover{
  color:#9D0A0E;
}
.wrapper .col-lg-12 .banners{
  padding: 0 2%;
}

nav.nav{
  background-image:url('../images/webimages/nav-bar.jpg'); 
  box-shadow: 0 1px 7px 0px #000000;
  background-repeat:repeat-x;
  background-position:center;
  width: 100%;
  height: 69px;
  position: relative;
  z-index: 1;
}
nav.nav .container{
  background: none;
}

.alert-container{
  position: absolute;
  z-index: 999999;
  top:0;
  width: 100%;
}
/**menu*/
.sf-menu{
  display: table;
  margin: 0 auto;
  width: 100%;

}
.sf-menu > li{
  background-color: transparent;
  display: table-cell;
  float: none;
  position: relative;
}

.sf-menu a{
  color: #fff;
  text-transform: uppercase;
  font-family: 'Amarante', cursive;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;

}
.sf-menu > li{
  line-height: 23px;
}
.sf-menu > li > a{
  margin-top: 4px;
  padding-bottom: 18px;
  padding-top: 19px;
  font-size: 18px;
}
.sf-menu > li.active > a,
.sf-menu > li:hover > a,
.sf-menu > .sfHover > a{
  color: #b4a383;
  margin-top: 4px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.sf-menu > li > ul{
  box-shadow: 0 1px 7px 0px #000000;
  text-align: left;
  padding-top: 5px;
}
.sf-menu ul {
  box-shadow: none;
  min-width: 16em;
  left: auto;
}
.sf-menu li ul li a{
  background-color: #d2c5ac;
  color: #422612;
  text-transform: none;
  font-size: 16px;
}
.sf-menu li ul li:hover a{
  color: #d2c5ac;
  background-color: #422612;
}

.select-menu {
  display: none;
}


.sf-arrows .sf-with-ul:after{
  border-color: #d2c5ac rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}
.sf-arrows li.active .sf-with-ul:after,
.sf-arrows li.sfHover .sf-with-ul:after,
.sf-arrows li:hover .sf-with-ul:after{
  border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}


hr{
  background-image:url('../images/webimages/hr.png'); 
  background-repeat:no-repeat;
  background-position:center;
  height: 52px;
  border: none;
}
main > .container > .row{
  padding-top: 20px;
  padding-bottom: 60px;
  background: url("../images/webimages/bottom-tatra.png") no-repeat center bottom;
}
#footer .pattern{
  background: url("../images/webimages/pattern.png") repeat-x center center;
  height: 63px;
  width: 100%;
  margin-top: -37px;
}
#footer{
  background-color: #b4a383;
  padding: 20px 0;
  color: #fff;
}
.logo-mini{
  text-align: center;
}
.logo-mini img{
  display: inline-block;
}

 
gallery-template img {
  -webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.gallery-template a {
  display: block;
  padding: 5px;
}

.flexslider {
  background-color: transparent;
  border: 0 none;
  box-shadow: none;
  margin: 0;
}
#footer h3{
  font-size: 16px;
}


.cameraContent h1,
.cameraContent h2,
.cameraContent h3{
  margin-bottom: 10px;
  margin-top: 10px;
  color: #fff;
}  
h1,h2,h3{
  margin-bottom: 20px;
  margin-top: 10px;
} 
.template_tiles img {
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.gallery_item img {
    margin: 5px;
}
.posts-vertical-slider h2{
  font-size: 16px;
  text-align: left;
  margin-bottom: 10px;
}
main img,
.galleryHorizontalSlider img,
.posts-vertical-slider img{
  -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
a,
main img,
a img{
  
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover img{
  opacity: 0.8;
}
a:hover h2{
  color:#9D0A0E;
}
main img{
  max-width: 100%;
  border:2px solid #fff;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
map img{
  max-width:none;
}
.odd {
  background-color: rgba(170,164,131,0.1);
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 10px 0;
}
 
.back i{
  font-size:30px;
}
.back span{
  position: absolute;
  top:25%;
  margin-left: 10px;
}

.posts-vertical-slider .flex-viewport { height: 350px !important;float:left;width:100%;}

main map img{
 border:none;
 box-shadow:none;
 -webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
/* ==========================================================================
   Media queries
   ========================================================================== */

@media (min-width: 1200px) {
}
@media (max-width: 1199px) {

}
@media (min-width: 980px) and (max-width: 1199px) {

}
@media (min-width: 979px) {

}
@media (max-width: 979px) {
}

@media (min-width: 768px) and (max-width: 979px) {

}
@media (max-width: 767px) {
  #footer address{
    text-align: center;
  }

  .wrapper .col-lg-12 .banners,
  .banner-container .container .row > div,
  .banner-container .container .row,
  .banner-container .container{
    margin:0;
    padding: 0;
  }
  .select-menu{
    display: inline-block;
  }
  .sf-menu{
    display: none;
  }
  main .col-xs-12{
    padding: 10px 30px;
  }
  .cameraContent h2{
    color: #fff;
    font-size: 18px;
  }
}
@media (min-width: 626px) and (max-width: 767px) {

}
@media (max-width: 625px) {


}
@media (min-width: 482px) and (max-width: 625px) {

}
@media (max-width: 481px) {

}
@media (min-width: 320px) and (max-width: 481px) {

}

@media (max-width: 320px) {
  .top-bar-0{
    height: 80px;
  }
}






