/*
	Theme Name: Staplefun

-------------------------------------------------------------------------

	1.	Browser Reset + Font Face
	2.	Globally Applied Styles
	3.	Header + Search Bar Styles
	4.	Plugin Related Styles
	5.	Page + Custom Page Layout Styles
	6.	Shortcode Styles
	7.  Footer Styles
	8.	Sidebar Styles
	9.  Blog + Pagination Styles
	10.	Comment Styles
	11.	General Form Styles

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


/*-------------------------------------------------------------------------*/
/*	1.	Browser Reset + Font Face
/*-------------------------------------------------------------------------*/
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;
}

@font-face {
    font-family: 'thirsty_script_boldregular';
    src: url('css/fonts/thirstyscriptbold-webfont.eot');
    src: url('css/fonts/thirstyscriptbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/thirstyscriptbold-webfont.woff2') format('woff2'),
         url('css/fonts/thirstyscriptbold-webfont.woff') format('woff'),
         url('css/fonts/thirstyscriptbold-webfont.ttf') format('truetype'),
         url('css/fonts/thirstyscriptbold-webfont.svg#thirsty_script_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

:focus {
		outline: 0;
}

input[type=submit] {
   -webkit-appearance: none;
}

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

body {
	max-width:   100%;
	overflow-x: hidden;
	background: white;
	font-family: 'Gotham A', 'Gotham B', sans-serif;
	color: #333745;
	position: relative;
}

ol, ul {
		list-style: none;
		font-size: 16px !important;
}

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;
    margin-top: 0px;
}




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


body {
	font-size: 12px;	
	-webkit-font-smoothing: antialiased;
	font-family: 'Gotham A', 'Gotham B';	
	line-height: 22px;
}

body .ui-widget {
	font-family: 'Gotham A', 'Gotham B';	
}

.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: 0px;
}

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

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

.wp-smiley {
	margin-bottom: 0px!important;
}

dt {
	font-family: 'Gotham A', 'Gotham B';
	color: #333;
}
dd {
	padding-left: 20px;
}

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

.bypostauthor {}

#wpstats {  display: none; }

.sticky {
	margin-bottom: 50px;
}

.sticky .content-inner {
	margin-bottom: 0px!important;
	padding-bottom: 0px!important;
	border-bottom: 0px!important;
	-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!important;
	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: 1000000!important;	
}

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!important; display: block; }

em {font-style: italic;}

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


.container-wrap-whitebg {
	background-color: #ffffff !important;
	position: relative;
	z-index: 10;
	padding-top: 63px;
	padding-bottom: 40px;
}


.container-wrap, .project-title {
	background-color: transparent;
	position: relative;
	z-index: 10;
	margin-top: -55px;
	padding-top: 56px;
	padding-bottom: 40px;
}

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

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

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;
}


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

body.search-results .container-wrap {
	margin-top: -55px!important;
	padding-top: 80px!important;
}

.clear {
	clear:both;	
}

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


a {
	color: #ea2e49;
	text-decoration: none;
	transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
}

a:hover {
	color: inherit;
}

h1 { font-size: 30px; line-height: 42px; margin-bottom: 7px; }

h2 { font-size: 30px; line-height: 36px; margin-bottom: 10px; font-weight: 600 !important;}

h3 { font-size: 19px; line-height: 34px; margin-bottom: 7px; font-weight: 600 !important;}

h4 { font-size: 26px; line-height: 32px; margin-bottom: 7px; }

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

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

h1,h2,h3,h4,h5,h6 {
	color: #333745;	
	letter-spacing: -0.5px;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	font-family: 'Gotham A', 'Gotham B';	
}

.bold, strong, b {
	font-family: 'Gotham A', 'Gotham B';	
	font-weight: bold;
}

.uppercase {
	-webkit-font-smoothing: antialiased;
    font-family: 'Gotham A', 'Gotham B';
    text-transform: uppercase;
}

.tiny {
	font-size: 14px!important;
}

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;
	font-family: 'GothamLight'!important;
}

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

h1.light { font-size: 34px; margin-bottom: 30px; }

h2.light { font-size: 28px; margin-bottom: 30px; letter-spacing: 0.5px;}

h3.light { font-size: 24px; margin-bottom: 15px; letter-spacing: 0.5px;}

h4.light { font-size: 18px; margin-bottom: 7px; letter-spacing: 0.5px;}

h5.light { font-size: 16px; margin-bottom: 7px; letter-spacing: 0.5px;}

h6.light { font-size: 14px; margin-bottom: 7px;  letter-spacing: 0.5px;}


h1.uppercase { letter-spacing: 3px; }

h2.uppercase { letter-spacing: 2.5px; }

h3.uppercase { letter-spacing: 2px; }

h4.uppercase { letter-spacing: 2px; }

h5.uppercase { letter-spacing: 1.3px; }

h6.uppercase { letter-spacing: 1.3px; }

h1 .theme-button, h2 .theme-button, h3 .theme-button, h4 .theme-button {
	margin-left: 13px;
}

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

p {
	padding-bottom: 27px;
	font-size: 16px;
}
    
.row .col p:last-child {
	padding-bottom: 0px;	
}

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

.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: 0px;
}

blockquote {
	line-height: 40px;
	font-size: 22px;
	padding: 0px 80px;
	letter-spacing: 0;
	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;
	font-size: 16px;
	margin-bottom: 10px;
}

.main-content ol li {
	list-style: decimal;
	list-style-position: outside;
	font-size: 16px;
}

.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;
}

/*
object, object embed {
	display: block;
	height: auto;
	max-width: 100%!important;	
}*/

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!important;
	line-height: 250px!important;
	font-family: 'Gotham A', 'Gotham B';
}

body #error-404 h2 {
	text-transform: uppercase;
	font-size: 70px;
	font-family: 'Gotham A', 'Gotham B';
}

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

#header-space {
	height: 90px;	
}

#header-outer {
	width: 100%;
	top: 0px;
	left: 0px;
	position: fixed;
	overflow: visible!important;
	padding: 28px 0px 0px 0px;
	background-color: rgba(255,255,255,0.75);
	z-index: 9998;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
}

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

#header-secondary-outer ul ul li a {
	font-size: 11px;
	transition: none!important;
	-moz-transition: none!important;
	-webkit-transition: none!important;
	-o-transition: none!important;
}

.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: 100px; */
	display: block;
	line-height: 22px;	
	font-size: 22px;	
	letter-spacing: -1.5px;
	color: #444444;
	font-family: 'Gotham A', 'Gotham B';
	width: 203px;
	margin: 0 auto;
	z-index: 2000;
	position: relative;
}

header#top #logo.no-image { margin-top: 4px; }

header#top #logo .retina-logo { display: none!important; }

header#top #logo .starting-logo {
	position: absolute;
	top: 0;
	opacity: 0;
	left: 0;
}

/* retina logo */
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
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!important; }
   header#top #logo .default-logo { display: none!important; }
}

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


header#top #logo:hover {
	color: #ea2e49;
}

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

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


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

header#top nav > ul {
	float: center;
	overflow: visible!important;
	transition: padding 0.8s ease;
}

header#top nav ul li {
	float: right;
}

header#top nav > ul > li {
	float: left; 
}

header#top nav > ul > li > a {
	/* padding: 0px 66px; */
	display: block;
	color: #676767;
	font-size: 14px;
	line-height: 20px;
	-webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Gotham A', 'Gotham B';
	width: 240px;
	text-align: center;
}

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

header#top nav ul li a:hover, header#top nav .sf-menu li.sfHover > a, header#top nav .sf-menu li.current_page_ancestor > a, header#top nav .sf-menu li.current-menu-item > a, header#top nav .sf-menu li.current-menu-ancestor > a, header#top nav .sf-menu li.current_page_item > a {
	color: #ea2e49;
}

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

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

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


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

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

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!important; */
}

header#top nav > ul > li.megamenu {
	position: inherit!important;	
}

header#top nav > ul > li.megamenu > ul.sub-menu {
	width: 100%;	
	left: 0px;
	padding: 15px 0px;
	background-color: rgba(234, 46, 73, 0.75);
}

header#top nav > ul > li.megamenu > ul > li {
	display: table-cell!important;
    float: none!important;
	padding: 0px 15px;
	width: 33.33%;
}

header#top nav > ul > li.megamenu > ul > li:last-child {
	border-right: none!important;
}

header#top nav > ul > li.megamenu.columns-3 > ul > li { width: 33.33%; }
header#top nav > ul > li.megamenu.columns-4 > ul > li { width: 25%; }
header#top nav > ul > li.megamenu.columns-5 > ul > li { width: 20%; }
header#top nav > ul > li.megamenu.columns-6 > ul > li { width: 16.66%%; }

header#top nav > ul > li.megamenu > ul > li ul {
	display: block!important;
	top: 0px!important;
	width: 100%;
	opacity: 1!Important;
	left: 0px!important;
	position: relative!important;
}

header#top nav > ul > li.megamenu > ul > li {
	border-right: 1px solid rgba(255, 255, 255, 0.75);
}

header#top nav > ul > li.megamenu ul li a {
	border-bottom: none!important;
	padding: 9px 15px;
}

header#top nav > ul > li.megamenu > ul > li > a {
	font-family: 'Gotham A', 'Gotham B';
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 2px;
}

header#top nav > ul > li.megamenu > ul ul li a, 
header#top nav > ul > li.megamenu > ul ul li.current-menu-item a, 
header#top nav > ul > li.megamenu > .sf-menu li ul li a {
	color: #fff!important;
	background: none!important;
}

header#top nav > ul > li.megamenu > ul ul li a:hover {
	color: #fff!important;
	background-color: rgba(234, 46, 73, 0.75)!important;
}
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 #search-btn {
	margin-left: 15px!important;
}

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

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 { 
	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!important;
    -moz-box-sizing: content-box!important;
}

header#top nav ul #search-btn a span {
	color: rgba(0,0,0,0.4);
	font-size: 16px;
	line-height: 24px!important;
	height: 24px!important;
	background-color: transparent!important;
	-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!important;
}

header#top nav ul #search-btn a:hover, header#top nav ul li.sfHover #search-btn a:focus {
	
}

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: 0px;
	top: 5px;
	display: none;
	width: 36px;
	height: 28px;
	text-align: right;
	margin-bottom: 10px;
}


@media only screen and (max-width: 1000px) {
	
	#menu-utility-navigation-hamburger {
		display: none;
	}
	
	.toggle-utility-nav {
		display: none;
	}

	a.utility-nav-hamburger-responsive {
		padding: 30px; 
		background-color: #ea2e49; 
		position: absolute; 
		top: 0; 
		right: 0; 
		background-image: url(img/icons/utility_hamburger.svg); 
		z-index: 10000;
		display: block !important;
	}
	
	.utility-nav-hamburger {
		display: none !important;
	}
	
	#utility-nav-global-navigation {
		background: rgba(119,196,211,0.75);
		padding-bottom: 10px;
	}
	
	#utility-nav-global-navigation ul li {
		padding: 5px;
	}	
	
	#utility-nav-global-navigation ul li a {
		color: #FFF;
		font-size: 18px;
	}
	
	#utility-nav-global-navigation ul li a:hover {
		text-decoration: underline;
	}

	#utility-nav-global-navigation ul li ul li {
		padding: 2px 0 2px 15px;
	}	
	
	.social-nav {
		top: 60px !important;
	}


