@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Great+Vibes);

.btn-green{background:#80c435;color:#fff!important; border:1px solid #80c435;
border-radius: 30px;
font-size: 12px;
padding: 10px 18px;
}
.rows_rowss{margin-bottom:10px;}

.service_s {
    border: 1px dashed #8bc84a;
    border-radius: 5px;
    text-align: center;
}
.card_img {
     height: 250px;
    overflow: hidden;
}

/* When inside current slide */
.fancybox-slide--current #message {
	top: 0;
}

/* Different effect when fanyBox is closing; optional */
.fancybox-is-closing #message {
	top: 0;
	transform: scale(1.5);
}
.colors1{color:#80c435;}
.colors2{color:#ffc000;}
.h1_contact_us {
    color: #fff;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
}

.abc {
    margin-top: 14px;
    padding-bottom: 0;
    text-align: justify;
}
.abcd {
    margin-top: 8px;
    padding-bottom: 0;
    text-align: justify;
}



/*

	Advanced example - Customized layout

*/


.topbar {
    align-items: center;
    float: left;
    justify-content: space-between;
    padding: 4px 0;
    width: 100%;
}


 .topbar p, .topbar span {
    color: #fff;
    margin-bottom: 0;
}
.topbar * {
    font-size: 13px;
}

.topbar .topbar-welcome a.login {
    color: #ffc000;
}

.topbar .topbar-contact span {
    padding: 0 10px;
}


.topbar p, .topbar span {
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 5px;
}






.topbar a{color:#fff;}

 .light-topbar {
    background-color: #18495f;
	font-family:"Roboto Condensed",sans-serif;
}
.topbar .class_s{}
.topbar .class_s i{}



.last_wide i{font-weight:normal;font-size:15px;}
.upper{text-transform:uppercase;}
.ad {
	display: none;
}

@media all and (min-width: 800px) {

	/* Give space around main area */
	.fancybox-custom-layout .fancybox-outer {
		top: 50px;
		left: 50px;
		bottom: 50px;
		right: 50px;
		margin: auto;
		max-width: 1180px;
		max-height: 495px;
		overflow: visible;
		background: #fff;
		box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
		transition: opacity .3s;
	}

	/* Make it to fade-out while closing */
	.fancybox-custom-layout.fancybox-is-closing .fancybox-outer {
		opacity: 0;
	}

	/* Set color for background element */
	.fancybox-custom-layout .fancybox-bg {
		background: #f6f6f6;
	}

	.fancybox-custom-layout.fancybox-is-open .fancybox-bg {
		opacity: 1;
	}

	/* Move caption area to the right side */
	.fancybox-custom-layout .fancybox-caption-wrap {
		top: 0;
		right: 44px;
		bottom: 0;
		left: auto;
		width: 256px;
		padding: 0;
		background: #333;
		pointer-events: all; /* Make text selectable */
		border-right: 1px solid rgba(255,255,255,.08);
	}

	.fancybox-custom-layout h3 {
		font-size: 21px;
		color: #fff;
		line-height: 1.3;
	}

	/* Adjust content area position */
	.fancybox-custom-layout .fancybox-stage {
		right: 300px;
	}

	/* Remove top border from the caption */
	.fancybox-custom-layout .fancybox-caption {
	    padding: 30px 20px;
	    border: 0;
	}

	/* Align buttons at the right side  */
	.fancybox-custom-layout .fancybox-toolbar {
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		width: 44px;
		background: #333;
		border-left: 1px solid #222;
	}

	/* Remove background from all buttons */
	.fancybox-custom-layout .fancybox-button,
	.fancybox-custom-layout .fancybox-navigation button:before {
	    background: transparent;
	}

	/* Change arrow color */
	.fancybox-custom-layout .fancybox-navigation button {
		color: #333 !important;
		padding: 10px;
	}

	/* Reposition arrows */
	.fancybox-custom-layout .fancybox-button--arrow_left {
		left: -60px;
	}

	.fancybox-custom-layout .fancybox-button--arrow_right {
		right: -60px;
	}

	.fancybox-custom-layout.fancybox-show-thumbs .fancybox-button--arrow_right {
		right: -272px;
	}

	/* Simple advert space */
	.ad {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 15px;
		color: #fff;
	}

	.ad p {
		margin-top: 0px;
		margin-bottom: 5px;
		font-size: 12px;
	}

	.ad p a {
		color: #fff;
	}

}


/*

	Advanced example - Morphing modal window

	https://codepen.io/fancyapps/pen/rmwyXN

*/

.morphing-btn-wrap {
  display: inline-block;
  position: relative;
  text-align: center;
}

.morphing-btn {
  -webkit-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s;
  -moz-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s;
  -o-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s;
  transition: color 0.3s 0.2s, width 0.2s 0s;
  white-space: nowrap;
  box-sizing: border-box;
}

.morphing-btn_circle {
  color: transparent !important;
  padding-left: 0;
  padding-right: 0;
  width: 35.6px !important;

  /* Override inline style rule */
  -webkit-transition: color 0.2s 0s, width .3s 0.2s;
  -moz-transition: color 0.2s 0s, width .3s 0.2s;
  -o-transition: color 0.2s 0s, width .3s 0.2s;
  transition: color 0.2s 0s, width .3s 0.2s;
}

.morphing-btn-clone {
  position: fixed;
  background: #FF6666;
  border-radius: 50%;
  z-index: 3;
  -webkit-transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
  -moz-transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
  -o-transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
  transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.morphing-btn-clone_visible {
  display: block;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
}

.fancybox-morphing .fancybox-bg {
  background: #FF6666;
  opacity: 1;
}

.fancybox-morphing .fancybox-toolbar {
  top: 20px;
  right: 40px;
}

.fancybox-morphing .fancybox-button--close {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
}

.fancybox-morphing .fancybox-button--close:hover {
  background: rgba(0, 0, 0, 0.25);
}

/* Styling for element used in example */

#morphing-content {
  margin: 0;
  position: relative;
  background: transparent;
  color: #fff;
  padding: 6em 10vw;
  line-height: 2;
  z-index: 3;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#morphing-content a {
  color: #fff;
}


/*

	Advanced example - Confirm dialog

	https://codepen.io/fancyapps/pen/PmpePO

*/


.fc-container .fancybox-bg {
  background: #eee;
}

.fancybox-is-open.fc-container .fancybox-bg {
	opacity: 0.95;
}

.fc-content {
  margin: 20px;
  max-width: 550px;
  padding: 50px;
  box-shadow: 10px 10px 60px -25px;
  border-radius: 4px;
}

.fc-content h2 {
  margin-top: 0;
  font-size: 1.6em;
  letter-spacing: normal;
}

.fc-content p {
  color: #666;
  line-height: 1.5;
}

.fc-content p:last-child {
  margin-bottom: 0;
}

/* Custom animation */
.fancybox-fx-material.fancybox-slide--previous,
.fancybox-fx-material.fancybox-slide--next {
  transform: translateY(-60px) scale(1.1);
  opacity: 0;
}

.fancybox-fx-material.fancybox-slide--current {
  opacity: 1;
  transform: translateY(0) scale(1);
}


/*

	Advanced example - Product quick view

*/

.quick-view-container {
	background: rgba(10,10,10,0.85);
}

.quick-view-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	max-width: 980px;
	max-height: 650px;
}

.quick-view-carousel {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 57%;
	background: #fff;
}

.quick-view-carousel .fancybox-stage {
	bottom: 30px;
}

.quick-view-aside {
    position: absolute;
    top: 30px;
    right: 0;
    bottom: 30px;
    left: auto;
    width: 43%;
    padding: 50px 0 30px 0;
    background: #fff;
    color: #777;
}

.quick-view-aside::before, .quick-view-aside::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}

.quick-view-aside::before {
    width: 8px;
    background: #f4f4f4;
}

.quick-view-aside::after {
    width: 1px;
    background: #e9e9e9;
}

.quick-view-aside > div {
	height: 100%;
	overflow: auto;
	padding: 5vh 30px 0 30px;
	text-align: center;
}

.quick-view-aside > div > p {
	font-size: 90%;
}

.quick-view-close {
    position: absolute;
    top: 30px;
    right: 0;
    width: 44px;
    height: 44px;
    background: #F0F0F0;
    padding: 0;
    margin: 0;
    border: 0;
    cursor: pointer;
    font-family: Arial;
    font-size: 14px;
    color: #222;
    text-indent: -99999px;
	transition: all .2s;
}

.quick-view-close:hover {
	background: #e4e4e4;
}

.quick-view-close::before,
.quick-view-close::after {
	content: '';
	position: absolute;
	top: 12px;
	left: 22px;
	width: 1px;
	height: 18px;
	background-color: #222;
}

.quick-view-close:before {
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.quick-view-close:after {
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}


.quick-view-bullets {
	list-style: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	z-index: 99999;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.quick-view-bullets li {
	display: inline-block;
	vertical-align: top;
}

.quick-view-bullets li a {
	display: block;
	height: 30px;
	width: 20px;
	position: relative;
}

.quick-view-bullets li a span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 10px;
	height: 10px;
	border-radius: 99px;
	text-indent: -99999px;
	overflow: hidden;
	background: #d4d2d2;
}

.quick-view-bullets li.active a span {
	background: #FF6666;
}

/*
	// End of examples
*/






.card-title {
    text-align: center;
    text-transform: uppercase;
}

.card img{max-width:100%;}

body {
    background: #f9f9f9;
    color: #666;
    font-size: 13px;
    line-height: 31px;
    letter-spacing: 0;
    font-weight: 300;
    padding: 0;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif
}
.card {


    transition: box-shadow .25s; 
}
.card  strong{
	color:#80c435;
}
.img-card {
  width: 100%;
  height:200px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
    overflow: hidden;
}
.img-card img{
  width: 100%;
  height: 200px;
  object-fit:cover; 
  transition: all .25s ease;
} 
.card-content {
  padding:15px;
  text-align:left;
}
.card-title {
  margin-top:0px;
  font-weight: 700;
}
.card-title a {
  color: #000;
  text-decoration: none !important;
}
.card-read-more {
  border-top: 1px solid #D4D4D4;
}
.container-fostrap {
  display: table-cell;
  padding: 1em;
  text-align: center;
  vertical-align: middle;
}
h1.heading {
  color: #fff;
  font-size: 1.15em;
  font-weight: 900;
  margin: 0 0 0.5em;
  color: #505050;
}
@media (min-width: 450px) {
	#navbar-brand-centered .myem{display:none}
  h1.heading {
    font-size: 3.55em;
  }
}
@media (min-width: 760px) {
		#navbar-brand-centered .myem{display:none}
  h1.heading {
    font-size: 3.05em;
  }
}
@media (min-width: 900px) {
  h1.heading {
    font-size: 3.25em;
    margin: 0 0 0.3em;
  }
} 
#navbar-brand-centered .myem{padding:10px;}


.card-read-more a {
  text-decoration: none !important;
  padding:10px;
  font-weight:600;
  text-transform: uppercase
}


.activiytt {
    margin-top: 30px;
}
.attractions-content {
    background: #f5f5f5 none repeat scroll 0 0;
    height: 100%;
    overflow: hidden;
    padding: 40px;
}
.attractions-content h4::after {
    background: #1ba47f none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    margin-top: 13px;
    width: 40px;
}
.attractions-content h4 {
    color: #252525;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0;
    padding-top: 0;
    text-transform: uppercase;
}

.service-box {
    margin-bottom: 30px;
    overflow: hidden;
    perspective: 1000px;
    position: relative;
}
.orange {
    background-color: #80c435;
}
.service-box .service-icon .front-content {
    position: relative;
    top: 80px;
    transform: translateY(-50%);
}
.service-box .service-icon .front-content h3 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}

.red {
    background-color: #e84b3a;
}
.greys {
    background-color: #222;
}
.service-content h3{
	
	    color: #fff;
    font-size: 15px;
    margin-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
}
.service-content p{text-align:justify;}
.service-content {
    backface-visibility: hidden;
    background-color: #252525;
	color:#fff;
    height: 220px;
    left: 0;
    opacity: 0;
    padding: 20px;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translateY(110px) rotateX(-90deg);
    transform-style: preserve-3d;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 1;
}
.service-box:hover .service-icon {
    opacity: 0;
    transform: translateY(-110px) rotateX(90deg);
}
.service-box:hover .service-content {
    opacity: 1;
    transform: rotateX(0deg);
}

.yellow {
    background-color: #ffc000;
}


.service-box .service-content p {
    color: #f7f7f7;

    font-size: 13px;
    font-weight: 400;
    margin: 0;
}

.service-box .service-icon .front-content i {
    color: #fff;
    font-size: 28px;
    font-weight: normal;
}
.attractions_list{position:relative}
.Room_facilities{position:absolute;}

.service-icon {
    height: 220px;
    padding: 20px;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.pprice {
    font-family: Open Sans;
}
.pprice1 {
    font-size: 21px;
}
.pprice2 {
    font-size: 30px;
    font-weight: bold;
}
.pprice3 {
    font-size: 15px;
    
}
.space-list {
    margin-bottom: 45px;
	max-width:100%;
	overflow:hidden;
}
.space-list p {
    line-height: 22px;
    padding-bottom: 0;
}
.contact_resultss,.contact_result{
	
	  font-family:"Rancho",sans-serif;
    font-size: 25px;
    letter-spacing: 0.5px;
    line-height: 25px;
	
	
}
.blink {
	color:#18495F;
    animation-duration: 1s;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
@keyframes blink {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
#exampleroom {
    color: #666;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.attractions-btn {
    background: #1ba47f none repeat scroll 0 0;
    border: 1px solid #1ba47f;
    border-radius: 3px;
    color: #fff;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    margin-top: 20px;
    padding: 6px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    width: 153px;
	cursor:pointer;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}
.owl-carousel .owl-item img {
    display: block;
	max-width:100%;
}


.features {
    border: 1px solid #80c435;
    border-radius: 10px;
    padding: 20px;
	margin-bottom:21px;
}
.features h1 {
    margin: 0 0 11px;
    padding: 0;
    text-align: center;
	text-transform:uppercase;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 25px;
    letter-spacing: 0.5px;	
	
}
.features p {
    line-height: 20px;
    margin: 0;
    padding-bottom: 10px;
    text-align: justify;
}
.features p:last-child{padding:0px;}
.spots h2{margin:0px;}
.spots ul{padding:0px;}
.spots ul li {
    list-style: outside none none;
    padding: 0;
}


.about_us_left {
    margin-top: 49px;
    position: relative;
}

#exampleModalLongTitle {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 0;
    text-transform: uppercase;
}
.round {
    border-radius: 50%;
}
.modal_body_content p {
    padding-bottom: 5px;
    text-align: justify;
}
.small_img {
    background: rgba(0, 0, 0, 0) url("images/smaii_img.png") repeat scroll 0 0 / cover ;
    bottom: 0;
    height: 220px;
    position: absolute;
    right: 62px;
    width: 220px;
}
.modal_body_content img {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}
#show_more, #hide_more {
    font-family: Delius;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
	float:left;
	width:100%;
}
.cursor{cursor:pointer}
.small_img .small_img_overlay {
    height: 100%;
    opacity: 0.5;
    width: 100%;
}
.small_img .small_img_overlay {
    background: #1a1a1a none repeat scroll 0 0;
}
.small_img .play {
    background: rgba(0, 0, 0, 0) url("images/play.png") no-repeat scroll 0 0;
    height: 50px;
    left: 50%;
    margin-left: 5px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
}




.play1 {
    background: rgba(0, 0, 0, 0) url("images/10.png") no-repeat scroll 0 0 / 51px auto;
    height: 50px;
    left: 50%;
    margin-left: 5px;
    position: absolute;
    top: 38%;
    transform: translate(-50%, -50%);
    width: 65px;
}





h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: 1.8;
    color: #2c3f4b
}

