﻿body {
    font-family: 'Open Sans',sans-serif, serif,'Libre Baskerville';
}

    body a {
        color: #000;
        text-decoration: none;
        outline: none;
    }

        body a:hover,
        body a:focus,
        body a:active {
            text-decoration: none;
            outline: none;
            color: #A6A6A6;
        }

#div_container {
    padding: 25px 15px 10px 15px;
}

#div_full {
    background-color: #000;
    padding-top: 30px;
    padding-bottom: 5px;
}

@media (max-width:998px) {
    #div_container {
        padding: 20px 15px 10px 15px;
    }

    #div_full {
        padding-top: 20px;
    }
}
/*#div_OuterContainer {
  margin-right: auto;
  margin-left: auto;
  background-color:#fff;
}
@media (min-width: 768px) {
  #div_OuterContainer {
    width: 768px;
  }
}
@media (min-width: 992px) {
  #div_OuterContainer {
    width: 992px;
  }
}
@media (min-width: 1200px) {
  #div_OuterContainer {
    width: 1200px;
  }
}*/
.topspace {
    margin-top: 15px;
}

.modal-content {
    border-radius: 0;
}
/* Remove outline for image on locations page */
img[usemap], map area {
    outline: none;
}
/*important : to prevent background scrolling on mobile devices (iphone etc)*/
@media(max-width:770px) {
    .modal-open {
        position: fixed;
    }
}

.img-responsive {
    margin: 0 auto;
}

a .fa {
    color: #000;
    font-size: 1.5em;
}

.fa-heart-o:hover:before {
    font-size: 1em;
    content: "\f004";
    text-decoration: none;
}

.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 {
    margin-top: 15px;
}

.content-wrapper {
    margin-top: 0;
}

.blackline {
    border-top: 1px solid #555;
    margin-top: 15px;
    margin-bottom: 15px;
}

select.form-control {
    padding: 0 12px;
    border: 2px solid #1f1f1f;
    border-radius: 0;
}

    select.form-control:focus {
        border-color: #1f1f1f;
    }

.heading1 {
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
    font-size: 20px;
    padding-top: 10px;
    margin-bottom: 10px;
}

.heading2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.bottom-border {
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

.panel-heading {
    cursor: pointer;
    padding-bottom: 5px;
    font-weight: 500;
    font-size: 16px;
}

.panel-border {
    border-bottom: 1px solid #000;
}

.panel-group .panel-border .panel-collapse {
    border-top: 1px solid #000;
    padding: 10px;
}

@media (max-width:780px) {
    .img-width {
        width: 100%;
    }
}

.form-control {
    height: 40px;
    padding: 10px 12px;
}

.form-control-feedback {
    padding-top: 3px;
}
/**************************** START - Style Placeholders ********************************/
.form-control::-webkit-input-placeholder { /* Chrome, Safari */
    font-size: 15px;
    font-style: italic;
    color: #999;
}

.form-control:-moz-placeholder { /* Firefox 18- */
    font-size: 15px;
    font-style: italic;
    color: #999;
}

.form-control::-moz-placeholder { /* Firefox 19+ */
    font-size: 15px;
    font-style: italic;
    opacity: 1;
    color: #999;
}

.form-control:-ms-input-placeholder { /* Internet Explorer */
    font-size: 15px;
    font-style: italic;
    color: #999;
}
/**************************** FINISH - Style Placeholders ********************************/
/**************************** START - This css is to manipulate the vertical and horizontal menu on tablets for portrait mode ********************************/
@media (max-width: 997px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (max-width:998px) {
    .hidden-xs.hidden-sm {
        display: none !important;
    }
}

@media (max-width: 997px) {
    .visible-xs {
        display: block !important;
    }
}

@media (max-width: 997px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }
}

@media (max-width:997px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover,
            .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}
/**************************** FINISH - This css is to manipulate the vertical and horizontal menu on tablets for portrait mode ********************************/
/************************ FINISH - Style breadcrumb ***********************/
a.blogbreadcrumb {
    font-size: 13px;
    text-transform: uppercase;
    color: grey;
}

    a.blogbreadcrumb:hover,
    a.blogbreadcrumb:focus {
        color: #A6A6A6;
    }
/************************ FINISH - Style breadcrumb ***********************/
/************************* START - Style the buttons ***********************/
.btn-grey {
    background-color: #E9E9E9;
    color: #000;
    text-align: center;
    padding: 10px;
    font-size: 15px;
    width: 100%;
    border: none;
    border-radius: 4px;
    outline: none;
}

.btn-yellow {
    background-color: #FFDD00;
    color: #000;
    text-align: center;
    padding: 13px;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    border: none;
    outline: none;
}

.btn-black {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 13px;
    font-size: 18px;
    width: 100%;
    border: none;
    outline: none;
}

    .btn-black:hover,
    .btn-black:focus,
    .btn-black:active {
        background-color: #fff;
        color: #000;
        border: 2px solid #000;
        padding: 11px;
    }

.btn-white {
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
    text-align: center;
    padding: 12px;
    font-size: 18px;
    width: 100%;
    outline: none;
    display: block;
}

    .btn-white:hover,
    .btn-white:focus,
    .btn-white:active {
        background-color: #000;
        color: #fff;
    }

.btn-yellow.disabled,
.btn-yellow:focus,
.btn-yellow:hover {
    opacity: 0.7;
}

@media (max-width:350px) {
    .btn-black {
        font-size: 14px;
    }

    .btn-white {
        font-size: 14px;
    }

    .btn-yellow {
        font-size: 14px;
    }

    .btn-grey {
        font-size: 14px;
    }
}
/************************ FINISH - Style the buttons ***********************/
/****************************** START - Style the USP's ******************************/
#div_usp {
    background-color: #e9e9e9;
    padding-bottom: 11px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

    #div_usp a, #div_usp .fa {
        color: #000;
        text-decoration: none;
    }

