 toimilmodels/*layout styling*/
@media screen and (min-width: 1200px) {
  html {
    scroll-behavior: smooth;
  }
}
body {
  background-color: #ffffff;
}
main a {
  color: #f2e5b3;
}
main a:hover {
  color: #ff7878;
}
/*gallery-sliding-customization******************************MAIN PAGE */
.mobile-logo {
  display: none;
}
.gallery-container {
  display: block;
  max-width: 1200px;
  margin-left: 6%;
  margin-right: 6%;
  padding-top: 50px;
}
.gallerylanding {
  position: relative;
  height: 65vw;
  overflow: hidden;
  max-height: 690px;
}
.top-bg {
  width: 100%;
  height: 100%;
  background-color: #002d74;
}
.slideshowCircles {
  margin-bottom: 0px;
  margin-top: 20px;
}

.circle {
  border: solid 2px #000000;
}

.dot {
  background-color: #000000;
  border: solid 2px #000000;
}
.slideshowArrow,
.toggle-buttons {
  background-color: #000000;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.slideshowArrow:hover,
.toggle-buttons:hover {
  background-color: #009946;
  opacity: 1;
}
.caption {
  background-color: #002d74;
  width: 100%;
  right: unset;
}
.caption a {
  color: #009845;
}
.mobile-logo {
  display: flex;
  width: 100%;
  background-color: #ffffff;
  justify-content: center;
}
.mobile-logo a {
  display: block;
  width: 45%;
  min-width: 260px;
  padding: 10px;
  max-width: 350px;
}
.social {
  background-color: #001f50;
  border-radius: 13px;
}
.gallery-nav {
  margin-bottom: 40px;
}
.usa-link {
  text-decoration: none;
  color: #578fff;
  cursor: pointer;
}
.usa-link:hover {
  color: red;
}
@media screen and (min-width: 1333px) {
  .gallery-container {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1000px) {
  .caption {
    border-radius: 0px 0px 0px 0px;
  }
  .gallerylanding {
    height: auto;
  }
}
@media screen and (max-width: 700px) {
  .gallery-container {
    padding-top: 20px;
  }

  .gallery-nav {
    margin-bottom: 20px;
  }

  h2 {
    font-size: 25px;
  }
}
/* quick access subnav *********************************************/
.subnav svg {
  fill: #002d74;
  box-shadow: 6px 5px 6px 0px #c6c6c6;
}
.subnav a:hover > svg {
  fill: #00a551;
}
/*sub-heading style*/
h2 {
  font-size: 30px;
}
/* CRANE PRODUCT PAGE  ********************************************/
/*this commented out code was for the pop up version*/
/*
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 200ms ease-in-out;
  border: 3px solid #002d74;
  border-radius: 0px;
  z-index: 2;
  background-color: white;
  width: 500px;
  max-width: 80%;
  margin-bottom: 0px;
  margin-top:20px;
    
  
}

.modal.active {
  transform: translate(-50%, -50%) scale(1);
  z-index: 4;
   
}
.close-button {
  cursor: pointer;
  border: none;
  padding: 0em 0.3em;
  border-radius: 10em;
   
  outline: none;
  background: white;
  font-size: 1.25rem;
  font-weight: bold;
  position: absolute;
  top:-14px;
  left:-14px;
}
.close-button:hover{
    color:black;
}

#overlay {
  position: fixed;
  opacity: 0;
  transition: 200ms ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .5);
  pointer-events: none;
  margin: 0px;
}

#overlay.active {
  opacity: 1;
  pointer-events: all;
  z-index: 3;
}
iframe{
    width:100%;
    height:70vh;
    border:none;
    max-height: 620px;
}
*/

hr{
  border-top: 2px solid #002d74;
}

.click_image {
  cursor: pointer;
}

.catalog > h3 {
  width: 100%;
  margin: 10px 0px;
  padding: 0px;
  color: #002d74;
  font-size: 20px;
  text-align: center;
}

 .catalog > .quote > a {
    padding: 35px; 
	height: 90px; 
	width: 200px; 
	margin: auto;
	margin-top: 30px;
	margin-bottom: 70px;
	text-align: center; 
	display: block;
	background: #009946;
	color: #ffffff;
	font-weight: bold;
}

.model-type {
  display: flex;
  flex-wrap: wrap;
  margin-top:-30px;
}

.model-type > div{
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  padding: 20px;
  font-size: 20px;
  max-width: 400px; 
  min-width: 250px;
}

.model-type > div > p > a> img {
  width: 380px;
  margin-bottom: 20px;
}

.model-type2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: -45px;
}

.model-type2 > div{
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  padding: 40px;
  font-size: 20px;
  max-width: 600px; 
  min-width: 250px;
}

.model-type2 > div > p {
  font-size: 14px;
}

.model-type2 > div > p > a> img {
  width: 350px;
  margin-bottom: 30px;
}

.model-type3 {
  display: flex;
  flex-wrap: wrap;
  margin-top:-25px;
}

.model-type3 > div{
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  padding: 18px;
  margin-left: 13px;
  font-size: 20px;
  max-width: 380px; 
}

.model-type3 > div > p {
  font-size: 14px;
}

.model-type3 h3 {
  font-weight: bold;
  color: #000000;
  font-size: 20px;
}

.model-type3 > div > p > a > img {
  width: 380px;
  margin-bottom: 20px;
}

.model_link {
  color: blue;
  font-weight: bold;
  position: absolute;
  bottom: 0px;
}
.model_link:hover {
  color: #009845;
}
.model-type h3 {
  font-weight: bold;
  color: #000000;
  font-size: 20px;
}

.model-type p {
  font-size: 14px;
}
	
@media screen and (max-width: 1340px){
	.model-type3 > div{
	max-width: 350px;
	margin: auto;
	}
	
	.model-type > div{
	max-width: 450px;
	margin: auto;
	}
	
	.model-type2 > div {
	max-width: 450px;
	min-wdith: 100px;
	margin: auto;
	}
}

@media screen and (max-width: 1250px){
	.model-type3 > div{
	max-width: 280px;
	margin: auto;
	}
	
	.model-type3 > div > p > a > img {
    width: 350px;
	margin: auto;
	}
}


@media screen and (max-width: 1050px) {
  .crane-models {
    justify-content: space-around;
  }

  .models-container {
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    width: 40%;
  }
  .models-container p {
    font-size: 14px;
  }
	
  .model-type > div {
   max-width: 400px;
	margin: auto;
  }
  .model-type > div > p > a > img {
    width: 100%;
	align-content: center;
	}
	
	.model-type3 > div > p > a > img {
    width: 300px;
	margin: auto;
	}
	
	.model-type2 > div {
	max-width: 400px;
	margin: auto;
	}
	
	.model-type2 > div > p > a > img {
    width: 90%;
	}
}

@media screen and (max-width: 1040px) {
	.model-type3 > div{
   max-width: 250px;
   margin: auto;
   }
}

@media screen and (max-width: 950px) {
   .model-type3 > div{
    max-width: 200px;
	height: 350px;
   }	
	
	.model-type2 > div {
	max-width: 400px;
	margin: auto;
	}
	
	.model-type2 > div > p > a > img {
    width: 85%;
    }
	
@media screen and (max-width: 700px) {
  .catalog > h3 {
    font-size: 1.2em;
    background-color: #002d74;
    color: #ffffff;
    padding: 5px;
  }

  .model-type > div {
    width: 100%;
	margin: auto;
  }

   .model-type > div > h3 {
	text-align: center;
	}
	
	h1 {
	text-align: center;
	}
	
	.model-type3 > div{
	width: 350px;
	max-width: 70%;
	padding-top: 20px;
	text-align: center;
	height: auto;
	}
	
	.model-type3 > div > p > a.model_link {
	align-items: center;
	}
}
	

/*this is the product scroll bar*/
.crane-products {
  margin-top: 5%;
  position: relative;
  max-width: 1200px;
  margin: auto;
}
.crane-products container {
  overflow-x: scroll;
  overflow-y: hidden;
  padding-bottom: 20px;
  display: block;
  width: 90%;
  margin: auto;
}
.right {
  position: absolute;
  top: 50%;
  right: 0px;
}
.left {
  position: absolute;
  top: 50%;
  left: 0px;
}
.right,
.left {
  border: none;
  background-color: #002d74;
  color: #ffffff;
  width: 30px;
  height: 30px;
  font-weight: 900;
  font-size: 30px;
  line-height: 0px;
  cursor: pointer;
  padding-bottom: 10px;
}
.right:hover,
.left:hover {
  background-color: #009845;
}
.right:focus,
.left:focus {
  outline: none;
}
.div-width {
  display: flex;
  margin: auto;
}

#box {
  display: inline-block;
  text-align: center;
  flex: none;
  height: 140px;
  width: 160px;
  margin: 10px 10px -1px 10px;
  padding: 15px 15px 0px 15px;
  border-radius: 170px;
}
#box a {
  color: #002d74;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
}
#box img {
  height: 72%;
}
#box p {
  margin: 7px 0px 0px 0px;
}

