@charset utf-8;
/*--
	Theme Name: AFX
--*/

/* General
---------------------------------------- */
html,
body {
	min-width:960px;
	}
body{
	color: #707070;
	font: 100%/1.5em Arial, Helvetica, sans-serif;
	position:relative;
	background: #010101;
	border-top: 5px solid #00AFEF
}
#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;
	}

.primary_content_wrap img{
	max-width: 100%;
	height:auto
}

/* Header
---------------------------------------- */
#header {
	position:relative;
	z-index:9;
	overflow: hidden;
}
#header .top{
	position: absolute;
	top: 0;
	width: 100%
}
/* Logo */
.logo {
	float: left;
	margin-top: -5px;
	height: 101px;
	position: relative;
	z-index: 1
	}
	.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:101px;
	width: auto;
	padding-top: 0px;
	float: left;
	margin-top: -5px
}
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;
	background: url(images/nav.png) left 5px repeat-x;
	height: 100px
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	min-width: 80px; /* left offset of submenus need to match (see below) */
	padding:5px;
	background: url(images/nav.png) left top repeat;
}
.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:			100px; /* 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: 100px;
	padding: 0;
	float: left;
	background: url(images/line_nav.png) left 5px no-repeat; 
	padding-left: 1px
	}
	.sf-menu > li > a {
		padding:33px 25px;
		color:#a6a6a6;
		text-align: center;
		font-size:17px;
		font-family: 'ProximaNovaRgRegular';
		line-height:37px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		letter-spacing: -0.050em;
		background: url(images/nav_hover.png) left 5px repeat-x;
		height: 35px
		}
		.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:#00AFEF!important;
			background: url(images/nav_hover.png) left -91px repeat-x;
			}
			.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:17px;
		color:#9f9f9f;
		line-height:20px;
		padding:7px 20px 7px 20px;
		text-align: left;
		min-width: 80px;
		width: auto;
		font-family: 'ProximaNovaRgRegular';
		-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: #00AFEF;
		background: #000000
		}
.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: 0;
}
.flexslider-holder {
	background: #000 url(images/loading.gif) 50% 50% no-repeat;
	position:relative;
	width:1468px;
	left: 50%;
	margin-left: -734px;
	overflow: hidden;
	z-index: 0;
	
}
.flexslider img {
	top:0px;
	left:0px;
	display:none;
}
.flexslider a {
	border:0;
	display:block;

}


/* Before Content Area
---------------------------------------- */
#before_content{
	position: relative;
	background: url(images/primary.png);
	margin-top: -310px;
	padding: 40px 0;
	font-size: 14px;
	color: #c3c3c3;
	line-height: 21px;
	z-index: 9999
} 	
	#before_content h4{
		font-size: 20px;
		line-height: 22px;
		color:#7e7e7e;
		margin:0;
		font-family: 'ProximaNovaLtRegular';
		font-weight: normal;
		letter-spacing: -0.050em
	}
	#before_content h3{
		border-bottom: none;
		font-size: 20px;
		line-height: 22px;
		color:#ffffff;
		margin:0;
		font-family: 'ProximaNovaLtRegular';
		font-weight: normal;
		letter-spacing: -0.050em
	}
	#before_content h2{
		border-bottom: none;
		font-size: 25px;
		line-height: 27px;
		color:#ffffff;
		margin:0;
		font-family: 'ProximaNovaRgBold';
		font-weight: normal;
		text-transform: uppercase;
		margin-bottom: 10px;
		letter-spacing: -0.050em
	}
	#before_content a{
		background: #3b3b3d;
		border: 1px solid #515151;
		display: block;
		float: left;
		margin-top: 15px;
		text-align: center;
		padding: 5px 20px 7px;
		font-family: 'ProximaNovaLtRegular';
		font-size: 20px;
		text-decoration: none;
		color:#7e7e7e;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
	}
		#before_content a:hover{
			background: #00AFEF;
			color:#000000;
			border: 1px solid #00AFEF
		}
		

