@charset utf-8;
/*--
	Theme Name: theme1364
	Theme URI: http://template-help.com/
	Description: A theme for Wordpress 3.2.X from Template-Help.com Collection
	Author: Template_Help.com 
	Author URL: http://www.Template-Help.com/ 
--*/

/* General
---------------------------------------- */

@font-face {
	font-family: "ReformaLight";
		src: url('fonts/ReformaLight.eot');
        src: url('fonts/ReformaLight.eot?#iefix') format('embedded-opentype'),
			 url('fonts/ReformaLight.svg#ReformaLight') format('svg'),
             url('fonts/ReformaLight.woff') format('woff'),
             url('fonts/ReformaLight.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
	
@font-face {
	font-family: "ReformaMedium";
		src: url('fonts/ReformaMedium.eot');
        src: url('fonts/ReformaMedium.eot?#iefix') format('embedded-opentype'),
			 url('fonts/ReformaMedium.svg#ReformaMedium') format('svg'),
             url('fonts/ReformaMedium.woff') format('woff'),
             url('fonts/ReformaMedium.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }


html,
body {
	min-width:960px;
	}
body{
	background: #fff;
	color: #151515;
	font: 100%/1.25em Arial, Helvetica, sans-serif;
	position:relative;
}

#main {
	font-size:.8125em;
}


/* List styling */
dl dt {
	background:url(images/list-arrow.gif) no-repeat 0 3px;
	padding:0 0 3px 32px;
	margin-bottom:.2em;
	font-size:18px;
	line-height:1.2em;
	color:#191919;
	}
dl dd {
	padding:0 0 0 32px;
	margin:0 0 1.5em 0;
	}




/* Header
---------------------------------------- */
#header {
	height:236px;
	position:relative;
	z-index:99;
	background:url(images/pattern.gif) 50% 0 #1f1f1f;
}
#header-light {
	background:url(images/header-light.png) no-repeat 50% 0;
	height:236;
	}
#header-shadow {
	background:url(images/header-shadow.png) 0 100% repeat-x;
	height:236;
	}

/* Logo */
.logo {
	position:absolute;
	right:-10px;
	top:56px;
	}
	.logo h1,
	.logo h2 {
		font-size:3em;
		line-height:1.2em;
		margin-bottom:0;
		}
		.logo h1 a,
		.logo h2 a {
			color:#222;
			text-decoration:none;
			}



/* Header widget */
#widget-header {
	position:absolute;
	left:0;
	top:27px;
	z-index:1;
	width:310px;
}
	.widget-header {
		
		}

/* Twitter */
.twitter > header {
	display:none;
	}
.juiz_last_tweet_inside {
	color:#fff;
	width:310px;
	height: 120px;
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.juiz_last_tweet_inside li {
		list-style-type:none;
		padding:20px 27px 0 50px;
		margin:0;
		/*background:url(images/quotes-twitter.png) no-repeat 34px 32px;*/
		}
		.juiz_last_tweet_inside li a {
			color:#66cccc;
			float:left;
			}
			.juiz_last_tweet_inside li span {
				display:none;
				margin-bottom:20px;
				}
	.juiz_last_tweet_inside li .twitt-links {
		font-weight:bold;
		text-decoration:none;
		}
	.juiz_last_tweet_inside li .twitt-links:hover {
		text-decoration:underline;
		}
	
	.juiz_last_tweet_follow_us {
		display:block;
		width:232px;
		height:90px;
		background:url(images/profilelink-bg.png) no-repeat 0 0;
		padding:0 139px 0 0;
		font-family: tahoma;
		text-align:right;
		font-size:15px;
		line-height:110px;
		color:#fff;
		text-decoration:none;
		margin-top:40px;
		font-weight:bold;
		}
	.juiz_ltw_follow {
		display:none;
	}
	.juiz_ltw_username {
		display:none;
	}
	.juiz_ltw_ontwitter {
		display:none;
	}

	.juiz_last_tweet_inside .juiz_last_tweet_follow_us a { color:#fff;}
		
	.juiz_last_tweet_follow_us a:hover {
		color:#66CCCC;
		}
	
	/* .juiz_last_tweet_inside li .juiz_last_tweet_inner.juiz_last_tweet_metadata {display:none; }	*/
	
	#juiz_last_tweet_widget-2 {
		height:auto;
		float:left;
		padding-bottom:15px;
		}
		
		.social_face {background: url("images/facebook_icon.png") no-repeat scroll 0 0 transparent; height: 44px; width: 44px;}
		.social_you {background: url("images/you_tube_icon.png") no-repeat scroll 0 0 transparent; height: 44px; width: 44px;}




/* Request a quote */
#widget_my_requestquotewidget {
	width:100%;
	overflow:hidden;
	}
	
	.top-box {
		margin:0 0 0 0;
		background:url(images/box-bg.jpg) no-repeat 100% 0;
		height:434px;
		position:relative;
		}
	.box-button {
		display:block;
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		box-shadow:0 0 12px rgba(0, 0, 0, .12);
		height:44px;
		background:#fff;
		}
	.no-boxshadow .box-button {
		border:1px solid #f1f1f1;
		}
		.box-button .link {
			line-height:44px;
			float:right;
			padding:0 18px 0 0;
			}
	.box-text {
		padding:11px 302px 0 0;
		}









/* Navigations
---------------------------------------- */

/* Primary navigation */
nav.primary {
	position:relative;
	z-index:2;
}

/* Essential styles for dropdown menu */
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			182px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
	text-decoration:none !important;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	right:			0;
	top:			44px; /* 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:			183px; /* match ul width */
	top:			0;
}
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:			10em; /* match ul width */
	top:			0;
}


/* Our skin for dropdown menu */
.sf-menu {
	margin-top:320px;
	float:left;
}
.sf-menu a {
	text-decoration:none;
	/*color:			#fcfcfc;*/
	font-weight:normal;
}
.sf-menu li {
	background:none;
	}
	.sf-menu > li > a {
		font-size:  15px;
		line-height:1.2em;
		font-weight:bold;
		letter-spacing:-1px;
		padding:11px 0 0 0;
		padding-left:40px;
		font-family: tahoma;
		/*text-shadow:0 0 7px rgba(0, 0, 0, 1);*/
		}
	.sf-menu > li > a:hover,
	.sf-menu > li.current-menu-item > a,
	.sf-menu > li.sfHover > a{
		color:#66CCCC;
		}
.sf-menu li li {
	margin-bottom:1px;
}
	.sf-menu li li a {
		background:#000;
		padding:11px 5px 11px 12px;
		}
	.sf-menu li li a:hover,
	.sf-menu li li.current-menu-item > a,
	.sf-menu li li.sfHover > a{
		background:#66CCCC;
		color:#fff;
		}
.sf-menu li li li {
	background:		#9AAEDB;
}
.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;
}