@media screen and (max-width: 970px) {
  #box p {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  #box {
    height: 130px;
    width: 100px;
  }
}

@media screen and (max-width: 800px) {
  .crane-products container {
    width: 100%;
    padding-bottom: 0px;
    height: 180px;
  }
  #white-container {
    height: auto;
  }
  #box img {
    height: 60%;
  }
  .right,
  .left {
    display: none;
  }
  .crane-products container::-webkit-scrollbar {
    background: #e9e9e9;
    height: 7px;
  }
  .crane-products container::-webkit-scrollbar-thumb {
    border: none;
  }
}

/*solutions*/
.solutions {
  border: #002d74 solid 17px;
}
.application {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
  transition: height 1s;
}
.application:hover {
  height: 290px;
}
.application:hover > h1 {
  background-color: #009845;
}
.application h1 {
  margin: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 10px;
  font-size: 20px;
  background-color: #002d74;
  color: #ffffff;
  padding-right: 39px;
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0 100%);
}
.application img {
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translate(-50%, 0);
}
.application p {
  margin: 0px;
  position: absolute;
  width: 100%;
  height: 100px;
  transform: translate(0px, 190px);
  background-color: #002d74;
  padding: 15px;
  color: #ffffff;
  font-size: 15px;
  line-height: 22px;
}
.app-button {
  background: #009845;
  border: 0px;
  cursor: pointer;
  padding: 3px 6px;
  margin-left: 5px;
}
.app-button a {
  color: #ffffff;
}
.app-button:hover {
  background-color: #ffffff;
}
.app-button:hover > a {
  color: #000000;
}
@media screen and (max-width: 850px) {
  .solutions {
    border: none;
  }
  .application:hover {
    height: inherit;
  }
  /*
    .application{
        border:3px solid #002d74; 
    }
*/
  .application h1 {
    font-size: 1.17em;
    position: relative;
    text-align: center;
    clip-path: none;
    background-color: white;
  }
  .application {
    width: 100%;
    height: auto;
    margin: auto;
    transition: none;
    margin-bottom: 20px;
  }
  .application img {
    position: relative;
    display: block;
    width: 100%;
    min-width: 500px;
  }
  .application p {
    position: relative;
    transform: none;
    height: auto;
  }
  .application:hover > h1 {
    background-color: #002d74;
  }
}
@media screen and (max-width: 500px) {
  .solutions {
    margin: auto;
  }
  .application {
    box-shadow: 6px 5px 6px 0px #c6c6c6;
  }
  .application p {
    display: flex;
    flex-flow: column;
    justify-content: center;
    background-color: #ffffff;
    color: #002d74;
  }

  .app-button {
    margin-left: 0px;
    height: 30px;
    width: 100px;
    margin: auto;
    font-size: 16px;
    margin-top: 10px;
  }
  .supportcontent p {
    font-size: 15px;
    line-height: 22px;
  }
}
/* support section (mainpage) *********************************************/

