<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 *------------------------------------------------------------------------------
 * @package       Plazart Framework for Joomla!
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2004-2013 TemPlaza.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       TemPlaza
 * @Link:         http://templaza.com
 *------------------------------------------------------------------------------
 */
.element-invisible {
    border: 0 none;
    height: 1px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.inline &gt; li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.article-info {
    font-size: 0.9em;
}

.article-info dd {
    display: inline-block;
    margin-left: 0;
    margin-right: 10px;
    white-space: nowrap;
}

.muted {
    color: #777777;
}

.tagspopular ul {
    display: block;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.tagspopular ul &gt; li {
    color: #333333;
    display: inline-block;
    margin: 0 5px 5px 0;
}

.tagspopular ul &gt; li &gt; a {
    background: none repeat scroll 0 0 #eeeeee;
    border-radius: 3px;
    color: #333333;
    display: block;
    padding: 2px 5px;
}

.tagspopular ul &gt; li &gt; a:hover {
    background: none repeat scroll 0 0 #23527c;
    color: #eeeeee;
    text-decoration: none;
}

.tagssimilar ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.tagssimilar ul &gt; li {
    border-bottom: 1px solid #eeeeee;
    padding: 8px 0;
}

.tagssimilar ul &gt; li &gt; a {
    color: #333333;
}

.tagssimilar ul &gt; li &gt; a:hover {
    color: #23527c;
    text-decoration: none;
}

.categories-list {
    margin-bottom: 20px;
}

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

.categories-list:after {
    clear: both;
}

.categories-list .page-header {
    line-height: normal;
    padding: 10px 5px;
    margin: 0;
    font-size: 18px;
    font-weight: normal;
}

.categories-list .category-item {
    margin-bottom: 0;
    margin-left: 30px;
}

.categories-list .category-item .page-header {
    font-size: 14px;
}

.readmore &gt; .btn {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}

.counter {
    border-radius: 4px;
    display: inline-block;
    margin-top: 20px;
    padding: 6px 12px;
}

.list-striped,
.row-striped {
    list-style: none;
    line-height: 20px;
    text-align: left;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    margin-left: 0;
    padding-left: 0;
}

.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
}

.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
    background-color: #f9f9f9;
}

.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
    background-color: #f5f5f5;
}

.row-striped .row-fluid {
    width: 97%;
}

.row-striped .row-fluid [class*="span"] {
    min-height: 10px;
}

.row-striped .row-fluid [class*="span"] {
    margin-left: 8px;
}

.row-striped .row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.dark .border-bottom, .dark.border-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.tz-module .nav li a {
    display: block;
    padding: 5px 10px;
}

.tz-overflow-hidden {
    overflow: hidden;
}

.text-muted {
    color: rgba(0, 0, 0, 0.4);
}

#login-form ul.unstyled {
    margin-top: 20px;
    padding-left: 20px;
}

.module-title {
    margin-bottom: 20px;
    font-size: 22px;
}

.framework-logo {
    padding: 10px 0 30px;
}

body {
    color: #434343;
}

.padding-lr-0 {
    padding-left: 0;
    padding-right: 0;
}

.padding-r-0 {
    padding-right: 0;
}

.tz_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.bg-pos-center &gt; div &gt; div {
    background-position: center;
}

.full-width {
    width: 100%;
}

/*Button */
/*.btn {*/
/*position: relative;*/
/*font-family: "Montserrat", Helvetica, Arial, sans-serif;*/
/*text-transform: uppercase;*/
/*font-size: 11px;*/
/*font-weight: 600;*/
/*-moz-border-radius: 40px;*/
/*-webkit-border-radius: 40px;*/
/*border-radius: 40px;*/
/*padding: 13px 28px 15px;*/
/*color: inherit;*/
/*-moz-transition: all 0.2s ease-out;*/
/*-o-transition: all 0.2s ease-out;*/
/*-webkit-transition: all 0.2s ease-out;*/
/*transition: all 0.2s ease-out;*/
/*outline: none;*/
/*border: 2px solid;*/
/*background: transparent;*/
/*margin-bottom: 3px;*/
/*}*/

/*.btn.btn-primary {*/
/*border-color: #2786c9;*/
/*}*/

/*.btn i {*/
/*font-size: 130%;*/
/*display: inline-block;*/
/*vertical-align: middle;*/
/*}*/

.i-after {
    margin-left: 8px;
}

textarea:focus,
input:focus,
a:focus,
a:visited,
*:focus {
    outline: none;
}

/* Breadcrumb */
.tz_breadcrumb_style1 {
    position: absolute;
    max-width: 1200px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0 15px;
    font-family: 'Montserrat', sans-serif;
}

.tz_breadcrumb_style1 .tz_breadcrumb {
    padding: 0 15px;
}

.tz_breadcrumb_style2 {
    position: relative;
    max-width: 1200px;
    margin: auto;
    z-index: 1;
    padding: 86px 15px;
    font-family: 'Montserrat', sans-serif;
    background: transparent;
}

.tz_breadcrumb_style3 {
    position: static;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
}

.tz_breadcrumb_style3 a {
    color: #ffffff;
}

.tz_breadcrumb_style3 .tz-breadcrumb {
    position: absolute;
    bottom: 0;
    left: -15px;
    right: -15px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
}

.tz_breadcrumb_style3 .tz-breadcrumb .breadcrumb {
    background: transparent;
    max-width: 1200px;
    margin: auto;
    text-transform: uppercase;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 11px;
    padding: 14px 30px 16px !important;
    line-height: inherit;
    text-align: left;
}

.tz_breadcrumb_style3 h3 {
    font-size: 36px;
    letter-spacing: 0.2em;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.tz_breadcrumb .breadcrumb {
    background: transparent;
    margin: 0;
    padding: 0;
}

.tz_breadcrumb .tz_left,
.tz_breadcrumb .tz_right {
    width: 50%;
}

.tz_breadcrumb .tz_left h3 {
    font-size: 36px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin: 0;
    font-family: 'Montserrat', sans-serif, Arial, sans-serif;
}

.tz_breadcrumb .tz_right {
    font-size: 11px;
    text-transform: uppercase;
    text-align: right;
}

.tz_breadcrumb .tz_right li,
.tz_breadcrumb .tz_right a {
    color: inherit;
    text-decoration: none !important;
}

.tz_breadcrumb .tz_right li.active {
    opacity: 0.4;
}

.tz_hover_bg .tz_map:hover:after {
    opacity: 0;
    visibility: hidden;
}

.tz_hover_bg .tz_map:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: rgba(255, 255, 255, 0.5);
}

/* COntact */
.tz_contact .tz_style_1 .page-header {
    margin: 0;
    padding: 0;
    border: none;
}

.tz_contact .tz_style_1 .page-header h2 {
    margin: 0 0 24px;
    font-weight: 100;
    font-family: 'Open Sans', sans-serif;
}

.tz_contact .tz_style_1 .tz_image {
    margin-bottom: 30px;
}

.tz_contact .tz_style_1 .tz_image img {
    width: 100%;
}

.tz_contact .tz_style_1 .tz-caption-text-style1 {
    margin: 0 0 24px;
    font-weight: 100;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
}

.tz_contact .tz-caption-text-style2 {
    margin: 0 0 50px;
    font-weight: 100;
    font-size: 36px;
    font-family: 'Open Sans', sans-serif;
}

.tz_contact .contact-form input[type="text"],
.tz_contact .contact-form input[type="email"],
.tz_contact .contact-form input[type="password"],
.tz_contact .contact-form textarea {
    background: #ededed;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #555555;
    font-size: 13px;
    padding: 15px 20px;
    height: 46px;
}

.tz_contact .contact-form input[type="checkbox"] {
    position: relative;
    margin: 0;
    top: 1px;
}

.tz_contact .contact-form textarea {
    height: auto;
}

.tz_contact .contact-form .checkbox label {
    padding-left: 5px;
}

.tz_contact .contact-form .btn {
    position: relative;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    padding: 13px 28px 13px;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    outline: none;
    border: 2px solid;
    margin-bottom: 3px;
    background-color: #2786c9;
    border-color: #2786c9;
    color: #ffffff;
    width: 100%;
}

.tz_contact .contact-form .btn:hover,
.tz_contact .contact-form .btn:focus,
.tz_contact .contact-form .btn:active {
    background-color: #1f6a9e;
    border-color: #1f6a9e;
}

.tz_contact .contact-address {
    margin-bottom: 25px;
    font-style: normal;
    line-height: 1.42857143;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

.tz_contact .contact-address a {
    color: inherit;
}

.tz_contact .contact-address.tz-style-2 {
    padding: 20px 0;
    margin: 0 -15px;
}

.tz_contact .contact-address.tz-style-2 .tz-featured {
    margin-bottom: 30px;
}

.tz_contact .contact-address.tz-style-2 .tz-icon {
    display: block;
    margin-bottom: 16px;
}

.tz_contact .contact-misc p {
    font-size: 16px;
    margin-bottom: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 1.4;
}

.tz_contact .tz_style_2 {
    display: flex;
    align-items: center;
}

.tz_contact .tz_style_2 .tz-content {
    padding: 0 14%;
}

.tz_contact .tz_style_2 .tz_image {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 50vw;
    max-height: 700px;
}

.tz_contact .tz_style_2 .tz_image img {
    width: 100%;
    display: none;
}

.tz_contact .tz_style_2 .page-header {
    margin: 0;
    padding: 0;
    border: none;
}

.tz_contact .tz_style_2 .page-header h2 {
    font-size: 36px;
    margin: 0 0 28px;
    font-weight: 100;
    font-family: 'Open Sans', sans-serif;
}

.tz_contact .tz_style_3 .tz-form {
    padding-top: 90px;
    padding-bottom: 90px;
}

.tz_contact .tz_style_3 .contact-miscinfo {
    margin: 0 -15px;
    background: #f6f6f6;
    padding: 90px 0;
}

.tz_contact .tz_style_3 .contact-miscinfo address {
    font-size: 13px;
    margin-bottom: 50px;
}

.tz_contact .tz_style_3 #contact-form {
    width: 66.667%;
    margin: auto;
}

