@charset utf-8;

/*--

	Theme Name: theme1568

	Theme URI: http://template-help.com/

	Description: A theme for Wordpress 3.2+ from Template-Help.com Collection

	Author: Template_Help.com 

	Author URL: http://www.Template-Help.com/ 

--*/

@import url(http://fonts.googleapis.com/css?family=Cambo);

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);

@import url(http://fonts.googleapis.com/css?family=Yellowtail);

/*----------------------------------------

				General

---------------------------------------- */

html,

body {

	min-width:320px;

}

body{

	background:url(images/bg-body.gif) center center repeat #242424;

	color: #474747;

	font: 14px/22px Arial, Helvetica, sans-serif;

	position:relative;

	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */

}



#main {

	font-size:14px !important;

}





/* 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;

	}



img {

	max-width: 100%;

	height: auto;

	}

.ie8 img {

	max-width: none !important;

	}



/* Heading */

h1, h2, h3, h4, h5, h6 {font-weight:400;}



	

	



/* Selection colours (easy to forget) */

::selection 	 	{background: rgb(255,255,158);}

::-moz-selection 	{background: rgb(255,255,158);}

img::selection 		{background: transparent;}

img::-moz-selection	{background: transparent;}

body {-webkit-tap-highlight-color: rgb(255,255,158);}







/* ----------------------------------------

				Header

---------------------------------------- */

#header {

	min-height:138px;

	position:relative;

	z-index:99;

	background:#1c1c1c;

}



/* Logo */

.logo {

	display:inline-block;

	margin:0;

	padding:35px 0 0 0px;

}

	.logo a {display:block;}

	.logo img {padding:6px 0 2px 0;}

	

	.logo h1,

	.logo h2 {

		font-size:60px;

		line-height:65px;

		margin-bottom:0;

		font-weight:400;

		font-family: 'Cambo', serif;

		margin:0 0 -7px 0;

	}

		.logo h1 a,

		.logo h2 a {

			color:#fff;

			text-decoration:none;

		}

.logo .tagline {

	font-size:16px;

	line-height:22px;

	color:#686868;

	margin:0;

	padding:0 0 0 4px;

}



/*----------------------------------------

				Navigations

---------------------------------------- */

/* Primary navigation */

nav.primary {

	position:relative;

	z-index:2;

	max-width:620px;

	padding:38px 1px 0 0;

	float:			right;

}





/* 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{

	background:url(images/menu-separator.gif) left 2px no-repeat;

	display:block;

	float:left;

	text-align:center;

	position:relative;	

}



.sf-menu > li:first-child  {background:none;}



.sf-menu li a {

	font-weight:normal;

	text-transform:lowercase;

	background:none;

	display:block;

	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;

}

.sf-menu > li > a {

	font-size:15px; 

	line-height:19px;

	padding:3px 23px 4px 24px;

	color:#000;

}

#before-content-area {
    margin: auto;
    max-width: 1200px;
}

#before-content-area .grid_6 {
    width: 230px;
}


.sf-menu > li:hover > a, .sf-menu > li.sfHover > a, .sf-menu > li.current-menu-item > a {color:#2fb2eb;}

	

	.sf-menu > li > a >.menu-marker {

		display:inline-block;

		width:100%;

		height:3px;

		position:absolute;

		top:-13px;

		left:0;

		background:url(images/menu-marker.png) center 0px no-repeat;

	}



.sf-menu ul {

	position:		absolute;

	width:			93px; /* left offset of submenus need to match (see below) */

	background:#222222;

	padding: 4px 13px 4px 13px;

	z-index:200;

	display:none;

	margin:0;

}

.sf-menu li:hover ul,

