/*
Theme Name: Aspire Property Management Theme
Description: A mobile responsive and HTML5 theme built.
Author: FIVE BY FIVE
Version: 3.0
Template: genesis
The CSS, XHTML and design is released under GPL:
https://www.opensource.org/licenses/gpl-license.php
*/

/* ----------------------------------------------
 * Generated by Animista on 2017-7-12 17:44:49
 * w: https://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes flip-in-ver-right{0%{-webkit-transform:rotateY(-80deg);transform:rotateY(-80deg);opacity:0}100%{-webkit-transform:rotateY(0);transform:rotateY(0);opacity:1}}@keyframes flip-in-ver-right{0%{-webkit-transform:rotateY(-80deg);transform:rotateY(-80deg);opacity:0}100%{-webkit-transform:rotateY(0);transform:rotateY(0);opacity:1}}
@-webkit-keyframes flip-in-ver-left{0%{-webkit-transform:rotateY(80deg);transform:rotateY(80deg);opacity:0}100%{-webkit-transform:rotateY(0);transform:rotateY(0);opacity:1}}@keyframes flip-in-ver-left{0%{-webkit-transform:rotateY(80deg);transform:rotateY(80deg);opacity:0}100%{-webkit-transform:rotateY(0);transform:rotateY(0);opacity:1}}
@-webkit-keyframes flip-out-ver-left{0%{-webkit-transform:rotateY(0);transform:rotateY(0);opacity:1}100%{-webkit-transform:rotateY(-70deg);transform:rotateY(-70deg);opacity:0}}@keyframes flip-out-ver-left{0%{-webkit-transform:rotateY(0);transform:rotateY(0);opacity:1}100%{-webkit-transform:rotateY(-70deg);transform:rotateY(-70deg);opacity:0}}

.flip-in-ver-left {
	-webkit-animation: flip-in-ver-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: flip-in-ver-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.flip-out-ver-left {
	-webkit-animation: flip-out-ver-left 0.45s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: flip-out-ver-left 0.45s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

.flip-in-ver-right {
	-webkit-animation: flip-in-ver-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: flip-in-ver-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/*  General styles */
div, p, span, table, ul, ol, li, a, :before, :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

body{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.86;
	color: #020613;
	-webkit-font-smoothing: antialiased;
	position: relative;
	background: #fff;
	margin: 0;
	padding: 0;
	transition: opacity .2s ease;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Open Sans';
	margin: 0px 0px 20px 0px;
	padding: 0;
    line-height: 1.25;
	color: #020613;
	font-weight: 700;
}

