@charset utf-8;
/*--
	Theme Name: ecomarket
	Description: A theme for Wordpress 3.7+ from flashsite-templates.com Collection
	Author: flashsite-templates.com 
	Author URL: http://www.flashsite-templates.com 
--*/


/* General
---------------------------------------- */
html,
body {
	min-width:960px;
	}
body{
	background: #fff;
	color: #666666;	
	font: 100%/1.125em 'Roboto Slab', serif;
	font-family: 'Roboto Slab', serif !important;
	/* position:relative; */
	overflow: hidden;
}


#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: #60A300; color: #fff;}
::-moz-selection {background: #60A300; color: #fff;}
img::selection {background: transparent;}
img::-moz-selection {background: transparent;}
body {-webkit-tap-highlight-color: #60A300; color: #fff;}


/*  **************************************************/

#main {
  font-size: 0.75em;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 9999;
}

/* 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;
	}



/*  **************************************************/

#main h1 {
  	color: #443f35;
    font: 300 48px/54px 'Roboto Slab', serif;
    padding: 0 0 0 0;
	text-transform: uppercase;
	margin: 0 0 20px;
	text-align: left;	
	display: block;
	clear: both;	
}
		
	.archive #main #content .header-title h1 {
		font-size: 25px;		
	}
		.archive #main #content .header-title h1 span {
			display: block;
		}


	#main #sloganArea h1 {
		font: 300 56px/60px "Roboto Slab", serif;
		color: #c0151f;
		text-transform: uppercase;
		text-align: center;
		margin: 0 0 15px 0;
		padding: 0;
	}
	

/*  **************************************************/

#main h2 {
	padding: 0;
	margin: 0 0 35px 0;
	text-transform: capitalize;	
	color: #484848;
	font: 100 36px/42px 'Roboto Slab', serif;

}
.contacts_page  #main h2 { margin-bottom: 39px; }

	#main #sloganArea h2 {
		text-transform: uppercase;		
		text-align: center;		
	}

#main .entry-header h2.entry-title a {
	color: #484848;
	font: bold 14px/20px 'Roboto Slab', serif;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	padding: 0;
	margin: 0;
	border: none;	
}
	#main .entry-header h2.entry-title a:hover { text-decoration: underline; }


/*  **************************************************/

#main h3, #main h3 a {
  color: #a34f32;
  display: inline-block;
  font: bold 18px/24px 'Roboto Slab', serif;
  margin: 0 0 10px;
  padding: 0;
  text-align: left;
  text-transform: capitalize;	
}
	#main h3 a {
		border-bottom: 2px solid #d3b4ac; 
		margin-bottom: 0;
	}
	#main h3 a:hover {
		color: #ba851f;
		border-bottom: 2px solid #ddc7a7;
		text-decoration: none;		
	}

	/* #main h3 span {
		padding: 0;
		letter-spacing: 0;
		color: #666666;
		font: 14px/20px 'Roboto Slab', serif;
		text-transform: uppercase;
		margin: 0;
		display: table;		
	} */
/*  **************************************************/

#main h4 {
	padding: 0;
	letter-spacing: 0;
	color: #2e3030;
	font: 18px/28px 'Roboto Slab', serif;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
	#main .excerpt h4 { 
	  color: #2E3030;
	  font: bold 12px/18px 'Roboto',sans-serif;
	  letter-spacing: 0;
	  margin: 0;
	  padding: 0;
	  text-transform: none;
	}

#main h5 {
	padding: 0;
	letter-spacing: 0;
	color: #2E3030;
	font: bold 12px/18px 'Roboto Slab', serif;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

#main h6 {
	padding: 0;
	letter-spacing: 0;
	color: #2E3030;
	font: 12px/18px 'Roboto Slab', serif;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

/*  **************************************************/

#header div[id*="social_networks"] {
  padding-top: 35px;
}
ul.social-networks {
	margin: 0;
	padding: 0;
} 	
	ul.social-networks li {
		list-style-type: none;
		float: left;
		margin-right: 8px;
		margin-bottom: 0;
		opacity: 0.8;
		background: none;
		padding: 0;
	}

		ul.social-networks li:hover { opacity: 1; }

		ul.social-networks li img {
			border: none;
			padding: 0;
			margin: 0;
			background: none;
			width: auto;
		}


/*  *************************** LINKS ***********************/	


	a {
	  	color: #3B3B3B;
	    font: 14px/20px "Roboto Slab", serif;
	    text-decoration: underline;
	    outline:none !important;
	}
		a:hover { text-decoration: none; }


	a.button { margin-top: 0; }
		
		
		#wrap_all a.read { margin-top: 20px; }

	a.readmore { 
		display: inline-block;		
	}
	a.details, a.readmore {
		float: left;	
		color: #a34f32;	
		font: 300 24px/30px "Roboto Slab", serif;
		text-decoration: underline;
		text-transform: lowercase;
		padding: 0;
		margin: 15px 0 0;
		width: auto;
		clear: both;
	}
		a.details:hover, a.readmore:hover { text-decoration: none; }

		#sidebarLeft a.details, #sidebarRight a.details, #sidebarBlog a.details {
			float: none;
			display: block;			
		}


	a.button, #sloganArea a, input.wpcf7-submit {
		color: #fff;
		font: bold 14px/41px "Roboto Slab",serif;
		text-decoration: none;
		text-transform: capitalize;
		padding: 0 21px;
		background: #c0151f;
		margin: 20px 0 0 0;
		display: inline-block;	
		-webkit-transition: background .2s ease-out;
	   -moz-transition: background .2s ease-out;
	    -ms-transition: background .2s ease-out;
	     -o-transition: background .2s ease-out;
	        transition: background .2s ease-out;	
	}	
		a.button:hover, input.wpcf7-submit:hover { background: #4e4e4e; }

	.page-template-page-Portfolio1Col-php #wrap_all a.read,
	.page-template-page-Portfolio2Cols-php #wrap_all a.read,
	.page-template-page-Portfolio3Cols-php #wrap_all a.read,
	.page-template-page-Portfolio4Cols-php #wrap_all a.read,
	.blog a.button {
		margin: 0;
	}


	.blog a.button {
		margin: 20px 0 0;
	}
		

	a.read, a.link_show_all, a.button,
	#commentform input[type="submit"], .reply a,
	.wrap_cf .wpcf7-form input[type="submit"], 
	#slider-wrapper .camera_caption a, .recent-posts a.button {
	    -webkit-transition: background 0.2s ease-out 0s;
	    -moz-transition: background 0.2s ease-out 0s;
	    -ms-transition: background 0.2s ease-out 0s;
	    -o-transition: background 0.2s ease-out 0s;
	    transition: background 0.2s ease-out 0s;
		display: inline-block;
		background: #cbc5b7;
		color: #fff;
		font: 300 16px/16px "Roboto Slab", serif;
		text-transform: none;
		text-decoration: none;
		padding: 10px 27px;
		border-top: 1px solid #ece7e5;
		margin-bottom: 0;
		text-align: center;
		-webkit-border-radius: 18px;
		-moz-border-radius: 18px;
		border-radius: 18px;
		float: left;
		margin: 20px 0 0 0; 			
	}
	
		#slider-wrapper .camera_caption a,
		#wrapImgLInk #wrapLinks a {
			font: 300 20px/42px 'Roboto Slab', serif;
			text-transform: inherit;
		}

		a.read:hover, a.link_show_all:hover, .reply a:hover,
		#commentform input[type="submit"]:hover,
		.wrap_cf .wpcf7-form input[type="submit"]:hover, 
		#slider-wrapper .camera_caption a:hover,
		.recent-posts a.button:hover, a.button:hover {
			background: #7ab800;
			text-decoration: none;
		}


		#commentform input[type="submit"], .wpcf7-submit { height: 40px !important; border: none !important; }

	

/*  ****************************** END OF LINKS ********************************/


/*  *********************************** PARAGRAPH *************************/	

	p {
		font: 300 14px/22px "Roboto Slab", serif;
		color: #000;
		margin: 0 0 15px 0;
	}
		p strong {
		  font-weight: bold;
		}	
		p span {
			font-weight: bold;
		}


/*  *********************************** END OF PARAGRAPH *************************/	


.clearfix.box {  margin-bottom: 25px; }
.clearfix.box p {  display: table; }


#breadcrumbs { padding: 40px 0 20px; background: #fefefe;}
#breadcrumbs .breadcrumb {
	background: none;
	padding: 0 0 0 7px;
	margin: 0;
}
#breadcrumbs .breadcrumb li {
	background: url(images/bg_breadcrumbsItem.png) right center no-repeat;
	padding: 0 15px;
	float: left;	
}
	#breadcrumbs .breadcrumb li a {
		color: #443f35;
		font: 300 14px/29px "Roboto Slab", serif;
		text-decoration: underline;
		text-transform: capitalize;		
	}
		#breadcrumbs .breadcrumb li a:hover {text-decoration: none; }

		#breadcrumbs .breadcrumb li.current-menu-item {
			background: none;			
		}
		#breadcrumbs .breadcrumb li.current-menu-item a {
			text-decoration: none;			
		}

/*  ******************************* HEADER ******************************/
	
	#header {
	  z-index: 99;
	  height: 99px;
	  position: relative;
	  background: #443f35 url(images/bg_colorLine.jpg) center bottom repeat-x;
	  padding: 0;
	}


	@media screen and (-webkit-min-device-pixel-ratio:0) /*----- Safari ------*/
	{  
		
	}

	/*  **************************************************/			

		.logo {
		  float: left;
		  margin: 00;
		  overflow: hidden;
		  position: relative;
		  z-index: 10;
		 padding-top: 23px; 
		}
			#logo {
				position: relative;
				display: block;
			}
			.logo img {
			  float: none;
			  margin: 0 auto;
			  width: auto;
			}

			
/*  **************************************************/

