@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Barlow|Chathura|Noto+Sans");

/**
GLOBAS
**/

.align-vertical {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.hidden {
    display: none;
}

.text-readable,
.body-wrapper,
.aview-date,
.aview-content,
.main-navbar-search-input {
    font-weight: normal;
}

.text-fancy,
.p-ribbon-breadcrumb>ol.breadcrumb>li,
.p-ribbon-breadcrumb>ol.breadcrumb>li>a,
ol.breadcrumb>li,
ol.breadcrumb>li>a {
    font-family: "Chathura", sans-serif;
    font-size: 2rem;
    line-height: 0.7;
    font-weight: normal;
}

.text-bold {
    font-weight: 600;
}

._btn,
._btn_small,
.btn-readmore,
.btn-basic,
.btn-main,
.nav-tabs.nav-tabs-main .nav-link {
    font-family: "Chathura", sans-serif;
    font-size: 2rem;
    line-height: 0.7;
    font-weight: 600;
    letter-spacing: 1px;
}

._btn_small,
.btn-readmore {
    font-size: 1.4rem;
}

.margin-bottom {
    margin-bottom: 15px;
}

.margin-bottom-2x {
    margin-bottom: 30px;
}

.margin-bottom-3x {
    margin-bottom: 45px;
}

.margin-l-5 {
    margin-left: 5px;
}

.margin-l-10 {
    margin-left: 10px;
}

.margin-r-5 {
    margin-right: 5px;
}

.margin-r-10 {
    margin-right: 10px;
}

.text-small {
    font-size: 90%;
}

.text-smaller {
    font-size: 80%;
}

.bg-red {
    background: #FE0000;
    color: #FFF;
}


/***
BASE STYLES
***/

html,
body {
    margin: 0;
    padding: 0;
}

html {
    font-size: 10pt;
    line-height: 1.2;
}

body {
    color: #333;
    width: 100%;
    height: 100%;
    position: relative;
    background: #f3f3f3;
    font-family: "Barlow", sans-serif;
    font-size: 1.3rem;
}

body.light {
    background: #FFF;
}

a {
    color: #333;
    font-size: inherit;
    font-family: inherit;
    font-weight: 600;
    transition: all 200ms linear;
    font-size: 1em;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Chathura", sans-serif;
    line-height: 0.7;
}

h1 {
    font-size: 4.5rem;
}

h2 {
    font-size: 4rem;
}

h3 {
    font-size: 3.5rem;
}

h4 {
    font-size: 3rem;
}

h5 {
    font-size: 2.5rem;
}

h6 {
    font-size: 2.3rem;
}

hr {
    display: block;
    position: relative;
    outline: 0;
    height: 1px;
    background: #DDD;
    margin: 35px 0;
}

section.content {
    min-height: 500px;
}


/*** FAQ ***/

.faq .card {
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.faq .card .card-header {
    padding: 0;
    border-color: rgba(0, 0, 0, 0.9);
    border-color: rgba(0, 0, 0, 0.05);
    border: none;
}

.faq .card .card-header a {
    /*color:#FFF;*/
    font-weight: 600;
    display: block;
    background: #111;
    background: #EBEBEB;
    padding: 10px 20px;
    font-size: 1em;
    border-bottom: solid 1px #DDD;
}

.faq .card .card-body {
    padding-top: 0;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    padding: 10px 15px;
    margin-left: -1px;
    line-height: 1.25;
    color: #FE0000;
    background-color: #fff;
    border: 1px solid #ddd;
}


/***
FOOTER
***/

#footer {
    position: relative;
    z-index: 80;
    height: 40px;
    width: 100%;
    background: none;
}

#footer>.inner {
    position: relative;
    height: 100%;
    width: 100%;
    background: none;
}

.footer-right {
    display: none;
}

.footer-left,
.footer-right {
    height: 1;
}

.footer-left {
    display: inline-block;
    position: relative;
}

.footer-center {
    display: inline-block;
    width: 200px;
    right: 20px;
    /** positioned right after the right **/
    float: right;
}

.footer-right {
    display: none;
    /** positioned on the far right **/
    float: right;
    right: 0;
}

.footer-socmed {
    margin-top: -20px;
}

.footer-socmed a {
    color: #666;
    margin: 0 5px;
    font-size: 25pt;
}

.footer-socmed a:hover {
    color: #FE0000;
}

.footer-copy {
    display: none;
    margin: 5px 25px;
    color: #666;
    font-family: "Chathura", sans-serif;
    font-size: 4em;
    line-height: 1.2;
    font-size: 1.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media only screen and (min-width: 960px) {
    #footer {
        position: fixed;
        height: 40px;
        width: 100%;
        left: 0;
        bottom: 0;
        background: none;
    }
    body.body.general #footer {
        position: relative;
    }
    body.body.general #footer .footer-left,
    body.body.general #footer .footer-right {
        border: none;
    }
    #footer>.inner {
        position: relative;
        height: 100%;
        width: 100%;
        background: none;
    }
    .footer-left,
    .footer-right {
        border-top: solid 1px #999;
        height: 1;
    }
    body.light #footer>.inner {
        background: white;
        box-shadow: -5px -5px 5px -5px #DDD;
    }
    body.light .footer-left,
    body.light .footer-right {
        border: none;
    }
    .footer-left {
        display: inline-block;
        /** spread from left to right, fixed marginned from far right **/
        position: absolute;
        left: 0;
        right: 0;
        right: 230px;
    }
    .footer-center {
        display: inline-block;
        width: 200px;
        right: 100px;
        /** positioned right after the right **/
        float: right;
    }
    .footer-right {
        display: inline-block;
        /** positioned on the far right **/
        float: right;
        right: 0;
    }
    .footer-copy {
        display: block;
    }
}


/** CUSTOMS **/

.body-wrapper {
    padding-top: 60px;
    background: #ddd;
    position: relative;
    width: 100%;
    height: 100%;
    /*background-image:url(../img/bg-shade.jpg);*/
    background-color: #FFF;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top middle;
}

.bwrap-general {
    padding-bottom: 100px;
}

.bwrap-article-index,
.bwrap-shade {
    background-image: url(../img/bg-shade.jpg);
    background-size: 100%;
    background-position: top left;
    background-repeat: no-repeat;
}

.bwrap-basic {
    background: none;
}

