/* ==========================================================================
   Author's custom styles
   Written by: Davide Strati;
   April 2018
   ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');


/* TYPO & CLASSES */

body {
	font-family: 'Montserrat', sans-serif !important;
}

/* --> Display <-- */
.uk-block {
	padding: 0;
}
div {display: block;position: relative;}

/* --> Text <--*/
h1, h2, h3, h4, h5, h6, p, li, a {
	font-family: 'Montserrat', sans-serif;
}
h3 {
	font-size: 2.4rem;
	font-weight: bold;
}
h4 {
	font-size: 2rem;
}
h5 {
	font-size: 1.7rem;
}
.uk-link, a {
	color: #2984A1;
}

.w-section {
	padding: 0 0 3rem 0;
}
.title-container {
	text-align: center;
	padding: 3rem 0 2rem;
}
.title-container h3 {
	color: #267591 ;
}

.wa-button {
    padding: 2rem;
    box-sizing:  border-box;
    background-color: #5b9bc5;
    border: 7px solid #d3d8e4;
    box-shadow: inset 0 0 7px rgba(0,0,0,0.4);
    transition: all 1s ease-in;
}

.wa-button a {
    font-size:  2.4em;
    font-weight:  bold;
    color: #fff;
    line-height: 1em;
    text-shadow: 0 2px 0 #000;
    transition: all 1s ease-in;
}
.wa-button:hover {
	background-color: #5b9bc5;
	border-color: #fff;
}
.wa-button:hover a {
	text-shadow: 0 0 5px rgba(255,255,255,0.4);
}



/*------------------------ NAVIGATION: STICKY MENU WITH AFFIX ------------------------*/

.top-nav {
	background-color: #000;
}

.top-nav .uk-grid {
	align-items: center;
}

.logo-block {
	max-width: 160px;
}
.logo-block img {
	padding: 16px 0;
}

.uk-navbar {
	background-color: #000;
    font-family:  'Montserrat';
    text-transform:  uppercase;
    font-weight:  700;
    color:#FFF;
}
.uk-navbar-nav>li>a {height: 43px; color:#FFF;}
.uk-navbar-nav>li.uk-active>a {
    background-image: none !important;
    background-color: transparent !important;
    box-shadow: none;
    border-bottom: 4px solid #2984a1;
    color: #33aace;

}
.uk-navbar button {
	background: none;
	font-size: 2rem;
}
/*--> LOGIN BTN */

.login-btn a {
	font-size: 1.2em;
	color: #2a95bb !important;
	border:2px solid #264550;
	border-radius: 6px
}
.login-btn a:hover {
	background-color: #454c4f;
	border-radius: 6px;
}
/* Hide the home button in the homepage */
.home-page .home-btn {
	display: none;
}




/*------------------------ SECTION - A: INTRODUCTION ------------------------*/

#intro {
	background: #2983a1; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #1f718c 0%,#689cc5 50%,#1f718c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2983a1', endColorstr='#2983a1',GradientType=1 ); /* IE6-9 */
}

.intro-text {
	text-align: center;
	color: #fff;
}
.intro-text h1 {
	color: #fff;
	font-weight: bold;
	margin: 0;
	text-shadow: 0 3px 0 #000;
}
.intro-text span {
	display: block;
	position: relative;
	width: 100%;
}
.intro-text h1 .first {
	font-size: 62px;
}
.intro-text h1 .second {
	font-size: 35px;
}
.intro-text h1 .third {
	font-size: 17.5px;
	font-weight: normal;
	margin-top: -14px;
	margin-bottom: 2rem;
}
.intro-text h3 {
	font-size: 1.2rem;
}
.intro-list {padding: 0 8px;}
.intro-list li {
	list-style: none;
	text-transform: uppercase;
}

/*---> CARRIER PAGE <----*/
#intro-carrier {
	background: transparent url('../img/slider/carrier-trucks-fleet.jpg') bottom center scroll no-repeat;
	background-size: cover;
	padding-top: 12vh;
}
.carrier-intro .intro-text {
	background-color: rgba(0,0,0,0.75);
	padding-top: 2em;
	padding-bottom: 1em;
}
/*---> SHIPPER PAGE <----*/
#intro-shipper {
	background: transparent url('../img/slider/shipper-depot.jpg') bottom center scroll no-repeat;
	background-size: cover;
	padding-top: 12vh;
}
.shipper-intro .intro-text {
	background-color: rgba(0,0,0,0.75);
	padding-top: 2em;
	padding-bottom: 1em;
}
/*---> GENERAL PAGE <----*/
#intro-general {
	background: transparent url('../img/slider/general_intro.jpg') bottom center scroll no-repeat;
	background-size: cover;
	padding-top: 12vh;
}
.general-intro .intro-text {
	background-color: rgba(0,0,0,0.75);
	padding-top: 2em;
	padding-bottom: 1em;
}


