::-moz-selection { background: #000; color: #fff;}
::selection { background: #000; color: #fff;}

/* pre-loader */  
.pre-loader {
    position: fixed;
    top: 50%;
	left: 50%;
    z-index: 9999;
	margin-top: -25px;
	margin-left: -150px;
	width: 300px;
	height: 50px;
	text-align: center;
    color: #101010;
    font-size: 24px;
	background: #ffffff91;
	white-space: nowrap;
	text-shadow: 1px 1px #a9a6a6;}	
.pre-loader:before,
.pre-loader:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.7em;
	width: 10em;
	border-bottom: 1px solid #656871;
    -moz-animation: loading 3s forwards linear;
    -webkit-animation: loading 3s forwards linear;
    animation: loading 3s forwards linear;
    -moz-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    animation-iteration-count:infinite;}
@media (max-width: 767px) {
.pre-loader {
	margin-left: -100px;
	width: 200px;
    font-size: 18px;
	background: #fff;}
}	
/*Animation time*/
@-webkit-keyframes loading {
  0% {width: 0em; opacity:0.1}
  70% {width: 8em; opacity:1.0}
  100% {width: 10em; opacity:0.0}
}
@-moz-keyframes loading {
  0% {width: 0em; opacity:0.1}
  70% {width: 8em; opacity:1.0}
  100% {width: 10em; opacity:0.0}
}
@keyframes loading {
  0% {width: 0em; opacity:0.1}
  70% {width: 8em; opacity:1.0}
  100% {width: 10em; opacity:0.0}
}


/* placeholder */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
     color: #ccc;}
::-moz-placeholder { /* Firefox 19+ */
     color: #ccc;}
:-ms-input-placeholder { /* IE 10+ */
     color: #ccc;}
:-moz-placeholder { /* Firefox 18- */
     color: #ccc;} 

	 
/* autofill */
@-webkit-keyframes autofill {
    to {
        color: #000;
        background: #fff;}
}
input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;}


/* header */
header {
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 60px;
	box-shadow: #ccc 0 0 5px;
    background: #fff;}
header .logo {
	max-width: 100%;
    height: 25px;
    margin-top: 16px;}
	
/* main-div */
.main-div {
    padding-top: 70px;}
    

/* login */
.login form {
	width: 300px;
    height: 267px;
	color: #93a4b7;
	position: fixed;
	top: 50%;
	left: 50%; 
	margin-top: -170px;
	margin-left: -150px;}
.login form img {
    max-width: 100%;
    max-height: 30px;
    margin-right: auto;
    margin-left: auto;
    display: block;}	
.login form h1 {
	text-align: center;
    font-size: 20px;}
.login h2 {
    font-size: 12px;
    background: #ff5f5f;
    text-align: center;
    padding: 5px;
    color: #fff;
	margin: 0;}	
.login h2:empty {
    display: none;}
.login .input-div {
	box-shadow: 0 0 21px #dbdcde;
	margin-top: 30px;
	border-radius: 2px;
    background: #fff;}	
.login form input {
	width: 100%;
	border: none;
	padding: 10px 44px 10px 16px;
	font-size: 13px;
	outline: none;
	color: #1f1e25;
	background: transparent;
    text-shadow: 0px 1px #ad9f9f;}
.login form input[type="text"] {
	border-bottom: 1px solid #e8e3e3;}	
.login form button {
	width: 80px;
    border-radius: 2px;
    border: none;
    padding: 9px;
    background: #0a4b9c;
    box-shadow: 0 0 21px #757577;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    position: absolute;
    right: -45px;
    margin-top: 43px;
    outline: none;}	
@media screen and (max-width: 499px) {
.login form {
	width: 80%;
    margin-left: -40%;}
.login form input {
	padding-right: 65px;}
.login form button {
	right: -20px;}	
}
    


/* privacy_policy */
#privacy_policy h1 {
	text-transform: capitalize;
    font-weight: normal;
    font-size: 40px;
    padding-bottom: 24px;
    padding-top: 20px;}
#privacy_policy h2 {
    font-size: 18px;
    font-weight: bold;}
#privacy_policy p,
#privacy_policy ul li {
    font-size: 15px;}
#privacy_policy p {
    padding-bottom: 20px;}
#privacy_policy p span {
    display: block;}
#privacy_policy ul li {
    padding-bottom: 12px;}
@media (max-width: 767px) {
#privacy_policy h1 {
	font-size: 30px;}
}


/* footer */
footer {
    text-align: center;
    padding: 0 10px 10px;
    margin-top: 30px;
    letter-spacing: 1px;}
footer p {
	margin: 0;
	font-size: 11px;}	
footer a {
    padding: 0 2px;
	color: #a5a7ab;
    text-shadow: 1px 1px #c4c8cc;}
footer a:hover {
	color: #0a4b9c;}	
footer p .business-name {
	color: #0a4b9c;}	
@media screen and (max-width: 991px) {
footer {
    margin-top: 35px;} 
footer p {
	font-size: 10px;}	
} 