@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,300,400italic,400,700italic,700);
@import url(http://fonts.googleapis.com/css?family=Lato);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,300,400italic,400,600italic,600,700italic,700,800italic,800);
@import url(http://fonts.googleapis.com/css?family=Ubuntu);
@font-face { font-family: 'Whiteboard'; src: url('fonts/Whiteboard-Modern-Demo.ttf'); } 




html, body {min-height:100%;}

body {
	margin:0;
	font-family:'Lato', sans-serif;
	font-size:18px;
	color:#2a2e31;
        
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block; margin:0; padding:0;}
dl, dt, dd {margin:0; padding:0;}
img {border:0; vertical-align:bottom;}
a {outline:none; text-decoration:none; color:#000;}
a:hover {text-decoration:underline;}
form, h1, h2, h3, h4, h5, h6 {margin:0 0 10px 0;}
p {margin:0 0 28px 0; line-height:28px;}
h1, h2, h3, h4, h5, h6 {font-weight:700; margin-bottom:70px; letter-spacing:-1px;text-align:center;}
ul, li {margin:0; padding:0;}

.fl {float:left;}
.fr {float:right;}
.clear {clear:both; font-size:0px; line-height:0px;}

input[type="text"]:focus {outline:none;}
input[type="password"]:focus {outline:none;}
select:focus{outline:none;}


* html .clearfix { height:1%;}

*+html .clearfix { display:inline-block;}

.clearfix:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}



.wrapper {max-width:890px; margin:auto; position:relative;}

.content {max-width:890px; margin:auto; padding:1px;margin:5px;}


    .box {border:4px dashed #c80000;padding:20px;margin:15px;width:410px;background-color:#fcffcb;font-family:arial;font-size:16px;line-height:20px;}
    
form {padding:0;margin:0;}
    .inp {
        color:#757575;
	border: solid 1px #757575;
	outline: 0;text-align:left;
	font-family: 'Lato', serif;font-size:15px;
	width:328px;padding:12px;text-align:left;margin:5px;height:24px;margin-top:1px;
	background-color: #FFFFFF;
        background:url(img/email.png) no-repeat right;
        background-position: 308px 16px;padding-left:12px;padding-bottom:13px;
	border-radius:12px;
	-webkit-box-shadow:inset 2px 3px 1px #e8e8e8;
	-moz-box-shadow:inset 2px 3px 1px #e8e8e8;
	box-shadow:inset 2px 3px 5px #e8e8e8;
	}
    .inp2 {
        color:#757575;
	border: solid 2px #757575;
	outline: 0;text-align:left;
	font-family: 'Lato', serif;font-size:15px;
	width:368px;padding:12px;text-align:left;margin:5px;height:20px;
	background-color: #000;
        background:url(img/user.png) no-repeat right;
        background-position: 361px 16px;padding-left:12px;padding-bottom:13px;
	border-radius:12px;
	-webkit-box-shadow:inset 2px 3px 1px #e8e8e8;
	-moz-box-shadow:inset 2px 3px 1px #e8e8e8;
	box-shadow:inset 2px 3px 1px #e8e8e8;
	}



.myButton {
background: rgba(241,231,103,1);
background: -moz-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,231,103,1)), color-stop(100%, rgba(254,182,69,1)));
background: -webkit-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: -o-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: -ms-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: linear-gradient(to bottom, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645', GradientType=0 );

	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:12px;
	border:1px dashed #e65f44;
	display:inline-block;
	cursor:pointer;
	color:#c92200;
	font-family:'Lato';
	font-size:21px;
	font-weight:600;
	padding:6px 3px;width:306px;height:53px;padding-top:4px;text-transform:uppercase;
	text-decoration:none;
	text-shadow: 1px 1px 0px rgba(255,255,255, 0.7);margin-top:2px;
}
.myButton:hover {
background: rgba(254,182,69,1);
background: -moz-linear-gradient(top, rgba(254,182,69,1) 0%, rgba(241,231,103,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,182,69,1)), color-stop(100%, rgba(241,231,103,1)));
background: -webkit-linear-gradient(top, rgba(254,182,69,1) 0%, rgba(241,231,103,1) 100%);
background: -o-linear-gradient(top, rgba(254,182,69,1) 0%, rgba(241,231,103,1) 100%);
background: -ms-linear-gradient(top, rgba(254,182,69,1) 0%, rgba(241,231,103,1) 100%);
background: linear-gradient(to bottom, rgba(254,182,69,1) 0%, rgba(241,231,103,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb645', endColorstr='#f1e767', GradientType=0 );

	color:white;text-shadow:0px 1px 0px #c52f24;
}
.myButton:active {
	position:relative;
	top:1px;
}

    

    
    .footer {color:#afc7d9;font-family: 'Lato';font-size:13px;margin:15px;text-shadow:1px 1px 1px #506e84;margin-top:80px;}
    .footer a {color:#afc7d9;text-decoration:none;}
    
    
    .box1 {border:1px solid #fff;border-radius: 0px;width:100%;margin:0 auto;
    background: rgb(255, 255, 255) transparent;
    background: rgba(255, 255, 255, 0.65);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff, endColorstr=#fff);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff, endColorstr=#fff)";
 	-webkit-box-shadow:inset 0 0 90px #fff;
	-moz-box-shadow:inset 0 0 90px #fff;
	box-shadow:inset 0 0 90px #fff;padding-bottom:30px;
    }
    
    .black {padding:0px;
    background: rgb(0, 0, 0) transparent;
    background: rgba(0, 0, 0, 0.4);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#000, endColorstr=#000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#000, endColorstr=#000)";

    }
    
    .box2 {
width:100%;margin:0 auto;margin-top:32px;
border-top:2px solid #b7cfe0;
border-bottom:2px solid #b7cfe0;
border-radius: 0px;
-webkit-box-shadow: 1px 2px 4px  0px rgba(50, 50, 50, 0.25);
-moz-box-shadow:    1px 2px 4px  0px rgba(50, 50, 50, 0.25);
box-shadow:         1px 2px 4px 0px rgba(50, 50, 50, 0.25);

}
    
    .box3 {
font-family: 'Lato', serif;font-size:24px;line-height:48px;text-shadow: 1px 1px 1px rgba(0,0,0, 0.9); font-weight:400;color:#fff;
margin:auto;
border:0px dashed #f6eee3;border-radius:13px;
filter:alpha(opacity=100); opacity:1;
width:350px;padding:21px;padding-bottom:33px;margin:53px;margin-left:11px;padding-top:1px;
text-align:center;
padding-top:23px;border-top:1px solid #eee9e4;border-bottom:1px solid #e5dcd4;
	-webkit-box-shadow:inset 0 0 50px #dbcdbb;
	-moz-box-shadow:inset 0 0 50px #dbcdbb;
	box-shadow:inset 0 0 50px #fff;
	position:relative;right:1px;
}
.box3-3 {font-family: 'Lato', serif;font-size:16px;line-height:20px;color:#fff;letter-spacing:0px;text-shadow: 1px 1px 0px rgba(0,0,0, 0.6);text-align:left;font-weight:200;}


.head0 {font-family: 'Whiteboard', serif;font-size:34px;line-height:48px;text-transform:uppercase;letter-spacing:-1px;text-shadow: 1px 1px 1px rgba(0,0,0, 0.9); font-weight:300;text-align:center;color:#fff;margin-top:20px;margin-bottom:0px;}
.head1 {font-family: 'Lato', serif;font-size:51px;line-height:62px;letter-spacing:-1px;text-shadow: 1px 1px 0px rgba(255,255,255, 0.7); font-weight:700;text-align:center;margin-top:20px;color:#1e4f08;margin-bottom:2px;padding:0 20px; }
.head2 {font-family: 'Lato', serif;font-size:21px;line-height:28px;color:#284b87;letter-spacing:0px;text-shadow: 1px 1px 0px rgba(255,255,255, 0.6);padding:0 176px;text-align:center;font-weight:400;margin-bottom:24px;margin-top:26px;}

.inbox {font-family: 'Lato', serif;font-size:13px;font-weight:normal;text-align:center;
text-shadow: 1px 1px 1px #fff;color:#6178a1;margin-top:25px;margin-bottom:8px;

}

hr {
  border-top: 1px solid #ddd5c5;
  border-left:0px;border-bottom:0px;border-right:0px;
  color: #fff;
  background-color: #fff;
  height: 1px;
  width:80%;margin-bottom:16px;
}

.arrow {position:absolute;background:url(img/arrow.png);     width:137px; 
    height:121px; 
    display:block; 
margin-right:0px;margin-bottom:0px;margin-top:313px;}

.high {position:absolute;background:url(img/high.png);     width:356px; 
    height:37px; 
    display:block; 
margin-left:182px;margin-bottom:0px;margin-top:0px;padding-top:8px;padding-left:2px;
font-family: 'Ubuntu', serif;font-size:22px;letter-spacing:-0px;text-shadow: 1px 1px 0px #b17023; font-weight:200;text-align:center;margin:12px;color:#fff;}
.secure {position:relative;bottom:1px;}




/* SmartPhone ----------- */
@media
only screen and (max-device-width: 600px), screen and (max-width: 600px) {
.box2 {width:90%}
.box3 {margin:5px;margin-top:25px;width:90%}
.myButton {width:94%;height:140px;font-size:45px;border:2px dashed #e65f44;}
.inp, .inp2 {width:90%;height:70px;font-size:31px;background:none;padding:20px;}
.arrow {background:none;}
.head0 {font-size:169px;}
.head1 {font-size:68px;line-height:77px;margin-top:35px;margin-bottom:1px;}
.head2 {font-size:30px;line-height:35px;margin-bottom:43px;margin-top:40px;padding:0 36px;}
.inbox {font-size:25px;margin-top:42px;}
.footer {font-size:15px;margin-top:30px;}
.content, .wrapper {max-width:95%;padding:22px;padding-top:12px;margin:0;}
.secure {position:relative;bottom:5px;}
}.wrapper .content .head1 {
	color: #00F;
}
.wrapper .content .head1 {
	color: #000080;
}
.wrapper .content .head1 {
	color: #FFF;
}
