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

html {
	font-size: 15px;
}

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Raleway';
	margin: 0px 0px 20px 0px;
	padding: 0;
    line-height: 1.25;
	color: #020612;
	font-weight: 300;
}

h1, .h1 { font-size: 45px; }
h2, .h2 { font-size: 39px; }
h3, .h3 { font-size: 36px; }
h4, .h4 { font-size: 34px; }
h5, .h5 { font-size: 29px; }
h6, .h6 { font-size: 24px; }

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

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: 600;
	text-decoration: underline;
	color: #020613;
	outline: none;
}

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

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

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

.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: 15px;
	list-style: decimal;
}

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

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

.list-group li,
.entry-content .list-group li {
	list-style: none;
	border: 1px solid #E0E1E4;
	margin-bottom: -1px;
	padding: 8px 30px;
	background: #fff;
}

.small-dots,
.entry-content .small-dots {
	padding-left: 0;
	margin-left: 0;
}

.small-dots li,
.entry-content .small-dots li {
	list-style: none;
	position: relative;
	padding-left: 35px;
}

.small-dots li:before,
.entry-content .small-dots li:before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 3px;
	background: #262A35;
	border-radius: 100%;
	position: absolute;
	top: 11px;
	left: 12px;
}

.list-group.check-list li,
.entry-content .list-group.check-list li {
	position: relative;
	padding-left: 65px;
}

.list-group.check-list li:before {
	content: '\f00c';
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height: 1;
	position: absolute;
	top: 12px;
	left: 30px;
}

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

.home .widget-title {
	font-size: 39px;
}

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

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

.sub-heading-style,
.widget-sub-title {
	color: #806C51;
	font-weight: 600;
	font-family: "Raleway";
}

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

/* 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-weight: normal;
	padding: 0;
}

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

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

/* Styles Nav */
.ff-styles-nav span {
	background: #6B6C70;
	color: #fff;
	padding: 5px 14px;
	display: inline-block;
	margin: 5px;
	font-size: .8em;
	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: 'Raleway';
	font-weight: 300;
}

/* Text Styles */
.text-style-1 {
	font-family: 'Raleway';
	color: #806C51;
	font-weight: 400;
	letter-spacing: 2px;
	font-size: 12px;
	text-transform: uppercase;
}

.text-style-2 {
	font-size: 12px;
	font-weight: 700;
}

.text-style-3 {
	font-weight: normal;
	font-size: 0.9333em;
	text-transform: uppercase;
}

.text-style-4 {
	opacity: .5;
	font-size: .8em;
}

.text-style-5 {
	font-weight: 700;
	font-size: .8em;
	text-decoration: underline;
}

.text-style-6 {
	font-family: 'Raleway';
	color: #806C51;
	font-weight: 600;
	font-size: 1em;
}

.fs-default {
	font-size: 1em;
}

.fs-minor {
	font-size: .933em;
}

.fs-small {
	font-size: .8em;
}

.fs-sub {
	font-size: .6667em;
}

/* Buttons */
.btn,
.btn:visited,
.btn:focus,
.btn.style-1,
.btn.style-1:visited,
.btn.style-1:focus,
.btn.primary,
.btn.primary:visited,
.btn.primary:focus {
	font-family: 'Raleway';
	background-color: #391F10;
	border: 1px solid #391F10;
	color: #fff;
    border-radius: 1px;
	font-weight: 300;
	padding: 17px 30px;
	line-height: 1;
	text-decoration: none;
}

.btn:hover,
.btn.hover,
.btn.style-1:hover,
.btn.style-1.hover,
.btn.primary:hover,
.btn.primary.hover {
	background-color: #fff;
	border-color: #391F10;
	color: #391F10;
}


.btn.selected,
.btn.primary.selected,
.btn.style-1.selected {
	background-color: #391F10;
	border-color: #391F10;
	color: #fff;
	text-decoration: underline;
}

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

.btn.style-2:hover,
.btn.style-2.hover,
.btn.secondary:hover,
.btn.secondary.hover {
	background-color: #391F10;
	border-color: #391F10;
	color: #fff;
}

.btn.secondary.selected {
	background-color: #391F10;
	border-color: #391F10;
	color: #fff;
	text-decoration: underline;
}

.btn.style-3,
.btn.style-3:visited,
.btn.style-3:focus {
	background: #fff;
	border: 1px solid #391F10;
	color: #391F10;
	font-size: .8em;
	padding: 13px 30px;
}

.btn.style-3:hover,
.btn.style-3.hover {
	background-color: #391F10;
	border-color: #391F10;
	color: #fff;
}

.btn.style-3.selected {
	background-color: #fff;
	border-color: #391F10;
	color: #391F10;
	text-decoration: underline;
}

.btn.terrain,
.btn.terrain:visited,
.btn.terrain:focus {
	background: #fff;
	border: 1px solid #FFF;
	color: #6C5940;
}

.btn.terrain:hover,
.btn.terrain.hover {
	background: none;
	border-color: #fff;
	color: #fff;
}

.btn.terrain.selected {
	background: #fff;
	border-color: #fff;
	color: #6C5940;
	text-decoration: underline;
}

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

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

.close-btn,
.close-btn:focus,
.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,
.text-btn:focus {
	color: #2CC6FA;	
	font-size: 1em;
	font-weight: 700;
	text-decoration: underline;
}

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

.btn.full {
	width: 100%;
}

.btn .fa {
	margin-left: 10px;
}

.btn.wil .fa {
	margin-left: 0;
	margin-right: 10px;
}

.btn.small {
	font-size: 12px;
	padding: 14px 30px;
}

.btn {
	max-width: 100%;
}

/* Slick UI */
.slick-slider{ position:relative;  display:block;  -moz-box-sizing:border-box;  box-sizing:border-box;  -webkit-user-select:none;  -moz-user-select:none;  -ms-user-select:none;  user-select:none;  -webkit-touch-callout:none;  -khtml-user-select:none;  -ms-touch-action:pan-y;  touch-action:pan-y;  -webkit-tap-highlight-color:transparent}

.slick-list{ position:relative;  display:block;  overflow:hidden;  margin:0;  padding:0}
.slick-list:focus{ outline:none}
.slick-list.dragging{ cursor:pointer;  cursor:hand}

.slick-slider .slick-track, 
.slick-slider .slick-list{ -webkit-transform:translate3d(0,0,0);  -moz-transform:translate3d(0,0,0);  -ms-transform:translate3d(0,0,0);  -o-transform:translate3d(0,0,0);  transform:translate3d(0,0,0)}

.slick-track{ position:relative;  top:0;  left:0;  display:block}
.slick-track:before, 
.slick-track:after{ display:table;  content:''}
.slick-track:after{ clear:both}
.slick-loading .slick-track{ visibility:hidden}

