﻿/* ---------------------------------------------------------------------- */
/*	Basic Elements & Classes
/* ---------------------------------------------------------------------- */

body {
	background:#f1f1f1 url(../images/patterns/main.png) repeat;
	color: #909090;
	font: 11px/1.7 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

::-moz-selection { background: #0dabfc; color: #fff; text-shadow: none; }
::selection { background: #0dabfc; color: #fff; text-shadow: none; }

h1, h2, h3, h4, h5, h6 {
	color: #474747;
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 15px;
}

h3, h4, h5 { font-weight: 600; }
small{
	color:#929292
}

a {
	color: #3a3a3a;
	text-decoration: none;
	-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}

a:hover]{ color: #0dabfc; }
a.button:hover , .button a:hover{
	color:#fff;
}
hr {
	background: #efefef;
	color: #efefef;
	margin: 5px 0 25px;
}
hr.dot{ border-style: dotted; }
p + hr { margin: 25px 0 20px; }

strong {
    font-weight: bold;
}

.imgleft{
	float:left;	
	margin:0px 10px 0px 0px
}


.imgright{
	float:right;	
	margin:0px 0px 0px 10px
}
.imgcenter{
	float:none;	
	margin:0 auto;
	margin-bottom:10px;
	display:block;
}


.wp-caption {margin:5px 15px 10px 0;
position: relative;}
.wp-caption-text {display:block;
font-size:11px;
font-style:italic;
margin:0 auto;
padding:3px 10px 5px;
text-align:center;
font-family: Georgia,"Times New Roman"}
.sticky  {}
.bypostauthor {}
.alignright  { float:right; margin-left:10px; margin-bottom:10px}
.alignleft { float:left; margin-right:10px; margin-bottom:10px;}
.aligncenter  { float:none; margin:0 auto; text-align:center;}

/****** clear *******/


.clearfix {
	_zoom: 1; 
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.patterns{
    background:transparent  url(../images/pattern.png)  repeat center;
	width:100%;
	height:100%;
	position:absolute;
	display:block;
	z-index:-1;

}

/* ---------------------------------------------------------------------- */
/*	Mian Wrappers
/* ---------------------------------------------------------------------- */


#wrapper{
	width:100%;
	position:relative;
	
}

.main{
	padding:0px;
	margin:0 auto;
	margin-top:0px;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
	background:#fff;
	border-bottom:6px #0dabfc solid;
}
.container, .content_block{
	margin:0 auto;
}

.content_wrapper{
	margin:0 auto;
	padding-bottom:20px;
}

.content_block{
	margin:15px 0px;
	padding-bottom:25px;
	display:inline-block;
	 background:transparent  url(../images/content_bottom.png)  repeat-x bottom;
}
.content_block.teaser2{
	border-bottom:0px;
}

.item{
	margin-bottom:25px;
}


.inner_content{
	width:100%;
	margin-top:25px;
}
.inner_content.first{
	margin-top:0px;
}

/* ---------------------------------------------------------------------- */
/* Header
/* ---------------------------------------------------------------------- */



#header{
	position:relative;
	padding:0px 0px 20px ;
	background-colot:#f1f1f1;
	background-position: url(../images/patterns/30.gif) repeat ;
	padding:0px 25px;
}


#header .brandding{
	position:absolute;
}


.search_top{
	position:absolute;
	right:40px;
	top:85px;
}

.header_top{
	height:40px;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
}

.top_link{
	float:left;
	margin-top:10px;
}
.top_link span a{
	border-right:1px #dedede solid;
	margin-right:10px;
	padding-right:10px;
	float:left;
	color:#9D9D9D ;
}

.tool_free{
	position:absolute;
	font-size:15px;
	font-weight:700;
	color:#3a3a3a;
	background: url(../images/icons/toll_free.png) no-repeat 0px 3px;
	padding-left:30px;

}


/**************
Post Nav
**************/
.prepost{
	float:left
}
.prepost a{
	text-indent:-9999px;
	background:transparent url('../images/post_nav.png') no-repeat 0px 0px;
	width:22px;
	height:17px;
	float:left;

}
.nxtpost{
	float:right;

}
.prepost, .nxtpost{
		text-indent:-9999px;

}
.prepost a:hover{
	background:transparent url('../images/post_nav.png') no-repeat 0px -17px;

}

.nxtpost a{
	text-indent:-9999px;
	background:transparent url('../images/post_nav.png') no-repeat -22px 0px;
	width:22px;
	height:17px;
	float:right;

}


.nxtpost a:hover{
	background:transparent url('../images/post_nav.png') no-repeat -22px -17px;

}


 .post_nav{
	text-align:center;
	background: url('../images/subtle-grid.png') repeat bottom center ;
	position:absolute;
	right:0px; 
	bottom:20px;

}
 .post_nav_inner{
 	width:50px;
	margin:0 auto;
	height:22px;
 }







/* ---------------------------------------------------------------------- */
/*	Section Title
/* ---------------------------------------------------------------------- */

.section_title{
	border-bottom: 1px solid #F2F2F2;
    margin-bottom: 25px;
	height:25px;
}

#sidebar .section_title{
	margin-bottom: 15px;

}