/*	#utility-nav-global-navigation li ul {
		display: none;
	}*/
}


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

}

@media only screen and (min-width: 1001px) {
	
	body #header-outer[data-transparent-header="true"], body #header-outer[data-transparent-header="true"] .cart-menu {
		transition: background-color 0.40s ease, box-shadow 0.40s ease;	
		-moz-transition: background-color 0.40s ease, box-shadow 0.40s ease;
		-webkit-transition: background-color 0.40s ease, box-shadow 0.40s ease;
	}

	body #header-outer[data-transparent-header="true"].transparent, body #header-outer[data-transparent-header="true"].transparent .cart-menu,
	.staplefun #header-outer.transparent[data-transparent-header="true"][data-full-width="true"] header#top nav ul #search-btn a {
		transition: border-color 0.40s ease;	
		-moz-transition: border-color 0.40s ease;
		-webkit-transition: border-color 0.40s ease;
	}
	
	body #header-outer[data-transparent-header="true"].transparent .cart-menu {
		background-color: transparent;
		border-left: 1px solid rgba(255,255,255,0.25);
	}
	
	body:not(.staplefun) #boxed #header-outer[data-transparent-header="true"].transparent .cart-menu {
		border: none!important;
	}
	
	body #header-outer[data-transparent-header="true"] .cart-outer .cart-notification, body #header-outer[data-transparent-header="true"] .cart-outer .widget_shopping_cart {
		margin-top: 1px;
	}
	
	body #header-outer[data-transparent-header="true"].transparent {
		background-color: transparent!important;
		box-shadow: none!important;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		border-bottom: 1px solid rgba(255,255,255,0.25)!important;
	}
	
	#boxed #header-outer[data-transparent-header="true"].transparent {
		border-bottom: 1px solid rgba(255,255,255,0.25)!important;
	}
	
	body #header-outer[data-transparent-header="true"].transparent nav > ul > li > a { margin-bottom: -1px; }
	
	
	body #header-outer[data-transparent-header="true"] header#top nav ul #search-btn > div {
		border-left: 1px solid rgba(0,0,0,0.1);
	}
	
	body #header-outer[data-transparent-header="true"].transparent header#top nav ul #search-btn > div {
		border-left: 1px solid rgba(255,255,255,0.25);
	}
	
	body #header-outer[data-transparent-header="true"] .ns-loading-cover {
		background-color: #393939;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		display: none;
	}
	
	#header-outer[data-transparent-header="true"].transparent #logo img, #header-outer[data-transparent-header="true"] #logo .starting-logo {
		opacity: 0;
		-ms-filter: 'alpha(opacity=0)';
	}
	
	#header-outer[data-transparent-header="true"].transparent #logo .starting-logo {
		opacity: 1;
		-ms-filter: 'alpha(opacity=100)';
	}
	
	
}


#search-outer {
	top:0px;
	left:0px;
	width:100%;
	height:75px;
	position:absolute;
	z-index:10000;
	overflow: visible!important;
	display:none;
	background-color:#fff;
}

#boxed #search-outer, #boxed #header-outer, #boxed #header-secondary-outer {
	padding-right: 0!important;
}

#search-box {
	position: relative;
}

#search-outer .container {
	overflow: visible!important;
}

#search-outer  #search input[type=text] {
	width: 100%;
	color: #888;
	font-size: 43px;
	line-height: 43px;
	position: relative;
	padding: 0px!important;
	background-color: transparent;
	border: 0px;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	box-shadow: none!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	-o-box-shadow: none!important;
	font-family: 'Gotham A', 'Gotham B';
	text-transform: uppercase;
	letter-spacing: 1px;
}

#search-outer .ui-widget-content {
	background-color: #1F1F1F;
	border: none!important;
	border-radius: 0px!important;
	-moz-border-radius: 0px!important;
	-webkit-border-radius: 0px!important;
	-o-border-radius: 0px!important;
	background-image: none!important;
}

#search-outer .ui-widget-content li:hover, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	background-color: #272727;
	cursor: pointer;
}

#search-outer .ui-widget-content li:hover a {
	background-image: none!important;	
}

#search-outer .ui-widget-content li:last-child a {
	border: none!Important;
}

#search-outer .ui-widget-content li a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ui-helper-hidden-accessible { 
	display: none;
}

#search-outer .ui-widget-content img, #search-outer .ui-widget-content i {
	width: 40px!important;
	height: auto!important;
	float: left;
	margin-right: 15px;
}

#search-outer .ui-widget-content i {
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	background-color: rgba(255,255,255,0.1);
	border-radius: 0!important;
}

.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}
.ui-menu {
    display: block;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 2px;
}
.ui-autocomplete {
    cursor: default;
    position: absolute;
}

.ui-menu .ui-menu-item a {
    display: block;
    line-height: 1.5;
    padding: 0.2em 0.4em;
    text-decoration: none;
}

#search-outer .ui-widget-content {
	width: 100%!important;
	left: 0!important;
}

#search-outer .ui-widget-content li {
	line-height: 14px;
	clear: left;
	width: 100%;
	display: block;
	float: left;
	margin: 0px!important;
}

#search-outer .ui-widget-content li span.desc {
	position: relative;
	line-height: 14px;
	font-size: 11px;
}

#search-outer .ui-widget-content li a {
	color: #CCCCCC;	
	line-height: 1.4em!important;
	transition: none!important;
	-moz-transition: none!important;
	-webkit-transition: none!important;
	-o-transition: none!important;
	padding: 15px 15px;
} 

#search-outer > #search form {
	width: 92%;
	float: left;
}

#search-outer #search #close {
	list-style: none;
}

#search-outer  #search #close a {
	position: absolute;
	right: 0px;
	top: 24px;
	display: block;
	width: 24px;
	height: 17px;
	line-height: 22px;
}

#search-outer  #search #close a span {
	color: #a0a0a0;
	font-size: 18px!important;
	height: 20px!important;
	line-height: 19px!important;
	background-color: transparent!important;
	-webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}


#search-outer > #search #close a:hover span {
	color: #ea2e49;
}

#header-outer #search { 
	position: relative;
}

#header-outer .row .col.span_3, #header-outer .row .col.span_9 {
	/* float: none !important; */
	/* max-width: 1138px !important; */
	/* margin: 0 auto !important; */
	/* min-width: 983px !important; */
	width: 200px;
	margin: 0 auto;
	display: block;
}

#header-outer .row .col.span_9 {
	float: none;
	/* width: 770px; */
	margin: 0 auto;
	min-width: 1150px;
	/* display: none; */
	margin-top: -40px;
	/* z-index: 100; */
}

#header-outer[data-full-width="true"] header > .container, 
#header-secondary-outer[data-full-width="true"] > .container {
	width: 100%;
	max-width: 100%;
	padding: 0 28px!important;
}

#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;
	/* display: none; */
}


#mobile-menu {
	position: fixed;
	top: 60px;
	display: none;
	background-color: lightblue;
 	padding: 0px;
	width: 100%;
	z-index: 10000;
	overflow: scroll;
	height: 400px;
}

#mobile-menu .container > ul > li:first-child {
	padding-top: 10px;	
}

#mobile-menu .container > ul > li:last-child {
	padding-bottom: 10px;
}

#mobile-menu .container > ul > li:last-child a {
	border-bottom: 0px;
}

#mobile-menu ul li a {
	border-bottom: 1px solid rgba(255, 255, 255, .5);
    
	color: white;
    
	font-size: 16px;
    display: block;
    position: relative;
    padding: 16px 0 !important;
	font-weight: bold;
}

#mobile-menu ul li a .sf-sub-indicator i {
	color: white;
}

#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: #fff;
}

body #mobile-menu li.open > a [class^="icon-"] {
	color: #ea2e49; 
}

#mobile-menu #mobile-search {
	margin: 10px 0px 0px 0px;
}


#mobile-menu input[type=text] {
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: white;
	padding: 15px 15px 15px 40px!important;
	border: 0px!important;
	/* border-bottom: 1px solid #2e2e2e!important; */
	/* 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;
	color: #333745;
	font-weight: 800;
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5),
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)!important;
   }
}

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

.row .col.section-title {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 36px 0px;
}

.row .col.section-title.project-title, .row .col.section-title.blog-title {
	margin-bottom: 14px;
}

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

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

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

.row .col.section-title h1 {
	top: 3px;
}

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

.row .col.section-title h1 { 
	font-size: 28px; 
	margin-bottom: 0px;
}

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

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

.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);
}

body .vc_text_separator div {
	background-color: #f8f8f8;
	font-family: 'GothamLight';
	font-size: 22px;
	line-height: 32px;
    letter-spacing: 0.5px;
	top: -20px;
}

.light .divider-small-border {
	border-bottom: 1px solid rgba(255,255,255,0.6);
}

.col.boxed, .wpb_column.boxed {
	-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 15px 15px 15px;
	position: relative;
	-webkit-transition: top 0.2s linear,-webkit-box-shadow 0.2s linear;
    -moz-transition: top 0.2s linear,-moz-box-shadow 0.2s linear;
    -o-transition: top 0.2s linear,-o-box-shadow 0.2s linear;
    transition: top 0.2s linear,box-shadow 0.2s linear;
}

.col.boxed span.bottom-line, .wpb_column.boxed span.bottom-line {
	height: 1px;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 2px;
	left: 0px;
	background-color: #E8E8E8;
}

.col.boxed img, .wpb_column.boxed img {
	padding: 0px 15px;
}

.col.boxed:hover, .wpb_column.boxed:hover {
	top: -4px;
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
    box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}

.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!important;
}

.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!important;
}

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

body .wpb_text_column {
	margin-bottom: 0px;
}

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%; }

/*****************theme Button ******************/

.btn {
	padding: 8px 16px;
}

.theme-button {
	/* border-radius: 5px 5px 5px 5px; */
	-moz-border-radius: 5px 5px 5px 5px;
	/* -webkit-border-radius: 5px 5px 5px 5px; */
	-o-border-radius: 5px 5px 5px 5px;
    
	/* box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset; */
    -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    
	/* -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset; */
    -o-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    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: 'Gotham A', 'Gotham B';
    
	/* font-size: 16px !important; */
    
	/* letter-spacing: 2px!important; */
    padding: 13px 18px;
    position: relative;
    
	/* text-transform: uppercase; */
    
	/* top: -3px; */
    margin-bottom: 10px;
    opacity: 1;
    line-height: 20px;
    background-color: #ea2e49;
    display: inline-block;
    -webkit-backface-visibility: hidden;
	font-weight: bold;
}
.theme-button.small {
    border-radius: 2px 2px 2px 2px;
    font-size: 9px;
    padding: 5px 8px;
    letter-spacing: 1.3px;
    color: #FFFFFF;
    box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
    -o-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
}

.theme-button.medium {
    border-radius: 3px 3px 3px 3px;
    padding: 10px 15px;
    font-size: 12px;
    letter-spacing: 2px;
    color: #FFFFFF;
    box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
    -o-box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
}

.theme-button.large {
    font-size: 18px;
    padding: 20px 64px;
    /* box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset; */
    -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    /* -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset; */
    -o-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
}

.theme-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;
}

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

.theme-button span {
	left: 0px;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	position: relative;
}

.theme-button.has-icon {
	padding-left: 42px;
	padding-right: 42px;
}

.theme-button.has-icon:hover span {
	left: -18px;
}

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

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

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

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


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


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

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

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

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

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

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

