@charset utf-8;
/*--
	Theme Name: wp008
--*/

/* General
---------------------------------------- */
html,
body {
	min-width:1000px;
	}
body{
	color: #cdd0dd;
	font: 100%/1.5em Arial, Helvetica, sans-serif;
	position:relative;
	background: url(images/bg_body.jpg) repeat
}

#main {
	font-size:.875em;
	background:  url(images/bg.jpg) left top repeat-x;
}
}
.container {
	width: 960px;
	margin: 0 auto;
	position:relative;
}



/* List styling */
dl dt {
	background:url(images/list-arrow.gif) no-repeat 0 3px;
	padding:0 0 3px 32px;
	margin-bottom:.2em;
	font-size:18px;
	line-height:1.2em;
	color:#191919;
	}
dl dd {
	padding:0 0 0 32px;
	margin:0 0 1.5em 0;
	}



/* Header
---------------------------------------- */
#header {
	position:relative;
	z-index:9;
	position: relative;
}

/* Header widget
---------------------------------------- */
#header-widget{
	height: 55px;
	font-size: 13px;
}

/* Logo */
.logo {
	float: left;
	}
	.logo h1,
	.logo h2 {
		font-size:83px;
		line-height:1.2em;
		margin-bottom:0;
		text-transform:uppercase;
		letter-spacing:-6px;
		border:none;
		padding:0;
		}
		.logo h1 a,
		.logo h2 a {
			color:#fff;
			text-decoration:none;
			}
.description {
	position:absolute;
	left:187px;
	top:82px;
	font-size:12px;
	color:#a0a0a0;
	width:75px;
	}
#slogan {
	position:absolute;
	top:82px;
	right:133px;
	width:110px;
	font-size:12px;
	color:#a0a0a0;
	}


/* Header widget */
#text-2.widget-area {
	color: #9dd0f9;
	font-family: 'ProximaNovaLtRegular';
	float: right;
	font-size: 16px;
	margin-right:35px;
	line-height: 40px
}
	.widget-area span {
		font-family: 'ProximaNovaRgBold';
		}





/* Navigations
---------------------------------------- */

/* Primary navigation */
nav.primary {
	position:relative;
	z-index:2;
	height:50px;
	clear: both;
	width: 700px;
	margin-top: -40px;
	padding-top: 0px;
	float: right
}
nav.primary .responds{
	display: none
}

/* Essential styles for dropdown menu */
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
	float: right;
	padding-right: 35px
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	min-width: 80px; /* left offset of submenus need to match (see below) */
	padding:0;
}
.sf-menu ul li {
	width:100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	position:		relative;
	display: inline;
	text-align: center;
	float: none
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0px;
	top:			50px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			146px; /* match ul width */
	top:			-22px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			146px; /* match ul width */
	top:			0;
}


/* Our skin for dropdown menu */
.sf-menu a {
	text-decoration:none;
	color:	#212121;
}
.sf-menu a:hover {
	text-decoration:none;
	}
.sf-menu > li {
	margin:0 ;
	height: 20px;
	padding: 0;
	float: left;
	margin-left: 2px
	}
	.sf-menu > li > a {
		font-size:19px;
		line-height:37px;
		padding:5px 15px;
		margin-left:0px;
		color:#fff;
		text-align: left;
		height: 40px;
		font-family: 'BebasNeueRegular';
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		text-align: center;
		-moz-border-radius-topleft: 14px; -webkit-border-top-left-radius: 14px; border-top-left-radius: 3px;
		-moz-border-radius-topright: 14px; -webkit-border-top-right-radius: 14px; border-top-right-radius: 3px;
		}
		.sf-menu > li > a span {
			display: block;
		}
		.sf-menu > li > a:hover,
		.sf-menu > li.sfHover > a
		 {
			color:#ff8a00!important;
			background: #ffffff;
			}
			.sf-menu > li.current-menu-item > a{
				background: none;
				color:#97d1ff!important;
			}
			.sf-menu > li > a:hover span,
			.sf-menu > li.sfHover > a span,
			.sf-menu > li.current-menu-item > a span{
				}
		
.sf-menu li li {
	float:none;
	padding:0px;
	text-align: left;
	min-width: 80px;
}
	.sf-menu li li a {
		font-size:20px;
		color:#fff;
		line-height:27px;
		padding:7px 15px 5px 15px;
		text-align: left;
		min-width: 80px;
		height: 28px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		background: url(images/drop_nav.png) left top repeat-x;
		font-family: 'BebasNeueRegular';
		}
	.sf-menu li li a:hover,
	.sf-menu li li.sfHover > a,
	.sf-menu li li.current-menu-item > a{
		background: url(images/drop_nav.png) left bottom repeat-x;
		color: #0139a1
		}
.sf-menu li li li {
	
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .sf-menu li.current-menu-item > a {
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url(images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url(images/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* Slider
---------------------------------------- */
#slider-wrapper {
	height:100%;
	overflow:hidden;
	position:relative;
	margin-bottom:0px;
	clear: both;
	padding: 8px 0 0 19px;
	width: 962px
	}
.flexslider {
	position:relative;
	width:987px;
	height:470px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
.flexslider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.flexslider a {
	border:0;
	display:block;

}




/*
 * jQuery FlexSlider v1.0 (Release)
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* Styles for FlexSlider
*********************************/ 
.flexslider {
	margin: 0; 
	padding: 0;
}
.flexslider .slides li {
	display: none;
} 
.flexslider .slides img {
	max-width: 100%; 
	display: block;
}


/* Theme default FlexSlider
*********************************/
.flexslider ul{
	margin:0;
	padding: 0!important
}
.flexslider .slides li {
	border: none!important;
	padding: 0!important;
	margin: 0;
	position: relative;
}
.flexslider-container {
	position: relative;
}

/* Title Style */
.flex-caption {
	font-size: 14px; 
	line-height: 18px;
	position: absolute;
	top: 243px;
	left:49px;
	height: 100%;
	width: 50%;
	color: #373737
}
	.flex-caption h1{
		font-family: 'ProximaNovaRgBold';
		color: #fff;
		font-size: 70px;
		text-shadow: 1px 1px 4px #212c2c;
		margin-bottom: 10px;
		line-height: 70px
	}
	.flex-caption h2{
		font-family: 'ProximaNovaLtRegular';
		color: #fff;
		font-size: 43px;
		text-shadow: 1px 1px 4px #212c2c;
		font-weight: normal;
	}
	.flexslider .flex-caption a{
		background: url(images/link_caption.png) left top no-repeat;
		display: block;
		width: 300px;
		height: 48px;
		font-family: 'ProximaNovaRgRegular';
		font-size: 18px;
		line-height: 44px;
		text-transform: uppercase;
		color: #6c3c17;
		text-shadow: 1px 1px #ffdf80;
		padding-left: 20px
		}
		.flexslider .flex-caption a:hover{
			color: #fff1e7;
			text-shadow: none;
		}
/* Nav */
.flex-direction-nav li{
	border: none!important;
	padding: 0;
	margin: 0;
	background: none
}
.flex-direction-nav li a {
	width: 24px; 
	height: 48px; 
	margin: 0px 0 0; 
	display: block; 
	background: url(images/bg_direction_nav.png) no-repeat 0 0; 
	position: absolute; 
	top: 47%; 
	cursor: pointer; 
	text-indent: -9999px;
	} /* set negative margin-top equal to half the height on the directional-nav for perfect vertical centering */

.flex-direction-nav li a.next {
	background-position: -39px -48px; 
	right: 30px;
}
.flex-direction-nav li a.next:hover {
	background-position: -39px -1px; 
}
.flex-direction-nav li a.prev {
	background-position: 0 -48px; 
	right: 85px;
}
.flex-direction-nav li a.prev:hover {
	background-position: 0 -1px; 
}

/* Control */
.flex-control-nav {
	margin-left: 0px; 
	position: absolute; 
	top: 10px; 
	right: 5%;
	list-style: none
	} /* set negative margin-left equal to half the width on the control-nav for perfect centering */

.flex-control-nav li {
	margin: 0 2px;
	float: left 
}
.flex-control-nav li a {
	width: 22px; 
	height: 22px; 
	display: block; 
	cursor: pointer; 
	text-indent: -9999px;
	background: url(images/control_nav.png) bottom no-repeat;
}
.flex-control-nav li a:hover {
	background-position: 0 0px;
}
.flex-control-nav li a.active {
	background-position: 0 0px; 
	cursor: default;
}

/* Before Content Area
---------------------------------------- */
#before_content{
	background: url(images/before_cont.png) -40px top repeat-x; 
	height: 233px;
	padding: 65px 27px 0 7px;
	margin-top: -20px;
	position: relative;
	width: 927px;
	margin-left: 19px
} 
#before_content .grid_24{
	width: 946px;
	height: 233px
}
.left_seam{
	background: url(images/left_seam.png) left top;
	width: 20px;
	height: 14px;
	position: absolute;
	left: -36px;
	top: 88%
}
.right_seam{
	background: url(images/right_seam.png) left top;
	width: 24px;
	height: 29px;
	position: absolute;
	right: -43px;
	top: -26%
}
	#before_content h3{
		border-bottom: none;
		font-family: 'ProximaNovaLtRegular';
		font-size: 25px;
		line-height: 25px;
		color:#191919;
		text-shadow: 0px 0px 3px #7d7d7d;
		padding-left: 28px;
		margin-bottom: 8px;
	}
		#before_content h3 span{
			color: #0142ae
		}
		div.carousel{ 
			height:165px; 
			margin-top:0px;
			position:relative; 
			padding-top:0px; 
			margin-left:14px
		}
			div.carousel ul li{ 
				float:left; 
				margin:0 12px; 
				width:206px;
				height: 135px;
				background: url(images/shadow.png)  -5px 103px no-repeat;
				position: relative;
				z-index: 0;
				border-bottom: none
			}
				div.carousel ul li .featured-thumbnail { 
					display:block; 
					height:91px;
					background:#fff; 
					border:1px #cbcac9 solid;
					padding: 5px;
					width: 194px
				}
				div.carousel ul li a img{ 
					width:194px; 
					height:91px;
					border: none
				}
				div.carousel ul li h4{
					text-align: center;
					font-family: 'ProximaNovaLtRegular';
					color: #1992d3;
				}
					div.carousel ul li h4 a{
						color: #1992d3;
						text-decoration: none;
						font-size: 17px;
						line-height: 35px;
					}
					div.carousel ul li h4 a:hover{
						color:#ff7800;
					}

					#before_content ul .featured-thumbnail{
						margin: 0 20px 0 0;
						float: left;
						line-height: 18px
					}
					#before_content ul .featured-thumbnail img{
						border: none;
						width: 194px;
						height: 91px;
						padding: 0
					}
				a.prev{ 
					display:block; 
					position:absolute; 
					width:20px; 
					height:20px; 
					background:url(images/prevnext.png) left bottom no-repeat; 
					left:0; 
					top:87px}
				a.next{ 
					display:block; 
					position:absolute; 
					width:20px; 
					height:20px; 
					background:url(images/prevnext.png) right bottom no-repeat; 
					right:0; 
					top:87px}
				 a.prev:hover{ 
					background-position: left top; 
					cursor:pointer}
				a.next:hover{
					background-position: right top; 
					cursor:pointer
				}
				.text-styled a{
					position: absolute;
					top: 10px;
					right: 40px;
					background: url(images/text-styled.gif) left no-repeat;
					padding-left: 10px;
					font-size: 14px;
					color: #1992d3!important
				}