#div_usp_truck {
    text-align: left;
}

#div_usp_cap {
    text-align: center;
}

#div_usp_certificate {
    text-align: right;
}

@media(max-width:767px) {
    #div_usp_truck {
        text-align: center;
        padding-right: 0;
    }

    #div_usp_certificate,
    #div_usp_certificate .fa {
        display: none;
    }
}

@media(max-width:350px) {
    #div_usp a {
        font-size: 12px;
    }

    #div_usp .fa {
        font-size: 1.5em;
    }
}

#div_usp_WT {
    background-color: #F39C12;
    color: #fff;
    padding-bottom: 10px;
}
/****************************** END - Style the USP's ******************************/
/************************** START - Style the header links ******************************/
/* To style the header links on large and medium screens*/
#div_header a {
    text-decoration: none;
    color: #caad59;
    font-family: 'Open Sans', sans-serif;
    outline: none;
    cursor: pointer !important;
}

    #div_header a .fa {
        color: #caad59;
    }

#ctl00_uc_blog_header_headerlinks_L span,
#ctl00_uc_blog_header_headerlinks_L_In span {
    font-size: 16px;
}
/* To style the header links on large and medium screens for guest user */
#ctl00_uc_blog_header_headerlinks_L ul li {
    width: 17.5%;
    padding: 0;
    text-align: center;
    vertical-align: bottom;
}

    #ctl00_uc_blog_header_headerlinks_L ul li:nth-child(1) {
        width: 22%;
        text-align: left;
        padding-left: 4px;
    }

    #ctl00_uc_blog_header_headerlinks_L ul li:nth-child(2) {
        width: 15%;
    }

    #ctl00_uc_blog_header_headerlinks_L ul li:nth-child(4) {
        width: 26.7%;
    }

    #ctl00_uc_blog_header_headerlinks_L ul li:last-child {
        text-align: right;
    }

@media (min-width:998px) and (max-width:1199px) {
    #ctl00_uc_blog_header_headerlinks_L ul li:nth-child(4) {
        width: 26.4%;
    }
}
/* To style the header links on large and medium screens when customer is logged in */
#ctl00_uc_blog_header_headerlinks_L_In .fa-sign-out,
#ctl00_uc_blog_header_a_sm_logout .fa-sign-out {
    vertical-align: bottom;
}

#ctl00_uc_blog_header_headerlinks_L_In ul li {
    width: 14%;
    padding: 0;
    text-align: center;
    vertical-align: bottom;
}

    #ctl00_uc_blog_header_headerlinks_L_In ul li:first-child {
        width: 18%;
        text-align: left;
        padding-left: 4px;
    }

    #ctl00_uc_blog_header_headerlinks_L_In ul li:nth-child(4) {
        width: 22%;
    }

        #ctl00_uc_blog_header_headerlinks_L_In ul li:nth-child(5) {
        width: 19%;
        text-align: center;
    }

    #ctl00_uc_blog_header_headerlinks_L_In ul li:last-child {
        width: 11.3%;
        text-align: right;
    }

