/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Exo+2|Oswald&subset=latin-ext,latin);
@import url(https://fonts.googleapis.com/css?family=Berkshire+Swash&subset=latin,latin-ext);

@import url(http://fonts.googleapis.com/css?family=Ubuntu&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Lobster&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Roboto&subset=latin,latin-ext);


@import url(https://fonts.googleapis.com/css?family=Berkshire+Swash&subset=latin,latin-ext);
@import url('https://fonts.googleapis.com/css?family=Raleway|Sansita');

/*------------------------------------------*/
/*	     01 - General & Basic Styles
/*------------------------------------------*/
body {
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
    line-height: 21px;
	font-weight: 300;
	color: #333333;
	background-color: #EBE1CB;
}
strong, b {
	font-weight: 600;
}

img {
	max-width: 100%;
	height: auto;
}

ul, ol {
	list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

a {
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
}

a:hover {
    color: #444;
}

a, a:hover {
    text-decoration: none;
}

i {
	font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	margin: 0;
	color: #666666;
}

h1 {
   	font-size: 50px;
	line-height: 45px;
}

h2 {
    font-size: 22px;
	line-height: 28px;
}

h3 {
    font-size: 18px;
	line-height: 24px;
	margin: 5px 0px;
}

h4 {
    font-size: 20px;
	line-height: 22px;
}

h5 {
    font-size: 14px;
	line-height: 20px;
}

h6 {
    font-size: 12px;
	line-height: 18px;
}

p {
    color: #333333;
    font-size: 13px;
    line-height: 26px;
    margin: 0;
}

p strong {
	font-weight: 600;
}

#content {
	padding: 0; 
}


 
.section {
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

 
 
 
 
 
 
 
 
 
 
#container {
    /*background-color: #fff;*/
}

 
 
#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #EBE1CB;
	z-index: 9999999999;
}

.spinner {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	-webkit-animation: rotatee 2.0s infinite linear;
	animation: rotatee 2.0s infinite linear;
}

.dot1, .dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	border-radius: 100%;
	-webkit-animation: bouncee 2.0s infinite ease-in-out;
	animation: bouncee 2.0s infinite ease-in-out;
}

.dot2 {
	top: auto;
	bottom: 0px;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes rotatee { 100% { -webkit-transform: rotate(360deg) }}
@keyframes rotatee {
	100% {
		transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes bouncee {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes bouncee {
	0%, 100% {
		transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
      }
}


 
 
 
 
 



/*------------------------------------------*/
/*	     02 - Header & Navigation
/*------------------------------------------*/

header {
	font-family: 'Ubuntu', sans-serif;
	position: fixed;
	top: 0;
    width: 100%;
	z-index: 9999999;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

 
.top-bar {
	background: rgba(255, 153, 0, .9);
	/*background-color: #fff;
	border-bottom: 1px solid #23729C;*/
}

.top-bar a {
	color: #FFFFFF;
}

 
.top-bar .contact-details li {
	display: inline-block;
	margin: 0 10px 0 0;
}

.top-bar .contact-details li .fa {
	color: #EBE1CB;
}

.top-bar .contact-details li i.fa:hover {
	color: #333333;
}


.top-bar .contact-details li:first-child a:before {
	display: none;
}

.top-bar .contact-details li a {
	font-size: 13px;
	display: block;
	line-height: 32px;
}

ul.social-list {
    float: right;
}

ul.social-list li {
    float: left;
}

ul.social-list li a {
/*    display: inline-block;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;*/
	font-size: 1em;
	display: block;
	width: 34px;
	height: 33px;
	line-height: 33px;
	text-align: center;
/*	border-left: 1px solid #f2f2f2;	*/
}

ul.social-list li a:hover {
	color: #fff;
}
.navbar {
	margin-bottom: 0;
	background: rgba(235, 225, 203, .9);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
	padding-left: 0;
}

.navbar-default {
	border: none;
	/*border-bottom: 1px solid #CCCCCC;*/
}
.navbar-brand {
	position: relative;
	padding: 5px 0px;
	margin: 0!important;
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	text-align: center;
}

.navbar-default .navbar-nav {
	margin-right: 10px!important;
	position: relative;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav > li {
    margin-left: 6px;
}

.navbar-default .navbar-nav > li:first-child {
    margin-left: 0;
}

.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #333333;
	display: block;
    font-size: 16px;
	font-weight: 300;
    padding: 28px 10px 28px 10px;
	overflow: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li:hover > a {
	/*border-bottom: 2px solid;*/
}

.navbar-default .navbar-nav > li > a i {
	margin: 0 -2px 0 0px;
}

.navbar-default .navbar-nav > li > a:after {
	/*position: absolute;
	bottom: 0;
	content: '';
	left: 50%;
	display: block;
	height: 5px;
	width: 5px;
	opacity: 0;
	margin: 0 0 -3px -2px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;*/
}

.navbar-default .navbar-nav > li > a.active:after {
	opacity: 1;
}

.navbar-default .navbar-nav .dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    width: 180px;
	background: rgba(94, 122, 143, 0.95);
	/*background-color: #3F6DA6;*/
    visibility: hidden;
    z-index: 2;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-nav > li.drop:hover .dropdown {
    visibility: visible;
	opacity: 1;
}

 .dropdown li {
	position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
}

 .dropdown li:first-child {
    border-top: none;
}

 .dropdown li a {
    display: block;
    color: #FFFFFF;
    font-size: 13px;
	font-family: 'Oswald', sans-serif;
	/*font-family: 'Ubuntu', sans-serif;*/
    padding: 9px 14px;
    text-decoration: none;
    text-transform: capitalize;
    transition: padding 0.2s ease-in-out;
    -moz-transition: padding 0.2s ease-in-out;
    -webkit-transition: padding 0.2s ease-in-out;
    -o-transition: padding 0.2s ease-in-out;
}


 .dropdown > li:hover > a {
	/*padding-left: 18px;*/
	color: #8E981F;
}


/*================================================== 
     Slideshow
 ================================================== */

/*-- Main slide --*/

#main-slide .item img{
	width: 100%;
}

 

#main-slide .item .slider-content {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}

#main-slide .slider-content{
	top: 65%;
	margin-top: -70px;
	left: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
	
}

#main-slide .carousel-indicators {
	bottom: 30px;
}

.carousel-indicators li{
	width: 14px !important;
	height: 14px !important;
	border: 1px solid #333333 !important;
	margin: 1px !important;
	border-radius: 2px;
}

.logohedaer {
	position: absolute;
    bottom: 33%;
    left: 50%;
    z-index:0;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
/*	background-image: url(/content/other_images/gj_logo_slider.png);
	background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
	background-position: 50%;*/
	height: 300px;
}

.logohedaer h2{
	font-size: 60px;
	text-transform: none;
	margin: 8% 20% 0px 20%;
    line-height: 70px;
	color: #FF9900;
	/*letter-spacing: 5px;*/
	font-family: 'Lobster', cursive;
	/*text-shadow: 1px 1px #000;*/
	background: rgba(51, 51, 51, .5);
	padding: 10px;
	font-weight:100;
}

.logohedaer h3{
    text-transform: none;
    font-size: 27px;
	line-height: 35px;
    font-weight: 100;
    color: #333333;
    /*text-shadow: 1px 1px #000;*/
   /* letter-spacing: 2px; */
    font-family: 'Oswald', sans-serif;
	background: rgba(235, 225, 203, .5);

}


#main-slide .slider-content h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: 100;
    color: #FFF;
	padding: 0 30%;
	line-height:normal;
}

.slider.btn{
	font-family: 'uBUNTU', sans-serif;
	padding: 10px 40px;
	margin-top: 40px;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 28px;
    border: 1px solid #333333;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
    color: #FFFFFF;
	background: rgba(51, 51, 51, .8); 
}

.slider.btn:hover{
	background: #FF9900;
	color: #fff;
    border: 1px solid #FF9900;
}
 
/*-- Animation --*/
.carousel.fade {
  opacity: 1;
}

.carousel.fade .item {
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  left: 0 !important;
  opacity: 0;
  top:0;
  position:absolute;
  width: 100%;
  display:block !important;
  z-index:1;
}
.carousel.fade .item:first-child {
  top:auto;
  position:relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  z-index:2;
}

 
.carousel .item.active .animated6 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
    text-align: center;
}


/*------------------------------------------*/
/*	   03 - Main Page Elements
/*------------------------------------------*/
label {
	font-size: 13px;
	color: #333333;
	font-weight: 300;
	cursor: pointer;
}

 
/*#map {
	position: relative;
	height: 420px;
	width: 100%;
	top: 80px;
}*/



/*************** Call To Action ***************/

.call-action-boxed {
	margin: 20px 0;
	padding: 20px 30px;
}

 
.call-action p.primary {
	font-size: 30px;
	font-weight: 100;
	line-height:35px;
	color: #333333;
	font-family: 'Lobster', cursive;
}


.call-action p.primary a {
	text-decoration: underline;
	color: #FF9900 ;
	font-size: 32px;
}

.call-action p.primary strong {
	font-weight: 700;
	font-size: 32px;
	color: #FF9900;
}

 
.call-action a.btn-system.border-btn {
    background-color: #f8ba01;
	border-color: #f8ba01;
    color: #FFFFFF;
}

.call-action a.btn-system.border-btn:hover {
    background-color: #A0B1BD;
	border-color: #A0B1BD;
    color: #FFB71F;
}

 
.call-action .button-side {
	float: right;
}

.call-action-style1 {
	margin: 20px 0;
    border: 1px solid #FF9900;
    background: rgba(235, 225, 203, .7);
	box-shadow: 0 0 25px rgba(0,0,0,.04) inset;
	border-radius: 5px;
	-o-box-shadow: 0 0 25px rgba(0,0,0,.04) inset;
	-moz-box-shadow: 0 0 25px rgba(0,0,0,.04) inset;
  	-webkit-box-shadow: 0 0 25px rgba(0,0,0,.04) inset;
}

 

/*************** Toggles & Accordion ***************/

.panel-default > .panel-heading {
	background-color: #fff;
}

 
.panel-default {
	border-color: #e8e8e8;
}

 
.panel-body {
	padding: 4px 15px 10px 15px;
}

.panel-heading {
	padding: 0;
}

.panel-title {
	text-align: left;
}

 



/*************** Buttons ***************/

.btn {
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.btn-system {
	display: inline-block;
	color: #fff;
	margin-right: 5px;
	font-weight: 300;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	text-shadow: 1px 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
	-o-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  	-webkit-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
}

.btn-system:last-child {
	margin-right: 0;
}

.btn-system {
	font-size: 1em;
	width: auto;
}

.btn-system.border-btn {
	background-color: transparent;
	border: 1px solid;
	box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
  	-webkit-box-shadow: none;
}

.btn-system:hover {
	color: #fff;
	opacity: 0.8;
}

.btn-system.border-btn:hover {
	opacity: 1;
	color: #fff;
}

.btn-large {
	font-size: 14px;
	padding: 9px 22px;
}
.btn-large.border-btn {
	padding: 8px 22px;
}
/*************** Lists ***************/

ul.icons-list {
	margin-bottom: 6px;
}

 ul.icons-list li {
	margin-bottom: 4px;
}

ul.icons-list li i {
	font-size: 14px;
	margin-right: 4px;
}

ul.icons-list {
	margin-bottom: 6px;
}

/*************** Tabs ***************/

.nav-tabs {
	border-color: #D2BB8A;
}

.nav-tabs > li > a {
	font-weight: 100;
	color: #666;
	padding: 8px 14px;
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
	border: 1px solid #eee;
	border-bottom: none;
	box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
	-o-box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
  	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
		background-color: #FFFFFF;

}

 
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	color: #fff;
	border-color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1) inset;
	-o-box-shadow: 0 0 15px rgba(0,0,0,.1) inset;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.1) inset;
  	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.1) inset;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border-color: #D2BB8A;
	border-bottom-color: #fff;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
	box-shadow: 0 0 0 rgba(0,0,0,.1) inset;
	-o-box-shadow: 0 0 0 rgba(0,0,0,.1) inset;
	-moz-box-shadow: 0 0 0 rgba(0,0,0,.1) inset;
  	-webkit-box-shadow: 0 0 0 rgba(0,0,0,.1) inset;
}