.section_title .title{
	display:inline-block;
}

.section_title h3, .section_title h5{
		height:25px;
		float:left;
		text-transform:uppercase;
		margin-bottom:0px;
		line-height:20px;
		border-bottom:1px #52D9D7 solid;
		padding-right:20px;

}

.subtitle_inner{
	margin-bottom:15px;
	background:url(../images/content_bottom.png) repeat-x bottom center;
	padding-bottom:15px;
	text-transform:uppercase;
	

}
h6.subtitle , h5.subtitle, h4.subtitle , h3.subtitle {
	margin-bottom:5px;
	text-transform:uppercase;
	
}

 h3.subtitle 	{
 	font-size:13px;
 }

.main, .section_title h3, .section_title h5{
	padding-top:0px !important;
}


a.all_link	{
	color:#bebebe;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
	
}

/* ---------------------------------------------------------------------- */
/*	pageheader & breadcrumbs
/* ---------------------------------------------------------------------- */

.pageheader{
	position:relative;
	margin:0 auto;
	margin-top:10px;
	
	
}

.breadcrumbs{
	position:absolute;
	left:0px;
	bottom:15px;
	z-index:5
	
}
.breadcrumbs-title{
	padding-right:5px;
}
.breadcrumbs a, .breadcrumbs span, .breadcrumbs{
	color:#9d9d9d;

}

 .breadcrumbs a:hover{
	color:#0dabfc;

}

.page_title, .title_container{
    display: block;
    padding: 20px 0px;
    position: relative;
	background:url(../images/tagline_bg.png) repeat-x bottom center;
	margin-bottom:25px;
	
}
.title_container{
	margin-top:15px;
}
.page_title h1 small {
    color: #AAAAAA;
    display: inline-block;
    font-family: "open sans",serif;
    font-size: 11px;
    line-height: 20px;
    margin-left: 15px;
    position: relative;
    text-transform: uppercase;
    top: -3px;
	font-style:normal;
}
.page_title h1 small span{
	padding-right:10px;
}
.page_image{
	margin:0 auto;
	margin-bottom:25px;

}
.page_image img{
	max-width:100%;
}
.other{
	width:100%;
	margin-top:25px;
}



/* ---------------------------------------------------------------------- */
/*	top_widgets
/* ---------------------------------------------------------------------- */
.top_widgets {
	border-bottom:1px #EFEFEF solid;
	border-top:1px #EFEFEF solid;
	min-height:50px;
	margin:1px 0px;
	background:#fff;
}

.top_widgets img{
	max-width:100%;
}

/* ---------------------------------------------------------------------- */
/*	Social Links
/* ---------------------------------------------------------------------- */
#header .social_div{
	position:absolute;
	right:25px;
	top:15px;
}


