/*--
	Theme Name: theme18918
	Theme URI: http://template-help.com/
	Description: A theme for Wordpress 3.4+ from Template-Help.com Collection
	Author: Template_Help.com 
	Author URL: http://www.Template-Help.com/ 
--*/
/* General
---------------------------------------- */
@charset utf-8;
@import "css/fancybox.css";
@import url(http://fonts.googleapis.com/css?family=Passion+One:400,700);

body{
	color: #87807f;
	width: 100%;
	height:100%;
	overflow:hidden;
	min-width:1070px;
}
#wrapper{
	position:relative;
	overflow: hidden;
	min-height: 974px;
	z-index: 0;
	opacity: 0;
}
#web_site_spinner{
	position: fixed;
	z-index: 5;
	width: 100%;
	height: 100%;
	padding-bottom: 50px;
	background: #e1d8cd url("images/loader.gif") center no-repeat;
}
/*-------------logo------------*/
#headerTop{
	overflow:hidden;
	padding-bottom:21px;
}
#header_block_1{
	float:right;
}
#header_block_1 > div{
	padding-bottom:15px;
}
#header_block_1 .textwidget {
	padding-left:70px;
	font:bold 13px/20px Arial, cursive;
	text-transform:uppercase;
	color:#442d2d;
	text-shadow: 2px 2px 1px #ffffff;
}
#header_block_1 .textwidget span{
	color:#95af13;
}
#searchform{
	width:222px;
	height:35px;
	background:url(images/search_plane.png) 0 0 no-repeat;
}
#searchform .searching{
	padding: 9px 30px 9px 10px;
	background:none;
	border:none;
	color:#907363;
	width: 180px;
	height:16px;
	outline:none;
}
#searchform>.submit{
	position:absolute;
	top:3px;
	right:6px;
	width:20px;
	height:31px;
	padding:0;
	border:none;
	background:url(images/search_button.png) 0 0 no-repeat;
}
#searchform>.submit:hover{
	background-position:0 -23px;
}
#wrapper>header{
	position:relative;
	width:1000px;
	margin:0 auto;
    z-index: 5;
}
#logo{
	margin-top:18px;
	float:left;
}
#logo img{
	 max-width:none !important;
	 width:auto;
}
#logoText{
	display:block;
    font:bold 66px/66px Arial, cursive;
	color: #4a3535;
	text-decoration:none;
	text-transform:uppercase;
}
#logoSlogan{
	margin-top:-10px;
    font:bold 11px/11px Arial, sans-serif;
    color: #907363;
	text-transform:uppercase;
}
/*-------------Menu------------*/
#menuWrapper {
	position:relative;
	left:-1px;
	margin-bottom:30px;
	text-align:center;
	-webkit-box-shadow:  0px 5px 20px 0px #3e2929;
    box-shadow:  0px 5px 20px 0px #3e2929;
}
#menuWrapper .menu{
	display:block;
	width:1002px;
	height:62px;
	background:url(images/menu_bg.png) 0 0 repeat-x;
}
#menuWrapper .menu > li{
    position: relative;
	float:left;
	background:url(images/menu_step_line.png) 0 0 no-repeat;
	padding:0 !important;
	margin:0 !important;
}
#menuWrapper .menu > li:first-child{
	background:none;
}
#menuWrapper .menu > li > a{
	position:relative;
	display:block;
	width:143px;
	padding:23px 0 25px;
	font:bold 12px/12px Arial, sans-serif;
    color: #fff;
	text-align:center;
	text-decoration: none;
	text-transform: uppercase;
	z-index:3;
}
#menuWrapper .menu > li > .hoverPlane {
	position:absolute;
	width:143px;
	height:60px;
	top:0px;
	left:0px;
	background:url(images/item_hover.png) 0 0 repeat-x;
	border:1px solid #adc119;
	z-index:2;
}
/*-------------Sub Menu------------*/
.sub-menu{
	position: absolute;
	width:167px;
	padding:8px 0;
	top:62px;
	text-align:center;
	z-index: 2;
	background: #574242;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU3NDI0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDI5MjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #574242 0%, #3d2929 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#574242), color-stop(100%,#3d2929));
	background: -webkit-linear-gradient(top,  #574242 0%,#3d2929 100%);
	background: -o-linear-gradient(top,  #574242 0%,#3d2929 100%);
	background: -ms-linear-gradient(top,  #574242 0%,#3d2929 100%);
	background: linear-gradient(to bottom,  #574242 0%,#3d2929 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#574242', endColorstr='#3d2929',GradientType=0 );
}
.sub-menu .sub-menu{
	top:-8px;
}
.sub-menu li{
	display:block;
	position:relative;
	cursor:default;
	background:none !important;
	padding:0 !important;
	margin:0 !important;
}
.sub-menu>li>a{
	display:block;
	white-space:nowrap;
	padding:9px 0;
	font:bold 12px/12px Arial, sans-serif;
	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
}
.sub-menu .subMenuHoverPlane{
	position:absolute;
	top:0;
	left:0;
	width:165px;
	height:29px;
	border:1px solid #adc119;
	background:url(images/subMenuHoverPlane.png) 0 0 repeat-x;
	z-index:-1;
}
/*-------------Gallery------------*/
#mainBG{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(images/main_bg.jpg) 50% 50% repeat;
}
#gall{
	position: absolute;
	z-index: 5;
	width:100%;
	top: 238px;
}
#galleryHolder {
	position:relative;
	margin:0 auto;
	width:1000px;
	height:710px;
}
#imgSpinner{
	position: absolute;
	z-index: 100;
	height: 10px;
	width: 98%;
	background: #00AEF0 url("images/loader_img.gif") center repeat-x;
	top: 520px;
	left: 10px;
	opacity: 0;
}
#imageHolder{
	overflow:hidden;
	position:relative !important;
	border:10px solid #fff;
	width: 980px;
	height: 520px;
	-webkit-box-shadow:  0px 5px 20px 0px #3e2929;
    box-shadow:  0px 5px 20px 0px #3e2929;
}
#imageHolder > img{
	background-color:#fff !important;
}
#controls{
    z-index: 500;
    height: 130px;
	width: 1000px;
    position: absolute;
	top:0;
}
#galleryDiscription {
	position:absolute;
	overflow:hidden;
	width:980px;
	height:520px;
	margin:10px 10px;
}
#galleryDiscription>li{
	position: absolute;
	overflow:hidden;
	font: 13px/20px Arial, sans-serif;
	bottom:20px;
	left:20px;
	width:460px;
	background:url(images/discription_bg.png) 0 0 repeat;
	padding:0 !important;
	margin:0 !important;
}
#galleryDiscription>li>div{
	padding:18px 110px 18px 20px;
}
#galleryDiscription>li>div> a{
	position:absolute;
	top:54px;
	right:20px;
}
#nextButton, #prevButton{
    position: absolute;
    width:25px;
	height:51px;
	top:245px;
    z-index: 10;
}
#nextButton{
	right:0px;
	background:url(images/nextCarusel_arr.png) 0 0 no-repeat #fff;
}
#prevButton{
	left:0px;
	background:url(images/prevCarusel_arr.png) 0 0 no-repeat #fff;
}
#prevButton:hover, #nextButton:hover{
	background-position:0 -52px;
}
#thumbsHolder{
	position:relative;
	margin-top:30px;
	padding:10px 0 10px 10px;
	height:120px;
	background:#fff;
	-webkit-box-shadow:  0px 5px 20px 0px #3e2929;
    box-shadow:  0px 5px 20px 0px #3e2929;
}
#thumbsHolder li{
	float:left;
	padding:0 10px 0 0;
	background:none !important;
	margin:0 !important;
}
#thumbsHolder li a{
	display:block;
	position:relative;
}
#thumbsHolder li a span{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:url(images/thumb_Hover.png) 0 0 repeat;
	opacity:0;
}
#thumbsHolder li a:hover span, #thumbsHolder li.active a span{
	opacity:1;
}
#carouselControls{
	position: absolute;
    top: 614px;
	width:1000px;
    z-index: 5;
}
#prevCarousel, #nextCarousel{
	position:absolute;
	width:25px;
	height:51px;
}
#prevCarousel{
	left:0;
	background:url(images/prevCarusel_arr.png) 0 0 no-repeat #fff;
}
#nextCarousel{
	right:0;
	background:url(images/nextCarusel_arr.png) 0 0 no-repeat #fff;
}
#prevCarousel:hover, #nextCarousel:hover{
	background-position:0 -52px;
}
/*-------------Content-----------*/
.widget-title{
	overflow:hidden;
}
.widget-title .widget-main-title {
	display:inline-block;
	overflow:hidden;
	padding:7px 0 0 20px;
}
.recent-posts .excerpt{
	overflow:hidden;
}
.blogDate{
	float:left;
	width:50px;
	height:44px;
	margin-right:20px;
	padding-top:19px;
	font:bold 24px/24px 'Passion One', cursive;
	color:#442d2d;
	text-align:center;
	text-transform:uppercase;
	background:url(images/date_plane.png) 0 0 no-repeat;
}
.blogDate > span{
	display:block;
	font-size:16px;
}
ul > li{
	display:block;
	padding:0px 0 0px 11px;
	margin: 0 0 16px 0;
	background:url(images/marker.png) 0 5px no-repeat;
}
ul > li > a{
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
/*-------------Content Wrapper-----------*/
#pageSpinner{
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 100;
    height: 35px;
    width: 35px;
	display: none;
	padding: 2px;
	background: url("images/loader_bg.png") 0 0 no-repeat;
}
#pageSpinner>div{
    height: 31px;
    width: 31px;
    background: url("images/loader.gif") 0 0 no-repeat;
}
#pageList{
	width: 998px;
	height:0;
	overflow: hidden;
	position: relative;  
	margin: 0 auto 26px;
	background-color:#fff;
	z-index: 1;
	-webkit-box-shadow:  0px 5px 20px 0px #3e2929;
    box-shadow:  0px 5px 20px 0px #3e2929;
}
#pageList>section>article{
	position: relative;
	overflow: hidden;
	padding: 31px 29px;
}
/*-------------Teg Style-----------*/
h2{
	font:bold 24px/20px 'Passion One', cursive;
	color: #442d2d;
	text-transform: uppercase;
	padding-bottom:19px;
}
h3{
	font:bold 20px/20px 'Passion One', cursive;
    color: #442d2d;  
	text-transform: uppercase;  
	padding-bottom:11px;		
}
h3 a{
	display:inline-block;
	color:#434343;
	text-decoration:none;
}
h3 a:hover{
	color:#52b7f2;
}
h4 {
	font-size:11px;
	font-weight:bold;
	color: #81716b;  
	text-transform:uppercase;
	padding-bottom:2px;
}
h4 > a{
	text-decoration:none;
}
p, .excerpt{
	line-height:20px;
	padding-bottom: 20px;
}
a, .reply{
	color:#81716b;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover{
	color:#95af13;
}
.thumbnail img, embed, object, video{ 
	width: 100%;
	max-width: 100%;
	height: auto;
}
/*-------------Class Style-----------*/
.thumbnail, .blogThumbnail{
    position: relative;
    display: inline-block;
	width:100%;
	background:none;
	padding-left:0;
}
.button, #galleryDiscription>li>div> a, .wp-pagenavi a, .wp-pagenavi .current, .reply a, .link_show_all{
	display: inline-block;
	padding:9px 18px 10px;
	height:12px;
	font:bold 12px Arial, sans-serif;
	color: #f0eeeb;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #899f11;
	margin: 0;
	background:url(images/button_bg.png) 0 -31px repeat-x;
}
.button:hover, #galleryDiscription>li>div> a:hover, .wp-pagenavi a:hover, .wp-pagenavi .current, .reply a:hover, .link_show_all:hover {
	color:#fff;
	border: 1px solid #3b2727;
	background-position:0 0px;
}
.button_arr{
	display:inline-block;
	overflow:hidden;
	padding-left:20px;
	text-decoration:none;
	height:15px;
	background:url(images/button_arr.png) 0 -15px no-repeat;
}
.button_arr:hover{
	background-position: 0 0px;
}
/*-------------Fullwidth Page Style-----------*/
article.post{
	margin-bottom: 11px;
	overflow:hidden;
}
.resent_thumbnail{
    float: left;
    margin:0 17px 17px 0;
}
.textBlock{
	display:inline-block;
	background: #ba6a48;
	font: 18px/18px 'Karla', sans-serif;
	color: #f4ebd5;
	padding: 30px 25px;
	margin-bottom:16px;
}
.dropcap{
	overflow:hidden;
	margin:36px 0 50px 0;
	padding:20px;
	display:block;
	background: #595959;
}
.dropcap h2{
	padding-bottom:0px;
	font: 22px/22px 'Open Sans', sans-serif;
	letter-spacing:-1px;
	color:#fff;
}
.dropcap > div {
	padding:9px 0 0 13px;
	overflow:hidden;	
	float:left;
}
.dropcap > div p{
	padding-bottom:0px;
}
.dropcap .button {
	float:right;
	padding:20px 22px;
	font: 16px/16px 'Orbitron', sans-serif;
	background-color:#ee8359;
}
.dropcap .button:hover {
	background-color:#ffaa89;
}
/*DESIGN TEAM*/
.entry{
	margin:0;
	margin-bottom:12px;
	padding:0 !important;
	background:none !important;   
} 
.entry>a{
    text-decoration: none;
}
.entry>a:hover{
	color: #000;
}
a.post-title{
	display:block;
	font-size:11px;
	font-weight:bold;
	color: #81716b;  
	text-transform:uppercase;
	text-decoration:none;
	padding-bottom:2px;
}
a.post-title:hover{
	color:#95af13;
}
.noMarginR{
    margin-right: 0px !important;
}
.post_meta{
	float:left;
}
.post_list{
	margin-bottom:-10px !important;
}
.post_list li{
	margin-bottom:34px;
	background:none !important;
	padding:0 !important;
}
.post_list .post_content{
	display:inline;
	line-height:20px;
}
.recent-posts {
	overflow:hidden; 
	margin-bottom:-10px;
}
.post-content{
	padding-bottom:30px;
}
/*latest events*/
.popular_posts{
	margin-top: -6px;
	margin-bottom: 7px;
	display: inline-block;
}
.popular_posts>li{
    margin-bottom: 13px;
	background:none !important;
	padding:0 !important;
}
.widget ul{
    margin-bottom: 10px;	
}
/*testi_item*/
.name-testi>a{
	text-transform: lowercase;
}
.testimonial{
	margin-bottom: 50px;
}
.testiLeft{
	float: left;
	margin: 0px 13px 0  0px;
}
.testimonials{
    margin: -4px 0 16px 1px;
}
.featured-thumbnail{
    float: left;
    margin: -4px 14px 0 0;
}
.testi_item h4{
    padding-bottom: 1px;
	
}
.testi_item{
	margin-bottom: 1em;	
	padding-top: 4px;
}
.testimonials div.testi_item blockquote {
	border: none;
	padding: 15px 0 15px 30px;
	margin: 0;
}
.testimonials div.testi_item blockquote>a {
	color: #888;
	text-decoration: none;
	font-style: italic;
	font-size: 13px;
	display: block;
}
.testimonials div.testi_item blockquote>a:hover {
	color: #AB2F31;
}
.name-testi {
	padding: 0 0 0 2.2em;
	text-align: right;
	font-weight: bold;
	display: block;
	color: #434343;
	margin-top: -10px;
}
.services>li>img{
    float: left;
    margin-right: 10px;
}
.services>li{
	margin-bottom: 10px;
	background:none !important;
	padding:0 !important;
}
.width_1{
    width: 600px;
}
.marker{
	float: left;
	padding-right: 11px;
	color: #95af13;
	display: table-cell;
}
.faq_list>dt{
	overflow: hidden;
	padding-bottom: 10px;
}
.faq_list>dd{
	overflow: hidden;
}
.faq_list>dd>p{
	display: table-cell;
}
/*-------------Forms Style------------*/
.wpcf7-form{
	width:606px;
}
#commentform .field input, .wpcf7-form .field input {
	overflow: hidden;
	padding: 7px 10px;
	font:13px Arial, sans-serif;
	outline: none;
	border:	none;
	resize: none;
	margin: 0;
	width: 280px;
	color:#907363;
	border:1px solid #cab7ad;
}
#commentform textarea, .wpcf7-form textarea{
	overflow: visible;
	margin: 0;
	font:13px/20px Arial, sans-serif;
	border:none;
	padding: 7px;
	outline: none;
	resize: none;
	width: 520px;
	height: 135px;
	color:#907363;
	border:1px solid #cab7ad;
}
.wpcf7-form .field input{
	width: 250px;
}
.wpcf7 .field>label{
	padding-top:5px;
    width: 70px;
    display: inline-block;
}
.field{
	padding-bottom: 10px ;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	padding-top:7px !important;
	height:31px !important;
}
/*-------------Contact Forms Style------------*/
.bInline{
	display: inline-block;
	width: 100%;
}
.submit-wrap{
	overflow:hidden;
    display:block;
	width:100%;
}
.submit-wrap input{
	float:right;
	margin-left:10px;
}
/*------------Search Forms Style------------*/
#searchform {
	position:relative;
}
.pageSearching{
	display:inline-block;
}
/*-------------Coment Forms Style------------*/
#respond{
	margin-top: 19px;
}
#commentform{
	overflow: hidden;
}
#commentform>.field>input{
}
#commentform>.field>textarea{
	width: 339px;
}
.formT{
	width: 560px;
}
.nWidth{
    width: 400px !important;
}
/*-------------sidebar------------*/
.widget{
    padding-bottom: 45px;
}
.latestpost li h3 a {
	margin-bottom:0px;
}
.latestpost li time {
	float:left;
}
.latestpost li time{
	float:left;
	width:50px;
	height:65px;
	margin-right:20px;
	font: 12px/12px 'Vollkorn', serif;
	color:#52b7f2;
	text-align:center;
	text-transform:uppercase;
	background:url(images/date_plane.png) 0 0 no-repeat;
}
.latestpost li time > strong{
	display:block;
	padding:22px 0 16px;
	font-weight:normal;
	font-size:26px;
}
.latestpost li > div {
	overflow:hidden;
}
.latestpost li  p > a{
	text-transform:lowercase;
	color:#52b7f2;
}
.latestpost li  p > a:hover{
	color:#736d6c;
}
.recent-post-meta{
	display: inline-block;
	color: #fff;
}
.recent-comments{	
	display: inline-block;
	margin-right: 20px;
}
.recent-comments>a{
	color: #FFAF00;
}
.recent-comments>a:hover{
	color: #fff;
}
.recent-content{
	display: table-cell;
}
.recent-content>p{
	padding-bottom: 5px;
}
.widget h2{
    padding-bottom: 22px;
}
.cat-item a:hover{
}
#footer_block_2 li{
    margin-bottom: 9px;
}
#footer_block_3 li{
    margin-bottom: 9px;
}
#wp-calendar a{
	color: #00AEF0;	
}
#wp-calendar a:hover{
 	color: #fff;	
}
/*-------------contacts------------*/
.contacts span{
    display: inline-block;
    width: 71px;
}
.contacts{
	float: left;
}
.contacts > li{
	display:block;
	margin:0 !important;
	padding:0 !important;
	background:none !important;
}
/*-------------footer------------*/
#footer{
	position: relative;
	overflow:hidden;
	width: 938px;
	height:45px;
	margin:24px auto 40px;
	padding:15px 30px 0;
	font: 12px/12px Arial, sans-serif;
	color:#876868;  
	z-index: 1;
	background:url(images/footer_bg.png) 0 0 repeat-x;
	border:1px solid #3b2727;
	-webkit-box-shadow:  0px 5px 20px 0px #3e2929;
    box-shadow:  0px 5px 20px 0px #3e2929;
}
#footer .container {
	width:100%;
}
#footerText {
	float:left;
	padding-top:9px;
}
#footerText > span {
	position:relative;
	top:-3px;
	display:inline-block;
	width:76px;
	height:18px;
	background:url(images/footer_logo.png) 0 0 no-repeat;
}
#footer_block_1{
	overflow:hidden;
	float:right;
}
#footer a{
	color:#876868; 
	text-transform:none; 
	text-decoration:none;
}
#footer a:hover{
	color:#fff;
}
/*-------------flickr------------*/
.flickrImages{
    width: 225px;
}
.flickrImages>h5{
    padding-bottom: 44px;
}
.flickrImages>a{
	display: inline-block;
	overflow: hidden;
	margin: 1px 5px 3px -1px;
	width: 71px;
	height: 71px;
}
/*-------------social-networks------------*/
.social-networks{
	overflow:hidden;
}
.social-networks>li{
	float: left;
	margin-left: 3px;
	background:none !important;
	padding:0 !important;
}
.social-networks>li>a{
	display:block;
}
.social-networks>li>a>span{
	width:30px !important;
	height:30px !important;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.social-networks>li>a:hover span {
	background-position:0 -30px !important;
}
.social-networks img{
	position: relative;
}
/*------------page-404-------------*/
.error404{
	padding: 46px 0;
	font-size: 110px;
}
/*------------recent comments-------------*/
.recentcommentslist{
	margin-top: 3px;
}
.recentcomments{
	overflow: hidden;
	margin-bottom: 13px !important;
}
.recentcomments>img{
    float: left;
    margin: 0 13px 0 0;
}
.recentcomments>h3:first-letter{
	text-transform: uppercase;
}
.recentcomments>h3{
    padding-bottom: 5px;
    line-height: 9px;
}
.recentcomments>small{
    color: #878783;
}
.popular-posts >li{
	overflow: hidden;
	margin: 2px 0 -6px 0;
}
.postDataPost{
    color: #525252;
	
    font-size: 13px;
    margin-top: 6px;
}

/* Shortcodes
---------------------------------------- */
/* Our team */
.recent-posts.team {
  margin: 0;
  padding: 0;
}
	.recent-posts.team li {
		float: left;
		width: 155px;
		overflow: hidden;
		margin: 0 20px 20px 0;
	}
	.recent-posts.team li.nomargin {
		margin-right: 0;
	}
		.recent-posts.team li .featured-thumbnail {
			width: 155px;
			overflow: hidden;
			float: none;
			background:none;
			padding:0;
			border:none;
		}
	.recent-posts.team li .excerpt {
		margin-bottom: 0;
	}

/* Services */
.recent-posts.services {
	list-style-type:none;
	padding:1.5em 0 0 0;
	margin:0 0 -30px 0;
	overflow:hidden;
	}
	.recent-posts.services li {
		float:left;
		width:300px;
		margin:0 20px 30px 0;
		background:none;
		padding:0;
		}
	.recent-posts.services li.nomargin{
		margin-right:0;
		}
		.recent-posts.services li img.thumb {
			margin-right:3px;
			}
		.recent-posts.services li h3 {
			padding-top:8px;
			}
			.recent-posts.services li h3 a {
				color:#191919;
				}

/* Popular Posts */
.popular_posts {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.popular_posts li {
		list-style-type:none;
		padding:0 0 20px 0;
		margin:0;
		overflow:hidden;
		}
	.thumbnail_smal{
		float:left;
		margin:0 15px 10px 0;
	}



/* Tags */
.tags-cloud a,
.tagcloud a,
.post-footer a {
	display:inline-block;
	background:#e0e0e0;
	padding:2px 7px;
	border-radius:3px;
	text-decoration:none;
	color:#838383;
	margin:0 1px 4px 0;
	font-size:11px !important;
	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;
		margin:0 !important;
		background:none !important;
		}
.hr {
	height:3px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:10px 0;
	}
.grid_1 .hr, .grid_2 .hr, .grid_3 .hr, .grid_4 .hr, .grid_5 .hr, .grid_6 .hr, .grid_7 .hr, .grid_8 .hr, .grid_9 .hr, .grid_10 .hr, .grid_11 .hr, .grid_12 .hr, .grid_13 .hr, .grid_14 .hr, .grid_15 .hr, .grid_16 .hr, .grid_17 .hr, .grid_18 .hr, .grid_19 .hr, .grid_20 .hr, .grid_21 .hr, .grid_22 .hr, .grid_23 .hr, .grid_24 .hr {
	margin-left:0;
	margin-right:0;
	}
.sm_hr {
  height: 1px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  margin: 40px 0px 38px;
}
.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;
}

/* Alert boxes
---------------------------------------- */
.alert-box, .wpcf7-response-output {
	padding:20px 20px 20px 90px !important;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:.91em;
	line-height:1.4em;
	border:1px solid #dbdbdb;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:15px;
	}
	.error-box, .wpcf7-mail-sent-ng {
		border-color:#ff9999;
		color:#c31b00;
		background:url(images/icons/alert/icon-error.png) no-repeat 20px 50% #ffcccc;
		}
	.attention-box, .wpcf7-validation-errors, .wpcf7-spam-blocked {
		border-color:#e6c555;
		color:#9e660d;
		background:url(images/icons/alert/icon-note.png) no-repeat 20px 50% #fdebae;
		}
	.notice-box {
		border-color:#68a2cf;
		color:#2e6093;
		background:url(images/icons/alert/icon-info.png) no-repeat 20px 50% #bfe4f9;
		}
	.approved-box, .wpcf7-mail-sent-ok {
		border-color:#a3c159;
		color:#5e6f33;
		background:url(images/icons/alert/icon-download.png) no-repeat 20px 50% #ccff99;
		}
	
	
	
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;
}



/* 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; }