body{
    background-color:#FFFFFF;
}
main a{
    color: #F2E5b3;
    
}
main a:hover{
    color:#ff7878;
}
/*overstocked parts sale banner*/
.overstock-banner{
    display: flex;
    height: 120px;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
}
.overstock-banner > img {
    display: block;
    height: 217px;
}
.overstock-banner > div{
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgb(0 0 0), rgba(161,43,47));
    
}
.overstock-banner > div > h1{
    margin: 10px;
    width: 300px;
    font-weight: 900;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translate(-50%, 0);
    line-height: 39px;
}
.overstock-banner > div > p{
    color: #FFFFFF;
    position: absolute;
    right: 0px;
    bottom: 0px;
    margin: 10px 20px;
}

/*world ag expo banner*/
.wae-banner{
    display: flex;
    height: 120px;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
}
.wae-banner > img {
    display: block;
    height: 120px;
}
.wae-banner > div{
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgb(0 0 0), rgba(161,43,47));
    
}
.wae-banner > div > h1{
    margin: 10px;
    width: 300px;
    font-weight: 900;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translate(-50%, 0);
    line-height: 39px;
}
.wae-banner > div > p{
    color: #ffffff;
    position: absolute;
    right: 0px;
    bottom: 0px;
    margin: 10px 20px;
}


@media screen and (max-width:950px){
.overstock-banner > img {
        height:177px;
    } 
.wae-banner > img {
        display: none;
    } 	
}
@media screen and (max-width:760px){
    .overstock-banner > div > p{
        display: none;
    }
    .wae-banner > div > p{
        display: none;
    }
}
@media screen and (max-width:720px){
    .overstock-banner > img {
        height:140px;
    }  
}
@media screen and (max-width:580px){
    .overstock-banner{
        height:100px;
        margin-bottom: 20px;
    }
    .overstock-banner > div > h1{
        width: 260px;
        font-size: 25px;
        line-height: 30px;
    }
    .overstock-banner > img{
        width: 100%;
        height: auto;
        position: absolute;
        top: -30px;
        
    } 
    .overstock-banner > div{
        width: 100%;
    position: absolute;
    background-image: linear-gradient(to top, rgb(0 0 0), rgb(0 0 0 / 12%));
    }
    .overstock-banner{
        display: block;
    }
}
/*gallery-sliding-customization******************************MAIN PAGE */  

.slideshowCircles {
  margin-bottom: 0px;
  margin-top: 20px;
}

.circle {
  border: solid 2px #a12b2f;

}

.dot {
  background-color: #a12b2f;
  border: solid 2px #a12b2f;
}
.slideshowArrow, .toggle-buttons{
    background-color:  #a12b2f;
    opacity: 1;
    transition: all 0.2s ease-in-out;
}
.slideshowArrow:hover, .toggle-buttons:hover{
    background-color:  #000000;
    opacity: 1;
}
.caption{
    background-color:#a12b2f;
    border-radius: 20px 0px 0px 0px;
}
.logo{
    background-color: #FFFFFF;
    max-width:320px;
    left:0px;
    transform: none;
    padding: 17px;
    border-radius: 0px 0px 22px;
    
}
.social{background-color: #a12b2f;
}
.gallery-nav{
    margin-bottom: 40px;
}
@media screen and (max-width:1000px){
    .caption{
border-radius: 0px 0px 0px 0px;
    }
}
@media screen and (max-width:700px){
    .logo{
        max-width:200px;
        padding: 12px;
    }
}
/* quick access subnav *********************************************/
.subnav svg{
    fill:#a12b2f;
}
.subnav a:hover > svg{
    fill:#000000;
}
/*sub-heading style*/
    h2{
    font-size: 30px;
}

/*for info request section *********************************************/

.freeman-request > span{
    background-color: #a12b2f;
}
.freeman-request > a > div{
    background-color: #FFFFFF;
}
.freeman-request > a > div > svg{
    fill: #a12b2f;
}
.freeman-request > a > div > p{
    color: #a12b2f;   
}
.freeman-request > a:hover > div > p{
    color:#000000;
}
.freeman-request > a:hover > div > svg{
    fill:#000000;
}

