/*
Theme Name: WEB 2 Learn
Theme URI: http://wordpress.org/themes/WEB2Learn_2
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Author URI: http://wordpress.org/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header
Text Domain: WEB2Learn_2
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 622px; /* caption width - 10px */
}
.wp-caption p.wp-caption-text {
	color: #777;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/********** my css ************/

@font-face {
	font-family: Lato Hairline;
 	src: url("fonts/Lato-Hai.ttf");
	}
@font-face {
	font-family: Lato Regular;
	src: url("fonts/Lato-Reg.ttf");
	}
@font-face {
	font-family: Open Sans;
 	src: url("fonts/OpenSans-Regular.ttf");
	}
@font-face {
	font-family: Open Sans Light;
	src: url("fonts/OpenSans-Light.ttf");
	}
@font-face {
	font-family: Open Sans Semibold;
	src: url("fonts/OpenSans-Semibold.ttf");
	}
body{
	padding: 0px;
	margin: 0px;
	background: url(images/body_bg.png) repeat;
	font-family: Open Sans;
	}
a{
	color: inherit;
	text-decoration: none;
	}
a:hover{
	text-shadow: 0px 1px 0px #cccccc;
	}
a.more-link{
	display: block;
	}
img{
	border: none;
	}
p a,
li a{
	color: #3399ff;
	}
.post_text h1{
	color: #3c7dd8;
	font-weight: normal;
	font-family: Open Sans Light;
	font-size: 28px;
	margin: 20px 0px 10px 0px;
	}
.post_text h2{
	color: #3399ff;
	font-weight: normal;
	font-family: Open Sans Light;
	font-size: 22px;
	margin: 20px 0px 0px 0px;
	}
.post_text h3{
	color: #3c7dd8;
	font-weight: normal;
	font-family: Lato Regular;
	font-size: 23px;
	}
.header_all{
	float: left;
	width: 100%;
	height: 90px;
	background: #FFF;
	position: relative;
		-moz-box-shadow: 0px 0px 4px #d8d8d8;
		-webkit-box-shadow: 0px 0px 4px #d8d8d8;
		box-shadow: 0px 0px 4px #d8d8d8;
	}
.center{
	width: 1000px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	}
a.site_logo{
	float: left;
	margin: 20px 0px 0px 0px;
	}
form#search_form{
	float: right;
	width: 150px;
	height: 30px;
	margin: 31px 0px 0px 0px;
	}
form#search_form input#search{
	float: left;
	width: 89px;
	height: 30px;
	background: #F4F4F4;
	border: 1px solid #F4F4F4;
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 0px 0px;
	border-right: none;
	color: #666;
	font-size: 14px;
	outline: none;
	}
form#search_form input.sbmit_btn{
	float: left;
	width: 30px;
	height: 32px;
	background: #F4F4F4 url(images/search_bagn.png) no-repeat center;
	border: 1px solid #F4F4F4;
	border-left: none;
	margin: 0px 0px 0px 0px;
	outline: none;
	cursor: pointer;
	}
ul.main_menu{
	float: right;
	max-width: 600px;
	margin: 37px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	}
ul.main_menu li{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 10px;
	}
ul.main_menu li a{
	font-size: 14px;
	color: #999;
	}
ul.main_menu li a:hover,
ul.main_menu li.current_page_item a,
ul.main_menu li.current-menu-item a{
	color: #237bd3;
	}
li.Contact,
.to_c_form{
	cursor: pointer;
	}
.site_container{
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	margin: 0px 0px 0px 0px;
	}
#main_slider{
	float: left;
	width: 1000px;
	height: 300px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	position: relative;
	z-index: 10;
	}
#main_slider > .slider_set{
	float: left;
	width: 1000px;
	height: 300px;
	margin: 0px 0px 0px 0px;
	}
.slider_pager{
	float: left;
	width: 1000px;
	height: 0px;
	position: relative;
	z-index: 20;
	margin: 0px 0px 0px 0px;
	}
.slider_pager > .slider_prev{
	float: left;
	width: 71px;
	height: 72px;
	background: url(images/slider_arrows.png) no-repeat left center;
	margin: -185px 0px 0px -1px;
	cursor: pointer;
	}
.slider_pager > .slider_next{
	float: right;
	width: 71px;
	height: 72px;
	background: url(images/slider_arrows.png) no-repeat right center;
	margin: -185px -1px 0px 0px;
	cursor: pointer;
	}
