/* START: application/views/common/v_skin.php */
/*
 * West Kowloon Cultural District
 *
 * @author		Igino Fucci
 * @copyright	Copyright (c) 2013 (Keepthinking Ltd.)
 * @link		http://keepthinking.it
 *
 -------------------------------------------------------  */



body {
    background: #ffffff;
    color: #0f0e0f;
}
#content {
    background: #ffffff;
    color: #0f0e0f;
}
a {
    color: #afb6b8;
}
::-webkit-input-placeholder {
    color: #000;
}
:-moz-placeholder {
    color: #000;
}
::-moz-placeholder {
    color: #000;
}
:-ms-input-placeholder {
    color: #000;
}
#site_nav > * > ul > li {
}
#site_nav .logo {
    padding: 0 10px;
    vertical-align: middle;

}
#site_nav .logo a {
    background: url(https://www.westkowloon.hk/static/dist/img/wkcd-logo_dark.png) left top no-repeat;
    width: 150px;
    height: 42px;
    font-size: 0;
    line-height: 0;
    text-indent: -90000px;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
#site_nav .logo a:hover {
    opacity: 0.5;
}
a svg.svg_logo g.svg_logo_fill{
    fill: #0f0e0f;
    -webkit-transition: fill 0.2s ease-in-out;
    -moz-transition: fill 0.2s ease-in-out;
    -o-transition: fill 0.2s ease-in-out;
    transition: fill 0.2s ease-in-out;
}
a:hover svg.svg_logo g.svg_logo_fill,
a:focus svg.svg_logo g.svg_logo_fill,
a:active svg.svg_logo g.svg_logo_fill{
    fill: #afb6b8;
}


/* -----------------------------------------------------  */

/* gr8 practice to make life unhappy */
.rich_text * {
    color: #0f0e0f;
}
.rich_text a {
    border-bottom: 1px solid #0f0e0f;
}
.rich_text a:focus,
.rich_text a:hover,
.rich_text a:focus > *,
.rich_text a:hover > * {
    color: #afb6b8;
    opacity: 0.7;
}
.rich_text hr {
    border-top: 1px solid #afb6b8;
}
.rich_text table {
    border-top: 1px solid #afb6b8;
}
.rich_text thead th {
    border-bottom: 1px solid #afb6b8;
}
.rich_text tbody td {
    border-bottom: 1px solid #afb6b8;
}
.rich_text pre {
    background: #4f4d4f;
    color: #f0f0f0;
}


/* -----------------------------------------------------  */

.hlink {
    background-color: #4f4d4f;
    background-image: url(https://www.westkowloon.hk/static/dist/img/skin/light/link.png);
    height: 30px;
    color: #f0f0f0;
    border: 0;
}
.hlink:focus,
.hlink:hover {
    background-color: #bfbfbf;
}


/* -----------------------------------------------------  */

#site_nav > * > ul > li a {
    color: #0f0e0f;
}


#site_nav > * > ul > li a svg,
#site_nav > * > ul > li a .svg_stroke{
    stroke: #0f0e0f;
    -webkit-transition: stroke 0.2s ease-in-out;
    -moz-transition: stroke 0.2s ease-in-out;
    -o-transition: stroke 0.2s ease-in-out;
    transition: stroke 0.2s ease-in-out;
}
#site_nav > * > ul > li a:hover  svg,
#site_nav > * > ul > li a:focus  svg,
#site_nav > * > ul > li a:active svg,
#site_nav > * > ul > li a:hover  .svg_stroke,
#site_nav > * > ul > li a:focus  .svg_stroke,
#site_nav > * > ul > li a:active .svg_stroke{
    stroke: #afb6b8 !important; }


#site_nav > * > ul > li a .svg_fill{
    -webkit-transition: fill 0.2s ease-in-out;
    -moz-transition: fill 0.2s ease-in-out;
    -o-transition: fill 0.2s ease-in-out;
    transition: fill 0.2s ease-in-out;
    fill: #0f0e0f;
}
#site_nav > * > ul > li a:hover .svg_fill,
#site_nav > * > ul > li a:focus .svg_fill,
#site_nav > * > ul > li a:active .svg_fill{
    fill: #afb6b8 !important; ;
}


