/*spacement top & bottom */.m-none {margin: 0 !important;}
.m-auto {margin: 0 auto !important;}
.m-xs {margin: 5px !important;}
.m-sm {margin: 10px !important;}
.m-md {margin: 20px !important;}
.m-lg {margin: 30px !important;}
.m-xl {margin: 40px !important;}
.m-xlg {margin: 50px !important;}

/* spacement top  */
.mt-none {margin-top: 0 !important;}
.mt-xs {margin-top: 5px !important;}
.mt-sm {margin-top: 10px !important;}
.mt-md {margin-top: 20px !important;}
.mt-lg {margin-top: 30px !important;}
.mt-xl {margin-top: 40px !important;}
.mt-xlg {margin-top: 50px !important;}
/* spacement bottom  */
.mb-none {margin-bottom: 0 !important;}
.mb-xs {margin-bottom: 5px !important;}
.mb-sm {margin-bottom: 10px !important;}
.mb-md {margin-bottom: 20px !important;}
.mb-lg {margin-bottom: 30px !important;}
.mb-xl {margin-bottom: 40px !important;}
.mb-xlg {margin-bottom: 50px !important;}
/* spacement left  */
.ml-none {margin-left: 0 !important;}
.ml-xs {margin-left: 5px !important;}
.ml-sm {margin-left: 10px !important;}
.ml-md {margin-left: 20px !important;}
.ml-lg {margin-left: 30px !important;}
.ml-xl {margin-left: 40px !important;}
.ml-xlg {margin-left: 50px !important;}
/* spacement right  */
.mr-none {margin-right: 0 !important;}
.mr-xs {margin-right: 5px !important;}
.mr-sm {margin-right: 10px !important;}
.mr-md {margin-right: 20px !important;}
.mr-lg {margin-right: 30px !important;}
.mr-xl {margin-right: 40px !important;}
.mr-xlg {margin-right: 50px !important;}
/* Spacement Padding */
.p-none {padding: 0 !important;}
.p-xs {padding: 5px !important;}
.p-sm {padding: 10px !important;}
.p-md {padding: 20px !important;}
.p-lg {padding: 30px !important;}
.p-xl {padding: 40px !important;}
.p-xlg {padding: 50px !important;}
/* spacement top  */
.pt-none {padding-top: 0 !important;}
.pt-xs {padding-top: 5px !important;}
.pt-sm {padding-top: 10px !important;}
.pt-md {padding-top: 20px !important;}
.pt-lg {padding-top: 30px !important;}
.pt-xl {padding-top: 40px !important;}
.pt-xlg {padding-top: 50px !important;}
/* spacement bottom  */
.pb-none {padding-bottom: 0 !important;}
.pb-xs {padding-bottom: 5px !important;}
.pb-sm {padding-bottom: 10px !important;}
.pb-md {padding-bottom: 20px !important;}
.pb-lg {padding-bottom: 30px !important;}
.pb-xl {padding-bottom: 40px !important;}
.pb-xlg {padding-bottom: 50px !important;}
/* spacement left  */
.pr-none {padding-left: 0 !important;}
.pl-xs {padding-left: 5px !important;}
.pl-sm {padding-left: 10px !important;}
.pl-md {padding-left: 20px !important;}
.pl-lg {padding-left: 30px !important;}
.pl-xl {padding-left: 40px !important;}
.pl-xlg {padding-left: 50px !important;}
/* spacement right  */
.pr-none {padding-right: 0 !important;}
.pr-xs {padding-right: 5px !important;}
.pr-sm {padding-right: 10px !important;}
.pr-md {padding-right: 20px !important;}
.pr-lg {padding-right: 30px !important;}
.pr-xl {padding-right: 40px !important;}
.pr-xlg {padding-right: 50px !important;}
.ib {display: inline-block;vertical-align: top;}
.va-middle {vertical-align: middle;}
.ws-nowrap {white-space: nowrap;}
.ws-normal {white-space: normal;}
.text-primary {color: #f37320 !important;}
.bg-primary {background-color: #f37320 !important; color: #FFF !important;}

.d-block {display: block !important;}
.d-inline {display: inline !important;}
.d-inline-block {display: inline-block !important;}
.d-none {display: none !important;}
.border-top{border-top: 1px solid #666;padding-top: 10px;}
.border-bottom{border-bottom: 1px solid #666;padding-bottom: 10px;}

h2, .h2 {font-size: 26px;}
.header-inner {margin: 20px auto;}
#page-content-wrap {
    margin-top: 20px;
}
/* Parallax */
.parallax {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 70px 0;
    padding: 50px 0;
    position: relative;
    clear: both;
}

.parallax blockquote {
    border: 0;
    padding: 0 10%;
}

.parallax blockquote i.fa-quote-left {
    font-size: 34px;
    position: relative;
    left: -5px;
}

.parallax blockquote p {
    font-size: 24px;
    line-height: 30px;
}

.parallax blockquote span {
    font-size: 16px;
    line-height: 20px;
    color: #999;
    position: relative;
    left: -5px;
}

.parallax.parallax-disabled {
    background-attachment: scroll !important;
    background-position: 50% 50% !important;
}

.tabs {
    margin-bottom: 0;
}
.text-uppercase {text-transform: uppercase !important;}
.text-lowercase {text-transform: lowercase !important;}
.text-initial {text-transform: initial;}
a,a:visited, a:focus {
    text-decoration: none !important;
    color: #f37320;
    outline: 0 !important;
}

/* // Ribbon */
.ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
}
.ribbon span {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
    transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #FF6600;
    background: linear-gradient(#FF6600 0%, #e05900 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    left: -21px;
}
.ribbon span::before {
    content: '';
    position: absolute;
    left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #e05900;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #e05900;
}
.ribbon span::after {
    content: '';
    position: absolute;
    right: 0%;
    top: 100%;
    z-index: -1;
    border-right: 3px solid #e05900;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #e05900;
}
.bk-mask .ribbon {display: none;}
/* Responsive */
@media (max-width: 991px) {
    .parallax {
        background-attachment: scroll !important;
        background-position: 50% 50% !important;
    }
}

@media (max-width: 580px) {
    .col-hs-6 {
        float: left;
        width: 50%;
    }
}
@media (max-width: 480px) {
    .col-xxs-12 {
        float: none;
        width: 100%;
    }
    .col-xxs-6 {
        float: left;
        width: 50%;
    }
}
@media (max-width: 320px) {
    .col-mn-12 {
        float: none;
        width: 100%;
    }
}

.bk_small_cart #bk_small_cart_widget .cart-contents .line-item-summary span{
    font-size: 14px;
    position: inherit;
    //right: -6px;
    line-height: 1;
}
#block-system-main #first-time{
    display: none;
}
.color-small-box {
    width: 30px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
    border-radius: 2px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.color-small-box.selected {
    box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,0.6);
}
.style-selector {
    background-color: white;
    border: 1px solid #ccc;
    border-left: none;
    position: fixed;
    top: 150px;
    width: 225px;
    z-index: 10000;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0,0,0,0.11);
    -moz-box-shadow: 0 2px 10px 2px rgba(0,0,0,0.11);
    box-shadow: 0 2px 10px 2px rgba(0,0,0,0.11);
    transition: all 0.5s;
}
.style-selector-container {
    padding: 10px 15px;
}
.field-container {
    margin-bottom: 10px;
}
.switch.button {
    position: absolute;
    top: -1px;
    right: -40px;
    width: 40px;
    height: 44px;
    display: block;
    z-index: 10000;
    padding: 0;
    text-align: center;
    cursor: pointer;
    background-color: #111;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
}
.switch.button i {
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}
@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform:rotate(360deg);
    }
}
.style-selector h5, .style-selector h6 {
    margin-bottom: 10px;
    line-height: 1.2;
}
.buy-now-wrapper {
    display: inline-block;
    margin: 0 0 5px 50px;
    border-width: 2px;
    border-style: solid;
    padding: 5px;
}
.buy-now-wrapper:hover {
    opacity: 0.8;
}


