/**
 * ==============================================================
 * BASIC STYLESHEET - MARIA
 * ==============================================================
 */

/**
 * ========================================
 * GENERAL STYLES
 * ========================================
 */
html {
/*	height: 100% !important; */
	overflow-x: hidden;
}
body {
	height: 100%;
	font-family: 'Work Sans','Helvetica',sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	line-height: 1.5;
	background-color: #ffffff;
	color: #333333;
/*	overflow-x: hidden;
	overflow-y: hidden; */
	max-width: 100%;
}
strong {
   font-family: 'Work Sans','Helvetica',sans-serif;
   font-weight: 700;
   font-style: normal;
}
/* em {
   font-family: 'Work Sans','Helvetica',sans-serif;
   font-weight: 300;
   font-style: italic;
} 

strong em {
   font-family: 'Work Sans','Helvetica',sans-serif;
   font-weight: 700;
   font-style: italic;
}
*/

address {
	font-size: inherit;
	line-height: inherit;
}
*:last-child {
	margin-bottom: 0;
}
a {
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
	font-weight: bold;
	color: #1062FB;
}
a:focus, a:hover {
	text-decoration: none;
	outline: 0;  
color: #cfe0fe;
}

a:focus img, a:hover img {
  opacity: 0.9;
    transition: .3s ease;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 25px;
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Work Sans','Helvetica',sans-serif;
	color: #000000;
/*	margin-bottom: 25px; */
	line-height: 1.1;
	font-weight: 300;
	font-style: normal;
}
.section-dark h1, .section-dark .h1,
.section-dark h2, .section-dark .h2,
.section-dark h3, .section-dark .h3,
.section-dark h4, .section-dark .h4,
.section-dark h5, .section-dark .h5,
.section-dark h6, .section-dark .h6 {
	color: #fff;
}
.section-accent h1, .section-accent .h1,
.section-accent h2, .section-accent .h2,
.section-accent h3, .section-accent .h3,
.section-accent h4, .section-accent .h4,
.section-accent h5, .section-accent .h5,
.section-accent h6, .section-accent .h6 {
	color: #fff;
}
.section-no-space {
	padding: 0 !important;
}
    .section-row{
			padding: 30px 0px;
		}  
	.section-row-first{
			padding-bottom: 30px;
		} 
.top-bottom-padding-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.top-bottom-padding-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
	.row img {
	width: 100%;
}
.row-bottom-50 {
	padding-bottom: 50px;
}
.padding-0 {
	padding: 0 !important;
}
img {
	max-width: 100%;
	height: auto;
}
p, ul, ol, address {
	margin-bottom: 25px;
}
iframe {
	max-width: 100%;
	border: none;
}
.headline-black {
	font-weight: 900;
	font-size: 96px;
}
@media screen and (max-width: 991px) {
.headline-black {
	font-weight: 900;
	font-size: 64px;
}

}

/**
 * ========================================
 * COMMON CLASSES
 * ========================================
 */

.v-center-560 {
	min-height: 435px;
	display: flex;
  align-items: center;

}
.side-padding-50 {
	padding-right: 50px;
	padding-left: 50px;
}
.border-white {
	box-shadow:
    1px 0 0 0 #ffffff, 
    0 1px 0 0 #ffffff, 
    1px 1px 0 0 #ffffff, 
    1px 0 0 0 #ffffff inset, 
    0 1px 0 0 #ffffff inset;
}
.text-align-left {
	text-align: left; 
	text-align: -webkit-left;
}
.text-align-center {
	text-align: center; 
	text-align: -webkit-center;
}
.text-align-right {
	text-align: right; 
	text-align: -webkit-right;
}
.icon {
	max-width: 135px;
	max-height: 135px;
	display: block;
  margin-left: auto;
  margin-right: auto;
	padding-bottom: 50px;
}
.twin-row {
	display: flex !important;
		}
.twin-box {
	height: 100%;
		}

.lead {
	position: relative;
	font-size: 20px;
	line-height: inherit;
	font-style: normal ;
	font-weight: normal;
	padding: 10px 0 25px;
}
.lead:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
	height: 2px;
	width: 80px;
	background-color: rgba(0,0,0,0.1);
}
.lead.text-center:after {
	left: 50%;
	margin-left: -40px;
}
.section-dark .lead:after,
.section-accent .lead:after {
	background-color: rgba(255,255,255,0.2);
}
.icon-list {
	list-style: none;
	padding: 0;
}
.icon-list li {
	position: relative;
	padding: 20px 0 20px 95px;
}
.icon-list-icon {
	position: absolute;
	top: 0;
	left: 0;
	margin: 20px 0 0 0;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	font-size: 32px;
	line-height: 70px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}
