/*
  Theme Name: Redside Partners New
  Theme URI: http://www.redsidepartners.com
  Version: 3.0
  Author: Eric Richards
  Description: Custom Wordpress theme for Redside Partners
*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);


html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
		vertical-align: baseline;
		font-family: inherit;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		outline: 0;
		padding: 0;
		margin: 0;
		border: 0;
}


:focus {
		outline: 0;
}

input[type=submit] {
   -webkit-appearance: none;
}
.bulletinwp-top-container {
padding: 25px 0 0 0 !important;
}
.bulletinwp-bulletin-item,
.bulletinwp-placement-top,
.bulletinwp-bulletin-content-main {
padding: 0 !important;
}

html {
	overflow-x: hidden;
	overflow-y: scroll;
	max-width:   100%;
}

body {
	max-width:   100%;
	overflow-x: hidden;
	background: white;
	font: 400 18px/26px 'Lato', sans-serif;
	color: #050505;
	position: relative;
}

ol, ul {
		list-style: none;
}

input[type=text]::-ms-clear {
    display: none;
}

sup {
	font-size: 10px;
	vertical-align: super;
}

sub {
	font-size: 10px;
	vertical-align: sub;
}

p:empty {
	display: none;
}


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}



/*-------------------------------------------------------------------------*/
/*	2. Globally Applied Styles
/*-------------------------------------------------------------------------*/

.circle-col1 {display: inline-block; vertical-align: top; padding-top: 7px; width: 80px;}
.circle-col2 {display: inline-block; width: 75%; margin-bottom: 20px;}
@media only screen and (max-width : 767px) {
	.circle-col1 {float: left; width: 13%;}
	.circle-col2 {float: left; width: 85%; margin-bottom: 20px;}
	}

body {
	font-size: 12px;	
	-webkit-font-smoothing: antialiased;
	font: 400 18px/26px 'Lato', sans-serif;
	background-color: #fff;
  color: #030303;
	line-height: 26px;
}

body .ui-widget {
	font-family: 'Lato';	
}

.overflow-x-hidden {
	overflow-x: hidden;
}

.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
	display: block;
	margin:15px auto;
}

.no-bottom-padding {
	padding-bottom: 0;
}

.col.center {
	text-align: center;
}

.col.right {
	text-align: right;
}

.wp-smiley {
	margin-bottom: 0;
}

dt {
	font-family: 'Lato';
	color: #333;
}
dd {
	padding-left: 20px;
}

.gallery-caption { 
    margin-left: 0; 
    margin-bottom: 10px;
    padding: 0px 10px;
}

#wpstats {  display: none; }

.property-paging {
	padding-top: 40px !important;
	clear: both !important; float: none; 
}
.sticky {
	margin-bottom: 50px;
}

.sticky .content-inner {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
	-o-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background-color: #fff;
	padding: 25px;
	position: relative;
}

.side-box {
  padding: 10px 0;
  margin-bottom: 10px;
  border: 1px solid #CCC;
  background-color: #E6E6E6;
  text-align: center;
}

.side-box a:link,
.side-box a:visited {
  font-weight: normal;
  color: #06c55b;
  font-size: 12px;
}

#wpadminbar {
	z-index: 1000000000;	
}

table {
  font-size: 12px;
  margin-bottom: 20px;
}

.wp-caption { max-width: 100%; border:1px solid #ccc; background:#eee; padding:5px; }
.wp-caption .wp-caption-text { text-align:center; margin-top:5px; margin-bottom: 5px; }
.wp-caption img { margin-bottom: 10px; display: block; }

em {font-style: italic;}

caption, th, td {
		font-weight: normal;
		text-align: left;
}

.container-wrap, .project-title {
	background-color: #fff;
	position: relative;
	z-index: 10;
	margin-top: -55px;
	padding-top: 93px;
}

body[data-smooth-scrolling="0"] {
	overflow: hidden;
}

#ajax-loading-screen {
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 1000000000;
}

body[data-ajax-transitions="true"] #ajax-loading-screen[data-method="standard"], body[data-ajax-transitions="true"] #ajax-loading-screen[data-method="standard"] .loading-icon {
	display: block;
	opacity: 1;
}

#ajax-loading-screen .loading-icon {
	background-repeat:no-repeat;
	background-position: center center;
	display: block;
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.default-loading-icon {
    top: 50%;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    margin: 0 auto;
    display: block;
    position: relative;  
    border: 3px solid #e5e5e5; 
    margin-top: -20px;
}

.default-loading-icon:before {
	position: absolute;
	content: "";
	border-color: rgba(0, 0, 0, 1) transparent transparent;
    border-radius: 100%;
    border-style: solid;
    border-width: 3px;
    display: block;
    height: 100%;
    width: 100%;
    top: -3px;
    left: -3px;
}

.loading-icon.spin, .portfolio-loading.spin, .pp_loaderIcon.spin, .default-loading-icon.spin {
	animation: 2s cubic-bezier(0.63, 0.045, 0.34, 1) 0s normal none infinite spinning_animation;
	-webkit-animation: 2s cubic-bezier(0.63, 0.045, 0.34, 1) 0s normal none infinite spinning_animation;
}

.default-skin-loading-icon {
	width: 100%;
	height: 100%;
	background-position: center;
	display: block;
	background-repeat: no-repeat;
	background-image: url("img/icons/loading-white-bg.gif");
}

@keyframes spinning_animation {
	0% {
	    transform: scale(1) rotate(0deg);
	    -o-transform: scale(1) rotate(0deg);
	}
	50% {
	    transform: scale(0.8) rotate(360deg);
	    -o-transform: scale(0.8) rotate(360deg);
	}
	100% {
	    transform: scale(1) rotate(720deg);
	    -o-transform: scale(1) rotate(720deg);
	}
}

@-webkit-keyframes spinning_animation {
	0% {
	    -webkit-transform: scale(1) rotate(0deg);
	}
	50% {
	    -webkit-transform: scale(0.8) rotate(360deg);
	}
	100% {
	   -webkit-transform: scale(1) rotate(720deg);
	}

}

@keyframes bounce_in_animation {
	0% {
	    transform: scale(0, 0);
	    -o-transform: scale(0, 0);
	}
	20% {
	    transform: scale(1.4, 1.4);
	    -o-transform: scale(1.4, 1.4);
	}
	50% {
	    transform: scale(0.8, 0.8);
	    -o-transform: scale(0.8, 0.8);
	}
	85% {
	    transform: scale(1.1, 1.1);
	    -o-transform: scale(1.1, 1.1);
	}
	100% {
	    transform: scale(1, 1);
	    -o-transform: scale(1, 1);
	}
}

@-webkit-keyframes bounce_in_animation {
	0% {
	     -webkit-transform: scale(0, 0);
	}
	20% {
	     -webkit-transform: scale(1.4, 1.4);
	}
	50% {
	     -webkit-transform: scale(0.8, 0.8);
	}
	85% {
	     -webkit-transform: scale(1.1, 1.1);
	}
	100% {
	     -webkit-transform: scale(1, 1);
	}
}


@keyframes grow_in_animation {
	0% {
	    transform: scale(0, 0);
	    -o-transform: scale(0, 0);
	}
	100% {
	    transform: scale(1, 1);
	    -o-transform: scale(1, 1);
	}
}

@-webkit-keyframes grow_in_animation {
	0% {
	    -webkit-transform: scale(0, 0);
	}
	100% {
	    -webkit-transform: scale(1, 1);
	}
}

body[data-bg-header="true"] .container-wrap { margin-top: 0; padding-top: 0; }

body.page-template-page-sidebar-php .main-content > .row > #post-area, 
body.page-template-page-sidebar-php .main-content > .row > #sidebar,
body.page-template-page-left-sidebar-php .main-content > .row > #post-area, 
body.page-template-page-left-sidebar-php .main-content > .row > #sidebar {
  margin-top: 30px;
}

.project-title {
	padding-top: 85px;
	padding-bottom: 36px;
}

.single-portfolio .row .col.section-title {
	padding-bottom: 30px;
	border: none;
}

.single-portfolio .row.project-title .container .title-wrap {
	border-bottom: 1px solid #DDDDDD;
	position: relative;
	padding-bottom: 30px;
}

.single-portfolio .row.project-title .title-wrap:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

.container-wrap .row > .wpb_row:last-child, .home-wrap .row > .wpb_row:last-child,  #portfolio-extra > .wpb_row:last-child  {
	margin-bottom: 0;
}

body[data-bg-header="true"] .container-wrap, body.single-portfolio .container-wrap, body.page-template-template-portfolio-php .container-wrap,
body.tax-project-type .container-wrap {
	padding-top: 25px;
	margin-top: 0;
	padding-bottom: 40px;
}

body.single-post[data-bg-header="true"] .container-wrap {
	padding-top: 40px;
}

.clear {
	clear:both;	
}

.subheader {
  color: #6F6F6F;
 	margin-bottom:15px;
}


a {
	color: #972f3c;
	text-decoration: none !important;
	transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
}

a:hover {
	color: inherit;
}

h1 { font-size: 52px; line-height: 65px; margin-bottom: 7px; }

h2 { font-size: 32px; line-height: 36px; margin-bottom: 10px;}

h3 { font-size: 24px; line-height: 34px; margin-bottom: 7px; font-style: italic; font-weight: bold; }

h4 { font-size: 18px; line-height: 32px; margin-bottom: 7px; font-family: 'Montserrat'; font-weight: 700; }

h5 { font-size: 16px; line-height: 26px; margin-bottom: 7px; }

h6 { font-size: 14px; line-height: 24px; margin-bottom: 7px;  }

@media(max-width: 468px) {
  h1, .row .col.section-title h1 {
    font-size: 38px !important;
    line-height: 1.2;
  }
  h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

h1,h2,h3,h4,h5,h6 {
  font-family: Georgia, serif;
	letter-spacing: -0.5px;
	-webkit-font-smoothing: antialiased;
}

.uppercase {
	-webkit-font-smoothing: antialiased;
    text-transform: uppercase;
}

.tiny {
	font-size: 14px;
	line-height: 22px;
}

body h1.light, body h2.light, body h3.light, body h4.light, body h5.light, body h6.light, p.light {
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

body h1.jumbo, body h2.jumbo, body h3.jumbo, body h4.jumbo, body h5.jumbo, body h6.jumbo, p.jumbo {
     font-size: 100px;
     line-height: 110px;
}

p {
	padding-bottom: 35px;
}
    
.row .col p:last-child {
	padding-bottom: 0;	
}

.container .row:last-child, .wpb_wrapper .clear {
	padding-bottom: 0;
}

.wpb_wrapper > div {
	margin-bottom: 24px;
}

.wpb_wrapper > div:last-child, .row .wpb_wrapper > img:last-child, .row .wpb_wrapper > .img-with-aniamtion-wrap:last-child img {
	margin-bottom: 0;
}

blockquote {
	line-height: 40px;
	font-size: 22px;
	padding-left: 0;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}

.main-content ul, .main-content ol {
	margin-left: 30px;
	margin-bottom: 30px;
}


.main-content ul li {
	list-style: disc;
	list-style-position: outside;
}

.main-content ol li {
	list-style: decimal;
	list-style-position: outside;
}

.main-content img {
	max-width: 100%;	
	height: auto;
}

.main-content .col.span_4 .col.span_2 img, .main-content .col.span_3 .col.span_2 img, .main-content .col.span_2 .col.span_2 img, .main-content .col.span_6 .col.span_2 img,
.main-content .col.span_4 .col.span_2 i, .main-content .col.span_3 .col.span_2 i, .main-content .col.span_2 .col.span_2 i, .main-content .col.span_6 .col.span_2 i {
	top: -4px;
}

code {
	display: block;
	clear: both;
  overflow: auto;
  padding: 10px 20px 20px 20px;
  white-space: pre;
  background-color: #f0f0f0;
  font: 12px "Andale Mono",Courier,"Courier New",monospace;
}

#error-404 {
	text-align: center;
	margin-bottom: 45px;
}

body #error-404 h1 {
	font-size: 250px;
	line-height: 250px;
	font-family: Georgia, serif;
}

body #error-404 h2 {
	text-transform: uppercase;
	font-size: 70px;
	font-family: Georgia, serif;
}


#boxed #featured article .post-title > a {
	left: 0;
}

#boxed #featured article .post-title h2 {
	left: 0;
}

#boxed #featured .hero-slide.has-video .post-title > a {
	left: 22px;
}

.admin-bar #boxed .cart-menu-wrap {
	top: 38px;
}

.span_10.iwt h2 { line-height: 20px; }
.span_10.iwt h3 { line-height: 18px; }


/*-------------------------------------------------------------------------*/
/*	3.	Header + Search Bar Styles
/*-------------------------------------------------------------------------*/

#header-space {
	height: 90px;	
}

#header-outer {
	width: 100%;
	top: 0;
	left: 0;
	position: fixed;
	overflow: visible;
	padding: 20px 0 28px;
	background-color:#fff;
	z-index: 9998;
}

body[data-transparent-nav="1"][data-header-color="light"] #header-outer {
	background-color: rgba(255,255,255,0.965);
}

body[data-header-color="dark"] #header-outer, body[data-header-color="dark"] #search-outer {
	background-color: #1F1F1F;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

html body[data-header-color="dark"] header#top nav ul #search-btn > div,
html body[data-header-color="dark"].ascend #header-outer[data-full-width="true"][data-remove-border="true"] header#top nav ul #search-btn a:after, 
html body[data-header-color="dark"].ascend #header-outer[data-full-width="true"][data-remove-border="true"] header#top nav ul .slide-out-widget-area-toggle a:after, 
html body[data-header-color="dark"].ascend #header-outer[data-remove-border="true"] .cart-menu:after,
html body[data-header-color="dark"].ascend #header-outer[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"] .cart-menu:after {
	border-left: 1px solid #444;
}
#header-secondary-outer ul ul li a {
	font-size: 11px;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}

body[data-header-color="dark"] #header-secondary-outer ul ul li a {
	background-color: #111;
	font-size: 11px;
	color: #A0A0A0;
}

body[data-header-color="dark"] #header-secondary-outer #social .vimeo, body[data-header-color="dark"]  #header-secondary-outer #social .vimeo span {
	 background-image: url("img/icons/social/vimeo-header-black.png");
}

body[data-header-color="dark"] #header-secondary-outer #social .behance, body[data-header-color="dark"]  #header-secondary-outer #social .behance span {
	 background-image: url("img/icons/social/behance-header-black.png");
}

body[data-header-color="dark"] #header-secondary-outer li.current-menu-ancestor > a, body[data-header-color="dark"] #header-secondary-outer li.current-menu-item > a,
body[data-header-color="dark"] #header-secondary-outer li.sfHover > a, body[data-header-color="dark"] #header-secondary-outer li.sfHover > a i {
	color: #fff;
}

.admin-bar #header-outer, .logged-in.buddypress #header-outer {
	top: 32px;
}

#header-outer[data-using-secondary="1"] {
	top: 33px;
}

.admin-bar #header-outer[data-using-secondary="1"], .logged-in.buddypress #header-outer[data-using-secondary="1"] {
	top: 64px;
}

header#top #logo {
	width: auto;
	max-width: 0;
	display: block;
	line-height: 22px;	
	font-size: 22px;	
	letter-spacing: -1.5px;
	color: #444444;
	font-family: 'Lato';
  position: relative;
  top: 4px;
}

/* retina logo */
@media only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
   header#top #logo .retina-logo { display: block; }
   header#top #logo .default-logo { display: none; }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
	header#top #logo .retina-logo { display: block; }
    header#top #logo .default-logo { display: none; }
}


header#top #logo:hover {
	color: #972f3c;
}

header#top #logo img {
	/*max-height: 30px;*/
	text-indent: -9999px;
	max-width: none;
	width: auto;
	margin-bottom: 0;
	display: block;
	transition: opacity 0.4s ease;
}

header#top {
	position: relative;
	z-index: 9998;
	width: 100%;
}


header#top .container .row {
	padding-bottom: 0;	
}

header#top nav > ul {
	float: right;
	overflow: visible;
	transition: padding 0.8s ease, margin 0.25s ease;
	min-height: 1px;
	line-height: 1px;
}

header#top nav > ul.buttons {
	transition: padding 0.8s ease;
}

header#top nav > ul .slide-out-widget-area-toggle {
	transition: margin 0.25s ease;
}

.side-widget-open header#top nav > ul .slide-out-widget-area-toggle {
	transition: margin 0.75s ease;
}

#header-outer[data-transparency-option="1"][data-full-width="true"].side-widget-open {
	box-shadow: none;
}

#header-outer[data-format="centered-menu"] header#top nav > ul.menu li,
#header-outer.side-widget-open.hidden-menu header#top nav > ul.menu li {
	transition: opacity 0.75s ease;
}

#header-outer[data-format="centered-menu"].side-widget-open header#top nav > ul.menu li, 
#header-outer.side-widget-open.hidden-menu header#top nav > ul.menu li{
	opacity: 0;
}

header#top nav ul li {
	float: left;
	padding: 0 10px;
}

header#top nav > ul > li {
	float: left; 
}
header#top nav > ul > li:last-of-type {
  padding-right: 0;
}

header#top nav a {
	padding: 12px 6px 6px !important;
	display: block;
  font: 700 16px/1 'Montserrat';
  font-weight: bold;
  color: #030303;
  text-transform: uppercase;
	-webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

html:not(.js) header#top nav a {
	padding-bottom: 46px;
}

header#top nav .menu li.current_page_ancestor > a, header#top nav .menu li.current-menu-item > a, header#top nav .menu li.current-menu-ancestor > a, header#top nav .menu li.current_page_item > a {
	color: #030303;
  border-bottom: solid 3px #030303;
}

header#top nav .menu li.current_page_item > a .sf-sub-indicator [class^="icon-"], header#top nav .menu li.current_page_ancestor > a .sf-sub-indicator [class^="icon-"] {
    color: #972f3c;
}

header#top nav ul li a {
	color: #000;
}

.menu > li.current_page_ancestor > a > .sf-sub-indicator [class^="icon-"], .menu > li.current-menu-ancestor > a > .sf-sub-indicator [class^="icon-"], .menu > li.current_page_item > a > .sf-sub-indicator [class^="icon-"] {
	 color: #972f3c;
}


.menu ul li.current_page_item > a , .menu ul li.current-menu-ancestor > a, .menu ul li.current_page_ancestor > a  {
	color: #972f3c;
}

body header#top nav > ul > li > ul.temp-hidden-display, body #header-secondary-outer nav > ul > li > ul.temp-hidden-display {
	display: block;
	opacity: 0;
	left: 0;
	right: auto;
}

body header#top nav > ul > li.edge > ul, body #header-secondary-outer nav > ul > li.edge > ul {
	left: auto;
	right: 0;
}

body header#top nav > ul > li li.edge > ul, body #header-secondary-outer nav > ul > li li.edge > ul {
	left: auto;
	right: 0;
}


header#top .span_9 {
	position: static;
}


header#top nav .menu .sub-menu li.current_page_item > a {
  border: none !important;
  font-weight: 900;
  color: #972f3c;
}

header#top nav .menu .sub-menu a {
	font-weight: 400;
	text-transform: inherit;
	}

header#top nav .menu .sub-menu {
	margin-top: -27px;
	}

header#top .menu-item-language .iclflag, #header-secondary-outer .menu-item-language .iclflag {
	top: 1px;
	position: relative;
	margin-right: 4px;
}

#header-secondary-outer .menu-item-language .iclflag {
	top: 2px;
}

header#top nav ul.buttons li {
	line-height: 12px;
	position: relative;
}

header#top nav ul .slide-out-widget-area-toggle {
	margin-left: 15px;
	margin-right: 5px;
}

header#top nav ul #search-btn > div {
	border-left: 1px solid #e7e7e7;
	padding-left: 19px;
}

#header-outer[data-remove-border="true"][data-full-width="true"] header#top nav ul #search-btn > div {
	padding-left: 0;
}

body[data-header-color="custom"] header#top nav ul #search-btn > div {
	border-left: 1px solid rgba(0,0,0,0.15);
}

header#top nav ul #search-btn a, header#top nav ul .slide-out-widget-area-toggle a { 
	padding-left: 23px;
	padding: 0px 0px 0px 0px;
	width: 24px;
	height: 21px;
	display: block;
	background-position: right top;
	background-repeat: no-repeat;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}

header#top nav ul .slide-out-widget-area-toggle a {
	width: 22px;
}

header#top nav ul #search-btn a span {
	color: rgba(0,0,0,0.4);
	font-size: 16px;
	line-height: 24px;
	height: 24px;
	background-color: transparent;
	-webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

header#top nav ul #search-btn a span:hover {
	color: #27CCC0;
}

#header-secondary-outer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background-color: #F8F8F8;
	border-bottom: 1px solid #ddd;
}

.admin-bar #header-secondary-outer, .logged-in.buddypress #header-secondary-outer {
	top: 31px;
}

#header-secondary-outer #social {
	float: left;
}

#header-secondary-outer #social li {
	float: left;
}

#header-secondary-outer #social a {
	line-height: 20px;
}

#header-secondary-outer #social i {
	height: 14px;
	line-height: 14px;
	font-size: 14px;
	color: #a6a6a6;
}

#header-secondary-outer #social i.icon-soundcloud { font-size: 18px; }

#header-secondary-outer #social li a {
	position: relative;
	padding: 8px 10px 8px 10px;
	height: 16px;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
}

#header-secondary-outer #social a:hover i {
	color: #27CCC0;
}

#header-secondary-outer ul {
	height: 32px;	
	z-index: 1000;
}

#header-secondary-outer nav > ul > li > a {
	color: rgba(0,0,0,0.55);
	border-left: 1px solid #ddd;
	line-height: 13px;
	font-size: 11px;
	padding: 10px;
}

body[data-header-color="custom"] #header-secondary-outer nav > ul > li > a {
	border-left: 1px solid rgba(0,0,0,0.1);
}

#header-secondary-outer nav > ul > li > a:hover, #header-secondary-outer nav > ul > li.current-menu-item > a, #header-secondary-outer nav > ul > li.current-menu-ancestor > a {
	color: rgba(0,0,0,0.8);
}

#header-secondary-outer nav > ul > li > a .sf-sub-indicator {
	margin-right: 5px;
	height: 11px;
}

#header-secondary-outer nav > ul > li:last-child {
	border-right: 1px solid #ddd;
}

#header-secondary-outer nav > ul > li > a span.sf-sub-indicator [class^="icon-"], #header-secondary-outer nav > ul > li > a span.sf-sub-indicator [class*=" icon-"] {
	color: rgba(0,0,0,0.45);
}

#header-secondary-outer ul ul li a {
	background-color: #1F1F1F;
	color: #CCCCCC;
}

#header-secondary-outer ul > li.menu-item-language-current > a {
	height: 32px;
	padding-top: 8px;
}


#header-secondary-outer #social li a.behance, #header-secondary-outer #social li a.vimeo {
	background-color: #a6a6a6;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#header-secondary-outer #social li a.behance:hover, #header-secondary-outer #social li a.vimeo:hover {
	background-color: #27CCC0;
}

#header-secondary-outer #social li a.vimeo {
	width: 15px;
}

#header-secondary-outer #social li a.behance {
	width: 17px;
}

header#top nav ul #search-btn:hover span, header#top nav ul li.sfHover #search-btn:focus span {
	opacity: 1;
}

header#top #toggle-nav {
	position: absolute;
	right: 30px;
	top: 10px;
	display: none;
	width: 36px;
	height: 28px;
	text-align: right;
}
header#top i.fa-times {
  display: none;
}
header#top i.icon-reorder {
	margin: 5px 0 0 10px;
	}
header#top .open i.icon-reorder {
  display: none;
}
header#top .open i.fa-times {
  display: block;
}

header#top #mobile-cart-link {
	position: absolute;
	right: 32px;
	top: 4px;
	display: none;
	width: 36px;
	height: 28px;
	text-align: right;
	margin-bottom: 10px;
	z-index: 10000;
}

header#top .span_9 > .slide-out-widget-area-toggle {
	display: none;
	position: absolute;
	right: 0;
	top: 5px;
	width: 36px;
	height: 28px;
	text-align: right;
	margin-bottom: 10px;
	z-index: 10000;
}

header#top #toggle-nav i, header#top #mobile-cart-link i, header#top .span_9 > .slide-out-widget-area-toggle i {
	background-color: transparent;
	color: #972f3c;
	line-height: 28px;
	font-size: 28px;
	width: 28px;
  transition: all ease .2s;
}
header#top #toggle-nav i:hover,
header#top #toggle-nav i:active {
  color: #bc3c4c;
}


/*light/dark text color */

#header-outer .row .col.span_9 {
	float: right;
}