.bk-menu-light #top-menu ul>li > .sub-menu,  .bk-menu-light .bk-dropdown-menu,  .bk-menu-light .bk-sub-sub-menu,  .bk-menu-light .bk-mega-menu,  .bk-menu-light .bk-mega-column-menu,  .bk-menu-light .sub-menu,  .bk-menu-light .top-nav .bk-account-info,  .bk-menu-light .bk_small_cart #bk_small_cart_widget {
    top: -9999999px;
    transition: opacity 0.3s linear;
}
.bk-menu-light #top-menu ul>li:hover > .sub-menu,  .bk-menu-light .bk_small_cart:hover #bk_small_cart_widget {
    top: 100%;
    opacity: 1;
}
li a.active{
    color:inherit
}
#top-menu .menu >li >a.active{
    color: #f9f9f9;
}
/* update */

.main-nav li a.active {
    //   color: #fff;
}
#top-menu ul.menu  > li{
    /*color: #fff;*/
}
#name-and-slogan {text-align: left;}
#top-menu ul.menu a:hover {
    color: #ffb82b;
}
.submit-news {
    background-color: transparent;
    padding: 5px;
    color: #ccc !important;
}
#top-menu ul.menu a.submit-news:hover {
    color: #fff;
}
.main-nav {
    position: relative;
    z-index: 500;
    height: 54px;
}

#main-menu > ul > li {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    margin-right: 4px;
    height: 54px;

}


.main-nav.bk-menu-light #main-menu > ul > li {
    color: #444;
}

.bk-sub-menu > li > a, .bk-sub-sub-menu > li > a {
    padding: 0 6px;
    // display: block;
    // line-height: 25px;
    // font-size: 12px;
    //color: #fff;
    //text-transform: uppercase;
}

.bkmodule ul, #top-menu ul, .main-nav ul, .footer ul, .widget ul, .share-box ul, .related-box ul, .bkpage-content ul, #mobile-top-menu > ul,
.header-social ul, #mobile-menu ul, #mobile-top-menu > ul, #mobile-top-menu .sub-menu, .bk-ads, .bk_tabs .ui-tabs-nav, .bkteamsc ul {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
}

ul.menu li {
    margin: 0;
}

li.expanded, li.collapsed, li.leaf {
    padding: 0;
    /* margin: 0; */
}

.content_in .view-more {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 480;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}

#ajax-form-search {
    width: 54px;
    height: 54px;
    text-align: center;
    background-color: #ffb82b;
    cursor: pointer;
    z-index: 500;
    position: absolute;
    right: 0;
    top: 0;
}

.sidebar-wrap .widget {
    margin-top: 20px;
    padding-top: 28px;
}

.main-nav form input {
    width: 0;
    padding: 0;
    font-size: 0;

}


.main-nav .menu > li.menu-item:hover > .bk-mega-menu, .main-nav .menu > li.menu-item:hover  .bk-mega-column-menu {
    top: 100%;
    pointer-events: auto;
    opacity: 1;
}

#mobile-menu ul li, #mobile-top-menu ul li {
    list-style: none;
}

#comments .comment-respond form input[name=name]{
    /*width: 30%;*/
    /*margin-right: 5%;*/
    display: inline-block;
    float: left;
    margin-bottom: 10px;
}

#comments .comment-respond form input[name=mail]{
    /*width: 30%;*/
    /*margin-right: 5%;*/
    /*display: inline-block;*/
    float: left;
    margin-bottom: 10px;
}

#comments .comment-respond form input[name=homepage]{
    /*width: 30%;*/
    /*margin-right: 5%;*/
    /*display: inline-block;*/
    float: left;
    margin-bottom: 10px;
}

#comments .comment-respond form textarea{
    width: 100%;
    resize: none;
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 10px;
}

#comments .comment-respond form input[type=submit]{
    /*background: none;*/
    text-transform: uppercase;
    font-size: 14px;
    /*color: #888;*/
    padding: 7px 21px;
    float: left;
    border: 1px solid ;
    width: inherit;
}

/*login*/
.logregform {
    float: left;
    width: 35%;
    margin-left: 32.5%;
    background: #fff;
    border: 1px solid #f9f9f9;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}
.logregform.two {
    float: left;
    width: 50%;
    margin-left: 25%;
}
.logregform .title {
    float: left;
    width: 100%;
    background: #f3f3f3;
    text-align: center;
    padding: 23px 0px 21px 0px;
}
.logregform .title h3 {
    margin-bottom: 3px;
    font-weight: 700;
    text-transform: uppercase;
}
.logregform .title p {
    font-size: 12px;
}
.logregform .feildcont {
    float: left;
    width: 100%;
    padding: 30px 30px 40px 30px;
    text-align: left;
}
.logregform .feildcont label {
    float: left;
    width: 100%;
    font-weight: normal;
    color: #727272;
}
.logregform .feildcont label em {
    color: #f62459;
    font-style: normal;
}
.logregform .feildcont input {
    float: left;
    width: 100%;
    padding: 7px 12px;
    border: 1px solid #e3e3e3;
    margin-bottom: 12px;
}
.logregform.two .feildcont input {
    margin-bottom: 18px;
}
.logregform .feildcont .checkbox {
    float: left;
    width: 100%;
}
.logregform .feildcont .checkbox label {
    float: left;
    width: auto;
    font-size: 13px;
}
.logregform .feildcont .checkbox label strong {
    font-weight: 600;
}
.logregform .feildcont .checkbox label a {
    margin-left: 10px;
}
.logregform .feildcont .fbut {
    float: left;
    background: #f62459;
    padding: 13px 23px;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    transition: all 0.3s ease;
    margin-top: 18px;
}
.logregform .feildcont .fbut:hover {
    background: #393939;
}

.logregform .feildcont .radiobut input {
    float: left;
    width: auto;
}
.logregform .feildcont .radiobut .onelb {
    float: left;
    color: #aaa;
    margin: 0px 12px 0px 5px;
}

.logregform .feildcont select {
    float: left;
    width: 100%;
    border: 1px solid #e3e3e3;
    padding: 9px 5px 10px 5px;
    color: #999;
    text-align: left;
}


/*end login*/

/*#bk-404-wrap .searchform-wrap .search-icon input[type=submit]{
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 28px;
}

#bk-404-wrap .redirect-home input[type=submit] {
    font-size: 30px;
    vertical-align: middle;
}*/

/*#bk-404-wrap .searchform-wrap .search-icon input[type=submit] {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 28px;
}

#bk-404-wrap .redirect-home input[type=submit] {
    font-size: 30px;
    vertical-align: middle;
}

.searchform-wrap .search-icon input[type=submit] {
    font-size: 18px;
    color: #fff;
}
*/
#bk-404-wrap form input[type=submit]{
    position: absolute;
    margin-left: -60px;
    border: #ffcc0d;
}

