

@charset "utf-8";
/* CSS Document */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'Wyekan', sans-serif;
	font-size:15px;
	color:#2c2c2c;
	margin:0;
	padding:0 0 0 0;
	background: url(../images/bg.jpg) repeat center top;
}
img {
	border:0px;
}
form {
	margin:0px;
	padding:0px;
}
p {
	margin:0px;
	padding:0px;
}
.clear {
	clear:both;
	margin:0px;
	padding:0px;
}
.links a:hover {
	text-decoration:none;
}
a {
	outline:none;
	color:#2c2c2c;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/*.topdiv{ background-color:#22252c; padding:4px 0 ; width:100%; z-index:999; top:0;}*/
.logo {
	position:absolute;
	top:20px;
	left:-160px;
	width:150px;
	z-index:999;
}
.logo img {
	width:100%;
}
.top-navi {
	background-color:#22252c;
	padding:4px 0;
	width:100%;
	z-index:999;
	top:0;
	direction:rtl;
}
.top-navi ul {
	padding:0;
	margin:0;
	list-style-type:none;
	text-align:center;
}
.top-navi ul li {
	padding:0;
	margin:0;
	display:inline-block;
	font-size:18px;
	line-height:22px;
	color:#dadfe6;
	vertical-align:top;
}
.top-navi ul li:last-child {
	margin:0;
}
.top-navi ul li a {
	color:#efefef;
	padding: 10px 20px;
	display:block;
	font-weight:700;
	font-family: 'Wyekan';
	background:#28324e;
}
.top-navi ul li a span {
	display:block;
	font-weight:700;
	font-family: 'Wyekan';
	font-weight:600;
	font-size:14px;
	color:#f7da64;
}
.top-navi ul li a:hover {
	text-decoration:none;
	background:#475577;
}
.top-navi ul li.current a {
	background:#475577;
}
.container {
	margin:0 auto;
	padding:0px;
	width:100%;
	max-width:980px;
	position:relative;
	background:#fff;
}
#header {
	width:100%;
	/*background: url(../images/bg1.png) repeat #2969b0;*/
	padding:0;
	position:relative;
}
#header .container {
	background:#fff;
	padding:20px 0 30px;
}
.video-box {
	width:100%;
	max-width:920px;
	padding:0px;
	margin:0 auto;
	border:25px solid #d1d5d8;
	background:#111;/*box-shadow: 0 16px 13px -6px rgba(0, 0, 0, 0.3);*/
}
.video-box iframe {
	width:100%;
	height:488px;
}
.logom{
	display:none;
}
.share-tab {
	height: 62px;
	margin: 10px 0 30px;
	position: absolute;
	top:80px;
	left:-160px;
	text-align: center;
	width: auto;
}
.tw-tab {
	display: inline-block;
	margin: 0 10px;
	vertical-align:top;
}
.fb-tab {
	display: inline-block;
	margin: 0 10px;
	vertical-align:top;
}
/*Middle----------*/
#middle {
	padding:0;
}
#middle .container {
	padding:0 30px 30px;
}
#middle .heading {
	padding:0 20px 10px;
	margin: 0;
	position:relative;
	text-transform:uppercase;
	text-align:center;
}
#middle .heading h1 {
	padding:0;
	margin:0;
	color: #FFFFFF;
	font-size:50px;
	line-height:50px;
	font-weight:700;
	font-family: 'Wyekan Condensed';
}
#middle .heading h1 span {
	display:block;
	font-size:20px;
	line-height: 30px;
	font-weight:700;
	font-family: 'Wyekan';
	color: #000;
}
#middle .heading .step {
	background: url(../images/arrow1.png) no-repeat center top;
	color:#fff;
	width:197px;
	height:86px;
	margin:0 auto;
	font-weight:800;
	font-family: 'Wyekan';
	font-size:40px;
	line-height:40px;
}
#middle .heading .step span {
	font-size:16px;
	line-height: 22px;
	font-weight:600;
	display:block;
}
#middle .heading h2 {
	width:100%;
	max-width:980px;
	margin:6px auto;
	font-size:26px;
	font-weight:700;
	text-transform:none;
	font-family: 'Wyekan';
	color: #5996d9;
	background:url(../images/spes.png) no-repeat center top;
	padding-top:18px;
}
#middle .heading h2 span {
	display:block;
	font-size:20px;
	font-weight:600;
	font-family: 'Wyekan';
	color: #41a85f;
}
.head1 {
	background:#1abc9c;
	padding:10px;
	border: dashed 1px #fff;
	color: #fff;
	font-weight:700;
	font-family: 'Wyekan';
	text-transform:uppercase;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}
