<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------------------------------------------------------
[General Styles]
*/

body {
    background: #ffffff;
    font-family: "Open Sans", Arial, serif;
    line-height: 1.8;
    font-size: 14px;
    color: #777777;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-overflow-style: scrollbar;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

iframe {
    border: 0;
}

ins {
    text-decoration: none;
}

mark, .mark {
    background-color: transparent;
}

.disable-hover {
    pointer-events: none;
}

::-moz-selection {
    background: #27CBC0;
    color: #fff !important;
}

::-webkit-selection {
    background: #27CBC0;
    color: #fff !important;
}

::selection {
    background: #27CBC0;
    color: #fff !important;
}

.relative {
    position: relative;
}

/* Hide search icon on iPhone 5/6 portrait */

@media (max-width: 375px) {
    .hidden-xxs {
        display: none;
    }
}

/*------------------------------------------------------------------
[Typography]
*/

a {
    color: #27CBC0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

a:hover,
a:focus {
    outline: 0;
    text-decoration: none;
    color: #1fa098;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    color: #222222;
}

p,
ul,
ol,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
blockquote {
    margin: 0 0 20px;
}

ul {
    list-style-type: disclosure-closed;
    color: #1fa098;
    margin-left: 15px;
    padding: 0;
}

h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0 0 10px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    line-height: 1.2;
    font-weight: 600;
    color: #222222;
}

h1,
.h1 {
    font-size: 32px;
}

h2,
.h2 {
    font-size: 26px;
}

h3,
.h3 {
    font-size: 18px;
}

h4,
.h4 {
    font-size: 16px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

h1.text-uppercase,
.h1.text-uppercase {
    letter-spacing: 7px;
    margin-right: -7px;
}

h2.text-uppercase,
.h2.text-uppercase {
    letter-spacing: 5px;
    margin-right: -5px;
}

h3.text-uppercase,
.h3.text-uppercase {
    letter-spacing: 5px;
    margin-right: -5px;
}

h4.text-uppercase,
.h4.text-uppercase {
    letter-spacing: 3px;
    margin-right: -3px;
}

h5.text-uppercase,
.h5.text-uppercase {
    letter-spacing: 1px;
    margin-right: -1px;
}

h6.text-uppercase,
.h6.text-uppercase {
    letter-spacing: 1px;
    margin-right: -1px;
}

.text-title {
    font-family: "Montserrat", Arial, serif;
    font-weight: 700;
}

.lead {
    line-height: 1.8;
    font-weight: 400;
    font-size: 16px;
}

.divider-line:after {
    display: block;
    background: #27CBC0;
    content: " ";
    margin: 20px auto 20px 0;
    opacity: 0.6;
    height: 2px;
    width: 50px;
}

.text-center .divider-line:after {
    margin: 20px auto 0;
}

.text-right .divider-line:after {
    margin: 20px 0 20px auto;
}

blockquote {
    border: 0;
    background: #f8f8f8;
    font-style: italic;
    font-size: 16px;
    padding: 25px;
}

hr {
    margin: 15px 0;
}

.bottom-line {
    position: relative;
}

.bottom-line:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid #eeeeee;
}

.bottom-line:after {
    content: "";
    display: block;
    width: 35px;
    border-bottom: 2px solid #27CBC0;
    margin: 20px auto 25px 0;
    z-index: 1;
    position: relative;
}

.bottom-line.text-right:after {
    margin: 20px 0 25px auto;
}

.bottom-line.text-center:after {
    margin: 20px auto 25px;
}

.dash-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dash-list &gt; li {
    margin: 0 0 5px;
}

.dash-list &gt; li:before {
    display: inline-block;
    content: "-";
    margin-right: 12px;
}

/* --- [Colored Text] --- */

.color-white {
    color: #ffffff;
}

.color-white-dark {
    color: #f8f8f8;
}

.color-white-darken {
    color: #f5f5f5;
}

.color-gray {
    color: #777777;
}

.color-gray-light {
    color: #999999;
}

.color-gray-lighter {
    color: #eeeeee;
}

.color-black {
    color: #000000;
}

.color-black-light {
    color: #222222;
}

.color-black-lighter {
    color: #333333;
}

.color-brand {
    color: #27CBC0;
}

.color-brand-hvr {
    color: #1fa098;
}

.color-facebook {
    color: #3b5998;
}

.color-twitter {
    color: #00aced;
}

.color-google {
    color: #dd4b39;
}

.color-linkedin {
    color: #007bb6;
}

.color-youtube {
    color: #bb0000;
}

.color-instagram {
    color: #517fa4;
}

.color-pinterest {
    color: #cb2027;
}

.color-flickr {
    color: #ff0084;
}

.color-tumblr {
    color: #32506d;
}

.color-forusquare {
    color: #0072b1;
}

.color-dribbble {
    color: #ea4c89;
}

.color-vine {
    color: #00bf8f;
}

.color-skype {
    color: #17a3eb;
}

.color-wordpress {
    color: #2592c3;
}

.color-behance {
    color: #1879fd;
}

.color-soundcloud {
    color: #ff7e30;
}

.color-stumbleupon {
    color: #ff5c30;
}

.color-deviantart {
    color: #6a8a7b;
}

.color-yahoo {
    color: #ab47ac;
}

.color-digg {
    color: #75788d;
}

.color-github {
    color: #3f91cb;
}

.color-lastfm {
    color: #f34320;
}

.color-vk {
    color: #2b587a;
}

[class*="color-"] *:not(.btn) {
    color: inherit;
}

[class*="color-"] a:not(.btn) {
    color: inherit;
}

[class*="color-"] a:not(.btn):hover,
[class*="color-"] a:not(.btn):focus {
    opacity: 0.7;
}

/* --- [Font Size Text] --- */

.text-xxxxs {
    font-size: 10px;
}

.text-xxxs {
    font-size: 11px;
}

.text-xxs {
    font-size: 12px;
}

.text-xs {
    font-size: 13px;
}

.text-xl {
    font-size: 40px;
}

.text-xxl {
    font-size: 48px;
}

.text-xxxl {
    font-size: 56px;
}

.text-xxxxl {
    font-size: 64px;
}

.text-xxxxxl {
    font-size: 72px;
}

.text-super-xl {
    font-size: 110px;
}

@media (max-width: 1023px) {
    .text-super-xl {
        font-size: 72px;
    }
}

@media (max-width: 767px) {
    .text-xl {
        font-size: 24px;
    }

    .text-xxl {
        font-size: 32px;
    }

    .text-xxxl {
        font-size: 36px;
    }

    .text-xxxxl {
        font-size: 40px;
    }

    .text-xxxxxl {
        font-size: 44px;
    }

    .text-super-xl {
        font-size: 48px;
    }
}

@media (max-width: 568px) {
    .text-super-xl {
        font-size: 34px;
    }
}

@media (max-width: 320px) {
    .text-super-xl {
        font-size: 26px;
    }
}

/* --- [ Font Weight Text ] --- */

.text-100 {
    font-weight: 100;
}

.text-200 {
    font-weight: 200;
}

.text-300 {
    font-weight: 300;
}

.text-400 {
    font-weight: 400;
}

.text-500 {
    font-weight: 500;
}

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

.text-700 {
    font-weight: 700;
}

.text-800 {
    font-weight: 800;
}

.text-900 {
    font-weight: 900;
}

/*------------------------------------------------------------------
[Alerts]
*/

.alert {
    border: 0;
    border-radius: 2px;
    padding: 20px;
}

.alert-brand {
    background: #27CBC0;
    color: #17756f;
}

.alert-brand .alert-link {
    color: #12605b;
}

/*------------------------------------------------------------------
[Progress Bars]
*/

.progress {
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: none;
    height: 4px;
    margin-bottom: 20px;
    overflow: visible;
}

.progress-bar {
    position: relative;
    background-color: #27CBC0;
    border-radius: 28px;
    box-shadow: none;
    color: #333333;
}

.progress-title {
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0;
}

.progress-bar &gt; span {
    position: absolute;
    padding: 4px 0px;
    display: block;
    top: -27px;
    right: 0;
    opacity: 0;
    line-height: 12px;
    font-size: 12px;
}

.progress-bar.progress-bar-success {
    background-color: #5cb85c;
}

.progress-bar.progress-bar-info {
    background-color: #5bc0de;
}

.progress-bar.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-bar.progress-bar-danger {
    background-color: #d9534f;
}

/*------------------------------------------------------------------
[Label]
*/

.label {
    padding: .2em .6em .4em;
}

.label-base {
    background: #27CBC0;
}

/*------------------------------------------------------------------
[Forms]
*/

.form-control {
    border: 2px solid #eee;
    border-radius: 2px;
    box-shadow: none;
    color: #999999;
    height: 39px;
    font-size: 14px;
}

.form-control:focus {
    border-color: #27CBC0;
    box-shadow: none;
}

.form-control.form-transparent {
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
}

.form-control.form-circle {
    border-radius: 30px;
}

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

.input-lg {
    height: 47px;
    font-size: 14px;
}

.input-sm {
    height: 38px;
    font-size: 13px;
}

/* --- [Search Form] --- */

.search-form {
    position: relative;
}

.search-form:after {
    position: absolute;
    top: 0;
    right: 10px;
    font-family: 'FontAwesome';
    line-height: 40px;
    content: '\f002';
    font-size: 14px;
    color: #777777;
    opacity: 0.5;
    -webkit-font-smoothing: antialiased;
}

/* --- [Transparent Form Placeholders] --- */

input.form-control.form-transparent::-webkit-input-placeholder {
    color: #fff !important;
}

input.form-control.form-transparent::-moz-placeholder {
    color: #fff !important;
}

input.form-control.form-transparent:-moz-placeholder {
    color: #fff !important;
}

input.form-control.form-transparent :-ms-input-placeholder {
    color: #fff !important;
}

/* --- [Serch Form Placeholders] --- */

.search-form-inner input::-webkit-input-placeholder {
    color: #fff !important;
}

.search-form-inner input:focus::-webkit-input-placeholder {
    color: #fff !important;
}

.search-form-inner input::-moz-placeholder {
    color: #fff !important;
}

.search-form-inner input:focus::-moz-placeholder {
    color: #fff !important;
}

.search-form-inner input:-moz-placeholder {
    color: #fff !important;
}

.search-form-inner input:focus:-moz-placeholder {
    color: #fff !important;
}

.search-form-inner input:-ms-input-placeholder {
    color: #fff !important;
}

.search-form-inner input:focus:-ms-input-placeholder {
    color: #fff !important;
}

/*------------------------------------------------------------------
[Tables]
*/

table th {
    font-weight: 600;
    color: #222222;
}

.table &gt; thead &gt; tr &gt; th {
    border-bottom: 1px solid #eeeeee;
}

.table &gt; thead &gt; tr &gt; th,
.table &gt; tbody &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; th,
.table &gt; thead &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; td {
    border-top: 1px solid #eeeeee;
    padding: 10px;
}

.table-bordered {
    border: 1px solid #eeeeee;
}

.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; tbody &gt; tr &gt; th,
.table-bordered &gt; tfoot &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td,
.table-bordered &gt; tbody &gt; tr &gt; td,
.table-bordered &gt; tfoot &gt; tr &gt; td {
    border-color: #eeeeee;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        border: 0;
        margin-bottom: 0;
    }
}

/*------------------------------------------------------------------
[Buttons]
*/

