@charset utf-8;


/* General
---------------------------------------- */


html,
body {
	min-width:960px;
	}


#ic, #ic * {
  border:0;
  float:right;
  background:#fff;
  color:#f00;
  width:50%;
  line-height:10px;
  font-size:10px;
  margin:-220% 0 0 0;
  overflow:hidden;
  padding:0;
} 

::selection {background: #d9d9ed; color: #000;}
::-moz-selection {background: #d9d9ed; color: #000;}
img::selection {background: transparent;}
img::-moz-selection {background: transparent;}
body {-webkit-tap-highlight-color: #d9d9ed; color: #000;}


/*  **************************************************/

/* List styling */
dl dt {
	background: url(images/list-arrow.html) 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;
	}


.clearfix.box {  margin-bottom: 25px; }
.clearfix.box p {  display: table; }



/*  **************************************************/

/* EasyTooltip */
.tooltip {
	background: none repeat scroll 0 0 #252525;
	border: 1px solid #000000;
	color: #EEEEEE;
	display: none!important;
	font-size: 11px;
	line-height:1.2em;
	margin: 13px 0 0;
	padding: 5px;
	z-index:99;
}

/* Request a quote */
#widget_my_requestquotewidget {
	width:100%;
	overflow:hidden;
	}
	
/* *************************** Navigations *********************** */




/* nav.primary .responds span {font-size: 0;}
 */

/* 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, ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	background: none;
	width: auto; 
	/* min-width: 120px; */
	min-width: 86%;
	padding: 0;
	position: absolute;
	top: -999em;
}
	ul.sf-menu li li.sfHover ul { min-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:			100%; /* 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:			100%; /* match ul width */
	right: 0;
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}


/* Our skin for dropdown menu */
.sf-menu {
}

.sf-menu a {
	text-decoration: none;
	color: #ece8e1;
}

.sf-menu li:hover > a, .sf-menu li.sfHover > a,
.sf-menu li > a:focus, .sf-menu li > a:hover, .sf-menu li > a:active, .sf-menu li.current-menu-item > a {
	outline: 0;
}

.sf-menu li li:hover > a, .sf-menu li li.sfHover > a,
.sf-menu li li > a:focus, .sf-menu li li > a:hover, .sf-menu li li > a:active, .sf-menu li li.current-menu-item > a {
	color: #a0988b;
	outline: 0;
}

.sf-menu li li li:hover > a, .sf-menu li li li.sfHover > a,
.sf-menu li li li > a:focus, .sf-menu li li li > a:hover, .sf-menu li li li > a:active, .sf-menu li li li.current-menu-item > a {
	color: #a0988b;
	outline: 0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
#topnav{
	/*margin-left:3%;*/
}

.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			16px;
	top:			1.05em; /* IE6 only */
	width:			5px;
	height:			3px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url(images/arrows-ffffff.html) no-repeat 0% 0%; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			33px;
	background-position: 0% 0%; /* use translucent arrow for modern browsers*/
}

	.sf-menu li li .sf-sub-indicator {
		background: url(images/menu_arrow.html) no-repeat 0% 0%;
		right: 10px;
		top: 13px;
	}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: 0% 0%; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  0% 0%; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0% 0%; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: 0% 0%; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url(images/shadow.html) 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;
}




.responds {
  display: none;
  cursor: pointer;
}


/* ************************** Primary navigation **************** */