@media only screen and (min-width: 960px) {
    .body-wrapper {
        padding-top: 80px;
    }
}


/** TITLES **/

.h-title {
    position: relative;
    display: inline-block;
    color: #FFF;
    padding: 10px 30px;
    margin: 0;
    margin-bottom: 15px;
    margin-left: 5px;
}

.h-title.no-margin {
    margin: 0;
}

.h-title>h1,
.h-title>h2,
.h-title>h3,
.h-title>h4,
.h-title>h5,
.h-title>h6 {
    position: relative;
    z-index: 3;
    line-height: 1;
    display: block;
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 1em;
}

.h-title h1 {
    font-size: 3.5rem;
}

.h-title h2 {
    font-size: 3rem;
}

.h-title h3 {
    font-size: 2.5rem;
}

.h-title h4 {
    font-size: 2rem;
}

.h-title h5 {
    font-size: 1.5rem;
}

.h-title h6 {
    font-size: 1rem;
}

.h-title.style-2 {
    display: block;
    padding: 0;
    margin-left: 0;
}

.h-title.style-2 h1,
.h-title.style-2 h2,
.h-title.style-2 h3,
.h-title.style-2 h4,
.h-title.style-2 h5,
.h-title.style-2 h6 {
    color: #666;
    background: #f3f3f3;
    display: inline-block;
    padding-left: 0;
    padding-right: 15px;
    position: relative;
    z-index: 2;
    font-weight: 600;
}

.h-title.style-2:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    width: 100%;
    height: 0;
    border-bottom: solid 1px #BBB;
    top: 50%;
    left: 0;
}

.h-title.style-1:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin-left: -30px;
    background: #000;
    top: 0;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
}

.h-title.style-1.reverse:before {
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -o-transform: skew(15deg);
}

.h-title.with-shadow:before {
    box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.8);
}

.h-title.style-1>span {
    position: relative;
    z-index: 2;
    color: #FFF !important;
}

.h-title.style-1.red:before {
    background-color: red;
}

.btn-basic {
    position: relative;
    display: inline-block;
    color: #333;
    border: none;
    transition: all linear 200ms;
    -webkit-transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -o-transition: all linear 200ms;
}

.btn-basic .fa {
    font-size: 0.5em;
}

.btn-main {
    position: relative;
    display: inline-block;
    padding: 10px 25px;
    margin: 0;
    margin-bottom: 15px;
    left: -5px;
    right: -5px;
    color: #FFF;
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    transition: all linear 200;
    -webkit-transition: all linear 200;
    -moz-transition: all linear 200;
    -o-transition: all linear 200;
}

.btn-main.no-margin {
    margin: 0;
}

.btn-main>span {
    position: relative;
    z-index: 3;
    display: block;
    margin: 0;
    padding: 0;
    height: 100%;
    color: #FFF;
    font-size: 1.2em;
    transition: 0.5s;
    font-weight: 400;
}

.btn-main>span>.fa {
    font-size: 15px;
}

.btn-main:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #444;
    top: 0;
    left: 0;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transition: all linear 200ms;
    -webkit-transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    overflow: hidden;
}

.btn-main.with-shadow:before {
    box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.8);
}

.btn-main:hover,
.btn-main:focus,
.btn-main:active {
    color: #FFF;
    border: none;
    outline: none;
}

.btn-main:hover:before {
    background-color: #000;
}

.btn-main.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}


/** btn-main : sizes **/

.btn-main.large {
    font-size: 2em;
    font-weight: 400;
}

.btn-main.larger {
    font-size: 2.5em;
    font-weight: 400;
}

.btn-main.small {
    font-size: 1.5em;
    font-weight: 400;
}

.btn-main.smaller {
    font-size: 1em;
    font-weight: 400;
}


/** btn-main : with-animation **/

.btn-main.with-animation>span:after {
    content: '\00bb';
    font-size: 0.8em;
    line-height: 1;
    position: absolute;
    opacity: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -20px;
    transition: 0.5s;
}

.btn-main.with-animation:hover>span {
    padding-right: 25px;
}

.btn-main.with-animation:hover>span:after {
    opacity: 1;
    right: 0;
}


/** btn-main : red **/

.btn-main.red>span {
    color: #FFF !important;
}

.btn-main.red:before {
    background-color: red;
}

.btn-main.red:hover:before {
    background-color: #c40505;
}

.btn-main.muted>span {
    color: #FFF !important;
}

.btn-main.muted:before {
    background-color: #bbb;
}

.btn-main.muted:hover:before {
    background-color: #bbb;
}


/** btn-main : default **/

.btn-main.default>span {
    color: #333 !important;
    font-weight: 600;
}

.btn-main.default:hover>span {
    color: #FFF !important;
}

.btn-main.default:before {
    background-color: #EEE;
}

.btn-main.default:hover:before {
    background-color: #333;
}

.btn-readmore {
    padding: 8px 15px;
    background: #FF0000;
    border: solid 1px transparent;
    font-size: 1.5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFF;
    cursor: pointer;
    transition: all linear 200ms;
    -webkit-transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -o-transition: all linear 200ms;
}

.btn-readmore .fa {
    font-size: 14px;
}

.btn-readmore:hover {
    background-color: #c40505;
    color: #FFF;
}


/*****************************************************************
BANNERS
**/

.x-banner {
    height: 400px;
    width: 100%;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center -50%;
    background-attachment: fixed;
    margin-top: -80px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.x-banner.darken:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

.x-ribbon,
.x-ribbon>.container,
.x-ribbon-title>.h-title:before {
    height: 80px;
}

.x-ribbon {
    position: relative;
    z-index: 9;
    width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
}

.x-ribbon>.container {
    position: relative;
    background: none;
}

.x-ribbon>.container:before,
.x-ribbon>.container:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #f3f3f3;
    top: 0;
}

.x-ribbon.lightbg>.container:before,
.x-ribbon.lightbg>.container:after {
    background-color: #FFF;
}

.x-ribbon>.container:before {
    left: 25px;
}

.x-ribbon>.container:after {
    right: -500px;
}

.x-ribbon:before,
.x-ribbon:after {
    content: "";
    display: table;
    clear: both;
}

.x-ribbon-title {
    position: relative;
    z-index: 3;
    margin-right: 15px;
    margin-left: -10px;
    float: left;
}

