/*
Theme Name: ASAP TSL
Author: Webtom.pl
Author URI: https://webtom.pl/
Version: 1.0
*/


/*
FONTS
*/

@font-face {
	font-family: 'Open Sans', sans-serif;
	src: url('../fonts/OpenSans-Light.ttf') format('ttf');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans', sans-serif;
	src: url('../fonts/OpenSans-Regular.ttf') format('ttf');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans', sans-serif;
	src: url('../fonts/OpenSans-Semibold.ttf') format('ttf');
	font-weight: 600;
	font-style: normal;
	}v
	@font-face {
		font-family: 'Open Sans', sans-serif;
		src: url('../fonts/OpenSans-Bold.ttf') format('ttf');
		font-weight: 700;
		font-style: normal;
	}


/*
END FONTS
*/



*{font-family: 'Titillium Web', sans-serif;}


/*-------------------------------

WORDPRESS

-------------------------------*/

.alignnone {margin: 5px 20px 20px 0;}
.aligncenter,div.aligncenter {display: block;margin: 5px auto 5px auto;}
.alignright {float:right;margin: 5px 0 20px 20px;}
.alignleft {float: left;margin: 5px 20px 20px 0;}
a img.alignright {float: right;margin: 5px 0 20px 20px;}
a img.alignnone {margin: 5px 20px 20px 0;}
a img.alignleft {float: left;margin: 5px 20px 20px 0;}
a img.aligncenter {display: block;margin-left: auto;margin-right: auto}
.wp-caption {background: #fff;border: 1px solid #f0f0f0;max-width: 96%;padding: 5px 3px 10px;text-align: center;}
.wp-caption.alignnone {margin: 5px 20px 20px 0;}
.wp-caption.alignleft {margin: 5px 20px 20px 0;}
.wp-caption.alignright {margin: 5px 0 20px 20px;}
.wp-caption img {border: 0 none;height: auto;margin: 0;max-width: 98.5%;padding: 0;width: auto;}
.wp-caption p.wp-caption-text {font-size: 11px;line-height: 17px;margin: 0;padding: 0 4px 5px;}
.screen-reader-text {clip: rect(1px, 1px, 1px, 1px);position: absolute !important;height: 1px;width: 1px;overflow: hidden;}
.screen-reader-text:focus {background-color: #f1f1f1;border-radius: 3px;box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);clip: auto !important;color: #21759b;display: block;font-size: 14px;font-size: 0.875rem;font-weight: bold;height: auto;left: 5px;line-height: normal;padding: 15px 23px 14px;text-decoration: none;top: 5px;width: auto;z-index: 100000;}

/*GALERIA WORDPRESS*/
#prevLink, #nextLink{transition:none;}
.gallery {float: left;width: 100%;margin-top: 20px;}
.gallery a {
	border: 3px solid #ffffff;
	display: block;
	float: left;
	padding: 0;
	overflow: hidden;
}
.gallery a::after {
	background-color: rgba(125, 125, 125, 0.7) !important;
	height: 100% !important;
	top: 0 !important;
	width: 100% !important;
	opacity: 0;
}
.gallery a:hover::after {
	opacity: 1;
}
.gallery a::before {
	border:1px solid #fff;
	bottom: 30px;
	content: "";
	height: calc(100% - 60px);
	left: 30px;
	opacity: 0;
	position: absolute;
	top: 30px;
	transform: scale(1.12);
	width: calc(100% - 60px);
	z-index: 1;
	transition-delay: 0s, 0s;
	transition-duration: 0.35s, 0.35s;
	transition-property: opacity, transform;
	transition-timing-function: ease, ease;
}
.gallery a:hover::before{
	transform: scale(1);
	opacity: 1
}
.gallery-columns-1 a{width: 100%;}
.gallery-columns-2 a{width: 50%;}
.gallery-columns-3 a{width: 33.333333%;}
.gallery-columns-4 a{width: 25%;}
.gallery-columns-5 a{width: 20%;}
.gallery-columns-6 a{width: 16.666666%;}
.gallery-columns-7 a{width: 14.2857%;}
.gallery-columns-8 a{width: 12.5%;}
.gallery-columns-9 a{width: 11.11111%;}
.gallery a img {
	height: auto;
	width: 100%;
	transform: scale(1.12);
	transition-delay: 0s, 0s;
	transition-duration: 0.35s, 0.35s;
	transition-property: opacity, transform;
	transition-timing-function: ease, ease;
}
.gallery a:hover img {opacity: 0.5;transform: scale(1);}
@media screen and (max-width: 479px){
	.gallery-columns-4 a,.gallery-columns-6 a,.gallery-columns-8 a{width: 50%;}
	.gallery-columns-5 a,.gallery-columns-7 a,.gallery-columns-9 a{width: 33.33333%;}
}

/*-------------------------------

END WORDPRESS

-------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700&subset=latin-ext');

body {
	overflow-x: hidden;
}

/*------------------------------------------------------------------*/
/*																	*/
/*																	*/
/*TOP SECTION														*/
/*																	*/
/*																	*/
/*------------------------------------------------------------------*/
header {
	position: absolute;
	top: 40px;
	height: auto;
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: 1;
	border-bottom: 10px solid rgb(255,255,255,0.25) !important;
	background-clip: padding-box;
	max-height: 105%;
	overflow-y: auto;
	z-index: 1030;
}
a:hover {
	color: #00539b;
}


.topBar {
	position: absolute;
	left: 0;
	right: 0;
	padding-top: 8px;
}
.lang {
	float: right;
}
.lang span {
	font-weight: 400;
	padding: 5px;
}
.lang span:hover {
	font-weight: 700;
	color: #0160a4;
}
.icon-bar {
	background-color: #000 !important;
	width: 20px;
	height: 2px;
}
.top hr {
	border: 0; 
	height: 0;
	width: 10%; 
	border-top: 1px solid #015fa3;
	float: left;
}
svg {
	float: left;
	display: inline-block;
}
.contact {
	float: left;
}
.contact + .contact  {
	margin-left: 15px;
}
.contact p {
	margin: 0;
	vertical-align: middle;
	display: inline-block;
}
.contact svg {
	float: none;
	vertical-align: middle;
}
.navbar {
	width: 100%;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul li {
	display: inline-block;
	margin: 0 -2px;
}
ul li a {
	color: #000;
	padding: 3rem 2rem;
	display: block;
	border-bottom: 4px solid transparent;
}
ul li a:focus {
	text-decoration: none;
}
.nav > li > a:hover {
	text-decoration: none;
	border-bottom: 4px solid #00539b;
	color: #00539b;
	background-color: #fff;
}
.nav > li > a:focus {
	text-decoration: none;
	color: #000;
	background-color: #fff;
}
.active {
	border-bottom: 4px solid #00539b;
}
.navbar-brand {
	padding: 28px 15px;
}

.top {
	background: url("http://asaptsl.com/wp/wp-content/uploads/2018/04/top_img.jpeg") no-repeat;
	background-size: cover;
	height: 100vh;
}
.navigation {
	font-size: 1.7rem;
	float: right;
	margin-top: 15px;
}
.navigation.slide-in{
	display: none;
}
.top article {
	margin-top: 35vh;
	width: 60%;
	margin-bottom: 0;
	position: relative;
	z-index: 2;
}
.top h1 {
	font-size: 3.3em;
	font-weight: 100;
	text-transform: uppercase;
}
.top p {
	font-size: 1.3em;
	line-height: 1.3em;
	clear: both;
	font-weight: 300;
}
.top article a {
	width: 275px;
	height: 65px;
	background-color: #0160a4;
	color: #fff;
	padding-left: 50px;
	padding-top: 20px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	margin-top: 100px;
	text-transform: uppercase;
	font-weight: 400;
	display: inline-block;
}
.top article a:hover {
	text-decoration: none;
}
#truck {
	position: absolute;
	right: -22%;
	top: 200px;
}
#truck img {
	max-width: none;
	height: calc(100vh - 20rem);
	width: auto;
	position: relative;
}

@media screen and (max-width: 991px) {
	.navbar-brand {
	padding: 16px 15px 13px;
}
.navigation {

	margin-top: 8px;
}
.navbar-nav > li > a {
	padding-bottom: 29px;
	padding-top: 29px;
}
}
@media screen and (max-width: 767px) {
	.navbar-brand > img, .custom-logo-link > img{
		padding: 0;
	}
	.navbar-brand {
	padding: 19px 0 16px;
}
.navbar-toggle {
	margin-top: 18px;
	margin-bottom: 18px;
}
.navbar-nav > li > a {
	padding-bottom: 15px;
	padding-top: 15px;
}
}

/*------------------------------------------------------------------*/
/*																	*/
/*																	*/
/*END TOP SECTION													*/
/*																	*/
/*																	*/
/*------------------------------------------------------------------*/

#main {
	overflow: hidden;
	position: relative;
}


