/*
	Theme Name: Cornerstone Housing
	Version: 1.0
	Author: Eggcellent
	Author URI: http://www.eggcellent.net.au/
	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*-------------------------------------------------------------------------*/
/*  1. The Primary Styles
/*-------------------------------------------------------------------------*/

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;
}
html, body {
	height: 100%;
}
html {
	overflow-x: hidden;
	max-width: 100%;
	font-size: 62.5%
}
body {
	font-family: 'source-sans-pro', Helvetica, Arial, sans-serif;
	font-size: 16px;
  	font-size: 1.6rem;
	line-height: 26px;
	font-weight: 300;
	color: #666;
	background-color: #fbfbfb;
}
body.nav-shown {
    overflow: hidden;
}
::-moz-selection {
	background-color: #2ea9d3;
	color: #fff;
}
::selection {
	background-color: #2ea9d3;
	color: #fff;
}
input[type=submit] {
	-webkit-appearance: none;
}
ol, ul {
	list-style: none;
}
a {
	color: #2ea9d3;
	text-decoration: none !important;
	transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
}
a:hover {
	color: inherit;
}
h1 { 
	font-size: 50px;
	font-size: 5.0rem;
	line-height: 60px;
}
h2 { 
	font-size: 40px; 
	font-size: 4.0rem;
	line-height: 50px;
}
h3 { 
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 40px;
}
h4 { 
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 30px;
}
h1, h2, h3, h4 {
	font-family: 'source-sans-pro', Helvetica, Arial, sans-serif;
	font-weight: 600;
	color: #444;
}
h1, h2, h3, h4 {
	margin-bottom: 10px;
}
h1.light, h2.light, h3.light, h4.light {
    font-weight: 300;
}
p {
	margin-bottom: 26px;	
}
p:last-child {
	margin: 0;
}
blockquote {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 36px;
	letter-spacing: 0.5px;
}
@media (max-width: 991px) {
	blockquote {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 26px;
	}
}
hr {
	margin-top: 20px;
    margin-bottom: 20px !important;
    border: 0;
    border-top: 1px solid #eee;
}
b, strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
img {
	max-width: 100%;
	height: auto;
	width: auto \9;
}
.none {
	display: none;
}

/* Custom Bootstrap columns */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
	.col-sm-15 {
		width: 20%;
    	float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/*-------------------------------------------------------------------------*/
/*  2.  The Header Styles
/*-------------------------------------------------------------------------*/

#header {
	position: relative;
	width: 100%;
	z-index: 1000;
}
#header ul li i {
	margin-right: 5px;
}
#header.main-header {
	padding: 20px;
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: 400;
	background-color: #fff;
	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);
	-webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
	-webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#header.main-header[data-transparent="true"] {
	position: absolute;
	background-color: transparent;
}
#header.main-header[data-starting-style="dark"] {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#header.main-header[data-starting-style="light"] {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#header.main-header .container {
	width: 100%;
}
#header.main-header ul li {
	margin-left: 20px;
	display: inline-block;
}
#header.main-header ul li:first-child {
	margin-left: 0;
}
#header.main-header ul li a {
	display: block;
	color: #888;
}
#header.main-header[data-starting-style="dark"] ul li a {
	color: rgba(0,0,0,0.5) !important;
}
#header.main-header[data-starting-style="light"] ul li a {
	color: rgba(255,255,255,0.5) !important;
}
#header.main-header ul li.highlight a {
	padding: 5px 10px;
    background-color: #2ea9d3 !important;
    color: #fff !important;
	transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
#header.main-header[data-starting-style="dark"] ul li.highlight a {
    background-color: rgba(0,0,0,1) !important;
}
#header.main-header[data-starting-style="light"] ul li.highlight a {
    background-color: rgba(255,255,255,1) !important;
    color: #000 !important;
}
#header.main-header.is-visible {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
#header.main-header.is-fixed {
    position: fixed;
    top: -80px;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
#header.main-header.is-fixed[data-style="dark"] {
    background-color: #000;
}
#header.main-header.menu-is-open {
    background-color: #fff;
}
#header.main-header.menu-is-open[data-style="dark"] {
    background-color: #000;
}
#header.main-header[data-style="dark"] {
	background-color: #1e1e1e;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#header.main-header[data-starting-style="dark"] {
	background-color: transparent;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#header.main-header h1 {
	font-size: 26px;
	font-size: 2.6rem;
	margin-bottom: 0;
	color: #000;
}
#header.main-header[data-style="dark"] h1 {
	color: #fff;
}
#header.main-header .logo {
	float: left;
	max-width: 100%;
	width: 195px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#header.main-header .logo img {
	position: absolute;
	opacity: 0;
	top: 0;
	transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
}
#header.main-header .logo img.default {
	opacity: 1;
}
#header.main-header[data-starting-style="light"] .logo img.default {
	opacity: 0;
}
#header.main-header[data-starting-style="light"] .logo img.light {
	opacity: 1;
}
#header.main-header[data-starting-style="dark"] .logo img.default {
	opacity: 0;
}
#header.main-header[data-starting-style="dark"] .logo img.dark {
	opacity: 1;
}
#header.main-header .secondary-nav {
	float: right;
}
#header.main-header ul > li:hover > a, #header.main-header ul > li:active > a, #header.main-header ul li.current-menu-item a, #header.main-header ul > li:hover > a, #header.main-header ul > li.open > a {
	color: #2ea9d3;
}
#header.main-header[data-starting-style="dark"] ul > li:hover > a, #header.main-header[data-starting-style="dark"] ul > li:active > a, #header.main-header[data-starting-style="dark"] ul li.current-menu-item a, #header.main-header[data-starting-style="dark"] ul > li.open > a {
	color: rgba(0,0,0,1) !important;
}
#header.main-header[data-starting-style="light"] ul > li:hover > a, #header.main-header[data-starting-style="light"] ul > li:active > a, #header.main-header[data-starting-style="light"] ul li.current-menu-item a, #header.main-header[data-starting-style="light"] ul > li.open > a {
	color: rgba(255,255,255,1) !important;
}
#header.main-header ul li.highlight a:hover {
    background-color: rgba(0,174,239, 0.8) !important;
    color: #fff !important;
}
#header.main-header .toggle-nav {
	display: none;
	position: relative;
	margin-left: 35px;
	float: right;
    text-align: center;
    line-height: 1;
	color: #888;
}
#header.main-header .toggle-nav .menu-icon {
	position: relative;
	display: inline-block;
    width: 18px;
    height: 2px;
    background-color: #888;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