.under_slider{
	float: left;
	width: 100%;
	height: 115px;
	margin: 0px;
	position: relative;
	background: #FFF;
		-moz-box-shadow: 0px 0px 4px #d8d8d8;
		-webkit-box-shadow: 0px 0px 4px #d8d8d8;
		box-shadow: 0px 0px 4px #d8d8d8;
	}
.col{
	float: left;
	width: 300px;
	margin: 0px 60px 0px 0px;
	}
.col > a > h2{
	font-size: 18px;
	color: #3399ff;
	font-weight: normal;
	margin: 13px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}
.col > .text{
	font-size: 12px;
	color: #666666;
	}
a.mail_btn{
	display: inline-block;
	background: url(images/email_btn.png) no-repeat center;
	width: 81px;
	height: 26px;
	margin: 0px 0px -10px 10px;
	}
.col:last-child{
	width: 280px;
	margin: 0px 0px 0px 0px;
	}
span.to_c_form,
.col > .text a{
	color: #3399ff;
	}
.site_left{
	float: left;
	width: 690px;
	height: auto;
	margin: 15px 0px 0px 0px;
	}
.box_sets{
	float: left;
	width: 665px;
	height: auto;
	position: relative;
	background: #FFF;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 15px 0px;
		-moz-box-shadow: 0px 0px 4px #d8d8d8;
		-webkit-box-shadow: 0px 0px 4px #d8d8d8;
		box-shadow: 0px 0px 4px #d8d8d8;
	}
.box_sets.page{
	min-height: 1045px;
	}
.box_sets.page > .posts{
	margin: 10px 10px 60px 0px;
	}
.box_type{
	position: absolute;
	width: 152px;
	top: 10px;
	bottom: 10px;
	margin: 0px 0px 0px 0px;
	}
.box_type.projects,
.category.project{
	background-color: #4A85C4;
	}
.box_type.events,
.category.event{
	background-color: #CC8ACC;
	}
.box_type.consultancy,
.category.consultancy{
	background-color: #C7C582;
	}
.box_type.post,
.category.post{
	background-color: #84C59A;
	}
.box_type h1{
	font-size: 30px;
	color: #fff;
	font-family: Open Sans Light;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 10px 10px 10px 15px;
	}
.box_type.consultancy h1{
	font-size: 18px;
	}
.post_set.consultancy .post_text h3{
	font-size: 20px;
	color: #C7C582;
	font-family: Open Sans Light;
	margin: 0px 0px 0px 0px;
	}
.box_type a.view_all,
.box_type span.view_all{
	position: absolute;
	font-size: 11px;
	color: #fff;
	left: 15px;
	bottom: 15px;
	}
.posts{
	float: right;
	width: 480px;
	height: auto;
	margin: 10px 10px 10px 0px;
	overflow: hidden;
	}