/* Left Home Area
---------------------------------------- */
.left_home_area{
	font-size: 12px;
	line-height: 18px;
	color: #555555;
	padding: 30px 35px 17px 50px;

}
.left_home_area h2{
	text-align: left;
	font-family: 'ProximaNovaLtRegular';
	font-size: 30px;
	line-height: 30px;
	color: #000;
	margin: 0 0 20px;
	padding: 0;
}
	.left_home_area h2 span{
		font-size: 15px;
		line-height: 18px;
		display: block;
	}
	.price{
		float: left;
		height: 31px;
		padding-top: 10px
	}
		.price span{
			font-size: 24px;
			color: #ff7800
		}



/* Right Home Area
---------------------------------------- */
.right_home_area{
	font-size: 12px;
	line-height: 18px;
	color: #cdd0dd;
	float: right!important;
	border-left: 1px solid #dedede;
	padding:0px 24px 0 30px;
	margin-top: 30px
}
	.right_home_area h2{
		font-family: 'ProximaNovaLtRegular';
		font-size: 25px;
		line-height: 25px;
		color: #000;
		padding-bottom: 0px
	}
	.right_home_area ul.destinations{
		margin-bottom: 0
	}
		.right_home_area ul.destinations li{
			border-bottom: none;
			background: url(images/list.jpg) left 11px no-repeat;
			padding: 6px 0 6px 13px;
			font-size: 13px
		}
			.right_home_area ul.destinations li a{
				color: #216fa3;
			}
			.right_home_area ul.destinations li a:hover{
				color: #ff7800;
				text-decoration: underline;
			}

/* Content
---------------------------------------- */
#main {
  font-size: 13px;
  font-style: normal;
  line-height: 18px;
}
.footer-shadow{
	background: url(images/shadow_footer.png) bottom center no-repeat;
}
.primary_content_wrap {
	position:relative;
	z-index:0;
	background: url(images/cont.png)  center 50px repeat-y;
	margin-top: -2px;
	
	}
.primary_content_wrap {
	position:relative;
	z-index:8;
	}
.body_content{
	background: url(images/top_cont.jpg) top center no-repeat;
	padding-bottom: 25px;
}
#content {
	padding: 35px 30px 30px 50px;
	min-height: 505px
}
#content p{
	font-size: 12px;
	line-height: 18px;
	color: #474747
}
#content.left {
	float:right !important;
	}
	#content .indent {
		padding:0 0px 0 0;
		}


/* Page */
.page {
	
	}
	#page-content {
		
	}
	#page-meta {
		
	}
.primary_content_wrap ul.testi li{
	background: url(images/dotted_cont.gif) left bottom repeat-x;
	padding: 20px 0 5px;
	border-bottom: none;
}
.primary_content_wrap ul.testi li:first-child{
	padding-top: 0
}
.primary_content_wrap ul.testi li:last-child{
	background: none;
	border-bottom: 1px solid #272e39
}

b{
	display: block;
	margin-bottom: 5px;
	color: #3789bf
}
a.details{
	background: url(images/details.gif) left top repeat-x;
	color: #6c3c17!important;
	display: block;
	margin: 5px 0 0 0;
	float: right;
	-webkit-transition: all .2s ease-in-out;
	 -moz-transition: all .2s ease-in-out;
	 -o-transition: all .2s ease-in-out;
	 font-size: 16px;
	 text-decoration: none;
	 line-height: 32px;
	 text-shadow: 1px 1px #ffdb80;
	 -moz-box-shadow:2px 2px 1px #a7a7a7;	
	 -webkit-box-shadow:2px 2px 1px #a7a7a7;	
	 box-shadow:2px 2px 3px #a7a7a7;
	 height: 32px;
	 padding: 0 15px;
	 -moz-border-radius:20px; 
	 -webkit-border-radius:20px; 
	 border-radius:20px;
}
a.details:hover{
	color: #fff5d4!important;
	text-decoration: none;
	text-shadow: none
}
.read{
	font-size: 14px;
	color:#504e4d;
	display: block;
	background: url(images/read.gif) left no-repeat;
	height: 36px;
	float: left;
	clear: both;
	margin-top: 20px;
	padding-left: 15px;
	line-height: 36px;
	font-family: 'ProximaNovaRgRegular';
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	 -moz-transition: all .2s ease-in-out;
	 -o-transition: all .2s ease-in-out;
}
	.read span{
		background: url(images/read_arrow.gif) right no-repeat;
		display: block;
		padding-right: 20px;
	}
	.read:hover{
		color: #7c7c7c
	}


.primary_content_wrap ul.destinations{
		margin-bottom: 0
	}
		.primary_content_wrap ul.destinations li{
			border-bottom: none;
			background: url(images/list.jpg) left 11px no-repeat;
			padding: 6px 0 6px 13px;
			font-size: 13px
		}
			.primary_content_wrap ul.destinations li a{
				color: #216fa3;
			}
			.primary_content_wrap ul.destinations li a:hover{
				color: #ff7800;
				text-decoration: underline;
			}

.testi{
	margin-bottom: 10px
}
p.author{
	font-family: 'ProximaNovaLtRegular';
	text-align: right;
	float: right;
	color: #1992d3!important;
	font-size: 13px!important;
	line-height: 15px!important
}
	p.author span{
		display: block;
		font-size: 11px!important;
		font-family: arial;
		color: #919191
	}

/* Comments
---------------------------------------- */
h2#comments {
	padding-top:25px;
	margin-bottom:35px;
	}
