@charset utf-8;
/*--
	Theme Name: wp014
--*/

/* General
---------------------------------------- */
html,
body {
	min-width:1000px;
	}
body{
	color: #707070;
	font: 100%/1.5em Arial, Helvetica, sans-serif;
	position:relative;
	background: url(images/bg.jpg) top center no-repeat #184682
}
#main {
	font-size:.875em;
}

.container {
	width: 1000px;
	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;
}
.top-header{
	float: right;
	margin-right: 30px;
	padding-top: 25px;
	font-size: 20px;
	line-height: 20px;
	color: #85d3ff;
	font-family: 'open_sans_lightregular';
}
.top-header b{
	color: #fff;
	font-family: 'open_sansbold';
}

/* Logo */
.logo {
	float: left;
	margin: 0 0 0 40px
	}
	.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;
	}

/* Navigations
---------------------------------------- */

/* Primary navigation */
nav.primary {
	position:relative;
	z-index:2;
	height:57px;
	width: auto;
	padding-top: 0px;
	clear: both;
	background: url(images/nav.gif) left top repeat-x;
	-moz-border-radius-topleft: 35px; 
	-webkit-border-top-left-radius: 35px; 
	border-top-left-radius: 35px;
	-moz-border-radius-topright: 35px; 
	-webkit-border-top-right-radius: 35px; 
	border-top-right-radius: 35px;
}
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: left;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	min-width: 120px; /* left offset of submenus need to match (see below) */
	padding:0;
	border-bottom: 4px solid #d70000;
	-moz-box-shadow:1px 2px 4px #7e7e7e;	
	-webkit-box-shadow:1px 2px 4px #7e7e7e;
	box-shadow:1px 2px 4px #7e7e7e;
}
.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:			-15px;
	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: 57px;
	padding: 0;
	float: left;
	margin-left: 30px
	}
	.sf-menu > li > a {
		margin-left:0px;
		color:#276db8;
		text-align: left;
		font-size:15px;
		font-family: 'open_sansbold';
		line-height:44px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		text-transform: uppercase;
		padding-top: 4px
		}
		.sf-menu > li > a span {
			display: block;
		}
		.sf-menu > li > a:hover,
		.sf-menu > li.sfHover > a{
			color:#f00001;
			border-bottom: 2px solid #d70000
			}
		.sf-menu > li.current-menu-item{
			background: url(images/current.png) bottom center no-repeat;
		}	
		.sf-menu > li.current-menu-item > a{
			color: #003f82;
			border-bottom: none!important
		}	
		
.sub-menu li {
	float:none;
	padding:0px;
	text-align: left;
	min-width: 120px;
	border-bottom: 1px solid #d3d3d3;
	border-top: 1px solid #fff;
	display: inline-block;
}
	.sf-menu li li a {
		background: url(images/drop_nav.gif) left top repeat-x;
		font-size:15px;
		color:#276db8;
		line-height:20px;
		padding:7px 15px;
		text-align: left;
		min-width: 120px;
		width: auto;
		font-family: 'open_sansregular';
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		white-space: nowrap;
		}
	.sf-menu li li a:hover,
	.sf-menu li li.sfHover > a,
	.sf-menu li li.current-menu-item > a{
		color: #f00001;
		}
.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{
	background: url(images/slider.jpg) top center no-repeat;
	position: relative;
	margin-top: -10px
}
.flexslider-holder {
  height: 410px;
  background:  url(images/loading.gif) 50% 50% no-repeat;
  z-index: 0;
  position: relative;
  margin: 0 auto;
  width: 901px;
  padding-top: 37px
}
.tape{
	background: url(images/read_left.png) no-repeat;
	height: 58px;
	width: 35px;
	position: absolute;
	bottom: 85px;
	left: 17px
}

/* Before Content Area */
#before_content{
	height: 125px;
	margin-bottom: 25px
}
	#before_content .widget h3{
		font-family: 'open_sansbold';
		font-size: 22px;
		color: #fff;
		margin-bottom: 10px
	}
	#before_content .widget a{
		display: block;
		text-decoration: none;
		width: 190px;
		float: left
	}
		#before_content .widget a p{
			color: #fff
		}
		.banner1,
		.banner2,
		.banner3{
			padding: 25px 20px 2px;
			margin-right: 5px
		}
		.banner1{
			background: url(images/banner1.jpg) no-repeat;
		}
		.banner2{
			background: url(images/banner2.jpg) no-repeat;
		}
		.banner3{
			background: url(images/banner3.jpg) no-repeat;
			margin-right: 0
		}
		