/* Left Home Area
---------------------------------------- */
.left_home_area{
	font-size: 12px;
	line-height: 18px;
	color: #a7a7a7;
}
.color{
	color: #fff
	}

/* Center Home Area
---------------------------------------- */
.center_home_area{
	font-size: 12px;
	line-height: 18px;
	color: #a7a7a7;
}

/* Right Home Area
---------------------------------------- */
.right_home_area{
	font-size: 12px;
	line-height: 18px;
	color: #a7a7a7;
}
	.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: 'ProximaNovaLtRegular';
		    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: 'ProximaNovaRgRegular';
				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;
	padding-top: 0
}
.primary_content_wrap {
	position:relative;
	z-index:10;
	background: url(images/primary.png) left top repeat;
	padding: 30px 0 40px;
	margin-top: -310px
	}
.page-template-page-home-php .primary_content_wrap > div:first-child{
	border-top: 5px solid #3b3b3d;
	padding-top: 40px
}
#content p{
	font-size: 12px;
	line-height: 18px;
	color: #a7a7a7
}


/* List */

.right_home_area ul{
	margin-bottom: 0
}
.right_home_area ul li{
	padding: 6px 0 6px 20px;
	background: url(images/arrow.gif) left 10px no-repeat;
	font-size: 12px;
	line-height: 18px
}
	.right_home_area ul li a{
		color: #a7a7a7;
	}

#content ul li, .widget ul li{
	padding: 6px 0 6px 20px;
	border-bottom: none;
	background: url(images/arrow.gif) left 10px no-repeat;
	font-size: 12px;
	line-height: 18px;
	color: #a7a7a7
}

.read{
	font-size: 18px;
	color:#00AFEF;
	float: left;
	margin-top: 15px;
	line-height: 18px;
	text-decoration: none;
	font-family: 'ProximaNovaLtRegular';
}
	.read:hover{
		text-decoration: underline;
		color:#00AFEF;
	}
strong{
	font-size: 16px;
	color: #ffffff;
	display: block;
	margin-bottom: 5px
}
	strong span{
		font-size: 12px;
		font-weight: normal;
		display: block;
		color: #a7a7a7
	}

.testi{
	background: #000;
	border:1px solid #3b3b3d;
	padding: 25px 30px 10px 20px;
}
	.testi em{
		background: url(images/quote.gif) left top no-repeat;
		padding-left: 40px;
		display: block;
		color: #fff;
		font-size: 12px
	}
	#content .testi p.author{
		text-align: right;
		text-transform: uppercase;
		font-weight: bold;
		color: #fff
	}
	#content .testi p.author span{
		font-size: 11px;
		text-align: right;
		text-transform: none;
		display: block;
		font-weight: normal;
		color: #b3b3b3;
		line-height: 12px
	}
/* 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:5px solid #3b3b3d;
				margin-bottom:20px;
				font-family:Arial, Helvetica, sans-serif;
				font-size:14px;
				line-height:22px;
				background: #000
				}
			.comment-author .fn {
				display:block;
				position:absolute;
				left:28px;
				bottom:25px;
				font-style:normal;
				color:#a7a7a7;
				}
			.comment-author .says {
				display:none;
				}
		.comment-meta {
			color:#00AFEF;
			position:absolute;
			left:115px;
			bottom:25px;
			text-align:left;
			}
			.comment-meta a {
				text-decoration:none;
				color: #00AFEF
				}
			.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:#00AFEF;
						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: 5px solid #3b3b3d;
	padding-bottom: 45px
	}

/* Post header */
article header time{
	font-family: 'ProximaNovaLtRegular';
	font-size: 14px;
	color:#ffffff;
}
article header h2 {
	font-size: 27px;
	line-height: 27px;
	color: #ffffff;
	margin:5px 0 5px;
	padding-bottom:5px;
	}
	article header h2 a {
		text-decoration:none;
		color: #ffffff
		}
	article header h2 a:hover {
		color: #00AFEF;
		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 #676767;
			}
	
	/* 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 {
		color:#a7a7a7;
		line-height: 18px
		}
	.pagination {
		
	}
		.pagination a {
			display:inline-block;
			padding:0 5px;
			background:#eee;
			}

/* Post footer */
article footer {
	clear:both;
	color: #00AFEF
	}
	article footer a {
		display:inline-block;
		color:#00AFEF;
		text-decoration:underline;
		font-size:12px;
		line-height:1.2em;
		margin-right:23px;
		}
		article footer a:hover{
			color: inherit;
		}
