/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
    min-width:320px;
   
}
.slider{ overflow-x:hidden;}
@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('../fonts/ProximaNova-Bold/ProximaNova-Bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/ProximaNova-Bold/ProximaNova-Bold.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ProximaNova-Bold/ProximaNova-Bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/ProximaNova-Bold/ProximaNova-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ProximaNova-Bold/ProximaNova-Bold.svg') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('../fonts/ProximaNova-Regular/ProximaNova-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/ProximaNova-Regular/ProximaNova-Regular.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ProximaNova-Regular/ProximaNova-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/ProximaNova-Regular/ProximaNova-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ProximaNova-Regular/ProximaNova-Regular.svg') format('svg'); /* Legacy iOS */
}

.slick-slide {
    opacity: .4;
    -webkit-transition: opacity .3s ease 0s;
    -moz-transition: opacity .3s ease 0s;
    -ms-transition: opacity .3s ease 0s;
    -o-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s;
    outline: 0;
}
.slick-slide.slick-current {
    opacity: 1;
    z-index: 10;
    position: relative;
}
.slick-slide span {
    display:block;
    height:400px;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
    margin: 100px auto;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.slick-slide.slick-current span {
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}
.bx-next, .bx-prev, .slick-next, .slick-prev {
    position: absolute;
    border: 0;
    outline: 0;
    background-color: rgba(255,255,255,.75);
    box-shadow: 2px 3.464px 30px 0 rgba(0,0,0,.1);
    font-size: 50px;
    color:#000;
    border-radius: 50%;
    top: 50%;
    margin: -35px 40px 0 40px;
    width: 70px;
    height: 70px;
    z-index: 76;
    display: block;
    text-align:center;
}
.slick-next{
    padding-left:2px;
}
.slick-prev{
    padding-right:2px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: #000;
    outline: none;
    background: #fff;
}
.bx-next:before, .bx-prev:before, .slick-next:before, .slick-prev:before {
   
    display:none;
}
*,:hover,:focus{
    outline: none!important;
}
body {
    font-family: 'ProximaNova-Regular';
    position: relative;
}
body:not(.home){
    padding-top: 55px;
}
body.sidebar_open{
    overflow: hidden;
}
h1, h2, h3 {
    font-family: 'ProximaNova-Bold';
}
h2{
    font-size:24px;
    margin-bottom:50px;
}

h3{
    font-size:22px;
}
.page_h{
    padding-top:30px;
}
.page_h h2{
    margin-bottom:10px;
}
/*.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    color:#fff;
}*/
.text-vertical-center {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    background: rgba(253,214,69,.8);
    z-index:2;
}
.text-vertical-center.black-main-page {
      background: rgba(0,0,0,.2);
}
.text-vertical-center>div{
    position: absolute;
    top: calc(50% + 60px);
    width:100%;
    transform:translateY(-50%);
}
.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    color:#fff;
    line-height:1;
}
.arrow{
    margin-bottom: 0;
}
hr.small{
    border:3px solid #fff;
    margin:30px auto;
}

.lead {
   margin:50px auto;
   font-size:15px;
}
/* Custom Button Styles */

.btn-yellow {
    border-radius: 100px;
    color: #000;
    background: rgba(248,232,54,1);
    background: -moz-linear-gradient(top, rgba(248,232,54,1) 0%, rgba(244,212,68,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,232,54,1)), color-stop(100%, rgba(244,212,68,1)));
    background: -webkit-linear-gradient(top, rgba(248,232,54,1) 0%, rgba(244,212,68,1) 100%);
    background: -o-linear-gradient(top, rgba(248,232,54,1) 0%, rgba(244,212,68,1) 100%);
    background: -ms-linear-gradient(top, rgba(248,232,54,1) 0%, rgba(244,212,68,1) 100%);
    background: linear-gradient(to bottom, rgba(248,232,54,1) 0%, rgba(244,212,68,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8e836', endColorstr='#f4d444', GradientType=0 );
    -webkit-box-shadow: 0px 22px 60px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 22px 60px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 22px 60px 0px rgba(0,0,0,0.4);
    font-family: 'ProximaNova-Bold';
    text-transform: uppercase;
    border:none;
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
    text-decoration: none;
}

.btn-dark {
    border-radius: 100px;
    color: rgba(248,232,54,1);
    background: rgba(0,0,0,1);
    -webkit-box-shadow: 0px 22px 60px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 22px 60px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 22px 60px 0px rgba(0,0,0,0.4);
    font-family: 'ProximaNova-Bold';
    font-size:22px;
    padding:40px 60px 40px 60px;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
}
#dots{
    position: fixed;
    z-index: 99;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
#dots ul{
    list-style-type: none;
    padding: 0;
}
#dots li{
    display: block;
    margin-bottom: 10px;
}
#dots li a{
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    border: 1px solid #fff;
    background: #fdd645;
    padding: 0;
    /*box-shadow: 0 0 3px 0 rgba(0,0,0,.3);*/
}
#dots li.active a{
    background: #fff;
    /*border: 1px solid #fdd645;*/
}
#dots.whitebg li a{
    border: 1px solid #fdd645;
    background: #fff;
}
#dots.whitebg li.active a{
    background: #fdd645;
    /*border: 1px solid #fdd645;*/
}
#topmenu{
    position:fixed;
    top: 0;
    z-index:99;
    width:100%;
    background:none;
    transition: all 0.5s ease;
}
#topmenu.active, body:not(.home) #topmenu {
    background:#fdd645;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}