#header.main-header .toggle-nav .menu-text {
	display: block;
    margin-top: 10px;
    font-weight: 400;
}
#header.main-header .toggle-nav .menu-icon:before, #header.main-header .toggle-nav .menu-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #888;
    right: 0;
    -webkit-transition: -webkit-transform 0.2s, top 0.2s, background-color 0.2s linear;
    -moz-transition: -moz-transform 0.2s, top 0.2s, background-color 0.2s linear;
    transition: transform 0.2s, top 0.2s, background-color 0.2s linear;
}
#header.main-header .toggle-nav .menu-icon:before {
	top: -5px;
}
#header.main-header .toggle-nav .menu-icon:after {
	top: 5px;
}
#header.main-header .toggle-nav:hover, #header .main-header .toggle-nav:active {
	color: #fff;
}
#header.main-header .toggle-nav:hover .menu-icon, #header.main-header .toggle-nav:active .menu-icon, #header.main-header .toggle-nav:hover .menu-icon:before, #header.main-header .toggle-nav:active .menu-icon:before, #header.main-header .toggle-nav:hover .menu-icon:after, #header.main-header .toggle-nav:active .menu-icon:after {
	background-color: #000;
}
#header.main-header[data-style="dark"] .toggle-nav, #header.main-header[data-style="dark"] .toggle-nav .menu-icon:before, #header.main-header[data-style="dark"] .toggle-nav .menu-icon:after {
	color: #ccc;
}
#header.main-header[data-style="light"] .toggle-nav:hover, #header.main-header[data-style="light"] .toggle-nav:active {
	color: #000;
}
#header.main-header[data-starting-style="dark"] .toggle-nav {
	color: rgba(0,0,0,0.5);
}
#header.main-header[data-starting-style="dark"] .toggle-nav .menu-icon {
	background-color: rgba(0,0,0,0.5);
}
#header.main-header[data-starting-style="dark"] .toggle-nav:hover, #header[data-style="dark"] .toggle-nav:active {
	color: rgba(0,0,0,1);
}
#header.main-header[data-starting-style="dark"] .toggle-nav .menu-icon:before, #header.main-header[data-starting-style="dark"] .toggle-nav .menu-icon:after {
	background-color: rgba(0,0,0,0.5);
}
#header.main-header[data-starting-style="dark"] .toggle-nav:hover, #header.main-header[data-starting-style="dark"] .toggle-nav:active {
	color: rgba(0,0,0,1);
}
#header.main-header .toggle-nav:hover .menu-icon, #header .toggle-nav:active .menu-icon, #header .toggle-nav:hover .menu-icon:before, #header.main-header .toggle-nav:active .menu-icon:before, #header.main-header .toggle-nav:hover .menu-icon:after, #header.main-header .toggle-nav:active .menu-icon:after {
	background-color: #fff;
}
#header.main-header[data-starting-style="dark"] .toggle-nav:hover .menu-icon, #header.main-header[data-starting-style="dark"] .toggle-nav:active .menu-icon, #header.main-header[data-starting-style="dark"] .toggle-nav:hover .menu-icon:before, #header.main-header[data-starting-style="dark"] .toggle-nav:active .menu-icon:before, #header.main-header[data-starting-style="dark"] .toggle-nav:hover .menu-icon:after, #header.main-header[data-starting-style="dark"] .toggle-nav:active .menu-icon:after {
	background-color: rgba(0,0,0,1);
}
#header.main-header[data-starting-style="light"] .toggle-nav {
	color: rgba(255,255,255,0.5);
}
#header.main-header[data-starting-style="light"] .toggle-nav .menu-icon {
	background-color: rgba(255,255,255,0.5);
}
#header.main-header[data-starting-style="light"] .toggle-nav:hover, #header[data-starting-style="light"] .toggle-nav:active {
	color: rgba(255,255,255,1);
}
#header.main-header[data-starting-style="light"] .toggle-nav .menu-icon:before, #header.main-header[data-starting-style="light"] .toggle-nav .menu-icon:after {
	background-color: rgba(255,255,255,0.5);
}
#header.main-header[data-starting-style="light"] .toggle-nav:hover, #header.main-header[data-starting-style="light"] .toggle-nav:active {
	color: rgba(255,255,255,1);
}
#header.main-header[data-style="light"] .toggle-nav:hover .menu-icon, #header[data-style="light"] .toggle-nav:active .menu-icon, #header[data-style="light"] .toggle-nav:hover .menu-icon:before, #header.main-header[data-style="light"] .toggle-nav:active .menu-icon:before, #header.main-header[data-style="light"] .toggle-nav:hover .menu-icon:after, #header.main-header[data-style="light"] .toggle-nav:active .menu-icon:after {
	background-color: #000;
}
#header.main-header[data-starting-style="light"] .toggle-nav:hover .menu-icon, #header.main-header[data-starting-style="light"] .toggle-nav:active .menu-icon, #header.main-header[data-starting-style="light"] .toggle-nav:hover .menu-icon:before, #header.main-header[data-starting-style="light"] .toggle-nav:active .menu-icon:before, #header.main-header[data-starting-style="light"] .toggle-nav:hover .menu-icon:after, #header.main-header[data-starting-style="light"] .toggle-nav:active .menu-icon:after {
	background-color: rgba(255,255,255,1);
}
#header.main-header .toggle-nav.is-clicked .menu-icon {
    background-color: rgba(0, 0, 0, 0) !important;
}
#header.main-header[data-style="dark"] .toggle-nav.is-clicked .menu-icon {
    background-color: rgba(255, 255, 255, 0) !important;
}
#header.main-header .toggle-nav.is-clicked .menu-icon:before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
#header.main-header .toggle-nav.is-clicked .menu-icon:after {
    top: 0;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}
#header.main-header .toggle-nav.is-clicked:hover, #header.main-header .toggle-nav.is-clicked:active {
	color: #000;
}
#header.main-header .toggle-nav.is-clicked:hover .menu-icon:before, #header.main-header .toggle-nav.is-clicked:active .menu-icon:before, #header.main-header .toggle-nav.is-clicked:hover .menu-icon:after, #header.main-header .toggle-nav.is-clicked:active .menu-icon:after {
	background-color: #000;
}
#header.main-header[data-style="dark"] .toggle-nav.is-clicked:hover, #header.main-header[data-style="dark"] .toggle-nav.is-clicked:active {
	color: #fff;
}
#header.main-header[data-style="dark"] .toggle-nav.is-clicked:hover .menu-icon:before, #header.main-header[data-style="dark"] .toggle-nav.is-clicked:active .menu-icon:before, #header.main-header[data-style="dark"] .toggle-nav.is-clicked:hover .menu-icon:after, #header.main-header[data-style="dark"] .toggle-nav.is-clicked:active .menu-icon:after {
	background-color: #fff;
}
.primary-nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding: 50px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
	z-index: 999;
}
.primary-nav.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.primary-nav.dark {
	background: rgba(0, 0, 0, 0.9);
}
.primary-nav ul li a {
    color: inherit;
}
.primary-nav ul li a:hover, .primary-nav ul li a:active {
    color: #2ea9d3;
}
.primary-nav .widget h4 {
	letter-spacing: 2px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}

@media (max-width: 991px) {
	#header.main-header {
		padding: 15px 0;
	}
	#header.main-header .logo {
		position: relative;
		top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	#header.transparent {
		margin-bottom: 0 !important;
	}
	#header.transparent.main-header {
		background-color: #fff;
		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);
	}
	#header.dark.transparent.main-header {
		background-color: #333;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	#header.main-header .secondary-nav {
		display: none;
	}
	#header.main-header .toggle-nav {
		display: block;
	}
}


/*-------------------------------------------------------------------------*/
/*  3.  The Main Content
/*-------------------------------------------------------------------------*/