.head1 span {
	float:right;
	background:url(../images/arrow1.png) no-repeat left center;
	display:inline-block;
	padding:0 37px 0 37px;
	font-size:30px;
	line-height:74px;
}
.head1 p.t1 {
	font-size:40px;
	line-height:48px;
	text-align:right;
	direction:rtl;
}
.head1 p.t1 b {
	font-weight:600;
	color:#f7da64;
	text-align:right;
	direction:rtl;
}
.head1 p.t2 {
	font-size:18px;
	font-family: 'Wyekan';
	text-align:right;
	direction:rtl;	
	
}
.head1 p.t3 {
	font-size:30px;
	line-height:44px;
	text-align:right;
	direction:rtl;
}
.head1.n1 {
	background:#475577;
}
.head1.n1 span {
	background:url(../images/arrow2.png) no-repeat;
}
.head1.n2 {
	background:#ff8000;
}
.head1.n2 span {
	background:url(../images/arrow3.png) no-repeat;
}
.head1.n2 p.t1 {
	font-size:30px;
	line-height:48px;
}
.head1.n3 {
	background:#960505;
}
.head1.n3 span {
	background:url(../images/arrow4.png) no-repeat;
}
.contendiv1 {
	background: url(../images/con-bg.jpg) repeat left top #efefef;
	border: dashed 1px #fff;
	padding:20px 0;
}
.contendiv1 h1 {
	font-size:34px;
	font-weight:800;
	letter-spacing: -1px;
	margin:0 0 5px;
	color:#111;
}
.contendiv1 h2 {
	font-size:30px;
	line-height:40px;
	font-weight:700;
	margin:0 0 20px;
	background:#fac51c;
	padding:4px 20px;
	color:#b8312f;
	display: inline-block;
}
.contendiv1 .ebook {
	float:left;
	width:250px;
}
.contendiv1 .right-con {
	float:right;
	width:70%;
	direction:rtl;
	padding-right:20px;
}
.contendiv1 .right-con .t1 {
	font-size:20px;
	font-weight:700;
	margin-bottom:20px;

}
.contendiv1 .right-con ul {
	padding:0;
	margin:0px;
	list-style-type:none;
	font-size: 16px;
	font-weight:600;
}
.contendiv1 .right-con ul li {
	position:relative;
	padding:0 40px 0 0px;
	margin:0 0 12px;
}
.contendiv1 .right-con ul li:before {
	position:absolute;
	content: "\f00c";
	font-family: FontAwesome;
	right:0px;
	top:0px;
	font-size:24px;
	color:#61bd6d;
	font-weight: normal;
}
.contendiv1 .right-con ul li:last-child {
	margin-bottom:0px;
}
.contendiv1 .buttons {
	margin:30px 0 0;
	text-align:center;
}
.contendiv1 .buttons a {
	display:inline-block;
	margin:0 10px;
}
.box1 {
	background: #efefef;
	border: dashed 1px #fff;
	padding:20px 5px 30px;
	margin-bottom:30px;
}
.box1 div.text1 {
	font-size:29px;
	font-weight:800;
	color: #013774;
	font-family: 'Wyekan';
	text-align:center;
	line-height:34px;
	direction:rtl;
}
.box1 div.text1 span {
	display:block;
	font-size:20px;
	font-weight:600;
	font-family: 'Wyekan';
	color: #2969b0;
	padding-top:6px;
}
#middle.b2 {
	background:#28324e;
}
#middle.b2 .heading h1 {
	font-size:42px;
	line-height: 42px;
}
#middle.b2 .heading h1 span {
	color: #d14841;
}
#middle.b2 .heading h1 b {
	font-weight: 300;
}
#middle.b2 .heading .step {
	background: url(../images/arrow2.png) no-repeat center top;
	color:#2969b0;
}
.contendiv2 {
	width:100%;
	max-width: 810px;
	margin:10px auto;
}
.contendiv2 .icon {
	float:left;
	width:200px;
	height:200px;
	text-align:center;
}
.contendiv2 .list {
	background:#fff;
	border-radius:6px;
	padding:20px;
	float:right;
	width:72%;
	direction:rtl;
}
.contendiv2 .list ul {
	padding:0;
	margin:0px;
	list-style-type:none;
	font-size: 16px;
	font-weight:400;
}
.contendiv2 .list ul li {
	position:relative;
	padding:0 40px 0 0px;
	margin:0 0 12px;
}
.contendiv2 .list ul li:before {
	position:absolute;
	content: "\f00c";
	font-family: FontAwesome;
	right:0px;
	top:0px;
	font-size:24px;
	color:#61bd6d;
	font-weight: normal;
}
.contendiv2 .list ul li:last-child {
	margin-bottom:0px;
}
.contendiv2 .list ul li strong {
	font-weight:700;
}
.contendiv3 {
	text-align:center;
	margin-top:30px;
}
.contendiv3 h1 {
	font-size:22px;
	font-weight:700;
	margin:0 0 20px;
	color:#fff;
	background:#1079be;
	border-bottom:dashed 1px #fff;
	padding: 10px;
	line-height:24px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}