.post_set{
	float: left;
	width: 100%;
	border-bottom: 1px solid #e8e8e8;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	}
.post_set:last-child{
	border: none;
	}
.post_set > .post_image{
	float: left;
	margin: 0px 10px 0px 0px;
	}
/*.post_set > .post_title img{
	max-width: 50px;
	margin: 0px 10px -10px 0px;
	}*/
.post_set > .post_title .small_logo{
	width: 45px;
	height: 45px;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 5px 5px;
	text-align: center;
	background-color: #f1f1f1;
}
.post_set > .post_title .small_logo img{
	max-width: 100%;
}
.post_set > .post_title .t{
	padding: 3px 0px 3px;
	margin: 0px 0px;
	float: left;
	width: calc(100% - 70px);
}
.post_set.projects > .post_title,
.post_set.project > .post_title{
	font-size: 18px;
	color: #206EBF;
	font-family: Open Sans Light;
	float: left;
	margin: 0px 0px 0px 0px;
	}
.post_set.events > .post_title,
.post_set.event > .post_title{
	font-size: 20px;
	color: #cc66cc;
	font-family: Open Sans Light;
	float: left;
	margin: 0px 0px 0px 0px;
	}
.post_set.consultancy > .post_title{
	font-size: 20px;
	color: #c7c582;
	font-family: Open Sans Light;
	float: left;
	margin: 0px 0px 0px 0px;
	}
.post_set.post > .post_title{
	font-size: 20px;
	color: #669966;
	font-family: Open Sans Light;
	float: left;
	margin: 0px 0px 0px 0px;
	}
.post_set > .post_text{
	float: left;
	width: 100%;
	font-size: 12px;
	color: #666;
	}
.post_set > .post_text p{
	margin-top: 5px;
	margin-bottom: 5px;
	}
.post_set > .post_text.single p{
	font-size: 13px;
	line-height: 23px;
	}
.sidebar{
	float: right;
	width: 300px;
	height: auto;
	margin: 15px 0px 0px 0px;
	}
.tag_cloud{
	float: left;
	width: 300px;
	height: 165px;
	background: url(images/cloud_bg.png) no-repeat center;
	margin: 0px 0px 20px 0px;
	position: relative;
	}
.tag_cloud > .text{
	float: left;
	width: 210px;
	height: 120px;
	margin: 30px 0px 0px 40px;
	overflow: hidden;
	line-height: 18px;
	color: #666666;
	}
.tag_cloud > .text span{
	width: 210px;
	height: 120px;
	text-align: center;
	font-family: Open Sans Light;
	display: table-cell;
	vertical-align: middle;
	}
.tag_cloud > .text span a{
	text-decoration: none !important;
	}
.widget{
	float: left;
	width: 280px;
	padding: 10px;
	background: #FFF;
	margin: 0px 0px 15px 0px;
		-moz-box-shadow: 0px 0px 4px #d8d8d8;
		-webkit-box-shadow: 0px 0px 4px #d8d8d8;
		box-shadow: 0px 0px 4px #d8d8d8;
	}
.twitter_widget_title{
	float: none;
	display: block;
	height: 45px;
	background: #7CD4FF url(images/twitter_logo.png) no-repeat 15px 13px;
	}
.widg_r_text{
	float: right;
	font-size: 12px;
	color: #fff;
	margin: 15px 15px 0px 0px;
	}
.widg_r_text > strong{
	font-family: Open Sans Semibold;
	}
.widget_content{
	float: none;
	display: block;
	}
.slides_widget_title{
	float: none;
	display: block;
	height: 45px;
	background: #D68585;
	}
.slides_widget_title h3{
	font-size: 30px;
	color: #fff;
	font-family: Open Sans Light;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 0px 15px;
	}
.slide_set{
	float: none;
	display: block;
	margin: 10px 0px 0px 0px;
	}
.slide_set > .slide_thumb{
	display: table-cell;
	vertical-align: middle;
	width: 91px;
	height: 91px;
	border: 1px solid #ddd;
	overflow: hidden;
	}
.slide_set > .slide_thumb > img{
	width: 91px;
	}
.slide_set > .clear{
	display: table-cell;
	width: 10px;
	height: 93px;
	}

.slide_set > .slide_title{
	display: table-cell;
	vertical-align: middle;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	height: 93px;
	width: 170px;
	}
.footer_all{
	float: left;
	/*width: 100%;*/
	width: 665px;
	/*height: 390px;*/
	position: relative;
	padding: 0px 10px 0px 10px;
	background: #FFF;
	margin: 0px 0px 0px 0px;
		-moz-box-shadow: 0px 0px 4px #d8d8d8;
		-webkit-box-shadow: 0px 0px 4px #d8d8d8;
		box-shadow: 0px 0px 4px #d8d8d8;
	}
.footer_in{
	float: left;
	width: 100%;
	min-height: 330px;
	margin: 10px 0px 10px 0px;
	background: url(images/footer_logo.png) no-repeat 0px 10px;
	}
.footer_in > .left_top_text{
	float: left;
	width: 490px;
	font-size: 13px;
	color: #999;
	margin: 6px 0px 0px 135px;
	}
.footer_in > .left_top_text a{
	color: #33ccff;
	}
.footer_in > .left_top_text .cform{
	color: #cccccc;
	}
.contact_form{
	float: left;
	width: 100%;
	margin: -5px 0px 0px 0px;
	}
.diigo_widget{
	float: right;
	position: relative;
	width: 300px;
		-moz-box-shadow: 0px 0px 4px #d8d8d8;
		-webkit-box-shadow: 0px 0px 4px #d8d8d8;
		box-shadow: 0px 0px 4px #d8d8d8;
	}
.diigo_title{
	float: left;
	width: 240px;
	border-bottom: 1px solid #e8e8e8;
	background: url(images/digo_logo.png) no-repeat 0px 5px;
	padding: 0px 0px 20px 20px;
	margin:  20px 0px 20px 20px;
	font-size: 20px;
	color: #666666;
	font-family: Open Sans Light;
	}
ul.diigo_links{
	float: left;
	width: 250px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 60px 0px;
	list-style: none;
	}
ul.diigo_links li{
	display: block;
	float: none;
	font-size: 14px;
	color: #3493F4;
	font-family: Open Sans Light;
	margin: 0px 0px 5px 0px;
	}
a.visit_diigo_page{
	width: 250px;
	position: absolute;
	font-size: 12px;
	color: #999;
	bottom: 20px;
	left: 20px;
	}
.footer_after{
	float: left;
	width: 100%;
	height: 45px;
	}
.clopyright{
	float: left;
	font-size: 12px;
	color: #666;
	margin: 15px 0px 0px 0px;
	}
.steartworks{
	float: right;
	font-size: 12px;
	color: #cccccc;
	height: 22px;
	line-height: 22px;
	font-family: Open Sans;
	padding: 0px 40px 0px 0px;
	margin: 13px 0px 0px 0px;
	background: url(images/steart_logo.png) no-repeat center right;
	}
.box_type.title h1,
.box_type.category.who_we_are h1{
	font-size: 18px;
	color: #206EBF;
	}
.box_type.category{
	position: absolute;
	width: 152px;
	height: 63px;
	top: 10px;
	}
.category_pager{
	bottom: 10px;
	right: 20px;
	position: absolute;
	z-index: 10;
	width: 480px;
	height: 43px;
	border-bottom: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
	}
.category_pager > .pages{
	float: left;
	width: 390px;
	height: 43px;
	text-align: center;
	line-height: 43px;
	font-family: Open Sans;
	color: #cccccc;
	font-size: 14px;
	}
.category_pager > .pages a{
	padding: 0px 3px 0px 3px;
	}
.category_pager > .pages > .active_page{
	text-decoration: underline;
	color: #000;
	}
.category_pager > .prev_pg{
	float: left;
	width: 45px;
	height: 45px;
	background: url(images/pager_arrows.png) no-repeat center left;
	margin: -1px 0px 0px 0px;
	cursor: pointer;
	}
.category_pager > .next_pg{
	float: right;
	width: 45px;
	height: 45px;
	background: url(images/pager_arrows.png) no-repeat center right;
	margin: -1px 0px 0px 0px;
	cursor: pointer;
	}
#fscf_form1{
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	}
#fscf_form1 #fscf_required1{
	font-size: 12px;
	color: #666666;
	}