.social_top{
	position:absolute;
	right:20px;
	top:80px;
}

ul.social  li {
	float:left;
	width:21px;
	height:21px;
}
.home_tm_wrapper ul.social  li, .team_page  ul.social  li{
	float:left;

}
ul.social li a{
	background:transparent url('../images/social.png') no-repeat;
}
ul.social li a{
	display:block;
	width:21px;
	height:21px;
}
ul.social li.RSS a{
	background-position:0px 0px;
}
ul.social li.RSS a:hover {
	background-position:0px -21px;
}
ul.social  li.twitter a{
	background-position:-21px 0px;
}
ul.social li.twitter a:hover {
	background-position:-21px -21px;
}
ul.social li.facebook a{
	background-position:-42px 0px;
}
ul.social li.facebook a:hover {
	background-position:-42px -21px;
}

ul.social li.linked a{
	background-position:-63px 0px;
}

ul.social li.linked a:hover {
	background-position:-63px -21px;
}

ul.social li.flickr a{
	background-position:-84px 0px;
}

ul.social li.flickr a:hover {
	background-position:-84px -21px;
}

ul.social li.digg a{
	background-position:-105px 0px;
}
ul.social li.digg a:hover {
	background-position:-105px -21px;
}

ul.social li.vimeo a{
	background-position:-126px 0px;
}
ul.social li.vimeo a:hover {
	background-position:-126px -21px;
}

ul.social li.trumble a{
	background-position:-147px 0px;
}
ul.social li.trumble a:hover {
	background-position:-147px -21px;
}


ul.social li.dribble a{
	background-position:-168px 0px;
}
ul.social li.dribble a:hover {
	background-position:-168px -21px;
}







/* ---------------------------------------------------------------------- */
/*	slider
/* ---------------------------------------------------------------------- */

.slider_wrapper{
	
	border-bottom:3px #2b2b2b solid;
	margin-top:1px;
}


.staticframe{
	height:450px;
}
/***************  page_slides*************/

.page_slides{
	width:920px;
	margin:0 auto;
	margin-bottom:25px;
}


/* ---------------------------------------------------------------------- */
/*	tagline and teaser
/* ---------------------------------------------------------------------- */


.tagline{
	background:url(../images/tagline_bg.png) repeat-x bottom center;
	text-align:center;
	margin-bottom:15px;
	padding-bottom:25px;
	

}

.hometeaser{
	background:url(../images/tagline_bg.png) repeat-x bottom center;
	padding:0px 0px 25px 0;
	

}
.teaser_in {
	padding:0px;
}
.teaser_in h2{
	margin-bottom:0px;
}
.hometeaser .data{
	float:left;
}


.hometeaser .teaser_button{
	float:right;
	margin:10px 0px 0 0;
}


.teaser2 { 
	display: inline-block; 
	position: relative; 
	text-align: center; 
	width: 920px;	
	background:url(../images/tagline_bg.png) repeat-x bottom center;
	padding:0px 0px 25px 0;
 }