.slick-slide{ display:none;  float:left;  height:100%;  min-height:1px}
[dir='rtl'] .slick-slide{ float:right}
.slick-slide img{ display:block}
.slick-slide.slick-loading img{ display:none}
.slick-slide.dragging img{ pointer-events:none}
.slick-initialized .slick-slide{ display:block}
.slick-loading .slick-slide{ visibility:hidden}
.slick-vertical .slick-slide{ display:block;  height:auto;  border:1px solid transparent}
.slick-arrow.slick-hidden{ display:none}

.slick-loading .slick-list{ background:#fff url('../js/slick/ajax-loader.gif') center center no-repeat}

.slick-prev, 
.slick-next{font-size:0; line-height:0; position:absolute; top:50%; display:block; width:20px; height:28px; line-height:0; padding:0; margin-top:-10px; -webkit-transform:translate(0,-50%); -ms-transform:translate(0,-50%); transform:translate(0,-50%); cursor:pointer; color:transparent; border:none; outline:none; background:transparent}
.slick-prev:hover, 
.slick-prev:focus, 
.slick-next:hover, 
.slick-next:focus{ color:transparent;  outline:none;  background:transparent}
.slick-prev:hover:before, 
.slick-prev:focus:before, 
.slick-next:hover:before, 
.slick-next:focus:before{ opacity:1}
.slick-prev.slick-disabled:before, 
.slick-next.slick-disabled:before{ opacity:.25}

.slick-prev:before, 
.slick-next:before{display:inline-block; font-family:'FontAwesome';  font-size:27px;  line-height:1;  opacity:.75; font-size:27px; color:#9b9b9b; letter-spacing:0px;  -webkit-font-smoothing:antialiased;  -moz-osx-font-smoothing:grayscale;}

.slick-prev:before{content:'\f104'}

.slick-next:before{content:'\f105'}

.slick-prev{ left:-25px}
[dir='rtl'] .slick-prev{ right:-25px;  left:auto}
.slick-next{ right:-25px}
[dir='rtl'] .slick-next{ right:auto;  left:-25px}

.slick-slider{ margin-bottom:30px}

.slick-dots{ position:absolute;  bottom:-45px;  display:block;  width:100%;  padding:0;  list-style:none;  text-align:center}
.slick-dots li{ position:relative;  display:inline-block;  width:20px;  height:20px;  margin:0 5px;  padding:0;  cursor:pointer}
.slick-dots li button{ font-size:0;  line-height:0;  display:block;  width:20px;  height:20px;  padding:5px;  cursor:pointer;  color:transparent;  border:0;  outline:none;  background:transparent}
.slick-dots li button:hover, 
.slick-dots li button:focus{ outline:none}
.slick-dots li button:hover:before, 
.slick-dots li button:focus:before{ opacity:1}
.slick-dots li button:before{ font-size:6px;  line-height:20px;  position:absolute;  top:0;  left:0;  width:20px;  height:20px;  content:'•';  text-align:center;  opacity:.25;  color:black;  -webkit-font-smoothing:antialiased;  -moz-osx-font-smoothing:grayscale}
.slick-dots li.slick-active button:before{ opacity:.75;  color:black}

.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 #020613;
	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 */
.label {
	color: initial;
	font-size: 12px;
	font-weight: 700;
	padding: 0;
	text-align: inherit;
}

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

.gform_wrapper .top_label .gfield_label {
	width: 100%;
}

::-webkit-input-placeholder { opacity: 0.4; }
:-moz-placeholder { opacity: 0.4; }
::-moz-placeholder { opacity: 0.4;}
:-ms-input-placeholder { opacity: 0.4; }

textarea,
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"] {
	background-color: #FFFFFF;
	border: 1px solid #E0E1E4;
	outline: none;
	line-height: 1;
	padding: 14px 14px;
	border-radius: 0;
	
	/* 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;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #E0E1E4;
	border-radius: 0;
	height: initial;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 16.5px 40px 16.5px 10px;
	line-height: 1;
	height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 50px;
	width: 40px
}

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

textarea {
	width: 100%;
	min-height: 100px;
}

div.gform_wrapper.gf_browser_chrome select,
div.gform_wrapper select,
select {
	padding: 10.5px 45px 10.5px 25px;
	border: 1px solid #E0E1E4;
	background-color: #fff;
	outline: none;
	-webkit-appearance: none;
	cursor: pointer;
	line-height: inherit;
	border-radius: 0;
}

.ginput_container_select,
.select-container {
	position: relative;
	display: inline-block;
	width: 100%;
}

.ginput_container_select:after,
.select-container:after {
	font-family: 'FontAwesome';
	content: '\f063';
	display: inline-block;
	font-size: .8em;
	line-height: 1;
	position: absolute;
	right: 18px;
	top: 50%;
	margin-top: -6px;
	pointer-events: none;
}

div.gform_wrapper .top_label input.medium,
div.gform_wrapper .top_label select.medium {
	width: 100%;
}

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

.radio-container label,
.checkbox-container label {
	font-size: 1em;
	font-weight: 700;
	cursor: pointer;
	display: inline-block;
	padding-left: 30px;
	margin-left: -30px;
	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 #806C51;
	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;
}


.radio-style-1 .input-wrap:before,
.checkbox-style-1 .input-wrap:before,
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;
}

.radio-style-1 .checked .input-wrap:before,
.checkbox-style-1 .checked .input-wrap:before,
ul.radio-container input[type=radio]:checked ~ .check:before,
ul.checkbox-container input[type=checkbox]:checked ~ .check:before{
  background: #EC9575;
}

.checkbox-style-1 .input-wrap,
.radio-style-1 .input-wrap {
	vertical-align: top;
	display: inline-block;
	border: 1px solid #806C51;
	background-color: #FFFFFF;
	border-radius: 100%;
	height: 20px;
	width: 20px;
	cursor: pointer;
	margin-right: 10px;
	position: relative;
}

.checkbox-style-1 .input-wrap input,
.radio-style-1 .input-wrap input {
	display: none!important;
}

.gform_wrapper .radio-style-1 .gfield_radio li label {
	margin-top: 0;
}

.checkbox-style-1 .input-wrap {
	border-radius: 0;
}

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

.checkbox-style-1 .checked .input-wrap:before,
ul.checkbox-container input[type=checkbox]:checked ~ .check:before {
	position: absolute;
	border-radius: 0;
	height: 18px;
	width: 18px;
	top: 0;
	left: 0;
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #EC9575;
	text-align: center;
	line-height: 19px;
	background: #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: #391F10;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}

/* .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 {
	max-width: 100%;
	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: 0.733em;
}

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

.hover-style-1:hover {
	opacity: .8;
}

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

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

.site-header .wrap,
.nav-primary .wrap {
	width: 1500px;
	max-width: 100%;
	padding: 0 15px;
	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: 1360px;
}

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

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

.alert .fa {
	font-size: 1.2em;
	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;
}


/*
*  Animations:
*
*  animate-fade-in-up
*  animate-fade-in-down
*  animate-fade-in-left
*  animate-fade-in-right
*  animate-spin
*  swing-in-top-fwd
*  slide-in-fwd-top
*  slide-in-fwd-bottom
*  slide-out-bck-bottom
*
*/
@-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: 1s;
	animation-duration:         1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode:         both;
	-webkit-animation-name: fadeInUp;
	animation-name:         fadeInUp;
}

@-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: 1s;
	animation-duration:         1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode:         both;
	-webkit-animation-name: fadeInDown;
	animation-name:         fadeInDown;
}

