@charset "utf-8"; 


/*          presets          ********************************************/
*, *::before, *::after {
  box-sizing: border-box;
}

        a:link, a:visited {
        white-space: nowrap;
        }
body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	font-size: 16px;
	min-width: 320px;
    display: block;
    font-family: "arial","helvetica","tahoma","verdana";
	}

a:link,a:visited {
	text-decoration:none;
	}
	
a:hover {
	text-decoration:none;
	}
main{
    display: block;
    max-width: 1200px;
    margin-left: 6%;
    margin-right: 6%;
    margin-top: 50px;  
}
.pubslocator {
    margin-top: 20px;  
}

@media screen and (max-width:700px){
    main{
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 5%;
    }
}
/*This prevents oversized divs*/
@media screen and (min-width: 1333px){
    main{
    margin-left:auto;
    margin-right:auto;
    }
}



/*          body          ********************************************/

/* Top  Menu *********************************************/

header {
	background-color:#000;
	color:#fff;
	height: auto;
	position:relative;
	width:100%;
	font-size:0.9em;
	text-align:center;
	display:block;
    z-index: 10;
	}
        

#desk-nav{
            display: flex;
            justify-content: space-between;
            max-width: 1200px;
            margin: auto;
            background-color:rgba(0,0,0,.3);
            position:relative;
            z-index:1;
            font-size:1.0em;
            text-align:left;
            width: auto;
        }
	
	nav::after {
		content:'';
		display: block;
		clear: both;
		}
	
    #desk-nav > ul{
            align-self: flex-end;
            display: flex;
            flex: 1;
            justify-content: space-around;
            list-style:none;
            padding: 0px;
            margin: 0;
            color:#fff;
        }
#desk-nav > ul >li{
            padding-bottom: 5px;
        }	
	nav ul li:hover {
		background-color:rgba(0,0,0,.7);
		}
		
	nav ul li:hover >ul {
		display:block;
        list-style: none;
        padding: 0px;
		}
	
	nav ul li a {
		display: inline-block;
		padding: 10px 15px;
		position: relative;
		}
	
	nav ul a {
		color:#fff;
		position:relative;
		}
		
	nav ul li a:visited {
		color:#fff;
		}

	nav ul ul {
		position:absolute;
		top: 100%;
		background-color:rgba(0,0,0,.7);
		display:none;
		}
		
	nav ul ul li {
		position:relative;
		}		
	
	nav > ul > li {
		float: left;
		}
    #asc-search{
            min-width: 300px;
        }
    #___gcse_0{
            flex: 1;
            margin-left: 10px;
        }
    .gsc-control-cse{
            padding: 0px!important;
            padding-top: 9px!important;
            padding-bottom: 3px!important;
        }
    .gsc-input-box{
            border-radius: 20px;
        }
    .gsc-search-button, .gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
            max-width: 55px;
            margin-left: 0px!important;
        }
    .gsc-search-button-v2 svg {
            margin-left: -6px;
        }
		
	.gsib_b{
		height:20px!important;/*created this to override the google css which suddently made this cell 48 px high*/
	}


.gsc-search-box,
.gsc-input-box,
.gsc-input {
  max-width: 320px;
  width: 100%;
  box-sizing: border-box;
}


	
    input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
            background-color: #595959!important;
            color: #FFFFFF!important;
        }
    #asc-search-mobile{
            display:none;
        }

        @media screen and (max-width:1250px){
            header {
                display: flex;
                flex-flow: column;
                padding: 0px 20px;
            }
            #___gcse_0, .asc-search{
                order: -1;
                margin:0px;
            }
            
            #asc-search{
                display: none;
            }
            #asc-search-mobile{
            display:flex;
            width:100%;
            order:-1;
            }
            #asc-search-mobile > a{
                width: 190px;
                display: block;
                margin-right: 20px;
                padding-top: 11px;
            }
            #___gcse_1{
                width: 100%;
            }
            #desk-nav{
                width: 100%;
            }
            #desk-nav > ul >li {
                padding-bottom: 0px;
            }
        
        }
/*    hides mobile menu*/
    .topnav{
    display:none;
}