.x-ribbon-title .inner {
    position: relative;
    display: inline-block;
    color: #FFF;
    padding: 22px 30px;
    margin: 0;
}

.x-ribbon-title .inner:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin-left: -30px;
    top: 0;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    background: #000;
}

.x-ribbon-title .inner h1 {
    position: relative;
    z-index: 3;
    font-size: 3.5rem;
    line-height: 0.8;
    display: block;
    margin: 0;
    padding: 0;
}

.x-ribbon-body {
    position: relative;
    z-index: 3;
    padding: 15px 30px;
}

@media only screen and (max-width: 960px) {
    .x-banner {
        height: 250px;
        margin-top: 0;
        background-position: bottom center;
        background-attachment: initial;
        background-size: cover;
    }
    .x-ribbon,
    .x-ribbon>.container,
    .x-ribbon-title>.h-title:before {
        height: auto;
    }
    .x-ribbon>.container:before,
    .x-ribbon>.container:after {
        display: none;
    }
    .x-ribbon-title {
        position: relative;
        z-index: 3;
        margin-right: -15px;
        margin-left: -15px;
        float: none;
    }
    .x-ribbon-title .inner {
        position: relative;
        display: block;
        padding: 15px 30px;
        margin: 0;
        background: #000;
    }
    .x-ribbon-title .inner:before {
        display: none;
    }
}

.p-ribbon {
    position: relative;
    z-index: 9;
    width: 100%;
    overflow: hidden;
}

.p-ribbon>.container {
    position: relative;
}

.p-ribbon>.container:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 80px;
    background-color: #222;
    top: 0;
    right: 100%;
    margin-right: -25px;
}

.p-ribbon:before,
.p-ribbon:after {
    content: "";
    display: table;
    clear: both;
}

.p-ribbon-title {
    float: left;
    margin-right: 15px;
    margin-left: -10px;
}

.p-ribbon-title>.h-title {
    margin: 0;
}

.p-ribbon-title>.h-title:before {
    background-color: #FE0000;
}

.p-ribbon-breadcrumb {
    float: right;
    display: inline-block;
}

.p-ribbon-breadcrumb>ol.breadcrumb {
    background: none !important;
    margin-bottom: 0;
}

.p-ribbon-breadcrumb>ol.breadcrumb>li>a {
    font-weight: 600;
}


/*****************************************************************
BREADCRUMB
**/

ol.breadcrumb {
    background: none !important;
    margin-bottom: 15px;
    padding: 0;
}

ol.breadcrumb>li>a {
    font-weight: 600;
}

ol.breadcrumb>li>a .fa {
    font-size: 20px;
}


/*****************************************************************
PAGE BANNER
**/

.page-banner {
    position: relative;
    z-index: 1;
    height: 300px;
    background-color: #111;
    margin-top: -80px;
    overflow: hidden;
}

.page-banner-bg {
    width: 110%;
    height: 110%;
    position: relative;
    z-index: 1;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 50%;
}

.page-banner.absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    z-index: 8;
}

.page-banner.style-2 .page-banner-bg {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #333 !important;
}

.page-banner-bg.darker {
    opacity: 0.3;
}

.page-banner-bg.bg-grey-darker {
    opacity: 1;
    background-image: url(../../frontend/img/bg-grey-darker.jpg);
    background-attachment: fixed;
    background-size: 100%;
    background-position: top center;
}

.page-banner-bg.bg-dark {
    opacity: 0.6;
    background-color: #FFF;
    background-image: url(../../frontend/img/bg-dark.jpg);
    background-attachment: fixed;
    background-size: 100%;
    background-position: top center;
}

.page-banner-bg.bg-darker {
    opacity: 0.3;
    background-image: url(../../frontend/img/bg-dark.jpg);
    background-attachment: fixed;
    background-size: 100%;
    background-position: top center;
}

.page-banner-bg.bg-default {
    opacity: 1;
    background-image: url(../../frontend/img/bg-grey.jpg);
    background-attachment: fixed;
    background-size: 100%;
    background-position: top center;
}

.page-banner-bg.fixedBg {
    background-attachment: fixed;
    background-size: 100%;
    background-position: top center;
}

.page-banner-bg.fixedBg-center {
    background-attachment: fixed;
    background-size: 100%;
    background-position: bottom 50%;
}

.blur {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

.blur-more {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.page-banner>.page-banner-content {
    position: absolute;
    z-index: 99;
    bottom: 20px;
    height: auto;
    width: 100%;
}


/*****************************************************************
iBOX
**/

.i-box {
    margin-bottom: 15px;
}

.i-box>.i-header {
    position: relative;
    z-index: 3;
    background: rgba(0, 0, 0, 0.8);
    background: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    border-radius: 0 5px 0 0;
}

.i-box>.i-header.with-shadow {
    box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.5);
}

.i-box>.i-header.bg-none {
    background: none;
}

.i-box>.i-header>.h-title {
    margin: 0;
    left: -10px;
}

.i-box>.i-header>.h-title.reverse {
    left: -10px;
}

.i-box>.i-body {
    position: relative;
    z-index: 2;
    display: block;
    background: #FFF;
}

.i-box>.i-body.no-padding {
    padding: 0;
}

.i-box>.i-footer {
    position: relative;
    z-index: 3;
    display: block;
    background: #FFF;
    padding: 10px;
}

.i-box>.i-footer.no-padding {
    padding: 0;
}


/*****************************************************************
NAV-TABS
**/

.nav-tabs.nav-tabs-main {
    border-bottom: none;
    margin-left: 15px;
    margin-right: 15px;
}

.nav-tabs.nav-tabs-main .nav-item {
    margin-bottom: -1px;
}

.nav-tabs.nav-tabs-main .nav-link {
    border: none;
    border-radius: none;
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    margin: 0;
    margin-bottom: 15px;
    margin-right: 5px;
    left: -5px;
    right: -5px;
    color: #FFF;
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    transition: all linear 200;
    -webkit-transition: all linear 200;
    -moz-transition: all linear 200;
    -o-transition: all linear 200;
}

.nav-tabs.nav-tabs-main .nav-link:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #BBB;
    top: 0;
    left: 0;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transition: all linear 200ms;
    -webkit-transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    overflow: hidden;
}