.supportcontent > div {
  border: 3px solid #002d74;
  min-height: 445px;
}
.supportcontent h3 {
  color: #ffffff;
  background-color: #002d74;
}
.supportcontent img {
  height: 150px;
}
.contactus {
  display: inline;
  margin: auto;
  margin-bottom: 20px;
  bottom: unset;
  position: relative;
  transform: translate(-50%, 0px);
}
.contactus a {
  background-color: #002d74;
  color: #ffffff;
  margin-bottom: 20px;
}
.contactus a:hover {
  background-color: #009845;
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .supportcontent > div {
    min-height: auto;
    max-width: 450px;
    width: 100%;
    box-shadow: 6px 5px 6px 0px #c6c6c6;
    border: none;
  }
  .supportcontent img {
    height: 110px;
  }
}

/*video section*/
.videocontent > div {
  background-color: #002d74;
}
a.more {
  color: #002d74;
}
a.more:visited {
  color: #002d74;
}
a.more:hover {
  color: #009845;
}

/*history section(mainpage)*/
.historycontent img {
  margin-right: 40px;
}
@media screen and (max-width: 700px) {
  .historycontent {
    max-width: 450px;
  }
  .historycontent img {
    max-width: 300px;
  }
}

/* video gallery section (mainpage) *********************************************/
.vwindow a h3 {
  background-color: #002d74;
  color: #ffffff;
  cursor: pointer;
}
.vwindow:hover > a h3 {
  background-color: #009845;
}
.vwindow img {
  min-width: 270px;
}
.gallerycontent {
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .videos {
    max-width: 450px;
    margin: auto;
    width: 100%;
  }
  .videocontent {
    background-color: #002d74;
  }
  .videocontent > div:not(:nth-child(1)) {
    display: inline-block;
    width: 50%;
    float: left;
  }
}