.container-wrap {
	background-color: #fbfbfb;
	padding: 50px 0;
}
.js-active .container-wrap {
	padding: 0;
}
body:not(.archive).js-active .container-wrap > .container {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.wpb_content_element, .wpb_text_column {
	margin-bottom: 0 !important;
}
.section {
	position: relative;
    margin-bottom: 26px !important;
}
.section.section_marginless {
	margin-bottom: 0 !important;
}
.section.section_full-width-section, .section.section_full-width-content {
	margin-bottom: 0 !important;
}
.section__container > .section__content > *:last-child {
	margin-bottom: 0 !important;	
}
.section.section_marginless-columns .section__container {
	margin-bottom: 0 !important;
}
.section > .row > .section__container > .section__content > .section, .section .section_inner {
    margin-bottom: 26px !important;
}
.section.section_full-width-content > .row > .section__container > .section__content > .section, .section.section_full-width-content .section_inner {
    margin-bottom: 0 !important;
}
.section.section_full-width-content > .row {
	margin-left: 0;
	margin-right: 0;
}
.section > .row > .section__container > .section__content > .section > .row {
	margin-left: 0;
	margin-right: 0;
}
.section > .row.light {
	color: #fff;
}
.section > .row.center {
	text-align: center;
}
.section > .row.light h1, .section > .container > .row.light h1, .section > .row.light h2, .section > .container > .row.light h2, .section > .row.light h3, .section > .container > .row.light h3, .section > .row.light h4, .section > .container > .row.light h4, .section > .row.light h5, .section > .container > .row.light h5, .section > .row.light p, .section > .container > .row.light p, .section > .row.light, .section > .container > .row.light {
	color: #fff;
}
.section .section__content > .container {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.section__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.section__overlay {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.section__content {
	position: relative;
	z-index: 0;
}
.section.section_full-width-content > .row {
	display: -moz-box;
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
}
.section.section_full-width-content > .row:before, .section.section_full-width-content > .row:after {
	content: '';
	display: none;
}
.section.section_full-width-content > .row > .section__container {
	display: -moz-box;
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
}
.section.section_full-width-content > .row > .section__container > .section__content {
	width: 100%;
}
.section.section_vertically-align-columns > .row > .section__container {
	align-items: center;
}
.section > .row > .section__container.section__centered-text {
	text-align: center;	
}
.section > .row > .section__container.section__force-full-width {
	padding-left: 0;
    padding-right: 0;
}
.section .container > .row.center {
	text-align: center;	
}
.section .container > .row.right {
	text-align: right;	
}
.section__column-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
}
.section .row > .section__container[data-padding="right"] {
	padding-left: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.section .row > .section__container[data-padding="left"] {
	padding-right: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.section .row > .section__container[data-padding="bottom"] {
	padding-right: 0 !important;
	padding-top: 0 !important;
	padding-left: 0 !important;
}
.section .row > .section__container[data-padding="top"] {
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
}
.section .row > .section__container[data-padding="top-right"] {
	padding-bottom: 0 !important;
	padding-left: 0 !important;
}
.section .row > .section__container[data-padding="top-left"] {
	padding-bottom: 0 !important;
	padding-right: 0 !important;
}
.section .row > .section__container[data-padding="top-bottom"] {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.section .row > .section__container[data-padding="bottom-right"] {
	padding-left: 0 !important;
	padding-top: 0 !important;
}
.section .row > .section__container[data-padding="bottom-left"] {
	padding-right: 0 !important;
	padding-top: 0 !important;
}
.section .row > .section__container[data-padding="left-right"] {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
@media (max-width: 991px) {
	.section {
    	margin-bottom: 40px !important;
	}
	.section > .row > .section__container > .section__content > .section, .section .section_inner {
    margin-bottom: 40px !important;
	}
	.section.section_full-width-content > .row {
		display: block;
	}
	.section.section_full-width-content > .row > .section__container {
		display: block;
	}	
	.section .section__container {
		margin-bottom: 40px !important;
	}
	.section .section__container:last-child {
		margin-bottom: 0 !important;
	}
	.section.section_full-width-content .section__container {
		margin-bottom: 0 !important;
	}
	.section.section_marginless-columns .section__container {
		margin-bottom: 0 !important;
	}
}

/* Sidebar */
#page-area {
	position: relative;
	display: block;
	float: left;
	padding-right: 20px;
	margin-right: 2%;
	width: 74.5%;
}
#sidebar {
	position: relative;
	display: block;
	float: left;
	width: 23.5%;
}
#sidebar h4 {
	font-family: 'Helvetica Neue', sans-serif;
	text-transform: uppercase;
	color: #000000;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 700;
	margin: 0 0 18px 0;
}
#sidebar div ul {
	margin-left: 0;	
}
#sidebar div ul li {
	padding: 8px 0;
	list-style: none;
	border-bottom: 1px solid #e6e6e6;
}
#sidebar div ul li:first-child {
	padding: 0 0 8px 0;
}
#sidebar div ul li:last-child {
	padding: 8px 0 0 0;
	border-bottom: 0;
}
#sidebar > div {
	margin-bottom: 20px;	
	background-color: #f7f7f7;
	padding: 20px;
}
#sidebar .widget_sp_image {
	padding: 0;
}
#sidebar > div:last-child {
	margin-bottom: 0;
}
#sidebar #sidebar-inner {
	margin-bottom: 0 !important;
}
#sidebar .widget_recent_entries span, .recent_posts_extra_widget span {
	display: block;
	line-height: 13px;
	font-size: 11px;
	font-size: 1.1rem;
	margin-bottom: 6px;
}
#sidebar .widget_recent_entries span {
	color: #999;
}
#sidebar #recent .post-content {
	padding: 20px 0;	
	border-bottom: 1px solid #e6e6e6;
}
#sidebar #recent .post-content:first-child {
	padding: 0 0 20px 0;	
}
#sidebar #recent .post-content:last-child {
	padding: 20px 0 0 0;	
	border-bottom: 0;
}
@media (max-width: 991px) {
	#page-area {
		float: none;
		padding-right: 0;
		margin-right: 0;
		width: 100%;
	}
	#sidebar {
		float: none;
		width: 100%;
	}
}

/* Page Header */
.page-header-wrap {
	position: relative;
	min-height: 100px;
	background-size: cover;
	overflow: hidden;
}
.page-header-wrap .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.single .page-header-wrap {
	height: 250px;
}
.page-header-wrap .container {
	position: relative;
}
.page-header-wrap[data-x-pos="left"] .container {
	text-align: left;
	float: none;
}
.page-header-wrap[data-x-pos="right"] .container {
	text-align: right;
	float: none;
}
.page-header-wrap[data-x-pos="center"] .container {
	text-align: center;
}
.page-header-wrap[data-background-alignment="top"] {
    background-position: center top;
}
.page-header-wrap[data-background-alignment="bottom"] {
    background-position: center bottom;
}
.page-header-wrap[data-background-alignment="center"] {
    background-position: center center;
}
.page-header-wrap h1 {
	margin: 0;
}
.page-header-wrap a {
    color: inherit !important;
	opacity: 1;
	transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.page-header-wrap a:hover {
	opacity: 0.8;
}
.page-header-wrap p {
	margin-top: 10px;
	font-size: 24px;
	font-size: 2.4rem;
}

/* Breadcrumbs */
.breadcrumbs {
	padding: 20px 0;
    background-color: #2ea9d3;
    color: #fff;
}
.breadcrumbs a {
	opacity: 1;
	color: inherit;
	transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.breadcrumbs a:hover {
	opacity: 0.8;
}

/* Search */
#search-results .result {
	width: 31%;
	display: inline-block;
	margin-bottom: 2.5%;
}
#search-results .result h2 {
	padding: 20px;
	border: 1px solid;
	border-color: #eee;
}
#search-results .result a {
	letter-spacing: 1px;
	font-weight: 100;
}
#search-results .result span {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 100;
}
@media (max-width: 991px) {
	#search-results .result {
		width: 100%;
		display: block;	
	}
}