/* 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 {
    background: #fff;
    display: none;
    height: 45px;
    margin: 0 auto;
    width: 48px;
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    outline: none;
}
	nav.primary .responds:after {
	  background: none repeat scroll 0 0 #7AB800;
	  box-shadow: 0 10px 0 #7AB800, 0 20px 0 #7AB800;
	  content: "";
	  height: 5px;
	  left: 16%;
	  position: absolute;
	  top: 10px;
	  width: 68%;
	}

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: 160px;
	padding: 0;
	position: absolute;
	top: -999em;
}

.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:			0px;
	top:			96px; /* 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 */
}
.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.png) 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.png) 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.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}




.responds {
  display: none;
  cursor: pointer;
}


/* ************************** Primary navigation **************** */

nav.primary {  
  background: none repeat scroll 0 0 transparent;
  height: auto;
  position: relative;
  z-index: 999999;
  padding: 0;  
}

#topnav {
  margin: 0;
  padding: 0;
  float: right;  
}
	#topnav > li {
		height: 91px;
	    margin: 0;
	    padding: 0;
		position: relative; 
		border-right: 1px solid #524e45;
		border-top: 3px solid #443f35;
	}
		#topnav > li.current_page_item, #topnav > li:hover {
			background: #39352d;
			border-top: 3px solid #b9c815;
		}
		#topnav > li:first-child { border-left: 1px solid #524e45; }

		#topnav > li > a {
			padding: 51px 17px 22px;
			color: #d4d2cb;
			font: 14px/18px 'Roboto Slab', serif;
			text-transform: capitalize;
			background: none;
			margin: 0;	
			text-align: center;
			text-decoration: none;
			display: block;			                
		}
			#topnav > li.current-menu-item > a { color: #b9c815; }
			#topnav > li:hover > a { color: #b9c815; }

		@media screen and (-webkit-min-device-pixel-ratio:0) /*----- Safari ------*/
		{  
		}
		
/*  **************************************************/	
#topnav  .sub-menu {
	padding: 10px 0;
	background: url(images/bg_topSubNav.png) 0 0 repeat;
}
#topnav  .sub-menu .sub-menu { background: #38352f;}

#topnav .sub-menu li {
	background: none;	
	width: 100%;
	padding: 0;
	margin-bottom: 0;
	text-align: left;
	border-top: 1px solid #524e45;
}
	#topnav .sub-menu li:first-child { border-top: none; }

	#topnav .sub-menu li a, .sub-menu li li a {
	  color: #bcbab2;
	  font: 14px/30px 'Roboto Slab', serif;
	  height: auto;
	  padding: 0 15px;
	  text-transform: inherit;
	  white-space: nowrap;	 
	  text-decoration: none;
	  display: block;	  	  	  
	}
		#topnav .sub-menu > li:hover > a, #topnav .sub-menu li li:hover > a,
		#topnav .sub-menu > li.current_page_item > a{
			color: #b9c815;		
		}

#topnav .sub-menu .sub-menu li {
  overflow: hidden;
  width: 100%;
}
	#topnav .sub-menu li.menu-item-has-children {  
		background: url(images/bg_topnav_sub-menu_hasChildren.png) 90% center no-repeat;
	} 


/*  ************************** End of Primary Navigations ***********************/

	



