
h1,h2,h3,h4,h5,h6,p{
	margin: 0;
}

::-moz-selection { background:#a9d045;}
::selection { background: #a9d045;}

.full_wrapper{
	background: url(../images/bg.jpg) no-repeat;
	width: 100%;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.bg-overlay{	
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.6);
	z-index: 1;
}
.wrapper{
	padding: 30px 0 60px;
	position: relative;
	z-index: 99;
}

/*
For larger Screen
*/
.large_screen.full_wrapper{
	height: 100vh;
}
.large_screen .wrapper{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
}

/*logo css*/
.logo img{
	display: inline-block;
}

/* comming soon title css */
.coming_text h2{
	font-size: 40px;
	color:#fefefe;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	padding: 48px 0 30px 0;
	box-sizing: border-box;
	text-transform: uppercase;
}
.coming_text h2 span{
	color:#a9d045;
	font-weight: 600;
}
.coming_text p{
	font-size: 15px;
	color:#eeeeee;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	padding: 0 34px 75px 34px;
	box-sizing: border-box;
}

/* style chooser css */
.style-chooser {
    width: 260px;
    left: 0px;
    position: fixed;
    top: 170px;
    z-index: 9999999999999;
    -webkit-transition: left 400ms;
    transition: left 400ms;
}
.style-chooser.opened {
    left: -260px;
}
.style-chooser .toggler {
    position: absolute;
    top: 0;
    right: -48px;
    display: inline-block;
    background: #a9d045;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    border-radius:  0 4px 4px 0;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.style-chooser-inner {
    position: relative;
    background: #f5f5f5;
    padding: 20px;
}
.style-chooser-inner h4 {
    color: #333;
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 16px;
}
.style-chooser-inner ul {
    list-style: none;
    padding: 0;
    margin: -5px;
}
.style-chooser-inner ul li {
    display: block;
    width: 38px;
    float: left;
    padding: 5px;   
    box-sizing: border-box;
}
.style-chooser-inner ul li a {
    display: block;
    height: 28px;
}
.style-chooser-inner ul li.active a {
    -webkit-box-shadow: 0 0 0 2px rgba(0,0,0,.2);
    box-shadow: 0 0 0 2px rgba(0,0,0,.2);
}


/*coundown part css*/
.count {
  position: relative;
  width: 150px; 
  height: 86.60px;
  background-color: rgba(0,0,0,0);
  margin: 43.30px 0;
  border-left: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
}

.count:before,
.count:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 106.07px;
  height: 106.07px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 20.9670px;
}

.count:before {
  top: -53.0330px;
  border-top: solid 1.4142px #ffffff;
  border-right: solid 1.4142px #ffffff;
}

.count:after {
  bottom: -53.0330px;
  border-bottom: solid 1.4142px #ffffff;
  border-left: solid 1.4142px #ffffff;
}

.count h2{
	color:#fefefe;
	font-size: 40px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 52px;
}
.count p{
	color:#eeeeee;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-transform: capitalize;
}

/*Subscribe part css */
.search_part{
	padding: 80px 0 100px 0;
	box-sizing: border-box;
}
.search_part h2{
	font-size: 25px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color:#fefefe;
	padding-bottom: 10px;
	box-sizing: border-box;
	text-transform: uppercase;
}
.search_part p{
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color:#fefefe;
	margin-bottom: 15px;
}
.search_part .form-control{
	background: transparent;
	border-color: #fff;
	height: 40px;
	color: #fefefe;
	border-right:none;
}
.form-control:focus{
	box-shadow:none;
}
.search_part .btn{
	padding: 0px 50px;
	background: #a9d045;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 15px;
	height: 40px;
	position: relative;
	text-transform: uppercase;
}
.search_part .btn:focus{
	outline: none;
}
.search_part .btn:after{
	content: '';
	position: absolute;
	width: 0;
	top: 0;
	bottom: 0;
	left: 50%;
	right: 50%;
	background: rgba(218,134,11, .5);
	transition: all .3s;
	-webkit-transition: all .3s;
	z-index: -1;
}
.search_part .btn:focus:after,
.search_part .btn:hover:after{
	left: 0;
	right: 0;
	width: 100%;
}

/*social part css*/
.social_part{
	margin-bottom: -30px;
}

.social_part .count {
  position: relative;
  width: 34px; 
  height: 19.63px;
  background-color: rgba(0,0,0,0);
  margin: 9.81px 0;
  border-left: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.social_part .count:before,
.social_part .count:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 24.04px;
  height: 24.04px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 3.9792px;
}

.social_part .count:before {
  top: -12.0208px;
  border-top: solid 1.4142px #ffffff;
  border-right: solid 1.4142px #ffffff;
}

.social_part .count:after {
  bottom: -12.0208px;
  border-bottom: solid 1.4142px #ffffff;
  border-left: solid 1.4142px #ffffff;
}
.social_part  a{
	display: inline-block;
	margin: 0 15px;
}
.social_part .count i{
	color:#fff;
	font-size: 16px;
	position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}
.social_part a:focus .facebook,
.social_part a:hover .facebook {
	background: #3B579D;
}
.social_part a:focus .twitter,
.social_part a:hover .twitter {
	background: #1A93DD;
}
.social_part a:focus .gplus,
.social_part a:hover .gplus {
	background: #D1463A;
}
.social_part a:focus .pinterest,
.social_part a:hover .pinterest {
	background: #cb2027;
}
.social_part a:focus .linkdin, 
.social_part a:hover .linkdin {
	background: #0077B5;
}
.social_part a:focus .instagram,
.social_part a:hover .instagram {
	background: #fb3958;
}

/*responsive part css*/
@media (min-width:768px) and (max-width:991px){
	.coming_text h2 {
	  padding: 50px 0 30px;
	}
	.coming_text p {
	  padding: 0 0 50px;
	}
	.search_part {
	  padding: 80px 0;
	}
}
@media (min-width:480px) and (max-width:767px){
	.wrapper {
	  padding: 50px 0;
	}
	.count {
	  margin: 0 auto 95px;
	}	
	.search_part {
	  padding:30px 0 80px ;
	}
	.coming_text h2 {
		padding: 30px 0;
	}
	.coming_text p {
	  padding: 0 0px 55px;
	}	
	.coundown_res .col-sm-3{
		width: 50%;
		float: left;
	}
	.search_part .btn{
		padding: 0 35px;
	}
}
@media (max-width:479px){
	.container{
		width: 300px;
	}
	.wrapper {
	  padding: 50px 0;
	}
	.count {
	  margin: 0 auto 100px;
	}
	.col-sm-3:last-child .count{
		margin-bottom: 0;
	}
	.search_part {
	  padding: 80px 0;
	}
	.coming_text h2 {
		padding: 30px 0;
	}
	.coming_text p {
	  padding: 0 0px 55px;
	}
	.search_part .btn{
		padding: 0 20px;
	}
	.social_part .count{
		margin: 0 auto 30px;
	}
	.social_part a {
	  margin: 0 16px;
	}
}
@media (max-height:767px){
	.style-chooser{
		top:21%;
	}
}
@media (max-height:479px){
	.style-chooser{
		top:34px;
	}
}