/* Content
---------------------------------------- */
#main {
  font-size: 13px;
  font-style: normal;
  line-height: 18px;
}
.home .primary_content_wrap{
	padding-top: 0
}
.primary_content_wrap {
	position:relative;
	z-index:8;
	background: url(images/bg_content.gif) left top repeat-x #fff;
	padding: 30px 50px 30px 30px
	}
	.primary_content_wrap .container{
		background: url(images/shadow.png) top center no-repeat;
	}
#content p{
	font-size: 12px;
	line-height: 18px;
	color: #565656
}

/* Opportunities */
.oppor{
	margin-bottom: 10px
}
	.oppor h4{
		font-family: 'open_sansregular';
		font-size: 14px;
		line-height: 18px;
		color: #5d6064;
		margin-bottom: 5px;
		font-weight: normal;
	}
	.oppor img.alignleft{
		padding: 0;
		border: none;
	}

/* After Content Area */
.after_content_area{
	border-top: 1px solid #e7e7e7;
	margin-top: 30px
}
.after_content_holder{
	float: left;
	padding-top: 25px
}
.after_content_holder h3{
	font-family: 'open_sansregular';
	color: #4f75a2;
	font-size: 25px;
	line-height: 25px;
	font-weight: normal;
	margin-bottom: 20px
}
#text-6{
	width: 205px
}
#text-6 a{
	font-size: 14px;
	color:#1a4986;
	display: block;
	float: left;
	clear: both;
	margin-top: 0px;
	line-height: 14px;
	padding: 0 0 0 20px;
	font-family: 'open_sansregular';
}

/* Testimonials */
.quote{
	background: #f4f4f4;
	padding: 30px 25px 25px 20px;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	border-radius:5px;
}
	#content .quote p{
		background: url(images/quote.gif) left top no-repeat;
		padding-left: 35px;
		font-family: 'open_sansitalic';
		color: #565656;
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 10px
	}
	#content .quote em{
		font-size: 15px;
		color: #000;
		font-family: 'open_sansitalic';
		font-size: 15px;
		line-height: 22px;
		float: left;
		padding-left: 32px;
		font-style: normal;
	}
	#content .quote a{
		float: right;
		font-family: 'open_sansregular';
		color: #1a4986;
		font-size: 14px;
		line-height: 22px
	}

/* After Nav Area */	
.after_nav_area{
	background: url(images/after_nav.jpg) top center no-repeat;
	height: 80px;
	border-bottom: 1px solid #fff;
	margin-top: -10px;
	padding: 40px 45px
}
	.after_nav_area h3{
		font-family: 'open_sans_lightregular';
		color: #fff;
		font-size: 40px;
		line-height: 40px;
		font-weight: normal;
		float: left;
		width: 310px;
		letter-spacing: -0.025em;
		text-transform: none;
	}
	.after_nav_area .textwidget{
		float: left;
		margin-left: 25px;
		width: 570px;
		font-family: 'open_sansregular';
		font-size: 15px;
		line-height: 20px;
		color: #fff;
		padding-top: 10px
	}


/* List */

#content ul li{
	padding: 5px 0 5px 20px;
	background: url(images/list.gif) left 10px no-repeat;
	font-family: 'open_sansregular';
	font-family: arial;
	font-size: 14px;
	color: #5d6064
}
	ul.list li a, #content ul.list li a{
		color: #1e5191
	}

	.time_author{
		float: right;
		color: #929292;
		padding-top: 15px
	}
		.time_author a{
			color:#004196;
		}
.logos img{
	padding: 0;
	border: none; 
}

.read{
	background: url(images/read.jpg) left top no-repeat;
	width: 116px;
	height: 36px;
	font-family: 'open_sansbold';
	display: block;
	color: #e9e9e9;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	text-shadow: 1px 1px #547db3;
	float: left;
	margin-top: 20px;
	text-transform: uppercase;
	text-decoration: none;
}
.read:hover{
	color: #fff
}