#site_nav > * > ul > li .ex_hlink:after {
    border-color: #0f0e0f #0f0e0f transparent transparent;
}
#site_nav {
    background: #ffffff;
    border-bottom: 1px solid #afb6b8;
}
#site_nav > * > ul > li > a:hover,
#site_nav > * > ul > li > a:focus,
#site_nav > * > ul > li > a.focus,
#site_nav > * > ul > .active > a,
#site_nav > * > ul > .active > a:hover,
#site_nav > * > ul > .active > a:focus,
#site_nav > * > ul > .active > a.focus {
    color: #afb6b8;
}
#site_nav > * > ul > li .ex_hlink:hover:after,
#site_nav > * > ul > li .ex_hlink:focus:after,
#site_nav > * > ul > li .ex_hlink.focus:after {
    border-color: #afb6b8 #afb6b8 transparent transparent;
}
#site_nav .logo a {
    background-image: url(https://www.westkowloon.hk/static/dist/img/skin/light/wkcd-nav_logo.png);
}
.side_nav > ul > .active > a,
.side_nav > ul > li a:hover,
.side_nav > ul > li a:focus {
    background-color: #afb6b8;
}
.side_nav > ul > li > a span:after {
    background: #afb6b8;
}
header .nav_preview .target {
    background: #4f4d4f;
}
header .nav_preview li:after {
    border-bottom: 1px solid #f0f0f0;
}
header .nav_preview li a {
    color: #f0f0f0;
}
header .nav_preview .active a,
header .nav_preview li a:hover,
header .nav_preview li a:focus,
header .nav_preview li a.focus {
    color: #ada4a3;
}
header .nav_preview form div.focus:before {
    background: #4f4d4f;
}
#lang_nav li a {
    color: #ffffff;
    background: #afb6b8;
    border: 1px solid #afb6b8;
}
#lang_nav li.active a {
    color: #afb6b8;
    background: #ffffff;
    border: 1px solid #afb6b8;
}
.module,
.module.major,
.module.minor {
    background-color: #4f4d4f !important;
}
.module .body.free:before,
.module .body.paid:before,
.module .body.past:before {
    background-image: url(https://www.westkowloon.hk/static/dist/img/skin/dark/event_type.png);
}
.module .body a,
.module.major .body a,
.module.minor .body a {
    color: #f0f0f0;
}
.module .ex_hlink:after {
    border-color: #f0f0f0 #f0f0f0 transparent transparent;
}
.module .body > *,
.module.major .body > *,
.module.minor .body > * {
    color: #f0f0f0;
}
section .module:before,
section .module:after {
    display: none;
}
.complementary .module * {
    color: #0f0e0f;
}
.complementary .module a {
    color: #afb6b8;
}
.module .label > * {
    background: #4f4d4f;
    color: #f0f0f0;
}
.module .label li {
    background-image: url(https://www.westkowloon.hk/static/dist/img/skin/light/media_type.png);
}
.module .body .past,
.complementary .module .body .past {
    background: #4f4d4f;
    color: #f0f0f0;
}
.module.facebook .body {
    background-image:  url(https://www.westkowloon.hk/static/dist/img/skin/light/module-facebook.png);
}
.module.news .body {
    background-image: url(https://www.westkowloon.hk/static/dist/img/skin/light/module-news.png);
}
.module.newsletter .body {
    background-image: url(https://www.westkowloon.hk/static/dist/img/skin/light/module-newsletter.png);
}
.module.jobs .body {
    background-image: url(https://www.westkowloon.hk/static/dist/img/skin/light/module-jobs.png);
}
#breadcrumbs li a {
    color: #afb6b8;
}
#breadcrumbs ul:before {
    background: #4f4d4f url(https://www.westkowloon.hk/static/dist/img/skin/light/breadcrumbs.png) center center no-repeat;
}
.page_header .label {
    background: #4f4d4f;
    color: #f0f0f0;
}
.filter li a,
.filter li a:focus,
.filter li a:hover {
    color: #afb6b8;
    border: 1px solid #afb6b8;
}
.filter li a:focus:after,
.filter li a:hover:after {
    display: none;
}
.filter li a:focus,
.filter li a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.5;
}
.filter .active a,
.filter .active a:focus,
.filter .active a:hover {
    background: #4f4d4f;
    color: #f0f0f0;
    border: 1px solid #4f4d4f;
}
.pagination li {
    background-color: #4f4d4f;
}
.pagination li > * {
    background-image: url(https://www.westkowloon.hk/static/dist/img/skin/light/pagination.png);
    height: 30px;
}
.pagination li a,
.pagination li span {
    border: 0;
}
.pagination li a,
.pagination li span {
    background-color: #4f4d4f;
}
.pagination li a:focus,
.pagination li a:hover {
    background-image: url(https://www.westkowloon.hk/static/dist/img/skin/dark/pagination.png);
    background-color: #bfbfbf;
}
.addthis_toolbox {
    background: #ffffff;
}
.actions li > a {
    background-color: #4f4d4f;
    height: 30px;
    color: #f0f0f0;
    border: 0;
}
.actions li > a:focus,
.actions li > a:hover,
.actions li > a.focus {
    background-color: #bfbfbf;
    color: #313131;
}
.map .overlay {
    background: #4f4d4f;
}
.map .overlay .body * {
    color: #f0f0f0;
}
#gallery .cell {
    border-color: #ffffff;
}
#hero > * {
    background: #4f4d4f;
}
#hero .hero_anchor {
    background: url(https://www.westkowloon.hk/static/dist/img/skin/light/info.png) center center no-repeat;
}
.heading:before {
    background: #afb6b8;
}
.heading h2 {
    background: #ffffff;
}
.page_scrolling a {
    background-color: #4f4d4f;
    background-image: url(https://www.westkowloon.hk/static/dist/img/skin/dark/scrolling.png);
    height: 30px;
    color: #f0f0f0;
    border: 0;
}
.page_scrolling a:focus,
.page_scrolling a:hover {
    background-color: #bfbfbf;
}
.page_list .header a {
    color: #0f0e0f;
}
.page_list li > * {
    border-bottom: 1px solid #4f4d4f;
}
.page_list .label {
    background: #4f4d4f;
    color: #f0f0f0;
}
.content_list .header a {
    color: #0f0e0f;
}
.content_list .avatar a {
    background: #ffffff;
}
.content_list .location > * {
    background: url(https://www.westkowloon.hk/static/dist/img/skin/light/location.png) center center no-repeat;
}
.content_list .media > * {
    background: url(https://www.westkowloon.hk/static/dist/img/skin/light/media.png) center center no-repeat;
}
.content_list .placeholder span {
    background: #4f4d4f;
    color: #f0f0f0;
}
.content_list .placeholder span:before {
    border-color: transparent transparent transparent #f0f0f0;
}
.content_list .placeholder span:after {
    border-color: transparent #f0f0f0 transparent transparent;
}
.content_tree li span {
    background: #4f4d4f;
    color: #f0f0f0;
}
.content_tree li span:before {
    border-color: transparent transparent transparent #f0f0f0;
}
.content_tree li span:after {
    border-color: transparent #f0f0f0 transparent transparent;
}
.content_tree li ul:before {
    background: #4f4d4f;
}
.content_tree li ul li:before {
    background: #4f4d4f;
}
.highlights li {
    border-color: #ffffff;
}
.content_form form {
    background: #4f4d4f;
}
.content_form form:before,
.content_form form:after {
    display: none;
}
.content_form p {
    color: #f0f0f0;
}
.content_form fieldset > label.focus:before {
    background: #bfbfbf;
}
.content_form fieldset > label span {
    color: #4f4d4f;
}
.content_form .radiocheck {
    color: #f0f0f0;
}
.content_form input[type="submit"] {
    background: #f0f0f0;
    color: #4f4d4f;
    border: 0;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.content_form input[type="submit"]:focus,
.content_form input[type="submit"]:hover {
    background: #f0f0f0;
    color: #4f4d4f;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.5;
}
.content_form .success {
    background: #ffffff;
    height: 30px;
    line-height: 30px;
    color: #0f0e0f;
    border: 0;
}
.open_close li {
    border-bottom: 1px solid #4f4d4f;
}
.open_close li h3 {
    color: #afb6b8;
}
.open_close li span {
    background: #afb6b8;
    color: #ffffff;
}
.expander .read_more,
.expander .read_less {
    background-image: url(https://www.westkowloon.hk/static/dist/img/skin/dark/expander.png);
}
#tabs_nav ul:before,
#tabs_nav ul:after {
    border-bottom: 1px solid #afb6b8;
}
#tabs_nav li {
    border-color: transparent transparent #afb6b8 transparent;
}
#tabs_nav li a {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
#tabs_nav li a:focus,
#tabs_nav li a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.5;
}
#tabs_nav .active a,
#tabs_nav .active a:focus,
#tabs_nav .active a:hover {
    color: #afb6b8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}
#tabs_nav .active {
    border-color: #afb6b8 #afb6b8 transparent #afb6b8;
}
#side h2 a,
#side h2 a:focus,
#side h2 a:hover {
    color: #afb6b8;
}
#side > ul:before {
    border-right: 1px solid #afb6b8;
}
#side > ul > li {
    border-color: transparent #afb6b8 transparent transparent;
}

#side > ul > li.active {
    border-color: #afb6b8 transparent #afb6b8 #afb6b8;
}
#side > ul > li a,
#side > ul li a:focus,
#side > ul li a:hover,
#side > ul li.active > a,
#side > ul li.active > a:focus,
#side > ul li.active > a:hover {
    color: #afb6b8;
}
.compl_info {
    background: #4f4d4f;
}
.compl_info:before,
.compl_info:after {
    display: none;
}
.compl_info dl,
.compl_info dt,
.compl_info dd {
    color: #f0f0f0;
}
#widget_snippet a {
    background-color: #4f4d4f;
    background-image: url(https://www.westkowloon.hk/static/dist/img/skin/light/actions.png);
    height: 30px;
    color: #f0f0f0;
    border: 0;
}
#widget_snippet a:focus,
#widget_snippet a:hover,
#widget_snippet a.focus {
    background-color: #bfbfbf;
    background-image: url(https://www.westkowloon.hk/static/dist/img/skin/dark/actions.png);
    color: #313131;
}
#page_anchor a {
    background-color: #4f4d4f;
    background-image: url(https://www.westkowloon.hk/static/dist/img/skin/light/anchor.png);
}
#page_anchor a:focus,
#page_anchor a:hover {
    background-image: url(https://www.westkowloon.hk/static/dist/img/skin/dark/anchor.png);
    background-color: #bfbfbf;
}

