<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset utf-8;
/*--
	Theme Name: theme1369
	Theme URI:
	Description: A theme for Wordpress 3.2.X from TCol
	Author: fw
	Author URL: gp
--*/

/* General
---------------------------------------- */
html,
body {
	min-width:960px;
	}
body{
	background:#e0e2e2;
	color: #8b8d8f;
	font: 100/1.125em Arial, Helvetica, sans-serif;
	position:relative;
}

#main {
	font-size:.75em;
}
.container {
	width: 960px;
	margin: 0 auto;
	position:relative;
}


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




/* Header
---------------------------------------- */
#header {
	height:169px;
	border-bottom:1px solid #f4f5f5;
	background:url(images/header-splash.png) no-repeat 50% 0 #323639;
}

/* Logo */
.logo {
	position:absolute;
	left:0;
	top:71px;
	}
	.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:20px;
	z-index:1;
}
	.widget-header h3 {
		display:none;
		}
		.widget-header ul {
			margin:0;
			padding:0;
			}
			.widget-header ul li {
				float:left;
				list-style-type:none;
				padding:0 15px 0 0;
				margin:0;
				background:none;
				border:none;
				}
				.widget-header ul li a {
					color:#7c8389;
					text-decoration:none;
					}
				.widget-header ul li a:hover {
					color:#fff;
					text-decoration:none;
					}

/* Social Networks */
#widget-header .social-networks {
	list-style-type:none;
	padding:0;
	margin:0;
	border:none;
	}
	#widget-header .social-networks li {
		float:left;
		border:none;
		padding:0;
		margin:0 0 0 5px;
		list-style-type:none;
		}
		#widget-header .social-networks li a {
			text-decoration:none;
			float:left;
			position:relative;
			}
		#widget-header .social-networks li a:hover {
			color:red;
			}



/* Request a quote */
#widget_my_requestquotewidget {
	
	}
	.content-widget {
		margin-left:20px;
		float:left;
		width:210px;
		}
	.content-widget:first-child {
		margin-left:0;
		}
	
	.top-box {
		
		}
		.top-box h3 {
			margin-bottom:.1em;
			}
		.top-box h4 {
			
			}
		
		.top-box figure {
			margin-bottom:18px;
			}
			
	.box-button {
		
		}
	.box-text {
		margin-bottom:15px;
		}



/* Slider
---------------------------------------- */
#slider-holder {
	position:relative;
	z-index:2;
	margin:-68px 0 10px 0;
	}
#slider {
	position:relative;
	width:710px;
	height:382px;
	background:url(images/loading.gif) no-repeat 50% 50% #fff;
	overflow:hidden;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}



/* Tabelle */

#content table.cells {
	border: 1px solid #C0C0C0;	
}

#content td.cell {
	background-color: #f6f6f6;
}

#content td.headercell {
	background-color: #c80004;
	color: #ffffff;
	font-weight: bold;
}