.icon-list-icon:not(.fa) {
	font-family: 'Work Sans','Helvetica',sans-serif !important;
	font-weight: 700;
	font-style: normal
}
.section-accent .icon-list-icon {
	background-color: #444;
}
.icon-list-title {
	margin: 0 0 10px;
	font-family: 'Work Sans','Helvetica',sans-serif !important;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 400;
	font-style: normal;
}
.nice-list {
	list-style: none;
	padding: 0;
}
.nice-list li {
	position: relative;
	padding: 8px 0 8px 40px;
}
.nice-list li:before {
	content: "\f105";
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px 0 0 10px;
	font-family: "FontAwesome";
	font-size: 20px;
	line-height: 1;
	opacity: 0.5;
}
.clear {
	clear: both;
}
.wait-animation {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}
.fa-ul {
	margin-left: 40px;
}
.fa-ul li {
	padding: 5px 0;
}
.fa-li {
	top: 10px;
	left: -40px;
	width: 30px;
	font-size: 16px;
	line-height: 1;
	opacity: 0.5;
	text-align: center;
}
.countdown {
	font-family: 'Work Sans','Helvetica',sans-serif !important;
	text-align: center;
	display: table;
	table-layout: fixed;
	width: 100%;
	font-weight: 700;
	font-style: normal;
}
.countdown-grid {
	display: table-cell;
	text-align: center;
	padding: 0 10px;
}
.countdown-grid > * {
	display: block;
}
.countdown-number {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
.countdown-label {
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.side-border-white {
border-left: 1px solid #ffffff;	
border-right: 1px solid #ffffff;	
}

@media only screen 
  and (max-width: 1366px)  {
.v-center-560 {
	min-height: 365px;

}
}
@media screen and (max-width: 991px) {
	.border-white {
	box-shadow: 0 1px 0 0 #ffffff inset !important;
}
	 .md-col-reverse {
  display: flex;
  flex-direction: column-reverse;
   
}
		  .twin-row {
        display: block !important;
    }

}
@media screen and (max-width: 600px) {
	.text-center-sm {
		text-align: center;
	}

}
/**
 * ========================================
 * BASIC LAYOUT
 * ========================================
 */
main {
	max-width: 1400px;
    margin: auto;
}
.document {
	height: 100%;
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
}
/* SECTION */
.section {
	background-color: #fff;
	color: inherit;
	position: relative;
	padding: 30px 0;
/*	overflow: hidden;  */
}
.section-brief {
	font-size: 18px;
}
.section-heading {
	position: relative;
	padding-bottom: 20px;
	margin: 0 0 30px; 
	font-family: 'Work Sans','Helvetica',sans-serif !important;
	font-weight: 400;
	font-style: normal;
	font-size: 40px;
}
.bottom-padding-10 {
	padding-bottom: 10px;
	margin: 0; 
}
.bottom-padding-50 {
	padding-bottom: 50px;
	margin: 0; 
}


.section.section-gray + .section.section-gray {
	border-top: 1px solid #ddd;
}
/*.section.section-dark + .section.section-dark {
	border-top: 1px solid #444;
}  */
.section.section-accent + .section.section-accent {
	border-top: 1px solid #fff;
	border-top: 1px solid rgba(255,255,255,0.2);
}
.section-gray {
	background-color: #fafafa;
	color: inherit;
}
.section-dark {
	background-color: #212121;
	color: #ddd;
}
.section-accent {
	color: #fff;
}
/* SECTION SLIDER */
.section-slider .section-slide {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}
.section-slider ~ .rslides_nav {
	font-size: 40px;
	line-height: 50px;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	background-color: #fff;
}
.section-dark .section-slider ~ .rslides_nav {
	background-color: #000;
}
.section-slider ~ .rslides_nav:before {
	width: 50px;
	vertical-align: top;
}
/* SECTION BACKGROUND */
.section-background {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 0;
	overflow: hidden;
}
.section-background-image1 {
	position: absolute;
	top: 0;
	max-width: 100%;
	height: 100%;
	margin: 0 auto;
}

.section-background-image {
	position: absolute;
	top: 0;
	max-width: 1400px;
	height: 100%;
	margin: 0 auto;
}

.section-background-video {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.section-background-video > video {
	width: 100%;
	height: 100%;
}
.section-background-slideshow {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.section-background-slideshow.rslides > *:not(:first-child) {
	opacity: 0;
}
.section-background-slideshow.rslides {
	opacity: 1;
}
.section-background-slideshow > li {
	position: absolute;
	width: 100%;
	height: 100%;
}
.section-background-slideshow img {
	position: absolute;
	min-width: 100%;
	max-width: none;
	min-height: 100%;
	top: 0;
	left: 0;
}
.section-background-maps {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.section-background-dot-overlay:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	/* 3x3 dot overlay */
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkQ0MjBCMjQ5NjIyMTFFNEEyRjNDRjM1Q0U4NDJEMDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkQ0MjBCMjU5NjIyMTFFNEEyRjNDRjM1Q0U4NDJEMDEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGRDQyMEIyMjk2MjIxMUU0QTJGM0NGMzVDRTg0MkQwMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGRDQyMEIyMzk2MjIxMUU0QTJGM0NGMzVDRTg0MkQwMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiaCVFIAAAAcSURBVHjaYvz//z8DDDCBCEZGRrAII7IMQIABAKIpBwFHizsqAAAAAElFTkSuQmCC);
	/* 2x2 dot overlay */
	/*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUM4Q0NDRTgyNDQ2MTFFNEE2NEVDNzc4QzFDRjlCRUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUM4Q0NDRTkyNDQ2MTFFNEE2NEVDNzc4QzFDRjlCRUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxQzhDQ0NFNjI0NDYxMUU0QTY0RUM3NzhDMUNGOUJFRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxQzhDQ0NFNzI0NDYxMUU0QTY0RUM3NzhDMUNGOUJFRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkB60N8AAAAYSURBVHjaYmJgYPgPBAxMQIIRyGEACDAARwYG/12eAo8AAAAASUVORK5CYII%3D);*/
}
.section > .container-fluid, .section > .container {
	position: relative;
}
.container-fluid {
	max-width: 1400px !important;
}
.container-outer {
	padding: 0;
}
.container-inner {
	padding: 0 120px;
}
.container-inner-space {
  	padding: 30px 101px;
}
.container-inner-space-92 {
  	padding: 0 92px;
}
.col-inner-space {
  	padding: 0 17.5px 30px;
}
.col-inner-space-30 {
  	padding: 0 30px 30px;
}
.mosaic-inner {
  	padding: 0 2.5px;
	cursor: pointer;
}

/* PARALLAX */
.parallax {
	position: relative;
}
.parallax-background {
	background-attachment: fixed;
	background-position: top center;
}
.mobile-device .parallax-background {
	background-attachment: scroll;
	background-position: center center !important;
}
.mobile-device .parallax {
	top: 0 !important;
}
@media ( max-width: 991px ) {
	.container-inner {
	padding: 30px 30px;
}
.container-inner-space {
  	padding: 30px 30px;
}
.container-inner-space-92 {
  	padding: 30px 30px;
}
.parallax-background {
		background-position: center center !important;
	}
	.parallax {
		top: 0 !important;
	}
}
@media ( min-width: 992px ) {
	.table-row {
		display: table;
		table-layout: fixed;
		width: 100%;
		padding: 0;
	}
	.table-cell {
		display: table-cell;
		float: none !important;
		vertical-align: middle;
	}
}
@media ( max-width: 477px) {
.row-inner-space {
  	margin-left: 0;
  	margin-right: 0;
}
	.col-inner-space {
	padding: 0 0 60px 0;
}
	.col-inner-space-30 {
	padding: 0 0 60px 0;
}
	.mosaic-inner {
	padding: 0 0 5px 0 !important;
}
}

/**
 * ========================================
 * BUTTON
 * ========================================
 */
.btn {
	margin: 30px 0px;
	padding: 0;

}
.btn>div>a {
    border: none;
    border-radius: 2px;
    font-family: 'Work Sans','Helvetica',sans-serif !important;
    font-size: 14px;
    line-height: 1.819;
    font-weight: 700;
    font-style: normal;
    padding: 8px 45px;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
    text-decoration: none;
	display: inline-block;
    height: auto;
	width: auto !important;
    white-space: normal;
	text-align: center;

}
.btn:active, .btn.active {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-red>div>a {
    background-color: #1062fb;
    color: #ffffff;
}
.btn>div>a:hover,
.btn>div>a:focus,
.btn>div>a:active {
    background-color: #000000;
    color: #ffffff;
}
.btn-white>div>a {
	background-color: #ffffff;
	color: #1062fb;
}
.btn-primary {
	color: #fff !important;
}
/* BUTTON SIZE */
.btn-lg {
	font-size: 14px;
	line-height: 30px;
	padding: 14px 24px;
}
/* BUTTON COLOR */
.btn-default {
	border: 1px solid rgba(0,0,0,0.1);
	background-color: transparent;
	color: inherit;
}
 .btn-default:hover, .btn-default:focus {
	background-color: transparent;
	color: #212121;
	border-color: #212121; 
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	background-color: #000000;
	color: #ffffff;
}
.section-dark .btn-default,
.section-accent .btn-default {
	border: 1px solid rgba(255,255,255,0.25);
	color: inherit;
}
.section-dark .btn-default:hover, .section-dark .btn-default:focus,
.section-accent .btn-default:hover, .section-accent .btn-default:focus {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.section-accent .btn-primary {
	color: #fff;
	background-color: #424242;
	border-color: #212121 !important;
}
.section-accent .btn-primary:hover, .section-accent .btn-primary:focus {
	color: #fff;
	background-color: #212121;
	border-color: #212121 !important;
}

/**
 * ========================================
 * HEADER
 * ========================================
 */
.header-section {
	position: fixed;
	z-index: 100;
	min-height: 80px;
	margin: 0;
	padding: 0;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
	overflow: visible;
	border-bottom: 1px solid #dddddd;
}
.header-section,
.header-section.navbar-inverse {
	background-color: rgba(0,0,0,0.1);
	color: #dddddd;
}
.header-section.navbar-default {
	background-color: #fff;
	-webkit-box-shadow: 0 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px rgba(0,0,0,0.1);
	color: #444;
}
.header-section.floating {
	min-height: 60px;
}
.header-section.floating,
.header-section.navbar-inverse.floating {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: rgba(0,0,0,0.85);
}
.header-section.navbar-default.floating {
	background-color: rgba(255,255,255,0.95);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.navbar-nav {
	font-family: 'Work Sans','Helvetica',sans-serif !important;
	font-size: 12px;
	line-height: 1.819;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	font-style: normal;
}
.navbar-nav > li {
	padding: 23px 15px;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}

.navbar-nav a {
	position: relative;
	font-weight: bold;
}
.navbar-nav > li > a {
	padding: 0;
	position: relative;
	color: inherit;
	line-height: inherit;
}
.navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a {
	color: #1062fb;
	    padding-bottom: 10px;
	border-bottom: 3px solid transparent;
}
.navbar-default .navbar-nav > li > a {
	color: #424242;
}
.navbar-nav > li > a:focus, .navbar-nav > li > a:hover {
	background-color: inherit;
}
.navbar-nav > li > a:focus, .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
	border-bottom: 3px solid #1062fb;
    color: #101010 !important;

}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #212121;
}
.navbar-nav > li > a.active {
	color: #fff;
}
.navbar-nav > li > a.active:after {
	content: "";
	position: absolute;
	top: 100%;
	height: 2px;
	width: 100%;
}
.navbar-nav > li > a.active:after,
.navbar-inverse .navbar-nav > li > a.active:after {
	background-color: #fff;
}
.navbar-default .navbar-nav > li > a.active:after {
	background-color: #212121;
}
.navbar-nav > li.header-action-button {
	padding: 20px 15px;
}
.navbar-nav > li.header-action-button > a {
	padding: 9px 14px;
	display: inline-block;
}
.navbar-nav > li.header-action-button > a,
.navbar-inverse .navbar-nav > li.header-action-button > a {
	color: #fff;
}
.navbar-nav > li.header-action-button > a.btn-primary,
.navbar-inverse .navbar-nav > li.header-action-button > a.btn-primary {
	color: #fff;
}
.navbar-default .navbar-nav > li.header-action-button > a.btn-primary {

	color: #212121;
}
.navbar-nav > li.current:not(.header-action-button) > a,
.navbar-inverse .navbar-nav > li.current:not(.header-action-button) > a {
	color: #fff;
}
.navbar-default .navbar-nav > li.current:not(.header-action-button) > a {
	color: #212121;
}
.navbar-nav > li.current:not(.header-action-button) > a:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
}
.navbar-nav > li.current:not(.header-action-button) > a:after,
.navbar-inverse .navbar-nav > li.current:not(.header-action-button) > a:after {
	background-color: #fff;
}
.navbar-default .navbar-nav > li.current:not(.header-action-button) > a:after {
	background-color: #212121;
}
.navbar-nav .open > a {
	background-color: inherit !important;
}
.navbar-logo {
	height: 80px;
	line-height: 50px;
	margin-left: 0 !important;
	padding: 12px 15px 18px;
}
.navbar-logo img {
	display: inline-block;
	vertical-align: middle;
	max-height: 50px;
}
.navbar-toggle {
	position: relative;
	z-index: 200;
	margin: 20px 15px;
	padding: 12px 10px;
	border-radius: 4px;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}
.navbar-toggle:hover, .navbar-toggle:focus {
	background-color: #ddd !important;
}
.navbar-toggle, .navbar-inverse .navbar-toggle {
	border-color: #ddd;
}
.navbar-toggle:hover, .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	border-color: #212121;
}
.navbar-toggle .icon-bar,
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #7a7a7a;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #666;
}
.navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar,
.navbar-inverse .navbar-toggle .icon-bar:hover, .navbar-inverse .navbar-toggle .icon-bar:focus {
	background-color: #888;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #212121;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    text-align: center;
}
.dropdown-menu {
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.dropdown-menu,
.navbar-inverse .dropdown-menu {
	border-radius: 0;
	border: none;
	background-color: rgba(0,0,0,0.85);
	border: 1px solid rgba(255,255,255,0.1);
	font-size: inherit;
}
.navbar-default .dropdown-menu {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.1);
}
.dropdown-menu > li > a {
	padding: 10px 20px;
}
.dropdown-menu > li > a,
.navbar-inverse .dropdown-menu > li > a {
	color: #ddd;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
.navbar-inverse .dropdown-menu > li > a:hover, .navbar-inverse .dropdown-menu > li > a:focus {
	color: #fff;
	background-color: rgba(255,255,255,0.1);
}
.navbar-default .dropdown-menu > li > a {
	color: #424242;
}
.navbar-default .dropdown-menu > li > a:hover, .navbar-default .dropdown-menu > li > a:focus {
	color: #212121;
	background-color: rgba(0,0,0,0.1);
}
#nav-block {
	position: -webkit-sticky;
	position: sticky;
    top: 0;
	min-height: 82px;
	width: 100%;
}
@media (min-width: 1920px) {
#header .navbar .container {
    width: 1400px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
}

@media ( min-width: 992px ) {
	.navbar-nav > li.header-action-button + li.header-action-button {
		margin-left: -15px;
	}
/*	.header-section.floating .navbar-nav > li {
		padding-top: 20px;
		padding-bottom: 20px;
	}  */
	.header-section.floating .navbar-nav > li.header-action-button {
		padding-top: 10px;
		padding-bottom: 10px;
	}
/*	.header-section.floating .navbar-logo {
		height: 60px;
		line-height: 40px;
		padding: 8px 15px 12px;
	}  
	.header-section.floating .navbar-logo img {
		max-height: 40px;
	}   */
	.header-section.floating .navbar-toggle {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
@media (max-width: 1024px) {
#nav-block {
	min-height: 80px;
}
}
@media ( max-width: 991px ) {
	.navigation {
		position: fixed;
		bottom: 100%;
		left: 0;
		width: 100%;
		height: 100% !important;
		max-height: none !important;
		margin: 0 !important;
		display: block !important;
		opacity: 0;
		padding-top: 80px;
		text-align: center;
		-webkit-transition: all ease 0.25s !important;
		transition: all ease 0.25s !important;
	}
	.navigation,
	.navbar-inverse .navigation {
		background-color: rgba(0,0,0,0.95);
	}
	.navbar-default .navigation {
		background-color: rgba(255,255,255,0.95);
	}
	.navigation.collapsing, .navigation.collapse.in {
		bottom: 0;
		opacity: 1;
	}
	.navigation:before {
		content: "";
		display: inline-block;
		height: 100%;
		width: 1px;
		vertical-align: middle;
	}
	.navbar-nav {
		display: inline-block;
		vertical-align: middle;
		width: 100%;
    padding: 15px;
	}
	.navbar-nav > li {
		-webkit-transition: none;
		transition: none;
	}
	.navbar-nav > li,
	.header-section.floating .navbar-nav > li{
		padding: 0;
	}
	.navbar-nav > li > a {
		padding: 10px 15px;
	}
	.navbar-nav > li > a:focus, .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
		background-color: rgba(255,255,255,0.1);
	}
	.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
		background-color: #fafafa;
	}
	.navbar-nav > li.header-action-button,
	.header-section.floating .navbar-nav > li.header-action-button {
		padding: 10px 15px;
	}
	.navbar-nav > li.current:not(.header-action-button) > a,
	.navbar-inverse .navbar-nav > li.current:not(.header-action-button) > a {
		color: #fff;
		background-color: rgba(255,255,255,0.1);
	}
	.navbar-default .navbar-nav > li.current:not(.header-action-button) > a {
		color: #212121;
		background-color: #fafafa;
	}
	.navbar-nav > li.current:not(.header-action-button) > a:after {
		display: none;
	}
	.dropdown-menu {
		text-align: center;
	}
	.dropdown-menu > li > a {
		padding: 15px 15px !important;
	}
	navbar-header {
border-bottom: 1px solid #dddddd;
	}	
	header .navbar-brand img {
    width: 110px;
	margin: 10px 0;
}
#nav-block {
	min-height: 83px;
}
}