.tz-bg-color-1 {
    background: #455059;
    color: #ffffff;
}

.tz-notice {
    padding: 140px 0 90px;
    font-family: 'Open Sans', sans-serif;
}

.tz-notice h1,
.tz-notice h2,
.tz-notice h3,
.tz-notice h4,
.tz-notice h5,
.tz-notice h6 {
    font-weight: 100;
}

.tz-notice h2 {
    margin-bottom: 28px;
}

.tz-notice .btn-link:focus,
.tz-notice .btn-link:hover {
    color: #2786c9;
    opacity: 0.6;
    text-decoration: none;
}

/*Icon*/
.tz-icon {
    position: relative;
    display: inline-block;
    font-size: 52px;
    width: 72px;
    vertical-align: middle;
    margin-bottom: 3px;
}

.tz-icon.tz-icon-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.tz-icon.tz-icon-sm {
    font-size: 28px;
    width: 48px;
}

.tz-icon.tz-icon-circle {
    height: 48px;
    font-size: 22px;
    line-height: 48px;
}

.tz-icon.tz-icon-grey {
    background-color: #ededed;
}

.tz-icon .text-primary {
    color: #2786c9;
}

.tz-icon.tz-icon-primary {
    color: #2786c9;
}

.tz-icon.tz-icon-square.tz-icon-xs,
.tz-icon.tz-icon-circle.tz-icon-xs {
    height: 36px;
    font-size: 13px;
}

.tz-icon.tz-icon-xs {
    width: 36px;
}

.i-before {
    margin-right: 8px;
}

