@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
}

h1 {
	font-size: 32px;
	font-weight: 700;
}

h2 {
	font-size: 24px;
	font-weight: 500;
}

h3 {
	font-size: 22px;
	font-weight: 500;
}

h4 {
	font-size: 18px;
}

p.text-muted {
	color: #fff !important;
	font-size: 12px;
}

.topbar {
	background: #0057a7;
	color: #fff;
	font-weight: 500;
	padding: 5px 0px;
	font-size: 1.2em;
}

.topbar a,
.header-info a {
	color: #fff;
}

.topbar a:hover,
.header-info a:hover {
	color: #b3b3b3;
	text-decoration: none;
}

.navigation {
	border-bottom: 5px #0057a7 solid;
}

nav a,
nav a:link,
nav a:visited,
nav a:active {
	color: #000;
	font-weight: 500;
	font-size: 1.2em
}

nav a.active {
	color: #0057a7;
}

nav a:hover,nav a:focus {
	color: #0057a7;
}

.header-box h2 {
	margin: 0;
}

.header-img {
	background-image: url(../images/global_van_sea.jpg);
	background-size: auto auto;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	min-height: 450px;
	width: 100%;
	padding: 20px;
}

.header-info {
	background: #29abe2;
	color: #fff;
}

.header-info a {
	color: #fff;
}

.header-info .icon {
	background: #0057a7;
	color: #fff;
	text-align: center;
	padding-top: 20px;
	text-decoration: none;
}

.header-info .icon p {
	margin-top: 10px;
}

.header-info .icon:hover,
.header-info .icon.active {
	transition: background 0.2s ease;
	background: #29abe2;
}

.carousel {
	height: 100%;
	margin: 0;
	padding: 20px 10px;
}

.carousel-inner { /* fix clipping on slide change */
	height: 300px;
}

/* Carousel fade effect */
.carousel-fade .carousel-item {
	 opacity: 0;
	 transition-duration: .6s;
	 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  	opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 	opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
	 transform: translateX(0);
	 transform: translate3d(0, 0, 0);
}
/* END Carousel fade effect */

.lower-content {
	background: #e6e6e6;
	padding: 40px 20px;
}

.lower-headings {
	text-align: center;
	border-left: 3px solid #e6e6e6;
	border-right: 3px solid #e6e6e6;
}

.lower-headings .row > [class*='col-'] {
	padding: 30px;
}

form label {
	font-weight: 500;
}

.btn-send {
	font-weight: 500;
    text-transform: uppercase;
	cursor: pointer;
}

#map {
	width: 100%;
	height: 250px;
	background-color: grey;
}

.findus {
	padding: 20px 20px;
	background: #e6e6e6;
	font-size: 18px;
}

footer {
	background: #0057a7;
	color: #fff;
	padding-top: 20px;
	text-align: center;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #b3b3b3;
	text-decoration: none;
}

footer .footer-contact {
	font-size: 0.8em;
}



/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	.navbar-brand {
		width: 80%;
	}
	nav a,
	nav a:link,
	nav a:visited,
	nav a:active {
		font-size: 1.4em
	}

	.header-img {
		background-size: 100%;
	}

	footer .footer-contact {
		font-size: 1em;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.header-img {
		background-size: 100%;
	}

	footer {
		text-align: left;
	}
	footer .footer-social,
	footer .footer-btt {
		text-align: right;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.navbar-brand {
		width: 100%;
	}

	.header-img {
		background-size: auto;
	}

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

}