/**
 * ========================================
 * HERO
 * ========================================
 */
.hero-container {
	min-height: 600px;
	display: flex;
  align-items: center;

}
.hero-container-sm {
	min-height: 400px;
	display: flex;
  align-items: center;

}
.hero-section {
	padding: 160px 0;
}
.hero-section:after {
	content: "";
	position: absolute;
	top: 0;
	z-index: 0;
	height: 160px;
	width: 100%;
	display: block;
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,0));
	background-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
	opacity: 0.3;
}
.hero-fullscreen,
.hero-fullscreen .container,
.hero-fullscreen .container-fluid {
	height: 100%;
}
.hero-slider {
	padding: 0;
}
.hero-slider .section-slider {
	height: 100%;
}
.hero-slider .section-slider .section-slide {
	padding: 300px 0;
}
.hero-section .container {
	position: relative;
	z-index: 1;
	vertical-align: middle;
}
.hero-section form {
	background-color: #fafafa;
	padding: 30px;
}
.section-gray.hero-section form {
	background-color: #fff;
}
.section-dark.hero-section form {
	background-color: rgba(0,0,0,0.4);
}
.hero-content {
	display: table;
	width: 100%;
	height: 100%;
}
.hero-content-inner {
	display: table-cell;
	vertical-align: middle;
}
.hero-title {
	font-family: 'Work Sans','Helvetica',sans-serif !important;
	font-size: 70px;
	font-weight: 400;
	margin-bottom: 10px;
	line-height: 1.5;
}
.hero-subtitle {
	font-family: 'Work Sans','Helvetica',sans-serif !important;
	font-weight: 400;
	font-size: 22px;
	margin-bottom: 20px;
}
.hero-tagline {
	font-size: 22px;
}
.hero-buttons {
	margin-top: 30px;
}
.hero-buttons > a {
	margin: 15px 15px 0;
}
.hero-buttons > a:only-child {
	margin: 0;
}
.hero-countdown {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}
.hero-countdown .countdown {
	color: #212121;
}
.section-dark .hero-countdown .countdown, .section-accent .hero-countdown .countdown {
	color: #fff;
}
.hero-countdown-heading {
	font-size: 20px;
	margin-bottom: 10px;
}
.hero-start-link {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -25px;
	margin-bottom: 30px !important;
	display: block;
	width: 50px;
	height: 50px;
	border: 1px solid rgba(255,255,255,0.25);
	border-radius: 50%;
	line-height: 48px;
	text-align: center;
	font-size: 32px;
	color: #ddd;
}
.hero-start-link:hover, .hero-start-link:focus {
	border-color: #fff;
	color: #fff;
}
@media ( max-width: 479px ) {
	.hero-countdown .countdown-number {
		font-size: 40px;
	}
	.hero-countdown .countdown-label {
		font-size: 11px;
	}
}
@media ( max-width: 991px ) {
	.hero-section {
		padding: 120px 0;
	}
	.hero-section.hero-fullscreen {
		height: auto;
	}
	.hero-start-link {
		display: none;
	}
	.padding-top-50-sm {
		padding-top: 50px;
	}
}