/*TZ Featured*/
.tz-featured-2 .tz-addon-title {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.tz-featured-2 .pull-left {
    margin-right: 25px;
}

/* Tz Service*/
.tz-service.aligment-top .tz-image img,
.tz-service.aligment-bottom .tz-image img {
    width: 100%;
}

/* Tz Workflow */
.tz-addon-workflow .sppb-item {
    position: relative;
}

.tz-addon-workflow .sppb-item:after {
    content: '';
    position: absolute;
    top: 32px;
    width: 100%;
    display: block;
    height: 2px;
    background-color: #d2d2d2;
    z-index: 0;
}

.tz-addon-workflow .tz-workflow-icon {
    background: white;
    z-index: 1;
    position: relative;
    display: inline-block;
    height: 72px;
    width: 72px;
    font-size: 32px;
}

.font-montserrat {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

/*Page Login*/
.login-wrap {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.login-wrap .login {
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.login-wrap .page-header {
    border: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.login-wrap .page-header h1 {
    color: #ffffff;
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 28px;
    font-weight: 100;
}

.login-wrap .btn {
    width: 100%;
    background: #2786c9;
    border-color: #2786c9;
    color: #ffffff;
}

.login-wrap .btn:hover {
    background-color: #1f6a9e;
    border-color: #1f6a9e;
}

.login-wrap .other-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.login-wrap .other-links ul a {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif, Arial, sans-serif;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5;
    position: relative;
    display: inline-block;
}

.login-wrap .other-links ul a:hover,
.login-wrap .other-links ul a:focus {
    text-decoration: none;
}

.login-wrap .other-links ul a:hover:after,
.login-wrap .other-links ul a:focus:after {
    -webkit-transform: scaleX(1.1);
    -ms-transform: scaleX(1.1);
    -o-transform: scaleX(1.1);
    transform: scaleX(1.1);
}

.login-wrap .other-links ul a:after {
    position: absolute;
    bottom: -2%;
    left: 0;
    width: 100%;
    height: 2px;
    content: ' ';
    background-color: #ffffff;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.registration .form-group label,
.login-wrap .form-group label {
    color: #ffffff;
    font-size: 13px;
}

.registration .form-group input,
.login-wrap .form-group input {
    background: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 13px;
    padding: 13px 20px;
    min-width: 300px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ededed;
}

.registration .form-group .checkbox input,
.login-wrap .form-group .checkbox input {
    min-width: 0;
}

.registration {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 83.333%;
    margin: auto;
}

.registration .form-group {
    padding: 0 15px;
}

.registration .form-group input {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.registration .tz-registion {
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.registration .page-header {
    margin: 0;
    border: none;
    padding: 0;
}

.registration .page-header .page-title {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 28px;
    color: #ffffff;
}

.registration .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
    width: 50%;
    float: left;
}

.registration .form-horizontal .form-group label {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 13px;
}

.registration .form-horizontal .form-group .control-label {
    text-align: left;
    padding: 0;
}

.registration input {
    width: 100%;
    min-width: 250px;
}

.registration #member-registration fieldset {
    margin: 0 -15px;
}

.registration .form-actions {
    margin-top: 15px;
}

.registration .form-actions .btn {
    width: 100%;
    color: #ffffff;
}

.registration .form-actions .btn.tz-submit {
    background: #2786c9;
}

.registration .form-actions .btn.tz-submit:hover,
.registration .form-actions .btn.tz-submit:focus {
    background: #1f6a9e;
    border-color: #1f6a9e;
}

.registration .form-actions .btn.cancel:hover,
.registration .form-actions .btn.cancel:focus {
    background: #ffffff;
    color: #434343;
}

/*Page 404*/
.page-error {
    margin: 0;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.error {
    height: 100vh;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.error .tz-go-home {
    font-family: 'Montserrat', sans-serif;
    padding: 13px 28px 13px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    outline: none;
    border: 2px solid #2786c9;
    margin-bottom: 3px;
    color: #ffffff;
    background: #2786c9;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    min-width: 200px;
}

#errorboxheader {
    font-size: 58px;
    font-weight: 100;
    margin-top: 0;
}

#errorboxbody {
    margin-bottom: 40px;
}

#errorboxbody p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4em;
    margin: 0 0 40px 0;
}

/*Career*/
.tz-addon-workflow .sppb-list-caption {
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.tz-addon-workflow .sppb-list-caption:last-child {
    border-bottom: 1px solid transparent;
}

.tz-addon-workflow .sppb-list-caption ul li {
    float: left;
}

/*---*/
.bg-icons {
    position: absolute;
    top: 30%;
    left: 50%;
    font-size: 195px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 0;
}

.bg-content {
    position: relative;
    z-index: 1;
}

/*Team*/
.tz-clients {
    position: relative;
}

.tz-clients .tz-image {
    width: 100%;
}

.tz-clients .tz-client {
    padding: 0;
}

.tz-clients .tz-client:hover .tz-media:after {
    opacity: 1;
    visibility: visible;
}

.tz-clients .tz-client:hover .tz-text {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
}

.tz-clients .tz-media {
    position: relative;
}

.tz-clients .tz-media:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPâ€¦dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.tz-clients .tz-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 20px;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    opacity: 0;
}

.tz-clients .tz-text:hover h5 {
    color: #2786c9;
}

.tz-clients .tz-text h5 {
    color: #ffffff;
    font-size: 15px;
    margin: 0;
    font-family: 'Montserrat', sans-serif, Arial, sans-serif;
}

.tz-clients .tz-text .text-muted {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    font-size: 13px;
}

.tz-clients a {
    text-decoration: none !important;
}

.tz-clients .tz-image-detail {
    max-width: 100%;
}

.tz-clients .modal-dialog .modal-content {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
    border: none;
}

.tz-clients .modal-dialog .modal-content .modal-body {
    padding: 40px;
}

.tz-clients .modal-dialog .modal-content h3 {
    font-family: 'Montserrat', sans-serif, Arial, sans-serif;
    font-weight: 400;
    font-size: 30px;
    margin: 0;
}

.tz-clients .modal-dialog .modal-content &gt; span.text-muted {
    font-size: 13px;
    line-height: 1.5em;
}

.tz-clients .modal-dialog .modal-content .lead {
    font-size: 16px;
    margin: 20px 0 25px;
}

.tz-clients .modal-dialog .modal-content .tz-position {
    font-size: 13px;
    line-height: 1.5em;
}

.tz-clients .tz-icon-social {
    height: 36px;
    font-size: 13px;
    color: #fff;
    width: 36px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    margin-right: 8px;
}

.tz-clients .tz-icon-social.tz-icon-facebook {
    background: #213553;
}

.tz-clients .tz-icon-social.tz-icon-twitter {
    background: #3aa8db;
}

.tz-clients .tz-icon-social.tz-icon-google-plus {
    background: #d04f3e;
}

.sppb-column-addons,
.sppb-column,
#sp-page-builder .page-content .sppb-section {
    z-index: inherit;
}

.modal-md {
    width: 762px;
}

.modal-backdrop.in {
    opacity: 0.3;
}

.modal-dialog &gt; .close,
.modal-content &gt; .close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    opacity: 0.4;
    text-shadow: none;
}

p {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 25px;
}

p.lead {
    font-size: 16px;
    margin-bottom: 25px;
}

ul.social-bar {
    list-style: none;
    margin: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding: 20px 0 0 0;
}

ul.social-bar &gt; li {
    margin-right: 20px;
    display: inline-block;
}

ul.social-bar &gt; li &gt; a {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    color: #434343;
}

ul.social-bar &gt; li &gt; a:hover,
ul.social-bar &gt; li &gt; a:focus {
    color: #337ab7;
}

ul.social-bar &gt; li &gt; a .tz-icon {
    margin-right: 8px;
}

/*Blog k2*/
.itemView .tagItemView,
.tagItemList .tagItemView,
.userItemList .tagItemView,
.itemList .tagItemView,
.itemView .userItemView,
.tagItemList .userItemView,
.userItemList .userItemView,
.itemList .userItemView,
.itemView .catItemView,
.tagItemList .catItemView,
.userItemList .catItemView,
.itemList .catItemView {
    padding: 0;
}

.itemView .tzItemTag ul.itemTags li a:before,
.tagItemList .tzItemTag ul.itemTags li a:before,
.userItemList .tzItemTag ul.itemTags li a:before,
.itemList .tzItemTag ul.itemTags li a:before,
.itemView div.catItemTagsBlock ul.itemTags li a:before,
.tagItemList div.catItemTagsBlock ul.itemTags li a:before,
.userItemList div.catItemTagsBlock ul.itemTags li a:before,
.itemList div.catItemTagsBlock ul.itemTags li a:before,
.itemView .tzItemTag ul.catItemTags li a:before,
.tagItemList .tzItemTag ul.catItemTags li a:before,
.userItemList .tzItemTag ul.catItemTags li a:before,
.itemList .tzItemTag ul.catItemTags li a:before,
.itemView div.catItemTagsBlock ul.catItemTags li a:before,
.tagItemList div.catItemTagsBlock ul.catItemTags li a:before,
.userItemList div.catItemTagsBlock ul.catItemTags li a:before,
.itemList div.catItemTagsBlock ul.catItemTags li a:before {
    content: none;
}

.itemView .tzItemHeader,
.tagItemList .tzItemHeader,
.userItemList .tzItemHeader,
.itemList .tzItemHeader {
    margin-bottom: 30px;
}

.itemView .tzItemHeader img,
.tagItemList .tzItemHeader img,
.userItemList .tzItemHeader img,
.itemList .tzItemHeader img {
    max-width: 100%;
}

.itemView .tzItemBody,
.tagItemList .tzItemBody,
.userItemList .tzItemBody,
.itemList .tzItemBody {
    display: flex;
    padding: 0 0 60px 0;
    position: relative;
    margin: 0 0 60px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.itemView .tzItemBody .block-left,
.tagItemList .tzItemBody .block-left,
.userItemList .tzItemBody .block-left,
.itemList .tzItemBody .block-left {
    padding-right: 30px;
    min-width: 200px;
    font-size: 13px;
    line-height: 1.2em;
    font-weight: 600;
    margin-top: 5px;
}

.itemView .tzItemBody .block-left *,
.tagItemList .tzItemBody .block-left *,
.userItemList .tzItemBody .block-left *,
.itemList .tzItemBody .block-left * {
    color: #434343;
}

.itemView .tzItemBody .block-left &gt; *,
.tagItemList .tzItemBody .block-left &gt; *,
.userItemList .tzItemBody .block-left &gt; *,
.itemList .tzItemBody .block-left &gt; * {
    margin-bottom: 20px;
    display: block;
    padding: 0;
    border: none;
    margin-right: 0;
}

.itemView .tzItemBody .block-right .tzTitle,
.tagItemList .tzItemBody .block-right .tzTitle,
.userItemList .tzItemBody .block-right .tzTitle,
.itemList .tzItemBody .block-right .tzTitle {
    font-size: 30px;
    margin: 0 0 35px 0;
    font-weight: 100;
}

.itemView .tzItemBody .block-right .tzTitle a,
.tagItemList .tzItemBody .block-right .tzTitle a,
.userItemList .tzItemBody .block-right .tzTitle a,
.itemList .tzItemBody .block-right .tzTitle a {
    display: block;
    color: #434343;
    text-decoration: none;
}

.itemView .tz-label,
.tagItemList .tz-label,
.userItemList .tz-label,
.itemList .tz-label {
    opacity: 0.5;
    font-size: 12px;
}

.itemView .k2ReadMore,
.tagItemList .k2ReadMore,
.userItemList .k2ReadMore,
.itemList .k2ReadMore {
    padding: 10px 24px 11px;
    position: relative;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    outline: none;
    border: 2px solid;
    margin-bottom: 3px;
    background-color: #2786c9;
    border-color: #2786c9;
    color: #ffffff;
    display: inline-block;
}

.itemView .itemRatingLog,
.tagItemList .itemRatingLog,
.userItemList .itemRatingLog,
.itemList .itemRatingLog,
.itemView .itemRatingList,
.tagItemList .itemRatingList,
.userItemList .itemRatingList,
.itemList .itemRatingList {
    float: none;
    display: block;
}

.itemView .itemRatingList a,
.tagItemList .itemRatingList a,
.userItemList .itemRatingList a,
.itemList .itemRatingList a {
    color: transparent !important;
}

.itemView .itemRatingForm,
.tagItemList .itemRatingForm,
.userItemList .itemRatingForm,
.itemList .itemRatingForm {
    float: right;
}

.itemView div.tzItemIntroText,
.tagItemList div.tzItemIntroText,
.userItemList div.tzItemIntroText,
.itemList div.tzItemIntroText {
    padding: 0;
}

.itemView div.catItemExtraFields,
.tagItemList div.catItemExtraFields,
.userItemList div.catItemExtraFields,
.itemList div.catItemExtraFields {
    border: none;
    padding: 0 0 25px;
}

.itemView .catItemImage img,
.tagItemList .catItemImage img,
.userItemList .catItemImage img,
.itemList .catItemImage img {
    max-width: 100%;
}

.itemList #itemListLeading .catItemView {
    padding: 20px 20px 20px;
    background: #ededed;
}

div.itemComments {
    padding: 0;
    border: none;
    background: transparent;
}

div.itemComments .itemCommentsForm,
div.itemComments .tzListComment {
    display: flex;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

div.itemComments .block-left {
    min-width: 200px;
    padding-right: 30px;
    max-width: 200px;
}

div.itemComments .block-right {
    width: 100%;
}

div.itemComments .itemCommentsCounter {
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    margin-bottom: 12px;
    text-align: right;
    margin-top: 0;
}

div.itemComments ul.itemCommentsList {
    padding: 0;
    margin: 0;
}

div.itemComments ul.itemCommentsList li {
    margin: 0 0 5px;
    padding: 0;
    border: none;
}

div.itemComments ul.itemCommentsList li img {
    padding: 0;
    margin: 0;
}

div.itemComments ul.itemCommentsList li .avatar {
    width: 58px;
    height: 58px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    float: left;
}

div.itemComments ul.itemCommentsList li .content {
    padding: 10px 0;
    margin-left: 78px;
}

div.itemComments ul.itemCommentsList li .details {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
    font-weight: 400;
    line-height: 1.5em;
}

div.itemComments ul.itemCommentsList li p {
    padding: 0;
}

div.itemComments &gt; *:last-child {
    border-bottom: none !important;
    padding: 0;
    margin: 0;
}

div.itemAuthorBlock {
    background: #fafafa;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0 0 60px 0;
    padding: 15px;
}

div.itemAuthorLatest {
    margin-bottom: 60px;
    padding: 0 0 45px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

div.itemAuthorLatest a {
    color: rgba(0, 0, 0, 0.6);
}

div.itemNavigation {
    padding: 0 0 60px 0;
    margin: 0 0 60px 0;
    background: transparent;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
}

div.itemNavigation a {
    color: #434343;
    text-decoration: none;
}

div.itemNavigation &gt; * {
    width: 50%;
    padding: 0 !important;
}

div.itemNavigation &gt; *:last-child {
    text-align: right;
}

.form-control {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ededed;
    font-size: 13px;
    padding: 15px 20px;
    height: 46px;
    color: rgba(85, 85, 85, 0.5);
    border: 1px solid #ededed;
    margin-bottom: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

a {
    text-decoration: none !important;
}

blockquote {
    background-color: #f6f6f6;
    padding: 25px;
    border: none;
}

blockquote p {
    font-size: 24px;
    font-weight: 100;
    line-height: 1.2;
    margin-bottom: 15px;
}

blockquote footer {
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    color: rgba(0, 0, 0, 0.4);
}

.badge {
    font-size: 11px;
    padding: 3px 5.5px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.badge.bg-danger {
    background-color: #e15757;
}

div.itemSocialSharing {
    padding: 15px 0;
}

div.itemSocialSharing div.itemTwitterButton {
    margin: 0 20px 0 0;
}

div.itemSocialSharing div.itemFacebookButton {
    width: auto;
    margin: 0 20px 0 0;
}

div.itemSocialSharing .tz-label {
    padding: 0 0 10px 0;
}

div.itemListCategory {
    background: #f6f6f6;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 15px;
    border-color: #f6f6f6;
}

.tzPagination,
.pagination-wrap,
.hikashop_products_pagination,
div.k2Pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    display: block;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.tzPagination .pagination,
.pagination-wrap .pagination,
.hikashop_products_pagination .pagination,
div.k2Pagination .pagination {
    margin: 0;
    padding: 0;
}

.tzPagination ul,
.pagination-wrap ul,
.hikashop_products_pagination ul,
div.k2Pagination ul {
    display: block;
    text-align: center;
}

.tzPagination ul li a,
.pagination-wrap ul li a,
.hikashop_products_pagination ul li a,
div.k2Pagination ul li a {
    height: 34px;
    width: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    color: #434343;
    margin: 0;
    display: inline-block;
    float: none;
    border-color: transparent !important;
}

.tzPagination ul li a:hover,
.pagination-wrap ul li a:hover,
.hikashop_products_pagination ul li a:hover,
div.k2Pagination ul li a:hover {
    background: transparent !important;
    border-color: transparent !important;
    color: #2786c9;
}

.tzPagination ul li.active a,
.pagination-wrap ul li.active a,
.hikashop_products_pagination ul li.active a,
div.k2Pagination ul li.active a,
.tzPagination ul li.active a:hover,
.pagination-wrap ul li.active a:hover,
.hikashop_products_pagination ul li.active a:hover,
div.k2Pagination ul li.active a:hover,
.tzPagination ul li.active a:focus,
.pagination-wrap ul li.active a:focus,
.hikashop_products_pagination ul li.active a:focus,
div.k2Pagination ul li.active a:focus,
.tzPagination ul li.active a:active,
.pagination-wrap ul li.active a:active,
.hikashop_products_pagination ul li.active a:active,
div.k2Pagination ul li.active a:active {
    background: #2786c9 !important;
    color: #ffffff !important;
}

.tzPagination ul:after,
.pagination-wrap ul:after,
.hikashop_products_pagination ul:after,
div.k2Pagination ul:after {
    clear: both;
    content: '';
    display: block;
}

/* Aside */
.tz-aside .module {
    margin-bottom: 50px;
}

.tz-aside .module-title {
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 8px;
    margin-bottom: 18px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 0;
}

.tz-aside .k2SearchBlock .inputbox {
    width: 100%;
    padding: 6px 13px;
    height: 38px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #ededed;
    background: #ededed;
}

.tz-aside .k2SearchBlock .button-icon {
    position: absolute;
    top: 4px;
    right: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: none;
    height: 30px;
    width: 30px;
    font-size: 13px;
    background: #2786c9;
    color: #fff;
}

.tz-newsletter {
    padding: 20px;
    background: #f6f6f6;
}

.tz-newsletter .tz-newsletter {
    padding: 0;
}

.tz-newsletter input[type="email"] {
    background: #fff;
    height: 38px;
    font-size: 14px;
    border: 1px solid #434343;
    color: #555555;
    width: 100%;
    display: block;
    padding: 10px 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-bottom: 3px;
}

.tz-newsletter button[type="submit"] {
    height: 38px;
    display: block;
    width: 100%;
    padding: 10px 24px 11px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 600;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #2786c9;
    color: #ffffff;
    border: none;
}

.k2-layout-recent .moduleItemTitle {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 13px;
    display: block;
    color: #434343;
    line-height: 1.5em;
    font-weight: 400;
}

.k2-layout-recent .moduleItemTitle:after {
    position: relative;
    font-family: 'themify';
    width: 15px;
    height: 15px;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    content: "\e628";
    margin-left: 5px;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    font-size: 8px;
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 1.5em;
}

.k2-layout-recent .tz-label {
    color: #434343;
    opacity: 0.7;
    font-size: 12px;
    line-height: 1.5em;
    border: none !important;
    margin-bottom: 15px;
    padding: 5px 0;
}

.k2-layout-recent .tz-label * {
    color: #434343;
    font-size: 12px;
}

.tz-twitter .tztwd-tweet-container {
    display: flex;
    margin-bottom: 30px;
}

.tz-twitter .tztwd-tweet-container .tztwd-tweet {
    padding-left: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
}

.tz-twitter .tztwd-tweet-container .tz-avata-info img {
    width: auto ! important;
    max-width: none;
}

.tz-twitter .tztwd-tweet-container .tztwd-tweet a {
    color: #a6bac1;
}

.tz-twitter .tztwd-tweet-container .tztwd-tweet .tztwd-tweet-data {
    font-size: 11px;
}

.tz-twitter .twitter-follow {
    padding: 10px 24px 11px;
    position: relative;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    outline: none;
    border: 2px solid;
    margin-bottom: 3px;
    background-color: #2786c9;
    border-color: #2786c9;
    color: #ffffff;
    display: inline-block;
}

/*Portfolio*/
#portfolio {
    margin: 0 -15px;
}

#portfolio .TzInner {
    padding: 0 15px;
    border: none;
    margin: 0;
    text-align: center;
}

#portfolio .TzArticleMedia {
    margin: 0;
}

#portfolio .TzArticleMedia img {
    max-width: 100%;
}

#portfolio .TzPortfolioDescription {
    padding: 20px;
}

#portfolio .TzPortfolioTitle {
    font-size: 15px;
    margin: 0;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

#portfolio .TzPortfolioTitle a {
    color: #434343;
    text-decoration: none !important;
    font-weight: 100;
}

#portfolio .tzTag a {
    color: rgba(0, 0, 0, 0.4);
    font-size: 13px;
}

