/**/

/* RESET CSS */

a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {padding:0;border:none;border-collapse:collapse;}img {vertical-align:top;}embed {vertical-align:top;}input[type=text], textarea{ outline:none;border-radius:0;}


/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
  min-width: 1152px;
  margin-top:-35px;
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 1152px;
	padding-top: 20px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/


.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 12px;
	margin-right: 12px;
}



.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12 {
	position:relative;
}


/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .grid_1 {
	width:72px;
}

.container_12 .grid_2 {
	width:168px;
}

.container_12 .grid_3 {
	width:264px;
}

.container_12 .grid_4 {
	width:360px;
}

.container_12 .grid_5 {
	width:456px;
}

.container_12 .grid_6 {
	width:552px;
}

.container_12 .grid_7 {
	width:648px;
}

.container_12 .grid_8 {
	width:744px;
}

.container_12 .grid_9 {
	width:840px;
}

.container_12 .grid_10 {
	width:936px;
}

.container_12 .grid_11 {
	width:1032px;
}

.container_12 .grid_12 {
	width:1128px;
}




/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .prefix_1 {
	padding-left:96px;
}

.container_12 .prefix_2 {
	padding-left:192px;
}

.container_12 .prefix_3 {
	padding-left:288px;
}

.container_12 .prefix_4 {
	padding-left:384px;
}

.container_12 .prefix_5 {
	padding-left:480px;
}

.container_12 .prefix_6 {
	padding-left:576px;
}

.container_12 .prefix_7 {
	padding-left:672px;
}

.container_12 .prefix_8 {
	padding-left:768px;
}

.container_12 .prefix_9 {
	padding-left:864px;
}

.container_12 .prefix_10 {
	padding-left:960px;
}

.container_12 .prefix_11 {
	padding-left:1056px;
}



/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .suffix_1 {
	padding-right:96px;
}

.container_12 .suffix_2 {
	padding-right:192px;
}

.container_12 .suffix_3 {
	padding-right:288px;
}

.container_12 .suffix_4 {
	padding-right:384px;
}

.container_12 .suffix_5 {
	padding-right:480px;
}

.container_12 .suffix_6 {
	padding-right:576px;
}

.container_12 .suffix_7 {
	padding-right:672px;
}

.container_12 .suffix_8 {
	padding-right:768px;
}

.container_12 .suffix_9 {
	padding-right:864px;
}

.container_12 .suffix_10 {
	padding-right:960px;
}

.container_12 .suffix_11 {
	padding-right:1056px;
}



/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .push_1 {
	left:96px;
}

.container_12 .push_2 {
	left:192px;
}

.container_12 .push_3 {
	left:288px;
}

.container_12 .push_4 {
	left:384px;
}

.container_12 .push_5 {
	left:480px;
}

.container_12 .push_6 {
	left:576px;
}

.container_12 .push_7 {
	left:672px;
}

.container_12 .push_8 {
	left:768px;
}

.container_12 .push_9 {
	left:864px;
}

.container_12 .push_10 {
	left:960px;
}

.container_12 .push_11 {
	left:1056px;
}



/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .pull_1 {
	left:-96px;
}

.container_12 .pull_2 {
	left:-192px;
}

.container_12 .pull_3 {
	left:-288px;
}

.container_12 .pull_4 {
	left:-384px;
}

.container_12 .pull_5 {
	left:-480px;
}

.container_12 .pull_6 {
	left:-576px;
}

.container_12 .pull_7 {
	left:-672px;
}

.container_12 .pull_8 {
	left:-768px;
}

.container_12 .pull_9 {
	left:-864px;
}

.container_12 .pull_10 {
	left:-960px;
}

.container_12 .pull_11 {
	left:-1056px;
}





/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

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

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

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

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}


/* SUPERFISH CSS */
 
.menu_block  {
	position: relative;
	z-index: 1;
	margin-top: 172px;
	margin-left: -60px;
	margin-right: -60px;
	padding: 15px;
	padding-left: 50px;
	background: #30455B;
}

nav>.sf-menu {
	text-align: center;
}
nav{ position:relative;padding: 0px 0 0 0;}
.sf-menu ul {position:absolute;top:-999px; display:none;/* left offset of submenus need to match (see below) */}
.sf-menu li {float:left;position:relative; }
.sf-menu>li {
	float: left;
	position: relative;

}