.commentlist {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	li.comment {
		list-style-type:none;
		overflow:hidden;
	}
		.odd {
			
		}
		.even {
			
		}
			li.comment .comment-body {
				padding:33px 25px 85px 112px;
				position:relative;
				zoom:1;
				border:5px solid #d3d3d3;
				margin-bottom:20px;
				font-family:Arial, Helvetica, sans-serif;
				font-size:14px;
				line-height:22px;
				background: #f2f2f2
				}
		.author-comment {
			
		}
		.comment-author {
			
			}
			.comment-author .fn {
				display:block;
				position:absolute;
				left:28px;
				bottom:25px;
				font-style:normal;
				color:#3789bf;
				}
			.comment-author .says {
				display:none;
				}
		.comment-text {
			
		}
		.comment-meta {
			color:#999;
			position:absolute;
			left:0;
			bottom:25px;
			text-align:right;
			width:445px;
			}
			.comment-meta a {
				text-decoration:none;
				}
			.comment-meta a:hover {
				text-decoration:underline;
				}
			li.comment .avatar {
				float:none;
				margin:0;
				position:absolute;
				left:27px;
				top:33px;
				vertical-align:top;
				overflow:hidden;
				}
				li.comment .avatar {
					display:block;
					vertical-align:top;
					overflow:hidden;
					}
				
				.commentlist ul.children {
					margin:20px 0 0 20px;
					}
					.commentlist ul.children li.comment {
						background:none!important;
						padding:0;
						}
				
				.reply {
					position:absolute;
					right:38px;
					bottom:25px;
					}
					.reply a {
						display:inline-block;
						color:#1992d3;
						text-decoration:underline;
						font-size:14px;
						line-height:1.2em;
						}
					.reply a:hover {
						text-decoration:none;
						}
				
				
		.waiting-for-approval {
			
		}
	#trackbacks {
		
	}
		li.trackback {
			
		}
	p#no-comments {
		
	}
	#comments-form {
		
	}
	
	.allowed_tags {
		background:#eee;
		padding:15px;
		font-size:11px;
		font-family:"Courier New", Courier, monospace;
		color:#666;
		}
		.allowed_tags strong {
			font-family:Tahoma, Geneva, sans-serif;
			}
		#respond {
			padding:1em 0 0 0;
		}
		.cancel-comment-reply {
			
		}





/* Post
---------------------------------------- */
.post {
	
}
	.postContent {
		
	}
	.post-excerpt {
		
	}


article {
	margin-bottom:35px;
	width:100%;
	position:relative;
	clear:both;
	border-bottom: 1px solid #c1c1c1;
	padding-bottom: 45px
	}

/* Post header */
article header h2 {
	font-size: 30px;
	line-height: 30px;
	color: #000;
	margin:0 0 15px;
	padding-bottom:5px;
	font-family: 'ProximaNovaLtRegular';
	}
	article header h2 a {
		text-decoration:none;
		color: #000
		}
	article header h2 a:hover {
		color: #3789bf;
		text-decoration: none
		}
article.single-post {
	margin-bottom:30px;
	overflow:hidden;
	width:100%;
	margin-top: 7px
	}

/* Featured thumbnail */
.featured-thumbnail {
	float:left;
	margin:5px 25px 10px 0;
	max-width: 100%;
	max-height: 100%
}
	.featured-thumbnail .img-wrap {
		display: block;
		position: relative;
		}
	.featured-thumbnail .img-wrap:hover {
		}
	.featured-thumbnail.no-hover .img-wrap:hover {
		background:#a3b9c5 !important;
		border-color:#eeeeee !important;
		}
		.featured-thumbnail img {
			float:left;
			position: relative;
			display: block;
		    float: left;
		    border: 1px solid #cfcfcf;
		    background:#fff;
		    padding: 5px
			}
	
	/* Small thumbnail */
	.featured-thumbnail.small img {
		padding:4px;
		}
	
	/* Large thumbnail */
	.featured-thumbnail.large {
		margin-right:0;
		overflow:hidden;
		margin-bottom:1.5em;
		}
	.featured-thumbnail.large .img-wrap {
		float:left;
		}
	.featured-thumbnail.large img {
		width:100%;
		height:auto;
		}
	.f-thumb-wrap {
		overflow:hidden;
		width:100%;
		height:220px;
		}
	
	/* Thumbnail with prettyphoto */
	.featured-thumbnail .image-wrap[rel="prettyphoto"] {
		background:url(images/magnify.png) no-repeat 50% 50%;
		display:block;
		float:left;
		}
		.featured-thumbnail .image-wrap[rel="prettyphoto"] img {
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			}
		.featured-thumbnail .image-wrap[rel="prettyphoto"]:hover img {
			opacity:.5;
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
			}

/* Post content */
.post-content {
	
}
	.post-content .excerpt {
		margin-bottom:1.5em;
		color:#474747;
		line-height: 18px
		}
	.pagination {
		
	}
		.pagination a {
			display:inline-block;
			padding:0 5px;
			background:#eee;
			}

/* Post footer */
article footer {
	clear:both;
	}
	article footer a {
		display:inline-block;
		color:#222222;
		text-decoration:underline;
		font-size:14px;
		line-height:1.2em;
		margin-right:23px;
		font-family: 'ProximaNovaRgRegular';
		}
article.single-post footer {
	margin-top:20px;
	}
	.read-more{
		text-decoration: underline;
	}
	.read-more:hover{
		text-decoration: none;
	}
	.comments-link:hover{
		text-decoration: none
	}	

/* Meta information for post */
.post-meta {
	width:100%;
	color:#777777;
	overflow:hidden;
	margin-bottom:1em;
	font-weight: normal;
	font-family: 'ProximaNovaLtRegular';
	font-size: 16px
	}
	.single-tours .post-meta {
	  display: none;
	}
	.post-meta a {
		text-decoration:underline;
		}
	.post-meta a:hover {
		text-decoration:none;
		}
	
	.post-navigation {
		
	}
.single-portfolio .post-meta{
	display: none
}
	
p.gravatar {
	float:left;
	margin-right:20px;
	}


/* Post edit link */
.post-edit-link {
	display:block;
	position:absolute;
	right:0;
	top:0;
	padding:2px 7px;
	background:#000;
	color:#fff;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	border-radius:3px;
	}
.post-edit-link:hover {
	background:#666;
	}


/* Image styling */
.alignleft {
	float:left;
	margin:0 20px 15px 0;
	padding: 5px;
	background: #fff;
	border:1px solid #cfcfcf;
	}
.alignright {
	float:right;
	margin:0 0 10px 20px;
	padding: 5px;
	background: #fff;
	border:1px solid #cfcfcf;
	}
.aligncenter {
	text-align:center;
	margin:0 auto;
	margin:0 0px 12px 0;
	padding: 5px;
	background: #fff;
	border:1px solid #cfcfcf;
	}
.alignnone {
	padding: 5px;
	background: #fff;
	border:1px solid #cfcfcf;
	margin-bottom: 15px
	}

article .post-content img {
	max-width:710px;
	}

.frame {
	text-align:center;
	padding:0 40px 30px 40px;
	}
.frame img.alignleft,
.frame img.alignright{
	margin:0;
	padding:0;
	border:none;
	}
.primary_content_wrap a img:hover{
	border: 1px solid #f1f4ff
}




/* Older and newer navigation */
nav.oldernewer {
	width:100%;
	overflow:hidden;
	margin-bottom:1.5em;
}
	.older a, .newer a{
	} 
	.older {
		float:left;
	}
	.newer {
		float:right;
	}

/* Recent author posts */
#recent-author-posts {
	margin-bottom:3em;
}

/* Recent author comments */
#recent-author-comments {
	clear: both;
	padding-top: 50px
	
}
	#recent-author-comments ul li {
		font-family:Arial, Helvetica, sans-serif;
		}

.author-info {
	width:100%;
	overflow:hidden;
	margin-bottom:3em;
}
	.author-info .avatar {
		margin:0 20px 0 0;
		}
		.author-info .avatar img {
			float:left;
			background:#fff;
			padding:7px;
			border:1px solid #dbdbdb;
			}

.author-meta {
	margin-bottom:20px;
	overflow:hidden;
	width:100%;
	}
	.author-meta p.gravatar {
		margin:0;
		}




/* 404
---------------------------------------- */
#error404 {
	padding:30px 0 100px 0;

}
	.error404-num {
		font-size:300px;
		line-height:0.9em;
		color:#000;
		text-align:center;
		text-shadow: 5px 7px 7px #7d7d7d;
		font-weight: bold;
		width: 59%;
		float: left
		}
	#error404 strong {
		margin:0 0 0 0;
		padding-top:50px;
		font-size:45px;
		line-height: 1em;
		color: #000 
		}
		#error404 hgroup h1 {
			font-size:3em;
			margin-bottom:.2em;
			}
		#error404 h4{
			font-size: 20px;
			color: #000;
			text-transform: none;
			line-height: 25px;
			margin: 20px 0
		}
		#error404 .text-404{
			width: 41%;
			float: left
		}
		#error404 #searchform .searching{
			background: #ffffff;
			border: 1px solid #d3d3d3;
			-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
			box-shadow: inset  2px 2px 5px 0px  #ddd;
			padding: 13px 10px!important;
			width: 195px!important
		}
		#error404 #searchform .submit{
			background: url(images/icons/searchbox404.png) left top no-repeat!important;
			width: 71px!important;
			height: 42px!important;
			clear: none!important;
			position: absolute!important;
			right: -71px!important;
			top: 0!important
		}

