@charset utf-8;
/*--
	Theme Name: wp009
--*/

/* General
---------------------------------------- */
html,
body {
	min-width:1000px;
	}
body{
	color: #707070;
	font: 100%/1.5em Arial, Helvetica, sans-serif;
	position:relative;
	background: #000
}
.tf_bg{
    width:100%;
    height:100%;
    position:fixed;
    top:0px;
    left:0px;
}
.tf_bg img{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    z-index: 1;
}

.tf_pattern{
    position:absolute;
    width:100%;
    height:100%;
    background:transparent url(images/bg.png) repeat top left;
    z-index:2;
}
#main {
	font-size:.875em;
}
}
.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{
	border: 1px solid #f00
}

/* ---- Top Area -----*/
#top_area .container{
	background: url(images/top.png);
	height: 105px
}

/* Header widget */
#text-2.widget-area {
	color: #9dd0f9;
	float: right;
	padding: 0
}
.top_block{
	height: 40px;
	background: #000;
	padding: 0 0 0 15px
}
	.top_block p.phone{
		float: left;
		font-size: 12px;
		color: #747474;
		font-family: 'open_sansregular';
		margin: 10px 0 0 0
	}
		.top_block p.phone strong{
			 font-family: 'open_sansbold';
			 color:#c5c5c5;
			 display: inline-block;
			 font-size: 12px
		}
	.socials{
		float: left;
		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: #639fab
		}



/* Logo */
.logo {
	float: left;
	margin: 23px 0 0 8px
	}
	.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:50px;
	width: auto;
	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;
	margin-top: 8px
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	min-width: 80px; /* left offset of submenus need to match (see below) */
	padding:5px 0;
	background: url(images/dropNav.png);
}
.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:			40px; /* 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: 30px
	}
	.sf-menu > li > a {
		margin-left:0px;
		color:#c2c2c2;
		text-align: center;
		font-size:16px;
		font-family: 'open_sansbold';
		line-height:37px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;

		}
		.sf-menu > li > a span {
			display: block;
		}
		.sf-menu > li > a:hover,
		.sf-menu > li.sfHover > a,
		.sf-menu > li.current-menu-item > a{
			color:#ffffff!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:14px;
		color:#939393;
		line-height:20px;
		padding:7px 15px;
		text-align: left;
		min-width: 80px;
		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: #fff;
		background: #639fab
		}
.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;
	width: 960px;
	z-index: 2
	}
.flexslider {
	position:relative;
	width:987px;
	height:311px;
}
.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: 50px;
	left:0px;
	height: 100%;
	width: 37%;
	color: #373737
}
	.flex-caption h1{
		color: #fff;
		font-size: 70px;
		text-shadow: 1px 1px 4px #212c2c;
		margin-bottom: 10px;
		line-height: 70px
	}
	.flex-caption h2{
		color: #fff;
		font-size: 50px;
		line-height: 50px;
		text-shadow: 1px 1px 4px #212c2c;
		font-weight: normal;
		font-family: 'open_sansregular';
	}
		.flex-caption h2 span{
			color: #a3e0ed;
			display: inline-block;
		}
		.flex-caption h2 big{
			line-height: 75px;
			font-weight: normal;
		}

/* 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: 250px; 
	left: 0;
	list-style: none;
	padding: 0
	} /* set negative margin-left equal to half the width on the control-nav for perfect centering */

.flex-control-nav li {
	margin: 0 4px;
	float: left 
}
.flex-control-nav li a {
	width: 21px; 
	height: 21px; 
	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;
}

/* Under Slider Area
---------------------------------------- */
.under_slider{
	height: 155px
}
#text-3, .text{
	float: left;
	width: 695px;
	font-family: 'open_sansregular';
	font-size: 16px;
	line-height: 20px;
	color: #9f9f9f
}
#content .text p{
	font-family: 'open_sansregular';
	font-size: 16px;
	line-height: 20px;
	color: #9f9f9f
}
	#text-3 h3, .text h3{
		font-family: 'open_sansbold';
		font-size: 25px;
		color: #fff;
		line-height: 25px;
		margin:20px 0 10px;
	}
	#text-3 a{
		color: #e6e6e6;
		text-decoration: none;
	}
		#text-3 a:hover{
			text-decoration: underline;
		}