.authentication{
    position: absolute;
    top: 10px;
    right: 0;
    width: 100%;
    text-align: right;
    font-size: 12px;
}
.authentication a{
    display: inline-block;
    margin: 0 5px;
    color: #000;
    text-decoration: underline;
}
.deskmenu {
    position: relative;
    text-align:center;
    padding-top: 30px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.active .deskmenu, body:not(.home) .deskmenu {
    padding-top: 10px;
}
.deskmenu ul.nav {
    display:inline-block;
    float: none;
}
.basket_menu img{
    max-width: 20px!important;
    margin-right: 5px;
    vertical-align: text-bottom;
}
.deskmenu ul.nav li{
    margin:0px 5px 5px;
    padding:2px;
}
.deskmenu ul.nav li a {
     font-family: 'ProximaNova-Bold';
    color:#000;
    padding:7px 15px;
    line-height:18px;
    border:2px solid transparent;
    border-radius:100px;
}
.deskmenu ul.nav li.active a, .deskmenu ul.nav li:hover a  {
    border:2px solid #000;
    background:#000;
}
.deskmenu ul.nav li.sp a{
    border:2px solid #000;
    border-radius:100px;
}
.deskmenu ul.nav li a:hover, .deskmenu ul.nav li:hover a, .deskmenu ul.nav li a.active, .deskmenu ul.nav li.active a, .deskmenu ul.nav li.active a:focus{
    color:#fdd645;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
}
.scroll_logo{
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    max-width: 200px;
    overflow: hidden;
    margin-right:40px!important;
}
.scroll_logo a{
    padding:0!important;
    border: none!important;
}
.scroll_logo:hover, .scroll_logo.active{
    border: none!important;
    border-radius: 0!important;
    background:none!important;
}
.deskmenu ul.nav li.scroll_logo:hover a, .deskmenu ul.nav li.scroll_logo a{
    padding: 0!important;
    line-height: 35px!important;
    border: none!important;
    border-radius: 0!important;
    background:none!important;
}
.scroll_logo img{
    max-width: 100%!important;
    height: auto;
}
.active .scroll_logo, body:not(.home) .scroll_logo{
    max-width: 200px;
}


/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Custom Background Set */
.bg-yellow {
    background: #F7D661;
}

/* Side Menu */
.yellow{
    color:#ffda3d;
    font-family: 'ProximaNova-Bold';
}
#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 100%;
    top:10px;
    bottom: 10px;
    width:calc(100% - 20px);
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #fff;
}
.phone, .login_link{
    font-size: 18px;
    line-height: 38px;
    margin-bottom: 50px;
}
.login_link a{
    display: inline-block;
    border-bottom: 1px solid #505050;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
}
.basket_link{
    margin-bottom: 50px;
}
.basket_link a{
    font-size: 22px;
    color:#ffda3d;
    font-family: 'ProximaNova-Bold';
    line-height: 20px;
    text-transform: uppercase;
}
.basket_link a:hover,.login_link a:hover{
    text-decoration: none;
    cursor: pointer;
}
.sidebar-nav {
    /*position: absolute;
    top: 0;*/
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.sidebar-nav>li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-bottom: 50px;
    padding-right: 30px;
}

.sidebar-nav li a {
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'ProximaNova-Bold';
}
.sidebar-nav li.special{
    padding-right: 0;
}
.sidebar-nav li.special a{
    display: inline-block;
    color: #ffda3d;
    border: 2px solid #ffda3d;
    border-radius: 99px;
    font-size: 14px;
    padding: 0 20px;
    line-height: 36px;
    min-height:0!important; 
}
.sidebar-nav li.special:hover a{
    color: #fff;
    border: 2px solid #fff;
}
.sidebar-nav>li>a{
    border-bottom: 1px solid #505050;
}
.sidebar-nav li a:hover {
    text-decoration: none;
    color: #ffda3d;
    background: transparent;
    cursor: pointer;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
#menu-close{
    color:#817f7d;
    font-size:15px;
    line-height:30px;
    margin-bottom: 35px;
}
#menu-close:hover{
    color:#fff;
}
#menu-close span{
    display:inline-block;
    vertical-align: middle;
    font-family:'Times New Roman';
    font-size:50px;
    line-height:30px;
}
#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    color:#000;
}

#sidebar-wrapper.active {
    left: 10px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 30px 5px 0 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.active .toggle,body:not(.home) .toggle {
    margin: 5px 5px 0 0;
}
.sub-menu{
    margin-top: 20px;
    padding: 0;
    max-height:175px;
    overflow-y:auto;
}
.sub-menu::-webkit-scrollbar-track
{
	background-color: #ccc;
	border-radius: 10px;
}

.sub-menu::-webkit-scrollbar
{
	width: 6px;
	border-radius: 10px;
	background-color: #ccc;
}

.sub-menu::-webkit-scrollbar-thumb
{
	background-color: #fff;
	border-radius: 10px;
}

.sub-menu li{
    display: block;
    margin: 10px 0;
}
.sub-menu li a{
    font-size: 18px;
    text-transform: uppercase;
}
.menu_title{
    text-align: center;
    font-family: 'ProximaNova-Bold';
    text-transform: uppercase;
    font-size: 22px;
}
.social{
    font-size: 18px;
    margin-bottom: 50px;
}
.social a{
    display: inline-block;
    color: #000;
    background: #ffda3d;
    border-radius: 99px;
    font-size: 22px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0 5px;
}
/* Header */

