@charset "UTF-8"; /* CSS Document */



.navItem--airmax-m {
	display: inline-block;
	
}
.panel {
	background: transparent!important;
	height: 70px;
}


.panel a {
	display: inline-block;
}
.downloadMenu__navPlatform {
	padding: 0;
}
.firmware-block div {
	display: inline-block;
}

.left-colum-item-dw {
    font-size: 16px;
    color: #C7C7C7;
    margin-top: 10px;
    width: 250px;
    line-height: 26px;
    border-right: 1px solid #ABABAB;
    margin-bottom: 100px;
}

.item-group.active {
    background-color: #1E2930;
}
a > .item-group {
    text-decoration: none;
    color: #fff;
    transition: .3s;
}
.item-group {
    width: 141px;
    float: left;
    height: 43px;
    text-align: left;
    background-color: #0D1215;
    border-radius: 5px;
    margin-right: 5px;
    padding-top: 10px;
    padding-left: 10px;
    font-family: 'Exo 2', sans-serif;
}
.item-group img {
    float: right;
    padding-right: 10px;
    max-width: 67%;
    max-height: 80%;
}
[class^="ubnt-icon--"], [class*=" ubnt-icon--"] {
    font-family: 'ubnt';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.downloadMenu__navPlatform a {
    text-decoration: none;
    color: #D7DAE1;
}
ul.downloadMenu__subNav {
    margin-top: 10px;
    margin-bottom: 0;
    display: none;
}
.downloadMenu__navPlatform a {
    text-decoration: none;
    color: #D7DAE1;
}
.ubnt-icon--pointer-right:before {
    content: "\e6ce";
}
.ubnt-icon--pointer-down:before {
    content: "\e6d0";
}
.firmware-name {
	width: 50%;
	border-right: 1px solid #fff;
}
.firmware-type {
	width: 34%;
	border-right: 1px solid #fff;
	padding-left: 5px;
}
.firmware-date {
	width: 15%;
	padding-left: 5px;
}
.firmware-zag {
	border-bottom: 1px solid #fff;
}
.firmware-block {
	padding-bottom: 5px;
}
.firmware-name a {color: #fff;} 
.firmware-type a {color: #616161;}
.firmware-n a {color: #fff;} 
.firmware-name a:hover {color: #49ccff;} 
.firmware-type a:hover {color: #49ccff;}
.firmware-n a:hover {color: #49ccff;} 

.firmware-block span {
    color: rgb(39, 176, 228);
    transition: .3s;
    margin-right: 5px;
}

/* Extra Small Price button */
@media(max-width:767px){
    .panel {height:auto;}
    .left-colum-item-dw {width: 100%;}
    .firmware-date {width: 100%;color: #24a1d0;}
    .firmware-name {width: 100%;border-right: 0px solid #fff;}
    .firmware-type {width: 100%;border-right: 0px solid #fff;padding-left: 5px;}
    .content-bunner-dw {display: none;}
}
    
    /* Small Price button */
    @media(min-width:768px) and (max-width:991px){
    .panel {height:auto;}
    .left-colum-item-dw {width: 100%;}
    .firmware-date {width: 100%;color: #24a1d0;}
    .firmware-name {width: 100%;border-right: 0px solid #fff;}
    .firmware-type {width: 100%;border-right: 0px solid #fff;padding-left: 5px;}
    .content-bunner-dw {display: none;}
    }