#header-secondary-outer[data-full-width="true"] > .container nav > ul > li:last-child, #header-secondary-outer[data-full-width="true"] nav > ul#social > li:first-child > a {
	border: none;
}

.row .col h3, .row .col h4 {
	margin-bottom: 8px;
}
.row .col img {
	margin-bottom: 15px;
	max-width: 100%;
	width: auto;
	height: auto;
}





/* menus */
.sf-sub-indicator {
	display: inline-block;
	width: 20px;
	position: relative;
	left: 8px;
	height: 20px;
	}

.sf-sub-indicator i {
	width: 8px;
	}

.sf-sub-indicator [class^="icon-"], .sf-sub-indicator [class*=" icon-"] {
	font-size: 14px;
	line-height: 14px;
	padding-left: 4px;
	height: auto;
	color: inherit !important;
	background-color: transparent;
	}
	

/* drop down */
header#top .menu li ul {
	padding: 10px 20px 20px 20px;
	margin: 0;
	background-color: #fff;
	}
header#top .menu li ul li {
	padding: 0;
	margin: 0;
	}
header#top .menu li ul li a {
	font-size: 12px;
	line-height: 13px;
	color: #030303;
	transition: none;
	letter-spacing: 0;
	background-color: #fff;
	transition: all ease .2s;
	}
header#top .menu li ul li a:hover {
	color: #972f3c;
	}


/* Mobile Menu */
#mobile-menu {
	position: relative;
	top: 0;
	width: 100%;
	display: none;
	background-color: #fff;
 	padding: 0;
	z-index: 100000;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
	border-top: 1px solid #ddd;
}	
#mobile-menu .container ul li {
	width: 100%;
	}
#mobile-menu .container ul li:first-child {
	padding-top: 15px;	
	}
#mobile-menu .container ul li:last-child {
	padding-bottom: 10px;
	}
#mobile-menu .container ul li:last-child a {
	border-bottom: 0;
	}
#mobile-menu ul li a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color: #030303;
	font-size: 16px;
	display: block;
	position: relative;
	padding-left: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
	}
#mobile-menu ul li ul {
	display: none;
	margin-left: 20px;
	}
#mobile-menu ul li a:hover, #mobile-menu ul li a:hover [class^="icon-"], #mobile-menu li.open > a, #mobile-menu ul li.current-menu-item > a, #mobile-menu ul li.current-menu-ancestor > a {
	color: #972f3c;
	}
body #mobile-menu li.open > a [class^="icon-"] {
	color: #972f3c; 
	}
#mobile-menu #mobile-search {
	margin: 10px 0px 0px 0px;
	}
#mobile-menu input[type=text] {
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #171717;
	color: rgba(255, 255, 255, 0.7);
	padding: 15px 15px 15px 40px;
	border: 0;
	border-bottom: 1px solid #2e2e2e;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-o-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.7) inset;
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.7) inset;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.7) inset;
	-o-box-shadow: 0px 1px 3px rgba(0,0,0,0.7) inset;
	background-image: url(img/icons/mag-glass-mobile.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}

#mobile-menu .sub-menu {
	display: none;
	position: relative;
	width: 96%;
	}
#mobile-menu .sub-menu a:hover {
	background: none;
	}
	
@media only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
   #mobile-menu input[type=text] {
   		background-size: 14px 14px;
      	background-image: url(img/icons/mag-glass-mobile@2x.png);
   }
}


/***************** Superfish ******************/

.menu li ul li a:hover { 
	color: #972f3c;
	background-color: #272727;	
	}
.menu li ul li.sfHover > a  {
	color: #972f3c;
	}
.menu li li ul {
	left: 16em;
	}
.menu a {
    margin: 0 1px;
    padding: 0.75em 1em 32px;
    text-decoration: none;
	}
.menu ul li a:focus, .menu ul li a:hover, .menu ul li a:active, .menu ul li li a:focus, .menu ul li li a:hover, .menu ul li li a:active {
    border-radius: 0 0 0 0;
    box-shadow: none;
    text-shadow: none;
	}
.menu {
	float: right;
    line-height: 1;
    margin-bottom: 30px;
	}
.menu ul {
    position: absolute;
    top: -999em;
    width: 16em;
	}
.menu ul li {
    font-weight: normal;
    width: 100%;
	}
.menu li:hover {
    visibility: inherit;
	}
.menu li {
    float: left;
    line-height: 12px;
    font-size: 12px;
    position: relative;
	}
.menu li:hover ul {
    left: 0;
    z-index: 99;
	}
header#top .menu > li:hover > ul {
	top: 60px;
	}
.sub-menu {
    z-index: 3;
	}
.menu li ul, .menu li li ul {
    box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
}	
.menu li li a, .menu li li a:visited {
    padding-left: 1.25em;
	}
.menu li:hover, .menu li.sfHover, .menu a:focus, .menu a:hover, .menu a:active {
    outline: 0 none;
	}
.menu ul li a {
    margin: 0;
    padding: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.08); 
	}
.menu ul a:focus ,
.menu ul a:hover ,
.menu ul a:active ,
.menu ul li:hover > a {
	color: #972f3c;	
	}
.menu, .menu * {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    z-index: 10;
	}
.menu ul li, .menu ul li li {
    font-size: 12px;
    width: 100%;
	}
.menu ul li:last-child a {
    border-bottom: none;
	}
.menu a {
    display: block;
    position: relative;
	}
#mobile-menu ul {
	display: none;
	}

@media(max-width: 1175px) {

	#mobile-menu ul {
		display: inherit;
		}
	.menu {
		float: none;
		}
	.menu ul {
	    top: 0;
		}
	.menu li ul, .menu li li ul {
    	box-shadow: none;
		}	

}



/*-------------------------------------------------------------------------*/
/*	3.	Main Content
/*-------------------------------------------------------------------------*/

.row .col.section-title {
	margin: 0;
	border-bottom: 1px solid #ddd;	
}

#full_width_portfolio .row .col.section-title {
	border-bottom: 0;
	padding-bottom: 0;
}


.home .row .col.section-title {
	padding: 0px 0px 3em 0px;
}

.row .col.section-title h1, .row .col.section-title h2 {
	margin-bottom: 0;
	font-family: Georgia, serif;
	letter-spacing: -1px;
	position: relative;
}

.row .col.section-title h2 {
	margin-bottom: 5px;
}

.row .col.section-title span {
	font-size: 20px;
	line-height: 20px;
	top: 0;
	position: relative;
	text-transform: none;
	font-family: 'OpenSansLight';
	padding-left: 10px;
}

@media(min-width: 1000px) {
  .row .col.section-title h1 { 
    font-size: 52px; 
    margin-bottom: 25px;
  }
}

@media(min-width: 767px) {
  .entry-title.single-property-title {
    margin-bottom: 20px;
  }
}

.row .col.section-title p {
	font-size: 20px;
	line-height: 28px;
	padding-bottom: 0;
	font-family: 'OpenSansLight';
}

.wpb_wrapper > .divider, .wpb_wrapper > .divider-border , .wpb_wrapper > .divider-small-border, .wpb_text_column > .wpb_wrapper > *:last-child {
	margin-bottom: 0;
}

.divider {
	height: 20px;
}

.divider-border {
	margin: 35px 0px 35px 0px;
	border-bottom: 1px solid #ddd;
}

.centered-text .divider-small-border {
	margin: 25px auto;
}

.divider-small-border {
	margin: 25px 0;
	width: 20%;
	border-bottom: 1px solid #ddd;
}

body .wpb_separator, body .vc_text_separator {
	border-color: rgba(0,0,0,0.06);
}

.col.centered-text, .wpb_column.centered-text {
	text-align: center;
}

.col.centered-text ul, .wpb_column.centered-text ul {
	display: inline-block;
	text-align: center;	
	margin-left: 0;
}

.col.centered-text ul, .wpb_column.centered-text ul {
	text-align: left;
}

.wpb_column {
	transition: background-color 0.2s linear;
	-webkit-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	background-position: center;
}

.col.centered-text img, .wpb_column.centered-text img, .col.center img {
	margin: 0 auto;
}

.col.span_3 .col.span_12 i, .col.span_4 .col.span_12 i {
	margin-bottom: 0;
}

body .wpb_text_column {
	margin-bottom: 0;
}

body .wpb_text_column h2:last-child, body .wpb_text_column h3:last-child {
	margin-bottom: 10px;
}


/* Full width content solumn sizing*/

.wpb_row .span_12 > .col.padding-1-percent { padding: 1%; }
.wpb_row .span_12 > .col.padding-2-percent { padding: 2%; }
.wpb_row .span_12 > .col.padding-3-percent { padding: 3%; }
.wpb_row .span_12 > .col.padding-4-percent { padding: 4%; }
.wpb_row .span_12 > .col.padding-5-percent { padding: 5%; }
.wpb_row .span_12 > .col.padding-6-percent { padding: 6%; }
.wpb_row .span_12 > .col.padding-7-percent { padding: 7%; }
.wpb_row .span_12 > .col.padding-8-percent { padding: 8%; }
.wpb_row .span_12 > .col.padding-9-percent { padding: 9%; }
.wpb_row .span_12 > .col.padding-10-percent { padding: 10%; }
.wpb_row .span_12 > .col.padding-11-percent { padding: 11%; }
.wpb_row .span_12 > .col.padding-12-percent { padding: 12%; }
.wpb_row .span_12 > .col.padding-13-percent { padding: 13%; }
.wpb_row .span_12 > .col.padding-14-percent { padding: 14%; }
.wpb_row .span_12 > .col.padding-15-percent { padding: 15%; }

.col[data-padding-pos="right"] {
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.col[data-padding-pos="left"] {
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.col[data-padding-pos="bottom"] {
	padding-right: 0;
	padding-top: 0;
	padding-left: 0;
}

.col[data-padding-pos="top"] {
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.col[data-padding-pos="top-right"] {
	padding-bottom: 0;
	padding-left: 0;
}
.col[data-padding-pos="top-left"] {
	padding-bottom: 0;
	padding-right: 0;
}
.col[data-padding-pos="top-bottom"] {
	padding-left: 0;
	padding-right: 0;
}
.col[data-padding-pos="bottom-right"] {
	padding-left: 0;
	padding-top: 0;
}
.col[data-padding-pos="bottom-left"] {
	padding-right: 0;
	padding-top: 0;
}
/*****************Nectar Button ******************/

.btn {
	padding: 8px 16px;
}

.nectar-button {
    transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    color: #FFFFFF;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 13px 18px;
    position: relative;
    text-transform: uppercase;
    top: -3px;
    margin-bottom: 10px;
    opacity: 1;
    line-height: 20px;
    background-color: #972f3c;
    display: inline-block;
}
.nectar-button.small {
    font-size: 9px;
    padding: 5px 8px;
    letter-spacing: 1.3px;
    color: #FFFFFF;
}

.nectar-button.medium {
    padding: 10px 15px;
    font-size: 12px;
    letter-spacing: 2px;
    color: #FFFFFF;
}

.nectar-button.large {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 50px;
}

.nectar-button i {
	font-size: 18px;	
	line-height: 18px;
	width: 18px;
	position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -9px;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}

.nectar-button i.icon-button-arrow { font-size: 20px; }

.nectar-button span {
	left: 0;
	transition: opacity 0.2s ease-out, left 0.2s ease-out;
	-webkit-transition: opacity 0.2s ease-out, left 0.2s ease-out;
	position: relative;
}

.nectar-button.has-icon, .nectar-button.tilt.has-icon {
	padding-left: 42px;
	padding-right: 42px;
}

.nectar-button.has-icon:hover span, .nectar-button.tilt.has-icon span {
	left: -18px;
}

.nectar-button.has-icon:hover i, .nectar-button.tilt.has-icon i {
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
	right: 24px;
}

.nectar-button:hover, .full-width-section .light .nectar-button:hover {
	 opacity: 0.75;
	 color: #fff;
}

.full-width-section .light .nectar-button {
	opacity: 0.9;
}

.text_on_hover.product .add_to_cart_button, .text_on_hover.product a.added_to_cart {
	font-family: 'OpenSansbold';
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
}

.text_on_hover.product a.added_to_cart {
	border-radius: 2px;
}

.nectar-button.see-through, body .nectar-button.see-through, .text_on_hover.product .add_to_cart_button  {
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	opacity: 1;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	border: 2px solid rgba(255,255,255,0.75);
}


.nectar-button.see-through-2 {
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	opacity: 1;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	border: 2px solid rgba(255,255,255,0.75);
}


body .nectar-button.see-through:hover {
	border: 2px solid rgba(255,255,255,1);
}

.col.light .nectar-button.see-through-2 {
	color: #fff;
}

.col.light .nectar-button.see-through {
	border: 2px solid rgba(255,255,255,0.75);
	color: #fff;
}

.col.light .nectar-button.see-through:hover {
	border: 2px solid rgba(255,255,255,1);
}

.col.dark .nectar-button.see-through, .col.dark .nectar-button.see-through-2 {
	border: 2px solid rgba(0,0,0,0.75);
	color: #444444;
}

.col.dark .nectar-button.see-through:hover {
	border: 2px solid rgba(0,0,0,1);
}

body .nectar-button.see-through-2:hover,
body .col.dark .nectar-button.see-through-2:hover {
	border-color: #972f3c;
	background-color: #972f3c;
	color:	#fff;
	opacity: 1;
}

h2 .nectar-button {
	top: -6px;
}

.nectar-button:not([data-color-override="false"]), .nectar-button:not([data-hover-color-override="false"]) {
	visibility: hidden;
}



/*-------------------------------------------------------------------------*/
/*	4.	Plugin Related Styles
/*-------------------------------------------------------------------------*/


/***************** Superfish ******************/



.mejs-overlay-button, .mejs-overlay-loading {
	display: none;
}

.home-wrap {
	margin-bottom: 0;
  padding: 40px 0 0;
	position: relative;
	z-index: 100;
	background-color: #fff;
}

html:not(.js) .home-wrap {
	padding-top: 0;
}

html.no-overflow-y {
	overflow-y: hidden;
} 



/***************** Nectar Slider ******************/

.swiper-slide {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}


.nectar-slider-wrap[data-transition="fade"] .swiper-slide-active {
	z-index: 50;
}

.mobile-video-image {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	display: none;
	height: 100%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;	
}

.swiper-slide[data-bg-alignment="top"] { background-position: center top; }
.swiper-slide[data-bg-alignment="center"] { background-position: center center; }
.swiper-slide[data-bg-alignment="bottom"] { background-position: center bottom; }

.swiper-slide .content {
	color: #fff;
	width: 100%;
	left: 0;
	position: absolute;
	top: 250px;
	z-index: 100;
}

.no-transform {
  transform: inherit; 
  -webkit-transform: inherit;     
}

#boxed .swiper-slide .content, #boxed .slider-prev, #boxed .slider-next {
	/*opacity: 1;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
	-o-transform: translate(0, 0);*/
}

.parallax_slider_outer.first-section .swiper-slide .content, .nectar-slider-wrap.first-section .swiper-slide .content {
	margin-top: 23px;
	margin-left: -10px;
}

body[data-header-resize="0"] .parallax_slider_outer.first-section {
    margin-top: 0;
}

.parallax_slider_outer.first-section .swiper-slide .content {
	-webkit-backface-visibility: hidden;
}


body[data-smooth-scrolling="1"] .parallax_slider_outer.first-section .slider-pagination, body[data-smooth-scrolling="1"] .nectar-slider-wrap.first-section .slider-pagination {
	padding-right: 13px;
}

.nectar-slider-wrap {
	display: none;
}

html:not(.js) .nectar-slider-wrap {
	display: block;
}

.nectar-slider-loading {
	background-color: #393939;
	background-position: center;
	background-repeat: repeat;
	background-image: url('img/textures/diagonal_line.png');
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.nectar-slider-loading.default-loader .loading-icon, .pp_loaderIcon.default_loader {
	background-image: none;
}

.nectar-slider-loading.default-loader .loading-icon span {
	 border: 3px solid #666;
	 background-color: #393939;
}

.pp_loaderIcon span {
	border: 3px solid #666;
}

.nectar-slider-loading .loading-icon {
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('img/icons/nectar-loading.gif');
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.nectar-slider-wrap .swiper-container .swiper-wrapper .swiper-slide.not-loaded  { background-color: #393939; }

.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content {
	margin-top: 0;
}

.swiper-slide .content p, .swiper-slide .content h2, .swiper-slide .content .buttons {
	opacity: 0;	
	padding-top: 25px;
	letter-spacing: 0.5px;
	-webkit-font-smoothing: antialiased;
}

.swiper-slide .content p i {
	border-radius: 0;
	width: 24px;
	font-size: 20px;
	background-color: transparent;
}

.swiper-slide .content iframe {
	max-width: 1100px;
}

.swiper-slide .content.centered {
	text-align: center;
}

.swiper-slide .content img {
	margin-bottom: 30px;
}
.swiper-slide .content h2 {
	font-size: 60px;
	line-height: 80px;
	letter-spacing: -1px;
	display: block;
	color: #fff;
	font-family: 'OpenSansLight';
}

#boxed .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content h2 {
	font-size: 50px;
	line-height: 70px;
}

.vc_span3 .nectar-slider-wrap .swiper-slide .content h2,
.vc_span4 .nectar-slider-wrap .swiper-slide .content h2,
.vc_span6 .nectar-slider-wrap .swiper-slide .content h2, 
.vc_span8 .nectar-slider-wrap .swiper-slide .content h2, 
.vc_span9 .nectar-slider-wrap .swiper-slide .content h2 {
	font-size: 40px;
	line-height: 60px;
}

.swiper-slide .content p {
	font-size: 24px;
	line-height: 38px;
	font-family: 'OpenSansLight';
}

.swiper-slide .content p.transparent-bg span {
	padding: 4px 0px;
	display: inline;
	position: relative;
	left: 10px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
	-o-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
	line-height: 45px;
}

.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content p.transparent-bg span {
	line-height: 40px;
}

.swiper-slide[data-color-scheme="dark"] .content p.transparent-bg span {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
	box-shadow: 10px 0 0 rgba(255, 255, 255, 0.4), -10px 0 0 rgba(255, 255, 255, 0.4);
	-moz-box-shadow: 10px 0 0 rgba(255, 255, 255, 0.4), -10px 0 0 rgba(255, 255, 255, 0.4);
	-webkit-box-shadow: 10px 0 0 rgba(255, 255, 255, 0.4), -10px 0 0 rgba(255, 255, 255, 0.4);
	-o-box-shadow: 10px 0 0 rgba(255, 255, 255, 0.4), -10px 0 0 rgba(255, 255, 255, 0.4);
}

.vc_span3 .nectar-slider-wrap .swiper-slide .content p,
.vc_span4 .nectar-slider-wrap .swiper-slide .content p,
.vc_span6 .nectar-slider-wrap .swiper-slide .content p, 
.vc_span8 .nectar-slider-wrap .swiper-slide .content p, 
.vc_span9 .nectar-slider-wrap .swiper-slide .content p {
	font-size: 17px;
	line-height: 28px;
}

.swiper-slide .content p::selection, .swiper-slide .content h2::selection, .swiper-slide .button a::selection, .swiper-container div::selection, .swiper-container span::selection, .swiper-container img::selection {
	background: transparent;
	color:#fff;
}

.swiper-slide .content p::-moz-selection, .swiper-slide .content h2::-moz-selection, .swiper-slide .button a::-moz-selection, .swiper-container div::-moz-selection, .swiper-container span::-moz-selection, swiper-container img::-moz-selection {
	background: transparent;
	color:#fff;
}

.swiper-slide[data-color-scheme="dark"] .content p::selection, .swiper-slide[data-color-scheme="dark"] .content h2::selection, .swiper-slide[data-color-scheme="dark"] .button.transparent a::selection, .swiper-slide[data-color-scheme="dark"] img::selection, .swiper-container .swiper-slide[data-color-scheme="dark"] span::selection  {
	background: transparent;
	color:#000;
}

.swiper-slide[data-color-scheme="dark"] .content p::-moz-selection, .swiper-slide[data-color-scheme="dark"] .content h2::-moz-selection, .swiper-slide[data-color-scheme="dark"] .button.transparent a::-moz-selection, .swiper-slide[data-color-scheme="dark"] img::-moz-selection, .swiper-container .swiper-slide[data-color-scheme="dark"] span::-moz-selection  {
	background: transparent;
	color:#000;
}

#header-outer.transparent.dark-slide header#top nav > ul > li > a, 
 #header-outer.transparent.dark-slide header#top nav ul #search-btn a span, 
 #header-outer.transparent.dark-slide nav > ul > li > a > .sf-sub-indicator [class^="icon-"], 
 #header-outer.transparent.dark-slide nav > ul > li > a > .sf-sub-indicator [class*=" icon-"],
 #header-outer.transparent.dark-slide .cart-menu .cart-icon-wrap .icon-salient-cart,
 body.ascend[data-header-color="custom"] #boxed #header-outer.transparent.dark-slide .cart-outer .cart-menu .cart-icon-wrap i,
 body.ascend #boxed #header-outer.transparent.dark-slide .cart-outer .cart-menu .cart-icon-wrap i {
 	color: #000;
 }

#header-outer.transparent.dark-slide header#top nav ul .slide-out-widget-area-toggle a .lines-button i, 
#header-outer.transparent.dark-slide header#top nav ul .slide-out-widget-area-toggle a .lines-button i:after,
#header-outer.transparent.dark-slide header#top nav ul .slide-out-widget-area-toggle a .lines-button i:before {
	background-color: #000;
}

#header-outer.transparent.dark-slide header#top nav > ul > li > a:hover, #header-outer.transparent.dark-slide header#top nav .menu > li.sfHover > a, #header-outer.transparent.dark-slide header#top nav .menu > li.current_page_ancestor > a, 
#header-outer.transparent.dark-slide header#top nav .menu > li.current-menu-item > a, #header-outer.transparent.dark-slide header#top nav .menu > li.current-menu-ancestor > a, #header-outer.transparent.dark-slide header#top nav .menu > li.current_page_item > a,
#header-outer.transparent.dark-slide header#top nav > ul > li > a:hover > .sf-sub-indicator > i, #header-outer.transparent.dark-slide header#top nav > ul > li.sfHover > a > span > i, #header-outer.transparent.dark-slide header#top nav ul #search-btn a:hover span,
#header-outer.transparent.dark-slide header#top nav .menu > li.current-menu-item > a i, #header-outer.transparent.dark-slide header#top nav .menu > li.current-menu-ancestor > a i,
#header-outer.transparent.dark-slide .cart-outer:hover .icon-salient-cart,
body.ascend[data-header-color="custom"] #boxed #header-outer.transparent.dark-slide .cart-outer:hover .cart-menu .cart-icon-wrap i {
	color: #000;
}

body #header-outer.transparent[data-transparent-header="true"].dark-slide, 
.ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"].dark-slide header#top nav ul #search-btn a,
.ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"].dark-slide header#top nav ul .slide-out-widget-area-toggle a,
html body #header-outer.transparent[data-transparent-header="true"].dark-slide .cart-menu,
html .ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"].dark-slide .cart-menu:after,
body #header-outer.transparent[data-transparent-header="true"].dark-slide header#top nav ul #search-btn > div,
body #header-outer.transparent[data-transparent-header="true"].dark-slide header#top nav ul .slide-out-widget-area-toggle > div,
#boxed #header-outer.transparent[data-transparent-header="true"].dark-slide,
html body.ascend #boxed #header-outer.transparent.dark-slide .cart-menu .cart-icon-wrap i,
html body.ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"].dark-slide header#top nav ul #search-btn a:after, 
.ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"].dark-slide header#top nav ul .slide-out-widget-area-toggle a:after, 
html body #header-outer.transparent[data-transparent-header="true"][data-remove-border="true"].dark-slide .cart-menu:after {
	border-color: rgba(0, 0, 0, 0.08);
}




@media only screen and (min-width: 1001px) {

	#header-outer[data-transparent-header="true"].transparent #logo img.dark-version,
	#header-outer[data-transparent-header="true"].light-text #logo img.dark-version {
		opacity: 0;
	}

	#header-outer[data-transparent-header="true"].transparent.dark-slide #logo img,
	#header-outer[data-transparent-header="true"].dark-text #logo img,
	#header-outer[data-transparent-header="true"].dark-text.side-widget-open #logo img.dark-version {
		opacity: 0;
	}

	#header-outer[data-transparent-header="true"].transparent.dark-slide #logo img.dark-version, 
	#header-outer[data-transparent-header="true"].dark-text #logo img.dark-version,
	#header-outer[data-transparent-header="true"].dark-text.side-widget-open #logo img.starting-logo {
		opacity: 1;
	}

}