.tab-content {
	border: 1px solid #D2BB8A;
	border-top: none;
	padding: 12px 16px;
	background-color: #FFFFFF;
}

 
 


/*************** Icons ***************/


.section {
    padding-top: 80px;
    padding-bottom: 80px;
}

/*Third Icon Effect */
 
 
 
@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toRightFromLeft {
	49% {
		-moz-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toRightFromLeft {
	49% {
		transform: translate(100%);
	}
	50% {
		opacity: 0;
		transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}

/*Fourth Icon Effect */
 
 
 
@-webkit-keyframes toLeftFromRight {
	49% {
		-webkit-transform: translate(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toLeftFromRight {
	49% {
		-moz-transform: translate(-100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toLeftFromRight {
	49% {
		transform: translate(-100%);
	}
	50% {
		opacity: 0;
		transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}

/*Fifth Icon Effect */
 
 
 
@-webkit-keyframes toTopFromBottom {
	49% {
		-webkit-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toTopFromBottom {
	49% {
		-moz-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toTopFromBottom {
	49% {
		transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}

/*six Icon Effect */
 
 
 
@-webkit-keyframes toBottomFromTop {
	49% {
		-webkit-transform: translateY(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toBottomFromTop {
	49% {
		-moz-transform: translateY(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toBottomFromTop {
	49% {
		transform: translateY(100%);
	}
	50% {
		opacity: 0;
		transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}

 
 
#map img,
#map_canvas img {
	max-width:none;
}

#map,#map_canvas {
  height: 500px;
  width: 100%;
}

.map-popup p {
	font-size: 13px;
	padding: 5px 0 0 5px;
    color: #363636;
}

.map-popup .fa {
	font-size:large;
	width: 16px;
}

.map-popup h2.map {
	font-family: 'Lobster', cursive;
	font-size: 20px;
	padding: 0 0 0 5px;
	margin: 10px 0 0 0; 
	color: #FF9900;
}

 
/*************** Amenties ***************/

 
 .accdesc li span {
    width: 30px;
	height: 30px;
	display:block;
	margin-top: 5px;
	background-image: url(/images/amenities4.png);
}
.accdesc li span {
	background-image: url(/images/amenities5.png);
}

 

 .accdesc li span.internet {
  background-position: -30px 0;
}
 .accdesc li span.parking {
  background-position: -90px 0;
}
 .accdesc li span.ac {
  background-position: -120px 0;
}
 .accdesc li span.tv {
  background-position: -210px 0;
}
 .accdesc li span.disabilites {
  background-position: -330px 0;
}
 .accdesc li span.sattv {
  background-position: -360px 0;
}
 .accdesc li span.seaview {
  background-position: -390px 0;
}
 .accdesc li span.tri{
  background-position: -480px 0;
}
 



/* Start Campaign Section
==================================================================
*/

 
.text-center {
    margin-bottom: 35px;
}

 

/*------------------------------------------*/
/*			 11 - Footer Styles
/*------------------------------------------*/

footer {
	/*background-image: url(/content/other_images/footer_bck.jpg);
    padding-top: 60px;*/
	color: #333333;
	text-align:center;
	background-color:#EBE1CB;
}

 footer p {
	color: #666666;
}

 

/*footer i.fa {
    display: block;
	font-size: 40px;
	padding: 30px;
}

*/
 
 
 
.copyright-section {
    padding: 15px 0;
	font-size: 11px;
	letter-spacing: 0.5px;
}

.copyright-section p {
	font-size: 11px;
	text-transform: none;
	color: #999999;
	font-weight:100;
}

.copyright-section span {
	color: #999999;
  	display: block;
  	margin-top: 0px;
  	text-transform: uppercase;
  	letter-spacing: 2px;
}
.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
}

.back-to-top i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    text-align: center;
    background-color: #666666;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}


 
 
 
 
@media (-webkit-min-device-pixel-ratio: 1.3),
       (-o-min-device-pixel-ratio: 2.6/2),
       (min--moz-device-pixel-ratio: 1.3),
       (min-device-pixel-ratio: 1.3),
       (min-resolution: 1.3dppx) {

 	
}



 
 /* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}


 
.navbar-collapse {
	max-height: 340px;
}

#form {
  margin: 0 0px 0 0;
  color: #333333;
}
@media (max-width: 1159px) {
  #form {
    margin-right: 0px;
  }
}

 @media (max-width: 1159px) {
 }

 @media (max-width: 1159px) {
 }
@media (max-width: 767px) {
 }
#form .row {
  padding: 0 0 10px 0;
  margin-left:0px;
}
 @media (max-width: 767px) {
 }
@media (max-width: 767px) {
 }
 @media (max-width: 767px) {
 }
#form label {
  display: block;
 /* font-family: "Oswald", Arial;*/
 /* padding: 0 0 5px 0;*/
}
#form #email2 {
	display: none;
}
 #form label span {
  color: #f00;
}
#form .date {
  position: relative;
  z-index:2;
}
#form .date:after {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 15px;
  font-family: "FontAwesome";
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #FFB71F;
  content: "\f073";
  z-index: 1;
}
@media (max-width: 767px) {
  #form .date:before {
    top: auto;
    bottom: 0;
  }
}
#form input, 
#form select, 
#form textarea
 {
  display: block;
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 18px;
  padding-right: 30px;
  padding-left: 5px;
  background: #ffffff;
  border: 1px solid #fff;
  box-shadow: inset 0 0 0 1px #cfcfcf;
  color: #000;
}
#form textarea {
  height: 290px;
}
#form input.date-from, 
#form input.date-until  {
	cursor: pointer;
}

 

@media (max-width: 767px) {
  #form textarea {
    height: 150px;
  }
}
 
 
 
 
 
 
 
/*Green Section*/
.green-section {
    width: 100%;
    background-color: #EBE1CB;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}



.btn {
    /*border-radius: 10px;*/
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	border: none;
}

.btn-default {
    color: #333333;
    background-color: #FF9900;
	padding: 15px 35px;
}

.btn-default:hover,
.btn-default:focus {
    outline: 0;
    color: #FF9900;
    background-color: #333333;
}

 
@media(max-width:1199px) {
 }

@media(max-width:767px) {
 
 }

/*---Content Section */
.content-section {
    padding-top: 30px;
	/*background: #FFFFFF;*/
}

 
.content-section p {
	padding: 15px 0 5px 0;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
 	font-size: 16px;
	margin: 0 0 10px 0;
	color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .7);
}

.content-section ul {
	color: #336699;	
	text-transform: none;
	font-size: 16px;
}

 
.content-section li {
/*	padding: 5px 0;*/
}
 
 .content-section li a:hover {
	color: #FFFFFF;	
}

 
 .content-section ul .fa {
	color: #FAD007;	
	font-size: 30px;
	padding-right: 5px;
}

 
 .content-section ul.gallery li .thumbnail {
    border: 1px solid #FFF;
 }

 .content-section ul.gallery li  a.thumbnail:hover {
    border: 1px solid #D2BB8A;
 }

 
 
.content-section h2 {
	font-family: 'Lobster', cursive;
    text-transform: none;
    font-size: 35px;
    line-height: 35px;
   /* color: #333333;*/
    color: #FF9900;
	padding-top: 65px;	
	margin: 0 0 20px 0;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 10px;
    }

	
}


#about.content-section .tab-pane ul {
    font-family: 'Oswald', sans-serif;
  	font-weight: normal;
  	font-size: 13px;
	color: #333333;
	vertical-align: middle;
	list-style-type: none;
    margin: 10px;
    padding: 0;
}


#about.content-section .tab-pane ul.icons {
    font-family: 'Oswald', sans-serif;
  	font-weight: normal;
  	font-size: 13px;
	color: #333333;
	vertical-align: middle;
	list-style-type: none;
    margin: 10px;
    padding: 0;
	border-bottom: 1px solid #D2BB8A;
}
 
 
#about.content-section .tab-pane ul.icons li {
	padding: 15px 10px;
  	display: inline;
  	width:47%;	
	float: left;
	padding-left: 32px;	
	position: relative;
}
#about.content-section .tab-pane ul.icons li span {
	top: 7px;
	left:0;
    width: 30px;
	height: 30px;
	position: absolute;
	display: inline-block;
	background-image: url(/img/amenities.png);
}

 .accdesc li span.internet,
#about.content-section .tab-pane ul.icons li span.internet{
  background-position: -30px 0;
}
#about.content-section .tab-pane ul.icons li span.grill{
  background-position: -60px 0;
}
.accdesc li span.parking,
 {
  background-position: -90px 0;
}

.accdesc li span.ac,
 {
  background-position: -120px 0;
}


 
 
.accdesc li span.tv,
 {
  background-position: -210px 0;
}

#about.content-section .tab-pane ul.icons li span.pets{
  background-position: -240px 0;
}

#about.content-section .tab-pane ul.icons li span.garden{
  background-position: -270px 0;
}

#about.content-section .tab-pane ul.icons li span.playground{
  background-position: -300px 0;
}

