@import url(http://fonts.googleapis.com/css?family=Oswald:400);
@import url(http://fonts.googleapis.com/css?family=Dosis:700,400);
/* Drupal 7 Framework*/
body#body {
	background: url(../images/bg.gif) 0 0 repeat;
	color:#696969;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:21px;
	margin:0;
	min-width:980px;
	padding:0;
}

p {margin-bottom:15px;}

a { color:#f1ad1d; outline:none;}
	a:hover { text-decoration: none;}

#page {}

/*** Header ***/
#header {
	position: relative;
	background: url(../images/header.gif) 0 0 repeat;
}

.section-1 {
	background: url(../images/header-top.gif) 0 0 repeat;
	border-bottom: 1px solid #353535;
}
.region-menu {
	width: 940px;
	margin: 0 auto;
}

.section-2 {
/*	padding: 76px 0 33px; mkong */
	padding: 10px 0 8px;
	width: 940px;
	margin: 0 auto; 
}
	.section-2 .col1 { float:left;}
	.section-2 .col2 { float:right; padding-top: 13px;}
.section-3 {
	width: 941px;
	margin: 0 auto -56px;
}

#header #logo {
  float:left;
  margin:0 20px 0 0;
}
#header #site-name-slogan {
  float: left;
}
#header #site-name {
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size:30px;
  font-weight:bold;
  line-height:normal;
  margin:0;
}
	#header #site-name a { text-decoration:none}


/*****************Main menu*****************/
#superfish-1 { 
	background:none;
	float:left;
	margin:0px;
	position:relative;
	width:auto;
}
	#superfish-1 > li {
/*		background:url(../images/menu-divider.gif) right 60px no-repeat; mkong */
		background:url(../images/menu-divider.gif) right 10px no-repeat;
		border:0;
		overflow:inherit;
		padding:0;
		width: 156px;
		font-size: 14px;
		line-height: 17px;
		font-weight: bold;
		text-transform: uppercase;
	}
	#superfish-1 > li.last {background: none;}
		#superfish-1 > li > a {
			border:0;
			color:#000;
/*			padding:76px 20px 27px 51px; mkong */
			padding:25px 25px 25px 25px;
			text-decoration:none;
			position: relative;
		}
		#superfish-1 > li > a.sf-with-ul {
/*			padding-left: 41px; mkong */
			padding-left: 25px;
		}
		#superfish-1 > li > a span {
			display: block;
			text-transform: none;
			font-weight: normal;
			font-size: 12px;
			line-height: 15px;
			padding-top: 2px;
			color: #848484;
		}
		#superfish-1 > li > a span.sf-sub-indicator {
			position: absolute;
			display: block;
			width: 7px;
			height: 4px;
			background: url(../images/menu-marker.gif) 0 0 no-repeat;
/*			top: 84px; mkong */
			top: 52px;
			right: 26px;
		}
			#superfish-1 > li > a:hover, #superfish-1 > li > a.active, #superfish-1 > li > a.sfHover{
				color:#fff;
				background: url(../images/menu-hover.gif) 0 0 repeat;
			}
			#superfish-1 > li > a:hover span, 
			#superfish-1 > li > a.sfHover span, 
			#superfish-1 > li > a.active span {color: #fff;}

	#superfish-1 ul {
		background:#282727;
		border:0px solid #1b1b1b;
		display:none;
		padding:26px 18px 30px;
/*		top:138px; mkong */
		top:85px;
/*		width:102px !important; mkong */
		width:192px !important;
		left: 10px;
	}
	.sf-navbar > li > ul { margin-top:3px;}
	
		#superfish-1 ul li {
			background:none;
			border-bottom:0;
			height:auto;
			padding:0 0 16px;
			font-size: 10px;
			line-height: 20px;
		}
			#superfish-1 ul li a:visited, #superfish-1 ul li a {
				border:0;
				color:#828181;
				font-weight:normal;
				text-align:left;
				text-decoration: none;
			}
				#superfish-1 ul li a:hover, #superfish-1 ul li a.active {color: #e5b247;}

			#superfish-1 ul li ul{
				left:138px !important;
				background: url(../images/submenu.gif) 0 0 repeat;
				padding:10px 0 !important;
				top:0 !important;
			}
				#superfish-1 ul li ul li {
					background:none;
					margin-bottom:1px;
				}
/****************************************/

