/*
Theme Name: Demex
Theme URI: http://www.fivebyfive.com.au/
Description: A mobile responsive and HTML5 theme built.
Author: FIVE BY FIVE
Author URI: http://www.fivebyfive.com.au/
Version: 2.5
Template: genesis
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/*  General styles */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

body{
	background: #fff;
	padding: 0;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	color: #38404D;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	transition: opacity .2s ease;
	position: relative;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0 0 20px;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}
h1, .h1 {
	font-size: 55px;
}
h2, .h2 {
	font-size: 39px;
}
h3, .h3 {
	font-size: 34px;
}
h4, .h4 {
	font-size: 27px;
}
h5, .h5 {
	font-size: 20px;
}
h6, .h6 {
	font-size: 17px;
}

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

.sub-title1{
	color: #38404D;
	font-family: Roboto;
	font-size: 12px;
	font-style: italic;
	letter-spacing: 1px;
	line-height: 1.3;
	text-transform: uppercase;
}

.title-big-gray{
	color: #F1F1F3;
	font-family: Roboto;
	font-size: 76px;
	font-style: italic;
	font-weight: 900;
	letter-spacing: 1px;
	line-height: 1;
	text-transform: uppercase;
	padding-top: 15px;
	display: block;
}

p {
	margin: 0 0 20px;
	padding: 0;
    line-height: 1.8;
}

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,
a:visited {
	color: #FF540E;
	text-decoration: none;
}

a:hover, a:visited,
a:focus, a.active {
	text-decoration: underline;
	outline: none;
    color: #FF540E;
}

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

li {
	list-style: none;
}

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

.spacer {
    margin: 20px 0;
    display: block;
    height: 1px;
}

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

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

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

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

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

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

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

.arrow-list,
.tick-list,
.card-list{
	margin-left: 0px !important;
	padding-left: 0px !important;
	border: 1px solid #D0D2D5;
}

.arrow-list li,
.tick-list li,
.card-list li{
	list-style: none !important;
	border-bottom: 1px solid #D0D2D5;
	background-color: #FFFFFF;
	padding: 8px 47px;
	position: relative;
	color: #38404D;
	font-weight: 300;
}

.arrow-list li:before,
.tick-list li:before,
.card-list li:before{
	content: '\f0a9';
	font-family: 'FontAwesome';
	color: #D0D2D5;
	position: absolute;
	left: 15px;
}

.tick-list li:before{
	content: '\f058';
}

.card-list li:before{
	content: '\f0a3';
}

.arrow-list li:last-child,
.tick-list li:last-child,
.card-list li:last-child{
	border-bottom: 0px;
}

/* Page fade */
body.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;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

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

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

.clearfix {
	clear: both;
}

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

.clearfix:after {
	clear: both;
}

.clearboth {
	clear: both;
}

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

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

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

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

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

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

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

.nmb {
	margin-bottom: 0;
}
.nmt {
	margin-top: 0;
}

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

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

.primary-heading {
    margin-bottom: 50px;
}

.primary-heading-2 {
	color: #38404D;
	font-family: Roboto;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 32px;
	line-height: 43px;
	word-wrap: break-word;
	position: relative;
}
h2.primary-heading-2:before {
    content: '';
    box-sizing: border-box;
    height: 121px;
    width: 121px;
    border: 1px solid #F1F1F3;
    position: absolute;
    top: -30px;
    left: -33px;
}

.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: rgba(255, 255, 255, 0.25);
	transition: opacity .2s ease;
}

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

/* Layout */
.site-container {
	/* width: 2000px;
	border-left: 1px #ccc solid;
    border-right: 1px #ccc solid; */
	max-width: 100%;
	position: relative;
	margin: 0 auto;
	overflow-x: hidden;
	/*padding-bottom: 55px;*/  /* Turn ON if sticky footer is activated */
}

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

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

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

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

/* UI Elements */
.btn {
    background-color: #38404d;
    color: #fff;
    white-space: normal;
    border: 0;
    border-radius: 0px;
    font-family: Roboto;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
    padding: 14px 35px;
    border: 1px solid #38404d;
}

.btn:visited {
	color: #fff;
}

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

.btn:hover {
	background-color: #2a303a;
	border-color: #2a303a;
	color: #fff;
}

.btn.btn3 {
    background-color: transparent;
    color:#272C35;
    white-space: normal;
    border: 0;
    border-radius: 0px;
    font-family: Roboto;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
    padding: 14px 35px;
    border: 1px solid #FC5F1F;
}

.btn.btn3:hover{
	background: #FC5F1F;
	color: #fff;
}

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

.label {
	padding: .3em .6em .3em;
}

.label-info {
	background-color: #AAA;
}

.btn-trans {
	background: transparent;
	border-color: #fff;
}

.btn-trans:hover {
    background: #fff;
    color: #272c35;
}

.btn-trans-orange {
    background: transparent;
    border: 1px solid #FF540E;
}
.btn-trans-orange:hover {
	background: #FF540E;
	border: 1px solid #FF540E;
}

.btn-primary {
    color: #fff;
    background-color: #FF540E;
    border-color: #FF540E;
}

.btn-primary:hover {
    color: #fff;
    background-color: #de490c;
    border-color: #de490c;
}

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

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

    display: flex;
    display: -webkit-flex; /*Safari*/
    display: -ms-flexbox; /*IE*/

    align-items: center;
    -ms-flex-align: center; /*IE*/
    -webkit-align-items: center; /*Safari*/
    -webkit-box-align: center;

    justify-content: center;
    -webkit-justify-content: center; /*Safari*/
    -ms-justify-content: center; /*IE*/
}

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

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

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

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

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

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

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

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

/*
*  Popup Box
*/

#fancybox-wrap #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: 0px;
    text-transform: uppercase;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
*  Header
*/
.site-header {
    background-color: #38404D;
    padding: 0;
    min-height: 74px;
    line-height: 74px;
}

.site-header--stick {
	min-height: auto;
	line-height: 74px;
}

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

.nav-primary {
	background: #eee;
}

.nav-primary .genesis-nav-menu > li > a,
.nav-header .genesis-nav-menu > li > a {
    display: inline-block;
    padding: 0;
    position: relative;
    color: #fff;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}

.nav-header .genesis-nav-menu > li.current-menu-item > a {
	font-weight: 700;
}

.orange-border a {
    border: 1px solid #FF540E;
    line-height: 38px;
    padding: 0 26px!important;
}
.orange-border a:hover:after {
	content: none!important;
}
.orange-border a:hover {
	background: #FF540E;
}

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

	-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.current-menu-item > a:after {
	width: 100%;
}

.nav-primary .sub-menu li,
.nav-header .sub-menu li {
	display: inline-block;
	width: 100%;
	margin: 0;
}

.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: 0;
	margin: 0;
	width: 240px;
	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;
	-moz-box-shadow: 2px 5px 20px -10px #000;
	-webkit-box-shadow: 2px 5px 20px -10px #000;
	box-shadow: 2px 5px 20px -10px #000;
	line-height: 19px;
}

