@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,700,800&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700,800&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,700,800&subset=latin-ext');

body {
	overflow-x: hidden;
}

body,
html {
	overflow-x: hidden;
	width: 100%;
	max-width: 100%;
	/*height: 100%;*/
	/*min-height: 100%!important;*/
	padding: 0;
	margin: 0;
	line-height: 1.5;
	letter-spacing: 0.5px;
	font-weight: normal;
	font-style: normal;
	color: #666;
	font-size: 16px;
	background-color: #ffffff;
	color: #666;
	font-family: 'Open Sans', sans-serif;
	position: relative;
}

body.page {
	/*padding-top: 85px;*/
}

.page a {
	color: #333;
	/*text-decoration: underline;*/
	/*color:#89140c;*/
}

.page a:hover {
	text-decoration: none;
	/*color:black;*/
}

.page.index a:hover {
	text-decoration: none;
	color: #999;
}

/*p,
span, [data-element] {
    letter-spacing: 0.5px;
    line-height: 1.5;
}*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 15px 0 15px 0;
	padding: 0;
	/*text-transform: uppercase;*/
	word-wrap: break-word;
	color: #333;
}

h1 {
	font-family: 'Montserrat', sans-serif;
	color: #b3c8be;
	font-weight: 700;
	font-size: 4rem;
	line-height: 1.3;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	color: #b3c8be;
	font-weight: 700;
	font-size: 3.44rem;
	line-height: 1.3;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.95rem;
	line-height: 1.3;
	font-weight: 900;
	color: #616161;
}

@media only screen and (min-width: 992px) {
	h3 {
		letter-spacing: 0.8rem;
	}
	h4 {
		letter-spacing: 0.2rem;
	}
}

h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 2rem;
	line-height: 1.3;
	font-weight: 900;
	color: #616161;
}

h5 {
	font-size: 1.3rem;
	line-height: 1.3;
	letter-spacing: 1px;
}

h6 {
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: 1px;
}

.bg-color-x {
	background: #616161 !important;
}

.bg-color-0 {
	background: #999 !important;
}

.bg-color-1 {
	background: white !important;
	border: 0;
}

.bg-color-2 {
	background: #b3c8be !important;
	border: 0;
}

.bg-color-3 {
	background: #ffd67a !important;
	border: 0;
}

.bg-color-4 {
	background: #c9261c !important;
	border: 0;
}

.bg-color-5 {
	background: #7d96e9 !important;
	border: 0;
}

.bg-color-6 {
	background: transparent !important;
	border: 0;
}

.color-x {
	color: #616161 !important;
}

.color-0 {
	color: #999 !important;
}

.color-1 {
	color: white !important;
}

.color-2 {
	color: #b3c8be !important;
}

.color-3 {
	color: #ffd67a !important;
}

.color-4 {
	color: #c9261c !important;
}

.color-5 {
	color: #7d96e9 !important;
}

.color-6 {
	color: transparent !important;
}

