a, a:visited, a:active, a:hover {
	text-decoration :none;
	color: black;
	    font-size: 20px!important;
}

#logo{
	    margin-bottom: 10px;
}

img {
  max-width: 100%;
  height: auto
}

@font-face {
  font-family: 'tp_no-wavemedium';
  src: url("assets/fonts/tpno-wave-medium-webfont.woff2") format("woff2"), url("assets/fonts/tpno-wave-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

* {
  font-weight: normal
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  color: black;
  font-size: 2.35vh
}

footer,
h1,
h2,
table caption,
table th {
  font-family: 'tp_no-wavemedium'
}

h1,
h2 {
  font-size: 3vh
}

h1 {
  font-size: calc(16px + 14*((100vw - 320px) / 1179));
  margin: 0
}

.wrap {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto
}

.wrap:after {
  content: " ";
  display: block;
  clear: both
}

header {
  padding: 30px 0 0 0;
  position: relative
}

header:after {
  clear: both;
  content: "";
  display: table
}

header div#logo {
  width: 28.57143%;
  float: left;
  padding-left: 0.89286%;
  padding-right: 0.89286%
}

header div#logo img {
  max-width: 100%;
  display: block;
  min-width: 160px
}

@media screen and (min-width:350px) {
  header div#logo img {
    min-width: 80px
  }
}

@media screen and (min-width:1024px) {
  header div#logo img {
    max-width: 100px
  }
}

header div#info {
  margin-left: 110px
}

header div#info h2 {
  position: absolute;
  font-size: 24.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  right: 10px
}



header div#comp-contacts ,
header div#comp-info {
	float:right;
	font-size: 14.5px;
    margin-left:40px;
    right: 10px
}
header div#comp-contacts{
	margin-right:10px;
}

main {
  font-size: calc(14px + 4*((100vw - 320px) / 1179));
  background-position: center;
  background-size: cover;
  color: #000
}

main:after {
  clear: both;
  content: "";
  display: table
}

main div.wrapper {
  width: 100%;
  float: left;
  padding-left: 0.89286%;
  padding-right: 0.89286%
}

main div.wrapper p {
  font-style: italic
}

main .last {
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center
}

main .rwd-table {
  width: 100%;
  text-align: left
}

main .rwd-table caption {
  margin-bottom: 5px
}

main .bg-overlay {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 15px 10px;
  text-align: center
}

main .img-overlay {
  max-width: 340px;
  clear: both
}

main .tms {
  display: block;
  margin: 0 auto 10px
}

main .img-overlay a {
  color: white
}

footer {
  padding: 5px 0;
  font-size: 10px
}

footer:after {
  clear: both;
  content: "";
  display: table
}

footer div {
  width: 100%;
  float: right;
  padding-left: 0.89286%;
  padding-right: 0.89286%
}

@media screen and (min-width:425px) {
  footer div {
    width: 28.57143%;
    float: right;
    padding-left: 0.89286%;
    padding-right: 0.89286%
  }
}

@media screen and (min-width:680px) {
  header div#logo {
    width: 28.57143%;
    float: left;
    padding-left: 0.89286%;
    padding-right: 0.89286%
  }
}
 header div#info h2 {
    right: auto;
	}
@media screen and (max-width:800px) {
header div#info {
	margin-top: 120px;
	margin-left:0;
}
	 header div#comp-contacts{
		  clear:both;
	 }
	 header div#comp-info{
		 
	margin-left:0;
		 float: left;
	 }
 
  }


@media screen and (max-width:420px) {
header div#info {
	margin-top: -230px;
	margin-left:0;
}
	 header div#comp-contacts{
		 margin-top:100px;
	 }
	 header div#comp-info{
		 
	margin-left:0;
	margin-top: -79px;
		
	 }
 
  }

@media screen and (min-width:768px) {
  .wrap .section {
    height: 100vh;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify
  }
  main {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center
  }
  main div.wrapper {
    width: 85.71429%;
    float: left;
    padding-left: 0.89286%;
    padding-right: 0.89286%;
    margin-left: 14.28571%
  }
  main div.wrapper .first {
    width: 42.85714%;
    float: left;
    padding-left: 0.89286%;
    padding-right: 0.89286%
  }
  main div.wrapper .last {
    width: 42.85714%;
    float: left;
    padding-left: 0.89286%;
    padding-right: 0.89286%
  }
  footer div {
    width: 14.28571%;
    float: right;
    padding-left: 0.89286%;
    padding-right: 0.89286%
  }
}

@media screen and (max-height:600px) {


  .wrapper-fleet td{
	font-size:10px
  }
	
  main {
    min-height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

}

@media screen and (max-width:400px) {
  main .img-overlay {
    max-width: none
  }
   
}

@media screen and (max-width:767px) {
  .wrapper-fleet{
		font-size:14px!important;
		margin-bottom: 0;
		background: rgba(255, 255, 255, 0.5);
		border-radius: 20px;
		width:80%!important;
		text-align: center;
		margin:10px auto!important; 
		border:2px solid grey;
		padding: 0!important
  }
  main .wrapper-contact {
	  width:80%;
  }
  main .wrapper-contact  a {
	font-size:14px!important;
}

  .wrapper-fleet td{
	font-size:14px
  }
  header {
    padding: 30px 10px 0 10px
  }
  header div#logo {
    padding: 0
  }
  footer div,
  main div {
    padding: 0 10px
  }
  main {
    padding: 9vh 0
  }
  main .img-overlay {
    margin: 0 10px;
    margin-top: 1em
  }
  #menu {
	position: relative;
    left: -10px!important;
	width:110%
  }
}

@media screen and (min-width:1500px) {
  body {
    font-size: 20px
  }
  h1 {
    font-size: 30px
  }
}

#menu {
	padding-top:0;
	padding-bottom:0;
    height: 36px;
    background-color:#f5e750;
    margin: 8px 0;
	border-top: 0.5px solid black;
	border-bottom: 0.5px solid black;
	clear: both;
	margin-bottom: 0;
	align-items: center;
    display: flex;
    justify-content: center;
}

.menu-item {	
	padding-top:4px;
	padding-bottom:4px;
	color:black!important;
	width:120px;
	height:100%;
	//background:#efe14d;
	text-align:center;
	float:left;
	border-bottom:1px solid black;
}
  
.menu-item:hover{
	background:#d2ce74;
	border-bottom:2px solid orange;
}
#menu div:first-child {
//	margin-left:510px;
}
.menu-item a {
	display:block;
	width:100%;
	height:100%;
}

#menu .active {
	border-bottom:3px solid orange;
}



main .wrapper-fleet{
	font-size:18px!important;
	margin-bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    width:50%;
    text-align: center;
	margin:10px auto; 
	border:2px solid grey;
}
main .wrapper-fleet table{
	width:100%;
	
	background-repeat: no-repeat;   
	border-radius:20px;
	opacity:100%;
}
main .wrapper-contact {
	margin-bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    padding: 10px;
    margin:auto;
    text-align: center;
	border:2px solid grey;
}



main .wrapper-fleet .header{
	text-align:right;
	vertical-align:top;
	width:50%;
}
main .wrapper-fleet .text{
	text-align:left;
	vertical-align:top;
}
main .wrapper-fleet .fleettitle p,
main .wrapper-fleet .fleettitle{
	text-align:center;
	font-weight : bold;
}