@media (min-width:998px) and (max-width:1200px) {

    #ctl00_uc_blog_header_headerlinks_L_In ul li:nth-child(4) {
        width: 21.5%;
    }
}
/*To style the header links on tablets and mobile screens for both guest users and logged in users*/
#ctl00_uc_blog_header_headerlinks_S {
    width: 100%;
}

    #ctl00_uc_blog_header_headerlinks_S .fa {
        vertical-align: bottom;
    }

    #ctl00_uc_blog_header_headerlinks_S li {
        width: 21%;
        text-align: right;
        vertical-align: bottom;
    }

        #ctl00_uc_blog_header_headerlinks_S li:first-child {
            width: 29%;
            text-align: right;
        }


@media (min-width:706px) and (max-width:768px) {

    #ctl00_uc_blog_header_headerlinks_S li {
        width: 21%;
    }

        #ctl00_uc_blog_header_headerlinks_S li:first-child {
            width: 31%;
            text-align: right;
        }
}

@media (min-width:573px) and (max-width:705px) {

    #ctl00_uc_blog_header_headerlinks_S li {
        width: 20.5%;
    }

        #ctl00_uc_blog_header_headerlinks_S li:first-child {
            width: 31%;
            text-align: right;
        }
}

@media (min-width:534px) and (max-width:572px) {

    #ctl00_uc_blog_header_headerlinks_S li {
        width: 19.5%;
    }

        #ctl00_uc_blog_header_headerlinks_S li:first-child {
            width: 33%;
            text-align: right;
        }
}

@media (min-width:484px) and (max-width:534px) {

    #ctl00_uc_blog_header_headerlinks_S li {
        width: 17%;
    }

        #ctl00_uc_blog_header_headerlinks_S li:first-child {
            width: 40%;
            text-align: right;
        }
}

@media (min-width:440px) and (max-width:483px) {

    #ctl00_uc_blog_header_headerlinks_S li {
        width: 16%;
    }

        #ctl00_uc_blog_header_headerlinks_S li:first-child {
            width: 42%;
            text-align: right;
        }
}

@media (min-width:404px) and (max-width:439px) {

    #ctl00_uc_blog_header_headerlinks_S li {
        width: 14%;
    }

        #ctl00_uc_blog_header_headerlinks_S li:first-child {
            width: 47%;
            text-align: right;
        }
}

@media (min-width:350px) and (max-width:403px) {

    #ctl00_uc_blog_header_headerlinks_S li {
        width: 14%;
    }

        #ctl00_uc_blog_header_headerlinks_S li:first-child {
            width: 45%;
            text-align: right;
        }
}

@media (min-width:307px) and (max-width:350px) {

    #ctl00_uc_blog_header_headerlinks_S li {
        width: 13%;
    }

        #ctl00_uc_blog_header_headerlinks_S li:first-child {
            width: 46%;
            text-align: right;
        }

    #ctl00_uc_blog_header_a_sm_logo img {
        width: 98%;
    }
}

@media (min-width:291px) and (max-width:306px) {

    #ctl00_uc_blog_header_headerlinks_S li {
        width: 12%;
    }

        #ctl00_uc_blog_header_headerlinks_S li:first-child {
            width: 48%;
            text-align: right;
        }

    #ctl00_uc_blog_header_a_sm_logo img {
        width: 98%;
    }
}

@media (max-width:290px) {

    #ctl00_uc_blog_header_headerlinks_S li {
        width: 12%;
    }

        #ctl00_uc_blog_header_headerlinks_S li:first-child {
            width: 46%;
            text-align: right;
        }

    #ctl00_uc_blog_header_a_sm_logo img {
        width: 98%;
    }
}

/* To style the popover for phonenumber */
.popover-content {
    font-size: 16px;
    font-weight: bold;
}

@media(max-width:400px) {
    .popover-content {
        font-size: 14px;
    }
}
/*To style the button for Menu on smaller screens*/
@media (max-width:768px) {
    #btn_header {
        padding-left: 12px;
        padding-right: 15px;
    }
}