.nav-tabs.nav-tabs-main .nav-link span {
    position: relative;
    z-index: 3;
    display: block;
    margin: 0;
    padding: 0;
    height: 100%;
    color: #FFF;
    font-size: 1.4em;
    transition: 0.5s;
    font-weight: 400;
}

.nav-tabs.nav-tabs-main .nav-link span>.fa {
    font-size: 15px;
}


/** nav-tabs-main Small */

.nav-tabs.nav-tabs-main.small .nav-link {
    padding: 8px 20px;
}

.nav-tabs.nav-tabs-main.small .nav-link span {
    font-size: 100%;
}

.nav-tabs.nav-tabs-main.small .nav-link span>.fa {
    font-size: 10px;
}

.nav-tab.nav-tabs-mains .nav-link:focus,
.nav-tabs.nav-tabs-main .nav-link:hover {
    border-color: none;
}

.nav-tab.nav-tabs-mains .nav-link:focus:before,
.nav-tabs.nav-tabs-main .nav-link:hover:before {
    background: #999;
    color: #FFF;
}

.nav-tab.nav-tabs-mains .nav-link:focus span,
.nav-tabs.nav-tabs-main .nav-link:hover span {
    color: #FFF;
}

.nav-tabs.nav-tabs-main .nav-link.disabled {
    color: #868e96;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs.nav-tabs-main .nav-link.active,
.nav-tabs.nav-tabs-main .nav-item.show .nav-link {
    color: none;
    background-color: none;
    border-color: none;
}

.nav-tabs.nav-tabs-main .nav-link.active:before,
.nav-tabs.nav-tabs-main .nav-item.show .nav-link:before {
    color: #FFF;
    background-color: #FE0000;
}

.nav-tabs.nav-tabs-main .nav-link.active span,
.nav-tabs.nav-tabs-main .nav-item.show .nav-link span {
    color: #FFF;
}

.nav-tabs.nav-tabs-main.style-outline .nav-link:before {
    border: solid 1px transparent;
}

.nav-tabs.nav-tabs-main.style-outline .nav-link.active:before,
.nav-tabs.nav-tabs-main.style-outline .nav-item.show .nav-link:before {
    color: #333;
    background: #FFF;
}


/*****************************************************************
DATA LIST
**/

.data-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.data-list-item {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: dotted 1px #CCC;
}

.data-list::after,
.data-list-item::after {
    content: "";
    clear: both;
    display: table;
}

.data-list-img {
    display: block;
    width: 100%;
}

.data-list-img>img {
    width: 100%;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .data-list-body.has-image {
        margin-left: 155px;
        padding-left: 15px;
        min-height: 150px;
    }
    .data-list-img {
        float: left;
        width: 150px;
        height: 150px;
    }
}

.data-grid-item {
    display: block;
    margin-bottom: 15px;
}

.data-grid-item-body {
    padding: 15px 5px;
}


/*****************************************************************
ALIST
**/

.alist-featured {
    position: relative;
    margin: 0;
}

.alist-featured .alist {
    position: relative;
    border-radius: 5px;
    margin-bottom: 0;
}

.alist-featured .image-box {
    height: 500px;
    width: 100%;
    overflow: hidden;
    background: none;
}

.alist-featured .image-box>.image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: all linear 100ms;
    background-color: #333;
}

.alist-featured .alist>.content {
    position: absolute;
    height: 180px;
    width: 100%;
    overflow: hidden;
    display: block;
    bottom: 0;
    color: #FFF;
    padding: 0px 15px 10px 15px;
    background: rgba(255, 255, 255, 0.7);
    background: rgba(0, 0, 0, 0.7);
}

.alist-featured .date {
    position: relative;
    display: inline-block;
    margin-left: -15px;
    padding: 5px 20px 5px 20px;
    top: -1px;
    margin-bottom: 15px;
    background: #FE0000;
    color: #FFF;
    font-size: 0.7rem;
    font-weight: 600;
}

.alist-featured .date:after {
    position: absolute;
    left: 100%;
    top: 0;
    content: '';
    width: 0;
    height: 0;
    border-top: 25px solid #FE0000;
    border-right: 10px solid transparent;
}

.alist-featured .title {
    margin-bottom: 5px;
    font-size: 3.4rem;
    font-weight: 800;
    text-transform: uppercase;
}

.alist-featured .btn-readmore {
    right: 20px;
}

.alist-featured-categories-item {
    display: block;
    border: none;
}

.alist-featured-categories-item>img {
    border: none;
}

.article-list-wrap {
    margin-bottom: 50px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.alist-arrow {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.alist-arrow.prev-arrow {
    text-align: right;
}

.alist-arrow.next-arrow {
    text-align: left;
}

.alist {
    background: #FFF;
    box-shadow: 0 0 6px -2px #333;
    border-radius: 5px;
    margin-bottom: 6px;
}

.alist-image-box {
    height: 250px;
    width: 100%;
    overflow: hidden;
    background-color: #f3f3f3;
}

.alist-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: all linear 100ms;
}

.alist-content {
    color: #000;
    padding: 0px 15px 10px 15px;
    height: 240px;
    overflow: hidden;
    display: block;
    position: relative;
}

.alist-date {
    position: relative;
    display: inline-block;
    background: #000;
    margin-left: -15px;
    padding: 5px 20px 5px 20px;
    margin-bottom: 15px;
    top: -1px;
    color: #FFF;
    font-size: 0.8em;
    font-weight: 600;
}

.alist-date:after {
    position: absolute;
    left: 100%;
    top: 0;
    content: '';
    width: 0;
    height: 0;
    border-top: 25px solid #000;
    border-right: 10px solid transparent;
}

h3.alist-title {
    margin-bottom: 10px;
    font-family: "Chathura", sans-serif;
    font-size: 2.3rem;
    line-height: 0.7;
    font-weight: 800;
    text-transform: uppercase;
}

.alist-brief {
    font-size: 1.2rem;
    line-height: 1.3;
}

.alist .btn-readmore {
    position: absolute;
    bottom: 20px;
}

.aview-date {
    font-size: 1em;
    font-weight: normal;
}

.aview-title {
    font-size: 4rem;
    font-weight: 600;
}

ul.side-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.side-links li a {
    display: block;
    padding: 8px 20px;
    border-bottom: solid 1px transparent;
    font-family: "Chathura", sans-serif;
    font-size: 1.9em;
    line-height: 1;
    font-weight: 600;
}

ul.side-links li a>.fa {
    margin-right: 10px;
    transition: all linear 200ms;
    font-size: 0.5em;
}

ul.side-links li a:hover>.fa {
    margin-right: 15px;
}

ul.side-links li.active a>.fa,
ul.side-links li.active a {
    color: red;
}


/** 
********************************
NAVBAR 
********************************
**/

.main-navbar-wrap {
    position: absolute;
    z-index: 99;
    top: 0;
}

#main-navbar {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 80px;
    transition: all linear 200ms;
    -webkit-transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -o-transition: all linear 200ms;
}

