@charset utf-8;
/*--
	Theme Name: wp010
--*/

/* General
---------------------------------------- */
html,
body {
	min-width:960px;
	}
body{
	color: #3b3b3b;
	font: 100%/1.5em Arial, Helvetica, sans-serif;
	position:relative;
	background: #000 url(images/bg_img.png) center 13px no-repeat;
}
body.page-template-page-home-php {
	background-image:none!important
}
#main {
	font-size:.875em;
}

.container {
	width: 960px;
	margin: 0 auto;
	position:relative;
}

/* List styling */
dl dt {
	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 Area -----*/
#top_area{
	height: 70px;
	padding: 10px 0 30px
}

/* Header widget */
#text-2.widget-area {
	color: #9dd0f9;
	float: left;
	padding: 0
}
#text-3.widget-area {
	color: #9dd0f9;
	float: right;
	padding: 0
}
	p.phone{
		float: left;
		font-size: 12px;
		color: #747474;
		font-family: 'open_sansregular';
		margin: 25px 0 0 0
	}
		p.phone strong{
			 font-family: 'open_sansbold';
			 color:#c5c5c5;
			 display: inline-block;
			 font-size: 18px;
			 margin-bottom: 0
		}
	.socials{
		float: left;
		margin-top: 15px
	}
		.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: #a50000
		}



/* Logo */
.logo {
	position: absolute;
	left:300px!important
	}
	.logo h1,
	.logo h2 {
		font-size:60px;
		line-height:1.2em;
		margin-bottom:0;
		border:none;
		padding:0;
		color: #dbdbdb;
		font-family: 'ralewaythin';
		}
		.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:absolute;
	top: 110px;
	z-index:2;
	height:50px;
	width: 100%;
	padding-top: 0px;
	background: url(images/nav.png);
}
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: 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:			0px;
	top:			50px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			146px; /* match ul width */
	top:			-22px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			146px; /* match ul width */
	top:			0;
}


/* Our skin for dropdown menu */
.sf-menu a {
	text-decoration:none;
	color:	#212121;
}
.sf-menu a:hover {
	text-decoration:none;
	}
.sf-menu > li {
	margin:0 ;
	height: 50px;
	padding: 0;
	float: left;
	}
	.sf-menu > li > a {
		margin-left:0px;
		color:#c6c5c5;
		text-align: center;
		font-size:18px;
		font-family: 'dosismedium';
		line-height:50px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		text-transform: uppercase;
		text-shadow:1px 1px 3px #000;
		padding: 0 15px
		}
		.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;
			background: #000
			}
			.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:16px;
		color:#939393;
		line-height:20px;
		padding:7px 15px;
		text-align: left;
		min-width: 80px;
		width: auto;
		font-family: 'dosismedium';
		-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: #a50000
		}
.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;
	z-index: 2
	}
.flexslider {
	position:relative;
	width:1468px;
	height:616px;
	left: 50%;
	margin-left: -734px!important;
	overflow: hidden;
}

.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: 36px; 
	height: 64px; 
	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.flex-next {
	background-position: -57px 0px; 
	right: 100px;
}
.flex-direction-nav li a.flex-next:hover {
	background-position: -57px 0px; 
}
.flex-direction-nav li a.flex-prev {
	background-position: 0 0px; 
	left: 100px;
}
.flex-direction-nav li a.flex-prev:hover {
	background-position: 0 0px; 
}

/* Control */
.flex-control-nav {
	margin-left: 0px; 
	position: absolute; 
	top: 606px; 
	left: 254px;
	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 10px;
	float: left 
}
.flex-control-nav li a {
	width: 220px; 
	height: 10px; 
	display: block; 
	cursor: pointer; 
	text-indent: -9999px;
	background:#404040
}
.flex-control-nav li a:hover {
	background:#a50000;
}
.flex-control-nav li a.flex-active {
	background:#a50000;
	cursor: default;
}

.flex-control-thumbs {
	margin: 5px 0 0; 
	position: static; 
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%; 
	float: left; 
	margin: 0;
}
.flex-control-thumbs img {
	display: block; 
	opacity: .7; 
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1; 
	cursor: default;
}