#text-4{
	float: right;
	width: 225px;
	position: relative;
}
	a.join{
		display: block;
		background: url(images/join.gif) left top repeat-x; 
		height: 52px;
		width: 225px;
		text-align: center;
		font-family: 'open_sansbold';;
		font-size: 22px;
		line-height: 55px;
		text-decoration: none;
		color: #000;
		-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
		text-shadow: 1px 1px #86adb6;
		margin-top: 40px;
		behavior: url(images/PIE.htc);
		zoom:1;
		float: right
	}
		a.join:hover{
			color: #f3f3f3
		}

/* Before Content Area
---------------------------------------- */
#before_content{
	margin-top: -30px;
	position: relative;
	background: #f2f2f2 url(images/before_content.gif) left top repeat-x;
	margin-left: -10px;
	width: 980px
} 
	#before_content h3{
		border-bottom: none;
		font-size: 20px;
		line-height: 20px;
		color:#000000;
		margin:12px 0 8px 0;
		font-family: 'open_sansregular';
		font-weight: normal;
	}
		.before_content_holder{
			margin-top: -5px;
			text-align: center;
		}
			.before_content_holder .img_block1{
				background: url(images/img_block1.png) top left no-repeat;
				height: 140px;
				width: 140px;
				margin: 40px 0 0 40px
			}
			.before_content_holder .img_block2{
				background: url(images/img_block2.png) top left no-repeat;
				height: 140px;
				width: 140px;
				margin: 40px 0 0 40px
			}
			.before_content_holder .img_block3{
				background: url(images/img_block3.png) top left no-repeat;
				height: 140px;
				width: 140px;
				margin: 40px 0 0 40px
			}
			.before_content_holder .img_block4{
				background: url(images/img_block4.png) top left no-repeat;
				height: 140px;
				width: 140px;
				margin: 40px 0 0 40px
			}
			.before_content_holder p{
				font-family: 'open_sansregular';
				font-size: 13px;
				line-height: 20px;
				letter-spacing: -0.050em;
				padding: 0 20px;
				color:#848484;
			}
			.before_content_holder a{
				color:#639fab;
				font-family: 'open_sansbold';
				font-size: 16px;
				line-height: 16px;
				margin-bottom: 25px;
				display: block;
				text-decoration: none
			}
				.before_content_holder:hover{
					background: url(images/before_content_holder.jpg) left top repeat-x;
				}
				.before_content_holder:hover h3, .before_content_holder:hover p{
					color: #ffffff!important;
				} 
				.before_content_holder:hover a{
					color: #000!important;
				} 
				.before_content_holder:hover .img_block1{
					background: url(images/img_block1.png)  left -147px no-repeat;
				}
				.before_content_holder:hover .img_block2{
					background: url(images/img_block2.png)  left -147px no-repeat;
				}
				.before_content_holder:hover .img_block3{
					background: url(images/img_block3.png)  left -147px no-repeat;
				}
				.before_content_holder:hover .img_block4{
					background: url(images/img_block4.png)  left -147px no-repeat;
				}
		
/* Content Home
---------------------------------------- */
.content_home{
	background: #fff;
	width: 980px;
	margin-left: -10px;
	padding-bottom: 30px
}

/* Left Home Area
---------------------------------------- */
.left_home_area{
	font-size: 12px;
	line-height: 18px;
	color: #555555;
	padding-top: 30px;
	background: url(images/line.gif) 100% top repeat-y;
	float: left!important
}
.left_home_area h2{
	text-align: left;
	font-size: 20px;
	line-height: 20px;
	color: #191e1d;
	margin: 0 0 15px;
	padding: 0;
	font-family: 'open_sans_lightregular';
	font-weight: normal;
}