.sf-menu>li:first-child+li+li {
	margin-right: 303px;
}

.sf-menu>li+li {
	margin-left:40px;
}

.sf-menu>li:hover, .sf-menu>li.sfHover, .sf-menu>li.current {
	border-color: #a92c11;
}


.sf-menu>li>a{
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'Open Sans Condensed', "Arial Black", Gadget, sans-serif;
	color: #d0d0d0;
	position: relative;
	font-weight: 300px;
	line-height: 28px;
	z-index: 999;
	position: relative;
}


.sf-menu>li.sfHover>a, .sf-menu>li.current>a, .sf-menu>li:hover>a:hover,  .sf-menu>li.current_page_item>a  {
	color: #fff;
}



/*================================>> 2 Level <<========================================*/
.sf-menu li ul,.sf-menu li.sfHover>ul{
	top:39px;
	left: 50%;
	margin-left: -33px;

	width: 66px;
	z-index: 999; 
	padding-top: 7px;
	border-radius: 3px;
	padding-bottom: 4px;
	background-color: #ffffff;
}

.sf-menu li.sfHover>ul:after {
	display: block;
	left: 50%;
	margin-left: -2.5px;
	right: 0;
	top: -3px;
	content: '';
	position: absolute;
	height: 3px;
	width: 0px;
height: 0px;
border-style: solid;
border-width: 0 2.5px 3px 2.5px;
border-color: transparent transparent #ffffff 
}

.sf-menu li ul li{
	text-align: center; 
	float: none !important; 
	margin-bottom: 5px;


}

.sf-menu li ul li+li {
	margin-bottom: 4px;
}


.sf-menu li ul li a{
	text-transform: uppercase;
	font-family: 20px/20px 'Open Sans Condensed', "Arial Black", Gadget, sans-serif;	
	position: relative;
	color: #6b7488;

}

.sf-menu li li a:hover, 
.sf-menu li.sfHover li.sfHover>a {  
	color: #38afe5;

}

/* END SUPERFISH */


input {
	outline:  none !important;
}


html {
	width: 100%;
	margin-top: 0px;
}

 a[href^="tel:"] {
color: inherit;
text-decoration:none;
}

* {
	-webkit-text-size-adjust: none;
}


body {
	font: 13px/19px "Segoe UI", Arial, Helvetica, sans-serif;
	color:#555;
	position:relative;
	min-width:960px;
	background: #C1C0C5;
	background: url(../images/bg_body.jpg) center 0 no-repeat #C1C0C5;
	background: url(../images/tileable_wood_texture.png) repeat;

}

.ic, .ic a {
	border:0;
	float:right;
	background:#fff;
	color:#f00;
	width:50%;
	line-height:10px;
	font-size:10px;
	margin:-220% 0 0 0;
	overflow:hidden;
	padding:0
}

.home>h1 {
	padding: 15px 0px 20px;
	font-size: 34px;
	line-height: 30px;
	text-transform: uppercase;
}

.home p {
	padding: 10px 10px 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: 'Open Sans Condensed', "Arial Black", Gadget, sans-serif;
	color: #263555;
}

h1 {
	font-size: 34px;
	line-height: 44px;
	text-transform: uppercase;
	margin-bottom: 25px;
}

h2 {
	font-size: 30px;
	line-height: 34px;
	color: #263555;
	text-transform: uppercase;
	margin-bottom: 20px;
}

h3 {
	font-size: 26px;
	line-height: 30px;
	color: #263555;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.blog h3 {
	font-size: 48px;
	font-weight: normal;
	line-height: 10px;
}


.page1 h3 {
	margin-bottom: 30px;
}
.pleasenote h3 {
	padding-top: 0;
}

h4 {
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	font-family: 'Open Sans Condensed', "Arial Black", Gadget, sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding-top: 33px;
	margin-bottom: 8px;
}


p {
	margin-bottom: 19px;
}

img {
	max-width: 100%;
}