h1 {
    font-size: 22px
}

h2 {
    font-size: 20px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 14px
}

a {
    color: #696969
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none!important
}

p {
    line-height: 19.5px
}

img.aligncenter {
    display: block;
    text-align: center;
    display: block;
    margin: 0 auto 20px auto;
    padding: 0;
    border: 0;
    background: none
}

img.alignleft {
    float: left;
    margin: 6px 20px 6px 0;
    display: inline;
    border: 0;
    background: none;
    padding: 0;
    display: block
}

img.alignright {
    padding: 0;
    float: right;
    margin: 6px 0 6px 20px;
    border: 0;
    display: block;
    background: none
}

::selection {
    background: #f84b4a;
    color: #fff
}

::-moz-selection {
    background: #f84b4a;
    color: #fff
}

blockquote {
    font-size: 16px;
    line-height: 23px;
    font-family: 'Droid Serif', Georgia, "Times New Roman", serif;
    font-weight: normal;
    font-style: italic;
    position: relative;
    width: auto
}

blockquote small {
    display: block;
    margin-top: 20px
}

pre {
    line-height: 18px;
    margin-bottom: 18px
}

.btn,
a {
    outline: 0!important;
    text-decoration: none!important
}

ins {
    text-decoration: none
}

sup {
    bottom: 1ex
}