/* In Slider Area
---------------------------------------- */
.in_slider{
	position: absolute;
	z-index: 5;
	top: 350px;
	width: 100%
}
	.in_slider_holder{
		background: url(images/in_slider_holder.png);
		position: relative;
		text-align: center;
		height: 220px;
	}
		.in_slider_holder img{
			margin: 5px 0 0 5px;
			display: none
		}
		.in_slider_holder p{
			position: absolute;
			top: 50%;
			text-align: center;
			width: 100%;
			color: #dbdbdb;
			font-family: 'dosismedium';
			font-size: 20px;
			text-transform: uppercase;
		}
		.in_slider_holder:hover img{
			display: block;
			width: 95%
		}
		.in_slider_holder:hover p{
			display: none;
		}

/* Under Slider Area
---------------------------------------- */
.under_slider{
	color: #8e8e8e;
	padding: 30px 0 20px
}
	.under_slider h3{
		font-family: 'dosismedium';
		font-size: 18px;
		text-transform: uppercase;
		color:#d5d5d5;
		font-weight: normal;
		padding-left: 65px;
		padding-bottom: 21px;
		margin-bottom: 5px
	}
	#text-8 h3{
		background: url(images/interior_design_title.jpg) left top no-repeat;
	}
	#text-9 h3{
		background: url(images/ideas_title.jpg) left top no-repeat;
	}
	#text-10 h3{
		background: url(images/furniture_design_title.jpg) left top no-repeat;
	}
	#text-11 h3{
		background: url(images/projects_title.jpg) left top no-repeat;
	}
	.under_slider strong{
		display: block;
		margin-bottom: 7px
	}
	.under_slider a.more{
		color: #616161;
		font-family: 'dosismedium';
		font-size: 20px;
		line-height: 40px;
		border: 1px solid #b3b3b3;
		padding: 0 18px;
		text-transform: uppercase;
		text-decoration: none;
		display: block;
		float: left;
		margin-top: 20px;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
	}
		.under_slider a.more:hover{
			background: #a50000;
			border: 1px solid #000;
			color: #fff
		}
	

/* Before Content Area
---------------------------------------- */
.page-template-page-home-php #before_content{
	margin: 0
}
#before_content{
	position: relative;
	background: #f2f2f2;
	margin:0 auto;
	width: 100%;
	padding: 20px 0 30px;
	font-family: 'open_sansregular';
	font-size: 14px;
	color: #3b3b3b;
	margin-top: 154px
} 
	#before_content a{
		color: #7a7a7a
	}
	#before_content h1{
		font-family: 'dosislight';
		font-size: 40px;
		color: #6e6e6e;
		border: none;
		margin-bottom: 10px
	}
	#before_content a.get-free{
		font-family: 'dosismedium';
		font-size: 28px;
		line-height: 28px;
		text-transform: uppercase;
		color: #fff;
		background: #a50000;
		text-align: center;
		display: block;
		padding: 15px 0;
		text-decoration: none;
		margin-top: 20px;
		-webkit-transition: background .3s ease-in-out;
		-moz-transition: background .3s ease-in-out;
		-o-transition: background .3s ease-in-out;
	}
		#before_content a.get-free:hover{
			background: #000
		}
		
/* Left Home Area
---------------------------------------- */
.left_home_area{
	font-size: 12px;
	line-height: 18px;
	color: #3b3b3b;
}
.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;
}
	.right_home_area h1 a{
		color: #639fab;
		font-size: 16px;
		line-height: 46px;
		text-decoration: none;
		float: right
	}
		.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:#ffffff;
	padding: 30px 0;
	min-height: 200px
	}
#content p{
	font-size: 12px;
	line-height: 18px;
	color: #474747
}


/* List */

.center_home_area ul li{
	padding: 6px 0 5px 20px;
	background: url(images/arrow.gif) left 13px no-repeat;
	font-size: 12px;
	line-height: 18px;
	color: #3b3b3b
}
	.center_home_area ul li:first-child{
		margin-top: -7px
	}
	.center_home_area ul li a{
		color: #3b3b3b;
	}

