/*
Theme Name: Bulwark
Theme URI: http://wordpress.tanshcreative.com/bulwark/
Description: Bulwark is a responsive WordPress Theme designed and developed by Tansh.
Version: 2.0.2
Author: Tansh
Author URI: http://themeforest.net/user/tansh
Tags: left-sidebar, right-sidebar, editor-style, featured-images, post-formats, sticky-post, translation-ready
License:  GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
*/
/*============================================================*/
/*////////////////////////////////////////////////////////////////////////*/
/*//                                                                    //*/
/*// For easy updates, please do not edit this, instead use child theme //*/
/*//                                                                    //*/
/*////////////////////////////////////////////////////////////////////////*/
/*============================================================*/

/*---------- Searching for particular element? ----------*/
/*
Here is CSS structure...

1  General styles
2  Typography 
3  Header
4  Page Header
5  Footer
6  Commons
7  Pricing
8  Portfolio
9  Button styles
10 List styles
11 Blog / Search and 404 page
12 Forms
13 Menu / Navigation
14 Widgets
15 Bootstrap Override - general, popover, tooltip, blockquote
16 Pagers for pages, posts, comments, portfolio
17 Comments
18 WordPress Core
19 Retina Styles
20 THEME COLORS - Background and Font

/*----------------------------------------*/
/*----- 1 General styles -----*/
/*----------------------------------------*/
html {
	overflow-x: hidden;
}
body {
	background-color: #fff;
	background-position: center top;
	font-size: 14px;
	color: #999;
	font-weight: normal;
	line-height: 22px;
	-webkit-font-smoothing: antialiased;
	-webkit-animation: fix 1s 1;
	overflow-x: hidden;
	letter-spacing: -0.45px;
}
img {
	max-width: 100% !important;
	height: auto !important;
}
iframe {
	border: none;
}
.video-wrapper iframe, .audio-wrapper iframe {
	max-width: 100%;
}
/*----------------------------------------*/
/*----- 2 Typography -----*/
/*----------------------------------------*/
/*-- Font and Background colors are specified in separate section : Colors --*/
/*-- Font sizes and weights are in respective section --*/