/* ******************************** Comments ********************************************* */
	
	h3#comments {
	  text-align: left;  
	  padding-top: 10px;
	}
	ol.commentlist {
	 list-style-type:none;
	 padding:0 0 20px 0;
	 margin:0;
	 }
	 ol.commentlist li.comment {
	  list-style-type:none;
	  overflow:hidden;
	  padding: 11px 0 0 0 !important;
	  margin: 0;
	  background:none;
	  text-transform:none;
	  line-height: 20px;
	  font-size: 12px;
	  font-family: 'Arial';
	 }
	   ol.commentlist li.comment .comment-body {
		  background: none;
		  border: 1px solid #272836;
		  border-radius: 0 0 0 0;
		  padding: 23px 30px 20px 115px;
		  position: relative;
		}
	    li.comment .comment-body p {
	     min-height: 65px;
	    }
	  .author-comment {

	  }
	  .comment-author {
	   position:absolute;
	   left:20px;
	   top:25px;
	   }
	   .comment-author .author {
	    text-transform:capitalize;
	    width:65px;
	    display: block;
		line-height: 18px;
	    font-size:12px;
		font-weight: bold;
	    padding-top: 6px;
		color: #ccc;
	   }
	  .comment-text {

	  }
		
	ol.commentlist li.comment .comment-body em { color: #fff; }

		/* Comment meta */
	.comment-meta {
	   float: right;
	   background: none repeat scroll 0 0 transparent;
		display: inline-block;
		font: 14px/48px 'Arial';
		padding: 0;
		text-decoration: none;
		text-transform: uppercase;
		color: #c8c7db;
	} 
	  .comment-meta a {
	   
			}
		
		 /* Avatar */
	   li.comment .avatar {
	    float:none;
	    margin:0;
	    vertical-align:top;
	    overflow:hidden;
	    }
	    li.comment .avatar {
	     display:block;
	     vertical-align:top;
	     overflow:hidden;
	     }

	    .commentlist ul.children {
	     margin:0 0 0 30px !important;
		 padding: 0 !important;
	     overflow:hidden;
	     }
	     .commentlist ul.children li.comment {

	      }

	/* Reply */

	.reply {
		float: right;
		margin-left: 28px;
	}

		.reply a {
		    display: inline-block;
		    float: left;
		    margin: 5px 0 20px;
		    width: auto;
		}


	 .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-top:28px;
		margin-top:20px;
	}
		#respond h3{
			margin-bottom: 0;
			text-align: left;		
		}


	.cancel-comment-reply {
		width: 100%;
		overflow: hidden;
		padding: 0 0 18px 0;
	}

		.cancel-comment-reply small {
			display: block;
			line-height: 18px;
			font-size: 11px;
		}

		.cancel-comment-reply a {
			text-decoration: underline !important;
			color: #c0484b !important;
		}
	  
			.cancel-comment-reply a:hover {
				text-decoration: none !important;
			}


	.post-holder {
		margin-top: 40px;
		position:relative;
		overflow:hidden;
	}
		.post-holder:first-child {
		margin-top: 0;
	}
	/* Post header */
	/* .post-holder .entry-title {
		margin-bottom: 0;
		padding-bottom: 10px;
	} */
		/* .single .entry-title{
			margin-bottom: 15px;
		} */
	.single-post .post-holder {
		overflow: visible;
		}

	.addthis_toolbox.addthis_default_style > a {
		float: none !important;
		display: inline-block !important;
		vertical-align: top !important;
		margin: 3px 0 !important;
		padding: 0 !important;
	}
	.addthis_toolbox.addthis_default_style .addthis_button_facebook_like {
		width: 100px;
	}
	.addthis_toolbox.addthis_default_style .addthis_button_pinterest_pinit {
		width:70px;
	}

	.folio-desc p { margin-bottom: 0; }


	
		
	.wrapMeta {
		padding: 0;
		position: relative;	  
		margin: 0 15px 0 0;
	}
		
	
	/* Small thumbnail */
	.featured-thumbnail.small img {
		padding:4px;
		}
	
	/* Large thumbnail */
		.featured-thumbnail.large {
			margin-right:0;
			overflow:hidden;
			margin-bottom: 28px;
		}
		.featured-thumbnail.large img {
			max-width:100%;
			height:auto;
		}

		.pagination a {
			display:inline-block;
			padding:0 5px;
			background:#eee;
		}

		/* Post footer */
		.post-holder .post-footer {
			clear:both;
			padding:15px 0 0 0;
			}
		.post-holder.single-post .post-footer {
			margin-top:20px;
			}
				
			
		p.gravatar {
			float:left;
			margin-right:20px;
			}


	/* Post edit link */
	.post-edit-link {
		
		}
	.post-edit-link:hover {
		
		}


	/* Image styling */

	.alignleft {
	  float: left;
	  height: auto;
	  margin: 0 25px 25px 0 !important;
	 /*  width: 40% !important; */
	}
		p .alignleft:last-child { margin-right: 0 !important; }
		p .alignleft:first-child { margin-right: 25px !important; }

		#primaryWrapContent img.alignleft,
		#primaryWrapContent img.alignright  {
			width: auto;		
		}

		#primaryWrapContent .span3 img.alignleft,
		#primaryWrapContent .span3 img.alignright {
		  display: block;
		  float: none;
		  margin: 0 auto;
		  width: 66%;
		}

		.fluid_W50Inner .alignleft {
			margin: 0 20px 15px 0 !important;
			/*  width: 40% !important; */
		}

	#primaryWrapContent .fluid_W50Inner img.alignleft  {
		width: 120px;
		height: auto;		
	}



	.alignright {
		float: right;
		height: auto;
		margin: 0 0 15px 20px !important;
	}

	.aligncenter {
		height: auto;
		margin-bottom: 15px;
		max-width: 100%;
		text-align: center;
		width: auto;
	}
		
	.alignnone {
		width: 97%;
		height: auto;
		margin-bottom: 15px;
		display: block;	
	}
	
	.frame {
		padding:7px;
		background:#fff;
		border:1px solid #dbdbdb;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		text-align:center;
		}
	.frame img.alignleft,
	.frame img.alignright{
		margin:0;
		padding:0;
		border:none;
		}

	
	/* Related Posts */

	ul.related-posts {
		overflow: hidden;
		margin: 0;
		padding: 0 0 40px 0;
	}

		ul.related-posts li {
			list-style-type:none;
			padding:0;
			margin:0 0 0 12px;
			float:left;
			background:none;
			width:152px;
		}
		
		ul.related-posts li:first-child {
			margin-left:0;
			}
			ul.related-posts li .featured-thumbnail {
				float:none;
				margin:0 0 10px 0;
				overflow:hidden;
				}