/***********Breadcrumb*************/
#breadcrumb { 
	color:#000;
	margin-top:16px;
	padding:0px 3px 15px;
}
	#breadcrumb a { 
		color:#000;
		font-size:12px;
		text-decoration:none;
		padding:0 3px;
	}
		#breadcrumb a:last-child { padding-right:0;}
		#breadcrumb a:hover { color:#e29f1b;}
/**********************/

/*** MAIN ***/
#main-wrapper {
/*	padding-top: 114px; mkong */
	padding-top: 75px;
	background: url(../images/main-bg.gif) 0 0 repeat;
}
#main-wrapper #main { margin:0 auto; overflow:hidden; width: 941px; padding-bottom: 48px;} 
.section .region { width:100%;}

#sidebar-first { width:242px; float:left; background: url(../images/v-line.gif) right 0 repeat-y; margin-right: 78px;}
#sidebar-first .section { padding:0px 22px 0px 0px;}

#content {overflow:hidden; }
#content .section { width:100%;}

#sidebar-second { float:right; width:352px; margin-left: 50px; background: url(../images/v-line.gif) 0 0 repeat-y;}
#sidebar-second .section { padding:0px 0px 0px 49px;}

.region-content { overflow:hidden;}


/***********Admin tabs*************/
.tabs-wrapper { margin: 1px 0 20px;}
div.tabs { overflow:hidden;}

.tabs ul.primary {
	border:0;
	border-bottom:1px solid #e1e6e0;
	margin:10px 0 10px 0;
	overflow:hidden;
	padding:4px 0;
}
	.tabs ul.primary li {
		margin-bottom:-1px;
	}
		.tabs ul.primary li a { 
			background:#EDEDED;
			border:1px solid #e1e6e0;
			border-bottom:0;
			border-radius:5px 5px 0 0;
			color:#000;
			font-size:12px;
			font-weight:normal;
			margin:0;
			overflow:hidden;
			padding:3px 15px 4px;
			text-shadow:0 1px 0 #FFF;
			-webkit-transition:background 0.1s linear;
			-moz-transition:background 0.1s linear;
		}
			.tabs ul li a.active, .tabs ul li a:hover { 
				background:#e29f1b;
				color:#fff;
				text-shadow:none;
			}
/***********************/

/****************Comments form*******************/
#comments {
	margin-bottom: 30px;
}

article.comment header{ width:100%; overflow:hidden;}
.user-picture { float:left; margin-right:15px;}

section#comments h2.title {
	color:#292a2b;
	font-size:18px;
}

#comment-form label,
#contact-site-form label {
	color:#696969;
	font-size: 12px;
}
#comment-form .form-submit {margin-right: 10px;}
#comment-form #edit-comment-body {width: 416px;}
.form-required {
	color: #f00 !important;
}

#comment-form .form-text,
#user-login .form-text,
#contact-site-form input.form-text,
.search-form .form-text {
	width:220px;
}
	
#comment-form .form-textarea {
	height:120px;
}

.resizable-textarea .grippie {
	display:none;
}

.form-type-item {
	overflow:hidden;
	width:100%;
}
	.form-type-item label {
		float:left;
		padding-right:10px;
	}	
	.form-type-item a {
		color:#e29f1b
	}
	
.form-type-select { margin:0;}

#edit-comment-body-und-0-format-guidelines {
	padding-top:15px;
}
	#edit-comment-body-und-0-format-guidelines ul li{
		font-size:12px;
		overflow:hidden;
		width:100%;
	}

/*Contacts page*/
#contacts .pane-contact {
	float: left;
	width: 48%;
}
#contacts .contact-information {
	float: right;
	width: 48%
}

/***Comments output***/
#comments {
	margin-top: 30px !important;
}
.comment-wrapper {overflow:hidden;}

article.comment .submitted {
	margin:2px 0 10px;
}
	article.comment .submitted a.permalink {
		display:none;
	}

article.comment {
	background:#fff;
	border:1px solid #e1e6e0;
	margin-bottom:15px;
	padding:20px;
}	
	article.comment h2 {
		color:#292a2b;
		font-size:18px;
		font-weight:normal;
		text-decoration:none;
	}

	article.comment h3 { line-height:normal;}
		article.comment h3 a {
			color:#292a2b;
			font-size:18px;
			font-weight:normal;
			text-decoration:none;
		}
	
.node article.comment footer {
	overflow:hidden;
	padding:20px 0 0 ;
}