.link_more{
	color: #1a4986;
	font-family: 'open_sansregular';
	font-size: 14px;
	padding-left: 20px
}

/* Location */
.location{
	background: #1a4986;
	padding: 20px;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	border-radius:5px;
	width: 385px;
	float: left;
}
.location h1{
	color: #fff;
	font-family: 'open_sansbold';
	font-size: 18px;
}
#content .location p{
	color: #fff
}

/* Page title
---------------------------------------- */		
h1.entry-title{
	font-family: 'open_sansbold';
	font-size: 35px;
	color: #2760ab;
	font-weight: normal;
	border-bottom: none;
}
.home h1.entry-title{
	display: none;
}


/* Top Content
---------------------------------------- */	
.top-content{
	height: 125px
}

/* 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;
	}
			li.comment .comment-body {
				padding:33px 25px 50px 130px;
				position:relative;
				zoom:1;
				border:2px solid #e7e7e7;
				margin-bottom:20px;
				font-family:Arial, Helvetica, sans-serif;
				font-size:14px;
				line-height:22px;
				background: #fff
				}
			.comment-author .fn {
				display:block;
				position:absolute;
				left:28px;
				bottom:25px;
				font-style:normal;
				color:#004196;
				}
			.comment-author .says {
				display:none;
				}
		.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:#004196;
						text-decoration:underline;
						font-size:14px;
						line-height:1.2em;
						}
					.reply a:hover {
						text-decoration:none;
						}
				
				
	.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;
		}

/* Post
---------------------------------------- */

article {
	margin-bottom:30px;
	width:100%;
	position:relative;
	clear:both;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 35px
	}

/* Post header */
article header h2 {
	font-size: 18px;
	line-height: 22px;
	color: #4f75a2;
	margin:0 ;
	padding-bottom:5px;
	padding-top: 5px
	}
	article header h2 a {
		text-decoration:none;
		color: #4f75a2
		}
	article header h2 a:hover {
		color: #004196;
		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: 3px
			}
	
	/* 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:#565656;
		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:#004196;
		text-decoration:underline;
		font-size:14px;
		line-height:1.2em;
		margin-right:15px;
		margin-top: 0!important
		}
	article.single-post footer {
		margin-top:20px;
	}
	.read-more{
		text-decoration: underline;
	}
	.read-more:hover{
		text-decoration: none;
	}
	.comments-link:hover{
		text-decoration: none
	}	

	article footer .link{
		line-height: 36px
	}

/* Meta information for post */
.post-meta {
	width:100%;
	color:#777777;
	overflow:hidden;
	margin-bottom:1em;
	font-weight: normal;
	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: 3px;
	background: #fff;
	border:1px solid #cfcfcf;
	}
.alignright {
	float:right;
	margin:0 0 10px 30px;
	padding: 3px;
	background: #fff;
	border:1px solid #cfcfcf;
	}
.aligncenter {
	text-align:center;
	margin:0 auto;
	margin:0 0px 10px 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;
		background: none;
		padding-left: 0
		}

.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:#004196;
		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: #004196 
		}
		#error404 hgroup h1 {
			font-size:3em;
			margin-bottom:.2em;
			}
		#error404 h4{
			font-size: 20px;
			color: #004196;
			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: 12px 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;
			text-indent: -9999px;
			margin-top: 0
		}