body .theme-button.see-through-2:hover,
body .col.dark .theme-button.see-through-2:hover {
	border-color: #ea2e49;
	background-color: #ea2e49;
	color:	#fff;
	opacity: 1!important;
}

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

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



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


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

.sf-menu {
    line-height: 1;
}
.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 10em;
}
.sf-menu ul li {
    width: 100%;
}
.sf-menu li:hover {
    visibility: inherit;
}
.sf-menu li {
    float: left;
    position: relative;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
    left: 0;
    top: 2.5em;
    z-index: 99;
}

header#top .sf-menu > li:hover > ul, header#top .sf-menu > li.sfHover > ul {
	 top: 60px;
}

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
    left: 10.8em;
    top: -10px;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
    left: 10em;
    top: 0;
}
.sub-menu {
    z-index: 3;
}

.sf-menu {
    float: left;
    margin-bottom: 30px;
}

.sf-menu li li a, .sf-menu li li a:visited {
    padding-left: 1.25em;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    outline: 0 none;
}

.sf-menu ul li a {
    margin: 0;
    padding: 14px;
    /* border-bottom: 1px solid rgba(255,255,255,0.08); */ 
}

.sf-sub-indicator {
	display: inline-block;
	width: 10px;
	position: relative;
	left: 8px;
	height: 10px;
}

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


.sf-sub-indicator [class^="icon-"], .sf-sub-indicator [class*=" icon-"] {
	color: #888;
	font-size: 12px;
	line-height: 16px;
	height: auto;
	background-color: transparent!important;
}

.sf-menu ul a:focus ,
.sf-menu ul a:hover ,
.sf-menu ul a:active ,
.sf-menu ul li:hover > a ,
.sf-menu ul li.sfHover > a  {
	color: #ea2e49;	
}

.sf-shadow ul.sf-shadow-off {
    background: none repeat scroll 0 0 transparent;
}
.sf-vertical, .sf-vertical li {
    width: 100%;
}
.sf-vertical li:hover ul, .sf-vertical li.sfHover ul {
    left: 100%;
    top: 0;
}

.sf-menu, .sf-menu * {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    z-index: 10;
}
.sf-menu {
    line-height: 1;
}
.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 16em;
}
.sf-menu ul li, .sf-menu ul li li {
    font-size: 12px;
    width: 100%;
}
.sf-menu ul li:last-child a {
    border-bottom: medium none;
}
.sf-menu li:hover {
    visibility: inherit;
}
.sf-menu li {
    float: left;
    line-height: 12px!important;
    /* font-size: 17px !important; */
    position: relative;
}
.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
    left: 30px;
    top: 33px;
    z-index: 999;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
    left: 15em;
    top: 0px;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
    left: 15em;
    top: 0;
}
.sf-menu .sf-with-ul a {
    min-width: 1px;
    /* padding-right: 16px!important; */
}

header#top .sf-menu li ul li a {
	font-size: 14px;
	line-height: 13px;
	color: white !important;
	transition: none;
	letter-spacing: 0;
	background-color: rgba(234, 46, 73, 0.75);	
	font-weight: bold;
}

.sf-menu li ul li a:hover, .sf-menu li ul li.sfHover > a { 
	background-color: #EA2E49 !important;
	color: #FFF !important; 	
}

.sf-menu li ul li.sfHover > a .sf-sub-indicator [class^="icon-"] {
	color: #ea2e49;
}

.sf-menu li ul li .sf-sub-indicator {
	right: 14px;
	left: auto;
	top: 14px;
	display: block;
	position: absolute;
}

.sf-menu li ul, .sf-menu li li ul {
    /* box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); */
}

.sf-menu li li ul {
	left: 16em!important;
}

.sf-menu {
    /* float: right; */
}
.sf-menu a {
    margin: 0 1px;
    padding: 0;
    text-decoration: none;
}
.sf-menu ul li {
    font-weight: normal;
}
.sf-menu .sfHover ul li a, .sf-menu .sfHover ul li li a {
    box-shadow: none;
}
.sf-menu ul li a:focus, .sf-menu ul li a:hover, .sf-menu ul li a:active, .sf-menu ul li li a:focus, .sf-menu ul li li a:hover, .sf-menu ul li li a:active {
    border-radius: 0 0 0 0;
    box-shadow: none;
    text-shadow: none;
}




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

.home-wrap {
	padding-top: 3em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	position: relative;
	z-index: 100;
	background-color: #f8f8f8;
}

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

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



/***************** theme 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;
}

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

.mobile-video-image {
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	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: 0px;
	position: absolute;
	top: 250px;
	z-index: 100;
}

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

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

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


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

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

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

.theme-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: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

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

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

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

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

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

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

.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: 0px!important;
	width: 24px!Important;
	font-size: 20px!Important;
	background-color: transparent!important;
}

.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: 'GothamLight';
}

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

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

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

.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;
}

.theme-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 .theme-slider-wrap .swiper-slide .content p,
.vc_span4 .theme-slider-wrap .swiper-slide .content p,
.vc_span6 .theme-slider-wrap .swiper-slide .content p, 
.vc_span8 .theme-slider-wrap .swiper-slide .content p, 
.vc_span9 .theme-slider-wrap .swiper-slide .content p {
	font-size: 17px!important;
	line-height: 28px!important;
}

.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!important;
	color:#fff!important;
}

.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!important;
	color:#fff!important;
}

.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!important;
	color:#000!important;
}

.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!important;
	color:#000!important;
}

#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-cart,
 body.staplefun[data-header-color="custom"] #boxed #header-outer.transparent.dark-slide .cart-outer .cart-menu .cart-icon-wrap i,
 body.staplefun #boxed #header-outer.transparent.dark-slide .cart-outer .cart-menu .cart-icon-wrap i {
 	color: #000!important;
 }

#header-outer.transparent.dark-slide header#top nav > ul > li > a:hover, #header-outer.transparent.dark-slide header#top nav .sf-menu > li.sfHover > a, #header-outer.transparent.dark-slide header#top nav .sf-menu > li.current_page_ancestor > a, 
#header-outer.transparent.dark-slide header#top nav .sf-menu > li.current-menu-item > a, #header-outer.transparent.dark-slide header#top nav .sf-menu > li.current-menu-ancestor > a, #header-outer.transparent.dark-slide header#top nav .sf-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 .sf-menu > li.current-menu-item > a i, #header-outer.transparent.dark-slide header#top nav .sf-menu > li.current-menu-ancestor > a i,
#header-outer.transparent.dark-slide .cart-outer:hover .icon-cart,
body.staplefun[data-header-color="custom"] #boxed #header-outer.transparent.dark-slide .cart-outer:hover .cart-menu .cart-icon-wrap i {
	color: #000!important;
}

body #header-outer.transparent[data-transparent-header="true"].dark-slide, 
.staplefun #header-outer.transparent[data-transparent-header="true"][data-full-width="true"].dark-slide header#top nav ul #search-btn a,
body #header-outer.transparent[data-transparent-header="true"].dark-slide .cart-menu,
body #header-outer.transparent[data-transparent-header="true"].dark-slide header#top nav ul #search-btn > div,
#boxed #header-outer.transparent[data-transparent-header="true"].dark-slide,
body.staplefun #boxed #header-outer.transparent.dark-slide .cart-menu .cart-icon-wrap i {
	border-color: rgba(0, 0, 0, 0.08) !important;
}

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

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

	#header-outer[data-transparent-header="true"].transparent.dark-slide #logo img {
		opacity: 0!important;
	}

	#header-outer[data-transparent-header="true"].transparent.dark-slide #logo img.dark-version {
		opacity: 1!important;
	}

}

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

.video-texture {
	height: 3000px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	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;
}

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

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

.swiper-slide .button a:hover {
	
}

.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: 'Gotham A', 'Gotham B';
	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;
}

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

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

.swiper-slide .button.transparent a, .swiper-slide .button.transparent_2 a {
	box-shadow: none!important;
	padding: 11px 17px!important;
	background-color: transparent!important;
	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!important;
 	background-color: #ea2e49;
 	color: #fff!important;
}

.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!important;
}

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

.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)!important;
}

.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)!important;
}

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

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

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

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

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

.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!important;
    top: 0;
    left: 0;
    padding-bottom: 0px!important;
    overflow: hidden;
}

.slider-pagination {
	position: absolute;
	z-index: 20;
	bottom: 206px;
	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 {
	z-index: 140px;
	position: relative;
}

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

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


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

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

.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: transparent;
	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: 0px;
}


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

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

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

.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!important;
	left: 9px!important;
}

.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!important;
	-moz-background-size: cover!important;
	-webkit-background-size: cover!important;
	-o-background-size: cover!important;
}

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

.parallax_slider_outer .theme-slider-wrap[data-full-width="boxed-full-width"] {
	margin: 0px!important;	
}

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

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

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

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

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

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

.theme-slider-wrap[data-full-width="true"].first-section, .theme-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!important;
	}
}

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

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

.parallax_slider_outer.first-section {
	margin-bottom: -2px!important;
	margin-top: -103px !important;
}

.parallax_slider_outer.first-section .theme-slider-wrap {
	position: fixed;
	left: 0px!important; 
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}

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

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

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

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

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

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

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

.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!important;
	line-height: 64px;
}

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

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

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


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

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

body[data-smooth-scrolling="1"] .theme-slider-wrap[data-full-width="true"]  .swiper-container .slider-next { right: 8px; }
body[data-smooth-scrolling="1"] .theme-slider-wrap[data-full-width="true"][data-parallax="true"]  .swiper-container .slider-next { right: 10px; }
body[data-smooth-scrolling="1"] .theme-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!important;
	-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: 0px;
	
}
.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: 0px;
	position: relative;
	-webkit-backface-visibility:hidden!important;
}

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

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


/*.theme-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!important;
	width: 60px;
	font-size: 20px!important;
	color: #fff!important;
	line-height: 60px!important;
	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-"] {
	
}

/***************** theme Video BG ******************/

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

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

.wpb_row .theme-video-wrap .mejs-container .mejs-controls {
	display: none!important;
}

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

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


/***************** theme mouse parallax ******************/



.wpb_row .theme-parallax-scene {
    position: absolute!important;
    top: 0;
    left: 0;
    margin: 0!important;
    padding-bottom: 0px!important;
    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 .theme-parallax-scene li {
	height: 100%;
	width: 100%;
}

.wpb_row .theme-parallax-scene div {
	margin-left: -10%;
	top: -10%;
    min-height: 100%;
    width: 120%;
    height: 120%;
    background-size: cover;
    margin-bottom: 0!important;
    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 .theme-parallax-scene[data-scene-position="center"] div { background-position: center;}
.wpb_row .theme-parallax-scene[data-scene-position="bottom"] div { background-position: center bottom;}
.wpb_row .theme-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: 0px;
}

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

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

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

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


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

.flex-direction-nav {*height: 0;}
.flex-direction-nav a {
	display: block;
	line-height: 22px;
	position: relative;
	background-color: #ea2e49;
    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!important;
}

.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!important;
}

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

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

.flex-direction-nav .flex-next span {background-image: url("img/icons/slider-arrows-small.png")!important; 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")!important; 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%!important; 
}

#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: 0px!important;
	width: 100%!important;
	height: auto!important;
	display: block;	
}

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

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

.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!important;
}