.share-box-wrap .share-box ul.social-share{
    margin-top: -29px;
}

.comment_style {margin-top: 20px;}

li.comment {list-style: none;}

.fissure{
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 5px;
    padding-top: 5px;
}

.header-social .social-icon {
    float: left;
    line-height: 26px;
}

.bk-embed-audio {
    height:150px !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {

    width: 29.5%;
}

.woocommerce ul.products li.product .star {
    margin: 0 0 .5em;
    display: inline-block;
}

.field_star{
    margin-bottom: 8px;
    float: none;
    display: inline-block;

}
/*menu update*/

.main-nav.bk-menu-light #main-menu > ul > li.active-trail {
    color: #fff;
}
.main-nav .menu > li.active-trail {
    background-color: #ffb82b;
}
/*.main-nav .menu > li.active-trail ul li a.active{
    color: #ffb82b;
}*/
/*end menu update*/

.bk-sub-menu > li, .bk-sub-sub-menu > li {
    padding: 8px 12px;
    font-size: 14px;
    border-top: 1px solid #000;
    -webkit-box-shadow: 0 1px 0 0 #333 inset;
    -moz-box-shadow: 0 1px 0 0 #333 inset;
    box-shadow: 0 1px 0 0 #333 inset;
}
.sub-menu > li {
    padding: 8px 12px;
    font-size: 12px;
    border-top: 1px solid #000;
    -webkit-box-shadow: 0 1px 0 0 #333 inset;
    -moz-box-shadow: 0 1px 0 0 #333 inset;
    box-shadow: 0 1px 0 0 #333 inset;
}

.woocommerce-product-rating .field .field-label{
    display: none;
}

.woocommerce-product-rating form input[name=quantity]{
    width: 3.631em;
    height: 40px;
    text-align: center;
    margin-right: 10px;
}

.woocommerce-product-rating form{
    margin-top: 30px;
    margin-bottom: 30px;
}

.widget_shopping_cart .line-item-summary{
    margin-left: 10px;
}
.widget_shopping_cart .line-item-total{
    margin-right: 10px;
}
.widget_shopping_cart .links{
    margin-right: 25%;
    margin-top: 10px;
}

.widget_shopping_cart .links li a{
    text-transform: uppercase;
    font-size: 13px;
    color: #ffb82b;
    /*    text-decoration: underline;
        font-style:italic;*/
}
.widget_shopping_cart .links li:hover a{
    color: #fff;
}

.footer #bk-twitter-2{
    /*margin-top: 192px;*/
}

.item-list .pager li {
    font-size: 12px;
    color: #454545;
    background-color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 3px;
    border:1px solid  #ffb82b;
    transition: all 0.3s ease;
    display: inline-block;
}
.item-list .pager li:hover {
    background-color: #eee;
}

.item-list .pager li a {
    color: #ffb82b;
    display: block;
}

.item-list .pager li.pager-current {
    color: #fff;
    background-color: #ffb82b;
}

.item-list .pager {
    clear: both;
    padding: 10px 0;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
}

.item-list {
    display: table;   /* Allow the centering to work */
    margin: 0 auto;
    clear: left;
}

.item-list .pager li {
    margin-right: 3px;
}
/*form dang nhap*/
form .form-item .description{
    color: #999;
}
form#user-login,form#user-register-form,form#user-pass{
    /*    margin-left: 20% ;
        margin-right: 30%;*/
}
form#user-login input[type=text],form#user-register-form input[type=text],form#user-pass input[type=text],
form#user-login input[type=password],form#user-register-form input[type=password],form#user-pass input[type=password]{
    display: initial;
    color: #e5e5e5;
    background: #fff;
    border: 1px solid ;
    color: #999999;
    font-size: 14px;
    padding: 8px;
    height: 40px;
    margin-right: 0;
    margin-left: 0;
    outline: none;

}

form#user-login label,form#user-register-form label,form#user-pass label{
    font-weight: normal;
    color: #111111;
}


.tabs.primary li a {
    /*border: 0 !important;*/
    /*background-color: transparent !important;*/
    background-color: #f5f5f5 !important;
}

.tabs.primary {
    border: 0;
    margin-left: 0;
    margin-bottom: 10px;
}
.tabs.primary .active{
    color: #ffb82b;
}
/*ket thuc form dang nhap*/


form.search-form .container-inline label {
    display: block;
}

form.search-form .container-inline input[type=text]{
    color: #e5e5e5;
    background: #fff;
    border: 1px solid ;
    color: #999999;
    font-size: 14px;
    padding: 8px;
    height: 40px;
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 20px;
    outline: none;
}

.view-commerce-cart-form .commerce-line-item-views-form form#views-form-commerce-cart-form-default table {
    width: 100%;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.view-commerce-cart-form .commerce-line-item-views-form form#views-form-commerce-cart-form-default table thead {
    color: white;
    background-color: black;
    text-transform: uppercase;
}

.view-commerce-cart-form .commerce-line-item-views-form form#views-form-commerce-cart-form-default table thead tr th {
    padding: 10px;
    border: 0;
}


.view-commerce-cart-form .commerce-line-item-views-form form#views-form-commerce-cart-form-default table tbody tr {
    background-color: transparent;
    border-bottom: 1px solid #EDEDED;
    transition: all ease 0.4s;
}


.view-commerce-cart-form .commerce-line-item-views-form form#views-form-commerce-cart-form-default table tbody tr td {
    border-bottom: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    padding: 10px;
}


.view-commerce-cart-form .commerce-line-item-views-form form#views-form-commerce-cart-form-default div.commerce-line-item-actions input[type=submit]{
    margin-left:   10px;
    //background-color: #2fac68;
}
/*.view-commerce-cart-form .commerce-line-item-views-form form#views-form-commerce-cart-form-default{
    padding-left:  15%;
   padding-right:  15%;

}*/
.view-commerce-cart-form .commerce-line-item-views-form form#views-form-commerce-cart-form-default table{
    border: 1px solid #d3ced2;

}
.view-commerce-cart-form .commerce-line-item-views-form form#views-form-commerce-cart-form-default table input[type=text]{
    text-align: center;

}

.view-commerce-cart-form .commerce-line-item-views-form form#views-form-commerce-cart-form-default table tbody tr td.views-field-edit-quantity input[type=text] {
    height: 40px;
}


.view-commerce-cart-form .commerce-line-item-views-form form#views-form-commerce-cart-form-default .line-item-summary .line-item-total span.line-item-total-raw {
    font-weight: bold;
    font-size: 150%;
}

#customer-profile-billing-commerce-customer-address-add-more-wrapper .form-wrapper div.street-block div:first-child {
    margin-bottom: 30px;
}