/* Top search */
#top-search {
	position:absolute;
	right:0;
	top:15px;
	}
	#top-search .input-search {
		width:160px;
		margin-right:10px;
		background:#fff;
		border:none;
		}
	#top-search #submit {
		width:50px;
		cursor:pointer;
		padding-left:0;
		padding-right:0;
		}





/* Content
---------------------------------------- */
.primary_content_wrap {
	position:relative;
	z-index:1;
	padding-bottom:50px;
	}


#first-home-area {
	padding-bottom:65px;
	}


.home #content {
	padding:50px 0 0 0;
}
#content {
	padding-top:60px;
	}
#content.left {
	float:right !important;
	}
	#content .indent {
		padding:0 0 0 40px;
		}


/* Page */
.page {
	
	}
	#page-content {
		
	}
	#page-meta {
		
	}




/* Comments
---------------------------------------- */
h3#comments {
	padding-top:25px;
	}
.commentlist {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	li.comment {
		list-style-type:none;
		overflow:hidden;
	}
		.odd {
			
		}
		.even {
			
		}
			li.comment .comment-body {
				padding:10px 10px 25px 60px;
				position:relative;
				zoom:1;
				background:#000;
				margin-bottom:20px;
				color:#fafafa;
				}
				li.comment .comment-body a {
					color:#66CCCC;
					font-weight:normal;
					}
		.author-comment {
			
		}
		.comment-author {
			padding:.5em 0 1em 0;
			}
		.comment-text {
			
		}
		.comment-meta {
			font-size:11px;
			color:#999;
			position:absolute;
			right:20px;
			top:15px;
		}
			li.comment .avatar {
				float:none;
				margin:0;
				position:absolute;
				left:10px;
				top:10px;
				padding:1px;
				border:1px solid #dbdbdb;
				vertical-align:top;
				overflow:hidden;
				}
				li.comment .avatar {
					display:block;
					vertical-align:top;
					overflow:hidden;
					}
				
				.commentlist ul.children {
					margin:20px 0 0 30px;
					}
					.commentlist ul.children li.comment {
						background:none;
						padding:0;
						margin:0;
						}
				
				.reply {
					position:absolute;
					right:20px;
					bottom:15px;
					}
					.reply a {
						display:inline-block;
						background:#fff;
						padding:2px 8px;
						color:#000 !important;
						text-decoration:none;
						font-weight:bold;
						font-size:10px;
						text-transform:uppercase;
						}
					.reply a:hover {
						background:#66CCCC;
						text-decoration:none;
						}
				
				
		.waiting-for-approval {
			
		}
	#trackbacks {
		
	}
		li.trackback {
			
		}
	p#no-comments {
		
	}
	#comments-form {
		
	}
	
	.allowed_tags {
		background:#eee;
		padding:15px;
		font-size:11px;
		font-family:"Courier New", Courier, monospace;
		color:#666;
		}
		.allowed_tags strong {
			font-family:Tahoma, Geneva, sans-serif;
			}
		#respond {
			padding:1em 0 0 0;
		}
		.cancel-comment-reply {
			
		}





/* Post
---------------------------------------- */
.post {
	
}
	.postContent {
		
	}
	.post-excerpt {
		
	}


article {
	margin-bottom:35px;
	width:100%;
	position:relative;
	clear:both;
	overflow:hidden;
	}

/* Post header */
article header h2 {
	margin-bottom:.1em;
	}
	article header h2 a {
		text-decoration:none;
		}
	article header h2 a:hover {
		color:#5e5e5e;
		}
article.single-post {
	margin-bottom:30px;
	overflow:hidden;
	width:100%;
	}
	article.single-post h1 {
		font-size:42px; 
		letter-spacing: -1px;
		}


h1.extra-title {
	font-size:30px;
	letter-spacing:-1px;
	}
	h1.extra-title span {
		font-size:45px;
		letter-spacing:-3px;
		}


/* Featured thumbnail */
.featured-thumbnail {
	float:left;
	margin:5px 20px 10px 0;
}
	.featured-thumbnail .img-wrap {
		float:right;
		}
		.featured-thumbnail img {
			float:right;
			}
	
	/* Small thumbnail */
	.featured-thumbnail.small img {
		padding:4px;
		}
	
	/* Large thumbnail */
	.featured-thumbnail.large {
		margin-right:0;
		float:none;
		overflow:hidden;
		margin-bottom:1.5em;
		}
	.featured-thumbnail.large .img-wrap {
		float:none;
		}
	.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:30px;
		}
	.pagination {
		
	}
		.pagination a {
			display:inline-block;
			padding:0 5px;
			background:#eee;
			}

/* Post footer */
article footer {
	clear:both;
	padding:5px 0 0 0;
	}
article.single-post footer {
	margin-top:20px;
	}
		

/* Meta information for post */
.post-meta {
	padding:0;
	width:100%;
	font-size:.92em;
	overflow:hidden;
	margin-bottom:1em;
	}
	.post-meta .fright {
		font-weight:bold;
		}
		.post-meta .fright a {
			text-decoration:none;
			}
		.post-meta .fright a:hover {
			text-decoration:underline;
			}
	
	.post-navigation {
		
	}
	
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 10px 10px 0;
	padding:8px;
	background:#fff;
	border:1px solid #dbdbdb;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}
.alignright {
	float:right;
	margin:0 0 10px 20px;
	padding:7px;
	background:#fff;
	border:1px solid #dbdbdb;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}
.aligncenter {
	text-align:center;
	margin:0 auto;
	padding:7px;
	background:#fff;
	border:1px solid #dbdbdb;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}
article .post-content img {
	max-width:710px;
	}

.frame {
	padding:7px;
	background:#fff;
	border:1px solid #dbdbdb;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
	}
.frame img.alignleft,
.frame img.alignright{
	margin:0;
	padding:0;
	border:none;
	}



/* Page Navigaton (wp-pagenavi) */
.wp-pagenavi {
	clear: both;
	font-family:tahoma;
	font-size:18px;
	line-height:1.2em;
	padding:0 0 16px 0;
	float:left;
}
.fright .wp-pagenavi {
	clear:none;
	padding:15px 0 0 0;
	}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding:0 5px;
	color:#000;
	float:left;
	font-size:18px;
	line-height:1.2em;
	font-family: tahoma;
	font-weight:bold;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	color:#66CCCC;
}
.nextpostslink {
	display:inline-block;
	width:17px;
	height:26px;
	background:url(images/directions.png) no-repeat -17px 0;
	padding:0 !important;
	text-indent:-9999em;
	margin-left:15px;
	}
.nextpostslink:hover {
	background-position:-17px -26px;
	}
.previouspostslink {
	display:inline-block;
	width:17px;
	height:26px;
	background:url(images/directions.png) no-repeat 0 0;
	padding:0 !important;
	text-indent:-9999em;
	margin-right:15px;
	}
.previouspostslink:hover {
	background-position:0 -26px;
	}


/* Older and newer navigation */
nav.oldernewer {
	width:100%;
	overflow:hidden;
	margin-bottom:1.5em;
}
	.older {
		float:right;
	}
	.newer {
		float:left;
	}

nav.oldernewer .older .nextpostslink {
	background:url(images/directions.png) no-repeat 0 0;
	margin:0 15px 0 0;
	}
nav.oldernewer .nextpostslink:hover {
	background-position:0 -26px;
	}
	
	
nav.oldernewer .newer .previouspostslink {
	background:url(images/directions.png) no-repeat -17px 0;
	margin:0 0 0 15px;
	}
nav.oldernewer .newer .previouspostslink:hover {
	background-position:-17px -26px;
	}



/* Author
---------------------------------------- */
#post-author {
	overflow:hidden;
	padding:30px 0;
	margin-bottom:30px;
	border-bottom:10px solid #66CCCC;
	border-top:10px solid #66CCCC;
	}
