body{
    /*padding-left:275px;*/
    background-color:#fff;
    
    /*padding-top:50px;
    line-height: 20px;*/
    padding-top:101px;

    
}

.terms-textbox
{
    overflow-y:auto; 
    height:200px; 
    border:1px solid #ddd; 
    padding:20px;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(221,221,221,1);
-moz-box-shadow: inset 0px 0px 5px 0px rgba(221,221,221,1);
box-shadow: inset 0px 0px 5px 0px rgba(221,221,221,1);
}

.nav-tabs {
    border-bottom: 1px solid #6bad4e;
}

.nav-tabs>li>a:hover {
    border-color: #fff #fff #6bad4e;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #000;
    cursor: default;
    background-color: #fff;
    border: 1px solid #6bad4e;
    border-bottom-color: transparent;
}


a{
    color:#6cac4e;
    text-decoration: none;
}

a:hover {
    color:#6cac4e;
    text-decoration: none;
}

a:hover, a:focus, a:active, a:visited{
    text-decoration: none;
    outline: none;
    
}

a.red{
    color:#f44336;
    text-decoration: none;
}

a.red:hover {
    color:#d32f2f;
    text-decoration: none;
}

a.white{
    color:#fff;
    text-decoration: none
}

a.white:hover{
    color:#fff;
    text-decoration: none
}

a.white:hover, a.red:hover, a.red:focus, a.red:active, a.red:visited{
    text-decoration: none;
    outline: none;
    
}

label{
    font-weight:normal;
}

span.nav-counter{
    /*position:absolute;
    top:0;
    border:1px solid #fff;
    background-color:#6cac4e;
    color:#fff;
    display: block;
    padding: 2px 4px;
    font-size:10px;
    line-height: 14px; 
    border-radius: 24px;*/

    position:absolute;
    top:9px;
    right:6px;

    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    line-height: 16px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
   
    border-radius: 8px;
    min-width:17px;
    height:17px;

    border:1px solid #fff;
    background-color:#6cac4e;
    color:#fff;
}

.cookiesMsgWrapper
{
    position:fixed;
    bottom:0px;
    left:0px;
    right:0px;
    /*width:375px;*/
    /*border-top:1px solid #000;*/
    /*border-radius: 5px;*/
    padding:20px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.85);
    z-index: 9999;
}

.rvfs-1 p, .rvfs-1 li{ font-size: 70% }
.rvfs-2 p, .rvfs-2 li{ font-size: 80% }
.rvfs-3 p, .rvfs-3 li{ font-size: 90% }
.rvfs-4 p, .rvfs-4 li{ font-size: 100% }
.rvfs-5 p, .rvfs-5 li{ font-size: 110% }
.rvfs-6 p, .rvfs-6 li{ font-size: 120% }
.rvfs-7 p, .rvfs-7 li{ font-size: 130% }
.rvfs-8 p, .rvfs-8 li{ font-size: 140% }
.rvfs-9 p, .rvfs-9 li{ font-size: 150% }


#fontSizeControl
{

    position:fixed;
    bottom:50%;
    right:10px;
    /*padding:10px;*/
    /*border:1px solid #000;*/
    /*color:##fff;*/
    /*background-color:#000;*/
    color:#fff;
    z-index:99999;
}

#fontSizeControl .control
{
    padding:10px;
    
    text-align: center;
    background-color:#000;
    cursor:pointer;
}

#fontSizeControl .control:hover
{
    color:#333;
}

#fontSizeControl .control.up
{
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#fontSizeControl .control.down
{
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.form-control:focus {
    outline: none;
    border-color: #6cac4e;
    /*box-shadow: 0 0 0 2px #c9e0be;*/
}

.btn
{
    border-radius: 0;
}

.form-control
{
    border-radius: 0;
    /*border: 2px solid #ccc;*/
}


.form-control.round{
    border-radius: 4px;
}

.page-header{
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 30px;
    background-blend-mode: overlay;
    /* color: #fff; */
    padding-top: 40px;
    min-height: 159px;
}

.page-header.bg{
    background-repeat: no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
    background-blend-mode: overlay;
    /*background-color: #448aff;*/
    background-image: url(../img/page-header-bg.jpg);
}

.page-header.bg-2{
    background-repeat: no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
    background-blend-mode: overlay;
    /*background-color: #448aff;*/
    background-image: url(../img/page-header-bg-2.jpg);
}

.navbar-default {
    /*box-shadow: 0 1px 6px rgba(0,0,0,0.35);
    background-color: #fff;*/
    /*background-color: #d32f2f;
    border-color: #e7e7e7;*/
    min-height: 100px;
}

/*
* navbar
*/
    .navbar-default .navbar-brand {
        /*color: #ffc107;*/
    }

    .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
        /*color: #ffc107;
        background-color: transparent;*/
    }

    .navbar-default .navbar-nav>li>a {
        color: #000;
        font-weight:bold;
    }

    .navbar-default{
        /*background-color: #f44336;
        border-bottom:1px solid #d32f2f;*/
    }

    .navbar-default .navbar-nav>li>a {
        /*color: #fff;*/
    }

    .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
        /*color: #fff;
        background-color: #d32f2f;*/
    }

    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
        /*color: #fff;
        background-color: #d32f2f;*/
    }

    .navbar-default .navbar-brand {
        /*color: #fff;*/
    }

    .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
        /*color: #fff;
        background-color: transparent;*/
    }

    .navbar-default .navbar-toggle {
        /*border-color:#fff;
        background-color:#fff;*/
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        /*background-color: #fff;*/
    }


    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
        color: #000;
        background-color: #f8f8f8;
    }

    /*
    * footer
    */
    .footer{
        background-color: #171717;
        color: #9a9a9a;
    }

    .footer hr{
        border-top: 1px solid #e6e6e6;
        border-bottom:none;
        border-top-color: #3e3e3e;
    }

    .footer .footer-bottom{
        background-color: #121212;
    }





.nav-list-sidebar > ul.nav-list{
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

.nav-list-sidebar > ul.nav-list > li{
        display: block;
    }

.nav-list-sidebar > ul.nav-list > li > a{
        border-left:2px solid transparent;
        display:block;
        padding-left:8px;
        padding-right: 10px;
        padding-top:5px;
        padding-bottom: 5px;
        /*color:#fff;*/
    }
.nav-list-sidebar > ul.nav-list > li.active{
        /*background-color:#448aff;*/
    }

.nav-list-sidebar > ul.nav-list > li.active > a, ul.nav-list > li > a:hover{
        border-left:2px solid #448aff;
    }


.coupon{
    border:2px dashed #ddd;
    -moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

.coupon .coupon-body{
    padding:20px;
}



@media (max-width: 768px) {
    body,blockquote{
        font-size: 16px;
    }


}