.contendiv3 h1 span {
	display:block;
	color:#f7da64;
	font-size:16px;
	font-weight:400;
}
.contendiv3 h2 {
	font-size:22px;
	font-weight:700;
	margin:10px 0 0px;
	color:#fff;
	background:#2770bd;
	padding:12px 20px;
	line-height:26px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}
.contendiv3 h3 {
	font-size:24px;
	font-weight:700;
	margin:20px 0;
	color:#2770bd;
	display:block;
}
.contendiv3 .ct3-ul {
	padding:0;
	margin:0;
	list-style-type:none;
	text-align:center;
}
.contendiv3 .ct3-ul li {
	padding:0;
	margin:0 6px;
	display:inline-block;
	background:#fff;
	width:31%;
	vertical-align:top;
	min-height:422px;
	position:relative;
	box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.3);
}
.contendiv3 .ct3-ul li .calender {
	margin-bottom:10px;
}
.contendiv3 .ct3-ul li p.t1 {
	font-size:14px;
	padding-bottom:16px;
	color:#393a3a;
	font-weight:400;
}
.regbtn {
	text-align:center;
	position:relative;
}
.regbtn p.t1 {
	text-align:center;
	margin-top:20px;
	direction:rtl;
}
.regbtn p.t1 span {
	display:inline-block;
	padding:6px 20px;
	font-size:18px;
	font-weight:600;
	background:#e14938;
	color:#fff;
	border:dotted 1px #fff;
}
#middle.b3 .heading .step {
	background: url(../images/arrow3.png) no-repeat center top;
	color:#FFF;
}
#middle.b3 .heading h1 {
	margin:0 0 30px;
	color:#5065a1;
}
.timer {
	margin:16px 0 20px 0;
	text-align:center
}
.timer1 {
	margin:16px 0 20px 0;
	text-align:center
}
.contendiv4 {
	border:solid 1px #d1d5d8;
	margin:20px auto 0;
	padding:10px;
	width:80%;
	text-align:center;
	background:#fff;
}
.contendiv4 .box {
	display:inline-block;
	width:100%;
	padding:15px;
	background: url(../images/bg1.png) repeat left top #2969b0;
	color:#fff;
	text-align:center;
	vertical-align:top;
}
.contendiv4 .box .text1 {
	background: url(../images/option1.png) no-repeat left top;
	padding: 2px 0 0 80px;
	min-height: 56px;
	font-size: 24px;
	font-weight:700;
	text-align:right;
}
.contendiv4 .box .text1 span {
	font-size: 16px;
	font-weight:600;
	display:block;
}
.contendiv4 .box .text1.o2 {
	background: url(../images/option2.png) no-repeat left top;
}
.contendiv4 .box h1 {
	font-size:50px;
	line-height:40px;
	margin:30px 0 0;
	padding:20px;
	display:inline-block;
	color:#fac51c;
	font-weight:600;
	font-family: 'Wyekan';
	background:#28324e;
	border:dashed 5px #FF9;
}
.contendiv4 .box h3 {
	font-size:22px;
	line-height:30px;
	margin:10px 0 20px;
	display:block;
	font-weight:600;
}
.button01 a {
	cursor:pointer;
	border:none;
	color:#0f2650;
	padding:12px 14px 6px;
	font-size:45px;
	line-height: 50px;
	font-weight:900;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
	border-radius: 10px;
	width:90%;
	font-family: 'Wyekan';
	font-weight:800;
	border-bottom:solid 3px #f37934;
	margin-bottom:10px;
	text-transform:uppercase;
	margin:auto;
	display:block;
	text-decoration:none;
	background: -webkit-linear-gradient(#fffa01, #ffba00);
	background: -o-linear-gradient(#fffa01, #ffba00);
	background: -moz-linear-gradient(#fffa01, #ffba00);
	background: linear-gradient(#fffa01, #ffba00);
	box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.5);
}
.button01 a span {
	font-size:26px;
	font-weight:600;
	font-family: 'Wyekan';
	display:block;
	text-transform:none;
	color:#b8312f;
}
.button02 a {
	direction:rtl;
	cursor:pointer;
	border:none;
	color:#28324e;
	padding:24px 50px 30px;
	font-size:35px;
	line-height: 60px;
	font-weight:900;
	text-shadow: 2px 2px 0 rgba(255, 255, 255, 1);
	border-radius: 80px;
	width: auto;
	font-family: 'Wyekan';
	font-weight:800;
	font-style:italic;
	border-bottom:solid 8px #fff;
	margin-bottom:10px;
	margin:auto;
	display:inline-block;
	text-decoration:none;
	background: -webkit-linear-gradient(#fffa01, #ffba00);
	background: -o-linear-gradient(#fffa01, #ffba00);
	background: -moz-linear-gradient(#fffa01, #ffba00);
	background: linear-gradient(#fffa01, #ffba00);
	box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.5);/*background: -webkit-linear-gradient(#db183c, #860c23);
	background: -o-linear-gradient(#db183c, #860c23);
	background: -moz-linear-gradient(#db183c, #860c23);
	background: linear-gradient(#db183c, #860c23);*/
}
.testimonialsdiv {
	margin:30px 0;
	text-align:center;
	position:relative;
	padding: 0;
}
.testimonialsdiv .box {
	display:inline-block;
	width:48.5%;
	margin:0 5px;
	text-align:right;
	vertical-align:top;
	background:#e8f8f5;
	padding:20px;
}
.testimonialsdiv .box img {
	float:left;
	width:132px;
	border-radius: 50%;
	border:solid 8px #fff;
	box-shadow: 0 0 14px -6px rgba(0, 0, 0, 0.2);
}
.testimonialsdiv .box-text {
	float: right;
	width: 62%;
	font-size:13px;
	color:#6d6d6d;
	font-style:italic;
	padding:0;
}
.testimonialsdiv .box-text h2 {
	color:#6d6d6d;
	font-size:16px;
	font-weight:700;
	font-style:normal;
	margin:0px;
}
.testimonialsdiv .box-text p.t1 {
	margin-bottom:10px;
}
.testimonialsdiv .box-text p.t1 a {
	font-style:normal;
	text-decoration:none;
	color:#636363;
	font-weight:600;
}
.testimonialsdiv .box-text p.t1 a:hover {
	text-decoration:underline;
}
.box2 {
	background:#efefef;
	border: dashed 1px #fff;
	padding:20px 20px 30px;
}
.fbsharebox {
	position: relative;
	text-align: center;
	background:#f0f0f0;
}
.fblike {
	bottom: 35px;
	left: 240px;
	position: absolute;
}
.fbcomment {
	margin:0 auto;
	text-align:center;
}
.fbcomment h3 {
	margin: 0;
	padding: 0;
	text-align: center;
}
.footer {
	font-size:12px;
	color:#878787;
	text-align:center;
	padding:20px 10px;
	line-height:24px;
	background: #222727;
}
.footer a {
	color:#878787;
}
.footer p span {
	display: inline-block;
	padding:0 4px;
}
.fbc-other {
	display:block;
}
.fbc-phone {
	display:none;
}
.stamp {
	background: rgba(0, 0, 0, 0) url("../images/stamp.png") no-repeat scroll 0 0;
	position: absolute;
    height: 415px;
    left: -230px;
    top: 0px;
    width: 290px;
}
.timer2, .timer3{
	display:none;
}
 @media only screen and (max-width: 1024px) {
.logo {
position:relative;
top:0;
left:0;
text-align:center;
}
}
 @media only screen and (max-width: 980px) {
.stamp {
display:none;
}
.logo {
margin:10px 20px;
}
.share-tab {
left:0;
top:0;
right:0;
margin:0 auto 10px;
}
}
 @media only screen and (max-width: 800px) {
.container {
width:98%;
}
#header .container {
padding:20px;
}
 .top-navi ul li {
width: 48%;
margin:0 0 4px;
}
 .bullets {
 float:none;
 margin:0 auto;
}
.fblike {
 bottom:28px;
 left:175px;
}
.stamp {
 display:none;
}
.top-menu .links {
 font-size: 18px;
 height: 46px;
 padding:3px 5px 0;
 margin-bottom:5px;
 width: 49%;
 line-height:18px;
}
.mainbox {
 padding:10px;
 width:calc100%;
}
.stepbox3 img {
 width:100%;
 height:auto;
}
.steps h1 {
 background-size:auto 100%;
 height:66px;
	/*line-height:50px;*/
	font-size:24px;
 padding:0 0 0 140px;
}
.stepbox1 h1 {
/*font-size:32px;*/
}
.step1-con {
 padding:0 10px;
}
.stepbox1 h2 {
 font-size:28px;
}
.stepbox1 h3 {
 font-size:24px;
 padding:0;
}
.regbtn img {
 width:100%;
 height:auto;
}
.steps ul {
 font-size:14px;
}
 .btns img {
 width:44%;
 height:auto;
}
.fblikebox {
 width:100%;
}
.video-box {
height:auto;
}
.video-box iframe {
width:100%;
height:392px;
}
.contendiv1 .ebook {
float:none;
margin:auto;
padding: 0 0 20px;
display: block;
}
.contendiv1 .right-con {
width: 100%;

}
.content-box-left {
width: 96%!important;
}
.content-box-right {
width: 96%!important;
}
.content-box-left .box-text, .content-box-right .box-text {
width: 75% !important;
}
.contendiv3 .ct3-ul li {
margin: 0 0 20px;
width: 100%;
min-height:inherit;
}
.fbsharebox img {
width:100%;
}
 .contendiv4 .box {
width: 100%;
max-width: 100%;
}
.testimonialsdiv .box {
width: 100%;
margin:0 0 10px;
}
.testimonialsdiv .box-text {
width: 76%;
}
.button02 a {
font-size: 45px;
padding: 14px 64px 22px;
}
.head1 p.t1 {
font-size:28px;
line-height:44px;
}
.head1 p.t2 {
font-size:16px;
}
.head1 p.t3 {
font-size:30px;
}
.contendiv4 {
width:100%;
}
#middle .container {
padding:0 20px 30px;
}
.contendiv1 {
padding:20px;
}
.head1 {
min-height:96px;
}
.box1 div.text1 {
font-size:19px;
line-height:24px;
}
.logow{
	display:none;
}
.logom{
	display:block;
}
}
 @media only screen and (max-width:600px) {
#header .main-bg {
min-height: inherit;
}
#middle .container, .contendiv1{
	padding:10px 5px;
}
.video-box iframe {
width:100%;
height: 282px;
}
.content-box-left .box-text, .content-box-right .box-text {
width: 70% !important;
}
.testimonialsdiv .box img {
float: none;
display: block;
margin: 0 auto 10px;
}
.testimonialsdiv .box-text {
width: 100%;
text-align: center;
padding: 0 16px 14px;
}
.testimonialsdiv .box-text p.t1 a {
display: block;
}
.contendiv2 .icon {
float: none;
display: block;
margin: 0 auto 10px;
}
.contendiv2 .list {
width: 100%;
}
.button02 a {
font-size: 36px;
padding: 14px 40px 18px;
}
.contendiv4 .box .text1 {
font-size:25px;
}
.contendiv4 .box h1 {
font-size:45px;
line-height:24px;
border:3px dashed #ff9;
}
.testimonialsdiv .box {
padding:20px 20px 10px;
}
.logow{
	display:none;
}

}
 @media only screen and (max-width:480px) {
 .logo {
margin: 10px auto;
}
.timer1, .timer{
	display:none;
}
.timer2, .timer3{
	display:block;
	padding-bottom:10px;
}
.mobshare{
	width:260px;
}
 .share-tab {
position:relative;
}
 .button01 a {
font-size:30px;
width:100%;
}
 .contendiv3 h3 {
font-size:18px;
line-height:20px;
}
.video-box {
height: auto;
}
.video-box iframe {
width:100%;
height: 216px;
}
.steps h1 {
padding: 0 0 0 103px;
height: 46px;
}
.steps h1 {
font-size:14px;
padding-top: 5px;
}
.stepbox2 h1 span.t1 {
font-size: 12px;
font-weight:400;
}
.stepbox1 h2 img {
width:100%;
margin:10px 0;
}
 .stepbox1 h1 {
 font-size:15px;
}
.stepbox1 h1 span.t1 {
font-size: 10px;
font-weight:400;
}
.bullets .icon-box {
width: 100%;
margin:0 0 10px;
}
.top-menu .links {
 font-size: 14px;
}
.stepbox2 h2 {
 font-size:20px;
font-weight: 700;
}
.stepbox2 h3 {
 font-size:18px;
}
.fb-comments iframe {
 max-width:100%;
 width:100%!important;
}
.fbc-other {
 display:none;
}
.fbc-phone {
 display:block;
}
.fbcomment h3 {
 padding:10px;
}
.content-box-left .box-text, .content-box-right .box-text {
width: 65% !important;
}
.button02 a {
font-size: 28px;
line-height: 30px;
padding: 18px 40px;
}
.head1 p.t3 {
font-size:30px;
}
.head1.n2 span, .head1.n1 span, .head1.n3 span{
	background:url(../images/mobstep.png) no-repeat 85px 10px #e06a00;
	float:none;
	display:block;
	text-align:center;
	font-size:27px;
	line-height:normal;
	padding-left:70px;
}
.head1.n3 span{
	background:url(../images/mobstep.png) no-repeat 85px 10px #5d0600;
}
.head1.n1 span{
	background:url(../images/mobstep.png) no-repeat 85px 10px #28324e;
}
.head1.n2 p.t1, .head1 p.t3, .head1.n3 p.t1{
	text-align:center;
	font-size:24px;
	line-height:36px;
}
.head1 p.t2{
	text-align:center;
}

.logow{
	display:none;
}
}
@media only screen and (max-width:380px) {
.video-box iframe {
width:100%;
height: 150px;
}
.head1 p.t1 {
font-size:24px;
line-height:38px;
}
.top-navi ul li {
width: 96%;
}
.steps h1 {
 font-size:10px;
 padding:0 0 0 85px;
 height:36px;
 line-height:18px;
}
.stepbox1 h1, .stepbox3 h1 {
font-size:12px;
}
.stepbox2 h1 span.t1 {
font-size: 10px;
}
.contendiv1 .buttons img {
width:100%;
}
.contendiv4 .box h1 {
font-size: 34px;
}
.button01 a {
font-size: 22px;
line-height: 26px;
}
.button01 a span {
font-size: 14px;
}
.button02 a {
font-size: 20px;
line-height: 32px;
padding: 8px 20px;
border-width: 6px;
}
.contendiv4 .box h1 {
font-size:27px;
line-height:10px;
}
.contendiv4 .box .text1 {
font-size:18px;
line-height:20px;
}
.button01 a {
font-size:20px;
line-height:24px;
}
.button01 a span {
font-size:13px;
}
.head1 p.t3 {
font-size:22px;
}
.logow{
	display:none;
}
}
@media only screen and (max-width:320px) {
.video-box iframe {
width:100%;
height: 142px;
}
.steps h1 {
 font-size:8px;
 padding:0 0 0 77px;
 height:36px;
 line-height:14px;
}
.stepbox1 h1 span.t1 {
font-size:9px;
}
.stepbox1 h1, .stepbox3 h1 {
 font-size:10px;
}
.stepbox2 h1 span.t1 {
font-size: 9px;
}
.stepbox1 h2 {
font-size: 22px;
}
.stepbox1 h3 {
font-size: 20px;
}
.steps ul {
padding: 15px 0 0;
}
.top-menu .links {
 font-size: 9px;
}
.stepbox2 h2 {
 font-size:20px;
}
.stepbox2 h3 {
 font-size:16px;
}
 .btns img {
 width:90%;
}
.step2-con {
 padding:0 10px;
}
.fblike {
 bottom:15px;
 left:54px;
}
.ipadimg {
 margin:0 0 50px;
 width:100%;
}

.logow{
	display:none;
}

}


@media (max-width: 800px) {
	.logow{
		display:none;
	}
}
@media (max-width: 800px) {
	.stamp img{
	  display:none;
	}
}