/* HERO LAYOUT: FULLSCREEN CTA (SIMPLE) */
.hero-layout-simple .hero-title {
	font-size: 64px;
	line-height: 1.2;
}
.hero-layout-simple .hero-subtitle {
	font-size: 48px;
	line-height: 1.2;
}
@media ( max-width: 991px ) {
	.hero-layout-simple .hero-title {
		font-size: 56px;
	}
	.hero-layout-simple .hero-subtitle {
		font-size: 40px;
	}
}
@media ( max-width: 767px ) {
	.hero-layout-simple .hero-title {
		font-size: 48px;
	}
	.hero-layout-simple .hero-subtitle {
		font-size: 32px;
	}
	.hero-layout-simple .hero-tagline {
		font-size: 18px;
	}
}
@media ( max-width: 479px ) {
	.hero-layout-simple .hero-title {
		font-size: 40px;
	}
	.hero-layout-simple .hero-subtitle {
		font-size: 24px;
	}
	.hero-layout-simple .hero-tagline {
		font-size: 16px;
	}
}
@media ( max-width: 280px ) {
	.hero-layout-simple .hero-title {
		font-size: 26px;
	}
	.hero-layout-simple .hero-subtitle {
		font-size: 20px;
	}
	.hero-layout-simple .hero-tagline {
		font-size: 16px;
	}
}

