/*
========================================================================
This css file will over write bootstarp css
------------------------------------------------------------------------
# Template Name: Sunrise
# Template URI: http://codepassenger.com/
# Author: CodePassenger
# Author URI: http://codepassenger.net/
# Description: Sunrise is a creative and unique Coming Soon Template built with HTML5, CSS3, BS3.
# Version: 1.1
# License: GPL v2 or later
# License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
# Tags:
---------------------------------------------------------------------- 
========================================================================
*/
/*
========================================================================
Index
------------------------------------------------------------------------
# - 1.0 - General styles
# - 2.0 - Left-blcok styles
# - 3.0 - Right-block styles
# - 3.1 - Count down styles
# - 3.2 - Contact styles
# - 3.3 - Social-icon styles
# - 4.0 - layout styles
*/
/*
========================================================================
# 1.0 - General styles
------------------------------------------------------------------------
*/
body, html {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 16px;
  background: #f8faeb;
  color: #3a3a3a;
  height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 5px;
	color: #3d5054;
	line-height: 1em;
	font-weight: normal;
	margin: 0 0 10px;
}
h1 {
	font-family: 'Berkshire Swash', cursive;
	/*text-transform: capitalize;*/
	color: #ffd57a;
	margin-bottom: 65px;
}
h2 {
	font-family: 'Roboto Slab', serif;
	font-weight: 500;
	color: #ffd57a;
	line-height: 1.5;
}
h3 {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	color: #fff;
}
h1 { font-size: 45px;}
h2 { font-size: 36px;}
h3 { font-size: 20px;}
h4 { font-size: 18px;}
h5 { font-size: 16px;}
h6 { font-size: 14px;}
p {
	
	font-weight: normal;
}
a {color: #ffd57a}
a:hover {color: #ffd57a; text-decoration: none;}
a:active {color: #ffd57a;}
.form-horizontal:after,
.form-horizontal:before {
	content: "";
	display: table;
}
.form-horizontal:after,
.form-horizontal:before
 {
	clear: both;
}
/*--------------------------------------
     Background image
----------------------------------------*/
.bg {
	background: url('../images/bg.jpg')  no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	position: relative;
	text-align:center;
}
.bg-color
 {
    background-color: rgba(5, 6, 35, 0.5);
    width: 100%;
    height: 100%;
}
/*--------------------------------------
# 2.0 left-block style start here
----------------------------------------*/
 
.rocket-block {
	text-align:center;
	padding: 0px 40px 0;
}
.rocket-block img {
	margin-top: 15px;
	margin-bottom: 15px;
}
.rocket-block .img-thumbnail {
	background:#fff;
}
/*--------------------------------------
# 3.0  Right-block style start here
----------------------------------------*/
.right-block {
	 background: #f8faeb;
}
.contact-block {
	text-align: center;
	padding: 0px 40px;
}
.contact-block h2 {
	color: #3a3a3a;
	margin-bottom: 70px;
	text-transform: inherit;
}
.contact-block .para {
	margin-bottom: 70px;
}
.contact-block .para span {
	font-weight: bold;
	color: #1b727b;
}
}
/*--------------------------------------
# - 3.1 Countdown section style start here
----------------------------------------*/
.timing {
	margin-top: 30px;
}
.time_circles > div > h4 {
	color: #fff;
}
.time_circles > div > span {
	color: #fff;
}
/*----------------------------------------
# - 3.2 contact section style
------------------------------------------
*/ 
.contact-block .label {
	display: inline-block;
	color: #3a3a3a;
	margin-bottom: 25px;
	font-size: 16px;
}
.contact-block form {
	margin-bottom: 75px;
}
.content .form-control,
.contact-block .form-control {
	width: 95%;
	height: 42px;
	padding: 10px 12px;
	border-radius: 4px;
}
.contact-block .form-control:focus {
	border-color: #417378;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(65, 115, 120, .6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(65, 115, 120, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(65, 115, 120, .6);
}
.contact-block .input-group-btn {
	border-radius: 4px;
}
.form-control::-moz-placeholder {
  color: #3a3a3a;
  opacity: 1;
  font-size: 16px;
  line-height: 1;
}
.form-control:-ms-input-placeholder {
  color: #3a3a3a;
  font-size: 16px;
  line-height: 1;
}
.form-control::-webkit-input-placeholder {
  color: #3a3a3a;
  font-size: 16px;
  line-height: 1;
}
.sun .btn-sand,
.contact-block .btn-sand {
	color: #fff;
	padding: 10px 20px;
}
.contact-block .btn-sand {
	background: #417378;	
}
.contact-block .btn-sand:hover {
    background: #416467;
    color: #fff;
}
.sun .input-group-btn:last-child>.btn-sand,
.sun .input-group .form-control:first-child,
.contact-block .input-group-btn:last-child>.btn-sand,
.contact-block .input-group .form-control:first-child {
	border-radius: 4px;
}
.content .alert-success {
	background-color: transparent;
	color: #ffffff;
	display: none;
}
.content .alert-warning {
	background-color: transparent;
	color: #ffffff;
	display: none;
} 
 
.followus {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
	color: #fff;
	margin:0 0 45px;
}
/*---------------------------------------------------
# - 3.3        social-icon style
-----------------------------------------------------*/
.social-icon {
	list-style: none;
	padding:0;
}
.social-icon li {
    display: inline-block;
    margin: 0 5px;
    font-size: 42px;
    vertical-align: middle;
}
.social-icon li a{
    color: #53544f;	
}
.social-icon li a:hover {
	color: #2D2D2A;
}
/*
------------------------------------------------------
# 4.0          layout style
------------------------------------------------------
*/
.sun-content {
	text-align:center;
	background: #363636;
}
.sun h1 {
	font-size: 60px;
	margin-bottom: 60px;
}	
.sun h2 {
	margin-bottom:0;
	font-family: "Open Sans", Arial, sans-serif;
}
.sun .timing {
	margin-top:0;
	margin-bottom: 65px;
}
.sun .form-control {
	background: #363636;
}
.sun .form-control:focus {
	color: #fff;
	border-color: #363636;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255, 255, 255, .6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255, 255, 255, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255, 255, 255, .6);
}
.sun .btn-sand {
	color: #232323;
	background: #ffd57a;
	border-color: #ffd57a;
	/* font-weight: bold; */
}
.sun .btn-sand:hover {
	background:#F7B72D;
	border-color:#F7B72D; 
}
.sun .btn-sand:focus {
	border-color:#F7B72D;
	outline: none;
}
.sun .form-control::-moz-placeholder {
  color: #ececec;
}
.sun .form-control:-ms-input-placeholder {
  color: #ececec;
}
.sun .form-control::-webkit-input-placeholder {
  color: #ececec;
}
.sun ul.social-icon li a {
	color: #fff;
}
.top-menu {
	top:5px;
}
.mid-menu {
	top: 15px;
}
.bottom-menu {
	top: 25px;
}
.top-animate {
  top: 16px !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
} 
.mid-animate { opacity: 0;} 
.bottom-animate {
  top: 16px !important;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
section ul,
section ul li {
	list-style:none;
	margin:0;
	padding:0;
	font-size:30px;
	text-transform:capitalize;
}
nav {
	text-align:center;
	background: rgba(255,255,255,.9);
	position:fixed;
	top:0px;
	left:0px;
	right: 0px;
	bottom: 0px;
	display:none;
	z-index: 300;
}
nav section {
	margin-top: 15%;
}
form#mc-embedded-subscribe-form {
    color: #fff;
    text-align: left;
}
form div {
    margin-top: 15px;
}

form input[type="text"],form input[type="email"] {
  background-color: transparent;
  padding: 4px 15px;
  border: 1px solid #ffe98b;
  color: #fff;
}
form label { display:none; }
#mc_embed_signup_scroll .mc-field-group {
  width: 31.3%;
  display: inline-block;
  margin: 0;
  text-align: center;
  margin-left: 1%;
}
#mc-embedded-subscribe-form {
  text-align: center;
}
#mc-embedded-subscribe {
  background-color: #ffd57a;
  border: none;
  color: #000;
  margin: 0 auto 33px;
  display: block;
  font-size: 17px;
  padding: 5px 15px;
}