/* 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: 10px
	}
.header-title h1 {
	font-size:35px;
    line-height:1.2em;
    color:#2760ab;
    margin:0;
    font-family: 'open_sansbold';
    padding-bottom: 10px;
    letter-spacing: -0.050em;
    font-weight: normal;
	}
.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
}
* + html #gallery .portfolio li {
  display: inline;
}
	
#gallery .portfolio {
	width: 100%;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}

#gallery .portfolio li {
	position: relative;
	float: left;
	width: 286px;
	margin-bottom: 25px!important;
	border-bottom: none;
	margin-right: 31px;
	background: none!important;
	padding-left: 0!important;
}

#gallery .portfolio li.nomargin {
	margin-right: 0 !important;
}

#gallery .portfolio li a.image-wrap {
	display:block;
	overflow:hidden;
	width:273px;
	height:156px;
	position:relative;
	background:#fff url(images/loading.gif) 50% 50% no-repeat!important;
	-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: 3px;
	background: #fff
	}
#gallery .portfolio li a.image-wrap:hover {
	}
	#gallery .portfolio li a.image-wrap img {
		display: none;
		float: left;
		border: none;
		width: 100%;
		height: auto
		}

#gallery .portfolio .folio-desc {
	margin-bottom:0;
	color: #878787;
	line-height: 18px;
	}
	#gallery .portfolio .folio-desc h4{
		margin-bottom: 10px;
		font-family: 'open_sansregular';
		font-size: 18px;
		font-weight: normal;
		letter-spacing: -0.05em
	}
	#gallery .portfolio .folio-desc h4 a{
		color: #4f75a2;
		display: block;
		font-family: arial;
		line-height: 20px;
		margin-bottom: 5px;
		text-decoration: none;
		text-transform: uppercase;
	}
		#gallery .portfolio .folio-desc h4 a:hover{
			color: #565656
		}
#gallery .portfolio p.excerpt {
	padding:0;
	}


#gallery .portfolio .folio-desc a.read{
	margin-top: 0px;
	float: left
}
#gallery .portfolio .folio-desc a.read:hover{
	text-decoration: none;
}
.zoom-icon {
	display:block;
	position:absolute;
	left:1px;
	top:-152px;
	width:273px;
	height:156px;
	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;
	}
.line{
	padding-top: 30px;
    border-top: 1px solid #e7e7e7;
    margin-top: 30px;
    clear: both;
}	



/* Page Navigaton (wp-pagenavi) */
.wp-pagenavi {
  clear: both;
  overflow: hidden;
}
#content .wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  padding: 4px 10px 3px;
  margin-right: 5px;
  display: inline-block;
  background: #3061a0;
  color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: none;
  font-family: 'open_sansregular';
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease-out;    /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10 */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
            transition: all 0.3s ease-out;
}
#content .wp-pagenavi a:hover, #content .wp-pagenavi span.current {
  background: #3d93dc;
}
#content .wp-pagenavi span.current {
  font-weight: bold;
  border: none;
  padding: 4px 10px 3px;
  background: #f00001
}
#content .wp-pagenavi .pages {
  float: right;
  border: none;
  color: #999;
  display: none
}

/* Clients
---------------------------------------- */
.clients img.alignleft{
	padding:0;
	margin: 0 18px 18px 0 
}

/* Sidebar
---------------------------------------- */
#sidebar {
  color: #707070;
  font-size: 12px;
  line-height: 18px;
  padding: 0;
  width: 200px;
  float: left
}
	#sidebar .widget{
		margin-top: 10px
	}
	#sidebar h3{
		font-size:20px;
	    line-height:20px;
	    color:#1e5191;
	    margin:0 0 15px;
	    font-family: 'open_sansbold';
	    font-weight: normal;
	    padding:0 
	}
	#sidebar #categories-3 h3{
		margin-left: 20px
	}
		#sidebar ul li {
			padding: 4px 0 4px 35px;
			border-bottom: none;
			background: url(images/cross.png) 20px 8px no-repeat;
			font-family: 'open_sansregular';
			font-size: 13px;
			line-height: 18px;
			color: #1e5191;
			-moz-border-radius:3px; 
			-webkit-border-radius:3px; 
			border-radius:3px;
		}
			#sidebar ul li a{
				color: #1e5191;
			}
			#sidebar ul li:hover{
				background: url(images/cross.png) 20px -15px no-repeat #f00001
			}
				#sidebar ul li:hover a{
					color: #fff;
					text-decoration: none
				}
				#text-3{
					background: #1a4986;
					padding: 20px;
					color: #fff;
					-moz-border-radius:3px; 
					-webkit-border-radius:3px; 
					border-radius:3px;
				}
					#text-3 h3{
						color: #fff
					}
					#text-3 img{
						margin-bottom: 5px
					}
					#text-3 a{
						color: #289cff
					}
					#text-3 a.mail{
						color: #289cff;
						display: block;
						background: url(images/mail.jpg) no-repeat;
						height: 33px;
						width: 117px;
						font-size: 14px;
						line-height: 35px;
						color: #6494c5;
						text-shadow:1px 1px #ffffff;
						text-align: center;
						font-family: 'open_sansbold';
						text-transform: uppercase;
						padding-left: 10px;
						text-decoration: none;
						margin: 15px auto 5px
					}

	