article.single-post footer {
	margin-top:20px;
	}
	.comments-link:hover{
		text-decoration: none
	}	
	article footer .link{
		font-family: 'ProximaNovaLtRegular';
		font-size: 14px;
		margin-top: 15px;
		margin-left: 25px;
		display: inline-block;
	}

/* Meta information for post */
.post-meta {
	width:100%;
	color:#fff;
	overflow:hidden;
	margin:1em 0;
	font-weight: normal;
	font-size: 12px
	}
	.single-services .post-meta {
	  display: none;
	}
	.post-meta a {
		color: #00AFEF;
		text-decoration:underline;
		}
	.post-meta a:hover {
		text-decoration:none;
		color: #00AFEF;
		}
	
	.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;
	border:1px solid #676767;
	}
.alignright {
	float:right;
	margin:0 0 10px 20px;
	border:1px solid #676767;
	}
.aligncenter {
	text-align:center;
	margin:0 auto;
	margin:0 0px 20px 0;
	border:1px solid #676767;
	}
.alignnone {
	border:1px solid #676767;
	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;
	
}
	#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 {
	font-size:30px;
    line-height:1.2em;
    color:#ffffff;
    margin:0 0 20px;
    font-family: 'ProximaNovaRgBold';
    font-weight: normal;
	}
.header-title .page-desc {
	font-size:.91em;
	color:#999;
	}

.folio-desc a.more{
	background: none repeat scroll 0 0 #1E1E1E;
	-moz-border-radius:7px; -webkit-border-radius:7px; border-radius:7px;
	color: #FFFFFF;
	display: block;
	font-size: 15px;
	margin-top: 0px;
	padding: 13px 10px;
	text-align: center;
	float: left;
	text-decoration: none;
	text-transform: uppercase 
}
.folio-desc a.more:hover{
	background: #676767;
	color: #fff
}
* + html #gallery .portfolio li {
  display: inline;
}
	
#gallery .portfolio {
	width: 100%;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}

#gallery .portfolio li {
	position: relative;
	float: left;
	width: 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:298px;
	height:210px;
	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 #676767;
	}
#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: 'ProximaNovaRgRegular';
		font-size: 16px;
		font-weight: normal;
	}
	#gallery .portfolio .folio-desc h4 a{
		color: #ffffff;
		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:-200px;
	width:298px;
	height:210px;
	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 Navigaton (wp-pagenavi) */
#content .wp-pagenavi {
  clear: both;
  overflow: hidden;
}
#content .wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  padding: 4px 10px;
  margin-right: 5px;
  display: inline-block;
  background: #000;
  color: #ffffff;
  border: 1px solid #6f6f6f;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease-out;    /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10 */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
            transition: all 0.3s ease-out;
   font-family: 'ProximaNovaLtRegular'; 
   font-size: 16px        
}
#content .wp-pagenavi a:hover, #content .wp-pagenavi span.current {
  background: #00AFEF;
  padding: 4px 10px;
  border: 1px solid #00AFEF;
  color: #000
}
#content .wp-pagenavi span.current {
  font-weight: bold;
}
#content .wp-pagenavi .pages {
  float: right;
  border: none;
  color: #999;
}

