/*--
	Theme Name: theme18070
	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";

body{
	position: absolute;	
	color: #87807f;
	font: 13px/21px "Trebuchet MS", sans-serif;
	height: 100%;
	width: 100%;
	min-height: 420px;
	background: #f5f6f7;
}
#wrapper{
	position: absolute;
	width: 100%;
	min-height: 100%;
	z-index: 0;
	opacity: 0;
}
#web_site_spinner{
	position: fixed;
	z-index: 5;
	width: 100%;
	height: 100%;
	padding-bottom: 50px;
	background: #f5f6f7 url("images/loader.gif") center no-repeat;
}
/*-------------logo------------*/
#wrapper>header{
    position: relative;
    z-index: 100;
    padding-top: 111px;
    height: 95px;
   background: url("images/header_part.png") 0 0 repeat-x;
}
#logo{
    margin-left: 12px;
    display: inline-block;
    margin-top: 4px;
    float: left;
}
#logo>a{
	display: inline-block;
	max-width: 230px;
	
	-webkit-transition: initial;  
	-moz-transition: initial;  
	-o-transition: initial;  
	transition: initial;
	min-width: 100%;
}
#logoText{
    padding: 6px 0 0 53px;
    font: bold 24px "Trebuchet MS", sans-serif;  color: white;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: -1px;
    background: url(images/logo_ell.png) 0px 1px no-repeat;
    height: 44px;
}
#logoSlogan{
    font: normal 8px "Trebuchet MS", sans-serif;  
    color: #737d8d;
    text-transform: uppercase;
    padding-left: 54px;
    margin-top: -19px;
}
#logoImg>img{
    max-width: 230px;
}
#slogan{
    position: absolute;
    top: -225px;
    right: 0;
    color: #3c3432;
    font:60px "Signika Negative", sans-serif;
    width: 572px;
    line-height: 53px;
    letter-spacing: -3px;
}
#slogan>span{
	color: #5e8b7f;
}
/*-------------Menu------------*/
#menuWrapper{	
    margin-right: 10px;
}
#headerMenu{
	background: url(images/menu_line.png) right 0 repeat-y;
	height: 90px;  
	border-right: 1px solid #353f54;
	float: right;
	border-left: 1px solid #434F67;
}
#headerMenu>li{
    position: relative;
    width: 78px;
    height: 90px;
    float: left;
    margin: 0;
    display: inline-block;
    border-left: 1px solid #353f54;
	border-right: 1px solid #434f67;
}
#headerMenu>li>a{
	display: block;
	font: 500 11px "Trebuchet MS", sans-serif;  
    	color: #fff;
	text-align: center;
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background: url(images/menu.png) 0 0 repeat-x;    
}
.over{
    width: 100%;
    height: 100%;
    background: url(images/over.png) 0 0 repeat-x;
    z-index: 0;
    position: absolute;
    top: -100px;
    color:#3b445b;
}
.overText{
    position: absolute;
    width: 100%;
    z-index: 3;
    padding-top: 38px;
    top: -100px;
    color:#3b445b;
}
.outText{
    position: absolute;
    width: 100%;
    z-index: 3;
    padding-top: 38px;
}
.area{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.lastItem{
}
/*-------------Sub Menu------------*/
.sub-menu{
    position: absolute;
    z-index: 2;
    top: 100%;
    padding: 20px 0px;
    margin-top: 1px;
    background: url(images/submenu_pattern.png);
    overflow: visible;
}
.sub-menu .sub-menu{
    left: 100%;
    
    margin-top: -39px;
}
.sub-menu>li{
	position: relative;
	height: 19px;		
	margin-bottom: 1px;
}
.sub-menu>li>a{
	display: block;
	font:500 11px "Trebuchet MS", sans-serif;  
	color: white;
	white-space: nowrap;
	text-align: center;
	background: url(images/submenu_hover.png) 0 -19px repeat-x;
	padding: 0 10px;
	overflow: hidden;
}
.sub-menu>li.last-child>a{
	padding-bottom: 32px;
}
/*-------------Gallery------------*/
#gall{
	position: absolute;
	z-index: -1;
	overflow: hidden;
	height: 100%;
	width: 100%;
	top: 0;
}
#galleryHolder>img{
	position: absolute;
	width: 976px;
	height: 576px;
	top: 0px;
	left: -8px;
}
#imgSpinner{
	position: absolute;
	z-index: 100;
	height: 8px;
	width: 100%;
	background: url("images/loader_img.gif") center repeat-x;
	bottom: 168px;
	opacity: 0.5;
}
#galleryDiscription{
	position: absolute;
	width: 661px;
	height: 72px;
	display: block;
	left: 0;
	overflow: hidden;
	bottom: 0;
}
#galleryDiscription>li{
	position: absolute;
	width: 100%;
	padding: 15px 0 0 21px;
	color: #87807f;
}
#controls{
    z-index: 500;
    height: 100%;
    position: relative;
}
#nextButton{
    width: 13px;
    height: 21px;
    background: url("images/arr_gallery.png") -14px -22px no-repeat;
    float: left;
    margin-top: -4px;  
    margin-left: 10px;
}
#nextButton:hover{
    background-position: 0px -22px;
}
#prevButton{
    background: url("images/arr_gallery.png") 0px 0px no-repeat;  
    float: left;
    width: 13px;  height: 21px;
    margin-top: -4px;
    margin-right: 10px;
}
#prevButton:hover{
    background-position: -14px 0;
	
}
#previewHolder{
    position: absolute;
    z-index: 100;
    bottom: -18px;
    left: 50%;
}
#previewHolder ul>li{
    display: inline-block;
    margin-right: -1px;
}
.thumbnailGallery{
	position: relative;
	display: block;
	width: 13px;
	height: 14px;
	background:url("images/thumbnail_bg.png") 0px 0px no-repeat;
	border-radius: 10px;
}
.thumbnailGallery:hover, .active>a{
	background-position: 0 -14px;
}
#inner{
	float: left;
}
/*-------------Content-----------*/
/*-------------Content Wrapper-----------*/
#backToTop{
	position: fixed;
	cursor: pointer;
	z-index: 1000;
	background-color: #7f8c9d;
	width: 37px;
	height: 30px;
	padding-top: 6px;
	bottom: 1px;
	right: 1px;
}
#backToTop>div{
	background: url(images/up-arrow.png) center center no-repeat;
	height: 23px;
}
#pageSpinner{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -17px;
	margin-top: -17px;
	z-index: 130;
	width: 35px;
	background: url("images/loader_bg.png") 0 0 no-repeat;
	height: 35px;
	padding: 2px;
	display: none;
}
#pageSpinner>div{
	background: url("images/loader.gif") 0 0 no-repeat;
	width: 31px;
	height: 31px;
}
#pageList{
	width: 100%;
	overflow: hidden;
	position: relative;  
	z-index: 99;
	background: url("images/content_pattern.png");
	margin-bottom: 171px;
	margin-top: -5px;
}
#pageList>section>article{
	position: relative;
	overflow: hidden;
	padding: 56px 0px 55px;
}
/*-------------Teg Style-----------*/
h2{
	padding-bottom: 30px;
	color: white;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
}
h3{
    padding-bottom: 0px;  
    color: white;  
    text-transform: uppercase;   				
    font-size: 10px;
    line-height: 15px;
}
h3>a{color:#fff}
h3>a:hover{color:#7e828d}
h4{
    color: #DAD2D1;  
    font-size: 14px;  
    padding-bottom: 11px;  
    line-height: 16px;
}
p, .excerpt{
	padding-bottom: 19px;
	line-height: 17px;
}
a{
	text-transform: uppercase;
	text-decoration: none;
}
/*-------------Class Style-----------*/
.thumbnail{
    position: relative;
    display: block;
    margin-top: 4px;
}
.button, .previouspostslink, .nextpostslink, .last, .first{
	display: inline-block;
	color: #Fff;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
	border: 0;
	margin: 12px 0 0 0;
	position: relative;
	height: auto;
	background: none;
	font-size: 10px;
}
.button:hover, .previouspostslink:hover, .nextpostslink:hover, .last:hover, .first:hover{
    color: #7e828d;
}
.color_1, .color_1 a{
	text-transform: lowercase;
}
.color_1 a:hover{
	color: #fff;	
}
.color_1:first-letter, .color_1 a:first-letter{
	text-transform: uppercase;
}
/*-------------Fullwidth Page Style-----------*/
.list_1{
    margin: -4px 0 0 0;
}
.list_1>li,  div[id*="categories"]>ul>li, div[id*="archives"]>ul>li{
	margin-bottom: 3px;
	padding-top: 6px;
	background: url(images/horizontal_hr.png) 0 0 repeat-x;
}
.list_1>li:first-child, div[id*="categories"]>ul>li:first-child, div[id*="archives"]>ul>li:first-child{
	background:none;
	padding-top: 0;
}
.list_1>li>a, div[id*="categories"]>ul>li>a, div[id*="archives"]>ul>li>a{
    padding-left: 23px;
    background: url(images/arr_1.png) 1px 7px no-repeat;
    display: inline-block;
}
.list_1>li>a:hover, div[id*="categories"]>ul>li>a:hover, div[id*="archives"]>ul>li>a:hover{
	background-position: 9px 7px;	
}
.list_2{
    margin-top: 4px;
    margin-bottom: -5px;
}
.list_2>li{
	margin-bottom: 12px;
}
.list_2>li>div{
	float: left;
	font-size: 41px;
	color: #fff;
	margin: 10px 37px 0 8px;
	text-align: center;
}
.list_2>li>div>span{
	font-size: 10px;
	text-transform: uppercase;
	color: #7e828d;
	margin: 0px 0 0 0;
	display: block;
}
.list_3{
    margin-top: -3px;
    margin-bottom: -5px;
}
.list_3>li{
}
.list_3>li>p{
	display: table-cell;
	padding-top: 1px;
	padding-bottom: 9px;
}
.list_3>li>div{
	display: table-cell;
	color: #fff;
	width: 35px;
}
.marginTop{
	margin-top: -22px;
}
/*DESIGN TEAM*/
.entry>a>.thumbnail{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.entry>a:hover>.thumbnail{
	background: #ab2f31;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.entry{
    float: left;
    margin: -3px 0px 0px 0px;
}
.entry>a{
    font-size: 15px;
    color: #949494;
    text-decoration: none;
   	
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.entry>a:hover{
	color: #000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.noMarginR{
    margin-right: 0px;
}
.recent-posts {
    margin: 0px 0 0 0px;
    display: inline-block;
}
/*latest events*/
.popular_posts{
	margin-top: -6px;
	margin-bottom: 7px;
	display: inline-block;
}
.popular_posts>li{
    margin-bottom: 13px;
}
.widget ul{
    margin-bottom: 10px;	
}
.widget ul>li>a:hover{
}
/*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;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: block;
}
.testimonials div.testi_item blockquote>a:hover {
	color: #AB2F31;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.name-testi {
	padding: 0 0 0 2.2em;
	text-align: right;
	font-weight: bold;
	display: block;
	color: #fff;
	margin-top: -25px;
}
.services>li>img{
    float: left;
    margin-right: 10px;
}
.services>li>h4{
    margin-top: -20px;
}
.services>li{
	margin-bottom: 10px;
}
.width_1{
    width: 600px;
}
.marker{
	float: left;
	margin-top: -4px;
	padding-right: 11px;
	display: table-cell;
}
.faq_list>dt{
	overflow: hidden;
	padding-bottom: 10px;
}
.faq_list>dd{
	overflow: hidden;
}
.faq_list>dd>p{
	display: table-cell;
}
/*-------------Comment List Style------------*/
.author{
    color: #fff;
}
/*-------------wp-pagenavi Style------------*/
.wp-pagenavi .current{
	color: #fff;
}
/*-------------Forms Style------------*/
#commentform .field input, .wpcf7-form .field input, #searchform>.searching{
	overflow: hidden;
	padding: 4px 1%;
	outline: none;
	border: 0;
	background: url(images/comment_bg.png);
	color: #7E828D;
	resize: none;
	margin: 0;
	width: 97%;
	font: 10px/21px "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	min-height: 21px;
}
#commentform textarea, .wpcf7-form textarea{
	overflow: hidden;
	margin: 0;
	padding: 6px 1%;
	outline: none;
	resize: none;
	height: 218px;
	border: 0;
	background: url(images/comment_bg.png);
	color: #7E828D;
	width: 97%;
	font: 10px/15px "Trebuchet MS", sans-serif;
	text-transform: uppercase;
}
.field{
	padding-bottom: 10px ;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
}
/*-------------Contact Forms Style------------*/
.bInline{
	display: inline-block;
	width: 100%;
}
.submit-wrap{
    margin-left: -2px;
}
/*------------Search Forms Style------------*/
#searchform>.searching{
	width: 52%;  
	height: 17px;
	margin: 0px 11px 0 0;
	display: block;
	float: left;
}
/*-------------Coment Forms Style------------*/
#respond{
	margin-top: 46px;
}
#commentform{
	overflow: hidden;
}
#commentform>.field>input{
}
#commentform>.field>textarea{
	width: 339px;
}
.formT{
	width: 560px;
}
.nWidth{
    width: 400px !important;
}
/*----blog----*/
.post-meta-date time{
	background: url(images/data_bg.png) 0 0 repeat-x;
	width: 61px;
	height: 60px;
	display: block;
	float: left;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 11px;
	margin: 4px 21px 0 0px;
}
.post-meta-date h3{
    padding-top: 17px;
	
}
.comment_link{
    float: right;
	
}
/*-------------sidebar------------*/
.widget{
    padding-bottom: 50px;
}
.latestpost>li{
	padding-top: 23px;
	border-top: 1px solid #242425;
}
.latestpost>li:first-child{
	padding-top: 0;
	border: none;
}
.recent-post-meta{
	display: inline-block;
	color: #fff;
}
.recent-comments{	
	float: right;
	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: 27px;
}
.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;
}
/*-------------footer------------*/
#footer{
	z-index: 100;
	height: 154px;
	font: 9px "Trebuchet MS", sans-serif;      
	color: #595959;    
	text-transform: uppercase;
	padding: 17px 0 0 0;
	width: 100%;
	position: absolute;  
	background: url("images/footer_part.png") 0 0 repeat-x;
	text-align: center;
	bottom: 0;
}
#footer a{
	text-decoration: none;
	color: #9fa6ab;
}
#footer a:hover{
	color: #9fa6ab;
}
#footerText{
	float: left;
	margin-left: 11px;
}
#footerWidgets{
	float: right;
	margin-right: 11px;
}
/*-------------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>li{
	float: left;
	list-style-image: url(images/social_list.png);
}
.social-networks>li:first-child{
	list-style: none
}
.social-networks>li>a{
    margin: 0px 13px 0 -3px;
    display: inline-block;
    padding-top: 1px;
}
.social-networks>li>a:hover span{
	background-position:0 0px !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.social-networks>li>a>span{
	background-position:0 0 !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.social-networks img{
	position: relative;
}
/*------------page-404-------------*/
.error404{
	padding: 46px 0;
	color: red;
	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;
}