/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/*--reset--*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/*--start editing from here--*/
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*--end reset--*/
body {
    font-family: 'Josefin Slab', serif;
    background:#000;
}
/*-- main --*/
.main {
    padding: 6em 0 2em;
}
h1 {
    font-size: 2.5em;
    text-align: center;
	color:#fff;
}
.signup-form {
    margin: 5em auto 1em;
    width: 50%;
    text-align: center;
}
.row.row-middle {
    margin: 5em 0;
}
.row h3 {
    color: #fff;
    font-size: 1.1em;
    text-align: left;
    line-height: 1.7em;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
}
.row h3 span {
    font-weight: 800;
}
.row  h3 span.orange {
    color: #ec522e;
}
.row h3 span.yellow {
    color: #eddd2f;
}
.row  h3 span.green {
    color: #2ecc71;
}
   .signup-form input[type="text"] {
    font-size: 0.9em;
    color: #ccc;
    padding: .7em 1em;
    background: none;
    border: 2px solid #fff;
    outline: none;
    font-family: 'Josefin Slab', serif;
    margin-right: 1em;
    width: 22%;
}
.signup-form input[type="submit"] {
    border: none;
    cursor: pointer;
    margin: 0;
    background: url(../images/news.png)#ec522e no-repeat center;
    padding: 2.1em 2.6em;
    border-radius: 50%;
    outline: none;
}
.signup-form input.yellow[type="submit"] {
	background: url(../images/news1.png)#f1c40f no-repeat center;
}
.signup-form input.green[type="submit"] {
	background: url(../images/news1.png)#2ecc71 no-repeat center;
}
.signup-form input[type="submit"]:hover {
    opacity: .7;
}
/*--copyright--*/
.copyright {
    margin: 7em 0 1em;
    text-align: center;
}
.copyright p {
    font-size: 1.1em;
    color: #fff;
	line-height:1.8em;
}
.copyright p a{
    color: #fff;
}
.copyright p a:hover{
    color: #EC522E;
}
/*--//copyright--*/
/*---- responsive-design -----*/
@media(max-width:1440px){
.signup-form {
    width: 58%;
}
}
@media(max-width:1366px){
.signup-form {
    width: 60%;
}
}
@media(max-width:1280px){
.signup-form {
    width: 66%;
}
}
@media(max-width:1080px){
.signup-form {
    width: 78%;
}
}
@media(max-width:1024px){
.signup-form {
    width: 80%;
    margin: 4em auto 1em;
}
}
@media(max-width:991px){
.signup-form {
    width: 84%;
}
}
@media(max-width:900px){
.signup-form {
    width: 92%;
}
}
@media(max-width:800px){
h1 {
    font-size: 2em;
}
.row h3 {
    font-size: 1em;
    letter-spacing: 0;
}
.signup-form input[type="text"] {
    width: 20%;
}
.signup-form input[type="submit"] {
    padding: 2em 2.5em;
    background-size: 40%;
}
.signup-form {
    width: 90%;
	margin: 4em auto 1em;
}
.main {
    padding: 4em 0 2em;
}
.row.row-middle {
    margin: 4em 0;
}
.copyright {
    margin: 6em 0 1em;
}
}
@media(max-width:640px){
.signup-form {
    width: 91%;
    margin: 3em auto 1em;
}
.row h3 {
    font-size: 0.9em;
	margin-right: 0.5em;
}
.signup-form input[type="submit"] {
    padding: 1.8em 2.3em;
}
.signup-form input[type="text"] {
    width: 21%;
    padding: .6em 0.5em;
    font-size: 0.8em;
}
.row.row-middle {
    margin: 3em 0;
}
.copyright p {
    font-size: 1em;
}
}
@media(max-width:600px){
.signup-form {
    width: 94%;
}
}
@media(max-width:480px){
.main {
    padding: 3em 0 1em;
}
.signup-form {
    width: 90%;
    margin: 2.5em auto 1em;
}
.row h3 {
    display: block;
    text-align: center;
	margin: 0 0 .5em 0;
}
.signup-form input[type="text"] {
    width: 75%;
    padding: .6em 1em;
    display: block;
    margin: 0 auto 1.2em;
}
.copyright {
    margin: 5em 1em 0;
}
}
@media(max-width:320px){
h1 {
    font-size: 1.5em;
}
.main {
    padding: 2em 0 1em;
}
.row h3 {
    font-size: 0.8em;
}
}
/*--//responsive-design---*/