*{
	margin: 0;
	padding: 0;
}

.menu{
	position: absolute;
	top: 30px;
	width: 100%;
}

.menu ul{
	margin-top: 12px;
	width: 100%;
	list-style-type: none;
	height: 80px;
	background-color: #a92428;
}

.menu li{
	display: inline-block;
	line-height: 80px;
	width: 14%;
	text-align: center;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size: 20px;
    font-weight: bold;
}

.menu a{
	border-bottom: solid 3px;
	border-color: #fca2a2;
	outline: none;
}

.menu li:nth-child(3),
.menu li:nth-child(4),
.menu li:nth-child(5){
	float: right;
	text-align: center;
}

.menu a{
	color: white;
	text-decoration: none;
}

.navbar{
	width: 100%;
	height: 0px;
	background-color: #cc2727;
	position: fixed;
	visibility: hidden;
	z-index: 4;
}

.navbar img{
	height: 0px;
	visibility: hidden;
	float: left;
}

.navbar ul{
	list-style-type: none;
	text-align: right;
}

.navbar li{
	display: inline-block;
	line-height: 0px;
	color: white;
	display: inline-block;
	text-align: center;
	width: 120px;
	visibility: hidden;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size: 18px;
    font-weight: bold;
}

.navbar a{
	text-decoration: none;
	color: white;
	outline: none;
}

.navbar li:nth-child(2){
	width: 150px;
}

.logo{
	width: 20%;
	height: 130px;
	position: absolute;
	top: 16.7px;
	left: 40%;
	background-color: #a92428;
}

.logo img{
	max-height: 100%;
    max-width: 100%;
    height: auto;
	display: block;
	margin: auto;
}

#home{
	height: 100%;
	/*background-image: url(../imgs/1.jpg);
	background-size: 100% 100%;*/
}

svg{
	position: absolute;
	bottom: 1%;
	left: 48%;
	opacity: 0.7;
	transition:opacity 0.4s linear;
    -o-transition:opacity 0.4s linear;
    -ms-transition:opacity 0.4s linear;
    -moz-transition:opacity 0.4s linear;
    -webkit-transition:opacity 0.4s linear;
}

svg:hover{
	opacity: 1;
	transition:opacity 0.4s linear;
    -o-transition:opacity 0.4s linear;
    -ms-transition:opacity 0.4s linear;
    -moz-transition:opacity 0.4s linear;
    -webkit-transition:opacity 0.4s linear;
}

#about{
	height: 100%;
	background-image: url(../imgs/2.jpg);
	background-size: 100% 100%;
}

#about svg{
	top: 190%;
}

#company{
	height: 100%;
	background-image: url(../imgs/5.jpg);
	background-size: 100% 100%;
	position: relative;
}

.info{
	width: 36%;
	height: 80%;
	float: right;
	transform: translateY(10%);
	background-image: url(../imgs/4.png);
	background-size: 100% 100%;
}

h1{
	color: white;
	text-align: right;
	padding-right: 5%;
	padding-top: 5%;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size: 40px;
}

h2{
	text-align: left;
    padding-right: 5%;
    padding-top: 3%;
    width: 81%;
    max-height: 78%;
    float: right;
    text-align: justify;
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size: 22px;
	color: white;
}

.company_info{
	width: 100%;
	height: 58%;
	background-color: #cc2727;
	position: absolute;
	top: 25%;
}

/*#player{
	transform: translateY(5%);
	float: left;
}*/

.company_info img{
	float: left;
	transform: translateY(5%);
}

.content{
	width: 50%;
	height: 90%;
	transform: translateY(5%);
	float: left;
}

.content h1{
	padding-top: 2%;
}

#contacts{
	height: 100%;
	position: relative;
}

#map{
	height: 100%;
	width: 50%;
	float: right;
}

.contacts_info{
	height: 100%;
	width: 50%;
	float: left;
}

.contacts_info h1{
	color: #801821;
	padding-left: 4%;
	padding-right: 0;
	text-align: left;
	padding-top: 10%;
}

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1;}
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