@-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: 1s;
	animation-duration:         1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode:         both;
	-webkit-animation-name: fadeInLeft;
	animation-name:         fadeInLeft;
}

@-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: 1s;
	animation-duration:         1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode:         both;
	-webkit-animation-name: fadeInRight;
	animation-name:         fadeInRight;
}

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

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

@-webkit-keyframes slide-out-bck-bottom{0%{-webkit-transform:translateZ(0) translateY(0);transform:translateZ(0) translateY(0);opacity:1}100%{-webkit-transform:translateZ(-1100px) translateY(1000px);transform:translateZ(-1100px) translateY(1000px);opacity:0}}@keyframes slide-out-bck-bottom{0%{-webkit-transform:translateZ(0) translateY(0);transform:translateZ(0) translateY(0);opacity:1}100%{-webkit-transform:translateZ(-1100px) translateY(1000px);transform:translateZ(-1100px) translateY(1000px);opacity:0}}
.slide-out-bck-bottom {
	-webkit-animation: slide-out-bck-bottom 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	-moz-animation: slide-out-bck-bottom 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	animation: slide-out-bck-bottom 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes slide-in-fwd-bottom{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-bottom{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}}
.slide-in-fwd-bottom {
	-webkit-animation: slide-in-fwd-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	-moz-animation: slide-in-fwd-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-in-fwd-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/**
 * ----------------------------------------
 * animation swing-in-top-fwd
 * ----------------------------------------
 */
@-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;
  }
}
.swing-in-top-fwd {
	-webkit-animation: swing-in-top-fwd 0.7s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
	        animation: swing-in-top-fwd 0.7s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}

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

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

/* Table */
table {
	width: 100%;
	border: 1px solid rgba(128,108,81,0.22);
}

table tr {
	border-bottom: 1px solid rgba(128,108,81,0.22);
}

table tr:last-child {
	border-bottom: none;
}

table td {
	border-right: 1px solid rgba(128,108,81,0.22);
	padding: 5px 20px;
}

table td:last-child {
	border-right: none;
}

.pricing-table-1 .text {
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 400;
	text-align: left;
}

.pricing-table-1 .price {
	font-family: 'Raleway';
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	width: 220px;
}

/* 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: .8667em;
}

.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 */

/* Header */
.site-header {
	background-color: #fff;
	padding: 10px 0;
}

.site-header.stuck,
.site-header.stick {
	position: fixed;
	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: 'Raleway', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #333;
	font-weight: 400;
	text-decoration: none;
}

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

.nav-primary .genesis-nav-menu li:last-child a,
.nav-header .genesis-nav-menu li:last-child a {
	margin-right: 0px;
}

.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: #EC9575;
	
	-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: 10px;
}

.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: 10px 0px 10px 0px;
	margin: 0;
	width: 220px;
	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;
	background: #fff;
}

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

.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: 5px 25px;
	width: 100%;
	border-top: none;
	text-align: left;
}

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

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

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

.site-header.stuck .header-widget-area {
	margin-top: 9px;
}

.header-widget-area .custom-cart-count {
	margin-left: 40px;
}

.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-widget-area .widget_nav_menu {
	margin-bottom: -10px;
}

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

.site-header.stuck .header-widget-area .header-widgets-section-1 {
	display: none;
}

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: 15px;
	display: inline-block;
	line-height: 1;
}

.slider-text-style-2 span {
	background: #020613;
	color: #fff;
}

.slider-btn {
	text-decoration: none;
}
.slider-btn:hover {
	color: #020613;
	text-decoration: underline;
}

.slider-btn .fa {
	font-size: 14px!important;
	border: 1px solid #020613!important;
	width: 45px;
	height: 45px;
	text-align: center!important;
	line-height: 45px!important;
	border-radius: 50%!important;
	margin-right: 15px!important;
}

#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item .responsive-menu-pro-item-link {
	font-family: 'Raleway';
	font-weight: 300;
}

/* 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;
	pointer-events: none;
}

.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;
	pointer-events: auto;
}

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

/* Headhesive */
.site-header--clone {
	transform: translateY(-100%);
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.25);
}
.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%);
}

/* End Header */

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

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

.footer-top {
	background-color: #fff;
	padding: 36px 0 40px;
	color: #020613;
}

.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-1 {
	border-top: 1px solid #E0E1E4;
	border-bottom: 1px solid #E0E1E4;
}

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

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

.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: 12px;
	color: #020613;
}

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

.footer-bottom a {
	color: #020613;
	font-weight: 400;
	font-size: 12px;
	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 .menu li a {
	font-size: 14px;
	color: #020613;
	font-weight: 400;
}

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

.footer-top .widget-title {
	font-size: 14px;
	font-weight: 700;
	font-family: 'Open Sans';
	margin-bottom: 5px;
}

.footer-top .menu {
	margin-bottom: 15px;
}

.footer-social-icons {
	margin-left: 55px;
}
/* End Footer */

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

div.gform_wrapper .hide-label label.gfield_label {
	display: none;
}

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 {
	background-color: #FFFFFF;
	border: 1px solid #E0E1E4;
	outline: none;
	line-height: 1;
	padding: 14px 20px;
}

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: #391F10;
	border: 1px solid #391F10;
	color: #fff;
	border-radius: 0;
	font-family: "Raleway";
	padding: 16.5px 30px;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	min-width: 140px;
	outline: none;
}

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: #fff;
	border-color: #391F10;
	color: #391F10;
}

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

div.gform_wrapper .gfield_error .gfield_label,
div.gform_wrapper .validation_message,
div.gform_wrapper div.validation_error {
	color: #FA7D5A;
	border-color:#FA7D5A;
}

div.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
div.gform_wrapper li.gfield_error textarea {
	border-color: #FA7D5A;
}

/* Form Style 1 */
.form-style-1 .ginput_container input[type=text],
.form-style-1 .ginput_container textarea,
.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: #fff;
	padding: 10px 8px;
	border-bottom: 1px solid #fff;
	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: #fff; }
.site-footer .subscribe-form :-ms-input-placeholder { color: #fff; }
.site-footer .subscribe-form ::-moz-placeholder { color: #fff; }
.site-footer .subscribe-form :-moz-placeholder { color: #fff; }

.gform_wrapper .subscribe-form .gform_footer {
	width: 45px;
	height: 45px;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	bottom: 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 #fff;
	text-align: center;
	line-height: 43px;
	background: #fff;
	color: #000000;
	outline:none;
}

.gform_wrapper .subscribe-form .gform_footer input.button:hover,
.gform_wrapper .subscribe-form .gform_footer input[type=submit]:hover {
	background: #fff;
	border-color: #fff;
	color: #333333;
}

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

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

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

div.gform_wrapper li.gfield.gfield_error,
div.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background: none;
	border: none;
}

.gform_wrapper .subscribe-form .validation_message {
	position: absolute;
}

.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] {
	color: #fff;
	background: #391F10;
	width: 60px!important;
	height: 60px!important;
	border: none;
	font-size: 12px;
	font-family: "FontAwesome";
	min-width: initial;
}

.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: #806C51;
	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]) {
	color: inherit;
	border: none;
	padding: 14px 70px 14px 0;
	font-size: 39px;
	font-weight: 300;
	font-family: 'Raleway';
}

