*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}

html.js .loader {
	background: none repeat scroll 0 0 #ffffff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
html.js .loader_inner {
	background-image: url("../img/preloader.gif");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
	left: 50%;
	top: 50%;
	position: absolute;
}

body {
	font-family: sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.6;
	font-family: "RobotoRegular", sans-serif;
	overflow-x: hidden;
}
.hidden {
	display: none;
}
.navbar {
    min-height: 60px;

}
.navbar-inverse {
    background-color: #2979FF !important;
    border-color: #2979FF !important;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #2979FF !important;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}
.navbar-inverse img {
    height: 50px;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
	margin-top:-13px;
}
.navbar-inverse .navbar-brand {
    color: #fff;
	font-size:23px;
	font-weight:600;
}
.navbar-nav {
    float: right;
    margin: 0;
}
.navbar-nav a{
	font-weight:600;
	margin-top:3px;
}