.swiper-slide img {
	display: block;
	margin: 0 auto;	
	max-width: 100%;
}

.video-texture {
	height: 3000px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 10;
}

.active_texture {
	background-image: url(img/textures/grid.png);
}

.swiper-slide .button {
	display: inline-block;
	padding: 8px;
	margin: 0px 0px 0px 0px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	/*-webkit-transform-style: preserve-3d;*/
	-moz-transform-style: preserve-3d;
	/*transform-style: preserve-3d;*/
}

.swiper-slide .buttons > div:last-child {
	padding-right: 0;
}

.swiper-slide .buttons > div:first-child {
	padding-left: 0;
}

.swiper-slide .button.solid_color_2,
.tilt-button-wrap {
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	perspective: 800px;
	display: inline-block;
}

.swiper-slide .button.solid_color_2:before {
	-webkit-font-smoothing: antialiased;
}


.swiper-slide .button.solid_color_2 a,
.nectar-button.tilt {
	display: block;
	background: #5cbcf6;
	outline: 1px solid transparent; /* FF jagged edges fix */
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	outline: none;
	padding-left: 22px;
	padding-right: 22px;
	position: relative;
	border-bottom: none;
	border-radius: 0;
	opacity: 1;
	-webkit-transition: all 0.45s cubic-bezier(0.68, -0.2, 0.265, 3);
	-moz-transition: all 0.45s cubic-bezier(0.68, -0.2, 0.265, 3);
	transition: all 0.45s cubic-bezier(0.68, -0.2, 0.265, 3);
}


.swiper-slide .button.solid_color_2 a:after,
.nectar-button.tilt:after {
	width: 100%;
	height: 37%; 
	left: 0;
	top: -35%;
	-webkit-transform-origin: 0% 100%;
	-webkit-transform: rotateX(90deg);
	-moz-transform-origin: 0% 100%;
	-moz-transform: rotateX(90deg);
	transform-origin: 0% 100%;
	transform: rotateX(90deg);
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.45s cubic-bezier(0.68, -0.2, 0.265, 3);
	-moz-transition: all 0.45s cubic-bezier(0.68, -0.2, 0.265, 3);
	transition: all 0.45s cubic-bezier(0.68, -0.2, 0.265, 3);
	-webkit-font-smoothing: antialiased;
}

.swiper-slide .button.solid_color_2 a:before,
.nectar-button.tilt:before {
	width: 100%;
	height: 30%;
	left: 0;
	top: 99%;
	background: #49a7df;
	-webkit-transform-origin: 0% 0%;
	-webkit-transform: rotateX(-90deg);
	-moz-transform-origin: 0% 0%;
	-moz-transform: rotateX(-90deg);
	-ms-transform-origin: 0% 0%;
	-ms-transform: rotateX(-90deg);
	transform-origin: 0% 0%;
	transform: rotateX(-90deg);
	-webkit-transition: all 0.45s cubic-bezier(0.68, -0.2, 0.265, 3);
	-moz-transition: all 0.45s cubic-bezier(0.68, -0.2, 0.265, 3);
	transition: all 0.45s cubic-bezier(0.68, -0.2, 0.265, 3);
	-webkit-font-smoothing: antialiased;
	content: '';
	position: absolute;
	z-index: -1;
}

.swiper-slide .button.solid_color_2 a:hover,
.nectar-button.tilt:hover {
	-webkit-transform: rotateX(20deg);
	-moz-transform: rotateX(20deg);
	-ms-transform: rotateX(20deg);
	transform: rotateX(20deg);
}

.swiper-slide .button.solid_color_2 .button-wrap,
.tilt-button-inner {
	overflow: hidden;
	padding: 3px 0px;
	display: inline;
}

.swiper-slide .button a {
	background-color: #6bc1b9;
	color: #fff;
	border-radius: 2px;
	padding: 13px 17px;
	text-decoration: none;
	/*box-shadow: 0px 1px 0px rgba(255,255,255,0.25) inset, 0px 1px 3px rgba(0,0,0,0.2);*/
	text-transform: uppercase;
	font-family: 'OpenSansBold';
	letter-spacing: 2px;
	font-size: 12px;
	display: block;
	transition: border-color 0.2s linear, background-color 0.2s linear;
	-moz-transition: border-color 0.2s linear, background-color 0.2s linear;
	-o-transition: border-color 0.2s linear, background-color 0.2s linear;
	-webkit-transition: border-color 0.2s linear, background-color 0.2s linear;
}

div[data-button-sizing="large"] .swiper-slide .button a { font-size: 15px; padding: 18px 40px; }
div[data-button-sizing="large"] .swiper-slide .button.transparent a, div[data-button-sizing="large"] .swiper-slide .button.transparent_2 a { padding: 18px 40px; }
div[data-button-sizing="jumbo"] .swiper-slide .button a { font-size: 18px; padding: 25px 45px; }
div[data-button-sizing="jumbo"] .swiper-slide .button.transparent a, div[data-button-sizing="jumbo"] .swiper-slide .button.transparent_2 a { padding: 23px 45px; }

.nectar-slider-wrap[data-full-width="false"] .swiper-slide .button a {
	padding: 10px 15px;
}

.nectar-slider-wrap[data-full-width="false"] .swiper-slide .button.transparent a {
	padding: 8px 15px;
}

.swiper-slide .button.transparent a, .swiper-slide .button.transparent_2 a {
	box-shadow: none;
	padding: 11px 17px;
	background-color: transparent;
	border: 2px solid rgba(255,255,255,0.7);
}

.swiper-slide .button.transparent a:hover {
	border: 2px solid rgba(255,255,255,1);
}

.swiper-slide .button.transparent_2 a:hover {
 	border-color: transparent;
 	background-color: #972f3c;
 	color: #fff;
}

.swiper-slide[data-color-scheme="dark"] .content h2, .swiper-slide[data-color-scheme="dark"] .content p, .swiper-slide[data-color-scheme="dark"] .content .button.transparent a, .swiper-slide[data-color-scheme="dark"] .content .button.transparent_2 a  {
	color: #111;
	text-shadow: none;
}

.swiper-wrapper .swiper-slide[data-color-scheme="dark"] .slider-down-arrow i.icon-default-style[class^="icon-"] {
	color: #111;
}

.swiper-slide[data-color-scheme="dark"] .content .button.transparent a, .swiper-slide[data-color-scheme="dark"] .content .button.transparent_2 a {
	border: 2px solid rgba(0,0,0,0.4);
}

.swiper-slide[data-color-scheme="dark"] .content .button.transparent a:hover, .swiper-slide[data-color-scheme="dark"] .content .button.transparent_2 a:hover {
	border: 2px solid rgba(0,0,0,1);
}

.swiper-slide[data-x-pos="left"] .content {
	text-align: left;
}

.swiper-slide[data-x-pos="left"] .content p {
	margin: 0;
}

.swiper-slide[data-x-pos="centered"] .content {
	text-align: center;
}

.swiper-slide[data-x-pos="right"] .content {
	width: 50%;
	left: auto;
	right: 0;
}

.swiper-slide[data-x-pos="right"] .content p {
	margin: 0;
}

.swiper-slide[data-x-pos="right"] .content .buttons {
	clear: both;
}

.swiper-slide[data-x-pos="right"] .content p:after {
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}




.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;
	
}
.swiper-slide {
	float: left;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/* Specify Swiper's Size: */
.swiper-container, .swiper-slide {
	width: 100%;
	height: 800px;
	overflow: hidden;
	position: relative;
}

.swiper-slide .video-wrap {
	position: absolute;
    top: 0;
    left: 0;
    padding-bottom: 0;
    overflow: hidden;
}

.slider-pagination {
	position: absolute;
	z-index: 20;
	bottom: 25px;
	display: block;
	width: 100%;
	text-align: center;
	opacity: 0;
}

.slider-pagination .swiper-pagination-switch {
	border: 1px solid #fff;
    background-color: transparent;
    border-radius: 10px 10px 10px 10px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 0 4px;
    width: 10px;
    transition: background-color 0.2s linear, border-color 0.2s linear;
    -moz-transition: background-color 0.2s linear, border-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear, border-color 0.2s linear;
    -o-transition: background-color 0.2s linear, border-color 0.2s linear;
}

.slider-pagination .swiper-pagination-switch:hover {
	background-color: #fff;
}

.swiper-container .slider-pagination .swiper-active-switch {
    background: none repeat scroll 0 0 #FFFFFF;
}

.slider-pagination.dark-cs .swiper-pagination-switch {
	 border: 1px solid #000;
	 background-color: transparent;
}

.slider-pagination.dark-cs .swiper-pagination-switch:hover {
	background: none repeat scroll 0 0 #000;
}

.slider-pagination.dark-cs .swiper-active-switch {
	 background: none repeat scroll 0 0 #000;
}

.swiper-container .slider-prev, .swiper-container .slider-next {
	position: absolute;
	z-index: 130;
	top: 50%;
	height:54px;
	margin-top: -28px; 
	width: 100%;
}

.swiper-slide .content .buttons {
	position: relative;
}

.nectar-slider-wrap.first-section[data-full-width="true"] .swiper-container .slider-prev, .nectar-slider-wrap.first-section[data-full-width="true"] .swiper-container .slider-next {
	margin-top: 0;
}

.parallax_slider_outer.first-section .swiper-container .slider-prev, .parallax_slider_outer.first-section .swiper-container .slider-next {
	margin-top: 0; 
	-webkit-backface-visibility: hidden;
}


.slider-prev.dark-cs, .slider-next.dark-cs {
	background-color: rgba(255,255,255,0.5);
}

.slider-prev.dark-cs:hover, .slider-next.dark-cs:hover {
	background-color: rgba(255,255,255,0.8);
}

.slider-prev.dark-cs i, .slider-next.dark-cs i, .swiper-container .dark-cs.slider-prev .slide-count span, .swiper-container .dark-cs.slider-next .slide-count span {
	color: #000;
	transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
}

.swiper-container .slider-prev, .swiper-container .slider-next {
	position: absolute;
	z-index: 100;
	display: block;
	color: #fff;
	height: 60px;
	width: 50px;
	background-color: rgba(0,0,0,0.4);
	border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	-o-border-radius: 0px 4px 4px 0px;
	transition: background-color 0.2s linear;
	-webkit-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
}

.swiper-container .slider-prev .slide-count span, .swiper-container .slider-next .slide-count span {
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
}

.swiper-container .slider-next .slide-count {
	left: auto;
	right: 0;
}


.swiper-container .slide-count {
	position: absolute;
	left: 0;
	top: 0;
	height: 64px;
	width: 50px;
}

.swiper-container .slide-count i {
	opacity: 0.7;
	top: 17px;
	line-height: normal;
	font-size: 26px;
}

.swiper-container .slide-count {
	font-size: 10px;
}

.swiper-container .slide-count .slide-current {
	position: absolute;
	top: 14px;
	left: 15px;
	height: 10px;
	line-height: 10px;
}

.swiper-container .slide-count .slide-current.double-digits {
	top: 16px;
	left: 9px;
}

.swiper-container .slide-count .slide-total {
	position: absolute;
	top: 35px;
	left: 31px;
	height: 10px;
	line-height: 10px;
}

.swiper-container .slider-next {
	border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	-o-border-radius: 4px 0px 0px 4px; 
	
}

.swiper-container .mejs-poster {
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.nectar-slider-wrap {
	overflow: hidden;
	position: relative;
	left: 0;
}

.parallax_slider_outer .nectar-slider-wrap[data-full-width="boxed-full-width"] {
	margin: 0;	
}

.nectar-slider-wrap[data-full-width="boxed-full-width"] {
	margin: 0px -50px 0px -50px;
}

.full-width-content .wpb_column .nectar-slider-wrap[data-full-width="boxed-full-width"] {
	margin: 0;
}

body[data-ext-responsive="true"] .vc_span12 .nectar-slider-wrap[data-full-width="boxed-full-width"] {
	margin: 0 -4.5%;
}

.nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content {
 	padding: 0px 50px;
}

.nectar-slider-wrap[data-full-width="false"]:not([data-parallax="true"]) .swiper-slide .content {
	padding: 0px 100px;
}

.nectar-slider-wrap[data-full-width="false"]:not([data-parallax="true"]) .swiper-slide[data-x-pos="right"] .content {
	padding: 0px 100px 0px 0px;
}

.nectar-slider-wrap[data-full-width="true"].first-section, .nectar-slider-wrap[data-full-width="boxed-full-width"].first-section {
	margin-top: -70px;
}

@media only screen and (min-width: 1000px)  {
	body[data-transparent-header="false"][data-bg-header="true"] .wpb_row.first-section {
		margin-top: -43px;
	}
}

body[data-transparent-header="false"][data-header-resize="0"] .nectar-slider-wrap[data-full-width="true"].first-section,
body[data-transparent-header="false"][data-header-resize="0"] .nectar-slider-wrap[data-full-width="true"].first-section .swiper-slide .content  {
	margin-top: 0;
}

 #post-area.span_9 .nectar-slider-wrap[data-full-width="true"].first-section, #post-area.span_9 .nectar-slider-wrap[data-full-width="boxed-full-width"].first-section {
	margin-top: 0;
}

.parallax_slider_outer.first-section {
	margin-bottom: -2px;
	margin-top: -42px;
}

.parallax_slider_outer.first-section .nectar-slider-wrap {
	position: fixed;
	left: 0; 
	-webkit-backface-visibility: hidden;
}

.no-left-margin.first-section {
	height: auto;
}
.no-left-margin.first-section .nectar-slider-wrap  {
	left: 0;
}

body .parallax_slider_outer.first-section .nectar-slider-wrap[data-full-width="boxed-full-width"] {
	left: auto; 
	/*position: relative;*/
}

.parallax_slider_outer .swiper-container .slider-prev {
	left: 0;
}

.parallax_slider_outer .swiper-container .slider-next {
	right: 0;
}

.parallax_slider_outer .swiper-container, .parallax_slider_outer.first-section .nectar-slider-wrap {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-webkit-backface-visibility: hidden;
}

body[data-smooth-scrolling="1"] .parallax_slider_outer .swiper-container .slider-next {
	right: 16px;
}

body[data-smooth-scrolling="1"] .parallax_slider_outer .nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-container .slider-next, 
body[data-smooth-scrolling="1"] #boxed .parallax_slider_outer .nectar-slider-wrap .swiper-container .slider-next  {
	right: 0;
}

.swiper-container .slider-prev:hover, .swiper-container .slider-next:hover {
	background-color: rgba(0,0,0,0.8);
}

.swiper-container .slider-prev i, .swiper-container .slider-next i {
	font-size: 21px;
	background-color: transparent;
	line-height: 64px;
}

.swiper-container .slider-prev > i, .swiper-container .slider-next > i {
	width: 20px;
}

.swiper-container .slider-prev > i { position: absolute; padding-right: 0; left: 13px; }
.swiper-container .slider-next > i { position: absolute; right: 13px; left: auto;}

.swiper-container .slider-prev .slide-count {
	right: 6px;
	left: auto;
	text-align: center;
}
.swiper-container .slider-next .slide-count {
	left: 6px;
	text-align: center;
}


.swiper-container .slider-next { 
	right: 0; 
	padding-left: 4px;
	opacity: 0;
}

.swiper-container .slider-prev { 
	left: 0; 
	padding-right: 4px;
	opacity: 0;
}

body[data-smooth-scrolling="1"] .nectar-slider-wrap[data-full-width="true"]  .swiper-container .slider-next { right: 8px; }
body[data-smooth-scrolling="1"] .nectar-slider-wrap[data-full-width="true"][data-parallax="true"]  .swiper-container .slider-next { right: 10px; }
body[data-smooth-scrolling="1"] .nectar-slider-wrap[data-full-width="true"]  .swiper-container .slider-prev { left: 7px; }

/* Swiper Styles */
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:visible;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;

	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;

	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);

	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;

	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	
	left: 0;
	
}
.swiper-slide {
	float: left;
}


/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}


.swiper-container, .swiper-slide {
	width: 100%;
	height: 750px;
	overflow: hidden;
	position: relative;
}

.swiper-slide .video-wrap {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.swiper-slide .video-wrap video {
	top: 0;
	position: relative;
	-webkit-backface-visibility:hidden;
}

.swiper-container .mejs-container .mejs-controls {
	display: none;
}

.entire-slide-link {
	position: absolute;
	z-index: 100;
	height: 3000px;
	width: 100%;
	opacity: 0;
	transition: none;
}


/*.nectar-slider-wrap[data-full-width="true"] .swiper-container {
	opacity: 0;
}*/

@keyframes fadebottom {
	0% {
	    opacity: 1;
	    transform: translateY(0px);
	    -moz-transform: translateY(0px);
	    -o-transform: translateY(0px);
	}
	25% {
	    opacity: 0;
	    transform: translateY(20px);
	    -moz-transform: translateY(20px);
	    -o-transform: translateY(20px);
	}
	30% {
	    opacity: 0;
	    transform: translateY(0px);
	    -moz-transform: translateY(0px);
	    -o-transform: translateY(0px);
	}
	45% {
	    opacity: 1;
	    transform: translateY(0px);
	    -moz-transform: translateY(0px);
	    -o-transform: translateY(0px);
	}
	100% {
	    opacity: 1;
	    transform: translateY(0px);
	    -moz-transform: translateY(0px);
	    -o-transform: translateY(0px);
	}
}

@-webkit-keyframes fadebottom {
	0% {
	    opacity: 1;
	    transform: translateY(0px);
	    -webkit-transform: translateY(0px);
	}
	25% {
	    opacity: 0;
	    transform: translateY(20px);
	     -webkit-transform: translateY(20px);
	}
	30% {
	    opacity: 0;
	    transform: translateY(0px);
	     -webkit-transform: translateY(0px);
	}
	45% {
	    opacity: 1;
	    transform: translateY(0px);
	     -webkit-transform: translateY(0px);
	}
	100% {
	    opacity: 1;
	    transform: translateY(0px);
	     -webkit-transform: translateY(0px);
	}
}

.swiper-wrapper .slider-down-arrow {
	height: 60px;
	width: 60px;
	display: block;
	margin: 0 auto;
	position: absolute;
	bottom: 30px;
	z-index: 100;
	left: 50%;
	margin-left: -30px;
}

body[data-smooth-scrolling="1"] .swiper-wrapper .slider-down-arrow {
	margin-left: -38px;
}

.swiper-wrapper .slider-down-arrow i.icon-default-style[class^="icon-"] {
	height: 60px;
	width: 60px;
	font-size: 20px;
	color: #fff;
	line-height: 60px;
	animation: 3.4s ease-in-out infinite fadebottom;
	-webkit-animation: 3.4s ease-in-out infinite fadebottom;
}

.swiper-wrapper .slider-down-arrow i.icon-default-style[class^="icon-"] {
	
}

/***************** Nectar Video BG ******************/

.wpb_row .nectar-video-wrap {
	position: absolute;
    top: 0;
    left: 0;
    padding-bottom: 0;
    overflow: hidden;
    opacity: 0;
    z-index: 1;
}

.video-color-overlay {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	-webkit-backface-visibility: hidden;
    top: 0;
    left: 0;
    padding-bottom: 0;
    z-index: 3;
}

.wpb_row .nectar-video-wrap .mejs-container .mejs-controls {
	display: none;
}

.wpb_row > .span_12 {
	z-index: 10;
	margin-bottom: 0;
}

.wpb_row > .span_12 > .column_container:last-child {
	margin-bottom: 0;
}


/***************** Nectar mouse parallax ******************/



.wpb_row .nectar-parallax-scene {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding-bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
     -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.wpb_row .nectar-parallax-scene li {
	height: 100%;
	width: 100%;
}

.wpb_row .nectar-parallax-scene div {
	margin-left: -10%;
	top: -10%;
    min-height: 100%;
    width: 120%;
    height: 120%;
    background-size: cover;
    margin-bottom: 0;
    max-width: none;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}



.wpb_row .nectar-parallax-scene[data-scene-position="center"] div { background-position: center;}
.wpb_row .nectar-parallax-scene[data-scene-position="bottom"] div { background-position: center bottom;}
.wpb_row .nectar-parallax-scene[data-scene-position="top"] div { background-position: center top;}

/***************** Flexslider ******************/
.flex-gallery  {margin: 0; padding: 0;}
.flex-gallery .slides > li {display: none; -webkit-backface-visibility: hidden;} 
.flex-gallery .slides img {width: 99.8%; display: block;} 
.flex-pauseplay span {text-transform: capitalize;}
 

.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

.no-js .slides > li:first-child {display: block;}


.flex-gallery  {margin: 0 0 15px; position: relative; zoom: 1; background-color: transparent;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flex-gallery .slides {zoom: 1;}

.flex-gallery ul {
	position: relative;
	z-index: 1000;
	margin: 0;
}

.flex-gallery ul.flex-direction-nav {
	margin: 0;
    position: absolute;
    top: 8px;	
}

.flex-gallery ul li {
	list-style: none;
}

.flex-gallery ul li img {
	margin-bottom: 0;
}

.carousel li {margin-right: 0;  margin-left: 0;}


.flex-control-nav {
	display: none;	
}

.flex-direction-nav {*height: 0;}
.flex-direction-nav a {
	display: block;
	line-height: 22px;
	position: relative;
	background-color: #972f3c;
    height: 25px;
    width: 25px;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 1px 1px 1px 1px;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    -o-border-radius: 1px 1px 1px 1px;
}

.flex-direction-nav a i {
	line-height: 29px;
	background-color: transparent;
}

.flex-direction-nav a.flex-next {
	padding-left: 2px;
}

.flex-direction-nav a.flex-prev {
	padding-right: 2px;
}

.flex-direction-nav li{
	float: left;
	margin-left: 7px;
}

.flex-direction-nav {
	margin: -32px 0px 0px 0px;
}

.flex-direction-nav a:hover {
	background-color: #333333;
}

.flex-direction-nav .flex-next span {background-image: url("img/icons/slider-arrows-small.png"); background-position: right top; top: 9px; right: 9px; position: absolute; display: block; height:15px; width:15px; z-index: 100;}
.flex-direction-nav .flex-prev span {background-image: url("img/icons/slider-arrows-small.png"); background-position: left top; top: 9px; left: 9px;  position: absolute; display: block; height:15px; width:15px; z-index: 100;}



/* Audio/Video jPlayer Skin ---------------------------------------------*/

.jp-jplayer { 
	height: 30px;
    background-color: transparent;
    width: 100%; 
}

#post-area .jp-jplayer-video {
	height: auto;
}

.jp-video-container,
.jp-audio-container {
    border: 1px solid #000;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -o-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    position: relative;
    width: 100%;
}

.jp-jplayer-video img {
	margin-bottom: 0;
	width: 100%;
	height: auto;
	display: block;	
}

.jp-jplayer-video {
	overflow: hidden;
}

.jp-jplayer-video video {
	display: block;	
	width: 100.2%; 
}

.jp-video-container { margin-bottom: 15px; }

.jp-audio-container { width: 100%; }

.jp-interface {
	position: relative;
	width: 100%;
	height: 30px;
	background: transparent url(img/icons/jplayer.png) repeat-x right top;
	z-index: 100;
}

.jp-controls {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.jp-controls li { display: inline; }

.jp-controls a {
    border-bottom: none;
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
}

.jp-controls a:hover { background-color: transparent; }

a.jp-play,
a.jp-pause {
	width: 27px;
	height: 27px;
	z-index: 1;
	outline: none;
	top: 0;
	left: 0;
}

a.jp-play { background: url(img/icons/jplayer.png) -16px -68px no-repeat; }

a.jp-play:hover { background-position: -16px -100px; }

a.jp-pause { 
    background: url(img/icons/jplayer.png) -52px -68px no-repeat; 
    display: none;
}

a.jp-pause:hover { background-position: -52px -100px; }

.jp-progress {
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    margin: 10px 0;
    padding: 0 100px 0 37px;
	position: absolute;
	height: 10px;
    width: 100%;
}

.jp-seek-bar {
    background: url(img/icons/jplayer.png) 0 -49px repeat-x;
    width: 0;
	height: 9px;
	cursor: pointer;
	position: relative;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-o-border-radius: 1px;
}

.jp-play-bar {
	width: 0;
	height: 7px;
	top: 1px;
	position: relative;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-o-border-radius: 1px;
	background-color: #972f3c;
}

.jp-volume-bar-container {
	position: absolute;
	top: 0;
	right: 10px;
	width: 45px;
	height: 10px;
	margin: 10px 0;
}

.jp-volume-bar {
	position: relative;
	overflow: hidden;
	background: url(img/icons/jplayer.png) 0 -49px repeat-x;
	width: 100%;
	height: 9px;
	cursor: pointer;
	top: 0;
}

.jp-volume-bar-value {
	width: 0;
	height: 7px;
	margin: 1px;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-o-border-radius: 1px;
	background-color: #972f3c;
}

a.jp-mute,
a.jp-unmute {
	width: 30px;
	height: 30px;
	z-index: 1;
	outline: none;
	top: 0;
	right: 62px;
}

a.jp-mute { background: transparent url(img/icons/jplayer.png) -95px -69px no-repeat; }
a.jp-mute:hover { background-position: -95px -101px; }

a.jp-unmute { background: url(img/icons/jplayer.png) -138px -69px no-repeat; }
a.jp-unmute:hover { background-position: -138px -101px; }


.iframe-embed {
	position: relative;
	margin-bottom: 15px;
	line-height: 0;
}

.iframe-embed iframe, iframe {
	max-width: 100%;
}

.main-content iframe[src] {
	opacity: 0;
}

html:not(.js) .main-content  iframe[src], .main-content #sidebar iframe[src] {
	opacity: 1;
}

.iframe-embed-standard iframe {
	width: 100%;
}

body .wpb_video_widget .wpb_wrapper .wpb_video_wrapper {
	padding-top: 0;	
}

body .wpb_video_widget .wpb_wrapper iframe {
    height: inherit;
    position: relative;
    width: inherit;
}

/* 3.6 Media Element Styles */

.mejs-controls .mejs-button button:focus {
	outline: none;
}

video, audio {
	visibility: hidden;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background-color: rgba(255, 255, 255, 0.18);
}

.mejs-container {
	background-color: transparent;
	background-image: none;
}

.wp-video { width: 100%; margin-bottom: 20px; }

video.wp-video-shortcode, .wp-video-shortcode video {
	width: auto;
}

.mejs-container .mejs-poster img {
	max-width: none;
	width: 100%;
}

.mejs-container-fullscreen .mejs-poster img  {
	height: 100%;
}

body .mejs-poster {
	background-size: cover;
}

.mejs-controls button { opacity: 0.8; }
.mejs-controls button:hover, .mejs-controls .mejs-fullscreen-button:hover button { opacity: 1;}

.mejs-controls .mejs-mute button { background: transparent url(img/icons/jplayer.png) -102px -76px no-repeat; }
.mejs-controls .mejs-unmute button { background: url(img/icons/jplayer.png) -145px -76px no-repeat; }

.mejs-controls .mejs-play button { background: url(img/icons/jplayer.png) -24px -75px no-repeat; }
.mejs-controls .mejs-pause button { background: url(img/icons/jplayer.png) -60px -75px no-repeat; }

.mejs-controls .mejs-fullscreen-button button { background: url(img/icons/jplayer.png) -187px -76px no-repeat;  }

.mejs-container .mejs-controls {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	background: transparent url(img/icons/jplayer.png) repeat-x right top;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
	background: #1f1f1f none repeat scroll 0 0;	
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: transparent;
}

body .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
	top: 5px;
}


/***************** Isotope ******************/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope {
  -webkit-transition-property: height;
     -moz-transition-property: height;
      -ms-transition-property: height;
       -o-transition-property: height;
          transition-property: height;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}



/***************** carouFredSel ******************/

.carousel-heading {
	z-index: 100;
	position: relative;
	margin-bottom: 7px;
	min-height: 23px;
}

.carousel-heading h2 {
	font-family: 'OpenSansbold';
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	margin-bottom: 7px;
}

.carousel-wrap[data-full-width="false"] .carousel-heading h2 {
	font-size: 12px;
}

html:not(.js) .carousel-heading {
	display: none;
}


.caroufredsel_wrapper {
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
	margin: 0;	
}

.caroufredsel_wrapper.active {
	cursor: grabbing;
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}

body .carousel-wrap {
	position: relative;
	overflow: hidden;
	margin: 0px -10px 0em -10px;
}

.full-width-section .carousel-wrap {
	margin-bottom: 0;
}

#full_width_portfolio .full-width-section.first-section, #full_width_portfolio .full-width-content.first-section {
	margin-top: 0;
}