.teaser2 h2 { color: #404040;   font-weight:600; text-align: center; text-shadow: 0 1px 1px #FFFFFF; }

.teaser2 h2 .sub-heading { color: #404040; display: block; font: 12px 'OpenSans', Arial; padding-top: 10px; text-shadow: 1px 1px 0 #FFFFFF; text-transform: lowercase; }

.teaser_wrapper em { color: #777777; font-size: 14px; line-height: 30px; margin: 0 15px; float:left; }

.teaser_wrapper { display: inline-block; margin: 0; margin-top:10px; }

/* ---------------------------------------------------------------------- */
/*	home_about
/* ---------------------------------------------------------------------- */

.home_about p{
	margin-bottom:20px;
}


/** why us **/

.whyus{
	width:100%;
	display:inline-block;
}
.whyus.about li{
	margin-bottom:15px;
	padding-bottom:15px;
	width:100%;
	margin-right:0px;
		background:transparent url('../images/content_bottom.png') repeat-x bottom center ;

}
.whyus li{
	float:left;

}
.whyus li h4{
	float:left;
}



.whyus .circle {
    margin-top: 3px;
	float:left;
}

.whyus .icon{
	float:left;
	width:40px;
	margin-right:5px;
}


.whyus .data{
	float:left;
	width:150px;
	
}

.whyus strong{
	text-transform:uppercase;
}

.whyus ul li span{
	display:block;
}


/* ---------------------------------------------------------------------- */
/*	Featured Box
/* ---------------------------------------------------------------------- */


.home_fe_box .item_wrapper{
	margin-bottom:25px;
	text-align:left;
}
.home_fe_box  .one-third .item_wrapper .icon{
	float:left;
	margin-right:15px;
	width:30px;
	position:relative;
	display:block
}


.home_fe_box .one-fourth  .item_wrapper .icon{
	margin-bottom:15px;
	width:30px;
	position:relative;
	display:block
}

.home_fe_box  .one-third .item_wrapper .data{
	float:left;
}

.home_fe_box .item_wrapper.bottom{
	margin-bottom:0px
	
}
.home_fe_box.gray{
	background:#f3f3f3;
}

.home_fe_box  .one-third .item_wrapper.pd .icon{
	float:left;
	margin-right:15px;
	width:60px;
	position:relative;
	display:block
}

.home_fe_box  .one-third .item_wrapper.pd .data{
	float:left;
}


.home_fe_box  .button{
	margin-bottom:0px;
}

.home_fe_box.rimpo  .one-third .item_wrapper .icon{
	float:none;
	width:230px;
}

.home_fe_box.rimpo  .one-third .item_wrapper .icon img{
	width:282px;
}

.home_fe_box.rimpo  .one-third .item_wrapper .subtitle{
	border-bottom:3px  solid;
	margin-bottom:10px;
	padding-bottom:5px;
}

.home_fe_box.rimpo  .one-third.blue .item_wrapper  .subtitle {
	border-color:#0097f4;
	color:#0097f4;
}


.home_fe_box.rimpo  .one-third.green .item_wrapper  .subtitle {
	border-color:#99ab85;
	color:#99ab85;
}

.home_fe_box.rimpo  .one-third.yellow .item_wrapper  .subtitle {
	border-color:#dfbe58;
	color:#dfbe58;
}

.home_fe_box.rimpo  .one-third .item_wrapper .data{
	float:left;
	width:100%;
}


.home_fe_box.rimpo  .one-fourth .item_wrapper .subtitle{
	border-left:3px  solid;
	margin-bottom:10px;
	padding-left:5px;
}

.home_fe_box.rimpo  .one-fourth.blue .item_wrapper  .subtitle {
	border-color:#0097f4;
}
.home_fe_box.rimpo  .one-fourth.blue .item_wrapper  .subtitle a {
	color:#0097f4;
}

.home_fe_box.rimpo  .one-fourth.green .item_wrapper  .subtitle {
	border-color:#99ab85;
	
}
.home_fe_box.rimpo  .one-fourth.green .item_wrapper  .subtitle a{
	color:#99ab85;
}
.home_fe_box.rimpo  .one-fourth.yellow .item_wrapper  .subtitle {
	border-color:#dfbe58;
	
}

.home_fe_box.rimpo  .one-fourth.yellow .item_wrapper  .subtitle a{
color:#dfbe58;
}
.home_fe_box.rimpo  .one-fourth.darkblue .item_wrapper  .subtitle{
 border-color:#142c4c
}
.home_fe_box.rimpo  .one-fourth.darkblue .item_wrapper  .subtitle a{
	color:#142c4c;
}

.home_fe_box.rimpo  .one-fourth.green .item_wrapper  .icon {
	position:relative;
	
}


.overlay{
	width:205px;
	height:110px;
	position:absolute;
	left:0px;
	top:0px;
	background:rgba(0, 0, 0, .5);
}
.home_fe_box.rimpo  .one-fourth .item_wrapper  .icon .overlay{

	position:absolute;
	left:0px;
	top:0px;
	background:rgba(0, 0, 0, .6);
		-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;	

}

.blue .overlay{
	background:rgba(0, 151, 244, .6) !important;
}
.blue .overlay:hover{
	background:rgba(0, 151, 244, .2) !important;
}
.green .overlay{
	background:rgba(153, 171, 133, .6) !important;
}
.green .overlay:hover{
	background:rgba(153, 171, 133, .2) !important;
}
.yellow .overlay{
	background:rgba(223, 190, 88, .6) !important;
}
.yellow .overlay:hover{
	background:rgba(223, 190, 88, .2) !important;
}
.darkblue .overlay{
	background:rgba(20, 44, 76, .6) !important;
}
.darkblue .overlay:hover{
	background:rgba(20, 44, 76, .2) !important;
}
.hidden{
	display:none;
}




/* ---------------------------------------------------------------------- */
/*	Services
/* ---------------------------------------------------------------------- */
.item_wrapper{
	position:relative;
}
.home_services.v1 .item_wrapper{
	margin:10px 0px;
}
.home_services.v1 .subtitle{
	position:absolute;
	bottom:10px;
	left:20px;
}

.home_services.v1 .subtitle h5{
	opacity: 0.6;
	
}

.home_services.v1 .subtitle h5 a{
	color:#fff;
	font-size:17px;
	text-transform:uppercase;
	
}

.home_services.v1 .subtitle h5 a:hover{
	color:#efefef;
}

.home_services.v1 .overlay{
	position:absolute;
	left:0px;
	top:0px;
	background:rgba(0, 151, 244, .6) !important;
		-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;	

}



.home_services.v2 .item_wrapper{
	width:280px;
	height:160px;
}

.home_services.v2 .subtitle{
	position:absolute;
	background:rgba(0, 151, 244, .6) !important;
	bottom:0px;
	left:0px;
	width:100%;
	margin:0px;
	
}
.home_services.v2 .subtitle h5{
	padding:5px;
	margin:0px;
}
.home_services.v2 .subtitle h5 a{
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	
	
}

.home_services.v1 .subtitle h5 a:hover{
	color:#efefef;
}


.services_icon{
	float:left;
	margin-right:10px;
}


/*-----------------------------------------------------------------------------------*
/* = Services
/*-----------------------------------------------------------------------------------*/

#services-wrap{ }

#services-description{
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: double #ddd;
}
#services-description p:last-child{
	margin: 0;
}

#service-tabs{
	float: left;
	width: 300px;
}
#service-content{
	float: right;
	width: 580px;
	margin-top: 0px; 

}
#service-content h2{
	font-size: 21px;
}

