/* 	Reset Styling
----------------------------------------------------------------------*/
#frame_ {
	margin: 0 auto;
	width: 1140px;
}
#layout {
	padding: 0;
	border: 0;
	vertical-align: baseline;
	margin: 0 auto;

	color: #5d5c5c;
	line-height: 18px;
	font-family: "Tahoma", Helvetica, Arial;
	font-size: 12px;

}
#layout img {
	display: block;
	max-width: 100%
}

#layout .profile-img {
	width: 400px;
}

#layout blockquote:before, #layout blockquote:after,
#layout q:before, #layout q:after {
	content: '';
	content: none;
}
#layout table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	outline: none;
	padding: 0px;
	margin: 0px
}

/*	General Styling
----------------------------------------------------------------------*/

::selection{
	color:#fff;
	background:#191919
}
::-moz-selection{
	color:#fff;
	background:#191919
}
#layout a {
	color: #000;
	text-decoration: none !important;
	-webkit-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out
}
#layout a:hover {
	color: #ACACAC
}
#layout h3, #layout h6 {
	color: #000;
	padding: 0;
	margin: 0 0 10px 0;
	font-family: "Marcellus", Tahoma, Arial;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}
#layout h3 { font-size: 20px }
#layout h6 { font-size: 12px }
#layout p {
	margin-bottom: 30px
}
#layout p:last-child {
	margin-bottom: 0
}
#layout strong {
	font-weight: bold
}
#layout em {
	font-style: italic
}
#layout ol {
	padding: 0;
	margin: 0
}
#layout ol li {
	list-style: decimal;
	padding: 0 0 10px 0;
	margin: 0 0 0 20px;
	line-height: 24px
}
#layout ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}
#layout hr {
	background: #e6e6e6;
	border: 0;
	clear: both;
	width: 100%;
	height: 1px;
	padding: 0;
	margin: 20px 0;
	position: relative
}
#layout .aboutimg {  }