/* 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;
	}




/* Recent Posts */
#my_postwidget-2{
		width: 453px;
		float: left;
		padding-left: 40px;
		border-left: 1px solid #e7e7e7 
	}
.latestpost {
	list-style-type:none;
	margin:0;
	padding:0;
	color: #535353;
	font-size: 13px;
	line-height: 18px
	}
	#content ul.latestpost li {
		margin:0;
		list-style-type:none;
		background: url(images/list_post.gif) top left no-repeat;
		margin-bottom: 20px;
		border-bottom: none;
		padding: 0 0 0 25px;
		float: left
		}
		.latestpost li div{
			margin-bottom:0px;
			position:relative;
			padding: 0 0 0px 0px!important;
			font-family:Arial, Helvetica, sans-serif;
			color: #7e8c8f
		}
			#content ul.latestpost h3{
				font-size: 14px;
				line-height: 14px;
				margin-bottom: 5px
			}
			
			.latestpost li a {
				text-decoration:none;
				color:#5d6064;
				text-transform: none!important;
				font-weight: normal!important;
				font-size:14px;
				font-family: 'open_sansregular'
				}
				.latestpost li a:hover {
					color:#004196!important;
					}
		.latestpost li p{
			color: #9b9b9b;
			margin-bottom: 0
		}
.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
}

.latestpost footer{
	color: #565656;
	font-size: 13px;
	margin-top: 5px
}
	.latestpost footer a{
		color: #004196
	}

/* 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;
		}
/* Carousel widget */
.es-carousel-wrapper {
  background: #101010;
  padding: 10px 37px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}
.es-carousel {
  overflow: hidden;
  background: #000;
}
	.es-carousel ul {
	  display: none;
	}
		.es-carousel ul li {
		  height: 100%;
		  float: left;
		  display: block;
		  list-style-type: none;
		  padding: 0;
		  margin: 0;
		  color: #fff;
		}
			.es-carousel ul li .thumbnail {
			  display: block;
			  border-style: solid;
			  border-color: #222;
			}
				.es-carousel ul li a img {
				  display: block;
				  border: none;
				  max-height: 100%;
				  max-width: 100%;
				}
.es-nav span {
  position: absolute;
  top: 50%;
  left: 12px;
  background: transparent url(images/nav.png) no-repeat top left;
  width: 14px;
  height: 26px;
  margin-top: -13px;
  text-indent: -9000px;
  cursor: pointer;
  opacity: 0.8;
}
.es-carousel ul li h4 {
  margin-bottom: .5em;
}
.es-carousel ul li .excerpt {
  margin-bottom: 10px;
}
.es-nav span.es-nav-next {
  right: 12px;
  left: auto;
  background-position: top right;
}
.es-nav span:hover {
  opacity: 1.0;
}

/* Banner widget */
.banners-holder {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
	.banners-holder li {
	  list-style-type: none;
	  float: left;
	  margin: 0 3px 3px 0;
	  padding: 0;
	}
		.banners-holder li img {
		  vertical-align: top;
		  float: left;
		}


/* Footer
---------------------------------------- */
#footer {
	padding:30px 50px 15px 0;
	background: url(images/footer.gif) top center no-repeat;
	position: relative;
	z-index: 5;
	color: #6a8084
}
.logo-foot{
	float: left;
	margin-top: 10px
}
#footer-text{
	float: left;
	width: 225px;
	margin:10px 0 0 50px;
	color: #648cc1
}
	#footer-text a{
		color: #fff
	}
	#footer-text span{
		margin: 0 15px
	}
.socials{
	float: right;
	margin-left: 12px
}
	.socials p{
		float: left;
		font-size: 12px;
		color: #747474;
		font-family: 'open_sansregular';
		margin:12px 12px 0 0
	}
	.socials a{
		height: 39px;
		display: block;
		float: left;
	}
	.socials a:hover{
		background: #3d93dc
	}