#edit-comment-body-und-0-format {border: none;}
	#edit-comment-body-und-0-format .fieldset-wrapper > * {padding-left:0; padding-right:0;}
	#edit-comment-body-und-0-format .fieldset-wrapper {padding: 0;}
	#edit-comment-body-und-0-format .fieldset-wrapper label {display:inline;}

#comment-form-wrapper { margin-top:30px;}
article.comment span.new { position:absolute; top:0; right:0;}
.comment-preview { background:none;}
/********************************************/

/***********************Content Region*************************/
/* Added to hide the Main page content block mkong */
.front div#block-system-main {display: none;​}

/*Node heading*/
.front #page-title {display: none;}
#content h1.title { font-size:24px;}
h2,h1 {
	color: #2a2a2a;
	font-size:21px;
	line-height:26px;
	font-weight: 700;
	margin-bottom:20px;
	text-transform:uppercase;
	font-family: 'Dosis', sans-serif;
}
h3 {
	color: #000;
	font-weight: 300;
	margin-bottom: 9px;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}	
.node h2 {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}
	.node h2 a{
		text-decoration: none;
		color: #232323;
	}
		.node h2 a:hover{ color:#e29f1b;}

article.node { padding-bottom:40px;}
article.node strong {color: #000;}

.view-our-strategies .views-field-body {
	font-weight: bold;
	margin-bottom: 21px;
	color: #000;
}
#block-views-our-products-block {padding-bottom: 22px;}
.view-our-strategies .views-field-body-1 {
	margin-bottom: 25px;
}
#block-views-our-products-block .view-content {
	margin-bottom: 14px;
}
#block-views-our-products-block .view-node a {padding-left: 14px; padding-right: 14px;}
#block-block-6 h2 {letter-spacing: -1px; word-spacing: 1px; line-height: 30px; margin-bottom: 25px;}
#block-block-6 .banner-block {
	background: url(../images/menu-hover.gif) 0 0 repeat;
	margin-top: 9px;
}
#block-block-6 .banner-block:first-child {
	margin-top: 0;
}
#block-block-6 .banner-block a {
	padding: 20px 35px 23px 25px;
	letter-spacing: -1px;
	display: block;
	font-family: 'Dosis', sans-serif;
	font-size: 26px;
	line-height: 27px;
	color: #fff;
	text-decoration: none;
}
#block-block-6 .banner-block a:hover {
	color: #000;
}
#block-block-6 .banner-block a .text {
	text-shadow: 1px 1px 1px rgba(0,0,0,.1);
	text-transform: uppercase;
	font-weight: 700;
}
#block-block-6 .banner-block a .marker {
	width: 24px;
	height: 24px;
	background: url(../images/link-marker.png) 0 0 no-repeat;
	display: inline-block;
	margin: -1px 0 0 20px;
	vertical-align: middle;
}
section.block ul.our-standards li {
	padding: 0 0 32px 100px;
	background: url(../images/icon1.png) 0 5px no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
}
section.block ul.our-standards li.item2 {
	background-image: url(../images/icon2.png);
}
section.block ul.our-standards li.item3 {
	background-image: url(../images/icon3.png);
}
section.block ul.our-standards li h3 {padding-right: 130px;}
.view-image {
	padding: 3px;
	background: #fff;
	border-right: 1px solid #e7e3e1;
	border-bottom: 1px solid #e7e3e1;
	display: inline-block;
	width: auto;
}
.view-our-capabilities .view-content {
	overflow: hidden;
	margin:0 -8px -32px 0;
}
.view-our-capabilities .view-content .views-row {
	float: left;
	width: 203px;
	margin:0 6px 32px 0;
}
.view-our-capabilities .view-content .views-row .views-field-field-service-image {
	margin-bottom: 18px;
}
.view-our-capabilities .view-content .views-row .views-field-title {
	font-size: 14px;
	line-height: 17px;
	font-family: 'Dosis', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.view-our-capabilities .view-content .views-row .views-field-title a {
	text-decoration: none;
	color: #565656;
}
.view-our-capabilities .view-content .views-row .views-field-title a:hover {
	color: #e29f1b;
	text-decoration: underline;
}
#block-views-our-capabilities-block h2 {margin-bottom: 31px;}
#block-block-7 {margin-bottom: 17px;}
.region-footer-top {
	width: 940px;
	margin: 0 auto;
}
#block-views-our-capabilities-block {padding-bottom: 0; margin-bottom: 0;}
.wrapper {
	overflow: hidden;
}
.extra {
	overflow: hidden;
}
.img-ind {
	float: left;
	margin-right: 20px;
}
.panel-pane.about {
	margin-right: 78px;
	width: 562px;
	background: url(../images/v-line.gif) right 0 repeat-y;
	float: left;
}
.panel-pane.about .pane-content {padding-right: 20px;}
.panel-pane.about strong {color: #000;}
.panel-pane.about .wrapper {
	margin-bottom: 20px;
}

.panel-pane.testimonials {
	overflow: hidden;
}
ul.testi {padding-top: 12px;}
ul.testi li {margin-bottom: 25px;}
ul.testi li .quote {
	padding-left: 32px;
	font-style: italic;
	background: url(../images/quotes.png) 0 5px no-repeat;
	margin-bottom: 10px;
}
ul.testi li .author {
	color: #000;
	font-weight: bold;
}
.pane-views-news-and-events-block {clear: both; width: 100%; overflow: hidden; padding-top: 50px; margin-bottom: 50px;}
.pane-views-news-and-events-block h2 {margin-bottom: 30px;}
.view-news-and-events .view-content {
	overflow: hidden;
}
.view-news-and-events .views-row {
	float: left;
	width: 300px;
	margin-right:  20px;
}
.view-news-and-events .views-row.views-row-last {margin-right: 0;}
.view-news-and-events .views-field {
	overflow: hidden;
}
.view-news-and-events .views-field-field-blog-image {
	float: left;
	margin-right: 20px;
}
.view-news-and-events .views-field-created {
	color: #e29f1b;
	margin-bottom: 2px;
	padding-left: 20px;
	background: url(../images/date-icon.png) 0 5px no-repeat;
	font-style: italic;
	text-transform: uppercase;
	font-size: 12px;
}
.view-news-and-events .views-field-body {line-height: 25px;}

.pane-views-our-team-block .pane-content {
	background: url(../images/bg2.gif) 0 0 repeat;
}
.pane-views-our-team-block .pane-content .view-content {
	overflow: hidden;
	padding: 22px 29px 25px; 
}
.pane-views-our-team-block .pane-content .views-row {
	float: left;
	width: 203px;
	margin-right: 22px;
}
.pane-views-our-team-block .pane-content .views-row.views-row-last {margin-right: 0;} 
.pane-views-our-team-block .pane-content .views-row .view-image {margin-bottom: 17px;}
.pane-views-our-team-block .pane-content .views-row .views-field-title {
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	font-family: 'Dosis', sans-serif;
	font-weight: 700;
}
.pane-views-our-team-block .pane-content .views-row .views-field-body {color: #fff;}
.pane-views-our-team-block .pane-content .views-row .views-field-title a {
	text-decoration: none;
	color: #fff;
}
.pane-views-our-team-block .pane-content .views-row .views-field-title a:hover {color: #000;}

.view-recent-posts .views-row {
	overflow: hidden;
	margin-bottom: 24px;
}
.view-recent-posts .views-row.views-row-last {margin-bottom: 0;}
.view-recent-posts .views-row .user-picture {
	float: none;
	margin: 0;
}
.view-recent-posts .views-row .views-field {overflow: hidden;}
.view-recent-posts .views-row .views-field-picture {
	float: left;
	margin-right: 20px;
}
.view-recent-posts .views-row .views-field-body {
	font-weight: bold;
	color: #000;
}

/*Author & date information*/
p.submitted {
	font-size:12px;
	margin:5px 0 15px;
	color: #e29f1b;
	font-style: italic;
	text-transform: uppercase;
}
	.submitted, p.submitted span {
		color:#e29f1b;
	}
	.submitted a {
		color:#e29f1b;
		text-decoration:none;
	}
		.submitted a:hover {color:#000;}
/**/

.view-node a {
	display: inline-block;
	padding: 11px 9px 12px;
	background: #2f2f2d;
	color: #fff;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 6px;
}
.view-node a:hover {background: #e7b447; color: #000;}
article.node footer {
	padding-top:10px;
}

article footer ul.links.inline {
	overflow:hidden;
	display:block;
}
article footer ul li {
	float:left;
	padding:0;
	margin:0 15px 0 0;
	padding: 0 !important;
}
	article footer ul li.first {margin-left:0;}

ul.links li a {
	display: inline-block;
	padding: 11px 9px 12px;
	background: #2f2f2d;
	color: #fff;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 6px;
}
	ul.links li a:hover { background:#e29f1b;}

.node-teaser .comment-add {
	display: none;
}

/*Node Tags*/
article.node footer .field-name-field-tags { padding-bottom:10px;}
	article.node footer .field-name-field-tags .field-label{
		color:#000;
		float: left;
		font-size: 15px;
		padding-right: 10px;
	}
	article.node footer .field-name-field-tags .field-items {
		overflow:hidden;
		padding-bottom:15px;
		width:100%;
	}
	article.node footer .field-name-field-tags ul li {
		float:left;
		padding:0 4px;
		margin-right: 10px;
	}
		article.node footer .field-name-field-tags ul li a{
			background: none;
			font-size: 12px;
			color: #e29f1b;
			text-decoration: underline;
			padding: 0;
		}
			article.node footer .field-name-field-tags ul li a:hover {
				text-decoration: none;
			}
/**/

/******************404 page not found*****************/
.page-page-404 #search-block-form {width:400px;}
.panel-separator {display:none;}

.panel-pane.error-page {margin-bottom:30px;}
	.panel-pane.error-page .pane-content {overflow:hidden;}
		.panel-pane.error-page .pane-content span.err {
			color:#e29f1b;
			float:left;
			font-weight:bold;
			font-size:150px;
			line-height:180px;
		}

.panel-pane.error-page .pane-content .extra {
	background:url(../images/v_line.gif) 40px 0 repeat-y;
	padding-left:80px;
	max-width:300px;
}
.panel-pane.error-page .pane-content .err-title {
	color:#000;
	display:block;
	font-size:70px;
	line-height:84px;
	padding-top:20px;
	text-transform:uppercase;
}
.panel-pane.error-page .pane-content .err-body {
	display:block;
	font-size:20px;
	line-height:24px;
	margin-bottom:15px;
	width:300px;
}
.page-page-404 .pane-search-form {text-align:center;}
	.page-page-404 .pane-search-form .pane-content {display:inline-block; padding-top:40px;}
	.page-page-404 .pane-search-form #search-block-form .form-text {width:300px;}

/*********End 404************/

.extra {overflow:hidden;}

html.js .collapsible.collapsed.collapsible .fieldset-legend {background-image:url(../images/menu-collapsed.png);}
html.js .collapsible.collapsible .fieldset-legend {background-image:url(../images/menu-expanded.png);}

input[type="text"], input[type="password"], input[type="search"], textarea {
	background:none;
	border:1px solid #d8d8d8;
	color:#696969;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px 5px 6px;
}


/*****************Default Block Style*******************/
section.block { 
	margin-bottom:10px;
	padding-bottom:15px;
}
aside section.block {
	margin-bottom: 35px;
	padding-bottom: 35px;
}
	section.block ul, section.block .item-list ul li { margin:0;}
	ul li.leaf { 
		list-style-image:none;
		list-style-type:none;
		margin:0;
		padding:0;
	}
	section.block h2 {
		margin-bottom: 26px;
	}
		section.block .content li { 
			background:url(../images/list-marker.png) no-repeat 0 2px;
			padding:0 0 10px 24px;
			overflow:hidden;
			font-size:14px;
			line-height:20px;
			font-family: 'Dosis', sans-serif;
		}
			section.block .content li a { 
				color:#f1ad1d;
				text-decoration:none;
				font-weight: 700;
			}
			section.block .content li a:hover { color:#000;}

/*********************POLL's Bars**********************/
.poll .bar { 
	background-color:#fff;
	border:1px solid #000;
	padding:1px;
	height:10px;
	margin-bottom:15px;
}
.poll .bar .foreground { 
	height:10px; 
	display:none;
	background-color:#f1ad1d;
}
	
.poll .percent { float:right;}
.poll .vote-form { text-align: left; padding-bottom: 15px;}
.poll .vote-form .choices { width: 100%;}
#block-poll-recent ul.links li a { display:inline; background:none; box-shadow:none;}
/*******************************************/

#block-comment-recent .content li span { display:block;}

#block-forum-new .contextual-links-wrapper { display:none;}

#block-system-navigation .content li { margin:0;}


/***Block Search****/
#block-search-form {}
#block-search-form .form-text, #search-block-form .container-inline .form-text {
	width:251px;
	padding:9px 6px 7px;
	color: #9e9e9e;
	border:none;
	background:none;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-left: 1px solid #c5c8c3;
	font-size: 14px;
}
#search-block-form > div {
	padding: 1px 0;
	background: url(../images/input.png) 0 0 repeat;
}
#block-search-form .container-inline, #search-block-form .container-inline {
	overflow:hidden;
	padding:0 7px 0 0px;
	background: url(../images/search-input.png) 0 0px repeat-x;
}
#block-search-form .container-inline .form-item, #search-block-form .container-inline .form-item {float:left; margin:0;}
#block-search-form .container-inline .form-actions, #search-block-form .container-inline .form-actions {float:right;}
	
#block-search-form .form-submit, #search-block-form .form-submit { 
	background:url(../images/search.png) no-repeat center center;
	border:0;
	line-height:normal;
	width:31px;
	height:32px;
	padding:0;
	margin:0;
	vertical-align:middle;
	cursor:pointer;
	text-indent:-9999px;
}
	#search-block-form #edit-submit:hover, #search-block-form .form-submit:hover {opacity: .5;}


/******************Buttons Styles********************/
.form-submit {
	padding: 11px 15px 11px;
	background: #2f2f2d;
	color: #fff;
	font-size: 10px;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 6px;
}
	.form-submit:hover { background:#e29f1b;}
/*****************************************/
#block-block-6 {
	margin-bottom: 0;
	padding-bottom: 0;
}
/*** Footer ***/
#footer {
	background: url(../images/bg.gif) 0 0 repeat;
	clear: both;
	position: relative;
}
.region-footer {
	width: 940px;
	margin: 0 auto;
	padding: 31px 0;
	overflow: hidden;
}
section.footer-top {
	padding: 49px 0 27px;
	overflow: hidden;
	background: url(../images/footer-top.gif) 0 0 repeat;
}
section.footer-top h2 {
	color: #f4f4f4;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 17px;
}
#twtr-widget-1 .twtr-hd,
#twtr-widget-1 .twtr-ft {display: none;}
#twtr-widget-1.twtr-widget .twtr-tweet-wrap {padding: 0;}
#twtr-widget-1.twtr-widget .twtr-tweet {border: none; margin-bottom: 20px;	}
#twtr-widget-1.twtr-widget .twtr-tweet p {line-height: 18px !important;}
#twtr-widget-1.twtr-widget .twtr-tweet em {display: none;}
#block-twitter-profile-widget-0 {
	width: 220px;
	float: left;
	margin-right: 21px;
}
#block-block-5 {float: left; padding-top: 8px;}
#block-block-5 .content {color: #9b9b9b; text-transform: uppercase; font-size: 12px;}
#block-block-5 .content a {
	color: #9b9b9b;
	text-decoration: none;
}
#block-block-5 .content a:hover {color: #fff;}
#block-block-5 .content .sitename {
	font-family: 'Dosis', sans-serif;
	color: #edefed;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	margin-right: 10px;
}
#block-block-5 .content .year {
	color: #f5eff1;
}
	#block-block-5 .content a:hover {
		text-decoration: underline;
	}