#fscf_form1 input.fscf-input-text{
	float: left;
	width: 400px;
	height: 40px;
	background: #ffffff;
	margin: 10px 20px 10px 0px;
	font-family: Open Sans Light;
	font-size: 14px;
	color: #333333;
	padding: 0px 20px 0px 20px;
	border: 1px solid #ccc;
		border-radius: 6px 6px 6px 6px;
		-moz-border-radius: 6px 6px 6px 6px;
		-webkit-border-radius: 6px 6px 6px 6px;
	}
#fscf_form1 .fscf-input-textarea{
	float: left;
	min-width: 400px;
	max-width: 400px;
	min-height: 100px;
	max-height: 100px;
	background: #ffffff;
	margin: 10px 0px 10px 0px;
	padding: 10px 20px 10px 20px;
	font-family: Open Sans Light;
	font-size: 14px;
	color: #333333;
	border: 1px solid #ccc;
		border-radius: 6px 6px 6px 6px;
		-moz-border-radius: 6px 6px 6px 6px;
		-webkit-border-radius: 6px 6px 6px 6px;
	}
#fscf_form1 .fscf-input-captcha{
	float: left;
	width: 100px;
	height: 40px;
	background: #ffffff;
	margin: 10px 20px 10px 0px;
	font-family: Open Sans Light;
	font-size: 14px;
	color: #333333;
	text-align: center;
	padding: 0px 20px 0px 20px;
	border: 1px solid #ccc;
		border-radius: 6px 6px 6px 6px;
		-moz-border-radius: 6px 6px 6px 6px;
		-webkit-border-radius: 6px 6px 6px 6px;
	}
#fscf_form1 #fscf_submit1{
	width: 100px;
	height: 30px;
	background: #33ccff;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #333333;
	cursor: pointer;
	font-family: Open Sans Light;
	letter-spacing: 1px;
	border: none;
	margin: 15px 0px 0px 185px;
		border-radius: 6px 6px 6px 6px;
		-moz-border-radius: 6px 6px 6px 6px;
		-webkit-border-radius: 6px 6px 6px 6px;
	}
#fscf_form1 input:focus,
#fscf_form1 textarea:focus{
	border: 1px solid #fff;
	outline-color: #33ccff;
	}
#fscf_form1 .fscf-div-error{
	color: #dd3636;
	}

#FSContact2,
#wpcf7-form{
	float: right;
	width: 480px;
	}
#FSContact2 #fscf_required1{
	font-size: 12px;
	color: #cccccc;
	}
