@import url(http://fonts.googleapis.com/css?family=Open+Sans:700,400);

.main_area {
	/*background: rgba(0, 0, 0, 0) url("../images/bg.jpg") no-repeat scroll center center;*/
	color: #000;
	font-family: "Open Sans",sans-serif;
	left: 0;
	margin: 0;
	min-width: 960px;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}


.ie body {
	filter: dropshadow(color=#000000, offx=0, offy=1);	
}
h1 {
	font-size:50px;
	letter-spacing:-2px;	
	line-height:40px; 
	text-align:center;  
}
.ie h1 {
	filter: dropshadow(color=#000000, offx=0, offy=3);
	padding-bottom:12px;	
}
h2 { 
}
.ie h2 {
	filter: dropshadow(color=#000000, offx=0, offy=3);
}
h3 {
	font-size: 30px;
	margin: 0.2em 0;
	text-align: center;
	color: #888;
	padding: 0 0 29px;
}
.ie h3 {
	filter: dropshadow(color=#000000, offx=0, offy=3);
}
h4 {
	margin-bottom:5px;	
}
p, pre {
	margin:0 0 10px 0; 
}
code {
	text-transform:uppercase !important;
	color:#EEE;	
	border-bottom:1px dotted #666;
}
small {
	background:url(../images/alpha.png);
	background:rgba(0, 0, 0, 0.8) url();	
	border:1px solid #111;
	font-size:15px;
	padding:0 5px;
}
strong{
	text-align: center;
	display: block; 
	font-size: 28px;
	font-weight: normal;
	color:#646464;
}
a {
	color:gray;
	text-decoration:none;	
}
a:hover {
	color:#BBB;	
} 
.topSection{ 
}
.rs_subscribe.spacing {
	height: 100%;
}
#rs_header { 
	position: relative;
	width: 100%; 
	z-index: 1;
	padding-top: 50px
}
.logo{
	width: auto; 
	margin: 0 auto;
	padding: 16px;  
	border-radius: 180px;
	padding-bottom:50px;
}
.logo h1{
	color:#0f66b1;
	font-weight:600;
	font-size: 50px;
	letter-spacing: -2px;
	line-height: 40px;
	text-align: center;

}
.logo img {
	width: 80px;
	height: 108px;
	text-align: center;
	display: block;
	margin: 0 auto; 
}
.rs_wrapper {
	margin: 0 auto;
	position: relative;
	width: 100%;
	z-index: 1;
}
#socialIcons {
  display: block;
  margin-top: 60px;
}
#socialIcons ul {
	margin:40px 0 0 0px; 
	padding:0px;
	text-align: center;
}
#socialIcons ul li {
	margin-right: 19px;
	height: 56px;
	line-height: 50px;
	list-style-type: none;
	display: inline-block;
	background: #fff;
	border-radius: 71px;
	padding: 10px;
	border: 1px solid #888;
}
#socialIcons ul li a{
	width:34px;
	height:34px; 
	display: inline-block;
}
.twitterIcon, .facebookIcon, .linkedInIcon, .pintrestIcon{
	background: url('../images/social-icons.png') -74px 0px;
}
.twitterIcon:hover, .facebookIcon:hover, .linkedInIcon:hover, .pintrestIcon:hover{
	background-position-y: -33px;
}
.facebookIcon{
	background-position: 10px 0px;
}
.linkedInIcon{
	background-position: -245px 0px;
}
.pintrestIcon{
	background-position: -331px 0px;
}
.tempBy{
	display:block;
	text-align:center;
	padding:15px;
	background:#fff;
	color: #8A8A8A;
}
#rs_content h2 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 42px;
	font-weight: 300;
	color:#676767;
	margin-bottom:40px;
}
#WindowSlide {
	margin: 0 auto;
	position: relative;
	width: 634px;
	height: 170px;
	display: block;
	overflow: hidden;
}
#Mail {
	position: absolute;
	width: 634px;
	top: 0px;
	left: 0px;
}
#rs_content h3 {
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	display: block;
	clear: both;
}

.rs_subscribe h3{
	color: #888;
	font-size: 30px;
	margin: 0.2em 0;
	padding: 0 0 29px;
	text-align: center;
}


#rs_subscribe p{
	text-align:center;
}
#rs_subscribe input {
	background: rgba(255, 255, 255, 0.52);
	color: #7a7a7a; 
	vertical-align: middle;
	width: 393px;
	border: 1px solid #888;
	padding: 10px;
	font-size: 14px;
}
#rs_subscribe .rs_submit {
	background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
	color: #888;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 4px;
	padding: 9px 20px;
	width: auto;
	height: 39px;
}
#rs_subscribe .rs_submit:hover{
	background:#1e7ccd;
	color:#fff;
	border:1px solid #1e7ccd;
}

.callback,
.simple {
	font-size: 20px;
	background: #27ae60;
	padding: 0.5em 0.7em;
	color: #ecf0f1;
	margin-bottom: 50px;
	-webkit-transition: background 0.5s ease-out;
	transition: background 0.5s ease-out;
}
.callback{
	cursor: pointer;
}
.ended {
	background: #c0392b;
}
.countdown {
	text-align: center;
	margin-top: 30px;
	background: #5381E4;
	padding: 60px 0;
} 
.styled div {
	display: inline-block;
	margin-left: 10px;
	font-size: 70px;
	font-weight: normal; 
	text-align: center;
	margin:0 15px; 
	padding:0 30px;   
	color:#fff;  
	text-shadow:none;
	vertical-align: middle;  
}

