﻿
html, body {
	font-family: 'Lato', sans-serif ;
	/*font-family: 'Open Sans', sans-serif;*/
	/*font-family: 'Poppins', sans-serif;*/
	color: #fff;
	width: 100%;
	height: 100%;
	background-color: #fff;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.2px;
	font-variant-ligatures: no-common-ligatures;
	color: #999999;
}
 
h1, h2, h3, h4, h5, h6, p {
  font-style: normal;
  margin: 0px;
  padding: 0px;
}

h1, h2, h3 {
	/*font-family: 'Cabin', sans-serif;*/
}

form {
	margin: 0px;
	width: 100%;
	/*height: 100%;*/
	}

/* -----------*/

/* Clearfix Hack */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

a {
	text-decoration: none;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #2e63eb;
	/*-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);*/
}

a:hover {
	opacity: 0.85;
}

a:visited,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
}

a:active{
	/*-moz-transform: scale(.9);
	-webkit-transform: scale(.9);
	-o-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);*/
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 14px;
	line-height: 14px;
	border: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	outline: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {

}

input,
select,
textarea {
	font-family: 'Lato', sans-serif;
	font-variant-ligatures: no-common-ligatures;
	outline: none;
}

label {
	font-size: 12px;
	color: inherit;
	font-weight: inherit;
	margin: inherit;
}

.ErrMsg {
    color: #F00;
	display: block;
}


.noScroll {
	overflow: hidden;
}

.hide {
	display: none;
}

/* -----------*/


@media only screen and (max-width: 1280px) {



}


@media only screen and (max-width: 1024px) {



}


@media only screen and (max-width: 640px) {



}


@media only screen and (max-width: 480px) {


}


@media only screen and (max-width: 400px) {

}


@media only screen and (max-width: 320px) {


}

