*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
	height: 100%;
    margin:0;
    padding:0;
    overflow-x:hidden;
}

body {
    margin: 0;
    background-color: #d9f2f2;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #fff;
    text-align: center;
}

html,body {
    margin:0;
    padding:0;
    overflow-x:hidden;
    height: 100%;
}

strong { font-weight: 700; }

a, a:hover, a:focus {
	color: #000000;
	text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

h2 {
	margin-top: 10px;
	font-size: 42px;
    font-weight: 100;
    line-height: 54px;
}

img { max-width: 100%; }

::-moz-selection { background: #42bfc2; color: #fff; text-shadow: none; }
::selection { background: #42bfc2; color: #fff; text-shadow: none; }

.imgLogo {
  width: 150px;
}

p {
    font-size: 15px;
    font-weight: 500;
}

/***** Coming Soon *****/

.coming-soon {
    margin: 0 auto;
}

.inner-bg {
    padding: 105px 0 60px 0;
}

.coming-soon .logo {
	padding-bottom: 20px;
}

.coming-soon .logo h1 {
	margin: 0;
}

.coming-soon p {
	margin: 60px 0 10px 0;
	padding: 0 120px;
    font-size: 22px;
    line-height: 36px;
}

.timer {
    margin-top: 60px;
}

.timer .days-wrapper,
.timer .hours-wrapper,
.timer .minutes-wrapper,
.timer .seconds-wrapper {
    display: inline-block;
    width: auto;
    margin: 0 10px;
    font-size: 18px;
}

.timer .days,
.timer .hours,
.timer .minutes,
.timer .seconds {
    font-size: 30px;
    font-weight: 100;
    color: #17466d;
}
.days2 {
    font-size: 30px;
    font-weight: 100;
    color: #17466d;
}
.subscribe {
	margin-top: 60px;
}

.subscribe form input {
    width: 362px;
    height: 52px;
}

.success-message, .error-message {
	margin-top: 20px;
	font-size: 18px;
    line-height: 32px;
}


/***** Footer *****/

footer {
	margin-top: 10px;
	padding: 0;
}