/*-- Font families --*/
body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
}
/*-- Other typography --*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-style: normal;
	margin-bottom: 15px;
	margin-top: 0;
	-webkit-font-smoothing: antialiased;
	letter-spacing: -0.65px;
}
h1 {
	font-size: 48px;
	line-height: 52px;
	letter-spacing: -2px;
	margin-bottom: 25px;
}
h2 {
	font-size: 36px;
	line-height: 40px;
}
h3 {
	font-size: 30px;
	line-height: 34px;
}
h4 {
	font-size: 24px;
	line-height: 28px;
}
h5 {
	font-size: 18px;
	line-height: 26px;
}
h6 {
	font-size: 14px;
	line-height: 20px;
}
a, a:link {
	text-decoration: none;
	cursor: pointer;
	font-style: normal;
	outline: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-o-transition:      all 0.3s ease;
	transition:         all 0.3s ease;
}
a:visited {
}
a:hover {
	text-decoration: none;
}
a:active {
}
.dropcap {
	font-size: 30px;
	line-height: 30px;
	margin: 0 15px 5px 0;
	padding: 10px 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius:    2px;
	border-radius:         2px;
	float: left;
}
.highlight {
	padding: 0 5px;
}
.text-big {
	font-size: 18px;
	line-height: 22px;
}
.text-caps {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/*----------------------------------------*/
/*----- 3 Header -----*/
/*----------------------------------------*/
#header {
	background-position: center top;
	padding: 30px 0;
}
#mobile-search {
	width: 100%;
	padding-bottom: 10px;
}
/*-- Logo --*/
.logo {
	text-align: center;
	margin-bottom: 10px;
}
.logo a {
	line-height: 1em;
	display: inline-block;
}
.logo img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition:    all 0.2s ease-in;
	-ms-transition:     all 0.2s ease-in;
	-o-transition:      all 0.2s ease-in;
	transition:         all 0.2s ease-in;
	text-align: center;
}
.logo .logo-standard {
}
.logo .logo-retina {
	display: none;
}
/*----------------------------------------*/
/*----- 4 Page Header -----*/
/*----------------------------------------*/
#page-header {
	background-position: center top;
	padding: 30px 0;
}
.page-title {
	margin-bottom: 0;
}
/* breadrcrumb */
.breadcrumbs {
	float: left;
	font-size: 12px;
}
.breadcrumbs li {
	list-style: none;
	display: inline-block;
}
.breadcrumbs li:after {
	margin: 0 5px;
	content: "\00BB";
}
.breadcrumbs li:last-child:after {
	content: none;
}
/*----------------------------------------*/
/*----- 5 Footer -----*/
/*----------------------------------------*/
#footer {
	padding: 30px 0 0 0;
	background-position: center top;
}
/*----------------------------------------*/
/*----- 6 Commons -----*/
/*----------------------------------------*/
#content-main {
	padding-top: 60px;
	padding-bottom: 40px;
}
.pad-top-none {
	padding-top: 0 !important;
}
.pad-bottom-none {
	padding-bottom: 0 !important;
}
.margin-bottom-none {
	margin-bottom: 0 !important;
}
.no-display {
	display: none;
}
/*-- Fullwidth section --*/
.fullwidth-row {
	width: 100% !important;
	margin-left: -50% !important;
	padding-left: 50% !important;
	padding-right: 50% !important;
	position: relative;
	z-index: 0;
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing:    content-box !important;
	box-sizing:         content-box !important;
	background-size:auto;
	background-position: center top;
}
/*-- mini-divider --*/
.mini-divider {
	width: 30px;
	display: block;
}
/*-- spacer --*/
.spacer {
	width: 100%;
	display: block;
	clear: both;
}
/*-- Fancy heading / mytooltip for heading --*/
.mytooltip {
	padding: 0 30px;
	margin-bottom: 40px;
	text-align: center;
	display: inline-block;
	position: relative;
}
.mytooltip h5 {
	font-size: 18px;
	line-height: 42px;
	margin: 0;
}
.mytooltip-arrow {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-bottom: 7px solid transparent;
	position: absolute;
	bottom: -12px;
	top: auto;
	left: auto;
	right: 0;
}
/*-- recent post carousel --*/
.recentpost-date, .recentpost-comment {
	text-transform: uppercase;
	font-size: 12px;
}
.recentpost-date {
	margin-right: 30px;
}
.recentpost-comment i {
	margin-right: 5px;
}
.recentpost-carousel img {
	margin-bottom: 10px;
}
.recentpost-excerpt {
	margin-bottom: 10px;
	display: block;
}
/*-- Box --*/
.box {
	padding: 20px;
	border: 1px solid transparent;
	margin-bottom: 20px;
}
/*-- Feature item --*/
.feature-item {
	overflow: hidden;
	position: relative;
}
.feature-item img {
	width: 100%;
}
.feature-item .overlay {
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
}
.feature-item:hover .overlay {
	background-color: rgba(0, 0, 0, 0.5);
	display: block;
	opacity: 1;
	left: 0;
}
.feature-item .animated {
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
}
.ribbon {
	display: inline-block;
	position: absolute;
	top: auto;
	right: 0;
	bottom:20%;
	left: auto;
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius:    2px 0 0 2px;
	border-radius:         2px 0 0 2px;
}
.feature-item .ribbon h5 {
	padding: 12px 20px 12px 40px;
	margin: 0;
}
.feature-item .ribbon h5 a, .feature-item .ribbon h5 {
	font-size: 16px;
}
/*-- feature-box --*/
.add-box {
	padding: 30px;
	display: block;
}
.feature-box-icon {
	width: 60px;
	height: 60px;
	margin-right: 20px;
	line-height: 56px;
	text-align: center;
	-webkit-border-radius: 60px;
	-moz-border-radius:    60px;
	border-radius:         60px;
	float: left;
}
.feature-box-icon i {
	font-size: 22px;
}
.feature-box h4, .feature-box p {
	margin-bottom: 0;
}
.feature-box .subheading {
}
.feature-box-content {
	display: block;
	margin-top: 20px;
}
/*-- testimonial --*/
.testimonial-icon i {
	font-size: 48px;
	margin-right: 15px;
	float: left;
}
.testimonial-icon h6 {
	margin-bottom: 0;
	margin-top: 5px;
}
.testimonial-icon-content {
	display: block;
	margin-top: 20px;
}
.testimonial-single .mini-divider {
	margin-bottom: 15px;
	display: block;
}
/*-- team --*/
.team .member-image, .team-single .member-image {
	position: relative;
	margin-bottom: 10px;
}
.team-excerpt {
	margin-top: 15px;
}
.team .social {
	margin-top: 15px;
	display: block;
}
.team .mini-divider {
	display: block;
}
/*----------------------------------------*/
/*----- 7 Pricing -----*/
/*----------------------------------------*/
.pricing {
	-webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow:    0 1px 2px 1px rgba(0, 0, 0, .1);
	box-shadow:         0 1px 2px 1px rgba(0, 0, 0, .1);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition:    all .4s ease-in-out;
	-ms-transition:     all .4s ease-in-out;
	-o-transition:      all .4s ease-in-out;
	transition:         all .4s ease-in-out;
	margin-bottom: 20px;
}
.pricing:hover {
	-webkit-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow:    0 1px 4px 1px rgba(0, 0, 0, .3);
	box-shadow:         0 1px 4px 1px rgba(0, 0, 0, .3);
}
.pricing table {
	width: 100%;
	text-align: center;
}
.pricing table thead th {
	width: auto;
	padding: 30px 30px 0px 30px;
	text-align: center;
}
.pricing-title {
	margin-bottom: 0;
}
.pricing table td {
	width: auto;
	padding: 30px;
}
.focus-td {
	border-width: 1px 0 1px 0 !important;
	padding: 20px !important;
}
.price {
	font-size: 22px;
	padding-top: 0 !important;
	font-weight: bold;
}
.footnote {
	padding: 0 !important;
}
.footnote p {
	margin: 15px 30px !important;
}
.pricing .mybtn {
	margin: 0;
}
.list-pricing li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	display: block;
}
.list-pricing {
	margin: 0;
}
.list-pricing li:last-child {
	margin-bottom: 0 !important;
}
.pricing i {
	margin: 0 5px;
}
/*----------------------------------------*/
/*----- 8 Portfolio / Portfolio Carousel -----*/
/*----------------------------------------*/
.filter-content .isotope-item {
	margin-bottom: 30px
}
.filter-content p {
	margin: 0;
	padding: 0;
}
.folio-title {
	margin-top: 10px;
	margin-bottom: 10px;
}
.folio-client {
	display: block;
	padding-top: 8px;
}
.folio-excerpt {
	margin-top: 15px;
}
.portfolio-details {
	padding-bottom: 20px;
}
/*-- Portfolio filter --*/
.filter_nav {
	margin-bottom: 20px;
	display: inline-block;
	float: right;
}
.filter_nav li {
	padding:0;
	margin: 0;
	display:inline;
	list-style-type: none;
	float: left;
}
.filter_nav i {
	font-size: 16px;
}
.filter_nav li a {
	padding: 0 10px 10px 10px;
	font-size: 13px;
	line-height: 1em;
	text-transform: uppercase;
	cursor: pointer;
	width: auto;
	height: auto;
	display: inline-block;
	outline: none;
}
.filter_nav li:last-child a {
	padding-right: 0;
}
/*-- Thumb --*/
.folio-thumb {
	position: relative;
	overflow: hidden;/*	height: auto;
	width: auto;*/
}
.folio-thumb img {
	width: 100%;
}
.folio-thumb .col-md-12, .folio-thumb .col-sm-12, .folio-thumb .col-xs-12 {
	margin: 0;
	padding: 0;
}
.folio-thumb .overlay {
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
}
.folio-thumb:hover .overlay {
	background-color: rgba(0, 0, 0, 0.8);
	display: block;
	opacity: 1;
	bottom: 0;
}
.folio-thumb .animated {
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
}
.button-delay {
	animation-delay: .05s; /* W3C and Opera */
	-moz-animation-delay: .05s;/* Firefox */
	-webkit-animation-delay: .05s; /* Safari and Chrome */
}
/*-- portfolio-thumb --*/
.folio-thumb .zoom-button, .folio-thumb .link-button {
	width: 38px;
	height: 38px;
	margin-left: -19px;
	margin-top: -19px;
	text-align: center;
	position:absolute;
	left: 40%;
	top: 50%;
	outline: none;
	-webkit-border-radius: 2px;
	-moz-border-radius:    2px;
	border-radius:         2px;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
}
.folio-thumb .link-button {
	position:absolute;
	left: auto;
	right: 40%;
	top: 50%;
	margin-right: -19px;
}
.remove-link-button .zoom-button, .filter-content .folio-thumb .zoom-button, .filter-content .folio-thumb .link-button {
	left: 50%;
	margin-right: auto;
}
.folio-thumb .zoom-button:after, .folio-thumb .link-button:after {
	font-family: "fontello";
	content: '\e90e';
	font-size: 24px;
	text-align: center;
	line-height: 38px;
}
.folio-thumb .link-button:after {
	font-family: "fontello";
	content: '\e93d';
}
.folio-thumb:hover .zoom-button, .folio-thumb:hover .link-button {
	filter:alpha(opacity=1);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	-moz-opacity:.9;
	-khtml-opacity: .9;
	opacity: .9;
}
.remove-link-button .link-button {
	display: none;
}
/*----------------------------------------*/
/*----- 9 Button styles -----*/
/*----------------------------------------*/
.mybtn, .leave-comment a {
	background-color: #383838;
	border: 1px solid #383838;
	padding: 0 20px;
	margin-top: 10px;
	font-size: 14px;
	color: #fff !important;
	font-weight: normal;
	line-height: 30px;
	cursor: pointer;
	border: 0;
	outline: 0;
	width: auto;
	height: auto;
	display: inline-block;
	text-decoration: none;
	position: relative;
	white-space: nowrap;
	-webkit-border-radius: 2px;
	-moz-border-radius:    2px;
	border-radius:         2px;
	-webkit-transition: all .2s ease;
	-moz-transition:    all .2s ease;
	-ms-transition:     all .2s ease;
	-o-transition:      all .2s ease;
	transition:         all .2s ease;
	-webkit-backface-visibility: hidden;
}
.mybtn-big {
	padding: 0 35px;
	line-height: 46px;
	font-size: 16px;
}
.mybtn i, .mybtn-big i {
	margin:0 0 0 5px;
	font-size: inherit !important;
	display: inline;
}
.mybtn-flat {
	background-color: transparent;
	color: #383838 !important;
	border: 1px solid #383838;
}
/*-- default --*/
.mybtn-default {
}
/*-- green --*/
.mybtn-green {
	background-color: #568203;
	border: 1px solid #568203;
	color: #fff !important;
}
.mybtn-flat-green {
	background-color: transparent;
	border: 1px solid #568203;
	color: #568203 !important;
}
/*-- red --*/
.mybtn-red {
	background-color: #A52A2A;
	border: 1px solid #A52A2A;
	color: #fff !important;
}
.mybtn-flat-red {
	background-color: transparent;
	border: 1px solid #A52A2A;
	color: #A52A2A !important;
}
/*-- blue --*/
.mybtn-blue {
	background-color: #2a92a5;
	border: 1px solid #2a92a5;
	color: #fff !important;
}
.mybtn-flat-blue {
	background-color: transparent;
	border: 1px solid #2a92a5;
	color: #2a92a5 !important;
}
/*-- turquoise --*/
.mybtn-turquoise {
	background-color: #379f7a;
	border: 1px solid #379f7a;
	color: #fff !important;
}
.mybtn-flat-turquoise {
	background-color: transparent;
	border: 1px solid #379f7a;
	color: #379f7a !important;
}
/*-- grey --*/
.mybtn-grey {
	background-color: #888888;
	border: 1px solid #888888;
	color: #fff !important;
}
.mybtn-flat-grey {
	background-color: transparent;
	border: 1px solid #888888;
	color: #888888 !important;
}
/*-- golden --*/
.mybtn-golden {
	background-color: #c28e0f;
	border: 1px solid #c28e0f;
	color: #fff !important;
}
.mybtn-flat-golden {
	background-color: transparent;
	border: 1px solid #c28e0f;
	color: #c28e0f !important;
}
/*-- violet red --*/
.mybtn-violet {
	background-color: #c71585;
	border: 1px solid #c71585;
	color: #fff !important;
}
.mybtn-flat-violet {
	background-color: transparent;
	border: 1px solid #c71585;
	color: #c71585 !important;
}
/*-- royal blue --*/
.mybtn-royal {
	background-color: #4169E1;
	border: 1px solid #4169E1;
	color: #fff !important;
}
.mybtn-flat-royal {
	background-color: transparent;
	border: 1px solid #4169E1;
	color: #4169E1 !important;
}
/*----- Hovers -----*/
.mybtn:hover, .leave-comment a:hover {
	background-color: #999;
	text-decoration: none;
}
.mybtn-flat:hover, .mybtn-green:hover, .mybtn-red:hover, .mybtn-blue:hover, .mybtn-turquoise:hover, .mybtn-grey:hover, .mybtn-golden:hover, .mybtn-violet:hover, .mybtn-royal:hover {
	background-color: #383838;
	border: 1px solid #383838;
	color: #fff !important;
}
.mybtn-flat-green:hover {
	background-color: #568203;
	border: 1px solid #568203;
	color: #fff !important;
}
.mybtn-flat-red:hover {
	background-color: #A52A2A;
	border: 1px solid #A52A2A;
	color: #fff !important;
}
.mybtn-flat-blue:hover {
	background-color: #2a92a5;
	border: 1px solid #2a92a5;
	color: #fff !important;
}
.mybtn-flat-turquoise:hover {
	background-color: #379f7a;
	border: 1px solid #379f7a;
	color: #fff !important;
}
.mybtn-flat-grey:hover {
	background-color: #888888;
	border: 1px solid #888888;
	color: #fff !important;
}
.mybtn-flat-golden:hover {
	background-color: #c28e0f;
	border: 1px solid #c28e0f;
	color: #fff !important;
}
.mybtn-flat-violet:hover {
	background-color: #c71585;
	border: 1px solid #c71585;
	color: #fff !important;
}
.mybtn-flat-royal:hover {
	background-color: #4169E1;
	border: 1px solid #4169E1;
	color: #fff !important;
}
/*----------------------------------------*/
/*----- 10 List styles -----*/
/*----------------------------------------*/
.list-icon i {
	margin-right: 10px;
	color: inherit;
}
.list-icon-border {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e0e0e0;
	display: block;
}
/* Checkmark list */
.list-checkmark li, .list-star li, .list-arrow li, .list-heart li, .list-circle li {
	background: none;
	margin-bottom: 10px;
	list-style-type: none;
	display: block;
}
.list-checkmark li:before {
	font-family: 'fontello';
	content: '\e903';
	margin-right: 10px;
}
.list-star li:before {
	font-family: 'fontello';
	content: '\e923';
	margin-right: 10px;
}
.list-arrow li:before {
	font-family: 'fontello';
	content: '\e9a0';
	margin-right: 10px;
}
.list-heart li:before {
	font-family: 'fontello';
	content: '\e868';
	margin-right: 10px;
}
.list-circle li:before {
	font-family: 'fontello';
	content: '\e98c';
	margin-right: 10px;
}
/* List with separator */
.list-separator li {
	display: inline-block;
}
.list-separator li:after {
	content: "|";
	display: inline-block;
	margin: 0 10px;
}
.list-separator li:last-child:after {
	content: none;
}
/* List with border */
.list-border li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
	list-style-type: none;
	display: block;
	overflow: hidden;
}
/* Unstyled list */
.list-unstyled li {
	margin-bottom: 20px;
	background: none;
	list-style-type: none;
	display: block;
	overflow: hidden;
}
/* Inline list */
.list-inline li {
	padding: 0px 10px;
	background: none;
	list-style-type: none;
	display: inline !important;
}
/*----------------------------------------*/
/*----- 11 Blog / Search and 404 page -----*/
/*----------------------------------------*/
.post-thumb, .video-wrapper, .audio-wrapper, .gallery-wrapper, .post-gallery {
	margin-bottom: 20px;
}
.post-meta {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 30px;
	display: block;
}
.post-format-icon {
	font-size: 20px;
	padding: 10px 8px;
	margin-right: 30px;
	-webkit-border-radius: 2px;
	-moz-border-radius:    2px;
	border-radius:         2px;
	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-o-transition:      all 0.3s ease;
	transition:         all 0.3s ease;
	float: left;
}
.post-date {
	margin-right: 40px;
	float: left;
}
.comment-number {
	float: left;
}
.post-meta .vcard {
	margin-right: 40px;
	float: left;
}
.post-footer-meta {
	margin-top: 20px;
}
.meta-separator {
	margin: 0 5px;
}
.post-footer {
	width: 100%;
	margin: 30px 0;
	display: block;
}
/*link and quote post format*/
.pf-link, .pf-quote {
	margin-bottom: 40px;
}
.format-link h4 {
	margin-bottom: 0;
}
.pf-quote {
	display: block;
	-webkit-border-radius: 2px;
	-moz-border-radius:    2px;
	border-radius:         2px;
	padding: 40px;
	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-o-transition:      all 0.3s ease;
	transition:         all 0.3s ease;
}
.pf-quote blockquote {
	padding: 0;
	border: none;
}
.quote-source {
	font-size: 11px;
}
/*-- Author bio --*/
.author-info {
	width: 100%;
	margin-top: 10px;
	display: inline-block;
}
.author-avatar .avatar {
	margin-right: 30px;
	float: left;
}
.author-info {
	padding: 20px;
}
.author-info p {
	margin: 0;
}
.author-description {
	padding-left: 102px;
}
/*-- Search page --*/
.archive-thumb {
	margin-bottom: 10px;
}
.archive-inner {
	padding: 20px;
	margin-bottom: 30px;
}
.archive-inner .post-footer {
	display: none;
}
.archive-entry-title {
	margin-bottom: 0;
}
.archive-excerpt {
	margin-top: 15px;
}
.search-from {
	font-size: 12px;
}
/*-- 404 error page --*/
.error-404 {
	padding: 10px 0 60px 0;
	text-align: center;
}
.heading-404 {
	font-size: 120px;
	margin-bottom: 20px;
	line-height: 120px;
}
/*----------------------------------------*/
/*----- 12 Forms -----*/
/*----------------------------------------*/
/*-- form --*/
form {
	margin: 0;
	padding: 0;
	z-index: 0;
}
form p {
	margin-bottom: 10px;
}
label, input, button, select, textarea, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="number"], input[type="tel"] {
	font-size: 14px;
	color: #999;
	font-weight: 400;
	line-height: 1em;
}
label {
	width: 100%;
	height: auto;
	line-height: 14px;
}
select, textarea, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="number"], input[type="tel"] {
	width: 100%;
	padding: 10px 5px;
	margin: 0;
}
textarea, #commentform textarea {
	width: 100% !important;
	height: auto;
	line-height: 1.6em;
}
select {
	width: 100% !important;
	height: 40px;
}
select, textarea, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="number"], input[type="tel"] {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	-webkit-transition: linear 0.2s;
	-moz-transition:    border linear 0.2s;
	-ms-transition:     border linear 0.2s;
	-o-transition:      border linear 0.2s;
	transition:         border linear 0.2s;
	position: relative;
}
textarea:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="tel"]:focus {
	box-shadow: none;
	border-color: rgba(82, 168, 236, 0.8) !important;
	opacity: 1 !important;
}
/* submit button */
#submit, input[type="submit"] {
	background-color: #383838;
	padding: 0 12px;
	margin-bottom: 10px;
	font-size: 11px;
	color: #fff !important;
	font-weight: normal;
	text-transform:uppercase;
	line-height: 30px;
	cursor: pointer;
	border:0;
	outline:0;
	width: auto;
	height: 30px;
	display: inline-block;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius:    2px;
	border-radius:         2px;
	-webkit-transition: all .2s ease 0s;
	-moz-transition:    all .2s ease 0s;
	-ms-transition:     all .2s ease 0s;
	-o-transition:      all .2s ease 0s;
	transition:         all .2s ease 0s;
	position:relative;
	white-space:nowrap;
	-webkit-backface-visibility:hidden;
}
#submit:hover, input[type="submit"]:hover {
	background-color: #379f7a;
	color: #fff;
	text-decoration: none;
}
.post-password-form input[type="password"] {
	margin-top: 5px;
}
/* placeholder */
::-webkit-input-placeholder {
color: #CCC !important;
opacity: 1;
}
:-moz-placeholder {
color: #CCC !important;
opacity: 1;
}
::-moz-placeholder {
color: #CCC !important;
opacity: 1;
}
:-ms-input-placeholder {
color: #CCC !important;
opacity: 1;
}
/*-- Comment form --*/
#commentform label {
	display: none;
}
.comment-form-author, .comment-form-email, .comment-form-url {
	margin-right: 10px;
	width: 198px;
	float: left;
}
.comment-form-url {
	margin: 0;
}
/*-- header search form --*/
.search-header .search {
	float: right;
}
.search-header .search input {
	background: url(img/icon-search.png) no-repeat 8px 8px #e0e0e0;
	width: 32px;
	height: 32px;
	line-height: 32px;
	padding: 0;
	border: 0;
	font-size: 0;
	line-height: 32px;
	text-indent: -999px;
	-webkit-border-radius: 32px;
	-moz-border-radius:    32px;
	border-radius:         32px;
	-webkit-transition: width 0.3s, background-color 0.3s;
	-moz-transition:    width 0.3s, background-color 0.3s;
	-ms-transition:     width 0.3s, background-color 0.3s;
	-o-transition:      width 0.3s, background-color 0.3s;
	transition:        width 0.3s, background-color 0.3s;
	webkit-box-shadow: inset 0px 1px 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0px 1px 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0px 1px 1px 1px rgba(0,0,0,0.05);
	cursor: pointer;
}
.search-header .search input:hover {
	background: url(img/icon-search.png) no-repeat 8px 8px #e0e0e0;
}
.search-header .search input:focus {
	background-color: #e0e0e0;
	width: 170px;
	padding: 0 15px 0 20px;
	font-size: 12px;
	color: #999;
	text-indent: 10px;
	cursor: text;
	outline: none !important;
}
/* placeholder */
.search-header .search ::-webkit-input-placeholder {
color: #fff !important;
opacity: 0;
}
.search-header .search :-moz-placeholder {
color: #fff !important;
opacity: 0;
}
.search-header .search ::-moz-placeholder {
color: #fff !important;
opacity: 0;
}
.search-header .search :-ms-input-placeholder {
color: #fff !important;
opacity: 1;
}
/*----------------------------------------*/
/*----- 13 Menu / Navigation -----*/
/*----------------------------------------*/
/*-- Essential styles --*/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 9999;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
	display: block;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}