/* HERO LAYOUT: VIDEO + SUBSCRIPTION FORM */
.hero-layout-video-and-subscription-form {
	padding: 120px 0;
}
.hero-layout-video-and-subscription-form .form-heading {
	padding-bottom: 0;
}
.hero-layout-video-and-subscription-form .form-heading:after {
	display: none;
}

/* HERO LAYOUT: CLASSIC */
.hero-layout-classic {
	padding: 160px 0;
	height: auto !important; /* force to disable fullscreen mode */
}
.hero-layout-classic .hero-title {
	font-size: 70px;
	font-weight: 400;
	line-height: 1.5;
}
.hero-features {
	margin-top: 60px;
	text-align: left;
}
@media ( min-width: 992px ) {
	.hero-features-right {
		padding-left: 50px;
	}
	.hero-features-right.col-md-pull-5 {
		padding-right: 50px;
		padding-left: 15px;
	}
}
@media ( max-width: 991px ) {
	.hero-layout-classic .hero-title {
		font-size: 48px;
	}
	.hero-features {
		margin-top: 30px;
	}
	.hero-features-right {
		margin-top: 30px;
	}
}
@media ( max-width: 767px ) {
	.hero-layout-classic .hero-title {
		font-size: 40px;
	}
	.hero-layout-classic .hero-tagline {
		font-size: 18px;
	}
}
@media ( max-width: 479px ) {
	.hero-layout-classic .hero-title {
		font-size: 32px;
	}
	.hero-layout-classic .hero-tagline {
		font-size: 16px;
	}
}
@media ( max-width: 280px ) {
	.hero-layout-classic .hero-title {
		font-size: 24px;
	}
	.hero-layout-classic .hero-tagline {
		font-size: 16px;
	}
}
/* HERO LAYOUT: VIDEO AND FORM */
.hero-layout-video-and-form .lead:after {
	display: none;
}
.hero-layout-video-and-form .lead {
	padding: 0;
	margin: 30px 0 0;
}