/* Portfolio
---------------------------------------- */
.latestwork {
	width:100%;
	overflow:hidden;
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.latestwork li {
		float:left;
		margin-right:20px;
		}


/* Gallery */
.header-title {
	margin-bottom:0em;
	}
	.header-title h1 {
		margin-bottom:.1em;
		}
	.header-title .page-desc {
		font-size:.91em;
		color:#999;
		}



/* Gallery */
.header-title {
	margin-bottom:0em;
	margin-top: 5px
	}
.header-title h1 {
	margin-bottom:20px;
	}
.header-title .page-desc {
	font-size:.91em;
	color:#999;
	}

.folio-desc a.more{
	background: none repeat scroll 0 0 #1E1E1E;
	-moz-border-radius:7px; -webkit-border-radius:7px; border-radius:7px;
	color: #FFFFFF;
	display: block;
	font-size: 15px;
	margin-top: 0px;
	padding: 13px 10px;
	text-align: center;
	float: left;
	text-decoration: none;
	text-transform: uppercase 
}
.folio-desc a.more:hover{
	background: #676767;
	color: #fff
}
#gallery {
	
}
	
#gallery .portfolio {
	width: 100%;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}

#gallery .portfolio li {
	position: relative;
	float: left;
	width: 277px;
	margin-bottom: 40px!important;
	border-bottom: none;
	margin-right: 37px;
	background: none!important;
	padding-left: 0!important;
	border-bottom: 1px solid #c1c1c1;
	padding-bottom: 40px
}

#gallery .portfolio li.nomargin {
	margin-right: 0 !important;
}

#gallery .portfolio li a.image-wrap {
	display:block;
	overflow:hidden;
	width:277px;
	height:187px;
	position:relative;
	background:#fff url(images/loading.gif) 50% 50% no-repeat;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	margin: 0 0 15px 0;
	border: 1px solid #cfcfcf;
	padding: 5px;
	background: #fff
	}
#gallery .portfolio li a.image-wrap:hover {
	background: #fff;
	opacity:.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	}
	#gallery .portfolio li a.image-wrap img {
		display: none;
		float: left;
		border: none
		}

#gallery .portfolio .folio-desc {
	margin-bottom:0;
	color: #3789bf;
	line-height: 20px;
	font-family: arial
	}
	#gallery .portfolio .folio-desc h4{
		margin-bottom: 5px;
	}
	#gallery .portfolio .folio-desc h4 a{
		color: #3789bf;
		display: block;
		font-family: arial;
		font-size: 20px;
		font-weight: normal;
		line-height: 20px;
		margin-bottom: 5px;
	}
#gallery .portfolio p.excerpt {
	padding:0;
	}


#gallery .portfolio .folio-desc a.details{
	margin-top: 0;
	float: left
}
#gallery .portfolio .folio-desc a.read:hover{
	text-decoration: underline;
}
.zoom-icon {
	display:block;
	position:absolute;
	left:1px;
	top:-152px;
	width:277px;
	height:187px;
	background:url(images/magnify.png) 50% 50% no-repeat;
	cursor:pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	}
#gallery .portfolio li a.image-wrap:hover .zoom-icon {
	top:1px;
	}



/* Page-navi
---------------------------------------- */
.wp-pagenavi {
  clear: both !important;
  display: block !important;
  padding: 0px !important;
}
.wp-pagenavi a, .wp-pagenavi span.pages, .wp-pagenavi span.extend {
	padding:8px 12px 5px!important;
	float: left;
	color: #504e4d;
	font-size: 14px;
	background: url(images/navi.gif) left repeat-x!important;
	font-family: 'ProximaNovaRgRegular';
	border: 1px solid #d8d8d8;
	-moz-border-radius:3px!important; 
	-webkit-border-radius:3px!important; 
	border-radius:3px!important;
	text-transform: uppercase;
	text-shadow: 1px 1px #fff;
}
.wp-pagenavi a, .wp-pagenavi span {
	 border: 1px solid #d8d8d8!important;
}
 .wp-pagenavi a:hover, .wp-pagenavi span.current{
	color: #fff;
	padding:8px 12px 5px!important;
	float: left;
	background: url(images/navi.gif) left repeat-x!important;
	-moz-border-radius:3px!important; 
	-webkit-border-radius:3px!important; 
	border-radius:3px!important;
	border: 1px solid #d8d8d8!important;
	text-shadow: none
}
.wp-pagenavi span.current{
	font-weight: bold;
	color:#fff;
	font-size: 14px;
	-moz-border-radius:3px!important; -webkit-border-radius:3px!important; border-radius:3px!important;
	border: 1px solid #d8d8d8!important;

}
.wp-pagenavi .pages {
	float:left;
	color:#999;
	color: #fff;
	font-size: 14px;
	background: none!important;
	-moz-border-radius:3px!important; -webkit-border-radius:3px!important; border-radius:3px!important;
	}
a.nextpostslink{
	background: url(images/nextpostslink.gif) left top no-repeat!important;
	border: none!important;
	width:12px;
	height: 21px
}
a.nextpostslink:hover{
	background: url(images/nextpostslink.gif) left top no-repeat!important;
	color:#fff;
	border: none!important
}
a.previouspostslink{
	background: url(images/previouspostslink.gif) left top no-repeat!important;
	border: none!important;
	width:12px;
	height: 21px;
	text-align: right;
}
a.previouspostslink:hover{
	background: url(images/previouspostslink.gif) left top no-repeat!important;
	color:#fff;
	border: none!important
}

/* Clients
---------------------------------------- */
.clients img.alignleft{
	padding:0;
	margin: 0 18px 18px 0 
}

/* Sidebar
---------------------------------------- */
#sidebar {
  color: #CDD0DD;
  font-size: 12px;
  line-height: 18px;
  padding: 0px 25px 30px;
  width: 223px;
  border-left: 1px solid #dedede;
  margin-top: 45px
}
	#sidebar h3{
		border-bottom: 1px solid #424d67!important;
	}
	#widget-sidebar {
		
	}
		.widget {
			padding-top:40px;
		}
		.widget:first-child {
			padding-top:0;
			}
		.widget ul{
			margin-bottom: 0
		}
		.widget ul li:last-child {
			border-bottom: none;
			}

		.widget > ul > li:first-child {
			border-top:none;

			}
			.widget ul ul {
				border-bottom:none;
				}
	
/* Calendar */
#calendar_wrap {
	padding:0;
	}
	#wp-calendar {
		width:100%;
		}
		#wp-calendar caption {
			text-align:center;
			}
		#wp-calendar td {
			text-align:center;
			padding:6px 0;
			border:none;
			}
		#wp-calendar caption {
			font-size:16px;
			color:#000;
			font-weight:bold;
			padding:4px 0;
			margin-bottom:5px;
			}
		#wp-calendar thead th {
			padding:7px 0;
			font-size:14px;
			background:#fff;
			color:#000;
			text-align:center;
			}
		#wp-calendar #prev {
			text-align:left;
			}
		#wp-calendar #next {
			text-align:right;
			}

/* Tag cloud */
.tagcloud {
	text-align:center;
	}
	.tagcloud a {
		line-height:hormal;
		text-decoration:none;
		}
	.tagcloud a:hover {
		color:#999;
		}



/* Custom widgets
---------------------------------------- */

/* Posts Type widget */
.post_list {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.post_list li {
		border:5px solid #dfdcdc !important;
		padding:30px !important;
		font-family:Arial, Helvetica, sans-serif;
		position:relative;
		margin-bottom:-5px;
		line-height:18px;
		}
		.post_list li img {
			float:left;
			margin:0 10px 5px 0;
			}
		.post_list li a.post-title {
			color:#212121;
			font-family: 'Oswald', sans-serif;
			font-size:13px;
			line-height:18px;
			}
		.post_list li .post_content {
			line-height:24px;
			padding-top:8px;
			}

/* Popular posts */
.popular-posts {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.popular-posts li {
		overflow:hidden;
		margin:0 0 2em 0;
		}
		.popular-posts li .post-thumb {
			float:left;
			margin-right:20px;
			width:100px;
			height:100px;
			overflow:hidden;
			padding:1px;
			border:1px solid #dbdbdb;
			}
		.popular-posts li .post-thumb.empty-thumb {
			background:url(images/empty_thumb.gif) no-repeat 50% 50% #dfdcdc;
			}
		.popular-posts li h5 {
			font-size:1em;
			margin-bottom:.5em;
			}
		.popular-posts li .excerpt {
			margin-bottom:.8em;
			}


/* Post Cycle */
.post_cycle {
	padding:0;
	margin:0;
	}
#post-cycle .cycle_item {
	display:none;
	}
#post-cycle .cycle_item:first {
	display:block;
	}