#customer-profile-billing-commerce-customer-address-add-more-wrapper .form-wrapper div.street-block div input[type=text] {
    min-width: 300px
}

/*#commerce-checkout-form-checkout {
    margin-left: 10%;
    margin-right: 10%;
}*/


#commerce-checkout-form-checkout fieldset.cart_contents legend {
    border-bottom: 1px solid #ffb82b;
    margin-bottom: 30px;
}
.customer_profile_billing legend {

    margin-bottom: 30px;
    border-bottom: 1px solid #ffb82b;
}


#commerce-checkout-form-checkout fieldset.cart_contents legend span {
    font-size: 30px;
    color: black;
}

#commerce-checkout-form-checkout fieldset.cart_contents .fieldset-wrapper .view-content table.views-table {
    width: 100%;
    border: 1px solid black;
}

#commerce-checkout-form-checkout fieldset.cart_contents .fieldset-wrapper .view-content table.views-table tr {
    background-color: transparent;
}


#commerce-checkout-form-checkout .views-table tbody tr > td:first-child {
    border-left: 1px solid #EDEDED;
}

#commerce-checkout-form-checkout fieldset.cart_contents .fieldset-wrapper .view-content table.views-table thead tr {
    background-color: black;
    color: white;
    text-transform: uppercase;
}

#commerce-checkout-form-checkout fieldset.cart_contents .fieldset-wrapper .view-content table.views-table thead tr th {
    padding: 10px;
    border: 0;
}

#commerce-checkout-form-checkout fieldset.cart_contents .fieldset-wrapper .view-content table.views-table tbody tr td {
    border-bottom: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    padding: 20px;
}


#commerce-checkout-form-checkout fieldset.cart_contents .fieldset-wrapper .view-footer table tbody tr {
    background-color: transparent;
}


#customer-profile-billing-commerce-customer-address-add-more-wrapper .form-wrapper > div {
    float: left;
    clear: left;
}

#customer-profile-billing-commerce-customer-address-add-more-wrapper .form-wrapper label {
    width: 130px;
}

#customer-profile-billing-commerce-customer-address-add-more-wrapper .form-wrapper input[type=text], #customer-profile-billing-commerce-customer-address-add-more-wrapper .form-wrapper select {
    width: auto;
}
#customer-profile-billing-commerce-customer-address-add-more-wrapper .form-wrapper label {
    width: 130px;
    font-weight: normal;
    color: #111111;
    display: inline-block;
}

.customer_profile_billing legend span.fieldset-legend {
    font-size: 30px;
    color: black;
}


fieldset{
    border: none;
    padding-bottom: 40px;
}
/*form#commerce-checkout-form-review{
     margin-left: 10%;
    margin-right: 10%;
}*/
form#commerce-checkout-form-review div.form-item label{
    display: inline;
}
.checkout-review table.views-table {
    width: 100%;
    border: 1px solid black;
}

.checkout-review table.views-table thead tr th {
    color: white;
    background-color: black;
    text-transform: uppercase;
    padding: 10px;
    border: 0;
}

table.checkout-review tbody tr {
    background-color: transparent;
}



table.checkout-review {
    width: 100%;
}

.checkout-review table.views-table tbody tr td {
    padding: 20px;
    border-right: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    border-left: 1px solid #EDEDED;
}


table.checkout-review tr.pane-title td {
    font-size: 30px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    color: black;
    margin-bottom: 20px;
}

table.checkout-review tr.pane-title {
    margin-bottom: 20px;

}
table.commerce-price-formatted-components{
    margin-top: 20px;
    border-bottom: none;
    border-top: none;
}

.products .readmore{
    color: #ffb82b;
}

.checkout-buttons .checkout-cancel, .checkout-buttons .checkout-back{
    background: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #888;
    padding: 7px 21px;
    border: 1px solid #888;
    width: inherit;
    margin-left: 13px;
}
.checkout-buttons .checkout-cancel:hover, .checkout-buttons .checkout-back:hover{
    color: #ffb82b;
    text-decoration: none;
}

div.addressfield-container-inline > div.form-item {
    float: none;
}
.checkout-buttons .button-operator{
    display: none;
}
.shop-page article.product >form select{
    font-size: 14px;
    padding: 10px;
    color: #999;
    border: 1px solid #b0b0b0;
    border-radius: 0;
    background: #FFF;
    max-width: 100%;
    outline: none;
}
.woocommerce-product-rating form .form-item-quantity{
    display: inline;
}
.woocommerce-product-rating form label{
    display: none;
}
.abc{
    float: right;
}
aside#bk-twitter-2{
    padding-top: 190px;
}
#comments .field-type-list-boolean label{
    display: block !important;
    line-height: 12px;
    padding-left: 25px;
}
#comments .field-type-list-boolean .form-checkbox {
    display: inline-block;
    float: left;
    width: 20px;
}
#comments .field-name-field-html-help-text{margin: 10px 0;}
#comments .field-name-field-html-help-text a {font-weight: 600;display: block;margin-bottom: 20px;}
#comments #edit-actions {margin-top: 30px;}