.header {
    /*display: table;*/
    position: relative;
    width: 100%;
    height: 100vh!important;
    background: url(../img/bg1.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    color:#fff;
}
.header.main-page{background: none;}
.header .lead {
    font-size:11px;
}

.logo {
    /*display:none;*/
    max-width:90%;
    margin-bottom:30px;
    margin-top:60px;
    animation-delay: .4s;
}
#top{
    position: relative;
    width: 100%;
    height: 100vh!important;
    min-height:700px;
    overflow:hidden;
}
#top h1 {
    animation-delay: .6s;
}
#top hr {
    animation-delay: .8s;
}
#top .btn-yellow{
    animation-delay: 1s;
}
#top .lead{
    margin-bottom:0;
    animation-delay: 1.2s;
}
#top .arrow{
    animation-duration: 2s;
}
/* About */

.about {
    padding: 50px 0;
}

/* Services */

.services, .why {
    padding: 70px 0;
}

.service-item {
    margin-bottom: 30px;
    color:#000;
    background-color:#fdd645;
    text-align:center;
    border:4px solid #fdd645;
    border-radius:10px;
    padding:25px 15px;
    position: relative;
}
.service-item:hover {
    background-color:#fff;
}
.service-item  h3 {
    min-height:70px;
    margin-top:25px;
}
.service-item a{
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.fa-stack img {
    width:100%;
}


/* Call to Action */
.gift {
    background: url(../img/gift.jpg) no-repeat #F5DA4F;
  
}
.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}

/* Call to Action */
.fullheight {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
}

/* Why */
.why .news-item {
    padding-bottom: 25px;
    min-height: 90px;
}
.why_item{
    display: inline-block;
    vertical-align: middle;
}
.why_item img{
    max-width: 50px;
    margin-right: 20px;
}
.why .news-item>div{
    font-size: 0;
}
.why .news-item>div>.why_item:last-child {
    font-size: 14px;
    max-width: calc(100% - 71px);
}
.news-item .img-resp{
    width:100%;
}
/* SLIDER */
.slider .lSAction>a {
    background-color: #fff;
    opacity: 1;
    padding: 10px;
    display: block;
    background-size: initial;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    top:90%;
    z-index: 1;
}
.slider  .lSAction>.lSPrev {
   left: 50px;
    background-position: 9px 8px;
    background-repeat: no-repeat;
}

.slider  .lSAction>.lSNext {
    left:125px;
        background-position: -22px 8px;
    background-repeat: no-repeat;
}
.imgholder{
    height:auto;
    background-size: cover;
    background-position:top left;
    position: relative;
}
.imgholder img{
    width:100%;
    height:auto;
}
.textholder {
    background: #fdd645;
    padding-top: 20px;
    position: relative;
    z-index: 10;
}
.textinside {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -80px;
}
.textinside h3 {
    margin-bottom:40px;
    margin-top:10px;
}
.textinside p {
    font-size:15px;
    margin-bottom:25px;
    color: #000;
}
.textinside a{
    margin-left: -50px;
}
.room_prices{
    margin-left: 120px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.room_prices>div{
    margin-bottom: 30px;
}
.room_prices>div>span{
    font-family: 'ProximaNova-Bold';
    font-size: 20px;
}
/* Testimonials */
#testimonials-container {
    padding-bottom:100px;
    
}

.testimonials {
    padding: 50px 0;
    background: url(../img/tile.jpg) repeat;
}

.testimonials .lSAction>a {
    top:100%;
    margin-top:-50px;
    z-index: 1;
}

.testimonials  .lSAction>.lSPrev {
    left:50%;
    margin-left:-50px;
}

.testimonials  .lSAction>.lSNext {
    right:50%;
     margin-right:-50px;
}


.testimonial-text a {
   background: url(../img/fb.png) repeat;  
    display: inline-block;
    background-repeat: no-repeat;
    background-position: right;
    padding:10px 70px 10px 0px;
   color:#000;
   text-decoration:underline;
   margin-top:25px;
   margin-bottom:70px;
}

.testimonial-text p, .testimonial-text h3{
    margin: 0;
    padding: 0;
    font-size:15px;
}

.testimonial-text h3{
  margin-top: 15px;  
}

.testimonial-text p.lead {
    margin-bottom: 15px;
}
.person {
    width: 200px; 
    height: 200px; 
    border-radius: 100px;
    
}

/* News */
.news-item h3 {
    font-size: 20px;
    text-transform: uppercase;
}


.news-item h3 a {
    color: #000;
}

/*rooms*/