.btn {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 11px;
    border-width: 2px;
    border-radius: 0;
    padding: 10px 24px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.btn.btn-round {
    border-radius: 2px;
}

.btn.btn-circle {
    border-radius: 30px;
}

.btn:focus,
.btn.focus,
.btn.active.focus,
.btn.active:focus,
.btn:active.focus,
.btn:active:focus {
    outline: 0;
}

/* --- [Button Sizes] --- */

.btn-lg {
    padding: 13px 31px;
    font-size: 13px;
}

.btn-sm {
    padding: 9px 19px 9px;
    font-size: 11px;
}

.btn-xs {
    padding: 8px 18px 8px;
    font-size: 10px;
}

/* --- [Navbar Buttons] --- */

.btn.navbar-btn {
    font-weight: bold !important;
    font-size: 10px;
    padding: 6px 20px !important;
    margin: 24px 15px;
}

.header-small .btn.navbar-btn {
    margin: 17px 15px;
}

/* --- [Button Colors] --- */

.btn.btn-base {
    background-color: #27CBC0;
    border-color: #27CBC0;
    color: #fff;
}

.btn.btn-base:hover,
.btn.btn-base:focus {
    background-color: #23b6ac;
    border-color: #23b6ac;
    color: #fff;
}

.btn.btn-base.btn-outline {
    background: transparent;
    border-color: #27CBC0;
    color: #27CBC0;
}

.btn.btn-base.btn-outline:hover,
.btn.btn-base.btn-outline:focus {
    background: #27CBC0;
    color: #fff;
}

.btn.btn-base.btn-link {
    background: transparent;
    border: 0;
    padding: 0;
    color: #27CBC0;
}

.btn.btn-base.btn-link:hover,
.btn.btn-base.btn-link:focus {
    background-color: transparent;
    text-decoration: none;
    color: #23b6ac;
}

.btn.btn-base.btn-fade {
    background: transparent;
    border-color: rgba(39, 203, 192, 0.5);
    color: rgba(39, 203, 192, 0.5);
}

.btn.btn-base.btn-fade:hover,
.btn.btn-base.btn-fade:focus {
    background: transparent;
    border-color: #27cbc0;
    color: #27cbc0;
}

.btn.btn-gray {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #333;
}

.btn.btn-gray:hover,
.btn.btn-gray:focus {
    background-color: #e8e8e8;
    border-color: #e8e8e8;
    color: #333;
}

.btn.btn-gray.btn-outline {
    background: transparent;
    border-color: #f5f5f5;
    color: #f5f5f5;
}

.btn.btn-gray.btn-outline:hover,
.btn.btn-gray.btn-outline:focus {
    background: #f5f5f5;
    color: #333;
}

.btn.btn-gray.btn-link {
    background: transparent;
    border: 0;
    padding: 0;
    color: #f5f5f5;
}

.btn.btn-gray.btn-link:hover,
.btn.btn-gray.btn-link:focus {
    background-color: transparent;
    text-decoration: none;
    color: #e8e8e8;
}

.btn.btn-gray.btn-fade {
    background: transparent;
    border-color: rgba(245, 245, 245, 0.5);
    color: rgba(245, 245, 245, 0.5);
}

.btn.btn-gray.btn-fade:hover,
.btn.btn-gray.btn-fade:focus {
    background: transparent;
    border-color: whitesmoke;
    color: whitesmoke;
}

.btn.btn-dark {
    background-color: #333;
    border-color: #333;
    color: #fff;
}

.btn.btn-dark:hover,
.btn.btn-dark:focus {
    background-color: #262626;
    border-color: #262626;
    color: #fff;
}

.btn.btn-dark.btn-outline {
    background: transparent;
    border-color: #333;
    color: #333;
}

.btn.btn-dark.btn-outline:hover,
.btn.btn-dark.btn-outline:focus {
    background: #333;
    color: #fff;
}

.btn.btn-dark.btn-link {
    background: transparent;
    border: 0;
    padding: 0;
    color: #333;
}

.btn.btn-dark.btn-link:hover,
.btn.btn-dark.btn-link:focus {
    background-color: transparent;
    text-decoration: none;
    color: #262626;
}

.btn.btn-dark.btn-fade {
    background: transparent;
    border-color: rgba(51, 51, 51, 0.5);
    color: rgba(51, 51, 51, 0.5);
}

.btn.btn-dark.btn-fade:hover,
.btn.btn-dark.btn-fade:focus {
    background: transparent;
    border-color: #333333;
    color: #333333;
}

.btn.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #333;
}

.btn.btn-white:hover,
.btn.btn-white:focus {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    color: #333;
}

.btn.btn-white.btn-outline {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.btn.btn-white.btn-outline:hover,
.btn.btn-white.btn-outline:focus {
    background: #fff;
    color: #333;
}

.btn.btn-white.btn-link {
    background: transparent;
    border: 0;
    padding: 0;
    color: #fff;
}

.btn.btn-white.btn-link:hover,
.btn.btn-white.btn-link:focus {
    background-color: transparent;
    text-decoration: none;
    color: #f2f2f2;
}

.btn.btn-white.btn-fade {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
}

.btn.btn-white.btn-fade:hover,
.btn.btn-white.btn-fade:focus {
    background: transparent;
    border-color: white;
    color: white;
}

.btn.btn-primary {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #2d6da3;
    border-color: #2d6da3;
    color: #fff;
}

.btn.btn-primary.btn-outline {
    background: transparent;
    border-color: #337ab7;
    color: #337ab7;
}

.btn.btn-primary.btn-outline:hover,
.btn.btn-primary.btn-outline:focus {
    background: #337ab7;
    color: #fff;
}

.btn.btn-primary.btn-link {
    background: transparent;
    border: 0;
    padding: 0;
    color: #337ab7;
}

.btn.btn-primary.btn-link:hover,
.btn.btn-primary.btn-link:focus {
    background-color: transparent;
    text-decoration: none;
    color: #2d6da3;
}

.btn.btn-primary.btn-fade {
    background: transparent;
    border-color: rgba(51, 122, 183, 0.5);
    color: rgba(51, 122, 183, 0.5);
}

.btn.btn-primary.btn-fade:hover,
.btn.btn-primary.btn-fade:focus {
    background: transparent;
    border-color: #337ab7;
    color: #337ab7;
}

.btn.btn-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #fff;
}

.btn.btn-success:hover,
.btn.btn-success:focus {
    background-color: #4cae4c;
    border-color: #4cae4c;
    color: #fff;
}

.btn.btn-success.btn-outline {
    background: transparent;
    border-color: #5cb85c;
    color: #5cb85c;
}

.btn.btn-success.btn-outline:hover,
.btn.btn-success.btn-outline:focus {
    background: #5cb85c;
    color: #fff;
}

.btn.btn-success.btn-link {
    background: transparent;
    border: 0;
    padding: 0;
    color: #5cb85c;
}

.btn.btn-success.btn-link:hover,
.btn.btn-success.btn-link:focus {
    background-color: transparent;
    text-decoration: none;
    color: #4cae4c;
}

.btn.btn-success.btn-fade {
    background: transparent;
    border-color: rgba(92, 184, 92, 0.5);
    color: rgba(92, 184, 92, 0.5);
}

.btn.btn-success.btn-fade:hover,
.btn.btn-success.btn-fade:focus {
    background: transparent;
    border-color: #5cb85c;
    color: #5cb85c;
}

.btn.btn-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
    color: #fff;
}

.btn.btn-info:hover,
.btn.btn-info:focus {
    background-color: #46b8da;
    border-color: #46b8da;
    color: #fff;
}

.btn.btn-info.btn-outline {
    background: transparent;
    border-color: #5bc0de;
    color: #5bc0de;
}

.btn.btn-info.btn-outline:hover,
.btn.btn-info.btn-outline:focus {
    background: #5bc0de;
    color: #fff;
}

.btn.btn-info.btn-link {
    background: transparent;
    border: 0;
    padding: 0;
    color: #5bc0de;
}

.btn.btn-info.btn-link:hover,
.btn.btn-info.btn-link:focus {
    background-color: transparent;
    text-decoration: none;
    color: #46b8da;
}

.btn.btn-info.btn-fade {
    background: transparent;
    border-color: rgba(91, 192, 222, 0.5);
    color: rgba(91, 192, 222, 0.5);
}

.btn.btn-info.btn-fade:hover,
.btn.btn-info.btn-fade:focus {
    background: transparent;
    border-color: #5bc0de;
    color: #5bc0de;
}

.btn.btn-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    color: #fff;
}

.btn.btn-warning:hover,
.btn.btn-warning:focus {
    background-color: #eea236;
    border-color: #eea236;
    color: #fff;
}

.btn.btn-warning.btn-outline {
    background: transparent;
    border-color: #f0ad4e;
    color: #f0ad4e;
}

.btn.btn-warning.btn-outline:hover,
.btn.btn-warning.btn-outline:focus {
    background: #f0ad4e;
    color: #fff;
}

.btn.btn-warning.btn-link {
    background: transparent;
    border: 0;
    padding: 0;
    color: #f0ad4e;
}

.btn.btn-warning.btn-link:hover,
.btn.btn-warning.btn-link:focus {
    background-color: transparent;
    text-decoration: none;
    color: #eea236;
}

.btn.btn-warning.btn-fade {
    background: transparent;
    border-color: rgba(240, 173, 78, 0.5);
    color: rgba(240, 173, 78, 0.5);
}

.btn.btn-warning.btn-fade:hover,
.btn.btn-warning.btn-fade:focus {
    background: transparent;
    border-color: #f0ad4e;
    color: #f0ad4e;
}

.btn.btn-danger {
    background-color: #d9534f;
    border-color: #d9534f;
    color: #fff;
}

.btn.btn-danger:hover,
.btn.btn-danger:focus {
    background-color: #d43f3a;
    border-color: #d43f3a;
    color: #fff;
}

.btn.btn-danger.btn-outline {
    background: transparent;
    border-color: #d9534f;
    color: #d9534f;
}

.btn.btn-danger.btn-outline:hover,
.btn.btn-danger.btn-outline:focus {
    background: #d9534f;
    color: #fff;
}

.btn.btn-danger.btn-link {
    background: transparent;
    border: 0;
    padding: 0;
    color: #d9534f;
}

.btn.btn-danger.btn-link:hover,
.btn.btn-danger.btn-link:focus {
    background-color: transparent;
    text-decoration: none;
    color: #d43f3a;
}

.btn.btn-danger.btn-fade {
    background: transparent;
    border-color: rgba(217, 83, 79, 0.5);
    color: rgba(217, 83, 79, 0.5);
}

.btn.btn-danger.btn-fade:hover,
.btn.btn-danger.btn-fade:focus {
    background: transparent;
    border-color: #d9534f;
    color: #d9534f;
}

.btn-list .btn {
    margin-top: 5px;
    margin-bottom: 5px;
}

/*------------------------------------------------------------------
[Play Button]
*/

.play-btn {
    border: 2px solid #000000;
    background-color: transparent;
    border-radius: 50%;
    color: #000000;
    width: 75px;
    font-size: 18px;
    height: 75px;
    line-height: 72px;
    padding: 0 0 0px 5px;
    margin: 0 20px;
    display: inline-block;
    text-align: center;
    position: relative;
    -webkit-animation: pulse 1.2s infinite cubic-bezier(0.8, 0, 0, 1);
    animation: pulse 1.2s infinite cubic-bezier(0.8, 0, 0, 1);
    box-shadow: 0 0 0 0 rgba(194, 244, 246, 0.7);
}

.play-btn.white {
    border-color: #ffffff;
    color: #ffffff;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(194, 244, 246, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(194, 244, 246, 0);
    }
}

/*------------------------------------------------------------------
[Breadcrumb]
*/

.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
}

.breadcrumb a {
    color: #999999;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
    color: #27CBC0;
}

.breadcrumb &gt; li + li:before {
    color: #999999;
    padding: 0 8px;
}

.breadcrumb &gt; .active {
    color: #999999;
    opacity: 0.9;
}

/*------------------------------------------------------------------
[Icon box]
*/

.box-icon,
.box-icon-left,
.box-icon-right {
    padding: 35px 0;
}

.box-icon .icon-box-icon,
.box-icon-left .icon-box-icon,
.box-icon-right .icon-box-icon {
    font-size: 34px;
    color: #27CBC0;
    margin: 0 0 10px;
}

.box-icon p:last-child,
.box-icon-left p:last-child,
.box-icon-right p:last-child {
    margin: 0;
}

.box-icon-left {
    position: relative;
    padding: 35px 0 35px 50px;
}

.box-icon-left .icon-box-icon {
    position: absolute;
    height: 44px;
    width: 30px;
    left: 0;
    top: 35px;
    text-align: center;
    line-height: 40px;
    font-size: 26px;
}

.box-icon-right {
    position: relative;
    padding: 35px 50px 35px 0;
    text-align: right;
}

.box-icon-right .icon-box-icon {
    position: absolute;
    height: 44px;
    width: 30px;
    right: 0;
    top: 35px;
    text-align: center;
    line-height: 40px;
    font-size: 26px;
}

@media (max-width: 767px) {
    .box-icon-left,
    .box-icon-right {
        padding: 35px 0 35px 50px;
        text-align: left;
    }

    .box-icon-left .icon-box-icon,
    .box-icon-right .icon-box-icon {
        left: 0;
        top: 35px;
    }
}

/*------------------------------------------------------------------
[Icon Preview]
*/

.icon-preview {
    border: 1px solid #f5f5f5;
    display: block;
    width: 25%;
    float: left;
    padding: 10px;
    font-size: 13px;
    margin: -1px 0 0 -1px;
}

.icon-preview .icons {
    margin-right: 5px;
}

.fa-icons &gt; div {
    border: 1px solid #f5f5f5;
    margin: -1px 0 0 -1px;
    padding: 0;
    font-size: 13px;
}

.fa-icons &gt; div &gt; i {
    border-right: 1px solid #f5f5f5;
    display: inline-block;
    margin-right: 5px;
    min-width: 40px;
    min-height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}

/*------------------------------------------------------------------
[Screenshots]
*/

.screenshots .screenshot {
    background: #f8f8f8;
    border-radius: 2px;
    padding: 10px;
    margin: 0 0 30px;
}

