h1 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #333;
  margin-top: 2.88888889rem;
  /*margin-top:100px;
  margin-top:150px;*/
}

.accordion-2 {
  width: 100%;
  max-width: 1080px;
  height: 450px;
  overflow: hidden;
  margin: 50px auto;
}

.accordion-2 ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}

.accordion-2 ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease;
}

.accordion-2 ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
}

.accordion-2 ul li div {
  display: block;
  height: 450px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 15px 20px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-family: Open Sans, sans-serif;
  transition: all 200ms ease;
}

.accordion-2 ul li div * {
  /*opacity: 0;*/
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.accordion-2 ul li div h2, .accordion-2 ul li div p {
  font-family: Montserrat, sans-serif;
  text-overflow: clip;
  font-size: 24px;
  text-transform: uppercase;  
  margin: 0 0 2px 15px;
  top: 360px;
  /*top: 160px;*/
}

.accordion-2 ul li div p {
  /*top: 160px;*/
  top: 360px;
  font-size: 13.5px;
}

.accordion-2 ul li:nth-child(1) { background-image: url("../images/fleet_011.jpg"); }

.accordion-2 ul li:nth-child(2) { background-image: url("../images/fleet_002.jpg"); }

.accordion-2 ul li:nth-child(3) { background-image: url("../images/fleet_003.jpg"); }

.accordion-2 ul li:nth-child(4) { background-image: url("../images/fleet_004.jpg"); }

.accordion-2 ul li:nth-child(5) { background-image: url("../images/fleet_005.jpg"); }

.accordion-2 ul li:nth-child(6) { background-image: url("../images/fleet_001.jpg"); }

.accordion-2 ul:hover li { width: 8%; }

.accordion-2 ul:hover li:hover { width: 50%; }

.accordion-2 ul:hover li:hover a { background: rgba(0, 0, 0, 0.4); }

.accordion-2 ul:hover li:hover a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
 @media screen and (max-width: 600px) {

body { margin: 0; }

.accordion-2 { height: auto; }

.accordion-2 ul li,
.accordion-2 ul li:hover,
.accordion-2 ul:hover li,
.accordion-2 ul:hover li:hover {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-transition: none;
  transition: none;
}
}

.about {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #666;
}

.about a {
  color: blue;
  text-decoration: none;
}

.about a:hover { text-decoration: underline; }


/* ----------   --------------*/

#css-script-menu {
position: fixed;
height: 90px;
width: 100%;
top: 0;
left: 0;
border-top: 5px solid #16a1e7;
background: #fff;
-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
z-index: 999999;
padding: 10px 0;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

.css-script-center {
width: 960px;
margin: 0 auto;
}
.css-script-center ul {
width: 212px;
float:left;
line-height:45px;
margin:0;
padding:0;
list-style:none;
}
.css-script-center a {
	text-decoration:none;
}
.css-script-ads {
width: 728px;
height:90px;
float:right;
}
.css-script-clear {
clear:both;
height:0;
}
 .white { color: #fff; }