/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0;
	bottom:0;
	background:url(images/slider-bg.png) 0 0;
	color:#8b8d8f;
	opacity:0.9; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
	height:88px;
}
.nivo-caption .nivo-caption-inner {
	padding:15px 0 4px 20px;
	margin:0;
}
	.nivo-caption h2 {
		font-size:27px;
		line-height:1.2em;
		font-weight:normal;
		color:#323639;
		margin:0;
		padding:0;
		background:none;
		}
	.nivo-caption .button {
		display:block;
		position:absolute;
		right:25px;
		top:27px;
		width:36px;
		height:36px;
		padding:0;
		margin:0;
		overflow:hidden;
		text-indent:-9999em;
		text-decoration:none;
		background-color: #d10005;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#d10005), to(#b70004)); /* Saf4+, Chrome */
		background-image: -webkit-linear-gradient(top, #d10005, #b70004); /* Chrome 10+, Saf5.1+, iOS 5+ */
		background-image:    -moz-linear-gradient(top, #d10005, #b70004); /* FF3.6 */
		background-image:     -ms-linear-gradient(top, #d10005, #b70004); /* IE10 */
		background-image:      -o-linear-gradient(top, #d10005, #b70004); /* Opera 11.10+ */
		background-image:         linear-gradient(top, #d10005, #b70004);
		}
		.nivo-caption .button .middle {
			display:block;
			width:36px;
			height:36px;
			background:url(images/link-arrow.png) no-repeat 50% 50%;
			}
		.nivo-caption .button:hover {
			background:#000;
			}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
  display:none;
}
/* Direction nav styles (e.g. Next &amp; Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	width:663px;
	height:26px;
	left:20px;
	bottom:88px;
}
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	display:inline-block !important;
	color:#323639;
	width:27px;
	height:25px;
	line-height:25px;
	margin-right:1px;
	text-decoration:none;
	text-align:center;
	background:#fff;
	background:rgba(255, 255, 255, .9);
	font-weight:bold;
}
.nivo-controlNav a.active,
.nivo-controlNav a:hover {
	padding-bottom:1px;
	color:#cf0005;
}

.nivo-directionNav {

	}
.nivo-directionNav a {
	position:absolute;
	display:block;
	width:36px;
	height:35px;
	text-indent:-9999px;
	border:0;
	top:50%;
	margin-top:-18px;
	background:url(images/direction_nav.png) no-repeat 0 0;
}
a.nivo-nextNav {
	right:0;
	background-position:-36px 0;
}
a.nivo-nextNav:hover {
	background-position:-36px -35px;
	}
a.nivo-prevNav {
	left:0;
	background-position:0 0;
}
a.nivo-prevNav:hover {
	background-position:0 -35px;
	}

#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:10px;
	width:120px;
	height:auto;
}









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

/* Primary navigation */
nav.primary {
	position:relative;
	z-index:2;
	width:710px;
	float:right;
	margin-top:75px;
	height:55px;
	border-bottom:1px solid #b6b7b8;
	background-color: #dedfe0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cdcfd0)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #fff, #cdcfd0); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #fff, #cdcfd0); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #fff, #cdcfd0); /* IE10 */
  background-image:      -o-linear-gradient(top, #fff, #cdcfd0); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #fff, #cdcfd0);
	}
.no-cssgradients nav.primary {
	background:url(images/sf-menu-bg.gif) 0 0 repeat-x #cdcfd0;
	}

/* 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:			172px; /* 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;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			46px; /* 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:			161px; /* 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:			161px; /* match ul width */
	top:			0;
}


/* Our skin for dropdown menu */
.sf-menu {
	float:			left;
	padding:0 10px 0 10px;
}
.sf-menu a {
	text-decoration:none;
	color:			#9da3a8;
}
.sf-menu li {
	background:none;
	border:none;
}
	.sf-menu &gt; li &gt; a {
		display:block;
		margin:-11px 9px 0 0;
		padding:28px 10px 10px 10px;
		color:#2e3235;
		font-size:16px;
		line-height:1.2em;
		position:relative;
		}
	.sf-menu &gt; li &gt; a:hover,
	.sf-menu &gt; li.sfHover &gt; a,
	.sf-menu &gt; li.current-menu-item &gt; a {
		color:#fff;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#d10005), to(#b70004)); /* Saf4+, Chrome */
		background-image: -webkit-linear-gradient(top, #d10005, #b70004); /* Chrome 10+, Saf5.1+, iOS 5+ */
		background-image:    -moz-linear-gradient(top, #d10005, #b70004); /* FF3.6 */
		background-image:     -ms-linear-gradient(top, #d10005, #b70004); /* IE10 */
		background-image:      -o-linear-gradient(top, #d10005, #b70004); /* Opera 11.10+ */
		background-image:         linear-gradient(top, #d10005, #b70004);
		box-shadow:3px 3px 4px rgba(0, 0, 0, .4);
		}
	.sf-menu &gt; li &gt; a:hover i,
	.sf-menu &gt; li.sfHover &gt; a i,
	.sf-menu &gt; li.current-menu-item &gt; a i{
		background:url(images/sf-menu-corner.png) no-repeat 0 0;
		}
	.sf-menu &gt; li &gt; a i {
		display:block;
		position:absolute;
		right:-11px;
		top:0;
		width:11px;
		height:11px;
		}
	
	.no-cssgradients .sf-menu &gt; li &gt; a:hover,
	.no-cssgradients .sf-menu &gt; li.sfHover &gt; a,
	.no-cssgradients .sf-menu &gt; li.current-menu-item &gt; a{
		background:#c60005;
		}
	
	
	/* 1-st submenu */
	.sf-menu ul {
		background:#384147;
		padding:16px 0 11px 0;
		}
		.sf-menu li li {
			line-height:18px;
			padding:0 11px 7px 18px;
			width:auto;
			float:none;
		}
			.sf-menu li li a {
				color:#9da3a8;
				text-decoration:none;
				}
			.sf-menu li li a:hover {
				font-weight:bold;
				color:#fff;
				}
		
	/* 2-nd submenu */
	.sf-menu ul ul {
		background:#555d63;
		}
.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 &gt; 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 &gt; .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 &gt; .sf-sub-indicator,
a:hover &gt; .sf-sub-indicator,
a:active &gt; .sf-sub-indicator,
li:hover &gt; a &gt; .sf-sub-indicator,
li.sfHover &gt; a &gt; .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 &gt; .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus &gt; .sf-sub-indicator,
.sf-menu ul a:hover &gt; .sf-sub-indicator,
.sf-menu ul a:active &gt; .sf-sub-indicator,
.sf-menu ul li:hover &gt; a &gt; .sf-sub-indicator,
.sf-menu ul li.sfHover &gt; a &gt; .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:18px;
	}
	#top-search .input-search {
		width:168px;
		float:left;
		border:none;
		padding-top:6px;
		padding-bottom:6px;
		background:#fefefe;
		}
	#top-search #submit {
		float:right;
		width:57px;
		cursor:pointer;
		padding-left:0;
		padding-right:0;
		margin-right:0;
		font-weight:normal;
		}





/* Content
---------------------------------------- */
.primary_content_wrap {
	position:relative;
	z-index:1;
	background:url(images/body-tail.gif) 0 0 repeat-x #f4f5f5;
	}
	
#content {
	padding:29px 0 0 0;
	margin-bottom:-50px;
}
#content.full-width-page {
	position:relative;
	z-index:10;
	}
#content.left {
	float:right !important;
	}
	#content .indent {
		padding:0 30px 0 0;
		}


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




/* Comments
---------------------------------------- */
h3#comments {
	padding-top:25px;
	margin-bottom:1em;
	}
.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:#fafafa;
				border:1px solid #eee;
				margin-bottom:20px;
				}
		.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;
					}
				.comment-meta a {
					color:#fd050b;
					text-decoration:underline;
					}
				.comment-meta a:hover {
					text-decoration:none;
					}
				
				.commentlist ul.children {
					margin:20px 0 0 30px;
					}
					.commentlist ul.children li.comment {
						background:none;
						padding:0;
						}
				
				.reply {
					position:absolute;
					right:20px;
					bottom:15px;
					}
					.reply a {
						display:inline-block;
						background:#323639;
						padding:3px 8px;
						color:#000;
						text-decoration:none;
						background-color: #e6e7e7;
						background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e6e7e7)); /* Saf4+, Chrome */
						background-image: -webkit-linear-gradient(top, #f7f7f7, #e6e7e7); /* Chrome 10+, Saf5.1+, iOS 5+ */
						background-image:    -moz-linear-gradient(top, #f7f7f7, #e6e7e7); /* FF3.6 */
						background-image:     -ms-linear-gradient(top, #f7f7f7, #e6e7e7); /* IE10 */
						background-image:      -o-linear-gradient(top, #f7f7f7, #e6e7e7); /* Opera 11.10+ */
						background-image:         linear-gradient(top, #f7f7f7, #e6e7e7);
						}
					.reply a:hover {
						background-color: #c50005;
						background-image: -webkit-gradient(linear, left top, left bottom, from(#d10005), to(#b70004)); /* Saf4+, Chrome */
						background-image: -webkit-linear-gradient(top, #d10005, #b70004); /* Chrome 10+, Saf5.1+, iOS 5+ */
						background-image:    -moz-linear-gradient(top, #d10005, #b70004); /* FF3.6 */
						background-image:     -ms-linear-gradient(top, #d10005, #b70004); /* IE10 */
						background-image:      -o-linear-gradient(top, #d10005, #b70004); /* Opera 11.10+ */
						background-image:         linear-gradient(top, #d10005, #b70004);
						color:#fff !important;
						}
				
				
		.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 {
	width:100%;
	position:relative;
	clear:both;
	overflow:hidden;
	border-bottom:1px dashed #d9d9d9;
	padding-bottom:20px;
	margin-bottom:20px;
	}

/* Post header */
article header h2 {
	margin-bottom:.5em;
	}
article header h3 {
	margin-bottom:15px;
	}
	article header h3 a {
		color:#000;
		text-decoration:none;
		}
	article header h3 a:hover {
		color:#fd050b;
		}
article.single-post {
	margin-bottom:30px;
	overflow:hidden;
	width:100%;
	}
	article.single-post .featured-thumbnail {
		margin-bottom:10px;
		}

/* Featured thumbnail */
.featured-thumbnail {
	float:left;
	margin:5px 20px 0 0;
}
	.featured-thumbnail .img-wrap {
		
		}
		.featured-thumbnail img {
			float:left;
			}
	
	/* 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:17px;
		}
	.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 {
	width:100%;
	overflow:hidden;
	line-height:33px;
	margin-bottom:15px;
	}
	.post-meta time {
		display:inline-block;
		padding:0 12px;
		background-color: #c50005;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#d10005), to(#b70004)); /* Saf4+, Chrome */
		background-image: -webkit-linear-gradient(top, #d10005, #b70004); /* Chrome 10+, Saf5.1+, iOS 5+ */
		background-image:    -moz-linear-gradient(top, #d10005, #b70004); /* FF3.6 */
		background-image:     -ms-linear-gradient(top, #d10005, #b70004); /* IE10 */
		background-image:      -o-linear-gradient(top, #d10005, #b70004); /* Opera 11.10+ */
		background-image:         linear-gradient(top, #d10005, #b70004);
		color:#fff;
		margin-right:10px;
		}
	

.post-meta .author_link {
		font-weight:bold;
		}
		.post-meta .author_link a {
			color:#898888;
			text-decoration:none;
			}
		.post-meta .author_link a:hover {
			color:#000;
			}
	
	.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 20px 15px 0;
	}
.alignright {
	float:right;
	margin:0 0 15px 20px;
	}
.aligncenter {
	text-align:center;
	margin:0 auto;
	}
article .post-content img {
	max-width:710px;
	}

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



/* Page Navigaton (wp-pagenavi) */
.wp-pagenavi {
	clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #d2d7db;
	padding: 3px 5px;
	margin: 2px;
	color:#323639;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #e40007;
	background:#fd050b;
	color:#fff;
}
.wp-pagenavi span.current {
	font-weight: bold;
}
.wp-pagenavi .pages {
	float:right;
	border:none;
	color:#999;
	font-weight:normal;
	}


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










/* Author
---------------------------------------- */
#post-author {
	overflow:hidden;
	border:1px solid #e5e5e5;
	padding:20px;
	margin-bottom:2em;
	}
	#post-author h3 {
		margin-bottom:1em;
		}
		#post-author h3 a {
			text-decoration:none;
			}
		#post-author h3 a:hover {
			text-decoration:underline;
			}
#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:3em;
	padding-bottom:2em;
	border-bottom:1px solid #eee;
}
	.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 50px 0;
}
	.error404-num {
		font-size:250px;
		line-height:1.2em;
		color:#999;
		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:1.5em;
	}
	.header-title h1 {
		margin-bottom:.1em;
		}
	.header-title .page-desc {
		font-size:.91em;
		color:#999;
		}



/* Default layout 3 columns */
#gallery {
	
	}
	#gallery .portfolio {
		width:100%;
		overflow:hidden;
		list-style-type:none;
		padding:0;
		margin:0;
		}
		#gallery .portfolio li {
			display:-moz-inline-box;
			display:inline-block;
			zoom:1;
			vertical-align:top; 
			width:170px;
			border:1px solid #d2d7db;
			margin:0 17px 20px 0;
			position:relative;
			padding:19px 19px 19px 19px;
			background:none;
			}
		* + 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:170px;
				height:134px;
				position:relative;
				background:#fff url(images/loading.gif) 50% 50% no-repeat;
				-webkit-transition: all .2s ease-in-out;
				-moz-transition: all .2s ease-in-out;
				-o-transition: all .2s ease-in-out;
				}
			#gallery .portfolio li a.image-wrap:hover {
				
				}
				#gallery .portfolio li a.image-wrap img {
					float:left;
					}
			
			#gallery .portfolio .folio-desc {
				margin-bottom:0;
				padding:1.5em 0 0 0;
				}
				#gallery .portfolio .folio-desc h6 {
					color:#323639;
					}
			#gallery .portfolio p.excerpt {
				padding:0;
				}
			
			.zoom-icon {
				display:block;
				position:absolute;
				left:5px;
				top:-152px;
				width:290px;
				height:150px;
				background:url(images/magnify.png) 50% 50% no-repeat;
				cursor:pointer;
				-webkit-transition: all .2s ease-in-out;
				-moz-transition: all .2s ease-in-out;
				-o-transition: all .2s ease-in-out;
				}
			#gallery .portfolio li a.image-wrap:hover .zoom-icon {
				top:5px;
				}