body > footer,
#content > footer {
    background-color: #4f4d4f;
}
body > footer .body > *,
#content > footer .body > * {
    border: 0;
}
body > footer .body h6,
#content > footer .body h6 {
    color: #f0f0f0;
}
#quick_links li a {
    color: #f0f0f0;
}
.social_links li a {
    background-color: #fff;
    background-image: url(https://www.westkowloon.hk/static/dist/img/skin/dark/social.png);
}
body > footer .quick_form,
#content > footer .quick_form {
    background: url(https://www.westkowloon.hk/static/dist/img/skin/dark/footer-newsletter.png) right top no-repeat;
}
body > footer .footer,
#content > footer .footer {
    background-color: #4f4d4f;
    border-top: 1px solid #ffffff;
}
body > footer .footer p,
#content > footer .footer p {
    color: #f0f0f0;
}

/*
#ffffff;
#0f0e0f;
#4f4d4f;
#f0f0f0;
#bfbfbf;
 */
#footer{
    background-color: #4f4d4f !important;
    color: #f0f0f0 !important;
}
#footer a{
    color: #f0f0f0 !important;
}

#footer .footer_top {
    background-color: #4f4d4f !important;
    color: #f0f0f0 !important;
}

#footer .footer_middle {
    background-color: #4f4d4f !important;
    color: #f0f0f0 !important;
}