#btn_header .navbar-toggle {
    margin: 0;
    padding: 0;
    border-radius: 0;
    padding-top: 5px;
}

@media (max-width:565px) {
    #btn_header .navbar-toggle {
        padding-top: 4px;
    }
}

#btn_header .navbar-toggle .icon-bar {
    background-color: #caad59;
    height: 4px;
}
/*To style the search box on large and medium screens*/
.form-search {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.navbar-form .has-feedback .form-search {
    top: 0;
}

.searchbox {
    background-color: #caad59;
    border-radius: 2px;
    color: #fff;
    display: block;
    padding: 4px;
    width: 100%;
    font-style: italic;
    border: 1px solid #000;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .searchbox:focus {
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

    .searchbox::-webkit-input-placeholder { /* Chrome, Safari */
        color: #1f1f1f;
    }

    .searchbox:-moz-placeholder { /* Firefox 18- */
        color: #1f1f1f;
    }

    .searchbox::-moz-placeholder { /* Firefox 19+ */
        color: #1f1f1f;
        opacity: 1;
    }

    .searchbox:-ms-input-placeholder { /* Internet Explorer */
        color: #1f1f1f;
    }
/*Style the search icon on large and medium screens*/
#ctl00_uc_blog_header_div_searchbox,
#ctl00_uc_blog_header_div_searchbox_In {
    position: relative;
}

    #ctl00_uc_blog_header_div_searchbox .search_icon,
    #ctl00_uc_blog_header_div_searchbox_In .search_icon {
        color: #1f1f1f;
        font-size: 1.4em;
        pointer-events: all;
    }
/*To style the search box on small screens*/
#ctl00_uc_blog_header_div_sm_search {
    display: none;
    position: relative;
}

@media(min-width:998px) {
    #ctl00_uc_blog_header_div_sm_search {
        display: none !important;
    }
}

#ctl00_uc_blog_header_div_sm_search .search_icon,
#ctl00_uc_blog_header_div_sm_search_In .search_icon {
    color: #1f1f1f;
    font-size: 1.6em;
    pointer-events: all;
}
/*Style register button in modal dialog */
#ctl00_uc_blog_header_div_Header_Register {
    padding: 15px;
    border-top: 1px solid #000;
}

    #ctl00_uc_blog_header_div_Header_Register a {
        background-color: #000;
        color: #fff;
        display: block;
        padding: 15px 0;
        text-align: center;
        font-size: 18px;
        width: 100%;
        margin-top: 15px;
        cursor: pointer;
    }
/************************** FINISH - Style the header links ******************************/
/************************** START - Style the login/register modal popup on home page ******************************/
@media (min-width:768px) {
    .modal-login {
        width: 400px;
    }
}

@media (max-width: 350px) {
    .modal-login {
        width: 280px;
    }
}

.modal-login .modal-content {
    padding: 20px;
}

    .modal-login .modal-content h3 {
        padding-left: 15px;
    }

/*#div_btnfacebook {
    border: 2px solid #0844A4;
    padding: 10px;
    margin-top: 10px;
    color: #0844A4;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
}

@media (max-width:350px) {
    #div_btnfacebook {
        font-size: 12px;
    }
}

#div_btnfacebook .fa {
    color: #0844A4;
    font-size: 1.5em;
}*/

#div_rbn_Login {
    padding-top: 20px;
    padding-left: 20px;
}

#a_Login_fgtPwd {
    color: #999;
    font-size: 13px;
}
/************************** FINISH - Style the login/register modal popup on home page ******************************/
/************************** START - Style the Menu links ******************************/
#navbar_header .navbar-nav > li > a {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    padding: 0 19px;
    font-weight: bold;
}