#author-link {
	margin-top:1.5em;
	}
	#post-author .gravatar {
		margin:0 20px 0 0;
		}
	#post-author .gravatar img {
		background:#fff;
		border:1px solid #dbdbdb;
		padding:5px;
		}
#author-description {
	
	}

/* Recent author posts */
#recent-author-posts {
	margin-bottom:3em;
}

/* Recent author comments */
#recent-author-comments {
	
}

.author-info {
	width:100%;
	overflow:hidden;
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:10px solid #66CCCC;
}
	.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:250px;
		line-height:1.2em;
		color:#999;
		}
	#error404 hgroup {
		margin:0 0 2em 0;
		padding-top:50px;
		}
		#error404 hgroup h1 {
			font-size:3em;
			margin-bottom:.2em;
			}





/* 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:24px;
	float:right;
	}
	.header-title h2 {
		margin-bottom:.1em;
		}
	.header-title .page-desc {
		font-size:.91em;
		color:#999;
		}



/* Default layout 2 columns */
#gallery {
	padding:0 0 28px 0;
	}
	#gallery .portfolio {
		list-style-type:none;
		padding:0;
		margin:0;
		}
		#gallery .portfolio li {
			display:-moz-inline-box;
			display:inline-block;
			zoom:1;
			vertical-align:top; 
			width:470px;
			height:179px;
			margin:0 6px 5px 0;
			padding:0;
			position:relative;
			font-size:12px;
			color:#151515;
			line-height:21px;
			background:#f4f4f4;
			overflow:hidden;
			}
		* + html #gallery .portfolio li {
			display:inline;
			}
		#gallery .portfolio li:hover {
			background:#66CCCC;
			}
		#gallery .portfolio li.nomargin {
			margin-right:0 !important;
			}
			#gallery .portfolio li span.image-border {
				display:block;
				width:350px;
				height:179px;
				position:relative;
				}
			#gallery .portfolio li a.image-wrap {
				display:block;
				overflow:hidden;
				width:350px;
				height:179px;
				position:relative;
				background:#f5f5f5 url(images/loading-folio.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;
				float:left;
				margin:0 14px 0 0;
				}
			#gallery .portfolio li a.image-wrap:hover {
				
				}
				#gallery .portfolio li a.image-wrap img {
					float:left;
					}
			
			#gallery .portfolio .folio-desc {
				margin-bottom:0;
				padding:25px 10px 0 .5em;
				line-height:20px;
				font-size:13px;
				}
				#gallery .portfolio .folio-desc h3 {
					font-size:13px;
					margin-bottom:14px;
					font-family:tahoma;
					letter-spacing:0;
					}
					#gallery .portfolio .folio-desc h3 a {
						text-decoration:none;
						color:#151515;
						}
					#gallery .portfolio .folio-desc h3 a:hover {
						text-decoration:underline;
						}
			#gallery .portfolio p.excerpt {
				padding:0;
				}
			#gallery .portfolio .button {
				margin-top:20px;
				}
			
			.zoom-icon {
				display:block;
				position:absolute;
				left:5px;
				top:-252px;
				width:350px;
				height:179px;
				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:5px;
				}
			#gallery .portfolio .ellipsis {
				display:none;
				}
				#gallery .portfolio .link:hover {
					text-decoration:none;
					}
					#gallery .portfolio .excerpt {
						margin-bottom:15px;
						}







/* Sidebar
---------------------------------------- */
#sidebar {
	padding:101px 0 0 0;
}
	#widget-sidebar {
		
	}
	#home-sidebar {
		padding-top:10px;
		}
		.widget {
			margin-bottom:40px;
		}
	

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


/* Tagcloud */
.tagcloud {
	text-align:center;
	}
	.tagcloud a {
		text-decoration:none;
		}
	.tagcloud a:hover {
		background:#66CCCC;
		color:#000;
		}




/* Custom widgets
---------------------------------------- */

/* Posts Type widget */
.post_list {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.post_list li {
		overflow:hidden;
		margin:0;
		padding:0 0 20px 0;
		background:none;
		}
		.post_list li img {
			float:left;
			margin:0 15px 0 0;
			}
		.post_list li a.post-title {
			font-weight:bold;
			color:#fff830 !important;
			text-decoration:none;
			}
		.post_list li a.post-title:hover {
			text-decoration:underline;
			}
		.post_list .post_content {
			display:inline;
			}
		.post_list a.more {
			font-weight:bold;
			text-decoration:underline;
			}
		.post_list a.more:hover {
			text-decoration:none;
			}

/* 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% #ececec;
			}
		.popular-posts li h5 {
			font-size:1em;
			margin-bottom:.5em;
			}
		.popular-posts li .excerpt {
			margin-bottom:.8em;
			}



/* Post Cycle */
.post_cycle {
	padding:0;
	margin:0;
	}
#post-cycle .cycle_item {
	display:none;
	}
#post-cycle .cycle_item:first {
	display:block;
	}


/* Folio Cycle */
.folio_cycle {
	list-style-type:none;
	padding:0;
	margin:0;
	width:100%;
	overflow:hidden;
	}
	.folio_cycle .folio_item {
		overflow:hidden;
		display:none;
		}
	.folio_cycle .folio_item:first {
		display:block;
		}
		.folio_cycle .folio_item figure.thumbnail {
			width:270px;
			overflow:hidden;
			}
#folio-controls {
	text-align:center;
	overflow:hidden;
	}
	#folio-controls ul {
		list-style-type:none;
		margin:0;
		padding:0;
		}
		#folio-controls ul li {
			padding:0 5px 0 0;
			display:inline;
			}
			#folio-controls ul li a {
				display:inline-block;
				text-decoration:none;
				width:8px;
				height:8px;
				background:#000;
				font-size:0;
				line-height:0;
				}
			#folio-controls ul li a:hover {
				background:#999;
				}