#layout .servicelist { list-style-type:square; margin:-10px 0 20px 45px; }
#layout .servicelist li { line-height:1em; }
#layout .pagetitle {font-size:22px;font-weight:700;letter-spacing:-1px}
#layout .companyname { margin-top:-5px; color:#a42327; text-shadow: 1px 1px #b2b2b2; text-transform:uppercase}
/*	Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 1%;
	margin-right: 1%;
}
#layout .grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 0;
	margin-right: 1%;
}

/*	Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.grid_1 {
	width:6.333%;
}
.grid_2 {
	width:14.667%;
}

.grid_3 {
	width:23.0%;
}

.grid_4 {
	width:31.333%;
}

.grid_5 {
	width:39.667%;
}

.grid_6 {
	width:48.0%;
}

.grid_7 {
	width:56.333%;
}

.grid_8 {
	width:64.667%;
}

.grid_9 {
	width:73.0%;
}

.grid_10 {
	width:81.333%;
}

.grid_11 {
	width:89.667%;
}
#layout .grid_12 {
	width:99.5%;
}
#layout .grid_12:after {
	content: "";
	clear: both;
}
.grid_full {
	width:100%;
}
.row {
	width: 1060px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#layout, #frame_ {
	position: relative;
	z-index: 2;
}
#layout .full {
	width: 100%;
	margin: 0 auto;
	background: #fff;
}
.left-sidebar .posts {
	float: right
}

#frame_ .full {
	margin: 0 auto;
	box-shadow: none;
}

/*	Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
#layout .clear {
	  clear: both;
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0;
}
#layout .clearfix:before,
#layout .clearfix:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0;
}
#layout .clearfix:after {
	clear: both;
}
#layout .clearfix {
	zoom: 1;
}

.social a {
	float: left;
	text-align: center;
	margin: 4px 0 0 4px;
	width: 36px;
	height: 36px;
	border: 1px solid #bbb;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #ACACAC;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.social a:hover {
	color: #fff;
	border: 1px solid #fff;
}
.social a:hover i {
	color: #fff;
}
.social a i {
	padding: 9px 0;
	display: block;
	font-size: 14px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background-position: 32px;
	background-repeat: no-repeat;
	color:#AAA;
}
.tt-metro-social a i {
	padding: 6px 0;
	font-size: 24px;
}
.social a:hover i {
	background-position: -1px
}
.headdown .social a:hover i {
	background-position: -3px
}
.circular a, .circular a:hover, .circular a:hover i {
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.with_color a {
	color: #fff
}
.social a:hover .icon-twitter, .social a:hover .icons-social-twitter, .with_color a .icon-twitter, .with_color a .icons-social-twitter { background-color: #00abdc; }
.social a:hover .icon-facebook, .social a:hover .icons-social-facebook, .with_color a .icon-facebook, .with_color a .icons-social-facebook { background-color: #325c94; }
.social a:hover .icon-dribbble, .social a:hover .icons-social-dribbble, .with_color a .icon-dribbble, .with_color a .icons-social-dribbble { background-color: #fa4086; }
.social a:hover .icon-rss, .social a:hover .icons-rss, .with_color a .icon-rss, .with_color a .icons-rss { background-color: #f1862f; }
.social a:hover .icon-github, .social a:hover .icons-social-github, .with_color a .icon-github, .with_color a .icons-social-github { background-color: #333; }
.social a:hover .icon-instagram, .with_color a .icon-instagram { background-color: #964b00; }
.social a:hover .icon-linkedin, .social a:hover .icons-social-linkedin, .with_color a .icon-linkedin, .with_color a .icons-social-linkedin { background-color: #0073b2; }
.social a:hover .icon-pinterest, .social a:hover .icons-social-pinterest, .with_color a .icon-pinterest, .with_color a .icons-social-pinterest { background-color: #d9031f; }
.social a:hover .icon-google-plus, .social a:hover .icons-social-google-plus, .with_color a .icon-google-plus, .with_color a .icons-social-google-plus { background-color: #d9031f; }
.social a:hover .icon-foursquare, .with_color a .icon-foursquare { background-color: #0cbadf }
.social a:hover .icon-skype, .social a:hover .icons-social-skype, .with_color a .icon-skype, .with_color a .icons-social-skype { background-color: #00b9e5 }
.social a:hover .icon-cloud, .social a:hover .icons-social-soundcloud, .with_color a .icon-cloud, .with_color a .icons-social-soundcloud { background-color: #ff7700 }
.social a:hover .icon-youtube, .social a:hover .icons-social-youtube, .with_color a .icon-youtube, .with_color a .icons-social-youtube { background-color: #d9031f }
.social a:hover .icon-tumblr, .social a:hover .icons-social-tumblr, .with_color a .icon-tumblr, .with_color a .icons-social-tumblr { background-color: #325c94 }
.social a:hover .icon-stackexchange, .with_color a .icon-stackexchange { background-color: #4e4e4e; }
.social a:hover .icon-flickr, .social a:hover .icons-social-flickr, .with_color a .icon-flickr, .with_color a .icons-social-flickr { background-color: #fa4086 }

/*	Page Content
----------------------------------------------------------------------*/
.page-content {
	margin: 30px 0;
}
.grey-line {
	width: 100%;
	padding: 40px 0;
	background: #F2F2F2 url(images/backgrounds/48.png) repeat;
	border-top: 2px solid #e9e9e9;
	border-bottom: 2px solid #e9e9e9;
}
.grey-line.official_feature_one {
	padding: 40px 0 0;
}
.action-simple {
	text-align: center;
	padding: 0 0 45px 0;
	border-bottom: 1px solid #E6E6E6;
}
.action-simple h5 {
	color: #919191
}
#layout .col-title {
	padding: 0 0 10px;
	margin: 0;
	font-size: 18px;
	border-bottom: 1px solid #000;
	display: inline-block;
	color: #a42327;
}
.col-ten {
	border-bottom: 1px solid #ddd; 
	font-weight: 300; 
	font-size: 1.846em; 
	line-height: 1em;
}
.col-ten span {
	margin-bottom: -30px; 
	padding: 0 10px 5px 0; 
	border: none; 
	background: #fff; 
	line-height: 1em;
}
.col-eleven {
	background: url("images/backgrounds/48.png"); 
	color: #3f3f3f; 
	font-size: 1.538em; 
	line-height: 0.8em; 
	text-transform: uppercase;
}
.col-eleven span {
	margin-top: -5px; 
	padding-right: 10px; 
	padding-bottom: 0; 
	border-bottom: none; 
	background: #fff; 
	line-height: 1em;
}
.tac .col-eleven span {
	padding: 0 10px;
}
.tar .col-eleven span {
	padding: 0 0 0 10px;
}
.liner {
	display: block;
	width: 100%;
	border-bottom: 1px solid #E6E6E6;
	margin: -1px 0 20px;
}
.liner.double {
	border-bottom: 4px double #E6E6E6;
}
.liner.doublepress {
	border-bottom: 1px solid #E0E0E0;
	border-top: 2px solid #E0E0E0;
	height: 1px;
}
.list, .tower {
	line-height: 24px;
}
.list i {
	margin-right: 2px;
}