#content ul li, .widget ul li{
	padding: 5px 0 5px 20px;
	border-bottom: none;
	background: url(images/arrow.gif) left 13px no-repeat;
	font-size: 12px;
	line-height: 18px;
	color: #3b3b3b
}
	#content ul li a, .widget ul li a{
		color: #3b3b3b
	}
.page-template-page-home-php .read{
	clear: both;
	border-top: 1px solid #d8d8d8;
	padding: 10px 0px;
}
.read{
	font-size: 20px;
	color:#888888;
	display: block;
	margin-top: 20px;
	line-height: 25px;
	text-decoration: none;
	font-family: 'dosisregular';
	text-align: left;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	text-transform: uppercase;
}
	.read:hover{
		color: #a50000;
	}


/* Blockquote */

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
blockquote{
	background: url(images/b-quote.jpg) left top no-repeat;
	margin-left: 0;
	margin-bottom: 20px 
}
	blockquote p{
		margin-left: 55px;
		font-style: italic;
	}
	blockquote strong{
		font-size: 16px;
		color: #434343;
		display: block;
		margin-bottom: 5px
	}
	blockquote strong span{
		color: #969696;
		font-size: 12px
	}
/* Page title
---------------------------------------- */		
h1.entry-title{
	font-family: 'dosislight';
	font-size: 60px;
	color: #fff;
	font-weight: normal;
	border-bottom: none;
	text-shadow: 1px 1px 4px #212c2c;
	text-align: center;
	position: relative;
	top: 110px
}

/* Uniq
---------------------------------------- */	
.uniq h3{
	font-family: 'dosismedium';
	font-size: 18px;
	text-transform: uppercase;
	color:#373737;
	font-weight: normal;
	padding-left: 65px;
	padding-bottom: 21px;
	margin-bottom: 5px
}
.uniq h3.serv1{
	background: url(images/serv1.gif) left top no-repeat;
}
.uniq h3.serv2{
	background: url(images/serv2.gif) left top no-repeat;
}
.uniq h3.serv3{
	background: url(images/serv3.gif) left top no-repeat;
}

/* Logos
---------------------------------------- */	
.logos img{
	background: none;
	border: none;
	padding: 0
}
/* 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;
				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:170px;
			bottom:25px;
			text-align:right;
			}
			.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;
						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:50px;
	width:100%;
	position:relative;
	clear:both;
	}

/* 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: #A50000;
		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:#3b3b3b;
	overflow:hidden;
	margin-bottom:1em;
	font-weight: normal;
	font-size: 14px;
	font-family: Arial
	}
	.single-projects .post-meta {
	  display: none;
	}
	.post-meta a {
		text-decoration:underline;
		color: #888888
		}
	.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 20px;
	padding: 3px;
	background: #fff;
	border:1px solid #cfcfcf;
	}
.aligncenter {
	text-align:center;
	margin:0 auto;
	margin:0 0px 8px 0;
	padding: 3px;
	background: #fff;
	border:1px solid #cfcfcf;
	}
.alignnone {
	padding: 3px;
	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: 225px;
	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:213px;
	height:160px;
	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: #3b3b3b
		}
#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;
	color: #A50000
}
.zoom-icon {
	display:block;
	position:absolute;
	left:1px;
	top:-152px;
	width:213px;
	height:160px;
	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:10px 15px 10px!important;
	float: left;
	color: #a6a6a6;
	font-size: 20px;
	background: #f1f1f1;
	border: 1px solid #dbdbdb!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: 1px solid #dbdbdb!important;
}
 .wp-pagenavi a:hover, .wp-pagenavi span.current{
	color: #fff;
	padding:10px 15px 10px!important;
	float: left;
	background: #000000;
	border: 1px solid #000000!important;
}
.wp-pagenavi span.current{
	font-weight: bold;
	color:#fff;
	font-size: 20px;
	border: 1px solid #000000!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;
			}




/* Recent Posts */
#my_postwidget-2{
	float: left
}
		#my_postwidget-2 h2{
			text-transform: none;
			margin-bottom: 20px
		}
