/*
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.0
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;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif!important;
}
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: 26px;
        color: #999;
}
.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;*/
	max-width: 100%;
	padding-top: 11px;
	
}
.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: 10px 30px;
	margin-bottom: 40px;
	text-align: center;
	display: inline-block;
	position: relative;
}
.mytooltip h5 {
	font-size: 18px;
	/*line-height: 42px;*/
	line-height: 22px;
	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;
	overflow: hidden;
}
.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 {
	width: 100%; height: 100%; opacity: 0; position: absolute;
}
.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: rgb(97,104,88);
	border: none;
	color: #fff !important;
}
.mybtn-flat-turquoise:hover {
	background-color: rgb(132,141,126)!important;
	border: none;
	color: #fff !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(../images/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(../images/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;
	font-size: 14px;
  	line-height: 1.42857143;
	position: relative;
  	display: inline-block;
  	padding: 0 7px 0 0;
	background: url(../images/divider_shrotcuts.png) center right no-repeat;
	margin-left: 2px;
}
.margin_left_0 {
	margin-left:0!important;
}
.background_none {
	background: none!important;
}
.padding_left_0 {
	padding-left:0!important;
}
.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: inline;
}
.search-header .search input {
	background: url(../images/icon-search@2x.png) no-repeat 8px 8px #e0e0e0;
	background-size: 18px 18px;
}
.search-header .search input:hover {
	background: url(../images/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: rgb(236,172,115);
}
.recentpost-excerpt a:hover,
.a_site:hover {
	color: rgb(236,172,115);
}
a:hover {
	color: rgb(236,172,115);
}
a:active {
	color: rgb(236,172,115);
}
.dropcap, .highlight {
	background-color: #379f7a;
	color: #fff;
}
.color {
	color: #379f7a;
}

#partners { clear:both; }
/*-- 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;
}


/* */


div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip { 
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

/* */

/*-----------------------------------------------------------------------------

	-	Revolution Slider 4.1 Captions -

		Screen Stylesheet

version:   	1.4.5
date:      	27/11/13
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/


@font-face {
  font-family: 'revicons';
  src: url('../font/revicons.eot?5510888');
  src: url('../font/revicons.eot?5510888#iefix') format('embedded-opentype'),
       url('../font/revicons.woff?5510888') format('woff'),
       url('../font/revicons.ttf?5510888') format('truetype'),
       url('../font/revicons.svg?5510888#revicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'revicons';
    src: url('../font/revicons.svg?5510888#revicons') format('svg');
  }
}
*/
 
 [class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.revicon-search-1:before { content: '\e802'; } /* 'î ‚' */
.revicon-pencil-1:before { content: '\e831'; } /* 'î ±' */
.revicon-picture-1:before { content: '\e803'; } /* 'î ƒ' */
.revicon-cancel:before { content: '\e80a'; } /* 'î Š' */
.revicon-info-circled:before { content: '\e80f'; } /* 'î ' */
.revicon-trash:before { content: '\e801'; } /* 'î ' */
.revicon-left-dir:before { content: '\e817'; } /* 'î —' */
.revicon-right-dir:before { content: '\e818'; } /* 'î ˜' */
.revicon-down-open:before { content: '\e83b'; } /* 'î »' */
.revicon-left-open:before { content: '\e819'; } /* 'î ™' */
.revicon-right-open:before { content: '\e81a'; } /* 'î š' */
.revicon-angle-left:before { content: '\e820'; } /* 'î  ' */
.revicon-angle-right:before { content: '\e81d'; } /* 'î ' */
.revicon-left-big:before { content: '\e81f'; } /* 'î Ÿ' */
.revicon-right-big:before { content: '\e81e'; } /* 'î ž' */
.revicon-magic:before { content: '\e807'; } /* 'î ‡' */
.revicon-picture:before { content: '\e800'; } /* 'î €' */
.revicon-export:before { content: '\e80b'; } /* 'î ‹' */
.revicon-cog:before { content: '\e832'; } /* 'î ²' */
.revicon-login:before { content: '\e833'; } /* 'î ³' */
.revicon-logout:before { content: '\e834'; } /* 'î ´' */
.revicon-video:before { content: '\e805'; } /* 'î …' */
.revicon-arrow-combo:before { content: '\e827'; } /* 'î §' */
.revicon-left-open-1:before { content: '\e82a'; } /* 'î ª' */
.revicon-right-open-1:before { content: '\e82b'; } /* 'î «' */
.revicon-left-open-mini:before { content: '\e822'; } /* 'î ¢' */
.revicon-right-open-mini:before { content: '\e823'; } /* 'î £' */
.revicon-left-open-big:before { content: '\e824'; } /* 'î ¤' */
.revicon-right-open-big:before { content: '\e825'; } /* 'î ¥' */
.revicon-left:before { content: '\e836'; } /* 'î ¶' */
.revicon-right:before { content: '\e826'; } /* 'î ¦' */
.revicon-ccw:before { content: '\e808'; } /* 'î ˆ' */
.revicon-arrows-ccw:before { content: '\e806'; } /* 'î †' */
.revicon-palette:before { content: '\e829'; } /* 'î ©' */
.revicon-list-add:before { content: '\e80c'; } /* 'î Œ' */
.revicon-doc:before { content: '\e809'; } /* 'î ‰' */
.revicon-left-open-outline:before { content: '\e82e'; } /* 'î ®' */
.revicon-left-open-2:before { content: '\e82c'; } /* 'î ¬' */
.revicon-right-open-outline:before { content: '\e82f'; } /* 'î ¯' */
.revicon-right-open-2:before { content: '\e82d'; } /* 'î ­' */
.revicon-equalizer:before { content: '\e83a'; } /* 'î º' */
.revicon-layers-alt:before { content: '\e804'; } /* 'î „' */
.revicon-popup:before { content: '\e828'; } /* 'î ¨' */


/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/
.tp-caption .frontcorner		{
										width: 0;
										height: 0;
										border-left: 40px solid transparent;
										border-right: 0px solid transparent;
										border-top: 40px solid #00A8FF;
										position: absolute;left:-40px;top:0px;
									}

.tp-caption .backcorner		{
										width: 0;
										height: 0;
										border-left: 0px solid transparent;
										border-right: 40px solid transparent;
										border-bottom: 40px solid #00A8FF;
										position: absolute;right:0px;top:0px;
									}

.tp-caption .frontcornertop		{
										width: 0;
										height: 0;
										border-left: 40px solid transparent;
										border-right: 0px solid transparent;
										border-bottom: 40px solid #00A8FF;
										position: absolute;left:-40px;top:0px;
									}

.tp-caption .backcornertop		{
										width: 0;
										height: 0;
										border-left: 0px solid transparent;
										border-right: 40px solid transparent;
										border-top: 40px solid #00A8FF;
										position: absolute;right:0px;top:0px;
									}

/******************************
	-	WRAPPER STYLES		-
******************************/



.rev_slider_wrapper{
	position:relative;
}

.rev_slider_wrapper >ul	{
	visibility:hidden;
}

.rev_slider{
	position:relative;
	overflow:visible;
}


.rev_slider img{
	max-width:none !important;
	-moz-transition: none 0;
	-webkit-transition: none 0;
	-o-transition: none 0;
	transition: none 0;
	margin:0px;
	padding:0px;
	border-width:0px;
	border:none;

}

.rev_slider .no-slides-text{
	font-weight:bold;
	text-align:center;
	padding-top:80px;
}

.rev_slider ul{
	margin:0px;
	padding:0px;
	list-style: none !important;
	list-style-type: none;
	background-position:0px 0px;
}

.rev_slider ul li,
.rev_slider >ul >li,
.rev_slider >ul >li:before{

	list-style:none !important;
	position:absolute;
	visibility:hidden;
	margin:0px !important;
	padding:0px !important;
	overflow-x: visible;
	overflow-y: visible;
	list-style-type: none !important;
	background-image:none;
	background-position:0px 0px;
	text-indent: 0em;
}

.rev_slider .tp-caption,
.rev_slider .caption { position:absolute; visibility: hidden; white-space: nowrap;}

.tp-simpleresponsive img	{	max-width:none;}

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp-caption { z-index:1;}



.tp_inner_padding	{	box-sizing:border-box;
						-webkit-box-sizing:border-box;
						-moz-box-sizing:border-box;
						max-height:none !important;	}


.tp-hide-revslider,.tp-caption.tp-hidden-caption	{	visibility:hidden !important; display:none !important;}

.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {max-width: none !important;}

/******************************
	-	WRAPPER STYLES END	-
******************************/

/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}
/******************************
	-	IE8 HACKS ENDS	-
*******************************/

/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%;}
.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video	{ width:100% !important; height:100% !important; display: none}

.tp-caption.fullscreenvideo	{	left:0px; top:0px; position:absolute;width:100%;height:100%;}


.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video	{ width:100% !important; height:100% !important; display: none;}


.fullcoveredvideo video,
.fullscreenvideo video					{	background: #000;}

.fullcoveredvideo .tp-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px;}

.html5vid.videoisplaying .tp-poster	{	display: none}

.tp-video-play-button		{	background:#000;
								background:rgba(0,0,0,0.3);
								padding:5px;
								border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
								position: absolute;
								top: 50%;
								left: 50%;
								font-size: 40px;
								color: #FFF;
								z-index: 3;
								margin-top: -27px;
								margin-left: -28px;
								text-align: center;
								cursor: pointer;
							}

.html5vid .tp-revstop		{	width:6px;height:20px; border-left:5px solid #fff; border-right:5px solid #fff; position: relative;margin:10px 20px;}						
.html5vid .tp-revstop	{	display:none;}
.html5vid.videoisplaying .revicon-right-dir	{	display:none}
.html5vid.videoisplaying .tp-revstop	{	display:block}

.html5vid.videoisplaying .tp-video-play-button	{	display:none}
.html5vid:hover .tp-video-play-button { display:block}		

.fullcoveredvideo .tp-video-play-button	{	display:none !important}			


/********************************
	-	FULLSCREEN VIDEO ENDS	-
*********************************/



/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:1;}
.tp-dottedoverlay.twoxtwo				{	background:url(../assets/gridtile.png)}
.tp-dottedoverlay.twoxtwowhite			{	background:url(../assets/gridtile_white.png)}
.tp-dottedoverlay.threexthree			{	background:url(../assets/gridtile_3x3.png)}
.tp-dottedoverlay.threexthreewhite		{	background:url(../assets/gridtile_3x3_white.png)}
/********************************
	-	DOTTED OVERLAYS ENDS	-
*********************************/



/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/

.fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}



