@charset utf-8;
/*--
	Theme Name: theme1707
	Theme URI: http://template-help.com/
	Description: A theme for Wordpress 3.1+ from Template-Help.com Collection
	Author: Template_Help.com 
	Author URL: http://www.Template-Help.com/ 
--*/
/* ----------------------------------------
				General
---------------------------------------- */
html,
body {
	min-width:320px;
	height:100%;
}
body{
	background-color: #efefef;
	background-image:url(/wp-content/themes/theme1707/images/bg-body.gif);
	background-position:center top;
	background-repeat:repeat;
	color: #292929;
	font: 13px/21px Arial, Helvetica, sans-serif;
	position:relative;
}


#main {font-size:14px; height:100%;}

.content-box {
	max-width:1090px;
	width:100%;
	overflow:hidden;
	position:relative;
	min-height:100%;
	margin:0 auto;
	background:#fff;
}


/* List styling */
dl {padding:7px 0 0 2px;}
dl dt {
	background:none;
	padding:5px 40px 0 0;
	margin-bottom:26px;
	font-size:10px;
	line-height:24px;
	color:#7d7d7d;
	text-transform:uppercase;
}
dl dd {
	font-size:10px;
	line-height:24px;
	color:#7d7d7d;
	text-transform:uppercase;
}
	dl dd ul {padding:0!important;}
	dl dd ul li {
		padding:0!important;
		margin:0 0 3px 0!important;
		color:#7d7d7d;
		background:none!important;
		overflow:hidden;
	}
	dl dd ul li a {color:#7d7d7d;}
	dl dd ul li a:hover {color:#fff;}
	dl dd span {
		float:left;
		width:72px;
	}

ul {
	list-style-type:none;
	padding:2px 0 0 0;
	margin:0 0 26px 0;
}
	ul li {
		vertical-align:top;
		list-style-type:none; 
		color:#696969;
		font-size:13px;
		line-height:17px;
		text-transform:none;
		background:url(/wp-content/themes/theme1707/images/list-marker-double.png) 0 0px no-repeat;
		padding:0 0 0 24px;
		margin:0 0 9px 0;
	}
		ul li a {
			color: #b65132;
			text-decoration:none;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
		}
		ul li a:hover {color:#696969;}
		
		#wpadminbar li a {
			-webkit-transition:none;
			-moz-transition: none;
			-o-transition: none;
			transition: none;
		}
		
		ul ul {
			margin:0;
			padding:10px 0 0 0;
		}

/*----------------------------------------
				 Header
---------------------------------------- */
#header {
	height:248px;
	position:relative;
	z-index:99;
	background:none;
	margin:0px;
	padding:0px;
}
	body.home #header, body.page-template-page-company-php #header{height:390px;}
	.row-logo {
		position:relative;
		width:100%;
		height:160px;
	}


/* Logo */
.logo {
	width:193px;
	margin:0 auto;
	padding:17px 0 0 0px;
	position:relative;
	z-index:100;	
}
	.logo img {margin-top:13px; margin-bottom:8px;}
	
	.logo h1,
	.logo h2 {
		font-size:65px;
		line-height:70px;
		color:#2d2d2d;
		font-family: "Arial Black", Gadget, sans-serif;
		font-weight:bold;
		text-align:center;
		letter-spacing:-4px;
		margin-bottom:0px;
		padding:0px 0 0 0;
		text-transform:uppercase;
	}
		.logo h1 a,
		.logo h2 a {
			color:#2d2d2d;
			text-decoration:none;
		}
		
.logo .tagline {
	font-size:10px;
	line-height:16px;
	text-transform:uppercase;
	color:#6a6a6a;
	margin:-4px 0 0 0px;
	display:block;
	text-align:center;
}

/* Header widget */
#widget-header {position:relative;}

/*----------------------------------------
				Top	Slogan
---------------------------------------- */
	#widget_my_sloganwidget {height:120px; position:relative; z-index:1;}
	.slogan-box {
		padding:37px 0px 0 0px;
		z-index:1;
		position:relative;
		text-align:center;
	}
		.first-line {
			font-size:21px;
			line-height:26px;
			font-weight:bold;
			text-transform:uppercase;
			color:#2e2e2e;
			letter-spacing:-1px;
			padding:0;
		}
		.second-line {
			font-size:24px;
			line-height:30px;
			font-weight:bold;
			text-transform:uppercase;
			color:#b65132;
			letter-spacing:-1px;
			font-family:"Arial Black", Gadget, sans-serif;
			margin-top:-3px;
			padding:0px 0px 0 0px;
		}

		.slogan {display:none;}
		.slogan span {
			opacity:0;
			background:#fff;
			filter:alpha(opacity=0);
			display:inline-block;
			min-width:8px;
		}



/* Social Networks */
#widget-header .social-networks {
	list-style-type:none;
	padding:0;
	margin:0;
	border:none;
}
	#widget-header .social-networks li {
		display:inline;
		list-style-type:none;
		padding:0;
		margin:0;
	}
		#widget-header .social-networks li a {
			text-decoration:none;
			margin-right:2px;
		}
		#widget-header .social-networks li a:hover {
			text-decoration:none;
		}

/* EasyTooltip */
.tooltip {
	background: none repeat scroll 0 0 #252525;
	border: 1px solid #000000;
	color: #EEEEEE;
	display: none;
	font-size: 11px;
	line-height:1.2em;
	margin: 19px 0 0;
	padding: 5px;
	z-index:99;
}




/* Request a quote */
#widget_my_requestquotewidget {}
	
	.top-box {
		background:#eee;
		border:1px solid #dbdbdb;
		padding:20px;
		margin-bottom:20px;
		overflow:hidden;
		zoom:1;
		position:relative;
		min-height:80px;
	}
	.box-button {
		float:right;
		width:20%;
		padding:5% 0 5% 5%;
	}
		.box-button .button {float:right;}
	.box-text {
		float:left;
		width:75%;
	}



/*---------------------------------------- 
					Slider
---------------------------------------- */
#slider-wrapper {}
.flexslider-holder {
	height:521px;
	background:#FFF url(/wp-content/themes/theme1707/images/loading.gif) 50% 50% no-repeat;
	border-bottom:1px solid #d5d5d5;
}


/*---------------------------------------
			 Navigations
---------------------------------------- */
/* Primary navigation */
nav.primary {
	padding:0px;
	background:none;
	border-bottom:1px solid  #d5d5d5;
	border-top:1px solid  #d5d5d5;
	z-index:99;
	height:80px;
	display:none;
}