/* freeman product section (main page) ********************************************/
@media screen and (min-width: 960px){
.product-container{
    display: flex;
    flex-direction: column;
    position:relative;
    padding-bottom: 5%;
}
.left-products, .right-products{
    width:65%;
    position: relative;
}
.left-products{
    align-self: flex-start;
    margin-top: 60px;
}
.right-products{
    align-self: flex-end;
    margin-top: 60px;
}
.product-desc{
    background-color: #FFFFFF;
    width: 88%;
    padding: 10px;
    position: absolute;
    max-width: 340px;
    color:#000000;
}
.product-desc > strong{
    width: 72%;
    display: block;
    padding-bottom: 5px;
    color:#a12b2f;
    border-bottom: 3px solid #a12b2f; 
}
.product-desc p{
    width: 80%;
    margin: 5px 0px 0px 0px;
    font-size: 0.9em;
    line-height: 17px;
}
.wrap{
    display: block;
    position: absolute;
    width: 100%;
    z-index: 1;
    filter: drop-shadow(-1px 6px 6px rgba(50, 50, 0, 0.75));
}
.left-products span > .product-desc{
    top: -13px;
    left: 40px;
    clip-path: polygon(0 0, 83% 0, 100% 100%, 0 100%);
    transform: translate(0px, -20%);
    mask-image:url("../images/objects/left-desc.svg");
    mask-size:100%;
}
.right-products span > .product-desc{
    top: -10px;
    right: 40px;
    clip-path: polygon(13% 0, 100% 0, 100% 100%, 0% 100%);
    transform: translate(0px, -20%);
    mask-image:url("../images/objects/right-desc.svg");
    mask-size:100%;
    -webkit-mask-position:left;
    -webkit-box-sizing:content-box;
    mask-origin: padding-box;
}
.right-products p, .right-products strong{
    float: right;
    width: 80%;
} 
.left-products img, .right-products img{
    width: 100%;
    
}
.left-products img{
        clip-path: polygon(0 0, 100% 0%, 70% 100%, 0 100%);
        -webkit-mask-image: url(../images/objects/left-rectangle.svg);
        mask-image: url(../images/objects/left-rectangle.svg);
}
.right-products img{
        clip-path: polygon(30% 0, 100% 0%, 100% 100%, 0 100%);
        -webkit-mask-image: url(../images/objects/right-rectangle.svg);
        mask-image: url(../images/objects/right-rectangle.svg);
}

.shop-now{
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    mask-image:url("../images/objects/triangle.svg");
    mask-size: 100%;
    display: block;
    width: 250px;
    height: 125px;
    background-color: #a12b2f;
    position: absolute;
    right: 50%;
    bottom: -50px;
}
.shop-now:hover{
    background-color: #000000;
}
.shop-now p{
    width: 100px;
    margin: auto;
    margin-top: 7px;
    margin-bottom: 7px;
    text-align: center;
    color: #FFFFFF;
    
}
.right-products .shop-now{
    right:0px;
    left :50%;
}
.right-products .shop-now p{
    float: none;
}
.shop-now img{
    width: 30px;
    clip-path: none;
    margin: auto;
    display: block;
}
.slogan{
    font-size: 40px;
    position: absolute;
    font-weight: 900;
    font-style: italic;
    color: #a12b2f;
    top: 28%;
    line-height: 45px;
}
.hay{
    position: absolute;
    z-index: -1;
    width: 45%;
    right: 0px;
    top: 10%;
}
}
@media screen and (max-width:1080px){
    
.left-products span > .product-desc{
    top: -30px;
    
    }
.right-products span > .product-desc {
    top: -30px;}
    
}
@media screen and (max-width:960px){
    
    .product-container{
        display: flex;
        flex-flow: wrap;
        justify-content: space-around;
        
    }
    
    .left-products, .right-products{
        
        width: 48%;
        margin-bottom: 50px;
/*        box-shadow: 5px 5px 5px #888484;*/
/*        border: 3px solid #A12B2F;*/
    }
    
    .left-products{
        
        margin-right: 20px;
    }
    
    .wrap{
        
        display: block;
        height: auto;
        padding: 10px;
        height: 128px;
        
    }
    
    .product-desc strong{
        padding-bottom: 10px;
        border-bottom: 3px solid #a12b2f;
    }
    
    .product-desc p{
        margin:0px;
        margin-top: 20px;
        font-size: 0.9em;
    }
    
    .left-products > img, .right-products > img{
        width: 100%;
        display: block;
    }
    
    .shop-now{
        height: auto;
        width: 100%;
        background-color: #a12b2f;
        display: flex;
        justify-content: center;
        align-items: center;
        color:#FFFFFF;
    }
    .shop-now:hover{
        background-color: #000000;
        color:#FFFFFF;
    }
    
    .shop-now p{
    
    padding: 10px;
    width: auto;
    margin: 0px;
    font-weight: bolder;
    font-size: 0.9em;
}
    .shop-now img{
        display: none;
    }
    
    .hay{
        display: none;
    }
    
    .slogan{
        display:none;
    }
}
@media screen and (max-width:660px){
    
    .left-products, .right-products{
        width :100%;
        border:none;
    }
    .left-products{
        margin-right:0px;
    }
    .wrap{
        height:auto;
    }
}