/*  ==========================  CONTENT  ============= */

	.list.arrow-list { margin: 15px 0 0 0; padding: 0 0 45px 0; }
		.list.arrow-list li {
			list-style-type: none;
			background: none;
			margin: 15px 0 0 0;
			padding: 0;
		}
			.list.arrow-list  li:first-child { margin-top: 0; }
		.list.arrow-list  li a {
			background: url(images/bg_ul_arrow-list_Li.png) 0 3px no-repeat;
			color: #1a1d21;
			font: 14px/16px "Roboto Slab", serif;
			padding: 0 0 0 21px;
			text-decoration: none;	
			display: table;							
		}
			.list.arrow-list  li:hover a { text-decoration: underline; }


	#primaryWrapContent img {
		width: auto;	
		height: auto;
		padding: 0 !important;				
	}		


	.list.arrow-list {  padding: 0 0 5px; }	

	.teamBoxes .span3 {
		margin-bottom: 45px;
	}
			

	/****************************  SLIDER  *******************************/
	
		#sliderWrap {
			position: relative;
			z-index: 11;
			height: 600px;
		}
			#sliderWrap:after {
				position: absolute;
				bottom: -64px;
				width: 100%;
				height: 65px;
				background: url(images/bg_shadow_main.png) center 0 no-repeat;
				content: '';
			}

			#sliderWrap .rslides_nav.next, 
			#sliderWrap .rslides_nav.prev {
				width: 36px;
				height: 23px;
				background: url(images/bg_rslides_navNext.png) 0 0 no-repeat;
				text-indent: -9999px;		
				opacity: 0;		
			}
				#sliderWrap .rslides_nav.prev {
					background: url(images/bg_rslides_navPrev.png) 0 0 no-repeat;
					left: -7px;
				}
				#sliderWrap .rslides_nav.next { right: -26px; }	

				#sliderWrap .rslides_nav.next:hover, 
				#sliderWrap .rslides_nav.prev:hover { background-position: 0 -43px; }
				#sliderWrap .metaslider:hover .rslides_nav.next, 
				#sliderWrap .metaslider:hover .rslides_nav.prev { opacity: 1; }



			#sliderWrap .metaslider .caption-wrap {
				background: url(images/bg_sliderCaption.jpg) 0 0 repeat;
				bottom: auto;
				top: 0;
				color: #FFFFFF;
				left: 0;
				opacity: 1;
				width: 100%;
				height: 100%;
				position: absolute;	
				text-align: center;										
			}	

				#sliderWrap .metaslider .caption {
				  bottom: 80px;
				  margin-top: 0;
				  padding: 0;
				  position: absolute;
				  width: 100%;
				}

				#sliderWrap .metaslider .caption-wrap h3 {
					color: #fff;
					font: bold 18px/22px 'Roboto Slab', serif;
					text-transform: none;
					margin: 0 0 25px 0;
					padding: 10px 85px 10px;
					background: #7ab800;
					position: relative;	
					text-align: center;
					display: inline-block;																															
				}
					#sliderWrap .metaslider .caption-wrap h3:before {
						position: absolute;
						background: url(images/bg_sliderCaptionH3.png) 0 0 no-repeat;
						content: '';
						width: 22px;
						height: 45px;
						left: -23px;
						top: 5px;
					}
					#sliderWrap .metaslider .caption-wrap h3:after {
						position: absolute;
						background: url(images/bg_sliderCaptionH3.png) -25px 0 no-repeat;
						content: '';
						width: 22px;
						height: 45px;
						right: -23px;
						top: 5px;
					}

				#sliderWrap .metaslider .caption-wrap p {
					color: #443f35;
					font: 300 24px/30px 'Roboto Slab', serif; 
					padding: 0;
					margin: 0;
					text-transform: none;					
				}	
				
			#sliderWrap	.rslides_tabs {
			  background: none;
			  font-size: 5px;
			  padding: 0 !important;
			  position: absolute;
			  right: 0;
			  text-align: center;
			  width:100%;
			  bottom: -40px;
			}		
				#sliderWrap	.rslides_tabs li {
					margin-left: 8px;
					border: 1px solid #cdcdcd;
					-webkit-border-radius: 6px;
	  				  -moz-border-radius: 6px;
	  				  border-radius: 6px;
				}
				#sliderWrap	.rslides_tabs li:first-child { margin-left: 0; }				
					#sliderWrap	.rslides_tabs a {
					  display: inline;
					  height: 8px;
					  padding: 0;
					  text-decoration: none;
					  width: 8px;
					  text-indent: -9999px;
					  -webkit-border-radius: 6px;
	  				  -moz-border-radius: 6px;
	  				  border-radius: 6px;	
	  				  display: block;  	
	  				  margin: 0;
	  				  outline:none;	
	  				  margin: 1px;	  				  
	  				  background: #fff;	  			  			  
					}
						#sliderWrap	.rslides_tabs li:hover a,
						#sliderWrap	.rslides_tabs li.rslides_here a { background: #d12b28; }

			.rslides { z-index: 2; }
			.rslides_tabs { z-index: 3; }
	

		#sliderWrap	.flex-direction-nav a {
			width: 61px;
			height: 61px;
			opacity: 0;
		}	
			#sliderWrap:hover .flex-direction-nav a { opacity: 1; }

		#sliderWrap	.flex-direction-nav .flex-next {
			background: url(images/bg_sliderNav.png) -64px 0 no-repeat;
		}
		#sliderWrap	.flex-direction-nav .flex-prev {
			background: url(images/bg_sliderNav.png) 0 0 no-repeat;
		}

		#sliderWrap	.flex-control-nav {
		  bottom: 32px;
		  line-height: 11px;
		  z-index: 999;
		}

		#sliderWrap	.flex-control-paging li {
			margin: 0 6px;
		} 
		#sliderWrap	.flex-control-paging li a {
			width: 12px;
			height: 12px;
			margin: 0;
			overflow: hidden;
			font-size: 100px;
			background: #fff;
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			box-shadow: none;
			background: url(images/bg_sliderPagination.png) 0 0 no-repeat;
		}
			#sliderWrap .flex-control-paging li a.flex-active, #sliderWrap	.flex-control-paging li a:hover {
				background-position: -20px 0;				
			}

	#leftHand, #leftHandPrimary {
		position: absolute;
		left: -125px;
		top: -15px;
		background: url(images/bg_leftHand.png) 0 0 no-repeat;
		width: 559px;
		height: 623px;
		z-index: 3;
		opacity: 0;
		left:-3000px;
	}
	#rightHand, #rightHandPrimary {
		position: absolute;
		right: -236px;
		top: 0;
		background: url(images/bg_rightHand.png) 0 0 no-repeat;
		width: 559px;
		height: 623px;
		z-index: 3;
		opacity: 0;
		right:-3000px;
	}
		#leftHandPrimary, #rightHandPrimary {
			top: 100px;
			z-index: 1;
		}
			#leftHandPrimary {
				left: 50%;
				margin-left: -3000px;
			}
			#rightHandPrimary {
				right: 50%;
				margin-right: -3000px;
			}

	
		#breadcrumbs .container { position: relative; z-index: 2;  }
	#primaryWrapContent .container { position: relative; z-index: 2; }






	#sliderWrap > .container {  position: relative; }
	
	#sliderWrap .metaslider li.flex-active-slide { z-index: 9 !important; }

	/****************************  END of SLIDER  *******************************/

		
	/*  *********************** CAROUSEL ************************/
		#caroWrap { 
			padding: 40px 0 60px;
			position: relative;	
			background: #efede8 url(images/482.gif) center center no-repeat;
			margin-bottom: 0;
			background-color: #efede8 !important; 					
		}
			#caroWrap > div { opacity: 0; } 

		#wrapCarousel { 
			height: 415px;
			position: relative;
			background: #f1f1f3 url(images/bg_divider.jpg) 0 bottom repeat-x;
		}
	
		#main div[id*="my_fredcarouselwidget"] > h2 {
			text-align: center;
			margin-bottom: 40px;
			color: #443f35;	
			font: 300 48px/55px "Roboto Slab", serif;
			text-transform: uppercase;			
		}

		.list_carousel {
		    margin: 0 auto 0;
		    overflow: hidden;
		    position: relative; 
		    height: 336px;
		}
		.caroufredsel_wrapper {
			margin: 0 auto !important;
			left: 0 !important;
			width: 100% !important;	
			height:316px;	
		}

	@media only screen and (min-width: 768px) {
		.caroufredsel_wrapper {  height: 350px !important;}
		.list_carousel { height: 350px !important; }
		.list_carousel { height: 336px !important\0/; }

		#caroWrap { height: auto !important; }
	}

	@media only screen and (min-width: 1201px) {
		.caroufredsel_wrapper {  height: 354px !important;}
		.list_carousel { height: 354px !important; }
		#caroWrap { height: auto !important; }
	}

		.list_carousel ul {
		    margin: 0;
		    padding: 0;
		    list-style: none;
		    display: block;
		    
		}
		.list_carousel li {		    
		    width: 220px;
		    display: block;
		    float: left;
		    text-align: center;  
		    position: relative;  
		    margin: 0 20px 0 0;
		    background: none;
		    padding: 2px 0 65px 0;
		    opacity: 1;
		    overflow: hidden;
		}
		@media only screen and (min-width: 768px) and (max-width: 1199px) {
			.list_carousel li {		    
		   		 width: 220px !important;
			}
		}
		@media only screen and (min-width: 768px) and (max-width: 979px) {
			.list_carousel li {		    
		   		 width: 221px !important;
			}
		}


		.list_carousel.responsive {
		    width: auto;
		    margin-left: 0;
		}
		.list_carousel .clearfix {
		    float: none;
		    clear: both;
		}

		.list_carousel .caroNav {

		}
		.caroNav a{
			display: block;
		    height: 28px;
		    position: absolute;
		    width: 18px;
		    bottom: 17px;
		    z-index: 999;
		    outline: none !important;
		}
			.caroNav a.prev { left: 50%; margin-left: -41px; }
			.caroNav a.next { right: 50%; margin-right: -41px; }

			.caroNav a span {
				height: 100%;
			    display: block;
			    width: 100%;
			    text-indent: -9999px;	
			    margin: 0;  
			    opacity: 1 !important;
			}
				.caroNav a.prev span { background: url("images/bg_caroNav.png") no-repeat 0 0; }
					.caroNav a.prev:hover span { background-position: 0 -31px; }
					
				.caroNav a.next span { background: url("images/bg_caroNav.png") no-repeat -39px 0; }
					.caroNav a.next:hover span { background-position: -39px -31px; }


			.caroNav a.prev.disabled, a.next.disabled { cursor: default; }


		#foo2 {
		    left: 20px;
		    margin: 0 2px;
		    position: relative;
		}
		.primary_content_wrap .list_carousel a img {
			background: #2e2e2e;
			padding: 0;
			margin: 0;
			width: auto;
			border: none;
		}
		
			.list_carousel .slidertitle a {
				color: #000;
			    font: 300 18px/22px 'Roboto Slab', serif;
			    text-decoration: none;
			    text-align: center; 
			    text-transform: none;	
			    display: block;
				padding: 0;			    		        		        
				width: auto;
				margin: 0 0 10px 0;
				padding: 0;
			}

		.list_carousel li .excerpt {
			color: #000;
			font: 300 12px/18px 'Roboto Slab', serif;							
			text-align: center;
			padding: 0;
		}

		.list_carousel li .details {
			display: inline-block;
			background: #cbc5b7;
			color: #fff;
			font: 300 16px/16px "Roboto Slab", serif;
			text-transform: none;
			text-decoration: none;
			padding: 10px 27px;
			border-top: 1px solid #ece7e5;
			margin-bottom: 0;
			text-align: center;
			-webkit-border-radius: 18px;
			-moz-border-radius: 18px;
			border-radius: 18px;
			float: none;			
		}
			.list_carousel li .details:hover { background: #7ab800; }

		.list_carousel li a.imgHolder { display: block; margin-bottom: 15px; }
			.list_carousel li img { width: 100%; }
		}


	/*  *********************** end of CAROUSEL ************************/


	/*  *************************  HOME CONTENT  ***************/

		#home-content {
		  background: none;
		  margin: 0 auto;
		  padding: 0;
		  position: relative;
		  /* width: 960px; */
		}

		.block95perc { width: 95%; }
		
		#sloganArea { text-align: center; }	
			#sloganArea img { width: auto;  }
			#main #sloganArea h3 {
				color: #fff;
				font: bold 36px/40px "Roboto Slab", serif;
				text-transform: uppercase;
				padding: 0 15px;
				margin: 0 0 15px 0;
				text-align: center;				
			}
			#sloganArea p {
				font-weight: normal;
				color: #fff;
				padding: 0 15px;
				font-family: "Roboto", sans-serif;
			}	
			#sloganArea a { font-weight: normal; text-transform: none; background: #f5bb44; }
				#sloganArea div[id*="text"] .row > .span4 + .span4 a { background: #e98f3d;  } 
				#sloganArea div[id*="text"] .row > .span4 + .span4 + .span4 a { background: #63a158;  } 
				#sloganArea a:hover { background: #fff !important; color: #424242 !important; font-weight: normal; }

			#sloganArea div[id*="text"] { margin-bottom: 40px; }
			#sloganArea div[id*="text"] .row > .span4 {
				padding: 65px 0 75px; 
				background: #f6a80a url(images/bg_slogan1.jpg) center 0 no-repeat;
				position: relative;				
			}	
				#sloganArea div[id*="text"] .row > .span4 + .span4 {
					background: #e3730c url(images/bg_slogan2.jpg) center 0 no-repeat;
				}
				#sloganArea div[id*="text"] .row > .span4 + .span4 + .span4 {
					background: #3c8a2e url(images/bg_slogan3.jpg) center 0 no-repeat;
				}

				#sloganArea div[id*="text"] .row > .span4:after {
					position: absolute;
					bottom: 0;
					position: absolute;
					content: '';
					width: 0px;
					height: 0px;
					border-style: solid;
					border-width: 0 150px 45px 150px;
					border-color: transparent transparent #ffffff transparent;
					line-height: 0px;
					_border-color: #000000 #000000 #ffffff #000000;
					_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
					left: 0;
				}
	
		/*  **************************************************/	

		.recent-posts.newsList li { margin-top: 25px; }
			.recent-posts.newsList li:first-child { margin-top: 0; }

		.recent-posts.newsList .meta {
			display: inline-block;
			background: #a9c5d9 url(images/bg_date.png) 10px center no-repeat;
			font: 12px/30px 'proxima_nova_rgbold';
			text-transform: uppercase;
			padding: 0 15px 0 35px;
			margin: 0 0 15px 0;
			color: #fff;
		}

		.recent-posts.newsList h5 a {
			color: #1a1d21;
			font: bold 13px/18px Arial;
			text-decoration: none;
			display: block;
			margin-bottom: 15px;
		}
			.recent-posts.newsList h5 a:hover { text-decoration: underline; }

		.recent-posts.newsList .excerpt {

		}

		.recentPostWrapInner { display: table; }

		.recent-posts.testiList .excerpt {
			color: #1a1d21;
			font: italic 12px/20px Arial;
			margin-top: 10px;	
		}
		.recent-posts.testiList h5 a {
			color: #fff;
			font: 12px/32px 'Oswald', sans-serif;
			padding: 0 10px;
			margin-top: 0;
			background: #659dc4; /* Old browsers */
			/* IE9 SVG, needs conditional override of 'filter' to 'none' */
			background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY1OWRjNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MTY1N2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
			background: -moz-linear-gradient(top,  #659dc4 0%, #41657e 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#659dc4), color-stop(100%,#41657e)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #659dc4 0%,#41657e 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #659dc4 0%,#41657e 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #659dc4 0%,#41657e 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #659dc4 0%,#41657e 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#659dc4', endColorstr='#41657e',GradientType=0 ); /* IE6-8 */

			text-decoration: none;	
			display: inline-block;
			width: auto;
			height: auto;
			text-transform: uppercase;	
			text-align: center;
			margin: 0 0 0 0;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			position: relative;	

			-webkit-box-shadow: 0 2px 3px #cdcdcf;
			 -moz-box-shadow: 0 2px 3px #cdcdcf;
			 box-shadow: 0 2px 3px #cdcdcf; 		
		}
			.recent-posts.testiList h5 a:hover {
				background: #f66800; /* Old browsers */
				/* IE9 SVG, needs conditional override of 'filter' to 'none' */
				background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2NjgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4YTNjMDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
				background: -moz-linear-gradient(top,  #f66800 0%, #8a3c03 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f66800), color-stop(100%,#8a3c03)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #f66800 0%,#8a3c03 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #f66800 0%,#8a3c03 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #f66800 0%,#8a3c03 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #f66800 0%,#8a3c03 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f66800', endColorstr='#8a3c03',GradientType=0 ); /* IE6-8 */
				text-decoration: none;
				color: #fff;
			}

		.recent-posts.testiList h5 a:before {
		    content:'';
		    position: absolute;
		    top: 4px;
		    height: 0;
		    width: 0;
		  -webkit-box-sizing: border-box;
		     -moz-box-sizing: border-box;
		      -ms-box-sizing: border-box;
		          box-sizing: border-box;
		          
			left: -10px;
			border-top: 15px solid #5A8CAF;
			border-left: 10px solid transparent;
		}


	/*  *************************  END OF HOME CONTENT  ***************/


	/*  *************************  SUBPAGE CONTENT  ***************/
		.wrap_content { padding-bottom: 20px; }

		#primaryWrapContent { padding: 0 0 70px; margin-top: 0; background: #fefefe url("images/bg_colorLine.jpg") repeat-x center bottom; }
		.home #primaryWrapContent { padding: 0 0 70px; margin-top: 0; background: #efede8 url("images/bg_colorLine.jpg") repeat-x center bottom; }

			.error404 #primaryWrapContent { padding-top: 0; }	

		#sidebar { padding: 5px 0 0 0; }
			#sidebarLeft { padding: 5px 0 0 0; }

		#sidebarLeft ul {
			margin: 0;
			padding: 0;
		}

	.latestpost time {  font-weight: bold; text-transform: uppercase; }		
		.latestpost .excerpt a { color: #283950; }		

	#sidebarLeft .widget, #sidebarRight .widget {
		margin-top: 10px;
		clear: both;
		overflow: hidden;
	}		
	#sidebarLeft .widget:first-child, #sidebarRight .widget:first-child { margin-top: 0; }		


		#content article {
		  padding-top: 40px;
		}
			.single-post #content article, 
			.single #content article { 
				padding-top: 0;
			}

			#content article.first { margin-top: 0 !important; padding-top: 0 !important; }

			.search-results #content article{ 
				padding-top: 10px;
			}

			.blog #content article { padding-top: 0; margin-top: 0; }

	/*  **************************************************/

	.wrap_content table {   width: 100%; }	
	.wrap_content table th {
		text-transform: uppercase;
		text-align: left;
		border: 1px solid #3B3B3B;
   		padding: 5px;
	}
	.wrap_content table td {
		border: 1px solid #3B3B3B;
   		padding: 5px;
	}

	/*  **************************************************/
		
	.wrap_content blockquote {
		border: none;
		background: #eaeaea url(images/bg_blockquote.png) 0 0 no-repeat;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		padding: 25px 33px;
		margin: 15px 0; 
		color: #2e3030;
		font: italic 12px/18px 'Roboto Slab', serif;
	}
		.wrap_content blockquote strong {
			text-transform: uppercase;
			font-size: 14px;
			display: block;
			position: relative;
			margin-top: 15px;			
		}
			.wrap_content blockquote strong:before {
				content:'-';position: absolute;
				left: -10px;
			}

	/*  ********************** SIDEBAR *************************/

			
		#sidebar > div { margin-bottom: 30px; }	
				
		#sidebar ul { margin: 0; padding: 0; }
			

	/*  ********************** END OF SIDEBAR *************************/

			ul li {
				list-style-type: none;
    			display: block;
			    font: 12px/20px 'Roboto';
			    margin: 0;
			    text-align: left;
			    text-transform: inherit;
				text-decoration: none;
			}


	/*  ************************ SECOND SIDEBAR  *********************/

		#sidebarLeft li , #sidebarBlog li, #sidebarRight li {
			margin-bottom: 20px;
		}
		#sidebarLeft li a, #sidebarBlog li a, #sidebarRight li a {
			background: url("images/bg_ul_arrow-list_Li.png") no-repeat 0 6px;
		    color: #484848;
		    display: table;
		    font: 16px/22px "Roboto Slab",serif;
		    padding: 0 0 0 28px;
		    text-decoration: none;
		}
			#sidebarLeft li a:hover, #sidebarBlog li a:hover, #sidebarRight li a:hover { 
				text-decoration: underline;
			}

			#sidebarLeft li.recent-post-item a,
			#sidebarBlog li.recent-post-item a,
			#sidebarRight li.recent-post-item a {
				background: none;
				padding-left: 0;
			}
				#sidebarLeft li.recent-post-item a.more-link,
				#sidebarBlog li.recent-post-item a.more-link,
				#sidebarRight li.recent-post-item a.more-link {
					color: #7ab800;
					font-weight: 300;
					font-size: 16px;
					line-height: 26px;
					padding-right: 15px;
					display: inline-block;
					background: url(images/bg_moreLink.png) right center no-repeat;
				}


		.check-list li,
		#sidebarBlog .check-list li,
		#sidebarLeft .check-list li,
		#sidebarRight .check-list li {
			margin: 23px 0 0;
			background: url(images/bg_checkList.png) 0 9px no-repeat;
			padding: 0 0 0 45px;
			color: #484848;
			font: 22px/30px 'Roboto Slab', serif;
			text-transform: none;			
		}	
			.check-list li a,
			#sidebarBlog .check-list li a,
			#sidebarLeft .check-list li a,
			#sidebarRight .check-list li a {
				color: #484848;
				font: 16px/20px 'Roboto Slab', serif;
				text-decoration: none !important;
				text-transform: uppercase;
				padding: 0 !important;
				margin: 0 !important;			
			} 
				.check-list li a:hover,
				#sidebarBlog .check-list li a:hover,
				#sidebarLeft .check-list li a:hover,
				#sidebarRight .check-list li a:hover { color: #009999; }

			.check-list li:first-child,
			#sidebarBlog .check-list li:first-child,
			#sidebarLeft .check-list li:first-child,
			#sidebarRight .check-list li:first-child { margin-top: 0; }

			.wrap_content .check-list li, .wrap_content .check-list li a {
				font-size: 14px;
				line-height: 24px;
			}

	


		#sidebarRight > div {
			/* border-top: 1px solid #eaeaea; */
			padding-top: 25px;
		}
			#sidebarRight > div:first-child { border-top: none; padding-top: 0; } 

		.recent-post-item a.post-title {
			text-transform: uppercase;
			text-decoration: none;
			color: #a34f32;
			font: 300 16px/18px 'Roboto Slab', serif;
			padding: 0;
			margin: 0 0 25px 0;
			display: none !important;			
		}
			.recent-post-item a.post-title:hover { color: #009999; }

		.recent-post-item {
			position: relative;
			padding-left: 0;
			margin-top: 30px;
			min-height: 70px;
		}	

		ul .recent-post-item:first-child { margin-top: 0; }	
		.recent-post-item .post-date {
			color: #a34f32;
			font: 300 16px/20px 'Roboto Slab', serif;
			padding: 0;	
			margin: 0 0 15px 0;
		}		
			

	.palaroidBox {
		color: #000;
	    display: block;
	    font: 12px/18px 'Roboto',sans-serif;
	    letter-spacing: 0;
	    margin: 0 0 20px 0;
	    padding: 0;
	    text-transform: uppercase;
	}
		.palaroidBox  img { border: 1px solid #EAEAEA; width: auto !important; }
		.palaroidBox p {
			color: #666666;
    		font: 12px/20px "Roboto",sans-serif;
    		text-transform: lowercase;
    		border-top: 1px solid #EAEAEA;
    		margin: 5px 0 0 0;
    		padding: 5px 0 0 0;
		}


	/*  **************************************************/

		.wrap_content iframe{
		    width: 100%;
		    height: 400px;
		    background: #0A2242;
		}

		.partnersBoxes a {
			float: left;
			border: 1px solid #EFEDE8;
			margin: 0 0 20px 20px;
		}
			.partnersBoxes a img {
				margin: 0 !important;
				padding: 0 !important;
			}


/*  **************************************************/



/* Comments
---------------------------------------- */
h3#comments {
  color: #323440;
  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 repeat scroll 0 0 #FFFFFF;
	  border: 1px solid #EAEAEA;
	  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: #333;
   }
  .comment-text {

  }
	
	/* 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;
} 
  .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;
		color: #443f35;
	}


.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; }


/* Featured thumbnail */

.featured-thumbnail {
  float: left;
  margin: 0 15px 10px 0;
  position: relative;
  display: block;  
}
	.page-template-page-ecomarket_withRightSidebar-php .boxList li .featured-thumbnail {
		margin: 0 0 10px 0;	
	}

	.featured-thumbnail img {
	  float: left;
	  height: auto;
	  margin: 0;
	  width: auto;
	}

		article.post-holder .featured-thumbnail {
			float: none;
			text-align: center;	
			margin: 0 0 20px;
		}
		.gridLayout article.post-holder .featured-thumbnail { margin: 0 0 7px; padding: 0 4px;} 
	
		article.post-holder .featured-thumbnail img {
			width: 250px;
			float: none;			
		}
		#primaryWrapContent .featured-thumbnail img { width: 100%; max-width: 100% }
		#primaryWrapContent .category-features .featured-thumbnail img { width: auto; max-width: 100% }


.wrapMeta {
	border: 1px solid #eaeaea;
	padding: 18px 60px 18px 22px;
	position: relative;	  
	margin: 25px 0 0 0;
}
	.gridLayout .wrapMeta {
		border-left: none;
		border-right: none;
		border-bottom: none;
		padding: 10px 35px 10px 10px;
	}
	.single-post .wrapMeta { margin: 20px 0; }
	.single-post .wrapMeta a.button { display: none; }

	
	.wrapMeta a.button {
		background: #fff url(images/bg_details.png) center center no-repeat;
		width: 25px;
		height: 100%;
		border-left: 1px solid #eaeaea;
		border-bottom: 1px solid #eaeaea;
		text-indent: -9999px;
		padding: 0;
		margin: 0;
		position: absolute;
		right: 0;
		top: -1px;	
		display: block;	
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;	
		-webkit-transition: none;
					-moz-transition: none;
					-ms-transition: none;
					-o-transition: none;
					transition: none;			
	}
		article.post-holder .wrapMeta a.button:hover {
			background: url(images/bg_details_hover.png) no-repeat center center;
		}
	
	div[id*="categories"] li.cat-item-3 { display: none; }


	#primaryWrapContent .featured-thumbnail.single-gallery-item img {
	  width: 99%;
	   border: 1px solid #EAEAEA;
	}	
