@charset "UTF-8";
.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}.tooltipster-sidetip.tooltipster-noir .tooltipster-box{border-radius:0;border:3px solid #000;background:#fff}.tooltipster-sidetip.tooltipster-noir .tooltipster-content{color:#000}.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow{height:11px;margin-left:-11px;width:22px}.tooltipster-sidetip.tooltipster-noir.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow{height:22px;margin-left:0;margin-top:-11px;width:11px}.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow-background{border:11px solid transparent}.tooltipster-sidetip.tooltipster-noir.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#fff;top:4px}.tooltipster-sidetip.tooltipster-noir.tooltipster-left .tooltipster-arrow-background{border-left-color:#fff;left:-4px}.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow-background{border-right-color:#fff;left:4px}.tooltipster-sidetip.tooltipster-noir.tooltipster-top .tooltipster-arrow-background{border-top-color:#fff;top:-4px}.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow-border{border-width:11px}.tooltipster-sidetip.tooltipster-noir.tooltipster-bottom .tooltipster-arrow-uncropped{top:-11px}.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow-uncropped{left:-11px}@font-face {
font-family: 'Stint Ultra Expanded';
src: url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/stint-ultra-expanded/stint-ultra-expanded.regular-webfont.eot);
src: url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/stint-ultra-expanded/stint-ultra-expanded.regular-webfont.eot?#iefix) format('embedded-opentype'),
url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/stint-ultra-expanded/stint-ultra-expanded.regular-webfont.woff2) format('woff2'),
url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/stint-ultra-expanded/stint-ultra-expanded.regular-webfont.woff) format('woff'),
url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/stint-ultra-expanded/stint-ultra-expanded.regular-webfont.svg#stint_ultra_expandedregular) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Armata';
src: url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/armata/armata-regular-webfont.eot);
src: url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/armata/armata-regular-webfont.eot?#iefix) format('embedded-opentype'),
url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/armata/armata-regular-webfont.woff2) format('woff2'),
url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/armata/armata-regular-webfont.woff) format('woff'),
url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/armata/armata-regular-webfont.svg#armataregular) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'baloo';
src: url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/baloo/baloo-regular-webfont.eot);
src: url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/baloo/baloo-regular-webfont.eot?#iefix) format('embedded-opentype'),
url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/baloo/baloo-regular-webfont.woff2) format('woff2'),
url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/baloo/baloo-regular-webfont.woff) format('woff'),
url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/baloo/baloo-regular-webfont.svg#balooregular) format('svg');
font-weight: normal;
font-style: normal;
}
.wpc-container{
font-family: 'Josefin Sans', sans-serif; font-weight: normal;
background-color: #f6f6f6;
padding-top: 20px;
}
#pcd_add_team_elmt_modal{
font-family: 'Josefin Sans', sans-serif;
}
.wpc-container label
{
display:inline-block;
}
.wpc-qty-container label{
display: block;
margin-bottom: 7px;
}
.ff-josefin{
font-family: 'Josefin Sans', sans-serif;
}                 #undo-btn.disabled, #redo-btn.disabled{
opacity:0.3;
}
#redo-btn.disabled:hover,#undo-btn.disabled:hover{
opacity: 1;
}         #my-social{
background-image: url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/images/pcd-porto/pcd-tools-social.svg);
}
#instagram{
background-image: url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/images/instagram.svg);
} #facebook{
background-image: url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/images/facebook-square.svg);
}      #wpc-design-btn-box > button,#wpc-cart-box button{  }    #wpc-cart-box .total-price{
font-family: 'Josefin Sans', sans-serif;
font-weight: normal;
font-size: 15px;
color:black;
margin-top:10px; }
.wpc-qty-container{
text-align: center; margin-bottom: 20px;
background-color: #fff;  }
.wpc-custom-right-quantity-input { width: 40px; color: #fff !important;
text-align: center !important;
background-color:#fdc689!important;
}
.wpc-qty-container input[type=number]::-webkit-outer-spin-button,
.wpc-qty-container input[type=number]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.wpc-qty-container input[type=number] {
-moz-appearance: textfield;
margin: 0;
}
.wpc-custom-right-quantity-input-set {
width: 30px !important;
border: 1px solid #d0d0d0 !important;
text-align: center;
cursor:pointer;
color:black!important;
background-color:transparent!important;
line-height: 25px;
}
.wpc-custom-right-quantity-input,.wpc-custom-right-quantity-input-set{
-webkit-border-radius: 4px !important;
-moz-border-radius: 4px !important;
border-radius: 4px !important;
height: 30px !important;
padding:0 !important;
-webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
border:0;
vertical-align: middle;
} #add-to-cart-btn{
background-position: 0px -282px;
}
.txt-center
{
text-align: center;
}
#product-part-container{
display: table;
margin:5px auto;
}
#product-part-container ul{
margin: 0 auto;
padding:0px; }
#product-part-container li{
display: inline-block;
text-align: center;
color: black;
padding:5px;
cursor:pointer;
width: 70px;
font-size: 15px;
}
#product-part-container li:before
{
content:"\f111";
display: block;
margin: 0 0 2px 0;
float: none;
font-size: 11px;
font-family: 'FontAwesome';
}
#product-part-container li.active{
color:#000000;
}
#product-part-container li{  
color:#ebebeb;
}
#product-part-container img{ max-height: 65px;
}
.grid{
max-width: 1240px;
}
button.selectpicker{
padding: 0px;
height: 100%;
opacity: 1;
}
div.bootstrap-select.text-element-border{
border: none;
}        .wpc-porto-skin .border-color-selector,.wpc-porto-skin .bg-color-selector,
.wpc-porto-skin .svg-color-selector
{ cursor:pointer;
border:0; }
.wpc-porto-skin #txt-color-selector .pcd-color-view:hover,.wpc-porto-skin .border-color-selector:hover,
.wpc-porto-skin .bg-color-selector .pcd-color-view:hover,.wpc-porto-skin .svg-color-selector:hover{
-webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.3);
box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.3);
}   #wpc-tools-box-container input.checkmark.custom-cb + label{
background-repeat: no-repeat;
background-size: 40px;
background-image: url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/images/spritesheet.png);
}
#wpc-tools-box-container input.checkmark.custom-cb:checked + label{
background-position: -7.5px -367.5px;
}
#wpc-tools-box-container .text-label{
width: 80px;
font-size: 15px;
}
#wpc-tools-box-container .color-container,#wpc-tools-box-container .spacing-container{
margin-top: 10px;
}
#wpc-tools-box-container .width-label{
margin-right: 13px;
}
#wpc-tools-box-container .color-label{
margin-right: 20px;
}
#wpc-tools-box-container .radius-label{
margin-right: 15px;
}
#wpc-tools-box-container .spacing-label{
margin-right: 7px;
}
#wpc-tools-box-container .mg-r-element > input +label span,#wpc-tools-box-container .mg-r-element > input.custom-cb +label,#wpc-tools-box-container .mg-r-element > span{
margin-right: 0px;
background-image: url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/images/spritesheet.png);
background-size: 40px;
background-repeat: no-repeat;
}
#wpc-tools-box-container .mg-r-element > input +label:last-child span,#wpc-tools-box-container .mg-r-element > input.custom-cb +label:last-child,#wpc-tools-box-container .mg-r-element > span:last-child{
margin-right: 0px;
}
#wpc-editor-container, #wpc-editor-container .canvas-container
{
position: relative;
}
#wpc-editor-container, #wpc-editor-container .canvas-container, #pcd-modal .omodal-body> div, .wpc_part .omodal-body>div
{
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
#pcd-modal .omodal-body> div, .wpc_part .omodal-body>div
{
margin: auto;
}
#wpc-editor-container .canvas-container
{
display:block;
margin: 0 auto; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
margin: 20px auto;
} .pcd-cliparts-container{
padding: 10px;
margin: 0 auto;
display: none;
text-align: center;
max-height: 560px;
overflow: scroll;
}
.pcd-cliparts-container > *, #pcd-search-cliparts-results > *{
width: 90px;
height: auto;
display: inline-block;   cursor: pointer;
border:0;
}
.pcd-cliparts-container img , #pcd-search-cliparts-results img{
cursor: pointer; padding: 3px;
width: auto;
}
.pcd-cliparts-container img:not([src]), .pcd-cliparts-container img[src=""]
{
min-width: 39px;
min-height: 39px;
}
.omodal-header{
position: relative;
-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
}
.omodal-header .close {
position: absolute;
right: 5px;
top: 0;
bottom: 0;
margin: auto;
font-size: 15px;
background: none !important;
}
.omodal-title{
font-family: 'Josefin Sans', sans-serif;
vertical-align: middle;
text-align: center;
}
#wpc-tools-box-container .wpc-rs-app{
border:1px solid lightgray;
border-left: none;
margin: 0 auto;
}
#wpc-tools-box-container .wpc-rs-app > a{
padding-left: 50px;
height: 30px;
display: inline-block;
line-height: 30px;
color: #4f71b9;
font-size: 15px;
}
#wpc-tools-box-container .wpc-facebook{
background: url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/images/facebook.png) no-repeat left center transparent;
background-size: 40px;
}
#wpc-tools-box-container .wpc-instagram{
background: url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/images/instagram.png)  no-repeat left center transparent;
background-size: 40px;
}
#wpc-tools-box-container #drop input{
display: none;
}
#wpc-tools-box-container #drop label  {
display: block;
width: 50px;
height: 50px;
margin: 0px auto;
background: url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/images/Uploadicon.png)  no-repeat center center transparent;
cursor:pointer;
}
#wpc-tools-box-container #drop a
{
text-transform: uppercase;
}
#wpc-tools-box-container .acd-progress-bar
{
width: 100%;
height: 10px;
display: inline-block;
border: 1px solid #d0d0d0;
background: white;
}
#wpc-tools-box-container .acd-progress-bar .acd-progress
{
background: #4f71b9;
height: 100%;
}
#wpc-tools-box-container input.custom-cb.filter-cb[type=checkbox] + label {
width:80px;
height: auto;
padding: 2px;
margin-bottom: 5px;
background:gray;
color:#fff;
text-align: center;
margin-right: 0;
display: inline-block;
}
#wpc-tools-box-container input.custom-cb.filter-cb[type=checkbox] + label:nth-of-type(even)
{
margin-left: 2px;
}
#wpc-tools-box-container .filter-set-container {
display: table;
width: 100%;
margin-bottom: 10px;
margin-top: 10px;
}
#wpc-tools-box-container .filter-set-container > *,#wpc-tools-box-container .shapes-outline-set > *{
display: table-cell;
vertical-align: top;
}
#wpc-tools-box-container .filter-set-label,#wpc-tools-box-container .shapes-set-label{
width: 50px;
}
#wpc-tools-box-container .font-selector-container .trigger{
width:100%;
border: 1px solid #4f71b9 !important;
box-shadow: none;
background: #4f71b9;
color:#fff;
outline-color:transparent !important;
font-weight: normal;
font-size: 12px;
} #wpc-tools-box-container .fancy-select div.trigger:after{
border-top-color:#fff !important;
}
#wpc-tools-box-container .fancy-select ul{
padding-left: 0px;
height: auto !important;
width:100% !important;
min-width: 100% !important;
max-height: 500px;
background-color: #4f71b9;
color:#fff;
}
#wpc-tools-box-container .fancy-select ul:hover{
background-color: #fff;
}
#wpc-tools-box-container .fancy-select ul:hover li{
color:#4f71b9;
}
#wpc-tools-box-container .fancy-select ul:hover li:hover{
background-color:#4f71b9;
color:#fff;
}
#wpc-tools-box-container .fancy-select ul li{
color:#fff;
font-size: 12px;
font-weight: normal;
} .wpc-container select
{
max-width: 100%;
height: 35px;
width: 100px;
background-color: transparent;
}
.wpc-tab-content .img-container.shapes{
text-align:center;
}
.wpc-tab-content .img-container.shapes > *{
background-image: url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/images/pcd-porto/pcd-shapes-icons.svg);
background-repeat: no-repeat;
background-size: 100%;
background-position: center;
cursor:pointer;
width:35px;
height: 35px;
margin: 5px 4px;
display:inline-block;
}
.wpc-tab-content #square-btn{
background-position: 0px -315px;
}
.wpc-tab-content #r-square-btn{
background-position: 0px -279px;
}
.wpc-tab-content #circle-btn{
background-position: 0px 0px;
}
.wpc-tab-content #triangle-btn{
background-position: 0px -560px;
}
.wpc-tab-content #heart-btn{
background-position: 0px -35px;
}
.wpc-tab-content #polygon5{
background-position: 0px -105px;
}
.wpc-tab-content #polygon6{
background-position: 0px -140px;
}
.wpc-tab-content #polygon7{
background-position: 0px -175px;
}
.wpc-tab-content #polygon8{
background-position: 0px -210px;
}
.wpc-tab-content #polygon9{
background-position: 0px -245px;
}
.wpc-tab-content #polygon10{
background-position: 0px -70px;
}
.wpc-tab-content #star5{
background-position: 0px -385px;
}
.wpc-tab-content #star6{
background-position: 0px -420px;
}
.wpc-tab-content #star7{
background-position: 0px -455px;
}
.wpc-tab-content #star8{
background-position: 0px -490px;
}
.wpc-tab-content #star9{
background-position: 0px -525px;
}
.wpc-tab-content #star10{
background-position: 0px -350px;
}
.acd-social-login
{
cursor: pointer;
}
#img-cliparts-accordion .AccordionPanelTab
{
background-image: none;
}
#img-cliparts-accordion
{
margin-bottom: 10px;
}
.wpc-tab-content #acd-uploaded-img{
text-align: center;
}
.clipart-img{
margin: 0 3px;
display: inline-block;
width: calc(50% - 9px);
vertical-align: middle;
cursor: pointer; line-height: 0;
margin-bottom: 9px;
}
.clipart-img img
{
width: 100%;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.3);
box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.3);
}
.wpc-canvas-grid{
background-color: transparent;
background-image: linear-gradient(0deg, transparent 24%, rgba(0, 0, 0, .05) 25%, rgba(0, 0, 0, .05) 26%, transparent 27%, transparent 74%, rgba(0, 0, 0, .05) 75%, rgba(0, 0, 0, .05) 76%, transparent 77%, transparent), linear-gradient(90deg, transparent 24%, rgba(0, 0, 0, .05) 25%, rgba(0, 0, 0, .05) 26%, transparent 27%, transparent 74%, rgba(0, 0, 0, .05) 75%, rgba(0, 0, 0, .05) 76%, transparent 77%, transparent);
background-size: 50px 50px;
background-position: 12px 12px;
}
.wpc-colorpicker
{
z-index: 999;
}
.wpc-colorpicker input
{
height: 15px;
line-height: 1;
padding-right: 2px;
width: auto;
}
.wpc-colorpicker div
{
box-sizing: border-box;
}
.wpc-success, .wpc-failure
{
color: white;
padding: 5px;
}
.wpc-success
{
background-color: green;    
}
.wpc-success a
{
color: greenyellow;
}
.wpc-failure
{
background-color: red;
}
.wpc-editor-wrap{
display: table;
width: 100%;
padding-top: 20px;
}
.wpc-editor-wrap > *{
display: table-cell;
vertical-align: top;
}
.wpc-porto-skin .wpc-editor-col{
width:1px;
min-width: 100px;
max-width: 420px;
transition:.5s;
}
.wpc-editor-col-2{
width:auto; }
.wpc-custom-color
{
display: inline-block;
width: 16px;
height: 16px;
margin-right: 5px;
cursor: pointer;
}
.pcd-button
{
padding: 5px 10px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
margin-right: 2px;
cursor: pointer;
}
.pcd-button:hover
{
color: white;
}
.pcd_order_item {
display: inline-block;
width: 100%;
margin-bottom: 10px;
}
.pcd-rp-attribute
{
display: inline-block;
margin: 0 5px 10px 5px;
}
.pcd-rp-attribute img
{ }
.pcd-rp-attribute.selected
{
border: 1px solid #d0d0d0;
padding: 2px;
}
#pcd-rp-desc
{
font-style: italic;
margin-top: 10px;
font-weight: 300;
font-size: 12px;
color: #ccc;
}
#pcd-modal img
{
max-width: 100%;
}
#pcd-fonts-preloader
{
position: absolute;
opacity: 0;
}
#wpc-tools-box-container select, #wpc-tools-box-container textarea {
padding: 0;
border-radius: 0;
background: #fff;
color: #777;
}
#wpc-tools-box-container textarea:focus {
color: #777;
}
#pcd-fonts-preloader { 
z-index: -1; 
}
.pcd-cliparts-groups,.pcd-cliparts-groups-parent,#pcd-search-cliparts-group-parent-results,
#pcd-search-cliparts-group-results
{
list-style: none;
padding-left: 0px; margin-right: 0;
margin-left: 0;
text-align: left;
}
.pcd-cliparts-groups>li,.pcd-cliparts-groups-parent > li,#pcd-search-cliparts-group-parent-results > li,
#pcd-search-cliparts-group-results > li
{
cursor: pointer;
min-height: 35px;
line-height: 35px;
padding: 5px 10px;
display: inline-block;
text-transform: capitalize; font-size: 13px;
color: #212121;
background-color: #f3f3f3 !important;
text-align: center;
border: 0;
-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
margin: 0px 3px 8px 3px;
max-width: 100%;
width: calc(50% - 8px);
font-size: 11px;
border-radius: 4px; }
.pcd-cliparts-groups>li.selected,.pcd-cliparts-groups > li:hover,
.pcd-cliparts-groups-parent>li.selected,.pcd-cliparts-groups-parent > li:hover
{
-webkit-box-shadow: 0px 0px 1px 1px rgba(253,198,137,1);
-moz-box-shadow: 0px 0px 1px 1px rgba(253,198,137,1);
box-shadow: 0px 0px 1px 1px rgba(253,198,137,1);
}
#pcd-cliparts-wrapper
{ }
#pcd-cliparts-wrapper>*
{
vertical-align: top;
margin-top: 0;
}
#pcd-cliparts-modal .omodal-body
{
padding: 10px;
}
#pcd-cliparts-opener,.wpc-rs-app .wpc-facebook,.wpc-rs-app .wpc-instagram,
.wpc-porto-skin .custom-uploader #drop a
{
display: inline-block;
margin-bottom: 10px;
margin-top: 20px;
cursor: pointer;
text-decoration: none;
}   #tab-clipart-upload,#tab-social-instagram,#tab-social-facebook{
text-align: center;
position: relative;
}
#tab-clipart-upload .wpc-rs-app,#tab-social-instagram .wpc-rs-app,#tab-social-facebook .wpc-rs-app{
padding-top: 10px;
} #pcd-cliparts-search
{    ;
}
#wpc-tools-box-container .img-container>*{width:45px;height:45px;display:inline-block;overflow:hidden;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;border:1px solid #d3d3d3;line-height:40px;cursor:pointer}
.Accordion #txt-color-selector, .border-color-selector, .bg-color-selector, .svg-color-selector
{
border: 1px solid #C6C4C4;
}
.wpc-container .field-wrap.calc-wrap, .wpc-container .field-wrap.submit-wrap
{
display: none;
}
.wpc-container select
{
-webkit-appearance: menulist;
-moz-appearance: menulist;
-ms-appearance: menulist;
}
.wpc-container label:before, .wpc-container label:after, 
.wpc-container [type="checkbox"]:not(:checked) + label:after, 
.wpc-container [type="checkbox"]:checked + label:after, 
.wpc-container [type="radio"]:not(:checked) + label:after, 
.wpc-container [type="radio"]:checked + label:after
{
display: none;
}
.wpc-container [type="checkbox"]:not(:checked) + label, 
.wpc-container [type="checkbox"]:checked + label, 
.wpc-container [type="radio"]:not(:checked) + label, 
.wpc-container [type="radio"]:checked + label
{
padding-left: 0;
padding-top: 0;
} .wpc-porto-skin #tab-style{
padding-top: 7px;
}
.pcd-customization-page ul.pcd-tabs{
display: inline-block !important;
margin: 0px;
padding: 0px;
list-style: none;
}
ul.pcd-tabs li{ color: #ececec;
display: inline-block;
padding: 10px 0px 10px 15px;
cursor: pointer;
font-family: 'Josefin Sans', sans-serif;
font-weight: 600;
}
ul.wpc-tabs,ul.pcd-tabs{
margin: 15px 0;
text-align: left;
border-bottom: 1px solid #e6e6e6;
display: table;
width: 100%;
}
ul.wpc-tabs li{
display: table-cell;
padding: 5px 0px 5px 0px;
cursor: pointer;
font-size:13px;
font-style: italic;
text-align:center;
color:#eaeaea;
border-bottom: 2px solid transparent;
text-align: center;
}
ul.wpc-tabs li:last-child{
padding-right: 0;
}
ul.wpc-tabs li:before{
display:none;
}
ul.pcd-tabs li.current{ color: #000;
}
ul.wpc-tabs li.current{
border-bottom: 2px solid #fdc689;
color:#323232;
}
.pcd-tab-content,.wpc-tab-content{
display: none;
}
.pcd-tab-content{
background: #f5f5f5;  position: relative;
}
.pcd-tab-content.current,.wpc-tab-content.current{
display: inherit;
}
ul.pcd-tabs li:first-child:before{
display:none;
}
ul.pcd-tabs li:before{
content:"\f105";
font-family: 'FontAwesome';
padding-right: 15px;
}
.wpc-container,.wpc-editor-wrap{
padding-top: 0;
}
#product-part-slider{ }
#product-part-slider > span{
top: 0;
position: absolute;
bottom: 0;
margin: auto;
width: 50px;
height: 50px;
text-align: center;
color: #000;
cursor: pointer;
line-height: 50px;
font-size: 54px;
}
#product-part-slider > span.fa-angle-right{
right: 0;
}
.pcd-customization-page header#masthead{
display: -webkit-box;      
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content:space-between;
justify-content: space-between;
-webkit-align-items: center;
align-items: center;
}
.pcd-customization-page .site-header:before,.pcd-customization-page .site-header:after{
display: none;
}
.pcd-customization-page header .header-icons-wrap{ margin-left: 0px;
}
.wpc-porto-skin{
-webkit-box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.2);
box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.2);
}
.wpc-porto-skin .wpc-editor-col{
position:relative;
}
.wpc-porto-skin .wpc-tools-container{
width: 100px;
height: 100%;
display: inline-block;
border-width: 0px 1px; border-width: 0px 1px;
text-align: center;
height: 100%;
position: absolute; padding: 0px 0px 25px 25px;
margin-right: 25px; 
}
.wpc-porto-skin .wpc-tools-head{
width: 50px;
height: 50px;
background-color: #000;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin: 10px 0;
transition: background-color .5s;
position:relative;
} .wpc-porto-skin .wpc-tools-head.is-active,.wpc-porto-skin .wpc-tools-head:hover{ -webkit-box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.3);
box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.3);
}
.wpc-porto-skin .wpc-tools-head > div{
height: 100%;
cursor: pointer;
font-size: 28px;
color:#fff;
}
.wpc-porto-skin .wpc-tools-content{
position: absolute;
width:0;
height: 100%;
left: 0px;
top: 0;
background-color: #fff;
opacity:1;
-ms-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
text-align: left;
padding: 0 10px;
}
.wpc-porto-skin .wpc-tools-content.is-active{
transform: translateX(calc(-100% + 100px)); margin-left:0;
opacity:1; left: 320px;
width: 320px;
}
.wpc-porto-skin .wpc-panel-head{
text-align: center;
position: relative;
padding: 10px; text-transform: capitalize;
}
.wpc-porto-skin .wpc-tools-close{
position: absolute;
right: 0;
top: 14px;
cursor:pointer;
display: none;
}
.wpc-porto-skin .wpc-editor-col-2{
position: relative;
-webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
}
.wpc-porto-skin #debug-wrap.is-open,.wpc-porto-skin #add-cart-wrap{
position: absolute;
right:70px;
width:200px;
text-align: center;
}
.wpc-porto-skin #debug-wrap.is-open{
bottom: 100px;
}
.wpc-porto-skin #add-cart-wrap{
bottom: 50px;
}
.wpc-porto-skin #debug-wrap.is-open .debug-icon,.wpc-porto-skin .cart-icon{
content:"";
display:block;
width:40px;
height: 40px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
background-color: #fff; margin: auto;
cursor: pointer;
line-height: 38px;
}
.wpc-porto-skin .cart-icon{
background-image:url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/images/pcd-porto/pcd-addtocart.svg);
background-size: 65%;
}
.wpc-porto-skin #debug-wrap.is-open #debug:before,.wpc-porto-skin #add-cart-content.is-open:before{
content: "";
border-style: solid;
border-width: 5px 10px 5px 0;
border-color: transparent #fff transparent transparent;
position: absolute;
bottom: 43px;
transform: rotate(25deg);
right: 48%;
z-index: 9;
}
.wpc-porto-skin #debug-wrap.is-open #debug > div,.wpc-porto-skin #add-cart-content.is-open > div{
margin-bottom: 10px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color: #fff;
color:#000;
position:realative;
z-index: 1;
padding:5px;
}
.wpc-porto-skin #debug-wrap.is-open #debug > div,.wpc-porto-skin #debug-wrap.is-open .debug-icon,.wpc-porto-skin .cart-icon,
.wpc-porto-skin #add-cart-content.is-open > div{
-webkit-box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.1);
box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.1);
}
.wpc-porto-skin #debug-wrap.is-open .debug-icon:hover,.wpc-porto-skin .cart-icon:hover{
-webkit-box-shadow: 0px 0px 1px 1px transparent;
-moz-box-shadow: 0px 0px 1px 1px transparent;
box-shadow: 0px 0px 1px 1px transparent;
}
.wpc-porto-skin #add-cart-content.is-open > div{
padding:20px 10px;
max-height: 200px;
height:auto;
opacity:1; transition: .4s;
}
.wpc-porto-skin #add-cart-content > div{
opacity:0;
height:0;
}
#font-family-selector > div{ padding: 10px; font-size: 14px; border: 1px solid transparent;
text-align: center;
cursor: pointer;
background-color: #fbfbfb;
border-radius:4px;
margin-bottom: 10px; }
#font-family-selector > div:hover{
border-color:#fdc689;
}
.wpc-porto-skin [type="checkbox"]:not(:checked),.wpc-porto-skin [type="checkbox"]:checked,
.wpc-porto-skin [type="radio"]:not(:checked),.wpc-porto-skin [type="radio"]:checked {
position: relative;
left:0;
}
.txt-center{
text-align: center;
}
.wpc-porto-skin .wpc-text-alignment [type="radio"],.wpc-porto-skin .wpc-text-style [type="checkbox"],
.wpc-porto-skin .wpc-text-decoration [type="radio"],.wpc-porto-skin .filter-set-container [type="checkbox"]{
display: none;
}
.wpc-porto-skin #txt-color-selector,.wpc-porto-skin .wpc-text-style [type="checkbox"] + label,
.wpc-porto-skin .wpc-text-alignment [type="radio"] + label span,.wpc-porto-skin .wpc-text-decoration [type="radio"] + label span{
display: inline-block;
vertical-align: middle;
cursor: pointer;
margin-right: 0px;
padding-top:0;
}
.wpc-porto-skin #txt-color-selector{ }  .wpc-porto-skin .wpc-text-style [type="checkbox"] + label,
.wpc-porto-skin .wpc-text-decoration [type="radio"] + label span,.wpc-porto-skin #txt-color-selector{   }     .wpc-porto-skin #tab-shapes-style > div,.wpc-porto-skin #tab-upload-style > div,
.wpc-porto-skin #tab-clipart-style > div{
padding: 0 0 20px 0;
position: relative;
} .wpc-range-container{
position:relative;
}
.wpc-range-container .range-slider-wrap{
width:100%;
display: -webkit-box;      
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content:space-between;
justify-content: space-between;
-webkit-align-items: center;
align-items: center;
}
.wpc-range-container .range-slider-wrap > div{
width:10%;
height: 20px;
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
}
.wpc-range-container .range-slider-wrap .range-slider-moins{
background-image: url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/images/pcd-porto/pcd-range-moins.svg);
}
.wpc-range-container .range-slider-wrap .range-slider-plus{
background-image: url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/images/pcd-porto/pcd-range-plus.svg);
}
.wpc-range-container .range-slider-range{
padding: 0;
width:80%;
background-color: transparent;
margin:0 auto;
display: block;
}
.wpc-range-container .range-slider-value{
position: absolute;
top: -20px;
right: 20px;
color: #c7c7c7;
font-weight: 300;
}
input[type=range] {
-webkit-appearance: none;
width: 100%;
margin: 5px auto;
}
input[type=range]:focus {
outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
width: 100%;
height: 3px;
cursor: pointer;
background: #dadada;
border-radius: 3px;
border: 1px solid #ccc;
}
input[type=range]::-webkit-slider-thumb {
border: 1px solid #fdc689;
height: 25px;
width: 25px;
border-radius: 50%;
background: #fff;
cursor: pointer;
-webkit-appearance: none;
margin-top: -13px;
}
input[type=range]::-moz-range-track {
width: 100%;
height: 3px;
cursor: pointer;
background: #dadada;
border-radius: 3px;
border: 1px solid #ccc;
}
input[type=range]::-moz-range-thumb {
border: 1px solid #fdc689;
height: 25px;
width: 25px;
border-radius: 50%;
background: #fff;
cursor: pointer;
-webkit-appearance: none;
margin-top: -13px;
}
.wpc-porto-skin #tab-formatting span.wpc-text-curved-label{
margin-bottom: 20px;
display: -webkit-box;      
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content:space-between;
justify-content: space-between;
padding-right: 5px;
margin-top: 10px;
}
.wpc-tools-content .mCSB_scrollTools{
width: 5px;
}
#tab-formatting > div > span,.wpc-text-curved-wrap > div > label,#tab-style > div > span,
.wpc-text-outline-wrap > div > label,#tab-shapes-style > div > span,#tab-upload-style > div > span,
#tab-clipart-style > div > span,.wpc-porto-skin .pcd-rp-attributes-label{
font-size: 15px; color: #777;
font-weight: 300;
}
.wpc-text-curved-wrap > div > label,.wpc-text-outline-wrap > div > label{
font-size: 13px;
display: block;
}
.wpc-outline-color > span,.wpc-bg-color > span{
margin: 10px 0 0 10%;
margin: 5px;
}
.wpc-switch {
position: relative;
display: inline-block;
width: 50px;
height: 15px;
} .wpc-switch input {display:none;} .wpc-switch .wpc-slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #f5f5f5;
-webkit-transition: .4s;
transition: .4s;
}
.wpc-switch .wpc-slider:before {
position: absolute;
content: "";
height: 25px;
width: 25px;
left: 4px;
bottom: -4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
border: 1px solid #fdc689;
}
input:checked + .wpc-slider {
background-color: #fdc689;
}
input:focus + .wpc-slider {
box-shadow: 0 0 1px #fdc689;
}
input:checked + .wpc-slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
} .wpc-switch .wpc-slider.round {
border-radius: 34px;
}
.wpc-switch .wpc-slider.round:before {
border-radius: 50%;
}
.wpc-text-area-wrap textarea{
background-color: #f6f6f6;
border:1px solid transparent;
height: 80px;
padding: 10px 5px;
margin: 10px 0;
color: #777; box-shadow: none;
}
.wpc-text-area-wrap textarea:focus{
border-color:#fdc689;
border:0;
background-color: transparent;
-webkit-box-shadow: 0px 0px 1px 1px rgba(253,198,137,1);
-moz-box-shadow: 0px 0px 1px 1px rgba(253,198,137,1);
box-shadow: 0px 0px 1px 1px rgba(253,198,137,1);
}
.wpc-text-area-wrap .wpc-btn-effect{
min-width: 70px;
}
.wpc-btn-effect,#pcd-cliparts-opener,.wpc-rs-app .wpc-facebook,.wpc-rs-app .wpc-instagram,
.wpc-porto-skin .custom-uploader #drop a,.wpc-porto-skin .filter-set-container [type="checkbox"] + label,#wpc-cart-box button,.wpc-btn-effect{
border: 0;
-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
height: 29px;
padding: 5px 10px;
display: inline-block;  font-size:12px;
color: #212121;
background-color: transparent !important;
text-align: center;
cursor: pointer;
text-decoration: none;
}
.wpc-porto-skin .custom-uploader #drop a{
text-transform: none;
}
#wpc-cart-box button{
display: block;
margin: 0 auto 10px auto;
background-color:#fff;
min-width: 150px;
}
.wpc-text-area-wrap textarea::-webkit-input-placeholder { color: #d5d4d4;
font-weight: normal;
font-style: italic;
font-weight: 300;
}
.wpc-text-area-wrap textarea::-moz-placeholder { color: #d5d4d4;
font-weight: 100;
font-style: italic;
}
.wpc-text-area-wrap textarea:-ms-input-placeholder { color: #d5d4d4;
font-weight: 100;
font-style: italic;
}
.wpc-text-area-wrap textarea:-moz-placeholder { color: #d5d4d4;
font-weight: 100;
font-style: italic;
}
.wpc-porto-skin .custom-uploader #drop{
border:0;
padding: 0;
}
.wpc-porto-skin .custom-uploader #drop .wpc-uploader,.wpc-porto-skin .custom-uploader #drop a{
position:relative;
}
.wpc-porto-skin .custom-uploader #drop .wpc-uploader{
padding-top:10px;
}
.wpc-porto-skin .custom-uploader #drop [type=file] {
cursor: pointer;
display: block; filter: alpha(opacity=0); opacity: 0;
position: absolute;
right: 0;
text-align: right;
top: 0;
width:100%;
height: 100%;
}
.custom-uploader{
text-align: center;
}
.wpc-porto-skin .custom-uploader #drop a{ }
.wpc-porto-skin .acd-progress-bar .acd-progress{
background: #fdc689;
}
.wpc-porto-skin .acd-upload-info{
color:#212121;
}
.wpc-porto-skin .wpc-editor-col.is-open{
min-width: 420px;
transition:.5s;
}
.user-designs-panel-content{
text-align: center;
}
#tab-saved-design .pcd_order_item > span:not(.info-icon),#tab-saved-design .pcd_order_item > a{  } #tab-saved-design .pcd_order_item{
border: 1px solid transparent;
text-align: center;
background-color: #fbfbfb;
border-radius: 4px;
margin-bottom: 10px;
padding: 10px;
cursor: pointer;
} .wpc-porto-skin .pcd-button{
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.wpc-tab-content{ position: relative;
}
ul.wpc-tabs{
margin-bottom: 0;
}
.pcd-rp-attributes-container {
text-align: center;
display: inline-block; }
.pcd-rp-attributes-container .pcd-rp-attribute{
position:relative;
}
.pcd-rp-attributes-container .pcd-rp-attribute img{
width:100%;
max-width: 100%;
max-height: auto;
display:inline-block;
vertical-align: middle;
}
.pcd-rp-attributes-container .pcd-rp-attribute:hover,.pcd-rp-attributes-container .pcd-rp-attribute.selected  {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border:0;
}
.pcd-rp-attributes-container .pcd-rp-attribute{
width: calc((100%/3) - 10px);
}
.pcd-rp-attributes-container #pcd-rp-desc,.wpc-porto-skin .filter-set-container{
display:inline-block;
}
.wpc-porto-skin .filter-set-container{
display:inline-block;
}
.wpc-porto-skin .filter-set-container [type="checkbox"] + label,.pcd-rp-attributes-container .pcd-rp-attribute{
float:left;
}
.wpc-porto-skin .filter-set-container [type="checkbox"] + label{
width: 44%;
display: inline-block;
margin: 3%;
cursor: pointer;
}
.wpc-tab-content .img-container.shapes > *,.wpc-porto-skin .wpc-text-alignment [type="radio"] + label span,
.wpc-porto-skin .wpc-text-style [type="checkbox"] + label,.wpc-porto-skin .wpc-text-decoration [type="radio"] + label span,
.wpc-porto-skin #txt-color-selector,.wpc-porto-skin .border-color-selector,.wpc-porto-skin .bg-color-selector,
.wpc-porto-skin .svg-color-selector{ } .wpc-porto-skin .wpc-text-alignment input[type="radio"] + label span,.wpc-porto-skin .wpc-text-decoration [type="radio"] + label span,
.wpc-porto-skin .wpc-text-style [type="checkbox"] + label span,.wpc-porto-skin #txt-color-selector,.wpc-porto-skin #txt-bg-color-selector{ font-size: 25px;
text-align: center;
display: inline-block;
line-height: 1px; }
.wpc-porto-skin #txt-color-selector,.wpc-porto-skin #txt-bg-color-selector{
padding: 0px 5px;
}
.pcd-color-view{
display: inline-block;
width: 20px;
height: 20px;
border-radius: 5px;
margin-left: 5px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.wpc-porto-skin .wpc-text-style [type="checkbox"]:checked + label,.wpc-porto-skin .wpc-text-decoration [type="radio"]:checked + label,
.wpc-porto-skin .wpc-text-alignment [type="radio"]:checked + label ,.wpc-porto-skin .filter-set-container [type="checkbox"]:checked + label,#pcd-cliparts-opener:hover,.wpc-rs-app .wpc-facebook:hover,
.wpc-rs-app .wpc-instagram:hover,.wpc-porto-skin .custom-uploader #drop a:hover,.wpc-text-area-wrap .wpc-btn-effect:hover,
#tab-saved-design .pcd_order_item a:hover,#wpc-cart-box button:hover,.pcd-rp-attributes-container .pcd-rp-attribute.selected,
.wpc-porto-skin .custom-uploader:hover #drop a
{
-webkit-box-shadow: 0px 0px 1px 1px rgba(253,198,137,1);
-moz-box-shadow: 0px 0px 1px 1px rgba(253,198,137,1);
box-shadow: 0px 0px 1px 1px rgba(253,198,137,1);
}
.wpc-porto-skin .wpc-text-style [type="checkbox"] + label:hover,.wpc-porto-skin .wpc-text-decoration [type="radio"] + label span:hover,
.wpc-tab-content .img-container.shapes > *:hover,.pcd-rp-attributes-container .pcd-rp-attribute:hover,
.wpc-porto-skin .wpc-text-alignment [type="radio"] + label span:hover
{ }
.wpc-porto-skin .wpc-editor-col.right{ width: 100%; }
.pcd-responsive-mode .wpc-editor-menu-box{
display:none;
}
.pcd-responsive-toolbar-box{
text-align: center;  } .omodal{
z-index: 99999;
} .sk-circle {
margin: 40px auto;
width: 40px;
height: 40px;
position: relative;
}
.sk-circle .sk-child {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0; 
}
.sk-circle .sk-child:before {
content: '';
display: block;
margin: 0 auto;
width: 15%;
height: 15%;
background-color: #fff;
border-radius: 100%;
-webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; 
}
.sk-circle .sk-circle2 {
-webkit-transform: rotate(30deg);
-ms-transform: rotate(30deg);
transform: rotate(30deg); 
}
.sk-circle .sk-circle3 {
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); 
}
.sk-circle .sk-circle5 {
-webkit-transform: rotate(120deg);
-ms-transform: rotate(120deg);
transform: rotate(120deg); 
}
.sk-circle .sk-circle6 {
-webkit-transform: rotate(150deg);
-ms-transform: rotate(150deg);
transform: rotate(150deg); 
}
.sk-circle .sk-circle7 {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); 
}
.sk-circle .sk-circle8 {
-webkit-transform: rotate(210deg);
-ms-transform: rotate(210deg);
transform: rotate(210deg); 
}
.sk-circle .sk-circle9 {
-webkit-transform: rotate(240deg);
-ms-transform: rotate(240deg);
transform: rotate(240deg); 
}
.sk-circle .sk-circle10 {
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg); 
}
.sk-circle .sk-circle11 {
-webkit-transform: rotate(300deg);
-ms-transform: rotate(300deg);
transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
-webkit-transform: rotate(330deg);
-ms-transform: rotate(330deg);
transform: rotate(330deg); 
}
.sk-circle .sk-circle2:before {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s; 
}
.sk-circle .sk-circle3:before {
-webkit-animation-delay: -1s;
animation-delay: -1s; 
}
.sk-circle .sk-circle4:before {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s; 
}
.sk-circle .sk-circle5:before {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s; 
}
.sk-circle .sk-circle6:before {
-webkit-animation-delay: -0.7s;
animation-delay: -0.7s; 
}
.sk-circle .sk-circle7:before {
-webkit-animation-delay: -0.6s;
animation-delay: -0.6s; 
}
.sk-circle .sk-circle8:before {
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s; 
}
.sk-circle .sk-circle9:before {
-webkit-animation-delay: -0.4s;
animation-delay: -0.4s; 
}
.sk-circle .sk-circle10:before {
-webkit-animation-delay: -0.3s;
animation-delay: -0.3s; 
}
.sk-circle .sk-circle11:before {
-webkit-animation-delay: -0.2s;
animation-delay: -0.2s; 
}
.sk-circle .sk-circle12:before {
-webkit-animation-delay: -0.1s;
animation-delay: -0.1s; 
}
@-webkit-keyframes sk-circleBounceDelay {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0); }
40% {
-webkit-transform: scale(1);
transform: scale(1); } }
@keyframes sk-circleBounceDelay {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0); }
40% {
-webkit-transform: scale(1);
transform: scale(1); } } .blockUI{
border:0!important; }
.blockUI.blockMsg{ }
.wpc-text-curved-content,.pcd-team-tools{  opacity:0;
width:0;
transition: .5s;
display: none;
}
.wpc-text-curved-content.is-active,.pcd-team-tools.is-active{ display: block;
opacity:1;
width:100%;
transition: .5s;
margin-bottom: 20px;
}
.wpc-tools-head.is-active:after{
content: "";
border-style: solid;
border-width: 20px 15px 20px 0;
border-color: transparent #fff transparent transparent;
position: absolute;
top: 5px;
transform: rotate(0deg);
right:-25px;
z-index: 9;
}
.wpc-tab-content .otooltip{ }
#wpc-cart-box{
text-align:center;
}
.wpc-text-area-wrap{
text-align: right;
}
.wpc-logged-info{
font-weight: 300;
} .sp-palette .sp-thumb-el {
width: 40px;
height: 40px;
margin: 0px 0px;
} .pcd-responsive-toolbar-box.mobile,.wpc-editor-col.wpc-editor-col-tools.mobile{
display:none;
} .pcd-team-illustration-text{
margin: 20px auto;
font-size: 15px;
text-align: center;
display: inline-block;
text-transform: initial;
}
#pcd-team-btn{
display: block;
margin: 20px auto;
height: 40px;
background-color: transparent !important;
}
.wpc-button-bar > span, .wpc-button-bar .align_btn_wrap span{
width: 50px;
height: 50px;
border: none;
background-color: transparent;
cursor: pointer;
vertical-align: middle;
display: inline-block;
font-size: 28px;
text-align: center;
transition:  .2s;
}
.wpc-button-bar > span[class*="icon"].pcd_btn_hidden{
height: 0; font-size: 0;
display: none;
}
#wpc-editor-container > span{
display: table-cell;
vertical-align: middle;
color:#000;
}
.wpc-button-bar-wrap{
display: -webkit-box;      
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content:space-between;
justify-content: space-between;
-webkit-flex-direction: column;
flex-direction: column;
height: 500px;
max-width: 100px;
text-align: center;
}
.wpc-porto-skin .wpc-editor-col-2,.pcd-tab-content{
background-color: #fff;
}
.wpc-editor-wrap  [class^="icon-"]:before, .wpc-editor-wrap  [class*=" icon-"]:before,
.pcd-color-icon:before{
line-height: inherit;
}
.align_btn_wrap{
position: relative;
}
.align_btn_wrap.is-open > div{
position: absolute;
z-index: 9999;
top: -75px;
width: 170px;   
left: 75px;
background-color: #fff;
moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
}
.align_btn_wrap.is-open > div:before{
content: "";
border-style: solid;
border-width: 5px 10px 5px 0;
border-color: transparent #ddd transparent transparent;
position: absolute;
top: 45px;
transform: rotate(-7deg);
left:-9px;
opacity: 0;
transition: opacity .2s;
}
.wpc-button-bar .align_btn_wrap span {
height: 0px;
font-size: 0px;
transition: height .3s;
}
.wpc-button-bar .align_btn_wrap.is-open span{
height: 50px;
font-size:28px;
} .wpc-button-bar.align_btn_wrap > div:before{
content:"";
border-style: solid;
border-width: 5px 10px 5px 0;
border-color: transparent #fff transparent transparent;
position: absolute;
top: -5px;
transform: rotate(-25deg);
right: 97px;
opacity: 0;
transition: opacity .2s;
}
.wpc-button-bar .align_btn_wrap.is-open > div:before{
opacity:1;
} .pcd-upload-search-wrap input[type="text"]{
background:transparent;
border:1px solid #ccc;
border-width: 0px 0px 1px 0px;
width:100%;
height: 35px;
padding: 0 20px;
box-shadow: none;
}
.pcd-upload-search-wrap input[type="text"]:focus{
border: 1px solid #fdc689;
border-width: 0px 0px 1px 0px;
box-shadow: none;
outline:none;
}
.pcd-porto-skin input[type="text"],.pcd-porto-skin textarea{
box-shadow: none;
}
.pcd-upload-search-wrap{
margin: 20px 0px 10px 0px;
position:relative;
}
.pcd-upload-search-wrap span{
position: absolute;
top: 1px;
left: 2px;
line-height: 0;
}
#wpc-editor-container{
display: table;
width: 100%;
}
.pcd-font-group-wrap{ padding-top: 20px;
}
.pcd-font-group-wrap span{ color: #fff;
background-color: #0f0f0f; }
.pcd-greek-character-wrap > div,.pcd-font-group-wrap span{
display: inline-block;
width: calc(50% - 8px);
margin: 0px 2px 8px 2px;
text-align: center;
border-radius:4px;
cursor: pointer;
min-height: 35px;
line-height: 35px;
padding: 5px 10px;
text-transform: capitalize;
font-size: 13px;
-webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
}
#font-family-selector .pcd-font-name{
color:#cecece;
font-size: 10px;
}
.pcd-color-icon{
background: none !important;
text-align: center;
font-size: 25px !important;
} .pcd-tool-row span{
padding-bottom: 0 !important;
}
.wpc-porto-skin .wpc-text-alignment input[type="radio"] + label span{ font-size: 25px;
text-align: center;
display: inline-block;
line-height: 1px;
padding: 0px 5px;
}
.pcd-tool-row,.pcd-greek-character{
display: -webkit-box;      
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content:space-between;
justify-content: space-between;
-webkit-align-items:center;
align-items: center;
width: 100%;
}
.pcd-tool-row.no-flex{
display: inline-block;
width: 100%;
}
.pcd-tool-row{
padding: 5px 0 20px 0;
}
.pcd-tool-row.is-active{
display:flex;
}
.pcd-greek-container{
padding-top: 20px !important;
}
.pcd-greek-character-wrap{
display:none;
}
.pcd-greek-character-wrap.is-active{
display:block;
}
.pcd-number-input input[type="number"] {
-webkit-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
}
.pcd-number-input input[type=number]::-webkit-inner-spin-button,
.pcd-number-input input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
}
.pcd-number-input {
display: inline-flex;
background-color: #fff;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);;
border-radius: 6px;
border: 0;
}
.pcd-number-input,
.pcd-number-input * {
box-sizing: border-box;
}
.pcd-number-input button {
outline:none;
-webkit-appearance: none;
background-color: transparent;
border: none;
align-items: center;
justify-content: center;
height: 25px;
cursor: pointer;
margin: 0;
position: relative;
padding: 10px 15px;
}
.pcd-number-input button:before,
.pcd-number-input button:after {
display: inline-block;
position: absolute;
content: '';
width: 10px;
height: 1px;
background-color: #f9b974;
transform: translate(-50%, -50%);
}
.pcd-number-input button.plus:after {
transform: translate(-50%, -50%) rotate(90deg);
}
.pcd-number-input input[type=number] {
max-width: 30px;
padding: 5px;
border: solid #ddd;
border-width: 0 1px;
font-size: 11px;
height: 25px;
font-weight: bold;
text-align: center;
background-color: #f9b974;
color: #fff;
border-radius: 6px;
border: 0px;
outline:none;
}
.pcd-group-child-wrap,#pcd-cliparts-filters-wrap,
#pcd-uploads-filters-wrap,#my-design-options-wrap{
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
transition: transform .3s;
position: absolute;
top: 0;
width: 100%;
height: 100%;
left:0;
background-color: #fff;  }
.pcd-group-child-wrap{
z-index: -1;
opacity: 0;
}
.pcd-group-parent-child-wrap{
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
position: absolute;
top: 0;
width: 100%;
height: 100%;
left:0;
background-color: #fff;
width:100%;
padding: 0 10px;
}
.pcd-group-child-wrap.is-open,#pcd-cliparts-filters-wrap.is-open,
#pcd-uploads-filters-wrap.is-open,#my-design-options-wrap.is-open{
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); width:100%;
padding: 0 10px;
}
.pcd-group-child-wrap.is-open{
z-index: 1;
opacity: 1; } #pcd-uploads-filters-wrap{
padding: 0 10px;
}
#pcd-uploads-filters-wrap.is-open{
padding-right: 0px;
}
.pcd-child-wrap-close,.pcd-parent-wrap-close,.pcd-upload-edit-close,
.pcd-clipart-edit-close{
color: #000;
font-size: 25px;
width: 30px;
height: 30px;
cursor: pointer;
margin-bottom: 20px;
}   @media (min-width: 768px){ }  .pcd-tools-content-scroll-wrap{
overflow:scroll;
}@font-face {
font-family: 'Black_icons';
src:  url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/Black_icons.eot?gb668g);
src:  url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/Black_icons.eot?gb668g#iefix) format('embedded-opentype'),
url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/Black_icons.ttf?gb668g) format('truetype'),
url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/Black_icons.woff?gb668g) format('woff'),
url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/Black_icons.svg?gb668g#Black_icons) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Product_details';
src:  url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/Product_details.eot?oqgxqv);
src:  url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/Product_details.eot?oqgxqv#iefix) format('embedded-opentype'),
url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/Product_details.ttf?oqgxqv) format('truetype'),
url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/Product_details.woff?oqgxqv) format('woff'),
url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/Product_details.svg?oqgxqv#Product_details) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Avenir';
src:  url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/Avenir-Roman.otf);
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Avenir Black';
src:  url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/Avenir-Black.otf);
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Avenir Book';
src:  url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/Avenir-Book.otf);
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'themify';
src:url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/themify.eot?-fvbane);
src:url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/themify.eot?#iefix-fvbane) format('embedded-opentype'),
url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/themify.woff?-fvbane) format('woff'),
url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/themify.ttf?-fvbane) format('truetype'),
url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/themify.svg?-fvbane#themify) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="ti-"], [class*=" ti-"] {
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;
}
.ti-close:before {
content: "\e646";
}
html, body {margin: 0;}
.iconB,
[class^="iconB-"]:before, [class*=" iconB-"]:before { font-family: 'Black_icons' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: normal;
vertical-align: -webkit-baseline-middle; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.iconB-Product_details_icon:before {
content: "\e900"; font-family: 'Product_details' !important;
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;
}
.iconB-shopping-cart:before {
content: "\e909";
}
.iconB-Text_effect_icon:before {
content: "\e90a";
}
.iconB-Layout_icon:before {
content: "\e90b";
}
.iconB-Upload_icon:before {
content: "\e90c";
}
.iconB-Cliparts_icon:before {
content: "\e90d";
} body { position: relative; }
body.phonecase-template { position: relative; }
.wpc-porto-skin .wpc-tools-close,
span.wpc-tools-close {
display: inline-block;
color: #CACACA;
float: right;
-webkit-text-stroke: 3px white;
font-size: 20px; text-align: right;
padding: 0 10px 5px 0;
top: 5px;
}
.wpc-porto-skin .wpc-editor-col-2 .container { }
ul.wpc-tabs {
margin-top: 25px;
}
.wpc-panel-head {
font-size: 20px;
color: #000;
font-family: Avenir;
line-height: normal;
}
#wpc-editor-container .canvas-container {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.wpc-tools-head.is-active:after {
display: none;
}
.wpc-tools-content.is-active {
-webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
}
.wpc-porto-skin .wpc-tools-content.is-active { }
.pcd-upload-search-wrap {
margin: 10px 0 10px;
font-family: Avenir;
line-height: normal;
font-size: 16px;
color: #C4C4C4;
}
.pcd-upload-search-wrap span {
top: 12px;
}
.pcd-upload-search-wrap input[type="text"] {
padding-left: 25px !important;
box-shadow: none;
}
.wpc-porto-skin .wpc-tools-head.is-active, .wpc-porto-skin .wpc-tools-head:hover {
background-color: #fdc689;
color: #323232;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.wpc-porto-skin .wpc-tools-head.is-active [class*="icon"]:before, 
.wpc-porto-skin .wpc-tools-head:hover [class*="icon"]:before {
color: #323232;
}
.pcd-cliparts-groups-parent {
padding: 5px 5px 0;
}
ul.wpc-tabs li {
font-size: 16px;
}
.wpc-text-area-wrap textarea {
padding: 10px 5px;
margin: 10px 0;
color: #777;
transition: box-shadow .3s;
border: 1px solid #FDC689;
box-sizing: border-box;
background-color: transparent;
height: 98px;
}
#pcd-cliparts-filters-wrap.is-open, 
#pcd-uploads-filters-wrap.is-open {
z-index: 99; 
} .iconB.iconB-Product_details_icon > span {
vertical-align: -webkit-baseline-middle;
}
.brands-container, .models-container, .types-container { }
.brand-name,
.model-name,
.pcd-cliparts-groups-parent > li.brand-name,
.pcd-cliparts-groups-parent > li.model-name {
background-color: #E5E5E5!important;
border-radius: 5px;
color: #323232;
cursor: pointer;
display: inline-block;
font-size: 13px;
height: 40px;
line-height: 30px;
margin: 0 5% 20px;
vertical-align: middle;
text-align: center; width: 39%;
-webkit-text-stroke: .05px #fff;
}
.pcd-cliparts-groups-parent > li.phone-type-details {
width: 80%;
margin: 0 auto 30px;
clear: both;
display: block;
text-align: left;
border: 0 none!important;
background: transparent!important;
box-shadow: none;
line-height: 1.5;
}
.pcd-cliparts-groups-parent > li.phone-type-details img.phone-type-img {
width: 35%;
float: left;
margin-right: 15px;
}
.pcd-cliparts-groups-parent > li.phone-type-details span.type-name,
.pcd-cliparts-groups-parent > li.phone-type-details span.type-description {
width: 100%;
display: block;
font-size: 11px;
}
.pcd-cliparts-groups-parent > li.phone-type-details span.type-name {
color: #323232;
}
.pcd-cliparts-groups-parent > li.phone-type-details span.type-description {
color: #666666;
} .pcd-cliparts-container .clipart-img, #pcd-search-cliparts-results .clipart-img {
width: calc((100% / 4) - 9px);
vertical-align: middle;
display: inline-block;
background-color: #fbfbfb;
height: 60px;
text-align: center;
}
.pcd-cliparts-container .clipart-img , 
#pcd-search-cliparts-results .clipart-img  {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.pcd-cliparts-container .clipart-img:hover, 
#pcd-search-cliparts-results .clipart-img:hover,
.images-cliparts-container .clipart-img:hover {
border-radius: 5px;
-webkit-box-shadow: 0px 0px 1px 1px rgba(253,198,137,1);
-moz-box-shadow: 0px 0px 1px 1px rgba(253,198,137,1);
box-shadow: 0px 0px 1px 1px rgba(253,198,137,1);
}
span.pcd-del-img.fa-close {
position: absolute;
display: inline-block;
color: #666666;
float: right;
-webkit-text-stroke: 1px white;
font-size: 14px;
text-align: right;
padding: 0;
top: 0;
left: 2px;
transition: all .3s;
display: none;
}
.pcd-cliparts-container .clipart-img:hover span.pcd-del-img.fa-close, 
#pcd-search-cliparts-results .clipart-img:hover span.pcd-del-img.fa-close,
.images-cliparts-container .clipart-img:hover span.pcd-del-img.fa-close {
display: inline-block!important;
}
ul#pcd-search-cliparts-group-parent-results {
margin-bottom: 4px;
} #pcd-search-cliparts-group-parent-results,
#pcd-search-cliparts-group-results { padding-top: 5px;
margin-bottom: 0;
} .wpc-button-bar [class*="icon"]:before
.wpc-button-bar [class*="icon"]:after {
font-size: 30px;
}
.mCustomScrollBox {
padding-top: 5px;
}
.wpc-tab-content { }
.wpc-tab-content #acd-uploaded-img.images-cliparts-container,
.images-cliparts-container {
text-align: left;
}
.images-cliparts-container .clipart-img {
}
.images-cliparts-container .clipart-img.image-uploaded,.images-cliparts-container .clipart-img.image-bg {
height: 136px;
padding: 0;
margin-top: 5px;
border: 2px solid #939393;
border-radius: 2px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background-color: transparent!important;
box-sizing: border-box;
position: relative;
overflow: hidden;
}
.images-cliparts-container .clipart-img.image-uploaded:hover {
border: 0 none;
-webkit-box-shadow: 0px 0px 1px 1px rgba(253,198,137,1);
-moz-box-shadow: 0px 0px 1px 1px rgba(253,198,137,1);
box-shadow: 0px 0px 1px 1px rgba(253,198,137,1);
}
.images-cliparts-container .clipart-img.image-uploaded img {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
width: 100%;
height: 100%;
margin: 0;
box-sizing: content-box;
}
.pcd-action-title {
color: #323232;
display: inline-block;
font-size: 12px;
margin-bottom: 10px;
}
.pcd-action-notice {
color: #666666;
font-size: 10px;
text-align: center;
}
.pcd-action-notice span {
display: block;
}
.wpc-porto-skin .custom-uploader #drop a {
margin: 15px auto 0;
} .wpc-button-bar > span[class*="icon"] {
display: block;
height: 40px;
margin-bottom: 10px;
margin: 0 auto 10px auto;
line-height: 40px;
}
.wpc-button-bar > span[class*="icon"]:before,
.wpc-button-bar > span[class*="icon"]:after {
font-size: 28px;
} .pcd-notifications {
border-radius: 3px;
position: absolute;
left: 10%;
background-color: #fff;
-webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
bottom: 1%;
}
.pcd-notifications .pcd-item-notif {
font-family: Avenir;
line-height: normal;
font-size: 16px;
color: #333333;
}
.pcd-item-notif {
padding: 15px 20px 10px;
border-top: 1px solid #ccc;
}
.pcd-item-notif:first-of-type {
border-top: 0 none;
} .wpc-grids-container, .wpc-templates-container, .wpc-backgrounds-container {
}
.wpc-backgrounds-container {
margin: auto;
width: 90%
}
.wpc-backgrounds-container label {
margin-left: 12px;
} 
.wpc-grids-container .template-img {
border-radius: 2px;
background-color: transparent!important;
border: 0 none;
display: inline-block;
margin: 0px 10px 10px 10px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
width: calc( (100% - 60px) / 3);
height: 70px;
text-align: center;
padding: 0;
}
.wpc-grids-container .template-img img {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
width: auto;
height: 100%;
padding: 5%;
margin: auto;
}
.wpc-templates-container .template-img {
background-color: transparent!important;
border: 0 none;
display: inline-block;    
margin: 0px 0 15px 5%;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
width: 41%;
height: 160px;
text-align: center;
padding: 0;
}
.wpc-templates-container .template-img img {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
width: 100%;
height: auto;
} .wpc-text-area-wrap {
text-align: center;
}
.wpc-text-alignment label { text-align: center;
margin: 0px 5px !important;
padding: 5px 0;
display: inline-block;
}
.wpc-text-alignment label img {
width: 20px;
height: 20px;
text-align: center;
}
.text-tool-container .pcd-tool-row,
#pcd-uploads-filters-wrap .pcd-tool-row,
#pcd-cliparts-filters-wrap .pcd-tool-row,
.pcd-uploads-editing-wrap .pcd-tool-row { margin-top: 20px;
}
.pcd-tool-row > span {
display: inline-block; font-family: Avenir;
font-style: italic;
line-height: normal;
font-size: 16px;
color: #C4C4C4;
padding: 0 10px;
}
.pcd-range-input input[type=range],
.pcd-tool-row .pcd-range-input input[type=range],
.pcd-tool-row input[type=range] {
height: 25px;
font-weight: bold;
text-align: center;
color: #fff;
outline: none;
background: transparent;
border-radius: 0;
border: 0;
padding: 0;
width: 213.5px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
input[type=range]::-webkit-slider-runnable-track {
background-color: #000;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border: 1px solid #FFF;
}
input[type=range]::-moz-range-track {
background-color: #000;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border: 1px solid #FFF;
}
.pcd-range-input button {
outline: none;
-webkit-appearance: none;
background-color: transparent;
border: none;
align-items: center;
justify-content: center;
height: 25px;
cursor: pointer;
color: #FDC689;
margin: 0;
position: relative;
padding: 3px 15px;
font-family: Avenir;
line-height: normal;
font-size: 20px;
}
body.phonecase-template .pcd-range-input {
display: inline-flex;
background-color: #fff;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border-radius: 0;
border: 0;
}
#tab-style .wpc-text-style {
width: 100%;
text-align: center;
display: inline-block;
padding-top: 10px;
}
.wpc-text-decoration {
margin: 20px 0 0;
text-align: center;
}
.wpc-text-decoration label {
width: 50px;
height: 50px;
display: inline-block;
margin: 0 9.7px !important;
vertical-align: middle;
line-height: 50px;
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
border-radius: 5px;
text-align: center;
}
.wpc-porto-skin .pcd-tool-row #txt-color-selector, 
.wpc-porto-skin .pcd-tool-row #txt-bg-color-selector,
.wpc-porto-skin .pcd-tool-row #outline-color-selector {
vertical-align: middle;
margin: 20px 0 0;
padding: 0px 5px;
}
.wpc-porto-skin .pcd-tool-row #txt-color-selector .pcd-color-view, 
.wpc-porto-skin .pcd-tool-row #txt-bg-color-selector .pcd-color-view,
.wpc-porto-skin .pcd-tool-row #outline-color-selector .pcd-color-view {
width: 50px;
height: 50px;
float: right;
margin: 0 5px;
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
border-radius: 5px;
}
.pcd-color-icon:before {
float: left;
width: 50px;
height: 50px;
display: block;
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
border-radius: 5px;
}
input#txt-text-color-value,
input.pcd-color-value  {
border: 1px solid #C4C4C4;
box-sizing: border-box;
border-radius: 2px;
background-color: transparent;
margin: 25px 12px;
height: 30px;
}
input:disabled#txt-text-color-value, 
input:disabled.pcd-color-value {
background-color: #eeeeee;
}
.pcd-bg-or-not {
margin-top: 0;
font-family: Avenir;
line-height: normal;
font-size: 16px;
color: #000000;
}
.pcd-bg-or-not input[type="checkbox"], 
.pcd-bg-or-not input[type="radio"] {
width: 15px;
height: 15px;
margin-right: 5px;
} .pcd-tool-row .sp-container.sp-flat,
.phonecase-template .sp-container.sp-flat,
.pcd-tool-row .pcd-colorpicker,
.phonecase-template .pcd-colorpicker {
position: relative;
width: 250px;
height: 147px;
border: 0 none;
margin: 20px 3%;
}
.pcd-tool-row .sp-picker-container,
.phonecase-template .sp-picker-container {
border-left: solid 1px #fff;
width: calc(250px - -2px);
padding: 5px;
height: 135px;
overflow: hidden;
}
.pcd-tool-row .sp-color,
.phonecase-template .sp-color {
right: 18%!important;
border: 0 none;
}
.pcd-tool-row .sp-hue,
.phonecase-template .sp-hue {
width: 30px;
}
.pcd-tool-row .sp-slider,
.phonecase-template .sp-slider {
left: -3px;
width: 31px;    
border: 1.5px solid #000;
border-radius: 5px;
background: white;
opacity: .8;
}
.pcd-tool-row .sp-dragger,
.phonecase-template .sp-dragger {
border-radius: 3px;
height: 8px;
width: 8px;
border: 1.9px solid #fff;
background: #000;
cursor: pointer;
box-sizing: border-box;
} .pcd-tool-row .wpc-colorpicker_new_color,
.pcd-tool-row .wpc-colorpicker_current_color,
.pcd-tool-row .wpc-colorpicker_hex,
.pcd-tool-row .wpc-colorpicker_rgb_g.wpc-colorpicker_field,
.pcd-tool-row .wpc-colorpicker_rgb_b.wpc-colorpicker_field,
.pcd-tool-row .wpc-colorpicker_hsb_h.wpc-colorpicker_field,
.pcd-tool-row .wpc-colorpicker_hsb_s.wpc-colorpicker_field,
.pcd-tool-row .wpc-colorpicker_hsb_b.wpc-colorpicker_field,
.pcd-tool-row .wpc-colorpicker_rgb_r.wpc-colorpicker_field,
.pcd-tool-row .o-colorpicker_clear,
.pcd-tool-row .wpc-colorpicker_submit {
display: none!important;
} .wpc-qty-container input[type=number] {
-moz-appearance: textfield;
margin: 0 5px;
}
*, *:before, *:after {
box-sizing: border-box !important;
}
#layout-container{
text-align: center !important;
display: inline-block;
}
.pcd-custom-right-quantity-input.pcd-qty{
max-width: 60px;
width: 40px;
color: #000 !important;
text-align: center !important;
background-color: #fdc689!important;
height: 30px;
border-radius: 4px !important;
padding: 5px !important;
box-shadow: none !important;
}
.wpc-custom-right-quantity-input-set.wpc-btn-effect{
color:#939393 !important;
}
.wpc-text-decoration label {
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.wpc-text-style label,.wpc-text-decoration label{
width: 50px;
height: 50px;
display: inline-block;
margin: 0px 7px;
vertical-align: middle;
line-height: 50px;
border-radius: 5px;
text-align: center;
}
.wpc-porto-skin .wpc-text-style [type="checkbox"] + label:hover{
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.wpc-porto-skin .wpc-text-style [type="checkbox"] + label span{
line-height: inherit !important;
}
.wpc-text-style label{
margin-right: 10px !important;
}
.site-main .wpc-container ul li:before{
display: none;
}
.pcd-editor-right-tools-wrap,.pcd-editor-left-tools-wrap{
width:80px; }
.wpc-button-bar > span#undo-btn[class*="icon"]:before,.wpc-button-bar > span#redo-btn[class*="icon"]:before{
font-size: 35px;
}
#debug, #debug-wrap .ti-close {
display: none;
}
#debug-wrap.is-open #debug,#debug-wrap.is-open .ti-close{
display:block;
}
.wpc-porto-skin .wpc-tools-head{
margin: 30px 0;
}
.clipart-img{
width: 100%;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.3);
box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.3);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.wpc-porto-skin #debug-wrap.is-open{
bottom: 30px !important;
}
.wpc-porto-skin #debug-wrap.is-open, .wpc-porto-skin #add-cart-wrap{
left:20px;
right: unset;
}
.pcd-upload-notice{
display: none;
}
.pcd-upload-notice.active{
display: block;
z-index: 9;
font-size: 16px;
padding: 20px 10px;
border: 1px solid #eee;
margin-top: 1px;
text-transform: initial;
position: absolute;
top: 45px;
background-color: #f3f3f3;
color: #000;
border-radius: 10px; background-color: red;
color:#fff;
opacity: 1;
transition: none;
}