.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: 0px;
	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: 0px;
	height: 7px;
	top: 1px;
	position: relative;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-o-border-radius: 1px;
	background-color: #ea2e49;
}

.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: 0px;
	height: 7px;
	margin: 1px;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-o-border-radius: 1px;
	background-color: #ea2e49;
}

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%!important;
}

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

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!important;
}

video, audio {
	visibility: hidden;
}

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

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

.wp-video { width: 100%!important; }

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

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

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!important;}

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

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

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

.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!Important;
}

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

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

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: 'Gotham A', 'Gotham B';
	text-transform: uppercase;
	letter-spacing: 2px!important;
	font-size: 12px;
	margin-bottom: 7px!important;
}

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

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


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

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

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

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

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

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

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

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

.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!important;
}

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

.carousel-wrap[data-full-width="true"] .carousel-heading i {
	background-color: transparent!important;
    color: #888888;
    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: 0px;
}

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

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

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


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: 0px;
	z-index: 100;
	background-color: #f8f8f8;
}

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

.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!important;
    position: absolute;
    top: 0px;
    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: 0px;
	padding-left: 1px;
}

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

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

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

.carousel {
	opacity: 0;
}

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

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

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

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

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

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: 0px;
	margin-bottom: 0px;
}


.home .blog-recent .span_3 .post-header {
    color: #999;
    font-size: 11px;
    margin-bottom: 12px;
}

.home .blog-recent .span_3 .post-header h3 a {
	color: #ea2e49;
}

.blog-recent .mejs-container {
	margin-bottom: 15px;
}

.home .blog-recent .span_3 .post-header h3, .blog-recent .span_3 .post-header h3 {
	margin-bottom: 3px;
	letter-spacing: -0.2px;
	font-size: 16px;
	line-height: 23px;
}

.home .blog-recent .span_3 .post-header a, .home .blog-recent .span_3 .post-header h3 a:hover {
	color: inherit!important;	
}

.home .blog-recent .span_3 .post-header a:hover {
	color: #ea2e49;
}

.blog-recent .span_3 .video-wrap {
	position: relative;
	padding-bottom: 54.25%;
	padding-top: 5px;
	height: 0;
	margin-bottom: 15px;
}

.blog-recent .span_3 .video-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blog-recent div:last-of-type {
	margin-right: 0;
}

.video-wrap iframe {
	opacity: 0;
	visibility: hidden;
}

.blog-recent .span_3 .audio-wrap {
	margin-bottom: 15px;
}

.span_9 .carousel-heading {
	padding-right: 10px;
}

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

div.pp_pic_holder a:focus{outline:none} 
div.pp_overlay{background:#000!important;left:0;position:fixed;top:0;width:100%;z-index:95000!important; opacity: 0; transition: opacity 0.32s linear;}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:100000!important; -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!important; }
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%; background: #77c4d3;}
.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!important;}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px; padding: 0px!important;}
.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!important;}
.pp_gallery{display:none!important;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!important}

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

.pp_loaderIcon{background:url(img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; background-color: transparent; display:none;height:100%!important; width:100%!important;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!important;
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: 'Gotham A', 'Gotham B'; }
body a.pp_close .icon-default-style[class^="icon-"] { 
	backface-visibility: hidden; 
	-moz-backface-visibility: hidden; 
	-webkit-backface-visibility: hidden; 
	text-shadow: 0px 1px 2px rgba(0,0,0,0.4);
	left: -2px;
	width: 34px!important;
	height: 34px!important;
	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!Important; font-size: 18px!important; max-width: none!important; line-height: 32px!important;}
body a.pp_close:hover .icon-default-style[class^="icon-"] { color: rgba(255, 255, 255, 1)!important; 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!important}
#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!important;
	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!important;
	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!Important;
	text-shadow: 0px 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!Important;
	
}

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

/***************** Scrollbar ******************/

#ascrail2000 {
	background-color: #555;
	width: 16px!important;
	z-index: 100000;
	z-index: 100000!important;
}







/* BBPress */

.bbp-author-avatar img {
	margin-bottom: -3px!important;
}

body #bbpress-forums fieldset.bbp-form {
	border: 1px solid #D9D9D9;
}

#bbpress-forums fieldset.bbp-form p {
	padding-bottom: 10px;
}

#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
	font-weight: normal!important;
}

#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
	padding-left: 15px;
}

#bbpress-forums div.bbp-forum-header, #bbpress-forums div.bbp-topic-header, #bbpress-forums div.bbp-reply-header {
	background-color: #f4f4f4!important;
}

.bbp-topic-meta {
	margin-top: 1px!important;
}

#bbpress-forums li.bbp-header {
	background-color: #f1f1f1!important;	
}

#bbpress-forums .wp-editor-container, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
	border: 1px solid #DDD!important;	
}

.bbp-topic-permalink {
	font-size: 14px;
}

.topic .bbp-topic-title {
	margin-top: 2px!important;
}

.bbp-template-notice p {
	padding: 4px!important;	
}

#bbp_search_submit, #members_search_submit {
	padding: 10px 11px!important;
}

#bbpress-forums #subscription-toggle {
	color: #ccc;
}

body #bbpress-forums fieldset.bbp-form {
	padding-bottom: 20px;
}


/* BuddyPress */

#buddypress button, #buddypress a.button, #buddypress input[type="submit"], #buddypress input[type="button"], #buddypress input[type="reset"], #buddypress ul.button-nav li a, #buddypress div.generic-button a, #buddypress .comment-reply-link, a.bp-title-button {
	background-color: #333333;
    border: medium none!important;
    border-radius: 2px;
    color: #FFFFFF!important;
    cursor: pointer;
    font-size: 12px;
    padding: 7px 11px;
    transition: all 0.2s linear 0s;
    width: auto;
}

#buddypress form#whats-new-form textarea {
	width: 100%!important;
}

#buddypress #members_search {
	width: auto!important;
}

#buddypress #activity-stream p {
	padding-bottom: 0px;
	margin-top: 0px;
}

#buddypress form#whats-new-form #whats-new-submit {
	margin-top: 0px;	
}

#buddypress .avatar-50 {
	width: 50px!important;
	height: 50px!important;
}

#buddypress .activity-list li.mini .activity-avatar img.avatar, #buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic {
	width: 20px!important;
	height: 20px!important;
}

#buddypress ul.item-list li, #buddypress ul.item-list {
	border-color: #e3e3e3;
}
#buddypress .standard-form textarea, body #buddypress div.activity-comments form textarea, #buddypress .standard-form input[type="text"], #buddypress .standard-form input[type="text"], #buddypress .standard-form input[type="color"], #buddypress .standard-form input[type="date"], #buddypress .standard-form input[type="datetime"], #buddypress .standard-form input[type="datetime-local"], #buddypress .standard-form input[type="email"], #buddypress .standard-form input[type="month"], #buddypress .standard-form input[type="number"], #buddypress .standard-form input[type="range"], #buddypress .standard-form input[type="search"], #buddypress .standard-form input[type="tel"], #buddypress .standard-form input[type="time"], #buddypress .standard-form input[type="url"], #buddypress .standard-form input[type="week"], #buddypress .standard-form select, #buddypress .standard-form input[type="password"], #buddypress .dir-search input[type="search"], #buddypress .dir-search input[type="text"] {
	padding: 10px!important;
	width: 100%;
	border: 0px;
	border-bottom: 1px solid #fff;
	font-family: 'Gotham A', 'Gotham B';
    font-size: 12px;
    line-height: 22px;
    color: #555;
    background-color: #ededed; 
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

#buddypress div.activity-comments form .ac-textarea {
	background-color: transparent;
	padding: 0px;
	border: none;
}

#buddypress a.bp-primary-action span, #buddypress #reply-title small a span {
	background-color: #555;
}

#buddypress form#whats-new-form p.activity-greeting {
	padding-bottom: 0px!important;
	line-height: 14px;
}

#buddypress .standard-form textarea:focus, #buddypress .standard-form input[type="text"]:focus, #buddypress div.activity-comments form .ac-textarea textarea:focus {
	background-color: #e8e8e8;
}

#buddypress div.activity-comments ul li {
	padding: 20px 0 0!important;
}

#buddypress .acomment-options {
	margin-bottom: 15px;
	margin-left: 60px;
}

#buddypress #groups_search {
	width: 200px;	
}

#buddypress .standard-form label, #buddypress .standard-form span.label, #buddypress div.item-list-tabs ul li.selected a, #buddypress div.item-list-tabs ul li.current a {
	font-weight: normal!important;
}

#buddypress form#whats-new-form #whats-new-options select {
	margin-top: 0px;
}

#buddypress div#subnav.item-list-tabs {
	margin: 20px 0px;
}

#buddypress #whats-new-options {
	margin-top: 10px;
}

#buddypress #whats-new-post-in, #buddypress select {
	padding: 9px!important;
}

.buddypress h1 {
	margin-bottom: 30px;
}

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

#page-header-wrap {
	height: 59px;	
	margin-top: -104px !important;
	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: -68px;
	color: #fff;
	display: block!important;
	-webkit-font-smoothing: antialiased;
	/* margin-top: -100px !important; */
}

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

#page-header-bg[data-parallax="1"] {
	opacity: 0;
	overflow: hidden;
	margin: -100px 0!important;
	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!important;
}

#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-family: 'Gotham A', 'Gotham B';
	font-size: 58px;
	line-height: 64px;
	margin-bottom: 0px;
	display: block;
	color: #fff;
	z-index: 101;
	font-weight: bold;
	/* text-transform: uppercase; */
	text-align: center;
	text-shadow: 0px 0px 15px rgba(0,0,0,0.45);
}

.single #page-header-bg #single-below-header span {
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}

#page-header-bg #portfolio-nav a i, #page-header-bg span,
#page-header-bg a.pinterest-share i, #page-header-bg a.facebook-share i, #page-header-bg a.linkedin-share i, #page-header-bg .twitter-share i, #page-header-bg .google-plus-share i, 
#page-header-bg .icon-heart, #page-header-bg .icon-heart-2 { color: #fff; }

.single #page-header-bg #single-below-header > span, .single #page-header-bg #single-meta ul li , #page-header-bg .theme-social > *{ border-color: rgba(255,255,255,0.25); }

#page-header-bg .subheader {
	font-size: 36px;
	line-height: 48px;
	color: #fff!important;
	font-family: 'Gotham A', 'Gotham B';
	font-weight: 100;
	text-align: center;
	display: block;
	text-shadow: 0px 0px 15px rgba(0,0,0,0.45);
}

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

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

#page-header-bg[data-text-alignment="center"] .span_6, .page-header-no-bg[data-text-alignment="center"] .span_6 {
	left: 0px;
	width: 100%!important;
}

#page-header-bg[data-text-alignment="center"] h1 {
	margin-bottom: 12px!important;	
}

#page-header-bg[data-text-alignment="center"] h1, .page-header-bg[data-text-alignment="center"] .subheader {
	max-width: 900px;
	margin: 0 auto;
	display: block;
}





/* fullscreen header */

#page-header-bg.fullscreen-header, #page-header-wrap.fullscreen-header {
	width: 100%;
	position: relative;
	transition: none!important;
	-webkit-transition: none!important;
}

#page-header-bg[data-parallax="1"].fullscreen-header {
	position: fixed;
}

html .single-post #page-header-bg.fullscreen-header, html .single-post #page-header-wrap.fullscreen-header {
	height: 1250px;
}