.carousel-wrap[data-full-width="true"] {
	padding: 0px 18px;
	margin-bottom: 0;
}

.carousel-wrap[data-full-width="true"] .carousel-heading {
	background-color: #f8f8f8;
	padding: 43px 0px 40px 0px;
	margin-bottom: 0;
	text-align: center;
}

body .carousel-wrap[data-full-width="true"] .carousel-heading h2 {
	font-size: 24px;
	line-height: 36px;
    letter-spacing: 0.5px;
    margin: 0 auto;
    max-width: 900px;
    text-transform: none;
    font-family: 'OpenSansLight';
}

.carousel-wrap[data-full-width="true"] .carousel-heading a.portfolio-page-link {
	position: absolute;
	left: 0;
}

.carousel-wrap[data-full-width="true"] .carousel-heading a.portfolio-page-link, .carousel-wrap[data-full-width="true"] .carousel-heading a.carousel-prev, 
.carousel-wrap[data-full-width="true"] .carousel-heading a.carousel-next  {
	top: 8px;
}

.carousel-wrap[data-full-width="true"] .carousel-heading a {
	background-color: transparent;
}

.carousel-wrap[data-full-width="true"] .carousel-heading i {
	background-color: transparent;
    font-size: 30px;
    line-height: 28px;
    transition: color 0.2s linear 0s;
}

body .carousel-wrap[data-full-width="true"] .carousel-heading .container {
	min-height: 40px;
}
	

#boxed .carousel-wrap[data-full-width="true"] {
	padding: 0;
}

body[data-smooth-scrolling="0"] .carousel-wrap[data-full-width="true"] {
	padding: 0;
}

.carousel-wrap .work-item.style-2 {
	margin-bottom: 0;
}

.portfolio-items .col .work-item.style-3 .work-info-bg {
	background-color: #282b30;
	opacity: 0.45;
}

.portfolio-items .col .work-item.style-3 h3 {
	margin-bottom: 5px;
}

.portfolio-items .col .work-item.style-3 a {
	background: transparent url('img/transparent.png') repeat 0 0;	
}

/*.portfolio-items .col .work-item.style-3:hover .work-info-bg {
	opacity: 0;
}*/

.portfolio-items .col .work-item.style-3 h3, .portfolio-items .work-item.style-3 .work-info {
	opacity: 1;
}

.portfolio-items .col .work-item.style-3 .vert-center *, .portfolio-items .col .work-item.style-3 i {
	-ms-filter: "alpha(opacity=100)";
}

/*
.portfolio-items .work-item.style-3 .vert-center {
	padding-top: 15px;
	position: relative;
}

.portfolio-items .work-item.style-3 p {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: rgba(255,255,255,0.8);
	line-height: 12px;
} */

.portfolio-items .work-item.style-3 p {
	display: block;
	margin-top: 0;
	opacity: 1;
	position: relative;
	font-size: 12px;
	color: rgba(255,255,255,0.8);
	line-height: 12px;
}

.portfolio-items .work-item.style-3 .vert-center {
	top: 0;
	padding-top: 15px;
	position: relative;
	z-index: 20;
}

.portfolio-items .work-item.style-4 .bottom-meta {
	position: absolute;
	bottom: -120px;
	left: 0;
	padding: 20px 20px 16px 20px;
	width: 100%;
}

.portfolio-items .work-item.style-4 .bottom-meta h3 {
	margin-bottom: 0;
}

.portfolio-items .work-item.style-4 .bottom-meta p {
	color: rgba(255,255,255,0.8);
}

.portfolio-items .work-item.style-4 .work-info { opacity: 1; }

.portfolio-items .work-item.style-3, .portfolio-items .work-item.style-4 {
	overflow: hidden;	
}

.portfolio-items .elastic-portfolio-item .work-item.style-3, .portfolio-items .elastic-portfolio-item .work-item.style-4 {
	width: 100.6%;
}

.portfolio-items .elastic-portfolio-item .work-item.style-3 img, .portfolio-items .elastic-portfolio-item .work-item.style-4 img {
	width: 100.6%;
}

.portfolio-items .work-item.style-3 img, .portfolio-items .work-item.style-4 img {
	position: relative;
}

.portfolio-items .elastic-portfolio-item[data-project-cat^="installation"] img,
.portfolio-items .elastic-portfolio-item[data-project-cat*="installation"] img {
	height: auto;
}

.carousel-wrap[data-full-width="true"] .portfolio-items .col .work-item.style-2 .work-info a,
.woocommerce .products-carousel ul.products li.product a {
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
	margin: 0;	
}

.portfolio-items .col .work-item.style-2, .portfolio-items .col .work-item.style-3, .portfolio-items .col .work-item.style-4 {
	margin-bottom: 0;
}

.carousel-wrap[data-full-width="true"] .portfolio-items .col .work-item.style-2 .work-info a, .portfolio-items .col .work-item.style-2 .work-info a, .portfolio-items .col .work-item.style-3 .work-info a, .portfolio-items .col .work-item.style-4 .work-info a {
	display: block;
	margin: 0;
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 40;
}

.carousel-wrap[data-full-width="true"] .portfolio-items .col .work-item .work-info a.active,
.woocommerce .products-carousel ul.products li.product a.active  {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}

.full-width-content .vc_span12 .carousel-wrap.products-carousel {
	padding: 0 30px;
	overflow: visible;
}

.full-width-content .vc_span9 .carousel-wrap.products-carousel,
.full-width-content .vc_span8 .carousel-wrap.products-carousel,
.full-width-content .vc_span6 .carousel-wrap.products-carousel,
.full-width-content .vc_span4 .carousel-wrap.products-carousel,
.full-width-content .vc_span3 .carousel-wrap.products-carousel,
.full-width-content .vc_span9 .carousel-wrap.products-carousel .caroufredsel_wrapper,
.full-width-content .vc_span8 .carousel-wrap.products-carousel .caroufredsel_wrapper,
.full-width-content .vc_span6 .carousel-wrap.products-carousel .caroufredsel_wrapper,
.full-width-content .vc_span4 .carousel-wrap.products-carousel .caroufredsel_wrapper,
.full-width-content .vc_span3 .carousel-wrap.products-carousel .caroufredsel_wrapper {
	overflow: hidden;
}

.full-width-content .caroufredsel_wrapper {
	overflow: visible;
}

.carousel-wrap[data-full-width="true"] .portfolio-items .col .work-item h3, .portfolio-items .col .work-item.style-2 h3 {
	margin-bottom: 0;	
}

body .carousel-wrap[data-full-width="true"] .portfolio-items .col .work-item.style-2 i, .portfolio-items .col .work-item.style-2 i {
	position: absolute;
	top: auto;
	bottom: 0;
	color: #fff;
	left: 0;
	line-height: 40px;
	height: 40px;
	width: 40px;
	padding: 0;
	background-color: #252525;
	border-radius: 0;
	padding: 0;
}

.carousel-wrap .carousel-heading {
	padding: 0;
}


html:not(.js) .carousel-wrap  {
	display: none;
}

.carousel-wrap span.left-border, .carousel-wrap span.right-border {
	width: 10px;
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 100;
	background-color: #f8f8f8;
}

.carousel-wrap span.left-border { left: 0; }
.carousel-wrap span.right-border { right: 0; }

.carousel-next, .carousel-prev {
    background-color: #dadada;
    cursor: pointer;
    display: block;
    height: 17px;
    margin-left: 5px;
    line-height: 22px;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    height: 20px;
    width: 20px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    -moz-border-radius: 1px;
    text-align: center;
}


.carousel-wrap[data-full-width="true"] .carousel-next, .carousel-wrap[data-full-width="true"] .carousel-prev {
	height: 28px;
    width: 44px;
}
.carousel-wrap[data-full-width="true"] .carousel-next {
	text-align: right;
}
.carousel-wrap[data-full-width="true"] .carousel-prev {
	text-align: left;
}

.carousel-next {
	right: 0;
	padding-left: 1px;
}

.carousel-prev {
	right: 25px;
	padding-right: 1px;
}

.carousel-next i, .carousel-prev i {
	background-color: transparent;
	line-height: 24px;
	font-size: 14px;
}

.carousel-prev:hover, .carousel-next:hover  {
	background-color: #972f3c;	
}

.carousel {
	opacity: 0;
}

.carousel-wrap[data-full-width="true"] li.span_4.no-margin  {
	margin: 0;
}

.carousel-wrap[data-full-width="true"] {
	padding: 0px 0px 0px 0px;
}

.carousel-wrap[data-full-width="true"].default-style {
	padding: 0px 20px;
}

.carousel-wrap[data-full-width="true"] .work-meta {
	padding: 0px 15px;
}

.carousel-wrap[data-full-width="true"].default-style .work-meta  {
	padding: 0;
}

body .carousel li.span_4, body .portfolio-items.carousel li.span_4  {
	margin: 0px 10px 0px 10px;
}

.carousel-wrap[data-full-width="true"].default-style li.span_4 {
	margin: 0px 15px 0px 15px;
}

.carousel li.span_4 .clear {
	padding-bottom: 0;
	margin-bottom: 0;
}

.post-header span {
  font: bold italic 18px/30px Georgia, serif;
  color: #030303;
}

.article-content-wrap .more {
  display: block;
  margin-top: 30px;
  font: 700 14px/1 'Montserrat';
  text-transform: uppercase;
  letter-spacing: .1em;
}

@media(max-width: 690px) {
  body.home .servicesBlock .vc_span6.wpb_column {
    margin-bottom: 50px !important;
  }
}

/***************** Prettyphoto ******************/

div.pp_pic_holder a:focus{outline:none} 
div.pp_overlay{background:#000;left:0;position:fixed;top:0;width:100%;z-index:95000; opacity: 0; transition: opacity 0.32s linear;}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:100000; -webkit-backface-visibility: hidden; line-height: 22px;}
body[data-smooth-scrolling="1"] div.pp_pic_holder { margin-left: -7px; }

.pp_content{min-width:40px; height:auto; }
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%; }
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin: 0px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:-25px 4px 14px 13px;}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px; padding: 0;}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;height:55px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:49px; text-align: center;}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000; display: none;}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:100000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px}

.ppt {
    left: 20px;
    position: relative;
    opacity: 0;
}

.pp_loaderIcon{background:url(img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; background-color: transparent; display:none;height:100%; width:100%;left:0;top:0; position:fixed; z-index:98000;}
div.dark_rounded {padding-top:17px}
div.dark_rounded iframe { overflow-y: hidden;}
div.dark_rounded .pp_details { display: none; }

a.pp_close{position:absolute;right:20px;display:block;line-height:34px; width: 16px; height: 20px; position: absolute; z-index: 1000001; right: 8px; top: 7px; font-size: 12px;
border: 3px solid rgba(255, 255, 255, 0); border-radius: 100px; height: 37px; width: 37px;
transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s; 
-webkit-transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s; 
font-family: 'OpenSansRegular'; }
body a.pp_close .icon-default-style[class^="icon-"] { 
	backface-visibility: hidden; 
	-moz-backface-visibility: hidden; 
	-webkit-backface-visibility: hidden; 
	text-shadow: 0 1px 2px rgba(0,0,0,0.4);
	left: -2px;
	width: 34px;
	height: 34px;
	transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s; 
	-webkit-transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s; 
	color: #ddd; font-size: 18px; max-width: none; line-height: 32px;}
body a.pp_close:hover .icon-default-style[class^="icon-"] { color: rgba(255, 255, 255, 1); transform: rotate(90deg); -webkit-transform: rotate(90deg);}
body a.pp_close:hover { border-color: rgba(255, 255, 255, 0.7); }

#pp_full_res{line-height:1}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{ display: none;}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#fff}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}
.pp_fade { position: relative; z-index: 100000;}
.pp_left, .pp_right  { height: 100%; }
.pp_inline iframe {
	width: 100%;
}

a.pp_arrow_previous {
	position: fixed;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	z-index: 100000;
	text-indent: 0;
	left: 25px;
	top: 50%;
	z-index: 1000001;
	margin-top: -10px;
}

a.pp_arrow_next {
	position: fixed;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	text-indent: 0;
	top: 50%;
	margin-top: -20px;
	z-index: 1000001;
	right: 25px;
}

body a.pp_arrow_next i.icon-default-style[class^="icon-"], body a.pp_arrow_previous i.icon-default-style[class^="icon-"] {
	color: #ddd;
	text-shadow: 0 1px 2px rgba(0,0,0,0.4);
	margin-top: 20px;
	transition: all 0.5s cubic-bezier(0.3, 1.65, 0.3, 0.95) 0s; 
	-webkit-transition: all 0.5s cubic-bezier(0.3, 1.65, 0.3, 0.95) 0s; 
}

body a.pp_arrow_next:hover i.icon-default-style[class^="icon-"], body a.pp_arrow_previous:hover i.icon-default-style[class^="icon-"]  {
	color: #fff;
	
}

body[data-smooth-scrolling="1"] a.pp_arrow_next {
	right: 40px;
}

/*-------------------------------------------------------------------------*/
/*	5.	Page + Custom Page Layout Styles
/*-------------------------------------------------------------------------*/

#page-header-wrap {
	height: 59px;	
	margin-top: -60px;
	overflow: hidden;
	position: relative;
	background-color: #f8f8f8;
	transition: height 0.85s cubic-bezier(0.725, 0.000, 0.000, 0.995);
	-moz-transition: height 0.85s cubic-bezier(0.725, 0.000, 0.000, 0.995);
	-webkit-transition: height 0.85s cubic-bezier(0.725, 0.000, 0.000, 0.995);
	-o-transition: height 0.85s cubic-bezier(0.725, 0.000, 0.000, 0.995);
	-webkit-font-smoothing: antialiased;
}

#page-header-bg {
	width: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	height: 60px;
	overflow: hidden;
	transition: height 0.85s cubic-bezier(0.725, 0.000, 0.000, 0.995);
	-moz-transition: height 0.85s cubic-bezier(0.725, 0.000, 0.000, 0.995);
	-webkit-transition: height 0.85s cubic-bezier(0.725, 0.000, 0.000, 0.995); 
	-o-transition: height 0.85s cubic-bezier(0.725, 0.000, 0.000, 0.995);
	margin-top: -50px;
	color: #fff;
	display: block;
	-webkit-font-smoothing: antialiased;
}

.page-header-no-bg {
	padding-bottom: 0;
	padding-top: 80px;	
	margin-top: -45px;
	background-color: #f8f8f8;
}

#page-header-bg[data-parallax="1"] {
	opacity: 0;
	overflow: hidden;
	margin: 0;
	position: fixed;
}

#page-header-bg[data-parallax="1"] .span_6 {
	z-index: 0;
}

#page-header-bg[data-alignment="center"], .page-header-no-bg[data-alignment="center"] {
	text-align: center;
}

#page-header-bg[data-alignment="right"], .page-header-no-bg[data-alignment="right"] {
	text-align: right;
}

#page-header-bg .span_6 {
	width: 100%;
}

body[data-bg-header="true"].archive .container-wrap, body[data-bg-header="true"].category .container-wrap, body[data-bg-header="true"].blog .container-wrap {
	padding-top: 3.1em;
}

#page-header-bg .row {
	visibility: hidden;
	z-index: 100;
	position: relative;
}

html:not(.js) #page-header-bg .row {
	visibility: visible;	
}

html:not(.js) #page-header-bg .span_6 {
	margin-top: 120px;
}

#page-header-bg h1 {
	font-size: 52px;
	line-height: 65px;
	margin-bottom: 8px;
	display: block;
	color: #fff;
	z-index: 101;
}


.section-down-arrow i.icon-default-style[class^="icon-"] {
	height: 60px;
	width: 60px;
	font-size: 20px;
	color: #fff;
	line-height: 60px;
	z-index: 10;
	animation: 3.4s ease-in-out infinite fadebottom;
	-webkit-animation: 3.4s ease-in-out infinite fadebottom;
}

.blog_next_prev_buttons img {
	position: absolute;
	left: 0;
	top: -50%;
	width: 100%;
	opacity: 0;
	max-width: none;
}

.blog_next_prev_buttons .inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

.blog_next_prev_buttons {
	text-align: center;
	overflow: hidden;
	position: relative;
	background-color: #333;
}

.blog_next_prev_buttons span.full-link a, .blog_next_prev_buttons span.full-link,  .blog_next_prev_buttons span.bg-overlay {
	display: block;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	z-index: 10;
	margin-bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blog_next_prev_buttons span.bg-overlay {
	background-color: #282b30;
	z-index: 2;
	opacity: 0.3;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.blog_next_prev_buttons:hover span.bg-overlay {
	opacity: 0;
}

.blog_next_prev_buttons.bg-color-only  span.bg-overlay {
	opacity: 0;
}

.blog_next_prev_buttons.bg-color-only:hover span.bg-overlay {
	opacity: 0.08;
}

.blog_next_prev_buttons span {
	display: block;
	color: #fff;
	margin-bottom: 5px;
}

.blog_next_prev_buttons .col {
	height: 250px;
	border-left: 1px solid #dddddd;
}

.blog_next_prev_buttons .col h3 {
	transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	padding: 0 15%;
	color: #fff;
	margin: 0;
}


/* to top */

#to-top {
	display: block;
	position: fixed;
	text-align: center;
	line-height: 12px;
	right: 17px;
	bottom: -30px;
	color: #fff;
	cursor: pointer;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
    z-index: 10000;
    height: 29px;
    width: 29px;
    background-color: rgba(0,0,0,0.4);
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
}

#to-top i {
	line-height: 29px;
	width: 29px;
	height: 29px;
	font-size: 14px;
	top: 0;
	left: 0;
	text-align: center;
	background-color: transparent;	
}


#to-top:hover, #to-top.dark:hover  {
	background-color: #972f3c;
}

#to-top.dark {
	background-color: rgba(0,0,0,0.87);
}

body[data-smooth-scrolling="1"] #to-top {
	right: 33px;
}

.gallery a img {
	width: 90%;
	max-width: 90%;
	height: auto;
	max-height: 90%;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

.gallery a:hover img {
	border-color: #972f3c;
}





/* constrained cols */

body .portfolio-items.constrain-max-cols.no-masonry .col.elastic-portfolio-item {
	width: 24.98%;
}

@media only screen and (min-width: 1000px) {

	html body .default-style .portfolio-items.constrain-max-cols .col.elastic-portfolio-item {
		width: 22.5%;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1300px) { 
	html body .default-style .portfolio-items.constrain-max-cols .col.elastic-portfolio-item .work-item .work-info a {
   		margin: 4px 3px;
   		padding: 4px 9px;
   		display: inline-block;
	}

	html body .default-style .portfolio-items.constrain-max-cols .col.elastic-portfolio-item .work-meta {
		width: 68%;
	}
}

/***************** Contact ******************/

html:not(.js) #contact-map, html:not(.js) .nectar-google-map {
	display: none;	
}

#contact-map {
	width: 100%;
	height: 370px;
	margin-top: -65px;
	margin-bottom: 30px;
}

.gm-style-iw {
	color: #777;
}

#contact-map div, .nectar-google-map div {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

.nectar-google-map {
	margin-bottom: 0;
}

.nectar-google-map img {
   max-width: none;	
}

body[data-bg-header="true"] #contact-map {
	margin-top: -30px;
}

.contact-info {
	padding-left: 20px;
}

body.page-template-template-contact-php .page-header-no-bg .col.section-title {
	border-bottom: 0;
}

body.page-template-template-contact-php #page-header-bg {
	margin-bottom: 0;
}

.wpcf7-form p span {
	color: #972f3c;
}

div.wpcf7-validation-errors {
	color: #666666;
}

span.wpcf7-not-valid-tip {
    background: none repeat scroll 0 0 #fff;
}

.wpcf7-form-control-wrap { display: block; }

.wpcf7-form .wpcf7-not-valid-tip {
	top: -3px;
	padding: 2px 6px;
	border: 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}


.wpcf7 .wpcf7-response-output {
	background-color: #fff;
	margin-left: 0;
	margin-top: 10px;
}

.widget_text textarea {
	max-height: 100px;
}

body .gform_wrapper div.charleft {
	font-size: 10px;
}

body .gform_wrapper .top_label .gfield_label {
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 6px;
	font-family: 'openSansBold';
}

.gm-style .gm-style-iw, .gm-style .gm-style-iw a, .gm-style .gm-style-iw span, .gm-style .gm-style-iw label, .gm-style .gm-style-iw div {
	font-family: arial;
	letter-spacing: 0;
	line-height: 20px;
}



/*-------------------------------------------------------------------------*/
/*	6.	Nectar Shortcode Styles
/*-------------------------------------------------------------------------*/

/***************** Icons ******************/
[class^="icon-"],[class*=" icon-"] {
	background-color: #972f3c;
    border-radius: 999px 999px 999px 999px;
    -moz-border-radius: 999px 999px 999px 999px;
    -webkit-border-radius: 999px 999px 999px 999px;
    -o-border-radius: 999px 999px 999px 999px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    max-width: 100%;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 32px;
    top: -2px;
    word-spacing: 1px;
}

