/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version:1.2.0
Created:December 2014
License URI:http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/

.header-left {
    padding: 10px 0 0 0;
}
.fixed-header-on .header .logo img {
    max-height: 45px;
}

.navbar-nav{
	float:right !important;
}

.transparent-header header.header.dark.transparent-header-on{
	background-color: rgba(0, 41, 84, 0.8) !important;
}
.header.dark {
	background-color: rgba(0, 41, 84, 0.8) !important;
	border-top-color: rgba(0, 41, 84, 0.8) !important;
}

.header-top.colored{
	background-color:rgba(0, 41, 84, 1) !important;
	border-bottom:1px solid rgba(0, 41, 84, 1) !important;
}

.blue-light{
    color: #09afdf !important;
}
.default-translucent-bg:after {
    background-color: rgba(8, 69, 111, 0.7) !important;
}

body{
	margin-bottom:-12px !important;
}

.mb-30{
	margin-bottom:30px !important;
}
.mt-30{
	margin-top:30px !important;
}
.pr-0{
	padding-right:0px !important;
}
.pt-20{
	padding-top:20px !important;
}
.pt-30{
	padding-top:30px !important;
}
.pt-50{
	padding-top:50px !important;
}

.pt-100{
	padding-top:100px !important;
}

.red{
	color:#FF0000 !important;
}
   
@media only screen and (max-width: 400px) {
    .mobile-hide{ display: none !important; }
}
@media only screen and (max-width: 400px) {
    .mobile{ display: inline !important; }
}
@media only screen and (min-width: 500px) {
    .desktop-hide{ display: none !important; }
}
ul.receive_news_radio {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul li input[type="radio"],  ul li input[type="checkbox"] {
	float: left;
}
.receive_news_radio label {
	margin-left: 20px;
}