/*animation carousel*/
@charset "UTF-8";

/*fonts*/
@font-face {
   font-family: mont ;
   src: url(fonts/Montserrat-Regular.ttf);
}
@font-face {
   font-family: hara ;
   src: url(fonts/Harabara.ttf);
}  
@font-face {
   font-family: dancing ;
   src: url(fonts/Dancing_Script.ttf);
}
@font-face {
   font-family: vevey ;
   src: url(fonts/vevey.ttf);
}
@font-face {
   font-family: terminal ;
   src: url(fonts/Terminal-Dosis-Light.ttf);
}
@font-face {
   font-family: rb ;
   src: url(fonts/RBNo2Light_a.otf);
}
@font-face {
   font-family: Maven ;
   src: url(fonts/MavenPro-Regular.ttf);
}
@font-face {
   font-family: Zilla ;
   src: url(fonts/ZillaSlab-Regular.ttf);
}
@font-face {
   font-family: avenir1 ;
   src: url(fonts/AvenirLTStd-Book.otf);
}
@font-face {
   font-family: avenir2 ;
   src: url(fonts/AvenirLTStd-Medium.otf);
}
@font-face {
   font-family: avenir3 ;
   src: url(fonts/AvenirLTStd-Roman.otf);
}

body {
        overflow-x:hidden;
        }
.row {
    margin-right: 0px !important; /* this is the exact culprit */
    margin-left: 0px !important;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding-right: 2px;
    padding-left: 2px;
}