[class^="icon-"].icon-3x,[class*=" icon-"].icon-3x {
	background-color: #eeedec;
}

body [class^="icon-"].icon-3x.alt-style, body [class*=" icon-"].icon-3x.alt-style {
	background-color: #972f3c;
	color: #fff;
}

.col:not(#post-area):not(.span_12):not(#sidebar):hover [class^="icon-"].icon-3x.alt-style.hovered, .col:not(#post-area):not(.span_12):not(#sidebar):hover [class*=" icon-"].icon-3x.alt-style.hovered {
	background-color: rgba(0,0,0,0.035);
}

.light .col:not(#post-area):not(.span_12):not(#sidebar):hover [class^="icon-"].icon-3x.alt-style.hovered, .light .col:not(#post-area):not(.span_12):not(#sidebar):hover [class*=" icon-"].icon-3x.alt-style.hovered {
	background-color: rgba(0,0,0,0.1);
}

#sidebar .widget:hover [class^="icon-"].icon-3x.alt-style {
	background-color: rgba(0,0,0,0.035);
}


.full-width-section [class^="icon-"].icon-3x, .full-width-section [class*=" icon-"].icon-3x  {
	background-color: rgba(0,0,0,0.021);
}

[class^="icon-"].icon-3x,[class*=" icon-"].icon-3x, .circle-border {
    background-color: #eeedec;
    border-radius: 999px 999px 999px 999px;
    -moz-border-radius: 999px 999px 999px 999px;
    -webkit-border-radius: 999px 999px 999px 999px;
    -o-border-radius: 999px 999px 999px 999px;
    color: #972f3c;
    display: inline-block;
    font-size: 30px;
    height: 90px;
    line-height: 90px;
    max-width: 100%;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 90px;
    word-spacing: 1px;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
}

[class^="icon-"].icon-3x, [class*=" icon-"].icon-3x {
	margin-bottom: 27px;
}

body [class^="icon-"].icon-tiny {
	line-height: 15px;
	height: 13px; 
	width: 15px;
	margin-right: 5px;
	font-size: 13px;
	background-color: transparent;
}

body [class^="icon-"].icon-default-style {
	line-height: 34px;
	height: 34px; 
	width: 34px;
	margin-right: 0;
	font-size: 34px;
	color: #972f3c;
	background-color: transparent;
}

body .nectar-button i {
	background-color: transparent;
}

h3 [class^="icon-"], h2 [class^="icon-"], h4 [class^="icon-"], h5 [class^="icon-"] {
	margin-right: 5px;
}

.col:not(#post-area):not(.span_12):not(#sidebar):hover .hovered .circle-border, #sidebar .widget:hover .circle-border {
	border: 1px solid #972f3c;
    transform: scale(1.18);
    -moz-transform: scale(1.18);
    -o-transform: scale(1.18);
    transition-timing-function: cubic-bezier(0.4, 0.25, 0.14, 1.73);
    -moz-transition-timing-function: cubic-bezier(0.4, 0.25, 0.14, 1.73);
    -webkit-transition-timing-function: cubic-bezier(0.4, 0.25, 0.14, 1.73);
    -o-transition-timing-function: cubic-bezier(0.4, 0.25, 0.14, 1.73);
}

.col:not(#post-area):not(.span_12):not(#sidebar):hover [class^="icon-"].icon-3x.hovered, .col:not(#post-area):not(.span_12):not(#sidebar):hover [class*=" icon-"].icon-3x.hovered, #sidebar .widget:hover [class^="icon-"].icon-3x {
	color: #fff;
	background-color: #972f3c;
}

/*#post-area .span_12:hover [class^="icon-"].icon-3x {
	color: #fff;
}*/

.circle-border {
	background: none repeat scroll 0 0 transparent;
    border: 1px solid #eeedec;
    height: 88px;
    left: 1px;
    position: absolute;
    z-index: 1;
    top: 1px;
    transition-duration: 225ms;
    -moz-transition-duration: 225ms;
    -webkit-duration: 225ms;
    -o-transition-duration: 225ms;
    transition-property: all;
    -moz-transition-property: all; 
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
    -moz-transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
    -o-transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
    -webkit-transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
    width: 88px;
}

.full-width-section .circle-border  {
	background-color: rgba(0,0,0,0.021);
	border-color: rgba(0,0,0,0.05);
}

.full-width-section .light .circle-border  {
	background-color: rgba(0,0,0,0.021);
	border-color: rgba(0,0,0,0.2);
}

.iwithtext { position: relative; }

.iwithtext .iwt-icon {
	position: absolute;
	left: 0;
	top: 0;
}

.iwithtext .iwt-icon img {
	width: 35px;
	height: auto;
	padding: 0;
}

.iwithtext .iwt-text { padding-left: 55px; }

.main-content .vc_span2 .iwithtext .iwt-icon { top: -2px; }
.main-content .vc_span2 .iwithtext .iwt-icon i { font-size: 26px; line-height: 26px; width: 26px; height: 26px;}
.main-content .vc_span2 .iwithtext .iwt-icon img { width: 26px; }
.main-content .vc_span2  .iwithtext .iwt-text { padding-left: 45px; }

/***************** Milestone ******************/

.nectar-milestone {
	text-align: center;
}

.nectar-milestone .number {
	font-size: 62px;
	line-height: 62px;
	display: block;
	font-family: 'openSansSemiBold';
	margin-bottom: 5px;	
}

.nectar-milestone .subject {
	letter-spacing: 0.5px;
    font-family: 'OpenSansLight';
    font-size: 16px;
}


/***************** Milestone ******************/

.nectar-fancy-ul ul li {
	list-style: none;
	position: relative;
	padding-left: 40px;
}

.nectar-fancy-ul ul {
	margin-left: 0;
}

.nectar-fancy-ul ul li i {
	position: absolute;
	left: 0;
	top: 0;
}

.nectar-fancy-ul ul li .icon-default-style[class^="icon-"] {
	font-size: 16px;
	height: 100%;
    line-height: 22px;
}

.nectar-fancy-ul ul li i.icon-default-style[class^="icon-"].icon-salient-thin-line {
	font-size: 27px;
	height: 27px;
    line-height: 27px;
}

.nectar-fancy-ul[data-animation="true"] ul li {
	opacity: 0;
	left: -20px;
}

/***************** Bar graph ******************/

.nectar-progress-bar { margin-bottom: 0; }

.nectar-progress-bar .bar-wrap {
	margin-bottom: 13px;
	background-color: #e4e4e4;
	border-radius: 300px 300px 300px 300px;
	-webkit-border-radius: 300px 300px 300px 300px;
	-o-border-radius: 300px 300px 300px 300px;
	-moz-border-radius: 300px 300px 300px 300px;
	background-color: #ebebeb;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
}

.nectar-progress-bar span { 
	height: 15px;
	width: 0;
	display: block;
	background-color: #972f3c;
	border-radius: 300px 300px 300px 300px;
	-webkit-border-radius: 300px 300px 300px 300px;
	-o-border-radius: 300px 300px 300px 300px;
	-moz-border-radius: 300px 300px 300px 300px;
}

.nectar-progress-bar p {
	padding-bottom: 2px;
}

.nectar-progress-bar span {
	overflow: visible;
	position: relative;
}

.nectar-progress-bar span strong {
	position: absolute;
	right: -0px;
	top: -25px;
	padding: 4px 7px;
	background-color: #333;
	color: #fff;
	line-height: 12px;
	font-size: 11px;
	opacity: 0;
	display: block;
	font-weight: normal;
	font-family: 'OpenSansSemibold';
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	-o-border-radius: 2px 2px 2px 2px;
}

.nectar-progress-bar span strong i {
	font-style:normal;
	font-size: 11px;
	line-height: 12px;
	font-family: 'OpenSansSemibold';
	letter-spacing: 0;
	text-transform: none;
}

.nectar-progress-bar span strong:after {
	border-color: #333 transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    bottom: -5px;
    content: "";
    display: block;
    left: 12px;
    position: absolute;
    width: 0;
}

.nectar-progress-bar span strong.full:after {
	left: 15px;
}

.nectar-progress-bar span strong.full {
	width: 43px;
	text-align: center;
}


body .vc_pie_chart .vc_pie_chart_value {
	font-size: 42px;
	font-family: 'openSansLight';
}

body .vc_pie_chart .wpb_pie_chart_heading {
	font-family: 'OpenSansbold';
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 12px;
	margin-bottom: 0;
    letter-spacing: 2px;
}

body .vc_pie_chart_back {
	border-width: 7px;
	opacity: 0;
}

/***************** Testimonial Slider ******************/

.testimonial_slider {
	float: none;
	opacity: 0;
	margin-bottom: 21px;
}

html:not(.js) .testimonial_slider {
	opacity: 1;
	height: auto;
}

.testimonial_slider blockquote {
	padding-left: 0;
	text-align: center;
	color: rgba(0,0,0,1);
	background-image: none;
	font-size: 22px;
	width: 100%;
	margin: 0 auto;
	opacity: 0;
	position: absolute;
}

.testimonial_slider blockquote p {
	padding-bottom: 15px;
}

.testimonial_slider .controls ul {
	margin: 0;
	display: block;
	text-align: center;
	width: 100%;
}

.testimonial_slider .controls ul li {
	list-style: none;
	cursor: pointer;
	display: inline;
}

.testimonial_slider .controls ul li span.pagination-switch {
	background-color: rgba(0, 0, 0, 0);
    border: 1px solid #333;
    border-radius: 10px 10px 10px 10px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 0 4px;
    transition: background-color 0.2s linear 0s, border-color 0.2s linear 0s;
    width: 10px;
}

.testimonial_slider .controls ul li span.pagination-switch:hover, .testimonial_slider .controls ul li span.pagination-switch.active {
	background-color: #333;
}

.testimonial_slider .controls {
	position: absolute;
	bottom: -22px;
	z-index: 30;
	width: 100%;
	text-align: center;
}

.testimonial_slider .slides {
	overflow: hidden;
	position: relative;
}

.testimonial_slider blockquote span {
	font-size: 16px;
	color: rgba(0,0,0,.7);
}

.light .testimonial_slider blockquote {
	color: rgba(255,255,255,0.95);
}

.light .testimonial_slider blockquote span {
	color: rgba(255,255,255,0.65);
}

.light h1, .light h2, .light h3, .light h4, .light h5, .light h6, .light p {
	color: #fff;
}

.testimonial_slider .controls ul li i {
	color: #444444;
}
.light .testimonial_slider .controls ul li span {
	border-color: #fff;
}

.light .testimonial_slider .controls ul li span:hover, .light .testimonial_slider .controls ul li span.pagination-switch.active {
	background-color: #fff;
}

.toggles .testimonial_slider, .full-width-content .testimonial_slider {
    padding-bottom: 20px;
}

.toggles .testimonial_slider .controls, .full-width-content .testimonial_slider .controls {
   bottom: 2px;
}


/***************** Tabbed ******************/

.tabbed > ul {
	margin-left: 0;
	margin-bottom: 17px; 
}

.tabbed > ul li {
	float: left;
	position: relative;
	list-style: none; 
	margin: 0;
}

.tabbed > ul:after {
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.tabbed > ul li a {
	display: block;
	position: relative;
	background-color: rgba(0,0,0,0.045);
	padding: 8px 15px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	border-left: 0;
	border-right: 1px solid rgba(0,0,0,0.06);
}

.tabbed > ul li:hover, .wpb_content_element .wpb_tabs_nav li {
	background-color: transparent;
}

.tabbed .clear {
	display: block;
	padding-bottom: 0;
}

.tabbed > ul li a:hover {
	background-color: rgba(0,0,0,0.035);
}

.tabbed > ul li:last-child a {
	border-color: transparent;
}

.tabbed > ul li a.active-tab {
	color: #fff;
	border-color: #972f3c;
	background-color: #972f3c;
}

.light .tabbed > ul li:last-child a, .light  .tabbed > ul li a {
	border-color: rgba(0,0,0,0.2);
}

.light .tabbed > ul li a {
	background-color: rgba(0,0,0,0.15);
}

.tabbed .wpb_tab {
	opacity: 0;
}

body .tabbed div {
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
}
body .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
	padding: 0;
	background-color: transparent;
}

/***************** Image with animation / Col animation ******************/

img.img-with-animation, .col.has-animation, .wpb_column.has-animation {
	opacity: 0;
	position: relative;
}

img.img-with-animation[data-animation="grow-in"].full-opacity {
	opacity: 1;
}

html:not(.js) img.img-with-animation, html:not(.js) .col.has-animation, html:not(.js) .wpb_column.has-animation  {
	opacity: 1;
}

img.img-with-animation[data-animation="grow-in"], .col.has-animation[data-animation="grow-in"], .wpb_column.has-animation[data-animation="grow-in"] {
	opacity: 0.1;
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -o-transform: scale(0.4);
    -moz-transform: scale(0.4);
    transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25);
    -webkit-transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25);
    -moz-transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25);
    -o-transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25);
    -webkit-backface-visibility: hidden;
}

img.img-with-animation[data-animation="flip-in"], .col.has-animation[data-animation="flip-in"], .wpb_column.has-animation[data-animation="flip-in"] {
	opacity: 0;
    transform:  rotateY(25deg);
    -webkit-transform: rotateY(25deg);
    -o-webkit-transform: rotateY(25deg);
    -moz-webkit-transform: rotateY(25deg);
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
}


img.img-with-animation[data-animation="fade-in-from-left"] {
	left: -40px;
	padding-right: 30px;
}

.col.has-animation[data-animation="fade-in-from-left"], .wpb_column.has-animation[data-animation="fade-in-from-left"] {
	left: -40px;
}

img.img-with-animation[data-animation="fade-in-from-right"] {
	right: -40px;
	padding-left: 30px;
}

.col.has-animation[data-animation="fade-in-from-right"], .wpb_column.has-animation[data-animation="fade-in-from-right"] {
	right: -40px;
}

img.img-with-animation[data-animation="fade-in-from-bottom"] {
	bottom: -100px;
}

.col.has-animation[data-animation="fade-in-from-bottom"], .wpb_column.has-animation[data-animation="fade-in-from-bottom"] {
 	bottom: -50px;
}

img.img-with-animation[data-animation="fade-in-from-left"], img.img-with-animation[data-animation="fade-in-from-right"] {
	margin: 0 auto;
}

.img-with-aniamtion-wrap {
	line-height: 0;
	margin-bottom: 0;
}

.center img.img-with-animation {
	margin: 0 auto;
	display: block;
}

.right.img-with-aniamtion-wrap {
	text-align: right;
}

.right.img-with-aniamtion-wrap img {
	display: inline-block;
}

/***************** Toggle ******************/

.toggle {
	margin-bottom: 15px;	
}

.toggle.open h3 a {
	color: #fff;
	background-color: #972f3c;
}

.toggle h3 {
	position: relative;
	z-index: 10;
}

.toggle h3 a {
	display: block;
	letter-spacing: 0;
	padding: 14px 14px 16px 43px;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

.toggle h3 a i {
	position: absolute;
	left: 13px;
	background-color: transparent;
	top: 13px;
	width: 18px;
	height: 16px;
	line-height: 18px;
	font-size: 15px;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

.toggle.open h3 a i {
	color: #fff;
}

.toggle h3 a:hover {
	background-color: rgba(0,0,0,0.035);
}

body .toggle > div {
	padding: 20px 44px 20px;
	border-top: 0;
	display: none;
	background-color: #fff;
}
@media(max-width: 767px) {
  body .toggle > div {
    padding: 20px;
  }
}

.toggle > div .wpb_wrapper {
	margin: 0;
}

.toggle > div > div:last-child {
	margin-bottom: 0;
}

.light .toggle > div {
	color: #676767;
}

.faq .toggle h3, .faq .toggle.open h3, .faq .toggle h3 a, .faq .toggle.open h3 a {
	margin: 0;
}

/***************** Full Width Section ******************/

.full-width-section {
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	margin-left: -50%;
    padding-left: 50%;
    padding-right: 50%;
    width: 100%;
    position: relative;
    z-index: 0;
    visibility: hidden;
}

.full-width-content.parallax_section {
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.full-width-content.vc_row-fluid .wpb_column {
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.wpb_row {
	position: relative;	
}

.wpb_row .row-bg, .full-width-section .row-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.wpb_row[data-using-ctc="true"] h1, 
.wpb_row[data-using-ctc="true"] h2,
.wpb_row[data-using-ctc="true"] h3,
.wpb_row[data-using-ctc="true"] h4,
.wpb_row[data-using-ctc="true"] h5,
.wpb_row[data-using-ctc="true"] h6 {
	color: inherit;
}

.wpb_row.full-width-section, .wpb_row.full-width-content {
	margin-bottom: 0;
}

.wpb_row.full-width-content img, .wpb_row.full-width-content .img-with-aniamtion-wrap {
	margin-bottom: 0;
}

.full-width-content {
	visibility: hidden;
}

.full-width-section.standard_section {
	/*
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	*/
}

.full-width-section > .span_12 > div:last-child, .full-width-section > .span_12 .col > div:last-child {
	padding-bottom: 0;
}

.full-width-section > .span_12 > div.boxed:last-child, .full-width-section > .span_12 .col > div.boxed:last-child {
	padding-bottom: 15px;
}	

.full-width-section img {
	display: block;
	margin-bottom: 0;
}

html:not(.js) .full-width-section, html:not(.js) .full-width-content {
	visibility: visible;
}

.full-width-section.parallax_section .row-bg, .full-width-content.parallax_section .row-bg {
	background-attachment: fixed;
}

.full-width-section.parallax_section .row-bg-wrap, .full-width-content.parallax_section .row-bg-wrap {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.full-width-section.parallax_section .row-bg, .full-width-content.parallax_section .row-bg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.full-width-section.no-cover .row-bg, .wpb_row .row-bg.no-cover, .full-width-section .row-bg.no-cover { 
	background-size: auto;
	-moz-background-size: auto;
	-webkit-background-size: auto;
}

.full-width-section > .col.span_12 {
	float: none;
}

.full-width-section > .col.span_12.light, .full-width-content > .col.span_12.light  {
	color: #fff;	
}

.home-wrap .full-width-section.first-section {
	margin-top: -37px;
}

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

/***************** Clients ******************/

.clients.two-cols > div { width: 49.4%; }
.clients.two-cols > div:nth-child(2n+2) { margin-right: 0;}
.clients.carousel.two-cols > div { margin: 0px 10px;}

.clients.three-cols > div { width: 32.6%; }
.clients.three-cols > div:nth-child(3n+3) { margin-right: 0;}
.clients.carousel.three-cols > div { margin: 0px 10px;}

.clients.four-cols > div { width: 24.2%; }
.clients.four-cols > div:nth-child(4n+4) { margin-right: 0;}
.clients.carousel.four-cols > div {margin: 0px 10px;}

.clients.five-cols > div { width: 19.2%; }
.clients.five-cols > div:nth-child(5n+5) { margin-right: 0;}
.clients.carousel.five-cols > div { margin: 0px 10px;}

.clients.six-cols > div { width: 15.8%; }
.clients.six-cols > div:nth-child(6n+6) { margin-right: 0;}
.clients.carousel.six-cols > div { margin: 0px 10px;}


.clients > div {
	float: left;
	transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	margin-right: 1%;
	margin-bottom: 1%;
	opacity: 1;
}

.clients.fade-in-animation > div {
	opacity: 0;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}

.clients.fade-in-animation.completed > div {
	transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	 -webkit-backface-visibility: hidden;
}

.clients > div.no-link:hover {
	opacity: 1;
}

.clients > div:hover {
	opacity: 0.7;
}

.clients > div img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.clients.no-carousel:after {
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/***************** Pricing Tables ******************/

.pricing-table {
	margin-top: 60px;	
	margin-bottom: 30px;
}

.pricing-table:after {
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.pricing-table > div:first-child .pricing-column-content, .pricing-table > div:first-child h3 {
	border-left: 1px solid #e4e4e4;
}

.pricing-column {
	float: left;
	overflow: hidden;
	text-align: center;
	padding: 0;
	background-color: #fff;
	transition: box-shadow 0.2s linear;
	-moz-transition: box-shadow 0.2s linear;
	-webkit-transition: box-shadow 0.2s linear;
	-o-transition: box-shadow 0.2s linear;
}

.pricing-column .pricing-column-content {
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 0px 0px 20px 0px;
}

.pricing-column.highlight {
	position: relative;
	z-index: 100;
	margin: -20px -1px 0px -1px;
	background-color: #FFF;
	box-shadow: 0px 0px 13px rgba(0,0,0,.09);
	-moz-box-shadow: 0px 0px 13px rgba(0,0,0,.09);
	-webkit-box-shadow: 0px 0px 13px rgba(0,0,0,.09);
	-o-box-shadow: 0px 0px 13px rgba(0,0,0,.09);
}

.pricing-column.highlight .nectar-button {
	margin: 10px 0px 20px 0px;
}

.pricing-column.highlight .pricing-column-content, .pricing-column.highlight h3  {
	border: none;
}

.pricing-column.highlight h3 .highlight-reason {
	display: block;
	font-family: 'OpenSansbold';
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(0,0,0,0.4);
}

.pricing-column.highlight .pricing-column-content {
	border-right: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}


.pricing-column.highlight:hover {
	box-shadow: 0px 0px 13px rgba(0,0,0,.15);
	-moz-box-shadow: 0px 0px 13px rgba(0,0,0,.15);
	-webkit-box-shadow: 0px 0px 13px rgba(0,0,0,.15);
	-o-box-shadow: 0px 0px 13px rgba(0,0,0,.15);
}

.pricing-column ul li {
	padding: 10px 25px;
	list-style: none;
	line-height: 18px;
	border-bottom: 1px solid #efefef;
}

.pricing-column ul li:first-child {
	border-top: 1px solid #efefef;
}

.pricing-column ul li:nth-child(2n+1) {
	background-color: #fbfbfb;
}

.pricing-column.highlight h3 {
	color: #fff;
	background-color:#972f3c;
	padding: 15px 0px;
	margin-bottom: 0;
}

.toggle .pricing-column h3 {
	font-size: 26px;
}

.pricing-column h3 {
	background-color: #fff;
	color: #972f3c;
	margin-bottom: 0;
	font-size: 26px;
	line-height: 28px;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #EFEFEF;
	border-top: 1px solid #e4e4e4;
	padding: 18px 0px 18px 0px;
}

.pricing-column h4 {
	margin-left: -22px;
	padding: 20px 30px 6px 30px;
	font-size: 54px;
	line-height: 42px;	
	color: #333;
	margin-bottom: 0;
}

.pricing-column h4 .dollar-sign {
	font-size: 22px;
	line-height: 22px;
	top: -14px;
	right: -6px;
	font-family: 'OpenSansLight';
	position: relative;
}

.pricing-column .interval {
	display: block;
	color: #999;
	min-height: 38px;
	display: block;
	padding-bottom: 17px;
}

.pricing-column ul {
	margin-left: 0;
}

.pricing-table.six-cols > div { width: 16.5%; }
.pricing-table.five-cols > div { width: 20%; }
.pricing-table.four-cols > div { width: 25%; }
.pricing-table.three-cols > div { width: 33.2%; }
.pricing-table.two-cols > div { width: 50%; }

.pricing-table .col {
	padding: 0px 20px;
}

.col .pricing-table h3 {
	margin-bottom: 0;
}

/*-------------------------------------------------------------------------*/
/*	7. Footer Styles
/*-------------------------------------------------------------------------*/

#footer-outer {
	color: #fff;
	position: relative; 
	z-index: 10;
	background-color: #000102;
}

#footer-outer .row {
	padding: 0;
	margin-bottom: 0;
}

#footer-outer .widget h4, .text-on-hover-wrap .categories a {
	color: #777;
	font-size: 12px;
	font-family: 'OpenSansbold';
    letter-spacing: 2px; 
    text-transform: uppercase;
	margin-bottom: 20px;
}

#footer-outer .widget {
	margin-bottom: 30px;
}

#footer-outer .widget.widget_categories ul ul, #footer-outer .widget.widget_pages ul ul, #footer-outer .widget.widget_nav_menu ul ul, #slide-out-widget-area .widget.widget_nav_menu ul ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}

#footer-outer .widget.widget_categories li, #footer-outer .widget.widget_pages li, #footer-outer .widget.widget_nav_menu li, #slide-out-widget-area .widget.widget_nav_menu li {
	border-bottom: 0;
	padding: 0;
}

#footer-outer .widget.widget_categories li a, #footer-outer .widget.widget_pages li a, #footer-outer .widget.widget_nav_menu li a {
	padding: 8px 0px;
	display: block;
	border-bottom: 1px solid #444444;	
}

#slide-out-widget-area .widget.widget_nav_menu li a {
	padding: 6px 0px;
	display: block;
}

