@font-face {
    font-family: 'Helvetica Neue';
}
/* Standard */
.full-width {
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    color: #0c2641;
    font-family: Montserrat;
    font-size: 41px;
    line-height: 57px;
}
a {
    color: #0c2641;
    text-decoration: none;
}
a:hover {
    color: #0c2641;
}
a.btn.btn-secondary.btn-reart {
    background: white;
    color: #0c2641;
    font-weight: 800;
    text-transform: uppercase;
    border: 1px solid #333;
    border-radius: 0px;
}
a.btn.btn-secondary.btn-reart:hover {
	border: 1px solid #0c2641;
}
/* -------------- */
html {
	height: 100%;
	box-sizing: border-box;
}
body {
	position: relative;
	margin: 0;
	min-height: 100%;
	font-family: "Helvetica Neue", Arial, sans-serif;
	background-color: #fff;
}

/* HEADER */
.main-header {
	background-color: #000000;
}
.main-header .menu-container {
    padding: 25px 15px;
}
.main-header a.logo {
	background: url(../img/logo-footer.png) left center no-repeat;
    width: 100%;
    padding-top: 80px;
    display: block;
    margin: 10px;
}
.main-header a.logo>span { display: none; }
.main-header .nav .language>a {
	padding: 13px;
}
.menu-container .navbar {
	float: right;
	margin-bottom: 0;
}
.menu-container .navbar-nav>li>a {
    color: white;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
    line-height: 23px;
}
.menu-container .nav>li>a:focus, 
.menu-container .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    border-bottom: 2px solid #0c2641;
}
.menu-container .navbar-nav .open .dropdown-menu {
	right: 0;
	left: auto;
}

/* FOOTER */
.main-footer {
  padding-top: 3rem;
	padding-bottom: 3rem;
	background-color: #000000;
}
.main-footer a.logo {
	background: url(../img/logo-footer.png) center no-repeat;
	background-size: contain;
	width: 100%;
  	padding-top: 80px;
  	display: block;
}
.main-footer a.logo>span { display: none; }
.main-footer .footer-menu {
  margin: 0 auto;
  float: none;
  text-align: center;
}
.main-footer .footer-menu .nav {
	padding: 5px 15px;
	float: none;
	display: inline-block;
}
.main-footer .footer-menu .nav>li>a {
	padding: 5px 15px;
	color: #fff;
	border-bottom: 2px solid transparent;
}
.main-footer .footer-menu .nav>li>a:hover {
	background-color: transparent;
	text-decoration: none;
	color: #fff;
    border-bottom: 2px solid #0c2641;
}
.main-footer .center {
	color: #fff;
	text-align: center;
	padding: 5px 15px;
}

/* CONTENT */
.content-wrapper {
	position: relative;
}
.content-wrapper>.container:first-child {
	padding-top: 30px;
}
.basic-quote-form {
	position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
}
.basic-quote-form .form-container {
	background: #f5f5ff;
    background: rgba(255,255,255,0.9);
    margin-top: 50px;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 25px 15px 10px;
}
.basic-quote-form .form-group {
	margin-bottom: 10px;
}
.basic-quote-form label {
	margin-bottom: 2px;
}
.basic-quote-form .form-control {
	height: 30px;
	padding: 4px 12px;
}
.basic-quote-form input[type=submit] {
	text-transform: uppercase;
}
.basic-quote-form .form-group.submit {
	margin-top: 15px;
    margin-bottom: 20px;
}

.btn-primary {
    color: #fff;
    background-color: #0c2641;
    border-color: #0c2641;
    border-radius: 0;
}
.btn-primary:hover {
    background-color: #fff;
    border-color: #0c2641;
    color: #0c2641;
}
.btn {
text-transform: uppercase;
font-size: 24px;
line-height: 64px;
text-decoration: none;
cursor: pointer;
display: inline-block;
border: 1px solid #259f17;
color: #fff;
padding: 10pt 4pc 8px;
background: #259f17;
font-family: inherit;
text-shadow: none;
box-shadow: none;
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
user-select: none;
transition: all,.1s,ease-in;
box-shadow: 0 2px 4px rgba(86,70,50,.1);
margin-top: 30px !important;
}

.btn:hover {
text-transform: uppercase;
font-size: 24px;
line-height: 64px;
text-decoration: none;
cursor: pointer;
display: inline-block;
border: 1px solid #f98e03;
color: #fff;
padding: 10pt 4pc 8px;
background: #f98e03;
font-family: inherit;
text-shadow: none;
box-shadow: none;
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
user-select: none;
transition: all,.1s,ease-in;
box-shadow: 0 2px 4px rgba(86,70,50,.1);
margin-top: 30px !important;
}


.carousel-caption {
	left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    padding-top: 5%;
}
.carousel-caption h1 {
    font-size: 42px;
    font-weight: bold;
}
.carousel-inner {
	margin-bottom: 30px;
}

@media (max-width: 800px) {
	.carousel-inner .item .image {
	width: 100%;
	min-height: 1100px !important;
	background-size: cover;
	background-position: center;
	}
}