#layout .breadcrumb-place {
	height: 120px;
	background: #0b0b0b url(../images/breadcrumb.jpg) no-repeat top center;
	background-position: center !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#layout .page-title {
	float: left;
	margin: 0;
	font-weight: normal;
	color: #fff;
	padding: 46px 0 0 0;
}
#layout .breadcrumbIn {
	float: right;
	padding: 90px 0 0 0
}
#layout .breadcrumbIn span {
	display: inline-block;
	font-size: 11px;
	color : #C2C2C2;
}
#layout .breadcrumbIn ul {
	display: inline-block;
}
#layout .breadcrumbIn ul li {
	color : #C2C2C2;
	font-size: 12px;
	padding: 0 10px;
	font-weight: normal;
	display: inline-block;
	white-space: nowrap;
	position: relative;
}
#layout .breadcrumbIn ul li a {
	color : #fff
}
#layout .breadcrumbIn ul li a:hover {
	color : #ddd
}
#layout .breadcrumbIn li:before {
	content: "/";
	position: absolute;
	display: block;
	font-size: 8px;
	left: -6px;
	top: 1px;
}
#layout .breadcrumbIn li:first-child:before {
	content: "";
	height: 0;
	width: 0;
	border: 0;
}
.text_block {
	padding: 20px 30px;
}
.text_block p {
	text-align:justify;
}
.profile p {
	font-size:1.125em;
}
.text_block_imm {
	padding: 20px 30px 20px 0px;
	text-align:justify;
}