h1, .h1 {
	font-size: 58px;
}
h2, .h2 {
	font-size: 44px;
}
h3, .h3 {
	font-size: 36px;
}
h4, .h4 {
	font-size: 30px;
}
h5, .h5 {
	font-size: 32px;
}
h6, .h6 {
	font-size: 22px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:visited, h2 a:visited, h3 a:visited,
h4 a:visited, h5 a:visited, h6 a:visited {
	color: inherit;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover,
h4 a:hover, h5 a:hover, h6 a:hover {
	color: inherit;
	text-decoration: underline;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

p:empty{
	display: none;
}

a,
.footer-top .menu li a,
.search-form input[type="submit"],
.search-form button[type="submit"],
.sidebar-posts .post-item a:hover .overlay,
.gform_footer .gform_button.button,
.gform_footer input[type=submit]{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a {
	font-weight: 400;
	text-decoration: none;
	color: #BF972E;
	outline: none;
}

a:visited,
a:focus,
a.active {
	color: #BF972E;
}

a:hover {
	text-decoration: none;
	outline: none;
    color: #BF972E;
}

a.inherit:visited,
a.inherit:hover,
a.inherit {
	text-decoration: none;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

ol, ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

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

.small, small{
    font-size: 92.8%;
}

.table{
	color: #333333;
}

.table th.small-width{
	width: 94px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th{
	font-size: 14px;
	color: #020613;
	font-weight: 700;
	line-height: 1.86;
}

.table>tbody>tr>td,
.table>tfoot>tr>td,
.table>thead>tr>td{
	font-size: 14px;
	font-weight: 400;
	line-height: 39px;
	line-height: 1.86;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th{
    padding: 7px 18px;
    border-color: #E0E1E4
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th,
.table>thead>tr>th{
	border-bottom-width: 1px;
	border-color: #E0E1E4
}

.table-has-fa .fa{
	margin-right: 25px;
}

.entry-content ul,
.entry-content ol {
	margin-bottom: 20px;
}

.entry-content ul {
	padding-left: 20px;
	margin-left: 20px;
}

.entry-content ul li{
	list-style: disc;
}

.entry-content ol {
	padding-left: 20px;
	margin-left: 20px;
	list-style: decimal;
}

.entry-content ol > li {
	list-style: decimal;
}

.entry-content .list-group {
	padding-left: 0;
	margin-left: 0;
}

.entry-content ol.list-group li{
	display: list-item;
	list-style: decimal;
	list-style-position: inside;
}

code {
	display: block;
	margin-bottom: 20px;
}

.widget-title {
	font-size: 30px;
}

.small-widget-title .widget-title{
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 23px;
}

.home .widget-title{
	font-size: 36px;
	line-height: 43px;
}

.title-align-center.widget-title-container {
	text-align: center;
}

.widget-sub-title {
	color: #BF972E;
	font-weight: 400;
	font-style: italic;
}

.widget-title-container .widget-sub-title {
	margin-top: -15px;
	margin-bottom: 40px;
}

.ff-top-subtitle .widget-title-container .widget-sub-title{
	margin-bottom: 0px;
	margin-top: 0px;
}

.ff-top-subtitle .widget-title-container .widget-title{
	margin-top: -3px;
	margin-bottom: 40px;
}

.home-choose-sec .ff-top-subtitle .widget-title-container .widget-title{
	margin-bottom: 85px;
}

/* Define Styles */
.define-color {
	display: inline-block;
	width: 240px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
	margin-right: 30px;
	margin-bottom: 30px;
}

.define-color .color {
	width: 240px;
	height: 100px;
}

.define-color .label {
	color: initial;
	font-size: 14px;
	font-weight: normal;
	padding: 0;
}

.define-color .s2 {
	padding: 10px 15px;
}

.style-heading .widget-title {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #6b6c70;
	padding-bottom: 10px;
	margin-bottom: 30px;
	margin-top: 30px;
	text-transform: uppercase;
}

img#site_logo-image {
	width: 100% !important;
	max-width: 450px;
}


/* Styles Nav */
.ff-styles-nav span {
	background: #6B6C70;
	color: #fff;
	padding: 5px 14px;
	display: inline-block;
	margin: 5px;
	font-size: 12px;
	cursor: pointer;
	text-transform: uppercase;
}

.ff-styles-nav span:hover {
	background: #262A35;
}

.ff-scroll-to-top {
	display: block;
	width: 50px;
	height: 50px;
	background: #262A35;
	position: fixed;
	bottom: 20px;
	right: 20px;
	text-align: center;
	line-height: 44px;
	border-radius: 100%;
	font-size: 26px;
	color: #fff;
	cursor: pointer;
}

.ff-scroll-to-top:hover {
	opacity: .7;
}

/* Fonts */
.primary-font {
	font-family: 'Open Sans';
}

.secondary-font {
	font-family: 'Open Sans';
	font-weight: 700;
}

/* Text Styles */
.text-style-1 {
	font-family: 'Open Sans';
	font-size: 24px;
	line-height: 1.5;
	font-weight: bold;
	color: #020613;
}

.text-style-2 {
	font-family: 'Open Sans';
	font-size: 17px;
	font-weight: bold;
	line-height: 1.59;
}

.text-style-3 {
	color: #333333;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.86;
}

.text-style-4 {
	color: #020613;
	font-family: "Open Sans";
	font-size: 17px;
	font-weight: 300;
	line-height: 1.59;
}

.text-style-5{
	color: #BF972E;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.83;
}

.text-style-6{
	color: #BF972E;
	font-family: "Open Sans";
	font-size: 17px;
	font-weight: 300;
	line-height: 1.83;
}

/* Buttons */
.btn{
	font-size: 12.5px;
}

.btn,
.btn:visited,
.btn.style-1,
.btn.style-1:visited,
.btn.primary,
.btn.primary:visited {
	background-color: #80A852;
	border: 1px solid #80A852;
	color: #fff;
    border-radius: 1px;
	font-weight: 400;
	padding: 18px 30px;
	line-height: 1;
	text-decoration: none;
    min-width: 150px;
    max-width: 100%;
    text-transform: uppercase;
}

.btn:hover,
.btn.hover,
.btn.style-1:hover,
.btn.style-1.hover,
.btn.primary:hover,
.btn.primary.hover {
	background-color: rgba(191,151,46,0.8);
	border-color: rgba(191,151,46,0.8);
	color: #fff;
}


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

.btn.selected,
.btn.primary.selected,
.btn.style-1.selected {
	background-color: rgba(191,151,46,0.9);
	border-color: rgba(191,151,46,0.9);
	color: #fff;
}

.btn.style-2,
.btn.style-2:visited,
.btn.secondary,
.btn.secondary:visited {
	background: #020613;
	border: 1px solid #020613;
	color: #fff;
}

.btn.style-2:hover,
.btn.style-2.hover,
.btn.secondary:hover,
.btn.secondary.hover {
	background-color: rgba(2, 6, 19, 0.8);
	border-color: rgba(2, 6, 19, 0.8);
	color: #fff;
}

.btn.secondary.selected {
	background-color: rgba(2, 6, 19, 0.9);
	border-color: rgba(2, 6, 19, 0.9);
	color: #fff;
}

.btn.style-3,
.btn.style-3:visited {
	background: none;
	border: 2px solid #E0E1E4;
	color: #A7A8AA;
	font-size: 12px;
	padding: 13px 30px;
}

.btn.style-3:hover,
.btn.style-3.hover {
	background-color: #E0E1E4;
	border-color: #E0E1E4;
	color: #6B6C70;
}

.btn.style-3.selected {
	background-color: #F5F6F8;
	border-color: #F5F6F8;
	color: #6B6C70;
}

.btn.terrain,
.btn.terrain:visited {
	background: none;
	border: 1px solid #BF972E;
	color: #FFF;
}

.btn.terrain:hover,
.btn.terrain.hover {
	background: #BF972E;
	border-color: #BF972E;
	color: #FFF;
}

.btn.terrain.selected {
	background: #BF972E;
	border-color: #BF972E;
	color: #fff;
}

.btn-info {
	background: #777;
	border-color: #777;
}

.btn-lg {
	width: 100%;
	margin: 10px 0;
	white-space: normal;
}

.close-btn,
.close-btn:visited {
	display: inline-block;
	width: 45px;
	height: 45px;
	background-color: #262A35;
	border-radius: 100%;
	color: #fff;
	text-align: center;
	line-height: 43px;
	font-size: 14px;
}

.close-btn:hover {
	background-color: #51545d;
	color: #fff;
}

.text-btn,
.text-btn:visited {
	color: #020613;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	text-decoration: none;
}

.text-btn:hover,
.text-btn.hover {
	color: #BF972E;
	text-decoration: none;
}

.btn.full {
	width: 100%;
}

.show-mobile{
	display: none;
}

/* Slick UI */
.navigation-buttons {
	display: inline-block;
	border: 1px solid #E0E1E4;
	border-radius: 45px;
	background-color: #FFFFFF;
	padding: 6px 20px;
}

.navigation-style-2 .slick-prev,
.navigation-style-2 .slick-next,
.navigation-btn-left,
.navigation-btn-right {
	display: inline-block;
	cursor: pointer;
}

.navigation-style-2 .slick-prev:hover,
.navigation-style-2 .slick-next:hover,
.navigation-btn-left:hover,
.navigation-btn-right:hover {
	opacity: .7;
}

.navigation-btn-left {
	margin-right: 15px;
}

.navigation-btn-right {
	margin-left: 15px;
}

.navigation-style-2 .slick-prev:before,
.navigation-style-2 .slick-next:before,
.navigation-btn-left:before,
.navigation-btn-right:before {
	font-family: 'Fontawesome';
	font-size: 22px;
	color: #020613;
	line-height: 1;
	opacity: 1;
}

.navigation-style-2 .slick-prev:before,
.navigation-btn-left:before {
	content: '\f104';
}

.navigation-style-2 .slick-next:before,
.navigation-btn-right:before {
	content: '\f105';
}

.navigation-style-2 .slick-prev,
.navigation-style-2 .slick-next {
	top: -45px;
	/*border: 1px solid #E0E1E4;
*/	height: 45px;
	width: 45px;
}

.navigation-style-2 .slick-prev {
	right: 55px;
	left: initial;
	border-right: none;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	text-align: right;
	padding-right: 15px;
}

.navigation-style-2 .slick-next {
	right: 10px;
	border-left: none;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	text-align: left;
	padding-left: 15px;
}

.navigation-style-2 .slick-prev:before,
.navigation-style-2 .slick-next:before {
	line-height: 43px;
}

/* Form Elements */
.input-field-container {

}

.label {
	color: #262A35;
	font-size: 12px;
	font-weight: 700;
	line-height: 17px;
}

.input-field-container .label {
	display: block;
	text-align: left;
	padding: 0;
}

textarea,
input[type="text"],
input[type="password"],
input[type="email"] {
	background-color: rgba(255,255,255,0.05);
	border: 1px solid transparent;
	border-bottom: 1px solid #020613;
	outline: none;
	line-height: 1;
	padding: 9.5px 25px;
	color: #262A35;
	/* change caret color */
	/* color: #2CC6FA !important;
	text-shadow: 0px 0px 0px #262A35 !important;
	-webkit-text-fill-color: transparent !important; */
}

textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
	color: #262A35;
	opacity: 0.4;
	text-shadow: none;
	-webkit-text-fill-color: initial;
}

.disabled textarea,
.disabled input[type="text"],
.disabled input[type="password"],
.disabled input[type="email"] {
	color: #E0E1E4!important;
	text-shadow: 0px 0px 0px #E0E1E4 !important;
	-webkit-text-fill-color: transparent !important;
	pointer-events: none;
}

.error textarea,
.error input[type="text"],
.error input[type="password"],
.error input[type="email"] {
	border: 1px solid #DB600F;
	color: #DB600F;
}

textarea {
	width: 100%;
	min-height: 188px;
	padding-top: 15px;
	padding-bottom: 15px;
}

select {
	line-height: 1;
	padding: 16.5px 45px 16.5px 25px;
	border: 1px solid #020613;
	background-color: #F9FAFC;
	outline: none;
	-webkit-appearance: none;
	cursor: pointer;
}

.select-container {
	position: relative;
	display: inline-block;
}

.select-container:after {
	font-family: 'FontAwesome';
	content: '\f063';
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	position: absolute;
	right: 18px;
	color: #262A35;
	top: 50%;
	margin-top: -6px;
}

ul.radio-container,
ul.checkbox-container {
	padding: 0;
	margin: 0;
}

ul.radio-container li,
ul.checkbox-container li {
	list-style: none;
	position: relative;
	padding-left: 33px;
}

.radio-container label,
.checkbox-container label {
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	display: inline-block;
	padding-left: 33px;
	margin-left: -33px;
	z-index: 6;
	position: relative;
}

ul.radio-container input[type=radio],
ul.checkbox-container input[type=checkbox] {
	position: absolute;
	visibility: hidden;
}

ul.radio-container .check,
ul.checkbox-container .check{
	display: block;
	position: absolute;
	border: 1px solid #020613;
	background-color: #FFFFFF;
	border-radius: 100%;
	height: 20px;
	width: 20px;
	top: 3px;
	left: 0;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

ul.radio-container .check::before,
ul.checkbox-container .check::before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 12px;
	width: 12px;
	top: 3px;
	left: 3px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

ul.radio-container input[type=radio]:checked ~ .check::before{
  background: #BF972E;
}

ul.checkbox-container input[type=checkbox]:checked ~ .check::before{
	background: #020613;
}

ul.checkbox-container .check {
	border-radius: 0;
	line-height: 18px;
	text-align: center;
}

ul.checkbox-container input[type=checkbox]:checked ~ .check::before {
	border-radius: 0;
	height: 18px;
	width: 18px;
	top: 0;
	left: 0;
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #fff;
}

/* Page fade */
.fade-load {
    -webkit-animation: fadein 2s;
       -moz-animation: fadein 2s;
        -ms-animation: fadein 2s;
         -o-animation: fadein 2s;
            animation: fadein 2s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Page fade End */

/* Preload */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #BF972E;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

/* .page-load-overlay {
	content: '';
    display: block;
    position: fixed;
	opacity: 1;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-image: url(images/clock-pload.gif);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
	transition: opacity .2s ease;
} */

.clearfix {
	clear: both;
}

.clearfix:before,
.clearfix:after{
	content:"";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearboth {
	clear: both;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

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

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

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

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

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

.small-text {
	font-size: 11px;
    font-size: 0.786em;
}

.post-edit-link {
	display: none;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.hide,
.hide-header .site-header ,
.hide-nav .nav-primary ,
.hide-internal-header .internal-header,
.hide-responsive-nav #responsive-menu,
.hide-responsive-nav #click-menu,
.hide-footer .site-footer,
.hide-footer-top .footer-top,
.hide-footer-bottom .footer-bottom {
	display: none !important;
}

.image-hover-style-1 {
	position: relative;
}

.image-hover-style-1:after {
	content: '';
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ddd;
	background: rgba(255, 255, 255, 0.25);
	transition: opacity .2s ease;
}

.image-hover-style-1:hover:after {
	visibility: visible;
	opacity: 1;
}

/* Layout */
.site-container {
	max-width: 100%;
	position: relative;
	margin: 0 auto;
	overflow-x: hidden;
}

.site-inner {
	min-height: 300px;
}

.site-header .wrap,
.nav-primary .wrap {
	width: 1500px;
	max-width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}

.wrapper, .wrap,
.content-sidebar-wrap {
	width: 1200px;
	max-width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.wrap:after,
.wrapper:after {
	content: '';
	display: block;
	clear: both;
}

.cols-wrapper {
	display: inline-block;
	width: 100%;
}

.wrapper.minus-30,
.wrap.minus-30 {
	width: 1170px;
}

.wrapper.plus-30,
.wrap.plus-30 {
	width: 1230px;
}

.wrapper-2 {
	width: 900px;
}

.wrapper-3{
	width: 1040px;
}

.wrapper-4{
	width: 875px;
	max-width: 96%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	box-shadow: 0 4px 44px 0 rgba(2,6,19,0.12);
}

.wrapper-5{
	width: 930px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.wrapper-6{
	width: 1330px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

/* UI Elements */
.label-info {
	background-color: #AAA;
}

.alert {
	padding: 24px 38px;
	font-weight: 700;
}

.alert .fa {
	font-size: 18px;
	margin-right: 15px;
}

.alert-success {
	color: #6ADE9B;
	background-color: #fff;
	border-color: #6ADE9B;
}

.alert-warning {
	color: #FA7D5A;
	background-color: #fff;
	border-color: #FA7D5A;
}

.alert-info {
	color: #0177C1;
	background-color: #fff;
	border-color: #0177C1;
}

.alert-danger {
	color: #ca0c09;
	background-color: #fff;
	border-color: #ca0c09;
}

.alert-bolt{
	color: #DB600F;
	background-color: #fff;
	border-color: #DB600F;
}

/* Animations */
/* Animation - Fade In Down (Short) */
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform:         translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform:         translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform:     translateY(-20px);
        transform:         translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform:     translateY(0);
        transform:         translateY(0);
    }
}

.animate-fade-in-down {
	-webkit-animation-duration: 0.5s;
	animation-duration:         0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode:         both;
	-webkit-animation-name: fadeInDown;
	animation-name:         fadeInDown;
}

/* Animation - Fade In Up (Short) */
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform:     translateY(50px);
        transform:         translateY(50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform:         translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform:     translateY(50px);
        transform:         translateY(50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform:     translateY(0);
        transform:         translateY(0);
    }
}

.animate-fade-in-up {
	-webkit-animation-duration: 0.5s;
	animation-duration:         0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode:         both;
	-webkit-animation-name: fadeInUp;
	animation-name:         fadeInUp;
}

/* Animation - Fade In Left (Short) */
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform:         translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform:         translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform:     translateX(-20px);
        transform:         translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform:     translateX(0);
        transform:         translateX(0);
    }
}

.animate-fade-in-left {
	-webkit-animation-duration: 0.5s;
	animation-duration:         0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode:         both;
	-webkit-animation-name: fadeInLeft;
	animation-name:         fadeInLeft;
}

/* Animation - Fade In Right (Short) */
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform:         translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform:         translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform:     translateX(20px);
        transform:         translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform:     translateX(0);
        transform:         translateX(0);
    }
}

.animate-fade-in-right {
	-webkit-animation-duration: 0.5s;
	animation-duration:         0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode:         both;
	-webkit-animation-name: fadeInRight;
	animation-name:         fadeInRight;
}

/* Animation - Spin */
@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.animate-spin {
	-webkit-animation-duration: 0.5s;
	animation-duration:         0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode:         both;
	-webkit-animation-name: spin;
	animation-name:         spin;
}

@-webkit-keyframes swing-in-top-fwd{0%{-webkit-transform:rotateX(-100deg);transform:rotateX(-100deg);-webkit-transform-origin:top;transform-origin:top;opacity:0}100%{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);-webkit-transform-origin:top;transform-origin:top;opacity:1}}
@keyframes swing-in-top-fwd{0%{-webkit-transform:rotateX(-100deg);transform:rotateX(-100deg);-webkit-transform-origin:top;transform-origin:top;opacity:0}100%{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);-webkit-transform-origin:top;transform-origin:top;opacity:1}}

@-webkit-keyframes slide-in-fwd-top{0%{-webkit-transform:translateZ(-1400px) translateY(-800px);transform:translateZ(-1400px) translateY(-800px);opacity:0}100%{-webkit-transform:translateZ(0) translateY(0);transform:translateZ(0) translateY(0);opacity:1}}@keyframes slide-in-fwd-top{0%{-webkit-transform:translateZ(-1400px) translateY(-800px);transform:translateZ(-1400px) translateY(-800px);opacity:0}100%{-webkit-transform:translateZ(0) translateY(0);transform:translateZ(0) translateY(0);opacity:1}}

.swing-in-top-fwd {
	-webkit-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
	-moz-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
	animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}

.slide-in-fwd-top {
	-webkit-animation: slide-in-fwd-top 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	-moz-animation: slide-in-fwd-top 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-in-fwd-top 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/* Phone Button */
.phone-button {
    border:1px solid #414042;
    border-radius:38px;
    min-width: 38px;
    height: 38px;
    padding: 20px 16px;
    float: left;
    margin: 5px 0 0 20px;
    text-align:center;

	font-size:14px;
	color: #414042;
    font-weight: 700;

    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;

    align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-box-align: center;

    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
}

.phone-button:hover{
    border: 1px #d4d4d4 solid;
}

.phone-button i{
    font-weight: normal;
    font-size: 23px;
}

.phone-button:hover i{
    margin-right: 15px;
    color: #d4d4d4;
}

.phone-button .number{
    font-size: 0;

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

.phone-button:hover .number{
    font-size: 14px;
    display: inline-block;
    color: #d4d4d4;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin: 0 auto;
}

.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Popup Box */
div #fancybox-content div {
    box-sizing: border-box;
}
.popup-box-wrap{
    padding: 40px 30px;
    width: 800px;
    max-width: 100%;
    box-sizing: border-box !important;
}

.popup-box-wrap .row{
    margin-top: 30px;
}

.popup-box-wrap h2{
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
}

.popup-box-wrap h5{
    text-align: center;
    margin-bottom: 0;
}

.popup-box-wrap .left-box{
    text-align: center;
    display: inline-flex;
    min-height: 240px;
}

.popup-box-wrap .left-box img{
    margin: auto;
}

.popup-box-wrap .gf_left_half,
.popup-box-wrap .gf_right_half{
    width: 100% !important;
    clear: both;
}

.popup-container .header {
	margin-bottom: 30px;
}

.popup-container .header .heading {
	margin-bottom: 5px;
	margin-bottom: 0;
}

.popup-container .header .description {
	margin-bottom: 0;
	font-size: 13px;
}

.subscribe-popup-container {
	width: 540px;
	text-align: center;
}

.subscribe-popup-container .inner {
	padding: 30px 60px 30px;
}

.subscribe-popup-container div .gform_footer .gform_button.button {
	width: 100%;
}
/* End Popup forms */

/* Place Holder */
::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}

/* Header */
.site-header {
	position: relative;
    background-color: #fff;
    padding: 0;
    z-index: 10;
}

.home .site-header{
	position: absolute;
	background-color: transparent;
   	top: 0;
    left: 0;
    width: 100%;
}

.site-header .wrap{
    padding: 20px 45px;
    width: 1300px;
    background: #fff;
    position: relative;
}

.site-header.stick {
	width: 100%;
	box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.1);
	z-index: 200;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.nav-primary {
	background: #eee;
}

.nav-primary .menu-item a,
.nav-header .menu-item a {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #020613;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.3571428571428571428571428571429;
	text-decoration: none;
}

.header-top-menu .nav-header .menu-item a{
	font-size: 12px;
	font-weight: 600;
	color: #020613;
	line-height: 1.4166666666666666666666666666667;
}

.header-large-menu{
	margin-top: 25px;
}

.nav-primary .genesis-nav-menu > li > a,
.nav-header .genesis-nav-menu > li > a {
	display: inline-block;
	padding: 0px 0px;
	position: relative;
	margin: 0 15px;
}


/*.nav-primary .genesis-nav-menu > li > a:after,
.nav-header .genesis-nav-menu > li > a:after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: #20A7D5;

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

.nav-primary .genesis-nav-menu > li > a:hover:after,
.nav-header .genesis-nav-menu > li > a:hover:after,
.nav-header .genesis-nav-menu > li:hover > a:after,
.nav-header .genesis-nav-menu > li.current-menu-item > a:after {
	width: 100%;
}
*/
.nav-primary .sub-menu li,
.nav-header .sub-menu li {
	display: inline-block;
	width: 100%;
}

.nav-primary .genesis-nav-menu .menu-item:hover > .sub-menu,
.nav-header .genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.nav-primary .genesis-nav-menu .sub-menu,
.nav-header .genesis-nav-menu .sub-menu {
	position: absolute;
	left: -9999px;
	padding: 0px 0px 0px 0px;
	margin: 0;
	width: 245px;
	max-width: 100%;
	opacity: 0;
	-webkit-transition: opacity .6s ease-in-out;
	-moz-transition: opacity .6s ease-in-out;
	-ms-transition: opacity .6s ease-in-out;
	-o-transition: opacity .6s ease-in-out;
	transition: opacity .6s ease-in-out;
	z-index: 999;
	clear: both;
	border: 1px solid #F5F6F8;
}

.nav-header #menu-menu-bottom .sub-menu{
	width: 340px;
}

.nav-primary .genesis-nav-menu .sub-menu .sub-menu,
.nav-header .genesis-nav-menu .sub-menu .sub-menu {
    left: 200px !important;
    top: 0;
}

.nav-primary .genesis-nav-menu .sub-menu li,
.nav-header .genesis-nav-menu .sub-menu li{
	background: #f9fafc;
	/*border-bottom: 1px solid #F5F6F8;*/
	border-bottom: 0px;
}

.nav-primary .genesis-nav-menu .sub-menu li:last-child,
.nav-header .genesis-nav-menu .sub-menu li:last-child {
	border-bottom: none;
}

.nav-primary .genesis-nav-menu .sub-menu a,
.nav-header .genesis-nav-menu .sub-menu a {
	position: relative;
	display: inline-block;
	padding: 14px 12px;
	width: 100%;
	border-top: none;
	text-align: left;
	font-size: 12px;
	line-height: 17px;
	font-weight: 600;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-header .genesis-nav-menu .sub-menu a:hover {
	text-decoration: underline;
}

.site-header .title-area {
	float: left;
	margin: 9px 0;
}

.header-widget-area {
	float: right;
}

.header-widget-area .top-right {
	text-align: right
}

.header-widget-area .widget {
	display: inline-block;
	vertical-align: top;
}

.header-widget-area .widget.block {
	display: block;
}

.header-widgets-section-1 {
	text-align: right;
	margin-bottom: 12px;
	padding-right: 74px;
}

a.phone {
	color: #333333;
	text-decoration: none;
	font-weight: 400;
}

a.phone:hover {
	text-decoration: underline;
}

a.phone .fa {
	color: #020613;
	font-size: 17px;
	vertical-align: top;
	margin-right: 10px;
}

.header-widget-area a.phone {
	font-size: 13px;
	display: inline-block;
	line-height: 15px;
}

/* Custom Dropdown Menu */
.ff-custom-dropdown-menu {
	display: inline-block;
	position: relative;
	margin-left: 24px;
	margin-top: -15px;
}

.ff-custom-dropdown-menu .menu-container {
	border: 1px solid #e3e7eb;
	box-shadow: 0 3px 6px 0 rgba(14,26,41,0.06);
	border-radius: 2px;
	background: #fff;
	text-align: left;
	padding: 15px 24px;
	position: absolute;
	top: 100%;
	right: 0;
	min-width: 230px;
	opacity: 0;
	z-index: 0;
	height: 0;
	overflow: hidden;
}

.ff-custom-dropdown-menu .menu-container.active {
	-webkit-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
	-moz-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
	animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
	opacity: 1;
	z-index: 9999;
	height: initial;
}

.ff-custom-dropdown-menu .genesis-nav-menu .menu-item {
	display: block;
	margin-bottom: 5px;
}

.ff-custom-dropdown-menu .genesis-nav-menu .menu-item a:hover {
	text-decoration: underline;
}

.ff-custom-dropdown-menu .nav-header .genesis-nav-menu > li > a {
	margin: 0;
	padding: 0;
}

.ff-custom-dropdown-menu .genesis-nav-menu .menu-item-has-children {
	position: relative;
}

.ff-custom-dropdown-menu .genesis-nav-menu .menu-item-has-children:after {
	content: '\f107';
	font-family: 'FontAwesome';
	font-size: 19px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 1;
}

.ff-custom-dropdown-menu .nav-header .genesis-nav-menu .sub-menu {
	box-shadow: none;
	margin-left: 15px;
	margin-top: 12px;
}

.ff-custom-dropdown-menu .nav-header .genesis-nav-menu .menu-item > .sub-menu {
	opacity: 1;
	position: relative;
	top: 0;
	left: 0;
	width: initial;
	border: none;
}

.ff-custom-dropdown-menu .nav-primary .genesis-nav-menu .sub-menu li,
.ff-custom-dropdown-menu .nav-header .genesis-nav-menu .sub-menu li {
	border: none;
}

.site-header .ff-custom-dropdown-menu .nav-header > ul > li > a > span:after {
	display: none;
}

.ff-custom-dropdown-menu .nav-header .genesis-nav-menu .sub-menu a {
	padding: 0;
	text-decoration: none;
	width: initial;
}

.ff-custom-dropdown-menu .nav-header .genesis-nav-menu .sub-menu a:hover {
	background: none;
	text-decoration: underline;
}

.ff-custom-dropdown-menu .nav-primary .genesis-nav-menu > li > a:after,
.ff-custom-dropdown-menu .nav-header .genesis-nav-menu > li > a:after {
	display: none;
}

.burger-menu-trigger,
.burger-menu-trigger-mobile{
	display: inline-block;
	border: 1px solid #262A35;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 1;
	font-weight: 400;
	padding-top: 8px;
	cursor: pointer;
	transition: background .2s ease;
}

.burger-menu-trigger-mobile{
	display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 9999;
}

.burger-menu-trigger.active,
.burger-menu-trigger:hover {
	background: #262A35;
	color: #fff;
}

.burger-menu-trigger.active {
	font-size: 0;
}

.burger-menu-trigger.active:before {
	content: '\f00d';
	font-family: 'FontAwesome';
	font-size: 24px;
	display: inline-block;
}

.header-special-btn{
    position: absolute;
    top: 100%;
    right: 0;
}

.header-widget-area .header-special-btn{
	display: none;
}

.home .header-widget-area .header-special-btn{
	display: block;
}

.header-special-btn .btn{
	border-radius: 0px;
	font-size: 12px;
	line-height: 1.42;
	padding: 15.5px 30px;
	width: 241px;
	max-width: 100%;
	text-transform: uppercase;
}

.header-special-btn .btn .fa{
	margin-left: 5px;
}

/* Headhesive */
.site-header--clone {
	transform: translateY(-100%);
	position: fixed !important;
	top: -1000px;
	left: 0;
	width: 100%;
	/*box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.25);*/
	box-shadow: none;
}
.site-header--stick {
	-webkit-animation-duration: 0.5s;
	animation-duration:         0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode:         both;
	-webkit-animation-name: fadeInDown;
	animation-name:         fadeInDown;
}
.admin-bar .site-header--stick {
	top: 32px;
}
div .site-header--stick,
div.site-header--stick,
.site-header--stick {
	z-index: 2000;
	width: 100%;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}

/* .site-header--clone .header-widget-area .header-widgets-section-1,
.site-header--clone .version-text {
	display: none;
}

.site-header.site-header--clone .title-area {
	margin-top: 0;
}

.site-header.site-header--clone .ff-custom-dropdown-menu {
	margin-top: 5px;
}

.site-header.site-header--clone .nav-primary .genesis-nav-menu > li > a,
.site-header.site-header--clone .nav-header .genesis-nav-menu > li > a {
	padding-top: 15px;
}

.site-header.site-header--clone .asf-trigger-container {
	margin-top: 10px;
} */
/* End Header */

/* Footer */
.site-footer {
	overflow: hidden;
}

.has-sticky-footer .site-footer{
	padding-bottom: 72px;
}

.site-footer > .wrap {
	width: 100%;
	max-width: 100%;
	padding: 0 0;
}

.footer-top {
	background-color: #fff;
	/*padding: 60px 0 65px;*/
	padding: 0;
	color: #fff;
}

.footer-top .widget-wrap{
	border-top: 1px solid #E0E1E4;
	padding: 60px 0 65px;
}

.site-footer,
.site-footer p,
.site-footer .widget-title
.site-footer h1, .site-footer h2, .site-footer h3,
.site-footer h4, .site-footer h5, .site-footer h6 {
	color: #020613;
}

.footer-top-row-2 {
	border-top: 1px solid #fff;
	margin-top: 40px;
	padding-top: 50px;
	padding-bottom: 40px;
}

.footer-top-row-1-center {
	text-align: center;
	margin-top: 0px;
}

.footer-top-row-1-right{
	text-align: right;
	margin-top: 25px;
}

.footer-top-row-1-right .btn{
	width: 190px;
	max-width: 100%;
}

.footer-info-box {
	width: 100%;
	min-height: 155px;
	position: relative;
}

.footer-info-box .footer-info{
	width: 100%;
	position: absolute;
	top: 0;
}

.footer-info-box .footer-info a{
	display: block;
	width: 100%;
	margin-bottom: 25px;
	font-size:14px;
	color:#fcf8ef;
	letter-spacing:2px;
	text-decoration: none;
	cursor: pointer;
}

.footer-info-box .footer-info a:hover{
	opacity: 0.6;
}

.footer-info .footer-phone,
.footer-info .footer-mobile,
.footer-info .footer-address{
	padding-left: 55px;
}

.footer-info .footer-phone:before,
.footer-info .footer-mobile:before,
.footer-info .footer-address:before{
	font-family:'FontAwesome';
	font-size:20px;
	color:#fcf8ef;
	line-height: 22px;
	border-right: 1px #fff solid;
	padding-right: 20px;
	min-width: 38px;
	position: absolute;
	left: 0;
}

.footer-info .footer-phone:before{
	content:'\f095';
}

.footer-info .footer-mobile:before{
	font-size: 23px;
	content:'\f10b';
}

.footer-info .footer-address:before{
	content: '\f124';
}

.footer-bottom {
	background-color: #fff;
	font-size: 13px;
	color: #020613;
	line-height: 1.54;
}

.footer-bottom > .wrapper > .inner {
	border-top: 1px solid #E0E1E4;
	padding: 20px 0 25px;
}

.footer-bottom a {
	color: #020613;
	font-weight: 400;
	font-size: 13px;
	text-decoration: none;
}

.footer-bottom-left {
	text-align: left;
}

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

.footer-bottom-right {
	text-align: right;
}

.site-footer .widget.last {
	margin-right: 0;
}

.footer-top .f-17{
	color: #020613;
}

.footer-top .menu li a {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}

.footer-top .menu li a:hover {
	color: #fff;
	text-decoration: none;
}

.footer-top .widget-title {
	font-size: 17px;
	font-weight: 700;
}

.footer-links .widget-title {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px;
}

/* End Footer */

/* Form Styles */
body div.gform_wrapper ul li.gfield{
	margin-top: 20px;
}

div.gform_wrapper ul.gform_fields li.gfield{
	padding-right: 0px;
}

div.gform_wrapper .top_label li.gfield.gf_left_third,
div.gform_wrapper .top_label li.gfield.gf_middle_third,
div.gform_wrapper .top_label li.gfield.gf_right_third,
div.gform_wrapper .top_label li.gfield.gf_left_half,
div.gform_wrapper .top_label li.gfield.gf_right_half{
	padding: 0 15px;
}

div.gform_wrapper .top_label li.gfield.gf_left_third,
div.gform_wrapper .top_label li.gfield.gf_left_half{
	padding-left: 0px;
}

div.gform_wrapper .top_label li.gfield.gf_right_third,
div.gform_wrapper .top_label li.gfield.gf_right_half{
	padding-right: 0px;
}

div.gform_wrapper label.gfield_label {
	font-size: 12px;
	margin-bottom: 0;
}

div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
div.gform_wrapper textarea, div.gform_wrapper .ginput_container_select select {
	font-size: 14px;
	background-color: transparent;
	color: #020613;
	border: 1px solid transparent;
	border-bottom-color: #020613;
	outline: none;
	line-height: 1;
	padding: 9.5px 25px;
}

div.gform_wrapper .ginput_container_select select{
	border: 1px solid #020613;
}

div.gform_wrapper .select-container .ginput_container_select{
	position: relative;
}

div.gform_wrapper .select-container .ginput_container_select:after{
    font-family: 'FontAwesome';
    content: '\f107';
    color: #020613;
    display: inline-block;
    font-size: 19px;
    line-height: 1;
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -10px;
    pointer-events: none;
}

div.gform_wrapper .gform_footer input.button,
div.gform_wrapper .gform_footer input[type=submit],
div.gform_wrapper .gform_page_footer input.button,
div.gform_wrapper .gform_page_footer input[type=submit] {
	background-color: #020613;
	border: 1px solid #020613;
	color: #fff;
    border-radius: 1px;
	font-weight: 400;
	padding: 17.5px 30px;
	line-height: 1;
	text-decoration: none;
	font-size: 13px;
}

div.gform_wrapper .centered-submit-btn .gform_footer{
	margin-top: 54px;
}

div.gform_wrapper .centered-submit-btn .gform_footer input[type=submit]{
	min-width: 230px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.gform_wrapper .gform_footer input.button:hover,
div.gform_wrapper .gform_footer input[type=submit]:hover,
div.gform_wrapper .gform_page_footer input.button:hover,
div.gform_wrapper .gform_page_footer input[type=submit]:hover {
    background-color: rgba(2, 6, 19, 0.8);
    border-color: rgba(2, 6, 19, 0.8);
	color: #fff;
}

body div.gform_wrapper .top_label div.ginput_container {
	margin-top: 0;
}

/* Form Style 1 */
.form-style-1 .ginput_container input[type=text],
.form-style-1 .ginput_container textarea,
.ginput_container select,
.form-style-1 .gfield_captcha_input_container input[type=text] {
	background: none;
	border: none;
	border-bottom: 2px solid #fff;
	outline: none;
}

.gform_wrapper .subscribe-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	color: #BF972E;
	padding: 10px 8px;
	border-bottom: 2px solid #BF972E;
	background: none;
}

body .gform_wrapper .subscribe-form .top_label div.ginput_container {
	margin-top: 0;
}

.gform_wrapper .form-style-1 .top_label .gfield_label {
	display: none;
}

.gform_wrapper .subscribe-form ul.gform_fields li,
.entry-content .gform_wrapper .subscribe-form ul.gform_fields li {
	padding: 0;
	margin: 0;
}

.site-footer .subscribe-form {
	width: 470px;
	max-width: 100%;
	margin: 0;
	position: relative;
	padding-right: 60px;
}

.site-footer .subscribe-form ::-webkit-input-placeholder { color: #BF972E; }
.site-footer .subscribe-form :-ms-input-placeholder { color: #BF972E; }
.site-footer .subscribe-form ::-moz-placeholder { color: #BF972E; }
.site-footer .subscribe-form :-moz-placeholder { color: #BF972E; }

.gform_wrapper .subscribe-form .gform_footer {
	width: 45px;
	height: 45px;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.subscribe-form .gform_button.button {
	font-family: 'FontAwesome';
}

.gform_wrapper .subscribe-form .gform_footer input.button,
.gform_wrapper .subscribe-form .gform_footer input[type=submit] {
	border-radius: 50%;
	padding: 0;
	margin: 0!important;
	width: 45px!important;
	height: 45px!important;
	border: 1px solid #BF972E;
	text-align: center;
	line-height: 43px;
	background: #BF972E;
	color: #fff;
	outline:none;
}

.gform_wrapper .subscribe-form .gform_footer input.button:hover,
.gform_wrapper .subscribe-form .gform_footer input[type=submit]:hover {
	background: rgba(191,151,46,0.8);
	border-color: rgba(191,151,46,0.8);
	color: #fff;
}

div.subscribe-form_wrapper {
	margin: 5px 0;
	position: relative;
}

.subscribe-form-alt-1 {
	border-bottom: 1px solid #000000;
}

.subscribe-form-alt-1 p{
	color: #BF972E;
}

.subscribe-form-alt-1 .gform_wrapper .subscribe-form .gform_footer {
	width: 60px;
	height: 60px;
	top: auto;
	bottom: 10px;
}

.subscribe-form-alt-1 .gform_wrapper .subscribe-form .gform_footer input.button,
.subscribe-form-alt-1 .gform_wrapper .subscribe-form .gform_footer input[type=submit] {
	font-size: 12px;
	color: #fff;
	background-color: #15171E;
	width: 60px!important;
	height: 60px!important;
	border: 1px solid #000000;
}

.subscribe-form-alt-1 .gform_wrapper .subscribe-form .gform_footer input.button:hover,
.subscribe-form-alt-1 .gform_wrapper .subscribe-form .gform_footer input[type=submit]:hover {
	background: #262A35;
	color: #fff;
}

.subscribe-form-alt-1 .gform_wrapper .subscribe-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	font-family: 'Open Sans';
	color: inherit;
	border: none;
	padding: 10px 70px 10px 0;
	font-size: 30px;
	line-height: 40px;
}

.subscribe-form-alt-1 .subscribe-form ::-webkit-input-placeholder { color: #020613; font-size: 40px; font-weight: bold; opacity: 1; }
.subscribe-form-alt-1 .subscribe-form :-ms-input-placeholder { color: #020613; font-size: 40px; font-weight: bold; opacity: 1;}
.subscribe-form-alt-1 .subscribe-form ::-moz-placeholder { color: #020613; font-size: 40px; font-weight: bold; opacity: 1;}
.subscribe-form-alt-1 .subscribe-form :-moz-placeholder { color: #020613; font-size: 40px; font-weight: bold; opacity: 1;}

/*
*  Internals
*/
.content:after {
	content: '';
	display: block;
	clear: both;
}
.home.full-width-content .content-sidebar-wrap > .content {
	margin: 0;
}

.full-width-content .content-sidebar-wrap > .content {
	margin-top: 70px;
	margin-bottom: 40px;
}

.page-template-page_landing .content-sidebar-wrap > .content{
	margin-bottom: 0px;
}

.contact-page .content-sidebar-wrap > .content {
	margin-bottom: 0;
}

.home.content-sidebar .content-sidebar-wrap {
	margin-top: 0;
}

.content-sidebar .content-sidebar-wrap {
	margin-top: 40px;
}

.content-sidebar .content-sidebar-wrap:after {
	content: '';
	display: block;
	clear: both;
}

.content-sidebar .content {
	display: block;
	width: 800px;
	max-width: 100%;
	float: left;
    line-height: 29px;
}

.content-sidebar .sidebar {
	display: block;
	width: 300px;
	max-width: 100%;
	float: right;
	margin-left: 70px;
}

.internal-header {
	background: #777777;
	background-position: center center;
	background-size: cover;
	padding: 55px 0;
}

.internal-header .title-container{
	position: relative;
}

.internal-header .title-container{
	padding-left: 68px;
	padding-right: 68px;
}

.landing-page-header{
	background: #fff;
	padding: 0;
}

.landing-page-header .center-box{
	height: 405px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.landing-page-header .inner-wrap{
	text-align: center;
}

.landing-page-header .landing-logo{
	margin-top: 15px;
}

.internal-header h1 {
	font-size: 24px;
	line-height: 1;
	color: #020613;
	text-transform: none;
	text-align: center;
	margin: 0;
}

.landing-page-header h1.page-title{
	color: #FFFFFF;
	font-size: 48px;
	line-height: 1.19;
}

.internal-header h1 span {
	display: inline-block;
}

.breadcrumb {
	margin-top: 15px;
	color: #BF972E;
	text-align: center;
	background: none;
	margin-bottom: 0;
	font-size: 14px;
	font-style: italic;
	line-height: 1.86;
	padding: 0;
}

.breadcrumb a {
	color: #BF972E;
	text-decoration: none;
}

.breadcrumb a:hover{
	text-decoration: underline;
}
/* End Internals */

/*
*  404
*/
body.error404 {
	background: url(images/404-bg.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.error404 .widget-title{
	display: none;
}

.error404 .content-404 {
	display: inline-block;
	width: 100%;
	padding: 80px 0 40px 0;
	text-align: center;
}

.error404 .content-404 {
	text-transform: uppercase;
	font-size: 24px;
	color:#FFFFFF;
	letter-spacing:3.59px;
	line-height:28px;
	text-shadow: 0 0 6px rgba(0,0,0,0.18);
	text-align: center;
}

.error404 .content-404 h2 {
	font-size:260px;
	font-weight: 600;
	color:#464646;
	letter-spacing:50.13px;
	line-height:270px;
	text-align:center;
}

.error404 .site-header,
.error404 .nav-primary,
.error404 .internal-header,
.error404 .site-footer,
.error404 #responsive-menu,
.error404 #click-menu{
	display: none;
}

.error404 .site-container {
	box-shadow: none;
}

.error404 .button-404 {
	display: block;
	background:#FFFFFF;
	width:61px;
	height:61px;
	border-radius:100%;
	text-shadow: 0 0 6px rgba(177,177,177,177.18);
	margin: 0 auto;
	text-align: center;
}

.error404 .button-404:hover{
 opacity: 0.6;
 background:#f5f5f5;
}

.error404 .button-404 #btn-404{
	display: inline-block;
	width: 34px;
	height: 36px;
	margin: auto;
	margin: 10px auto;
}

.error404 .content-sidebar-wrap,
.error404 .site-container {
	background: transparent !important;
}
/* End 404 */

.site-inner .content-sidebar-wrap {
	padding-bottom: 60px;
}

.page-template-page_landing-php .content-sidebar-wrap{
	padding-bottom: 0px;
}

.home .content-sidebar-wrap {
	width: 100%;
	padding: 0;
}

.preloader-container img {
	display: block;
	width: 70px;
	margin: 20px auto;
}

/*
*  Internals | Blog
*/
.post-date {
	display: inline-block;
	text-transform: uppercase;

	font-size: 13px;
	font-weight: 400;
	letter-spacing:0.8px;
	line-height: 20px;
}

.post-date .blog-category{
	font-weight: 400;
	margin-left: 20px;
}

.title-container h2 {
	position: relative;
	margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 5px;

	font-size: 27px;
    letter-spacing: 0.69px;
    line-height: 33.75px;
}

.single-post .title-container h2 {
    padding-bottom: 35px;
    border-bottom: 1px #E0E1E4 solid;
    margin-bottom: 35px;
}

.blog-container .title-container .post-title a {
    text-transform: uppercase;
}

.blog-container .title-container .post-title a:hover{
	text-decoration: underline;
}

.blog-post .thumbnail-container{
	margin-bottom: 10px;
}

.single-post .thumbnail-container{
	margin-bottom: 30px;
}

.blog-post .thumbnail-container a {
	display: inline-block;
	position: relative;
}

.blog-post .thumbnail-container a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.blog-post .thumbnail-container a:hover:before {
	background: rgba(0, 0, 0, 0.4);
}

.blog-post h2 a:hover {
	text-decoration: none;
}

.blog-container .blog-post {
	padding-bottom: 25px;
	margin-bottom: 35px;
	overflow: hidden;
}

.blog-post .content {
	margin-bottom: 10px;
}

.blog-post .read-more-container {
	margin-bottom: 10px;
}

.blog-post .author-container {
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: 300;
}

.blog-container .read-more:visited {
	color: #ffffff;
}

.page-template-page_blog .no-posts {
	text-align: center;
	color: #BEBEBE;
	text-shadow: 0 1px 1px #fff;
	margin: 60px auto;
}

/* Page Navi */
.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	background: none;
	color: #A7A8AA;
	border: none;
	line-height: 1;
	border-right: 1px solid #E0E1E4;
	font-weight: 700;
	font-size: 16px;
	padding: 5px 15px;
	margin: 0;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current,
.wp-pagenavi span {
	background: none;
	color: #020613;
	border-color: #E0E1E4;
}

.wp-pagenavi .pages {
	display: none;
}

.wp-pagenavi a:last-child {
	border-right: none;
}

/*
*  Sidebar
*/
.sidebar > .widget {
	margin-bottom: 35px;
}

.sidebar .widget-title {
	margin: 0 0 20px;
}

.search-form input {
	border: none;
}

.search-form input[type="text"],
.search-form input[type="search"] {
	vertical-align: top;
	height: 36px;
	width: 260px;
	padding: 10px;
	box-sizing: border-box;
	color: #333;
	outline: none;
	background: #eee;
}

.search-form ::-webkit-input-placeholder { color: #bbb; }
.search-form :-ms-input-placeholder { color: #bbb; }
.search-form ::-moz-placeholder { color: #bbb; }
.search-form :-moz-placeholder { color: #bbb; }

.search-form input[type="submit"],
.search-form button[type="submit"] {
	display: inline-block;
	width: 36px;
	height: 36px;
	padding: 0;
	background: #777;
	border: none;
	color: #fff;
}

.search-form button[type="submit"]:after {
	content: '\f002';
	width: 36px;
	height: 36px;
	display: inline-block;
	font-size: 18px;
	font-family: 'FontAwesome';
	color: #fff;
	vertical-align: middle;
	line-height: 34px;
}

.search-form button[type="submit"]:hover {
	background-color: #5a5a5a;
}

.side-links .menu {
	border-top: 1px solid #E0E1E4;
}

.side-links .menu li {
	border: 1px solid #E0E1E4;
	border-top: none;
}

.side-links .menu a {
	display: block;
	background: #F5F6F8;
	padding: 15px 40px 15px 20px;
	color: #262A35;
	text-decoration: underline;
	font-size: 12px;
	line-height: 1;
	position: relative;
}

.side-links .menu a:after {
	content: '\f061';
	display: inline-block;
	font-family: 'FontAwesome';
	position: absolute;
	right: 20px;
	top: 50%;
	line-height: 1;
	font-size: 10px;
	margin-top: -5px;
}

.side-links .menu a:hover {
	color: #262A35;
	background: #fff;
	text-decoration: none;
}

/* Sidebar Post Text */
.sidebar-post-text{
	width: 100%;
	display: inline-block;
}

.sidebar-post-text .sidebar-posts .post-item {
	position: relative;
	border-top: #ddd 1px solid;
	padding: 30px 0;
	display: inline-block;
	max-width: 300px;
}

.sidebar-post-text .date-title-box {
	display: inline-flex;
}

.sidebar-post-text .date {
	width: 70px;
	margin: auto 0;
}

.sidebar-post-text .date span{
	clear: both;
	display: inline-block;
	text-align: center;
}

.sidebar-post-text .title {
	text-transform: uppercase;
	font-weight: 700;
	border-left: #707585 1px solid;
	float: left;
	width: 220px;
	padding-left: 15px;
}

.sidebar-post-text .content {
	font-size: 13px;
	margin: 10px 0 10px 0;
    line-height: 24px;
}

.sidebar-post-text .sidebar-readmore {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.sidebar-post-text .sidebar-posts .post-item a {
	display: inline-block;
	color: #1b274f;
}

.sidebar-post-text .sidebar-posts .post-item a:hover{
	background: none;
	color: #00b8d4;
}
/* End Sidebar Post Text */

.sidebar .fb-embed iframe {
	border:none;
	overflow:hidden;
	width:250px;
	height:590px;
}

/* Post share icons */
.share-icons-container{
	clear: both;
	padding: 17px 35px 17px 35px;
	border-radius: 1px;
	background-color: #F9FAFC;
	min-height: 77px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.single-post .share-icons-container{
	margin-top: 25px;
}

.share-icons-container .left-share{
	font-weight: 700;
	font-family:'Open Sans', sans-serif;
	font-size: 14px;
	color: #020613;
	letter-spacing:0px;
	line-height:44px;
}

.share-icons-container .right-share{
	text-align: right;
}

.share-icons-container .right-share .genesis-share-icons-container{
	float: right;
	min-width: 390px;
	padding: 10px 0px 5px 0px;
	text-align: right;
}

.share-icons-container .right-share .genesis-share-icons-container .sharrre{
	text-align: left;
}

.genesis-share-icons-container,
.ff-social-share {
	margin-bottom: 10px;
	float: left;
}

.single-post .genesis-share-icons-container,
.single-post .ff-social-share,
.post-author {
	margin-bottom: 10px;
	float: left;
}

/*  ShareThis 2017  */
.share-box-wrap{
	padding:40px;
	text-align:center;
}

.share-box-wrap h5{
 	font-size:17px !important;
 	font-weight:400 !important;
 	padding-bottom:20px;
}

a#fancybox-close {
	background: none;
	background-color: #262A35;
	border-radius: 100%;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 43px;
	top: -22px;
	right: -22px;
	color: #fff;
	text-decoration: none;
}

a#fancybox-close:hover {
	background-color: #020612;
}

a#fancybox-close:after {
	content: '\f00d';
	font-family: 'FontAwesome';
}

#fancybox-outer {
	box-shadow:0 0 24px 0 rgba(0,0,0,0.11);
	border-radius:2px !important;
}

#fancybox-content {
	border-radius:2px;
}

.blog-share.share-this-icon{
	background-color: #BF972E;
	margin: 0;
	width: 43px;
	height: 43px;
	line-height: 42px;
	border-radius: 100%;
	border: 1px #BF972E solid;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	display: inline-block;
    text-decoration: none;
    float: none;
}



/*  End ShareThis 2017  */


.single-post .post-author {
    clear: both;
    float: none;
    display: block;
    font-style: italic;
    font-size: 12px;
    margin-top: 30px;
}

.post-content-wrapper {
	clear: both;
	padding-top: 10px;
	overflow: hidden;
}

.single-post .post-tags {
	font-style: italic;
	font-size: 12px;
}

.single-post .entry-footer {
	margin-top: 10px;
}

/*
*  Internals | Search Page
*/
.search .content .entry,
.tags-archive .content {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #EDEDED;
}

.search .content .entry.page {
	padding: 30px;
	border-radius: 5px;
	background-color: #F9F9F9;
	box-shadow: 0 4px 10px -10px #333;
}

.search .content .entry.page .entry_permalink {
	text-align: right;
}

.search .content .search-nopost-text {
	display: block;
	font-family: "Open Sans";
	font-size: 20px;
	text-align: center;
	font-weight: 300;
	background-color: #F2F1F1;
	padding: 30px;
	text-transform: lowercase;
}

.relevanssi-query-term {
	font-weight: 700;
}

.archive main.content > article {
	margin-bottom: 40px;
	border-bottom: 1px solid #dee0e7;
	padding-bottom: 40px;
}


/*
*  Internals | Contact Page
*/

.contact-bottom-wrapper {
	display: block;
}

.contact-map{
	width: 100%;
}

.contact-page .small-icon {
	position: relative;
	padding: 5px 0 0 56px;
	color: #000;
	margin-bottom: 10px;
}

.contact-page .small-icon a{
	color: #000;
    word-wrap: break-word;
}

.contact-page .entry-content .small-icon i {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	font-size: 36px;
	line-height: 1;
}

.contact-page .entry-content .small-icon.email {
	padding-top: 8px;
}

.contact-page .entry-content .address {
	margin-bottom: 10px;
	font-size: 14px;
	color: #000;
}

.contact-page .entry-content .contact-numbers,
.contact-page .entry-content .contact-numbers a {
	margin-bottom: 20px;
	font-size: 19px;
	color: #000;
}

.contact-page-bottom-cta {
	background: #fff;
	background-size: cover;
	background-attachment: fixed;
	display: block;
	width: 100%;
	padding: 60px 0;
	text-align: center;
}

.contact-page-bottom-cta {
	color: #fff;
}

.contact-page .site-container .contact-map {
	line-height: 0;
}

.contact-page .content-sidebar-wrap {
	line-height: 1.45;
	padding-bottom: 20px;
}

.contact-page .two-columns .panel-grid-cell:first-child .panel-widget-style {
	padding-right: 30px;
	padding-left: calc(100% - 385px);
	padding-top: 60px;
	padding-bottom: 60px;
}

.contact-page .two-columns .panel-grid-cell:last-child .panel-widget-style {
	padding-left: 30px;
    padding-right: calc(100% - 770px);
    padding-top: 60px;
    padding-bottom: 60px;
}

.contact-page h4,
.contact-page h5,
.contact-page h6{
    margin-bottom: 0;
}

.contact-left-box .textwidget,
.contact-right-box .textwidget{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

/* Members */
.team-members-container .row {
	margin-left: 0;
	margin-right: 0;
}

.team-members-container .team-box{
	margin-bottom: 20px;
}

.team-members-container .team-member {
	border: 1px solid #E0E1E4;
	padding: 50px 35px 120px 35px;
}

.team-member .title-container{
	font-size:20px;
	color:#414042;
	letter-spacing:0.41px;
}

.page-template-default .team-member .image-container .image-box{
	background-color: #FFFFFF;
	border: 1px solid #F5F6F8;
	padding: 5px;
	width: 128px;
	height: 128px;
	border-radius:100%;
	position: relative;
	overflow: hidden;
}

.page-template-default .team-member .image-container img{
	width:128px;
	height:128px;
}

.full-width-content .team-member .image-container .image-box{
	background-color: #FFFFFF;
	border: 1px solid #F5F6F8;
	padding: 5px;
	width:128px;
	height:128px;
	border-radius:100%;
	position: relative;
	overflow: hidden;
}

.full-width-content .team-member .image-container img{
	width:128px;
	height:128px;
}

.team-member .name {
	color: #020613;
	font-family: 'Open Sans';
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	display: block;
}


.team-member .sub-title {
	display: block;
	position: relative;
	margin-bottom: 40px;
	color: #BF972E;
	font-family: "Open Sans";
	font-size: 14px;
	font-style: italic;
	line-height: 26px;

}

.team-member .name .sub-title:after {
	content:'';
	width: 92px;
	height: 2px;
	background: #d4d4d4;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.team-member .content-container{
	padding-top: 30px;
	border-top: 1px solid #E0E1E4;
	font-size: 14px;
	line-height: 26px;
}

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

.team-overview .item{
	display: inline-block;
	float: none;
}

.member-social-media{
    border: 1px solid #E0E1E4;
    border-top: 0;
    padding: 10px 10px;
    background: #F9FAFC;
}

.member-social-media a {
	display: inline-block;
	margin: 0px 5px;
	height: 45px;
	width: 45px;
	border: 1px solid #E0E1E4;
	background-color: #FFFFFF;
	text-align: center;
	border-radius: 100%;
	line-height: 45px;
}

.member-social-media a i{
	color: #312F38;
	font-size: 18px;
	letter-spacing: 2px;
}

/*
*  Effects
*/

/* Transition Effects */
.transition-1 {
	-webkit-transition: all 500ms cubic-bezier(0.000, 0.470, 0.000, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.000, 0.470, 0.000, 1.000);
	-o-transition: all 500ms cubic-bezier(0.000, 0.470, 0.000, 1.000);
	transition: all 500ms cubic-bezier(0.000, 0.470, 0.000, 1.000);

	-webkit-transition-timing-function: cubic-bezier(0.000, 0.470, 0.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.000, 0.470, 0.000, 1.000);
	-o-transition-timing-function: cubic-bezier(0.000, 0.470, 0.000, 1.000);
	transition-timing-function: cubic-bezier(0.000, 0.470, 0.000, 1.000);
}

/* Map Pointer Events */
.embed-container-maps iframe{
	pointer-events: none;
}

/*
*  Bootstrap Extra
*/

.read-more.btn-primary {
	border: 0;
}

.panel-default > .panel-heading {
	padding: 0;
    border-color: #E0E1E4;
    background-color: #FFF;
}

.panel-title > a {
	width: 100%;
	display: block;
	padding: 10px 15px;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
	border-color: transparent;
}

blockquote {
	border-left: 1px solid #BF972E;
	padding: 0 45px 0 20px;
	margin: 45px 0;
	color: #020613;
	font-size: inherit;
	font-style: italic;
	line-height: 1.8571428571428571428571428571429;
}

hr {
	border-top: 1px solid #E0E1E4;
	margin: 50px 0;
}

.has-border-top{
	border-top: 1px solid #E0E1E4;
}

.has-border-bottom{
	border-bottom: 1px solid #E0E1E4;
}

.list-group-item:first-child,
.list-group-item:last-child {
	border-radius: 0;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/*
*  Accordion
*/
.panel-group {
	margin-bottom: 15px;
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel-group .panel {
	margin-bottom: 15px;
	border-radius: 0px;
	overflow: hidden;
	width: 100%;
}

.panel-default{
	border-color: #E0E1E4;
}

.panel-default>.panel-heading {
	padding: 0;
}

.panel-heading .accordion-toggle {
	color: #020613;
	padding: 20px 60px 20px 40px;
	background-color: #fff;
	letter-spacing: 0;
	font-weight: 700;
	text-decoration: none;
	position: relative;
}

.panel-heading .panel-title {
	font-family: "Open Sans";
	margin-bottom: 0;
}

.panel-heading .accordion-toggle:hover{

}

.panel-heading .accordion-toggle.collapsed {
	background-color: #fff;
	color: #262A35;
}

.panel-heading .accordion-toggle.collapsed:hover {

}

.panel-heading .accordion-toggle.active {
	color: #020613;
	text-decoration: none;
	font-weight: 400;

}

.panel-heading .accordion-toggle.active.collapsed {
	font-weight: 700;
	color: #020613;
}

.panel-heading .accordion-toggle:before,
.panel-heading .accordion-toggle.active:before,
.panel-heading .accordion-toggle.active.collapsed:before{
	font-family: 'FontAwesome';
	font-size: 12px;
	margin-top: 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #E0E1E4;
	border-radius: 100%;
	background-color: #F9FAFC;
	position: absolute;
	right: 10px;
	top: calc( 50% - 20px );
	text-align: center;
	font-weight: 400;
}

.panel-heading .accordion-toggle:before{
	content: '\f0d7';
}

.panel-heading .accordion-toggle.active:before{
	content: '\f0d8';
	opacity: 1;
}

.panel-heading .accordion-toggle.active.collapsed:before{
	content: '\f0d7';

}

.panel-title>a {
	color: inherit;
	display: inherit;
	color: #000;
	text-decoration: none;
}

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

.panel-default>.panel-heading+.panel-collapse .panel-body{
	border-top: 1px solid #E3E7EB;
	padding: 20px 40px 20px 40px;
}
/* End Accordion */

/*
*  Shortcodes
*/
/* [boxed] */
.boxed-content {
	padding: 20px 40px;
	border-left: 5px solid #AAAAAA;
	box-shadow: 0 0 1px 1px #e6e6e6;
	font-size: 19px;
	font-weight: 300;
	margin: 60px auto 10px;
}

/* [testimonial] */
.testimonial-box {
	position: relative;
    display: block;
    padding: 0 0 20px 0;
    font-size: 14px;
    color: #a9a9a9;
    margin: 20px 0 50px;
    background: none;
    border-bottom: 1px solid #e6e6e6;
    border-left: 0;
    border-right: 0;
}

.testimonial-content-page {
	font-size: 17px;
	font-weight: 100;
	color: #a9a9a9;
	padding: 5px 20px 40px 80px;
	line-height: 28px;
	position: relative;
}

.testimonial-box .author {
	font-size: 14px;
	font-weight: 700;
	color: #333333;
	margin-top: 20px;
}

.testimonial-box .content {
	color: #a9a9a9;
	margin-top: 0;
	margin-bottom: 10px;
}

.testimonial-name-bottom {
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	color: #616161;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 0 0;
	width: 100%;
	float: left;
	clear: both;
}

.testimonial-company-position{
    font-size: 12px;
    padding: 0 0 20px 0;
    clear: both;
    width: 100%;
    text-align: left;
	color: #616161;
	letter-spacing: 1px;
}

.testimonial-quote{
	color: #777;
	font-size: 35px;
	float: left;
	display: block;
}

.testimonial-box .full-testimonial-thumb img{
	width: 92px;
	height: 92px;
	margin: 10px 0;
	border-radius: 100%;
	border: #eee 2px solid;
}

#testimonials-wrapper .testimonial-item ~ .testimonial-item {display: none !important;}
#testimonials-wrapper .testimonial-item { color: rgba(0,0,0,.9) !important;}

/* [sidebar_cta] */
.sidebar-cta{
	width: 300px;
	max-width: 100%;
	margin: 0 auto
}

.sidebar-cta .cta-item {
	background:#F7F8F9;
}

.sidebar-cta .image {
	position: relative;
}

.sidebar-cta .image a {
	position: relative;
	display: block;
	z-index: 8;
}

.sidebar-cta .image .heading {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	font-weight: normal;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 3.33px;
	line-height: 24px;
	text-align: left;
	padding: 10px 14px;
	pointer-events: none;
}

.sidebar-cta .s2 {
	background: #fff;
	padding: 27px 10px 25px;
	border: 1px solid #E0E1E4;
}

.sidebar-cta .s2 .heading {
	font-family: 'Open Sans';
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 30px;
}

.sidebar-cta .s2 .btn{
	padding-left: 35px;
	padding-right: 35px;
}

.sidebar-cta .cta-item.style-2 {
	background: #FFF;
	text-align: center;
}

.sidebar-cta .style-2 .s1 {
	padding: 17.5px 15px;
	border: 1px solid #E0E1E4;
	border-bottom: 0;
}

.sidebar-cta .style-2 .heading {
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
	color: #020613;
}

.sidebar-cta .style-2 .s2 {
	padding: 0;
}

.sidebar-cta .style-2 .s3 {
	border: 1px solid #E0E1E4;
	border-top: 0;
	padding: 21.5px 15px;
}

.sidebar-cta .style-2 .s3 a{
	color: #020613;
	font-size: 14px;
	line-height: 19px;
	text-decoration: underline;
	text-transform: uppercase;
}

.sidebar-cta .style-2 .s3 a:hover{
	color: #262A35;
}

/* Testimonial slideshow */
.testimonials-slideshow-box{
	width: 100%;
    max-width: 1200px;
    padding: 5px;
    margin: auto;
}

.testimonials-slideshow-box .testimonials-container{
	width: 100%;
	max-width: 800px;
    padding: 5px;
    /*display: inline-block;*/
    margin: auto;
}

.testimonials-slideshow-box .testimonial-item {
	font-size: 14px;
	color: #707585;
	padding: 0;
	max-width: 1200px;
	margin: auto;
	position: relative;
	line-height: 28px;
}

.testimonials-slideshow-box .testimonials-slideshow .testimonial-item {
	text-align: center;
}

.testimonials-slideshow-box .testimonial-item a {
	color: #707585 !important;
}

.testimonials-slideshow-box .testimonial-item a:hover {
	opacity: 0.8;
}

.testimonials-slideshow-box .slick-prev{
	display: none !important;
}

.testimonials-slideshow-box .testimonials-title h4{
	font-size: 14px;
	margin-top: 20px;
	font-weight: 700;
	color: #707585;
	text-align: center;
	text-transform: none;
    margin-bottom: 0;
}

.testimonials-slideshow-box .testimonial-company-position{
    font-size: 12px;
    padding: 0 0 20px 0;
    clear: both;
    width: 100%;
    text-align: center;
	color: #616161;
	letter-spacing: 1px;
}

.testimonials-slideshow-box .testimonial-thumb img{
	width: 130px;
	height: 130px;
	margin: 10px auto 40px;
	border-radius: 100%;
	border: #dee2e4 3px solid;
}

/* Shortcode - internal_cta */
.cta-box {
	color: #FFFFFF;
	position: relative;
    padding: 90px 50px;
	text-align: center;
	background-position: center;
	background-size: cover;
    background-repeat: no-repeat;
}

.cta-box:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -11px;
	display: block;
	height: 11px;
	background-image: url('images/cta-box-shadow.png');
	background-size: 100% 100%;
}


.cta-box h3 {
	margin-bottom: 0;
    text-transform: uppercase;
	color: #fff;
}

.cta-box .btn {
	border-color: #FFFFFF;
	background: none;
	border: 2px #fff solid;
	padding: 12px 47px;
	min-width: 230px;
	max-width: 100%;
	white-space: normal;
	display: inline-block;
}

.cta-box .btn:hover {
	color: #000000;
	background-color: #FFFFFF;
}

/* Media Boxes */
.filters-container .media-boxes-search {
	float: right;
}

.filters-container ::-webkit-input-placeholder { color: #bbb; }
.filters-container :-ms-input-placeholder { color: #bbb; }
.filters-container ::-moz-placeholder { color: #bbb; }
.filters-container :-moz-placeholder { color: #bbb; }

.filters-container .media-boxes-filter {
	margin: 0;
	padding: 0;
}

.media-boxes-drop-down:hover .media-boxes-drop-down-menu {
	display: block;
}

.media-boxes-drop-down .media-boxes-drop-down-menu {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.media-boxes-drop-down .media-boxes-drop-down-menu li {
	list-style: none;
}

.media-box-image .newsfeed-category {
    position: absolute;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #ffffff;
    letter-spacing: 0;
    top: 0;
    padding: 15px 10px 0 15px;
}

/* [social_icons] */
.social-icons {
	display: inline-block;
}

.social-icons a,
.share-this-icon{
	background-color: #444;
	margin: 20px 25px 20px 0;
	width: 44px;
	height: 44px;
	line-height: 44px;
	border-radius: 100%;
	color: #fff;
	font-size: 18px;
	text-align: center;
	display: inline-block;
    text-decoration: none;
}



/* [custom_social_icons] */
.custom-social-icons {
	display: inline-block;
}

.custom-social-icons a {
	margin: 20px 25px 20px 0;
	width: 44px;
	height: 44px;
    line-height: 44px;
	border-radius: 100%;
	border: 1px #d4d4d4 solid;
	color: #d4d4d4;
	font-size: 18px;
	text-align: center;
	display: inline-block;
    text-decoration: none;
}

.custom-social-icons.style-1 a,
.footer-social-icons a {
	color: #A7A8AA;
	background: none;
	width: 40px;
	height: 40px;
	float: none;
	display: inline-block;
	font-size: 12px;
	margin: 0 5px;
	text-decoration: none;
	border: 1px solid #E0E1E4;
	line-height: 38px;
}

.custom-social-icons.style-1 a:hover,
.footer-social-icons a:hover {
	color: #A7A8AA;
	background: #E0E1E4;
}

/* Column Carousel */
.column-post-carousel {
	margin: 70px 0 110px;
}
.column-post-carousel .slick-slide .inner-wrapper {
	padding-right: 40px;
	padding-left: 40px;
}
.column-post-carousel .post-item .post-header,
.sidebar .post-header {
	margin-bottom: 28px;
}
.column-post-carousel .post-item .date,
.sidebar .date {
	font-size: 20px;
    font-weight: 300;
	color: #acb3c0;
	letter-spacing:2.26px;
	line-height: 1.3;
	text-align: center;
	float: left;
	margin-right: 25px;
	text-transform: uppercase;
}
.column-post-carousel .post-item .date > span,
.sidebar .date > span {
	display: block;
}
.sidebar-category{
	display: block;
	overflow: hidden;
	font-weight: 400;
	color: #acb3c0;
    text-transform: none;
}
.column-post-carousel .post-item .title h4,
.sidebar .title h4 {
	font-size:17px;
	letter-spacing: 1.89px;
	line-height: 20px;
	text-align: left;
	font-weight: 700;
	margin-bottom: 12px;
}
.column-post-carousel .post-item .title span.category,
.sidebar .title span.category {
	font-size:12px;
    color: #acb3c0;
	letter-spacing:1.36px;
	line-height:14px;
	text-align:left;
	display: block;
	font-weight: normal;
	font-style: italic;
}
.column-post-carousel .post-item .post-excerpt,
.sidebar .post-excerpt {
	font-size: 12px;
	color: #777;
	letter-spacing: 0.75px;
	line-height: 21px;
	text-align: left;
}
.column-post-carousel .post-item .post-excerpt {
	min-height: 90px;
	margin-bottom: 20px;
}
.column-post-carousel .post-item p:last-child {
	margin-bottom: 0;
}
.column-post-carousel .slick-dots {
	bottom: -110px;
	padding-left: 0;
	margin-left: 0;
}
.column-post-carousel .slick-dots {
	text-align: center;
}
.column-post-carousel .slick-dots li button:before {
	display: none;
}
.column-post-carousel .slick-dots li {
	margin: 0 15px;
	width: 10px;
	height: 10px;
}
.column-post-carousel .slick-dots button {
	border: none;
	background: none;
	font-size: 0;
	-webkit-appearance: none;
	width: 10px;
	height: 10px;
	background-color: #C1C0C0;
	border-radius: 50%;
	padding: 0;
}
.column-post-carousel .slick-dots .slick-active button {
	background-color: #4A4A4A;
}
.column-post-carousel .post-item .more-link {
	font-size:12px;
	color:#00b8d4;
	letter-spacing:1.36px;
	line-height:17px;
	text-align:left;
	text-transform: uppercase;
}
.column-post-carousel .post-item .more-link:hover,
.column-post-carousel .post-item .more-link:hover .fa {
	color: #00b8d4;
}
.column-post-carousel .post-item .more-link .fa {
	font-size: 12px;
	color: #00b8d4;
	margin-left: 18px;
}

/* Hover Float Shadow */
.float-shadow {
	position: relative;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	-o-transition-property: transform;
	-moz-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-o-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.float-shadow:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	/* W3C */
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	-o-transition-property: transform, opacity;
	-moz-transition-property: transform, opacity;
	transition-property: transform, opacity;
}
.float-shadow:hover, .float-shadow:focus, .float-shadow:active {
	-webkit-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	transform: translateY(-5px);
}
.float-shadow:hover:before, .float-shadow:focus:before, .float-shadow:active:before {
	opacity: 1;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}

/* Hover Float */
.float {
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.float:hover, .float:focus, .float:active {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

/* Custom Scrollbar */
.custom-scroll{
	overflow-y: scroll;
    direction: rtl;
}
.custom-scroll div{
    direction: ltr;
	text-align: left;
}
.custom-scroll::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	border-radius: 0;
    opacity: 0.8;
}
.custom-scroll::-webkit-scrollbar{
	width: 5px;
}
.custom-scroll::-webkit-scrollbar-thumb{
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #777;
}
.custom-scroll::-webkit-scrollbar-track,
.custom-scroll::-webkit-scrollbar,
.custom-scroll::-webkit-scrollbar-thumb{
	visibility:hidden;
}
.custom-scroll:hover::-webkit-scrollbar-track,
.custom-scroll:hover::-webkit-scrollbar,
.custom-scroll:hover::-webkit-scrollbar-thumb{
	visibility:visible;
}

/* Advance Search Form */
.asf-wrapper {
    max-width: 96%;
    margin: 0 auto;
	position: relative;
}
.asf-trigger {
	display: block;
	cursor: pointer;
	float: right;
	position: relative;
	font-size: 20px;
	line-height: 1;
	margin-left: 24px;
	padding: 5px 0;
}
.asf-trigger-container {
	border-left: 1px solid #020613;
}
.asf-close {
	cursor: pointer;
}
.asf-close .fa {
	color: #fff;
}
.asf-close {
	display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
	font-size: 25px;
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
	opacity: .7;
}
.asf-close:hover {
	opacity: 1;
}
.cd-main-search.is-visible .asf-close {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}
.asf-container .search-submit {
	background: none;
    border: none;
    font-size: 24px;
    position: absolute;
    right: 10px;
    top: 50%;
    line-height: 1;
    margin-top: -13px;
    color: #fff;
	opacity: .7;
}
.asf-container .search-submit:hover {
	opacity: 1;
}
.asf-container.is-visible {
	-webkit-animation: cd-slide-in 0.3s;
    -moz-animation: cd-slide-in 0.3s;
    animation: cd-slide-in 0.3s;
}
.asf-container input[type="search"] {
	width: 100%;
	color: #ffffff;
}
.asf-container input[type="search"]:focus {
	outline: none;
}
.asf-container input[type="search"]::-webkit-input-placeholder {
	color: #5c5d6a;
}
.asf-container input[type="search"]::-moz-placeholder {
	color: #5c5d6a;
}
.asf-container input[type="search"]:-moz-placeholder {
	color: #5c5d6a;
}
.asf-container input[type="search"]:-ms-input-placeholder {
	color: #5c5d6a;
}
.asf-container {
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	background: #262A35;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	-moz-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
	height: 75px;
    padding: 10px 0;
}
.admin-bar .asf-container {
	position: fixed;
    top: 32px;
}
.asf-container form {
	position: relative;
	height: 100%;
	margin-right: 60px;
}
.asf-container input[type="search"] {
	font-size: 2.4rem;
	height: 100%;
	background-color: transparent;
	border: none;
    background: rgb(111, 111, 111);
    background: rgba(0, 0, 0, 0.2);
    padding: 8px 60px 8px 15px;
}
.asf-container.is-visible {
	opacity: 1;
	visibility: visible;
}
.asf-container.is-visible .close {
	-webkit-transform: translateY(-50%) scale(1);
	-moz-transform: translateY(-50%) scale(1);
	-ms-transform: translateY(-50%) scale(1);
	-o-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}
.asf-container.is-visible .search-submit {
	-webkit-animation: cd-slide-in 0.6s;
	-moz-animation: cd-slide-in 0.6s;
	animation: cd-slide-in 0.6s;
}

@-webkit-keyframes cd-slide-in {
  0% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes cd-slide-in {
  0% {
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
    -moz-transform: translateY(0);
  }
}
@keyframes cd-slide-in {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes cd-3d-rotation {
  0% {
    transform: perspective(1000px) rotateX(-90deg);
    -webkit-transform: perspective(1000px) rotateX(-90deg);
  }
  100% {
    transform: perspective(1000px) translateY(0);
    -webkit-transform: perspective(1000px) translateY(0);
  }
}
@-moz-keyframes cd-3d-rotation {
  0% {
    -moz-transform: perspective(1000px) rotateX(-90deg);
    transform: perspective(1000px) rotateX(-90deg);
  }
  100% {
	-moz-transform: perspective(1000px) translateY(0);
    transform: perspective(1000px) translateY(0);
  }
}
@keyframes cd-3d-rotation {
  0% {
    -webkit-transform: perspective(1000px) rotateX(-90deg);
    -moz-transform: perspective(1000px) rotateX(-90deg);
    -ms-transform: perspective(1000px) rotateX(-90deg);
    -o-transform: perspective(1000px) rotateX(-90deg);
    transform: perspective(1000px) rotateX(-90deg);
  }
  100% {
    -webkit-transform: perspective(1000px) translateY(0);
    -moz-transform: perspective(1000px) translateY(0);
    -ms-transform: perspective(1000px) translateY(0);
    -o-transform: perspective(1000px) translateY(0);
    transform: perspective(1000px) translateY(0);
  }
}

/* Contact Details */
.contact-detail {
	position: relative;
	margin-bottom: 20px;
}
.contact-detail.with-icon {
	padding-left: 60px;
	min-height: 38px;
	padding-top: 8px;
}
.contact-detail .fa {
	width: 38px;
	height: 38px;
	border: 1px solid #dadada;
	text-align: center;
	line-height: 36px;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.contact-detail a {
	display: inline-block;
	color: initial;
}
.footer-top .contact-detail a {
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	font-size: 14px;
}

/* Item Formats */
/* Post Item */
.post-item.style-1 {
	border-bottom: 1px solid #F5F6F8;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.post-item.style-1 .s2 {
	min-height: 124px;
}

.post-item.style-1 .image {
	position: relative;
	margin-bottom: 10px;
}

.post-item.style-1 .categories{
	position: absolute;
	top: 15px;
	left: 15px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 26px;
	z-index: 9;
}

.post-item.style-1 .image a{
	display: block;
}

.post-item.style-1 .image img{
	position: relative;
	z-index: 8;
}

.post-item.style-1 .heading,
.post-item .heading {
	margin-bottom: 5px;
	line-height: 1.4;
	max-height: 44px;
	font-size: 14px;
	font-weight: bold;
}

.post-item.style-1 .heading a,
.post-item .heading a {
	color: inherit;
	text-decoration: none;
	font-weight: inherit;
}

.post-item.style-1 .text {
	font-size: 13px;
	max-height: 40px;
}

.post-item.style-1 .link-container,
.post-item .link-container {
	margin-top: 10px;
}

.more-link,
.more-link:focus,
.more-link:visited {
	color: #262A35;
	text-decoration: underline;
	font-size: 12px;
	font-weight: 700;
}

.more-link:hover {
	color: #262A35;
	text-decoration: none;
}

.post-item.style-2 .text {
	max-height: 96px;
}

.post-item.style-2 .date {
	display: inline-block;
	margin-right: 15px;
}

/* Product Item */
.product-item.style-1 {
	background-color: #FFFFFF;
	box-shadow: 0 6px 24px 0 rgba(2,6,19,0.11);
	border-radius: 1px;
	display: inline-block;
	padding: 25px;
}

.product-item.style-1 .s2 {
	border-top: 1px solid #E0E1E4;
	margin-top: 25px;
	padding-top: 17px;
}

/* Box Item */
.box-item {
    border: 1px solid #E0E1E4;
    border-radius: 1px;
    background-color: #fff;
    position: relative;
    width: 370px;
    max-width: 100%;
    min-height: 390px;
    padding: 151px 35px 30px 35px;
}

.box-item .icon {
    width: 96px;
    height: 96px;
    text-align: center;
    background: #fff;
    border-radius: 100%;
    line-height: 90px;
    font-size: 35px;
    left: 50%;
    margin-left: -48px;
    border: 1px solid #020613;
    position: absolute;
    top: 30px;
    color: #BF972E;
}

.box-item .heading {
	font-family: 'Open Sans';
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
}

.box-item .s2 {
	padding: 0 20px 0;
	text-align: center;
}

.box-item-2{
	border: 1px solid #E0E1E4;
	background-color: #FFFFFF;
	min-height: 177px;
	color: #333333;
	font-weight: 700;
	font-size: 17px;
	line-height: 28px;
	text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.box-item-3{
	border: 1px solid #E0E1E4;
	background-color: #FFFFFF;
}

.box-item-3 > .inner{
	padding: 25px 40px;
	min-height: 82px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.box-item-3 .img-con{
	width: 105px;
	text-align: left;
}

.box-item-3 a{
	color: #020613;
	text-decoration: none;
}

.box-item-3 .content-con span,
.box-item-3 .content-con{
	margin-bottom: 0px;
	display: block;
}

.box-item-3 .sub-heading{
	color: #BF972E;
	margin-top: -5px;
	display: block;
}

/* Testimonial Item - Style 1 */
.testimonial-item.style-1 {
	border-bottom: 1px solid #E0E1E4;
	padding-bottom: 10px;
}

.testimonial-item.style-1 .s2 {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.testimonial-item.style-1 .s2 .image {
	min-width: 65px;
	width: 65px;
	height: 65px;
	border-radius: 100%;
	overflow: hidden;
	margin-right: 25px;
}

.testimonial-item.style-1 .name,
.testimonial-item.style-1 .title {
	font-size: 12px;
	line-height: 1.42;
	font-weight: bold;
	color: #262A35;
}

.testimonial-item.style-1 .title {
	border-left: 1px solid #262A35;
	padding-left: 10px;
	margin-left: 10px;
}

/* Testimonial Item - Style 2 */
.testimonial-item.style-2 {
	text-align: center;
	position: relative;
	padding-top: 55px;
}

.testimonial-item.style-2:before {
	content: '“';
	color: #020613;
	font-size: 58px;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -12px;
	display: inline-block;
	pointer-events: none;
	line-height: 1.36;
}

.testimonial-item.style-2 .content {
	color: #020613;
	font-family: 'Open Sans';
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 15px;
	margin-bottom: 10px;
	line-height: 1.5;
	position: relative;
}

.testimonial-item.style-2 .content:after{
	content: '';
	display: block;
	width: 45px;
	height: 1px;
	background: #BF972E;
	position: absolute;
	bottom: 0;
	left: calc( 50% - 22.5px );
}

.testimonial-item.style-2 .name {
	color: #333333;
}

/* Testimonial Item - Style 3 */
.testimonial-item.style-3 {
	position: relative;
	border-bottom: 1px solid #E0E1E4;
	padding: 50px 0 30px;
}

.testimonial-item.style-3:before {
	content: '"';
	font-size: 60px;
	font-weight: 700;
	color: #E0E1E4;
	position: absolute;
	top: 8px;
	left: 0;
	line-height: 1;
	font-style: italic;
}

.testimonial-item.style-3 .s2{
	margin-top: 20px;
}

.testimonial-item.style-3 .content {
	font-style: italic;
}

.testimonial-item.style-3 .name {
	font-size: 12px;
	color: #262A35;
	font-weight: 700;
	line-height: 1.42;
}

/* Testimonial Item - Style 4 */
.testimonial-item.style-4 {
	border: 1px solid #E0E1E4;
}

.testimonial-item.style-4 .s1 {
	position: relative;
	font-size: 13px;
	padding: 78px 25px 30px;
	color: #020613;
	line-height: 1.66;
}

.testimonial-item.style-4 .s1:before {
	content: '\f0e6';
	font-family: 'FontAwesome';
	position: absolute;
	width: 50px;
	height: 50px;
	font-size: 14px;
	color: #BF972E;
	line-height: 50px;
	border: 1px solid #E0E1E4;
	border-radius: 100%;
	background-color: #FFFFFF;
	top: 15px;
	left: calc( 50% - 25px );
	text-align: center;
}

.testimonial-item.style-4 .s2 {
	border-top: 1px solid #E0E1E4;
	background: #F5F6F8;
	display: flex;
	align-items: center;
	padding: 10px 20px;
	font-size: 13px;
}

.testimonial-item.style-4 .s2-a {
	margin-right: 10px;
}

.testimonial-item.style-4 .name {
	display: block;
	font-weight: 700;
}

.testimonial-item.style-4 .title {
	display: block;
}

/* Testimonial Item - Style 5 */
.testimonial-item.style-5 {
	color: #fff;
	text-align: center;
}

.testimonial-item.style-5 .content {
	font-size: 24px;
	font-weight: 300;
	max-height: 81px;
}

.testimonial-item.style-5 .title {
	font-weight: 600;
}

/* Profile Item */
.profile-item.style-1 {
	text-align: center;
	border-bottom: 0;
	padding: 22px 0;
	margin-bottom: 30px;
	position: relative;
}

.profile-item.style-1:after{
	content: '';
	display: block;
	width: 80px;
	height: 2px;
	background: rgba(167, 168, 170, 0.5);
	position: absolute;
	bottom: 0px;
	left: calc( 50% - 40px );
}

.profile-item.style-1 a {
	display: inline-block;
}

.profile-item.style-1 .image {
	margin-bottom: 30px;
}

.profile-item.style-1 .image img {
	border-radius: 100%;
}

.profile-item.style-1 .name{
	color: #020613;
	font-family: 'Open Sans';
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.profile-item.style-1 .name a {
	color: inherit;
	text-decoration: none;
}

.profile-item.style-1 .position{
	color: #BF972E;
	font-size: 14px;
	font-style: italic;
	line-height: 1.8;
}

.profile-item.style-1 .link-container {
	margin-top: 15px;
}

/* Service Item */
.service-item.style-1 {
	height: 500px;
	padding: 30px;
	position: relative;
	background-color: #262A35;
	color: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	background-size: cover;
	background-position: center;
}

.service-item.style-1 .logo-container{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    line-height: 70px;
    text-align: center;
    background-color: #F9F9FB;
    overflow: hidden;
}

.service-item.style-1 .logo-container img{

}

.service-item.style-1:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 285px;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
	opacity: 0.68;
	z-index: 9;
}

.service-item.style-1 .s1{
	width: 100%;
	z-index: 10;
}

.service-item.style-1 .heading {
	color: #fff;
	line-height: 1.08;
	margin-bottom: 10px;
}

.service-item.style-1 .sub-text{
	font-size: 13px;
	line-height: 1.38;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.service-item.style-1 .sub-text:after{
	content: '';
	display: block;
	width: 28px;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}

.service-item.style-1 .link-container .btn{
	padding-left: 10px;
	padding-right: 10px;
    width: 195px;
    max-width: 100%;
}

/* Event Item */
.event-item.style-1 {
	border: 1px solid #E0E1E4;
}

.event-item.style-1 .s1 {
	border-bottom: 1px solid #E0E1E4;
	display: flex;
}

.event-item.style-1 .s1-a {
	border-right: 1px solid #E0E1E4;
	width: 72px;
	min-width: 72px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center
	justify-content: center;
	text-align: center;
}

.event-item.style-1 .s1-a .fa {
	font-size: 21px;
	color: #A7A8AA;
}

.event-item.style-1 .s1-b {
	padding: 18px 30px;
	display: flex;
}

.event-item.style-1 .meta {
	margin-right: 40px;
	position: relative;
	padding-left: 30px;
}

.event-item.style-1 .meta .fa {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	display: inline-block;
	width: 30px;
	height: 40px;
	line-height: 40px;
}

.event-item.style-1 .s2 {
	padding: 18px 30px 25px;
	min-height: 178px;
}

.event-item.style-1 .category {
	color: #333333;
	opacity: .5;
	font-size: 13px;

}

.event-item.style-1 .name {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	max-height: 18px;
}

.event-item.style-1 .excerpt {
	height: 48px;
}

.event-item.style-1 .link-container {
	margin-top: 15px;
}

/* Custom Elements */
.round-mask {
	display: inline-block;
	border-radius: 100%;
	overflow: hidden;
}

.image-mask-1 {
	box-shadow: 0 1px 24px 0 rgba(2,6,19,0.12);
	padding: 12px;
	border-radius: 2px;
	display: inline-block;
}

.image-mask-2 {
	border-radius: 100%;
	overflow: hidden;
	display: inline-block;
	border: 1px solid #E0E1E4;
}

.image-mask-3 {
	border-radius: 100%;
	overflow: hidden;
	display: inline-block;
	background-color: #FFFFFF;
	border: 0;
	box-shadow: 0 2px 11px 0 rgba(0,0,0,0.08);
	padding: 10px;
}

.image-mask-3 img {
	border-radius: 100%;
}

/* Custom Well */
.custom-well {
	border: 1px solid #E3E7EB;
	border-radius: 1px;
	background-color: #FFFFFF;
	padding: 30px 35px;
	display: flex;
	width: 100%;
	margin-bottom: 20px;
}

.landing-page-well .custom-well{
	border-color: #E0E1E4;
	background-color: #F9FAFC;
	padding: 40px 40px
}

.custom-well .heading {
	line-height: 1.411764705882353;
	margin-bottom: 5px;
}

.custom-well .text-style-1{
	line-height: 1;
	margin-bottom: 18px;
}

.custom-well .icon {
	margin-right: 25px;
	min-width: 55px;
}

.landing-page-well .custom-well .icon{
	min-width: 90px;
	margin-right: 30px;
}

.custom-well .icon .fa{
	height: 55px;
	width: 55px;
	border: 1px solid #020613;
	line-height: 55px;
	display: inline-block;
	vertical-align: top;
	color: #BF972E;
	font-size: 20px;
	text-align: center;
	border-radius: 100%;
}

.landing-page-well .custom-well .icon .fa{
	background-color: #F9FAFC;
	border-color: #E0E1E4;
	width: 90px;
	height: 90px;
	color: #020613;
	font-size: 30px;
	line-height: 90px;
}

.custom-well .image {
	min-width: 160px;
	height: 160px;
	margin-right: 30px;
	border-radius: 100%;
	overflow: hidden;
}

.landing-page-well .custom-well .heading{
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 10px;
}

.landing-page-well .custom-well .content p:last-child{
	margin-bottom: 0px;
}

.landing-page-well .custom-well .content a{
	color: inherit;
}

.landing-page-well .custom-well .content a:hover{
	text-decoration: underline;
}

/* Point Listing */
.point-listing {
	display: flex;
	width: 100%;
/*	border-bottom: 1px solid #E0E1E4;
	padding-bottom: 20px;
	min-height: 138px;*/
}

.point-listing.numbered{
	border-bottom: 1px solid #E0E1E4;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.point-listing.numbered.last{
	margin-bottom: 0px;
}

.point-listing.numbered:last-child{
	margin-bottom: 0px;
}

.point-listing .heading {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px;
}

.point-listing .icon {
	font-size: 30px;
    color: #BF972E;
    /* min-width: 30px; */
    margin-right: 30px;
    line-height: 1;
}

.point-listing .number {
	min-width: 65px;
	width: 65px;
	height: 65px;
	border: 1px solid #E0E1E4;
	text-align: center;
	margin-right: 30px;
	font-family: 'Open Sans';
	font-size: 32px;
	font-weight: 700;
	color: #020613;
	line-height: 68px;
}

/* Row Listing */
.row-listing {
	border: 1px solid #E0E1E4;
	border-radius: 2px;
	background-color: #FFFFFF;
	display: inline-block;
	width: 100%;
	padding: 20px 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 20px;
}

.row-listing a {
	display: inline-block;
	text-decoration: none;
	font-weight: inherit;
	color: inherit;
}

.row-listing .s1 {
	display: inline-block;
}

.row-listing .s2 {
	display: inline-block;
	float: right;
	width: 45px;
	min-width: 45px;
	height: 45px;
	border: 1px solid #E0E1E4;
	text-align: center;
	line-height: 43px;
	border-radius: 100%;
	position: relative;
	overflow: hidden;
}

.row-listing .s2 a {
	color: #262A35;
	font-weight: 400;
	font-size: 12px;
	width: 45px;
	height: 45px;
	position: absolute;
	left: 0;
	top: 0;
}

.row-listing .s2 a:hover {
	opacity: .7;
}

.row-listing .text {
	display: block;
	color: #262A35;
	line-height: 1.4;
	font-weight: 700;
}

.row-listing .sub-text {
	display: block;
	color: #333333;
	line-height: 1.4;
}

/* Image Box */
.image-box {
	border-radius: 1px;
	border-radius: 100%;
	background-color: #6B6C70;
	position: relative;
	display: inline-block;
}

.image-box .s1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
}

.image-box .s1 .bg-box{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(2,6,19,0.35) 100%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    min-height: 250px;
}

.image-box .s1 .bg-box .inner{
	padding: 30px 35px;
}


.image-box .text {
	font-family: 'Open Sans';
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
}

.image-box .sub-text {
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 0;
	line-height: 1.54;
	margin-bottom: 15px;
}

.image-box .btn-link {
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	position: relative;
	padding-bottom: 0px;
}

.image-box .btn-link:after{
    background: rgba(255, 255, 255, 0.30);
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.image-box .btn-link:hover {
	text-decoration: none;
	color: #fff;
}

.image-box .btn-link:hover:after{
	background: #fff;
}

/* Custom Weather Widget */
.ff-weather-widget {
	display: flex;
	border:1px solid #E0E1E4;
}

.ff-weather-widget .s1 {
	font-size: 24px;
	font-weight: 400;
	background: #F9FAFC;
	border-right: 1px solid #E0E1E4;
	width: 90px;
	height: 90px;
	text-align: center;
	line-height: 90px;
}

.ff-weather-widget .s2 {
	text-align: left;
	width: 208px;
}

.ff-weather-widget .s2-a {
	border-bottom: 1px solid #E0E1E4;
	font-weight: 700;
	font-size: 12px;
	padding: 9px 25px;
	color: #262A35;
}

.ff-weather-widget .s2-a a {
	color: inherit;
	text-decoration: none;
}

.ff-weather-widget .s2-b {
	font-size: 15px;
	text-transform: capitalize;
	padding: 13px 25px 0;
}

/* Pricing Box */
.ff-pricing-box {
	border: 1px solid #E0E1E4;
	text-align: center;
}

.ff-pricing-box .s1 {
	padding: 40px 30px 20px 30px;
	font-family: 'Open Sans';
	font-weight: bold;
	font-size: 24px;
	line-height: 1;
}

.ff-pricing-box .s2 {
	background: #6ADE9B;
	color: #FFFFFF;
	font-family: 'Open Sans';
	font-size: 48px;
	line-height: 57px;
	font-weight: bold;
	padding: 29px 30px 19px 30px;
}

.ff-pricing-box .s3 {
    padding: 30px 30px 35px;
    font-size: 15px;
    line-height: 2;
}

.ff-pricing-box .s3 p{
	margin-bottom: 10px;
}

.ff-pricing-box .link-container {
	margin-top: 50px;
}


/* Logo Carousel */
.logo-carousel.style-1 {
	border: 1px solid #E0E1E4;
	padding: 34px 40px;
	display: flex;
	position: relative;
}

.logo-carousel.style-1:after{
	content: '';
	width: 1px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 210px;
	background: #E0E1E4;
}

.logo-carousel.style-1 .s1 {
	min-width: 170px;
	padding-right: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	/*border-right: 1px solid #E0E1E4;*/
	margin-right: 40px;
}

.logo-carousel.style-1 .s2 {
	width: 100%;
	overflow: hidden;
}

.logo-carousel.style-1 .carousel-container {
	margin-bottom: 0;
}

.logo-carousel.style-1 .heading {
	font-size: 14px;
	font-weight: bold;
}

.logo-carousel.style-1 .logo-carousel-item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 60px;
	margin: 0 30px;
}

/* CTA */
.ff-cta.style-1 .inner {
	height: 210px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	padding: 40px 50px;
	color: #fff;
	background-color: #262A35;
}

.ff-cta.style-1 .heading {
	margin-bottom: 5px;
	color: #fff;
}

.ff-cta.style-2,
.ff-cta.style-5 {
	position: relative;
	padding: 0 15px;
}

.ff-cta.style-2:before,
.ff-cta.style-5:before{
    content: '';
    display: block;
    border: 1px solid #BF972E;
    border-radius: 1px;
    width: 100%;
    height: 145px;
    position: absolute;
    z-index: 9;
    left: 0;
    top: calc( 50% - 72.5px );
}

.ff-cta.style-5:before{
	height: 102px;
	top: calc( 50% - 51px );
}

.ff-cta.style-2 .inner,
.ff-cta.style-5 .inner {
	border-radius: 1px;
	background-color: #FFFFFF;
	box-shadow: 0 12px 24px 0 rgba(2,6,19,0.11);
	border: 0px;
	padding: 44px 20px;
	text-align: center;
	position: relative;
	z-index: 10;
}

.ff-cta.style-5 .inner{
    height: 145px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-align-items: center;
    align-items: center;
    padding: 20px 50px;
}

.ff-cta.style-2 .text,
.ff-cta.style-5 .text{
	color: #BF972E;
	font-style: italic;
	margin-bottom: 0px;
}

.ff-cta.style-2 .heading {
	font-size: 36px;
	line-height: 1;
	margin-bottom: 0px;
}

.ff-cta.style-2 .s2 {
	margin-top: 35px;
}

.ff-cta.style-2 .s2 .btn{
	min-width: 163px;
	max-width: 100%;
	border-radius: 2px;
}

.ff-cta.style-2 .s2.content-con .btn{
	margin-left: 10px;
	margin-right: 10px;
    padding-top: 15.5px;
    padding-bottom: 15.5px;
    margin-top: 10px;
}

.ff-cta.style-3 {
    background-color: rgba(2,6,19,1);
    color: #fff;
    border-radius: 2px;
    padding: 20px 25px;
}

.ff-cta.style-3 .inner{
	border: 1px solid #BF972E;
	padding: 35px 20px 20px 20px;
}

.ff-cta.style-3 .heading {
	color: #fff;
	margin-bottom: 5px;
}

.ff-cta.style-3 .s2 {
	margin-top: 50px;
}

.ff-cta.style-3 .btn{
	width: 150px;
	max-width: 100%;
}

.ff-cta.style-4 .inner {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	padding: 45px 50px;
	background-color: #fff;
	border: 1px solid #E0E1E4;
	box-shadow: 0 12px 24px 0 rgba(2,6,19,0.07);
}

.ff-cta.style-4 .inner .s1{
	margin-right: 5px;
}

.ff-cta.style-4 .heading {
	color: #020613;
	margin-bottom: 0px;
	line-height: 30px;
}

.ff-cta.style-5 .heading{
	font-size: 30px;
	line-height: 36px;
	margin: 0px;
	text-align: left;
}

.ff-cta.style-5 .text{
	text-align: left;
}

.ff-cta.style-5 .circular-btn{
    height: 50px;
    min-width: 50px;
    width: 50px;
    background-color: #020613;
    border-color: #020613;
    line-height: 50px;
    color: #FFFFFF;
    font-size: 12px;
    border-radius: 100%;
    padding: 0;
}

.ff-cta.style-5 .circular-btn:hover{
    background: #262A35;
    color: #fff;
}

.ff-cta.style-6{
	border: 1px solid #E0E1E4;
	background-color: #F9FAFC;
}

.ff-cta.style-6 .row{
	margin: 0px;
	position: relative;
}

.ff-cta.style-6 .col{
	text-align: left;
}

.ff-cta.style-6 .s1{
	background: #fff;
}

.ff-cta.style-6 .s1 .inner-col{
	padding: 40px 25px;
}

.ff-cta.style-6 .heading{
	margin-bottom: 10px;
	line-height: 26px;
}

.ff-cta.style-6 .s2{
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #E0E1E4;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

/* CTA Carousel */
.cta-carousel.style-1 {
	border-radius: 2px;
	background-color: transparent;
	color: #020613;
	height: 210px;
	padding: 0 15px;
	position: relative;
}

.cta-carousel.style-1:before{
	content: '';
	display: block;
	width: 100%;
	height: 135px;
	border: 1px solid #BF972E;
	background-color: transparent;
	position: absolute;
	left: 0;
	top: calc( 50% - 67.5px );
}

.cta-carousel.style-1 .slick-list{
	box-shadow: 0 12px 24px 0 rgba(2,6,19,0.11);
}

.cta-carousel.style-1 .ff-cta .inner {
	height: 210px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	padding: 40px 50px;
	color: #020613;
	background-color: #fff;
}

.cta-carousel.style-1 .heading {
    color: #020613;
    margin-bottom: 0px;
    font-size: 36px;
    line-height: 1;
}

.cta-carousel ul.slick-dots {
	margin: 0;
	position: absolute;
	bottom: 40px;
	list-style: none;
	text-align: left;
	left: 0;
	padding: 0 60px;
}

.cta-carousel .slick-dots li {
	list-style: none;
}

.cta-carousel .slick-dots li {
	width: 12px;
	height: 12px;
}

.cta-carousel .slick-dots li button {
	width: 12px;
	height: 12px;
	border-radius: 100%;
    background: transparent;
    padding: 0;
    border: 1px solid #979797;
}

.cta-carousel .slick-dots li.slick-active button {
	background: #020613;
}

.cta-carousel .slick-dots li button:before {
	display: none;
}

.cta-carousel .ff-cta .btn{

}

/* Post Author Box */
.post-author-box {
	border: 1px solid #E0E1E4;
}

.post-author-box .image{
	max-height: 102px;
}

.post-author-box .s1 {
	border-bottom: 1px solid #E0E1E4;
	background: #F9FAFC;
	padding: 12px 40px;
}

.post-author-box .s2 {
	padding: 40px 40px 45px 40px;
	display: flex;
}

.post-author-box .heading {
	margin-bottom: 0;
	font-family: "Open Sans";
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
}

.post-author-box .image {
	margin-right: 35px;
}

.post-author-box .name {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 0;
}

.post-author-box .description {
	margin-top: 40px;
	font-size: 13px;
	line-height: 20px;
}

.post-author-box .social-links {
	margin-top: 35px;
}

.post-author-box a,
.post-author-box a:visited {
	color: inherit;
}

.post-author-box .social-links .icon {
	margin-right: 25px;
}

.post-author-box .social-links .fa {
	font-size: 21px;
}

.post-author-box .social-links .email {
	font-size: 14px;
}

.post-author-box .social-links .email .fa {
	font-size: 21px;
	margin-right: 10px;
}

/* Post opt-in */
.post-opt-in {
	margin-top: 30px;
	clear: both;
}

/* Sticky Footer CTA */
.footer-sticky-cta {
	/* display: none; */
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background-color: #020613;
	padding: 10px 0;
	z-index: 9999;
}

.footer-sticky-cta .f-20{
	float: left;
	color: #fff;
	margin: 6px 0;
}

.footer-sticky-cta .btn {
	width: 220px;
	max-width: 100%;
	float: right;
}

.version-text {
	font-size: 12px;
	line-height: 1.4;
	margin-right: 20px;
}

/* Instagram */
.instagram-feed-container .heading {
	margin-bottom: 34px;
}

.instagram-feed-container .heading .fa {
	font-size: 19px;
	margin-right: 24px;
}

.instagram-feed-container .row {
	margin-right: -12px;
	margin-left: -12px;
}

.instagram-feed-container .col {
	width: 20%;
	position: relative;
	min-height: 1px;
	padding-right: 12px;
	padding-left: 12px;
}

/* Testimonial Carousel */
.testimonials-carousel {
	text-align: center;
	height: 585px;
	color: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.testimonials-carousel .inner {
	width: 100%;
}

.testimonials-carousel .heading {
	color: #fff;
	margin-bottom: 50px;
}


/* Site Origin Layout Defaults */
.panel-grid-cell {
	padding-top: 40px;
	padding-bottom: 40px;
}

.full-width-stretch .content-sidebar-wrap {
	width: 100%;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.full-width-stretch.search .content-sidebar-wrap {
	width: 1200px;
    max-width: 100%;
    padding: 0 20px;
    margin: 40px auto 0;
}


.full-width-stretch .content-sidebar-wrap .panel-grid-cell {
	width: 1200px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.two-columns > .panel-grid-cell {
	padding: 0;
	padding-left: 0!important;
	padding-right: 0!important;
}

.panel-row-style.vertical-align {
	display: flex;
}

.panel-row-style.vertical-align .panel-grid-cell {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
	align-content: center;
	position: relative;
}

.panel-row-style.vertical-align .panel-grid-cell .so-panel {
	width: 100%;

}

.two-columns .panel-grid-cell .so-panel {
	display: inline-block;
    width: 100%;
}

.block-left,
.two-columns .panel-grid-cell:first-child .panel-widget-style {
	padding: 40px 60px 40px calc(100% - 580px);
}

.block-right,
.two-columns .panel-grid-cell:last-child .panel-widget-style {
	padding: 40px calc(100% - 580px) 40px 60px;
}


.two-columns.vertical-align .panel-grid-cell .panel-widget-style {
	width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.no-margin-top.full-width-content .content-sidebar-wrap > .content,
.no-margin-top .site-inner .content-sidebar-wrap {
	margin-top: 0;
}

.search.no-margin-top.full-width-content .content-sidebar-wrap > .content,
.search.no-margin-top .site-inner .content-sidebar-wrap {
	margin-top: 40px;
}

.no-margin-bottom .site-inner .content-sidebar-wrap {
	padding-bottom: 0;
}

.hide-widget-title .widget-title {
    display: none;
}

.section-padding-1 > .panel-grid-cell {
	padding-top: 120px;
	padding-bottom: 100px;
}

/* Sticky Element */
.stick-init {
	position: relative;
	transition: all .2s ease;
	top: 0;
	z-index: 100;
}

.stick-init.stick {
	position: fixed;
	opacity: 1;
}

/* Slick Inits */
.testimonials-carousel .carousel-container,
.cta-carousel,
.instagram-carousel .row,
.logo-carousel.style-1 .carousel-container {
	opacity: 0;
}

.testimonials-carousel .carousel-container.slick-initialized,
.cta-carousel.slick-initialized,
.logo-carousel.style-1 .carousel-container.slick-initialized,
.instagram-carousel .row.slick-initialized {
	opacity: 1;
}

.instagram-carousel .row {
	max-height: 220px;
}

.logo-carousel.style-1 .carousel-container {
	max-height: 100px;
}

/*
* Helpers
*/
.go-middle{ /* Vertical Align all */
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;

	align-items: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-box-align: center;

	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
}

.go-hide{
	display: none !important;
}

.v-align-center {
	display: flex;
	align-items: center!important;
}

.remove-cell-padding .panel-grid-cell {
	padding-top: 0;
	padding-bottom: 0;
}

.remove-cell-padding-top .panel-grid-cell { padding-top: 0; }
.remove-cell-padding-bottom .panel-grid-cell { padding-bottom: 0; }

.fullwidth-override {
	margin-left: -2000px;
	padding-left: 2000px;
	margin-right: -2000px;
	padding-right: 2000px;
}

.block { display: block; }
.inline-block { display: inline-block; }

.f-10 { font-size: 10px; }
.f-11 { font-size: 11px; }
.f-12 { font-size: 12px; }
.f-13 { font-size: 13px; }
.f-14 { font-size: 14px; }
.f-15 { font-size: 15px; }
.f-16 { font-size: 16px; }
.f-17 { font-size: 17px; }
.f-20 { font-size: 20px; }
.f-24 { font-size: 24px; }
.f-32 { font-size: 32px; }
.f-36 { font-size: 36px; }
.f-40 { font-size: 40px; }
.bold { font-weight: 700; }
.light { font-weight: 300; }
.italic { font-style: italic; }
.uppercase { text-transform: uppercase; }

.mb-0 { margin-bottom: 0; }
.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mb-55 { margin-bottom: 55px; }
.mb-60 { margin-bottom: 60px; }
.mb-70 { margin-bottom: 70px; }
.mb-80 { margin-bottom: 80px; }
.mb-90 { margin-bottom: 90px; }
.mb-100 { margin-bottom: 100px; }

.mt-0 { margin-top: 0; }
.mt-5 { margin-top: 5px; }
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-45 { margin-top: 45px; }
.mt-50 { margin-top: 50px; }
.mt-60 { margin-top: 60px; }
.mt-70 { margin-top: 70px; }
.mt-80 { margin-top: 80px; }
.mt-90 { margin-top: 90px; }

.ml-10 { margin-left: 10px; }
.ml-20 { margin-left: 20px;}
.ml-30 { margin-left: 30px;}

.mr-10 { margin-right: 10px; }
.mr-20 { margin-right: 20px; }
.mr-30 { margin-right: 30px; }

.limit-1-line {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
}

.limit-2-lines {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -ms-box-orient: vertical;
    -webkit-box-orient: vertical;
}

.truncate-text {
	overflow: hidden;
}

/* Homepage CTA */
.home-cta{
	margin-top: -72.5px;
	margin-bottom: 110px;
}

/* Homepage About */
.home-about{
	padding-bottom: 115px;
}

.home-choose-sec{
	background-color: #F9FAFC;
	padding-top: 120px;
	padding-bottom: 80px;
}

.home-choose-item .point-listing .number{
    min-width: 46px;
	margin-right: 40px;
	line-height: 40px;
	height: auto;
	font-size: 55px;
	color: #020613;
	border: 0px;
	text-align: left;
}

.wcu-items{
	position: relative;
    margin-bottom: 85px;
}

.wcu-items .wcu-items-heading{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    padding-right: 27px;
    z-index: 9;
}

.wcu-items .wcu-items-heading p{
	margin: 0px;
	text-decoration: underline;
    text-transform: uppercase;
}

.wcu-items .wcu-items-heading p a{
	color: inherit;
	font-weight: inherit;
}

.wcu-items-carousel{
    margin-bottom: 0px;
    padding-bottom: 80px;
}

.wcu-items .row{
	margin-left: 0px;
	margin-right: 0px;
}

.wcu-items .wcu-items-row{
	margin-left: -27px;
	margin-right: -27px;
}

.wcu-items .col{
	padding-left: 27px;
	padding-right: 27px;
}

.wcu-items-carousel .slick-dots{
    margin: 0px 0px;
    bottom: 0;
    left: auto;
    right: 0;
    padding-left: 27px;
    padding-right: 0;
    width: 50%;
    text-align: left;
}

.wcu-items-carousel .slick-dots li{
    margin: 0px;
    display: inline-block;
    width: auto;
    height: auto;
}

.wcu-items-carousel .slick-dots li button{
	width: 100px;
	height: 2px;
	background: #262A35;
	opacity: 0.15;
	padding: 0px;
}

.wcu-items-carousel .slick-dots li.slick-active button{
	opacity: 1;
}

.wcu-items-carousel .slick-dots li button:before{
	display: none;
}

.home-image-gallery .tp-bullet,
.round-white-bullets .tp-bullet{
	border-radius: 100%;
	background: rgba(255,255,255,.5);
}

.home-image-gallery .tp-bullet.selected,
.round-white-bullets .tp-bullet.selected,
.home-image-gallery .tp-bullet:hover,
.round-white-bullets .tp-bullet:hover{
	background: #fff;
}

.home-our-specialities-sec{
	padding-top: 80px;
	padding-bottom: 100px;
	margin-bottom: 45px !important;
}

.home-our-specialities-sec .ff-top-subtitle .widget-title-container .widget-title{
	margin-bottom: 60px;
}

.os-items{

}

.os-items .os-item{
	min-height: 550px;
	position: relative;
	cursor: pointer;
    width: 435px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.os-items .os-item .default{
	border: 1px solid #020613;
	min-height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	   -moz-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;

}

.os-items .os-item .content-text{
	min-height: 550px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background:#f9f9fb;
	box-shadow:0 5px 34px 0 rgba(2,6,19,0.09);
    padding: 45px 20px 25px 20px;
	z-index: 10;
	-webkit-transform: rotateY(-180deg);
	   -moz-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.os-items .os-item .content-heading{
	font-size:22px;
	line-height: 26px;
	color:#bf972e;
	letter-spacing:0;
	text-align:center;
	padding-bottom: 12px;
	position: relative;
	margin-bottom: 23px;
}

.os-items .os-item-1 .content-heading{
	margin-bottom: 55px;
}

.os-items .os-item .content-heading:after{
	content: '';
	display: block;
	background: #bf972e;
	width: 20px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: calc( 50% - 10px );
}

.os-items .os-item .content-text p{
	color:#333333;
	line-height: 1.43;
}

.os-items .os-item .content-text p:last-child{
	margin-bottom: 0px;
}

.os-items .os-item.flip .default{
	z-index: 9;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}

.os-items .os-item.flip .content-text{
	z-index: 10;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
}

.os-items .os-item .plus-sign{
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	width: 30px;
	height: 30px;
}

.os-items .os-item .plus-sign:before{
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #020613;
	position: absolute;
	top: calc( 50% - 1px );
	left: 0px;
}

.os-items .os-item .plus-sign:after{
	content: '';
	display: block;
	width: 2px;
	height: 100%;
	background: #020613;
	position: absolute;
	top: 0px;
	left: calc( 50% - 1px );
}

.os-items .os-item h6{
	font-size: 22px;
	line-height: 30px;
	margin: 0px;
	padding: 12px 0px;
	position: relative;
}

.os-items .os-item h6:before,
.os-items .os-item h6:after{
	content: '';
	width: 50px;
	height: 2px;
	background: #BF972E;
	position: absolute;
	left: calc( 50% - 25px );
	display: block;
}

.os-items .os-item h6:before{
	top: 0px;
}

.os-items .os-item h6:after{
	bottom: 0px;
}

.home-news-sec{
	margin-bottom: 50px !important;
}

.home-news-sec h4{
	margin-bottom: 30px;
	line-height: 43px;
	margin-top: -7px;
}

.home-news-sec .sub-heading{
	color: #BF972E;
	font-style: italic;
	margin-bottom: 0px;
}

.home-news-sec .post-item .categories{
	display: none;
}

.home-floating-google{
	position: relative;
}

.floating-google{
    top: 0;
    right: 0;
    margin-top: -90px;
    width: 100%;
}

.floating-google .floating-google-wrapper{
	width: 1330px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}

.floating-google .floating-google-wrapper .floating-google-btn{
	display: block;
    width: 55px;
    height: 209px;
    border-radius: 41px;
    background-color: #FFFFFF;
    box-shadow: 0 0 14px 0 rgba(0,0,0,0.11);
    padding: 7px 5px;
    position: absolute;
    right: 15px;
}

.floating-google.stick{
	margin-top: 0px;
    top: 70px;
}

.floating-google .fa{
	width: 45px;
	height: 45px;
	background-color: #BF972E;
	color: #FFFFFF;
	line-height: 45px;
	text-align: center;
	font-size: 14px;
	border-radius: 100%;
}

.floating-google .text-con-wrap{
    display: block;
    height: 105px;
    position: relative;
    margin-top: 20px;
}

.floating-google .text-con{
	display: block;
	transform: rotate(90deg);
	color: #333333;
	font-family: 'Open Sans';
	font-size: 15px;
	font-weight: bold;
	line-height: 28px;
	width: 96px;
    position: absolute;
    top: 35px;
    left: -24px;
}

.home-floating-google .wrapper-6{
	position: relative;
}



/* Holiday Rentals Page */
.owner-p1-sec{
	margin-bottom: 80px;
}

.owner-p1-sec1{
	padding-top: 52px;
	padding-bottom: 65px;
}

.owner-p1-sec1 .widget-title{
	padding-right: 70px;
}

.owner-p1-sec1 .right-sec p{
	margin-bottom: 29px;
}

.owner-p1-sec3 .widget-title{
	margin-bottom: 65px;
}

.owner-p1-sec3 .point-listing{
	margin-bottom: 30px;
}

.owner-p1-sec3 .point-listing:last-child{
	margin-bottom: 0px;
}

.owner-p1-sec3{
	margin-bottom: 40px;
}

.owner-p1-sec4{
	margin-bottom: 100px;
}

.owner-p1-sec5{
	min-height: 328px;
}

.owner-p1-sec5 .widget-title{
    color: #FFFFFF;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: center;
    width: 637px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.colored-box-item{
	min-height: 110px;
	background-color: #fff;
	padding: 10px 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.colored-box-item > a{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.colored-box-2{
	background-color: #BF972E;
}

.colored-box-item .fa{
	height: 50px;
	line-height: 50px;
	width: 50px;
	border: 1px solid #020613;
	font-size: 14px;
	color: #020613;
	border-radius: 100%;
	margin-right: 20px;
	text-align: center;
}

.colored-box-2 .fa{
	color: #fff;
	border-color: #fff;
}

.colored-box-item .content-text{

}

.colored-box-item .main-heading{
	color: #020613;
	display: block;
	margin-bottom: 0px;
}

.colored-box-2 .main-heading{
	color: #fff;
}

.colored-box-item .sub-heading{
	color: #BF972E;
	display: block;
	margin-top: -5px;
}

.colored-box-item .content-text{
	display: inline-block;
}

.owner-p1-sec.last-sec{
	margin-bottom: 0px
}

/* Residential Rentals */
.owner-p2-sec{
	margin-bottom: 80px;
}

.owner-p2-sec1{
	padding-top: 50px;
}

.accordion-box{
	border: 1px solid #E0E1E4;
}

.accordion-box .widget-title{
	color: #020613;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	border-bottom: 1px solid #E0E1E4;
	padding: 25px 30px;
	margin-bottom: 0px;
}

.accordion-box .textwidget{
	padding: 40px 30px;
	background: #F9FAFC;
}

/* Custom Accordion */
.custom-accordion .panel:last-child{
	margin-bottom: 0px;
}

.custom-accordion .point-listing{
    border-bottom: 1px solid #E0E1E4;
    margin-bottom: 20px;
}

.owner-p2-sec2{
	margin-bottom: 30px;
}

.owner-p2-sec3{
	margin-bottom: 40px;
}

.owner-p2-sec1 .widget-title{
	padding-right: 70px;
}

/* Tenants */
.tenant-sec-1 .btn{
	font-size: 14px;
	line-height: 19px;
	padding: 12px 35px;
}

.tenant-sec-1{
	/*margin-bottom: 120px;*/
}

.tenant-sec-2 .heading-sec{
	margin-bottom: 40px;
}

.tenant-sec-2{
	margin-bottom: 60px;
}

.tenant-sec-3{
	border-top: 1px solid #E0E1E4;
	padding-top: 65px;
	margin-bottom: 60px;
}

.tenant-sec-3,
.tenant-sec-4{
	margin-bottom: 60px;
}

.tenant-sec-5{
	margin-bottom: 90px;
}

.tenant-sec-5 a{
	color: inherit;
	text-decoration: underline;
}

.tenant-sec-5 a:visited{
	color: inherit;
}

.tenant-sec-5 a:hover{
}

/* Holidays */
.holiday-sec-1{
	padding: 20px 0;
}

.holiday-sec-2 > .panel-grid-cell{
	position: relative;
}

.holiday-sec-2 .slider-text-con{
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: rgba(2,6,19,0.78);
	padding: 30px 28px;
	width: 600px;
}

.holiday-sec-2 .slider-text-con *{
	color: #fff;
}

.holiday-sec-2 .slider-text-con h6{
	margin-bottom: 20px;
}

.holiday-sec-2 .slider-text-con p:last-child{
	margin-bottom: 0px;
}

.holiday-sec-3{
	position: relative;
	padding-bottom: 140px;
}

.holiday-sec-3:before{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 856px;
	background: url(images/015_Jaseimages_090616.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.holiday-sec-3 h3{
	line-height: 40px;
}

.about-p1-sec2{
    padding-top: 68px;
    padding-bottom: 68px;
}

.about-p1-sec4 .ff-cta.style-2 .s2.content-con .btn{
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
}

.about-p1-sec5{
	padding-top: 90px;
	border-top: 1px solid #E0E1E4;
}

.why-noosa-sec2{
	padding-top: 60px;
}

/* Testimonials */

.testimonials .testimonial-item{
	margin-bottom: 40px;
}

/* Twitter Feed */
#ctf .ctf-item{
	border: 0;
}

/* Resources for Owners */
.rfo-sec1{
	padding-top: 60px;
	padding-bottom: 60px;
}

.rfo-sec1 .widget-title{
	padding-right: 60px;
}

.rfo-sec2 .widget-title{
	margin-bottom: 48px;
}

.rfo-sec2 .ff-cta{
	margin-bottom: 10px;
}

/* Landing Page */
.landing-page-sec2{
	padding-top: 58px;
	padding-bottom: 80px;
}

.landing-page-sec2 .widget-title{
	margin-bottom: 40px;
	text-align: center;
}

/* Testimonial Carousel */
.testimonials-carousel{
	position: relative;
}

.testimonials-carousel:before{
	content: '';
	display: block;
	width: 47.8125%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: url(images/testimonial-carousel-bg-img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 8;
}

.testimonials-carousel .carousel-wrap{
	width: 1305px;
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #BF972E;
	position: relative;
	z-index: 9;
}

.testimonials-carousel .carousel-container{
	margin-bottom: 0px;
}

.testimonials-carousel .testimonial-item{
	text-align: left;
	padding: 65px 690px 65px 69px;
}

.testimonials-carousel .testimonial-item .quote{
    color: #BF972E;
    font-family: 'Monaco';
    font-size: 65px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    font-weight: 400;
    display: inline-block;
    margin-top: -4px;
}

.testimonials-carousel .testimonial-item .name{
	margin: 20px 0px 0px 0px;
}

.testimonials-carousel .slick-dots{
    margin: 0;
    padding: 0;
    bottom: 0;
    padding-bottom: 40px;
    padding-right: 30px;
    text-align: right;
    width: auto;
    right: 0;
}

.testimonials-carousel .slick-dots li{
	margin: 0 5px;
    width: auto;
    height: auto;
}

.testimonials-carousel .slick-dots li button{
	background: #E0E1E4;
	width: 15px;
	height: 15px;
	padding: 0;
	border-radius: 100%;
}

.testimonials-carousel .slick-dots li.slick-active button{
	background: #A7A8AA;
}

.testimonials-carousel .slick-dots li button:before{
	display: none;
}

.sales .item{
	border: 1px solid #E0E1E4;
	background-color: #FFFFFF;
	position: relative;
	margin-bottom: 30px;
}

.sales .item:last-child{
	margin-bottom: 0px;
}

.sales .item .item-image{
	width: 395px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #F9FAFC;
	border-right: 1px solid #E0E1E5;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.sales .item .circle-image{
	width: 250px;
	height: 250px;
	border-radius: 100%;
	background-color: #020613;
	position: relative;
}

.sales .item .item-heading-con{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.sales .item .item-heading{
	display: block;
	padding: 0 5px;
	font-family: 'Open Sans';
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	color: #FFFFFF;
	text-shadow: 0 2px 7px 0 rgba(0,0,0,0.5);
}

.sales .item .item-content{
	padding: 50px 35px 30px 35px;
	width: calc( 100% - 395px );
	margin-left: 395px;
}

.sales .item .item-content h3{
	font-size: 24px;
	line-height: 24px;
}

/* Contact Us */
.contact-box{
	padding-top: 50px;
	padding-bottom: 80px;
}

.contact-info-item .heading{
	color: #020613;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	display: block;
}

.contact-page .entry-content .contact-info-item{
	padding: 0 0 0 55px;
}

.contact-page .entry-content .contact-info-item i{
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #E0E1E4;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 14px;
    border-radius: 100%;
}

.contact-page div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.contact-page div.gform_wrapper textarea{
	background-color: transparent;
}

.contact-page .entry-content div.gform_wrapper .gform_footer input.button,
.contact-page .entry-content div.gform_wrapper .gform_footer input[type=submit],
.contact-page .entry-content div.gform_wrapper .gform_page_footer input.button,
.contact-page .entry-content div.gform_wrapper .gform_page_footer input[type=submit]{
	min-width: 168px;
}

.contact-page-bottom-cta .btn{
	min-width: 305px;
}

.contact-sec2-box{
	border-top: 1px solid #E0E1E4;
	border-bottom: 1px solid #E0E1E4;
}

.contact-sec2-box .textwidget{
	width: 100%;
	height: 144px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.contact-sec2-box .btn{
	min-width: 315px;
	margin: 0 10px;
}

.contact-sec2-box .btn:last-child{
	margin-right: 0px;
}

.contact-sec2-box .btn i{
	margin-left: 5px;
}

.team-video-box{
	display: none;
}

.team-video-box .video-container iframe{
	max-width: 100%;
}

.other-members-carousel{
	margin-bottom: 0px;
}

.other-members-carousel .profile-item.style-1 .image{
	margin-bottom: 25px;
}

.other-members-carousel .profile-item.style-1 .name{
	font-size: 17px;
	line-height: 20px;
}

.other-members-carousel .profile-item.style-1 .position{
	line-height: 26px;
}

.other-members-carousel .image-mask-3{
	line-height: 0;
}

.other-members-carousel .profile-item.style-1 a{
	outline: none;
}

.custom-forms-page-sec1{
	padding: 100px 0px 85px 0px;
}

.custom-forms-page-sec1 .widget-title-container .widget-sub-title{
	margin-bottom: 60px;
}

.appraisal-managers .col .inner{
	width: 100%;
	min-height: 336px;
	background-color: #FFFFFF;
	box-shadow: 0 12px 24px 0 rgba(2,6,19,0.11);
	position: relative;
}

.appraisal-managers .col-left{
	width: 215px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #262A35;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.appraisal-managers .pam-image{
	text-align: center;
}

.appraisal-managers .pam-image .image-con{
	width: 110px;
	height: 110px;
	padding: 5px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 14px 0 rgba(0,0,0,0.08);
	line-height: 0;
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
	margin-bottom: 15px;
}

.appraisal-managers .name{
	color: #FFFFFF;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	margin-bottom: 3px;
}

.appraisal-managers .title{
	color: #FFFFFF;
	font-family: "Open Sans";
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 30px;
	padding: 0 35px;
}

.appraisal-managers .col-right{
	width: calc( 100% - 215px );
	margin-left: 215px;
}

.appraisal-managers .pam-content{
	padding: 30px 25px 40px 30px;
}

.appraisal-managers .sub-head{
	color: #BF972E;
	font-size: 14px;
	font-style: italic;
	line-height: 26px;
	margin-bottom: 3px;
}

.appraisal-managers .main-head{
	margin-bottom: 18px;
}

.appraisal-managers .meta-items{
	position: relative;
	padding-left: 55px;
    margin-bottom: 15px;
}

.appraisal-managers .meta-items i{
	height: 40px;
	line-height: 38px;
	width: 40px;
	border: 1px solid #E0E1E4;
	background-color: #FFFFFF;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	color: #BF972E;
	text-align: center;
    border-radius: 100%;
    overflow: hidden;
}

.appraisal-managers .meta-con p{
	font-size: 14px;
	line-height: 26px;
	color: #020613;
}

.appraisal-managers .meta-con a{
	color: inherit;
}

.appraisal-managers .meta-con p:last-child{
	margin-bottom: 0px;
}

.appraisal-managers .meta-heading{
	margin-bottom: 0px;
}

.appraisal-managers .btn{
	min-width: 140px;
	padding-top: 13px;
	padding-bottom: 13px;
}

.rpa-sec1 .widget-title-container .widget-sub-title{
	margin-bottom: 60px;
}

/* For Rent */
.for-rent .item .name{
	margin-bottom: 0px;
}

.for-rent .item .price{
	margin-bottom: 5px;
	color: #BF972E;
}

.for-rent .item .address p{
	margin-bottom: 5px;
}

.for-rent .meta-items .meta-item{
	display: inline-block;
	margin: 8px;
}

.for-rent .meta-item .fa{
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #E0E1E4;
    background-color: #FFFFFF;
    text-align: center;
    font-size: 12px;
    border-radius: 100%;
    margin-right: 5px;
    color: #BF972E;
}

.for-rent .item .link-container{
	margin-top: 5px;
}

.for-rent .item .link-container .btn{
	padding-top: 13px;
	padding-bottom: 13px;
}

#responsive-menu-pro-title-image img{
    width: 190px !important;
    height: auto !important;
}

.other-members-block .navigation-style-2 .slick-prev,
.other-members-block .navigation-style-2 .slick-next{
	top: -36px;
}

.for-rent .item{
	margin-bottom: 20px;
}

.header-share.share-this-icon{
    position: absolute;
    top: calc( 50% - 22.5px );
    right: 15px;
    margin: 0;
    width: 45px;
    height: 45px;
    border: 1px solid #FFFCFC;
    background-color: #FFFFFF;
	font-size: 16px;
	line-height: 45px;
	color: #262A35;
}