@fa-font-path:   "../fonts/";

@font-face {
    font-family: Roboto, sans-serif;
    src: url(../fonts/Roboto-Regular.ttf) format('truetype');
}

@font-face {
    font-family: Pacifico;
    src: url(../fonts/Pacifico.ttf) format('truetype');
}
@font-face {
    font-family: Oswald-Regular;
    src: url(../fonts/Oswald-Regular.otf) format('truetype');
}
@font-face {
    font-family: Oswald-Light;
    src: url(../fonts/Oswald-Light.otf) format('truetype');
}
@font-face {
    font-family: Merriweather-Light;
    src: url(../fonts/Merriweather-Light.ttf) format('truetype');
}
@font-face {
    font-family: Merriweather-Bold;
    src: url(../fonts/Merriweather-Bold.ttf) format('truetype');
}
@font-face {
    font-family: Quattrocento-Regular;
    src: url(../fonts/Quattrocento-Regular.ttf) format('truetype');
}
@font-face {
    font-family: OpenSans-Regular;
    src: url(../fonts/OpenSans-Regular.ttf) format('truetype');
}
body{
	
	font-family: Roboto, sans-serif;
	background:#fff;
	color:#000;
	overflow-x:hidden!important;
	
}
p{font-size:15px;text-align:justify;font-family:OpenSans-Regular;}
a{color:#000;font-size: 12px;}
a:hover, a:focus {
    color: #339900;    font-size: 12px;
}

h1{font-size:45px!important;font-family:Oswald-Regular;color:#339900;}
h2{font-family:Oswald-Regular;    font-size: 28px!important;}
h4{font-size:14px;}
.thumbnail .caption {
    padding: 9px;
    color: #000;    font-weight: 700;
}
blockquote small, blockquote .small {

    color: #339900;
}


/*************************
*******Pre Loader******
**************************/

#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#000; /* change if the mask should be a color other than white */
	z-index:99; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally on the screen */
	top:50%; /* centers the loading animation vertically on the screen */
	background-image:url(../images/loader3.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}






/******   Check Box Style  *****/


.checkbox {
  padding-left: 20px; }
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;font-size: 14px;
    padding-left: 5px; }
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
      color: #555555; }
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
    z-index: 1; }
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
      opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
        cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
    border-radius: 50%; }
.checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c"; }
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff; }
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff; }

/******   header  *****/

.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #339900;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.nav-header-top{background-color:#339900;}
.nav-header-top img{padding-top: 20px;}
.navbar-left{    float: left;
    margin: 0;}
	
	.font-icon-style{    display: block!important;
    text-align: center;
    font-size: 18px!important;}
	.right-nav-icontext-style{ display: block!important;
    text-align: center;}
	
	.nav-header-top .navbar-right ul li a{color:#fff;    font-size: 11px;}
	.nav-header-top .nav > li > a:hover, .nav-header-top .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
@media (min-width: 768px)
{
.navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
}
}
.navbar-default .navbar-nav > li > a{color:#000;    font-size: 13px;
    text-transform: uppercase;}
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,  .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus
	{    color: #fff!important;
    background-color: #339900;}
.navbar-nav {
    float: none;
    margin: 0;
}	
	
	
	
	.navbar-default .navbar-nav > .active > a {    color: #000;
    background-color: transparent;}
	.nav-btm-style .active{    color: #339900!important;
   }
	
/* .navbar-brand { 
  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;  
} */

.nav-tabs {
  display: inline-block;
  border-bottom: none;
  padding-top: 15px;
  font-weight: bold;
}
.nav-tabs > li > a, 
.nav-tabs > li > a:hover, 
.nav-tabs > li > a:focus, 
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: none;
  border-radius: 0;
}

.nav-list { border-bottom: 1px solid #eee; }
.nav-list > li { 
  padding: 20px 15px 15px;
  border-left: 1px solid #eee; 
}
.nav-list > li:last-child { border-right: 1px solid #eee; }
.nav-list > li > a:hover { text-decoration: none; }
.nav-list > li > a > span {
  display: block;    padding-top: 7px;
      font-weight: 400;
  text-transform: uppercase;
}

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

.nav-btm-style .nav-tabs > li.active > a, .nav-btm-style .nav-tabs > li.active > a:hover, .nav-btm-style .nav-tabs > li.active > a:focus {
    color: #339900;
    
}
.navbar {
       margin-bottom: 0px;
}




/**** Slider ****/


/* Carousel base class */

.carousel-caption {
  z-index: 10;
}

.carousel .item {

  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
 
}



/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0;
}

.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */


@media (min-width: 100px) {
	  .carousel-image {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
}
}

@media (min-width: 768px) {

  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }


  .navbar-wrapper .navbar {
    border-radius: 4px;
  }


  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
  
  .carousel-image {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
}
  
}

@media (max-width: 389px) {
.carousel-indicators {
    position: absolute;
    bottom: -10px;
}
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

.slider-style .carousel-control.right, .slider-style .carousel-control.left {
    display: none;
}

.carousel-image {
    position: absolute;
       top: 31%;
    z-index: 10;
	text-align: center;
}

.carousel-image img{
        width: 23%;
}
.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 0;
    background-color: #339900;
}
.carousel-indicators li{
    width: 15px;
    height: 15px;
    margin: 0;    border: 2px solid #fff;
    
}

.first-slide{
    background: url(../images/aadya-resort1.jpg) no-repeat center center;
    background-size: 100%;
    min-height: 700px;
	background-position:center;

}
.second-slide{
    background: url(../images/aadya-resort2.jpg) no-repeat center center;
    background-size: 100%;
    min-height: 700px;
	background-position:center;

}
.third-slide{
    background: url(../images/aadya-resort3.jpg) no-repeat center center;
    background-size: 100%;
    min-height: 700px;
	background-position:center;

}
.fourth-slide{
    background: url(../images/aadya-resort4.jpg) no-repeat center center;
    background-size: 100%;
    min-height: 700px;
	background-position:center;

}




@media (max-width: 391px){
.first-slide, .second-slide, .third-slide, .fourth-slide{
min-height: 100px;
}
}
@media (max-width: 471px) and (min-width:390px){
.first-slide, .second-slide, .third-slide, .fourth-slide{
min-height: 150px;
}
}

@media (max-width: 680px) and (min-width:470px){
.first-slide, .second-slide, .third-slide, .fourth-slide{
min-height: 200px;
}
}
@media (max-width: 1030px) and (min-width:681px){
.first-slide, .second-slide, .third-slide, .fourth-slide{
min-height: 300px;
}
}

@media (max-width: 1200px) and (min-width:1031px){
.first-slide, .second-slide, .third-slide, .fourth-slide{
min-height: 450px;
}
}

@media (max-width: 1470px) and (min-width:1201px){
.first-slide, .second-slide, .third-slide, .fourth-slide{
min-height: 530px;
}
}

@media (max-width: 1550px) and (min-width:1471px){
.first-slide, .second-slide, .third-slide, .fourth-slide{
min-height: 650px;
}
}
/******** Aadya Welcome *****/



.aadya-welcome{
    background: #f4c82d;
    padding-bottom: 80px;
    padding-top: 40px;
	}