#topnav {
	margin:0; 
	height:80px;
}
	

/* Essential styles for dropdown menu */
.sf-menu {
	padding:0px 0px 0px 0px;
	position:relative;
	background:none;
	text-align:left;
}
.sf-menu li {
	position:relative;
}
.sf-menu > li{
	display:block;
	float:left;
	text-align:center;
	position:relative;	
	margin:0;
	border:none;
	padding:0;
	background:url(/wp-content/themes/theme1707/images/menu-separator.gif) 0 center no-repeat;
	width:188px;
}
	.sf-menu > li:first-child {background:none; width:188px;}
	.sf-menu > li.lasts {width:188px;}

.sf-menu li a {
	text-transform:uppercase;
	text-decoration:none;
}
.sf-menu > li > a {
	font-size:15px; 
	line-height:20px;
	text-transform:uppercase;
	color:#000;
	font-weight:bold;
	padding:30px 0px 30px 0px;
	position:relative;
	overflow:hidden;
	display:block;
	background:transparent;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

		.sf-menu > li > a .menu-marker {
			display:inline-block;
			width:11px;
			height:12px;
			position:absolute;
			top:38px;
			right:27px;
			background:url(/wp-content/themes/theme1707/images/menu-marker.png) center 0px no-repeat;
		}

.sf-menu > li:hover > a, .sf-menu > li.sfHover > a {color:#b65132; background:transparent;}
.sf-menu > li.current-menu-item > a {color:#fff; background:#2a2a2a;}
.sf-menu > li.current-menu-item > a .menu-marker {background-position:0 -6px;}
 
.sf-menu ul {
	position:		absolute;
	width:			135px; /* left offset of submenus need to match (see below) */
	padding:26px 5px 26px 18px;
	z-index:200;
	display:none;
	margin:0;
	background:url(/wp-content/themes/theme1707/images/bg-submenu.gif) 0 0 repeat;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			50%;
	top:			63px; /* match top ul list item height */
	z-index:		99;
	margin-left:-69px;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	width:140px;
	padding:26px 5px 26px 18px;
	margin:0;
	background:url(/wp-content/themes/theme1707/images/bg-submenu2.gif) 0 0 repeat;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			140px; /* match ul width */
	top:			-25px;
	z-index:99;
	margin-left:0px;
}
.sf-menu ul li, .sf-menu ul li li {
	margin:0px 0px 15px 0;
	padding:0;
	text-align:left;
	background:none;
	display:block;
}


.sf-menu li li a {
	text-align:left;
	color:#989898;
	font-size:10px;
	line-height:16px;
	padding:0px;
	background:none;
	display:block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.sf-menu li li.current-menu-item > a, .sf-menu li li.sfHover > a, .sf-menu li li:hover > a {color:#fff;}

/* Navigation select styling */
select.mnav {
	border:1px solid #c8c8c8;
	background-color:#e4e4e4;
	display:none;
	width:100%;
	height:30px;
	padding:5px;
	cursor:pointer;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

select.mnav:focus {border-color:#999;}

select.mnav option {
	padding:5px;
	cursor:pointer;
}

select.mnav option.main_item {font-weight:bold;}

/* Top search */
#top-search {
	position:absolute;
	right:0;
	top:95px;
	overflow:hidden;
}
	#top-search .input-search {
		width:160px;
		height:15px;
		margin-right:10px;
		float:left;
	}
	#top-search #submit {
		width:50px;
		cursor:pointer;
		padding-left:0;
		padding-right:0;
		background:#2a2a2a;
		float:left;
		margin:0;
	}
		#top-search #submit:hover {background:#8f8f8f;}
/*---------------------------------------- 
				Content
---------------------------------------- */
.primary_content_wrap {
	padding:56px 0 50px !important;
}
	body.home .primary_content_wrap {padding:0 0 2px !important;}
	body.page-template-page-company-php .primary_content_wrap {padding:48px 0 50px !important;}

#content.grid_9 {padding:0px 27px 0 0; width:673px;}

#content.left.grid_9  {
	float:right !important;
	padding:0px 0px 0 0; 
	width:700px;
}
	#left-content-area {padding-right:30px;}
	#left-content-area h2 {margin-bottom:24px;}
	
	#right-content-area {padding-top:45px;}
	
/*----------------------------------------
				 Sidebar
---------------------------------------- */
#sidebar {padding:0px;}
	#sidebar h3{
		font-size:21px;
		line-height:26px;
		color:#2a2a2a;
		margin-bottom:19px;
		text-transform:uppercase;
		letter-spacing:-1px;
		font-weight:bold;
	}
	#content .widget ul {margin-bottom:0px;}
	.widget {
		padding-top:45px;
		margin-bottom:42px;
		position:relative;
		border-top:1px solid #d5d5d5;
	}
		
		.widget ul li a, .archive-lists ul li a{
			color:#292929;
			font-size: 13px;
    		line-height: 17px;
			margin: 0 0 9px;
		}
		.widget ul li:hover, .archive-lists ul li a:hover {
			color:#b65132;
			background: url("/wp-content/themes/theme1707/images/list-marker-double.png") no-repeat scroll 0 -43px rgba(0, 0, 0, 0);

    font-size: 13px;
    line-height: 17px;
    list-style-type: none;
    margin: 0 0 9px;
    padding: 0 0 0 24px;
    text-transform: none;
    vertical-align: top;
		}
		.widget ul li a:hover {
			color:#b65132;
    font-size: 13px;
    line-height: 17px;
    list-style-type: none;
    margin: 0 0 9px;
    text-transform: none;
    vertical-align: top;
		}
		
		.widget ul li a.button {color:#fff;}
		
		.widget:first-child {padding-top:0px; border:none;}

/*----------------------------------------
				 Calendar
---------------------------------------- */
#calendar_wrap {padding:0;}
	#wp-calendar {width:100%;}

		#wp-calendar td {
			text-align:center;
			padding:6px 0;
			border:none;
		}
		#wp-calendar caption {
			font-size:16px;
			color:#2a2a2a;
			font-weight:bold;
			padding:4px 0;
			margin-bottom:5px;
			text-align:center;
		}
		#wp-calendar thead {
			border-top:1px solid #d5d5d5;
			border-bottom:1px solid #d5d5d5;
		}
		#wp-calendar tfoot {border-top:1px solid #d5d5d5;}
		
		#wp-calendar thead th {
			padding:7px 0;
			font-size:14px;
			color:#2a2a2a;
			text-align:center;
		}
		#wp-calendar #prev {text-align:left;}
		#wp-calendar #next {text-align:right;}		

