
html {
	box-sizing: border-box;
}

* {
	box-sizing: inherit;
}

body,
html {
	height: 100%;
}

body {
	background-image: url('../images/bg.jpg');
	background-attachment: fixed;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: 'suse', sans-serif;
	margin: 0;
	position: relative;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"]{
-webkit-appearance: none;
opacity:1;
}
::-webkit-input-placeholder {
	color: #CCDEF4;
}

::-moz-placeholder {
	color: #CCDEF4;
}

:-ms-input-placeholder {
	color: #CCDEF4;
}

:-moz-placeholder {
	color: #CCDEF4;
}

.highlight {
	color: #FF7010;
}


/*-- loader  --*/
.preloader.fade {
    opacitgy: 0; 
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background:#CCDEF4;
	z-index:999;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #011435;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #011435;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FF7010;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*-- loader  --*/

a:link, a:visited, a:active {
    text-decoration:none;
}

.content-wrap {
	margin: 20px auto 40px auto;
	padding: 0 15px;
	width: 700px;
	text-align: center;
}

.logo-box img {
	max-width: 240px;
}

.cta-box {
	padding-top: 0px;
	padding-bottom: 20px;
}

.cta-box h1 {
	color: #FF7010;
	font-size: 30px;
	font-weight: 600;
	text-shadow: 0 2px 4px rgba(256, 256, 256, 0.8);
}

.cta-box p {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-top: 40px;
	text-shadow: 0 2px 3px rgba(1, 20, 53, 1);
}


.social-icons {
	margin-top: 20px
}

.social-icons a {
	padding: 0 10px;
	text-decoration: none;
}

.social-icons a:hover,
.social-icons a:active,
.social-icons a:visited {
	color: #fff;
}

.social-icons svg {
	fill: #fff;
	transition: all.2s ease-in-out;
	width: 20px;
}

.social-icons a:hover svg {
	transform: scale(1.1);
}


.timer-cta {
	font-size: 22px;
}

.iconos ul {
	/*
	background: rgba(256, 256, 256, 0.5);
	border-radius: 14px;
	*/
	margin-top: 30px;
	padding: 0;
	
}
.iconos ul li {
	display: inline-flex;
	height: 200px;
	width: 200px;
	list-style: none;
	position: relative;
	text-align: center;
	margin: 0;
	padding: 0;
}
.iconos-box {
	width: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}



.time-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.time {
	font-size: 32px;
	font-weight: 800;
}

.time-txt {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-shadow: 0 2px 3px rgba(1, 20, 53, 1);
}

.time-txt a{
	text-decoration: none;
}


@media screen and (min-width:1200px) {
	.content-wrap {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 900px;
	}
}

@media screen and (max-width:767px) {
	.content-wrap {
		margin-top: 80px;
		width: 100%;
	}
	.cta-box h1 {
		font-size: 28px;
	}
	.cta-box p {
		font-size: 17px;
	}
	.time {
		font-size: 22px;
	}
	.newsletter .form-field,
	.btn-main {
		height: 46px;
	}
	.countdown ul li {
		height: 75px;
		width: 75px;
	}
	.iconos ul li {
		margin-right: 50px;
	}


}
