﻿@charset "utf-8";
/* CSS Document */
.quicknav {
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
    font-weight: bold;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 99999;
}

.im-model img {
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.topshad {
    position: relative;
    top: -9px;
    left: 0;
    right: 0;
    background: url(../images/topshad.png) bottom center no-repeat;
    height: 9px;
    display: block;
}


.quicknav br {
    display: block;
}

.quicknav img {
    display: block;
    margin: 0 auto 5px auto;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    /*display:inline-block;
	margin-bottom: 5px;
	text-align:center;*/
    /*position: absolute;
    top: 0; bottom:0; left: 0; right:0;*/
}

.quicknav img:hover {
    border: none;
}

.quicknav ul {
    display: block;
    clear: left;
    float: left;
    list-style: none;
    margin: 0 auto 10px auto;
    padding: 0;
    position: relative;
    left: 50%;
    text-align: center;
    width: auto;
}

.quicknav ul li {
    display: block;
    float: left;
    list-style: none;
    margin: 0 15px;
    padding: 0;
    position: relative;
    right: 50%;
    text-align: center;
    width: 67px;
    border: 0;
}


/*.quicknav ul li a*/
.quicknav a {
    display: block;
    margin: 0;
    padding: 0;
    color: #000;
    text-decoration: none;
    line-height: 1.3em;
    text-align: center;
    width: 67px;
}

.quicknav a:visited, .quicknav a:active {
    color: #000;
}

/*.quicknav ul li a:hover*/
.quicknav a:hover {
    color: rgb(229,38,35);
}

.quicknav a#pull {
    display: none;
}


@media only screen and (max-width: 949px) {
    .quicknav {
        width: 100%;
        margin: 0 auto;
    }

    .topshad {
        diplay: block;
    }
}


@media only screen and (max-width: 768px) {
    .quicknav {
        height: auto;
        max-height: 430px;
        width: 100%;
        font-size: 16px;
        display: block;
        position: fixed;
        margin-bottom: 0;
        margin-right: auto;
        margin-left: auto;
        border: none;
        z-index: 9999999;
        background-color: #fff;
        padding: 10px 0 10px 0;
        bottom: 0;
        overflow-y: auto;
        -webkit-box-shadow: 0px -2px 10px 0px rgba(50, 50, 50, 0.5);
        -moz-box-shadow: 0px -2px 10px 0px rgba(50, 50, 50, 0.5);
        box-shadow: 0px -2px 10px 0px rgba(50, 50, 50, 0.5);
    }

    .im-model {
        bottom: 68px !important;
        z-index: 999999 !important;
    }

    .im-model img {
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }

    .topshad {
        display: none;
    }

    .quicknav ul {
        display: none;
        padding: 0;
        margin: 0 auto;
        /*height:auto;
	height:300px;*/
        /*width: 96%;*/
        width: 92%;
        list-style: none;
        /*position: fixed;
	bottom:0;*/
        left: 0;
        right: 0;
        clear: none;
        float: none;
        text-align: right;
    }



    .quicknav img {
        display: block;
        margin: 0 auto 5px auto;
        /*display:inline-block;
	margin-bottom: 5px;
	text-align:center;*/
        /*position: absolute;
    top: 0; bottom:0; left: 0; right:0;*/
        width: 48px;
        height: 48px;
    }



    .quicknav li
    /*.quicknav ul li*/ {
        display: block;
        width: 100%;
        float: none;
        position: static;
        background-color: rgb(229,38,35);
    }

    .quicknav li a {
    }

    .quicknav ul li {
        position: static;
        margin: 0;
        right: 0;
        display: block;
        float: none;
        width: auto;
        border-top: 1px solid #f08970;
    }

    .quicknav ul li a {
        text-align: left;
    }

    .quicknav a
    /*,.quicknav ul li a*/ {
        display: block;
        width: 100%;
        padding: 0;
        text-align: left;
        text-decoration: none;
        line-height: 50px;
        color: #fff;
    }

    .quicknav a:hover {
        color: #fff;
    }

    .quicknav ul li a:hover {
        color: #fff;
    }

    .quicknav a:visited, .quicknav a:active {
        color: #fff;
    }

    .quicknav ul li:last-child {
        -webkit-border-bottom-right-radius: 9px;
        -moz-border-radius-bottomright: 9px;
        border-bottom-right-radius: 9px;
        -webkit-border-bottom-left-radius: 9px;
        -moz-border-radius-bottomleft: 9px;
        border-bottom-left-radius: 9px;
    }

    .quicknav a#pull {
        display: block;
        width: 78%;
        margin: 0 auto;
        position: relative;
        padding: 10px 7%;
        line-height: 2em;
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
        background-color: rgb(229,38,35);
        text-decoration: none;
    }

    .quicknav a#pull.pborder {
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0;
    }

    .quicknav a#pull:after {
        content: "";
        background: url(../images/nav-icon.png) no-repeat;
        width: 24px;
        height: 17px;
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 16px;
    }
}




.form-group {
    margin-bottom: 15px;
}


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

.text-left {
    text-align: left;
}


.col-md-6 {
    width: 45%;
}

@media (max-width: 992px) {

    .col-xs-12 {
        width: 94%;
    }
}

.customdropdown {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .quicknav img {
        margin: 0% 1% 0 3%;
        float: left;
    }
}

@media only screen and (max-width: 320px) {
    .quicknav li a span[data-length='28'] {
        line-height: 25px;
    }
}


@media only screen and (max-height: 480px) {
    .quicknav {
        height: auto;
        max-height: 60%;
    }
}