/*applies mobile menu*/
@media screen and (max-width: 912px){
    input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    background-color: #3a3a3a!important;
    color: #FFFFFF!important;
    }
    #asc-search-mobile{
        order: unset;
    }
    #___gcse_1{
        width: unset;
        position: fixed;
        z-index: 1;
        left: 123px;
        right: 60px;
    }
    #asc-search-mobile > a{
        display: none;
    }
    #desk-nav{
        display: none;
    }
    .gsc-input-box {
        border-radius: 0px;
    }
     
    header{
        display: block;
        z-index: 101;
        height:60px;
        padding:0px;
    }
    
    .topnav{
        display: block;
        font-size: 1em;
        height:auto;
        position:fixed;
        width: 100%;
    }
    .top{
        display: block;
        background-color: #000;
        min-height: 60px;
    }
    a.active{
        display: block;
        width: 125px;
        padding:9.57px 16px;   
        
    }
    .top > a.active{
/*    width: 134px;*/
    padding: 0px 16px;
    padding-top: 17px;
    }

    .topnav .icon {
    position: absolute;
    top:6px;
    right:0px;
    width: 60px;
    background-color:#000;
    display: block;
    cursor: pointer;
  }
    .icon .bars{
        display: block;
        width: 30px;
        margin: auto;
        padding-top:9px;
    }
    .icon .exit{
        display: none;
    }
    
    .topnav ul{
        display: none;
    }
    .topnav a{
        color:#fff;
        display: block;
    }
    .topnav span{
        display:none;
    }
/*
    .lower{
        display:none;
    }
*/
    .responsive .bars{
        display: none; 
    }
    .responsive .exit{
        display:block;
        width: 18px;
        margin: auto;
        padding-top: 13px;
    }
    
    .topnav.responsive ul{
        display: block;
        text-align: center; 
        background-color:#3A3A3A;
        list-style: none;
        margin: 0px;
        padding: 0px 0px;
        border-bottom: 2px solid #272727;
    } 
    
    .topnav.responsive ul:hover{
        background-color:#272727; 
    }
    .topnav.responsive ul a{
        display: block;
        text-align: center;
        list-style: none;
        margin: 0px;
        padding: 13px 0px;
    }
    .topnav.responsive ul div{
        background-color: #717171;
        display: none;

    }
    .topnav.responsive ul div li:hover{
        background-color:#3A3A3A;
    }
    .topnav.responsive span{
        display: block;
        height: calc(100vh - 56.98px);
        overflow-y:scroll;
    }
    .topnav.responsive span::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}
}




/*rotating gallery with toggle buttons *********************************************/

.gallerylanding{
    position: relative;
    height: 35vw;
    overflow: hidden;
    max-height: 680px;
}
.logo{
    position: absolute;
    top:-1px;
    left:-2px;
    width:35%;;
    z-index: 1;
    max-width: 250px;
    min-width: 160px;
}
.social{
    background-color: #000000;
    width: auto;
	height: 10%;
    position: absolute;
    right: 0px;
    z-index: 3;
    padding: 7px;
    display: flex;
    align-items: center;
    margin: 20px;
}
.social p{
    margin: 0px;
    color: white;
    margin-right: 7px;
    font-size: 15px;
    height: 17px;
    font-style: italic;
}
.social img{
    display: block;
    height: 20px;
    margin:5px;
}

.caption {
position:absolute;
width:300px;
bottom: 0px;
right:0px;; 
background-color:rgba(0, 0, 0, 0.4);
color: #FFFFFF;
margin:0px;
padding:10px;
padding-bottom:10px;
text-align: center;
line-height: 19px;
}

.imageSlides {
  position: relative;
  height:100%;
    width:100%;
}

.gallery{
display: block;
margin: auto;
width:100%;
height:auto;
position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
} 
#first{
    opacity: 1;
}
.gallery-nav{
    display: flex;
    height:38px;
    justify-content: center;
    margin-top: 10px;
}

.slideshowArrow {
  font-size: 3em;
  color: #FFFFFF;
  cursor: pointer;
  background-color:  #222222;
  display: block;
  height: auto;
  padding:5px;
  position: relative;
  line-height: 20px;
  opacity:0.75;
  transition: opacity 0.2s ease-in-out;
}