/*------------------------------------------------------------------*/
/*																	*/
/*																	*/
/*ABOUT SECTION														*/
/*																	*/
/*																	*/
/*------------------------------------------------------------------*/


.about {
	background: url("http://asaptsl.com/wp/wp-content/uploads/2018/04/about_img.jpeg") no-repeat;
	width: 100vw;
	height: auto;	
}
.about article {
	width: 60%;
	margin-left: 40%;
	margin-top: 50px;
}
.about h1 {
	font-size: 3.3em;
	font-weight: 100;
	text-transform: uppercase;
}
.about p {
	font-size: 1.3em;
	line-height: 1.3em;
	clear: both;
	padding: 5px;
	font-weight: 300;
}
.about article hr {
	border: 0; 
	height: 0;
	width: 10%; 
	border-top: 1px solid #015fa3;
	float: left;
}
.aboutInfo {
	width: 32%;
	float: left;
	margin-left: 11px;
	margin-top: 50px;
	border: 10px solid rgba(231, 230, 231, .5);
	background-clip: padding-box;
	background-color: #fff;
	height: auto;
	font-size: 0.9em;
	margin-bottom: 150px;
}
span {
	font-weight: 600;
}
.about h4 {
	text-align: center;
	color: #0162a6;
	font-weight: 400;
	margin-top: 30px;
}
.aboutInfo h2 {
	clear: both;
	text-align: center;
	font-weight: 100;
	font-size: 2.2em;
}
.aboutInfo p {
	text-align: center;
	font-weight: 300;
	padding: 15px;
	line-height: 1.6em;
}
.aboutInfo hr {
	border: 0; 
	height: 0; 
	border-top: 1px solid rgba(0, 0, 0, 0.1); 
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	width: 50%;
}
.aboutInfo a {
	width: 275px;
	height: 65px;
	background-color: #0160a4;
	color: #fff;
	padding-top: 20px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	position: absolute;
	margin-left: -140px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 400;
}