#main-navbar,
#main-navbar.with-bg {
    background-color: rgba(0, 0, 0, 0.7);
}

#main-navbar.no-bg {
    background: none;
}

.main-navbar-hoverbg {
    opacity: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    background: rgba(0, 0, 0, 0.8);
    transition: all linear 200ms;
}

.main-navbar-hoverbg.shown {
    opacity: 1;
}

.main-navbar-toggler {
    display: block;
    position: relative;
    z-index: 4;
    left: 0;
    float: left;
    width: 80px;
    height: 100%;
    background: #000;
}

.main-navbar-toggler.active {
    background: red;
}

.main-navbar-toggler>.inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    padding-right: 15px;
}

.main-navbar-toggler .fa {
    font-size: 25pt;
    transition: all linear 200ms;
    -webkit-transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -o-transition: all linear 200ms;
}

.main-navbar-toggler:hover .fa,
.sidr-open .main-navbar-toggler .fa {
    color: #FFF;
}

.main-navbar-logo {
    display: block;
    position: relative;
    left: 0;
    z-index: 5;
    float: left;
    width: 200px;
    height: 80px;
    color: #FFF;
    cursor: pointer;
}

.main-navbar-logo:before {
    position: absolute;
    content: '';
    background: #FE0000;
    width: 230px;
    height: 100%;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    left: -11px;
}

.main-navbar-logo .inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.main-navbar-logo .inner img {
    height: 55px;
    max-width: 100%;
}

.main-navbar-search {
    position: absolute;
    top: 20px;
    right: 20px;
    margin-right: 20px;
    z-index: 5;
    pointer-events: all;
    float: right;
    background: #848383;
    height: 42px;
}

.main-navbar-search-input {
    background: none;
    width: 100%;
    border: none;
    padding: 10px 0 10px 15px;
    margin: 0;
    height: 40px;
    width: 140px;
    position: relative;
}

@media only screen and (max-width: 960px) {
    #main-navbar {
        width: 100%;
        height: 60px;
    }
    .main-navbar-toggler {
        width: 80px;
        height: 100%;
    }
    .main-navbar-search {
        display: none;
    }
    .main-navbar-logo {
        width: 100px;
        height: 100%;
        float: left;
        text-align: right;
    }
    .main-navbar-logo:before {
        width: 400px;
    }
    .main-navbar-logo .inner img {
        height: 40px;
    }
}

.main-navbar-search-input:focus {
    border: none;
    outline: none;
}

.main-navbar-search-submit {
    background: transparent;
    font-size: 15px;
    line-height: 15px;
    padding: 10px 10px;
    margin: 0;
    border: none;
    display: inline;
    outline: none;
    cursor: pointer;
}

.main-navbar-search-submit .fa {
    color: #CCC;
}

.main-navbar-search:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 42px;
    background: none;
    top: 0;
    left: -15px;
    border-bottom: 42px solid #848383;
    border-left: 15px solid transparent;
}

.main-navbar-search:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 42px;
    background: none;
    top: 0;
    right: -15px;
    border-top: 42px solid #848383;
    border-right: 15px solid transparent;
}

.menu-container {
    position: relative;
    background: none;
    display: inline;
    float: left;
    z-index: 1;
    margin-left: 35px;
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}

.menu-navbar {
    pointer-events: all;
}

.menu-navbar a {
    font-family: "Chathura", sans-serif;
    font-size: 2.3rem;
    line-height: 1;
    font-weight: 400;
    text-decoration: none;
    color: #CCC;
}

.menu-navbar>ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    /* IF .menu-navbar position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu-navbar>ul:before,
.menu-navbar>ul:after {
    content: "";
    display: table;
}

.menu-navbar>ul:after {
    clear: both;
}

.menu-navbar>ul>li {
    float: left;
    padding: 0;
    margin: 0;
}

.menu-navbar>ul>li>a {
    text-decoration: none;
    position: relative;
    z-index: 99;
    padding: 25px 20px;
    display: block;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.menu-navbar>ul>li>a>.fa {
    font-size: 50%;
    margin-left: 3px;
}

.menu-navbar>ul>li:hover>a {
    color: #FFF;
}

.menu-navbar>ul>li>a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: red;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 200ms linear;
    opacity: 0;
}

.menu-navbar>ul>li:hover>a:after {
    opacity: 1;
}

.menu-navbar>ul>li>ul {
    display: none;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    width: 100%;
    padding: 20px;
    list-style: none;
    box-sizing: border-box;
    background: rgba(60, 60, 60, 0.8);
}


/** UL Megamenu **/

.menu-navbar>ul>li>ul.megamenu {
    position: fixed;
    right: 0;
}

.menu-navbar>ul>li>ul:before,
.menu-navbar>ul>li>ul:after {
    content: "";
    display: table;
}

.menu-navbar>ul>li>ul:after {
    clear: both;
}

.menu-navbar>ul>li>ul>li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}

.menu-navbar>ul>li>ul>li a {
    color: #777;
    padding: 0.2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}


/** Normal Sub **/

.menu-navbar>ul>li>ul>li>ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu-navbar>ul>li>ul>li>ul:before,
.menu-navbar>ul>li>ul>li>ul:after {
    content: "";
    display: table;
}

.menu-navbar>ul>li>ul>li>ul:after {
    clear: both;
}

.menu-navbar>ul>li>ul>li>ul>li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: 0.8em;
}

.menu-navbar>ul>li>ul>li>ul>li a {
    border: 0;
}

.menu-navbar>ul>li>ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}

.menu-navbar>ul>li>ul.normal-sub>li {
    width: 100%;
}

