@font-face {
	font-family: 'Lato-Regular';
	src: url('../fonts/lato-regular-webfont.eot');
	src: local('☺'), url('../fonts/lato-regular-webfont.woff') format('woff'),
					 url('../fonts/lato-regular-webfont.ttf') format('truetype'),
					 url('../fonts/lato-regular-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Lato-Medium';
	src: url('../fonts/lato-medium-webfont.eot');
	src: local('☺'), url('../fonts/lato-medium-webfont.woff') format('woff'),
					 url('../fonts/lato-medium-webfont.ttf') format('truetype'),
					 url('../fonts/lato-medium-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Lato-Light';
	src: url('../fonts/lato-light-webfont.eot');
	src: local('☺'), url('../fonts/lato-light-webfont.woff') format('woff'),
					 url('../fonts/lato-light-webfont.ttf') format('truetype'),
					 url('../fonts/lato-light-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Lato-Bold';
	src: url('../fonts/lato-bold-webfont.eot');
	src: local('☺'), url('../fonts/lato-bold-webfont.woff') format('woff'),
					 url('../fonts/lato-bold-webfont.ttf') format('truetype'),
					 url('../fonts/lato-bold-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Cabin-Bold';
	src: url('../fonts/cabin-bold-webfont.eot');
	src: local('☺'), url('../fonts/cabin-bold-webfont.woff') format('woff'),
					 url('../fonts/cabin-bold-webfont.ttf') format('truetype'),
					 url('../fonts/cabin-bold-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Cabin-Regular';
	src: url('../fonts/cabin-regular-webfont.eot');
	src: local('☺'), url('../fonts/cabin-regular-webfont.woff') format('woff'),
					 url('../fonts/cabin-regular-webfont.ttf') format('truetype'),
					 url('../fonts/cabin-regular-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Master layout */

/************************************************************
Global styles */

/* Partial CSS Reset */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-tap-highlight-color:  rgba(0, 0, 0, 0);
}
html, body {
	height: 100%;
	width: 100%;
	-webkit-text-size-adjust: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}

:focus {
	outline:none;
}

table {
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
td {
	vertical-align: top;
}

/* End Reset */

body {

	font: 18px 'Lato-Light';
	line-height: normal;
	color: #011c37;
}

/* Links */
a,
input[type=submit] {
	display: inline-block;
	color: inherit;
	outline: none;
	transition: all 0.3s ease 0s;
}
a:link,
a:visited,
a:hover,
a:active {
	text-decoration:none;
	outline: none;
}
a img {
	border: none;
	transition: all 0.5s ease 0s;
}
img {
	max-width:100%;
}
a[href^="tel:"] {
	color: inherit;
}

/* Form elements */
button,
input[type="submit"] {
	cursor: pointer;
	display: inline-block;
	padding: 25px 20px;
	border: none;
}
input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
/* Forms */
input[type=text]{
    display: inline-block;
    vertical-align: top;
    font: 18px 'Lato-Medium';
    color: #0a1312;
    background: #FFF;
    color: #0d0c27;
    padding: 25px 20px;
    height: 76px;
}
/* Custom Select */
.sbHolder{
	display: inline-block;
	vertical-align: top;
	font: 18px 'Lato-Medium';
	text-align: left;
	height: 76px;
    padding: 0;
    min-width: 200px;
    width: auto;
	background: #fff;
	color: #0d0c27;
	position: relative;
	cursor: pointer;
}
.sbToggle{
    width: 60px;
	height: 100%;
	position: absolute; 
	right: 0;
	top: 0;
	cursor: pointer;
}
.sbToggle:before{
	content: "\f107";
    font-family: 'Font Awesome\ 5 Pro';
    font-size: 26px;
    font-weight: 800;
    color: #d7df21;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sbSelector{
    height: 100%;
    padding: 25px 60px 25px 26px; /*CHANGE*/
    white-space: nowrap;
}
.sbOptions{
	background: #FFF;
    position: absolute;
    z-index: 5;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.sbOptions li{
	list-style-type: none;
	margin-bottom: 0 !important;
}
.sbOptions li a{
	display: block;
	padding: 8px 28px;
	transition: all linear 0.1s;
	cursor: pointer;
}
.sbOptions li a:hover{
	background: rgba(1, 28, 55, 0.5);
	color: #fff;
}
/* Headings */
h1, h2 {
	font: 36px/48px 'Lato-Regular';
	letter-spacing: -1.5px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
h3 {
	font: 24px/32px 'Lato-Regular';
	text-transform: uppercase;
	margin-bottom: 15px;
}
h4 {
	font: 18px/24px 'Lato-Bold';
}
h2 span,
h3 span {
	display: block;
	text-transform: uppercase;
	font: 14px 'Lato-Medium';
	color: #6d6e71;
	letter-spacing: 0;
	margin-top: 10px
}

/* Block-level */
address {
	font-style:inherit;
}
p {
	line-height: 24px;
	margin-bottom: 25px;
}
p:last-child {
	margin-bottom: 0;
}
ul li {
	list-style-type: none;
}
.col-left > ul:not([class]),
.col-right > ul:not([class]) {
	margin: 25px auto;
}
.col-left > ul:not([class]) > li,
.col-right > ul:not([class]) > li {
	position: relative;
	display: block;
	padding-left: 12px;
}
.col-left > ul:not([class]) > li + li,
.col-right > ul:not([class]) > li + li {
	margin-top: 10px;
}
.col-left > ul:not([class]) > li:not(:empty):before,
.col-right > ul:not([class]) > li:not(:empty):before {
	content:"";
	display: inline-block;
	height: 6px;
	width: 6px;
	background-color: #021D36;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 0;
}
strong {
	font-weight: normal;
	font-family: 'Lato-Bold';
}
sup {
	font-size: 9px;
}
hr {
	width: 64px;
	height: 4px;
	background: #d7df21;
	border: none;
	margin: 45px 0;
}
/************************************************************
Generic Site Styles */

.table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  float: none !important;
}
.table.page,
.container {
	margin: 0 auto;
	max-width: 1100px;
}
.container {
  max-width: 1130px;
  
}
.container {
	padding: 0 15px;
}
main .table.page,
.table.auto-height {
  height: auto;
}

.table.auto-width {
  width: auto;
}

.table.auto-all {
  height: auto;
  width: auto;
}

.row {
  display: table-row;
}
.cell {
  display: table-cell;
  vertical-align: top;
  height: 100%;
  float: none !important;
}
.padding {
  padding: 0px 20px;
}
.padding-left {
  padding-left: 20px;
}
.padding-right {
  padding-right: 20px;
}
.middle {
  vertical-align: middle;
}
.bottom {
  vertical-align: bottom;
}
.table-header-group {
  display: table-header-group;
}
.table-footer-group {
  display: table-footer-group;
}

.flexbox {
	display: flex; 
	flex-wrap: wrap;
	align-items: stretch; 
	justify-content: flex-start;
}
.flex-center {
	align-items: center !important; 
}

/* Text alignment */
.align-left { text-align:left !important; }
.align-center { text-align:center !important; }
.align-right { text-align:right !important; }

/** Default Placeholder styles ***/

::-webkit-input-placeholder {
/* WebKit browsers */
	color: #0d0c27;
  
}
:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
	color: #0d0c27;
	opacity: 1;
}
::-moz-placeholder {
/* Mozilla Firefox 19+ */
	color: #0d0c27;
	opacity: 1;
}
:-ms-input-placeholder {
/* Internet Explorer 10+ */
	color: #0d0c27;
	opacity: 1;
}

/* Container class to make iFrames responsive */
.frame-contain {
	position: relative;
	height:0;
	max-width:100%;
	overflow: hidden;
	padding-bottom: 56.25%; /* 16:9 */
							/* 75% = 4:3 */
}

.frame-contain.map-frame {
	padding-bottom: 75%;
}

.frame-contain iframe {
	position: absolute;
	top:0;
	left:0;
	height:100% !important;
	width:100% !important;
}

/* Fix extra button padding in Firefox */
input[type="submit"]::-moz-focus-inner {
	border:none;
	padding:0;
	line-height:1;
}
/************************************************************
Miscellaneous */

.clearfix:after{
	content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
.relative {
  position: relative;
}
.full-size {
  height: 100%;
  width: 100%;
}
.full-bg {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.full-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.on-top {
  position: relative;
  z-index: 1;
}

.hide {
  display: none !important;
}

.no-scroll, .overflow {
	overflow: hidden;
}
.header-menu, .header-menu .cell:last-child,
.btn, i, .sub-menu, .sub-ctrl,
.slick-arrow:before{
	transition: all 0.3s ease 0s;
}
.services-item, .services-item h3,
.soc-box:after, .soc-box .text-box, .soc-box i,
.item-img-overlay{
	transition: all 0.5s ease 0s;
}
.sub-menu, .soc-box:after,
.header-menu .cell:last-child,
.item-img-overlay{
	opacity: 0;
	visibility: hidden;
}
li:hover .sub-menu,
.fixed .header-menu .cell:last-child,
#inner .header-menu .cell:last-child,
.soc-box:hover:after,
.item-top.hover .item-img-overlay{
	opacity: 1;
	visibility: visible;
}
.img-box {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.btn, a.btn,
input[type="submtit"].btn {
	font: 14px/19px 'Lato-Medium';
	min-width: 200px;
	padding: 12px 5px 13px;
    border: 1px solid #011c37;
	text-transform: uppercase;
	text-align: center;
	color: #011c37;
}
.btn:hover, a.btn:hover,
input[type="submtit"].btn:hover {
	background-color: #011c37;
	border-color: #011c37;
	color: #fff;
}

.btn.outline, a.btn.outline,
input[type="submtit"].btn.outline {
	border:1px solid #011c37;
}

.btn-light,
a.btn-light,
input[type="submit"].btn-light {
	border-color: #fff;
	color: #fff;
}
.btn-light:hover,
a.btn-light:hover,
input[type="submit"].btn-light:hover {
	background-color: #d7df21;
	border-color: #d7df21;
	color: #0e0e0e;
}
.btn-play{
	font-size: 34px;
	color: #fff;
	height: 54px;
	width: 54px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.4);
	text-align: center;
	padding-left: 5px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.btn-play:before{
	line-height: 54px;
}
.vertical-text{
	font: 14px 'Lato-Regular';
	color: #6d6e71;
	text-transform: uppercase;
	transform-origin: left bottom;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	top: 310px;
	left: 8px;
}
.vertical-text:before{
	content: "";
	position: absolute;
	height: 2px;
	width: 100px;
	background: #6d6e71;
	top: 8px;
	left: -111px;
}
.info-banner:after,
.info-banner:before,
.soc-box:before,
.cta-banner:before{
	content: "";
	height: 9px;
	width: 350px;
	background: #d7df21;
	position: absolute;
}
.testimonials-box:after,
.content-table-info:after {
	content: "";
	width: 9px;
	height: 320px;
	left: -9px;
	bottom: 0;
	background: #d7df21;
	position: absolute;
}
.content-table .cell:last-child .content-table-info:after{
	left: auto;
	top: 0;
	right: -9px;
}
.services-content:after,
.logos-wrapper h3:after,
.cta-banner .large-text:after{
	content: "";
	display: block;
	width: 63px;
	height: 4px;
	background: #d7df21;
	margin: 35px auto 0;
}
/************************************************************
Slick Slider main styles */
.banner .slick-list,
.banner .slick-track,
.testimonials-slider .slick-list,
.testimonials-slider .slick-track{
	height: 100%;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}

.testimonials-slider .slick-track,
.logos-wrapper .slick-track {
	display: block;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.slick-initialized .slick-slide {
	z-index: 7 !important;
}
.slick-initialized .slick-slide.slick-active {
	z-index: 8 !important;
}
.slick-vertical .slick-slide {
	border: none;
}
.slick-arrow {
	width: auto;
	z-index: 9;
}
.slick-arrow:before{
	content: "\f061";
    font-family: 'Font Awesome\ 5 Pro';
    font-size: 34px;
    font-weight: 800;
    color: #fff;
}
.slick-arrow:hover:before{
	color: #d7df21;
}
.slick-arrow.slick-prev {
	left: 20px;
}
.slick-arrow.slick-prev:before{
	content: "\f060";
}
.slick-arrow.slick-next {
	right: 20px;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.slick-dots{
	line-height: 11px;
	bottom: 25px;
	z-index: 10;
}
.slick-dots li{
	width: 11px;
	height: 11px;
	background: #f4f4f4;
}
.slick-dots li.slick-active{
	background: #d7df21;
}
.slick-dots li button{
	display: none;
}
.content-slider {
	padding: 0 75px;
}

/* ---- Pages.css styles ---- */

/*=== HEADER ===*/
#header {
    height: 0;
}
.top-bar {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}
.top-bar{
	color: #fff;
	padding: 27px 15px 0;
}
.top-bar .cell:first-child {
	width: 100px;
}
.phone {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.phone a {
	font: 13px 'Lato-Regular';
	margin-bottom:5px;
}
.phone a:first-child{
	margin-right: 15px;
}
.phone a:hover{
	font-family: 'Lato-Bold';
}
.social a{
	font-size: 24px;
}
.social a {
	margin-right: 8px;
}
.social a:hover{
	color: #d7df21;
}

/*=== MAIN NAVIGATION ===*/
.header-menu{
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 10;
	background: #fff;
	height: 66px;
    padding-right: 15px;
	border-bottom: 1px solid rgba(1, 28, 55, 0.15);
}
.header-menu .table{
	max-width: 1200px;
}
.header-menu .cell:first-child{
	width: 61px;
}
.header-menu .cell:nth-child(2){
	padding-left: 47px;
}
.header-menu .cell:last-child{
	width: 190px;
}
.header-menu .logo{
	display: inline-block;
	vertical-align: top;
	width: 61px;
	height: 66px;
	background: url(../images/layout/logo-dark.png) no-repeat;
}
#nav-btn,
#nav-close-btn{
	display: none;
	font-size: 30px;
}
.header-menu .main-nav{
	display: inline-block;
	vertical-align: top;
}
.header-menu .main-nav,
.header-menu nav,
.header-menu .nav-menu,
.header-menu li,
.header-menu li > a{
	height: 100%;
}
.nav-menu li{
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}
.nav-menu > li:last-child{
	margin-right: 0;
}
.nav-menu li a {
	display: block;
	font: 15px 'Lato-Bold';
	position: relative;
	white-space: nowrap;
	text-transform: uppercase;
	padding: 20px 0 24px;
}
.nav-menu li.active > a,
.nav-menu li a:hover{
	color: #d7df21;
}
/*
.nav-menu > li.has-child:hover:after {
	content: "";
	display: block;
	height: 20px;
	width: 300px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -150px;
	
	background-color:yellow;
}
*/

.sub-menu{
    width: 100%;
    height: 64px;
    text-align: center;
    background-color: #011c37;
    position: absolute;
    left: 0;
    top: -100%;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
}
.sub-menu li a{
    color: #fff;
}
.sub-menu > li > a:after{
    width: 50px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    opacity: 0;
    visibility: hidden;
}

/*=== FIXED & INNER HEADER STYLES ===*/
.fixed .header-menu,
#inner  .header-menu{
	position: fixed;
	width: 100%;
	top: 0 !important;
	z-index: 11;
	background: #fff;
}
#inner #header{
	height: 66px;
}
.fixed  .sub-menu,
#inner .sub-menu{
	top: 100%;
}
/*=== TOP BANNER ===*/
.banner {
	position: relative;
	min-height: 550px;
	text-align: center;
}
.banner .single-banner > .table,
.sub-banner:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(1, 28, 55, 0.75);
}
.banner .single-banner > .table {
	z-index: 11;
}
.banner .single-banner:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 57%;
    height: 100%;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    transform-origin: bottom left;
	-webkit-transform: skew(25deg, 0deg);
	-moz-transform: skew(25deg, 0deg);
	transform: skew(25deg, 0deg);
	background: rgba(5, 21, 40, 0.5);
	z-index: 8;
}
.banner .top-slider {
/*     position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.banner .single-banner {
	position: relative;
	height: 100%;
	color: #fff;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner .single-banner:after {
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(29, 29, 29, 0.3);
}
.banner .container {
	z-index: 9;
}
.banner-text {
	display: inline-block;
    max-width: 740px;
    width: 100%;
    color: #fff;
    z-index: 9;
}
.banner-text .logo{
	display: inline-block;
	font: 60px/77px 'Lato-Bold';
    text-transform: uppercase;
    letter-spacing: 3px;
	margin-bottom: 40px;
}
.banner-text .ico-logo{
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	background: url(../images/layout/logo-light.png) no-repeat;
	background-size: contain;
	width: 76px;
	height: 82px;

}
.banner-text .large-text {
	font: 32px/37px 'Lato-Light';
	text-transform: uppercase;
	margin-bottom: 15px;
}
.banner-text .large-text span{
	color: #d7df21;
}
.banner-content {
	font-family: 'Lato-Medium';
/*    	margin-bottom: 42px; */
}
.banner-content .btn {
	margin-top: 42px;
	min-width: 205px;
}
.banner-content .btn:first-child{
	margin-right: 34px;
}
.sub-banner {
	height: 258px;
	position: relative;
}
.sub-banner .logo{
	margin-bottom: 0;
	opacity: 0.2;
}
.sub-banner:after{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% - 170px);
    height: 100%;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    transform-origin: bottom left;
	-webkit-transform: skew(25deg, 0deg);
	-moz-transform: skew(25deg, 0deg);
	transform: skew(25deg, 0deg);
	background: rgba(5, 21, 40, 0.5);
}
.sub-banner .relative {
	z-index: 1;
}
.sub-banner .large-text span {
	text-transform: lowercase;
	margin-left: 0;
}

/*=== BREADCRUMBS ===*/
.breadcrumbs {
	padding-left: 60px;
	margin-bottom: 85px;
	text-align: left;
}
.breadcrumbs li {
	font: 14px 'Lato-Bold';
	text-transform: uppercase;
	color: #6d6e71;
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 0;
}
.breadcrumbs li:last-child {
    color: #d7df21;
}
.breadcrumbs li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    margin-left: 4px;
    vertical-align: sub;
    background-color: #6d6e71;
}
.breadcrumbs li:last-child:after {
    content: none;
}
/*=== MAIN CONTENT ===*/
.main-content {
	padding: 30px 0 120px;
	position: relative;
	overflow: hidden;
}
.main-content:before {
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 1020px;
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transform: skew(-40deg, 0deg);
    -moz-transform: skew(-40deg, 0deg);
    transform: skew(-40deg, 0deg);
    background: rgba(244, 244, 244, 0.5);
    z-index: -1;
}
.main-content:after {
	content: "";
    position: absolute;
    width: 100%;
    top: 1020px;
    left: 0;
    bottom: 0;
    background: rgba(244, 244, 244, 0.5);
    z-index: -1;
}
.main-content .container{
	z-index: 1;
}
.main-content h1{
	padding-left: 60px;
}
.main-content .content{
	padding-left: 60px;
}
.main-content .content h3 {
	margin-top: 15px;
	margin-bottom 15px;
	font: 24px/32px 'Lato-Bold';
	text-transform: none;
	color: #d7df21;
}
.main-content .content h3:first-child {
	margin-top: 0;
}
.main-content .content h3:last-child {
	margin-bottom: 0;
}

.main-content .sidebar {
    width: 380px;
    padding: 0 0 0 30px;
}
.main-content .sidebar > * + * {
	margin-top: 50px;
}
.cta-banner {
	color: #fff;
	position: relative;
	height: 400px;
}
.cta-banner:only-child {
	margin-bottom: 25px;
}
.cta-banner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(1, 28, 55, 0.75);
}
.cta-banner:before{
	bottom: -9px; 
	right: 0;
	width: 250px;
}
.cta-banner .relative {
	z-index: 1;
}
.cta-banner .cell {
	padding: 40px 25px 20px;
}
.cta-banner .large-text {
	font: 32px/34px 'Lato-Light';
	text-transform: uppercase;
	letter-spacing: -0.5px;
	text-align: center;
	max-width: 100%;
}
.cta-banner .large-text:after {
	margin: 25px auto 30px;
}
.cta-banner p {
	font: 14px/28px 'Lato-Medium';
	text-transform: uppercase;
	text-align: left;
	max-width: 240px;
	margin: 0 auto 25px;
}
.cta-banner .more {
	display: inline-block;
	vertical-align: top;
	font-size: 34px;
}
.cta-banner i {
	color: #fff;
}
.cta-banner .more:hover i {
	color: #d7df21;
}
.cta-banner + .cta-banner {
	margin-top: 60px;
}

/*=== ABOUT SECTION ===*/
.about-wrapper .container{
	padding: 65px 15px 120px;
}
.about-wrapper .cell:first-child{
	padding: 70px 20px 0 60px;
}
.about-wrapper .vertical-text{
	top: 320px;
}
.info-banner{
	background: #f4f4f4;
	padding: 35px 0 38px;
	margin-left: 30px;
	position: relative;
}
.info-banner:before{
	top: -9px;
	right: 0;
}
.info-banner:after{
	bottom: -9px;
	left: 0;
}
.info-banner .img-box{
	display: block;
	max-width: 430px;
	height: 205px;
	margin: 0 0 30px -30px;
}
.info-banner .btn{
	margin-left: 40px;
}
.info-banner-text{
	font: 14px/28px 'Lato-Medium';
	text-transform: uppercase;
	max-width: 250px;
	padding: 0 0 28px 40px;
	border-bottom: 2px solid rgba(1, 28, 55, 0.7);
	margin-bottom: 34px;
}
.info-banner-text:after{
	content: "";
	width: 171px;
	height: 152px;
	background: url(../images/layout/logo-image.png) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
/*=== SERVICES WRAPPER ===*/
.services-wrapper h2{
	font: 54px/62px 'Lato-Regular';
	letter-spacing: 0;
}
.services-wrapper h2 strong{
	color: #d7df21;
    font-family: inherit;
}
.services-content{
	text-align: center;
	padding-bottom: 40px;
}
.services-content strong{
	text-transform: uppercase;
}
.services-content:after{
	margin: 50px auto 0;
}
.services-list,
.services-banner{
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	color: #fff;
	padding: 50px 0 60px;
	text-align: center;
	position: relative;
}
.services-list:after,
.services-banner:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(1, 28, 55, 0.95);
}
.services-list > .relative,
.services-banner > .relative{
	z-index: 1;
}
.services-item {
	display: inline-block;
	vertical-align: top;
	max-width: 325px;
	padding: 30px 30px 25px;
	border: 3px solid transparent;
	margin-bottom: 50px;
}
.services-list .row:last-child .services-item{
	margin-bottom: 0;
}
.services-item h3{
	line-height: 28px;
}
.services-item:hover{
	border-color: #d7df21;
}
.services-item:hover h3{
	color: #d7df21;;
}
.services-item p{
	margin-bottom: 0;
	letter-spacing: -0.5px;
}
.services-item i{
	display: inline-block;
	vertical-align: top;
	width: 77px;
	height: 71px;
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-bottom: 35px;
}
.content-slider .cell{
	float: left !important;
}
.content-slider .services-item{
	margin-bottom: 0;
	padding: 45px 30px 40px;
	min-height: 335px;
}
.content-slider .slick-arrow{
	height: 40px;
}
.ico-lg-portfolio{
	background-image: url(../images/icons/lg-portfolio.png);
}
.ico-lg-family-properties{
	background-image: url(../images/icons/lg-family-properties.png);
}
.ico-lg-commercial-properties{
	background-image: url(../images/icons/lg-commercial-properties.png);
}
.ico-lg-development{
	background-image: url(../images/icons/lg-development.png);
}
.ico-lg-management{
	background-image: url(../images/icons/lg-management.png);
}
.ico-lg-brokerage{
	background-image: url(../images/icons/lg-brokerage.png);
}
.services-banner{
	padding: 90px 0 60px;
}
.services-banner .large-text{
	font-size: 32px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.services-banner .large-text span{
	color: #d7df21;
}
.services-banner p{
	font: 18px/26px 'Lato-Medium';
}
.services-banner p strong{
	color: #d7df21;
}
/*=== SOCIAL SECTION ===*/
.social-wrapper{
	padding: 135px 0 55px;
	position: relative;
	overflow: hidden;
	margin-bottom: -60px;
}
.social-wrapper:after{
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% + 390px);
    height: 100%;
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transform: skew(-40deg, 0deg);
    -moz-transform: skew(-40deg, 0deg);
    transform: skew(-40deg, 0deg);
    background: #f4f4f4;
}
.social-wrapper .container{
	position: relative;
	padding: 0 50px;
	z-index: 1;
}
.social-table > .cell:first-child{
	padding-right: 12px;
}
.social-table > .cell:last-child{
	padding-left: 12px;
}
.social-wrapper .soc-box {
	display: block;
	position: relative;
	text-align: center;
	height: 395px;
	margin-top: 75px;
}
.soc-box i{
	color: #fff;
	font-size: 36px;
	position: absolute;
    left: 26px;
    bottom: 24px;
    z-index: 2;
}
.soc-box:hover i{
	color: #d7df21;
}
.soc-box:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(5, 21, 40, 0.75);
}
.soc-box:before{
	bottom: -9px;
	right: 0;
}
.soc-box .text-box {
	color: #fff;
	width: 100%;
	max-width: 490px;
	padding: 50px 20px 20px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
}
.soc-box:hover .text-box {
	opacity: 1;
	visibility: visible;
}
.soc-box .text-box p:nth-last-child(2){
	margin-bottom: 10px;
}
.social-wrapper  .more {
	font-family: 'Lato-Medium';
	text-transform: uppercase;
	color: #d7df21;
	margin-bottom: 0;
}
.testimonials-box {
	background: #051528;
	color: #fff;
	height: 395px;
	position: relative;
	text-align: center;
}
.testimonials-slide {
	padding: 30px;
}
.testimonials-box .author {
	color: #d7df21;
	margin-bottom: 0;
}

/*=== LOGOS WRAPPER ===*/
.logos-wrapper{
	padding: 55px 0 40px;
}
.logos-wrapper a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
    line-height: normal;
    margin-right: 22px;
    margin-left: 22px;
    text-align: center;
}
.logos-wrapper a:last-child,
.logos-wrapper a.slick-slide {
	margin-right: 0;
}
/*
.logos-wrapper a img:last-child {
	position: absolute;
	top: 0;
	left: 0;
}
*/
.logos-wrapper a img {
	display: inline-block;
	opacity: 0.2;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.logos-wrapper a:hover img {
	opacity: 1;
	-webkit-filter: grayscale(0);	
	filter: grayscale(0);	
}
.logos-wrapper h3 {
	margin-bottom: 40px;
	text-align: center;
}
.logos-wrapper .slick-list {
	width: calc(100% - 180px);
	margin-right: auto;
	margin-left: auto;
}
.logos-wrapper .slick-prev:before {
	color: #f4f4f4;
}

/*=== FOOTER ===*/
.footer-wrapper {
	font-size: 14px;
	text-transform: uppercase;
	color: #051528;
	height: 128px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.footer-top {
	padding: 18px 0;
}
.footer-top a {
	position: relative;
}
.footer-top a:after {
	content:attr(data-hoverfont);
	display: block;
	font-family: 'Lato-Medium';
	height:0;
	overflow: hidden;
	visibility: hidden;
	margin-top:-6px;
}
.footer-top a:hover,
.footer-top a:active {
	font-family: 'Lato-Medium';
}

.footer-top a + a {
	margin-left: 15px;
}

.footer-top p span {
	margin: 0 4px 0 5px;
}
.footer-top p{
	margin-bottom: 0;
}
.footer-btm{
	background: #011c37;
	color: #fff;
	padding: 24px 0;
	position: relative;
	overflow: hidden;
}
.footer-btm .container{
	z-index: 1;
}
.footer-btm:after{
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% - 230px );
    height: 100%;
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transform: skew(-40deg, 0deg);
    -moz-transform: skew(-40deg, 0deg);
    transform: skew(-40deg, 0deg);
    background: #051528;
}
.footer-btm .cell:nth-child(2) {
	width: 190px;
	text-align: center;
	padding: 0 20px;
}
.download-link .fa-file-pdf{
	margin-right: 5px;
}
.download-link .fa-arrow-right{
	margin-left: 5px;
}
.download-link .fa-arrow-right,
.subscribe:hover{
	color: #d7df21;
}
.footer-btm .social{
	display: inline-block;
}
.footer-btm .cell:last-child{
	width: 290px;
	text-align: right;
}
.subscribe .fa-envelope{
	margin-right: 10px;
}
/*=== ABOUT PAGE ===*/
.content-table {
	height: 440px;
}
.content-table-info{
	padding: 55px 45px 30px  55px;
	background: #fff;
	position: relative;
	height: 100%;
}
.content-table-info.gray-box{
	background: #f4f4f4;
}
.content-table .cell:first-child .content-table-info{
	margin-left: 30px;
}
.content-table .cell:last-child .content-table-info {
	margin-right: 30px;
}
.content-table .content-table-info .btn {
	margin-top: 15px;
}
.content-table h3{
	letter-spacing: -1px;
}
.content-table  p{
	margin-bottom: 30px;
}
.content-table strong{
	color: #d7df21;
}
.content-table .img-box{
	position: relative;
	height: calc(100% + 40px);
	margin-top: -40px;
	width: calc(100% + 50px);
}
.content-table .cell:first-child .img-box{
	margin-left: -50px;
}
.content-table .cell:last-child .img-box{
	margin-right: -50px;
}
.content-table .img-box span{
	font: 28px 'Lato-Medium';
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
	position: absolute;
	bottom: 75px;
	width: 100%;
	padding: 0 20px;
	text-align: center;
}
.moto-banner{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 607px;
	position: relative;
	color: #fff;
}
.moto-banner:after{
	content: "";
	background: url(../images/layout/overlay-c.png) no-repeat;
	width: 592px;
	height: 607px;
	position: absolute;
	left: 0;
	top: 0;
}
.moto-banner:before{
	content: "";
	position: absolute;
	left: 592px;
	right: 0;
	height: 100%;
	background: rgba(5,21, 40, 0.881);
}
.moto-banner h3{
	font: 36px/48px 'Lato-Regular';
	color: #d7df21;
}
.moto-banner p{
	font: 22px/38px 'Lato-Bold';
	max-width: 820px;
	margin: 0 auto;
}

/*===== Testimonials Page =====*/

.testimonial-section {
	margin: 30px auto 0;
}

.testimonial-slide {
	
}
.testimonial-slide + .testimonial-slide {
	margin-top: 60px;
}
.testimonial-slide > div:first-child,
.testimonial-slide > div:first-child p {
	line-height: 1.45;
}
.testimonial-slide .author {
	margin-top: 15px;
	margin-left: 30px;
	font-family: 'Lato-Medium', 'Arial Bold', sans-serif;
	color: #021d36;
}

/*===== Staff Page ======*/

.staff-section {
	margin: 60px auto 0;
	text-align: center;
}

.staff-list {
	
}
.staff-list figure {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 68%;
	margin-bottom: 22px;
	background-color: #021d36;
	overflow: hidden;
	z-index: 0;
	
}
.staff-list figure.no-img:before {
	content:"\f007";
	position: absolute;
	bottom: -10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-family: 'Font Awesome 5 Pro';
	color: #FFF;
	font-size: 230px;
	line-height: 1;
	font-weight: bold;
	
	z-index: -1;
}

.title-text,
.staff-detail .title-text {
	font-family: 'Lato-Regular', Arial, sans-serif;
	font-size: 36px;
	line-height: 1;
	text-transform: uppercase;
}

.staff-section .small-title,
.staff-detail .small-title {
	margin-bottom: 10px;
}

.small-title {
	display: block;
	font-family: 'Lato-Regular', Arial, sans-serif;
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;	
}
.contact-link,
a.contact-link {
	font-family: 'Lato-Bold', 'Arial Bold', sans-serif;
	font-size: 24px;
	line-height: 1;
	color: #d7df21;
}

.two-col > li {
	display: inline-block;
	vertical-align: top;
	width: 41.5%;
	max-width: 435px;
	margin: 18px 0;
	text-align: left;
}
.two-col > li:nth-child(2n) {
	margin-left: 5%;
}

/* staff detail modal */
.staff-detail {
	position: relative;
	padding: 20px;
	background-color: #fff;
	overflow: hidden;
	z-index: 0;
	
	font-size: 0;
}
.staff-detail:after {
	content: "";
    position: absolute;
    top: 0;
    right: 200px;
    width: 100%;
    height: 900px;
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transform: skew(-40deg, 0deg);
    -moz-transform: skew(-40deg, 0deg);
    transform: skew(-40deg, 0deg);
    background: rgba(244, 244, 244, 0.5);
    z-index: -1;
}

.staff-detail figure,
.staff-detail > div {
	display: inline-block;
	vertical-align: top;
	
	font-size: 16px;
}

.staff-detail figure {
	width: 250px;
	height: 330px;
}
.staff-detail > div {
	width: calc(100% - 285px);
	margin-left: 35px;
}
.staff-detail > div:only-child {
	width: 100%;
	margin-left: 0;
}

.staff-detail .content {
	margin-top:25px;
}

/*=== PROPERTIES PAGE ===*/
.filter-wrapper{
	padding: 0 30px;
	margin: 15px 0 70px;
}
.property-filter{
	position: relative;
	background: #011c37;
	color: #fff;
	padding: 42px 40px;
}
.property-filter span{
	font: 20px/26px 'Lato-Bold';
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
.property-filter:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17px 17px 0 17px;
	border-color: #011c37 transparent transparent transparent;
	position: absolute;
	bottom: -17px;
	left: 50%;
	margin-left: -17px;
}
.property-filter .cell:first-child{
	width: 265px;
	padding-left: 15px;
}
.property-filter .cell:last-child{
	width: 335px;
	padding-left: 20px;
}
.property-filter .sbOptions {
	max-height: 339px !important;
	overflow-y: auto;
}
.ico-filter{
	display: inline-block;
	vertical-align: top;
	width: 21px;
	height: 21px;
	background: url(../images/icons/filters.png) no-repeat;
	margin-right: 20px;
	position: relative;
	top: 3px;
}
.prop-search {
	font-size: 0;
}
.prop-search input{
	width: calc(100% - 70px);
	padding-right: 0;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
.prop-search button{
	width: 70px;
	color: #d7df21;
	height: 76px;
	background: #fff;
	font-size: 24px;
}
.property-filter .sbHolder{
	display: block;
}
.prop-listings{
	padding: 0 30px;
}
.prop-listings > .btn {
	position: relative;
	margin-top: 40px;
}
.ajax-loading-icon:after {
	content: "";
	height: 36px;
	width: 36px;
	background: url(/images/icons/ajax-loading-icon.gif) center center no-repeat;
	    background-size: auto;
	background-size: contain;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	left: 100%;
	margin-left: 10px;
}
.prop-listing-items .row > .cell:first-child{
	padding-right: 10px;
}
.prop-listing-items .row > .cell:last-child{
	padding-left: 10px;
}
.prop-listing-items .row > .cell{
	padding-bottom: 22px;
}
.prop-listing-items .row:last-child > .cell{
	padding-bottom: 0;
}
.prop-listing-items {
	font-size: 0;
}
.item-box,
.item-top{
	position: relative;
}
.item-top,
.item-images {
    height: 310px;
}
.item-box {
	width: 49%;
	max-width: 495px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 22px;
	
	font-size: 16px;
}
.item-box:nth-child(2n) {
	margin-left: 2%;
}
.item-box figure{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 310px;
}
.item-img-overlay{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(2, 28, 53, 0.75);
	text-align: center;
	padding: 20px;
}
.item-img-overlay .btn{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.item-label{
	font: 16px/20px 'Cabin-Bold';
	text-transform: uppercase;
	text-align: center;
	min-width: 200px;
    padding: 13px 5px 11px;
	background: rgba(215, 223, 33, 0.9); 
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.item-img-arrows{
	position: absolute;
	right: 0;
	bottom: 0;
	background: rgba(1, 28, 55, 0.8);
	width: 75px;
	height: 48px;
	font-size: 0;
}
.item-img-arrows button{
	display: inline-block;
	position: relative;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	transform: none;
}
.item-img-arrows .slick-arrow:before{
	font-size: 16px;
	vertical-align: middle;
}
.item-img-arrows .slick-arrow.slick-prev{
	left: 0;
	padding-left: 12px;
}
.item-img-arrows .slick-arrow.slick-prev:before{
	content: '\f177';
}
.item-img-arrows .slick-arrow.slick-next{
	right: 0;
	padding-right: 12px;
}
.item-img-arrows .slick-arrow.slick-next:before{
	content: '\f178';
}
.item-top-info{
	font: 20px/26px 'Lato-Medium';
	background: #011c37;
	color: #fff;
	text-align: center;
	padding: 10px 20px;
}
.item-top-info span{
	font-size: 14px;
	color: #d7df21;
	margin: 0 9px;
}
.item-info{
	background: #fff;
	text-align: center;
	padding: 10px 20px 25px;
}
.item-info h3{
	font: 18px/24px 'Lato-Bold';
	color: #0d0c27 !important;
	margin-bottom: 20px;
}
.attribute-list{
	font-family: 'Lato-Medium';
	white-space: nowrap;
	color: #0d0c27;
	margin: 20px 20px 0 20px;
	font-size: 0;
}
.attribute-list li{
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 130px;
}
.attribute-list li:after{
	content: "";
	display: inline-block;
	width: 4px;
	height: 66px;
	background: #e8e8e8;
	position: absolute;
	top: 9px;
	right: -2px;
}
.attribute-list li:last-child:after{
	content: none;
}
.attribute-list li i{
	display: inline-block;
	vertical-align: top;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 4px solid #e8e8e8;
	margin-bottom: 7px;
	background-repeat: no-repeat;
	background-position: center center;
}
.attribute-list .ico-proptype {
	background-image: url(/images/icons/building.png);
}
.attribute-list .ico-tools{
	background-image: url(/images/icons/tools.png);
}
.attribute-list .ico-area{
	background-image: url(/images/icons/area.png);
}
.attribute-list span{
	display: block;
	font: 14px 'Cabin-Regular';
	text-transform: uppercase;
}
/*=== SINGLE PROJECT PAGE ===*/
.project-content{
	padding-bottom: 0;
}
.project-content .content{
	padding-right: 40px;
}
.project-content .content .img-box,
.main-img.img-box {
	height: 365px;
	margin-bottom: 25px;
}

.project-info .content p{
	margin-bottom: 5px;
}
.project-info  .content i{
	margin-right: 8px;
}
.project-content .content hr{
	margin: 15px 0 25px;
}
.project-content .services-content{
	padding-top: 130px;
}
.project-content .services-content:after{
    margin: 30px auto 0;
}

/*======== Property Details ========*/
.main-img {
	position: relative;
}
.main-img a {
	
}

.main-col {
	width: 59.5%;
}
.side-col {
	padding-left: 45px;
}

.prop-photos {
	margin: 20px auto;
	text-align: center;
}
.prop-photos > li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 19%;
	height: 0;
	padding-bottom: 16.15%;
}

.info-list {
	margin: 25px auto;
}

.highslide-gal img {
	display: none;
}

.project-info ~ .prop-content {
	margin-bottom: 45px;
}

.project-info {
	margin-top: 40px;
}

.portfolio-listings .prop-listings {
	padding: 0;
}

.property-details hr {
	margin: 25px 0;
}
.property-details .med-text {
	margin-bottom: 2px;
}

.property-details h1,
.portfolio-details h1 {
	padding-left: 0;
}

.med-text {
	font-size: 24px;
	line-height: 1.4;
}

.prop-map {
	width: 100%;
	max-width: 100%;
	height: 365px;
}

.video-link {
	margin-bottom: 15px;
}

.info-link {
	display: inline-block;
	font-size: 20px;
}
.info-link + .info-link {
	margin-left: 10px;
}

.info-link i:first-child {
	margin-right: 5px;
}
.action-items {
	width: 100%;
	max-width: 100%;
	margin: 25px auto;
	text-align: center;
	position: relative;
	z-index: 0;
	display: flex;
	align-items: center;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	justify-content: space-evenly;
}

.action-items:after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	position: absolute;
	z-index: -1;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	margin: auto;
	background: #011c37;
}

.action-button {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #011c37;
    border-radius: 50%;
    font-size: 0;
    line-height: 1;
    text-align: center;
    color: #fff;
    box-shadow: 0 0 0 6px #FFF;
    border: 6px solid #011c37;
}

.action-button span {
	display: block;
	font-size: 10px;
	color: #011c37;
	position: absolute;
	top: 125%;
	left: 0;
	text-align: center;
	font-family: 'Lato-Bold';
	text-transform: uppercase;
	width: 100%;
}

.action-button i {
	display: block;
	margin: auto;
	font-size: 34px;
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
  -moz-transform:    translate(-50%, -50%);
  -ms-transform:     translate(-50%, -50%);
  -o-transform:      translate(-50%, -50%);
  transform:         translate(-50%, -50%);
}

.action-button i.fa-play {
	-webkit-transform: translate(-42%, -50%);
  -moz-transform:    translate(-42%, -50%);
  -ms-transform:     translate(-42%, -50%);
  -o-transform:      translate(-42%, -50%);
  transform:         translate(-42%, -50%);
}

.action-button i.fa-share-alt {
	-webkit-transform: translate(-54%, -50%);
  -moz-transform:    translate(-54%, -50%);
  -ms-transform:     translate(-54%, -50%);
  -o-transform:      translate(-54%, -50%);
  transform:         translate(-54%, -50%);
}

.action-button:hover {
    background: #fff;
    color: #011c37;
}

/*======= History / Timeline Page ======*/

.history-page .main-content {
	text-align: center;
}

/*=== HISTORY PAGE ===*/
.history-content.main-content{
	padding-bottom: 50px;
}
.history-content .breadcrumbs{
	margin-bottom: 25px;
}
.history-wrapper{
	text-align: center;
    /*margin: -60px 0;*/
}
.history-wrapper h1{
	padding-left: 0;
	font-family: 'Lato-Bold';
	margin-bottom: 0;
}
.history-scale-box{
	position: relative;
	text-align: left;
}
.history-scale-box.part-first{
	/*background: url(../images/layout/history-scale.png) center 18px no-repeat;*/
	margin-top: 80px;
}
.history-scale-box.part-first:before,
.history-scale-box.part-second:before{
	content: "";
	width: 10px;
	background: #011c37;
	position: absolute;
	height: 1133px;
	top: 18px;
	left: 50%;
	margin-left: -5px;
}
.history-scale-box.part-first:after{
	
}
.history-scale-box article{
	width: calc(50% - 60px);
	float: left;
	position: relative;
}
.history-scale-box.part-first article {
	min-height: 260px;
}
.history-scale-box article:nth-child(odd){
	text-align: right;
	margin-right: 120px;
}
.history-scale-box.part-first article:nth-child(odd):after,
.history-scale-box.part-second article:first-child:after{
	content: "";
	width: 84px;
	height: 9px;
	background: #011c37;
	position: absolute;
	right: -100px;
	top: 18px;
}
.main-content .history-scale-box h3 {
	margin-bottom: 0;
	font: 29px/1.33 'Lato-Bold';
	text-transform: capitalize;
	letter-spacing: -0.8px;
	color: #011c37;
}
.history-scale-box p{
	margin-bottom: 15px;
}
.history-scale-box.part-first article:first-child{
	padding-right: 110px;
}
.history-scale-box.part-first article:first-child h3{
	font-size: 65px;
	line-height: 0.8;
}
.history-scale-box.part-first article:first-child:after{
	width: 198px;
}
.history-scale-box .img-box{
	height: 260px;
}
.history-scale-box.part-first article:nth-child(4) .img-box{
	height: 320px;
}
.history-scale-box.part-first article:nth-child(3),
.history-scale-box.part-first article:nth-child(4){
	margin-top: 11px;
}
.history-scale-box.part-first article:nth-child(5), 
.history-scale-box.part-first article:nth-child(6){
	margin-top: 60px;
}
.history-scale-box article.btm{
	margin: 250px 0 0;
	text-align: center;
}
.history-scale-box article.btm:after{
	content: none;
}
.history-scale-box.part-first article:nth-child(8):before{
	content: "";
    width: 215%;
    height: 10px;
    background: #011c37;
    top: -170px;
    position: absolute;
    left: -25%;
    margin-left: -32.5%;
}
.history-scale-box.part-first article:nth-child(7):after,
.history-scale-box.part-first article:nth-child(8):after,
.history-scale-box.part-first article:nth-child(9):after{
	content: "";
	width: 10px;
	height: 160px;
	top: -170px;
	background: #011c37;
	position: absolute;
	left: 50%;
	margin-left: -5px;
}
.history-scale-box.part-first article:nth-child(8){
	width: 30%;
	padding: 0 12px;
}
.history-scale-box.part-first article:nth-child(7),
.history-scale-box.part-first article:nth-child(9){
	width: 35%;
}
.history-scale-box.part-second{
	/*background: url(../images/layout/history-scale-2.png) 45.5% 0 no-repeat;*/
	padding-top: 65px;
}
.history-scale-box.part-second article:nth-child(1) h3{
	margin-top: -5px;
}
.history-scale-box.part-second article:nth-child(2) .img-box{
	height: 330px;
}
.history-scale-box .img-short{
	padding-right: 75px;
}
.history-scale-box .img-short .img-box {
	height: 135px;
}
.history-scale-box.part-second article:nth-child(3),
.history-scale-box.part-second article:nth-child(4) {
	margin-top: 35px;
}
.history-scale-box.part-second article:nth-child(5) {
    margin-top: -30px;
}
.history-scale-box.part-second article:nth-child(7) {
	margin-top: -34px;
}
.history-scale-box.part-second article:nth-child(7) .img-box {
	height: 160px;
}
.history-scale-box.part-second article:nth-child(3):after,
.history-scale-box.part-second article:nth-child(5):after,
.history-scale-box.part-second article:nth-child(7):after{ 
	content: "";
	width: 80px;
	height: 9px;
	background: #011c37;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: -14px;
}
.history-scale-box.part-second article:nth-child(3):before {
	content: "";
	width: 9px;
	height: 310px;
	position: absolute;
	right: -14px;
	top: 58px;
	background: #011c37;
}
.history-scale-box.part-second article:nth-child(5):after {
	width: 170px;
	right: -104px;
}
.history-scale-box.part-second article:last-child {
	width: 100%;
	clear: both;
	text-align: center;
	margin: 20px 0  0;
}
.history-scale-box.part-second:before{
	top: 0;
	height: 923px;
}
.history-scale-box.part-second article:first-child:after{
	top: 13px;
    right: -101px;
}
.error-page #main > .flexbox {
	width: 100%;
	align-items: center;
	justify-content: center;
	background: url(/images/layout/brick.jpg) no-repeat scroll top left transparent;
	background-size: cover;
}
.error-message h1 {
	font-size: 8vw;
	line-height: 1.2;
}
.error-message header {
	font-size: 3vw;
	line-height: 1.2;
}
.error-page .error-message {
	padding: 40px 20px 60px;
}

.error-page .error-content {
	background: rgba(0,0,0,0.5);
	color: #FFF;
	padding: 25px;
}

.error-page .error-content p {
	margin: 0;
}

.error-page .error-content p.title {
	font-size: 32px;
	line-height: 1.476;
}


.error-page .error-content .btn {
	border-color: #FFF;
	color: #FFF;
	margin-top: 20px;
	padding-left: 26px;
	padding-right: 26px;
}

.error-page .error-content .btn:hover {
	border-color: #011c37;
}