.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 a,
.nav-header .genesis-nav-menu .sub-menu a {
	position: relative;
    display: inline-block;
    padding: 10px 20px;
    max-width: 100%;
    width: 240px;
    border-top: none;
	background-color: #fff;
    border-top: 1px solid #d0d2d5;
    text-align: left;
    color: #38404d;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
}

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

.site-header .title-area {
	float: left;
}

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

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

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

.link-phone-number {
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: bold;
    line-height: 15px;
    text-align: center;
    display: inline-block;
	padding: 0 10px;
}

.link-phone-number .fa {
    height: 24px;
    width: 28px;
    color: #FFFFFF;
    font-family: FontAwesome;
    font-size: 24px;
    text-align: center;
    float: left;
    margin-top: -5px;
}

.link-contact-info {
	font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    position: relative;
    padding-top: 20px;
    padding-left: 47px;
    display: block;
}
.link-contact-center {
	margin: 0 auto;
    max-width: 155px;
}
.link-contact-info strong {
	color: #FFFFFF;
    font-family: Roboto;
    font-size: 14px;
    line-height: 16px;
    display: block;
    font-weight: 400;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 47px;
}
.link-contact-info .fa {
    width: 28px;
    color: #FFFFFF;
    font-family: FontAwesome;
    font-size: 19px;
    line-height: 19px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 3px;
}

/* End Header */

/*
*  Footer
*/
.site-footer {
	overflow: hidden;
	z-index: 9991;
    position: relative;
}

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

.footer-top {
	background-color: #272C35;
	padding: 10px 0;
}

#footer-first {
	border-bottom: 1px solid #5A616C;
	display: table;
    width: 100%;
}
#footer-first .panel-grid-cell {
	display: table-cell;
	vertical-align: middle;
}

.footer-top * {
	color: #fff;
}

.footer-logo-box img{
	margin-right: 30px;
}

/* Footer Information Box */
.footer-info-box{
	width: 100%;
	min-height: 125px;
	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: #272C35;
    padding: 12px 0;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 12px;
    line-height: 14px;
}

.footer-bottom *,
.footer-bottom a{
	color: #fff;
}

.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{
	margin-top: -10px
}

.footer-top .menu li{
	border-bottom: 1px #3a3a3a solid;
	padding: 6px 0px 6px 25px;
}

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

.footer-top .menu li a:hover{
	color: #498b2a;
	text-decoration: none;
}
/* End Footer */

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

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

.contact-page .content-sidebar-wrap > .content {
	margin-bottom: 0px;
    padding: 30px 15px;
}

.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: inline-block;
	width: 800px;
	max-width: 100%;
	vertical-align: top;
	float: left;
    line-height: 29px;
}

.content-sidebar .sidebar {
	display: inline-block;
	width: 300px;
	max-width: 100%;
	vertical-align: top;
	float: right;
	margin-left: 70px;
    border-bottom: 1px solid #D0D2D5;
}

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

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

.internal-header .share-popup-btn {
	width: 46px;
	height: 46px;
	display: inline-block;
	background: #fff;
	color: #262A35;
	font-size: 16px;
	border-radius: 100%;
	text-align: center;
	line-height: 45px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -23px;
}

.internal-header h1 {
	color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    font-weight: 300;
    font-size: 30px;
    line-height: 1;
}

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

.breadcrumb {
	color: #F1F1F3;
    text-align: center;
    background: none;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1;
    font-weight: 300;
}

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

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

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

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

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

.error404 .content-404 * {
	text-transform: uppercase;
	font-size:24px;
	color:#FFFFFF;
	letter-spacing:3.59px;
	line-height:28px;
	text-shadow: 0px 0px 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: 0px 0px 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-date {
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing:0.8px;
	line-height:28px;
	color: #38404D;
	font-style: italic;
}

.post-date .blog-category{
	margin-left: 15px;
	color: #38404D;
	line-height:28px;
	font-style: italic;
}

.title-container h2 {
	position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 35px;
    font-size: 34px;
    letter-spacing: 1px;
    line-height: 1;
    color: #38404D;
}

.single-post .title-container h2 {
    padding-bottom: 30px;
    border-bottom: 1px solid #D0D2D5;
    margin-bottom: 20px;
}

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

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

/*
*  Home
*/
.slider-content {
	text-align: center!important;
}
.slider-content h2 {
    font-size: 90px!important;
    font-weight: 900!important;
    letter-spacing: 11px!important;
    line-height: 1!important;
    text-transform: uppercase;
	margin-bottom: 4px!important;
}
.slider-content h4 {
	font-size: 12px!important;
    font-weight: 900!important;
    letter-spacing: 20px!important;
    line-height: 1!important;
    margin-bottom: 6px!important;
}
.slider-content h5 {
	font-size: 14px!important;
    font-weight: 300!important;
    letter-spacing: 2px!important;
    line-height: 1.715!important;
    text-transform: uppercase;
}

.service-carousel {
    max-width: 1100px;
    margin: auto;
}
.service-carousel .service-carousel-item {
	padding: 0 10px 25px;
    max-width: 370px;
}
.service-carousel .service-carousel-text {
    padding: 20px 25px 24px;
	background-color: #FFFFFF;
    box-shadow: 0 14px 16px 0 rgba(56,64,77,0.12);
}
.service-carousel .service-carousel-label {
	font-family: Roboto;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 4px;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.service-carousel .service-carousel-title {
	color: #38404D;
    font-family: Roboto;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
}
.service-carousel .service-carousel-title a {
	color: #38404D;
}
.custom-carousel-nav {
	position: relative;
	width: 90px;
	height: 40px;
	margin: 0 auto;
}
.custom-carousel-nav .slick-next,
.custom-carousel-nav .slick-prev {
    background-color: #F1F1F3;
    width: 40px;
    height: 40px;
}
.custom-carousel-nav .slick-next {
	right: 0;
}
.custom-carousel-nav .slick-prev {
	left: 0;
}
.custom-carousel-nav .slick-next:before,
.custom-carousel-nav .slick-prev:before {
	opacity: 1;
    font-size: 20px;
    color: #38404D;
}
.custom-carousel-nav .slick-next:hover,
.custom-carousel-nav .slick-prev:hover {
	background-color: #F1F1F3;
}

#home-sec-2 {
    padding: 81px 0;
}

#home-sec-3 {
    background-size: 50%;
    padding: 24px 0;
    position: relative;
	margin-top: -27px;
}
#home-sec-3 .panel-grid-cell {
	width: 50%!important;
    background-color: #38404D;
}
.home-sec-3-left {
	position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
}
.home-sec-3-left .textwidget {
    width: 100%;
    max-width: 585px;
    margin: 0;
    bottom: -68px;
    position: absolute;
    right: 0;
}
.home-sec-3-right {
	color: #fff;
    padding: 120px 0 100px;
    padding-left: 80px;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
}
.home-sec-3-right .textwidget {
	max-width: 500px;
}
.home-sec-3-right h4 {
	font-size: 24px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 0;
    margin-left: -125px;
    position: relative;
}
.home-sec-3-right h2 {
    color: #FF540E;
    font-size: 100px;
    font-weight: 900;
    letter-spacing: 15px;
    line-height: 90px;
    margin-bottom: 40px;
    margin-left: -128px;
    position: relative;
}
.btn-wrapper {
	margin: 0 -15px;
}
.btn-wrapper .btn {
	margin: 0 15px;
}

