﻿
@media (min-width: 600px) and (max-width: 1600px) {
    .akopac100 {
        opacity: .4 !important;
    }
    
}


@media only screen and (max-width: 600px) {
    .aktbl{
    position:relative;
    left:3%;
   
  

    }
    .x2btn {
        padding: .7rem .7rem;
    }
        #right_menu {
            right: -260px;
        }

        .EItem .title {
            font-size: 16px;
        }

        /* .EItem .fa-caret-down, .EItem .fa-caret-up {
        display: none;
    }*/
        header {
            height: 140px;
        }

        #akheader {
            height: auto !important;
        }

        .sz1_2rem {
            font-size: 1.0rem !important;
        }

        .sz1_4rem {
            font-size: 1.2rem !important;
        }

        .testimonials-bottom2 {
            display: none !important;
        }

        .sz1_6rem {
            font-size: 1.4rem !important;
        }

        .sz1_9rem {
            font-size: 1.6rem !important;
        }



        box1 {
            margin: 0 !important;
        }

        .btn a {
            font-size: 16px !important;
        }

        .akopac100 {
            opacity: .4;
        }

        .btn_size_a {
            width: 220px !important;
        }

        .btn_size_b {
            width: 130px !important;
        }

        .akbtn1 {
            margin: 0;
            padding: 5px 16px;
        }

        .dvlogo {
            width: 100% !important;
            flex-basis: 100% !important;
            text-align: center !important;
        }

            .dvlogo .logo {
                max-height: 100px;
                margin: 0 auto;
            }

        .akviewbase {
            margin-right: 0px;
        }

        #main {
            min-height: unset !important;
        }

        .c-navigation {
            display: none;
        }

        .site-navbar .site-navigation .site-menu > li {
            display: block !important;
        }

        .site-navbar .site-navigation .site-menu .has-children {
            position: unset;
            z-index: 999;
        }

            .site-navbar .site-navigation .site-menu .has-children .dropdown {
                display: none !important;
                position: unset !important;
            }

            .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
                display: block !important;
            }

        .site-navigation {
            z-index: 999;
            position: absolute;
            top: 85px;
            left: 0;
            width: 100%;
            background-color: white;
            display: none;
            box-shadow: 0 0px 0px -1px rgba(0,0,0,.0),0 0px 0px 0 rgba(0,0,0,.0),0 1px 10px 0 rgba(0,0,0,.08);
        }

        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before { /*AKB*/
            border-color: rgb(75, 172, 234, 0) !important;
            border-bottom-color: #ffffff !important;
            border-width: 0px !important;
            margin-left: 0px !important;
        }
    }







@media (min-width: 1281px) {

    /* CSS */

}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

    /* CSS */

}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

    /* CSS */

}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    /* CSS */

}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

    /* CSS */

}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

    /* CSS */

}