.sf-menu li.sfHover ul {

	left:			0px;

	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 {

	width:126px;

	background:#222222;

	padding: 0;

	margin:0;

}

ul.sf-menu li li:hover ul,

ul.sf-menu li li.sfHover ul {

	left:			106px; /* match ul width */

	top:			0px;

	z-index:99;

}

.sf-menu ul li {

	background:none;

	margin:0px;

	padding:0;

	text-align:left;

	border-top:1px solid #414141;

}

.sf-menu ul li:first-child {border-top:none;}



.sf-menu li li > a {

	text-align:left;

	text-transform:lowercase;

	color:#fff;

	font-size:12px;

	line-height:18px;

	padding:4px 5px 7px 5px;

}

.sf-menu li li.current-menu-item > a, .sf-menu li li.sfHover > a, .sf-menu li li:hover > a {color:#2fb2eb;}



.sf-menu ul li li {

	background:url(images/bg-submenu-li.png) 0 200px no-repeat #222222;

	margin:0px;

	padding:0;

	text-align:left;

	border:none;

	-webkit-transition: background-color 0.5s ease;

	-moz-transition: background-color 0.5s ease;

	-o-transition: background-color 0.5s ease;

	transition: background-color 0.5s ease;

}

.sf-menu ul li li:hover, .sf-menu ul li li.current-menu-item {background-position:0 11px; background-color:#4e4e4e;}



.sf-menu ul li li a {

	text-align:left;

	text-transform:lowercase;

	font-size:12px;

	line-height:18px;

	color:#fff;

	padding:7px 12px 7px 12px;

}

.sf-menu ul li li:hover a, .sf-menu ul li li.sfHover a, .sf-menu ul li li.current-menu-item 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;}





/* Header widget */

#widget-header {text-align:right;}

	.widget-header {

		

		}



/* 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 {

	display: none;

	font-size: 11px;

	line-height:1.2em;

	margin: 0px 0 0px;

	padding: 5px;

	z-index:309;

	background: #021e43;

	border: 1px solid #fff;

	color: #fff;

}









/* Request a quote */

.widget_my_requestquotewidget {}



	.bottom-box {

		width:100%; 

		height:40px;

	}

		.box.left .bottom-box {background:url(images/box-bottom-left.png) 100% 0 no-repeat;}

		.box.left:hover .bottom-box {background-position:100% -40px;}

		

		.box.right .bottom-box {background:url(images/box-bottom-right.png) 0 0 no-repeat;}

		.box.right:hover .bottom-box {background-position:0 -40px;}



	.top-box {

		font-size:14px;

		line-height:18px;

		color:#727272;

		padding:32px 15px 10px 15px;

		margin-bottom:3px;

		overflow:hidden;

		zoom:1;

		position:relative;

		min-height:289px;

		text-align:center;

		background:#efefef;

		background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f5f5f5), to(#e9e9e9));

		background: -moz-linear-gradient(#f5f5f5, #e9e9e9);

		background: linear-gradient(#f5f5f5, #e9e9e9);

		background-image: -o-linear-gradient(#f5f5f5, #e9e9e9);

	}

	.box.left .top-box {

		position:relative;

		border-radius:20px 0 20px 0;

		-moz-border-radius:20px 0 20px 0;

		-webkit-border-radius:20px 0 20px 0;

	}

	.box.right .top-box {

		position:relative;

		border-radius:0 20px 0 20px;

		-moz-border-radius:0 20px 0 20px;

		-webkit-border-radius:0 20px 0 20px;

	}

	

	.box:hover .top-box{

		background:#757475;

		background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f0eff1), to(#e3e2e3));

		background: -moz-linear-gradient(#f0eff1, #e3e2e3);

		background: linear-gradient(#f0eff1, #e3e2e3);

		background-image: -o-linear-gradient(#f0eff1, #e3e2e3);

	}

		.letter {

			font-size:70px;

			line-height:75px;

			color:#222222;

			margin-bottom:16px;

			font-weight:bold;

			text-transform:uppercase;

			font-family:Tahoma, Geneva, 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;

		}

		.box h2 {

			font-size:30px;

			line-height:34px;

			color:#313131;

			font-family: "Cambo",serif;

			font-weight:400;

			text-transform:none;

			margin-bottom:18px;

			-webkit-transition: all 0.5s ease;

		   -moz-transition: all 0.5s ease;

		   -o-transition: all 0.5s ease;

		   transition: all 0.5s ease;

		}

			.box:hover h2, .box:hover .letter {color:#fc0c06;}

			

			

		.subtitle {color:#0146ff;}

		.box p {margin-bottom:20px;}

		

	.box-button {

		display:inline-block;

		font-size:20px;

		line-height:24px;

		padding:4px 28px 7px;

		color:#fff;

		font-family: 'Cambo', serif;

		font-weight:400;

		text-decoration:none;

		text-transform:lowercase;

		position:relative;

		background:#f42513;

		background: -webkit-gradient(linear, 0 0, 0 bottom, from(#024ffd), to(#024ffd));

		background: -moz-linear-gradient(#024ffd, #024ffd);

		background: linear-gradient(#024ffd, #024ffd);

		background-image: -o-linear-gradient(#024ffd, #024ffd);

		-webkit-border-radius: 19px;

		-moz-border-radius: 19px;

		border-radius: 19px;

		-webkit-transition: color 0.5s ease;

		-moz-transition: color 0.5s ease;

		-o-transition: color 0.5s ease;

		transition: color 0.5s ease;

	}

		.box:hover .box-button{

			color:#323232;

			background:#dcdcdc;

			background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f5f5f5), to(#c4c4c4));

			background: -moz-linear-gradient(#f5f5f5, #c4c4c4);

			background: linear-gradient(#f5f5f5, #c4c4c4);

			background-image: -o-linear-gradient(#f5f5f5, #c4c4c4);

		}

		.box:hover .box-button:hover {color:#0146ff;}

/* ----------------------------------------

				Slider

---------------------------------------- */

#slider-wrapper {

	width:100%;

	position:relative;

	overflow:hidden;

	z-index:1;	

}

.slider-container{

	height:473px;

	width:2050px;

	overflow:hidden;

	position:relative;

	left:50%;

	margin-left:-1025px;	

}

.flexslider-holder {

	height:473px;

	background:url(images/loading.gif) 50% 50% no-repeat #1c1c1c;

}



/* ----------------------------------------

				Content

---------------------------------------- */

.primary_content_wrap {

	position:relative;

	z-index:2;

	padding:23px 0 25px !important;

	background:#f0f0f0;

	border-bottom:6px solid #d8d8d8;

}

	body.home .primary_content_wrap	{background: url(images/bg-content.gif) 0 0 repeat-x #ffffff; padding:0px 0 25px !important;}

	

	

#content {padding:14px 0 0 0;}

#content.left {float:right !important;}



/* ----------------------------------------

				Content widget

---------------------------------------- */

#before-content-area {

	position:relative;

	z-index:5;

}

	.box-container {margin-top:-87px;}



/* Top Content Area */

.welcome-message {

	background:url(images/bg-welcome.gif) 0 0 repeat-x #a6a6a6;

	border-radius:20px;

	-moz-border-radius:20px;

	-webkit-border-radius:20px;

	margin-bottom:37px;

	position:relative;

}

	.message-box {

		overflow:hidden;

		padding:25px 5px 21px 36px;

		background:url(images/bg-message-box.png) center top no-repeat;

		border-radius:20px;

		-moz-border-radius:20px;

		-webkit-border-radius:20px;

		position:relative;

	}

	.welcome-message h3 {

		float:left;

		text-align: center;

		display:inline-block;

		margin-right:14px;

		padding:33px 0 0 0;

		font-size: 26px;

	}

	.welcome-message .textwidget {

		float:left;

		display:inline-block;

		width:820px;

		padding:3px 0 30px 36px;

		font-size:24px;

		line-height:30px;

		color:#024ffd;

		font-weight:300;

		font-family: "Cambo",serif;
		
		text-align: center;

	}

	

/* Main Content Area */

.separator {background:url(images/separator.gif) 285px 0 repeat-y;}

.separator-1 {background:url(images/separator.gif) 605px 0 repeat-y;}



.widget.home {margin:0 0 47px 0px;}

	

	.widget.home ul.social-networks li {

		display:inline-block;

		position:relative;

		margin:0 7px 0 0;

	}

	.widget.home ul.social-networks li a{

		background:none;

		padding:0;

		position:relative;

		display:block;

	}



/* ----------------------------------------

				Sidebar

---------------------------------------- */

#sidebar {

	padding:14px 0 0 0;

	background:url(images/separator.gif) 0px 0 repeat-y;

}

#sidebar.left {background:url(images/separator.gif) 90% 0 repeat-y;}



	#sidebar .widget ul ul {padding-top:6px;}



	.widget {

		background:url(images/line-1.gif) 0 top repeat-x;

		padding:38px 0px 0px 0px;

		margin:0 0 46px 40px;

	}

	

	#sidebar.left .widget {margin:0 45px 46px 0px;}

	

	.widget:first-child {background:none; padding:0;}

	.widget.lasts {margin-bottom:18px;}

	

	.widget ul li{

		font-size:13px;

		line-height:18px;

		margin-bottom:12px;

	}

	.widget ul li a{

		font-size:13px;

		line-height:18px;

		display:inline-block;

		color:#505050;

		text-transform:uppercase;

		text-decoration:none;

		background:url(images/marker-1.gif) 1px 0px no-repeat;

		padding-left:31px;

		-webkit-transition: all 0.5s ease;

	   -moz-transition: all 0.5s ease;

	   -o-transition: all 0.5s ease;

	   transition: all 0.5s ease;

	}

	.widget ul li a:hover {color:#2fb2eb; background-position:7px 0;}



/* ----------------------------------------

					Post

---------------------------------------- */

.header-title {margin-bottom:36px;}

	.header-title h1 {margin-bottom:0px;}

.post-holder {

	position:relative;

	overflow:hidden;

	margin:0 32px 45px 0;

	padding:0 0 42px 0;

	background:url(images/line-1.gif) 0 bottom repeat-x;

}

.post-holder.lasts {

	padding:0 0 0px 0;

	margin:0 32px 34px 0;

	background:none;

}

.post-holder .entry-header {margin-bottom:14px;}

/* Post header */

.post-holder .entry-header h2 {

	font-size:20px;

	line-height:24px;

	color:#323232;

	font-family: 'Cambo', serif;

	font-weight:400;

	margin:0 0 0px 0;

	padding:8px 0 0 0;

}

	.post-holder .entry-header h2 a{

		color:#323232;

		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 .entry-header h2 a:hover {color:#2fb2eb;}



	/* Single Post */

	.post-holder.single-post .entry-header {margin-bottom:20px;}

	.post-holder.single-post h1 {

		font-size:20px;

		line-height:24px;

		color:#323232;

		font-family: 'Cambo', serif;

		font-weight:400;

		margin:0 0 0px 0;

		padding:8px 0 0 0;

	}

	

/* Meta information for post */

.post-meta {

	padding:0 0px 0 0;

	overflow:hidden;

}

	.post-meta .date {

		display:block;

		position:relative;

		float:left;

		width:58px;

		margin:0px 10px 0 0px;

		text-align:center;

		padding:8px 0 10px 0;

		font-size:20px;

		line-height:24px;

		color:#fff;

		font-family: 'Cambo', serif;

		font-weight:400;

		background:url(images/bg-date.gif) 0 0 repeat-x #386b88;

	}



		.post-meta .day {display:block;}

		.post-meta .mounth{display:block; margin-top:-5px;}

		

		.post-meta .author {margin-top:-1px; display:inline-block;}

		

		.meta-separator {display:inline-block;}



.post-meta a {

	color:#474747;

	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:#2fb2eb;}



.post-meta .comments {display:inline-block;}



/* Featured thumbnail */

.post-thumb {

	float:left;

	margin:5px 18px 5px 0;

	border:1px solid #cdcdcd;

	border-radius:12px;

	-moz-border-radius:12px;

	-webkit-border-radius:12px;

	position:relative;

	overflow:hidden;

	-webkit-transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;

	transition: all 0.5s ease;

}

	.post-thumb:hover {border:1px solid #2fb2eb;}

	.post-thumb.no-hover:hover {border:1px solid #cdcdcd;}

	

	.post-thumb a{display:block;}

	.post-thumb img {

		position:relative;

		border-radius:12px;

		-moz-border-radius:12px;

		-webkit-border-radius:12px;

	}

	

	/* Large thumbnail */

	.post-thumb.large {

		margin:0px 0px 25px 0;

		float:none;

		overflow:hidden;

	}



/* Post content */

.post-content .excerpt {margin-bottom:31px;}

.pagination a {

	display:inline-block;

	padding:0 5px;

	background:#eee;

}



/* Post footer */

.post-holder footer {

	clear:both;

	padding:5px 0 0 0;

}

.post-holder.single-post footer {margin-top:20px;}

	

/* ----------------------------------------

			Author - Single Post

---------------------------------------- */

#post-author {

	overflow:hidden;

	margin:0 32px 45px 0;

	padding:0 0 42px 0;

	background:url(images/line-1.gif) 0 bottom repeat-x;

}

#post-author h3 a{

	text-decoration:none;

	color:#2fb2eb;

	-webkit-transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;

	transition: all 0.5s ease;

}

	#post-author h3 a:hover {color:#474747;}



	#post-author .gravatar {

		float:left;

		margin:0 20px 10px 0;

	}

	#post-author .gravatar img {}

	

	#author-description {}

	

	#author-link {margin-top:15px;}





/* ----------------------------------------

		Author Page - About Author 

---------------------------------------- */

.author-info {

	overflow:hidden;

	margin:0 32px 45px 0;

	padding:0 0 42px 0;

	background:url(images/line-1.gif) 0 bottom repeat-x;

}

	.author-info .avatar {

		float:left;

		margin:0 20px 10px 0;

	}

		.author-info .avatar img {margin:0;}



.author-meta {

	margin-bottom:20px;

	overflow:hidden;

	width:100%;

}

	.author-meta p.gravatar {margin:0;}



/* Recent author posts */

#recent-author-posts {margin-bottom:30px;}



/* Recent author comments */

#recent-author-comments ul li{margin-bottom:7px;}





/* ----------------------------------------

	Older and newer navigation 

---------------------------------------- */

nav.oldernewer {

	overflow:hidden;

	margin:0 32px 30px 0;

}

	.older {float:left;}

	.newer {float:right;}



nav.oldernewer a{

	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;

}

nav.oldernewer a:hover {color:#474747;}





/* ----------------------------------------

		Page Navigaton (wp-pagenavi) 

---------------------------------------- */

.wp-pagenavi {

	clear: both;

	overflow:hidden;

	text-align:center;

}

.wp-pagenavi a, .wp-pagenavi span {

	display:inline-block;

	font-size:17px;

	line-height:20px;

	color:#323232;

	font-family: 'Cambo', serif;

	font-weight:400;

	text-decoration:none;

	text-transform:lowercase;

	position:relative;

	background:url(images/bg-pagenavi.gif) 0 0 repeat-x #dedede;

	padding: 7px 18px 8px 18px;

	margin-right:3px;

	-webkit-transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;

	transition: all 0.5s ease;

	-webkit-border-radius: 19px;

	-moz-border-radius: 19px;

	border-radius: 19px;

}

.wp-pagenavi a:hover, .wp-pagenavi span.current {color:#2fb2eb;}



.wp-pagenavi a.nextpostslink {margin-left:15px;}

.wp-pagenavi a.previouspostslink{margin-right:15px;}



.wp-pagenavi .pages {

	float:right;

	border:none;

	color:#999;

	display:none;

}



/* ----------------------------------------

				Tags

---------------------------------------- */

.tags-cloud a, .tagcloud a {

	display:inline-block;

	text-decoration:none;

	font-size:14px!important;

	line-height:17px;

	color:#fff;

	text-transform:lowercase;

	position:relative;

	background:url(images/bg-button.gif) 0 bottom repeat-x #26668a;

	padding:2px 10px 4px;

	margin:0 1px 4px 0;

	-webkit-transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;

	transition: all 0.5s ease;

	vertical-align:top;

	border-radius:5px;

	-moz-border-radius:5px;

	-webkit-border-radius:5px;

}

.tags-cloud a:hover, .tagcloud a:hover {

	background-position:0 -200px;

}

/* ----------------------------------------

				Comments

---------------------------------------- */

h3#comments {margin:30px 0 29px 0;}



.commentlist {

	list-style-type:none;

	padding:0 0 12px 0;

	margin:0 25px 0 0;

	background:url(images/line-1.gif) 0 bottom repeat-x;

}

	li.comment {

		list-style-type:none;

		padding:0 0 21px 0;

	}

			li.comment .comment-body {

				padding:0px 5px 10px 81px;

				position:relative;

				background:none;

				min-height:66px;				

			}

				.comment-author {display:inline-block;}

				.comment-author .fn {

					font-weight:bold;

					font-style:normal;

					margin-right:15px;

				}

				.comment-author .says {display:none;}

				

				.comment-meta {display:inline-block;}

					.comment-meta a {

						color:#474747;

						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;

					}



					.comment-meta a:hover {color:#2fb2eb;}

					

			li.comment .avatar {

				margin:0;

				display:block;

				vertical-align:top;

				position:absolute;

				left:0px;

				top:5px;

				padding:0px;

				border:none;

			}

			li.comment .comment-body p {margin-bottom:15px;}

			

			.reply {text-align:right; position:relative; z-index:1;}

			.reply a {

				display:inline-block;

				color:#474747;

				font-weight:bold;

				text-decoration:none;

				position:relative;

				text-transform:capitalize;

				-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:2px;

				-moz-border-radius:2px;

				-webkit-border-radius:2px;

			}

			.reply a:hover {color:#2fb2eb;}



			.commentlist ul.children { padding:21px 0 0 39px; margin:0 0 -21px 0; overflow:hidden;}



	

#respond {position:relative;}

	#respond  h3 {margin:40px 0 29px 0;}

	

	.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;}



/* 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;

}

/* ----------------------------------------

				Portfolio

---------------------------------------- */

.latestwork {

	width:100%;

	overflow:hidden;

	list-style-type:none;

	padding:0;

	margin:0;

}

	.latestwork li {

		float:left;

		margin-right:20px;

	}





/* Header Title */

.header-title .page-desc {color:#474747;}







/* Default layout 3 columns */

#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:310px;

		margin:0 6px 30px 0;

		position:relative;

	}

	* + 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:310px;

		height:174px;

		margin-bottom:16px;

		position:relative;

		background:#fff url(images/loading-folio.gif) 50% 50% no-repeat;

		-webkit-transition: all .2s ease-in-out;

		-moz-transition: all .2s ease-in-out;

		-o-transition: all .2s ease-in-out;

		border-radius:6px;

		-moz-border-radius:6px;

		-webkit-border-radius:6px;

	}

	#gallery .portfolio li a.image-wrap img {

		position:relative;

		border-radius:6px;

		-moz-border-radius:6px;

		-webkit-border-radius:6px;

	}

		

		#gallery .portfolio .folio-desc h3{

			font-size:20px;

			line-height:24px;

			color:#323232;

			margin-bottom:8px;

		}

			#gallery .portfolio .folio-desc h3 a{

				color:#323232;

				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;

			}

			#gallery .portfolio .folio-desc h3 a:hover {color:#2fb2eb;}

		

		#gallery .portfolio p.excerpt {

			padding:0;

			margin: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:0;}





/* 1 column portfolio*/

#gallery.one_column .portfolio li {

	width:100%;

	margin-right:0;

	margin-left:0;

	overflow:hidden;

}

	#gallery.one_column .portfolio li a.image-wrap {

		width:630px;

		height:353px;

		float:left;

		margin:0 50px 0 0;

	}

	

	#gallery.one_column .zoom-icon {

		top:-252px;

		width:630px;

		height:353px;

	}

		#gallery.one_column .folio-desc {overflow:hidden;}

		

		#gallery.one_column .portfolio h3 {margin-bottom:14px;}

		#gallery.one_column .portfolio p.excerpt {margin:0 0 24px 0;}



/* 2 columns portfolio*/

#gallery.two_columns .portfolio li {

	width:469px;

}

	#gallery.two_columns .portfolio li a.image-wrap {

		width:469px;

		height:263px;

	}

	#gallery.two_columns .zoom-icon {

		top:-252px;

		width:469px;

		height:263px;

	}



/* 4 columns portfolio*/

#gallery.four_columns .portfolio li {

	width:230px;

}

	#gallery.four_columns .portfolio li a.image-wrap {

		width:230px;

		height:129px;

	}

	#gallery.four_columns .zoom-icon {

		top:-152px;

		width:230px;

		height:129px;

	}





/* ----------------------------------------

			Image styling 

---------------------------------------- */

.alignleft {

	float:left;

	margin:7px 7px 14px 0;

	position:relative;

	border-radius:12px;

	-moz-border-radius:12px;

	-webkit-border-radius:12px;

}

.alignright {

	float:right;

	margin:0 0 10px 20px;

	position:relative;

	border-radius:12px;

	-moz-border-radius:12px;

	-webkit-border-radius:12px;

}

.aligncenter {

	text-align:center;

	margin:0 auto;

	position:relative;

	border-radius:12px;

	-moz-border-radius:12px;

	-webkit-border-radius:12px;

}

.alignnone {

	margin:0 0 0px 0;

	position:relative;

	border-radius:12px;

	-moz-border-radius:12px;

	-webkit-border-radius:12px;

}

article .post-content img {

	max-width:710px;

	}



.frame {

	border-radius:12px;

	-moz-border-radius:12px;

	-webkit-border-radius:12px;

	display:block;

	margin:7px 7px 14px 0;

}

	.frame img.alignleft,

	.frame img.alignright,

	.frame img.alignnone{

		margin:0;

		padding:0;

		border:none;

	}

	.frame.alignleft img,

	.frame.alignright img,

	.frame.alignnone img	{

		width:100% !important;

		height:auto !important;

	}



.img-width {

	border-radius:12px;

	-moz-border-radius:12px;

	-webkit-border-radius:12px;

	position:relative;

	display:block;

	float:left;

	margin:7px 7px 14px 0;

}

.img-width img {

	border-radius:12px;

	-moz-border-radius:12px;

	-webkit-border-radius:12px;

	position:relative;

}

/* 404

---------------------------------------- */

#error404 {

	padding:30px 0 100px 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;

			}

		

/* ----------------------------------------

				Calendar 

---------------------------------------- */

#calendar_wrap {padding:0;}

	#wp-calendar {width:100%;}

		#wp-calendar td {

			text-align:center;

			padding:6px 0;

			border:none;

		}

		#wp-calendar caption {

			text-align:center;

			text-transform:uppercase;

			font-size:17px;

			line-height:20px;

			color:#323232;

			font-family: 'Cambo', serif;

			font-weight:400;

			padding:4px 0;

			margin-bottom:5px;

		}

		#wp-calendar thead tr{

			background:url(images/line-1.gif) 0 bottom repeat-x;

		}

		#wp-calendar tfoot tr {background:url(images/line-1.gif) 0 top repeat-x;}

		#wp-calendar thead th {

			padding:7px 0;

			font-size:14px;

			color:#2fb2eb;

			text-align:center;

			font-family: 'Cambo', serif;

			font-weight:400;

		}

		#wp-calendar #prev {text-align:left;}

		#wp-calendar #next {text-align:right;}





/* FAQs

---------------------------------------- */

.faq_list {

	

	}

	.faq_list dt {

		position:relative;

		padding:0 0 5px 28px;

		font-size:20px;

		line-height:25px;

		color:#323232;

		font-family: 'Cambo', serif;

		margin:0;

		background:none;

	}

	.faq_list span.marker {

		display:block;

		position:absolute;

		left:0;

		top:0;

		font-size:20px;

		line-height:25px;

		color:#323232;

		font-family: 'Cambo', serif;

	}

	.faq_list dd {

		padding:0 0 0 28px;

		position:relative;

		margin:0 0 18px 0;

		color:#474747;

		}

		.faq_list dd .marker {

			top:3px;

			}







/* Custom widgets

---------------------------------------- */





/* Recent Comments */

ul.recentcomments {

	padding:0;

	margin:0;

	}

	ul.recentcomments li {

		border-top:1px solid #c6c6c6;

		padding:25px 0 25px 0;

		margin:0;

		border-bottom:none;

		background:none;

		overflow:hidden;

		list-style-type:none;

		}

	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;

				color:#96999d;

				}

			ul.recentcomments .comment-body a:hover {

				color:#000;

				text-decoration:underline;

				}

		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 {

		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 */

.popular-posts {

	list-style-type:none;

	padding:0;

	margin:0;

	}

	.popular-posts li {

		overflow:hidden;

		margin:0 0 2em 0;

		list-style-type:none;

		padding:0;

		}

		.popular-posts li .post-thumb {

			float:left;

			margin-right:20px;

			width:100px;

			height:100px;

			overflow:hidden;

			padding:1px;

			border:1px solid #dbdbdb;

			}

		.popular-posts li .post-thumb.empty-thumb {

			background:url(images/empty_thumb.gif) no-repeat 50% 50% #ececec;

			}

		.popular-posts li h5 {

			font-size:1em;

			margin-bottom:.5em;

			}

		.popular-posts li .excerpt {

			margin-bottom:.8em;

			}





/*

	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;

	}

.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(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;

}				

				

				



/* Testimonials */

.testimonials {

	padding:0;

	margin:0;

	}

	.testimonials div.testi_item {

		background:#fff;

		padding:1.5em;

		margin:0 0 2em 0;

		background:url(images/quotes.png) no-repeat 10px 10px #f3f3f3;

		}

		.name-testi {

			padding:0 0 0 2.2em;

			text-align:right;

			font-weight:bold;

			display:block;

			color:#333;

			}

			.name-testi a {

				font-weight:normal;

				}

		.testimonials .thumb {

			float:left;

			margin-right:20px;

			}

		.testimonials div.testi_item blockquote {

			border:none;

			padding:15px 0 15px 30px;

			margin:0;

			}

			.testimonials div.testi_item blockquote a {

				text-decoration:none;

				color:#888;

				display:block;

				}

			.testimonials div.testi_item blockquote a:hover {

				color:#333;

				}



/* Misc for Cycle widgets */

#testi-cycle .testi_item {

	display:none;

	}

#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;

		list-style-type:none;

	}

		.featured-thumbnail {

			display:block;

			overflow:hidden;

			margin:0 0 25px 0;	

		}

			.featured-thumbnail .img-wrap {

				float:left;

				position:relative;

				overflow:hidden;

				border:1px solid #cdcdcd;

				border-radius:12px;

				-moz-border-radius:12px;

				-webkit-border-radius:12px;

				-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 .img-wrap a {display:block;}

				.featured-thumbnail .img-wrap:hover {border:1px solid #2fb2eb;}

				.featured-thumbnail .img-wrap img {

					position:relative;

					border-radius:12px;

					-moz-border-radius:12px;

					-webkit-border-radius:12px;

				}

		.latestpost li h4 a{

			color:#323232;

			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;

		}

		.latestpost li h4 a:hover {color:#2fb2eb;}

		

		.latestpost li .excerpt {margin-bottom:19px;}



/* Recent Posts Ideas*/

.ideas h3 {margin-bottom:32px;}

.ideas .latestpost {margin-bottom:20px;}

.ideas .latestpost time {display:none;}

.ideas .latestpost h4 {display:none;}



/* Recent Posts Highlight*/

.highlight h3 {margin-bottom:35px;}



.highlight .latestpost .featured-thumbnail {display:none;}

.highlight .latestpost h4 {display:none;}

.highlight .button-1 {display:none;}



.highlight .latestpost li .excerpt {margin-bottom:0px;}



.highlight a.date {

	color:#4c739b;

	-webkit-transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;

	transition: all 0.5s ease;

}

.highlight a.date:hover {

	color:#474747;

	text-decoration:none;

} 



.highlight .latestpost li {

	background:url(images/line-1.gif) 0 0 repeat-x;

	padding:30px 0 0 0;

	margin-bottom:35px;

}

	.highlight .latestpost li:first-child {background:none; padding:0;}



.show_all {

	display:inline-block;

	font-size:17px;

	line-height:20px;

	color:#323232;

	padding:7px 18px 8px;

	font-family: 'Cambo', serif;

	font-weight:400;

	text-decoration:none;

	text-transform:lowercase;

	position:relative;

	background:url(images/bg-pagenavi.gif) 0 0 repeat-x #dedede;

	-webkit-transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;

	transition: all 0.5s ease;

	-webkit-border-radius: 19px;

	-moz-border-radius: 19px;

	border-radius: 19px;

}

	.show_all:hover {color:#2fb2eb;}

/* ----------------------------------------

				Twitter widget

---------------------------------------- */

.twitter_update_list {overflow:hidden;}

.twitter ul li {

	list-style-type:none;

	margin:0 0 15px 0;

	padding:0 0 0 37px;

	background:url(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; background:none; padding:0;}

		.twitter ul li a:hover {color:#2fb2eb;}

	.twitter ul li a.timesince {font-size:11px; background:none; padding:0;}

.twitter .profileLink {}





/* 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;

	max-width:100%;

	height:auto;

}

.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;

		}

		.banners-holder li img {

			vertical-align:top;

			float:left;

			}







/* Testimonials

---------------------------------------- */



/* Testimonials list */

article.testimonial {

	padding:10px 0px 10px 0px;

	margin:0 32px 20px 0;

	width:auto;

	background:url(images/quotes.png) no-repeat 135px 0px;

	font-style:italic;

	font-size:14px;

	line-height:1.5em;

	font-weight:normal;

	margin-bottom:35px;

}

	article.testimonial.post-holder.lasts {background:url(images/quotes.png) no-repeat 135px 0px;}

	article.testimonial .name-testi {

		display:block;

		text-align:right;

		font-style:normal;

		color:#222c36;

		font-size:13px;

		font-family:Arial, Helvetica, sans-serif;

		line-height:1.2em;

	}

		article.testimonial .name-testi a {

			text-decoration:none;

			}

		article.testimonial .name-testi a:hover {

			text-decoration:underline;

			}





/* Single Testimonial */

blockquote.testi-single {

	padding:10px 0px 10px 0px;

	margin:0 32px 20px 0;

	width:auto;

	background:url(images/quotes.png) no-repeat 130px 0px;

	font-size:14px;

	line-height:1.5em;

	font-style:italic;

	position:relative;

}

	blockquote.testi-single p {

		margin:0 0 1em 0;

		padding:0;

	}

		.testi-pic {

			float:left;

			margin:5px 38px 5px 5px;

			position:relative;

			border-radius:12px;

			-moz-border-radius:12px;

			-webkit-border-radius:12px;

		}

			.testi-pic img {

				position:relative;

				border-radius:12px;

				-moz-border-radius:12px;

				-webkit-border-radius:12px;

			}











/* 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;

		list-style-type:none;

		}

		.recent-posts li img.thumb {

			float:left;

			margin:0 20px 0 0;

			}

		.recent-posts li h5 {

			font-size:1em;

			margin-bottom:0;

			}

		.recent-posts li .excerpt {

			margin-bottom:1.5em;

			}

		.recent-posts li span.meta {

			display:block;

			margin-bottom:.5em;

			font-size:10px;

			color:#888;

			text-transform:uppercase;

			}





/* Our team */

.recent-posts.team {

	margin:0;

	padding:0;

	}

	.recent-posts.team li {

		float:left;

		width:45%;

		overflow:hidden;

		margin:0 5% 30px 0;

		}

		.recent-posts.team li:nth-child(2n) {

			margin-right:0;

			}

		.recent-posts.team li.nomargin {

			margin-right:0;

			}

		.recent-posts.team li .thumb-wrap {

			width:115px;

			overflow:hidden;

			float:left;

			margin-right:0;

			}

		.recent-posts.team li a {

			color:#191919;

			}

		.recent-posts.team li .excerpt {

			margin-bottom:0;

			}

/*----------------------------------------

				 Our team - single post

---------------------------------------- */

.single-post.team {

	position:relative;

	overflow:hidden;

	margin:0 32px 45px 0;

}

.featured-thumbnail.no-hover .img-wrap {border:1px solid #cdcdcd;}



/* 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:45%;

		margin:0 5% 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;

				}



/*----------------------------------------

		Services - single post

---------------------------------------- */

.post-holder.single-post.services .post-thumb {

	float:left;

	margin:5px 18px 5px 0;

	border:none;

	border-radius:0px;

	-moz-border-radius:0px;

	-webkit-border-radius:0px;

	position:relative;

	overflow:hidden;

	-webkit-transition: none;

	-moz-transition: none;

	-o-transition: none;

	transition: none;

}

.post-holder.single-post.services .post-thumb img {

	border-radius:0px;

	-moz-border-radius:0px;

	-webkit-border-radius:0px;

}

/*----------------------------------------

		Services - Post Holder

---------------------------------------- */

.post-holder.services .post-thumb {

	float:left;

	border-radius:0px;

	-moz-border-radius:0px;

	-webkit-border-radius:0px;

}

.post-holder.services .post-thumb img {

	width:103px;

	height:98px;

	border-radius:0px;

	-moz-border-radius:0px;

	-webkit-border-radius:0px;

}



/* 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(images/bg-footer.gif) center 0 no-repeat;

	padding:52px 0 30px 0;

	position:relative;

	z-index:4;

}



.footer-left {

	float:left; 

	width:380px;

	background:url(images/bg-footer-menu.gif) 100% 0 no-repeat;

	min-height:69px;

}

.footer-right {

	float:right;

	width:574px;

}



	/* Footer widget */

	#widget-footer {

		float:left;

		padding:14px 0 0px 170px;

	}

		.widget-footer h4 {display:none;}

		.widget-footer ul {

			margin:0;

			padding:0;

		}

			.widget-footer ul li {

				display:block;

				float:left;

				width:185px;

				font-size:14px;

				line-height:18px;

				color:#aeaeae;

				padding-left:13px;

				margin-bottom:6px;

				background:url(images/footer-menu-marker.png) 0 6px no-repeat;

			}

			.widget-footer ul li.width {width:100px;}

			

			.widget-footer ul li a {

				color:#aeaeae; 

				display:inline-block;

				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 li a:hover  {color:#0146ff;}

	

	

	#widget-footer .social-networks li {

		list-style-type:none;

		padding:0 0 .5em 0;

		margin:0;

	}

	

	/* Footer navigation */

		.footer-menu-row {

			background:url(images/bg-footer-menu-hor.gif) 0 0 repeat-x;

			padding-top:30px;

			text-align:center;

			

		}

		nav.footer ul {

			margin:0;

			padding:0px;

		}

			nav.footer ul li {

				display:inline-block;

				font-size:14px;

				line-height:18px;

				color:#aeaeae;

				padding-left:14px;

				margin-bottom:6px;

				margin-right:25px;

				background:url(images/footer-menu-marker.png) 0 6px no-repeat;

			}



			nav.footer ul li a {

				color:#aeaeae; 

				display:inline-block;

				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;

			}

			nav.footer ul li a:hover, nav.footer ul li.current-menu-item a {color:#2fb2eb;}

	

	/* Copyright */

	#copyright {

		padding:0;

		margin:0 0 20px 0;

	}

	

	/* Footer text */

	#footer-text {

		font-size:15px;

		line-height:20px;

		color:#a5a5a5;

		font-family: 'Cambo', serif;

		font-weight:400;

		text-transform:uppercase;

		padding:17px 0 0 5px;

	}

		#footer-text a {

			color:#a6a6a6;

			display:inline-block;

			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;

		}

			

			.site-title {display:block; margin-bottom:2px;}

			#footer-text a.site-name {color:#585858;}

			#footer-text a.text-bot {

				background:url(images/footer-marker.gif) 0 center no-repeat;

				padding-left:10px;

				margin-left:6px;

			}

			

		#footer-text a:hover {color:#2fb2eb;}

	

/* Back to Top */

#back-top-wrapper {

  width:100%;

  position:absolute;

  overflow:hidden;

  height:0px;

}

#back-top {

	position: fixed;

	bottom: 216px;

	left:50%;

	margin-left:580px;

	display:none;

	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;

}



#back-top a {

	width: 48px;

	display: block;

	text-align: center;

	font-size:0px;

	line-height:0px;

	text-decoration: none;



	/* transition */

	-webkit-transition: 1s;

	-moz-transition: 1s;

	transition: 1s;

}



/* arrow icon (span tag) */

#back-top span {

	width: 48px;

	height: 26px;

	display: block;

	background:url(images/up-arrow.png) no-repeat center center;



	/* transition */

	-webkit-transition: 1s;

	-moz-transition: 1s;

	transition: 1s;

	

}



/*----------------------------------------

				Misc

---------------------------------------- */

.button {

	display:inline-block;

	font-size:20px;

	line-height:24px;

	padding:4px 28px 7px;

	color:#fff;

	font-family: 'Cambo', serif;

	font-weight:400;

	text-decoration:none;

	text-transform:lowercase;

	position:relative;

	background:url(images/bg-button.gif) 0 0 repeat-x #26668a;

	-webkit-transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;

	transition: all 0.5s ease;

	-webkit-border-radius: 19px;

	-moz-border-radius: 19px;

	border-radius: 19px;

}

	.button:hover {background-position:0 -200px;}



.button-1 {

	display:inline-block;

	font-size:17px;

	line-height:20px;

	color:#323232;

	padding:7px 18px 8px;

	font-family: 'Cambo', serif;

	font-weight:400;

	text-decoration:none;

	text-transform:lowercase;

	position:relative;

	background:url(images/bg-pagenavi.gif) 0 0 repeat-x #dedede;

	-webkit-transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;

	transition: all 0.5s ease;

	-webkit-border-radius: 19px;

	-moz-border-radius: 19px;

	border-radius: 19px;

}

	.button-1:hover {color:#2fb2eb;}	



.list {padding:11px 0px 0px 38px; margin-bottom:20px;}

.list li{

	font-size:14px;

	line-height:18px;

	list-style-type: disc;

	margin-bottom:12px;

}

	.list li a{

		font-size:13px;

		line-height:18px;

		display:inline-block;

		color:#505050;

		text-transform:uppercase;

		text-decoration:none;

		background:url(images/marker-1.gif) 1px 0px no-repeat;

		padding-left:31px;

		-webkit-transition: all 0.5s ease;

	   -moz-transition: all 0.5s ease;

	   -o-transition: all 0.5s ease;

	   transition: all 0.5s ease;

	}

	.list li a:hover {color:#2fb2eb; background-position:7px 0;}



.colborder {background:url(images/separator.gif) 0px 0 repeat-y;}



.banner-list-sp {

	padding:6px 0px 9px 0px;

	overflow:hidden;

}

.banner-list-sp li {

	float:left;

	margin:0 33px 10px 0;

}

	.banner-list-sp li.nomargin {margin-right:0px;}



.banner-list-sp li a {display:block;}	

.banner-list-sp li a img.alignnone {

	-webkit-border-radius: 0px;

	-moz-border-radius: 0px;

	border-radius: 0px;

}



/* Tabs */

.tabs {

    margin: 1px 0 20px 0;

}



.tabs .tab-wrapper {

    border: 1px solid #dddddd;

    border-radius: 0 5px 5px 5px;

    -moz-border-radius: 0 5px 5px 5px;

    -webkit-border-radius: 0 5px 5px 5px;

    margin: -1px 0 0 0;

}



.tabs .tab-menu ul {

    list-style: none;

    margin: 0 !important;

    padding: 0 !important;

}



.tabs .tab-menu li {

    display: inline;

    float: left;

    margin: 0;

    padding: 0;

}



.tabs .tab-menu a {

    background-color: #fafafa;

    border: 1px solid #dddddd;

    border-radius: 5px 5px 0 0;

    -moz-border-radius: 5px 5px 0 0;

    -webkit-border-radius: 5px 5px 0 0;

    color: #aaaaaa;

    display: block;

    font-size: 12px;

    letter-spacing: 1px;

    margin: 0 2px 0 0;

    padding: 8px 20px;

}



.tabs .tab-menu a:hover {

    background-color: #f2f2f2;

    color: #666666;

}



.tabs .tab-menu a.active {

    background-color: #ffffff;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#fafafa');

    background: -moz-linear-gradient(bottom , #fafafa 0px, #f6f6f6 90%) repeat scroll 0 0 transparent;

    background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #fafafa),color-stop(90%, #f6f6f6));

    border-bottom: none;

    color: #666666;

    padding: 8px 20px 9px 20px;

}



.tabs .tab {

	background-color: #fafafa;

	border-radius: 0 5px 5px 5px;

    -moz-border-radius: 0 5px 5px 5px;

    -webkit-border-radius: 0 5px 5px 5px;

    padding: 20px;

}











/* Toggle */

.toggle {

    padding: 0 0 2px 0;

}

.toggle .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));

	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;

	height:1%;

	}



.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:2px;

	background:url(images/line-1.gif) 0 0 repeat-x;

	overflow:hidden;

	font-size:0;

	line-height:0;

	margin:26px 5px 40px;

}

.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;

	}