.rooms{
    padding: 45px 0;
}
.rooms > .container > .text-center{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.room_link{
    display: inline-block;
    width: 40%;
    font-size: 44px;
    line-height: 54px;
    font-weight: bold;
    margin: 0 25px;
    color: #000;
    text-transform: uppercase;
}
.room_link span{
    opacity: 0;
    margin:0 10px;
    position: relative;
    top:-3px;
}
.room_link:hover,.room_link.active{
    color: #ffd630;
    text-decoration: none;
}
.room_link.active span,.room_link:hover span {
    opacity: 1;
}
#novideo {
    width:100%;
    height:100%;
    background: url(../img/firstframe.jpg) no-repeat center center scroll;
    background-size: cover;
    position:absolute;
    z-index:1;
    transition: all 0.5s ease;
    top:0;
}
div#novideo.fade {
opacity:0;
}
.video-block{
    height: 400px;
    position: relative;
    overflow:hidden;
}
.video-block .video-block-outer{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:#ccc;
}
.video-block .video-block-outer iframe{
    position:absolute;
    top:0;
    height:100%!important;
    width:calc(400px * 16 / 9);
    left:50%;
    transform: translateX(-50%);
}
.video-block img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
* { box-sizing: border-box; }
.video-background {
  background: #000;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 1;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#vidtop-content {
	top: 0;
	color: #fff;
}
#topmenu .social a{
    font-size: 18px;
}
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
  .video-foreground.two { height: 300%; top: -100%; }
}
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}
.scroll_down{
    position:absolute;
    bottom:15px;
    left:50%;
    transform:translateX(-50%);
}
/*tech*/
.tech{
    text-align: center;
}
.tech .item{
    max-width: 400px;
    margin: 0 auto 30px;
}
.tech .item .thumb img{
    width: 100%;
    height: auto;
}
.tech .item .name{
    font-weight: bold;
    font-size: 16px;
}
.tech .item .desc{
    font-size: 14px;
}
/*social*/
.social_block{
    padding: 25px 0;
}
/*slider2*/
.labels{
    margin-left: 100px;
}
.labels span{
    display: block;
    margin-top: 30px;
    margin-left: -80px;
}
.labels span a{
    display: inline-block;
}
.labels label{
    display: block;
}
.labels br{
    display: none;
}
.radio {
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin: 0 3px 0 0;
}
.radio + label {
  cursor: pointer;
}
.radio:not(checked) {
  position: absolute;
  opacity: 0;
}
.radio:not(checked) + label {
  position: relative;
  padding: 0 0 0 30px;
}
.radio:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 5px;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 50%;
  background: transparent;
}
.radio:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
  /*box-shadow: inset 0 1px 1px rgba(0,0,0,.5);*/
  opacity: 0;
  transition: all .2s;
}
.radio:checked + label:after {
  opacity: 1;
}
.radio:focus + label:before {
  /*box-shadow: 0 0 0 3px rgba(255,255,0,.5);*/
}
/*lease*/
.lease{
    background: #fdd645;
    color: #000;
    padding: 30px 0;
}
.tr_btn{
    display: inline-block;
    padding: 10px 15px;
    margin: 10px 0;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    color:#000;
    border: 2px solid #000;
    font-weight: bold;
    border-radius: 99px;
}
.tr_btn:hover,.tr_btn:focus {
    text-decoration: none;
    background: #000;
    color: #fdd645;
}
.lease .btn-yellow{
    margin-top: 25px;
}
/*text_block*/
.text_block{
    padding: 50px 0;
    text-align: center;
}
.text_block h2{
    margin-top: 0;
    margin-bottom: 20px;
}
/*coast*/
.coast{
    padding: 70px 0 40px;
}
.coast h2{
    text-align: center;
    margin-bottom: 70px;
    margin-top: 0;
}
.coast .item{
    margin-bottom: 30px;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
}
.coast .item .name{
    font-size: 44px;
    font-family: 'ProximaNova-Bold';
    text-transform: uppercase;
    margin-bottom: 30px;
}
.coast .item .name::after{
    content:'';
    display: block;
    margin-top: 5px;
    width: 65px;
    height: 5px;
    background: #F7D661;
}
.coast .item .desc{
    font-size: 12px;
    margin-bottom: 20px;
    max-width: 200px;
}
.coast .item .price{
    font-size: 20px;
    font-family: 'ProximaNova-Bold';
    margin-bottom: 30px;
}
.coast .item .btn-yellow{
    display: inline-block;
    text-align: center;
    width: 230px;
    text-decoration: none !important;
}
.coast .item .btnDonate{
    display: inline-block;
    position: relative;
    width: 240px;
    padding: 20px 40px 20px 70px;
}
.coast .item .btnDonate:before {
    content: "";
    position: absolute;
    background: 0 / 60px no-repeat url("../img/sprite.png") ;
    width: 20px;
    height: 20px;
    left: 55px;
    top: 20px;
}
.coast .item .btnDonate:hover:before,
.coast .item .btnDonate:focus:before,
.coast .item .btnDonate:active:before
{
    background: -20px / 60px no-repeat url("../img/sprite.png") ;
}

@media screen and (max-width: 780px){
    .rooms > .container > .text-center{
        align-items: center;
        flex-wrap: nowrap;
        justify-content: center;
        flex-direction: column;
    }
    .room_link{
        width: 100%;
    }
}
.coast .item .btnForSelf{
    width: 240px;
    margin-bottom: 20px;
}
/*contact_info*/
.contact_info{
    background: #fdd645;
}
.cont_title h2{
    margin: 0;
    padding: 50px 0;
}
.gmap{
    position: relative;
    height: 500px;
}
.gmap iframe{
    position: absolute;
    width: 100%!important;
    height: 100%!important;
    top: 0;
    left: 0;
}