sub {
    top: .5ex
}

p {
    padding: 0 0 20px 0
}

.check li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 16px;
    left: 0;
    color: #242424;
    padding-right: 5px;
    position: relative;
    top: 2px
}

.check li {
    font-size: 14px;
    list-style: none;
    margin-bottom: 4px
}

.check {
    margin-left: 0;
    padding-left: 0
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff!important;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 12px;
    line-height: 14px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    text-transform: uppercase
}

.navbar-right,
.navbar.navbar-inverse,
.navbar.navbar-default,
.navbar-inverse .nav,
.navbar-inverse .navbar-nav {
    margin-bottom: 0!important
}

.navbar {
    min-height: 40px
}

.navbar-default .navbar-nav>li>a,
.navbar-brand-centered {
    background-color: transparent!important
}

.navbar-inverse li .social {
    margin-left: 10px
}

.testi-item .social i,
.navbar-inverse li .social i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    margin-top: 9px;
    font-size: 12px
}

.navbar-default {
    background-color: #fff;
    border: 0 none
}

.navbar.navbar-default {
    min-height: 95px
}

.navbar.navbar-default .navbar-nav>li>a {
    padding-top: 45px
}

.navbar-default .navbar-nav>li>a {
    color: #1f5f79;
    font-size: 18px;
    line-height: 20px;
    position: relative;
	font-family:Englebert;
}

.navbar-default .navbar-nav>li>a span {
    display: block;
    font-size: 12px;
    color: #bcbcbc
}

.navbar.navbar-default .navbar-nav>li>a {
    margin-top: 0;
    padding-top: 15px
}

.navbar-default .navbar-left>li {
    border-right: 1px solid #eee;
    margin-top: 25px
}

.navbar-default .navbar-left>li:last-child {
    border-right: 0 solid #eee
}

.navbar-default .navbar-right > li {
    margin-top: 27px;
    text-align: center;
}
.navbar-default .navbar-right > li > i{}
.navbar-default .navbar-right>li:last-child {
    border-right: 0 solid #eee
}

@media screen and (min-width:768px) {
    .navbar-brand-centered {
     
        display: block;
        width: 160px;
        text-align: center;
        z-index: 1001;
        background-color: #eee
    }
    .navbar>.container .navbar-brand-centered,
    .navbar>.container-fluid .navbar-brand-centered {
     
    }
	#navbar-brand-centered .myem{display:none}
}

@media screen and (max-width:768px) {
    .navbar-brand {
        float: left;
        font-size: 18px;
        height: 50px;
        line-height: 20px;
       
        z-index: 100
    }
}

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static
}

.yamm .container {
    position: relative
}

.yamm .dropdown-menu {
    left: auto
}

.yamm .yamm-content {
    padding: 0
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 20px;
    border: 0;
    padding: 0;
    box-shadow: none
}

.navbar-inverse .dropdown-menu {
    margin-top: 0!important;
    padding: 10px!important
}