/*----------------------------------------
		Older and newer navigation
---------------------------------------- */
nav.oldernewer {
	width:100%;
	overflow:hidden;
	margin-bottom:30px;
}
	.older {float:left;}
	.newer {float:right;}
	
	nav.oldernewer a {
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
		nav.oldernewer a:hover {color:#2d2d2d;}
	

/*----------------------------------------
		Page Navigaton (wp-pagenavi)
---------------------------------------- */
.wp-pagenavi {
	clear: both;
	padding:0px 0 0 0;
	margin:0;
	position:relative;
	text-align:center;
}
	body.author .wp-pagenavi {padding:20px 0 40px 0;}

	
.wp-pagenavi .extend {margin-right:7px;}
.wp-pagenavi a, .wp-pagenavi .current {
	display:inline-block;
	padding:5px 10px 5px 10px;
	margin:0px 7px 0 0;
	font-size:11px; 
	line-height:16px;
	text-transform:uppercase;
	position:relative;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	background:#b65132;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
	
	.wp-pagenavi a:hover, .wp-pagenavi .current {
		color:#32343a;
		background:#fff;
	}
	.wp-pagenavi a.nextpostslink,
	.wp-pagenavi a.last {margin:0px 7px 0 16px;}

	.wp-pagenavi a.previouspostslink,
	.wp-pagenavi a.first{margin:0px 23px 0 0;}
	
.wp-pagenavi .pages {
	float:right;
	border:none;
	color:#b65132;
	font-weight:bold;
	display:none;
}		
/*---------------------------------------- 
				Tags
---------------------------------------- */
.tags-cloud a,
.tagcloud a {
	display:inline-block;
	padding:5px 10px;
	text-decoration:none;
	color:#fff;
	margin:0 1px 4px 0;
	font-size:10px!important; 
	line-height:16px;
	text-transform:uppercase;
	color:#fff;
	vertical-align:top;
	background:#b65132;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.tags-cloud a:hover,
.tagcloud a:hover {
	background:#8f8f8f;
	color:#fff;
}
/*----------------------------------------
				Misc
---------------------------------------- */
.button {
	display:inline-block;
	padding:9px 9px 10px 9px;
	background:#8f8f8f;
	text-decoration:none;
	font-size:10px; 
	line-height:16px;
	text-transform:uppercase;
	color:#fff;
	position:relative;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
	.button:hover {background:#b65132; color:#fff;}	

.post-buttons {
	text-align:right;
	margin-bottom:30px;
}	
		
.link {
	font-size:13px;
	line-height:21px;
	text-decoration:none;
	display:inline-block;
	color:#000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
	.link:hover {color:#b65132;}

.no-results {margin-bottom:30px;}	
.no-results strong{color: #b65132;}

/* ----------------------------------------
					Post
---------------------------------------- */
.post-holder {
	background:none;
	border-bottom:1px solid #d5d5d5;
	padding-bottom:40px;
	margin-bottom:45px;
	position:relative;
	overflow:hidden;
}

/* Post header */
.post-holder .entry-header {
	padding:0;
	margin-bottom:14px;
	position:relative;
	min-height:66px;
}
.post-holder h2.entry-title, .post-holder h1.entry-title {
	font-size:15px;
	line-height:20px;
	color:#2a2a2a;
	text-shadow:none;
	text-transform:uppercase;
	margin:0 0 5px 0;
	padding:3px 0 0 69px;
	font-family:Arial, Helvetica, sans-serif;
}
	.post-holder h2.entry-title a, .post-holder h1.entry-title a{
		color:#2a2a2a;
		text-decoration:none;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.post-holder h2.entry-title a:hover, .post-holder h1.entry-title a:hover {color: #b65132;}

/* Meta information for post */
.post-meta {
	color:#b65132;
	font-weight:bold;
	padding:0 0 0 69px;
}
	.post-meta a {
		color:#b65132;
		text-decoration:none;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.post-meta a:hover {color: #000;}


.dates {
	display: block;
	width: 51px;
	height: 57px;
	padding:9px 0 0 0;
	background:url(/wp-content/themes/theme1707/images/bg-date.png) 0 0 no-repeat;
	font-size: 15px;
	line-height: 18px;
	text-transform:lowercase;
	color: #fff;
	text-align: center;
	font-weight: bold;
	position:absolute;
	top:0px;
	left:0px;
}
.dates .day {display:block;}
.dates .mounth {display:block; margin-top:-4px;}

	
	
/* Featured thumbnail */
.featured-thumbnail {
	position:relative;
	float:left;
	margin:1px 20px 10px 0;
	
}
	.featured-thumbnail a {display:block;}
	.featured-thumbnail img {
		float:left;
		padding:4px;
		background:#fff;
		border:1px solid #e4e4e4;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.featured-thumbnail a:hover img {border:1px solid #b65132;}
	

	/* Large thumbnail */
	.featured-thumbnail.large {
		overflow:hidden;
		margin:1px 0px 23px 0px;
	}

/* Post content */
.post-content {padding-top:0px;}
	.post-content .excerpt p, .post-content div.excerpt {margin-bottom:23px;}
	.post-content .excerpt h6{margin-bottom:0px;}
	
	.post-content .button {background:#b65132;}
	.post-content .button:hover {background:#8f8f8f;}

.pagination {}
	.pagination a {
		display:inline-block;
		padding:0 5px;
		background:#eee;
	}

.post-navigation {}
	
p.gravatar {
	float:left;
	margin-right:20px;
}


/* Post edit link */
.post-edit-link {}
.post-edit-link:hover {}

/* ----------------------------------------
				Related Posts
---------------------------------------- */	
.related-posts {
	overflow:hidden;
	padding:0 0 35px 0;
	margin:0;
}
	.related-posts li {
		list-style-type:none;
		padding:0;
		margin:0 0 0 3%;
		float:left;
		background:none;
		width:150px;
		overflow:hidden;
	}
	.related-posts li:first-child {margin-left:0;}
		.related-posts li .featured-thumbnail {
			float:none;
			margin:0 0 10px 0;
			overflow:hidden;
		}
		.related-posts li a{
			font-size:13px;
			line-height:21px;
			text-transform:none;
			font-weight:bold;
			color:#b65132;
		}
/*----------------------------------------
				 Comments
---------------------------------------- */
h3#comments {
	font-size:21px;
	line-height:26px;
	color:#2a2a2a;
	margin-bottom:15px;
	letter-spacing:-1px;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
}
	.commentlist {
		list-style-type:none;
		padding:0 0 51px 1px;
		margin:0;
		border-bottom:1px solid #d5d5d5;
	}
		li.comment {
			list-style-type:none;
			overflow:hidden;
			padding: 0;
			margin: 0;
			background:none;
			text-transform:none;
			font-size:13px;
			line-height:21px;
			color:#696969;
		}

			li.comment .comment-body {
				padding:21px 30px 11px 108px;
				position:relative;
				zoom:1;
				background:#f2f2f2;
				margin-top:9px;
			}
				li.comment .comment-body p {min-height: 105px; margin-bottom:0px;}
				
			.comment-author {
				position:absolute;
				left:25px;
				top:25px;
			}
   
			.comment-author .author {
				text-transform:none;
				width:66px;
				text-align:center;
				display: block;
				font-size:15px;
				line-height:20px;
				color:#2a2a2a;
				padding-top: 6px;
			}

	
			/* Comment meta */
			.comment-meta {
				float: right;
				font-size:12px;
				line-height:21px;
				color:#b65132;
				display:inline-block;
			} 
			.comment-meta a {}
	
			 /* Avatar */
			li.comment .avatar {
				float:none;
				margin:0;
				display:block;
				vertical-align:top;
				overflow:hidden;
			}

			.commentlist ul.children {
				margin:0 0 0 70px;
				padding:0;
				overflow:hidden;
			}
			.commentlist ul.children li.comment {}

			/* Reply */
			.reply {
				float: right;
				display:inline-block;
				margin-left: 28px;
			}
			.reply a {
				display:inline-block;
				font-size:12px;
				line-height:18px;
				color:#b65132;
				text-decoration:none !important;
			}
			.reply a:hover {color:#000;}

/*----------------------------------------
				Respond
---------------------------------------- */ 	
	#respond {
	   padding-top:25px;
	   margin-top:20px;
  	}
	#respond h3 {
		font-size:21px;
		line-height:26px;
		color:#2a2a2a;
		margin-bottom:24px;
		letter-spacing:-1px;
		font-weight:bold;
		text-transform:uppercase;
		font-family:Arial, Helvetica, sans-serif;
	}
		.cancel-comment-reply a {
		   color: #b65132 !important;
		   text-decoration:underline;
		   background:none;
		   padding:0;
		   margin-bottom:4px;
		}
		.cancel-comment-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;}


/* Image styling */
.alignleft {
	float:left;
	margin:0 20px 10px 0;
	}
.alignright {
	float:right;
	margin:0 0 10px 20px;
	}
.aligncenter {
	text-align:center;
	margin:0 auto;
	}
.alignnone {
	margin:0 0 10px 0;
	}
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;
	}



	
	
/* Post Formats
---------------------------------------- */

/* Images Format Type */
.recent-posts .format-image {
	float:left;
	margin:0 20px 20px 0;
	}	
	
.image-post-format {
	float:left;
	margin:0 0 10px 0;
	padding:7px;
	background:#f6f6f6;
	position:relative;
	}

/* Quote Format Type */
.recent-posts .format-quote {
	
	}

/* Link Format Type */
.recent-posts .format-link {
	
	}

/* Link Format Type */
.recent-posts .format-link {
	
	}	

/* Audio Format Type */
.recent-posts .format-audio {
	margin-bottom:2em;
	}
	.recent-posts .format-audio .audio-wrapper {
		margin-bottom:.5em;
		}

/* Video Format Type */
.recent-posts .format-video {
	
	}

.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin:0 0 2% 0;
}
.video iframe,  
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}


/* Gallery Post Format */
.slides_container_gallery {
	width:600px;
	margin-bottom:10px;
	height:300px;
	}
	.slides_container_gallery .g_item {
		width:600px;
		display:block;
		}
		.slides_container_gallery .g_item img {
			width:100%;
			height:auto;
			}

				
				

/*----------------------------------------
				Author
---------------------------------------- */

/* Recent author posts */
#recent-author-posts {
	margin-bottom:3em;
}

/* Recent author comments */
#recent-author-comments {
	padding-top:40px;
}

.author-info {
	width:100%;
	overflow:hidden;
	padding-bottom:40px;
	margin-bottom:45px;
	border-bottom:1px solid #d5d5d5;
}
	.author-info .avatar {margin:0 20px 0 0;}
		.author-info .avatar img {
			float:left;
			background:#fff;
			padding:4px;
			border:1px solid #e4e4e4;
		}

.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:#000;
		text-align:center;
	}
	#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:19px;}
	.header-title h1 {
		font-size:21px;
		line-height:26px;
		color:#2a2a2a;
		text-shadow:none;
		margin-bottom:0px;
		text-transform:uppercase;
		letter-spacing:-1px;
		font-family:Arial, Helvetica, sans-serif;
	}
	.header-title .page-desc {color:#696969;}



/* Default layout 3 columns */
#gallery {}
	#gallery .portfolio {
		width:100%;
		overflow:hidden;
		list-style-type:none;
		padding:0;
		margin:0;
	}
		#gallery .portfolio li {
			list-style-type:none;
			display:-moz-inline-box;
			display:inline-block;
			zoom:1;
			vertical-align:top; 
			width:270px;
			margin:0 16px 50px 0;
			position:relative;
			text-transform:none;
			font-size:13px;
			background:#eaeaea;
			padding:15px;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
		}
		#gallery .portfolio li:hover {background:#c9c9c9;}
		* + html #gallery .portfolio li {display:inline;}
		#gallery .portfolio li.nomargin {margin-right:0 !important;}
			#gallery .portfolio li a.image-wrap {
				display:block;
				overflow:hidden;
				width:270px;
				height:169px;
				margin-bottom:10px;
				position:relative;
				background:#eaeaea url(/wp-content/themes/theme1707/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;
			}
			
			#gallery .portfolio .folio-desc {
				margin-bottom:0;
				padding:0;
			}
			#gallery .portfolio .folio-desc h3 {
					font-size:13px;
					line-height:21px;
					color:#000;
					text-transform:none;
					margin-bottom:0px;
					font-weight:bold;
				}
					#gallery .portfolio .folio-desc h3 a{
						color:#000;
						text-decoration:none;
						background:none;
						padding:0;
					}
					#gallery .portfolio .folio-desc h3 a:hover {color:#b65132;}
					
			#gallery .portfolio p.excerpt {padding:0; margin-bottom:1px;}
			
			.zoom-icon {
				display:block;
				position:absolute;
				left:0px;
				top:0px;
				right:0px;
				bottom:0px;
				cursor:pointer;
				background:rgba(255, 255, 255, .4);
				-webkit-transition: all .2s ease-in-out;
				-moz-transition: all .2s ease-in-out;
				-o-transition: all .2s ease-in-out;
				opacity:0;
			}
			.no-rgba .zoom-icon {
				background:url(/wp-content/themes/theme1707/images/white-opacity-60.png);
				visibility:hidden;
			}
			.zoom-icon:before {
				content:"";
				display:block;
				position:absolute;
				left:50%;
				top:50%;
				width:128px;
				height:104px;
				margin:-52px 0 0 -64px;
				background:url(/wp-content/themes/theme1707/images/magnify-alt.png) 50% 50% no-repeat;
			}
			.image-wrap:hover .zoom-icon {opacity:1;}
			.no-rgba .image-wrap:hover .zoom-icon {visibility:visible;}


/* 1 column portfolio*/
#gallery.one_column .portfolio li {
	width:100%;
	margin-right:0;
	margin-left:0;
	padding:15px 0;
}
	#gallery.one_column .portfolio li a.image-wrap {
		width:591px;
		height:338px;
		float:left;
		margin:0 25px 0 15px;
	}
		#gallery.one_column .folio-desc {
			overflow:hidden;
			padding:5px 25px 0 0;
		}
		#gallery.one_column .folio-desc .excerpt {margin-bottom:24px;}