/*gallery*/
.lg-outer{
    transition: background-color 600ms ease 0s;
}
/*pre-load*/
.pre-logo-img{
	background-color: white;

}
.pre-logo-img img{
	height: 260px;
	width: auto;
	position: absolute;
	margin-left:auto;
	margin-right: auto;
	padding-left: 30%;
	padding-top: 10%;

}
.ip-header{
	
	background-image: url(img/wood.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.ip-inner{
	background-image: url(img/wood.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
body{
	background-color: white;
}


/*EMAIL FORM*/

.email-padding{
	padding-top: 0px;
}

.font-email{

	font-family: avenir1;
	font-size: 20px;
	color: white;
}

/*QUEEN ROOM*/
.queen-bg{
	background-image: url("img/bg-rooms.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
}
.font-room{
	font-family: avenir1;
	font-size: 13.5px;
	color: white;
}
.font-room-title{
	font-family: tahoma;
	font-size: 40px;
	color: white;
}
.font-room-desc{
	font-family: tahoma;
	font-size: 18px;
	color:white;
}









/*Div about sub menu*/
.what-bg{
	background-image: url("img/wood.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
/*events*/
.eventsDiv{
	background-image: url("img/black-wood.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.events-padding{

	padding-top: 160px;
	padding-bottom: 100px;
}
.events-pic img{
	max-width: 100%;
  	height: auto;	
  	padding: 10px 20px 10px 20px;
}
.events-font-desc{
	font-family: tahoma;
	font-size: 10px;
	color:white;
}
/*contact-us*/

.font-contact-align{
	text-align: center;
	position: center;
	padding-bottom: 20px;
	padding-top: 30px;
}

.contact-us{
	height: auto;
	/*background-image: url("img/wood.jpg");*/
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #555;
	padding-bottom: 60px;
	padding-top: 30px;
}
.contact-us a{
	color: white;
}
.contact-us a:hover{
	color: #337ab7;
}
.font-contact{
	font-family: avenir1;
	font-size: 50px;
	color: white;
	
}
.font-contact-p p{
	font-family: avenir1;
	font-size: 23px;
	font-weight: 1px;
	color: white;
}


/*location*/
.locationDiv{
	background-color: white;
}

.location{
	
	padding-bottom: 50px;
	font-family: tahoma;
	color: white;
}
.map iframe{
	width:100%;
	height: 520px;

}
.location-align{
	text-align: justify !important;
	padding-top: 30px;
	color: white;
	font-size: 20px;
}
.location-align-places{
	font-family: tahoma;
	font-size: 18px;
}

.font-location{

	font-family: avenir2;
	font-size: 70px;
	padding-top: 30px;
	color: black;
}
.font-location img{
	height:30px;
	max-width:100%;
}

/*Places*/
.placesdiv{
	padding-top: 50px;
}

.places-font{
	font-family: mont;
    font-size: 50px;
    padding-top: 60px;
    color: white;
}
.places-font img{
	height:30px;
	max-width:100%;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	background: white;
}

.navbar-default .navbar-nav > li > a{
	color: black
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus
{
	background-color: transparent;
	color: black;

}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	background-color: transparent;
	color: black;

}

.navbar-nav>li>.dropdown-menu{
	background-color: #d35400c2;
	border: none;
}
.dropdown-menu>li>a{
	color:white;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
	background-color: white;
}

.navbar-default .navbar-nav > li > a {
	color: #333333;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.navbar-default .navbar-nav > li > a:hover {
	color: black;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background-color:white;
}
/*Amenities*/
.amenitiesDiv{
	height: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url("img/black-wood.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.img-amenities img{

	width: 100%;
    	height: auto;
}
.img-amenities{
	padding: 10px 10px 10px 10px;
}

.font-amenities{
	color: white;
	font-size: 20px;
	font-family: Terminal;
	text-align: center !important;
}
.font-amenities-gallery{
	color: white;
	font-size: 15px;
	font-family: terminal;
	text-align: center;
}


/*amenities gallery*/
.lb-overlay img{
	margin-top: 100px;
	height: 200px !important;
	width: auto !important;
	margin-left: -20px !important;
}
.lb-overlay:target img{
	height: 400px !important;
	width: auto !important;
}
.lb-overlay a.lb-close{
	margin-top: 100px;
	position: absolute;
	background: rgb(102, 0, 0) !important;
	left: 70% !important;
}
.lb-overlay:target{
	bottom: 0px;
	right: 0px;
	padding: 40px 0px 0px 40px !important;
}

.lb-album li > a{
background-color: none !important;
border-radius: 0px !important;
width: auto !important;
height: 100% !important;
background: none !important;
border: 0px !important;
border-color: transparent !important;
}
.lb-album li > a span{
background:rgba(169, 68, 66, 0.52) !important;
color: #FFFFFF !important;
font-family: terminal !important;

}






/*eat and dine*/
.eatDiv{
	height: auto;
	padding-bottom: 50px;
	padding-top: 100px;
}
.imgeat img{
	display: block;
    width: 100%;
    height: 100%;
}
/*call*/
.call-us{
	height: auto;
	padding: 20px 10px 10px 0px;
	text-align: center;
}
.phone-padding {
	padding: 50px;
}
.call-us-phone{
	text-align: center;
	height: auto;
	padding: 10px 0px 60px 0px;
    font-size: 15px;
    font-family: tahoma;
    background-image: url("img/black-wood.jpg");
    background-attachment: fixed;
    color: white;

}
.call-us-phone img{
	height:50px;
	max-width:100%;
}
/*What to do*/
.whatDiv{
	height: auto;
	padding-bottom: 50px;
	padding-top: 100px;
	text-align: center;
}
.imgwhat img{
	display: block;
    width: 100%;
    height: 100%;
}
.font-what{
	color: white;
	font-size: 30px;
	font-family: vevey;
}
.font-what-desc{
	color: white;
	font-size: 20px;
	font-family: Terminal;
}
.font-what-title{
	color: white;
	font-size: 25px;
	font-family: Terminal;
}
.font-what a{
	color: white;
}
.font-what a:hover 
{
     color:black; 
     text-decoration:none; 
     cursor:pointer;  
}
.what-border{
	border: 3px;
	border-color: black;
	border-radius: 20px;
}
/*===========room and rates---------===================================*/

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #ff5f01;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
}

.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}


/*room and rate hover effects*/


.delayedShow{
	animation: 1s fadeIn;
	animation-fill-mode: forwards;
	visibility: hidden;
}

.font-rooms{
	font-family: avenir1;
	font-size: 70px;
	padding-top: 30px;
	color: white;
}
.font-rooms img{
	height:30px;
	max-width:100%;
	-webkit-filter: invert(1);
	filter: invert(1);
}
.readmorebtn{
	text-decoration:none;
	padding:5px 15px 5px 15px;  
	font-family:tahoma, Helvetica, sans-serif; 
	font-size:15px; 
	border-radius: 5px;
	background-color: #d35400;
	color:white;
}
.messageusbtn-1{
	text-decoration:none;
	padding:5px 10px 5px 10px;  
	font-family: hara; 
	font-size:25px; 
	border-radius: 15px;
	background-color:rgba(0, 51, 51, 0.5) !important;
	color: white;
	border-color: rgba(255,255,255,.25) !important;
}
.messageusbtn-2{
	text-decoration:none;
	padding:3px 7px 3px 7px;  
	font-family: hara; 
	font-size:15px; 
	border-radius: 15px;
	background-color:rgba(0, 51, 51, 0.5) !important;
	color: white;
	border-color: rgba(255,255,255,.25) !important;
}
.carousel-button img{
	height: 10px !important;
	width: auto !important;
}
.carousel-caption img:first-child{
	margin-left: 50% !important;
}

.btn.start-me {margin: 0 auto;}


a:hover 
{
     color:white; 
     text-decoration:none; 
     cursor:pointer;  
}
.font-roomrates-desc{
	font-size: 16px;
	padding-top: 50px;
	font-family: tahoma;
	color: white;
}
.font-room-desc li{
	font-size: 13px !important;
	font-family: tahoma;
	color: white;
}
.font-roomrates{
	font-size: 17px;
	padding-top:20px;
	font-family: tahoma;
	color: white;
}
.font-roomrates-title{
font-family: tahoma;
color:white;
}

.room-rates{
    background-image: url("img/bgrooms1.gif");
	background-color: grey;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding-bottom: 100px;
	padding-top: 50px;
}
.room-rates-padding{
	background-image: url("img/black-wood.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.padding-rooms{
	padding-bottom: 20px;
	padding-left: 1%;
	padding-right: 1%;
}
.padding-rooms-top{
	padding-top: 50px;
}
.padding-rooms img{
	border-color: #2c3e50;
	border-radius: 0px;
}

@media screen and (min-width: 768px) {
   .margin-rooms {
     margin-top: 100px;
   }
 }

/* This stops the underlying container from shifting way to the right when the modal is open*/
body {
  padding-right: 0px !important
}

.modal-open {
  overflow-y: auto;
}
.modal-header{
	background-color:maroon;
}
.modal-title{
	color: white;
	font-size: 23px;
}
/*about-us*/
.about-us{
	color: black;
	background-color: white;
	padding-bottom: 50px;
}
.about-font-title{
	color: black;
	text-align: center;
	font-size: 50px;
	padding-top: 10px;
	font-family: avenir2;
}
.about-desc{
	font-size: 30px;
	font-family: tahoma;
	color: white;
}
.about-desc2{
	font-size: 30px !important;
	font-family: tahoma;
	color: white;
}
.about-desc-MVH{
	font-size: 18px;
	font-family: tahoma;
	color: black;
}
.img-about{
	height: auto;
	width: 100%;
}

.about-submenu a{
	font-size: 16px;
	font-family: tahoma;
	color: white !important;
	background-color: #993333;
	border-radius: 10px;
	padding: 5px 5px 5px 5px;
}
.about-submenu{
	padding-bottom: 20px;
	text-align: center !important;

}
.about-padding{
	padding-top: 150px;
}
.about-us-font{
	font-family: tahoma;
	font-size: 50px;
}

/*Icon bar Sticky*/
.right-icon-bar {
position: fixed;
right: .9%;
top: 20%;
transition: all 0.2s ease-in 0s;/*this is the key attribute*/
z-index: 9999;
cursor: pointer;
}
.hvr-grow-icon-bar {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow-icon-bar:hover, .hvr-grow-icon-bar:focus, .hvr-grow-icon-bar:active {
  -webkit-transform: scale(3.1);
  transform: scale(3.1);
}

/*Floating button transportation guide*/
.float-btn-trans1 {
position: fixed;
right: 100px;
top: 10px;
transition: all 0.2s ease-in 0s;/*this is the key attribute*/
z-index: 9999;
cursor: pointer;
}
.float-btn-trans2 {
position: fixed;
right: 75px;
top: 10px;
transition: all 0.2s ease-in 0s;/*this is the key attribute*/
z-index: 9999;
cursor: pointer;
}
.float-btn-trans1 img{
	height: 130px;
}
.float-btn-trans2 img{
	height: 70px;
}


/*ICON SIDE BAR*/
/* Style the links inside the sidenav */

.right-icon-bar img{
	height: 75px;
}
.right-icon-bar a {
  display: block;
  text-align: center;
  padding: 0px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.right-menu{
	background-color: #6f0000b3;

}
.right-menu img{
	padding-top: 1px;
}
#right-menu a {
  position: fixed; /* Position them relative to the browser window */
  right: -20px; /* Position them outside of the screen */
  transition: 0.3s; /* Add transition on hover */
  padding: 0px; /* 15px padding */
  width: 100px; /* Set a specific width */
  text-decoration: none; /* Remove underline */
  font-size: 15px; /* Increase font size */
  color: white; /* White text color */
  border-radius: 15px 5px 5px 15px; /* Rounded corners on the top right and bottom right side */
  z-index: 9999;
}




#right-menu a:hover {
  right: 0px; /* On mouse-over, make the elements appear as they should */
}

/* The about link: 20px from the top with a green background */
#backtotop {
  top: 580px;
}

#topsilog {
  top: 50px;
}

#bastie {
  top: 120px;
}

#shirona {
  top: 190px;
}

#salon {
  top: 260px;
}

#globewest {
  top: 330px;

}
#laisla {
  top: 400px;
}

#retreat {
  top: 470px;
}