/* ******************************** Author ********************************************** */
	
	#post-author {
		overflow:hidden;
		border:1px solid #dbdbdb;
		padding:20px;
		margin-bottom:2em;
		}
	#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-top: 15px;
	}

	/* Recent author comments */
	#recent-author-comments {
		
	}

		#recent-author-comments > h3, 
		#recent-author-comments > ul li,
		#recent-author-comments > ul li a {
		  list-style-type: none;
		  text-align: left;
		  
		}

		#recent-author-comments > ul li a {
			color: #5d564e;
		}
			#recent-author-comments > ul li a {
			  text-decoration: underline;
			}
				#recent-author-comments > ul li a:hover {
				  text-decoration: none;
				  background: none;
				}

		/* #main #content article.post .entry-header .entry-title {
			margin-bottom: 10px;
		} */

	.author-info {
		width:100%;
		overflow:hidden;
		margin-bottom:0;
		padding-bottom:0;
	}
		.author-info .avatar {
			margin: 15px 20px 0 0;
			}

			#primaryWrapContent .author-info .avatar img {
				float:left;
				width: auto;
			}

	.author-meta {
		margin-bottom:20px;
		overflow:hidden;
		width:100%;
		}
		.author-meta p.gravatar {
			margin:0;
			}
	/*  **************************************************/
		.author  #recent-author-posts .post-content .excerpt,
		.search-results #content .post-content .excerpt,
		.archive #content .post-content .excerpt  {
			margin-bottom: 15px;
		}
		.author  #recent-author-comments {
			margin-top: 25px;
		}

/*  **************************************************************************/




	

	.pp_gallery ul a {
	  height: 32px;
	}
		.pp_gallery ul a img {
		  height: 100%;
		  width: 50px;
		}

		

	/* Single Video */
	.video-holder {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		margin:0 0 2% 0;
	}
	.video-holder iframe,  
	.video-holder object,  
	.video-holder embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		}

	/* Audio Single */
	.single-audio-holder .audiojs {
		width:620px;
		}
	.single-audio-holder .audiojs .scrubber {
		width:440px;
		}
	.single-audio-holder object{overflow:hidden;width: 0;}	
	
	/* Grid 
		Gallery */
	.grid_gallery {
		position:relative;
		overflow:hidden;
		padding:0 0 0 0;
		margin-left: -15px;
		}
		.grid_gallery_inner {
			width: 630px;
			position:relative;
			overflow:hidden;
			}
		.grid_gallery .gallery_item {
			float:left;
			margin:0 0 15px 25px;
			width: 46%;
			}
			
	.single-gallery-item {
		margin:0;
		}

	/* FAQs
	---------------------------------------- */
	.faq_list {
		
		}
		.faq_list dt {
			color:#666;
			position:relative;
			padding:0 0 5px 28px;
			font-size:15px;
			font-weight:normal;
			margin:0;
			background:none;
			}
		.faq_list span.marker {
			display:block;
			position:absolute;
			left:0;
			top:0;
			font-size:15px;
			color:#333;
			font-weight:bold;
			}
		.faq_list dd {
			padding:0 0 0 28px;
			position:relative;
			margin:0 0 2em 0;
			color:#b2b2b2;
			}
			.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 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;
	margin: 60px 0 0 135px;
}
	.folio_cycle .folio_item {
		overflow:hidden;
		display:none;
		}
	.folio_cycle .folio_item:first {
		display:block;
		}
		.folio_cycle .folio_item .featured-thumbnail {
			float:none;
			margin:0 0 15px 0;
			}
			.folio_cycle .folio_item .featured-thumbnail img {
				float:none;
				border: none;
				padding: 0;
				margin: 0;
				background: none;
			}