/*	Sidebar
----------------------------------------------------------------------*/
.widget {
	margin: 0 0 30px 0;
	padding:20px;
	background:#F7F7FA;
	border: 1px solid #cbcbcb;
	width:70%;
}
.lastwidget {padding-bottom:0px;}
.widget textarea {width:94%;resize:none;height:80px;}
.widget iframe {
	width: 100%
}
.widget .list li a {
	display: block;
	/* border-bottom: 1px solid #E6E6E6; */

	position: relative;
	-webkit-transition: border 0.2s ease;
	transition: border 0.2s ease;
	font-weight:normal;
}
.widget .list li a:hover {
	background:none;
}
.widget .list li a span {
	float: right
}
.widget .list li.current a {
	color: #191919;
	border-bottom: 1px solid #ccc;
	font-weight: 600
}
.widget .right-arrow a i {
	position: absolute;
	top: 12px;
	right: 0;
	display: none
}
.widget .right-arrow li.current a i {
	display: block
}
.widget .right-arrow a:hover i, .widget .right-arrow a:hover i {
	-webkit-animation: fadeInRight .5s;
	animation: fadeInRight .5s;
	display: block
}
.widget #searchwidget, #newsletters {
	position: relative;
}
.widget.ads img {
	margin: 0 auto
}
.tags {}
.tags i {
	margin-right: 4px
}
.tags a {
	border: 1px solid #e6e6e6;
	color: #696969;
	padding: 6px 10px;
	margin: 0 0px 4px 0;
	display: inline-block;
	border-radius: 2px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.tags a:hover {
	border: 1px solid #aaa;
	color: #000;
	text-decoration: none !important;
}
.extrabox .tags a {
	border: 1px solid #464646;
	color: #8A8A8A;
	padding: 5px 8px;
}
.extrabox .tags a:hover  {
	border: 1px solid #929292;
	color: #CECECE;
}
.tab-content-items li {
	width: 100%;
	display: block;
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
	border-top: 1px solid #CCC;
}
.tab-content-items li:first-child {
	padding: 0;
	margin: 0;
	border-top: 0
}
.tab-content-items .post-thumbnail {
	float: left;
	width: 60px;
	height: 60px;
	margin: 0 10px 0 0;
}
.tab-content-items h3 {
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	font-family: Tahoma, Arial;
}
.tab-content-items .post-meta {
	font-size: 11px;
	text-align: right
}
.tab-content-items span{
	margin-left: 10px
}
.tab-content-items i {
	margin-right: 4px
}

.side-navigation {
	margin: 0 0 30px 0;
	padding: 0;
	box-shadow: 0 2px 3px rgba(0,0,0,0.02);
	list-style: none;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#ffffff), color-stop(100%,#fbfbfb));
	background: -webkit-linear-gradient(top,  #ffffff 2%,#fbfbfb 100%);
	background: linear-gradient(to bottom,  #ffffff 2%,#fbfbfb 100%);
	border-top: 1px solid #e2e2e2;
}
.side-navigation a {
	display: block;
	position: relative;
	padding: 7.5px 16px;
	border: 1px solid #e2e2e2;
	border-top: none;
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.side-navigation a.active {
	margin-top: -1px;
	border-color: #191919;
	background: #191919;
	color: #fff;
}
button#custom {
	background:#f9d835; /* default background for browsers without gradient support */
	background:-webkit-gradient(linear, left top, left bottom, from(#f9d835), to(#f3961c));
	background:-moz-linear-gradient(top, #f9d835, #f3961c);
	background:-o-linear-gradient(top, #f9d835, #f3961c);
	color: #444;
	cursor: pointer;
	font-size: 16px;
	font-weight:300;
	padding:6px 15px;
	-moz-border-radius: 8em;
	-webkit-border-radius: 8em;
	-khtml-border-radius: 8em;
	border-radius: 8em;
	margin-top:0px;
	border:1px solid #f2c40e;
}
button#custom:hover {
	background:#f9d835;
	color:#000;
	cursor: pointer;
}
#custom .clearimg {border-bottom:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;display:inline;margin-top:-3px;}
/*	Accordion, Toggle
----------------------------------------------------------------------*/
.accordion-head,
.toggle-head {
	padding: 10px 20px;
	margin: 8px 0 0 0;
	font-size: 14px;
	cursor: pointer;
	border-bottom: 1px solid #EAEAEA;
	color: #BDBDBD;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
.accordion-head i,
.toggle-head i {
	padding-right: 8px;
}
.sub-accordion:first-child .accordion-head,
.sub-toggle:first-child .toggle-head {
	margin: 0;
}
.accordion-head:hover,
.toggle-head:hover {
	border-bottom: 1px solid #ccc;
}
.active .accordion-head,
.active .toggle-head {
	color: #191919;
	border-bottom: 1px solid #191919;
}
.active .accordion-content,
.active .toggle-content {
	border: 0;
	-webkit-animation: bounceIn 0.8s;
	animation: bounceIn 0.8s
}
.active .icon-minus-sign {
	-webkit-animation: fadeInUp 1s;
	animation: fadeInUp 1s
}
.active .icon-plus-sign {
	-webkit-animation: fadeInDown 1s;
	animation: fadeInDown 1s
}
.accordion-content,
.toggle-content {
	padding:16px;
	overflow:hidden;
}
.accordion-head-sign,
.toggle-head-sign {
	float:left;
	margin: 0 10px 0 -20px;
	cursor:pointer;
}
.accordion-head-sign i,
.toggle-head-sign i {
	padding: 0;
	margin: 0;
}

/*	Timeline
----------------------------------------------------------------------*/
.cbp_tmtimeline {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
} 
/* The line */
.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #e8e6e7;
	left: 78px;
	margin-left: -10px;
}
.cbp_tmtimeline li  {
	position: relative;
}
/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
	margin: 0 0 50px 160px;
	background:#ededed;
	color: #454545;
	padding: 2em;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	border-radius: 5px;
}
.cbp_tmtimeline > li .newcolor {background:#fff; border:1px solid #acacac;}
.cbp_tmtimeline > li .newcolor .mbf {width:100%;}
.mbf p {font-size:1.2em;color:#000}
.cbp_tmtimeline > li .cbp_tmlabel p {text-align:justify;}
.cbp_tmlabel .tt-metro-social a {
	background: #fff
}
#layout .cbp_tmlabel h3 {
	color: #a42327;
	font-size:1.5em;
}
#layout .cbp_tmlabel small {
	font-size: 0.6875em;
}
.cbp_tmtimeline > li .cbp_tmlabel h2 { 
	margin-top: 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
	left: -20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #191919;
	border-width: 10px;
	top: 10px;
}
/* The Image */
.cbp_tmtimeline > li .cbp_tmicon {
	width: 164px;
	height: 203px;
	position: absolute;
	text-align: center;
	left: 10px;
	top: 0px;
	margin: 0 0 0 -25px;
}
.cbp_tmtimeline > li .cbp_tmicon img {
/*
	-webkit-border-radius: 8%;
	border-radius: 8%;
	*/
}

@media screen and (min-width: 64em) {
	#layout .meta-box h3 { font-size: 1.5em; }
}
@media screen and (max-width: 65.375em) {
	.cbp_tmtimeline > li .cbp_tmtime span:last-child {
		font-size: 1.5em;
	}
	#layout .breadcrumb-place {
		height:160px;
	}
	#layout .page-title {
		padding: 24px 0 0 0;
	}
}
@media screen and (max-width: 47.2em) {
	#layout .page-content .row {
		width: 93%!important;
	}
	#layout .profile-img {
		width: 100%;
	}
	.cbp_tmtimeline:before {
		display: none;
	}
	.cbp_tmtimeline > li .cbp_tmtime {
		width: 100%;
		position: relative;
		padding: 0 0 20px 0;
	}
	.cbp_tmtimeline > li .cbp_tmtime span {
		text-align: left;
	}
	.cbp_tmtimeline > li .cbp_tmlabel {
		margin: 0 0 30px 0;
		padding: 1em;
		font-weight: 400;
		font-size: 105%;
	}
	.cbp_tmtimeline > li .cbp_tmlabel:after {
		content:none;
		right: auto;
		left: 20px;
		border-right-color: transparent;
		border-bottom-color: #191919;
		top: -20px;
	}
	.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
		border-right-color: transparent;
		border-bottom-color: #191919;
	}
	.cbp_tmtimeline > li .cbp_tmicon {
		position: relative;
		float: left;
		left: auto;
		margin: 5px 5px 0 5px;
		width: 80px;
		height:100px;
		z-index: 1;
	}
	.cbp_tmtimeline li {
		position: relative;
		margin: 0 auto 50px;
	}
	.cbp_tmlabel .social a { margin: -7px 0 0 4px; }
	#layout .grid_12 {
		width:100%!important;
	}
}
@media screen and (max-width: 48em) {
	#layout .topmargin { margin-top:-70px; }
	#layout .subprofile {  }
}
@media screen and (max-width: 47.9375em) {
	.widget { width:90%; }
	.text_block { padding: 0; }
	.text_block_imm { padding: 0; }
	#layout .topmargin { margin-top:-70px; }
}
@media screen and (max-width: 29.9375em) {
	#layout .widget { width:85%; }
	.grid_4 img { padding:0; }
	.subprofile { display:none; }
	#layout .content-half { width:100%; }
	#layout .meta-box h3 { font-size: 1.5em; }
	#layout .thumb-medium { width:36%; }
}