.aadya-welcome img{width: 100%;}
.aadya-welcome h1{color:#339900;font-family: Pacifico!important;    padding-top: 30px;
    padding-bottom: 20px;}

   .aadya-welcome p{ font-size: 20px;  color: #000;    text-align: center;}

 @media (max-width: 1470px){
	 
	.aadya-welcome h1{    font-size: 58px;} 
	 
	 
 }  
 .aadya-welcome h1{
     text-align: center;
 }
 
 
 @media (max-width: 1470px){
 .aadya-welcome img {
    width: auto; margin:0 auto;
}
 }
/******** Main Services *****/   
   
 .main-services{padding-top: 50px;
    padding-bottom: 50px;}  
.main-services-circle{
            width: 430px;
    height: 430px;
          display: block;
     margin: 0 auto;
}


.ch-item {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative;
    cursor: default;
    -webkit-perspective: 900px;
    -moz-perspective: 900px;
    -o-perspective: 900px;
    -ms-perspective: 900px;
    perspective: 900px;
}
.ch-info {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.ch-info .ch-info-front {
       box-shadow: inset 0 0 0 16px rgba(51,153,0,0.3);
}
.ch-info > div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: center center;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}
.ch-img-1 {
       background: url(../images/aadya-wellness.jpg)no-repeat center center;
    z-index: 12;
    background-size: cover;
}
.ch-img-2 {
    background: url(../images/aadya-wedding-party.jpg)no-repeat center center;
    z-index: 12;
  background-size: cover;
}
.ch-img-3 {
    background: url(../images/aadya-corporate.jpg)no-repeat center center;
    z-index: 12;
    background-size: cover;
}
.ch-info .ch-info-back {
    -webkit-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -moz-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -o-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -ms-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    background: #14AD1D;
    opacity: 0;
}
.ch-item:hover .ch-info-back {
    -webkit-transform: rotate3d(1,0,0,0deg);
    -moz-transform: rotate3d(1,0,0,0deg);
    -o-transform: rotate3d(1,0,0,0deg);
    -ms-transform: rotate3d(1,0,0,0deg);
    transform: rotate3d(1,0,0,0deg);
    opacity: 1;
}
.team h3, .services h3 {
    font-size: 1.8em;
    color: #D7F1D8;
    text-align: center;
    margin: 0em;
}
.ch-info h3 {
    color: #fff;
    font-size: 1.8em;
   
       padding: 74px 0 15px 0px;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0,0,0,0.3);
}
.ch-info p {
    color: #fff;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;    text-align: center;
    font-size: 16px;
    border-top: 1px solid rgba(255,255,255,0.5);
}
.ch-item:hover .ch-info-front {
    -webkit-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    -moz-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    -o-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    -ms-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    opacity: 0;
}
.main-services-circle h3{
    font-size: 1.8em;
    color: #D7F1D8;
    text-align: center;
   
}
.ch-info p a {
    display: block;
    color: #fff;
    color: rgba(255,255,255,0.7);
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
    padding-top: 4px;
}


.main-services h2{ 
    text-align: center;
    color: #339900;
    font-weight: 100;
    min-height: 66px;
    font-size: 28px;
    font-family: Oswald-Light!important;
}

 @media (max-width: 435px){
	 .main-services-circle {
    width: 300px;
    height: 300px;
	 }
	 	 .main-services-circle h3 {
       font-size: 20px;
    padding: 39px 10px 5px 10px;
       margin: 0px 35px;
	 }
	 .ch-info p {
     padding: 10px 8px;
    font-style: italic;
       margin: 3px;
    font-size: 13px;
}
.ch-info p a {
    font-size: 16px;
 }

 }
  @media (max-width: 360px){
	 .main-services-circle {
    width: 235px;
    height: 235px;
	 }

	 .ch-info p {
    margin: 0;
    font-size: 11px;
}
.main-services-circle h3 {
    font-size: 16px;
    padding: 17px 10px 5px 10px;
    margin: 0px 35px;
}
.navbar-left {
    float: none;
    margin: 0;
}
 }
 
 @media (max-width: 330px){
	 .main-services-circle {
    width: 220px;
    height: 220px;
	 }
	.ch-info p {
    margin: 0;
    font-size: 9px;
} 
 } 
 @media (max-width: 319px){
	 .main-services-circle {
    width: 200px;
    height: 200px;
	 }
	 
 } 
 
   @media (max-width: 475px) and (min-width:436px){
 .main-services-circle {
    width: 370px;
    height: 370px;
 }
 .main-services-circle h3 {
     padding: 45px 10px 5px 10px;
          margin: 5px 40px;
	 }
 
  }
 
 
  @media (max-width: 1399px) and (min-width:1199px){
 .main-services-circle {
    width: 370px;
    height: 370px;
 }
 .main-services-circle h3 {
     padding: 45px 10px 5px 10px;
          margin: 5px 40px;
	 }
 
  }
 
 
 
 
	
/*************************
*******Portfolio******
**************************/		
	
.gallery{padding-bottom:50px;}

#info {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;				
	background:#fcf8e3;
	border:1px solid  #fbeed5;
	width:95%;
	max-width:900px;
	margin:0 auto 40px auto;
	font-family:arial;
	font-size:12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

	#info .info-wrapper {
		padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;

	}
	
	#info a {
		color:#c09853;
		text-decoration:none;
	}
	
	#info p {
		margin:5px 0 0 0;
	}



 
#filters {
	margin:1%;
	padding:0;
	list-style:none;
}

	#filters li {
		/* float:left; */
		    display: inline-block;
	}
	
	#filters li span {
		display: inline-block;
		text-decoration:none;
		color:#000;    font-size: 16px;
		cursor: pointer;
	    padding: 8px 30px;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    border-radius: 2.3em;
    -webkit-border-radius: 2.3em;
    -moz-border-radius: 2.3em;
    -o-border-radius: 2.3em;
    -ms-border-radius: 2.3em;
    text-align: center;
    list-style: none;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
      text-align: center;
         background-color: #fff;
 		
		
	}
	
	#filters li span.active, #filters li span:hover {
		/* background: #e95a44; */
		color:#339900;
			    background: #fff;
       transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
      text-shadow: none;
    border-bottom: 3px solid #009933;
    color: #009933;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;	
		
		
	}
 
.seperation-style{     color: #ddd!important;
    padding: 0px!important;
    font-size: 24px!important;}
 
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	display:none;
	float:left;    padding-left: 0;
	overflow:hidden;
}

	.portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		    background: #f3cd04;
		cursor:pointer;    margin-bottom: 5%;
	}

	
	
	
	.portfolio img {
		max-width:100%;
		position: relative;
		top:0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:         all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);		
	}
	
	.portfolio .label {
		position: absolute;
		width: 100%;
		height:40px;
		bottom:-40px;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:         all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	}

		.portfolio .label-bg {
			background: #e95a44;
			width: 100%;
			height:100%;
			position: absolute;
			top:0;
			left:0;
		}
	
		.portfolio .label-text {
			color:#fff;
			position: relative;
			z-index:500;
			padding:5px 8px;
		}
			
			.portfolio .text-category {
				display:block;
				font-size:9px;
			}
	
	.portfolio:hover .label {
    bottom:0;
  }
	.portfolio:hover img {
    top:-30px;
  }  

	



/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container {
		width: 768px; 
	}
}


/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
	.container { 
		width: 95%; 
	}
	
	#portfoliolist .portfolio {
		width:48%;
		margin:1%;
	}		

	#ads {
		display:none;
	}
	
}


/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	
	#ads {
		display:none;
	}
	
}

/* #Clearing */

/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after,
.clearfix:after {
  clear: both; }