.subscribe-form-alt-1 .subscribe-form ::-webkit-input-placeholder { opacity: .9; }
.subscribe-form-alt-1 .subscribe-form :-ms-input-placeholder { opacity: .9; }
.subscribe-form-alt-1 .subscribe-form ::-moz-placeholder { opacity: .9; }
.subscribe-form-alt-1 .subscribe-form :-moz-placeholder { opacity: .9; }

/* Subscribe Form */
.subscribe-form-container-1 {
	box-shadow: 0 5px 44px 0 rgba(2,6,19,0.07);
	padding: 10px;
	background: #fff;
	border-radius: 2px;
}

.subscribe-form-container-1 .inner {
	min-height: 380px;
	background-image: url('../images/vip-special-bg.jpg');
	background-size: cover;
	background-position: center;
	padding: 90px 175px 70px;
} 

/* Home */
.home-image-1 {
	max-width: 650px;
	margin-top: -45px;
	margin-left: -75px;
	margin-bottom: -120px;
}

/* Locations Carousel */
.locations-carousel-container {
	box-shadow: 0 5px 44px 0 rgba(2,6,19,0.07);
	background: #fff;
	border-radius: 2px;
	padding: 10px;
}

.custom-map {
	background: #eee;
	max-width: 100%;
}

.locations-carousel-container .slick-slider {
	margin-bottom: 0;
}

.locations-carousel-container .locations-carousel {
	padding: 20px 210px 10px 30px;
}

.locations-carousel-container .overview-link {
	float: right;
	margin: -50px 25px 0 0;
}

.location-item {
	font-size: 14px;
	font-weight: 400;
}

.more-link-2 {
	font-family: 'Raleway';
	font-weight: 700;
}

.locations-carousel.navigation-style-2 .slick-prev,
.locations-carousel.navigation-style-2 .slick-next {
	top: -5px;
	margin-right: -180px;
}

.info-window-container {
	margin-top: 35px;
}

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

.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-color: #9e9ea0;
	background-image: url(../images/internal-header-bg.jpg);
	background-position: center center;
	background-size: cover;
	padding: 56px 0 54px;
}

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

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

.internal-header .breadcrumb {
	margin-top: 3px;
}

.breadcrumb {
	color: #fff;
	text-align: center;
	background: none;
	margin: 0;
	padding: 0;
}

.internal-header .breadcrumb,
.breadcrumb a {
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	font-style: italic;
}

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

.internal-header .wrapper {
	position: relative;
	padding-left: 60px;
	padding-right: 60px;
}

.internal-header .share-popup-btn {
	width: 46px;
	height: 46px;
	display: inline-block;
	background: #fff;
	color: #806C51;
	font-size: 16px;
	border-radius: 100%;
	text-align: center;
	line-height: 45px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -23px;
}
/* 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;
}

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

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

/*
*  Internals | Blog
*/
.post-meta {
	line-height: 1;
	margin-bottom: 15px;
}

.post-meta span {
	display: inline-block;
	margin-right: 15px;
}

.title-container h2 {
	position: relative;
	margin-bottom: 10px;
	font-size: 32px;
}

.single-post .title-container .post-title {
	padding-bottom: 30px;
	border-bottom: 1px #dee0e7 solid;
	margin-bottom: 40px;
}

.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,
.single-post .thumbnail-container{
	margin-bottom: 20px;
}

.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;
	font-weight: 600;
	font-family: "Open Sans";
	font-size: 15px;
}

.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 .fb-embed iframe {
	border:none;
	overflow:hidden;
	width:250px;
	height:590px;
}

/* Post share icons */
.share-icons-container {
	clear: both;
	padding: 16px 30px;
	background: #FFFFFF;
	border: 1px solid #E0E1E4;
}

.single .share-icons-container{
	margin-top: 40px;
	margin-bottom: 20px;
}

.share-icons-container .left-share{
	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;
}

.share-icons-container:after {
	content: '';
	display: block;
	clear: both;
}

/*  Share Popup  */
.share-box-wrap{
	padding: 40px;
	text-align:center;
    width:100%;
    min-width:800px;
}

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

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

#fancybox-close:hover {
	background-color: #806C51!important;
}

#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{
	border: 1px solid #020613;
	background: #fff;
	color: #806C51;
	font-size: 12px;
	width: 44px;
	height: 44px;
	line-height: 42px;
	margin:0;
}

.share-box-wrap ul.heateor_sss_sharing_ul {
	left: initial!important;
}

.share-box-wrap ul.heateor_sss_sharing_ul li {
	display: inline-block;
	float: none!important;
	margin: 0 5px!important;
}

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


/* Contact Page */
.contact-map {
	width: 100%;
	line-height: 0;
}

/* Team Member */
.team-profile-internal {
	border: 1px solid #E0E1E4;
}

.team-profile-internal .s1 {
	border-bottom: 1px solid #E0E1E4;
	padding: 30px;
	
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	
	align-items: center;
}

.team-profile-internal .s1 .image {
	margin-right: 40px;
	line-height: 1;
}

.team-profile-internal .s1 .image img {
	width: 150px;
}

.team-profile-internal .s1-b {
	margin-right: 20px;
}

.team-profile-internal .s1-c {
	margin-left: auto;
	margin-right: 20px;
}

.team-profile-internal .s2 {
	padding: 30px;
}

.team-profile-internal .s3 {
	background: #F5F6F8;
	border-top: 1px solid #E0E1E4;
	padding: 5px 30px;
}

.team-overview .slick-list {
	padding-top: 15px;
}

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

.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: 3px solid #E0E1E4;
	padding: 0 35px 0 35px;
	margin: 45px 0;
	color: #333333;
	font-size: inherit;
	font-style: italic;
}

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

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

.col-xxs-12,
.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: #262A35;
	padding: 20px 40px;
	background-color: #fff;
	letter-spacing: 0;
	font-weight: 700;
	text-decoration: none;
}

.panel-heading .panel-title {
	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: #262A35;
}

.panel-heading .accordion-toggle:before,
.panel-heading .accordion-toggle.active:before,
.panel-heading .accordion-toggle.active.collapsed:before{
	font-family: 'FontAwesome';
	font-size: 16px;
	float: right;
	margin-top: 0px;
	margin-right: -10px;
}

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

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

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

.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 */