.latestpost {
	list-style-type:none;
	margin:0;
	padding:0;
	color: #3b3b3b;
	font-size: 12px;
	line-height: 18px
	}
	ul.latestpost li {
		margin:0;
		list-style-type:none;
		float: left;
		background: url(images/dotted.gif) left top repeat-x;
		padding-top: 20px
		}
		ul.latestpost li:first-child{
			background: none;
			padding-top: 0px
		}
		.latestpost li div{
			margin-bottom:0px;
			position:relative;
			padding: 0 0 18px 0px!important;
			font-family:Arial, Helvetica, sans-serif;
			color: #3b3b3b;
		}
		.latestpost li a {
			text-decoration:none;
			color:#a50000!important;
			text-transform: none!important;
			font-weight: normal!important;
			font-size:12px;
			text-decoration: underline;
			}
			.latestpost li a:hover {
				color:#a50000!important;
				text-decoration: none;
				}
		.latestpost li p{
			color: #8b8b8b;
			margin-bottom: 0
		}
#my_postwidget-2 .text-styled{
	border-top: 1px solid #d8d8d8;
	display: block;
	margin-top: 20px;
	clear: both;
	padding-top: 10px
}
	#my_postwidget-2 .text-styled a{
		font-family: 'dosisregular';
		text-transform: uppercase;
		font-size: 20px;
		line-height: 20px;
		color: #888888;
		text-decoration: none;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
	}
		#my_postwidget-2 .text-styled a:hover{
			color: #a50000
		}

/* 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:40px 0 10px 0;
	position: relative;
	z-index: 5;
	color: #757575;
	background: url(images/footer.gif) left top repeat-x;
}
	#footer a{
		color:#e0e0e0;
	}
	#footer h4{
		color: #f1f1f1;
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 10px;
		margin-top: 0;
		text-transform: none;
		font-family: 'open_sansregular';
		font-weight: normal;
	}
/* Post Cycle */
.post_cycle {
	padding:0;
	margin:0;
	}
	#post-cycle .cycle_item:first {
		display:block;
	}
	.post_cycle p{
		margin: 0;
		color: #757575
	}
	#footer .post_cycle a{
		color: #c6c6c6
	}
		#my_cyclewidget-2{
		width: 355px;
		float: left;
		margin: 0 102px 
		}	
	.cycle_item{
		margin-bottom: 15px
	}
	#text-15{
		float: left;
		width: 160px
	}
#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"], input[type="email"], textarea {
	background:#f1f1f1;
	border:none;
	padding:8px 10px;
	width: 76%;
	}
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: #a50000;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	-o-transition: background .2s ease-in-out;
	border: none;
	font-family: 'dosismedium';
	font-size: 23px;
	padding: 10px 15px;
	text-transform: uppercase;
	}

	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:none;
		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: none;
		padding: 11px 10px;
		width: 203px;
		border: 1px solid #b3b3b3;
		float: left;
		color: #afafaf!important;
		font-size: 13px
		}
	#searchform{
		position: relative;
		width: 223px;
		margin-bottom: 20px;
		height: 35px
	}
	#searchform .submit {
		background: url(images/search.png) left top no-repeat;
		height: 18px!important;
		clear: none;
		width: 16px!important;
		position: absolute;
		right: 9px!important;
		top: 12px;
		border-radius: none;
		margin-top: 0;
		text-indent: -9999px;
		padding: 0
		}