/* 		.search-results #primaryWrapContent  article.post-holder .featured-thumbnail img {
	width: 240px;
} */
		.search-results #primaryWrapContent  article.post-holder .gallery_post img {
			width: 100%;
			height: auto;
		}


	
	/* 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 15px 0 !important;
 /*  width: 40% !important; */
}

.alignright {
	float: right;
	  height: auto;
	  margin: 0 0 15px 25px !important;
	  /* width: 40% !important; */
}

.aligncenter {
	text-align: center;
	width: 97%;
	height: auto;
	margin-bottom: 15px;
}
	
.alignnone {
	width: 97%;
	height: 150px;
	margin-bottom: 15px;
	display: block;	
}

/* .wrap_content .row > .span4 { margin-bottom: 25px; } */



article .post-content img {
	max-width:710px;
	}

.frame {
	padding:7px;
	background:#fff;
	border:1px solid #dbdbdb;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
	}
.frame img.alignleft,
.frame img.alignright{
	margin:0;
	padding:0;
	border:none;
	}

	
/* 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;
			}

/* Page Navigaton */	


.pagenavi {
	position: relative;
	width: 100%;
	overflow: hidden;
	clear: both;
	padding: 30px 0;
}
	.search-results .pagenavi {
		padding: 60px 0 30px;
	}

	.pagenavi span.pages {
		display: none;
	}
 
	.pagenavi span, .pagenavi a, .pagenavi .next, .pagenavi .last, .pagenavi .prev, .pagenavi .first {
		 background: none repeat scroll 0 0 #443F35;
	    border: 1px solid #443F35;
	    color: #FFFFFF;
	  cursor: pointer;
	  float: left;
	  font: 14px/40px 'Roboto';
	  height: 40px;
	  margin: 0 3px;
	  min-width: 40px;
	  padding: 0;
	  text-align: center;
	  text-decoration: none;
	}
		.pagenavi span:hover, .pagenavi a:hover {
			background: #74BA0B;
			border: 1px solid #74BA0B;
			color:#fff;
			text-decoration: none;			
		}
	.pagenavi .current {
	  background: none repeat scroll 0 0 #60A300;
	  border: 1px solid #60A300;
	  color: #FFFFFF;
	}