.accdesc li span.disabilites,
 {
  background-position: -330px 0;
}

.accdesc li span.sattv,
 {
  background-position: -360px 0;
}

.accdesc li span.seaview,
 {
  background-position: -390px 0;
}

 

#about.content-section .tab-pane ul.dots {
    font-family: 'Oswald', sans-serif;
  	font-weight: normal;
  	font-size: 13px;
	color: #333333;
    margin: 0 15px;
    padding: 0;
	border-bottom: 1px solid #D2BB8A;
}

#about.content-section .tab-pane ul.dots {
	padding: 10px 0;
    overflow-x: hidden;
    list-style: none}
#about.content-section .tab-pane ul.dots li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "}
#about.content-section .tab-pane ul.dots span:last-child {
    background: #FFFFFF;
	float:right;
	}
#about.content-section .tab-pane ul.dots span:first-child {
    background: #FFFFFF;
	}

#about.content-section .tab-pane ul.dots li {
	padding: 5px 0px;
}

#about.content-section .tab-content {
	background: #FFFFFF;
}

 
	
ul.gallery li{
	width: 32%;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;	
}

/*ul.gallery li:first-child {
	width: 100%;
}*/


 
.accdesc {
	margin: 10px 5px;	
}

.accdesc ul {
	font-family: 'Oswald', serif;
	font-size: 24px;
	color: #333333; 
}