#page-header-wrap.fullscreen-header {
	background-color:#2b2b2b;
}

#page-header-bg.fullscreen-header .span_6 {
	opacity: 1;
}

#page-header-bg.fullscreen-header h1 {
	font-size: 5.5vw !important;
	line-height: 5.9vw !important;
}

.single-post #page-header-bg.fullscreen-header, .single-post #single-below-header.fullscreen-header {
	background-color: #f8f8f8; 
}

.single-post #single-below-header.fullscreen-header {
	position: relative;
    z-index: 10;
}

.single-post #single-below-header.fullscreen-header {
	border-bottom: 1px solid #DDDDDD;
}

.single-post #single-below-header.fullscreen-header > span {
	width: 33.33%;
	text-align: center;
	display: block;
	float: left;
	transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	font-size: 14px!important;
	position: relative;
	height: 95px;
	overflow: hidden;
	color: #afafaf;
	line-height: 95px;
}

.single-post #single-below-header.fullscreen-header .icon-default-style {
	font-size: 18px!important;
	position: relative;
	top: -1px;
	margin-right: 8px;
	display: inline;
}

.single-post #single-below-header.fullscreen-header > span span {
	float: none!important;
	display: inline;
	color: #afafaf;
	font-size: 14px!important;
}

.single-post #single-below-header.fullscreen-header {
	margin-top: 0!important;
}

.single-post #single-below-header.fullscreen-header .meta-share-count > a span.plural,
.single-post #single-below-header.fullscreen-header .meta-share-count > a span.singular {
	opacity: 0;
}

.single-post #single-below-header.fullscreen-header .meta-share-count > a span.singular {
	position: absolute;
}


.single.single-post .fullscreen-header .blog-title {
	text-align: center;
}
.single.single-post .fullscreen-header .blog-title h1 {
	max-width: none!important;
}

.single-post #single-below-header.fullscreen-header .theme-social {
	position: absolute;
	width: 100%;
	top: 0;
}

.single-post #single-below-header.fullscreen-header  .theme-social.hide-share-count > * {
	border: none!important;
	padding: 0 5px!important;
	opacity: 0;
	top: 10px;
}

.default-blog-title.fullscreen-header {
	background-color: #333!important;
}

.single-post.staplefun .container-wrap.fullscreen-blog-header, body.single-post[data-bg-header="true"].staplefun .container-wrap {
	padding-top: 70px!important;
	margin-top: 0!important;
}

.single-post #page-header-bg.fullscreen-header.bottom-shadow:before {
	background: -moz-linear-gradient(center top , rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.06) 16%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.6) 100%);
	background: -webkit-linear-gradient(top , rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.06) 16%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.6) 100%);
	bottom: 0;
    content: " ";
    display: block;
    height: 351px;
    left: 0;
    position: absolute;
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
    width: 100%;
}

.single-post #page-header-bg.fullscreen-header.bg-overlay:after {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
	content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
    width: 100%;
}

.hidden-social-img {
	position: absolute;
	width: 1px;
	height: 1px;
	visibility: none;
	opacity: 0;
}

.default-blog-title.fullscreen-header {
	position: relative;
}

#page-header-bg.fullscreen-header .avatar {
	border-radius: 100%; 
}

#page-header-bg.fullscreen-header  .meta-author span {
	display: block;
}

#page-header-bg.fullscreen-header  .meta-author img {
	margin-bottom: 0px;
	height: 50px;
	width: auto;
}

#page-header-bg.fullscreen-header  .meta-author {
	font-size: 18px;
}

#page-header-bg.fullscreen-header .author-section .meta-date {
	font-size: 12px;
	color: rgba(255,255,255,0.8);
}

#page-header-bg.fullscreen-header .author-section .meta-date i {
	font-size: 12px!important;
}

#page-header-bg.fullscreen-header .author-section a {
	color: #fff!important;
	display: block;
	margin-bottom: -2px;
}

#page-header-bg.fullscreen-header .author-section a:hover {
	color: rgba(255,255,255,0.85)!important;
}

#page-header-bg.fullscreen-header .author-section {
	width: 100%;
	z-index: 10;
	text-align: center;
}

#page-header-bg.fullscreen-header .author-section span {
	padding-left: 0;
	line-height: 20px!important;
	font-size: 20px;
}

#page-header-bg.fullscreen-header .author-section .avatar-post-info {
	margin-left: 10px;
}

#page-header-bg.fullscreen-header .author-section .avatar-post-info, #page-header-bg.fullscreen-header .author-section .meta-author  {
	text-align: left;
	display: inline-block;
	top: 9px;
}

.section-down-arrow {
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -30px;
}

.section-down-arrow i.icon-default-style[class^="icon-"] {
	height: 60px!important;
	width: 60px;
	font-size: 20px!important;
	color: #fff!important;
	line-height: 60px!important;
	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!important;
}

.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!important;
	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!important;
}

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

.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!important;
	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!important;
	width: 29px!important;
	height: 29px!important;
	font-size: 14px!important;
	top: 0px!important;
	left: 0px!important;
	text-align: center!important;
	background-color: transparent!important;	
}


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

#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!important;
	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: #ea2e49!important;
}

.single .heading-title { padding-bottom: 35px; border-bottom: 1px solid #DDDDDD; margin-bottom: 35px;}


.single .row .section-title {
	padding: 0;
	margin: 0!important;
}


#page-header-bg .section-title {
	padding-bottom: 0;
	margin-bottom: 0;
}


/***************** Masonry Items / Search results ******************/

#post-area.masonry {
	opacity: 0;
	width: 1125px;
	margin-bottom: 60px;
	transition: none!important;
	overflow: visible!important;
}

body[data-ext-responsive="true"] #post-area.masonry {
	width: 102.2%;
}

#post-area.masonry.span_9 {
	width: 834px;
	margin-right: 5px;
}

body[data-ext-responsive="true"] #post-area.masonry.span_9 {
	width: 76.5%;
	margin-right: 0;
}

#post-area.masonry #pagination {
	position: absolute;
	bottom: -60px;
	padding-left: 0px;
}

#post-area.masonry  article.post .post-meta.no-img {
	top: 0px!important;
}

#post-area.masonry > article:last-child .content-inner {
	 border-bottom: 1px solid #DDDDDD!important;
}

#post-area.masonry article.post .post-content {
	padding-left: 0px!Important;
}

#post-area.masonry article.post .quote-inner, #post-area.masonry article.post .link-inner, #post-area.masonry article.post .status-inner, #post-area.masonry article.post .aside-inner {
	margin-bottom: 8px;
}

#search-results {
	margin-bottom: 30px;
	overflow: visible!important;
	visibility: hidden;
}

#search-results .result img {
	margin-bottom: 10px;
}

#post-area.masonry article.post .post-meta {
	display: block!important;
}

.search .row .col.section-title h1 {
	font-size: 28px!important;
	line-height: 42px!important;
	margin-bottom: 0px!important;
	text-transform: none!important;
	font-family: 'Gotham A', 'Gotham B'!important;
    letter-spacing: -1px!important;
}

.masonry-blog-item .post-meta {
	position: relative!important;
}

.masonry-blog-item .post-meta .date {
	border-bottom: 0px!important;
	line-height: 22px;
	padding-bottom: 0px!important;
	float: left;
	margin-bottom: 0px!important;
}

.light .masonry-blog-item p {
	color: #676767;
}

.masonry-blog-item .post-meta .theme-love-wrap {
	float: right;
}

.masonry-blog-item .content-inner {
	padding-bottom: 15px!important;
	margin-bottom: 15px!important;
}

.masonry-blog-item  h2.title {
	font-size: 20px!important;
    line-height: 26px!important;	
}

.masonry-blog-item .post-meta .date span {
	float: left;
	display: inline!important;
	text-transform: capitalize!important;
	font-family: 'Gotham A', 'Gotham B'!important;
	font-size: 12px!important;
	line-height: 12px!important;
	color: #676767!important;
}

.masonry-blog-item .more-link {
	margin-bottom: 10px;	
}

.masonry-blog-item .post-meta .theme-love-wrap {
	width: auto!important;
}

#search-results .result, .masonry-blog-item {
	width: 31%;
	display: inline-block;
	margin-bottom: 2.5%;
	-o-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	/* -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15); */
    
	/* box-shadow: 0 1px 2px rgba(0,0,0,0.15); */
	background-color: #ecf6f0;
	padding: 18px;
	position: relative;
}

.masonry-blog-item .jp-jplayer-video {
	height: 179px!important;
}

#post-area.span_9 .masonry-blog-item .jp-jplayer-video {
	height: 200px!important;
}

.masonry-blog-item {
	width: 30.8%;
}

/*.masonry-blog-item.ajax-loaded {
	margin-top: 100px;
}

body .portfolio-items .col.ajax-loaded {
 	margin-top: 100px;
}*/

#post-area.masonry.span_9 .masonry-blog-item {
	width: 46.8%;
}

#search-results .result {
	font-size: 11px;
}

#search-results .result span.bottom-line, .masonry-blog-item span.bottom-line {
	height: 1px;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 2px;
	left: 0px;
	/* background-color: #eaeaea; */
}

#search-results .result .title span {
	display: block;
	font-size: 12px;
	letter-spacing: 0px;
	font-family: 'Gotham A', 'Gotham B';
	color: #999;
	margin-top: 3px;
}

#search-results .result h2 {
	margin-bottom: 1px;
	font-size: 17px;
	line-height: 22px;
}

#search-results .result p {
	padding-bottom: 0px;	
}

article.result .title a {
	color: #ea2e49;
}

article.result .title a:hover {
	color: inherit!important;
}



/*-------------------------------------------------------------------------*/
/*	6.	theme Shortcode Styles
/*-------------------------------------------------------------------------*/

/***************** Icons ******************/
[class^="icon-"],[class*=" icon-"] {
	background-color: #ea2e49;
    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!Important;
}

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

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

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

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


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

[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: #ea2e49;
    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!important;
	height: 13px; 
	width: 15px;
	margin-right: 5px;
	font-size: 13px!important;
	color: #888;
	background-color: transparent!important;
}

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

body .theme-button i {
	background-color: transparent!important;
}

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 .circle-border, #sidebar .widget:hover .circle-border {
	border: 1px solid #ea2e49;
    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, .col:not(#post-area):not(.span_12):not(#sidebar):hover [class*=" icon-"].icon-3x, #sidebar .widget:hover [class^="icon-"].icon-3x {
	color: #fff!important;
	background-color: #ea2e49;
}

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

.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: 0px;
	top: 0px;
	border: 3px solid #333745;
	border-radius: 50%;
	height: 70px;
	width: 70px;
}

.iwithtext .iwt-icon img {
	/* width: 35px; */
	height: auto;
	padding: 0px;
	margin-left: 2px;
	margin-top: 2px;
}

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

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



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

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

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

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

.tabbed > ul li a {
	display: block;
	color: #888;
	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: 0px!Important;
	border-right: 1px solid rgba(0,0,0,0.06)!important;
}

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

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

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

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

.tabbed > ul li a.active-tab {
	color: #fff;
	border-color: #ea2e49!important;
	background-color: #ea2e49;
}

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

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

.tabbed .wpb_tab {
	opacity: 0;
}

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