.spacer {

	height:50px;

	overflow:hidden;

	font-size:0;

	line-height:0;

	}



/* Address */

.address {

	overflow:hidden;

	width:100%;

	margin:0;

	padding:0;

	}

.address dt {

	float:left;

	width:245px;

	margin-right:1px;

	padding:0 0 0 55px;

	background:none;

	font-size:1em;

	line-height:18px;

	background:url(images/address-icon1.png) no-repeat 0 3px;

	}

.address dd {

	float:left;

	width:227px;

	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;

			list-style-type:none;

			}

	.address dd span {

		float:left;

		width:60px;

		}

		.address dd a {

			font-style:italic;

			color:#191919;

			text-decoration:underline;

			}

		.address dd a:hover {

			text-decoration:none;

			}











/* 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;

	color:#474747;

	font-size:14px;

	line-height:1.23em;

	vertical-align:middle;

	font-weight:normal;

	border:none;

	outline:none;

	border-radius:0px;

	-moz-border-radius:0px;

	-webkit-border-radius:0px;

}

input[type="text"], textarea {

	background:#bebebe;

	border:none;

	padding:5px 10px 5px 10px;

	height:19px;

}

input[type="submit"], input[type="reset"] {

	font-size:17px;

	line-height:20px;

	color:#323232;

	font-family: 'Cambo', serif;

	font-weight:400;

	text-decoration:none;

	text-transform:lowercase;

	position:relative;

	display:inline-block;

	background:url(images/bg-pagenavi.gif) 0 0 repeat-x #dedede;

	padding: 7px 18px 8px 18px;

	border:none;

	height:35px;

	cursor:pointer;

	margin-right:4px;

	border-radius:19px;

	-moz-border-radius:19px;

	-webkit-border-radius:19px;

	-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 {color:#2fb2eb;}



/*----------------------------------------

				Top search

---------------------------------------- */