.menu-navbar>ul>li>ul.normal-sub>li a {
    border: 0;
    padding: 1em 0;
}


/** Megamenu **/

.menu-navbar>ul>li.dropdown-megamenu>div.megamenu {
    display: none;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    padding: 20px;
    position: fixed;
    z-index: 5;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    font-family: "Chathura", sans-serif;
    font-size: 2.3rem;
    line-height: 1;
    font-weight: 400;
    text-decoration: none;
    color: #CCC;
    /** overlay for top **/
    margin-top: -80px;
    padding-top: 100px;
}

.menu-navbar>ul>li.dropdown-megamenu>div.megamenu:before,
.menu-navbar>ul>li.dropdown-megamenu>div.megamenu:after {
    content: "";
    display: table;
}

.btn-menu-item {
    display: block;
    border-bottom: solid 1px #FFF;
    padding: 10px 10px;
    line-height: 20px;
    margin-bottom: 10px;
    transition: all linear 200ms;
}

.btn-menu-item:after {
    position: absolute;
    right: 10px;
    font-family: "FontAwesome";
    content: '\f105';
    width: 20px;
    height: 20px;
    font-size: 20px;
    transition: all linear 200ms;
}

.btn-menu-item:hover {
    border-color: red;
}

.btn-menu-item:hover:after {
    right: 0px;
    color: red;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
    .menu-container {
        width: 100%;
    }
    .menu-mobile {
        display: block;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu>ul {
        display: none;
    }
    .menu>ul>li {
        width: 100%;
        float: none;
        display: block;
    }
    .menu>ul>li a {
        padding: 1.5em;
        width: 100%;
        display: block;
    }
    .menu>ul>li>ul {
        position: relative;
    }
    .menu>ul>li>ul.normal-sub {
        width: 100%;
    }
    .menu>ul>li>ul>li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu>ul>li>ul>li:first-child {
        margin: 0;
    }
    .menu>ul>li>ul>li>ul {
        position: relative;
    }
    .menu>ul>li>ul>li>ul>li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
    }
}

@media only screen and (max-width: 1100px) {
    .menu-container {
        display: none;
    }
}


/***
BOOTSTRAP OVERRIDES
***/

.form-group {
    margin-bottom: 15px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #222;
    outline: 0;
}

input.form-control[type='text'],
input.form-control[type='password'],
input.form-control[type='number'],
input.form-control[type='email'],
textarea.form-control {
    padding: 15px 20px;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(3.15rem + 2px);
}

input[type='text']::placeholder,
input[type='password']::placeholder,
input[type='number']::placeholder,
input[type='email']::placeholder,
textarea::placeholder {
    color: #BBB;
    font-style: italic;
}

.nav-link {
    display: block;
    padding: .8rem 2rem;
}

.nav-pills .nav-link.active,
.show>.nav-pills .nav-link {
    color: #fff;
    background-color: #FE0000;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .8rem .75rem;
    font-size: 1.2rem;
    line-height: 1.25;
    border-radius: .25rem;
    transition: all .15s ease-in-out;
}

.btn-this {
    color: #fff;
    background-color: #FE0000;
    border-color: #FE0000;
    cursor: pointer;
}

.btn-this .fa {
    font-size: 14px;
}

.btn-this:hover {
    background-color: #c40505;
    color: #FFF;
}

h1.display-3,
h2.display-3,
h3.display-3,
h5.display-3,
h6.display-3,
h1.display-2,
h2.display-2,
h3.display-2,
h5.display-2,
h6.display-2,
h1.display-1,
h2.display-1,
h3.display-1,
h5.display-1,
h6.display-1 {
    line-height: 0.7;
    margin-bottom: 15px;
}


/***
PARSLEYS
***/

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
    color: #468847;
    background-color: #DFF0D8;
    border: 1px solid #96C66D;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #D55165;
}

.parsley-errors-list {
    margin: 5px 0 10px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    color: red;
}

.parsley-errors-list.filled {
    opacity: 1;
}


/** +++++ DATATABLES +++++++++++++++++++++++++++= **/

.form-control {
    font-size: inherit;
}

table.table tr td {
    word-wrap: break-all;
}

a {
    cursor: pointer;
}

.box-footer .pagination {
    margin: 0;
}

table.dataTable {
    width: 100% !important;
}

table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc {
    background: rgba(241, 241, 241, 0.6);
    border-bottom: solid 1px #CCC;
}

table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc::after {
    color: #000;
}

table.order-column>tbody>tr>td.sorting_1 {
    background: rgba(241, 241, 241, 0.4);
}

@media screen and (max-width: 767px) {
    .table-responsive {
        border: none;
    }
    div.dataTables_wrapper>div.row>div,
    div.dataTables_length,
    div.dataTables_filter,
    div.dataTables_info,
    div.dataTables_paginate {
        text-align: left;
    }
}


/** TIREOLOGY **/

.tireology-header {
    width: 100%;
    z-index: 1;
    overflow: hidden;
    height: 180px;
}

.tireology-header.absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 180px;
}

.tireology-header.relative {
    margin-top: -30px;
    position: relative;
    margin-bottom: 25px;
}

.tireology-header-inner {
    position: relative;
    position: absolute;
    z-index: 98;
    bottom: 0px;
    width: 100%;
}

.tireology-header-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 50%;
}

a.tireology-tab-link {
    position: relative;
    display: inline-block;
    display: block;
    color: #FFF;
    padding: 10px 30px;
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
    display: block;
    font-size: 2em;
}

a.tireology-tab-link>h6 {
    position: relative;
    z-index: 3;
    line-height: 1;
    font-weight: 400;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 0.7;
}

a.tireology-tab-link:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin-left: -30px;
    background-color: transparent;
    top: 0;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transition: all linear 200ms;
}

a.tireology-tab-link:hover h6 {
    color: #333;
    font-weight: 600;
}

a.tireology-tab-link:hover:before {
    background-color: rgba(0, 0, 0, 0.1);
    background-color: #FFF;
}

a.tireology-tab-link.active:before {
    background-color: red;
}