/*carousel*/

.carousel-control.right{
background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) !important;

}
.carousel-control.left{
background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) !important;

}
.arrow-size img{
	height: 50px;
	width: auto;
}
 .banner_fluid {
   padding-left:0;
   padding-right:0;
}
.carousel-indicators .active{
	background-color: orange !important;
}
.carousel-indicators li{
	border:3px solid rgba(255, 255, 255, 0.8);
}
.carousel-control {
    position: absolute;
    top: 50%; /* pushes the icon in the middle of the height */
     z-index: 5;
    display: inline-block;
}
.carousel-inner img{
	height: 522px;
	width: 100%;
}
.carousel .item{
	min-height: 0px !important;
}
.carousel-caption {
    top: 50%;
    bottom: auto;
    }
/*index-home*/

/*floating wrap bottom*/
.headinfo-wrap{
	width: 100%;
	margin: 15px auto;
	position: relative;
}
.headinfoindex{
	height: auto;
    padding-top: 0px;
	top: -50px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #6f0000;
	color: white;
	text-align: center;
	position: relative;
	z-index: 3000;
	font-size: 12px;
	font-family: avenir1 ;
}
.headinfo{
	height: auto;
    padding-top: 0px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #6f0000;
	color: white;
	text-align: center;
	position: relative;
	z-index: 3000;
	font-size: 12px;
	font-family: avenir1 ;
}