.accdesc li {
	color: #333333; 
	height: 34px;
}

.accdesc li span {
    width: 30px;
	height: 30px;
	display:block;
	margin-top: 5px;
	background-image: url(/img/amenities2.png);
}

 .accdesc li span.tri{
  background-position: -480px 0;
}
 
.accdesctxt,
.accdesctxt ul {
   font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
}
.accdesctxt li {
	padding: 2px 0;
}

.accdesctxt ul.gallery li {
	padding: 5px;	
	width: 32%;
}

.accdesctxt ul.gallery li.blueprint {
	width: 90%;	
}

.accdesctxt ul.gallery li .thumbnail {
  margin: 0px; 
  line-height: 1; 
  background-color: #fff;
  border: 0;
  border-radius: 0;
  padding: 0;
}


.location-section {
    width: 100%;
    background-color: #EBE1CB;
	/*background-image: url(/content/other_images/howto_bck.png);*/
	padding-bottom: 35px;
}	


.yellow-section {
    width: 100%;
    background-color: #FFFFFF;
	background-image: url(/content/other_images/acc_bck.png);
}	

.yellow-section .panel-default,
.location-section .panel-default {
	border: 1px solid #D2BB8A;	
	background-color: #FFFFFF;
}
.yellow-section .panel-default>.panel-heading,
.location-section .panel-default>.panel-heading {
  color: #333333;
  background-color: #D2BB8A;
  border-color: #D2BB8A;
  padding: 8px 14px;
}
.yellow-section .panel-default>.panel-heading h3,
.location-section .panel-default>.panel-heading h3 {
   font-family: 'Oswald', sans-serif;
}