/* Folio Cycle */
.folio_cycle {
	list-style-type:none;
	padding:0;
	margin:0;
	width:100%;
	overflow:hidden;
	}
	.folio_cycle .folio_item {
		overflow:hidden;
		display:none;
		}
	.folio_cycle .folio_item:first {
		display:block;
		}
		.folio_cycle .folio_item figure.thumbnail {
			width:270px;
			overflow:hidden;
			}
#folio-controls {
	text-align:center;
	overflow:hidden;
	}
	#folio-controls ul {
		list-style-type:none;
		margin:0;
		padding:0;
		}
		#folio-controls ul li {
			padding:0 5px 0 0;
			display:inline;
			}
			#folio-controls ul li a {
				display:inline-block;
				text-decoration:none;
				width:8px;
				height:8px;
				background:#000;
				font-size:0;
				line-height:0;
				}
			#folio-controls ul li a:hover {
				background:#999;
				}


/* Recent Posts */
#my_postwidget-2{
		width: 310px;
		float: left
	}
		#my_postwidget-2 h2{
			text-transform: none;
			margin-bottom: 20px
		}
.latestpost {
	list-style-type:none;
	margin:0;
	padding:0;
	color: #535353;
	font-size: 13px;
	line-height: 18px
	}
	ul.latestpost li {
		margin:0;
		list-style-type:none;
		background: none!important;
		margin-bottom: 15px!important;
		border-bottom: none!important;
		padding: 0!important
		}
		.latestpost li div{
			margin-bottom:-5px;
			position:relative;
			padding: 0 0 5px 0px!important;
			font-family:Arial, Helvetica, sans-serif;
		}
		.latestpost li a {
			text-decoration:none;
			color:#cdd0dd!important;
			display:block;
			text-transform: none!important;
			font-weight: normal!important;
			font-size:12px;
			}
			.latestpost li a:hover {
				color:#000!important;
				}
		.latestpost li p{
			font-size: 30px;
			color: #d9dce8;
			text-transform: uppercase;
			display: block;
			float: left;
			background: url(images/latest-post.gif) left repeat-x;
			text-align: center;
			font-family: 'proxima_nova_cn_rgregular';
			padding: 8px 5px 0;
			margin-right: 15px;
			width: 45px;
			height: 41px;
			-moz-border-radius:5px; 
			-webkit-border-radius:5px; 
			border-radius:5px;
			margin-top: 3px
		}
		.latestpost li p span{
			display: block;
			font-size: 18px;
			line-height: 18px
		}
		.latestpost li a:hover {
			text-decoration:underline;
			color:#4f7099!important;
			}
			.latestpost li strong {
				font-size:12px;
				color: #cdd0dd!important;
				line-height: 18px;
				margin-bottom: 0;
				font-weight: bold!important
				}
.link a{
	display: block;
	margin-top: 35px;
	background: #f3f3f3;
	border: 1px solid #a5a5a5;
	width: 117px;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	padding: 10px 0;
	color: #828282!important;
}
#my_postwidget-2 .text-styled{
	border-top: 1px solid #272d42;
	display: block;
	padding-top: 10px
}


/* Shortcodes
---------------------------------------- */

/* Recent Posts */
.recent-posts {
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
	border:none;
	}
	.recent-posts li {
		margin:0 0 20px 0;
		padding:0;
		border:none;
		}
		.recent-posts li img.thumb {
			float:left;
			margin:0 20px 0 0;
			}
		.recent-posts li h5 {
			font-size:1em;
			margin-bottom:0;
			}
		.recent-posts li .excerpt {
			margin-bottom:1.5em;
			}
		.recent-posts li span.meta {
			display:block;
			margin-bottom:.5em;
			font-size:10px;
			color:#888;
			text-transform:uppercase;
			}


/* Our team */
.recent-posts.team {
	margin:0;
	padding:0;
	}
	.recent-posts.team li {
		margin:21px 0 0 0;
		padding:11px 0 4px 0;
		border:5px solid #dfdcdc;
		text-align:center;
		}
	.recent-posts.team li:first-child {
		margin-top:0;
		}
		.recent-posts.team li .thumb-wrap {
			width:191px;
			height:224px;
			overflow:hidden;
			margin:0 auto 21px auto;
			float:none;
			}
		.recent-posts.team li h5 {
			color:#212121;
			font-size:19px;
			text-transform:uppercase;
			line-height:1.2em;
			border-top:5px solid #dfdcdc;
			padding:7px 0 0 0;
			}
		.recent-posts.team li .excerpt {
			margin-bottom:0;
			color:#212121;
			}
		.recent-posts.team li .hellip {
			display:none;
			}




/* Tags */
.tags-cloud a {
	display:inline-block;
	background:#e0e0e0;
	padding:1px 7px;
	border:1px solid #bdbdbd;
	border-radius:3px;
	text-decoration:none;
	color:#838383;
	margin:2px;
	}
.tags-cloud a:hover {
	background:#eee;
	}


/* Recent Comments */
.recent-comments {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.recent-comments li {
		padding:0;
		margin:0;
		border:none;
		padding-bottom:.5em;
		}


/* Footer
---------------------------------------- */
#footer {
	padding:0px 0 0 0;
}
	#footer #widget-footer{
		background: url(images/footer-first.jpg) top center no-repeat;
		padding: 25px 50px 0px;
		border: none;
		min-height: 285px
	}
	#footer h4{
		color: #535e85;
		font-family: 'ProximaNovaRgRegular';
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 15px;
		margin-top: 0;
		text-transform: none;
	}
.footer-second{
	padding: 56px 50px 0px;
	height: 25px;
	margin-top: -14px
}
.footer-menu{
	float: left
}
	.footer-second ul{
		margin-bottom: 0
	}
	.footer-second ul li{
		padding-left: 15px;
		padding: 5px 15px;
		float: left
	}
		.footer-second ul li a{
			font-family: 'BebasNeueRegular';
			font-size: 20px;
			line-height: 20px;
			color:#665944;
		}
		.footer-second ul li.current-menu-item a{
			color:#a79473!important;
			text-decoration: none
		}
		.footer-second ul li a:hover{
			color: #ff7800;
			text-decoration: none
		}
.footer-second .socials{
	float: right
}
#copyright{
	margin:20px 0 35px 15px;
	color: #5e5a55
}

/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom: 220px;
	margin-left: 475px;
	left: 53%
}
#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;

}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 50px;
	height: 82px;
	display: block;
	margin-bottom: 0px;
	background: url(images/totop_scroller.png) top no-repeat;
	/* background color transition */
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}
#back-top span:hover{
	margin-bottom: 7px;
}


/* Misc
---------------------------------------- */
a.button, .comments-link{
	background: url(images/arrow.png) left -9px no-repeat;
	color: #1992d3;
	display: block;
	margin: 5px 0 0 0;
	float: left;
	-webkit-transition: all .1s ease-in-out;
	 -moz-transition: all .1s ease-in-out;
	 -o-transition: all .1s ease-in-out;
	 font-size: 14px;
	 text-decoration: none;
	 padding-left: 15px;
	 line-height: 18px;
	 margin-right: 35px
}
a.button:hover, .comments-link:hover{
	background: url(images/arrow.png)  left 5px no-repeat;
	color: #ff7800;
	text-decoration: underline;
}
.no-results {
	
}

.hellip {
	
	}


.border-l,
.border-r{
	height:5px;
	overflow:hidden;
	background:#dfdcdc;
	font-size:0;
	line-height:0;
	position:absolute;
	top:10px;
	}
.border-l {
	left:0;
	}
.border-r {
	right:0;
	}

.link_wrapper {
	padding:22px 0 0 32px;
	}

.mainbanner {
	margin-bottom:64px;
	}

.divider {
	height:5px;
	overflow:hidden;
	background:#dfdcdc;
	font-size:0;
	line-height:0;
	width:950px;
	margin:0 auto 56px auto;
	}

/* Tabs */
.tabs {
    margin: 1px 0 20px 0;
}

.tabs .tab-wrapper {
    border: 1px solid #dddddd;
    border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    margin: -1px 0 0 0;
}

.tabs .tab-menu ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.tabs .tab-menu li {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
}

.tabs .tab-menu a {
    background-color: #fafafa;
    border: 1px solid #dddddd;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #aaaaaa;
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0 2px 0 0;
    padding: 8px 20px;
}

.tabs .tab-menu a:hover {
    background-color: #f2f2f2;
    color: #666666;
}

