/*
 * Theme-Specific Design Elements 
 */
#main {
	margin: 0 0 20px;
}

a h1,a h2,a h3,a h4,a h5,a h6,.title a {
	color: #077d8a;
	text-decoration: none;
}

a h1:hover,a h2:hover,a h3:hover,a h4:hover,a h5:hover,a h6:hover,.title a:hover
	{
	color: #f4a711;
}

/* Header */
.header {
	color: #fff;
	background-color: #077c89;
}

.header .container {
	background: url(../images/hdr_bg.png) no-repeat 485px top;
	padding-top: 35px;
}

.header {
	clear: both;
}

.header .tagline {
	color: #b2dfe4;
	font-size: 17px;
	position: relative;
	top: -15px;
	left: 82px;
}

.header a {
	color: #fff;
}

/* Header - Contact */
#contact {
	font-family: 'Source Sans Pro', sans-serif;
}

#contact .talk {
	font-size: 20px;
	color: #b2dfe4;
}

#contact .number {
	font-weight: 700;
	font-size: 32px;
	color: #fff;
	padding-left: 30px;
	background: url(../images/icon_telephone.png) no-repeat 0 4px;
	line-height: 32px;
}

/* Search Box */
#breadcrumbs_search {
	margin: 0 0 20px;
}

#tdc_searchform {
	background: #f4f6f6;
	width: 240px;
	height: 36px;
	padding: 0px;
	margin: 0px;
	position: relative;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	border: 1px solid #c4d3d3;
}

#tdc_searchform form {
	display: inline;
}

#tdc_searchform .tdc_search_box {
	border: 0px;
	background: transparent;
	position: absolute;
	top: 4px;
	left: 17px;
	width: 176px;
	font-size: 13px;
	height: 16px;
	line-height: 16px;
	color: #434444;
}

.tdc_search_submit {
	border: 0px;
	position: absolute;
	top: 11px;
	left: 210px;
}

.header_search #tdc_searchform {
	float: right;
}

.page_type {
	text-align: center;
	padding: 5px 10px;
	line-height: 1.1em;
	font-size: 13px;
	color: #FFF;
	background: #077C89;
	margin-top: 5px;
}

/* Breadcrumbs */
.header_crumbs {
	font-size: 12px;
	padding: 10px 0 15px;
	border-bottom: 1px solid #c4d3d3;
	line-height: 15px;
}

.header_crumbs .you_are_here {
	line-height: 15px;
	font-size: 11px;
	padding-right: 5px;
}

.header_crumbs a {
	text-decoration: none;
}

.header_crumbs a:hover {
	text-decoration: underline;
}

/* Menu - Primary */
#menu {
	background: #07626c;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	margin-bottom: 15px;
}

.menu-primary {
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
	height: 42px;
}

.menu-primary ul li {
	margin: 0;
}

.menu-primary ul,div.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-primary li,div.menu li {
	float: left;
	position: relative;
}

.menu-primary li,div.menu li {
	float: left;
	position: relative;
}

.menu-primary ul ul {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	z-index: 99999;
	padding: 5px;
	background-color: #077c89;
}

.menu-primary ul li:hover>ul {
	display: block;
}

.menu-primary li:hover>a,.menu-primary ul ul :hover>a {
	color: #f4a711;
	text-decoration: underline;
}

.menu-primary ul li.current_page_item>a,.menu-primary ul li.current-menu-ancestor>a,.menu-primary ul li.current-menu-item>a,.menu-primary ul li.current-menu-parent>a
	{
	color: #a7d8de;
}

.menu-primary a {
	color: #fff;
	display: block;
	padding: 0 10px;
	text-decoration: none;
	font-size: 18px;
	line-height: 42px;
	margin: 0 10px 0 0;
}

.menu-primary ul ul a {
	padding: 5px 10px;
	width: 280px;
	height: auto;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	margin: 0;
}

.menu-primary .sub-menu .sub-menu {
	display: none;
}

/* Buttons */
a.btn {
	background: url('../images/btn_arrow.png') no-repeat 0 0;
	height: 38px;
	width: 220px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	line-height: 38px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	text-shadow: 1px 1px 3px #555;
	text-align: left;
	padding-left: 20px;
}

a.btn:active {
	position: relative;
	top: 2px;
}

a.btn_rev {
	background-image: url('../images/btn_arrow_rev.png');
	padding-left: 35px;
}

a.btn b {
	font-weight: 700;
}