address {
	font-style: normal;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list li{
	padding-left: 35px;
	background: url(../images/marker.png) 0 0px no-repeat;
	color: #263555;
		font-size: 16px;
	line-height: 17px;
	margin-top: 0px;
	
}

ul.list li+li {
	margin-top: 17.2px;
}

ul.list1 li+li {
	margin-top: 35px;
}

ul.list1 li+li+li {
	margin-top: 34px;
}

ul.list1 .count {
	text-align: center;
	margin-top: 3px;
	margin-right: 25px;
	float: left;
	border-radius: 500px;
	float: left;
	width: 31px;
	line-height: 30px;
	height: 31px;
	color: #fff;
	border: 1px solid #4f93b2;
	background-color: #38afe5;

}

ul.list1 .text1 {
	margin-bottom: 9px;
}

ul.list2  {
	padding-top: 2px;
	width: 34.5%;
	float: left;
}

ul.list2 li+li {
	margin-top: 21px;
}

ul.list2 li {
	background: url(../images/marker1.png) 0 5px no-repeat;
	font-size: 16px;
	line-height: 19px;
	color: #263555;
	padding-left: 23px;
}

.hor_sep {
border-bottom: 1px solid #dedbdb;
padding-top:54px;
}

h3.head1 {
	padding-top: 49px;
	padding-bottom: 1px;
}
/*links*/

a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #38afe5;
	
}

.boxes a.btn {
	padding: 4px 16px 4px ;
}
a.btn, a.btn-default, .book_now a {
	color: #000;
	display: inline-block;
	background-color: #fbf6f8;
	border-radius: 5px;
	box-shadow: 0 1px 1px #dedbdb;
	font-size: 15px;
	border: 1px solid #b1aaaa;
	line-height: 15px;
	padding: 10px;
}

a.btn:hover, .book_now a:hover {
	border-color: #476788;
	color: #fff;
	background-color: #38AFE5;
}

a.link-1 {
	color: #fa7e7e;
}

a.link-1:hover {
	color: #38AFE5;
}
/*preclass*/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}

.ind1 {
	margin-top: 11px;
}

.pad0 {
	padding: 0 !important;
}


.pt0 {
	padding-top: 0;
}

.img_inner {
	max-width: 100%;
	 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
	margin-bottom: 25px;
 margin-top: 3px;
 position: relative;
}

.fleft {
	float: left;
	margin-right: 25px;
	margin-bottom: 0px;
}

.fright {
	float: right !important;	
}

.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}



/*header*/

header {
	display: block;
	position: relative;
	z-index: 999;
	padding-bottom: 25px;
}

header a:hover {
	color: #000;
}

header h1 {
	position: absolute;
	float: none;
	width: 307px;
	top: 15px;
	left: 50%;
	margin-left: -155px;
	height: 297px;
	z-index: 1000;
}
header h1 a {
	display: block;
	overflow: hidden;
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}

header h1 a img {
	display: block;	
}

.main {
	background: #fff;
	width: 1270px;
	margin: 0 auto;
}

.boxes {
	margin-bottom: 70px;
}

.boxes>div {
	position: relative;
}

.boxes figure figcaption{
	background-color: #193149;
	position: absolute;
	top: 0;
	font-size: 13px;
	line-height: 19px;
	color: #cbc6c6;
	text-align: left;
	left: 0;
	height: 100%;
	width: 183px;
	padding: 0 11px;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-o-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	-o-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
			 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}

figcaption h3 {
	color: #ffffff;
	text-align: center;
	padding-top: 18px !important;
	font-size: 38px;
	margin-bottom: 18px !important;
	font-family: 'Open Sans Condensed', "Arial Black", Gadget, sans-serif;
}

figcaption a.btn {
	display: block;
	float: right;
	margin-top: 36px;
	margin-right: 4px;
}

.boxes {
	margin-bottom: 70px;
}


.boxes figure div {
	overflow: hidden;
}

.boxes figure {
	-webkit-perspective: 1700px;
	-moz-perspective: 1700px;
	-ms-perspective: 1700px;
	-o-perspective: 1700px;
	 perspective: 1700px;
    
    -webkit-perspective-origin: 0 50%;
    -moz-perspective-origin: 0 50%;
    -ms-perspective-origin: 0 50%;
    -o-perspective-origin: 0 50%;
    perspective-origin: 0 50%;
	background-color: #193149;
}


.boxes a.btn {
	box-shadow: none;
}