.dropdown-menu>li>a {
    padding: 5px 10px!important;
    text-transform: uppercase;
    font-size: 12px!important;
    letter-spacing: .4px;
    font-weight: 500
}

.megamenu h4 {
    font-size: 14px;
    color: #fff;
    padding: 30px 40px 0;
    margin: 0;
    font-weight: 500
}

.megamenu hr {
    border-color: #2c84a9
}

.megamenu ul li {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    margin-top: 10px;
    list-style: none
}

.megamenu ul li:before {
    content: "";
    position: relative;
    left: 1px;
    background-color: #76b3cf;
    display: inline-block;
    width: 6px;
    top: -2px;
    height: 6px;
    border-radius: 50%
}

.megamenu ul li span {
    min-width: 60px;
    margin-left: 7px;
    display: inline-block
}

.btn-menu {
    border: 1px solid #76b2ce;
    border-radius: 18px;
    color: #76b2ce;
    font-size: 11px;
    margin-left: 7px;
    padding: 4px 10px;
    text-transform: uppercase
}

.menubg {
    position: absolute;
    right: 0;
    bottom: 0
}

#search-form {
    padding: 20px 20px 0 40px
}

.searchbg label {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px
}

#comp .input-group-addon,
.searchbg .input-group-addon {
    background-color: #fff;
    border: 0 solid #ccc;
    border-radius: 4px 0 0 4px!important;
    color: #555;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    padding: 5px;
    text-align: center
}

#comp .input-group-addon {
    padding: 5px
}

#comp .input-group-addon {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin: 10px 10px!important
}

#comp .margin-left {
    margin-left: 0
}

.standardform .form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: none;
    color: #999;
    font-weight: bold;
    display: block;
    font-size: 14px;
    height: 47px;
    width: 100%
}

.standardform textarea {
    min-height: 200px!important
}

.spinner .input-group-addon {
    background-color: #eee;
    border: 0 solid #eee;
    border-radius: 0 4px 4px 0!important;
    color: #555;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    padding: 5px;
    text-align: center
}

.searchbg .form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 0 4px 4px 0;
    box-shadow: none;
    color: #bbb;
    padding-left: 2px;
    display: block;
    font-size: 13px;
    height: 45px
}

.max110 {
    max-width: 110px!important
}

.max40 {
    max-width: 40px!important
}

.max80 {
    max-width: 80px!important
}

.max220 {
    max-width: 328px!important
}

.searchbg .form-inline .form-group {
    padding: 10px
}

.searchbg .withborder {
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
    top: -5px
}

.standardform .form-control::-moz-placeholder {
    color: #bbb;
    opacity: 1
}

.standardform .form-control:-ms-input-placeholder {
    color: #bbb
}

.standardform .form-control::-webkit-input-placeholder {
    color: #bbb
}

.form-control::-moz-placeholder {
    color: #bbb;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #bbb
}

.form-control::-webkit-input-placeholder {
    color: #bbb
}

.formbutton {
    padding-top: 30px!important
}

.formbutton .btn-primary,
.formbutton .btn-default {
    color: #fff!important;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 25px
}

.nopadding {
    padding: 0;
    min-height: 280px
}

.nopadding2 {
    padding: 0!important
}

.client-wrapper {
    padding: 60px 0!important
}

.nopadding2 img {
    width: 100%
}

.searchbg {
    padding: 0;
    min-height: 153px
}

.banner {
    min-height: 140px;
    width: 100%;
    z-index: 1;
    position: relative
}

.page-header-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(24,93,95,0.4); /*dim the background*/
  transition: opacity .5s;
}
.my_about_top{margin-top:20px;}

.newsletter {

    position: relative;
    padding: 0;
    width: 80%;
    margin: auto;

}





.pagebg {
    background-image: url("images/inner-header.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    padding: 0;
    z-index: 1;
}

.section-title span {
    font-weight: bold
}

.section-title h3,
.section-title h1,
.pagebg h1 {
    font-size: 25px;
    letter-spacing: .5px;
    padding: 27px 30px 0;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 37px;
    margin: 0
}

.section-title h3 {
    font-size: 24px;
    margin: 20px -15px;
    padding: 0!important
}

.section-title h4,
.pagebg h4 {
    color: #666;
    font-size: 13px;
    padding: 0 30px;
    margin: 0;
    line-height: 19px
}

.section-title h4 {
    color: #999
}

.section-title h1 {
    color: #333
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    font-size: 13px;
    letter-spacing: .5px;
    list-style: outside none none;
    margin-bottom: 0;
    font-weight: 500;
    padding: 9px 30px 0
}

.breadcrumb>li+li:before {
    content: "\f105";
    font-family: "FontAwesome"
}

#sitewrapper {
    padding: 60px 0
}

.section {
    padding: 90px 0;
    position: relative;
    display: block
}