#tz_options {
    text-align: center;
}

#tz_options #filter {
    margin-bottom: 50px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}

#tz_options #filter a {
    border: none;
    background: transparent;
    text-transform: uppercase;
    position: relative;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    opacity: 0.5;
    padding: 20px 0;
    margin-bottom: -1px;
    margin-right: 27px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#tz_options #filter a.selected {
    opacity: 1;
}

#tz_options #filter a.selected:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

#tz_options #filter a:hover {
    color: #2786c9;
    opacity: 1;
}

#tz_options #filter a:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 2px;
    background: #2786c9;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.TzItemPage{
    padding: 0 15px;
}
.TzItemPageInner .TzArticleExtraField .TzExtraFields {
    padding: 0;
    margin: 0;
}

.TzItemPageInner .TzArticleExtraField .TzExtraFields:after {
    display: block;
    content: '';
    clear: both;
}

.TzItemPageInner .TzArticleExtraField .TzExtraFields .tz_extrafield-item {
    display: inline-block;
    float: left;
    width: 50%;
    border: none;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    line-height: 1.42857143;
    padding: 0 20px;
}

.TzItemPageInner .TzArticleExtraField .TzExtraFields .tz_extrafield-item:nth-child(2n):after {
    display: block;
    content: '';
    clear: both;
}

.TzItemPageInner .TzArticleExtraField .TzExtraFields .tz_extrafield-item &gt; * {
    display: block;
    float: none;
    width: 100%;
}

.TzItemPageInner .TzArticleExtraField .TzExtraFields .tz_extrafield-item .tz_extrafield-label {
    font-size: 12px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    font-weight: 400;
    text-transform: uppercase;
}

.TzItemPageInner .TzArticleExtraField .TzExtraFields .tz_extrafield-item .tz_extrafield-value {
    font-size: 16px;
    margin-bottom: 20px;
    color: #434343;
}

.TzItemPageInner .tz-label {
    font-size: 12px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    font-weight: 400;
    text-transform: uppercase;
}

.TzItemPageInner .tz-value {
    font-size: 16px;
    margin-bottom: 20px;
    color: #434343;
}

.TzItemPageInner .tz-value a {
    color: #434343;
}

.TzItemPageInner .TzArticleTitle {
    letter-spacing: 0.2em;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 36px;
    margin: 0 0 60px !important;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
}

.TzItemPageInner .TzArticleMedia {
    margin: 0;
}

.TzItemPageInner .TzArticleMedia .flexslider {
    border: none;
    padding: 0;
}

.TzItemPageInner .TzArticleMedia .flexslider:hover .flex-prev {
    left: 20px;
}

.TzItemPageInner .TzArticleMedia .flexslider:hover .flex-next {
    right: 20px;
}

.TzItemPageInner .TzArticleMedia .flex-control-nav {
    bottom: 30px;
}

.TzItemPageInner .TzArticleMedia .flex-control-nav li a {
    background: #fff;
    opacity: 0.2;
}

.TzItemPageInner .TzArticleMedia .flex-control-nav li a.flex-active,
.TzItemPageInner .TzArticleMedia .flex-control-nav li a:hover {
    opacity: 0.6;
}

.TzItemPageInner .TzArticleMedia .flex-direction-nav a:before {
    top: 0;
    font-size: 26px;
    font-family: themify;
    color: #fff;
}

.TzItemPageInner .TzArticleMedia .flex-direction-nav li a {
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    opacity: 0;
}

.TzItemPageInner .TzArticleMedia .flex-direction-nav li a:hover {
    opacity: 1;
}

.TzItemPageInner .TzArticleMedia .flex-direction-nav .flex-prev {
    left: 100px;
}

.TzItemPageInner .TzArticleMedia .flex-direction-nav .flex-prev:before {
    content: '\e64a';
}

.TzItemPageInner .TzArticleMedia .flex-direction-nav .flex-next {
    right: 100px;
}

.TzItemPageInner .TzArticleMedia .flex-direction-nav .flex-next:before {
    content: "\e649";
}

.TzItemPageInner .tz-info-article {
    padding: 0 15px;
}

