/* 
    Created on : Mar 1, 2018, 3:19:13 PM
    Author     : Adhi Satya Narayanan <adhi.n>
*/

#mobile-header {
    display: block;
}
#desktop-header {
    display: none;
}




/*******************************
* Does not work properly if "in" is added after "collapse".
* Get free snippets on bootpen.com
*******************************/
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
}

.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
}


.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}

.accordion-toggle {cursor: pointer;}
.accordion-content {display: none;}
.accordion-content.default {display: block;}


/* START : Mobile Navigation Bar */
.nav-heading {
    background-color: #8b8e95;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    letter-spacing: 0px;
    padding: 10px;
    color: #fff;
    border-bottom: 1px solid #a8abaf;
}


.nav-heading .glyphicon {
    color: #fff;
    display: block;
    float: right;
}

.nav-title {
    display: block;
    color: #fff;
    text-decoration: none;
    font-style: normal;
    float: left;
}

.nav-content {
    padding: 0px;
    margin-bottom: 0px;
}

.nav-links  {
    padding: 0px;
    margin: 0px;
}
.nav-links a {
    background: #ccc;
    display: block;
    padding: 10px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 13px;
    border-bottom: 1px solid #fff;
    color: #333;
}

.nav-links a:hover {
    background: #fff;
    color:#8b8e95;
}


.accordion_container {
    display: none;
}

.accordion_head {
    background-color: #8b8e95;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: white;
    cursor: pointer;
    font-size: 15px;
    margin: 0 0 0px 0;
    padding: 15px 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #a8abaf;
}
.accordion_body {
    background: #ccc;
}
.accordion_body p{
    padding: 18px 5px;
    margin: 0px;
}
.plusminus{
    color: #fff;
    float:right;
    font-family: Consolas, Arial, sans-serif;
    font-style: normal;
    font-size: 20px;
}

.bg-menu-dark {
    background:#566767;
    padding: 20px;
}

.top-phone {
    background-color: #ca2027;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 300px;
    height: 50px;
    padding: 20px;
    color: #fff;
}

.top-phone > a {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.phone-text {
    color: #fff;
    text-align: center;
}

.center-text {
    text-align: center; 
}

#nav-icon2 {
    width: 60px;
    height: 70px;
    position: relative;
    margin: 10px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon2 {}

#nav-icon2 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 50%;
    background: #d3531a;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
    top: 0px;
}

#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
    top: 15px;
}

#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
    top: 30px;
}

#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
    left: 5px;
    top: 7px;
}

#nav-icon2.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
}

#nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
    left: 5px;
    top: 29px;
}

#nav-icon2.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 29px;
}

#nav-icon2:after {
    content: "MENU";
    font-weight: bold;
    position: relative;
    top: 45px;
    letter-spacing: 5px;
}



/* END : Mobile Navigation Bar */

/* Extra Small devices (landscape phones, 0px and up) */
@media only screen and (min-width: 0px) {
    .nab-logo {
        position: relative;
        top: 5px;
    }

    .nav-link {
        display: block;
        background: #8b8e95;
        text-transform: uppercase;
        color: #fff;
        border-bottom: 1px solid #a8abaf;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media only screen and (min-width: 576px) {
    #mobile-show, .mobile-show {
        display: block;
    }

    #desktop-show, .desktop-show {
        display: none;
    }
}

/* Large devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) { 
    #mobile-header {
        display: none;
    }

    #mobile-show, .mobile-show {
        display: none;
    }

    #desktop-header {
        display: block;
    }

    #desktop-show, .desktop-show {
        display: block;
    }

    .nav-link {
        color: #9f9a9a;
    }

    .nav-link {
        display: block;
        background: none;
        text-transform: capitalize;
        color: #fff;
        border-bottom: 0px;
    }
}