/***************** 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: perspective(1000px) rotateY(25deg);
    -webkit-transform: perspective(1000px) rotateY(25deg);
    -o-webkit-transform: perspective(1000px) rotateY(25deg);
    -moz-webkit-transform: perspective(1000px) 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!important;
}

.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!important;	
}

.toggle.open h3 a {
	color: #fff!important;
	background-color: #ea2e49;
}

.toggle h3 {
	position: relative;
	z-index: 10;
	font-size: 12px!important;
	margin-bottom: 0px!important;	
}

.toggle h3 a {
	display: block;
	color: #888888;
	letter-spacing: 0px;
	font-size: 12px!important;
	line-height: 14px!important;
	padding: 14px 14px 16px 43px;
	font-family: 'Gotham A', 'Gotham B';
	background-color: rgba(0,0,0,0.045);
	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;
	color: #888888;
	top: 13px;
	width: 18px;
	height: 16px!important;
	line-height: 18px!important;
	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: 10px 14px;
	border-top: 0px;
	display: none;
	background-color: #fff!important;
	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);
}

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

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

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

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

.full-width-section {
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	box-sizing: content-box!important;
	-moz-box-sizing: content-box!important;
	-webkit-box-sizing: content-box!important;
	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;
/* 	padding-top: 40px; */
}

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

.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: 0px;
}

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

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

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

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

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

.full-width-section.parallax_section .parallax-bg, .full-width-content.parallax_section .parallax-bg {
	width: 100%;
	height: 100%;
	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 {
	background-size: auto!important;
	-moz-background-size: auto!important;
	-webkit-background-size: auto!important;
}

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

.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!important;
}

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

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

#footer-outer {
	/* color: #ccc; */
	position: relative; 
	/* z-index: -20; */
	background-color: #333745 !important;
	background: url(img/footer_texture.png) no-repeat center center;
	-webkit-background-size: cover;   -moz-background-size: cover;   -o-background-size: cover;   
	background-size: cover;
	height: 361px;
}

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

#footer-outer .widget h4 {
	color: #777;
	font-size: 12px;
	font-family: 'Gotham A', 'Gotham B';
    letter-spacing: 2px; 
    text-transform: uppercase;
	margin-bottom: 20px;
}

#footer-outer .widget {
	/* margin-bottom: 30px; */
	text-align: center;
}

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

#footer-outer .widget.widget_categories li, #footer-outer .widget.widget_pages li, #footer-outer .widget.widget_nav_menu li {
	border-bottom: 0px!important;
	padding: 0px!important;
}

#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;	
}

#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 {
	padding-top: 0px;
}

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

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

#footer-outer a:hover {
	color: #ea2e49;
}

#footer-outer .theme-button:hover {
	color: #fff!important;
}

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

#footer-outer #copyright {
	padding: 20px 0px;
	font-size: 12px;
	/* background-color: #1c1c1c; */
	color: #777;
}

#footer-outer #copyright li {
	float: left;
	margin-left: 20px;
}

#footer-outer #copyright .container div:last-child {
	margin-bottom: 0px;
}

#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 {
  line-height: 32px!important;
}

#footer-outer #copyright li a i:hover {
	color: #ea2e49;
}

#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: #ea2e49;
}

#footer-outer #copyright p {
	line-height: 20px;
	margin-top: 3px;	
	text-align: center;
	color: white;
	font-size: 12px;
}

#footer-outer #copyright .col ul {
	float: right;
}

#footer-outer #copyright li a.facebook { width: 12px;}
#footer-outer #copyright li a.twitter { width: 20px;}
#footer-outer #copyright li a.dribbble { width: 24px;}
#footer-outer #copyright li a.google-plus { width: 20px;}
#footer-outer #copyright li a.pinterest { width: 17px;}
#footer-outer #copyright li a.rss { width: 18px;}
#footer-outer #copyright li a.vimeo { width: 20px; text-indent: -9999px;}
#footer-outer #copyright li a.tumblr { width: 21px;}
#footer-outer #copyright li a.youtube { width: 21px;}
#footer-outer #copyright li a.linkedin { width: 19px;}
#footer-outer #copyright li a.behance { width: 27px; text-indent: -9999px;}
#footer-outer #copyright li a.instagram { width: 20px;}

#footer-outer #copyright #social .facebook, #footer-outer #copyright #social .facebook span { background-image: url(img/icons/social/facebook.png); }
#footer-outer #copyright #social .twitter, #footer-outer #copyright #social .twitter span { background-image: url(img/icons/social/twitter.png); }
#footer-outer #copyright #social .vimeo, #footer-outer #copyright #social .vimeo span { background-image: url(img/icons/social/vimeo.png); }
#footer-outer #copyright #social .dribbble, #footer-outer #copyright #social .dribbble span { background-image: url(img/icons/social/dribbble.png); }
#footer-outer #copyright #social .rss, #footer-outer #copyright #social .rss span { background-image: url(img/icons/social/rss.png); }
#footer-outer #copyright #social .skype, #footer-outer #copyright #social .skype span { background-image: url(img/icons/social/skype.png); }
#footer-outer #copyright #social .pinterest, #footer-outer #copyright #social .pinterest span { background-image: url(img/icons/social/pinterest.png); }
#footer-outer #copyright #social .google-plus, #footer-outer #copyright #social .google-plus span { background-image: url(img/icons/social/google-plus.png); }
#footer-outer #copyright #social .tumblr, #footer-outer #copyright #social .tumblr span { background-image: url(img/icons/social/tumblr.png); }
#footer-outer #copyright #social .youtube, #footer-outer #copyright #social .youtube span { background-image: url(img/icons/social/youtube.png); }
#footer-outer #copyright #social .linkedin, #footer-outer #copyright #social .linkedin span { background-image: url(img/icons/social/linked-in.png);  }
#footer-outer #copyright #social .behance, #footer-outer #copyright #social .behance span, #header-secondary-outer #social .behance, #header-secondary-outer #social .behance span { background-image: url(img/icons/social/behance.png);  }
#footer-outer #copyright #social .instagram, #footer-outer #copyright #social .instagram span { background-image: url(img/icons/social/instagram.png);  }
#footer-outer #copyright #social .icon-soundcloud { font-size: 26px; }

#header-secondary-outer #social .vimeo, #header-secondary-outer #social .vimeo span { background-image: url(img/icons/social/vimeo-header.png); }
#header-secondary-outer #social .behance, #header-secondary-outer #social .behance span { background-image: url(img/icons/social/behance-header.png); }


#footer-outer i, #header-secondary-outer #social i {
	font-size: 20px;
	width: auto;
	background-color: transparent!important;
}

#footer-outer #copyright i.icon-be {
	font-size: 24px;
}

#header-secondary-outer #social li .icon-be {
	font-size: 18px!important;
}


/***************** 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: 0px;
	padding: 4px;
	font-size: 11px;
	color: #666;
}

.widget_calendar table tbody tr td:first-child {
	border-left: 0px;
}

.widget_calendar table tbody tr:nth-child(2n+1) {
	background-color: #f0f0f0;
}

.widget_calendar table th {
	font-family: 'Gotham A', 'Gotham B';
	border-bottom: 0px;
	text-align: center!important;
	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: 0px;
	z-index: 1;
	width: 100%;
	text-align: center;
}

#footer-outer #footer-widgets .col .widget_calendar table tbody td {
	border: 0px;
	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: 0px;
}

#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: 0px;
	padding-bottom: 10px;
	font-family: 'Gotham A', 'Gotham B';
	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;
	width: 90%;
	margin: 0 auto;
}

.widget_search .search-form input[type=text], .newsletter-widget form input[type=email] {
	padding-right: 75px!important;
	border-radius: 0px 2px 2px 0px;
	margin: 0!important;
}

.widget_search .search-form input[type=submit], .newsletter-widget form input[type=submit] { 
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 0!important;
	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 !important;
    cursor: pointer;
    display: inline-block;
    float: left;
    margin: 3px 3px 0px 0px;
    padding: 5px 7px;
    position: relative;
    font-size: 8pt !important;
    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: #ea2e49;
	color: #fff!important;
}

#footer-outer #footer-widgets .col .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 !important;
    position: relative;
}

#footer-outer #footer-widgets .col .widget_recent_comments ul li:last-child {
	margin-bottom: 0px;	
}

#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: #ea2e49;
	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!important;
}

#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: 0px!important;
}

#footer-outer #footer-widgets .col ul li:first-child > a {
  padding-top: 0px!important;
}

#footer-outer #footer-widgets .rsswidget img {
	margin-bottom: -2px!important;
	margin-right: 2px;
}

/***************** Call to action ******************/

#call-to-action {
	position: relative; 
	background-color: #ea2e49;
	text-align: center;
	vertical-align: bottom;
}

#call-to-action .container {
	padding: 42px 0px 36px 0px!important;
	color: white;
	font-size: 32px;
}

#call-to-action a {
	color: #fff;
	opacity: 1;
	transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	z-index: 40000;
}


/*-------------------------------------------------------------------------*/
/*	8. Sidebar Styles
/*-------------------------------------------------------------------------*/

#sidebar div ul {
	margin-left: 0px;	
}

#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: 0px;
}

#sidebar #sidebar-inner {
	margin-bottom: 0px!important;
}

#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 {
    background: #333745;
    margin-bottom: 10px;
    color: #FFF;
    font-family: 'Gotham A', 'Gotham B';
    font-size: 20px;
    font-weight: 700;
    /* letter-spacing: 0; */
    /* margin-bottom: 15px; */
    padding: 15px;
    /* text-transform: uppercase; */
}

#sidebar .widget {
    background: #e9f4ee;
    padding-bottom: 20px;
}
 
#sidebar .widget ul {
    padding: 5px 20px;
}

#sidebar .widget ul li img {
	display: none;
}

#sidebar .widget_recent_comments h4, #sidebar .Simple_Flickr_Photos h4 {
	margin-bottom: 16px;
}

#sidebar .widget li.recentcomments {
	padding: 15px!important;
	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: 0px;
}


#sidebar .widget .tagcloud a, .post-tags a  {
	background-color: #333333;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    float: left;
    line-height: 22px;
    margin: 3px 3px 0px 0px;
    font-size: 8pt!important;
    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: #ea2e49;
}

#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!important;
	padding: 0px 0px 0px 20px;
}

#sidebar .widget.widget_categories li, #sidebar .widget.widget_pages li, #sidebar .widget.widget_nav_menu li {
	/* border-bottom: 0px!important; */
	padding: 0px!important;
}

#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: 0px;
}


#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!important;
}

.recent_projects_widget img, #sidebar #flickr img, #footer-outer #flickr img {
	margin-bottom: 0px!important;
	display: block;
	padding: 5px;
	background-color: #fff;
	margin-top: 0px;
	margin-left: 0px;
	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: #ea2e49;
}

.recent_projects_widget div a, #sidebar #flickr div a, #footer-outer #flickr div a {
	float: left;
	margin: 2% 2% 0 0;
	width: 32%!important;
}

.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: 0px!important;
}

.recent_posts_extra_widget ul li:first-child {
	padding-top: 0px!important;
}

.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: 0px;
}

.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!important;
}