/* support section (mainpage) *********************************************/

.supportcontent > div{
    border: 3px solid #a12b2f;
}
.supportcontent h3{
    color:#FFFFFF;
    background-color: #a12b2f;
}
.contactus a{
    background-color: #a12b2f;
    color: #FFFFFF;
}
.contactus a:hover{
    background-color: #000000;
    color:#FFFFFF;
}


/*video section*/
.videocontent > div {
    background-color: #a12b2f;
}
a.more{
    color:#a12b2f;
}
a.more:visited{
    color:#a12b2f;
}
a.more:hover{
    color: #000000;
}

/*history section(mainpage)*/
.f{
    width: 9%;
    margin: auto;
    display: block;
    margin-top: 50px;
    min-width: 80px;
}

/* video gallery section (mainpage) *********************************************/
.vwindow a h3{
    background-color: #a12b2f; 
    color:#FFFFFF;
    cursor: pointer;
}
.vwindow:hover > a h3{
   background-color: #000000; 
}

/* titleblock *********************************************/
.titleblock a{
    width:280px;
}
.titleblock p{
    color:#a12b2f;
}
/* video player page *********************************************/

.videoplayer{
    background-color: #a12b2f;
}
.buttons input{
    background: #a12b2f;
    border: none;
    padding: 2px 6px;
    color: #FFFFFF; 
}
.buttons button:hover{
    color:#a12b2f;
}
.buttons input:hover{
   cursor: pointer;
   background-color: #000000; 
}
.readmore:focus{
    outline: none;
}

/* support page *********************************************/


/* contact us page *********************************************/
.contactone{
    border: 3px solid #a12b2f;
}
.ctitle{
    background-color: #a12b2f;
    color:#FFFFFF;
}

.contactone p{
    background-color: #a12b2f;
}
.contactdata div h3{
    color: #a12b2f;
}
a.moreinfo{
    background-color: #a12b2f;
}
a.moreinfo:hover{
    color:#000000;
}
.contactdata p{
    background-color: #ffffff;
    color:#000000;
}
a.cinfo{
    color:#0000FF;
    font-weight: bold;
}
a.cinfo:visited{
    color:#0000FF;
}
a.cinfo:hover{
    color:#000000;
}

 
/* in-stock units *********************************************/
.stock{
    border-color: #a12b2f;
}
.stock-top{
    position: relative;
}
.stock-top h3{
    color: #a12b2f;
}
.sold{
    font-weight: bolder;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0px;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #a12b2f;
    color: white;
    padding: 10px 30px;
}
.inline-contact{
    position: relative;
    width: 100%;
    padding: 0px;
    border: none;
    background-color: #FFFFFF;
    margin: 0px;
    display: block;
    height: 35px;
}
.inline-contact a{
    padding: 10px;
    background-color: #a12b2f;
    color: #FFFFFF;
    cursor: pointer;
}
.inline-contact a:hover{
    background-color: #000000;
    color:#FFFFFF;
}
/*Freeman PRODUCT PAGE********************************************/
.product-page{
    display:flex;
    justify-content: space-between;
    flex-flow: wrap
}
.products {
    width: 45%;
    display:block;
    margin-bottom: 40px;
}
.summary strong{
    font-size: 20px;
    color: #a12b2f;
}
.summary strong{
    margin: 10px 0px 20px 0px;
}
.products img{
    width: 100%;
    display: block;
}
.product-slogan{
    width: 100%;
    margin: 40px 0px 60px;
    font-weight: 900;
    font-size: 45px;
    font-style: italic;
    color: #a12b2f;
    text-align: center;
}
.learn-now{
    background-color: #a12b2f;
    display: block;
    padding: 10px;
    color: #FFFFFF;
}
.learn-now:hover{
    background-color: #000000;
    color: #FFFFFF;
}
.learn-now p{
    margin: 0px;
}
.learn-now img{
    display: none;
}
@media screen and (max-width:940px){
   .products {
    width: 100%;
    }   
}
@media screen and (max-width:500px){
    .product-page{
        margin-top: 20px;
    }
    .learn-now{
        padding: 5px;
    }
}
/* FREEMAN MODELS PAGES *********************************************/
/*slide down menu*/