#footer-outer .widget.widget_categories > ul > li:first-child > a, #footer-outer .widget.widget_pages > ul > li:first-child > a, #footer-outer .widget.widget_nav_menu > ul > li:first-child > a,
#slide-out-widget-area .widget.widget_categories > ul > li:first-child > a, #slide-out-widget-area .widget.widget_pages > ul > li:first-child > a {
	padding-top: 0;
}

#footer-outer .span_3 .widget:last-child {
	margin-bottom: 0;
}

#footer-outer a {
	color: #ccc;
}

#footer-outer a:hover {
	color: #972f3c;
}

#footer-outer .nectar-button:hover {
	color: #fff;
}

#footer-outer .widget ul li {
	margin-bottom: 7px;
}

#footer-outer #copyright {
	font-size: 12px;
	background-color: #1c1c1c;
	color: #777;
}



#footer-outer #copyright li a, #header-secondary-outer #social li a {
	display: block;
	line-height: 22px;
	height: 24px; 
	position: relative;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	background-position: center top;
}

#footer-outer #copyright li a i, #header-secondary-outer #social li a i {
	color: #777;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

#footer-outer .icon-be, #footer-outer .icon-vimeo, #footer-outer .icon-salient-spotify  {
  line-height: 32px;
}

#footer-outer #copyright li a i:hover {
	color: #972f3c;
}

#footer-outer #copyright li a.vimeo, #footer-outer #copyright li a.behance, #header-secondary-outer #social li a.behance, #header-secondary-outer #social li a.vimeo {
	background-color: #666;
}

#footer-outer #copyright li a.vimeo:hover, #footer-outer #copyright li a.behance:hover, #header-secondary-outer #social li a.behance:hover, #header-secondary-outer #social li a.vimeo:hover {
	background-color: #972f3c;
}

#footer-outer #equal-housing {
  font-size: 75%;
  font-weight: 500;
  color: #777;
}
#footer-outer #equal-housing img {
  width: 40px;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}
@media(max-width: 480px) {
  #footer-outer #equal-housing img {
    width: 28px;
  }
}

/***************** Slide Out Widget Are ******************/

#slide-out-widget-area {
	position: fixed;
	transform: translate(301px, 0px);
	-webkit-transform: translate(301px, 0px);
	-o-transform: translate(301px, 0px);
	top: 0;
	right: 0;
	width: 300px;
	height: 100%;
	z-index: 1000000;
	background-color: #972f3c;
	padding: 33px;
    overflow: hidden;
}

.admin-bar #slide-out-widget-area {
	top: 32px;
}

#slide-out-widget-area.mobile {
	overflow-y: scroll;
	overflow-x: hidden;
}

#slide-out-widget-area-bg {
	-webkit-backface-visibility: hidden;
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	height: 1px;
	width: 1px;
	opacity: 0;
	left: 0;
	top: 0;
	z-index: 999999;
}

#slide-out-widget-area .widget h4 {
	margin-bottom: 8px;
}

#slide-out-widget-area .inner > div {
	margin-bottom: 25px;
}

#slide-out-widget-area .inner > div:first-of-type {
	margin-top: -7px;
}

#slide-out-widget-area .inner {
    width: 100%;
    height: 100%;
}

#slide-out-widget-area a, #slide-out-widget-area, #slide-out-widget-area h4, #slide-out-widget-area h3 {
	color: #fff;
}

body[data-full-width-header="false"] #slide-out-widget-area a.slide_out_area_close {
	position: absolute;
	right: 22px;
	top: 22px;

}

body[data-full-width-header="false"] #slide-out-widget-area a.slide_out_area_close {
	display:block;
transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s; 
-webkit-transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s; 
font-family: 'OpenSansRegular'; 
}
body[data-full-width-header="false"] #slide-out-widget-area a.slide_out_area_close  { 
	backface-visibility: hidden; 
	-moz-backface-visibility: hidden; 
	-webkit-backface-visibility: hidden; 
	width: 34px;
	height: 34px;
	transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s; 
	-webkit-transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s; 
	color: #ddd; font-size: 18px; max-width: none; line-height: 32px;}
body[data-full-width-header="false"] #slide-out-widget-area a.slide_out_area_close:hover .icon-default-style[class^="icon-"] { transform: rotate(90deg); -webkit-transform: rotate(90deg);}
body[data-full-width-header="false"] #slide-out-widget-area a.slide_out_area_close:hover { border-color: rgba(255, 255, 255, 0.7); }



body #slide-out-widget-area a.slide_out_area_close .icon-default-style[class^="icon-"] {
    -webkit-backface-visibility: hidden;
    color: #fff;
    font-size: 18px;
    height: 34px;
    left: -2px;
    line-height: 32px;
    max-width: none;
    transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
    -webkit-transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
    -moz-transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
    width: 34px;
}

body[data-full-width-header="true"] .slide_out_area_close {
	display: none;
}

#boxed .slide_out_area_close {
	display: block;
}

header#top nav ul .slide-out-widget-area-toggle a i.lines, header#top nav ul .slide-out-widget-area-toggle a i.lines:before, header#top nav ul .slide-out-widget-area-toggle a i.lines:after {
    background-color: rgba(0,0,0,0.4);
}


.lines-button {
  transition: .3s;
  cursor: pointer;
  line-height: 19px;
  top: -3px;
  position: relative;
  font-size: 14px;
  user-select: none;
}

#header-outer[data-full-width="true"] .lines-button {
	font-size: 16px;
}

.lines-button:hover {
  opacity: 1;
}
.lines-button:active {
  transition: 0;
}

.lines {
  display: inline-block;
  width: 1.4rem;
  height: 3px;
  background-color: #ecf0f1;
  transition: 0.3s;
  position: relative;
}
.lines:before, .lines:after {
  display: inline-block;
  width: 1.4rem;
  height: 3px;
  background: #ecf0f1;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 0.142rem center;
  transform-origin: 0.142rem center;
}
.lines:before {
  top: 6px;
}
.lines:after {
  top: -6px;
}

.lines-button.close {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}

.lines-button.arrow.close .lines:before, .lines-button.arrow.close .lines:after {
  top: 0;
  width: 1.11111rem;
}
.lines-button.arrow.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}
.lines-button.arrow.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}

.lines-button.arrow-up.close {
  -webkit-transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
  transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
}

.lines-button.minus.close .lines:before, .lines-button.minus.close .lines:after {
  -webkit-transform: none;
  transform: none;
  top: 0;
  width: 1.4rem;
}

.lines-button.x.close .lines {
  background: transparent;
}
.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 1.4rem;
}
.lines-button.x.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.lines-button.x2 .lines {
  transition: background 0.2s ease, opacity 0.2s linear;
}
.lines-button.x2 .lines:before, .lines-button.x2 .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: top 0.4s 0.45s ease, -webkit-transform 0.3s ease, background-color 0.2s ease, opacity 0.2s linear;
  transition: top 0.4s 0.45s ease, transform 0.3s ease, background-color 0.2s ease, opacity 0.2s linear;
}

.lines-button.x2.close .lines,
#header-outer.transparent header#top nav ul .slide-out-widget-area-toggle a .lines-button.x2.close .lines,
#header-outer header#top nav ul .slide-out-widget-area-toggle a:hover .x2.close i.lines, 
#header-outer header#top nav ul .slide-out-widget-area-toggle a .x2.close i.lines {
  transition: background 0.3s 0s ease, opacity 0.9s linear;
  background: transparent;
}
.lines-button.x2.close .lines:before, .lines-button.x2.close .lines:after {
  transition: top 0.5s ease, -webkit-transform 0.3s 0.43s ease, background-color 0.2s ease, opacity 0.2s linear;
  transition: top 0.5s ease, transform 0.3s 0.43s ease, background-color 0.2s ease, opacity 0.2s linear;
  top: 0;
  width: 1.4rem;
}
.lines-button.x2.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x2.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.slide-out-widget-area-toggle  span {
	transition: -webkit-transform 0.33s 0.35s ease-in;
	transition: transform 0.33s 0.35s ease-in;
	-webkit-transform-origin: center;
    transform-origin: center;
    display: block;
    height: 21px;
}
#header-outer[data-full-width="true"] .slide-out-widget-area-toggle .open span {
   -webkit-transform: rotate3d(0, 0, 1, -180deg);
   transform: rotate3d(0, 0, 1, -180deg);
}

.slide-out-widget-area-toggle .closed span {
	transition: -webkit-transform 0.33s 0s ease;
	transition: transform 0.33s 0s ease;
}


/***************** Flickr widget ******************/

#footer-outer .col #flickr > div img {
	background-color: #444;
	border-color: #4d4d4d;
}

#footer-outer .col #flickr > div a:hover img {
	border-color: #616161;
	background-color: #616161;
}


#footer-outer .footer-address {
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	opacity: .75;
	}
	
	
#footer-outer .col .widget_recent_entries span, #footer-outer .col .recent_posts_extra_widget .post-widget-text span,
#slide-out-widget-area .widget_recent_entries span, #slide-out-widget-area .recent_posts_extra_widget .post-widget-text span {
	display: block;
	line-height: 17px;
	color: #999;
	font-size: 11px;
	margin-bottom: 6px;
	font-weight: 400;
	opacity: .75;
}

#slide-out-widget-area .widget_recent_entries span, #slide-out-widget-area .recent_posts_extra_widget .post-widget-text span {
	color: inherit;
}

#footer-outer #footer-widgets ul li {
	padding: 0 0 4px 0;
	list-style: none;
	margin-bottom: 0;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}

#footer-outer #footer-widgets .col ul li:first-child {
	padding-top: 0;
}

#footer-outer #footer-widgets .col ul li:last-child {
	margin-bottom: 0;
}

#footer-outer #footer-widgets .col ul ul li:last-child { 
	border-bottom: 0;
}

#footer-outer #footer-widgets .col p {
	padding-bottom: 20px;
}

#footer-outer #footer-widgets .col p:last-child {
	padding-bottom: 0;
} 



/***************** Calendar Widget ******************/

.widget_calendar {
	position: relative;	
}

.widget_calendar table {
	width: 100%;
	border-collapse:collapse;
}

.widget_calendar table td, #footer-outer #footer-widgets .col .widget_calendar table th {
	text-align: center;
	
}

.widget_calendar table tbody td {
	border: 0;
	padding: 4px;
	font-size: 11px;
	color: #666;
}

.widget_calendar table tbody tr td:first-child {
	border-left: 0;
}

.widget_calendar table tbody tr:nth-child(2n+1) {
	background-color: #f0f0f0;
}

.widget_calendar table th {
	font-family: 'OpenSansBold';
	border-bottom: 0;
	text-align: center;
	padding-bottom: 10px;
	color: #999999;
}


.widget_calendar table #prev {
	text-align: left;
	position: relative; 
	padding: 10px 0px 0px 0px;
	z-index: 2;
}

.widget_calendar table #next {
	text-align: right;
	position: relative; 
	padding: 10px 0px 0px 0px;
	z-index: 2;
}

.widget_calendar caption {
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%;
	text-align: center;
}

#footer-outer #footer-widgets .col .widget_calendar table tbody td {
	border: 0;
	color: #666666;
	padding: 4px;
	font-size: 11px;
}

#footer-outer #footer-widgets .col .widget_calendar table {
	border-collapse:collapse;
}

#footer-outer #footer-widgets .col .widget_calendar table tbody tr td:first-child {
	border-left: 0;
}

#footer-outer #footer-widgets .col .widget_calendar table tbody tr:nth-child(2n+1) {
	background-color: #343739;
}

#footer-outer #footer-widgets .col .widget_calendar table th {
	border-bottom: 0;
	padding-bottom: 10px;
	font-family: 'OpenSansBold';
	color: #666666;
}

#footer-outer #footer-widgets .col .widget_calendar table tfoot tr {
	margin-top: 20px;
}

.widget_search .search-form, .newsletter-widget form {
	position: relative;  
	overflow: hidden;
}

.widget_search .search-form input[type=text], .newsletter-widget form input[type=email] {
	padding-right: 75px;
	border-radius: 0px 2px 2px 0px;
	margin: 0;
}

.widget_search .search-form input[type=submit], .newsletter-widget form input[type=submit] { 
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	line-height: 22px;
	padding: 10px 11px;
}

#footer-outer .widget_search .search-form input[type=submit], #footer-outer .newsletter-widget form input[type=submit] { 
	padding: 10px 11px 11px 10px;
}

#footer-outer #footer-widgets .col .tagcloud a {
	background-color: #1B1B1B;
    color: #A0A0A0;
    cursor: pointer;
    display: inline-block;
    float: left;
    margin: 3px 3px 0px 0px;
    padding: 5px 7px;
    position: relative;
    font-size: 8pt;
    text-transform: capitalize;
    transition: all 0.2s linear;
    border-radius: 2px;
    line-height: 22px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
}

#footer-outer #footer-widgets .col .widget_tag_cloud:after {
	display: block; 
	height: 0; 
	clear: both; 
	content: ""; 
	visibility: hidden;
}

#footer-outer #footer-widgets .col .tagcloud a:hover {
	background-color: #972f3c;
	color: #fff;
}

#footer-outer #footer-widgets .col .widget_recent_comments ul li, #slide-out-widget-area .widget_recent_comments ul li {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15);
    border: medium none;
    display: block;
    margin-bottom: 18px;
    padding: 19px;
    position: relative;
}

#slide-out-widget-area .widget_recent_comments ul li {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
}

#footer-outer #footer-widgets .col .widget_recent_comments ul li:last-child, #slide-out-widget-area .widget_recent_comments ul li:last-child {
	margin-bottom: 0;	
}

#footer-outer #footer-widgets .col input[type=text], #footer-outer #footer-widgets .col input[type=email] {
	padding: 10px;
	width: 100%;
}

#footer-outer #footer-widgets .col input[type=text]:focus, #footer-outer #footer-widgets .col input[type=email]:focus {
	background-color: #fff;
}


#footer-outer #footer-widgets .col input[type=submit] {
	background-color: #972f3c;
	opacity: 0.9;
	transition: opacity 0.2s linear 0s;
	-moz-transition: opacity 0.2s linear 0s;
	-webkit-transition: opacity 0.2s linear 0s;
	-o-transition: opacity 0.2s linear 0s;
}

#footer-outer #footer-widgets .col input[type=submit]:hover {
	opacity: 1;
}

#footer-outer #footer-widgets .col .search-form form, #footer-outer #footer-widgets .col .search-form label, 
#footer-outer #footer-widgets .col .newsletter-widget form, #footer-outer #footer-widgets .col .search-form {
	line-height: 12px;
}

#footer-outer .recent_projects_widget img {
	background-color: #444;
	border-color: #4d4d4d;
}

#footer-outer .recent_projects_widget a:hover img {
	border-color: #616161;
	background-color: #616161;
}

#footer-outer .widget.widget_nav_menu li a {
  border-bottom: 0;
}

#footer-outer #footer-widgets .col ul li:first-child > a {
  padding-top: 0;
}

#footer-outer #footer-widgets .rsswidget img {
	margin-bottom: -2px;
	margin-right: 2px;
}


/*-------------------------------------------------------------------------*/
/*	8. Sidebar Styles
/*-------------------------------------------------------------------------*/

#sidebar div ul {
	margin-left: 0;	
}

#sidebar div ul li {
	padding: 8px 0px;
	list-style: none;
	border-bottom: 1px solid #e6e6e6;
}

#sidebar > div {
	margin-bottom: 50px;	
}

#sidebar > div:last-child {
	margin-bottom: 0;
}

#sidebar #sidebar-inner {
	margin-bottom: 0;
}

#sidebar .widget_recent_entries span, .recent_posts_extra_widget span {
	display: block;
	line-height: 13px;
	font-size: 11px;
	margin-bottom: 6px;
}

#sidebar .widget_recent_entries span {
	color: #999;
}

#sidebar h4 {
    margin-bottom: 10px;
    color: #999;
    font-family: 'OpenSansbold';
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#sidebar .widget_recent_comments h4, #sidebar .Simple_Flickr_Photos h4 {
	margin-bottom: 16px;
}

#sidebar .widget li.recentcomments {
	padding: 15px;
	margin-bottom: 22px;
	border: none;
	position: relative;
	display: block;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.02);
}

#sidebar .widget li:first-child {
	padding-top: 0;
}


#sidebar .widget .tagcloud a, .post-tags a  {
	background-color: #333333;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    float: left;
    line-height: 22px;
    margin: 3px 3px 0px 0px;
    font-size: 8pt;
    padding: 5px 7px;
    position: relative;
    text-transform: capitalize;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
}

#sidebar .widget_tag_cloud:after {
	display: block; 
	height: 0; 
	clear: both; 
	content: ""; 
	visibility: hidden;
}

#sidebar .widget .tagcloud a:hover, .post-tags a:hover {
	background-color: #972f3c;
}

#sidebar .widget input[type=text], #sidebar .widget input[type=email] {
    padding: 10px;
    width: 100%;
}

#sidebar .widget form p {
	padding-bottom: 15px;
}


#sidebar .widget.widget_categories ul ul, #sidebar .widget.widget_pages ul ul, #sidebar .widget.widget_nav_menu ul ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}

#sidebar .widget.widget_categories li, #sidebar .widget.widget_pages li, #sidebar .widget.widget_nav_menu li {
	border-bottom: 0;
	padding: 0;
}

#sidebar .widget.widget_categories li a, #sidebar .widget.widget_pages li a, #sidebar .widget.widget_nav_menu li a {
	padding: 8px 0px;
	display: block;
	border-bottom: 1px solid #E6E6E6;	
}

#sidebar .widget.widget_categories > ul > li:first-child > a, #sidebar .widget.widget_pages > ul > li:first-child > a, #sidebar .widget.widget_nav_menu > ul > li:first-child > a {
	padding-top: 0;
}


#sidebar.left-sidebar {
	float: left;	
}

#post-area.col_last {
	float: right;
}

body[data-ext-responsive="true"].single-post .container-wrap.no-sidebar #post-area, body[data-ext-responsive="true"].single-post .container-wrap.no-sidebar .comment-list > li {
	max-width: 1000px;
	margin: 0 auto;
}

.recent_projects_widget img, #sidebar #flickr img, #footer-outer #flickr img {
	margin-bottom: 0;
	display: block;
	padding: 5px;
	background-color: #fff;
	margin-top: 0;
	margin-left: 0;
	border: 1px solid #e5e5e5;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}


.recent_projects_widget a:hover img, #sidebar #flickr a:hover img, #footer-outer #flickr a:hover img {
	border-color: #972f3c;
}

.recent_projects_widget div a, #sidebar #flickr div a, #footer-outer #flickr div a {
	float: left;
	margin: 2% 2% 0 0;
	width: 32%;
}

.recent_projects_widget div a:nth-child(3n+3), #sidebar #flickr div:nth-child(3n+3) a, #footer-outer #flickr div:nth-child(3n+3) a {
	margin-right: 0;
}

#slide-out-widget-area .recent_projects_widget img {
	height: auto;
	width: 100%;
}

.recent_posts_extra_widget ul li:first-child {
	padding-top: 0;
}

.recent_posts_extra_widget .post-widget-image {
	float: left;
	position: relative;
	z-index: 50;
	margin-right: 10px;
}

.recent_posts_extra_widget .post-widget-image img {
	margin: 3px 0px;
	display: block;
}

.recent_posts_extra_widget .clear {
	padding-bottom: 0;
}

.recent_posts_extra_widget .post-widget-text {
	line-height: 17px;
}

.recent_posts_extra_widget .post-widget-text span {
	margin-top: 2px;
	margin-bottom: 4px;
}

#sidebar select {
	max-width: 100%;
}

#footer-outer #flickr:after, #sidebar #flickr:after, .recent_projects_widget > div:after {
	clear: both;
	content: '';
	display: block;
}

.widget_pages ul ul {
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
}

/*-------------------------------------------------------------------------*/
/*	9.  Blog + Pagination Styles
/*-------------------------------------------------------------------------*/

#post-area #pagination {
	padding-left: 95px;
}

#post-area.infinite_scroll #pagination {
	display: none;
}

#infscr-loading {
    position: relative;
    z-index: 10000000;
    background-image: url("img/icons/loading-white-bg.gif");
    background-repeat: no-repeat;
    background-position: center;
    height: 60px;
    border-radius: 2px;
    color: #555;
    font-size: 12px;
    display: inline-block;
    margin: 0px auto;
    text-align: center;
    width: 60px;
    font-family: 'OpenSansbold';
    font-size: 12px;
    letter-spacing: 2px;
    border-color: #555;
    border-style: solid;
    border-width: 0;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -o-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

#infscr-loading.default_loader {
	background-image: none;
}

.infscr-loading-wrap {
	margin: 0px auto;
	padding: 0;
	text-align: center;
	height: 0;
	opacity: 0;
    transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -o-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

#infscr-loading div { 
	opacity: 0;
	color: #555;
	font-size: 12px;
	font-family: 'OpenSansbold';
    letter-spacing: 2px; 
    text-transform: uppercase;
}

#infscr-loading img { margin-bottom: 0; display: none; }

 
#post-area.col_last {
	padding-left: 20px;	
	padding-right: 0;	
}

#post-area.col_last.span_12 {
	padding-left: 0;	
	float: none;
}

#post-area > article:last-child .content-inner {
	margin-bottom: 0;	
	border-bottom: 0;
}

article.post .more-link, .blog-recent .more-link  {
	display: block;
	margin-top: 25px;
	cursor: default;
	color: #fff;
}

article.post, article.type-post {
	border-bottom: 1px solid #030303;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
article.post:first-of-type {
	border-bottom: none;
}

button.alm-load-more-btn {
  background: #972f3c;
  color: #fff;
  font: 700 16px/24px 'Montserrat';
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: 8px 50px;
  border-radius: 0;
  outline: none !important;
  border: none !important;
  cursor: pointer;
  transition: all ease .2s;
  position: relative;
}

@media(max-width: 468px) {
  .alm-btn-wrap {
    text-align: center;
  }
  button.alm-load-more-btn {
    width: 100%;
  }
}
button.alm-load-more-btn:hover {
  background: #bc3c4c;
  color: #fff;
  font: 700 16px/24px 'Montserrat';
  text-transform: uppercase;
  letter-spacing: .1em;
}
button.alm-load-more-btn:active {
  outline: none !important;
}
	
	/* Loading */
   button.alm-load-more-btn.loading{
    	padding-left: 54px;
   }
    
   /* Loaded / Done */
	button.alm-load-more-btn.done{
		cursor: default;
		opacity: 0.2;
		filter: alpha(opacity=20); 
		background-color: #ed7070; 
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
   }  
      
   /* Loading Icon */
	button.alm-load-more-btn:before,
	button.alm-load-more-btn.done:before{                
		background: none;
		width: 0;
	}
	
	/* Loading :before */
	button.alm-load-more-btn.loading:before {
      background: #fff url("../../plugins/ajax-load-more/core/img/ajax-loader.gif") no-repeat center center;
      width: 30px;
      height: 30px;
      margin: 6px;		
      -webkit-border-radius:3px;
      -moz-border-radius:3px;
      border-radius:3px;
      display: inline-block;
      z-index: 0;
      content: '';
      position: absolute;
      top: 1px;
      left: 8px;
      overflow: hidden;
      -webkit-transition: width 0.5s ease-in-out;
      -moz-transition: width 0.5s ease-in-out;
      transition: width 0.5s ease-in-out;
	}

article.post .more-link span, .blog-recent .more-link span {
	background-color: #333;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
	width: auto;
	cursor: pointer;
	padding: 6px 10px;
	font-size: 11px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
}

.alm-btn-wrap {
  background-color:#fff !important;
}
ul.alm-paging li:first-of-type {
  margin-left: 0 !important;
}
ul.alm-paging li:last-of-type {
  margin-right: 0 !important;
}
@media(max-width: 767px) {
  .alm-btn-wrap {
    min-width: 92% !important;
  }
  ul.alm-paging li a {
    width: auto !important;
    height: auto !important;
    padding: 6px 8px !important;
    font-size: 13px !important;
  }
}

article.post .more-link span:hover, .blog-recent .more-link span:hover {
	background-color: #972f3c;
}

article.post .post-meta {
	position: absolute;
	left: 0;
	top: 0;	
}

article.post.masonry-blog-item  .post-meta {
	border-right: 0;
}

.recent-posts article.post .post-header a {
	color: #999;
}

.recent-posts-title {
	font-size: 12px;
	letter-spacing: 1.5px;
	margin-bottom: 7px;
}

.post-header, #single-below-header {
	margin-bottom: 12px;
	font-size: 11px;
}