@media (max-width:1200px) {
    #navbar_header .navbar-nav > li > a {
        padding: 0 5px;
    }
}
/*To style the Menu on medium and larger screens*/
@media (min-width:998px) {
    .navbar {
        min-height: 25px;
        margin-bottom: 0;
        margin-top: 30px;
        border-top: 1px solid #caad59;
    }

    .navbar-nav {
        margin: 2.5px 0;
        width: 100%;
    }

    .navbar-collapse {
        padding: 0;
    }

    #navbar_header .navbar-nav > li {
        margin-top: 5px;
        padding-bottom: 3px;
        width: 12.5%;
        text-align: center;
    }

        #navbar_header .navbar-nav > li:nth-child(2) a {
            text-align: left;
            padding-left: 0;
        }

        #navbar_header .navbar-nav > li:nth-child(5) {
            width: 13.5%;
        }

        #navbar_header .navbar-nav > li:nth-child(9) {
            width: 11.5%;
        }

            #navbar_header .navbar-nav > li:nth-child(9) a {
                padding-right: 0;
                text-align: right;
            }

        #navbar_header .navbar-nav > li > a:hover,
        #navbar_header .navbar-nav > li > a:active,
        #navbar_header .navbar-nav > li > a:focus {
            background-color: transparent;
            color: #DFCE9B;
        }
    /*To display sub menu on hovering the main menu*/
    ul.nav li.dropdown:hover > ul.dropdown-menu,
    ul.nav li.dropdown:focus > ul.dropdown-menu,
    ul.nav li.dropdown:active > ul.dropdown-menu {
        display: block;
        min-width: 190px;
    }
}

@media (min-width:1201px) {

    ul.nav li.dropdown:nth-child(3) > ul.dropdown-menu {
        margin-left: 42px;
    }

    ul.nav li.dropdown:nth-child(4) > ul.dropdown-menu {
        margin-left: 44px;
    }

    ul.nav li.dropdown:nth-child(5) > ul.dropdown-menu {
        margin-left: 31px;
    }

    ul.nav li.dropdown:nth-child(6) > ul.dropdown-menu,
    ul.nav li.dropdown:nth-child(8) > ul.dropdown-menu {
        margin-left: 34px;
    }
}

@media (min-width:997px) and (max-width:1200px) {

    ul.nav li.dropdown:nth-child(3) > ul.dropdown-menu {
        margin-left: 30px;
    }

    ul.nav li.dropdown:nth-child(4) > ul.dropdown-menu {
        margin-left: 32px;
    }

    ul.nav li.dropdown:nth-child(5) > ul.dropdown-menu {
        margin-left: 18px;
    }

    ul.nav li.dropdown:nth-child(6) > ul.dropdown-menu,
    ul.nav li.dropdown:nth-child(8) > ul.dropdown-menu {
        margin-left: 21px;
    }
}
/*To style the Menu on tablet and mobile screens*/
@media (max-width:997px) {
    #div_header .navbar {
        border-radius: 0;
        min-height: 25px;
        margin-bottom: 8px;
    }

    #navbar_header .navbar-nav > li > a {
        padding: 12px 15px;
    }

        #navbar_header .navbar-nav > li > a:hover,
        #navbar_header .navbar-nav > li > a:focus,
        #navbar_header .navbar-nav > li > a:active {
            background-color: #000;
            color: #fff;
        }

            #navbar_header .navbar-nav > li > a:hover > .fa,
            #navbar_header .navbar-nav > li > a:focus > .fa,
            #navbar_header .navbar-nav > li > a:active > .fa {
                color: #fff;
            }

    #navbar_header {
        border-top: 1px solid black;
    }
}
/* To style the dropdown menu's*/

.dropdown-menu {
    background-color: #000;
}

    .dropdown-menu > li > a {
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        padding: 8px 6px;
    }

    .dropdown-menu > li {
        border-bottom: 1px solid #caad59;
        margin: 0 18px;
    }

        .dropdown-menu > li:hover,
        .dropdown-menu > li:focus,
        .dropdown-menu > li:active {
            margin: -3px 0 0 0;
        }

        .dropdown-menu > li:last-child {
            border-bottom: none;
        }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus,
        .dropdown-menu > li > a:active {
            background-color: #caad59;
            background-image: none;
            color: #000 !important;
            padding-left: 25px;
        }
/************************** END - Style the Menu links ******************************/
/******************* START - Style the list products *********************/
.innerdiv {
    border-top: 1px solid #000;
    padding: 10px 0;
}

.a-Product:hover,
.a-Product:focus,
.a-Product:active {
    color: #000;
    opacity: 0.6;
}

.lbl_PrdName {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    font-family: 'Libre Baskerville', serif;
    margin-top: 15px;
}

.lbl_PrdPrice {
    font-style: italic;
    font-size: 16px;
    text-align: center;
    font-family: 'Libre Baskerville', serif;
}