#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
    background: #A12B2F;
    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: #f2e5b3;
}
#cssmenu ul ul li.has-sub > a::after{
    border:none;
}
.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;
}
.mySlides{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.mySlides img{
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 365px;
}
.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: #A12B2F;
color: #FFFFFF;
padding: 4px 7px;
font-weight: bolder;
margin-right: 10px;
}

.specsheet:hover{
    background-color: #000000;
    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;
    }
}




/*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%;
}




/*promotional*/
.logotwo{
display: block;
width:200px;
margin: auto;
margin-bottom:50px;
}
.promo{
display: block;
width:100%;
height:auto;
display:flex;
justify-content: space-between;
flex-flow: row;

}
.promo > div{
    background-color:#000000;
    position:relative;
    border: #000000 solid 20px;
    flex:0.3;
    height:450px; 
    
    
}
.promo img{
display: block; 
width:90%;
margin: auto;
position: absolute;
top:50%;
left:50%;
transform:translate(-50%, -50%);
}
.promo div p{
    font-size:20px;
    bottom:0px;
    position: absolute;
    left:15%;
}
.promo div a:hover{
    color:#FFFFFF;
}
.headline{
font-weight:bolder;
font-size:25px;
width:100%;
text-align: center;
color:#FFFFFF;
margin: auto;
}
.return{
    display: block;
    width:60px;
    margin: auto;
    margin-bottom:60px;
    margin-top: -50px;
}
@media screen and (max-width: 700px){
   
    .logotwo{
    display: block;
    width:30%;
    margin: auto;
    margin-bottom:6%;
    }

}

/*promotoional*/
@media screen and (max-width:1270px){
    .headline{
    font-size:24px;
    margin:auto;
    width:85%;
    }
}
@media screen and (max-width:1000px){
   .promo{
display: block;
width:100%;
height:auto;
display:flex;
justify-content: space-between;
flex-flow: column;

}
.promo > div{
    background-color:#000000;
    position:relative;
    border: #000000 solid 20px;
    height:auto;
    margin-bottom:30px;
    width: 100%;
    min-width: 250px;
    max-width: 300px;
    margin: auto;
    margin-bottom: 40px;
}
.promo img{
display: block;
position: relative;
margin: auto;
margin-top: 20px;
margin-bottom:40px;
    width:200px;
    transform: none;
    left: 0%;
}

.promo div p{
    font-size:20px;
    position:static;
    text-align: center;
    
    
}
.headline{
display: block;
height: auto;
text-align: center;
}
}