.recent-posts .post-header a:hover {
	color: #972f3c;
}

.recent-posts .post-header .title {
	margin-bottom: 1px;	
}

.recent-posts .post-header .title a {
	color: #972f3c;
}

.recent-posts .post-header .title a:hover {
	color: inherit;
}

article.post .post-header h1, article.post .post-header h2 {
	font-size: 26px;
    line-height: 30px;
}

article.post .post-header h2 a {
	color: #972f3c;
}

article.post .post-header h2 a:hover {
	color: inherit;
}

article.post .post-header a, article.result a, #single-below-header a {
	color: inherit;
}

#single-below-header a:hover {
	color: #972f3c;
}

article.post .post-content {
	position: relative;
	min-height: 98px;
}

.post-tags h4 {
	float: left;
	margin-top: 8px;
	margin-bottom: 15px;
	margin-right: 25px;
}

.post-tags .clear {
	padding-bottom: 0;
}

.single #single-meta {
	right: 0;
	height: 21px;
}

.single #single-meta ul {
	margin-bottom: 0;
}

.single #single-meta {
	margin-top: 4px;
}

.single #single-meta ul li {
	float: left;
	list-style: none;
	padding: 0;
	border-bottom: 0;
}

.single #single-meta ul li .nectar-love-wrap {
	border-right: 1px solid #ddd;	
	margin-right: 20px;
	padding-right: 20px;
	width: auto;
}

.single #single-meta ul li .nectar-love-wrap span {
	font-size: 12px;
    height: 13px;
    display: block;
    width: auto;
    padding-left: 0; 
    font-family: 'OpenSansRegular';
    line-height: 11px;
}

.single #single-below-header {
	margin-top: 8px;
	margin-bottom: 0;
}

.single #single-below-header span {
	font-family: inherit;
	font-size: 11px;
	line-height: 16px;
	padding-left: 0;
	display: block;
    float: left;
}

.single #single-below-header > span {
	padding: 0 10px 0 10px;	
	border-left: 1px solid #DDDDDD;
}

.single #single-below-header span:first-child {
	padding-left: 0;
	border: none;
}

.single #single-below-header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.single.single-post .section-title h1 {
	max-width: 800px;
}

article.post .content-inner {
	position: relative;	
  overflow: hidden;
}

article.post.quote .post-content .quote-inner, article.post.link .post-content .link-inner, article.format-status .post-content .status-inner, article.post.format-aside .aside-inner {
	background-color: #972f3c;
	position: relative;
	padding: 15px;
	color: #fff;
	transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
}

article.post.quote .content-inner .quote-inner .whole-link {
	transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
}

.single-post .quote-below-content {
	margin-top: 70px;
}


article.post.format-aside .aside-inner p {
	margin-bottom: 15px;
}

article.post.format-aside .aside-inner .post-header {
	margin-bottom: 0;
}

article.post.format-chat .content-inner dt {
	margin-top: 15px;
}

article.post.quote .quote-inner a, article.post.format-aside .aside-inner a, article.post.format-aside .aside-inner a:hover {
	color: #fff;
}

article.post.format-aside .aside-inner p, article.post.format-aside .aside-inner .post-header {
	color: #fff;
}

article.post.quote .quote-inner .title, article.post.quote .quote-inner .author, article.post.quote .quote-inner .title, article.post.quote .quote-inner .icon  {
	position: relative;
	z-index: 100;
}

article.post.quote .content-inner .whole-link {
	position: absolute;
	z-index: 10;
	display: block;
	background-color: #972f3c;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;	
}

article.post.quote .content-inner .quote-inner:hover .whole-link {
	background-color: #333333;
}

article.post.quote figure {
	margin: 0 auto;
}

article.post.quote blockquote {
	background-image: none;
	padding: 0;
	color: #fff;
	font-family: inherit;
	margin: 0 auto;
}

article.post.quote .post-content .quote-inner span.icon {
 	bottom: 17px;
	height: 17px;
	width: 19px;
	display: block;
	background-image: url(img/icons/quote.png);
	position: absolute;
	right: 20px;
}

article.post.link .post-content .link-inner span.icon {
	bottom: 17px;
	height: 20px;
	width: 18px;
	display: block;
	background-image: url(img/icons/link.png);
	position: absolute;
	right: 20px;
}

article.post.link .post-content .destination {
	word-wrap:break-word;
}

article.post.format-status .post-content .status-inner span.icon {
	bottom: 17px;
	height: 16px;
	width: 18px;
	display: block;
	background-image: url(img/icons/status.png);
	position: absolute;
	right: 20px;
}

article.post.format-aside .post-content .aside-inner span.icon {
	bottom: 17px;
	height: 16px;
	width: 18px;
	display: block;
	background-image: url(img/icons/aside.png);
	position: absolute;
	right: 20px;
}

@media only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
	article.post.quote .post-content .quote-inner span.icon {
		background-size: 19px 17px;
		background-image: url(img/icons/quote@2x.png);
	}
	
	article.post.link .post-content .link-inner span.icon {
		background-size: 18px 20px;
		background-image: url(img/icons/link@2x.png);
	}
	
	article.post.format-status .post-content .status-inner span.icon {
		background-size: 19px 17px;
		background-image: url(img/icons/status@2x.png);
	}
	
	article.post.format-aside .post-content .aside-inner span.icon {
		background-size: 19px 17px;
		background-image: url(img/icons/aside@2x.png);
	}
}



article.post .post-content.quote a, article.post .post-content.link a {
    display: block;
    z-index: 10;
}

article.post.quote .post-content h2, article.post.link .post-content h2, article.post.format-status .post-content h2 {
	color: #fff;
	font-size: 26px;
    line-height: 30px;
    display: block;
    margin-bottom: 15px;
}

article.format-status .post-content h2 a {
	color: #fff;
}

article.post.quote .post-content a:hover .quote-inner, article.post.link .post-content a:hover .link-inner, article.format-status .post-content:hover .status-inner {
	background-color: #333333;
}

article.post .nectar-love-wrap {
	visibility: hidden;	
}

#post-area:not(.masonry) article.post .post-content .post-meta a.nectar-love {
	left: -2px;
	position: relative;
}

article.post .post-meta a:hover {
	color: #972f3c;
}

h1.title {
  color: #030303;
  font-family: Georgia, serif;
}

article.post h2.title {
	margin-bottom: 2px;
  font: 700 18px/30px 'Montserrat';
  text-transform: uppercase;
  letter-spacing: .1em;
}
article.post h2.title a {
  color: #030303;
}
article.post h2.title a:hover {
  color: #972f3c;
}


article.post .post-meta {
	display: block;
	margin-bottom: 20px;
	border-right: 1px solid #E6E6E6;
}

article.post .post-meta.no-img {
	top: 6px;
}

.managed-properties .post-featured-img {
  max-height: 290px;
  overflow: hidden;
  display: block;
}
.managed-properties .post-featured-img img {
	max-width: none;
	margin-bottom: 15px;
	width: 100%;
}
.managed-properties .post-featured-img:hover img {
}

.single article.post .content-inner .post-featured-img img {
	margin-bottom: 25px;
}

body.blog .post-featured-img img {
  width: 100%;
}

article.post .post-meta .date {
	font-size: 12px;
    padding-bottom: 2px;
    margin-bottom: 12px;
    position: relative;
    transition: all 0.2s linear 0s;
}

article.post .post-meta .month, article.post .post-meta .year {
	display: block;
	font-size: 17px;
	line-height: 10px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 4px;
	padding: 0;
	font-family: 'OpenSansSemiBold';
}

article.post .post-meta .year {
	margin-top: 5px;
}

article.post .post-meta .day {
	display: block;
	font-size: 30px;
	line-height: 29px;
	text-align: center;
	padding: 0px 12px 0px 12px;
	font-family: 'OpenSansBold';
	text-transform: uppercase;
}

article.post .post-meta .date {
	padding-bottom: 17px;
	border-bottom: 1px solid #E6E6E6;
}

article.post.video .video-wrap, .single-portfolio .video-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 15px;
}

article.post.video .video-wrap iframe, .single-portfolio .video-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

article.post.video .mejs-container {
	margin-bottom: 15px;	
}

.single article.post.video .mejs-container {
	margin-bottom: 25px;
}

article.post.audio .audio-wrap, .main-content .audio-wrap {
	margin-bottom: 15px;
}

article.post .gallery-slider .gallery,  article.post .gallery-slider .jetpack-slideshow {
	display: none;
}

article.post table {
	width: 100%;
}

article.post table td, article.post table th {
	text-align: center;
}

article.post table tbody td {
	padding: 5px;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	color: #676767;
}

article.post table tbody tr td:first-child {
	border-left: 1px solid #E6E6E6;
}

article.post table th {
	border-bottom: 1px solid #E6E6E6;
	color: #676767;
}


article.post table #prev {
	text-align: left;
	position: relative; 
	z-index: 2;
}

article.post table #next {
	text-align: right;
	position: relative; 
	z-index: 2;
}

.article.post caption {
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%;
	text-align: center;
}

p > a > i.icon-3x {
	margin-bottom: 0;
}

#pagination {
	position: relative;
	margin-bottom: 10px;
	height: 32px;	
	width: 100%;
}

#pagination.fw-pagination {
	text-align: center;
	height: auto;
	padding: 10px 0px 50px 0px;
	margin-bottom: 0;
}

#pagination.fw-pagination.alt-style-padding {
	padding: 50px 0px;
}

#pagination.fw-pagination > div {
	float: none;
	display: inline-block;
}

.page-template-template-portfolio-php #pagination {
	margin-bottom: 30px;
}

#pagination.infinite_scroll {
	display: none;
}

#pagination span, #pagination a, #pagination .next.inactive, #pagination .prev.inactive, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce .container-wrap nav.woocommerce-pagination ul li span{
	background-color: #333333;
    background-repeat: no-repeat;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    padding: 11px 13px 10px 13px;
    background-position: -21px center;
    position: relative;
    text-transform: capitalize;
    transition: all 0.2s linear 0s;
    border-radius: 2px 2px 2px 2px;
    font-family: 'OpenSansSemibold';
}

 .woocommerce nav.woocommerce-pagination ul li a, .woocommerce .container-wrap nav.woocommerce-pagination ul li span {
 	line-height: 11px;
 }

#pagination > div {
	float: left;
	margin: 0px 5px 0px 0px;
}

#pagination > div:first-child {
	margin-left: 0;
}

#pagination .next a:hover, #pagination .prev a:hover, #pagination a.page-numbers:hover, #pagination span.page-numbers.current, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce .container-wrap nav.woocommerce-pagination ul li:hover span,
.woocommerce nav.woocommerce-pagination ul li a:active {
	background-color: #972f3c;
}

.woocommerce nav.woocommerce-pagination ul {
	border-bottom: 0;	
}

#pagination span {
	cursor: default;
}

#pagination a, #pagination span {
	display: inline-block;
}

#pagination .next a, #pagination .next.inactive, #pagination .page-numbers.next, .woocommerce nav.woocommerce-pagination ul li .page-numbers.next {
	text-indent: -9999px;
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
}

#pagination .prev a, #pagination .prev.inactive, #pagination .page-numbers.prev, .woocommerce nav.woocommerce-pagination ul li .page-numbers.prev  {
	text-indent: -9999px;
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
}

#pagination a.page-numbers, #pagination span.page-numbers {
	font-size: 12px;
	line-height: 11px;
}

#pagination .next.inactive, #pagination .prev.inactive  {
	background-color: #eae8e5;
	cursor: default;
	height: 32px;
	width: 32px;
	margin: 0px 5px 0px 0px;
}

#pagination .next a, #pagination .next.inactive, #pagination .page-numbers.next, .woocommerce nav.woocommerce-pagination ul li .page-numbers.next {
	background-image: url("img/icons/portfolio-arrows.png");
	background-position: -20px 12px;
}

#pagination .prev a, #pagination .prev.inactive, #pagination .page-numbers.prev, .woocommerce nav.woocommerce-pagination ul li .page-numbers.prev {
    background-image: url("img/icons/portfolio-arrows.png");
	background-position: 13px 12px;
}

@media only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
	#pagination .next a, #pagination .next.inactive, #pagination .page-numbers.next, .woocommerce nav.woocommerce-pagination ul li .page-numbers.next {
		background-image: url("img/icons/portfolio-arrows@2x.png");
		background-size: 40px 9px;
	}
	
	#pagination .prev a, #pagination .prev.inactive, #pagination .page-numbers.prev, .woocommerce nav.woocommerce-pagination ul li .page-numbers.prev {
	    background-image: url("img/icons/portfolio-arrows@2x.png");
	    background-size: 40px 9px;
	}
}

#author-bio {
	padding-bottom: 50px;
	margin-bottom: 50px;
	min-height: 80px;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-o-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	border-bottom: 1px solid #DDDDDD;
	position: relative;	
}

#author-bio #author-info {
  	width: 100%;
  	padding-left: 105px;
}

#author-bio img {
	width: 80px;
	height: 80px;
	margin-bottom: 0;
	position: absolute;
	left: 0;
	top: 0;
}

#author-bio .clear {
	padding-bottom: 0;
}

.single #post-area.span_12 #author-info {
	width: 992px;
}



/****************************** NECTAR LOVE **************************/

.nectar-love-wrap {
	width: 72px;	
	line-height: 19px;
}

.nectar-love {
	-moz-transition: background-color 0.2s linear;
	-webkit-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	height: 13px;
	width: auto;
	color: inherit;
	line-height: 11px;
	font-size: 14px;
	display: inline-block;
}

.nectar-love span {
	font-family: 'OpenSansRegular';
	color: inherit;
	font-size: 12px;
	line-height: 12px;
	padding-left: 0;
	display: inline-block;
}

.nectar-love:hover i, .nectar-love.loved i {
	color: #972f3c;
}


/*-------------------------------------------------------------------------*/
/*	10.	Comment Styles
/*-------------------------------------------------------------------------*/

#respond {
	background-color: transparent;
	box-shadow: none;
	padding: 0;
}
	
#respond > p, #respond p.comment-notes, p.logged-in-as {
	margin-bottom: 10px;
}

p.logged-in-as {
	padding-bottom: 0;	
}

body .comment-list {
	margin-bottom: 40px;
	margin-left: 0;	
}

.comment-list li {
	list-style: none;
}

.comment-list li.comment > div, .comment-list li.pingback > div {
	background-color: #ffffff;
    margin: 0;
    overflow: hidden;
    padding: 25px;
    margin-top: 2em;
    position: relative;
    padding-left: 116px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
}

.comment-list .children {
	margin-left: 0;
	padding-left: 40px;
	border-left: 1px solid #ddd;
	background-repeat: no-repeat;
	background-position: left 20px;
	background-image: url(img/icons/comment-children-line.jpg);
}

.comment-list li.comment > div img.avatar, .comment-list li.pingback > div img.avatar {
	position: absolute;
	left: 29px;
	top: 29px;
	width: 60px;
	height: 60px;
}

.comment-list .reply {
	position: absolute;
	top: 29px; 
	right: 29px;	
}

.comment-list .reply a {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    color: #FFFFFF;
    cursor: pointer;
    padding: 3px 7px;
    font-size: 11px;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    width: auto;
    border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	background-color: #333333;
}

.comment-list .comment-author {
	color: #333;
	font-family: 'OpenSansSemibold';
}
.comment-list .comment-meta {
	font-size: 11px;
	line-height: 15px;
}

.comment-list .comment-meta a:hover {
	color: #972f3c;
}

.comment-list .reply a:hover {
	background-color: #972f3c;
}

.comment-list li.comment > div p, .comment-list li.pingback > div p  {
	padding-bottom: 0;
	margin-top: 10px;
}

#respond h3 .cancel-comment-reply, #respond #cancel-comment-reply-link {
	display: inline-block;	
	margin-left: 10px;
	padding-left: 10px;
	position: relative;
	border-left: 1px solid #dddddd;
}

#respond h3, h3#comments {
	font-family: 'openSansSemiBold';
	text-transform: none;
	letter-spacing: -0.5px;
}

.comment-author a {
	color: inherit;
}

#commentform {
  margin: 0;
}

/*-------------------------------------------------------------------------*/
/*	11.	General Form Styles
/*-------------------------------------------------------------------------*/

/* table styling */
body:not(.woocommerce-cart) .main-content table {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #fff;
    border-top: 1px solid #ececec;
}

body:not(.woocommerce-cart) .main-content tr th:first-child, body:not(.woocommerce-cart) .main-content tr td:first-child {
    border-left-style: solid;
    border-left-width: 1px;
    border-color: #ececec;
}

body:not(.woocommerce-cart) .main-content tr th:first-child, body:not(.woocommerce-cart) .main-content tr td:first-child {
    border-left-style: solid;
    border-left-width: 1px;
}

body:not(.woocommerce-cart) .main-content th {
    border-left: medium none;
    border-style: none solid solid none;
    border-top: medium none;
    border-width: medium 1px 1px medium;
    font-weight: bold;
    padding: 10px;
    text-align: left;
    border-color: #ececec;
    text-transform: uppercase;
}

body:not(.woocommerce-cart) .main-content td {
	border-color: #ececec;
    border-left: none;
    border-style: none solid solid none;
    border-top: medium none;
    border-width: medium 1px 1px medium;
    font-size: 13px;
    padding: 10px;
}

body:not(.woocommerce-cart) .main-content table tr:nth-child(2n+1) {
    background-color: #fcfcfc;
}


