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

strong { font-weight: 700; }

a, a:hover, a:focus {
	color: #fff;
	text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
h1{
	font-size: 27px;
}
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; }


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

.coming-soon {
  height: 100vh;
    margin: 0 auto;
  background: rgba(0,70,102,1);
background: -moz-linear-gradient(-45deg, rgba(0,70,102,1) 0%, rgba(43,58,115,1) 28%, rgba(121,36,138,0.55) 78%, rgba(121,36,138,0.52) 81%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,70,102,1)), color-stop(28%, rgba(43,58,115,1)), color-stop(78%, rgba(121,36,138,0.55)), color-stop(81%, rgba(121,36,138,0.52)));
background: -webkit-linear-gradient(-45deg, rgba(0,70,102,1) 0%, rgba(43,58,115,1) 28%, rgba(121,36,138,0.55) 78%, rgba(121,36,138,0.52) 81%);
background: -o-linear-gradient(-45deg, rgba(0,70,102,1) 0%, rgba(43,58,115,1) 28%, rgba(121,36,138,0.55) 78%, rgba(121,36,138,0.52) 81%);
background: -ms-linear-gradient(-45deg, rgba(0,70,102,1) 0%, rgba(43,58,115,1) 28%, rgba(121,36,138,0.55) 78%, rgba(121,36,138,0.52) 81%);
background: linear-gradient(135deg, rgba(0,70,102,1) 0%, rgba(43,58,115,1) 28%, rgba(121,36,138,0.55) 78%, rgba(121,36,138,0.52) 81%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004666', endColorstr='#79248a', GradientType=1 );

}

.inner-bg {
    padding: 100px 0 40px 0;
}

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

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

.coming-soon .logo a {
	display: inline-block;
	width: 200px;
	height: 110px;
	background: url(../img/logo.png) center center no-repeat;
	text-indent: -99999px;
}
.coming-soon .logo a:focus { outline: 0; }

.coming-soon .logo a:hover { background-image: url(../img/logo-hover.png); 
}

.coming-soon .logo a:before {
	content: url(../img/logo-hover.png);
	width: 0;
	height: 0;
	visibility: hidden;
}
hr{
  max-width: 800px;
}

.coming-soon p {
	margin: 60px 0 10px 0;
	padding: 0 110px;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;

}
.coming-soon span {
    font-size: 18px;
    line-height: 30px;
}
		.address{
	font-size: 18px;

}
.add{margin-bottom: 10px;}

.timer {
    margin-top: 60px;
}

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

.timer .days,
.timer .hours,
.timer .minutes,
.timer .seconds {
    font-size: 80px;
    font-weight: 100;
    line-height: 90px;
}

.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: 60px;
	padding: 20px 0 15px 0;
	background: #3d3d3d;
	background: rgba(61, 61, 61, 0.3);
}

.footer-copyright p {
	margin: 0;
	font-size: 18px;
    line-height: 32px;
    color: #fff;
    text-align: left;
}

.footer-copyright a { color: #fff; border-bottom: 1px dotted #fff; }
.footer-copyright a:hover { color: #fff; border: 0; }

.footer-social {
	text-align: right;
}

/* social icons */
.social-icon {
	display: inline-block;
	width: 48px;
	height: 48px;
	margin: 5px;
	background: center center no-repeat;
}

.social-icon.facebook { background-image: url(../img/social-icons/facebook.png); }
.social-icon.twitter { background-image: url(../img/social-icons/twitter.png); }
.social-icon.dribbble { background-image: url(../img/social-icons/dribbble.png); }
.social-icon.google-plus { background-image: url(../img/social-icons/google-plus.png); }

ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
max-width: 440px;
margin-bottom: 35px;
text-align: center;

}

li {
  float: left;
  border-right: 1px solid #fff;
  padding: 0px 15px;

}

li:last-child{
	border-right: none;
}
li a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #111111;
}

.google-map iframe{
  border-radius: 10px;
border: 2px solid #fff;

}