.slideshowArrow:hover {
  opacity: 1;
}
.toggle-buttons{
    margin: 0px 10px;
    width:40px;
    height: auto;
    background-color:  #222222;
    opacity: 0.75;
    transition: opacity 0.2s ease-in-out;
    
}
.toggle-buttons:hover{
    opacity: 1;
    cursor: pointer;
}

.toggle-buttons > div{
    width: 100%;
    height:100%;
}
.toggle-buttons img{
    display: block;
    width: 14px;
    height: 100%;
    margin: auto;
}
.play{
    display: none;
}

.slideshowCircles {
  position: relative;
  display: block;
  width: 300px;
  text-align: center;
  margin: auto;
  margin-bottom: 40px;
}

.circle {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: solid 2px rgba(255, 255, 255, 0.5);
  transition: 1s ease-in-out;
}

.dot {
  background-color: rgba(255, 255, 255, 0.7);
  border: solid 2px rgba(255, 255, 255, 0.5);
}
@media screen and (max-width:1000px){
    
    
    .caption{
        position: relative;
        font-size: 0.8em;
        width:auto;
        line-height:18px;
        padding-left: 10px;
    }
    .gallerylanding{
        display: block;
        height: auto;
        
    }
    .imageSlides{
        height: auto;
        
    }
    .gallery{
        width: 100%;
        position: relative;
        display: block;
        transform: none;
        left: 0px;
        top:0px;
        margin-top: -5%;
        
    }
    .social{
        margin: 0px;
        height: 40px;
        border-radius: 0px 0px 0px 10px;
    }
    .social p{
        display: none;
    }
    
}
@media screen and (max-width:500px){
    .circle{
        width: 5px;
        height: 5px;
    }
    .slideshowCircles{
        margin-bottom: 20px;
    }
    .gallery{
        max-height: 300px;
        min-height: 300px;
        left:50%; 
        width: auto;
        transform: translate(-50%, -0%);
    }
    .gallery-nav{
        height:30px;
    }
    .slideshowArrow{
        font-size: 2.6em;
        line-height: 12px;
    }
    .social img{
        height: 16px; 
    }
}
.american{
    width:100%;
    height:40px;
    background-color:#000000;
    padding:8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.american p{
    color:#FFFFFF;
    font-size: 14px;
    margin-left: 10px;
}
.american img{
    height:100%;
}
@media screen and (max-width:1000px){
    .american p{
        font-size:0.85em;
        
    } 
}
/*quick access navigation menu *********************************************/
.bg{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
    height: auto;
    padding-left: 0px;
    margin: 0px;
}
.subnav{
    list-style: none;
    display: block;
    flex:0.2;
    height:auto;
    margin: 15px;
    min-width: 160px;
}
.subnav a{
    display: block;
    color:#F6B333;
    width:100%;
}
.subnav svg{
    width:100%;
    height:auto;
    fill:#000000;
/*    box-shadow: 5px 5px 5px #888484;*/
}
.subnav a:hover > svg{
    fill:blue;
}
@media screen and (max-width: 750px){
    .bg{
        justify-content: space-around;
    }
    .subnav{
        min-width: 27vw;
        margin: 0px;
        margin-top: 2vw;  
    }
}
h2{
    margin: auto;
    width: fit-content;
    color: #000000;
    padding: 5px 20px;
    margin-top: 7%;
    margin-bottom: 3%;
}
/*product section*********************************************/
.product-container{
    width:100%;
    height: auto;
}

/*support or contact section *********************************************/
.supportcontent{
    display:flex;
    justify-content: space-between;
    flex-flow: row;
}
.supportcontent > div{
    display:block;
    position:relative;
    flex:0.315; 
    min-height:500px;
}
.supportcontent h3{
    display: block;
    text-align: center;
    width:100%;
    height:40px;
    margin:0px;
    line-height:40px;
}
.supportcontent img{
    display: block;
    height:200px;
    width: 200px;
    margin: auto;
    margin-top: 30px;
    margin-bottom:30px;
    
}
.supportcontent p{
    line-height:1.3em;
    margin:15px;
    margin-bottom: 59px;
}
.contactus{
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 20px;
    height: 30px;
    width: 100px;
    padding: 0px;
    border: none;
    transform: translate(-50%, 0px);
    
}
.contactus a{
    display: flex;
    font-weight: bolder;
    width: 100%;
    height: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 750px){
    
    .supportcontent > div{
    width:100%;
    height: auto;
    min-height: auto;
    }
    .supportcontent img{
        margin: auto;
        height:120px; 
        margin-top:20px;
        margin-bottom: 20px;
    }
    .contactus{
    display: block;
    position: static;
    margin: auto;
    margin-bottom:20px;
    transform: none;
    
    }
    .supportcontent{
        display: inline;
    }
    .supportcontent > div{
    margin: auto;
    height: auto;
    margin-bottom: 20px;
}
    .supportcontent p{
        height: auto;
        margin-bottom: 15px;
    }
}

/*video section *********************************************/

.videocontent{
    display:flex;
    justify-content: space-between;
    flex-flow: row;
    flex-flow: wrap;
}
.videocontent > div{
    display:block;
    position:relative;
    flex:0.315; 
    height:auto;
    background-color: #000000;
}
.videocontent h3{
text-align: center;
color:#FFFFFF;
}
.videocontent div img{
    display: block;
    width: 90%;
    margin: auto;
    margin-bottom:1.1em;
}
a.more{
    display: block;
    margin:auto;
    width:145px;
    margin-top:30px;
    flex: 100%;
    text-align: center;
}

@media screen and (max-width: 660px){
    .videocontent{
    width:100%;
    margin:auto;
    display:block;
    flex-flow:row;
    justify-content:flex-start;
    overflow: auto;
    }
    .videocontent > div{
        display: block;
        width:100%;
        padding: 10px;
    }
    .videocontent h3{
        text-align: center;
        color: #FFFFFF;
        margin: 12px 0px;
    }
    .videocontent > div:not(:nth-child(1)){
        display:inline-block;
        width:50%;
        float:left;
    }
    .collapse-video{
        font-size:12px;
    }
    .more{
        display: inline-block;
        margin: auto;
        margin-top: 30px;
        width: 100%;
        text-align: center;
}
    }

/*history section *********************************************/

.historycontent{
    display:flex;
    flex-flow: row;
    justify-content: space-between;
  
}
.historycontent p{
    display: flex;
    flex: auto;
    color: #000000;
    font-size: 1em;
    line-height: 20px;
    margin: 0px;
}
.historycontent img{
    width:300px;
    height:auto;
    max-height:200px;
    margin-right:20px;
}
@media screen and (max-width: 700px){
    /*suheadings*/
  
    /*history*/
    .historycontent{
        width: 100%;
        max-width: 340px;
        margin: auto;
        flex-flow: column;
        align-items: center;
    }
    .historycontent img{
        width:100%;
        height: 100%;
        margin:auto;
        margin-bottom: 30px;
        max-height: none;
    }
}

/*video gallery (page) *********************************************/


.gallerycontent{
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    justify-content:space-around;
}
.vwindow{
    flex:30%;
    margin: 2%;
    max-width: 300px;
}
.vwindow:hover > h3{
    background-color: blue;
    color:#FFFFFF;
}
.vwindow h3{
    font-size: 15px;
    text-align: center;
    color:#FFFFFF;
    margin: 0px;
    padding:10px;
    background-color: #000000;
}
.vwindow img{
    display: block;
    width:100%;
}

/*video gallery (page)*/
@media screen and (max-width: 600px){
    .vwindow{
        display: block;
        flex:40%;
        margin: 20px;
    }
}

/*titleblock *********************************************/

.titleblock{
    display: flex;
    margin-bottom:40px;
    justify-content:space-between;
    align-items: baseline;
}
.titleblock a{
    display: block;
    width: 120px;
}
.titleblock a img{
    width:100%;
    display: block;
}
.titleblock p{
    margin-bottom: 0px;
    font-weight: bolder;
    font-size: 16px;
    font-style: italic;
}

@media screen and (max-width: 900px){
    .titleblock{
        margin-bottom:20px;
    }

    .titleblock p{
        font-size:14px;
    }
}
@media screen and (max-width: 600px){
    .titleblock{
        flex-direction: column;
        align-items: center;
    }
    /*    change width on specific css*/
    .titleblock a{
        width: 60%;
        min-width: 234px;
    }
    
}

/*video player layout(page) *********************************************/

.videoplayer{
    display:block;
    height:auto;
    background-color:#000000;
    padding: 30px;
    margin-bottom: 10px;
}
.videowindow{
    width:100%;
    height: 500px;
}
.videoplayer h4{
    display: block;
    margin: auto;
    margin-bottom: 20px;
    color:#FFFFFF;
    font-size: 2em;
    text-align: center;
}
#more {display: none;}

.vidinfo{
    color:#000000;
    line-height: 20px;
}
.readmore{
    border-style: none;
    background: none;
    font-size: 1em;
    color:#000000;
}
.buttons{
    display: flex;
    width: 100%;
    align-content:space-around;
}
.buttons form{
    flex: 1;
    text-align: end;
}
.buttons input{
    background:#000000;
}
.buttons input:hover{
    cursor:pointer;
    background-color:#FFFFFF;
}
.buttons button{
    flex:1;
    text-align: left;
}
.buttons button:hover{
    color:blue;
    cursor:pointer;
}

@media screen and (max-width: 700px){
    .videoplayer{
        height: auto;
        padding: 20px;
    }
    .videowindow{
        height: 300px;
    }
    .videoplayer h4{
        font-size:1.5em;
    }
}

/*contact us layout (page)*********************************************/
.contactpage{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin-bottom: 50px;
}
.contactphoto{
    display: block;
    width: 60%;
    max-width: 640px;
    min-width: 244px;
}
.contactphoto img{
    width:100%;
}
.contactone{
    display: block;
    flex: 1;
    margin-right: 6%;
    border: 3px solid #000000;
}
.ctitle{
    color: #FFFFFF;
    background-color: #000000;
    text-align: center;
    padding: 10px;
    margin: 0px;
}
.contactone p {
    text-align: center;
    margin: 0px;
    padding-bottom: 10px;
    background-color: #000000;
    color: #FFFFFF;
}
.contactdata{
    display: flex;
    flex-flow: wrap;
    justify-content: space-evenly;
    padding: 20px;
}

.contactdata div h3{
    text-align: center;
    margin: 0px;
    color: #000000;
    margin-bottom: 0px;
}
a.moreinfo{
    display: block;
    width: 100%;
    text-align: center;
    margin: auto;
    padding: 11px;
    color: #FFFFFF;
    font-weight: normal;
    background-color: #000000;
}
.contactone a:visited{
    color: #FFFFFF;
}
a.moreinfo:hover{
    color: blue;
}
.contactdata p{
    font-weight: normal;
    line-height: 22px;
    padding: 5px 14px 14px 14px;
    margin: 0px;
    color: #000000;
    font-size: 14px;
    text-align: center;
}

@media screen and (max-width: 990px){
     .contactpage{
        flex-flow: column;
    }
    .contactone{
        margin-right: 0px;
        width: 100%;
    }
    .contactphoto{
        height: 300px;
        overflow: hidden;
        margin-bottom: 20px;
        position: relative;
    }
    .contactphoto img{
        width: 140%;
        position: absolute;
        right: 50%;
        transform: translate(50%,0px);
        min-width: 330px;
    }
}
/*service-and-manuals (page)*********************************************/
.servicepage{
    margin-top:40px;
    margin-bottom: 40px;
}
.servicephoto{
    display:block;
    overflow:hidden;
    min-height: 200px;
    position: relative;
    margin: auto;
    margin-bottom: 40px;
}
.servicephoto img{
    height:300px;
    position:absolute;
    left: 50%;
    transform: translate(-50%, 0px);
}

#service{
    flex-flow: row wrap;
    justify-content: space-around;
}
#servicediv{
    flex:0.20;
    min-width: 280px;
    margin-bottom: 40px;
}