@media (max-width: 960px) {
    .tireology-header.absolute,
    .tireology-header.relative {
        width: 100%;
        position: relative;
        margin-bottom: 0;
        height: auto;
        margin-top: -30px;
        padding-top: 80px;
        margin-bottom: 20px;
    }
    .tireology-header.absolute {
        margin-top: 0;
    }
    .tireology-header-bg {
        width: 120%;
        height: 120%;
        background-size: cover;
    }
    .tireology-header-inner {
        position: relative;
    }
}


/****
Product Index Headers
****/

.cheader-wrap {
    position: relative;
    margin-top: -80px;
    padding-top: 80px;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background: #000;
    background-image: url(../img/bg-home-product.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.cheader-loading {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    z-index: 9;
    text-align: center;
}

.cheader-loading .fa {
    font-size: 50px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


/** cheader background **/

.cheader:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


/** cheader inner - revert back **/

.cheader>.inner {
    position: relative;
    display: block;
    width: 200%;
    height: 100%;
    z-index: 2;
}

.chi {
    position: relative;
}

.chi>a {
    display: inline-block;
    top: 0;
    z-index: 6;
    width: 300px;
    height: 500px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    overflow: hidden;
    background: #DDD;
}

.chi.chi-1 {
    float: left;
    z-index: 10;
}

.chi.chi-2 {
    float: left;
    z-index: 11;
}

.chi.chi-3 {
    float: left;
    z-index: 12;
}

.chi.chi-4 {
    float: left;
    z-index: 13;
}

.chi>a>.inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.chi-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: absolute;
    /** item's width + (left x2) **/
    width: 800px;
    height: 450px;
    left: -100px;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
}

.chi-bg:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 3;
    transition: all 200ms linear;
}


/*** on hover **/


/*.chi.chi-1 > a  { width: 600px; }
.chi.chi-2 > a  { width: 600px; }
.chi.chi-3 > a  { width: 600px; }
.chi.chi-4 > a  { width: 600px; }*/

.chi-title {
    position: absolute;
    right: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 5;
    display: inline;
    width: auto;
    height: 20px;
    /*background: blue;*/
}

.chi-title>.chi-text {
    position: relative;
    width: 100%;
    height: 100%;
    right: 0;
    margin: 0 auto;
    width: 200px;
    margin-right: -60px;
    -webkit-transform: rotate(-69deg);
    -moz-transform: rotate(-69deg);
    -o-transform: rotate(-69deg);
    text-align: center;
    pointer-events: none;
    font-family: 'Chathura', sans-serif;
    font-size: 2.5em;
    font-weight: 600;
    line-height: 0.5;
    color: #FFF;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #000;
    letter-spacing: 2px;
}

.chi-title>.chi-text>div>i {
    display: none;
    margin-right: 5px;
    transition: all 200ms linear;
}

.chi.hovering .chi-title>.chi-text>div>i {
    color: red;
}

.chi>a.active .chi-bg:after,
.chi>a.hovering .chi-bg:after,
.chi>a:hover .chi-bg:after {
    opacity: 0.2;
}

.chi>a:hover {
    width: 500px;
}

.chi>a.active {
    width: 600px;
}

.chi>a.hidden,
.chi>a.hidden:hover {
    width: 0;
}

.chi-back-btn {
    cursor: pointer;
    font-weight: normal;
    color: #999 !important;
}

.sform {
    width: 50%;
    height: 400px;
    position: absolute;
    left: 650px;
    padding: 20px;
    z-index: 8;
}

.sform-inner {
    width: 400px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    color: #FFF;
}

.sform-btn-std {
    display: block;
    border-bottom: solid 1px #FFF;
    padding: 10px 10px;
    font-size: 1em;
    line-height: 1;
    margin-bottom: 10px;
    transition: all linear 200ms;
    color: #FFF;
}

.sform-btn-std:after {
    position: absolute;
    right: 10px;
    font-family: "FontAwesome";
    content: '\f105';
    width: 20px;
    height: 20px;
    font-size: 20px;
    transition: all linear 200ms;
}

.sform-btn-std:hover {
    border-color: red;
}

.sform-btn-std:hover:after {
    right: 0px;
    color: red;
}

@media (max-width: 960px) {
    .cheader-wrap {
        position: relative;
        margin-top: 0;
        padding-top: 0;
        width: 100%;
        height: auto;
        overflow: visible;
    }
    .cheader>.inner {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        z-index: 2;
    }
    .sform-wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin-top: 0;
    }
    .sform {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 20px;
    }
    .sform-inner {
        width: 100%;
        color: #FFF;
    }
    .cheader {
        width: 100%;
    }
    .cheader .inner {
        position: relative;
        height: 480px;
        width: 100%;
        background: #333;
    }
    .chi {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .chi>a {
        display: block;
        top: 0;
        z-index: 6;
        width: 100%;
        height: 120px;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        overflow: hidden;
        background: none;
        margin: 0;
        padding: 0;
    }
    .chi-bg {
        /** item's width + (left x2) **/
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
    }
    .chi-title {
        position: absolute;
        right: auto;
        left: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        z-index: 5;
        display: inline;
        width: auto;
        pointer-events: none;
    }
    .chi-title>.chi-text {
        position: relative;
        height: 100%;
        width: auto;
        right: auto;
        left: 0;
        margin: 0;
        margin-right: 0;
        padding: 10px 20px;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        text-align: left;
        pointer-events: none;
    }
    .chi>a.active .chi-bg:after,
    .chi>a.hovering .chi-bg:after,
    .chi>a:hover .chi-bg:after {
        opacity: 0.2;
    }
    .chi>a:hover {
        width: 100%;
    }
    .chi>a.active {
        width: 100%;
    }
    .chi>a.hidden,
    .chi>a.hidden:hover {
        width: 100%;
    }
}


/****
Product List Items
****/
.pl-list-wrap {
    display: flex;
    flex-wrap: wrap;  
    justify-content: space-between; 
    column-gap: 10px;
}
.pl-item {
    flex-grow: 0; flex-shrink: 1; 
    flex-basis: calc(25% - 10px);
    display: block;
    position: relative;
    background: #b0b0b0;
    background: #FFFFFF;
    border: solid 1px #eeeeee;
    box-shadow: 0 6px 6px -6px #BBB;
    box-shadow: 0 16px 16px -16px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border-radius: 0 0 5px 5px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
}
@media (max-width: 960px) {
    .pl-item {
        flex-basis: calc(50% - 10px);
    }
}

.pl-item:hover {
    color: inherit;
    background: #BFBFBF;
}


.pl-image-wrap {
    width: 100%;
    height: 250px;
    height: auto;
    min-height: 230px;
    overflow: hidden;
    display: block;
    position: relative;
}

.pl-image {
    width: 70%;
    height: 380px;
    position: absolute;
    right: 0;
    bottom: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2;
}

.pl-image-shadow {
    width: 102px;
    height: 44px;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../img/pl-image-shadow.png);
    z-index: 1;
}