.btn.btn-1,
.btn.btn-2,
.btn.btn-3 {
	padding: 6px 25px;
	border: 1px black solid;
	font-style: normal;
	color: black;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.btn-1:hover {
	background: #b3c8be !important;
	color: #ffffff;
	background: rgba(112, 210, 229, 1);
}

.btn.btn-2 {
	border-bottom-left-radius: 8px;
	border-top-right-radius: 8px;
	border: 1px solid #333;
	color: #333;
	background-color: white;
}

.btn-2:hover {
	border-bottom-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 8px;
	background: #b3c8be !important;
	color: white !important;
}

.btn-3 {
	border: 1px solid #000;
	background-color: #000;
	color: #fff !important;
}

.btn-3:hover {
	color: #333 !important;
	background-color: white;
}

.font-2 {
	font-family: "Montserrat", sans-serif;
	letter-spacing: 1px;
}

.font-3 {
	font-family: 'PT Serif', serif;
}

.icon-text-1 .icon {
	text-align: center;
	display: inline-block;
	/*font-size: 24px;*/
	color: #333;
	/*    background-color: #888;
        width: 60px;
        height: 60px;*/
	/*line-height: 60px;*/
	border-style: none;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.icon-text-1:hover .icon {
	/*    color: white;
        background-color: black;
    */
}

.icon-text-1 .icon-text-title {
	/*text-align: center;*/
	padding: 10px 0;
	text-transform: uppercase;
	font-size: 22px;
	position: relative;
	z-index: 1;
}

h2 {
	position: relative;
	z-index: 1;
}

.icon-text-1 .icon-text-title:before,
h2:before {
	content: attr(data-title);
	position: absolute;
	z-index: -1;
	opacity: 0.05;
	left: 0.4em;
	top: -0.6em;
	width: 100%;
	font-size: 1.4em;
	font-weight: 900;
	padding: 10px 0;
	text-transform: uppercase;
	white-space: nowrap;
	-webkit-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}

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

.icon-text-2 {
	padding: 50px 30px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.icon-text-2 .icon {
	text-align: center;
	display: inline-block;
	font-size: 40px;
	color: #444;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.icon-text-2:hover {
	background: #eeeeee;
}

.icon-text-2 .icon-text-title {
	text-align: center;
	padding: 20px 0;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
}
.icon-text-2 .icon-text-title:after {
	position: absolute;
	bottom: 0;
	content: "";
	width: 40%;
	height: 2px;
	background-color: #444;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

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

.icon-text-3 {
}

.icon-text-3 .icon {
	display: inline-block;
	font-size: 24px;
	color: #444;
}

.icon-text-3 .icon-block {
	display: inline-block;
	padding-right: 20px;
}

.icon-text-3 .icon-text-title {
	display: inline-block;
	color: #333333;
	margin: 0px 0px 20px 0px;
	text-transform: uppercase;
}

.icon-text-4 {
}

.icon-text-4 .icon {
	text-align: center;
	display: inline-block;
	font-size: 25px;
	color: #ffffff;
	background-color: #333333;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-style: none;
}

.icon-text-4 .icon-block {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}

.icon-text-4 .icon-text-title {
	display: inline-block;
	font-size: 17px;
	color: #333333;
	margin: 0px;
	text-transform: uppercase;
	vertical-align: top;
}

.icon-text-4 .text {
	display: block;
}

.icon-text-5 {
	padding: 50px 30px;
}

.icon-text-5 .icon {
	text-align: center;
	display: inline-block;
	font-size: 40px;
	color: #444;
}

.icon-text-5 .icon-text-title {
	text-align: center;
	padding: 20px 0;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
}

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

.icon-text-6:hover .icon {
	background-color: #ff867a !important;
}

.icon-text-6 .icon {
	text-align: center;
	display: inline-block;
	font-size: 25px;
	color: #ffffff;
	background-color: #333333;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-style: none;
	border-radius: 100%;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.icon-text-6 .icon-block {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}

.icon-text-6 .icon-text-title {
	display: inline-block;
	color: #333333;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
	vertical-align: top;
}

.icon-text-6 .text {
	display: block;
}

.separator {
	background-color: #c0c0c0;
	overflow: hidden;
	text-align: center;
	width: 100%;
	height: 1px;
}

.footer-copyright {
	margin-top: 20px;
	margin-bottom: 20px;
}

.footer-copyright a {
	color: #333;
}

.footer-copyright p {
	padding: 0;
	margin: 0;
}

.wrap_infobox {
	display: none;
}

.infobox {
	z-index: 999998;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	cursor: pointer;
	top: 0;
}

.infobox img {
	position: absolute;
	max-width: 80%;
	max-height: 80%;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.infobox-close {
	z-index: 999999;
	position: absolute;
	right: 0;
	top: 0;
	padding: 15px;
	background: #fff;
	color: #000;
	cursor: pointer;
	font-size: 26px;
	width: 56px;
	text-align: center;
}

.video-title {
	text-align: center;
	padding: 15px 20px;
	background: #f1f1f1;
	font-size: 1.2em;
}

#request {
	display: none;
	max-width: 600px;
}

iframe {
	display: block;
}

.ck-media__wrapper {
	width: 100%;
}