section.footer-top section.block .content ul li {
	background: url(../images/marker2.gif) 0 6px no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding: 0 0 16px 13px;
}
section.footer-top section.block .content ul li a {
	font-weight: normal;
	color: #696969;
	text-decoration: none;
}
section.footer-top section.block .content ul li a:hover {color: #fff;}
#block-block-8 {
	float: left;
	width: 220px;
	margin-right: 20px;
}
#block-views-category-block {
	float: left;
	width: 220px;
	margin-right: 20px;
}
#back-top span#button {
	background: url(../images/to-top.png) 0 0 no-repeat;
	display: block;
	width: 42px;
	height: 42px;
}
#back-top span#button:hover {
	background: url(../images/to-top.png) 0 100% no-repeat;
}
#block-views-services-block {overflow: hidden;}
/********Social-icons Block********/
#block-follow-site { float:right;}
	a.follow-link {
		width: 36px;
		height: 36px;
		float: left;
		margin:0 0 0 0px;
		background-position: center center;
		display: block;
		overflow:hidden;
		text-indent:100%;
		white-space:nowrap;
		font-size: 0;
		line-height: 0;
		padding: 0;
		border-radius: 5px;
	}
		a.follow-link:hover {background-color: #ebb649;}
/********************/

/***********Forum************/
.action-links {
	padding:15px 0px;
}
	.action-links a {
		font-size:12px;
	}
		.action-links a:hover {
			text-decoration:none;
		}

#forum a {
	color:#e29f1b;
	font-size:13px;
}