#service-tabs li{
	list-style: none;
}
#service-tabs a{
	font-weight: bold;
	color: #000;
	display: block;
	background: #aaa;
	padding: 10px 20px;
	margin-bottom: 5px;
	
	text-decoration: none;
	text-shadow: 0px 0px 1px rgba(255,255,255, 0.8);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

#service-tabs a:hover{
	-moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
#service-tabs li.active a{
	background: #51CDEA;
	color: #fff;
	text-shadow: none;
	-moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
	margin-right:-5px;
}
#service-content h2:first-child{
	margin-top: 0px;
}


#service-tabs li span.icon{
	float:left;
	width:40px;
	height:40px;
	margin-right:10px;	
	display:block;
	padding:0px;
}
#service-tabs li span{
	float:left;
	width:210px;
	padding:5px 0 0 0 ;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;

}
#service-tabs li h5{
	float:left;
}

.posttime{
	position:absolute;
	right:0px;
	bottom:0px;
	z-index:3;
	background:#fff;
	padding:5px 10px;
	border-top-left-radius: 10px 10px;
	text-align:center;
	line-height:15px;
	font-weight:bold;

}
.posttime span{
	display:block;
}





.post_title{
position:absolute;
	right:3px;
	bottom:3px;
	z-index:3;
	background:#fff;
	padding:10px 15px;
	border-top-left-radius: 10px 10px;
	text-align:center;
	line-height:15px;
	font-weight:bold;
}
.post_title h5{
	font-size:17px;
	margin:0px;
}