.fullwidthbanner-container{
	width:100%;
	position:relative;
	padding:0;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabanner{
	width:100%;
	position:relative;
}


/****************************************************************

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/

.tp-simpleresponsive .slotholder *,
.tp-simpleresponsive img			{ 	/*-webkit-transform: translateZ(0);
										  -webkit-backface-visibility: hidden;
										  -webkit-perspective: 1000;*/
									}


/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; */
	position:absolute;
	-webkit-font-smoothing: antialiased !important;
}


/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow  {
		position:absolute;

		margin-left:auto;
		margin-right:auto;
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
	}

.tp-bannershadow.tp-shadow1 {	background:url(../assets/shadow1.png) no-repeat; background-size:100% 100%; width:890px; height:30px; bottom:-30px;}
.tp-bannershadow.tp-shadow2 {	background:url(../assets/shadow2.png) no-repeat; background-size:100% 100%; width:890px; height:60px;bottom:-60px;}
.tp-bannershadow.tp-shadow3 {	background:url(../assets/shadow3.png) no-repeat; background-size:100% 100%; width:890px; height:60px;bottom:-60px;}


/******************************
	-	BUTTONS	-
*******************************/

.tp-button{
			padding:6px 13px 5px;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			height:30px;
			cursor:pointer;
			color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
			background:url(../images/gradient/g30.png) repeat-x top; font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
			text-decoration:none;
		}