/* 1 column portfolio*/
#gallery.one_column .portfolio li {
	width:100%;
	margin-right:0;
	margin-left:0;
	}
	#gallery.one_column .portfolio li span.image-border {
		width:610px;
		height:310px;
		float:left;
		}
	#gallery.one_column .portfolio li a.image-wrap {
		width:600px;
		height:300px;
		}
	#gallery.one_column .zoom-icon {
		top:-252px;
		width:600px;
		height:300px;
		}
		#gallery.one_column .folio-desc {
			float:left;
			margin:0 0 0 40px;
			overflow:hidden;
			width:290px;
			line-height:1.5em;
			}
		#gallery.one_column header {
			margin-bottom:1.5em;
			}
		#gallery.one_column header h2 {
			margin-bottom:.1em;
			}
			#gallery.one_column header time {
				font-size:11px;
				color:#999;
				}
	#gallery.one_column .portfolio li .hr {
		margin:0 0 50px 0;
		}
	#gallery.one_column .portfolio li:first-child .hr {
		display:none;
		}


/* 2 columns portfolio*/
#gallery.two_columns .portfolio li {
	width:450px;
	margin-right:45px;
	}
	#gallery.two_columns .portfolio li span.image-border {
		width:450px;
		height:250px;
		}
	#gallery.two_columns .portfolio li a.image-wrap {
		width:440px;
		height:240px;
		}
	#gallery.two_columns .zoom-icon {
		top:-252px;
		width:440px;
		height:240px;
		}