.contact_info .desc{
    max-width: 260px;
    margin: 0 auto;
}
.contact_info .desc h2{
    margin-top: 35px;
    margin-bottom: 80px;
}
.contact_info .desc h2::after{
    content: '';
    display: block;
    width: 60px;
    height: 5px;
    background: #000;
    margin: 20px auto 0;
}
.cont_item{
    margin-bottom: 25px;
}
.cont_item span{
    display: inline-block;
    vertical-align: middle;
}
.cont_item span:first-child{
    width: 60px;
}
.cont_item span:first-child img{
    width: 50px;
    height: auto;
}
.cont_item .phones{
    font-family: 'ProximaNova-Bold';
    font-size: 18px;
}
.cont_item a{
    color: #333
}
.how_search h2{
    margin-top: 65px;
    margin-bottom: 40px;
}
.how_search img{
    width: 100%;
}
.how_item{
    display: block;
    margin-bottom: 30px;
}
.how_item iframe{
    width:100%!important;
    height:240px!important;
}
.insta{
    margin-bottom: 50px;
}
.insta h2{
    position: relative;
}
.insta h2 span{
    position: absolute;
    right: 0;
}
.insta h2 span a{
    font-family: 'ProximaNova-Regular';
    color: #000;
}
.inst_item{
    display: block;
    margin-right: -15px;
    margin-left: -15px;
}
/*gallery*/
.slider_w_thumb{
    margin-top: 0;
    margin-bottom: 20px;
}
/*#sl_thumb{*/
/*    height: 500px!important;*/
/*    margin-bottom: 70px;*/
/*}*/
/*.slider_w_thumb .lSAction>a{*/
/*    top: calc(100% - 32px);*/
/*    height: 34px;*/
/*    z-index: 1;*/
/*}*/
/*.slider_w_thumb .lSAction>.lSPrev{*/
/*    left: auto;*/
/*    right: calc(50% + 20px);*/
/*}*/
/*.slider_w_thumb .lSAction>.lSNext{*/
/*    right: auto;*/
/*    left: calc(50% + 20px);*/
/*}*/
.back{
    margin-top: 50px;
}
.thumb_btns{
    position: relative;
    width: 100%;
}
.thumb_btns .lSAction>a{
    top: -50px;
    height: 34px;
    width: 34px;
    z-index: 1;
    background-color: #fff;
    border-radius: 99px;
    opacity: 1;
    background-image: none;
    text-align: center;
    line-height: 32px;
    font-size: 32px;
    color: #000;
}
.thumb_btns .lSAction>.lSPrev{
    left: -17px;
    right: auto;
}
.thumb_btns .lSAction>.lSNext{
    right: -17px;
    left: auto;
}
/*category_posts*/
.category_posts h1, .news_posts h1 {
	text-align: center;
    margin: 50px 0;
}
.category_posts h2, .news_posts h2{
    text-align: center;
    margin: 50px 0;
}
.special-title {
	font-family: 'ProximaNova-Bold';
	font-size: 24px;
	font-weight: 500;
	line-height: 1.1;
	text-align: center;
    margin: 50px 0;
}
.special-title.portfolio-fix {
	 margin: 10px 0;
}
.category_posts .item{
    padding: 15px;
    margin-bottom: 30px;
    border: 1px solid #eae9eb;
    position: relative;
    transition: all .5s ease;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0);
}
.category_posts .item .thumb{
    margin-bottom: 25px;
    margin-top: 0;
    overflow: hidden;
}
.category_posts .item .thumb img{
    max-width: 100%;
    width:100%;
    height: auto;
    position: relative;
    transition: all .5s ease;
}
.category_posts .item:hover{
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.3);
}
.category_posts .item:hover .thumb img{
    transform: scale(1.2);
}
.category_posts .item .title{
    font-size: 16px;
    font-family: 'ProximaNova-Bold';
    height:44px;

}
.category_posts .item .text{
    height:80px;
}
.category_posts .item a{
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.news_posts .news-item{
    margin-bottom: 30px;
}
.more_posts{
    margin: 50px 0;
}
.more_posts img{
    filter: invert(100%);
}
.news_posts img{
    max-width:100%;
    height:auto;
}
.news_posts .news-item a{
    display: block;
    overflow: hidden;
}
.news_posts .news-item a img{
    transition: all .5s ease;
}
.news_posts .news-item:hover a img{
    transform: scale(1.2);
}
.alignleft{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.alignright{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*calendar*/
.fc-axis {
    width: 78px !important;
}
hr.fc-divider{padding:0;}
.fc-time-grid-container{
    max-height:527px;
}
.fc-ltr .fc-time-grid .fc-event-container{
  margin: 0 !important;
}
.fc-time-grid{
    max-height:530px;
}
.fc-event.reserved{
    background-color:#fdd645;
    color:#000;
}
.fc-event.prebook{
    background: #cfcfcf;
}
.fc-event.prebook .fc-time{display:none;}
.fc-event.booked{
    background-color:#ff3f13;
}
.fc-event.error{
    background-color:#000;
}
.fc-event{
    border:none;
    text-align:center;
    padding:5px;
    border-radius:0;
}
.fc-event .fc-bg{opacity:0;}
.fc-highlight{
    opacity:1;
    background: #cfcfcf;
    text-align: center;
    padding:5px;
}
.fc-event.prebook:after{
    content:'✓';
    position:relative;
    top:2px;
    color:#505050;
    font-size: 12px!important;
}
.fc-unthemed td.fc-today {
    background: #f1f1f1;
}
.fc-state-default.fc-corner-right {
     border-top-right-radius: 0; 
     border-bottom-right-radius: 0; 
}
.fc-state-default.fc-corner-left {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.fc-state-default{
    background:#f1f1f1;
}
.fc-state-disabled{opacity:0.45;}
@media screen and (max-width:767px){
    .fc-event{
        color:transparent!important;
    }
	.tech .slick-slide { opacity: 1; }
}
.res_text h3{
    font-family: 'ProximaNova-Regular';
}
#clps{
    position: relative;
    transition: height .5s ease;
    overflow: hidden;
}
#clps::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(to bottom, rgba(255,255,255,0),rgba(255,255,255,1));
    z-index: 1;
}
#clps.open::after{
    opacity: 0;
}
#shw_clps{
    display: inline-block;
    line-height: 20px;
    color: #000;
    padding: 0 10px;
    background: #fdd645;
    margin-top: 10px;
    border-radius: 0;
}
.res_text table{
    border: 1px solid #e8e8ea;
    border-collapse: collapse;
}
.res_text th{
    padding: 15px;
    vertical-align: middle;
    border: 1px solid #e8e8ea;
}
.res_text th.yellow{
    color: #000;
    background: #fdd645;
}
.calendar h2+p{
    margin-top: -35px;
    margin-bottom: 50px;
}
.calendar .desc{
    background: #fdd645;
    padding: 10px 0 30px
}
.calendar .desc h2{
    margin-bottom: 20px;
}
.calendar .desc h2::after{
    content: '';
    display: block;
    width: 60px;
    height: 5px;
    background: #000;
    margin: 20px auto 0; 
}
.dates{
    border-bottom: 1px solid #000;
}
.date_item{
    max-width: 320px;
    text-align: center;
    margin: 0 auto 20px;
    font-family: 'ProximaNova-Bold';
    font-size: 15px;
}
.date_item span{
    display: inline-block;
    margin: 0 10px;
}
.date_item span:last-child{
    cursor: pointer;
}
.calendar .summ{
    padding: 20px 0;
    margin-right: auto;
    margin-left: auto;
    max-width: 320px;
    font-size: 16px;
}
.calendar .summ span{
    font-size: 22px;
    font-family: 'ProximaNova-Bold';
}
.calendar form{
    margin-left: auto;
    margin-right: auto;
    width: 260px;
}
.calendar form input, .calendar form textarea{
    display: block;
    border:none;
    width: calc(100% - 30px);
    line-height: 25px;
    padding: 0 10px;
    font-size: 15px;
    text-align: center;
}
.calendar form textarea{
    height: 55px;
}
.calendar form input[type="checkbox"]{
    display: none;
}
.calendar form label{
    display: block;
    position: relative;
    padding-left: 25px;
    font-weight: normal;
    margin-right: -40px;
}
.calendar form label::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    background: #fff;
}
.calendar form label::after{
    content: '';
    display: block;
    position: absolute;
    left: 3px;
    top: 5px;
    width: 9px;
    height: 9px;
    background: #000;
    opacity: 0;
}
.calendar form input:checked + label::after{
    opacity: 1;
}
.calendar form label a{
    color: inherit;
    text-decoration: underline;
}
.calendar form label span.tt_marker{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #000;
    color: #fdd645;
    text-align: center;
    border-radius: 3px;
    line-height: 15px;
    position:relative;
    cursor:pointer;
}
.calendar form label .tt_block{
    display: block;
    position:absolute;
    bottom:23px;
    right:0;
    width: 300px;
    padding:10px;
    background: #fff;
    box-shadow:0 3px 8px 0 rgba(0,0,0,.4);
    text-align: center;
    line-height: 15px;
    opacity:0;
    visibility:hidden;
    transition:all .3s;
}
.calendar form label span.tt_marker:hover+.tt_block{
    opacity:1;
    visibility:visible;
}
.calendar form p:last-child{
    padding: 40px 0 20px
}
.calendar_desc{
    display: inline-block;
    margin-top: 10px;
    margin-bottom:30px;
    border: 1px solid #e8e8ea;
    padding: 10px;
}
.calendar_desc p:last-child{
    margin-bottom: 0;
}
.calendar_desc p span{
    display: inline-block;
    text-align: center;
    width: 120px;
    line-height: 25px;
    margin-right: 10px;
}
.calendar_desc p:last-child span{
    background: #ff3f13;
    color: #fff;
}
.calendar_desc p:nth-child(2) span{
    background: #cfcfcf;
    color:#505050;
}
.calendar_desc p:nth-child(3) span{
    background: #fdd645;
}
.calendar_desc p:first-child span{
    background: #fff;
    color: transparent;
    border: 1px solid #ddd;
}
/* Footer */