.team2 img {
	margin: 0 0 20px;
	width: 100%
}
.team2 h6 {
	margin: 0 0 6px 0;
}
.team2 small {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E2E2E2;
	display: block;
}
.team2 .teaminfo {
	padding: 0 0 10px;
	border-bottom: 1px solid #E2E2E2;
	margin: 0 0 10px;
}
.team2 .teaminfo span {
	display: block;
	padding: 0 0 4px;
}
.team2.tac .social a {
	float: none;
	display: inline-table;
}

/*	More Styles
----------------------------------------------------------------------*/
.mi { margin-right: 4px !important }
.mid { margin-right: 8px !important }
.mii { margin-left: 4px !important }
.miid { margin-left: 8px !important }

.mt { margin-top: 20px !important }
.mtt { margin-top: 30px !important }
.mtf { margin-top: 40px !important }
.mts { margin-top: 70px !important }

.mb { margin-bottom: 20px !important }
.mbt { margin-bottom: 30px !important }
.mbf { margin-bottom: 40px !important }
.mbs { margin-bottom: 70px !important }

.pt { padding-top: 120px }

.fll { float: left; margin: 0 20px 10px 0 !important }
.flr { float: right; margin: 0 0 10px 20px !important }
.tac { text-align: center !important }
.tar { text-align: right !important }
.tal { text-align: left !important }
.tacIMG, .tacIMG img {margin: 0 auto !important; text-align: center;}