.boxes figure img {
	position: relative;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.boxes figure:hover img {
	-webkit-transform: translateX(25%);
	-moz-transform: translateX(25%);
	-ms-transform: translateX(25%);
	transform: translateX(25%);
}

.boxes figure:hover figcaption {
	opacity: 1;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	-o-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}


a.gal {
	display: block;
	margin-bottom: 23px;
	background: url(../images/magnify.png)  center center no-repeat #373737;
}

a.gal img {
transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a.gal:hover img {
	opacity: 0.5;
}

.gallery .img_inner {
	margin-bottom: 0;
}

.gallery .clear {
	height: 46px;
}

.gal_title {
	font-family: 'Open Sans Condensed', 'Arial Narrow', sans-serif;
	padding: 5px;
	background: #eaeaea;
	font-size: 20px;
}

/*Content*/

.content {
	padding-top: 123px;
	padding-bottom: 128px;
}

.page1 .content {
	padding-top: 0;
	padding-bottom: 70px;
}

.page1.homepage .content {
	padding-bottom: 0px;
}

.tab_cont {
	border: 1px solid #dedbdb;
	padding: 53px 16px 52px;
}

.tab_cont a.btn {
	display: block;
	float: right;
	margin-top: 21px;
	margin-right: 15px;
	margin-bottom: 2px;
}

.tab_cont a.btn.bt1 {
	margin-top: 16px;
}

.tab_cont img {
	float: left;
	margin-right: 24px;
}

.tab_cont .text1 {
	position: relative;
	top: -5px;
	margin-bottom: 17px;
}

.style1 {
	color: #000;
	line-height: 19px;
}

.style1 a {
	color: #fa7e7e;
}

.style1 a:hover {
	color: #000;
}

#tabs ul li {
	border-radius: 3px 3px 0 0;
	float: left;
	position: relative;
	background-color: #fcfafa;
	min-width: 181px;
	text-align: center;
	border-top: 1px solid #dedbdb;
	border-right: 1px solid #dedbdb;
}

#tabs ul li.ui-state-active  {
	background-color: #fff;
}

#tabs ul li.ui-state-active:after {
	content: '';
	left: 0;
	right: 0;
	bottom: -1px;
	position: absolute;display: block;
	height: 1px;
	background-color: #fff;
}

#tabs ul li.ui-state-active a {
	color: #38afe5;
}

#tabs ul li:first-child {
	border-left: 1px solid #dedbdb;
}

#tabs ul li a {
	display: block;
	padding: 6px 0 4px;
	text-transform: uppercase;
	font-family: 24px/28px 'Open Sans Condensed', "Arial Black", Gadget, sans-serif;
}

.text1 {
	font-size: 16px;
	line-height: 19px;
	color: #263555;
}

.page1 .text1 {
	line-height: 22.8px;
	font-size: 14px;
	color: #263555;	
}

p.text1 {
	margin-bottom: 18px;
}

p.text1.tx2 {
	margin-bottom: 20px;
}

.tab_cont .text1.tx1 {
	top: -6px;
	margin-bottom: 22px;
}

.clear.cl1 {
	height: 20px;margin-bottom: 2px;		
}

.newsletter_title {
	border: 1px solid #dedbdb;
	font-family: 300px 24px/27px 'Open Sans Condensed', "Arial Black", Gadget, sans-serif;	
	color: #263555;
	border-radius: 3px 3px 0 0;
	padding: 7px 0 3px;
	background-color: #fcfafa;
	text-transform: uppercase;
	text-align: center;
}


#newsletter {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 32px;
}

#newsletter span {
	display: block;
	padding-top: 8px;
	margin-bottom: 14px;
}

.n_container {
	padding:  0 19px 49px;
		border: 1px solid #dedbdb;
		border-top: 0;
}

#newsletter .text1 {
	text-align: center;
	padding-top: 49px;
	margin-bottom: 26px;
}

.none {
	display: none;
}

#newsletter input {
	float: left;
	border: 2px solid #e6e4e4;
	border-radius: 6px;
	color: #868f8f;
	width: 100%;
	height: 34px;
	font: 15.6px/22.8px  Arial, Helvetica, sans-serif;
	padding: 4px 32px 5px;
	box-shadow: none !important;
	-moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}

#newsletter a {
	display: block;
	position: absolute;
	background: url(../images/envel.png) 6px 9px no-repeat;
	width: 34px;
	height: 34px;
	top: 99px;
	right: 0px;
}

#newsletter a:hover {
	opacity: 0.5;
}

#newsletter .error, #form1 .empty {		
	height:0px;
	bottom: -35px;
	width: 100%;
	left: 0;
	font-size: 10px;
	line-height: 13px;
	display: block;
	overflow: hidden;
	z-index: 999;
	color: #ff0000;
		-webkit-transition:  0.3s ease-out; 
		-o-transition: all 0.3s ease-out; 
		transition: all 0.3s ease-out; 
		position: absolute;
	}