.btn-primary {color: #fff;background-color: #0FADED;}
.btn-secondary {color: #fff;background-color: #00DEAF;}
.btn-danger{color: #fff;background-color: #FE6969;}
.btn-danger:visited,.btn-danger:focus{color: #FFF;}
.btn-default:visited,.btn-default:focus{color: #FFF;}
.btn-black{color: #fff;background-color: #111111;}
.btn-custom, .btn-edhat {padding: 5px 15px 5px 10px;border: 1px solid #f37320 !important;}
.btn-radius {border-radius: 25px;  padding: 5px 15px;}
.btn-bg {background-color: #f37320 !important; color: #FFF;}
#comments .comment-respond form input[type=submit] {padding: 6px 12px;}
#comments .signup-link{margin-left: 50px;}
#comment-form .page-title h2, #comment-form .page-title h2 a {
    font-weight: normal;
}
.comment-flag span {display: inline-block;}
.comment-flag ul.links {display: inline-block;}
.comment-author span{display: inline-block;padding-top: 0;line-height: 1;}
.comment-author {background: #E5E5E5;min-height: 35px;line-height: 35px;}
.comment-box .comment-author-name, .today-date{font-family:Oswald;font-weight:400;font-style:normal;padding-right: 2px;font-size: 12px;}
.comment-box li {list-style: none;}
.comment-flag i {font-size: 14px;}
.comment-flag .flag-wrapper i {color: red;}
.comment-flag .flag-agree i, .comment-flag .flag-helpful i {color: green;}
#comments .commentlist {padding-left: 0;margin-left: 0;list-style: none;}
.comment-avatar {margin-right: 10px;}
.page-title .comments-count {text-align: center;}
.comment-form .page-title {padding-bottom: 0;}
.comment-author .comment-links {line-height: 32px;letter-spacing: 0.5px;}
.comment-content {margin-left: 70px;}
.comment-author .comment-author-name {font-size: 12px;letter-spacing: 1px;padding-left: 5px;}
.comment-author .comment-meta-links { /*float: right;*/margin-right: 60px;line-height: 35px;}
.comment-author .comment-meta-links.admin { float: right;margin-right: 210px;line-height: 35px;}
.comment-author .comment-meta-without-links { float: right;margin-right: 10px;line-height: 35px;}
.comment-form .form-item .form-text,.comment-form .form-item .form-textarea {padding: 2px 5px;}
.comment-box .featured-box {text-align: left;}
.comment-box .featured-box .box-title,.comment-box .featured-box .box-link {
    text-align: left;
    text-transform: initial;
    display: inline-block;
}

.comment-sort-wrapper {text-align: right;}
.comment-sort-wrapper .comments-count {text-align: left;}
.comment-links a {margin-right: 5px;font-size: 11px;}

.header .logo img {max-height: 100px;}
.signup-help-text .featured-box .box-content {margin-bottom: 0;}

/* ########### BLOG NEW STYLE ##############  */

.module-blog ul li .readmore {display: none;}


@media (min-width: 767px) {

    .module-classic-blog .bk-mask {width: 15%;margin-right: 2%;}
    .module-classic-blog .post-c-wrap {width: 62%;margin-right: 1%;}
    .module-classic-blog .bk-blog-content h4 {font-size: 16px;}
    
    .post-meta {
        width: 20%;
        float: left;
        height: 110px;
    }
    .post-meta-reads,
    .post-meta-comments{
        display: inline-block;
        width: 46%;
        float: left;
        height: 100%;
        margin-right: 2%;
        text-align: center;
    }
    .post-meta-comments {
        width: 50%;
        margin-right: 0;
    }
    .post-meta .reads-label,
    .post-meta .comments-label{
        line-height: 1;
        margin-bottom: 5px;
    }
    .post-meta .reads-count,
    .post-meta .comments-count{
        background: #111;
        color: #ffcc0d;
        height: 90px;
        line-height: 90px;
        font-weight: bold;
        font-size: 20px;
    }

    .module-classic-blog .hide-comment-box .post-c-wrap {
        width: 82%;
        margin-right: 1%;
    }   

    .module-classic-blog .hide-comment-box .post-meta  {
        width: 10%;
    }

    .hide-comment-box .post-meta-reads, .hide-comment-box .post-meta-comments {
        width: 100%;
        margin-right: 0;
    }

    .module-classic-blog .hide-box .post-c-wrap ,
    .module-classic-blog .view-about-landing-page .post-c-wrap {
        width: 82%;
        margin-right: 0;
    }
    .section-referrals-category .module-classic-blog .hide-box .post-c-wrap ,
    .section-referrals-category .module-classic-blog .view-about-landing-page .post-c-wrap {
        width: 100%;
    }
} 

.module-classic-blog .hide-box .post-meta {display: none;}
.service-links .links li {
    display: inline-block;
}
.service-links .links {
    margin: 0;
    padding: 0;
}
.related-box  .post-c-wrap {
    width: 100%;
}
.related-box .related-posts li .thumb {
    min-width: 223px;
    min-height: 203px;
    background-color: transparent;
}

.related-box .related-posts li .thumb img {
    max-height: 203px;
    min-height: 203px;
}
.related-box {
    margin-top: 30px;
    padding-top: 30px;
}
.blog_post .page-title {margin-top: 0;padding-bottom: 0;text-transform: uppercase;}
.blog_post ul.post_meta_links {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    background-color: #e5e5e5;
    padding: 5px;
    color: #888;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.blog_post ul.post_meta_links li{display: inline-block;}
.item-list li {margin-bottom: 20px;}
span.label {font-weight: bold;}
h1,h2,h3,h4,h5,h6 {text-transform: uppercase;}

.content-wrap .article-content {margin-top: 22px;}
.content-wrap .region .block {margin-bottom: 22px;}


.page-comment-reply .content-wrap.col-md-8 .item{
    display: none;
}

/*.comment-section {border-top: 2px solid #111;}*/

.comment-search-box {
    padding: 20px;
    background: #e5e5e5;
    margin-top: 20px;  
}


.comment-search-box .form-text {
    width: 200px;
    padding: 5px;  
}
ul.row, ul.bk-blog-content {padding: 0;list-style: none;list-style-type: none;}
.widget-social-counter ul.social-counter li .social-icon {
    margin-right: 4px;
}
.widget-social-counter ul.social-counter li .data div:first-child{font-size: 16px;}
.module-blog .content_out .meta > div:after {
    margin: 0 1px;
}
.sidebar-wrap .block {
    margin-top: 20px;
    padding-top: 28px;  
}
.sidebar-wrap .block-subscribe {
    margin-top: 0px;
    padding-top: 0px;
}
.widget-social-counter ul.social-counter li .data .text {
    font-size: 11px;
}
.widget-social-counter ul li .social-icon {
    background-color: #E5E5E5;
}
.widget-social-counter ul li .data .counter {
    letter-spacing: 0;
    font-family: Lato;
}

/* CLASSIFIED ADS CATEGORY BLOCK */
.block-classified-ads-landing h3 {margin-left: 15px;}
.view-classified-ads-category ul {padding-left: 0 !important;}
.view-classified-ads-category ul li, .view-classified-ads-category ul li a{
    list-style: none;
    display: inline-block;  
}
#top-menu ul.menu {
    color: #FFF;font-size: 90%;
} 
#top-menu ul.menu a {font-size: 90%;}
.section-contact-us #main-content ul {
    list-style: square;
    margin-left: 40px;
    margin-bottom: 10px;  
}

/* EVENT LANDING PAGE */
.view-events-landing table, .view-events-landing table tbody, .view-events-landing table thead, .view-events-landing table tr th {border: none;}
.view-events-landing table tbody {border:none;}
.view-events-landing table tr td {padding: 5px;vertical-align: top;}
.view-events-landing table tr th:first-child, .view-events-landing table tr td:first-child{min-width: 120px;}
.view-events-landing table tr.even, .view-events-landing table tr.odd {border: none;background: #FFF;}
.view-events-landing table thead {background: #e5e5e5;}
/*.view-events-landing table thead {background: #FFA500;}*/

.view-events-landing table tbody .views-field-field-is-featured-event span, 
.view-events-landing table tbody .views-field-field-ticket-type span, 
.view-events-landing table tbody .views-field-field-category span{
    background: #cccc99;
    display: inline-block;
    margin-top: 10px;
    padding: 5px 10px;
    font-size: 14px;
}
.view-events-landing table tbody .views-field-field-is-featured-event span {display: block;}
/*.view-events-landing table tbody .paid-event .views-field-field-ticket-type span {background-color: #f37320; color: #FFF; }*/
.view-events-landing table tbody .free-event .views-field-field-ticket-type span {background-color: #f37320; color: #FFF; }

.view-events-landing table tbody .featured-event .views-field-field-is-featured-event span {background-color: #4CAF50; color: #FFF; }

.view-events-landing table th.views-field-field-category {min-width: 150px;}
.view-events-landing table tbody .views-field-field-category span{background: #cc99cc;color: #000;min-width: 140px;}

.view-events-landing table tbody .views-field-field-ticket-type span,
.view-events-landing table tbody .views-field-field-is-featured-event span,
.view-events-landing table tbody .views-field-field-category span {background: none;color: #000;}

.view-events-landing table tbody .views-field-field-is-featured-event,
.view-events-landing table thead tr:last-child {max-width: 50px;}

.view-events-landing table caption {
    font-size: 24px;
    text-transform: uppercase; 
}
.view-events-landing table tbody .views-field-field-summary {min-width: 300px;}
.view-events-landing table tbody .free-ticket-giveaway{
    display: inline-block;
    margin-top: 40px;
    padding: 5px 10px;
    text-align: center;
    background: #cc99cc;
    line-height: 16px;
    color: #000;
}

.view-calendar .date-nav-wrapper .date-nav {
    margin-bottom: 0;
    padding-bottom: 0;
}
.view-calendar .date-nav-wrapper .date-prev a, .view-calendar .date-nav-wrapper .date-next a {
    text-decoration: none;
    color: inherit;
    font-size: 12px;
    padding: 0 10px;
}
.view-calendar .date-nav-wrapper .date-prev{
    border: none;
    right: 65px;
    padding-right: 5px;
}
.view-calendar .date-nav-wrapper .date-next {
    border: none;
}



/* // VIEW DAILY NEWS LANDING BLOCK */
.view-daily-news-landing-block ul h3 {
    font-family: Lato;
    font-size: 16px;
    background-color: #fcbc92;
    padding: 5px 5px 5px 15px;
    color: #000;
    margin-top: 10px;
}
.view-daily-news-landing-block ul h3 .title-value {border-bottom: 1px solid #444;font-weight: bold;}

/* ADMIN MENU */
#admin-menu .dropdown a, #admin-menu .dropdown li > span {font-size:13px;}
.section-coupon .field-name-field-date-only, .view-deals-landing .field-name-field-date-only {
    display: inline-block;
    background: #cc99cc;
    padding: 2px 10px;
}

.view-deals-landing .field-name-field-commerce-saleprice {
    display: inline-block;
    background: #fba628;
    margin-left: 10px;
    vertical-align: top;
    padding: 2px 10px;  
}
.view-deals-landing .free-coupon {
    background: green;
    color: #FFF;  
}
#block-views-breaking-news-block .liScroll-container {min-height: 40px;}
#block-views-breaking-news-block .liScroll-container a{font-size: 12px;}
.main-nav #main-menu .menu > li a.active-trail {color: #FFF;}
.main-nav #main-menu .menu  ul li a.active-trail.active {color: #FF6600;}
/* By IMN */
#commerce_contributions_meter { display: none}
.weather p {
    color: #fff;
}
.block-subscribe {
    clear: both;
}

.subscribe-block-div {
    border: 1px solid #f37320;
    padding: 10px;
}
.subscribe-block-div a {
    text-transform: uppercase;
    font-size: 16px;
}
.block-breaking-news ul {
    list-style-type: none;
}
.liScroll-container {
    width: 100% !important;
}
.liScroll-container .mask {
    width: 95% !important;
    margin: 0 auto !important;
}
.block-breaking-news-title {
    text-transform: uppercase;
    color: #fff;
}
.right-bar-sponsor-title {
    margin-bottom: 25px;
}
.sidebar-wrap .block-quicktabs .block {
    margin-top: 0px;
    padding-top: 5px;
}
.block-quicktabs {
    /*    border: 1px solid #cccccc;*/
}
.block-quicktabs ul.quicktabs-tabs {
    background: #000;
    min-height: 31px;
}
.block-quicktabs ul.quicktabs-style-nostyle li {
    padding: 10px;
    margin: 0px;
    font-size: 12px;
    font-weight: bold;
}
.block-quicktabs ul.quicktabs-style-nostyle li.active{
    background-color: #FF6600;
}
.block-quicktabs ul.quicktabs-style-nostyle li a {
    color: #FFF;
}

/* By IMN */ 
.extra-bottom-margin {
    margin-bottom: 20px;
}
.extra-right-margin {
    margin-right: 12px;
}
#block-views-edhat-popular-articles-block,
#block-views-edhat-latest-articles-block {
    text-align: center
}
#block-views-edhat-latest-comments-block .edhat-author-comment-sbr,
#block-views-edhat-popular-articles-block .views-row,
#block-views-edhat-latest-articles-block .views-row {
    border-bottom: 1px solid #ccc;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
}
#block-views-edhat-latest-comments-block h4.post-title {
    margin: 0px;
    padding: 0px;
}
#block-views-edhat-latest-comments-block h4.post-title a {
    font-size: 16px;
}
#block-views-edhat-popular-articles-block p,
#block-views-edhat-latest-articles-block p {
    margin: 0;
}
#block-views-edhat-latest-comments-block .comment-date,
#block-views-edhat-popular-articles-block .sbr-article-date,
#block-views-edhat-latest-articles-block .sbr-article-date{
    font-size: 12px;
    color: #ccc;
}
/*testimonial page*/
.page-testimonials .testimonial-by .testimonial-name {
    font-size: 13px;
}
.page-testimonials .testimonial-by .testimonial-date {
    font-size: 12px;
    color: #ccc;
}
.page-testimonials .testimonial-text, .page-testimonials .testimonial-text p {
    padding-top: 10px;
    margin: 0;
}
.page-testimonials .testimonial-separator {
    width: 70%;
    text-align: center;
    border-bottom: 1px #ccc solid;
    margin: 0 auto;
    margin-bottom: 20px;
}
/*photo-collection page*/
.photo-collection-content .photo-collection-title,
.photo-collection-content .photo-collection-text {
    text-align: center;
}

/*all node
hide this as may not be needed for now. So instead of removeing it from node tpl
i just hide the box*/
#main-content .bk-author-box {
    display: none;
}

/*classified page*/
.block-classified-ads .bk-mask .thumb {
    min-height: 50px;
}
.block-classified-ads .bk-mask .thumb a {
    color: #000;
    text-align: center;
    line-height: 50px;
    font-size: 22px;    
}

/* // LOCAL NEWS LANDING */
.view-localnews-landing .views-widget-filter-date_filter {
}

.view-localnews-landing #edit-date-filter-min-wrapper, .view-localnews-landing #edit-date-filter-max-wrapper {float: left;} 
.view-localnews-landing .views-widget-filter-date_filter >div{}
.view-localnews-landing .view-filters {
    padding: 10px 20px;
    background: #f5f5f5;
    margin: 10px 0 20px;  
}

.view-localnews-landing .form-text {max-width: 120px;}
.view-localnews-landing input, .view-localnews-landing button, 
.view-localnews-landing select, .view-localnews-landing textarea {
    min-height: 30px;
}
.view-localnews-landing .form-submit {padding: 5px 21px;}
.view-localnews-landing .form-text {padding: 2px 3px;}

.block-search-local-news .views-widget-filter-date_filter {
    padding-right: 0 !important;
}

.block-search-local-news #edit-date-filter-min-wrapper, .block-search-local-news #edit-date-filter-max-wrapper {float: left;} 
.block-search-local-news .views-widget-filter-date_filter >div{}
.block-search-local-news .view-filters {
    padding: 10px 20px;
    background: #f5f5f5;
    margin: 10px 0 20px;  
}

.block-search-local-news .form-text {max-width: 120px;}
.block-search-local-news input, .block-search-local-news button, 
.block-search-local-news select, .block-search-local-news textarea {
    min-height: 30px;
}
.block-search-local-news input, .block-search-local-news select, .block-search-local-news textarea {
    border-radius: 0 0;
    border: 1px solid #ccc;
}
.block-search-local-news .form-submit {padding: 5px 21px;}
.block-search-local-news .form-text {padding: 2px 3px;}
.block-search-local-news select {padding: 5px;}
.block-search-local-news > form {
    padding: 10px 10px;
    background: #f5f5f5;
    margin: 10px 0 10px;
}

.block-search-local-news .views-exposed-form .views-exposed-widget {
    float: left;
    padding: .5em 0.5em 0 0;
}
.block-search-local-news .views-exposed-form .views-exposed-widget.views-submit-button {
    clear: both;
    margin-top: 0;
}
.block-search-local-news .views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 0;
}

#ui-datepicker-div {
    z-index: 90 !important;
}

.panel-news ul li {display: inline-block;}

/* Side Bar Simple Ad*/
.view--edhat-sidebar-top-ad .simplead-container img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.view--edhat-sidebar-top-ad .image-ad {
    margin-top: 20px;
}
.view--edhat-sidebar-top-ad .first {
    margin-top: 0px;
}

/*waether block*/
.header-weather {
    float: right;
    margin-left: auto;
    margin-right: 10px;
    /*margin-top: -3px;*/
    color: #FFF;
}

.s-post-header h1 {
    line-height: 40px;
}
embed, iframe, object, video {
    max-width: 100%;
    vertical-align: baseline;
}
.fb_iframe_widget span {vertical-align: baseline !important;}

#btn-collapse {cursor: pointer;}

.comment-node-title {display: none;}
.view-comment-search .comment-node-title {display: block;}
.view-comments-search-page .comment-node-title {display: block;}

/* EVENT CALENDAR */
.calendar-calendar .month-view .full td.multi-day .inner, .calendar-calendar .week-view .full td.multi-day .inner, .calendar-calendar .day-view .full td.multi-day .inner {
    width: 100%;
}

.block .module-title .main-title{
    /*padding-bottom: 0;*/
    /*margin-top: 30px;*/

}

.block .module-title h2 {
    /*font-size: 40px;*/
}

.block .module-title h2 span {
    font-weight: 400;
}

.block-news-jump-links li a {
    border: 1px solid #f37320;
    display: block;
}

.block-news-jump-links .active-link a.active {
    border: 1px solid #f37320;
    background-color: #f37320;
    color: #FFF;
}

.s-post-header .meta {
    line-height: 1;
    margin-top: 15px;
}

p { margin: 0 0 10px; }

.service-links {
    margin-top: 15px;
    border-top: 1px solid #ccc;
    padding-top: 15px;    
}

#bk-normal-feat > div {
    margin-top: 15px;
    position: relative;
}

/* fieldset */
.node-form fieldset {
    border: 1px solid #ccc;
    padding: 2.5em 0 0 0;
    position: relative;
    margin: 1em 0;
}

.node-form legend {
    font-weight: bold;
}

.node-form fieldset .fieldset-legend {
    margin-top: 0.5em;
    padding-left: 15px;
    position: absolute;
    text-transform: uppercase;
}

.node-form fieldset .fieldset-wrapper {
    padding: 0 13px 13px 15px;
}

.node-form .form-item input, .form-text {
    width: auto;
    padding: 0 5px;
}

.node-form .form-item select, .form-select {
    padding: 3px;
}


/* // TAB PRIMARY / NAV TAB */
.tabs.primary {
    padding: 0;
}

.tabs.primary>li {
    float: left;
    margin-bottom: -1px;
}
.tabs.primary li {
    display: inline-block;
    float: none;
}
.tabs.primary li a {
    border-radius: 0;
    font-size: 14px;
    margin-right: 1px;
    padding: 6px 15px;
    color: #999;
}
.tabs.primary li a:hover {
    color: #FF6600;
}
.tabs.primary>li.active>a, .tabs.primary>li.active>a:hover, .tabs.primary>li.active>a:focus {
    color: #FF6600;
}
.tabs.primary li.active a, .tabs.primary li.active a:hover, .tabs.primary li.active a:focus {
    color: #FF6600;
}

.view--edhat-business-listing-annual-fee {
    text-align: center;
}
.business-listing-links .btn-edhat {
    display: inline-block;
    margin-bottom: 5px;
}
/* // ICON BOX  */

.featured-box {
    clear: both;
}
.featured-box .box-icon {
    text-align: center;
    -webkit-transform: rotate(0deg) scale(1) skew(0) translate(0);
    -moz-transform: rotate(0deg) scale(1) skew(0) translate(0);
    -o-transform: rotate(0deg) scale(1) skew(0) translate(0);
    -ms-transform: rotate(0deg) scale(1) skew(0) translate(0);
    transform: rotate(0deg) scale(1) skew(0) translate(0);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}
.featured-box .box-icon i {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-size: 30px;
    padding-top: 15px;
    display: inline-block;
    line-height: 70px;
}
.featured-box .box-icon .number {
    border: 1px solid #13ad4b;
    border-radius: 100px;
    bottom: 0;
    font-size: 15px;
    height: 30px;
    line-height: 27px;
    position: absolute;
    right: 0;
    width: 30px;
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    font-weight: 600;
    margin: 0 3px;
    text-align: center;
}
.featured-box .box-title {
    margin: 15px 0;
    color: #556;
    font-size: 20px;
    margin: 0 0 15px;
    position: relative;
    font-family: Lato, "Sans-Serif";
}
.featured-box .box-title a {
    color: #99a;
    font-size: 0px;
    margin-left: 30px;
}
.featured-box.box-left {
    margin-bottom: 40px;
}
.featured-box.box-left .box-icon {
    float: left;
    margin: 8px 25px 25px 0px;
    width: 60px;
    height: 60px;
}
.featured-box.box-left .box-icon i {
    line-height: 30px;
}
.featured-box.box-left .box-title,
.featured-box.box-left .box-content {
    margin-left: 85px;
    text-align: left;
}
.featured-box.box-left .box-title {
    margin-bottom: 5px !important;
}
.featured-box.box-left .box-title:after {
    left: 0;
    margin-left: 85px;
}
.featured-box.box-none .box-icon i {
    font-size: 45px;
    padding-top: 5px;
}
.featured-box.small-box .box-icon {
    width: 35px;
    height: 30px;
}
.featured-box.small-box .box-icon i {
    font-size: 18px;
    padding-top: 5px;
}
.featured-box.small-box.box-none .box-icon {
    text-align: left;
}
.featured-box.small-box.box-none .box-icon i {
    font-size: 31px;
    line-height: 20px;
}
.featured-box.small-box.box-none:hover .box-icon i {
    color: #13ad4b;
}
.featured-box.box-square .box-icon {
    border: solid 1px #13ad4b;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}
.featured-box.box-circle .box-icon {
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}
.featured-box.box-background .box-icon {
    background-color: #FF6600;
    color: #fff;
}
.featured-box.box-background:hover .box-title {
    color: #FF6600;
}
.featured-box.hover-effect-1:hover .box-icon {
    background-color: #556;
    border-color: #556;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.featured-box.hover-effect-2:hover .box-icon {
    background-color: #556;
    border-color: #556;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.featured-box.box-bg-dark .box-icon {
    background-color: #42424a;
    border-color: #42424a;
}
.featured-box.box-bg-dark:hover .box-icon {
    background-color: #13ad4b;
    border-color: #13ad4b;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.load-more {text-align: center;}
.load-more .load-more-text {
    display: inline-block;
    background-color: #fff;
    padding: 8px 52px;
    text-transform: uppercase;
    border: 1px solid #888;
    font-size: 14px;
    margin-top: 5px;
    cursor: pointer;
    color: #888;
    letter-spacing: 4px;
    transition: all 0.3s linear;
}
.load-more .load-more-text:hover {
    background-color: #111;
    border-color: #111;
    color: #ffb82b;
}

/* // VISITORS PAGE: PHOTO ALBUM CATEGORY */
.block-visitors-category .main-title {font-size: 16px; margin-bottom: 15px; font-family: Lato, "Sans-Serif";}
.album-item {position: relative;}
.album-item .album-title {
    position: absolute;
    bottom: 0;
    padding: 10px;
    background: #000;
    width: 100%;
    text-align: center;
    opacity: 0.6;
}
.album-item .album-title h5 {
    margin: 0;
    padding: 0;
}
.block-visitors-category ul li a {
    padding: 3px 10px 5px 10px !important;
}
.block-visitors-category ul li a.active {background-color: #f37320;color: #FFF;}

/* Deals landing page */
/* one view inside another view : when a view is added to an header as viw */
.view .view-header .view .module-classic-blog ul li .content_out {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    margin-bottom: 28px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 28px;
}

.featured .ribbon {display: block;}

.filter-wrapper {
    display: none;
}

div.membership-btn {
    display: inline-block;
    /*border: 2px solid #ccc;
    padding: 2px 5px;*/
    margin-right: 5px;
    cursor: pointer;
}
div.membership-btn.on {
    background-color: #777;
    color: white;
}
div.glossary-div {
    margin-bottom: 30px;
}
ul.business-listing-glossary li, ul.referral-glossary li {
    float: left;
    margin: 0;
    margin-right: 5px;
    border-right: 1px solid #ffb82b;
    padding: 0 5px;
}

ul.business-listing-glossary li:last-child,
ul.referral-glossary li:last-child {
    border-right: none;
}


.ajax-voting-container .row .col img{min-height: 158px;max-height: 158px;width: 100%;}
.voting-wrapper span{
    display: inline-block;
    font-size: 90%;
    background: #dcd9d6;
    padding: 0 5px;
}

.voting-wrapper .voting-btn-wrapper span {
    background-color: #FF6600;
    color: #FFF;
}
.voting-wrapper .voting-btn-wrapper a{color: #FFF;}

.voting-wrapper .col {
    padding: 0;
}

.voting-result-container .voting-wrapper .voting-btn-wrapper span {
    background-color: #e5e5e5;
    color: #FF6600;
}

.voting-result-container .voting-wrapper span {
    background-color: #e5e5e5;
    color: #FF6600;
    padding: 2px 10px;
}

.page-node-add-classified-ad #block-webform-client-block-304,
.node-type-edhat-contests .comment-section h2.title,
.node-type-edhat-contests .comment-section .text-primary {
    display: none;
}
.node-type-edhat-contests.administrator .comment-section h2.title,
.node-type-edhat-contests.administrator .comment-section .text-primary,
.node-type-edhat-contests .comment-section #comments h2.title {
    display: block;
}

.section-referrals-category .bk-mask {
    display: none;
}
.referral-cat-glossary {
    padding-bottom: 5px;
    border-bottom: 1px solid #f37320;
    margin-bottom: 10px;
}
.referral-cat-glossary ul {
    list-style-type: none;
}
.referral-cat-glossary ul li {
    float: left;
    display: inline;
}
.referral-cat-glossary ul li a {
    display: inline;
}

/* user posts in profile page */
.view-user-posts .h1, .view-user-posts  h2, .view-user-posts  h3, .view-user-posts  h4, .view-user-posts  h5, .view-user-posts  h6 {  margin-top: 5px;}
.view .item .content_out, .views-row .item .content_out, .module-classic-blog ul .views-row li .content_out {
    margin-top: 10px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.view .item .content_out, .module-classic-blog ul li .content_out{
    margin-top: 10px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

ul.bk-blog-content li:first-child .content_out {
    margin-top: 0;
}

.view.view-deals-landing li.item:first-child .content_out{
    margin-top: 0px;
    border-top: none;
    padding-top: 0;
}

.view li.item {list-style-type: none;}

#top-menu {position: relative;}
.user-info {
    font-size: 85%;
    position: absolute;
    z-index: 999;
    box-shadow: 2px 4px 18px #666;
}
.user-info th {border-bottom: none;}

figure{
    /*text-align: center;*/
}
figcaption{
    color: #666;
    font-style: italic;
    font-size: 90%;
}

.top-bar{
    background-color: #585858;
}
.footer {
    background-color: #585858;
}

#bk-normal-feat .s-feat-img img {
    max-height: 400px;
}
#bk-gallery-slider ul li img {
    max-height: 400px;
}

.article-content .field-name-field-category {
    float: left;
    margin-top: 10px;
    width: 100%;
}

.article-content .field-name-field-documents table {
    width: 100%;
}
.article-content .field-name-field-documents table .file figure{
    text-align: left;
    float: left;
}
.article-content .field-name-field-documents table .file figcaption{
    display: none;
}

.bkpage-content ul {
/*    list-style: disc;*/
    /*padding-left: 40px;*/
}
.view-landing-page .bkpage-content ul,
.view-landing-page ul.bk-blog-content {
    padding-left: 0 !important;
}
.node-type-event-calendar .flex-direction-nav {
    list-style: none;
}

.post-c-wrap .meta > div {
    letter-spacing: 0.5px;
}

.bkpage-content .field-name-body ul {
    list-style: disc;
    padding-left: 40px;
}
.bkpage-content .view-classified-ads-category .field-name-body ul {
    padding-left: 0;
}
.block-home-refarrals .content_out.small-post {
    margin-top: 0;
    position: relative;
    min-height: 160px;
}
.block-home-refarrals .content_out.small-post:first-child {
    margin-top: 0;
}
#block-formblock-collect-dates .vertical-tabs {
    display: none;
}
#block-formblock-collect-dates .ui-state-highlight a {
    background: #f37320
}
.module-classic-blog ul li .excerpt {
    margin-bottom: 0;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

div.warning, div.error, div.info, div.ok {
    background-repeat: no-repeat;
}

.comments-penalty-box h3 {
    text-transform: capitalize;
}
#simplenews-subscriptions-multi-block-form .form-type-checkbox {
    display: none;
}
#simplenews-subscriptions-multi-block-form .form-item-newsletters-210 {
    display: block
}