/*-------------------------------------------------------------------------*/
/*	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: black;
    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: 'Gotham A', 'Gotham B';
    font-size: 12px;
    letter-spacing: 2px;
    border-color: #555;
    border-style: solid;
    border-width: 0;
    box-sizing: content-box!important;
    -webkit-box-sizing: content-box!important;
    -o-box-sizing: content-box!important;
    -moz-box-sizing: content-box!important;
}

#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!important;
    -webkit-box-sizing: content-box!important;
    -o-box-sizing: content-box!important;
    -moz-box-sizing: content-box!important;
}

#infscr-loading div { 
	opacity: 0;
	color: #555;
	font-size: 12px;
	font-family: 'Gotham A', 'Gotham B';
    letter-spacing: 2px; 
    text-transform: uppercase;
}

#infscr-loading img { margin-bottom: 0; /* display: none!important; */ }

#post-area {
	padding-right: 20px;	
	/* margin-top: 4px; */
}
 
#post-area.col_last {
	padding-left: 20px;	
	padding-right: 0px!important;	
}

#post-area.col_last.span_12 {
	padding-left: 0px;	
	float: none!important;
}

#post-area > article:last-child .content-inner {
	margin-bottom: 0px;	
	border-bottom: 0px;
}

article.post .more-link, .blog-recent .more-link  {
	display: block;
	margin-top: 25px;
	cursor: default;
	color: #fff;
}

article.post .content-inner {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 50px;
	margin-bottom: 50px;
}

article.post .more-link span, .blog-recent .more-link span {
	background-color: #333740;
	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: 0px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
}

article.post .more-link span:hover, .blog-recent .more-link span:hover {
	background-color: #ea2e49;
}

article.post .post-meta {
	position: absolute;
	left: 0px;
	top: 0px;	
}

article.post.masonry-blog-item  .post-meta {
	border-right: 0!important;
}

.recent-posts article.post .post-header a {
	color: #999;
}

.recent-posts-title {
	font-size: 12px!important;
	letter-spacing: 1.5px!important;
	margin-bottom: 7px!important;
}

.post-header, #single-below-header {
	margin-bottom: 12px;
	font-size: 11px;
	color: #888;
}

.recent-posts .post-header a {
	color: #888;
}

.recent-posts .post-header a:hover {
	color: #ea2e49;
}

.recent-posts .post-header .title {
	margin-bottom: 1px;	
}

.recent-posts .post-header .title a {
	color: #ea2e49;
}

.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: #ea2e49;
}

article.post .post-header h2 a:hover {
	color: inherit!important;
}

article.post .post-header a, article.result a, #single-below-header a {
	color: inherit!important;
}

#single-below-header a:hover {
	color: #ea2e49;
}

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: 0px;
}

.single .post-content {
	padding-left: 0px;
	margin-bottom: 40px;
	margin-top: 40px;
}

.single #single-meta {
	right: 0px;
	height: 21px;
}

.single #single-meta ul {
	margin-bottom: 0px;
}

.single #single-meta {
	margin-top: 4px;
}

.single #single-meta ul li {
	float: left;
	list-style: none;
	padding: 0px!important;
	border-bottom: 0px!important;
}

.single #single-meta ul li .theme-love-wrap {
	border-right: 1px solid #ddd;	
	margin-right: 20px;
	padding-right: 20px;
	width: auto!important;
}

.single #single-meta ul li .theme-love-wrap span {
	font-size: 12px;
    height: 13px;
    display: block;
    width: auto;
    padding-left: 0px; 
    font-family: 'Gotham A', 'Gotham B';
    line-height: 11px;
}

.single #single-below-header {
	margin-top: 8px;
	margin-bottom: 0px;
}

.single #single-below-header span {
	font-family: inherit!important;
	font-size: 11px;
	line-height: 16px;
	color:  #888;
	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: 0px;
	clear: both;
	visibility: hidden;
}

.single.single-property .section-title h1 {
	text-align: left !important;
	font-size: 48px !important;
	margin-top: 50px;
	text-transform: uppercase;
}

.single.single-post .section-title h1 {
	/* max-width: 800px; */
	text-align: left !important;
	font-size: 48px !important;
	text-transform: uppercase;
}

.post-content {
	padding-left: 95px;
}

article.post .content-inner {
	position: relative;	
}

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: #ea2e49;
	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: 0px;
}

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!important;
}

article.post.format-aside .aside-inner p, article.post.format-aside .aside-inner .post-header {
	color: #fff!important;
}

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: #ea2e49;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;	
}

article.post.quote .content-inner .quote-inner:hover .whole-link {
	background-color: #333333!important;
}

article.post.quote figure {
	margin: 0 auto!important;
}

article.post.quote blockquote {
	background-image: none!important;
	padding: 0px!important;
	color: #fff!important;
	font-family: inherit!important;
	margin: 0 auto!important;
}

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 (-moz-min-device-pixel-ratio: 1.5),
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)!important;
	}
	
	article.post.link .post-content .link-inner span.icon {
		background-size: 18px 20px;
		background-image: url(img/icons/link@2x.png)!important;
	}
	
	article.post.format-status .post-content .status-inner span.icon {
		background-size: 19px 17px;
		background-image: url(img/icons/status@2x.png)!important;
	}
	
	article.post.format-aside .post-content .aside-inner span.icon {
		background-size: 19px 17px;
		background-image: url(img/icons/aside@2x.png)!important;
	}
}



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!important;
}

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!important;
}

article.post .theme-love-wrap {
	visibility: hidden;	
}


article.post .post-meta a {
	color: #888888;
}

#post-area:not(.masonry) article.post .post-content .post-meta a.theme-love {
	left: -2px;
	position: relative;
}

article.post .post-meta a:hover {
	color: #ea2e49;
}

article.post h2.title {
	margin-bottom: 2px;
}


article.post .post-meta {
	display: block;
	margin-bottom: 20px;
	border-right: 1px solid #E6E6E6;
}

article.post .post-meta.no-img {
	top: 6px;
}

article.post .content-inner .post-featured-img img {
	max-width: none;
	margin-bottom: 15px!important;
	width: 100%;
}

.single article.post .content-inner .post-featured-img img {
	margin-bottom: 25px!important;
}

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: 0px;
	font-family: 'Gotham A', 'Gotham B';
}

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: 'Gotham A', 'Gotham B';
	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: 0px;
	z-index: 1;
	width: 100%;
	text-align: center;
}

p > a > i.icon-3x {
	margin-bottom: 0px!important;
}

#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: 0px!important;
}

#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: #333740 !important;
    background-repeat: no-repeat;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    padding: 11px 13px 10px 13px!important;
    background-position: -21px center;
    position: relative;
    text-transform: capitalize;
    transition: all 0.2s linear 0s;
    border-radius: 2px 2px 2px 2px;
    font-family: 'Gotham A', 'Gotham B';
}

#pagination > div {
	float: left;
	margin: 0px 5px 0px 0px;
}

#pagination > div:first-child {
	margin-left: 0px;
}

#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!important;
}

#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!important;
}

#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!important;
	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/pagination-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/pagination-arrows.png");
	background-position: 13px 12px;
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5),
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/pagination-arrows@2x.png")!important;
		background-size: 40px 9px!important;
	}
	
	#pagination .prev a, #pagination .prev.inactive, #pagination .page-numbers.prev, .woocommerce nav.woocommerce-pagination ul li .page-numbers.prev {
	    background-image: url("img/icons/pagination-arrows@2x.png")!important;
	    background-size: 40px 9px!important;
	}
}

#author-bio {
	padding-bottom: 50px;
	margin-bottom: 50px;
	min-height: 80px;
	box-sizing: content-box!important;
	-moz-box-sizing: content-box!important;
	-o-box-sizing: content-box!important;
	-webkit-box-sizing: content-box!important;
	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: 0px;
	position: absolute;
	left: 0;
	top: 0;
}

#author-bio .clear {
	padding-bottom: 0px;
}

.single #post-area.span_12 #author-info {
	width: 992px;
}

/*-------------------------------------------------------------------------*/
/*	10.	Comment Styles
/*-------------------------------------------------------------------------*/

#respond {
	background-color: transparent!important;
	box-shadow: none!important;
	padding: 0px!important;
}
	
#respond > p, #respond p.comment-notes, p.logged-in-as {
	margin-bottom: 10px;
}

p.logged-in-as {
	padding-bottom: 0px;	
}

body .comment-list {
	margin-bottom: 40px!important;
	margin-left: 0px;	
}

.comment-list li {
	list-style: none!important;
}

.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;
}

.comment-list .children {
	margin-left: 0px!important;
	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: #333745;
}

.comment-list .comment-author {
	color: #333;
	font-family: 'Gotham A', 'Gotham B';
}
.comment-list .comment-meta {
	font-size: 11px;
	line-height: 15px;
}

.comment-list .comment-meta a {
	color: #888;
}

.comment-list .comment-meta a:hover {
	color: #ea2e49;
}

.comment-list .reply a:hover {
	background-color: #ea2e49;
}

.comment-list li.comment > div p, .comment-list li.pingback > div p  {
	padding-bottom: 0px;
	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: 'Gotham A', 'Gotham B';
	text-transform: none;
	letter-spacing: -0.5px;
}

.comment-author a {
	color: inherit;
}

/*-------------------------------------------------------------------------*/
/*	11.	General Form Styles
/*-------------------------------------------------------------------------*/

input[type=text], textarea, input[type=email], input[type=password], input[type=tel], input[type=url], input[type=search], input[type=date]  {
	padding: 17px!important;
	border: 0px;
	font-family: 'Gotham A', 'Gotham B';    
	font-size: 12px;
  	color: 333745;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
	/* word-wrap: break-word; */
	/* display: inline-block; */
	width: 200px;
}

input[type=text]:hover, textarea:focus, input[type=email]:focus, input[type=search]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=date]:focus {
	background-color: #ea2e49;
	color: #ffffff;
}

input[type=submit], button[type=submit] {
	background-color: #ea2e49;
    
	padding: 0 15px;
    border: none;
    color: #fff;
    cursor: pointer;
    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;
	font-size: 14px; 
	border-radius: 0px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 0px;
	-o-border-radius: 2px;
	height: 50px;
	font-family: 'Gotham A';
	font-weight: 600;
}

input[type=submit]:hover, button[type=submit]:hover {
	background-color: #ea2e49;
}

select {
	padding: 50px!important;
	width: 200px;
	border: 0px!important;
	border: none!Important; 
	font-family: 'Gotham A', 'Gotham B'; 
    font-size: 12px;
    line-height: 22px;
    color: #555;
	background-color: #f6f792;
    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: 0 !important;
	float: left;
	display: table;
	height: 50px;
}

textarea {
	max-width: 100%;	
	background: #e9f4ee;
}

#comment {
	height: 300px;	
	width: 700px;
}

label span {
	color: #ea2e49;
}





/******** 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('woff'),
		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'!important;
	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;
}


/* Filter Unordered Lists */
#filters {
    margin: 0 auto !important;
    max-width: 1207px;
    display: block;
    /* z-index: 10000; */
    /* position: absolute; */
    /* margin-left: -20px !important; */
}

#filters li {
display: inline-block;
list-style-type: none;
list-style: none !important;
float: left;
margin: 0 2px 0 0;
margin-bottom: 1px;
/* width: 200px; */
}

.whats-happening-rss {
	width: 60px;
	margin-left: 24px !important;
}

#findyourhome li {
display: inline-block;
list-style-type: none;
margin: 0 10px 40px 0;
list-style: none !important;
width: 290px;
float: left;
height: 431px;
background: #77c4d3;
}

.findyourhome-thumbnail {
	height: 214px;
	overflow: hidden;
}

.findyourhome-meta {
	padding: 18px;
}