@media (max-width:768px) {
    .lbl_PrdName {
        font-size: 14px;
    }

    .lbl_PrdPrice {
        font-size: 14px;
    }
}

.lbldiscount {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    font-style: italic;
    font-family: 'Open Sans';
    color: #FF0000;
    text-transform: uppercase;
}

/* To Add Styling To The pagination in Listproduct Usercontrol(Category Pages) */
a.a-Product:hover,
a.a-Product:focus,
a.a-Product:active {
    color: #5c5c5c;
}

#ctl00_cphBody_ctl01_ddl_Type,
#ctl00_cphBody_ctl01_ddl_Price,
#ctl00_cphBody_ctl01_ddl_Colour,
#ctl00_cphBody_ctl01_ddl_Occasions {
    text-transform: capitalize;
    max-width: 80%;
}

#ctl00_cphBody_ctl01_btn_lg_refine,
#div_CP_refinetext {
    max-width: 80%;
}

#div_Top_ViewAll,
#div_Bottom_ViewAll {
    padding-top: 12px;
    text-align: center;
}

    #div_Top_ViewAll a,
    #div_Bottom_ViewAll a {
        text-decoration: underline;
    }

.lvitem {
    float: left;
    padding: 20px 15px;
    width: 33.33333333%;
}

@media (max-width:1200px) {
    .lvitem {
        width: 50%;
    }
}

@media (min-width:430px) and (max-width:475px) {
    .lvitem {
        max-width: 200px;
        min-height: 330px;
    }
}

@media (min-width:410px) and (max-width:430px) {
    .lvitem {
        max-width: 200px;
        min-height: 320px;
    }
}

@media (min-width:380px) and (max-width:410px) {

    .lvitem {
        max-width: 190px;
        min-height: 300px;
    }
}

@media (min-width:370px) and (max-width:380px) {

    .lvitem {
        max-width: 200px;
        min-height: 300px;
    }
}

@media (min-width:350px) and (max-width:370px) {

    .lvitem {
        max-width: 180px;
        min-height: 290px;
    }
}

@media (max-width:350px) {
    .lvitem {
        max-width: 180px;
        min-height: 310px;
    }
}

#ctl00_cphBody_ctl01_DP_Top,
#ctl00_cphBody_ctl01_DP_Bottom {
    margin-top: 0;
    float: right;
    margin-right: -15px;
}

    #ctl00_cphBody_ctl01_DP_Top a,
    #ctl00_cphBody_ctl01_DP_Top span,
    #ctl00_cphBody_ctl01_DP_Bottom a,
    #ctl00_cphBody_ctl01_DP_Bottom span {
        position: relative;
        float: left;
        padding: 6px 12px;
        line-height: 1.7;
        text-decoration: none;
        background-color: #ffffff;
        border-top: 2px solid #1f1f1f;
        border-left: 2px solid #1f1f1f;
        border-bottom: 2px solid #1f1f1f;
        color: #000;
    }

@media (min-width:435px) and (max-width:485px) {
    #ctl00_cphBody_ctl01_DP_Top a,
    #ctl00_cphBody_ctl01_DP_Top span,
    #ctl00_cphBody_ctl01_DP_Bottom a,
    #ctl00_cphBody_ctl01_DP_Bottom span {
        padding: 4px 10px;
    }

    #ctl00_cphBody_ctl01_ddl_SortPriceTop,
    #ctl00_cphBody_ctl01_ddl_SortPriceBottom {
        height: 35px;
    }
}

@media (min-width:385px) and (max-width:435px) {
    #ctl00_cphBody_ctl01_DP_Top a,
    #ctl00_cphBody_ctl01_DP_Top span,
    #ctl00_cphBody_ctl01_DP_Bottom a,
    #ctl00_cphBody_ctl01_DP_Bottom span {
        padding: 3px 8px;
    }

    #ctl00_cphBody_ctl01_ddl_SortPriceTop,
    #ctl00_cphBody_ctl01_ddl_SortPriceBottom {
        height: 33px;
    }
}

@media (min-width:340px) and (max-width:385px) {
    #ctl00_cphBody_ctl01_DP_Top a,
    #ctl00_cphBody_ctl01_DP_Top span,
    #ctl00_cphBody_ctl01_DP_Bottom a,
    #ctl00_cphBody_ctl01_DP_Bottom span {
        padding: 2px 6px;
    }

    #ctl00_cphBody_ctl01_ddl_SortPriceTop,
    #ctl00_cphBody_ctl01_ddl_SortPriceBottom {
        height: 31px;
    }
}