/*------------------------ SECTION - B: PRODUCT SLIDESET ------------------------*/

.pro-list-item .item-img {
	display: block;
	position: relative;
}
.item-text {
    display:  block;
    position:  relative;
}
.item-text h4 {
    font-weight: 700;
    color: #0088cc;
   	text-transform: uppercase;
}

.item-text p {
    margin-top: 0;
}
.intro-list li i {
	margin-left: 4px;
	margin-right: 8px;
}
/*---> CARRIER PAGE <----*/
.carrier-advantages .uk-accordion-title {
	background-color: transparent;
	padding: 0 15px;
	margin-bottom: 0;
}
.carrier-advantages .uk-accordion-title img {
	display: block;
	position: relative;
	float: left;
	width: 50px;
	margin-right: 15px;
}
.carrier-advantages .uk-accordion-title h5 {
	color: #267591;
	display: block;
	position: relative;
	float: left;
	margin-top: 15px;
}
.uk-accordion-title .border-separator {
    height:  24px;
    display:  block;
    position:  relative;
    margin-top:  50px;
    margin-left:  24px;
    border-left: 3px solid  #d3d8e4;
    -webkit-transition: height 0.3s ease;
	-moz-transition: height 0.3s ease;
	-ms-transition: height 0.3s ease;
	-o-transition: height 0.3s ease;
	transition: height 0.3s ease;
}
.uk-accordion-title.uk-active .border-separator {
	height: 0;
}
.carrier-advantages .uk-accordion-title.uk-active:after, .carrier-advantages .uk-accordion-title.last-item:after  {
	border: none;
	height: 0;
	width: 0;
}

.carrier-advantages .uk-accordion-content {
	margin-left: 39px;
    border-left: 3px solid #d3d8e4;
	padding: 15px 0 15px 40px;
}
/*------------------------ SECTION C - HOW IT WORKS ------------------------*/

.how-container {
	background: url(/img/bg-buttons.jpg) no-repeat scroll center center transparent;
	background-size: cover;
	color: #fff;
}
.how-container .title-container h3 {
	color: #fff;
}
.how-container h4 {
	color: #fff;
	margin-bottom: 2rem;
}
.how-flex {
	margin-bottom: 2rem;
}
.how-flex h5 {
	color: #fff;
}

/*------------------------ SECTION D - PRICING ------------------------*/
.slideset-container .price-container {
	border: 1px solid #333;
	border-radius: 16px;
	padding: 1.5em 5px 1em;
}