/* Blog */
.archive .container-wrap {
	background-color: #fbfbfb;
	padding: 50px 0;
}
article.post .post-content {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
article.post:last-child .post-content {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.single-post article.post .post-content {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;	
}
article.post .post-content .post-featured-img {
	display: block;
    margin-bottom: 30px;
}
article.post .post-content .post-featured-img img {
	display: block;
}
article.post .more-link {
	display: inline-block;
	margin-top: 25px;
}
.post-header {
	margin-bottom: 16px;
}
.post-header a {
	color: inherit;
}
.post-header a:hover {
	color: #2ea9d3;
}
.post-header .title {
	margin-bottom: 0;
}
.post-header .post-meta {
    font-size: 11px;
	font-size: 1.1rem;
    margin-top: 0;
}
.post-meta {
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.post-meta .date, .post-meta .author {
    padding-right: 4px;
}
.post-meta .date:after, .post-meta .author:after {
    content: '•';
    margin-left: 10px;
}
.blog_prev_buttons, .blog_next_buttons {
	padding-top: 10%;
	padding-bottom: 10%;
	text-align: center;
	overflow: hidden;
	position: relative;
	background-color: #333;
}
.row .col-md-6.blog_prev_buttons {
	border-right: 2px solid rgba(255,255,255,0.1);
}
.blog_prev_buttons .inner, .blog_next_buttons .inner {
	position: relative;
	z-index: 3;
}
.blog_prev_buttons h3, .blog_next_buttons h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
}
.blog_prev_buttons span, .blog_next_buttons span {
	display: block;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #fff;
	margin-bottom: 5px;
}
.blog_prev_buttons span.bg-overlay, .blog_next_buttons span.bg-overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
	background-color: #282b30;
	opacity: 0.3;
	z-index: 2;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.blog_prev_buttons span.full-link a, .blog_next_buttons span.full-link a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999px;
	margin-bottom: 0;
	z-index: 3;
}
.blog_prev_buttons img, .blog_next_buttons img {
	position: absolute;
	left: 0;
	top: -50%;
	width: 100%;
}
@media (min-width: 991px) {
	body.split-view.js-active .container-wrap > .container {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	body.split-view .container {
		width: 100%;
		padding-left: 10%;
		padding-right: 10%;
	}
	body.split-view .main-content {
		padding-top: 7%;
	}
	body.split-view.js-active .container-wrap > .main-content {
		padding-top: 0;
	}
	body.split-view #header.main-header .container {
    	padding-left: inherit;
    	padding-right: inherit;
	}
	body.split-view .page-header-wrap {
		background-color: #fbfbfb;
		position: fixed;
		top: 0;
		height: 100vh;
   		width: 50%;
   		overflow-x: hidden;
		z-index: 1;
	}
	body.split-view .post-meta {
		margin-top: 0;
	}
	body.split-view .container-wrap {
		position: fixed;
		top: 0;
		width: 50%;
    	height: 100vh;
    	margin-left: 50%;
    	padding: 5% 0;
    	overflow-x: hidden;
		z-index: 1;
	}
	body.split-view .next-post-display {
		display: none;
	}
	body.split-view #footer {
		display: none;
	}
}
@media (max-width: 767px) {
	.post-meta {
		font-size: 12px;
		font-size: 1.2rem;
		letter-spacing: 1px;
	}
}

/* Comments */
#comments {
	position: relative;
    padding: 60px 0 20px;
    margin-bottom: 40px;
    font-weight: inherit;
    text-align: center;
}
#comments:after {
	content: '';
	width: 30px;
    height: 1px;
    background: #2ea9d3;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.comment-list .comment-body {
	position: relative;
	display: block;
	padding: 0 0 40px;
	border-bottom: 1px solid #E3E0D8;
	margin-bottom: 40px;
}
.comment-list .comment-author img {
	float: left;
	margin: 0 12px 0 0;
	height: auto;
	border-radius: 100%;
}
.comment-list .fn {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	padding: 5px 0 0;
	display: block;
}
.comment-list .says {
	display: none;
}
.comment-list p {
	clear: both;
	padding: 10px 0 0 0;
	margin: 1em 0 0 0;
	overflow: hidden;
}
.comment-meta {
	overflow: hidden;
}
.comment-meta a {
	color: #c2c2c2;
}
.comment-meta a:hover {
	color: #2ea9d3;
}
.comments-section ul.children {
	margin-left: 80px;
}
.comment-list .comment-body .comment-reply-link {
	margin: 5px 0 0 0;
	padding: 3px 8px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	font-weight: bold;
	background: #e0e0e0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.comment-list .comment-body .comment-reply-link:hover  {
	background: #BCBBBB;
}
#respond > p, #respond p.comment-notes, p.logged-in-as {
	margin-bottom: 10px;
}
#reply-title {
	position: relative;
    padding: 60px 0 20px;
    margin-bottom: 40px;
    font-weight: inherit;
    text-align: center;
}
#reply-title:after {
	content: '';
	width: 30px;
    height: 1px;
    background: #2ea9d3;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#commentform .form-submit {
	margin-top: 20px;
	margin-bottom: 0;
}
.js-active #commentform .form-submit {
	padding-bottom: 50px;
}

/* 404 */
#error-404 {
	text-align: center;	
}
#error-404 .logo {
	display: inline-block;
    max-width: 200px;
    margin-bottom: 40px;
}
#error-404 h2 {
	margin-bottom: 50px;
    line-height: 40px;
    font-weight: inherit;
}
@media (min-width: 992px) {
	#error-404 .container {
		width: 500px;
	}
}

