@charset 'UTF-8';
@charset "UTF-8";
.mpc-animation {
opacity: 0;
}
.vc_editor .mpc-animation.mpc-row,
.vc_editor .mpc-animation.mpc-column,
.vc_editor .mpc-animation.mpc-toggle-row {
opacity: 1;
}
.mpc-no-transition,
.velocity-animating,
.velocity-animating .mpc-transition {
-webkit-transition: none !important;
transition: none !important;
}
.mpc-transition {
-webkit-transition: all .25s;
transition: all .25s;
}
.mpc-display--block {
display: block !important;
}
.mpc-align--left {
text-align: left;
}
.mpc-align--right {
text-align: right;
}
.mpc-align--center {
text-align: center;
} .mpc-effect--brightness .mpc-item img {
-webkit-filter: brightness(50%);
filter: brightness(50%);
}
.mpc-effect--brightness .mpc-item:hover img {
-webkit-filter: brightness(100%);
filter: brightness(100%);
}
.mpc-effect--brightness.mpc-effect--reverse .mpc-item img {
-webkit-filter: brightness(100%);
filter: brightness(100%);
}
.mpc-effect--brightness.mpc-effect--reverse .mpc-item:hover img {
-webkit-filter: brightness(50%);
filter: brightness(50%);
}
.mpc-effect--contrast .mpc-item img {
-webkit-filter: contrast(0.5);
filter: contrast(0.5);
}
.mpc-effect--contrast .mpc-item:hover img {
-webkit-filter: contrast(1);
filter: contrast(1);
}
.mpc-effect--contrast.mpc-effect--reverse .mpc-item img {
-webkit-filter: contrast(1);
filter: contrast(1);
}
.mpc-effect--contrast.mpc-effect--reverse .mpc-item:hover img {
-webkit-filter: contrast(0.5);
filter: contrast(0.5);
}
.mpc-effect--grey-scale .mpc-item img {
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
.mpc-effect--grey-scale .mpc-item:hover img {
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
.mpc-effect--grey-scale.mpc-effect--reverse .mpc-item img{
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
.mpc-effect--grey-scale.mpc-effect--reverse .mpc-item:hover img {
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
.mpc-effect--hue .mpc-item img {
-webkit-filter: hue-rotate(180deg);
filter: hue-rotate(180deg);
}
.mpc-effect--hue .mpc-item:hover img {
-webkit-filter: hue-rotate(0);
filter: hue-rotate(0);
}
.mpc-effect--hue.mpc-effect--reverse .mpc-item img {
-webkit-filter: hue-rotate(0);
filter: hue-rotate(0);
}
.mpc-effect--hue.mpc-effect--reverse .mpc-item:hover img {
-webkit-filter: hue-rotate(180deg);
filter: hue-rotate(180deg);
}
.mpc-effect--invert .mpc-item img {
-webkit-filter: invert(1);
filter: invert(1);
}
.mpc-effect--invert .mpc-item:hover img {
-webkit-filter: invert(0);
filter: invert(0);
}
.mpc-effect--invert.mpc-effect--reverse .mpc-item img {
-webkit-filter: invert(0);
filter: invert(0);
}
.mpc-effect--invert.mpc-effect--reverse .mpc-item:hover img {
-webkit-filter: invert(1);
filter: invert(1);
}
.mpc-effect--saturate .mpc-item img {
-webkit-filter: saturate(200%);
filter: saturate(200%);
}
.mpc-effect--saturate .mpc-item:hover img {
-webkit-filter: saturate(100%);
filter: saturate(100%);
}
.mpc-effect--saturate.mpc-effect--reverse .mpc-item img {
-webkit-filter: saturate(100%);
filter: saturate(100%);
}
.mpc-effect--saturate.mpc-effect--reverse .mpc-item:hover img {
-webkit-filter: saturate(200%);
filter: saturate(200%);
}
.mpc-effect--sepia .mpc-item img {
-webkit-filter: sepia(1);
filter: sepia(1);
}
.mpc-effect--sepia .mpc-item:hover img {
-webkit-filter: sepia(0);
filter: sepia(0);
}
.mpc-effect--sepia.mpc-effect--reverse .mpc-item img {
-webkit-filter: sepia(0);
filter: sepia(0);
}
.mpc-effect--sepia.mpc-effect--reverse .mpc-item:hover img {
-webkit-filter: sepia(1);
filter: sepia(1);
} .mpc-effect--target {
-webkit-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
.mpc-effect--zoomIn .mpc-effect--target {
-webkit-transform: scale( 1 );
transform: scale( 1 );
}
.mpc-effect--zoomOut:hover .mpc-effect--target {
-webkit-transform: scale( 1 ) !important;
transform: scale( 1 ) !important;
}
.mpc-effect--zoomOutRotate:hover .mpc-effect--target {
-webkit-transform: scale( 1 ) rotate( 0deg ) !important;
transform: scale( 1 ) rotate( 0deg ) !important;
}
.mpc-effect--zoomInRotate .mpc-effect--target {
-webkit-transform: scale( 1 ) rotate( 0deg );
transform: scale( 1 ) rotate( 0deg );
} .mpc-effect--flashing:hover .mpc-effect--target {
opacity: 1;
-webkit-animation: flash 1.5s;
animation: flash 1.5s;
}
@-webkit-keyframes flash {
0% { opacity: .4; }
100% { opacity: 1; }
}
@keyframes flash {
0% { opacity: .4; }
100% { opacity: 1; }
} .mpc-effect--shine {
position: relative;
overflow: hidden;
}
.mpc-effect--shine::before {
position: absolute;
top: 0;
left: -100%;
z-index: 2;
display: block;
content: '';
width: 50%;
height: 100%;
-webkit-transform: skewX(-25deg);
transform: skewX(-25deg);
pointer-events: none;
}
.mpc-effect--shine:hover::before {
-webkit-animation: shine .75s;
animation: shine .75s;
}
@-webkit-keyframes shine {
100% { left: 125%; }
}
@keyframes shine {
100% { left: 125%; }
} .mpc-effect--circle {
position: relative;
overflow: hidden;
}
.mpc-effect--circle::before {
position: absolute;
top: 50%;
left: 50%;
z-index: 2;
display: block;
content: '';
width: 0;
height: 0;
border-radius: 100%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
pointer-events: none;
}
.mpc-effect--circle:hover::before {
-webkit-animation: circle .75s;
animation: circle .75s;
}
@-webkit-keyframes circle {
0% { opacity: 1; }
40% { opacity: 1; }
100% { width: 200%; height: 200%; opacity: 0; }
}
@keyframes circle {
0% {opacity: 1; }
40% { opacity: 1; }
100% { width: 200%; height: 200%; opacity: 0; }
} div[class^="mpc-"] > p {
color: inherit;
font-size: inherit;
font-family: inherit;
line-height: inherit;
text-align: inherit;
text-transform: inherit;
}
.mpc-content-align,
.mpc-content-wrapper {
display: inline-block;
vertical-align: middle;
}
.mpc-content-align {
height: 100%;
}
.mpc-content-wrapper {
max-height: 100%;
overflow: auto;
}
.mpc-content-wrapper::-webkit-scrollbar {
width: 3px;
}
.mpc-content-wrapper::-webkit-scrollbar {
background: rgba(255, 255, 255, 0.2);
}
.mpc-content-wrapper::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.2);
}
.mpc-content-wrapper:after {
content: '';
display: block;
clear: both;
} .mpc-carousel__wrapper {
position: relative;
z-index: 1;
}
[data-mpcslick]:not(.slick-slider) {
display: -ms-flexbox;
-ms-flex-pack: center;
display: flex;
justify-content: center;
}
[data-mpcslick]:not(.slick-slider) > div {
margin: 0 !important;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
}
[data-mpcslick]:not(.slick-slider) + .mpc-navigation {
display: none;
}
.slick-cloned.mpc-init,
.slick-cloned .mpc-init {
visibility: visible !important;
opacity: 1;
}
[data-slick-cols="1"]:not(.slick-slider) > div {
width: 100%;
}
[data-slick-cols="2"]:not(.slick-slider) > div {
width: 50%;
}
[data-slick-cols="3"]:not(.slick-slider) > div {
width: 33%;
}
[data-slick-cols="4"]:not(.slick-slider) > div {
width: 25%;
}
[data-slick-cols="5"]:not(.slick-slider) > div {
width: 20%;
}
[data-slick-cols="6"]:not(.slick-slider) > div {
width: 16.66%;
}
[data-slick-cols="7"]:not(.slick-slider) > div {
width: 14.28%;
}
[data-slick-cols="8"]:not(.slick-slider) > div {
width: 12.5%;
} @media only screen and (max-width: 768px) {
.mpc-navigation {
display: none;
}
} .mpc-icon--mirror {
display: block !important;
-webkit-transform: translate(0, 0) rotateY( 180deg ) !important;
transform: translate(0, 0) rotateY( 180deg );
} .mpc-image-placeholder {
background-position: center !important;
background-size: 64px !important;
background-image: url(//www.2kprinting.com/wp-content/plugins/mpc-massive/assets/images/mpc-image-placeholder.png);
background-repeat: no-repeat;
background-color: #eeeeee;
} @media (max-width: 767px)
{
.pp_pic_holder.pp_default {
width: 96%!important;
left: 2%!important;
overflow: hidden;
}
div.pp_default .pp_content_container .pp_left {
padding-left: 0!important;
}
div.pp_default .pp_content_container .pp_right {
padding-right: 0!important;
}
.pp_content {
width: 100%!important;
height: auto!important;
}
.pp_fade {
width: 100%!important;
height: 100%!important;
}
a.pp_expand,
a.pp_contract,
.pp_hoverContainer,
.pp_gallery,
.pp_top,
.pp_bottom {
display: none!important;
}
#pp_full_res img {
width: 100%!important;
height: auto!important;
vertical-align: middle;
}
.pp_details {
display: none !important;
}
a.pp_close {
right: 10px!important;
top: 10px!important;
}
} .mfp-wrap * { }
@-webkit-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@-moz-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@-o-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
.mfp-figure {
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;
} .mpc-notice {
background: #E67D7D;
color: #fff;
padding: 1em 2em;
font-style: italic;
}
.mpc-notice a {
font-style: italic;
color: #fff !important;
border-bottom: 1px dotted;
}
.mpc-notice a:hover {
color: #eee !important;
} .rtl .slick-slide,
[dir="rtl"] .slick-slide {
float: right;
}
html[dir="rtl"] .mpc-navigation--style_3,
.rtl .mpc-navigation--style_3,
html[dir="rtl"] .mpc-navigation--style_4,
.rtl .mpc-navigation--style_4,
html[dir="rtl"] .mpc-navigation--style_5,
.rtl .mpc-navigation--style_5 {
right: auto;
left: 0;
}
html[dir="rtl"] .mpc-navigation--style_3:last-child,
.rtl .mpc-navigation--style_3:last-child
html[dir="rtl"] .mpc-navigation--style_4:last-child,
.rtl .mpc-navigation--style_4:last-child,
html[dir="rtl"] .mpc-navigation--style_5:last-child,
.rtl .mpc-navigation--style_5:last-child {
right: 0;
left: auto;
} [class*="mpc"],
[class*="mpc"]:after,
[class*="mpc"]:before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
[class^="mpc-"] .slick-list {
opacity: 1;
} .site-inner {
overflow: visible;
} .mk-page-section-wrapper {
overflow: hidden;
} button.mfp-arrow, button.mfp-close {
z-index: 1000000;
} .mpc-icon-anchor.mpc-icon-anchor.mpc-icon-anchor:hover {
text-decoration: none;
} .hmenu .fa,
.vmenu .fa,
.menu-overlay .fa {
font-family: uncodeicon!important;
} .mfp-zoom-out-cur #masthead:not(.menu-absolute) {
z-index: 1041;
} [class^="mpc-grid-"],
[class^="mpc-carousel-"] {
opacity: 0;
}
.vc-main-sortable-container [class^="mpc-grid-"],
.vc-main-sortable-container [class^="mpc-carousel-"] {
opacity: 1;
} .mpc-vitrine-theme [class*="mpc"],
.mpc-vitrine-theme [class*="mpc"]:after,
.mpc-vitrine-theme [class*="mpc"]:before {
-webkit-box-sizing: initial;
box-sizing: initial;
} .mpc-row.g-cols.vc_inner,
.g-cols > .mpc-column {
display: flex;
}
a[class^="mpc-"] {
text-decoration: none;
} .mpc-alert-wrap { position: relative; }
.mpc-alert { display: flex; align-items: stretch; width: 100%; overflow: hidden; }
.mpc-alert__icon, .mpc-alert__dismiss { display: flex; align-items: center; justify-content: center; min-width: 2em; }
.mpc-alert__icon i, .mpc-alert__dismiss i { display: block; }
.mpc-alert__dismiss { cursor: pointer; border-width: 0; border-style: none; border-color: transparent; }
.mpc-alert__dismiss.mpc-dismiss--corner { display: block; min-width: initial; text-align: center; position: absolute; top: 0; left: 100%; -webkit-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0); }
.mpc-alert__content { display: flex; flex-wrap: wrap; align-items: center; flex-grow: 1; font-family: inherit; }
.mpc-alert__content > * { flex: 0 1 100%; }
.mpc-alert__content p:first-child { margin-top: 0 !important; }
.mpc-alert__content p:last-child { margin-bottom: 0 !important; }
@media screen and (max-width: 767px) { .mpc-alert__icon { display: none; } } .mpc-animated-text-wrap { display: inline-block; vertical-align: middle; }
.mpc-animated-text { display: inline-block; vertical-align: middle; min-height: 1em; overflow: hidden; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
@media screen and (max-width: 768px) { .mpc-animated-text { display: block; margin: 0 auto; } }
.mpc-animated-text:before { content: '\00a0'; display: inline-block; width: 0; float: left; }
.mpc-animated-text__block, .mpc-animated-text__word { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; line-height: inherit; }
.mpc-animated-text-wrap.mpc-style--rotator .mpc-animated-text { overflow: hidden; }
.mpc-animated-text-wrap.mpc-style--rotator .mpc-animated-text__block { display: none; }
.mpc-animated-text-wrap.mpc-style--rotator .mpc-animated-text__block:first-child { display: block; }
.mpc-animated-text-wrap.mpc-style--rotator .mpc-animated-text__word { display: inline-block; white-space: nowrap; }
@media screen and (max-width: 992px) { .mpc-animated-text-wrap.mpc-style--rotator .mpc-animated-text__word { white-space: normal; } }
.mpc-animated-text-wrap.mpc-style--rotator.mpc-loaded .mpc-animated-text__block { display: block; }
.mpc-animated-text-wrap.mpc-style--typewrite .mpc-animated-text_block { display: inline-block; }
.mpc-animated-text__pointer { display: inline-block; vertical-align: middle; border-left: 2px solid; margin-left: .25em; line-height: 1; -webkit-animation: mpc-blink .75s infinite; animation: mpc-blink .75s infinite; }
@media screen and (max-width: 992px) { .mpc-animated-text__pointer { display: none; } }
.mpc-animated-text__side { display: inline-block; vertical-align: middle; }
.mpc-animated-text__side.mpc-animated-text__before { margin-right: .4em; }
.mpc-animated-text__side.mpc-animated-text__after { margin-left: .4em; }
@-webkit-keyframes mpc-blink { 0% { opacity: 0; }
50% { opacity: 1; }
100% { opacity: 0; } }
@keyframes mpc-blink { 0% { opacity: 0; }
50% { opacity: 1; }
100% { opacity: 0; } } .mpc-button { position: relative; display: inline-block; overflow: hidden; text-decoration: none; z-index: 1; }
.mpc-button:hover { -webkit-transform: translate3d(0, 0, 0); }
.mpc-tooltip-wrap > .mpc-button { display: block; }
.mpc-button__content { position: relative; z-index: 2; display: flex; justify-content: center; }
.mpc-button__title { display: inline-block; vertical-align: middle; align-self: center; line-height: initial; }
.mpc-button__icon { text-align: center; vertical-align: middle; display: inline-block; align-self: center; line-height: initial; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
.mpc-button__background { position: absolute; z-index: 1; opacity: 0; }
.mpc-button:hover .mpc-button__background, .mpc-active .mpc-button .mpc-button__background, .mpc-parent-hover:hover .mpc-button .mpc-button__background { opacity: 1; }
.mpc-button__background.mpc-effect-type--fade.mpc-effect-side--in { top: 0; bottom: 0; left: 0; right: 0; }
.mpc-button__background.mpc-effect-type--slide.mpc-effect-side--top { top: -100%; left: 0; width: 100%; height: 100%; }
.mpc-button:hover .mpc-button__background.mpc-effect-type--slide.mpc-effect-side--top, .mpc-active .mpc-button .mpc-button__background.mpc-effect-type--slide.mpc-effect-side--top, .mpc-parent-hover:hover .mpc-button .mpc-button__background.mpc-effect-type--slide.mpc-effect-side--top { top: 0; }
.mpc-button__background.mpc-effect-type--slide.mpc-effect-side--right { top: 0; left: 100%; width: 100%; height: 100%; }
.mpc-button:hover .mpc-button__background.mpc-effect-type--slide.mpc-effect-side--right, .mpc-active .mpc-button .mpc-button__background.mpc-effect-type--slide.mpc-effect-side--right, .mpc-parent-hover:hover .mpc-button .mpc-button__background.mpc-effect-type--slide.mpc-effect-side--right { left: 0; }
.mpc-button__background.mpc-effect-type--slide.mpc-effect-side--bottom { top: 100%; left: 0; width: 100%; height: 100%; }
.mpc-button:hover .mpc-button__background.mpc-effect-type--slide.mpc-effect-side--bottom, .mpc-active .mpc-button .mpc-button__background.mpc-effect-type--slide.mpc-effect-side--bottom, .mpc-parent-hover:hover .mpc-button .mpc-button__background.mpc-effect-type--slide.mpc-effect-side--bottom { top: 0; }
.mpc-button__background.mpc-effect-type--slide.mpc-effect-side--left { top: 0; left: -100%; width: 100%; height: 100%; }
.mpc-button:hover .mpc-button__background.mpc-effect-type--slide.mpc-effect-side--left, .mpc-active .mpc-button .mpc-button__background.mpc-effect-type--slide.mpc-effect-side--left, .mpc-parent-hover:hover .mpc-button .mpc-button__background.mpc-effect-type--slide.mpc-effect-side--left { left: 0; }
.mpc-button__background.mpc-effect-type--expand.mpc-effect-side--horizontal { top: 0; bottom: 0; left: 50%; right: 50%; }
.mpc-button:hover .mpc-button__background.mpc-effect-type--expand.mpc-effect-side--horizontal, .mpc-active .mpc-button .mpc-button__background.mpc-effect-type--expand.mpc-effect-side--horizontal, .mpc-parent-hover:hover .mpc-button .mpc-button__background.mpc-effect-type--expand.mpc-effect-side--horizontal { left: 5%; right: 5%; }
.mpc-button__background.mpc-effect-type--expand.mpc-effect-side--vertical { top: 50%; bottom: 50%; left: 0; right: 0; }
.mpc-button:hover .mpc-button__background.mpc-effect-type--expand.mpc-effect-side--vertical, .mpc-active .mpc-button .mpc-button__background.mpc-effect-type--expand.mpc-effect-side--vertical, .mpc-parent-hover:hover .mpc-button .mpc-button__background.mpc-effect-type--expand.mpc-effect-side--vertical { top: 5%; bottom: 5%; }
.mpc-button__background.mpc-effect-type--expand.mpc-effect-side--diagonal_left { top: 50%; bottom: 50%; left: -20%; right: -20%; transform: rotate(45deg); }
.mpc-button:hover .mpc-button__background.mpc-effect-type--expand.mpc-effect-side--diagonal_left, .mpc-active .mpc-button .mpc-button__background.mpc-effect-type--expand.mpc-effect-side--diagonal_left, .mpc-parent-hover:hover .mpc-button .mpc-button__background.mpc-effect-type--expand.mpc-effect-side--diagonal_left { top: -60%; bottom: -60%; }
.mpc-button__background.mpc-effect-type--expand.mpc-effect-side--diagonal_right { top: 50%; bottom: 50%; left: -20%; right: -20%; transform: rotate(-45deg); }
.mpc-button:hover .mpc-button__background.mpc-effect-type--expand.mpc-effect-side--diagonal_right, .mpc-active .mpc-button .mpc-button__background.mpc-effect-type--expand.mpc-effect-side--diagonal_right, .mpc-parent-hover:hover .mpc-button .mpc-button__background.mpc-effect-type--expand.mpc-effect-side--diagonal_right { top: -60%; bottom: -60%; }
.mpc-button__content.mpc-effect-type--stay.mpc-effect-side--left .mpc-button__icon { padding-right: .5em; }
.mpc-button__content.mpc-effect-type--stay.mpc-effect-side--left .mpc-button__title { padding-left: 0; }
.mpc-button__content.mpc-effect-type--stay.mpc-effect-side--right .mpc-button__icon { padding-left: .5em; }
.mpc-button__content.mpc-effect-type--stay.mpc-effect-side--right .mpc-button__title { padding-right: 0; }
.mpc-button__content.mpc-effect-type--slide .mpc-button__icon { position: absolute; top: 50%; opacity: 0; -ms-transform: translateY(-50%); transform: translateY(-50%); }
.mpc-button:hover .mpc-button__content.mpc-effect-type--slide .mpc-button__icon, .mpc-active .mpc-button .mpc-button__content.mpc-effect-type--slide .mpc-button__icon, .mpc-parent-hover:hover .mpc-button .mpc-button__content.mpc-effect-type--slide .mpc-button__icon { opacity: 1; }
.mpc-button__content.mpc-effect-type--slide.mpc-effect-side--left .mpc-button__icon { left: -100%; padding: 0; }
.mpc-button:hover .mpc-button__content.mpc-effect-type--slide.mpc-effect-side--left .mpc-button__icon, .mpc-active .mpc-button .mpc-button__content.mpc-effect-type--slide.mpc-effect-side--left .mpc-button__icon, .mpc-parent-hover:hover .mpc-button .mpc-button__content.mpc-effect-type--slide.mpc-effect-side--left .mpc-button__icon { left: 5%; }
.mpc-button__content.mpc-effect-type--slide.mpc-effect-side--right .mpc-button__icon { right: -100%; padding: 0; }
.mpc-button:hover .mpc-button__content.mpc-effect-type--slide.mpc-effect-side--right .mpc-button__icon, .mpc-active .mpc-button .mpc-button__content.mpc-effect-type--slide.mpc-effect-side--right .mpc-button__icon, .mpc-parent-hover:hover .mpc-button .mpc-button__content.mpc-effect-type--slide.mpc-effect-side--right .mpc-button__icon { right: 5%; }
.mpc-button__content.mpc-effect-type--push_out { overflow: hidden; }
.mpc-button__content.mpc-effect-type--push_out .mpc-button__icon { position: absolute; opacity: 0; -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }
.mpc-button:hover .mpc-button__content.mpc-effect-type--push_out .mpc-button__icon, .mpc-active .mpc-button .mpc-button__content.mpc-effect-type--push_out .mpc-button__icon, .mpc-parent-hover:hover .mpc-button .mpc-button__content.mpc-effect-type--push_out .mpc-button__icon { opacity: 1; }
.mpc-button__content.mpc-effect-type--push_out .mpc-button__title { position: relative; }
.mpc-button__content.mpc-effect-type--push_out.mpc-effect-side--top .mpc-button__icon { top: -100%; left: 50%; }
.mpc-button:hover .mpc-button__content.mpc-effect-type--push_out.mpc-effect-side--top .mpc-button__icon, .mpc-active .mpc-button .mpc-button__content.mpc-effect-type--push_out.mpc-effect-side--top .mpc-button__icon, .mpc-parent-hover:hover .mpc-button .mpc-button__content.mpc-effect-type--push_out.mpc-effect-side--top .mpc-button__icon { top: 50%; }
.mpc-button__content.mpc-effect-type--push_out.mpc-effect-side--top .mpc-button__title { top: 0; }
.mpc-button:hover .mpc-button__content.mpc-effect-type--push_out.mpc-effect-side--top .mpc-button__title, .mpc-active .mpc-button .mpc-button__content.mpc-effect-type--push_out.mpc-effect-side--top .mpc-button__title, .mpc-parent-hover:hover .mpc-button .mpc-button__content.mpc-effect-type--push_out.mpc-effect-side--top .mpc-button__title { top: 5em; }
.mpc-button__content.mpc-effect-type--push_out.mpc-effect-side--right .mpc-button__icon { top: 50%; left: 150%; }
.mpc-button:hover .mpc-button__content.mpc-effect-type--push_out.mpc-effect-side--right .mpc-button__icon, .mpc-active .mpc-button .mpc-button__content.mpc-effect-type--push_out.mpc-effect-side--right .mpc-button__icon, .mpc-parent-hover:hover .mpc-button .mpc-button__content.mpc-effect-type--push_out.mpc-effect-side--right .mpc-button__icon { left: 50%; }
.mpc-button__content.mpc-effect-type--push_out.mpc-effect-side--right .mpc-button__title { left: 0; }
.mpc-button:hover .mpc-button__content.mpc-effect-type--push_out.mpc-effect-side--right .mpc-button__title, .mpc-active .mpc-button .mpc-button__content.mpc-effect-type--push_out.mpc-effect-side--right .mpc-button__title, .mpc-parent-hover:hover .mpc-button .mpc-button__content.mpc-effect-type--push_out.mpc-effect-side--right .mpc-button__title { left: -100%; }
.mpc-button__content.mpc-effect-type--push_out.mpc-effect-side--bottom .mpc-button__icon { top: 150%; left: 50%; }
.mpc-button:hover .mpc-button__content.mpc-effect-type--push_out.mpc-effect-side--bottom .mpc-button__icon, .mpc-active .mpc-button .mpc-button__content.mpc-effect-type--push_out.mpc-effect-side--bottom .mpc-button__icon, .mpc-parent-hover:hover .mpc-button .mpc-button__content.mpc-effect-type--push_out.mpc-effect-side--bottom .mpc-button__icon { top: 50%; }
.mpc-button__content.mpc-effect-type--push_out.mpc-effect-side--bottom .mpc-button__title { top: 0; }
.mpc-button:hover .mpc-button__content.mpc-effect-type--push_out.mpc-effect-side--bottom .mpc-button__title, .mpc-active .mpc-button .mpc-button__content.mpc-effect-type--push_out.mpc-effect-side--bottom .mpc-button__title, .mpc-parent-hover:hover .mpc-button .mpc-button__content.mpc-effect-type--push_out.mpc-effect-side--bottom .mpc-button__title { top: -5em; }
.mpc-button__content.mpc-effect-type--push_out.mpc-effect-side--left .mpc-button__icon { top: 50%; left: -100%; }
.mpc-button:hover .mpc-button__content.mpc-effect-type--push_out.mpc-effect-side--left .mpc-button__icon, .mpc-active .mpc-button .mpc-button__content.mpc-effect-type--push_out.mpc-effect-side--left .mpc-button__icon, .mpc-parent-hover:hover .mpc-button .mpc-button__content.mpc-effect-type--push_out.mpc-effect-side--left .mpc-button__icon { left: 50%; }
.mpc-button__content.mpc-effect-type--push_out.mpc-effect-side--left .mpc-button__title { left: 0; }
.mpc-button:hover .mpc-button__content.mpc-effect-type--push_out.mpc-effect-side--left .mpc-button__title, .mpc-active .mpc-button .mpc-button__content.mpc-effect-type--push_out.mpc-effect-side--left .mpc-button__title, .mpc-parent-hover:hover .mpc-button .mpc-button__content.mpc-effect-type--push_out.mpc-effect-side--left .mpc-button__title { left: 100%; } .mpc-button-set { display: inline-block; }
.mpc-button-set.mpc-fullwidth.mpc-style--horizontal { display: -ms-flexbox; display: flex; align-items: center; }
.mpc-button-set.mpc-fullwidth.mpc-style--horizontal > .mpc-button, .mpc-button-set.mpc-fullwidth.mpc-style--horizontal > .mpc-lightbox, .mpc-button-set.mpc-fullwidth.mpc-style--horizontal > .mpc-add_to_cart { flex-grow: 1; }
.mpc-button-set.mpc-fullwidth.mpc-style--horizontal > .mpc-button .mpc-button, .mpc-button-set.mpc-fullwidth.mpc-style--horizontal > .mpc-lightbox .mpc-button, .mpc-button-set.mpc-fullwidth.mpc-style--horizontal > .mpc-add_to_cart .mpc-button { display: block; }
.mpc-button-set.mpc-fullwidth.mpc-style--vertical { display: block; }
.mpc-button-set.mpc-style--vertical { text-align: center; }
.mpc-button-set .mpc-lightbox .mpc-button { vertical-align: bottom; }
.mpc-button-set.mpc-style--horizontal:not(.mpc-frontend) > .mpc-tooltip-wrap, .mpc-button-set.mpc-style--horizontal:not(.mpc-frontend) > .mpc-add_to_cart-wrap, .mpc-button-set.mpc-style--horizontal:not(.mpc-frontend) > .mpc-button, .mpc-button-set.mpc-style--horizontal:not(.mpc-frontend) > .mpc-lightbox, .mpc-button-set.mpc-style--horizontal:not(.mpc-frontend) > .mpc-add_to_cart { vertical-align: middle; }
.mpc-button-set.mpc-style--horizontal:not(.mpc-frontend) > .mpc-tooltip-wrap:first-child, .mpc-button-set.mpc-style--horizontal:not(.mpc-frontend) > .mpc-tooltip-wrap:first-child .mpc-button, .mpc-button-set.mpc-style--horizontal:not(.mpc-frontend) > .mpc-add_to_cart-wrap:first-child, .mpc-button-set.mpc-style--horizontal:not(.mpc-frontend) > .mpc-add_to_cart-wrap:first-child .mpc-button, .mpc-button-set.mpc-style--horizontal:not(.mpc-frontend) > .mpc-button:first-child, .mpc-button-set.mpc-style--horizontal:not(.mpc-frontend) > .mpc-button:first-child .mpc-button, .mpc-button-set.mpc-style--horizontal:not(.mpc-frontend) > .mpc-lightbox:first-child, .mpc-button-set.mpc-style--horizontal:not(.mpc-frontend) > .mpc-lightbox:first-child .mpc-button, .mpc-button-set.mpc-style--horizontal:not(.mpc-frontend) > .mpc-add_to_cart:first-child, .mpc-button-set.mpc-style--horizontal:not(.mpc-frontend) > .mpc-add_to_cart:first-child .mpc-button { border-bottom-right-radius: 0; border-top-right-radius: 0; padding-left: 0 !important; }
.mpc-button-set.mpc-style--horizontal:not(.mpc-frontend) > .mpc-tooltip-wrap:last-child, .mpc-button-set.mpc-style--horizontal:not(.mpc-frontend) > .mpc-tooltip-wrap:last-child .mpc-button, .mpc-button-set.mpc-style--horizontal:not(.mpc-frontend) > .mpc-add_to_cart-wrap:last-child, .mpc-button-set.mpc-style--horizontal:not(.mpc-frontend) > .mpc-add_to_cart-wrap:last-child .mpc-button, .mpc-button-set.mpc-style--horizontal:not(.mpc-frontend) > .mpc-button:last-child, .mpc-button-set.mpc-style--horizontal:not(.mpc-frontend) > .mpc-button:last-child .mpc-button, .mpc-button-set.mpc-style--horizontal:not(.mpc-frontend) > .mpc-lightbox:last-child, .mpc-button-set.mpc-style--horizontal:not(.mpc-frontend) > .mpc-lightbox:last-child .mpc-button, .mpc-button-set.mpc-style--horizontal:not(.mpc-frontend) > .mpc-add_to_cart:last-child, .mpc-button-set.mpc-style--horizontal:not(.mpc-frontend) > .mpc-add_to_cart:last-child .mpc-button { border-left-width: 0; border-bottom-left-radius: 0; border-top-left-radius: 0; padding-right: 0 !important; }
.mpc-button-set.mpc-style--horizontal:not(.mpc-frontend) > .mpc-tooltip-wrap:not(:first-child):not(:last-child), .mpc-button-set.mpc-style--horizontal:not(.mpc-frontend) > .mpc-tooltip-wrap:not(:first-child):not(:last-child) .mpc-button, .mpc-button-set.mpc-style--horizontal:not(.mpc-frontend) > .mpc-add_to_cart-wrap:not(:first-child):not(:last-child), .mpc-button-set.mpc-style--horizontal:not(.mpc-frontend) > .mpc-add_to_cart-wrap:not(:first-child):not(:last-child) .mpc-button, .mpc-button-set.mpc-style--horizontal:not(.mpc-frontend) > .mpc-button:not(:first-child):not(:last-child), .mpc-button-set.mpc-style--horizontal:not(.mpc-frontend) > .mpc-button:not(:first-child):not(:last-child) .mpc-button, .mpc-button-set.mpc-style--horizontal:not(.mpc-frontend) > .mpc-lightbox:not(:first-child):not(:last-child), .mpc-button-set.mpc-style--horizontal:not(.mpc-frontend) > .mpc-lightbox:not(:first-child):not(:last-child) .mpc-button, .mpc-button-set.mpc-style--horizontal:not(.mpc-frontend) > .mpc-add_to_cart:not(:first-child):not(:last-child), .mpc-button-set.mpc-style--horizontal:not(.mpc-frontend) > .mpc-add_to_cart:not(:first-child):not(:last-child) .mpc-button { border-left-width: 0; border-radius: 0; }
.mpc-button-set.mpc-style--vertical:not(.mpc-frontend) .mpc-tooltip-wrap, .mpc-button-set.mpc-style--vertical:not(.mpc-frontend) .mpc-add_to_cart-wrap, .mpc-button-set.mpc-style--vertical:not(.mpc-frontend) .mpc-button, .mpc-button-set.mpc-style--vertical:not(.mpc-frontend) .mpc-lightbox, .mpc-button-set.mpc-style--vertical:not(.mpc-frontend) .mpc-add_to_cart { display: block; }
.mpc-button-set.mpc-style--vertical:not(.mpc-frontend) .mpc-tooltip-wrap:first-child, .mpc-button-set.mpc-style--vertical:not(.mpc-frontend) .mpc-tooltip-wrap:first-child .mpc-button, .mpc-button-set.mpc-style--vertical:not(.mpc-frontend) .mpc-add_to_cart-wrap:first-child, .mpc-button-set.mpc-style--vertical:not(.mpc-frontend) .mpc-add_to_cart-wrap:first-child .mpc-button, .mpc-button-set.mpc-style--vertical:not(.mpc-frontend) .mpc-button:first-child, .mpc-button-set.mpc-style--vertical:not(.mpc-frontend) .mpc-button:first-child .mpc-button, .mpc-button-set.mpc-style--vertical:not(.mpc-frontend) .mpc-lightbox:first-child, .mpc-button-set.mpc-style--vertical:not(.mpc-frontend) .mpc-lightbox:first-child .mpc-button, .mpc-button-set.mpc-style--vertical:not(.mpc-frontend) .mpc-add_to_cart:first-child, .mpc-button-set.mpc-style--vertical:not(.mpc-frontend) .mpc-add_to_cart:first-child .mpc-button { border-bottom-left-radius: 0; border-bottom-right-radius: 0; padding-top: 0 !important; }
.mpc-button-set.mpc-style--vertical:not(.mpc-frontend) .mpc-tooltip-wrap:last-child, .mpc-button-set.mpc-style--vertical:not(.mpc-frontend) .mpc-tooltip-wrap:last-child .mpc-button, .mpc-button-set.mpc-style--vertical:not(.mpc-frontend) .mpc-add_to_cart-wrap:last-child, .mpc-button-set.mpc-style--vertical:not(.mpc-frontend) .mpc-add_to_cart-wrap:last-child .mpc-button, .mpc-button-set.mpc-style--vertical:not(.mpc-frontend) .mpc-button:last-child, .mpc-button-set.mpc-style--vertical:not(.mpc-frontend) .mpc-button:last-child .mpc-button, .mpc-button-set.mpc-style--vertical:not(.mpc-frontend) .mpc-lightbox:last-child, .mpc-button-set.mpc-style--vertical:not(.mpc-frontend) .mpc-lightbox:last-child .mpc-button, .mpc-button-set.mpc-style--vertical:not(.mpc-frontend) .mpc-add_to_cart:last-child, .mpc-button-set.mpc-style--vertical:not(.mpc-frontend) .mpc-add_to_cart:last-child .mpc-button { border-top-width: 0; border-top-left-radius: 0; border-top-right-radius: 0; padding-bottom: 0 !important; }
.mpc-button-set.mpc-style--vertical:not(.mpc-frontend) .mpc-tooltip-wrap:not(:first-child):not(:last-child), .mpc-button-set.mpc-style--vertical:not(.mpc-frontend) .mpc-tooltip-wrap:not(:first-child):not(:last-child) .mpc-button, .mpc-button-set.mpc-style--vertical:not(.mpc-frontend) .mpc-add_to_cart-wrap:not(:first-child):not(:last-child), .mpc-button-set.mpc-style--vertical:not(.mpc-frontend) .mpc-add_to_cart-wrap:not(:first-child):not(:last-child) .mpc-button, .mpc-button-set.mpc-style--vertical:not(.mpc-frontend) .mpc-button:not(:first-child):not(:last-child), .mpc-button-set.mpc-style--vertical:not(.mpc-frontend) .mpc-button:not(:first-child):not(:last-child) .mpc-button, .mpc-button-set.mpc-style--vertical:not(.mpc-frontend) .mpc-lightbox:not(:first-child):not(:last-child), .mpc-button-set.mpc-style--vertical:not(.mpc-frontend) .mpc-lightbox:not(:first-child):not(:last-child) .mpc-button, .mpc-button-set.mpc-style--vertical:not(.mpc-frontend) .mpc-add_to_cart:not(:first-child):not(:last-child), .mpc-button-set.mpc-style--vertical:not(.mpc-frontend) .mpc-add_to_cart:not(:first-child):not(:last-child) .mpc-button { border-top-width: 0; border-radius: 0; }
.mpc-button-set .mpc-button-separator-box { display: inline-block; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.mpc-button-set .mpc-button-separator { display: inline-block; min-width: 1em; text-align: center; white-space: nowrap; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
.mpc-button-set .mpc-button-separator.mpc-empty { min-width: 0; }
.mpc-button-set.mpc-style--vertical .mpc-button-separator-box { -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.mpc-button-set .mpc-button-separator-wrap { position: relative; display: inline-block; width: 0; vertical-align: middle; z-index: 2; }
.mpc-button-set .mpc-button-separator-wrap:last-child { display: none; }
.mpc-button-set.mpc-style--vertical .mpc-button-separator-wrap { display: block; height: 0; width: auto; } .mpc-callout { display: block; position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; }
.mpc-callout__content { overflow: hidden; }
.mpc-callout__content .mpc-callout__description { padding: 0; }
.mpc-callout__heading { padding: 0; }
.mpc-callout__icon-wrap { display: block; }
.mpc-callout__icon-wrap:not(.mpc-icon--image) i { width: 1.35em; height: 1.35em; line-height: 1.35em; font-style: normal; }
.mpc-callout__icon-wrap i { display: block; text-align: center; }
.mpc-callout__icon-wrap img { vertical-align: middle; }
.mpc-callout__icon { display: inline-block; max-width: 100%; } .mpc-callout--style_1 { display: flex; align-items: center; width: 100%; }
.mpc-callout--style_1 .mpc-callout__content { flex: 1 1 auto; }
.mpc-callout--style_1 .mpc-callout__content p:first-child { margin-top: 0 !important; }
.mpc-callout--style_1 .mpc-callout__content p:last-child { margin-bottom: 0 !important; }
.mpc-callout--style_1 .mpc-callout__button { white-space: nowrap; flex: 0 0 auto; }
.mpc-callout--style_1 .mpc-callout__button .mpc-button { vertical-align: bottom; } .mpc-callout--style_2 { text-align: center; } .mpc-callout--style_3 { text-align: center; } .mpc-callout--style_4 { display: table; width: 100%; }
.mpc-callout--style_4 .mpc-callout__icon-wrap { display: table-cell; vertical-align: middle; }
.mpc-callout--style_4 .mpc-callout__content { display: table-cell; vertical-align: middle; }
.mpc-callout--style_4 .mpc-callout__content p:first-child { margin-top: 0 !important; }
.mpc-callout--style_4 .mpc-callout__content p:last-child { margin-bottom: 0 !important; }
.mpc-callout--style_4 .mpc-callout__button { display: table-cell; vertical-align: middle; white-space: nowrap; }
.mpc-callout--style_4 .mpc-callout__button .mpc-button { vertical-align: bottom; } .mpc-callout--style_5 { display: table; width: 100%; }
.mpc-callout--style_5 .mpc-callout__content { display: table-cell; width: 40%; text-align: left; vertical-align: middle; }
.mpc-callout--style_5 .mpc-callout__content p:first-child { margin-top: 0 !important; }
.mpc-callout--style_5 .mpc-callout__content p:last-child { margin-bottom: 0 !important; }
.mpc-callout--style_5 .mpc-callout__icon-wrap { display: table-cell; width: 10%; vertical-align: middle; text-align: center; }
.mpc-callout--style_5 .mpc-callout__button { display: table-cell; width: 40%; text-align: right; vertical-align: middle; }
.mpc-callout--style_5 .mpc-callout__button .mpc-button { vertical-align: bottom; } .mpc-callout--style_6 { text-align: center; } .mpc-callout--style_7 { text-align: center; } .mpc-callout--style_8 .mpc-callout__icon-wrap { float: left; } .mpc-callout--style_9 .mpc-callout__icon-wrap { float: right; }
@media screen and (max-width: 992px) { .mpc-callout__heading, .mpc-callout__description, .mpc-callout__button, .mpc-callout__icon-wrap { text-align: center !important; }
.mpc-callout__heading { line-height: 1.25em !important; }
.mpc-callout__heading, .mpc-callout__description { max-width: initial !important; }
.mpc-callout--style_1, .mpc-callout--style_4, .mpc-callout--style_5, .mpc-callout--style_8, .mpc-callout--style_9 { display: block; }
.mpc-callout--style_1 .mpc-callout__icon-wrap, .mpc-callout--style_1 .mpc-callout__content, .mpc-callout--style_1 .mpc-callout__button, .mpc-callout--style_4 .mpc-callout__icon-wrap, .mpc-callout--style_4 .mpc-callout__content, .mpc-callout--style_4 .mpc-callout__button, .mpc-callout--style_5 .mpc-callout__icon-wrap, .mpc-callout--style_5 .mpc-callout__content, .mpc-callout--style_5 .mpc-callout__button, .mpc-callout--style_8 .mpc-callout__icon-wrap, .mpc-callout--style_8 .mpc-callout__content, .mpc-callout--style_8 .mpc-callout__button, .mpc-callout--style_9 .mpc-callout__icon-wrap, .mpc-callout--style_9 .mpc-callout__content, .mpc-callout--style_9 .mpc-callout__button { display: block; width: 100%; }
.mpc-callout--style_1 .mpc-callout .mpc-button, .mpc-callout--style_1 .mpc-callout__icon, .mpc-callout--style_4 .mpc-callout .mpc-button, .mpc-callout--style_4 .mpc-callout__icon, .mpc-callout--style_5 .mpc-callout .mpc-button, .mpc-callout--style_5 .mpc-callout__icon, .mpc-callout--style_8 .mpc-callout .mpc-button, .mpc-callout--style_8 .mpc-callout__icon, .mpc-callout--style_9 .mpc-callout .mpc-button, .mpc-callout--style_9 .mpc-callout__icon { margin-left: 0 !important; margin-right: 0 !important; }
.mpc-callout--style_1 .mpc-callout__icon, .mpc-callout--style_4 .mpc-callout__icon, .mpc-callout--style_5 .mpc-callout__icon, .mpc-callout--style_8 .mpc-callout__icon, .mpc-callout--style_9 .mpc-callout__icon { padding-left: 0 !important; padding-right: 0 !important; }
.mpc-callout .mpc-button, .mpc-callout__icon-wrap, .mpc-callout__heading, .mpc-callout__description { margin: .5em auto .5em !important; }
.mpc-callout .mpc-divider-wrap .mpc-divider { margin: .25em auto !important; }
.mpc-callout--style_7 .mpc-callout__icon-wrap { margin-top: 0 !important; }
.mpc-callout--style_5 .mpc-callout__icon-wrap { margin-top: 0 !important; }
.mpc-callout--style_5 .mpc-callout__heading { margin-bottom: 0 !important; } }
@media screen and (min-width: 992px) and (max-width: 1199px) { .mpc-callout--style_1 .mpc-callout__icon-wrap, .mpc-callout--style_4 .mpc-callout__icon-wrap, .mpc-callout--style_5 .mpc-callout__icon-wrap, .mpc-callout--style_8 .mpc-callout__icon-wrap, .mpc-callout--style_9 .mpc-callout__icon-wrap { max-width: 50%; } } .mpc-carousel-anything { -webkit-box-sizing: border-box; box-sizing: border-box; }
.mpc-carousel-anything.mpc-carousel--stretched .slick-list { overflow: visible; }
.mpc-carousel-anything .slick-track { display: table; table-layout: fixed; }
.mpc-carousel-anything .mpc-carousel__item-wrapper { position: relative; display: table-cell !important; height: 100%; float: none !important; text-align: center; vertical-align: middle; overflow: hidden; -webkit-transition: all .25s; transition: all .25s; }
.mpc-carousel-anything .slick-slide > div:last-child > .mpc-carousel__item-wrapper, .mpc-carousel-anything .slick-slide.mpc-carousel__item-wrapper { margin-bottom: 0 !important; }
.mpc-carousel-anything:focus, .mpc-carousel-anything *:focus { outline: none; -webkit-outline: none; }
.mpc-carousel-anything .slick-slide > div:not([class^="mpc"]) { display: flex; }
.mpc-navigation--carousel { text-align: right; width: 100%; margin: 1em 0; }
.mpc-navigation--carousel i { cursor: pointer; padding: .5em 1em; margin-left: 1px; background: #ccc; border-radius: 3px; } .vc_mpc_carousel_anything.vc_element .vc_controls > .vc_controls-out-tl { left: initial; right: 0; } .mpc-carousel-image { overflow: hidden; -webkit-box-sizing: border-box; box-sizing: border-box;  }
.mpc-carousel-image.mpc-carousel--stretched, .mpc-carousel-image.mpc-carousel--stretched .slick-list { overflow: visible; }
.mpc-carousel-image .slick-slide > div:last-child > .mpc-carousel__item-wrapper, .mpc-carousel-image .slick-slide.mpc-carousel__item-wrapper { margin-bottom: 0 !important; }
.mpc-carousel-image:focus, .mpc-carousel-image *:focus { outline: none; -webkit-outline: none; }
.mpc-carousel-image .mpc-carousel__item-wrapper { position: relative; display: block !important; height: 100%; width: auto; max-width: 100% !important; }
.mpc-carousel-image .mpc-item { position: relative; overflow: hidden; cursor: pointer; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.mpc-carousel-image .mpc-item .mpc-border::before, .mpc-carousel-image .mpc-item .mpc-border { position: absolute; z-index: 2; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; display: block; content: ''; border-width: 0px; border-style: solid; border-radius: 0px; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: inherit; transition: inherit; }
.mpc-carousel-image img { width: 100%; height: auto; }
.mpc-carousel-image .mpc-icon-anchor { display: inline-block; vertical-align: bottom; text-align: center; -webkit-transition: all .25s; transition: all .25s; }
.mpc-carousel-image .mpc-icon-anchor i { display: block; vertical-align: bottom; width: 1.35em; height: 1.35em; line-height: 1.35em; font-style: normal; -webkit-transition: inherit; transition: inherit; }
.mpc-carousel-image .mpc-icon-anchor i.mpc-icon--image, .mpc-carousel-image .mpc-icon-anchor i.mpc-icon--character { width: auto; }
.mpc-carousel-image .mpc-item-overlay { position: absolute; width: 100%; height: 100%; z-index: 5; visibility: hidden; }
.mpc-carousel-image .mpc-overlay--vertical-wrap { display: table; width: 100%; height: 100%; }
.mpc-carousel-image .mpc-overlay--vertical { display: table-cell; vertical-align: middle; text-align: center; width: 100%; height: 100%; }
.mpc-carousel-image.mpc-overlay--fade .mpc-item-overlay, .mpc-carousel-image.mpc-overlay--none .mpc-item-overlay { top: 0; left: 0; opacity: 0; }
.mpc-carousel-image.mpc-overlay--slide-up .mpc-item-overlay { top: 100%; left: 0; }
.mpc-carousel-image.mpc-overlay--slide-down .mpc-item-overlay { top: -100%; left: 0; }
.mpc-carousel-image.mpc-overlay--slide-left .mpc-item-overlay { top: 0; left: 100%; }
.mpc-carousel-image.mpc-overlay--slide-right .mpc-item-overlay { top: 0; left: -100%; }
[data-align^=top] .mpc-overlay--vertical { vertical-align: top; }
[data-align^=middle] .mpc-overlay--vertical { vertical-align: middle; }
[data-align^=bottom] .mpc-overlay--vertical { vertical-align: bottom; }
[data-align$=left] .mpc-overlay--vertical { text-align: left; }
[data-align$=center] .mpc-overlay--vertical { text-align: center; }
[data-align$=right] .mpc-overlay--vertical { text-align: right; } .mpc-carousel-image.mpc-layout--fluid * { height: 100%; }
.mpc-carousel-image.mpc-layout--fluid .mpc-overlay--vertical, .mpc-carousel-image.mpc-layout--fluid .mpc-overlay--vertical * { height: auto; }
.mpc-carousel-image.mpc-layout--fluid img { width: auto !important; height: 100% !important; }
.mpc-navigation--image { text-align: right; margin: 1em 0; }
.mpc-navigation--image i { cursor: pointer; padding: .5em 1em; margin-left: 1px; background: #ccc; border-radius: 3px; } .mpc-carousel-posts { -webkit-box-sizing: border-box; box-sizing: border-box; }
.mpc-carousel-posts.mpc-carousel--stretched .slick-list { overflow: visible; }
.mpc-carousel-posts .slick-slide > div:last-child > .mpc-post, .mpc-carousel-posts .slick-slide.mpc-post { margin-bottom: 0 !important; }
.mpc-carousel-posts .mpc-post { display: inline-block; vertical-align: bottom; height: 100%; max-width: 100% !important; }
.mpc-carousel-posts:focus, .mpc-carousel-posts *:focus { outline: none; -webkit-outline: none; }
.mpc-carousel-posts[data-slick-cols="1"] .mpc-post { width: 100%; }
.mpc-carousel-posts[data-slick-cols="2"] .mpc-post { width: 50%; }
.mpc-carousel-posts[data-slick-cols="3"] .mpc-post { width: 33%; }
.mpc-carousel-posts[data-slick-cols="3"] .mpc-post:last-child { width: 34%; }
.mpc-carousel-posts[data-slick-cols="4"] .mpc-post { width: 25%; }
.mpc-navigation--posts { text-align: right; width: 100%; margin: 1em 0; }
.mpc-navigation--posts i { cursor: pointer; padding: .5em 1em; margin-left: 1px; background: #ccc; border-radius: 3px; } .mpc-carousel-slider { overflow: hidden; -webkit-box-sizing: border-box; box-sizing: border-box;  }
.mpc-carousel-slider.mpc-carousel--stretched, .mpc-carousel-slider.mpc-carousel--stretched .slick-list { overflow: visible; }
.mpc-carousel-slider:focus, .mpc-carousel-slider *:focus { outline: none; -webkit-outline: none; }
.mpc-carousel-slider .slick-list, .mpc-carousel-slider .slick-track, .mpc-carousel-slider .mpc-carousel__item-wrapper, .mpc-carousel-slider .mpc-item { height: 100% !important; }
.mpc-carousel-slider .mpc-carousel__item-wrapper { display: block !important; overflow: hidden; }
.mpc-carousel-slider .mpc-item { position: relative; border-width: 0px; border-style: solid; border-radius: 0px; cursor: pointer; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.mpc-carousel-slider .mpc-item .mpc-border::before, .mpc-carousel-slider .mpc-item .mpc-border { position: absolute; z-index: 2; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; display: block; content: ''; border-width: 0px; border-style: solid; border-radius: 0px; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: inherit; transition: inherit; }
.mpc-carousel-slider img { height: 100% !important; width: auto !important; }
.mpc-carousel-slider .mpc-icon-anchor { display: inline-block; vertical-align: bottom; text-align: center; -webkit-transition: all .25s; transition: all .25s; }
.mpc-carousel-slider .mpc-icon-anchor i { display: block; vertical-align: bottom; width: 1.35em; height: 1.35em; line-height: 1.35em; font-style: normal; -webkit-transition: inherit; transition: inherit; }
.mpc-carousel-slider .mpc-icon-anchor i.mpc-icon--image, .mpc-carousel-slider .mpc-icon-anchor i.mpc-icon--character { width: auto; }
.mpc-carousel-slider .mpc-item-overlay { position: absolute; width: 100%; height: 100%; z-index: 5; visibility: hidden; }
.mpc-carousel-slider .mpc-overlay--vertical-wrap { display: table; width: 100%; height: 100%; }
.mpc-carousel-slider .mpc-overlay--vertical { display: table-cell; vertical-align: middle; text-align: center; width: 100%; height: 100%; }
.mpc-carousel-slider.mpc-overlay--fade .mpc-item-overlay, .mpc-carousel-slider.mpc-overlay--none .mpc-item-overlay { top: 0; left: 0; opacity: 0; }
.mpc-carousel-slider.mpc-overlay--slide-up .mpc-item-overlay { top: 100%; left: 0; }
.mpc-carousel-slider.mpc-overlay--slide-down .mpc-item-overlay { top: -100%; left: 0; }
.mpc-carousel-slider.mpc-overlay--slide-left .mpc-item-overlay { top: 0; left: 100%; }
.mpc-carousel-slider.mpc-overlay--slide-right .mpc-item-overlay { top: 0; left: -100%; } .mpc-carousel__item-wrapper:hover { }
.mpc-carousel__item-wrapper:hover .mpc-item-overlay { visibility: visible; }
.mpc-overlay--fade .mpc-carousel__item-wrapper:hover .mpc-item-overlay, .mpc-overlay--none .mpc-carousel__item-wrapper:hover .mpc-item-overlay { opacity: 1; }
.mpc-overlay--slide-up .mpc-carousel__item-wrapper:hover .mpc-item-overlay, .mpc-overlay--slide-down .mpc-carousel__item-wrapper:hover .mpc-item-overlay { top: 0; }
.mpc-overlay--slide-left .mpc-carousel__item-wrapper:hover .mpc-item-overlay, .mpc-overlay--slide-right .mpc-carousel__item-wrapper:hover .mpc-item-overlay { left: 0; }
[data-align^=top] .mpc-overlay--vertical { vertical-align: top; }
[data-align^=middle] .mpc-overlay--vertical { vertical-align: middle; }
[data-align^=bottom] .mpc-overlay--vertical { vertical-align: bottom; }
[data-align$=left] .mpc-overlay--vertical { text-align: left; }
[data-align$=center] .mpc-overlay--vertical { text-align: center; }
[data-align$=right] .mpc-overlay--vertical { text-align: right; }
.mpc-carousel__count { display: inline-block; position: absolute; z-index: 10; }
.mpc-carousel__count:after, .mpc-carousel__count:before { display: inline-block; position: relative; }
.mpc-carousel__count:before { top: -.25em; padding-right: .25em; content: attr(data-current-slide); }
.mpc-carousel__count:after { bottom: -.25em; padding-left: .25em; content: attr(data-slides-amount); }
.mpc-carousel__count.mpc-align--top-left { top: 0; left: 0; }
.mpc-carousel__count.mpc-align--top-right { top: 0; right: 0; }
.mpc-carousel__count.mpc-align--bottom-left { bottom: 0; left: 0; }
.mpc-carousel__count.mpc-align--bottom-right { bottom: 0; right: 0; }
.mpc-navigation--image { text-align: right; width: 100%; margin: 1em 0; }
.mpc-navigation--image i { cursor: pointer; padding: .5em 1em; margin-left: 1px; background: #ccc; border-radius: 3px; } .mpc-carousel-testimonial { -webkit-box-sizing: border-box; box-sizing: border-box; }
.mpc-carousel-testimonial .slick-slide { overflow: hidden; }
.mpc-carousel-testimonial .slick-slide > div > .mpc-testimonial, .mpc-carousel-testimonial .slick-slide > div > .mpc-gap { width: auto !important; display: block !important; }
.mpc-carousel-testimonial.mpc-carousel--stretched .slick-list { overflow: visible; }
.mpc-carousel-testimonial:focus, .mpc-carousel-testimonial *:focus { -webkit-outline: none; outline: none; }
.mpc-carousel-testimonial .mpc-gap { vertical-align: middle; }
.mpc-carousel-testimonial.mpc-align-items .mpc-testimonial { display: flex; align-items: stretch; }
.mpc-carousel-testimonial.mpc-align-items .mpc-testimonial.mpc-testimonial--style_3, .mpc-carousel-testimonial.mpc-align-items .mpc-testimonial.mpc-testimonial--style_4 { flex-direction: column; }
.mpc-carousel-testimonial.mpc-align-items .mpc-testimonial.mpc-testimonial--style_7 .mpc-testimonial__thumbnail, .mpc-carousel-testimonial.mpc-align-items .mpc-testimonial.mpc-testimonial--style_6 .mpc-testimonial__thumbnail, .mpc-carousel-testimonial.mpc-align-items .mpc-testimonial.mpc-testimonial--style_2 .mpc-testimonial__thumbnail, .mpc-carousel-testimonial.mpc-align-items .mpc-testimonial.mpc-testimonial--style_1 .mpc-testimonial__thumbnail { flex: 1 0 auto; }
.mpc-navigation--carousel { text-align: right; width: 100%; margin: 1em 0; }
.mpc-navigation--carousel i { cursor: pointer; padding: .5em 1em; margin-left: 1px; background: #ccc; border-radius: 3px; } .vc_mpc_carousel_testimonial.vc_element .vc_controls > .vc_controls-out-tl { left: initial; right: 0; } .mpc-chart { display: block; }
.mpc-chart__box { position: relative; margin: 0 auto; }
.mpc-chart__outer_circle, .mpc-chart__inner_circle, .mpc-chart__marker, .mpc-chart__text { position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); border-radius: 100%; background-clip: padding-box !important; }
.mpc-chart__marker { opacity: 0; }
.mpc-waypoint--init .mpc-chart__marker { opacity: 1; }
.mpc-chart-wrap .mpc-chart__text { border-radius: 0; text-align: center; } .mpc-circle-icons { position: relative; width: 90%; margin: 0 auto; border-radius: 50%; }
.mpc-circle-icons:before { content: ''; display: block; position: absolute; top: 4%; left: 4%; width: 92%; height: 92%; border-radius: 50%; z-index: 1; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.mpc-circle-icons:after { content: ''; display: block; padding-top: 100%; }
.mpc-circle-icons .mpc-icon { position: absolute; top: 50%; left: 50%; z-index: 2; }
.mpc-circle-icons .mpc-icon .mpc-regular img, .mpc-circle-icons .mpc-icon .mpc-hover img { max-width: none; }
.mpc-circle-icons .mpc-icon-column { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
@media screen and (min-width: 769px) { .mpc-column:not(.vc_col-lg-12) .mpc-circle-icons .mpc-icon-column, .mpc-column:not(.vc_col-md-12) .mpc-circle-icons .mpc-icon-column { background: none !important; padding: 0 !important; margin: 0 !important; border: none !important; border-radius: 50% !important; } }
.mpc-circle-icons .mpc-icon-column.mpc-active .mpc-icon-column__content-wrap { visibility: visible; opacity: 1; }
.mpc-circle-icons .mpc-icon-column__content-wrap { visibility: hidden; opacity: 0; border-radius: 50% !important; overflow: hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s; }
.mpc-circle-icons .mpc-icon-column__content-wrap:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
.mpc-circle-icons .mpc-icon-column__content { display: inline-block; vertical-align: middle; position: relative; z-index: 1; max-height: 100%; overflow: auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.mpc-circle-icons .mpc-icon-column__content::-webkit-scrollbar { width: 6px; }
.mpc-circle-icons .mpc-icon-column__content::-webkit-scrollbar { background: rgba(255, 255, 255, 0.35); border-radius: 3px; }
.mpc-circle-icons .mpc-icon-column__content::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.5); border-radius: 3px; } .mpc-circle-icons .vc_element.vc_mpc_icon_column { display: inline-block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; } @media screen and (max-width: 768px) { .mpc-column .mpc-circle-icons.mpc-circle-icons { width: 100%; }
.mpc-column .mpc-circle-icons.mpc-circle-icons:before, .mpc-column .mpc-circle-icons.mpc-circle-icons:after { display: none; }
.mpc-column .mpc-circle-icons.mpc-circle-icons .mpc-icon-column { position: relative; border-radius: 0 !important; padding: 2em; margin: 2em 0; }
.mpc-column .mpc-circle-icons.mpc-circle-icons .mpc-icon { position: relative; top: 0 !important; left: 0 !important; margin-left: 0 !important; margin-top: 0 !important; margin-bottom: 2em; }
.mpc-column .mpc-circle-icons.mpc-circle-icons .mpc-icon-column__content-wrap { visibility: visible; opacity: 1; border-radius: 0 !important; border: none !important; margin: 0 !important; padding: 0 !important; width: 100%; height: auto; background: none !important; }
.mpc-column .mpc-circle-icons.mpc-circle-icons .mpc-icon-column__content-wrap:before { display: none; } } .mpc-connected-icons { display: flex; flex-wrap: wrap; -webkit-box-sizing: border-box; box-sizing: border-box; }
.mpc-connected-icons:after { content: ''; display: block; clear: both; float: none; }
.mpc-connected-icons > .mpc-connected-icons__line { opacity: 0; visibility: hidden; }
.mpc-connected-icons .mpc-icon, .mpc-connected-icons .mpc-icon-column { position: relative; overflow: visible; }
.mpc-connected-icons[data-layout="horizontal"] .mpc-connected-icons__line { left: 100%; }
.mpc-connected-icons[data-layout="horizontal"][data-ci-cols="2"] .mpc-connected-icons__item { width: 50%; }
.mpc-connected-icons[data-layout="horizontal"][data-ci-cols="3"] .mpc-connected-icons__item { width: 33%; }
.mpc-connected-icons[data-layout="horizontal"][data-ci-cols="4"] .mpc-connected-icons__item { width: 25%; }
.mpc-connected-icons[data-layout="horizontal"][data-ci-cols="5"] .mpc-connected-icons__item { width: 20%; }
.mpc-connected-icons[data-layout="horizontal"][data-ci-cols="6"] .mpc-connected-icons__item { width: 16.66%; }
.mpc-connected-icons[data-layout="horizontal"][data-ci-cols="7"] .mpc-connected-icons__item { width: 14.28%; }
.mpc-connected-icons[data-layout="horizontal"][data-ci-cols="8"] .mpc-connected-icons__item { width: 12.50%; }
.mpc-connected-icons[data-layout="vertical"] { margin: 0; flex-direction: column; }
.mpc-connected-icons[data-layout="vertical"] .mpc-connected-icons__item { width: 100%; }
.mpc-connected-icons[data-layout="vertical"] .mpc-connected-icons__item:nth-child(2) { padding-top: 0 !important; }
.mpc-connected-icons[data-layout="vertical"] .mpc-connected-icons__item:last-child { padding-bottom: 0 !important; }
.mpc-connected-icons[data-layout="vertical"] .mpc-connected-icons__line { top: 100%; }
.mpc-connected-icons__item { position: relative; display: block; float: left; }
.mpc-connected-icons__line { position: absolute; z-index: 1; }
.mpc-connected-icons__line span { display: block; margin-left: auto; margin-right: auto; -webkit-transition: width .25s; transition: width .25s; }
[data-layout="horizontal"] .mpc-connected-icons__line span { width: 0; }
[data-layout="vertical"] .mpc-connected-icons__line span { height: 0; float: left; } @media screen and (max-width: 992px) { .mpc-connected-icons[data-layout="horizontal"][data-ci-cols="4"] .mpc-connected-icons__item { width: 50% !important; margin-top: 1em; margin-bottom: 1em; }
.mpc-connected-icons[data-layout="horizontal"][data-ci-cols="3"] { margin: 0 auto; }
.mpc-connected-icons[data-layout="horizontal"][data-ci-cols="3"] .mpc-connected-icons__item { width: 100% !important; margin-top: 1em; margin-bottom: 1em; }
.mpc-connected-icons[data-layout="horizontal"][data-ci-cols="3"] .mpc-icon-column--style_2, .mpc-connected-icons[data-layout="horizontal"][data-ci-cols="4"] .mpc-icon-column--style_2 { margin-top: 1em; margin-bottom: 1em; } }
@media screen and (max-width: 768px) { .mpc-connected-icons[data-layout="horizontal"][data-ci-cols] .mpc-connected-icons__line { display: none; }
.mpc-connected-icons[data-layout="horizontal"][data-ci-cols] .mpc-connected-icons__item { width: 100% !important; margin-top: 1em; margin-bottom: 1em; }
.mpc-connected-icons[data-layout="horizontal"][data-ci-cols] { margin: 0 auto; }
.mpc-connected-icons[data-layout="horizontal"][data-ci-cols] .mpc-icon-column--style_2 { margin-top: 1em; margin-bottom: 1em; } } .mpc-countdown { display: block; -webkit-box-sizing: border-box; box-sizing: border-box; }
.mpc-countdown__content { overflow: hidden; text-align: center; display: -ms-flexbox; -ms-flex-direction: row; -ms-flex-wrap: wrap; display: flex; flex-direction: row; justify-content: space-around; flex-wrap: wrap; }
.mpc-countdown__content.is-countdown { border: 0; background: none; }
.mpc-countdown__section { display: inline-block; margin: 1em 0; -ms-flex: 1 1 auto; flex: 1 1 auto; -webkit-box-sizing: border-box; box-sizing: border-box; }
.mpc-countdown__section h4 { margin: 0; padding: 0; white-space: nowrap; }
.mpc-countdown__section .mpc-main { display: inline-block; white-space: nowrap; }
.mpc-countdown__section .mpc-main > div { display: table; width: 100%; height: 100%; }
.mpc-countdown__section .mpc-main > div div { display: table-cell; vertical-align: middle; } @media screen and (max-width: 992px) { .mpc-countdown__section { margin: 1em; } } .mpc-counter { display: inline-block; -webkit-box-sizing: border-box; box-sizing: border-box; }
.mpc-counter:before, .mpc-counter:after { display: block; content: ""; float: none; clear: both; }
.mpc-counter__content { overflow: hidden; }
.mpc-counter__counter { position: relative; }
.mpc-counter__counter .mpc-counter--target { position: absolute; top: 0; left: 0; width: 100%; text-align: inherit; white-space: nowrap; }
.mpc-counter__counter .mpc-counter--sizer { position: relative; z-index: -1; visibility: hidden; opacity: 0; white-space: nowrap; padding: 0 .05em; }
.mpc-counter__wrap { white-space: nowrap; }
.mpc-counter__wrap .mpc-counter__counter { display: inline-block; }
.mpc-counter__wrap[data-v-align="top"] .mpc-counter__counter, .mpc-counter__wrap[data-v-align="top"] span { vertical-align: top; }
.mpc-counter__wrap[data-v-align="middle"] .mpc-counter__counter, .mpc-counter__wrap[data-v-align="middle"] span { vertical-align: middle; }
.mpc-counter__wrap[data-v-align="bottom"] .mpc-counter__counter, .mpc-counter__wrap[data-v-align="bottom"] span { vertical-align: bottom; }
.mpc-counter__counter { text-align: inherit !important; }
.mpc-counter__heading { padding: 0; text-transform: uppercase; text-align: inherit !important; }
.mpc-counter .mpc-divider { margin: 0 auto .75em auto; }
.mpc-counter .mpc-icon { margin: 0 auto .75em auto; }
.mpc-counter .mpc-icon__wrap.mpc-icon--top { vertical-align: top; }
.mpc-counter .mpc-icon__wrap.mpc-icon--middle { vertical-align: middle; }
.mpc-counter .mpc-icon__wrap.mpc-icon--bottom { vertical-align: bottom; } .mpc-counter--style_1 .mpc-counter__heading { margin: 0; } .mpc-counter--style_2 .mpc-counter__heading { margin: 0; } .mpc-counter--style_3 .mpc-counter__counter { margin: 0; } .mpc-counter--style_4 .mpc-counter__counter { margin: 0; } .mpc-counter--style_5 .mpc-icon__wrap { display: table-cell; margin: 0 0 0 .75em; }
.mpc-counter--style_5 .mpc-icon { margin: 0 0 0 0; }
.mpc-counter--style_5 .mpc-counter__content { display: table-cell; }
.mpc-counter--style_5 .mpc-counter__heading { margin: 0; } .mpc-counter--style_6 { display: table; }
.mpc-counter--style_6 .mpc-icon__wrap { display: table-cell; margin: 0 .75em 0 0; }
.mpc-counter--style_6 .mpc-icon { margin: 0 0 0 0; }
.mpc-counter--style_6 .mpc-counter__content { display: table-cell; }
.mpc-counter--style_6 .mpc-counter__heading { margin: 0; }
.mpc-counter--style_5, .mpc-counter--style_6 { margin-left: auto !important; margin-right: auto !important; }
@media screen and (max-width: 480px) { .mpc-counter__wrap { white-space: normal; }
.mpc-counter__wrap .mpc-counter__counter { display: block; }
.mpc-counter__prefix { margin: 0 0 .5em !important; }
.mpc-counter__suffix { margin: .5em 0 0 !important; } } .mpc-divider { position: relative; display: table; width: 100%; }
.mpc-divider.mpc-align--left { margin-left: 0 !important; margin-right: auto !important; }
.mpc-divider.mpc-align--center { margin-left: auto !important; margin-right: auto !important; }
.mpc-divider.mpc-align--right { margin-left: auto !important; margin-right: 0 !important; }
.mpc-divider__line { display: table-cell; width: 50%; vertical-align: middle; }
.mpc-disable--left .mpc-divider__line.mpc-side--left { display: none; }
.mpc-disable--right .mpc-divider__line.mpc-side--right { display: none; }
.mpc-divider__line > span { border-color: transparent; display: block; }
.mpc-divider__line > span:first-child { margin-top: 0 !important; }
.mpc-divider__separator { display: table-cell; }
.mpc-divider .mpc-divider__content { display: block; padding: 0 10px; white-space: nowrap; }
.mpc-divider .mpc-divider__content img { max-width: none; } .mpc-dropcap { display: inline-block; float: left; } .mpc-grid-anything { -webkit-box-sizing: border-box; box-sizing: border-box; }
.mpc-grid-anything .mpc-grid__item-wrapper { float: left; text-align: center; }
.mpc-grid-anything.mpc-inited .mpc-grid__item-wrapper { float: none !important; }
.mpc-grid-anything a, .mpc-grid-anything a:focus { outline: none; }
.mpc-grid-anything[data-grid-cols="2"] .mpc-grid__item { width: 50%; }
.mpc-grid-anything[data-grid-cols="3"] .mpc-grid__item { width: 33.33%; }
.mpc-grid-anything[data-grid-cols="4"] .mpc-grid__item { width: 25%; }
.mpc-grid-anything[data-grid-cols="5"] .mpc-grid__item { width: 20%; }
.mpc-grid-anything[data-grid-cols="6"] .mpc-grid__item { width: 16.67%; } @media screen and (min-width: 769px) and (max-width: 992px) { .mpc-grid-anything[data-grid-cols="3"] .mpc-grid__item, .mpc-grid-anything[data-grid-cols="4"] .mpc-grid__item, .mpc-grid-anything[data-grid-cols="5"] .mpc-grid__item, .mpc-grid-anything[data-grid-cols="6"] .mpc-grid__item { width: 50%; } }
@media screen and (max-width: 768px) { .mpc-grid-anything[data-grid-cols] .mpc-grid__item { width: 100%; } } .mpc-grid-images { -webkit-box-sizing: border-box; box-sizing: border-box;  }
.mpc-grid-images a, .mpc-grid-images a:focus { outline: none; }
.mpc-grid-images .mpc-item { min-width: 100px; float: left; width: 100%; }
.mpc-grid-images[data-grid-cols="2"] .mpc-item { width: 50%; }
.mpc-grid-images[data-grid-cols="3"] .mpc-item { width: 33.33%; }
.mpc-grid-images[data-grid-cols="4"] .mpc-item { width: 25%; }
.mpc-grid-images[data-grid-cols="5"] .mpc-item { width: 20%; }
.mpc-grid-images[data-grid-cols="6"] .mpc-item { width: 16.67%; }
.mpc-grid-images[data-grid-cols="7"] .mpc-item { width: 14.28%; }
.mpc-grid-images[data-grid-cols="8"] .mpc-item { width: 12.5%; }
.mpc-grid-images .mpc-grid__image { display: block; position: relative; overflow: hidden; cursor: pointer; }
.mpc-grid-images .mpc-grid__image::before { position: absolute; z-index: 2; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; display: block; content: ''; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: inherit; transition: inherit; }
.mpc-grid-images img { width: 100%; height: auto; display: block; }
.mpc-grid-images .mpc-icon-anchor { display: inline-block; vertical-align: bottom; text-align: center; -webkit-transition: all .25s; transition: all .25s; }
.mpc-grid-images .mpc-icon-anchor i { display: block; vertical-align: bottom; width: 1.35em; height: 1.35em; line-height: 1.35em; font-style: normal; -webkit-transition: inherit; transition: inherit; }
.mpc-grid-images .mpc-icon-anchor i.mpc-icon--image, .mpc-grid-images .mpc-icon-anchor i.mpc-icon--character { width: auto; }
.mpc-grid-images .mpc-item-overlay { position: absolute; width: 100%; height: 100%; z-index: 5; visibility: hidden; }
.mpc-grid-images .mpc-overlay--vertical-wrap { display: table; width: 100%; height: 100%; }
.mpc-grid-images .mpc-overlay--vertical { display: table-cell; vertical-align: middle; text-align: center; width: 100%; height: 100%; }
.mpc-grid-images.mpc-overlay--fade .mpc-item-overlay, .mpc-grid-images.mpc-overlay--none .mpc-item-overlay { top: 0; left: 0; opacity: 0; }
.mpc-grid-images.mpc-overlay--slide-up .mpc-item-overlay { top: 100%; left: 0; }
.mpc-grid-images.mpc-overlay--slide-down .mpc-item-overlay { top: -100%; left: 0; }
.mpc-grid-images.mpc-overlay--slide-left .mpc-item-overlay { top: 0; left: 100%; }
.mpc-grid-images.mpc-overlay--slide-right .mpc-item-overlay { top: 0; left: -100%; } .mpc-grid__image:hover { }
.mpc-grid__image:hover .mpc-item-overlay { visibility: visible; }
.mpc-overlay--fade .mpc-grid__image:hover .mpc-item-overlay, .mpc-overlay--none .mpc-grid__image:hover .mpc-item-overlay { opacity: 1; }
.mpc-overlay--slide-up .mpc-grid__image:hover .mpc-item-overlay, .mpc-overlay--slide-down .mpc-grid__image:hover .mpc-item-overlay { top: 0; }
.mpc-overlay--slide-left .mpc-grid__image:hover .mpc-item-overlay, .mpc-overlay--slide-right .mpc-grid__image:hover .mpc-item-overlay { left: 0; }
[data-align^=top] .mpc-overlay--vertical { vertical-align: top; }
[data-align^=middle] .mpc-overlay--vertical { vertical-align: middle; }
[data-align^=bottom] .mpc-overlay--vertical { vertical-align: bottom; }
[data-align$=left] .mpc-overlay--vertical { text-align: left; }
[data-align$=center] .mpc-overlay--vertical { text-align: center; }
[data-align$=right] .mpc-overlay--vertical { text-align: right; } @media screen and (min-width: 768px) and (max-width: 992px) { .mpc-grid-images[data-grid-cols="4"] .mpc-item, .mpc-grid-images[data-grid-cols="5"] .mpc-item, .mpc-grid-images[data-grid-cols="6"] .mpc-item { width: 33.33%; }
.mpc-grid-images[data-grid-cols="7"] .mpc-item, .mpc-grid-images[data-grid-cols="8"] .mpc-item { width: 25%; } }
@media screen and (max-width: 767px) { .mpc-grid-images[data-grid-cols="3"] .mpc-item, .mpc-grid-images[data-grid-cols="4"] .mpc-item { width: 50%; }
.mpc-grid-images[data-grid-cols="5"] .mpc-item, .mpc-grid-images[data-grid-cols="6"] .mpc-item { width: 33.33%; }
.mpc-grid-images[data-grid-cols="7"] .mpc-item, .mpc-grid-images[data-grid-cols="8"] .mpc-item { width: 25%; } }
@media screen and (max-width: 480px) { .mpc-grid-images[data-grid-cols] .mpc-item { width: 100%; }
.mpc-grid-images[data-grid-cols="5"] .mpc-item, .mpc-grid-images[data-grid-cols="6"] .mpc-item, .mpc-grid-images[data-grid-cols="7"] .mpc-item, .mpc-grid-images[data-grid-cols="8"] .mpc-item { width: 50%; } } .mpc-grid-posts { -webkit-box-sizing: border-box; box-sizing: border-box; }
.mpc-grid-posts .mpc-post { display: block; float: left; min-width: 150px; }
.mpc-grid-posts[data-grid-cols="1"] .mpc-post, .mpc-grid-posts[data-grid-cols="1"] .mpc-grid-sizer { width: 100%; }
.mpc-grid-posts[data-grid-cols="2"] .mpc-post, .mpc-grid-posts[data-grid-cols="2"] .mpc-grid-sizer { width: 50%; }
.mpc-grid-posts[data-grid-cols="3"] .mpc-post, .mpc-grid-posts[data-grid-cols="3"] .mpc-grid-sizer { width: 33.33%; }
.mpc-grid-posts[data-grid-cols="4"] .mpc-post, .mpc-grid-posts[data-grid-cols="4"] .mpc-grid-sizer { width: 25%; }
.mpc-grid-posts[data-grid-cols="5"] .mpc-post, .mpc-grid-posts[data-grid-cols="5"] .mpc-grid-sizer { width: 20%; }
.mpc-template[data-template="mpc-post"] { display: none; }
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition { -webkit-transition-duration: 0s !important; transition-duration: 0s !important; } @media screen and (min-width: 993px) and (max-width: 1199px) { .mpc-grid-posts[data-grid-cols="4"] .mpc-post, .mpc-grid-posts[data-grid-cols="4"] .mpc-grid-sizer, .mpc-grid-posts[data-grid-cols="5"] .mpc-post, .mpc-grid-posts[data-grid-cols="5"] .mpc-grid-sizer { width: 33.33%; } }
@media screen and (min-width: 768px) and (max-width: 992px) { .mpc-grid-posts[data-grid-cols="3"] .mpc-post, .mpc-grid-posts[data-grid-cols="3"] .mpc-grid-sizer, .mpc-grid-posts[data-grid-cols="4"] .mpc-post, .mpc-grid-posts[data-grid-cols="4"] .mpc-grid-sizer, .mpc-grid-posts[data-grid-cols="5"] .mpc-post, .mpc-grid-posts[data-grid-cols="5"] .mpc-grid-sizer { width: 50%; min-width: 50%; } }
@media screen and (max-width: 767px) { .mpc-grid-posts[data-grid-cols] .mpc-post, .mpc-grid-posts[data-grid-cols] .mpc-grid-sizer { width: 100%; } } .mpc-interactive_image .mpc-hotspot { position: absolute; line-height: 1; transform: translateX(-50%) translateY(-50%); }
.mpc-interactive_image .mpc-hotspot.mpc-active { z-index: 2; }
.mpc-hotspot .mpc-icon-type--image, .mpc-hotspot .mpc-icon-type--character { display: block; }
.mpc-hotspot .mpc-icon-type--icon { width: 1.2em; line-height: 1.2; text-align: center; display: block; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
.mpc-hotspot img { max-width: none; } .vc_mpc_hotspot.vc_element { position: absolute !important; display: inline-block !important; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }
.vc_mpc_hotspot.vc_element .mpc-hotspot { position: initial; top: 0 !important; left: 0 !important; -webkit-transform: none; transform: none; }
.vc_mpc_hotspot.vc_element .vc_controls > .vc_controls-cc { height: 30px; top: initial; bottom: 0; -webkit-transform: translate(-50%, 100%); -ms-transform: translate(-50%, 100%); transform: translate(-50%, 100%); } .mpc-icon { display: inline-block; text-align: center; line-height: 1em; vertical-align: middle; max-width: 100%; overflow: hidden; z-index: 1; transform: translate3d(0, 0, 0); }
.mpc-icon-part { font-style: normal; }
.mpc-icon-wrap { position: relative; overflow: hidden; }
.mpc-icon .mpc-regular, .mpc-icon .mpc-hover { position: relative; display: block; width: auto; top: 0; left: 0; }
.mpc-icon .mpc-regular img, .mpc-icon .mpc-hover img { display: block; max-width: 100%; }
.mpc-icon:not(.mpc-icon--image) .mpc-regular, .mpc-icon:not(.mpc-icon--image) .mpc-hover { width: 1.35em; height: 1.35em; line-height: 1.35em; }
.mpc-icon.mpc-icon--character .mpc-regular, .mpc-icon.mpc-icon--character .mpc-hover { width: auto; min-width: 1.35em; }
.mpc-icon.mpc-effect-none .mpc-regular, .mpc-icon.mpc-effect-none .mpc-hover { -webkit-transition: none; transition: none; }
.mpc-icon .mpc-hover { position: absolute; width: 100%; height: 100%; }
.mpc-icon-hover.mpc-effect-slide-up .mpc-hover { transform: translate(0, -100%); }
.mpc-icon-hover.mpc-effect-slide-up .mpc-regular { transform: translate(0, 0); }
.mpc-icon-hover.mpc-effect-slide-up:hover .mpc-hover, .mpc-parent-hover:hover .mpc-icon-hover.mpc-effect-slide-up .mpc-hover, .mpc-active .mpc-icon-hover.mpc-effect-slide-up .mpc-hover { transform: translate(0, 0); }
.mpc-icon-hover.mpc-effect-slide-up:hover .mpc-regular, .mpc-parent-hover:hover .mpc-icon-hover.mpc-effect-slide-up .mpc-regular, .mpc-active .mpc-icon-hover.mpc-effect-slide-up .mpc-regular { transform: translate(0, 100%); }
.mpc-icon-hover.mpc-effect-slide-down .mpc-hover { transform: translate(0, 100%); }
.mpc-icon-hover.mpc-effect-slide-down .mpc-regular { transform: translate(0, 0); }
.mpc-icon-hover.mpc-effect-slide-down:hover .mpc-hover, .mpc-parent-hover:hover .mpc-icon-hover.mpc-effect-slide-down .mpc-hover, .mpc-active .mpc-icon-hover.mpc-effect-slide-down .mpc-hover { transform: translate(0%, 0); }
.mpc-icon-hover.mpc-effect-slide-down:hover .mpc-regular, .mpc-parent-hover:hover .mpc-icon-hover.mpc-effect-slide-down .mpc-regular, .mpc-active .mpc-icon-hover.mpc-effect-slide-down .mpc-regular { transform: translate(0, -100%); }
.mpc-icon-hover.mpc-effect-slide-left .mpc-hover { transform: translate(-100%, 0); }
.mpc-icon-hover.mpc-effect-slide-left .mpc-regular { transform: translate(0, 0); }
.mpc-icon-hover.mpc-effect-slide-left:hover .mpc-hover, .mpc-parent-hover:hover .mpc-icon-hover.mpc-effect-slide-left .mpc-hover, .mpc-active .mpc-icon-hover.mpc-effect-slide-left .mpc-hover { transform: translate(0, 0); }
.mpc-icon-hover.mpc-effect-slide-left:hover .mpc-regular, .mpc-parent-hover:hover .mpc-icon-hover.mpc-effect-slide-left .mpc-regular, .mpc-active .mpc-icon-hover.mpc-effect-slide-left .mpc-regular { transform: translate(100%, 0); }
.mpc-icon-hover.mpc-effect-slide-right .mpc-hover { transform: translate(100%, 0); }
.mpc-icon-hover.mpc-effect-slide-right .mpc-regular { transform: translate(0, 0); }
.mpc-icon-hover.mpc-effect-slide-right:hover .mpc-hover, .mpc-parent-hover:hover .mpc-icon-hover.mpc-effect-slide-right .mpc-hover, .mpc-active .mpc-icon-hover.mpc-effect-slide-right .mpc-hover { transform: translate(0, 0); }
.mpc-icon-hover.mpc-effect-slide-right:hover .mpc-regular, .mpc-parent-hover:hover .mpc-icon-hover.mpc-effect-slide-right .mpc-regular, .mpc-active .mpc-icon-hover.mpc-effect-slide-right .mpc-regular { transform: translate(-100%, 0); }
.mpc-icon-hover.mpc-effect-none .mpc-hover, .mpc-icon-hover.mpc-effect-fade .mpc-hover { opacity: 0; }
.mpc-icon-hover.mpc-effect-none .mpc-regular, .mpc-icon-hover.mpc-effect-fade .mpc-regular { opacity: 1; }
.mpc-icon-hover.mpc-effect-none:hover .mpc-hover, .mpc-parent-hover:hover .mpc-icon-hover.mpc-effect-none .mpc-hover, .mpc-active .mpc-icon-hover.mpc-effect-none .mpc-hover, .mpc-icon-hover.mpc-effect-fade:hover .mpc-hover, .mpc-parent-hover:hover .mpc-icon-hover.mpc-effect-fade .mpc-hover, .mpc-active .mpc-icon-hover.mpc-effect-fade .mpc-hover { opacity: 1; }
.mpc-icon-hover.mpc-effect-none:hover .mpc-regular, .mpc-parent-hover:hover .mpc-icon-hover.mpc-effect-none .mpc-regular, .mpc-active .mpc-icon-hover.mpc-effect-none .mpc-regular, .mpc-icon-hover.mpc-effect-fade:hover .mpc-regular, .mpc-parent-hover:hover .mpc-icon-hover.mpc-effect-fade .mpc-regular, .mpc-active .mpc-icon-hover.mpc-effect-fade .mpc-regular { opacity: 0; } .mpc-icon-list { display: block; overflow: hidden; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.mpc-icon-list.mpc-icon--right .mpc-list__icon { order: 1; }
.mpc-icon-list .mpc-icon .mpc-regular img, .mpc-icon-list .mpc-icon .mpc-hover img { max-width: initial; }
.mpc-list__ul, .mpc-list__ul .mpc-list__item { display: block; list-style: none; margin: 0; padding: 0; font: inherit; }
.mpc-list__ul .mpc-list__item { display: -ms-flexbox; display: flex; align-items: center; }
.mpc-list__ul .mpc-list__item:before, .mpc-list__ul .mpc-list__item:after { content: "" !important; border: 0 !important; position: static !important; }
.mpc-list__title { flex-grow: 1; margin: 0; font: inherit; cursor: default; }
.mpc-list__title a { font: inherit; color: inherit !important; -webkit-transition: inherit; transition: inherit; }
.mpc-list__icon { display: inline-block; font: inherit; flex: 0 0 auto; } .mpc-icon-column { display: block; -webkit-box-sizing: border-box; box-sizing: border-box; }
.mpc-icon-column:before, .mpc-icon-column:after { display: block; content: ""; float: none; clear: both; }
.mpc-icon-column.mpc-icon-column--style_2, .mpc-icon-column.mpc-icon-column--style_4, .mpc-icon-column.mpc-icon-column--style_6 { position: relative; }
.mpc-icon-column__content { overflow: hidden; }
.mpc-icon-column__content .mpc-icon-column__description { padding: 0; margin: 0; }
.mpc-icon-column__content .mpc-icon-column__description p:first-child { margin-top: 0 !important; }
.mpc-icon-column__content .mpc-icon-column__description p:last-child { margin-bottom: 0 !important; }
.mpc-icon-column__content .mpc-icon-column__heading { padding: 0; margin: 0 0 .75em 0; text-transform: uppercase; }
.mpc-icon-column .mpc-divider { margin: 0 0 .75em 0; }  .mpc-icon-column--style_2 { padding-top: 0 !important; }
.mpc-icon-column--style_2 .mpc-icon { position: relative; top: 0; } .mpc-icon-column--style_3 .mpc-icon { float: left; margin: 0 .75em 0 0; } .mpc-icon-column--style_4 .mpc-icon { position: relative; left: 0; float: left; } .mpc-icon-column--style_5 .mpc-icon { float: right; margin: 0 0 0 .75em; } .mpc-icon-column--style_6 .mpc-icon { position: relative; right: 0; float: right; } @media screen and (min-width: 768px) { .vc_col-sm-12 .mpc-icon-column--style_4, .vc_col-sm-6 .mpc-icon-column--style_4 { padding-left: 0 !important; }
.vc_col-sm-12 .mpc-icon-column--style_6, .vc_col-sm-6 .mpc-icon-column--style_6 { padding-right: 0 !important; } }
@media screen and (min-width: 992px) { .mpc-icon-column--style_4 { padding-left: 0 !important; }
.mpc-icon-column--style_6 { padding-right: 0 !important; } }
@media screen and (min-width: 768px) and (max-width: 992px) { .mpc-column:not(.vc_col-sm-12):not(.vc_col-sm-6) .mpc-icon-column, .mpc-column:not(.vc_col-sm-12):not(.vc_col-sm-6) .mpc-icon-column__content .mpc-icon-column__heading, .mpc-column:not(.vc_col-sm-12):not(.vc_col-sm-6) .mpc-icon-column__content .mpc-icon-column__description { text-align: center !important; }
.mpc-column:not(.vc_col-sm-12):not(.vc_col-sm-6) .mpc-icon-column--style_3 .mpc-icon, .mpc-column:not(.vc_col-sm-12):not(.vc_col-sm-6) .mpc-icon-column--style_5 .mpc-icon, .mpc-column:not(.vc_col-sm-12):not(.vc_col-sm-6) .mpc-icon-column--style_4 .mpc-icon, .mpc-column:not(.vc_col-sm-12):not(.vc_col-sm-6) .mpc-icon-column--style_6 .mpc-icon { float: none; position: static; }
.mpc-column:not(.vc_col-sm-12):not(.vc_col-sm-6) .mpc-icon-column--style_3 .mpc-icon, .mpc-column:not(.vc_col-sm-12):not(.vc_col-sm-6) .mpc-icon-column--style_3 .mpc-divider, .mpc-column:not(.vc_col-sm-12):not(.vc_col-sm-6) .mpc-icon-column--style_3 .mpc-icon-column__heading, .mpc-column:not(.vc_col-sm-12):not(.vc_col-sm-6) .mpc-icon-column--style_3 .mpc-icon-column__description, .mpc-column:not(.vc_col-sm-12):not(.vc_col-sm-6) .mpc-icon-column--style_5 .mpc-icon, .mpc-column:not(.vc_col-sm-12):not(.vc_col-sm-6) .mpc-icon-column--style_5 .mpc-divider, .mpc-column:not(.vc_col-sm-12):not(.vc_col-sm-6) .mpc-icon-column--style_5 .mpc-icon-column__heading, .mpc-column:not(.vc_col-sm-12):not(.vc_col-sm-6) .mpc-icon-column--style_5 .mpc-icon-column__description, .mpc-column:not(.vc_col-sm-12):not(.vc_col-sm-6) .mpc-icon-column--style_4 .mpc-icon, .mpc-column:not(.vc_col-sm-12):not(.vc_col-sm-6) .mpc-icon-column--style_4 .mpc-divider, .mpc-column:not(.vc_col-sm-12):not(.vc_col-sm-6) .mpc-icon-column--style_4 .mpc-icon-column__heading, .mpc-column:not(.vc_col-sm-12):not(.vc_col-sm-6) .mpc-icon-column--style_4 .mpc-icon-column__description, .mpc-column:not(.vc_col-sm-12):not(.vc_col-sm-6) .mpc-icon-column--style_6 .mpc-icon, .mpc-column:not(.vc_col-sm-12):not(.vc_col-sm-6) .mpc-icon-column--style_6 .mpc-divider, .mpc-column:not(.vc_col-sm-12):not(.vc_col-sm-6) .mpc-icon-column--style_6 .mpc-icon-column__heading, .mpc-column:not(.vc_col-sm-12):not(.vc_col-sm-6) .mpc-icon-column--style_6 .mpc-icon-column__description { margin: .5em auto !important; }
.mpc-column:not(.vc_col-sm-12):not(.vc_col-sm-6) .mpc-icon-column--style_3 > *:first-child, .mpc-column:not(.vc_col-sm-12):not(.vc_col-sm-6) .mpc-icon-column--style_5 > *:first-child, .mpc-column:not(.vc_col-sm-12):not(.vc_col-sm-6) .mpc-icon-column--style_4 > *:first-child, .mpc-column:not(.vc_col-sm-12):not(.vc_col-sm-6) .mpc-icon-column--style_6 > *:first-child { margin-top: 0 !important; }
.mpc-column:not(.vc_col-sm-12):not(.vc_col-sm-6) .mpc-icon-column--style_3 > *:last-child, .mpc-column:not(.vc_col-sm-12):not(.vc_col-sm-6) .mpc-icon-column--style_5 > *:last-child, .mpc-column:not(.vc_col-sm-12):not(.vc_col-sm-6) .mpc-icon-column--style_4 > *:last-child, .mpc-column:not(.vc_col-sm-12):not(.vc_col-sm-6) .mpc-icon-column--style_6 > *:last-child { margin-bottom: 0 !important; } }
@media screen and (max-width: 768px) { .mpc-icon-column, .mpc-icon-column__content .mpc-icon-column__heading, .mpc-icon-column__content .mpc-icon-column__description { text-align: center !important; }
.mpc-icon-column--style_3 .mpc-icon, .mpc-icon-column--style_5 .mpc-icon, .mpc-icon-column--style_4 .mpc-icon, .mpc-icon-column--style_6 .mpc-icon { float: none; position: static; }
.mpc-icon-column--style_3 .mpc-icon, .mpc-icon-column--style_3 .mpc-divider, .mpc-icon-column--style_3 .mpc-icon-column__heading, .mpc-icon-column--style_3 .mpc-icon-column__description, .mpc-icon-column--style_5 .mpc-icon, .mpc-icon-column--style_5 .mpc-divider, .mpc-icon-column--style_5 .mpc-icon-column__heading, .mpc-icon-column--style_5 .mpc-icon-column__description, .mpc-icon-column--style_4 .mpc-icon, .mpc-icon-column--style_4 .mpc-divider, .mpc-icon-column--style_4 .mpc-icon-column__heading, .mpc-icon-column--style_4 .mpc-icon-column__description, .mpc-icon-column--style_6 .mpc-icon, .mpc-icon-column--style_6 .mpc-divider, .mpc-icon-column--style_6 .mpc-icon-column__heading, .mpc-icon-column--style_6 .mpc-icon-column__description { margin: .5em auto !important; }
.mpc-icon-column--style_3 > *:first-child, .mpc-icon-column--style_5 > *:first-child, .mpc-icon-column--style_4 > *:first-child, .mpc-icon-column--style_6 > *:first-child { margin-top: 0 !important; }
.mpc-icon-column--style_3 > *:last-child, .mpc-icon-column--style_5 > *:last-child, .mpc-icon-column--style_4 > *:last-child, .mpc-icon-column--style_6 > *:last-child { margin-bottom: 0 !important; }
.mpc-icon-column .mpc-divider { margin: 0 auto !important; }
.mpc-icon-column--style_4, .mpc-icon-column--style_6 { padding: 2em !important; } } a.mpc-icon-column { text-decoration: none; } @media screen and (max-width: 480px) { .mpc-ihover-wrapper .mpc-ihover-item { margin-left: 0 !important; margin-right: 0 !important; } } .mpc-ihover-wrapper .ih-item.circle.effect17:hover .img:before { box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3) !important; opacity: 0; } .vc_mpc_ihover.vc_element .vc_controls > .vc_controls-out-tl { left: initial; right: 0; }
.vc_element.vc_mpc_ihover_item { display: inline-block !important; } .mpc-ihover-item > a { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
.mpc-ihover-item .mpc-image-box { width: 100%; height: 100%; background-size: cover; background-position: center; }
.mpc-ihover-divider-wrap { line-height: 0; }
.mpc-ihover-divider { display: inline-block; vertical-align: top; } .mpc-image { display: inline-block; overflow: hidden; vertical-align: bottom; max-width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box;   }
.mpc-image:focus, .mpc-image *:focus { outline: none; -webkit-outline: none; }
.mpc-image img { display: block; }
.mpc-image.mpc-fullwidth, .mpc-ribbon-wrap > .mpc-image { width: 100%; }
.mpc-image.mpc-fullwidth img, .mpc-ribbon-wrap > .mpc-image img { width: 100%; height: auto; }
.mpc-image .mpc-item { position: relative; overflow: hidden; display: block; z-index: 1; }
.mpc-image .mpc-item::before { position: absolute; z-index: 2; top: 0; left: 0; bottom: 0; right: 0; display: block; content: ''; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: inherit; transition: inherit; }
.mpc-image .mpc-icon-anchor { display: inline-block; vertical-align: bottom; text-align: center; cursor: pointer; -webkit-transition: all .25s; transition: all .25s; }
.mpc-image .mpc-icon-anchor i { display: block; vertical-align: bottom; width: 1.35em; height: 1.35em; line-height: 1.35em; font-style: normal; -webkit-transition: inherit; transition: inherit; }
.mpc-image .mpc-icon-anchor i.mpc-icon--image, .mpc-image .mpc-icon-anchor i.mpc-icon--character { width: auto; }
.mpc-image .mpc-item-overlay { position: absolute; width: 100%; height: 100%; z-index: 5; visibility: hidden; }
.mpc-image .mpc-overlay--vertical-wrap { display: table; width: 100%; height: 100%; }
.mpc-image .mpc-overlay--vertical { display: table-cell; vertical-align: middle; text-align: center; width: 100%; height: 100%; }
.mpc-image.mpc-overlay--fade .mpc-item-overlay, .mpc-image.mpc-overlay--none .mpc-item-overlay { top: 0; left: 0; opacity: 0; }
.mpc-image.mpc-overlay--slide-up .mpc-item-overlay { top: 100%; left: 0; }
.mpc-image.mpc-overlay--slide-down .mpc-item-overlay { top: -100%; left: 0; }
.mpc-image.mpc-overlay--slide-left .mpc-item-overlay { top: 0; left: 100%; }
.mpc-image.mpc-overlay--slide-right .mpc-item-overlay { top: 0; left: -100%; }
.mpc-image.mpc-interactive-banner-fix .mpc-icon-anchor i.mpc-icon--character { height: auto; } .mpc-image:hover { }
.mpc-image:hover .mpc-item-overlay { visibility: visible; }
.mpc-image:hover.mpc-overlay--fade .mpc-item-overlay, .mpc-image:hover.mpc-overlay--none .mpc-item-overlay { opacity: 1; }
.mpc-image:hover.mpc-overlay--slide-up .mpc-item-overlay, .mpc-image:hover.mpc-overlay--slide-down .mpc-item-overlay { top: 0; }
.mpc-image:hover.mpc-overlay--slide-left .mpc-item-overlay, .mpc-image:hover.mpc-overlay--slide-right .mpc-item-overlay { left: 0; }
[data-align^="top"] .mpc-overlay--vertical { vertical-align: top; }
[data-align^="middle"] .mpc-overlay--vertical { vertical-align: middle; }
[data-align^="bottom"] .mpc-overlay--vertical { vertical-align: bottom; }
[data-align$="left"] .mpc-overlay--vertical { text-align: left; }
[data-align$="center"] .mpc-overlay--vertical { text-align: center; }
[data-align$="right"] .mpc-overlay--vertical { text-align: right; } .mpc-interactive_image { position: relative; }
.mpc-interactive_image-wrap { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.mpc-interactive_image__image { width: 100%; height: auto; display: block; } .vc_mpc_interactive_image.vc_element .vc_controls > .vc_controls-out-tl { left: initial; right: 0; } .mpc-lightbox { display: inline-block; -webkit-box-sizing: border-box; box-sizing: border-box; }
.mpc-lightbox.mpc-display--block .mpc-button { display: block; } .mpc-mailchimp .mc4wp-form-fields > p { margin: 0; padding: 5px 0; }
.mpc-mailchimp form { margin: 0; }
.mpc-mailchimp input, .mpc-mailchimp select { outline: none; margin: 0; width: 100%; max-width: none; box-shadow: none; -webkit-transition: all .25s; transition: all .25s; }
.mpc-mailchimp input:focus, .mpc-mailchimp select:focus { box-shadow: none; }
.mpc-mailchimp input[type="checkbox"], .mpc-mailchimp input[type="radio"] { width: auto; margin: 0 .5em; vertical-align: middle; }
.mpc-mailchimp.mpc-submit--small input[type="submit"] { width: auto; }
.mpc-mailchimp[data-align="left"] .mpc-submit-wrap { text-align: left; }
.mpc-mailchimp[data-align="center"] .mpc-submit-wrap { text-align: center; }
.mpc-mailchimp[data-align="right"] .mpc-submit-wrap { text-align: right; }
.mpc-mailchimp label { display: block; }
.mpc-mailchimp label.mpc-input-wrap span { color: inherit; font-size: inherit; line-height: inherit; text-align: inherit; text-transform: inherit; vertical-align: middle; }
.mpc-mailchimp .mc4wp-response p { margin: 0; } .mpc-map-wrap .mpc-map { padding-bottom: 56.25%; height: 100%; }
.mpc-map-wrap.mpc-custom-height .mpc-map, .mpc-map-wrap.mpc-empty .mpc-map { padding-bottom: 0; }
.mpc-map-wrap img { max-width: none; }
.mpc-map-wrap .mpc-error { display: none; padding: 10px 15px; background-color: #FCF5F6; color: #df5461; border-radius: 3px; font-weight: bold; } .vc_mpc_map.vc_element .vc_controls > .vc_controls-out-tl { left: initial; right: 0; }  .mpc-markers { position: absolute; max-width: 250px; max-height: 90%; top: 10px; right: 10px; z-index: 10; list-style: none; margin: 0; padding: 0; border-radius: 4px; overflow: auto; background: rgba(255, 255, 255, 0.8); opacity: .7; -webkit-transition: opacity .25s; transition: opacity .25s; }
.mpc-markers:hover { opacity: 1; }
.mpc-marker-title { display: block; line-height: 30px; font-size: 12px; text-align: center; color: #fff; background-color: #f9b418; }
.mpc-marker-title img { width: 16px; margin-top: -2px; vertical-align: middle; margin-right: 5px; }
.mpc-markers .mpc-marker { padding: 8px 5px; margin: 0 5px; border-bottom: 1px solid #ddd; }
.mpc-markers .mpc-marker img { width: 20px; margin-right: 10px; vertical-align: middle; } .mpc-modal { position: relative; display: inline-block; }
.mpc-modal__close { position: absolute; right: 0; top: 0; z-index: 1000; cursor: pointer; }
.mpc-modal__close .mpc-icon { margin: 0 !important; }
.mpc-modal__content { max-width: 90vw; max-height: 90vh; overflow-x: hidden; overflow-y: auto; }
.mpc-modal__content > *:last-child { margin-bottom: 0; }
html.mpc-block-scroll, body.mpc-block-scroll { overflow: hidden !important; height: auto !important; } .mpc-modal-overlay { position: fixed; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; opacity: 0; visibility: hidden; z-index: -1; -webkit-transition: all .25s; transition: all .25s; }
.mpc-modal-overlay.mpc-visible { visibility: visible; opacity: 1; z-index: 1000000; }
.mpc-modal-overlay:before { content: ''; display: inline-block; width: 0; height: 100%; }
.mpc-modal-overlay .mpc-inited, .mpc-modal-overlay .mpc-inited * { visibility: inherit; }
.mpc-overlay__wrapper { position: relative; display: table; width: 100%; height: 100%; }
.mpc-overlay__wrapper--vertical { display: table-cell; } .mpc-modal-overlay[data-position^=top]:before, .mpc-modal-overlay[data-position^=top] .mpc-modal { vertical-align: top; }
.mpc-modal-overlay[data-position^=middle]:before, .mpc-modal-overlay[data-position^=middle] .mpc-modal { vertical-align: middle; }
.mpc-modal-overlay[data-position^=bottom]:before, .mpc-modal-overlay[data-position^=bottom] .mpc-modal { vertical-align: bottom; }
.mpc-modal-overlay[data-position$=left] { text-align: left; }
.mpc-modal-overlay[data-position$=center] { text-align: center; }
.mpc-modal-overlay[data-position$=right] { text-align: right; } @media screen and (max-width: 768px) { .mpc-modal-overlay .mpc-modal.mpc-modal .mpc-modal__content { max-height: 80vh; max-width: 80vw; }
.mpc-close--outside .mpc-modal__close { margin: 0 !important; }
.mpc-modal-overlay:before, .mpc-modal-overlay .mpc-modal { vertical-align: middle !important; margin: 0 !important; }
.mpc-modal-overlay { text-align: center !important; } }  html.mpc-block-scroll-bridge, body.mpc-block-scroll-bridge { overflow: hidden !important; }
html.mpc-block-scroll-bridge .container, html.mpc-block-scroll-bridge .content, html.mpc-block-scroll-bridge .full_width, html.mpc-block-scroll-bridge .title, html.mpc-block-scroll-bridge .wrapper, html.mpc-block-scroll-bridge header, html.mpc-block-scroll-bridge .header_inner_left, html.mpc-block-scroll-bridge .header_inner_right, html.mpc-block-scroll-bridge .full_section_inner, body.mpc-block-scroll-bridge .container, body.mpc-block-scroll-bridge .content, body.mpc-block-scroll-bridge .full_width, body.mpc-block-scroll-bridge .title, body.mpc-block-scroll-bridge .wrapper, body.mpc-block-scroll-bridge header, body.mpc-block-scroll-bridge .header_inner_left, body.mpc-block-scroll-bridge .header_inner_right, body.mpc-block-scroll-bridge .full_section_inner { z-index: initial; } html.mpc-block-scroll body.mpc-salient-theme .mpc-row-modal { z-index: 101 !important; } .mpc-navigation { display: block; pointer-events: none; z-index: 1; direction: initial; }
.mpc-navigation.mpc-on-hover { opacity: 0 !important; -webkit-transition: .25s all; transition: .25s all; }
.mpc-navigation .mpc-nav__icon:focus { outline: none; }
.mpc-navigation .mpc-nav__arrow { -webkit-transition: -webkit-transform .25s; transition: transform .25s; }
.mpc-navigation .mpc-nav__arrow.slick-disabled .mpc-nav__icon { opacity: .5 !important; pointer-events: none; cursor: default; }
.mpc-navigation i { overflow: hidden; transform: translate3d(0, 0, 0); position: relative; pointer-events: initial; display: block; cursor: pointer; -webkit-transition: inherit; transition: inherit; }
.mpc-navigation i:before { position: relative; z-index: 2; }
.mpc-carousel__wrapper:hover .mpc-navigation.mpc-on-hover { opacity: 1 !important; }
.mpc-nav__background { position: absolute; z-index: -1; opacity: 0; }
.mpc-nav__icon i:hover .mpc-nav__background { opacity: 1; }
.mpc-nav__background.mpc-effect-type--fade.mpc-effect-side--in { top: 0; bottom: 0; left: 0; right: 0; }
.mpc-nav__background.mpc-effect-type--slide.mpc-effect-side--top { top: -100%; left: 0; width: 100%; height: 100%; }
.mpc-nav__icon i:hover .mpc-nav__background.mpc-effect-type--slide.mpc-effect-side--top { top: 0; }
.mpc-nav__background.mpc-effect-type--slide.mpc-effect-side--right { top: 0; left: 100%; width: 100%; height: 100%; }
.mpc-nav__icon i:hover .mpc-nav__background.mpc-effect-type--slide.mpc-effect-side--right { left: 0; }
.mpc-nav__background.mpc-effect-type--slide.mpc-effect-side--bottom { top: 100%; left: 0; width: 100%; height: 100%; }
.mpc-nav__icon i:hover .mpc-nav__background.mpc-effect-type--slide.mpc-effect-side--bottom { top: 0; }
.mpc-nav__background.mpc-effect-type--slide.mpc-effect-side--left { top: 0; left: -100%; width: 100%; height: 100%; }
.mpc-nav__icon i:hover .mpc-nav__background.mpc-effect-type--slide.mpc-effect-side--left { left: 0; }
.mpc-nav__background.mpc-effect-type--expand.mpc-effect-side--horizontal { top: 0; bottom: 0; left: 50%; right: 50%; }
.mpc-nav__icon i:hover .mpc-nav__background.mpc-effect-type--expand.mpc-effect-side--horizontal { left: 5%; right: 5%; }
.mpc-nav__background.mpc-effect-type--expand.mpc-effect-side--vertical { top: 50%; bottom: 50%; left: 0; right: 0; }
.mpc-nav__icon i:hover .mpc-nav__background.mpc-effect-type--expand.mpc-effect-side--vertical { top: 5%; bottom: 5%; }
.mpc-nav__background.mpc-effect-type--expand.mpc-effect-side--diagonal_left { top: 50%; bottom: 50%; left: -20%; right: -20%; transform: rotate(45deg); }
.mpc-nav__icon i:hover .mpc-nav__background.mpc-effect-type--expand.mpc-effect-side--diagonal_left { top: -60%; bottom: -60%; }
.mpc-nav__background.mpc-effect-type--expand.mpc-effect-side--diagonal_right { top: 50%; bottom: 50%; left: -20%; right: -20%; transform: rotate(-45deg); }
.mpc-nav__icon i:hover .mpc-nav__background.mpc-effect-type--expand.mpc-effect-side--diagonal_right { top: -60%; bottom: -60%; }
.mpc-navigation--style_1, .mpc-navigation--style_2 { width: 100%; }
.mpc-navigation--style_1 .mpc-nav__arrow, .mpc-navigation--style_2 .mpc-nav__arrow { display: inline-block !important; } .mpc-navigation--style_3 { position: absolute; top: 0; width: auto; height: 100%; }
.mpc-navigation--style_3:first-child { left: 0; }
.mpc-navigation--style_3:last-child { right: 0; }
.mpc-navigation--style_3 .mpc-nav__arrow { height: 100%; display: table; }
.mpc-navigation--style_3 .mpc-nav__arrow .mpc-nav__icon { display: table-cell; height: 100%; vertical-align: middle; text-align: center; } .mpc-navigation--style_4 { position: absolute; top: 0; width: auto; height: 100%; }
.mpc-navigation--style_4:first-child { left: 0; }
.mpc-navigation--style_4:last-child { right: 0; }
.mpc-navigation--style_4 .mpc-nav__arrow { height: 100%; display: table; }
.mpc-navigation--style_4 .mpc-nav__arrow .mpc-nav__icon { display: table-cell; height: 100%; vertical-align: middle; text-align: center; }
.mpc-navigation--style_4 .mpc-nav__arrow { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.mpc-waypoint--init .mpc-navigation--style_4 .mpcslick-prev { -webkit-transform: translate3d(-50%, 0, 0); transform: translate3d(-50%, 0, 0); }
.mpc-waypoint--init .mpc-navigation--style_4 .mpcslick-next { -webkit-transform: translate3d(50%, 0, 0); transform: translate3d(50%, 0, 0); } .mpc-navigation--style_5 { position: absolute; top: 0; width: auto; height: 100%; }
.mpc-navigation--style_5:first-child { left: 0; }
.mpc-navigation--style_5:last-child { right: 0; }
.mpc-navigation--style_5 .mpc-nav__arrow { height: 100%; display: table; }
.mpc-navigation--style_5 .mpc-nav__arrow .mpc-nav__icon { display: table-cell; height: 100%; vertical-align: middle; text-align: center; }
.mpc-navigation--style_5 .mpc-nav__arrow { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.mpc-waypoint--init .mpc-navigation--style_5 .mpcslick-prev { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }
.mpc-waypoint--init .mpc-navigation--style_5 .mpcslick-next { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } .mpc-navigation--style_6 { position: absolute; top: 0; width: auto; height: 100%; }
.mpc-navigation--style_6:first-child { left: 0; }
.mpc-navigation--style_6:last-child { right: 0; }
.mpc-navigation--style_6 .mpc-nav__arrow { height: 100%; display: table; }
.mpc-navigation--style_6 .mpc-nav__arrow .mpc-nav__icon { display: table-cell; height: 100%; vertical-align: middle; text-align: center; }
.mpc-navigation--style_6 .mpc-nav__arrow { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.mpc-nav--stretched .mpc-nav__arrow { -webkit-transform: translate3d(0, 0, 0) !important; transform: translate3d(0, 0, 0) !important; }
.mpc-nav--stretched:not(.mpc-navigation--style_1):not(.mpc-navigation--style_2) .mpc-nav__arrow { margin-left: 0 !important; margin-right: 0 !important; } @media screen and (max-width: 767px) { .mpc-nav__arrow { -webkit-transform: translate3d(0, 0, 0) !important; transform: translate3d(0, 0, 0) !important; }
.mpc-navigation:not(.mpc-navigation--style_1):not(.mpc-navigation--style_2) .mpc-nav__arrow { margin-left: 0 !important; margin-right: 0 !important; } } .mpc-pagination { display: block; width: 100%; }
.mpc-pagination.mpc-disabled, .mpc-pagination .mpc-disabled { opacity: 0.5; filter: alpha(opacity=50); cursor: default; pointer-events: none; }
.mpc-pagination li:last-child { margin-right: 0; }
.mpc-pagination li:before, .mpc-pagination li:after { content: "" !important; border: 0 !important; position: static !important; } .mpc-pagination--infinity { visibility: hidden; height: 0; }
.mpc-pagination--infinity a { opacity: 0; height: 0 !important; border: 0 !important; } .mpc-pagination--classic .mpc-pagination__links { list-style: none; margin: 0; padding: 0; width: 100%; }
.mpc-pagination--classic li { display: inline-block; vertical-align: bottom; margin-bottom: 0 !important; }
.mpc-pagination--classic li.mpc-current a { cursor: default; pointer-events: none; }
.mpc-pagination__dots { padding: 0 1em; }
.mpc-pagination a { position: relative; display: inline-block; overflow: hidden; text-decoration: none; vertical-align: bottom; z-index: 1; }
.mpc--square.mpc-pagination a { text-align: center !important; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
.mpc--square.mpc-pagination li:not(:first-child):not(:last-child) .mpc-pagination__title { padding: 0 !important; }
.mpc--square.mpc-pagination li:first-child .mpc-pagination__title, .mpc--square.mpc-pagination li:last-child .mpc-pagination__title { padding-top: 0 !important; padding-bottom: 0 !important; }
.mpc--square.mpc-pagination span { height: 100%; }
.mpc-pagination__content { position: relative; z-index: 2; }
.mpc-pagination__title { display: inline-block; vertical-align: middle; }
.mpc-pagination__icon { text-align: center; vertical-align: middle; display: inline-block; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
.mpc-pagination__background { position: absolute; z-index: 1; opacity: 0; }
.mpc-pagination a:hover .mpc-pagination__background, .mpc-pagination .mpc-current .mpc-pagination__background { opacity: 1; }
.mpc-pagination__background.mpc-effect-type--fade.mpc-effect-side--in { top: 0; bottom: 0; left: 0; right: 0; }
.mpc-pagination__background.mpc-effect-type--slide.mpc-effect-side--top { top: -100%; left: 0; width: 100%; height: 100%; }
.mpc-pagination a:hover .mpc-pagination__background.mpc-effect-type--slide.mpc-effect-side--top, .mpc-pagination .mpc-current .mpc-pagination__background.mpc-effect-type--slide.mpc-effect-side--top { top: 0; }
.mpc-pagination__background.mpc-effect-type--slide.mpc-effect-side--right { top: 0; left: 100%; width: 100%; height: 100%; }
.mpc-pagination a:hover .mpc-pagination__background.mpc-effect-type--slide.mpc-effect-side--right, .mpc-pagination .mpc-current .mpc-pagination__background.mpc-effect-type--slide.mpc-effect-side--right { left: 0; }
.mpc-pagination__background.mpc-effect-type--slide.mpc-effect-side--bottom { top: 100%; left: 0; width: 100%; height: 100%; }
.mpc-pagination a:hover .mpc-pagination__background.mpc-effect-type--slide.mpc-effect-side--bottom, .mpc-pagination .mpc-current .mpc-pagination__background.mpc-effect-type--slide.mpc-effect-side--bottom { top: 0; }
.mpc-pagination__background.mpc-effect-type--slide.mpc-effect-side--left { top: 0; left: -100%; width: 100%; height: 100%; }
.mpc-pagination a:hover .mpc-pagination__background.mpc-effect-type--slide.mpc-effect-side--left, .mpc-pagination .mpc-current .mpc-pagination__background.mpc-effect-type--slide.mpc-effect-side--left { left: 0; }
.mpc-pagination__background.mpc-effect-type--expand.mpc-effect-side--horizontal { top: 0; bottom: 0; left: 50%; right: 50%; }
.mpc-pagination a:hover .mpc-pagination__background.mpc-effect-type--expand.mpc-effect-side--horizontal, .mpc-pagination .mpc-current .mpc-pagination__background.mpc-effect-type--expand.mpc-effect-side--horizontal { left: 5%; right: 5%; }
.mpc-pagination__background.mpc-effect-type--expand.mpc-effect-side--vertical { top: 50%; bottom: 50%; left: 0; right: 0; }
.mpc-pagination a:hover .mpc-pagination__background.mpc-effect-type--expand.mpc-effect-side--vertical, .mpc-pagination .mpc-current .mpc-pagination__background.mpc-effect-type--expand.mpc-effect-side--vertical { top: 5%; bottom: 5%; }
.mpc-pagination__background.mpc-effect-type--expand.mpc-effect-side--diagonal_left { top: 50%; bottom: 50%; left: -20%; right: -20%; transform: rotate(45deg); }
.mpc-pagination a:hover .mpc-pagination__background.mpc-effect-type--expand.mpc-effect-side--diagonal_left, .mpc-pagination .mpc-current .mpc-pagination__background.mpc-effect-type--expand.mpc-effect-side--diagonal_left { top: -60%; bottom: -60%; }
.mpc-pagination__background.mpc-effect-type--expand.mpc-effect-side--diagonal_right { top: 50%; bottom: 50%; left: -20%; right: -20%; transform: rotate(-45deg); }
.mpc-pagination a:hover .mpc-pagination__background.mpc-effect-type--expand.mpc-effect-side--diagonal_right, .mpc-pagination .mpc-current .mpc-pagination__background.mpc-effect-type--expand.mpc-effect-side--diagonal_right { top: -60%; bottom: -60%; }
.mpc-pagination__content.mpc-effect-type--none .mpc-pagination__icon { opacity: 0; visibility: hidden; }
.mpc-pagination a:hover .mpc-pagination__content.mpc-effect-type--none .mpc-pagination__icon, .mpc-pagination .mpc-current .mpc-pagination__content.mpc-effect-type--none .mpc-pagination__icon { opacity: 1; visibility: visible; }
.mpc-pagination__content.mpc-effect-type--stay.mpc-effect-side--left .mpc-pagination__icon { padding-right: .5em; }
.mpc-pagination__content.mpc-effect-type--stay.mpc-effect-side--left .mpc-pagination__title { padding-left: 0; }
.mpc-pagination__content.mpc-effect-type--stay.mpc-effect-side--right .mpc-pagination__icon { padding-left: .5em; }
.mpc-pagination__content.mpc-effect-type--stay.mpc-effect-side--right .mpc-pagination__title { padding-right: 0; }
.mpc-pagination__content.mpc-effect-type--slide .mpc-pagination__icon { position: absolute; top: 50%; opacity: 0; -ms-transform: translateY(-50%); transform: translateY(-50%); }
.mpc-pagination a:hover .mpc-pagination__content.mpc-effect-type--slide .mpc-pagination__icon, .mpc-pagination .mpc-current .mpc-pagination__content.mpc-effect-type--slide .mpc-pagination__icon { opacity: 1; }
.mpc-pagination__content.mpc-effect-type--slide.mpc-effect-side--left .mpc-pagination__icon { left: -100%; padding: 0; }
.mpc-pagination a:hover .mpc-pagination__content.mpc-effect-type--slide.mpc-effect-side--left .mpc-pagination__icon, .mpc-pagination .mpc-current .mpc-pagination__content.mpc-effect-type--slide.mpc-effect-side--left .mpc-pagination__icon { left: 5%; }
.mpc-pagination__content.mpc-effect-type--slide.mpc-effect-side--right .mpc-pagination__icon { right: -100%; padding: 0; }
.mpc-pagination a:hover .mpc-pagination__content.mpc-effect-type--slide.mpc-effect-side--right .mpc-pagination__icon, .mpc-pagination .mpc-current .mpc-pagination__content.mpc-effect-type--slide.mpc-effect-side--right .mpc-pagination__icon { right: 5%; }
.mpc-pagination__content.mpc-effect-type--push_out { overflow: hidden; }
.mpc-pagination__content.mpc-effect-type--push_out .mpc-pagination__icon { position: absolute; opacity: 0; -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }
.mpc-pagination a:hover .mpc-pagination__content.mpc-effect-type--push_out .mpc-pagination__icon, .mpc-pagination .mpc-current .mpc-pagination__content.mpc-effect-type--push_out .mpc-pagination__icon { opacity: 1; }
.mpc-pagination__content.mpc-effect-type--push_out .mpc-pagination__title { position: relative; }
.mpc-pagination__content.mpc-effect-type--push_out.mpc-effect-side--top .mpc-pagination__icon { top: -100%; left: 50%; }
.mpc-pagination a:hover .mpc-pagination__content.mpc-effect-type--push_out.mpc-effect-side--top .mpc-pagination__icon, .mpc-pagination .mpc-current .mpc-pagination__content.mpc-effect-type--push_out.mpc-effect-side--top .mpc-pagination__icon { top: 50%; }
.mpc-pagination__content.mpc-effect-type--push_out.mpc-effect-side--top .mpc-pagination__title { top: 0; }
.mpc-pagination a:hover .mpc-pagination__content.mpc-effect-type--push_out.mpc-effect-side--top .mpc-pagination__title, .mpc-pagination .mpc-current .mpc-pagination__content.mpc-effect-type--push_out.mpc-effect-side--top .mpc-pagination__title { top: 5em; }
.mpc-pagination__content.mpc-effect-type--push_out.mpc-effect-side--right .mpc-pagination__icon { top: 50%; left: 150%; }
.mpc-pagination a:hover .mpc-pagination__content.mpc-effect-type--push_out.mpc-effect-side--right .mpc-pagination__icon, .mpc-pagination .mpc-current .mpc-pagination__content.mpc-effect-type--push_out.mpc-effect-side--right .mpc-pagination__icon { left: 50%; }
.mpc-pagination__content.mpc-effect-type--push_out.mpc-effect-side--right .mpc-pagination__title { left: 0; }
.mpc-pagination a:hover .mpc-pagination__content.mpc-effect-type--push_out.mpc-effect-side--right .mpc-pagination__title, .mpc-pagination .mpc-current .mpc-pagination__content.mpc-effect-type--push_out.mpc-effect-side--right .mpc-pagination__title { left: -100%; }
.mpc-pagination__content.mpc-effect-type--push_out.mpc-effect-side--bottom .mpc-pagination__icon { top: 150%; left: 50%; }
.mpc-pagination a:hover .mpc-pagination__content.mpc-effect-type--push_out.mpc-effect-side--bottom .mpc-pagination__icon, .mpc-pagination .mpc-current .mpc-pagination__content.mpc-effect-type--push_out.mpc-effect-side--bottom .mpc-pagination__icon { top: 50%; }
.mpc-pagination__content.mpc-effect-type--push_out.mpc-effect-side--bottom .mpc-pagination__title { top: 0; }
.mpc-pagination a:hover .mpc-pagination__content.mpc-effect-type--push_out.mpc-effect-side--bottom .mpc-pagination__title, .mpc-pagination .mpc-current .mpc-pagination__content.mpc-effect-type--push_out.mpc-effect-side--bottom .mpc-pagination__title { top: -5em; }
.mpc-pagination__content.mpc-effect-type--push_out.mpc-effect-side--left .mpc-pagination__icon { top: 50%; left: -100%; }
.mpc-pagination a:hover .mpc-pagination__content.mpc-effect-type--push_out.mpc-effect-side--left .mpc-pagination__icon, .mpc-pagination .mpc-current .mpc-pagination__content.mpc-effect-type--push_out.mpc-effect-side--left .mpc-pagination__icon { left: 50%; }
.mpc-pagination__content.mpc-effect-type--push_out.mpc-effect-side--left .mpc-pagination__title { left: 0; }
.mpc-pagination a:hover .mpc-pagination__content.mpc-effect-type--push_out.mpc-effect-side--left .mpc-pagination__title, .mpc-pagination .mpc-current .mpc-pagination__content.mpc-effect-type--push_out.mpc-effect-side--left .mpc-pagination__title { left: 100%; }
@media screen and (max-width: 640px) { .mpc-pagination--classic li:not(:first-child):not(:last-child) { display: none; } } .mpc-pricing-box { display: -ms-flexbox; display: flex; flex-wrap: wrap; -webkit-box-sizing: border-box; box-sizing: border-box; }
.mpc-pricing-box .slick-list { margin-top: -3em !important; }
.mpc-pricing-box .slick-track { padding-top: 3em; }
.mpc-pricing-box:focus, .mpc-pricing-box *:focus { outline: none; }
.mpc-pricing-box__wrapper { display: -ms-flexbox; display: flex; align-items: flex-end; justify-content: center; flex-wrap: nowrap; } .mpc-pricing-column { position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; }
.mpc-pricing-column.mpc-pricing-legend { align-self: stretch; }
.mpc-pricing__button { text-align: center; }
.mpc-pricing__featured { position: absolute; bottom: 100%; left: 0; width: 100%; }
.mpc-pricing__property, .mpc-pricing__featured, .mpc-pricing__title, .mpc-pricing__price { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .mpc-pricing-box[data-pb-cols="1"] { display: block; }
.mpc-pricing-box[data-pb-cols="1"] .mpc-pricing-column { width: 100%; } .mpc-pricing-box[data-pb-cols="2"] { -ms-flex: 0 1 100%; flex: 0 1 100%; }
.mpc-pricing-box[data-pb-cols="2"] .mpc-pricing-column { -ms-flex: 0 1 50%; flex: 0 1 50%; } .mpc-pricing-box[data-pb-cols="3"] { -ms-flex: 0 1 100%; flex: 0 1 100%; }
.mpc-pricing-box[data-pb-cols="3"] .mpc-pricing-column { -ms-flex: 0 1 33%; flex: 0 1 33%; }
.mpc-pricing-box[data-pb-cols="3"] .mpc-pricing-column:first-child { -ms-flex: 0 1 34%; flex: 0 1 34%; } .mpc-pricing-box[data-pb-cols="4"] { -ms-flex: 0 1 100%; flex: 0 1 100%; }
.mpc-pricing-box[data-pb-cols="4"] .mpc-pricing-column { -ms-flex: 0 1 25%; flex: 0 1 25%; } .mpc-pricing-box[data-pb-cols="5"] { -ms-flex: 0 1 100%; flex: 0 1 100%; }
.mpc-pricing-box[data-pb-cols="5"] .mpc-pricing-column { -ms-flex: 0 1 20%; flex: 0 1 20%; } .mpc-pricing-box .slick-slider { width: 100%; }
.mpc-pricing-box .slick-slider, .mpc-pricing-box .slick-slider .mpc-pricing-column { -ms-flex: none !important; flex: none !important; } .mpc-pricing-box .mpc-pricing-legend + .slick-slider[data-slick-cols="1"] { width: 50%; }
.mpc-pricing-box .slick-slider[data-slick-cols="1"] .mpc-pricing-column { width: 100%; } .mpc-pricing-box .mpc-pricing-legend + .slick-slider[data-slick-cols="2"] { width: 66%; }
.mpc-pricing-box .slick-slider[data-slick-cols="2"] .mpc-pricing-column { width: 50%; } .mpc-pricing-box .mpc-pricing-legend + .slick-slider[data-slick-cols="3"] { width: 75%; }
.mpc-pricing-box .slick-slider[data-slick-cols="3"] .mpc-pricing-column { width: 33%; }
.mpc-pricing-box .slick-slider[data-slick-cols="3"] .mpc-pricing-column:nth-child(3n) { width: 34%; } .mpc-pricing-box .mpc-pricing-legend + .slick-slider[data-slick-cols="4"] { width: 80%; }
.mpc-pricing-box .slick-slider[data-slick-cols="4"] .mpc-pricing-column { width: 25%; } @media screen and (max-width: 992px) { .mpc-pricing-box { flex-wrap: wrap; justify-content: center; align-items: flex-end; background: none !important; }
.mpc-pricing-box[data-pb-cols="4"] .mpc-pricing-column:not(first-child):not(:nth-child(2)) .mpc-pricing__featured, .mpc-pricing-box[data-pb-cols="5"] .mpc-pricing-column:not(first-child):not(:nth-child(2)) .mpc-pricing__featured { position: static; }
.mpc-pricing-box[data-pb-cols="4"] .mpc-pricing-column, .mpc-pricing-box[data-pb-cols="5"] .mpc-pricing-column { -ms-flex: 0 1 50% !important; flex: 0 1 50% !important; margin: 0 0 1em 0; } .mpc-init--slick .mpc-pricing-legend { display: none; }
.mpc-pricing-box .slick-slider { width: 100% !important; -ms-flex: none !important; flex: none !important; }
.mpc-pricing-box .slick-slider .mpc-pricing__featured { position: absolute !important; }
.mpc-pricing-box .slick-slider .mpc-pricing-column { margin: 0 !important; } }
@media screen and (max-width: 768px) { .mpc-pricing-legend { display: none; }
.mpc-pricing__featured { position: static; }
.mpc-pricing-box:not([data-pb-cols="1"]) .mpc-pricing-column { margin: 0 0 1em 0; }
.mpc-pricing-box[data-pb-cols] .mpc-pricing-column { -ms-flex: 0 1 100% !important; flex: 0 1 100% !important; } } .vc_mpc_pricing_box.vc_element .vc_controls > .vc_controls-out-tl { left: initial; right: 0; } .mpc-progress { margin-bottom: 1.5em; }
.mpc-progress__wrap, .mpc-progress__bar { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.mpc-progress__title { display: block; margin: 0 !important; }
.mpc-progress__value { display: block; padding-left: .5em; white-space: nowrap; }
.mpc-progress__box { position: relative; width: 100%; height: 100%; }
.mpc-progress__bar { position: absolute; left: 0; bottom: 0; width: 0; height: 0; overflow: hidden; -webkit-transition: width 1.5s, height 1.5s; transition: width 1.5s, height 1.5s; }
.mpc-vertical--center .mpc-progress__info { display: table; width: 100%; min-width: 0; -webkit-transition: all 1.5s; transition: all 1.5s; }
.mpc-vertical--center .mpc-progress__title, .mpc-vertical--center .mpc-progress__value { display: table-cell; vertical-align: middle; }
.mpc-vertical--center .mpc-progress__value { width: 1px; }
.mpc-sticky-value .mpc-progress__info { width: auto; }
.mpc-progress.mpc-style--style_1 .mpc-progress__bar, .mpc-progress.mpc-style--style_2 .mpc-progress__bar, .mpc-progress.mpc-style--style_6 .mpc-progress__bar { height: 100%; }
.mpc-progress.mpc-style--style_2 .mpc-progress__info { position: relative; z-index: 1; }
.mpc-progress.mpc-style--style_3 .mpc-progress__bar, .mpc-progress.mpc-style--style_4 .mpc-progress__bar, .mpc-progress.mpc-style--style_7 .mpc-progress__bar { width: 100%; }
.mpc-progress.mpc-style--style_7 .mpc-progress__value { position: absolute; top: 50%; left: 50%; padding-left: 0; transform: translateX(-50%) translateY(-50%); }
.mpc-progress.mpc-style--style_4 .mpc-progress__value { display: block; padding-left: 0; }
.mpc-progress.mpc-style--style_5 .mpc-progress__box:after, .mpc-progress.mpc-style--style_8 .mpc-progress__box:after { content: ''; display: block; clear: both; }
.mpc-progress.mpc-style--style_5 .mpc-progress__icon-box, .mpc-progress.mpc-style--style_8 .mpc-progress__icon-box { float: left; position: relative; width: 10%; border: 0 solid transparent; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.mpc-progress.mpc-style--style_5 .mpc-progress__icon-box:before, .mpc-progress.mpc-style--style_8 .mpc-progress__icon-box:before { content: ''; display: block; padding-top: 100%; }
.mpc-progress.mpc-style--style_5 .mpc-progress__icon-box.mpc-filled .mpc-layer--back, .mpc-progress.mpc-style--style_8 .mpc-progress__icon-box.mpc-filled .mpc-layer--back { opacity: 0; }
.mpc-progress.mpc-style--style_5 .mpc-progress__icon-box.mpc-filled .mpc-layer--front, .mpc-progress.mpc-style--style_8 .mpc-progress__icon-box.mpc-filled .mpc-layer--front { opacity: 1; }
.mpc-progress.mpc-style--style_5 .mpc-progress__icon, .mpc-progress.mpc-style--style_8 .mpc-progress__icon { text-align: center; vertical-align: middle; position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transition: opacity .25s; transition: opacity .25s; }
.mpc-progress.mpc-style--style_5 .mpc-progress__icon.mpc-layer--back, .mpc-progress.mpc-style--style_8 .mpc-progress__icon.mpc-layer--back { opacity: 1; }
.mpc-progress.mpc-style--style_5 .mpc-progress__icon.mpc-layer--front, .mpc-progress.mpc-style--style_8 .mpc-progress__icon.mpc-layer--front { opacity: 0; }
.mpc-progress.mpc-style--style_5 .mpc-progress__icon:before, .mpc-progress.mpc-style--style_8 .mpc-progress__icon:before { vertical-align: middle; }
.mpc-progress.mpc-style--style_5 .mpc-progress__icon:after, .mpc-progress.mpc-style--style_8 .mpc-progress__icon:after { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
.mpc-progress.mpc-style--style_5 .mpc-progress__bar, .mpc-progress.mpc-style--style_8 .mpc-progress__bar { height: 100%; } .mpc-qrcode { display: inline-block; vertical-align: middle; max-width: 100%; height: auto; }
[data-tag="mpc_qrcode"] { display: inline-block !important; } .mpc-quote { position: relative; display: block; overflow: hidden; -webkit-box-sizing: border-box; box-sizing: border-box; }
.mpc-quote .mpc-quote__content { padding: 0; margin: 0; border: 0; }
.mpc-quote .mpc-quote__content p:first-child { margin-top: 0 !important; }
.mpc-quote .mpc-quote__content p:last-child { margin-bottom: 0 !important; }
.mpc-quote .mpc-quote__content .mpc-quote__signature span { font-size: inherit; font-style: inherit; font-family: inherit; color: inherit; text-transform: inherit; }
.mpc-quote:before, .mpc-quote:after { display: block; content: ""; float: none; clear: both; }
.mpc-quote__wrapper { position: relative; }
.mpc-quote__icon-wrapper { display: block; z-index: 1; }
.mpc-icon--left .mpc-quote__icon-wrapper { float: left; margin: 0 1em 0 0; }
.mpc-icon--right .mpc-quote__icon-wrapper { float: right; margin: 0 0 0 1em; }
.mpc-quote__icon-wrapper img { border-radius: inherit; vertical-align: bottom; }
.mpc-quote__content { display: block; position: relative; z-index: 2; overflow: hidden; } .mpc-quote--style_1 .mpc-quote__description { margin: 0 0 1em 0; } .mpc-quote--style_2 .mpc-quote__description { margin: 1em 0 0 0; } .mpc-quote--style_3 .mpc-quote__icon-wrapper { position: absolute; z-index: 1; margin: -.25em; }
.mpc-quote--style_3.mpc-icon--right .mpc-quote__icon-wrapper { right: 0; }
.mpc-quote--style_3 .mpc-quote__description { margin: 0 0 1em 0; } .mpc-quote--style_4 .mpc-quote__icon-wrapper { position: absolute; z-index: 1; margin: -.25em; }
.mpc-quote--style_4.mpc-icon--right .mpc-quote__icon-wrapper { right: 0; }
.mpc-quote--style_4 .mpc-quote__description { margin: 1em 0 0 0; }
@media screen and (min-width: 768px) and (max-width: 992px) { .mpc-column:not(.vc_col-sm-12) .mpc-quote--style_1 .mpc-quote__icon-wrapper, .mpc-column:not(.vc_col-sm-12) .mpc-quote--style_2 .mpc-quote__icon-wrapper { float: none; margin: 1em 0 !important; }
.mpc-column:not(.vc_col-sm-12) .mpc-quote--style_1 .mpc-quote__icon-wrapper, .mpc-column:not(.vc_col-sm-12) .mpc-quote--style_1 .mpc-quote__description, .mpc-column:not(.vc_col-sm-12) .mpc-quote--style_1 .mpc-quote__signature, .mpc-column:not(.vc_col-sm-12) .mpc-quote--style_2 .mpc-quote__icon-wrapper, .mpc-column:not(.vc_col-sm-12) .mpc-quote--style_2 .mpc-quote__description, .mpc-column:not(.vc_col-sm-12) .mpc-quote--style_2 .mpc-quote__signature { text-align: center !important; } }
@media screen and (max-width: 480px) { .mpc-quote--style_1 .mpc-quote__icon-wrapper, .mpc-quote--style_2 .mpc-quote__icon-wrapper { float: none; margin: 1em 0 !important; }
.mpc-quote--style_1 .mpc-quote__icon-wrapper, .mpc-quote--style_1 .mpc-quote__description, .mpc-quote--style_1 .mpc-quote__signature, .mpc-quote--style_2 .mpc-quote__icon-wrapper, .mpc-quote--style_2 .mpc-quote__description, .mpc-quote--style_2 .mpc-quote__signature { text-align: center !important; } } .mpc-ribbon { position: absolute; white-space: nowrap; z-index: 999; margin: 1em 0;   }
.mpc-ribbon:after, .mpc-ribbon:before { display: block; position: absolute; content: ""; width: 0; height: 0; border-style: solid; }
.mpc-ribbon.mpc-disable-corners:after, .mpc-ribbon.mpc-disable-corners:before { display: none; }
.mpc-ribbon.mpc-alignment--top-left { top: 0; left: 0; }
.mpc-ribbon.mpc-alignment--top-right { top: 0; right: 0; }
.mpc-ribbon.mpc-alignment--bottom-left { bottom: 0; left: 0; }
.mpc-ribbon.mpc-alignment--bottom-right { bottom: 0; right: 0; }
.mpc-ribbon.mpc-style--classic:after { display: none; }
.mpc-ribbon.mpc-style--classic.mpc-alignment--top-left:before { left: 0; border-width: 5px 0 0 10px; border-left-color: transparent !important; border-right-color: transparent !important; border-bottom-color: transparent !important; bottom: -5px; }
.mpc-ribbon.mpc-style--classic.mpc-alignment--top-right:before { right: 0; border-width: 5px 10px 0 0; border-left-color: transparent !important; border-right-color: transparent !important; border-bottom-color: transparent !important; bottom: -5px; }
.mpc-ribbon.mpc-style--classic.mpc-alignment--bottom-left:before { left: 0; border-width: 0 0 5px 10px; border-left-color: transparent !important; border-right-color: transparent !important; border-top-color: transparent !important; top: -5px; }
.mpc-ribbon.mpc-style--classic.mpc-alignment--bottom-right:before { right: 0; border-width: 0 10px 5px 0; border-left-color: transparent !important; border-right-color: transparent !important; border-top-color: transparent !important; top: -5px; }
.mpc-ribbon.mpc-style--corner { margin: 0 !important; text-align: center; }
.mpc-ribbon.mpc-style--corner.mpc-size--medium { width: 200px; height: 40px; }
.mpc-ribbon.mpc-style--corner.mpc-size--large { width: 300px; height: 50px; }
.mpc-ribbon.mpc-style--corner.mpc-size--small { width: 150px; height: 25px; }
.mpc-ribbon.mpc-style--corner .mpc-vertical { display: table; width: 100%; height: 100%; z-index: 2; position: relative; }
.mpc-ribbon.mpc-style--corner .mpc-ribbon__content { display: table-cell; width: 100%; height: 100%; padding: 0 !important; overflow: hidden; text-overflow: ellipsis; vertical-align: middle; }
.mpc-ribbon.mpc-style--corner.mpc-alignment--top-left { transform: rotate(-45deg); }
.mpc-ribbon.mpc-style--corner.mpc-alignment--top-left.mpc-size--medium { left: -43px; top: 37px; }
.mpc-ribbon.mpc-style--corner.mpc-alignment--top-left.mpc-size--large { left: -61px; top: 64px; }
.mpc-ribbon.mpc-style--corner.mpc-alignment--top-left.mpc-size--small { left: -31px; top: 32px; }
.mpc-ribbon.mpc-style--corner.mpc-alignment--top-left:before { left: 0; border-width: 15px 15px 0 0; border-left-color: transparent !important; border-right-color: transparent !important; border-bottom-color: transparent !important; bottom: -14px; z-index: 1; }
.mpc-ribbon.mpc-style--corner.mpc-alignment--top-left:after { right: 0; border-width: 15px 0 0 15px; border-left-color: transparent !important; border-right-color: transparent !important; border-bottom-color: transparent !important; bottom: -14px; z-index: 2; }
.mpc-ribbon.mpc-style--corner.mpc-alignment--top-right { transform: rotate(45deg); }
.mpc-ribbon.mpc-style--corner.mpc-alignment--top-right.mpc-size--medium { right: -43px; top: 37px; }
.mpc-ribbon.mpc-style--corner.mpc-alignment--top-right.mpc-size--large { right: -61px; top: 64px; }
.mpc-ribbon.mpc-style--corner.mpc-alignment--top-right.mpc-size--small { right: -31px; top: 32px; }
.mpc-ribbon.mpc-style--corner.mpc-alignment--top-right:before { left: 0; border-width: 15px 15px 0 0; border-left-color: transparent !important; border-right-color: transparent !important; border-bottom-color: transparent !important; bottom: -14px; }
.mpc-ribbon.mpc-style--corner.mpc-alignment--top-right:after { right: 0; border-width: 15px 0 0 15px; border-left-color: transparent !important; border-right-color: transparent !important; border-bottom-color: transparent !important; bottom: -14px; }
.mpc-ribbon.mpc-style--corner.mpc-alignment--bottom-left { transform: rotate(45deg); }
.mpc-ribbon.mpc-style--corner.mpc-alignment--bottom-left.mpc-size--medium { left: -43px; bottom: 37px; }
.mpc-ribbon.mpc-style--corner.mpc-alignment--bottom-left.mpc-size--large { left: -61px; bottom: 64px; }
.mpc-ribbon.mpc-style--corner.mpc-alignment--bottom-left.mpc-size--small { left: -31px; bottom: 32px; }
.mpc-ribbon.mpc-style--corner.mpc-alignment--bottom-left:before { left: 0; border-width: 0 15px 15px 0; border-left-color: transparent !important; border-right-color: transparent !important; border-top-color: transparent !important; top: -14px; }
.mpc-ribbon.mpc-style--corner.mpc-alignment--bottom-left:after { right: 0; border-width: 0 0 15px 15px; border-left-color: transparent !important; border-right-color: transparent !important; border-top-color: transparent !important; top: -14px; }
.mpc-ribbon.mpc-style--corner.mpc-alignment--bottom-right { transform: rotate(-45deg); }
.mpc-ribbon.mpc-style--corner.mpc-alignment--bottom-right.mpc-size--medium { right: -43px; bottom: 37px; }
.mpc-ribbon.mpc-style--corner.mpc-alignment--bottom-right.mpc-size--large { right: -61px; bottom: 64px; }
.mpc-ribbon.mpc-style--corner.mpc-alignment--bottom-right.mpc-size--small { right: -31px; bottom: 32px; }
.mpc-ribbon.mpc-style--corner.mpc-alignment--bottom-right:before { left: 0; border-width: 0 15px 15px 0; border-left-color: transparent !important; border-right-color: transparent !important; border-top-color: transparent !important; top: -14px; }
.mpc-ribbon.mpc-style--corner.mpc-alignment--bottom-right:after { right: 0; border-width: 0 0 15px 15px; border-left-color: transparent !important; border-right-color: transparent !important; border-top-color: transparent !important; top: -14px; }
.mpc-ribbon.mpc-style--fullwidth { left: 0; right: 0; }
.mpc-ribbon.mpc-style--fullwidth.mpc-alignment--top-left, .mpc-ribbon.mpc-style--fullwidth.mpc-alignment--top-right { top: 0; }
.mpc-ribbon.mpc-style--fullwidth.mpc-alignment--top-left:after, .mpc-ribbon.mpc-style--fullwidth.mpc-alignment--top-left:before, .mpc-ribbon.mpc-style--fullwidth.mpc-alignment--top-right:after, .mpc-ribbon.mpc-style--fullwidth.mpc-alignment--top-right:before { bottom: -5px; border-left-color: transparent !important; border-right-color: transparent !important; border-bottom-color: transparent !important; }
.mpc-ribbon.mpc-style--fullwidth.mpc-alignment--top-left:before, .mpc-ribbon.mpc-style--fullwidth.mpc-alignment--top-right:before { left: 0; border-width: 5px 0 0 10px; }
.mpc-ribbon.mpc-style--fullwidth.mpc-alignment--top-left:after, .mpc-ribbon.mpc-style--fullwidth.mpc-alignment--top-right:after { right: 0; border-width: 5px 10px 0 0; }
.mpc-ribbon.mpc-style--fullwidth.mpc-alignment--bottom-left, .mpc-ribbon.mpc-style--fullwidth.mpc-alignment--bottom-right { bottom: 0; }
.mpc-ribbon.mpc-style--fullwidth.mpc-alignment--bottom-left:after, .mpc-ribbon.mpc-style--fullwidth.mpc-alignment--bottom-left:before, .mpc-ribbon.mpc-style--fullwidth.mpc-alignment--bottom-right:after, .mpc-ribbon.mpc-style--fullwidth.mpc-alignment--bottom-right:before { top: -5px; border-left-color: transparent !important; border-right-color: transparent !important; border-top-color: transparent !important; }
.mpc-ribbon.mpc-style--fullwidth.mpc-alignment--bottom-left:before, .mpc-ribbon.mpc-style--fullwidth.mpc-alignment--bottom-right:before { left: 0; border-width: 0 0 5px 10px; }
.mpc-ribbon.mpc-style--fullwidth.mpc-alignment--bottom-left:after, .mpc-ribbon.mpc-style--fullwidth.mpc-alignment--bottom-right:after { right: 0; border-width: 0 10px 5px 0; }
.mpc-ribbon-wrap { position: relative; display: block; margin: -10px; padding: 10px; overflow: hidden; } .mpc-row { display: block; }
.mpc-row p { max-width: 100%; }
.mpc-row[data-vc-full-width] { overflow: visible; }
.mpc-row.mpc-divider-block { padding: 0 !important; margin: 0 !important; width: 100% !important; left: 0 !important; overflow: visible !important; float: left; z-index: 6; height: 0; }
.mpc-row.mpc-divider-block .mpc-column { -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.mpc-row.vc_row-o-columns-stretch { position: initial; } .mpc-toggle-row + .mpc-row { overflow: hidden; }
.mpc-toggle-row { display: block; cursor: pointer; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all .25s; transition: all .25s; }
.mpc-toggle-row + .mpc-row:not(.mpc-toggled) { padding-top: 0 !important; padding-bottom: 0 !important; }
.mpc-toggle-row .mpc-toggle-row__icon { width: 1em; line-height: 1; text-align: center; display: inline-block; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
.mpc-toggle-row__content { margin: 0 auto; position: relative; overflow: hidden; border-radius: inherit; transform: translate3d(0, 0, 0); }
.mpc-toggle-row__content .mpc-regular, .mpc-toggle-row__content .mpc-hover { position: relative; display: block; width: auto; top: 0; left: 0; line-height: 1; -webkit-transition: all .25s; transition: all .25s; }
.mpc-toggle-row__content .mpc-regular.mpc-position--left, .mpc-toggle-row__content .mpc-regular.mpc-position--right, .mpc-toggle-row__content .mpc-hover.mpc-position--left, .mpc-toggle-row__content .mpc-hover.mpc-position--right { width: 100%; display: table; }
.mpc-toggle-row__content .mpc-regular .mpc-toggle-row__icon-wrap, .mpc-toggle-row__content .mpc-regular .mpc-toggle-row__title, .mpc-toggle-row__content .mpc-hover .mpc-toggle-row__icon-wrap, .mpc-toggle-row__content .mpc-hover .mpc-toggle-row__title { display: inline-block; vertical-align: middle; }
.mpc-toggle-row__content .mpc-position--left .mpc-toggle-row__icon-wrap, .mpc-toggle-row__content .mpc-position--left .mpc-toggle-row__title, .mpc-toggle-row__content .mpc-position--right .mpc-toggle-row__icon-wrap, .mpc-toggle-row__content .mpc-position--right .mpc-toggle-row__title { display: table-cell; }
.mpc-toggle-row__content .mpc-position--left .mpc-toggle-row__icon-wrap, .mpc-toggle-row__content .mpc-position--right .mpc-toggle-row__icon-wrap { width: 1px; }
.mpc-toggle-row.mpc-effect-none .mpc-regular, .mpc-toggle-row.mpc-effect-none .mpc-hover { -webkit-transition: none; transition: none; }
.mpc-toggle-row__content .mpc-hover { position: absolute; width: 100%; height: 100%; }
.mpc-toggle-row.mpc-effect-slide-up .mpc-hover { transform: translate(0, -100%); }
.mpc-toggle-row.mpc-effect-slide-up .mpc-regular { transform: translate(0, 0); }
.mpc-toggle-row.mpc-effect-slide-up:hover .mpc-hover, .mpc-toggle-row.mpc-effect-slide-up.mpc-toggled .mpc-hover { transform: translate(0, 0); }
.mpc-toggle-row.mpc-effect-slide-up:hover .mpc-regular, .mpc-toggle-row.mpc-effect-slide-up.mpc-toggled .mpc-regular { transform: translate(0, 100%); }
.mpc-toggle-row.mpc-effect-slide-down .mpc-hover { transform: translate(0, 100%); }
.mpc-toggle-row.mpc-effect-slide-down .mpc-regular { transform: translate(0, 0); }
.mpc-toggle-row.mpc-effect-slide-down:hover .mpc-hover, .mpc-toggle-row.mpc-effect-slide-down.mpc-toggled .mpc-hover { transform: translate(0%, 0); }
.mpc-toggle-row.mpc-effect-slide-down:hover .mpc-regular, .mpc-toggle-row.mpc-effect-slide-down.mpc-toggled .mpc-regular { transform: translate(0, -100%); }
.mpc-toggle-row.mpc-effect-slide-left .mpc-hover { transform: translate(-100%, 0); }
.mpc-toggle-row.mpc-effect-slide-left .mpc-regular { transform: translate(0, 0); }
.mpc-toggle-row.mpc-effect-slide-left:hover .mpc-hover, .mpc-toggle-row.mpc-effect-slide-left.mpc-toggled .mpc-hover { transform: translate(0, 0); }
.mpc-toggle-row.mpc-effect-slide-left:hover .mpc-regular, .mpc-toggle-row.mpc-effect-slide-left.mpc-toggled .mpc-regular { transform: translate(100%, 0); }
.mpc-toggle-row.mpc-effect-slide-right .mpc-hover { transform: translate(100%, 0); }
.mpc-toggle-row.mpc-effect-slide-right .mpc-regular { transform: translate(0, 0); }
.mpc-toggle-row.mpc-effect-slide-right:hover .mpc-hover, .mpc-toggle-row.mpc-effect-slide-right.mpc-toggled .mpc-hover { transform: translate(0, 0); }
.mpc-toggle-row.mpc-effect-slide-right:hover .mpc-regular, .mpc-toggle-row.mpc-effect-slide-right.mpc-toggled .mpc-regular { transform: translate(-100%, 0); }
.mpc-toggle-row.mpc-effect-none .mpc-hover, .mpc-toggle-row.mpc-effect-fade .mpc-hover { opacity: 0; }
.mpc-toggle-row.mpc-effect-none .mpc-regular, .mpc-toggle-row.mpc-effect-fade .mpc-regular { opacity: 1; }
.mpc-toggle-row.mpc-effect-none:hover .mpc-hover, .mpc-toggle-row.mpc-effect-none.mpc-toggled .mpc-hover, .mpc-toggle-row.mpc-effect-fade:hover .mpc-hover, .mpc-toggle-row.mpc-effect-fade.mpc-toggled .mpc-hover { opacity: 1; }
.mpc-toggle-row.mpc-effect-none:hover .mpc-regular, .mpc-toggle-row.mpc-effect-none.mpc-toggled .mpc-regular, .mpc-toggle-row.mpc-effect-fade:hover .mpc-regular, .mpc-toggle-row.mpc-effect-fade.mpc-toggled .mpc-regular { opacity: 0; } .mpc-row { position: relative; }
.mpc-row.vc_edit_form_elements { position: static; }
.mpc-row.mpc-with-separator { margin-bottom: 0; }
.mpc-separator { position: absolute; left: 0; width: inherit; min-width: 100%; display: block; fill: transparent; z-index: 5; }
.mpc-separator.mpc-separator--top { top: -1px; }
.mpc-separator.mpc-separator--bottom { bottom: -1px; }
.mpc-separator-spacer { height: 100px; }
@media screen and (max-width: 992px) { .mpc-separator-spacer { height: 50px; } }
.mpc-separator-spacer.mpc-separator--bottom { clear: both; }
.mpc-row.mpc-first-row > .mpc-separator--top { display: none; }
.mpc-row.mpc-last-row > .mpc-separator--bottom { display: none; }
.mpc-separator--css { height: 100px; }
@media screen and (max-width: 992px) { .mpc-separator--css { height: 50px; } }
.mpc-separator-style--tip-left:before, .mpc-separator-style--tip-left:after, .mpc-separator-style--tip-center:before, .mpc-separator-style--tip-center:after, .mpc-separator-style--tip-right:before, .mpc-separator-style--tip-right:after { content: ''; position: absolute; top: -5px; width: 50.5%; height: 0; border: 105px solid transparent; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
@media screen and (max-width: 992px) { .mpc-separator-style--tip-left:before, .mpc-separator-style--tip-left:after, .mpc-separator-style--tip-center:before, .mpc-separator-style--tip-center:after, .mpc-separator-style--tip-right:before, .mpc-separator-style--tip-right:after { border: 55px solid transparent; } }
.mpc-separator-style--tip-left:before, .mpc-separator-style--tip-center:before, .mpc-separator-style--tip-right:before { left: 0; }
.mpc-separator-style--tip-left:after, .mpc-separator-style--tip-center:after, .mpc-separator-style--tip-right:after { right: 0; }
.mpc-separator-style--tip-left.mpc-separator--top:before, .mpc-separator-style--tip-center.mpc-separator--top:before, .mpc-separator-style--tip-right.mpc-separator--top:before { border-top-color: inherit; border-left-color: inherit; border-bottom-width: 0; }
.mpc-separator-style--tip-left.mpc-separator--top:after, .mpc-separator-style--tip-center.mpc-separator--top:after, .mpc-separator-style--tip-right.mpc-separator--top:after { border-top-color: inherit; border-right-color: inherit; border-bottom-width: 0; }
.mpc-separator-style--tip-left.mpc-separator--bottom:before, .mpc-separator-style--tip-left.mpc-separator--bottom:after, .mpc-separator-style--tip-center.mpc-separator--bottom:before, .mpc-separator-style--tip-center.mpc-separator--bottom:after, .mpc-separator-style--tip-right.mpc-separator--bottom:before, .mpc-separator-style--tip-right.mpc-separator--bottom:after { top: 0; }
.mpc-separator-style--tip-left.mpc-separator--bottom:before, .mpc-separator-style--tip-center.mpc-separator--bottom:before, .mpc-separator-style--tip-right.mpc-separator--bottom:before { border-bottom-color: inherit; border-left-color: inherit; border-top-width: 0; }
.mpc-separator-style--tip-left.mpc-separator--bottom:after, .mpc-separator-style--tip-center.mpc-separator--bottom:after, .mpc-separator-style--tip-right.mpc-separator--bottom:after { border-bottom-color: inherit; border-right-color: inherit; border-top-width: 0; }
.mpc-separator-style--tip-left:before { width: 25.5%; }
.mpc-separator-style--tip-left:after { width: 75.5%; }
.mpc-separator-style--tip-right:before { width: 75.5%; }
.mpc-separator-style--tip-right:after { width: 25.5%; }
@media screen and (max-width: 992px) { .mpc-separator-style--circle-left, .mpc-separator-style--circle-center, .mpc-separator-style--circle-right { height: 50px; } }
.mpc-separator-style--circle-left path { transform: translateX(-500px); }
@media screen and (max-width: 768px) { .mpc-separator-style--circle-left path { transform: translateX(-400px); } }
@media screen and (max-width: 480px) { .mpc-separator-style--circle-left path { transform: translateX(-250px); } }
.mpc-separator-style--circle-right path { transform: translateX(500px); }
@media screen and (max-width: 768px) { .mpc-separator-style--circle-right path { transform: translateX(400px); } }
@media screen and (max-width: 480px) { .mpc-separator-style--circle-right path { transform: translateX(250px); } }
.mpc-separator-style--split-inner:before, .mpc-separator-style--split-inner:after, .mpc-separator-style--split-outer:before, .mpc-separator-style--split-outer:after { content: ''; position: absolute; width: 50%; border: 105px solid; border-color: inherit; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
@media screen and (max-width: 992px) { .mpc-separator-style--split-inner:before, .mpc-separator-style--split-inner:after, .mpc-separator-style--split-outer:before, .mpc-separator-style--split-outer:after { border: 55px solid; border-color: inherit; } }
.mpc-separator-style--split-inner:before, .mpc-separator-style--split-outer:before { left: 0; }
.mpc-separator-style--split-inner:after, .mpc-separator-style--split-outer:after { right: 0; }
.mpc-separator-style--split-inner.mpc-separator--top:before, .mpc-separator-style--split-inner.mpc-separator--top:after { border-top-width: 0; top: -5px; }
.mpc-separator-style--split-inner.mpc-separator--top:before { border-bottom-right-radius: 100px; }
.mpc-separator-style--split-inner.mpc-separator--top:after { border-bottom-left-radius: 100px; }
.mpc-separator-style--split-inner.mpc-separator--bottom:before, .mpc-separator-style--split-inner.mpc-separator--bottom:after { border-bottom-width: 0; top: 0; }
.mpc-separator-style--split-inner.mpc-separator--bottom:before { border-top-right-radius: 100px; }
.mpc-separator-style--split-inner.mpc-separator--bottom:after { border-top-left-radius: 100px; }
.mpc-separator-style--split-outer.mpc-separator--top:before, .mpc-separator-style--split-outer.mpc-separator--top:after { border-top-width: 0; top: -5px; }
.mpc-separator-style--split-outer.mpc-separator--top:before { border-bottom-left-radius: 100px; }
.mpc-separator-style--split-outer.mpc-separator--top:after { border-bottom-right-radius: 100px; }
.mpc-separator-style--split-outer.mpc-separator--bottom:before, .mpc-separator-style--split-outer.mpc-separator--bottom:after { border-bottom-width: 0; top: 0; }
.mpc-separator-style--split-outer.mpc-separator--bottom:before { border-top-left-radius: 100px; }
.mpc-separator-style--split-outer.mpc-separator--bottom:after { border-top-right-radius: 100px; }
.mpc-separator-style--teeth-left:before, .mpc-separator-style--teeth-left:after, .mpc-separator-style--teeth-left .mpc-separator-content, .mpc-separator-style--teeth-center:before, .mpc-separator-style--teeth-center:after, .mpc-separator-style--teeth-center .mpc-separator-content, .mpc-separator-style--teeth-right:before, .mpc-separator-style--teeth-right:after, .mpc-separator-style--teeth-right .mpc-separator-content { content: ''; position: absolute; left: 50%; top: -5px; margin-left: -75px; width: 100px; height: 0; border: 75px solid transparent; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
@media screen and (max-width: 992px) { .mpc-separator-style--teeth-left:before, .mpc-separator-style--teeth-left:after, .mpc-separator-style--teeth-left .mpc-separator-content, .mpc-separator-style--teeth-center:before, .mpc-separator-style--teeth-center:after, .mpc-separator-style--teeth-center .mpc-separator-content, .mpc-separator-style--teeth-right:before, .mpc-separator-style--teeth-right:after, .mpc-separator-style--teeth-right .mpc-separator-content { margin-left: -50px; border: 50px solid transparent; } }
.mpc-separator-style--teeth-left:before, .mpc-separator-style--teeth-center:before, .mpc-separator-style--teeth-right:before { margin-left: -150px; }
@media screen and (max-width: 992px) { .mpc-separator-style--teeth-left:before, .mpc-separator-style--teeth-center:before, .mpc-separator-style--teeth-right:before { margin-left: -100px; } }
.mpc-separator-style--teeth-left:after, .mpc-separator-style--teeth-center:after, .mpc-separator-style--teeth-right:after { margin-left: 0; }
.mpc-separator-style--teeth-left.mpc-separator--top:before, .mpc-separator-style--teeth-left.mpc-separator--top:after, .mpc-separator-style--teeth-left.mpc-separator--top .mpc-separator-content, .mpc-separator-style--teeth-center.mpc-separator--top:before, .mpc-separator-style--teeth-center.mpc-separator--top:after, .mpc-separator-style--teeth-center.mpc-separator--top .mpc-separator-content, .mpc-separator-style--teeth-right.mpc-separator--top:before, .mpc-separator-style--teeth-right.mpc-separator--top:after, .mpc-separator-style--teeth-right.mpc-separator--top .mpc-separator-content { border-top-color: inherit; }
.mpc-separator-style--teeth-left.mpc-separator--bottom:before, .mpc-separator-style--teeth-left.mpc-separator--bottom:after, .mpc-separator-style--teeth-left.mpc-separator--bottom .mpc-separator-content, .mpc-separator-style--teeth-center.mpc-separator--bottom:before, .mpc-separator-style--teeth-center.mpc-separator--bottom:after, .mpc-separator-style--teeth-center.mpc-separator--bottom .mpc-separator-content, .mpc-separator-style--teeth-right.mpc-separator--bottom:before, .mpc-separator-style--teeth-right.mpc-separator--bottom:after, .mpc-separator-style--teeth-right.mpc-separator--bottom .mpc-separator-content { top: -45px; border-bottom-color: inherit; }
.mpc-separator-style--teeth-left:before, .mpc-separator-style--teeth-left:after, .mpc-separator-style--teeth-left .mpc-separator-content { left: 25%; }
.mpc-separator-style--teeth-right:before, .mpc-separator-style--teeth-right:after, .mpc-separator-style--teeth-right .mpc-separator-content { left: 75%; }
@media screen and (max-width: 992px) { .mpc-separator-style--arrow-left, .mpc-separator-style--arrow-center, .mpc-separator-style--arrow-right { height: 50px; } }
@media screen and (max-width: 992px) { .mpc-separator-style--blob-left, .mpc-separator-style--blob-center, .mpc-separator-style--blob-right { height: 50px; } }
@media screen and (max-width: 992px) { .mpc-separator-style--slope-left, .mpc-separator-style--slope-right { height: 50px; } }
@media screen and (max-width: 992px) { .mpc-separator-style--stamp { height: 50px; } }
@media screen and (max-width: 992px) { .mpc-separator-style--cloud { height: 50px; } } .mpc-row .mpc-parallax-wrap { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; }
.mpc-parallax { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.mpc-parallax:before { content: ''; position: absolute; background-position: center; top: 0; left: 0; width: 100%; height: 100%; }
.mpc-parallax.mpc-parallax-style--classic:before { height: 125%; }
.mpc-parallax.mpc-parallax-style--classic-fast:before { height: 150%; }
.mpc-parallax.mpc-parallax-style--horizontal-left:before { width: 125%; }
.mpc-parallax.mpc-parallax-style--horizontal-right:before { width: 125%; }
.mpc-parallax.mpc-parallax-style--fade:before { opacity: 1; }
.mpc-parallax.mpc-parallax-style--fixed:before { background-attachment: fixed; }
.mpc-row[data-vc-full-width-init="true"].skrollable { -webkit-transition: none; -o-transition: none; transition: none; } .mpc-row .mpc-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.mpc-row .mpc-overlay.mpc-overlay--inited { -webkit-transition: background-position 1s linear; -moz-transition: background-position 1s linear; transition: background-position 1s linear; } .mpc-row.mpc-with-full-page .mpc-row { margin: 0 !important; }
.mpc-row.mpc-with-full-page .mpc-row.mpc-row-o-full-height { min-height: 100vh !important; } @media screen and (max-width: 992px) { .mpc-parallax.mpc-parallax-style--fixed:before { background-attachment: initial !important; } }  .visible-dt.mpc-row, .visible-dt-v2.mpc-row, .visible-nb.mpc-row, .visible-sm.mpc-row, .visible-tl.mpc-row, .visible-tl-v2.mpc-row { display: none; } .mpc-row.vc_parallax[data-vc-full-width="true"] { overflow: hidden; } .mpc-post { cursor: pointer;  }
.mpc-post a, .mpc-post a:hover, .mpc-post a:focus { outline: none; text-decoration: none; }
.mpc-post .mpc-post__wrapper { position: relative; z-index: 1; overflow: hidden; }
.mpc-post .mpc-post__content { position: relative; z-index: 10; overflow: hidden; }
.mpc-post .mpc-post__heading { margin: 0; padding: 0; }
.mpc-post .mpc-post__heading a { font: inherit; color: inherit; -webkit-transition: inherit; transition: inherit; }
.mpc-post .mpc-post__heading.mpc-text-overflow { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mpc-post .mpc-post__thumbnail { position: relative; height: 200px; background-size: cover; background-repeat: no-repeat; background-position: center; overflow: hidden; }
.mpc-post .mpc-post__thumbnail-full { height: auto; }
.mpc-post .mpc-post__meta a, .mpc-post .mpc-post__meta span { font: inherit; -webkit-transition: inherit; transition: inherit; }
.mpc-post .mpc-post__meta:first-letter { text-transform: uppercase; }
.mpc-post .mpc-post__author { white-space: nowrap; }
.mpc-post .mpc-post__overlay { position: absolute; z-index: 5; width: 100%; height: 100%; visibility: hidden; }
.mpc-post .mpc-post__overlay .mpc-icon-anchor { display: inline-block; margin: .75em; vertical-align: middle; }
.mpc-post .mpc-post__overlay .mpc-icon-anchor i { display: block; -webkit-transition: all .25s; transition: all .25s; }
.mpc-post .mpc-post__overlay > .mpc-post__content, .mpc-post .mpc-post__overlay > .mpc-wrapper { background: none !important; }
.mpc-post .mpc-post--vertical-wrap { display: table; width: 100%; height: 100%; }
.mpc-post .mpc-post--vertical { display: table-cell; vertical-align: middle; text-align: center; width: 100%; height: 100%; }
.mpc-overlay--fade .mpc-post .mpc-post__overlay, .mpc-overlay--none .mpc-post .mpc-post__overlay { top: 0; left: 0; opacity: 0; }
.mpc-overlay--slide-up .mpc-post .mpc-post__overlay { top: 100%; left: 0; }
.mpc-overlay--slide-down .mpc-post .mpc-post__overlay { top: -100%; left: 0; }
.mpc-overlay--slide-left .mpc-post .mpc-post__overlay { top: 0; left: 100%; }
.mpc-overlay--slide-right .mpc-post .mpc-post__overlay { top: 0; left: -100%; }
.mpc-item--fade .mpc-post .mpc-post__wrapper > .mpc-post__content, .mpc-item--none .mpc-post .mpc-post__wrapper > .mpc-post__content { opacity: 1; } .mpc-post:hover { }
.mpc-post:hover .mpc-post__overlay { visibility: visible; }
.mpc-overlay--fade .mpc-post:hover .mpc-post__overlay, .mpc-overlay--none .mpc-post:hover .mpc-post__overlay { opacity: 1; }
.mpc-overlay--slide-up .mpc-post:hover .mpc-post__overlay, .mpc-overlay--slide-down .mpc-post:hover .mpc-post__overlay { top: 0; }
.mpc-overlay--slide-left .mpc-post:hover .mpc-post__overlay, .mpc-overlay--slide-right .mpc-post:hover .mpc-post__overlay { left: 0; } .mpc-layout--style_1 .mpc-post__content { width: 100%; }
.mpc-layout--style_1 .mpc-post__overlay .mpc-post__content { display: none; }
.mpc-content--overlay.mpc-layout--style_1 .mpc-post__content { position: absolute; bottom: 0; }
.mpc-content--overlay.mpc-layout--style_1 .mpc-post__overlay { height: 100%; z-index: 15; }
.mpc-content--overlay.mpc-layout--style_1 .mpc-post__overlay .mpc-post__content { display: block; position: initial; background: none !important; }
.mpc-content--overlay.mpc-layout--style_1.mpc-item--fade .mpc-post:hover .mpc-post__wrapper > .mpc-post__content, .mpc-content--overlay.mpc-layout--style_1.mpc-item--none .mpc-post:hover .mpc-post__wrapper > .mpc-post__content { opacity: 0; }
.mpc-content--overlay.mpc-layout--style_1.mpc-item--slide-left .mpc-post:hover .mpc-post__wrapper > .mpc-post__content { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
.mpc-content--overlay.mpc-layout--style_1.mpc-item--slide-right .mpc-post:hover .mpc-post__wrapper > .mpc-post__content { -webkit-transform: translateX(100%); transform: translateX(100%); }
.mpc-content--overlay.mpc-layout--style_1.mpc-item--slide-down .mpc-post:hover .mpc-post__wrapper > .mpc-post__content { -webkit-transform: translateY(100%); transform: translateY(100%); }
.mpc-content--overlay.mpc-layout--style_1.mpc-item--slide-up .mpc-post:hover .mpc-post__wrapper > .mpc-post__content { bottom: 100%; } .mpc-layout--style_3 .mpc-wrapper { overflow: hidden; }
.mpc-layout--style_3 .mpc-post__date.mpc-date__wrapper { float: left; text-align: center; padding: 0 0.75em 0 0; }
.mpc-layout--style_3 .mpc-post__date.mpc-date__wrapper a { font: inherit !important; color: inherit !important; }
.mpc-layout--style_3 .mpc-post__date.mpc-date__wrapper .mpc-date__days { font-size: 1.5em !important; line-height: 1em !important; }
.mpc-layout--style_3 .mpc-post__date.mpc-date__wrapper .mpc-date__month { font-size: 0.8em !important; line-height: 1em !important; text-transform: uppercase; } .mpc-layout--style_4 .mpc-post > .mpc-post__wrapper > .mpc-post__content { position: relative; overflow: hidden; margin: 0 2em; transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.mpc-layout--style_4 .mpc-post__meta { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mpc-layout--style_4 .mpc-post__overlay { width: 100%; height: 100% !important; z-index: 15; }
.mpc-layout--style_4 .mpc-post__overlay .mpc-post__content { display: block; overflow: hidden; }
.mpc-layout--style_4 .mpc-post__overlay .mpc-wrapper { position: relative; z-index: 15; float: left; height: 100%; }
.mpc-layout--style_4 .mpc-post:hover > .mpc-post__wrapper > .mpc-post__content { margin: 0; }
.mpc-layout--style_4 .mpc-post:hover .mpc-post__content > .mpc-wrapper { opacity: 0; } .mpc-layout--style_5 .mpc-post__thumbnail { position: relative; }
.mpc-layout--style_5 .mpc-post__date.mpc-date__wrapper { position: absolute; bottom: 0; right: 0; padding: 0 .5em; background: rgba(255, 255, 255, 0.85); -webkit-transition: all .25s; transition: all .25s; }
.mpc-layout--style_5 .mpc-post__date.mpc-date__wrapper a { display: table; font: inherit !important; color: inherit !important; }
.mpc-layout--style_5 .mpc-post__date.mpc-date__wrapper .mpc-date__days { display: table-cell; vertical-align: middle; font-size: 2.6em !important; padding-right: 0.15em; line-height: 1.15em !important; }
.mpc-layout--style_5 .mpc-post__date.mpc-date__wrapper .mpc-date-wrap { display: table-cell; padding-top: 0.5em; }
.mpc-layout--style_5 .mpc-post__date.mpc-date__wrapper .mpc-date__month { text-transform: uppercase; font-size: 1.05em !important; line-height: 1em !important; }
.mpc-layout--style_5 .mpc-post__date.mpc-date__wrapper .mpc-date__year { font-size: 1.15em !important; line-height: 1em !important; }
.mpc-layout--style_5.mpc-item--fade .mpc-post:hover .mpc-post__date.mpc-date__wrapper, .mpc-layout--style_5.mpc-item--none .mpc-post:hover .mpc-post__date.mpc-date__wrapper { opacity: 0; }
.mpc-layout--style_5.mpc-item--slide-left .mpc-post:hover .mpc-post__date.mpc-date__wrapper { right: 100%; }
.mpc-layout--style_5.mpc-item--slide-right .mpc-post:hover .mpc-post__date.mpc-date__wrapper { -webkit-transform: translateX(100%); transform: translateX(100%); }
.mpc-layout--style_5.mpc-item--slide-down .mpc-post:hover .mpc-post__date.mpc-date__wrapper { -webkit-transform: translateY(100%); transform: translateY(100%); }
.mpc-layout--style_5.mpc-item--slide-up .mpc-post:hover .mpc-post__date.mpc-date__wrapper { bottom: 100%; } .mpc-layout--style_6 .mpc-post__wrapper > .mpc-post__content { position: absolute; bottom: 0; width: 100%; -webkit-transition: all .25s; transition: all .25s; }
.mpc-layout--style_6 .mpc-post__wrapper > .mpc-post__content * { text-align: center !important; }
.mpc-layout--style_6 .mpc-post__wrapper > .mpc-post__content .mpc-wrapper { position: absolute; top: 0; left: 1em; height: 100%; }
.mpc-layout--style_6 .mpc-post__date.mpc-date__wrapper { display: table; height: 100%; text-align: center; padding: 0 .5em; }
.mpc-layout--style_6 .mpc-post__date.mpc-date__wrapper a { display: table-cell; vertical-align: middle; height: 100%; font: inherit !important; color: inherit !important; }
.mpc-layout--style_6 .mpc-post__date.mpc-date__wrapper .mpc-date__days { font-size: 1.5em !important; line-height: 1em !important; }
.mpc-layout--style_6 .mpc-post__date.mpc-date__wrapper .mpc-date__month { font-size: 0.8em !important; line-height: 1em !important; text-transform: uppercase; }
.mpc-layout--style_6 .mpc-post__overlay { height: 100% !important; }
.mpc-layout--style_6 .mpc-post__overlay .mpc-post__content { height: 100% !important; }
.mpc-layout--style_6 .mpc-post__overlay .mpc-post__content:after { position: absolute; display: block; content: ""; bottom: 0; left: 0; height: 6em; width: 100%; }
.mpc-layout--style_6 .mpc-post__overlay .mpc-post__date.mpc-date__wrapper { display: block; float: left; margin-right: .5em; height: auto; }
.mpc-layout--style_6 .mpc-post__overlay .mpc-wrapper { overflow: hidden; }
.mpc-layout--style_6.mpc-item--fade .mpc-post:hover .mpc-post__wrapper > .mpc-post__content, .mpc-layout--style_6.mpc-item--none .mpc-post:hover .mpc-post__wrapper > .mpc-post__content { opacity: 0; }
.mpc-layout--style_6.mpc-item--slide-left .mpc-post:hover .mpc-post__wrapper > .mpc-post__content { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
.mpc-layout--style_6.mpc-item--slide-right .mpc-post:hover .mpc-post__wrapper > .mpc-post__content { -webkit-transform: translateX(100%); transform: translateX(100%); }
.mpc-layout--style_6.mpc-item--slide-down .mpc-post:hover .mpc-post__wrapper > .mpc-post__content { -webkit-transform: translateY(100%); transform: translateY(100%); }
.mpc-layout--style_6.mpc-item--slide-up .mpc-post:hover .mpc-post__wrapper > .mpc-post__content { bottom: 100%; } .mpc-layout--style_7 .mpc-post__content { position: absolute; overflow: hidden; max-width: 80%; }
.mpc-layout--style_7 .mpc-post__overlay { width: 100%; height: 100% !important; }
.mpc-layout--style_7.mpc-align--top-left .mpc-post__content { top: 1em; left: 1em; }
.mpc-layout--style_7.mpc-align--top-right .mpc-post__content { top: 1em; right: 1em; }
.mpc-layout--style_7.mpc-align--bottom-left .mpc-post__content { bottom: 1em; left: 1em; }
.mpc-layout--style_7.mpc-align--bottom-right .mpc-post__content { bottom: 1em; right: 1em; }
.mpc-layout--style_7 .mpc-post:hover .mpc-post__content > *:not(.mpc-post__overlay) { opacity: 0; }
@media screen and (max-width: 767px) { .mpc-layout--style_3 .mpc-post__description { padding-left: 0 !important; padding-right: 0 !important; } } .mpc-column { display: block; }
.mpc-column[data-link="true"] { cursor: pointer; }
.mpc-column--sticky { position: relative; opacity: 1 !important; -webkit-transition: none !important; transition: none !important; }
.mpc-column--spacer { float: left; height: 0; display: none; }
.mpc-column--spacer.mpc-active { float: left; height: 1px; display: block; margin-right: -1px !important; }
.mpc-row:not(.vc_row-o-equal-height) .mpc-column--divider { display: none; }
.mpc-column--divider { position: relative; width: 0; z-index: 10; }
.mpc-column--divider .vc_column-inner { width: auto; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.mpc-column--divider img { width: auto; max-width: none; } @media (min-width: 960px) { .single-internal-gutter.mpc-column, .no-internal-gutter.mpc-column { display: table-cell; } } .mpc-flipbox { -webkit-box-sizing: border-box; box-sizing: border-box; }
.mpc-flipbox.mpc-flipbox--click { cursor: pointer; }
.mpc-flipbox__content { position: relative; width: 100%; height: inherit; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d; }
.mpc-flipbox__front, .mpc-flipbox__back { position: absolute; top: 0; left: 0; text-align: center; width: 100%; -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -ms-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; }
.mpc-flipbox__wrapper { width: 100%; height: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; }
.mpc-flipbox--flip-left .mpc-flipbox__front { -webkit-transform: perspective(1000px) rotateY(0deg); -moz-transform: perspective(1000px) rotateY(0deg); transform: perspective(1000px) rotateY(0deg); }
.mpc-flipbox--flip-left .mpc-flipbox__back { -webkit-transform: perspective(1000px) rotateY(180deg); -moz-transform: perspective(1000px) rotateY(180deg); transform: perspective(1000px) rotateY(180deg); }
.mpc-flipbox--flip-left:not(.mpc-flipbox--click):hover .mpc-flipbox__front, .mpc-flipbox--flip-left.mpc-flipbox--animate .mpc-flipbox__front { -webkit-transform: perspective(1000px) rotateY(-179.9deg); -moz-transform: perspective(1000px) rotateY(-179.9deg); transform: perspective(1000px) rotateY(-179.9deg); }
.mpc-flipbox--flip-left:not(.mpc-flipbox--click):hover .mpc-flipbox__back, .mpc-flipbox--flip-left.mpc-flipbox--animate .mpc-flipbox__back { -webkit-transform: perspective(1000px) rotateY(0deg); -moz-transform: perspective(1000px) rotateY(0deg); transform: perspective(1000px) rotateY(0deg); }
.mpc-flipbox--flip-right .mpc-flipbox__front { -webkit-transform: perspective(1000px) rotateY(0deg); -moz-transform: perspective(1000px) rotateY(0deg); transform: perspective(1000px) rotateY(0deg); }
.mpc-flipbox--flip-right .mpc-flipbox__back { -webkit-transform: perspective(1000px) rotateY(-180deg); -moz-transform: perspective(1000px) rotateY(-180deg); transform: perspective(1000px) rotateY(-180deg); }
.mpc-flipbox--flip-right:not(.mpc-flipbox--click):hover .mpc-flipbox__front, .mpc-flipbox--flip-right.mpc-flipbox--animate .mpc-flipbox__front { -webkit-transform: perspective(1000px) rotateY(179.9deg); -moz-transform: perspective(1000px) rotateY(179.9deg); transform: perspective(1000px) rotateY(179.9deg); }
.mpc-flipbox--flip-right:not(.mpc-flipbox--click):hover .mpc-flipbox__back, .mpc-flipbox--flip-right.mpc-flipbox--animate .mpc-flipbox__back { -webkit-transform: perspective(1000px) rotateY(0deg); -moz-transform: perspective(1000px) rotateY(0deg); transform: perspective(1000px) rotateY(0deg); }
.mpc-flipbox--flip-top .mpc-flipbox__front { -webkit-transform: perspective(1000px) rotateX(0deg); -moz-transform: perspective(1000px) rotateX(0deg); transform: perspective(1000px) rotateX(0deg); }
.mpc-flipbox--flip-top .mpc-flipbox__back { -webkit-transform: perspective(1000px) rotateX(180deg); -moz-transform: perspective(1000px) rotateX(180deg); transform: perspective(1000px) rotateX(180deg); }
.mpc-flipbox--flip-top:not(.mpc-flipbox--click):hover .mpc-flipbox__front, .mpc-flipbox--flip-top.mpc-flipbox--animate .mpc-flipbox__front { -webkit-transform: perspective(1000px) rotateX(-179.9deg); -moz-transform: perspective(1000px) rotateX(-179.9deg); transform: perspective(1000px) rotateX(-179.9deg); }
.mpc-flipbox--flip-top:not(.mpc-flipbox--click):hover .mpc-flipbox__back, .mpc-flipbox--flip-top.mpc-flipbox--animate .mpc-flipbox__back { -webkit-transform: perspective(1000px) rotateX(0deg); -moz-transform: perspective(1000px) rotateX(0deg); transform: perspective(1000px) rotateX(0deg); }
.mpc-flipbox--flip-bottom .mpc-flipbox__front { -webkit-transform: perspective(1000px) rotateX(0deg); -moz-transform: perspective(1000px) rotateX(0deg); transform: perspective(1000px) rotateX(0deg); }
.mpc-flipbox--flip-bottom .mpc-flipbox__back { -webkit-transform: perspective(1000px) rotateX(-180deg); -moz-transform: perspective(1000px) rotateX(-180deg); transform: perspective(1000px) rotateX(-180deg); }
.mpc-flipbox--flip-bottom:not(.mpc-flipbox--click):hover .mpc-flipbox__front, .mpc-flipbox--flip-bottom.mpc-flipbox--animate .mpc-flipbox__front { -webkit-transform: perspective(1000px) rotateX(179.9deg); -moz-transform: perspective(1000px) rotateX(179.9deg); transform: perspective(1000px) rotateX(179.9deg); }
.mpc-flipbox--flip-bottom:not(.mpc-flipbox--click):hover .mpc-flipbox__back, .mpc-flipbox--flip-bottom.mpc-flipbox--animate .mpc-flipbox__back { -webkit-transform: perspective(1000px) rotateX(0deg); -moz-transform: perspective(1000px) rotateX(0deg); transform: perspective(1000px) rotateX(0deg); } .mpc-flipbox-side { display: table; width: 100%; height: 100%; }
.mpc-flipbox-side .wpb_text_column p:first-child { margin-top: 0; }
.mpc-flipbox-side .wpb_text_column p:last-child { margin-bottom: 0; }
.mpc-flipbox-side__content { display: table-cell; }
[data-front-align^=top] .mpc-flipbox__front .mpc-flipbox-side__content, [data-back-align^=top] .mpc-flipbox__back .mpc-flipbox-side__content { vertical-align: top; }
[data-front-align^=middle] .mpc-flipbox__front .mpc-flipbox-side__content, [data-back-align^=middle] .mpc-flipbox__back .mpc-flipbox-side__content { vertical-align: middle; }
[data-front-align^=bottom] .mpc-flipbox__front .mpc-flipbox-side__content, [data-back-align^=bottom] .mpc-flipbox__back .mpc-flipbox-side__content { vertical-align: bottom; }
[data-front-align$=left] .mpc-flipbox__front .mpc-flipbox-side__content, [data-back-align$=left] .mpc-flipbox__back .mpc-flipbox-side__content { text-align: left; }
[data-front-align$=center] .mpc-flipbox__front .mpc-flipbox-side__content, [data-back-align$=center] .mpc-flipbox__back .mpc-flipbox-side__content { text-align: center; }
[data-front-align$=right] .mpc-flipbox__front .mpc-flipbox-side__content, [data-back-align$=right] .mpc-flipbox__back .mpc-flipbox-side__content { text-align: right; }
.mpc-flipbox[data-max-height] .mpc-flipbox__wrapper, .mpc-flipbox[data-primary-side] .mpc-flipbox__wrapper { overflow-x: hidden; overflow-y: auto; } .mpc-cubebox { position: relative; display: block; -webkit-box-sizing: border-box; box-sizing: border-box; }
.mpc-cubebox.mpc-cubebox--click { cursor: pointer; }
.mpc-cubebox__content { position: relative; width: 100%; height: inherit; overflow: hidden; }
.mpc-cubebox__front, .mpc-cubebox__side { position: absolute; top: 0; text-align: center; width: 100%; }
.mpc-cubebox--flip-top .mpc-cubebox__front { transform: translateY(0); }
.mpc-cubebox--flip-top .mpc-cubebox__front .mpc-cubebox-side { transform: perspective(550px) rotateX(0deg) translateY(0.0001%); transform-origin: top; }
.mpc-cubebox--flip-top .mpc-cubebox__side { transform: translateY(-100%); }
.mpc-cubebox--flip-top .mpc-cubebox__side .mpc-cubebox-side { transform: perspective(550px) rotateX(90deg) translateY(0.0001%); transform-origin: bottom; }
.mpc-cubebox--flip-top:not(.mpc-cubebox--click):hover .mpc-cubebox__front, .mpc-cubebox--flip-top.mpc-cubebox--animate .mpc-cubebox__front { transform: translateY(100%); }
.mpc-cubebox--flip-top:not(.mpc-cubebox--click):hover .mpc-cubebox__front .mpc-cubebox-side, .mpc-cubebox--flip-top.mpc-cubebox--animate .mpc-cubebox__front .mpc-cubebox-side { transform: perspective(550px) rotateX(-90deg) translateY(0.0001%); }
.mpc-cubebox--flip-top:not(.mpc-cubebox--click):hover .mpc-cubebox__side, .mpc-cubebox--flip-top.mpc-cubebox--animate .mpc-cubebox__side { transform: translateY(0); }
.mpc-cubebox--flip-top:not(.mpc-cubebox--click):hover .mpc-cubebox__side .mpc-cubebox-side, .mpc-cubebox--flip-top.mpc-cubebox--animate .mpc-cubebox__side .mpc-cubebox-side { transform: perspective(550px) rotateX(0deg) translateY(0.0001%); }
.mpc-cubebox--flip-bottom .mpc-cubebox__front { transform: translateY(0); }
.mpc-cubebox--flip-bottom .mpc-cubebox__front .mpc-cubebox-side { transform: perspective(550px) rotateX(0deg) translateY(0.0001%); transform-origin: bottom; }
.mpc-cubebox--flip-bottom .mpc-cubebox__side { transform: translateY(100%); }
.mpc-cubebox--flip-bottom .mpc-cubebox__side .mpc-cubebox-side { transform: perspective(550px) rotateX(-90deg) translateY(0.0001%); transform-origin: top; }
.mpc-cubebox--flip-bottom:not(.mpc-cubebox--click):hover .mpc-cubebox__front, .mpc-cubebox--flip-bottom.mpc-cubebox--animate .mpc-cubebox__front { transform: translateY(-100%); }
.mpc-cubebox--flip-bottom:not(.mpc-cubebox--click):hover .mpc-cubebox__front .mpc-cubebox-side, .mpc-cubebox--flip-bottom.mpc-cubebox--animate .mpc-cubebox__front .mpc-cubebox-side { transform: perspective(550px) rotateX(90deg) translateY(0.0001%); }
.mpc-cubebox--flip-bottom:not(.mpc-cubebox--click):hover .mpc-cubebox__side, .mpc-cubebox--flip-bottom.mpc-cubebox--animate .mpc-cubebox__side { transform: translateY(0); }
.mpc-cubebox--flip-bottom:not(.mpc-cubebox--click):hover .mpc-cubebox__side .mpc-cubebox-side, .mpc-cubebox--flip-bottom.mpc-cubebox--animate .mpc-cubebox__side .mpc-cubebox-side { transform: perspective(550px) rotateX(0deg) translateY(0.0001%); }
.mpc-cubebox--flip-left .mpc-cubebox__front { transform: translateX(0); }
.mpc-cubebox--flip-left .mpc-cubebox__front .mpc-cubebox-side { transform: perspective(550px) rotateY(0deg) translateY(0.0001%); transform-origin: left; }
.mpc-cubebox--flip-left .mpc-cubebox__side { transform: translateX(-100%); }
.mpc-cubebox--flip-left .mpc-cubebox__side .mpc-cubebox-side { transform: perspective(550px) rotateY(-90deg) translateY(0.0001%); transform-origin: right; }
.mpc-cubebox--flip-left:not(.mpc-cubebox--click):hover .mpc-cubebox__front, .mpc-cubebox--flip-left.mpc-cubebox--animate .mpc-cubebox__front { transform: translateX(100%); }
.mpc-cubebox--flip-left:not(.mpc-cubebox--click):hover .mpc-cubebox__front .mpc-cubebox-side, .mpc-cubebox--flip-left.mpc-cubebox--animate .mpc-cubebox__front .mpc-cubebox-side { transform: perspective(550px) rotateY(90deg) translateY(0.0001%); }
.mpc-cubebox--flip-left:not(.mpc-cubebox--click):hover .mpc-cubebox__side, .mpc-cubebox--flip-left.mpc-cubebox--animate .mpc-cubebox__side { transform: translateX(0); }
.mpc-cubebox--flip-left:not(.mpc-cubebox--click):hover .mpc-cubebox__side .mpc-cubebox-side, .mpc-cubebox--flip-left.mpc-cubebox--animate .mpc-cubebox__side .mpc-cubebox-side { transform: perspective(550px) rotateY(0deg) translateY(0.0001%); }
.mpc-cubebox--flip-right .mpc-cubebox__front { transform: translateX(0); }
.mpc-cubebox--flip-right .mpc-cubebox__front .mpc-cubebox-side { transform: perspective(550px) rotateY(0deg) translateY(0.0001%); transform-origin: right; }
.mpc-cubebox--flip-right .mpc-cubebox__side { transform: translateX(100%); }
.mpc-cubebox--flip-right .mpc-cubebox__side .mpc-cubebox-side { transform: perspective(550px) rotateY(90deg) translateY(0.0001%); transform-origin: left; }
.mpc-cubebox--flip-right:not(.mpc-cubebox--click):hover .mpc-cubebox__front, .mpc-cubebox--flip-right.mpc-cubebox--animate .mpc-cubebox__front { transform: translateX(-100%); }
.mpc-cubebox--flip-right:not(.mpc-cubebox--click):hover .mpc-cubebox__front .mpc-cubebox-side, .mpc-cubebox--flip-right.mpc-cubebox--animate .mpc-cubebox__front .mpc-cubebox-side { transform: perspective(550px) rotateY(-90deg) translateY(0.0001%); }
.mpc-cubebox--flip-right:not(.mpc-cubebox--click):hover .mpc-cubebox__side, .mpc-cubebox--flip-right.mpc-cubebox--animate .mpc-cubebox__side { transform: translateX(0); }
.mpc-cubebox--flip-right:not(.mpc-cubebox--click):hover .mpc-cubebox__side .mpc-cubebox-side, .mpc-cubebox--flip-right.mpc-cubebox--animate .mpc-cubebox__side .mpc-cubebox-side { transform: perspective(550px) rotateY(0deg) translateY(0.0001%); }
.mpc-cubebox-side, .mpc-cubebox__front, .mpc-cubebox__side { position: absolute; top: 0; left: 0; width: 100%; height: 100%; transition: all .5s; } .mpc-cubebox-side { display: table; width: 100%; height: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; }
.mpc-cubebox-side .wpb_text_column p:first-child { margin-top: 0; }
.mpc-cubebox-side .wpb_text_column p:last-child { margin-bottom: 0; }
.mpc-cubebox-side__content { display: table-cell; }
[data-front-align^=top] .mpc-cubebox__front .mpc-cubebox-side__content, [data-side-align^=top] .mpc-cubebox__side .mpc-cubebox-side__content { vertical-align: top; }
[data-front-align^=middle] .mpc-cubebox__front .mpc-cubebox-side__content, [data-side-align^=middle] .mpc-cubebox__side .mpc-cubebox-side__content { vertical-align: middle; }
[data-front-align^=bottom] .mpc-cubebox__front .mpc-cubebox-side__content, [data-side-align^=bottom] .mpc-cubebox__side .mpc-cubebox-side__content { vertical-align: bottom; }
[data-front-align$=left] .mpc-cubebox__front .mpc-cubebox-side__content, [data-side-align$=left] .mpc-cubebox__side .mpc-cubebox-side__content { text-align: left; }
[data-front-align$=center] .mpc-cubebox__front .mpc-cubebox-side__content, [data-side-align$=center] .mpc-cubebox__side .mpc-cubebox-side__content { text-align: center; }
[data-front-align$=right] .mpc-cubebox__front .mpc-cubebox-side__content, [data-side-align$=right] .mpc-cubebox__side .mpc-cubebox-side__content { text-align: right; }
.mpc-cubebox[data-max-height] .mpc-cubebox__front, .mpc-cubebox[data-max-height] .mpc-cubebox__side, .mpc-cubebox[data-primary-side] .mpc-cubebox__front, .mpc-cubebox[data-primary-side] .mpc-cubebox__side { overflow-x: hidden; overflow-y: auto; } .mpc-tabs { display: block; -webkit-box-sizing: border-box; box-sizing: border-box; }
.mpc-tabs.mpc-init { -webkit-transition: none; transition: none; }
.mpc-tabs:before, .mpc-tabs:after { display: block; content: ""; float: none; clear: both; }
.mpc-tabs--left, .mpc-tabs--right { display: -ms-flexbox; display: flex; }
.mpc-tabs__content { position: relative; display: block; overflow: hidden; flex-grow: 1; }
.mpc-tabs__content .wpb_content_element:last-child, .mpc-tabs__content .wpb_row:last-child, .mpc-tabs__content p:last-child { margin-bottom: 0 !important; }
.mpc-tabs__content .wpb_content_element:first-child, .mpc-tabs__content .wpb_row:first-child, .mpc-tabs__content p:first-child { margin-top: 0 !important; }
.mpc-tabs__nav { flex: 0 0 auto; }
.mpc-tabs__nav ul { display: block; list-style: none; padding: 0; margin: 0; width: 100%; cursor: pointer; }
.mpc-tabs__nav ul:after, .mpc-tabs__nav ul:before { clear: both; float: none; content: ""; display: block; }
.mpc-tabs__nav ul .mpc-tabs__nav-item { margin-bottom: 0; }
.mpc-tabs__nav-item { display: block; position: relative; padding: 0; }
.mpc-tabs__nav-item:after { content: "" !important; border: 0 !important; }
.mpc-tabs__nav-item .mpc-button { display: block; }
.mpc-tabs__nav-item .mpc-button .mpc-button__icon, .mpc-tabs__nav-item .mpc-button .mpc-button__title { vertical-align: middle; }
.mpc-tabs__nav-item .mpc-button__content { white-space: nowrap; display: block; }
.mpc-tabs .mpc-tab { position: absolute; top: 0; left: 0; display: block; width: 100%; opacity: 0; box-sizing: border-box; -webkit-box-sizing: border-box; }
.mpc-tabs .mpc-tab[data-active="true"] { position: relative; opacity: 1; z-index: 2; } .mpc-tabs .mpc-tab[data-active="false"] [id^="image-map-pro"] { display: none; } .mpc-tabs--decor-line .mpc-tabs__nav { position: relative; z-index: 2; }
.mpc-tabs--decor-line .mpc-tabs__nav-item, .mpc-tabs--decor-line .mpc-tabs__content { border-style: solid; }
.mpc-tabs--decor-line .mpc-tabs__nav-item:after { display: block; position: absolute; content: ""; opacity: 0; z-index: 2; -webkit-transition: all .25s; transition: all .25s; }
.mpc-tabs--decor-line .mpc-tabs__nav-item:hover:after, .mpc-tabs--decor-line .mpc-tabs__nav-item.mpc-active:after { opacity: 1; } .mpc-tabs--top .mpc-tabs__nav { margin-top: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }
.mpc-tabs--top .mpc-tabs__nav-item { display: inline-block; vertical-align: bottom; padding-top: 0 !important; padding-left: 0 !important; padding-right: 0 !important; }
.mpc-tabs--top.mpc-tabs--decor-line .mpc-tabs__nav-item { border-top: none; border-left: none; border-right: none; padding-top: 0 !important; padding-left: 0 !important; padding-right: 0 !important; }
.mpc-tabs--top.mpc-tabs--decor-line .mpc-tabs__nav-item:after { left: 0; bottom: 0; width: 100% !important; margin-left: 0 !important; }
.mpc-tabs--top.mpc-tabs--decor-line .mpc-tabs__content { border-bottom: none; border-left: none; border-right: none; } .mpc-tabs--bottom .mpc-tabs__nav { margin-bottom: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }
.mpc-tabs--bottom .mpc-tabs__nav-item { display: inline-block; vertical-align: top; padding-bottom: 0 !important; padding-left: 0 !important; padding-right: 0 !important; }
.mpc-tabs--bottom.mpc-tabs--decor-line .mpc-tabs__nav-item { border-bottom: none; border-left: none; border-right: none; padding-bottom: 0 !important; padding-left: 0 !important; padding-right: 0 !important; }
.mpc-tabs--bottom.mpc-tabs--decor-line .mpc-tabs__nav-item:after { left: 0; top: 0; width: 100% !important; margin-left: 0 !important; }
.mpc-tabs--bottom.mpc-tabs--decor-line .mpc-tabs__content { border-top: none; border-left: none; border-right: none; } .mpc-tabs--left .mpc-tabs__nav { order: 0; margin-left: 0 !important; margin-top: 0 !important; margin-bottom: 0 !important; }
.mpc-tabs--left .mpc-tabs__nav .mpc-tabs__nav-item { width: 100%; display: block; }
.mpc-tabs--left .mpc-tabs__nav .mpc-button { width: 100%; display: block; }
.mpc-tabs--left.mpc-tabs--decor-line .mpc-tabs__nav-item { border-left: none; border-top: none; border-bottom: none; padding-top: 0 !important; padding-bottom: 0 !important; padding-left: 0 !important; }
.mpc-tabs--left.mpc-tabs--decor-line .mpc-tabs__nav-item:after { top: 0; right: 0; height: 100% !important; margin-top: 0 !important; }
.mpc-tabs--left.mpc-tabs--decor-line .mpc-tabs__content { border-right: none; border-top: none; border-bottom: none; } .mpc-tabs--right .mpc-tabs__nav { order: 2; margin-right: 0 !important; margin-top: 0 !important; margin-bottom: 0 !important; }
.mpc-tabs--right .mpc-tabs__nav .mpc-tabs__nav-item { display: block; width: 100%; }
.mpc-tabs--right .mpc-tabs__nav .mpc-button { width: 100%; display: block; }
.mpc-tabs--right.mpc-tabs--decor-line .mpc-tabs__nav-item { border-right: none; border-top: none; border-bottom: none; padding-top: 0 !important; padding-bottom: 0 !important; padding-right: 0 !important; }
.mpc-tabs--right.mpc-tabs--decor-line .mpc-tabs__nav-item:after { top: 0; left: 0; height: 100% !important; margin-top: 0 !important; }
.mpc-tabs--right.mpc-tabs--decor-line .mpc-tabs__content { border-left: none; border-top: none; border-bottom: none; } .mpc-align--top { align-self: flex-start; }
.mpc-align--middle { align-self: center; }
.mpc-align--bottom { align-self: flex-end; }
.mpc-align--left { text-align: left; }
.mpc-align--center { text-align: center; }
.mpc-align--right { text-align: right; } @media screen and (min-width: 769px) and (max-width: 992px) { .mpc-column:not(.vc_col-sm-12) .mpc-tabs { margin-right: 0 !important; margin-left: 0 !important; }
.mpc-column:not(.vc_col-sm-12) .mpc-tabs__content .mpc-tab { margin-left: 0 !important; margin-right: 0 !important; padding-left: 0 !important; padding-right: 0 !important; }
.mpc-column:not(.vc_col-sm-12) .mpc-tabs--top .mpc-tabs__content { width: 100%; }
.mpc-column:not(.vc_col-sm-12) .mpc-tabs--top .mpc-tabs__content .mpc-tab { padding: 1em 0 0 0 !important; }
.mpc-column:not(.vc_col-sm-12) .mpc-tabs--bottom .mpc-tabs__content { width: 100%; }
.mpc-column:not(.vc_col-sm-12) .mpc-tabs--bottom .mpc-tabs__content .mpc-tab { padding: 0 0 1em 0 !important; }
.mpc-column:not(.vc_col-sm-12) .mpc-tabs__nav { text-align: center; }
.mpc-column:not(.vc_col-sm-12) .mpc-tabs__nav ul .mpc-tabs__nav-item { margin: .5em; }
.mpc-column:not(.vc_col-sm-12) .mpc-tabs__nav ul .mpc-tabs__nav-item, .mpc-column:not(.vc_col-sm-12) .mpc-tabs__nav ul .mpc-tabs__nav-item:last-child { margin-bottom: .5em !important; }
.mpc-column:not(.vc_col-sm-12) .mpc-tabs--decor-line .mpc-tabs__nav-item { border: 0 !important; }
.mpc-column:not(.vc_col-sm-12) .mpc-tabs--decor-line:after { display: none !important; } }
@media screen and (max-width: 768px) { .mpc-tabs { margin-right: 0 !important; margin-left: 0 !important; }
.mpc-tabs--top .mpc-tabs__content { width: 100%; padding: 1em 0 0 0 !important; }
.mpc-tabs--bottom .mpc-tabs__content { width: 100%; padding: 0 0 1em 0 !important; }
.mpc-tabs__content .mpc-tab { margin-left: 0 !important; margin-right: 0 !important; padding-left: 0 !important; padding-right: 0 !important; }
.mpc-tabs__nav { text-align: center; }
.mpc-tabs__nav ul .mpc-tabs__nav-item { margin: .5em; }
.mpc-tabs__nav ul .mpc-tabs__nav-item, .mpc-tabs__nav ul .mpc-tabs__nav-item:last-child { margin-bottom: .5em !important; }
.mpc-tabs--decor-line .mpc-tabs__nav-item { border: 0 !important; }
.mpc-tabs--decor-line:after { display: none !important; } } .mpc-accordion { display: block; overflow: hidden; -webkit-box-sizing: border-box; box-sizing: border-box; }
.mpc-accordion:before, .mpc-accordion:after { display: block; content: ""; float: none; clear: both; }
.mpc-accordion__content { margin: 0; padding: 0; }
.mpc-accordion__content .wpb_content_element:last-child, .mpc-accordion__content .wpb_row:last-child { margin-bottom: 0 !important; }
.mpc-accordion__content .wpb_content_element:first-child, .mpc-accordion__content .wpb_row:first-child, .mpc-accordion__content p:first-child { margin-top: 0 !important; }
.mpc-accordion__item { display: block; list-style: none; margin-bottom: 0 !important; }
.mpc-accordion__item:before, .mpc-accordion__item:after { display: block; content: "" !important; float: none; clear: both; border: 0 !important; position: static !important; }
.mpc-accordion-item__indent { display: none; }
.mpc-accordion--indent .mpc-accordion-item__indent { opacity: 0; visibility: hidden; float: left; display: block; }
.mpc-accordion--indent .mpc-accordion-item__indent .mpc-icon { margin-right: 8px; }
.mpc-accordion--indent .mpc-accordion-item__wrapper { overflow: hidden; }
.mpc-accordion-item__heading { position: relative; display: -ms-flexbox; display: flex; align-items: center; width: 100%; cursor: pointer; }
.mpc-accordion-item__heading h3 { display: inline-block; font: inherit !important; color: inherit !important; line-height: inherit !important; text-align: inherit !important; text-transform: inherit !important; margin: 0; flex: auto; }
.mpc-accordion-item__heading .mpc-icon { margin-right: 8px; flex: 0 0 auto; }
.mpc-accordion-item__heading:before, .mpc-accordion-item__heading:after { display: block; content: ""; float: none; clear: both; }
.mpc-accordion-item__heading:after { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; z-index: 2; }
.mpc-accordion-item__heading.mpc-active { border-bottom-left-radius: 0 !important; border-bottom-right-radius: 0 !important; }
[data-active="true"] .mpc-accordion-item__wrapper { border-top-left-radius: 0 !important; border-top-right-radius: 0 !important; }
.mpc-accordion-item__content { overflow: hidden; }
.mpc-accordion-item__content.mpc-hidden { height: 0; padding-top: 0 !important; padding-bottom: 0 !important; } .mpc-force-responsive .mpc-accordion-item__heading { line-height: 1.25em !important; }
@media only screen and (max-width: 767px) { .mpc-force-responsive .mpc-accordion .mpc-accordion-item__heading { display: block !important; white-space: nowrap; }
.mpc-force-responsive .mpc-accordion .mpc-accordion-item__heading h3 { vertical-align: middle; white-space: initial; max-width: 85%; } } .mpc-testimonial { -webkit-box-sizing: border-box; box-sizing: border-box; }
.mpc-testimonial .mpc-testimonial__content { padding: 0; margin: 0; border: 0; background: none !important; }
.mpc-testimonial .mpc-testimonial__content p:first-child { margin-top: 0 !important; }
.mpc-testimonial .mpc-testimonial__content p:last-child { margin-bottom: 0 !important; }
.mpc-testimonial .mpc-testimonial__signature span { font-size: inherit; font-style: normal; font-family: inherit; color: inherit; }
.mpc-testimonial:before, .mpc-testimonial:after { display: block; content: ""; float: none; clear: both; }
.mpc-testimonial__thumbnail { float: left; display: block; z-index: 1; margin: 0 1em 0 0; max-width: 100% !important; }
.mpc-testimonial__thumbnail img { margin: 0 auto; vertical-align: bottom; max-width: 100% !important; display: block; }
.mpc-testimonial__content { display: block; position: relative; z-index: 2; overflow: hidden; }
.mpc-testimonial__link { font-style: normal; }
.mpc-testimonial__link, .mpc-testimonial__link:hover { text-decoration: none; } .mpc-testimonial--style_1 .mpc-testimonial__description { margin: 1em 0 0 0; } .mpc-testimonial--style_2 .mpc-testimonial__description { margin: 0 0 1em; } .mpc-testimonial--style_3 .mpc-testimonial__description { margin: 0 0 1em; }
.mpc-testimonial--style_3 .mpc-testimonial__thumbnail { float: none; margin: 0 auto 1em; } .mpc-testimonial--style_4 .mpc-testimonial__description { margin: 0 0 1em; }
.mpc-testimonial--style_4 .mpc-testimonial__thumbnail { float: none; margin: 1em auto 0; } .mpc-testimonial--style_5 .mpc-testimonial__thumbnail { float: none; margin: 1em auto; }
.mpc-testimonial--style_5 .mpc-testimonial__description { margin: 0; } .mpc-testimonial--style_6 .mpc-testimonial__thumbnail { float: right; margin: 0 0 0 1em; }
.mpc-testimonial--style_6 .mpc-testimonial__description { margin: 1em 0 0 0; } .mpc-testimonial--style_7 .mpc-testimonial__description { margin: 0 0 1em 0; }
.mpc-testimonial--style_7 .mpc-testimonial__thumbnail { float: right; margin: 0 0 0 1em; }
@media screen and (min-width: 768px) and (max-width: 992px) { .mpc-column:not(.vc_col-sm-12) .mpc-testimonial--style_1 .mpc-testimonial__thumbnail, .mpc-column:not(.vc_col-sm-12) .mpc-testimonial--style_2 .mpc-testimonial__thumbnail, .mpc-column:not(.vc_col-sm-12) .mpc-testimonial--style_6 .mpc-testimonial__thumbnail, .mpc-column:not(.vc_col-sm-12) .mpc-testimonial--style_7 .mpc-testimonial__thumbnail { float: none; margin: 0 auto 1em; } }
@media screen and (max-width: 480px) { .mpc-testimonial--style_1 .mpc-testimonial__thumbnail, .mpc-testimonial--style_2 .mpc-testimonial__thumbnail, .mpc-testimonial--style_6 .mpc-testimonial__thumbnail, .mpc-testimonial--style_7 .mpc-testimonial__thumbnail { float: none; margin: 0 auto 1em; } } .mpc-textblock { display: block; }
.mpc-textblock.mpc-inline { display: inline-block; }
.mpc-textblock h1, .mpc-textblock h2, .mpc-textblock h3, .mpc-textblock h4, .mpc-textblock h5, .mpc-textblock h6, .mpc-textblock a, .mpc-textblock span { font: inherit; text-align: inherit; color: inherit; }
.mpc-textblock p:first-child { margin-top: 0; }
.mpc-textblock p:last-child { margin-bottom: 0; }
.mpc-textblock:hover + .mpc-tooltip.mpc-trigger--hover.mpc-inited { visibility: visible; opacity: 1 !important; }
.mpc-textblock img { max-width: 100%; height: auto; } .mpc-timeline-basic { position: relative; display: block; }
.mpc-timeline-basic, .mpc-timeline-basic .mpc-timeline-item__wrap { -webkit-box-sizing: border-box; box-sizing: border-box; }
.mpc-timeline-basic .mpc-timeline__track { position: absolute; display: block; content: ""; top: 0; height: 100%; }
.mpc-timeline-basic .mpc-timeline__track:before, .mpc-timeline-basic .mpc-timeline__track:after { position: absolute; display: block; left: 0; width: 100%; content: ''; }
.mpc-timeline-basic .mpc-track__icon { position: absolute; bottom: 100%; display: inline-block; vertical-align: middle; max-width: 100%; }
.mpc-timeline-basic .mpc-track__icon:not(.mpc-icon--image) i { width: 1.35em; height: 1.35em; line-height: 1.35em; font-style: normal; }
.mpc-timeline-basic .mpc-track__icon i { display: block; text-align: center; }
.mpc-timeline-basic .mpc-track__icon img { vertical-align: middle; }
.mpc-timeline-basic.mpc-layout--both .mpc-timeline-item__wrap { float: left; width: 50%; }
.mpc-timeline-basic.mpc-layout--both .mpc-timeline__track, .mpc-timeline-basic.mpc-layout--both .mpc-track__icon { left: 50%; }
.mpc-timeline-basic.mpc-layout--left .mpc-timeline__track, .mpc-timeline-basic.mpc-layout--left .mpc-track__icon { left: 0; }
.mpc-timeline-basic.mpc-layout--right .mpc-timeline__track, .mpc-timeline-basic.mpc-layout--right .mpc-track__icon { left: 100%; }
.mpc-timeline-basic.mpc-inited .mpc-timeline-item__wrap { float: none !important; }
.mpc-timeline-basic.mpc--item-fullwidth .mpc-timeline-item__wrap { width: 100%; }
.mpc-timeline-basic.mpc-pointer--top .mpc-tl-before { top: 0; }
.mpc-timeline-basic.mpc-pointer--middle .mpc-tl-before { top: 50%; }
.mpc-timeline-basic.mpc-pointer--bottom .mpc-tl-before { bottom: 0; }
.mpc-timeline-basic a, .mpc-timeline-basic a:focus { outline: none; }
.mpc-timeline-item .mpc-tl-before { display: block; position: absolute !important; content: ""; width: 0; height: 0; border-style: solid; }
.mpc-pointer--line .mpc-tl-before { border-top: 0; border-left: 0; border-right: 0; }
.mpc-pointer--triangle .mpc-tl-before { border-top-color: transparent !important; border-bottom-color: transparent !important; }
.mpc-pointer--right-triangle .mpc-tl-before { border-top: 0 !important; border-bottom-color: transparent !important; }
@media screen and (min-width: 769px) { .mpc-tooltip--always .mpc-tooltip.mpc-inited { visibility: visible; opacity: 1 !important; -webkit-transition: all .25s ease-in-out; transition: all .25s ease-in-out; }
[data-side="left"] .mpc-tl-before { left: 100%; }
.mpc-pointer--triangle [data-side="left"] .mpc-tl-before { border-right: 0 !important; }
.mpc-pointer--right-triangle [data-side="left"] .mpc-tl-before { border-right: 0 !important; }
[data-side="left"].mpc-timeline-item__wrap { padding-left: 0 !important; }
[data-side="right"] .mpc-tl-before { right: 100%; }
.mpc-pointer--triangle [data-side="right"] .mpc-tl-before { border-left: 0 !important; }
.mpc-pointer--right-triangle [data-side="right"] .mpc-tl-before { border-left: 0 !important; }
[data-side="right"].mpc-timeline-item__wrap { padding-right: 0 !important; } } @media screen and (max-width: 768px) { .mpc-timeline-basic.mpc-layout--both .mpc-timeline-item__wrap, .mpc-timeline-basic.mpc-layout--left .mpc-timeline-item__wrap { width: 100% !important; padding-right: 0 !important; }
.mpc-timeline-basic.mpc-layout--both .mpc-tl-before, .mpc-timeline-basic.mpc-layout--left .mpc-tl-before { right: 100% !important; }
.mpc-timeline-basic.mpc-layout--both.mpc-pointer--triangle .mpc-tl-before, .mpc-timeline-basic.mpc-layout--both.mpc-pointer--right-triangle .mpc-tl-before, .mpc-timeline-basic.mpc-layout--left.mpc-pointer--triangle .mpc-tl-before, .mpc-timeline-basic.mpc-layout--left.mpc-pointer--right-triangle .mpc-tl-before { border-left: 0 !important; }
.mpc-timeline-basic.mpc-layout--both .mpc-timeline-item__wrap, .mpc-timeline-basic.mpc-layout--left .mpc-timeline-item__wrap { padding-right: 0 !important; }
.mpc-timeline-basic.mpc-layout--both .mpc-timeline-item__wrap:nth-last-child(1), .mpc-timeline-basic.mpc-layout--left .mpc-timeline-item__wrap:nth-last-child(1) { margin-bottom: 0 !important; }
.mpc-timeline-basic.mpc-layout--both .mpc-timeline__track, .mpc-timeline-basic.mpc-layout--both .mpc-track__icon, .mpc-timeline-basic.mpc-layout--left .mpc-timeline__track, .mpc-timeline-basic.mpc-layout--left .mpc-track__icon { left: 0 !important; }
.mpc-timeline-basic.mpc-layout--right .mpc-tl-before { left: 100% !important; }
.mpc-timeline-basic.mpc-layout--right.mpc-pointer--triangle .mpc-tl-before, .mpc-timeline-basic.mpc-layout--right.mpc-pointer--right-triangle .mpc-tl-before { border-right: 0 !important; } } .mpc-timeline-item { position: relative; display: block; min-height: 80px; border: 0 solid transparent; -webkit-box-sizing: border-box; box-sizing: border-box; }
.mpc-timeline-item:before { display: block; position: absolute; content: ""; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; border-radius: inherit; -webkit-transition: all .25s ease-in-out; transition: all .25s ease-in-out; }
.mpc-timeline-item .mpc-timeline-item__description, .mpc-timeline-item .mpc-timeline-item__heading, .mpc-timeline-item .mpc-icon, .mpc-timeline-item .mpc-divider, .mpc-timeline-item .mpc-tl-before, .mpc-timeline-item .mpc-tl-icon { position: relative; z-index: 2; }
.mpc-timeline-item > *:nth-child(2) { margin-top: 0; }
.mpc-timeline-item > *:nth-last-child(1) { margin-bottom: 0; }
.mpc-timeline-item__content { overflow: hidden; }
.mpc-timeline-item__content .mpc-timeline-item__description { padding: 0; margin: 0; }
.mpc-timeline-item__content .mpc-timeline-item__description p:first-child { margin-top: 0 !important; }
.mpc-timeline-item__content .mpc-timeline-item__description p:last-child { margin-bottom: 0 !important; }
.mpc-timeline-item__content .mpc-timeline-item__heading { padding: 0; margin: 0 0 .75em 0; text-transform: uppercase; }
.mpc-timeline-item .mpc-divider { margin: 0 0 .75em 0; }
.mpc-tl-icon { position: absolute; top: 0; display: inline-block; text-align: center; line-height: 1em; vertical-align: middle; max-width: 100%; z-index: 3; }
.mpc-tl-icon:hover { z-index: 5; }
.mpc-tl-icon img { display: block; max-width: 100%; }
.mpc-tl-icon:not(.mpc-icon--image) i { width: 1.35em; height: 1.35em; line-height: 1.35em; }
@media screen and (min-width: 768px) { [data-side="left"] .mpc-tl-icon { left: 100%; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
[data-side="right"] .mpc-tl-icon { right: 100%; -webkit-transform: translateX(50%); transform: translateX(50%); } } @media screen and (max-width: 768px) { .mpc-timeline-basic .mpc-tl-icon { right: 100%; -webkit-transform: translateX(50%); transform: translateX(50%); }
.mpc-layout--right .mpc-tl-icon { left: 100%; right: initial; -webkit-transform: translateX(-50%); transform: translateX(-50%); } } .mpc-tooltip { position: absolute; display: block; white-space: nowrap; z-index: 100000; visibility: hidden; opacity: 0 !important; pointer-events: none; -webkit-transition: all .25s !important; transition: all .25s !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.mpc-tooltip * { visibility: inherit; }
.mpc-tooltip .mpc-arrow { position: absolute; border-color: inherit; border-style: solid; border-width: 7px; }
.mpc-tooltip.mpc-no-arrow .mpc-arrow { display: none; }
.mpc-tooltip.mpc-loaded { max-width: 300px; }
.mpc-tooltip.mpc-loaded.mpc-wide { max-width: 500px; }
.mpc-tooltip.mpc-position--top { top: 0; left: 50%; transform: translateX(-50%) translateY(-100%); margin-top: -1em; }
.mpc-tooltip.mpc-position--top .mpc-arrow { bottom: -14px; left: 50%; margin-left: -7px; border-right-color: transparent !important; border-bottom-color: transparent !important; border-left-color: transparent !important; }
.mpc-tooltip.mpc-position--right { top: 50%; right: 0; transform: translateX(100%) translateY(-50%); margin-right: -1em; }
.mpc-tooltip.mpc-position--right .mpc-arrow { top: 50%; left: -14px; margin-top: -7px; border-top-color: transparent !important; border-bottom-color: transparent !important; border-left-color: transparent !important; }
.mpc-tooltip.mpc-position--bottom { bottom: 0; left: 50%; transform: translateX(-50%) translateY(100%); margin-bottom: -1em; }
.mpc-tooltip.mpc-position--bottom .mpc-arrow { top: -14px; left: 50%; margin-left: -7px; border-top-color: transparent !important; border-right-color: transparent !important; border-left-color: transparent !important; }
.mpc-tooltip.mpc-position--left { top: 50%; left: 0; transform: translateX(-100%) translateY(-50%); margin-left: -1em; }
.mpc-tooltip.mpc-position--left .mpc-arrow { top: 50%; right: -14px; margin-top: -7px; border-top-color: transparent !important; border-right-color: transparent !important; border-bottom-color: transparent !important; }
.mpc-tooltip.mpc-wrap-content { white-space: normal; word-break: break-word; word-wrap: break-word; width: 300px; }
.mpc-tooltip.mpc-wrap-content.mpc-wide { width: 500px; }
.mpc-tooltip.mpc-wrap-content img { max-width: 100%; }
.mpc-tooltip.mpc-can-hover { pointer-events: all; }
.mpc-tooltip.mpc-triggered.mpc-inited { visibility: visible; opacity: 1 !important; transition-delay: .1s; }
.mpc-tooltip .mpc-embed-wrap { position: relative; height: 0; padding-bottom: 56.25%; }
.mpc-tooltip .mpc-embed-wrap > iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.mpc-tooltip h1, .mpc-tooltip h2, .mpc-tooltip h3, .mpc-tooltip h4, .mpc-tooltip h5, .mpc-tooltip h6 { margin-top: 1em; margin-bottom: 1em; }
.mpc-tooltip h1:first-child, .mpc-tooltip h2:first-child, .mpc-tooltip h3:first-child, .mpc-tooltip h4:first-child, .mpc-tooltip h5:first-child, .mpc-tooltip h6:first-child { margin-top: 1em; }
.mpc-tooltip.mpc-effect--slide.mpc-position--top { top: 2em; }
.mpc-tooltip.mpc-effect--slide.mpc-position--right { right: 2em; }
.mpc-tooltip.mpc-effect--slide.mpc-position--bottom { bottom: 2em; }
.mpc-tooltip.mpc-effect--slide.mpc-position--left { left: 2em; }
.mpc-tooltip.mpc-effect--push.mpc-position--top { top: -2em; }
.mpc-tooltip.mpc-effect--push.mpc-position--right { right: -2em; }
.mpc-tooltip.mpc-effect--push.mpc-position--bottom { bottom: -2em; }
.mpc-tooltip.mpc-effect--push.mpc-position--left { left: -2em; }
.mpc-tooltip-target:hover + .mpc-tooltip.mpc-trigger--hover.mpc-position--top, .mpc-tooltip.mpc-can-hover:hover.mpc-position--top { top: 0; }
.mpc-tooltip-target:hover + .mpc-tooltip.mpc-trigger--hover.mpc-position--right, .mpc-tooltip.mpc-can-hover:hover.mpc-position--right { right: 0; }
.mpc-tooltip-target:hover + .mpc-tooltip.mpc-trigger--hover.mpc-position--bottom, .mpc-tooltip.mpc-can-hover:hover.mpc-position--bottom { bottom: 0; }
.mpc-tooltip-target:hover + .mpc-tooltip.mpc-trigger--hover.mpc-position--left, .mpc-tooltip.mpc-can-hover:hover.mpc-position--left { left: 0; }
.mpc-tooltip.mpc-triggered.mpc-effect--push.mpc-position--top { top: -.5em; }
.mpc-tooltip.mpc-triggered.mpc-effect--push.mpc-position--right { right: -.5em; }
.mpc-tooltip.mpc-triggered.mpc-effect--push.mpc-position--bottom { bottom: -.5em; }
.mpc-tooltip.mpc-triggered.mpc-effect--push.mpc-position--left { left: -.5em; }
.mpc-tooltip.mpc-triggered.mpc-effect--slide.mpc-position--top { top: .5em; }
.mpc-tooltip.mpc-triggered.mpc-effect--slide.mpc-position--right { right: .5em; }
.mpc-tooltip.mpc-triggered.mpc-effect--slide.mpc-position--bottom { bottom: .5em; }
.mpc-tooltip.mpc-triggered.mpc-effect--slide.mpc-position--left { left: .5em; }
.mpc-tooltip-target:hover + .mpc-tooltip.mpc-position--top { top: 0 !important; }
.mpc-tooltip-target:hover + .mpc-tooltip.mpc-position--right { right: 0 !important; }
.mpc-tooltip-target:hover + .mpc-tooltip.mpc-position--bottom { bottom: 0 !important; }
.mpc-tooltip-target:hover + .mpc-tooltip.mpc-position--left { left: 0 !important; }
.mpc-tooltip-target:hover + .mpc-tooltip.mpc-trigger--hover, .mpc-tooltip.mpc-trigger--hover.mpc-can-hover:hover { visibility: visible !important; opacity: 1 !important; transition-delay: .1s; }
.mpc-tooltip-wrap:hover .mpc-tooltip { z-index: 100001; }
.mpc-tooltip-wrap { position: relative; display: inline-block; } @-moz-keyframes spin3d-vertical { 100% { transform: rotate3d(0, 1, 0, 360deg); } }
@-moz-keyframes spin3d-horizontal { 100% { transform: rotate3d(1, 0, 0, 360deg); } }
@-moz-keyframes spin2d { 100% { transform: rotate3d(0, 0, 1, 360deg); } }
@-webkit-keyframes spin3d-vertical { 100% { transform: rotate3d(0, 1, 0, 360deg); } }
@-webkit-keyframes spin3d-horizontal { 100% { transform: rotate3d(1, 0, 0, 360deg); } }
@-webkit-keyframes spin2d { 100% { transform: rotate3d(0, 0, 1, 360deg); } }
@keyframes spin3d-vertical { 100% { transform: rotate3d(0, 1, 0, 360deg); } }
@keyframes spin3d-horizontal { 100% { transform: rotate3d(1, 0, 0, 360deg); } }
@keyframes spin2d { 100% { transform: rotate3d(0, 0, 1, 360deg); } }
.mpc-wc-add_to_cart-wrap { position: relative; display: inline-block; vertical-align: middle; z-index: 2; -webkit-transition: width .25s ease-in-out; transition: width .25s ease-in-out; }
.mpc-wc-add_to_cart-wrap:hover .mpc-wc-add_to_cart { z-index: 2; -webkit-transform: translate3d(0, 0, 0); }
.mpc-wc-add_to_cart-wrap:hover .mpc-atc__title { opacity: 0; }
.mpc-wc-add_to_cart-wrap.mpc-display--block .mpc-wc-add_to_cart, .mpc-wc-add_to_cart-wrap .mpc-wc-add_to_cart:not(.mpc-auto-size) { position: relative; display: block; width: 100%; height: 100%; }
.mpc-wc-add_to_cart { display: inline-block; overflow: hidden; text-decoration: none; z-index: 1; cursor: pointer; }
.mpc-wc-add_to_cart.mpc-inited { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.mpc-tooltip-wrap .mpc-wc-add_to_cart { display: block; }
.mpc-atc__content { z-index: 2; height: 100%; }
.mpc-atc__content del { font-size: .75em; }
.mpc-atc__content ins { background: none !important; }
.mpc-atc__title, .mpc-atc__title-hover { display: -ms-flexbox; display: flex; align-items: center; justify-content: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.mpc-inited .mpc-atc__title, .mpc-inited .mpc-atc__title-hover { width: 100%; height: 100%; }
.mpc-atc__title-hover { position: absolute; }
.mpc-atc__background { position: absolute; opacity: 0; }
.mpc-wc-add_to_cart-wrap:hover .mpc-atc__background { opacity: 1; }
.mpc-atc__background.mpc-effect-type--fade.mpc-effect-side--in { top: 0; bottom: 0; left: 0; right: 0; }
.mpc-atc__background.mpc-effect-type--slide.mpc-effect-side--top { top: -100%; left: 0; width: 100%; height: 100%; }
.mpc-wc-add_to_cart-wrap:hover .mpc-atc__background.mpc-effect-type--slide.mpc-effect-side--top { top: 0; }
.mpc-atc__background.mpc-effect-type--slide.mpc-effect-side--right { top: 0; left: 100%; width: 100%; height: 100%; }
.mpc-wc-add_to_cart-wrap:hover .mpc-atc__background.mpc-effect-type--slide.mpc-effect-side--right { left: 0; }
.mpc-atc__background.mpc-effect-type--slide.mpc-effect-side--bottom { top: 100%; left: 0; width: 100%; height: 100%; }
.mpc-wc-add_to_cart-wrap:hover .mpc-atc__background.mpc-effect-type--slide.mpc-effect-side--bottom { top: 0; }
.mpc-atc__background.mpc-effect-type--slide.mpc-effect-side--left { top: 0; left: -100%; width: 100%; height: 100%; }
.mpc-wc-add_to_cart-wrap:hover .mpc-atc__background.mpc-effect-type--slide.mpc-effect-side--left { left: 0; }
.mpc-atc__background.mpc-effect-type--expand.mpc-effect-side--horizontal { top: 0; bottom: 0; left: 50%; right: 50%; }
.mpc-wc-add_to_cart-wrap:hover .mpc-atc__background.mpc-effect-type--expand.mpc-effect-side--horizontal { left: 5%; right: 5%; }
.mpc-atc__background.mpc-effect-type--expand.mpc-effect-side--vertical { top: 50%; bottom: 50%; left: 0; right: 0; }
.mpc-wc-add_to_cart-wrap:hover .mpc-atc__background.mpc-effect-type--expand.mpc-effect-side--vertical { top: 5%; bottom: 5%; }
.mpc-atc__background.mpc-effect-type--expand.mpc-effect-side--diagonal_left { top: 50%; bottom: 50%; left: -20%; right: -20%; transform: rotate(45deg); }
.mpc-wc-add_to_cart-wrap:hover .mpc-atc__background.mpc-effect-type--expand.mpc-effect-side--diagonal_left { top: -60%; bottom: -60%; }
.mpc-atc__background.mpc-effect-type--expand.mpc-effect-side--diagonal_right { top: 50%; bottom: 50%; left: -20%; right: -20%; transform: rotate(-45deg); }
.mpc-wc-add_to_cart-wrap:hover .mpc-atc__background.mpc-effect-type--expand.mpc-effect-side--diagonal_right { top: -60%; bottom: -60%; }
.mpc-atc__content.mpc-effect-type--fade .mpc-atc__title-hover { top: 0; bottom: 0; left: 0; right: 0; opacity: 0; }
.mpc-wc-add_to_cart-wrap:hover .mpc-atc__content.mpc-effect-type--fade .mpc-atc__title-hover { opacity: 1; }
.mpc-atc__content.mpc-effect-type--slide .mpc-atc__title-hover { top: 50%; opacity: 0; -ms-transform: translateY(-50%); transform: translateY(-50%); }
.mpc-wc-add_to_cart-wrap:hover .mpc-atc__content.mpc-effect-type--slide .mpc-atc__title-hover { opacity: 1; }
.mpc-atc__content.mpc-effect-type--slide.mpc-effect-side--left .mpc-atc__title-hover { left: -100%; }
.mpc-wc-add_to_cart-wrap:hover .mpc-atc__content.mpc-effect-type--slide.mpc-effect-side--left .mpc-atc__title-hover { left: 0; }
.mpc-atc__content.mpc-effect-type--slide.mpc-effect-side--right .mpc-atc__title-hover { right: -100%; }
.mpc-wc-add_to_cart-wrap:hover .mpc-atc__content.mpc-effect-type--slide.mpc-effect-side--right .mpc-atc__title-hover { right: 0; }
.mpc-atc__content.mpc-effect-type--push_out { overflow: hidden; }
.mpc-atc__content.mpc-effect-type--push_out .mpc-atc__title-hover { opacity: 0; -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }
.mpc-wc-add_to_cart-wrap:hover .mpc-atc__content.mpc-effect-type--push_out .mpc-atc__title-hover { opacity: 1; }
.mpc-atc__content.mpc-effect-type--push_out .mpc-atc__title { position: relative; }
.mpc-atc__content.mpc-effect-type--push_out.mpc-effect-side--top .mpc-atc__title-hover { top: -100%; left: 50%; }
.mpc-wc-add_to_cart-wrap:hover .mpc-atc__content.mpc-effect-type--push_out.mpc-effect-side--top .mpc-atc__title-hover { top: 50%; }
.mpc-atc__content.mpc-effect-type--push_out.mpc-effect-side--top .mpc-atc__title { top: 0; }
.mpc-wc-add_to_cart-wrap:hover .mpc-atc__content.mpc-effect-type--push_out.mpc-effect-side--top .mpc-atc__title { top: 5em; }
.mpc-atc__content.mpc-effect-type--push_out.mpc-effect-side--right .mpc-atc__title-hover { top: 50%; left: 150%; }
.mpc-wc-add_to_cart-wrap:hover .mpc-atc__content.mpc-effect-type--push_out.mpc-effect-side--right .mpc-atc__title-hover { left: 50%; }
.mpc-atc__content.mpc-effect-type--push_out.mpc-effect-side--right .mpc-atc__title { left: 0; }
.mpc-wc-add_to_cart-wrap:hover .mpc-atc__content.mpc-effect-type--push_out.mpc-effect-side--right .mpc-atc__title { left: -100%; }
.mpc-atc__content.mpc-effect-type--push_out.mpc-effect-side--bottom .mpc-atc__title-hover { top: 150%; left: 50%; }
.mpc-wc-add_to_cart-wrap:hover .mpc-atc__content.mpc-effect-type--push_out.mpc-effect-side--bottom .mpc-atc__title-hover { top: 50%; }
.mpc-atc__content.mpc-effect-type--push_out.mpc-effect-side--bottom .mpc-atc__title { top: 0; }
.mpc-wc-add_to_cart-wrap:hover .mpc-atc__content.mpc-effect-type--push_out.mpc-effect-side--bottom .mpc-atc__title { top: -5em; }
.mpc-atc__content.mpc-effect-type--push_out.mpc-effect-side--left .mpc-atc__title-hover { top: 50%; left: -100%; }
.mpc-wc-add_to_cart-wrap:hover .mpc-atc__content.mpc-effect-type--push_out.mpc-effect-side--left .mpc-atc__title-hover { left: 50%; }
.mpc-atc__content.mpc-effect-type--push_out.mpc-effect-side--left .mpc-atc__title { left: 0; }
.mpc-wc-add_to_cart-wrap:hover .mpc-atc__content.mpc-effect-type--push_out.mpc-effect-side--left .mpc-atc__title { left: 100%; }
.mpc-wc-add_to_cart[data-notice^="show"] .mpc-atc__notices { z-index: 1; opacity: 1; left: 0; }
.mpc-wc-add_to_cart[data-notice^="show"]:not(.mpc-loader--outside) .mpc-atc__title, .mpc-wc-add_to_cart[data-notice^="show"]:not(.mpc-loader--outside) .mpc-atc__title-hover { opacity: 0 !important; }
.mpc-wc-add_to_cart[data-notice$="success"] .mpc--success { opacity: 1; }
.mpc-wc-add_to_cart[data-notice$="error"] .mpc--error { opacity: 1; }
.mpc-wc-add_to_cart[data-notice$="loader"] .mpc--loader, .mpc-wc-add_to_cart[data-notice$="loader"] + .mpc--loader.mpc-atc--outside { opacity: 1; }
.mpc-wc-add_to_cart[data-notice$="loader"] [data-spinner="rotate"] .mpc--loader i, .mpc-wc-add_to_cart[data-notice$="loader"] + .mpc-atc--outside[data-spinner="rotate"].mpc--loader i { transform: initial; -webkit-animation: spin2d 2s linear infinite; -moz-animation: spin2d 2s linear infinite; animation: spin2d 2s linear infinite; }
.mpc-wc-add_to_cart[data-notice$="loader"] [data-spinner="rotate3d-vertical"] .mpc--loader i, .mpc-wc-add_to_cart[data-notice$="loader"] + .mpc-atc--outside[data-spinner="rotate3d-vertical"].mpc--loader i { transform: initial; -webkit-animation: spin3d-vertical 2s linear infinite; -moz-animation: spin3d-vertical 2s linear infinite; animation: spin3d-vertical 2s linear infinite; }
.mpc-wc-add_to_cart[data-notice$="loader"] [data-spinner="rotate3d-horizontal"] .mpc--loader i, .mpc-wc-add_to_cart[data-notice$="loader"] + .mpc-atc--outside[data-spinner="rotate3d-horizontal"].mpc--loader i { transform: initial; -webkit-animation: spin3d-horizontal 2s linear infinite; -moz-animation: spin3d-horizontal 2s linear infinite; animation: spin3d-horizontal 2s linear infinite; }
.mpc-wc-add_to_cart + .mpc-atc--outside { position: absolute; display: -ms-flexbox; display: flex; align-items: center; justify-content: center; top: 0; bottom: 0; opacity: 0; width: 1.35em; }
.mpc-wc-add_to_cart + .mpc-atc--outside[data-side="left"] { right: 50%; }
.mpc-wc-add_to_cart + .mpc-atc--outside[data-side="right"] { left: 50%; }
.mpc-wc-add_to_cart[data-notice="show:loader"] + .mpc-atc--outside[data-side="left"] { right: 100%; }
.mpc-wc-add_to_cart[data-notice="show:loader"] + .mpc-atc--outside[data-side="right"] { left: 100%; }
.mpc-atc__notices { position: absolute; z-index: -1; top: 0; left: 0; width: 100%; height: 100%; color: #fff; text-align: center; white-space: nowrap; }
.mpc-atc__notices i { color: inherit; }
.mpc-atc__notices .mpc-atc__notice { display: -ms-flexbox; display: flex; align-items: center; justify-content: center; height: 100%; width: 100%; opacity: 0; position: absolute; top: 0; -webkit-transition: inherit; transition: inherit; }
.mpc-atc__notices .mpc--success a { font: inherit; color: inherit; }
.mpc-atc__notices[data-effect="fade-in"] { top: 0; bottom: 0; left: 0; right: 0; }
.mpc-atc__notices[data-effect="slide-left"] { left: -100%; }
.mpc-atc__notices[data-effect="slide-right"] { left: 100%; } .mpc-wc-product a, .mpc-wc-product a:hover, .mpc-wc-product a:focus { outline: none; text-decoration: none; }
.mpc-wc-product ins { background: none; }
.mpc-wc-product .mpc-product__wrapper { overflow: hidden; position: relative; z-index: 1; }
.mpc-wc-product .mpc-product__heading { padding: 0; }
.mpc-wc-product .mpc-product__heading a { font: inherit; color: inherit; -webkit-transition: inherit; transition: inherit; }
.mpc-wc-product .mpc-product__heading.mpc-text-overflow { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mpc-wc-product .mpc-product__thumb-wrap { position: relative; overflow: hidden; }
.mpc-wc-product .mpc-product__thumb, .mpc-wc-product .mpc-thumb__content-hover { cursor: pointer; }
.mpc-wc-product .mpc-product__thumb:not(img) { position: absolute; top: 0; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; }
.mpc-wc-product img { display: block; visibility: hidden; }
.mpc-wc-product .mpc-icon-anchor { display: block; text-align: center; -webkit-transition: all .25s; transition: all .25s; }
.mpc-wc-product .mpc-icon-anchor i { display: block; width: 1.35em; height: 1.35em; line-height: 1.35em; -webkit-transition: inherit; transition: inherit; }
.mpc-wc-product .mpc-icon-anchor:last-child { margin: 0 !important; }
.mpc-wc-product .mpc-product__price { cursor: default; } .mpc-product__content, .mpc-product__content-hover { display: -ms-flexbox; display: flex; flex-direction: row; align-items: center; flex-wrap: wrap; flex: 1 0 100%; max-width: 100%; }
.mpc-product__content [class*="mpc-product__"], .mpc-product__content-hover [class*="mpc-product__"] { flex: 1 0 100%; }
.mpc-thumb__content, .mpc-product__content { z-index: 1; }
.mpc-thumb__content-hover, .mpc-product__content-hover { z-index: 2; } .mpc-product__wrapper > .mpc-flex { position: relative; z-index: 3; display: -ms-flexbox; display: flex; width: 100%; overflow: hidden; }
[data-content-effect="fade-in"] .mpc-product__wrapper > .mpc-flex .mpc-product__content-hover { opacity: 0; visibility: hidden; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }
[data-content-effect="fade-in"] .mpc-product__wrapper:hover > .mpc-flex .mpc-product__content-hover { visibility: visible; opacity: 1; }
[data-content-effect="slide-left"] .mpc-product__wrapper:hover > .mpc-flex .mpc-product__content-hover { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }
[data-content-effect="slide-right"] .mpc-product__wrapper > .mpc-flex .mpc-product__content-hover { -webkit-transform: translate3d(-200%, 0, 0); transform: translate3d(-200%, 0, 0); }
[data-content-effect="slide-right"] .mpc-product__wrapper:hover > .mpc-flex .mpc-product__content-hover { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }
[data-content-effect="slide-up"] .mpc-product__wrapper > .mpc-flex .mpc-product__content-hover { -webkit-transform: translate3d(-100%, 100%, 0); transform: translate3d(-100%, 100%, 0); }
[data-content-effect="slide-up"] .mpc-product__wrapper:hover > .mpc-flex .mpc-product__content-hover { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }
[data-content-effect="slide-down"] .mpc-product__wrapper > .mpc-flex .mpc-product__content-hover { -webkit-transform: translate3d(-100%, -100%, 0); transform: translate3d(-100%, -100%, 0); }
[data-content-effect="slide-down"] .mpc-product__wrapper:hover > .mpc-flex .mpc-product__content-hover { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }
[data-content-effect="push-left"] .mpc-product__wrapper > .mpc-flex .mpc-product__content, [data-content-effect="push-left"] .mpc-product__wrapper > .mpc-flex .mpc-product__content-hover { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
[data-content-effect="push-left"] .mpc-product__wrapper:hover > .mpc-flex .mpc-product__content, [data-content-effect="push-left"] .mpc-product__wrapper:hover > .mpc-flex .mpc-product__content-hover { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }
[data-content-effect="push-right"] .mpc-product__wrapper > .mpc-flex .mpc-product__content { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
[data-content-effect="push-right"] .mpc-product__wrapper > .mpc-flex .mpc-product__content-hover { -webkit-transform: translate3d(-200%, 0, 0); transform: translate3d(-200%, 0, 0); }
[data-content-effect="push-right"] .mpc-product__wrapper:hover > .mpc-flex .mpc-product__content { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }
[data-content-effect="push-right"] .mpc-product__wrapper:hover > .mpc-flex .mpc-product__content-hover { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }
[data-content-effect="push-up"] .mpc-product__wrapper > .mpc-flex .mpc-product__content { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
[data-content-effect="push-up"] .mpc-product__wrapper > .mpc-flex .mpc-product__content-hover { -webkit-transform: translate3d(-100%, 100%, 0); transform: translate3d(-100%, 100%, 0); }
[data-content-effect="push-up"] .mpc-product__wrapper:hover > .mpc-flex .mpc-product__content { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }
[data-content-effect="push-up"] .mpc-product__wrapper:hover > .mpc-flex .mpc-product__content-hover { -webkit-transform: translate3d(-100%, 0%, 0); transform: translate3d(-100%, 0%, 0); }
[data-content-effect="push-down"] .mpc-product__wrapper > .mpc-flex .mpc-product__content { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
[data-content-effect="push-down"] .mpc-product__wrapper > .mpc-flex .mpc-product__content-hover { -webkit-transform: translate3d(-100%, -100%, 0); transform: translate3d(-100%, -100%, 0); }
[data-content-effect="push-down"] .mpc-product__wrapper:hover > .mpc-flex .mpc-product__content { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }
[data-content-effect="push-down"] .mpc-product__wrapper:hover > .mpc-flex .mpc-product__content-hover { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } .mpc--floating-box .mpc-inline-box { display: inline-block; z-index: 1; overflow: hidden; }
.mpc-product__wrapper .mpc-block-box { display: block; width: 100%; z-index: 1; overflow: hidden; }
.mpc-thumb__content, .mpc-thumb__content-hover { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; overflow: hidden; }
.mpc-thumb__content [class*="mpc-product__"], .mpc-thumb__content-hover [class*="mpc-product__"] { display: block; }
.mpc--no-replace.mpc--floating-box .mpc-thumb__content, .mpc--no-replace.mpc--floating-box .mpc-thumb__content-hover { width: auto; height: auto; }
.mpc--no-replace .mpc-thumb__content .mpc-thumb__content, .mpc--no-replace .mpc-thumb__content-hover .mpc-thumb__content { position: absolute; -webkit-transition: all .25s ease-in-out; transition: all .25s ease-in-out; }
.mpc-product__wrapper { }
[data-thumb-effects$="fade"] .mpc-product__wrapper .mpc-thumb__content-hover { top: 0; left: 0; opacity: 0; }
[data-thumb-effects$="slide-up"] .mpc-product__wrapper .mpc-thumb__content-hover { top: 100%; left: 0; }
[data-thumb-effects$="slide-down"] .mpc-product__wrapper .mpc-thumb__content-hover { top: -100%; left: 0; }
[data-thumb-effects$="slide-left"] .mpc-product__wrapper .mpc-thumb__content-hover { top: 0; left: 100%; }
[data-thumb-effects$="slide-right"] .mpc-product__wrapper .mpc-thumb__content-hover { top: 0; left: -100%; }
.mpc-product__wrapper .mpc-thumb__content-hover { visibility: hidden; }
.mpc-product__wrapper:hover .mpc-thumb__content-hover { visibility: visible; left: 0; top: 0; opacity: 1; }
[data-thumb-effects^="fade"] .mpc-product__wrapper:hover .mpc-thumb__content { opacity: 0; }
[data-thumb-effects^="slide-up"] .mpc-product__wrapper:hover .mpc-thumb__content { top: -100%; left: 0; }
[data-thumb-effects^="slide-down"] .mpc-product__wrapper:hover .mpc-thumb__content { top: 100%; left: 0; }
[data-thumb-effects^="slide-left"] .mpc-product__wrapper:hover .mpc-thumb__content { top: 0; left: 100%; }
[data-thumb-effects^="slide-right"] .mpc-product__wrapper:hover .mpc-thumb__content { top: 0; left: -100%; }
.mpc--force-replace .mpc-product__wrapper .mpc-thumb__content, .mpc--force-replace .mpc-product__wrapper .mpc-thumb__content-hover { display: flex; flex-direction: column; }
.mpc--force-replace[data-thumb-positions^="top:left"] .mpc-product__wrapper .mpc-thumb__content, .mpc--force-replace[data-thumb-positions$="top:left"] .mpc-product__wrapper .mpc-thumb__content-hover { align-items: flex-start; justify-content: flex-start; }
.mpc--force-replace[data-thumb-positions^="top:center"] .mpc-product__wrapper .mpc-thumb__content, .mpc--force-replace[data-thumb-positions$="top:center"] .mpc-product__wrapper .mpc-thumb__content-hover { align-items: center; justify-content: flex-start; }
.mpc--force-replace[data-thumb-positions^="top:right"] .mpc-product__wrapper .mpc-thumb__content, .mpc--force-replace[data-thumb-positions$="top:right"] .mpc-product__wrapper .mpc-thumb__content-hover { align-items: flex-end; justify-content: flex-start; }
.mpc--force-replace[data-thumb-positions^="middle:left"] .mpc-product__wrapper .mpc-thumb__content, .mpc--force-replace[data-thumb-positions$="middle:left"] .mpc-product__wrapper .mpc-thumb__content-hover { align-items: flex-start; justify-content: center; }
.mpc--force-replace[data-thumb-positions^="middle:center"] .mpc-product__wrapper .mpc-thumb__content, .mpc--force-replace[data-thumb-positions$="middle:center"] .mpc-product__wrapper .mpc-thumb__content-hover { align-items: center; justify-content: center; }
.mpc--force-replace[data-thumb-positions^="middle:right"] .mpc-product__wrapper .mpc-thumb__content, .mpc--force-replace[data-thumb-positions$="middle:right"] .mpc-product__wrapper .mpc-thumb__content-hover { align-items: flex-end; justify-content: center; }
.mpc--force-replace[data-thumb-positions^="bottom:left"] .mpc-product__wrapper .mpc-thumb__content, .mpc--force-replace[data-thumb-positions$="bottom:left"] .mpc-product__wrapper .mpc-thumb__content-hover { align-items: flex-start; justify-content: flex-end; }
.mpc--force-replace[data-thumb-positions^="bottom:center"] .mpc-product__wrapper .mpc-thumb__content, .mpc--force-replace[data-thumb-positions$="bottom:center"] .mpc-product__wrapper .mpc-thumb__content-hover { align-items: center; justify-content: flex-end; }
.mpc--force-replace[data-thumb-positions^="bottom:right"] .mpc-product__wrapper .mpc-thumb__content, .mpc--force-replace[data-thumb-positions$="bottom:right"] .mpc-product__wrapper .mpc-thumb__content-hover { align-items: flex-end; justify-content: flex-end; }
.mpc--no-replace[data-thumb-positions^="top:left"] .mpc-product__wrapper .mpc-thumb__content, .mpc--no-replace[data-thumb-positions$="top:left"] .mpc-product__wrapper:hover .mpc-thumb__content { top: 0; left: 0; transform: translateX(0) translateY(0%); }
.mpc--no-replace[data-thumb-positions^="top:center"] .mpc-product__wrapper .mpc-thumb__content, .mpc--no-replace[data-thumb-positions$="top:center"] .mpc-product__wrapper:hover .mpc-thumb__content { top: 0; left: 50%; transform: translateX(-50%) translateY(0%); }
.mpc--no-replace[data-thumb-positions^="top:right"] .mpc-product__wrapper .mpc-thumb__content, .mpc--no-replace[data-thumb-positions$="top:right"] .mpc-product__wrapper:hover .mpc-thumb__content { top: 0; left: 100%; transform: translateX(-100%) translateY(0%); }
.mpc--no-replace[data-thumb-positions^="middle:left"] .mpc-product__wrapper .mpc-thumb__content, .mpc--no-replace[data-thumb-positions$="middle:left"] .mpc-product__wrapper:hover .mpc-thumb__content { top: 50%; left: 0; transform: translateX(0) translateY(-50%); }
.mpc--no-replace[data-thumb-positions^="middle:center"] .mpc-product__wrapper .mpc-thumb__content, .mpc--no-replace[data-thumb-positions$="middle:center"] .mpc-product__wrapper:hover .mpc-thumb__content { top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); }
.mpc--no-replace[data-thumb-positions^="middle:right"] .mpc-product__wrapper .mpc-thumb__content, .mpc--no-replace[data-thumb-positions$="middle:right"] .mpc-product__wrapper:hover .mpc-thumb__content { top: 50%; left: 100%; transform: translateX(-100%) translateY(-50%); }
.mpc--no-replace[data-thumb-positions^="bottom:left"] .mpc-product__wrapper .mpc-thumb__content, .mpc--no-replace[data-thumb-positions$="bottom:left"] .mpc-product__wrapper:hover .mpc-thumb__content { top: 100%; left: 0; transform: translateX(0) translateY(-100%); }
.mpc--no-replace[data-thumb-positions^="bottom:center"] .mpc-product__wrapper .mpc-thumb__content, .mpc--no-replace[data-thumb-positions$="bottom:center"] .mpc-product__wrapper:hover .mpc-thumb__content { top: 100%; left: 50%; transform: translateX(-50%) translateY(-100%); }
.mpc--no-replace[data-thumb-positions^="bottom:right"] .mpc-product__wrapper .mpc-thumb__content, .mpc--no-replace[data-thumb-positions$="bottom:right"] .mpc-product__wrapper:hover .mpc-thumb__content { top: 100%; left: 100%; transform: translateX(-100%) translateY(-100%); } .mpc-product__rating .mpc-rating { display: inline-block; white-space: nowrap; }
.mpc-product__rating .mpc-rating i:last-child { margin: 0; } .mpc-product__thumb-wrap .mpc-thumb__buttons { position: absolute; top: 0; left: 0; display: -ms-flexbox; display: flex; width: 100%; height: 100%; z-index: 10; pointer-events: none; }
.mpc-product__thumb-wrap .mpc-thumb__buttons a { pointer-events: initial; }
[data-buttons*="vertical"] .mpc-product__thumb-wrap .mpc-thumb__buttons { flex-direction: column; }
[data-buttons*="vertical"][data-buttons*="top"] .mpc-product__thumb-wrap .mpc-thumb__buttons { justify-content: flex-start; }
[data-buttons*="vertical"][data-buttons*="middle"] .mpc-product__thumb-wrap .mpc-thumb__buttons { justify-content: center; }
[data-buttons*="vertical"][data-buttons*="bottom"] .mpc-product__thumb-wrap .mpc-thumb__buttons { justify-content: flex-end; }
[data-buttons*="vertical"][data-buttons*="left"] .mpc-product__thumb-wrap .mpc-thumb__buttons { align-items: flex-start; }
[data-buttons*="vertical"][data-buttons*="center"] .mpc-product__thumb-wrap .mpc-thumb__buttons { align-items: center; }
[data-buttons*="vertical"][data-buttons*="right"] .mpc-product__thumb-wrap .mpc-thumb__buttons { align-items: flex-end; }
[data-buttons*="horizontal"] .mpc-product__thumb-wrap .mpc-thumb__buttons { flex-direction: row; }
[data-buttons*="horizontal"][data-buttons*="top"] .mpc-product__thumb-wrap .mpc-thumb__buttons { align-items: flex-start; }
[data-buttons*="horizontal"][data-buttons*="middle"] .mpc-product__thumb-wrap .mpc-thumb__buttons { align-items: center; }
[data-buttons*="horizontal"][data-buttons*="bottom"] .mpc-product__thumb-wrap .mpc-thumb__buttons { align-items: flex-end; }
[data-buttons*="horizontal"][data-buttons*="left"] .mpc-product__thumb-wrap .mpc-thumb__buttons { justify-content: flex-start; }
[data-buttons*="horizontal"][data-buttons*="center"] .mpc-product__thumb-wrap .mpc-thumb__buttons { justify-content: center; }
[data-buttons*="horizontal"][data-buttons*="right"] .mpc-product__thumb-wrap .mpc-thumb__buttons { justify-content: flex-end; }
.mpc-buttons--on-hover .mpc-thumb__buttons { opacity: 0; }
.mpc-buttons--on-hover[data-buttons-effect="slide-up"] .mpc-thumb__buttons { -webkit-transform: translateY(100%) translateX(0); transform: translateY(100%) translateX(0); }
.mpc-buttons--on-hover[data-buttons-effect="slide-down"] .mpc-thumb__buttons { -webkit-transform: translateY(-100%) translateX(0); transform: translateY(-100%) translateX(0); }
.mpc-buttons--on-hover[data-buttons-effect="slide-left"] .mpc-thumb__buttons { -webkit-transform: translateX(100%) translateY(0); transform: translateX(100%) translateY(0); }
.mpc-buttons--on-hover[data-buttons-effect="slide-right"] .mpc-thumb__buttons { -webkit-transform: translateX(-100%) translateY(0); transform: translateX(-100%) translateY(0); }
.mpc-buttons--on-hover .mpc-product__wrapper:hover .mpc-product__thumb-wrap .mpc-thumb__buttons { opacity: 1; -webkit-transform: translateY(0) translateX(0) !important; transform: translateY(0) translateX(0) !important; } .mpc-wc-category, .mpc-wc-category__wrap { display: block; }
.mpc-wc-category__wrap { position: relative; overflow: hidden; z-index: 1; border: 0; }
.mpc-wc-category__wrap .mpc-wrapper { display: block; width: 100%; }
.mpc-wc-category__wrap .mpc-category__thumbnail { position: absolute; top: 0; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; }
.mpc-wc-category__wrap .mpc-category__wrapper { position: relative; z-index: 5; overflow: hidden; }
.mpc-wc-category__wrap .mpc-category__content, .mpc-wc-category__wrap .mpc-category__overlay { position: absolute; width: 100%; height: 100%; z-index: 10; }
.mpc-wc-category__wrap .mpc-category__content { top: 0; left: 0; }
.mpc-wc-category__wrap .mpc-category__overlay { z-index: 15; }
.mpc-wc-category__wrap .mpc-category__heading { margin: 0; padding: 0; }
.mpc-wc-category__wrap .mpc-category__heading.mpc-text-overflow { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mpc--no-thumb .mpc-wc-category__wrap .mpc-category__content { position: relative; }
.mpc--no-thumb .mpc-wc-category__wrap .mpc-category__wrapper { overflow: visible; } .mpc-wc-category__wrap { }
.mpc--force-replace .mpc-wc-category__wrap .mpc-category__content, .mpc--force-replace .mpc-wc-category__wrap .mpc-category__overlay { display: flex; }
.mpc--force-replace[data-positions^="top:left"] .mpc-wc-category__wrap .mpc-category__content, .mpc--force-replace[data-positions$="top:left"] .mpc-wc-category__wrap .mpc-category__overlay { align-items: flex-start; justify-content: flex-start; }
.mpc--force-replace[data-positions^="top:center"] .mpc-wc-category__wrap .mpc-category__content, .mpc--force-replace[data-positions$="top:center"] .mpc-wc-category__wrap .mpc-category__overlay { align-items: flex-start; justify-content: center; }
.mpc--force-replace[data-positions^="top:right"] .mpc-wc-category__wrap .mpc-category__content, .mpc--force-replace[data-positions$="top:right"] .mpc-wc-category__wrap .mpc-category__overlay { align-items: flex-start; justify-content: flex-end; }
.mpc--force-replace[data-positions^="middle:left"] .mpc-wc-category__wrap .mpc-category__content, .mpc--force-replace[data-positions$="middle:left"] .mpc-wc-category__wrap .mpc-category__overlay { align-items: center; justify-content: flex-start; }
.mpc--force-replace[data-positions^="middle:center"] .mpc-wc-category__wrap .mpc-category__content, .mpc--force-replace[data-positions$="middle:center"] .mpc-wc-category__wrap .mpc-category__overlay { align-items: center; justify-content: center; }
.mpc--force-replace[data-positions^="middle:right"] .mpc-wc-category__wrap .mpc-category__content, .mpc--force-replace[data-positions$="middle:right"] .mpc-wc-category__wrap .mpc-category__overlay { align-items: center; justify-content: flex-end; }
.mpc--force-replace[data-positions^="bottom:left"] .mpc-wc-category__wrap .mpc-category__content, .mpc--force-replace[data-positions$="bottom:left"] .mpc-wc-category__wrap .mpc-category__overlay { align-items: flex-end; justify-content: flex-start; }
.mpc--force-replace[data-positions^="bottom:center"] .mpc-wc-category__wrap .mpc-category__content, .mpc--force-replace[data-positions$="bottom:center"] .mpc-wc-category__wrap .mpc-category__overlay { align-items: flex-end; justify-content: center; }
.mpc--force-replace[data-positions^="bottom:right"] .mpc-wc-category__wrap .mpc-category__content, .mpc--force-replace[data-positions$="bottom:right"] .mpc-wc-category__wrap .mpc-category__overlay { align-items: flex-end; justify-content: flex-end; }
[data-effects$="fade"] .mpc-wc-category__wrap .mpc-category__overlay { top: 0; left: 0; opacity: 0; }
[data-effects$="slide-up"] .mpc-wc-category__wrap .mpc-category__overlay { top: 100%; left: 0; }
[data-effects$="slide-down"] .mpc-wc-category__wrap .mpc-category__overlay { top: -100%; left: 0; }
[data-effects$="slide-left"] .mpc-wc-category__wrap .mpc-category__overlay { top: 0; left: 100%; }
[data-effects$="slide-right"] .mpc-wc-category__wrap .mpc-category__overlay { top: 0; left: -100%; }
.mpc-wc-category__wrap:hover .mpc-category__overlay { visibility: visible; left: 0; top: 0; opacity: 1; }
[data-effects^="fade"] .mpc-wc-category__wrap:hover .mpc-category__content { opacity: 0; }
[data-effects^="slide-up"] .mpc-wc-category__wrap:hover .mpc-category__content { top: -100%; left: 0; }
[data-effects^="slide-down"] .mpc-wc-category__wrap:hover .mpc-category__content { top: 100%; left: 0; }
[data-effects^="slide-left"] .mpc-wc-category__wrap:hover .mpc-category__content { top: 0; left: 100%; }
[data-effects^="slide-right"] .mpc-wc-category__wrap:hover .mpc-category__content { top: 0; left: -100%; } .mpc--floating-box .mpc-wc-category__wrap .mpc-wrapper { display: inline; width: auto; white-space: nowrap; } .mpc--no-replace .mpc-wc-category__wrap .mpc-wrapper { position: absolute; -webkit-transition: all .25s ease-in-out; transition: all .25s ease-in-out; }
.mpc--no-replace[data-positions^="top:left"] .mpc-wc-category__wrap .mpc-wrapper, .mpc--no-replace[data-positions$="top:left"] .mpc-wc-category__wrap:hover .mpc-wrapper { top: 0; left: 0; -webkit-transform: translateX(0) translateY(0%); transform: translateX(0) translateY(0%); }
.mpc--no-replace[data-positions^="top:center"] .mpc-wc-category__wrap .mpc-wrapper, .mpc--no-replace[data-positions$="top:center"] .mpc-wc-category__wrap:hover .mpc-wrapper { top: 0; left: 50%; -webkit-transform: translateX(-50%) translateY(0%); transform: translateX(-50%) translateY(0%); }
.mpc--no-replace[data-positions^="top:right"] .mpc-wc-category__wrap .mpc-wrapper, .mpc--no-replace[data-positions$="top:right"] .mpc-wc-category__wrap:hover .mpc-wrapper { top: 0; left: 100%; -webkit-transform: translateX(-100%) translateY(0%); transform: translateX(-100%) translateY(0%); }
.mpc--no-replace[data-positions^="middle:left"] .mpc-wc-category__wrap .mpc-wrapper, .mpc--no-replace[data-positions$="middle:left"] .mpc-wc-category__wrap:hover .mpc-wrapper { top: 50%; left: 0; -webkit-transform: translateX(0) translateY(-50%); transform: translateX(0) translateY(-50%); }
.mpc--no-replace[data-positions^="middle:center"] .mpc-wc-category__wrap .mpc-wrapper, .mpc--no-replace[data-positions$="middle:center"] .mpc-wc-category__wrap:hover .mpc-wrapper { top: 50%; left: 50%; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }
.mpc--no-replace[data-positions^="middle:right"] .mpc-wc-category__wrap .mpc-wrapper, .mpc--no-replace[data-positions$="middle:right"] .mpc-wc-category__wrap:hover .mpc-wrapper { top: 50%; left: 100%; -webkit-transform: translateX(-100%) translateY(-50%); transform: translateX(-100%) translateY(-50%); }
.mpc--no-replace[data-positions^="bottom:left"] .mpc-wc-category__wrap .mpc-wrapper, .mpc--no-replace[data-positions$="bottom:left"] .mpc-wc-category__wrap:hover .mpc-wrapper { top: 100%; left: 0; -webkit-transform: translateX(0) translateY(-100%); transform: translateX(0) translateY(-100%); }
.mpc--no-replace[data-positions^="bottom:center"] .mpc-wc-category__wrap .mpc-wrapper, .mpc--no-replace[data-positions$="bottom:center"] .mpc-wc-category__wrap:hover .mpc-wrapper { top: 100%; left: 50%; -webkit-transform: translateX(-50%) translateY(-100%); transform: translateX(-50%) translateY(-100%); }
.mpc--no-replace[data-positions^="bottom:right"] .mpc-wc-category__wrap .mpc-wrapper, .mpc--no-replace[data-positions$="bottom:right"] .mpc-wc-category__wrap:hover .mpc-wrapper { top: 100%; left: 100%; -webkit-transform: translateX(-100%) translateY(-100%); transform: translateX(-100%) translateY(-100%); } .mpc-wc-carousel-categories { -webkit-box-sizing: border-box; box-sizing: border-box; }
.mpc-wc-carousel-categories.mpc-carousel--stretched .slick-list { overflow: visible; }
.mpc-wc-carousel-categories .slick-slide > div:last-child > .mpc-wc-category, .mpc-wc-carousel-categories .slick-slide.mpc-wc-category { margin-bottom: 0 !important; }
.mpc-wc-carousel-categories .mpc-wc-category { display: inline-block; vertical-align: bottom; height: 100%; width: 100%; }
.mpc-wc-carousel-categories:focus, .mpc-wc-carousel-categories *:focus { outline: none; -webkit-outline: none; }
.mpc-navigation--posts { text-align: right; width: 100%; margin: 1em 0; }
.mpc-navigation--posts i { cursor: pointer; padding: .5em 1em; margin-left: 1px; background: #ccc; border-radius: 3px; } .mpc-wc-grid-categories { -webkit-box-sizing: border-box; box-sizing: border-box; }
.mpc-wc-grid-categories .mpc-wc-category { min-width: 150px; }
.mpc-wc-grid-categories[data-grid-cols="2"] .mpc-wc-category, .mpc-wc-grid-categories[data-grid-cols="2"] .mpc-grid-size { width: 50%; }
.mpc-wc-grid-categories[data-grid-cols="3"] .mpc-wc-category, .mpc-wc-grid-categories[data-grid-cols="3"] .mpc-grid-size { width: 33.33%; }
.mpc-wc-grid-categories[data-grid-cols="4"] .mpc-wc-category, .mpc-wc-grid-categories[data-grid-cols="4"] .mpc-grid-size { width: 25%; }
.mpc-wc-grid-categories[data-grid-cols="5"] .mpc-wc-category, .mpc-wc-grid-categories[data-grid-cols="5"] .mpc-grid-size { width: 20%; }
.mpc-wc-grid-categories .mpc-wc-category { display: block; }
.mpc-wc-grid-categories.mpc-init .mpc-wc-category { float: left; }
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition { -webkit-transition-duration: 0s !important; transition-duration: 0s !important; } @media screen and (min-width: 768px) and (max-width: 992px) { .vc_column_container:not(.vc_col-sm-12) .mpc-wc-grid-categories[data-grid-cols] .mpc-wc-category { width: 100%; } }
@media screen and (max-width: 767px) { .mpc-wc-grid-categories[data-grid-cols] .mpc-wc-category { width: 100%; } } .mpc-wc-carousel-products { -webkit-box-sizing: border-box; box-sizing: border-box; }
.mpc-wc-carousel-products.mpc-carousel--stretched .slick-list { overflow: visible; }
.mpc-wc-carousel-products .slick-slide > div:last-child > .mpc-wc-product, .mpc-wc-carousel-products .slick-slide.mpc-wc-product { margin-bottom: 0 !important; }
.mpc-wc-carousel-products .mpc-wc-product { display: inline-block; vertical-align: bottom; height: auto !important; max-width: 100% !important; overflow: hidden; }
.mpc-wc-carousel-products:focus, .mpc-wc-carousel-products *:focus { outline: none; -webkit-outline: none; }
.mpc-wc-carousel-products[data-slick-cols="1"] .mpc-wc-product { width: 100%; }
.mpc-wc-carousel-products[data-slick-cols="2"] .mpc-wc-product { width: 50%; }
.mpc-wc-carousel-products[data-slick-cols="3"] .mpc-wc-product { width: 33%; }
.mpc-wc-carousel-products[data-slick-cols="3"] .mpc-wc-product:last-child { width: 34%; }
.mpc-wc-carousel-products[data-slick-cols="4"] .mpc-wc-product { width: 25%; }
.mpc-navigation--posts { text-align: right; width: 100%; margin: 1em 0; }
.mpc-navigation--posts i { cursor: pointer; padding: .5em 1em; margin-left: 1px; background: #ccc; border-radius: 3px; } .mpc-wc-grid-products { -webkit-box-sizing: border-box; box-sizing: border-box; }
.mpc-wc-grid-products .mpc-wc-product { display: block; float: left; min-width: 150px; }
.mpc-wc-grid-products[data-grid-cols="1"] .mpc-wc-product, .mpc-wc-grid-products[data-grid-cols="1"] .mpc-grid-sizer { width: 100%; }
.mpc-wc-grid-products[data-grid-cols="2"] .mpc-wc-product, .mpc-wc-grid-products[data-grid-cols="2"] .mpc-grid-sizer { width: 50%; }
.mpc-wc-grid-products[data-grid-cols="3"] .mpc-wc-product, .mpc-wc-grid-products[data-grid-cols="3"] .mpc-grid-sizer { width: 33.33%; }
.mpc-wc-grid-products[data-grid-cols="4"] .mpc-wc-product, .mpc-wc-grid-products[data-grid-cols="4"] .mpc-grid-sizer { width: 25%; }
.mpc-wc-grid-products[data-grid-cols="5"] .mpc-wc-product, .mpc-wc-grid-products[data-grid-cols="5"] .mpc-grid-sizer { width: 20%; }
.mpc-template[data-template="mpc-wc-product"] { display: none; }
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition { -webkit-transition-duration: 0s !important; transition-duration: 0s !important; } @media screen and (min-width: 993px) and (max-width: 1199px) { .mpc-wc-grid-products[data-grid-cols="4"] .mpc-wc-product, .mpc-wc-grid-products[data-grid-cols="4"] .mpc-grid-sizer, .mpc-wc-grid-products[data-grid-cols="5"] .mpc-wc-product, .mpc-wc-grid-products[data-grid-cols="5"] .mpc-grid-sizer { width: 33.33%; } }
@media screen and (min-width: 768px) and (max-width: 992px) { .mpc-wc-grid-products[data-grid-cols="3"] .mpc-wc-product, .mpc-wc-grid-products[data-grid-cols="3"] .mpc-grid-sizer, .mpc-wc-grid-products[data-grid-cols="4"] .mpc-wc-product, .mpc-wc-grid-products[data-grid-cols="4"] .mpc-grid-sizer, .mpc-wc-grid-products[data-grid-cols="5"] .mpc-wc-product, .mpc-wc-grid-products[data-grid-cols="5"] .mpc-grid-sizer { width: 50%; min-width: 50%; } }
@media screen and (max-width: 767px) { .mpc-wc-grid-products[data-grid-cols] .mpc-wc-product, .mpc-wc-grid-products[data-grid-cols] .mpc-grid-sizer { width: 100%; } }@font-face{font-family:nchlightbox;src:url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/nchlightbox-icons/nchlightbox.eot?) format('eot'),url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/nchlightbox-icons/nchlightbox.eot?#iefix) format('embedded-opentype'),url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/nchlightbox-icons/nchlightbox.woff) format('woff'),url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/nchlightbox-icons/nchlightbox.ttf) format('truetype'),url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/nchlightbox-icons/nchlightbox.svg#nchlightbox) format('svg');font-weight:400;font-style:normal}
.nch-lb-grid{position:relative;display:block;width:auto;height:1px}
.nch-lb-tile{position:absolute;top:0;left:0}
.nchgrid-tile{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.nchgrid-tile-filtered{-ms-filter:"alpha(Opacity=20)";filter:alpha(opacity=20);-moz-opacity:.2;-khtml-opacity:.2;opacity:.2}
.nch-lb-toggle{border:1px solid #ccc;padding:5px 10px;font-size:14px;width:200px;margin:0 0 20px;text-align:center;cursor:pointer;display:inline-block}
.nch-lb-showall{border:1px solid #ccc;padding:5px 10px;font-size:14px;width:100px;margin:0 0 20px 10px;text-align:center;cursor:pointer;display:inline-block}
.ts-image-link-grid-frame .ms-container,.ts-lightbox-gallery-grid .ms-container{margin:0 0 20px}
.ts-image-link-grid-frame .ms-container .ms-header-selectable,.ts-image-link-grid-frame .ms-container .ms-header-selection,.ts-image-link-grid-frame .ms-container .ms-list,.ts-lightbox-gallery-grid .ms-container .ms-header-selectable,.ts-lightbox-gallery-grid .ms-container .ms-header-selection,.ts-lightbox-gallery-grid .ms-container .ms-list{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
.nch-lb-main{position:fixed!important;top:0;left:0;display:none;width:100%;height:100%;background:#000;z-index:100000}
.nch-lb-main.nch-lb-scheme-light{background:#ddd}
.nch-lb-main .nch-lb-noise{position:fixed;top:0;left:0;width:100%;height:100%;margin:0;padding:0;background-repeat:repeat}
.nch-lb-controls{position:relative;display:block;list-style:none;margin:auto;padding:5px 0;height:36px;width:80%}
.nch-lb-controls li{margin:0 1px;padding:0;float:left;list-style:none}
.nch-lb-title{color:#fff;font-size:16px;line-height:30px;font-family:Segoe UI,Tahoma,Lucida Grande,Lucida Sans Unicode,Helvetica,Arial,sans-serif;text-shadow:0 1px 2px #000;filter:dropshadow(color=#000000,offx=0,offy=1)}
.nch-lb-scheme-light .nch-lb-title{color:#111;text-shadow:0 1px 2px #FFF;filter:dropshadow(color=#FFFFFF,offx=0,offy=1)}
.nch-lb-controls .nch-lb-title{margin-left:12px}
ul li.nch-lb-exit,ul li.nch-lb-fs,ul li.nch-lb-info{float:right}
.nch-lb-bar,.nch-lb-tbar{position:absolute;left:0;bottom:0;z-index:10;width:100%}
.nch-lb-tbar{top:0;bottom:auto;position:absolute;display:block}
.nch-lb-tbar-controls{list-style:none;margin:0;padding:5px 0;height:36px;position:relative;display:none}
.nch-lb-tbar-controls li{float:right;margin:0;list-style:none}
.nch-lb-tbar-controls li.nch-lb-title{float:left}
.nch-lb-exit-inner{cursor:pointer;position:absolute;top:14px;right:14px;text-align:center;vertical-align:middle;z-index:999;transition:all .25s ease-out;-webkit-transition:all .25s ease-out;-moz-transition:all .25s ease-out;-ms-transition:all .25s ease-out;-o-transition:all .25s ease-out}
.nch-lb-exit-inner .nch-lb-icon-exit{color:#fff}
.nch-lb-media-dailymotion .nch-lb-exit-inner,.nch-lb-media-vimeo .nch-lb-exit-inner,.nch-lb-media-youtube .nch-lb-exit-inner{right:auto;left:14px}
.nch-lb-media-image img:not(:last-of-type){display:none}
.nch-lb-thumbs-bar{display:block;position:absolute;overflow:hidden;background:rgba(0,0,0,.5);z-index:15}
.nch-lb-scheme-light .nch-lb-thumbs-bar{background:rgba(255,255,255,.65)}
.nch-lb-thumbs-bottom,.nch-lb-thumbs-top{width:100%;position:relative}
.nch-lb-thumbs-left,.nch-lb-thumbs-right{top:0}
.nch-lb-thumbs{position:relative;display:block;list-style:none;font-size:0;line-height:0;margin:0}
.nch-lb-thumbs-left,.nch-lb-thumbs-right{height:100%}
.nch-lb-testcanvas{position:absolute;top:-1000px;left:-1000px}
.nch-lb-media-space{position:absolute;display:block;z-index:5;background-position:center center;background-repeat:no-repeat;-webkit-overflow-scrolling:touch;overflow:hidden}
.nch-lb-media-loading{background-image:url(data:image/gif;base64,R0lGODlhJAAkAOZOAAYGBgwMDPz8/AMDA8DAwMzMzLe3t2ZmZkVFRWNjYwkJCZOTk7S0tMnJyb29vZycnFFRUYeHh+Tk5D8/P1RUVMbGxqioqBsbGw8PD97e3uHh4ScnJ6urqzY2NhISEnJycvb29ktLSx4eHurq6vf39xUVFbq6uqWlpbGxsVdXV6KiotXV1X5+fkhISPDw8O3t7fn5+VpaWvHx8XV1dcPDw+Xl5ZCQkM/Pz4SEhHt7exgYGJaWlufn55mZmTMzM9jY2CEhIe7u7tLS0vr6+kJCQoqKii0tLV1dXfT09GxsbCQkJDk5Of///wAAAP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFGQBOACwAAAAAJAAkAAAHtoBNgoOEhYaHiImKi4yNjo+QkZKTlJWWl5iZmpucnZ6fjQAzKBYJhUo2BAtGhRQqBiwBigEFTLZMDIMIJLdDKYM9t0wZOolFwrYHTQo1yDIeTSHITByJGdMGTRPTTBRND9MCA4gS0w5NCNxHTSfcAIgq0yxNHkjIAiJNB9MEiUBBwla8a5IAWQRBABoII9FB0YUTGn4skDWoBY0XFWIQUhBhBQ8UG0CJHEmypMmTKFOqXMmyJaRAACH5BAUFAE4ALAQADgAIAAgAAAcmgE2Cg4QHBAYQgzNMjEyJTRqNTCaCI5I0gguSSYIKDy8SEYSjTYEAIfkEBQUATgAsDQAOAAkACAAAByuATYKDhE0lCwUPF4MAQkyPGgGCRI+VMYIhlY8Jghg1lTKLgj4OTA0IhamBACH5BAUFAE4ALAUADwAGAAYAAAcbgE2Cg00TFQ4bgiNMTARNAyCMN4IHMC4IhIOBACH5BAUFAE4ALA4ADgASAAgAAAdCgE2Cg4SFhodNEwwVHwOEOAU7joNLAkyXNoMtl0wJhBycTDAKgimcH4QMoQIYggAGTA2tgxShHIiFHxkuFh64v02BACH5BAUFAE4ALAUADwAaAAYAAAc1gE6Cg4SFhU2IiIKJTYaOTk0iDAUQjZCJj4ZNFoIgAYyKmYRNJoMljYyiox0SAjmWqo+gToEAIfkEBQUATgAsDwAQAAUABAAABwiATYKDhIWFgQAh+QQFGQBOACwZABAABQAEAAAHCIBNgoOEhYWBACH5BAUFAE4ALAUAEAAFAAQAAAcVgE4TFQ4bTiNMTAQDIIk3TgcwLgiBACH5BAUFAE4ALA8AEAAFAAQAAAcUgE44BTsDLUyICSmITB8ABkwNGIEAIfkEBQUATgAsBQAPABkABgAABz+ATgcEBhBOh4iJioozTI5MhouSIgwFhhpMh0wmkpIWjiABI5lOTDSdiyaPJQuPTEmoih0SAjlOCg8vEhGxsYEAIfkEBQUATgAsBAAOABEACAAAB1GATQAzKBYJTYiJik0BBUyPTAyKJQsFDxdNRZCQB4gAQpAaARmbjwaIRKUxEqVMDoghpQkqrSyIGDWQMhdAQZsrAIk+DkwNCIgXJxo/CwGLi4EAIfkEBQUATgAsDQAOABIACAAAB1OATU1KNgQLRoKJiokIJEyPQymKEwwVHwNNCjWPnDIegksCnDZNE5ynFIIcpzAKCKecR4IMpwIYHkiwAiKCFKccggmwEYofGS4Wn4ItNC8VMYvRgQA7);width:36px;height:36px;margin:-18px 0 0 -18px;position:absolute;top:50%;left:50%;display:block}
.nch-lb-scheme-light .nch-lb-media-loading{background-image:url(data:image/gif;base64,R0lGODlhJAAkAOZOANjY2NPT0xcXF4WFhdra2iwsLDc3Nz4+PqGhoYeHh15eXtXV1UFBQS8vLzk5OVZWVmhoaJeXl8bGxpSUlDExMQUFBRoaGktLS9DQ0KampklJSQMDAwgICM3Nzbu7u3p6eq6urhISEp+fn5KSklFRUZycnE5OTgICAiQkJMvLy0RERMPDw3BwcDw8PAcHB4+PjzQ0NHh4eAwMDA0NDRAQEGBgYB0dHXJycsjIyGtraxUVFVtbW1hYWBwcHCoqKiIiIn9/f6SkpAoKCrGxsScnJw8PD8DAwGVlZYyMjL6+vra2tqysrAAAAN3d3f///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFGQBOACwAAAAAJAAkAAAHtoBNgoOEhYaHiImKi4yNjo+QkZKTlJWWl5iZmpucnZ6fjQAxKhcJhUk1BgpKhRMkBywBigEFTLZMDIMILrcVI4M8t0w9OIlHwrYDTQsCyDIdTSXITBqJNtMHTRnTTBNND9MbBIjNyA5NCNxITSbcAIgk0yxNHULIJytNA9MGiUZFwlC8a5IAGQRBABoIcwFCkQQTFn4okDVIBAwaFF4QWgABhQ4VHkCJHEmypMmTKFOqXMmyJaRAACH5BAUFAE4ALAQADgAIAAgAAAcmgE2Cg4QDBgcRgzFMjEyJTRaNTC2CIZIwggqSQIILDzQCEISjTYEAIfkEBQUATgAsDQAOAAkACAAAByuATYKDhE0pCgUPEoMAREyPFgGCQY+VL4IllY8JghgClTKLgkMOTA0IhamBACH5BAUFAE4ALAUADwAGAAYAAAcbgE2Cg00ZFA4egiFMTAZNBByMPoIDFTMIhIOBACH5BAUFAE4ALA4ADgASAAgAAAdCgE2Cg4SFhodNGQwUHwSEOQU7joNLJ0yXNYMil0wJhBqcTBULgiOcH4QMoScYggAHTA2tgxOhGoiFHzYzFx24v02BACH5BAUFAE4ALAUADwAaAAYAAAc1gE6Cg4SFhU2IiIKJTYaOTk0rDAURjZCJj4ZNF4IcAYyKmYRNLYMpjYyioyACGzeWqo+gToEAIfkEBQUATgAsDwAQAAUABAAABwiATYKDhIWFgQAh+QQFGQBOACwZABAABQAEAAAHCIBNgoOEhYWBACH5BAUFAE4ALAUAEAAFAAQAAAcVgE4ZFA4eTiFMTAYEHIk+TgMVMwiBACH5BAUFAE4ALA8AEAAFAAQAAAcUgE45BTsEIkyICSOITB8AB0wNGIEAIfkEBQUATgAsBQAPABkABgAABz+ATgMGBxFOh4iJiooxTI5MhouSKwwFhhZMh0wtkpIXjhwBIZlOTDCdiy2PKQqPTECoiiACGzdOCw80AhCxsYEAIfkEBQUATgAsBAAOABEACAAAB1GATQAxKhcJTYiJik0BBUyPTAyKKQoFDxJNR5CQA4gARJAWATabjweIQaUvAqVMDoglpQkkrSyIGKyPMhJGRZsoAIlDDkwNCIgSJhY/CgGLi4EAIfkEBQUATgAsDQAOABIACAAAB1OATU1JNQYKSoKJiokILkyPFSOKGQwUHwRNCwKPnDIdgksnnDVNGZynE4IapxULCKecSIIMpycYHUKwJyuCE6caggmwEIofNjMXn4IiMDQUL4vRgQA7)}
.nch-lb-no-scrollbar .nch-lb-media-space{overflow:scroll}
.nch-lb-no-scrollbar .nch-lb-media-space::-webkit-scrollbar{width:0!important}
.nch-lb-media-scroller{width:300%;height:1px;position:relative;display:block}
.nch-lb-zoom-space{display:none;background:#000;position:absolute;width:100%;height:100%;overflow:hidden;top:0;left:0;z-index:20}
.nch-lb-scheme-light .nch-lb-zoom-space{background:#f3f3f3}
.nch-lb-zoom-space img{border:0}
.nch-lb-zoom-space div.nch-lb-icon-zoom{position:fixed;top:24px;right:24px;z-index:10}
.nch-lb-zoom-space img{margin:auto;padding:0;position:relative;display:block}
.nch-lb-zooming .nch-lb-zoom-space{display:block}
.nch-lb-media{position:absolute;z-index:5;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 9px 24px 2px rgba(0,0,0,.5),0 1px 3px 1px rgba(0,0,0,.8);-moz-box-shadow:0 9px 24px 2px rgba(0,0,0,.5),0 1px 3px 1px rgba(0,0,0,.8);-ms-box-shadow:0 9px 24px 2px rgba(0,0,0,.5),0 1px 3px 1px rgba(0,0,0,.8);-o-box-shadow:0 9px 24px 2px rgba(0,0,0,.5),0 1px 3px 1px rgba(0,0,0,.8);box-shadow:0 9px 24px 2px rgba(0,0,0,.5),0 1px 3px 1px rgba(0,0,0,.8)}
.nch-lb-scheme-light .nch-lb-media{-webkit-box-shadow:0 9px 24px 2px rgba(255,255,255,.5),0 1px 3px 1px rgba(255,255,255,.8);-moz-box-shadow:0 9px 24px 2px rgba(255,255,255,.5),0 1px 3px 1px rgba(255,255,255,.8);-ms-box-shadow:0 9px 24px 2px rgba(255,255,255,.5),0 1px 3px 1px rgba(255,255,255,.8);-o-box-shadow:0 9px 24px 2px rgba(255,255,255,.5),0 1px 3px 1px rgba(255,255,255,.8);box-shadow:0 9px 24px 2px rgba(255,255,255,.5),0 1px 3px 1px rgba(255,255,255,.8)}
.nch-lb-media-image img{height:100%;width:100%;display:block}
.nch-lb-media-ajax,.nch-lb-media-html{background:0 0;overflow:auto;-webkit-overflow-scrolling:touch}
.nch-lb-thumbs-horizontal{left:0;overflow:hidden;white-space:nowrap;padding:8px 6px;margin:auto}
.nch-lb-thumbs-horizontal li{height:100%;display:inline;margin:0 4px 0 0;padding:0}
.nch-lb-thumbs-vertical{padding:6px 8px}
.nch-lb-thumbs-vertical li{width:100%;display:block;padding:0;margin:0 0 4px}
.nch-lb-thumbs li img{cursor:pointer;border:2px solid #333;border:2px solid rgba(0,0,0,.25);-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;overflow:hidden;-webkit-transition:border-color .2s linear;-moz-transition:border-color .2s linear;-ms-transition:border-color .2s linear;-o-transition:border-color .2s linear;transition:border-color .2s linear}
.nch-lb-scheme-light .nch-lb-thumbs li img{border:2px solid #999;border:2px solid rgba(0,0,0,.3)}
.nch-lb-thumbs li img.nch-lb-thumb-s{border-color:#fff}
.nch-lb-scheme-light .nch-lb-thumbs li img.nch-lb-thumb-s{border-color:#444}
.nch-lb-thumbs-horizontal li img{height:100%;margin-top:-2px}
.nch-lb-thumbs-vertical li img{margin-left:-2px;width:100%}
canvas.nch-lb-effchange,canvas.nch-lb-effcurrent,div.nch-lb-pngfix{width:100%;height:55%;position:absolute;display:block;bottom:0;left:0;visibility:visible;z-index:0}
.nch-lb-no-backlight canvas.nch-lb-effchange,.nch-lb-no-backlight canvas.nch-lb-effcurrent,.nch-lb-no-backlight div.nch-lb-pngfix{visibility:hidden}
div.nch-lb-pngfix{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIMAAAAxCAYAAAD5nxoYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAACu9JREFUeNrsXO2S4zYMo2Tvvf/b9nZjke114h0eFyBpZ6+/mplMvhNZgkAQpDNExOT/y/+Xfy77f/Q7vwA3HPDQ4/MyyWf9ZRSvo+ckec/5+xrGgsbnf38kz3fHzO5fmdvOnPynYDDwOJtYCweCDgpNEjrI0Vj0QVjQwliMPC83Fn42wCxNoKGLFq/Pxu+03vzqZdxEtxGAsV0qjVBnZHyWvN8aoLFiI9zaod84z5ckwJ8EA6LhO4O0mxMzLu6ibJz6whxcXUi7Mb+vbsY/CgZLdlcc8HgxZmZhKft9e2FB7QYrXf2MFWENhdpxlxW+UzPYhcmw4jMGqHy4HerpfRYMdJdp0EIoif12Q79II4zE0Gng99h3GfhcKbL/RDahDYq+uiszHWHJQlQLVYnHOPartG9k4jsAHmRMo2CKkYB7/mlmsAYLjAYjXAkTI1nESRYx2zUMeFqAji3yaAjU7xB/lohjtlEnm+/9m4GQpWfMZ0AZxGjuIJZjV6ylxQ7S8BkEhtEMG4wltPArjHzf3cxJKpb6Ts1wdZBGUjC7aKDERdIX0ksDIUIbYNwIeGdC7WxOMiBUwDeSILTmdMh9O5rRaaZ6M3rvhodOGvlK9qPkNsvIhgOEXwS/869mbmxtZkOTZAbWIJnk2C8uekbTmogw/34WyxXE2jtxdzTYIwOCAGAYSOOidlgOGArSPb3oLtqN9ZAGqxjI0lLNcCVFswIAldhUENNZGpU5lV0QoPQuAkEDMygB4AALPIvMYhAtNC4y8tV0elSbY7xgxHghZCReG9EHWdqIUIu8BZG6XsHAMwCbRTZYABQS9MBwIWK45wTcZ3RthPrnNxhxbG4mGOMYxW62BiCuhAYrnMIq9qGd1dUR1ggTngmUAAItsNcNM2QbQ3hRq2MnG/gOuwkClAl9jncIry52LFQrvAZL2CEr9IyCKeTGBMdJjWzmF3wRUKDv96ww3WMJwJhgQdg4u6yAQsVsAmNE4O7ENbzipzPr1hpqvWImRPdMKXcs14qVNGGHBcLOJM5ehw0qPyRzK0dDyEsjlFrMJrKS7AgT1amyGXg/2n12EXSV8OoYOJJY5ed4DsAQh9MRaF625/0t6AmvcYzonYzKu5mF9zuMOLXIKFOfEu+NHd4xN6zYeQaEmEndQCKNCRuJQLSmo5eJx8M9RrphABvcawh1IWQVVvUowmZV1FoNRqXlgf2FRRcSezPqzXL6Tu0iS+kiMLKy+CBM5sPBegLhfG4BMJxx1+8wrx9QVjAvgn8W3gE7rkkAEJnrc973i0JRiN3LRKESpc4AwcYyCkU8EpdvEMYYhLU0AOBw9xXQ7nT0bA4IkSlmURdh410XMg9mOU831zOw129gWNLvX+ywhQGNECnYQgxGJhQznUaSImkSd0eRWkaNcDgwHCF0+O/cAog2t/gGQsVoOK3dfs/q+KIj6oGgwUK3vfAOOt3M1gwPmvj+rH+gIwIniY+j6UGgMLEAEI6QYvqduz1D7nreTgcCC6FjSl14mzdBEOdFQ+hawR9RL3B3sqPZ444VbQkbxFzeCj+CgWFm+TIxaGai1BXohBMIDwCG2Gr2BlJNv/Om+50J/I4I5HWRBZhukiBeJ6ibfKb4e2G5WjNkWGHtKjFztABEx0GrwOAnGGUgiBX0CYITDI/AFgZ23P68ahI6RhMMUphsUVxmm8ODUEBYnTFMMLq2xAhBBlNWBl6JxWuCq55ISKLCEAIEe/9GdMoKgHiEaxSSfkF2d92eTHHe91cGBrkQFuKiI4BE5zOmuXG9Nh8mlMR6aeza+Poik8wAgfoGsu4oxgoVO0SGEFCljED4BYB3FzKYbjiB8OYm/QggWSDtrOpAnfrLBMcZU1vPAhswqfR0IDXEKZQBZBXHVRR8DJg3CowcvWBEzeLgBzGmBFQXvabxYvEXGD7CbQTz+T3Hc2KPJyDO2+Xub2DXZsW9yjNAAPBsuQFG2Mj3D59aooWRZJGyPgApwBDdPSUAEvnaGi/AzNkKdmB+RAaGhwPBx/P5jwAGASbT+dn9efvD6YgZAFGl8aPhkwwCiBkKZ+et1zYD1Sai68aEnyQhBZlMGlQ6MnAQECt2iAbTJKkbYwS0M6PHgMCwgpBkYPCaYTmm8BoiM+2yy5bMxQRz4YGAfvu3Vr0IhmjJHglbCHlNmm5evCowrASkmDOZCKbYGVgiGLy38BEE5EoyitPaPxwINgesNxcqhuQNshVLZAJ6C/d3J3A3x1KKXMo9xPIFFtBAjEeNIFGdKyj2rLDD4m8J0CAVM6BOo0ni6ASfteAxLCcej3D/kK/9DdFm9hPvwfGQr80vQjZVJ2SgWojXCVvIdDxjnb/z5oC87WSHrgCGgxhFzDxCTSKPALwjlIczVzKrVjIAbCT3RpYwOuZHAENkNwMp63BxOQLdMwNyQVeSWYxERIvgBpvNgdKDYJHi3dwLCj+CK6ckJdSCNbLfYJ9F9vQEk8G0gwjvS5wgTBjxGo4AgIPUc46gHY6QVq4kTCjQXx3vYRJ28PffnJA9gYqYaOxOKCnw4SM9aoiZDBjIjl7J5w9gWiFLfBLhloEjY5NonC3CigdgSQMlYV/S3gMgNpDusZqOFOFCSHaEhOP+XN8fz/H8AEDQM7V8BP+dxcpFPHpkMgnQDgZChIWJR1kJSy0zqszeN4GNi8YXRfQB2I75HocDggVQSDB+lGyEjhkVU+0NiOW3IIYPwLyfptM7AMBHAggEBpX8PEvmQMaStkrvjCvkGxxg149Q1USvx5i9QEalINOSUPyJdrc/vs19F+q7UBIiOyEj6qQIhtP0QkLeIhgeYfEfIK3ygDAnCLMmFYT4o9AZ1vQZJLGcR+Lbb0WjiLmQtUiaHV3XFcaw5Gs7nDYqljGTQvWZrFSPQDGAE4rc3+WZ4T2A4T0A4QHs5KPhQgpw+VhYyYpkrHVtkseTTNhBzBtJei00HMNKPIEJeiymO84ppOVM+ueUWOJMIv2gzutYyfXfGPZXYIJ3wBRRRD6K4pQkpXAUDuKOWKEBYxQdQSg0sAaXEeJ9tigrHB8r92cNKivY0azz+SjaBDIhzUwo74qyBt/P4/oFhp8OAJ4VDpJnLxLrhVAcOvs6E4wivT/UitmA3xmWsIgm3UYxZkd7/kgMsQiyTfg5jqhVD20OFjIO0M/gM5SYtWgIFfDckJMZfjrh+AEs2AdIL1lnkhbl2aoaak0wzKKKx06IzXolrNAxmSfgBaTK782xrMFEkjYBIfOJGMIImx7BfDIQtj/X82SGn0BIemYQoKqrhlYp2MIazIIO3C8aMnAmEZhL6lPvOiV6FhLZaXseCArAqoXP0DkXdgnuC51hjr0V/eVMdB8mYmePAo8BdTZ38mJLAINeQ9+xknAxAVWzP6WQZHei3adFmV4Sla+BHZA/oI15qs5JjaIYnQowC5dXIxhiE2is0iFFvaR/yXompfAWIiUPwe31EQid/0VAuoalx1lInGSMyONYIHRKEwQI2Er8lxk0DKshyR6yB284KakhaJI+dsRf1UInyeKwhWT+AwslEtQ+YzUrQBF3IqJrHx6UZBPMbb3zt4OImTbQk7JHDXf61u/Ajj7k63mHyCtAO7MSkJ0UqlLiSESx/JtlINIAAgNBljUJMJsmWTRLwoIATVA5kjOwlILFH8gn2kPsXyC1QhnEBN5AB71yEemWLOaVE00qn7/75xcTsMJoLMwgoUMuztedf6ONLOmZ3TfKrr8FGACtGdQitSH+UwAAAABJRU5ErkJggg==);background-size:100% 100%}
.nch-lb-mask{display:block;width:0;height:0;background-image:url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/css/other/nch-lb-mask.jpg)}
.nch-lb-photo-menu{display:none;list-style:none;margin:0;padding:0;height:36px;position:absolute;bottom:14px;right:12px;transition:all .25s ease-out;-webkit-transition:all .25s ease-out;-moz-transition:all .25s ease-out;-ms-transition:all .25s ease-out;-o-transition:all .25s ease-out}
.nch-lb-photo-menu li{list-style:none}
.nch-lb-media-dailymotion:hover .nch-lb-photo-menu,.nch-lb-media-youtube:hover .nch-lb-photo-menu{bottom:40px}
.nch-lb-media-vimeo:hover .nch-lb-photo-menu{bottom:48px}
.nch-lb-info-panel{font-weight:300;line-height:1.2em;font-size:14px;text-align:justify;color:#fff;max-width:80%;margin:auto;margin-top:2em;margin-bottom:2em}
.nch-lb-info-panel .nch-lb-icon-info{position:absolute;top:14px;right:14px;left:auto}
.nch-lb-info-panel h3{font-size:2em;margin:.5em 0;font-weight:300}
.nch-lb-info-panel .nch-lightbox-button{display:inline-block;font-size:1em;color:#fff;padding:.4em 1em;border:2px solid #fff;margin:.8em 0;line-height:1.3em}
.nch-lb-info-panel .nch-lightbox-button:active,.nch-lb-info-panel .nch-lightbox-button:focus,.nch-lb-info-panel .nch-lightbox-button:hover{background:rgba(255,255,255,.15);color:#fff;text-decoration:none}
.nch-lb-info-panel .nch-lightbox-button:active{color:#111;background:#fff}
.nch-lb-media:active .nch-lb-photo-menu,.nch-lb-media:hover .nch-lb-photo-menu,.nch-lb-photo-menu-visible .nch-lb-photo-menu,.nch-lb-sharing .nch-lb-photo-menu{display:block}
.nch-lb-photo-menu li{float:right;position:relative}
.nch-lb-photo-menu li div{margin:0 2px}
.nch-lb-loadbar{position:absolute;display:none;height:3px;background:rgba(255,255,255,.9);width:0;bottom:0;left:0;z-index:15}
.nch-lb-can-play .nch-lb-loadbar{display:block}
.nch-lb-scheme-light .nch-lb-loadbar{background:rgba(0,0,0,.6)}
.nch-lb-share-btns .fb-like{position:relative;overflow:hidden;height:20px!important;width:50px!important}
html .nch-lb-share-btns .fb-like{position:relative;overflow:hidden;height:20px;width:50px}
html .nchlb_like_container{position:relative;overflow:hidden;height:20px;width:50px;display:inline-block;border:none}
html .nchlb_google_container,html .nchlb_pinterest_container,html .nchlb_twitter_container{position:relative;overflow:hidden;height:20px;width:auto;display:inline-block;border:none;margin:0!important}
.nch-lb-share-btns .fb-like>span{position:absolute;bottom:-4px;left:0}
.nch-lb-share-btns a{margin-right:5px}
.nch-lb-share-btns div,.nch-lb-share-btns iframe{border-right:5px solid transparent!important;margin-bottom:0!important}
.nch-lb-share-btns div.fb-like{border:0!important}
.nch-lb-share-btns{position:absolute;display:none;width:220px;height:20px;bottom:48px;right:-8px;border:2px solid #ededed;-webkit-border-radius:2px;border-radius:2px;background:#fff;padding:10px 8px}
.nch-lb-share-btns:after{position:absolute;content:"";display:block;width:0;height:0;border:5px solid transparent;border-top-color:#fff;border-top-width:6px;border-bottom:0;bottom:-8px;right:20px}
.lang-rtl .nch-lb-share-btns{right:auto;left:-8px}
.lang-rtl .nch-lb-share-btns:after{right:auto;left:20px}
[class*=" nch-lb-icon-"],[class^=nch-lb-icon-]{width:36px;height:36px;display:block;cursor:pointer;font-family:nchlightbox;font-size:33px;line-height:30px;color:#fff;-webkit-text-shadow:0 1px 2px rgba(0,0,0,.5);text-shadow:0 1px 2px rgba(0,0,0,.5);-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
[class*=" nch-lb-icon-"]:hover,[class^=nch-lb-icon-]:hover{-webkit-text-shadow:0 1px 2px rgba(0,0,0,1);text-shadow:0 1px 2px rgba(0,0,0,1)}
[class*=" nch-lb-icon-"]:active,[class^=nch-lb-icon-]:active{color:#777;color:rgba(255,255,255,.45);-webkit-text-shadow:0 0 3px rgba(255,255,255,.2);text-shadow:0 0 3px rgba(255,255,255,.2)}
.nch-lb-scheme-light [class*=" nch-lb-icon-"],.nch-lb-scheme-light [class^=nch-lb-icon-]{color:#111;color:rgba(0,0,0,.8);-webkit-text-shadow:0 1px 1px rgba(255,255,255,.15);text-shadow:0 1px 1px rgba(255,255,255,.15)}
.nch-lb-scheme-light [class*=" nch-lb-icon-"]:hover,.nch-lb-scheme-light [class^=nch-lb-icon-]:hover{-webkit-text-shadow:0 1px 2px rgba(255,255,255,.35);text-shadow:0 1px 2px rgba(255,255,255,.35)}
.nch-lb-scheme-light [class*=" nch-lb-icon-"]:active,.nch-lb-scheme-light [class^=nch-lb-icon-]:active{color:#555;color:rgba(0,0,0,.45);-webkit-text-shadow:0 0 3px rgba(0,0,0,.2);text-shadow:0 0 3px rgba(0,0,0,.2)}
.nch-lb-icon-close,.nch-lb-icon-fs,.nch-lb-icon-info,.nch-lb-icon-play,.nch-lb-icon-share,.nch-lb-icon-zoom{display:none}
.nch-lb-can-fs .nch-lb-icon-fs,.nch-lb-can-play .nch-lb-icon-play,.nch-lb-can-share .nch-lb-icon-share,.nch-lb-can-zoom .nch-lb-icon-zoom,.nch-lb-has-info .nch-lb-icon-close,.nch-lb-has-info .nch-lb-icon-info{display:block}
.nch-lb-no-more .nch-lb-next,.nch-lb-no-more .nch-lb-prev{display:none}
.nch-lb-scrollbars{width:100px;height:100px;position:absolute;top:-9999px;overflow:scroll}
.nch-lb-project{width:100%;height:100%;background:#000;background:rgba(0,0,0,.85);top:0;left:0;overflow:auto;position:absolute;z-index:50;display:none}
.lang-rtl ul.nch-lb-controls li{float:right}
.lang-rtl ul li.nch-lb-exit,.lang-rtl ul li.nch-lb-fs,.lang-rtl ul li.nch-lb-info{float:left}
.lang-rtl li.nch-lb-title{float:right;margin-right:12px}
.lang-rtl li.nch-lb-next,.lang-rtl li.nch-lb-prev{position:relative}
.lang-rtl .nch-lb-main li.nch-lb-prev div{position:relative;z-index:1;left:-38px}
.lang-rtl .nch-lb-main li.nch-lb-next div{position:relative;left:38px}
.lang-rtl .nch-lb-can-play li.nch-lb-next div{left:76px}
.lang-rtl .nch-lb-can-play li.nch-lb-prev div{left:-76px}
.lang-rtl .nch-lb-info-panel .nch-lb-icon-info,.lang-rtl .nch-lb-photo-menu{right:auto;left:14px}
.nch-lb-controls,.nch-lb-controls li,.nch-lb-controls li div,.nch-lb-share-btns,.nch-lb-share-btns *,.nch-lb-thumbs li,.nch-lb-thumbs li img{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
@media only screen and (-webkit-min-device-pixel-ratio:1.3),only screen and (-o-min-device-pixel-ratio:13/10),only screen and (min-resolution:120dpi){.nch-lb-thumbs-bar{overflow:scroll;-webkit-overflow-scrolling:touch}}
@media (max-width:480px){.nch-lb-controls li.nch-lb-fs,.nch-lb-controls li.nch-lb-info,.nch-lb-controls li.nch-lb-title,.nch-lb-photo-menu{display:none}
.nch-lb-can-play .nch-lb-controls,.nch-lb-controls{width:100%;margin:0 auto}
.nch-lb-controls li{margin:0 2px}
.nch-lb-controls li.nch-lb-exit{margin-right:5px}
.nch-lb-controls li.nch-lb-prev{margin-left:5px}
.nch-lb-no-more.nch-lb-can-play .nch-lb-controls{display:block;width:38px}}
@media (max-device-width:480px){.nch-lb-dragging .nch-lb-media{-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:inset 0 0 0 2px #fff,0 0 0 1px rgba(0,0,0,.8);box-shadow:inset 0 0 0 2px #fff,0 0 0 1px rgba(0,0,0,.8)}}
@media (max-height:360px) and (orientation:landscape){.nch-lb-thumbs-bottom,.nch-lb-thumbs-top{display:none;height:0}}
@media (max-height:460px) and (orientation:portrait){.nch-lb-thumbs-bottom,.nch-lb-thumbs-top{display:none;height:0}}
body .nchgrid-item img{margin:0;padding:0;border:0;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;z-index:0}
body .nchgrid-item{position:relative;overflow:hidden;cursor:pointer}
body .nchgrid-item div.nchgrid-caption,body .nchgrid-item div.nchgrid-caption-text{-webkit-transition:all .25s ease-out;-moz-transition:all .25s ease-out;-o-transition:all .25s ease-out;transition:all .25s ease-out}
body .nchgrid-item div.nchgrid-caption-text{position:absolute;width:90%;bottom:-100%;left:0;color:#fff;background:0 0;padding:5px 5%;line-height:16px;font-size:12px;text-align:center;z-index:3;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body .nchgrid-item div.nchgrid-caption-text.nchgrid-caption-text-always,body .nchgrid-item:hover div.nchgrid-caption-text{background:rgba(0,0,0,.4);bottom:0}
body .nchgrid-item img{width:100%;height:100%}@font-face {
font-family:                		'brankic';
src:                        		url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/brankic-icons/brankic.eot?) format('eot'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/brankic-icons/brankic.eot?#iefix) format('embedded-opentype'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/brankic-icons/brankic.woff) format('woff'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/brankic-icons/brankic.ttf) format('truetype'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/brankic-icons/brankic.svg#brankic) format('svg');
font-weight:                		normal;
font-style:                 		normal;
}
[class^="ts-brankic-"], [class*=" ts-brankic-"] {
font-family:						'brankic';
speak:								none;
font-style:							normal;
font-weight:						normal;
font-variant:						normal;
text-transform:						none;
line-height:						1; -webkit-font-smoothing:				antialiased;
-moz-osx-font-smoothing:			grayscale;
}
[class^="ts-brankic-"]:before,[class*=" ts-brankic-"]:before {
text-decoration:					inherit;
display:							inline-block;
speak:								none;
}
a [class^="ts-brankic-"],a [class*=" ts-brankic-"] {
display:							inline-block;
}
.ts-brankic-number:before{content:"\e600";}
.ts-brankic-number2:before{content:"\e601";}
.ts-brankic-number3:before{content:"\e602";}
.ts-brankic-number4:before{content:"\e603";}
.ts-brankic-number5:before{content:"\e604";}
.ts-brankic-number6:before{content:"\e605";}
.ts-brankic-number7:before{content:"\e606";}
.ts-brankic-number8:before{content:"\e607";}
.ts-brankic-number9:before{content:"\e608";}
.ts-brankic-number10:before{content:"\e609";}
.ts-brankic-number11:before{content:"\e60a";}
.ts-brankic-number12:before{content:"\e60b";}
.ts-brankic-number13:before{content:"\e60c";}
.ts-brankic-number14:before{content:"\e60d";}
.ts-brankic-number15:before{content:"\e60e";}
.ts-brankic-number16:before{content:"\e60f";}
.ts-brankic-number17:before{content:"\e610";}
.ts-brankic-number18:before{content:"\e611";}
.ts-brankic-number19:before{content:"\e612";}
.ts-brankic-number20:before{content:"\e613";}
.ts-brankic-quote:before{content:"\e614";}
.ts-brankic-quote2:before{content:"\e615";}
.ts-brankic-tag:before{content:"\e616";}
.ts-brankic-tag2:before{content:"\e617";}
.ts-brankic-link:before{content:"\e618";}
.ts-brankic-link2:before{content:"\e619";}
.ts-brankic-cabinet:before{content:"\e61a";}
.ts-brankic-cabinet2:before{content:"\e61b";}
.ts-brankic-calendar:before{content:"\e61c";}
.ts-brankic-calendar2:before{content:"\e61d";}
.ts-brankic-calendar3:before{content:"\e61e";}
.ts-brankic-file:before{content:"\e61f";}
.ts-brankic-file2:before{content:"\e620";}
.ts-brankic-file3:before{content:"\e621";}
.ts-brankic-files:before{content:"\e622";}
.ts-brankic-phone:before{content:"\e623";}
.ts-brankic-tablet:before{content:"\e624";}
.ts-brankic-window:before{content:"\e625";}
.ts-brankic-monitor:before{content:"\e626";}
.ts-brankic-ipod:before{content:"\e627";}
.ts-brankic-tv:before{content:"\e628";}
.ts-brankic-camera:before{content:"\e629";}
.ts-brankic-camera2:before{content:"\e62a";}
.ts-brankic-camera3:before{content:"\e62b";}
.ts-brankic-film:before{content:"\e62c";}
.ts-brankic-film2:before{content:"\e62d";}
.ts-brankic-film3:before{content:"\e62e";}
.ts-brankic-microphone:before{content:"\e62f";}
.ts-brankic-microphone2:before{content:"\e630";}
.ts-brankic-microphone3:before{content:"\e631";}
.ts-brankic-drink:before{content:"\e632";}
.ts-brankic-drink2:before{content:"\e633";}
.ts-brankic-drink3:before{content:"\e634";}
.ts-brankic-drink4:before{content:"\e635";}
.ts-brankic-coffee:before{content:"\e636";}
.ts-brankic-mug:before{content:"\e637";}
.ts-brankic-ice-cream:before{content:"\e638";}
.ts-brankic-cake:before{content:"\e639";}
.ts-brankic-inbox:before{content:"\e63a";}
.ts-brankic-download:before{content:"\e63b";}
.ts-brankic-upload:before{content:"\e63c";}
.ts-brankic-inbox2:before{content:"\e63d";}
.ts-brankic-checkmark:before{content:"\e63e";}
.ts-brankic-checkmark2:before{content:"\e63f";}
.ts-brankic-cancel:before{content:"\e640";}
.ts-brankic-cancel2:before{content:"\e641";}
.ts-brankic-plus:before{content:"\e642";}
.ts-brankic-plus2:before{content:"\e643";}
.ts-brankic-minus:before{content:"\e644";}
.ts-brankic-minus2:before{content:"\e645";}
.ts-brankic-notice:before{content:"\e646";}
.ts-brankic-notice2:before{content:"\e647";}
.ts-brankic-cog:before{content:"\e648";}
.ts-brankic-cogs:before{content:"\e649";}
.ts-brankic-cog2:before{content:"\e64a";}
.ts-brankic-warning:before{content:"\e64b";}
.ts-brankic-health:before{content:"\e64c";}
.ts-brankic-suitcase:before{content:"\e64d";}
.ts-brankic-suitcase2:before{content:"\e64e";}
.ts-brankic-suitcase3:before{content:"\e64f";}
.ts-brankic-picture:before{content:"\e650";}
.ts-brankic-pictures:before{content:"\e651";}
.ts-brankic-pictures2:before{content:"\e652";}
.ts-brankic-android:before{content:"\e653";}
.ts-brankic-marvin:before{content:"\e654";}
.ts-brankic-pacman:before{content:"\e655";}
.ts-brankic-cassette:before{content:"\e656";}
.ts-brankic-watch:before{content:"\e657";}
.ts-brankic-chronometer:before{content:"\e658";}
.ts-brankic-watch2:before{content:"\e659";}
.ts-brankic-alarm-clock:before{content:"\e65a";}
.ts-brankic-time:before{content:"\e65b";}
.ts-brankic-time2:before{content:"\e65c";}
.ts-brankic-headphones:before{content:"\e65d";}
.ts-brankic-wallet:before{content:"\e65e";}
.ts-brankic-checkmark3:before{content:"\e65f";}
.ts-brankic-cancel3:before{content:"\e660";}
.ts-brankic-eye:before{content:"\e661";}
.ts-brankic-position:before{content:"\e662";}
.ts-brankic-site-map:before{content:"\e663";}
.ts-brankic-site-map2:before{content:"\e664";}
.ts-brankic-cloud:before{content:"\e665";}
.ts-brankic-upload2:before{content:"\e666";}
.ts-brankic-chart:before{content:"\e667";}
.ts-brankic-chart2:before{content:"\e668";}
.ts-brankic-chart3:before{content:"\e669";}
.ts-brankic-chart4:before{content:"\e66a";}
.ts-brankic-chart5:before{content:"\e66b";}
.ts-brankic-chart6:before{content:"\e66c";}
.ts-brankic-location:before{content:"\e66d";}
.ts-brankic-download2:before{content:"\e66e";}
.ts-brankic-basket:before{content:"\e66f";}
.ts-brankic-folder:before{content:"\e670";}
.ts-brankic-gamepad:before{content:"\e671";}
.ts-brankic-alarm:before{content:"\e672";}
.ts-brankic-alarm-cancel:before{content:"\e673";}
.ts-brankic-phone2:before{content:"\e674";}
.ts-brankic-phone3:before{content:"\e675";}
.ts-brankic-image:before{content:"\e676";}
.ts-brankic-open:before{content:"\e677";}
.ts-brankic-sale:before{content:"\e678";}
.ts-brankic-direction:before{content:"\e679";}
.ts-brankic-map:before{content:"\e67a";}
.ts-brankic-trashcan:before{content:"\e67b";}
.ts-brankic-vote:before{content:"\e67c";}
.ts-brankic-graduate:before{content:"\e67d";}
.ts-brankic-lab:before{content:"\e67e";}
.ts-brankic-tie:before{content:"\e67f";}
.ts-brankic-football:before{content:"\e680";}
.ts-brankic-eight-ball:before{content:"\e681";}
.ts-brankic-bowling:before{content:"\e682";}
.ts-brankic-bowling-pin:before{content:"\e683";}
.ts-brankic-baseball:before{content:"\e684";}
.ts-brankic-soccer:before{content:"\e685";}
.ts-brankic-3d-glasses:before{content:"\e686";}
.ts-brankic-microwave:before{content:"\e687";}
.ts-brankic-refrigerator:before{content:"\e688";}
.ts-brankic-oven:before{content:"\e689";}
.ts-brankic-washing-machine:before{content:"\e68a";}
.ts-brankic-mouse:before{content:"\e68b";}
.ts-brankic-smiley:before{content:"\e68c";}
.ts-brankic-sad:before{content:"\e68d";}
.ts-brankic-mute:before{content:"\e68e";}
.ts-brankic-hand:before{content:"\e68f";}
.ts-brankic-radio:before{content:"\e690";}
.ts-brankic-satellite:before{content:"\e691";}
.ts-brankic-medal:before{content:"\e692";}
.ts-brankic-medal2:before{content:"\e693";}
.ts-brankic-switch:before{content:"\e694";}
.ts-brankic-key:before{content:"\e695";}
.ts-brankic-cord:before{content:"\e696";}
.ts-brankic-locked:before{content:"\e697";}
.ts-brankic-unlocked:before{content:"\e698";}
.ts-brankic-locked2:before{content:"\e699";}
.ts-brankic-unlocked2:before{content:"\e69a";}
.ts-brankic-magnifier:before{content:"\e69b";}
.ts-brankic-zoom-in:before{content:"\e69c";}
.ts-brankic-zoom-out:before{content:"\e69d";}
.ts-brankic-stack:before{content:"\e69e";}
.ts-brankic-stack2:before{content:"\e69f";}
.ts-brankic-stack3:before{content:"\e6a0";}
.ts-brankic-david-star:before{content:"\e6a1";}
.ts-brankic-cross:before{content:"\e6a2";}
.ts-brankic-moon-andstar:before{content:"\e6a3";}
.ts-brankic-transformers:before{content:"\e6a4";}
.ts-brankic-batman:before{content:"\e6a5";}
.ts-brankic-space-invaders:before{content:"\e6a6";}
.ts-brankic-skeletor:before{content:"\e6a7";}
.ts-brankic-lamp:before{content:"\e6a8";}
.ts-brankic-lamp2:before{content:"\e6a9";}
.ts-brankic-umbrella:before{content:"\e6aa";}
.ts-brankic-street-light:before{content:"\e6ab";}
.ts-brankic-bomb:before{content:"\e6ac";}
.ts-brankic-archive:before{content:"\e6ad";}
.ts-brankic-battery:before{content:"\e6ae";}
.ts-brankic-battery2:before{content:"\e6af";}
.ts-brankic-battery3:before{content:"\e6b0";}
.ts-brankic-battery4:before{content:"\e6b1";}
.ts-brankic-battery5:before{content:"\e6b2";}
.ts-brankic-megaphone:before{content:"\e6b3";}
.ts-brankic-megaphone2:before{content:"\e6b4";}
.ts-brankic-patch:before{content:"\e6b5";}
.ts-brankic-pil:before{content:"\e6b6";}
.ts-brankic-injection:before{content:"\e6b7";}
.ts-brankic-thermometer:before{content:"\e6b8";}
.ts-brankic-lamp3:before{content:"\e6b9";}
.ts-brankic-lamp4:before{content:"\e6ba";}
.ts-brankic-lamp5:before{content:"\e6bb";}
.ts-brankic-cube:before{content:"\e6bc";}
.ts-brankic-box:before{content:"\e6bd";}
.ts-brankic-box2:before{content:"\e6be";}
.ts-brankic-diamond:before{content:"\e6bf";}
.ts-brankic-bag:before{content:"\e6c0";}
.ts-brankic-money-bag:before{content:"\e6c1";}
.ts-brankic-grid:before{content:"\e6c2";}
.ts-brankic-grid2:before{content:"\e6c3";}
.ts-brankic-list:before{content:"\e6c4";}
.ts-brankic-list2:before{content:"\e6c5";}
.ts-brankic-ruler:before{content:"\e6c6";}
.ts-brankic-ruler2:before{content:"\e6c7";}
.ts-brankic-layout:before{content:"\e6c8";}
.ts-brankic-layout2:before{content:"\e6c9";}
.ts-brankic-layout3:before{content:"\e6ca";}
.ts-brankic-layout4:before{content:"\e6cb";}
.ts-brankic-layout5:before{content:"\e6cc";}
.ts-brankic-layout6:before{content:"\e6cd";}
.ts-brankic-layout7:before{content:"\e6ce";}
.ts-brankic-layout8:before{content:"\e6cf";}
.ts-brankic-layout9:before{content:"\e6d0";}
.ts-brankic-layout10:before{content:"\e6d1";}
.ts-brankic-layout11:before{content:"\e6d2";}
.ts-brankic-layout12:before{content:"\e6d3";}
.ts-brankic-layout13:before{content:"\e6d4";}
.ts-brankic-layout14:before{content:"\e6d5";}
.ts-brankic-tools:before{content:"\e6d6";}
.ts-brankic-screwdriver:before{content:"\e6d7";}
.ts-brankic-paint:before{content:"\e6d8";}
.ts-brankic-hammer:before{content:"\e6d9";}
.ts-brankic-brush:before{content:"\e6da";}
.ts-brankic-pen:before{content:"\e6db";}
.ts-brankic-chat:before{content:"\e6dc";}
.ts-brankic-comments:before{content:"\e6dd";}
.ts-brankic-chat2:before{content:"\e6de";}
.ts-brankic-chat3:before{content:"\e6df";}
.ts-brankic-volume:before{content:"\e6e0";}
.ts-brankic-volume2:before{content:"\e6e1";}
.ts-brankic-volume3:before{content:"\e6e2";}
.ts-brankic-equalizer:before{content:"\e6e3";}
.ts-brankic-resize:before{content:"\e6e4";}
.ts-brankic-resize2:before{content:"\e6e5";}
.ts-brankic-stretch:before{content:"\e6e6";}
.ts-brankic-narrow:before{content:"\e6e7";}
.ts-brankic-resize3:before{content:"\e6e8";}
.ts-brankic-download3:before{content:"\e6e9";}
.ts-brankic-calculator:before{content:"\e6ea";}
.ts-brankic-library:before{content:"\e6eb";}
.ts-brankic-auction:before{content:"\e6ec";}
.ts-brankic-justice:before{content:"\e6ed";}
.ts-brankic-stats:before{content:"\e6ee";}
.ts-brankic-stats2:before{content:"\e6ef";}
.ts-brankic-attachment:before{content:"\e6f0";}
.ts-brankic-hourglass:before{content:"\e6f1";}
.ts-brankic-abacus:before{content:"\e6f2";}
.ts-brankic-pencil:before{content:"\e6f3";}
.ts-brankic-pen2:before{content:"\e6f4";}
.ts-brankic-pin:before{content:"\e6f5";}
.ts-brankic-pin2:before{content:"\e6f6";}
.ts-brankic-discout:before{content:"\e6f7";}
.ts-brankic-edit:before{content:"\e6f8";}
.ts-brankic-scissors:before{content:"\e6f9";}
.ts-brankic-profile:before{content:"\e6fa";}
.ts-brankic-profile2:before{content:"\e6fb";}
.ts-brankic-profile3:before{content:"\e6fc";}
.ts-brankic-rotate:before{content:"\e6fd";}
.ts-brankic-rotate2:before{content:"\e6fe";}
.ts-brankic-reply:before{content:"\e6ff";}
.ts-brankic-forward:before{content:"\e700";}
.ts-brankic-retweet:before{content:"\e701";}
.ts-brankic-shuffle:before{content:"\e702";}
.ts-brankic-loop:before{content:"\e703";}
.ts-brankic-crop:before{content:"\e704";}
.ts-brankic-square:before{content:"\e705";}
.ts-brankic-square2:before{content:"\e706";}
.ts-brankic-circle:before{content:"\e707";}
.ts-brankic-dollar:before{content:"\e708";}
.ts-brankic-dollar2:before{content:"\e709";}
.ts-brankic-coins:before{content:"\e70a";}
.ts-brankic-pig:before{content:"\e70b";}
.ts-brankic-bookmark:before{content:"\e70c";}
.ts-brankic-bookmark2:before{content:"\e70d";}
.ts-brankic-address-book:before{content:"\e70e";}
.ts-brankic-address-book2:before{content:"\e70f";}
.ts-brankic-safe:before{content:"\e710";}
.ts-brankic-envelope:before{content:"\e711";}
.ts-brankic-envelope2:before{content:"\e712";}
.ts-brankic-radio-active:before{content:"\e713";}
.ts-brankic-music:before{content:"\e714";}
.ts-brankic-presentation:before{content:"\e715";}
.ts-brankic-male:before{content:"\e716";}
.ts-brankic-female:before{content:"\e717";}
.ts-brankic-aids:before{content:"\e718";}
.ts-brankic-heart:before{content:"\e719";}
.ts-brankic-info:before{content:"\e71a";}
.ts-brankic-info2:before{content:"\e71b";}
.ts-brankic-piano:before{content:"\e71c";}
.ts-brankic-rain:before{content:"\e71d";}
.ts-brankic-snow:before{content:"\e71e";}
.ts-brankic-lightning:before{content:"\e71f";}
.ts-brankic-sun:before{content:"\e720";}
.ts-brankic-moon:before{content:"\e721";}
.ts-brankic-cloudy:before{content:"\e722";}
.ts-brankic-cloudy2:before{content:"\e723";}
.ts-brankic-car:before{content:"\e724";}
.ts-brankic-bike:before{content:"\e725";}
.ts-brankic-truck:before{content:"\e726";}
.ts-brankic-bus:before{content:"\e727";}
.ts-brankic-bike2:before{content:"\e728";}
.ts-brankic-plane:before{content:"\e729";}
.ts-brankic-paper-plane:before{content:"\e72a";}
.ts-brankic-rocket:before{content:"\e72b";}
.ts-brankic-book:before{content:"\e72c";}
.ts-brankic-book2:before{content:"\e72d";}
.ts-brankic-barcode:before{content:"\e72e";}
.ts-brankic-barcode2:before{content:"\e72f";}
.ts-brankic-expand:before{content:"\e730";}
.ts-brankic-collapse:before{content:"\e731";}
.ts-brankic-pop-out:before{content:"\e732";}
.ts-brankic-pop-in:before{content:"\e733";}
.ts-brankic-target:before{content:"\e734";}
.ts-brankic-badge:before{content:"\e735";}
.ts-brankic-badge2:before{content:"\e736";}
.ts-brankic-ticket:before{content:"\e737";}
.ts-brankic-ticket2:before{content:"\e738";}
.ts-brankic-ticket3:before{content:"\e739";}
.ts-brankic-microphone4:before{content:"\e73a";}
.ts-brankic-cone:before{content:"\e73b";}
.ts-brankic-blocked:before{content:"\e73c";}
.ts-brankic-stop:before{content:"\e73d";}
.ts-brankic-keyboard:before{content:"\e73e";}
.ts-brankic-keyboard2:before{content:"\e73f";}
.ts-brankic-radio2:before{content:"\e740";}
.ts-brankic-printer:before{content:"\e741";}
.ts-brankic-checked:before{content:"\e742";}
.ts-brankic-error:before{content:"\e743";}
.ts-brankic-add:before{content:"\e744";}
.ts-brankic-minus3:before{content:"\e745";}
.ts-brankic-alert:before{content:"\e746";}
.ts-brankic-pictures3:before{content:"\e747";}
.ts-brankic-atom:before{content:"\e748";}
.ts-brankic-eyedropper:before{content:"\e749";}
.ts-brankic-globe:before{content:"\e74a";}
.ts-brankic-globe2:before{content:"\e74b";}
.ts-brankic-shipping:before{content:"\e74c";}
.ts-brankic-ying-yang:before{content:"\e74d";}
.ts-brankic-compass:before{content:"\e74e";}
.ts-brankic-zip:before{content:"\e74f";}
.ts-brankic-zip2:before{content:"\e750";}
.ts-brankic-anchor:before{content:"\e751";}
.ts-brankic-locked-heart:before{content:"\e752";}
.ts-brankic-magnet:before{content:"\e753";}
.ts-brankic-navigation:before{content:"\e754";}
.ts-brankic-tags:before{content:"\e755";}
.ts-brankic-heart2:before{content:"\e756";}
.ts-brankic-heart3:before{content:"\e757";}
.ts-brankic-usb:before{content:"\e758";}
.ts-brankic-clipboard:before{content:"\e759";}
.ts-brankic-clipboard2:before{content:"\e75a";}
.ts-brankic-clipboard3:before{content:"\e75b";}
.ts-brankic-switch2:before{content:"\e75c";}
.ts-brankic-ruler3:before{content:"\e75d";}@font-face {
font-family:                		'elegant';
src:                        		url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/elegant-icons/elegant.eot?) format('eot'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/elegant-icons/elegant.eot?#iefix) format('embedded-opentype'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/elegant-icons/elegant.woff) format('woff'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/elegant-icons/elegant.ttf) format('truetype'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/elegant-icons/elegant.svg#elegant) format('svg');
font-weight:                		normal;
font-style:                 		normal;
}
[class^="ts-elegant-"], [class*=" ts-elegant-"] {
font-family:						'elegant';
speak:								none;
font-style:							normal;
font-weight:						normal;
font-variant:						normal;
text-transform:						none;
line-height:						1; -webkit-font-smoothing:				antialiased;
-moz-osx-font-smoothing:			grayscale;
}
[class^="ts-elegant-"]:before,[class*=" ts-elegant-"]:before {
text-decoration:					inherit;
display:							inline-block;
speak:								none;
}
a [class^="ts-elegant-"],a [class*=" ts-elegant-"] {
display:							inline-block;
}
.ts-elegant-arrow-up:before {content:"\21";}
.ts-elegant-arrow-down:before {content:"\22";}
.ts-elegant-arrow-left:before {content:"\23";}
.ts-elegant-arrow-right:before {content:"\24";}
.ts-elegant-arrow-left-up:before {content:"\25";}
.ts-elegant-arrow-right-up:before {content:"\26";}
.ts-elegant-arrow-right-down:before {content:"\27";}
.ts-elegant-arrow-left-down:before {content:"\28";}
.ts-elegant-arrow-up-down:before {content:"\29";}
.ts-elegant-arrow-up-down-alt:before {content:"\2a";}
.ts-elegant-arrow-left-right-alt:before {content:"\2b";}
.ts-elegant-arrow-left-right:before {content:"\2c";}
.ts-elegant-arrow-expand-alt2:before {content:"\2d";}
.ts-elegant-arrow-expand-alt:before {content:"\2e";}
.ts-elegant-arrow-condense:before {content:"\2f";}
.ts-elegant-arrow-expand:before {content:"\30";}
.ts-elegant-arrow-move:before {content:"\31";}
.ts-elegant-arrow-carrot-up:before {content:"\32";}
.ts-elegant-arrow-carrot-down:before {content:"\33";}
.ts-elegant-arrow-carrot-left:before {content:"\34";}
.ts-elegant-arrow-carrot-right:before {content:"\35";}
.ts-elegant-arrow-carrot-2up:before {content:"\36";}
.ts-elegant-arrow-carrot-2down:before {content:"\37";}
.ts-elegant-arrow-carrot-2left:before {content:"\38";}
.ts-elegant-arrow-carrot-2right:before {content:"\39";}
.ts-elegant-arrow-carrot-up-alt2:before {content:"\3a";}
.ts-elegant-arrow-carrot-down-alt2:before {content:"\3b";}
.ts-elegant-arrow-carrot-left-alt2:before {content:"\3c";}
.ts-elegant-arrow-carrot-right-alt2:before {content:"\3d";}
.ts-elegant-arrow-carrot-2up-alt2:before {content:"\3e";}
.ts-elegant-arrow-carrot-2down-alt2:before {content:"\3f";}
.ts-elegant-arrow-carrot-2left-alt2:before {content:"\40";}
.ts-elegant-arrow-carrot-2right-alt2:before {content:"\41";}
.ts-elegant-arrow-triangle-up:before {content:"\42";}
.ts-elegant-arrow-triangle-down:before {content:"\43";}
.ts-elegant-arrow-triangle-left:before {content:"\44";}
.ts-elegant-arrow-triangle-right:before {content:"\45";}
.ts-elegant-arrow-triangle-up-alt2:before {content:"\46";}
.ts-elegant-arrow-triangle-down-alt2:before {content:"\47";}
.ts-elegant-arrow-triangle-left-alt2:before {content:"\48";}
.ts-elegant-arrow-triangle-right-alt2:before {content:"\49";}
.ts-elegant-arrow-back:before {content:"\4a";}
.ts-elegant-icon-minus-06:before {content:"\4b";}
.ts-elegant-icon-plus:before {content:"\4c";}
.ts-elegant-icon-close:before {content:"\4d";}
.ts-elegant-icon-check:before {content:"\4e";}
.ts-elegant-icon-minus-alt2:before {content:"\4f";}
.ts-elegant-icon-plus-alt2:before {content:"\50";}
.ts-elegant-icon-close-alt2:before {content:"\51";}
.ts-elegant-icon-check-alt2:before {content:"\52";}
.ts-elegant-icon-zoom-out-alt:before {content:"\53";}
.ts-elegant-icon-zoom-in-alt:before {content:"\54";}
.ts-elegant-icon-search:before {content:"\55";}
.ts-elegant-icon-box-empty:before {content:"\56";}
.ts-elegant-icon-box-selected:before {content:"\57";}
.ts-elegant-icon-minus-box:before {content:"\58";}
.ts-elegant-icon-plus-box:before {content:"\59";}
.ts-elegant-icon-box-checked:before {content:"\5a";}
.ts-elegant-icon-circle-empty:before {content:"\5b";}
.ts-elegant-icon-circle-slelected:before {content:"\5c";}
.ts-elegant-icon-stop-alt2:before {content:"\5d";}
.ts-elegant-icon-stop:before {content:"\5e";}
.ts-elegant-icon-pause-alt2:before {content:"\5f";}
.ts-elegant-icon-pause:before {content:"\60";}
.ts-elegant-icon-menu:before {content:"\61";}
.ts-elegant-icon-menu-square-alt2:before {content:"\62";}
.ts-elegant-icon-menu-circle-alt2:before {content:"\63";}
.ts-elegant-icon-ul:before {content:"\64";}
.ts-elegant-icon-ol:before {content:"\65";}
.ts-elegant-icon-adjust-horiz:before {content:"\66";}
.ts-elegant-icon-adjust-vert:before {content:"\67";}
.ts-elegant-icon-document-alt:before {content:"\68";}
.ts-elegant-icon-documents-alt:before {content:"\69";}
.ts-elegant-icon-pencil:before {content:"\6a";}
.ts-elegant-icon-pencil-edit-alt:before {content:"\6b";}
.ts-elegant-icon-pencil-edit:before {content:"\6c";}
.ts-elegant-icon-folder-alt:before {content:"\6d";}
.ts-elegant-icon-folder-open-alt:before {content:"\6e";}
.ts-elegant-icon-folder-add-alt:before {content:"\6f";}
.ts-elegant-icon-info-alt:before {content:"\70";}
.ts-elegant-icon-error-oct-alt:before {content:"\71";}
.ts-elegant-icon-error-circle-alt:before {content:"\72";}
.ts-elegant-icon-error-triangle-alt:before {content:"\73";}
.ts-elegant-icon-question-alt2:before {content:"\74";}
.ts-elegant-icon-question:before {content:"\75";}
.ts-elegant-icon-comment-alt:before {content:"\76";}
.ts-elegant-icon-chat-alt:before {content:"\77";}
.ts-elegant-icon-vol-mute-alt:before {content:"\78";}
.ts-elegant-icon-volume-low-alt:before {content:"\79";}
.ts-elegant-icon-volume-high-alt:before {content:"\7a";}
.ts-elegant-icon-quotations:before {content:"\7b";}
.ts-elegant-icon-quotations-alt2:before {content:"\7c";}
.ts-elegant-icon-clock-alt:before {content:"\7d";}
.ts-elegant-icon-lock-alt:before {content:"\7e";}
.ts-elegant-icon-lock-open-alt:before {content:"\e000";}
.ts-elegant-icon-key-alt:before {content:"\e001";}
.ts-elegant-icon-cloud-alt:before {content:"\e002";}
.ts-elegant-icon-cloud-upload-alt:before {content:"\e003";}
.ts-elegant-icon-cloud-download-alt:before {content:"\e004";}
.ts-elegant-icon-image:before {content:"\e005";}
.ts-elegant-icon-images:before {content:"\e006";}
.ts-elegant-icon-lightbulb-alt:before {content:"\e007";}
.ts-elegant-icon-gift-alt:before {content:"\e008";}
.ts-elegant-icon-house-alt:before {content:"\e009";}
.ts-elegant-icon-genius:before {content:"\e00a";}
.ts-elegant-icon-mobile:before {content:"\e00b";}
.ts-elegant-icon-tablet:before {content:"\e00c";}
.ts-elegant-icon-laptop:before {content:"\e00d";}
.ts-elegant-icon-desktop:before {content:"\e00e";}
.ts-elegant-icon-camera-alt:before {content:"\e00f";}
.ts-elegant-icon-mail-alt:before {content:"\e010";}
.ts-elegant-icon-cone-alt:before {content:"\e011";}
.ts-elegant-icon-ribbon-alt:before {content:"\e012";}
.ts-elegant-icon-bag-alt:before {content:"\e013";}
.ts-elegant-icon-creditcard:before {content:"\e014";}
.ts-elegant-icon-cart-alt:before {content:"\e015";}
.ts-elegant-icon-paperclip:before {content:"\e016";}
.ts-elegant-icon-tag-alt:before {content:"\e017";}
.ts-elegant-icon-tags-alt:before {content:"\e018";}
.ts-elegant-icon-trash-alt:before {content:"\e019";}
.ts-elegant-icon-cursor-alt:before {content:"\e01a";}
.ts-elegant-icon-mic-alt:before {content:"\e01b";}
.ts-elegant-icon-compass-alt:before {content:"\e01c";}
.ts-elegant-icon-pin-alt:before {content:"\e01d";}
.ts-elegant-icon-pushpin-alt:before {content:"\e01e";}
.ts-elegant-icon-map-alt:before {content:"\e01f";}
.ts-elegant-icon-drawer-alt:before {content:"\e020";}
.ts-elegant-icon-toolbox-alt:before {content:"\e021";}
.ts-elegant-icon-book-alt:before {content:"\e022";}
.ts-elegant-icon-calendar:before {content:"\e023";}
.ts-elegant-icon-film:before {content:"\e024";}
.ts-elegant-icon-table:before {content:"\e025";}
.ts-elegant-icon-contacts-alt:before {content:"\e026";}
.ts-elegant-icon-headphones:before {content:"\e027";}
.ts-elegant-icon-lifesaver:before {content:"\e028";}
.ts-elegant-icon-piechart:before {content:"\e029";}
.ts-elegant-icon-refresh:before {content:"\e02a";}
.ts-elegant-icon-link-alt:before {content:"\e02b";}
.ts-elegant-icon-link:before {content:"\e02c";}
.ts-elegant-icon-loading:before {content:"\e02d";}
.ts-elegant-icon-blocked:before {content:"\e02e";}
.ts-elegant-icon-archive-alt:before {content:"\e02f";}
.ts-elegant-icon-heart-alt:before {content:"\e030";}
.ts-elegant-icon-star-alt:before {content:"\e031";}
.ts-elegant-icon-star-half-alt:before {content:"\e032";}
.ts-elegant-icon-star:before {content:"\e033";}
.ts-elegant-icon-star-half:before {content:"\e034";}
.ts-elegant-icon-tools:before {content:"\e035";}
.ts-elegant-icon-tool:before {content:"\e036";}
.ts-elegant-icon-cog:before {content:"\e037";}
.ts-elegant-icon-cogs:before {content:"\e038";}
.ts-elegant-arrow-up-alt:before {content:"\e039";}
.ts-elegant-arrow-down-alt:before {content:"\e03a";}
.ts-elegant-arrow-left-alt:before {content:"\e03b";}
.ts-elegant-arrow-right-alt:before {content:"\e03c";}
.ts-elegant-arrow-left-up-alt:before {content:"\e03d";}
.ts-elegant-arrow-right-up-alt:before {content:"\e03e";}
.ts-elegant-arrow-right-down-alt:before {content:"\e03f";}
.ts-elegant-arrow-left-down-alt:before {content:"\e040";}
.ts-elegant-arrow-condense-alt:before {content:"\e041";}
.ts-elegant-arrow-expand-alt3:before {content:"\e042";}
.ts-elegant-arrow-carrot-up-alt:before {content:"\e043";}
.ts-elegant-arrow-carrot-down-alt:before {content:"\e044";}
.ts-elegant-arrow-carrot-left-alt:before {content:"\e045";}
.ts-elegant-arrow-carrot-right-alt:before {content:"\e046";}
.ts-elegant-arrow-carrot-2up-alt:before {content:"\e047";}
.ts-elegant-arrow-carrot-2dwnn-alt:before {content:"\e048";}
.ts-elegant-arrow-carrot-2left-alt:before {content:"\e049";}
.ts-elegant-arrow-carrot-2right-alt:before {content:"\e04a";}
.ts-elegant-arrow-triangle-up-alt:before {content:"\e04b";}
.ts-elegant-arrow-triangle-down-alt:before {content:"\e04c";}
.ts-elegant-arrow-triangle-left-alt:before {content:"\e04d";}
.ts-elegant-arrow-triangle-right-alt:before {content:"\e04e";}
.ts-elegant-icon-minus-alt:before {content:"\e04f";}
.ts-elegant-icon-plus-alt:before {content:"\e050";}
.ts-elegant-icon-close-alt:before {content:"\e051";}
.ts-elegant-icon-check-alt:before {content:"\e052";}
.ts-elegant-icon-zoom-out:before {content:"\e053";}
.ts-elegant-icon-zoom-in:before {content:"\e054";}
.ts-elegant-icon-stop-alt:before {content:"\e055";}
.ts-elegant-icon-menu-square-alt:before {content:"\e056";}
.ts-elegant-icon-menu-circle-alt:before {content:"\e057";}
.ts-elegant-icon-document:before {content:"\e058";}
.ts-elegant-icon-documents:before {content:"\e059";}
.ts-elegant-icon-pencil-alt:before {content:"\e05a";}
.ts-elegant-icon-folder:before {content:"\e05b";}
.ts-elegant-icon-folder-open:before {content:"\e05c";}
.ts-elegant-icon-folder-add:before {content:"\e05d";}
.ts-elegant-icon-folder-upload:before {content:"\e05e";}
.ts-elegant-icon-folder-download:before {content:"\e05f";}
.ts-elegant-icon-info:before {content:"\e060";}
.ts-elegant-icon-error-circle:before {content:"\e061";}
.ts-elegant-icon-error-oct:before {content:"\e062";}
.ts-elegant-icon-error-triangle:before {content:"\e063";}
.ts-elegant-icon-question-alt:before {content:"\e064";}
.ts-elegant-icon-comment:before {content:"\e065";}
.ts-elegant-icon-chat:before {content:"\e066";}
.ts-elegant-icon-vol-mute:before {content:"\e067";}
.ts-elegant-icon-volume-low:before {content:"\e068";}
.ts-elegant-icon-volume-high:before {content:"\e069";}
.ts-elegant-icon-quotations-alt:before {content:"\e06a";}
.ts-elegant-icon-clock:before {content:"\e06b";}
.ts-elegant-icon-lock:before {content:"\e06c";}
.ts-elegant-icon-lock-open:before {content:"\e06d";}
.ts-elegant-icon-key:before {content:"\e06e";}
.ts-elegant-icon-cloud:before {content:"\e06f";}
.ts-elegant-icon-cloud-upload:before {content:"\e070";}
.ts-elegant-icon-cloud-download:before {content:"\e071";}
.ts-elegant-icon-lightbulb:before {content:"\e072";}
.ts-elegant-icon-gift:before {content:"\e073";}
.ts-elegant-icon-house:before {content:"\e074";}
.ts-elegant-icon-camera:before {content:"\e075";}
.ts-elegant-icon-mail:before {content:"\e076";}
.ts-elegant-icon-cone:before {content:"\e077";}
.ts-elegant-icon-ribbon:before {content:"\e078";}
.ts-elegant-icon-bag:before {content:"\e079";}
.ts-elegant-icon-cart:before {content:"\e07a";}
.ts-elegant-icon-tag:before {content:"\e07b";}
.ts-elegant-icon-tags:before {content:"\e07c";}
.ts-elegant-icon-trash:before {content:"\e07d";}
.ts-elegant-icon-cursor:before {content:"\e07e";}
.ts-elegant-icon-mic:before {content:"\e07f";}
.ts-elegant-icon-compass:before {content:"\e080";}
.ts-elegant-icon-pin:before {content:"\e081";}
.ts-elegant-icon-pushpin:before {content:"\e082";}
.ts-elegant-icon-map:before {content:"\e083";}
.ts-elegant-icon-drawer:before {content:"\e084";}
.ts-elegant-icon-toolbox:before {content:"\e085";}
.ts-elegant-icon-book:before {content:"\e086";}
.ts-elegant-icon-contacts:before {content:"\e087";}
.ts-elegant-icon-archive:before {content:"\e088";}
.ts-elegant-icon-heart:before {content:"\e089";}
.ts-elegant-icon-profile:before {content:"\e08a";}
.ts-elegant-icon-group:before {content:"\e08b";}
.ts-elegant-icon-grid-2x2:before {content:"\e08c";}
.ts-elegant-icon-grid-3x3:before {content:"\e08d";}
.ts-elegant-icon-music:before {content:"\e08e";}
.ts-elegant-icon-pause-alt:before {content:"\e08f";}
.ts-elegant-icon-phone:before {content:"\e090";}
.ts-elegant-icon-upload:before {content:"\e091";}
.ts-elegant-icon-download:before {content:"\e092";}
.ts-elegant-social-facebook:before {content:"\e093";}
.ts-elegant-social-twitter:before {content:"\e094";}
.ts-elegant-social-pinterest:before {content:"\e095";}
.ts-elegant-social-googleplus:before {content:"\e096";}
.ts-elegant-social-tumblr:before {content:"\e097";}
.ts-elegant-social-tumbleupon:before {content:"\e098";}
.ts-elegant-social-wordpress:before {content:"\e099";}
.ts-elegant-social-instagram:before {content:"\e09a";}
.ts-elegant-social-dribbble:before {content:"\e09b";}
.ts-elegant-social-vimeo:before {content:"\e09c";}
.ts-elegant-social-linkedin:before {content:"\e09d";}
.ts-elegant-social-rss:before {content:"\e09e";}
.ts-elegant-social-deviantart:before {content:"\e09f";}
.ts-elegant-social-share:before {content:"\e0a0";}
.ts-elegant-social-myspace:before {content:"\e0a1";}
.ts-elegant-social-skype:before {content:"\e0a2";}
.ts-elegant-social-youtube:before {content:"\e0a3";}
.ts-elegant-social-picassa:before {content:"\e0a4";}
.ts-elegant-social-googledrive:before {content:"\e0a5";}
.ts-elegant-social-flickr:before {content:"\e0a6";}
.ts-elegant-social-blogger:before {content:"\e0a7";}
.ts-elegant-social-spotify:before {content:"\e0a8";}
.ts-elegant-social-delicious:before {content:"\e0a9";}
.ts-elegant-social-facebook-circle:before {content:"\e0aa";}
.ts-elegant-social-twitter-circle:before {content:"\e0ab";}
.ts-elegant-social-pinterest-circle:before {content:"\e0ac";}
.ts-elegant-social-googleplus-circle:before {content:"\e0ad";}
.ts-elegant-social-tumblr-circle:before {content:"\e0ae";}
.ts-elegant-social-stumbleupon-circle:before {content:"\e0af";}
.ts-elegant-social-wordpress-circle:before {content:"\e0b0";}
.ts-elegant-social-instagram-circle:before {content:"\e0b1";}
.ts-elegant-social-dribbble-circle:before {content:"\e0b2";}
.ts-elegant-social-vimeo-circle:before {content:"\e0b3";}
.ts-elegant-social-linkedin-circle:before {content:"\e0b4";}
.ts-elegant-social-rss-circle:before {content:"\e0b5";}
.ts-elegant-social-deviantart-circle:before {content:"\e0b6";}
.ts-elegant-social-share-circle:before {content:"\e0b7";}
.ts-elegant-social-myspace-circle:before {content:"\e0b8";}
.ts-elegant-social-skype-circle:before {content:"\e0b9";}
.ts-elegant-social-youtube-circle:before {content:"\e0ba";}
.ts-elegant-social-picassa-circle:before {content:"\e0bb";}
.ts-elegant-social-googledrive-alt2:before {content:"\e0bc";}
.ts-elegant-social-flickr-circle:before {content:"\e0bd";}
.ts-elegant-social-blogger-circle:before {content:"\e0be";}
.ts-elegant-social-spotify-circle:before {content:"\e0bf";}
.ts-elegant-social-delicious-circle:before {content:"\e0c0";}
.ts-elegant-social-facebook-square:before {content:"\e0c1";}
.ts-elegant-social-twitter-square:before {content:"\e0c2";}
.ts-elegant-social-pinterest-square:before {content:"\e0c3";}
.ts-elegant-social-googleplus-square:before {content:"\e0c4";}
.ts-elegant-social-tumblr-square:before {content:"\e0c5";}
.ts-elegant-social-stumbleupon-square:before {content:"\e0c6";}
.ts-elegant-social-wordpress-square:before {content:"\e0c7";}
.ts-elegant-social-instagram-square:before {content:"\e0c8";}
.ts-elegant-social-dribbble-square:before {content:"\e0c9";}
.ts-elegant-social-vimeo-square:before {content:"\e0ca";}
.ts-elegant-social-linkedin-square:before {content:"\e0cb";}
.ts-elegant-social-rss-square:before {content:"\e0cc";}
.ts-elegant-social-deviantart-square:before {content:"\e0cd";}
.ts-elegant-social-share-square:before {content:"\e0ce";}
.ts-elegant-social-myspace-square:before {content:"\e0cf";}
.ts-elegant-social-skype-square:before {content:"\e0d0";}
.ts-elegant-social-youtube-square:before {content:"\e0d1";}
.ts-elegant-social-picassa-square:before {content:"\e0d2";}
.ts-elegant-social-googledrive-square:before {content:"\e0d3";}
.ts-elegant-social-flickr-square:before {content:"\e0d4";}
.ts-elegant-social-blogger-square:before {content:"\e0d5";}
.ts-elegant-social-spotify-square:before {content:"\e0d6";}
.ts-elegant-social-delicious-square:before {content:"\e0d7";}
.ts-elegant-icon-printer:before {content:"\e103";}
.ts-elegant-icon-calulator:before {content:"\e0ee";}
.ts-elegant-icon-building:before {content:"\e0ef";}
.ts-elegant-icon-floppy:before {content:"\e0e8";}
.ts-elegant-icon-drive:before {content:"\e0ea";}
.ts-elegant-icon-search-2:before {content:"\e101";}
.ts-elegant-icon-id:before {content:"\e107";}
.ts-elegant-icon-id-2:before {content:"\e108";}
.ts-elegant-icon-puzzle:before {content:"\e102";}
.ts-elegant-icon-like:before {content:"\e106";}
.ts-elegant-icon-dislike:before {content:"\e0eb";}
.ts-elegant-icon-mug:before {content:"\e105";}
.ts-elegant-icon-currency:before {content:"\e0ed";}
.ts-elegant-icon-wallet:before {content:"\e100";}
.ts-elegant-icon-pens:before {content:"\e104";}
.ts-elegant-icon-easel:before {content:"\e0e9";}
.ts-elegant-icon-flowchart:before {content:"\e109";}
.ts-elegant-icon-datareport:before {content:"\e0ec";}
.ts-elegant-icon-briefcase:before {content:"\e0fe";}
.ts-elegant-icon-shield:before {content:"\e0f6";}
.ts-elegant-icon-percent:before {content:"\e0fb";}
.ts-elegant-icon-globe:before {content:"\e0e2";}
.ts-elegant-icon-globe-2:before {content:"\e0e3";}
.ts-elegant-icon-target:before {content:"\e0f5";}
.ts-elegant-icon-hourglass:before {content:"\e0e1";}
.ts-elegant-icon-balance:before {content:"\e0ff";}
.ts-elegant-icon-rook:before {content:"\e0f8";}
.ts-elegant-icon-printer-alt:before {content:"\e0fa";}
.ts-elegant-icon-calculator-alt:before {content:"\e0e7";}
.ts-elegant-icon-building-alt:before {content:"\e0fd";}
.ts-elegant-icon-floppy-alt:before {content:"\e0e4";}
.ts-elegant-icon-drive-alt:before {content:"\e0e5";}
.ts-elegant-icon-search-alt:before {content:"\e0f7";}
.ts-elegant-icon-id-alt:before {content:"\e0e0";}
.ts-elegant-icon-id-2-alt:before {content:"\e0fc";}
.ts-elegant-icon-puzzle-alt:before {content:"\e0f9";}
.ts-elegant-icon-like-alt:before {content:"\e0dd";}
.ts-elegant-icon-dislike-alt:before {content:"\e0f1";}
.ts-elegant-icon-mug-alt:before {content:"\e0dc";}
.ts-elegant-icon-currency-alt:before {content:"\e0f3";}
.ts-elegant-icon-wallet-alt:before {content:"\e0d8";}
.ts-elegant-icon-pens-alt:before {content:"\e0db";}
.ts-elegant-icon-easel-alt:before {content:"\e0f0";}
.ts-elegant-icon-flowchart-alt:before {content:"\e0df";}
.ts-elegant-icon-datareport-alt:before {content:"\e0f2";}
.ts-elegant-icon-briefcase-alt:before {content:"\e0f4";}
.ts-elegant-icon-shield-alt:before {content:"\e0d9";}
.ts-elegant-icon-percent-alt:before {content:"\e0da";}
.ts-elegant-icon-globe-alt:before {content:"\e0de";}
.ts-elegant-icon-clipboard:before {content:"\e0e6";}@font-face {
font-family:                		'entypo';
src:                        		url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/entypo-icons/entypo.eot?) format('eot'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/entypo-icons/entypo.eot?#iefix) format('embedded-opentype'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/entypo-icons/entypo.woff) format('woff'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/entypo-icons/entypo.ttf) format('truetype'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/entypo-icons/entypo.svg#entypo) format('svg');
font-weight:                		normal;
font-style:                 		normal;
}
[class^="ts-entypo-"], [class*=" ts-entypo-"] {
font-family:						'entypo';
speak:								none;
font-style:							normal;
font-weight:						normal;
font-variant:						normal;
text-transform:						none;
line-height:						1;
-webkit-font-smoothing:				antialiased;
-moz-osx-font-smoothing:			grayscale;
}
[class^="ts-entypo-"]:before,[class*=" ts-entypo-"]:before {
text-decoration:					inherit;
display:							inline-block;
speak:								none;
}
a [class^="ts-entypo-"],a [class*=" ts-entypo-"] {
display:							inline-block;
}
.ts-entypo-phone2:before {content:"\e7d0";}
.ts-entypo-mobile3:before {content:"\e7d1";}
.ts-entypo-mouse:before {content:"\e7d2";}
.ts-entypo-directions:before {content:"\e7d3";}
.ts-entypo-mail4:before {content:"\e7d4";}
.ts-entypo-paperplane:before {content:"\e7d5";}
.ts-entypo-pencil3:before {content:"\e7d6";}
.ts-entypo-feather:before {content:"\e7d7";}
.ts-entypo-paperclip:before {content:"\e7d8";}
.ts-entypo-drawer4:before {content:"\e7d9";}
.ts-entypo-reply2:before {content:"\e7da";}
.ts-entypo-reply-all:before {content:"\e7db";}
.ts-entypo-forward4:before {content:"\e7dc";}
.ts-entypo-user5:before {content:"\e7dd";}
.ts-entypo-users3:before {content:"\e7de";}
.ts-entypo-user-add:before {content:"\e7df";}
.ts-entypo-vcard:before {content:"\e7e0";}
.ts-entypo-export:before {content:"\e7e1";}
.ts-entypo-location3:before {content:"\e7e2";}
.ts-entypo-map3:before {content:"\e7e3";}
.ts-entypo-compass2:before {content:"\e7e4";}
.ts-entypo-location4:before {content:"\e7e5";}
.ts-entypo-target2:before {content:"\e7e6";}
.ts-entypo-share2:before {content:"\e7e7";}
.ts-entypo-sharable:before {content:"\e7e8";}
.ts-entypo-heart3:before {content:"\e7e9";}
.ts-entypo-heart4:before {content:"\e7ea";}
.ts-entypo-star4:before {content:"\e7eb";}
.ts-entypo-star5:before {content:"\e7ec";}
.ts-entypo-thumbs-up3:before {content:"\e7ed";}
.ts-entypo-thumbs-down:before {content:"\e7ee";}
.ts-entypo-chat:before {content:"\e7ef";}
.ts-entypo-comment:before {content:"\e7f0";}
.ts-entypo-quote:before {content:"\e7f1";}
.ts-entypo-house:before {content:"\e7f2";}
.ts-entypo-popup:before {content:"\e7f3";}
.ts-entypo-search2:before {content:"\e7f4";}
.ts-entypo-flashlight:before {content:"\e7f5";}
.ts-entypo-printer:before {content:"\e7f6";}
.ts-entypo-bell2:before {content:"\e7f7";}
.ts-entypo-link2:before {content:"\e7f8";}
.ts-entypo-flag2:before {content:"\e7f9";}
.ts-entypo-cog3:before {content:"\e7fa";}
.ts-entypo-tools:before {content:"\e7fb";}
.ts-entypo-trophy2:before {content:"\e7fc";}
.ts-entypo-tag2:before {content:"\e7fd";}
.ts-entypo-camera3:before {content:"\e7fe";}
.ts-entypo-megaphone:before {content:"\e7ff";}
.ts-entypo-moon:before {content:"\e800";}
.ts-entypo-palette:before {content:"\e801";}
.ts-entypo-leaf2:before {content:"\e802";}
.ts-entypo-music2:before {content:"\e803";}
.ts-entypo-music3:before {content:"\e804";}
.ts-entypo-new:before {content:"\e805";}
.ts-entypo-graduation:before {content:"\e806";}
.ts-entypo-book2:before {content:"\e807";}
.ts-entypo-newspaper2:before {content:"\e808";}
.ts-entypo-bag:before {content:"\e809";}
.ts-entypo-airplane2:before {content:"\e80a";}
.ts-entypo-lifebuoy:before {content:"\e80b";}
.ts-entypo-eye3:before {content:"\e80c";}
.ts-entypo-clock3:before {content:"\e80d";}
.ts-entypo-microphone:before {content:"\e80e";}
.ts-entypo-calendar3:before {content:"\e80f";}
.ts-entypo-bolt:before {content:"\e810";}
.ts-entypo-thunder:before {content:"\e811";}
.ts-entypo-droplet2:before {content:"\e812";}
.ts-entypo-cd:before {content:"\e813";}
.ts-entypo-briefcase2:before {content:"\e814";}
.ts-entypo-air:before {content:"\e815";}
.ts-entypo-hourglass:before {content:"\e816";}
.ts-entypo-gauge:before {content:"\e817";}
.ts-entypo-language:before {content:"\e818";}
.ts-entypo-network:before {content:"\e819";}
.ts-entypo-key3:before {content:"\e81a";}
.ts-entypo-battery:before {content:"\e81b";}
.ts-entypo-bucket:before {content:"\e81c";}
.ts-entypo-magnet2:before {content:"\e81d";}
.ts-entypo-drive:before {content:"\e81e";}
.ts-entypo-cup:before {content:"\e81f";}
.ts-entypo-rocket2:before {content:"\e820";}
.ts-entypo-brush:before {content:"\e821";}
.ts-entypo-suitcase:before {content:"\e822";}
.ts-entypo-cone:before {content:"\e823";}
.ts-entypo-earth2:before {content:"\e824";}
.ts-entypo-keyboard2:before {content:"\e825";}
.ts-entypo-browser:before {content:"\e826";}
.ts-entypo-publish:before {content:"\e827";}
.ts-entypo-progress-3:before {content:"\e828";}
.ts-entypo-progress-2:before {content:"\e829";}
.ts-entypo-brogress-1:before {content:"\e82a";}
.ts-entypo-progress-0:before {content:"\e82b";}
.ts-entypo-sun:before {content:"\e82c";}
.ts-entypo-sun2:before {content:"\e82d";}
.ts-entypo-adjust:before {content:"\e82e";}
.ts-entypo-code2:before {content:"\e82f";}
.ts-entypo-screen2:before {content:"\e830";}
.ts-entypo-infinity:before {content:"\e831";}
.ts-entypo-light-bulb:before {content:"\e832";}
.ts-entypo-credit-card:before {content:"\e833";}
.ts-entypo-database:before {content:"\e834";}
.ts-entypo-voicemail:before {content:"\e835";}
.ts-entypo-clipboard:before {content:"\e836";}
.ts-entypo-cart4:before {content:"\e837";}
.ts-entypo-box:before {content:"\e838";}
.ts-entypo-ticket2:before {content:"\e839";}
.ts-entypo-rss:before {content:"\e83a";}
.ts-entypo-signal:before {content:"\e83b";}
.ts-entypo-thermometer:before {content:"\e83c";}
.ts-entypo-droplets:before {content:"\e83d";}
.ts-entypo-uniE83E:before {content:"\e83e";}
.ts-entypo-statistics:before {content:"\e83f";}
.ts-entypo-pie2:before {content:"\e840";}
.ts-entypo-bars3:before {content:"\e841";}
.ts-entypo-graph:before {content:"\e842";}
.ts-entypo-lock3:before {content:"\e843";}
.ts-entypo-lock-open:before {content:"\e844";}
.ts-entypo-logout:before {content:"\e845";}
.ts-entypo-login:before {content:"\e846";}
.ts-entypo-checkmark3:before {content:"\e847";}
.ts-entypo-cross:before {content:"\e848";}
.ts-entypo-minus2:before {content:"\e849";}
.ts-entypo-plus2:before {content:"\e84a";}
.ts-entypo-cross2:before {content:"\e84b";}
.ts-entypo-minus3:before {content:"\e84c";}
.ts-entypo-plus3:before {content:"\e84d";}
.ts-entypo-cross3:before {content:"\e84e";}
.ts-entypo-minus4:before {content:"\e84f";}
.ts-entypo-plus4:before {content:"\e850";}
.ts-entypo-erase:before {content:"\e851";}
.ts-entypo-blocked2:before {content:"\e852";}
.ts-entypo-info3:before {content:"\e853";}
.ts-entypo-info4:before {content:"\e854";}
.ts-entypo-question2:before {content:"\e855";}
.ts-entypo-help:before {content:"\e856";}
.ts-entypo-warning2:before {content:"\e857";}
.ts-entypo-cycle:before {content:"\e858";}
.ts-entypo-cw:before {content:"\e859";}
.ts-entypo-ccw:before {content:"\e85a";}
.ts-entypo-shuffle2:before {content:"\e85b";}
.ts-entypo-arrow:before {content:"\e85c";}
.ts-entypo-arrow2:before {content:"\e85d";}
.ts-entypo-retweet:before {content:"\e85e";}
.ts-entypo-loop4:before {content:"\e85f";}
.ts-entypo-history2:before {content:"\e860";}
.ts-entypo-back:before {content:"\e861";}
.ts-entypo-switch2:before {content:"\e862";}
.ts-entypo-list3:before {content:"\e863";}
.ts-entypo-add-to-list:before {content:"\e864";}
.ts-entypo-layout:before {content:"\e865";}
.ts-entypo-list4:before {content:"\e866";}
.ts-entypo-text:before {content:"\e867";}
.ts-entypo-text2:before {content:"\e868";}
.ts-entypo-document:before {content:"\e869";}
.ts-entypo-docs:before {content:"\e86a";}
.ts-entypo-landscape:before {content:"\e86b";}
.ts-entypo-pictures:before {content:"\e86c";}
.ts-entypo-video:before {content:"\e86d";}
.ts-entypo-music4:before {content:"\e86e";}
.ts-entypo-folder2:before {content:"\e86f";}
.ts-entypo-archive:before {content:"\e870";}
.ts-entypo-trash:before {content:"\e871";}
.ts-entypo-upload4:before {content:"\e872";}
.ts-entypo-download4:before {content:"\e873";}
.ts-entypo-disk2:before {content:"\e874";}
.ts-entypo-install:before {content:"\e875";}
.ts-entypo-icloud:before {content:"\e7c3";}
.ts-entypo-upload5:before {content:"\e876";}
.ts-entypo-bookmark2:before {content:"\e877";}
.ts-entypo-bookmarks2:before {content:"\e878";}
.ts-entypo-book3:before {content:"\e879";}
.ts-entypo-play4:before {content:"\e87a";}
.ts-entypo-pause3:before {content:"\e87b";}
.ts-entypo-record:before {content:"\e87c";}
.ts-entypo-stop3:before {content:"\e87d";}
.ts-entypo-next2:before {content:"\e87e";}
.ts-entypo-previous2:before {content:"\e87f";}
.ts-entypo-first2:before {content:"\e880";}
.ts-entypo-last2:before {content:"\e881";}
.ts-entypo-resize-enlarge:before {content:"\e882";}
.ts-entypo-resize-shrink:before {content:"\e883";}
.ts-entypo-volume:before {content:"\e884";}
.ts-entypo-sound:before {content:"\e885";}
.ts-entypo-mute:before {content:"\e886";}
.ts-entypo-flow-cascade:before {content:"\e887";}
.ts-entypo-flow-branch:before {content:"\e888";}
.ts-entypo-flow-tree:before {content:"\e889";}
.ts-entypo-flow-line:before {content:"\e88a";}
.ts-entypo-flow-parallel:before {content:"\e88b";}
.ts-entypo-arrow-left4:before {content:"\e88c";}
.ts-entypo-arrow-down4:before {content:"\e88d";}
.ts-entypo-arrow-up--upload:before {content:"\e88e";}
.ts-entypo-arrow-right4:before {content:"\e88f";}
.ts-entypo-arrow-left5:before {content:"\e890";}
.ts-entypo-arrow-down5:before {content:"\e891";}
.ts-entypo-arrow-up4:before {content:"\e892";}
.ts-entypo-arrow-right5:before {content:"\e893";}
.ts-entypo-arrow-left6:before {content:"\e894";}
.ts-entypo-arrow-down6:before {content:"\e895";}
.ts-entypo-arrow-up5:before {content:"\e896";}
.ts-entypo-arrow-right6:before {content:"\e897";}
.ts-entypo-arrow-left7:before {content:"\e898";}
.ts-entypo-arrow-down7:before {content:"\e899";}
.ts-entypo-arrow-up6:before {content:"\e89a";}
.ts-entypo-arrow-right7:before {content:"\e89b";}
.ts-entypo-arrow-left8:before {content:"\e89c";}
.ts-entypo-arrow-down8:before {content:"\e89d";}
.ts-entypo-arrow-up7:before {content:"\e89e";}
.ts-entypo-arrow-right8:before {content:"\e89f";}
.ts-entypo-arrow-left9:before {content:"\e8a0";}
.ts-entypo-arrow-down9:before {content:"\e8a1";}
.ts-entypo-arrow-up8:before {content:"\e8a2";}
.ts-entypo-arrow-right9:before {content:"\e8a3";}
.ts-entypo-arrow-left10:before {content:"\e8a4";}
.ts-entypo-arrow-down10:before {content:"\e8a5";}
.ts-entypo-arrow-up9:before {content:"\e8a6";}
.ts-entypo-uniE8A7:before {content:"\e8a7";}
.ts-entypo-arrow-left11:before {content:"\e8a8";}
.ts-entypo-arrow-down11:before {content:"\e8a9";}
.ts-entypo-arrow-up10:before {content:"\e8aa";}
.ts-entypo-arrow-right10:before {content:"\e8ab";}
.ts-entypo-menu3:before {content:"\e8ac";}
.ts-entypo-ellipsis:before {content:"\e8ad";}
.ts-entypo-dots:before {content:"\e8ae";}
.ts-entypo-dot:before {content:"\e8af";}
.ts-entypo-cc:before {content:"\e8b0";}
.ts-entypo-cc-by:before {content:"\e8b1";}
.ts-entypo-cc-nc:before {content:"\e8b2";}
.ts-entypo-cc-nc-eu:before {content:"\e8b3";}
.ts-entypo-cc-nc-jp:before {content:"\e8b4";}
.ts-entypo-cc-sa:before {content:"\e8b5";}
.ts-entypo-cc-nd:before {content:"\e8b6";}
.ts-entypo-cc-pd:before {content:"\e8b7";}
.ts-entypo-cc-zero:before {content:"\e8b8";}
.ts-entypo-cc-share:before {content:"\e8b9";}
.ts-entypo-cc-share2:before {content:"\e7c4";}
.ts-entypo-daniel-bruce:before {content:"\e8ba";}
.ts-entypo-daniel-bruce2:before {content:"\e8bb";}
.ts-entypo-github4:before {content:"\e8bc";}
.ts-entypo-github5:before {content:"\e8bd";}
.ts-entypo-flickr5:before {content:"\e8be";}
.ts-entypo-flickr6:before {content:"\e8bf";}
.ts-entypo-vimeo4:before {content:"\e8c0";}
.ts-entypo-vimeo5:before {content:"\e8c1";}
.ts-entypo-twitter4:before {content:"\e8c2";}
.ts-entypo-twitter5:before {content:"\e8c3";}
.ts-entypo-facebook4:before {content:"\e8c4";}
.ts-entypo-facebook5:before {content:"\e8c5";}
.ts-entypo-facebook6:before {content:"\e8c6";}
.ts-entypo-googleplus2:before {content:"\e8c7";}
.ts-entypo-googleplus3:before {content:"\e8c8";}
.ts-entypo-pinterest3:before {content:"\e8c9";}
.ts-entypo-pinterest4:before {content:"\e8ca";}
.ts-entypo-tumblr3:before {content:"\e8cb";}
.ts-entypo-tumblr4:before {content:"\e8cc";}
.ts-entypo-linkedin2:before {content:"\e8cd";}
.ts-entypo-linkedin3:before {content:"\e8ce";}
.ts-entypo-dribbble4:before {content:"\e7c5";}
.ts-entypo-dribbble5:before {content:"\e8cf";}
.ts-entypo-stumbleupon-2:before {content:"\e7c6";}
.ts-entypo-stumbleupon3:before {content:"\e8d0";}
.ts-entypo-lastfm3:before {content:"\e8d1";}
.ts-entypo-lastfm4:before {content:"\e8d2";}
.ts-entypo-rdio:before {content:"\e7c7";}
.ts-entypo-rdio2:before {content:"\e8d3";}
.ts-entypo-spotify:before {content:"\e8d4";}
.ts-entypo-spotify2:before {content:"\e8d5";}
.ts-entypo-qq:before {content:"\e8d6";}
.ts-entypo-instagram2:before {content:"\e8d7";}
.ts-entypo-dropbox:before {content:"\e7c8";}
.ts-entypo-evernote:before {content:"\e8d8";}
.ts-entypo-flattr2:before {content:"\e8d9";}
.ts-entypo-skype2:before {content:"\e8da";}
.ts-entypo-skype3:before {content:"\e8db";}
.ts-entypo-renren:before {content:"\e7c9";}
.ts-entypo-sina-weibo:before {content:"\e7ca";}
.ts-entypo-paypal4:before {content:"\e8dc";}
.ts-entypo-picasa:before {content:"\e8dd";}
.ts-entypo-soundcloud3:before {content:"\e8de";}
.ts-entypo-mixi:before {content:"\e7cb";}
.ts-entypo-behance:before {content:"\e7cc";}
.ts-entypo-circles:before {content:"\e7cd";}
.ts-entypo-vk-2:before {content:"\e7ce";}
.ts-entypo-smashing:before {content:"\e7cf";}@font-face {
font-family:                		'foundation';
src:                        		url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/foundation-icons/foundation.eot?) format('eot'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/foundation-icons/foundation.eot?#iefix) format('embedded-opentype'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/foundation-icons/foundation.woff) format('woff'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/foundation-icons/foundation.ttf) format('truetype'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/foundation-icons/foundation.svg#foundation) format('svg');
font-weight:                		normal;
font-style:                 		normal;
}
[class^="ts-foundation-"], [class*=" ts-foundation-"] {
font-family:						'foundation';
speak:								none;
font-style:							normal;
font-weight:						normal;
font-variant:						normal;
text-transform:						none;
line-height:						1;
-webkit-font-smoothing:				antialiased;
-moz-osx-font-smoothing:			grayscale;
}
[class^="ts-foundation-"]:before,[class*=" ts-foundation-"]:before {
text-decoration:					inherit;
display:							inline-block;
speak:								none;
}
a [class^="ts-foundation-"],a [class*=" ts-foundation-"] {
display:							inline-block;
}
.ts-foundation-address-book:before {            content: "\f100"; }
.ts-foundation-alert:before {                   content: "\f101"; }
.ts-foundation-align-center:before {            content: "\f102"; }
.ts-foundation-align-justify:before {           content: "\f103"; }
.ts-foundation-align-left:before {              content: "\f104"; }
.ts-foundation-align-right:before {             content: "\f105"; }
.ts-foundation-anchor:before {                  content: "\f106"; }
.ts-foundation-annotate:before {                content: "\f107"; }
.ts-foundation-archive:before {                 content: "\f108"; }
.ts-foundation-arrow-down:before {              content: "\f109"; }
.ts-foundation-arrow-left:before {              content: "\f10a"; }
.ts-foundation-arrow-right:before {             content: "\f10b"; }
.ts-foundation-arrow-up:before {                content: "\f10c"; }
.ts-foundation-arrows-compress:before {         content: "\f10d"; }
.ts-foundation-arrows-expand:before {           content: "\f10e"; }
.ts-foundation-arrows-in:before {               content: "\f10f"; }
.ts-foundation-arrows-out:before {              content: "\f110"; }
.ts-foundation-asl:before {                     content: "\f111"; }
.ts-foundation-asterisk:before {                content: "\f112"; }
.ts-foundation-at-sign:before {                 content: "\f113"; }
.ts-foundation-background-color:before {        content: "\f114"; }
.ts-foundation-battery-empty:before {           content: "\f115"; }
.ts-foundation-battery-full:before {            content: "\f116"; }
.ts-foundation-battery-half:before {            content: "\f117"; }
.ts-foundation-bitcoin-circle:before {          content: "\f118"; }
.ts-foundation-bitcoin:before {                 content: "\f119"; }
.ts-foundation-blind:before {                   content: "\f11a"; }
.ts-foundation-bluetooth:before {               content: "\f11b"; }
.ts-foundation-bold:before {                    content: "\f11c"; }
.ts-foundation-book-bookmark:before {           content: "\f11d"; }
.ts-foundation-book:before {                    content: "\f11e"; }
.ts-foundation-bookmark:before {                content: "\f11f"; }
.ts-foundation-braille:before {                 content: "\f120"; }
.ts-foundation-burst-new:before {               content: "\f121"; }
.ts-foundation-burst-sale:before {              content: "\f122"; }
.ts-foundation-burst:before {                   content: "\f123"; }
.ts-foundation-calendar:before {                content: "\f124"; }
.ts-foundation-camera:before {                  content: "\f125"; }
.ts-foundation-check:before {                   content: "\f126"; }
.ts-foundation-checkbox:before {                content: "\f127"; }
.ts-foundation-clipboard-notes:before {         content: "\f128"; }
.ts-foundation-clipboard-pencil:before {        content: "\f129"; }
.ts-foundation-clipboard:before {               content: "\f12a"; }
.ts-foundation-clock:before {                   content: "\f12b"; }
.ts-foundation-closed-caption:before {          content: "\f12c"; }
.ts-foundation-cloud:before {                   content: "\f12d"; }
.ts-foundation-comment-minus:before {           content: "\f12e"; }
.ts-foundation-comment-quotes:before {          content: "\f12f"; }
.ts-foundation-comment-video:before {           content: "\f130"; }
.ts-foundation-comment:before {                 content: "\f131"; }
.ts-foundation-comments:before {                content: "\f132"; }
.ts-foundation-compass:before {                 content: "\f133"; }
.ts-foundation-contrast:before {                content: "\f134"; }
.ts-foundation-credit-card:before {             content: "\f135"; }
.ts-foundation-crop:before {                    content: "\f136"; }
.ts-foundation-crown:before {                   content: "\f137"; }
.ts-foundation-css3:before {                    content: "\f138"; }
.ts-foundation-database:before {                content: "\f139"; }
.ts-foundation-die-five:before {                content: "\f13a"; }
.ts-foundation-die-four:before {                content: "\f13b"; }
.ts-foundation-die-one:before {                 content: "\f13c"; }
.ts-foundation-die-six:before {                 content: "\f13d"; }
.ts-foundation-die-three:before {               content: "\f13e"; }
.ts-foundation-die-two:before {                 content: "\f13f"; }
.ts-foundation-dislike:before {                 content: "\f140"; }
.ts-foundation-dollar-bill:before {             content: "\f141"; }
.ts-foundation-dollar:before {                  content: "\f142"; }
.ts-foundation-download:before {                content: "\f143"; }
.ts-foundation-eject:before {                   content: "\f144"; }
.ts-foundation-elevator:before {                content: "\f145"; }
.ts-foundation-euro:before {                    content: "\f146"; }
.ts-foundation-eye:before {                     content: "\f147"; }
.ts-foundation-fast-forward:before {            content: "\f148"; }
.ts-foundation-female-symbol:before {           content: "\f149"; }
.ts-foundation-female:before {                  content: "\f14a"; }
.ts-foundation-filter:before {                  content: "\f14b"; }
.ts-foundation-first-aid:before {               content: "\f14c"; }
.ts-foundation-flag:before {                    content: "\f14d"; }
.ts-foundation-folder-add:before {              content: "\f14e"; }
.ts-foundation-folder-lock:before {             content: "\f14f"; }
.ts-foundation-folder:before {                  content: "\f150"; }
.ts-foundation-foot:before {                    content: "\f151"; }
.ts-foundation-foundation:before {              content: "\f152"; }
.ts-foundation-graph-bar:before {               content: "\f153"; }
.ts-foundation-graph-horizontal:before {        content: "\f154"; }
.ts-foundation-graph-pie:before {               content: "\f155"; }
.ts-foundation-graph-trend:before {             content: "\f156"; }
.ts-foundation-guide-dog:before {               content: "\f157"; }
.ts-foundation-hearing-aid:before {             content: "\f158"; }
.ts-foundation-heart:before {                   content: "\f159"; }
.ts-foundation-home:before {                    content: "\f15a"; }
.ts-foundation-html5:before {                   content: "\f15b"; }
.ts-foundation-indent-less:before {             content: "\f15c"; }
.ts-foundation-indent-more:before {             content: "\f15d"; }
.ts-foundation-info:before {                    content: "\f15e"; }
.ts-foundation-italic:before {                  content: "\f15f"; }
.ts-foundation-key:before {                     content: "\f160"; }
.ts-foundation-laptop:before {                  content: "\f161"; }
.ts-foundation-layout:before {                  content: "\f162"; }
.ts-foundation-lightbulb:before {               content: "\f163"; }
.ts-foundation-like:before {                    content: "\f164"; }
.ts-foundation-link:before {                    content: "\f165"; }
.ts-foundation-list-bullet:before {             content: "\f166"; }
.ts-foundation-list-number:before {             content: "\f167"; }
.ts-foundation-list-thumbnails:before {         content: "\f168"; }
.ts-foundation-list:before {                    content: "\f169"; }
.ts-foundation-lock:before {                    content: "\f16a"; }
.ts-foundation-loop:before {                    content: "\f16b"; }
.ts-foundation-magnifying-glass:before {        content: "\f16c"; }
.ts-foundation-mail:before {                    content: "\f16d"; }
.ts-foundation-male-female:before {             content: "\f16e"; }
.ts-foundation-male-symbol:before {             content: "\f16f"; }
.ts-foundation-male:before {                    content: "\f170"; }
.ts-foundation-map:before {                     content: "\f171"; }
.ts-foundation-marker:before {                  content: "\f172"; }
.ts-foundation-megaphone:before {               content: "\f173"; }
.ts-foundation-microphone:before {              content: "\f174"; }
.ts-foundation-minus-circle:before {            content: "\f175"; }
.ts-foundation-minus:before {                   content: "\f176"; }
.ts-foundation-mobile-signal:before {           content: "\f177"; }
.ts-foundation-mobile:before {                  content: "\f178"; }
.ts-foundation-monitor:before {                 content: "\f179"; }
.ts-foundation-mountains:before {               content: "\f17a"; }
.ts-foundation-music:before {                   content: "\f17b"; }
.ts-foundation-next:before {                    content: "\f17c"; }
.ts-foundation-no-dogs:before {                 content: "\f17d"; }
.ts-foundation-no-smoking:before {              content: "\f17e"; }
.ts-foundation-page-add:before {                content: "\f17f"; }
.ts-foundation-page-copy:before {               content: "\f180"; }
.ts-foundation-page-csv:before {                content: "\f181"; }
.ts-foundation-page-delete:before {             content: "\f182"; }
.ts-foundation-page-doc:before {                content: "\f183"; }
.ts-foundation-page-edit:before {               content: "\f184"; }
.ts-foundation-page-export-csv:before {         content: "\f185"; }
.ts-foundation-page-export-doc:before {         content: "\f186"; }
.ts-foundation-page-export-pdf:before {         content: "\f187"; }
.ts-foundation-page-export:before {             content: "\f188"; }
.ts-foundation-page-filled:before {             content: "\f189"; }
.ts-foundation-page-multiple:before {           content: "\f18a"; }
.ts-foundation-page-pdf:before {                content: "\f18b"; }
.ts-foundation-page-remove:before {             content: "\f18c"; }
.ts-foundation-page-search:before {             content: "\f18d"; }
.ts-foundation-page:before {                    content: "\f18e"; }
.ts-foundation-paint-bucket:before {            content: "\f18f"; }
.ts-foundation-paperclip:before {               content: "\f190"; }
.ts-foundation-pause:before {                   content: "\f191"; }
.ts-foundation-paw:before {                     content: "\f192"; }
.ts-foundation-paypal:before {                  content: "\f193"; }
.ts-foundation-pencil:before {                  content: "\f194"; }
.ts-foundation-photo:before {                   content: "\f195"; }
.ts-foundation-play-circle:before {             content: "\f196"; }
.ts-foundation-play-video:before {              content: "\f197"; }
.ts-foundation-play:before {                    content: "\f198"; }
.ts-foundation-plus:before {                    content: "\f199"; }
.ts-foundation-pound:before {                   content: "\f19a"; }
.ts-foundation-power:before {                   content: "\f19b"; }
.ts-foundation-previous:before {                content: "\f19c"; }
.ts-foundation-price-tag:before {               content: "\f19d"; }
.ts-foundation-pricetag-multiple:before {       content: "\f19e"; }
.ts-foundation-print:before {                   content: "\f19f"; }
.ts-foundation-prohibited:before {              content: "\f1a0"; }
.ts-foundation-projection-screen:before {       content: "\f1a1"; }
.ts-foundation-puzzle:before {                  content: "\f1a2"; }
.ts-foundation-quote:before {                   content: "\f1a3"; }
.ts-foundation-record:before {                  content: "\f1a4"; }
.ts-foundation-refresh:before {                 content: "\f1a5"; }
.ts-foundation-results-demographics:before {    content: "\f1a6"; }
.ts-foundation-results:before {                 content: "\f1a7"; }
.ts-foundation-rewind-ten:before {              content: "\f1a8"; }
.ts-foundation-rewind:before {                  content: "\f1a9"; }
.ts-foundation-rss:before {                     content: "\f1aa"; }
.ts-foundation-safety-cone:before {             content: "\f1ab"; }
.ts-foundation-save:before {                    content: "\f1ac"; }
.ts-foundation-share:before {                   content: "\f1ad"; }
.ts-foundation-sheriff-badge:before {           content: "\f1ae"; }
.ts-foundation-shield:before {                  content: "\f1af"; }
.ts-foundation-shopping-bag:before {            content: "\f1b0"; }
.ts-foundation-shopping-cart:before {           content: "\f1b1"; }
.ts-foundation-shuffle:before {                 content: "\f1b2"; }
.ts-foundation-skull:before {                   content: "\f1b3"; }
.ts-foundation-social-500px:before {            content: "\f1b4"; }
.ts-foundation-social-adobe:before {            content: "\f1b5"; }
.ts-foundation-social-amazon:before {           content: "\f1b6"; }
.ts-foundation-social-android:before {          content: "\f1b7"; }
.ts-foundation-social-apple:before {            content: "\f1b8"; }
.ts-foundation-social-behance:before {          content: "\f1b9"; }
.ts-foundation-social-bing:before {             content: "\f1ba"; }
.ts-foundation-social-blogger:before {          content: "\f1bb"; }
.ts-foundation-social-delicious:before {        content: "\f1bc"; }
.ts-foundation-social-designer-news:before {    content: "\f1bd"; }
.ts-foundation-social-deviant-art:before {      content: "\f1be"; }
.ts-foundation-social-digg:before {             content: "\f1bf"; }
.ts-foundation-social-dribbble:before {         content: "\f1c0"; }
.ts-foundation-social-drive:before {            content: "\f1c1"; }
.ts-foundation-social-dropbox:before {          content: "\f1c2"; }
.ts-foundation-social-evernote:before {         content: "\f1c3"; }
.ts-foundation-social-facebook:before {         content: "\f1c4"; }
.ts-foundation-social-flickr:before {           content: "\f1c5"; }
.ts-foundation-social-forrst:before {           content: "\f1c6"; }
.ts-foundation-social-foursquare:before {       content: "\f1c7"; }
.ts-foundation-social-game-center:before {      content: "\f1c8"; }
.ts-foundation-social-github:before {           content: "\f1c9"; }
.ts-foundation-social-google-plus:before {      content: "\f1ca"; }
.ts-foundation-social-hacker-news:before {      content: "\f1cb"; }
.ts-foundation-social-hi5:before {              content: "\f1cc"; }
.ts-foundation-social-instagram:before {        content: "\f1cd"; }
.ts-foundation-social-joomla:before {           content: "\f1ce"; }
.ts-foundation-social-lastfm:before {           content: "\f1cf"; }
.ts-foundation-social-linkedin:before {         content: "\f1d0"; }
.ts-foundation-social-medium:before {           content: "\f1d1"; }
.ts-foundation-social-myspace:before {          content: "\f1d2"; }
.ts-foundation-social-orkut:before {            content: "\f1d3"; }
.ts-foundation-social-path:before {             content: "\f1d4"; }
.ts-foundation-social-picasa:before {           content: "\f1d5"; }
.ts-foundation-social-pinterest:before {        content: "\f1d6"; }
.ts-foundation-social-rdio:before {             content: "\f1d7"; }
.ts-foundation-social-reddit:before {           content: "\f1d8"; }
.ts-foundation-social-skillshare:before {       content: "\f1d9"; }
.ts-foundation-social-skype:before {            content: "\f1da"; }
.ts-foundation-social-smashing-mag:before {     content: "\f1db"; }
.ts-foundation-social-snapchat:before {         content: "\f1dc"; }
.ts-foundation-social-spotify:before {          content: "\f1dd"; }
.ts-foundation-social-squidoo:before {          content: "\f1de"; }
.ts-foundation-social-stack-overflow:before {   content: "\f1df"; }
.ts-foundation-social-steam:before {            content: "\f1e0"; }
.ts-foundation-social-stumbleupon:before {      content: "\f1e1"; }
.ts-foundation-social-treehouse:before {        content: "\f1e2"; }
.ts-foundation-social-tumblr:before {           content: "\f1e3"; }
.ts-foundation-social-twitter:before {          content: "\f1e4"; }
.ts-foundation-social-vimeo:before {            content: "\f1e5"; }
.ts-foundation-social-windows:before {          content: "\f1e6"; }
.ts-foundation-social-xbox:before {             content: "\f1e7"; }
.ts-foundation-social-yahoo:before {            content: "\f1e8"; }
.ts-foundation-social-yelp:before {             content: "\f1e9"; }
.ts-foundation-social-youtube:before {          content: "\f1ea"; }
.ts-foundation-social-zerply:before {           content: "\f1eb"; }
.ts-foundation-social-zurb:before {             content: "\f1ec"; }
.ts-foundation-sound:before {                   content: "\f1ed"; }
.ts-foundation-star:before {                    content: "\f1ee"; }
.ts-foundation-stop:before {                    content: "\f1ef"; }
.ts-foundation-strikethrough:before {           content: "\f1f0"; }
.ts-foundation-subscript:before {               content: "\f1f1"; }
.ts-foundation-superscript:before {             content: "\f1f2"; }
.ts-foundation-tablet-landscape:before {        content: "\f1f3"; }
.ts-foundation-tablet-portrait:before {         content: "\f1f4"; }
.ts-foundation-target-two:before {              content: "\f1f5"; }
.ts-foundation-target:before {                  content: "\f1f6"; }
.ts-foundation-telephone-accessible:before {    content: "\f1f7"; }
.ts-foundation-telephone:before {               content: "\f1f8"; }
.ts-foundation-text-color:before {              content: "\f1f9"; }
.ts-foundation-thumbnails:before {              content: "\f1fa"; }
.ts-foundation-ticket:before {                  content: "\f1fb"; }
.ts-foundation-torso-business:before {          content: "\f1fc"; }
.ts-foundation-torso-female:before {            content: "\f1fd"; }
.ts-foundation-torso:before {                   content: "\f1fe"; }
.ts-foundation-torsos-all-female:before {       content: "\f1ff"; }
.ts-foundation-torsos-all:before {              content: "\f200"; }
.ts-foundation-torsos-female-male:before {      content: "\f201"; }
.ts-foundation-torsos-male-female:before {      content: "\f202"; }
.ts-foundation-torsos:before {                  content: "\f203"; }
.ts-foundation-trash:before {                   content: "\f204"; }
.ts-foundation-trees:before {                   content: "\f205"; }
.ts-foundation-trophy:before {                  content: "\f206"; }
.ts-foundation-underline:before {               content: "\f207"; }
.ts-foundation-universal-access:before {        content: "\f208"; }
.ts-foundation-unlink:before {                  content: "\f209"; }
.ts-foundation-unlock:before {                  content: "\f20a"; }
.ts-foundation-upload-cloud:before {            content: "\f20b"; }
.ts-foundation-upload:before {                  content: "\f20c"; }
.ts-foundation-usb:before {                     content: "\f20d"; }
.ts-foundation-video:before {                   content: "\f20e"; }
.ts-foundation-volume-none:before {             content: "\f20f"; }
.ts-foundation-volume-strike:before {           content: "\f210"; }
.ts-foundation-volume:before {                  content: "\f211"; }
.ts-foundation-web:before {                     content: "\f212"; }
.ts-foundation-wheelchair:before {              content: "\f213"; }
.ts-foundation-widget:before {                  content: "\f214"; }
.ts-foundation-wrench:before {                  content: "\f215"; }
.ts-foundation-x-circle:before {                content: "\f216"; }
.ts-foundation-x:before {                       content: "\f217"; }
.ts-foundation-yen:before {                     content: "\f218"; }
.ts-foundation-zoom-in:before {                 content: "\f219"; }
.ts-foundation-zoom-out:before {                content: "\f21a"; }@font-face {
font-family:                		'genericons';
src:                        		url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/genericons-icons/genericons.eot?) format('eot'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/genericons-icons/genericons.eot?#iefix) format('embedded-opentype'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/genericons-icons/genericons.woff) format('woff'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/genericons-icons/genericons.ttf) format('truetype'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/genericons-icons/genericons.svg#tekanewa) format('svg');
font-weight:                		normal;
font-style:                 		normal;
}
[class^="ts-genericons-"],[class*=" ts-genericons-"] {
display: 							inline-block;
font-family: 						'genericons';
font-style: 						normal;
font-weight: 						normal;
line-height: 						1;
-webkit-font-smoothing: 			antialiased;
-moz-osx-font-smoothing: 			grayscale;
width:								1em;
height:								1em;
text-align:							center;
vertical-align:						middle;
}
[class^="ts-genericons-"]:before,[class*=" ts-genericons-"]:before {
text-decoration:					inherit;
display:							inline-block;
speak:								none;
}
a [class^="ts-genericons-"],a [class*=" ts-genericons-"] {
display:							inline-block;
} .ts-genericons-standard:before {        content: '\f100'; }
.ts-genericons-aside:before {           content: '\f101'; }
.ts-genericons-image:before {           content: '\f102'; }
.ts-genericons-gallery:before {         content: '\f103'; }
.ts-genericons-video:before {           content: '\f104'; }
.ts-genericons-status:before {          content: '\f105'; }
.ts-genericons-quote:before {           content: '\f106'; }
.ts-genericons-link:before {            content: '\f107'; }
.ts-genericons-chat:before {            content: '\f108'; }
.ts-genericons-audio:before {           content: '\f109'; } .ts-genericons-github:before {          content: '\f200'; }
.ts-genericons-dribbble:before {        content: '\f201'; }
.ts-genericons-twitter:before {         content: '\f202'; }
.ts-genericons-facebook:before {        content: '\f203'; }
.ts-genericons-facebook-alt:before {    content: '\f204'; }
.ts-genericons-wordpress:before {       content: '\f205'; }
.ts-genericons-googleplus:before {      content: '\f206'; }
.ts-genericons-linkedin:before {        content: '\f207'; }
.ts-genericons-linkedin-alt:before {    content: '\f208'; }
.ts-genericons-pinterest:before {       content: '\f209'; }
.ts-genericons-pinterest-alt:before {   content: '\f210'; }
.ts-genericons-flickr:before {          content: '\f211'; }
.ts-genericons-vimeo:before {           content: '\f212'; }
.ts-genericons-youtube:before {         content: '\f213'; }
.ts-genericons-tumblr:before {          content: '\f214'; }
.ts-genericons-instagram:before {       content: '\f215'; }
.ts-genericons-codepen:before {         content: '\f216'; }
.ts-genericons-polldaddy:before {       content: '\f217'; }
.ts-genericons-googleplus-alt:before {  content: '\f218'; }
.ts-genericons-path:before {            content: '\f219'; }
.ts-genericons-skype:before {           content: '\f220'; }
.ts-genericons-digg:before {            content: '\f221'; }
.ts-genericons-reddit:before {          content: '\f222'; }
.ts-genericons-stumbleupon:before {     content: '\f223'; }
.ts-genericons-pocket:before {          content: '\f224'; } .ts-genericons-comment:before {         content: '\f300'; }
.ts-genericons-category:before {        content: '\f301'; }
.ts-genericons-tag:before {             content: '\f302'; }
.ts-genericons-time:before {            content: '\f303'; }
.ts-genericons-user:before {            content: '\f304'; }
.ts-genericons-day:before {             content: '\f305'; }
.ts-genericons-week:before {            content: '\f306'; }
.ts-genericons-month:before {           content: '\f307'; }
.ts-genericons-pinned:before {          content: '\f308'; } .ts-genericons-search:before {          content: '\f400'; }
.ts-genericons-unzoom:before {          content: '\f401'; }
.ts-genericons-zoom:before {            content: '\f402'; }
.ts-genericons-show:before {            content: '\f403'; }
.ts-genericons-hide:before {            content: '\f404'; }
.ts-genericons-close:before {           content: '\f405'; }
.ts-genericons-close-alt:before {       content: '\f406'; }
.ts-genericons-trash:before {           content: '\f407'; }
.ts-genericons-star:before {            content: '\f408'; }
.ts-genericons-home:before {            content: '\f409'; }
.ts-genericons-mail:before {            content: '\f410'; }
.ts-genericons-edit:before {            content: '\f411'; }
.ts-genericons-reply:before {           content: '\f412'; }
.ts-genericons-feed:before {            content: '\f413'; }
.ts-genericons-warning:before {         content: '\f414'; }
.ts-genericons-share:before {           content: '\f415'; }
.ts-genericons-attachment:before {      content: '\f416'; }
.ts-genericons-location:before {        content: '\f417'; }
.ts-genericons-checkmark:before {       content: '\f418'; }
.ts-genericons-menu:before {            content: '\f419'; }
.ts-genericons-refresh:before {         content: '\f420'; }
.ts-genericons-minimize:before {        content: '\f421'; }
.ts-genericons-maximize:before {        content: '\f422'; }
.ts-genericons-404:before {             content: '\f423'; }
.ts-genericons-spam:before {            content: '\f424'; }
.ts-genericons-summary:before {         content: '\f425'; }
.ts-genericons-cloud:before {           content: '\f426'; }
.ts-genericons-key:before {             content: '\f427'; }
.ts-genericons-dot:before {             content: '\f428'; }
.ts-genericons-next:before {            content: '\f429'; }
.ts-genericons-previous:before {        content: '\f430'; }
.ts-genericons-expand:before {          content: '\f431'; }
.ts-genericons-collapse:before {        content: '\f432'; }
.ts-genericons-dropdown:before {        content: '\f433'; }
.ts-genericons-dropdown-left:before {   content: '\f434'; }
.ts-genericons-top:before {             content: '\f435'; }
.ts-genericons-draggable:before {       content: '\f436'; }
.ts-genericons-phone:before {           content: '\f437'; }
.ts-genericons-send-to-phone:before {   content: '\f438'; }
.ts-genericons-plugin:before {          content: '\f439'; }
.ts-genericons-cloud-download:before {  content: '\f440'; }
.ts-genericons-cloud-upload:before {    content: '\f441'; }
.ts-genericons-external:before {        content: '\f442'; }
.ts-genericons-document:before {        content: '\f443'; }
.ts-genericons-book:before {            content: '\f444'; }
.ts-genericons-cog:before {             content: '\f445'; }
.ts-genericons-unapprove:before {       content: '\f446'; }
.ts-genericons-cart:before {            content: '\f447'; }
.ts-genericons-pause:before {           content: '\f448'; }
.ts-genericons-stop:before {            content: '\f449'; }
.ts-genericons-skip-back:before {       content: '\f450'; }
.ts-genericons-skip-ahead:before {      content: '\f451'; }
.ts-genericons-play:before {            content: '\f452'; }
.ts-genericons-tablet:before {          content: '\f453'; }
.ts-genericons-send-to-tablet:before {  content: '\f454'; }
.ts-genericons-info:before {            content: '\f455'; }
.ts-genericons-notice:before {          content: '\f456'; }
.ts-genericons-help:before {            content: '\f457'; }
.ts-genericons-fastforward:before {     content: '\f458'; }
.ts-genericons-rewind:before {          content: '\f459'; }
.ts-genericons-portfolio:before {       content: '\f460'; }
.ts-genericons-heart:before {           content: '\f461'; }
.ts-genericons-code:before {            content: '\f462'; }
.ts-genericons-subscribe:before {       content: '\f463'; }
.ts-genericons-unsubscribe:before {     content: '\f464'; }
.ts-genericons-subscribed:before {      content: '\f465'; }
.ts-genericons-reply-alt:before {       content: '\f466'; }
.ts-genericons-reply-single:before {    content: '\f467'; }
.ts-genericons-flag:before {            content: '\f468'; }
.ts-genericons-print:before {           content: '\f469'; }
.ts-genericons-lock:before {            content: '\f470'; }
.ts-genericons-bold:before {            content: '\f471'; }
.ts-genericons-italic:before {          content: '\f472'; }
.ts-genericons-picture:before {         content: '\f473'; } .ts-genericons-uparrow:before {         content: '\f500'; }
.ts-genericons-rightarrow:before {      content: '\f501'; }
.ts-genericons-downarrow:before {       content: '\f502'; }
.ts-genericons-leftarrow:before {       content: '\f503'; }@font-face {
font-family:                        'icomoon';
src:                                url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/icomoon-icons/icomoon.eot?) format('eot'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/icomoon-icons/icomoon.eot?#iefix) format('embedded-opentype'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/icomoon-icons/icomoon.woff) format('woff'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/icomoon-icons/icomoon.ttf) format('truetype'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/icomoon-icons/icomoon.svg#icomoon) format('svg');
font-weight:                        normal;
font-style:                         normal;
}
[class^="ts-icomoon-"],[class*=" ts-icomoon-"] {
font-family:                        icomoon!important;
font-family: 						'genericons';
font-style: 						normal;
font-weight: 						normal;
line-height: 						1;
-webkit-font-smoothing: 			antialiased;
-moz-osx-font-smoothing: 			grayscale;
width:								1em;
height:								1em;
text-align:							center;
vertical-align:						middle;
}
[class^="ts-icomoon-"]:before,[class*=" ts-icomoon-"]:before {
text-decoration:                    inherit;
display:                            inline-block;
speak:                              none;
}
a [class^="ts-icomoon-"],a [class*=" ts-icomoon-"] {
display:                            inline-block;
}
.ts-icomoon-home:before {content:"\e600";}
.ts-icomoon-home2:before {content:"\e601";}
.ts-icomoon-home3:before {content:"\e602";}
.ts-icomoon-office:before {content:"\e603";}
.ts-icomoon-newspaper:before {content:"\e604";}
.ts-icomoon-pencil:before {content:"\e605";}
.ts-icomoon-pencil2:before {content:"\e606";}
.ts-icomoon-quill:before {content:"\e607";}
.ts-icomoon-pen:before {content:"\e608";}
.ts-icomoon-blog:before {content:"\e609";}
.ts-icomoon-droplet:before {content:"\e60a";}
.ts-icomoon-paint-format:before {content:"\e60b";}
.ts-icomoon-image:before {content:"\e60c";}
.ts-icomoon-image2:before {content:"\e60d";}
.ts-icomoon-images:before {content:"\e60e";}
.ts-icomoon-camera:before {content:"\e60f";}
.ts-icomoon-music:before {content:"\e610";}
.ts-icomoon-headphones:before {content:"\e611";}
.ts-icomoon-play:before {content:"\e612";}
.ts-icomoon-film:before {content:"\e613";}
.ts-icomoon-camera2:before {content:"\e614";}
.ts-icomoon-dice:before {content:"\e615";}
.ts-icomoon-pacman:before {content:"\e616";}
.ts-icomoon-spades:before {content:"\e617";}
.ts-icomoon-clubs:before {content:"\e618";}
.ts-icomoon-diamonds:before {content:"\e619";}
.ts-icomoon-pawn:before {content:"\e61a";}
.ts-icomoon-bullhorn:before {content:"\e61b";}
.ts-icomoon-connection:before {content:"\e61c";}
.ts-icomoon-podcast:before {content:"\e61d";}
.ts-icomoon-feed:before {content:"\e61e";}
.ts-icomoon-book:before {content:"\e61f";}
.ts-icomoon-books:before {content:"\e620";}
.ts-icomoon-library:before {content:"\e621";}
.ts-icomoon-file:before {content:"\e622";}
.ts-icomoon-profile:before {content:"\e623";}
.ts-icomoon-file2:before {content:"\e624";}
.ts-icomoon-file3:before {content:"\e625";}
.ts-icomoon-file4:before {content:"\e626";}
.ts-icomoon-copy:before {content:"\e627";}
.ts-icomoon-copy2:before {content:"\e628";}
.ts-icomoon-copy3:before {content:"\e629";}
.ts-icomoon-paste:before {content:"\e62a";}
.ts-icomoon-paste2:before {content:"\e62b";}
.ts-icomoon-paste3:before {content:"\e62c";}
.ts-icomoon-stack:before {content:"\e63c";}
.ts-icomoon-folder:before {content:"\e63e";}
.ts-icomoon-folder-open:before {content:"\e63f";}
.ts-icomoon-tag:before {content:"\e640";}
.ts-icomoon-tags:before {content:"\e641";}
.ts-icomoon-barcode:before {content:"\e642";}
.ts-icomoon-qrcode:before {content:"\e643";}
.ts-icomoon-ticket:before {content:"\e644";}
.ts-icomoon-cart:before {content:"\e645";}
.ts-icomoon-cart2:before {content:"\e646";}
.ts-icomoon-cart3:before {content:"\e647";}
.ts-icomoon-coin:before {content:"\e648";}
.ts-icomoon-credit:before {content:"\e649";}
.ts-icomoon-calculate:before {content:"\e64a";}
.ts-icomoon-support:before {content:"\e64b";}
.ts-icomoon-phone:before {content:"\e64c";}
.ts-icomoon-phone-hang-up:before {content:"\e64d";}
.ts-icomoon-address-book:before {content:"\e64e";}
.ts-icomoon-notebook:before {content:"\e64f";}
.ts-icomoon-envelope:before {content:"\e650";}
.ts-icomoon-pushpin:before {content:"\e651";}
.ts-icomoon-location:before {content:"\e652";}
.ts-icomoon-location2:before {content:"\e653";}
.ts-icomoon-compass:before {content:"\e654";}
.ts-icomoon-map:before {content:"\e655";}
.ts-icomoon-map2:before {content:"\e656";}
.ts-icomoon-history:before {content:"\e657";}
.ts-icomoon-clock:before {content:"\e658";}
.ts-icomoon-clock2:before {content:"\e659";}
.ts-icomoon-alarm:before {content:"\e65a";}
.ts-icomoon-alarm2:before {content:"\e65b";}
.ts-icomoon-bell:before {content:"\e65c";}
.ts-icomoon-stopwatch:before {content:"\e65d";}
.ts-icomoon-calendar:before {content:"\e65e";}
.ts-icomoon-calendar2:before {content:"\e65f";}
.ts-icomoon-print:before {content:"\e660";}
.ts-icomoon-keyboard:before {content:"\e661";}
.ts-icomoon-screen:before {content:"\e662";}
.ts-icomoon-laptop:before {content:"\e663";}
.ts-icomoon-mobile:before {content:"\e664";}
.ts-icomoon-mobile2:before {content:"\e665";}
.ts-icomoon-tablet:before {content:"\e666";}
.ts-icomoon-tv:before {content:"\e667";}
.ts-icomoon-cabinet:before {content:"\e668";}
.ts-icomoon-drawer:before {content:"\e669";}
.ts-icomoon-drawer2:before {content:"\e66a";}
.ts-icomoon-drawer3:before {content:"\e66b";}
.ts-icomoon-box-add:before {content:"\e66c";}
.ts-icomoon-box-remove:before {content:"\e66d";}
.ts-icomoon-download:before {content:"\e66e";}
.ts-icomoon-upload:before {content:"\e66f";}
.ts-icomoon-disk:before {content:"\e670";}
.ts-icomoon-storage:before {content:"\e671";}
.ts-icomoon-undo:before {content:"\e672";}
.ts-icomoon-redo:before {content:"\e673";}
.ts-icomoon-flip:before {content:"\e674";}
.ts-icomoon-flip2:before {content:"\e675";}
.ts-icomoon-undo2:before {content:"\e676";}
.ts-icomoon-redo2:before {content:"\e677";}
.ts-icomoon-forward:before {content:"\e678";}
.ts-icomoon-reply:before {content:"\e679";}
.ts-icomoon-bubble:before {content:"\e67a";}
.ts-icomoon-bubbles:before {content:"\e67b";}
.ts-icomoon-bubbles2:before {content:"\e67c";}
.ts-icomoon-bubble2:before {content:"\e67d";}
.ts-icomoon-bubbles3:before {content:"\e67e";}
.ts-icomoon-bubbles4:before {content:"\e67f";}
.ts-icomoon-user:before {content:"\e680";}
.ts-icomoon-users:before {content:"\e681";}
.ts-icomoon-user2:before {content:"\e682";}
.ts-icomoon-users2:before {content:"\e683";}
.ts-icomoon-user3:before {content:"\e684";}
.ts-icomoon-user4:before {content:"\e685";}
.ts-icomoon-quotes-left:before {content:"\e686";}
.ts-icomoon-busy:before {content:"\e687";}
.ts-icomoon-spinner:before {content:"\e688";}
.ts-icomoon-spinner2:before {content:"\e689";}
.ts-icomoon-spinner3:before {content:"\e68a";}
.ts-icomoon-spinner4:before {content:"\e68b";}
.ts-icomoon-spinner5:before {content:"\e68c";}
.ts-icomoon-spinner6:before {content:"\e68d";}
.ts-icomoon-binoculars:before {content:"\e68e";}
.ts-icomoon-search:before {content:"\e68f";}
.ts-icomoon-zoom-in:before {content:"\e690";}
.ts-icomoon-zoom-out:before {content:"\e691";}
.ts-icomoon-expand:before {content:"\e692";}
.ts-icomoon-contract:before {content:"\e693";}
.ts-icomoon-expand2:before {content:"\e694";}
.ts-icomoon-contract2:before {content:"\e695";}
.ts-icomoon-key:before {content:"\e696";}
.ts-icomoon-key2:before {content:"\e697";}
.ts-icomoon-lock:before {content:"\e698";}
.ts-icomoon-lock2:before {content:"\e699";}
.ts-icomoon-unlocked:before {content:"\e69a";}
.ts-icomoon-wrench:before {content:"\e69b";}
.ts-icomoon-settings:before {content:"\e69c";}
.ts-icomoon-equalizer:before {content:"\e69d";}
.ts-icomoon-cog:before {content:"\e69e";}
.ts-icomoon-cogs:before {content:"\e69f";}
.ts-icomoon-cog2:before {content:"\e6a0";}
.ts-icomoon-hammer:before {content:"\e6a1";}
.ts-icomoon-wand:before {content:"\e6a2";}
.ts-icomoon-aid:before {content:"\e6a3";}
.ts-icomoon-bug:before {content:"\e6a4";}
.ts-icomoon-pie:before {content:"\e6a5";}
.ts-icomoon-stats:before {content:"\e6a6";}
.ts-icomoon-bars:before {content:"\e6a7";}
.ts-icomoon-bars2:before {content:"\e6a8";}
.ts-icomoon-gift:before {content:"\e6a9";}
.ts-icomoon-trophy:before {content:"\e6aa";}
.ts-icomoon-glass:before {content:"\e6ab";}
.ts-icomoon-mug:before {content:"\e6ac";}
.ts-icomoon-food:before {content:"\e6ad";}
.ts-icomoon-leaf:before {content:"\e6ae";}
.ts-icomoon-rocket:before {content:"\e6af";}
.ts-icomoon-meter:before {content:"\e6b0";}
.ts-icomoon-meter2:before {content:"\e6b1";}
.ts-icomoon-dashboard:before {content:"\e6b2";}
.ts-icomoon-hammer2:before {content:"\e6b3";}
.ts-icomoon-fire:before {content:"\e6b4";}
.ts-icomoon-lab:before {content:"\e6b5";}
.ts-icomoon-magnet:before {content:"\e6b6";}
.ts-icomoon-remove:before {content:"\e6b7";}
.ts-icomoon-remove2:before {content:"\e6b8";}
.ts-icomoon-briefcase:before {content:"\e6b9";}
.ts-icomoon-airplane:before {content:"\e6ba";}
.ts-icomoon-truck:before {content:"\e6bb";}
.ts-icomoon-road:before {content:"\e6bc";}
.ts-icomoon-accessibility:before {content:"\e6bd";}
.ts-icomoon-target:before {content:"\e6be";}
.ts-icomoon-shield:before {content:"\e6bf";}
.ts-icomoon-lightning:before {content:"\e6c0";}
.ts-icomoon-switch:before {content:"\e6c1";}
.ts-icomoon-power-cord:before {content:"\e6c2";}
.ts-icomoon-signup:before {content:"\e6c3";}
.ts-icomoon-list:before {content:"\e6c4";}
.ts-icomoon-list2:before {content:"\e6c5";}
.ts-icomoon-numbered-list:before {content:"\e6c6";}
.ts-icomoon-menu:before {content:"\e6c7";}
.ts-icomoon-menu2:before {content:"\e6c8";}
.ts-icomoon-tree:before {content:"\e6c9";}
.ts-icomoon-cloud:before {content:"\e6ca";}
.ts-icomoon-cloud-download:before {content:"\e6cb";}
.ts-icomoon-cloud-upload:before {content:"\e6cc";}
.ts-icomoon-download2:before {content:"\e6cd";}
.ts-icomoon-upload2:before {content:"\e6ce";}
.ts-icomoon-download3:before {content:"\e6cf";}
.ts-icomoon-upload3:before {content:"\e6d0";}
.ts-icomoon-globe:before {content:"\e6d1";}
.ts-icomoon-earth:before {content:"\e6d2";}
.ts-icomoon-link:before {content:"\e6d3";}
.ts-icomoon-flag:before {content:"\e6d4";}
.ts-icomoon-attachment:before {content:"\e6d5";}
.ts-icomoon-eye:before {content:"\e6d6";}
.ts-icomoon-eye-blocked:before {content:"\e6d7";}
.ts-icomoon-eye2:before {content:"\e6d8";}
.ts-icomoon-bookmark:before {content:"\e6d9";}
.ts-icomoon-bookmarks:before {content:"\e6da";}
.ts-icomoon-brightness-medium:before {content:"\e6db";}
.ts-icomoon-brightness-contrast:before {content:"\e6dc";}
.ts-icomoon-contrast:before {content:"\e6dd";}
.ts-icomoon-star:before {content:"\e6de";}
.ts-icomoon-star2:before {content:"\e6df";}
.ts-icomoon-star3:before {content:"\e6e0";}
.ts-icomoon-heart:before {content:"\e6e1";}
.ts-icomoon-heart2:before {content:"\e6e2";}
.ts-icomoon-heart-broken:before {content:"\e6e3";}
.ts-icomoon-thumbs-up:before {content:"\e6e4";}
.ts-icomoon-thumbs-up2:before {content:"\e6e5";}
.ts-icomoon-happy:before {content:"\e6e6";}
.ts-icomoon-happy2:before {content:"\e6e7";}
.ts-icomoon-smiley:before {content:"\e6e8";}
.ts-icomoon-smiley2:before {content:"\e6e9";}
.ts-icomoon-tongue:before {content:"\e6ea";}
.ts-icomoon-tongue2:before {content:"\e6eb";}
.ts-icomoon-sad:before {content:"\e6ec";}
.ts-icomoon-sad2:before {content:"\e6ed";}
.ts-icomoon-wink:before {content:"\e6ee";}
.ts-icomoon-wink2:before {content:"\e6ef";}
.ts-icomoon-grin:before {content:"\e6f0";}
.ts-icomoon-grin2:before {content:"\e6f1";}
.ts-icomoon-cool:before {content:"\e6f2";}
.ts-icomoon-cool2:before {content:"\e6f3";}
.ts-icomoon-angry:before {content:"\e6f4";}
.ts-icomoon-angry2:before {content:"\e6f5";}
.ts-icomoon-evil:before {content:"\e6f6";}
.ts-icomoon-evil2:before {content:"\e6f7";}
.ts-icomoon-shocked:before {content:"\e6f8";}
.ts-icomoon-shocked2:before {content:"\e6f9";}
.ts-icomoon-confused:before {content:"\e6fa";}
.ts-icomoon-confused2:before {content:"\e6fb";}
.ts-icomoon-neutral:before {content:"\e6fc";}
.ts-icomoon-neutral2:before {content:"\e6fd";}
.ts-icomoon-wondering:before {content:"\e6fe";}
.ts-icomoon-wondering2:before {content:"\e6ff";}
.ts-icomoon-point-up:before {content:"\e700";}
.ts-icomoon-point-right:before {content:"\e701";}
.ts-icomoon-point-down:before {content:"\e702";}
.ts-icomoon-point-left:before {content:"\e703";}
.ts-icomoon-warning:before {content:"\e704";}
.ts-icomoon-notification:before {content:"\e705";}
.ts-icomoon-question:before {content:"\e706";}
.ts-icomoon-info:before {content:"\e707";}
.ts-icomoon-info2:before {content:"\e708";}
.ts-icomoon-blocked:before {content:"\e709";}
.ts-icomoon-cancel-circle:before {content:"\e70a";}
.ts-icomoon-checkmark-circle:before {content:"\e70b";}
.ts-icomoon-spam:before {content:"\e70c";}
.ts-icomoon-close:before {content:"\e70d";}
.ts-icomoon-checkmark:before {content:"\e70e";}
.ts-icomoon-checkmark2:before {content:"\e70f";}
.ts-icomoon-spell-check:before {content:"\e710";}
.ts-icomoon-minus:before {content:"\e711";}
.ts-icomoon-plus:before {content:"\e712";}
.ts-icomoon-enter:before {content:"\e713";}
.ts-icomoon-exit:before {content:"\e714";}
.ts-icomoon-play2:before {content:"\e715";}
.ts-icomoon-pause:before {content:"\e716";}
.ts-icomoon-stop:before {content:"\e717";}
.ts-icomoon-backward:before {content:"\e718";}
.ts-icomoon-forward2:before {content:"\e719";}
.ts-icomoon-play3:before {content:"\e71a";}
.ts-icomoon-pause2:before {content:"\e71b";}
.ts-icomoon-stop2:before {content:"\e71c";}
.ts-icomoon-backward2:before {content:"\e71d";}
.ts-icomoon-forward3:before {content:"\e71e";}
.ts-icomoon-first:before {content:"\e71f";}
.ts-icomoon-last:before {content:"\e720";}
.ts-icomoon-previous:before {content:"\e721";}
.ts-icomoon-next:before {content:"\e722";}
.ts-icomoon-eject:before {content:"\e723";}
.ts-icomoon-volume-high:before {content:"\e724";}
.ts-icomoon-volume-medium:before {content:"\e725";}
.ts-icomoon-volume-low:before {content:"\e726";}
.ts-icomoon-volume-mute:before {content:"\e727";}
.ts-icomoon-volume-mute2:before {content:"\e728";}
.ts-icomoon-volume-increase:before {content:"\e729";}
.ts-icomoon-volume-decrease:before {content:"\e72a";}
.ts-icomoon-loop:before {content:"\e72b";}
.ts-icomoon-loop2:before {content:"\e72c";}
.ts-icomoon-loop3:before {content:"\e72d";}
.ts-icomoon-shuffle:before {content:"\e72e";}
.ts-icomoon-arrow-up-left:before {content:"\e72f";}
.ts-icomoon-arrow-up:before {content:"\e730";}
.ts-icomoon-arrow-up-right:before {content:"\e731";}
.ts-icomoon-arrow-right:before {content:"\e732";}
.ts-icomoon-arrow-down-right:before {content:"\e733";}
.ts-icomoon-arrow-down:before {content:"\e734";}
.ts-icomoon-arrow-down-left:before {content:"\e735";}
.ts-icomoon-arrow-left:before {content:"\e736";}
.ts-icomoon-arrow-up-left2:before {content:"\e737";}
.ts-icomoon-arrow-up2:before {content:"\e738";}
.ts-icomoon-arrow-up-right2:before {content:"\e739";}
.ts-icomoon-arrow-right2:before {content:"\e73a";}
.ts-icomoon-arrow-down-right2:before {content:"\e73b";}
.ts-icomoon-arrow-down2:before {content:"\e73c";}
.ts-icomoon-arrow-down-left2:before {content:"\e73d";}
.ts-icomoon-arrow-left2:before {content:"\e73e";}
.ts-icomoon-arrow-up-left3:before {content:"\e73f";}
.ts-icomoon-arrow-up3:before {content:"\e740";}
.ts-icomoon-arrow-up-right3:before {content:"\e741";}
.ts-icomoon-arrow-right3:before {content:"\e742";}
.ts-icomoon-arrow-down-right3:before {content:"\e743";}
.ts-icomoon-arrow-down3:before {content:"\e744";}
.ts-icomoon-arrow-down-left3:before {content:"\e745";}
.ts-icomoon-arrow-left3:before {content:"\e746";}
.ts-icomoon-tab:before {content:"\e747";}
.ts-icomoon-checkbox-checked:before {content:"\e748";}
.ts-icomoon-checkbox-unchecked:before {content:"\e749";}
.ts-icomoon-checkbox-partial:before {content:"\e74a";}
.ts-icomoon-radio-checked:before {content:"\e74b";}
.ts-icomoon-radio-unchecked:before {content:"\e74c";}
.ts-icomoon-crop:before {content:"\e74d";}
.ts-icomoon-scissors:before {content:"\e74e";}
.ts-icomoon-filter:before {content:"\e74f";}
.ts-icomoon-filter2:before {content:"\e750";}
.ts-icomoon-font:before {content:"\e751";}
.ts-icomoon-text-height:before {content:"\e752";}
.ts-icomoon-text-width:before {content:"\e753";}
.ts-icomoon-bold:before {content:"\e754";}
.ts-icomoon-underline:before {content:"\e755";}
.ts-icomoon-italic:before {content:"\e756";}
.ts-icomoon-strikethrough:before {content:"\e757";}
.ts-icomoon-omega:before {content:"\e758";}
.ts-icomoon-sigma:before {content:"\e759";}
.ts-icomoon-table:before {content:"\e75a";}
.ts-icomoon-table2:before {content:"\e75b";}
.ts-icomoon-insert-template:before {content:"\e75c";}
.ts-icomoon-pilcrow:before {content:"\e75d";}
.ts-icomoon-left-toright:before {content:"\e75e";}
.ts-icomoon-right-toleft:before {content:"\e75f";}
.ts-icomoon-paragraph-left:before {content:"\e760";}
.ts-icomoon-paragraph-center:before {content:"\e761";}
.ts-icomoon-paragraph-right:before {content:"\e762";}
.ts-icomoon-paragraph-justify:before {content:"\e763";}
.ts-icomoon-paragraph-left2:before {content:"\e764";}
.ts-icomoon-paragraph-center2:before {content:"\e765";}
.ts-icomoon-paragraph-right2:before {content:"\e766";}
.ts-icomoon-paragraph-justify2:before {content:"\e767";}
.ts-icomoon-indent-increase:before {content:"\e768";}
.ts-icomoon-indent-decrease:before {content:"\e769";}
.ts-icomoon-new-tab:before {content:"\e76a";}
.ts-icomoon-embed:before {content:"\e76b";}
.ts-icomoon-code:before {content:"\e76c";}
.ts-icomoon-console:before {content:"\e76d";}
.ts-icomoon-share:before {content:"\e76e";}
.ts-icomoon-mail:before {content:"\e76f";}
.ts-icomoon-email-2:before {content:"\e62d";}
.ts-icomoon-mail2:before {content:"\e770";}
.ts-icomoon-mail3:before {content:"\e771";}
.ts-icomoon-google:before {content:"\e62e";}
.ts-icomoon-googleplus:before {content:"\e62f";}
.ts-icomoon-google-plus:before {content:"\e772";}
.ts-icomoon-google-plus2:before {content:"\e773";}
.ts-icomoon-google-plus3:before {content:"\e774";}
.ts-icomoon-google-drive:before {content:"\e775";}
.ts-icomoon-facebook:before {content:"\e776";}
.ts-icomoon-facebook2:before {content:"\e777";}
.ts-icomoon-facebook3:before {content:"\e778";}
.ts-icomoon-instagram:before {content:"\e779";}
.ts-icomoon-twitter:before {content:"\e77a";}
.ts-icomoon-twitter2:before {content:"\e77b";}
.ts-icomoon-twitter3:before {content:"\e77c";}
.ts-icomoon-feed2:before {content:"\e77d";}
.ts-icomoon-feed3:before {content:"\e77e";}
.ts-icomoon-feed4:before {content:"\e77f";}
.ts-icomoon-youtube:before {content:"\e780";}
.ts-icomoon-youtube2:before {content:"\e781";}
.ts-icomoon-vimeo:before {content:"\e782";}
.ts-icomoon-vimeo2:before {content:"\e783";}
.ts-icomoon-vimeo3:before {content:"\e784";}
.ts-icomoon-lanyrd:before {content:"\e785";}
.ts-icomoon-flickr:before {content:"\e786";}
.ts-icomoon-flickr2:before {content:"\e787";}
.ts-icomoon-flickr3:before {content:"\e788";}
.ts-icomoon-flickr4:before {content:"\e789";}
.ts-icomoon-picassa:before {content:"\e78a";}
.ts-icomoon-picassa2:before {content:"\e78b";}
.ts-icomoon-dribbble:before {content:"\e78c";}
.ts-icomoon-dribbble2:before {content:"\e78d";}
.ts-icomoon-dribbble3:before {content:"\e78e";}
.ts-icomoon-forrst:before {content:"\e78f";}
.ts-icomoon-forrst2:before {content:"\e790";}
.ts-icomoon-deviantart:before {content:"\e630";}
.ts-icomoon-deviantart2:before {content:"\e791";}
.ts-icomoon-steam:before {content:"\e63a";}
.ts-icomoon-steam2:before {content:"\e792";}
.ts-icomoon-github:before {content:"\e793";}
.ts-icomoon-github-3:before {content:"\e63b";}
.ts-icomoon-github2:before {content:"\e794";}
.ts-icomoon-github-2:before {content:"\e631";}
.ts-icomoon-github3:before {content:"\e795";}
.ts-icomoon-wordpress:before {content:"\e796";}
.ts-icomoon-wordpress2:before {content:"\e797";}
.ts-icomoon-joomla:before {content:"\e798";}
.ts-icomoon-blogger:before {content:"\e799";}
.ts-icomoon-blogger2:before {content:"\e79a";}
.ts-icomoon-tumblr:before {content:"\e79b";}
.ts-icomoon-tumblr2:before {content:"\e79c";}
.ts-icomoon-yahoo:before {content:"\e632";}
.ts-icomoon-linux:before {content:"\e637";}
.ts-icomoon-apple:before {content:"\e633";}
.ts-icomoon-finder:before {content:"\e79d";}
.ts-icomoon-android:before {content:"\e638";}
.ts-icomoon-windows:before {content:"\e639";}
.ts-icomoon-windows8:before {content:"\e635";}
.ts-icomoon-soundcloud:before {content:"\e634";}
.ts-icomoon-soundcloud2:before {content:"\e79e";}
.ts-icomoon-skype:before {content:"\e79f";}
.ts-icomoon-reddit:before {content:"\e7a0";}
.ts-icomoon-linkedin:before {content:"\e7a1";}
.ts-icomoon-lastfm:before {content:"\e636";}
.ts-icomoon-lastfm2:before {content:"\e7a2";}
.ts-icomoon-delicious:before {content:"\e7a3";}
.ts-icomoon-stumbleupon:before {content:"\e7a4";}
.ts-icomoon-stumbleupon2:before {content:"\e7a5";}
.ts-icomoon-stackoverflow:before {content:"\e63d";}
.ts-icomoon-pinterest:before {content:"\e7a6";}
.ts-icomoon-pinterest2:before {content:"\e7a7";}
.ts-icomoon-xing:before {content:"\e7a8";}
.ts-icomoon-xing2:before {content:"\e7a9";}
.ts-icomoon-flattr:before {content:"\e7aa";}
.ts-icomoon-foursquare:before {content:"\e7ab";}
.ts-icomoon-foursquare2:before {content:"\e7ac";}
.ts-icomoon-paypal:before {content:"\e7ad";}
.ts-icomoon-paypal2:before {content:"\e7ae";}
.ts-icomoon-paypal3:before {content:"\e7af";}
.ts-icomoon-yelp:before {content:"\e7b0";}
.ts-icomoon-libreoffice:before {content:"\e7b1";}
.ts-icomoon-file-pdf:before {content:"\e7b2";}
.ts-icomoon-file-openoffice:before {content:"\e7b3";}
.ts-icomoon-file-word:before {content:"\e7b4";}
.ts-icomoon-file-excel:before {content:"\e7b5";}
.ts-icomoon-file-zip:before {content:"\e7b6";}
.ts-icomoon-file-powerpoint:before {content:"\e7b7";}
.ts-icomoon-file-xml:before {content:"\e7b8";}
.ts-icomoon-file-css:before {content:"\e7b9";}
.ts-icomoon-html5:before {content:"\e7ba";}
.ts-icomoon-html52:before {content:"\e7bb";}
.ts-icomoon-css3:before {content:"\e7bc";}
.ts-icomoon-chrome:before {content:"\e7bd";}
.ts-icomoon-firefox:before {content:"\e7be";}
.ts-icomoon-IE:before {content:"\e7bf";}
.ts-icomoon-opera:before {content:"\e7c0";}
.ts-icomoon-safari:before {content:"\e7c1";}
.ts-icomoon-IcoMoon:before {content:"\e7c2";}@font-face {
font-family:                		'ionicons';
src:                        		url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/ionicons-icons/ionicons.eot?) format('eot'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/ionicons-icons/ionicons.eot?#iefix) format('embedded-opentype'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/ionicons-icons/ionicons.woff) format('woff'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/ionicons-icons/ionicons.ttf) format('truetype'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/ionicons-icons/ionicons.svg#ionicons) format('svg');
font-weight:                		normal;
font-style:                 		normal;
}
[class^="ts-ionicons-"], [class*=" ts-ionicons-"] {
font-family:						'ionicons';
speak:								none;
font-style:							normal;
font-weight:						normal;
font-variant:						normal;
text-transform:						none;
line-height:						1;
-webkit-font-smoothing:				antialiased;
-moz-osx-font-smoothing:			grayscale;
}
[class^="ts-ionicons-"]:before,[class*=" ts-ionicons-"]:before {
text-decoration:					inherit;
display:							inline-block;
speak:								none;
}
a [class^="ts-ionicons-"],a [class*=" ts-ionicons-"] {
display:							inline-block;
}
.ts-ionicons-alert-circled:before{content:"\f100"}
.ts-ionicons-alert:before{content:"\f101"}
.ts-ionicons-android-add-contact:before{content:"\f2c6"}
.ts-ionicons-android-add:before{content:"\f2c7"}
.ts-ionicons-android-alarm:before{content:"\f2c8"}
.ts-ionicons-android-archive:before{content:"\f2c9"}
.ts-ionicons-android-arrow-back:before{content:"\f2ca"}
.ts-ionicons-android-arrow-down-left:before{content:"\f2cb"}
.ts-ionicons-android-arrow-down-right:before{content:"\f2cc"}
.ts-ionicons-android-arrow-forward:before{content:"\f30f"}
.ts-ionicons-android-arrow-up-left:before{content:"\f2cd"}
.ts-ionicons-android-arrow-up-right:before{content:"\f2ce"}
.ts-ionicons-android-battery:before{content:"\f2cf"}
.ts-ionicons-android-book:before{content:"\f2d0"}
.ts-ionicons-android-calendar:before{content:"\f2d1"}
.ts-ionicons-android-call:before{content:"\f2d2"}
.ts-ionicons-android-camera:before{content:"\f2d3"}
.ts-ionicons-android-chat:before{content:"\f2d4"}
.ts-ionicons-android-checkmark:before{content:"\f2d5"}
.ts-ionicons-android-clock:before{content:"\f2d6"}
.ts-ionicons-android-close:before{content:"\f2d7"}
.ts-ionicons-android-contact:before{content:"\f2d8"}
.ts-ionicons-android-contacts:before{content:"\f2d9"}
.ts-ionicons-android-data:before{content:"\f2da"}
.ts-ionicons-android-developer:before{content:"\f2db"}
.ts-ionicons-android-display:before{content:"\f2dc"}
.ts-ionicons-android-download:before{content:"\f2dd"}
.ts-ionicons-android-drawer:before{content:"\f310"}
.ts-ionicons-android-dropdown:before{content:"\f2de"}
.ts-ionicons-android-earth:before{content:"\f2df"}
.ts-ionicons-android-folder:before{content:"\f2e0"}
.ts-ionicons-android-forums:before{content:"\f2e1"}
.ts-ionicons-android-friends:before{content:"\f2e2"}
.ts-ionicons-android-hand:before{content:"\f2e3"}
.ts-ionicons-android-image:before{content:"\f2e4"}
.ts-ionicons-android-inbox:before{content:"\f2e5"}
.ts-ionicons-android-information:before{content:"\f2e6"}
.ts-ionicons-android-keypad:before{content:"\f2e7"}
.ts-ionicons-android-lightbulb:before{content:"\f2e8"}
.ts-ionicons-android-locate:before{content:"\f2e9"}
.ts-ionicons-android-location:before{content:"\f2ea"}
.ts-ionicons-android-mail:before{content:"\f2eb"}
.ts-ionicons-android-microphone:before{content:"\f2ec"}
.ts-ionicons-android-mixer:before{content:"\f2ed"}
.ts-ionicons-android-more:before{content:"\f2ee"}
.ts-ionicons-android-note:before{content:"\f2ef"}
.ts-ionicons-android-playstore:before{content:"\f2f0"}
.ts-ionicons-android-printer:before{content:"\f2f1"}
.ts-ionicons-android-promotion:before{content:"\f2f2"}
.ts-ionicons-android-reminder:before{content:"\f2f3"}
.ts-ionicons-android-remove:before{content:"\f2f4"}
.ts-ionicons-android-search:before{content:"\f2f5"}
.ts-ionicons-android-send:before{content:"\f2f6"}
.ts-ionicons-android-settings:before{content:"\f2f7"}
.ts-ionicons-android-share:before{content:"\f2f8"}
.ts-ionicons-android-social-user:before{content:"\f2f9"}
.ts-ionicons-android-social:before{content:"\f2fa"}
.ts-ionicons-android-sort:before{content:"\f2fb"}
.ts-ionicons-android-stair-drawer:before{content:"\f311"}
.ts-ionicons-android-star:before{content:"\f2fc"}
.ts-ionicons-android-stopwatch:before{content:"\f2fd"}
.ts-ionicons-android-storage:before{content:"\f2fe"}
.ts-ionicons-android-system-back:before{content:"\f2ff"}
.ts-ionicons-android-system-home:before{content:"\f300"}
.ts-ionicons-android-system-windows:before{content:"\f301"}
.ts-ionicons-android-timer:before{content:"\f302"}
.ts-ionicons-android-trash:before{content:"\f303"}
.ts-ionicons-android-user-menu:before{content:"\f312"}
.ts-ionicons-android-volume:before{content:"\f304"}
.ts-ionicons-android-wifi:before{content:"\f305"}
.ts-ionicons-aperture:before{content:"\f313"}
.ts-ionicons-archive:before{content:"\f102"}
.ts-ionicons-arrow-down-a:before{content:"\f103"}
.ts-ionicons-arrow-down-b:before{content:"\f104"}
.ts-ionicons-arrow-down-c:before{content:"\f105"}
.ts-ionicons-arrow-expand:before{content:"\f25e"}
.ts-ionicons-arrow-graph-down-left:before{content:"\f25f"}
.ts-ionicons-arrow-graph-down-right:before{content:"\f260"}
.ts-ionicons-arrow-graph-up-left:before{content:"\f261"}
.ts-ionicons-arrow-graph-up-right:before{content:"\f262"}
.ts-ionicons-arrow-left-a:before{content:"\f106"}
.ts-ionicons-arrow-left-b:before{content:"\f107"}
.ts-ionicons-arrow-left-c:before{content:"\f108"}
.ts-ionicons-arrow-move:before{content:"\f263"}
.ts-ionicons-arrow-resize:before{content:"\f264"}
.ts-ionicons-arrow-return-left:before{content:"\f265"}
.ts-ionicons-arrow-return-right:before{content:"\f266"}
.ts-ionicons-arrow-right-a:before{content:"\f109"}
.ts-ionicons-arrow-right-b:before{content:"\f10a"}
.ts-ionicons-arrow-right-c:before{content:"\f10b"}
.ts-ionicons-arrow-shrink:before{content:"\f267"}
.ts-ionicons-arrow-swap:before{content:"\f268"}
.ts-ionicons-arrow-up-a:before{content:"\f10c"}
.ts-ionicons-arrow-up-b:before{content:"\f10d"}
.ts-ionicons-arrow-up-c:before{content:"\f10e"}
.ts-ionicons-asterisk:before{content:"\f314"}
.ts-ionicons-at:before{content:"\f10f"}
.ts-ionicons-bag:before{content:"\f110"}
.ts-ionicons-battery-charging:before{content:"\f111"}
.ts-ionicons-battery-empty:before{content:"\f112"}
.ts-ionicons-battery-full:before{content:"\f113"}
.ts-ionicons-battery-half:before{content:"\f114"}
.ts-ionicons-battery-low:before{content:"\f115"}
.ts-ionicons-beaker:before{content:"\f269"}
.ts-ionicons-beer:before{content:"\f26a"}
.ts-ionicons-bluetooth:before{content:"\f116"}
.ts-ionicons-bonfire:before{content:"\f315"}
.ts-ionicons-bookmark:before{content:"\f26b"}
.ts-ionicons-briefcase:before{content:"\f26c"}
.ts-ionicons-bug:before{content:"\f2be"}
.ts-ionicons-calculator:before{content:"\f26d"}
.ts-ionicons-calendar:before{content:"\f117"}
.ts-ionicons-camera:before{content:"\f118"}
.ts-ionicons-card:before{content:"\f119"}
.ts-ionicons-cash:before{content:"\f316"}
.ts-ionicons-chatbox-working:before{content:"\f11a"}
.ts-ionicons-chatbox:before{content:"\f11b"}
.ts-ionicons-chatboxes:before{content:"\f11c"}
.ts-ionicons-chatbubble-working:before{content:"\f11d"}
.ts-ionicons-chatbubble:before{content:"\f11e"}
.ts-ionicons-chatbubbles:before{content:"\f11f"}
.ts-ionicons-checkmark-circled:before{content:"\f120"}
.ts-ionicons-checkmark-round:before{content:"\f121"}
.ts-ionicons-checkmark:before{content:"\f122"}
.ts-ionicons-chevron-down:before{content:"\f123"}
.ts-ionicons-chevron-left:before{content:"\f124"}
.ts-ionicons-chevron-right:before{content:"\f125"}
.ts-ionicons-chevron-up:before{content:"\f126"}
.ts-ionicons-clipboard:before{content:"\f127"}
.ts-ionicons-clock:before{content:"\f26e"}
.ts-ionicons-close-circled:before{content:"\f128"}
.ts-ionicons-close-round:before{content:"\f129"}
.ts-ionicons-close:before{content:"\f12a"}
.ts-ionicons-closed-captioning:before{content:"\f317"}
.ts-ionicons-cloud:before{content:"\f12b"}
.ts-ionicons-code-download:before{content:"\f26f"}
.ts-ionicons-code-working:before{content:"\f270"}
.ts-ionicons-code:before{content:"\f271"}
.ts-ionicons-coffee:before{content:"\f272"}
.ts-ionicons-compass:before{content:"\f273"}
.ts-ionicons-compose:before{content:"\f12c"}
.ts-ionicons-connection-bars:before{content:"\f274"}
.ts-ionicons-contrast:before{content:"\f275"}
.ts-ionicons-cube:before{content:"\f318"}
.ts-ionicons-disc:before{content:"\f12d"}
.ts-ionicons-document-text:before{content:"\f12e"}
.ts-ionicons-document:before{content:"\f12f"}
.ts-ionicons-drag:before{content:"\f130"}
.ts-ionicons-earth:before{content:"\f276"}
.ts-ionicons-edit:before{content:"\f2bf"}
.ts-ionicons-egg:before{content:"\f277"}
.ts-ionicons-eject:before{content:"\f131"}
.ts-ionicons-email:before{content:"\f132"}
.ts-ionicons-eye-disabled:before{content:"\f306"}
.ts-ionicons-eye:before{content:"\f133"}
.ts-ionicons-female:before{content:"\f278"}
.ts-ionicons-filing:before{content:"\f134"}
.ts-ionicons-film-marker:before{content:"\f135"}
.ts-ionicons-fireball:before{content:"\f319"}
.ts-ionicons-flag:before{content:"\f279"}
.ts-ionicons-flame:before{content:"\f31a"}
.ts-ionicons-flash-off:before{content:"\f136"}
.ts-ionicons-flash:before{content:"\f137"}
.ts-ionicons-flask:before{content:"\f138"}
.ts-ionicons-folder:before{content:"\f139"}
.ts-ionicons-fork-repo:before{content:"\f2c0"}
.ts-ionicons-fork:before{content:"\f27a"}
.ts-ionicons-forward:before{content:"\f13a"}
.ts-ionicons-funnel:before{content:"\f31b"}
.ts-ionicons-game-controller-a:before{content:"\f13b"}
.ts-ionicons-game-controller-b:before{content:"\f13c"}
.ts-ionicons-gear-a:before{content:"\f13d"}
.ts-ionicons-gear-b:before{content:"\f13e"}
.ts-ionicons-grid:before{content:"\f13f"}
.ts-ionicons-hammer:before{content:"\f27b"}
.ts-ionicons-happy:before{content:"\f31c"}
.ts-ionicons-headphone:before{content:"\f140"}
.ts-ionicons-heart-broken:before{content:"\f31d"}
.ts-ionicons-heart:before{content:"\f141"}
.ts-ionicons-help-buoy:before{content:"\f27c"}
.ts-ionicons-help-circled:before{content:"\f142"}
.ts-ionicons-help:before{content:"\f143"}
.ts-ionicons-home:before{content:"\f144"}
.ts-ionicons-icecream:before{content:"\f27d"}
.ts-ionicons-icon-social-google-plus-outline:before{content:"\f145"}
.ts-ionicons-icon-social-google-plus:before{content:"\f146"}
.ts-ionicons-image:before{content:"\f147"}
.ts-ionicons-images:before{content:"\f148"}
.ts-ionicons-information-circled:before{content:"\f149"}
.ts-ionicons-information:before{content:"\f14a"}
.ts-ionicons-ionic:before{content:"\f14b"}
.ts-ionicons-ios7-alarm-outline:before{content:"\f14c"}
.ts-ionicons-ios7-alarm:before{content:"\f14d"}
.ts-ionicons-ios7-albums-outline:before{content:"\f14e"}
.ts-ionicons-ios7-albums:before{content:"\f14f"}
.ts-ionicons-ios7-americanfootball-outline:before{content:"\f31e"}
.ts-ionicons-ios7-americanfootball:before{content:"\f31f"}
.ts-ionicons-ios7-analytics-outline:before{content:"\f320"}
.ts-ionicons-ios7-analytics:before{content:"\f321"}
.ts-ionicons-ios7-arrow-back:before{content:"\f150"}
.ts-ionicons-ios7-arrow-down:before{content:"\f151"}
.ts-ionicons-ios7-arrow-forward:before{content:"\f152"}
.ts-ionicons-ios7-arrow-left:before{content:"\f153"}
.ts-ionicons-ios7-arrow-right:before{content:"\f154"}
.ts-ionicons-ios7-arrow-thin-down:before{content:"\f27e"}
.ts-ionicons-ios7-arrow-thin-left:before{content:"\f27f"}
.ts-ionicons-ios7-arrow-thin-right:before{content:"\f280"}
.ts-ionicons-ios7-arrow-thin-up:before{content:"\f281"}
.ts-ionicons-ios7-arrow-up:before{content:"\f155"}
.ts-ionicons-ios7-at-outline:before{content:"\f156"}
.ts-ionicons-ios7-at:before{content:"\f157"}
.ts-ionicons-ios7-barcode-outline:before{content:"\f322"}
.ts-ionicons-ios7-barcode:before{content:"\f323"}
.ts-ionicons-ios7-baseball-outline:before{content:"\f324"}
.ts-ionicons-ios7-baseball:before{content:"\f325"}
.ts-ionicons-ios7-basketball-outline:before{content:"\f326"}
.ts-ionicons-ios7-basketball:before{content:"\f327"}
.ts-ionicons-ios7-bell-outline:before{content:"\f158"}
.ts-ionicons-ios7-bell:before{content:"\f159"}
.ts-ionicons-ios7-bolt-outline:before{content:"\f15a"}
.ts-ionicons-ios7-bolt:before{content:"\f15b"}
.ts-ionicons-ios7-bookmarks-outline:before{content:"\f15c"}
.ts-ionicons-ios7-bookmarks:before{content:"\f15d"}
.ts-ionicons-ios7-box-outline:before{content:"\f15e"}
.ts-ionicons-ios7-box:before{content:"\f15f"}
.ts-ionicons-ios7-briefcase-outline:before{content:"\f282"}
.ts-ionicons-ios7-briefcase:before{content:"\f283"}
.ts-ionicons-ios7-browsers-outline:before{content:"\f160"}
.ts-ionicons-ios7-browsers:before{content:"\f161"}
.ts-ionicons-ios7-calculator-outline:before{content:"\f284"}
.ts-ionicons-ios7-calculator:before{content:"\f285"}
.ts-ionicons-ios7-calendar-outline:before{content:"\f162"}
.ts-ionicons-ios7-calendar:before{content:"\f163"}
.ts-ionicons-ios7-camera-outline:before{content:"\f164"}
.ts-ionicons-ios7-camera:before{content:"\f165"}
.ts-ionicons-ios7-cart-outline:before{content:"\f166"}
.ts-ionicons-ios7-cart:before{content:"\f167"}
.ts-ionicons-ios7-chatboxes-outline:before{content:"\f168"}
.ts-ionicons-ios7-chatboxes:before{content:"\f169"}
.ts-ionicons-ios7-chatbubble-outline:before{content:"\f16a"}
.ts-ionicons-ios7-chatbubble:before{content:"\f16b"}
.ts-ionicons-ios7-checkmark-empty:before{content:"\f16c"}
.ts-ionicons-ios7-checkmark-outline:before{content:"\f16d"}
.ts-ionicons-ios7-checkmark:before{content:"\f16e"}
.ts-ionicons-ios7-circle-filled:before{content:"\f16f"}
.ts-ionicons-ios7-circle-outline:before{content:"\f170"}
.ts-ionicons-ios7-clock-outline:before{content:"\f171"}
.ts-ionicons-ios7-clock:before{content:"\f172"}
.ts-ionicons-ios7-close-empty:before{content:"\f2bd"}
.ts-ionicons-ios7-close-outline:before{content:"\f2bb"}
.ts-ionicons-ios7-close:before{content:"\f2bc"}
.ts-ionicons-ios7-cloud-download-outline:before{content:"\f173"}
.ts-ionicons-ios7-cloud-download:before{content:"\f174"}
.ts-ionicons-ios7-cloud-outline:before{content:"\f175"}
.ts-ionicons-ios7-cloud-upload-outline:before{content:"\f176"}
.ts-ionicons-ios7-cloud-upload:before{content:"\f177"}
.ts-ionicons-ios7-cloud:before{content:"\f178"}
.ts-ionicons-ios7-cloudy-night-outline:before{content:"\f307"}
.ts-ionicons-ios7-cloudy-night:before{content:"\f308"}
.ts-ionicons-ios7-cloudy-outline:before{content:"\f179"}
.ts-ionicons-ios7-cloudy:before{content:"\f17a"}
.ts-ionicons-ios7-cog-outline:before{content:"\f17b"}
.ts-ionicons-ios7-cog:before{content:"\f17c"}
.ts-ionicons-ios7-compose-outline:before{content:"\f17d"}
.ts-ionicons-ios7-compose:before{content:"\f17e"}
.ts-ionicons-ios7-contact-outline:before{content:"\f17f"}
.ts-ionicons-ios7-contact:before{content:"\f180"}
.ts-ionicons-ios7-copy-outline:before{content:"\f181"}
.ts-ionicons-ios7-copy:before{content:"\f182"}
.ts-ionicons-ios7-download-outline:before{content:"\f183"}
.ts-ionicons-ios7-download:before{content:"\f184"}
.ts-ionicons-ios7-drag:before{content:"\f185"}
.ts-ionicons-ios7-email-outline:before{content:"\f186"}
.ts-ionicons-ios7-email:before{content:"\f187"}
.ts-ionicons-ios7-expand:before{content:"\f30d"}
.ts-ionicons-ios7-eye-outline:before{content:"\f188"}
.ts-ionicons-ios7-eye:before{content:"\f189"}
.ts-ionicons-ios7-fastforward-outline:before{content:"\f18a"}
.ts-ionicons-ios7-fastforward:before{content:"\f18b"}
.ts-ionicons-ios7-filing-outline:before{content:"\f18c"}
.ts-ionicons-ios7-filing:before{content:"\f18d"}
.ts-ionicons-ios7-film-outline:before{content:"\f18e"}
.ts-ionicons-ios7-film:before{content:"\f18f"}
.ts-ionicons-ios7-flag-outline:before{content:"\f190"}
.ts-ionicons-ios7-flag:before{content:"\f191"}
.ts-ionicons-ios7-folder-outline:before{content:"\f192"}
.ts-ionicons-ios7-folder:before{content:"\f193"}
.ts-ionicons-ios7-football-outline:before{content:"\f328"}
.ts-ionicons-ios7-football:before{content:"\f329"}
.ts-ionicons-ios7-gear-outline:before{content:"\f194"}
.ts-ionicons-ios7-gear:before{content:"\f195"}
.ts-ionicons-ios7-glasses-outline:before{content:"\f196"}
.ts-ionicons-ios7-glasses:before{content:"\f197"}
.ts-ionicons-ios7-heart-outline:before{content:"\f198"}
.ts-ionicons-ios7-heart:before{content:"\f199"}
.ts-ionicons-ios7-help-empty:before{content:"\f19a"}
.ts-ionicons-ios7-help-outline:before{content:"\f19b"}
.ts-ionicons-ios7-help:before{content:"\f19c"}
.ts-ionicons-ios7-home-outline:before{content:"\f32a"}
.ts-ionicons-ios7-home:before{content:"\f32b"}
.ts-ionicons-ios7-infinite-outline:before{content:"\f19d"}
.ts-ionicons-ios7-infinite:before{content:"\f19e"}
.ts-ionicons-ios7-information-empty:before{content:"\f19f"}
.ts-ionicons-ios7-information-outline:before{content:"\f1a0"}
.ts-ionicons-ios7-information:before{content:"\f1a1"}
.ts-ionicons-ios7-ionic-outline:before{content:"\f1a2"}
.ts-ionicons-ios7-keypad-outline:before{content:"\f1a3"}
.ts-ionicons-ios7-keypad:before{content:"\f1a4"}
.ts-ionicons-ios7-lightbulb-outline:before{content:"\f286"}
.ts-ionicons-ios7-lightbulb:before{content:"\f287"}
.ts-ionicons-ios7-location-outline:before{content:"\f1a5"}
.ts-ionicons-ios7-location:before{content:"\f1a6"}
.ts-ionicons-ios7-locked-outline:before{content:"\f1a7"}
.ts-ionicons-ios7-locked:before{content:"\f1a8"}
.ts-ionicons-ios7-loop-strong:before{content:"\f32c"}
.ts-ionicons-ios7-loop:before{content:"\f32d"}
.ts-ionicons-ios7-medkit-outline:before{content:"\f288"}
.ts-ionicons-ios7-medkit:before{content:"\f289"}
.ts-ionicons-ios7-mic-off:before{content:"\f1a9"}
.ts-ionicons-ios7-mic-outline:before{content:"\f1aa"}
.ts-ionicons-ios7-mic:before{content:"\f1ab"}
.ts-ionicons-ios7-minus-empty:before{content:"\f1ac"}
.ts-ionicons-ios7-minus-outline:before{content:"\f1ad"}
.ts-ionicons-ios7-minus:before{content:"\f1ae"}
.ts-ionicons-ios7-monitor-outline:before{content:"\f1af"}
.ts-ionicons-ios7-monitor:before{content:"\f1b0"}
.ts-ionicons-ios7-moon-outline:before{content:"\f1b1"}
.ts-ionicons-ios7-moon:before{content:"\f1b2"}
.ts-ionicons-ios7-more-outline:before{content:"\f1b3"}
.ts-ionicons-ios7-more:before{content:"\f1b4"}
.ts-ionicons-ios7-musical-note:before{content:"\f1b5"}
.ts-ionicons-ios7-musical-notes:before{content:"\f1b6"}
.ts-ionicons-ios7-navigate-outline:before{content:"\f1b7"}
.ts-ionicons-ios7-navigate:before{content:"\f1b8"}
.ts-ionicons-ios7-paper-outline:before{content:"\f32e"}
.ts-ionicons-ios7-paper:before{content:"\f32f"}
.ts-ionicons-ios7-paperplane-outline:before{content:"\f1b9"}
.ts-ionicons-ios7-paperplane:before{content:"\f1ba"}
.ts-ionicons-ios7-partlysunny-outline:before{content:"\f1bb"}
.ts-ionicons-ios7-partlysunny:before{content:"\f1bc"}
.ts-ionicons-ios7-pause-outline:before{content:"\f1bd"}
.ts-ionicons-ios7-pause:before{content:"\f1be"}
.ts-ionicons-ios7-paw-outline:before{content:"\f330"}
.ts-ionicons-ios7-paw:before{content:"\f331"}
.ts-ionicons-ios7-people-outline:before{content:"\f1bf"}
.ts-ionicons-ios7-people:before{content:"\f1c0"}
.ts-ionicons-ios7-person-outline:before{content:"\f1c1"}
.ts-ionicons-ios7-person:before{content:"\f1c2"}
.ts-ionicons-ios7-personadd-outline:before{content:"\f1c3"}
.ts-ionicons-ios7-personadd:before{content:"\f1c4"}
.ts-ionicons-ios7-photos-outline:before{content:"\f1c5"}
.ts-ionicons-ios7-photos:before{content:"\f1c6"}
.ts-ionicons-ios7-pie-outline:before{content:"\f28a"}
.ts-ionicons-ios7-pie:before{content:"\f28b"}
.ts-ionicons-ios7-play-outline:before{content:"\f1c7"}
.ts-ionicons-ios7-play:before{content:"\f1c8"}
.ts-ionicons-ios7-plus-empty:before{content:"\f1c9"}
.ts-ionicons-ios7-plus-outline:before{content:"\f1ca"}
.ts-ionicons-ios7-plus:before{content:"\f1cb"}
.ts-ionicons-ios7-pricetag-outline:before{content:"\f28c"}
.ts-ionicons-ios7-pricetag:before{content:"\f28d"}
.ts-ionicons-ios7-pricetags-outline:before{content:"\f332"}
.ts-ionicons-ios7-pricetags:before{content:"\f333"}
.ts-ionicons-ios7-printer-outline:before{content:"\f1cc"}
.ts-ionicons-ios7-printer:before{content:"\f1cd"}
.ts-ionicons-ios7-pulse-strong:before{content:"\f334"}
.ts-ionicons-ios7-pulse:before{content:"\f335"}
.ts-ionicons-ios7-rainy-outline:before{content:"\f1ce"}
.ts-ionicons-ios7-rainy:before{content:"\f1cf"}
.ts-ionicons-ios7-recording-outline:before{content:"\f1d0"}
.ts-ionicons-ios7-recording:before{content:"\f1d1"}
.ts-ionicons-ios7-redo-outline:before{content:"\f1d2"}
.ts-ionicons-ios7-redo:before{content:"\f1d3"}
.ts-ionicons-ios7-refresh-empty:before{content:"\f1d4"}
.ts-ionicons-ios7-refresh-outline:before{content:"\f1d5"}
.ts-ionicons-ios7-refresh:before{content:"\f1d6"}
.ts-ionicons-ios7-reload:before{content:"\f28e"}
.ts-ionicons-ios7-reverse-camera-outline:before{content:"\f336"}
.ts-ionicons-ios7-reverse-camera:before{content:"\f337"}
.ts-ionicons-ios7-rewind-outline:before{content:"\f1d7"}
.ts-ionicons-ios7-rewind:before{content:"\f1d8"}
.ts-ionicons-ios7-search-strong:before{content:"\f1d9"}
.ts-ionicons-ios7-search:before{content:"\f1da"}
.ts-ionicons-ios7-settings-strong:before{content:"\f338"}
.ts-ionicons-ios7-settings:before{content:"\f339"}
.ts-ionicons-ios7-shrink:before{content:"\f30e"}
.ts-ionicons-ios7-skipbackward-outline:before{content:"\f1db"}
.ts-ionicons-ios7-skipbackward:before{content:"\f1dc"}
.ts-ionicons-ios7-skipforward-outline:before{content:"\f1dd"}
.ts-ionicons-ios7-skipforward:before{content:"\f1de"}
.ts-ionicons-ios7-snowy:before{content:"\f309"}
.ts-ionicons-ios7-speedometer-outline:before{content:"\f28f"}
.ts-ionicons-ios7-speedometer:before{content:"\f290"}
.ts-ionicons-ios7-star-half:before{content:"\f33a"}
.ts-ionicons-ios7-star-outline:before{content:"\f1df"}
.ts-ionicons-ios7-star:before{content:"\f1e0"}
.ts-ionicons-ios7-stopwatch-outline:before{content:"\f1e1"}
.ts-ionicons-ios7-stopwatch:before{content:"\f1e2"}
.ts-ionicons-ios7-sunny-outline:before{content:"\f1e3"}
.ts-ionicons-ios7-sunny:before{content:"\f1e4"}
.ts-ionicons-ios7-telephone-outline:before{content:"\f1e5"}
.ts-ionicons-ios7-telephone:before{content:"\f1e6"}
.ts-ionicons-ios7-tennisball-outline:before{content:"\f33b"}
.ts-ionicons-ios7-tennisball:before{content:"\f33c"}
.ts-ionicons-ios7-thunderstorm-outline:before{content:"\f1e7"}
.ts-ionicons-ios7-thunderstorm:before{content:"\f1e8"}
.ts-ionicons-ios7-time-outline:before{content:"\f291"}
.ts-ionicons-ios7-time:before{content:"\f292"}
.ts-ionicons-ios7-timer-outline:before{content:"\f1e9"}
.ts-ionicons-ios7-timer:before{content:"\f1ea"}
.ts-ionicons-ios7-toggle-outline:before{content:"\f33d"}
.ts-ionicons-ios7-toggle:before{content:"\f33e"}
.ts-ionicons-ios7-trash-outline:before{content:"\f1eb"}
.ts-ionicons-ios7-trash:before{content:"\f1ec"}
.ts-ionicons-ios7-undo-outline:before{content:"\f1ed"}
.ts-ionicons-ios7-undo:before{content:"\f1ee"}
.ts-ionicons-ios7-unlocked-outline:before{content:"\f1ef"}
.ts-ionicons-ios7-unlocked:before{content:"\f1f0"}
.ts-ionicons-ios7-upload-outline:before{content:"\f1f1"}
.ts-ionicons-ios7-upload:before{content:"\f1f2"}
.ts-ionicons-ios7-videocam-outline:before{content:"\f1f3"}
.ts-ionicons-ios7-videocam:before{content:"\f1f4"}
.ts-ionicons-ios7-volume-high:before{content:"\f1f5"}
.ts-ionicons-ios7-volume-low:before{content:"\f1f6"}
.ts-ionicons-ios7-wineglass-outline:before{content:"\f293"}
.ts-ionicons-ios7-wineglass:before{content:"\f294"}
.ts-ionicons-ios7-world-outline:before{content:"\f1f7"}
.ts-ionicons-ios7-world:before{content:"\f1f8"}
.ts-ionicons-ipad:before{content:"\f1f9"}
.ts-ionicons-iphone:before{content:"\f1fa"}
.ts-ionicons-ipod:before{content:"\f1fb"}
.ts-ionicons-jet:before{content:"\f295"}
.ts-ionicons-key:before{content:"\f296"}
.ts-ionicons-knife:before{content:"\f297"}
.ts-ionicons-laptop:before{content:"\f1fc"}
.ts-ionicons-leaf:before{content:"\f1fd"}
.ts-ionicons-levels:before{content:"\f298"}
.ts-ionicons-lightbulb:before{content:"\f299"}
.ts-ionicons-link:before{content:"\f1fe"}
.ts-ionicons-load-a:before{content:"\f29a"}
.ts-ionicons-load-b:before{content:"\f29b"}
.ts-ionicons-load-c:before{content:"\f29c"}
.ts-ionicons-load-d:before{content:"\f29d"}
.ts-ionicons-location:before{content:"\f1ff"}
.ts-ionicons-locked:before{content:"\f200"}
.ts-ionicons-log-in:before{content:"\f29e"}
.ts-ionicons-log-out:before{content:"\f29f"}
.ts-ionicons-loop:before{content:"\f201"}
.ts-ionicons-magnet:before{content:"\f2a0"}
.ts-ionicons-male:before{content:"\f2a1"}
.ts-ionicons-man:before{content:"\f202"}
.ts-ionicons-map:before{content:"\f203"}
.ts-ionicons-medkit:before{content:"\f2a2"}
.ts-ionicons-merge:before{content:"\f33f"}
.ts-ionicons-mic-a:before{content:"\f204"}
.ts-ionicons-mic-b:before{content:"\f205"}
.ts-ionicons-mic-c:before{content:"\f206"}
.ts-ionicons-minus-circled:before{content:"\f207"}
.ts-ionicons-minus-round:before{content:"\f208"}
.ts-ionicons-minus:before{content:"\f209"}
.ts-ionicons-model-s:before{content:"\f2c1"}
.ts-ionicons-monitor:before{content:"\f20a"}
.ts-ionicons-more:before{content:"\f20b"}
.ts-ionicons-mouse:before{content:"\f340"}
.ts-ionicons-music-note:before{content:"\f20c"}
.ts-ionicons-navicon-round:before{content:"\f20d"}
.ts-ionicons-navicon:before{content:"\f20e"}
.ts-ionicons-navigate:before{content:"\f2a3"}
.ts-ionicons-network:before{content:"\f341"}
.ts-ionicons-no-smoking:before{content:"\f2c2"}
.ts-ionicons-nuclear:before{content:"\f2a4"}
.ts-ionicons-outlet:before{content:"\f342"}
.ts-ionicons-paper-airplane:before{content:"\f2c3"}
.ts-ionicons-paperclip:before{content:"\f20f"}
.ts-ionicons-pause:before{content:"\f210"}
.ts-ionicons-person-add:before{content:"\f211"}
.ts-ionicons-person-stalker:before{content:"\f212"}
.ts-ionicons-person:before{content:"\f213"}
.ts-ionicons-pie-graph:before{content:"\f2a5"}
.ts-ionicons-pin:before{content:"\f2a6"}
.ts-ionicons-pinpoint:before{content:"\f2a7"}
.ts-ionicons-pizza:before{content:"\f2a8"}
.ts-ionicons-plane:before{content:"\f214"}
.ts-ionicons-planet:before{content:"\f343"}
.ts-ionicons-play:before{content:"\f215"}
.ts-ionicons-playstation:before{content:"\f30a"}
.ts-ionicons-plus-circled:before{content:"\f216"}
.ts-ionicons-plus-round:before{content:"\f217"}
.ts-ionicons-plus:before{content:"\f218"}
.ts-ionicons-podium:before{content:"\f344"}
.ts-ionicons-pound:before{content:"\f219"}
.ts-ionicons-power:before{content:"\f2a9"}
.ts-ionicons-pricetag:before{content:"\f2aa"}
.ts-ionicons-pricetags:before{content:"\f2ab"}
.ts-ionicons-printer:before{content:"\f21a"}
.ts-ionicons-pull-request:before{content:"\f345"}
.ts-ionicons-qr-scanner:before{content:"\f346"}
.ts-ionicons-quote:before{content:"\f347"}
.ts-ionicons-radio-waves:before{content:"\f2ac"}
.ts-ionicons-record:before{content:"\f21b"}
.ts-ionicons-refresh:before{content:"\f21c"}
.ts-ionicons-reply-all:before{content:"\f21d"}
.ts-ionicons-reply:before{content:"\f21e"}
.ts-ionicons-ribbon-a:before{content:"\f348"}
.ts-ionicons-ribbon-b:before{content:"\f349"}
.ts-ionicons-sad:before{content:"\f34a"}
.ts-ionicons-scissors:before{content:"\f34b"}
.ts-ionicons-search:before{content:"\f21f"}
.ts-ionicons-settings:before{content:"\f2ad"}
.ts-ionicons-share:before{content:"\f220"}
.ts-ionicons-shuffle:before{content:"\f221"}
.ts-ionicons-skip-backward:before{content:"\f222"}
.ts-ionicons-skip-forward:before{content:"\f223"}
.ts-ionicons-social-android-outline:before{content:"\f224"}
.ts-ionicons-social-android:before{content:"\f225"}
.ts-ionicons-social-apple-outline:before{content:"\f226"}
.ts-ionicons-social-apple:before{content:"\f227"}
.ts-ionicons-social-bitcoin-outline:before{content:"\f2ae"}
.ts-ionicons-social-bitcoin:before{content:"\f2af"}
.ts-ionicons-social-buffer-outline:before{content:"\f228"}
.ts-ionicons-social-buffer:before{content:"\f229"}
.ts-ionicons-social-designernews-outline:before{content:"\f22a"}
.ts-ionicons-social-designernews:before{content:"\f22b"}
.ts-ionicons-social-dribbble-outline:before{content:"\f22c"}
.ts-ionicons-social-dribbble:before{content:"\f22d"}
.ts-ionicons-social-dropbox-outline:before{content:"\f22e"}
.ts-ionicons-social-dropbox:before{content:"\f22f"}
.ts-ionicons-social-facebook-outline:before{content:"\f230"}
.ts-ionicons-social-facebook:before{content:"\f231"}
.ts-ionicons-social-foursquare-outline:before{content:"\f34c"}
.ts-ionicons-social-foursquare:before{content:"\f34d"}
.ts-ionicons-social-freebsd-devil:before{content:"\f2c4"}
.ts-ionicons-social-github-outline:before{content:"\f232"}
.ts-ionicons-social-github:before{content:"\f233"}
.ts-ionicons-social-google-outline:before{content:"\f34e"}
.ts-ionicons-social-google:before{content:"\f34f"}
.ts-ionicons-social-googleplus-outline:before{content:"\f234"}
.ts-ionicons-social-googleplus:before{content:"\f235"}
.ts-ionicons-social-hackernews-outline:before{content:"\f236"}
.ts-ionicons-social-hackernews:before{content:"\f237"}
.ts-ionicons-social-instagram-outline:before{content:"\f350"}
.ts-ionicons-social-instagram:before{content:"\f351"}
.ts-ionicons-social-linkedin-outline:before{content:"\f238"}
.ts-ionicons-social-linkedin:before{content:"\f239"}
.ts-ionicons-social-pinterest-outline:before{content:"\f2b0"}
.ts-ionicons-social-pinterest:before{content:"\f2b1"}
.ts-ionicons-social-reddit-outline:before{content:"\f23a"}
.ts-ionicons-social-reddit:before{content:"\f23b"}
.ts-ionicons-social-rss-outline:before{content:"\f23c"}
.ts-ionicons-social-rss:before{content:"\f23d"}
.ts-ionicons-social-skype-outline:before{content:"\f23e"}
.ts-ionicons-social-skype:before{content:"\f23f"}
.ts-ionicons-social-tumblr-outline:before{content:"\f240"}
.ts-ionicons-social-tumblr:before{content:"\f241"}
.ts-ionicons-social-tux:before{content:"\f2c5"}
.ts-ionicons-social-twitter-outline:before{content:"\f242"}
.ts-ionicons-social-twitter:before{content:"\f243"}
.ts-ionicons-social-usd-outline:before{content:"\f352"}
.ts-ionicons-social-usd:before{content:"\f353"}
.ts-ionicons-social-vimeo-outline:before{content:"\f244"}
.ts-ionicons-social-vimeo:before{content:"\f245"}
.ts-ionicons-social-windows-outline:before{content:"\f246"}
.ts-ionicons-social-windows:before{content:"\f247"}
.ts-ionicons-social-wordpress-outline:before{content:"\f248"}
.ts-ionicons-social-wordpress:before{content:"\f249"}
.ts-ionicons-social-yahoo-outline:before{content:"\f24a"}
.ts-ionicons-social-yahoo:before{content:"\f24b"}
.ts-ionicons-social-youtube-outline:before{content:"\f24c"}
.ts-ionicons-social-youtube:before{content:"\f24d"}
.ts-ionicons-speakerphone:before{content:"\f2b2"}
.ts-ionicons-speedometer:before{content:"\f2b3"}
.ts-ionicons-spoon:before{content:"\f2b4"}
.ts-ionicons-star:before{content:"\f24e"}
.ts-ionicons-stats-bars:before{content:"\f2b5"}
.ts-ionicons-steam:before{content:"\f30b"}
.ts-ionicons-stop:before{content:"\f24f"}
.ts-ionicons-thermometer:before{content:"\f2b6"}
.ts-ionicons-thumbsdown:before{content:"\f250"}
.ts-ionicons-thumbsup:before{content:"\f251"}
.ts-ionicons-toggle-filled:before{content:"\f354"}
.ts-ionicons-toggle:before{content:"\f355"}
.ts-ionicons-trash-a:before{content:"\f252"}
.ts-ionicons-trash-b:before{content:"\f253"}
.ts-ionicons-trophy:before{content:"\f356"}
.ts-ionicons-umbrella:before{content:"\f2b7"}
.ts-ionicons-university:before{content:"\f357"}
.ts-ionicons-unlocked:before{content:"\f254"}
.ts-ionicons-upload:before{content:"\f255"}
.ts-ionicons-usb:before{content:"\f2b8"}
.ts-ionicons-videocamera:before{content:"\f256"}
.ts-ionicons-volume-high:before{content:"\f257"}
.ts-ionicons-volume-low:before{content:"\f258"}
.ts-ionicons-volume-medium:before{content:"\f259"}
.ts-ionicons-volume-mute:before{content:"\f25a"}
.ts-ionicons-wand:before{content:"\f358"}
.ts-ionicons-waterdrop:before{content:"\f25b"}
.ts-ionicons-wifi:before{content:"\f25c"}
.ts-ionicons-wineglass:before{content:"\f2b9"}
.ts-ionicons-woman:before{content:"\f25d"}
.ts-ionicons-wrench:before{content:"\f2ba"}
.ts-ionicons-xbox:before{content:"\f30c"}@font-face {
font-family:                		'mapicons';
src:                        		url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/mapicons-icons/mapicons.eot?) format('eot'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/mapicons-icons/mapicons.eot?#iefix) format('embedded-opentype'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/mapicons-icons/mapicons.woff) format('woff'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/mapicons-icons/mapicons.ttf) format('truetype'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/mapicons-icons/mapicons.svg#mapicons) format('svg');
font-weight:                		normal;
font-style:                 		normal;
}
[class^="ts-mapicons-"], [class*=" ts-mapicons-"] {
font-family:						'mapicons';
speak:								none;
font-style:							normal;
font-weight:						normal;
font-variant:						normal;
text-transform:						none;
line-height:						1;
-webkit-font-smoothing:				antialiased;
-moz-osx-font-smoothing:			grayscale;
}
[class^="ts-mapicons-"]:before,[class*=" ts-mapicons-"]:before {
text-decoration:					inherit;
display:							inline-block;
speak:								none;
}
a [class^="ts-mapicons-"],a [class*=" ts-mapicons-"] {
display:							inline-block;
}
.ts-mapicons-map-pin:before{content:"\e000"}
.ts-mapicons-expand:before{content:"\e001"}
.ts-mapicons-fullscreen:before{content:"\e002"}
.ts-mapicons-square-pin:before{content:"\e003"}
.ts-mapicons-route-pin:before{content:"\e004"}
.ts-mapicons-sheild:before{content:"\e005"}
.ts-mapicons-liquor-store:before{content:"\e006"}
.ts-mapicons-bicycle-store:before{content:"\e007"}
.ts-mapicons-hardware-store:before{content:"\e008"}
.ts-mapicons-insurance-agency:before{content:"\e009"}
.ts-mapicons-lawyer:before{content:"\e00a"}
.ts-mapicons-real-estate-agency:before{content:"\e00b"}
.ts-mapicons-art-gallery:before{content:"\e00c"}
.ts-mapicons-campground:before{content:"\e00d"}
.ts-mapicons-bakery:before{content:"\e00e"}
.ts-mapicons-bar:before{content:"\e00f"}
.ts-mapicons-amusement-park:before{content:"\e010"}
.ts-mapicons-aquarium:before{content:"\e011"}
.ts-mapicons-airport:before{content:"\e012"}
.ts-mapicons-bank:before{content:"\e013"}
.ts-mapicons-car-rental:before{content:"\e016"}
.ts-mapicons-car-dealer:before{content:"\e017"}
.ts-mapicons-hospital:before{content:"\e018"}
.ts-mapicons-hair-care:before{content:"\e019"}
.ts-mapicons-gym:before{content:"\e01a"}
.ts-mapicons-grocery-or-supermarket:before{content:"\e01b"}
.ts-mapicons-general-contractor:before{content:"\e01c"}
.ts-mapicons-pharmacy:before{content:"\e01d"}
.ts-mapicons-point-of-interest:before{content:"\e01e"}
.ts-mapicons-political:before{content:"\e01f"}
.ts-mapicons-post-box:before{content:"\e020"}
.ts-mapicons-health:before{content:"\e021"}
.ts-mapicons-post-office:before{content:"\e022"}
.ts-mapicons-real-estate-agencycopy:before{content:"\e023"}
.ts-mapicons-hindu-temple:before{content:"\e024"}
.ts-mapicons-restaurant:before{content:"\e025"}
.ts-mapicons-female:before{content:"\e026"}
.ts-mapicons-male:before{content:"\e027"}
.ts-mapicons-zoo:before{content:"\e028"}
.ts-mapicons-veterinary-care:before{content:"\e029"}
.ts-mapicons-car-repair:before{content:"\e02a"}
.ts-mapicons-university:before{content:"\e02b"}
.ts-mapicons-travel-agency:before{content:"\e02c"}
.ts-mapicons-transit-station:before{content:"\e02d"}
.ts-mapicons-beauty-salon:before{content:"\e02e"}
.ts-mapicons-electronics-store:before{content:"\e02f"}
.ts-mapicons-search:before{content:"\e030"}
.ts-mapicons-zoom-out-alt:before{content:"\e031"}
.ts-mapicons-movie-rental:before{content:"\e032"}
.ts-mapicons-atm:before{content:"\e033"}
.ts-mapicons-jewelry-store:before{content:"\e034"}
.ts-mapicons-car-wash:before{content:"\e035"}
.ts-mapicons-unisex:before{content:"\e036"}
.ts-mapicons-rv-park:before{content:"\e037"}
.ts-mapicons-school:before{content:"\e038"}
.ts-mapicons-clothing-store:before{content:"\e039"}
.ts-mapicons-laundry:before{content:"\e03a"}
.ts-mapicons-casino:before{content:"\e03b"}
.ts-mapicons-place-of-worship:before{content:"\e03c"}
.ts-mapicons-furniture-store:before{content:"\e03d"}
.ts-mapicons-zoom-in-alt:before{content:"\e03e"}
.ts-mapicons-zoom-in:before{content:"\e03f"}
.ts-mapicons-department-store:before{content:"\e040"}
.ts-mapicons-fire-station:before{content:"\e041"}
.ts-mapicons-church:before{content:"\e042"}
.ts-mapicons-library:before{content:"\e043"}
.ts-mapicons-shopping-mall:before{content:"\e044"}
.ts-mapicons-local-government:before{content:"\e045"}
.ts-mapicons-spa:before{content:"\e046"}
.ts-mapicons-convenience-store:before{content:"\e047"}
.ts-mapicons-police:before{content:"\e048"}
.ts-mapicons-route:before{content:"\e049"}
.ts-mapicons-zoom-out:before{content:"\e04a"}
.ts-mapicons-location-arrow:before{content:"\e04b"}
.ts-mapicons-postal-code:before{content:"\e04c"}
.ts-mapicons-locksmith:before{content:"\e04d"}
.ts-mapicons-doctor:before{content:"\e04e"}
.ts-mapicons-mosque:before{content:"\e04f"}
.ts-mapicons-stadium:before{content:"\e050"}
.ts-mapicons-storage:before{content:"\e051"}
.ts-mapicons-movie-theater:before{content:"\e052"}
.ts-mapicons-electrician:before{content:"\e053"}
.ts-mapicons-moving-company:before{content:"\e054"}
.ts-mapicons-postal-code-prefix:before{content:"\e055"}
.ts-mapicons-crosshairs:before{content:"\e056"}
.ts-mapicons-compass:before{content:"\e057"}
.ts-mapicons-dentist:before{content:"\e058"}
.ts-mapicons-plumber:before{content:"\e059"}
.ts-mapicons-museum:before{content:"\e05b"}
.ts-mapicons-finance:before{content:"\e05a"}
.ts-mapicons-parking:before{content:"\e05c"}
.ts-mapicons-courthouse:before{content:"\e05d"}
.ts-mapicons-accounting:before{content:"\e05e"}
.ts-mapicons-store:before{content:"\e05f"}
.ts-mapicons-subway-station:before{content:"\e060"}
.ts-mapicons-natural-feature:before{content:"\e061"}
.ts-mapicons-florist:before{content:"\e062"}
.ts-mapicons-food:before{content:"\e063"}
.ts-mapicons-night-club:before{content:"\e064"}
.ts-mapicons-synagogue:before{content:"\e065"}
.ts-mapicons-taxi-stand:before{content:"\e066"}
.ts-mapicons-painter:before{content:"\e067"}
.ts-mapicons-train-station:before{content:"\e068"}
.ts-mapicons-pet-store:before{content:"\e069"}
.ts-mapicons-gas-station:before{content:"\e06a"}
.ts-mapicons-funeral-home:before{content:"\e06b"}
.ts-mapicons-cemetery:before{content:"\e06c"}
.ts-mapicons-bowling-alley:before{content:"\e06d"}
.ts-mapicons-roofing-contractor:before{content:"\e06e"}
.ts-mapicons-physiotherapist:before{content:"\e06f"}
.ts-mapicons-embassy:before{content:"\e070"}
.ts-mapicons-city-hall:before{content:"\e071"}
.ts-mapicons-bus-station:before{content:"\e072"}
.ts-mapicons-park:before{content:"\e073"}
.ts-mapicons-lodging:before{content:"\e074"}
.ts-mapicons-toilet:before{content:"\e075"}
.ts-mapicons-circle:before{content:"\e076"}
.ts-mapicons-square-rounded:before{content:"\e077"}
.ts-mapicons-square:before{content:"\e078"}
.ts-mapicons-book-store:before{content:"\e014"}
.ts-mapicons-cafe:before{content:"\e015"}
.ts-mapicons-wheelchair:before{content:"\e079"}
.ts-mapicons-volume-control-telephone:before{content:"\e07a"}
.ts-mapicons-sign-language:before{content:"\e07b"}
.ts-mapicons-low-vision-access:before{content:"\e07c"}
.ts-mapicons-open-captioning:before{content:"\e07d"}
.ts-mapicons-closed-captioning:before{content:"\e07e"}
.ts-mapicons-braille:before{content:"\e07f"}
.ts-mapicons-audio-description:before{content:"\e080"}
.ts-mapicons-assistive-listening-system:before{content:"\e081"}
.ts-mapicons-abseiling:before{content:"\e082"}
.ts-mapicons-tennis:before{content:"\e083"}
.ts-mapicons-skateboarding:before{content:"\e084"}
.ts-mapicons-playground:before{content:"\e085"}
.ts-mapicons-inline-skating:before{content:"\e086"}
.ts-mapicons-hang-gliding:before{content:"\e087"}
.ts-mapicons-climbing:before{content:"\e088"}
.ts-mapicons-baseball:before{content:"\e089"}
.ts-mapicons-archery:before{content:"\e08a"}
.ts-mapicons-wind-surfing:before{content:"\e08b"}
.ts-mapicons-scuba-diving:before{content:"\e08c"}
.ts-mapicons-sailing:before{content:"\e08d"}
.ts-mapicons-marina:before{content:"\e08e"}
.ts-mapicons-canoe:before{content:"\e08f"}
.ts-mapicons-boat-tour:before{content:"\e090"}
.ts-mapicons-boat-ramp:before{content:"\e091"}
.ts-mapicons-swimming:before{content:"\e092"}
.ts-mapicons-whale-watching:before{content:"\e093"}
.ts-mapicons-waterskiing:before{content:"\e094"}
.ts-mapicons-surfing:before{content:"\e095"}
.ts-mapicons-rafting:before{content:"\e096"}
.ts-mapicons-kayaking:before{content:"\e097"}
.ts-mapicons-jet-skiing:before{content:"\e099"}
.ts-mapicons-fishing-pier:before{content:"\e09a"}
.ts-mapicons-fish-cleaning:before{content:"\e09b"}
.ts-mapicons-diving:before{content:"\e09c"}
.ts-mapicons-boating:before{content:"\e09d"}
.ts-mapicons-fishing:before{content:"\e098"}
.ts-mapicons-cross-country-skiing:before{content:"\e09e"}
.ts-mapicons-skiing:before{content:"\e09f"}
.ts-mapicons-snowmobile:before{content:"\e0a0"}
.ts-mapicons-snowboarding:before{content:"\e0a1"}
.ts-mapicons-snow:before{content:"\e0a2"}
.ts-mapicons-snow-shoeing:before{content:"\e0a3"}
.ts-mapicons-sledding:before{content:"\e0a4"}
.ts-mapicons-ski-jumping:before{content:"\e0a5"}
.ts-mapicons-ice-skating:before{content:"\e0a6"}
.ts-mapicons-ice-fishing:before{content:"\e0a7"}
.ts-mapicons-chairlift:before{content:"\e0a8"}
.ts-mapicons-golf:before{content:"\e0a9"}
.ts-mapicons-horse-riding:before{content:"\e0aa"}
.ts-mapicons-motobike-trail:before{content:"\e0ab"}
.ts-mapicons-trail-walking:before{content:"\e0ac"}
.ts-mapicons-viewing:before{content:"\e0ad"}
.ts-mapicons-walking:before{content:"\e0ae"}
.ts-mapicons-bicycling:before{content:"\e0af"}@font-face {
font-family:                			'monuments';
src:                        			url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/monuments-icons/monuments.eot?) format('eot'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/monuments-icons/monuments.eot?#iefix) format('embedded-opentype'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/monuments-icons/monuments.woff) format('woff'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/monuments-icons/monuments.ttf) format('truetype'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/monuments-icons/monuments.svg#monuments) format('svg');
font-weight:                			normal;
font-style:                 			normal;
}
[class^="ts-monuments-"], [class*=" ts-monuments-"] {
font-family:							'monuments';
speak:									none;
font-style:								normal;
font-weight:							normal;
font-variant:							normal;
text-transform:							none;
line-height:							1; -webkit-font-smoothing:					antialiased;
-moz-osx-font-smoothing:				grayscale;
}
[class^="ts-monuments-"]:before,[class*=" ts-monuments-"]:before {
text-decoration:						inherit;
display:								inline-block;
speak:									none;
}
a [class^="ts-monuments-"],a [class*=" ts-monuments-"] {
display:								inline-block;
}
.ts-monuments-abu:before {					content: "\e000";}
.ts-monuments-acropolis:before {			content: "\e001";}
.ts-monuments-afrikaans:before {			content: "\e002";}
.ts-monuments-albert:before {				content: "\e003";}
.ts-monuments-alcala:before {				content: "\e004";}
.ts-monuments-alhambra:before {				content: "\e005";}
.ts-monuments-alshaheed:before {			content: "\e006";}
.ts-monuments-angel1:before {				content: "\e007";}
.ts-monuments-angel4:before {				content: "\e008";}
.ts-monuments-angkor1:before {				content: "\e009";}
.ts-monuments-antioquia:before {			content: "\e00a";}
.ts-monuments-arc:before {					content: "\e00b";}
.ts-monuments-archer1:before {				content: "\e00c";}
.ts-monuments-armenian:before {				content: "\e00d";}
.ts-monuments-asia1:before {				content: "\e00e";}
.ts-monuments-atlas1:before {				content: "\e00f";}
.ts-monuments-atonium:before {				content: "\e010";}
.ts-monuments-auspicious1:before {			content: "\e011";}
.ts-monuments-australian:before {			content: "\e012";}
.ts-monuments-avila:before {				content: "\e013";}
.ts-monuments-ayers1:before {				content: "\e014";}
.ts-monuments-azadi1:before {				content: "\e015";}
.ts-monuments-badshahi:before {				content: "\e016";}
.ts-monuments-bangkok:before {				content: "\e017";}
.ts-monuments-basilica:before {				content: "\e018";}
.ts-monuments-bavaria:before {				content: "\e019";}
.ts-monuments-bell14:before {				content: "\e01a";}
.ts-monuments-big7:before {					content: "\e01b";}
.ts-monuments-blue:before {					content: "\e01c";}
.ts-monuments-blue1:before {				content: "\e01d";}
.ts-monuments-borobudur:before {			content: "\e01e";}
.ts-monuments-brandenburg:before {			content: "\e01f";}
.ts-monuments-british1:before {				content: "\e020";}
.ts-monuments-bronze:before {				content: "\e021";}
.ts-monuments-brooklyn:before {				content: "\e022";}
.ts-monuments-buenos:before {				content: "\e023";}
.ts-monuments-burj1:before {				content: "\e024";}
.ts-monuments-cabrillo1:before {			content: "\e025";}
.ts-monuments-canadian:before {				content: "\e026";}
.ts-monuments-castillo1:before {			content: "\e027";}
.ts-monuments-castle:before {				content: "\e028";}
.ts-monuments-castle3:before {				content: "\e029";}
.ts-monuments-cathedral:before {			content: "\e02a";}
.ts-monuments-cathedral1:before {			content: "\e02b";}
.ts-monuments-cctv:before {					content: "\e02c";}
.ts-monuments-centre:before {				content: "\e02d";}
.ts-monuments-chartres:before {				content: "\e02e";}
.ts-monuments-chiang1:before {				content: "\e02f";}
.ts-monuments-chichen:before {				content: "\e030";}
.ts-monuments-chichen2:before {				content: "\e031";}
.ts-monuments-chinese1:before {				content: "\e032";}
.ts-monuments-choeung:before {				content: "\e033";}
.ts-monuments-christ:before {				content: "\e034";}
.ts-monuments-chrysler:before {				content: "\e035";}
.ts-monuments-civic:before {				content: "\e036";}
.ts-monuments-cn1:before {					content: "\e037";}
.ts-monuments-cn2:before {					content: "\e038";}
.ts-monuments-colosseum1:before {			content: "\e039";}
.ts-monuments-constantine:before {			content: "\e03a";}
.ts-monuments-constantine2:before {			content: "\e03b";}
.ts-monuments-digital11:before {			content: "\e03c";}
.ts-monuments-discobulus:before {			content: "\e03d";}
.ts-monuments-disneyland:before {			content: "\e03e";}
.ts-monuments-djenne1:before {				content: "\e03f";}
.ts-monuments-dois:before {					content: "\e040";}
.ts-monuments-dome1:before {				content: "\e041";}
.ts-monuments-dpr:before {					content: "\e042";}
.ts-monuments-dubrovnik:before {			content: "\e043";}
.ts-monuments-egyptian:before {				content: "\e044";}
.ts-monuments-eiffel:before {				content: "\e045";}
.ts-monuments-ejer:before {					content: "\e046";}
.ts-monuments-empire:before {				content: "\e047";}
.ts-monuments-erasmusbrug1:before {			content: "\e048";}
.ts-monuments-everland:before {				content: "\e049";}
.ts-monuments-faraglioni:before {			content: "\e04a";}
.ts-monuments-flags4:before {				content: "\e04b";}
.ts-monuments-fort:before {					content: "\e04c";}
.ts-monuments-founders:before {				content: "\e04d";}
.ts-monuments-four4:before {				content: "\e04e";}
.ts-monuments-galata:before {				content: "\e04f";}
.ts-monuments-gateway:before {				content: "\e050";}
.ts-monuments-gateway1:before {				content: "\e051";}
.ts-monuments-genghis:before {				content: "\e052";}
.ts-monuments-golden:before {				content: "\e053";}
.ts-monuments-grand:before {				content: "\e054";}
.ts-monuments-great2:before {				content: "\e055";}
.ts-monuments-great3:before {				content: "\e056";}
.ts-monuments-great4:before {				content: "\e057";}
.ts-monuments-great5:before {				content: "\e058";}
.ts-monuments-greek1:before {				content: "\e059";}
.ts-monuments-greek2:before {				content: "\e05a";}
.ts-monuments-ground1:before {				content: "\e05b";}
.ts-monuments-guggenheim:before {			content: "\e05c";}
.ts-monuments-guillaume1:before {			content: "\e05d";}
.ts-monuments-hachiko:before {				content: "\e05e";}
.ts-monuments-hall:before {					content: "\e05f";}
.ts-monuments-hallgrmskirkja1:before {		content: "\e060";}
.ts-monuments-halong:before {				content: "\e061";}
.ts-monuments-hands:before {				content: "\e062";}
.ts-monuments-hassan1:before {				content: "\e063";}
.ts-monuments-hiroshima:before {			content: "\e064";}
.ts-monuments-hollywood1:before {			content: "\e065";}
.ts-monuments-holsten1:before {				content: "\e066";}
.ts-monuments-hong:before {					content: "\e067";}
.ts-monuments-independence:before {			content: "\e068";}
.ts-monuments-iwo:before {					content: "\e069";}
.ts-monuments-julie:before {				content: "\e06a";}
.ts-monuments-juscelino:before {			content: "\e06b";}
.ts-monuments-kabah:before {				content: "\e06c";}
.ts-monuments-kiyomizudera1:before {		content: "\e06d";}
.ts-monuments-kociuszko:before {			content: "\e06e";}
.ts-monuments-kosmaj:before {				content: "\e06f";}
.ts-monuments-la:before {					content: "\e070";}
.ts-monuments-la1:before {					content: "\e071";}
.ts-monuments-lalibela:before {				content: "\e072";}
.ts-monuments-liberty1:before {				content: "\e073";}
.ts-monuments-lincoln:before {				content: "\e074";}
.ts-monuments-lions1:before {				content: "\e075";}
.ts-monuments-little1:before {				content: "\e076";}
.ts-monuments-london:before {				content: "\e077";}
.ts-monuments-london4:before {				content: "\e078";}
.ts-monuments-longa:before {				content: "\e079";}
.ts-monuments-lord:before {					content: "\e07a";}
.ts-monuments-lotus2:before {				content: "\e07b";}
.ts-monuments-louvre:before {				content: "\e07c";}
.ts-monuments-machu:before {				content: "\e07d";}
.ts-monuments-man139:before {				content: "\e07e";}
.ts-monuments-maqam1:before {				content: "\e07f";}
.ts-monuments-memorial:before {				content: "\e080";}
.ts-monuments-merida:before {				content: "\e081";}
.ts-monuments-michael:before {				content: "\e082";}
.ts-monuments-milan1:before {				content: "\e083";}
.ts-monuments-millau1:before {				content: "\e084";}
.ts-monuments-minar:before {				content: "\e085";}
.ts-monuments-ming1:before {				content: "\e086";}
.ts-monuments-moai1:before {				content: "\e087";}
.ts-monuments-mole1:before {				content: "\e088";}
.ts-monuments-monas:before {				content: "\e089";}
.ts-monuments-monte1:before {				content: "\e08a";}
.ts-monuments-monument:before {				content: "\e08b";}
.ts-monuments-monument1:before {			content: "\e08c";}
.ts-monuments-monument5:before {			content: "\e08d";}
.ts-monuments-monument6:before {			content: "\e08e";}
.ts-monuments-morelia:before {				content: "\e08f";}
.ts-monuments-mosque:before {				content: "\e090";}
.ts-monuments-mosque3:before {				content: "\e091";}
.ts-monuments-mother2:before {				content: "\e092";}
.ts-monuments-mount1:before {				content: "\e093";}
.ts-monuments-museum:before {				content: "\e094";}
.ts-monuments-national:before {				content: "\e095";}
.ts-monuments-national1:before {			content: "\e096";}
.ts-monuments-national3:before {			content: "\e097";}
.ts-monuments-national4:before {			content: "\e098";}
.ts-monuments-national5:before {			content: "\e099";}
.ts-monuments-natzweilerstruthof:before {	content: "\e09a";}
.ts-monuments-niagara:before {				content: "\e09b";}
.ts-monuments-nickel:before {				content: "\e09c";}
.ts-monuments-niteroi:before {				content: "\e09d";}
.ts-monuments-notre:before {				content: "\e09e";}
.ts-monuments-oboda1:before {				content: "\e09f";}
.ts-monuments-olmec1:before {				content: "\e0a0";}
.ts-monuments-padrao:before {				content: "\e0a1";}
.ts-monuments-pakistan1:before {			content: "\e0a2";}
.ts-monuments-palm8:before {				content: "\e0a3";}
.ts-monuments-paris:before {				content: "\e0a4";}
.ts-monuments-parthenon1:before {			content: "\e0a5";}
.ts-monuments-pearl1:before {				content: "\e0a6";}
.ts-monuments-petronas:before {				content: "\e0a7";}
.ts-monuments-phra:before {					content: "\e0a8";}
.ts-monuments-pompidou1:before {			content: "\e0a9";}
.ts-monuments-ponte:before {				content: "\e0aa";}
.ts-monuments-potala1:before {				content: "\e0ab";}
.ts-monuments-pucara:before {				content: "\e0ac";}
.ts-monuments-pula:before {					content: "\e0ad";}
.ts-monuments-pyongyang1:before {			content: "\e0ae";}
.ts-monuments-pyramid:before {				content: "\e0af";}
.ts-monuments-pyramid1:before {				content: "\e0b0";}
.ts-monuments-quezon1:before {				content: "\e0b1";}
.ts-monuments-quinta:before {				content: "\e0b2";}
.ts-monuments-rabochiy:before {				content: "\e0b3";}
.ts-monuments-retiro:before {				content: "\e0b4";}
.ts-monuments-reunification:before {		content: "\e0b5";}
.ts-monuments-saddam1:before {				content: "\e0b6";}
.ts-monuments-saint:before {				content: "\e0b7";}
.ts-monuments-saint1:before {				content: "\e0b8";}
.ts-monuments-sea:before {					content: "\e0b9";}
.ts-monuments-segovia:before {				content: "\e0ba";}
.ts-monuments-shah:before {					content: "\e0bb";}
.ts-monuments-shanghai:before {				content: "\e0bc";}
.ts-monuments-sher1:before {				content: "\e0bd";}
.ts-monuments-shimmering:before {			content: "\e0be";}
.ts-monuments-shipka1:before {				content: "\e0bf";}
.ts-monuments-shrine:before {				content: "\e0c0";}
.ts-monuments-smeatons:before {				content: "\e0c1";}
.ts-monuments-somoni:before {				content: "\e0c2";}
.ts-monuments-space:before {				content: "\e0c3";}
.ts-monuments-spaniards:before {			content: "\e0c4";}
.ts-monuments-split2:before {				content: "\e0c5";}
.ts-monuments-spring:before {				content: "\e0c6";}
.ts-monuments-sri1:before {					content: "\e0c7";}
.ts-monuments-st:before {					content: "\e0c8";}
.ts-monuments-standing48:before {			content: "\e0c9";}
.ts-monuments-statue:before {				content: "\e0ca";}
.ts-monuments-statue1:before {				content: "\e0cb";}
.ts-monuments-statue3:before {				content: "\e0cc";}
.ts-monuments-stonehenge:before {			content: "\e0cd";}
.ts-monuments-stonehenge1:before {			content: "\e0ce";}
.ts-monuments-sun33:before {				content: "\e0cf";}
.ts-monuments-sydney:before {				content: "\e0d0";}
.ts-monuments-taipei:before {				content: "\e0d1";}
.ts-monuments-taj1:before {					content: "\e0d2";}
.ts-monuments-tate:before {					content: "\e0d3";}
.ts-monuments-teardrop:before {				content: "\e0d4";}
.ts-monuments-temple2:before {				content: "\e0d5";}
.ts-monuments-temple3:before {				content: "\e0d6";}
.ts-monuments-temple6:before {				content: "\e0d7";}
.ts-monuments-teotihuacan1:before {			content: "\e0d8";}
.ts-monuments-thatbyinnyu:before {			content: "\e0d9";}
.ts-monuments-the:before {					content: "\e0da";}
.ts-monuments-the1:before {					content: "\e0db";}
.ts-monuments-the19:before {				content: "\e0dc";}
.ts-monuments-the20:before {				content: "\e0dd";}
.ts-monuments-the21:before {				content: "\e0de";}
.ts-monuments-the22:before {				content: "\e0df";}
.ts-monuments-the23:before {				content: "\e0e0";}
.ts-monuments-the26:before {				content: "\e0e1";}
.ts-monuments-the27:before {				content: "\e0e2";}
.ts-monuments-the28:before {				content: "\e0e3";}
.ts-monuments-the29:before {				content: "\e0e4";}
.ts-monuments-tiger:before {				content: "\e0e5";}
.ts-monuments-times:before {				content: "\e0e6";}
.ts-monuments-tokyo1:before {				content: "\e0e7";}
.ts-monuments-tomb1:before {				content: "\e0e8";}
.ts-monuments-torii1:before {				content: "\e0e9";}
.ts-monuments-tower:before {				content: "\e0ea";}
.ts-monuments-tower1:before {				content: "\e0eb";}
.ts-monuments-tower2:before {				content: "\e0ec";}
.ts-monuments-tower3:before {				content: "\e0ed";}
.ts-monuments-tower6:before {				content: "\e0ee";}
.ts-monuments-twelve:before {				content: "\e0ef";}
.ts-monuments-two10:before {				content: "\e0f0";}
.ts-monuments-universal3:before {			content: "\e0f1";}
.ts-monuments-vatican1:before {				content: "\e0f2";}
.ts-monuments-venice1:before {				content: "\e0f3";}
.ts-monuments-vincent1:before {				content: "\e0f4";}
.ts-monuments-voortrekker:before {			content: "\e0f5";}
.ts-monuments-waiting:before {				content: "\e0f6";}
.ts-monuments-washington:before {			content: "\e0f7";}
.ts-monuments-westminster:before {			content: "\e0f8";}
.ts-monuments-white:before {				content: "\e0f9";}
.ts-monuments-white1:before {				content: "\e0fa";}
.ts-monuments-white7:before {				content: "\e0fb";}
.ts-monuments-windmills1:before {			content: "\e0fc";}
.ts-monuments-world3:before {				content: "\e0fd";}
.ts-monuments-zakim1:before {				content: "\e0fe";}@font-face {
font-family:                			'socialmedias';
src:                        			url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/socialmedia-icons/socialmedia.eot?) format('eot'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/socialmedia-icons/socialmedia.eot?#iefix) format('embedded-opentype'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/socialmedia-icons/socialmedia.woff) format('woff'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/socialmedia-icons/socialmedia.ttf) format('truetype'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/socialmedia-icons/socialmedia.svg#socialmedia) format('svg');
font-weight:                			normal;
font-style:                 			normal;
}
[class^="ts-socialmedia-"], [class*=" ts-socialmedia-"] {
font-family:							'socialmedias';
speak:									none;
font-style:								normal;
font-weight:							normal;
font-variant:							normal;
text-transform:							none;
line-height:							1; -webkit-font-smoothing:					antialiased;
-moz-osx-font-smoothing:				grayscale;
}
[class^="ts-socialmedia-"]:before,[class*=" ts-socialmedia-"]:before {
text-decoration:						inherit;
display:								inline-block;
speak:									none;
}
a [class^="ts-socialmedia-"],a [class*=" ts-socialmedia-"] {
display:								inline-block;
}
.ts-socialmedia-email1:before{content:"\e600"}
.ts-socialmedia-email2:before{content:"\e602"}
.ts-socialmedia-googlemail:before{content:"\e603"}
.ts-socialmedia-email4:before{content:"\e604"}
.ts-socialmedia-yahoo8:before{content:"\e605"}
.ts-socialmedia-email3:before{content:"\e606"}
.ts-socialmedia-googleplus:before{content:"\e607"}
.ts-socialmedia-yahoo7:before{content:"\e608"}
.ts-socialmedia-envato:before{content:"\e609"}
.ts-socialmedia-socialshare:before{content:"\e60a"}
.ts-socialmedia-amazon:before{content:"\e60b"}
.ts-socialmedia-app8:before{content:"\e60c"}
.ts-socialmedia-apple:before{content:"\e60d"}
.ts-socialmedia-arto:before{content:"\e60e"}
.ts-socialmedia-aws:before{content:"\e60f"}
.ts-socialmedia-baidu:before{content:"\e610"}
.ts-socialmedia-basecamp:before{content:"\e611"}
.ts-socialmedia-bebo1:before{content:"\e612"}
.ts-socialmedia-behance2:before{content:"\e613"}
.ts-socialmedia-bing1:before{content:"\e614"}
.ts-socialmedia-black209:before{content:"\e615"}
.ts-socialmedia-blip:before{content:"\e616"}
.ts-socialmedia-blogger7:before{content:"\e617"}
.ts-socialmedia-cinch:before{content:"\e61a"}
.ts-socialmedia-coroflot:before{content:"\e61b"}
.ts-socialmedia-creative9:before{content:"\e61c"}
.ts-socialmedia-dailybooth:before{content:"\e61d"}
.ts-socialmedia-delicious5:before{content:"\e61e"}
.ts-socialmedia-designbump:before{content:"\e61f"}
.ts-socialmedia-designfloat:before{content:"\e620"}
.ts-socialmedia-designmoo:before{content:"\e621"}
.ts-socialmedia-deviantart4:before{content:"\e622"}
.ts-socialmedia-digg5:before{content:"\e623"}
.ts-socialmedia-digg6:before{content:"\e624"}
.ts-socialmedia-diigo:before{content:"\e625"}
.ts-socialmedia-dribbble6:before{content:"\e626"}
.ts-socialmedia-dropbox15:before{content:"\e627"}
.ts-socialmedia-drupal:before{content:"\e628"}
.ts-socialmedia-dzone:before{content:"\e629"}
.ts-socialmedia-ebay1:before{content:"\e62a"}
.ts-socialmedia-ember:before{content:"\e62b"}
.ts-socialmedia-etsy:before{content:"\e62c"}
.ts-socialmedia-evernote2:before{content:"\e62d"}
.ts-socialmedia-facebook29:before{content:"\e62e"}
.ts-socialmedia-facebook30:before{content:"\e62f"}
.ts-socialmedia-facebook31:before{content:"\e630"}
.ts-socialmedia-factome:before{content:"\e631"}
.ts-socialmedia-feedburner:before{content:"\e632"}
.ts-socialmedia-flickr9:before{content:"\e633"}
.ts-socialmedia-folkd:before{content:"\e634"}
.ts-socialmedia-formspring:before{content:"\e635"}
.ts-socialmedia-forrst1:before{content:"\e636"}
.ts-socialmedia-foursquare6:before{content:"\e637"}
.ts-socialmedia-friendfeed:before{content:"\e638"}
.ts-socialmedia-gdgt:before{content:"\e639"}
.ts-socialmedia-github13:before{content:"\e63a"}
.ts-socialmedia-github14:before{content:"\e63b"}
.ts-socialmedia-goodreads:before{content:"\e63c"}
.ts-socialmedia-google29:before{content:"\e63d"}
.ts-socialmedia-google30:before{content:"\e63e"}
.ts-socialmedia-google33:before{content:"\e63f"}
.ts-socialmedia-gowalla:before{content:"\e640"}
.ts-socialmedia-gowalla1:before{content:"\e641"}
.ts-socialmedia-hacker:before{content:"\e642"}
.ts-socialmedia-heart211:before{content:"\e643"}
.ts-socialmedia-hi5:before{content:"\e644"}
.ts-socialmedia-hype:before{content:"\e645"}
.ts-socialmedia-hyves:before{content:"\e646"}
.ts-socialmedia-icq:before{content:"\e647"}
.ts-socialmedia-instapaper:before{content:"\e648"}
.ts-socialmedia-itunes:before{content:"\e649"}
.ts-socialmedia-kik:before{content:"\e64a"}
.ts-socialmedia-krop:before{content:"\e64b"}
.ts-socialmedia-lastfm4:before{content:"\e64c"}
.ts-socialmedia-letter26:before{content:"\e64d"}
.ts-socialmedia-linkedin11:before{content:"\e64e"}
.ts-socialmedia-linkedin12:before{content:"\e64f"}
.ts-socialmedia-male157:before{content:"\e650"}
.ts-socialmedia-meetup:before{content:"\e651"}
.ts-socialmedia-metacafe:before{content:"\e652"}
.ts-socialmedia-ming:before{content:"\e653"}
.ts-socialmedia-mister:before{content:"\e654"}
.ts-socialmedia-mixx:before{content:"\e655"}
.ts-socialmedia-mixx1:before{content:"\e656"}
.ts-socialmedia-mobileme:before{content:"\e657"}
.ts-socialmedia-msn:before{content:"\e658"}
.ts-socialmedia-myspace5:before{content:"\e659"}
.ts-socialmedia-myspace6:before{content:"\e65a"}
.ts-socialmedia-newsvine:before{content:"\e65b"}
.ts-socialmedia-officialfm:before{content:"\e65c"}
.ts-socialmedia-openid1:before{content:"\e65d"}
.ts-socialmedia-orkut:before{content:"\e65e"}
.ts-socialmedia-pandora:before{content:"\e65f"}
.ts-socialmedia-path2:before{content:"\e660"}
.ts-socialmedia-paypal7:before{content:"\e661"}
.ts-socialmedia-pencil42:before{content:"\e662"}
.ts-socialmedia-photobucket:before{content:"\e663"}
.ts-socialmedia-picasa5:before{content:"\e664"}
.ts-socialmedia-picasa6:before{content:"\e665"}
.ts-socialmedia-pin28:before{content:"\e666"}
.ts-socialmedia-ping:before{content:"\e667"}
.ts-socialmedia-pingchat:before{content:"\e668"}
.ts-socialmedia-playstation2:before{content:"\e669"}
.ts-socialmedia-plixi:before{content:"\e66a"}
.ts-socialmedia-plurk:before{content:"\e66b"}
.ts-socialmedia-podcast3:before{content:"\e66c"}
.ts-socialmedia-q1:before{content:"\e66d"}
.ts-socialmedia-qik:before{content:"\e66e"}
.ts-socialmedia-quora:before{content:"\e66f"}
.ts-socialmedia-rdio2:before{content:"\e670"}
.ts-socialmedia-readernaut:before{content:"\e671"}
.ts-socialmedia-reddit4:before{content:"\e672"}
.ts-socialmedia-retweet3:before{content:"\e673"}
.ts-socialmedia-roboto:before{content:"\e674"}
.ts-socialmedia-rss33:before{content:"\e675"}
.ts-socialmedia-scribd:before{content:"\e676"}
.ts-socialmedia-sharethis:before{content:"\e677"}
.ts-socialmedia-shark:before{content:"\e678"}
.ts-socialmedia-simplenote:before{content:"\e679"}
.ts-socialmedia-skype12:before{content:"\e67a"}
.ts-socialmedia-slashdot:before{content:"\e67b"}
.ts-socialmedia-slideshare:before{content:"\e67c"}
.ts-socialmedia-smile3:before{content:"\e67d"}
.ts-socialmedia-smugmug:before{content:"\e67e"}
.ts-socialmedia-soundcloud4:before{content:"\e67f"}
.ts-socialmedia-speech67:before{content:"\e680"}
.ts-socialmedia-spotify3:before{content:"\e681"}
.ts-socialmedia-squarespace:before{content:"\e682"}
.ts-socialmedia-squidoo:before{content:"\e683"}
.ts-socialmedia-steam4:before{content:"\e684"}
.ts-socialmedia-stumbleupon9:before{content:"\e685"}
.ts-socialmedia-technorati1:before{content:"\e686"}
.ts-socialmedia-threewordsme:before{content:"\e687"}
.ts-socialmedia-tribenet:before{content:"\e688"}
.ts-socialmedia-tripit:before{content:"\e689"}
.ts-socialmedia-tumblr12:before{content:"\e68a"}
.ts-socialmedia-twitter20:before{content:"\e68b"}
.ts-socialmedia-twitter21:before{content:"\e68c"}
.ts-socialmedia-viddler:before{content:"\e68d"}
.ts-socialmedia-vimeo12:before{content:"\e68e"}
.ts-socialmedia-virb:before{content:"\e68f"}
.ts-socialmedia-w3:before{content:"\e690"}
.ts-socialmedia-whatsapp:before{content:"\e691"}
.ts-socialmedia-wikipedia2:before{content:"\e692"}
.ts-socialmedia-windows26:before{content:"\e693"}
.ts-socialmedia-wists:before{content:"\e694"}
.ts-socialmedia-wordpress11:before{content:"\e695"}
.ts-socialmedia-wordpress12:before{content:"\e696"}
.ts-socialmedia-xing6:before{content:"\e697"}
.ts-socialmedia-yahoo4:before{content:"\e698"}
.ts-socialmedia-yahoo5:before{content:"\e699"}
.ts-socialmedia-yahoo6:before{content:"\e69a"}
.ts-socialmedia-yelp1:before{content:"\e69b"}
.ts-socialmedia-youtube17:before{content:"\e69c"}
.ts-socialmedia-youtube18:before{content:"\e69d"}
.ts-socialmedia-zerply:before{content:"\e69e"}
.ts-socialmedia-zootool:before{content:"\e69f"}
.ts-socialmedia-zynga:before{content:"\e6a0"}
.ts-socialmedia-html5:before{content:"\e6a1"}
.ts-socialmedia-brightkite:before{content:"\e619"}
.ts-socialmedia-bnter:before{content:"\e618"}
.ts-socialmedia-pinterest:before{content:"\e6a2"}
.ts-socialmedia-reddit:before{content:"\e0d8"}
.ts-socialmedia-posterous:before{content:"\e6a3"}
.ts-socialmedia-netvibes:before{content:"\e6a4"}
.ts-socialmedia-instagram:before{content:"\e6a5"}
.ts-socialmedia-gmaps:before{content:"\e6a6"}
.ts-socialmedia-aim:before{content:"\e108"}@font-face {
font-family:                		'themify';
src:                        		url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/themify-icons/themify.eot?) format('eot'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/themify-icons/themify.eot?#iefix) format('embedded-opentype'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/themify-icons/themify.woff) format('woff'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/themify-icons/themify.ttf) format('truetype'), url(//www.2kprinting.com/wp-content/plugins/ts-visual-composer-extend/icons/themify-icons/themify.svg#themify) format('svg');
font-weight:                		normal;
font-style:                 		normal;
}
[class^="ts-themify-"], [class*=" ts-themify-"] {
font-family:						'themify';
speak:								none;
font-style:							normal;
font-weight:						normal;
font-variant:						normal;
text-transform:						none;
line-height:						1;
-webkit-font-smoothing:				antialiased;
-moz-osx-font-smoothing:			grayscale;
}
[class^="ts-themify-"]:before,[class*=" ts-themify-"]:before {
text-decoration:					inherit;
display:							inline-block;
speak:								none;
}
a [class^="ts-themify-"],a [class*=" ts-themify-"] {
display:							inline-block;
}
.ts-themify-agenda:before{content:"\e600"}
.ts-themify-alarm-clock:before{content:"\e601"}
.ts-themify-alert:before{content:"\e602"}
.ts-themify-align-center:before{content:"\e603"}
.ts-themify-align-justify:before{content:"\e604"}
.ts-themify-align-left:before{content:"\e605"}
.ts-themify-align-right:before{content:"\e606"}
.ts-themify-anchor:before{content:"\e607"}
.ts-themify-android:before{content:"\e608"}
.ts-themify-angle-double-down:before{content:"\e609"}
.ts-themify-angle-double-left:before{content:"\e60a"}
.ts-themify-angle-double-right:before{content:"\e60b"}
.ts-themify-angle-double-up:before{content:"\e60c"}
.ts-themify-angle-down:before{content:"\e60d"}
.ts-themify-angle-left:before{content:"\e60e"}
.ts-themify-angle-right:before{content:"\e60f"}
.ts-themify-angle-up:before{content:"\e610"}
.ts-themify-announcement:before{content:"\e611"}
.ts-themify-apple:before{content:"\e612"}
.ts-themify-archive:before{content:"\e613"}
.ts-themify-arrow:before{content:"\e614"}
.ts-themify-arrow-circle-down:before{content:"\e615"}
.ts-themify-arrow-circle-left:before{content:"\e616"}
.ts-themify-arrow-circle-right:before{content:"\e617"}
.ts-themify-arrow-circle-up:before{content:"\e618"}
.ts-themify-arrow-down:before{content:"\e619"}
.ts-themify-arrow-left:before{content:"\e61a"}
.ts-themify-arrow-right:before{content:"\e61b"}
.ts-themify-arrows-corner:before{content:"\e61c"}
.ts-themify-arrows-horizontal:before{content:"\e61d"}
.ts-themify-arrows-vertical:before{content:"\e61e"}
.ts-themify-arrow-top-left:before{content:"\e61f"}
.ts-themify-arrow-top-right:before{content:"\e620"}
.ts-themify-arrow-up:before{content:"\e621"}
.ts-themify-back-left:before{content:"\e622"}
.ts-themify-back-right:before{content:"\e623"}
.ts-themify-bag:before{content:"\e624"}
.ts-themify-bar-chart:before{content:"\e625"}
.ts-themify-bar-chart-alt:before{content:"\e626"}
.ts-themify-basketball:before{content:"\e627"}
.ts-themify-bell:before{content:"\e628"}
.ts-themify-blackboard:before{content:"\e629"}
.ts-themify-bolt:before{content:"\e62a"}
.ts-themify-bolt-alt:before{content:"\e62b"}
.ts-themify-book:before{content:"\e62c"}
.ts-themify-bookmark:before{content:"\e62d"}
.ts-themify-bookmark-alt:before{content:"\e62e"}
.ts-themify-briefcase:before{content:"\e62f"}
.ts-themify-brush:before{content:"\e630"}
.ts-themify-brush-alt:before{content:"\e631"}
.ts-themify-calendar:before{content:"\e632"}
.ts-themify-camera:before{content:"\e633"}
.ts-themify-car:before{content:"\e634"}
.ts-themify-check:before{content:"\e635"}
.ts-themify-check-box:before{content:"\e636"}
.ts-themify-clip:before{content:"\e637"}
.ts-themify-clipboard:before{content:"\e638"}
.ts-themify-close:before{content:"\e639"}
.ts-themify-cloud:before{content:"\e63a"}
.ts-themify-cloud-down:before{content:"\e63b"}
.ts-themify-cloud-up:before{content:"\e63c"}
.ts-themify-comment:before{content:"\e63d"}
.ts-themify-comment-alt:before{content:"\e63e"}
.ts-themify-comments:before{content:"\e63f"}
.ts-themify-comments-smiley:before{content:"\e640"}
.ts-themify-control-backward:before{content:"\e641"}
.ts-themify-control-eject:before{content:"\e642"}
.ts-themify-control-forward:before{content:"\e643"}
.ts-themify-control-pause:before{content:"\e644"}
.ts-themify-control-play:before{content:"\e645"}
.ts-themify-control-record:before{content:"\e646"}
.ts-themify-control-shuffle:before{content:"\e647"}
.ts-themify-control-skip-backward:before{content:"\e648"}
.ts-themify-control-skip-forward:before{content:"\e649"}
.ts-themify-control-stop:before{content:"\e64a"}
.ts-themify-credit-card:before{content:"\e64b"}
.ts-themify-crown:before{content:"\e64c"}
.ts-themify-css3:before{content:"\e64d"}
.ts-themify-cup:before{content:"\e64e"}
.ts-themify-cut:before{content:"\e64f"}
.ts-themify-dashboard:before{content:"\e650"}
.ts-themify-desktop:before{content:"\e651"}
.ts-themify-direction:before{content:"\e652"}
.ts-themify-direction-alt:before{content:"\e653"}
.ts-themify-download:before{content:"\e654"}
.ts-themify-dribbble:before{content:"\e655"}
.ts-themify-dropbox:before{content:"\e656"}
.ts-themify-dropbox-alt:before{content:"\e657"}
.ts-themify-drupal:before{content:"\e658"}
.ts-themify-email:before{content:"\e659"}
.ts-themify-envelope:before{content:"\e65a"}
.ts-themify-eraser:before{content:"\e65b"}
.ts-themify-exchange-vertical:before{content:"\e65c"}
.ts-themify-export:before{content:"\e65d"}
.ts-themify-eye:before{content:"\e65e"}
.ts-themify-facebook:before{content:"\e65f"}
.ts-themify-face-sad:before{content:"\e660"}
.ts-themify-face-smile:before{content:"\e661"}
.ts-themify-file:before{content:"\e662"}
.ts-themify-files:before{content:"\e663"}
.ts-themify-filter:before{content:"\e664"}
.ts-themify-flag:before{content:"\e665"}
.ts-themify-flag-alt:before{content:"\e666"}
.ts-themify-flag-alt-2:before{content:"\e667"}
.ts-themify-flickr:before{content:"\e668"}
.ts-themify-flickr-alt:before{content:"\e669"}
.ts-themify-folder:before{content:"\e66a"}
.ts-themify-fullscreen:before{content:"\e66b"}
.ts-themify-gallery:before{content:"\e66c"}
.ts-themify-game:before{content:"\e66d"}
.ts-themify-gift:before{content:"\e66e"}
.ts-themify-github:before{content:"\e66f"}
.ts-themify-google:before{content:"\e670"}
.ts-themify-hand-drag:before{content:"\e671"}
.ts-themify-hand-open:before{content:"\e672"}
.ts-themify-hand-point-down:before{content:"\e673"}
.ts-themify-hand-point-left:before{content:"\e674"}
.ts-themify-hand-point-right:before{content:"\e675"}
.ts-themify-hand-point-up:before{content:"\e676"}
.ts-themify-hand-stop:before{content:"\e677"}
.ts-themify-harddrive:before{content:"\e678"}
.ts-themify-harddrives:before{content:"\e679"}
.ts-themify-headphone:before{content:"\e67a"}
.ts-themify-headphone-alt:before{content:"\e67b"}
.ts-themify-heart:before{content:"\e67c"}
.ts-themify-heart-broken:before{content:"\e67d"}
.ts-themify-help:before{content:"\e67e"}
.ts-themify-help-alt:before{content:"\e67f"}
.ts-themify-home:before{content:"\e680"}
.ts-themify-html5:before{content:"\e681"}
.ts-themify-hummer:before{content:"\e682"}
.ts-themify-id-badge:before{content:"\e683"}
.ts-themify-image:before{content:"\e684"}
.ts-themify-import:before{content:"\e685"}
.ts-themify-infinite:before{content:"\e686"}
.ts-themify-info:before{content:"\e687"}
.ts-themify-info-alt:before{content:"\e688"}
.ts-themify-ink-pen:before{content:"\e689"}
.ts-themify-instagram:before{content:"\e68a"}
.ts-themify-Italic:before{content:"\e68b"}
.ts-themify-joomla:before{content:"\e68c"}
.ts-themify-jsfiddle:before{content:"\e68d"}
.ts-themify-key:before{content:"\e68e"}
.ts-themify-layers:before{content:"\e68f"}
.ts-themify-layers-alt:before{content:"\e690"}
.ts-themify-layout:before{content:"\e691"}
.ts-themify-layout-accordion-list:before{content:"\e692"}
.ts-themify-layout-accordion-merged:before{content:"\e693"}
.ts-themify-layout-accordion-separated:before{content:"\e694"}
.ts-themify-layout-column2:before{content:"\e695"}
.ts-themify-layout-column2-alt:before{content:"\e696"}
.ts-themify-layout-column3:before{content:"\e697"}
.ts-themify-layout-column3-alt:before{content:"\e698"}
.ts-themify-layout-column4:before{content:"\e699"}
.ts-themify-layout-column4-alt:before{content:"\e69a"}
.ts-themify-layout-cta-btn-left:before{content:"\e69b"}
.ts-themify-layout-cta-btn-right:before{content:"\e69c"}
.ts-themify-layout-cta-center:before{content:"\e69d"}
.ts-themify-layout-cta-left:before{content:"\e69e"}
.ts-themify-layout-cta-right:before{content:"\e69f"}
.ts-themify-layout-grid2:before{content:"\e6a0"}
.ts-themify-layout-grid2-alt:before{content:"\e6a1"}
.ts-themify-layout-grid2-thumb:before{content:"\e6a2"}
.ts-themify-layout-grid3:before{content:"\e6a3"}
.ts-themify-layout-grid3-alt:before{content:"\e6a4"}
.ts-themify-layout-grid4:before{content:"\e6a5"}
.ts-themify-layout-grid4-alt:before{content:"\e6a6"}
.ts-themify-layout-line-solid:before{content:"\e6a7"}
.ts-themify-layout-list-large-image:before{content:"\e6a8"}
.ts-themify-layout-list-post:before{content:"\e6a9"}
.ts-themify-layout-list-thumb:before{content:"\e6aa"}
.ts-themify-layout-list-thumb-alt:before{content:"\e6ab"}
.ts-themify-layout-media-center:before{content:"\e6ac"}
.ts-themify-layout-media-center-alt:before{content:"\e6ad"}
.ts-themify-layout-media-left:before{content:"\e6ae"}
.ts-themify-layout-media-left-alt:before{content:"\e6af"}
.ts-themify-layout-media-overlay:before{content:"\e6b0"}
.ts-themify-layout-media-overlay-alt:before{content:"\e6b1"}
.ts-themify-layout-media-overlay-alt-2:before{content:"\e6b2"}
.ts-themify-layout-media-right:before{content:"\e6b3"}
.ts-themify-layout-media-right-alt:before{content:"\e6b4"}
.ts-themify-layout-menu:before{content:"\e6b5"}
.ts-themify-layout-menu-full:before{content:"\e6b6"}
.ts-themify-layout-menu-separated:before{content:"\e6b7"}
.ts-themify-layout-menu-v:before{content:"\e6b8"}
.ts-themify-layout-placeholder:before{content:"\e6b9"}
.ts-themify-layout-sidebar-2:before{content:"\e6ba"}
.ts-themify-layout-sidebar-left:before{content:"\e6bb"}
.ts-themify-layout-sidebar-none:before{content:"\e6bc"}
.ts-themify-layout-sidebar-right:before{content:"\e6bd"}
.ts-themify-layout-slider:before{content:"\e6be"}
.ts-themify-layout-slider-alt:before{content:"\e6bf"}
.ts-themify-layout-tab:before{content:"\e6c0"}
.ts-themify-layout-tab-min:before{content:"\e6c1"}
.ts-themify-layout-tab-v:before{content:"\e6c2"}
.ts-themify-layout-tab-window:before{content:"\e6c3"}
.ts-themify-layout-width-default:before{content:"\e6c4"}
.ts-themify-layout-width-default-alt:before{content:"\e6c5"}
.ts-themify-layout-width-full:before{content:"\e6c6"}
.ts-themify-light-bulb:before{content:"\e6c7"}
.ts-themify-line-dashed:before{content:"\e6c8"}
.ts-themify-line-dotted:before{content:"\e6c9"}
.ts-themify-line-double:before{content:"\e6ca"}
.ts-themify-link:before{content:"\e6cb"}
.ts-themify-linkedin:before{content:"\e6cc"}
.ts-themify-linux:before{content:"\e6cd"}
.ts-themify-list:before{content:"\e6ce"}
.ts-themify-list-ol:before{content:"\e6cf"}
.ts-themify-location-arrow:before{content:"\e6d0"}
.ts-themify-location-pin:before{content:"\e6d1"}
.ts-themify-lock:before{content:"\e6d2"}
.ts-themify-loop:before{content:"\e6d3"}
.ts-themify-magnet:before{content:"\e6d4"}
.ts-themify-map:before{content:"\e6d5"}
.ts-themify-map-alt:before{content:"\e6d6"}
.ts-themify-marker:before{content:"\e6d7"}
.ts-themify-marker-alt:before{content:"\e6d8"}
.ts-themify-medall:before{content:"\e6d9"}
.ts-themify-medall-alt:before{content:"\e6da"}
.ts-themify-menu:before{content:"\e6db"}
.ts-themify-menu-alt:before{content:"\e6dc"}
.ts-themify-microphone:before{content:"\e6dd"}
.ts-themify-microphone-alt:before{content:"\e6de"}
.ts-themify-microsoft:before{content:"\e6df"}
.ts-themify-microsoft-alt:before{content:"\e6e0"}
.ts-themify-minus:before{content:"\e6e1"}
.ts-themify-mobile:before{content:"\e6e2"}
.ts-themify-money:before{content:"\e6e3"}
.ts-themify-more:before{content:"\e6e4"}
.ts-themify-more-alt:before{content:"\e6e5"}
.ts-themify-mouse:before{content:"\e6e6"}
.ts-themify-mouse-alt:before{content:"\e6e7"}
.ts-themify-music:before{content:"\e6e8"}
.ts-themify-music-alt:before{content:"\e6e9"}
.ts-themify-na:before{content:"\e6ea"}
.ts-themify-new-window:before{content:"\e6eb"}
.ts-themify-notepad:before{content:"\e6ec"}
.ts-themify-package:before{content:"\e6ed"}
.ts-themify-paint-bucket:before{content:"\e6ee"}
.ts-themify-paint-roller:before{content:"\e6ef"}
.ts-themify-palette:before{content:"\e6f0"}
.ts-themify-panel:before{content:"\e6f1"}
.ts-themify-paragraph:before{content:"\e6f2"}
.ts-themify-pencil:before{content:"\e6f3"}
.ts-themify-pencil-alt:before{content:"\e6f4"}
.ts-themify-pencil-alt2:before{content:"\e6f5"}
.ts-themify-pie-chart:before{content:"\e6f6"}
.ts-themify-pin:before{content:"\e6f7"}
.ts-themify-pin2:before{content:"\e6f8"}
.ts-themify-pin-alt:before{content:"\e6f9"}
.ts-themify-pinterest:before{content:"\e6fa"}
.ts-themify-pinterest-alt:before{content:"\e6fb"}
.ts-themify-plug:before{content:"\e6fc"}
.ts-themify-plus:before{content:"\e6fd"}
.ts-themify-power-off:before{content:"\e6fe"}
.ts-themify-printer:before{content:"\e6ff"}
.ts-themify-pulse:before{content:"\e700"}
.ts-themify-quote-left:before{content:"\e701"}
.ts-themify-quote-right:before{content:"\e702"}
.ts-themify-receipt:before{content:"\e703"}
.ts-themify-reddit:before{content:"\e704"}
.ts-themify-reload:before{content:"\e705"}
.ts-themify-rocket:before{content:"\e706"}
.ts-themify-rss:before{content:"\e707"}
.ts-themify-rss-alt:before{content:"\e708"}
.ts-themify-ruler:before{content:"\e709"}
.ts-themify-ruler-alt:before{content:"\e70a"}
.ts-themify-ruler-alt-2:before{content:"\e70b"}
.ts-themify-ruler-pencil:before{content:"\e70c"}
.ts-themify-save:before{content:"\e70d"}
.ts-themify-save-alt:before{content:"\e70e"}
.ts-themify-search:before{content:"\e70f"}
.ts-themify-server:before{content:"\e710"}
.ts-themify-settings:before{content:"\e711"}
.ts-themify-share:before{content:"\e712"}
.ts-themify-share-alt:before{content:"\e713"}
.ts-themify-sharethis:before{content:"\e714"}
.ts-themify-sharethis-alt:before{content:"\e715"}
.ts-themify-shield:before{content:"\e716"}
.ts-themify-shift-left:before{content:"\e717"}
.ts-themify-shift-left-alt:before{content:"\e718"}
.ts-themify-shift-right:before{content:"\e719"}
.ts-themify-shift-right-alt:before{content:"\e71a"}
.ts-themify-shine:before{content:"\e71b"}
.ts-themify-shopping-cart:before{content:"\e71c"}
.ts-themify-shopping-cart-full:before{content:"\e71d"}
.ts-themify-shortcode:before{content:"\e71e"}
.ts-themify-signal:before{content:"\e71f"}
.ts-themify-skype:before{content:"\e720"}
.ts-themify-slice:before{content:"\e721"}
.ts-themify-smallcap:before{content:"\e722"}
.ts-themify-soundcloud:before{content:"\e723"}
.ts-themify-split-h:before{content:"\e724"}
.ts-themify-split-v:before{content:"\e725"}
.ts-themify-split-v-alt:before{content:"\e726"}
.ts-themify-spray:before{content:"\e727"}
.ts-themify-stack-overflow:before{content:"\e728"}
.ts-themify-stamp:before{content:"\e729"}
.ts-themify-star:before{content:"\e72a"}
.ts-themify-stats-down:before{content:"\e72b"}
.ts-themify-stats-up:before{content:"\e72c"}
.ts-themify-support:before{content:"\e72d"}
.ts-themify-tablet:before{content:"\e72e"}
.ts-themify-tag:before{content:"\e72f"}
.ts-themify-target:before{content:"\e730"}
.ts-themify-text:before{content:"\e731"}
.ts-themify-themify-favicon:before{content:"\e732"}
.ts-themify-themify-favicon-alt:before{content:"\e733"}
.ts-themify-themify-logo:before{content:"\e734"}
.ts-themify-thought:before{content:"\e735"}
.ts-themify-thumb-down:before{content:"\e736"}
.ts-themify-thumb-up:before{content:"\e737"}
.ts-themify-ticket:before{content:"\e738"}
.ts-themify-time:before{content:"\e739"}
.ts-themify-timer:before{content:"\e73a"}
.ts-themify-trash:before{content:"\e73b"}
.ts-themify-trello:before{content:"\e73c"}
.ts-themify-truck:before{content:"\e73d"}
.ts-themify-tumblr:before{content:"\e73e"}
.ts-themify-tumblr-alt:before{content:"\e73f"}
.ts-themify-twitter:before{content:"\e740"}
.ts-themify-twitter-alt:before{content:"\e741"}
.ts-themify-underline:before{content:"\e742"}
.ts-themify-unlink:before{content:"\e743"}
.ts-themify-unlock:before{content:"\e744"}
.ts-themify-upload:before{content:"\e745"}
.ts-themify-uppercase:before{content:"\e746"}
.ts-themify-user:before{content:"\e747"}
.ts-themify-vector:before{content:"\e748"}
.ts-themify-video-camera:before{content:"\e749"}
.ts-themify-video-clapper:before{content:"\e74a"}
.ts-themify-view-grid:before{content:"\e74b"}
.ts-themify-view-list:before{content:"\e74c"}
.ts-themify-view-list-alt:before{content:"\e74d"}
.ts-themify-vimeo:before{content:"\e74e"}
.ts-themify-vimeo-alt:before{content:"\e74f"}
.ts-themify-volume:before{content:"\e750"}
.ts-themify-wallet:before{content:"\e751"}
.ts-themify-wand:before{content:"\e752"}
.ts-themify-wheelchair:before{content:"\e753"}
.ts-themify-widget:before{content:"\e754"}
.ts-themify-widget-alt:before{content:"\e755"}
.ts-themify-widgetized:before{content:"\e756"}
.ts-themify-window:before{content:"\e757"}
.ts-themify-wordpress:before{content:"\e758"}
.ts-themify-world:before{content:"\e759"}
.ts-themify-write:before{content:"\e75a"}
.ts-themify-yahoo:before{content:"\e75b"}
.ts-themify-youtube:before{content:"\e75c"}
.ts-themify-zip:before{content:"\e75d"}
.ts-themify-zoom-in:before{content:"\e75e"}
.ts-themify-zoom-out:before{content:"\e75f"}
@font-face{font-family:vc_entypo;src:url(//www.2kprinting.com/wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.eot);src:url(//www.2kprinting.com/wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.eot?#iefix) format('embedded-opentype'),url(//www.2kprinting.com/wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.woff) format('woff'),url(//www.2kprinting.com/wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.ttf) format('truetype'),url(//www.2kprinting.com/wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.svg#vc_entypo) format('svg');font-weight:400;font-style:normal}[class*=" entypo-icon-"]:before,[class^=entypo-icon-]:before{font-family:vc_entypo;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:0;text-align:center;font-variant:normal;text-transform:none;line-height:inherit;margin-left:0}.entypo-icon-note:before{content:"\266a"}.entypo-icon-note-beamed:before{content:"\266b"}.entypo-icon-music:before{content:"🎵"}.entypo-icon-search:before{content:"🔍"}.entypo-icon-flashlight:before{content:"🔦"}.entypo-icon-mail:before{content:"\2709"}.entypo-icon-heart:before{content:"\2665"}.entypo-icon-heart-empty:before{content:"\2661"}.entypo-icon-star:before{content:"\2605"}.entypo-icon-star-empty:before{content:"\2606"}.entypo-icon-user:before{content:"👤"}.entypo-icon-users:before{content:"👥"}.entypo-icon-user-add:before{content:"\e700"}.entypo-icon-video:before{content:"🎬"}.entypo-icon-picture:before{content:"🌄"}.entypo-icon-camera:before{content:"📷"}.entypo-icon-layout:before{content:"\268f"}.entypo-icon-menu:before{content:"\2630"}.entypo-icon-check:before{content:"\2713"}.entypo-icon-cancel:before{content:"\2715"}.entypo-icon-cancel-circled:before{content:"\2716"}.entypo-icon-cancel-squared:before{content:"\274e"}.entypo-icon-plus:before{content:"\2b"}.entypo-icon-plus-circled:before{content:"\2795"}.entypo-icon-plus-squared:before{content:"\229e"}.entypo-icon-minus:before{content:"\2d"}.entypo-icon-minus-circled:before{content:"\2796"}.entypo-icon-minus-squared:before{content:"\229f"}.entypo-icon-help:before{content:"\2753"}.entypo-icon-help-circled:before{content:"\e704"}.entypo-icon-info:before{content:"\2139"}.entypo-icon-info-circled:before{content:"\e705"}.entypo-icon-back:before{content:"🔙"}.entypo-icon-home:before{content:"\2302"}.entypo-icon-link:before{content:"🔗"}.entypo-icon-attach:before{content:"📎"}.entypo-icon-lock:before{content:"🔒"}.entypo-icon-lock-open:before{content:"🔓"}.entypo-icon-eye:before{content:"\e70a"}.entypo-icon-tag:before{content:"\e70c"}.entypo-icon-bookmark:before{content:"🔖"}.entypo-icon-bookmarks:before{content:"📑"}.entypo-icon-flag:before{content:"\2691"}.entypo-icon-thumbs-up:before{content:"👍"}.entypo-icon-thumbs-down:before{content:"👎"}.entypo-icon-download:before{content:"📥"}.entypo-icon-upload:before{content:"📤"}.entypo-icon-upload-cloud:before{content:"\e711"}.entypo-icon-reply:before{content:"\e712"}.entypo-icon-reply-all:before{content:"\e713"}.entypo-icon-forward:before{content:"\27a6"}.entypo-icon-quote:before{content:"\275e"}.entypo-icon-code:before{content:"\e714"}.entypo-icon-export:before{content:"\e715"}.entypo-icon-pencil:before{content:"\270e"}.entypo-icon-feather:before{content:"\2712"}.entypo-icon-print:before{content:"\e716"}.entypo-icon-retweet:before{content:"\e717"}.entypo-icon-keyboard:before{content:"\2328"}.entypo-icon-comment:before{content:"\e718"}.entypo-icon-chat:before{content:"\e720"}.entypo-icon-bell:before{content:"🔔"}.entypo-icon-attention:before{content:"\26a0"}.entypo-icon-alert:before{content:"💥"}.entypo-icon-vcard:before{content:"\e722"}.entypo-icon-address:before{content:"\e723"}.entypo-icon-location:before{content:"\e724"}.entypo-icon-map:before{content:"\e727"}.entypo-icon-direction:before{content:"\27a2"}.entypo-icon-compass:before{content:"\e728"}.entypo-icon-cup:before{content:"\2615"}.entypo-icon-trash:before{content:"\e729"}.entypo-icon-doc:before{content:"\e730"}.entypo-icon-docs:before{content:"\e736"}.entypo-icon-doc-landscape:before{content:"\e737"}.entypo-icon-doc-text:before{content:"📄"}.entypo-icon-doc-text-inv:before{content:"\e731"}.entypo-icon-newspaper:before{content:"📰"}.entypo-icon-book-open:before{content:"📖"}.entypo-icon-book:before{content:"📕"}.entypo-icon-folder:before{content:"📁"}.entypo-icon-archive:before{content:"\e738"}.entypo-icon-box:before{content:"📦"}.entypo-icon-rss:before{content:"\e73a"}.entypo-icon-phone:before{content:"📞"}.entypo-icon-cog:before{content:"\2699"}.entypo-icon-tools:before{content:"\2692"}.entypo-icon-share:before{content:"\e73c"}.entypo-icon-shareable:before{content:"\e73e"}.entypo-icon-basket:before{content:"\e73d"}.entypo-icon-bag:before{content:"👜"}.entypo-icon-calendar:before{content:"📅"}.entypo-icon-login:before{content:"\e740"}.entypo-icon-logout:before{content:"\e741"}.entypo-icon-mic:before{content:"🎤"}.entypo-icon-mute:before{content:"🔇"}.entypo-icon-sound:before{content:"🔊"}.entypo-icon-volume:before{content:"\e742"}.entypo-icon-clock:before{content:"🕔"}.entypo-icon-hourglass:before{content:"\23f3"}.entypo-icon-lamp:before{content:"💡"}.entypo-icon-light-down:before{content:"🔅"}.entypo-icon-light-up:before{content:"🔆"}.entypo-icon-adjust:before{content:"\25d1"}.entypo-icon-block:before{content:"🚫"}.entypo-icon-resize-full:before{content:"\e744"}.entypo-icon-resize-small:before{content:"\e746"}.entypo-icon-popup:before{content:"\e74c"}.entypo-icon-publish:before{content:"\e74d"}.entypo-icon-window:before{content:"\e74e"}.entypo-icon-arrow-combo:before{content:"\e74f"}.entypo-icon-down-circled:before{content:"\e758"}.entypo-icon-left-circled:before{content:"\e759"}.entypo-icon-right-circled:before{content:"\e75a"}.entypo-icon-up-circled:before{content:"\e75b"}.entypo-icon-down-open:before{content:"\e75c"}.entypo-icon-left-open:before{content:"\e75d"}.entypo-icon-right-open:before{content:"\e75e"}.entypo-icon-up-open:before{content:"\e75f"}.entypo-icon-down-open-mini:before{content:"\e760"}.entypo-icon-left-open-mini:before{content:"\e761"}.entypo-icon-right-open-mini:before{content:"\e762"}.entypo-icon-up-open-mini:before{content:"\e763"}.entypo-icon-down-open-big:before{content:"\e764"}.entypo-icon-left-open-big:before{content:"\e765"}.entypo-icon-right-open-big:before{content:"\e766"}.entypo-icon-up-open-big:before{content:"\e767"}.entypo-icon-down:before{content:"\2b07"}.entypo-icon-left:before{content:"\2b05"}.entypo-icon-right:before{content:"\27a1"}.entypo-icon-up:before{content:"\2b06"}.entypo-icon-down-dir:before{content:"\25be"}.entypo-icon-left-dir:before{content:"\25c2"}.entypo-icon-right-dir:before{content:"\25b8"}.entypo-icon-up-dir:before{content:"\25b4"}.entypo-icon-down-bold:before{content:"\e4b0"}.entypo-icon-left-bold:before{content:"\e4ad"}.entypo-icon-right-bold:before{content:"\e4ae"}.entypo-icon-up-bold:before{content:"\e4af"}.entypo-icon-down-thin:before{content:"\2193"}.entypo-icon-left-thin:before{content:"\2190"}.entypo-icon-right-thin:before{content:"\2192"}.entypo-icon-up-thin:before{content:"\2191"}.entypo-icon-ccw:before{content:"\27f2"}.entypo-icon-cw:before{content:"\27f3"}.entypo-icon-arrows-ccw:before{content:"🔄"}.entypo-icon-level-down:before{content:"\21b3"}.entypo-icon-level-up:before{content:"\21b0"}.entypo-icon-shuffle:before{content:"🔀"}.entypo-icon-loop:before{content:"🔁"}.entypo-icon-switch:before{content:"\21c6"}.entypo-icon-play:before{content:"\25b6"}.entypo-icon-stop:before{content:"\25a0"}.entypo-icon-pause:before{content:"\2389"}.entypo-icon-record:before{content:"\26ab"}.entypo-icon-to-end:before{content:"\23ed"}.entypo-icon-to-start:before{content:"\23ee"}.entypo-icon-fast-forward:before{content:"\23e9"}.entypo-icon-fast-backward:before{content:"\23ea"}.entypo-icon-progress-0:before{content:"\e768"}.entypo-icon-progress-1:before{content:"\e769"}.entypo-icon-progress-2:before{content:"\e76a"}.entypo-icon-progress-3:before{content:"\e76b"}.entypo-icon-target:before{content:"🎯"}.entypo-icon-palette:before{content:"🎨"}.entypo-icon-list:before{content:"\e005"}.entypo-icon-list-add:before{content:"\e003"}.entypo-icon-signal:before{content:"📶"}.entypo-icon-trophy:before{content:"🏆"}.entypo-icon-battery:before{content:"🔋"}.entypo-icon-back-in-time:before{content:"\e771"}.entypo-icon-monitor:before{content:"💻"}.entypo-icon-mobile:before{content:"📱"}.entypo-icon-network:before{content:"\e776"}.entypo-icon-cd:before{content:"💿"}.entypo-icon-inbox:before{content:"\e777"}.entypo-icon-install:before{content:"\e778"}.entypo-icon-globe:before{content:"🌎"}.entypo-icon-cloud:before{content:"\2601"}.entypo-icon-cloud-thunder:before{content:"\26c8"}.entypo-icon-flash:before{content:"\26a1"}.entypo-icon-moon:before{content:"\263d"}.entypo-icon-flight:before{content:"\2708"}.entypo-icon-paper-plane:before{content:"\e79b"}.entypo-icon-leaf:before{content:"🍂"}.entypo-icon-lifebuoy:before{content:"\e788"}.entypo-icon-mouse:before{content:"\e789"}.entypo-icon-briefcase:before{content:"💼"}.entypo-icon-suitcase:before{content:"\e78e"}.entypo-icon-dot:before{content:"\e78b"}.entypo-icon-dot-2:before{content:"\e78c"}.entypo-icon-dot-3:before{content:"\e78d"}.entypo-icon-brush:before{content:"\e79a"}.entypo-icon-magnet:before{content:"\e7a1"}.entypo-icon-infinity:before{content:"\221e"}.entypo-icon-erase:before{content:"\232b"}.entypo-icon-chart-pie:before{content:"\e751"}.entypo-icon-chart-line:before{content:"📈"}.entypo-icon-chart-bar:before{content:"📊"}.entypo-icon-chart-area:before{content:"🔾"}.entypo-icon-tape:before{content:"\2707"}.entypo-icon-graduation-cap:before{content:"🎓"}.entypo-icon-language:before{content:"\e752"}.entypo-icon-ticket:before{content:"🎫"}.entypo-icon-water:before{content:"💦"}.entypo-icon-droplet:before{content:"💧"}.entypo-icon-air:before{content:"\e753"}.entypo-icon-credit-card:before{content:"💳"}.entypo-icon-floppy:before{content:"💾"}.entypo-icon-clipboard:before{content:"📋"}.entypo-icon-megaphone:before{content:"📣"}.entypo-icon-database:before{content:"\e754"}.entypo-icon-drive:before{content:"\e755"}.entypo-icon-bucket:before{content:"\e756"}.entypo-icon-thermometer:before{content:"\e757"}.entypo-icon-key:before{content:"🔑"}.entypo-icon-flow-cascade:before{content:"\e790"}.entypo-icon-flow-branch:before{content:"\e791"}.entypo-icon-flow-tree:before{content:"\e792"}.entypo-icon-flow-line:before{content:"\e793"}.entypo-icon-flow-parallel:before{content:"\e794"}.entypo-icon-rocket:before{content:"🚀"}.entypo-icon-gauge:before{content:"\e7a2"}.entypo-icon-traffic-cone:before{content:"\e7a3"}.entypo-icon-cc:before{content:"\e7a5"}.entypo-icon-cc-by:before{content:"\e7a6"}.entypo-icon-cc-nc:before{content:"\e7a7"}.entypo-icon-cc-nc-eu:before{content:"\e7a8"}.entypo-icon-cc-nc-jp:before{content:"\e7a9"}.entypo-icon-cc-sa:before{content:"\e7aa"}.entypo-icon-cc-nd:before{content:"\e7ab"}.entypo-icon-cc-pd:before{content:"\e7ac"}.entypo-icon-cc-zero:before{content:"\e7ad"}.entypo-icon-cc-share:before{content:"\e7ae"}.entypo-icon-cc-remix:before{content:"\e7af"}.entypo-icon-github:before{content:"\f300"}.entypo-icon-github-circled:before{content:"\f301"}.entypo-icon-flickr:before{content:"\f303"}.entypo-icon-flickr-circled:before{content:"\f304"}.entypo-icon-vimeo:before{content:"\f306"}.entypo-icon-vimeo-circled:before{content:"\f307"}.entypo-icon-twitter:before{content:"\f309"}.entypo-icon-twitter-circled:before{content:"\f30a"}.entypo-icon-facebook:before{content:"\f30c"}.entypo-icon-facebook-circled:before{content:"\f30d"}.entypo-icon-facebook-squared:before{content:"\f30e"}.entypo-icon-gplus:before{content:"\f30f"}.entypo-icon-gplus-circled:before{content:"\f310"}.entypo-icon-pinterest:before{content:"\f312"}.entypo-icon-pinterest-circled:before{content:"\f313"}.entypo-icon-tumblr:before{content:"\f315"}.entypo-icon-tumblr-circled:before{content:"\f316"}.entypo-icon-linkedin:before{content:"\f318"}.entypo-icon-linkedin-circled:before{content:"\f319"}.entypo-icon-dribbble:before{content:"\f31b"}.entypo-icon-dribbble-circled:before{content:"\f31c"}.entypo-icon-stumbleupon:before{content:"\f31e"}.entypo-icon-stumbleupon-circled:before{content:"\f31f"}.entypo-icon-lastfm:before{content:"\f321"}.entypo-icon-lastfm-circled:before{content:"\f322"}.entypo-icon-rdio:before{content:"\f324"}.entypo-icon-rdio-circled:before{content:"\f325"}.entypo-icon-spotify:before{content:"\f327"}.entypo-icon-spotify-circled:before{content:"\f328"}.entypo-icon-qq:before{content:"\f32a"}.entypo-icon-instagrem:before{content:"\f32d"}.entypo-icon-dropbox:before{content:"\f330"}.entypo-icon-evernote:before{content:"\f333"}.entypo-icon-flattr:before{content:"\f336"}.entypo-icon-skype:before{content:"\f339"}.entypo-icon-skype-circled:before{content:"\f33a"}.entypo-icon-renren:before{content:"\f33c"}.entypo-icon-sina-weibo:before{content:"\f33f"}.entypo-icon-paypal:before{content:"\f342"}.entypo-icon-picasa:before{content:"\f345"}.entypo-icon-soundcloud:before{content:"\f348"}.entypo-icon-mixi:before{content:"\f34b"}.entypo-icon-behance:before{content:"\f34e"}.entypo-icon-google-circles:before{content:"\f351"}.entypo-icon-vkontakte:before{content:"\f354"}.entypo-icon-smashing:before{content:"\f357"}.entypo-icon-sweden:before{content:"\f601"}.entypo-icon-db-shape:before{content:"\f600"}.entypo-icon-logo-db:before{content:"\f603"}@font-face{font-family:vc_linecons;src:url(//www.2kprinting.com/wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.eot?54101537);src:url(//www.2kprinting.com/wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.eot?54101537#iefix) format('embedded-opentype'),url(//www.2kprinting.com/wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.woff?54101537) format('woff'),url(//www.2kprinting.com/wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.ttf?54101537) format('truetype'),url(//www.2kprinting.com/wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.svg?54101537#vc_openiconic) format('svg');font-weight:400;font-style:normal}[class*=" vc_li-"]:before,[class^=vc_li-]:before{font-family:vc_linecons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:0;text-align:center;font-variant:normal;text-transform:none;line-height:inherit;margin-left:0}.vc_li-heart:before{content:"\e000"}.vc_li-cloud:before{content:"\e001"}.vc_li-star:before{content:"\e002"}.vc_li-tv:before{content:"\e003"}.vc_li-sound:before{content:"\e004"}.vc_li-video:before{content:"\e005"}.vc_li-trash:before{content:"\e006"}.vc_li-user:before{content:"\e007"}.vc_li-key:before{content:"\e008"}.vc_li-search:before{content:"\e009"}.vc_li-settings:before{content:"\e00a"}.vc_li-camera:before{content:"\e00b"}.vc_li-tag:before{content:"\e00c"}.vc_li-lock:before{content:"\e00d"}.vc_li-bulb:before{content:"\e00e"}.vc_li-pen:before{content:"\e00f"}.vc_li-diamond:before{content:"\e010"}.vc_li-display:before{content:"\e011"}.vc_li-location:before{content:"\e012"}.vc_li-eye:before{content:"\e013"}.vc_li-bubble:before{content:"\e014"}.vc_li-stack:before{content:"\e015"}.vc_li-cup:before{content:"\e016"}.vc_li-phone:before{content:"\e017"}.vc_li-news:before{content:"\e018"}.vc_li-mail:before{content:"\e019"}.vc_li-like:before{content:"\e01a"}.vc_li-photo:before{content:"\e01b"}.vc_li-note:before{content:"\e01c"}.vc_li-clock:before{content:"\e01d"}.vc_li-paperplane:before{content:"\e01e"}.vc_li-params:before{content:"\e01f"}.vc_li-banknote:before{content:"\e020"}.vc_li-data:before{content:"\e021"}.vc_li-music:before{content:"\e022"}.vc_li-megaphone:before{content:"\e023"}.vc_li-study:before{content:"\e024"}.vc_li-lab:before{content:"\e025"}.vc_li-food:before{content:"\e026"}.vc_li-t-shirt:before{content:"\e027"}.vc_li-fire:before{content:"\e028"}.vc_li-clip:before{content:"\e029"}.vc_li-shop:before{content:"\e02a"}.vc_li-calendar:before{content:"\e02b"}.vc_li-vallet:before{content:"\e02c"}.vc_li-vynil:before{content:"\e02d"}.vc_li-truck:before{content:"\e02e"}.vc_li-world:before{content:"\e02f"}@font-face{font-family:vc_openiconic;src:url(//www.2kprinting.com/wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.eot?54101537);src:url(//www.2kprinting.com/wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.eot?54101537#iefix) format('embedded-opentype'),url(//www.2kprinting.com/wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.woff?54101537) format('woff'),url(//www.2kprinting.com/wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.ttf?54101537) format('truetype'),url(//www.2kprinting.com/wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.svg?54101537#vc_openiconic) format('svg');font-weight:400;font-style:normal}[class*=" vc-oi-"]:before,[class^=vc-oi-]:before{font-family:vc_openiconic;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:0;text-align:center;font-variant:normal;text-transform:none;line-height:inherit;margin-left:0}.vc-oi-dial:before{content:'\e800'}.vc-oi-pilcrow:before{content:'\e801'}.vc-oi-at:before{content:'\e802'}.vc-oi-hash:before{content:'\e803'}.vc-oi-key-inv:before{content:'\e804'}.vc-oi-key:before{content:'\e805'}.vc-oi-chart-pie-alt:before{content:'\e806'}.vc-oi-chart-pie:before{content:'\e807'}.vc-oi-chart-bar:before{content:'\e808'}.vc-oi-umbrella:before{content:'\e809'}.vc-oi-moon-inv:before{content:'\e80a'}.vc-oi-mobile:before{content:'\e80b'}.vc-oi-cd:before{content:'\e80c'}.vc-oi-split:before{content:'\e80d'}.vc-oi-exchange:before{content:'\e80e'}.vc-oi-block:before{content:'\e80f'}.vc-oi-resize-full:before{content:'\e810'}.vc-oi-article-alt:before{content:'\e811'}.vc-oi-article:before{content:'\e812'}.vc-oi-pencil-alt:before{content:'\e813'}.vc-oi-undo:before{content:'\e814'}.vc-oi-attach:before{content:'\e815'}.vc-oi-link:before{content:'\e816'}.vc-oi-search:before{content:'\e817'}.vc-oi-mail:before{content:'\e818'}.vc-oi-heart:before{content:'\e819'}.vc-oi-comment:before{content:'\e81a'}.vc-oi-resize-full-alt:before{content:'\e81b'}.vc-oi-lock:before{content:'\e81c'}.vc-oi-book-open:before{content:'\e81d'}.vc-oi-arrow-curved:before{content:'\e81e'}.vc-oi-equalizer:before{content:'\e81f'}.vc-oi-heart-empty:before{content:'\e820'}.vc-oi-lock-empty:before{content:'\e821'}.vc-oi-comment-inv:before{content:'\e822'}.vc-oi-folder:before{content:'\e823'}.vc-oi-resize-small:before{content:'\e824'}.vc-oi-play:before{content:'\e825'}.vc-oi-cursor:before{content:'\e826'}.vc-oi-aperture:before{content:'\e827'}.vc-oi-play-circle2:before{content:'\e828'}.vc-oi-resize-small-alt:before{content:'\e829'}.vc-oi-folder-empty:before{content:'\e82a'}.vc-oi-comment-alt:before{content:'\e82b'}.vc-oi-lock-open:before{content:'\e82c'}.vc-oi-star:before{content:'\e82d'}.vc-oi-user:before{content:'\e82e'}.vc-oi-lock-open-empty:before{content:'\e82f'}.vc-oi-box:before{content:'\e830'}.vc-oi-resize-vertical:before{content:'\e831'}.vc-oi-stop:before{content:'\e832'}.vc-oi-aperture-alt:before{content:'\e833'}.vc-oi-book:before{content:'\e834'}.vc-oi-steering-wheel:before{content:'\e835'}.vc-oi-pause:before{content:'\e836'}.vc-oi-to-start:before{content:'\e837'}.vc-oi-move:before{content:'\e838'}.vc-oi-resize-horizontal:before{content:'\e839'}.vc-oi-rss-alt:before{content:'\e83a'}.vc-oi-comment-alt2:before{content:'\e83b'}.vc-oi-rss:before{content:'\e83c'}.vc-oi-comment-inv-alt:before{content:'\e83d'}.vc-oi-comment-inv-alt2:before{content:'\e83e'}.vc-oi-eye:before{content:'\e83f'}.vc-oi-pin:before{content:'\e840'}.vc-oi-video:before{content:'\e841'}.vc-oi-picture:before{content:'\e842'}.vc-oi-camera:before{content:'\e843'}.vc-oi-tag:before{content:'\e844'}.vc-oi-chat:before{content:'\e845'}.vc-oi-cog:before{content:'\e846'}.vc-oi-popup:before{content:'\e847'}.vc-oi-to-end:before{content:'\e848'}.vc-oi-book-alt:before{content:'\e849'}.vc-oi-brush:before{content:'\e84a'}.vc-oi-eject:before{content:'\e84b'}.vc-oi-down:before{content:'\e84c'}.vc-oi-wrench:before{content:'\e84d'}.vc-oi-chat-inv:before{content:'\e84e'}.vc-oi-tag-empty:before{content:'\e84f'}.vc-oi-ok:before{content:'\e850'}.vc-oi-ok-circle:before{content:'\e851'}.vc-oi-download:before{content:'\e852'}.vc-oi-location:before{content:'\e853'}.vc-oi-share:before{content:'\e854'}.vc-oi-left:before{content:'\e855'}.vc-oi-target:before{content:'\e856'}.vc-oi-brush-alt:before{content:'\e857'}.vc-oi-cancel:before{content:'\e858'}.vc-oi-upload:before{content:'\e859'}.vc-oi-location-inv:before{content:'\e85a'}.vc-oi-calendar:before{content:'\e85b'}.vc-oi-right:before{content:'\e85c'}.vc-oi-signal:before{content:'\e85d'}.vc-oi-eyedropper:before{content:'\e85e'}.vc-oi-layers:before{content:'\e85f'}.vc-oi-award:before{content:'\e860'}.vc-oi-up:before{content:'\e861'}.vc-oi-calendar-inv:before{content:'\e862'}.vc-oi-location-alt:before{content:'\e863'}.vc-oi-download-cloud:before{content:'\e864'}.vc-oi-cancel-circle:before{content:'\e865'}.vc-oi-plus:before{content:'\e866'}.vc-oi-upload-cloud:before{content:'\e867'}.vc-oi-compass:before{content:'\e868'}.vc-oi-calendar-alt:before{content:'\e869'}.vc-oi-down-circle:before{content:'\e86a'}.vc-oi-award-empty:before{content:'\e86b'}.vc-oi-layers-alt:before{content:'\e86c'}.vc-oi-sun:before{content:'\e86d'}.vc-oi-list:before{content:'\e86e'}.vc-oi-left-circle:before{content:'\e86f'}.vc-oi-mic:before{content:'\e870'}.vc-oi-trash:before{content:'\e871'}.vc-oi-quote-left:before{content:'\e872'}.vc-oi-plus-circle:before{content:'\e873'}.vc-oi-minus:before{content:'\e874'}.vc-oi-quote-right:before{content:'\e875'}.vc-oi-trash-empty:before{content:'\e876'}.vc-oi-volume-off:before{content:'\e877'}.vc-oi-right-circle:before{content:'\e878'}.vc-oi-list-nested:before{content:'\e879'}.vc-oi-sun-inv:before{content:'\e87a'}.vc-oi-bat-empty:before{content:'\e87b'}.vc-oi-up-circle:before{content:'\e87c'}.vc-oi-volume-up:before{content:'\e87d'}.vc-oi-doc:before{content:'\e87e'}.vc-oi-quote-left-alt:before{content:'\e87f'}.vc-oi-minus-circle:before{content:'\e880'}.vc-oi-cloud:before{content:'\e881'}.vc-oi-rain:before{content:'\e882'}.vc-oi-bat-half:before{content:'\e883'}.vc-oi-cw:before{content:'\e884'}.vc-oi-headphones:before{content:'\e885'}.vc-oi-doc-inv:before{content:'\e886'}.vc-oi-quote-right-alt:before{content:'\e887'}.vc-oi-help:before{content:'\e888'}.vc-oi-info:before{content:'\e889'}.vc-oi-pencil:before{content:'\e88a'}.vc-oi-doc-alt:before{content:'\e88b'}.vc-oi-clock:before{content:'\e88c'}.vc-oi-loop:before{content:'\e88d'}.vc-oi-bat-full:before{content:'\e88e'}.vc-oi-flash:before{content:'\e88f'}.vc-oi-moon:before{content:'\e890'}.vc-oi-bat-charge:before{content:'\e891'}.vc-oi-loop-alt:before{content:'\e892'}.vc-oi-lamp:before{content:'\e893'}.vc-oi-doc-inv-alt:before{content:'\e894'}.vc-oi-pencil-neg:before{content:'\e895'}.vc-oi-home:before{content:'\e896'}
@font-face{font-family:typicons;font-weight:400;font-style:normal;src:url(//www.2kprinting.com/wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.eot);src:url(//www.2kprinting.com/wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.eot?#iefix) format('embedded-opentype'),url(//www.2kprinting.com/wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.woff) format('woff'),url(//www.2kprinting.com/wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.ttf) format('truetype'),url(//www.2kprinting.com/wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.svg#typicons) format('svg')}.typcn:before{font-family:typicons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;height:1em;font-size:1em;text-align:center;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility}.typcn-adjust-brightness:before{content:'\e000'}.typcn-adjust-contrast:before{content:'\e001'}.typcn-anchor-outline:before{content:'\e002'}.typcn-anchor:before{content:'\e003'}.typcn-archive:before{content:'\e004'}.typcn-arrow-back-outline:before{content:'\e005'}.typcn-arrow-back:before{content:'\e006'}.typcn-arrow-down-outline:before{content:'\e007'}.typcn-arrow-down-thick:before{content:'\e008'}.typcn-arrow-down:before{content:'\e009'}.typcn-arrow-forward-outline:before{content:'\e00a'}.typcn-arrow-forward:before{content:'\e00b'}.typcn-arrow-left-outline:before{content:'\e00c'}.typcn-arrow-left-thick:before{content:'\e00d'}.typcn-arrow-left:before{content:'\e00e'}.typcn-arrow-loop-outline:before{content:'\e00f'}.typcn-arrow-loop:before{content:'\e010'}.typcn-arrow-maximise-outline:before{content:'\e011'}.typcn-arrow-maximise:before{content:'\e012'}.typcn-arrow-minimise-outline:before{content:'\e013'}.typcn-arrow-minimise:before{content:'\e014'}.typcn-arrow-move-outline:before{content:'\e015'}.typcn-arrow-move:before{content:'\e016'}.typcn-arrow-repeat-outline:before{content:'\e017'}.typcn-arrow-repeat:before{content:'\e018'}.typcn-arrow-right-outline:before{content:'\e019'}.typcn-arrow-right-thick:before{content:'\e01a'}.typcn-arrow-right:before{content:'\e01b'}.typcn-arrow-shuffle:before{content:'\e01c'}.typcn-arrow-sorted-down:before{content:'\e01d'}.typcn-arrow-sorted-up:before{content:'\e01e'}.typcn-arrow-sync-outline:before{content:'\e01f'}.typcn-arrow-sync:before{content:'\e020'}.typcn-arrow-unsorted:before{content:'\e021'}.typcn-arrow-up-outline:before{content:'\e022'}.typcn-arrow-up-thick:before{content:'\e023'}.typcn-arrow-up:before{content:'\e024'}.typcn-at:before{content:'\e025'}.typcn-attachment-outline:before{content:'\e026'}.typcn-attachment:before{content:'\e027'}.typcn-backspace-outline:before{content:'\e028'}.typcn-backspace:before{content:'\e029'}.typcn-battery-charge:before{content:'\e02a'}.typcn-battery-full:before{content:'\e02b'}.typcn-battery-high:before{content:'\e02c'}.typcn-battery-low:before{content:'\e02d'}.typcn-battery-mid:before{content:'\e02e'}.typcn-beaker:before{content:'\e02f'}.typcn-beer:before{content:'\e030'}.typcn-bell:before{content:'\e031'}.typcn-book:before{content:'\e032'}.typcn-bookmark:before{content:'\e033'}.typcn-briefcase:before{content:'\e034'}.typcn-brush:before{content:'\e035'}.typcn-business-card:before{content:'\e036'}.typcn-calculator:before{content:'\e037'}.typcn-calendar-outline:before{content:'\e038'}.typcn-calendar:before{content:'\e039'}.typcn-camera-outline:before{content:'\e03a'}.typcn-camera:before{content:'\e03b'}.typcn-cancel-outline:before{content:'\e03c'}.typcn-cancel:before{content:'\e03d'}.typcn-chart-area-outline:before{content:'\e03e'}.typcn-chart-area:before{content:'\e03f'}.typcn-chart-bar-outline:before{content:'\e040'}.typcn-chart-bar:before{content:'\e041'}.typcn-chart-line-outline:before{content:'\e042'}.typcn-chart-line:before{content:'\e043'}.typcn-chart-pie-outline:before{content:'\e044'}.typcn-chart-pie:before{content:'\e045'}.typcn-chevron-left-outline:before{content:'\e046'}.typcn-chevron-left:before{content:'\e047'}.typcn-chevron-right-outline:before{content:'\e048'}.typcn-chevron-right:before{content:'\e049'}.typcn-clipboard:before{content:'\e04a'}.typcn-cloud-storage:before{content:'\e04b'}.typcn-cloud-storage-outline:before{content:'\e054'}.typcn-code-outline:before{content:'\e04c'}.typcn-code:before{content:'\e04d'}.typcn-coffee:before{content:'\e04e'}.typcn-cog-outline:before{content:'\e04f'}.typcn-cog:before{content:'\e050'}.typcn-compass:before{content:'\e051'}.typcn-contacts:before{content:'\e052'}.typcn-credit-card:before{content:'\e053'}.typcn-css3:before{content:'\e055'}.typcn-database:before{content:'\e056'}.typcn-delete-outline:before{content:'\e057'}.typcn-delete:before{content:'\e058'}.typcn-device-desktop:before{content:'\e059'}.typcn-device-laptop:before{content:'\e05a'}.typcn-device-phone:before{content:'\e05b'}.typcn-device-tablet:before{content:'\e05c'}.typcn-directions:before{content:'\e05d'}.typcn-divide-outline:before{content:'\e05e'}.typcn-divide:before{content:'\e05f'}.typcn-document-add:before{content:'\e060'}.typcn-document-delete:before{content:'\e061'}.typcn-document-text:before{content:'\e062'}.typcn-document:before{content:'\e063'}.typcn-download-outline:before{content:'\e064'}.typcn-download:before{content:'\e065'}.typcn-dropbox:before{content:'\e066'}.typcn-edit:before{content:'\e067'}.typcn-eject-outline:before{content:'\e068'}.typcn-eject:before{content:'\e069'}.typcn-equals-outline:before{content:'\e06a'}.typcn-equals:before{content:'\e06b'}.typcn-export-outline:before{content:'\e06c'}.typcn-export:before{content:'\e06d'}.typcn-eye-outline:before{content:'\e06e'}.typcn-eye:before{content:'\e06f'}.typcn-feather:before{content:'\e070'}.typcn-film:before{content:'\e071'}.typcn-filter:before{content:'\e072'}.typcn-flag-outline:before{content:'\e073'}.typcn-flag:before{content:'\e074'}.typcn-flash-outline:before{content:'\e075'}.typcn-flash:before{content:'\e076'}.typcn-flow-children:before{content:'\e077'}.typcn-flow-merge:before{content:'\e078'}.typcn-flow-parallel:before{content:'\e079'}.typcn-flow-switch:before{content:'\e07a'}.typcn-folder-add:before{content:'\e07b'}.typcn-folder-delete:before{content:'\e07c'}.typcn-folder-open:before{content:'\e07d'}.typcn-folder:before{content:'\e07e'}.typcn-gift:before{content:'\e07f'}.typcn-globe-outline:before{content:'\e080'}.typcn-globe:before{content:'\e081'}.typcn-group-outline:before{content:'\e082'}.typcn-group:before{content:'\e083'}.typcn-headphones:before{content:'\e084'}.typcn-heart-full-outline:before{content:'\e085'}.typcn-heart-half-outline:before{content:'\e086'}.typcn-heart-outline:before{content:'\e087'}.typcn-heart:before{content:'\e088'}.typcn-home-outline:before{content:'\e089'}.typcn-home:before{content:'\e08a'}.typcn-html5:before{content:'\e08b'}.typcn-image-outline:before{content:'\e08c'}.typcn-image:before{content:'\e08d'}.typcn-infinity-outline:before{content:'\e08e'}.typcn-infinity:before{content:'\e08f'}.typcn-info-large-outline:before{content:'\e090'}.typcn-info-large:before{content:'\e091'}.typcn-info-outline:before{content:'\e092'}.typcn-info:before{content:'\e093'}.typcn-input-checked-outline:before{content:'\e094'}.typcn-input-checked:before{content:'\e095'}.typcn-key-outline:before{content:'\e096'}.typcn-key:before{content:'\e097'}.typcn-keyboard:before{content:'\e098'}.typcn-leaf:before{content:'\e099'}.typcn-lightbulb:before{content:'\e09a'}.typcn-link-outline:before{content:'\e09b'}.typcn-link:before{content:'\e09c'}.typcn-location-arrow-outline:before{content:'\e09d'}.typcn-location-arrow:before{content:'\e09e'}.typcn-location-outline:before{content:'\e09f'}.typcn-location:before{content:'\e0a0'}.typcn-lock-closed-outline:before{content:'\e0a1'}.typcn-lock-closed:before{content:'\e0a2'}.typcn-lock-open-outline:before{content:'\e0a3'}.typcn-lock-open:before{content:'\e0a4'}.typcn-mail:before{content:'\e0a5'}.typcn-map:before{content:'\e0a6'}.typcn-media-eject-outline:before{content:'\e0a7'}.typcn-media-eject:before{content:'\e0a8'}.typcn-media-fast-forward-outline:before{content:'\e0a9'}.typcn-media-fast-forward:before{content:'\e0aa'}.typcn-media-pause-outline:before{content:'\e0ab'}.typcn-media-pause:before{content:'\e0ac'}.typcn-media-play-outline:before{content:'\e0ad'}.typcn-media-play-reverse-outline:before{content:'\e0ae'}.typcn-media-play-reverse:before{content:'\e0af'}.typcn-media-play:before{content:'\e0b0'}.typcn-media-record-outline:before{content:'\e0b1'}.typcn-media-record:before{content:'\e0b2'}.typcn-media-rewind-outline:before{content:'\e0b3'}.typcn-media-rewind:before{content:'\e0b4'}.typcn-media-stop-outline:before{content:'\e0b5'}.typcn-media-stop:before{content:'\e0b6'}.typcn-message-typing:before{content:'\e0b7'}.typcn-message:before{content:'\e0b8'}.typcn-messages:before{content:'\e0b9'}.typcn-microphone-outline:before{content:'\e0ba'}.typcn-microphone:before{content:'\e0bb'}.typcn-minus-outline:before{content:'\e0bc'}.typcn-minus:before{content:'\e0bd'}.typcn-mortar-board:before{content:'\e0be'}.typcn-news:before{content:'\e0bf'}.typcn-notes-outline:before{content:'\e0c0'}.typcn-notes:before{content:'\e0c1'}.typcn-pen:before{content:'\e0c2'}.typcn-pencil:before{content:'\e0c3'}.typcn-phone-outline:before{content:'\e0c4'}.typcn-phone:before{content:'\e0c5'}.typcn-pi-outline:before{content:'\e0c6'}.typcn-pi:before{content:'\e0c7'}.typcn-pin-outline:before{content:'\e0c8'}.typcn-pin:before{content:'\e0c9'}.typcn-pipette:before{content:'\e0ca'}.typcn-plane-outline:before{content:'\e0cb'}.typcn-plane:before{content:'\e0cc'}.typcn-plug:before{content:'\e0cd'}.typcn-plus-outline:before{content:'\e0ce'}.typcn-plus:before{content:'\e0cf'}.typcn-point-of-interest-outline:before{content:'\e0d0'}.typcn-point-of-interest:before{content:'\e0d1'}.typcn-power-outline:before{content:'\e0d2'}.typcn-power:before{content:'\e0d3'}.typcn-printer:before{content:'\e0d4'}.typcn-puzzle-outline:before{content:'\e0d5'}.typcn-puzzle:before{content:'\e0d6'}.typcn-radar-outline:before{content:'\e0d7'}.typcn-radar:before{content:'\e0d8'}.typcn-refresh-outline:before{content:'\e0d9'}.typcn-refresh:before{content:'\e0da'}.typcn-rss-outline:before{content:'\e0db'}.typcn-rss:before{content:'\e0dc'}.typcn-scissors-outline:before{content:'\e0dd'}.typcn-scissors:before{content:'\e0de'}.typcn-shopping-bag:before{content:'\e0df'}.typcn-shopping-cart:before{content:'\e0e0'}.typcn-social-at-circular:before{content:'\e0e1'}.typcn-social-dribbble-circular:before{content:'\e0e2'}.typcn-social-dribbble:before{content:'\e0e3'}.typcn-social-facebook-circular:before{content:'\e0e4'}.typcn-social-facebook:before{content:'\e0e5'}.typcn-social-flickr-circular:before{content:'\e0e6'}.typcn-social-flickr:before{content:'\e0e7'}.typcn-social-github-circular:before{content:'\e0e8'}.typcn-social-github:before{content:'\e0e9'}.typcn-social-google-plus-circular:before{content:'\e0ea'}.typcn-social-google-plus:before{content:'\e0eb'}.typcn-social-instagram-circular:before{content:'\e0ec'}.typcn-social-instagram:before{content:'\e0ed'}.typcn-social-last-fm-circular:before{content:'\e0ee'}.typcn-social-last-fm:before{content:'\e0ef'}.typcn-social-linkedin-circular:before{content:'\e0f0'}.typcn-social-linkedin:before{content:'\e0f1'}.typcn-social-pinterest-circular:before{content:'\e0f2'}.typcn-social-pinterest:before{content:'\e0f3'}.typcn-social-skype-outline:before{content:'\e0f4'}.typcn-social-skype:before{content:'\e0f5'}.typcn-social-tumbler-circular:before{content:'\e0f6'}.typcn-social-tumbler:before{content:'\e0f7'}.typcn-social-twitter-circular:before{content:'\e0f8'}.typcn-social-twitter:before{content:'\e0f9'}.typcn-social-vimeo-circular:before{content:'\e0fa'}.typcn-social-vimeo:before{content:'\e0fb'}.typcn-social-youtube-circular:before{content:'\e0fc'}.typcn-social-youtube:before{content:'\e0fd'}.typcn-sort-alphabetically-outline:before{content:'\e0fe'}.typcn-sort-alphabetically:before{content:'\e0ff'}.typcn-sort-numerically-outline:before{content:'\e100'}.typcn-sort-numerically:before{content:'\e101'}.typcn-spanner-outline:before{content:'\e102'}.typcn-spanner:before{content:'\e103'}.typcn-spiral:before{content:'\e104'}.typcn-star-full-outline:before{content:'\e105'}.typcn-star-half-outline:before{content:'\e106'}.typcn-star-half:before{content:'\e107'}.typcn-star-outline:before{content:'\e108'}.typcn-star:before{content:'\e109'}.typcn-starburst-outline:before{content:'\e10a'}.typcn-starburst:before{content:'\e10b'}.typcn-stopwatch:before{content:'\e10c'}.typcn-support:before{content:'\e10d'}.typcn-tabs-outline:before{content:'\e10e'}.typcn-tag:before{content:'\e10f'}.typcn-tags:before{content:'\e110'}.typcn-th-large-outline:before{content:'\e111'}.typcn-th-large:before{content:'\e112'}.typcn-th-list-outline:before{content:'\e113'}.typcn-th-list:before{content:'\e114'}.typcn-th-menu-outline:before{content:'\e115'}.typcn-th-menu:before{content:'\e116'}.typcn-th-small-outline:before{content:'\e117'}.typcn-th-small:before{content:'\e118'}.typcn-thermometer:before{content:'\e119'}.typcn-thumbs-down:before{content:'\e11a'}.typcn-thumbs-ok:before{content:'\e11b'}.typcn-thumbs-up:before{content:'\e11c'}.typcn-tick-outline:before{content:'\e11d'}.typcn-tick:before{content:'\e11e'}.typcn-ticket:before{content:'\e11f'}.typcn-time:before{content:'\e120'}.typcn-times-outline:before{content:'\e121'}.typcn-times:before{content:'\e122'}.typcn-trash:before{content:'\e123'}.typcn-tree:before{content:'\e124'}.typcn-upload-outline:before{content:'\e125'}.typcn-upload:before{content:'\e126'}.typcn-user-add-outline:before{content:'\e127'}.typcn-user-add:before{content:'\e128'}.typcn-user-delete-outline:before{content:'\e129'}.typcn-user-delete:before{content:'\e12a'}.typcn-user-outline:before{content:'\e12b'}.typcn-user:before{content:'\e12c'}.typcn-vendor-android:before{content:'\e12d'}.typcn-vendor-apple:before{content:'\e12e'}.typcn-vendor-microsoft:before{content:'\e12f'}.typcn-video-outline:before{content:'\e130'}.typcn-video:before{content:'\e131'}.typcn-volume-down:before{content:'\e132'}.typcn-volume-mute:before{content:'\e133'}.typcn-volume-up:before{content:'\e134'}.typcn-volume:before{content:'\e135'}.typcn-warning-outline:before{content:'\e136'}.typcn-warning:before{content:'\e137'}.typcn-watch:before{content:'\e138'}.typcn-waves-outline:before{content:'\e139'}.typcn-waves:before{content:'\e13a'}.typcn-weather-cloudy:before{content:'\e13b'}.typcn-weather-downpour:before{content:'\e13c'}.typcn-weather-night:before{content:'\e13d'}.typcn-weather-partly-sunny:before{content:'\e13e'}.typcn-weather-shower:before{content:'\e13f'}.typcn-weather-snow:before{content:'\e140'}.typcn-weather-stormy:before{content:'\e141'}.typcn-weather-sunny:before{content:'\e142'}.typcn-weather-windy-cloudy:before{content:'\e143'}.typcn-weather-windy:before{content:'\e144'}.typcn-wi-fi-outline:before{content:'\e145'}.typcn-wi-fi:before{content:'\e146'}.typcn-wine:before{content:'\e147'}.typcn-world-outline:before{content:'\e148'}.typcn-world:before{content:'\e149'}.typcn-zoom-in-outline:before{content:'\e14a'}.typcn-zoom-in:before{content:'\e14b'}.typcn-zoom-out-outline:before{content:'\e14c'}.typcn-zoom-out:before{content:'\e14d'}.typcn-zoom-outline:before{content:'\e14e'}.typcn-zoom:before{content:'\e14f'}