a.btn:hover {
	background-position: 0 -38px;
}

/* Homepage - Clients */
#home_clients {
	margin: 30px 0 40px;
	text-align: center;
}

#home_clients h2 {
	text-align: left;
	margin-bottom: 15px;
}

#home_clients img {
	background: #e2e7e8;
	padding: 25px;
}

#home_clients_button {
	position: relative;
	top: -20px;
}

/* Home - Services */
#home_services {
	margin: 15px 0 40px;
}

#home_services h3 {
	font-size: 20px;
	margin: 0 0 5px;
}

#home_services a {
	text-decoration: none;
}

#home_services_inner {
	margin: 15px 0 5px;
}

.home_service_inner {
	padding: 15px;
	background: #e2e7e8;
	min-height: 137px;
}

.home_services_inner_spacer {
	height: 10px;
}

.home_service_desc {
	font-size: 9pt;
	line-height: 1.8em;
	padding-bottom: 20px;
}

.home_service_desc p {
	margin: 0;
}

.home_service_btn {
	position: relative;
	top: -15px;
}

.home_service .box_thumb img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: middle;
}

#home_services .header_search {
	margin-bottom: 10px;
	position: relative;
	top: -10px;
}

/* Footer */
.footer {
	font-size: 12px;
	color: #9e9e9e;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
	color: #f4a711;
}

.footer h3 {
	color: #fff;
	font-size: 20px;
	margin: 0 0 10px;
	line-height: 1.2em;
}

.footer ul {
	padding: 0;
	margin: 0;
}

.footer .widget {
	margin-bottom: 20px;
}

.footer li {
	margin: 0 0 8px;
	line-height: 1.2em;
	background: url('../images/list_arrow.png') no-repeat 0 3px;
	padding-left: 10px;
	list-style-type: none;
}

.footer_upper {
	padding: 20px 0 15px;
	background: #434444;
	margin-top: 30px;
}

.footer_lower {
	background: #383a3a;
	padding: 15px 0 15px;
	line-height: 1.6em;
}

.footer_lower p.copyright {
	margin: 0 0 0 31px;
}
/* Team Profiles */
.team_member_inner {
	padding: 15px;
	background: #e2e7e8;
}

#team_members h3 {
	font-size: 20px;
}

#team_members a {
	text-decoration: none;
}

.team_member {
	margin-bottom: 30px;
}

.team_member_desc {
	font-size: 9pt;
	line-height: 1.8em;
	padding-bottom: 20px;
	min-height: 130px;
}

.team_member_desc p {
	margin: 0;
}

.team_member_btn {
	position: relative;
	top: -15px;
}

.team_member_role {
	height: 16px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: 'Source Sans Pro', sans-serif;
}

.team_member .box_thumb img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: middle;
}

/* Sidebar */
#sidebar h3 {
	font-size: 20px;
}

#sidebar .widget {
	margin-bottom: 20px;
}

/* Sidebar - Social */
.widget_tdc_socialwidget {
	background: #ccdadc url('../images/bg_tweet.png') no-repeat 80px 20px;
	padding: 15px;
}

.tdc_social_desc {
	font-size: 13px;
	line-height: 1.2em;
	margin-bottom: 15px;
}

.tdc_social_icon_list {
	text-align: center;
}

.widget_social_link {
	width: 41px;
	height: 41px;
	text-indent: -99999px;
	display: inline-block;
	margin: 0 5px 5px 0;
	background: url('../images/icons_social.png') no-repeat 0 0;
}

.social_facebook {
	background-position: 0 -41px;
}

.social_facebook:hover {
	background-position: 0 0;
}

.social_twitter {
	background-position: -41px -41px;
}

.social_twitter:hover {
	background-position: -41px 0;
}

.social_linkedin {
	background-position: -82px -41px;
}

.social_linkedin:hover {
	background-position: -82px 0;
}

.social_gplus {
	background-position: -123px -41px;
}

.social_gplus:hover {
	background-position: -123px 0;
}

/* Sidebar - Contact */
.widget_tdc_contactwidget {
	background: #ccdadc url('../images/bg_pin.png') no-repeat 100px 20px;
	padding: 15px;
}

.tdc_contact_desc {
	font-size: 13px;
	line-height: 1.2em;
	margin-bottom: 15px;
}

.tdc_contact_item {
	color: #434444;
	font-size: 20px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 8px;
}

.tdc_contact_item span {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 5px;
}