/* Testimonials */
.testimonials {
	padding:0;
	margin:0;
	}
	.testimonials div.testi_item {
		background:#fff;
		padding:1.5em;
		margin-bottom:2em;
		margin-right:5px;
		background:url(images/quotes.png) no-repeat 10px 10px #f3f3f3;
		}
		.name-testi {
			padding:0 0 0 2.2em;
			text-align:right;
			font-weight:bold;
			display:block;
			color:#333;
			}
			.name-testi a {
				font-weight:normal;
				}
		.testimonials .thumb {
			float:left;
			margin-right:20px;
			}
		.testimonials div.testi_item blockquote {
			border:none;
			padding:15px 0 15px 30px;
			margin:0;
			}
			.testimonials div.testi_item blockquote a {
				text-decoration:none;
				color:#888;
				display:block;
				}
			.testimonials div.testi_item blockquote a:hover {
				color:#333;
				}

/* Misc for Cycle widgets */
#testi-cycle .testi_item {
	display:none;
	background:#66CCCC;
	padding:0;
	margin:0;
	}
#testi-cycle .testi_item:first {
	display:block;
	}
#testi-cycle .testi_item .inner {
	padding:44px 30px 30px 50px;
	}
	#testi-cycle .testi_item .name-testi {
		text-align:left;
		color:#131313;
		padding-left:0;
		}
	#testi-cycle .testi_item .excerpt {
		margin-bottom:15px;
		}
.bottom-arrow {
	background:url(images/arrow1.png) no-repeat 0 100%;
	width:26px;
	height:22px;
	margin-bottom:20px;
	}


/* Recent Posts */
.latespost-holder {
	position:relative;
	}
.latestpost {
	list-style-type:none;
	margin:0;
	padding:0;
	}
	.latestpost li {
		padding:23px 40px 23px 0;;
		margin:0;
		border-top:3px solid #edecec;
		list-style-type:none;
		position:relative;
		background:none;
		zoom:1;
		}
	.latestpost li:first-child {
		border-top:none;
		padding-top:0;
		}
		.latestpost li time {
			display:block;
			position:absolute;
			right:0;
			top:27px;
			font-size:18px;
			padding-bottom:5px;
			line-height:1em;
			font-family: 'Open Sans', sans-serif;
			letter-spacing:-1px;
			text-align: left;
			}
		.latestpost li:first-child time {
			top:2px;
			}
		.latestpost li a {
			color:#000;
			text-decoration:underline;
			}
		.latestpost li a:hover {
			text-decoration:none !important;
			}
.rss-icon {
	display:block;
	position:absolute;
	top:-57px;
	right:0;
	float:right;
	background:url(images/icons/feed.png) no-repeat 0 0;
	width:32px;
	height:32px;
	}






/* Testimonials
---------------------------------------- */

/* Testimonials list */
article.testimonial {
	padding:30px 30px 30px 235px;
	width:auto;
	background:url(images/quotes.png) no-repeat 170px 20px #f4f4f4;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:17px;
	line-height:1.4em;
	font-weight:normal;
	color:#666;
	margin-bottom:35px;
	}
	article.testimonial .testi-pic {
		position:absolute;
		left:30px;
		top:30px;
		}
	article.testimonial .name-testi {
		display:block;
		text-align:right;
		font-style:normal;
		color:#222c36;
		font-size:13px;
		font-family:Arial, Helvetica, sans-serif;
		line-height:1.2em;
		}
		article.testimonial .name-testi a {
			text-decoration:none;
			}
		article.testimonial .name-testi a:hover {
			text-decoration:underline;
			}


/* Single Testimonial */
blockquote.testi-single {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:30px 30px 30px 235px;
	width:auto;
	background:url(images/quotes.png) no-repeat 170px 20px #f4f4f4;
	font-size:1.3em;
	line-height:1.4em;
	font-style:italic;
	margin:0;
	position:relative;
	color:#666;
	border:none;
	}
	blockquote.testi-single p {
		margin:0 0 1em 0;
		padding:0;
		}
		.testi-pic {
			position:absolute;
			left:30px;
			top:30px;
			}
		blockquote.testi-single .name-testi {
			font-family: 'Open Sans', sans-serif;
			font-style:normal;
			}



/* Shortcodes
---------------------------------------- */

/* Recent Posts */
.recent-posts {
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
	border:none;
	}
	.recent-posts li {
		margin:0 0 20px 0;
		padding:0;
		border:none;
		background:none;
		}
		.recent-posts li img.thumb {
			float:left;
			margin:0 20px 0 0;
			}
		.recent-posts li h5 {
			font-size:1em;
			margin-bottom:0;
			}
		.recent-posts li .excerpt {
			margin-bottom:1.5em;
			}
		.recent-posts li span.meta {
			display:block;
			margin-bottom:.5em;
			font-size:10px;
			color:#888;
			text-transform:uppercase;
			}


/* Recent Updates */
.recent_updates {
	padding-bottom:19px;
	}
.recent_updates li {
	padding:0;
	margin:0 0 5px 0;
	border:none;
	background:none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	}
	.recent_updates li:hover {
		opacity:.5;
		}


/* Awards */
ul.awards {
	overflow:hidden;
	margin-bottom:-33px;
	}
.awards li {
	float:left;
	width:256px;
	margin-right:23px;
	margin-bottom:33px;
	}
	.awards li .excerpt {
		margin:0;
		display:inline;
		}
	.awards li .more {
		text-decoration:underline;
		}
	.awards li .more:hover {
		text-decoration:none;
		}
	.awards li h5 a {
		color:#fff830 !important;
		}
	.awards li img.thumb {
		margin:0 14px 0 0;
		}

/* Work Team */
.team li {
	background:url(images/bull.gif) no-repeat 0 8px;
	margin:0 0 13px 0 !important;
	padding:0 0 0 17px;
	}
	.team li .excerpt {
		margin-bottom:0;
		display:inline;
		font-weight:bold;
		color:#fff900;
		background:url(images/comma.gif) no-repeat 0 100%;
		padding:0 0 0 6px;
		}
	.team li h5 {
		display:inline;
		padding-right:1px;
		}
	.team li .ellipsis {
		display:none;
		}


/* Our team */
.recent-posts.team {
	margin:0;
	padding:0;
	}
	.recent-posts.team li {
		float:left;
		width:300px;
		overflow:hidden;
		margin:0 20px 40px 0;
		}
		.recent-posts.team li:nth-child(2n) {
			margin-right:0;
			}
		.recent-posts.team li.nomargin {
			margin-right:0;
			}
		.recent-posts.team li .thumb-wrap {
			width:115px;
			overflow:hidden;
			}
		.recent-posts.team li .thumb-wrap {
			float:left;
			margin-right:16px;
			}
		.recent-posts.team li a {
			color:#191919;
			}
		.recent-posts.team li .excerpt {
			margin-bottom:0;
			}

