/* GENERAL */
body{
    background-color: #003A48;
    text-align: center;
    position: relative;
    background: url(../img/bkg_quote_logistics.jpg);
    background-size: cover;
    font-family: 'museo-sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    min-height: 100vh;
}
a,
a *{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none!important;
    color: #FFFFFF;
}
a:hover span,
a:hover strong {
    color: #12adc5;
}
a:hover img{
	opacity: 0.7;
}

/* HEADER */
.main-header img {
    width: 240px;
    height: 70px;
    margin-bottom: 120px;
}

/* SELECTION */
.country-selection {
	min-height: 520px;
	height: 100vh;
	padding: 0 0 75px;
	display: table;
	margin: 0 auto;
}
.country-selection > div{
	display: table-cell;
    vertical-align: middle;
}
.country-selection h1 {
	text-transform: uppercase;
	margin: 0 auto 50px;
	color: #FFFFFF;
	font-family: 'lato', sans-serif;
	font-weight: 300;
}
.country-selection h1 strong{
	font-weight: 900;
}
.country-selection .country{
	margin-bottom: 30px;
}
.country-selection .country img {
	width: 100%;
	max-width: 65px;
	border-radius: 100%;
	margin-bottom: 10px;
}
.country-selection span {
	display: block;
}

/* FOOTER */
.main-footer {
    background-color: #003a48;
    display: block;
    padding: 24px 0;
    position: absolute;
    z-index: 10;
    border-top: 1px solid rgba(14, 144, 166, 0.15);
    right: 0;
    left: 0;
    bottom: 0;
}
.main-footer p,
.main-footer a,
.main-footer span {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 26px;
    margin: 0;
    font-weight: 400;
}
.main-footer a:hover{
	opacity: 0.7;
}
.main-footer span {
	margin-left: 30px;
}
.main-footer span a{
	font-weight: 700;
}
.main-footer .block-footer-copy {
	text-align: left;
}
.main-footer .block-footer-action .block-footer-social {
	text-align: right;
}
.main-footer .block-footer-action .block-footer-social .link-social {
    width: 26px;
    height: 26px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    background-color: #e2e9ed;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    line-height: 26px;
    text-align: center;
    margin-left: 5px;
}
.main-footer .block-footer-action .block-footer-social .link-social .fa {
	color: #003A48;
}
.main-footer .block-footer-action .block-footer-social .link-social:hover {
    background-color: rgba(17, 166, 189, 0.8);
    color: #FFFFFF;
}

/* RESPONSIVE */
@media (max-width: 768px) {
	.country-selection {
		padding-bottom: 105px;
	}
	.main-footer .block-footer-copy {
		text-align: center;
		margin-bottom: 10px;
	}
	.main-footer .block-footer-action .block-footer-social {
		text-align: center;
	}
	.main-header img {
	    margin: 50px 0;
	}
}
@media (max-width: 480px) {
	.main-header img {
	    width: 190px;
	    height: 54px;
	    margin: 50px 0;
	}
	.country-selection {
		padding-bottom: 137px;
	}
	.country-selection h1 {
		font-size: 26px;
		margin-bottom: 30px;
	}
	.country-selection .country img {
		max-width: 50px;
	}
}