.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;
		}
	.logo {
	  left: 227px !important;
	  top: 6px;
	}	
	.logo h1, .logo h2 {
	  font-size: 45px;
	}
	.flexslider {
	  height: 465px;
	  margin-left: -550px !important;
	  width: 1100px;
	}
	.flex-control-nav {
	  left: 180px;
	  top: 454px;
	}
	.flex-control-nav li a {
	  width: 165px;
	}
	.in_slider {
	  top: 255px;
	}
	.in_slider_holder {
	  height: 166px;
	}
	.in_slider_holder:hover img{
	  width: 94%
	}
	.primary_content_wrap img{
		max-width:95%;
		height: auto
	}
	#gallery .portfolio li {
	  width: 170px;
	}
	#gallery .portfolio li a.image-wrap {
	  height: 119px;
	  width: 159px;
	}
	.zoom-icon {
	  height: 119px;
	  width: 159px;
	}
	#gallery .portfolio .folio-desc h4 {
	  font-size: 14px;
	}
	#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"], input[type="email"], textarea {
	  width: 63%
	}
	.comment-author .fn {
	  font-size: 11px;
	}
	.comment-meta {
	  font-size: 11px;
	  left: 73px;
	}
	.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_cyclewidget-2 {
	  float: left;
	  margin: 0 44px 0 50px;
	  width: 240px;
	}

}





@media only screen and (min-width: 479px) and (max-width: 767px) {
	html,
	body {
		min-width:450px;
		}
	body {
	  background: url("images/bg_img.png") no-repeat scroll center 73px #000000;
	  position: relative;
	}	
	img{
		max-width:100%;
		height: auto
	}
	#top_area {
	  height: 130px;
	}
	.logo {
	  left: 92px !important;
	  position: absolute;
	  top: 65px
	}
	p.phone strong {
	  font-size: 16px;
	}
	nav.primary {
	  float: left;
	  top: 170px
	}
	nav.primary .responds{
		display: block;
		height: 25px;
		text-align: center;
		font-size: 26px;
		padding-top: 15px;
		cursor:pointer;
		color: #c2c2c2;
		font-family: 'dosismedium';
		margin-bottom: 10px;
		text-transform: uppercase;
		text-shadow: 1px 1px 3px #000000;
	}
	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: 260px
	}
	.sf-menu > li {
	  margin: 0;
	  text-align: center;
	  width: 100%;
	  height: 37px;
	  padding-left: 0;
	  background: url("images/dropNav.png") repeat scroll 0 0 transparent;
	}
	.sf-menu > li > a {
	  font-size: 16px;
	  line-height: 37px;
	  margin-left: 0;
	  text-align: center;
	}
	.sf-menu ul {
	  background: #000;
	}
	.sf-menu ul li a{
		text-align: center;
	}
	.sf-menu li:hover ul,
	.sf-menu li.sfHover ul {
		left:			34%;
		top:			38px; /* 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 {
		background: #a50000
		}
	.flexslider {
	  height: 596px;
	  left: 50%;
	  margin-left: -710px !important;
	  width: 1419px;
	}
	.flex-control-nav {
	  left: 485px;
	  list-style: none outside none;
	  margin-left: 0;
	  padding: 0;
	  position: absolute;
	  top: 586px;
	}
	.flex-control-nav li a {
	  width: 92px;
	}
	.in_slider {
	  position: absolute;
	  top: 110px;
	  width: 100%;
	  z-index: 5;
	}
	.in_slider_holder {
	  height: 205px;
	  margin-bottom: 20px;
	}
	.under_slider_holder{
		margin-bottom: 40px
	}
	#before_content {
	  margin: 81px auto 0;
	}
	#before_content h1 {
	  font-size: 32px;
	  margin-bottom: 10px;
	}
	h1.entry-title {
	  top: 65px;
	}
	.primary_content_wrap {
	  padding: 0 0 30px 0;
	}
	#gallery .portfolio li {
	  margin-bottom: 0 !important;
	  margin-left: 10px;
	  margin-top: 30px;
	  margin-right: 10px;
	  width: 205px
	}
	#gallery .portfolio li a.image-wrap,
	.zoom-icon {
	  height: 145px;
	  width: 193px;
	}
	.page-template-page-projects-full-php .wp-pagenavi {
	  clear: both;
	  margin: 40px 0 0 10px;
	}
	.uniq div {
		margin-bottom: 25px
	}
	.uniq h3{
		line-height: 37px
	}
	.uniq h3 br{
		display: none;
	}
	.uniq strong{
		display: block;
	}
	.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: 53px;
	}
	.comment-meta a{
		font-size: 11px!important;
		margin-left: 76px
	}
	.comment-edit-link{
		margin-left: 50px
	}
	input[type="text"], input[type="email"],textarea {
	  width: 69%;
	}

	#commentform textarea {
	  height: 160px;
	  max-width: 590px;
	  min-height: 100px;
	  min-width: 350px;
	  overflow: auto;
	  padding: 4px;
	  width: 350px;
	}
	#my_cyclewidget-2 {
	  float: left;
	  margin: 15px 10px;
	  width: 100%;
	}

	/*  **************************************************/
		#content .contact_details {    padding-left: 0; }
	/*  **************************************************/

}


	 
	