#folio-controls a {
    display: block;
    height: 24px;
    width: 24px;
    background: none;  
    margin: 0;
    text-indent: -9999px; 
    position: absolute;
    top: -130px;
}
	#folio-controls a#prev-portfolio1 {
		background: url(images/bg_caro_nav.html) no-repeat 0 0 !important;
		left: 50%;
    	margin-left: 15px;
	}
		#folio-controls a#prev-portfolio1:hover { background-position: 0 -28px !important; }

	#folio-controls a#next-portfolio1 {
		background: url(images/bg_caro_nav.html) no-repeat -42px 0 !important;
		left: 50%;
    	margin-left: 55px;
	}
		#folio-controls a#next-portfolio1:hover { background-position: -42px -28px !important; }

	
.folio_cycle .folio_item .excerpt {
	padding-left:1px;
}		
#folio-controls {
	text-align:center;
	z-index: 999;
	position: relative;
}
	#folio-controls ul {
		list-style-type:none;
		margin:0;
		padding:0;
	}
		.homeBottomPart2 #folio-controls #nav-folio,
		#wrapper_footer #folio-controls #nav-folio { display: none; } 


		#folio-controls ul li {
			padding:0 5px 0 0;
			margin:0;
			display:inline;
			}
			#folio-controls ul li a {
				display:inline-block;
				text-decoration:none;
				width:9px;
				height:9px;
				background:#000;
				font-size:0;
				line-height:0;
				border-radius:5px;
				}
			#folio-controls ul li a:hover {
				background:#999;
				}


/* Testimonials */
.testimonials {
	  padding: 0;
	  margin: 0;
	width: 620px !important;
}
.testimonials div.testi_item {
	padding: 0;
	margin: 0 0 2em 0;
	background: none;
	overflow:hidden;
	color: #3b3d4a;
	font: italic 14px/20px 'Roboto';
	width: 620px !important;
	min-height: 110px !important;
}
.testimonials div.testi_item blockquote {
  display: block;
  position: relative;
  margin: 0;
  padding: 30px;
  background: #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
	}
.testimonials div.testi_item blockquote:before {
  content: "";
  display: block;
  position: absolute;
  left: 65px;
  bottom: -20px;
	width:0;
	height:0;
	border-left: 20px solid transparent;
	border-right: 0 solid transparent;
	border-top: 20px solid #dbdbdb;
}
.testimonials div.testi_item blockquote:after {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 10px;
  width: 41px;
  height: 38px;
  background: url(images/quotes.html) 0 0 no-repeat;
}
.testimonials div.testi_item blockquote a {
  text-decoration: none;
  color: #4e4e4e;
  display: block;
  font-style: normal;
  position: relative;
}
.testimonials div.testi_item blockquote a:hover {
  color: #ffffff;
}
.testimonials div.testi_item .featured-thumbnail {
	position:relative;
	z-index:2;
	margin:0 20px 0 10px;
}

.testi_item > img {
  width: auto;
}


.name-testi {
  padding: 5px 0 0 0;
  margin-top: 12px;
  text-align: left;
  display: block;
}
.name-testi .user {
	color: #90929f;
	font: 14px/20px Arial;
}
.name-testi a {
  font-weight: normal;
  color: #D4414B;
  font: 14px/20px Arial;
  text-decoration: none;  
}
.testimonials .thumb {
  float: left;
  margin-right: 20px;
}