/*winch product section?*/
/*
.products ul{
    padding-left: 0px;
    margin:0px;
    background-color:#000000;
    display: flex;
    flex-flow: row wrap;
}
.ptowinches{
    flex:0.4;
    display: flex;
    flex-flow: wrap;
    border-right: 4px solid #000000;
    
}
.hydrowinches{
    flex:0.7;
    display: flex;
    flex-flow: wrap;
}
.prodone,.prodtwo{
    background-color: #F6B333;
    color:#000000;
    text-align: center;
    padding:5px 10px;
    font-weight: bolder;
    height:20px;
    width:100%;
    
}
.products{
    margin-bottom: 30px;
}
.products ul button{
    padding:0px 3%;
    height:30px;
    flex: 0px;
    display: block;
    max-width: 100px;
    border: 1px solid #F6B333;
}

.winchinfo{
    background-color: #FFFFFF;
    padding:30px;
    display: none;
}
.topsec{
    display:flex;
    flex-direction: row;
    justify-content:space-around;
    flex-wrap: wrap;
    width: 100%;
}
.halfone{
    display: block;
    flex:0.5;
}
.halftwo{
    flex:0.40;
    display: block;  
}
.bottomsec{
    display:flex;
    flex-direction: row;
    justify-content:space-around;
    flex-wrap: wrap;
    width: 100%;
}
.halfthree{
    display: block;
    flex:0.5;
}
.halffour{
    display: block;
    flex:0.4;
    margin-top:30px;
}

.title{
    display: flex;
    color:black;
    width:100%;
    height:30px;
    
    align-items: baseline;
}
.title h4{
    font-size: 30px;
    margin:0px;
    margin-right: 10px;
}
.stripe{
    display:inline;
    width:100%;
    height:7px;
    background-color: #F6B333;
}
.halfone p{
    font-size:16px;
    line-height: 18px;
}

.halftwo img{
    display: block;
    width:85%;
    min-width: 290px;
    margin: auto;
}
.specsheet{
display: inline-block;
background-color: #F6B333;
color: #000000;
padding: 4px 7px;
font-weight: bolder;
margin-right: 10px;
}

.specsheet:hover{
    background-color: black;
    color: #FFFFFF;
    cursor: pointer;
}
.center2{
        display: none;
    }
.subtitle{
    font-weight: bolder;
    width:100%;
    margin: auto;
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
    color: #555555;
}

.features{
    display: flex;
    margin-top:0px;
}
.features h5{
    margin-top:10px;
    margin-bottom:15px;

}
.features div div{
        display: flex;
        width:auto;
        padding:5px 10px;
        font-weight: bolder;
        color:#9B9B9B;
        height:40px;
        vertical-align: middle;
    }
.features div div img{
        width:30px;
        margin-right: 5px;
    }
.features h5{
        font-size:18px;
        width:100%;
        margin: 0px;
        margin-bottom:-10px;
        height:50px;
        color: #555555;
    }

img.holland{
    height:9px;
}
.returnlinks{
    display: flex;
    justify-content:space-between;
}
.returnlinks a{
    color:#F6B333;
}
.returnlinks a:hover{
    color:#FFFFFF;
}
*/


/*links to dozer logo*/
/*
.links{
    width:82%;
    height:220px;
    margin:auto;
    display:flex;
    justify-content: space-between;
    align-items: baseline;
    flex-flow: row;
}
.links a{
    display: block;
    color:#F6B333;
    width:17%;
}
.links svg{
    width:100%;
    height:auto;
    margin-bottom:12px;
    fill:#F6B333;
}
.links p{
    text-align: center;
    margin-bottom: 0px;
    margin-top: 10px;
}
.links a:hover > svg{
    fill:#FFFFFF;
}
.links a:hover > p{
    color:#FFFFFF;
}
*/


/*product page*/

/*
@media screen and (max-width: 900px){
    .products ul button{
        font-size:1.2em;
    }
    .prodone,.prodtwo{
        height:28px;
    }
    .topsec{
    flex-flow: column;
    }
    .halftwo{
        order: 1;
    }
    .halftwo img{
        max-width:450px;
    }
    .halfone{
        order: 2;
    }
    .halfone p{
        font-size:1em;
    }
    .bottomsec{
        margin-top: 20px;
        display: block;
    }
    .halfthree{
        display: block;
        width:100%;
    }
    .halffour{
        display: block;
        width:100%;
    }
    .features{
        width: 100%;
        display: flex;
        flex-flow: row wrap;
    }
    .feat{
        flex: 0.5;
        display: flex;
        margin-right: 0px;
        flex-flow: column;
    }
    .options{
        flex: 0.5;
    }
    .center{
        display: none;
    }
    .center2{
        display: flex;
        width:100%;
        justify-content: center;
        margin-top:20px;
    }
    .specsheet{
        display:block;
        margin-right: 10px;
        margin-left: 10px;
        padding: 10px;
    }
}
@media screen and (max-width: 1230px){
    .halfthree{
    margin-top: 20px;
}
}

new link section
@media screen and (max-width: 700px){
    .links{
        width:350px;
    }
    .links a{
    display: block;
    width:29%;
}
}
*/

/*custom flex footer links */

/*
    .alliedlogo{
        margin: auto;
    }
    .bottomlinks{
        font-size: 1em;
    }
    .bottomlinks ul{
        padding-left: 0px;
        display: flex;
        flex-flow: wrap;
        justify-content: center;
}
    .bottomlinks ul li{
        display: flex;
        align-items: center;
    }
*/