.tp-button.big			{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; background:url(../images/gradient/g40.png) repeat-x top;}


.purchase:hover,
.tp-button:hover,
.tp-button.big:hover		{	background-position:bottom, 15px 11px;}


	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.tp-button	{	padding:4px 8px 3px; line-height:25px !important; font-size:11px !important;font-weight:normal;	}
		a.tp-button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.tp-button	{	padding:2px 5px 2px; line-height:20px !important; font-size:10px !important;}
		a.tp-button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
	}


/*	BUTTON COLORS	*/

.tp-button.green, .tp-button:hover.green,
.purchase.green, .purchase:hover.green			{ background-color:#21a117; -webkit-box-shadow:  0px 3px 0px 0px #104d0b;        -moz-box-shadow:   0px 3px 0px 0px #104d0b;        box-shadow:   0px 3px 0px 0px #104d0b;  }


.tp-button.blue, .tp-button:hover.blue,
.purchase.blue, .purchase:hover.blue			{ background-color:#1d78cb; -webkit-box-shadow:  0px 3px 0px 0px #0f3e68;        -moz-box-shadow:   0px 3px 0px 0px #0f3e68;        box-shadow:   0px 3px 0px 0px #0f3e68;}


.tp-button.red, .tp-button:hover.red,
.purchase.red, .purchase:hover.red				{ background-color:#cb1d1d; -webkit-box-shadow:  0px 3px 0px 0px #7c1212;        -moz-box-shadow:   0px 3px 0px 0px #7c1212;        box-shadow:   0px 3px 0px 0px #7c1212;}

.tp-button.orange, .tp-button:hover.orange,
.purchase.orange, .purchase:hover.orange		{ background-color:#ff7700; -webkit-box-shadow:  0px 3px 0px 0px #a34c00;        -moz-box-shadow:   0px 3px 0px 0px #a34c00;        box-shadow:   0px 3px 0px 0px #a34c00;}

.tp-button.darkgrey,.tp-button.grey,
.tp-button:hover.darkgrey,.tp-button:hover.grey,
.purchase.darkgrey, .purchase:hover.darkgrey	{ background-color:#555; -webkit-box-shadow:  0px 3px 0px 0px #222;        -moz-box-shadow:   0px 3px 0px 0px #222;        box-shadow:   0px 3px 0px 0px #222;}

.tp-button.lightgrey, .tp-button:hover.lightgrey,
.purchase.lightgrey, .purchase:hover.lightgrey	{ background-color:#888; -webkit-box-shadow:  0px 3px 0px 0px #555;        -moz-box-shadow:   0px 3px 0px 0px #555;        box-shadow:   0px 3px 0px 0px #555;}



/************************
	-	NAVIGATION	-
*************************/

/** BULLETS **/

.tpclear		{	clear:both;}


.tp-bullets								{	z-index:1000; position:absolute;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
												-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;
												-webkit-transform: translateZ(5px);
											}
.tp-bullets.hidebullets					{
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
												-moz-opacity: 0;
												-khtml-opacity: 0;
												opacity: 0;
											}


.tp-bullets.simplebullets.navbar						{ 	border:1px solid #666; border-bottom:1px solid #444; background:url(../assets/boxed_bgtile.png); height:40px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;}

.tp-bullets.simplebullets.navbar-old					{ 	 background:url(../assets/navigdots_bgtile.png); height:35px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;}


.tp-bullets.simplebullets.round .bullet					{	cursor:pointer; position:relative;	background:url(../assets/bullet.png) no-repeat top left;	width:20px;	height:20px;  margin-right:0px; float:left; margin-top:0px; margin-left:3px;}
.tp-bullets.simplebullets.round .bullet.last			{	margin-right:3px;}

.tp-bullets.simplebullets.round-old .bullet				{	cursor:pointer; position:relative;	background:url(../assets/bullets.png) no-repeat bottom left;	width:23px;	height:23px;  margin-right:0px; float:left; margin-top:0px;}
.tp-bullets.simplebullets.round-old .bullet.last		{	margin-right:0px;}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet				{	cursor:pointer; position:relative;	background:url(../assets/bullets2.png) no-repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:0px;}
.tp-bullets.simplebullets.square .bullet.last			{	margin-right:0px;}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet			{	cursor:pointer; position:relative;	background:url(../assets/bullets2.png) no-repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:0px;}
.tp-bullets.simplebullets.square-old .bullet.last		{	margin-right:0px;}


/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet			{	cursor:pointer; position:relative;	background:url(../assets/bullet_boxed.png) no-repeat top left;	width:18px;	height:19px;   margin-right:5px; float:left; margin-top:10px;}

.tp-bullets.simplebullets.navbar .bullet.first		{	margin-left:0px !important;}
.tp-bullets.simplebullets.navbar .bullet.last		{	margin-right:0px !important;}



/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet			{	cursor:pointer; position:relative;	background:url(../assets/navigdots.png) no-repeat bottom left;	width:15px;	height:15px;  margin-left:5px !important; margin-right:5px !important;float:left; margin-top:10px;}
.tp-bullets.simplebullets.navbar-old .bullet.first		{	margin-left:0px !important;}
.tp-bullets.simplebullets.navbar-old .bullet.last		{	margin-right:0px !important;}


.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected				{	background-position:top left; }

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected		{	background-position:bottom left; }



/*************************************
	-	TP ARROWS 	-
**************************************/
.tparrows												{	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
															-moz-opacity: 1;
															-khtml-opacity: 1;
															opacity: 1;
															-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;
															-webkit-transform: translateZ(5px);

														}
.tparrows.hidearrows									{
															-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
															-moz-opacity: 0;
															-khtml-opacity: 0;
															opacity: 0;
														}
.tp-leftarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/large_left.png) no-repeat top left;	width:40px;	height:40px;   }
.tp-rightarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/large_right.png) no-repeat top left;	width:40px;	height:40px;   }


.tp-leftarrow.round										{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/small_left.png) no-repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left; margin-top:0px;	}
.tp-rightarrow.round									{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/small_right.png) no-repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left;	margin-top:0px;}


.tp-leftarrow.round-old									{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/arrow_left.png) no-repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left; margin-top:0px;	}
.tp-rightarrow.round-old								{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/arrow_right.png) no-repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left;	margin-top:0px;}