.TzItemPageInner .TzRelated .TzItem {
    margin: 0;
    text-align: center;
}

.TzItemPageInner .TzRelated .TzItem img {
    max-width: 100%;
}

.TzItemPageInner .TzRelated .TzItem .TzTitle {
    padding: 10px;
    color: #434343;
    text-decoration: none !important;
    font-weight: 100;
    display: block;
    font-size: 15px;
    margin: 0;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.TzItemPageInner .tz_portfolio_plus_user {
    display: flex;
    align-content: center;
    align-items: center;
}

.TzItemPageInner .tz_portfolio_plus_user .AuthorAvatar {
    margin: 0;
}

.TzItemPageInner .tz_portfolio_plus_user .AuthorAvatar img {
    -webkit-box-shadow: 2px 0 7px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 0 7px rgba(0, 0, 0, 0.3);
    max-width: 270px;
}

.TzItemPageInner .tz_portfolio_plus_user .media-body {
    background: #ffffff;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
    padding: 40px;
}

.TzItemPageInner .tz_portfolio_plus_user .media-body .media-heading {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}

.TzItemPageInner .tz_portfolio_plus_user .media-body .media-heading a {
    color: #434343;
}

.TzItemPageInner .tz_portfolio_plus_user .media-body .muted {
    color: #434343;
    font-weight: 100;
}

.TzItemPageInner .tz_portfolio_plus_user .media-body .AuthorDescription {
    color: #9d9d9d;
    letter-spacing: 0.3px;
    font-weight: 300;
    line-height: 1.7em;
}

.TzItemPageInner .TzLikeButtonInner {
    margin: 0;
    display: block;
}

.TzItemPageInner .TzLikeButtonInner a {
    width: 36px;
    font-size: 16px;
    color: #fff;
    font-weight: 100;
    display: inline-block;
}

.TzItemPageInner .TzLikeButtonInner a.tz-facebook {
    background: #213553;
}

.TzItemPageInner .TzLikeButtonInner a.tz-twitter {
    background: #3aa8db;
}

.TzItemPageInner .TzLikeButtonInner a.tz-google-plus {
    background: #d04f3e;
}

.TzItemPageInner .TzLikeButtonInner a.tz-pinterest {
    background: #d9534f;
}

.TzItemPageInner .TzLikeButtonInner a.tz-linkedin {
    background: #f0ad4e;
}

.tz-clear-both {
    clear: both;
}

.tz-clear-both:after {
    clear: both;
    display: block;
    content: '';
}

.tz-heading {
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 10px;
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 20px;
    font-weight: 400;
    margin-top: 10px;
}

.hikashop_products_listing .hikashop_listing_img_title {
    position: relative;
    margin-bottom: 35px;
}

.hikashop_products_listing .hikashop_listing_img_title .onsale {
    font-weight: 700;
    position: absolute;
    text-align: center;
    top: -5px;
    left: -18px;
    margin: 0;
    border-radius: 100%;
    padding: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 11px;
    z-index: 1;
    background: #2786c9;
    color: #ffffff;
}

.hikashop_products_listing .hikashop_listing_img_title:hover .hikashop_product_image img {
    -webkit-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
}

.hikashop_products_listing .hikashop_listing_img_title:hover .hikashop_product_price_full .hikashop_product_price,
.hikashop_products_listing .hikashop_listing_img_title:hover .hikashop_product_name a {
    color: #2786c9;
}

.hikashop_products_listing .hikashop_listing_img_title .hikashop_product_image a {
    display: block;
}

.hikashop_products_listing .hikashop_listing_img_title .hikashop_product_image img {
    max-width: 100%;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.hikashop_products_listing .hikashop_listing_img_title .hikashop_product_name {
    margin-top: 12px;
    margin-bottom: 3px;
    display: block;
}

.hikashop_products_listing .hikashop_listing_img_title .hikashop_product_name a {
    font-size: 18px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    color: #434343;
}

.hikashop_products_listing .hikashop_listing_img_title .hikashop_product_price_full {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    display: block;
    margin-bottom: 10px;
}

.hikashop_products_listing .hikashop_listing_img_title .hikashop_product_price_full .hikashop_product_price_before_discount {
    color: #ca6c6c !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    text-decoration: line-through;
}

.hikashop_products_listing .hikashop_listing_img_title .hikashop_product_price_full .hikashop_product_price {
    font-weight: 400;
    color: #434343;
    opacity: 0.5;
}

.hikashop_products_listing .hikashop_listing_img_title .hikashop_product_price_full .hikashop_product_price.hikashop_product_price_with_discount {
    font-size: 1.2em;
    font-weight: 700;
    opacity: 0.5;
    margin-left: 10px;
}

.hikashop_products_listing .hikashop_listing_img_title .hikashop_product_quantity_input_div_simplified .hikashop_product_quantity_field {
    text-align: center;
    padding: 5px 0;
    width: 50px;
    border-radius: 3px;
    border: 1px solid #ededed;
    display: block;
    clear: both;
    margin: auto;
}

.hikashop_products_listing .hikashop_listing_img_title .hikashop_product_quantity_input_div_regrouped {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hikashop_products_listing .hikashop_listing_img_title .hikashop_product_quantity_input_div_regrouped .hikashop_product_quantity_field {
    padding: 10px 20px;
    width: 30%;
    border-color: #ededed;
    border-width: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-style: solid;
}

.hikashop_products_listing .hikashop_listing_img_title .hikashop_product_quantity_input_div_regrouped .add-on .hikashop_product_quantity_field_change {
    border-style: solid;
    border-color: #ededed;
    padding: 0 5px;
    color: #434343;
}

.hikashop_products_listing .hikashop_listing_img_title .hikashop_product_quantity_input_div_regrouped .add-on .hikashop_product_quantity_field_change_plus {
    border-width: 1px 1px 0 0;
}

.hikashop_products_listing .hikashop_listing_img_title .hikashop_product_quantity_input_div_regrouped .add-on .hikashop_product_quantity_field_change_minus {
    border-width: 1px 1px 1px 0;
}

.hikashop_products_listing .hikashop_listing_img_title .hikashop_product_quantity_change_div_leftright {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hikashop_products_listing .hikashop_listing_img_title .hikashop_product_quantity_change_div_leftright span.add-on a {
    position: relative;
    padding: 5px 10px;
    border-style: solid;
    border-color: #ededed;
    color: #434343;
}

.hikashop_products_listing .hikashop_listing_img_title .hikashop_product_quantity_change_div_leftright span.add-on a.hikashop_product_quantity_field_change_minus {
    border-width: 1px 0 1px 1px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.hikashop_products_listing .hikashop_listing_img_title .hikashop_product_quantity_change_div_leftright span.add-on a.hikashop_product_quantity_field_change_plus {
    border-width: 1px 1px 1px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.hikashop_products_listing .hikashop_listing_img_title .hikashop_product_quantity_change_div_leftright .hikashop_product_quantity_field {
    padding: 5px 10px;
    border-width: 1px 0 1px 0;
    border-color: #ededed;
    border-style: solid;
    box-shadow: none;
    line-height: 1em;
    background: none;
}

.hikashop_products_listing .hikashop_listing_img_title .hikashop_add_wishlist {
    display: inline-block;
    margin-left: 5px;
}

.hikashop_products_listing .hikashop_listing_img_title .hikashop_cart_button,
.hikashop_products_listing .hikashop_listing_img_title .hikashop_product_quantity_div &gt; a,
.hikashop_products_listing .hikashop_listing_img_title .hikashop_add_wishlist &gt; a {
    border-radius: 30px;
    padding: 8px 20px;
    background-color: #ebe9eb;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #515151;
    display: inline-block;
    font-size: 13px;
}

.hikashop_products_listing .hikashop_listing_img_title .chzn-container {
    width: 50px !important;
}

.hikashop_products_listing .hikashop_listing_img_title .chzn-container-single .chzn-single {
    height: 30px;
    line-height: 30px;
}

.hikashop_products_listing .hikashop_listing_img_title .chzn-container-single .chzn-single span {
    margin-right: 20px;
}

.hikashop_products_listing .hikashop_listing_img_title .chzn-container-single .chzn-single div b {
    background-position: 0 5px;
}

.hikashop_products_listing .hikashop_listing_img_title .chzn-container-active.chzn-with-drop .chzn-single div b {
    background-position: -18px 5px;
}

.hikashop_products_listing .hikashop_listing_img_title .hk-rating {
    margin: 10px 0;
    display: block;
    line-height: 1em;
}

div.hk-rating {
    position: relative;
    display: inline-block;
}

.hika_comment_listing_empty_stars,
.hika_comment_listing_full_stars,
.state-empty,
.state-full {
    background: none !important;
    height: auto;
    width: auto;
    display: inline-block;
    cursor: pointer;
    font-family: FontAwesome;
    color: #d3ced2;
    font-size: 18px;
    margin-right: 5px;
    vertical-align: inherit;
}

.hika_comment_listing_empty_stars:before,
.state-empty:before {
    content: "\f006";
}

.hk-rate-star.state-hover:before,
.hika_comment_listing_full_stars:before,
.state-full:before,
.state-full.state-hover:before {
    color: #e3c97a;
    content: "\f005";
}

.hk-row-fluid {
    margin: 0 -15px;
}

.hkc-xs-1,
.hkc-sm-1,
.hkc-md-1,
.hkc-lg-1,
.hkc-xl-1,
.hkc-xs-2,
.hkc-sm-2,
.hkc-md-2,
.hkc-lg-2,
.hkc-xl-2,
.hkc-xs-3,
.hkc-sm-3,
.hkc-md-3,
.hkc-lg-3,
.hkc-xl-3,
.hkc-xs-4,
.hkc-sm-4,
.hkc-md-4,
.hkc-lg-4,
.hkc-xl-4,
.hkc-xs-5,
.hkc-sm-5,
.hkc-md-5,
.hkc-lg-5,
.hkc-xl-5,
.hkc-xs-6,
.hkc-sm-6,
.hkc-md-6,
.hkc-lg-6,
.hkc-xl-6,
.hkc-xs-7,
.hkc-sm-7,
.hkc-md-7,
.hkc-lg-7,
.hkc-xl-7,
.hkc-xs-8,
.hkc-sm-8,
.hkc-md-8,
.hkc-lg-8,
.hkc-xl-8,
.hkc-xs-9,
.hkc-sm-9,
.hkc-md-9,
.hkc-lg-9,
.hkc-xl-9,
.hkc-xs-10,
.hkc-sm-10,
.hkc-md-10,
.hkc-lg-10,
.hkc-xl-10,
.hkc-xs-11,
.hkc-sm-11,
.hkc-md-11,
.hkc-lg-11,
.hkc-xl-11,
.hkc-xs-12,
.hkc-sm-12,
.hkc-md-12,
.hkc-lg-12 {
    padding-right: 15px;
    padding-left: 15px;
}

.hikashop_filter_main {
    width: auto !important;
    float: none !important;
}

.hikashop_filter_main_div {
    position: relative;
}

.hikashop_filter_main_div .chzn-container-single .chzn-single {
    height: auto;
    padding: 6px 13px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #ededed;
    border-color: #ededed;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s;
    font-size: 12px;
}

.hikashop_filter_main_div .chzn-container-single .chzn-single div b {
    background: none;
    height: auto;
    width: auto;
    position: absolute;
    top: 7px;
    right: 13px;
}

.hikashop_filter_main_div .chzn-container-single .chzn-single div b:before {
    color: rgba(0, 0, 0, 0.4);
    font-family: themify;
    content: "\e62a";
}

.hikashop_filter_main_div .chzn-container-active.chzn-with-drop .chzn-single {
    border-color: #aaa;
}

.ui-slider {
    height: 10px;
    background: #ededed;
    position: relative;
}

.ui-slider-handle {
    height: 15px;
    width: 15px;
    background: #2786c9;
    top: -3px;
    position: absolute;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#tz-component .hikashop_products_listing {
    padding-top: 67px;
}

#tz-component .hikashop_products_listing .hikashop_products_pagination_top {
    position: absolute;
    top: 10px;
    right: 15px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 13px;
}

#tz-component .hikashop_products_listing .hikashop_products {
    padding-top: 30px;
    border-top: 2px solid #ededed;
}

#tz-component .hikashop_filter_main_div {
    position: relative;
    float: left;
    margin-bottom: 30px;
}

#tz-component .hikashop_filter_main_div:after {
    content: '';
    position: relative;
    clear: both;
}

.hikashop_product_page .tz-name-product {
    margin-top: 0;
    margin-bottom: 0;
}

.hikashop_product_page .tz-name-product .hikashop_product_name_main {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    letter-spacing: 0.2em;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 !important;
    font-size: 36px;
}

.hikashop_product_page .tz-name-product .hikashop_product_code_main {
    font-size: 13px;
    position: relative;
    left: 2px;
    display: block;
    font-size: 14px;
    font-weight: 100;
    line-height: 1.5em;
    margin: 5px 0;
}

.hikashop_product_page .hikashop_product_price_full {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 27px;
    line-height: 1.5;
    display: block;
    margin-bottom: 15px;
    opacity: 0.5;
}

.hikashop_product_page .hikashop_product_price_full .hikashop_product_price_before_discount {
    color: #ca6c6c !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    text-decoration: line-through;
}

.hikashop_product_page .hikashop_product_price_full .hikashop_product_price {
    font-weight: 400;
    color: #434343;
    opacity: 1;
}

.hikashop_product_page .hikashop_product_price_full .hikashop_product_price.hikashop_product_price_with_discount {
    font-size: 1.2em;
    font-weight: 700;
    opacity: 1;
    margin-left: 10px;
}

.hikashop_product_page .hikashop_product_vote_mini {
    margin-bottom: 20px;
}

.hikashop_product_page .hikashop_product_contact_main a {
    border-radius: 30px;
    padding: 13px 28px;
    background-color: #2786c9;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    font-size: 11px;
}

.hikashop_product_page .hikashop_product_stock_count {
    display: block;
    font-size: 16px;
}

.hikashop_product_page .hikashop_product_quantity_div {
    display: inline-block;
}

.hikashop_product_page .hikashop_product_quantity_input_div_simplified .hikashop_product_quantity_field {
    width: 80px;
    height: 45px;
    text-align: left;
    font-size: 12px;
    padding: 13px 15px;
    border-radius: 26px;
    border: 1px solid #ededed;
    background: #ededed;
}

.hikashop_product_page .hikashop_cart_button {
    border-radius: 30px;
    padding: 13px 28px;
    background-color: #2786c9;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
}

.hikashop_product_page .hikashop_product_tags {
    margin: 20px 0 0;
}

.hikashop_product_page .tags {
    display: inline-block;
    margin: 0;
}

.hikashop_product_page .tags li {
    padding: 0;
}

.hikashop_product_characteristics_table {
    width: 100%;
}

.hikashop_product_characteristics_table td {
    vertical-align: middle;
    padding: 10px 0px;
}

.hikashop_product_characteristics_table .chzn-container-single .chzn-single {
    height: auto;
    line-height: 40px;
    border-color: #eee;
    background: #eee;
    box-shadow: none !important;
    padding-left: 30px;
}

.hikashop_product_characteristics_table .chzn-container {
    width: auto !important;
}

.hikashop_product_characteristics_table .chzn-container-single .chzn-single span {
    margin-right: 35px;
}

.hikashop_product_characteristics_table .chzn-container-single .chzn-single div {
    right: 15px;
    width: 13px;
}

.hikashop_product_characteristics_table .chzn-container-single .chzn-single div b {
    background-position: 0 11px;
}

.hikashop_product_characteristics_table .chzn-container .chzn-drop {
    border-color: #eee;
    background: #eee;
    box-shadow: none;
}

.hikashop_product_characteristics_table .chzn-container .chzn-results {
    margin: 0 0 10px 0;
    padding: 0 !important;
}

.hikashop_product_characteristics_table .chzn-container .chzn-results li {
    margin: 0 20px;
    padding: 0 10px;
    line-height: 30px;
}

.hikashop_product_characteristics_table .chzn-container .chzn-results li.highlighted {
    background: none;
    color: #2786c9;
}

.hikashop_product_page .hikashop_tabs_content {
    display: none;
}

.hikashop_product_page .hikashop_tabs_ul {
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 30px !important;
    list-style: none;
}

.hikashop_product_page .hikashop_tabs_ul li {
    margin-right: 25px;
    display: inline-block;
    float: none;
    cursor: pointer;
    position: relative;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    padding: 20px 0;
    opacity: 0.5;
}

.hikashop_product_page .hikashop_tabs_ul li:after {
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background: #2786c9;
    content: ' ';
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}

.hikashop_product_page .hikashop_tabs_ul li:hover {
    opacity: 1;
}

.hikashop_product_page .hikashop_tabs_ul li.hikashop_tabs_li_selected {
    opacity: 1;
}

.hikashop_product_page .hikashop_tabs_ul li.hikashop_tabs_li_selected:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.hikashop_product_page .hikashop_vote_form {
    font-size: 13px;
}

.hikashop_product_page .hikashop_vote_form textarea,
.hikashop_product_page .hikashop_vote_form input {
    margin-bottom: 15px;
}

.hikashop_product_page .hikashop_vote_form .button {
    border-radius: 30px;
    padding: 8px 20px;
    background-color: #ebe9eb;
    text-decoration: none;
    background-image: none;
    color: #515151;
    border-color: #ebe9eb;
    margin-bottom: 15px;
}

.hikashop_product_page .hikashop_vote_form .button:hover {
    border-color: #dad8da;
    background-color: #dad8da;
}

.hikashop_product_page .hikashop_add_wishlist {
    display: inline-block;
}

.hikashop_product_page .hikashop_small_image_div .owl-item {
    padding: 10px 0 10px 0;
}

.hikashop_product_page .hikashop_small_image_div .owl-nav &gt; div {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #000;
    padding: 5px 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-size: inherit;
}

.hikashop_product_page .hikashop_small_image_div .owl-nav &gt; div::after,
.hikashop_product_page .hikashop_small_image_div .owl-nav &gt; div::before {
    font-size: 13px;
}

.hikashop_product_page .hikashop_small_image_div .owl-nav &gt; div.owl-next {
    right: 0;
}

.hikashop_product_page .hikashop_small_image_div .owl-nav &gt; div.owl-prev {
    left: 0;
}

.hikashop_product_page .hikashop_small_image_div:hover .owl-nav &gt; div {
    opacity: 1;
    visibility: visible;
}

.hikashop_product_page .hikashop_listing_comment .chzn-container {
    width: auto !important;
}

.hikashop_product_page .hikashop_listing_comment .chzn-container-single .chzn-single {
    height: auto;
}

.hikashop_product_page .hikashop_listing_comment .tz-title {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 100;
    margin-top: 0;
}

.hikashop_product_page .hikashop_listing_comment .hika_comment_listing {
    margin: 0 0 20px 50px;
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    display: block;
    padding: 1em 1em 0;
}

.hikashop_product_page .hikashop_listing_comment .hika_comment_listing .hika_comment_listing_stars {
    float: right;
    margin: 15px 0;
}

.hikashop_product_page .hikashop_listing_comment .hika_comment_listing .hika_comment_listing_name {
    font-size: 11px;
    font-weight: 700;
}

.hikashop_product_page .hikashop_listing_comment .hika_comment_listing .tz-date {
    color: #777;
    font-size: 11px;
}

.hikashop_product_page .hikashop_listing_comment .hika_comment_listing .tz-header {
    margin-bottom: 11px;
}

.hikashop_product_page .hikashop_listing_comment .hika_comment_listing .hika_comment_listing_content p {
    margin-bottom: 13px;
    line-height: 20px;
}

.hikashop_submodules h2 {
    margin-bottom: 30px;
    font-size: 25px;
    padding-bottom: 30px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.pagination .pagination {
    margin: 0;
}

.hikashop_products_pagination.hikashop_products_pagination_bottom .list-footer {
    text-align: center;
}

.hikashop_products_pagination.hikashop_products_pagination_bottom .limit {
    display: none;
}

.hikashop_products_pagination.hikashop_products_pagination_bottom .pagination {
    float: none;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}

.hikashop_products_pagination.hikashop_products_pagination_bottom .pagination:after {
    clear: both;
    content: '';
    display: block;
}

.hkdropdown &gt; a,
.hikashop_header_buttons .hikashop_no_border &gt; a {
    padding: 10px 24px 11px;
    position: relative;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    outline: none;
    border: 2px solid;
    margin-bottom: 3px;
    background-color: #2786c9;
    border-color: #2786c9;
    color: #ffffff;
    display: inline-block;
}

.hkdropdown-menu {
    min-width: 0;
    width: 100%;
    padding: 5px;
}

.hkdropdown-menu li &gt; a {
    text-align: center;
    padding: 0;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    line-height: 1.7em;
}

.hikashop_cart_products {
    margin: 40px 0 0;
}

.hikashop_cart_products &gt; tbody &gt; tr &gt; td,
.hikashop_cart_products &gt; thead &gt; tr &gt; th {
    vertical-align: middle;
    border-bottom: 1px solid #dedede;
}

.hikashop_cart_products &gt; thead &gt; tr &gt; th {
    font-size: 14px;
    padding: 15px 8px;
    font-weight: 600;
}

.hikashop_cart_products &gt; thead &gt; tr &gt; th.hikashop_cart_name_title {
    padding-left: 150px;
}

.hikashop_cart_products &gt; tbody &gt; tr &gt; td {
    font-size: 18px;
    font-weight: 500;
}

.hikashop_cart_products .hikashop_product_quantity_div {
    display: inline-block;
    margin-right: 15px;
}

.hikashop_cart_products .hikashop_product_quantity_div input {
    padding: 6px 13px;
    height: 38px;
    font-size: 12px;
    border: 1px solid #ededed;
    background: #ededed;
    max-width: 70px;
    text-align: center;
}

.hikashop_cart_products .hikashop_cart_product_image {
    display: inline-block;
    margin-right: 8px;
}

.hikashop_cart_products .hikashop_cart_product_code {
    font-size: 12px;
}

.hikashop_cart_products .hikashop_cart_product_name a {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #434343;
}

.hikashop_cart_products .hikashop_product_price_before_discount {
    text-decoration: line-through;
    opacity: 0.5;
    font-size: 14px;
}

.hikashop_cart_products .tz-price-total .hikashop_product_price {
    color: #2786c9;
}

.hikashop_cart_products .tz-delete {
    opacity: 0.5;
    color: #434343;
}

.hikashop_cart_products .tz-delete:hover,
.hikashop_cart_products .tz-delete:active {
    opacity: 1;
}

.hikashop_cart_products .hika_show_cart_total_quantity {
    padding-left: 35px;
}

.hikashop_cart_products &gt; tfoot &gt; tr &gt; td {
    font-size: 18px;
    font-weight: 500;
}

.hikashop_cart_products .hika_show_cart_total_price {
    color: #2786c9;
}

.hika_options {
    display: flex;
    align-items: center;
}

.hika_options input {
    border: 1px solid #dedede;
    padding: 8px 15px;
    background: #dedede;
    color: #fff;
    border-radius: 4px;
}

.hika_options label {
    margin-right: 10px;
}

.hikashop_cart_bar {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    text-align: center;
}

.hikashop_cart_bar:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #ededed;
    content: ' ';
}

.hikashop_cart_bar .hikashop_cart_step {
    position: relative;
    padding-top: 34px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-weight: 600;
    font-size: 13px;
    color: #434343;
}

.hikashop_cart_bar .hikashop_cart_step a {
    color: #434343;
}

.hikashop_cart_bar .hikashop_cart_step.hikashop_cart_step_current:after {
    top: -6px;
    width: 20px;
    height: 20px;
    font-family: themify;
    content: "\e64c";
    visibility: visible;
    left: 50%;
}

.hikashop_cart_bar .hikashop_cart_step:after,
.hikashop_cart_bar .hikashop_cart_step:before {
    position: absolute;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    content: ' ';
}

.hikashop_cart_bar .hikashop_cart_step:before {
    top: -9px;
    left: 50%;
    width: 26px;
    height: 26px;
    background: #ededed;
}

.hikashop_cart_bar .hikashop_cart_step:after {
    top: -4px;
    left: 50%;
    width: 16px;
    height: 16px;
    background: #2786c9;
    visibility: visible;
    font-size: 11px;
    padding-top: 3px;
    color: #fff;
}

.hikashop_checkout_login label {
    display: block;
}

.hikashop_checkout_login input[type="text"],
.hikashop_checkout_login input[type="email"],
.hikashop_checkout_login input[type="password"] {
    width: 100%;
    background: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 13px;
    padding: 13px 20px;
    border: 1px solid #ededed;
}

.hikashop_checkout_login #com-form-login-remember {
    position: relative;
}

.hikashop_checkout_login #com-form-login-remember label {
    margin-left: 15px;
}