#overlay{
	background: rgba(0, 0, 0, 0.56) url(../images/overlays/01.png) top left repeat;
	position: fixed;
	top: 0px;
	width: 100%;
	bottom: 0px;
	opacity:0.8;
}
/* IE7 inline-block hack */
*+html .styled div{
	display: inline;
	zoom: 1;
}
.styled div:first-child {
	margin-left: 0;
}
.styled div span {
	display: block;
	padding-top: 3px;
	font-size: 19px;
	font-weight: normal; 
	text-align: center;
}
.rs_footer{
	width:100%;
	height:30px;
	background:rgba(0, 0, 0, 0.64);
	position:absolute;
	bottom:0px;
}
.rs_footer span{
	float:right;
	margin:10px;
}

.features{
	background: rgba(55, 55, 55, 0.15);
}
.features h2 {
	padding: 0 0 30px 0;
}
.features h4 { 
	margin: 0px 0 10px 0;
}
.featuresPro{
	margin-bottom:30px;
	float:left;
}
.featuresPro{
	font-size:15px;
}
@media(max-width:768px){
	.main_area {
		min-width: initial !important;
	}
	.rs_wrapper{width:100%;}
	.styled div {
		margin-bottom:10px; 
	}
}
@media(max-width:420px){
	h1{
		float:initial;
		text-align: center;
		margin-left:0px;
		margin-bottom:0px;
	}
	.styled div {
		margin-bottom:10px;
		font-size: 40px;
		font-weight: normal; 
		text-align: center;
		width:50px;  
		height:70px;  
	}
	#rs_content h2 {
		margin: 0px 0px 0px 0px;
		padding: 0px;
		text-align: center;
		font-size: 29px;
		font-weight: 300;
	}
	.styled {
		margin-bottom: 30px;
	}
	#rs_subscribe .rs_submit
	{
		margin-top:10px;
	}
	#rs_subscribe input{
		width:80%;
	}
	.featuresPro img {
		width: 100%;
	}		

}

.rs_main, .rs_subscribe {
	position: relative;
}
.rs_main {
  display: flex;
  justify-content: center;
}
.text_bg {
  background-color: #fff;
  margin: 15px 0 30px;
  opacity: 0.57;
  padding: 20px;
  width: auto;
}



/*Clouds*/


.rs_sky {
	height: 100%;
	background: #007fd5;
	position: relative;
	overflow: hidden;
	-webkit-animation: rs_sky_background 50s ease-out infinite;
	-moz-animation: rs_sky_background 50s ease-out infinite;
	-o-animation: rs_sky_background 50s ease-out infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0)
}

.rs_moon {
	background-image: url("../images/moon.png");
	position: absolute;
	left: 0;
	height: 499px;
	width: 300%;
	-webkit-animation: rs_moon 50s linear infinite;
	-moz-animation: rs_moon 50s linear infinite;
	-o-animation: rs_moon 50s linear infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0)
}

.rs_clouds_one {
	background-image: url("../images/cloud_one.png");
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 300%;
	-webkit-animation: cloud_one 50s linear infinite;
	-moz-animation: cloud_one 50s linear infinite;
	-o-animation: cloud_one 50s linear infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0)
}

.rs_clouds_two {
	background-image: url("../images/cloud_two.png");
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 300%;
	-webkit-animation: cloud_two 75s linear infinite;
	-moz-animation: cloud_two 75s linear infinite;
	-o-animation: cloud_two 75s linear infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0)
}

.rs_clouds_three {
	background-image: url("../images/cloud_three.png");
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 300%;
	-webkit-animation: cloud_three 100s linear infinite;
	-moz-animation: cloud_three 100s linear infinite;
	-o-animation: cloud_three 100s linear infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0)
}

@-webkit-keyframes rs_sky_background {
	0% {
		background: #007fd5;
		color: #007fd5
	}
	50% {
		background: #000;
		color: #a3d9ff
	}
	100% {
		background: #007fd5;
		color: #007fd5
	}
}

@-webkit-keyframes rs_moon {
	0% {
		opacity: 0;
		left: -200% -moz-transform: scale(0.5);
		-webkit-transform: scale(0.5);
	}
	50% {
		opacity: 1;
		-moz-transform: scale(1);
		left: 0% bottom: 250px;
		-webkit-transform: scale(1);
	}
	100% {
		opacity: 0;
		bottom: 500px;
		-moz-transform: scale(0.5);
		-webkit-transform: scale(0.5);
	}
}

@-webkit-keyframes cloud_one {
	0% {
		left: 0
	}
	100% {
		left: -200%
	}
}

@-webkit-keyframes cloud_two {
	0% {
		left: 0
	}
	100% {
		left: -200%
	}
}

@-webkit-keyframes cloud_three {
	0% {
		left: 0
	}
	100% {
		left: -200%
	}
}

@-moz-keyframes rs_sky_background {
	0% {
		background: #007fd5;
		color: #007fd5
	}
	50% {
		background: #000;
		color: #a3d9ff
	}
	100% {
		background: #007fd5;
		color: #007fd5
	}
}

@-moz-keyframes rs_moon {
	0% {
		opacity: 0;
		left: -200% -moz-transform: scale(0.5);
		-webkit-transform: scale(0.5);
	}
	50% {
		opacity: 1;
		-moz-transform: scale(1);
		left: 0% bottom: 250px;
		-webkit-transform: scale(1);
	}
	100% {
		opacity: 0;
		bottom: 500px;
		-moz-transform: scale(0.5);
		-webkit-transform: scale(0.5);
	}
}

@-moz-keyframes cloud_one {
	0% {
		left: 0
	}
	100% {
		left: -200%
	}
}

@-moz-keyframes cloud_two {
	0% {
		left: 0
	}
	100% {
		left: -200%
	}
}

@-moz-keyframes cloud_three {
	0% {
		left: 0
	}
	100% {
		left: -200%
	}
}





body:not(.custom-background-image)::before, body:not(.custom-background-image)::after {
  height: 0 !important;
}