.tp-leftarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/small_left_boxed.png) no-repeat top left;	width:20px;	height:15px;   float:left;	margin-right:6px; margin-top:12px;}
.tp-rightarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/small_right_boxed.png) no-repeat top left;	width:20px;	height:15px;   float:left;	margin-left:6px; margin-top:12px;}


.tp-leftarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/arrowleft.png) no-repeat top left;		width:9px;	height:16px;   float:left;	margin-right:6px; margin-top:10px;}
.tp-rightarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/arrowright.png) no-repeat top left;	width:9px;	height:16px;   float:left;	margin-left:6px; margin-top:10px;}

.tp-leftarrow.navbar-old.thumbswitharrow				{	margin-right:10px; }
.tp-rightarrow.navbar-old.thumbswitharrow				{	margin-left:0px; }

.tp-leftarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/arrow_left2.png) no-repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:0px;}
.tp-rightarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/arrow_right2.png) no-repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:0px;}


.tp-leftarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/arrow_left2.png) no-repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:0px;}
.tp-rightarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/arrow_right2.png) no-repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:0px;}


.tp-leftarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/large_left.png) no-repeat 0 0;	width:40px;	height:40px;

														}
.tp-rightarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/large_right.png) no-repeat 0 0;	width:40px;	height:40px;

														}