.hikashop_checkout_login #com-form-login-remember input {
    position: absolute;
    top: 0;
    left: 0;
}

.hikashop_checkout_login #com-form-login-username,
.hikashop_checkout_login #com-form-login-password,
.hikashop_checkout_login #com-form-login-remember {
    margin-bottom: 10px;
}

.hikashop_checkout_login .tz-list {
    float: right;
    list-style: none;
    font-size: 13px;
    margin: 5px 0 0;
    padding: 0;
}

.hikashop_checkout_login .tz-list a {
    color: inherit;
}

.hikashop_checkout_login h2 {
    margin-bottom: 30px;
    font-size: 25px;
    padding-bottom: 30px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.tz-block-info .hikashop_field_required {
    float: right;
    margin-top: 5px;
}

.tz-block-info label {
    margin-top: 5px;
}

.tz-block-main-info &gt; div {
    margin-bottom: 10px;
}

.hika_address_field h2 {
    margin-bottom: 30px;
    font-size: 25px;
    padding-bottom: 30px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.hika_address_field .table &gt; tbody &gt; tr &gt; td {
    border-top: none;
    padding: 8px 0;
}

.hika_address_field label {
    font-weight: 400;
}

.hika_address_field .hikashop_checkout_billing_address_buttons a {
    display: block;
}

.hika_address_field .chzn-container {
    width: auto !important;
}

.tz-same-address {
    position: absolute;
    top: 25px;
    right: 0;
    font-weight: 400;
}

#hikashop_checkout_billing_address_selection .address_selection {
    display: flex;
    align-self: center;
}

#hikashop_checkout_selected_shipping_address,
#hikashop_checkout_selected_billing_address {
    margin-top: 15px;
    padding: 15px;
    background: #ededed;
    border-radius: 5px;
}