/* Misc for Cycle widgets */
/* #testi-cycle .testi_item {
	display:none;
	} */

	#testi-cycle .testi_item:first {
		display:block;
		}
	#testi-controls {
	  overflow: hidden;
	  text-align: center;
	  position: absolute;
	  right: 10px;
	  bottom: 12px;	  
	  z-index: 99;
	}

#testi-controls> a { display: none; }

	#testi-controls ul {
		list-style-type:none;
		margin:0;
		padding:0;
		}
		#testi-controls ul li {
			padding:0;
			margin:0 5px 0 0;
			display:inline-block;
			}
		* + html #testi-controls ul li {
			display:inline;
			zoom:1;
			}


		#testi-controls ul li a {
			width: 13px;
			height: 13px;
			display: block;
			background: url(images/bg_testiNav.html) -15px 0 no-repeat;
			text-indent: -9999px;
			outline: none;
		}
			#testi-controls ul li.activeSlide a { background-position: -32px 0; }
			#testi-controls ul li a:hover {
				text-decoration: none;
				background-position: 0 0;
			}

/*  **************************************************/

/* Flickr widget */
.flickrImages {
	overflow:hidden;
	position:relative;
}
.flickrImages a {
	float:left;
	display:block;
	width:75px;
	height:75px;
	background:#000;
	margin:0 1px 1px 0;
	}
.flickrImages a img {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
.flickrImages a:hover img {
	opacity:.5;
}
.flickrImages a.link {
	display:inline;
	float:none;
	width:auto;
	height:auto;
	margin:0;
	background:none;
	}

/* Banner widget */
#primaryWrapContent .banners-holder {
	list-style-type:none;
	padding:0;
	margin:0;
}
	#primaryWrapContent .banners-holder li {
		list-style-type:none;
		float:left;
		margin:0 3px 3px 0;
		padding:0;
	}
		#primaryWrapContent .banners-holder li img {
			vertical-align:top;
			float:left;
			width: 100%;
		}

			
			
/* vCard widget */			
.vcard {
	
	}
			
/*  **************************************************/

/* Testimonials
---------------------------------------- */

/* Testimonials list */
article.testimonial {
	padding: 0;
	width:auto;
	background: none;
	font-style:italic;
	font-size:14px;
	line-height:1.5em;
	font-weight:normal;
	margin-bottom:35px;
}
	article.testimonial.boxCorners:before { left: 0; }
	article.testimonial.boxCorners:after { right: 0; }



	article.testimonial .post-content {
		padding:30px 30px 30px 235px;
	}
	article.testimonial .featured-thumbnail {
	  background: none repeat scroll 0 0 transparent;
	  border: medium none;
	  border-radius: 0 0 0 0;
	  box-shadow: none;
	  left: 20px;
	  padding: 0;
	  position: absolute;
	  top: 20px;
	}
	article.testimonial .name-testi {
		display:block;
		text-align:right;
		font-style:normal;
		color: #707091;
		font-size:16px;
		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;
			}

/*  **************************************************/


/* Images Format Type */
.recent-posts .format-image {
	float:left;
	margin:0 20px 20px 0;
	}	

/* Quote Format Type */
.recent-posts .format-quote {
	
	}

/* Link Format Type */
.recent-posts .format-link {
	
	}

/* Link Format Type */
.recent-posts .format-link {
	
	}	

/* Audio Format Type */
.recent-posts .format-audio {
	margin-bottom:2em;
	}
	.recent-posts .format-audio .audio-wrapper {
		margin-bottom:.5em;
		}

/* Video Format Type */
.recent-posts .format-video {
	float:left;
	width:300px;
	margin:0 20px 20px 0;
	}
.recent-posts .format-video iframe {
	width:300px;
	height:200px;
	}	