.two-radius { border-radius: 2px !important; -webkit-border-radius: 2px !important }
.three-radius { border-radius: 3px !important; -webkit-border-radius: 3px !important }
.four-radius { border-radius: 4px !important; -webkit-border-radius: 4px !important }
.five-radiu { border-radius: 5px !important; -webkit-border-radius: 5px !important }
.six-radius { border-radius:6px !important; -webkit-border-radius: 6px !important }
.ten-radius { border-radius: 10px !important; -webkit-border-radius: 10px !important }
.circle-radius { border-radius: 100% !important; -webkit-border-radius: 100% !important }

.relative {position: relative !important}
.righter {float: right !important}
.lefter {float: left !important}
.hidden { display: none }
.tt {
	display: block;
	padding: 10px 0;
	border-bottom: 3px solid #DDD;
	text-align: center;
}
.without_border a {border:0 !important}



.m-thumbnails h3 {
	margin: 0px 0 8px 0;
	line-height: 20px;
}

.post {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;

}

.thumb-medium {
	width: 30%;
}
.thumb-medium img {
	border-radius: 3px;
}

.content-half {
	float: left;
	width: 64%;
	padding-left: 0.5%;
}

.meta-box {
	position: relative;
	z-index: 99;
	display: inline-block;
	width: 100%;
	margin: 0 0 20px 0;
	color: #e6e6e6
}

.meta-box h3 {
	font-size: 14px;
	font-weight: 600;
	margin: 18px 0 8px 0;
}
.meta-box h5 { color:#121212 }
.meta-more { color:#3e3e3e; margin-top:-8px; font-size:1.125em; }

.table {
	background:transparent !important;
	font-size:13px;
	text-align:center;
	border-collapse:collapse;
	margin:0;
	padding:0;
	width:100%!important;
	overflow:hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.table th {
	font-size:14px;
	font-weight:normal;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:center;
	padding:16px 12px;
	color:#ffffff;
	background-color:#191919;
	text-shadow:none;
}
.table td { 
	padding:14px 7px 14px 7px;
	text-align: left;
	vertical-align:top;
}
.table tr {
	border-bottom:1px solid #fff;
	background-color:#f8f8f8;
	-moz-transition:all .2s;
	-webkit-transition:all .2s;
	-o-transition:all .2s;
}
.table tr:hover, tr.topic-sticky {
	background: #F0F0F0;
	-webkit-transition:all .2s;
	transition:all .2s;
}
.table tfoot td {
	padding:10px 16px;
	text-align: left;
	background:#191919;
	color:#ffffff;
	font-size:11px;
	text-shadow:none;
}
.table tfoot tr:hover {
	background:#63b1be;
}
.table .topfield { color:#2f2f2f; }
.tt-table {
	margin: 0 auto;
	text-align: center;
}
.head-t {
	padding: 16px 26px 0;
	border-bottom: 1px solid #5C6575;
}
.head-t img {
	display: inline-block;
}
.head-t h3 {
	color: #FFF;
	text-align: left;
	line-height: 46px;
	text-transform: uppercase;
	font-family: Oswald;
	padding: 0 17px;
	font-size: 22px;
	font-weight: normal;
	display: inline-block;
}
.headcontainer {
	background:#f1f1f1 url('../../images/header-pattern.png');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../../images/header-pattern.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../../images/header-pattern.png', sizingMethod='scale')";
}

.testi-header {margin-bottom:1.2em!important;font-size:2.5em;font-family: Merriweather,Arial}
#testimonials {padding-top:0.5em;margin-bottom:-30px!important;margin-top:0px!important}