.home_blog.v2  .item_wrapper{
	width:605px;
	margin-bottom:30px;
	
}



.home_blog.v2 .item_wrapper .zoom-frame{
	width:605px;
	height:308px;
	
}
.home_blog.v2 .item_wrapper .zoom-frame img{
	width:590px;
	
}


.home_blog.v2 .blg_content .meta{
 float:none;
 width:100%;
 margin:10px 0px;
 border-bottom:1px #ccc solid;
 display:inline-block;
 padding-bottom:10px;
}
.meta li, .post-categories li, .category span{
	float:left;
	margin-right:10px;
}

.categories a{
	margin:0px 10px 0 0;
	
}
.post-categories{
	float:left;
}
.home_blog.v2 .blg_conten .desc_post{
	float:left;
	width:400px;
}


#authorbox {
	display:inline-block;
	
}	
#authorbox .blockavatar{
	width:65px;
	height:65px;
	float:left;
	padding:2px;
	margin-right:10px;
	margin-right:30px;
	border:1px #dedede solid;
}	

#authorbox .blockavatar .avatar{
	width:65px;
	height:65px;
}	
#authorbox	.detail{
	width:490px;
	float:left;
}

.blog_releated ul{
	margin:15px 0px 0;
}	

.blog_releated ul li{
	width:180px;
	float:left;
	margin:0px 10px;
}	
.blog_releated ul li .link{
	margin-bottom:10px;
}	

ol.commentlist{
 display: block;
	position:relative;
}	
#comments-title, .title_header{
	display:block;
		background:transparent url('../images/divider.png') repeat-x bottom;
		padding-bottom:15px;
		margin-bottom:15px;


}	

#comments .section_title small{
	font-size:12px;


}	
.comment_wrap {
    position: relative;
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom: 1px dotted #CED8DF !important;
		margin-left:72px;
	
}

#comments ul.children {
    font-size: 11px;
    font-style: normal;
    line-height: 18px;
    list-style-type: none;
}
#comments ul.children li{
    padding: 10px 0 0 40px;
}
.comment_wrap .reply{
    position:absolute;
	right:10px;
	bottom:10px;
	display:block;	
	text-align:center;

}

.comment_wrap .reply a{
    color:#ccc;
	font-size:11px;	line-height:22px;

}

.comment_wrap .reply a:hover{
    color:#f55d2d;
	font-size:11px;
}
.comment-author .avatar {
    left: -75px;
    position: absolute;
    top: 0px;
	width:50px;
	height:50px;
	border:1px #dedede solid;
}

ul.children .comment-author .avatar {
    left: -50 !important;
    position: absolute;
    top: 0px;
	width:30px;
	height:30px;
}

.comment-author{
	display:inline-block;
}

.comment-author span.cauthor  {
    font-weight:700;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	float:left;
	margin-right:10px;
	color:#666666;
}

.comment-meta{
	color:#555555;
	font-size:10px;
	float:left;
}

.single_comment {
	padding:10px 0px;
}
.single_comment p{
color:#999;
}

.blog_modern_home .item{
	margin-bottom:20px;
}

#cancel-comment-reply-link{
	background:#2f2f2f;
	bottom:-10px;
	width:150px;
	height:20px;
	display:block;	
	text-align:center;
		border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#FFF;
	padding:5px;
}


#share_widget{
	margin:10px 0px;
	padding:15px 0px;

}

#share_widget a, #share_widget strong{
	float:left;
	margin-right:5px;
	text-align:-9999px;
}