/*-- Main styles --*/
#header-v1 .sf-menu {
	float: left;
}
#header-v2 .sf-menu {
	float: right;
}
.sf-menu {
	margin: 0;
	background-color: transparent;
}
.sf-menu ul {
	min-width: 12em; /* allow long menu items to determine submenu width */
*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu li {
	white-space: nowrap; /* no need for Supersubs plugin */
*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition:         background .2s;
	background-color:   transparent;
}
.sf-menu ul li {
	position: relative;
}
.sf-menu ul {
	margin-top: -1px;
	margin-left: 1px;
}
.sf-menu ul ul {
	margin-left: -1px;
}
.sf-menu .icon-right-open-mini {
	position: absolute;
	right: 20px;
}
.sf-menu a {
	padding: 25px;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	zoom: 1; /* IE7 */
	border: 1px solid transparent;
	margin: 0 1px;
}
.sf-menu ul li a, .sf-menu li.current-menu-item li a, .is-sticky .sf-menu ul li a, .is-sticky .sf-menu li.current-menu-item li a {
	font-weight: normal;
	padding: 10px 50px 10px 22px;
}
/*-- Menu select - for responsive --*/
.js .selectnav {
	cursor: pointer !important;
	outline: none;
	width: 99% !important;
	padding: 5px 10px;
	font-size: 12px;
	height: auto;
	margin: 0 auto;
}
.sf-menu {
	display: none;
}
/*----------------------------------------*/
/*----- 14 Widgets -----*/
/*----------------------------------------*/
.widget {
	margin-bottom: 30px;
}
.widget-title {
	margin: 0 0 15px 0;
}
.widget ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
/*-- Archives widget --*/
.widget_archive {
}
.widget_archive ul {
}
.widget_archive ul li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	list-style-type: none;
	display: block;
	overflow: hidden;
}
.widget_archive select {
	width: 99% !important;
	margin: 0;
	background-color: transparent;
}
.widget_archive option {
	height: 20px;
}
.widget_archive .post-count {
	float: right;
}
/*-- Category widget --*/
.widget_categories {
}
.widget_categories ul {
}
.widget_categories ul li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	list-style-type: none;
	display: block;
	overflow: hidden;
}
.widget_categories ul ul.children {
}
.widget_categories select {
}
.widget_categories select.postform {
}
.widget_categories .level-0 {
}
.widget_categories .level-1 {
}
.widget_categories .level-2 {
}
.widget_categories .level-3 {
}
.widget_categories select#cat {
	width: 98% !important;
	margin: 0;
	background-color: transparent;
}
.widget_categories option {
	height: 20px;
}
.widget_categories .children {
	margin-left: 20px;
}
.widget_categories .post-count {
	float: right;
}
/*-- Calendar widget --*/
.widget_calendar {
}
#wp-calendar {
	width: 100%;
}
#calendar_wrap {
	background-color: transparent;
	text-shadow: none;
}
#calendar_wrap th {
	padding: 5px;
	text-align: center;
}
#calendar_wrap td {
	text-align: center;
}
#wp-calendar tr td {
	padding: 5px;
}
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #today {
}
#wp-calendar #today a {
}
#wp-calendar #prev, #wp-calendar #next {
}
#wp-calendar #next a, #wp-calendar #prev a {
}
/*-- Meta widget --*/
.widget_meta {
}
.widget_meta ul {
}
.widget_meta ul li {
	margin-bottom: 5px;
}
/*-- Pages widget --*/
.widget_pages ul {
}
.widget_pages ul li a {
}
.widget_pages {
}
.widget_pages ul li {
	margin-bottom: 10px;
	list-style-type: none;
	display: block;
	overflow: hidden;
}
.widget_pages ul li:last-child {
	margin-bottom: 0;
}
.widget_pages ul li:before {
	font-family: "fontello";
	margin-right: 7px;
	content: '\e990';
}
/*-- Recent posts widget --*/
.widget_recent_entries {
}
.widget_recent_entries ul {
}
.widget_recent_entries ul li {
	margin-bottom: 5px;
}
.widget_recent_entries ul li a {
}
/*-- Recent comments widget  --*/
.widget_recent_comments {
}
.recentcomments {
}
#recentcomments {
}
#recentcomments li {
	margin-bottom: 5px;
}
.widget_recent_comments li:before {
	font-family: "fontello";
	margin-right: 7px;
	content: '\e956';
}
#recentcomments li a {
}
/*-- Text widget --*/
.textwidget {
}
.widget_text {
}
.textwidget p {
}
/*-- Custom menu widget --*/
.widget_nav_menu {
}
.widget_nav_menu ul {
	list-style-type: none;
}
.widget_nav_menu ul li a {
	padding: 10px;
	display: block;
	margin-bottom: 10px;
}
.widget_nav_menu ul li:before {
}
.widget_nav_menu ul li li {
	margin-left: 15px;
	margin-bottom: 10px;
}
.widget_nav_menu ul li li li {
	margin-bottom: 0;
}
.widget_nav_menu ul li li li:before {
	font-family: "fontello";
	margin-right: 3px;
	content: '\e934';
}
.widget_nav_menu ul li li a {
	background-color: transparent;
	border:none;
	display: inline;
}
.widget_nav_menu ul li li:before {
	font-family: "fontello";
	margin-right: 3px;
	content: '\e931';
}
/*-- RSS widget --*/
.widget_rss ul {
	list-style-type: none;
}
/*-- Search widget --*/
.widget_search {
}
.screen-reader-text {
}
/*-- Custom recent-posts widget --*/
.custom-recent-entries {
}
.custom-recent-entries li {
	display: block;
	padding-bottom: 15px;
	margin-bottom: 15px;
	list-style-type: none !important;
	display: block;
	overflow: hidden;
}
.custom-recent-entries .recent-entry-title {
	margin-bottom: 5px;
}
.custom-recent-entries-thumb {
	float: left;
	overflow: hidden;
	margin-right: 10px;
	width: 80px;
}
.custom-recent-entries-date {
	display: block;
	font-size: 12px;
	line-height: 1.3em;
}
.custom-recent-entries-excerpt {
	display: block;
	padding-top: 10px;
}
/*-- Flickr widget --*/
.tcsn_widget_flickr {
	margin-left: -5px;
}
.tcsn_widget_flickr a img {
	width: 85px !important;
	height: 85px !important;
	margin: 0 0 5px 5px;
}
/*-- Tag cloud widget  --*/
.custom-tagcloud a, .custom-tagcloud a:link {
	padding: 3px 10px 4px 10px;
	font-size: 12px !important;
	line-height: 1em;
	font-weight: normal;
	cursor: pointer;
	display: inline-block;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-shadow: none;
	margin-right: 0;
	margin-bottom: 4px;
}
.custom-tagcloud a:hover {
}
/* -- Contact info Widget --*/
.widget-address, .widget-phone, .widget-mail {
}
.widget-address p {
	margin: 0;
}
/*-- Twitter feed widget --*/
.twitter p {
	padding: 0;
	margin: 0;
}
.list-twitter li {
	background: none;
	display: block;
	margin-bottom: 15px;
}
.tweet-time {
	display: block;
}
.tweet-time small {
	display: block;
	margin-top: 10px;
}
.tcsn_widget_twitter .icon-twitter-1 {
	float: left;
	margin-right: 10px;
}
/*-- Social network widget --*/
.social {
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: left;
}
.social li {
	list-style-type: none;
	display: inline-block;
	background: none;
	text-align: center;
}
.social li a, .social li a:link {
	margin: 0 2px;
	padding: 0;
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
	float: left;
}
.social li i {
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	opacity: 1;
}
.social li i:hover {
	opacity: 0.8;
}
@-webkit-keyframes fix {
0% {
opacity: 1
}
100% {
opacity: 1
}
}
/*----------------------------------------*/
/*----- 15 Bootstrap Override -----*/
/*----------------------------------------*/
/*----- General -----*/
ul, ol {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-position: inside;
}
ul ul {
	margin-left: 20px;
}
/*----- Popover -----*/
.popover-btn {
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	vertical-align: text-top;
}
.popover-btn i {
	font-size: 16px;
	width: 16px;
	line-height: 1em;
	margin: 0 !important;
}
.popover {
	position:absolute;
	top:0;
	left:0;
	z-index:1010;
	display:none;
	max-width:210px;
	padding:1px;
	text-align:center;
	background-clip:padding-box;
	border-radius:2px;
	box-shadow: none;
	white-space:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3em;
	letter-spacing: normal;
}
.popover>.arrow {
	border-width:7px
}
.popover>.arrow:after {
	border-width:6px;
	content:""
}
.popover.top>.arrow {
	left:50%;
	margin-left:-7px;
	border-bottom-width:0;
	bottom:-7px
}
.popover.top>.arrow:after {
	content:" ";
	bottom:1px;
	margin-left:-6px;
	border-bottom-width:0;
}
.popover.right>.arrow {
	top: 50%;
	left:-7px;
	margin-top:-7px;
	border-left-width:0;
}
.popover.right>.arrow:after {
	content:" ";
	left:1px;
	bottom:-6px;
	border-left-width:0;
}
.popover.bottom>.arrow {
	left:50%;
	margin-left:-7px;
	border-top-width:0;
	top:-7px
}
.popover.bottom>.arrow:after {
	content:" ";
	top:1px;
	margin-left:-6px;
	border-top-width:0;
}
.popover.left>.arrow {
	top:50%;
	right:-7px;
	margin-top:-7px;
	border-right-width:0;
}
.popover.left>.arrow:after {
	content:" ";
	right:1px;
	border-right-width:0;
	bottom:-6px
}
/*----- Tooltip -----*/
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	text-align: center;
	text-decoration: none;
	border-radius: 2px
}
/*----- Blockquote -----*/
blockquote {
	padding: 5px 0 5px 15px;
	margin-bottom: 10px;
}
blockquote, blockquote p {
	font-size: 16px;
	line-height: 22px;
}
blockquote.pull-right {
	padding: 5px 15px 5px 0;
}
/*----------------------------------------*/
/*----- 16 Pagers for pages, posts, comments, portfolio etc. -----*/
/*----------------------------------------*/
/*-- Pager (for posts and comments / only next,prev) - Bootstrap Override --*/
.post-navigation .pager, .comment-navigation .pager {
	margin: 0 0 20px 0;
}
.pager li > a {
	font-size: 14px;
	line-height: 1em;
}
.pager li > a, .pager li > span {
	display:inline-block;
	padding: 5px 2px;
	border: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius:    2px;
	border-radius:         2px;
}
.pager li > a:hover, .pager li > a:focus {
	text-decoration:none;
}
.pager .next > a, .pager .next > span {
	float: left;
}
.pager .previous > a, .pager .previous > span {
	float: left;
	margin-right: 5px;
}
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
	color: inherit;
	cursor: not-allowed;
	background-color: transparent;
}
/*--- Paginated post pager --*/
.page-links {
	width: auto;
}
.page-links a {
	line-height: 1em;
	display: inline-block;
}
.post-navigation, #comments {
	display: block;
	width: 100%;
	margin: 30px 0 0 0;
	padding-top: 30px;
}
.comment-navigation .pager {
	padding-bottom: 30px;
}
/*-- Portfolio pagination --*/
.pagination-folio-page {
	padding-top: 30px;
}
.pagination-folio-page a {
	font-size: 14px;
	line-height: 1em;
}
.current-folio-page, .inactive-folio-page {
	padding: 4px 7px;
	margin: 0 2px;
	line-height: 1em;
}
.inactive-folio-page {
}
.pagination-folio-page .prev-arrow {
	margin: 0 10px -3px 0;
	float: none;
	display: inline-block;
}
.pagination-folio-page .next-arrow {
	margin: 0 0 -3px 10px;
	float: none;
	display: inline-block;
}
/*----------------------------------------*/
/*----- 17 Comments -----*/
/*----------------------------------------*/
.comment-list {
	list-style: none;
}
.comment-list li ul {
	padding: 0 0 0 60px;
	margin: 0;
	list-style: none;
}
.comment-list > li {
	margin-bottom: 20px;
	display: block;
	width: 100%;
}
.comment-list .children > li {
	border-bottom: 0;
	padding-top: 20px;
}
.comment-list > li:last-child {
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.comment-form .comment-notes {
	font-size: 11px;
}
.comment-list .pingback, .comment-list .trackback {
	padding-top: 15px;
}
.comment-list, .comment-reply-title, .must-log-in, .comment-respond .comment-form, .comment-respond iframe {
	display: block;
	width: 100%;
}
.comment-body {
}
.comment-text {
	margin-left: 78px;
}
.comment-author {
	float: left;
	max-width: 58px;
	overflow: hidden;
	margin-right: 20px;
}
.comment-author .avatar {
	float: left;
	margin-bottom: 5px;
}
.comment-author .fn, .comment-author .url, .comment-reply-link, .comment-reply-login {
}
.fn .custom-fn {
	display: block;
}
.says {
	display: none;
}
.comment-meta {
	margin-bottom: 10px;
}
.comment-meta, .comment-meta a {
	font-size: 12px;
	line-height: 1.2em;
}
.comment-list .reply {
	float: right;
}
.comment-list .comment-edit-link {
}
.comment-awaiting-moderation {
	font-size: 11px;
	color: #a2a2a2;
	margin-left: 78px;
	margin-bottom: 0;
}
.comment-reply-title {
}
/*----------------------------------------*/
/*----- 18 WordPress Core -----*/
/*----------------------------------------*/
.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 {
	background: #fff;
	border: 1px solid #e0e0e0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.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 img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	margin: 5px 0 0 0;
	padding: 0 4px 0 4px;
}
.bypostauthor {
}
.gallery {
	margin: auto;
}
.gallery .gallery-item {
	float: left;
	margin: 0;
	text-align: center;
	border: none;
	padding: 10px;
}
.gallery .gallery-caption {
	margin-left: 0;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	width: 100%;
	border: none !important;
}
.gallery-caption {
	color: #999;
	font-size: 12px;
	margin:-24px 0 24px 0;
}
.gallery br+br {
	display: none;
}
.sticky {
}
/*----------------------------------------*/
/*----- 19 Retina Styles -----*/
/*----------------------------------------*/
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.logo .logo-standard {
	display: none;
}
.logo .logo-retina {
	display: block;
}
.search-header .search input {
	background: url(img/icon-search@2x.png) no-repeat 8px 8px #e0e0e0;
	background-size: 18px 18px;
}
.search-header .search input:hover {
	background: url(img/icon-search@2x.png) no-repeat 8px 8px #e0e0e0;
	background-size: 18px 18px;
}
}
/*----------------------------------------*/
/*----- 20 THEME COLORS - Background and Font -----*/
/*----------------------------------------*/
/*----- Colors for forms and buttons are in their respective section -----*/
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active {
	color: #383838;
}
a, a:link, a:visited {
	color: #379f7a;
}
a:hover {
	color: #999;
}
a:active {
	color: #379f7a;
}
.dropcap, .highlight {
	background-color: #379f7a;
	color: #fff;
}
.color {
	color: #379f7a;
}
/*-- main sections --*/
#header {
	background-color: #fff;
}
#page-header {
	background-color: #efefef;
}
#footer {
	background-color: #efefef;
	border-top: 1px solid #e0e0e0;
}
#mobile-search {
	background: #efefef;
}
/*-- mini-divider --*/
.mini-divider {
	border-top: 1px solid #e0e0e0;
}
/*-- mytooltip --*/
.mytooltip {
	background-color: #379f7a;
}
.mytooltip h5 {
	color: #fff;
}
.mytooltip-arrow {
	border-right: 6px solid #379f7a;
	border-top: 7px solid #379f7a;
}
/*-- featured item --*/
.ribbon {
	background-color: #379f7a;
	color: #fff;
}
.feature-item .ribbon h5, .feature-item .ribbon h5 a {
	color: #fff;
}
/*--box --*/
.box {
	background-color: #383838;
}
/*-- feature in box --*/
.add-box {
	background-color: #efefef;
}
.feature-box-icon {
	background-color: #fff;
	border: 2px solid #e0e0e0;
}
/*-- testimonial --*/
.testimonial-icon i {
	color: #e0e0e0;
}
/*-- pricing --*/
.price {
	color: #383838;
}
.featured-table {
	background: #efefef;
}
.list-pricing li {
	border-bottom: 1px dotted #e0e0e0;
}
.pricing {
	border: 1px solid #e0e0e0;
}
.focus-td {
	background: #efefef;
	border: 1px solid #e0e0e0;
}
/*-- portfolio --*/
.filter_nav li a:hover, .filter_nav .active {
	color: #999;
}
.folio-thumb .zoom-button, .folio-thumb .link-button {
	background-color: #379f7a;
}
.folio-thumb .zoom-button:hover, .folio-thumb .link-button:hover {
	background: #383838;
}
.folio-thumb .zoom-button:after, .folio-thumb .link-button:after {
	color: #fff;
}
/*-- Search page --*/
.archive-inner {
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
/*-- blockquote --*/
blockquote {
	color: #379f7a;
	border: 1px solid #379f7a;
	border-width: 0 0 0 1px;
}
blockquote p {
	color: #379f7a;
	line-height: 22px;
}
blockquote.pull-right {
	border: 1px solid #379f7a;
	border-width: 0 1px 0 0;
}
/*-- widgets --*/
.widget_pages a, .widget_categories a, .widget_archive a, .custom-tagcloud a, .custom-tagcloud a:link, .tcsn_widget_conatct_info a, .widget_nav_menu a, #wp-calendar a:hover, #recentcomments a:hover {
	color: #999;
}
.widget_pages a:hover, .widget_categories a:hover, .widget_archive a:hover, .widget_nav_menu a:hover, .widget_archive .post-count, .widget_categories .post-count, .tcsn_widget_conatct_info a:hover, #wp-calendar a, #recentcomments a {
	color: #379f7a;
}
.widget_archive ul li, .widget_categories ul li, .custom-recent-entries li {
	border-bottom: 1px solid #e0e0e0;
}
.widget_nav_menu ul li a, .custom-tagcloud a, .custom-tagcloud a:link {
	background-color: transparent;
	border: 1px solid #e0e0e0;
}
.custom-tagcloud a:hover {
	background-color: #379f7a;
	border: 1px solid #379f7a;
	color: #fff !important;
}
#calendar_wrap th {
	background-color: #efefef;
	border: 1px solid #e0e0e0;
}
#calendar_wrap td {
	border: 1px solid #e0e0e0;
}
#wp-calendar #today {
	background-color: #efefef;
}
.tcsn_widget_twitter .icon-twitter-1 {
	color: #55acee;
}
.social li i {
	color: #999;
}
/*-- Popover --*/
.popover-btn i {
	color: #9f4b37;
}
.popover {
	background-color:#e8bf56;
	border:1px solid #d0ac4d;
	color: #383838;
}
.popover.top>.arrow {
	border-top-color:#e8bf56;
	border-top-color:#d0ac4d;
}
.popover.top>.arrow:after {
	border-top-color:#e8bf56
}
.popover.right>.arrow {
	border-right-color:#e8bf56;
	border-right-color: #d0ac4d;
}
.popover.right>.arrow:after {
	border-right-color:#e8bf56;
}
.popover.bottom>.arrow {
	border-bottom-color:#e8bf56;
	border-bottom-color:#d0ac4d;
}
.popover.bottom>.arrow:after {
	border-bottom-color:#e8bf56
}
.popover.left>.arrow {
	border-left-color:#e8bf56;
	border-left-color:#d0ac4d;
}
.popover.left>.arrow:after {
	border-left-color:#e8bf56;
}
/*-- tooltip --*/
.tooltip-inner {
	color:#fff;
	background-color:#379f7a;
}
.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
	border-top-color:#379f7a
}
.tooltip.right .tooltip-arrow {
	border-right-color:#379f7a
}
.tooltip.left .tooltip-arrow {
	border-left-color:#379f7a
}
.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
	border-bottom-color:#379f7a
}
/*-- menu --*/
.sf-menu a:hover, .sf-menu li.current-menu-item a, .sf-menu li:hover > a, .sf-menu li.current-menu-ancestor > a {
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.sf-menu ul {
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.sf-menu ul li a, .sf-menu li.current-menu-item li a, .sf-menu ul li a:hover, .sf-menu ul li.current-menu-item a, .sf-menu ul li:hover > a, .sf-menu .sub-menu li.current-menu-item li a, .sf-menu .sub-menu li.current-menu-item a, .sf-menu li li.current-menu-ancestor > a {
	background-color: transparent;
	border: none;
}
.sf-menu a, .sf-menu a:hover, .sf-menu li.current-menu-item a, .sf-menu li:hover > a {
	color: #383838;
}
.sf-menu a:hover, .sf-menu li.current-menu-item a, .sf-menu li:hover > a {
	color: #999;
}
.sf-menu ul li a, .sf-menu li.current-menu-item li a {
	color: #383838;
}
.sf-menu ul li a:hover, .sf-menu ul li.current-menu-item a, .sf-menu ul li:hover > a, .sf-menu .sub-menu li.current-menu-item a {
	color: #999;
}
/*-- Menu select - for responsive --*/
.js .selectnav {
	color: #000 !important;
	border: 1px solid #e0e0e0;
	background: #fff;
}
/*-- blog --*/
.post-format-icon {
	background: #379f7a;
}
.post-format-icon:hover {
	background: #383838;
}
.post-format-icon i {
	color: #fff;
}
.post-footer {
	border-bottom: 1px solid #e0e0e0;
}
.author-info {
	background-color:#f2f2f2;
	border: 1px solid #e4e4e4;
}
.pf-quote {
	background-color: #379f7a;
	color: #fff;
}
.pf-quote blockquote, .pf-quote blockquote p {
	color: #fff;
}
.pf-quote:hover {
	background: #383838;
}
/*-- Pager (for posts and comments / only next,prev) --*/
.pager li > a {
	color: #fff;
}
.pager li > a, .pager li > span {
	background-color: #379f7a;
}
.pager li > a:hover, .pager li > a:focus {
	background-color:#383838
}
/*--- Paginated post and comments pager --*/
.post-navigation, #comments, .pagination-folio-page {
	border-top: 1px solid #e0e0e0;
}
.comment-navigation .pager {
	border-bottom: 1px solid #e0e0e0;
}
.comment-list > li {
	border-bottom: 1px solid #e0e0e0;
}
.comment-list .children > li {
	border-top: 1px solid #e0e0e0;
}