/* 2 columns portfolio*/
#gallery.two_columns .portfolio li {
	width:430px;
	margin-right:16px;
	padding-bottom:19px;
}
	#gallery.two_columns .portfolio li a.image-wrap {
		width:430px;
		height:255px;
		margin-bottom:16px;
	}

/* 4 columns portfolio*/
#gallery.four_columns .portfolio li {
	width:190px;
	margin-right:16px;
}
	#gallery.four_columns .portfolio li a.image-wrap {
		width:190px;
		height:123px;
	}





/*----------------------------------------
				 FAQs
---------------------------------------- */
.faq_list {}
	.faq_list dt {
		position:relative;
		padding:0 0 5px 28px;
		font-size:13px;
		line-height:21px;
		color:#000;
		font-weight:bold;
		text-transform:none;
		margin:0;
		background:none;
	}
	.faq_list span.marker {
		display:block;
		position:absolute;
		left:0;
		top:0;
		font-size:15px;
		color:#000;
		font-weight:bold;
	}
	.faq_list dd {
		padding:0 0 0 28px;
		position:relative;
		margin:0 0 2em 0;
		text-transform:none;
		font-size:13px;
	}


/* Custom widgets
---------------------------------------- */


/* Recent Comments */
ul.recentcomments {
	padding:0;
	margin:0;
	}
	ul.recentcomments li {
		border-top:1px solid #d5d5d5;
		padding:25px 0 25px 0;
		margin:0;
		border-bottom:none;
		background:none;
		overflow:hidden;
		list-style-type:none;
		text-transform:none;
		font-size:13px;
	}
	ul.recentcomments li:first-child {
		padding-top:0;
		border-top:none;
	}
		ul.recentcomments li img {
			float:left;
			margin:0 12px 0 0;
		}
		ul.recentcomments .comment-body {padding:15px 0 0 0;}
			ul.recentcomments .comment-body a {text-decoration:none;}
			ul.recentcomments .comment-body a:hover {color:#b65132;}
		ul.recentcomments li h4 {margin-bottom:.1em;}
			ul.recentcomments li h4 a {text-decoration:none;}
			ul.recentcomments li h4 a:hover {color:#000;}
		ul.recentcomments li small {
			font-size:11px;
			color:#6a6a6a;
		}

/* Posts Type widget */
.post_list {
	list-style-type:none;
	padding:0;
	margin:0;
}
	.post_list li {
		list-style-type:none;
		overflow:hidden;
		padding-top:1.5em;
		padding-bottom:1.5em;
		padding-left:0;
		border-top:1px solid #d5d5d5;
		margin:0;
		font-size:13px;
		text-transform:none;
		background:none;	
	}
	.post_list li:first-child {
		border:none;
		padding-top:0;
	}
		.post_list li a.post-title {display:none;}


/* Popular posts */
.popular-posts {
	list-style-type:none;
	padding:0;
	margin:0;
}
	.popular-posts li {
		overflow:hidden;
		margin:0 0 15px 0;
		font-size:13px;
		text-transform:none;
		padding:0;
		background:none;
	}
		.popular-posts li .post-thumb {
			float:left;
			margin-right:20px;
			width:100px;
			height:100px;
			overflow:hidden;
		}
			
			.popular-posts li .post-thumb a {display:block;}
			.popular-posts li .post-thumb img {
				float:left;
				padding:4px;
				width:90px;
				height:90px;
				background:#fff;
				border:1px solid #e4e4e4;
				-webkit-transition: all 0.5s ease;
				-moz-transition: all 0.5s ease;
				-o-transition: all 0.5s ease;
				transition: all 0.5s ease;
			}
			.popular-posts li .post-thumb a:hover img {border:1px solid #b65132;}

		.popular-posts li .post-thumb.empty-thumb {background:url(/wp-content/themes/theme1707/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;
	}

	
/*
	Load CSS before JavaScript
*/

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/
.slides_container {
	width:270px;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/
.slides_container .item {
	width:270px;
	height:170px;
	display:block;
}

/*
	Optional:
	Reset list default style
*/
.pagination {
	list-style:none;
	margin:0;
	padding:0;
}

/*
	Optional:
	Show the current slide in the pagination
*/
.pagination {
	text-align:center;
	}
.pagination li {
	list-style-type:none;
	margin:0;
	padding:0;
	display:inline;
	padding:0 3px;
	background:none;
}
.pagination .current a {
	color:red;
}

/* 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(/wp-content/themes/theme1707/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;
}			

	

/* 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 .featured-thumbnail {
			float:none;
			margin:0 0 15px 0;
			}
			.folio_cycle .folio_item .featured-thumbnail img {
				float:none;
				}
#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;
			margin:0;
			display:inline;
			}
			#folio-controls ul li a {
				display:inline-block;
				text-decoration:none;
				width:9px;
				height:9px;
				background:#000;
				font-size:0;
				line-height:0;
				border-radius:5px;
				}
			#folio-controls ul li a:hover {
				background:#999;
				}


/* Testimonials */
.testimonials {
  padding: 0;
  margin: 0;
}
.testimonials div.testi_item {
  padding: 0;
  margin: 0 0 2em 0;
  background: none;
}
.testimonials div.testi_item blockquote {
  display: block;
  position: relative;
  margin: 0;
  padding: 30px;
  background: #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
	}
.testimonials div.testi_item blockquote:before {
  content: "";
  display: block;
  position: absolute;
  left: 65px;
  bottom: -20px;
	width:0;
	height:0;
	border-left: 20px solid transparent;
	border-right: 0 solid transparent;
	border-top: 20px solid #dbdbdb;
}
.testimonials div.testi_item blockquote:after {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 10px;
  width: 41px;
  height: 38px;
  background: url(/wp-content/themes/theme1707/images/quotes.png) 0 0 no-repeat;
}
.testimonials div.testi_item blockquote a {
  text-decoration: none;
  color: #4e4e4e;
  display: block;
  font-style: normal;
  position: relative;
}
.testimonials div.testi_item blockquote a:hover {
  color: #ffffff;
}
.name-testi {
  padding: 20px 0 0 0;
  text-align: right;
  display: block;
}
.name-testi a {
  font-weight: normal;
}
.testimonials .thumb {
  float: left;
  margin-right: 20px;
}

/* Misc for Cycle widgets */
#testi-cycle .testi_item {
	display:none;
	}
#testi-cycle .testi_item:first {
	display:block;
	}
#testi-controls {
	text-align:center;
	overflow:hidden;
	}
	#testi-controls ul {
		list-style-type:none;
		margin:0;
		padding:0;
		}
		#testi-controls ul li {
			padding:0;
			margin:0 2px 0 0;
			display:inline-block;
			}
		* + html #testi-controls ul li {
			display:inline;
			zoom:1;
			}