/* 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: 'ProximaNovaLtRegular';
	    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;
	}




/* 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: #a7a7a7;
	font-size: 12px;
	line-height: 18px
	}
	ul.latestpost li {
		margin:0;
		list-style-type:none;
		padding: 20px 0;
		float: left;
		background: url(images/dotted.gif) left top repeat-x;
		}
		ul.latestpost li:first-child{
			background: none;
			padding-top: 0
		}
		ul.latestpost time{
			color: #5b5b5b
		}
		.latestpost li h3{
			margin-bottom:0px;
			position:relative;
			padding: 0;
			font-family:Arial, Helvetica, sans-serif;
			color: #00AFEF;
			font-weight: bold;
		}
		.latestpost h3 a {
			text-decoration:none;
			color:#00AFEF!important;
			text-transform: none!important;
			font-size:12px;
			}
			.latestpost h3 a:hover {
				text-decoration: underline;
				}
		.latestpost li p{
			color: #9b9b9b;
			margin-bottom: 0
		}
			a.link{
				font-family: 'ProximaNovaLtRegular';
				font-size: 18px;
				line-height: 18px;
				color: #00AFEF;
				text-decoration: none;
			}
			a.link:hover{
				text-decoration: underline;
			}

/* Tags */
.tags-cloud a {
	display:inline-block;
	background:#e0e0e0;
	padding:1px 7px;
	border:1px solid #bdbdbd;
	border-radius:3px;
	text-decoration:none;
	color:#838383;
	margin:2px;
	}
.tags-cloud a:hover {
	background:#eee;
	}


/* Recent Comments */
.recent-comments {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.recent-comments li {
		padding:0;
		margin:0;
		border:none;
		padding-bottom:.5em;
		}
/* Carousel widget */
.es-carousel-wrapper {
  background: #101010;
  padding: 10px 37px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}
.es-carousel {
  overflow: hidden;
  background: #000;
}
	.es-carousel ul {
	  display: none;
	}
		.es-carousel ul li {
		  height: 100%;
		  float: left;
		  display: block;
		  list-style-type: none;
		  padding: 0;
		  margin: 0;
		  color: #fff;
		}
			.es-carousel ul li .thumbnail {
			  display: block;
			  border-style: solid;
			  border-color: #222;
			}
				.es-carousel ul li a img {
				  display: block;
				  border: none;
				  max-height: 100%;
				  max-width: 100%;
				}
.es-nav span {
  position: absolute;
  top: 50%;
  left: 12px;
  background: transparent url(images/nav.png) no-repeat top left;
  width: 14px;
  height: 26px;
  margin-top: -13px;
  text-indent: -9000px;
  cursor: pointer;
  opacity: 0.8;
}
.es-carousel ul li h4 {
  margin-bottom: .5em;
}
.es-carousel ul li .excerpt {
  margin-bottom: 10px;
}
.es-nav span.es-nav-next {
  right: 12px;
  left: auto;
  background-position: top right;
}
.es-nav span:hover {
  opacity: 1.0;
}

/* Banner widget */
.banners-holder {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
	.banners-holder li {
	  list-style-type: none;
	  float: left;
	  margin: 0 3px 3px 0;
	  padding: 0;
	}
		.banners-holder li img {
		  vertical-align: top;
		  float: left;
		}


/* Footer
---------------------------------------- */
#footer {
	padding:35px 0 10px 0;
	background: #262628;
	position: relative;
	z-index: 5;
	color: #757575;
	border-top: 5px solid #00AFEF
}
#footer a{
	color: #e0e0e0
}
	#footer nav.footer{
		float: left;
	}
		#footer nav.footer a{
			font-family: 'ProximaNovaRgRegular';
			font-size: 16px;
			line-height: 26px;
			color: #f1f1f1;
			background: url(images/nav_footer.gif) left 5px no-repeat;
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			padding-left: 20px
		}
			#footer nav.footer a:hover{
				background: url(images/nav_footer.gif) left -25px no-repeat;
				color:#00AFEF;
				text-decoration: none
			}
	#footer h4{
		font-family: 'ProximaNovaRgRegular';
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 10px;
		color: #f1f1f1;
		font-weight: normal
	}	
	.socials a{
		height: 34px;
		display: block;
		padding: 0 0 0 40px;
		line-height: 35px
	}
	.socials a.facebook{
		background: url(images/facebook.gif) left no-repeat;
	}
	.socials a.twitter{
		background: url(images/twitter.gif) left no-repeat;
	}
	.socials a.youtube{
		background: url(images/youtube.gif) left no-repeat;
	}
	.socials a.in{
		background: url(images/in.gif) left no-repeat;
	}
		.socials a:hover{
		}