#FSContact2 input.fscf-input-text,
.wpcf7-form input.wpcf7-text{
	float: left;
	width: 625px;
	height: 35px;
	background: #f5f5f5;
	margin: 0px 20px 5px 0px;
	font-family: Open Sans;
	font-size: 12px;
	color: #cccccc;
	padding: 0px 20px 0px 20px;
	border: none;
	}
#FSContact2 .fscf-input-textarea,
.wpcf7-form .wpcf7-textarea{
	float: left;
	min-width: 625px;
	max-width: 625px;
	min-height: 71px;
	max-height: 71px;
	background: #f5f5f5;
	margin: 0px 0px 5px 0px;
	padding: 10px 20px 10px 20px;
	font-family: Open Sans;
	font-size: 12px;
	color: #cccccc;
	border: none;
	}
#FSContact2 .fscf-input-captcha,
#contact_captcha{
	float: left;
	margin: 5px 0px 0px 0px;
	font-family: Open Sans;
	font-size: 14px;
	color: #ccc;
	text-align: center;
	}
#FSContact2 #fscf_submit2,
.wpcf7-submit{
	float: right;
	width: 110px;
    height: 40px;
    background: #4A85C4;
    text-align: center;
    line-height: 20px;
	color: #fff;
	cursor: pointer;
	font-family: Open Sans Light;
	letter-spacing: 1px;
	border: none;
	margin: 10px 0px 0px 0px;
		border-radius: 6px 6px 6px 6px;
		-moz-border-radius: 6px 6px 6px 6px;
		-webkit-border-radius: 6px 6px 6px 6px;
	}
#fscf_captcha_field2{
	display: none;
	}
#FSContact2 .fscf-div-error,
.wpcf7-validation-errors{
	color: #dd3636;
	}
#fscf_captcha_image_div2{
	width: 480px;
	}
#fscf_captcha_image_div2 img{
	float: left;
	}
#fscf_captcha_refresh2{
	float: left;
	margin: 12px 10px 0px 10px;
	}
.wpcf7-response-output{
	float: left;
}
.post_tags{
	float: left;
	margin: 0px 0px 0px 0px;
	}
.post_tags{
	float: left;
	width: 152px;
	margin: 10px 0px 0px 0px;
	font-size: 12px;
	color: #666;
	}
.post_tags > .tags_title{
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
	font-family: Open Sans Semibold;
	}
.post_set > .con_content{
	display: none;
		-webkit-transition: all 230ms;
		transition: all 230ms;
	}
.post_set > .con_content.open{
	display: block;
	padding: 20px 0px 10px 0px;
	}
.post_set > .con_title{
	cursor: pointer;
	}

#events_tabs{
	float: left;
    width: 150px;
    padding: 0px 0px 0px 0px;
    margin: 78px 0px -20px 0px;
    list-style: none;
}
#events_tabs li{
	float:  left;
	width: 140px;
    height: 34px;
	margin: 0px 5px 5px 5px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	line-height:  34px;
	background-color: rgba(204,138,204, .7);
}
#events_tabs li a{
	color: #fff;
	font-size: 22px;
    font-family: Open Sans Light;
    font-weight: normal;
}
#events_tabs li:hover,
#events_tabs li.active{
	background-color: rgba(204,138,204, 1);
}
.post_set.who_we_are > span.post_title{
	color: #3c7dd8;
    font-weight: normal;
    font-family: Lato Regular;
    font-size: 20px;
}
span.team_category_title{
	font-size: 16px;
    color: #206EBF;
	font-family: Open Sans Light;
    font-weight: normal;
	border-bottom: 1px solid #206EBF;
	display: block;
	text-align: center;
	padding: 0px 0px 5px 0px
}
.post_text.single h4 {
    color: #3399ff;
    font-weight: normal;
    font-family: Open Sans;
    font-size: 12px;
    margin: 15px 0px 0px 0px;
}
.thumbnail{
	float:  left;
	padding: 0px 15px;
	margin: 15px 0px;
	background-color: #f8f8f8;
}
.thumbnail img{
	max-width: 100%;
}
.post_title img{
	width: 70px;
	float: left;
    padding-right: 10px;
}
ul.projects-icons{
	padding: 0px;
	margin: 0px;
	width: 100%;
	text-align: center;
	background-color: #f8f8f8;
}
ul.projects-icons li{
	display: inline-block;
}
.projects-seperator{
	background-color: #4A85C4;
	padding: 0px 0px;
    margin: 10px 0px;
	width: 100%;
	float: left;
}
.projects-seperator h4{
	background-color: #4A85C4;
	color: #ffffff;
	font-size: 22px;
    font-family: Open Sans Light;
    font-weight: normal;
    padding: 0px 0px;
    margin: 10px 10px 10px 15px;
}