.yellow-section .panel-default>.panel-heading  .fa,
.location-section .panel-default .fa {
   color: #FF9900;
   font-size:18px;
}

.location-section .panel-default address {
   margin: 0;
}

.yellow-section .panel-default .panel-body,
.location-section .panel-default .panel-body {
   color: #333333;
   font-family: 'Oswald', sans-serif;
}

.location-section .panel-default .gps {
   color: #333333;
	font-size: 20px;
}
 
.location-section .panel-default .error {
   color: #FF0000;
}
 

.yellow-section .panel-default .panel-body p{
	font-size: 13px;
  }

.yellow-section .panel-default .panel-body ul {
	color: #333333;	
	font-size: 13px;
	padding: 0px;
  	list-style-type: none;
	margin:0px;
  }

.yellow-section .panel-default .panel-body ul a {
	text-decoration: underline;
  }

.yellow-section .panel-default .panel-body ul a:hover {
	color: #FF9900;

  }

.yellow-section .panel-default .fa {
	color: #FF9900;	
	font-size: 15px;
	width: 25px;
	text-align:center;
  }

.yellow-section .disclamer {
	font-size: 90%;	
}

/*************** Cookie  Section ***************/
.section.cookie h3 {
	color:#333333;
}

.section.cookie p {
    color: #333333;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
}

.section.cookie a {
    color: #333333;
    font-size: 15px;
}


.section.cookie li {
	list-style-type: disc;
	list-style-position: inside;
	color: #333333;
}
footer a {
	color: #333333;
}

footer a:hover {
	color: #FF9900;
}