/* HERO LAYOUT: VIDEO AND FEATURES CTA */
.hero-layout-video-and-features-cta .video-embed {
	margin-top: 0;
}
.hero-layout-video-and-features-cta .lead:after {
	display: none;
}
.hero-layout-video-and-features-cta .lead {
	padding: 0;
	margin: 30px 0 0;
}
.hero-layout-video-and-features-cta .hero-buttons {
	margin-top: 20px;
}
.hero-layout-video-and-features-cta .icon-list {
	margin-top: -20px;
}

/**
 * ========================================
 * HEADLINE
 * ========================================
 */
.headline-text {
	position: relative;
	padding: 50px 0;
	font-size: 20px;
	text-align: center;
}
.headline-text:before, .headline-text:after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -60px;
	display: block;
	height: 2px;
	width: 120px;
	background-color: rgba(0,0,0,0.1);
}
.headline-text:before {
	top: 0;
}
.headline-text:after {
	bottom: 0;
}
.section-dark .headline-text:before, .section-dark .headline-text:after,
.section-accent .headline-text:before, .section-accent .headline-text:after {
	background-color: rgba(255,255,255,0.2);
}

/**
 * ========================================
 * DESCRIPTION
 * ========================================
 */
.about-row {
	margin-top: 50px;
}
.about-image {
	text-align: center;
}
@media ( min-width: 992px ) {
	.about-image {
		padding-right: 40px;
	}
	.about-image.col-md-push-6 {
		padding-left: 40px;
		padding-right: 15px;
	}
}
@media ( max-width: 991px ) {
	.about-image {
		margin-bottom: 15px;
	}
}
@media ( max-width: 477px ) {
.side-padding-50-xs {
	padding-left: 50px !important;
	padding-right: 50px !important;
}
}
/**
 * ========================================
 * SLIDERS
 * ========================================
 */
.accordion-slider ul li .accordion-slider-wrapper .accordion-slider-content .card-hide .btn {
  top: 36px;
  left: -40px;
  padding-top: 30px;
  height: 100%;
  text-align: left;
}
.accordion-slider ul li .accordion-slider-wrapper .accordion-slider-content .card-hide .btn>div>a {
	display: inline-block;
		}

		.accordion-slider {
  width: 100%;
  max-width: 1400px;
  height: 400px;
  overflow: hidden;
}

.accordion-slider ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}

.accordion-slider ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease;
	border-left:1px solid rgba(255,255,255, 0.6);
cursor: pointer;
}

.accordion-slider ul li .accordion-slider-wrapper {
  display: block;
  overflow: hidden;
  width: 100%;
}

.accordion-slider ul li .accordion-slider-wrapper .accordion-slider-content {
  display: block;
  height: 400px;
  width: 97%;
  position: relative;
  z-index: 3;
  vertical-align: top;
  padding: 15px 20px;
  box-sizing: border-box;
  color: #212121;
  text-decoration: none;
  transition: all 200ms ease;
}