.jr-insta-thumb {
	max-height: 275px;
}
.jr-insta-thumb ul.thumbnails.no-border {
    text-align: right;
}
.jr-insta-thumb ul.thumbnails.no-border.jr_col_3 li {
    width: 275px !important;
    line-height: 276px;
    text-align: center;
	padding: 0 15px;
    line-height: 1;
}
.jr-insta-thumb ul.thumbnails li img {
	vertical-align: middle;
}

.instag-nav {
	position: relative;
	width: 90px;
	display: block;
	height: 40px;
	top: 115px;
}
.instag-nav .slick-prev, .instag-nav .slick-next {
	height: 40px;
    width: 40px;
	background-color: #F1F1F3;
}
.instag-nav .slick-prev:hover, .instag-nav .slick-next:hover {
	background-color: #F1F1F3;
}
.instag-nav .slick-prev:before, .instag-nav .slick-next:before {
	font-size: 20px;
	color: #38404D;
}
.instag-nav .slick-prev {
	left: 0;
}
.instag-nav .slick-next {
	right: 0;
}

.instag-wrap .textwidget {
	position: relative;
}
.instag-col {
	background: #fff;
    padding: 40px;
    margin: 0;
    box-shadow: 0 10px 26px rgba(27, 30, 35, 0.24);
}
.instag-col-left {
	padding-top: 30px;
}
.instag-col-right {
    padding: 0;
    overflow: hidden;
}
.shadow-bg {
    height: 16px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-shadow: 0 10px 26px rgba(27, 30, 35, 0.24);
}

#home-sec-4 {
    margin-top: -25px;
    background: url(images/x-stroke.png) no-repeat right top;
    padding-bottom: 150px;
}
#home-sec-4 .news-wrap {
	padding-top: 120px;
}
.btn-contactus {
	width: 137px;
    background: #FE5C42;
    background: linear-gradient(225deg, #FE5C42 0%, #FC5F1F 100%);
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 6px;
    line-height: 17px;
    /*text-align: center;*/
    display: block;
	text-decoration: none!important;
    padding: 32px 23px 24px 20px;
	z-index: 999;
}
.btn-contactus strong {
	color: #38404D;
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 1.5;
    font-weight: 900;
}
.btn-contactus:hover {
	text-decoration: none;
}

a.faint {
	width: 120px;
	font-size: 8px;
	letter-spacing: 1px;
	padding: 8px;
}
a.faint:hover {
    opacity: 1;
}
a.faint strong {
	font-size: 21px;
	letter-spacing: 0;
	line-height: 1;
}

#home-sec-5 .textwidget {}
#home-sec-5 .textwidget:after {
	content: '';
	width: 100%;
    height: 1px;
    box-shadow: 0 16px 16px rgba(27, 30, 35, 0.24);
}

#home-sec-6 {
	background: #FE5C42;
	background: linear-gradient(199.26deg, #FE5C42 0%, #FC5F1F 100%);
}

.customer-counter {
	padding: 83px 0;
	position: relative;
}
.customer-counter:before {
    content: '';
    background: url(images/rectangle.png) no-repeat center;
    height: 278.6px;
    width: 278.6px;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
}
.customer-counter .heading-top {
	color: #FFFFFF;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 20px;
	margin-bottom: 0;
	position: relative;
    z-index: 10;
}
.customer-counter .counter {
	color: #38404D;
    font-family: Roboto;
    font-size: 100px;
    font-weight: 900;
    letter-spacing: 100px;
    line-height: 90px;
    margin: 9px 0;
    padding: 20px 0 10px 100px;
	position: relative;
    z-index: 10;
}
.customer-counter .heading-bot {
	color: #38404D;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 20px;
	position: relative;
    z-index: 10;
}
.customer-counter .heading-bot strong {
	display: block;
    color: #38404D;
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: 4px;
    line-height: 16px;
    margin-top: 7px;
}

/*
*  Page Navi
*/
.page-navi-container .wp-pagenavi a,
.page-navi-container .wp-pagenavi span {
	display: inline-block;
	padding: 3px 8px;
	background: #FF540E;
	color: #fff;
	border: none;
}

.page-navi-container .wp-pagenavi a:hover {
	background: #eee;
	color: #38404D;
}

.page-navi-container .wp-pagenavi span.current,
.page-navi-container .wp-pagenavi span {
	background: none;
	color: #38404D;
}

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

.sidebar .widget-title {
	padding-bottom: 5px;
	margin: 0 0 30px;
	font-size: 20px;
	color: #38404D;
	position: relative;
}

.sidebar .widget-title:after {
	content: '';
	width: 20px;
	height: 1px;
	border-top: 1px solid #FF540E;

	position: absolute;
	bottom: 0;
	left: 0;
}

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

.sidebar .menu {
	border-top: 1px #D0D2D5 solid;
}

.sidebar .menu li {
	border: 1px solid #D0D2D5;
	border-top: none;
}

.sidebar .menu a {
	display: block;
	padding: 15px 20px;
	color: #38404D;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1;
	background: #F9F9FB;
	text-decoration: underline;
	position: relative;
}

.sidebar .menu a:hover {
	color: #38404D;
	background: #fff;
	text-decoration: none;
}

.sidebar .menu a:after {
	content: '\f061';
	right: 20px;
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 10px;
}

/* Sidebar Post image overlay */
.sidebar-posts .post-item {
	position: relative;
	margin-bottom: 10px;
}

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

.sidebar-posts .post-item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	padding: 5px 10px;
}

.sidebar-posts .post-item a:hover .overlay {
	background: none;
	color: #fff;
}

.sidebar-posts .post-item .overlay .title {
	color: #fff;
	font-weight: 600;
	padding: 8px;
	border-left: 0px;
}

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

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

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

.sidebar-post-text .date {
	color: #272C35;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 17px;
	text-align: left;
	padding-left: 10px;
	line-height: 22px;
	border-left: 1px solid #F7BEA7;
	margin-bottom: 10px;
}

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

.sidebar-post-text .title {
	text-transform: uppercase;
	font-weight: 700;
	color: #38404D;
	font-size: 14px;
}

.sidebar-post-text .content {
	font-size: 12px;
	margin: 10px 0px 10px 0px;
    line-height: 26px;
    color: #38404D;
}

.sidebar-post-text .sidebar-readmore {
	text-transform: uppercase;
}

.sidebar-post-text .sidebar-posts .post-item a {
	display: inline-block;
	color: #FF540E;
	font-size: 12px;
	font-weight: 400;
	text-decoration: underline
}

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


/* Side CTA */
.side-cta .panel-grid-cell{
	padding: 0px;
}

.side-cta{
	background-color: #FFFFFF;
	box-shadow: 0 5px 24px 0 rgba(39,44,53,0.16);
    max-width: 300px;
	margin: auto;
}