@font-face {
font-family: "web-mob";
src:url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/web-mob.eot);
src:url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/web-mob.eot?#iefix) format("embedded-opentype"),
url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/web-mob.woff) format("woff"),
url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/web-mob.ttf) format("truetype"),
url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/web-mob.svg#web-mob) format("svg");
font-weight: normal;
font-style: normal;
}
.wpc-porto-skin [data-icon]:before {
font-family: "web-mob" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.wpc-porto-skin [class^="icon-"]:before,
.wpc-porto-skin [class*=" icon-"]:before {
font-family: "web-mob" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-001:before {
content: "a";
}
.icon-014:before {
content: "b";
}
.icon-015:before {
content: "c";
}
.icon-002:before {
content: "d";
}
.icon-003:before {
content: "e";
}
.icon-016:before {
content: "f";
}
.icon-017:before {
content: "g";
}
.icon-004:before {
content: "h";
}
.icon-005:before {
content: "i";
}
.icon-018:before {
content: "j";
}
.icon-019:before {
content: "k";
}
.icon-006:before {
content: "l";
}
.icon-007:before {
content: "m";
}
.icon-020:before {
content: "n";
}
.icon-021:before {
content: "o";
}
.icon-008:before {
content: "p";
}
.icon-009:before {
content: "q";
}
.icon-022:before {
content: "r";
}
.icon-023:before {
content: "s";
}
.icon-010:before {
content: "t";
}
.icon-011:before {
content: "u";
}
.icon-024:before {
content: "v";
}
.icon-025:before {
content: "w";
}
.icon-012:before {
content: "x";
}
.icon-013:before {
content: "y";
}
.icon-026:before {
content: "z";
}
.icon-039:before {
content: "A";
}
.icon-052:before {
content: "B";
}
.icon-065:before {
content: "C";
}
.icon-078:before {
content: "D";
}
.icon-091:before {
content: "E";
}
.icon-090:before {
content: "F";
}
.icon-077:before {
content: "G";
}
.icon-064:before {
content: "H";
}
.icon-051:before {
content: "I";
}
.icon-038:before {
content: "J";
}
.icon-037:before {
content: "K";
}
.icon-050:before {
content: "L";
}
.icon-063:before {
content: "M";
}
.icon-076:before {
content: "N";
}
.icon-089:before {
content: "O";
}
.icon-088:before {
content: "P";
}
.icon-075:before {
content: "Q";
}
.icon-062:before {
content: "R";
}
.icon-049:before {
content: "S";
}
.icon-036:before {
content: "T";
}
.icon-035:before {
content: "U";
}
.icon-048:before {
content: "V";
}
.icon-061:before {
content: "W";
}
.icon-074:before {
content: "X";
}
.icon-087:before {
content: "Y";
}
.icon-086:before {
content: "Z";
}
.icon-073:before {
content: "0";
}
.icon-060:before {
content: "1";
}
.icon-047:before {
content: "2";
}
.icon-034:before {
content: "3";
}
.icon-033:before {
content: "4";
}
.icon-046:before {
content: "5";
}
.icon-059:before {
content: "6";
}
.icon-072:before {
content: "7";
}
.icon-085:before {
content: "8";
}
.icon-084:before {
content: "9";
}
.icon-071:before {
content: "!";
}
.icon-058:before {
content: "\"";
}
.icon-045:before {
content: "#";
}
.icon-032:before {
content: "$";
}
.icon-031:before {
content: "%";
}
.icon-044:before {
content: "&";
}
.icon-057:before {
content: "'";
}
.icon-070:before {
content: "(";
}
.icon-083:before {
content: ")";
}
.icon-082:before {
content: "*";
}
.icon-069:before {
content: "+";
}
.icon-056:before {
content: ",";
}
.icon-043:before {
content: "-";
}
.icon-030:before {
content: ".";
}
.icon-029:before {
content: "/";
}
.icon-042:before {
content: ":";
}
.icon-055:before {
content: ";";
}
.icon-068:before {
content: "<";
}
.icon-081:before {
content: "=";
}
.icon-080:before {
content: ">";
}
.icon-067:before {
content: "?";
}
.icon-054:before {
content: "@";
}
.icon-041:before {
content: "[";
}
.icon-028:before {
content: "]";
}
.icon-027:before {
content: "^";
}
.icon-040:before {
content: "_";
}
.icon-053:before {
content: "`";
}
.icon-066:before {
content: "{";
}
.icon-079:before {
content: "|";
}
.icon-105:before {
content: "}";
}
.icon-092:before {
content: "~";
}
.icon-093:before {
content: "\\";
}
.icon-106:before {
content: "\e000";
}
.icon-118:before {
content: "\e001";
}
.icon-119:before {
content: "\e002";
}
.icon-132:before {
content: "\e003";
}
.icon-131:before {
content: "\e004";
}
.icon-133:before {
content: "\e005";
}
.icon-120:before {
content: "\e006";
}
.icon-107:before {
content: "\e007";
}
.icon-094:before {
content: "\e008";
}
.icon-095:before {
content: "\e009";
}
.icon-108:before {
content: "\e00a";
}
.icon-121:before {
content: "\e00b";
}
.icon-134:before {
content: "\e00c";
}
.icon-135:before {
content: "\e00d";
}
.icon-122:before {
content: "\e00e";
}
.icon-109:before {
content: "\e00f";
}
.icon-096:before {
content: "\e010";
}
.icon-097:before {
content: "\e011";
}
.icon-110:before {
content: "\e012";
}
.icon-123:before {
content: "\e013";
}
.icon-136:before {
content: "\e014";
}
.icon-137:before {
content: "\e015";
}
.icon-124:before {
content: "\e016";
}
.icon-111:before {
content: "\e017";
}
.icon-098:before {
content: "\e018";
}
.icon-099:before {
content: "\e019";
}
.icon-112:before {
content: "\e01a";
}
.icon-125:before {
content: "\e01b";
}
.icon-138:before {
content: "\e01c";
}
.icon-139:before {
content: "\e01d";
}
.icon-126:before {
content: "\e01e";
}
.icon-113:before {
content: "\e01f";
}
.icon-100:before {
content: "\e020";
}
.icon-101:before {
content: "\e021";
}
.icon-114:before {
content: "\e022";
}
.icon-127:before {
content: "\e023";
}
.icon-140:before {
content: "\e024";
}
.icon-141:before {
content: "\e025";
}
.icon-128:before {
content: "\e026";
}
.icon-115:before {
content: "\e027";
}
.icon-102:before {
content: "\e028";
}
.icon-103:before {
content: "\e029";
}
.icon-116:before {
content: "\e02a";
}
.icon-129:before {
content: "\e02b";
}
.icon-142:before {
content: "\e02c";
}
.icon-143:before {
content: "\e02d";
}
.icon-130:before {
content: "\e02e";
}
.icon-117:before {
content: "\e02f";
}
.icon-104:before {
content: "\e030";
}
.icon-215:before {
content: "\e031";
}
.icon-228:before {
content: "\e032";
}
.icon-144:before {
content: "\e033";
}
.icon-157:before {
content: "\e034";
}
.icon-170:before {
content: "\e035";
}
.icon-183:before {
content: "\e036";
}
.icon-171:before {
content: "\e037";
}
.icon-158:before {
content: "\e038";
}
.icon-145:before {
content: "\e039";
}
.icon-146:before {
content: "\e03a";
}
.icon-159:before {
content: "\e03b";
}
.icon-172:before {
content: "\e03c";
}
.icon-184:before {
content: "\e03d";
}
.icon-185:before {
content: "\e03e";
}
.icon-186:before {
content: "\e03f";
}
.icon-173:before {
content: "\e040";
}
.icon-160:before {
content: "\e041";
}
.icon-147:before {
content: "\e042";
}
.icon-148:before {
content: "\e043";
}
.icon-161:before {
content: "\e044";
}
.icon-174:before {
content: "\e045";
}
.icon-187:before {
content: "\e046";
}
.icon-188:before {
content: "\e047";
}
.icon-175:before {
content: "\e048";
}
.icon-162:before {
content: "\e049";
}
.icon-149:before {
content: "\e04a";
}
.icon-150:before {
content: "\e04b";
}
.icon-163:before {
content: "\e04c";
}
.icon-176:before {
content: "\e04d";
}
.icon-189:before {
content: "\e04e";
}
.icon-190:before {
content: "\e04f";
}
.icon-177:before {
content: "\e050";
}
.icon-164:before {
content: "\e051";
}
.icon-151:before {
content: "\e052";
}
.icon-152:before {
content: "\e053";
}
.icon-165:before {
content: "\e054";
}
.icon-178:before {
content: "\e055";
}
.icon-191:before {
content: "\e056";
}
.icon-192:before {
content: "\e057";
}
.icon-179:before {
content: "\e058";
}
.icon-166:before {
content: "\e059";
}
.icon-153:before {
content: "\e05a";
}
.icon-154:before {
content: "\e05b";
}
.icon-167:before {
content: "\e05c";
}
.icon-180:before {
content: "\e05d";
}
.icon-193:before {
content: "\e05e";
}
.icon-194:before {
content: "\e05f";
}
.icon-181:before {
content: "\e060";
}
.icon-168:before {
content: "\e061";
}
.icon-155:before {
content: "\e062";
}
.icon-156:before {
content: "\e063";
}
.icon-169:before {
content: "\e064";
}
.icon-182:before {
content: "\e065";
}
.icon-195:before {
content: "\e066";
}
.icon-208:before {
content: "\e067";
}
.icon-221:before {
content: "\e068";
}
.icon-234:before {
content: "\e069";
}
.icon-233:before {
content: "\e06a";
}
.icon-220:before {
content: "\e06b";
}
.icon-207:before {
content: "\e06c";
}
.icon-206:before {
content: "\e06d";
}
.icon-219:before {
content: "\e06e";
}
.icon-232:before {
content: "\e06f";
}
.icon-231:before {
content: "\e070";
}
.icon-218:before {
content: "\e071";
}
.icon-205:before {
content: "\e072";
}
.icon-204:before {
content: "\e073";
}
.icon-217:before {
content: "\e074";
}
.icon-230:before {
content: "\e075";
}
.icon-229:before {
content: "\e076";
}
.icon-216:before {
content: "\e077";
}
.icon-203:before {
content: "\e078";
}
.icon-202:before {
content: "\e079";
}
.icon-201:before {
content: "\e07a";
}
.icon-214:before {
content: "\e07b";
}
.icon-227:before {
content: "\e07c";
}
.icon-226:before {
content: "\e07d";
}
.icon-213:before {
content: "\e07e";
}
.icon-200:before {
content: "\e07f";
}
.icon-199:before {
content: "\e080";
}
.icon-212:before {
content: "\e081";
}
.icon-225:before {
content: "\e082";
}
.icon-224:before {
content: "\e083";
}
.icon-211:before {
content: "\e084";
}
.icon-198:before {
content: "\e085";
}
.icon-197:before {
content: "\e086";
}
.icon-210:before {
content: "\e087";
}
.icon-223:before {
content: "\e088";
}
.icon-209:before {
content: "\e089";
}
.icon-196:before {
content: "\e08a";
}
.icon-222:before {
content: "\e08b";
}
.icon-247:before {
content: "\e08c";
}
.icon-260:before {
content: "\e08d";
}
.icon-273:before {
content: "\e08e";
}
.icon-286:before {
content: "\e08f";
}
.icon-299:before {
content: "\e090";
}
.icon-312:before {
content: "\e091";
}
.icon-325:before {
content: "\e092";
}
.icon-324:before {
content: "\e093";
}
.icon-311:before {
content: "\e094";
}
.icon-298:before {
content: "\e095";
}
.icon-285:before {
content: "\e096";
}
.icon-272:before {
content: "\e097";
}
.icon-259:before {
content: "\e098";
}
.icon-246:before {
content: "\e099";
}
.icon-245:before {
content: "\e09a";
}
.icon-258:before {
content: "\e09b";
}
.icon-257:before {
content: "\e09c";
}
.icon-244:before {
content: "\e09d";
}
.icon-243:before {
content: "\e09e";
}
.icon-256:before {
content: "\e09f";
}
.icon-269:before {
content: "\e0a0";
}
.icon-282:before {
content: "\e0a1";
}
.icon-295:before {
content: "\e0a2";
}
.icon-308:before {
content: "\e0a3";
}
.icon-321:before {
content: "\e0a4";
}
.icon-322:before {
content: "\e0a5";
}
.icon-309:before {
content: "\e0a6";
}
.icon-296:before {
content: "\e0a7";
}
.icon-283:before {
content: "\e0a8";
}
.icon-270:before {
content: "\e0a9";
}
.icon-271:before {
content: "\e0aa";
}
.icon-284:before {
content: "\e0ab";
}
.icon-297:before {
content: "\e0ac";
}
.icon-310:before {
content: "\e0ad";
}
.icon-323:before {
content: "\e0ae";
}
.icon-320:before {
content: "\e0af";
}
.icon-307:before {
content: "\e0b0";
}
.icon-294:before {
content: "\e0b1";
}
.icon-281:before {
content: "\e0b2";
}
.icon-268:before {
content: "\e0b3";
}
.icon-255:before {
content: "\e0b4";
}
.icon-254:before {
content: "\e0b5";
}
.icon-242:before {
content: "\e0b7";
}
.icon-240:before {
content: "\e0b6";
}
.icon-253:before {
content: "\e0b8";
}
.icon-241:before {
content: "\e0b9";
}
.icon-267:before {
content: "\e0ba";
}
.icon-266:before {
content: "\e0bb";
}
.icon-279:before {
content: "\e0bc";
}
.icon-280:before {
content: "\e0bd";
}
.icon-293:before {
content: "\e0be";
}
.icon-292:before {
content: "\e0bf";
}
.icon-305:before {
content: "\e0c0";
}
.icon-306:before {
content: "\e0c1";
}
.icon-319:before {
content: "\e0c2";
}
.icon-318:before {
content: "\e0c3";
}
.icon-317:before {
content: "\e0c4";
}
.icon-304:before {
content: "\e0c5";
}
.icon-303:before {
content: "\e0c6";
}
.icon-316:before {
content: "\e0c7";
}
.icon-315:before {
content: "\e0c8";
}
.icon-302:before {
content: "\e0c9";
}
.icon-301:before {
content: "\e0ca";
}
.icon-314:before {
content: "\e0cb";
}
.icon-313:before {
content: "\e0cc";
}
.icon-300:before {
content: "\e0cd";
}
.icon-287:before {
content: "\e0ce";
}
.icon-274:before {
content: "\e0cf";
}
.icon-261:before {
content: "\e0d0";
}
.icon-248:before {
content: "\e0d1";
}
.icon-235:before {
content: "\e0d2";
}
.icon-236:before {
content: "\e0d3";
}
.icon-249:before {
content: "\e0d4";
}
.icon-262:before {
content: "\e0d5";
}
.icon-275:before {
content: "\e0d6";
}
.icon-288:before {
content: "\e0d7";
}
.icon-289:before {
content: "\e0d8";
}
.icon-276:before {
content: "\e0d9";
}
.icon-263:before {
content: "\e0da";
}
.icon-250:before {
content: "\e0db";
}
.icon-237:before {
content: "\e0dc";
}
.icon-238:before {
content: "\e0dd";
}
.icon-251:before {
content: "\e0de";
}
.icon-264:before {
content: "\e0df";
}
.icon-277:before {
content: "\e0e0";
}
.icon-290:before {
content: "\e0e1";
}
.icon-291:before {
content: "\e0e2";
}
.icon-278:before {
content: "\e0e3";
}
.icon-265:before {
content: "\e0e4";
}
.icon-252:before {
content: "\e0e5";
}
.icon-239:before {
content: "\e0e6";
}
.icon-326:before {
content: "\e0e7";
}
.icon-339:before {
content: "\e0e8";
}
.icon-352:before {
content: "\e0e9";
}
.icon-365:before {
content: "\e0ea";
}
.icon-378:before {
content: "\e0eb";
}
.icon-391:before {
content: "\e0ec";
}
.icon-392:before {
content: "\e0ed";
}
.icon-379:before {
content: "\e0ee";
}
.icon-366:before {
content: "\e0ef";
}
.icon-353:before {
content: "\e0f0";
}
.icon-340:before {
content: "\e0f1";
}
.icon-327:before {
content: "\e0f2";
}
.icon-328:before {
content: "\e0f3";
}
.icon-341:before {
content: "\e0f4";
}
.icon-354:before {
content: "\e0f5";
}
.icon-367:before {
content: "\e0f6";
}
.icon-380:before {
content: "\e0f7";
}
.icon-393:before {
content: "\e0f8";
}
.icon-394:before {
content: "\e0f9";
}
.icon-381:before {
content: "\e0fa";
}
.icon-368:before {
content: "\e0fb";
}
.icon-355:before {
content: "\e0fc";
}
.icon-342:before {
content: "\e0fd";
}
.icon-329:before {
content: "\e0fe";
}
.icon-330:before {
content: "\e0ff";
}
.icon-343:before {
content: "\e100";
}
.icon-356:before {
content: "\e101";
}
.icon-369:before {
content: "\e102";
}
.icon-382:before {
content: "\e103";
}
.icon-395:before {
content: "\e104";
}
.icon-396:before {
content: "\e105";
}
.icon-383:before {
content: "\e106";
}
.icon-370:before {
content: "\e107";
}
.icon-357:before {
content: "\e108";
}
.icon-344:before {
content: "\e109";
}
.icon-331:before {
content: "\e10a";
}
.icon-332:before {
content: "\e10b";
}
.icon-345:before {
content: "\e10c";
}
.icon-358:before {
content: "\e10d";
}
.icon-371:before {
content: "\e10e";
}
.icon-384:before {
content: "\e10f";
}
.icon-397:before {
content: "\e110";
}
.icon-398:before {
content: "\e111";
}
.icon-385:before {
content: "\e112";
}
.icon-372:before {
content: "\e113";
}
.icon-359:before {
content: "\e114";
}
.icon-346:before {
content: "\e115";
}
.icon-333:before {
content: "\e116";
}
.icon-334:before {
content: "\e117";
}
.icon-347:before {
content: "\e118";
}
.icon-360:before {
content: "\e119";
}
.icon-373:before {
content: "\e11a";
}
.icon-386:before {
content: "\e11b";
}
.icon-399:before {
content: "\e11c";
}
.icon-400:before {
content: "\e11d";
}
.icon-387:before {
content: "\e11e";
}
.icon-374:before {
content: "\e11f";
}
.icon-361:before {
content: "\e120";
}
.icon-348:before {
content: "\e121";
}
.icon-335:before {
content: "\e122";
}
.icon-336:before {
content: "\e123";
}
.icon-349:before {
content: "\e124";
}
.icon-362:before {
content: "\e125";
}
.icon-375:before {
content: "\e126";
}
.icon-388:before {
content: "\e127";
}
.icon-401:before {
content: "\e128";
}
.icon-402:before {
content: "\e129";
}
.icon-389:before {
content: "\e12a";
}
.icon-390:before {
content: "\e12b";
}
.icon-403:before {
content: "\e12c";
}
.icon-377:before {
content: "\e12d";
}
.icon-376:before {
content: "\e12e";
}
.icon-363:before {
content: "\e12f";
}
.icon-364:before {
content: "\e130";
}
.icon-351:before {
content: "\e131";
}
.icon-350:before {
content: "\e132";
}
.icon-337:before {
content: "\e133";
}
.icon-338:before {
content: "\e134";
}
.icon-417:before {
content: "\e135";
}
.icon-404:before {
content: "\e136";
}
.icon-405:before {
content: "\e137";
}
.icon-418:before {
content: "\e138";
}
.icon-419:before {
content: "\e139";
}
.icon-406:before {
content: "\e13a";
}
.icon-407:before {
content: "\e13b";
}
.icon-420:before {
content: "\e13c";
}
.icon-421:before {
content: "\e13d";
}
.icon-408:before {
content: "\e13e";
}
.icon-409:before {
content: "\e13f";
}
.icon-422:before {
content: "\e140";
}
.icon-423:before {
content: "\e141";
}
.icon-410:before {
content: "\e142";
}
.icon-411:before {
content: "\e143";
}
.icon-424:before {
content: "\e144";
}
.icon-425:before {
content: "\e145";
}
.icon-412:before {
content: "\e146";
}
.icon-413:before {
content: "\e147";
}
.icon-426:before {
content: "\e148";
}
.icon-427:before {
content: "\e149";
}
.icon-414:before {
content: "\e14a";
}
.icon-415:before {
content: "\e14b";
}
.icon-428:before {
content: "\e14c";
}
.icon-429:before {
content: "\e14d";
}
.icon-416:before {
content: "\e14e";
}
.icon-442:before {
content: "\e14f";
}
.icon-455:before {
content: "\e150";
}
.icon-468:before {
content: "\e151";
}
.icon-481:before {
content: "\e152";
}
.icon-494:before {
content: "\e153";
}
.icon-493:before {
content: "\e154";
}
.icon-467:before {
content: "\e155";
}
.icon-454:before {
content: "\e156";
}
.icon-441:before {
content: "\e157";
}
.icon-480:before {
content: "\e158";
}
.icon-479:before {
content: "\e159";
}
.icon-466:before {
content: "\e15a";
}
.icon-453:before {
content: "\e15b";
}
.icon-440:before {
content: "\e15c";
}
.icon-492:before {
content: "\e15d";
}
.icon-491:before {
content: "\e15e";
}
.icon-478:before {
content: "\e15f";
}
.icon-465:before {
content: "\e160";
}
.icon-452:before {
content: "\e161";
}
.icon-439:before {
content: "\e162";
}
.icon-438:before {
content: "\e163";
}
.icon-451:before {
content: "\e164";
}
.icon-464:before {
content: "\e165";
}
.icon-477:before {
content: "\e166";
}
.icon-490:before {
content: "\e167";
}
.icon-489:before {
content: "\e168";
}
.icon-476:before {
content: "\e169";
}
.icon-463:before {
content: "\e16a";
}
.icon-450:before {
content: "\e16b";
}
.icon-437:before {
content: "\e16c";
}
.icon-436:before {
content: "\e16d";
}
.icon-449:before {
content: "\e16e";
}
.icon-462:before {
content: "\e16f";
}
.icon-475:before {
content: "\e170";
}
.icon-488:before {
content: "\e171";
}
.icon-487:before {
content: "\e172";
}
.icon-474:before {
content: "\e173";
}
.icon-461:before {
content: "\e174";
}
.icon-448:before {
content: "\e175";
}
.icon-435:before {
content: "\e176";
}
.icon-434:before {
content: "\e177";
}
.icon-447:before {
content: "\e178";
}
.icon-460:before {
content: "\e179";
}
.icon-473:before {
content: "\e17a";
}
.icon-486:before {
content: "\e17b";
}
.icon-485:before {
content: "\e17c";
}
.icon-472:before {
content: "\e17d";
}
.icon-459:before {
content: "\e17e";
}
.icon-446:before {
content: "\e17f";
}
.icon-433:before {
content: "\e180";
}
.icon-432:before {
content: "\e181";
}
.icon-445:before {
content: "\e182";
}
.icon-458:before {
content: "\e183";
}
.icon-471:before {
content: "\e184";
}
.icon-484:before {
content: "\e185";
}
.icon-483:before {
content: "\e186";
}
.icon-470:before {
content: "\e187";
}
.icon-457:before {
content: "\e188";
}
.icon-444:before {
content: "\e189";
}
.icon-431:before {
content: "\e18a";
}
.icon-430:before {
content: "\e18b";
}
.icon-443:before {
content: "\e18c";
}
.icon-456:before {
content: "\e18d";
}
.icon-469:before {
content: "\e18e";
}
.icon-482:before {
content: "\e18f";
}
.icon-495:before {
content: "\e190";
}
.icon-496:before {
content: "\e191";
}
.icon-497:before {
content: "\e192";
}
.icon-498:before {
content: "\e193";
}
.icon-499:before {
content: "\e194";
}
.icon-500:before {
content: "\e195";
}
.icon-501:before {
content: "\e196";
}
.icon-502:before {
content: "\e197";
}
.icon-503:before {
content: "\e198";
}
.icon-504:before {
content: "\e199";
}
.icon-505:before {
content: "\e19a";
}
.icon-506:before {
content: "\e19b";
}
.icon-507:before {
content: "\e19c";
}
.icon-520:before {
content: "\e19d";
}
.icon-519:before {
content: "\e19e";
}
.icon-518:before {
content: "\e19f";
}
.icon-517:before {
content: "\e1a0";
}
.icon-516:before {
content: "\e1a1";
}
.icon-515:before {
content: "\e1a2";
}
.icon-528:before {
content: "\e1a3";
}
.icon-529:before {
content: "\e1a4";
}
.icon-530:before {
content: "\e1a5";
}
.icon-531:before {
content: "\e1a6";
}
.icon-532:before {
content: "\e1a7";
}
.icon-533:before {
content: "\e1a8";
}
.icon-546:before {
content: "\e1a9";
}
.icon-559:before {
content: "\e1aa";
}
.icon-572:before {
content: "\e1ab";
}
.icon-585:before {
content: "\e1ac";
}
.icon-584:before {
content: "\e1ad";
}
.icon-571:before {
content: "\e1ae";
}
.icon-558:before {
content: "\e1af";
}
.icon-545:before {
content: "\e1b0";
}
.icon-544:before {
content: "\e1b1";
}
.icon-557:before {
content: "\e1b2";
}
.icon-570:before {
content: "\e1b3";
}
.icon-583:before {
content: "\e1b4";
}
.icon-582:before {
content: "\e1b5";
}
.icon-569:before {
content: "\e1b6";
}
.icon-556:before {
content: "\e1b7";
}
.icon-543:before {
content: "\e1b8";
}
.icon-542:before {
content: "\e1b9";
}
.icon-555:before {
content: "\e1ba";
}
.icon-568:before {
content: "\e1bb";
}
.icon-581:before {
content: "\e1bc";
}
.icon-580:before {
content: "\e1bd";
}
.icon-567:before {
content: "\e1be";
}
.icon-554:before {
content: "\e1bf";
}
.icon-527:before {
content: "\e1c1";
}
.icon-514:before {
content: "\e1c2";
}
.icon-513:before {
content: "\e1c3";
}
.icon-526:before {
content: "\e1c4";
}
.icon-525:before {
content: "\e1c5";
}
.icon-512:before {
content: "\e1c6";
}
.icon-511:before {
content: "\e1c7";
}
.icon-524:before {
content: "\e1c8";
}
.icon-523:before {
content: "\e1c9";
}
.icon-510:before {
content: "\e1ca";
}
.icon-509:before {
content: "\e1cb";
}
.icon-522:before {
content: "\e1cc";
}
.icon-521:before {
content: "\e1cd";
}
.icon-508:before {
content: "\e1ce";
}
.icon-534:before {
content: "\e1cf";
}
.icon-547:before {
content: "\e1d0";
}
.icon-548:before {
content: "\e1d1";
}
.icon-535:before {
content: "\e1d2";
}
.icon-536:before {
content: "\e1d3";
}
.icon-549:before {
content: "\e1d4";
}
.icon-550:before {
content: "\e1d5";
}
.icon-537:before {
content: "\e1d6";
}
.icon-538:before {
content: "\e1d7";
}
.icon-551:before {
content: "\e1d8";
}
.icon-552:before {
content: "\e1d9";
}
.icon-539:before {
content: "\e1da";
}
.icon-540:before {
content: "\e1c0";
}
.icon-553:before {
content: "\e1db";
}
.icon-541:before {
content: "\e1dc";
}
.icon-560:before {
content: "\e1dd";
}
.icon-573:before {
content: "\e1de";
}
.icon-586:before {
content: "\e1df";
}
.icon-599:before {
content: "\e1e0";
}
.icon-612:before {
content: "\e1e1";
}
.icon-625:before {
content: "\e1e2";
}
.icon-626:before {
content: "\e1e3";
}
.icon-613:before {
content: "\e1e4";
}
.icon-600:before {
content: "\e1e5";
}
.icon-587:before {
content: "\e1e6";
}
.icon-574:before {
content: "\e1e7";
}
.icon-561:before {
content: "\e1e8";
}
.icon-562:before {
content: "\e1e9";
}
.icon-575:before {
content: "\e1ea";
}
.icon-588:before {
content: "\e1eb";
}
.icon-601:before {
content: "\e1ec";
}
.icon-614:before {
content: "\e1ed";
}
.icon-627:before {
content: "\e1ee";
}
.icon-628:before {
content: "\e1ef";
}
.icon-615:before {
content: "\e1f0";
}
.icon-602:before {
content: "\e1f1";
}
.icon-589:before {
content: "\e1f2";
}
.icon-576:before {
content: "\e1f3";
}
.icon-563:before {
content: "\e1f4";
}
.icon-564:before {
content: "\e1f5";
}
.icon-577:before {
content: "\e1f6";
}
.icon-590:before {
content: "\e1f7";
}
.icon-603:before {
content: "\e1f8";
}
.icon-616:before {
content: "\e1f9";
}
.icon-629:before {
content: "\e1fa";
}
.icon-630:before {
content: "\e1fb";
}
.icon-617:before {
content: "\e1fc";
}
.icon-604:before {
content: "\e1fd";
}
.icon-591:before {
content: "\e1fe";
}
.icon-578:before {
content: "\e1ff";
}
.icon-565:before {
content: "\e200";
}
.icon-566:before {
content: "\e201";
}
.icon-579:before {
content: "\e202";
}
.icon-592:before {
content: "\e203";
}
.icon-605:before {
content: "\e204";
}
.icon-618:before {
content: "\e205";
}
.icon-631:before {
content: "\e206";
}
.icon-632:before {
content: "\e207";
}
.icon-619:before {
content: "\e208";
}
.icon-606:before {
content: "\e209";
}
.icon-593:before {
content: "\e20a";
}
.icon-594:before {
content: "\e20b";
}
.icon-607:before {
content: "\e20c";
}
.icon-620:before {
content: "\e20d";
}
.icon-633:before {
content: "\e20e";
}
.icon-634:before {
content: "\e20f";
}
.icon-621:before {
content: "\e210";
}
.icon-608:before {
content: "\e211";
}
.icon-595:before {
content: "\e212";
}
.icon-596:before {
content: "\e213";
}
.icon-609:before {
content: "\e214";
}
.icon-622:before {
content: "\e215";
}
.icon-635:before {
content: "\e216";
}
.icon-636:before {
content: "\e217";
}
.icon-623:before {
content: "\e218";
}
.icon-610:before {
content: "\e219";
}
.icon-597:before {
content: "\e21a";
}
.icon-598:before {
content: "\e21b";
}
.icon-611:before {
content: "\e21c";
}
.icon-624:before {
content: "\e21d";
}
.icon-637:before {
content: "\e21e";
}
.icon-638:before {
content: "\e21f";
}
.icon-651:before {
content: "\e220";
}
.icon-664:before {
content: "\e221";
}
.icon-677:before {
content: "\e222";
}
.icon-690:before {
content: "\e223";
}
.icon-703:before {
content: "\e224";
}
.icon-716:before {
content: "\e225";
}
.icon-717:before {
content: "\e226";
}
.icon-704:before {
content: "\e227";
}
.icon-691:before {
content: "\e228";
}
.icon-678:before {
content: "\e229";
}
.icon-665:before {
content: "\e22a";
}
.icon-652:before {
content: "\e22b";
}
.icon-639:before {
content: "\e22c";
}
.icon-640:before {
content: "\e22d";
}
.icon-653:before {
content: "\e22e";
}
.icon-666:before {
content: "\e22f";
}
.icon-679:before {
content: "\e230";
}
.icon-692:before {
content: "\e231";
}
.icon-705:before {
content: "\e232";
}
.icon-718:before {
content: "\e233";
}
.icon-719:before {
content: "\e234";
}
.icon-706:before {
content: "\e235";
}
.icon-693:before {
content: "\e236";
}
.icon-680:before {
content: "\e237";
}
.icon-667:before {
content: "\e238";
}
.icon-654:before {
content: "\e239";
}
.icon-641:before {
content: "\e23a";
}
.icon-642:before {
content: "\e23b";
}
.icon-655:before {
content: "\e23c";
}
.icon-668:before {
content: "\e23d";
}
.icon-681:before {
content: "\e23e";
}
.icon-694:before {
content: "\e23f";
}
.icon-707:before {
content: "\e240";
}
.icon-720:before {
content: "\e241";
}
.icon-721:before {
content: "\e242";
}
.icon-708:before {
content: "\e243";
}
.icon-695:before {
content: "\e244";
}
.icon-682:before {
content: "\e245";
}
.icon-669:before {
content: "\e246";
}
.icon-656:before {
content: "\e247";
}
.icon-643:before {
content: "\e248";
}
.icon-644:before {
content: "\e249";
}
.icon-645:before {
content: "\e24a";
}
.icon-646:before {
content: "\e24b";
}
.icon-647:before {
content: "\e24c";
}
.icon-648:before {
content: "\e24d";
}
.icon-649:before {
content: "\e24e";
}
.icon-650:before {
content: "\e24f";
}
.icon-663:before {
content: "\e250";
}
.icon-662:before {
content: "\e251";
}
.icon-661:before {
content: "\e252";
}
.icon-660:before {
content: "\e253";
}
.icon-659:before {
content: "\e254";
}
.icon-658:before {
content: "\e255";
}
.icon-657:before {
content: "\e256";
}
.icon-670:before {
content: "\e257";
}
.icon-671:before {
content: "\e258";
}
.icon-684:before {
content: "\e259";
}
.icon-683:before {
content: "\e25a";
}
.icon-696:before {
content: "\e25b";
}
.icon-697:before {
content: "\e25c";
}
.icon-710:before {
content: "\e25d";
}
.icon-709:before {
content: "\e25e";
}
.icon-722:before {
content: "\e25f";
}
.icon-723:before {
content: "\e260";
}
.icon-724:before {
content: "\e261";
}
.icon-725:before {
content: "\e262";
}
.icon-726:before {
content: "\e263";
}
.icon-727:before {
content: "\e264";
}
.icon-728:before {
content: "\e265";
}
.icon-715:before {
content: "\e266";
}
.icon-714:before {
content: "\e267";
}
.icon-713:before {
content: "\e268";
}
.icon-712:before {
content: "\e269";
}
.icon-711:before {
content: "\e26a";
}
.icon-698:before {
content: "\e26b";
}
.icon-699:before {
content: "\e26c";
}
.icon-700:before {
content: "\e26d";
}
.icon-701:before {
content: "\e26e";
}
.icon-702:before {
content: "\e26f";
}
.icon-689:before {
content: "\e270";
}
.icon-688:before {
content: "\e271";
}
.icon-687:before {
content: "\e272";
}
.icon-686:before {
content: "\e273";
}
.icon-685:before {
content: "\e274";
}
.icon-672:before {
content: "\e275";
}
.icon-673:before {
content: "\e276";
}
.icon-674:before {
content: "\e277";
}
.icon-675:before {
content: "\e278";
}
.icon-676:before {
content: "\e279";
}
.icon-729:before {
content: "\e27a";
}
.icon-742:before {
content: "\e27b";
}
.icon-755:before {
content: "\e27c";
}
.icon-768:before {
content: "\e27d";
}
.icon-781:before {
content: "\e27e";
}
.icon-782:before {
content: "\e27f";
}
.icon-769:before {
content: "\e280";
}
.icon-756:before {
content: "\e281";
}
.icon-743:before {
content: "\e282";
}
.icon-730:before {
content: "\e283";
}
.icon-731:before {
content: "\e284";
}
.icon-744:before {
content: "\e285";
}
.icon-757:before {
content: "\e286";
}
.icon-770:before {
content: "\e287";
}
.icon-783:before {
content: "\e288";
}
.icon-784:before {
content: "\e289";
}
.icon-771:before {
content: "\e28a";
}
.icon-758:before {
content: "\e28b";
}
.icon-745:before {
content: "\e28c";
}
.icon-732:before {
content: "\e28d";
}
.icon-733:before {
content: "\e28e";
}
.icon-746:before {
content: "\e28f";
}
.icon-759:before {
content: "\e290";
}
.icon-772:before {
content: "\e291";
}
.icon-785:before {
content: "\e292";
}
.icon-786:before {
content: "\e293";
}
.icon-773:before {
content: "\e294";
}
.icon-760:before {
content: "\e295";
}
.icon-747:before {
content: "\e296";
}
.icon-734:before {
content: "\e297";
}
.icon-735:before {
content: "\e298";
}
.icon-748:before {
content: "\e299";
}
.icon-761:before {
content: "\e29a";
}
.icon-774:before {
content: "\e29b";
}
.icon-787:before {
content: "\e29c";
}
.icon-788:before {
content: "\e29d";
}
.icon-775:before {
content: "\e29e";
}
.icon-762:before {
content: "\e29f";
}
.icon-749:before {
content: "\e2a0";
}
.icon-736:before {
content: "\e2a1";
}
.icon-737:before {
content: "\e2a2";
}
.icon-750:before {
content: "\e2a3";
}
.icon-763:before {
content: "\e2a4";
}
.icon-776:before {
content: "\e2a5";
}
.icon-789:before {
content: "\e2a6";
}
.icon-790:before {
content: "\e2a7";
}
.icon-777:before {
content: "\e2a8";
}
.icon-764:before {
content: "\e2a9";
}
.icon-751:before {
content: "\e2aa";
}
.icon-738:before {
content: "\e2ab";
}
.icon-739:before {
content: "\e2ac";
}
.icon-752:before {
content: "\e2ad";
}
.icon-765:before {
content: "\e2ae";
}
.icon-778:before {
content: "\e2af";
}
.icon-791:before {
content: "\e2b0";
}
.icon-792:before {
content: "\e2b1";
}
.icon-779:before {
content: "\e2b2";
}
.icon-766:before {
content: "\e2b3";
}
.icon-753:before {
content: "\e2b4";
}
.icon-740:before {
content: "\e2b5";
}
.icon-741:before {
content: "\e2b6";
}
.icon-754:before {
content: "\e2b7";
}
.icon-767:before {
content: "\e2b8";
}
.icon-780:before {
content: "\e2b9";
}
.icon-793:before {
content: "\e2ba";
}
.icon-794:before {
content: "\e2bb";
}
.icon-807:before {
content: "\e2bc";
}
.icon-820:before {
content: "\e2bd";
}
.icon-833:before {
content: "\e2be";
}
.icon-834:before {
content: "\e2bf";
}
.icon-821:before {
content: "\e2c0";
}
.icon-808:before {
content: "\e2c1";
}
.icon-795:before {
content: "\e2c2";
}
.icon-796:before {
content: "\e2c3";
}
.icon-809:before {
content: "\e2c4";
}
.icon-822:before {
content: "\e2c5";
}
.icon-835:before {
content: "\e2c6";
}
.icon-836:before {
content: "\e2c7";
}
.icon-837:before {
content: "\e2c8";
}
.icon-823:before {
content: "\e2c9";
}
.icon-810:before {
content: "\e2ca";
}
.icon-797:before {
content: "\e2cb";
}
.icon-798:before {
content: "\e2cc";
}
.icon-811:before {
content: "\e2cd";
}
.icon-824:before {
content: "\e2ce";
}
.icon-825:before {
content: "\e2cf";
}
.icon-812:before {
content: "\e2d0";
}
.icon-799:before {
content: "\e2d1";
}
.icon-800:before {
content: "\e2d2";
}
.icon-813:before {
content: "\e2d3";
}
.icon-814:before {
content: "\e2d4";
}
.icon-801:before {
content: "\e2d5";
}
.icon-802:before {
content: "\e2d6";
}
.icon-815:before {
content: "\e2d7";
}
.icon-828:before {
content: "\e2d8";
}
.icon-827:before {
content: "\e2d9";
}
.icon-826:before {
content: "\e2da";
}
.icon-838:before {
content: "\e2db";
}
.icon-839:before {
content: "\e2dc";
}
.icon-840:before {
content: "\e2dd";
}
.icon-841:before {
content: "\e2de";
}
.icon-842:before {
content: "\e2df";
}
.icon-843:before {
content: "\e2e0";
}
.icon-844:before {
content: "\e2e1";
}
.icon-845:before {
content: "\e2e2";
}
.icon-832:before {
content: "\e2e3";
}
.icon-831:before {
content: "\e2e4";
}
.icon-830:before {
content: "\e2e5";
}
.icon-829:before {
content: "\e2e6";
}
.icon-816:before {
content: "\e2e7";
}
.icon-817:before {
content: "\e2e8";
}
.icon-818:before {
content: "\e2e9";
}
.icon-819:before {
content: "\e2ea";
}
.icon-806:before {
content: "\e2eb";
}
.icon-805:before {
content: "\e2ec";
}
.icon-804:before {
content: "\e2ed";
}
.icon-803:before {
content: "\e2ee";
}
.icon-846:before {
content: "\e2ef";
}
.icon-859:before {
content: "\e2f0";
}
.icon-872:before {
content: "\e2f1";
}
.icon-885:before {
content: "\e2f2";
}
.icon-898:before {
content: "\e2f3";
}
.icon-911:before {
content: "\e2f4";
}
.icon-924:before {
content: "\e2f5";
}
.icon-925:before {
content: "\e2f6";
}
.icon-912:before {
content: "\e2f7";
}
.icon-899:before {
content: "\e2f8";
}
.icon-886:before {
content: "\e2f9";
}
.icon-873:before {
content: "\e2fa";
}
.icon-860:before {
content: "\e2fb";
}
.icon-847:before {
content: "\e2fc";
}
.icon-848:before {
content: "\e2fd";
}
.icon-861:before {
content: "\e2fe";
}
.icon-874:before {
content: "\e2ff";
}
.icon-887:before {
content: "\e300";
}
.icon-900:before {
content: "\e301";
}
.icon-913:before {
content: "\e302";
}
.icon-926:before {
content: "\e303";
}
.icon-927:before {
content: "\e304";
}
.icon-914:before {
content: "\e305";
}
.icon-901:before {
content: "\e306";
}
.icon-888:before {
content: "\e307";
}
.icon-875:before {
content: "\e308";
}
.icon-862:before {
content: "\e309";
}
.icon-849:before {
content: "\e30a";
}
.icon-850:before {
content: "\e30b";
}
.icon-863:before {
content: "\e30c";
}
.icon-876:before {
content: "\e30d";
}
.icon-889:before {
content: "\e30e";
}
.icon-902:before {
content: "\e30f";
}
.icon-915:before {
content: "\e310";
}
.icon-928:before {
content: "\e311";
}
.icon-929:before {
content: "\e312";
}
.icon-916:before {
content: "\e313";
}
.icon-903:before {
content: "\e314";
}
.icon-890:before {
content: "\e315";
}
.icon-877:before {
content: "\e316";
}
.icon-864:before {
content: "\e317";
}
.icon-851:before {
content: "\e318";
}
.icon-865:before {
content: "\e319";
}
.icon-878:before {
content: "\e31a";
}
.icon-879:before {
content: "\e31b";
}
.icon-866:before {
content: "\e31c";
}
.icon-852:before {
content: "\e31d";
}
.icon-853:before {
content: "\e31e";
}
.icon-854:before {
content: "\e31f";
}
.icon-867:before {
content: "\e320";
}
.icon-880:before {
content: "\e321";
}
.icon-881:before {
content: "\e322";
}
.icon-868:before {
content: "\e323";
}
.icon-855:before {
content: "\e324";
}
.icon-856:before {
content: "\e325";
}
.icon-869:before {
content: "\e326";
}
.icon-882:before {
content: "\e327";
}
.icon-883:before {
content: "\e328";
}
.icon-870:before {
content: "\e329";
}
.icon-857:before {
content: "\e32a";
}
.icon-858:before {
content: "\e32b";
}
.icon-871:before {
content: "\e32c";
}
.icon-884:before {
content: "\e32d";
}
.icon-897:before {
content: "\e32e";
}
.icon-910:before {
content: "\e32f";
}
.icon-923:before {
content: "\e330";
}
.icon-936:before {
content: "\e331";
}
.icon-935:before {
content: "\e332";
}
.icon-922:before {
content: "\e333";
}
.icon-909:before {
content: "\e334";
}
.icon-896:before {
content: "\e335";
}
.icon-895:before {
content: "\e336";
}
.icon-908:before {
content: "\e337";
}
.icon-921:before {
content: "\e338";
}
.icon-934:before {
content: "\e339";
}
.icon-933:before {
content: "\e33a";
}
.icon-920:before {
content: "\e33b";
}
.icon-907:before {
content: "\e33c";
}
.icon-894:before {
content: "\e33d";
}
.icon-893:before {
content: "\e33e";
}
.icon-906:before {
content: "\e33f";
}
.icon-905:before {
content: "\e340";
}
.icon-892:before {
content: "\e341";
}
.icon-891:before {
content: "\e342";
}
.icon-904:before {
content: "\e343";
}
.icon-917:before {
content: "\e344";
}
.icon-918:before {
content: "\e345";
}
.icon-919:before {
content: "\e346";
}
.icon-932:before {
content: "\e347";
}
.icon-931:before {
content: "\e348";
}
.icon-930:before {
content: "\e349";
}
.icon-937:before {
content: "\e34a";
}
.icon-950:before {
content: "\e34b";
}
.icon-963:before {
content: "\e34c";
}
.icon-976:before {
content: "\e34d";
}
.icon-989:before {
content: "\e34e";
}
.icon-990:before {
content: "\e34f";
}
.icon-977:before {
content: "\e350";
}
.icon-964:before {
content: "\e351";
}
.icon-951:before {
content: "\e352";
}
.icon-938:before {
content: "\e353";
}
.icon-939:before {
content: "\e354";
}
.icon-952:before {
content: "\e355";
}
.icon-965:before {
content: "\e356";
}
.icon-978:before {
content: "\e357";
}
.icon-991:before {
content: "\e358";
}
.icon-992:before {
content: "\e359";
}
.icon-979:before {
content: "\e35a";
}
.icon-966:before {
content: "\e35b";
}
.icon-953:before {
content: "\e35c";
}
.icon-940:before {
content: "\e35d";
}
.icon-941:before {
content: "\e35e";
}
.icon-954:before {
content: "\e35f";
}
.icon-967:before {
content: "\e360";
}
.icon-980:before {
content: "\e361";
}
.icon-993:before {
content: "\e362";
}
.icon-994:before {
content: "\e363";
}
.icon-981:before {
content: "\e364";
}
.icon-968:before {
content: "\e365";
}
.icon-955:before {
content: "\e366";
}
.icon-942:before {
content: "\e367";
}
.icon-943:before {
content: "\e368";
}
.icon-956:before {
content: "\e369";
}
.icon-969:before {
content: "\e36a";
}
.icon-982:before {
content: "\e36b";
}
.icon-995:before {
content: "\e36c";
}
.icon-996:before {
content: "\e36d";
}
.icon-983:before {
content: "\e36e";
}
.icon-970:before {
content: "\e36f";
}
.icon-957:before {
content: "\e370";
}
.icon-944:before {
content: "\e371";
}
.icon-945:before {
content: "\e372";
}
.icon-946:before {
content: "\e373";
}
.icon-947:before {
content: "\e374";
}
.icon-948:before {
content: "\e375";
}
.icon-949:before {
content: "\e376";
}
.icon-962:before {
content: "\e377";
}
.icon-961:before {
content: "\e378";
}
.icon-960:before {
content: "\e379";
}
.icon-959:before {
content: "\e37a";
}
.icon-958:before {
content: "\e37b";
}
.icon-971:before {
content: "\e37c";
}
.icon-972:before {
content: "\e37d";
}
.icon-973:before {
content: "\e37e";
}
.icon-974:before {
content: "\e37f";
}
.icon-975:before {
content: "\e380";
}
.icon-988:before {
content: "\e381";
}
.icon-987:before {
content: "\e382";
}
.icon-986:before {
content: "\e383";
}
.icon-985:before {
content: "\e384";
}
.icon-984:before {
content: "\e385";
}
.icon-997:before {
content: "\e386";
}
.icon-998:before {
content: "\e387";
}
.icon-999:before {
content: "\e388";
}
.icon-1000:before {
content: "\e389";
}
.icon-1001:before {
content: "\e38a";
}
.icon-1014:before {
content: "\e38b";
}
.icon-1013:before {
content: "\e38c";
}
.icon-1026:before {
content: "\e38d";
}
.icon-1027:before {
content: "\e38e";
}
.icon-1040:before {
content: "\e38f";
}
.icon-1053:before {
content: "\e390";
}
.icon-1066:before {
content: "\e391";
}
.icon-1079:before {
content: "\e392";
}
.icon-1078:before {
content: "\e393";
}
.icon-1065:before {
content: "\e394";
}
.icon-1052:before {
content: "\e395";
}
.icon-1039:before {
content: "\e396";
}
.icon-1012:before {
content: "\e397";
}
.icon-1011:before {
content: "\e398";
}
.icon-1024:before {
content: "\e399";
}
.icon-1025:before {
content: "\e39a";
}
.icon-1038:before {
content: "\e39b";
}
.icon-1037:before {
content: "\e39c";
}
.icon-1050:before {
content: "\e39d";
}
.icon-1051:before {
content: "\e39e";
}
.icon-1064:before {
content: "\e39f";
}
.icon-1063:before {
content: "\e3a0";
}
.icon-1077:before {
content: "\e3a1";
}
.icon-1076:before {
content: "\e3a2";
}
.icon-1075:before {
content: "\e3a3";
}
.icon-1062:before {
content: "\e3a4";
}
.icon-1049:before {
content: "\e3a5";
}
.icon-1036:before {
content: "\e3a6";
}
.icon-1023:before {
content: "\e3a7";
}
.icon-1010:before {
content: "\e3a8";
}
.icon-1009:before {
content: "\e3a9";
}
.icon-1022:before {
content: "\e3aa";
}
.icon-1035:before {
content: "\e3ab";
}
.icon-1048:before {
content: "\e3ac";
}
.icon-1061:before {
content: "\e3ad";
}
.icon-1060:before {
content: "\e3ae";
}
.icon-1047:before {
content: "\e3af";
}
.icon-1034:before {
content: "\e3b0";
}
.icon-1021:before {
content: "\e3b1";
}
.icon-1008:before {
content: "\e3b2";
}
.icon-1007:before {
content: "\e3b3";
}
.icon-1020:before {
content: "\e3b4";
}
.icon-1033:before {
content: "\e3b5";
}
.icon-1046:before {
content: "\e3b6";
}
.icon-1059:before {
content: "\e3b7";
}
.icon-1058:before {
content: "\e3b8";
}
.icon-1045:before {
content: "\e3b9";
}
.icon-1032:before {
content: "\e3ba";
}
.icon-1019:before {
content: "\e3bb";
}
.icon-1006:before {
content: "\e3bc";
}
.icon-1005:before {
content: "\e3bd";
}
.icon-1018:before {
content: "\e3be";
}
.icon-1031:before {
content: "\e3bf";
}
.icon-1044:before {
content: "\e3c0";
}
.icon-1057:before {
content: "\e3c1";
}
.icon-1056:before {
content: "\e3c2";
}
.icon-1043:before {
content: "\e3c3";
}
.icon-1030:before {
content: "\e3c4";
}
.icon-1017:before {
content: "\e3c5";
}
.icon-1004:before {
content: "\e3c6";
}
.icon-1003:before {
content: "\e3c7";
}
.icon-1016:before {
content: "\e3c8";
}
.icon-1029:before {
content: "\e3c9";
}
.icon-1042:before {
content: "\e3ca";
}
.icon-1055:before {
content: "\e3cb";
}
.icon-1054:before {
content: "\e3cc";
}
.icon-1041:before {
content: "\e3cd";
}
.icon-1028:before {
content: "\e3ce";
}
.icon-1015:before {
content: "\e3cf";
}
.icon-1002:before {
content: "\e3d0";
}
.icon-1067:before {
content: "\e3d1";
}
.icon-1080:before {
content: "\e3d2";
}
.icon-1081:before {
content: "\e3d3";
}
.icon-1068:before {
content: "\e3d4";
}
.icon-1069:before {
content: "\e3d5";
}
.icon-1082:before {
content: "\e3d6";
}
.icon-1083:before {
content: "\e3d7";
}
.icon-1070:before {
content: "\e3d8";
}
.icon-1071:before {
content: "\e3d9";
}
.icon-1084:before {
content: "\e3da";
}
.icon-1085:before {
content: "\e3db";
}
.icon-1072:before {
content: "\e3dc";
}
.icon-1073:before {
content: "\e3dd";
}
.icon-1086:before {
content: "\e3de";
}
.icon-1087:before {
content: "\e3df";
}
.icon-1074:before {
content: "\e3e0";
}
.icon-1088:before {
content: "\e3e1";
}
.icon-1089:before {
content: "\e3e2";
}
.icon-1090:before {
content: "\e3e3";
}
.icon-1091:before {
content: "\e3e4";
}
.icon-1092:before {
content: "\e3e5";
}
.icon-1105:before {
content: "\e3e6";
}
.icon-1118:before {
content: "\e3e7";
}
.icon-1131:before {
content: "\e3e8";
}
.icon-1144:before {
content: "\e3e9";
}
.icon-1157:before {
content: "\e3ea";
}
.icon-1170:before {
content: "\e3eb";
}
.icon-1169:before {
content: "\e3ec";
}
.icon-1156:before {
content: "\e3ed";
}
.icon-1143:before {
content: "\e3ee";
}
.icon-1130:before {
content: "\e3ef";
}
.icon-1117:before {
content: "\e3f0";
}
.icon-1104:before {
content: "\e3f1";
}
.icon-1103:before {
content: "\e3f2";
}
.icon-1116:before {
content: "\e3f3";
}
.icon-1129:before {
content: "\e3f4";
}
.icon-1142:before {
content: "\e3f5";
}
.icon-1155:before {
content: "\e3f6";
}
.icon-1168:before {
content: "\e3f7";
}
.icon-1167:before {
content: "\e3f8";
}
.icon-1154:before {
content: "\e3f9";
}
.icon-1141:before {
content: "\e3fa";
}
.icon-1128:before {
content: "\e3fb";
}
.icon-1115:before {
content: "\e3fc";
}
.icon-1102:before {
content: "\e3fd";
}
.icon-1101:before {
content: "\e3fe";
}
.icon-1114:before {
content: "\e3ff";
}
.icon-1127:before {
content: "\e400";
}
.icon-1140:before {
content: "\e401";
}
.icon-1153:before {
content: "\e402";
}
.icon-1166:before {
content: "\e403";
}
.icon-1165:before {
content: "\e404";
}
.icon-1152:before {
content: "\e405";
}
.icon-1139:before {
content: "\e406";
}
.icon-1126:before {
content: "\e407";
}
.icon-1113:before {
content: "\e408";
}
.icon-1100:before {
content: "\e409";
}
.icon-1099:before {
content: "\e40a";
}
.icon-1112:before {
content: "\e40b";
}
.icon-1125:before {
content: "\e40c";
}
.icon-1138:before {
content: "\e40d";
}
.icon-1151:before {
content: "\e40e";
}
.icon-1164:before {
content: "\e40f";
}
.icon-1163:before {
content: "\e410";
}
.icon-1150:before {
content: "\e411";
}
.icon-1137:before {
content: "\e412";
}
.icon-1124:before {
content: "\e413";
}
.icon-1111:before {
content: "\e414";
}
.icon-1098:before {
content: "\e415";
}
.icon-1097:before {
content: "\e416";
}
.icon-1110:before {
content: "\e417";
}
.icon-1123:before {
content: "\e418";
}
.icon-1136:before {
content: "\e419";
}
.icon-1149:before {
content: "\e41a";
}
.icon-1162:before {
content: "\e41b";
}
.icon-1161:before {
content: "\e41c";
}
.icon-1148:before {
content: "\e41d";
}
.icon-1135:before {
content: "\e41e";
}
.icon-1122:before {
content: "\e41f";
}
.icon-1109:before {
content: "\e420";
}
.icon-1096:before {
content: "\e421";
}
.icon-1095:before {
content: "\e422";
}
.icon-1108:before {
content: "\e423";
}
.icon-1121:before {
content: "\e424";
}
.icon-1134:before {
content: "\e425";
}
.icon-1147:before {
content: "\e426";
}
.icon-1160:before {
content: "\e427";
}
.icon-1159:before {
content: "\e428";
}
.icon-1146:before {
content: "\e429";
}
.icon-1133:before {
content: "\e42a";
}
.icon-1120:before {
content: "\e42b";
}
.icon-1107:before {
content: "\e42c";
}
.icon-1094:before {
content: "\e42d";
}
.icon-1093:before {
content: "\e42e";
}
.icon-1106:before {
content: "\e42f";
}
.icon-1119:before {
content: "\e430";
}
.icon-1132:before {
content: "\e431";
}
.icon-1145:before {
content: "\e432";
}
.icon-1158:before {
content: "\e433";
}
.icon-1171:before {
content: "\e434";
}
.icon-1184:before {
content: "\e435";
}
.icon-1197:before {
content: "\e436";
}
.icon-1210:before {
content: "\e437";
}
.icon-1223:before {
content: "\e438";
}
.icon-1224:before {
content: "\e439";
}
.icon-1211:before {
content: "\e43a";
}
.icon-1198:before {
content: "\e43b";
}
.icon-1185:before {
content: "\e43c";
}
.icon-1172:before {
content: "\e43d";
}
.icon-1173:before {
content: "\e43e";
}
.icon-1186:before {
content: "\e43f";
}
.icon-1199:before {
content: "\e440";
}
.icon-1212:before {
content: "\e441";
}
.icon-1225:before {
content: "\e442";
}
.icon-1226:before {
content: "\e443";
}
.icon-1213:before {
content: "\e444";
}
.icon-1200:before {
content: "\e445";
}
.icon-1187:before {
content: "\e446";
}
.icon-1174:before {
content: "\e447";
}
.icon-1175:before {
content: "\e448";
}
.icon-1188:before {
content: "\e449";
}
.icon-1201:before {
content: "\e44a";
}
.icon-1214:before {
content: "\e44b";
}
.icon-1227:before {
content: "\e44c";
}
.icon-1229:before {
content: "\e44d";
}
.icon-1215:before {
content: "\e44e";
}
.icon-1228:before {
content: "\e44f";
}
.icon-1216:before {
content: "\e450";
}
.icon-1202:before {
content: "\e451";
}
.icon-1203:before {
content: "\e452";
}
.icon-1190:before {
content: "\e453";
}
.icon-1189:before {
content: "\e454";
}
.icon-1176:before {
content: "\e455";
}
.icon-1177:before {
content: "\e456";
}
.icon-1178:before {
content: "\e457";
}
.icon-1179:before {
content: "\e458";
}
.icon-1180:before {
content: "\e459";
}
.icon-1181:before {
content: "\e45a";
}
.icon-1182:before {
content: "\e45b";
}
.icon-1183:before {
content: "\e45c";
}
.icon-1196:before {
content: "\e45d";
}
.icon-1195:before {
content: "\e45e";
}
.icon-1194:before {
content: "\e45f";
}
.icon-1193:before {
content: "\e460";
}
.icon-1191:before {
content: "\e461";
}
.icon-1204:before {
content: "\e462";
}
.icon-1205:before {
content: "\e463";
}
.icon-1192:before {
content: "\e464";
}
.icon-1206:before {
content: "\e465";
}
.icon-1207:before {
content: "\e466";
}
.icon-1208:before {
content: "\e467";
}
.icon-1209:before {
content: "\e468";
}
.icon-1222:before {
content: "\e469";
}
.icon-1221:before {
content: "\e46a";
}
.icon-1220:before {
content: "\e46b";
}
.icon-1219:before {
content: "\e46c";
}
.icon-1218:before {
content: "\e46d";
}
.icon-1217:before {
content: "\e46e";
}
.icon-1230:before {
content: "\e46f";
}
.icon-1231:before {
content: "\e470";
}
.icon-1232:before {
content: "\e471";
}
.icon-1233:before {
content: "\e472";
}
.icon-1234:before {
content: "\e473";
}
.icon-1235:before {
content: "\e474";
}
.icon-1248:before {
content: "\e475";
}
.icon-1247:before {
content: "\e476";
}
.icon-1260:before {
content: "\e477";
}
.icon-1261:before {
content: "\e478";
}
.icon-1259:before {
content: "\e479";
}
.icon-1246:before {
content: "\e47a";
}
.icon-1245:before {
content: "\e47b";
}
.icon-1258:before {
content: "\e47c";
}
.icon-1257:before {
content: "\e47d";
}
.icon-1244:before {
content: "\e47e";
}
.icon-1243:before {
content: "\e47f";
}
.icon-1256:before {
content: "\e480";
}
.icon-1255:before {
content: "\e481";
}
.icon-1242:before {
content: "\e482";
}
.icon-1241:before {
content: "\e483";
}
.icon-1254:before {
content: "\e484";
}
.icon-1253:before {
content: "\e485";
}
.icon-1240:before {
content: "\e486";
}
.icon-1239:before {
content: "\e487";
}
.icon-1252:before {
content: "\e488";
}
.icon-1251:before {
content: "\e489";
}
.icon-1238:before {
content: "\e48a";
}
.icon-1237:before {
content: "\e48b";
}
.icon-1250:before {
content: "\e48c";
}
.icon-1249:before {
content: "\e48d";
}
.icon-1236:before {
content: "\e48e";
}
.icon-1262:before {
content: "\e48f";
}
.icon-1275:before {
content: "\e490";
}
.icon-1288:before {
content: "\e491";
}
.icon-1301:before {
content: "\e492";
}
.icon-1302:before {
content: "\e493";
}
.icon-1289:before {
content: "\e494";
}
.icon-1276:before {
content: "\e495";
}
.icon-1263:before {
content: "\e496";
}
.icon-1264:before {
content: "\e497";
}
.icon-1277:before {
content: "\e498";
}
.icon-1290:before {
content: "\e499";
}
.icon-1303:before {
content: "\e49a";
}
.icon-1304:before {
content: "\e49b";
}
.icon-1291:before {
content: "\e49c";
}
.icon-1278:before {
content: "\e49d";
}
.icon-1265:before {
content: "\e49e";
}
.icon-1266:before {
content: "\e49f";
}
.icon-1279:before {
content: "\e4a0";
}
.icon-1292:before {
content: "\e4a1";
}
.icon-1305:before {
content: "\e4a2";
}
.icon-1306:before {
content: "\e4a3";
}
.icon-1293:before {
content: "\e4a4";
}
.icon-1280:before {
content: "\e4a5";
}
.icon-1267:before {
content: "\e4a6";
}
.icon-1268:before {
content: "\e4a7";
}
.icon-1281:before {
content: "\e4a8";
}
.icon-1294:before {
content: "\e4a9";
}
.icon-1307:before {
content: "\e4aa";
}
.icon-1308:before {
content: "\e4ab";
}
.icon-1295:before {
content: "\e4ac";
}
.icon-1282:before {
content: "\e4ad";
}
.icon-1269:before {
content: "\e4ae";
}
.icon-1270:before {
content: "\e4af";
}
.icon-1283:before {
content: "\e4b0";
}
.icon-1296:before {
content: "\e4b1";
}
.icon-1309:before {
content: "\e4b2";
}
.icon-1310:before {
content: "\e4b3";
}
.icon-1297:before {
content: "\e4b4";
}
.icon-1284:before {
content: "\e4b5";
}
.icon-1271:before {
content: "\e4b6";
}
.icon-1272:before {
content: "\e4b7";
}
.icon-1285:before {
content: "\e4b8";
}
.icon-1286:before {
content: "\e4b9";
}
.icon-1273:before {
content: "\e4ba";
}
.icon-1274:before {
content: "\e4bb";
}
.icon-1287:before {
content: "\e4bc";
}
.icon-1300:before {
content: "\e4bd";
}
.icon-1313:before {
content: "\e4be";
}
.icon-1312:before {
content: "\e4bf";
}
.icon-1299:before {
content: "\e4c0";
}
.icon-1298:before {
content: "\e4c1";
}
.icon-1311:before {
content: "\e4c2";
}
.icon-1314:before {
content: "\e4c3";
}
.icon-1327:before {
content: "\e4c4";
}
.icon-1340:before {
content: "\e4c5";
}
.icon-1341:before {
content: "\e4c6";
}
.icon-1328:before {
content: "\e4c7";
}
.icon-1315:before {
content: "\e4c8";
}
.icon-1316:before {
content: "\e4ca";
}
.icon-1317:before {
content: "\e4cb";
}
.icon-1330:before {
content: "\e4cc";
}
.icon-1318:before {
content: "\e4ce";
}
.icon-1319:before {
content: "\e4cf";
}
.icon-1332:before {
content: "\e4d0";
}
.icon-1333:before {
content: "\e4d1";
}
.icon-1320:before {
content: "\e4d2";
}
.icon-1321:before {
content: "\e4d3";
}
.icon-1334:before {
content: "\e4d4";
}
.icon-1335:before {
content: "\e4d5";
}
.icon-1322:before {
content: "\e4d6";
}
.icon-1323:before {
content: "\e4d7";
}
.icon-1336:before {
content: "\e4d8";
}
.icon-1337:before {
content: "\e4d9";
}
.icon-1324:before {
content: "\e4da";
}
.icon-1325:before {
content: "\e4db";
}
.icon-1338:before {
content: "\e4dc";
}
.icon-1339:before {
content: "\e4dd";
}
.icon-1326:before {
content: "\e4de";
}
.icon-1352:before {
content: "\e4df";
}
.icon-1365:before {
content: "\e4e0";
}
.icon-1364:before {
content: "\e4e1";
}
.icon-1351:before {
content: "\e4e2";
}
.icon-1350:before {
content: "\e4e3";
}
.icon-1363:before {
content: "\e4e4";
}
.icon-1362:before {
content: "\e4e5";
}
.icon-1349:before {
content: "\e4e6";
}
.icon-1348:before {
content: "\e4e7";
}
.icon-1361:before {
content: "\e4e8";
}
.icon-1360:before {
content: "\e4e9";
}
.icon-1347:before {
content: "\e4ea";
}
.icon-1346:before {
content: "\e4eb";
}
.icon-1359:before {
content: "\e4ec";
}
.icon-1358:before {
content: "\e4ed";
}
.icon-1345:before {
content: "\e4ee";
}
.icon-1344:before {
content: "\e4ef";
}
.icon-1357:before {
content: "\e4f0";
}
.icon-1356:before {
content: "\e4f1";
}
.icon-1343:before {
content: "\e4f2";
}
.icon-1342:before {
content: "\e4f3";
}
.icon-1355:before {
content: "\e4f4";
}
.icon-1354:before {
content: "\e4f5";
}
.icon-1353:before {
content: "\e4f6";
}
.icon-1366:before {
content: "\e4f7";
}
.icon-1379:before {
content: "\e4f8";
}
.icon-1392:before {
content: "\e4f9";
}
.icon-1405:before {
content: "\e4fa";
}
.icon-1418:before {
content: "\e4fb";
}
.icon-1419:before {
content: "\e4fc";
}
.icon-1406:before {
content: "\e4fd";
}
.icon-1393:before {
content: "\e4fe";
}
.icon-1380:before {
content: "\e4ff";
}
.icon-1367:before {
content: "\e500";
}
.icon-1368:before {
content: "\e501";
}
.icon-1381:before {
content: "\e502";
}
.icon-1394:before {
content: "\e503";
}
.icon-1407:before {
content: "\e504";
}
.icon-1420:before {
content: "\e505";
}
.icon-1421:before {
content: "\e506";
}
.icon-1408:before {
content: "\e507";
}
.icon-1395:before {
content: "\e508";
}
.icon-1382:before {
content: "\e509";
}
.icon-1369:before {
content: "\e50a";
}
.icon-1370:before {
content: "\e50b";
}
.icon-1383:before {
content: "\e50c";
}
.icon-1396:before {
content: "\e50d";
}
.icon-1409:before {
content: "\e50e";
}
.icon-1422:before {
content: "\e50f";
}
.icon-1423:before {
content: "\e510";
}
.icon-1410:before {
content: "\e511";
}
.icon-1384:before {
content: "\e512";
}
.icon-1371:before {
content: "\e513";
}
.icon-1372:before {
content: "\e514";
}
.icon-1385:before {
content: "\e515";
}
.icon-1398:before {
content: "\e516";
}
.icon-1411:before {
content: "\e517";
}
.icon-1397:before {
content: "\e518";
}
.icon-1399:before {
content: "\e519";
}
.icon-1386:before {
content: "\e51a";
}
.icon-1373:before {
content: "\e51b";
}
.icon-1374:before {
content: "\e51c";
}
.icon-1387:before {
content: "\e51d";
}
.icon-1388:before {
content: "\e51e";
}
.icon-1375:before {
content: "\e51f";
}
.icon-1376:before {
content: "\e520";
}
.icon-1389:before {
content: "\e521";
}
.icon-1390:before {
content: "\e522";
}
.icon-1377:before {
content: "\e523";
}
.icon-1378:before {
content: "\e524";
}
.icon-1391:before {
content: "\e525";
}
.icon-1404:before {
content: "\e526";
}
.icon-1417:before {
content: "\e527";
}
.icon-1430:before {
content: "\e528";
}
.icon-1429:before {
content: "\e529";
}
.icon-1416:before {
content: "\e52a";
}
.icon-1403:before {
content: "\e52b";
}
.icon-1402:before {
content: "\e52c";
}
.icon-1415:before {
content: "\e52d";
}
.icon-1428:before {
content: "\e52e";
}
.icon-1427:before {
content: "\e52f";
}
.icon-1414:before {
content: "\e530";
}
.icon-1401:before {
content: "\e531";
}
.icon-1400:before {
content: "\e532";
}
.icon-1413:before {
content: "\e533";
}
.icon-1426:before {
content: "\e534";
}
.icon-1425:before {
content: "\e535";
}
.icon-1412:before {
content: "\e536";
}
.icon-1424:before {
content: "\e537";
}
.icon-1329:before {
content: "\e4c9";
}
.icon-1331:before {
content: "\e4cd";
}@font-face {
font-family: 'pcd_icons';
src: url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/pcd_icons.eot?90974918);
src: url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/pcd_icons.eot?90974918#iefix) format('embedded-opentype'),
url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/pcd_icons.woff2?90974918) format('woff2'),
url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/pcd_icons.woff?90974918) format('woff'),
url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/pcd_icons.ttf?90974918) format('truetype'),
url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/pcd_icons.svg?90974918#pcd_icons) format('svg');
font-weight: normal;
font-style: normal;
}    .wpc-porto-skin .icon-pcd_icons-01:before,.wpc-porto-skin .icon-pcd_icons-03:before,.wpc-porto-skin .icon-pcd_icons-04:before,
.wpc-porto-skin .icon-pcd_icons-05:before,.wpc-porto-skin .icon-pcd_icons-06:before,.wpc-porto-skin .icon-pcd_icons-07:before,
.wpc-porto-skin .icon-pcd_icons-01-01:before,.wpc-porto-skin .icon-pcd_icons-08:before,.wpc-porto-skin .icon-pcd_icons-09:before
{
font-family: "pcd_icons" !important;
font-style: normal !important;
font-weight: normal !important;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em; font-size: 120%; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;  }
.wpc-porto-skin .icon-pcd_icons-01:before { content: '\e801'; } .wpc-porto-skin .icon-pcd_icons-03:before { content: '\e802'; } .wpc-porto-skin .icon-pcd_icons-04:before { content: '\e803'; } .wpc-porto-skin .icon-pcd_icons-05:before { content: '\e804'; } .wpc-porto-skin .icon-pcd_icons-06:before { content: '\e805'; } .wpc-porto-skin .icon-pcd_icons-07:before { content: '\e806'; } .wpc-porto-skin .icon-pcd_icons-01-01:before { content: '\e80a'; } .wpc-porto-skin .icon-pcd_icons-08:before { content: '\e80b'; } .wpc-porto-skin .icon-pcd_icons-09:before { content: '\e80c'; }.wpc-colorpicker{width:356px;height:176px;overflow:hidden;position:absolute;background:url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/images/colorpicker_background.png);font-family:Arial,Helvetica,sans-serif;display:none}.wpc-colorpicker_color{width:150px;height:150px;left:14px;top:13px;position:absolute;background:#f00;overflow:hidden;cursor:crosshair}.wpc-colorpicker_color div{position:absolute;top:0;left:0;width:150px;height:150px;background:url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/images/colorpicker_overlay.png)}.wpc-colorpicker_color div div{position:absolute;top:0;left:0;width:11px;height:11px;overflow:hidden;background:url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/images/colorpicker_select.gif);margin:-5px 0 0 -5px}.wpc-colorpicker_hue{position:absolute;top:13px;left:171px;width:35px;height:150px;cursor:n-resize}.wpc-colorpicker_hue div{position:absolute;width:35px;height:9px;overflow:hidden;background:url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/images/colorpicker_indic.gif) left top;margin:-4px 0 0 0;left:0}.wpc-colorpicker_new_color{position:absolute;width:60px;height:30px;left:213px;top:13px;background:#f00}.wpc-colorpicker_current_color{position:absolute;width:60px;height:30px;left:283px;top:13px;background:#f00}.wpc-colorpicker input{background-color:transparent;border:1px solid transparent;position:absolute;font-size:10px;font-family:Arial,Helvetica,sans-serif;color:#898989;top:4px;right:11px;text-align:right;margin:0;padding:0;height:11px}.wpc-colorpicker_hex{position:absolute;width:72px;height:22px;background:url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/images/colorpicker_hex.png) top;left:212px;top:142px}.wpc-colorpicker_hex input{right:6px}.wpc-colorpicker_field{height:22px;width:62px;background-position:top;position:absolute}.wpc-colorpicker_field span{position:absolute;width:12px;height:22px;overflow:hidden;top:0;right:0;cursor:n-resize}.wpc-colorpicker_rgb_r{background-image:url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/images/colorpicker_rgb_r.png);top:52px;left:212px}.wpc-colorpicker_rgb_g{background-image:url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/images/colorpicker_rgb_g.png);top:82px;left:212px}.wpc-colorpicker_rgb_b{background-image:url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/images/colorpicker_rgb_b.png);top:112px;left:212px}.wpc-colorpicker_hsb_h{background-image:url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/images/colorpicker_hsb_h.png);top:52px;left:282px}.wpc-colorpicker_hsb_s{background-image:url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/images/colorpicker_hsb_s.png);top:82px;left:282px}.wpc-colorpicker_hsb_b{background-image:url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/images/colorpicker_hsb_b.png);top:112px;left:282px}.wpc-colorpicker_submit{position:absolute;width:22px;height:22px;background:url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/images/colorpicker_submit.png) top;left:322px;top:142px;overflow:hidden}.wpc-colorpicker_focus{background-position:center}.wpc-colorpicker_hex.wpc-colorpicker_focus{background-position:bottom}.wpc-colorpicker_submit.wpc-colorpicker_focus{background-position:bottom}.wpc-colorpicker_slider{background-position:bottom}@font-face{font-family:'FontAwesome';src:url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/fontawesome-webfont.eot?v=4.6.3);src:url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.mCustomScrollbar{-ms-touch-action:pinch-zoom;touch-action:pinch-zoom}.mCustomScrollbar.mCS_no_scrollbar,.mCustomScrollbar.mCS_touch_action{-ms-touch-action:auto;touch-action:auto}.mCustomScrollBox{position:relative;overflow:hidden;height:100%;max-width:100%;outline:0;direction:ltr}.mCSB_container{overflow:hidden;width:auto;height:auto}.mCSB_inside>.mCSB_container{margin-right:30px}.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container{margin-right:0;margin-left:30px}.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-left:0}.mCSB_scrollTools{position:absolute;width:16px;height:auto;left:auto;top:0;right:0;bottom:0;opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_outside+.mCSB_scrollTools{right:-26px}.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{right:auto;left:0}.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{left:-26px}.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0}.mCSB_scrollTools .mCSB_draggerRail{width:2px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px;z-index:1}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{position:relative;width:4px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;text-align:center}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:12px}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:8px}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonUp{display:block;position:absolute;height:20px;width:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools .mCSB_buttonDown{bottom:0}.mCSB_horizontal.mCSB_inside>.mCSB_container{margin-right:0;margin-bottom:30px}.mCSB_horizontal.mCSB_outside>.mCSB_container{min-height:100%}.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal{width:auto;height:16px;top:auto;right:0;bottom:0;left:0}.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:-26px}.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer{margin:0 20px}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:2px;margin:7px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{width:30px;height:100%;left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:12px;margin:2px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:8px;margin:4px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{display:block;position:absolute;width:20px;height:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{right:0}.mCSB_container_wrapper{position:absolute;height:auto;width:auto;overflow:hidden;top:0;left:0;right:0;bottom:0;margin-right:30px;margin-bottom:30px}.mCSB_container_wrapper>.mCSB_container{padding-right:30px;padding-bottom:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:20px}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:20px}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:20px}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper{margin-right:0;margin-left:30px}.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container{padding-right:0}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container{padding-bottom:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0;margin-left:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;transition:opacity .2s ease-in-out,background-color .2s ease-in-out}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar{-webkit-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out}.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools{opacity:0;filter:"alpha(opacity=0)";-ms-filter:"alpha(opacity=0)"}.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,.mCustomScrollBox:hover>.mCSB_scrollTools,.mCustomScrollBox:hover~.mCSB_scrollTools,.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag{opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)"}.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.4);filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75);filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85);filter:"alpha(opacity=85)";-ms-filter:"alpha(opacity=85)"}.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9);filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp{background-image:url(//demos.orionorigin.com/ouidah/wp-content/plugins/phone-case-designer-Bugfix-cart-configurator-link/includes/skins/default/assets/css/mCSB_buttons.png);background-repeat:no-repeat;opacity:.4;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_buttonUp{background-position:0 0}.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -20px}.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -40px}.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -56px}.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover,.mCSB_scrollTools .mCSB_buttonUp:hover{opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active,.mCSB_scrollTools .mCSB_buttonUp:active{opacity:.9;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:rgba(0,0,0,.85)}.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:rgba(0,0,0,.9)}.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px auto}.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px 0}.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -20px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -40px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px 0}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -20px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -40px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:6px;margin:5px auto}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px 0}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -20px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -40px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px 0}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -20px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -40px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -56px}.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.1)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:2px;margin:7px auto}.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,.mCS-rounded.mCSB_scrollTools .mCSB_dragger{height:14px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:14px;margin:0 1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger{width:14px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:14px;margin:1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:16px;height:16px;margin:-1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:4px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:16px;width:16px;margin:0 -1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:4px;margin:6px 0}.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{background-position:0 -72px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -92px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -112px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -128px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px -72px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -92px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -112px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail{width:4px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{background-color:transparent;background-position:center}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);background-repeat:repeat-y;opacity:.3;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{height:4px;margin:6px 0;background-repeat:repeat-x}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px -72px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -92px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -112px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px -72px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -92px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -112px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-y;background-image:-moz-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-x;background-image:-moz-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger{height:70px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger{width:70px}.mCS-3d-dark.mCSB_scrollTools,.mCS-3d.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{width:8px;background-color:#000;background-color:rgba(0,0,0,.2);box-shadow:inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:8px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:8px;margin:4px 0;box-shadow:inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:8px;margin:4px auto}.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);box-shadow:inset 1px 0 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{box-shadow:inset 0 1px 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,.mCS-3d-thick.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical{right:1px}.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCS-3d-thick.mCSB_scrollTools_vertical{box-shadow:inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,.mCS-3d-thick.mCSB_scrollTools_horizontal{bottom:1px;box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;box-shadow:inset 1px 0 0 rgba(255,255,255,.4);width:12px;margin:2px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4);height:12px;width:auto}.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{background-color:#000;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-thick-dark.mCSB_scrollTools{box-shadow:inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 1px 0 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#777}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{background-color:#fff;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{right:0;margin:12px 0}.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:0;margin:0 12px}.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{left:0;right:auto}.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger{height:50px}.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger{width:50px}.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail{width:6px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px}.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:6px;margin:5px 0}.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:12px}.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:12px;margin:2px 0}.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools .mCSB_draggerRail{width:12px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;margin:3px 5px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:6px;margin:5px 3px;position:absolute;width:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:12px;margin:2px 0}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent;border-width:1px;border-style:solid;border-color:#fff;border-color:rgba(255,255,255,.2);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{border-color:#000;border-color:rgba(0,0,0,.2)}.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.6)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.6)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.sp-container{position:absolute;top:0;left:0;display:inline-block;*display:inline;*zoom:1;z-index:9999994;overflow:hidden}.sp-container.sp-flat{position:relative}.sp-container,.sp-container *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.sp-top{position:relative;width:100%;display:inline-block}.sp-top-inner{position:absolute;top:0;left:0;bottom:0;right:0}.sp-color{position:absolute;top:0;left:0;bottom:0;right:20%}.sp-hue{position:absolute;top:0;right:0;bottom:0;left:84%;height:100%}.sp-clear-enabled .sp-hue{top:33px;height:77.5%}.sp-fill{padding-top:80%}.sp-sat,.sp-val{position:absolute;top:0;left:0;right:0;bottom:0}.sp-alpha-enabled .sp-top{margin-bottom:18px}.sp-alpha-enabled .sp-alpha{display:block}.sp-alpha-handle{position:absolute;top:-4px;bottom:-4px;width:6px;left:50%;cursor:pointer;border:1px solid black;background:white;opacity:.8}.sp-alpha{display:none;position:absolute;bottom:-14px;right:0;left:0;height:8px}.sp-alpha-inner{border:solid 1px #333}.sp-clear{display:none}.sp-clear.sp-clear-display{background-position:center}.sp-clear-enabled .sp-clear{display:block;position:absolute;top:0;right:0;bottom:0;left:84%;height:28px}.sp-container,.sp-replacer,.sp-preview,.sp-dragger,.sp-slider,.sp-alpha,.sp-clear,.sp-alpha-handle,.sp-container.sp-dragging .sp-input,.sp-container button{-webkit-user-select:none;-moz-user-select:-moz-none;-o-user-select:none;user-select:none}.sp-container.sp-input-disabled .sp-input-container{display:none}.sp-container.sp-buttons-disabled .sp-button-container{display:none}.sp-container.sp-palette-buttons-disabled .sp-palette-button-container{display:none}.sp-palette-only .sp-picker-container{display:none}.sp-palette-disabled .sp-palette-container{display:none}.sp-initial-disabled .sp-initial{display:none}.sp-sat{background-image:-webkit-gradient(linear,0 0,100% 0,from(#FFF),to(rgba(204,154,129,0)));background-image:-webkit-linear-gradient(left,#FFF,rgba(204,154,129,0));background-image:-moz-linear-gradient(left,#fff,rgba(204,154,129,0));background-image:-o-linear-gradient(left,#fff,rgba(204,154,129,0));background-image:-ms-linear-gradient(left,#fff,rgba(204,154,129,0));background-image:linear-gradient(to right,#fff,rgba(204,154,129,0));-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";filter:progid:DXImageTransform.Microsoft.gradient(GradientType = 1,startColorstr='#FFFFFFFF',endColorstr='#00CC9A81')}.sp-val{background-image:-webkit-gradient(linear,0 100%,0 0,from(#000),to(rgba(204,154,129,0)));background-image:-webkit-linear-gradient(bottom,#000,rgba(204,154,129,0));background-image:-moz-linear-gradient(bottom,#000,rgba(204,154,129,0));background-image:-o-linear-gradient(bottom,#000,rgba(204,154,129,0));background-image:-ms-linear-gradient(bottom,#000,rgba(204,154,129,0));background-image:linear-gradient(to top,#000,rgba(204,154,129,0));-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81',endColorstr='#FF000000')}.sp-hue{background:-moz-linear-gradient(top,#f00 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,#f00 100%);background:-ms-linear-gradient(top,#f00 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,#f00 100%);background:-o-linear-gradient(top,#f00 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,#f00 100%);background:-webkit-gradient(linear,left top,left bottom,from(#f00),color-stop(0.17,#ff0),color-stop(0.33,#0f0),color-stop(0.5,#0ff),color-stop(0.67,#00f),color-stop(0.83,#f0f),to(#f00));background:-webkit-linear-gradient(top,#f00 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,#f00 100%);background:linear-gradient(to bottom,#f00 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,#f00 100%)}.sp-1{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000',endColorstr='#ffff00')}.sp-2{height:16%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00',endColorstr='#00ff00')}.sp-3{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00',endColorstr='#00ffff')}.sp-4{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff',endColorstr='#0000ff')}.sp-5{height:16%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff',endColorstr='#ff00ff')}.sp-6{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff',endColorstr='#ff0000')}.sp-hidden{display:none !important}.sp-cf:before,.sp-cf:after{content:"";display:table}.sp-cf:after{clear:both}.sp-cf{*zoom:1}@media(max-device-width:480px){.sp-color{right:40%}.sp-hue{left:63%}.sp-fill{padding-top:60%}}.sp-dragger{border-radius:5px;height:5px;width:5px;border:1px solid #fff;background:#000;cursor:pointer;position:absolute;top:0;left:0}.sp-slider{position:absolute;top:0;cursor:pointer;height:3px;left:-1px;right:-1px;border:1px solid #000;background:white;opacity:.8}.sp-container{border-radius:0;background-color:#ececec;border:solid 1px #f0c49b;padding:0}.sp-container,.sp-container button,.sp-container input,.sp-color,.sp-hue,.sp-clear{font:normal 12px "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.sp-top{margin-bottom:3px}.sp-color,.sp-hue,.sp-clear{border:solid 1px #666}.sp-input-container{float:right;width:100px;margin-bottom:4px}.sp-initial-disabled .sp-input-container{width:100%}.sp-input{font-size:12px !important;border:1px inset;padding:4px 5px;margin:0;width:100%;background:transparent;border-radius:3px;color:#222}.sp-input:focus{border:1px solid orange}.sp-input.sp-validation-error{border:1px solid red;background:#fdd}.sp-picker-container,.sp-palette-container{float:left;position:relative;padding:10px;padding-bottom:300px;margin-bottom:-290px}.sp-picker-container{width:172px;border-left:solid 1px #fff}.sp-palette-container{border-right:solid 1px #ccc}.sp-palette-only .sp-palette-container{border:0}.sp-palette .sp-thumb-el{display:block;position:relative;float:left;width:24px;height:15px;margin:3px;cursor:pointer;border:solid 2px transparent}.sp-palette .sp-thumb-el:hover,.sp-palette .sp-thumb-el.sp-thumb-active{border-color:orange}.sp-thumb-el{position:relative}.sp-initial{float:left;border:solid 1px #333}.sp-initial span{width:30px;height:25px;border:0;display:block;float:left;margin:0}.sp-initial .sp-clear-display{background-position:center}.sp-palette-button-container,.sp-button-container{float:right}.sp-replacer{margin:0;overflow:hidden;cursor:pointer;padding:4px;display:inline-block;*zoom:1;*display:inline;border:solid 1px #91765d;background:#eee;color:#333;vertical-align:middle}.sp-replacer:hover,.sp-replacer.sp-active{border-color:#f0c49b;color:#111}.sp-replacer.sp-disabled{cursor:default;border-color:silver;color:silver}.sp-dd{padding:2px 0;height:16px;line-height:16px;float:left;font-size:10px}.sp-preview{position:relative;width:25px;height:20px;border:solid 1px #222;margin-right:5px;float:left;z-index:0}.sp-palette{*width:220px;max-width:220px}.sp-palette .sp-thumb-el{width:16px;height:16px;margin:2px 1px;border:solid 1px #d0d0d0}.sp-container{padding-bottom:0}.sp-container button{background-color:#eee;background-image:-webkit-linear-gradient(top,#eee,#ccc);background-image:-moz-linear-gradient(top,#eee,#ccc);background-image:-ms-linear-gradient(top,#eee,#ccc);background-image:-o-linear-gradient(top,#eee,#ccc);background-image:linear-gradient(to bottom,#eee,#ccc);border:1px solid #ccc;border-bottom:1px solid #bbb;border-radius:3px;color:#333;font-size:14px;line-height:1;padding:5px 4px;text-align:center;text-shadow:0 1px 0 #eee;vertical-align:middle}.sp-container button:hover{background-color:#ddd;background-image:-webkit-linear-gradient(top,#ddd,#bbb);background-image:-moz-linear-gradient(top,#ddd,#bbb);background-image:-ms-linear-gradient(top,#ddd,#bbb);background-image:-o-linear-gradient(top,#ddd,#bbb);background-image:linear-gradient(to bottom,#ddd,#bbb);border:1px solid #bbb;border-bottom:1px solid #999;cursor:pointer;text-shadow:0 1px 0 #ddd}.sp-container button:active{border:1px solid #aaa;border-bottom:1px solid #888;-webkit-box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee;-moz-box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee;-ms-box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee;-o-box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee;box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee}.sp-cancel{font-size:11px;color:#d93f3f !important;margin:0;padding:2px;margin-right:5px;vertical-align:middle;text-decoration:none}.sp-cancel:hover{color:#d93f3f !important;text-decoration:underline}.sp-palette span:hover,.sp-palette span.sp-thumb-active{border-color:#000}.sp-preview,.sp-alpha,.sp-thumb-el{position:relative;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.sp-preview-inner,.sp-alpha-inner,.sp-thumb-inner{display:block;position:absolute;top:0;left:0;bottom:0;right:0}.sp-palette .sp-thumb-inner{background-position:50% 50%;background-repeat:no-repeat}.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=)}.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=)}.sp-clear-display{background-repeat:no-repeat;background-position:center;background-image:url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==)}html {
font-family: 'Droid Serif', serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
}
figure.wp-caption.alignleft, img.alignleft {
margin: 5px 20px 5px 0;
}
.alignright {
display: inline;
float: right;
}
figure.wp-caption.alignright, img.alignright {
margin: 5px 0 5px 20px;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} body,
button,
input,
select,
textarea { }
h1, h2, h3, h4, h5, h6 {
clear: both; font-weight: bold;
}
h6 {
font-size: 11px !important;
}
p {
margin-bottom: 1.5em;
}
dfn, cite, em, i {
font-style: italic;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
white-space: normal;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
}
blockquote, q {
quotes: "" "";
} input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
background: #f6f6f6;
border: 0;
padding: 0 20px;
border-radius: 0;
box-sizing: border-box;
outline: 0;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
outline: none;
}
textarea {
padding-left: 3px;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
background: #2d3a4b;
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
color: #fff;
padding: 0 25px;
border: 0;
transition: background .3s;
font-size: 13px;
outline: 0;
} button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active
{
position: relative;
top: 1px;
} hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
} ul, ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: none;
padding: 0;
}
ul li:before {
float: left;
}
ol {
list-style: decimal;
padding: 0;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
} table {
margin: 0 0 1.5em;
width: 100%;
}  .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
} a {
color: #666666;
transition: color .3s;
}
a:hover, a:focus, a:active {
color: #1f1f1f;
}
a:hover, a:active {
outline: 0;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; } .sticky {
display: block;
}
.hentry {
margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
} .page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} img {
height: auto; max-width: 100%; }
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
}
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
} #primary.right-sidebar #secondary {
float: right;
padding-right: 0;
padding-left: 30px;
}  #primary.no-sidebar #main {
width: 100%;
} #primary.with-sidebar #main {
width: 74%;
float: left;
}
#primary.with-sidebar #secondary {
width: 26%;
float: left;
}  #primary.grid-2-right.with-sidebar #secondary,
#primary.grid-3-right.with-sidebar #secondary,
#primary.list-1-right #secondary,
#primary.list-2-right #secondary {
float: right;
padding-right: 0;
padding-left: 30px;
}
#primary.grid-2-left.with-sidebar #secondary,
#primary.grid-3-left.with-sidebar #secondary,
#primary.list-1-left #secondary,
#primary.list-2-left #secondary  {
float: left;
padding-right: 30px;
padding-left: 0;
}   #primary.grid-2-left article.blog-archive-post,
#primary.grid-2-right article.blog-archive-post {
width: calc((100% - 30px)/2);
} #primary.grid-3-left article.blog-archive-post,
#primary.grid-3-right article.blog-archive-post {
width: calc((100% - 61px)/3);
} div.list-layout article.blog-archive-post {
width: 100%;
margin-bottom: 50px;
}
#primary.with-sidebar div.list-2c article.blog-archive-post,
#primary.left-sidebar div.list-2c article.blog-archive-post,
#primary.right-sidebar div.list-2c article.blog-archive-post {
border: 1px solid #e5ecef;
}
#primary.list-1-left article.blog-archive-post,
#primary.list-1-right article.blog-archive-post {
width: 100%;
}
#primary.list-2-left article.blog-archive-post,
#primary.list-2-right article.blog-archive-post {
width: 100%;
border: 1px solid #e5ecef;
}
#primary.list-2-left article.blog-archive-post div.excerpt-wrap,
#primary.list-2-right article.blog-archive-post div.excerpt-wrap,
#primary.with-sidebar div.list-2c article.blog-archive-post div.excerpt-wrap,
#primary.left-sidebar div.list-2c article.blog-archive-post div.excerpt-wrap,
#primary.right-sidebar div.list-2c article.blog-archive-post div.excerpt-wrap {
padding-top: 30px;
}
#primary.list-2-left article.blog-archive-post h2,
#primary.list-2-right article.blog-archive-post h2,
#primary.with-sidebar div.list-2c article.blog-archive-post h2,
#primary.left-sidebar div.list-2c article.blog-archive-post h2,
#primary.right-sidebar div.list-2c article.blog-archive-post h2 {
margin-top: 10px;
}
#primary.list-2-left #main .blog-archive-post-content,
#primary.list-2-right #main .blog-archive-post-content {
width: 100%;
}
#primary.list-2-left #main .blog-archive-post .post-thumbnail,
#primary.list-2-right #main .blog-archive-post .post-thumbnail,
#primary.list-2-left #main .blog-archive-post .link-container,
#primary.list-2-right #main .blog-archive-post .link-container,
#primary.list-2-left #main .blog-archive-post .images-slider-container,
#primary.list-2-right #main .blog-archive-post .images-slider-container,
#primary.with-sidebar div.list-2c article.blog-archive-post .post-thumbnail,
#primary.left-sidebar div.list-2c article.blog-archive-post .post-thumbnail,
#primary.right-sidebar div.list-2c article.blog-archive-post .post-thumbnail,
#primary.with-sidebar div.list-2c article.blog-archive-post .link-container,
#primary.left-sidebar div.list-2c article.blog-archive-post .link-container,
#primary.right-sidebar div.list-2c article.blog-archive-post .link-container,
#primary.with-sidebar div.list-2c article.blog-archive-post .images-slider-container,
#primary.left-sidebar div.list-2c article.blog-archive-post .images-slider-container,
#primary.right-sidebar div.list-2c article.blog-archive-post .images-slider-container {
border: none;
float: left;
width: 50%;
overflow: hidden;
padding-bottom: 500em;
margin-bottom: -500em;
}
#primary.list-2-left #main .blog-archive-post .link-container a,
#primary.list-2-right #main .blog-archive-post .link-container a,
#primary.list-2-left #main .blog-archive-post .link-container,
#primary.list-2-right #main .blog-archive-post .link-container,
#primary.with-sidebar div.list-2c article.blog-archive-post .link-container a,
#primary.left-sidebar div.list-2c article.blog-archive-post .link-container a,
#primary.right-sidebar div.list-2c article.blog-archive-post .link-container a {
min-height: 300px;
}
#primary.list-2-left #main .blog-archive-post div.link-container iframe,
#primary.list-2-right #main .blog-archive-post div.link-container iframe,
#primary.with-sidebar div.list-2c article.blog-archive-post div.link-container iframe,
#primary.left-sidebar div.list-2c article.blog-archive-post div.link-container iframe,
#primary.right-sidebar div.list-2c article.blog-archive-post div.link-container iframe {
height: 300px;
}
#primary.list-2-left #main .blog-archive-post blockquote,
#primary.list-2-right #main .blog-archive-post blockquote,
#primary.with-sidebar div.list-2c article.blog-archive-post blockquote,
#primary.left-sidebar div.list-2c article.blog-archive-post blockquote,
#primary.right-sidebar div.list-2c article.blog-archive-post blockquote {
width: 50%;
float: left;
min-height: 300px;
}
#primary.list-2-left #main .blog-archive-post .blog-archive-post-content,
#primary.list-2-right #main .blog-archive-post .blog-archive-post-content,
#primary.with-sidebar div.list-2c article.blog-archive-post .blog-archive-post-content,
#primary.left-sidebar div.list-2c article.blog-archive-post .blog-archive-post-content,
#primary.right-sidebar div.list-2c article.blog-archive-post .blog-archive-post-content {
border: none;
width: 50%;
float: left;
background-color: #fff;
padding-top: 0;
padding-bottom: 500em;
margin-bottom: -500em;
}
#primary.list-2-left #main .blog-archive-post.post_format-post-format-link,
#primary.list-2-right #main .blog-archive-post.post_format-post-format-link {
background-color: #eee;
}
.posts-grid .blog-archive-post.sticky-post
{
background: #fffef0;
} @media all and (max-width: 700px) {
#primary #sidebar,
#primary #main,
#primary #main .blog-archive-post,
#primary #main .blog-archive-post .post-thumbnail img,
#primary #main .blog-archive-post .blog-archive-post-content {
width: 100%!important;
}
}.mobile .swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.mobile .swiper-container-no-flexbox .mobile .swiper-slide{float:left}.mobile .swiper-container-vertical>.mobile .swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.mobile .swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.mobile .swiper-container-android .mobile .swiper-slide,.mobile .swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mobile .swiper-container-multirow>.mobile .swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.mobile .swiper-container-free-mode>.mobile .swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.mobile .swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.mobile .swiper-invisible-blank-slide{visibility:hidden}.mobile .swiper-container-autoheight,.mobile .swiper-container-autoheight .mobile .swiper-slide{height:auto}.mobile .swiper-container-autoheight .mobile .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.mobile .swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.mobile .swiper-container-3d .mobile .swiper-cube-shadow,.mobile .swiper-container-3d .mobile .swiper-slide,.mobile .swiper-container-3d .mobile .swiper-slide-shadow-bottom,.mobile .swiper-container-3d .mobile .swiper-slide-shadow-left,.mobile .swiper-container-3d .mobile .swiper-slide-shadow-right,.mobile .swiper-container-3d .mobile .swiper-slide-shadow-top,.mobile .swiper-container-3d .mobile .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.mobile .swiper-container-3d .mobile .swiper-slide-shadow-bottom,.mobile .swiper-container-3d .mobile .swiper-slide-shadow-left,.mobile .swiper-container-3d .mobile .swiper-slide-shadow-right,.mobile .swiper-container-3d .mobile .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.mobile .swiper-container-3d .mobile .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.mobile .swiper-container-3d .mobile .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.mobile .swiper-container-3d .mobile .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.mobile .swiper-container-3d .mobile .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.mobile .swiper-container-wp8-horizontal,.mobile .swiper-container-wp8-horizontal>.mobile .swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.mobile .swiper-container-wp8-vertical,.mobile .swiper-container-wp8-vertical>.mobile .swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.mobile .swiper-button-next,.mobile .swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.mobile .swiper-button-next.mobile .swiper-button-disabled,.mobile .swiper-button-prev.mobile .swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.mobile .swiper-button-prev,.mobile .swiper-container-rtl .mobile .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.mobile .swiper-button-next,.mobile .swiper-container-rtl .mobile .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.mobile .swiper-button-prev.mobile .swiper-button-white,.mobile .swiper-container-rtl .mobile .swiper-button-next.mobile .swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.mobile .swiper-button-next.mobile .swiper-button-white,.mobile .swiper-container-rtl .mobile .swiper-button-prev.mobile .swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.mobile .swiper-button-prev.mobile .swiper-button-black,.mobile .swiper-container-rtl .mobile .swiper-button-next.mobile .swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.mobile .swiper-button-next.mobile .swiper-button-black,.mobile .swiper-container-rtl .mobile .swiper-button-prev.mobile .swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.mobile .swiper-button-lock{display:none}.mobile .swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.mobile .swiper-pagination.mobile .swiper-pagination-hidden{opacity:0}.mobile .swiper-container-horizontal>.mobile .swiper-pagination-bullets,.mobile .swiper-pagination-custom,.mobile .swiper-pagination-fraction{bottom:10px;left:0;width:100%}.mobile .swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.mobile .swiper-pagination-bullets-dynamic .mobile .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.mobile .swiper-pagination-bullets-dynamic .mobile .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mobile .swiper-pagination-bullets-dynamic .mobile .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mobile .swiper-pagination-bullets-dynamic .mobile .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.mobile .swiper-pagination-bullets-dynamic .mobile .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.mobile .swiper-pagination-bullets-dynamic .mobile .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.mobile .swiper-pagination-bullets-dynamic .mobile .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.mobile .swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.mobile .swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.mobile .swiper-pagination-clickable .mobile .swiper-pagination-bullet{cursor:pointer}.mobile .swiper-pagination-bullet-active{opacity:1;background:#007aff}.mobile .swiper-container-vertical>.mobile .swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.mobile .swiper-container-vertical>.mobile .swiper-pagination-bullets .mobile .swiper-pagination-bullet{margin:6px 0;display:block}.mobile .swiper-container-vertical>.mobile .swiper-pagination-bullets.mobile .swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.mobile .swiper-container-vertical>.mobile .swiper-pagination-bullets.mobile .swiper-pagination-bullets-dynamic .mobile .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.mobile .swiper-container-horizontal>.mobile .swiper-pagination-bullets .mobile .swiper-pagination-bullet{margin:0 4px}.mobile .swiper-container-horizontal>.mobile .swiper-pagination-bullets.mobile .swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.mobile .swiper-container-horizontal>.mobile .swiper-pagination-bullets.mobile .swiper-pagination-bullets-dynamic .mobile .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.mobile .swiper-container-horizontal.mobile .swiper-container-rtl>.mobile .swiper-pagination-bullets-dynamic .mobile .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.mobile .swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.mobile .swiper-pagination-progressbar .mobile .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.mobile .swiper-container-rtl .mobile .swiper-pagination-progressbar .mobile .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.mobile .swiper-container-horizontal>.mobile .swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.mobile .swiper-container-vertical>.mobile .swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.mobile .swiper-pagination-white .mobile .swiper-pagination-bullet-active{background:#fff}.mobile .swiper-pagination-progressbar.mobile .swiper-pagination-white{background:rgba(255,255,255,.25)}.mobile .swiper-pagination-progressbar.mobile .swiper-pagination-white .mobile .swiper-pagination-progressbar-fill{background:#fff}.mobile .swiper-pagination-black .mobile .swiper-pagination-bullet-active{background:#000}.mobile .swiper-pagination-progressbar.mobile .swiper-pagination-black{background:rgba(0,0,0,.25)}.mobile .swiper-pagination-progressbar.mobile .swiper-pagination-black .mobile .swiper-pagination-progressbar-fill{background:#000}.mobile .swiper-pagination-lock{display:none}.mobile .swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.mobile .swiper-container-horizontal>.mobile .swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.mobile .swiper-container-vertical>.mobile .swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.mobile .swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.mobile .swiper-scrollbar-cursor-drag{cursor:move}.mobile .swiper-scrollbar-lock{display:none}.mobile .swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.mobile .swiper-zoom-container>canvas,.mobile .swiper-zoom-container>img,.mobile .swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.mobile .swiper-slide-zoomed{cursor:move}.mobile .swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.mobile .swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.mobile .swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.mobile .swiper-container .mobile .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.mobile .swiper-container-fade.mobile .swiper-container-free-mode .mobile .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.mobile .swiper-container-fade .mobile .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.mobile .swiper-container-fade .mobile .swiper-slide .mobile .swiper-slide{pointer-events:none}.mobile .swiper-container-fade .mobile .swiper-slide-active,.mobile .swiper-container-fade .mobile .swiper-slide-active .mobile .swiper-slide-active{pointer-events:auto}.mobile .swiper-container-cube{overflow:visible}.mobile .swiper-container-cube .mobile .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.mobile .swiper-container-cube .mobile .swiper-slide .mobile .swiper-slide{pointer-events:none}.mobile .swiper-container-cube.mobile .swiper-container-rtl .mobile .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.mobile .swiper-container-cube .mobile .swiper-slide-active,.mobile .swiper-container-cube .mobile .swiper-slide-active .mobile .swiper-slide-active{pointer-events:auto}.mobile .swiper-container-cube .mobile .swiper-slide-active,.mobile .swiper-container-cube .mobile .swiper-slide-next,.mobile .swiper-container-cube .mobile .swiper-slide-next+.mobile .swiper-slide,.mobile .swiper-container-cube .mobile .swiper-slide-prev{pointer-events:auto;visibility:visible}.mobile .swiper-container-cube .mobile .swiper-slide-shadow-bottom,.mobile .swiper-container-cube .mobile .swiper-slide-shadow-left,.mobile .swiper-container-cube .mobile .swiper-slide-shadow-right,.mobile .swiper-container-cube .mobile .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.mobile .swiper-container-cube .mobile .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.mobile .swiper-container-flip{overflow:visible}.mobile .swiper-container-flip .mobile .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.mobile .swiper-container-flip .mobile .swiper-slide .mobile .swiper-slide{pointer-events:none}.mobile .swiper-container-flip .mobile .swiper-slide-active,.mobile .swiper-container-flip .mobile .swiper-slide-active .mobile .swiper-slide-active{pointer-events:auto}.mobile .swiper-container-flip .mobile .swiper-slide-shadow-bottom,.mobile .swiper-container-flip .mobile .swiper-slide-shadow-left,.mobile .swiper-container-flip .mobile .swiper-slide-shadow-right,.mobile .swiper-container-flip .mobile .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.mobile .swiper-container-coverflow .mobile .swiper-wrapper{-ms-perspective:1200px}.otooltip{position:absolute;z-index:1030;display:block;font-size:11px;line-height:1.4;opacity:0;filter:alpha(opacity=0);visibility:visible}.otooltip.in{opacity:.8;filter:alpha(opacity=80)}.otooltip.top{padding:5px 0;margin-top:-3px}.otooltip.right{padding:0 5px;margin-left:3px}.otooltip.bottom{padding:5px 0;margin-top:3px}.otooltip.left{padding:0 5px;margin-left:-3px}.otooltip-inner{max-width:200px;padding:8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.otooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.otooltip.top .otooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-color:#000;border-width:5px 5px 0}.otooltip.right .otooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0}.otooltip.left .otooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px}.otooltip.bottom .otooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000;border-width:0 5px 5px}