.tp-leftarrow:hover,
.tp-rightarrow:hover 									{	background-position:bottom left; }






/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/


.tp-bullets.tp-thumbs						{	z-index:1000; position:absolute; padding:3px;background-color:#fff;
												width:500px;height:50px; 			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												margin-top:-50px;
												vertical-align: top;												
											}
.tp-bullets.tp-thumbs img					{	vertical-align: top;}										


.fullwidthbanner-container .tp-thumbs		{  padding:3px;}

.tp-bullets.tp-thumbs .tp-mask				{	width:500px; height:50px;  			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												overflow:hidden; position:relative;}


.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer	{	width:5000px; position:absolute;}

.tp-bullets.tp-thumbs .bullet				{   width:100px; height:50px; 			/* THE DIMENSION OF A SINGLE THUMB */
												cursor:pointer; overflow:hidden;background:none;margin:0;float:left;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
												/*filter: alpha(opacity=50);	*/
												-moz-opacity: 0.5;
												-khtml-opacity: 0.5;
												opacity: 0.5;

												-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
											}


.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected		{ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
											}
.tp-thumbs img								{	width:100%; }




/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer								{	width:100%; height:10px; background:url(../assets/timer.png);position:absolute; z-index:200; top:0px;}
.tp-bannertimer.tp-bottom					{	top:auto; bottom:0px !important;height:5px;}






