/*--
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: 'Raleway', sans-serif;
	 background:#000 url(../images/pexels.jpg) no-repeat center center fixed;
    background-size: 100%;
		-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;

}
header.subMenu.colorBlack {
    width: 100%;
}

.main {
}
::-webkit-input-placeholder{
	color:#aaa !important;
	font-size:1em !important;
}
:-moz-placeholder {           /* Firefox 18- */
   color: #aaa;
   font-size:1em !important;
}

::-moz-placeholder {          /* Firefox 19+ */
  color: #aaa;
  font-size:1em !important;
}

:-ms-input-placeholder {      /* Internet Explorer */
  color: #aaa;
  font-size:1em !important;
}
@media only screen and (max-width:410px) {
	.login {
		width: 100%;
		margin-top:	6em !important;
	}
}
@media only screen and (min-width:411px) {
	.login {
		margin-top: 12em !important;
	  width: 408px;
	  margin: 0 auto;
		background: transparent;
		padding: 3em;
		position: relative;
	 }
}

.login h1 {
    text-align: center;
    font-size: 2em;
    margin: 1em 0;
    color: #555;
	font-family: 'PT Sans Narrow', sans-serif;
}
.login-top {
    background: #127DA7;
    position: absolute;
     top: -42px;
     padding: 1.7em 1.7em;
    border-radius: 50px;
    text-align: center;
	left: 0;
    width: 8%;
    right: 0;
    margin: 0 auto;
}
header {
	-webkit-transition: all .30s;
    -moz-transition: all .30s;
    -ms-transition: all .30s;
    -o-transition: all .30s;
  padding: 0 2%;
    z-index: 999;
}
.text-login {
	text-align: center;
	font-size: larger;
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
	margin-bottom: 20px;
	color: #fff;
	letter-spacing: 2.3px;

}
.login-bottom input[type="text"] {
  font-size: 1.2em;
  width: 100%;
	max-width: 380px;
  padding: .6em 1em;
  outline: none;
	background: #fff;
  border: none;
	border-radius: 0;
	border-top-right-radius: 10px;
  border-top-left-radius: 10px;
	font-family: 'Raleway', sans-serif;
}


#sign-in{
	background: transparent;
	border: none;
}

#sign-in:active{

}

.login-bottom input[type="password"] {
	border-top: 1px solid #55a3de;
  font-size: 1.2em;
	max-width: 380px;
  width: 100%;
  padding: 0px 15px;
  outline: none;
	background: #fff;
	border-radius: 0;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-left: none;
	border-right: none;
	border-bottom: none;
	font-family: 'Raleway', sans-serif;
	height: 42px;
}
a.form_logo img {
    width: 62%;
    margin: 0 auto;
    display: block;
    padding: 20px 0;
}
.go {
			border-bottom-right-radius: 10px !important;
	    border-top-right-radius: 0px !important;
	    background: #fff;
	    border-top: 1px solid #55a3de !important;
	    border-left: none !important;
	    font-family: 'Raleway', sans-serif;
	    color: #bbb;
	    padding: 6px 5px 5px 5px !important;
}
.login-bottom input[type="submit"] {
    font-size: 1.5em;
    padding: .3em .3em;
    width: 65%;
    border: none;
    text-transform: capitalize;
    outline: none;
    border-radius: 5px;
    background: #fff;
    border: 2px solid #55a3de;
    color: #55a3de;
    cursor: pointer;
    font-family: 'PT Sans Narrow', sans-serif;
    margin: 0 auto;
    display: block;
}
.password {

}
.login-bottom p {
    font-size: 1em;
    text-align: center;
    margin-top: 2em;
    color: #fff;
}
.login-bottom  a {
	text-decoration:none;
}
.login-bottom a p:hover {
    color: #ccc;
}

.footer {
    text-align: center;
    padding: 3em 0;

}
.footer p {
    font-size: .9em;
    color: #fff;
    margin: 0px;
}
.footer p a:hover {
    color: #fff;
}
.footer p a {
    color: #fff;
}
.wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.hea_lef {
    display: inline-block;
    vertical-align: top;
    width: 16%;
    padding-top: 10px;
		margin-left: 40px;
}
strong.caret{
	    border-top-color: #e4e4e4;
    border-bottom-color: #e4e4e4;
 	width: 0;
    height: 0;
    vertical-align:middle;
    border-top: 4px solid #C3C3C3;
	display:inline-block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}
.hea_rig {
   display: inline-block;
    float: right;
    padding-top: 20px;
    vertical-align: top;
}
nav > ul > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 13px 0;
}
nav > ul > li:last-child a {
    padding-right: 0;
}
.colorBlack nav > ul > li > a {
    color: #555;
}

nav > ul > li > a {
	line-height: 21px;
	    padding: 5px 18px;
	    color: #fff;
	    font-family: 'Raleway', sans-serif;
	    font-size: small;
	    letter-spacing: 4px;
}
ul.two_level {
    position: absolute;
    left: 0;
    background: rgba(255, 255, 255, 0.87);
     border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0,0,0,.2);
    opacity: 0;
    top: 75%;
	z-index:1;
    visibility: hidden;
    display: block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
nav > ul > li:hover>ul {
    opacity: 1;
    top: 95%;
    visibility: visible;
}
nav > ul > li ul.two_level:before {

    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(255,255,255,0.87);
    top: -7px;
    left: 9px;
	content: '';
    display: inline-block;
    position: absolute;

}
ul.two_level>li>a {
	font-family: 'Raleway', sans-serif;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
	font-size:14px;
    line-height: 20px;
    color: #333;
    white-space: nowrap;
	-webkit-transition: all ease .241s;
    -moz-transition: all ease .241s;
    -o-transition: all ease .241s;
    transition: all ease .241s;
}
ul.two_level>li:hover>a{
	padding-left:1.6em;
	color:#555;
}
footer {
    background: #5a5a5a;
    padding: 30px 0 0 0;
}
footer .wrap div ul {
    display: inline-block;
    vertical-align: top;
    width: 24%;
	    padding: 20px 0;
    text-align: center;
}
footer .wrap {
    max-width: 1200px;
}
footer .wrap div ul h3 {
    font-size: 18px;
	    margin-bottom: 12px;
    color: #fff;
    line-height: 26px;
    color: #fafafa;
    text-align: center;font-family: 'Raleway', sans-serif;
}
footer .wrap div ul li a, footer .wrap div ul li p {
    font-size: 13px;
    color: #fafafa;
	line-height: 21px;
    margin-bottom: 2px;font-family: 'Raleway', sans-serif;
    text-align: center;
}
footer .wrap div ul li a:hover{ text-decoration:underline;}
footer .wrap .bottom_fo ul {
    width: 33%;
}
.bottom_fo ul:first-child li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}

/*responsive*/
@media(max-width:1440px){
.login-top {

}
}
@media(max-width:1366px){
.login-top {

}
}
@media(max-width:768px){
	footer .wrap div ul {
		width: 100% !important;
	}
}