#newsletter label.invalid .error {
	/*display: block;*/
	height:40px;

}

#newsletter .success {
	width: 100%;
	z-index: 999;
	-moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
 	-o-box-sizing: border-box;
 	box-sizing: border-box;	
	display: none;	
	top: 98px;
	text-align: center;
	background: #fff;
	border: 2px solid #e6e4e4;
	border-radius: 6px;
	color: #868f8f;
	left: 0px;
	font-size: 15.6px;
	overflow: hidden;
	padding: 10px;
	-webkit-transition:  0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out; 
	position: absolute;
}

.bottom_block {
	background-color: #30455b;
	color: #ffffff;
	font-size: 12px;
	padding-bottom: 34px;
	width: 1270px;
	margin: 30px auto;
}

.bottom_block ul li {
	font-family: 18px/18px 'Open Sans Condensed', "Arial Black", Gadget, sans-serif;
	text-transform: uppercase;
}

.bottom_block ul li+li {
	margin-top: 10px;
}

.bottom_block ul {
	padding-top: 26px;
}
.bottom_block h4 {
	padding-top:18px;
}

/*
.testimonial {
	left: 850px;
	width: 240px;
	margin-top: 300px;
	margin-right: 40px;
	z-index: 9999;
	position: absolute;
}*/



blockquote {
	margin-top: 0px;
}

blockquote p, .home blockquote p {
	background-color: rgba(0,0,0,0.1);
	padding: 10px;
	margin-bottom: 0 !important;
	border-radius: 1px;
}

.bq_bot {
	margin-top: -1px;
	padding-top: 25px;
	position: relative;
	padding-left: 0px;
	background: url(../images/bq_bot_bg.png) 113px 0 no-repeat;
	text-align: center;
}

.text2 {
	margin-top: 5px;
	margin-left: -5px;
	font-family: 'Open Sans Condensed', 'Arial Black', Gadget, sans-serif;
	font-size: 25px;
	text-shadow: 1px 1px 0px #fff;
	float: right;
}

.tour .text1 {
	margin-bottom: 13px;
}

.tour {
	overflow: hidden;
	height: 240px;
}
.price span {
	padding-top: 4px;
	display: block;
	text-transform: uppercase;
	color: #38afe5;
	font-size: 16px;
}

.price {
	margin-bottom: 14px;
} 

.price +.price  {
	margin-bottom: 40px;
}

.tours .clear {
	height: 47px;
}

.form1 {
	margin-right: 2px;
}

.jqTransformHidden {
	display: none;
}


.jqTransformSelectWrapper {
	position:relative;
	height: 25px;
	width: 100% !important;
	float:left;
	border: 1px solid #dedbdb;
}

.jqTransformSelectWrapper div span {
	
	font-size: 13px;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 25px;
	line-height: 16px;
	overflow: hidden;
	cursor:pointer;
	border: 3px;
	padding: 4px 9px 3px;
	background: #fcfafa;
	width: 100% !important;
	color: #868f8f !important;
	 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
	/*border: 1px solid #CCCCCC;*/
/*	border-right: none;*/
}

.jqTransformSelectWrapper  a:after {
	display: none;
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: -1px;
	top: -1px;
	width: 28px !important;
	height: 25px !important;
	padding: 0;
	border: 1px solid #e0dddd;
	background: url(../images/select.png) no-repeat center center;
}

.jqTransformSelectWrapper:hover  a.jqTransformSelectOpen {
	background-color: #38AFE5;
	border-color: #38AFE5;
}

.jqTransformSelectWrapper ul {
	position: absolute;
	top: 28px;
	left: -1px;
	height: auto !important;
	list-style: none;
	background-color: #e3e2e2;
	display: none;
	border: 1px solid #d1cccc;
	margin: 0px;
	width: 100% !important;
	padding: 0px;
	overflow: auto;
	overflow-y: auto;
	z-index:10;
	color: #fff;
	padding-top: 3px;
	padding-bottom: 7px;
}
.jqTransformSelectWrapper ul a {
	display: block;
	padding: 0 9px;
	line-height: 19px;
}

#form2 .jqTransformSelectWrapper {
	margin-bottom: 27px;
}