/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom: 220px;
	margin-left: 475px;
	left: 51.3%;
	
}
#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;
}
/* arrow icon (span tag) */
#back-top span {
	width: 78px;
	height: 34px;
	display: block;
	margin-bottom: 0px;
	background: url(images/to_top.png) no-repeat;
	/* background color transition */
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}
#back-top span:hover{
	margin-bottom: 7px;
}



/* 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 #d6d6d6;
	outline:none;
	color: #505050!important
}
input[type="text"], textarea {
	background:#f8f8f8;
	border: 1px solid #d3d3d3;
	padding:8px 10px;
	width: 62%;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	border-radius:3px;
	-moz-box-shadow:inset 2px 4px 6px #E6E6E6;	
	-webkit-box-shadow:inset 2px 4px 6px #E6E6E6;	
	box-shadow:inset 2px 4px 6px #E6E6E6;
	}
textarea{
	height: 170px
}
label{
	display:block;
	width: 110px;
	float: left;
	vertical-align: middle;
	}
#searchform 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: #e9e9e9!important;
	display: block;
	float: left;
	margin-top: 20px;
	text-decoration: none;
	background: url(images/submit.gif) left repeat-x;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	height: 36px;
	border: none;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	border-radius:5px;
	font-family: 'open_sansbold';
	font-size: 15px;
	padding: 0 15px;
	text-transform: uppercase;
	text-shadow: 1px 1px #547db3;
	}

	input[type="submit"]:hover{
		color: #fff!important;
		
	}
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;
	}

	
/* Contact form */
.wpcf7-form p.field {
  margin-bottom: 9px;
  overflow: hidden;
  vertical-align: top;
  position: relative;
}
.wpcf7-form p.field input {
  width: 275px;
}
.wpcf7-form p.field small {
  color: red;
}
.wpcf7-form textarea {
  width: 70%;
  max-width: 70%;
  min-width: 70%;
  height: 255px;
  min-height: 255px;
  overflow: auto;
}
.wpcf7-form .submit-wrap {
  padding: 0;
  margin: 0;
}
span.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-not-valid-tip {
  width: 286px !important;
  position: absolute;
  left: 25% !important;
  top: 0 !important;
  padding: 5px 0 4px 10px !important;
  background: #f3b7b7 !important;
  color: red !important;
  border: none !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
div.wpcf7-response-output {
  margin-left: 0 !important;
  margin-right: 0 !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: #565656!important
		}

/* Sidebar search form */
#header #searchform {
	float: right;
	padding:10px 0 0 0;
	width: 236px;
	background: none;
	margin-bottom: 0
	}
	#header #searchform .searching{
		background: #fff;
		padding: 7px 9px 6px 9px;
		color: #222222;
		width: 170px;
		-moz-border-radius:3px; 
		-webkit-border-radius:3px;
		 border-radius:3px;
		border: 1px solid #cfe4ff;
		-moz-box-shadow: inset 2px 2px 4px #becbdc;	
		-webkit-box-shadow: inset 2px 2px 4px #becbdc;	
		box-shadow: inset 2px 2px 4px #becbdc;
		float: left;
	}
	#header #searchform .submit{
		background: url(images/search.png) no-repeat;
		width: 16px;
		height: 16px;
		text-indent: -9999px;
		float: right;
		clear: none;
		margin: 10px 20px 0 8px;
		padding: 0
	}
	#searchform .searching {
		background: #ededed;
		padding: 8px 10px;
		color: #222222;
		width: 203px;
		border: 1px solid #d3d3d3;
		float: left;
		color: #afafaf;
		-moz-box-shadow: inset 1px 1px 3px #d3d3d3, 1px 1px 2px #fff;	
		-webkit-box-shadow: inset 1px 1px 3px #d3d3d3, 1px 1px 2px #fff;	
		box-shadow: inset 1px 1px 3px #d3d3d3, 1px 1px 2px #fff;
		font-size: 13px
		}
	#searchform{
		position: relative;
		width: 223px;
		margin-bottom: 20px;
		height: 35px
	}



/* 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;
}

/*	Retina media query.
	Overrides styles for devices with a 
	device-pixel-ratio of 2+, such as iPhone 4.
-----------------------------------------------    */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  
}
/* Always remember to compress your live stylesheet and keep an uncompressed backup */