.tabs .tab-menu a.active {
    background-color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#fafafa');
    background: -moz-linear-gradient(bottom , #fafafa 0px, #f6f6f6 90%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #fafafa),color-stop(90%, #f6f6f6));
    border-bottom: none;
    color: #666666;
    padding: 8px 20px 9px 20px;
}

.tabs .tab {
	background-color: #fafafa;
	border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    padding: 20px;
}





/* Toggle */
.toggle {
    padding: 0 0 2px 0;
}
.toggle ~ br {
	display:none;
	}

.toggle .trigger {
	background-color: #f5f5f5;
	background: -moz-linear-gradient(bottom, #F2F2F2 0px, #ffffff 100%);
	background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #f2f2f2),color-stop(1, #ffffff));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2');
	border: 1px solid #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #666666;
	display: block;
	padding: 10px 12px 10px 40px;
	position: relative;
	text-decoration:none;
	}

.toggle .trigger span {
	background: url(includes/images/toggle.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	top: 9px;
	left: 10px;
	text-indent: -9999px;
	width: 22px;
	height: 20px;
	}

.toggle .trigger:hover,
.toggle .active {
	background:#191919;
	color:#fff;
	}
.toggle .active span {
	background-position: 0 -20px;
	}

.toggle .box {
	background-color: #fafafa;
	border: 1px solid #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 20px;
	}



/* Dropcap */
.dropcap {
	display:block;
	float:left;
	font-size:4em;
	line-height:1em;
	margin:0 10px 0 0;
	text-transform:uppercase;
	}

.widget-area {
	padding-top:15px;
}
.widget-area:first-child {
	padding-top:0;
	}

.hr {
	height:1px;
	background:#eee;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:30px 5px;
	}
.grid_1 .hr, .grid_2 .hr, .grid_3 .hr, .grid_4 .hr, .grid_5 .hr, .grid_6 .hr, .grid_7 .hr, .grid_8 .hr, .grid_9 .hr, .grid_10 .hr, .grid_11 .hr, .grid_12 .hr, .grid_13 .hr, .grid_14 .hr, .grid_15 .hr, .grid_16 .hr, .grid_17 .hr, .grid_18 .hr, .grid_19 .hr, .grid_20 .hr, .grid_21 .hr, .grid_22 .hr, .grid_23 .hr, .grid_24 .hr {
	margin-left:0;
	margin-right:0;
	} 

/* Address */
.address {
	overflow:hidden;
	width:100%;
	margin:0;
	padding:0;
	}
.address dt {
	float:left;
	width:165px;
	margin-right:20px;
	padding:0 0 0 55px;
	background:none;
	font-size:1em;
	line-height:24px;
	background:url(images/address-icon1.png) no-repeat 0 3px;
	}
.address dd {
	float:left;
	width:217px;
	padding:0 0 0 53px;
	background:url(images/address-icon2.png) no-repeat 0 3px;
	}
	.address dd ul {
		list-style-type:none;
		padding:0;
		margin:0;
		}
		.address dd ul li {
			background:none;
			padding:0;
			font-family:Arial, Helvetica, sans-serif;
			}
	.address dd span {
		float:left;
		width:100px;
		}
		.address dd a {
			font-style:italic;
			color:#191919;
			text-decoration:underline;
			}
		.address dd a:hover {
			text-decoration:none;
			}


/* EasyTooltip */
#easyTooltip{
	padding:3px 8px;
	background:#000;
	color:#fff;
	font-size:10px;
	z-index:9999;
	}


/* Alert boxes
---------------------------------------- */
.alert-box, .wpcf7-response-output {
	padding:20px 20px 20px 90px !important;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:.91em;
	line-height:1.4em;
	border:1px solid #dbdbdb;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:15px;
	clear: both;
	}
	.error-box, .wpcf7-mail-sent-ng {
		border-color:#ff9999;
		color:#c31b00;
		background:url(images/icons/alert/icon-error.png) no-repeat 20px 50% #ffcccc;
		}
	.attention-box, .wpcf7-validation-errors, .wpcf7-spam-blocked {
		border-color:#e6c555;
		color:#9e660d;
		background:url(images/icons/alert/icon-note.png) no-repeat 20px 50% #fdebae;
		}
	.notice-box {
		border-color:#68a2cf;
		color:#2e6093;
		background:url(images/icons/alert/icon-info.png) no-repeat 20px 50% #bfe4f9;
		}
	.approved-box, .wpcf7-mail-sent-ok {
		border-color:#a3c159;
		color:#5e6f33;
		background:url(images/icons/alert/icon-download.png) no-repeat 20px 50% #ccff99;
		}
	


/* Forms
---------------------------------------- */

/* Form defaults */
.wpcf7 p{
	margin-bottom: 10px
}
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:middle;
	font-weight:normal;
	border:1px solid #dbdbdb;
	outline:none;
	color: #505050!important
}
input[type="text"], textarea {
	background:#f2f2f2;
	border: 1px solid #d3d3d3;
	padding:10px;
	width: 62%;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	border-radius:3px;
	}
textarea{
	height: 170px
}
label{
	display:block;
	width: 110px;
	float: left;
	vertical-align: middle;
	}
#searchform input[type="submit"], input[type="reset"] {
	padding:0;
	margin:0;
	text-decoration:underline;
	font-size:16px;
	line-height:22px;
	background:none;
	border:none;
	cursor:pointer;
	box-shadow: none;
	float: none;
	text-transform: none;
	background: url(images/searchbox_magnifier.png) left top no-repeat;
	width: 41px;
	height: 36px;
	text-indent: -9999px;
	float: left
	}
input[type="submit"]{
	  clear: both;
	  color: #abcef6!important;
	  display: block;
	  float: left;
	  margin-top: 20px;
	  text-decoration: none;
	  background: url(images/submit.jpg) left top no-repeat;
	  -webkit-transition: all .1s ease-in-out;
	 -moz-transition: all .1s ease-in-out;
	 -o-transition: all .1s ease-in-out;
	 text-indent: -9999px;
	 width: 80px;
	 height: 34px;
	 border: none
	}

	input[type="submit"]:hover{
		color: #fff!important
	}
	.wpcf7-submit{
		margin-left: 110px
	}
input[type="reset"] {
	padding:0;
	margin:0;
	text-decoration:underline;
	font-size:16px;
	line-height:22px;
	background:none;
	border:none;
	cursor:pointer;
	height:24px;
	color: #255b7b
	}
input[type="submit"]:hover, input[type="reset"]:hover {
	text-decoration:none;
	}
.wpcf7-not-valid-tip {
  background: none repeat scroll 0 0 #F3B7B7 !important;
  border: 1px solid red !important;
  color: red !important;
  left: 0 !important;
  padding: 2px 0 3px 10px !important;
  top: 0 !important;
  width: 97% !important;
}


/* Comment form */
#commentform {
	
	}
	#commentform p.field {
		margin-bottom:13px;
		}
		#commentform small {
			color:#8b8b8b;
			}
	#commentform label {
		display:block;
		width: 200px
		}
	#commentform input[type="text"] {
		width:205px;
		}
	#commentform textarea {
		width:440px;
		height:160px;
		min-width:440px;
		max-width:590px;
		min-height:100px;
		padding:20px;
		overflow:auto;
		border: 1px solid #d3d3d3;
		color: #474747!important
		}

/* Sidebar search form */
#header #searchform {
	float: right;
	padding-top: 13px;
	width: 255px;
	margin-right: 30px;
	background: none
	}
	#header #searchform .searching{
		background: #fff;
		padding: 9px 9px 8px 9px;
		color: #222222!important;
		width: 233px;
		-moz-border-radius:25px!important; 
		-webkit-border-radius:25px!important;
		 border-radius:25px!important;
		border: 2px solid #2153b3;
	}
	#header #searchform .submit{
		position: absolute;
		right: 5px!important;
		background: url(images/search.gif) left top repeat-x!important;
		width: 70px!important;
		height: 28px!important;
		top: 17px!important;
		-moz-border-radius:20px; -webkit-border-radius:20px; border-radius:20px;
		color: #4e4436!important;
		text-indent: 0!important;
		font-family: 'ProximaNovaRgRegular';
		font-size: 16px;
		line-height: 16px;
		text-shadow: 1px 1px #ffdb80;
		text-decoration: none;
		text-align: center;
	}
#searchform .searching {
		background: #315185;
		padding: 8px 10px;
		color: #222222!important;
		width: 160px;
		-moz-border-radius:20px; -webkit-border-radius:20px; border-radius:20px;
		border: none;
		float: left;
		margin-right: 3px;
		color: #fff!important
		}
	#searchform{
		position: relative;
		width: 223px
	}
	#searchform .submit {
		background: url(images/search.gif) no-repeat!important;
		width: 32px!important;
		height: 32px!important;
		float: left;
		clear: none
		}



/* Fluid Columns */
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:79.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth{ position:relative; margin-right:4%; float:left; }
.last { margin-right:0 !important; clear:right; }


.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.extra-wrap {
	overflow:hidden;
	}


/* Clear Floated Elements */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* Always remember to compress your live stylesheet and keep an uncompressed backup */