.headinfo img{
	height: 25px;
}

.headinfoindex img{
	height: 25px;
}

.navbar-default .navbar-toggle{
	border: 0px

}
.nav-font{
	font-family: avenir2;
	font-size: 18px;

}

.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  color:white;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-reveal:before{	
 	background: white !important;
}

.seb-logo-nav-large img{
	height:140px;
	width: auto;
	margin-top: -20px;
}
.seb-logo-nav-small img{
	height:120px;
	width: auto;
	margin-top: -35px;
}

.img_logo{
padding-top: 80px;
	
}
.img_logo img {
	vertical-align: middle;
    height: 100px;
    width: auto;
    padding-top: 20px;
}

.fb-icon{
	padding-top: -5px;
}
.logo-padding{
	padding-left: 100px;
}
.headDiv1{
	background-color: #330000;
	height:5px;
}
.headDiv2{
	background-color:white;
	height: 10px;
}


.linkBtn a:active{ 
	text-decoration:none;
	padding:5px 9px 5px 9px;  
	font-family:tahoma, Helvetica, sans-serif; 
	font-size:13px; 
	background-color: #cc3333;
	text-align: center;
}
.link-below{
	height: auto;
	background-image: url("img/Bgwhat2.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #990000;
	padding-bottom: 60px;
	padding-top: 30px;
}


.footer{
	height: auto;
	background-color: #333333;
	text-align: center;
	color: white;
	padding: 50px 0px 20px 0px;

}
.footer img{
	position: absolute;
	/*padding-left: 46%;
	padding-right: 46%;
	margin-top: -100px;*/
  	margin-top: -50px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}
.icon img{
	height:200px;
	width: auto;
	text-align: center; 
	padding-top: 20px;
}
a h3{
	color:white;
}
.events-font-header{
	color: white;
	text-align: center;
	font-size: 25px;
	padding-top: 8px;
	font-family: mont;
	/*text-shadow: 1px 1px black;*/
}
.events-font{
	color: black;
	text-align: center;
	font-size: 17px;
	padding-top: 8px;
	font-family: tahoma;
	/*text-shadow: 1px 1px black;*/
}
.events-font-loc{
	color: black;
	text-align: center;
	font-size: 15px;
	padding-top: 8px;
	font-family: tahoma;
	}
.events-font-title{
	color: white;
	text-align: center;
	font-size: 30px;
	padding-top: 10px;
	font-family: avenir1 ;
	/*text-shadow: 2px 2px black;*/
}
.footer img{
	margin-left: auto;
    margin-right: auto;
    display: block;
    height: 100px;

}
.fontcolor-copyright{
	text-align: center;
	padding-bottom: 20px;
	font-size: 15px;
	color:white;
	font-family: 'Open Sans',sans-serif;
}

/*media devices*/
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }

/*social media*/
}.socialmedia{
	height: auto;
	background-color: #CF000F;
}
.smicons img{
    height: 50px;
	width: auto;
	text-align: center;
	
}
.smicons{
	text-align: center; 
	padding: 50px 0px 0px 0px;
}

.what-iconsfont{
	color: white;
	text-align: center;
	padding-top: 10px;
	font-family: tahoma;
}
 
.what2doDiv{
	height: auto;
	padding-bottom: 100px;
	padding-top: 200px;
	text-align: center;
}
.title-icon img{
	height: 60px;
	width: auto;
}
.title-icon-tops img{
	height: 90px;
	width: auto;
}

/*colors*/
.white{
	background-color: white;
}
.red{
	background-color: #cc3333;
}
.blue{
	background-color: #336699;
}
.grey{
	background-color: #999999
}
.what-click{
	height: auto;
	padding-bottom: 20px;
	padding-top: 110px;
	text-align: center;
	font-size: 80px;
	font-family: dancing;
	
}
.what-click a{
	color:white !important;
	text-decoration: none !important;
}
.what-click img{
	height: 80px;
	width: auto;
}

/*padding*/
.padding{
	padding-top: 50px;
	text-align: center;
}
.padding-article{
	padding-top: 100px;
}
.padding-mobile{
	padding-bottom: 50px;
}
.padding-article-bottom{
	padding-bottom: 50px;
}
/*font for ridediv*/
.font-ride{
	color: black;
	font-size: 15px;
	padding-top: 8px;
	font-family: Maven;
}
.font-ride-mobile{
	color: white;
	font-size: 8px;
	padding-top: 8px;
	font-family: Maven;
}
.ride img{
	height: 40px;
	width: auto;
}
.table {
    background-color: #ffffffa6;
    border-radius: 5px;
}
.table a{
    color: #d35400;
}
.table a:hover{
    color: #2098d1;
}

/*Function room Zoom Hover*/
.zoom {
    background-color: grey;
    transition: transform .4s; /* Animation */
    width: auto;
    height: auto;
    margin: 0 auto;
    position: relative;

}
.zoom:hover {
    transform: scale(2.0); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    z-index: 1;
    box-shadow: 0 4px 8px 0 rgba(255, 255, 255, .9), 0 6px 20px 0 rgba(255, 255, 255, 0.19);
}
/*function ROOM*/
.function-bg{
	background-image: url("img/function/function.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
}
.filter-bg{

}
.function-font{
	font-family: mont;
	font-size: 65px;
	color: white;
	text-shadow: 1px 1px black;
}
.function-font2{
	font-family: arial;
	font-size: 18px;
	color: white;
	text-align: left;
}

/*Blog links*/
.blog-bg{
	background-color: white;	
	font-family: Maven;
	font-size: 18px;
	color: black;
}
.blog-bg2{
    background-image: url("img/article/blogbg2.jpg");
	background-color: #1098b5;
	color:white;
	font-family: Maven;
	font-size: 18px;	
}
.blog-padding{
	padding-top: 80px;
	padding-bottom: 50px;
}
.blog-padding-1{
	padding-top: 20px;
	padding-bottom: 50px;
}
.blog-img img{
	height: 350px;
	width: auto;
}
.blog-bg a{
	color: #333;
}
.blog-bg a:hover{
	color: #337ab7;
}
.blog-bg2 a{
	color: white;
}
.blog-bg2 a:hover{
	color: #337ab7;
}

/*------------------------------------BLOG BOX-------------------------------*/
/* Force scrollbars onto browser window */
            /* Box styles */
            .myBox {
            border: none;
            padding: 5px;
            padding-top: 25px;
            
            width: auto;
            height: 350px;
            overflow: scroll;
            overflow-x:hidden;
            }

            /* Scrollbar styles */
            ::-webkit-scrollbar {
            width: 12px;
            height: 12px;
            }

            ::-webkit-scrollbar-track {
            border: 1px solid #6f0000;
            border-radius: 0px;
            }

            ::-webkit-scrollbar-thumb {
            background: #6f0000;  
            border-radius: 0px;
            }

            ::-webkit-scrollbar-thumb:hover {
            background: #d35400;  
            }


/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: Maven;
    font-size: 20px;
    color: white;

}
/*PARALLAX*/
#main{
    width: 100%;
    height: 520px;
    background: linear-gradient(#b8ed38,#00d4ff);
    position: absolute;
    top:40%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
}
#mactan{
    height: 100px;
    width: 100%;
    position: absolute;
    top: 55%;
    margin-top: -50px;
    text-align: center;
    z-index: 1;
}
#mountainImg{
    height: 350px;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top:100px;
}
#floral{
    height: 50px;
    width: auto;
    border-radius: 50%;
   /* background: linear-gradient(#8EFFFc,#6AF0D5);*/
    position: absolute;
    top:40%;
    left: 10%;
    transform: translateX(-50%);
    z-index: 999;
    /*box-shadow: 0 0 0 8px rgba(140,237,243,.2),0 0 0 16px rgba(140,237,243,.3)*/;
    cursor: pointer;
}
#floral img{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 320px;
}