/* Recent Posts */
.latestpost {
	list-style-type:none;
	margin:0;
	padding:0;
}
	.latestpost li {
		margin:0 0 10px 0;
		list-style-type:none;
		background:none;
		padding:0;
		font-size:13px;
		line-height:21px;
		color:#696969;
		text-transform:none;
	}
		.latestpost li h4 {display:none;}
		.latestpost li .excerpt {
			margin-bottom:15px;
			}


/* Twitter widget */
.twitter {position:relative;}
.twitter_update_list {overflow:hidden;}
.twitter ul li {
	list-style-type:none;
	margin:0 0 15px 0;
	padding:0 0 0 37px;
	text-transform:none;
	font-size:13px;
	background:url(/wp-content/themes/theme1707/images/twitter-icon.png) no-repeat 0 0;
}
	.twitter ul li .twitt-body {padding:0 0 5px 0;}
	.twitter ul li .twitt-body a {
		font-weight:bold;
		color:#b65132;
	}
	.twitter ul li a.timesince {
		font-size:11px;
		color:#b65132;
	}
	.twitter ul li .twitt-body a:hover, .twitter ul li a.timesince:hover {color:#696969;}
	
.twitter .profileLink {}
.twitter  .preloader {
	position:absolute;
	top:40px;
	left:0;
	height: 25px;
	line-height:25px;
	padding-left: 30px;
	background-position:0 50%;
	background-repeat:no-repeat;
	background-image:url(/wp-content/themes/theme1707/images/loading-twitter.gif);
}



/* Flickr widget */
.flickrImages {
	overflow:hidden;
	position:relative;
}
.flickrImages a {
	float:left;
	display:block;
	width:75px;
	height:75px;
	background:#000;
	margin:0 1px 1px 0;
	}
.flickrImages a img {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
.flickrImages a:hover img {
	opacity:.5;
}
.flickrImages a.link {
	display:inline;
	float:none;
	width:auto;
	height:auto;
	margin:0;
	background:none;
	}

/* 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;
		background:none;
	}
		.banners-holder li img {
			vertical-align:top;
			float:left;
			}
			
/* vCard widget */			
.vcard {
	
	}


/* Testimonials
---------------------------------------- */

/* Testimonials list */
article.testimonial {
	border:1px solid #d5d5d5;
	padding:30px 30px 30px 300px;
	width:auto;
	background:url(/wp-content/themes/theme1707/images/quotes.png) no-repeat 235px 20px;
	font-family:Arial,Helvetica,sans-serif;
	font-style:italic;
	font-size:14px;
	line-height:20px;
	font-weight:normal;
	margin-bottom:35px;
	}
article.sluzby {
	border:1px solid #d5d5d5;
	padding:30px 30px 10px 30px;
	width:auto;
	font-family:Arial,Helvetica,sans-serif;
	font-style:normal;
	font-size:14px;
	line-height:20px;
	font-weight:normal;
	margin-bottom:35px;
	}
	article.testimonial .featured-thumbnail {
		position:absolute;
		left:20px;
		top:20px;
		}
	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 */
.testi-single {
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #d5d5d5;
	padding:30px 30px 30px 300px;
	width:auto;
	background:url(/wp-content/themes/theme1707/images/quotes.png) no-repeat 235px 20px;
	font-size:14px;
	line-height:20px;
	font-style:italic;
	margin:0 0 2em 0;
	position:relative;
}
	.testi-single p {
		margin:0 0 1em 0;
		padding:0;
	}
		.testi-single .featured-thumbnail {
			position:absolute;
			left:20px;
			top:20px;
		}





/*---------------------------------------- 
				Shortcodes
---------------------------------------- */

/* Recent Posts */
.recent-posts {
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
	border:none;
}
	.recent-posts li {
		list-style-type:none;
		margin:0 0 20px 0;
		padding:0;
		border:none;
		background:none;
		font-size:13px;
		text-transform:none;
	}

		.recent-posts li h6 {
			font-size:13px;
			line-height:18px;
			color:#000;
			margin-bottom:0px;
		}
			.recent-posts li h6 a {color:#000;}
			.recent-posts li h6 a:hover {color:#b65132;}
			
		.recent-posts li .excerpt {margin-bottom:18px;}
		.recent-posts li span.meta {
			display:block;
			margin-bottom:.5em;
			font-size:10px;
			color:#000;
			text-transform:uppercase;
			overflow:hidden;
		}
			.recent-posts li .post-date {float:left;}
			.recent-posts li .post-comments {float:right;}
	
/*---------------------------------------- 
				Recent Post Our team
---------------------------------------- */
.recent-posts.team {
  margin: 0;
  padding: 0;
}
	.recent-posts.team li {
		float: left;
		width: 202px;
		overflow: hidden;
		margin: 0 7px 20px 0;
		color: #696969;
	}

	.recent-posts.team li:nth-child(3n) {margin-right: 0;}
	.recent-posts.team li.nomargin {margin-right: 0;}
		.recent-posts.team li .featured-thumbnail {
			width: 202px;
			overflow: hidden;
			float: none;
			margin: 0 0 15px 0;
			background:none;
			padding:0;
			border:none;
		}
	.recent-posts.team li .excerpt {margin-bottom: 0;}
	.job {
		font-size:13px;
		line-height:18px;
		color:#8f8f8f;
		font-style:italic;
	}
	.single-post.team .job {margin-top:-20px;}
	.single-post.team header {margin-bottom:19px;}

/*---------------------------------------- 
				Recent Post Clients
---------------------------------------- */
.recent-posts.clients {
  margin: 0;
  padding: 0;
}
	.recent-posts.clients li {
		float: left;
		width: 192px;
		overflow: hidden;
		margin: 0 22px 30px 0;
		color: #696969;
	}

	.recent-posts.clients li:nth-child(3n) {margin-right: 0;}
	.recent-posts.clients li.nomargin {margin-right: 0;}
		.recent-posts.clients li .featured-thumbnail {
			width: 192px;
			overflow: hidden;
			float: none;
			margin: 0 0 17px 0;
			background:none;
			padding:0;
			border:none;
		}
		.recent-posts.clients li h6 {margin-bottom:1px;}
	.recent-posts.clients li .excerpt {margin-bottom: 0;}


/* Services */
.recent-posts.services {
	list-style-type:none;
	padding:1.5em 0 0 0;
	margin:0 0 -30px 0;
	overflow:hidden;
	}
	.recent-posts.services li {
		float:left;
		width:300px;
		margin:0 20px 30px 0;
		background:none;
		padding:0;
		}
	.recent-posts.services li:nth-child(2n) {
		margin-right:0;
		}
	.recent-posts.services li.nomargin{
		margin-right:0;
		}
		.recent-posts.services li img.thumb {
			margin-right:3px;
			}
		.recent-posts.services li h3 {
			padding-top:8px;
			}
			.recent-posts.services li h3 a {
				color:#191919;
				}

/* Popular Posts */
.popular_posts {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.popular_posts li {
		list-style-type:none;
		padding:0 0 20px 0;
		margin:0;
		overflow:hidden;
		}




/* 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:url(/wp-content/themes/theme1707/images/bg-footer.gif) center top repeat;
	padding:46px 0 43px;
	margin-bottom:15px;
	overflow:hidden;
	position:relative;
}

	/* Footer widget */
	.widget-footer {overflow:hidden;}
	
	.widget-footer ul {
		list-style-type:none;
		padding:7px 0 0 0;
		margin:0 0 26px 0;
	}
		.widget-footer ul li {
			vertical-align:top;
			list-style-type:none; 
			color:#cccccc;
			font-size:12px;
			line-height:22px;
			text-transform:uppercase;
			background:url(/wp-content/themes/theme1707/images/footer-list-marker.png) 1px 8px no-repeat;
			padding:0 0 0 13px;
			margin:0 0 9px 0;
		}
			.widget-footer ul.xoxo li {
				float:left;
				width:220px;
				margin-right:30px;
			}
				.widget-footer ul.xoxo li:nth-child(2n){margin-right:0px; width:180px;}
				.widget-footer ul.xoxo li.nomargin {margin-right:0px;}
				
			.widget-footer ul li a {
				color: #cccccc;
				text-decoration:none;
				-webkit-transition: all 0.5s ease;
				-moz-transition: all 0.5s ease;
				-o-transition: all 0.5s ease;
				transition: all 0.5s ease;
			}
		.widget-footer ul li a:hover {color:#fff;text-decoration:underline;}
		
	.widget-footer .social-networks {
		padding:0;
		margin:-2px 0 0 0;
	}
	.widget-footer .social-networks li {
		list-style-type:none;
		position:relative;
		display:inline-block;
		background:none;
		padding:0;
		margin:0 3px 0 1px;
		font-size:10px;
		line-height:16px;
	}

		.widget-footer .social-networks li a {
			text-decoration:none;
			display:inline-block;
		}
	
	/* Footer navigation */
	nav.footer {
		overflow:hidden;
		padding-top:30px;
	}
		nav.footer ul {
			margin:0;
			padding:0;
			overflow:hidden;
			text-align:center;
		}
			nav.footer ul li {
				list-style-type:none;
				display:inline-block;
				background:url(/wp-content/themes/theme1707/images/footer-marker.gif) 0 5px no-repeat;
				padding:0 0 0 10px;
				margin:0 6px 0 0;
				font-size:10px;
				line-height:16px;
			}
			nav.footer ul li:first-child {background:none; padding:0px;}
			nav.footer ul li a {
				font-size:12px;
				line-height:18px;
				color:#a6a7a9;
				text-decoration:none;
				display:inline-block;
				text-transform:uppercase;
				background:none;
				padding:0;
				-webkit-transition: all 0.5s ease;
				-moz-transition: all 0.5s ease;
				-o-transition: all 0.5s ease;
				transition: all 0.5s ease;
			}
			nav.footer ul li a:hover, nav.footer ul li.current-menu-item a {color:#fff;}

	
	/* Footer text */
	#footer-text {
		padding:0px 0 0 0px;
		margin-bottom:36px;
		font-size:12px;
		line-height:18px;
		color:#fff;
		text-transform:uppercase;		
	}
		#footer-text a {
			text-decoration:none;
			color:#a6a7a9;
			display:inline-block;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
		}
		#footer-text a:hover {color:#fff;}
		
		#footer-text a.text-bot {
			background:url(/wp-content/themes/theme1707/images/footer-marker.gif) 0 5px no-repeat;
			padding-left:5px;
			margin-left:1px;
		}



/* Lightbox */
.lightbox {
	display:block;
	position:relative;
}
/*----------------------------------------
				Back to Top
---------------------------------------- */
#back-top-wrapper {
  width:100%;
  position:absolute;
  overflow:hidden;
  height:100px;
}
#back-top {
	position: fixed;
	bottom: 291px;
	left:50%;
	margin-left:578px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;
}

#back-top a {
	width: 43px;
	height:43px;
	display: block;
	text-align: center;
	background: url(/wp-content/themes/theme1707/images/up-arrow.png) no-repeat center center;	
}



/* 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 34px 5px 0;
	position:relative;
	border:none;
	outline:none;
}
.toggle .trigger {
	background: #2a2a2a;
	color: #fff;
	padding: 12px 12px 13px 20px;
	position: relative;
	display: block;
	text-decoration:none;
	height:1%;
	font-size:15px;
	line-height:20px;
	letter-spacing:-0.04em;
	text-transform:uppercase;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.toggle .trigger:hover,
.toggle .active {
	background:#b65132;
	color:#fff;
}


.toggle .box {
	padding: 10px;
	overflow:hidden;
	background:none;
	border:none;
	outline:none;
}



/* Dropcap */
.dropcap {
	display: block;
  	float: left;
  	margin: 0 14px 40px 0;
  	text-transform: uppercase;
  	width: 60px;
  	height: 39px;
	padding:21px 0 0 0;
 	background: #2a2a2a;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
  	font-size: 12px;
  	line-height: 18px;
	letter-spacing:-1px;
  	color: #fff;
  	text-align: center;
}

.widget-area {
	
}

.hr {
	height:1px;
	background:#d5d5d5;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:48px 10px 56px;
}
.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;
	}