/* [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: 50px;
	margin: 10px 0;
	border-radius: 100%;
	border: #eee 2px solid;
}

/* [sidebar_cta] */
.sidebar-cta {
	width: 300px;
	max-width: 100%;
	margin: auto;
}
.sidebar-cta .cta-item {
	background: #fff;
	box-shadow: 0 3px 32px 0 rgba(2,6,19,0.1);
	position: relative;
}

.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 {
	padding: 30px 50px;
	position: absolute;
	bottom: 0;
	z-index: 10;
	width: 100%;
}

.sidebar-cta .s2 .heading {
	margin-bottom: 20px;
}

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

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

.sidebar-cta .style-2 .heading {
	font-weight: 700;
}

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

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

/* 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;
	list-style: none;
}

.filters-container ul.media-boxes-filter li {
	list-style: none;
	display: inline-block;
}

.media-boxes-filter-container {
	border-bottom: 1px solid #E0E1E4;
	margin-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 50px;
}

.filters-container .filter-heading {
	display: inline-block;
	margin-right: 20px;
	font-weight: 700;
	margin-top: -15px;
}

.media-boxes-filter-container > .wrapper {
	padding-left: 0;
	padding-right: 0;
}

.media-boxes-filter-container .inner {
	position: relative;
	padding: 20px 0;
    
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    justify-content: space-between;
    -webkit-justify-content: space-between;
    
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.media-boxes-filter a {
	font-family: "Raleway";
	border: 1px solid #020613;
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
	line-height: 1;
	color: #262A35;
	padding: 12px 30px;
	text-align: center;
	margin-left: 15px;
	margin-bottom: 15px;
	display: inline-block;
}

ul.media-boxes-filter>li a.selected {
	background: #391F10;
	border-color: #391F10;
	color: #fff;
}

.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-boxes-drop-down-menu >li >a,
.media-boxes-drop-down-menu >li >a:focus {
	color: inherit;
	font-weight: inherit;
}

.media-boxes-drop-down-menu >li >a:hover {
	background: #eee;
}

.media-boxes-drop-down-menu >li.selected >a, 
.media-boxes-drop-down-menu >li >a.selected {
	background: #eee;
}

.media-box-title {
	font-weight: 700;
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 8px;
}

.media-box-content {
	border-bottom: 1px solid #F5F6F8;
	min-height: 165px;
}

.media-box-text {
	font-size: 13px;
}

.media-box .link-container {
	margin-top: 10px;
}

.media-boxes-load-more-button.media-boxes-no-more-entries {
	display: none;
}

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

.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: 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	border: 1px #d4d4d4 solid;
	color: #391F10;
	font-size: 12px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
}

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

.social-icons.left a:first-child {
	margin-left: 0;
}

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

.social-icons.style-2 a,
.custom-social-icons.style-2 a {
	margin: 0 25px 0 0;
	background: none;
	color: inherit;
	width: initial;
	height: initial;
}

/* Meta Detail */
.meta-detail {
	margin-bottom: 20px;
}

.meta-detail .label {
	display: block;
	margin-bottom: 4px;
}

.meta-detail .value {
	display: inline-block;
}

.meta-detail.style-2 {
	margin-bottom: 10px;
}

.meta-detail.style-2 .label {
	font-size: 13px;
	font-weight: normal;
}

.meta-detail.style-2 .value {
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4;
}

/* 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;
	padding-right: 25px;
	position: relative;
}

.custom-scroll-container {
	position: relative;
}
.custom-scroll-container:after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
.custom-scroll div{
	direction: ltr;
	text-align: left;
}
.custom-scroll::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px #F5F6F8;
	border-radius: 0;
    opacity: 0.8;
}
.custom-scroll::-webkit-scrollbar{
	width: 3px;
}
.custom-scroll::-webkit-scrollbar-thumb{
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 6px #262A35;
	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;
}

/* CTA Buttons */
.cta-buttons-1 {
	border-top: 1px solid #020613;
	border-bottom: 1px solid #020613;
	line-height: 1;
	width: 100%;
	display: inline-block;
}

.cta-buttons-1 a {
	border-right: 1px solid #020613;
	display: inline-block;
	width: 50%;
	float: left;
	text-align: center;
	font-weight: 700;
	padding: 40px;
	transition: all .2s ease;
}

.cta-buttons-1 a:hover {
	text-decoration: none;
	color: #020613;
}

.cta-buttons-1 a:last-child {
	border: none;
}

.cta-buttons-1 a:after {
	content: '';
	display: inline-block;
	width: 32px;
	height: 14px;
	/* background: url('../images/arrow-black1.png'); */
	background: url('../images/arrow-black.svg');
	margin-left: 20px;
	margin-bottom: -2px;
}

/* Advance Search Form */
.asf-wrapper {
    max-width: 96%;
    margin: 0 auto;
	position: relative;
}
.asf-trigger {
	display: inline-block;
	cursor: pointer;
	position: relative;
	font-size: 17px;
	line-height: 1;
	margin-left: 36px;
	padding: 5px 0;
}
.asf-trigger-container {
	border-left: 1px solid #020613;
	margin-left: 25px;
}
.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: rgba(255, 255, 255, 0.30);
}
.asf-container input[type="search"]::-moz-placeholder {
	color: rgba(255, 255, 255, 0.30);
}
.asf-container input[type="search"]:-moz-placeholder {
	color: rgba(255, 255, 255, 0.30);
}
.asf-container input[type="search"]:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.30);
}
.asf-container {
	position: absolute;
	z-index: 9999999;
	top: 0;
	left: 0;
	width: 100%;
	background: #806C51;
	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: 95px;
	padding: 23px 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: 1.6em;
	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); }
}

/* Custom Cart Count */
.custom-cart-count {
	display: inline-block;
	font-size: 11px;
}
.custom-cart-count .fa {
	font-size: 17px;
	margin-right: 5px;
}
.custom-cart-count .count {
	display: inline-block;
	position: relative;
	top: -2px;
}

/* 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 {
	width: 370px;
	max-width: 100%;
	border-bottom: 1px solid #F5F6F8;
	margin-bottom: 30px;
	padding-bottom: 12px;
}

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

.post-item.style-1 .image {
	margin-bottom: 10px;
	box-shadow: 0px 0px 1px 0px rgba(205, 205, 205, 0.7);
}

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

.post-item.style-1 .heading,
.post-item .heading {
	margin-bottom: 5px;
	line-height: 1.2;
	font-size: 20px;
	font-weight: 300;
	height: 48px;
}

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

.post-item.style-1 .text {
	height: 80px;
	line-height: 1.6;
	font-size: 13px;
	font-weight: 400;
}

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

.more-link,
.more-link:focus,
.more-link:visited {
	color: #020613;
	text-decoration: underline;
	font-size: 12px;
	font-weight: 700;
	font-family: "Open Sans";
}

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

.more-link.style-2 {
	font-size: 15px;
	font-weight: 700;
}

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

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

.sidebar-posts .post-item.style-1 {
	width: 300px;
	vertical-align: top;
}

.sidebar-posts .post-item.style-1 .heading {
	font-size: 15px;
	font-weight: 600;
	font-family: 'Open Sans';
	height: initial;
	max-height: 57px;
}

.sidebar-posts .post-item.style-1 .text {
	font-size: 15px;
	font-weight: 300;
	max-height: 72px;
}
 

/* Product Item */
.product-item.style-1 {
	background-color: #FFFFFF;
	box-shadow: 0 3px 32px 0 rgba(2,6,19,0.1);
	border-radius: 1px;
	display: inline-block;
	text-align: center;
	width: 370px;
	max-width: 100%;
}