/* Dashboard Styles */
.mem-header {
	padding: 40px 0;
	border-top: 1px solid rgba(255,255,255,0.05);
	background-color: #1e1e1e;
}
.mem-header h2 {
	margin: 0;
	font-weight: 100;
	color: #fff;
}
.mem-navigation {
	background-color: #161616;
	overflow: hidden;
}
.mem-navigation ul li {
	float: left;
	padding: 0 20px 0 0;
}
.mem-navigation ul li a {
	color: #ccc;
	padding: 10px 0;
	display: block;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.mem-navigation ul li:hover a, .mem-navigation ul li:active a, .mem-navigation ul li.current-menu-item a {
	color: #fff;
}
.error-access {
	text-align: center;
	padding: 100px;
	border: 3px dashed;	
}
.error-access h1 {
	font-size: 80px;
	font-size: 8.0rem;
	text-transform: uppercase;
}
.error-access h3 {
	margin-bottom: 40px;
}
@media(max-width: 767px) {
	.error-access h1 {
		font-size: 40px;
		font-size: 4.0rem;
		text-transform: uppercase;
	}
}


/*-----------------------------------------------------------------------------------*/
/*  4. Main Slider
/*-----------------------------------------------------------------------------------*/

@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);
	}
}
.ct-slider {
	overflow: hidden;
	position: relative;
	background: #222;
}
.ct-slider.owl-carousel, .ct-slider .owl-wrapper-outer, .ct-slider .owl-wrapper, .ct-slider .owl-item, .ct-slider .slide-item {
	height: 100%;
}
.parallax .slide-item {
	position: fixed;
	top: 0;
	left: 0;
}
.ct-slider .slide-item .slide-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.ct-slider .slide-item .container {
	position: absolute;
	left: 0;
	right: 0;
	top: 250px;
	color: #fff;
	z-index: 100;
}
.ct-slider .slide-item .container h2 {
	font-size: 80px;
	font-size: 8.0rem;
	line-height: 90px;
	display: block;
	color: #fff;
}
.ct-slider .slide-item .container p {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 32px;
}
.ct-slider .slide-item .container 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;
}
.ct-slider .slide-item .container .buttons {
	position: relative;
}
.ct-slider .slide-item .buttons > .button {
	display: inline-block !important;	
}
.ct-slider .slide-item .buttons > .button {
	margin-right: 10px;
}
.ct-slider .slide-item .buttons > .button:last-child {
	margin-right: 0;
}
.ct-slider .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;
}
.ct-slider .video-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}
.ct-slider .video-wrap video {
	width: 100%;
	height: 100%;
	top: 0px;
	position: relative;
	-webkit-backface-visibility: hidden !important;
}
.ct-slider .bg-overlay {
	background-color: #222;
	opacity: 0.5;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.ct-slider .slide-link {
	position: absolute;
	z-index: 100;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: none;
}
.ct-slider .slide-item .slider-down-arrow {
	height: 60px;
	width: 60px;
	display: block;
	margin: 0 auto;
	position: absolute;
	bottom: 30px;
	z-index: 100;
	left: 50%;
	margin-left: -30px;
}
.ct-slider .slide-item .slider-down-arrow i {
	height: 60px;
	width: 60px;
	font-size: 40px;
	font-size: 4.0rem;
	text-align: center;
	color: #fff;
	line-height: 60px;
	animation: 3.4s ease-in-out infinite fadebottom;
	-webkit-animation: 3.4s ease-in-out infinite fadebottom;
}
.ct-slider .slide-item[data-bg-alignment="top"] .slide-image { 
	background-position: center top; 
}
.ct-slider .slide-item[data-bg-alignment="center"] .slide-image { 
	background-position: center center; 
}
.ct-slider .slide-item[data-bg-alignment="bottom"] .slide-image { 
	background-position: center bottom; 
}
.ct-slider .slide-item[data-x-pos="left"] .container {
	text-align: left;
}
.ct-slider .slide-item[data-x-pos="left"] .container p {
	margin: 0px;
}
.ct-slider .slide-item[data-x-pos="centered"] .container {
	text-align: center;
}
.ct-slider .slide-item[data-x-pos="right"] .container {
	width: 50%;
	left: auto;
	right: 0px;
}
.ct-slider .slide-item[data-x-pos="right"] .container p {
	margin: 0px;
}
.ct-slider .slide-item[data-x-pos="right"] .container .buttons {
	clear: both;
}
.ct-slider .slide-item[data-x-pos="right"] .container p:after {
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.ct-slider .slide-item[data-color-scheme="dark"] .container h2, .ct-slider .slide-item[data-color-scheme="dark"] .container p, .ct-slider .slide-item[data-color-scheme="dark"] .container .button.transparent a, .ct-slider .slide-item[data-color-scheme="dark"] .container .button.transparent_2 a  {
	color: #111;
}
.ct-slider .slide-item[data-color-scheme="dark"] .slider-down-arrow i {
	color: #111;
}
.ct-slider .slide-item[data-color-scheme="dark"] .container .button.transparent a, .ct-slider .slide-item[data-color-scheme="dark"] .container .button.transparent_2 a {
	border: 2px solid rgba(0,0,0,0.4);
}
.ct-slider .slide-item[data-color-scheme="dark"] .container .button.transparent a:hover, .ct-slider .slide-item[data-color-scheme="dark"] .container .button.transparent_2 a:hover {
	border: 2px solid rgba(0,0,0,1);
}
.ct-slider .slide-item[data-color-scheme="dark"] .container 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);
}
.ct-slider .owl-pagination {
	text-align: center;
	position: absolute;
	bottom: 20px;
	width: 100%;
}
.ct-slider .owl-controls .owl-page {
	cursor: pointer;
	display: inline-block;
	zoom: 1;
}
.ct-slider .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
}
.ct-slider .owl-controls .owl-page.active span, .ct-slider .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.ct-slider .owl-controls .owl-buttons div {
	position: absolute;
}
.ct-slider .owl-controls .owl-buttons .owl-prev {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	width: 50px;
	height: 50px;
	background-color: rgba(0,0,0,0.4);
	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;
}
.ct-slider .owl-controls .owl-buttons .owl-prev:hover {
	background-color: rgba(0,0,0,1);
}
.ct-slider .owl-controls .owl-buttons .owl-prev i {
	position: relative;
	left: 17px;
	top: 10px;
	font-size: 30px;
	font-size: 3.0rem;
}
.ct-slider .owl-controls .owl-buttons .owl-next {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	color: #fff;
	width: 50px;
	height: 50px;
	background-color: rgba(0,0,0,0.4);
	border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	-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;
}
.ct-slider .owl-controls .owl-buttons .owl-next:hover {
	background-color: rgba(0,0,0,1);
}
.ct-slider .owl-controls .owl-buttons .owl-next i {
	position: relative;
	left: 22px;
	top: 10px;
	font-size: 30px;
	font-size: 3.0rem;
}
@media (max-width: 991px) {
	.ct-slider .slide-item .container h2 {
		font-size: 40px;
		font-size: 4.0rem;
		line-height: 50px;
	}
	.ct-slider .slide-item .container p {
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 30px;
	}
	.ct-slider .slide-item .container .buttons {
		margin-top: 0;	
	}
}
@media (max-width: 767px) {
	.ct-slider .owl-buttons {
		display: none;
	}
}

/*-----------------------------------------------------------------------------------*/
/*  5. Isotope Styles
/*-----------------------------------------------------------------------------------*/

/******************************
   Isotope CSS3 transitions
******************************/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}

/******************************
   Disabling Isotope CSS3 transitions
******************************/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/*-----------------------------------------------------------------------------------*/
/*  6. Shortcode/Plugin Styles
/*-----------------------------------------------------------------------------------*/

/* Video and Audio basic styles */
.ct-video, .ct-audio {
	position: relative;
	overflow: hidden;
}
.ct-video iframe {
	display: block;
}

/* Headline */
.ct-headline.center {
	text-align: center;
}
.ct-headline.right {
	text-align: right;
}
.ct-headline.marginless .ct-headline-item:last-child {
	margin-bottom: 0;
}