/* Popular Posts */
.popular_posts {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.popular_posts li {
		list-style-type:none;
		padding:0 0 20px 0;
		margin:0;
		overflow:hidden;
		}

/*  **************************************************/

/* Tags */
.tags-cloud a,
.tagcloud a,
.post-footer a {
	display:inline-block;
	background:#e6e6e6;
	padding:2px 7px;
	border-radius:3px;
	text-decoration:none;
	color:#333;
	margin:0 1px 4px 0;
	font-size:11px !important;
	box-shadow:1px 1px 0 rgba(0, 0, 0, .2);
	line-height:1.5em;
	vertical-align:top;
	}
.tags-cloud a:hover,
.tagcloud a:hover,
.post-footer a:hover {
	background:#000;
	color:#fff;
	}


/* Recent Comments */
.recent-comments {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.recent-comments li {
		padding:0;
		margin:0;
		border:none;
		padding-bottom:.5em;
		}


/*  **************************************************/


div.text {
	margin: 0 0 26px 0;
}

	html.ie9 div.text {
		padding: 0 5px 0 0;
	}

.interval {
	width: 100%;
	height: 10px;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}
.interval_5x {
	width: 100%;
	height: 50px;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}

.tabs {
	position: relative;
	padding: 5px 0 0 0;
}

.tab-menu {
	position: relative;
	margin: 0 0 -1px 0;
}

	.tab-menu ul {
		margin: 0;
		padding: 0;
	}
	
		.tab-menu ul li {
			background: none;
			float: left;
			margin: 0 3px 0 0;
			padding: 0;
			list-style-type: none;
		}
		
			.tab-menu ul li a {
				background: #fff url(images/tab.html) repeat-x 0% 0%;
				display: inline-block;
				height: 48px;
				overflow: hidden;
				padding: 0 24px 0 24px;
				line-height: 48px;
				vertical-align: top;
				border-radius: 4px 4px 0 0;
				border-left: 1px solid #666055;
				border-right: 1px solid #666055;
				font-size: 13px;
				text-transform: uppercase;
				text-decoration: none;
				color: #010101 !important;
			}
			
				.tab-menu ul li a.active, .tab-menu ul li a:hover {
					background: url(images/tab_act.html) repeat-x 0% 0%;
					color: #fff !important;
					font-weight: bold;
				}

.tab-wrapper {
	background: #FFF;
	padding: 37px 23px 33px 23px;
	border: 1px solid #666055;
	border-radius: 0 4px 4px 4px;
}

	.tab-wrapper .excerpt {
		color: #a09c94;
	}


		div.tes {
		background:none;
		padding:0;
		position: relative;	
		width: 380px;
		height: 200px;
		overflow: hidden;	
	}
		div.tes .tes_item {
			position: absolute;
			left: 0;
			top: 0;
			display: none;			
		}
			div.tes .tes_item.active {	
				display: block;			
			}
	
	
		div.tes blockquote {
		  padding: 0;
		  border: 0;
		  margin: 0;
		}
		div.tes blockquote .featured-thumbnail {
			float: left;
			margin: 0 10px 0 0;
		}
		div.tes .tes_itemInner { display: table; }
	
		div.tes blockquote .testiTitle {
			color: #2e3030;
			font: 14px/20px 'Oswald', sans-serif;
			background: #f4f4f4;
			padding: 20px 20px 12px 20px;
			display: table;	
		position: relative;
		text-transform: uppercase;								
	} 			
		div.tes blockquote .testiTitle:before {
		    content: "";
		    left: -10px;
		    position: absolute;
		    top: 20px;
		    width: 0px;
			height: 0px;
			border-style: solid;
			border-width: 7.5px 10px 7.5px 0;
			border-color: transparent #f4f4f4 transparent transparent;
			line-height: 0px;
			_border-color: #000000 #f4f4f4 #000000 #000000;
			_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
		}


	div.tes blockquote a {
		text-decoration: none;
		background: #f4f4f4;
		padding: 0 20px 20px 20px;
		color: #666666;
		font: italic 12px/18px "Roboto", sans-serif;	
		display: block;
	}		
		div.tes blockquote a:hover { text-decoration: underline; }

	div.tes .tes-name .user, div.tes .tes-name {
		padding: 0;
		margin: 6px 0 0 0;
		font: italic 12px/18px "Roboto", sans-serif;
		color: #2e3030;
	}
		div.tes .tes-name .user {
			position: absolute;
			left: 0;
			top: 92px;
			width: 70px;	
			text-transform: uppercase;							
		}

	div.tes	.tesNavLeft, div.tes .tesNavRight {
		background: url(images/bg_tesNav.html) 0 0 no-repeat;
		position: absolute;
		top: -41px;
		right: 32px;
		width: 13px;
		height: 22px;	
		opacity: 0.6;	
	}
		div.tes	.tesNavRight {
			right: 5px;
			background-position: -27px 0;			
		}	
		div.tes	.tesNavLeft:hover, div.tes .tesNavRight:hover { opacity: 1; }


/* Lightbox */
.lightbox {
	display:block;
	position:relative;
	}

/* Back to Top */
#back-top-wrapper {
  z-index: 9999999;
  position:absolute;
  overflow:hidden;
  height:48px;
}
#back-top {
	position: fixed;
	bottom: 12px;
	right: 10%;
	margin: 0 0 0 636px;
	display:none;
}