/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/




/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/

 .tp-simpleresponsive img {
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
}

.tp-caption img {
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
zoom: 1;
}


.tp-simpleresponsive ul {
	list-style:none;
	padding:0;
	margin:0;
}

.tp-simpleresponsive >ul li{
	list-style:none;
	position:absolute;
	visibility:hidden;
}

/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {	width:3000px; height:1500px;  background:url(../assets/coloredbg.png) repeat;}



/******************************
	-	LOADER FORMS	-
********************************/

.tp-loader 	{	  
				top:50%; left:50%; 
				z-index:10000; 
				position:absolute;
				

			}
			
.tp-loader.spinner0 {
  width: 40px;
  height: 40px;
  background:url(../assets/loader.gif) no-repeat center center;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);  
  margin-top:-20px;
  margin-left:-20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


.tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);  
  margin-top:-20px;
  margin-left:-20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}



.tp-loader.spinner5 	{	background:url(../assets/loader.gif) no-repeat 10px 10px; 
							background-color:#fff;  
							margin:-22px -22px; 							
							width:44px;height:44px;
							border-radius: 3px;
							-moz-border-radius: 3px;
							-webkit-border-radius: 3px;
						}


@-webkit-keyframes tp-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes tp-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}


.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top:-20px;margin-left:-20px;
  background-color: #ff0000;
   box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);  
  border-radius: 100%;  
  -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
  animation: tp-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes tp-scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes tp-scaleout {
  0% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}




.tp-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;

}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);  
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes tp-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}




.tp-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center; 
  -webkit-animation: tp-rotate 2.0s infinite linear;
  animation: tp-rotate 2.0s infinite linear;
}

.tp-loader.spinner4 .dot1, 
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;  
  -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);  
}

.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes tp-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes tp-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes tp-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/* */


.tp-caption.medium_grey {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:20px;
line-height:20px;
font-family:Arial;
padding:2px 4px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#888;
white-space:nowrap;
}

.tp-caption.small_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:14px;
line-height:20px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.medium_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:20px;
line-height:20px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.large_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:40px;
line-height:40px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.very_large_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
letter-spacing:-2px;
}