@media screen and (max-width:990px){
    #service{
    flex-flow: row wrap;
    justify-content: center;
}
    #servicediv{
        margin-left: 20px;
        margin-right: 20px;
    }
    .servicephoto{
        max-width:600px;
        width:100%;
    }
}
@media screen and (max-width:750px){
    #servicediv{
        margin: auto;
        margin-bottom: 40px;
    }
}

/*In-stock units (for freeman. might use in other brands???)*/

.inventory{
    padding-bottom: 50px;
}
.stock{
    width: fit-content;
    border: 3px solid #000000;
    padding: 20px;
    display: flex;
    flex-flow: wrap;
    margin: auto;
    justify-content: center;
}
.stock-top h3{
    margin:0px;
    height:40px;
}
.stock-top img{
    width: 100%;
    display: block;
}
.stock-bottom ul{
        margin: 40px;
    margin-right: 20px;
    padding-left: 0px;
    width:auto;
    max-width: 300px;
}
@media screen and (max-width:800px){
   .stock-bottom ul{
       margin-right: 0px;
       margin-left: 20px;
       
    }
}

/*slide down section **********************************************/

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: 160px;
position: absolute;
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
}
#cssmenu ul ul {
  display: none;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 10px 20px;
  border-left:2px solid #222222; 
  border-right: 2px solid #222222;
  border-top: 2px solid #222222;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  background: #E5E5E5;
}
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
    color: #000000;
    background: #E5E5E5;
}
#cssmenu > ul > li.open > a {
  border-bottom: 2px solid #222222;
}
#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
  border-bottom: 2px solid #222222;
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
    
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 12px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  border-color: #000000;
}
.holder::before {
  top: 12px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
#cssmenu ul ul li a {
  cursor: pointer;
  border-bottom: 2px solid #222222;
  border-left: 2px solid #222222;
  border-right: 2px solid #222222;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px;
    font-weight:bold;
  color: #000000;
  background: #ababab;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  background: #777777;
  color: #000000;
}
#cssmenu ul ul ul li a {
  padding-left: 30px;
}
#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
  border-bottom: 2px solid #222222;
}
#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
  border-bottom: 2px solid #222222;
}
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 2px solid #222222;
}
#cssmenu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #000000;
  border-left: 2px solid #000000;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
  border-color: #000000;
}
#cssmenu ul ul li.open ul li a{
    background-color: #FFFFFF;
}