.screenshots .screenshot img {
    border-radius: 2px;
    width: 100%;
}

/*!------------------------------------------------------------------
[Off Canvas Cart]
*/

body:after {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    height: 1px;
    width: 1px;
    bottom: 0;
    right: 0;
    left: 0;
    top: -1px;
    z-index: 1035;
    content: " ";
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: opacity 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    cursor: pointer;
}

body.off-canvas-cart-open:after {
    visibility: visible;
    height: 100%;
    width: 100%;
    opacity: 1;
    top: 0;
}

.off-canvas-cart-open .off-canvas-cart {
    -webkit-transform: translateX(-425px);
    transform: translateX(-425px);
}

.off-canvas-cart {
    background: #ffffff;
    position: fixed;
    right: -425px;
    top: 0;
    height: 100%;
    width: 425px;
    z-index: 1040;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86),
	-webkit-transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.off-canvas-cart-header {
    text-align: right;
    padding: 22px 50px;
}

.off-canvas-cart-header &gt; a {
    font-size: 21px;
}

.off-canvas-cart-wrapper {
    width: auto;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.off-canvas-cart-content-wrap {
    padding: 0 50px 265px;
}

.off-canvas-cart-item {
    display: table;
    border-bottom: 1px solid #f5f5f5;
    padding: 20px 0;
    vertical-align: auto;
}

.off-canvas-cart-item:first-child {
    border-top: 1px solid #f5f5f5;
}

.off-canvas-cart-item:last-child {
    border: 0;
}

.off-canvas-cart-item-title,
.off-canvas-cart-item-trash,
.off-canvas-cart-item-thumbnail {
    display: table-cell;
    vertical-align: middle;
}

.off-canvas-cart-item-trash {
    width: 12%;
}

.off-canvas-cart-item-thumbnail {
    width: 22%;
}

.off-canvas-cart-item-thumbnail img {
    width: 100%;
}

.off-canvas-cart-item-title {
    padding: 0 0 0 20px;
    width: 66%;
}

.off-canvas-cart-footer {
    background: #ffffff;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.off-canvas-cart-info {
    background: #f8f8f8;
    padding: 20px 50px;
}

.off-canvas-cart-control {
    padding: 50px;
}

.off-canvas-cart-control .btn:not(:last-child) {
    margin-bottom: 15px;
}

@media (max-width: 736px) {
    .off-canvas-cart-content-wrap {
        padding-bottom: 20px;
    }

    .off-canvas-cart-footer {
        position: static;
    }
}

@media (max-width: 425px) {
    .off-canvas-cart {
        right: -100%;
        width: 100%;
    }

    .off-canvas-cart-open .off-canvas-cart {
        -webkit-transform: translateX(-100%);
	transform: translateX(-100%);
    }

    .off-canvas-cart-header,
    .off-canvas-cart-content-wrap,
    .off-canvas-cart-control {
        padding-right: 20px;
        padding-left: 20px;
    }
}

/*!------------------------------------------------------------------
[Preloader]
*/

.page-loader {
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9998;
}

.loader {
    text-align: center;
    margin: 15% 0;
}

/*------------------------------------------------------------------
[Dropdown]
*/

.dropdown-menu {
    background-color: #222222;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    min-width: 180px;
    font-size: 12px;
    padding: 10px 0;
    z-index: 1031;
}

.dropdown-menu .divider {
    background: #363636;
    margin: 10px 0;
}

.dropdown-menu li &gt; a {
    background: none !important;
    padding: 10px 24px 10px 20px;
    color: rgba(255, 255, 255, 0.5);
}

.dropdown-menu li &gt; a:hover,
.dropdown-menu li &gt; a:focus {
    color: #ffffff;
}

.dropdown-menu .open &gt; a,
.dropdown-menu .open &gt; a:hover,
.dropdown-menu .open &gt; a:focus {
    color: #ffffff;
}

/*------------------------------------------------------------------
[Counters]
*/

.counter {
    padding: 20px 0;
}

.counter-title {
    font-size: 40px;
}

.counter-content {
    margin: 0;
}

/*------------------------------------------------------------------
[Team]
*/

.team-item {
    text-align: center;
}

.team-photo {
    position: relative;
    overflow: hidden;
}

.team-photo &gt; img {
    width: 100%;
}

.team-photo:after {
    background: transparent;
    position: absolute;
    display: block;
    content: " ";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.team-social {
    position: absolute;
    padding: 20px;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.team-social &gt; div {
    display: table;
    height: 100%;
    width: 100%;
}

.team-social &gt; div &gt; div {
    vertical-align: middle;
    display: table-cell;
}

.team-social a {
    display: inline-block;
    padding: 0 15px;
    font-size: 24px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.team-social a:hover {
    opacity: 0.7;
}

.team-inner {
    margin: 25px 0;
}

.team-name {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0;
}

.team-role {
    font-size: 13px;
}

.team-item:hover .team-photo:after {
    background: rgba(39, 203, 192, 0.9);
}

.team-item:hover .team-social {
    opacity: 1;
}

/* --- [ Dark Hover Overlay ] --- */

.team-item.team-item-dark:hover .team-photo:after {
    background: rgba(51, 51, 51, 0.9);
}

/* --- [ White Hover Overlay ] --- */

.team-item.team-item-white:hover .team-photo:after {
    background: rgba(255, 255, 255, 0.9);
}

.team-item-white .team-social a {
    color: #333333;
}

/* --- [ Text Tabs ] --- */

.nav-text-tabs {
    border-bottom: 2px solid #eeeeee;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-text-tabs &gt; li {
    display: inline-block;
}

.nav-text-tabs &gt; li &gt; a {
    position: relative;
    display: block;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 12px;
    color: #777777;
}

.nav-text-tabs &gt; li &gt; a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #27CBC0;
    bottom: 10px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    bottom: -2px;
    left: 0;
}

.nav-text-tabs &gt; li.active &gt; a {
    color: #27CBC0;
}

.nav-text-tabs &gt; li.active &gt; a:after {
    opacity: 1;
}

.wc-tabs-wrapper &gt; .tab-content {
    padding: 20px 0;
    border: none;
    box-shadow: none;
}

.wc-tabs-wrapper &gt; .tab-content:focus {
    outline: 0;
}

@media (max-width: 527px) {
    .nav-text-tabs &gt; li {
        border-top: 1px solid #eee;
        text-align: center;
        display: block;
    }

    .nav-text-tabs &gt; li &gt; a {
        padding: 20px 15px;
    }

    .nav-text-tabs &gt; li &gt; a:after {
        content: none;
    }
}

.panel-heading a {
    position: relative;
    display: block;
}

.panel-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 12px;
}

.panel-default &gt; .panel-heading {
    border: 0;
    background: transparent;
    border-radius: 0;
    border-top: 1px solid #eee;
    padding: 20px 15px;
}

.panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
    border-top-color: #eee;
}

.panel-heading a:after {
    position: absolute;
    content: "\f107";
    top: 50%;
    right: 0px;
    margin-top: -5px;
    font-family: "FontAwesome";
    font-size: 11px;
    line-height: 1;
}

.panel-heading a.collapsed:after {
    content: "\f105";
}

.panel-group .panel + .panel {
    margin-top: 0;
}

.panel-group .panel {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.panel-group .panel:last-child {
    border-bottom: 1px solid #eee;
}

/*------------------------------------------------------------------
[Testimonials]
*/

.testimonial-image {
    text-align: center;
}

.testimonial-image img {
    border-radius: 100%;
    margin-right: 15px;
    max-width: 75px;
}

.testimonial-image img,
.testimonial-image .cd-author-info {
    display: inline-block;
    vertical-align: middle;
}

.testimonial-image .cd-author-info {
    text-align: left;
}

.testimonial {
    text-align: center;
    border: 0;
    padding: 0;
    margin: 35px 0 0;
    font-size: 16px;
}

.slider-testimonial.owl-theme .owl-controls .owl-buttons div {
    background: none;
    padding: 0;
    margin: 0;
    opacity: 1;
    font-size: 20px;
}

.slider-testimonial.owl-theme .owl-controls .owl-buttons div.owl-prev {
    position: absolute;
    left: 0px;
    top: 50%;
    margin: -10px 0 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.slider-testimonial.owl-theme .owl-controls .owl-buttons div.owl-next {
    position: absolute;
    right: 0px;
    top: 50%;
    margin: -10px 0 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.slider-testimonial.owl-theme .owl-controls .owl-buttons div.owl-prev:hover,
.slider-testimonial.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
    opacity: 0.7;
}

.slider-testimonial .owl-item {
    padding: 0 100px;
}

.slider-testimonial .owl-pagination {
    margin: 30px 0 0;
}

.slider-testimonial .owl-page span {
    background: #fff;
    box-shadow: 0px 0px 0px 3px transparent;
    border-radius: 50%;
    display: block;
    height: 10px;
    width: 10px;
    opacity: 0.5;
    zoom: 1;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.slider-testimonial .owl-page.active span {
    background: transparent;
    box-shadow: 0px 0px 0px 3px white;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
    zoom: 1;
}

.owl-controls-brand .owl-page span {
    background: #27CBC0;
}

.owl-controls-brand .owl-page.active span {
    background: transparent;
    box-shadow: 0px 0px 0px 3px #27cbc0;
}

@media (max-width: 767px) {
    .testimonial-image .cd-author-info,
    .testimonial-image img {
        display: block;
        margin: 0 auto 15px;
        text-align: center;
    }
}

/*------------------------------------------------------------------
[Pagination]
*/

.pagination {
    display: block;
}

.pagination &gt; li {
    display: inline-block;
}

.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
    display: block;
    border: 2px solid #eeeeee;
    border-radius: 3px;
    padding: 8px 15px;
    float: none;
    color: #777777;
}

.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; span:hover,
.pagination &gt; li &gt; span:focus {
    background: #27CBC0;
    border-color: #27CBC0;
    color: #ffffff;
}

.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; span {
    background: #27CBC0;
    border-color: #27CBC0;
    color: #ffffff;
}

.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; span:hover,
.pagination &gt; .active &gt; span:focus {
    background: #27CBC0;
    border-color: #27CBC0;
    color: #ffffff;
}

.pagination &gt; li:first-child &gt; a,
.pagination &gt; li:first-child &gt; span {
    border-radius: 3px;
}

/* --- [ Pager ] --- */

.pager li &gt; a,
.pager li &gt; span {
    border: 2px solid #eeeeee;
    border-radius: 3px;
    padding: 8px 15px;
    float: none;
    line-height: 1.42857143;
    color: #777777;
}

.pager li &gt; a:hover,
.pager li &gt; a:focus,
.pager li &gt; span:hover,
.pager li &gt; span:focus {
    background: #27CBC0;
    border-color: #27CBC0;
    color: #ffffff;
}

/* --- [ Image Carousel ] --- */

.images-carousel {
    width: auto;
    margin: 0 -5px;
}

.images-carousel .owl-item {
    padding: 0 5px;
}

/* --- [ Box Carousel ] --- */

.box-carousel {
    width: auto;
    margin: 0 -15px;
}

.box-carousel .owl-item {
    padding: 0 15px;
}

/*------------------------------------------------------------------
[Social Icons]
*/

.social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-icons &gt; li {
    display: inline-block;
}

.social-icons &gt; li &gt; a {
    display: block;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    height: 32px;
    width: 32px;
    color: #777777;
}

.boxed-icons &gt; li &gt; a {
    background: #f5f5f5;
    margin: 0 8px 8px 0;
}

.social-icons &gt; li &gt; a:hover,
.social-icons &gt; li &gt; a:focus {
    color: #ffffff;
    padding-left: 0 !important;
}

/* --- [ Social Icons Size ] --- */

.social-icons-lg &gt; li &gt; a {
    line-height: 48px;
    font-size: 16px;
    height: 48px;
    width: 48px;
}

.social-icons-md &gt; li &gt; a {
    line-height: 40px;
    height: 40px;
    width: 40px;
}

/* --- [ Social Icons Mode ] --- */

.social-icons-round &gt; li &gt; a {
    border-radius: 2px;
}

.social-icons-circle &gt; li &gt; a {
    border-radius: 100%;
}

/* --- [ Social Icons Colored ] --- */

.social-icons-colored &gt; li &gt; a {
    color: #ffffff;
}

.social-icons-colored &gt; li &gt; a:hover,
.social-icons-colored &gt; li &gt; a:focus {
    opacity: 0.85;
}

/* --- [ Social Icons Simple ] --- */

.social-icons-simple &gt; li &gt; a {
    display: inline;
    background: none;
    margin: 0 10px 10px 0;
}

.social-icons-simple &gt; li &gt; a:hover,
.social-icons-simple &gt; li &gt; a:focus {
    background: none;
    color: inherit;
}

/*------------------------------------------------------------------
[Top bar]
*/

.top-bar {
    background: #ffffff;
    border-bottom: 1px solid #f5f5f5;
    font-size: 12px;
    padding: 8px 0;
}

.top-bar.top-bar-color {
    border: 0;
    background: #000000;
    color: #ffffff;
}

.top-bar-color a {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #ffffff;
}

.top-bar-list i {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #ffffff;
}

.top-bar-color a:hover,
.top-bar-color a:focus {
    color: rgba(255, 255, 255, 0.85);
}

.top-bar-list {
    list-style: none;
    padding: 5px 0 0 0;
    margin: 0;
}

.top-bar-list &gt; li {
    display: inline-block;
}

.top-bar-list &gt; li:not(:first-child) {
    margin-left: 10px;
}

.top-bar-list.list-icons &gt; li .fa,
.top-bar-list.list-icons &gt; li .icons {
    margin-right: 5px;
}

.list-dividers li:not(:last-child) a {
    border-right: 1px solid whitesmoke;
    padding-right: 10px;
}

.top-bar-color .list-dividers li:not(:last-child) a {
    border-right: 1px solid #222;
}

@media (max-width: 991px) {
    .top-bar .container {
        width: 100%;
    }
}

/*------------------------------------------------------------------
[Header &amp; Navigation]
*/

/* Header */

.header {
    background: #ffffff;
    position: relative;
    z-index: 1030;
    box-shadow: inset 0 -1px 0px #f5f5f5;
    -webkit-transition: height 0.3s ease-out, background 0.3s ease-out, box-shadow 0.3s ease-out;
    transition: height 0.3s ease-out, background 0.3s ease-out, box-shadow 0.3s ease-out;
}

.header.header-fixed {
    position: fixed;
    z-index: 1030;
    right: 0;
    left: 0;
}
.header.def-header-fixed{
    position: fixed;
    z-index: 1030;
    right: 0;
    top: 0;
    left: 0;
    animation: slide-down 0.4s;
    -webkit-animation: slide-down 0.4s;
    -moz-animation: slide-down 0.4s;
    -ms-animation: slide-down 0.4s;    
    -o-animation: slide-down 0.4s;
    box-shadow: 0 5px 15px rgba(0,0,0,.1); 
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.1); 
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,.1);    
    -o-box-shadow: 0 5px 15px rgba(0,0,0,.1); 
}
.admin-bar .header.def-header-fixed {
	top: 32px;
}
@keyframes slide-down{
0% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
}
100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
}
}
@-webkit-keyframes slide-down{

0% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
}
100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
}
}
@-moz-keyframes slide-down{

0% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
}
100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
}
}
.header.header-fixed .container-fluid,
.top-bar .container-fluid,
.header.js-stick .container-fluid,
.header.is_stuck .container-fluid {
    padding: 0 80px;
}