.side-cta-heading{
	color: #FFFFFF;
	font-family: Roboto;
	font-size: 45px;
	font-weight: 900;
	letter-spacing: 14px;
	line-height: 33px;
	text-align: center;
	position: relative;
	padding-top: 10px;
    margin-bottom: 10px;
}

.side-cta-heading:before{
	content: '';
	border-top: 1px solid #FF540E;
	position: absolute;
	width: 30px;
	height: 1px;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
}

.sidebar-cta-top{
	min-height: 265px;
	text-align: center;
	color: #fff;
	line-height: 17px;
	font-size: 12px;
    padding: 0px 30px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;

    display: flex;
	display: -webkit-flex; /*Safari*/
	display: -ms-flexbox; /*IE*/

	align-items: center;
	-ms-flex-align: center; /*IE*/
	-webkit-align-items: center; /*Safari*/
	-webkit-box-align: center;

	justify-content: center;
	-webkit-justify-content: center; /*Safari*/
	-ms-justify-content: center; /*IE*/
}

.sidebar-cta-bottom{
	padding: 25px; 0px 40px 0px;
	min-height: 100px;
	text-align: center;
}

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

/* Post share icons */
.share-icons-container {
	clear: both;
	padding: 15px 30px;
	border: 1px solid #F1F1F3;
}

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

.share-icons-container .left-share{
	line-height:44px;
	font-size: 14px;
	font-family: 'Roboto';
	text-transform: uppercase;
	font-weight: 700;
}

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


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

.supsystic-social-sharing{
	text-align:center !important;
}

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

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

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

#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 #FF540E;
	background: #fff;
	color: #020613;
	font-size: 12px;
	width: 44px;
	height: 44px;
	line-height: 42px;
	margin:0;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
}
/*  End ShareThis 2017  */



/* Internal Subscribe */
.subscribe-top-title{
	font-family: Roboto;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 26px;
	text-transform: uppercase;
	margin-bottom: -5px;
}

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

.subscribe-form-alt-1 .gform_fields .gfield {
    clear: both;
    overflow: hidden;
    margin-bottom: 0px;
}

.subscribe-form-alt-1 .gfield_label{
	display: none !important;
}

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

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-color: #FF540E;
	width: 60px!important;
	height: 60px!important;
	border: none;
}

.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: #de490c;
	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 0px 0;
	font-size: 24px;

}