@media screen and (max-width: 500px){
    #cssmenu {
    width: 130px;
}
}






















/*          lower and footer section          ********************************************/

.lower {
	position:relative;
	padding: 1%;
	overflow: auto;
    margin-top: 50px;
	}
.alliedlogo {
	position: relative;
	width: 15%;
	top: 10px;
	left: 10px;
	}

footer {
	position: relative;
	color: #000;
	padding: 1%;
	width: 100%;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
    margin-top: 20px;
    margin-bottom: 20px;
	}		
	
.bottomlinks {
	padding: 1%;
	margin: 1%;
	width: 28%;
	float: left;
	text-align: left;
	position: relative;
	font-size:0.8em;
	}
	
.bottomlinks ul {
	list-style:none;
	padding-left: 10px;
	margin: 5px;
	color:#000;
	}

.bottomlinks ul a {
	color:#00F;
	}
	
.bottomlinks ul a:visited {
	color:#00F;
	}
	
.bottomlinks ul li{
	margin: 10px;
	}
	
.bottomlinks ul li a:hover{
	color:#00F;
	}
@media screen and (max-width:700px){
    .lower{
        width: 100%;
    }
    
}

@media screen and (max-width: 912px) {
		
	.alliedlogo {
		position: relative;
		width: 200px;
		float: none;
		top: 0px;
		left: 1%;
		}	

	footer {
		font-size:0.8em;
		}
		
	nav {
	display: none;
		}

	}

@media screen and (max-width: 600px) {

	.alliedlogo {
		position: relative;
		width: 150px;
		float: none;
		top: 0px;
		left: 1%;
		}
		
		.bottomlinks {
		padding: 0px;
		margin: 0px;
		width: auto;
		float: none;
		text-align: left;
		position: relative;
		font-size:1.25em;
		}
	
	.bottomlinks ul {
		list-style:none;
		padding-left: 10px;
		margin: 5px;
		color:#fff;
		}

	.bottomlinks ul a {
		color:#fff;
		}
		
	.bottomlinks ul a:visited {
		color:#fff;
		}
		
	.bottomlinks ul li a:hover{
		color:#fff;
		}
		
    .copyright{
		height: 100px;
		}
	
	.lower {
		background-color: #000;
		}
}


/*  minimun mobile version    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (max-width:400px){

    body{
        min-width: 320px;
    }
}