.gradientgrey {
    background: #f2f2f2;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f2f2f2 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #f2f2f2 0%, #fff 100%);
    background: -o-linear-gradient(top, #f2f2f2 0%, #fff 100%);
    background: -ms-linear-gradient(top, #f2f2f2 0%, #fff 100%);
    background: linear-gradient(to bottom, #f2f2f2 0%, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0)
}

.white {
    background-color: #fff
}

.grey {
    background-color: #f4f4f4
}

.img-bottom {
    margin-bottom: 30px
}

.pagebefore:before {

    position: absolute;
    padding: 5px;
    width: 70px;
    height: 99px;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 1;
    top: -40px
}

.firstsectionbefore:before {

    position: absolute;
    padding: 0;
    width: 70px;
    height: 99px;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 1;
    top: -35px
}

.bannerbefore.loadmore:before {
    position: absolute;
    padding: 0;
    width: 130px;
    height: 45px;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 1;
    top: -18px
}

.bannerbefore:before {

    position: absolute;
    padding: 0;
    width: 70px;
    height: 99px;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 999;
    top: -35px
}

.parallax {
    padding: 80px 0;
    position: relative;
    display: block;
    z-index: 10;
    margin: 0;
    background: transparent
}

.parallax .section-title h1 {
    font-size: 30px;
    color: #fff;
    font-weight: bold
}

.parallax .section-title h1 span {
    font-size: 30px;
    color: #fff;
    font-weight: 400
}

.fullscreen {
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: relative;
    vertical-align: sub;
    z-index: 99;
    color: #fff
}

.footer .form-inline .input-group {
    display: inline-flex;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    vertical-align: middle
}

.footer .input-group-addon {
    padding: 8px 12px
}

.footer .form-control {
    font-size: 12px;
    box-shadow: none;
    color: #226784
}

.footer .form-control::-moz-placeholder {
    color: #226784;
    opacity: 1
}

.footer .form-control:-ms-input-placeholder {
    color: #226784
}

.footer .form-control::-webkit-input-placeholder {
    color: #226784
}

.footer .form-group {
    height: 40px;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0
}

.copyrights img {
    margin: 0 0!important;
    padding: 0;
    display: block;
    width: auto;
    text-align: right;
    float: right
}

.copyrights {
    padding: 30px 0;
    position: relative;
    display: block
}

.copyrights p {
    padding: 0 0;
    margin: 0
}

.footerbefore::before {

    height: 120px;
    left: 0;
    margin: auto;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: -40px;
    width: 120px;
    z-index: 2
}

.footer {
    background-color: #1f5f79;
    padding: 80px 0;
    position: relative;
    display: block;
    z-index: 1;
	font-family:"Roboto Condensed",sans-serif;
}

.footer ul {
    padding: 0
}
.footer .social a {
    color: #fff;
    padding: 7px;
}
.footer .social a i {
    color: #FFFFFF!important;
}

.footer ul li {
    list-style: none
}

#sidebar .custom-title hr,
.footer .widget-title hr {
    margin: 20px auto -1px;
    width: 60px
}

#sidebar .custom-title,
.footer .widget-title {
 
    margin-bottom: 30px;
    border-bottom: 1px solid #236c8b
}

#sidebar .custom-title h4, .footer .widget-title h4 {
    color: #fff;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 0;
    padding-bottom: 0;
}






#sidebar .custom-title h4 {
    color: #222
}

#sidebar .custom-title {
    border-bottom-color: #eee!important
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col-xs-15 {
    width: 20%;
    float: left
}

@media (min-width:768px) {
    .col-sm-15 {
        width: 20%;
        float: left
    }
}

@media (min-width:992px) {
    .col-md-15 {
        width: 20%;
        float: left
    }
	.max_heights{}
	#navbar-brand-centered .myem{display:block}
}

@media (min-width:1200px) {
	.max_heights{}
    .col-lg-15 {
        width: 20%;
        float: left
    }
	#navbar-brand-centered .myem{display:block}
	
			.fw_al_010_slide>h1 {
		color: #fff;
		font-size: 57px;
	}
	
	
	
	
}

.review_list li img {
    max-width: 80px
}

.review_list ul {
    list-style: none;
    padding: 0
}

.total-price span {
    font-size: 20px;
    font-weight: bold
}

.hotel-widget.total-price {
    padding: 0!important
}

.total-price .nopadding {
    min-height: 40px!important
}

.booking-details {
    padding-top: 20px
}

.booking-details p {
    padding-bottom: 0
}

.booking-details h5 {
    font-weight: bold;
    padding: 0!important;
    text-align: left!important
}

.hotel-widget.accordion-toggle {
    margin-bottom: 5px;
    padding: 10px 0 0
}

#sidebar .panel-body {
    border: 0 none!important;
    padding: 0!important;
    margin: 0!important
}

#sidebar .panel-default>.panel-heading,
#sidebar .panel {
    border: 0;
    box-shadow: none;
    background-color: transparent
}

#sidebar .panel-default>.panel-heading {
    padding: 0 20px
}

#sidebar .widget-title {
    position: relative
}

.indicator {
    background: #ddd none repeat scroll 0 0;
    border-radius: 3px!important;
    color: #fff;
    font-size: 10px;
    height: 14px;
    line-height: 14px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 12px;
    width: 17px
}

.panel-title h4 {
    font-size: 14px!important;
    color: #666;
    padding: 0!important;
    margin: 0 !important,
}

#sidebar .panel-body ul li {
    font-size: 13px;
    font-weight: 400;
    color: #999
}

#sidebar .panel-body ul {
    padding-top: 5px
}

.hotel-widget .panel-body {
    padding: 0
}

.pagination>li>a,
.pagination>li>span {
    background-color: #fff;
    border: 1px solid #b7b7b7;
    border-radius: 30px;
    color: #ccc;
    float: left;
    font-size: 16px!important;
    height: 30px;
    line-height: 28px;
    margin: 0 2px;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 30px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span,
.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-radius: 30px
}

.pagination>li>a:hover,
.pagination>li>span:hover {
    color: #fff
}

.hotel-showcase {
    margin-bottom: 30px
}

.hotel-showcase-title .rating {
    margin-top: 20px
}

.hotel-showcase-title h4 a,
.hotel-showcase-title h4 {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: #333
}

.hotel-showcase-title h4 a span,
.hotel-showcase-title h4 span {
    text-transform: none;
    color: #999
}

.hotel-showcase-price {
    font-weight: bold
}

.hotel-showcase-price i,
.hotel-showcase-title .rating i {
    color: #888;
    font-size: 14px
}

.hotel-showcase-price i {
    padding-right: 5px;
    color: #aaa
}

.postmedia {
    position: relative
}

.hoteltab .nav-tabs>li>a {
    border: 1px solid #ddd!important;
    border-radius: 0;
    line-height: 50px;
    margin-right: 0;
    font-size: 14px!important;
    color: #999!important;
    font-weight: 500;
    min-height: 50px;
    padding: 0;
    text-align: center;
    width: 100%
}

.hoteltab .nopadding {
    min-height: auto
}

.hoteltab .tab-content>.tab-pane {
    border: 1px solid #ddd!important;
    margin-top: 15px;
    padding: 30px
}

.hoteltab p {
    margin: 0!important
}

.hoteltab strong {
    font-size: 18px;
    margin-bottom: 10px;
    display: block
}

.hotel-widget {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 30px 0
}

.hotelrating h4 {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    padding: 0
}

.hotel-widget hr {
    border-color: #ddd
}

.border-right {
    border-right: 1px solid #ddd
}

.hotel-widget h3,
.hotel-widget h5 {
    font-size: 14px;
    color: #666;
    display: block;
    padding: 10px 10px 10px;
    margin: 0;
    text-align: center
}

.hotel-widget h3 sup {
    vertical-align: super;
    font-size: 13px
}

.hotel-widget h3 {
    font-weight: bold;
    line-height: 1;
    padding: 5px 0 0;
    font-size: 40px
}

.hotel-widget h3 span {
    color: #aaa;
    margin-left: -16px;
    font-size: 15px
}

.hotelrating h4 span {
    font-weight: bold
}

.hotelrating i {
    font-size: 18px
}

.hotel-widget {
    margin-bottom: 15px
}

.hotel-skills {
    padding: 0 20px
}

.list-item-widget h4 {
    padding: 5px 0 0;
    line-height: 1;
    margin-bottom: 0
}

.hotel-skills li {
    margin-bottom: 20px
}

.list-item-widget .btn-default {
    background-color: #fff;
    color: #666
}

.hotel-skills ul {
    list-style: none;
    padding: 0
}

.hotel-widget.noborder {
    border: 0;
    padding: 0
}

