﻿*:not(ul):not(ol) {
    outline: 0;
    padding: 0;
    margin: 0;
}

/* Slider Nav */
*[data-role=navbarslider] > div:not(.an-control-controllers) {
    width: 100%;
    overflow-y: hidden;
}

    *[data-role=navbarslider] > div:not(.an-control-controllers)::-webkit-scrollbar {
        width: 0 !important;
        height: 3px !important;
    }

    *[data-role=navbarslider] > div:not(.an-control-controllers)::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
    }

    *[data-role=navbarslider] > div:not(.an-control-controllers)::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }

    *[data-role=navbarslider] > div:not(.an-control-controllers) ul {
        margin: 0px;
        padding: 0px;
        white-space: nowrap;
    }

        *[data-role=navbarslider] > div:not(.an-control-controllers) ul li {
            position: relative;
            font-size: 13px;
            display: inline-block;
            margin-left: 0;
            margin-right: 0;
            padding: 0;
            list-style: none;
            margin-right: -5px;
        }

*[data-role=navbarslider] > div.slider-x1 ul li {
    width: 100%;
}

*[data-role=navbarslider] > div.slider-x2 ul li {
    width: 50%;
}

*[data-role=navbarslider] > div.slider-x3 ul li {
    width: 33.7%;
}

*[data-role=navbarslider] > div.slider-x4 ul li {
    width: 82px;
}


*[data-role=navbarslider] > div ul li a {
    margin: 0px;
    padding: .3em 0em .1em;
    background-color: inherit; /*{a-bhover-background-color}*/
    border-color: #ddd /*{a-bhover-border}*/;
    color: #333 /*{a-bhover-color}*/;
    text-shadow: 0 /*{a-bhover-shadow-x}*/ 1px /*{a-bhover-shadow-y}*/ 0 /*{a-bhover-shadow-radius}*/ #f3f3f3 /*{a-bhover-shadow-color}*/;
}

*[data-role=footer] *[data-role=navbarslider] > div ul li a,
*[data-role=header] *[data-role=navbarslider] > div ul li a {
    width: 100% !important;
    border: none !important;
}

*[data-role=navbarslider] > div ul li a p {
    line-height: inherit;
    margin: 10px 0px;
}

*[data-role=navbarslider] > div ul li a span + p {
    line-height: 0;
    margin: 5px 0px 10px !important;
}

/*Moda; css*/

.modal {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 10;
}

.modal-dialog {
    margin: 0 auto;
    width: 100%;
    background-color: #f6f6f6;
    border-color: #ddd;
    color: #333;
    text-shadow: 0 1px 0 #f3f3f3;
}

.modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0 none;
    position: relative;
}

.water-mark {
    color: #aaa;
    font-size: 14px;
}

.modal-header {
    min-height: 24.4286px;
    padding: 5px 5px 0px;
}

.modal-body {
    overflow-y: hidden;
    position: relative;
}

.modal-footer {
    border-top: 1px solid #E5E5E5;
    padding: 15px;
    text-align: right;
}

.modal-header .close {
    margin: 5px;
}

button.close {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    padding: 0;
}

.close {
    color: #000000;
    cursor: pointer;
    float: right;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.6;
    text-shadow: 0 1px 0 #FFFFFF;
}


/* Custom css*/
div[data-role="footer"] {
    font-family: Calibri, "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.ui-header, .ui-footer {
    border-width: 1px 0;
    border-style: solid;
    position: relative;
}

.ui-header-fixed, .ui-footer-fixed {
    left: 0;
    right: 0;
    width: 100%;
    position: fixed;
    border-style: solid;
    border-width: 1px;
    border-color: #e5e5e5;
    border-left: none;
    border-right: none;
}

.ui-footer-fixed {
    bottom: -1px;
    padding-bottom: 1px;
}



*:not(ul):not(ol) {
    outline: 0;
    padding: 0;
    margin: 0;
}