.sm_hr {
  height: 1px;
  background: #d5d5d5;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  margin: 25px 10px;
}
.grid_1 .sm_hr,
.grid_2 .sm_hr,
.grid_3 .sm_hr,
.grid_4 .sm_hr,
.grid_5 .sm_hr,
.grid_6 .sm_hr,
.grid_7 .sm_hr,
.grid_8 .sm_hr,
.grid_9 .sm_hr,
.grid_10 .sm_hr,
.grid_11 .sm_hr,
.grid_12 .sm_hr {
  margin-left: 0;
  margin-right: 0;
}
.spacer {
	height:50px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	}


/* Google Map */
.google-map {
	margin-bottom:20px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-image:url(/wp-content/themes/theme1707/images/loading-map.gif);
}




/* 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(/wp-content/themes/theme1707/js/audiojs/player-graphics.gif) -2px -1px no-repeat; }
.audiojs .loading { background: url(/wp-content/themes/theme1707/js/audiojs/player-graphics.gif) -2px -31px no-repeat; }
.audiojs .error { background: url(/wp-content/themes/theme1707/js/audiojs/player-graphics.gif) -2px -61px no-repeat; }
.audiojs .pause { background: url(/wp-content/themes/theme1707/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 20px !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;
	width:120px;
	}
	.error-box, .wpcf7-mail-sent-ng {
		border-color:#ff9999;
		color:#c31b00;
		background:url(/wp-content/themes/theme1707/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(/wp-content/themes/theme1707/images/icons/alert/icon-note.png) no-repeat 20px 50% #fdebae;
		}
	.notice-box {
		border-color:#68a2cf;
		color:#2e6093;
		background:url(/wp-content/themes/theme1707/images/icons/alert/icon-info.png) no-repeat 20px 50% #bfe4f9;
		}
	.approved-box, .wpcf7-mail-sent-ok {
		border-color:#a3c159;
		color:#5e6f33;
		background:url(/wp-content/themes/theme1707/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:14px;
	color:#2a2a2a;
	vertical-align:middle;
	font-weight:bold;
	border:none;
	outline:none;
}
input[type="text"], input[type="email"], textarea {
	background:#eaeaea;
	border:none;
	padding:10px 16px 10px 16px;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}
input[type="submit"], input[type="reset"] {
	position:relative;
	float:right;
	display:inline-block;
	padding:7px 14px 10px 14px;
	color:#fff;
	font-size:18px;
	line-height:16px;
	text-transform:uppercase;
	text-decoration:none;
	background: #b65132;
	border:none;
	height:35px;
	cursor:pointer;
	margin-right:4px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
input[type="submit"]:hover, input[type="reset"]:hover {
	background:#000;
	color:#fff;
}


/* Comment form */
#commentform {}
	#commentform p.field {margin-bottom:10px;}
	#commentform p.area {margin-bottom:29px;}
		#commentform small {color:#8b8b8b;}
	#commentform label {display:block;}
	#commentform input[type="text"] {
		width:316px;
		height:16px;
	}
	#commentform textarea {
		width:420px;
		height:198px;
		overflow:auto;
		resize:none;
	}