@media (max-width:340px) {
    #ctl00_cphBody_ctl01_DP_Top a,
    #ctl00_cphBody_ctl01_DP_Top span,
    #ctl00_cphBody_ctl01_DP_Bottom a,
    #ctl00_cphBody_ctl01_DP_Bottom span {
        padding: 1.5px 5px;
    }

    #ctl00_cphBody_ctl01_ddl_SortPriceTop,
    #ctl00_cphBody_ctl01_ddl_SortPriceBottom {
        height: 31px;
    }
}

#ctl00_cphBody_ctl01_DP_Top a:first-child,
#ctl00_cphBody_ctl01_DP_Bottom a:first-child {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

#ctl00_cphBody_ctl01_DP_Top a:last-child,
#ctl00_cphBody_ctl01_DP_Bottom a:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 2px solid #000;
}

#ctl00_cphBody_ctl01_DP_Top a:hover, #ctl00_cphBody_ctl01_DP_Top a:focus, #ctl00_cphBody_ctl01_DP_Top a:active,
#ctl00_cphBody_ctl01_DP_Top span:hover, #ctl00_cphBody_ctl01_DP_Top span:focus, #ctl00_cphBody_ctl01_DP_Top span:active,
#ctl00_cphBody_ctl01_DP_Bottom a:hover, #ctl00_cphBody_ctl01_DP_Bottom a:focus, #ctl00_cphBody_ctl01_DP_Bottom a:active,
#ctl00_cphBody_ctl01_DP_Bottom span:hover, #ctl00_cphBody_ctl01_DP_Bottom span:focus, #ctl00_cphBody_ctl01_DP_Bottom span:active {
    background-color: #1f1f1f;
    color: #ffffff;
}

#ctl00_cphBody_ctl01_DP_Top span,
#ctl00_cphBody_ctl01_DP_Bottom span {
    background-color: #1f1f1f;
    color: #ffffff;
}
/******************* END - Style the list products *********************/
/******************* START - Style the refine section on large and small screens *********************/
.refine_sm_heading {
    padding: 5px 0;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
}

#btn_small_refine {
    color: #fff;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
    background-color: #000;
    cursor: pointer;
}
/******************* FINISH - Style the refine section on large and small screens *********************/
/******************* START - Style the blog images on home page *********************/
.blog_img {
    position: relative;
}

.blog_overlay {
    position: absolute;
    background-color: #F6F3F1;
    color: #000;
    padding: 6px 10px;
    text-align: center;
    font-size: 16px;
    z-index: 2;
    font-weight: bold;
    top: 0;
    right: 0;
    text-transform: uppercase;
    opacity: 0.7;
}

.img-bloghome {
    width: 100%;
}

@media (min-width:768px) {
    .img-bloghome {
        height: 210px;
    }
}
/******************* FINISH - Style the blog image on home page *********************/
/******************* START - Style the subscription box *********************/

#div_vwoSubscription {
    background-color: #ECEAEC;
    padding: 5px 15px;
}

    #div_vwoSubscription input {
        margin-top: 12px;
    }

    #div_vwoSubscription button {
        margin-top: 13px;
        border-radius: 0;
        padding: 7.5px 12px;
    }

@media (max-width:991px) {
    #div_vwoSubscription button {
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 7.5px 12px;
    }
}

#div_vwoSubscription .row {
    margin-top: 7px;
    margin-bottom: -5px;
}

#btn_vwohome_Subscr {
    background-color: #000;
    color: #fff;
    width: 100%;
}

#div_vwoSubscription .col-md-3,
#div_vwoSubscription .col-md-2 {
    margin: 0;
}

#div_blog_subscribepanel {
    padding-bottom: 20px;
}
/******************* END - Style the subscription box *********************/
/******************* START - Style the footer section *********************/
#div_blog_footer {
    padding-right: 0;
    padding-left: 0;
}

#div_footer {
    background-color: #000;
    color: #caad59;
    padding: 10px 0;
}

@media (max-width:998px) {
    #div_footer {
        padding-bottom: 50px;
    }
}

#div_footer a {
    color: #caad59;
}