/*  **************************************************/
/* Older and newer navigation */
nav.oldernewer {
	width:100%;
	overflow:hidden;
	margin-bottom:1.5em;
}
	.older {
		float:left;
	}
	.newer {
		float:right;
	}

.single-oldernewer {
	font-size:11px;
	border-top: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	padding:.5em 0;
	margin:1em 0 0 0;
	}	

	
/* Gallery post format */
.gallery_post {
	list-style-type:none;
	padding:0;
	margin:0 0 1em 0;
	width:100%;
	overflow:hidden;
	height: 362px !important;
	border: 1px solid #EAEAEA;
	}
	.gallery_post .g_item {
		overflow:hidden;
		display:none;
		width: 615px !important;
		background: none;
		height: 100% !important;
		}


		.search .gallery_post {
		  height: 120px !important;
		}
			.search .gallery_post .g_item {
				width: 240px !important;
			}



	.gallery_post .g_item:first-child {
		display:block;
		}
		.gallery_post .g_item .featured-thumbnail {
			float:none;
			margin:0;
			}
			.gallery_post .g_item .featured-thumbnail img {
				float:none;
				}

#primaryWrapContent .g_item > img {  width: 614px; }

.g_pagination {
	text-align:left;
	display: block;
	
	}
	.g_pagination ul {
		list-style-type:none;
		margin:0;
		padding:.5em 0;
		overflow:hidden;
		}
		.g_pagination ul li {
			background: none;
			padding:0 5px 0 0;
			display:inline;
			margin:0;
			}
			.g_pagination ul li a {
				display:inline-block;
				text-decoration:none;
				width:10px;
				height:10px;
			  background: #443F35; /* Old browsers */
				font-size:0;
				line-height:0;
				border-radius:5px;
				vertical-align:top;
				}
			.g_pagination li.activeSlide a {
				background: #B9C815; /* Old browsers */
				color: #fff;
			}

			.g_pagination li a:hover {
				background: #B9C815; /* Old browsers */
			}

.g_controls {
	float:right;
	}
	.g_controls a {
		display:inline-block;
		background: #443F35; /* Old browsers */
		color: #fff;

		vertical-align:top;
		font-size:11px;
		text-decoration:none;
		border-radius:4px;
		font-family:"Times New Roman", Times, serif;
		}
		.g_controls a span {
			display:inline-block;
			padding:2px 6px 4px 6px;
			}
	.g_controls a:hover {
		background: #B9C815; /* Old browsers */
	}


	/*  **************************************************/	

.single-post .category-features .featured-thumbnail { display: none; }	

/* 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 { color: #484848; }

	#recent-author-comments > h3, 
	#recent-author-comments > ul li,
	#recent-author-comments > ul li a {
	  list-style-type: none;
	}

	#recent-author-comments > ul li a {
		color: #A34F32;
	}
		#recent-author-comments > ul li a {
		  text-decoration: underline;
		}
			#recent-author-comments > ul li a:hover {
			  text-decoration: none;
			  background: none;
			}

.author-info {
	width:100%;
	overflow:hidden;
	margin-bottom:0;
	padding-bottom:0;
}
	.author-info .avatar {
		margin: 15px 20px 0 0;
		}
		.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;
	}

/*  **************************************************/

/* 404
---------------------------------------- */

#error404 {
	padding: 0;
	text-align: center;
}

	#error404 h1 {
		margin: 0 0 15px 0;
		background: none;
		text-align: center;	
		line-height: 0;	
		border: none;		
	}

	#error404 h2 {
		margin: 0 0 20px 0;
		background: none;
		text-align: center;		
	}
	
	#error404 h6 {
	  color: #D4414B;
	  font-size: 14px;
	  margin: 0 0 30px;
	  line-height: 25px;
	}
	#error404 h2 {
		border-bottom: none;
		margin-top: 40px;
	}
	#error404 #searchform {
		margin: 0 auto;
		width: 400px;
		float: none;
		
	}

.error404-num {
	font-size:250px;
	line-height:1.2em;
	color: #D4414B;
}


/* Portfolio
---------------------------------------- */
.latestwork {
	width:100%;
	overflow:hidden;
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.latestwork li {
		float:left;
		margin-right:20px;
		}


/* Gallery */

.header-title {
	margin: 0 0 30px 0;
}
	
	.header-title .page-desc {
		font-size:.91em;
		color:#999;
	}


.pp_gallery ul a {
  height: 32px;
}
	.pp_gallery ul a img {
	  height: 100%;
	  width: 50px;
	}

/* Default  */
#gallery {
	
	}
	#gallery .portfolio {
		width:100%;
		overflow:hidden;
		list-style-type:none;
		padding:0;
		margin:0;
		}
		#gallery .portfolio li {
			list-style-type:none;
			display:-moz-inline-box;
			display:inline-block;
			zoom:1;
			vertical-align:top; 
			width:310px;
			margin:0 6px 30px 0;
			position:relative;
			background:none;
			padding:0;
			}
			
				#gallery .portfolio li h6 {
					font-size: 14px;
					margin-bottom: 0;
					margin-top: 0;
				}
					#gallery .portfolio li h6 a {
						text-decoration: none;
						color: #1A1D21;
					    font: 18px/20px 'Roboto Slab', serif;
					    letter-spacing: 0;
					    margin: 0 0 10px;
					    padding: 0;
					    text-transform: capitalize;
					    display: block;
					}
				
					#gallery .portfolio li h6 a:hover {
						text-decoration: underline;
					}


		* + html #gallery .portfolio li {
			display:inline;
			}
		#gallery .portfolio li.nomargin {
			margin-right:0 !important;
			}
			#gallery .portfolio li span.image-border {
				display:block;
				height:206px;
				width:298px;
				position:relative;

			}
			#gallery .portfolio li a.image-wrap {
				display:block;
				overflow:hidden;
				height:206px;
				position:relative;
				/* background:#f5f5f5 url(images/loading-folio.gif) 50% 50% no-repeat; */
				-webkit-transition: all .2s ease-in-out;
				-moz-transition: all .2s ease-in-out;
				-o-transition: all .2s ease-in-out;
				border: 1px solid #EAEAEA;
			}
			#gallery .portfolio li a.image-wrap:hover {
				
				}
				#gallery .portfolio li a.image-wrap img {

					float:left;
					width: 95.5%;
					height: auto;
					}
			
			#gallery .portfolio .folio-desc {
				margin-bottom:0;
				padding:15px 0 0 0;
				font-family: 'Arial';
				color: #3B3B3B;
				}
			#gallery .portfolio p.excerpt {
				display: inline;
				margin: 0;
				padding: 0;
				font-family: 'Arial';
			}
			
			.zoom-icon {
			  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
			  bottom: 0;
			  cursor: pointer;
			  display: block;
			  height: 100%;
			  left: 0;
			  opacity: 0;
			  position: absolute;
			  right: 0;
			  top: 0;
			  transition: all 0.2s ease-in-out 0s;
			  width: 100%;
			}
			.blog .zoom-icon, .archive .zoom-icon, .single .zoom-icon, .search .zoom-icon {
			  height: 304px;
			  width: 615px;
			}
			.no-rgba .zoom-icon {
				background:url(images/black-opacity-60.png);
				visibility:hidden;
				}
			.zoom-icon:before {
			  background: url(images/magnify-alt.png) no-repeat 50% 50%;
			  content: "";
			  display: block;
			  height: 40px;
			  left: 48%;
			  margin: -13px 0 0 -12px;
			  position: absolute;
			  top: 50%;
			  width: 40px;
			}
				#gallery.four_columns .zoom-icon:before {
				  left: 48%;
				  top: 46%;
				}

			.image-wrap:hover .zoom-icon {
				opacity:1;
				}
			.no-rgba .image-wrap:hover .zoom-icon {
				visibility:visible;
				}
			.single-portfolio .zoom-icon {
			  height: 100%;
			  width: 100%;
			}
				.single-portfolio .zoom-icon:before {
				  left: 45%;
				  top: 44%;
				}
			.single.single-portfolio .grid_gallery_inner .featured-thumbnail {
			  width: 100%;
			}