/* Responsive Design
------------------------------------------------------------ */

@media only screen and (min-width: 767px) and (max-width: 990px) {
	html,
	body {
		min-width:740px;
		}
	img{
		max-width:100%;
		height: auto
	}
	.logo {
	  float: left;
	  width: 29%;
	}
	#header #searchform {
	  margin-right: 17px;
	  width: 220px;
	}
	#header #searchform .searching {
	  width: 198px;
	}
	#text-2.widget-area {
	  font-size: 13px;
	  line-height: 40px;
	  margin-right: 25px;
	}
	nav.primary {
	  margin-top: -5px;
	}
	.sf-menu {
	  float: right;
	  line-height: 1;
	  padding-right: 15px;
	}
	.primary_content_wrap {
	  background: url("images/cont740.png") repeat-y scroll center 50px transparent;
	}
	.body_content {
	  background: url("images/top_cont740.jpg") no-repeat scroll center top transparent;
	}
	#slider-wrapper {
	  background: url("images/slider740.jpg") no-repeat scroll left top transparent;
	  width: 722px;
	  padding: 12px 0 0 15px
	}
	.flexslider {
	  background: url("images/loading.gif") no-repeat scroll 50% 50% transparent;
	  width: 710px;
	  height: 347px
	}
	.flex-caption {
	  top: 130px;
	  width: 74%;
	}
	.flex-control-nav {
	  padding: 0;
	  right: 4%;
	}
	#before_content {
	  background: url("images/before_cont.png") repeat-x scroll 10px top transparent;
	  margin-left: 15px;
	  padding: 65px 27px 0 7px;
	  width: 676px;
	}
	#before_content .grid_24 {
	  width: 698px;
	}
	#before_content h3 {
	  font-size: 21px;
	}
	.text-styled a {
	  right: 27px;
	}
	div.carousel {
		width: 672px!important;
		overflow: hidden!important;
		margin-left: 15px
	}
	div.carousel ul li {
	  margin: 0 8px;
	}
	.left_seam {
	  left: -42px;
	}
	#gallery .portfolio li {
	  margin-right: 0px;
	  padding-left: 32px !important;
	}
	#gallery .portfolio li.nomargin {
	  margin-right: 0px !important;
	}
	input[type="text"], textarea {
	  background: none repeat scroll 0 0 #FFFFFF;
	  border: 1px solid #CCCCCC;
	  padding: 10px;
	  width: 90%
	}
	.wpcf7-submit {
	  margin-left: 0px;
	}
	.comment-author .fn {
	  font-size: 11px;
	}
	.comment-meta {
	  font-size: 11px;
	  left: -103px;
	}
	.comment-meta a{
		font-size: 11px!important;
		margin-left: 76px
	}
	.comment-edit-link{
		margin-left: 50px
	}
	.footer-shadow {
	  background: url("images/shadow_footer740.png") no-repeat scroll center bottom transparent;
	}
	.footer-second {
	  padding: 56px 15px 0;
	}	
	#commentform textarea {
	  height: 160px;
	  max-width: 590px;
	  min-height: 100px;
	  min-width: 358px;
	  overflow: auto;
	  padding: 4px;
	  width: 358px;
	}
	#back-top {
		margin-left: 350px
	}

}





@media only screen and (min-width: 479px) and (max-width: 767px) {
	html,
	body {
		min-width:450px;
		}
	img{
		max-width:100%;
		height: auto
	}
	.logo {
	  float: left;
	  width: 43%;
	}
	#header #searchform {
	  margin-right: 17px;
	  width: 220px;
	}
	#header #searchform .searching {
	  width: 198px;
	}
	#text-2.widget-area {
	  font-size: 12px;
	  line-height: 32px;
	  margin-right: 17px;
	  padding-top: 0;
	}
	nav.primary {
	  background: none;
	  float: left;
	  height:100%;
	  padding-left: 0px;
	  position: relative;
	  width: 450px;
	  z-index: 2;
	  margin-bottom: 0px;
	  margin-top: -10px
	}
	nav.primary .responds{
		display: block;
		height: 41px;
		text-align: center;
		font-family: 'BebasNeueRegular';
		font-size: 30px;
		padding-top: 25px;
		cursor:pointer;
		color: #ffffff
	}
	nav.primary .responds:hover span{
		color:#97d1ff;
	}
	.sf-menu {
	  line-height: 1;
	  width: 100%;
	  margin-top: 0px;
	  padding-right: 0
	}
	.sf-menu > li > a {
		background: #013aa4;
		font-size: 16px;
		width: 100%;
		height:48px;
		font-size: 20px;
		color: #ffffff;
		border-top: 6px solid #345fb3;
		border-radius: none;
		-moz-border-radius-topleft: 0px; 
		-webkit-border-top-left-radius: 0px; 
		border-top-left-radius: 0px;
		-moz-border-radius-topright: 0px; 
		-webkit-border-top-right-radius: 0px; 
		border-top-right-radius: 0px;
		padding: 5px 0
	}
	.sf-menu > li > a:hover, 
	.sf-menu > li.sfHover > a, 
	.sf-menu > li.current-menu-item > a {
	  background: #ffb500;
	  margin-top: 0;
	  height: 48px;
	  border-top: 6px solid #f0aa00;
	  color: #0139a1!important
	}
	#topnav{
		display: none;
		position: absolute;
		height: 534px
	}
	.sf-menu > li {
	  margin: 0;
	  text-align: center;
	  width: 100%;
	  height: 60px;
	  padding-left: 0
	}
	.sf-menu li:hover ul,
	.sf-menu li.sfHover ul {
		left:			37%;
		top:			60px; /* match top ul list item height */
		z-index:		99;
	}
	.sf-menu > li > a:hover,
	.sf-menu > li.sfHover > a,
	.sf-menu > li.current-menu-item > a {
		color:#cee41f;
		}
		.sf-menu li li a {
		  background: #fff;
		  color: #ff8a00;
		  text-align: center;
		  border-bottom:2px solid #345fb3 
		}
		.sf-menu li li a:hover{
			background: #ffb500
		}
	.primary_content_wrap {
	  background: url("images/cont450.png") repeat-y scroll center 50px transparent;
	  margin-top: 0
	}
	.body_content {
	  background: url("images/top_cont450.jpg") no-repeat scroll center top transparent;
	}	
	#slider-wrapper {
	  width: 412px
	}
	.flexslider {
	  height: 201px;
	  margin-top: 0px;
	  position: relative;
	  width: 412px
	}
	.flex-caption {
	  top: 27px;
	  width: 100%;
	  left: 25px
	}
	.flex-caption h1 {
	  font-size: 39px;
	  line-height: 39px;
	  margin-bottom: 0
	}
	.flex-caption h2 {
	  font-size: 25px;
	  margin: 0 0 10px 0
	}
	.flexslider .flex-caption a {
	  background: url("images/link_caption450.png") no-repeat scroll left top transparent;
	  font-size: 12px;
	  height: 35px;
	  line-height: 34px;
	  padding-left: 10px;
	  width: 190px;
	}
	#before_content {
	  background: url("images/before_cont.png") repeat-x scroll -39px top transparent;
	  height: 265px;
	  margin-left: 19px;
	  margin-top: -20px;
	  padding: 34px 27px 0 7px;
	  position: relative;
	  width: 378px;
	}
	#before_content .grid_24 {
	  width: 396px;
	}
	#before_content h3 {
	  font-size: 24px;
	  text-align: center;
	  margin-top: 22px;
	  padding-left: 7px;
	  margin-bottom: 0px
	}
	.text-styled a {
	  display: none
	}
	div.carousel {
	  width: 367px!important;
	  overflow: hidden!important;
      margin-left: 15px
	}
	div.carousel ul li {
	  margin: 0 8px;
	  width: 165px
	}
	div.carousel ul li .featured-thumbnail {
	  width: 153px;
	}
	a.prev, a.next {
	  top: 133px;
	}
	.left_seam {
	  left: -36px;
	  top: 100%;
	}
	.right_seam {
	  top: -11%;
	}
	.right_home_area {
	  float: left !important;
	  margin-top: 0;
	  padding: 0 24px 0 47px;
	  border-left: none;
	}
	#gallery .portfolio li {
	  margin-left: 31px;
	}
	#content {
	  padding: 10px 30px 30px 50px;
	}
	#sidebar {
	  border-left:none;
	  margin-top: 0;
	  padding: 0 25px 35px 47px;
	}
	#sidebar h2{
		margin-top: 0
	}
	article {
	  clear: both;
	  margin-bottom: 40px;
	  position: relative;
	  width: 100%;
	}
	article header h2 {
	  margin: 30px 0 15px;
	}
	.comment-author .fn {
	  font-size: 11px;
	}
	.comment-meta {
	  font-size: 11px;
	  left: -103px;
	}
	.comment-meta a{
		font-size: 11px!important;
		margin-left: 76px
	}
	.comment-edit-link{
		margin-left: 50px
	}
	input[type="text"], textarea {
	  width: 75%;
	}
	.wpcf7-submit {
	  margin-left: 0px;
	}
	#commentform textarea {
	  height: 160px;
	  max-width: 590px;
	  min-height: 100px;
	  min-width: 350px;
	  overflow: auto;
	  padding: 4px;
	  width: 350px;
	}
	#header #searchform .searching{
		-moz-border-radius:0px!important; 
		-webkit-border-radius:0px!important;
		 border-radius:0px!important;
	}
	#header #searchform .submit{
		-moz-border-radius:0px!important; 
		-webkit-border-radius:0px!important;
		 border-radius:0px!important;
	}
	.footer-second {
	  height: 77px;
	  margin-top: -14px;
	  padding: 56px 29px 0;
	}
	.footer-second ul li {
	  float: left;
	  padding: 5px 8px;
	}
	.footer-second ul li a {
	  color: #665944;
	  font-family: 'BebasNeueRegular';
	  font-size: 17px;
	  line-height: 20px;
	}
	.footer-second .socials {
	  float: left;
	  margin: 15px 0 0 10px;
	  text-align: center;
	}
	.footer-shadow {
	  background: url("images/shadow_footer450.png") no-repeat scroll center bottom transparent;
	}
}


	 
	