.subscribe-form-alt-1 .subscribe-form ::-webkit-input-placeholder { color: #38404D; font-family: Roboto;	font-size: 46px;	font-weight: 900; opacity: 0.25; text-transform: uppercase;}
.subscribe-form-alt-1 .subscribe-form :-ms-input-placeholder { color: #38404D; font-family: Roboto;	font-size: 46px;	font-weight: 900; opacity: 0.25; text-transform: uppercase;}
.subscribe-form-alt-1 .subscribe-form ::-moz-placeholder { color: #38404D; font-family: Roboto;	font-size: 46px;	font-weight: 900; opacity: 0.25; text-transform: uppercase;}
.subscribe-form-alt-1 .subscribe-form :-moz-placeholder { color: #38404D; font-family: Roboto;	font-size: 46px;	font-weight: 900; opacity: 0.25; text-transform: uppercase;}




.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: 0px 4px 10px -10px #333;
}

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

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

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

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


/*
*  Internals | Contact Page
*/

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

.contact-map{
	width: 100%;
}

.contact-page .internal-header{
	display: none;
}

.contact-page .small-icon {
	position: relative;
	padding: 5px 0px 0px 56px;
	color: #38404D;
    font-weight: 700;
}

.contact-page .small-icon a{
	color: #38404D;
}

.contact-page .small-icon a:hover{
	text-decoration: none;
}

.contact-page .entry-content .small-icon i {
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0;
	background: none;
	font-size: 14px;
	line-height: 1;
	border: 1px #D0D2D5 solid;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 35px;
	border-radius: 100%;
    color: #D0D2D5;
}

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

.contact-page .entry-content .address {
	font-size: 14px;
	color: #38404D;
}

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

.contact-page .small-icon .info-title{
	width: 100%;
	display: block;
	font-weight: 300;
	color: #38404D;
}

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

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

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

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

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

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

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

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



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

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

.team-members-container .team-member {
	border: 1px #d4d4d4 solid;
	padding: 35px 30px 20px 30px;
}

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

.page-template-default .team-member .image-container .image-box{
	background:#d8d8d8;
	border:4px solid #eeeeee;
	width:124px;
	height:124px;
	border-radius:100%;
	position: relative;
	overflow: hidden;
}

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

.full-width-content .team-member .image-container .image-box{
	background:#d8d8d8;
	border:4px solid #eeeeee;
	width:200px;
	height:200px;
	border-radius:100%;
	position: relative;
	overflow: hidden;
}

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

.team-member .name {
	font-size: 22px;
	font-weight: 700;
	color: #000;
}

.team-member .name .sub-title {
	display: block;
	font-size:14px;
	color:#414042;
	letter-spacing:0.29px;
	position: relative;
	padding-bottom: 8px;
}

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

.team-member .content-container{
	font-size:14px;
	color:#414042;
	letter-spacing:0.93px;
	line-height:26px;
	text-align:justify;
}

.member-social-media{
	border: 1px #d4d4d4 solid;
	border-top: 0px;
	padding-bottom: 15px;
}

.member-social-media .custom-social-icons a {
	margin: 20px 20px 0px 0px;
}


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

.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: 1px solid #FF540E;
	padding: 0px 50px 0px 35px;
	margin: 45px 0;
	font-size: 14px;
	font-style: italic;
	line-height: 2;
}

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

/*
*  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: #9B9B9B;
}

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

.panel-heading .accordion-toggle {
	color: #38404D;
	padding: 22px 40px;
	background-color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	letter-spacing: 2.57px;
	font-weight: 700;
	text-decoration: none;
	text-decoration: underline;
}

.panel-heading .panel-title {
	margin-bottom: 0;
}

.panel-heading .accordion-toggle:hover{
	color: #38404D;
	background-color: #eee;
	text-decoration: none;
}

.panel-heading .accordion-toggle.active {
	color: #38404D;
	text-decoration: none;
}

.panel-heading .accordion-toggle.collapsed {
	background-color: #fff;
	color: #38404D;
}

.panel-heading .accordion-toggle.collapsed:hover {
	background-color: #F1F1F3;
	color: #38404D;
}

.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;
	color: #1B1E23;
	font-weight: 400;
}

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

.panel-heading .accordion-toggle.active:before{
	content: '\f063'; /* closed */
	color: #999CA2;
}

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

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

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

.panel-default>.panel-heading+.panel-collapse .panel-body{
	border-top: 1px #9B9B9B solid;
	color: #38404D;
	padding: 40px 40px 20px 40px;
	font-size: 14px;
	line-height: 26px;
}

.panel-default>.panel-heading+.panel-collapse .panel-body a{
	color: #38404D;
}
/* End Accordion */

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

/* [testimonial] */
.testimonial-box {
	position: relative;
    display: block;
    padding: 0px 0px 20px 0px;
    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: 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	float: left;
	clear: both;
}

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

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

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

/* [sidebar_cta] */
.sidebar-posts .post-item .read-more-btn{
	font-size: 10px;
	color: #006A8C;
	letter-spacing: 3.33px;
	line-height: 20px;
	text-align: left;
	display: inline-block;
	text-decoration: underline;
}

.sidebar-cta{
	background:#F7F8F9;
}

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

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

.sidebar-cta .image-con span.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 .link-btn {
	white-space: normal;
	border: 2px solid #07B9D6;
	font-weight: normal;
	font-size: 12px;
	color: #07B9D6;
	letter-spacing: 4px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 0;
	padding: 12px 20px;
	width: 100%;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	transition: all .2s ease;
}

.sidebar-cta .text-center {
	background: #F7F8F9;
	padding: 30px 20px;
}

.sidebar-cta .link-btn:hover{
	background-color: #07B9D6;
	color: #fff;
}

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

.testimonials-slideshow-box .testimonial-item {
	font-size: 14px;
	color: #707585;
	padding: 0px;
	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: 0px 0px 20px 0px;
    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: #38404D;
}

.cta-box {
	position: relative;
    padding: 56px 20px;
	text-align: center;
	background-position: center;
	background-size: cover;
    background-repeat: no-repeat;
    background-color: #FFF;
    box-shadow: 0 3px 25px 0 rgba(90,97,108,0.17);
    margin: 15px;
}

.cta-box:before{
	content: '';
	position: absolute;
	border: 1px solid #F1F1F3;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	display: inline-block;
}

.cta-box h3 {
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 27px;
	font-weight: 900;
	letter-spacing: 1px;
	line-height: 1;
	text-align: center;
}

.cta-box .btn {
	margin-top: 20px;
	color: #fff;
	position: relative;
}

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

ul.media-boxes-filter>li a.selected {
	background: #B8B3B3;
}

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

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

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

.media-box-image .newsfeed-category {
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    opacity: 0.95;
    color: #ffffff;
    letter-spacing: 0px;
    line-height: 24px;
    top: 0;
    padding: 15px 10px 0px 30px;
}

.media-boxes-filter>li a {
    border: 1px solid #272C35 !important;
    display: block;
    cursor: pointer;
    color: #38404D;
    font-family: Roboto !important;
    font-size: 12px !important;
    text-decoration: none;
    margin: 0 0px 0px 0;
    padding: 13px 14px !important;
    background-color: #F8F9FA !important;
	min-width: 130px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
    border-radius: 1px;
}


.media-boxes-filter>li a:hover {
    background-color: #38404d !important;
    -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;
}


.media-boxes-filter>li a.selected {
    background-color: #38404d !important;
    color: #fff !important;
}

.media-box-title {
    line-height: normal;
    color: #38404D !Important;
    font-family: Roboto;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.media-box-content {
    padding: 20px 0px !important;
    position: relative;
    background: #fff !important;
    color: #38404D;
    font-family: Roboto;
    font-size: 14px;
    min-height: 175px;
}

.media-box-date {
    display: none;
}

.media-box-more a{
	color: #FF540E !important;
	text-transform: uppercase;
	font-family: Roboto;
	font-size: 14px !important;
	letter-spacing: 1px;
	line-height: 16px;
	font-weight: 400 !important;
	text-decoration: underline !important;
}

.media-box-more a:hover{
	text-decoration: underline !important;
}

.news-page .content .media-boxes-load-more-button{
    display: none;
}


.news-page .content{
	margin-top: 0px !important;
}

.news-page .content .panel-grid-cell{
	padding: 0px !important;
}


.news-page .filters-container{
	background-color: #F8F9FA;
	padding: 25px 0px;
	margin-top: -20px;
	margin-bottom: 40px;
}

.news-page .filters-container .filter-title{
	color: #38404D;
	font-family: Roboto;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 1px;
	line-height: 20px;
	float: left;
	padding-top: 8px;
}

.news-page .entry-content ul.media-boxes-filter {
    float: right;
}




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

.social-icons a{
	background-color: #444;
	margin: 20px 25px 20px 0px;
	width: 52px;
	height: 52px;
	border-radius: 100%;
	color: #fff;
	font-size: 20px;
	text-align: center;
	float: left;
}

.social-icon i{
	margin: auto;
}

.content-social.social-icons {
	margin: auto !important;
	position: relative;
	display: table;
}

.content-social.social-icons a{
	background-color: transparent;
	margin: 0px 12px 20px 12px;
	width: inherit;
	height: inherit;
	border-radius: 100%;
	color: #38404D;
	font-size: 20px;
	text-align: center;
	float: left;
}

.content-social.social-icons a:hover{
	text-decoration: none;
}


/* [custom_social_icons] */
.custom-social-icons {
	display: inline-block;
}
.custom-social-icons a{
	margin: 20px 25px 20px 0px;
	width: 44px;
	height: 44px;
    line-height: 44px;
	border-radius: 100%;
	border: 1px #d4d4d4 solid;
	color: #d4d4d4;
	font-size: 18px;
	text-align: center;
	float: left;
}
.custom-social-icons i{
	margin: auto;
}

.footer-social-icons {
	margin: 0 -20px;
}

.footer-social-icons a {
    background: none;
    width: 25px;
    height: auto;
    float: none;
    display: inline-block;
    margin: 0 20px;
    font-size: 25px;
    letter-spacing: 25px;
    line-height: 25px;
}

/* Column Carousel */
.column-post-carousel {
	margin: 70px 0 60px;
}
.column-post-carousel .slick-slide .inner-wrapper {
	padding-right: 40px;
	padding-left: 40px;
}
.column-post-carousel .post-item .post-header {
	margin-bottom: 20px;
}
.column-post-carousel .post-item .date{
    font-size: 20px;
    font-weight: 300;
    color: #acb3c0;
    letter-spacing: 2px;
    line-height: 24px;
    float: left;
    margin-right: 25px;
    text-transform: uppercase;
}
.column-post-carousel .post-item .date > span {
	display: block;
}
.column-post-carousel .post-item .title {
	border-left: 1px solid #d3d8e1;
	display: block;
	padding-left: 25px;
	overflow: hidden;
	margin-bottom: 16px;
}
.column-post-carousel .post-item .title a{
	color: #38404D;
}
.column-post-carousel .post-item .title a:hover{
	color: #38404D;
	text-decoration: underline;
}
.sidebar-category{
	display: block;
	overflow: hidden;
	font-weight: 400;
	color: #acb3c0;
    text-transform: none;
}
.column-post-carousel .post-item .title h4 {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
    text-align: left;
    font-weight: 700;
    margin-bottom: 9px;
}
.column-post-carousel .post-item .title span.category {
    text-align: left;
    display: block;
    font-weight: normal;
    color: #38404D;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 17px;
    text-transform: uppercase;
}
.column-post-carousel .post-item .post-excerpt {
    font-size: 14px;
    color: #38404D;
    letter-spacing: normal;
    text-align: left;
    font-weight: 300;
}
.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;
	text-indent: -99999px;
	font-size: 0;
	-webkit-appearance: none;
	width: 10px;
	height: 10px;
	background-color: #C1C0C0;
	border-radius: 50%;
	padding: 0;
	text-decoration: underline;
}
.column-post-carousel .slick-dots .slick-active button {
	background-color: #4A4A4A;
}
.column-post-carousel .post-item .more-link {
    font-size: 14px;
    color: #FF540E;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 16px;
}
.column-post-carousel .post-item .more-link:hover,
.column-post-carousel .post-item .more-link:hover .fa {
	color: #FF540E;
	text-decoration: none;
}
.column-post-carousel .post-item .more-link .fa {
    font-size: 14px;
    color: inherit;
    margin-left: 14px;
}


/* Gravity Form Styles */
.entry-content ul.gform_fields {
	margin: 0;
	padding: 0;
}

.entry-content ul.gform_fields li {
	list-style: none!important;
}

.gform_fields .gfield {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}

.gform_wrapper .top_label li.gfield.gf_left_half,
.gform_wrapper .top_label li.gfield.gf_right_half {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	float: none;
}

.gform_wrapper ul.gform_fields,
.entry-content .gform_wrapper ul.gform_fields {
	margin-left: -15px;
	margin-right: -15px;
}

.gform_wrapper ul.gform_fields li,
.entry-content .gform_wrapper ul.gform_fields li {
	padding-left: 15px;
	padding-right: 15px;
}

.gform_validation_container {
	display: none;
}

.ginput_container input[type=text],
.ginput_container textarea,
.ginput_container select,
.gfield_captcha_input_container input[type=text] {
	padding: 12px 20px;
	color: #171e28;
	width: 100%;
	border: 1px solid #e1e4e5;
	border-left: 3px solid #777777;
	border-radius: 0px;
	line-height: 1.4;
}

.ginput_container input[type=text]:focus,
.ginput_container textarea:focus,
.ginput_container select:focus,
.gfield_captcha_input_container input[type=text]:focus {
	border-color: #555555;
}

.gform_footer .gform_button.button {
	padding: 13px 20px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	background: #777777;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	border: none;
	width: 100%;
}

.gform_footer .gform_button.button:hover {
	background: #555555;
	border-color: #555555;
    color: #ffffff;
}

.gfield_captcha_container img {
	float: left;
}

.gfield_captcha_input_container {
	float: right;
	width: 200px;
	max-width: 100%;
}

.gfield_error .ginput_container input[type=text],
.gfield_error .ginput_container textarea,
.gfield_error .ginput_container select,
.gfield_error .gfield_captcha_input_container input[type=text] {
	border-color: #ffa6a8;
}

.gfield_error .validation_message {
    color: #ea9698;
	clear: both;
	font-size: 12px;
	margin-top: 10px;
}

.gform_wrapper .validation_error {
	color: #ea9698;
	margin-bottom: 25px;
}
/* END Custom Gravity Form Styles */

/* Custom form */
.custom-form .ginput_container textarea {
    max-height: 100px;
    overflow: auto;
}

.custom-form .validation_error {
	display: none!important;
}
/* End Custom form */

/* Custom form V2 */
.custom-form-v2_wrapper{
	margin: 0;
	max-width: 100%;
}

.custom-form-v2 .gform_fields .gfield {
	margin-bottom: 10px;
}

.custom-form-v2 .gfield_label{
	display: none !important;
}

.custom-form-v2 .ginput_container input[type=text],
.custom-form-v2 .ginput_container textarea,
.custom-form-v2 .ginput_container select,
.custom-form-v2 .gfield_captcha_input_container input[type=text] {
    border: 0;
    border-bottom: 2px solid #FF540E;
    padding: 15px 0;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: #1B1E23;
    background: transparent;
}

.custom-form-v2 .ginput_container input[type=text]:focus,
.custom-form-v2 .ginput_container textarea:focus,
.custom-form-v2 .ginput_container select:focus,
.custom-form-v2 .gfield_captcha_input_container input[type=text]:focus {
	border-color: #1B1E23;
}

.custom-form-v2 .ginput_container textarea {
    height: 130px;
    max-height: 130px;
    overflow: auto;
}

.custom-form-v2 .gfield_checkbox li label,
.custom-form-v2 .gfield_radio li label {
    font-weight: 400;
    font-size: 98%;
}

.custom-form-v2 input.datepicker.datepicker_with_icon {
    max-width: 310px;
}

.custom-form-v2 .gform_footer {
   	padding: 0px 0 0 15px !important;
    margin-top: 30px;
}

.custom-form-v2 .gform_footer .gform_button.button {
	display: inline-block;
	border-radius: 0;
	font-weight: 300;
	font-size: 14px;
	padding: 11px 26px;
	min-width: 136px;
	max-width: 100%;
	background: none;
	color: #38404D;
	line-height: 1.4;
	border: 1px solid #FC5F1F;
}

.custom-form-v2 .gform_footer .gform_button.button {
	font-family: 'Roboto', FontAwesome;
}

.custom-form-v2 .gform_footer .gform_button.button:hover{
	background: #FC5F1F;
	border-color: #FC5F1F;
	color: #fff;
}

.custom-form-v2 .captcha-container {
	overflow: hidden;
}

.custom-form-v2 .gfield_error .ginput_container input[type=text],
.custom-form-v2 .gfield_error .ginput_container textarea,
.custom-form-v2 .gfield_error .ginput_container select,
.custom-form-v2 .gfield_error .gfield_captcha_input_container input[type=text] {
	border-color: #ffa6a8;
}

.custom-form-v2 ::-webkit-input-placeholder {
   	color: #1B1E23;
	text-transform: uppercase;
}

.custom-form-v2 :-moz-placeholder {
    color: #1B1E23;
	text-transform: uppercase;
}

.custom-form-v2 ::-moz-placeholder {
    color: #1B1E23;
	text-transform: uppercase;
}

.custom-form-v2 :-ms-input-placeholder {
    color: #1B1E23;
	text-transform: uppercase;
}

.custom-form-v2 .validation_error {
	display: none!important;
}
/* End Custom form */

/* Hover Float Shadow */
.float-shadow {
  position: relative;
  -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-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;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.float-shadow:hover, .float-shadow:focus, .float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.float-shadow:hover:before, .float-shadow:focus:before, .float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

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

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

/* Advance Search Form */
.asf-wrapper {
	width: 1200px;
    max-width: 96%;
    margin: 0 auto;
	position: relative;
}
.asf-trigger {
	display: inline-block;
	cursor: pointer;
    float: right;
	position: relative;
	border:1px solid #414042;
	width:38px;
	height:38px;
	border-radius:100%;
	margin: 5px 0px 0px 20px;
	text-align:center;
}
.asf-trigger:hover {
	border-color: #d4d4d4;
	color: #d4d4d4;
}
.asf-trigger .fa {
	font-size: 15px;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	left: 50%;
	margin-left: -7px;
}
.asf-close {
	cursor: pointer;
}
.asf-close .fa {
	color: #fff;
}
.asf-close {
	display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
	font-size: 25px;
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
	opacity: .7;
}
.asf-close:hover {
	opacity: 1;
}
.cd-main-search.is-visible .asf-close {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}
.asf-container .search-submit {
	background: none;
    border: none;
    font-size: 24px;
    position: absolute;
    right: 10px;
    top: 50%;
    line-height: 1;
    margin-top: -13px;
    color: #fff;
	opacity: .7;
}
.asf-container .search-submit:hover {
	opacity: 1;
}
.asf-container.is-visible {
	webkit-animation: cd-slide-in 0.3s;
    -moz-animation: cd-slide-in 0.3s;
    animation: cd-slide-in 0.3s;
}
.asf-container input[type="search"] {
  width: 100%;
  color: #ffffff;
}
.asf-container input[type="search"]:focus {
  outline: none;
}
.asf-container input[type="search"]::-webkit-input-placeholder {
  color: #5c5d6a;
}
.asf-container input[type="search"]::-moz-placeholder {
  color: #5c5d6a;
}
.asf-container input[type="search"]:-moz-placeholder {
  color: #5c5d6a;
}
.asf-container input[type="search"]:-ms-input-placeholder {
  color: #5c5d6a;
}
.asf-container {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #2F2F2F;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	-moz-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
	height: 75px;
    padding: 10px 0;
}
.admin-bar .asf-container {
	position: fixed;
    top: 32px;
}
.asf-container form {
	position: relative;
	height: 100%;
	margin-right: 60px;
}
.asf-container input[type="search"] {
	font-size: 2.4rem;
	height: 100%;
	background-color: transparent;
	border: none;
    background: 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% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes cd-slide-in {
  0% {
    -moz-transform: translateY(-100%);
  }
  100% {
    -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% {
    -webkit-transform: perspective(1000px) rotateX(-90deg);
  }
  100% {
    -webkit-transform: perspective(1000px) translateY(0);
  }
}
@-moz-keyframes cd-3d-rotation {
  0% {
    -moz-transform: perspective(1000px) rotateX(-90deg);
  }
  100% {
    -moz-transform: perspective(1000px) translateY(0);
  }
}
@keyframes cd-3d-rotation {
  0% {
    -webkit-transform: perspective(1000px) rotateX(-90deg);
    -moz-transform: perspective(1000px) rotateX(-90deg);
    -ms-transform: perspective(1000px) rotateX(-90deg);
    -o-transform: perspective(1000px) rotateX(-90deg);
    transform: perspective(1000px) rotateX(-90deg);
  }
  100% {
    -webkit-transform: perspective(1000px) translateY(0);
    -moz-transform: perspective(1000px) translateY(0);
    -ms-transform: perspective(1000px) translateY(0);
    -o-transform: perspective(1000px) translateY(0);
    transform: perspective(1000px) translateY(0);
  }
}

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

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

/* Sticky Footer CTA */
.footer-sticky-cta {
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0;
    background-color: #FF540E;
    z-index: 99999;
}

.footer-sticky-cta .btn {
	color: #FFFFFF;
    font-size: 17px;
    font-style: italic;
    font-weight: bold;
    line-height: 27px;
    text-align: center;
    display: block;
    background: #ff540e;
    border: none;
	text-decoration: underline;
}
.footer-sticky-cta .btn:hover {
	text-decoration: none;
}


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

.no-padding-top .panel-grid-cell {
	padding-top: 0;
}

.no-padding-bot .panel-grid-cell {
	padding-bottom: 0;
}

.no-padding .panel-grid-cell {
	padding-top: 0;
	padding-bottom: 0;
}

.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: 0px 20px;
    margin: 40px auto 0;
}


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

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

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

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

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

}

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

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

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


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

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

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

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

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

/* Sticky Element */
.stick-init {
	position: relative;
	transition: all .2s ease;
	top: 0;
	z-index: 100;
}

.stick-init.stick {
	position: fixed;
	opacity: 1;
}

/*
* Helpers
*/
.go-middle{ /* Vertical Align all */
	display: flex;
	display: -webkit-flex; /*Safari*/
	display: -ms-flexbox; /*IE*/

	align-items: center;
	-ms-flex-align: center; /*IE*/
	-webkit-align-items: center; /*Safari*/
	-webkit-box-align: center;

	justify-content: center;
	-webkit-justify-content: center; /*Safari*/
	-ms-justify-content: center; /*IE*/
}

.go-hide{ /* Hide block/item */
	display: none;
}

.v-align-center {
	display: flex;
	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;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-90 {
	margin-bottom: 90px;
}

.mt-0 {
	margin-bottom: 0;
}

.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

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


/* Video image link */
.video-image-link{
    display: table;
	text-align: center;
	position: relative;
    margin: auto;
}

.video-image-link:before{
	content: '\f144';
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 43px;

	-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;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

.video-image-link:hover:before{
	opacity: 0.6;
}


/* Truck Box */
.truck-box{
	border: 1px solid #F1F1F3;
	display: inline-block;
	width: 270px;
	min-height: 286px;
	float: left;
	margin: 0px 10px 20px 10px;
	text-align: center;
}

.truck-box .image-box{
	min-height: 184px;
}


.truck-box .text-box{
	min-height: 100px;
	border-top: 1px solid #F1F1F3;
}

.truck-box .text-box .text{
	width: 100%;
}

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


/* What We do page */
.wwd-service-block{
    padding: 60px 10px;
}



/* Custom Button Box */
.custom-button-box{
	border: 1px solid #D0D2D5;
	border-radius: 1px;
	padding: 28px 20px 28px 20px;
	margin-bottom: 14px;
	position: relative;
}

.custom-button-box .text,
.custom-button-box .sub-text{
	color: #38404D;
	display: inline-block;
	width: 100%;
}

.custom-button-box .text:hover,
.custom-button-box .sub-text:hover{
	text-decoration: none;
}

.custom-button-box .text{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}
.custom-button-box .sub-text{
	font-size: 12px;
	font-style: italic;
	letter-spacing: 1px;
	line-height: 17px;
}

.custom-button-box .link-image img{
	width: 200px;
	border-radius: 100%;
    margin-top: -10px;
    margin-bottom: -10px;
}

.custom-button-box .arrow-button{
	position: absolute;
	border: 1px solid #FF540E;
	color: #38404D;
	width: 53px;
	height: 53px;
	border-radius: 100%;
	text-align: center;
	line-height: 52px;
	right: 40px;
	top: 24px;
}

.custom-button-box .arrow-button:hover{
	border: 1px solid #FF540E;
	background: #FF540E;
	color: #fff;
}


.custom-button-box.white-format{
	border: 1px solid #fff;
}

.custom-button-box.white-format .text,
.custom-button-box.white-format .sub-text{
	color: #fff;
}

.custom-button-box.white-format .arrow-button{
	position: absolute;
	border: 1px solid #fff;
	color: #fff;
}

.custom-button-box.white-format .arrow-button:hover{
	border: 1px solid #fff;
	background: #fff;
	color: #FF540E;
}

/* Custom Button Box 2*/

.custom-button-box2 .right-track-box{
	display: inline-table;
	min-height: 130px;
	height:100%;
	width:100% !important;
	display:none !important;
}

.custom-button-box2 .right-box{
	width:100%;
	text-align:center;
	display:block;
	float:left;
	position:absolute;
	bottom:0;	
    padding: 0px 15px 10px 15px;
}

.custom-button-box2 .row{
	margin:0px !important;
}

.overlay:before{
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
  z-index:0;
  background-color: rgba(20,20,20,0.4);
}

.overlay:hover{
    background-size: cover;
    transform: scale(1.01);
    transform-style: preserve-3d;
    transition: transform .4s ease;
    z-index: 1;
    will-change: transform;
}
.custom-button-box2 .right-track-box .right-box{
	display: block;
}
.custom-button-box2{
	width: 100%;
	max-width: 30%;
	float: left;
	margin: 1%;
	border: 1px solid #F1F1F3;
    box-shadow: 0 4px 13px 0 rgba(27,30,35,0.04);
	padding-bottom: 0px;
}

.custom-button-box2 .image-box{
	margin-bottom: 0px;
	text-align: center;
	min-height: 230px;
	background-size: cover;
	position:relative;
	
}

.custom-button-box2 a{
	color:#ffffff !important;
}

.custom-button-box2 .right-box2{
	display:none !important;
}

.custom-button-box2 .text,
.custom-button-box2 .sub-text{
	color: #38404D;
	display: inline-block;
	width: 100%;
	text-align:left;
}

.custom-button-box2 .text:hover,
.custom-button-box2 .sub-text:hover{
	text-decoration: none;
}

.custom-button-box2 .text{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}
.custom-button-box2 .sub-text{
	font-size: 14px;
	font-style: italic;
	letter-spacing: 1px;
	line-height: 17px;
}

.custom-button-box2 .link-image img{
	width: 100%;
    height: 100%;
	max-height: 300px;
    border-radius: 0px;
}

.custom-button-box2 .arrow-button{
	position: initial;
	border: 1px solid #FF540E;
	color: #38404D;
	width: 53px;
	height: 53px;
	border-radius: 100%;
	text-align: center;
	line-height: 52px;
	right: 40px;
	top: 24px;
	padding: 18px 20px;
}

.custom-button-box2 .arrow-button:hover{
	border: 1px solid #FF540E;
	background: #FF540E;
	color: #fff;
}


.custom-button-box2.white-format{
	border: 1px solid #fff;
}

.custom-button-box2.white-format .text,
.custom-button-box.white-format .sub-text{
	color: #fff;
}

.custom-button-box2.white-format .arrow-button{
	position: absolute;
	border: 1px solid #fff;
	color: #fff;
}

.custom-button-box2.white-format .arrow-button:hover{
	border: 1px solid #fff;
	background: #fff;
	color: #FF540E;
}

/* Team Overview */
.team-overview-box{
    margin: auto;
    margin-top: 20px;
}

.team-overview-box a,
.team-carousel-box a{
    color:#425c62;
}

.team-overview-item{
	width: 100%;
	max-width: 260px;
	float: left;
	margin: 0px 15px 40px 15px;
	border: 1px solid #F1F1F3;
    box-shadow: 0 4px 13px 0 rgba(27,30,35,0.04);
	padding-bottom: 20px;
}

.team-overview-item .image-box{
	margin-bottom: 20px;
	text-align: center;
	min-height: 264px;
}

.team-overview-item img{
	width: 164px;
	height: 164px;
	border-radius: 100%;
	margin: auto;
	display: block;
}

.team-overview-item img:hover{
	opacity: 0.7;
	-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;
}

.team-overview-item .name{
	font-family: Roboto;
	font-size: 14px;
	font-weight: 900;
	color: #38404D;
	letter-spacing:0.93px;
	line-height:18px;
	text-align:center;
	border-top: 1px solid #F1F1F3;
	padding-top: 20px;
}

.team-overview-item .sub-title{
	font-size:14px;
	font-weight: 300;
	color: #38404D;
	letter-spacing:0;
	line-height:18px;
	text-align:center;
}


/* Single Team Page */
.single-team-box{
	padding: 60px 35px;
	border: 1px solid #F1F1F3;
}

.single-team-box .title-container{
	font-family: 'Roboto';
	font-size: 27px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 27px;

}

.single-team-box  .title-container h2 {
	display: inline-block;
}

.single-team-box .sub-title{
    display: block;
    position: relative;
    padding-bottom: 8px;
    margin-top: 5px;
    font-weight: 400;
    color: #38404D;
    font-family: Roboto;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 17px;
}

.single-team-box .description{
	font-weight: 700;
	margin-top: 5px;
	display: inline-block;
}

.single-team-box .team-content-box{
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #D7E0E2;
}

.single-team-box .team-image{
	width:128px;
	height:128px;
	border-radius:100%;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.single-team-box .team-image img{
	width:128px;
	height: 128px;
}

.single-team-box .team-left{
	text-align: center;
}

.team-box-member-social-media{
	border: 1px solid #F1F1F3;
	border-top: 0px;
	padding: 10px 10px 0px;
	margin-bottom: 30px;
}

.team-box-member-social-media .custom-social-icons a {
    margin: 10px 10px;
    border: 1px solid #D0D2D5;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 100%;
    color: #312F38;
    font-size: 12px;
    text-align: center;
}

.team-button {
    font-size:14px;
    color:#fff2d3;
    letter-spacing:1px;
    text-transform: uppercase;
}

.team-button i{
    padding-left: 10px;
}


/* Track record single page */
.single-track-box{
	border: 1px solid #F1F1F3;
	margin: 60px auto;
	position: relative;
}

.single-track-box .wrapper{
	padding: 0px;
}

.single-track-box .track-left{
	text-align: center;
	border-right: 1px solid #F1F1F3;
	width: 400px;
	display: table-cell;
	vertical-align: top;
	padding: 30px;
}

.single-track-box .track-left .btn{
	margin-top: 20px;
}

.single-track-box .track-right{
	padding: 0px;
	width: 768px;
	display: table-cell;
	vertical-align: top;
}

.single-track-box .track-item-box:first-child{
	border-top: 0px;
}

.single-track-box .track-item-box{
	border-top: 1px solid #F1F1F3;
}

.single-track-box .track-item{
	padding: 25px 30px;
}

.single-track-box .track-item .track-title{
	color: #38404D;
	font-family: Roboto;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 1px;
	line-height: 20px;
    margin-bottom: 15px;
}

.track-gallery-box{
	width: 100%;
	max-width: 340px;
    margin: auto;
}

.track-gallery-box .slick-prev:before,
.track-gallery-box .slick-next:before{
	font-size: 18px;
	color: #FF540E;
}

.right-track-box{
	display: inline-table;
	min-height: 150px;
}

.right-track-box .right-box{
	display: table-cell;
	vertical-align: middle;
}

.right-box .arrow-button{
	top: 75px;
}

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