.accordion-slider ul li .accordion-slider-wrapper .accordion-slider-content * {
  opacity: 1;
  margin: 0 20px;
  width: 97%;
  position: relative;
  z-index: 5;
  white-space: wrap;
  /*overflow: hidden;*/
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.accordion-slider ul li .accordion-slider-wrapper .accordion-slider-content .card-hide {
  opacity: 0;
  height: 100%;
}

.accordion-slider ul li .accordion-slider-wrapper .accordion-slider-content .content-title {
  margin-bottom: 6px;
  top: 16px;
}

.accordion-slider ul li .accordion-slider-wrapper .accordion-slider-content .card-hide .content-text {
  top: 26px;
  left: -20px;
}

.accordion-slider ul:hover li { width: 15%; filter: brightness(0.5); }
.accordion-slider ul:hover li .accordion-slider-content { opacity: 0; }

.accordion-slider ul:hover li:hover { width: 60%; filter: brightness(1); }
.accordion-slider ul:hover li:hover .accordion-slider-content { opacity: 1; }

.accordion-slider ul:hover li:hover .accordion-slider-content * {
  opacity: 1 !important;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.accordion-slider ul:focus-within li { width: 15%; filter: brightness(0.5); }
.accordion-slider ul:focus-within li .accordion-slider-content { opacity: 0; }

.accordion-slider ul:focus-within li:focus-within { width: 60%; filter: brightness(1); }
.accordion-slider ul:focus-within li:focus-within .accordion-slider-content { opacity: 1; }

.accordion-slider ul:focus-within li:focus-within .accordion-slider-content * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
    .slider {
        width: 100%;
        margin: 0 auto;
    }
.slick-prev, .slick-next {
	background-color: rgba(255, 255, 255, 0.8);
	width: 30px;
    height: 30px;
}
.slick-arrow {
    opacity: 0 !important;
  transition: 0.3s;

}
      .slider:hover .slick-arrow {
  opacity: 1 !important;
}
.slick-prev:hover, .slick-prev:focus-within, .slick-next:hover, .slick-next:focus-within {
	background-color: rgba(255, 255, 255, 0.8);
}
		.slick-prev:before,
    .slick-next:before {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	color: black;
    }
	  .slick-prev:before {
     content: "\f053";
    }

 .slick-next {
    right: 0;
}
		.slick-next:before {
     content: "\f054";
    }
		.slick-slide {
      margin: 0px 10px;
    }

    .slick-slide img {
      width: 100%;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .5;
    }
    
    .slick-active {
      opacity: .7;
    }

    .slick-current {
      opacity: 1;
    }

.slider-image {
  display: block;
  width: 100%;
  height: auto;
}
.slider-no-image {
  display: block;
  width: 165px;
  height: 165px;
  position: relative;
}

.slider-text {
  color: #ffffff;
  font-size: 20px;
	line-height: 1.1;
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: block;
}
		.overlay-container {
  position: relative;
  width: 100%;
background-position: center; 
	background-repeat: no-repeat; 
	height: 320px;
	background-size: cover;
}

.overlay-image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.overlay-container:hover .overlay {
  height: 100%;
}
.overlay-container:focus-within .overlay {
  height: 100%;
}

.overlay-text {
  color: white;
  position: relative;
    padding: 30px;
    top: 50%;
    left: 50%;
    width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
}


@media only screen and (max-width: 600px) {
	.overlay-container {
	height: 620px !important;
}
.overlay-container .overlay {
  height: 100%;
}

.accordion-slider { height: auto; }

.accordion-slider ul li,
.accordion-slider ul li:hover,
.accordion-slider ul:hover li,
.accordion-slider ul:hover li:hover {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-transition: none;
  transition: none;
}
.accordion-slider ul li,
.accordion-slider ul li:focus-within,
.accordion-slider ul:focus-within li,
.accordion-slider ul:focus-within li:focus-within {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-transition: none;
  transition: none;
}
.accordion-slider ul li .accordion-slider-wrapper .accordion-slider-content .card-hide {
  opacity: 1;
  height: 100%;
}
   .accordion-slider ul li .accordion-slider-wrapper .accordion-slider-content .card-hide .content-text {
    top: 26px;
    left: 0;
    opacity: 1;
}
.accordion-slider ul:hover li .accordion-slider-content {
    opacity: 1;
}
.accordion-slider ul:focus-within li .accordion-slider-content {
   opacity: 1; 
}
	.accordion-slider ul li .accordion-slider-wrapper .accordion-slider-content {
		padding: 15px 15px 15px 30px;
	}
	
.accordion-slider ul:hover li:hover .accordion-slider-content * {
  opacity: 1 !important;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}
.accordion-slider ul:focus-within li:focus-within .accordion-slider-content * {
  opacity: 1 !important;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

.accordion-slider ul li .accordion-slider-wrapper .accordion-slider-content .card-hide .btn {
  left: -20px;
}

	.mosaic-inner {
padding-bottom:0 0 5px 0 !important;
		}

		}


		@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
			.accordion-slider ul li {
  transition: all 50ms ease; 
}

.accordion-slider ul li .accordion-slider-wrapper .accordion-slider-content {
  display: block;
  height: 400px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: top;
  padding: 15px 20px;
  box-sizing: border-box;
  color: #212121;
  text-decoration: none;
  transition: none;
 /* transition: all 200ms ease;*/
}

.accordion-slider ul li .accordion-slider-wrapper .accordion-slider-content * {
  opacity: 1;
  margin: 0 20px;
  width: 100%;
  position: relative;
  z-index: 5;
  white-space: wrap;
    transition: none;

  /*overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 200ms ease;*/
}

			
   .accordion-slider ul li .accordion-slider-wrapper .accordion-slider-content .card-hide {
    opacity: 1;
    height: 100%;
    width: 100%;
}
  .accordion-slider ul li .accordion-slider-wrapper .accordion-slider-content .card-hide .content-text {
    top: 26px;
    left: 0;
    opacity: 1;
}
.accordion-slider ul li .accordion-slider-wrapper .accordion-slider-content .card-hide .btn {
    top: 36px;
    left: 15px;
    height: 100%;
    text-align: left;
	display: block;
	margin: 30px 0;
	padding: 0;
}
.accordion-slider ul:hover li:hover .accordion-slider-content .card-hide .content-text {
    left: -26px;
}
.accordion-slider ul:hover li:hover .accordion-slider-content .card-hide .btn {
    left: -26px;
}
.overlay-text {
    color: white;
    position: relative;
    padding: 30px;
    width: 100%;
     text-align: left;
}
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    width: 100%;
    height: 100%;
}
}


/**
 * ========================================
 * FOOTER
 * ========================================
 */
.footer-section {
	padding: 0 0 30px 0;
	text-align: center;
}
.footer-logo {
	margin-top: 0;
	margin-bottom: 60px;
}
.footer-socmed {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 15px;
}
.footer-socmed > a {
	display: inline-block;
	margin: 0 10px;
	color: inherit;
	opacity: 0.5;
}
.footer-socmed > a:hover, .footer-socmed > a:focus {
	color: inherit;
	opacity: 1;
}
.nav-footer-item ul {
list-style: none;
  padding-left: 3px;
}
footer h4 {
	font-weight: bold;
	font-size: 14px;
}
footer a {
	font-weight: normal;
	font-size: 12px;
}
.open h4 {
  opacity: 1;
}

.nav-footer-item {
  padding: 5px !important;
}
	#scroll-to-top {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
  border: none;
  outline: none;
  background-color: transparent;
  color: #1062fb;
  width: 40px;
  height: 40px;
}
		#scroll-to-top:hover, #scroll-to-top:focus-within {
			text-decoration: none;
    background-color: #eee; }

		.left-20 {
			padding-left: 20px;
		}