/* Services */
.recent-posts.services {
	list-style-type:none;
	padding:10px 0 0 0;
	margin:0 0 -20px 0;
	overflow:hidden;
	position:relative;
	width:100%;
	}
	.recent-posts.services li {
		float:left;
		width:310px;
		padding:0 0 32px 0;
		margin:0 5px 32px 5px;
		background:none;
		border-bottom:3px solid #edecec;
		}
		.recent-posts.services li h5 {
			font-size:18px;
			line-height:1.2em;
			color:#000;
			font-family: 'Open Sans', sans-serif;
			letter-spacing:-1px;
			margin-bottom:1em;
			}
			.recent-posts.services li h5 a {
				color:#191919;
				text-decoration:none;
				font-size:23px;
				font-family: tahoma;
				font-weight:bold;
				}
			.recent-posts.services li h5 a:hover {
				text-decoration:none;
				color:#66CCCC;
				}
	.recent-posts.services .excerpt {
		display:inline;
		}
	.recent-posts.services a.more {
		text-decoration:underline;
		}
	.recent-posts.services a.more:hover {
		color:#66CCCC;
		}




/* 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 {
	background:#000;
	color:#fff;
	}

	/* Footer widget */
	#widget-footer {
		background:url(images/pattern.gif) 50% 0 #1f1f1f;
		color:#fefefe;
		padding:55px 0 60px 0;
		}
		#widget-footer h2 {
			text-shadow:0 0 10px rgba(0, 0, 0, 1);
			}
		#widget-footer a {
			color:#fff;
			}
			#widget-footer ul.menu {
				width:100%;
				padding:0;
				margin:0;
				overflow:hidden;
				margin-bottom:-13px;
				}
				#widget-footer ul.menu li {
					list-style-type:none;
					float:right;
					width:50%;
					padding:0;
					margin:0 0 13px 0;
					background:url(images/bull.gif) no-repeat 170px 8px;
					}
					#widget-footer ul.menu li a {
						font-weight:normal;
						text-decoration:none;
						padding:0 30px 0 0;
						}
					#widget-footer ul.menu li a:hover {
						color:#66CCCC;
						}
	
	/* Copyright */
	#copyright {
		padding:11px 0 11px 0;
		}
		#copyright a {
			color:#66CCCC;
			text-decoration:none;
			}
		#copyright a:hover {
			text-decoration:underline;
			}	

.copyright-text {
	float:left;
	padding:6px 0 0 0;
	}



/* Social Networks */
#copyright .social-networks {
	list-style-type:none;
	padding:0;
	margin:0;
	border:none;
	}
	#copyright .social-networks li {
		float:left;
		border:none;
		padding:0;
		margin:0 0 0 4px;
		list-style-type:none;
		background:none;
		position:relative;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		}
	#copyright .social-networks li:hover {
		margin-top:-4px;
		}
		#copyright .social-networks li a {
			text-decoration:none;
			float:left;
			position:relative;
			}


/* Misc
---------------------------------------- */
.button {
	display:inline-block;
	padding:7px 15px;
	background:#000;
	color:#fff;
	text-decoration:none;
	}
.button:hover {
	background:#66CCCC;
	color:#000;
	}


.link {
	display:inline-block;
	font-family: tahoma;
	font-size:18px;
	line-height:1.2em;
	color:#000;
	text-decoration:none;
	letter-spacing:-1px;
	}
.link:hover {
	color:#5e5e5e;
	}


.banner {
	box-shadow:0 0 10px rgba(0, 0, 0, .12);
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, .12);
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, .12);
	margin-bottom:9px;
	}
.no-boxshadow .banner{
	border:1px solid #eee;
	}


.no-results {
	
}

/* Tabs */
.tabs {
    margin: 1px 0 20px 0;
}

.tabs .tab-wrapper {
    border: 1px solid #dddddd;
    border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    margin: -1px 0 0 0;
}

.tabs .tab-menu ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.tabs .tab-menu li {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
}

.tabs .tab-menu a {
    background-color: #fafafa;
    border: 1px solid #dddddd;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #aaaaaa;
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0 2px 0 0;
    padding: 8px 20px;
}

.tabs .tab-menu a:hover {
    background-color: #f2f2f2;
    color: #666666;
}