/* 1 column portfolio*/
#gallery.one_column .portfolio li {
	width:100%;
	margin-right:0;
	margin-left:0;
	}
	#gallery.one_column .portfolio li span.image-border {
	  float: left;
	  height: 268px;
	  width: 529px;
	  position: relative;
	  background: url(images/loading-folio.gif) 50% 50% no-repeat;
	}
	#gallery.one_column .portfolio li a.image-wrap {
	  height: 265px;
	  width: 529px;
	}
		#gallery.one_column .portfolio li a.image-wrap img {
		  float: left;
		  height: 100%;
		  width: 100%;
		}
		#gallery.one_column .folio-desc {
		  float: left;
		  margin: 0 0 0 20px;
		  overflow: hidden;
		  width: 36%;
		  padding: 0;
		}
		#gallery.one_column .zoom-icon {
		  height: 100%;
		  width: 100%;
		}

/* 2 columns portfolio*/
#gallery.two_columns .portfolio li {
	width: 47%;
	margin-right: 5.3%;
	}
	#gallery.two_columns .portfolio li span.image-border {
		width: 100%;
		height: 100%;
		background: url(images/loading-folio.gif) 50% 50% no-repeat;
		}
		#gallery.two_columns .portfolio li a.image-wrap {
			width: 100%;
			height: 100%;
			min-height: 200px;
			}
			#gallery.two_columns .portfolio li a.image-wrap img {
			  float: left;
			  height: 227px;
			  width: 100%;
			  margin-bottom: 0;
			}
			#gallery.two_columns .portfolio li a.image-wrap .zoom-icon {
			  	height: 100%;
    			width: 100%;
			}

/* 3 columns portfolio*/
#gallery.three_columns .portfolio li {
	width: 31%;
	margin-right: 3%;
}
	#gallery.three_columns .portfolio li span.image-border {
	  height: 100%;
	  width: 100%;
	  background: url(images/loading-folio.gif) 50% 50% no-repeat;
	}
		#gallery.three_columns .portfolio li a.image-wrap {
		  height: 100%;
		  width: 100%;
		  min-height: 130px;	
		}
			#gallery.three_columns .portfolio li a.image-wrap img {
			  margin-bottom: 0;
			  height: 145px;
			  width: 100%;
			}
			#gallery.three_columns .portfolio li a.image-wrap .zoom-icon {
			  height: 100%;
    			width: 100%;
			}



/* 4 columns portfolio*/
#gallery.four_columns .portfolio li {
	width: 23%;
	margin-right: 2.2%;
}
	#gallery.four_columns .portfolio li span.image-border {
		height: 100%;
    	width: 100%;
    	position: relative;
		background: url(images/loading-folio.gif) 50% 50% no-repeat;
	}
	#gallery.four_columns .portfolio li a.image-wrap {
		height: 100%;
    	width: 99.5%;
    	min-height: 100px;	
	}
	#gallery.four_columns .portfolio li a.image-wrap img {
		width: 100%;
		height: 120px;
		margin-bottom: 0;
	}
	#gallery.four_columns .zoom-icon {
	  height: 100%;
    	width: 100%;
	}	
/* Single Portfolio Page
---------------------------------------- */		
.entry-meta {
	
	}

.single-portfolio .two_third  > img {
	width: 100%;
	border: 1px solid #EAEAEA;
}

	.single-portfolio .page-header { margin-bottom: 30px; padding-bottom: 0; margin-top: 0;	border-bottom: none; }

ul.portfolio-meta-list {
	border:none;
	margin:0 0 10px 0 !important;
	border-top:1px solid #E8E8E8;
	border-bottom:1px solid #E8E8E8;
	padding:1em 0;
	}
	ul.portfolio-meta-list li {
		list-style-type:none;
		padding:0;
		margin:.5em 0 0 0;
		border:none;
		background:none;
		text-transform:none;

		}
	ul.portfolio-meta-list li:first-child {
		margin-top:0;
		}
		ul.portfolio-meta-list li strong {

		  display: inline;
		  padding-right: 0.3em;
		}

/* Single Image */
.image-holder {
	position:relative;
	}
	.image-holder img {
		max-width:100%;
		}

/* 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.png) 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.png) 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: 490px !important;
}
.testimonials div.testi_item {
	padding: 0;
	margin: 0 0 2em 0;
	background: none;
	overflow:hidden;
	color: #3b3d4a;
	font: italic 14px/20px 'Roboto';
	/* width: 490px !important; */
	min-height: 200px !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.png) 0 0 no-repeat;
}
.testimonials div.testi_item blockquote a {
  text-decoration: none;
  color: #4e4e4e;
  display: block;
  font-style: normal;
  position: relative;
}
.testimonials div.testi_item blockquote a:hover {
  color: #ffffff;
}
.testimonials div.testi_item .featured-thumbnail {
	position:relative;
	z-index:2;
	margin:0 20px 0 10px;
	}
.name-testi {
  padding: 5px 0 0 0;
  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 {
	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;
			}

/*  **************************************************/

/* 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 {
	border:1px solid #595248;
	padding:30px 30px 30px 235px;
	width:auto;
	background:url(images/quotes.png) no-repeat 170px 20px;
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	line-height:1.5em;
	font-weight:normal;
	margin-bottom:35px;
	}
	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:#a09c94;
		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;
			}

/*  **************************************************/


/* 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.gif) 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.gif) 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;
	}


.entry-header {
	width: 100%;
	overflow: hidden;
	margin: 0 0 11px 0;
	position: relative;
}

	.entry-header b {
	  background: url(images/icon_comments.png) no-repeat 0 0;
	  //float: right;
	  font-size: 12px;
	  font-weight: normal;
	  line-height: 18px;
	  padding: 0 0 0 27px;
	  position: relative;
	  text-transform: lowercase;
	  //position: absolute;
	  right: 2px;
	  bottom: 0;
	}
		.single .entry-header b {
			margin: 79px 0 0;
		}
		.entry-header b a {
			text-decoration: none;
			/* color: #D4414B; */
			font-weight: bold;
			font-size: 14px;
		}
		
			.entry-header b a:hover {
				text-decoration: underline;
			}
	
	.entry-header h2.entry-title{
		background: none;
		margin-bottom: 15px!important;
		line-height: 8px !important;
	}		

.archive .post-content .excerpt p + a { display: none; } 

.post-meta {
	color: #adadac;
	font: 13px/14px 'Roboto Slab', serif;
	text-transform: none;
	display: inline;	
}
	/* .single-post .post-holder .post-meta { margin-top: 30px; } */

	.post-meta a, .post-meta time, .wrapMeta b a {
		text-decoration: none;
		color: #545454;
		font: 13px/14px 'Roboto Slab', serif;
		text-transform: none;
 	}
		.post-meta a:hover, .wrapMeta b a:hover {
			text-decoration: underline;
			color: #A34F32;
		}

	#main .author-info + h3 { color: #484848; margin-top: 20px; }	

	.post-meta a[rel*="category"] { color: #545454; }
		.post-meta a[rel*="category"]:hover { color: #A34F32; }


	.wrapMeta b { font-weight: normal; display: inline; }



	.single-testi #content article.testimonial {
	  border: 1px solid #EAEAEA;
	  margin-top: 0;
	  padding: 10px 10px 30px 150px;
	}
		.single-testi .post-content {
		  padding-left: 0px;
		}
			.single-testi article.testimonial .featured-thumbnail {
			  left: 10px;
			  top: 10px;
			}
		.single-testi article.testimonial .name-testi .user {
		  color: #3B3B3B;
		  font-weight: bold;
		}
		.single-testi article.testimonial .name-testi .info {
		  color: #3B3B3B;
		}	


		/* .blog #content article.post-holder .featured-thumbnail a,
		.author  #content article.post-holder .featured-thumbnail a {
		  max-width: 300px !important;
		  width: auto !important;
		}
		 */
			.blog #content article.post-holder .gallery_post,
			.author  #content article.post-holder .gallery_post,
			.archive  #content article.post-holder .gallery_post {
			  height: 150px !important;
			  width: 300px !important;
			}
			.blog #content article.post-holder .gallery_post .g_item,
			.author  #content article.post-holder .gallery_post .g_item,
			.archive  #content article.post-holder .gallery_post .g_item {
			  width: 300px !important;
			  height: 150px !important;
			}
			.blog #content article.post-holder .gallery_post .g_item .featured-thumbnail img,
			.author  #content article.post-holder .gallery_post .g_item .featured-thumbnail img,
			.archive  #content article.post-holder .gallery_post .g_item .featured-thumbnail img {
			  width: 300px !important;
			  height: auto !important;
			}


			article.post-holder .g_pagination + .entry-content {
			  float: right;
			  width: 359px;
			  margin-top: -168px;
			}
			.search article.post-holder .g_pagination + .entry-content {
			  float: right;
			  margin-top: -138px;
			  width: 419px;
			}


article.post-holder .post-content .excerpt p + a { display: none; }


/*  **************************************************/

