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

/*=================================*/
/* Coding: Snoopi
/* Skype: Saksa.lol
/*=================================*/




@font-face {
	font-family: BigNoodle Oblique;
	src: url(../fonts/big_noodle_titling_oblique.ttf);
}
@font-face {
	font-family: BigNoodle;
	src: url(../fonts/big_noodle_titling.ttf);
}
@font-face {
	font-family: Helvetica;
	src: url(../fonts/Helvetica.otf);
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255,255,255,1.00);
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255,255,255,1.00);
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255,255,255,1.00);
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(255,255,255,1.00);
}
body {
	background-size: cover;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0 auto;
}

a {
	text-decoration: none;
}
a:hover {
}

h1 {
	font-family: BigNoodle Oblique;
	font-size: 2.250em;
	color: rgba(255,255,255,1.00);
	text-shadow: 2px 2px rgba(0,0,0,0.20);
}
.h1-after {
	border-bottom: 1px solid rgba(255,255,255,1.00);
	width: 100px;
	margin: 10px auto 0 auto;
}
h2 {
}
h3 {
	font-family: Helvetica;
	font-size: 18px;
	color: rgba(255,255,255,1.00);
	text-shadow: 3px 3px rgba(0,0,0,0.25);
}
h4 {
}
h5 {
}
h6 {
}