.tabs .tab-menu a.active {
    background-color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#fafafa');
    background: -moz-linear-gradient(bottom , #fafafa 0px, #f6f6f6 90%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #fafafa),color-stop(90%, #f6f6f6));
    border-bottom: none;
    color: #666666;
    padding: 8px 20px 9px 20px;
}

.tabs .tab {
	background-color: #fafafa;
	border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    padding: 20px;
}





/* Toggle */
.toggle {
    padding: 0 0 2px 0;
}
.toggle ~ br {
	display:none;
	}

.toggle .trigger {
	background-color: #f5f5f5;
	background: -moz-linear-gradient(bottom, #F2F2F2 0px, #ffffff 100%);
	background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #f2f2f2),color-stop(1, #ffffff));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2');
	border: 1px solid #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #666666;
	display: block;
	padding: 10px 12px 10px 40px;
	position: relative;
	text-decoration:none;
	}

.toggle .trigger span {
	background: url(includes/images/toggle.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	top: 9px;
	left: 10px;
	text-indent: -9999px;
	width: 22px;
	height: 20px;
	}

.toggle .trigger:hover,
.toggle .active {
	background:#191919;
	color:#fff;
	}
.toggle .active span {
	background-position: 0 -20px;
	}

.toggle .box {
	background-color: #fafafa;
	border: 1px solid #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 20px;
	}



/* Dropcap */
.dropcap {
	display:block;
	float:left;
	font-size:4em;
	line-height:1em;
	margin:0 10px 0 0;
	text-transform:uppercase;
	}

.widget-area {
	
}

.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;
	}
.colborder {
	background:url(images/vr.gif) 100% repeat-y;
	}
.colborder_alt {
	background:url(images/colborder.png) 100% repeat-y;
	}

/* Address */
.address {
	overflow:hidden;
	width:100%;
	margin:0;
	padding:0;
	}
.address dt {
	float:right;
	width:209px;
	margin-left:10px;
	padding:0 53px 0 0;
	background:none;
	font-size:1em;
	line-height:18px;
	background:url(images/address-icon1.png) no-repeat 225px 3px;
	}
.address dd {
	float:left;
	width:200px;
	padding:0 67px 0 0;
	background:url(images/address-icon2.png) no-repeat 210px 3px;
	}
	.address dd ul {
		list-style-type:none;
		padding:0;
		margin:0;
		}
		.address dd ul li {
			background:none;
			padding:0;
			margin-bottom:0;
			direction: rtl;
			text-align: right;
			}
	.address dd span {
		float:right;
		width:200px;
		}
		.address dd a {
			color:#151515;
			text-decoration:none;
			
			}


/* EasyTooltip */
#easyTooltip{
	padding:3px 8px;
	background:#000;
	color:#fff;
	font-size:10px;
	z-index:9999;
	}


/* VIDEO */
.video-wrap {
	margin-bottom: 10px;
	position:relative;
	zoom:1;
	}
	.video-wrap object {
		position:relative;
		z-index:2;
		}
	.video-bg {
		background-color:black;
		position:absolute;
		left:0;
		top:0;
		z-index:1;
		}

/* AUDIO */
.audio-wrapper {
   margin-bottom:1.5em;
}
.audio-desc {
	font-size:.91em;
	color:#999;
	padding:.5em 0 0 0;
	}
.audiojs audio { position: absolute; left: -1px; }
.audiojs { width: 460px; height: 36px; background: #404040; overflow: hidden; font-family: monospace; font-size: 12px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(0.5, #555), color-stop(0.51, #444), color-stop(1, #444));
	background-image: -moz-linear-gradient(center top, #444 0%, #555 50%, #444 51%, #444 100%);
	-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); }
.audiojs .play-pause { width: 25px; height: 40px; padding: 4px 6px; margin: 0px; float: left; overflow: hidden; border-right: 1px solid #000; }
.audiojs p { display: none; width: 25px; height: 40px; margin: 0px; cursor: pointer; }
.audiojs .play { display: block; }
.audiojs .scrubber { position: relative; float: left; width: 280px; background: #5a5a5a; height: 14px; margin: 10px; border-top: 1px solid #3f3f3f; border-left: 0px; border-bottom: 0px; overflow: hidden; }
.audiojs .progress { position: absolute; top: 0px; left: 0px; height: 14px; width: 0px; background: #ccc; z-index: 1;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc));
	background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc 100%); }
.audiojs .loaded { position: absolute; top: 0px; left: 0px; height: 14px; width: 0px; background: #000;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));
	background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222 100%); }
.audiojs .time { float: left; height: 36px; line-height: 36px; margin: 0px 0px 0px 6px; padding: 0px 6px 0px 12px; border-left: 1px solid #000; color: #ddd; text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5); } 
.audiojs .time em { padding: 0px 2px 0px 0px; color: #f9f9f9; font-style: normal; }
.audiojs .time strong { padding: 0px 0px 0px 2px; font-weight: normal; }
.audiojs .error-message { float: left; display: none; margin: 0px 10px; height: 36px; width: 400px; overflow: hidden; line-height: 36px; white-space: nowrap; color: #fff;
	text-overflow: ellipsis; -o-text-overflow: ellipsis; -icab-text-overflow: ellipsis; -khtml-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -webkit-text-overflow: ellipsis; }
.audiojs .error-message a { color: #eee; text-decoration: none; padding-bottom: 1px; border-bottom: 1px solid #999; white-space: wrap; }

.audiojs .play { background: url(js/audiojs/player-graphics.gif) -2px -1px no-repeat; }
.audiojs .loading { background: url(js/audiojs/player-graphics.gif) -2px -31px no-repeat; }
.audiojs .error { background: url(js/audiojs/player-graphics.gif) -2px -61px no-repeat; }
.audiojs .pause { background: url(js/audiojs/player-graphics.gif) -2px -91px no-repeat; }

.playing .play, .playing .loading, .playing .error { display: none; }
.playing .pause { display: block; }

.loading .play, .loading .pause, .loading .error { display: none; }
.loading .loading { display: block; }

.error .time, .error .play, .error .pause, .error .scrubber, .error .loading { display: none; }
.error .error { display: block; }
.error .play-pause p { cursor: auto; }
.error .error-message { display: block; }



/* 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;
	}
	.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 */
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	border:1px solid #dbdbdb;
	outline:none;
}
input[type="text"], textarea {
	background:none;
	border:1px solid #e9e9e9;
	box-shadow:inset 1px 1px 0 rgba(0, 0, 0, .35);
	-moz-box-shadow:inset 1px 1px 0 rgba(0, 0, 0, .35);
	-webkit-box-shadow:inset 1px 1px 0 rgba(0, 0, 0, .35);
	padding:6px 10px 6px 5px;
	width: 290px;
	}
input[type="submit"], input[type="reset"] {
	position:relative;
	display:inline-block;
	padding:0 19px;
	line-height:31px;
	background:#000;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	border:none;
	height:31px;
	cursor:pointer;
	margin-right:4px;
	}
input[type="submit"]:hover, input[type="reset"]:hover {
	background-color: #66CCCC;
	color:#000;
	}


/* Comment form */
#commentform {
	
	}
	#commentform p.field {
		margin-bottom:5px;
		}
		#commentform small {
			color:#8b8b8b;
			}
	#commentform label {
		display:block;
		}
	#commentform input[type=text] {
		width:250px;
		padding:4px;
		}
	#commentform textarea {
		width:460px;
		height:150px;
		padding:4px;
		overflow:auto;
		}




/* Contact form */
.wpcf7-form p.field {
	margin-bottom:8px;
	overflow:hidden;
	vertical-align:top;
	width:380px;
	position:relative;
	}
.wpcf7-form p.field label {
	float:left;
	width:79px;
	padding-top:6px;
	}
.wpcf7-form p.field input {
	float:left;
	padding:9px 13px 9px 13px;
	width:320px;
	color:#151515;
	font-size:12px;
	}
	.wpcf7-form p.field small {
		color:red;
		}
.wpcf7-form textarea {
	float:right;
	width:280px;
	height:205px;
	font-size:1em;
	padding:9px 13px 9px 13px;
	overflow:auto;
	color:#151515 !important;
	font-size:12px;
	margin-bottom:17px;
	margin-left: 75px;
	}
.wpcf7-form .submit-wrap {
	margin:0;
	text-align:right;
	width:350px;
	}
	.wpcf7-form .submit-wrap input {
		background:none;
		border:none;
		font-size:18px;
		color:#000;
		font-family: 'Open Sans', sans-serif;
		padding:0;
		margin:0 0 0 26px;
		letter-spacing:-1px;
		}
	.wpcf7-form .submit-wrap input:hover {
		color:#5e5e5e;
		}
	.wpcf7-form .submit-wrap img {
		float:left;
		}
	span.wpcf7-form-control-wrap {
		display:block;
		}
	.wpcf7-not-valid-tip {
		width:320px !important;
		position:absolute;
		left:0 !important;
		top:0 !important;
		padding:6px 13px 7px 13px !important;
		background:#f3b7b7 !important;
		color:red !important;
		border:1px solid red !important;
		}





/* Sidebar search form */
#searchform {
	
	}
#searchform .searching {
		width:220px;
		margin-right:10px;
		}
#sidebar #searchform .searching  {
	width:180px;
	}
	#searchform .submit {
		width:60px;
		cursor:pointer;
		padding-left:0;
		padding-right:0;
		}



/* 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:right;}
.fright { float:left;}
.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%;
}
20
.clearfix {
	display: block;
}

/* Always remember to compress your live stylesheet and keep an uncompressed backup */

