body {
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: 400;
	background: none;
}
.full {
	background: url(../img/bg1_new.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
strong {
	font-weight: 700;
}
a, a:hover {
	color: #fff;
	text-decoration: none;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #333;
	z-index: 99999;
	height: 100%;
}
#status {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 240px;
  height: 250px;
  margin: -32px 0 0 -170px;
  padding: 0;
}
.logo {
	padding-top: 25px;
	padding-bottom: 0px;
	font-size: 36px;
}
.logo i {
	color: #1fba99;
}
.coming-soon {
	padding-top: 6px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	text-align: center;
	color: #fff;
}
.coming-soon h2{
    font-size: 51px;
    font-weight: 700;
    text-shadow: 0 1px 7px rgb(0, 0, 0);
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 30px;
    }

.coming-soon h4{
    font-size: 19px !important;
    font-weight: 300;
	line-height:21px;
     }

.coming-soon h3 {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 10px;
	opacity: 0.3;
	margin-top: 40px;
}
.coming-soon p {
	margin-top: 20px;
	font-size: 20px;
	line-height: 36px;
	display: inline-block;
	background: rgba(45,45,45,.2);
	padding: 5px 10px;
	border-radius: 10px;
}
.counter {
	margin-top: 10px;
	text-shadow: 0 1px 5px rgba(0,0,0,.1);
}
.counter .days-wrapper, .counter .hours-wrapper, .counter .minutes-wrapper, .counter .seconds-wrapper {
	display: inline-block;
	width: 160px;
	height: 140px;
	margin: 0 10px;
	padding-top: 20px;
	background: #2d2d2d; /* browsers that don't support rgba */
	background: rgba(45,45,45,.5);
	font-size: 18px;
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;
	border-radius: 80px;
}
.counter .days, .counter .hours, .counter .minutes, .counter .seconds {
	font-size: 80px;
	line-height: 90px;
}
.subscribe {
	padding-top: 0px;
	text-align: center;
}
.subscribe h3 {
	font-size: 32px;
	font-weight: 400;
	color: #fff;
	line-height: 40px;
	display: inline-block;
	background: rgba(45,45,45,.3);
	padding: 10px 20px;
	border-radius: 10px;
}
.subscribe p {
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
}
.subscribe form {
    background-color: rgba(242, 242, 242, 0.42);
    padding: 45px 60px;
    opacity: 0.8;
    border-radius: 6px !important;
    width: 500px;
	overflow:hidden;
    margin: 0px auto;
	position: relative;
    border: #ffffff 1px solid;
}

.subscribe .input-group{
    position: relative;
    display: table;
    border-collapse: separate;
    margin: 20px 0px 8px 0px;
	width:100%;
    }
.subscribe .input-group-addon{
    padding: 6px 12px;
    color: #555;
    border-radius: 6px 0px 0px 6px;
    width: 50px !important;
    }
.list-login {
    text-align: left;
    padding: 3px 0px 17px 0px;
    float: left;
    color: #000000;
    width: 100%;
    line-height: 17px;
    margin: 0px;
    }	
.switch-agileits {
    float: left;
    }

/* switch */

.switch-agileits label.switch {
     position: relative;
    display: inline-block;
    height: 23px;
    padding-left: 0em;
    cursor: pointer;
    color: #000;
}

.switch-agileits:nth-child(2) a,
label.switch {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}

/*.switch input {
    display: none;
}*/
	
		
.wthree-field {
     flex-basis: 100%;
    -webkit-flex-basis: 100%;
}

.wthree-field input[type="submit"] {
    background:rgb(15, 14, 10);
    width: 100%;
    border: none;
    color: #fff;
    padding: 12px 15px;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 16px;
	line-height: 29px;
    height: 50px;
	font-weight: 600;
    font-family: 'Mukta Mahee', sans-serif;
    cursor: pointer;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	box-shadow: -1px 1px 3px rgba(34, 34, 34, 0.49);	
	}

.wthree-field input[type="submit"]:hover {
    background: rgb(61, 61, 60);
    color: #292614;
    letter-spacing: 2px;
    }


.list-login .checkbox{
    width: 15px;
    height: 15px;
    margin-right: 5px;
    padding: 0 10px;	
	float:left;
}

.subscribe form input {
    width: 100%;
    height: 46px;
    margin: 0px;
    padding: 0 10px;
    background: rgba(238, 238, 238, 0.79);
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 46px;
    color: #777;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0px 6px 6px 0px;
}
.subscribe form input:focus {
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}

.subscribe form input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgba(238, 238, 238, 0.79);
    background-image: none;
    color: rgb(0, 0, 0);
}
 .subscribe form input:-moz-placeholder {
color: #888;
}
.subscribe form input:-ms-input-placeholder {
color: #888;
}
.subscribe form input::-webkit-input-placeholder {
color: #888;
}
.subscribe form button {
	width: 130px;
	height: 46px;
	margin: 0;
	padding: 0;
	background: #1BBC9B;
	border: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #fff;
	border-radius: 3px;
	text-shadow: 0;
}
.subscribe form button:hover {
	background: #16a084;
	color: #fff;
}
.subscribe form button:active {
	background: #1BBC9B;
	color: #fff;
}
.social {
	margin-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.social a i {
	display: inline-block;
	padding: 0 10px;
}
.social a i:hover {
	color: #1BBC9B;
}
.copyright {
	margin-top: 30px;
	text-align: center;
	margin-bottom: 20px;
}
.copyright a {
	border-bottom: 1px dotted #1BBC9B;
}

/***** Media Queries *****/

@media (min-width: 768px) and (max-width: 979px) {
.row{
    margin-left: 0; 
}
.logo h1 {
	padding-left: 0;
}
.counter .days-wrapper, .counter .hours-wrapper, .counter .minutes-wrapper, .counter .seconds-wrapper {
	width: 140px;
	height: 120px;
	margin: 0 7px;
	padding-top: 20px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	border-radius: 70px;
}
.counter .days, .counter .hours, .counter .minutes, .counter .seconds {
	font-size: 60px;
	line-height: 70px;
}
}

@media (max-width: 767px) {
body {
	padding-left: 0;
	padding-right: 0;
}
.logo h1 {
	padding-left: 0;
	text-align: center;
}
.coming-soon h2 {
	font-size: 36px;
	padding: 0 20px;
}
.coming-soon p {
	padding: 0 20px;
}
.counter .days-wrapper, .counter .hours-wrapper, .counter .minutes-wrapper, .counter .seconds-wrapper {
	width: 140px;
	height: 120px;
	margin: 7px;
	padding-top: 20px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	border-radius: 70px;
}
.counter .days, .counter .hours, .counter .minutes, .counter .seconds {
	font-size: 60px;
	line-height: 70px;
}
.subscribe h3 {
	padding: 0 20px;
	font-size: 28px;
}
.subscribe p {
	padding: 0 20px;
}
}

@media (max-width: 480px) {
.subscribe form {
    padding:45px 18px !important;
    margin: 0px auto;
    width: 93%;
    }
	
.complete_success{
    top: 5px !important;
    padding: 7px 11px !important;
    font-size: 13px !important; 
   } 


.row {
   margin-left: -15px;
}

.subscribe form input {
	width: 100%;
}
.subscribe form button {
	width: 90%;
	margin-top: 10px;
}
}