/* Contact form */
.wpcf7-form.wpcf7-form p.field {
	margin-bottom:9px;
	overflow:hidden;
	vertical-align:top;
	position:relative;
}
.wpcf7-form p.field input {
	width:266px;
	height:16px;
}
	.wpcf7-form p.field small {color:red;}
.wpcf7-form textarea {
	width:266px;
	height:255px;
	resize:none;
	overflow:auto;
	margin-bottom:17px;
}
.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:6px 0 7px 10px !important;
		background:#f3b7b7 !important;
		color:red !important;
		border:1px solid red !important;
	}
	div.wpcf7-response-output {
		margin-left:0 !important;
		margin-right:0 !important;
	}





/* Sidebar search form */
#searchform {overflow:hidden;}
#searchform .searching {
	width:190px;
	margin-bottom:10px;
	height:15px;
}
	#searchform .submit {
		width:60px;
		margin:0;
		float:right;
		cursor:pointer;
		padding-left:0;
		padding-right:0;
	}

#content #searchform .searching, #content #searchform .submit {float:left;}
#content #searchform .searching {margin:0 10px 0 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: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;
}

.right-border {
	border-right: 1px solid #fff;
}

h2.team-member-name {
	font-style:normal;
	font-weight:bold;
	color:#b65132;
	font-family: Arial,Helvetica,sans-serif;
	text-transform: none;
}

/* Always remember to compress your live stylesheet and keep an uncompressed backup */