#div_footer table td {
    padding: 4px 4px 0 4px;
}

#div_footer ul {
    list-style-type: none;
    padding-left: 0;
    font-size: 12px;
}

.footer_header {
    font-weight: bold;
    margin-bottom: 6px;
    display: block;
}

#div_footer .fa {
    font-size: 2.5em;
    color: #CAAD59;
}

#div_footer .fa-youtube {
    font-size: 2.1em;
    padding-left: 2px;
}

#div_FooterHomeLink {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin-top: 10px;
}
/******************* END - Style the footer section *********************/
/******************* START - Style the footer text *********************/
#div_footertext {
    padding-top: 15px;
    font-style: italic;
    font-size: 13px;
    margin-top: 50px;
    border-top: 1px solid #000;
}
/******************* END - Style the footer text *********************/
#AdnBottom {
    margin-top: 15px;
    margin-bottom: 10px;
}

#admin {
    margin-top: 20px;
}

.div_head {
    text-align: right;
}

.div_ff_link {
    padding-top: 20px;
    text-align: left;
}

@media(max-width:998px) {
    .div_head {
        text-align: center;
    }

    .div_ff_link {
        padding-top: 0;
        text-align: center;
    }
}
/******************* START - To style Testimonial section on suburb pages *********************/
.testimonials {
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
    text-align: center;
    padding: 20px;
    font-size: 16px;
    width: 100%;
    height: 250px;
    outline: none;
    display: table-cell;
    vertical-align: middle;
}

.lookingflorist {
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}

@media(max-width:992px) {
    .lookingflorist {
        text-align: left;
    }
}

a.floristfinder {
    text-decoration: underline;
    font-size: 16px;
    font-style: italic;
}

    a.floristfinder:hover,
    a.floristfinder:focus {
        text-decoration: underline;
        color: #000;
    }
/******************* FINISH - To style Testimonial section on suburb pages *********************/
/* START - To style contact us page */
#div_contact_links {
    padding: 20px;
    background-color: #E9E9E9;
}

@media(min-width:768px) {
    .contact-text {
        min-height: 80px;
        padding-bottom: 10px;
    }
}

@media(max-width:767px) {
    .contact-text {
        padding-top: 15px;
        padding-bottom: 10px;
        min-height: 50px;
    }
}
/* FINISH - To style contact us page */
/* START - To style posts */
#postnavigation {
    padding-top: 0;
}

.post-body a,
.page-global a {
    color: grey;
}

    .post-body a:hover,
    .post-body a:focus,
    .post-body a:active,
    .page-global a:hover,
    .page-global a:focus,
    .page-global a:active {
        color: #A6A6A6;
    }

.post-height {
    height: 270px;
}

.description {
    position: absolute;
    background-color: #F6F3F1;
    color: #000;
    padding: 6px 10px;
    text-align: left;
    z-index: 2;
    bottom: 0;
    width: 90%;
    opacity: 0.7;
}

#ctl00_sec_content .post-title,
#ctl00_sec_content .post-info {
    text-align: center;
}
/* FINISH - To style posts */
/* START - To style weather and timer on subrub pages */
.div-weather {
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
    text-align: center;
    padding: 12px;
    font-size: 18px;
    width: 100%;
    outline: none;
}

.time-box {
    padding: 37px 10px;
}

.hours {
    /*float: left;*/
    display: inline-block;
}

.minutes {
    /*float: left;*/
    display: inline-block;
}

.seconds {
    /*float: left;*/
    display: inline-block;
}

.timeout {
    color: black;
    -webkit-animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
    -webkit-animation-duration: 1s;
    -moz-animation-name: blinker;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
    -moz-animation-duration: 1s;
    -o-animation-name: blinker;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
    -o-animation-duration: 1s;
    animation-name: blinker;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1.0,0,0,1.0);
    animation-duration: 1s;
}
/* Chrome, Safari synatax */
@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}
/* Firefox synatax */
@-moz-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}
/* Opera synatax */
@-o-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}
/* Standard synatax */
@keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}
/* FINISH - To style weather and timer on subrub pages */

.glyphicon-exclamation-sign,
.glyphicon-ok-sign {
    font-size: 2.5em;
    float: left;
    padding-right: 15px;
}

#btn_Subscribe {
    margin-bottom: 15px;
}

p {
    text-align: justify;
}