/* titleblock *********************************************/
.titleblock a {
  width: 260px;
}
.titleblock p {
  color: #002d74;
}
@media screen and (max-width: 760px) {
  .titleblock {
    flex-direction: column;
    align-items: center;
  }
  .titleblock p {
    text-align: center;
  }
}
/* video player page *********************************************/

.videoplayer {
  background-color: #002d74;
}
.buttons {
  margin-bottom: 30px;
}
.buttons input {
  background: #002d74;
  border: none;
  padding: 2px 6px;
  color: #ffffff;
}
.buttons button:hover {
  color: #009845;
}
.buttons input:hover {
  cursor: pointer;
  background-color: #009845;
}
.readmore:focus {
  outline: none;
}

/* support page *********************************************/
.servicephoto {
  min-height: 250px;
}
@media screen and (max-width: 700px) {
  .servicephoto {
    min-height: 200px;
  }
}
/* contact us page *********************************************/
.contactone {
  border: none;
  box-shadow: 6px 5px 6px 0px #c6c6c6;
}
.ctitle {
  background-color: #002d74;
  color: #ffffff;
}

.contactone p {
  background-color: #002d74;
}
.contactdata div h3 {
  color: #002d74;
}
a.moreinfo {
  background-color: #002d74;
  color: #009845;
}
a.moreinfo:hover {
  color: #ffffff;
}
.contactdata p {
  background-color: #ffffff;
  color: #000000;
}
a.cinfo {
  color: #0000ff;
  font-weight: bold;
}
a.cinfo:visited {
  color: #0000ff;
}
a.cinfo:hover {
  color: #000000;
}

/* APPLICATIONS PAGE *********************************************/
.app-div {
  width: 100%;
  padding: 20px;
  background-color: #002d74;
}
.app-desc {
  width: 100%;
  margin-right: 20px;
  color: #ffffff;
  display: flex;
  margin-bottom: 20px;
}
.app-desc img {
  width: 50%;
}
.app-desc p,
.app-desc h3 {
  margin-left: 20px;
}
.app-gallery {
  width: 100%;
}
.app-gallery p {
  margin: 0px;
  color: #ffffff;
  margin-bottom: 20px;
}
.app-squares {
  display: flex;
  overflow-x: scroll;
  padding-bottom: 12px;
}
.app-squares::-webkit-scrollbar {
  background: #001f51;
  height: 13px;
}
.app-squares::-webkit-scrollbar-thumb {
  background: #009946;
  border: 4px solid #001f51;
  border-radius: 10px;
}
.app-squares img {
  display: block;
  width: 100%;
  z-index: -1;
}
.app-squares span {
  width: 100%;
  display: block;
  position: relative;
  min-width: 168px;
  margin-right: 20px;
}
.app-squares strong {
  position: absolute;
  padding: 5px;
  color: #ffffff;
  background-color: #002d74;
  width: 100%;
}
#white-apps {
  color: #ffffff;
}
#apps-contact {
  justify-content: left;
  margin-left: 20px;
}
#apps-contact a {
  font-size: 14px;
}
#apps-mobile-contact {
  display: none;
}
#div-white {
  margin-bottom: 20px;
}
#div-white > #box {
  width: 100px;
  height: 101px;
  padding: 8px;
  border: 2px solid #ffffff;
  border-radius: 12px;
}
#div-white > #box:hover {
  background-color: green;
  border-color: green;
}
#div-white > #box > a > img {
  height: 60%;
}
#div-white > #box > a > p {
  font-size: 11px;
}
#white-container::-webkit-scrollbar {
  background-color: #001e4c;
  height: 5px;
}
#white-container::-webkit-scrollbar-thumb {
  border: none;
  background: #009845;
}
.app-text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0px;
}
.app-text img {
  max-width: 140px;
  padding: 20px;
}
.app-text p {
  width: 680px;
  margin-left: 20px;
}