.header .container {
    display: table;
}

.site-identity {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.site-identity .custom-logo-link {
    display: block;
    padding: 10px 0;
}

/* Brand */

.inner-header {
    z-index: 1;
}

.is_stuck #blog-title {
    padding-top: 8px;
}

.inner-brand {
    display: table-cell;
    vertical-align: middle;
    height: 86px;
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.inner-brand .brand-light {
    display: none;
}

/* Menu extras */

.menu-extras {
    padding: 0 0 0 15px;
    margin: 0 0 0 15px;
    box-shadow: -1px 0 0 #f5f5f5;
    -webkit-transition: box-shadow 0.3s ease-out 0.125s;
    transition: box-shadow 0.3s ease-out 0.125s;
}

.menu-extras .menu-item {
    float: left;
}

.menu-extras &gt; .menu-item &gt; div &gt; a {
    position: relative;
    display: block;
    line-height: 20px;
    font-size: 18px;
    color: #333333;
    color: #999;
    padding: 33px 15px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.menu-extras &gt; .menu-item &gt; div &gt; a:hover,
.menu-extras &gt; .menu-item &gt; div &gt; a:focus {
    color: #222222;
}

.cart-badge {
    position: absolute;
    background: #27CBC0;
    border-radius: 100%;
    height: 14px;
    width: 14px;
    top: 50%;
    left: 23px;
    margin-top: -13px;
    text-align: center;
    line-height: 14px;
    font-weight: bold;
    font-size: 8px;
    color: #fff;
}

/* Main nav */
.main-nav {
    position: relative;
}

/* Inner nav */

.inner-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.inner-nav &gt; ul {
    list-style-type: none;
}

.inner-nav &gt; li {
    float: left;
}

.inner-nav &gt; li &gt; a {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
    font-weight: 400;
    font-size: 14px;
    display: block;
    padding: 33px 15px;
}

/* Submenu */

#menu-mainmenu li:hover &gt; .sub-menu {
    opacity: 1;
    visibility: visible;
}

.sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    transition: all 0.4s;
}

.sub-menu {
    position: absolute;
    background: #222222;
    padding: 0;
    min-width: 180px;
    opacity: 0;
    z-index: 1030;
    visibility: hidden;
    text-align: left;
    font-size: 13px;
}

.submenu-open &gt; .sub-menu {
    visibility: visible;
    opacity: 1;
}

.sub-menu .sub-menu {
    left: 100%;
    top: 0;
}

.sub-menu .has-submenu &gt; a:after {
    position: absolute;
    content: "\f105";
    display: block;
    right: 14px;
    top: 50%;
    margin-top: -7px;
    font-family: 'FontAwesome';
    text-rendering: auto;
    font-size: 10px;
}

.sub-menu li {
    position: relative;
}


.sub-menu li a {
    position: relative;
    display: block;
    line-height: 1.4;
    padding: 12px 27px 12px 20px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}

.sub-menu li:last-child &gt; a {
    border: 0;
}

.sub-menu li a &gt; .fa,
.sub-menu li a &gt; .icons {
    text-align: center;
    margin-right: 6px;
    width: 22px;
}

/* Link &amp; Text colors */

.inner-nav &gt; li &gt; a {
    color: #999;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.inner-nav &gt; li &gt; a.active {
    color: #222222;
}

.inner-nav &gt; li &gt; a:hover,
.inner-nav &gt; li &gt; a:focus,
.inner-nav &gt; li.submenu-open &gt; a {
    color: #222222;
}

