﻿@charset "UTF-8";

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/subset-Oswald-DemiBold.eot');
    src: url('../fonts/subset-Oswald-DemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Oswald-DemiBold.woff2') format('woff2'),
        url('../fonts/subset-Oswald-DemiBold.woff') format('woff'),
        url('../fonts/subset-Oswald-DemiBold.ttf') format('truetype'),
        url('../fonts/subset-Oswald-DemiBold.svg#Oswald-DemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

html {
    -webkit-text-size-adjust: none;
}

body, div {
  margin: 0;
  padding: 0;
}

body {
	font-family: Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #151b6f;
	line-height: 1.5;
}

/* Section */

.section {
	position: relative;
	max-width: 1170px;
	margin: 0 auto;
}

/* Main Wrapper */

#mainWrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	min-width: 320px;
	font-size: 24px;
	overflow: hidden;
}

/* Content */

#content .section {
	padding-top: 70px;
}

/* Text Image */

.textImage {
	margin-bottom: 65px;
}

.textImage .image,
.textImage .text {
	width: 570px;
}

.textImage .text {
	float: left;
	padding-top: 10px;
}

.textImage .image {
	float: right;
}

.textImage .image img {
	display: block;
	width: 100%;
}

.textImage.alt .text {
	float: right;
}

.textImage.alt .image {
	float: left;
}

.textImage .text .logos {
	margin: -15px -5px 0;
	padding: 0;
	font-size: 0;
	text-align: center;
}

.textImage .text .logos li {
	display: inline-block;
	margin: 0;
	padding: 0 5px 10px;
	list-style: none;
}

.textImage .text .logos li img {
	display: block;
	height: 80px;
}

/* Gallery */

.gallery {
	overflow: hidden;
}

.gallery .slides,
.gallery .thumbs {
	margin: 0;
	padding: 0;
	height: 0;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.gallery .thumbs {
	margin-left: -7px;
	margin-right: -7px;
}

.gallery .slick-initialized {
	height: auto;
	opacity: 1;
	overflow: auto;
}

.gallery .slides {
	margin-bottom: 16px;
}

.gallery .slides li,
.gallery .thumbs li {
	margin: 0;
	padding: 0;
	list-style: none;
	cursor: pointer;
}

.gallery .slides li img,
.gallery .thumbs li img {
	display: block;
	width: 100%;
}

.gallery .slides .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -17.5px !important;
	width: 18px;
	height: 35px;
	background: url(../images/slider-arrows.png) no-repeat left top;
	z-index: 1;
	margin: 0;
	padding: 0;
	border: 0;
	opacity: 0.8;
	text-indent: -9999em;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	background-size: 100%;
	-ms-behavior: url(/backgroundsize.min.htc);
}

.gallery .slides .slick-arrow:hover {
	opacity: 1;
}

.gallery .slides .slick-arrow.slick-prev {
	left: 16px;
}

.gallery .slides .slick-arrow.slick-next {
	right: 16px;	
	background-position: left bottom;
}

.gallery .thumbs li {
	margin: 0 8px;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;	
}

.gallery .thumbs .slick-current,
.gallery .thumbs .slick-slide:hover {
	opacity: 0.5;
}

/* Footer */

#footer .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-bottom: 70px;
	text-align: center;
}

#footer .left,
#footer .right {
	background: #eeeff4;
	width: 570px;
	padding: 20px;
}

#footer .socials {
	margin: 0 0 35px;
	padding: 0;
	font-size: 0;
}

#footer .socials li {
	margin: 0 20px;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: top;
}

#footer .socials li img {
	display: block;
	height: 100px;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}

#footer .socials li a:hover img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

/* Miscelleneous */

p {
	margin: 0 0 32px;
}

ul,ol {
	margin-bottom: 32px;
}

h1,h2,h3,h4,h5,h6,.heading, .subheading {
	margin: 0 0 32px;
	font-family: 'Oswald', Arial, sans-serif;
	font-weight: 900;
	padding: 0;
	line-height: 1.2;
}

.heading {
	font-size: 45px;
	text-align: center;
}

.heading span {
	display: block;
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin-top: 8px;
}

.subheading {
	font-size: 30px;
	text-align: center;
}

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

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
	color: #151b71;
}

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

.clear {
	clear: both;
}

.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

.clearfix { 
  display: inline-block;  
}

* html .clearfix{  
  height: 1%;  
}

.clearfix {  
  display: block;  
}

::-webkit-input-placeholder {
	opacity: 1;
	color: inherit;
}

:-moz-placeholder {
	opacity: 1;
	color: inherit;
}

::-moz-placeholder {
	opacity: 1;
	color: inherit;
}

:-ms-input-placeholder {  
	opacity: 1;
	color: inherit;
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;	
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
    border-radius: 0;
}

/* Medium Screens (Tablets - Landscape) */

@media only screen and (max-width : 1225px) {
	.section {
		max-width: 970px;
	}

	.textImage .image, .textImage .text,
	#footer .left, #footer .right {
		width: 475px;
	}

	.textImage {
		margin-bottom: 40px;
	}

	.textImage .text {
		padding-top: 0;
	}

	.textImage .text .logos li img {
		height: 66px;
	}

	#footer .socials li {
		margin-left: 15px;
		margin-right: 15px;
	}

	#footer .socials li img {
		height: 78px;
	}
}

/* Small Screens  (Tablets - Portrait ) */

@media only screen and (max-width : 991px) {
	.section {
		max-width: 750px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.textImage .text {
		margin-bottom: 50px;
	}

	.textImage .image, .textImage .text, #footer .left, #footer .right {
		width: 100%;
	}

	.textImage .text>:last-child {
		margin-bottom: 0;
	}

	#footer .section {
		display: block;
	}
}

/* Extra Small Screens */
@media only screen and (max-width : 767px) {
	.gallery .thumbs {
		display: none;
	}

	#content .section {
		padding-top: 50px;
	}

	.textImage {
		text-align: center;
	}

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

	#footer .section {
		padding-bottom: 50px;
	}

	#footer .socials li {
		margin-left: 10px;
		margin-right: 10px;
	}

	#footer .socials li img {
		height: 60px;
	}

	#footer .left {
		margin-bottom: 20px;
	}
}

@medi only screen and (max-width : 478px) { 

}

@media only screen and (max-width : 400px) { 
	
}