#top-search {

	position:absolute;

	right:7px;

	top:53px;

	z-index:3;

	overflow:hidden;

}

	#top-search .input-search {

		float:left;

		font-size:11px;

		color:#6b6b6b;

		width:212px;

		height:18px;

		padding:5px 11px 5px 11px;

		margin-right:4px;

		background:#1c1c1c;

		border:1px solid #2c2c2c;

	}

	#top-search #submit {

		float:left;

		font-size:13px;

		line-height:18px;

		font-weight:bold;

		font-family:Arial, Helvetica, sans-serif;

		color:#fff;

		background:#3e3e3e;

		cursor:pointer;

		padding:0px 13px 0px 14px;

		height: 30px;

		margin:0;

		text-transform:none;

		position:relative;

		border-radius:12px;

		-moz-border-radius:12px;

		-webkit-border-radius:12px;

	}

	#top-search #submit:hover {

		color:#3e3e3e;

		background:#fff;

	}

	

/* ---------------------------------------- 

			Comment form 

----------------------------------------*/

#commentform {position:relative;}

	#commentform p {margin-bottom:21px;}

		#commentform small {color:#9fab28; font-size:12px;}

	#commentform label {display:block; padding-bottom:6px;}

	#commentform input[type="text"] {

		width:234px;

		padding:5px 10px 6px 10px;

		position:relative;

	}

	#commentform textarea {

		width:390px;

		position:relative;

		resize:none;

		height:196px;

		overflow:auto;

	}