@media screen and (max-width: 900px) {
  .app-desc {
    flex-flow: column;
  }
  .app-desc p,
  .app-desc h3 {
    margin-left: 0px;
  }
  .app-desc img {
    width: 100%;
  }
  #apps-contact {
    display: none;
  }
  #apps-mobile-contact a {
    font-size: 13px;
  }
  #apps-mobile-contact {
    display: flex;
    order: 3;
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  #div-white > #box {
    width: 80px;
    height: 80px;
    border: 1.5px solid #ffffff;
  }
  #div-white > #box > a > p {
    font-size: 9px;
  }
  #div-white > #box > a > img {
    height: 55%;
  }
  .app-text img {
    max-width: 110px;
  }
  .app-text p {
    margin-left: 10px;
    font-size: 14px;
  }
}

/*CRANE MODEL PAGE********************************************/
#wide-body {
  max-width: 1500px;
}
@media screen and (min-width: 1333px) {
  #wide-body {
    display: block;
    margin-left: 6%;
    margin-right: 6%;
    margin: auto;
    margin-top: 50px;
  }
}
.model-page {
  display: flex;
  width: 100%;
}
.nav-section {
  width: 15%;
  min-width: 200px;
  padding: 0px 20px;
  overflow: hidden;
  height: 1000px;
}
.model-img {
  /*    min-height: 50%;*/
  overflow: hidden;
  position: relative;
  min-height: 1000px;
  display: flex;
  justify-content: center;
}
.model-img img {
  height: 100%;
  margin: auto;
}
.chart-section {
  height: auto;
  display: block;
  width: 800px;
}
.whitetext {
  color: #ffffff;
  font-size: 18px;
}
.chart-section table {
  font-size: 12px;
  width: 100%;
}
.model-description {
  display: block;
  width: 33%;
  margin-left: 20px;
}
.chart-section table tbody tr td a {
  color: #002c76;
}
.chart-section table tbody tr td a:hover {
  color: #009845;
}
.davit-models tr td a {
  color: #002c76;
}
.davit-models tr td a:hover {
  color: #009845;
}

#no-table {
  width: 75%;
  margin: auto;
}

.center > a {
    padding: 13px; 
	height: 50px; 
	width: 40%; 
	margin: auto;
	margin-top: 35px;
	margin-bottom: 70px;
	text-align: center; 
	display: block;
	font-size: 20px;
}

.model-img-long {
  display: none;
}
.scroll-sign {
  display: none;
}

.view-more {
  width: 100%;
  text-align: center;
  font-size: 25px;
  margin-top: 60px;
  color: #002d74;
}