#blockNiceHolder, #content, #recent-author-posts { position: relative;   }

	.archive.category #content.gridLayout { padding-bottom: 90px; }
		.archive.category #content.gridLayout .pagenavi { bottom: 0; position: absolute; display: none; }


		#blockNiceHolder > article.post-holder,
		#content > article.post-holder,
		#recent-author-posts > article.post-holder {
			margin: 0;
			/* float: left; */			

		}
		
		.gridLayout #blockNiceHolder > article.post-holder,
		#content.gridLayout > article.post-holder,
		.gridLayout #recent-author-posts > article.post-holder {
			margin: 0 0 20px 0;
			float: left;	
			border: 1px solid #eaeaea;		
			width: 218px;
			width: 30%;
			padding: 4px 0 0 0;
		}

			.gridLayout #blockNiceHolder article.post-holder.noMargLeft { margin-left: 0; }

			.grid-sizer { width: 33%; }


	#content .featured-thumbnail > a {
  display: block;
  max-height: 400px;
  overflow: hidden;
}



	.allLInk { 
		display: block; width: 100%;height: 100%;
		color: #3B3B3B;
		text-decoration: none !important;
		font-family: 'Roboto';
	 }
	

	.post-content .excerpt { margin: 0; padding-bottom: 0; 
		font: 12px/18px 'Roboto' sans-serif;
		color: #666666;
	}
		.gridLayout .post-content .excerpt { padding: 0 10px; margin-bottom: 15px; }

			.gridLayout #main .entry-header h2,
			#main .gridLayout .entry-header h2 { padding: 0 10px !important; margin: 5px 0 0 0 !important; }

	
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 'Roboto Slab', 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.png) 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; }


/*  **************************************************/
	
	.list.numeric_list { margin: 0; padding: 0; }
		.list.numeric_list li {
			padding-left: 28px;
			position: relative;
			margin-bottom: 20px;
		}
			.list.numeric_list li span {
				color: #C0151F;
				font: 900 36px/36px 'Roboto Slab', serif;
				text-transform: uppercase;
				display: block;
				position: absolute;
				top: 0;
				left: 0;																
			}
		.list.numeric_list .numeric_ItemCaption {
			color: #2e3030;
			font: 16px/18px 'Roboto Slab', serif;
			text-transform: uppercase;
			padding: 0;
			margin: 0 0 5px 0;		
		}


/* ===========================  Footer ==================== */


#footer {
  min-height: 90px;
  height: auto;
  padding: 35px 0 0;
  position: relative;
  z-index: 999;
  width: 100%;
  margin: 0;
  background: #443f35;
  color: #3a3a3a;
  font: 300 14px/26px "Roboto Slab", serif;
}

#footer .site-name img {
	width: auto;
	margin-top: 0;
}
	#footer-text {
	  color: #B7AFAC;
	  font: 300 14px/18px 'Roboto Slab',serif;
	  margin: 0;
	  padding: 0;
	}
		#footer-text a {
			color: #fff;
			font: 300 14px/18px 'Roboto Slab', serif;
			padding: 0;
			margin: 0;
			text-decoration: underline;			
		}
			#footer-text a:hover { text-decoration: none; }


	#footer  ul.social-networks {
	  margin: 0;
	  padding: 0;
	}


	#footer h2 {
	  color: #d4d2cb;
	  font: 300 24px/28px 'Roboto Slab',serif;
	  margin: 0 0 22px;
	  padding: 0;
	  text-transform: capitalize;
	}

	/*************/

	#bottomFooter { font: 12px; line-height: 18px; height: 50px; background: #36322a; padding-top: 25px; margin-top: 30px; }
	#bottomFooter .copyrights {
		color: #94918b;
	}
	#bottomFooter .copyrights { float: right; } 
	#bottomFooter a.site-name { float: left; }

	#footer div[id*="text"] ul li {
		background: url(images/bg_footerLi.png) 0 center no-repeat;
		margin-bottom: 5px;
		padding: 0 0 0 25px;
	} 
		#footer ul li a {
			font-size: 12px;
			line-height: 16px;
			font-weight: normal;
			text-decoration: none;
			text-transform: capitalize;
			margin: 0;
			padding: 0;	
			color: #cbc5b7;
		}
			#footer ul li a:hover {  text-decoration: underline; }

	.ribbonBlock {
	  background: #60a300;
	  padding: 33px 33px 70px 33px;
	  position: relative;
	  width: 210px;
	  float: right;	
	  top: -35px;  
	}	
		.ribbonBlock:after {
			border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #443f35;
			border-style: solid;
			border-width: 0 138px 30px;
			bottom: 0;
			content: "";
			height: 0;
			left: 0;
			line-height: 0;
			position: absolute;
			width: 0;
			visibility: visible !important;
		}

		.ribbonBlock p  {
			font-size: 14px;
			line-height: 24px;
			padding: 0;
			margin: 0;
			color: #fff;
			float: right;
			width: 72%;			
			font-weight: normal;			
		}
			.ribbonBlock p.cap { color: #daffa5; font-size: 12px; float: left; width: 28%; }	

	#footer ul.social-networks li {
		width: 50%;
		margin: 0 0 27px 0;
	}
		#footer ul.social-networks li img { margin-right: 10px; }

/* **************************************************/

	a#logo img {
		width: auto;
		}

	#footer a#logo img {
	  width: auto;
	  position: absolute;
	}	

/*  **************************************************/



/*  ******************************** END OF FOOTER  ****************/	



/* 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.png) 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.png) 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.png) 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: 'Roboto Slab', serif;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	color: #fff;
}

.widget-area {
	
}

.hr {
	height:1px;
	/* background:#eee; */
	border-bottom: 1px solid #EAEAEA;
	overflow:hidden;
	font-size:0;
	line-height:0;
	padding-top: 50px;
	margin:0 0 50px 0;
	clear: both;	
	}
.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_12 .hr {
	margin-left:0;
	margin-right:0;
	}
.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;  
}
.grid_1 .sm_hr,
.grid_2 .sm_hr,
.grid_3 .sm_hr,
.grid_4 .sm_hr,
.grid_5 .sm_hr,
.grid_6 .sm_hr,
.grid_7 .sm_hr,
.grid_8 .sm_hr,
.grid_9 .sm_hr,
.grid_10 .sm_hr,
.grid_11 .sm_hr,
.grid_12 .sm_hr {
  margin-left: 0;
  margin-right: 0;
}

.spacer {
	width: 100%;
	height: 49px;
	overflow: hidden;
}

/* Address */
.address {
	overflow:hidden;
	width:100%;
	margin: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.png) no-repeat 0 3px;
	}
.address dd {
	float:left;
	width:217px;
	padding:0 0 0 53px;
	background:url(images/address-icon2.png) no-repeat 0 3px;
	}
	.address dd ul {
		list-style-type:none;
		padding:0;
		margin:0;
		}
		.address dd ul li {
			background:none;
			padding:0;
			}
	.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.gif);
	}




/* VIDEO */
.video-wrap {
	margin-bottom: 10px;
	position:relative;
	zoom:1;
	}
	.video-wrap object {
		position:relative;
		z-index:2;
		}
	.video-bg {
		background-color:black;
		position:absolute;
		left:0;
		top:0;
		z-index:1;
		}

/* AUDIO */
.audio-wrapper {
   margin-bottom:1.5em;
}
.audio-desc {
	font-size:.91em;
	color:#999;
	padding:.5em 0 0 0;
	}
.audiojs audio { position: absolute; left: -1px; }
.audiojs { width: 460px; height: 36px; background: #404040; overflow: hidden; font-family: monospace; font-size: 12px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(0.5, #555), color-stop(0.51, #444), color-stop(1, #444));
	background-image: -moz-linear-gradient(center top, #444 0%, #555 50%, #444 51%, #444 100%);
	-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); }
.audiojs .play-pause { width: 25px; height: 40px; padding: 4px 6px; margin: 0px; float: left; overflow: hidden; border-right: 1px solid #000; }
.audiojs p { display: none; width: 25px; height: 40px; margin: 0px; cursor: pointer; }
.audiojs .play { display: block; }
.audiojs .scrubber { position: relative; float: left; width: 280px; background: #5a5a5a; height: 14px; margin: 10px; border-top: 1px solid #3f3f3f; border-left: 0px; border-bottom: 0px; overflow: hidden; }
.audiojs .progress { position: absolute; top: 0px; left: 0px; height: 14px; width: 0px; background: #ccc; z-index: 1;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc));
	background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc 100%); }
.audiojs .loaded { position: absolute; top: 0px; left: 0px; height: 14px; width: 0px; background: #000;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));
	background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222 100%); }
.audiojs .time { float: left; height: 36px; line-height: 36px; margin: 0px 0px 0px 6px; padding: 0px 6px 0px 12px; border-left: 1px solid #000; color: #ddd; text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5); } 
.audiojs .time em { padding: 0px 2px 0px 0px; color: #f9f9f9; font-style: normal; }
.audiojs .time strong { padding: 0px 0px 0px 2px; font-weight: normal; }
.audiojs .error-message { float: left; display: none; margin: 0px 10px; height: 36px; width: 400px; overflow: hidden; line-height: 36px; white-space: nowrap; color: #fff;
	text-overflow: ellipsis; -o-text-overflow: ellipsis; -icab-text-overflow: ellipsis; -khtml-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -webkit-text-overflow: ellipsis; }
.audiojs .error-message a { color: #eee; text-decoration: none; padding-bottom: 1px; border-bottom: 1px solid #999; white-space: wrap; }

.audiojs .play { background: url(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;
	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;
		}
	

#sidebarBlog .widget { margin-bottom: 40px;	 }
/* Forms
---------------------------------------- */

/* Form defaults */
#searchform {
  position: relative;
}
	#searchform input[type="text"] {
		border: 1px solid #8e8e8e;
		border-radius: 0;
		color: #5D5A59 !important;
		font: 300 14px/14px 'Roboto Slab', serif;
		height: 32px;
		padding: 0 10px;
		width: 95%;	
	}
		.span3 #searchform input[type="text"] {
			width: 90%;
		}
		#footer #searchform input[type="text"] {
			color: #f5f8f9 !important;
		}

	#searchform input[type="submit"] {
		background: url(images/bg_submit2.png) center center no-repeat;
		width: 25px;
		height: 34px;
		position: absolute;
		right: 5px;
		top: 0;
		border: none;
		text-indent: -99999px;
		opacity: 0.8;
	}
		#searchform input[type="submit"]:hover { opacity: 1; } 
	
	#footer #searchform input[type="text"]:focus {
		background: #2B2620 !important;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(255,255,255,1) !important; 
		-moz-box-shadow: 0px 0px 5px 0px rgba(255,255,255,1) !important; 
		box-shadow: 0px 0px 5px 0px rgba(255,255,255,1) !important; 
	} 