/* ---------------------------------------- 

			Contact form 

----------------------------------------*/

.wpcf7-form p.field {

	margin-bottom:9px;

	overflow:hidden;

	vertical-align:top;

	position:relative;

}



.wpcf7-form p.field input {width:280px; color:#474747;}

	.wpcf7-form p.field small {color:red;}



.wpcf7-form textarea {

	color:#474747!important;

	width:280px;

	height:205px;

	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:288px !important;

		position:absolute;

		left:0 !important;

		top:0 !important;

		padding:2px 0 3px 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 {

	float:left;

	width:160px;

	margin-right:5px;

	border:none;

}

	#sidebar #searchform .searching {width:90px;}

	

#searchform .submit {

	float:left;

	font-size:13px;

	line-height:18px;

	font-weight:bold;

	font-family:Arial, Helvetica, sans-serif;

	color:#fff;

	background:#3e3e3e;

	cursor:pointer;

	padding:0px 11px 0px 12px;

	height: 30px;

	margin:0;

	text-transform:none;

	border-radius:12px;

	-moz-border-radius:12px;

	-webkit-border-radius:12px;

}

#searchform .submit:hover {

	color:#3e3e3e;

	background:#fff;

}





/* Fluid Columns */

.one_half{ width:48%; }

.one_third{ width:30.66%; }