.tdc_contact_item a {
	color: #434444;
	text-decoration: none;
}

.tdc_contact_item a:hover {
	color: #077d8a;
	text-decoration: underline;
}

.tdc_contact_telephone span {
	background: url('../images/icon_contact.png') no-repeat 0 0;
}

.tdc_contact_email span {
	background: url('../images/icon_contact.png') no-repeat -22px 0;
}

.tdc_contact_visit span {
	background: url('../images/icon_contact.png') no-repeat -44px 0;
}

/* Sidebar ITOL */
.tdc_logo_itol {
	text-align: center;
}

/* Post Nav */
#post_navigation {
	text-align: center;
	padding-top: 20px;
}

#post_navigation .nav_btn a {
	margin: 0 10px;
	height: 38px;
	width: 220px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	line-height: 38px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	text-shadow: 1px 1px 3px #555;
	text-align: left;
	height: 38px;
}

#post_navigation .nav_previous a {
	background: url('../images/btn_arrow_rev.png') no-repeat 0 0;
	padding-left: 70px;
}

#post_navigation .nav_btn a:hover {
	background-position: 0 -38px;
}

#post_navigation .nav_next a {
	background: url('../images/btn_arrow.png') no-repeat 0 0;
	padding-left: 20px;
}

/* Content - Post */
.post_footer {
	border-top: 1px solid #efefef;
	padding-top: 20px;
	margin: 10px 0;
}

.post_meta_top {
	font-size: 12px;
	margin: 5px 0 15px;
}

.post .thumbnail {
	width: 110px;
	float: left;
	margin-right: 20px;
}

.post .thumbnail img {
	width: 108px;
	height: 108px;
	border: 1px solid #efefef;
}

.post .content {
	float: left;
	width: 570px;
}

/* Content - Post Loop */
.read_more {
	text-align: right;
	clear: both;
	padding-top: 4px;
}

.post-loop {
	border-bottom: 1px solid #c4d3d3;
	padding-bottom: 30px;
	margin-bottom: 20px;
}

/*	Blockquotes  */
blockquote,blockquote p {
	line-height: 24px;
	background: #dbe6e7;
	color: #07626c;
	font-style: italic;
}

blockquote {
	margin: 0 0 20px;
	padding: 20px 20px 10px;
}

blockquote .who {
	text-align: right;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 10px;
}

/* Images */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	text-align: center;
	max-width: 100% !important;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	padding: 5px 10px;
	background: #dbe6e7;
	color: #07626c;
}

/* Comments */
#comments {
	border-top: 1px solid #c4d3d3;
	margin-top: 40px;
	padding-top: 20px;
}

#comments h3 {
	font-size: 20px;
}

#comments textarea {
	width: 90%;
	height: 80px;
}

#comments input[type="text"] {
	width: 80%;
}

ol.commentlist {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
}

ol.commentlist  .comment-author {
	font-size: 110%;
	font-weight: bold;
}

ol.commentlist li.comment {
	background: #efefef;
	padding: 20px;
}

ol.commentlist li.comment .children .odd {
	background: #fff;
}

ol.commentlist .children {
	font-size: 100%;
	margin: 0;
}

ol.commentlist .children li {
	margin: 15px 0 5px;
}

ol.commentlist li.comment div.vcard img.avatar {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #c4d3d3;
	padding: 2px;
	background: #fff;
}

.comment-meta {
	font-size: 12px;
	margin-bottom: 15px;
}

#respond {
	margin: 30px 20px 20px;
}

/* Tables */
table {
	margin: 10px auto;
}

table th {
	font-weight: bold;
}

table td,table th {
	padding: 5px 10px;
	border: 1px solid #07626C;
}

/* Content - Lists */
dl {
	padding: 10px 25px 20px;
}

dt {
	font-weight: bold;
	font-size: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #434444;
	background: url('../images/btn_plus.png') no-repeat 0 0;
	padding-left: 40px !important;
	line-height: 28px;
}

dd {
	line-height: 1.3em;
	margin-left: 40px;
	margin-bottom: 20px;
}

.entry-content ul {
	padding: 5px 30px;
}

.entry-content ol {
	padding: 5px 20px;
}

.entry-content ul li {
	padding-left: 18px;
	background: url('../images/list_arrow_dark.png') no-repeat 0 4px;
	list-style-type: none;
}

/* Shopping Cart */
.cart_total {
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	text-align: right;
}