#share_icons a{
	width:20px;
	height:20px;
	display:block;
}

#share_icons a.share_rss{
	background:transparent url('../images/icons/share/RSS.png') no-repeat left center;
}

#share_icons a.share_stumbleupon{
	background:transparent url('../images/icons/share/stumbleupon.png') no-repeat left center;
}

#share_icons a.share_digg{
	background:transparent url('../images/icons/share/digg.png') no-repeat left center;
}

#share_icons a.share_delicious{
	background:transparent url('../images/icons/share/delicious.png') no-repeat left center;
}

#share_icons a.share_facebook{
	background:transparent url('../images/icons/share/facebook.png') no-repeat left center;
}


#share_icons a.share_twitter{
	background:transparent url('../images/icons/share/twitter.png') no-repeat left center;
}



.video_wrapper, .zoom_gallery{
	margin-bottom:25px;
}

.video_wrapper iframe{
	width:600px;
}



/* ---------------------------------------------------------------------- */
/*	Portfolio
/* ---------------------------------------------------------------------- */

.hentery{
	padding:10px 0px;
}
.potfolio_overview li{
	margin-bottom:5px;
	
}

.side_item{
	padding:10px;
	border:1px #f1f1f1 solid;
	
	
}

.portfolio_meta{
	width:100%;
	margin-bottom:15px;
	 background: url("../images/content_bottom.png") repeat-x scroll center bottom transparent;
	 padding-bottom:15px;
	
}

.portfolio_meta li{
	
}


/* ---------------------------------------------------------------------- */
/*	Projects
/* ---------------------------------------------------------------------- */


.home_project .projecttitle h1, .home_project .projecttitle h3 , .project .projecttitle h1 , .project .projecttitle h3{
	text-transform:uppercase;
	margin-bottom:5px;
	
}

.home_project .projecttitle span, .project .projecttitle span{
	text-transform:uppercase;
	display:block;
	
}
.home_project.v1 .projecttitle span, .home_project.v1 .projecttitle h2{
	padding-left:80px
}
.project_desc{
	margin-top:20px;
}

.project_tagline{
	color:#0dabfc;
	font-size:11px;
	font-weight:bold;
	
}	

.home_project.v3 .project_tagline{
	font-size:11px;
	font-weight:normal;
	
}	


.project_meta{
	margin:20px 0px;
}
.project_meta li{
	float:left;
	padding-right:15px;
	margin-right:15px;
	border-right:1px #e5e5e5 solid;
	
	color:#111;
}

.project_meta li span{
	display:block;
	text-transform:uppercase;
	font-size:11px;
		color:#929292;
	
}


/* ---------------------------------------------------------------------- */
/*	TS
/* ---------------------------------------------------------------------- */
.home_ts_wrapper {
	background:#bdbdbd ;
	padding:20px;
	position:relative
}
.home_ts_wrapper .speech{
	background:url('../images/ts_bg.png') no-repeat 0 0 ;
	position:absolute;
	left:20px;
	bottom:-16px;
	width:17px;
	height:17px;
}
.ts_data{
	padding-left:45px;
	margin-top:10px;
	
}
.ts_data h5{
	padding:0px 0px 0px 10px;
	float:left;
	text-transform:uppercase;
}
.ts_data h5 small{
	display:block;
	margin-top:5px;
	font-weight:normal;
	font-size:11px;
}
/* ---------------------------------------------------------------------- */
/*	news
/* ---------------------------------------------------------------------- */

.news_time{
	padding-right:15px;
	border-right:3px #ccc solid;
	font-size:11px;
	font-weight:bold;
	text-align:right;
	height:40px;
}
.home_news .zoom-frame{
	margin-bottom:15px;
}

span.post_tagline{
	color:#dedede;
	padding-bottom:10px;
	display:block;
}

/* ---------------------------------------------------------------------- */
/*	Team
/* ---------------------------------------------------------------------- */