#form2 a.btn {
	margin-top: 47px !important;
}

#form2  span {
	margin-bottom: 8px;
}

.form1 span.col1 {
	display: inline-block;
	margin-bottom: 2px !important;
}


.form1 span {
	margin-bottom: 9px;
	display: block;
}

.form1 a.btn{
	margin-top: 74px;
	margin-bottom: 13px;
}

.blog {
	overflow: hidden;
	background: #F2F2F2;
	padding: 15px;
}



.blog .links {
	padding: 15px 15px;
	margin-top: -80px;
	margin-bottom: 20px;
	margin-left: 20px;
	background: #e5e5e5;
	float: right;
	display: inline-block;
	width: 400px;
	line-height: 25px;
}

.blog p {
	padding: 10px;
	font-size: 14px;
	text-align: left;
	text-indent: 5px;
	line-height: 25px;
	color: #111;
	margin: 0;
}

.blog a.btn {
	margin-top: 0px;
	border: 0px;
	padding: 15px;
	font-size: 1em;
}

a.comment {
	margin-top: 2px;
	display: inline-block;
	float: right;
	margin-right: 85px;
}


.blog+.blog {
	border-top: 1px solid #dedbdb;
	margin-top: 60px;
	padding-top: 58px;
}

.blog h2 {
	text-transform: none;
	width: 300px;
	font-size: 24px;
}

.blog time {
	text-align: center;
	display: block;
	background-color: #38afe5;
	border-radius: 500px;
	color: #fff;
	width: 39px;
	height: 30px;
	padding-top: 9px;
	font-size: 11px;
	line-height: 11px;
	float: left;
	margin-right: 13px;
	margin-top: 3px;
}

ul.list2.l1 {
	width: auto;
	float: none;
	padding-top: 0;
	margin-bottom: 43px;
}

/****Map***/

.map {
	padding-top: 0px;
	margin-top: -2px;
}

.map figure {

	width: 550px;
		 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
 display: block;
 margin-right: 26px;
padding-top: 2px;

}
.map figure iframe {
	width: 550px;
	height: 424px;
	max-width: 100%;
}


.map address {
	overflow: hidden;
}

.map address+address {
	margin-top: 43px;
}


.map address+address dt {
	margin-bottom: 5px;
}

.map .text2{
	margin-bottom: 21px;
	font: bold 24px/24px 'Marvel', sans-serif;
	color: #000;
	padding-top: 1px;
}

address dt {
	margin-bottom: 19px;
}


address dd span {
	min-width: 95px;
	display: inline-block;
	text-align: left;
}




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

footer {
	display: block;
	padding: 0px 0 25px;
	color: #6b6868;
}

.socials  {
	text-align: center;
	margin-bottom: 21px;
}

.socials a {
	margin: 0 5px;
	display: inline-block;
	width: 46px;
	height: 46px;
	background: url(../images/socials.png) 0 0 no-repeat;
}

.socials a+a {
	background-position: -60px 0;
}

.socials a+a+a {
	background-position: -122px 0;
}

.socials a+a+a+a {
	background-position: right 0;
}

.socials a:hover {
	opacity: 0.5;
}

.copy {
	text-align: center;
	color: #333;
	font-size: 12px;
	margin-bottom: 25px;
}



.f_bot {
	padding-top: 26px;
	padding-bottom: 40px;
	color: #797979;
}

/**to top**/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:30px;
	margin-right: -620px !important;
	overflow:hidden;
	width:36px;
	height:37px;
	border:none;
	text-indent:-999px;
	z-index:999;
	background:url(../images/totop.png) no-repeat left top;
	transition: 0s ease;
	-webkit-transition: 0s ease;
	-o-transition: 0s ease;	
}
#toTop:hover {
	background-position: right 0;
}

article {
	width: 100%;
	padding: 0;
	margin: 0;
}

article header {
	width: 100%;
	height: 00px;
}

article header>h1.entry-title {
	font-size: 28px;
	float: left;
	width: 100%;
	position: relative;
	left: 0;
	margin: 10px 0px;
	padding: 0px;
}

.entry-content {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
}

.grid_4 {
	margin: 0 8px;
}


.comments-title {
	font-size: 16px;
}

/****Form****/

#form, #frmCSCF {
padding-top: 3px;
}