#forum table {
	border:1px solid #c8c8c8;
	width:100%;
}

#forum th {
	background:#e29f1b; 
	border:1px solid #535353;
	color:#fff; 
	font-size:14px;
	padding:3px 5px;
}
	#forum th a {
		color:#fff;
	}

#forum td.container { 
	padding:10px;
}

#forum td {
	border:1px solid #c8c8c8;
	padding: 5px;
}

#forum td.topics, #forum td.posts, #forum td.replies{
	text-align:center;
}
#forum td.last-reply span, #forum td.title span {
	color:#535353;
}

.field-type-taxonomy-term-reference {
	overflow:hidden;
	padding-bottom:10px;
	width:100%;
}
.field-type-taxonomy-term-reference ul {overflow: hidden;}
.field-type-taxonomy-term-reference ul li {float: left; margin: 0 10px;}
	.field-type-taxonomy-term-reference .field-label {
		color:#000;
		font-size:14px;
		vertical-align:middle;
		margin-bottom: 0;
		line-height:20px;
		float: left;
	}

	.field-type-taxonomy-term-reference .links a {
		background:none;
		box-shadow: none;
		color:#e29f1b;
		display:inline;
		font-size: 14px;
		padding:0;
		text-transform: none;
	}
		.field-type-taxonomy-term-reference .links a:hover {
			color:#000;
			background:none;
		}