.home_tm_wrapper .zoom-frame{
	margin-bottom:15px;
}


.about_view{
	text-align:left;

}

.about_view .data{
	padding:30px 0px 0px 0px;
}
.about_view h3, .team_view h3{
	text-transform:uppercase;
	
}

.teampage.v2 .zoom-frame{
float:left;
margin-right:20px;
border-radius:100px;
-moz-border-radius:100px;
-webkit-border-radius:100px;
margin-bottom:20px;
}
.teampage.v2 .zoom-frame img{display:block;width:200px;height:200px;border-radius:100px;-moz-border-radius:100px;-webkit-border-radius:100px}


.teampage.v2  .item_wrapper{
	text-align:center;
}


/* ---------------------------------------------------------------------- */
/*	Footer
/* ---------------------------------------------------------------------- */

#topcontrol{
	background: url('../images/top.png') no-repeat left center;
	width:54px;
	height:25px;
}

#footer{
	
	background:#2b2b2b;
	padding:25px;
	position:relative;
	border-top:10px #f2f2f2 solid;
}
#footer h5{
	text-shadow: 1px 1px 0 #2f1f00;
}

.footer_arrow{
	position:absolute;
	left:47%;
	top:-7px;
	background:#f2f2f2 ;
	width:12px;
	height:12px;
	content: '';
							-webkit-transform: rotate(45deg);
						   -moz-transform: rotate(45deg);
							-ms-transform: rotate(45deg);
							 -o-transform: rotate(45deg);
								transform: rotate(45deg);

	
}


.footer-bottom .footer_arrow{
	position:absolute;
	left:47%;
	top:-8px;
	background:#2B2B2B;
	width:15px;
	height:15px;
	content: '';
							-webkit-transform: rotate(45deg);
						   -moz-transform: rotate(45deg);
							-ms-transform: rotate(45deg);
							 -o-transform: rotate(45deg);
								transform: rotate(45deg);

	
}


.footer-bottom {
    padding: 6px 0 1px;
    z-index: 101;
	padding:25px;
	margin:0 auto;
	background:#121111;
	position:relative;
	color:#979797;
}

.footer-bottom .links{
	display:block;
}

.footer-bottom .links .nav_bottom{ 
	margin:0 auto;
	width:auto;
	display:inline-block;
}
.footer-bottom .links .nav_bottom li,  .navigation li{
	float:left;
	padding-right:15px;
}

.footer-bottom .links .nav_bottom li a,  .footer-bottom .links .navigation  li a{
	color:#909090;
    display: block;
    font-weight: 600;
	text-transform: uppercase;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial;
}
.footer-bottom .links .nav_bottom li a:hover{
	color:#ccc;
}
.copyrights {
	display:block
}


.logo_bottom{
	
	border-right:1px #555555 solid;
	padding-right:30px;
}








.widget_title{

}

.widget_title h5{
	color:#FFF;
	text-transform:uppercase;
	text-shadow:0px 1px 1px #111;
	font-weight:bold;
}

.sideitem {
	margin-bottom:25px;
	border:1px #e5e5e5 solid;
	padding:20px;
}
#sidebar .sideitem{
	border:0px #e5e5e5 solid;
	padding:0px;
}
#commentform{
	position:relative;
}
#map{
	height:450px;
	margin-bottom:25px;
}

#contact_form{
	position:relative;
}

/*---------------------- 



*****************/
div .entry-content table {
width: 100%;
padding: 0;
margin: 0 0 23px 0;
border-spacing: 0px;
border-collapse: collapse;
border:none;
}


/***********************
404
**************************/

.image_404{
	background: url("../images/404.png");
	width:400px;
	height:270px;
	display:block;
	margin-top:15px;
}
.error_page{
	margin-top:80px;
}




#header .searchbox {
	position:absolute;
	right:15px;	
	top:10px;
}

#header #header_search_form #header_search{
	width:150px;
}