.two_third{ width:65.33%; }

.one_fourth{ width:22%; }

.three_fourth{ width:74%; }

.one_fifth{ width:16.8%; }

.two_fifth{ width:37.6%; }

.three_fifth{ width:58.4%; }

.four_fifth{ width:79.2%; }

.one_sixth{ width:13.33%; }

.five_sixth{ width:82.67%; }

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth{ position:relative; margin-right:4%; float:left; }

.last { margin-right:0 !important; clear:right; }





.fleft { float:left;}

.fright { float:right;}

.clear { clear:both;}



.wrapper { 

	width:100%;

	overflow:hidden;

}

.extra-wrap {

	overflow:hidden;

	}





/* Clear Floated Elements */

.clear {

	clear: both;

	display: block;

	overflow: hidden;

	visibility: hidden;

	width: 0;

	height: 0;

}



.clearfix:after {

	clear: both;

	content: ' ';

	display: block;

	font-size: 0;

	line-height: 0;

	visibility: hidden;

	width: 0;

	height: 0;

}



.clearfix {

	display: inline-block;

}



* html .clearfix {

	height: 1%;

}



.clearfix {

	display: block;

}





/*	Retina media query.

	Overrides styles for devices with a 

	device-pixel-ratio of 2+, such as iPhone 4.

-----------------------------------------------    */



@media 

	only screen and (-webkit-min-device-pixel-ratio: 2),

	only screen and (min-device-pixel-ratio: 2) {

	

	body {

	

	}

	

}



.top-box {border-radius:20px !important;

}



.bottom-box {border-radius:20px !important;

}

#bwg_container1_0 #bwg_container2_0 .bwg_title_spun2_0 {
    color: #474747 !important;
    font-weight: normal !important;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 14px !important;
    text-shadow: none !important;

}



/* Always remember to compress your live stylesheet and keep an uncompressed backup */