hr {
}

	
	.container {
	
		margin: 0 auto;
	}
	
	header {
		background: url(../images/header.jpg) top center no-repeat;
		background-size: 100% 100%;
		
		margin: 0 auto;
		height: 648px;
	}
	
	header .container > nav#menu_1 {
		float: left;
		margin: 4%  2% 0 25%;
	}
	header .container > nav#menu_2 {
		float: left;
		margin: 0 auto;
		margin: 4%  0 0 2%;
	
	}
	header .container > nav#menu_1 ul li,
	header .container > nav#menu_2 ul li {
		display: inline;
		padding: 0 25px;
	
	}
	header .container > nav#menu_1 ul li a,
	header .container > nav#menu_2 ul li a {
		font-family: BigNoodle Oblique;
		color: rgba(255,255,255,1.00);
		font-size: 2vw;
	}
	
	header .container > .logo {
		float: left;
		margin: 1% auto;
	}
	header .container > .logo img {
		width: 14vw;
	}
	
	header .container > nav#nav2 {
		background: rgba(000,000,000,0.30);
		border-bottom: 1px solid rgba(255,255,255,0.30);
		padding: 10px 0;
		width: 100%;
		position: fixed;
		top: 0;
		display: none;
		z-index: 99;
	
	}
	header .container > nav#nav2 ul {
		text-align: right;
		padding-right: 55px;
	}
	header .container > nav#nav2 ul li {
		display: inline;
		padding: 0 25px;
	
	}
	header .container > nav#nav2 ul li a {
		font-family: BigNoodle Oblique;
		color: rgba(255,255,255,1.00);
		font-size: 2vw;
	}
	
	#services {
		float: left;
	}
	
	#services .light .container > h1 {
		padding: 1% 0 0 0;
		text-align: center;
	}
	
	.truck_bus_box {
		padding: 5% 0 0 7%;
	}
	#services .truck {
		background: url(../images/truck.png) no-repeat;
		background-size: 100% 100%;
		width: 33.3%;
		height: 344px;
		float: left;
	} 
	#services .bus {
		background: url(../images/bus.png) no-repeat;
		background-size: 100% 100%;
		width:  33.3%;
		height: 344px;
		float: left;
	}
	#services .box {
		background: url(../images/box.png) no-repeat;
		background-size: 100% 100%;	
		width:  33.3%;
		height: 344px;
		float: left;
	}
	
	#services .truck .span,
	#services .bus   .span,
	#services .box   .span {
		font-family: BigNoodle Oblique;
		color: rgba(255,255,255,1.00);
		font-size: 2.1vw;
		width:  50.3%;
		padding: 130px 0 0 0;
		line-height: 2.1vw;
		text-align: center;
		
		margin: 0 auto;
	}
	#services .bus .span {
		padding: 130px 5% 0 0;
	}
	#services .truck .span {
		padding: 130px 5% 0 0;
	}
	#services .box .span {
		padding: 130px 0 0 3%;
	}
	
	#services .truck p,
	#services .bus p,
	#services .box p {
		font-family: Helvetica;
		color: rgba(255,255,255,1.00);
		font-size: 0.9vw;
		width: 50.3%;
		padding: 10px 12% 0 0;
		text-align: center;
		
		margin: 0 auto;
		text-shadow: 2px 4px rgba(0,0,0,0.10);
	}
	#services .truck p {
		padding: 10px 5% 0 0;
	}
	#services .bus p {
		padding: 10px 5% 0 0;
	}
	
	#services .box p {
		padding: 10px 0 0 5%;
	}
	
	#about_us {
		clear: both;
	}
	
	
	#about_us > .container > .about_us {
		float: left;
		width: 45%;
	}
	#about_us > .container > .about_us h1 {
		padding: 5% 0 0 0;
		text-align: right;
	}
	#about_us > .container > .about_us .h1-after {
		margin: 10px 0 0 auto;
	}
	#about_us > .container > .about_us p {
		text-align: justify;
		width: 80%;
		padding: 35px 0 0 20%;
		line-height: 2.2vh;
		font-family: Myriad Pro;
		font-size: 1vw;
		color: rgba(255,255,255,1.00);
		text-shadow: 2px 4px rgba(0,0,0,0.10);
	}
	#about_us > .container >  .photo {
		float: right;
		width: 44.9%;
		padding: 0;
		margin: 0 auto;
	}
	#about_us > .container >  .photo > img {
		width: 100%;
		height: 100%;
		float: left;
	}
	
	
	#comments {
		clear: both;
	}
	#comments .container > h1 {
		padding: 2% 0 0 0;
		text-align: center;
	}
	#comments .container > .comment {

		padding: 20px 0 50px 25%;
	}
	#comments .container > .comment > .company_image {
		float: left;
	}
	#comments .container > .comment p {
		position: relative;
		top: 5px;
	
		width: 100%;
		font-family: Helvetica;
		font-size: 1vw;
		color: rgba(255,255,255,1.00);
		text-shadow: 2px 3px rgba(0,0,0,0.25);
		font-style: italic;
		line-height: 16px;
	}
	
	#mail {
		padding: 10px 0;
	}
	#mail .container > h1 {
		padding: 1% 0 0 0;
		text-align: center;
	}
	#mail .container > form {
		width: 78%;
		padding: 40px 0 20px 0;
		margin: 0 auto;
	}
	#mail .container > form input[type=text] {
		background: rgba(0,0,0,0.00);
		border: medium none;
		border-bottom: 2px solid rgba(255,255,255,1.00);
		width: 39.5%;
		padding: 10px 10px;
		font-family: Helvetica;
		font-size: 1.3vw;
		color: rgba(255,255,255,1.00);

		outline: none;
		float: left;
	}
	#mail .container > form input[type=email] {
		background: rgba(0,0,0,0.00);
		border: medium none;
		border-bottom: 2px solid rgba(255,255,255,1.00);
		width: 39.5%;
		padding: 10px 10px;
		font-family: Helvetica;
		font-size: 1.3vw;
		color: rgba(255,255,255,1.00);
		outline: none;
		float: left;
		margin-left: 10%;
	}
	#mail .container > form input[type=tel] {
		background: rgba(0,0,0,0.00);
		border: medium none;
		border-bottom: 2px solid rgba(255,255,255,1.00);
		width: 39.5%;
		padding: 10px 10px;
		font-family: Helvetica;
		font-size: 1.3vw;
		color: rgba(255,255,255,1.00);
		outline: none;
		margin-top: 30px;
		display: block;
	}
	#mail .container > form > textarea {
		background: rgba(0,0,0,0.00);
		border: medium none;
		border-bottom: 2px solid rgba(255,255,255,1.00);
		width: 95%;
		height: 100px;
		padding: 10px 10px;
		font-family: Helvetica;
		font-size: 1.3vw;
		color: rgba(255,255,255,1.00);
		outline: none;
		display: block;
		margin-top: 20px;
	}
	#mail .container > form > input[type=submit] {
		margin: 20px 44%;
		padding: 10px 50px;
		background: rgba(0,0,0,0.00);
		border: 2px solid rgba(255,255,255,1.00);
		font-family: Helvetica;
		font-size: 14px;
		color: rgba(255,255,255,1.00);
		text-transform: uppercase;
		cursor: pointer;
	}
	.g-recaptcha {
		padding: 20px 0 0 37%;

	}

	
	#footer {
		position: relative;
		top: -3px;
		height: 300px;
	}
	#footer .container > .newsletter {
		width: 30%;
		margin: 50px 0 50px 3.3%;
		float: left;
	}
	#footer .container > .newsletter > p {
		color: #7e7e7e;
		font-family: Helvetica;
		font-size: 0.9vw;
		padding: 25px 0;
		line-height: 16px;
	}
	#footer .container > .newsletter > form input[type=email] {
		background: rgba(0,0,0,0.00);
		border: 1px solid rgba(255,255,255,1.00);
		padding: 7px 10px;
		color: #7e7e7e;
		font-family: Helvetica;
		float: left;
		outline: none;
		font-size: 0.9vw;
	}
	#footer .container > .newsletter > form input[type=submit] {
		background: url(../images/submit_subscribe.png);
		border: medium none;
		width: 32px;
		height: 31px;
		color: #7e7e7e;
		font-family: Helvetica;
	}
	
	#footer .container > .aboutus {
		margin: 50px 0 50px 0;
		width: 30%;
		text-align: center;
		float: left;
	}
	#footer .container > .aboutus > p {
		color: #7e7e7e;
		font-family: Helvetica;
		font-size: 0.9vw;
		padding: 25px 0;
		line-height: 16px;
	}
	#footer .container > .aboutus > a {
		color: #c7c7c7;
		font-family: Helvetica;
		font-size: 0.9vw;
	}
	
	#footer .container > .social_contact {
		margin: 50px 0 50px 0;
		float: left;
		text-align: right;
		width: 33.3%;
	}
	#footer .container > .social_contact .media {
		padding: 20px 0;
	}
	
	#footer .container > .social_contact .contact {
		text-align: right;
		padding-top: 5px;
	}
	
	#footer .container > .social_contact .contact .phone_ico {
		background: url(../images/phone.png) no-repeat;
		width: 25px;
		height: 24px;
		display: inline-flex;
		position: relative;
		top: 8px;
	}
	#footer .container > .social_contact .contact .mail_ico {
		background: url(../images/mail.png) no-repeat;
		width: 23px;
		height: 22px;
		display: inline-flex;
		position: relative;
		top: 8px;
	}
	#footer .container > .social_contact .contact p {
		display: inline-flex;
		padding: 5px;
		color: #7e7e7e;
		font-family: Helvetica;
		font-size: 0.9vw;
	}
	#copyrights {
		position: relative;
		top: -3px;
		height: 57px;
	}
	#copyrights .container > .copyrights {
		margin: 20px 0 0 0;
		text-align: center;
		font-family: Helvetica;
		font-size: 0.8vw;
		color: #7e7e7e;
	}
	#copyrights .container > .copyrights > a {
		color: #a1a1a1;
	}
	.blue {
		width: 100%;
		background: #0e838d;
		float: left;
		padding-bottom: 40px;
	}
	
	.green {
		width: 100%;
		background: #34a53a;
		height: 100%;
		float: left;
	}
	
	.comments {
		position: relative;
		top: -3px;
		clear: both;
		background: url(../images/testimontals_bg.png) top center no-repeat;
		background-size: 100% 100%;
		width: 100%;
		height: 425px;
	}
	
	.yellow {
		position: relative;
		top: -3px;
		clear: both;
		width: 100%;
		background: #ebbf00;
	}
	
	.grey {
		background: #3d3d3d;
		width: 100%;
	}
	.grey_2 {
		background: #333333;
		width: 100%;
	}
	.light_line {
		width: 100%;
		padding: 0 0 2px 0;
		position: relative;
		top: 2px;
		background: rgba(255,255,255,0.20);
	}
	.light {
		  border-radius: 50%;
		  background: 
			  radial-gradient(ellipse 45% 55% at 50% 50%,
					rgba(100%, 100%, 100%, 0.15) 60%, 
					transparent);
		height: 100%;
		min-height: 331px
	}
	#body {
		position: relative;
		top: -1000px;
	}
	
	.msg_type2 {
		background: rgba(0,255,0,0.80);
		border: 2px solid rgba(255,255,255,0.70);
		color: rgba(255,255,255,1);
		padding: 15px 0;
		text-align: center;
		
	}
	.msg_type1 {
		background: rgba(255,0,0,0.80);
		border: 2px solid rgba(255,255,255,0.70);
		color: rgba(255,255,255,1);
		padding: 15px 0;
		text-align: center;
		
	}