@media (min-width: 801px) {
.carousel-inner .item .image {
	width: 100%;
	min-height: 680px;
	background-size: cover;
	background-position: center;}
}
.home-ico-block {
	text-align: center;
	margin-bottom: 30px;
}
.home-ico-block:after {
	content: ' ';
	clear: both;
	display: block;
}
.home-ico-block > div {
	float: left;
	width: 33.3%;
	text-align: center;
	padding: 15px;
}
.home-ico-block img {
	display: inline-block;
}
.home hr {
	border-top: 1px solid #cdcdcd;
    margin: 40px 0;
}
.home .trailing-home {
    background: #0c2641;
    margin-bottom: -10px;
    padding-bottom: 20px;
    color: #fff;
	line-height: 2;
}
.home .trailing-home h3{
    color: #fff;
}
.home .trailing-home .row > div {
	text-overflow: ellipsis;
    overflow: hidden;
}
.home .trailing-home a {
	color: #fff;
    white-space: nowrap;
}
.home .trailing-home a:hover {
	color: #ccc;
}

.home-trailer-text {
	padding: 0 30px 30px;
    text-align: center;
    font-size: 16px;
	line-height: 1.6;
}

.home-linkbar {
	background: #000000;
    margin: 0;
    text-align: center;
	clear: both;
}
.home-linkbar .link {
    display: inline-block;
    width: 33%;
}

/* REQUEST FORM */
.ask-quote .intro {
	color: #18324C;
}
.ask-quote .intro em {
	color: #8C030D;
	font-style: normal;
}
.ask-quote hr {
	border-top: 1px solid #cdcdcd;
}
.full-ask-quote .customer {
	padding-right: 3px;
}
.full-ask-quote .delivery {
	padding-left: 3px;
}
.full-ask-quote .customer .form-group,
.full-ask-quote .delivery .form-group,
.full-ask-quote .dimensions .form-group {
    padding-right: 3px;
    padding-left: 3px;
}
.full-ask-quote .dimensions .col-xs-6:nth-child(even) { padding-right: 6px; }
.full-ask-quote .dimensions .col-xs-6:nth-child(odd) { padding-left: 6px; }

.full-ask-quote label {
	color: #18324C;
}
.full-ask-quote label.required:after {
	content: '*';
	display: inline-block;
	color: #8C030D;
	font-weight: bold;
}
.full-ask-quote .form-control {
	border-radius: 0;
	border: 1px solid #ccc;
}
.full-ask-quote h1 {
	color: #18324C;
	background-repeat: no-repeat;
    background-position: center left;
    line-height: 63px;
    vertical-align: middle;
    padding-left: 83px;
	margin-bottom: 20px;
}
.full-ask-quote .customer h1 { background-image: url(../img/ico-customer.png); }
.full-ask-quote .delivery h1 { background-image: url(../img/ico-delivery.png); }
.full-ask-quote .dimensions h1 { background-image: url(../img/ico-dimensions.png); }

.full-ask-quote .submit {
	margin-top: 30px;
}
.full-ask-quote .submit input[type=submit] {
	text-transform: uppercase;
	display: inline-block;
	width: 50%;
    font-weight: bold;
}

.places {
	margin-top: 15px;
}
.places .tab-pane {
	padding: 10px 0;
    line-height: 1.6;
}

/* BANNERS */
.banner {
	text-align: center;
}
.banner img {
    max-width: 100%;
}
.banner.after-slider { 
	padding: 25px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
    border-top: 1px solid #ccc;
    clear: both;
}

.banner.before-footer {
	margin: 10px 0 -10px 0;
    background: #18324C;
}

.banner.landing-sidebar { margin: 15px 0; }



.banner.after-home-content, .banner.after-content {
	padding: 25px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
    border-top: 1px solid #ccc;
    clear: both;
}
.latest-news {
    padding-bottom: 35px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
}
.landing-sidebar .link {
	text-align: center;
}
.landing-sidebar a {
    display: inline-block;
    max-width: 100%;
    margin: 10px auto;
	transition: .4s all;
	text-align: center;
}
.landing-sidebar a:hover {
    opacity: 0.85;
}
.landing-sidebar a img {
	max-width: 100%;
}
.landing-sidebar .link + .banner {
    margin-top: 20px;
    border-top: 1px solid #c3c3c3;
    padding-top: 10px;
}

/* PAGE */
.page-sidebar h3 {
	margin-top: 0;
	border-bottom: 1px solid #c3c3c3;
	padding-bottom: 10px;
	text-align: center;
	color: #18324c;
}
.page-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.page-sidebar a.btn {
	width: 100%;
	background-color: #18324C;
	border-color: #18324C;
	color: #FFF;
	margin-bottom: 10px;
}
.page-sidebar a.btn:hover {
	background-color: #346392;
	border-color: #346392;
}
.page-sidebar .active a.btn {
	background-color: #346392;
	border-color: #346392;
}

/* CONTACT FORM */
.contactform .form-control {
	border-radius: 0;
    border: 1px solid #ccc;
}
.contactform .left .form-group {
	padding-right: 0;
}
.contactform .form-group {
    margin-bottom: 11px;
}
.contactform .form-group label {
	color: #000000;
}
	
/* RESPONSIVE */
@media (max-width: 960px) {
	.basic-quote-form { position: static; }
	.basic-quote-form .form-container { margin-top: 0px; margin-bottom: 30px; }
	.menu-container .navbar { float: none; }
	.menu-container .navbar .nav { text-align: center; margin: 0; float: none; }
	.menu-container .nav>li, .menu-container .nav>li>a { display: inline-block; float: none; }
	.menu-container .navbar-nav .open .dropdown-menu { position: absolute; background: #fff; }
	.home-linkbar .link { width: auto; }
	h1, h2, h3, h4, h5, h6 {
    color: #0c2641;
    font-family: Montserrat;
    font-size: 31px;
    line-height: 45px;
}