.cart_icon {
	background: url('../images/icon_cart.png') no-repeat 0 0;
	width: 16px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
}

.cart_total a {
	color: #fff;
	text-decoration: none;
}

.cart_total a:hover {
	text-decoration: underline;
}

/* Shop - General */
.products a {
	text-decoration: none;
}

.products a h3 {
	font-size: 20px;
	margin-top: 10px;
}

/* Shop - Categories */
.woocommerce .category {
	display: block;
	background: #eaf0f0;
	border: 1px solid #c4d3d3;
}

.woocommerce .category_thumbnail {
	float: left;
	border-right: 1px solid #c4d3d3;
	background: #fff;
	margin-right: 20px;
}

.woocommerce .category_thumbnail img {
	height: 184px;
}

.woocommerce .category_detail {
	padding-right: 20px;
}

.woocommerce .category .category_desc {
	margin-bottom: 10px;
	font-size: 12px;
	height: 70px;
	overflow: hidden;
}

/* Forms */
#content .gform_wrapper {
	background: #efefef;
	padding: 20px 30px;
	clear: both;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 10px 20px;
}

.gform_wrapper form li {
	background: transparent;
	padding: 0;
}

.gform_wrapper form li input[type="text"],.gform_wrapper form li textarea
	{
	font-size: 13px;
	padding: 5px 10px;
	margin-bottom: 0;
}

#content .gform_wrapper form li input[type="text"] {
	width: 90% !important;
}

#content .gform_wrapper form li textarea {
	width: 95%;
}

/* Contact Details */
.contact_details_wrapper {
	clear: both;
	margin: 20px 0 45px;
}

.contact_page_item {
	margin: 0 0 10px;
	height: 28px;
	padding-left: 28px;
	background: url('../images/icon_contact_telephone.png') no-repeat 0 2px;
}

.contact_page_item,.contact_page_address div {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #434444;
	line-height: 30px;
}

.contact_page_item.contact_fax {
	background-image: url('../images/icon_contact_fax.png');
}

.contact_page_item.contact_email {
	background-image: url('../images/icon_contact_email.png');
}

.contact_page_address {
	margin-top: 20px;
	padding-left: 28px;
	background: url('../images/icon_contact_pin.png') no-repeat 0 0;
}

/* Media Queries */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	.header .container {
		
	}
	.home_service_btn {
		display: none;
	}
	.thumbnail {
		display: none;
	}
	.post .content {
		float: none;
		width: auto;
	}
	.header_search #tdc_searchform {
		float: none;
		margin: 10px auto 0;
	}
	.cart_total {
		display: none;
	}
	.tagline {
		display: none;
	}
	#contact {
		text-align: center;
		margin: 5px 0 10px;
		color: #fff;
		clear: both;
	}
	#contact .number {
		background: transparent;
		padding: 0;
		display: block;
	}
	#contact .talk {
		display: none;
	}
	.business_details {
		padding-top: 20px;
	}
	#home_clients {
		text-align: center;
	}
	#home_clients img {
		display: none;
	}
	#home_clients_button {
		top: 0;
	}
	.woocommerce #content ul.products li.product,.woocommerce-page #content ul.products li.product
		{
		width: 195px !important;
	}
	#content .team_member {
		width: 100%;
	}
	#content .team_member .team_member_desc {
		min-height: 0;
	}
	#content .team_member .team_member_btn {
		text-align: center;
	}
	#content .team_member .box_thumb img {
		text-align: center;
		margin: 0 auto -5px;
		display: block;
	}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.product-thumbnail {
		display: none;
	}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.footer_upper {
		display: none;
	}
	.product-thumbnail {
		display: none;
	}
	.home_service {
		text-align: center;
	}
	.home_service_inner {
		min-height: 0;
		margin: 10px 0 30px;
	}
	#content .cart-collaterals .cart_totals {
		text-align: left;
		width: 100%;
		float: none;
	}
	#content .cart-collaterals .cart_totals table {
		margin: 10px auto;
	}
	.category_thumbnail {
		display: none;
	}
	.products .category {
		padding: 0 20px 20px 20px;
	}
	.woocommerce #content div.product .summary,.woocommerce #content div.product .images
		{
		float: none !important;
	}
	.woocommerce #content div.product .images {
		margin: 0 auto 20px;
	}
	.woocommerce #content div.product .summary {
		width: 100% !important;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	div.product .single_add_to_cart_button {
		margin-top: 10px;
	}
}