/******** CUSTOM ICONS ********/
@font-face {
	font-family: 'icomoon';
	src:url('css/fonts/icomoon.eot');
	src:url('css/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('css/fonts/icomoon.woff') format('woff2'),
		url('css/fonts/icomoon.ttf') format('truetype'),
		url('css/fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}


[data-icon]:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-salient-x, .icon-salient-search, .icon-salient-right-arrow, .icon-salient-left-arrow, .icon-salient-right-line, .icon-salient-back-to-all,
.icon-salient-left-arrow-thin, .icon-salient-right-arrow-thin, .icon-salient-down-arrow-thin, .icon-salient-down-arrow, .icon-salient-google-plus, 
.icon-salient-facebook, .icon-salient-twitter, .icon-salient-pinterest, .icon-salient-heart, .icon-salient-heart-2, .icon-salient-plus, .icon-salient-cart,
.icon-salient-pencil, .icon-be, .icon-vimeo, .icon-soundcloud, .icon-button-arrow, .icon-salient-thin-line, .icon-salient-spotify  { 
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-salient-x:before {
	content: "\e003";
}
.icon-salient-search:before {
	content: "\e002";
}
.icon-salient-right-arrow:before {
	content: "\e000";
}
.icon-salient-left-arrow:before { 
	content: "\e001";
}
.icon-salient-right-line:before {
	content: "\e004";
}
.icon-salient-back-to-all:before {
	content: "\e005";
}
.icon-salient-right-arrow-thin:before {
	content: "\e006";
}
.icon-salient-left-arrow-thin:before {
	content: "\e007";
}
.icon-salient-down-arrow-thin:before {
	content: "\e00c";
}
.icon-salient-down-arrow:before {
	content: "\e008";
}
.icon-salient-google-plus:before {
	content: "\e009";
}
.icon-salient-facebook:before {
	content: "\e00a";
}
.icon-salient-twitter:before {
	content: "\e00b";
}
.icon-salient-pinterest:before {
	content: "\e00d";
}
.icon-salient-heart:before {
	content: "\e00e";
}
.icon-salient-heart-2:before {
	content: "\e00f";
}
.icon-salient-plus:before {
	content: "\e010";
}
.icon-salient-cart:before {
	content: "\e012";
}
.icon-salient-pencil:before {
	content: "\e011";
}
.icon-be:before {
	content: "\e013";
}
.icon-vimeo:before {
	content: "\e014";
}
.icon-soundcloud:before {
	content: "\e600";
}
.icon-button-arrow:before {
	content: "\e601";
}
.icon-salient-thin-line:before {
	content: "\e602";
}
.icon-salient-spotify:before {
	content: "\f1bc";
}


/* linecons */
@font-face{font-family:linecons;src:url(css/fonts/linecons.eot);src:url(css/fonts/linecons.eot?#iefix) format('embedded-opentype'),url(css/fonts/linecons.ttf) format('truetype'),url(css/fonts/linecons.woff) format('woff'),url(css/fonts/linecons.svg#linecons) format('svg');font-weight:400;font-style:normal}[class*=" linecon-icon-"],[class^=linecon-icon-]{font-family:linecons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.linecon-icon-heart:before{content:"\e600"}.linecon-icon-cloud:before{content:"\e601"}.linecon-icon-star:before{content:"\e602"}.linecon-icon-tv:before{content:"\e603"}.linecon-icon-sound:before{content:"\e604"}.linecon-icon-video:before{content:"\e605"}.linecon-icon-trash:before{content:"\e606"}.linecon-icon-user:before{content:"\e607"}.linecon-icon-key:before{content:"\e608"}.linecon-icon-search:before{content:"\e609"}.linecon-icon-eye:before{content:"\e60a"}.linecon-icon-bubble:before{content:"\e60b"}.linecon-icon-stack:before{content:"\e60c"}.linecon-icon-cup:before{content:"\e60d"}.linecon-icon-phone:before{content:"\e60e"}.linecon-icon-news:before{content:"\e60f"}.linecon-icon-mail:before{content:"\e610"}.linecon-icon-like:before{content:"\e611"}.linecon-icon-photo:before{content:"\e612"}.linecon-icon-note:before{content:"\e613"}.linecon-icon-food:before{content:"\e614"}.linecon-icon-t-shirt:before{content:"\e615"}.linecon-icon-fire:before{content:"\e616"}.linecon-icon-clip:before{content:"\e617"}.linecon-icon-shop:before{content:"\e618"}.linecon-icon-calendar:before{content:"\e619"}.linecon-icon-wallet:before{content:"\e61a"}.linecon-icon-vynil:before{content:"\e61b"}.linecon-icon-truck:before{content:"\e61c"}.linecon-icon-world:before{content:"\e61d"}.linecon-icon-clock:before{content:"\e61e"}.linecon-icon-paperplane:before{content:"\e61f"}.linecon-icon-params:before{content:"\e620"}.linecon-icon-banknote:before{content:"\e621"}.linecon-icon-data:before{content:"\e622"}.linecon-icon-music:before{content:"\e623"}.linecon-icon-megaphone:before{content:"\e624"}.linecon-icon-study:before{content:"\e625"}.linecon-icon-lab:before{content:"\e626"}.linecon-icon-location:before{content:"\e627"}.linecon-icon-display:before{content:"\e628"}.linecon-icon-diamond:before{content:"\e629"}.linecon-icon-pen:before{content:"\e62a"}.linecon-icon-bulb:before{content:"\e62b"}.linecon-icon-lock:before{content:"\e62c"}.linecon-icon-tag:before{content:"\e62d"}.linecon-icon-camera:before{content:"\e62e"}.linecon-icon-settings:before{content:"\e62f"}

/* steadysets */
@font-face{font-family:steadysets;src:url(css/fonts/steadysets.eot);src:url(css/fonts/steadysets.eot?#iefix) format('embedded-opentype'),url(css/fonts/steadysets.ttf) format('truetype'),url(css/fonts/steadysets.woff) format('woff'),url(css/fonts/steadysets.svg#icomoon) format('svg');font-weight:400;font-style:normal}[class*=" steadysets-icon-"],[class^=steadysets-icon-]{font-family:steadysets;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.steadysets-icon-type:before{content:"\e600"}.steadysets-icon-box:before{content:"\e601"}.steadysets-icon-archive:before{content:"\e602"}.steadysets-icon-envelope:before{content:"\e603"}.steadysets-icon-email:before{content:"\e604"}.steadysets-icon-files:before{content:"\e605"}.steadysets-icon-uniE606:before{content:"\e606"}.steadysets-icon-connection-empty:before{content:"\e607"}.steadysets-icon-connection-25:before{content:"\e608"}.steadysets-icon-connection-50:before{content:"\e609"}.steadysets-icon-connection-75:before{content:"\e60a"}.steadysets-icon-connection-full:before{content:"\e60b"}.steadysets-icon-microphone:before{content:"\e60c"}.steadysets-icon-microphone-off:before{content:"\e60d"}.steadysets-icon-book:before{content:"\e60e"}.steadysets-icon-cloud:before{content:"\e60f"}.steadysets-icon-book2:before{content:"\e610"}.steadysets-icon-star:before{content:"\e611"}.steadysets-icon-phone-portrait:before{content:"\e612"}.steadysets-icon-phone-landscape:before{content:"\e613"}.steadysets-icon-tablet:before{content:"\e614"}.steadysets-icon-tablet-landscape:before{content:"\e615"}.steadysets-icon-laptop:before{content:"\e616"}.steadysets-icon-uniE617:before{content:"\e617"}.steadysets-icon-barbell:before{content:"\e618"}.steadysets-icon-stopwatch:before{content:"\e619"}.steadysets-icon-atom:before{content:"\e61a"}.steadysets-icon-syringe:before{content:"\e61b"}.steadysets-icon-pencil:before{content:"\e61c"}.steadysets-icon-chart:before{content:"\e61d"}.steadysets-icon-bars:before{content:"\e61e"}.steadysets-icon-cube:before{content:"\e61f"}.steadysets-icon-image:before{content:"\e620"}.steadysets-icon-crop:before{content:"\e621"}.steadysets-icon-graph:before{content:"\e622"}.steadysets-icon-select:before{content:"\e623"}.steadysets-icon-bucket:before{content:"\e624"}.steadysets-icon-mug:before{content:"\e625"}.steadysets-icon-clipboard:before{content:"\e626"}.steadysets-icon-lab:before{content:"\e627"}.steadysets-icon-bones:before{content:"\e628"}.steadysets-icon-pill:before{content:"\e629"}.steadysets-icon-bolt:before{content:"\e62a"}.steadysets-icon-health:before{content:"\e62b"}.steadysets-icon-map-marker:before{content:"\e62c"}.steadysets-icon-stack:before{content:"\e62d"}.steadysets-icon-newspaper:before{content:"\e62e"}.steadysets-icon-uniE62F:before{content:"\e62f"}.steadysets-icon-coffee:before{content:"\e630"}.steadysets-icon-bill:before{content:"\e631"}.steadysets-icon-sun:before{content:"\e632"}.steadysets-icon-vcard:before{content:"\e633"}.steadysets-icon-shorts:before{content:"\e634"}.steadysets-icon-drink:before{content:"\e635"}.steadysets-icon-diamond:before{content:"\e636"}.steadysets-icon-bag:before{content:"\e637"}.steadysets-icon-calculator:before{content:"\e638"}.steadysets-icon-credit-cards:before{content:"\e639"}.steadysets-icon-microwave-oven:before{content:"\e63a"}.steadysets-icon-camera:before{content:"\e63b"}.steadysets-icon-share:before{content:"\e63c"}.steadysets-icon-bullhorn:before{content:"\e63d"}.steadysets-icon-user:before{content:"\e63e"}.steadysets-icon-users:before{content:"\e63f"}.steadysets-icon-user2:before{content:"\e640"}.steadysets-icon-users2:before{content:"\e641"}.steadysets-icon-unlocked:before{content:"\e642"}.steadysets-icon-unlocked2:before{content:"\e643"}.steadysets-icon-lock:before{content:"\e644"}.steadysets-icon-forbidden:before{content:"\e645"}.steadysets-icon-switch:before{content:"\e646"}.steadysets-icon-meter:before{content:"\e647"}.steadysets-icon-flag:before{content:"\e648"}.steadysets-icon-home:before{content:"\e649"}.steadysets-icon-printer:before{content:"\e64a"}.steadysets-icon-clock:before{content:"\e64b"}.steadysets-icon-calendar:before{content:"\e64c"}.steadysets-icon-comment:before{content:"\e64d"}.steadysets-icon-chat-3:before{content:"\e64e"}.steadysets-icon-chat-2:before{content:"\e64f"}.steadysets-icon-chat-1:before{content:"\e650"}.steadysets-icon-chat:before{content:"\e651"}.steadysets-icon-zoom-out:before{content:"\e652"}.steadysets-icon-zoom-in:before{content:"\e653"}.steadysets-icon-search:before{content:"\e654"}.steadysets-icon-trashcan:before{content:"\e655"}.steadysets-icon-tag:before{content:"\e656"}.steadysets-icon-download:before{content:"\e657"}.steadysets-icon-paperclip:before{content:"\e658"}.steadysets-icon-checkbox:before{content:"\e659"}.steadysets-icon-checkbox-checked:before{content:"\e65a"}.steadysets-icon-checkmark:before{content:"\e65b"}.steadysets-icon-refresh:before{content:"\e65c"}.steadysets-icon-reload:before{content:"\e65d"}.steadysets-icon-arrow-right:before{content:"\e65e"}.steadysets-icon-arrow-down:before{content:"\e65f"}.steadysets-icon-arrow-up:before{content:"\e660"}.steadysets-icon-arrow-left:before{content:"\e661"}.steadysets-icon-settings:before{content:"\e662"}.steadysets-icon-battery-full:before{content:"\e663"}.steadysets-icon-battery-75:before{content:"\e664"}.steadysets-icon-battery-50:before{content:"\e665"}.steadysets-icon-battery-25:before{content:"\e666"}.steadysets-icon-battery-empty:before{content:"\e667"}.steadysets-icon-battery-charging:before{content:"\e668"}.steadysets-icon-uniE669:before{content:"\e669"}.steadysets-icon-grid:before{content:"\e66a"}.steadysets-icon-list:before{content:"\e66b"}.steadysets-icon-wifi-low:before{content:"\e66c"}.steadysets-icon-folder-check:before{content:"\e66d"}.steadysets-icon-folder-settings:before{content:"\e66e"}.steadysets-icon-folder-add:before{content:"\e66f"}.steadysets-icon-folder:before{content:"\e670"}.steadysets-icon-window:before{content:"\e671"}.steadysets-icon-windows:before{content:"\e672"}.steadysets-icon-browser:before{content:"\e673"}.steadysets-icon-file-broken:before{content:"\e674"}.steadysets-icon-align-justify:before{content:"\e675"}.steadysets-icon-align-center:before{content:"\e676"}.steadysets-icon-align-right:before{content:"\e677"}.steadysets-icon-align-left:before{content:"\e678"}.steadysets-icon-file:before{content:"\e679"}.steadysets-icon-file-add:before{content:"\e67a"}.steadysets-icon-file-settings:before{content:"\e67b"}.steadysets-icon-mute:before{content:"\e67c"}.steadysets-icon-heart:before{content:"\e67d"}.steadysets-icon-enter:before{content:"\e67e"}.steadysets-icon-volume-decrease:before{content:"\e67f"}.steadysets-icon-wifi-mid:before{content:"\e680"}.steadysets-icon-volume:before{content:"\e681"}.steadysets-icon-bookmark:before{content:"\e682"}.steadysets-icon-screen:before{content:"\e683"}.steadysets-icon-map:before{content:"\e684"}.steadysets-icon-measure:before{content:"\e685"}.steadysets-icon-eyedropper:before{content:"\e686"}.steadysets-icon-support:before{content:"\e687"}.steadysets-icon-phone:before{content:"\e688"}.steadysets-icon-email2:before{content:"\e689"}.steadysets-icon-volume-increase:before{content:"\e68a"}.steadysets-icon-wifi-full:before{content:"\e68b"}


/* -- Home Slider -- */
.hero-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 700px;
 }
.slider-overlay {
  display: block;
  height: 200px;
  width: 100%;
  position: absolute;
  top: -122px;
  z-index: 2;
}
.slider-overlay div:first-of-type {
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-left: 100vw solid #fff;
  border-top: 180px solid transparent;
  border-bottom: 0 solid transparent;
  z-index: 99;
}
.slider-overlay div:last-of-type {
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  border-right: 45vw solid #972f3c;
  border-top: 80px solid transparent;
  border-bottom: 80px solid transparent;
  z-index: 1;
}
.hero-slide h2#intro {
	background: rgba(152,47,61,0.75);
	padding: 20px;
	position: relative;
	margin: 200px 0 0 100px;
	color: #fff;
	display: block;
	font-size: 38px;
	line-height: 46px;
	width: 100%;
}

@media(max-width: 1000px) {
	.hero-slide {
		height: 550px;
		}
    .hero-slide h2#intro {
        width: auto;
		margin: 100px 50px 0 50px;
    	}
	.slider-overlay {
		height: 100px;
		top: -58px;
		}
}

@media(max-width: 768px) {
	.hero-slide {
		height: 450px;
		}
	.hero-slide h2#intro {
		margin: 50px 30px 0 30px;
		font-size: 32px;
		line-height: 42px;
		}
	.slider-overlay {
		height: 100px;
		top: -58px;
		}
}

@media(max-width: 630px) {
	.hero-slide {
		height: 350px;	
		}
	.hero-slide h2#intro {
		margin: 50px 20px 0 20px;
		font-size: 30px;
		line-height: 40px;
    	}
	.slider-overlay {
		height: 100px;
		top: -58px;
		}
}


@media(max-width: 768px) {
  .slider-overlay div:first-of-type {
    border-top: 100px solid transparent;
  }
  .slider-overlay div:last-of-type {
    border-top: 40px solid transparent;
    border-bottom: 44px solid transparent;
  }
}

.home h1 {
  z-index: 99;
}

/* -- Featured Case Study -- */
.featured-case-overlay {
  display: block;
  height: 200px;
  width: 100%;
  position: absolute;
  top: -1px;
}
.featured-case-overlay div {
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-right: 100vw solid #fff;
  border-bottom: 200px solid transparent;
  border-top: 0 solid transparent;
  z-index: 1;
}
.featured-case {
  margin: 80px auto 0;
  position: relative;
}
@media(max-width: 767px) {
  .featured-case {
    margin: 24px auto 0;
  }
}
.featured-case .featured-case--item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 780px;
}
.featured-case .featured-case--item .featured-content {
  padding: 30px;
  background: rgba(255,255,255,0.88);
  color: #000;
  position: relative;
  top: 250px;
  left: 25px;
  border-radius: 2px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.featured-case .featured-case--item .featured-content p:first-of-type {
  font: 700 16px/24px 'Montserrat';
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: 0 0 6px;
}
.featured-case .featured-case--item .featured-content #border-bottom {
  width: 33px;
  height: 3px;
  background: #000;
}
.featured-case .featured-case--item .featured-content h3 {
  font-size: 42px;
  color: #011228;
  margin: 30px 0;
}
@media(max-width: 767px) {
  .featured-case .featured-case--item .featured-content h3 {
    margin: 14px 0;
    line-height: 48px;
  }
}
.featured-case .featured-case--item .featured-content p:nth-of-type(2) {
  margin-bottom: 30px;
}
.featured-case .featured-case--item .featured-content .nectar-button {
  visibility: visible !important;
}
@media(max-width: 768px) {
  .featured-case-overlay {
    height: 115px;
  }
  .featured-case-overlay div {
    border-bottom: 115px solid transparent;
  }
  .featured-case .featured-case--item {
    height: auto;
    padding: 120px 0;
  }
  .featured-case .featured-case--item .featured-content {
    top: 55px;
    left: 0;
  }
  .slick-prev, .slick-next {
  	display: none !important;
  }
}

h3 i {
  font-weight: bold;
}
.button_text {
  font-weight: bold;
  font-family: 'Montserrat';
  text-transform: uppercase;
}

.footer-social {
  padding: 30px 0 40px;
}
.footer-social {
  background: #972f3c;
  text-align: center;
  font-weight: 400;
  opacity: .75;
}
.copyright {
  font-size: 14px;
  font-weight: 400;
  opacity: .75;
}

#footer-widgets {
  font-size: 18px;
  padding: 50px 0;
}
#footer-widgets h3 {
  font-size: 28px;
}

/* --  About Us Page -- */
#about-info, #case-study-info {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 25px;
}
@media(max-width: 767px) {
  #about-info, #case-study-info {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 34px;
  }
}
.bio-single p {
	padding-bottom: 15px;
	}
.bio-single img {
  width: 100%;
}

/* -- Contact Page -- */
address {
  font-size: 24px;
}
form {
  margin-top: 50px;
}
form .span_6 {
  float: left;
}
form .span_6:first-of-type {
  margin-right: 16px;
}
@media(max-width: 767px) {
  form .span_6:first-of-type {
    margin: 0 0 20px;
  }
}
label {
  font: bold 16px/28px 'Montserrat';
  text-transform: uppercase;
  letter-spacing: .1em;
  display: block;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  min-height: 50px !important;
  width: 100%;
  border: solid 1px #000 !important;
  padding: 0 10px !important;
  background: #fff !important;
  box-shadow: none;
  font: 400 16px/28px 'Lato';
  color: #313131;
}
textarea {
  min-height: 250px !important;
  padding-top: 10px !important;
}
input[type="submit"] {
  display: inline-block;
  max-width: 300px;
  width: 100%;
  background: #972f3c;
  color: #fff;
  font: bold 16px/38px 'Montserrat';
  text-transform: uppercase;
  letter-spacing: .1em;
  height: auto;
  padding: 5px;
  border: none;
  cursor: pointer;
  transition: all ease .2s;
}
input[type="submit"]:hover {
  background: #bc3c4c;
}
select {
	padding: 0 60px 0 10px !important;
	margin: 0 1% 25px 0 !important;
	width: auto !important;
	height: 45px !important;
	border-radius: 0 !important;
	border: solid 1px #000 !important;
	outline: none !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url('img/select.png') !important;
	background-position: right 10px center !important;
	background-repeat: no-repeat !important;
	background-size: 17px 15px !important;
	background-color: #fff !important;
	cursor: pointer;
	font: 400 16px/28px 'Lato';
	color: #313131;
	}



/* -- FAQ Page -- */
.faq .toggle h3, .faq .toggle.open h3,
.faq .toggle h3 a, .faq .toggle.open h3 a {
  background: #f0efef !important;
}
.faq .toggle {
  margin-bottom: 25px !important;
}
.faq .toggle h3,
.faq .toggle h3 a {
  font: 700 16px/1 'Montserrat';
  color: #030303;
  text-transform: uppercase;
  letter-spacing: .1em;
  border: solid 1px #c2c2c2 !important;
}
@media(max-width: 767px) {
  .faq .toggle h3,
  .faq .toggle h3 a {
    font: 700 14px/20px 'Montserrat';
  }
}
.faq .toggle h3 a {
  padding: 14px 14px 16px 64px;
}
.faq .toggle h3 a i {
  display: none;
}
.faq .toggle h3 a:before {
  content: "\f067";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #030303;
  font-size: 14px;
  padding: 4px 4px 4px 6px;
  position: absolute;
  top: 50%;
  left: 16px;
  width: 14px;
  height: 14px;
  line-height: 1;
  transform: translateY(-50%);
}
@media(max-width: 767px) {
  .faq .toggle h3 a:before {
    line-height: 1.2;
  }
}
.faq .toggle.open h3 a:before {
  content: "\f068";
}

.faq {
	padding: 5px 0;
}

.toggle.open h3 a {
  background-color: #f0efef !important;
}

.container-wrap {
  margin-bottom: 64px;
}
body.single-property .container-wrap {
  margin-bottom: 0;
}
.circle-list {
  font: 400 24px/38px 'Lato';
  margin-bottom: 60px !important;
}
.circle-list.middle {
  margin-bottom: 20px !important;
}
#why-intro {
  font: 700 16px/22px 'Montserrat';
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 30px !important;
}
.circle-list span {
  display: inline-block;
  width: 54px;
  height: 54px;
  background: #972f3c;
  border-radius: 50%;
  text-align: center;
  font: 700 24px/54px 'Lato';
  color: #fff;
  margin-right: 20px;
}
.area-list {
  padding-left: 84px;
}
@media(max-width: 767px) {
  .area-list {
    padding-left: 0;
  }
}
.why-rent-list ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.why-rent-list ul li {
  padding: 0;
  list-style: none;
  margin: 0;
  font: 400 18px/30px 'Lato', sans-serif !important;
}



body .swiper-container .slider-next .slide-count,
.swiper-container .slider-next .slide-count,
.swiper-container .slider-prev .slide-count,
body.single-property .swiper-container .slider-next .slide-count,
body.single-property .swiper-container .slider-prev .slide-count {
  display: none;
}
body .swiper-container .slider-next,
body .swiper-container .slider-prev-
.swiper-container .slider-next,
.swiper-container .slider-prev,
body.single-property .swiper-container .slider-next,
body.single-property .swiper-container .slider-prev {
  width: 50px !important;
}


.recent_posts_extra_widget h4 {
  font: 700 18px/30px 'Montserrat';
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 30px !important;
  border-bottom: solid 1px #030303;
}
.recent_posts_extra_widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.recent_posts_extra_widget ul li {
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}
.recent_posts_extra_widget .post-widget-image img {
  width: 100%;
  margin-bottom: 10px;
}
.post-widget-text a {
  font: bold 18px/30px Georgia, serif;
  color: #030303;
  transition: color ease .2s;
}
.post-widget-text a:hover {
  color: #972f3c;
}

#caseStudyList h2 {
  font: 700 18px/30px 'Montserrat';
  text-transform: uppercase;
  letter-spacing: .1em;
}
#caseStudyList h2 a {
  color: #030303;
}

.page-title {
  margin: 20px 0 60px;
}
.page-id-123 .page-title {
  margin: 20px 0 0;
}
@media(max-width: 767px) {
  .page-title {
    margin: 10px 0 20px;
  }
}

.page-id-183 .page-title {
  margin-bottom: 0;
}

.page-property #filter {
  float: right;
  overflow: hidden;
  text-align: right;
  margin-top: 10px;
  position: relative;
}
.page-property #filter span {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
.page-property #filter form {
  margin: 0;
}
.page-property #filter p {
  display: inline-block;
  padding-right: 10px;
}
.page-property #filter select {
  width: 100%;
  outline: 0;
  border: solid 1px #030303;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  font: 400 15px/1.38 'Lato';
  padding: 14px 8px;
  z-index: 2;
}
.page-property #filter select option {
  padding: 0 20px;
}
.page-property #filter #arrow {
  position: absolute;
  top: 47px;
  right: 16px;
  z-index: -1;
}
.page-property #filter #arrow:after {
  content: "\f0d7";
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #030303;
}

article.managed-properties {
  overflow: hidden;
  border-bottom: 1px solid #030303;
  padding-bottom: 24px;
  margin-bottom: 44px;
}
article.managed-properties:last-of-type {
  border: none;
}
.managed-properties h2 {
  font: 700 20px/30px 'Montserrat';
  text-transform: uppercase;
  letter-spacing: .1em;
  margin: 0;
}
.managed-properties h2 a {
  color: #030303;
  transition: color ease .2s;
}
.managed-properties h2 a:hover {
  color: #972f3c;
}
.managed-properties h3.location {
  font-size: 18px;
}
.managed-properties .wp-post-image {
  width: 100% !important;
}
.managed-properties .excerpt {
  margin-top: 20px;
  max-width: 620px;
}
.excerpt p {
	padding-bottom: 0;
	margin-bottom: 0;
	}
.view-property {
  margin-top: 30px;
}
.view-property a,
a.more {
  font: 700 14px/2 'Montserrat';
  text-transform: uppercase;
  letter-spacing: .1em;
}
.view-property a i,
a.more i {
  position: relative;
  left: 0;
  transition: left ease .2s;
}
.view-property a:hover i,
a.more:hover i {
  position: relative;
  left: 4px;
}

/* -- Case Studies Page -- */
#caseStudyList .case-study {
  margin-bottom: 60px;
}
#caseStudyList .case-content {
  padding: 0;
}
#caseStudyList .case-study .post-featured-img,
#caseStudyList .case-study .excerpt {
  max-width: 100%;
  display: block;
}
#caseStudyList .case-study.col:nth-of-type(even) {
  margin-right: 0 !important;
}
body.single-case-study .description {
  margin-top: 40px;
}
body.single-case-study .single .row.heading-title {
  padding: 0;
}
body.single-case-study #post-area {
  padding: 25px 0 0;
}

@media(max-width: 767px) {
  #header-outer {
    padding: 15px 0 !important;
  }
}

#caseStudyList .col:last-child {
  margin-right: 2% !important;
}

.wpc_client_client_pages strong:first-of-type {
  display: none;
}

/*Password Protected Pages*/
.post-password-form input {
  max-width: 420px;
}
.post-password-form input[type="submit"] {
  max-width: 220px;
  height: auto;
  padding: 5px 0;
  margin-left: 20px;
  border: none;
  outline: none;
  cursor: pointer;
}
.post-password-form label {
  display: inline-block;
}
@media(max-width: 767px) {
  .post-password-form label {
    display: block;
  }
  .post-password-form input[type="submit"] {
    margin: 20px 0 0;
    max-width: 100%;
  }
}



.toplevel_page_file-manager .widefat thead th#icon {
  width: 7% !important;
}

.single-property .row .col.section-title {
  padding-bottom: 25px;
  margin: 0;
}

.inquiry {
  color: #030303;
  margin-top: 20px;
}
.inquiry p {
  font: normal 16px/1.4 'Montserrat' !important;
}
.inquiry i {
  margin-right: 10px;
}
@media(max-width: 767px) {
  .inquiry {
    margin-bottom: 0 !important;
  }
}

.single-property h3 {
  margin: 20px 0 !important;
}
.single-property h3 span {
  display: block;
  padding: 0 !important;
  font: inherit !important;
}
@media(max-width: 767px) {
  .single-property h3 {
    margin: 10px 0 0 0 !important;
  }
  .single-property h3 span {
    display: block;
    padding: 0 !important;
    font: inherit !important;
  }
}
.single-property #post-area {
  padding: 30px 0 80px;
}
@media(max-width: 767px) {
  .single-property #post-area {
    padding-top: 0;
    margin-top: 20px;
  }
}



#managedPropertiesList {
  margin-bottom: 64px;
}


.singleImg .post-featured-img {
  display: block;
  float: right;
}
.singleImg img {
  margin: 0 !important;
  max-height: 244px;
}
.single .row.heading-title {
  border-bottom: solid 1px #ccc;	
  padding-bottom: 0;
}
.single .row .col.section-title {
  border: none !important;	
}
@media(max-width: 767px) {
  .singleImg .post-featured-img {
    display: block;
    float: none;
  }
  .singleImg img {
    margin: 0 !important;
    max-height: 100%;
  }
}

#footer-social {
  font-size: 14px;
  font-weight: 400;
  opacity: 1;
}
#footer-social a {
  color: #fff;
  background: #972f3c;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  margin-left: 10px;
  border-radius: 50%;
}
#footer-social a:hover {
  background: #bc3c4c;
  color: #fff;
}
#footer-social a i {
  font-size: 16px;
}







body:not(.blog) .alm-btn-wrap {
  padding: 26px 0;
}
.alm-paging.property-paging {
  margin: 0;
  padding: 0;
}
ul.alm-paging li {
  font-family: inherit;
  font-weight: bold;
  margin: 0 6px;
  transition: all ease .2s;
  padding-bottom: 0 !important;
}
@media(max-width: 767px) {
  ul.alm-paging li {
    margin: 0 4px;
  }
}
ul.alm-paging li a {
  width: 38px;
  height: 36px;
  background: #e3e3e3;
  transition: all ease .2s;
  padding-bottom: 0 !important;
  padding-top: 20px !important;
}
ul.alm-paging li.active a {
  background: #972f3c !important;
  border: #972f3c !important;
}
.alm-btn-wrap:empty {
  display: none;
}
.alm-listing.alm-ajax.alm-paging-wrap {
  min-height: 100% !important;
  height: 100% !important;
}
ul.alm-paging li.active a {
  box-shadow: inset 0 2px 2px rgba(0,0,0,0.15);
}

.single .row.post-image {
  margin-top: 40px;
}
.single .row.post-image ~ .col.span_12:empty {
  margin: 0 !important;
}

.home .container.main-content {
	padding: 40px 0 20px;
}

#home-content--btm {
    padding: 50px 0;
}

.services-image {
    width: 100% !important;
}
.margin-top-adjust {
	padding-top: 0 !important;
	margin-top: 50px !important;
	}
.margin-top-adjust h1 {
	padding-bottom: 35px !important;
	}



@media(max-width: 767px) {
	.featured-case .featured-case--item .featured-content,
	.featured-case .featured-case--item .featured-content {
		left: 0 !important;
	}
	.slick-prev, .slick-next {
		display: none !important;
	}

	header#top .container {
		height: 40px;	
		}

}


/* my additions */
.home-bottom {
	margin-top: 60px; 
	margin-bottom: 60px;
	}
.home-bottom img {
	width: 100%;
	height: auto;
	}


.new-grid {
	float: left; min-height: 470px; width: 29%; padding: 1% !important; margin: 1% !important; border: 1px solid #ccc !important;
	}
.new-view {
	margin-top: 0;
	}	
	
@media(max-width: 960px) {
.new-grid {
	width: 45% !important;
	}
}

@media(max-width: 640px) {
.new-grid {
	width: 99% !important; margin: 0 0 20px 0 !important;
	}
}