#cssmenu {
  position: relative;
  margin-bottom: 20px;
}
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
  background: #002d74;
  color: #ffffff;
}
#cssmenu > ul > li.active > a > span::after {
  border-color: #ffffff;
}
#cssmenu ul ul li a {
  background: #ffffff;
}
#cssmenu ul ul li a:hover {
  background: #999999;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  background: #009845;
  color: #000000;
}
#cssmenu ul ul li.open ul li a {
  background-color: #d8d8d8;
}
.freeman-product {
  display: flex;
  width: 100%;
  flex-flow: wrap;
}
.freeman-product h3 {
  width: 100%;
  height: auto;
  margin: 0px;
  text-align: right;
  padding-right: 20px;
  font-size: 40px;
  color: #000000;
  padding-bottom: 10px;
}
.product-image {
  width: 100%;
  max-height: 600px;
  min-height: 270px;
  height: 41vw;
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
}
.title {
  display: flex;
  color: #000000;
  width: 100%;
  align-items: baseline;
  margin-bottom: 20px;
}
.title h4 {
  font-size: 26px;
  margin: 0px;
  margin-right: 10px;
}
.stripe {
  display: inline;
  flex: 1;
  height: 7px;
  background-color: #009845;
}
.mySlides {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mySlides img {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.galleryrow {
  content: "";
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin-top: 10px;
}
.column {
  margin: 8px;
  max-width: 60px;
  min-width: 50px;
  flex: 1;
}
img.demo.cursor,
img.demo.cursor.active_img {
  min-width: auto;
  width: 100%;
}
.more-apps {
  width: 100%;
  text-align: center;
  color: #002d74;
  margin: auto;
  display: block;
  margin-top: 20px;
  margin-bottom: 50px;
}
.more-apps:hover {
  color: #009845;
}
.crane-features {
  display: flex;
  width: 100%;
  flex-flow: wrap;
}
.crane-ops {
  width: 50%;
  min-width: 200px;
}

.crane-ops h1 {
  margin: 0px;
  padding: 5px;
  font-size: 20px;
  background-color: #002c76;
  color: #ffffff;
  text-align: center;
  border: 3px solid #ffffff;
}
.crane-ops ul {
  font-size: 13px;
  line-height: 18px;
  color: #002c76;
}
.app-icon h1 {
  font-size: 26px;
  margin: auto;
  display: block;
  margin-top: 60px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 540px) {
  .scroll-sign {
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px;
  }
}
@media screen and (max-width: 450px) {
  .crane-ops {
    width: 100%;
  }
  .crane-ops h1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1300px) {
  .model-img {
    display: none;
  }
  .model-img-long {
    display: block;
    max-height: 130px;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .model-img-long img {
    width: 100%;
  }
  .model-page {
    flex-flow: wrap;
    padding-top: 70px;
    position: relative;
  }
  #no-table {
    width: 100%;
  }
  .nav-section {
    width: 15%;
    min-width: 200px;
    padding: 0px 20px;
    position: absolute;
    top: 0px;
    height: auto;
  }
  .model-description {
    display: block;
    width: 100%;
    margin-left: 0px;
    order: 1;
  }
  .halfone {
    width: 90%;
    margin: auto;
  }
  .mySlides {
    display: block;
    max-width: 600px;
    margin: auto;
    margin-top: 40px;
  }

  .chart-section {
    height: auto;
    display: block;
    width: 100%;
    order: 2;
    overflow-x: scroll;
  }
  .model-description {
    display: block;
    width: 100%;
    margin-left: 0px;
    order: 1;
    margin: auto;
  }
}

.model-numbers {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #000000;
  color: #ffffff;
  padding: 10px;
  text-align: right;
  font-weight: bold;
  font-size: 20px;
  border-radius: 20px 0px 0px 0px;
}
.product-thumb-nail {
  width: 50%;
  display: flex;
  flex-flow: wrap;
}
.product-thumb-nail p {
  display: none;
}
.product-thumb-nail img {
  display: block;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
.description {
  width: 50%;
}
.description p {
  margin-top: 0px;
  color: #a12b2f;
  line-height: 24px;
  margin-bottom: 20px;
}

.specsheet {
  display: inline-block;
  background-color: #009845;
  color: #ffffff;
  padding: 4px 7px;
  font-weight: bolder;
  margin-right: 10px;
  margin-bottom: 20px;
}

.specsheet:hover {
  background-color: #009845;
  color: #ffffff;
  cursor: pointer;
}
.specs {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-flow: wrap;
}
.spec-ops {
  width: 100%;
  display: flex;
  margin-bottom: 30px;
  border: 3px solid #a12b2f;
}
.specifications {
  width: 50%;
  border-right: 3px solid #a12b2f;
  /*    add minimum */
}
.specifications table {
  padding: 20px 0px;
  margin: 0px;
  color: #000000;
}
.specifications p > strong {
  margin-right: 10px;
}
.options {
  width: 50%;
  /*    add minimum */
}
.equipment {
  width: 100%;
  border: 3px solid #a12b2f;
}
.options ul li,
.equipment ul li {
  color: #000000;
  line-height: 28px;
}
#two {
  margin-top: 40px;
}
.specs h4 {
  font-size: 22px;
  margin: 0px;
  padding: 8px;
  text-align: center;
  background-color: #a12b2f;
  color: #ffffff;
}

@media screen and (max-width: 900px) {
  .spec-ops {
    flex-flow: wrap;
    border: none;
  }
  .specifications {
    width: 100%;
    border: 3px solid #a12b2f;
  }
  .options {
    width: 100%;
    margin-top: 40px;
    border: 3px solid #a12b2f;
  }
  .freeman-product h3 {
    height: 55px;
    font-size: 30px;
    padding-right: 0px;
  }
  .model-numbers {
    display: none;
  }
  .product-thumb-nail {
    width: 100%;
  }
  .product-thumb-nail img {
    width: 50px;
    height: 50px;
  }
  .product-thumb-nail p {
    display: block;
    margin: 0px;
    font-weight: bolder;
    line-height: 23px;
    color: #a12b2f;
    font-size: 18px;
    flex: 1;
    text-align-last: right;
    padding: 5px;
  }
  .description {
    width: 100%;
  }
  .description p {
    margin-top: 20px;
  }
  .more-info {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 730px) {
  .freeman-product h3 {
    height: auto;
    margin-top: 50px;
    text-align: center;
  }
  .product-image {
    margin-bottom: 20px;
  }
  .product-thumb-nail {
    justify-content: center;
  }
  .product-thumb-nail p {
    flex: none;
    text-align-last: center;
    width: 100%;
  }
  .product-thumb-nail img {
    margin-right: 10px;
    margin-left: 10px;
  }
  .description p {
    padding: 10px;
    margin-top: 0px;
  }
}

@media screen and (max-width: 500px) {
  .specs {
    font-size: 13px;
  }
}

/*Crane application page*/

/*copyright????*/
.copyright {
  height: 150px;
  width: 100%;
  margin-bottom: 0px;
}
.trademark {
  display: block;
  width: 35%;
  max-width: 300px;
  min-width: 200px;
  margin: auto;
  padding-top: 5%;
}

/*news*/
.news-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-flow: wrap;
  margin-top: 100px;
  margin-bottom: 80px;
}
.news {
  width: 48%;
  min-width: 290px;
  position: relative;
  margin-bottom: 30px;
}
.news-bg {
  position: absolute;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  height: 40%;
  width: 100%;
}
.news p {
  color: white;
  margin: 0px;
  padding: 20px;
  font-weight: 900;
  font-size: 2.5vw;
}
.news img {
  width: 100%;
  display: block;
}
.news a {
  background-color: #002d74;
  width: 100%;
  display: block;
  margin: 0px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
}
.news a {
  color: #ffffff;
}
.news a:hover {
  background-color: #009845;
  color: #ffffff;
}
@media screen and (max-width: 620px) {
  .news {
    margin: auto;
    margin-bottom: 20px;
  }
  .news p {
    font-size: 15px;
  }
  .news a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .news-box {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .news p {
    font-size: 30px;
  }
}
/*articles*/
.article-bg {
  background-color: #002d74;
}
.article-main {
  border-radius: 10px;
  background-color: white;
}
.article {
  padding: 40px;
}
.article-top {
  display: flex;
  margin-bottom: 20px;
}
.article-top a {
  display: inline-block;
  width: 30%;
  padding-right: 30px;
}
.article h1 {
  margin: 0px;
  width: 70%;
  display: inline-block;
  height: 100%;
  align-self: center;
}
.article img {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 830px;
  margin-bottom: 20px;
}
.additional-info iframe {
  margin: auto;
  display: block;
  margin-bottom: 30px;
  width: 100%;
  max-width: 420px;
}
@media screen and (max-width: 1000px) {
  .article {
    padding: 20px;
  }
  .article-top {
    display: flex;
    margin-bottom: 20px;
    flex-flow: column;
  }
  .article h1 {
    width: 100%;
  }
  .article-top a {
    min-width: 240px;
    margin: auto;
  }
}