/* Accordion */
.ct-accordion {
    overflow: hidden;
}
.ct-accordion-item {
    margin: 8px 0;
}
.accordion-heading .accordion-toggle {
    display: block;
    padding: 10px 15px;
	color: #fff;
    font-weight: 400;
	background-color: #2ea9d3;
	-webkit-transition: color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease;
}
.ct-accordion-item .accordion-heading .accordion-toggle.collapsed {
	color: inherit;
    background-color: #fff;
}
.accordion-heading .accordion-toggle:before {
    content: "\f067";
    position: relative;
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    font-family: "fontawesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ct-accordion-item .accordion-heading .accordion-toggle.collapsed:before {
	color: #ccc;
	-webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.accordion-inner {
    padding: 10px 15px;
    background-color: #fff;
}

/* Tabs */
.ct-tabs ul {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.ct-tabs ul li {
    float: left;
    position: relative;
}
.ct-tabs ul li a {
    display: block;
    color: inherit!important;
	font-weight: 400;
	border-right: 1px solid rgba(0,0,0,0.1);
    background-color: #fff;
    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;
}
.ct-tabs ul li:last-child a {
	border-right: 0;
}
.ct-tabs ul li.active a {
	color: #fff!important;
	background-color: #2ea9d3!important;
}
.ct-tabs.flexbox ul li a:before {
    border: 0 solid transparent;
    border-top-color: #2ea9d3;
    content: '';
    display: block;
    height: 0;
    margin-left: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.ct-tabs.flexbox ul li.active a:before {
    border-width: 16px;
    margin-left: -16px;
}
.ct-tabs.flexbox ul {
    justify-content: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	overflow: inherit;
}
.ct-tabs.flexbox ul li {
    display: block;
    flex: 1 1 0;
    -webkit-flex: 1 1 0;
}
.ct-tabs.flexbox ul li a {
	text-align: center;
	padding: 15px 15px;
}

/* Testimonial Slider */
.ct-testimonials[data-carousel="true"] .owl-wrapper {
	margin-right: -15px;
    margin-left: -15px;
}
.ct-testimonials[data-carousel="true"] .owl-item {
	padding-right: 15px;
    padding-left: 15px;
}
.ct-testimonials[data-style="1"] {
	text-align: center;
}
.ct-testimonials[data-style="1"] .ct-testimonial-item .icon {
	display: block;
    width: 48px;
    height: 48px;
	line-height: 48px;
	font-size: 24px;
	text-align: center;
    margin: 0 auto;
	margin-bottom: 30px;
    border-radius: 100%;
    background-color: #f4f4f4;
}
.ct-testimonials[data-style="1"] .ct-testimonial-item .image {
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 auto;
    margin-bottom: 30px;
}
.ct-testimonials[data-style="1"] .ct-testimonial-item .image img {
	border-radius: 100%;
}
.ct-testimonials[data-style="1"] .ct-testimonial-item .quote {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 34px;
	font-style: italic;
}
.ct-testimonials[data-style="1"] .ct-testimonial-item .name {
	padding-top: 30px;
	font-size: 12px;
	font-size: 1.2rem;
}
.ct-testimonials[data-style="2"] .ct-testimonial-item {
	position: relative;
	padding-left: 68px;
}
.ct-testimonials[data-style="2"] .ct-testimonial-item .icon {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
	width: 48px;
	height: 48px;
    line-height: 48px;
	font-size: 24px;
	font-size: 2.4rem;
    text-align: center;
    border-radius: 100%;
    background-color: #f4f4f4;
}
.ct-testimonials[data-style="2"] .ct-testimonial-item .image {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
	width: 48px;
	height: 48px;
}
.ct-testimonials[data-style="2"] .ct-testimonial-item .image img {
	border-radius: 100%;
}
.ct-testimonials[data-style="2"] .ct-testimonial-item .quote {
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
}
.ct-testimonials[data-style="2"] .ct-testimonial-item .name {
	padding-top: 10px;
	font-size: 12px;
	font-size: 1.2rem;
}
.ct-testimonials[data-style="2"] .ct-testimonial-item .name:before {
    content: '—';
    margin-right: 5px;
}

/* Recent Posts */
.ct-recent-posts {
    position: relative;
    overflow: hidden;
}
.ct-recent-posts.horizontal .ct-recent-post {
	margin-right: -15px;
    margin-left: -15px;
}
.ct-recent-posts.horizontal article.hentry {
	position: relative;
    margin-bottom: 20px;
}
.ct-recent-posts.horizontal article.hentry {
    padding-right: 15px;
    padding-left: 15px;
}
.ct-recent-posts.horizontal article.hentry:last-child {
    margin-bottom: 0;
}
.ct-recent-posts img { 
	display: block;
}
.ct-recent-posts.horizontal article.post .post-content {
	text-align: left;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    padding: 20px;
    background-color: #fff;
}
.ct-recent-posts.horizontal .post-header {
    margin-bottom: 0;
	color: #b6b6b6;
}
.ct-recent-posts.horizontal .post-meta {
    font-size: inherit;
    margin-top: 0;
    letter-spacing: 1px;
}
.ct-recent-posts.horizontal .post-meta .date:after, .ct-recent-posts.horizontal .post-meta .author:after {
    content: '•';
    margin-left: 5px;
}
.ct-recent-posts.horizontal .post-meta .date, .ct-recent-posts.horizontal .post-meta .author {
    padding-right: 0px;
}
.ct-recent-posts.horizontal.simple .post-meta .date:after {
    content: '';
    margin-left: 0;
}
.ct-recent-posts.horizontal .post-header .meta-category, .ct-recent-posts.horizontal .post-header .date, .ct-recent-posts.horizontal .post-header .author, .ct-recent-posts.horizontal .post-header .comments {
	font-size: 11px;
	font-size: 1.1rem;
}
.ct-recent-posts.horizontal .title {
    font-weight: inherit;
	margin-bottom: 0;
}
.ct-recent-posts.horizontal .excerpt {
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: 10px;
}
.ct-recent-posts.horizontal .ct-recent-post a {
	color: inherit;
}
.ct-recent-posts.horizontal .ct-recent-post a:hover {
	color: #2ea9d3;
}
.ct-recent-posts.vertical .image {
    margin-bottom: 20px;
}
.ct-recent-posts.vertical .post-header {
    margin-bottom: 0;
}
.ct-recent-posts.vertical .post-meta .date {
	padding-right: 10px;
}
@media (min-width: 992px) {
	.ct-recent-posts.horizontal .ct-recent-post .hentry {
    	float: left
	}
	.ct-recent-posts.horizontal .ct-recent-post.number-of-posts-2 .hentry {
    	width: 50%;
	}
	.ct-recent-posts.horizontal .ct-recent-post.number-of-posts-3 .hentry {
		width: 33.33333333%;
	}
	.ct-recent-posts.horizontal .ct-recent-post.number-of-posts-4 .hentry {
		width: 25%;
	}
}
@media (max-width: 991px) {
	.ct-recent-posts.horizontal .meta-category {
		margin-bottom: 5px;
	}
	.ct-recent-posts.horizontal .title {
    	margin-bottom: 5px;
	}
	.ct-recent-posts.horizontal .post-header .meta-category, .ct-recent-posts.horizontal .post-header .date, .ct-recent-posts.horizontal .post-header .author, .ct-recent-posts.horizontal .post-header .comments {
		font-size: 1.6rem;
	}
	.ct-recent-posts.horizontal .excerpt {
		font-size: 1.6rem;
	}
}

/* Single Image */
.ct-image {
	display: block;
	margin-bottom: 10px;
}
.ct-image[data-style="thumbnail"] {
	padding: 5px;
    line-height: 1.7;
    border: 1px solid #ddd;
    border: 1px solid rgba(0,0,0,0.15);
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.ct-image[data-style="circle"] {
	border-radius: 100%;
}
.ct-image[data-style="rounded"] {
	border-radius: 8px;
}

/* Carousel */
.ct-carousel {
	overflow: hidden;
	position: relative;
}
.ct-carousel img {
	display: block;
}
.ct-carousel .owl-pagination {
	text-align: center;
	position: absolute;
	bottom: 20px;
	width: 100%;
}
.ct-carousel .owl-controls .owl-page {
	cursor: pointer;
	display: inline-block;
	zoom: 1;
}
.ct-carousel .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
}
.ct-carousel .owl-controls .owl-page.active span, .ct-carousel .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.ct-carousel .owl-controls .owl-buttons .owl-prev, .ct-carousel .owl-controls .owl-buttons .owl-next {
	position: absolute;
	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	display: inline-block;
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 30px;
	font-size: 3.0rem;
	opacity: 0.8;
	text-align: center;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}
.ct-carousel .owl-controls .owl-buttons .owl-prev {
	left: 0;
}
.ct-carousel .owl-controls .owl-buttons .owl-next {
	right: 0;
}
.ct-carousel .owl-controls .owl-buttons .owl-prev:hover, .ct-carousel .owl-controls .owl-buttons .owl-next:hover {
	opacity: 1;
}

/* Client Display */
.ct-clients {
	position: relative;
	overflow: hidden;
}
.ct-clients .client-item img {
    display: block;
}
@media (min-width: 992px) {
	.ct-clients .client-item {
    	float: left;
	}
	.ct-clients[data-columns="2"] .client-item {
    	width: 50%;
	}
	.ct-clients[data-columns="3"] .client-item {
		width: 33.33333333%;
	}
	.ct-clients[data-columns="4"] .client-item {
		width: 25%;
	}
	.ct-clients[data-carousel="true"] .client-item {
    	float: none;
	}
	.ct-clients[data-carousel="true"] .client-item {
		width: auto;
	}
}

/* Account Widget */
.ct-login-logout button {
	-webkit-appearance: none;
    background-color: transparent;
    border: 0;
	padding: 0;
	font-weight: 400;
}
.ct-login-logout img {
	margin-left: 10px;
    width: 28px;
    border-radius: 100%;
    vertical-align: middle;
}
.ct-login-logout .dropdown:hover ul, .ct-login-logout .dropdown:focus ul {
	display: block;	
}
.ct-login-logout ul.dropdown-menu {
	min-width: 100%;
	padding: 0;
	border: none;
	margin: 0;
    border-top: 1px solid #ddd;
	border-radius: 0;
	font-size: inherit;
	left: auto;
	right: 0;
	overflow: hidden;
}
.ct-login-logout ul li {
	float: none !important;
	padding: 0 !important;
	overflow: hidden;
}
.ct-login-logout > ul > li > span {
	padding: 0 8px;
}
.ct-login-logout ul.dropdown-menu li a {
	padding: 0 15px;
	font-weight: inherit;
    line-height: inherit;
	color: inherit !important;
	overflow: hidden;
}
.ct-login-logout ul.dropdown-menu li a:hover,
.ct-login-logout ul.dropdown-menu li a:focus {
	background-color: #fbfbfb;
}
.ct-login-logout ul.dropdown-menu li img {
	float: left;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0;
    width: 80px;
}
.ct-login-logout ul.dropdown-menu li span {
	display: block;
    margin-left: 95px;
	margin-right: 95px;
}
.ct-login-logout ul.dropdown-menu li span.first-name {
	margin-top: 8px;
}
.ct-login-logout ul.dropdown-menu li span.first-name, .ct-login-logout ul li span.last-name {
	font-size: 24px;
	font-size: 2.4rem;
    line-height: 34px;
}
.ct-login-logout ul.dropdown-menu li span.email {
	line-height: 24px;
}
@media (max-width: 991px) {
	#header .header-secondary .ct-login-logout {
		display: none;
	}
	.ct-login-logout .dropdown:hover ul, .ct-login-logout .dropdown:focus ul {
		display: none;	
	}
}

/* Unordered Lists */
.ct-list .ct-list-item {
	position: relative;
    padding-left: 26px;
	margin-bottom: 6px;
}
.ct-list .ct-list-item:last-child {
	margin-bottom: 0;
}
.ct-list .ct-list-item i {
	position: absolute;
    left: 0;
    top: 0;
    line-height: 26px;
	font-size: 12px;
	font-size: 1.2rem
}

/* Google Map */
.gm-style b, .gm-style strong {
    font-weight: 500;
}
.gm-style-iw {
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    color: #000 !important;
}
.gm-style a:link, 
.gm-style a:visited, 
.gm-style a:hover, 
.gm-style a:active {
    text-decoration: underline !important;
    color: #000 !important;
}
.gm-style img {
    border: 0;
    max-width: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

/* Divider */
.ct-divider.full-width-line {
    margin: 10px 0px 10px 0px;
    border-bottom: 1px solid #ddd;
}
.ct-divider.small-line {
	width: 20%;
    margin: 10px 0px 10px 0px;
    border-bottom: 1px solid #ddd;
}

/* Popups */
.popup {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 1050;
    background: rgba(17, 17, 17, 0.9);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5;
    transition: transform 0.5s, opacity 0.5;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.popup-shown .popup.visible {
    display: block;
}
.popup .close {
    position: fixed;
    top: 15px;
    right: 0;
    cursor: pointer;
    padding: 15px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
	text-align: center;
    opacity: 0.5;
    z-index: 1050;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.popup .close i {
	width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    border-radius: 100%;
}
.popup .close:hover {
	opacity: 1;
}
.popup .content {
	overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}
.popup .content .outer-wrap {
    display: table;
    table-layout: fixed;
    position: relative;
    width: 100%;
    height: 100%;
}
.popup .content .inner-wrap {
    display: table-cell;
    vertical-align: middle;
    cursor: default;
}
.popup .content .popup-content {
	padding-top: 120px;
	padding-bottom: 120px;
}

/* Video Embed */
.ct-video.embed .ct-video-inner {
	position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.ct-video.embed .ct-video-inner iframe, .ct-video.embed .ct-video-inner object, .ct-video.embed .ct-video-inner embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*-------------------------------------------------------------------------*/
/*  7. The Footer
/*-------------------------------------------------------------------------*/

.footer-columns {
	color: #666;
	background-color: #1e1e1e;
	padding: 50px 0px;
}
.footer-columns.light {
	color: #666;
	background-color: #fff;
	padding: 50px 0px;
	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);
}
.footer-columns a, #footer a {
	color: #666;
}
.footer-columns a:hover, #footer a:hover {
	color: #fff;
}
.footer-columns.light a, #footer.light a {
	color: #666;
}
.footer-columns.light a:hover, #footer.light a:hover {
	color: #000;
}
.footer-columns .widget h4 {
	color: #666;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 2px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.footer-columns ul li {
	padding: 8px 0px;
	list-style: none;
	margin-bottom: 0px;
	border-bottom: 1px solid;
}
.footer-columns ul li:first-child {
	padding: 0 0 8px;
}
.footer-columns ul li:last-child {
	padding: 8px 0 0;
	border-bottom: 0;
}
.footer-columns .widget_recent_entries span, #footer-columns .recent_posts_extra_widget .post-widget-text span {
	display: block;
	color: #aaa;
	margin-bottom: 6px;
}
.footer-columns .widget_recent_comments ul li {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15);
	border: medium none;
	display: block;
	margin-bottom: 20px;
	padding: 20px;
	position: relative;
}
.footer-copyright {
	background-color: #161616;
	color: #6a6a6a;
	font-size: 12px;
	font-size: 1.2rem;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer.light .footer-copyright {
	background-color: #fbfbfb;
	color: #666;
	border-top: 1px solid rgba(0,0,0,0.1);
}
#footer.centered-footer.has-social .footer-copyright {
	padding-top: 50px;
	padding-bottom: 50px;
}
.footer-copyright .copyright {
	float: left;
}
.footer-copyright .footer-social {
	float: right;
}
.footer-copyright .footer-social ul li {
	margin: 0 0 0 15px;
	float: left;
}
.footer-copyright .footer-social ul li:first-child {
	margin: 0;
}
.footer-copyright .footer-social ul li a {
	font-size: 20px;
	font-size: 2.0rem;
}
#footer.centered-footer .footer-copyright .copyright, #footer.centered-footer .footer-social {
	float: none;
	text-align: center;
}
#footer.centered-footer .footer-social {
	margin-bottom: 20px;
}
#footer.centered-footer .footer-social ul li {
	float: none;
	display: inline-block;
}
#to-top {
    display: none;
    position: fixed;
    text-align: center;
    line-height: 30px;
    right: 15px;
    bottom: 15px;
    color: #fff !important;
    cursor: pointer;
    z-index: 1000;
    height: 30px;
    width: 30px;
    background-color: rgba(34,34,34,0.8);
    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:hover {
	background-color: rgba(34,34,34,1);
}
@media (max-width: 991px) {
	.footer-columns .row > div {
		margin-bottom: 40px;
	}
	.footer-columns .row > div:last-child {
		margin-bottom: 0;
	}
	#footer .footer-copyright .copyright, #footer .footer-social {
		float: none;
		text-align: center;
	}
	#footer .footer-social {
		margin-bottom: 20px;
	}
	#footer .footer-social ul li {
		float: none;
		display: inline-block;
	}
}