*[data-role=navbarslider] > div:not(.an-control-controllers) ul {
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    background-color: #e5e5e5;
}

    *[data-role=navbarslider] > div:not(.an-control-controllers) ul li {
        position: relative;
        font-size: 13px;
        display: inline-block;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        list-style: none;
        margin-right: -2px;
        background-color: #e5e5e5;
    }

*[data-role=navbarslider] > div.slider-x4 ul li {
    width: 82px;
}

*[data-role=navbarslider] > div.slider-x4.ios_ss_override ul li {
    width: 260px;
}


*[data-role=footer] *[data-role=navbarslider] > div ul li a, *[data-role=header] *[data-role=navbarslider] > div ul li a {
    width: 100% !important;
}

.ui-header .ui-btn, .ui-footer .ui-btn {
    font-size: 12.5px;
    display: inline-block;
    vertical-align: middle;
}

.ui-header .ui-btn, .ui-footer .ui-btn {
    font-size: 12.5px;
    display: inline-block;
    vertical-align: middle;
}

    .ui-header .ui-btn, .ui-footer .ui-btn.ios_ss_override {
        font-size: 25px;
        height: 137px;
    }

*[data-role=navbarslider] > div ul li a {
    margin: 0px;
    padding: .3em 0em .0em;
    background-color: inherit;
    border-color: #ccc /*{a-bhover-border}*/;
    color: #333 /*{a-bhover-color}*/;
    text-shadow: 0 /*{a-bhover-shadow-x}*/ 1px /*{a-bhover-shadow-y}*/ 0 /*{a-bhover-shadow-radius}*/ #f3f3f3 /*{a-bhover-shadow-color}*/;
}

.ui-btn {
    text-decoration: none !important;
}

.ui-btn, label.ui-btn {
    font-weight: bold;
    border-width: 1px;
    border-style: solid;
}

.ui-btn {
    font-size: 16px;
    margin: .5em 0;
    padding: .7em 1em;
    display: block;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.glyphicon {
    font-size: 22px !important;
    line-height: 30px;
}

.fa {
    font-size: 22px !important;
    line-height: 30px;
}

    .fa.ios_ss_override {
        font-size: 100px !important;
    }

.ui-btn * {
    text-shadow: none;
    font-weight: 400;
}

ul li:first-child a {
    border-left: none;
}

ul li:last-child a {
    border-right: none;
}

body, html {
    margin: 0 !important;
    padding: 0 !important;
}

a[data-count]:after {
    content: attr(data-count);
    position: absolute;
    top: 1%;
    left: 25%;
    border: 1px solid #FFF;
    border-radius: 10px;
    background-color: #ff6a00;
    color: #fff;
    padding: 0px 4px;
    font-weight: 100 !important;
    text-shadow: none;
    font-size: 11px;
    -webkit-box-shadow: 4px 3px 5px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 3px 5px -3px rgba(0,0,0,0.75);
    box-shadow: 4px 3px 5px -3px rgba(0,0,0,0.75);
}

.footer-left {
    margin: 0;
    margin-top: 75px;
    padding: 0;
}

    .footer-left .footer-nav ul {
        margin: 0;
        padding: 0;
    }

        .footer-left .footer-nav ul li {
            list-style: none;
            border-bottom: 1px solid #fff;
        }

            .footer-left .footer-nav ul li a {
                text-align: left;
                border: none !important;
                padding: 5px 10px;
            }

                .footer-left .footer-nav ul li a span {
                    float: left;
                    display: block;
                    min-width: 40px;
                }

.footer-icon-holder {
    padding: 10px;
    border-bottom: 1px solid #fff;
    position: fixed;
    z-index : 2;
    width: 100%;
    top: 0;
}

    .footer-icon-holder img {
        width: 50px;
        margin-right: 15px;
    }

    .footer-icon-holder span {
        font-size: 18px;
        font-weight: bold;
    }