.col h2{
	color: black;
	font-size: 20px;
}

#gallery{
	height: 100%;
	position: relative;
	background-color: #e4e4e4;
}

#gallery h1{
	color: black;
	text-align: center;
	padding-right: 0;
	color: #801821;
}

#fleet{
	min-height: 100%;
	height: auto;
	
}

/* SLIDESHOW */ 
.jssora05l, .jssora05r {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url('../imgs/a17.png') no-repeat;
    overflow: hidden;
}
.jssora05l { background-position: -10px -40px; }
.jssora05r { background-position: -70px -40px; }
.jssora05l:hover { background-position: -130px -40px; }
.jssora05r:hover { background-position: -190px -40px; }
.jssora05l.jssora05ldn { background-position: -250px -40px; }
.jssora05r.jssora05rdn { background-position: -310px -40px; }

/* jssor slider thumbnail navigator skin 01 css */
/*
.jssort01 .p            (normal)
.jssort01 .p:hover      (normal mouseover)
.jssort01 .p.pav        (active)
.jssort01 .p.pdn        (mousedown)
*/
.jssort01 .p {
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
}

.jssort01 .t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.jssort01 .w {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.jssort01 .c {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 68px;
    height: 68px;
    border: #000 2px solid;
    box-sizing: content-box;
    background: url('../imgs/t01.png') -800px -800px no-repeat;
    _background: none;
}

.jssort01 .pav .c {
    top: 2px;
    _top: 0px;
    left: 2px;
    _left: 0px;
    width: 68px;
    height: 68px;
    border: #000 0px solid;
    _border: #fff 2px solid;
    background-position: 50% 50%;
}

.jssort01 .p:hover .c {
    top: 0px;
    left: 0px;
    width: 70px;
    height: 70px;
    border: #fff 1px solid;
    background-position: 50% 50%;
}

.jssort01 .p.pdn .c {
    background-position: 50% 50%;
    width: 68px;
    height: 68px;
    border: #000 2px solid;
}

* html .jssort01 .c, * html .jssort01 .pdn .c, * html .jssort01 .pav .c {
    width: 72px;
    height: 72px;
}

/*.truck_description{
	position: relative;
	height: 50%;
	background-color: #cc2727;
}

.truck_image{
	text-align: center;
	padding-top: 2%;
}

.truck_text h2{
	padding-top: 20px;
	text-align: center;
	float: left;
	width: 100%;
}*/

/* Responsive Menu */
/*----- Toggle Button -----*/
.toggle-nav {
    display:none;
}

/*#player{
	z-index: 0;
	width: 100%;
	height: 100%;
}*/

video{
	width: 100% !important;
	height: auto !important;
}

.fleet{
	
	height: auto;
}

.ourfleet{
	width: 100%;
	height: 16%;
	background-color: #cc2727;
}

.ourfleet h1{
	padding-right: 0px;
	float: left;
	text-align: center;
	width: 100%;
}

.fleet_description{
	height: 50%;
}

.truck_description{
	float: left;
	width: 55%;
	height: 100%;
	background-image: url(../imgs/4.png);
	background-size: 100% 100%;
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg);
    z-index: 2;
}

.truck_description h2{
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg);
    clear: both;
    position: absolute;
    top: 50%;
    text-align: center;
    font-size: 40px;
}

.truck_image{
	width: 45%;
    height: 100%;
    float: right;
    background-image: url(../imgs/truck.png);
    background-size: 100% 100%;
    z-index: 1;
}

.truck_description2{
	float: right;
	width: 55%;
	height: 100%;
	background-image: url(../imgs/4.png);
	background-size: 100% 100%;
	-ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Safari */
    transform: rotate(360deg);
    z-index: 2;
}

.truck_description2 h2{
	-ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Safari */
    transform: rotate(360deg);
    clear: both;
    margin-top: 18%;
    text-align: center;
    font-size: 40px;
}

.truck_image2{
	width: 45%;
    height: 100%;
    float: left;
    background-image: url(../imgs/truck.png);
    background-size: 100% 100%;
    z-index: 1;
}