.hotel-widget.noborder .btn-block {
    margin-bottom: 10px!important
}

.accordion h4,
.hotel-skills h3 {
    color: #333!important;
    font-size: 20px!important;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: left
}

.hotel-progress p {
    color: #666;
    display: inline-block;
    float: left;
    font-weight: bold;
    margin: 0 10px 0 0
}

#map {
    height: 450px;
    width: 100%
}

#map img {
    max-width: inherit
}

.map {
    position: relative
}

.map .row .col-lg-4 {
    float: right;
    margin-top: -450px;
    z-index: 9
}

.contact-icon {
    margin: 20px 0;
    overflow: hidden
}

.map .row {
    position: relative
}

.infobox img {
    width: 100%!important
}

.map .searchmodule {
    padding: 18px 10px
}

.infobox {
    display: inline-block;
    padding: 5px;
    position: relative;
    width: 270px
}

.infobox img {
    width: 80px!important;
    padding-right: 10px
}

.infobox .title {
    font-size: 13px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    padding-bottom: 5px
}

.infobox .title a {
    font-weight: bold
}

.progress {
    background-color: #eee;
    box-shadow: none
}

.btn-default {
    background-color: #fafafa;
    border-color: #ccc;
    color: #ccc
}

.btn-default:hover,
.btn-default:focus {
    background-color: #fff;
    border-color: #ccc;
    color: #ccc
}

.btn-block {
    font-size: 16px;
    padding: 8px
}

.total-price .nopadding h5 {
    font-size: 20px!important;
    color: #333
}

.total-price .nopadding span {
    display: block;
    padding: 12px 0 0!important
}

.testi-item {
    margin: 80px 0 40px
}

.testi-desc p {
    display: block;
    padding: 15px 0 0;
    color: #999
}

.testi-item h4 {
    color: #ddd;
    padding: 0 0 0;
    margin: 0;
    line-height: 1;
    font-size: 40px;
    font-family: "Great Vibes", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.testi-item h4 span {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px
}

.testi-item h5 {
    padding: 0 0 0 10px;
    margin: 0 0 0 0
}

.service h4 {
    padding: 0;
    font-size: 16px!important
}

.second-title h1 {
    color: #2d4355;
    font-size: 23px;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif
}

.second-widget-title h5 {
    font-size: 24px;
    line-height: 1;
    margin: 30px 0 0!important;
    padding: 60px 0 0
}

.second-widget-title h4 {
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 0
}

.second-widget-title h4 span {
    font-size: 21px;
    font-weight: 400
}

.btn-rounded {
    border-radius: 30px;
    color: #999!important;
    font-size: 12px;
    padding: 10px 18px
}

.coutnme {
    margin-top: 50px;
    text-align: center;
    padding: 20px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
    display: block
}

.coutnme i {
    font-size: 38px;
    color: #ccc
}

.coutnme h3 {
    font-weight: bold;
    color: #222;
    padding: 10px 0;
    line-height: 1;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px
}

.coutnme p {
    font-size: 13px;
    margin-bottom: 0;
    padding-bottom: 0
}

.teamimg {
    position: relative
}

.teambox p {
    padding-bottom: 0;
    margin: 20px 0 0
}

.teamdesc {
    text-align: right;
    position: absolute;
    top: 0;
    right: 0
}

.teamdesc h5 {
    font-size: 14px;
    padding: 5px 5px 0 0;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif
}

.teamdesc h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    padding: 10px 5px 0;
    margin: 0;
    line-height: 1
}

.teamdesc .social i {
    color: #ccc!important;
    padding: 0 5px;
    border-left: 1px solid #eee;
    background: none!important
}

#homeblog h2 {
    font-size: 18px
}

#homeblog .blog-wrap {
    margin-bottom: 0
}

.comments .comment-list {
    margin: 0
}

.comment-list {
    margin: 60px 0;
    list-style: none
}

.comment-list ul li,
.comment-list ol li {
    list-style: none
}

.comment-avatar {
    margin: 0 20px 0 0;
    float: left;
    height: 70px;
    width: 70px
}

.comment-content {
    background: #fafafa;
    border: 1px solid #eee;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 20px
}

.comment-author {
    margin-bottom: 0;
    font-weight: bold
}

.comment-meta {
    font-size: 12px;
    color: #aaa;
    padding-left: 10px
}

.comment-reply {
    float: right;
    font-size: 12px;
    color: #aaa
}

.leave-comment textarea {
    height: 150px
}

.wp-list li {
    margin-bottom: 3px
}

.videopost {
    width: 100%;
    border: 1px solid #fff
}

.blog-wrap img {
    width: 100%
}

.blog-wrap {
    margin: 0 0 40px
}

.blog-wrap h2 a {
    text-decoration: none;
    color: #222
}

.blog-wrap div.post-meta {
    font-size: 13px;
    margin: 10px 0
}

.blog-wrap div.post-meta>span {
    display: inline-block;
    padding-right: 8px;
    font-size: 13px;
    font-style: italic;
    color: #798184;
    font-family: 'Droid Serif', Georgia, "Times New Roman", serif!important;
    font-weight: 400
}

.blog-wrap div.post-meta i {
    margin-right: 3px;
    color: #ddd
}

.blog-wrap div.post-date {
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    float: left;
    margin-top: 25px;
    margin-right: 10px;
    text-align: center
}

.blog-wrap .post-content {
    padding-left: 60px
}

.blog-wrap div.post-date span.month {
    color: #fff;
    font-size: .9em;
    padding: 0 10px 2px
}

.blog-wrap h2 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 0
}

.blog-tt-columns .blog-wrap h2 {
    font-size: 18px
}

.blog-wrap p {
    margin: 10px 0 15px
}

.blog-wrap {
    border-bottom: 1px solid #efefef;
    margin-bottom: 50px;
    padding-bottom: 30px
}

.blog-wrap div.post-date span.day {
    background: #f5f5f5;
    color: #656565;
    display: block;
    font-size: 16px;
    font-weight: 500;
    font-weight: bold;
    padding: 10px
}

#loader {
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    background-color: #fff;
    position: fixed;
    display: table;
    width: 100%;
    top: 0;
    height: 100%;
    min-height: 100%;
    z-index: 99999
}

.loader-container {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 12;
    text-align: center
}

.loader {
    margin-left: 20px;
    margin-top: 0;
    vertical-align: top
}

.panel-heading {
    padding: 20px
}

.panel-title {
    color: inherit;
    font-size: 14px;
    line-height: 1;
    padding: 0!important;
    margin-bottom: 0
}