.findyourhome-meta a {
	color: #333745 !important;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;	
}

.findyourhome a:hover {
	color: pink !important; 
}

.findyourhome-price {
	padding: 18px;
	background: white;
	font-size: 18px;
	margin-top: -6px;
	display: block;
	height: 80px;
	text-align: center;
}
.findyourhome-builder {
	height: 60px;
	font-size: 14px;
}

.findyourhome_filters {
	margin-top: -141px;
	background-color: rgba(119, 196, 211, 0.9);
	display: table;
	margin-bottom: 80px !important;
	padding: 14px 2%;
	height: 78px;
}

.findyourhome_filters span {	
	text-transform: uppercase;
	color: white;
	font-weight: 600;
	font-size: 14px;
}

.advance-search-btn-widget, #filters-widget li {
	width: 220px !important;
	margin: 0 !important;
}
 #filters-widget li ul {
	 margin: 0 !important;
 
	 padding: 0 !important;
}
 #filters-widget li li {
	 padding: 10px 20px !important;
	 margin: 0 !important;
}

#directory li {
	display: inline-block;
	list-style-type: none;
	margin: 5px;
	list-style: none !important;
	width: 290px;
	float: left;
	height: 256px;
	background: #e9f4ee;
	padding: 20px;
	font-size: 14px;
}

.directory_filters {
	margin-top: -158px;
	background-color: rgba(119, 196, 211, 0.9);
	display: table;
	margin-bottom: 80px !important;
	padding: 14px 100px;
}

.directory_filters span {	
	text-transform: uppercase;
	color: white;
	font-weight: 600;
	font-size: 14px;
}


.utility-nav-hamburger {
	padding: 30px; 
	background-color: #ea2e49; 
	position: absolute; 
	top: 0; 
	right: 0; 
	background-image: url(img/icons/utility_hamburger.svg); 
	z-index: 10000;
}

.utility-nav-hamburger-responsive {
	display: none !important;
}


.social-nav-heart {
	padding: 30px; 
	background-color: #ea2e49; 
	position: absolute; 
	top: 0; 
	left: 0; 
	background-image: url(img/icons/heart.svg); 
	z-index: 10000;
}

.social-nav {
	z-index: 10000;
	position: fixed;	
	float: left;
	padding: 20px;
	background: rgba(119,196,211,0.75);
	height: 62px;
	margin: 0;
	padding: 0;
}

ul.social-nav li {
	height: 62px;
	line-height: 62px;
	margin: 0;
	padding: 0 5px;
}
ul.social-nav li img {
	height: 35px;
	vertical-align: middle;
}

.utility-nav {
	z-index: 10000;
	position: fixed;	
	float: right;
	padding: 20px;
	background: rgba(119,196,211,0.75);
	right: 0;
}

.utility-nav li, .social-nav li {
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 22px;
}

.utility-nav li a, .social-nav li a {
	color: white !important;
	font-weight: 600;
}

.FindYourHome_Homepage {
	margin-top: -183px;
	background-color: rgba(119, 196, 211, 0.9);
	height: 183px;
}


.FindYourHome_Homepage_buttons {
	text-align: center; 
	width: 564px; 
	margin: 0 auto;
}


/*
#menu-item-18 {
	margin-right: 150px;
}

#menu-item-19 {
	margin-left: 150px;
}
*/

.full-width-homepage {
	margin-bottom: -68px !important;
	z-index: 2000;
	
}

.button-yellow {
	width: 248px !important;
	border-bottom: 4px solid #c6c749 !important;
	background-color: #f6f792 !important;
	border-radius: 0 !important;
	margin-bottom: 5px;
	padding: 20px!important;
	font-weight: bold;
	color: #333745;
	font-size: 18px !important;
	text-shadow: none !important;
	border-color: transparent;
	border: none;
	display: block;
}

.ls-bottom-nav-wrapper {margin-top: -200px;}

.thirsty-script {
	font-family: 'thirsty_script_boldregular';
	color: white;
}


.BusinessReady-icons {
	background: url(http://www.stapletondenver.com/wp-content/uploads/2016/04/StapletonBusinessNow.png) no-repeat 0px 0px;
	/* margin-top: -63px; */
	text-align: center;
	width: 100%;
	margin: 0px auto;
	display: table;
	/* padding: 40px 0; */
}

a.BusinessReady {
	color: #f18b30 !important;
}

.footer-realtorsignup {
	padding: 11px 50px;
	background: url(img/icons/RealtorNewsletter.svg) no-repeat 0px 0;
	font-size: 18px;
	background-size: 45px;
	margin-left: 40px;
	color: white;
}


.textwidget {
	padding: 20px;
}





#footer-social {
			text-align: center;
		}

		#footer-social h3 {
			color: #FFF;
			font-weight: 700;
		}

		#footer-social ul {
		    list-style-type: none;
		    height: 35px;
		    margin: 0;
		    padding: 0;			
		}
		#footer-social ul li {
		    display: inline;
		    height: 35px;
		    line-height: 35px;
		    margin: 0;
		    padding: 0 5px;
		}

		#footer-social ul li a {
			border: 0 !important;
		}

		#footer-social ul li img {
			height: 35px;
		}




.masonry-grid {
		height: 625px; 
		margin: 0; 
		padding: 0; 
		position: relative; 
		width: 100%;
	}

	.masonry-grid .grid-item {
		margin: 0;
	    padding: 50px;
		text-align: center; 
		display: flex; 
		flex-direction: column; 
		justify-content: center; 
/*					resize: vertical; */
		overflow: auto;
		background-repeat: no-repeat;
		-webkit-background-size: cover; 
		-moz-background-size: cover; 
		-o-background-size: cover; 
		background-size: cover;
	}

	.masonry-grid .grid-item h4, p {
		z-index: 10999;
	}

	.masonry-grid .grid-item:before{
	  position: absolute;
	  content:" ";
	  top:0;
	  left:0;
	  width:100%;
	  height:100%;
	  display: none;
	  z-index:0;
	  background-color: rgba(234,46,73,0.8);
	}
	.masonry-grid .grid-item:hover:before{
	  display: block;
	}

	/* 2 cols, 2 rows */
	.masonry-grid .grid-item-1-1 {
		height: 50%;
		width: 25%;
	}
	.masonry-grid .grid-item-2-2 {
		height: 100%; 
		width: 50%; 
	}
	/* 2 cols, 1 row */
	.masonry-grid .grid-item-2-1 {
		height: 50%; 
		width: 50%;
	}

	.masonry-grid .push-2 {
		position: absolute;
		left: 50%;
	}
	.masonry-grid .push-3 {
		position: absolute;
		left: 75%;
	}
	.masonry-grid .top {
		top: 0;
	}
	.masonry-grid .bottom {
		bottom: 0;
	}
	@media only screen and (max-width: 1250px) {
		.masonry-grid .grid-item, .masonry-grid .grid-item-1-1, .masonry-grid .grid-item-2-1, .masonry-grid .grid-item-2-2 {
			clear: both;
			float: left;
			height: 230px;
			position: relative !important;
			width: 100% !important;
			padding: 50px;
		}
		.masonry-grid .push-2, .masonry-grid .push-3 {
			clear: both;
			float: left;
			height: 230px;
			left: 0;
			position: relative !important;
			width: 100%;
			padding: 50px;
		}
		.masonry-grid .grid-item h4, p {
			z-index: 999 !important;
			-webkit-transform: translate3d(0,0,0);
		}

	}	


.Home-icons {
	padding: 0 40px;
	width: 80%;
	display: table;
	margin: 0 auto;
}	
	
.Home-iwt {
	width: 20%;
	text-align: center;
	margin: 30px auto;
	float: left;
}	
	
.Home-iwt a {
	font-size: 16px;
	font-weight: 600;
	color: #333745 !important;
	
}


.BusinessReady-icons {
	padding: 150px 0 0;
}	
	
.BusinessReady-iwt {
	width: 20%;
	text-align: center;
	margin: 0 auto;
	float: left;
}	
	
.BusinessReady-iwt a {
	font-size: 16px;
	font-weight: 600;
	color: #77c4d3 !important;
	
}

.selectbox {
	border: none;
	padding: 0 0 0 10px;
	text-align: left;
	background: #f6f792;
	cursor: pointer;
	color: #333745;
	width: 221px;
	height: 50px;
	clear: both;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 0px;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
}
.selectbox-wrapper{ position:absolute; z-index: 420;}
.selectbox-wrapper ul{background:none;margin: 0 !important;/* width: 172px; */}
.selectbox-wrapper ul li {
	line-height: 20px;
	cursor: pointer;
	border: none;
	width: 100%;
	background: #f6f792;
	padding: 10px;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	margin-top: 1px;
}
.selectbox-wrapper ul li:hover {
	background:#ea2e49 !important;
	color: #fff;
	}

/*
#sortPropertyprice_container, #sortDirectorydistrict_container {
	position: relative;
	left: 176px;
	top: 64px;
}
#sortPropertybedrooms_container {
	position: fixed;
	left: 523px;
}
*/

.filterable-grid {
	margin: 0  !important;
}

#resources li {
display: inline-block;
list-style-type: none;
margin: 5px;
list-style: none !important;
width: 290px;
float: left;
height: 130px;
background: #e9f4ee;
padding: 20px;
font-size: 14px;
}


/* Gravity Forms */
#gform_1 {
	/* background: #77c4d3; */
	padding: 30px;
	/* height: 450px; */
	width: 830px;
}

#GF_builder {
	display: none; 
	height: 400px; 
	width: 400px; 
	background: aqua;
}


#breadcrumbs {
	font-size: 14px;
	font-weight: 800;
	margin-top: -27px;
	margin-bottom: 10px;
}

.pagination-wrapper {
	padding: 10px;
	display: table;
	margin: 0 auto;
}

#property-info {
	clear: both;
	display: inline-table;
	width: 100%;
	margin-bottom: 70px;
}

#property-images {
	width: 68%; 
	float: left; 
	margin: 0 20px 80px 0;
}

#property-details {
	width: 252px;
	float: left;
/* 	background: lightblue; */
	text-align: center;
	padding: 0 20px;
	font-size: 14px;
}
.property-details-head {
	font-size: 18px;
	font-weight: 800;
}
.property-contact-builder-link2 {
	font-size: 16px; font-weight: bold;
}

.chatbubble {z-index: 10000;}

.blaw {display: none;}


.masonry-grid .grid-item h4 a {
	text-transform: uppercase;
    	width: 80%;
  	  margin: 0 auto;
    color: #FFF;
    font-weight: bold;
display: block;
}
/*
.copy {
	padding: 0 180px;
}
*/

/* Marketo Forms */
.mktoform {padding: 40px !important;} 
.mktofield {width: 340px !important; } 
textarea#message {width: 700px !important;}


.mktoForm {
    text-align: left;
    padding: 10px 50px;
    background: #77c4d3;
}
.mktoModalContent {
	padding: 0 !important;
}

.lightboxButton {
	cursor: pointer;
}


/* START Print styles */
@media print {
#sidebar, #header-outer, #page-header-wrap, .comments-section, #call-to-action, #footer-outer, .property-contact-builder-link, .property-map, .property-download {display: none;}
#property-images {width: 50%; margin: 0;}
#property-info {margin-bottom: 0 !important;}
.csslider > .cs_bullets {display: none !important;}
.single .post-content {margin-top: -150px !important; padding: 0 !important;}
}