@media only screen and (max-width: 479px){
	html,
	body {
		min-width:290px;
		}
	body {
	  background: url("images/bg_img.png") no-repeat scroll center 73px #000000;
	  position: relative;
	}	
	img{
		max-width:100%;
		height: auto
	}
	#top_area {
	  height: 130px;
	  padding: 10px 0 30px;
	}
	.logo {
	  left: 0 !important;
	  position: absolute;
	  top: 86px
	}
	.logo h1, .logo h2 {
	  font-size: 45px;
	}
	#text-3.widget-area {
	  color: #9DD0F9;
	  float: left;
	  padding: 0;
	}
	nav.primary {
	  float: left;
	  top: 170px
	}
	.socials {
	  float: left;
	  margin-top: 3px;
	}
	nav.primary .responds{
		display: block;
		height: 25px;
		text-align: center;
		font-size: 26px;
		padding-top: 15px;
		cursor:pointer;
		color: #c2c2c2;
		font-family: 'dosismedium';
		margin-bottom: 10px;
		text-transform: uppercase;
		text-shadow: 1px 1px 3px #000000;
	}
	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: 260px
	}
	.sf-menu > li {
	  margin: 0;
	  text-align: center;
	  width: 100%;
	  height: 37px;
	  padding-left: 0;
	  background: url("images/dropNav.png") repeat scroll 0 0 transparent;
	}
	.sf-menu > li > a {
	  font-size: 16px;
	  line-height: 37px;
	  margin-left: 0;
	  text-align: center;
	}
	.sf-menu ul {
	  background: #000;
	}
	.sf-menu ul li a{
		text-align: center;
	}
	.sf-menu li:hover ul,
	.sf-menu li.sfHover ul {
		left:			25%;
		top:			38px; /* 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 {
		background: #a50000
		}
	.flexslider {
	  height: 392px;
	  margin-left: -475px !important;
	  width: 949px;
	}
	.flex-control-nav {
	  left: 335px;
	  top: 392px;
	}
	.flex-control-nav li a {
	  width: 50px;
	}
	.in_slider {
	  top: 110px;
	}	
	.in_slider_holder {
	  height: 120px;
	  margin-bottom: 20px;
	}
	.in_slider_holder:hover img {
	  width: 92%
	}
	.in_slider_holder p {
	  top: 47%;
	}
	.under_slider_holder{
		margin-bottom: 35px
	}
	#before_content {
	  margin: 81px auto 0;
	}
	h1.entry-title {
	  top: 63px;
	}
	.uniq div {
		margin-bottom: 25px
	}
	.uniq h3{
		line-height: 37px
	}
	.uniq h3 br{
		display: none;
	}
	.uniq strong{
		display: block;
	}
	#gallery .portfolio li {
	  margin-bottom: 0 !important;
	  margin-left: 28px;
	  margin-right: 0;
	  margin-top: 0px;
	  padding-bottom: 30px;
	  width: 225px;
	}
	#gallery .portfolio li a.image-wrap,
	.zoom-icon {
	  height: 160px;
	  width: 213px;
	}
	.page-template-page-projects-full-php .wp-pagenavi {
	  clear: both;
	  margin: 10px 0 0 7px;
	}
	.primary_content_wrap {
	  padding: 0 0 30px;
	}
	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"], input[type="email"], 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_cyclewidget-2 {
	  float: left;
	  margin: 15px 10px;
	  width: 100%;
	}
	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;
		}


	}