#hikashop_checkout_selected_shipping_address .hikashop_address_content,
#hikashop_checkout_selected_billing_address .hikashop_address_content {
    padding-right: 30px;
}

#hikashop_checkout_selected_shipping_address .hika_edit,
#hikashop_checkout_selected_billing_address .hika_edit {
    float: right;
}

#hikashop_checkout_shipping_address_zone .admintable td input,
#hikashop_checkout_billing_address_zone .admintable td input,
#hikashop_checkout_shipping_address_zone .admintable td select,
#hikashop_checkout_billing_address_zone .admintable td select {
    width: 95%;
    padding-right: 5px;
}

#hikashop_checkout_shipping_address_zone .admintable td .hikashop_field_required,
#hikashop_checkout_billing_address_zone .admintable td .hikashop_field_required {
    float: right;
}

.hikashop_checkout_page form {
    text-align: right;
}

.hikashop_checkout_page form &gt; div {
    text-align: left;
}

.hikashop_payment_methods,
.hikashop_shipping_methods {
    margin-top: 15px;
}

.hikashop_payment_methods legend,
.hikashop_shipping_methods legend {
    margin-bottom: 30px;
    font-size: 25px;
    padding-bottom: 30px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.hikashop_payment_methods table,
.hikashop_shipping_methods table {
    width: 100%;
}

.hikashop_payment_methods table label,
.hikashop_shipping_methods table label {
    display: block;
}

.hikashop_payment_methods table label span,
.hikashop_shipping_methods table label span {
    display: block;
}

.hikashop_payment_methods table td:last-child,
.hikashop_shipping_methods table td:last-child {
    width: 70%;
    text-align: right;
}

.hikashop_checkout_cart {
    margin-bottom: 30px;
}

.hikashop_checkout_cart table tr th {
    font-size: 14px;
    padding: 15px 8px;
    font-weight: 600;
}

.hikashop_checkout_cart table tr td {
    vertical-align: middle;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.hikashop_checkout_cart table tr td.hikashop_cart_product_quantity_value input {
    max-width: 50px;
    text-align: center;
    border: 1px solid #ededed;
    background: #ededed;
    padding: 6px 13px;
    height: 38px;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.hikashop_checkout_cart table tr td.hikashop_cart_product_quantity_value &gt; * {
    display: inline-block;
}

.hikashop_checkout_cart table tr td.hikashop_cart_product_name_value p {
    margin: 0;
}

.hikashop_checkout_cart table tr td.hikashop_cart_product_name_value a {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    color: #434343;
}

.hikashop_checkout_cart table tr td.hikashop_cart_product_name_value a .hikashop_product_code_checkout {
    font-size: 12px;
    font-weight: 400;
}

.hikashop_checkout_cart table tr td .hikashop_product_price_before_discount {
    text-decoration: line-through;
    opacity: 0.5;
    font-size: 14px;
}

.hikashop_checkout_cart table tr .hikashop_cart_product_total_value {
    color: #2786c9;
}

.hikashop_checkout_cart table tr.tz-td-small td {
    font-size: 24px;
    font-weight: 100;
}

.hikashop_checkout_cart table tr .hikashop_cart_product_name_title,
.hikashop_checkout_cart table tr .hikashop_cart_product_name_value {
    text-align: left;
}

.hikashop_checkout_cart table tr .hikashop_cart_title {
    text-align: left;
    font-weight: 600;
}

.hikashop_checkout_cart table .tz-label {
    font-size: 24px;
    margin: 0 0 10px 0;
    font-weight: 100;
    padding-top: 30px;
}

.hikashop_checkout_cart table .hikashop_checkout_cart_final_total {
    font-size: 24px;
    display: block;
    line-height: 1;
    font-weight: 500;
    color: #2786c9;
}

.hikashop_checkout_cart table .tz-total {
    color: #2786c9;
}

.hikashop_checkout_coupon {
    display: block;
}

.hikashop_checkout_coupon .tz-label {
    font-size: 24px;
    margin: 0 0 18px 0;
    font-weight: 100;
}

.hikashop_checkout_coupon input {
    width: 100%;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ededed;
    font-size: 13px;
    padding: 15px 20px;
    height: 46px;
    border: 1px solid #ededed;
    margin-bottom: 15px;
}

.hikashop_checkout_coupon .tz-remove {
    float: right;
    margin-top: 3px;
}

.post {
    margin-bottom: 40px;
}

.post .post-media {
    margin-bottom: 30px;
}

.post .post-media img {
    width: 100%;
}

.post .post-content {
    display: flex;
}

.post .post-content .post-content_left {
    width: 200px;
    padding-right: 30px;
    text-align: right;
}

.post .post-content .post-content_right {
    width: 100%;
}

.post .post-content .article-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.post .post-content .article-info li {
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.2;
}

.post .post-content .article-info li span {
    display: block;
}

.post .post-content .article-info li span:first-child {
    opacity: 0.5;
    font-size: 12px;
}

.post .post-content .article-info li a {
    color: inherit;
}

.post .post-content .tags {
    display: inline-block;
}

.post .post-content .tags:after {
    clear: both;
    display: block;
    content: '';
}

.post .post-content .page-header {
    margin: 0 0 35px 0;
    padding: 0;
    border: none;
}

.post .post-content .page-header h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 100;
}

.post .post-content .page-header h2 a {
    color: inherit;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-group .dropdown-toggle {
    color: inherit;
    font-size: 13px;
}

.btn-group .dropdown-menu {
    border-color: #ededed;
    background: #ededed;
    font-size: 13px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-group .dropdown-menu li {
    padding: 0 10px;
}

.btn-group .dropdown-menu li a {
    padding: 3px 10px;
}

.btn-group .dropdown-menu li a span {
    margin-right: 5px;
}

.contentLinks__ul {
    padding: 0 0 0 20px;
    margin: 0;
    font-size: 13px;
}

.contentLinks__ul a {
    color: inherit;
}

.tzTitleHeader {
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 8px;
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.4);
    font-weight: 500;
    text-transform: uppercase;
}

ul.pager a {
    padding: 10px 24px 11px;
    position: relative;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    outline: none;
    border: 2px solid;
    margin-bottom: 3px;
    background-color: #2786c9;
    border-color: #2786c9;
    color: #ffffff;
    display: inline-block;
}

ul.pager a:hover {
    background: #1f6a9e;
    border-color: #1f6a9e;
}

.search-results .result-title {
    margin: 0;
    font-size: 30px;
    font-weight: 100;
}

.search-results .result-title a {
    color: inherit;
}

.search-results .result-category,
.search-results .result-created {
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 12px;
}

#searchForm .chzn-container-single .chzn-single {
    height: auto;
}

.items-more a {
    font-size: 30px;
    color: inherit;
    font-weight: 100;
}

.tz-search-form-inside {
    position: relative;
}

.tz-search-form-inside input[name='searchword'] {
    width: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 6px 13px;
    height: 38px;
    font-size: 12px;
    border: 1px solid #ededed;
    background: #ededed;
}

.tz-search-form-inside button {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: none;
    height: 30px;
    width: 30px;
    font-size: 13px;
    background: #2786c9;
    color: #fff;
}

.tz-search-form-inside .tz__button--left {
    position: absolute;
    top: 4px;
    left: 4px;
}

.tz-search-form-inside .tz__button--right {
    position: absolute;
    top: 4px;
    right: 4px;
}

.tz__form_button--left input[name='searchword'] {
    padding-left: 40px;
}

.tz__form_button--right input[name='searchword'] {
    padding-right: 40px;
}

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

.tz__article_list--ul li {
    display: block;
    padding: 0;
    margin: 0 0 24px 0;
}

.tz__article_list--ul li a {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 13px;
    display: block;
    color: #434343;
    line-height: 1.5em;
    font-weight: 400;
}

.tz__article_list--ul li a:after {
    position: relative;
    font-family: 'themify';
    width: 15px;
    height: 15px;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    content: "\e628";
    margin-left: 5px;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    font-size: 8px;
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 1.5em;
}

.tz__article_list--ul li .tz__article_date {
    color: #434343;
    opacity: 0.7;
    font-size: 12px;
    line-height: 1.5em;
    border: none !important;
    margin-bottom: 15px;
    padding: 5px 0;
}

.tz__category_sub {
    padding-top: 20px;
    padding-left: 15px;
    position: relative;
}

.tz__category_sub:before {
    position: absolute;
    left: 3px;
    height: 100%;
    width: 1px;
    top: 0;
    background: #ededed;
}

.tz__category_sub li {
    position: relative;
}

.tz__category_sub li:before {
    content: '';
    position: absolute;
    width: 11px;
    top: 8px;
    left: -15px;
    height: 2px;
    background: #ccc;
}

/* Fix Menu */
.plazart-megamenu .dropdown-menu {
    border: none;
    border-top: 1px solid #ededed;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    /*top: 100% !important;*/
}

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

#easy-opener-section {
    display: none;
    right: 0;
    left: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999999;
}

.easy-opener-bg {
    background: #0d0d0d none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0.97;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.easy-opener-content {
    left: 50%;
    /*margin-left: -500px;*/
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    margin: auto;
    /*width: 1000px;*/
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.easy-opener-content iframe {
    border: none;
}

.easy-opener-content img {
    max-height: 100%;
    max-width: 100%;
}

.easy-opener-close {
    /*background: rgba(0, 0, 0, 0) url("images/sprites.png") no-repeat scroll -280px 0;*/
    display: block;
    /*left: 50%;*/
    /*margin-left: -15px;*/
    /*position: absolute;*/
    /*text-indent: -9999px;*/
    /*top: -60px;*/
    /*transition: opacity 0.1s ease-in-out 0s;*/
    text-align: center;
    position: relative;
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 40px;
    z-index: 999999;
}

.easy-opener-close:hover {
    color: #2786c9;
    opacity: 1;
}

.easy-opener-next {
    background: rgba(0, 0, 0, 0) url("../images/sprites.png") no-repeat scroll -160px 0;
    display: block;
    height: 30px;
    margin-right: -50px;
    position: absolute;
    right: 50%;
    text-indent: -9999px;
    top: -60px;
    transition: opacity 0.1s ease-in-out 0s;
    width: 30px;
}

.easy-opener-prev {
    background: rgba(0, 0, 0, 0) url("../images/sprites.png") no-repeat scroll -190px 0;
    display: block;
    height: 30px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    text-indent: -9999px;
    top: -60px;
    transition: opacity 0.1s ease-in-out 0s;
    width: 30px;
}


</pre></body></html>