deb406deb406/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------------------------- */

html { 
  background: url(../images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
	font-family: 'NEXA bold', sans-serif;
	color: white;
	font-weight: 300;

	
}

.wrapper {
	width: 100%;
	height: 100%;
	
}
.container {
	width: 95%;
	max-width: 1200px;
	margin: auto;

}
.header{
	background: #FFFFFF; 
	text-align: center;
	padding: 5px 0px 5px 0px;
	color: black;
	
}

.header a {
	color: black;
	text-transform: uppercase;
	text-decoration: none;

}
.col-2  {
	width: 50%;
	float: left;
	position: relative;
}
.logo, .offer, .slider {
	width: 100%;
	margin: 20px 0px 20px 0px;
	
}
.logo img {width:100%; max-width:325px; margin-bottom: }
.slider img {
	width: 95%;
	height: 90%;
	margin: auto;
	display: block;
	
}

.offer {
	text-align: center;
	
}
h1 {
	font-weight: 900;
	font-size: 70px;
}

h2 {
	font-weight: 500;
	font-size: 50px;

}
h3 {
	font-weight: 400;
	font-size:24px;
}

a {
	color: #c2702e;
	text-decoration: none;
}
.logo {float:left;}
.offer {float:right;}
.logo img { 
	margin: 20px auto 0px auto;
	display: block;
}
table {
	width: 100%;
	margin:auto!important;
}

form {
	width: 100%;
	margin: auto;
	display: block;
}
.form {
	width: 80%;
	margin: auto;
	
}
input {
	width: 100%;
	margin: 15px 0px 0px 0px;
	padding: 15px 0px 10px 10px; 
	font-size: 14px;
	box-sizing: content-box;

}
.btn {
	width:100%;
	height: 55px;
	background:#deb406;
	color: white;
	font-size: 20px;
	border: none;
	font-weight: 300
}
#btn-website {
	color: white!important;
}
.btn:hover {background:#ffd200; color:#AABEBF;}
textarea {
	width: 100%;
	margin-top: 15px;
	padding: 10px 0px 10px 10px;
	font-size: 14px;
}

input[type="submit"] {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border:none;
	background:#deb406;
	font-weight:300;
	font-size:24px;
	color: white;
	width:100%;
	height:30px;
	
	
}
input:hover[type="submit"]{background:#ffd200; color:#ffffff;}
footer {
	text-align: center;
	width: 100%;
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
}
#footer {
	margin-top: 30px;
}
.slick-next {right: 0px!important;}
.slick-prev {left:0px!important; z-index: 2;}


/*===============Cert================*/

.cert {
	margin: 0px auto;
	max-width: 700px;
	width:100%;
	border: 1px #191919 dashed;
	overflow: auto;
	box-sizing: border-box;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+50,60cae4+50 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left, #ffffff 50%, #deb406 50%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #ffffff 50%,#deb406 50%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #ffffff 50%,#deb406 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#deb406',GradientType=1 ); /* IE6-9 */
}
.cert-offer {color:#fff; text-align: center; padding:80px 0px; width:85%; margin: auto;}
.cert-offer h1 {font-size: 48px;}
.cert-offer h2 {font-size:24px; font-weight: 400;}
#border {
	width: 100%;
	max-width: 740px;
	border: 20px solid #fff;
	margin: 20px auto;
	box-sizing: border-box;
}
.bg-blue {background:transparent; }
#cert-link {color:#000000; margin-top:20px; text-align: center; padding-bottom: 20px;}

.contact {width:85%; margin: auto; display: block; color: #000000;}


@media screen and (max-width: 848px){
	.bg-blue {background:#deb406;}
	.cert {
		background:#fff!important;
	}
	.col-2  {
	width: 100%;
	float: none;
	}
	
	h1 {
		font-size: 75px;
	}
	
	h2 {
		font-size: 35px;
	}
	
	input,textarea {
		font-size: 16px;
	}
	.contact {text-align:center; padding-bottom:20px;}
}