#header-shadow .primary #topnav.sf-menu { float: right; margin-top: 230px;}
#header-shadow .primary .sf-menu li { float: right; }
.sf-menu > li > a:hover, .sf-menu > li.current-menu-item > a, .sf-menu > li.sfHover > :active { color: #66CCCC;}
.sf-menu > li > a:hover, .sf-menu > li.current-menu-item > a, .sf-menu > li.sfHover > a  { color: #66CCCC;}
#first-home-area #my_requestquotewidget-3 .top-box {background:none; height: 460px !important; }
#first-home-area #my_requestquotewidget-3 .top-box .box-text {padding:11px 0px 0 0;}
#first-home-area #my_requestquotewidget-3 h1 {font-family: ReformaLight; letter-spacing: -2px; font-size: 40px; font-weight: normal; margin-bottom: 20px;}
#first-home-area #my_requestquotewidget-3 .box-button .link {font-family: tahoma; font-size: 18px;font-weight: bold; }

.grid_8.omega #my_postwidget-2 h2 {font-size: 30px; padding-right:35px; font-family: ReformaMedium; }
.grid_5.suffix_1.alpha h2 {font-size: 30px; font-family: ReformaMedium; }
#my_postwidget-2 .latespost-holder .latestpost {width:195px;height: 270px;}
#my_postwidget-2 a.link {margin-top: 15px; font-family: tahoma; font-size:20px; float:left;letter-spacing: 0px; font-weight:bold; font-size:18px;}
#my_cyclewidget-2 .bottom-arrow {display:none;}
#my_cyclewidget-2 #testi-cycle .testi_item {width:280px;}

.container_24 .grid_14 {float:right}
.container_24 .grid_5.suffix_1.alpha {margin-left: 10px; padding-right: 0; width: 280px;}
.container_24 .clearfix .grid_14 .grid_8 {float:right; width: 230px;}

#text-3 .textwidget .maslul { background-color: #66CCCC; float: right; height: 250px; padding-left: 20px; padding-right: 16px; width: 250px;}
#text-3 .textwidget .maslul  h3 {font-family: tahoma; font-size: 16px; font-weight: bold; margin-bottom: 5px; padding-top: 10px;}
#text-3 .textwidget .read_more  {float: left; font-size: 18px; padding-top: 35px; float: left; font-family: tahoma; font-weight: bold; }
#text-3 .textwidget .read_more:hover {color: #5E5E5E;}

#home-sidebar #text-4 .textwidget .right_side {float: right;}
#home-sidebar #text-4 .textwidget .left_side {float: left;}
#home-sidebar #text-4 .textwidget  img{margin: 0 0 17px;}
#home-sidebar .textwidget .clients_block {height: 730px; padding: 12px 15px; width: 320px; box-shadow: 0 0 6px 0 #A3A3A3;}
#text-4 .textwidget .read_more  { float: left;    font-family: tahoma;    font-size: 18px;    font-weight: bold;    padding-top: 30px; }
#text-4 .textwidget .read_more:hover {color: #5e5e5e;}
body , body .latestpost{font-family: tahoma !important;}
body .juiz_last_tweet_inside li  {background:none;}
#nav_menu-2 .menu-what-we-offer-container  .menu li {width: 33%;}
#main #widget-footer #nav_menu-3 {padding-right:60px; width: 370px;}
.container_24.clearfix .grid_14.prefix_1 {width: 490px; padding-left:0px;}
#widget-footer #nav_menu-2 ul.menu li {background: url("images/bull.gif") no-repeat scroll 150px 8px transparent;}
#widget-footer #nav_menu-2 #menu-item-704 a{color:#66CCCC;}
#widget-footer #nav_menu-3 #menu-item-380 a {color:#66CCCC;}
#widget-footer #nav_menu-2 h2 {    background: url("images/articst.png") no-repeat scroll 420px 1px transparent; font-size: 35px;font-weight: lighter; height: 57px; letter-spacing: 0; padding-right: 85px; font-family:ReformaLight;}
#widget-footer #nav_menu-3 h2 { font-family:ReformaLight; background: url("images/youtube_footer.png") no-repeat scroll 310px 0 transparent; font-size: 35px; font-weight: lighter; height: 57px; letter-spacing: 0; padding-right: 85px;}
.sf-menu > li > a {background: url("images/divider.png") no-repeat scroll 15px 15px transparent;}
.grid_24 #topnav #menu-item-17 a {background:none;}
#social_networks-3 { float: right; width: 150px; margin-top: 5px; }
#social_networks-3 ul li {background: none repeat scroll 0 0 transparent; float: right; }
.page-id-5 .grid_8  ul li {padding: 0 20px 0 0; background: url("http://www.singold.co.il/wp-content/themes/theme1364/images/bull1.gif") no-repeat scroll 300px 8px transparent;}
.grid_8  ul li  a:hover,  .grid_8  ul li a:hover {text-decoration: none;}
.grid_8  ul li  a:hover,  .page-template-page-fullwidth-php .grid_8  ul li a:active {color:#66CCCC !important;}

.page-id-393 .grid_16  .indent a img {float:left; margin: 6px;}
.page-id-393 .grid_16  .indent .partners {box-shadow: 0 0 6px 0 #A3A3A3; float: left; height: 550px; margin-left: -30px; margin-top: 30px; padding: 15px; padding-right:5px; width: 565px;}
.page-id-393 .grid_16{width: 590px !important;}
.page-id-393 .grid_8{width: 350px !important;}
.page-id-393 .grid_8 ul li {background: url("http://www.singold.co.il/wp-content/themes/theme1364/images/bull1.gif") no-repeat scroll 339px 8px transparent; padding-right:20px;}
.page-id-405 .grid_8 ul li {background: url("http://www.singold.co.il/wp-content/themes/theme1364/images/bull1.gif") no-repeat scroll 300px 8px transparent; padding-right:20px;}
.page-id-405 .grid_16 ul li {padding: 0 20px 0 0; background: url("http://www.singold.co.il/wp-content/themes/theme1364/images/bull1.gif") no-repeat scroll 620px 8px transparent;}
.pp_content_container div.pp_default .pp_nav {display:none;}
.page-id-14 .grid_10 {float:right;}
.page-id-14 .grid_14 {float:left;}
 
.blog .grid_17.right {float:right;}
.blog  #content .indent {padding: 0  0 0 40px}
.blog  #content  .featured-thumbnail {float:right; margin: 5px 0 10px 20px;}
.blog .grid_7 ul li {padding: 0 17px 0 0; background: url("http://www.singold.co.il/wp-content/themes/theme1364/images/bull1.gif") no-repeat scroll 260px 8px transparent;  }

.archive  #content  .featured-thumbnail {float:right; margin: 5px 0 10px 20px;} 
.archive .grid_17.right {float:right;}
.archive #content .indent {padding: 0  0 0 40px}
.archive .grid_7 ul li {padding: 0 17px 0 0; background: url("http://www.singold.co.il/wp-content/themes/theme1364/images/bull1.gif") no-repeat scroll 260px 8px transparent;  }
#content .oman_page .right_oman {float: right; height: 570px; width: 400px;}
#content .oman_page .left_oman {float: left; height: 570px; width: 500px;}
#content .oman_page {box-shadow: 0 0 6px 0 #A3A3A3; padding: 10px; width: 950px;}
.oman_page .oman_title {font-family: ReformaLight;margin-right: 5px; width: 100%; background: url("images/articst.png") no-repeat scroll right 4px transparent;font-size: 40px;  height: 60px;  padding-right: 70px;padding-top: 15px;}
.sub-menu li a {color:#ffffff;}
div.wpcf7 .watermark {color:#000000 !important; }
.textwidget .read_more {text-decoration: none important;}
.textwidget a {text-decoration:none;}
.container_24 #sidebar.grid_7 {float: left;}
.container_24 #content.grid_17 {float: right;}
.container_24 #sidebar.grid_7 #archives-3 ul li{  padding: 0 17px 0 0; background: url("http://www.singold.co.il/wp-content/themes/theme1364/images/bull1.gif") no-repeat scroll 260px 8px transparent;}
.container_24 #sidebar.grid_7 #categories-3 ul li {  padding: 0 17px 0 0; background: url("http://www.singold.co.il/wp-content/themes/theme1364/images/bull1.gif") no-repeat scroll 260px 8px transparent;}
#home-sidebar #text-4 h2 {font-family: ReformaLight; letter-spacing: -2px; font-size: 40px; font-weight: normal;}
body .grid_14 {font-family: tahoma;}
body .grid_16 {font-family: tahoma;}
.container_24.primary_content_wrap.clearfix #content h2{letter-spacing: 0px; font-family: ReformaLight; font-size:40px;font-weight: normal; }
.page-template-page-fullwidth-php .container_24.primary_content_wrap.clearfix #content .grid_16  h2{letter-spacing: 0px; font-family: tahoma; font-size:23px;font-weight: bold; }
.grid_24 h2 {font-family: ReformaLight;  font-size: 40px;  font-weight: normal;  letter-spacing: -2px;  margin-bottom: 20px;}
.container_24.primary_content_wrap.clearfix #content .grid_8 ul li {padding: 0 17px 0 0; background: url("http://www.singold.co.il/wp-content/themes/theme1364/images/bull1.gif") no-repeat scroll 300px 8px transparent;  }
.page-id-393 .container_24.primary_content_wrap.clearfix #content .grid_8 ul li {padding: 0 17px 0 0; background: url("http://www.singold.co.il/wp-content/themes/theme1364/images/bull1.gif") no-repeat scroll 340px 8px transparent;  }
.page-id-408 .grid_16 .one_third {width: 25.66%; text-align: left;direction: ltr;}
.page-id-408 .grid_16 .one_third h2 {margin: 0 0 10px; font-family: arial !important ; font-size: 20px !important ;}
.grid_10 .wpcf7-form .wpcf7-form-control.wpcf7-submit {margin-left: 83px; float:left;}
.page-id-203 .container_24.primary_content_wrap.clearfix #content h2 {font-family:tahoma; font-size:23px; font-weight:bold;}
.container_24.primary_content_wrap.clearfix #content .grid_8 #my_postwidget-2 ul li {padding-right:40px;}
.blog .grid_17.right h2 {font-family: tahoma!important ; font-size: 23px!important ; font-weight:bold!important;}
article.single-post h1 {font-size: 23px; letter-spacing: 0px; font-family:tahoma;}
.last {display:none;}
#header-shadow .grid_24 .language-change {background: url("images/english_button.png") no-repeat scroll;  width:72px; height: 30px;margin-right: -20px;}
.pp_hoverContainer .pp_next {display:none;}
.pp_hoverContainer .pp_previous {display:none;}
div.pp_default .pp_content_container .pp_right {padding-right: 20px !important;}
.oman_page .indent .featured-thumbnail {float:right;}
.oman_page .indent .post-content { width: 525px; padding-right: 30px;float:left;}
.oman_page .indent .postmetadata { text-decoration:none;}
.oman_page .indent .postmetadata a {text-decoration:none;}
.oman_page .indent .postmetadata .tag_title {font-size: 15px;    font-weight: bold;}
.single-portfolio {font-family:tahoma;}
.single-services #post-author , .single-services #sidebar {display:none;}
.single-services .oldernewer {display:none;}
.single-portfolio .oman_soial {float:left; margin-left: 85px; margin-top: -20px;}
.single-portfolio .oman_soial .tweet_soial {float: right; padding-left: 10px; padding-top: 6px;}
.single-portfolio .oman_soial .face_soial {float: left; margin:5px 0 0 0; width:150px;}
.single-portfolio .single-post {margin-bottom: 0px; width:105%}
.single-portfolio .featured-thumbnail {   margin: 0 5px 5px 0;}
.single-portfolio .downloads {margin-right: 5px;margin-bottom: 5px; }
.single-portfolio .downloads li a , .single-portfolio .social li a {font-weight:normal;}
.single-portfolio .downloads h4 {font-family:tahoma; font-weight:bold; font-size:17px;margin: 0 0 3px;}
.single-portfolio .downloads .orange {background: url("images/orange-oman-back.png") no-repeat scroll right top transparent  ;  height: 38px;    width: 395px;padding: 8px;}
.single-portfolio .downloads .pelephone {background: url("images/pelephone-oman-back.png") no-repeat scroll right top transparent  ;  height: 38px;    width: 395px;padding: 8px;}
.single-portfolio .downloads .cellcom {background: url("images/cellcom-oman-back.png") no-repeat scroll right top transparent  ;  height: 38px;    width: 395px;padding: 8px;}
.single-portfolio .downloads .mirs  {background: url("images/mirs-oman-back.png") no-repeat scroll right top transparent  ;  height: 38px;    width: 395px;padding: 8px;}
.single-portfolio .social {margin-right: 5px;}
.single-portfolio .social h4 {font-family:tahoma; font-weight:bold; font-size:17px;margin: 0 0 3px;}
.single-portfolio .social .youtube {background: url("images/youtube-oman-back.png") no-repeat scroll right top transparent   ; height: 38px;    width: 395px;padding: 8px;}
.single-portfolio .social .facebook {background: url("images/facebook-oman-back.png") no-repeat scroll right top transparent ;   height: 38px;    width: 395px;padding: 8px;}
.single-portfolio .social .formal_site {background: url("images/site-oman-back.png") no-repeat scroll right top transparent  ;  height: 38px;    width: 395px;padding: 8px;}
.single-portfolio .social li a , .single-portfolio .downloads li a { padding-right:45px; }
.single-portfolio .social li , .single-portfolio .downloads li {margin: 0 0 -10px !important;}
.single-portfolio .art-links { clear: right; float: right; width: 400px; }
.page-id-377 .one_third {float: right;  margin-right: 4%;  position: relative; width: 28.66%;}
.single-portfolio .post-content .content {min-height: 400px;}
body .container_24.primary_content_wrap.clearfix #content #my_postwidget-2 h2, body .container_24.primary_content_wrap.clearfix #content #text-3 h2 { font-size:22px; }
body #gallery.two_columns .portfolio li {margin: margin: 0 0 5px; }
#gallery.two_columns .portfolio li.nomargin { float: left; }
body #gallery .portfolio li { float: right; }

body .container_24 .grid_5.suffix_1.alpha {width: 100%; }
body #text-3 .textwidget .maslul { width: 525px; }