/* Right Home Area
---------------------------------------- */
.right_home_area{
	font-size: 12px;
	line-height: 18px;
	color: #707070;
	float: right!important;
	padding-top: 30px
}
	.right_home_area h1 a{
		color: #639fab;
		font-size: 16px;
		line-height: 46px;
		text-decoration: none;
		float: right
	}
		.right_home_area h1 a.testi{
			padding-left: 25px
		}
	#my_cyclewidget-2{
		margin-top: 35px
	}	
		#my_cyclewidget-2 h2{
			font-size:30px;
		    line-height:1.2em;
		    color:#212121;
		    margin:0 0 30px;
		    font-family: 'open_sans_lightregular';
		    font-weight: normal;
		    border-bottom: 1px solid #cacaca;
		    padding-bottom: 13px
		}	
		.right_home_area .latest li{
			float: left;
			width: 333px;
			color: #505453
		}
			.right_home_area .latest li h4.page-title{
				font-family: 'open_sansregular';
				font-size: 16px;
				line-height: 16px;
				font-weight: normal;
				margin: 0 0 10px
			}
				.right_home_area .latest li h4.page-title a {
					color: #878787;
					text-decoration: none
				}
		.right_home_area .latest li.column-1{
			margin-right: 25px
		}
		.latest footer{
			margin-top: 10px
		}


/* Content
---------------------------------------- */
#main {
  font-size: 13px;
  font-style: normal;
  line-height: 18px;
}
.page-template-page-home-php .primary_content_wrap{
	margin-top: 0
}
.primary_content_wrap {
	position:relative;
	z-index:8;
	background:#ededed  url(images/primary.gif) left top repeat-x;
	margin-top: 150px
	}
	.primary_content_wrap .container{
		background: url(images/shadow.png) top center no-repeat;
	}
#content p{
	font-size: 12px;
	line-height: 18px;
	color: #474747
}


/* List */

.left_home_area ul li{
	padding: 4px 0 4px 20px;
	background: url(images/arrow.gif) left 7px no-repeat;
	font-family: 'open_sansregular';
	font-size: 14px;
	line-height: 18px
}
	.left_home_area ul li a{
		color: #639fab;
	}
ul.list li, #content ul.list li{
	padding: 4px 0 4px 15px;
	background: url(images/list.gif) left 11px no-repeat;
	font-family: 'open_sansregular';
	font-family: arial;
	font-size: 12px;
}
	ul.list li a, #content ul.list li a{
		color: #757575
	}

#content ul li, .widget ul li{
	padding: 4px 0 4px 20px;
	border-bottom: none;
	background: url(images/arrow.gif) left 7px no-repeat;
	font-family: 'open_sansregular';
	font-size: 14px;
	line-height: 18px;
	color: #757575
}