/*  **************************************************/

	.no-results #searchform {
		width: 400px;
		margin-bottom: 0;
	}

/*  **************************************************/

#sidebar #searchform input[type="text"] {
	background: #fff;
	border: 1px solid #c1c3cc;
	height: 30px;
	padding: 0 25px 0 5px;
    width: 84%;
}
	#sidebar #searchform input[type="text"]:focus {
		background: none repeat scroll 0 0 #F2F2F2;
    	color: #323440;
	}

#sidebar #searchform input[type="submit"] {
	background: url("images/bg_submit2.png") no-repeat 0 center;
    border: medium none;
    height: 32px;
    opacity: 0.7;
    position: absolute;
    right: 5px;
    text-indent: -9999px;
    top: 0;
    width: 20px;
}
	#sidebar #searchform input[type="submit"]:hover { opacity: 1; }

/*  **************************************************/


.search-no-results .no-results #searchform input[type="text"],
.error404 #error404 #searchform input[type="text"] {
	height: 24px;
	line-height: 34px !important;
	border: 1px solid #B6ACA7;
	color: #5D5A59;
	font: 300 14px/30px "Roboto Slab",serif;
	padding: 5px 10px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;	
	width: 380px;
}
	.search-no-results #sidebar #searchform input[type="text"] {
		width: 84%;
	}

input[type="text"]:focus, input[type="email"]:focus,
input[type="phone"]:focus, input[type="tel"]:focus,
textarea:focus {
	background: #E2E0E0 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

	.error404 #error404 #searchform input[type="submit"],
	.search-no-results .no-results #searchform input[type="submit"] {
		background: url(images/bg_submit2.png) no-repeat 0 center;
	    border: medium none;
	    height: 36px;
	    opacity: 0.3;
	    position: absolute;
	    right: 5px;
	    text-indent: -9999px;
	    top: 0;
	    width: 20px;
	}

	#searchform input[type="submit"]:hover,
	.error404 #error404 #searchform input[type="submit"]:hover,
	.search-no-results .no-results #searchform input[type="submit"]:hover {
		opacity: 1;
	}
	
	#searchform input[type="text"]::-webkit-input-placeholder  { opacity: 1; -moz-opacity: 1; filter:alpha(opacity=100); color: #fff; }
	#searchform input[type="text"]:-moz-placeholder { opacity: 1; -moz-opacity: 1; filter:alpha(opacity=100); color: #fff; }
	#searchform input[type="text"]:placeholder { filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); color: #fff; }

/*----------------------------------------------------------*/
	
/* Comment form */

#commentform {
	width: 100%;
	overflow: hidden;
	padding: 0 0 10px 0;
	color: #F2BD84;
}

	#commentform a {
		text-decoration: none !important;
		color: #3B3B3B !important;
	}
	
		#commentform a:hover {
			text-decoration: underline !important;
			color: #55bbbb !important;			
		}

	#commentform p {
		margin: 0 0 9px 0;
	}
	
	#commentform label {
		float: left;
		width: 59px;
		padding: 0 10px 8px 0;
		line-height: 14px;
		text-align: left;
	}
	
	#commentform input[type="text"] {
		overflow: auto;
		background: none repeat scroll 0 0 #FFFFFF;
	    border: 1px solid #B0B2BB;
	    color: #2E2E2E !important;
	    font: 12px/14px Arial;
	    margin-bottom: 5px;
	    padding: 1px 10px;
	    padding: 10px 10px\0/;
	    height: auto;
	    margin-bottom: 5px;
	    width: 45%;
	}
		#commentform input[type="text"]:focus {
			background: none repeat scroll 0 0 #F2F2F2;
		    border: 1px solid #B0B2BB;
		    color: #2E2E2E;
		    outline: none !important;
		}


	#commentform textarea {
	  	margin-bottom: 5px;
	    background: none repeat scroll 0 0 #FFFFFF;
	    border: 1px solid #EAEAEA;
	    color: #2E2E2E !important;
	    font: italic 12px/21px Arial;
	    margin-bottom: 5px;
	    padding: 9px 10px;
	    width: 93%;
	  	-webkit-resize: none;
	  	-moz-resize: none;
	  	resize: none;
	  	height: 250px;
	  	-webkit-border-radius: 0;
	  	-moz-border-radius: 0;
	  	border-radius: 0;
	  	-webkit-box-shadow: none;
	  	 -moz-box-shadow: none;
	  	 box-shadow: none; 
	}
		#commentform textarea:focus {
			background: none repeat scroll 0 0 #F2F2F2;
		    border: 1px solid #B0B2BB;
		    color: #2E2E2E;
		    outline: medium none;
		}



/* Contact form */

#footer .wpcf7-form p {
  margin: 0 0 10px;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}
.wpcf7-form p.field small {	color:red;}

.wpcf7-form .input-file {
	width: 79px;
	height: 22px;
	background: url(images/btn-choose-file.gif) 0 0 no-repeat;
	display: block;
	overflow: hidden;
	cursor: pointer;
	position:relative;
	}
.wpcf7-form input[type="file"] {
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	cursor: pointer;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	}

#footer .wpcf7-form textarea {
  height: 60px;
  overflow: auto;
  width: 92%;
}

.wpcf7-form .submit-wrap {
	padding:0;
	margin:0;
}

		div.wpcf7-response-output {
		  margin-left: 0 !important;
		  margin-right: 0 !important;
		  width: 71%;
		}
		.wrap_cf.main div.wpcf7-response-output {
		  margin-left: 0 !important;
		  margin-right: 0 !important;
		  width: 200px;
		  margin-top: 0 !important;
		  clear: both;		  
		}
		
	.wpcf7-form .ajax-loader {
		float: left !important;
		margin: 17px 0 0 0 !important;
		width: auto;
	}



/*------------------------- Contact Form MAIN --------------------------*/


/*  **************************************************/

.wrap_cf .wpcf7-form input[placeholder],
.wrap_cf .wpcf7-form textarea[placeholder] {
	color: #2e2e2e;
}
.wrap_cf .wpcf7-form input[placeholder]::-webkit-input-placeholder, 
.wrap_cf .wpcf7-form textarea[placeholder]::-webkit-input-placeholder { /* WebKit browsers */
    color:    #2e2e2e;
}
.wrap_cf .wpcf7-form input[placeholder]:-moz-placeholder,
.wrap_cf .wpcf7-form textarea[placeholder]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #2e2e2e;
}
.wrap_cf .wpcf7-form input[placeholder]::-moz-placeholder,
.wrap_cf .wpcf7-form textarea[placeholder]::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #2e2e2e;
}
.wrap_cf .wpcf7-form input[placeholder]:-ms-input-placeholder,
.wrap_cf .wpcf7-form textarea[placeholder]:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #2e2e2e;
}


.wrap_cf .wpcf7-form span.wpcf7-form-control-wrap {
	position: relative;
	display: block;
	margin-bottom: 5px;
	overflow: hidden;
}

.wrap_cf .wpcf7-form input[type="text"],
.wrap_cf .wpcf7-form input[type="email"],
.wrap_cf .wpcf7-form textarea {
    width: 95%;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C1C3CC;
    height: 17px;
    color: #2e2e2e !important;
    font: italic 12px/14px Arial;
    padding: 10px 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
	.wrap_cf.main .wpcf7-form textarea {
	  height: 115px !important;
	  resize: none;
	  padding: 5px 10px;
	}
	.wrap_cf .wpcf7-form input[type="text"]:focus,
	.wrap_cf .wpcf7-form input[type="email"]:focus,
	.wrap_cf .wpcf7-form textarea:focus {
		background: #f2f2f2;
		color: #2e2e2e;
		outline:none;
		border: 1px solid #b0b2bb;
	}

	.wrap_cf.main .wpcf7-form input[type="submit"] {
	  margin: 20px 0 20px;
	  border: none;
	}
	
	.wpcf7-form-control-wrap { display: block !important; overflow: hidden; }
		.wpcf7-form .wpcf7-not-valid-tip {
			position: absolute;
			top: 0;
			left: 0;
			height: 21px;
			background: #f00;
			color: #fff;
			padding: 9px;
			display: block;
			width: 100%;
		}

	.wpcf7-form-control-wrap + br { display: none; }
/*  **************************************************/

	#footer .wpcf7-form input[type="text"],
	#footer .wpcf7-form input[type="email"],
	#footer .wpcf7-form input[type="phone"],
	#footer .wpcf7-form textarea {
		border: 1px solid #b6aca7;
		background: #f5f0ed;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: 0px 1px 1px #faf9f8;
		-moz-box-shadow: 0px 1px 1px #faf9f8;
		box-shadow: 0px 1px 1px #faf9f8; 
		color: #5d5a59;
		font: 300 14px/14px "Roboto Slab", serif;
		padding: 9px 10px;
		width: 90%;
		resize:none;
	}

	#footer .wpcf7-form input.wpcf7-submit { float: left; margin-top: 10px; }


/*  **************************************************/
.wpcf7-form > p {
	margin-bottom: 0;
}
/*  **************************************************/
.wrap_cf .wpcf7-form input[type="submit"] {
    float: left;  
    display: inline-block;
    margin: 5px 0 20px;
    width: auto;  
}



#sidebarLeft ul li .post-entry a {padding-bottom: 0;}
/*  **************************************************/

/* Fluid Columns */
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:79.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth{ position:relative; margin-right:4%; float:left; }
.last { margin-right:0 !important; clear:right; }


.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.extra-wrap {
	overflow:hidden;
	}


/* Clear Floated Elements */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

div.pp_overlay { z-index: 9999 !important; }

p:empty, img + br { display: none !important; }


.fluid_W50 { width: 50%; float: left; padding: 0 !important; }

.fluid_W50 > .fluid_W50Inner { padding-right: 15px !important; }

.dispayTableBox { display: table; margin-bottom: 10px; }

/*  **************************************************/



/* Always remember to compress your live stylesheet and keep an uncompressed backup */