.nav-tabs {
    border-bottom: 0 none;
    padding: 0
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus,
.nav-tabs>li>a {
    border-radius: 0!important;
    border-color: #dedfe1!important;
    color: #242424!important
}

.tab-content {
    border: 1px solid #dedfe1;
    padding: 20px 20px 0
}

.hoteltab .tab-content {
    padding: 0;
    border: 0
}

.boxedcontainer {
    max-width: 1170px;
    margin: auto;
    padding: 0 30px
}

.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
    z-index: 1
}

.tp-banner {
    width: 100%;
    position: relative
}

.tp-banner-fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0
}

.tp-bannertimer {
    display: none
}

.slider_layer_01 {
    font-weight: bold;
    color: #1f5f79;
    font-size: 14px;
    line-height: 1.6
}

.slider_layer_02 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #1f5f79
}

.slider_layer_02 span {
    font-size: 30px;
    font-weight: 400
}

.section-title-bigger h1 {
    font-size: 30px;
    font-weight: bold;
    padding: 0 0 20px!important;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0!important;
    line-height: 34px;
}


.section-title-bigger {
    margin-bottom: 20px
}

.section-title-bigger h1 span {
    font-weight: 400
}

.first-section h4 {
    font-size: 24px;
    font-weight: 400;
    padding: 0!important;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0!important;
    line-height: 1
}

.first-section .text-right {
    padding-right: 40px
}

.first-section .text-left {
    padding-left: 40px
}

.first-section p {
    font-size: 14px;
    padding: 20px 0 20px;
    margin-bottom: 0;
	padding-bottom:0px;
}

.first-section .btn {
    background-color: #fff
}

.owl-client-item img {
    margin: auto;
    width: auto;
    text-align: center;
    border-left: 1px solid #e8e8e8
}

.list-inline .btn {
    text-transform: uppercase;
    font-weight: bold;
    background-color: #f4f4f4!important;
    box-shadow: none!important
}

.content_slider_wrapper span.all_around_text_span_down {
    display: none
}

.content_slider_wrapper .circle_slider {
    margin: 10px
}

.content_slider_text_block_wrap h3 {
    color: #fff!important;

    font-size: 35px!important;
    font-weight: 400!important;
    display: inline-block!important;
    line-height: 1!important;
    margin: 20px 0 0!important;
    padding: 0!important
}

.content_slider_text_block_wrap h3 strong {
    display: inline-block!important;
    font-size: 25px;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif!important;
	color:#80c435;
}

.content_slider_text_block_wrap span {
    color: #80c435;
    display: block;
    font-family: Overlock;
    font-size: 14px;
}

.content_slider_text_block_wrap p {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: 13px;
    margin: 20px 0 0;
    min-width: 100%;
    display: block
}

.content_slider_text_block_wrap h3 span {
    display: block!important;
    font-size: 12px!important;
    color: #999;
    font-weight: 400!important;
    margin: 10px 0
}

.section-title.darkcolor h1 {
    color: #333
}

.content_slider_wrapper .circle_slider_nav_right img,
.content_slider_wrapper .circle_slider_nav_left img {
    background-color: #fff!important
}

.item-h2,
.item-h1 {
    height: 100%!important;
    height: auto!important
}

.isotope-item {
    z-index: 2;
    padding: 0
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    transition-duration: .8s
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity
}

.portfolio {
    position: relative;
    margin: 30px auto;
    padding-bottom: 0;
    list-style: none;
    text-align: center
}

.portfolio .entry {
    position: relative;
    overflow: hidden;
    margin: 0;
    display: block;
    padding: 15px;
    width: 100%;
    text-align: center;
    cursor: pointer
}

.portfolio .entry img {
    position: relative;
    display: block;
    width: 100%;
    min-height: 10em;
    max-width: 100%;
    opacity: 1
}

.entry {
    position: relative
}

.entry img {
    width: 100%;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px
}

.magnifier {
    position: absolute;
    top: 15px;
    background-color: rgba(255, 255, 255, .8);
    left: 15px;
    bottom: 15px;
    right: 15px;
    z-index: 1;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.entry:hover .magnifier {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1
}

.visible-buttons {
    visibility: hidden;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    padding: 0;
    background: #fff!important;
    text-align: center;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center
}

.shopbuttons {
    position: relative;
    height: 35px;
    display: block;
    overflow: hidden
}

.cartbutton {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    bottom: 0;
    display: inline-block
}

.magnibutton {
    position: absolute;
    left: 0;
    top: 0;
    border-right: 1px solid #ededed;
    width: 50px;
    height: 35px;
    line-height: 34px;
    text-align: center;
    background-color: #fff;
    color: #999;
    font-size: 14px;
    bottom: 0;
    display: inline-block
}

.readbutton {
    position: absolute;
    left: 50px;
    right: 50px;
    top: 0;
    width: auto;
    height: 35px;
    margin: auto;
    line-height: 35px;
    text-align: center;
    background-color: #fff;
    color: #aaa;
    bottom: 0;
    display: inline-block
}

.readbutton .rating {
    margin-top: -2px
}

.readbutton .rating i {
    font-size: 12px;
    margin: 0
}

.readbutton i {
    padding-right: 0;
    font-size: 12px;
    vertical-align: middle
}

.magnibutton,
.readbutton {
    color: #aaa!important
}

.cartbutton {
    color: #fff!important
}

.entry:hover .visible-buttons h4,
.entry:hover .visible-buttons {
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, .6);
    opacity: 1;
    bottom: 0;
    visibility: visible
}

.magnifier h4 {
    padding: 45px 0 0;
    margin-bottom: 0;
    line-height: 1;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    background-color: rgba(255, 255, 255, 0);
    bottom: 0!important
}