#back-top a {
	width: 48px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}

/* arrow icon (span tag) */
#back-top span {
  background: url(images/up-arrow.html) no-repeat 0 0;
  display: block;
  height: 50px;
  width: 50px;
  opacity: 0.6;
}
#back-top a:hover span {
	opacity: 1;
}


/*  **************************************************/
/* -------------------- Toggle ----------------*/
.toggle {
  margin-bottom: 3px;
}
	.toggle .trigger {
	  color: #6E6E6E;
	  background: #e2e2e2;
	  display: block;
	  font: bold 12px/18px 'Niconne', sans-serif;
	  height: 1%;
	  padding: 6px 0 6px 41px;
	  position: relative;
	  text-decoration: none;
	  text-transform: uppercase;
	  -webkit-border-radius: 40px 0 40px 0;
	  -moz-border-radius: 40px 0 40px 0;
	  border-radius: 40px 0 40px 0;
	  
	}
		.toggle .trigger:hover {
			color: #efefef;
			background: #7cac4e;
		}


.toggle .trigger span {
  background: url(images/bg_accordion.html) no-repeat 0 -34px;
  display: block;
  height: 10px;
  left: 21px;
  position: absolute;
  text-indent: -9999px;
  top: 12px;
  width: 12px;
}	
	.toggle .trigger:hover span { background-position: 0 0; }

	
/*  **************************************************/
.toggle .active { color: #efefef; background: #7cac4e; }
.toggle .active span { background-position: 0 0; }

.toggle .box {
	margin: 16px 25px 20px 0;
	border-left: 1px solid #e2e2e2;
	padding: 0 0 0 15px;
	height: 110px;
}


/*--------------------------------------------------*/


/* Dropcap */

.dropcap {
	background: url(images/dropcap.html) no-repeat 0% 0%;
	float: left;
	width: 42px;
	height: 42px;
	overflow: hidden;
	margin: 6px 20px 15px 0;
	padding: 0;
	letter-spacing: -3px;
	line-height: 38px;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	color: #fff;
}

.widget-area {
	
}

.hr {
	height:1px;
	/* background:#eee; */
	border-bottom: 2px solid #e2dad9;
	overflow:hidden;
	font-size:0;
	line-height:0;
	padding-top: 25px;
	margin:0 0 25px 0;
	clear: both;	
	}

.sm_hr {
  height: auto;
  border-bottom: 1px solid #eaeaea;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  padding: 12px 0 0;
  margin: 0 0 28px 0;
  clear: both;  
}


.spacer, .spacer2 {
	width: 100%;
	height: 49px;
	overflow: hidden;
}



/* Address */
.address {
	overflow:hidden;
	width:100%;
	margin:0 0 16px 0;
	padding:0;
	}
.address dt {
	float:left;
	width:165px;
	margin-right:20px;
	padding:0 0 0 55px;
	background:none;
	font-size:1em;
	line-height:18px;
	background:url(images/address-icon1.html) no-repeat 0 3px;
	}
.address dd {
	float:left;
	width:217px;
	padding:0 0 0 53px;
	background:url(images/address-icon2.html) no-repeat 0 3px;
	}
	.address dd ul {
		list-style-type:none;
		padding:0;
		margin:0;
		}
		.address dd ul li {
			background:none;
			padding:0;
			}
	.address dd span {
		float:left;
		width:100px;
		}
		.address dd a {
			font-style:italic;
			color:#191919;
			text-decoration:underline;
			}
		.address dd a:hover {
			text-decoration:none;
			}

			
/* Google Map */
.google-map {
	margin-bottom:20px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-image:url(images/loading-map.html);
	}




/* 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.html) -2px -1px no-repeat; }
.audiojs .loading { background: url(js/audiojs/player-graphics.html) -2px -31px no-repeat; }
.audiojs .error { background: url(js/audiojs/player-graphics.html) -2px -61px no-repeat; }
.audiojs .pause { background: url(js/audiojs/player-graphics.html) -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;
	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.html) 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.html) no-repeat 20px 50% #fdebae;
		}
	.notice-box {
		border-color:#68a2cf;
		color:#2e6093;
		background:url(images/icons/alert/icon-info.html) no-repeat 20px 50% #bfe4f9;
		}
	.approved-box, .wpcf7-mail-sent-ok {
		border-color:#a3c159;
		color:#5e6f33;
		background:url(images/icons/alert/icon-download.html) no-repeat 20px 50% #ccff99;
		}
	

/*----------------------------------------------------------*/
	
/* Comment form */

	#commentform a {
		text-decoration: underline !important;
		/* color: #e4e4f5 !important; */
	}
	
		#commentform a:hover {
			text-decoration: none !important;
	/* 		color: #e4e4f5 !important;	 */		
		}


	
	