.sub-menu li &gt; a {
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.sub-menu li &gt; a:hover,
.sub-menu li &gt; a:focus,
.sub-menu li.submenu-open &gt; a {
    background: rgba(51, 51, 51, 0.5);
    color: #ffffff;
}

/* Nav toggle */

.main-nav-toggle {
    border-left: 1px solid #f5f5f5;
    display: none;
    float: right;
    padding: 33px 0 33px 15px;
    margin-left: 15px;
}

.nav-icon-toggle {
    position: relative;
    height: 20px;
    width: 20px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.nav-icon-toggle span:nth-child(1) {
    top: 3px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon-toggle span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon-toggle span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon-toggle span {
    background: #000000;
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.nav-icon-toggle.open span:nth-child(1) {
    top: 2px;
    left: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-icon-toggle.open span:nth-child(2) {
    opacity: 0;
    width: 0;
}

.nav-icon-toggle.open span:nth-child(3) {
    top: 16px;
    left: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 991px) {
    .header .container {
        width: 100%;
    }

    .main-nav-toggle {
        display: block;
    }/* Main nav */

    .main-nav {
        position: absolute;
        background: #ffffff;
        border-bottom: 1px solid #f5f5f5;
        max-height: 340px;
        width: 100%;
        left: 0;
        top: 100%;
    }

    .main-nav.in {
        overflow-y: auto;
    }/* Inner nav */

    .inner-nav {
        float: none !important;
        padding: 10px 15px;
    }

    .inner-nav &gt; li {
        display: block;
        float: none;
    }

    .inner-nav &gt; li &gt; a {
        position: relative;
        padding: 10px 0 !important;
    }

    .sub-menu li a,
    .inner-nav &gt; li:not(:last-child) &gt; a {
        border-bottom: 1px solid #f5f5f5 !important;
    }/* Submenu */

    .sub-menu,
    .sub-menu .sub-menu {
        background: transparent;
        display: none;
        margin: 0;
    }

    .submenu-open &gt; .sub-menu {
        position: static;
        display: block !important;
    }

    .sub-menu li a {
        padding: 10px 4px 10px 15px;
    }/* Mega menu */

    .sub-menu .has-submenu &gt; a:after {
        right: 0;
    }

    .has-submenu &gt; a:after {
        position: absolute;
        content: "\f105";
        display: block;
        right: 0px;
        top: 50%;
        margin-top: -9px;
        font-family: 'FontAwesome';
        text-rendering: auto;
        font-size: 10px;
    }/* Link colors */

    .sub-menu li &gt; a {
        border-bottom: 1px solid #f5f5f5;
        color: #999 !important;
    }

    .sub-menu li &gt; a:hover,
    .sub-menu li &gt; a:focus,
    .sub-menu li.submenu-open &gt; a {
        background: none;
        color: #222222;
    }
}

@media (min-width: 992px) {
    /* Collapse main-nav */
    .main-nav.collapse {
        display: block !important;
        overflow: visible !important;
        height: auto !important;
        padding-bottom: 0;
	float: right;
    }

    /* Header small */
    .header-small .inner-brand {
        height: 72px;
    }

    .header-small .main-nav-toggle,
    .header-small .inner-nav &gt; li &gt; a,
    .header-small .menu-extras .menu-item a {
        padding-top: 33px;
        padding-bottom: 33px;
    }

    /* Header transparent */
    .header.header-transparent {
        background: transparent;
        box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
        -webkit-transition: height 0.3s ease-out, background 0.3s ease-out, box-shadow 0s ease-out;
	transition: height 0.3s ease-out, background 0.3s ease-out, box-shadow 0s ease-out;
    }

    .header.header-transparent .brand-light {
        display: inline;
    }

    .header.header-transparent .menu-extras {
        box-shadow: -1px 0 0 rgba(255, 255, 255, 0.1);
        -webkit-transition: box-shadow 0s ease-out;
	transition: box-shadow 0s ease-out;
    }

    .header.header-transparent .inner-nav &gt; li &gt; a,
    .header.header-transparent .menu-extras .menu-item a {
        color: #ffffff;
    }

    .header.header-transparent .inner-nav &gt; li &gt; a:hover,
    .header.header-transparent .inner-nav &gt; li &gt; a:focus,
    .header.header-transparent .inner-nav &gt; li.active &gt; a,
    .header.header-transparent .inner-nav &gt; li.submenu-open &gt; a,
    .header.header-transparent .menu-extras .menu-item a:hover,
    .header.header-transparent .menu-extras .menu-item a:focus {
        color: rgba(255, 255, 255, 0.7);
    }
}

/*------------------------------------------------------------------
[Header Search]
*/

.header-search-form {
    background: rgba(51, 51, 51, 0.95);
    display: inline-block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header-search-form.opened {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.header-search-form-clouse {
    text-align: center;
    font-size: 24px;
    padding: 0 0 40px;
}

.form-close-btn {
    color: #fff;
}

.form-close-btn:hover {
    color: rgba(255, 255, 255, 0.8);
}

.search-form-inner {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search-form-inner input {
    background: transparent;
    width: 100%;
    border: none;
    text-align: center;
    font-size: 48px;
    color: white;
    text-align: center;
}

.search-form-inner input:focus {
    border-color: transparent;
    box-shadow: none;
    outline: none;
}

@media (max-width: 1024px) {
    .search-form-inner input {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    .search-form-inner input {
        font-size: 24px;
    }
}

/*------------------------------------------------------------------
[Modules]
*/

.module,
.module-sm,
.module-xs {
    background-color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
}

.module.divider-top,
.module-sm.divider-top,
.module-xs.divider-top {
    border-top: 1px solid #eeeeee;
}

.module.divider-bottom,
.module-sm.divider-bottom,
.module-xs.divider-bottom {
    border-bottom: 1px solid #eeeeee;
}

.module.parallax,
.module-sm.parallax,
.module-xs.parallax {
    background-color: transparent;
}

.module-md {
    padding: 140px 0;
}

.module-sm {
    padding: 70px 0;
}

.module-xs {
    padding: 35px 0;
}

.module-header {
    margin: 0 0 70px;
}

.module-header h1,
.module-header .h1,
.module-header h2,
.module-header .h2,
.module-header h3,
.module-header .h3,
.module-header h4,
.module-header .h4,
.module-header h5,
.module-header .h5,
.module-header h6,
.module-header .h6 {
    margin-bottom: 10px;
}

.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

.no-gutter &gt; [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.pull-image .container {
    position: relative;
}

.pull-image .container &gt; div[class*='col-'] {
    position: absolute;
}

.pull-image .vertical-middle {
    position: relative;
    top: 50%;
    z-index: 2;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.pull-image .pull-image-right {
    right: 0;
}

@media (max-width: 990px) {
    .pull-image .container div[class*='col-'] {
        position: relative;
        top: 0;
        -webkit-transform: none;
	transform: none;
    }
}

.side-background {
    position: relative;
    padding: 0px;
}

.side-background .background-container {
    position: absolute;
    overflow: hidden;
    height: 100%;
    padding: 0px;
    top: 0px;
}

.side-background .background-side {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    z-index: 0;
    background-position: 50% 50% !important;
}

.side-background .background-side.start-top {
    background-position: 0% 0% !important;
}

.side-background .background-side.start-bottom {
    background-position: 100% 0% !important;
}

.side-background .content-side {
    padding-top: 140px;
    padding-bottom: 140px;
}

/*------------------------------------------------------------------
[Module Hero]
*/

.module-hero {
    background-color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
    padding: 0;
    height: 70vh;
    overflow: hidden;
}

.module-hero.parallax {
    background-color: transparent;
}

.hero-caption {
    position: relative;
    display: table;
    height: 100%;
    width: 80%;
    margin: 0 auto;
    z-index: 2;
}

.hero-text {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.fullheight {
    height: 100vh;
}

.hero-height-small {
    height: 40vh;
}

.hero-height-medium {
    height: 70vh;
}

.hero-height-large {
    height: 100vh;
}

@media (max-width: 991px) {
    .module-hero {
        height: auto;
        padding: 240px 0;
    }
}

.animated-background {
    -webkit-animation: animated-background 800s linear infinite;
    animation: animated-background 800s linear infinite;
    background-repeat: repeat-x !important;
}

@-webkit-keyframes animated-background {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -50000px 0;
    }
}

@keyframes animated-background {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -50000px 0;
    }
}

/*------------------------------------------------------------------
[Backgrounds]
*/

/* --- [ Backgrounds ] --- */

.bg-white {
    background-color: #ffffff;
}

.bg-white-dark {
    background-color: #f8f8f8;
}

.bg-white-darken {
    background-color: #f5f5f5;
}

.bg-gray {
    background-color: #777777;
}

.bg-gray-light {
    background-color: #999999;
}

.bg-gray-lighter {
    background-color: #eeeeee;
}

.bg-black {
    background-color: #000000;
}

.bg-black-light {
    background-color: #222222;
}

.bg-black-lighter {
    background-color: #333333;
}

.bg-brand {
    background-color: #27CBC0;
}

.bg-brand-hvr {
    background-color: #1fa098;
}

.bg-facebook {
    background-color: #3b5998;
}

.bg-twitter {
    background-color: #00aced;
}

.bg-google {
    background-color: #dd4b39;
}

.bg-linkedin {
    background-color: #007bb6;
}

.bg-youtube {
    background-color: #bb0000;
}

.bg-instagram {
    background-color: #517fa4;
}

.bg-pinterest {
    background-color: #cb2027;
}

.bg-flickr {
    background-color: #ff0084;
}

.bg-tumblr {
    background-color: #32506d;
}

.bg-forusquare {
    background-color: #0072b1;
}

.bg-dribbble {
    background-color: #ea4c89;
}

.bg-vine {
    background-color: #00bf8f;
}

.bg-skype {
    background-color: #17a3eb;
}

.bg-wordpress {
    background-color: #2592c3;
}

.bg-behance {
    background-color: #1879fd;
}

.bg-soundcloud {
    background-color: #ff7e30;
}

.bg-stumbleupon {
    background-color: #ff5c30;
}

.bg-deviantart {
    background-color: #6a8a7b;
}

.bg-yahoo {
    background-color: #ab47ac;
}

.bg-digg {
    background-color: #75788d;
}

.bg-github {
    background-color: #3f91cb;
}

.bg-lastfm {
    background-color: #f34320;
}

.bg-vk {
    background-color: #2b587a;
}

/* --- [ Alfa backgrounds ] --- */

.bg-black-alfa-5:before,
.bg-black-alfa-10:before,
.bg-black-alfa-15:before,
.bg-black-alfa-20:before,
.bg-black-alfa-25:before,
.bg-black-alfa-30:before,
.bg-black-alfa-35:before,
.bg-black-alfa-40:before,
.bg-black-alfa-45:before,
.bg-black-alfa-50:before,
.bg-black-alfa-55:before,
.bg-black-alfa-60:before,
.bg-black-alfa-65:before,
.bg-black-alfa-70:before,
.bg-black-alfa-75:before,
.bg-black-alfa-80:before,
.bg-black-alfa-85:before,
.bg-black-alfa-90:before,
.bg-black-alfa-95:before {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    content: "";
    left: 0;
    top: 0;
}

.bg-black-alfa-5:before,
.bg-black-alfa-10:before,
.bg-black-alfa-15:before,
.bg-black-alfa-20:before,
.bg-black-alfa-25:before,
.bg-black-alfa-30:before,
.bg-black-alfa-35:before,
.bg-black-alfa-40:before,
.bg-black-alfa-45:before,
.bg-black-alfa-50:before,
.bg-black-alfa-55:before,
.bg-black-alfa-60:before,
.bg-black-alfa-65:before,
.bg-black-alfa-70:before,
.bg-black-alfa-75:before,
.bg-black-alfa-80:before,
.bg-black-alfa-85:before,
.bg-black-alfa-90:before,
.bg-black-alfa-95:before {
    background: rgba(0, 0, 0, 0.05);
}

.bg-black-alfa-10:before {
    background: rgba(0, 0, 0, 0.1);
}

.bg-black-alfa-15:before {
    background: rgba(0, 0, 0, 0.15);
}

.bg-black-alfa-20:before {
    background: rgba(0, 0, 0, 0.2);
}

.bg-black-alfa-25:before {
    background: rgba(0, 0, 0, 0.25);
}

.bg-black-alfa-30:before {
    background: rgba(0, 0, 0, 0.3);
}

.bg-black-alfa-35:before {
    background: rgba(0, 0, 0, 0.35);
}

.bg-black-alfa-40:before {
    background: rgba(0, 0, 0, 0.4);
}

.bg-black-alfa-45:before {
    background: rgba(0, 0, 0, 0.45);
}

.bg-black-alfa-50:before {
    background: rgba(0, 0, 0, 0.5);
}

.bg-black-alfa-55:before {
    background: rgba(0, 0, 0, 0.55);
}

.bg-black-alfa-60:before {
    background: rgba(0, 0, 0, 0.6);
}

.bg-black-alfa-65:before {
    background: rgba(0, 0, 0, 0.65);
}

.bg-black-alfa-70:before {
    background: rgba(0, 0, 0, 0.7);
}

.bg-black-alfa-75:before {
    background: rgba(0, 0, 0, 0.75);
}

.bg-black-alfa-80:before {
    background: rgba(0, 0, 0, 0.8);
}

.bg-black-alfa-85:before {
    background: rgba(0, 0, 0, 0.85);
}

.bg-black-alfa-90:before {
    background: rgba(0, 0, 0, 0.9);
}

.bg-black-alfa-95:before {
    background: rgba(0, 0, 0, 0.95);
}

.bg-white-alfa-5:before,
.bg-white-alfa-10:before,
.bg-white-alfa-15:before,
.bg-white-alfa-20:before,
.bg-white-alfa-25:before,
.bg-white-alfa-30:before,
.bg-white-alfa-35:before,
.bg-white-alfa-40:before,
.bg-white-alfa-45:before,
.bg-white-alfa-50:before,
.bg-white-alfa-55:before,
.bg-white-alfa-60:before,
.bg-white-alfa-65:before,
.bg-white-alfa-70:before,
.bg-white-alfa-75:before,
.bg-white-alfa-80:before,
.bg-white-alfa-85:before,
.bg-white-alfa-90:before,
.bg-white-alfa-95:before {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    content: "";
    left: 0;
    top: 0;
}

.bg-white-alfa-5:before,
.bg-white-alfa-10:before,
.bg-white-alfa-15:before,
.bg-white-alfa-20:before,
.bg-white-alfa-25:before,
.bg-white-alfa-30:before,
.bg-white-alfa-35:before,
.bg-white-alfa-40:before,
.bg-white-alfa-45:before,
.bg-white-alfa-50:before,
.bg-white-alfa-55:before,
.bg-white-alfa-60:before,
.bg-white-alfa-65:before,
.bg-white-alfa-70:before,
.bg-white-alfa-75:before,
.bg-white-alfa-80:before,
.bg-white-alfa-85:before,
.bg-white-alfa-90:before,
.bg-white-alfa-95:before {
    background: rgba(255, 255, 255, 0.05);
}

.bg-white-alfa-10:before {
    background: rgba(255, 255, 255, 0.1);
}

.bg-white-alfa-15:before {
    background: rgba(255, 255, 255, 0.15);
}

.bg-white-alfa-20:before {
    background: rgba(255, 255, 255, 0.2);
}

.bg-white-alfa-25:before {
    background: rgba(255, 255, 255, 0.25);
}

.bg-white-alfa-30:before {
    background: rgba(255, 255, 255, 0.3);
}

.bg-white-alfa-35:before {
    background: rgba(255, 255, 255, 0.35);
}

.bg-white-alfa-40:before {
    background: rgba(255, 255, 255, 0.4);
}

.bg-white-alfa-45:before {
    background: rgba(255, 255, 255, 0.45);
}

.bg-white-alfa-50:before {
    background: rgba(255, 255, 255, 0.5);
}

.bg-white-alfa-55:before {
    background: rgba(255, 255, 255, 0.55);
}

.bg-white-alfa-60:before {
    background: rgba(255, 255, 255, 0.6);
}

.bg-white-alfa-65:before {
    background: rgba(255, 255, 255, 0.65);
}

.bg-white-alfa-70:before {
    background: rgba(255, 255, 255, 0.7);
}

.bg-white-alfa-75:before {
    background: rgba(255, 255, 255, 0.75);
}

.bg-white-alfa-80:before {
    background: rgba(255, 255, 255, 0.8);
}

.bg-white-alfa-85:before {
    background: rgba(255, 255, 255, 0.85);
}

.bg-white-alfa-90:before {
    background: rgba(255, 255, 255, 0.9);
}

.bg-white-alfa-95:before {
    background: rgba(255, 255, 255, 0.95);
}

.bg-brand-alfa-5:before,
.bg-brand-alfa-10:before,
.bg-brand-alfa-15:before,
.bg-brand-alfa-20:before,
.bg-brand-alfa-25:before,
.bg-brand-alfa-30:before,
.bg-brand-alfa-35:before,
.bg-brand-alfa-40:before,
.bg-brand-alfa-45:before,
.bg-brand-alfa-50:before,
.bg-brand-alfa-55:before,
.bg-brand-alfa-60:before,
.bg-brand-alfa-65:before,
.bg-brand-alfa-70:before,
.bg-brand-alfa-75:before,
.bg-brand-alfa-80:before,
.bg-brand-alfa-85:before,
.bg-brand-alfa-90:before,
.bg-brand-alfa-95:before {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    content: "";
    left: 0;
    top: 0;
}

.bg-brand-alfa-5:before,
.bg-brand-alfa-10:before,
.bg-brand-alfa-15:before,
.bg-brand-alfa-20:before,
.bg-brand-alfa-25:before,
.bg-brand-alfa-30:before,
.bg-brand-alfa-35:before,
.bg-brand-alfa-40:before,
.bg-brand-alfa-45:before,
.bg-brand-alfa-50:before,
.bg-brand-alfa-55:before,
.bg-brand-alfa-60:before,
.bg-brand-alfa-65:before,
.bg-brand-alfa-70:before,
.bg-brand-alfa-75:before,
.bg-brand-alfa-80:before,
.bg-brand-alfa-85:before,
.bg-brand-alfa-90:before,
.bg-brand-alfa-95:before {
    background: rgba(39, 203, 192, 0.05);
}

.bg-brand-alfa-10:before {
    background: rgba(39, 203, 192, 0.1);
}

.bg-brand-alfa-15:before {
    background: rgba(39, 203, 192, 0.15);
}

.bg-brand-alfa-20:before {
    background: rgba(39, 203, 192, 0.2);
}

.bg-brand-alfa-25:before {
    background: rgba(39, 203, 192, 0.25);
}

.bg-brand-alfa-30:before {
    background: rgba(39, 203, 192, 0.3);
}

.bg-brand-alfa-35:before {
    background: rgba(39, 203, 192, 0.35);
}

.bg-brand-alfa-40:before {
    background: rgba(39, 203, 192, 0.4);
}

.bg-brand-alfa-45:before {
    background: rgba(39, 203, 192, 0.45);
}

.bg-brand-alfa-50:before {
    background: rgba(39, 203, 192, 0.5);
}

.bg-brand-alfa-55:before {
    background: rgba(39, 203, 192, 0.55);
}

.bg-brand-alfa-60:before {
    background: rgba(39, 203, 192, 0.6);
}

.bg-brand-alfa-65:before {
    background: rgba(39, 203, 192, 0.65);
}

.bg-brand-alfa-70:before {
    background: rgba(39, 203, 192, 0.7);
}

.bg-brand-alfa-75:before {
    background: rgba(39, 203, 192, 0.75);
}

.bg-brand-alfa-80:before {
    background: rgba(39, 203, 192, 0.8);
}

.bg-brand-alfa-85:before {
    background: rgba(39, 203, 192, 0.85);
}

.bg-brand-alfa-90:before {
    background: rgba(39, 203, 192, 0.9);
}

.bg-brand-alfa-95:before {
    background: rgba(39, 203, 192, 0.95);
}

.bg-white-dark-alfa-5:before,
.bg-white-dark-alfa-10:before,
.bg-white-dark-alfa-15:before,
.bg-white-dark-alfa-20:before,
.bg-white-dark-alfa-25:before,
.bg-white-dark-alfa-30:before,
.bg-white-dark-alfa-35:before,
.bg-white-dark-alfa-40:before,
.bg-white-dark-alfa-45:before,
.bg-white-dark-alfa-50:before,
.bg-white-dark-alfa-55:before,
.bg-white-dark-alfa-60:before,
.bg-white-dark-alfa-65:before,
.bg-white-dark-alfa-70:before,
.bg-white-dark-alfa-75:before,
.bg-white-dark-alfa-80:before,
.bg-white-dark-alfa-85:before,
.bg-white-dark-alfa-90:before,
.bg-white-dark-alfa-95:before {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    content: "";
    left: 0;
    top: 0;
}

.bg-white-dark-alfa-5:before,
.bg-white-dark-alfa-10:before,
.bg-white-dark-alfa-15:before,
.bg-white-dark-alfa-20:before,
.bg-white-dark-alfa-25:before,
.bg-white-dark-alfa-30:before,
.bg-white-dark-alfa-35:before,
.bg-white-dark-alfa-40:before,
.bg-white-dark-alfa-45:before,
.bg-white-dark-alfa-50:before,
.bg-white-dark-alfa-55:before,
.bg-white-dark-alfa-60:before,
.bg-white-dark-alfa-65:before,
.bg-white-dark-alfa-70:before,
.bg-white-dark-alfa-75:before,
.bg-white-dark-alfa-80:before,
.bg-white-dark-alfa-85:before,
.bg-white-dark-alfa-90:before,
.bg-white-dark-alfa-95:before {
    background: rgba(248, 248, 248, 0.05);
}

.bg-white-dark-alfa-10:before {
    background: rgba(248, 248, 248, 0.1);
}

.bg-white-dark-alfa-15:before {
    background: rgba(248, 248, 248, 0.15);
}

.bg-white-dark-alfa-20:before {
    background: rgba(248, 248, 248, 0.2);
}

.bg-white-dark-alfa-25:before {
    background: rgba(248, 248, 248, 0.25);
}

.bg-white-dark-alfa-30:before {
    background: rgba(248, 248, 248, 0.3);
}

.bg-white-dark-alfa-35:before {
    background: rgba(248, 248, 248, 0.35);
}

.bg-white-dark-alfa-40:before {
    background: rgba(248, 248, 248, 0.4);
}

.bg-white-dark-alfa-45:before {
    background: rgba(248, 248, 248, 0.45);
}

.bg-white-dark-alfa-50:before {
    background: rgba(248, 248, 248, 0.5);
}

.bg-white-dark-alfa-55:before {
    background: rgba(248, 248, 248, 0.55);
}

.bg-white-dark-alfa-60:before {
    background: rgba(248, 248, 248, 0.6);
}

.bg-white-dark-alfa-65:before {
    background: rgba(248, 248, 248, 0.65);
}

.bg-white-dark-alfa-70:before {
    background: rgba(248, 248, 248, 0.7);
}

.bg-white-dark-alfa-75:before {
    background: rgba(248, 248, 248, 0.75);
}

.bg-white-dark-alfa-80:before {
    background: rgba(248, 248, 248, 0.8);
}

.bg-white-dark-alfa-85:before {
    background: rgba(248, 248, 248, 0.85);
}

.bg-white-dark-alfa-90:before {
    background: rgba(248, 248, 248, 0.9);
}

.bg-white-dark-alfa-95:before {
    background: rgba(248, 248, 248, 0.95);
}

/*------------------------------------------------------------------
[Multi-columns-row]
*/

.multi-columns-row .first-in-row {
    clear: left;
}

.multi-columns-row .col-xs-6:nth-child(2n + 3) {
    clear: left;
}

.multi-columns-row .col-xs-4:nth-child(3n + 4) {
    clear: left;
}

.multi-columns-row .col-xs-3:nth-child(4n + 5) {
    clear: left;
}

.multi-columns-row .col-xs-2:nth-child(6n + 7) {
    clear: left;
}

.multi-columns-row .col-xs-1:nth-child(12n + 13) {
    clear: left;
}

@media (min-width: 768px) {
    .multi-columns-row .col-xs-6:nth-child(2n + 3) {
        clear: none;
    }

    .multi-columns-row .col-xs-4:nth-child(3n + 4) {
        clear: none;
    }

    .multi-columns-row .col-xs-3:nth-child(4n + 5) {
        clear: none;
    }

    .multi-columns-row .col-xs-2:nth-child(6n + 7) {
        clear: none;
    }

    .multi-columns-row .col-xs-1:nth-child(12n + 13) {
        clear: none;
    }

    .multi-columns-row .col-sm-6:nth-child(2n + 3) {
        clear: left;
    }

    .multi-columns-row .col-sm-4:nth-child(3n + 4) {
        clear: left;
    }

    .multi-columns-row .col-sm-3:nth-child(4n + 5) {
        clear: left;
    }

    .multi-columns-row .col-sm-2:nth-child(6n + 7) {
        clear: left;
    }

    .multi-columns-row .col-sm-1:nth-child(12n + 13) {
        clear: left;
    }
}

@media (min-width: 992px) {
    .multi-columns-row .col-sm-6:nth-child(2n + 3) {
        clear: none;
    }

    .multi-columns-row .col-sm-4:nth-child(3n + 4) {
        clear: none;
    }

    .multi-columns-row .col-sm-3:nth-child(4n + 5) {
        clear: none;
    }

    .multi-columns-row .col-sm-2:nth-child(6n + 7) {
        clear: none;
    }

    .multi-columns-row .col-sm-1:nth-child(12n + 13) {
        clear: none;
    }

    .multi-columns-row .col-md-6:nth-child(2n + 3) {
        clear: left;
    }

    .multi-columns-row .col-md-4:nth-child(3n + 4) {
        clear: left;
    }

    .multi-columns-row .col-md-3:nth-child(4n + 5) {
        clear: left;
    }

    .multi-columns-row .col-md-2:nth-child(6n + 7) {
        clear: left;
    }

    .multi-columns-row .col-md-1:nth-child(12n + 13) {
        clear: left;
    }
}

@media (min-width: 1200px) {
    .multi-columns-row .col-md-6:nth-child(2n + 3) {
        clear: none;
    }

    .multi-columns-row .col-md-4:nth-child(3n + 4) {
        clear: none;
    }

    .multi-columns-row .col-md-3:nth-child(4n + 5) {
        clear: none;
    }

    .multi-columns-row .col-md-2:nth-child(6n + 7) {
        clear: none;
    }

    .multi-columns-row .col-md-1:nth-child(12n + 13) {
        clear: none;
    }

    .multi-columns-row .col-lg-6:nth-child(2n + 3) {
        clear: left;
    }

    .multi-columns-row .col-lg-4:nth-child(3n + 4) {
        clear: left;
    }

    .multi-columns-row .col-lg-3:nth-child(4n + 5) {
        clear: left;
    }

    .multi-columns-row .col-lg-2:nth-child(6n + 7) {
        clear: left;
    }

    .multi-columns-row .col-lg-1:nth-child(12n + 13) {
        clear: left;
    }
}

/*------------------------------------------------------------------
[Row as Table]
*/

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.col-height {
    display: table-cell;
    float: none;
    height: 100%;
}

.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}

@media (min-width: 480px) {
    .row-xs-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .col-xs-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-xs-top {
        vertical-align: top;
    }

    .col-xs-middle {
        vertical-align: middle;
    }

    .col-xs-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 768px) {
    .row-sm-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-sm-top {
        vertical-align: top;
    }

    .col-sm-middle {
        vertical-align: middle;
    }

    .col-sm-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 992px) {
    .row-md-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .col-md-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-md-top {
        vertical-align: top;
    }

    .col-md-middle {
        vertical-align: middle;
    }

    .col-md-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 1200px) {
    .row-lg-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .col-lg-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-lg-top {
        vertical-align: top;
    }

    .col-lg-middle {
        vertical-align: middle;
    }

    .col-lg-bottom {
        vertical-align: bottom;
    }
}

/*------------------------------------------------------------------
[Pages]
*/

.career-tags {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    color: #27CBC0;
    list-style: none;
    padding: 0;
}

.career-tags &gt; li {
    display: inline-block;
}

@media (max-width: 767px) {
    .page-content + .sidebar,
    .sidebar + .page-content {
        margin: 70px 0 0;
    }
}

/*------------------------------------------------------------------
[Blog]
*/

.post {
    margin: 0 0 70px;
}

.post .post-title {
    font-size: 23px;
    margin-bottom: 10px;
}

/* --- [Post Meta] --- */

.post-meta {
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
}

.post-meta &gt; li {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 11px;
    color: #999;
}

.post-meta &gt; li + li:before {
    content: "/\00a0";
    padding: 0 5px;
}

/* --- [Post Columns] --- */

.post-columns .post {
    background: #f8f8f8;
    margin: 0 0 30px;
}

.post-columns .post .post-title {
    font-size: 20px;
}

.post-columns .post .post-content {
    padding: 30px 25px;
}

.post-columns .post .post-content &gt; *:last-child {
    margin-bottom: 0;
}

/* --- [Post Thumbnail] --- */

.post-thumbnail img {
    padding: 0 0 30px;
}

.post-thumbnail .post-content {
    padding: 0;
}

@media (max-width: 767px) {
    .post-thumbnail .post-content {
        padding: 30px 0 0;
    }
}

/* --- [Posts Formats] --- */

.format-icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 10px;
}

.icon-sticky:before {
    content: "\f08d";
}

.icon-aside:before {
    content: "\f15c";
}

.icon-audio:before {
    content: "\f001";
}

.icon-chat:before {
    content: "\f086";
}

.icon-gallery:before {
    content: "\f009";
}

.icon-image:before {
    content: "\f03e";
}

.icon-link:before {
    content: "\f0c1";
}

.icon-quote:before {
    content: "\f10d";
}

.icon-status:before {
    content: "\f27b";
}

.icon-video:before {
    content: "\f16a";
}

/* --- [Tags] --- */

.tags a {
    background: #f8f8f8;
    display: inline-block;
    border-radius: 2px;
    padding: 8px 12px;
    margin: 0 0 6px;
    font-size: 11px;
    color: #777777;
}

.tags a:hover,
.tags a:focus {
    background: #27CBC0;
    color: #ffffff;
}

/* --- [Comments] --- */

.comments-area .bottom-line:after,
.comment-form .bottom-line:after {
    margin-bottom: 35px;
}

.comments-area,
.comment-form {
    margin-bottom: 35px;
}

.comment,
.comment-content {
    position: relative;
}

.comment:before,
.comment:after,
.comment-content:before,
.comment-content:after {
    content: " ";
    display: table;
}

.comment:after,
.comment-content:after {
    clear: both;
}

.comment-avatar {
    position: relative;
    max-width: 70px;
    margin: 5px 0 0;
    float: left;
    z-index: 1;
}

.comment-avatar:after {
    position: absolute;
    background: #f5f5f5;
    content: "";
    height: 2px;
    width: 20px;
    top: 34px;
    left: 70px;
    z-index: -1;
}

.comment-avatar img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.comment-content {
    position: relative;
    background: #f5f5f5;
    border-radius: 2px;
    margin: 0 0 35px 90px;
    padding: 30px;
}

.comment-meta {
    font-size: 12px;
    opacity: 0.7;
}

.comment-content &gt; *:last-child {
    margin-bottom: 0;
}

.comment-tools {
    position: absolute;
    padding: 0 30px;
    z-index: 1;
    top: 25px;
    right: 0;
}

.comment-tools a {
    color: #999999;
    margin: 0 0 0 15px;
}

.comment-tools a:hover,
.comment-tools a:focus {
    color: #27CBC0;
}

@media (min-width: 768px) {
    .comment .comment {
        margin-left: 90px;
    }
}

@media (max-width: 767px) {
    .blog-content + .sidebar,
    .sidebar + .blog-content {
        margin: 70px 0 0;
    }
}

/*------------------------------------------------------------------
[Shop]
*/

.slider-space {
    padding-right: 100px;
}

.product-slider .item img {
    display: block;
    width: 100%;
    height: auto;
}

.product-slider .owl-controls {
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
}

.product-slider .owl-controls .item-link {
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 2px;
    outline: none;
    opacity: 0.6;
}

@media (max-width: 767px) {
    .product-slider {
        padding: 0 0 30px;
    }

    .product-slider .owl-controls {
        position: static;
        text-align: left;
        width: auto;
        margin: 5px 0 0;
    }

    .product-slider .owl-controls .owl-pagination {
        text-align: left;
    }

    .product-slider .owl-controls .item-link {
        font-size: 0;
        margin: 0 5px 0 0;
    }
}

.product-slider .owl-controls .item-link:focus {
    outline: none;
}

.product-slider .owl-controls .active .item-link {
    opacity: 1;
}

.product-slider .owl-pagination,
.product-slider .owl-controls .owl-page {
    margin: 0;
}

.product-slider .owl-controls .owl-page span {
    display: none;
}

.product-description .star-rating {
    margin-right: 15px;
}

.woo-product-price del {
    text-decoration: line-through;
    display: inline-block;
    margin-right: 20px;
    opacity: 0.2;
}

/*------------------------------------------------------------------
[Stars Rating]
*/

.woo-star-rating {
    font-family: 'FontAwesome';
    color: #27CBC0;
}

.woo-star-rating-1:after {
    content: "\f005\20\f006\20\f006\20\f006\20\f006";
}

.woo-star-rating-2:after {
    content: "\f005\20\f005\20\f006\20\f006\20\f006";
}

.woo-star-rating-3:after {
    content: "\f005\20\f005\20\f005\20\f006\20\f006";
}

.woo-star-rating-4:after {
    content: "\f005\20\f005\20\f005\20\f005\20\f006";
}

.woo-star-rating-5:after {
    content: "\f005\20\f005\20\f005\20\f005\20\f005";
}

/*------------------------------------------------------------------
[Reviews]
*/

.woocommerce-Reviews ol {
    list-style: none;
    padding-left: 0;
}

.commentlist .comment {
    margin-left: 0;
    position: relative;
    background: #f5f5f5;
    border-radius: 2px;
    padding: 30px;
}

.woocommerce-Reviews .comment .comment_container {
    clear: both;
}

.woocommerce-Reviews .comment .avatar,
.woocommerce-Reviews .comment .comment-text {
    margin-left: 0;
    display: inline-block;
    float: left;
}

.woocommerce-Reviews .comment .avatar {
    margin-right: 20px;
}

.woocommerce-Reviews .comment .comment-text p {
    margin-bottom: 10px;
}

/*------------------------------------------------------------------
[Shop Cart]
*/

.coupon {
    border-top: 1px solid #eeeeee;
    padding: 20px;
}

.btn-update-cart {
    padding: 0 20px 20px 20px;
}

.cart-with-coupon {
    border: 1px solid #eeeeee;
    border-radius: 2px;
    margin: 0 0 50px;
}

.cart-table {
    margin: 0;
}

.cart-table &gt; thead &gt; tr &gt; th,
.cart-table &gt; tbody &gt; tr &gt; th,
.cart-table &gt; tfoot &gt; tr &gt; th,
.cart-table &gt; thead &gt; tr &gt; td,
.cart-table &gt; tbody &gt; tr &gt; td,
.cart-table &gt; tfoot &gt; tr &gt; td {
    vertical-align: middle;
    padding: 20px;
}

.cart-table .col-trash {
    padding-left: 40px;
    text-align: center;
}

.cart-table .cart-thumbnail {
    max-width: 90px;
}

.cart-table .col-quantity .form-control {
    display: inline-block;
    text-align: center;
    max-width: 60px;
    padding: 0 0 0 12px;
}

.cart-table .col-remove {
    width: 75px;
}

.cart-table .col-thumbnail {
    width: 130px;
}

.cart-table .col-price,
.cart-table .col-subtotal,
.cart-table .col-quantity {
    text-align: left;
}

.payment {
    border: 1px solid #eeeeee;
    border-radius: 2px;
    margin: 0 0 25px;
}

.payment-table {
    border: 0;
    margin: 0;
}

.payment-table &gt; tbody &gt; tr &gt; td {
    border: 0;
    border-top: 1px solid #eeeeee;
    padding: 20px;
}

.payment-table &gt; tbody &gt; tr:first-child &gt; td {
    border: 0;
}

.totals {
    border: 1px solid #eeeeee;
    border-radius: 2px;
    margin: 0 0 25px;
}

.totals .total,
.totals .subtotal {
    padding: 20px;
}

.totals .total &gt; .row:not(:last-child),
.totals .subtotal &gt; .row:not(:last-child) {
    margin-bottom: 20px;
}

.totals .total {
    border-top: 1px solid #eeeeee;
}

.totals-table {
    border: 0;
    margin: 0;
}

.totals-table &gt; tbody &gt; tr &gt; td {
    padding: 0px 20px 20px;
    border: 0;
}

.totals-table &gt; tbody &gt; tr:first-child &gt; td {
    padding: 20px;
}

.totals-table &gt; tbody &gt; tr:last-child &gt; td {
    border-top: 1px solid #eeeeee;
    padding: 20px;
}

/*------------------------------------------------------------------
[Shop Grid Items]
*/

.shop-filters {
    border-bottom: 2px solid #f5f5f5;
    padding: 0 0 35px;
    margin: 0 0 35px;
}

.shop-item,
.product-category {
    margin: 0 0 35px;
}

.woocommerce-loop-category__title {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    margin: 10px 0;
}

.shop-item-title {
    text-align: center;
}

.shop-item-title h5 {
    margin-bottom: 10px;
}

.shop-item-title h5:last-child {
    margin-bottom: 0;
}

.shop-item-photo {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.shop-item-photo img {
    width: 100%;
}

.shop-item-tools {
    position: absolute;
    padding: 20px;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.shop-item-tools &gt; div {
    display: table;
    height: 100%;
    width: 100%;
}

.shop-item-tools &gt; div &gt; div {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

.shop-item-tools a {
    border: 2px solid #fff;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    height: 40px;
    width: 40px;
    color: #fff;
    margin: 0 5px;
}

.shop-item-tools a:hover {
    opacity: 0.7;
    color: #fff;
}

.shop-item:hover .shop-item-tools {
    opacity: 1;
    background: rgba(39, 203, 192, 0.8);
}

/*------------------------------------------------------------------
[Widgets]
*/

.widget {
    margin: 0 0 40px;
}

.widget &gt; *:last-child {
    margin-bottom: 0;
}

/* --- [ Recent Posts Widget ] --- */

.widget .recent-posts {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget .recent-posts &gt; li {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.widget .recent-posts &gt; li:before,
.widget .recent-posts &gt; li:after {
    content: " ";
    display: table;
}

.widget .recent-posts &gt; li:after {
    clear: both;
}

.widget .recent-posts &gt; li:first-child {
    border: 0;
    padding-top: 0;
}

.widget .recent-posts a {
    text-decoration: none;
}

.widget .recent-posts a:hover,
.widget .recent-posts a:focus {
    opacity: 0.7;
}

.widget-posts-image {
    float: left;
    width: 44px;
}

.widget-posts-body {
    margin-left: 58px;
}

.widget-posts-title {
    margin: 2px 0;
}

.widget-posts-meta {
    font-size: 11px;
    opacity: 0.7;
}

/* --- [ Category Widget ] --- */

.icons-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.icons-list &gt; li {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.icons-list &gt; li:first-child {
    border: 0;
    padding-top: 0;
}

.icons-list a {
    color: #999999;
}

.icons-list a:hover,
.icons-list a:focus {
    color: #27CBC0;
}

.icons-list a &gt; .fa,
.icons-list a &gt; .icons {
    padding-left: 5px;
}

/* --- [  Widget ] --- */

.widget address {
    line-height: 1.8;
}

address.map-background {
    background: url("../images/map.png") no-repeat left;
}

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

.links-list &gt; li {
    margin: 0 0 15px;
}

.links-list &gt; li a {
    text-decoration: none;
}

.widget .links-list a:hover {
    opacity: 0.7;
}

/* --- [ Top Rated Widget ] --- */

.widget .top-rated {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget .top-rated &gt; li {
    border-top: 1px solid #eee;
    padding: 10px 0;
    display: table;
    width: 100%;
}

.widget .top-rated &gt; li:first-child {
    padding-top: 0;
    border: 0;
}

.widget .top-rated .top-rated-body,
.widget .top-rated .top-rated-image {
    display: table-cell;
    vertical-align: middle;
}

.widget .top-rated .top-rated-body {
    padding: 0 0 0 14px;
}

.widget .top-rated .top-rated-image {
    width: 70px;
}

/*------------------------------------------------------------------
[Footer]
*/

.footer {
    background-color: #222222;
    background-position: 50% 0;
    position: relative;
}

.footer .subfooter {
    padding: 70px 0;
}

.footer .widget-title {
    border-color: #333333;
}

.footer .copyright {
    border-top: 1px solid #333333;
    padding: 20px 0;
}

.footer .bottom-line:before {
    border-bottom: 2px solid #333333;
}

.footer .widget .recent-posts &gt; li {
    border-color: #333333;
}

.footer.parallax {
    background-color: transparent;
}

.footer * {
    color: #ffffff;
}

.footer .widget-content .text-title {
    color: #ffffff;
}

.footer a {
    text-decoration: underline;
    color: #ffffff;
}

.footer a:hover,
.footer a:focus {
    text-decoration: none;
    color: inherit;
}

#copyright {
    margin: 0;
}

#top-link {
    position: relative;
}

/* ==========================================================================
   back-to-top
   ========================================================================== */
#backtotop {
    display: none;
    position: fixed;
    top: 100%;
    right: 2%;
    margin-top: -60px;
    margin-left: -20px;
}

.scroll-top {
    margin: 0;
    color: #fff;
    transition: all .5s ease-in-out;
    position: fixed;
    bottom: 30px;
    right: 30px;
    border-radius: 50%;
    z-index: 999;
    background: #27CBC0;
    font-size: 20px;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
}

.scroll-top:hover {
    background: #1e2327;
    color: #fff;
}

.scroll-top:focus {
    color: #fff;
}

@media (max-width: 767px) {
    .footer .scroll-top {
        display: none;
    }
}

.footer .list-inline {
    margin-left: -15px;
}

.footer .list-inline &gt; li {
    padding-left: 15px;
    padding-right: 15px;
}

.footer .list-inline &gt; li a {
    text-decoration: none;
}

.footer-minimal {
    padding: 140px 0;
}

/*------------------------------------------------------------------
[Widget Style]
*/
.widget .widget-content a {
    text-decoration: none;
}
.widget .widget-content li {
    color: #27CBC0;
}
.widget_products .widget-content li,
.widget_products .widget-content li del {
    color: #222222;
}
.widget .widget-content ul li a:hover {
    color: #1fa098;
    text-decoration: none;
    padding-left: 5px;
}

.widget .widget-content ul li a:hover i {
    color: #ffffff;
}
/*------------------------------------------------------------------
[Contact Us Widget]
*/
.widget.contact_info p {
    margin: 0;
}

.widget.contact_info .address {
    margin: 0 0 20px;
}

/*------------------------------------------------------------------
[Custom Product Shorting Filter In Shop Page]
*/
.catalog-ordering {
    text-align: center;
    position: relative;
    z-index: 1;
}

.catalog-ordering &gt; ul {
    display: inline-block;
    margin-bottom: 42px;
}

.catalog-ordering a {
    color: #888;
}

.catalog-ordering .order {
    border: 2px solid #eee;
    border-radius: 2px;
    box-shadow: none;
    color: #999999;
    height: 39px;
    font-size: 14px;
    margin: 0 10px 0 0;
    padding: 5px 10px;
    list-style: none;
    float: left;
}

.order-dropdown {
    display: inline-block;
    text-align: left;
    width: 170px;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}

.order-dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.order-dropdown .current-li {
    display: block;
    height: 39px;
    line-height: 39px;
    text-indent: 13px;
    font-size: 12px;
}

.order-dropdown &gt; li {
    position: relative;
    z-index: 99;
}

.order-dropdown &gt; li:hover &gt; ul {
    display: block;
    position: absolute;
    top: 39px;
}

.order-dropdown ul {
    display: none;
}

.order-dropdown ul li {
    margin-bottom: 0;
}

.order-dropdown ul li a {
    width: 168px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-top: 0;
    display: block;
    height: 39px;
    line-height: 39px;
    text-indent: 13px;
    font-size: 12px;
    padding: 0;
}

.order-dropdown ul li a:hover {
    background: #f7f7f7;
}

.order-dropdown ul li a strong {
    font-weight: normal;
}

.orderby-order-container {
    display: inline-block;
    text-align: left;
}

.button.wishlist {
    display: inline-block;
}

.yith-wcwl-add-button &gt; a i {
    margin: 0;
}

/*------------------------------------------------------------------
[Checkout Billing Form]
*/
.woocommerce-billing-fields {}

/*------------------------------------------------------------------
[Page Title Bar Layout]
*/
.float-left {
    float: left;
}

.float-right {
    float: right;
}

.bg-parallax {
    background-attachment: fixed;
    background-position: top center;
}

/*------------------------------------------------------------------
[Single Blog Layout]
*/
.single-page-navigation {
    margin: 30px 0;
}
.nav-previous {
    text-align: left;
}

.nav-next {
    text-align: right;
}

.avatar {
    border-radius: 50%;
    margin-right: 10px;
}

.gallery-caption {
    color: #666;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 1.5em;
    max-width: 100%;
}

/*------------------------------------------------------------------
[Search]
*/

.search-form {
    position: relative;
}

.search-form .search-submit {
    bottom: 3px;
    padding: 0.5em 1em;
    position: absolute;
    right: 3px;
    top: 3px;
}

.search-form .search-submit .icon {
    height: 24px;
    top: -2px;
    width: 24px;
}

/*------------------------------------------------------------------
[Galleries]
*/

.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 0 1.5em;
    padding: 0 1em 0 0;
    width: 50%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%;
}

.gallery-item a img {
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
    -webkit-filter: opacity(60%);
    filter: opacity(60%);
}

.gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}
@media screen and ( min-width: 30em ) {
    /* Gallery Columns */

    .gallery-item {
	max-width: 25%;
    }

    .gallery-columns-1 .gallery-item {
	max-width: 100%;
    }

    .gallery-columns-2 .gallery-item {
	max-width: 50%;
    }

    .gallery-columns-3 .gallery-item {
	max-width: 33.33%;
    }

    .gallery-columns-4 .gallery-item {
	max-width: 25%;
    }
}
@media screen and ( min-width: 48em ) {
    /* Gallery Columns */

    .gallery-columns-5 .gallery-item {
	max-width: 20%;
    }

    .gallery-columns-6 .gallery-item {
	max-width: 16.66%;
    }

    .gallery-columns-7 .gallery-item {
	max-width: 14.28%;
    }

    .gallery-columns-8 .gallery-item {
	max-width: 12.5%;
    }

    .gallery-columns-9 .gallery-item {
	max-width: 11.11%;
    }
}

/*------------------------------------------------------------------
[Gallery widget]
*/

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/*------------------------------------------------------------------
[Common Style]
*/

select {
    border: 2px solid #eee;
    border-radius: 2px;
    box-shadow: none;
    color: #999999;
    height: 39px;
    font-size: 14px;
}

.widget-content select {
    width: 100%;
}

table th,
table td {
    padding: 10px;
}

.widget-content .widget-search {
    margin: 0;
    width: 100%; 
}

.widget-content .woocommerce-product-search {
    position: relative;
}

.input-search {
    height: 39px;
}

.widget-content .btn-search,
.widget_product_search .widget-content button {
    padding: 10px;
    width: 40px;
    position: absolute;
    bottom: 1px;
    right: 15px;
    text-indent: 99px;
    height: 39px;
    box-sizing: border-box;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 0;
}

.widget_product_search .widget-content .woocommerce-product-search button {
    right: 0;
    font-size: 0;
    border-width: 0;
    padding: 10px 18px;
}

.widget-content .btn-search::before,
.widget_product_search .widget-content button::before{
    font-family: 'FontAwesome';
    font-size: 14px;
    content: '\f002';
    position: absolute;
    left: 50%;
    text-indent: initial;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.catalog-ordering ul li {
    z-index: 1034px
}

/*------------------------------------------------------------------
[WooCommerce Style]
*/

.woocommerce {
    clear: both;
}

.woocommerce .woocommerce-MyAccount-navigation,
.woocommerce .woocommerce-MyAccount-content {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.woocommerce .woocommerce-MyAccount-navigation{
    width: 25%;
}

.woocommerce .woocommerce-MyAccount-content {
    width: 75%;
}

.woocommerce-view-order .woocommerce-order-downloads{
    margin-bottom: 20px
}

/*For WooCommerce Input Style like .btn*/
.single-product .product .single_add_to_cart_button,
#review_form .submit,
.woocommerce-address-fields .button,
.woocommerce-form-coupon .button,
.woocommerce .woocommerce-Button,
.widget_product_search .widget-content button,
.wpcf7-submit {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-top-width: 1px;
    border-right-color: transparent;
    border-right-width: 1px;
    border-bottom-color: transparent;
    border-bottom-width: 1px;
    border-left-color: transparent;
    border-left-width: 1px;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.single-product .product .single_add_to_cart_button,
#review_form .submit,
.woocommerce-address-fields .button,
.woocommerce-form-coupon .button,
.widget_product_search .widget-content button,
.wpcf7-submit {
    border-radius: 2px;
    background-color: #27CBC0;
    border-color: #27CBC0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 11px;
    border-width: 2px;
    padding: 10px 24px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/*For WooCommerce Input Style like .form-control*/
.woocommerce .woocommerce-Input,
.woocommerce-form-coupon .input-text,
.quantity .input-text,
.widget_product_search .widget-content .search-field,
.wpcf7-text,
.wpcf7-number,
.wpcf7-date,
.wpcf7-textarea,
.wpcf7-select {
    background-color: #ffffff;
    color: #888888;
    border: 2px solid transparent;
    border-color: #E0E0E0;
    border-radius: 2px;
    box-shadow: none;
    height: 39px;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.woocommerce .woocommerce-Input:focus,
.quantity .input-text:focus,
.wpcf7-text:focus,
.wpcf7-number:focus,
.wpcf7-date:focus,
.wpcf7-textarea:focus,
.wpcf7-select:focus {
    border-color: #27CBC0;
    box-shadow: none;
}

.post-7 .woocommerce h2 {
    text-align: center;
}

.woocommerce-ResetPassword,
.woocommerce-form-login,
.woocommerce-form-coupon {
    margin: 0 auto;
    width: 50%;
    display: block;
}

.woocommerce-ResetPassword .input-text,
.woocommerce-form-login .input-text,
.woocommerce-form-coupon .input-text {
    width: 100%;
}

.wpcf7-textarea {
    height: auto;
}

/*For WooCommerce Select Style*/
.woocommerce-input-wrapper .select2-selection {
    border: 2px solid #eee;
    border-radius: 2px;
    box-shadow: none;
    color: #999999;
    height: 39px;
    font-size: 14px;
    padding: 4px 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
}

/*For WooCommerce Title Style*/
.related.products h2,
.woocommerce-MyAccount-content h3,
h3.widget-title {
    letter-spacing: 1px;
    margin-right: -1px;
    position: relative;
    font-family: "Montserrat", Arial, serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}

.related.products h2::before,
.woocommerce-MyAccount-content h3::before,
h3.widget-title::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid #eeeeee;
}

.related.products h2::after,
.woocommerce-MyAccount-content h3::after,
h3.widget-title::after {
    content: "";
    display: block;
    width: 35px;
    border-bottom: 2px solid #27CBC0;
    margin: 20px auto 25px 0;
    z-index: 1;
    position: relative;
}

.woocommerce-form__label {
    display: block;
    margin-top: 5px;
}

.cart-empty,
.return-to-shop {
    text-align: center;
}

.product .onsale {
    display: inline;
    padding: 7px 10px;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background: #27CBC0;
    position: absolute;
    left: 30px;
}

.shop-page.onsale {
    left: 0;
}

/* Remove Unnessary Labels */
.quantity label,
.coupon label {
    display: none;
}

.single-product .product .single_add_to_cart_button {
    margin-top: 20px;
}

.product_meta {
    margin: 30px 0;
    border-top: 1px solid #eee;
    padding: 30px 0;
}

.product_meta &gt; span {
    display: block;
}

/* Woo Product Page Review Style */
.woocommerce-Reviews .form-submit {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.star-rating {
    overflow: hidden;
    position: relative;
    height: 1.8em;
    line-height: 1.8;
    font-size: 14px;
    font-family: 'FontAwesome';
    color: #27CBC0;
    margin-bottom: 10px;
}

.star-rating span {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 1.5em;
}

.star-rating span::before {
    content: "\f005\20\f005\20\f005\20\f005\20\f005";
    position: absolute;
    letter-spacing: 0.1em;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    left: 50%;
    top: 0;
}

.star-rating::before {
    content: "\f006\20\f006\20\f006\20\f006\20\f006";
    position: absolute;
    letter-spacing: 0.1em;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    left: 50%;
    top: 0;

}

p.stars a {
    padding-right: 20px;
    font-size: 0;
}

p.stars a::after {
    font-family: 'FontAwesome';
    color: #27CBC0;
    font-size: 14px;
}

p.stars a.star-1::after {
    content: "\f005";
}

p.stars a.star-2::after {
    content: "\f005\20\f005";
}

p.stars a.star-3::after {
    content: "\f005\20\f005\20\f005";
}

p.stars a.star-4::after {
    content: "\f005\20\f005\20\f005\20\f005";
}

p.stars a.star-5::after {
    content: "\f005\20\f005\20\f005\20\f005\20\f005";
}

.cart-table .col-quantity .input-text {
    width: 25%;
}

.cart_total_title {
    display: none;
}

.woocommerce-variation-price {
    padding-bottom: 20px;
}

.woocommerce-variation-price .price {
    line-height: 1.2;
    font-weight: 600;
    color: #222222;
}


/* WooCommerce AlertBox Style */
.woocommerce-message,
.woocommerce-error,
.woocommerce-notice,
.woocommerce-info {
    border: 0;
    border-radius: 2px;
    padding: 20px;
    margin: 0 0 30px 0;
}

.woocommerce-message,
.woocommerce-notice--success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.woocommerce-error {
    list-style: none;
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.woocommerce-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.variations tr {
    width: 50%;
    float: left;
}

.variations tr td.label {
    display: none;
}

.variations tr td.value {
    padding: 0;
}

/* ==========================================================================
   WooCommerce Product Widgets
   ========================================================================== */
.woocommerce .widget-content ul li a:hover {
    padding-left: 0;
}

.widget .product_list_widget {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget .product_list_widget &gt; li {
    min-height: 100px;
}

.widget .product_list_widget &gt; li:first-child {
    padding-top: 0;
    border: 0;
}

.widget .product_list_widget li a {
    display: block;
}

.widget .product_list_widget img {
    float: left;
    width: 100px;
    padding: 0 14px 0 0;
}

.widget .product_list_widget .product-title {
    line-height: 1.2;
    font-weight: 600;
    color: #222222;
    font-size: 13px;
    margin-bottom: 5px !important;
}

.widget .product_list_widget .amount {
    font-family: "Montserrat", Arial, serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    color: #222222;
}

.widget .product_list_widget .star-rating::before {
    -webkit-transform: translate(0);
    transform: translate(0);
    left: 0;
}

.widget .product_list_widget .star-rating span::before {
    -webkit-transform: translate(0);
    transform: translate(0);
    left: 0;
}

.woocommerce-product-search label {
    display: none;
}

/* ==========================================================================
   Navigation Menu Widgets
   ========================================================================== */

.widget_nav_menu .sub-menu {
    list-style-type: disclosure-closed;
    color: #1fa098;
    margin-left: 15px;
    padding: 0;
}

.widget_nav_menu .sub-menu li &gt; a {
    color: #27CBC0;
    line-height: 1.8;
    border-bottom: none;
    padding: 0;
}

.widget_nav_menu .sub-menu li &gt; a:hover {
    background: transparent;
}

.cart-loading {
    display: none;
    font-size: 18px;
    color: #fff;
}

.cart-loading .icon-refresh {
    margin: 5px;
    -webkit-animation: dd-anim-rotate 1s infinite linear;
    animation: dd-anim-rotate 1s infinite linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes dd-anim-rotate {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.shop-item-tools .added_to_cart {
    display: none;
}

.yith-wcwl-add-to-wishlist {
    margin: 0 5px; 
}

.yith-wcwl-add-button {
    display: block !important;
}

.yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-wishlistexistsbrowse {
    display: none !important;
}

.product .summary .yith-wcwl-add-to-wishlist {
    margin: 5px;
}

.p-tb-content {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 0;
    padding-right: 0;
}

/* ==========================================================================
   Demo Style
   ========================================================================== */
.shop-item-tools .wishlist .ajax-loading{
    display:none !important;
}	

.col-align-item {
    align-items: center;
}

.shop_attributes p {
    margin: 0 0 0;
}

.newslatter-form {
    width: 66.66666667%;
    margin: 0 auto;
}
</pre></body></html>