#form input, #frmCSCF input[type=text], #frmCSCF input[type=email] {
	color:#263555;
	 border: 1px solid #d4d0d0;
 padding: 4px 10px 6px;
	width: 100%;
	background-color: #fcfafa;
	text-transform: uppercase;
	height: 28px;
	float:left;
	font: 13px/18px  Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}

#form textarea, #frmCSCF textarea {
	color:#263555;
	height: 233px;
	text-transform: uppercase;
	overflow: auto;
	background-color: #fcfafa;

	 border: 1px solid #d4d0d0;
 padding: 15px 10px 6px;
	width: 100%;
	position: relative;
	resize:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	float:left;
	font: 13px/18px  Arial, Helvetica, sans-serif;
	margin: 0;
	
}
#form label, #frmCSCF label {
	position:relative;
	display: block;
	width: 100%;
	float: left;
}





#form .error, #form .empty, #frmCSCF .error, #frmCSCF .empty {
	color: #FF0000;
	display: none;
	font-size: 11px;
	line-height:14px;
	width:auto;
	position: absolute;
	z-index: 999;
	right: 5px;
	top: 7px;
	float:left;
}


#form .error-empty, #frmCSCF .error-empty {
	display:none;
	float:left;
}

.btns {
	position:relative;
	padding-top: 22px;
	text-align: right;

}


.btns a.btn {
	margin: 0 !important;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
}

.btns a.btn {
	margin-left: 18px !important;
}

#form .message {
	width: 100%;
	margin-top: -3px;
}

#form .btns span {
	display: inline-block;
	width: 13px;
}


.message br {
	height: 0;
	line-height: 0;
}

#form .success, #frmCSCF .success {
	text-transform: uppercase;
	display: none;
	position: absolute;
	width: 100%;
	font-size: 16px;
	background: #fcfafa;
	color:#263555;
	border: 1px solid #d4d0d0;
	text-align: center;
	font-size: 11px;
	padding: 20px 10px;
	z-index: 999;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}



.success_wrapper {
	position: relative;	
}

.about>.grid_9>div {
	padding-right: 60px;
	margin-left: -10px;
}

.alignright {
	float: right;
	margin: 0px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}

.bq_bot {}

/* The gallery overlay */

#galleryOverlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	opacity:0;
	z-index:100000;
	background-color:#222;
	background-color:rgba(0,0,0,0.8);
	overflow:hidden;
	display:none;
	
	-moz-transition:opacity 1s ease;
	-webkit-transition:opacity 1s ease;
	transition:opacity 1s ease;
}

/* This class will trigger the animation */

#galleryOverlay.visible{
	opacity:1;
}

#gallerySlider{
	height:100%;
	
	left:0;
	top:0;
	
	width:100%;
	white-space: nowrap;
	position:absolute;
	
	-moz-transition:left 0.4s ease;
	-webkit-transition:left 0.4s ease;
	transition:left 0.4s ease;
}

#gallerySlider .placeholder{
	background: url("../images/preloader.gif") no-repeat center center;
	height: 100%;
	line-height: 1px;
	text-align: center;
	width:100%;
	display:inline-block;
}

/* The before element moves the
 * image halfway from the top */

#gallerySlider .placeholder:before{
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right:-1px;
}

#gallerySlider .placeholder img{
	display: inline-block;
	max-height: 80%;
	max-width: 80%;
	width: auto !important;
	vertical-align: middle;
}

#gallerySlider.rightSpring{
	-moz-animation: rightSpring 0.3s;
	-webkit-animation: rightSpring 0.3s;
}

#gallerySlider.leftSpring{
	-moz-animation: leftSpring 0.3s;
	-webkit-animation: leftSpring 0.3s;
}

/* Firefox Keyframe Animations */

@-moz-keyframes rightSpring{
	0%{		margin-left:0px;}
	50%{	margin-left:-30px;}
	100%{	margin-left:0px;}
}

@-moz-keyframes leftSpring{
	0%{		margin-left:0px;}
	50%{	margin-left:30px;}
	100%{	margin-left:0px;}
}

/* Safari and Chrome Keyframe Animations */

@-webkit-keyframes rightSpring{
	0%{		margin-left:0px;}
	50%{	margin-left:-30px;}
	100%{	margin-left:0px;}
}

@-webkit-keyframes leftSpring{
	0%{		margin-left:0px;}
	50%{	margin-left:30px;}
	100%{	margin-left:0px;}
}