.tp-caption.very_big_white {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
padding:0px 4px;
padding-top:1px;
background-color:#000;
}

.tp-caption.very_big_black {
position:absolute;
color:#000;
text-shadow:none;
font-weight:700;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
padding:0px 4px;
padding-top:1px;
background-color:#fff;
}

.tp-caption.modern_medium_fat {
position:absolute;
color:#000;
text-shadow:none;
font-weight:800;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_medium_fat_white {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_medium_light {
position:absolute;
color:#000;
text-shadow:none;
font-weight:300;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_big_bluebg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:30px;
line-height:36px;
font-family:"Open Sans", sans-serif;
padding:3px 10px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#4e5b6c;
letter-spacing:0;
}

.tp-caption.modern_big_redbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:30px;
line-height:36px;
font-family:"Open Sans", sans-serif;
padding:3px 10px;
padding-top:1px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#de543e;
letter-spacing:0;
}

.tp-caption.modern_small_text_dark {
position:absolute;
color:#555;
text-shadow:none;
font-size:14px;
line-height:22px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.boxshadow {
-moz-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
}

.tp-caption.black {
color:#000;
text-shadow:none;
}

.tp-caption.noshadow {
text-shadow:none;
}

.tp-caption.thinheadline_dark {
position:absolute;
color:rgba(0,0,0,0.85);
text-shadow:none;
font-weight:300;
font-size:30px;
line-height:30px;
font-family:"Open Sans";
background-color:transparent;
}

.tp-caption.thintext_dark {
position:absolute;
color:rgba(0,0,0,0.85);
text-shadow:none;
font-weight:300;
font-size:16px;
line-height:26px;
font-family:"Open Sans";
background-color:transparent;
}

.tp-caption.largeblackbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#000;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.largepinkbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#db4360;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.largewhitebg {
position:absolute;
color:#000;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#fff;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.largegreenbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#67ae73;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.excerpt {
font-size:36px;
line-height:36px;
font-weight:700;
font-family:Arial;
color:#ffffff;
text-decoration:none;
background-color:rgba(0, 0, 0, 1);
text-shadow:none;
margin:0px;
letter-spacing:-1.5px;
padding:1px 4px 0px 4px;
width:150px;
white-space:normal !important;
height:auto;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.large_bold_grey {
font-size:60px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
text-shadow:none;
margin:0px;
padding:1px 4px 0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_thin_grey {
font-size:34px;
line-height:30px;
font-weight:300;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
padding:1px 4px 0px;
text-shadow:none;
margin:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.small_thin_grey {
font-size:18px;
line-height:26px;
font-weight:300;
font-family:"Open Sans";
color:rgb(117, 117, 117);
text-decoration:none;
background-color:transparent;
padding:1px 4px 0px;
text-shadow:none;
margin:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.lightgrey_divider {
text-decoration:none;
background-color:rgba(235, 235, 235, 1);
width:370px;
height:3px;
background-position:initial initial;
background-repeat:initial initial;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bold_darkblue {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(52, 73, 94);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_darkblue {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(52, 73, 94);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bold_red {
font-size:24px;
line-height:30px;
font-weight:800;
font-family:"Open Sans";
color:rgb(227, 58, 12);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_red {
font-size:21px;
line-height:26px;
font-weight:300;
font-family:"Open Sans";
color:rgb(227, 58, 12);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_red {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(227, 58, 12);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bold_orange {
font-size:24px;
line-height:30px;
font-weight:800;
font-family:"Open Sans";
color:rgb(243, 156, 18);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_orange {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(243, 156, 18);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.grassfloor {
text-decoration:none;
background-color:rgba(160, 179, 151, 1);
width:4000px;
height:150px;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bold_white {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_white {
font-size:30px;
line-height:36px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_white {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_white_center {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:#ffffff;
text-decoration:none;
background-color:transparent;
padding:0px 0px 0px 0px;
text-align:center;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_asbestos {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(127, 140, 141);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_black {
font-size:30px;
line-height:36px;
font-weight:300;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.large_bold_black {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_darkblue {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:rgb(52, 73, 94);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.small_light_white {
font-size:17px;
line-height:28px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.roundedimage {
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bg_black {
font-size:40px;
line-height:40px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
padding:10px 20px 15px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumwhitebg {
font-size:30px;
line-height:30px;
font-weight:300;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:rgb(255, 255, 255);
padding:5px 15px 10px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.custom_large_heading {
font-size:48px;
line-height:52px;
font-family:"Open Sans";
color:#383838;
text-decoration:none;
background-color:transparent;
text-shadow:none;
letter-spacing:-0.65px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.custom_paragraph {
font-size:16px;
line-height:24px;
font-family:"Open Sans";
color:rgb(153, 153, 153);
text-decoration:none;
background-color:transparent;
text-shadow:none;
letter-spacing:-0.45px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}


/* ELI */


.border_bottom_cell {
	border-bottom: 1px solid #e0e0e0;
}

.lang_field {
	list-style: none;
  	float: right;
}

.lang_field li {
	display: block;
	position: relative;
	float: left;
	margin-right: 10px;
}

.lang_field li a {
	color: #000;
	font-weight: bold;
}

.clear {
	clear: both;
}

#google_ {
	background: url(../images/google.png) no-repeat top center;
	width: 20px;
	height: 20px;
}

  .vc_custom_1397979663788{margin-bottom: 60px !important;padding-top: 60px !important;padding-bottom: 60px !important;background: url(../images/about-bg.png) no-repeat top center!important;}
#.vc_custom_1397979663788{margin-bottom: 60px !important;padding-top: 60px !important;padding-bottom: 60px !important;background: #383838 url(../images/about-bg.jpg) no-repeat top center!important;}


.vc_custom_1397823522692{margin-bottom: 60px !important;}

.vc_custom_1397823771320{margin-bottom: 40px !important;}

.vc_custom_1397823780588{margin-bottom: 40px !important;}

.vc_custom_1397824325077{margin-bottom: 50px !important;}

.vc_custom_1397824467594{margin-bottom: 60px !important;}

.vc_custom_1397824476320{margin-bottom: 60px !important;}

.vc_custom_1397824572439{margin-bottom: 60px !important;}

.vc_custom_1397824866870 {margin-bottom: 60px !important;padding-top: 60px !important;}

.vc_custom_1397922780471 {
  margin-bottom: 40px !important;
  padding-top: 60px !important;
  padding-bottom: 140px !important;
  background-image: url(../images/masterplan_map.png) !important;
    background-repeat: no-repeat;
}

.float_right {
	float: right;
}

.clear {
	clear: both;
}

.sub-menu-footer {
	margin-top: 10px!important;
}

.contacts_map_a {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
        left: 0;
	top:0;
	z-index: 10;
}

.wpb_animate_when_almost_visible { opacity: 1; }

.featured-table.no_background {
	background: none;
}

.pricing-title a:hover {
	text-decoration: none;
}

.owl-eli {
	width: 33%;
	float: left;
	margin-right: 0.33%;
}

.wpcf7-form p {
	  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #999999;
}

.sent_mast {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 23px;	
}

.recentpost-heading {
	font-weight: bold;
  	font-size: 17px;
}

.float_position {
	position: relative;
	float: left;
}

.vc_custom_1397824972636 {
	margin-bottom: 15px;
}

.project_a {
	  font-size: 14px;
	  line-height: 1.42857143;
	  color: #333!important;
}

.item_three {
	width: 34%;
	padding:0 1.5%;
	position: relative;
	float:left;
}

.item_three:nth-child(3) {
	width: 32%;
}

.project_contain {
	margin-bottom: 20px;
}