.row,
.clearfix {
  zoom: 1; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* Global */


.portfolio-section {
    padding-bottom:40px;
}


/* category filter */

.filter-section {
	padding-top:40px;
}


.filter-container {
    text-align:center;
    padding:20px
}


ul.filter > li > a {
    color:#1abc9c;
    font-size:20px;
    line-height:40px
}

ul.filter > li > a:hover,ul.filter > li > a:focus {
    text-decoration:none;
    color:#16a085;
    outline:none
}

ul.filter > li.active a {
    color:#111
}

ul.filter > li span {
    color:#ddd;
    font-size:20px;
    display:inline-block;
    margin:0 5px
}

.filter-section .filter-container .filter > li {
    padding:0;
    margin:0
}

.filter-section h1 {
    text-align:center
}


/* the color of the transparent overlay border */

.portfolio-section.port-col figure .overlay-background {
    background-color:#000;
    background-color:rgba(0,0,0,0.4);
}


/* portfolio images */

.portfolio-section figure {
    float:left;
    width:100%;
    position:relative
}

.portfolio-section figure img {
    width:100%;
        height: 250px;
}


/* project title under image */

.portfolio-section .article-title {
    text-align:center;
    float:left;
    width:100%;
    font-size:18px;
    line-height:24px;
    padding:10px 0 30px 0;
}

.portfolio-section .article-title a {
    color:#000;    text-transform: uppercase;
}


/* transparent overlay */

.portfolio-section figure:hover .overlay {
    opacity:1;
    visibility:visible
}

.portfolio-section figure:hover .overlay-background {
    opacity:.8;
    visibility:visible
}

.portfolio-section figure .overlay-background {
    z-index:1;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    visibility:hidden;
    width: 100%;
    height: 100%;
}

.portfolio-section figure .overlay-background .inner {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
       margin: 0 auto;
    margin-top: 13px;
	    width: 88%;
    height: 88%;
    background: rgba(128, 128, 128, 0.28)!important;
    border: 7px solid rgba(255, 255, 255, 0.67);
/*     background-color:#c8e9c8;
    background-color:rgba(194,231,194,0.9) */
}

.portfolio-section figure .overlay {
    z-index:2;
    transition:all .2s ease-in-out;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    visibility:hidden;
    width:100%;
    height:100%
}

.portfolio-section figure .inner-overlay {
    display:table;
    width:100%;
    height:100%
}

.portfolio-section figure .inner-overlay-content {
    display:table-cell;
    vertical-align:middle;
    width:100%;
    padding:20px 40px
}

.portfolio-section figure .inner-overlay-content.with-icons {
    text-align:center
}


/* icons inside overlay */

.portfolio-section figure .inner-overlay-content.with-icons a {
    width:40px;
    height:40px;
    
    display:inline-block;
    margin:0 10px;
    text-decoration:none;
    font-size:20px;
	background:rgba(0,0,0,0.9);
    color:#fff;
    border-radius:0
}
.portfolio-section figure .inner-overlay-content.with-icons a i{line-height:42px!important;}


/* skew image on hover */ 

.isotopeSelector img {
    -webkit-transition:all .4s ease;
    -moz-transition:all .4s ease;
    -ms-transition:all .4s ease;
    -o-transition:all .4s ease;
    transition:all .4s ease
}

.isotopeSelector:hover img {
    -moz-transform:scale(1.5) rotate(2deg);
    -webkit-transform:scale(1.5) rotate(2deg);
    -o-transform:scale(1.5) rotate(2deg);
    -ms-transform:scale(1.5) rotate(2deg);
    transform:scale(1.5) rotate(2deg);
    -webkit-transition:all .8s ease;
    -moz-transition:all .8s ease;
    -ms-transition:all .8s ease;
    -o-transition:all .8s ease;
    transition:all .8s ease
}

.isotopeSelector figure {
    overflow:hidden
}

.isotopeSelector figure {
    box-shadow:0 0 2px rgba(0,0,0,0.2)
}

 
 .gallery h1 {
    color: #339900;text-align:center;
    font-family: Oswald-Regular!important;
    padding-top: 30px;
    padding-bottom: 20px;
 }
 
 @media only screen and (max-width: 1199px) and (min-width: 992px) {
 
 .portfolio-section figure img {
    height: 200px;
 }
 
 }
 
	
@media (max-width: 991px) and (min-width:768px){	
 .portfolio-section figure img {
    height: 150px;
 }
 
}
	
@media (max-width: 767px) and (min-width:578px){	
 .portfolio-section figure img {
    height: 200px;
 }
}
@media (max-width: 577px) and (min-width:450px){	
.portfolio-section figure img {
    height: 150px;
 }
}
@media (max-width: 451px) and (min-width:375px){	
.portfolio-section figure img {
    height: 135px;
 }
}
@media (max-width: 374px){	
.portfolio-section figure img {
    height: 100px;
 }


}
@media (max-width: 374px) and (min-width:355px){	

  .portfolio-section figure .inner-overlay-content.with-icons a {
    margin: 18px 5px;
 }

}
@media (max-width: 354px){
 .portfolio-section figure .inner-overlay-content.with-icons a {
    margin: 18px -6px;
 }

}




/******** Booking ********/

.section-search-rooms .title-area, .section-search-rooms .title-background {
    height: 100%;
    position: absolute;
    top: 20px;
}
.bg-primary {
    background-color: #a7de8c;
}
.section-search-rooms .title-background {
    width: 1000px;
    right: 0px;
} 
.section-search-rooms .title-area, .section-search-rooms .title-background {
    height: 100%;
    position: absolute;
    top: 20px;
}
.section-search-rooms {
    padding: 0px 0px 0px 0px;
    background-color: #339900;
    position: relative;    margin-bottom: 20px;
}

.section-search-rooms .title-container {
    height: 200px;
    position: relative;
}
.section-search-rooms .title-area {
    width: 100%;
    color: #fff;
    z-index: 1;
}
.section-search-rooms .title {
    margin-top: 30px;    color: #339900;    font-family: Oswald-Regular;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}
.scaleme img{    min-width: 860px;}

@media (max-width: 1199px){
	.rooms-villas-write-up .col-md-8{width:100%;}
	.rooms-villas-virtual-tour{width:100%;margin-bottom:50px;}
	.rooms-transparent .img{
	height: auto;
    margin-bottom: 15px;
	}
	.scaleme img {
    min-width: 940px;
}
}
@media (max-width: 365px){
	.rooms-transparent .box-bg {
    width: auto!important;
	}
}
.section-search-rooms .subtitle {
    font-family: Oswald-Regular;
    font-size: 24px;
    font-weight: 400;
    margin-top: 6px;
	color: #339900;
}
.section-search-rooms .content {
    margin-top: 12px;    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #202935;
    letter-spacing: -0.2px;
}
.content.muted {
    color: #59677a;
}
.section-search-rooms .search-form {
    min-height: 145px;
}
.section-search-rooms .search-form form.check-rooms {
    margin-top: 50px;
    margin-left: 10px;
}
.section-search-rooms input{height:40px;padding:10px;width:100%;    font-size: 12px;}
form.check-rooms .form-group {
    white-space: nowrap;
}
@media (max-width: 991px){
	.section-search-rooms .search-form .button{    margin-top: 24px;}
	
}
@media (min-width: 768px){
.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.section-search-rooms .form-inline .form-group{
	width:12%;
}


}
form.check-rooms.secondary label {
    color: #fff;
}
form.check-rooms label {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #202935;
    font-weight: 400;
}
form.check-rooms.secondary .form-control {
    border: 1px solid #339900;
}
@media only screen and (min-width: 768px){
.section-search-rooms form .form-control {
    width: 180px;
}
}
form.check-rooms .form-control {
    border-radius: 0;
    border: 1px solid #202935;
    height: 40px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}
form.check-rooms.secondary .ui-datepicker-trigger {
    background-color: #339900;
    color: #fff;
}
form.check-rooms .ui-datepicker-trigger {
    background-color: #202935;
    color: #fff;
    border: none;
    margin-left: -35px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    width: 30px !important;
    height: 30px !important;
    vertical-align: middle;
}
.ui-datepicker-trigger i.fa {
    width: 1.3em !important;
    height: 1em !important;
    text-align: center;
    -webkit-backface-visibility: hidden;
}

.btn-group>.btn:first-child {
    margin-left: 0;
}


@media only screen and (min-width: 768px){
.section-search-rooms form .form-select {
    width: 70px;
}
}
.section-search-rooms .bootstrap-select > .btn {
    border: none;
    border-radius: 0;
    color: #202935;
    width: 100%;
    line-height: 26px;
    padding-right: 25px;
}


.section-search-rooms .pull-left {
    float: left!important;
}




.section-search-rooms .search-form .button {
    background-color: #a7de8c;
    color: #339900;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    display: inline-block;
    /* width: 200px; */
    height: 38px;
	outline:none!important;
    padding: 6px 12px;
    border: 2px solid #a7de8c;
    border-radius: 0;
    vertical-align: middle;
	 margin-top: 22px;
}
@media only screen and (min-width: 1200px){
form.check-rooms button[type=submit] {
    margin-top: 22px;
}
}




/** selection style **/
/* 
select {
    background-color: white;
    border: 1px solid #339900;
     display: inline-block;
    font: inherit;
    height: 40px;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    cursor: pointer;
    -webkit-appearance: none;
}


/* arrows */
/*
select.classic {
  background-image:
    linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%),
    linear-gradient(to right, #339900, #339900);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
}

select.classic:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, gray, gray);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}




select.round {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    radial-gradient(#ddd 70%, transparent 72%);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - .5em) .5em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
}

select.round:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    radial-gradient(gray 70%, transparent 72%);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - .5em) .5em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}





select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select.minimal:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
 */





/******* Testimonial *******/


.trip-advisor-portfolio{ 
    background: url(../images/testimonial/aadya-testbg.jpg) no-repeat 0px 0px;
    background-size: cover;
 }

.trip-advisor-portfolio .title{    margin-top: 30px;
    color: #000;
    font-family: Oswald-Regular;
    font-size: 28px;text-align:center;
    font-weight: 700;
    text-transform: uppercase;}
.tripadvisor-right-box {
    border-left: 1px solid #fff;
}
 @media screen and (max-width: 991px) {
.tripadvisor-right-box {
    border-left: none;
}
 }
 .content{ margin-top:20px; }
 .adjust1{ float:left; width:100%; margin-bottom:0; }
 .adjust2{ margin:0; }
 .carousel-control{ color:#31708f; width:5%; } 
 .carousel-control:hover,
 .carousel-control:focus{ color:#31708f; }
 .carousel-control.left,
 .carousel-control.right { background-image: none; }
 .media-object{ margin:auto; margin-top:15%; } 
 
 @media screen and (max-width: 768px) {
	 .media-object{ margin-top:0; } }
 
.trip-advisor-portfolio .carousel-control .glyphicon-chevron-right, .trip-advisor-portfolio .carousel-control .icon-next, .trip-advisor-portfolio .carousel-control .glyphicon-chevron-left, .trip-advisor-portfolio .carousel-control .icon-prev {
    margin-right: -10px;
    display: none;
}

.trip-advisor-portfolio .carousel .item, .trip-advisor-portfolio .thumbnail {
    background: none!important;border:none;
}

.trip-advisor-portfolio .text-info, .trip-advisor-portfolio .adjust2 {
    color: #184302;    font-weight: 700;
}
.trip-advisor-portfolio .img-rounded {
    border-radius: 6px;
    border: 2px solid #EDEDED;
    border-radius: 100%;
}
.trip-advisor-portfolio a{color:#184302;}

/*************************
*******Footer******
**************************/	



.footer{
	/*background:#f2f4f5;*/
	background:url(../images/footerbg.jpg);
	padding:1em 0;
	   margin-top: 0px;
}
footer .pull-right {
    display: none!important;
}
.footer table.table_working_hours {
    width: 100%;
}
.table_working_hours tr {
    border: 0;
    border-bottom: 1px dashed #656565;
}
.table_working_hours tr td {
    padding:7px 0;
    color: #777;
    font-size: 0.95em;
    text-transform: capitalize;
}
.table_working_hours tr.opened_1 td {
    padding:0 0 7px;
}
.table_working_hours tr td.day_value {
    padding-left: 3px;
}
.table_working_hours tr td.day_value {
    padding-left: 3px;
    text-align: right;
}
.table_working_hours tr.opened:hover td, .table_working_hours tr.opened_1:hover td {
    color:#e2598e;
}
.grid_4 h3{
	color:#f3cd04;
	font-size:16px;
	margin-bottom:1em;
	/*text-transform: uppercase;*/
	
}
.grid_4 p{
	color:#777;
	font-size:0.95em;
	line-height:1.8em;
	margin-bottom:1em;
}
.social-nav {
    padding: 0;
    list-style: none;
    margin:0px 0 0 -10px;
	    margin: 0 auto;
    width: 100%;
    display: block;
    max-width: 450px;
}
.footer .social-nav a {
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    font-size: 20px;
    color:#fff;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 48px;  
    position: relative;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.footer .social-nav a i{    line-height: 40px;
    font-size: 18px;}

.up-arrow-style{    width: 19%;
    float: right;
    padding-right: 10%;
}
.social-nav li {
    float: left;
    margin: 10px 0 0 10px;
    list-style: none;
}
.icons_2 a {
    overflow: hidden;
    font-size: 26px;
    border-radius: 4px;
}
.icons_2 .twitter {
    background: #00ACED;
    border-radius: 50%;
}
.icons_2 a:hover {    
border-radius: 50%;
}
.icons_2 .twitter:hover {
    color: #00ACED;
	background: #fff;
}
.icons_2 .facebook {
    background: #3B579D;
   
border-radius: 50%;
}
.icons_2 .facebook:hover {
	background: #fff;
    color: #3B579D;
}
.icons_2 .google-plus {
    background: #f63e28;
   
	    border-radius: 50%;
}
.icons_2 .google-plus:hover {
	background: #fff;
    color: #f63e28;
}
.icons_2 .youtube { /* round youtube icon*/
    background: #f20000;
	 border-radius: 50%;
}
.icons_2 .youtube:hover { /* round youtube icon*/
    background: #fff;
	color:#f20000;
}
.icons_2 .pinterest { /* round youtube icon*/
    background: #cb2027;
	 border-radius: 50%;
}
.icons_2 .pinterest:hover { /* round youtube icon*/
    background: #fff;
	color:#cb2027;
}
.icons_2 .linkedin { /* round youtube icon*/
    background: #1883bb;
	 border-radius: 50%;
}
.icons_2 .linkedin:hover { /* round youtube icon*/
    background: #fff;
	color:#1883bb;
}
.icons_2 .tumblr { /* round youtube icon*/
    background: #1883bb;
	 border-radius: 50%;
}
.icons_2 .tumblr:hover { /* round youtube icon*/
    background: #fff;
	color:#1883bb;
}
.icons_2 .ae_icone { /* round youtube icon*/
    background:url(../images/ae_icone.png);
	 border-radius:0%;
	 width:55px;
	 height:35px;
	 margin: 10px 0 0 10px;
}
.icons_2 .ae_icone:hover { /* round youtube icon*/
	 border-radius:0%;
}
.icons_2 .pp_icone { /* round youtube icon*/
    background:url(../images/pp_icone.png);
	 border-radius:0%;
	 width:55px;
	 height:35px;
	 margin: 10px 0 0 10px;
}
.icons_2 .pp_icone:hover { /* round youtube icon*/
	 border-radius:0%;
}
.icons_2 .d_icone { /* round youtube icon*/
    background:url(../images/d_icone.png);
	 border-radius:0%;
	 width:55px;
	 height:35px;
	 margin: 10px 0 0 10px;
}
.icons_2 .d_icone:hover { /* round youtube icon*/
	 border-radius:0%;
}
.icons_2 .v_icone { /* round youtube icon*/
    background:url(../images/v_icone.png);
	 border-radius:0%;
	 width:55px;
	 height:35px;
	 margin: 10px 0 0 10px;
}
.icons_2 .v_icone:hover { /* round youtube icon*/
	 border-radius:0%;
}
.icons_2 .m_icone { /* round youtube icon*/
    background:url(../images/m_icone.png);
	 border-radius:0%;
	 width:55px;
	 height:35px;
	 margin: 10px 0 0 10px;
}
.icons_2 .m_icone:hover { /* round youtube icon*/
	 border-radius:0%;
}


.footer address {
    line-height: 1.8em;
    color:#777;
    font-size:0.95em;
    margin-bottom: 0;
}
.footer address a{
	color:#000;
}
.footer address a:hover{
	color:#f1b458;
}
.footer ul.footer_list{
	padding:0;
	margin:0;
	list-style:none;
}
.footer ul.footer_list li{
	line-height:18px;
	font-size:14px;
	
}

/* .footer ul.footer_list li img{width:6%;} */
.footer ul.footer_list li a{
	color:#A9A6A6;    font-size: 13px;text-decoration: none;
}
.footer ul.footer_list li a:hover{
	color:#fff;
}
.copy{
	margin:2em 0 0 0;
	text-align:center;
}
.copy p{
	color: #949090;    text-align: center;
    font-size: 0.99em;
}
.copy p a{
	color:#f3cd04!important;
}
.copy p a:hover{
	color:#f1b458;
}
.breadcrumb1 ul{
	padding:0;
	margin:0;
	list-style:none;
}
.breadcrumb1 li {
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
    display: inline-block;
    color:#fff;
}
.breadcrumb1 li.current-page:after{
	display:none;
}
.breadcrumb1 li a {
    display:inline-block;
    color:#f1b458;
}
.breadcrumb1 li a:hover{
	color:#fff;
}
.breadcrumb1 li:after {
    content: '\f105';
    font: normal normal normal 13px/1 "FontAwesome";
    display: block;
    position: absolute;
    left: 100%;
    top:6px;
    color: #cecfd2;
}
.courses_banner h3{
	color:#fff;
	font-size:2em;
	text-transform:uppercase;
}
.footer p.description{
	color: #fff;
    font-size: 0.95em;
    line-height: 1.8em;
    width: 70%;
    margin: 0 auto 2em auto;
}


 
 /***** About Page ******/
 .short-write-up{padding-bottom:50px;padding-top:50px;}
 .short-write-up h2, .about-video-section h2{ 
    text-align: left;
    color: #339900;
	text-transform:uppercase;
    font-weight: 100;
    min-height: 66px;
    font-size: 36px;
  
}
 .short-write-up p, .about-video-section p{ 
    text-align: justify;
}
.short-write-up img{width:100%;    min-height: 350px;} 
 
  @media screen and (max-width: 768px) {
 
 .short-write-up img{width:100%; min-height: auto;margin-bottom:15px;} 
  }
  
  .about-video-section{padding-bottom:50px;}
  .about-video-section .well {
    margin-bottom: 0px;
  }
.what-makes-different-section{background:#f4c82d;padding-bottom:50px;}
.what-makes-different-section img{width:100%;height:300px;}

.what-makes-different-section h2{ 
    text-align: left;
    color: #339900;text-transform:uppercase;
    font-weight: 100;
    min-height: 66px;
    font-size: 28px;
    font-family: Oswald-Light!important;
}

.what-makes-different-section h1{ 
    color: #339900;padding-bottom:50px;
    text-align: center;
       padding-top: 30px;
      text-transform: capitalize;
}

.each-different-section{margin-bottom:15px;float:left;}

  @media screen and (max-width: 1199px){
	 .what-makes-different-section img{width:100%;    height: auto;} 
	  
  }
  @media screen and (max-width: 991px){
.each-different-section h2{clear: both;
    padding-top: 20px;}
  }
   @media screen and (max-width: 991px) and (min-width:768px){
.embed-responsive-16by9 {
    padding-bottom: 40.25%;    margin-top: 20px;
}
  }
  @media screen and (max-width: 1199px) and (min-width:992px){
.embed-responsive-16by9 {
    padding-bottom: 32.25%;    margin-top: 20px;
}
  }

  
  .well{
	  background:transparent;
	  border:none;
	  box-shadow:none;
  }
 .well:nth-of-type(1) ul li{ /* first well;*/
list-style-type:none;
}
.well:nth-of-type(1) ul li:before{
font-family: 'Glyphicons Halflings';
content: "\e067"; 
position: absolute;
left: 25px;
}

  
  
  
  
  
  
  

   /***** Rooms & Villas ******/
  
  .rooms-villas-write-up h1{
  color: #339900;padding-bottom:40px;
    text-align: center;
     padding-top: 30px;
      text-transform: capitalize;}

.rooms-villas-write-up h2{ 
    text-align: left;
    color: #339900;text-transform:uppercase;
    font-weight: 100;padding-bottom:15px;
      font-size: 28px;
    font-family: Oswald-Light!important;
}
.rooms-villas-write-up p{text-align:justify;}


.rooms-transparent {
    position: relative;
    overflow: hidden;
    margin: 0px;
}
@media (max-width: 353px){
	.rooms-transparent {
        overflow: visible;
}
}
.rooms-villas-virtual-tour, .rooms-style{margin-top:50px;}
.rooms-transparent .img {
    position: relative;
    height: 400px;
}
.scaleme {
    overflow: hidden;
}
.rooms-transparent .box-bg {
    background: url(../images/rooms-villas/box.png);
    position: absolute;
    width: 300px;
    height: 410px;
    right: 0;
    top: 0;
}

@media (max-width: 991px){
.rooms-transparent .box-bg {
    background: none;
}	
	
}

@media (max-width: 767px){
	.rooms-transparent .box-bg {
    background: #ccc;
    position: relative;
    width: auto;
    height: auto;
	}

.rooms-transparent .img {
    position: relative;
    height: auto;
}
.scaleme img {
    min-width: initial;
    width: 100%;
}
.rooms-transparent .header {
    padding-top: 15px;
	background-color: transparent!important;
    height: auto!important;
    width: 100%!important;
}
.rooms-transparent .text-bg {
       margin: 0px!important;
}
}


.rooms-transparent .text-bg {
    background: url(../images/rooms-villas/text.png);
    text-align: right;
    padding: 70px 30px 30px 30px;
    margin: 0 0 0 30px;
}
.rooms-transparent .header {
    background-color: #FFF;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    height: 50px;
    width: 80%;
}
.rooms-transparent .header h2 {
    line-height: 50px;
    margin: 0;
    padding: 0;
    font-size: 20px;
}

.booking-details-style h2{    font-size: 20px;}
.booking-detail_book {
    background-color: #f1f1f1;
    margin-top: 10px;
}
input[type="date"]:before {
/*     color: #000;
    padding-right: 5px;
    content: attr(placeholder); */
}
.booking-detail_book .booking-detail_total {
        padding: 12px 30px 70px 30px;
    text-align: center;    border-bottom: 1px solid #e4e4e4;
}
.booking-detail_book .booking-detail_total h6 {
    color: #232323;    text-align: left;
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
}
.booking-detail_book .booking-detail_total .price {
    margin-bottom: 0;
    margin-top: 10px;
    color: #898989;
    font-size: 18px;
    line-height: 1;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
.booking-detail_book .booking-detail_form {
     padding: 0 30px 33px;
}
.booking-details-style .button {
    background-color: #339900;
    color: #a7de8c;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    display: inline-block;
    width: 200px;    margin-bottom: 10px!important;
    height: 40px;
    padding: 6px 12px;
    border: 2px solid #339900;
    border-radius: 0;
    vertical-align: middle;
    margin: 0 auto;
    display: block;
}
 @media screen and (max-width: 355px){
	.booking-details-style .button {
    width: 150px; font-size:12px;
	}	
	 
 }
.availability-form{margin-top:20px;}
.availability-form input{    color: #000!important;
    background-color: #fff!important;
    border: none!important;
    line-height: 10px;
       width: 45%;    font-size: 14px;
    height: 30px;    margin-bottom: 15px;    padding: 10px;
    display: inline-block;
   
	}
	.availability-form select{    color: #000!important;
    background-color: #fff!important;
    border: none!important;
    line-height: 10px;
       width: 45%;    font-size: 14px;
    height: 40px;    margin-bottom: 15px;    padding: 10px;
    display: inline-block;
   
	}
	.availability-form input:nth-child(odd){margin-right:10px;}
	::-webkit-input-placeholder {
   color: #000;
}

:-moz-placeholder { /* Firefox 18- */
    color: #000; 
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #000; 
}

:-ms-input-placeholder {  
   color: #000;
}
.rooms-villas-write-up{margin-bottom:50px;}
.booking-details-style{padding-top: 28px;}

@media (max-width: 525px){
.availability-form input, .availability-form select {
    width: 100%;
    display: block;
}
.booking-detail_total .col-xs-6 {
    width: 100%;
}
.booking-detail_book .booking-detail_total {
    padding: 12px 30px 120px 30px;
    text-align: center;
}
}
@media (max-width: 1199px){
.booking-details-style {
    width: 100%;
}
}


.rooms-transparent p{text-align:justify;;}

.rooms-transparent h2{text-align: center;
    color: #339900;text-transform:uppercase;
    font-weight: 100;padding-bottom:15px;
      font-size: 28px;
  }

.rooms-style .button {
    background-color: #339900;
    color: #a7de8c;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    display: inline-block;
    width: 150px;
    height: 40px;
    padding: 6px 12px;
    border: 2px solid #339900;
    border-radius: 0;
    vertical-align: middle;
	    margin: 0 auto;
    display: block;
}

   /* @media screen and (max-width: 668px)
   {
	.rooms-transparent .box-bg {
    position: absolute;
    width: auto;
    top: 29%;
}  

  .rooms-transparent .box-bg {
    background: rgba(179,176,170,0.3);
    position: absolute;
  }
  .rooms-style{    margin-bottom: 15px;}
   }

@media screen and (max-width: 991px) and (min-width: 768px)
   {
.rooms-transparent .box-bg {
    position: absolute;
    width: auto;
    top: 40%;
}  
.rooms-transparent .box-bg {
    background: rgba(179,176,170,0.3);
    position: absolute;
  }
   .rooms-style{    margin-bottom: 15px;}
   .rooms-transparent .img {
        height: 649px;
	} 
   }
 */

 
 
 

/****** Meeting & Events *****/
.meeting-events-write-up{padding-bottom:40px;}
.meeting-events-write-up h1 {
    text-align: center;
    padding-bottom: 40px;
    padding-top: 20px;
}
.meeting-events-list .services-item {
    position: relative;
    margin-bottom: 70px;
    background-color: #fff;
    -webkit-box-shadow: 3px 6px 50px 10px rgba(33,30,25,.1);
    -moz-box-shadow: 3px 6px 50px 10px rgba(33,30,25,.1);
       box-shadow: 3px 6px 50px 10px rgba(33,30,25,.1);
}
.meeting-events-list .service_package ul li{
	    line-height: 30px;
}
.meeting-events-list .services-item ul li{
	font-size:15px;
}

.meeting-events-list{
	    margin-bottom: 70px;
}

.meeting-events-list .services-item .item-photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 42%;
    height: 100%;
}
.meeting-events-list .services-item .item-photo .photo-big {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 30px solid #fff;
}

.meeting-events-list .services-item .item-photo .photo-small {
    position: absolute;
    bottom: -10%;
    right: -10%;
    z-index: 2;
    width: 50%;
    height: 50%;
    border: 20px solid #fff;
    -webkit-box-shadow: 3px 6px 50px 10px rgba(33,30,25,.1);
    -moz-box-shadow: 3px 6px 50px 10px rgba(33,30,25,.1);
    box-shadow: 3px 6px 50px 10px rgba(33,30,25,.1);
}
.meeting-events-list .services-item .item-photo .photo-big, .meeting-events-list .services-item .item-photo .photo-small {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.meeting-events-list .services-item .item-photo .btn {
    position: absolute;
    bottom: -40px;
    left: 110%;
    z-index: 1;
}
.btn {
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    color: #fff!important;
    letter-spacing: 2px;
    background-color: #339900!important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.meeting-events-list .services-item .item-desc {
    font-size: 18px;
    text-align: justify;
    padding: 60px 60px 60px 50%;
}
.meeting-events-list .services-item .item-desc h2, .meeting-events-list .services-item .item-desc h5 {
    text-align: left;
}
.meeting-events-list .services-item .item-desc h2 {
       font-size: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
	color:#339900;
}
.meeting-events-list .services-item .item-desc p {
    line-height: 30px;
}
.photo-big{
	   /*  background: url(../images/meeting-events/aadya-conference.jpg) no-repeat center center; */
	}
.photo-small{
	/* background: url(../images/meeting-events/aadya-conference-1.jpg) */
	}
.meeting-events-list .services-item:nth-child(even) .item-desc {
    padding-left: 60px;
    padding-right: 50%;
}
.meeting-events-list .services-item:nth-child(even) .item-photo {
    left: inherit;
    right: 0;
}
.meeting-events-list .services-item:nth-child(even) .item-photo .btn {
    left: inherit;
    right: 110%;
}
.meeting-events-list .services-item:nth-child(even) .item-photo .photo-small {
    right: inherit;
    left: -10%;
}
@media (max-width: 991px){
.meeting-events-list .services-item .item-photo {
    position: relative;
    width: 100%;
    padding-top: 100%;
}
.meeting-events-list .services-item .item-photo .photo-small {
    bottom: 0;
    right: 0;
    border-width: 30px;
   
}
.meeting-events-list .services-item .item-desc {
    padding-left: 60px;
    padding-top: 40px;
}
.meeting-events-list .services-item .item-photo .btn {
    position: absolute;
       bottom: 10%;
    left: 8%;
       z-index: 1;
}
.meeting-events-list .services-item:nth-child(even) .item-photo .photo-small {
    right: inherit;
    left: 0%;
}
.meeting-events-list .services-item:nth-child(even) .item-desc {

 padding-right: 10%;
}
.meeting-events-list .services-item:nth-child(even) .item-photo .btn {
    left: inherit;
    right: 10%;
}
.meeting-events-list .services-item .item-photo .photo-big, .meeting-events-list .services-item .item-photo .photo-small {
    background-size: 100%;
}
.meeting-events-list .services-item .item-photo .photo-small {
    height: 33%;    top: 50%;
}
.meeting-events-list .services-item .item-photo .photo-big {
    height: 70%;
}
.meeting-events-list .services-item .item-photo {
    height: 50%;
}
.meeting-events-list .services-item {
     margin-bottom: 20px;
}
.meeting-events-list .services-item .item-desc {
    margin-top: -105px;
}
}
@media (max-width: 768px){

.meeting-events-list .services-item .item-desc {
    padding-left: 60px;
    padding-top: 0px;
}
.meeting-events-list .services-item .item-photo .btn {
    position: absolute;
  
    left: 10%;
    z-index: 1;
  
}
.meeting-events-list .services-item .item-desc {
    margin-top: -53px;
}
}
@media (max-width: 528px){
.meeting-events-list .services-item .item-photo .photo-small {
    height: 32%;
    top: 41%;
}
.meeting-events-list .services-item .item-desc {
 margin-top: -114px;
}
.meeting-events-list .services-item .item-photo .photo-small {
    bottom: 0;
    right: 0;
    border-width: 15px;
}

.meeting-events-list .services-item .item-desc {
    padding: 0px 25px 25px 25px;
}
.meeting-events-list .services-item:nth-child(even) .item-desc {
     padding: 0px 25px 25px 25px;
}
}
@media (max-width: 528px){
.meeting-events-list .services-item .item-photo .photo-small {
    height: 29%;
    top: 41%;
}
}
@media (max-width: 431px){
.meeting-events-list .services-item .item-photo .photo-small {
    height: 25%;
    top: 41%;
}
}
@media (max-width: 381px){
.meeting-events-list .services-item .item-photo .photo-small {
    height: 21%;
    top: 41%;
}
}


@media (max-width: 1199px) and (min-width: 992px){
.meeting-events-list .services-item .item-photo .photo-big {
    height: 80%;
}
.meeting-events-list .services-item .item-photo .photo-small {
    bottom: 10%;
    height: 35%;
}

}

/** Booking Style ***/

.service-package-style .booking-details-style {
    padding-top: 0px;
}
.service-package-style .booking-detail_book .booking-detail_form {
    padding: 15px 30px 33px;
}
.service-package-style .booking-detail_book {
    background-color: #f1f1f1;
    margin-top: 10px;
    padding-bottom: 20px;
}
.service-package-style .booking-details-style .button{    float: left;
    display: block;}
.service-package-style .booking-details-style .button:first-child{  margin-right: 10px;}

 @media screen and (max-width: 1199px) and (min-width: 992px){
.service-package-style .booking-details-style .button{    float: none;
    display: block;}
.service-package-style .booking-details-style .button:first-child{   margin-right: auto;}
 
 }
 @media screen and (max-width: 720px){
.service-package-style .booking-details-style .button{    float: none;
    display: block;}
.service-package-style .booking-details-style .button:first-child{    margin-right: auto;}
 
 }
@media screen and (max-width: 525px){
	.service-package-style .booking-detail_book .booking-detail_total {
    padding: 12px 30px 70px 30px;
    text-align: center;
    min-height: 165px;
}
}
@media (max-width: 353px){
	.service-package-style .item-desc {
    padding: 5px!important;
}
.service-package-style .booking-detail_book .booking-detail_total {
    padding: 12px 30px 70px 30px;
    text-align: center;
  
}	
.service-package-style .item-desc h2 {
    font-size: 30px;
    padding: 0px 17px;
}
}	
	
/****** Wedding Party Venues *****/
.wedding-party-write-up{padding-bottom:50px;padding-top:30px;}
.wedding-party-write-up h1{padding-bottom:40px;text-align:left;}
.wedding-party-write-up p{text-align:justify;}
	.wedding-party-events{padding-bottom:50px;}
	.events-styling{
	background-color: #f0efed;
      overflow: auto;margin-bottom:15px;
    position: relative;
        height: 265px;
	}
	.wedding-party-events .booking-detail_book{padding-top:15px;}
.event-transparent-bg{
    background: url(../images/wedding-party/transparent-bg.png);
    position: absolute;
    top: 0;
    right: 50%;
    width: 5%;
       height: 265px;
    z-index: 5;
}
.event-img-style {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
       height: 265px;
    z-index: 4; overflow: hidden;
}
.scaleme {
    overflow: hidden;
}
.event-text-style {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    width: 46%;
       height: 265px;
    padding: 10px 4% 0 0;
    z-index: 4;
}
.event-text-style p{font-size:14px;}


#event-img-1{
background: url(../images/wedding-party/aadya-wedding-venue.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
.event-img-style img {
    vertical-align: middle;
    width: 100%;
    min-height: 265px;
}

 @media screen and (max-width: 379px) {
	.event-transparent-bg {
    margin-top: 36%!important;
} 
	 
	 
 }
 @media screen and (max-width: 585px) and (min-width: 380px) {
	.event-transparent-bg {
    margin-top: 45%!important;
} 
	 
	 
 }
 
  @media screen and (max-width: 767px) 
  {
	  .event-img-style img {
    min-height: auto;
}
.events-styling {
height: auto;     overflow: hidden;
}	  
.event-img-style {
    position: relative;
    width: 100%;  background-size: 100%!important;height: auto;
}	 
.event-text-style {
    position: relative;
    width: 100%;
    height: auto;
     padding: 10px 4% 0 4%;

} 
.event-transparent-bg {
	    background: none;
    top: 0;
    right: 0;
    width: 100%;
    height: 50px;
    margin-top: 49%;
}
  }

 @media screen and (max-width: 1199px) 
 {
	.wedding-party-events .col-lg-8 {
    width: 100%;
} 
 
 }

 
.wedding-party-events h2 {
    text-align: left;
    color: #339900;
    text-transform: uppercase;
    font-weight: 100;font-size:24px!important;
    padding-bottom: 5px;
    font-size: 20px;    font-family: Oswald-Light!important;
}

.wedding-event-lists{padding-bottom:20px;}
.wedding-party-events .booking-details-style {
    padding-top: 0px;
}
.wedding-party-events .booking-details-style h2{
    margin-top: 0px;
}
.wedding-package-description{background: #f4c82d;margin-bottom:15px;
     padding: 21px;}
/************* Facilites & activities ************/

.facilities-activities h1{text-align:center;padding-bottom:40px;padding-top:20px;}
.facilities-activities p{padding-bottom:50px;}

.features-banner{
background: url(../images/facilities/aadya-features-banner.jpg) no-repeat center center;
background-size:cover;
min-height:500px;
background-attachment: fixed;
}
.features-banner-quotes{    position: relative;    text-align: center;    padding-top: 15%;
    padding-bottom: 5%;}
	
	@media screen and (max-width: 364px) 
	 {
		
		 .features-banner {
       background-size: cover!important;
    min-height: auto;    background-attachment: initial;
		 }
	 }
	
	 @media screen and (max-width: 992px) 
	 {
		.features-banner-quotes {
       padding-bottom: 15%;
		}	
		 .features-banner {
       background-size: 100%;
    min-height: auto;    background-attachment: initial;
		 }
	 }
@media screen and (max-width: 453px)
{
	.features-banner-quotes h2{font-size:24px;}	 
	.features-banner-quotes {
    padding-bottom: 7%;    padding-top: 10%;
}
}
@media screen and (max-width: 340px){
.features-banner-quotes h2 {
    font-size: 16px;
}		
} 
.features-banner-quotes h2{background: rgba(255,255,255,0.5);
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
	padding:20px 10px 20px 10px;
     color: #081600;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 100;}
	 
.be-button-wrap {
    display: inline-block;
    margin: 0 10px 10px 0;
}
.circular.mediumbtn {
    padding: 15px 30px;
}
.be-button.circular {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.button-style { border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	background-color:339900;
	color:#fff;padding: 15px 44px;border:none;outline:none;
}
.features-image-gallery img{width:100%;height:100%; }
.features-image-gallery{padding-bottom:50px;}
.hovereffect {
  width: 100%;
  margin-bottom:15px;
/*height: 100%;*/
  float: left;    height: 280px;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
  background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 3em;
  text-align: left;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-40px,0,0);
  transform: translate3d(-40px,0,0);
}
.overlay-h2-style{}
.hovereffect h2 {
/*   text-transform: uppercase;
  color: #fff;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  padding: 15% 0 10px 0;
  text-align: left; */
   /*    text-transform: uppercase;
    color: #339900;
    position: absolute;
    font-size: 17px;
    background-color: rgba(255,255,255,0.8);
    padding: 3% 0 2% 0;
    width: 90%;
    text-align: center;
       bottom: 21px;
    left: 21px;
       margin-bottom: 0px; */
  text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
    position: relative;
    position: absolute;
    bottom: 5px;
    font-size: 17px;
    background-color: transparent;
    padding: 15% 0 10px 0;
    text-align: left;
	    /* font-family: Roboto, sans-serif; */
}

/* .hovereffect:hover h2{
 background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
  background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
  } */
  
.hovereffect .overlay:before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-20px,0,0);
  transform: translate3d(-20px,0,0);
}

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

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

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

@media screen and (max-width: 768px){
.hovereffect {
    height: auto;
}	
.features-image-gallery img {
    height: auto;
}	
	
	
}
@media screen and (max-width: 1199px) and (min-width: 992px){
.hovereffect {
    height: 250px;
}	
.hovereffect h2 {
    width: 85%;
}	
}
@media screen and (max-width: 991px) and (min-width: 768px){
.hovereffect {
    height: 200px;
}
.hovereffect h2 {
    width: 81%;
}

}
@media screen and (max-width: 767px) and (min-width: 645px){
.hovereffect h2 {
    width: 92.5%;
}
}

@media screen and (max-width: 644px) and (min-width: 485px){
.hovereffect h2 {
    width: 90.5%;
}
}
@media screen and (max-width: 484px) and (min-width: 375px){
.hovereffect h2 {
    width: 86%;
}
}
@media screen and (max-width: 374px) and (min-width: 200px){
.hovereffect h2 {
    width: 80%;
}
}



/*************** Day Out *************/

.ih-item.square.effect1 {
    overflow: hidden;
}
.ih-item.square {
  position: relative;
  margin-bottom: 20px;
  height: 216px;
  border: 8px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ih-item a:hover {
    text-decoration: none;
}
.ih-item.square.effect1 {
    overflow: hidden;
}

.ih-item a {
    color: #333;
}
.ih-item.square.effect1.bottom_to_top a:hover .img {
    -webkit-transform: translateY(-30px) scale(0.6);
    -moz-transform: translateY(-30px) scale(0.6);
    -ms-transform: translateY(-30px) scale(0.6);
    -o-transform: translateY(-30px) scale(0.6);
    transform: translateY(-30px) scale(0.6);
}
.ih-item.square.effect1 .img {
	    width: 100%;
    z-index: 11;
    position: absolute;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.ih-item, .ih-item * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ih-item img {
    width: 100%;
    height: 100%;
}
.ih-item.square.effect1 a:hover .info {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.ih-item.square.effect1 .info {
    background: #000;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item.square .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ih-item.square.effect1.bottom_to_top .info h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 10px 10px 0 4px;
    margin: 134px 0 0 0;
}
.ih-item.square.effect1.bottom_to_top .info p {
    font-style: italic;
    font-size: 12px;
    color: #bbb;
    padding: 5px;
    text-align: center;
}

.bs-example {
    position: relative;
    background-color: #fafafa;
    box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
    
}
@media (min-width: 768px){
.bs-example {
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;
    box-shadow: none;
	    padding-bottom: 50px;
}
}

.our-attraction{background: url(../images/dayout/aadya-aatraction.jpg) no-repeat center center;
    background-size: cover;
    min-height: 600px;
   background-attachment: fixed;
   }
.our-attraction h1{
    text-align: center;
    padding: 5em;
    color: #f4c82d;
}
.our-attraction p{
	    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.day-out-packages{padding-bottom:50px;}
.day-out-packages h1{text-align:center;padding-bottom:50px;padding-top:50px;}
.day-out-packages img{width:100%;    min-height: 573px;}
.day-out-description{background:#f4c82d;min-height:573px;    padding: 21px;}
.day-out-description h3{    margin-top: 0px;}
.day-out-description li{padding-bottom:15px;}
.day-out-description .button {
    background-color: #339900;
    color: #f4c82d;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    display: inline-block;
   /*  width: 150px; */
    height: 40px;
    padding: 6px 12px;
    border: 2px solid #339900;
    border-radius: 0; /*    margin-top: 34%; */
    vertical-align: middle;
}
.day-out-description .booking-details-style {
    padding-top: 0px;
}
.day-out-description .booking-detail_book {
    background-color: transparent;
    margin-top: 10px;
}
.day-out-package-options{margin-bottom:30px;    float: left;}

@media (max-width: 991px){
.day-out-description, .day-out-packages img{min-height:auto;}

}
@media (max-width: 353px){
.day-out-description .button {
    font-size: 12px;
}
}
@media (max-width: 1199px) and (min-width: 992px){
.day-out-description, .day-out-packages img{min-height: auto;
    height: auto;}
	.day-out-package-options .col-md-8, .day-out-package-options .col-md-4 {width:100%;}
/* .day-out-description .button {
    margin-top: 8%;
} */
.ih-item.square {
    height: 150px;
}
	.ih-item.square.effect1.bottom_to_top .info h3 {
    margin: 85px 0 0 0;
}
}

@media (max-width: 767px) and (min-width: 644px){
.ih-item.square {
    height: 400px;
}
	.ih-item.square.effect1.bottom_to_top .info h3 {
        margin: 306px 0 0 0;
}
}
@media (max-width: 641px) and (min-width: 520px){
.ih-item.square {
    height: 350px;
}
	.ih-item.square.effect1.bottom_to_top .info h3 {
        margin: 256px 0 0 0;
}
}
@media (max-width: 521px) and (min-width: 465px){
.ih-item.square {
    height: 300px;
}
.ih-item.square.effect1.bottom_to_top .info h3 {
        margin: 216px 0 0 0;
}
}
@media (max-width: 330px){
.ih-item.square {
    height: 170px;
}
.ih-item.square.effect1.bottom_to_top .info h3 {
        margin: 98px 0 0 0;
}
}
.day_out_at_aadya h2{
	text-align: left;
    color: #339900;
    text-transform: uppercase;
    font-weight: 100;
    min-height: 66px;
    font-size: 36px;
}

.day_out_at_aadya p {
    padding-bottom: 5px;
}
.day_out_at_aadya h5{
    color: #339900;
}






/*************** Gallery *************/

.gallery-video-section{padding-bottom:50px;height: 65%;}
.gallery-video-section h1 {
    color: #339900;
    text-align: center;
    font-family: Oswald-Regular!important;
    padding-bottom: 50px;
}

@media (max-width: 991px){
.gallery-video-section h1 {
	 padding-bottom: 0px;

}
}
@media (max-width: 768px){
.gallery-video-section h1 {
	 padding-bottom: 20px;

}
.gallery-video-section{;height: 100%;}
}

/*************** Spa *************/
.spa-style{padding-top:50px;padding-bottom:40px;}

.aadya-spa-wrt-up {
       background: url(../images/spa/spa-bg.png) right top repeat-y;
    position: relative;
    overflow: hidden;
    background-size: 55%;
    margin: 20px 0;
}
.aadya-spa-wrt-up h2{padding-bottom:15px;padding-top:5px;}
.aadya-spa-wrt-up .img {
   position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    z-index: 2;
}
.aadya-spa-wrt-up .img .mask {
    background: url(../images/spa/spa-mask.png);
    position: absolute;
    top: 0;
    right: 0;
    width: 10%;
    height: 100%;
    z-index: 5;
}
.aadya-spa-wrt-up .img .scaleme {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    z-index: 3;
}
.scaleme {
    overflow: hidden;
}
.aadya-spa-wrt-up .txt {
   overflow: hidden;
    min-height: 300px;
    margin: 0 5% 0 50%;
}
.aadya-spa-wrt-up .scaleme img {
    min-width: auto;
    width: 100%;
}
.aadya-link-style{    margin-top: 6%;
    border-top: 1px dashed #ccc;
    padding-top: 10px;}
.aadya-link-style1{padding-bottom:10px;color:339900;}
.aadya-link-style1 a{color:339900;    font-size: 16px;}
.spa-at-aadya {
    background-color: #f0efed;
    float: left;
    overflow: auto;
    position: relative;
    width: 100%;
    height: 200px;
	margin-bottom:15px;
}

.spa-at-aadya h3{color:339900;}
.spa-at-aadya .mask {
    background: url(../images/spa/spa-mask.png);
    position: absolute;
    top: 0;
    right: 50%;
    width: 5%;
    height: 200px;
    z-index: 5;
}
.spa-at-aadya .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 200px;
    z-index: 4;
}
.spa-at-aadya .txt {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    width: 46%;
    height: 190px;
    padding: 10px 4% 0 0;
    z-index: 4;
}

.spa-at-aadya .scaleme img {
    min-width: auto;
    width: 100%;min-height:200px;
}
.aadya-spa{padding-bottom:50px;padding-top:50px;}
.aadya-spa .booking-detail_book .booking-detail_form {
    padding: 20px 30px 33px;
}
.aadya-spa h2{padding-bottom:20px;}
@media (max-width: 645px){
.spa-at-aadya {
       height: auto;
}
.spa-at-aadya .img {
   width:100%; height: auto; position: relative;

}
.spa-at-aadya .txt {
    position: relative;    padding: 20px;     height: auto;   width: 100%;
}
.spa-at-aadya .mask {
    background: none;
}
}

@media (max-width: 991px){
.aadya-spa-wrt-up {
    background-size: 0px;

}
.aadya-spa-wrt-up .img {
    position: relative;
    width: 100%;
    height: auto;

}
.aadya-spa-wrt-up .img .mask {   background: url(../images/spa/spa-mask.png);
 	top: initial;
    width: 100%;
    height: 10%;
     bottom: 0;
}
.aadya-spa-wrt-up .img .scaleme {
    position: relative;
       width: 100%;
    height: auto;
 
}
.aadya-spa-wrt-up .txt {
    margin: 0px;
    position: relative;
    padding: 0px 40px;
}
}

.spa-banner {
    overflow: hidden;
    clear: both;
}
.spa-banner .img-area {
    position: relative;
    width: 100%;
    height: 500px;
}
.spa-banner .img {
    position: relative;
    width: 100%;
    height: 500px;
}
.spa-banner .txt1 {
    background-color: #FFF;
    position: absolute;
    bottom: 0;
    right: 122px;
    width: 500px;
    padding: 25px 50px 0 50px;
}
.spa-banner img{width:100%;}
.spa-banner h1{font-size:28px;text-transform:uppercase;}
.spa-banner h4{font-size:14px;text-transform:uppercase;}

.spa-banner{
background: url(../images/spa/aadya-spa-banner.jpg) no-repeat center center;
    background-size: cover;    margin-top: 50px;

}
.spa-banner-content{padding-top:40px;}
.spa-style h2{color:#339900;text-transform:uppercase;}

@media (max-width: 768px){
.spa-banner{
/* background-size: 100%; */
}
.spa-banner .txt1 {
    right: initial;     padding: 0px 30px;
}
}


/*************** Contact *************/
#aadya-contact{padding-bottom:50px;}
.aadya-contact-img {
    width: 100%;
}
#aadya-contact h1{text-align:center;padding-bottom:40px;padding-top:20px;}
#aadya-contact .form-control {
    border-radius: 1px;
}
#aadya-contact .btn-submit {
    background-color: #339900!important;
    border-radius: 1px;
    width: 100%;
    color: #000;
    font-size: 18px;
    outline: none;
    border-bottom-color: #339900;
}
#aadya-contact .aadya-resort {
    padding-top: 50px;
}
#aadya-contact .grid_4 h3 {
    color: #339900;
}
#aadya-contact a, #aadya-contact a:hover, #aadya-contact a:focus{ color: #339900;    font-size: 14px;}
@media (max-width: 768px){
#aadya-contact .contact-form{    margin-top: 40px;}
}

/*************** Loyalty Program *************/

.aadya-loyalty-pgm h1{padding-bottom:40px;padding-top:20px;text-align:center;}
.aadya-loyalty-pgm h3{color:#339900;}
ul.about_links li:before {
    color: #bf970a;
    content: "\f10c";
    font-family: 'fontawesome';
    font-size: 12px;
    height: 5px;
    left: 5px;
    top: 4px;
    position: absolute;
    width: 5px;
}
ul.about_links li {
    padding: 0px 20px 10px;
    position: relative;
     color: #000;    list-style: none;

}

.aadya-loyalty-pgm .about_links{padding-left: 0px;}
.aadya-loyalty-pgm .about_links1 li{
    line-height: 30px;font-size: 16px;
}
.aadya-loyalty-pgm ul li{
font-size: 16px;    font-weight: 100;
}
.aadya-loyalty-pgm .courses_box3 {
       padding: 3em 0;
    background-color: #fee99c;
   
}
.aadya-loyalty-pgm .courses_box4{
	 margin-bottom: 45px;
	
}
.aadya-loyalty-pgm input#myButton{
margin-left: 22px;
    width: 100px;
    height: 49px;
    border-radius: 27px;
    background-color: rgb(91, 208, 63);
    color: #fff;
    margin-bottom: 30px;
}

