/*  **************************************************/

/* 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;
}

div.pp_overlay { z-index: 9999 !important; }

p:empty { display: none !important; }


.fluid_W50 { width: 50%; float: left; padding: 0 !important; }

.fluid_W50 > .fluid_W50Inner { padding-right: 0 !important; margin-bottom: 20px; }

.dispayTableBox { display: table; margin-bottom: 10px; }



/*  ************************************************** IZOTOPE *************************************/

	#filter-by {
		text-align: left;
		margin-bottom: 30px;
	}
	#primaryWrapContent #filter-by a {
	  color: #969696;
	  display: inline-block;
	  font-size: 14px;
	  font-weight: 700;
	  line-height: 20px;
	  padding: 5px 0;
	  text-decoration: none;
	  text-transform: uppercase;
	  -webkit-transition: all 0.3s ease-out 0s;
	  -moz-transition: all 0.3s ease-out 0s;
	  -ms-transition: all 0.3s ease-out 0s;
	  -o-transition: all 0.3s ease-out 0s;
	  transition: all 0.3s ease-out 0s;
	  margin-right: 30px;
	}
		#primaryWrapContent #filter-by a:hover, #primaryWrapContent #filter-by a.active {
			text-decoration: none;
			color: #000;
		}	

	#galleryHolder { 
	  position:relative; 
	  width:100%; 
	  overflow:hidden; 
	} 
		#galleryHolder .isotope { margin-left: -25px; }

	.galleryItem { 
	  position:relative; 
	  float:left; 
	  overflow: hidden; 
	  position: relative; 
	  width: 205px; 
	  /* height: 212px;  */
	  margin: 0 0 25px 25px; 
	} 

		.galleryItem a {
			display: block;			
		}

			.galleryItem a img {
				max-width: 100%;
				height: auto;										
			}


		


	/**** Isotope Filtering ****/

	.isotope-item {
	  z-index: 2;
	}

	.isotope-hidden.isotope-item {
	  pointer-events: none;
	  z-index: 1;
	}

	/**** Isotope CSS3 transitions ****/

	.isotope,
	.isotope .isotope-item {
	  -webkit-transition-duration: 0.8s;
	     -moz-transition-duration: 0.8s;
	      -ms-transition-duration: 0.8s;
	       -o-transition-duration: 0.8s;
	          transition-duration: 0.8s;
	}

	.isotope {
	  -webkit-transition-property: height, width;
	     -moz-transition-property: height, width;
	      -ms-transition-property: height, width;
	       -o-transition-property: height, width;
	          transition-property: height, width;
	}

	.isotope .isotope-item {
	  -webkit-transition-property: -webkit-transform, opacity;
	     -moz-transition-property:    -moz-transform, opacity;
	      -ms-transition-property:     -ms-transform, opacity;
	       -o-transition-property:      -o-transform, opacity;
	          transition-property:         transform, opacity;
	}

	/**** disabling Isotope CSS3 transitions ****/

	.isotope.no-transition,
	.isotope.no-transition .isotope-item,
	.isotope .isotope-item.no-transition {
	  -webkit-transition-duration: 0s;
	     -moz-transition-duration: 0s;
	      -ms-transition-duration: 0s;
	       -o-transition-duration: 0s;
	          transition-duration: 0s;
	}










/* Always remember to compress your live stylesheet and keep an uncompressed backup */