/*Table styles*/
tr.odd, tr.even {
	background: #fff;
	border-bottom: 1px solid #E0E0E0;
}
	tr.even {
		background: #f8f8f8;
	}
/***********************/

/************first-time page***************/
#first-time {
	display:none;
}
	#first-time p {
		padding:10px 0;
	}
	
#first-time .item-list ul li{
	background:none;
	display:block;
	float:left;
	margin:0;
}
	#first-time .item-list ul li a {
		color:#e29f1b;
		display:block;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
	}
		#first-time .item-list ul li:hover { background:none; }
		#first-time .item-list ul li a:hover { background:none; }
/***************************/

/******************Paginator*********************/
.content ul.pager {overflow: hidden;}
.content ul.pager li {
	padding: 0;
	float: left;
	margin: 0 9px 0 0;
	font-family: 'Dosis', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
}

.content ul.pager li.pager-current { 
	background:#2f2f2d;
		padding: 3px 10px 5px;
		font-weight: 700;
		color: #fff;
}
	.content ul.pager li a{ 
		text-decoration: none;
		color: #fff;
		background: url(../images/bg2.gif) 0 0 repeat;
		display: inline-block;
		padding: 3px 10px 5px;
		border: 1px solid #e1e1e1;
		border-width: 0 1px 1px 0;
	}
		.content ul.pager li a:hover {
			background:#e29f1b;
			color:#fff;
		}