.magnifier h4 span {
    color: #999;
    font-size: 24px;
    font-family: "Great Vibes", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.hoverentry {
    position: relative
}

.hoverentry img {
    width: 100%;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px
}

.hoverbackground {
    position: absolute;
    text-align: center;
    top: 5px;
    background-color: rgba(255, 255, 255, .9);
    left: 5px;
    bottom: 5px;
    right: 5px;
    z-index: 1;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.hoverentry:hover .hoverbackground {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1
}

.hoverentry .rating {
    margin-top: 30px
}

.hoverbackground h4 a,
.hoverbackground h4 {
    font-size: 16px;
    color: #333;
    padding: 0;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700
}

a.detailhover1 {
    background-color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    position: absolute;
    left: 0;
    bottom: 80px;
    text-align: center;
    z-index: 2;
    font-weight: 500;
    min-width: 90px;
    padding: 15px 5px;
    color: #666
}

a.detailhover2 {
    background: transparent url(images/icons/xloadmore.png.pagespeed.ic.1Z8LZItSjA.png) no-repeat scroll center center;
    bottom: 61px;
    color: #666;
    font-size: 13px;
    height: 107px;
    left: 0;
    line-height: 107px;
    position: absolute;
    right: 0;
    padding-top: 24px;
    text-transform: uppercase;
    z-index: 3
}

a.detailhover3 {
    background-color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    color: #666;
    z-index: 2;
    font-weight: 500;
    position: absolute;
    min-width: 90px;
    padding: 15px 5px;
    right: 0;
    bottom: 80px
}

a.detailhover2 {
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -1px
}

a.detailhover2 sup {
    font-size: 11px;
    vertical-align: super
}

a.detailhover2 small {
    display: block;
    font-size: 13px;
    font-weight: 300;
    text-transform: none;
    color: #999!important
}

.detailsof {
    background: #fff;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

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

@media screen and (max-width:768px) {
    .navbar.navbar-default .navbar-nav>li>a {
        padding: 0 20px 10px
    }
    .navbar-brand img {
        max-width: 66%;
        margin-top: 10px;
        vertical-align: middle
    }
    .teambox {
        margin-bottom: 20px
    }
    .post-media img,
    .teamimg img {
        float: none;
        width: 100%
    }
    .max110,
    .max40,
    .max80,
    .max220,
    .item-w2,
    .item-h1 {
        max-width: 100%!important
    }
    .max110,
    .max40,
    .max80,
    .max220 {
        padding: 0
    }
    .first-section .text-right,
    .first-section .text-left {
        float: none!important;
        margin: 20px auto 40px!important;
        padding: 0;
        background-color: #fff;
        text-align: center!important
    }
    .first-section .text-left {
        padding-left: 0;
        text-align: center
    }
    .firstsectionbefore::before {
        display: none
    }
    .footer .widget-title {
        margin-top: 30px!important
    }
    .copyrights p,
    .footer ul li a,
    .footer,
    .footer li,
    .footer a {
        text-align: center
    }
    .copyrights img {
        float: none;
        margin: 20px auto!important;
        width: 100%
    }
}

@media screen and (max-width:550px) {
	#navbar-brand-centered .myem{display:none;}
	.about_us_left_hide{display:none}
    .slider_layer_01 {
        font-weight: 400;
        display: none;
        color: #1f5f79;
        float: none!important;
        text-align: center!important;
        font-size: 14px!important;
        line-height: 1.6
    }
    .slider_layer_02 span {
        font-weight: 400!important;
        font-size: 18px!important
    }
    .slider_layer_02 {
        font-weight: 400!important;
        position: absolute;
        left: 0!important;
        right: 0!important;
        text-align: center!important;
        font-size: 18px!important
    }
    .hide-on-mobile {
        display: none
    }
}

.spinner.input-group .input-group-addon a.spin-up,
.spinner.input-group .input-group-addon a.spin-down {
    height: 10px;
    width: 10px;
    font-size: 14px;
    overflow: hidden;
    display: block;
    text-align: center;
    text-decoration: none;
    position: relative;
    color: #999
}

.spinner.input-group .input-group-addon a.spin-up .icon-sort-down,
.spinner.input-group .input-group-addon a.spin-down .icon-sort-down {
    position: relative;
    top: -6px
}

.spinner.input-group .input-group-addon a.spin-up:hover,
.spinner.input-group .input-group-addon a.spin-down:hover {
    color: #555
}

.spinner.input-group input {
    text-align: center
}

.spinner.input-group.input-group-lg .input-group-addon a.spin-up,
.spinner.input-group.input-group-lg .input-group-addon a.spin-down {
    font-size: 16px;
    height: 12px
}

.spinner.input-group.input-group-sm .input-group-addon a.spin-up,
.spinner.input-group.input-group-sm .input-group-addon a.spin-down {
    font-size: 12px;
    height: 9px
}

.navbar-inverse .dropdown-menu,
.navbar-inverse {
    background-color: #2d3f4b
}

.navbar-inverse .dropdown-menu li:focus a,
.navbar-inverse .dropdown-menu li:hover a,
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a.active,
.navbar-inverse .navbar-nav>a,
.navbar-inverse .navbar-nav>a:hover,
.navbar-inverse .navbar-nav>a:focus,
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus,
.bg1 {
    background-color: #1d5770!important
}

.bg2 {
    background-color: #1f5f79
}

.bg3 {
    background-color: #246d8c
}

.footer .form-control {
    background-color: #18495f;
    border-color: #18495f
}

.copyrights {
    background-color: #18495f
}

.navbar-inverse i {
    color: #76b2cd!important
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus{
    background-color: #476578;
    color: #2d3f4b!important
}

.addroom,
.megamenu h4 span {
    color: #76b2ce!important
}

.navbar-default .navbar-nav>li>a {
    color: #1f5f79
}

.btn-menu {
    border: 1px solid #76b2ce;
    color: #76b2ce!important
}

.formbutton .btn-primary,
.formbutton .btn-default {
    background-color: #76b3cf;
    border-color: #76b3cf
}

.megamenu ul li:before {
    background-color: #76b3cf
}

.dropdown-menu > li > a,
.navbar-inverse .dropdown-menu,
.navbar-inverse .dropdown-menu li:focus a,
.navbar-inverse .dropdown-menu li:hover a,
.navbar-inverse .dropdown-menu > li > a {
    color: #fff!important
}

.copyrights p,
.footer ul li a,
.footer,
.footer li,
.footer a {
    color: #fff!important
}

::selection {
    background: #80c435;
    color: #fff
}

::-moz-selection {
    background: #80c435;
    color: #fff
}

.cartbutton,
.blog-wrap div.post-date,
#sidebar .custom-title hr,
.background,
.pagination>li>a:hover,
.pagination>li>span:hover,
.footer .input-group-addon,
.footer .widget-title hr,
.btn-primary,
.formbutton .btn-primary {
    background-color: #80c435;
    border-color: #80c435;
    color: #fff!important
}

.progress-bar,
.testi-item .social i:hover,
.navbar-inverse li .social i:hover {
    background-color: #80c435!important;
    color: #fff!important
}

.panel {
    border-color: #76ba2b
}

.magnibutton,
.panel-default>.panel-heading,
.btn-primary:hover,
.btn-primary:focus {
    background-color: #76ba2b;
    border-color: #76ba2b;
    color: #fff!important
}

.color, a.detailhover2,
.content_slider_text_block_wrap p strong,
.post-content h2 span,
.readbutton .rating i,
.section-title-bigger h1 span,
.first-section span,
.slider_layer_01 span,
.teamdesc h5,
.about-widget h5,
.second-title h1 span,
.testi-item h5,
.parallax .section-title h1 span,
.total-price span,
.hotel-showcase-price,
.copyrights a,
.list-item-widget i,
.hotel-widget h3,
.hotelrating i,
.tab-pane strong,
.breadcrumb>li+li::before,
.breadcrumb li a,
.breadcrumb li,
.breadcrumb li.active {
    color: #80c435
}