#footer .footer_logo svg {
    fill: #f0f0f0;
}

#footer .footer_bottom .copy,
#footer .footer_bottom {

    background-color: #4f4d4f !important;
    color: #f0f0f0 !important;
}

/* -----------------------------------------------------  */

@media screen and (min-width: 1366px) {
    #home #lang_nav li a {
        color: #afb6b8;
        border: 1px solid #afb6b8;
    }
    #lang_nav {
        top: 20px;
    }
}
@media screen and (max-width: 767px) {
    .actions li > a {
        background-image: url(https://www.westkowloon.hk/static/dist/img/skin/light/actions.png);
    }
    .actions li > a:focus,
    .actions li > a:hover,
    .actions li > a.focus {
        background-image: url(https://www.westkowloon.hk/static/dist/img/skin/dark/actions.png);
    }
}
@media screen and (min-width: 768px) {
    .actions li > a {
        background-image: url(https://www.westkowloon.hk/static/dist/img/skin/light/actions.png);
    }
    .actions li > a:focus,
    .actions li > a:hover,
    .actions li > a.focus {
        background-image: url(https://www.westkowloon.hk/static/dist/img/skin/dark/actions.png);
    }
}

/* Map module colors ----------------------------------------------  */

/* desktop */
@media all and (min-width:900px) {
    .wk-map-module .filters ul>li {
        border: 1px solid #4f4d4f;
    }
    .wk-map-module .filters ul > li:hover,
    .wk-map-module .filters ul > li.active {
        background: #4f4d4f;
        color:#f0f0f0;
    }
    .wk-map-module .filters ul {
        border-bottom: 1px solid #4f4d4f;
    }
}
/* mobile */
.wk-map-module .filters ul>li.active {
    background: #4f4d4f;
    color:#f0f0f0;
}
.wk-map-module .filters ul.open li.active {
    background: #4f4d4f;
    color:#f0f0f0;
}
.wk-map-module .filters ul:before {
    border-top: 10px solid #4f4d4f;
}
.wk-map-module .filters ul:after {
    border-bottom: 2px solid #4f4d4f;
}
.wk-map-module .filters ul.open li {
    display: block;
    background: #afb6b8;
}
.wk-map-module .filters ul.open:before {
    background: #afb6b8;
}
.wk-map-module .filters ul.open:after {
    border-bottom: 10px solid #afb6b8;
}



.social_links li a {
    background-color: #4f4d4f;
    background-image: url(https://www.westkowloon.hk/static/dist/img/social.png);
}
.at-share-tbx-element a.at-share-btn svg{
    background-color: #4f4d4f;
    fill: #f0f0f0;
}
.at-share-tbx-element a.at-share-btn:hover svg {
    background-color: #969FA8;
}



.crm_registration_from .event_registration {
    background: #4f4d4f;
}
.crm_registration_from .event_registration .form ul li.checkbox input,
.crm_registration_from .crm_row,
.crm_registration_from input,
.crm_registration_from select,
.crm_registration_from .select .field_title,
.crm_registration_from .select ul li ,
.crm_registration_from textarea {
    background: #ffffff !important;
}
.crm_registration_from .loged_in input#Email {
    background: #ffffff66;
}
.crm_registration_from .event_registration .form ul li.checkbox input {
    color: #0f0e0f;
}
.crm_registration_from .crm_row {
    color: #0f0e0f;
}
.crm_registration_from li.select *,
.crm_registration_from input {
    color: #0f0e0f;
    stroke: #0f0e0f;
}
.crm_registration_from textarea {
    color: #0f0e0f;
}


.crm_registration_from select {
    color: #afb6b8;
}
.crm_registration_from select option:disabled {
    color: #afb6b8;
}

.crm_registration_from input::placeholder {
    color: #afb6b8 !important;
}
.crm_registration_from input::-webkit-input-placeholder {
    color: #afb6b8 !important;
}
.crm_registration_from input::-moz-placeholder {
    color: #afb6b8 !important;
}
.crm_registration_from input:-moz-placeholder {
    color: #afb6b8 !important;
}
.crm_registration_from input:-ms-input-placeholder {
    color: #afb6b8 !important;
}

.crm_registration_from textarea::placeholder {
    color: #afb6b8 !important;
}
.crm_registration_from textarea::-webkit-input-placeholder {
    color: #afb6b8 !important;
}
.crm_registration_from textarea::-moz-placeholder {
    color: #afb6b8 !important;
}
.crm_registration_from textarea:-moz-placeholder {
    color: #afb6b8 !important;
}
.crm_registration_from textarea:-ms-input-placeholder {
    color: #afb6b8 !important;
}

.crm_registration_from .event_registration .form ul li.checkbox input:after {
    border-color: #0f0e0f !important;
}

.crm_registration_from input:-webkit-autofill,
.crm_registration_from input:-webkit-autofill:hover, 
.crm_registration_from input:-webkit-autofill:focus,
.crm_registration_from textarea:-webkit-autofill,
.crm_registration_from textarea:-webkit-autofill:hover,
.crm_registration_from textarea:-webkit-autofill:focus,
.crm_registration_from select:-webkit-autofill,
.crm_registration_from select:-webkit-autofill:hover,
.crm_registration_from select:-webkit-autofill:focus,
.crm_registration_from input:-webkit-autofill {
    -webkit-text-fill-color: #0f0e0f;
    -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
}




/* Background colour */
/******************************************************************/
.skin_bg {
    background-color: #ffffff !important;
}

/* Background text colour */
/******************************************************************/
.skin_color {
    color: #0f0e0f !important;
}
.skin_border ,
.skin_border_after:after ,
.skin_border_before:before {
    border-color: #0f0e0f !important;
}

/* Background accent colour */
/******************************************************************/
.skin_bg_accent {
    background: #afb6b8 !important;
}
.skin_svg_accent {
    fill: #afb6b8 !important;
    stroke: #afb6b8 !important;
}
.skin_color_accent,
.skin_color_accent_placeholder::placeholder {
    color: #afb6b8 !important;
}

/* Feature background colour */
/******************************************************************/
.skin_bg_feat {
    background-color: #4f4d4f !important;
}

/* Feature text colour */
/******************************************************************/
.skin_color_feat {
    color: #4f4d4f !important;
    stroke: #4f4d4f !important;
}

/* Navigation highlight colour */
/******************************************************************/
.skin_color_nav_highlight {
    color: #ada4a3 !important;
}

/* Navigation highlight colour {bg}*/
/******************************************************************/
.skin_bg_nav_highlight {
    background-color: #ada4a3 !important;
}

/* Footer top background colour */
/******************************************************************/
.skin_bg_footer_top {

}

/* Footer middle background colour */
/******************************************************************/
.skin_bg_footer_middle {

}

/* Footer bottom background colour */
/******************************************************************/
.skin_bg_footer_bottom {

}

/* CRM registration form custom colour 1 (e.g Register profile, eNews subscription text) */
/******************************************************************/
.skin_color_form_custom1 a,
.skin_color_form_custom1 p,
.skin_color_form_custom1 h1,
.skin_color_form_custom1 h2,
.skin_color_form_custom1 h3,
.skin_color_form_custom1 h4,
.skin_color_form_custom1 h5,
.skin_color_form_custom1 h6,
.skin_color_form_custom1 {
    color: #f0f0f0 !important;
    stroke: #f0f0f0 !important;
}

.skin_border_form_custom1 ,
.skin_border_form_custom1:after ,
.skin_border_form_custom1:before {
    border-color: #f0f0f0 !important;
}

/* CRM registration form custom colour 2 (e.g Form cancel button backgound) */
/******************************************************************/
.skin_bg_form_custom2 {
    background-color: #4f4d4f !important;
}
.skin_border_form_custom2 ,
.skin_border_form_custom2:after ,
.skin_border_form_custom2:before {
    border-color: #4f4d4f !important;
}
.skin_bg_form_custom2_hover:hover ,
.skin_bg_form_custom2_hover:active {
    background-color: #4f4d4f !important;
    background      : #4f4d4f !important;
    opacity         : 1 !important;
}


/* END: application/views/common/v_skin.php */