footer {
    padding: 100px 0;
    background:#000;
    color:#fff;
}
footer b{
   color: #F7D661;
   white-space: nowrap;
}
footer .logo{
    margin-top: 5px;
    margin-bottom: 0;
}
footer .social{
    font-size: 14px;
    margin-bottom: 0;
}
footer .social a{
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    margin: 0 2px;
}
#to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
}
/*popUp*/
.modal-content{
    background-color: #fdd645;
    text-align: center;
    border-radius: 0;
    border: none;
}
.modal-header{
    border: none;
    padding-bottom:0;
}
.modal-header .close{
    color:#000;
    font-size:15px;
    line-height:30px;
    text-shadow: none;
    font-weight: 400;
    opacity: 1;
}
.modal-header .close:hover{
    color:#696969;
}
.modal-header .close span{
    display:inline-block;
    vertical-align: middle;
    font-family:'Times New Roman';
    font-size:50px;
    line-height:30px;
}
.modal-title{
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
}
.modal-title::after{
    content:'';
    display: block;
    margin: 0 auto;
    width: 100px;
    background: #000;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.modal-title .small{
    text-transform: none;
    color: #000;
    font-size: 16px;
}
.popUp_content{
    font-size: 20px;
    padding-bottom: 50px;
}
.popUp_content .btn-yellow{
    margin-top: 50px;
    text-transform: uppercase;
    border: none;
}
.orderform{
    font-size: 16px;
    line-height: 30px; 
    padding:0 15px;
}
.orderform p{
    margin-bottom:5px;
    line-height:20px;
}
.orderform input{
    display: block;
    border: none;
    padding: 0 10px;
    line-height: 24px;
    font-size: 16px;
    width: 400px;
    max-width:100%;
    margin:0 auto;
}

