/* BRAVEBOYS */


/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800');


/* Body base */
body {
	background-color: #fff;
	font-family: 'Montserrat', helvetica, arial, sans-serif;
}


/* Header */
header .logo {
	height: 20rem;
}
header h1 {
	color: #111;
	font-family: 'Montserrat', helvetica, arial, sans-serif;
	font-size: 6rem;
	letter-spacing: 0.05rem;
	font-weight: 100;
}


/* Intro */
main .intro h2 {
	color: #3986c6;
	font-family: 'Montserrat', helvetica, arial, sans-serif;
	font-size: 4rem;
	letter-spacing: 0;
	font-weight: 700;
}
main .intro p {
	color: #212b30;
	font-family: 'Montserrat', helvetica, arial, sans-serif;
	font-size: 2rem;
}
main .intro button.btn {
	background-color: #db0941;
	font-family: 'Montserrat', helvetica, arial, sans-serif;
	font-size: 1.25rem;
}
main .intro button.btn:hover {
	background-color: #6780e0;
}
main .intro img {
	height: 150px;
}



/* Products */
main .products h2 {
	color: #3986c6;
	font-family: 'Montserrat', helvetica, arial, sans-serif;
	font-size: 2rem;
	letter-spacing: 0.05rem;
	font-weight: 800;
}
main .products h3 {
	color: #213872;
	font-family: 'Montserrat', helvetica, arial, sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
}
main .products p {
	color: #212b30;
	font-family: 'Montserrat', helvetica, arial, sans-serif;
	font-size: 1rem;
	font-weight: 500;
}
main .products button.btn-blue {
	background-color: #3986c6;
	font-family: 'Montserrat', helvetica, arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0;
	transition: all .2s ease-in-out;
}
main .products button.btn-blue:hover {
	background-color: #333;
}


/* Banner */
main .banner {
	background-color: #213872;
}
main .banner h3 {
	color: #fff;
	font-family: 'Montserrat', helvetica, arial, sans-serif;
	font-size: 2.5rem;
	letter-spacing: 0.05rem;
	font-weight: 600;
}




main .actionform {
	
}
main .actionform hr {
	border-color: #fff;
	border-width: .1rem;
}
main .actionform .left h2 {
	color: #fff;
	font-family: 'Montserrat', helvetica, arial, sans-serif;
	font-size: 2.5rem;
	letter-spacing: 0;
	font-weight: 700;
}
main .actionform .left h3 {
	color: #fff;
	font-family: 'Montserrat', helvetica, arial, sans-serif;
	font-size: 2rem;
	letter-spacing: 0;
	font-weight: 600;
}
main .actionform .left p {
	color: #fff;
	font-family: 'Montserrat', helvetica, arial, sans-serif;
	font-size: 1.25rem;
}
main .actionform .left .btn {
	background-color: #db0941;
	font-family: 'Montserrat', helvetica, arial, sans-serif;
	font-size: 3rem;
	padding: .5rem 2rem;
	width: 100%;
}
main .actionform .left .btn:hover  {
	background-color: #6780e0;
}
main .actionform .left span.file-name {
	color: #6780e0;
	font-size: 1.25rem;
}
main .actionform .left span.file-delete a {
	color: #fff;
	font-size: 2rem;
	transition: all .2s ease-in-out;
}
main .actionform .left span.file-delete a:hover {
	color: #db0941;
}

main .actionform .right .form_condition_desc {
	color: #fff;
	font-size: .9rem;
}
main .actionform .right .btn {
	background-color: #212b30;
	font-family: 'Montserrat', helvetica, arial, sans-serif;
	font-size: 2rem;
	padding: .5rem 1.5rem;
	font-weight: 600;
}
main .actionform .right .btn:hover  {
	background-color: #ffab00;
}






/* Font colors */
.lightblue {
	color: #6780e0 !important;
}
.blue {
	color: #182a4b !important;
}
.darkblue {
	color: #0b162f !important;
}
.yellow {
	color: #facd34 !important;
}
.red {
	color: #db0941 !important;
}
.grey {
	color: #9e9f9e !important;
}


/* Background colors */
.bg_white {
	background-color: #fff !important;
}
.bg_lightblue {
	background-color: #4054a0 !important;
}
.bg_blue {
	background-color: #3986c6 !important;
}
.bg_darkblue {
	background-color: #0b162f !important;
}
.bg_yellow {
	background-color: #facd34 !important;
}
.bg_red {
	background-color: #db0941 !important;
}
.bg_grey {
	background-color: #9e9f9e !important;
}


/* Button global */
button.btn {
	background-color: #111;
	border-radius: 0;
	color: #fff;
	font-family: 'Montserrat', helvetica, arial, sans-serif;
	font-size: 1rem;
	letter-spacing: 0.05rem;
	outline: none;
	transition: background .2s ease-in-out;
}
button.btn:hover {
	border-radius: 0;
}


/* Form elements */
form label {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
}
form .form-control {
	border: 0.15rem solid #213872;
	border-radius: 0;
	color: #333;
	font-size: 1rem;
	height: calc(2.5rem + 2px);
	padding: .8rem .75rem;
}
form .form-control:focus {
	background-color: #fff;
	border-color: #213872;
	color: #333;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(148,218,255,.75);
}
.form-control::placeholder {
	color: #212b30;
	opacity: 1;
}


/* Selectpicker */
.pull-left {
	float: left;
}
.open > .dropdown-menu {
    display: block;
}
button.btn.btn-default {
	background-color: #fff;
	border: 0.1rem solid #aaa;
	border-radius: 0;
	color: #333 !important;
	font-weight: 400;
	font-size: 1rem;
	letter-spacing: 0;
	height: calc(2.5rem + 2px);
}
.open > .dropdown-menu {
    display: block;
}
.dropdown-menu {
	font-size: 1rem;
	text-align: left;
	list-style: none;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
	position: static;
	float: none;
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.dropdown-menu > li > a {
	color: #333;
	clear: both;
	display: block;
	font-weight: 400;
	line-height: 1.42857143;
	outline: none;
	padding: 3px 20px;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover {
	background-color: #ced4da;
	color: #333;
}
.dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: -0.5em;
	vertical-align: 0.05em;
	content: "";
	border-top: .5em solid;
	border-right: .5em solid transparent;
	border-bottom: 0;
	border-left: .5em solid transparent;
	color: #3986c6;
}




/* Footer */
footer {
	background-color: #213872;
}
footer ul {
	margin: 0;
	padding: 0;
}
footer ul li {
	list-style: none;
}
footer ul li {
	color: #fff;
	font-size: .9rem;
	font-weight: 500;
	letter-spacing: .025rem;
	text-transform: uppercase;
	transition: all .2s ease-in-out;
	white-space: nowrap;
}
footer ul li a {
	color: #fff;
}
footer ul li a:hover {
	color: #fff;
	text-decoration: none;
}
footer ul li i {
	width: 1.5rem;
}
footer img.footerlogo {
	width: 10rem;
}


img.brand-image {
	max-height: 500px;
}
img.brand-logo {
	max-height: 100px;
}




/* Google Recaptcha */
.g-recaptcha {
	transform:scale(0.80);
	-webkit-transform:scale(0.80);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
}


/* Media Queries */
@media (min-width: 1200px) {
	
	.container:not(.navbar) {
		max-width: 1920px;
	}
	nav.navbar {
		max-width: 1400px;
	}
}

@media (max-width: 1200px) {
	
	nav .nav-item {
		padding-right: 0;
	}

}


