
/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/

#policyBlockForFirstVisitButton {
  background: #50ccff;
  text-transform: none;
}

@media (max-width: 767px){
  #policyBlockForFirstVisitInner a {
    color: #50ccff;
    border: 1px solid #50ccff;
    text-transform: none;
  }
}

li.slide{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  height: calc(100vh - 116px);
}
html { overflow-y: scroll; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }

/** page structure **/
#w {
  display: block;
  max-width: 963px;
  min-width: 280px;
  height: 100%;
  margin: 0 auto;
}

#w header {
  display: block;
  padding-top: 15px;
}

/** Glidejs styles **/
.slider {
	position: relative;
	width: 100%;
  height: 100%;
	overflow: hidden;
}
	
.slides {
  height: 100%;
  overflow: hidden;
  left: 0;
  position: relative;
  /**	
   * Prevent blinking issue
   * Not tested. Experimental.
  
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d; 
*/
   -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
   -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
   -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
   transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
	
.slide {
  height: 100%;
  float: left;
  clear: none;
}
.slide.black {
background-color: rgba(0,0,0,0.25);
}
.slide figure {
  display: block;
  position: relative;
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
/*  font: 300 45px/60px "Open Sans",tahoma;*/
}
.slide figure figcaption {
  /*position: absolute;*/
  /*color: #212121;*/
  /*left:8.6%;*/
  /*width: 82%;*/
}
.slide figure figcaption h2{
    /*padding-top: 55px;*/
    /*padding-top: 50px;*/
    /*padding-top: 30px;*/
  /*font: 300 45px/60px "Open Sans",tahoma;*/
}
.slide figure figcaption h2 strong{
  /*font: 400 45px/60px "Open Sans",tahoma;*/
}
.slide figure  span{
    /*display: block;*/
    /*font: 300 20px/27px "Open Sans",tahoma;*/
    /*position: absolute;*/
    /*right: 10%;*/
    /*bottom: 10%;*/
    /*width: 300px;*/
}
.slide figure figcaption p{
  font: 400 24px/35px "Open Sans",tahoma;
  margin-top: 20px;
}
.slide figure figcaption a {
}
.slide figure figcaption a:hover { }

.slide figure img {
  width: 100%;
  /*padding-top: 13.4%;*/
  padding-top: 10%;
}



.slider-arrows {
    display: none!important;
}

.slider-arrow {
  position: absolute;
  display: block;
  margin-bottom: -20px;
  padding: 20px;
  font-family: 'Alegreya Sans', 'Trebuchet MS', sans-serif;
  text-decoration: none;
  font-weight: 900;
  font-size: 3.0em;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.slider-arrow:hover {
  background: #ddd;
  color: #aaa;
}
.slider-arrow--right { bottom: 50%; right: 30px; }
.slider-arrow--left { bottom: 50%; left: 30px; }


/*.slider-nav {
  position: absolute;
  bottom: 0px;
}*/
.slider-nav {
  position: absolute;
  /*bottom: 200px;*/
  /*bottom: 80px;*/
  top: 735px;
  left:8%!important;
  margin-left: 0!important;
  z-index: 100;
}

.slider-nav__item {
  width: 16px;
  height: 16px;
  float: left;
  clear: none;
  display: block;
  margin: 0 5px;
  background: #fff;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.slider-nav__item:hover { background: #e0e0e0; }
.slider-nav__item--current, .slider-nav__item--current:hover { background: #77B3E9; }



/** responsive styles **/
@media screen and (max-width: 1600px) {
  .slide figure figcaption h2{  font: 300 30px/35px "Open Sans",tahoma;}
  .slide figure figcaption h2 strong{  font: 400 30px/35px "Open Sans",tahoma;}
  .slide figure  span{ font: 300 14px/17px "Open Sans",tahoma;}
  .slide figure figcaption p{font: 400 17px/22px "Open Sans",tahoma;}
    #menu div.a, #menu a.link , #menu div.a a{font: 400 12px/145px "Open Sans"!important;}
} 
@media screen and (max-width: 1350px) {
  .slider-arrow { font-size: 1.8em; padding: 15px; }
  .slide figure figcaption h2{  font: 300 22px/27px "Open Sans",tahoma;}
  .slide figure figcaption h2 strong{  font: 400 22px/27px "Open Sans",tahoma;}
  .slide figure  span{ font: 300 13px/15px "Open Sans",tahoma;}
  .slide figure figcaption p{font: 400 14px/16px "Open Sans",tahoma;}
    #menu div.a, #menu a.link , #menu div.a a{font: 400 10px/145px "Open Sans"!important; letter-spacing: 0!important;}
    .news_col a,.news_col span ,.reviews_col a,.news_col p,.reviews_col span {font-size: 12px!important;line-height:16px!important;}
} 
@media screen and (max-width: 1000px) {
  .slide figure figcaption h2{  font: 300 20px/24px "Open Sans",tahoma;}
  .slide figure figcaption h2 strong{  font: 400 20px/24px "Open Sans",tahoma;}
  .slide figure  span{ font: 300 11px/13px "Open Sans",tahoma;}
  .slide figure figcaption p{font: 400 13px/15px "Open Sans",tahoma;margin-top: 10px;}
} 

@media screen and (max-width: 650px) {
  h1 { font-size: 2.9em; }
}

@media screen and (max-width: 450px) {
  h1 { font-size: 2.1em; }
}