.orderform textarea{
    display: block;
    margin:0 auto;
    border: none;
    padding: 5px 10px;
    line-height: 24px;
    font-size: 16px;
    width: 400px;
    height: 60px;
    max-width:100%;
}
.orderform select{
    border: none;
    line-height: 24px;
    font-size: 16px;
    font-family: 'ProximaNova-Bold';
    min-width: 103px;
   -webkit-appearance: none; 
   -moz-appearance: none;
   appearance: none;       /* remove default arrow */
   background-image: url(../img/select_bg.jpg);   /* add custom arrow */
   background-position: top right;
   -webkit-background-size: contain;
   background-size: contain;
   background-repeat: no-repeat;
   padding-right: 50px;
   padding-left: 15px; 
   text-align: center;
   max-width:100%;
   margin-bottom:5px;
   margin-top:5px;
}
.orderform select+select{
    margin-left: 30px;
}
.orderform select.fw{
    width: 400px;
}
.lSAction::before{
    content:'';
    display:table;
    width:100%;
    clear:both;
}
@media screen and (min-width: 1600px){
    .video-block{
        height:600px;
    }
    .video-block .video-block-outer iframe{
        width:calc(600px * 16 / 9);
    }
}
@media screen and (max-width: 1199px) {
    #top{min-height:500px;}
    .logo{width:320px;margin-top:140px;}
    .lead{margin:30px auto;}
    .social span{
        display: inline-block;
        margin-bottom: 5px;
    }
    footer .social{
        margin-left: 15px;
    }
    .thumb_btns .lSAction>a{
        top: -44px;
    }
    .insta h2 span {
        right: -30px;
    }
    .textinside {
        transform: translateY(-50%) scale(.8);
    }
}
@media screen and (max-width: 991px) {
    .textinside {
        transform: translateY(-50%) scale(.6);
    }
    #menu-close{
        font-size:0;
        margin-bottom: 0;
        position:absolute;
        top:0;
        right:0;
        z-index:99;
    }
    .video-background{display:none;}
    #video .video-background{display:block; z-index:1;}
    #video .video-foreground,#video  .video-background iframe{pointer-events:auto}
    .header.main-page {background: url(../img/bg1.jpg) no-repeat center center scroll;}
    .toggle{
        margin-top: 5px;
    }
    #menu-toggle.open{
        z-index: 10000;
        color: #F7D661;
    }
    #sidebar-wrapper{
        text-align: center;
    }
    .room_link{
        font-size: 30px;
    }
    .menu_title{
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .sidebar-nav{
        display: inline-block;
        text-align: left;
        width: auto;
        margin-bottom: 40px;
    }
    .sidebar-nav>li {
        display: block;
        width: auto;
        margin-bottom: 30px;
        padding-right: 0;
    }
    .sub-menu li:not(.special){
        display: none;
    }
    .social{
        float: none !important;
        text-align: center;
    }
    .logo{
        margin-top: 20px;
    }
    .why .news-item>div{
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
    .contact_info .desc h2 {
        margin-bottom: 30px;
    }
    footer{
        padding: 30px 0;
    }
    footer .row>div{
        text-align: center;
        margin-bottom: 20px;
    }
    footer .social{
        margin-bottom: 0;
        margin-left: 0;
    }
    footer .social span{
        display: block;
    }
    .coast .item {
        max-width: 320px;
        text-align: center;
    }
    .coast .item .btnDonate:before{
        top: 17px;
        left: 70px;
    }
    .coast .item .name::after{
        margin-left: auto;
        margin-right: auto;
    }
    .coast .item .desc{
        min-width: 320px;
    }
    .thumb_btns .lSAction>a{
        top: -32px;
    }
    .calendar form input, .calendar form textarea{width:100%;}
    .calendar form p:last-child{text-align:center;}
    #sidebar-wrapper {
        left: 100%;
        top:0;
        bottom: 0;
        width:100%;
    }
    #sidebar-wrapper.active{left:0;}
}
@media screen and (max-width: 767px) {
    body{
        min-width:320px;
    }
    .textholder{
        height: auto!important;
        padding-bottom: 50px;
        min-height: 0;
    }
    /*.imgholder{*/
    /*    min-height: 400px;*/
    /*    height: 40vh;*/
    /*}*/
    #slider_2 .imgholder{
        background-size:cover;
        background-repeat:no-repeat;
    }
    #slider-container, #slider-container_2 {
        min-height: 0; 
    }
    .slider .lSAction>a{
        top: auto;
        bottom: 10px;
    }
    .textinside {
        position: static;
        transform: translateY(0); 
        margin-left: 0; 
        text-align: left;
        padding:0 20px;
    }
    .room_prices{margin-left:0;}
    .room_prices div{margin-right:30px;display:inline-block;vertical-align:top;}
    .textinside a {
        margin-left: 0;
    }
    .textinside h3 {
        margin-bottom: 30px;
    }
    .lease div{
        text-align: center;
    }
    .labels{
        margin-left: 0;
    }
    .labels label{
        max-width: 150px;
        margin:0 auto 5px;
    }
    .why p{
        padding-top: 0;
    }
    #up_button{
        display: inline-block;
        background: #fff;
        color: #000;
        border-radius: 99px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 26px;
        padding: 0;
        border: none;
    }
    .res_text table{
        width: 100%;
    }
    .res_text th.yellow {
        width: 130px;
        text-align: center;
    }
    .insta h2 span {
        position: static;
        display: block;
        margin-top: 10px;
        float: none !important;
        text-align: center;
    }
    .thumb_btns .lSAction>a{
        top: -4vw;
    }
    .labels span {margin-left: 0;}
    .textinside .btn-yellow{display:block; margin:0 auto;max-width:215px;}
    .calendar{padding-top:70px;}
    body #slider .slides li span{height:230px;}
    .slider_w_thumb {
    margin-top: 0;
    }
     .video-block{
        height:auto;
        padding-bottom:56.2%;
    }
    .video-block .video-block-outer iframe{
        width:100%!important;
        transform:none;
        left:0;
    }
    .page_h{padding-top:0;}
    #slider{margin:0;}
    .slick-slide span{margin:0 auto;height:215px;}
    .slick-slide.slick-current span {
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    .bx-next, .bx-prev, .slick-next, .slick-prev {
        font-size: 20px;
        margin: 0 40px 0 40px;
        width: 25px;
        height: 25px;
    }
}
@media screen and (max-width:480px){
    
    .logo{margin-top:50px;width:200px;}
    .coast .item .desc{min-width:0; max-width:none;}
    .orderform select{min-width:0;padding-right:35px;}
    .orderform select+select{min-width:0;margin-left:10px;}
}
@media (min-width: 992px){
.modal-lg {
width: 900px !important;
}
    .es-modal-slider .modal-lg {
        width: 95% !important;
    }
    .es-modal-slider .slick-slide span {
        min-height:400px;
        height:70vh;
    }
}
.modal-body{
padding:0px;
}
.popUp_content .btn-yellow{
margin-top: 25px;
}
.room_prices{
    margin-top: 30px;
    margin-bottom: 30px;
}