.pl-body {
    padding: 20px;
    margin-top: -80px;
}

.pl-tags {
    margin-bottom: 5px;
    min-height: 30px;
}

.pl-title {
    font-size: 3em;
    line-height: 0.7;
    font-weight: 800;
    margin-top: 10px;
}

.pl-brief {
    height: 93px;
    height: 85px;
    overflow-y: hidden;
    margin-bottom: 10px;
}

.pl-sizerims {
    overflow-y: hidden;
    margin-bottom: 10px;
    clear: both;
}

.pl-sizerims:after {
    display: block;
    clear: both;
    content: "";
}

.pl-sizerim {
    display: inline;
    position: relative;
    float: left;
    width: 33.333333%;
    background: #afafaf;
    margin: 0;
    padding: 5px 5px;
    text-align: center;
    font-size: 0.9em;
    line-height: 18px;
}

.pl-sizerim.highlighted {
    background: yellow;
}

.pl-sizerim:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
}

.pl-sizerim:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}

.pl-item-hover {
    opacity: 0;
    position: absolute;
    top:0; left: 0; bottom: 0; right: 0;
    background-color: rgba(132, 132, 132, 0.8);
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s;
}
.pl-item:hover .pl-item-hover{
    opacity: 1;
}
.pl-item-hover-inner {
    display: block;
    width: 100%;
    padding:0 15px;
}


.pl-readmore {
    display: block;
    position: relative;
    padding: 8px 0;
    background: none;
    border: none;
    border-bottom: solid 2px #FFF;
    transition: all linear 200ms;
    text-align: center;
    font-size: 1em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #333;
    background: #FFF;
}

.pl-readmore:after {
    content: '';
    position: absolute;
    bottom: -15px;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #FFF;
}

.pl-item:hover .pl-readmore {
    background: #FFF;
}

.pl-buynow {
    display: block;
    position: relative;
    padding: 8px 0;
    background: none;
    border: none;
    border-bottom: solid 2px #FFF;
    transition: all linear 200ms;
    text-align: center;
    font-size: 1em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #333;
    background: #FFF;
}

.pl-buynow:after {
    content: '';
    position: absolute;
    bottom: -15px;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #FFF;
}

.pl-item:hover .pl-buynow {
}

/* @media (max-width: 960px) { */
@media (max-width: 768px) {
    .pl-list-wrap { column-gap: 5px; }
    .pl-item {
        flex-basis: calc(50% - 5px);
        margin-bottom: 10px;
    }
    .pl-item {
        overflow: hidden;
    }
    .pl-image-wrap {
        height: 250px;
        top:-30px;
    }
    .pl-image {
        height: 250px; 
    }
    .pl-readmore {
        margin-bottom: 15px;
    }
    .pl-buynow, .pl-readmore {
        /* display: block; */
        /* position: relative; */
        /* bottom: auto; */
        /* left: 0; */
        /* right: 0; */
        padding: 15px 0;
    } 
    .pl-buynow:after, .pl-readmore:after  {
        display: none;
    }
    /* .pl-image-wrap {
        width: 100%;
        height: 200px;
        overflow: hidden;
        display: block;
        position: relative;
    } */
    /* .pl-image {
        width: 55%;
        height: 160px;
        position: absolute;
        right: 0;
        top: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom center;
        z-index: 2;
    }
    .pl-image-shadow {
        width: 102px;
        height: 44px;
        position: absolute;
        right: 20px;
        bottom: auto;
        top: 135px;
        opacity: 0.5;
        background-size: 100%;
        background-repeat: no-repeat;
        background-image: url(../img/pl-image-shadow.png);
        z-index: 1;
        opacity: 0.3;
    } */
    /* .pl-body {
        padding: 20px;
        margin-top: -50px;
        padding-bottom: 30px;
        position: relative;
        z-index: 2;
    }
    .pl-brief {
        height: auto;
    }
    .pl-readmore {
        display: block;
        position: relative;
        bottom: auto;
        left: 0;
        right: 0;
        padding: 8px 0;
    }
    .pl-buynow {
        display: block;
        position: relative;
        bottom: auto;
        left: 0;
        right: 0;
        padding: 8px 0;
    } */
}

.pl-search-crit-item {
    display: inline-block;
    background: #000;
    color: #FFF;
    padding: 10px 15px;
    text-align: center;
    margin: 0 0 5px 0;
}

.pl-search-crit-item .type {
    font-size: 0.8rem;
}

.pl-search-crit-item .value {
    font-size: 1.2rem;
}

@media (max-width: 960px) {
    .pl-search-crit-item {
        display: block;
    }
}


/* .pl-newribbon {
    position: absolute;
    display: inline-block;
    top: -8px;
    left: 8px;
}

.pl-newribbon h4 {
    position: relative;
    z-index: 2;
    color: #FFF !important;
    font-size: 35px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    line-height: 0.9;
}

.pl-newribbon:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    height: 30px;
    margin-left: -12px;
    padding: 0px 35px;
    background: red;
    top: 0;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    box-shadow: 4px 4px 6px -4px rgba(0, 0, 0, 0.7);
} */

.pl-newribbon {
    position: absolute;
    display: inline-block;
    top: 0px;
    left: 10px;
}

.pl-newribbon h4 {
    position: relative;
    z-index: 2;
    color: #000 !important;
    font-size: 55px;
    line-height: 1;
    font-weight: 800;
    font-style: italic;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
}


/** Blood THEME **/

body.blood .p-ribbon-title>.h-title:before {
    background-color: #FE0000;
}

.pl-category img {
    max-height:22px;
    max-width: 100%;
}

@media only screen and (max-width: 784px) {
    .main-navbar-wrap { display: none; }
    .body-wrapper, #home-fullpage { padding-top:0 !important; }
}

/*# sourceMappingURL=style.css.map */