/*
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;
			}




/* Alert boxes
---------------------------------------- */
.alert-box, .wpcf7-response-output {
	padding:20px 20px 20px 90px !important;
	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: #a7a7a7!important
}
input[type="text"], textarea {
	background:#000;
	border: 1px solid #777777;
	padding:8px 10px;
	width: 91%;
	}
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: #7e7e7e!important;
	  display: block;
	  float: left;
	  margin-top: 20px;
	  text-decoration: none;
	  background: #3b3b3d;
	  -webkit-transition: all .2s ease-in-out;
	 -moz-transition: all .2s ease-in-out;
	 -o-transition: all .2s ease-in-out;
	 height: 40px;
	 border: 1px solid #515151;
	 font-family: 'ProximaNovaRgRegular';
	 font-size: 20px;
	 padding: 0 15px
	}

	input[type="submit"]:hover{
		color: #000!important;
		background: #00AFEF
	}
input[type="reset"] {
	padding:0;
	margin:0;
	text-decoration:underline;
	font-size:16px;
	line-height:22px;
	background:none;
	border:none;
	cursor:pointer;
	height:24px;
	color: #255b7b
	}
input[type="submit"]:hover, input[type="reset"]:hover {
	text-decoration:none;
	}
	
/* Contact form */
.wpcf7-form p.field {
  margin-bottom: 9px;
  overflow: hidden;
  vertical-align: top;
  position: relative;
}
.wpcf7-form p.field input {
  width: 275px;
}
.wpcf7-form p.field small {
  color: red;
}
.wpcf7-form textarea {
  height: 250px;
  min-height: 250px;
  overflow: auto;
}
.wpcf7-form .submit-wrap {
  padding: 0;
  margin: 0;
}
span.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-not-valid-tip {
  width: 286px !important;
  position: absolute;
  left: 0 !important;
  top: 0 !important;
  padding: 5px 0 4px 10px !important;
  background: #f3b7b7 !important;
  color: red !important;
  border: none !important;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
div.wpcf7-response-output {
  margin-left: 0 !important;
  margin-right: 0 !important;
}


/* Comment form */
#commentform {
	
	}
	#commentform p.field {
		margin-bottom:13px;
		}
		#commentform small {
			color:#8b8b8b;
			}
	#commentform label {
		display:block;
		width: 200px
		}
	#commentform input[type="text"] {
		width:205px;
		}
	#commentform textarea {
		width:440px;
		height:160px;
		min-width:440px;
		max-width:590px;
		min-height:100px;
		padding:20px;
		overflow:auto;
		border: 1px solid #d3d3d3;
		color: #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: #1b1b1c;
		padding: 12px 10px;
		color: #afafaf!important;
		width: 203px;
		border: 1px solid #b3b3b3;
		float: left;
		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: 16px!important;
		float: left;
		clear: none;
		text-indent: -9999px!important;
		width: 25px!important;
		position: absolute;
		right: 0px!important;
		top: 15px;
		margin-top: 0;
		padding: 0;
		border: none
		}



/* Fluid Columns */
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:79.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth{ position:relative; margin-right:4%; float:left; }
.last { margin-right:0 !important; clear:right; }


.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.extra-wrap {
	overflow:hidden;
	}


/* Clear Floated Elements */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*	Retina media query.
	Overrides styles for devices with a 
	device-pixel-ratio of 2+, such as iPhone 4.
-----------------------------------------------    */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  
}
/* Always remember to compress your live stylesheet and keep an uncompressed backup */