.room_prices>div{
    margin-bottom: 15px;
}
.fc-event.old {
    background:#ccc;
    font-size:0;
    border-bottom: 1px solid #ddd;
}

/***************************************/

.pic-of-prod {
    display: flex;
    margin: auto;
}
.border {
    border: 1px solid;
    border-color: #f2f2f2;
    padding: 0;
    margin: 0 20px 20px 20px;
}
.product {
    padding: 0;
}
.about-prod {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}
.description-prod {
    margin-bottom: 0;
    font-weight: bolder;
}
.price-prod {
    padding: 20px 0 20px 20px;
}
.starting-price {
    font-size: 24px;
}
.btn-yellow.add-to-cart {
    display: flex;
    margin: auto;
    max-width: 200px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.4);
}
.text-add-to {
    text-align: center;
    width: 200px;

}
@media screen and (max-width: 991px) {
    .about-prod {
        text-align: center;
    }
    .price-prod {
        text-align: center;
    }
}
.title-example {
    font-family: 'ProximaNova-Bold';
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    margin: 50px 0;
    text-transform: uppercase;
}

.work-example {
    padding: 3px;
}

.es-languages {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
}

.es-languages li{
    display: inline-block;
    color: #000;
    background: #ffffff; 
    border-radius: 99px;
    font-size: 22px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0 5px;
}

.es-languages li:hover{
    background: #ffda3d; 
}

.es-languages li a img{
    width: 20px!important;
    height: 14px!important;
}

.lang-fixed .es-languages{
    position: absolute;
    top: 100px;
    right: 5px;
    z-index: 100;
    flex-direction: column;
}

.lang-fixed .es-languages li{
    margin-bottom: 5px;
}

@media screen and (max-width: 1200px) {
    .lang-fixed .es-languages{
        display: none;
    }
}

@media (max-width: 767.8px) {
    .tech .container .row{
        margin-left: 0;
        margin-right: 0;
        display: block;
    }
    .tech .item{
        max-width: 260px;
    }
    .tech .slick-arrow{
        z-index: 100;
    }
}
/**************END**********************/


/*Cardinal*/

.btn.btn_modal{
    height: 10vh;
}

#video_player2{
    height: 100%;
}
/*
     FILE ARCHIVED ON 17:54:08 Jan 18, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:47:38 Sep 19, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.386
  exclusion.robots: 0.039
  exclusion.robots.policy: 0.032
  esindex: 0.007
  cdx.remote: 5.576
  LoadShardBlock: 65.329 (3)
  PetaboxLoader3.datanode: 107.09 (5)
  load_resource: 387.577 (2)
  PetaboxLoader3.resolve: 123.843 (2)
*/