/* 4 columns portfolio*/
#gallery.four_columns .portfolio li {
	width:210px;
	margin-right:33px;
	}
	#gallery.four_columns .portfolio li span.image-border {
		width:210px;
		height:130px;
		}
	#gallery.four_columns .portfolio li a.image-wrap {
		width:200px;
		height:120px;
		}
	#gallery.four_columns .zoom-icon {
		top:-152px;
		width:200px;
		height:120px;
		}







/* Sidebar
---------------------------------------- */
#sidebar {
	padding:29px 0 0 0;
}
	#widget-sidebar {
		
	}
		.widget {
			margin-bottom:10px;
			background:#fff;
			box-shadow:inset 0 0 10px rgba(0, 0, 0, .05);
			-moz-box-shadow:inset 0 0 10px rgba(0, 0, 0, .05);
			-webkit-box-shadow:inset 0 0 10px rgba(0, 0, 0, .05);
			padding:0 20px 20px 20px;
			}
		.widget.red {
			background-color: #c30004;
			background-image: -webkit-gradient(linear, left top, left bottom, from(#d10005), to(#b70004)); /* Saf4+, Chrome */
			background-image: -webkit-linear-gradient(top, #d10005, #b70004); /* Chrome 10+, Saf5.1+, iOS 5+ */
			background-image:    -moz-linear-gradient(top, #d10005, #b70004); /* FF3.6 */
			background-image:     -ms-linear-gradient(top, #d10005, #b70004); /* IE10 */
			background-image:      -o-linear-gradient(top, #d10005, #b70004); /* Opera 11.10+ */
			background-image:         linear-gradient(top, #d10005, #b70004);
			color:#fff;
			}
			.widget h3 {
				background-color: #eaeaeb;
				background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaeb)); /* Saf4+, Chrome */
				background-image: -webkit-linear-gradient(top, #ffffff, #eaeaeb); /* Chrome 10+, Saf5.1+, iOS 5+ */
				background-image:    -moz-linear-gradient(top, #ffffff, #eaeaeb); /* FF3.6 */
				background-image:     -ms-linear-gradient(top, #ffffff, #eaeaeb); /* IE10 */
				background-image:      -o-linear-gradient(top, #ffffff, #eaeaeb); /* Opera 11.10+ */
				background-image:         linear-gradient(top, #ffffff, #eaeaeb);
				color:#323639;
				font-size:18px;
				line-height:1.2em;
				padding:14px 20px 15px 20px;
				position:relative;
				margin:0 -20px 20px -20px;
				}
			.widget.red h3 {
				background-color: #c30004;
				background-image: -webkit-gradient(linear, left top, left bottom, from(#d10005), to(#b70004)); /* Saf4+, Chrome */
				background-image: -webkit-linear-gradient(top, #d10005, #b70004); /* Chrome 10+, Saf5.1+, iOS 5+ */
				background-image:    -moz-linear-gradient(top, #d10005, #b70004); /* FF3.6 */
				background-image:     -ms-linear-gradient(top, #d10005, #b70004); /* IE10 */
				background-image:      -o-linear-gradient(top, #d10005, #b70004); /* Opera 11.10+ */
				background-image:         linear-gradient(top, #d10005, #b70004);
				color:#fff;
				border-bottom:1px solid #e40007;
				}
				.widget.red a {
					color:#fff !important;
					}
				.widget.red .link-style2 {
					background-image:url(images/arrow2.gif);
					}
			
			.widget ul {
				margin:-20px 0;
				padding-bottom:0;
				}
			.widget ul li {
				margin:0 -20px 0 -20px;
				list-style-type:none;
				padding:0;
				border-top:1px solid #ced0d1;
				background:none;
				}
			.widget ul li:first-child {
				border-top:none;
				}
				.widget ul li a {
					display:block;
					color:#717171;
					text-decoration:none;
					padding:7px 0 7px 38px;
					position:relative;
					-webkit-transition: background .1s ease-in-out;
					-moz-transition: background .1s ease-in-out;
					-o-transition: background .1s ease-in-out;
					transition: background .1s ease-in-out;
					box-shadow:0 0 7px rgba(0, 0, 0, .05);
					-moz-box-shadow:0 0 7px rgba(0, 0, 0, .05);
					-webkit-box-shadow:0 0 7px rgba(0, 0, 0, .05);
					font-size:13px;
					}
				.widget ul li a:hover {
					color:#fff;
					background-color: #d10005;
					background-image: -webkit-gradient(linear, left top, left bottom, from(#d10005), to(#b70004)); /* Saf4+, Chrome */
					background-image: -webkit-linear-gradient(top, #d10005, #b70004); /* Chrome 10+, Saf5.1+, iOS 5+ */
					background-image:    -moz-linear-gradient(top, #d10005, #b70004); /* FF3.6 */
					background-image:     -ms-linear-gradient(top, #d10005, #b70004); /* IE10 */
					background-image:      -o-linear-gradient(top, #d10005, #b70004); /* Opera 11.10+ */
					background-image:         linear-gradient(top, #d10005, #b70004);
					}
				.widget ul li.current-cat a {
					color:#fff;
					background-color: #d10005;
					background-image: -webkit-gradient(linear, left top, left bottom, from(#d10005), to(#b70004)); /* Saf4+, Chrome */
					background-image: -webkit-linear-gradient(top, #d10005, #b70004); /* Chrome 10+, Saf5.1+, iOS 5+ */
					background-image:    -moz-linear-gradient(top, #d10005, #b70004); /* FF3.6 */
					background-image:     -ms-linear-gradient(top, #d10005, #b70004); /* IE10 */
					background-image:      -o-linear-gradient(top, #d10005, #b70004); /* Opera 11.10+ */
					background-image:         linear-gradient(top, #d10005, #b70004);
					}
					.widget ul li.current-cat a:before {
						background-position:0 -16px;
						}
				
				.widget ul li a:before {
					content:"";
					display:block;
					position:absolute;
					left:10px;
					top:8px;
					width:16px;
					height:16px;
					overflow:hidden;
					background:url(images/markers.gif) no-repeat 0 0;
					}
				.widget ul li a:hover:before {
					background-position:0 -16px;
					}
				
				
				
				
				.widget ul ul{
					margin:0;
					border-top:1px solid #ced0d1;
					}
					.widget ul ul li{
						margin-left:0;
						margin-right:0;
						padding-left:20px;
						}
						.widget ul ul li a{
							box-shadow:none;
							}
	

/* Tag cloud widget */
.tagcloud {
	text-align:center;
	}
.tagcloud a {
	line-height:normal;
	}


/* Recent comments */
#recentcomments {
	
	}
	#recentcomments li {
		padding:10px;
		}
		#recentcomments li a {
			display:inline;
			padding:0;
			box-shadow:none;
			color:#323639;
			}
		#recentcomments li a:hover {
			color:#fff;
			}
		#recentcomments li a:before {
			display:none;
			padding:0;
			}


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



/* FAQs
---------------------------------------- */
.faq_list {
	
	}
	.faq_list dt {
		color:#323639;
		position:relative;
		padding:0 0 5px 25px;
		font-size:12px;
		font-weight:bold;
		margin:0;
		background:none;
		}
	.faq_list span.marker {
		display:block;
		position:absolute;
		left:0;
		top:0;
		font-size:12px;
		color:#333;
		font-weight:bold;
		}
	.faq_list dd {
		padding:0 0 0 25px;
		position:relative;
		margin:0 0 2em 0;
		color:#b2b2b2;
		}



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

/* Posts Type widget */
.post_list {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.post_list li {
		overflow:hidden;
		padding-top:1.5em;
		padding-bottom:1.5em;
		border-top:1px solid #dbdbdb;
		margin:0;
		}
	.post_list li:first-child {
		border:none;
		padding-top:0;
		}
		.post_list li img {
			float:left;
			margin:0 15px 0 0;
			}

/* Popular posts */
.widget .popular-posts {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.widget .popular-posts li {
		overflow:hidden;
		margin:0 0 20px 0;
		padding:0;
		border:none;
		}
		.widget .popular-posts li .post-thumb {
			float:left;
			margin-right:11px;
			width:87px;
			height:82px;
			overflow:hidden;
			}
		.widget .popular-posts li .post-thumb.empty-thumb {
			background:url(images/empty_thumb.gif) no-repeat 50% 50% #ececec;
			}
		.widget .popular-posts li h5 {
			font-weight:normal;
			margin-bottom:0;
			}
			.widget .popular-posts li h5 a {
				display:inline;
				}
		.widget .popular-posts li .excerpt {
			margin-bottom:.8em;
			}
		
		.widget .popular-posts li a {
			padding:0;
			font-size:12px;
			box-shadow:none;
			}
		.widget .popular-posts li a:hover {
			text-decoration:underline;
			background:none;
			color:#8b8d8f;
			}
			.widget .popular-posts li a:before {
				display:none;
				background:none;
				}



/* Twitter */
.widget .twitter_update_list {
	margin:0;
	}
	.widget .twitter_update_list li {
		margin:0;
		border-top:1px dashed #d8d8d8;
		padding:17px 0 17px 0;
		background:none;
		}
	.widget .twitter_update_list li:first-child {
		border-top:none;
		padding-top:0;
		}
		.widget .twitter_update_list li a {
			display:inline;
			background:none !important;
			box-shadow:none;
			margin:0;
			padding:0;
			border:none;
			color:#fd050b;
			}
		.widget.red .twitter_update_list li .twitt-body a {
			text-decoration:underline;
			}
		.widget .twitter_update_list li a:hover {
			text-decoration:underline;
			color:#fd050b;
			}
		.widget.red .twitter_update_list li .twitt-body a:hover {
			text-decoration:none;
			}
		.widget .twitter_update_list li a:before {
			display:none;
			}
			.widget .twitter_update_list li .twitt-body {
				display:block;
				margin-bottom:5px;
				}
			.widget .twitter_update_list li a.twitt-link {
				font-weight:bold;
				}




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


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


/* Recent Posts */
.latestpost {
	list-style-type:none;
	margin:0;
	padding:0;
	}
	.latestpost li {
		margin:0 0 2em 0;
		list-style-type:none;
		}
		.latestpost li a {
			text-decoration:none;
			color:#000;
			}
		.latestpost li a:hover {
			text-decoration:underline;
			}
			.latestpost li h4 {
				margin-bottom:0;
				}





/* 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 h5 a {
				color:#323639;
				}
			.recent-posts li h5 a:hover {
				color:#fd050b;
				}
		.recent-posts li .excerpt {
			margin-bottom:12px;
			}
		.recent-posts li span.meta {
			display:block;
			margin-bottom:.5em;
			font-size:10px;
			color:#888;
			text-transform:uppercase;
			}


/* Post List */
.post-list li {
	border-top:1px dashed #d9d9d9;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:0;
	}
.post-list li:first-child {
	padding-top:0;
	border-top:none;
	}


/* Our team */
.recent-posts.team {
	margin:0;
	padding:0;
	}
	.recent-posts.team li {
		float:left;
		width:210px;
		overflow:hidden;
		margin:0 0 20px 20px;
		}
		.recent-posts.team li:first-child {
			margin-left:0;
			}
		.recent-posts.team li:nth-child(4n) {
			margin-left:0;
			}
		.recent-posts.team li.nomargin {
			margin-left:0;
			}
		.recent-posts.team li .thumb-wrap {
			float:none;
			overflow:hidden;
			margin-bottom:10px;
			}
		.recent-posts.team li .thumb-wrap {
			float:left;
			margin-right:16px;
			}
			.recent-posts.team li h5 a {
				text-decoration:none;
				color:#323639;
				}
			.recent-posts.team li h5 a:hover {
				text-decoration:underline;
				}
		.recent-posts.team li .excerpt {
			margin-bottom:0;
			}


/* Partners */
ul.partners {
	width:100%;
	overflow:hidden;
	margin-bottom:-25px;
	}
	.partners li {
		float:left;
		width:210px;
		margin:0 20px 25px 0;
		}
	.partners li:nth-child(3n) {
		margin-right:0;
		}
	.partners li.nomargin {
		margin-right:0;
		}
		.partners li .thumb-wrap {
			float:none;
			padding:0;
			margin:0 0 15px 0;
			overflow:hidden;
			}
		.partners li .excerpt {
			margin-bottom:0;
			}


/* Services on Home page */
.home_services {
	list-style-type:none;
	padding:0;
	margin:0;
	overflow:hidden;
	}
	.home_services li {
		float:left;
		width:310px;
		margin:0 20px;
		border:none;
		padding:0;
		line-height:16px;
		}
		.home_services li a.post-title {
			display:block;
			font-size:21px;
			line-height:26px;
			color:#8d8f91;
			text-decoration:none;
			word-spacing:2px;
			margin-bottom:5px !important;
			padding-right:3px;
			}
		.home_services li a.post-title:hover {
			color:#000;
			}
		.home_services li img {
			margin-right:20px;
			}
		.home_services li .post_content {
			display:inline;
			}
		.home_services li a.link {
			color:#323639;
			text-decoration:none;
			}


/* Services */
.recent-posts.services {
	overflow:hidden;
	width:100%;
	margin-bottom:-20px;
	}
	.recent-posts.services li {
		float:left;
		width:310px;
		margin:0 20px 40px 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:20px;
			}
		.recent-posts.services li h5 {
			font-size:21px;
			line-height:1.2em;
			font-weight:normal;
			word-spacing:2px;
			}
			.recent-posts.services li h5 a {
				color:#8e9092;
				}
			.recent-posts.services li h5 a:hover {
				color:#000;
				}
		.recent-posts.services li .excerpt {
			margin-bottom:0;
			}




/* 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:#e0e2e2;
	padding:85px 0 45px 0;
	color:#7c8389;
}

	/* Footer widget */
	#widget-footer {
		
	}
		#widget-footer h3 {
			margin-bottom:1em;
			}
		#widget-footer ul {
			margin:0;
			padding:0;
			}
			#widget-footer ul li {
				border-top:1px dashed #c2c5c7;
				padding:5px 0;
				list-style-type:none;
				margin:0;
				background:none;
				}
			#widget-footer ul li:first-child {
				padding-top:0;
				border-top:none;
				}
				#widget-footer ul li a {
					color:#7c8389;
					text-decoration:none;
					}
				#widget-footer ul li a:hover {
					color:#fd050b;
					}	
	
	
	#widget-footer .social-networks li {
		list-style-type:none;
		padding:0 0 .5em 0;
		margin:0;
		}
	
/* Copyright */
#copyright {
	color:#323639;
	font-size:13px;
	padding:30px 0 0 0;
	}
	#copyright a {
		color:#323639;
		text-decoration:none;
		}
	#copyright a:hover {
		text-decoration:underline;
		}
	
/* Footer navigation */
nav.footer {
	
}
	nav.footer ul {
		margin:0;
		padding:0;
		}
		nav.footer ul li {
			list-style-type:none;
			float:left;
			padding:10px 15px 0 0;
			margin:0;
			background:none;
			border:none;
			}
	


/* Misc
---------------------------------------- */
.button {
	display:inline-block;
	padding:7px 12px;
	background-color: #eeefef;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e6e7e7)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #f7f7f7, #e6e7e7); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #f7f7f7, #e6e7e7); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #f7f7f7, #e6e7e7); /* IE10 */
	background-image:      -o-linear-gradient(top, #f7f7f7, #e6e7e7); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #f7f7f7, #e6e7e7);
	color:#6a6d6f;
	text-decoration:none;
	}
.button:hover {
	background-color: #c50005;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d10005), to(#b70004)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #d10005, #b70004); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #d10005, #b70004); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #d10005, #b70004); /* IE10 */
	background-image:      -o-linear-gradient(top, #d10005, #b70004); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #d10005, #b70004);
	color:#fff;
	}


.link-style1 {
	background:url(images/arrow1.gif) no-repeat 0 6px;
	padding:0 0 0 7px;
	font-weight:bold;
	text-decoration:none;
	}
.link-style1:hover {
	text-decoration:underline;
	}

.link-style2 {
	background:url(images/arrow3.gif) no-repeat 100% 6px;
	padding:0 7px 0 0;
	font-weight:bold;
	text-decoration:none;
	}
.link-style2:hover {
	text-decoration:underline;
	}


.more-link {
	color:#cf0005;
	}
.more-link:hover {
	text-decoration:underline;
	}


.no-results {
	
}

/* Extra-box */
.extra-box {
	background-color: #f4f4f4;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaeb)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff, #eaeaeb); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #ffffff, #eaeaeb); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #ffffff, #eaeaeb); /* IE10 */
	background-image:      -o-linear-gradient(top, #ffffff, #eaeaeb); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #ffffff, #eaeaeb);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#eaeaeb'); /* IE6-IE9 */
	padding:20px 0;
	color:#8b8d8f;
	}
	.extra-box .alert-box {
		margin:0 20px;
		font-size:12px;
		}

/* Content Box */
.c_box {
	background:#fff;
	padding:18px 20px;
	overflow:hidden;
	}
	.c_box .alert-box {
		font-size:12px;
		}

/* Tabs */
.tabs {
  overflow:hidden;
	width:100%;
}

.tabs .tab-wrapper {
  float:left;
	width:430px;
}

.tabs .tab-menu {
	float:left;
	width:230px;
	margin-right:10px;
	position:relative;
	z-index:99;
	}

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

.tabs .tab-menu li {
	background:none;
	margin:0;
	padding:0;
	position:relative;
	border:none;
	
}
.tabs .tab-menu li:first-child a {
	margin-top:0;
	}
	.tabs .tab-menu li span.tab-arrow {
		position:absolute;
		right:-20px;
		top:50%;
		display:block;
		width:12px;
		height:17px;
		background:url(images/tab-arrow.png) no-repeat 0 0;
		visibility:hidden;
		margin-top:-18px;
		}

.tabs .tab-menu a {
	display:block;
	color:#969696;
	text-decoration:none;
	background-color: #f0f0f1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f8), to(#eaeaeb)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #f7f7f8, #eaeaeb); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #f7f7f8, #eaeaeb); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #f7f7f8, #eaeaeb); /* IE10 */
	background-image:      -o-linear-gradient(top, #f7f7f8, #eaeaeb); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #f7f7f8, #eaeaeb);
	margin: 10px 0 0 0;
	padding:13px 20px 14px 15px;
}
.tabs .tab-menu a strong {
	font-weight:bold;
	display:inline-block;
	}

.tabs .tab-menu a.active {
	background:none;
	}

.tabs .tab-menu a:hover strong,
.tabs .tab-menu a.active strong{
  color:#323639;
}
.tabs .tab-menu li a:hover span.tab-arrow,
.tabs .tab-menu li a.active span.tab-arrow{
	visibility:visible;
	}

.tabs .tab {
	
}





/* 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:#e4e4e4;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 5px 19px 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:0px;
	margin-right:0px;
	} 

/* Address */
.address {
	overflow:hidden;
	width:100%;
	margin:0;
	padding:0;
	}
.address dt {
	padding:0 0 0 55px;
	background:none;
	font-size:1em;
	line-height:18px;
	margin-bottom:20px;
	background:url(images/address-icon1.png) no-repeat 0 3px;
	}
.address dd {
	float:left;
	width:217px;
	padding:0 0 0 53px;
	background:url(images/address-icon2.png) no-repeat 0 3px;
	}
	.address dd ul {
		list-style-type:none;
		padding:0;
		margin:0;
		}
		.address dd ul li {
			background:none;
			padding:0;
			border:none;
			margin-bottom:.3em;
			}
	.address dd span {
		float:left;
		width:100px;
		}
		.address dd a {
			font-weight:bold;
			color:#191919;
			}
		.address dd a:hover {
			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 #d2d7db;
	outline:none;
}
input[type="text"], textarea {
	background:#fff;
	border:1px solid #d2d7db;
	padding:5px 0 5px 5px;
	}
input[type="submit"], input[type="reset"] {
	position:relative;
	display:inline-block;
	padding:0 19px;
	line-height:27px;
	background-color: #444444;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d00005), to(#b80004)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #d00005, #b80004); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #d00005, #b80004); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #d00005, #b80004); /* IE10 */
  background-image:      -o-linear-gradient(top, #d00005, #b80004); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #d00005, #b80004);
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	border:none;
	height:27px;
	cursor:pointer;
	margin-right:4px;
	border:none;
	}
.no-cssgradients input[type="submit"], .no-cssgradients input[type="reset"] {
	background:url(images/search-bg.gif) 0 0 repeat-x #b80004;
	}
input[type="submit"]:hover, input[type="reset"]:hover {
	background:#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 {
	padding-bottom:10px;
	}
.wpcf7-form p.field {
	margin-bottom:9px;
	overflow:hidden;
	vertical-align:top;
	width:390px;
	position:relative;
	}
.wpcf7-form p.field label {
	float:left;
	width:79px;
	padding-top:6px;
	}
.wpcf7-form p.field input {
	float:left;
	background:none;
	padding:9px 5px 9px 10px;
	width:290px;
	border:1px solid #d2d7db;
	color:#111;
	font-size:12px;
	}
	.wpcf7-form p.field small {
		color:red;
		}
.wpcf7-form textarea {
	float:left;
	width:290px;
	min-width:290px;
	max-width:290px;
	height:205px;
	background:none;
	font-size:1em;
	padding:9px 5px 9px 10px;
	border:1px solid #d2d7db;
	overflow:auto;
	color:#111;
	font-size:12px;
	margin-bottom:10px;
	}
.wpcf7-form .submit-wrap {
	padding:0 0 0 79px;
	margin:0;
	overflow:hidden;
	}
	.wpcf7-form .submit-wrap img {
		float:left;
		}
	.wpcf7-form .submit-wrap input {
		float:right;
		}
	span.wpcf7-form-control-wrap {
		display:block;
		}
	.wpcf7-not-valid-tip {
		width:295px !important;
		position:absolute;
		left:79px !important;
		top:0 !important;
		padding:8px 0 7px 10px !important;
		background:#f3b7b7 !important;
		color:red !important;
		border:1px solid red !important;
		}





/* Sidebar search form */
#searchform {
	
	}
#searchform .searching {
	width:190px;
	margin-right:10px;
	}
#sidebar #searchform {
	padding-top:10px;
	}
#sidebar #searchform .searching {
	width:118px;
	margin-right:0;
	}
	#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:left;}
.fright { float:right;}
.clear { clear:both;}

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


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

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

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* Always remember to compress your live stylesheet and keep an uncompressed backup */</pre></body></html>