/* Arrows */

#prevArrow,#nextArrow{
	border:none;
	text-decoration:none;
	background:url('../images/arrowws.png') no-repeat;
	opacity:0.5;
	cursor:pointer;
	position:absolute;
	width:43px;
	height:58px;
	
	top:50%;
	margin-top:-29px;
	
	-moz-transition:opacity 0.2s ease;
	-webkit-transition:opacity 0.2s ease;
	transition:opacity 0.2s ease;
}

#prevArrow:hover, #nextArrow:hover{
	opacity:1;
}

#prevArrow{
	background-position:left top;
	left:40px;
}

#nextArrow{
	background-position:right top;
	right:40px;
}

p {
	text-align: justify;
}

.extrapadding {
	padding-top: 30px;
}

.extrapadding header {
	padding-bottom: 45px;
}

#searchform {
	background: #f2f2f2;
	padding: 10px;
}

#searchform label {
	display: none;
}

#searchform input[type=text] {
	width: 160px;
	padding: 5px;
}

#searchform input[type=submit] {
	padding: 5px;
	margin: 0 2px;
}

.book_now {
	padding: 30px 30px;
	background: #f8f8f8;
	float: right;
	width:211px;
	margin-right: 12px;
}
.book_now.home {
	position:absolute;z-index:1000;right:214px;margin-top:40px;background:rgba(255,255,255,0.6)
}
.book_now.blog {
	 margin: -62px 0px 20px;
}

.book_now h4 {
	padding: 10px 10px 4px;
	text-transform: none;
	font-size: 28px;
	line-height: 28px;
	color: #263555;
}
.book_now p {
	padding: 0px 10px;
	text-indent: 0;
}
.book_now a {
	line-height: 15px;
	padding: 10px;
	margin: -10px 8px 0;
	float: right;
}

.grid_12 .book_now {
	right: 0;
	position: absolute;
	z-index: 10;
	width: 300px;
	padding: 10px;
}
.grid_12 .book_now h3, .grid_12 .book_now a {
	display: inline-block;
	margin: 10px;
}
.grid_12 .book_now p {
	display: none;
}
.book_now .phone {
	background: url(../images/phone_icon.png) right 11px no-repeat;
}


.bottom_block li a {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
}
.hostel_icons {
	padding-top: 32px;
	width: auto;
}
.hostel_icons img {
	height: 44px;
	float: left;
	margin-left: 10px;
}

.grid_9.home {
	margin-top:-35px;margin-left:-59px;margin-right:-59px;
}
.grid_3.home {
	margin-left:99px;margin-top:00px;margin-right:0;width:330px
}

.grid_3.home h1 {
	line-height: 42px;
}

.aboutpage h3 {
}

.book_top_r {
	float: right;
	position: fixed;
	margin-left: 890px;
	margin-top: 25px;
	margin-right: 0px;
	color: #fff;
	background: #38AFE5;
	background-color: rgba(56,175,229,0.7);
	padding: 8px;
	border-radius: 1px;
	z-index: 10001;
	font-size: 15px;
}

.book_top_r a {
	color: #111;
	display: inline-block;
	background-color: #fbf6f8;
	border-radius: 5px;
	box-shadow: 0 1px 1px #dedbdb;
	font-size: 15px;
	border: 1px solid #b1aaaa;
	line-height: 20px;
	padding: 5px;	
	margin: 4px 5px 4px;
	text-decoration: none
}
.book_top_r span {
	display: inline-block;
	padding-top: 10px;
}


.wf-loading .content {
    opacity: 0;
}
.wf-loading header h1, .wf-loading .book_top_r a, .wf-loading .book_top_r * {
	opacity: 1;
}
.wf-active *, .wf-inactive * {
  -webkit-transition: opacity 0.5s ease-out;  
    -moz-transition: opacity 0.5s ease-out; 
    -o-transition: opacity 0.5s ease-out;  
    transition: opacity 0.5s ease-out;  
}
.wf-active header h1, .wf-inactive header h1 {
  -webkit-transition: all 0 ease 0;  
    -moz-transition: opacity 0.5s ease-out; 
    -o-transition: all 0 ease 0;  
    transition: all 0 ease 0;  	
}

h3.assistive-text {display: none};

h3>a.link {
	color: #c0c0c0;
	margin: 0px 15px;
}

#local-amenities{
	margin-top:30px;	
}