.price-container h4 {
	font-size: 40px;
	color:#d3d8e4;
	line-height: 1.4em;
}
.sub-price {
	font-size: 20px;
	color: #267591;
}
.carrier .sub-price .price {
	color:#d3d8e4;
}
.carrier .com-price .price {
	color:#267591;
}
.price-container .price {
	font-size: 4em;
	font-weight: bold;
	line-height: 1em;
}
.note {
	display: block;
	font-size: 12px;
	position: absolute;
	width: 100%
}
.separator {
	background-color: #267591;
	height: 2px;
	margin: 2em auto;
	width: 80%;
}
.com-price {color: #d3d8e4;}
.slideset-container .uk-slideset {
	margin-bottom: 2rem;
}

/*------------------------ SECTION D - PRICING ------------------------*/
#footer {
	background-color: #d3d8e4;
	padding-top: 3rem;
}
/* Footer lists */
#footer .uk-list-line>li:nth-child(n+2) {
	border-top: 1px solid #e5ecef;
}
.footer-list li {
	padding: 5px 60px 0 8px;
}
/* Footer typo */
.footer-container h5 {
	font-weight: bold;
	font-size: 1.2em;
}
.footer-container hr {border-top: 1px solid #267591;}
.footer-container a:hover {
	text-decoration: none;
	color: #07d;
}
/* Foter addresses */
.address-container h6 {
	font-size: 1.2em;
	text-transform: uppercase;
	padding-bottom: 4px;
	border-bottom: 1px solid #267591;
}
.address-container i {
	margin-right: 8px;
	padding-left: 8px;
	text-align: center;
	width: 14px;
}
/* Footer social icons */
.social-container a i {
	color: #2984A1;
	font-size: 28px;
	margin-right: 4px;
}
.social-container a i:hover {color: #267591;}


/*********************************************************************/
/*------------------------ MEDIA QUERIES ----------------------------*/
/*********************************************************************/

/******** SMALL MOBILE ***********/
@media (min-width: 320px) {
	/* SECTION B */
	.pro-list-item {
		flex: 0 0 100%;
		width: 100%;
	}
	.pro-list-item .item-img {
		display: block;
		float: left;
		position: relative;
		width: 50px;
		margin-top: -5px;
	}
	.item-text {
	    float: left;
	    width: calc(100% - 70px);
	    padding: 0 5px;
	    box-sizing:  content-box;
	    margin-bottom: 16px;
	    text-align:left;
	}
	.item-text h4 { margin-bottom: 0; font-size: 14px; }
	.item-text p {font-size: 11px;}
	.pro-list-item .item-text:after {
		clear: both;
	}
	/*End of section B */
	/*************************/
	/* SECTION C */
	.how-container .title-container {
		margin-left: -15px;
		margin-right: -15px;
	}
	.how-flex>div {
		flex: 0 0 100%;
	}
	.how-flex h5 {
		margin: 20px 0;
	}
	/*End of Section C*/
	/******************************************/

}
@media (max-width: 479px) {
	.pro-list-item .item-img {margin-left: 8px;}
}
@media (min-width: 480px) {
	/* SECTION A */
	.intro-text h1 .first {
		font-size: 85;
	}
	.intro-text h1 .second {
		font-size: 48px;
		margin-top: 13px;
	}
	.intro-text h1 .third {
		font-size: 24px;
		margin-top: -6px;
	}
	/*End of section A */
	/* SECTION B */
	.pro-list-item {
		flex: 0 0 50%;
		width: 50%;
	}
	.item-img, .item-text {float: none !important;}
	.pro-list-item .item-img {
		width: 60px;
		margin: 0 auto 16px;
	}
	.item-text {
		text-align: center;
		width: 85%;
		padding: 0;
        margin: 0 auto;
	}
	.item-text h4 {
		font-size: 18px;
	}
	.item-text p {font-size: 14px;}

	/*End of section B */
}
@media (max-width: 767px) {
	/* SECTION A */
	/*width of flex items */
	#intro {padding-bottom: 0;}
	.intro-image {flex: 0 0 100%;}
	.intro-text {flex:0 0 100%;}

	/*End of Section A */
	/*************************************/
	/* SECTION B */
	/* --- SHIPPER & CARRIER PAGES ---*/
	.uk-accordion-title h5 {
		font-size: 0.6em;
	}

	/* End of section B */
	/* SECTION E - footer */
	.footer-blocks .uk-block {
		flex: 0 0 100%;
		width: 100%;
		margin-bottom: 2rem;
	}
	.footer-list li {
		padding: 0;
	}

	/*End of section E */
} 
/********* FROM TABLET ***********/

@media (min-width: 768px) {
	/* SECTION A */
	/*width of flex items */
	.intro-image {flex: 0 0 50%;}
	.intro-text {flex:0 0 50%;}
	/* --- SHIPPER & CARRIER PAGE ---*/
	#intro-shipper, #intro-carrier {
		padding-top: 60vh;
	}

	/*End of Section A */
	/* SECTION B */
	.pro-list-item {
		flex: 0 0 25%;
		width: 25%;
		margin-bottom: 16px;
	}
	.pro-list-item .item-img {
		width: 60px;
	}
	/*End of section B */
	
	.pricing .fee, .pricing .commision {
		color: #ffff16;
	}
		/*************************/
	/* SECTION C */
	.how-container h4 {
		margin-bottom: 2rem;
	}
	.how-flex>div {
		flex: 1 0 0;
		max-width: 300px;
	}
	.how-flex h5 {
		margin: 32px 0;
	}
	/*End of Section C*/
}

/********** ONLY TABLET ***********/

@media (min-width: 768px) and (max-width: 1023px) {
	.title-container {padding: 4rem 0 3rem;}
	.title-container h3 {font-size: 3rem;}
	/*SECTION A - SLIDER */
	.main-slider {padding: 2em 1em;}
	/*width of flex items */
	.intro-image {flex: 1 0 44%;}
	.intro-text {flex:1 0 56%;}
	/* Text formatting */
	.intro-text h1 .first {
		font-size: 76px;
	}
	.intro-text h1 .second {
		font-size: 42px;
		margin-top: 8px;
	}
	.intro-text h1 .third {
		font-size: 21px;
	}
	.intro-sublist {
		width: 335px;
		margin: 0 auto;
		text-align: left;
	}
	.intro-sublist h3 {
		color: #fff;
		letter-spacing: 2px;
		font-size: 16px;
		padding-left: 4px;
	}
	.intro-list {
		padding: 0 2px;
		font-size: 13px;
	}
	/* End of section A */
	/*******************************/
	/* SECTION E - footer */
	.footer-blocks .uk-block {
		margin-bottom: 2rem;
		padding: 0 8px;
	} 
	.address-container {order: 4; flex: 0 0 100%; text-align: center;}
	.footermenu-container {order: 1; flex: 0 0 40%;}
	.resources-container {order: 2; flex:0 0 30%;}
	.social-container {order: 3; margin-left: 0; flex:0 0 30%;}


	/*End of section E */
}

/********** FROM SMALL DESK ***********/

@media (min-width: 1024px) {
	.title-container {padding: 5rem 0 4rem;}
	.title-container h3 {font-size: 4rem;}

	/* SECTION A */
	/*Height of section */
	.main-slider {
		height: calc(100vh - 86px);
	}
	.intro-sublist {
		width: 475px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
	/* --- SHIPPER & CARRIER PAGE ---*/
	#intro-shipper, #intro-carrier {
		padding-top: 59vh;
	}
	#intro-shipper p, #intro-carrier p {font-size: 1.2em; line-height: 1.4em;}
	/* End of section A */
	/* Section C - How */
	.how-container {
		padding-bottom: 7rem;
	}
	.how-container .title-container {
		margin-bottom: 3rem;
	}

	/*End of C */
}

@media (min-width: 1024px) and (max-width: 1365px) {
	/* SECTION A */
	/*width of flex items */
	.intro-image {flex: 1 0 44%;}
	.intro-text {flex:1 0 56%;}
	/* Text formatting */
	.intro-text h1 .first {
		font-size: 106px;
	}
	.intro-text h1 .second {
		font-size: 60px;
		margin-top: 25px;
	}
	.intro-text h1 .third {
		font-size: 30px;
	}
	.intro-sublist {margin-top: 4em;}
	.intro-sublist h3 {
		color: #fff;
		font-size: 24px;
		padding-left: 2px;
	}
	.intro-list {
		font-size: 18px;
		line-height: 26px;
	}
	/*End of section A */
	/* SECTION B */

	/*End of section B */
}
/********** FROM MEDIUM DESK ***********/

@media (min-width: 1366px) {
	/* SECTION A */
	.main-slider {
		padding: 0 6em;
	}
	/*width of flex items */
	.intro-image {flex: 1 0 40%;}
	.intro-text {flex:1 0 60%;}
	/* Text formatting */
	.intro-text h1 .first {
		font-size: 156px;
	}
	.intro-text h1 .second {
		font-size: 88px;
		margin-top: 58px;
	}
	.intro-text h1 .third {
		font-size: 44px;
		margin-top: 20px;
	}
	.intro-sublist {
		width: 686px;
	}
	.intro-sublist h3 {
		color: #fff;
		font-size: 39px;
		margin-top: 100px;
	}
	.intro-list {
		font-size: 26px;
		line-height: 34px;
		margin-top: 1em;
		padding: 0;
	}



	/*End of section A */
	/* SECTION B */

	/*End of section B */
/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/
}

@media only screen and (min-width: 960px) {
    .emailInput{
        border:0px;
        width:40vw;
        height:5vh;
        font-size:2vmin;
        padding:0px 0px 0px 20px;
    }

    .emailInputDiv{
        float:left;
        width:40vw;
        line-height: 0px;
    }

    .betaForm{
        width:50vw;
        margin: 0 auto;
    }

    .submitInputDiv{
        float:left;
        width:10vw;
        height:5vh;
        padding:0;
        border: 7px solid #fff;
        box-sizing:  border-box;
        background-color: #5b9bc5;
        box-shadow: inset 0 0 7px rgba(0,0,0,0.4);
        line-height: 0px;
    }

    .submitInput{
        cursor:pointer;
        background-color:transparent;
        border:0px;
        font-size:  1.8vmin;
        font-weight: bold;
        color: #fff;
        line-height: 1em;
        text-shadow: 0 2px 0 #000;
        transition: all 1s ease-in;
        width: 100%;
        height: 100%;
    }
}

@media only screen and (max-width: 959px) {
    .emailInput{
    border:0px;
    width:80vw;
    height:7.5vh;
    font-size:3.8vmin;
    padding:0px 0px 0px 20px;
    }

    .emailInputDiv{
        width:80vw;
        line-height: 0px;
    }

    .betaForm{
        width:80vw;
        margin: 0 auto;
    }

    .submitInputDiv{
        width:40vw;
        margin: 0 auto;
        margin-top:2vh;
        height:7.5vh;
        padding:0;
        border: 2px solid #fff;
        box-sizing:  border-box;
        background-color: #5b9bc5;
        box-shadow: inset 0 0 7px rgba(0,0,0,0.4);
        line-height: 0px;
    }

    .submitInput{
        cursor:pointer;
        background-color:transparent;
        border:0px;
        font-size: 3.8vmin;
        font-weight: bold;
        color: #fff;
        line-height: 1em;
        text-shadow: 0 2px 0 #000;
        transition: all 1s ease-in;
        width: 100%;
        height: 100%;
    }
}