/**********************/

/*********Admin menu bg**********/
ul.contextual-links li a:hover {}
/*********************/


/*******Slider********/
.flexslider {
	background: none;
	border: none;
	border-radius: 0;
}
.view-slider .skin-default, #block-block-9 {
	overflow: hidden;
	background: #eeeded;
	padding: 8px;
	border-right: 1px solid #dcd7da;
	border-bottom: 1px solid #dcd7da;
}
.view-slider .skin-default .flexslider_views_slideshow_slide {
	position: relative;
}
.view-slider .skin-default .flexslider_views_slideshow_slide .views-field-title {
	background: url(../images/caption.png) 0 0 repeat;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 85px;
}
.view-slider .skin-default .views-field-title .field-content {
	display: block;
	padding: 26px 19px 0;
	font-family: 'Dosis', sans-serif;
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
	font-weight: 700;
}
.flex-nav-container {
	margin-bottom: 0;
}
.flex-direction-nav li a {
	top: auto;
	bottom: 20px;
	background: url(../images/controls.png) 0 0 no-repeat;
	width: 44px;
	height: 44px;
}
.flex-direction-nav li a:hover {background-position: 0 bottom;}
.flex-direction-nav li .next {
	right: 12px;
	margin: 0;
	background-position: right 0;
}
.flex-direction-nav li .next:hover {background-position: right bottom;}
.flex-direction-nav li .prev {
	left: auto;
	right: 62px;
}
.view-featured-clients .view-content {
	overflow: hidden;
	margin-right: -20px;
}
.view-featured-clients .views-row {
	float: left;
	width: 221px;
	margin: 0 19px 35px 0;
}
.view-featured-clients .views-row .views-field-title a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
.view-featured-clients .views-row .views-field-title a:hover {color: #e29f1b;}
.view-featured-clients .views-row .view-image {
	margin-bottom: 12px;
}
/********************/
.node-employee .field-type-image,
.node-clients .field-type-image {float: left; margin: 0 20px 10px 0;}
.field-type-image {
	margin-bottom:15px;
	width: auto;
	display: inline-block;
	border: 1px solid #e4e4e3;
	border-width: 0 1px 1px 0;
	background: #fff;
	padding: 3px;
}

.profile .user-picture { margin-left:20px;}
.profile h3 { overflow:hidden;}

#block-views-our-team-block .views-field-field-employee-photo { float:left; margin-right:15px;}
#block-views-our-team-block .views-row { border-bottom:1px solid #CCC; overflow:hidden; padding:15px 0 10px;}
#block-views-our-team-block .views-field-title a { font-weight:bold; text-decoration:none;}

/*******Portfolio********/
.view-portfolio .view-content {overflow:hidden; margin-right: -20px;}
.view-portfolio .views-row {float:left;}
.view-portfolio .views-row .views-field-field-portfolio-image {
	background:url(../images/ajax-loader.gif) center center no-repeat #fff; 
	border: 1px solid #e5e0e3;
	border-width: 0 1px 1px 0;
	margin-bottom:12px;
}
.view-portfolio .views-row .views-field-field-portfolio-image a {
	display:block; 
	padding: 3px;
	background:url(../images/magnify.png) center center no-repeat #fff;
}
.view-portfolio .views-row .views-field-title {
	margin-bottom: 12px;
}
.view-portfolio .views-row .views-field-title a {
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	line-height: 21px;
	text-decoration: none;
	text-transform: uppercase;
	color: #232323;
	font-weight: 400;
}
	.view-portfolio .views-row .views-field-title a:hover { text-decoration: underline;}

.view-portfolio .views-row .views-field-body {
	margin-bottom: 25px;
}

.page-portfolio .view-portfolio .views-row {width:220px; margin:0 20px 35px 0;}
.page-portfolio .view-portfolio .views-row .views-field-field-portfolio-image {height:151px; width:219px;}

.page-portfolio-1-col .view-portfolio .views-row {float:none; overflow:hidden; margin-bottom:40px;}
.page-portfolio-1-col .view-portfolio .views-row .views-field-field-portfolio-image {height:370px; width:540px; float:left; margin-right:20px;}

.page-portfolio-2-cols .view-portfolio .views-row {width:461px; margin:0 19px 35px 0;}
.page-portfolio-2-cols .view-portfolio .views-row.views-row-even {margin-right:0;}
.page-portfolio-2-cols .view-portfolio .views-row .views-field-field-portfolio-image {height:292px; width:460px;}

.page-portfolio-3-cols .view-portfolio .views-row {width:301px; margin:0 18px 35px 0;}
.page-portfolio-3-cols .view-portfolio .views-row .views-field-field-portfolio-image {height:187px; width:300px;}
/*******************/

/******* Modules mkong ********/
.view-modules .view-content {overflow:hidden; margin-right: -20px;}
.view-modules .views-row {float:left;}
.view-modules .views-row .views-field-field-modules-image {
	background:url(../images/ajax-loader.gif) center center no-repeat #fff; 
	border: 1px solid #e5e0e3;
	border-width: 0 1px 1px 0;
	margin-bottom:12px;
}
.view-modules .views-row .views-field-field-modules-image a {
	display:block; 
	padding: 3px;
	background:url(../images/magnify.png) center center no-repeat #fff;
}
.view-modules .views-row .views-field-title {
	margin-bottom: 12px;
}
.view-modules .views-row .views-field-title a {
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	line-height: 21px;
	text-decoration: none;
	text-transform: uppercase;
	color: #232323;
	font-weight: 400;
}
	.view-modules .views-row .views-field-title a:hover { text-decoration: underline;}

.view-modules .views-row .views-field-body {
	margin-bottom: 5px;
        height: 6.5em;
}

*[class^='page-modules'], *[class*=' page-modules'] .view-modules .views-row {width:220px; margin:0 20px 35px 0;}
*[class^='page-modules'], *[class*=' page-modules'] .view-modules .views-row .views-field-field-modules-image {height:151px; width:219px;}
/*******************/