/*-------------------------------------------------------------------------*/
/*  8. The Forms
/*-------------------------------------------------------------------------*/

input[type="text"], textarea, input[type="email"], input[type="password"], input[type="tel"], input[type="url"], input[type="search"], input[type="date"], select {
	background-color: transparent;
	border: 1px solid #e3e3e3;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	font-size: 14px;
	font-size: 1.4rem;
	-o-box-shadow: none;
	padding: 10px 14px;
	width: 100%;
	-webkit-appearance: none;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
input[type="text"]:focus, textarea:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="date"]:focus, select:focus {
	border-color: #ccc;
}
textarea:focus, input:focus, select:focus {
	outline: 0;
}
form .select {
	position: relative;
}
form .select:after {
    content: "\f107";
    font-family: FontAwesome;
	line-height: 1;
    position: absolute;
    right: 15px;
    top: 18px;
    font-size: 16px;
}

/* Custom Styled Forms */
@-webkit-keyframes anim-fumi-1 {
	50% {
		-webkit-transform: translate3d(0, 53px, 0);
		transform: translate3d(0, 53px, 0);
	}
	51% {
		-webkit-transform: translate3d(0, -53px, 0) scale3d(0.75, 0.75, 1);
		transform: translate3d(0, -53px, 0) scale3d(0.75, 0.75, 1);
	}
	100% {
		color: #a3a3a3;
		-webkit-transform: translate3d(0, -10px, 0) scale3d(0.75, 0.75, 1);
		transform: translate3d(0, -10px, 0) scale3d(0.75, 0.75, 1);
	}
}
@keyframes anim-fumi-1 {
	50% {
		-webkit-transform: translate3d(0, 53px, 0);
		transform: translate3d(0, 53px, 0);
	}
	51% {
		-webkit-transform: translate3d(0, -53px, 0) scale3d(0.75, 0.75, 1);
		transform: translate3d(0, -53px, 0) scale3d(0.75, 0.75, 1);
	}
	100% {
		color: #a3a3a3;
		-webkit-transform: translate3d(0, -10px, 0) scale3d(0.75, 0.75, 1);
		transform: translate3d(0, -10px, 0) scale3d(0.75, 0.75, 1);
	}
}
@-webkit-keyframes anim-fumi-2 {
	50% {
		opacity: 1;
		-webkit-transform: translate3d(0, -53px, 0);
		transform: translate3d(0, -53px, 0);
	}
	50.25% {
		opacity: 0;
		-webkit-transform: translate3d(0, -53px, 0);
		transform: translate3d(0, -53px, 0);
	}
	50.75% {
		opacity: 0;
		-webkit-transform: translate3d(0, 53px, 0);
		transform: translate3d(0, 53px, 0);
	}
	51% {
		opacity: 1;
		-webkit-transform: translate3d(0, 53px, 0);
		transform: translate3d(0, 53px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		color: #2ea9d3;
	}
}
@keyframes anim-fumi-2 {
	50% {
		opacity: 1;
		-webkit-transform: translate3d(0, -53px, 0);
		transform: translate3d(0, -53px, 0);
	}
	50.25% {
		opacity: 0;
		-webkit-transform: translate3d(0, -53px, 0);
		transform: translate3d(0, -53px, 0);
	}
	50.75% {
		opacity: 0;
		-webkit-transform: translate3d(0, 53px, 0);
		transform: translate3d(0, 53px, 0);
	}
	51% {
		opacity: 1;
		-webkit-transform: translate3d(0, 53px, 0);
		transform: translate3d(0, 53px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		color: #2ea9d3;
	}
}
form:not(.ninja-forms-form) .styled, .styled-wrap {
	position: relative;
    background: #fff;
    overflow: hidden;
}
form:not(.ninja-forms-form) .styled:after, .styled-wrap:after {
    content: '';
    width: 1px;
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 63px;
    background: #f0f0f0;
    z-index: 100;
}
form:not(.ninja-forms-form) .styled input[type="text"], form:not(.ninja-forms-form) .styled textarea, form:not(.ninja-forms-form) .styled input[type="email"], form:not(.ninja-forms-form) .styled input[type="password"], form:not(.ninja-forms-form) .styled input[type="tel"], form:not(.ninja-forms-form) .styled input[type="url"], form:not(.ninja-forms-form) .styled input[type="search"], form:not(.ninja-forms-form) .styled input[type="date"], form:not(.ninja-forms-form) .styled select,
.styled-wrap input[type="text"], .styled-wrap textarea, .styled-wrap input[type="email"], .styled-wrap input[type="password"], .styled-wrap input[type="tel"], .styled-wrap input[type="url"], .styled-wrap input[type="search"], .styled-wrap input[type="date"], .styled-wrap select {
	position: relative;
    display: block;
    float: right;
    width: 100%;
    border: none;
    border-radius: 0;
    background: transparent;
    color: #2ea9d3;
    font-weight: 400;
	padding-left: 80px;
    padding-top: 30px;
    padding-right: 16px;
    padding-bottom: 15px;
    -webkit-appearance: none;
}
form:not(.ninja-forms-form) .styled label, .styled-wrap label {
	position: absolute;
    width: 100%;
    text-align: left;
    padding-left: 80px;
    color: #696969;
    font-weight: bold;
	pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
form:not(.ninja-forms-form) .styled label i, .styled-wrap label i {
	width: 50px;
    height: 50px;
    line-height: 50px!important;
    position: absolute;
    top: 0;
    left: 0;
    margin: 11px 0 0 7px;
    text-align: center;
    color: #ddd;
    font-size: 24px!important;
}
form:not(.ninja-forms-form) .styled label span, .styled-wrap label span {
	padding: 23px 0;
    display: inline-block;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
form:not(.ninja-forms-form) .styled input:focus + label span,
form:not(.ninja-forms-form) .styled.input-filled span,
form:not(.ninja-forms-form) .styled textarea:focus + label span,
form:not(.ninja-forms-form) .styled.input-filled span,
.styled-wrap input:focus + label span,
.styled-wrap.input-filled span,
.styled-wrap textarea:focus + label span,
.styled-wrap.input-filled span
 {
	-webkit-animation: anim-fumi-1 0.3s forwards;
	animation: anim-fumi-1 0.3s forwards;
}
form:not(.ninja-forms-form) .styled input:focus + label i,
form:not(.ninja-forms-form) .styled.input-filled i,
form:not(.ninja-forms-form) .styled textarea:focus + label i,
form:not(.ninja-forms-form) .styled.input-filled i,
.styled-wrap input:focus + label i,
.styled-wrap.input-filled i,
.styled-wrap textarea:focus + label i,
.styled-wrap.input-filled i
 {
	-webkit-animation: anim-fumi-2 0.3s forwards;
	animation: anim-fumi-2 0.3s forwards;
}

/* Buttons */
input[type=submit], button[type=submit], input[type="button"], .button, .continue-reading {
	display: inline-block;
	padding: 13px 18px;
	color: #fff !important;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	text-align: center;
	line-height: 20px;
	border: 2px solid #333;
	background: #333;
	letter-spacing: 2px;
	text-transform: uppercase;
	opacity: 1;
	-webkit-appearance: none;
	border-radius: none;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
.continue-reading {
	padding: 6px 10px;
    font-size: 0.688em;
}
input[type=submit]:hover, button[type=submit]:hover, input[type="button"]:hover, .button:hover, .continue-reading:hover {
	opacity: 0.8;
}
.button.see-through {
	position: relative;
	padding: 14px 19px;
	color: inherit;
	background: transparent;
	border: none;
}
.button.btn-small {
	font-size: 9px;
	font-size: 0.9rem;
	padding: 5px 8px;
}
.button.btn-medium {
	padding: 10px 15px;
}
.button.btn-large {
	font-size: 13px;
	font-size: 1.3rem;
	padding: 15px 22px;
}
.button.btn-small.see-through {
	font-size: 9px;
	font-size: 0.9rem;
	padding: 6px 9px;
}
.button.btn-medium.see-through {
	padding: 11px 16px;
}
.button.btn-large.see-through {
	font-size: 13px;
	font-size: 1.3rem;
	padding: 16px 23px;
}
.button.see-through:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid;
	opacity: 0.8;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
.button.see-through:hover {
	opacity: 1;
	color: inherit;
}
.button.see-through:hover::before {
	opacity: 1;
}
.button.see-through-alt {
	background: transparent;
	color: inherit;
	border: 2px solid;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button.see-through-alt:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	background: #444;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button.see-through-alt:hover {
	color: #fff!important;
	border-color: #444;
	opacity: 1;
}
.button.see-through-alt:hover::before {
	opacity: 1;
	background-color: #444;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button.fullwidth {
	display: block;
}
.button.extra-color-1 {
	background-color: #3db39e;
    border-color: #3db39e;
}
.button.extra-color-2 {
	background-color: #e2574c;
    border-color: #e2574c;
}
.button.extra-color-3 {
	background-color: #333;
    border-color: #333;
}
h1 .button, h2 .button, h3 .button, h4 .button {
    margin-left: 20px;
	vertical-align: middle;
}
@media (max-width: 991px) {
	input[type=submit], button[type=submit], input[type="button"] {
		display: block;
		width: 100%;
		padding: 11px 16px !important;
		font-size: 12px !important;
		font-size: 1.2rem !important;
	}
	.button, .continue-reading {
		display: block;
		padding: 11px 16px !important;
		font-size: 12px !important;
		font-size: 1.2rem !important;
	}
	h1 .button, h2 .button, h3 .button, h4 .button {
    	margin-left: 0;
		margin-top: 20px;
	}
}