@media only screen and (max-width: 479px){
	html,
	body {
		min-width:290px;
		}
	img{
		max-width:100%;
		height: auto
	}
	#text-2.widget-area {
	  font-size: 12px;
	  line-height: 13px;
	  margin-right: 33px;
	  padding-top: 5px;
	}
	#header #searchform {
	  float: right;
	  margin-right: 16px;
	  padding-top: 0px;
	  width: 255px;
	}
	#header #searchform .submit{
		top: 4px!important
	}
	nav.primary {
	  background: none;
	  float: left;
	  height:100%;
	  padding-left: 0px;
	  position: relative;
	  width: 290px;
	  z-index: 2;
	  margin-bottom: 0px;
	  margin-top: 0px
	}
	nav.primary .responds{
		display: block;
		height: 41px;
		text-align: center;
		font-family: 'BebasNeueRegular';
		font-size: 30px;
		padding-top: 25px;
		cursor:pointer;
		color: #ffffff
	}
	nav.primary .responds:hover span{
		color:#97d1ff;
	}
	.sf-menu {
	  line-height: 1;
	  width: 100%;
	  margin-top: 0px;
	  padding-right: 0
	}
	.sf-menu > li > a {
		background: #013aa4;
		font-size: 16px;
		width: 100%;
		height:48px;
		font-size: 20px;
		color: #ffffff;
		border-top: 6px solid #345fb3;
		border-radius: none;
		-moz-border-radius-topleft: 0px; 
		-webkit-border-top-left-radius: 0px; 
		border-top-left-radius: 0px;
		-moz-border-radius-topright: 0px; 
		-webkit-border-top-right-radius: 0px; 
		border-top-right-radius: 0px;
		padding: 5px 0
	}
	.sf-menu > li > a:hover, 
	.sf-menu > li.sfHover > a, 
	.sf-menu > li.current-menu-item > a {
	  background: #ffb500;
	  margin-top: 0;
	  height: 48px;
	  border-top: 6px solid #f0aa00;
	  color: #0139a1!important
	}
	#topnav{
		display: none;
		position: absolute;
		height: 534px
	}
	.sf-menu > li {
	  margin: 0;
	  text-align: center;
	  width: 100%;
	  height: 60px;
	  padding-left: 0
	}
	.sf-menu li:hover ul,
	.sf-menu li.sfHover ul {
		left:			31%;
		top:			60px; /* match top ul list item height */
		z-index:		99;
	}
	.sf-menu > li > a:hover,
	.sf-menu > li.sfHover > a,
	.sf-menu > li.current-menu-item > a {
		color:#cee41f;
		}
		.sf-menu li li a {
		  background: #fff;
		  color: #ff8a00;
		  text-align: center;
		  border-bottom:2px solid #345fb3 
		}
		.sf-menu li li a:hover{
			background: #ffb500
		}
	.primary_content_wrap {
	  background: url("images/cont290.png") repeat-y scroll center 50px transparent;
	  margin-top: 0
	}
	.body_content {
	  background: url("images/top_cont290.jpg") no-repeat scroll center top transparent;
	}		
	#slider-wrapper {
	  width: 252px
	}
	.flexslider {
	  height: 123px;
	  margin-top: 0px;
	  position: relative;
	  width: 252px
	}
	.flex-caption {
	 display: none;
	}
	.flex-caption h1 {
	  font-size: 30px;
	  line-height: 30px;
	  margin-bottom: 0
	}
	.flex-caption h2 {
	  font-size: 19px;
	  line-height: 19px;
	  margin: 0 0 10px 0
	}
	.flexslider .flex-caption a {
	  background: url("images/link_caption450.png") no-repeat scroll left top transparent;
	  font-size: 12px;
	  height: 35px;
	  line-height: 34px;
	  padding-left: 10px;
	  width: 190px;
	}
	.flex-control-nav {
	  list-style: none outside none;
	  margin-left: 0;
	  position: absolute;
	  right: 4%;
	  top: 0;
	  padding: 0
	}
	#before_content {
	  background: url("images/before_cont.png") repeat-x scroll -39px top transparent;
	  height: 265px;
	  margin-left: 19px;
	  margin-top: -20px;
	  padding: 34px 27px 0 7px;
	  position: relative;
	  width: 218px;
	}
	#before_content .grid_24 {
	  width: 235px;
	}
	#before_content h3 {
	  font-size: 18px;
	  margin-bottom: 0;
	  margin-top: 16px;
	  padding-left: 7px;
	  text-align: center;
	}
	.text-styled a {
	  display: none
	}
	div.carousel {
	  width: 205px!important;
	  overflow: hidden!important;
      margin-left: 15px
	}
	div.carousel ul li {
	  margin: 0 8px;
	  width: 190px
	}
	div.carousel ul li .featured-thumbnail {
	  width: 178px;
	}
	a.prev, a.next {
	  top: 127px;
	}
	.left_seam {
	  left: -36px;
	  top: 100%;
	}
	.right_seam {
	  top: -11%;
	}
	.left_home_area {
	  color: #555555;
	  font-size: 12px;
	  line-height: 18px;
	  padding: 30px 40px 17px;
	}
	.right_home_area {
	  float: left !important;
	  margin-top: 0;
	  padding: 0 24px 0 47px;
	  border-left: none;
	}
	#gallery .portfolio li {
	  margin-left: 31px;
	}
	#content {
	  padding: 10px 30px 30px 40px;
	}
	#sidebar {
	  border-left:none;
	  margin-top: 0;
	  padding: 0 25px 35px 47px;
	}
	#sidebar h2{
		margin-top: 0
	}
	#gallery .portfolio li {
	  margin-left: 0px;
	  width: 218px;
	  margin-right: 0
	}
	#gallery .portfolio li a.image-wrap {
	  height: 135px;
	  width: 200px;
	}
	.zoom-icon {
	  height: 146px;
	  width: 216px;
	}
	article {
	  clear: both;
	  margin-bottom: 35px;
	  position: relative;
	  width: 100%;
	  padding-bottom: 75px
	}
	.comment-author .fn {
	  font-size: 11px;
	}
	.comment-meta {
	  font-size: 11px;
	  left: -103px;
	}
	.comment-meta a{
		font-size: 11px!important;
		margin-left: 76px
	}
	.comment-edit-link{
		margin-left: 50px
	}
	input[type="text"], textarea {
	  width: 90%;
	}
	.wpcf7-submit {
	  margin-left: 0px;
	}
	#commentform textarea {
	  height: 160px;
	  max-width: 590px;
	  min-height: 100px;
	  min-width: 210px;
	  overflow: auto;
	  padding: 4px;
	  width: 210px;
	}
	#header #searchform .searching{
		-moz-border-radius:0px!important; 
		-webkit-border-radius:0px!important;
		 border-radius:0px!important;
	}
	#header #searchform .submit{
		-moz-border-radius:0px!important; 
		-webkit-border-radius:0px!important;
		 border-radius:0px!important;
	}
	.footer-second {
	  height: 275px;
	  margin-top: -14px;
	  padding: 50px 30px 0;
	}
	.footer-second ul li {
	  float: none;
	  padding: 5px 15px;
	}
	.footer-second ul li a{
		white-space: nowrap;
	}
	.footer-second .socials {
	  float: left;
	  margin: 15px;
	}
	.footer-shadow {
	  background: url("images/shadow_footer290.png") no-repeat scroll center bottom transparent;
	}


	}