.product-item.style-1 .image {
	width: 370px;
	height: 278px;
	text-align: center;
	line-height: 278px;
	overflow: hidden;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-item.style-1 .s2 {
	border-top: 1px solid #E0E1E4;
	padding: 20px;
	min-height: 128px;
}

.product-item.style-1 .price-container {
	font-family: 'Raleway';
	font-size: 24px;
	font-weight: 300;
	line-height: 1.4;
}

.product-item.style-1 .link-container {
	margin-top: 0;
}

/* Box Item */
.box-item {
	border: 1px solid #E0E1E4;
	border-radius: 1px;
	background-color: #F5F6F8;
	position: relative;
	margin-top: 60px;
	width: 370px;
	max-width: 100%;
	padding-top: 80px;
	padding-bottom: 40px;
	min-height: 350px;
}

.box-item .icon {
	border: 1px solid #E0E1E4;
	width: 120px;
	height: 120px;
	text-align: center;
	background: #fff;
	border-radius: 100%;
	line-height: 118px;
	font-size: 35px;
	position: absolute;
	top: -60px;
	left: 50%;
	margin-left: -60px;
}

.box-item .heading {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
}

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

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

.testimonial-item .s1 {
	font-weight: 400;
}

.testimonial-item.style-1 .s2 {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
	-webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    
	margin-top: 15px;
}

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

.testimonial-item.style-1 .name,
.testimonial-item.style-1 .title {
	font-size: 12px;
	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: 60px;
	font-style: italic;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -12px;
	display: inline-block;
	pointer-events: none;
}

.testimonial-item.style-2 .content {
	color: #020613;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}

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

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

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

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

.testimonial-item.style-3 .name {
	font-size: 12px;
	font-weight: 700;
}

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

.testimonial-item.style-4 .s1 {
	position: relative;
	font-size: 14px;
	font-weight: 300;
	padding: 50px 20px 30px;
}

.testimonial-item.style-4 .s1:before {
	content: '“';
	font-size: 24px;
	font-weight: 900;
	color: #262A35;
	position: absolute;
	top: 20px;
	left: 20px;
	line-height: 1;
	font-family: "Raleway";
}

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

.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: #020613;
	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;
	padding: 40px 10px;
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0 3px 32px 0 rgba(2,6,19,0.1);
}

.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 a {
	color: inherit;
	text-decoration: none;
}

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

/* Service Item */
.service-item {
	margin-bottom: 30px;
}
.service-item.style-1 {
	height: 497px;
	padding: 30px;
	position: relative;
	background-color: #fff;
	background-size: cover;
	background-position: center;
    
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -webkit-box-align: flex-end;
    -webkit-flex-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.service-item.style-1:before {
	content: '';
	display: block;
	width: 100%;
	height: 436px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #FFFFFF 100%);
}
.service-item.style-1 .s1 {
	position: relative;
	z-index: 1;
}
.service-item.style-1 .text-1 {
	font-size: 14px;
	margin-bottom: 15px;
	font-weight: 400;
	height: 75px;
}
.service-item.style-1 .heading {
	margin-bottom: 12px;
	font-weight: 500;
}

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

.event-item.style-1 .s1 {
	border-bottom: 1px solid #E0E1E4;
	display: -webkit-box; 
    display: -moz-box;    
    display: -ms-flexbox;  
    display: -webkit-flex; 
    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;         

    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

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

.event-item.style-1 .s1-b {
	padding: 18px 30px;
    
	display: -webkit-box; 
    display: -moz-box;    
    display: -ms-flexbox;  
    display: -webkit-flex; 
    display: flex;
}

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

.event-item.style-1 .meta:last-child {
	margin-right: 0;
}

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

.round-mask.style-2 {
	padding: 5px;
	background: #F5F6F8;
}

.round-mask.style-2 img {
	border-radius: 100%;
}

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

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

.image-mask-3 {
	border-radius: 100%;
	overflow: hidden;
	display: inline-block;
	border: 1px solid #E0E1E4;
	padding: 10px;
	line-height: 0;
}

.image-mask-3.small {
	padding: 8px;
}

.image-mask-3.big {
	padding: 20px;
}

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

/* Custom Well */
.custom-well {
	border: 1px solid #E0E1E4;
	border-radius: 1px;
	background-color: #FFFFFF;
	padding: 30px 35px;
	width: 100%;
	margin-bottom: 20px;
    
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.custom-well .s1{
    -webkit-box-flex: 1; 
}

.custom-well .heading {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 5px;
}

.custom-well .icon {
	color: #E0E1E4;
	font-size: 25px;
	margin-right: 10px;
	min-width: 50px;
}

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

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

.point-listing.boxed {
	background: #fff;
	padding: 24px 100px 24px 30px;
	border: 1px solid #E0E1E4;
	margin-bottom: 20px;
	text-align: left;
}

.point-listing .s1{
    -webkit-box-flex: 1; 
}

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

.point-listing .icon {
	font-size: 34px;
	font-weight: 700;
	color: #806C51;
	min-width: 70px;
	margin-right: 20px;
}

.point-listing .number {
	font-family: 'Raleway';
	min-width: 64px;
	width: 64px;
	height: 64px;
	border: 1px solid #806C51;
	box-shadow: 0 1px 8px 0 rgba(2,6,19,0.07);
	text-align: center;
	margin-right: 30px;
	font-size: 39px;
	font-weight: 700;
	color: #806C51;
	line-height: 54px;
}

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

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

.row-listing .s1 {
	-webkit-box-flex: 1;
}

.row-listing .s2 {
	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;
	background-color: #6B6C70;
	position: relative;
	display: inline-block;
}

.image-box .s1 {
	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%);
	color: #fff;
	padding: 25px 40px;
}

.image-box .text {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 0;
}

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

.image-box .btn-link {
	font-size: 12px;
	font-weight: 700;
	color: #fff;
}

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

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

.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: 20px 30px;
	font-weight: bold;
}

.ff-pricing-box .s2 {
	background: #6ADE9B;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	padding: 30px;
}

.ff-pricing-box .s3 {
	padding: 30px 20px 40px;
}

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


/* Logo Carousel */
.logo-carousel.style-1 {
	border: 1px solid #E0E1E4;
	padding: 34px 40px;
    
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

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

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

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

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

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

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

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

.ff-cta.style-2 {
	border: 1px solid #E0E1E4;
	padding: 10px;
}

.ff-cta.style-2 .inner {
	border: 1px solid #E0E1E4;
	padding: 40px;
	text-align: center;
}

.ff-cta.style-1 .inner .s1{
    -webkit-box-flex: 1; 
}

.ff-cta.style-2 .heading {
	font-size: 36px;
	margin-bottom: 5px;
}

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

.ff-cta.style-3 {
	background-color: #6B6C70;
	color: #fff;
	opacity: 0.65;
	border-radius: 2px;
	padding: 45px;
}

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

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

.ff-cta.style-5 .inner,
.ff-cta.style-4 .inner {
	padding: 40px 50px;
	background-color: #fff;
	border: 1px solid #E0E1E4;
    
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
	justify-content: space-between;
    -webkit-justify-content: space-between;
    
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

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

.ff-cta.style-5 .inner {
	border: 1px solid #E0E1E4;
	border-radius: 2px;
	background-color: #FFFFFF;
	padding: 40px 45px;
}

.ff-cta.style-5 .heading {
	margin-bottom: 0;
}

.ff-cta.style-5 .text-1 {
	font-family: "Raleway";
	color: #806C51;
	font-weight: 600;
	font-size: 15px;
}
	
/* CTA Carousel */
.cta-carousel.style-1 {
	border-radius: 2px;
	background-color: #262A35;
	color: #806C51;
	height: 200px;
	box-shadow: 0 3px 32px 0 rgba(2,6,19,0.1);
	position: relative;
}

.cta-carousel.style-1:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 241px;
	height: 200px;
	background: url('../images/cta-strip-bg.png');
}

.cta-carousel.style-1 .slick-list {
	z-index: 1;
}

.cta-carousel.style-1 .ff-cta .inner {
	height: 200px;
	padding: 15px 50px 60px;
	color: #806C51;
	border: none;
	background: none;
    
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
	justify-content: space-between;
    -webkit-justify-content: space-between;
    
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.ff-cta.style-4 .inner .s1 {
    -webkit-box-flex: 1; 
}

.ff-cta.style-4 .inner .s2 {
	padding-top: 38px;
	margin-right: 45px;
}

.ff-cta.style-4 .btn {
	min-width: 180px;
}

.cta-carousel.style-1 .heading {
	margin-bottom: 5px;
	color: #806C51;
}

.ff-cta.style-4 .text-2 {
	font-size: 12px;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 20px;
}

.cta-carousel ul.slick-dots {
	margin: 0;
	position: absolute;
	bottom: 24px;
	list-style: none;
	text-align: left;
	left: 0;
	padding: 0 45px;
	z-index: 2;
}

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

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

.cta-carousel .slick-dots li button {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #262A35;
	opacity: 0.2;
	padding: 0;
}

.cta-carousel .slick-dots li.slick-active button {
	opacity: 1;
	background: #262A35;
}

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

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

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

.post-author-box .s2 {
	padding: 30px 40px;
    
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.post-author-box .heading {
	margin-bottom: 0;
	font-size: 15px;
	font-weight: bold;
}

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

.post-author-box .name {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0;
}

.post-author-box .description {
	margin-top: 5px;
	font-size: 13px;
}

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

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

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

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

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

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

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

/* Sticky Footer CTA */
body.with-footer-sticky-cta {
	padding-bottom: 68px;
}

.footer-sticky-cta-box{
    position: fixed;
    z-index: 1000;
}

.footer-sticky-cta {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #806C51;
	background: linear-gradient(111.55deg, #725F45 0%, #806C51 100%);
	padding: 10px 0;
	box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.6);
	color: #fff;
}

.footer-sticky-cta .wrapper {
	position: relative;
}
.footer-sticky-cta .wrapper:before {
	content: '';
	display: inline-block;
	width: 521px;
	height: 70px;
	background: url('../images/pattern.png');
	position: absolute;
	bottom: -10px;
	right: -55px;
	pointer-events: none;
}

.footer-sticky-cta.stick {
	display: block;
}

.footer-sticky-cta.disabled {
	display: none;
}

.footer-sticky-cta .inner {
	position: relative;
	
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
	justify-content: space-between;
    -webkit-justify-content: space-between;
    
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.footer-sticky-cta .inner .left{
    -webkit-box-flex: 1; 
}

.footer-sticky-cta .close-btn {
	font-size: 30px;
	cursor: pointer;
	margin: 0;
	display: inline-block;
	position: absolute;
	right: -70px;
	top: 50%;
	width: 46px;
	height: 46px;
	line-height: 46px;
	margin-top: -23px;
	background: none;
}

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

.instagram-feed .item {
	display: inline-block;
	width: 215px;
	height: 0;
	padding-top: 100%;
	max-width: 100%;
	background-position: center;
}
	
/* Testimonial Carousel */
.testimonials-carousel {
	text-align: center;
	min-height: 480px;
	color: #fff;
	box-shadow: 0 5px 44px 0 rgba(2,6,19,0.07);
	z-index: 1;
	position: relative;
	
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.testimonials-carousel .inner {
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
	padding: 80px 0 40px;
}

.testimonials-carousel .heading {
	margin-bottom: 30px;
}	

/* Services Internal */
.full-width-content.single-services .content-sidebar-wrap > .content {
	margin-bottom: 0;
}

/* 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: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

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

.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: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-direction: column;
    -webkit-flex-direction: column;
    
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    
	align-content: center;
    -webkit-align-content: center;
    
    justify-content: center;
    -webkit-justify-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;
}

/* Misc */
.query-heading-section {
	min-height: 30px;
}

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

.image {
	position: relative;
}

.image-tag {
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 10px;
	pointer-events: none;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1;
	text-shadow: 0 0 3px rgba(52,66,82,0.51);
}

.loading-icon {
	cursor: default;
	z-index: 1000;
	position: fixed;
	left: 50%;
	top: 50%;
	background-color: rgba(255, 255, 255, 0.99);
	height: 100px;
	width: 140px;
	margin-top: -50px;
	margin-left: -70px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	text-align: center;
	padding: 15px;
}

.loading-icon .fa {
	font-size: 40px;
	color: #dcdcdc;
}

.loading-icon span {
	display: block;
	margin: 10px 0 0;
	color: #344152;
	font-family: "Open Sans";
	font-weight: 700;
	font-size: 14px;
}

/* Ajax Loader */
.ff-ajax-loader {
	position: relative;
}

.ajax-controls {
	min-height: 50px;
	margin-top: 20px;
	text-align: center;
	position: relative;
}
.ajax-controls .load-spinner {
	display: none;
	cursor: default;
	z-index: 1000;
	position: fixed;
	left: 50%;
	top: 50%;
	background-color: rgba(255, 255, 255, 0.99);
	height: 100px;
	width: 160px;
	margin-top: -110px;
	margin-left: -80px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}
.ajax-controls .load-spinner .fa-spin {
	color: #eeeeee;
	height: 20px;
	line-height: 20px;
	margin-top: 14px;
	margin-bottom: 10px;
}
.ajax-controls .load-spinner .load-text {
	display: block;
	font-weight: 700;
}
.ajax-controls .load-more-btn {
	cursor: pointer;
	min-width: 151px;
	margin: auto;
}
.ajax-controls .buttons-container .btn {
	margin: 10px;
}

.loading-inline .ajax-controls .load-spinner {
	position: absolute;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.loading-inline .ajax-controls .load-spinner .fa-spin {
	color: #553d2b;
	font-size: 28px;
}

/* Carousels */
.services-overview.carousel-cols-3 .row {
	max-height: 497px;
	opacity: 0;
}

.services-overview.carousel-cols-3 .row.slick-initialized {
	max-height: initial;
	opacity: 1;
}

/* Locations Overview */
.locations-overview .location-item {
	min-height: 130px;
	margin-bottom: 20px;
	width: 300px;
	max-width: 100%;
	margin: 0 auto 20px;
}

.location-details-window {
	background: #F9F9FB;
	width: 320px;
	font-size: 11px;
	font-weight: 400;
	font-family: "Open Sans";
	border-radius: 1px;
	box-shadow: 0 4px 17px 0 rgba(2,6,19,0.12);
}

.location-details-window .s1 {
	padding: 10px 20px;
	border-bottom: 1px solid #E0E1E4;
}

.location-details-window .s2 {
	padding: 10px 20px 20px;
}

.location-details-window .title {
	font-size: 13px;
	font-weight: 700;
}

.location-details-window .data-label {
	font-family: 'Open Sans';
	font-size: 11px;
	font-weight: 700;
}

.location-details-window .s2-a {
	margin-bottom: 5px;
}

.location-details-window .s2-b {
	display: flex;
}

.location-details-window .s2-b-a {
	min-width: 120px;
}

.location-details-window .operation-item {
	display: flex;
}

.location-details-window .operation-hours .operation-day {
	min-width: 90px;
}

/* FF Custom Tabs */
.ff-custom-tabs .tab-item {
	display: none;
}

.ff-custom-tabs .tabs-nav {
	text-align: center;
}

.ff-custom-tabs .tabs-nav a {
	font-weight: 700;
	display: inline-block;
	border-bottom: 2px solid #F1F2F5;
	text-decoration: none;
	padding: 10px 30px;
}

.ff-custom-tabs .tabs-nav a.active {
	border-color: #EC9575;
}

/* FF Gallery */
.ff-gallery .item {
	text-align: center;
	margin-bottom: 30px;
}
.ff-gallery .item a {
	display: inline-block;
}

.ff-instagram-gallery .image {
	display: inline-block;
	width: 100%;
	height: 0;
	padding-top: 100%;
	background-size: cover;
	background-position: center;
}

.ff-instagram-gallery .item {
	line-height: 1;
	margin-bottom: 30px;
}

/* Global Fix */
.image a {
	outline: none;
	display: inline-block;
}

.gallery dl.gallery-item {
	margin-top: 10px;
	margin-bottom: 10px;
}
.gallery dl.gallery-item img {
	border: none!important;
}

/* Classes */
.quote {
	position: relative;
	padding-top: 45px;
}

.quote:before {
	content: '“';
	display: block;
	position: absolute;
	top: 0;
	font-family: 'Raleway';
	font-size: 47px;
	font-weight: 900;
	line-height: 1;
}

.bg-color-1 {
	background: #F9FAFC;
	background: linear-gradient(180deg, #F9FAFC 0%, #FFFFFF 100%);
}

.bg-color-2 {
	background: #FDFDFE;
	background: linear-gradient(252.47deg, #FDFDFE 0%, #FBFBFB 100%);
}

.container-style-1 {
	background-color: #F9FAFC;
	box-shadow: 0 3px 32px 0 rgba(2,6,19,0.1);
	border: 15px solid #fff;
	padding: 10px 60px;
}

.container-style-2 {
	background-color: #fff;
	box-shadow: 0 5px 44px 0 rgba(2,6,19,0.07);
	padding: 20px 40px;
}

.container-style-3 {
	background-color: #fff;
	box-shadow: 0 5px 44px 0 rgba(2,6,19,0.07);
	padding: 12px 10px;
}


/*  Helpers */
.middle-box{ /* Vertical Align all */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

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

.middle-box *{
    -webkit-box-flex: 1; 
}

.hide-box, 
.hide-block,
.hide-item,
.hide{
	display: none !important;
}

.v-align-center {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
	align-items: center!important;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

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

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

.fullwidth-override {
	margin-left: -4000px;
	padding-left: 4000px;
	margin-right: -4000px;
	padding-right: 4000px;
}

.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-29 { font-size: 29px; }
.f-32 { font-size: 32px; }
.f-36 { font-size: 36px; }
.f-40 { font-size: 40px; }


.bold, .fw-700 { font-weight: 700; }
.light, .fw-300 { font-weight: 300; }
.italic { font-style: italic; }
.uppercase { text-transform: uppercase; }

.fw-400 { font-weight: 400; }
.fw-600 { font-weight: 600; }

.color-white { color: #fff; }

.mh-50 { max-height: 50px; }
.mh-320 { max-height: 320px; }
.min-w-160 { min-width: 160px; }

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.w-700 { width: 700px; }
.w-230 { width: 230px; }
.w-1020 { width: 1020px; }
.w-1100 { width: 1100px; }

.m-15 { margin: 15px; }

.mb-0 { margin-bottom: 0; }
.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mb-60 { margin-bottom: 60px; }
.mb-70 { margin-bottom: 70px; }
.mb-80 { margin-bottom: 80px; }
.mb-90 { margin-bottom: 90px; }

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

.pb-20 { padding-bottom: 20px; }
.pb-40 { padding-bottom: 40px; }
.pb-80 { padding-bottom: 80px; }

.pt-20 { padding-top: 20px; }

.limit-1-line,
.limit-2-lines,
.limit-2-lines {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-ms-box-orient: vertical;
}

.limit-1-line {
	-webkit-line-clamp: 1;
}

.limit-2-lines {
	-webkit-line-clamp: 2;
}

.limit-2-lines {
	-webkit-line-clamp: 3;
}

.truncate,
.truncate-text {
	overflow: hidden;
}

.inherit {
	color: inherit;
	text-decoration: inherit;
	font-size: inherit;
}


.date-of-hens-party-field .gfield_label {
    margin-bottom: 14px!important;
}

.ui-datepicker-title select {
	padding: 5px 10px!important;
    line-height: 10px;
    color: #5c5d61;
}

.date-of-hens-party-field #input_17_4 {
	width: 100%;
}

/* Custom CSS*/

@media screen and (max-width: 1023px){
#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a {
    height: auto;

}
}

@media screen and (max-width: 767px){
	  div#slide-1-layer-9 {
    margin: 29px 30px !important;
    padding: 5px 22px !important;
    font-size: 14px !important;
    line-height: 15px !important;
}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	  div#slide-1-layer-9 {
    margin: 25px 22px !important;
}
}

.feat-vid iframe{
	height:208px !important;
	width:370px !important;
}