/*advertisment highlights*/
		.advertisements{
                display: flex;
                margin-top:10px;
            }
        .advertisements > a{
            display: block;
            flex:1;
            height:100px;
            position: relative;
            white-space: normal;
            }
		.advertisements-test > a{
            display: block;
            flex:1;
            height:150px;
            position: relative;
            white-space: normal;
            }
        .advertisements > a:first-child{
            margin-right: 20px;
        }
        .ad-one, .ad-two{
            height:100%;
        }

        .ad-one{
            background-color: #000000;
			position:relative;
            }

		.ad-img-1 {
    	float: left;
		}

		.ad-img {
		display:block;
		float: right;
		height:100px;
		margin-left: -35px;
		}
    
		.ad-small{
		display:none;
		}

        .ad-one > div{
            width: 250px;
            position: absolute;
            right: 0px;
            top: 0px;
            padding: 15px;
        }
        .ad-one > div > h2{
            margin: 0px;
            padding: 0px;
            white-space: normal;
            color: #ffffff;
        }

		
        .ad-two > div > p{
            color: #FFFFFF;
            margin: 0px;
            margin-top: 5px;
        }
		.ad-two > div > strong{
			color: #FFFFFF;
			font-size: 23px;
		}
        .ad-two > .ad-img{
            height: 100%;
            position: relative;
            float: right;
        }
        .ad-two{
            background-color:#a12b2f;
            overflow: hidden;
        }
        .ad-two > .ad-logo{
            position: absolute;
            width: 180px;
            right: 20px;
            bottom: 10px;
        }
		.ad-two > div{
			padding:15px;
			padding-bottom:0px;
			position: absolute;
			width:350px;
		}

		.ad-two-heading{
			color: #FFFFFF;
			font-size: 26px;
			font-weight: bold;
		}
		.ad-two > div > p{
			margin-top: 5px;
			color: #FFFFFF;
		}
 		.ad-three > .ad-large{
			height: 100%;
			width: 100%;
            position: center;
            justify-content: center;
			display: block;
        }
		.ad-three > .ad-small{
			height: 100%;
			width: 100%;
			position: center;
			justify-content: center;
			display: none;
        }


        @media screen and (max-width:1319px){
            .advertisements {
                flex-flow: wrap;
            }
            .advertisements > a {
                flex: 100%;
            }
            .advertisements > a:first-child {
                margin-right: 0px;
                margin-bottom: 10px;
            }
            .ad-one > div {
                width: 335px;
                height: 100%;
            }
            .ad-two {
            width: auto;
			height: 100%;
            }
            .ad-two > .ad-img{
            height: 100%;
            float: right;
            }
		
		}

        @media screen and (max-width:800px){
               .ad-one > div {
                width: 215px;
            }
            .ad-one > div > h2 {
                font-size: 18px;
            }
            .ad-one > div > p {
                font-size: 14px;
            }
            .ad-two > div > p {
                width: 300px;
            }
			.ad-two-heading{
			font-size: 15px;
			}
			.ad-three > .ad-large{
			display:none;
			}
			
			.ad-three > .ad-small{
			display:block;
			}
		}
            
        @media screen and (max-width:642px){
			
			.ad-one > .ad-img {
				height:80%;
				margin-top: 10px;
			}
	
            .advertisements > a:first-child {
                height: 100px;
            }

            .ad-two > div > strong{
                font-size: 18px;
            }
			.ad-two-heading{
				font-size: 10px;
			}
            .ad-two > div > p{
                font-size: 10px;
                width: 150px;
            }
			.ad-two {
            width: auto;
			height: 100%;
            }
			.ad-three > .ad-large{
			display:none;
			}
			
			.ad-three > .ad-small{
			display:block;
			}
			
        }
		@media screen and (max-width:553px){
			.ad-one > .ad-img {
			display:none;
			}
			
			.ad-one > .ad-img-1 {
			display:none;
			}
			
			.ad-small{
			display:block;
			position: absolute;
			margin-top: 7px;
			height:85%;
			}
		}
			
		@media screen and (max-width:330px){
			.ad-small{
			display:block;
			position: absolute;
			margin-top: 7px;
			height:78%;
			}
		}