strong{
	font-family: 'open_sansregular';
	font-size: 16px;
	display: block;
	color: #878787;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 22px
}
.read{
	font-size: 15px;
	color:#ffffff;
	display: block;
	background: #639fab;
	height: 36px;
	float: left;
	clear: both;
	margin-top: 10px;
	line-height: 36px;
	padding: 0 15px;
	text-decoration: none;
	-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
	font-family: 'open_sansregular';
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
	.read:hover{
		color: #fff;
		background: #222222
	}
	.time_author{
		float: right;
		color: #929292;
		padding-top: 15px
	}
		.time_author a{
			color:#639fab;
		}
.logos img{
	padding: 0;
	border: none; 
}

/* Page title
---------------------------------------- */		
h1.entry-title{
	font-family: 'open_sansregular';
	font-size: 50px;
	margin-top: -105px;
	color: #fff;
	font-weight: normal;
	border-bottom: none;
	text-shadow: 1px 1px 4px #212c2c;
}

/* Top Content
---------------------------------------- */	
.top-content{
	height: 125px
}
/* Content on the Page
---------------------------------------- */	
.content-page{
	background: #ffffff;
	width: 980px;
	margin-left: -10px;
	padding:30px 0 
}

.divider{
	background: url(images/line_content.gif) 23% top repeat-y;
}
.divider_pos_left{
	background: url(images/line_content.gif) 34.7% top repeat-y;
}
.divider_pos_right{
	background: url(images/line_content.gif) 59.3% top repeat-y;
}

/* 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 85px 112px;
				position:relative;
				zoom:1;
				border:2px solid #cfcfcf;
				margin-bottom:20px;
				font-family:Arial, Helvetica, sans-serif;
				font-size:14px;
				line-height:22px;
				background: #f2f2f2
				}
			.comment-author .fn {
				display:block;
				position:absolute;
				left:28px;
				bottom:25px;
				font-style:normal;
				color:#3789bf;
				}
			.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:#639fab;
						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: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;
	}
	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;
		}
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-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 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:#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:2.6em;
	margin-top: 5px;

	}
.header-title h1 {
	margin-top:-110px;
	font-family: 'open_sansregular';
	font-size: 50px;
	color: #fff;
	font-weight: normal;
	border-bottom: none;
	text-shadow: 1px 1px 4px #212c2c;
	}
.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: 300px;
	margin-bottom: 40px!important;
	border-bottom: none;
	margin-right: 19px;
	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:290px;
	height:150px;
	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 {
	}
	#gallery .portfolio li a.image-wrap img {
		display: none;
		float: left;
		border: none
		}

#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: 16px;
		font-weight: normal;
	}
	#gallery .portfolio .folio-desc h4 a{
		color: #878787;
		display: block;
		font-family: arial;
		line-height: 20px;
		margin-bottom: 5px;
		text-decoration: none
	}
		#gallery .portfolio .folio-desc h4 a:hover{
			color: #639fab
		}
#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:290px;
	height:150px;
	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 13px 8px!important;
	float: left;
	color: #fff;
	font-size: 15px;
	background: #639fab;
	border: none!important;
	-moz-border-radius:3px!important; 
	-webkit-border-radius:3px!important; 
	border-radius:3px!important;
	text-transform: uppercase;
	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;
}
.wp-pagenavi a, .wp-pagenavi span {
	 border: none!important;
}
 .wp-pagenavi a:hover, .wp-pagenavi span.current{
	color: #fff;
	padding:8px 13px 8px!important;
	float: left;
	background: #212121;
	-moz-border-radius:3px!important; 
	-webkit-border-radius:3px!important; 
	border-radius:3px!important;
	border: none!important;
}
.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: none!important;

}
.wp-pagenavi .pages, a.nextpostslink, a.previouspostslink {
	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;
}
	#sidebar h3{
		font-size:20px;
	    line-height:20px;
	    color:#191E1D;
	    margin:0 0 15px;
	    font-family: 'open_sans_lightregular';
	    font-weight: normal;
	    padding:0 
	}
	#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: 7px!important;
		border-bottom: none!important;
		padding: 0!important;
		float: left
		}
		.latestpost li div{
			margin-bottom:0px;
			position:relative;
			padding: 0 0 0px 0px!important;
			font-family:Arial, Helvetica, sans-serif;
			color: #7e8c8f
		}
		.latestpost li a {
			text-decoration:none;
			color:#3fa5b9!important;
			text-transform: none!important;
			font-weight: normal!important;
			font-size:12px;
			}
			.latestpost li a:hover {
				color:#000!important;
				}
		.latestpost li p{
			color: #9b9b9b;
			margin-bottom: 0
		}
		.latestpost li a:hover {
			text-decoration:underline;
			color:#3fa5b9!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
}

/* 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:25px 0 30px 0;
	background: #ededed;
	position: relative;
	z-index: 5;
	color: #6a8084
}
#text-11{
	width: 160px;
	float: left
}
#my_postwidget-3{
	width: 360px;
	float: left;
	margin: 0 90px
}
	#my_postwidget-3 .text-styled{
		display: block;
		clear: both;
	}
		#my_postwidget-3 .text-styled a{
			color: #639fab;
			text-decoration: none
		}
		#my_postwidget-3 .text-styled a:hover{
			text-decoration: underline;
		}
	#footer h4{
		color: #768588;
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 10px;
		margin-top: 0;
		text-transform: none;
		font-family: 'open_sansregular';
		font-weight: normal;
	}
#copyright{
}

/*
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;
}



/* 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:#ededed;
	border: 1px solid #d6d6d6;
	padding:8px 10px;
	width: 74%;
	-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="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: #fff!important;
	  display: block;
	  float: left;
	  margin-top: 20px;
	  text-decoration: none;
	  background: #639fab;
	  -webkit-transition: all .1s ease-in-out;
	 -moz-transition: all .1s ease-in-out;
	 -o-transition: all .1s ease-in-out;
	 height: 40px;
	 border: none;
	 -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
	 font-family: 'open_sansregular';
	 font-size: 15px;
	 padding: 0 15px
	}

	input[type="submit"]:hover{
		color: #fff!important;
		background: #212121
	}
	.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-size: 16px;
		line-height: 16px;
		text-shadow: 1px 1px #ffdb80;
		text-decoration: none;
		text-align: center;
	}
	#searchform .searching {
		background: #ededed;
		padding: 8px 10px;
		color: #222222!important;
		width: 203px;
		-moz-border-radius:20px; -webkit-border-radius:20px; border-radius:20px;
		border: 1px solid #d3d3d3;
		float: left;
		color: #afafaf!important;
		-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
	}
	#searchform .submit {
		background: #639fab!important;
		height: 25px!important;
		float: left;
		clear: none;
		text-indent: 0!important;
		font-family: 'open_sansregular';
		font-size: 13px!important;
		color: #ffffff!important;
		padding: 3px 10px!important;
		width: 58px!important;
		text-decoration: none;
		margin-top: 0;
		float: left;
		position: absolute;
		right: 3px!important;
		top: 4px;
		-moz-border-radius:15px; -webkit-border-radius:15px; border-radius:12px;
		}



/* 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;
		}
	.primary_content_wrap img{
		max-width:95%;
		height: auto
	}
	#slider-wrapper {
	  width: 740px;
	}
	.flexslider {
	  width: 740px;
	  height: 235px
	}
	.flex-caption {
	  top: 20px;
	  width: 50%;
	}
	.flex-caption h2 {
	  font-size: 44px;
	  line-height: 44px;
	}
	.flex-control-nav {
		top: 195px
	}
	a.join {
	  width: 165px;
	}
	#text-3, .text {
	  width: 570px;
	}
	#text-4 {
	  float: right;
	  position: relative;
	  width: 160px;
	}
	#before_content {
	  width: 760px;
	}
	.before_content_holder .img_block1{
		background: url(images/img_block1.png) top left no-repeat;
		height: 140px;
		width: 140px;
		margin: 40px 0 0 13px;
	}
	.before_content_holder .img_block2{
		background: url(images/img_block2.png) top left no-repeat;
		height: 140px;
		width: 140px;
		margin: 40px 0 0 13px
	}
	.before_content_holder .img_block3{
		background: url(images/img_block3.png) top left no-repeat;
		height: 140px;
		width: 140px;
		margin: 40px 0 0 13px
	}
	.before_content_holder .img_block4{
		background: url(images/img_block4.png) top left no-repeat;
		height: 140px;
		width: 140px;
		margin: 40px 0 0 13px
	}
	#before_content h3 {
	  font-size: 16px;
	}
	.before_content_holder p {
	  font-size: 12px;
	  line-height: 17px;
	}
	.before_content_holder:hover {
	  background: url("images/before_content_holder740.jpg") repeat-x scroll left top transparent;
	}
	.content_home {
	  width: 760px;
	}
	.content-page {
	  width: 760px;
	}
	.right_home_area .latest li {
	  width: 222px;
	}
	.time_author {
	  padding-top: 10px;
	  width: 95px;
	}
	.divider {
	  background: url("images/line_content.gif") repeat-y scroll 31% top transparent;
	}
	.divider_pos_right {
	  background: url("images/line_content.gif") repeat-y scroll 61.3% top transparent;
	}
	.divider_pos_left {
	  background: url("images/line_content.gif") repeat-y scroll 39.7% top transparent;
	}
	#gallery .portfolio li {
	  margin-right: 0px;
	  padding-left: 32px !important;
	}
	#gallery .portfolio li.nomargin {
	  margin-right: 0px !important;
	}
	#gallery .portfolio li a.image-wrap img {
	  border: medium none;
	  float: left;
	  max-width: 100%
	}
	input[type="text"], textarea {
	  width: 67%
	}
	.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
	}
	#commentform textarea {
	  height: 160px;
	  max-width: 590px;
	  min-height: 100px;
	  min-width: 358px;
	  overflow: auto;
	  padding: 4px;
	  width: 358px;
	}
	#my_postwidget-3 {
	  float: left;
	  margin: 0 40px 0 90px;
	  width: 200px;
	}

}





@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: 34%;
	  margin-left: 0
	}
	.top_block {
	  height: 74px;
	  padding: 0 0 0 20px;
	  width: 260px;
	}
	.top_block p.phone strong {
	  margin-bottom: 0
	}
	.socials {
	  margin-left: 0;
	}
	#top_area .container {
	  background: url("images/top.png") repeat scroll 0 0 transparent;
	  height: 140px;
	}
	nav.primary {
	  background: none;
	  float: left;
	  height:100%;
	  padding-left: 0px;
	  position: relative;
	  width: 430px;
	  z-index: 2;
	  
	}
	nav.primary .responds{
		display: block;
		height: 25px;
		text-align: center;
		font-size: 30px;
		padding-top: 20px;
		cursor:pointer;
		color: #c2c2c2;
		font-family: 'open_sansbold';
		margin-bottom: 18px;
	}
	nav.primary .responds:hover span{
		color:#ffffff;
	}
	.sf-menu {
	  line-height: 1;
	  width: 100%;
	  margin-top: 0px;
	  padding-right: 0
	}
	#topnav{
		display: none;
		position: absolute;
		height: 534px
	}
	.sf-menu > li {
	  margin: 0;
	  text-align: center;
	  width: 100%;
	  height: 37px;
	  padding-left: 0
	}
	.sf-menu > li > a {
	  font-family: 'open_sansbold';
	  font-size: 16px;
	  line-height: 37px;
	  margin-left: 0;
	  text-align: center;
	  background: url("images/dropNav.png") repeat scroll 0 0 transparent;
	}
	.sf-menu ul {
	  background: #000;
	}
	.sf-menu ul li a{
		text-align: center;
	}
	.sf-menu li:hover ul,
	.sf-menu li.sfHover ul {
		left:			32%;
		top:			40px; /* 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;
		}
	#slider-wrapper {
	  width: 430px
	}
	.flexslider {
	  height: 132px;
	  margin-top: 0px;
	  position: relative;
	  width: 430px
	}
	.flex-caption {
	  top: 11px;
	  width: 47%;
	}
	.flex-caption h1 {
	  font-size: 39px;
	  line-height: 39px;
	  margin-bottom: 0
	}
	.flex-caption h2 {
	  font-size: 22px;
	  line-height: 22px;
	  margin-top: 0
	}
	.flex-caption h2 big {
	  font-weight: normal;
	  line-height: 37px;
	}
	.flex-control-nav {
	  top: 100px;
	}
	.primary_content_wrap {
	  background: url("images/primary450.gif") repeat-x scroll left top #EDEDED;
	  position: relative;
	  z-index: 8;
	}
	.under_slider {
	  height: 210px;
	}
	#text-3, .text {
	  width: 290px;
	}
	#text-4 {
	  float: right;
	  position: relative;
	  width: 155px;
	}
	a.join {
	  margin-top: 60px;
	  width: 150px;
	}
	#before_content {
	  background: #f2f2f2 url("images/before_content.gif") repeat-x scroll left top;
	  margin-left: -10px;
	  margin-top: -30px;
	  position: relative;
	  width: 470px;
	}
	.before_content_holder .img_block1{
		background: url(images/img_block1.png) top left no-repeat;
		height: 140px;
		width: 140px;
		margin: 40px 0 0 35px;
	}
	.before_content_holder .img_block2{
		background: url(images/img_block2.png) top left no-repeat;
		height: 140px;
		width: 140px;
		margin: 40px 0 0 35px
	}
	.before_content_holder .img_block3{
		background: url(images/img_block3.png) top left no-repeat;
		height: 140px;
		width: 140px;
		margin: 40px 0 0 35px
	}
	.before_content_holder .img_block4{
		background: url(images/img_block4.png) top left no-repeat;
		height: 140px;
		width: 140px;
		margin: 40px 0 0 35px
	}
	#before_content h3 {
	  font-size: 16px;
	}
	.before_content_holder p {
	  font-size: 12px;
	  line-height: 17px;
	}
	.before_content_holder:hover {
	  background: url("images/before_content_holder.jpg") repeat-x scroll -8px top transparent;
	}
	.content_home {
	  width: 470px;
	}
	.right_home_area {
	  float: left !important;
	  margin-top: 0;
	  border-left: none;
	}
	.right_home_area .latest li {
	  float: left;
	  width: 195px;
	}
	.time_author {
	  float: left;
	}
	.left_home_area {
	  background:none;
	}
	.top-content {
	  height: 190px;
	}
	.content-page {
	  background: none repeat scroll 0 0 #FFFFFF;
	  margin-left: -10px;
	  padding: 0 0 30px;
	  width: 470px;
	}
	.divider, .divider_pos_right, .divider_pos_left {
	  background:none;
	}

	#gallery .portfolio li {
	  margin-left: 71px;
	  margin-bottom: 0!important;
	  margin-top: 40px
	}
	.page-template-page-projects-full-php .wp-pagenavi {
	  clear: both;
	  margin: 40px 0 0 70px;
	}
	#sidebar h3 {
	  margin: 30px 0 15px;
	}
	.widget {
	  padding-top: 0;
	}
	.indent{
		margin-top: 30px
	}
	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: 69%;
	}

	#commentform textarea {
	  height: 160px;
	  max-width: 590px;
	  min-height: 100px;
	  min-width: 350px;
	  overflow: auto;
	  padding: 4px;
	  width: 350px;
	}
	#my_postwidget-3 {
	  float: left;
	  margin: 20px 0 25px 10px;
	  width: 360px;
	}
}


	 
	

@media only screen and (max-width: 479px){
	html,
	body {
		min-width:290px;
		}
	img{
		max-width:100%;
		height: auto
	}
	.logo {
	  float: left;
	  width: 72%;
	  margin-left: 60px;
	  margin-top: 15px
	}
	#text-2.widget-area {
	  color: #9DD0F9;
	  float: left;
	  padding: 0;
	  margin-top: 10px
	}
	.top_block {
	  height: 74px;
	  padding: 0 7px 0 17px;
	  width: 254px;
	}
	.top_block p.phone strong {
	  margin-bottom: 0
	}
	.socials {
	  margin-left: 0;
	}
	#top_area .container {
	  background: url("images/top.png") repeat scroll 0 0 transparent;
	  height: 215px;
	}
	nav.primary {
	  background: none;
	  float: left;
	  height:100%;
	  padding-left: 0px;
	  position: relative;
	  width: 290px;
	  z-index: 2;
	  
	}
	nav.primary .responds{
		display: block;
		height: 25px;
		text-align: center;
		font-size: 26px;
		padding-top: 14px;
		cursor:pointer;
		color: #c2c2c2;
		font-family: 'open_sansbold';
		margin-bottom: 18px;
	}
	nav.primary .responds:hover span{
		color:#ffffff;
	}
	.sf-menu {
	  line-height: 1;
	  width: 100%;
	  margin-top: 0px;
	  padding-right: 0
	}
	#topnav{
		display: none;
		position: absolute;
		height: 534px
	}
	.sf-menu > li {
	  margin: 0;
	  text-align: center;
	  width: 100%;
	  height: 37px;
	  padding-left: 0
	}
	.sf-menu > li > a {
	  font-family: 'open_sansbold';
	  font-size: 16px;
	  line-height: 37px;
	  margin-left: 0;
	  text-align: center;
	  background: url("images/dropNav.png") repeat scroll 0 0 transparent;
	}
	.sf-menu ul {
	  background: #000;
	}
	.sf-menu ul li a{
		text-align: center;
	}
	.sf-menu li:hover ul,
	.sf-menu li.sfHover ul {
		left:			24%;
		top:			40px; /* 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;
		}
	#slider-wrapper {
	  width: 290px
	}
	.flexslider {
	  height: 92px;
	  margin-top: 0px;
	  position: relative;
	  width: 290px
	}
	.flex-caption {
	  top: 5px;
	  width: 42%;
	}
	.flex-caption h1 {
	  font-size: 39px;
	  line-height: 39px;
	  margin-bottom: 0
	}
	.flex-caption h2 {
	  font-size: 14px;
	  line-height: 14px;
	  margin-bottom: 0
	}
	.flex-caption h2 br{
		line-height: 14px;
		height: 0
	}
	.flex-caption h2 big {
	  font-weight: normal;
	  line-height: 21px;
	}
	.flex-control-nav {
	  top: 61px;
	}
	.primary_content_wrap {
	  background: url("images/primary450.gif") repeat-x scroll left top #EDEDED;
	  position: relative;
	  z-index: 8;
	}
	.under_slider {
	  height: 210px;
	}
	#text-3, .text {
	  width: 290px;
	}
	#text-3 h3, .text h3 {
	  font-size: 20px;
	  line-height: 20px;
	  margin: 20px 0 10px;
	}
	#text-3, .text {
	  color: #9F9F9F;
	  font-family: 'open_sansregular';
	  font-size: 11px;
	  line-height: 15px;
	}
	#text-4 {
	  float: left;
	  position: relative;
	  width: 155px;
	}
	a.join {
	  font-size: 19px;
	  height: 37px;
	  line-height: 41px;
	  width: 155px;
	  margin-top: 10px;
	  float: left
	}
	#content .text p {
	  font-size: 11px;
	  line-height: 15px;
	}
	#before_content {
	  background: #f2f2f2 url("images/before_content.gif") repeat-x scroll left top;
	  margin-left: -10px;
	  margin-top: -30px;
	  position: relative;
	  width: 300px;
	}
	.before_content_holder {
	  margin-left: 42px !important;
	}
	.before_content_holder:hover {
	  background: url("images/before_content_holder.jpg") repeat-x scroll -8px top transparent;
	}
		.before_content_holder .img_block1{
		background: url(images/img_block1.png) top left no-repeat;
		height: 140px;
		width: 140px;
		margin: 40px 0 0 35px;
	}
	.before_content_holder .img_block2{
		background: url(images/img_block2.png) top left no-repeat;
		height: 140px;
		width: 140px;
		margin: 40px 0 0 35px
	}
	.before_content_holder .img_block3{
		background: url(images/img_block3.png) top left no-repeat;
		height: 140px;
		width: 140px;
		margin: 40px 0 0 35px
	}
	.before_content_holder .img_block4{
		background: url(images/img_block4.png) top left no-repeat;
		height: 140px;
		width: 140px;
		margin: 40px 0 0 35px
	}

	.content_home {
	  width: 300px;
	}
	.right_home_area h1 a.testi {
	  padding-right: 25px;
	  padding-left: 0
	}
	.right_home_area h1 a {
	  font-size: 16px;
	  line-height: 67px;
	  float: left
	}
	strong {
		clear: both;
	}
	.right_home_area {
	  float: left !important;
	  margin-top: 0;
	  border-left: none;
	}
	.right_home_area .latest li {
	  float: left;
	  width: 258px;
	}
	.time_author {
	  float: left;
	}
	.left_home_area {
	  background:none;
	}
	.top-content {
	  height: 190px;
	}
	.content-page {
	  background: none repeat scroll 0 0 #FFFFFF;
	  margin-left: -10px;
	  padding: 0 0 30px;
	  width: 310px;
	}
	.divider, .divider_pos_right, .divider_pos_left {
	  background:none;
	}

	#gallery .portfolio li {
	  margin-left: 7px;
	  width: 218px;
	  margin-right: 0;
	  margin-top: 30px;
	  margin-bottom: 0!important;
	  padding-bottom: 0
	}
	#gallery .portfolio li a.image-wrap {
	  height: 135px;
	  width: 263px;
	}
	.zoom-icon {
	  height: 135px;
	  width: 263px;
	}
	.page-template-page-projects-full-php .wp-pagenavi {
	  clear: both;
	  margin: 40px 0 0 7px;
	}
	article {
	  clear: both;
	  margin-bottom: 35px;
	  position: relative;
	  width: 100%;
	  padding-bottom: 35px
	}
	.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;
	}
	#my_postwidget-3 {
	  float: left;
	  margin: 20px 0 25px 10px;
	  width: 260px;
	}
	article header h2 {
	  color: #000000;
	  font-size: 30px;
	  line-height: 30px;
	  margin: 30px 0 15px;
	  padding-bottom: 5px;
	}
	#sidebar h3 {
	  color: #191E1D;
	  font-family: 'open_sans_lightregular';
	  font-size: 20px;
	  font-weight: normal;
	  line-height: 20px;
	  margin: 30px 0 15px;
	  padding: 0;
	}
	#searchform .searching {
		-moz-border-radius:20px; -webkit-border-radius:20px; border-radius:0px;
		}


	}