/*------------------------------------------------------------------*/
/*																	*/
/*																	*/
/*END ABOUT SECTION													*/
/*																	*/
/*																	*/
/*------------------------------------------------------------------*/



/*------------------------------------------------------------------*/
/*																	*/
/*																	*/
/*OFFER SECTION														*/
/*																	*/
/*																	*/
/*------------------------------------------------------------------*/

.offer {
	background-image: url("http://asaptsl.com/wp/wp-content/uploads/2018/04/offer_bg.jpeg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.offerInfo {
	width: 30%;
	float: left;
	margin-left: 30px;
	margin-top: 50px;
	border: 10px solid rgba(231, 230, 231, .5);
	background-clip: padding-box;
	background-color: #fff;
	height: auto;
	margin-bottom: 150px;
}
.offer article {
	margin-top: 100px;
	text-align: center;
}
.offer article p {
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: 300;
}
.offerInfo p {
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: 300;
	padding: 10px;
	text-align: center;
	margin-bottom: 30px;
}
.offer article hr {
	border: 0;
	width: 10%; 
	border-top: 1px solid #015fa3;
}
.offer hr {
	border: 0; 
	height: 0; 
	border-top: 1px solid rgba(0, 0, 0, 0.1); 
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	width: 50%;
}
.offer h1 {
	font-size: 3.3em;
	font-weight: 100;
	text-transform: uppercase;
}
.offer h2 {
	clear: both;
	text-align: center;
}
.offerInfo svg {
	display: block;
	margin: 0 auto;
	float: none;
	margin-top: 30px;
}
/*------------------------------------------------------------------*/
/*																	*/
/*																	*/
/*END OFFER SECTION													*/
/*																	*/
/*																	*/
/*------------------------------------------------------------------*/








/*------------------------------------------------------------------*/
/*																	*/
/*																	*/
/*FLOTA SECTION														*/
/*																	*/
/*																	*/
/*------------------------------------------------------------------*/

.flota {
	background-image: url("http://asaptsl.com/wp/wp-content/uploads/2018/04/flota_bg.jpeg");
	background-size: cover;
	background-position: center;
}
.flota h1 {
	font-size: 3.3em;
	font-weight: 300;
	text-transform: uppercase;
}
.flota p {
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: 300;
}
.flota hr {
	border: 0; 
	height: 0;
	width: 10%; 
	border-top: 1px solid #015fa3;
}
.flota article {
	margin-top: 50px;
	margin-bottom: 80px;
	text-align: center;
}
.trucks {
	margin-left: -20%;
	margin-top: 50px;
	position: relative;
	width: 140%;
}
/*------------------------------------------------------------------*/
/*																	*/
/*																	*/
/*END FLOTA SECTION													*/
/*																	*/
/*																	*/
/*------------------------------------------------------------------*/








/*------------------------------------------------------------------*/
/*																	*/
/*																	*/
/*CONTACT SECTION													*/
/*																	*/
/*																	*/
/*------------------------------------------------------------------*/

.contactBottom {
	background-image: url("http://asaptsl.com/wp/wp-content/uploads/2018/04/kontant_bg.jpeg");
	background-size: cover;
	padding: 10rem 0 20rem;
	background-repeat: no-repeat;
	background-position: center;
}
.contactBottom h1 {
	font-size: 3.3em;
	font-weight: 100;
	text-transform: uppercase;
}
.contactBottom article p {
	font-size: 1.3em;
	line-height: 1.3em;
	clear: both;
}
.contactBottom article {
	width: 53%;
	font-weight: 300;
	float: left;
	padding: 10px;
}
.contactBottom hr {
	border: 0; 
	height: 0;
	width: 10%; 
	border-top: 1px solid #015fa3;
	float: left;
}
.contactFt {
	margin-top: 50px;
}
.contactFt span {
	font-weight: 300;
	padding-left: 10px;
}
.contactFt svg {
	padding-top: 2px;
	height: 35px;
}
.form h4 {
	text-transform: uppercase;
	font-size: 1.7em;
	font-weight: 300;
	margin-bottom: 30px;
}
.form {
	float: left;
	width: 45%;
	margin-left: 20px;
	background-color: #fff;
	padding: 20px;
	border: 10px solid rgba(231, 230, 231, .5);
	background-clip: padding-box;
	position: relative;
}
.form input[type="submit"] {
	width: 275px;
	height: 65px;
	background-color: #0160a4;
	color: #fff;
	font-size: 1.9rem;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	position: absolute;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 15px;
	border: none;
	margin-bottom: 0;
	top: calc( 100% + 50px );
	right: -10px;
}
.form-control {
	height: 43px;
	font-weight: 300;
	border-radius: 8px;
	border: 1px solid #e7e6e7;
	resize: none;
	box-shadow: none;
	font-size: 1.2em;
}
.form-control:focus {
	border-color: #e7e6e7;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.text-danger, span.wpcf7-not-valid-tip {
	display: none;
}
.wpcf7-not-valid {
	border: 1px solid #a94442;
}


@media screen and (max-width: 1199px) {
	.contactBottom {
	padding: 6rem 0;
}
}
/*------------------------------------------------------------------*/
/*																	*/
/*																	*/
/*END CONTACT SECTION												*/
/*																	*/
/*																	*/
/*------------------------------------------------------------------*/



/*------------------------------------------------------------------*/
/*																	*/
/*																	*/
/*FOOTER															*/
/*																	*/
/*																	*/
/*------------------------------------------------------------------*/

footer {
	width: 100%;
	background-color: #0160a4;
}
footer p {
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	font-weight: 100;
	margin: 60px 0;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
}
/*------------------------------------------------------------------*/
/*																	*/
/*																	*/
/*END FOOTER														*/
/*																	*/
/*																	*/
/*------------------------------------------------------------------*/





/*------------------------------------------------------------------*/
/*																	*/
/*																	*/
/*RWD																*/
/*																	*/
/*																	*/
/*------------------------------------------------------------------*/
/*@media only screen and (min-width: 2400px) {
	.about {
		background-size: contain;
	}
	.container {
		width: 2500px;
	}
	.container, .container-fluid {
		padding-left: 450px;
		padding-right: 450px;
	}
	#truck {
		width: 65%;
		right: -42%;
	}
	@keyframes move
	{
		from {
			right: -79%;
			top: 7%;
			-webkit-transform: scale(.5);
			-ms-transform: scale(.5);
			-o-transform: scale(.5);
			transform: scale(.5);
		}
		to {
			right: -42%;
			top: 25%;
			-webkit-transform: scale(1);
			-ms-transform: scale(1);
			-o-transform: scale(1);
			transform: scale(1);
		}
	}
	@-webkit-keyframes move
	{
		from {
			right: -79%;
			top: 7%;
			-webkit-transform: scale(.7);
			-ms-transform: scale(.7);
			-o-transform: scale(.7);
			transform: scale(.7);
		}
		to {
			right: -42%;
			top: 25%;
			-webkit-transform: scale(1);
			-ms-transform: scale(1);
			-o-transform: scale(1);
			transform: scale(1);
		}
	}
	.trucks {
		margin-left: 0px;
	}
	.aboutInfo a {
		margin-top: 90px;
	}
}*/

@media only screen and (max-width: 1366px) {
	.top {
		height: auto;
	}
	.top article a {
		margin-top: 40px;
		margin-bottom: 150px;
	}
}

@media only screen and (max-width: 1199px) {
	.top h1 {
		font-size: 2.5em;
	}
	.about {
		background-size: contain;
	}
	.about h1 {
		font-size: 2.5em;
	}
	.aboutInfo a {
		margin-left: -100px;
		width: 200px;
	}

	.offer h1 {
		font-size: 2.5em;
	}
	.offer article p {
		font-size: 1.2em;
	}
	.offerInfo {
		margin-bottom: 50px;
	}

	.flota h1 {
		font-size: 2.5em;
	}
	.flota p {
		font-size: 1.2em;
	}
	.flota article {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.contactBottom h1 {
		font-size: 2.5em;
	}
	.contactBottom p {
		font-size: 1.2em;
	}
	.form {
		margin-bottom: 120px;
		width: 45%;
	}
	.contactBottom article {
	width: 50%;
}
}

@media only screen and (max-width: 991px) {
	.aboutInfo {
		width: 100%;
		float: none;
		margin: 50px auto;
	}
	.offerInfo {
		width: 100%;
		float: none;
				margin: 25px auto;
	}
	.about article {
		margin-left: 0px;
		margin-top: 550px;
		width: 100%;
	}
	.form {
		width: 50%;
		margin-top: 80px;
	}
	.contactBottom article {
		width: 45%;
	}
	#truck {
		display: none;
	}
	.top article {
		margin-top: 220px;
	}
	footer {
		height: auto;
		padding: 8px;
	}
	footer p {
		font-size: 0.7em;
		margin: 10px 0;
	}
}

@media only screen and (max-width: 767px) {
	
	.navigation {
		font-size: 1.7rem;
		display: none;
		width: 100%;
		text-align: center;
	}
	.navigation.slide-in {
		display: block;
	}

}

@media only screen and (max-width: 680px) {
	.top {
		height: auto; 
	}
	.top article {
		width: 100%;
	}
	.form {
		width: 100%;
		margin-top: 20px;
		margin-left: 0px;
	}
	.about article {
		margin-top: 400px;
	}
	.flota article {
		text-align: left;
	}
	.flota hr {
		margin-left: 0px;
	}
	.offer article {
		margin-top: 100px;
		text-align: left; 
	}
	.offer article hr {
		margin-left: 0px;
	}
	.contactBottom article {
		width: 100%;
		padding: 0px;

	}
}

@media only screen and (max-width: 540px) {
	#truck {
		display: none;
	}
	.top article {
		width: 100%;
	}
	.about article {
		margin-top: 320px;
	}

}
@media only screen and (max-width: 440px) {
	.navbar-toggle {
		margin-left: 0px;
		width: 0;
		padding: 10px 30px;
	}
	.about article {
		margin-top: 250px;
	}
	.contact p {
		font-size: 1.3rem;
	}
}
@media only screen and (max-width: 440px) {
	.navbar-toggle {
		margin-left: 0px;
		width: 0;
		padding: 10px 30px;
	}
	.about article {
		margin-top: 250px;
	}

	.contact p {
		font-size: 1.3rem;
	}
}

@media only screen and (max-width: 360px) {
	.offer h2 {
		font-size: 1.5em;
	}
}
/*------------------------------------------------------------------*/
/*																	*/
/*																	*/
/*END RWD															*/
/*																	*/
/*																	*/
/*------------------------------------------------------------------*/