.blog-bg-1{
	background-color: white;	
	font-family: Maven;
	font-size: 18px;
	margin-top:40%;
}

/*LOADING EFFECT*/
  .lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

/*Slick What to do*/

.slick-what2do{
	background-color: white;
	height: 600px;
}
.font-slick{
	font-family: avenir2;
	font-size: 50px;
	padding-top: 30px;
	padding-bottom:10px;
	color: black;
}
.slick-margin{
	margin-top: -50px;
}
.slick-desc{
	font-family: avenir1;
	color:black;
	font-size: 15px;
	padding: 5px;

}
.slick-background{
	background-color: white;
	border-color: grey;
	border-style: double;
	padding: 10px;
}

/*Slick style*/
* {
      box-sizing: border-box;
    }

    .slider {
        width: 90%;
        margin: 100px auto;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }

    /*Slick Overlay*/
    .shovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
	}
	.shovereffect .overlay {
	    width: 100%;
	    position: absolute;
	    overflow: hidden;
	    left: 0;
		top: auto;
		bottom: 0;
		padding: 1em;
		height: 4.75em;
		background: #79FAC4;
		color: #3c4a50;
		-webkit-transition: -webkit-transform 0.35s;
		transition: transform 0.35s;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
		visibility: hidden;

	}

	.shovereffect img {
	    display: block;
	    position: relative;
		-webkit-transition: -webkit-transform 0.35s;
		transition: transform 0.35s;
	}

	.shovereffect:hover img {
	-webkit-transform: translate3d(0,-10%,0);
		transform: translate3d(0,-10%,0);
	}

	.shovereffect h2 {
	    text-transform: uppercase;
	    color: #fff;
	    text-align: center;
	    position: relative;
	    font-size: 17px;
	    padding: 10px;
	    background: rgba(215, 66, 20, 0.79);
		float: left;
		margin: 0px;
		display: inline-block;
	}

	.shovereffect a.info {
	    display: inline-block;
	    text-decoration: none;
	    padding: 7px 14px;
	    text-transform: uppercase;
		color: #fff;
		border: 1px solid #fff;
		margin: 50px 0 0 0;
		background-color: transparent;
	}
	.shovereffect a.info:hover {
	    box-shadow: 0 0 5px #fff;
	}


	.shovereffect p.icon-links a {
		float: right;
		color: #3c4a50;
		font-size: 1.4em;
	}

	.shovereffect:hover p.icon-links a:hover,
	.shovereffect:hover p.icon-links a:focus {
		color: #252d31;
	}

	.shovereffect h2,
	.shovereffect p.icon-links a {
		-webkit-transition: -webkit-transform 0.35s;
		transition: transform 0.35s;
		-webkit-transform: translate3d(0,200%,0);
		transform: translate3d(0,200%,0);
		visibility: visible;
	}

	.shovereffect p.icon-links a span:before {
		display: inline-block;
		padding: 8px 10px;
		speak: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}


	.shovereffect:hover .overlay,
	.shovereffect:hover h2,
	.shovereffect:hover p.icon-links a {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	.shovereffect:hover h2 {
		-webkit-transition-delay: 0.05s;
		transition-delay: 0.05s;
	}

	.shovereffect:hover p.icon-links a:nth-child(3) {
		-webkit-transition-delay: 0.1s;
		transition-delay: 0.1s;
	}

	.shovereffect:hover p.icon-links a:nth-child(2) {
		-webkit-transition-delay: 0.15s;
		transition-delay: 0.15s;
	}

	.shovereffect:hover p.icon-links a:first-child {
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
	