.fa-angle-up {
			color: #f40000;
			font-size: 22px;
	position: relative;
    margin-top: 8px;
		}
		.fa-angle-up:hover, .fa-angle-up:focus-within {
			color: #101010;
		}


@media (max-width : 540px) {
    
.nav-footer .nav2 h4 { 
  cursor: pointer; 
	
  }
.nav-footer ul { 
  max-height: 0; 
  overflow:hidden; 
  transition: max-height 1s ease-out; }

  .nav-footer .nav2 h4:after { 
      content: '\002B';
  color: #212121;
  font-weight: bold;
  margin-left: 15px;

  }
.nav-footer .nav2.open h4:after { 
    content: "\2212";

  }

  .nav-footer .nav2.open ul { 
  height:auto; 
  max-height: 500px; 
  transition: max-height 1s ease-in !important; }

	.nav-footer-item {
  border-top: 1px solid #101010;
}
	.nav-footer-item:nth-last-child(1) {
  border-bottom: 1px solid #101010;
}
}
/**
 * ========================================
 * RESPONSIVE SLIDES
 * ========================================
 */
/*! http://responsiveslides.com v1.54 by @viljamis */
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.rslides_tabs {
	padding: 0;
	margin: 0;
}
.rslides_tabs li.rslides_here {
	opacity: 0.8;
}
.rslides_tabs li {
	display: inline-block;
	margin: 5px;
	opacity: 0.4;
}
.rslides_tabs li a {
	display: inline-block;
	width: 12px;
	height: 12px;
	font-size: 12px;
	line-height: 1;
	overflow: hidden;
}
.rslides_tabs li a:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #EAEAEA;
}
.section-gray .rslides_tabs li a:before {
	background-color: #ddd;	
}
.section-dark .rslides_tabs li a:before {
	background-color: #fff;	
}
.section-accent .rslides_tabs li a:before {
	background-color: #fff;	
}
.rslides_nav {
	position: absolute;
	top: 50%;
	z-index: 3;
	display: inline-block;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	font-size: 30px;
	line-height: 1;
	overflow: hidden;
	color: #7A7A7A;
	opacity: 0.4;
	text-align: center;
}
.section-dark .rslides_nav {
	color: #fff;
}
.section-accent .rslides_nav {
	color: #212121;
}
.rslides_nav.prev {
	left: 0;
}
.rslides_nav.next {
	right: 0;
}
.rslides_nav:hover, .rslides_nav:focus {
	opacity: 1;
}
.rslides_nav:before {
	font-family: "FontAwesome";
	display: inline-block;
	width: 30px;
}
.rslides_nav.prev:before {
	content: "\f104";
}
.rslides_nav.next:before {
	content: "\f105";
}

/**
 * ========================================
 * PRELOADER
 * ========================================
 */
body.enable-preloader > .document {
	opacity: 0;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}
body.enable-preloader.done-preloader > .document {
	opacity: 1;
}
body.enable-preloader.preloader-dark {
	background-color: #212121;
}
#jpreOverlay {
	background-color: #fff;
}
body.enable-preloader.preloader-dark #jpreOverlay {
	background-color: #212121;
}
#jpreButton, #jprePercentage {
	display: none !important;
}
#jpreLoader {
	width: 200px !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	margin: -4px 0 0 -100px;
	height: 8px;
	background-color: #EAEAEA;
}
body.enable-preloader.preloader-dark #jpreLoader {
	background-color: #424242;
}
#jpreBar {
	position: absolute !important;
	top: 0;
	overflow: hidden;
	text-align: center;
}

/**
 * ========================================
 *CodeSignal Fonts
 * ========================================
 */

	  
@font-face {
    font-family: 'Work Sans';
    src: url('https://fonts.googleapis.com/css?family=Work+Sans');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Work Sans';
    src: url('https://fonts.googleapis.com/css?family=Work+Sans');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Work Sans';
    src: url('https://fonts.googleapis.com/css?family=Work+Sans');
    font-weight: 500;
    font-style: normal;
}
/*@font-face {
    font-family: 'Work Sans';
    src: url('https://fonts.googleapis.com/css?family=Work+Sans');
    font-weight: 400;
    font-style: italic;
} */
@font-face {
    font-family: 'Work Sans';
    src: url('https://fonts.googleapis.com/css?family=Work+Sans');
    font-weight: 700;
    font-style: normal;
}
/*@font-face {
    font-family: 'Work Sans';
    src: url('https://fonts.googleapis.com/css?family=Work+Sans');
    font-weight: 700;
    font-style: italic;
} */

@font-face {
    font-family: 'Work Sans';
    src: url('https://fonts.googleapis.com/css?family=Work+Sans');
    font-weight: 900;
    font-style: normal;
}