
/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */
.cart-msrp-totals {
    color: red;
    font-size: 12px !important;
    font-weight: bold;
    margin: 10px 10px 0;
    padding: 10px;
    text-align: right;
    text-transform: uppercase;
}
.map-cart-sidebar-total {
    color: red;
    display: block;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    padding: 2px 5px;
}

.map-popup {
    background: #FFFFFF;
    border: 5px solid #cccccc;
    margin: 12px 0 0;
    position: absolute;
    text-align: left;
    width: 450px;
    z-index: 100;
}
@media only screen and (min-width: 771px) {
    .map-popup.map-popup-right {
        left: 10px !important;
    }
    .map-popup.map-popup-left {
        left: auto !important;
        right: 10px !important;
    }
}
@media only screen and (max-width: 770px) {
    .map-popup {
        width: 100%;
        left: 0px !important;
    }
}
.map-popup .map-popup-heading {
    padding: 8px 10px;
    margin-right: 40px;
    width: auto;
}
.map-popup .map-popup-heading h3 {
    font-size: 14px;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    text-align: left;
    text-overflow: ellipsis;
}
@media only screen and (max-width: 479px) {
    .map-popup .map-popup-heading h3 {
        text-align: center;
    }
}
.map-popup .map-popup-close {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 36px;
    width: 36px;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
}
.map-popup .map-popup-content {
    border-top: 1px solid #ededed;
    padding: 10px;
    margin: 0 10px;
    overflow: hidden;
    text-align: left;
}
@media only screen and (max-width: 479px) {
    .map-popup .map-popup-content {
        text-align: center;
    }
}
.map-popup .map-popup-checkout {
    padding: 10px 0;
}
.map-popup .map-popup-checkout form:after {
    content: '';
    display: table;
    clear: both;
}
.map-popup .map-popup-checkout span {
    display: block;
}
.map-popup .map-popup-checkout .button {
    float: left;
    margin: 0 2px;
    clear: left;
}
.map-popup .map-popup-checkout .additional-addtocart-box {
    float: left;
    min-width: 210px;
}
.map-popup .map-popup-checkout .additional-addtocart-box li {
    list-style-type: none;
}
.map-popup .map-popup-checkout .paypal-logo {
    width: auto;
}
.map-popup .map-popup-checkout .paypal-logo a {
    display: inline-block;
    float: left;
    clear: left;
}
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: left;
    text-align: center;
    padding: 5px 15px;
    clear: left;
}
.map-popup .map-popup-checkout .paypal-logo:after {
    content: '';
    display: table;
    clear: both;
}
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
    clear: left;
}
@media only screen and (max-width: 479px) {
    .map-popup .map-popup-checkout {
        text-align: center;
    }
    .map-popup .map-popup-checkout .button,
    .map-popup .map-popup-checkout .additional-addtocart-box,
    .map-popup .map-popup-checkout .paypal-logo a,
    .map-popup .map-popup-checkout .paypal-logo .paypal-or {
        float: none;
    }
    .map-popup .map-popup-checkout .additional-addtocart-box {
        min-width: 0px;
    }
    .map-popup .map-popup-checkout .paypal-logo .paypal-or {
        margin: 0px;
        margin-bottom: 10px;
    }
}
.map-popup .map-popup-checkout:after {
    content: '';
    display: table;
    clear: both;
}
.map-popup .map-popup-price {
    padding: 10px 0;
}
@media only screen and (max-width: 479px) {
    .map-popup .map-popup-price {
        text-align: center;
        padding-top: 0px;
    }
}
.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.map-popup .map-popup-price .price-box .minimal-price-link {
    display: inline-block;
}
.map-popup .map-popup-text {
    padding: 10px 0;
    margin: 0 10px;
    word-wrap: break-word;
}
.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
    border-top: 1px solid #ededed;
}
.catblocks{
    margin-left: -15px;
    margin-right: -15px;
}
.catblocks:before,
.catblocks:after{
    content: " ";
    display: table;
}
.catblocks:after{
    clear: both;
}
.catblocks li{
    float: left;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    width: 25%;
}
.catblocks li a img{
    width: 100%;
}
.catblocks li a span{
    font-size: 1.385em;
    padding-top: 10px;
    display: block;
}
@media (max-width: 767px) {
    .catblocks li{
        width: 50%;
    }
}
@media (max-width: 479px) {
    .catblocks li{
        width: 100%;
    }
}
/**
 * This file is part of a FireGento e.V. module.
 *
 * This FireGento e.V. module is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License version 3 as
 * published by the Free Software Foundation.
 *
 * This script is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
 *
 * @category  FireGento
 * @package   FireGento_MageSetup
 * @author    FireGento Team <team@firegento.com>
 * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
 * @license   http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
 */

/* Left empty on purpose, only needed in rwd theme */

.neklo-instagram-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-bottom: 10px;
}

@media screen and (max-width: 48em) {
    .neklo-instagram-title {
        font-size: 16px;
    }
}

.neklo-instagram-description {
    font-size: 14px;
    color: #000000;
    text-align: center;
    margin-bottom: 10px;
}

@media screen and (max-width: 48em) {
    .neklo-instagram-description {
        font-size: 12px;
    }
}

.neklo-instagram-list {
    margin: 20px auto;
    width: 80%;
    text-align: center;
    font-size: 0;
}

.neklo-instagram-list:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

@media screen and (max-width: 48em) {
    .neklo-instagram-list {
        width: 95%;
    }
}

.neklo-instagram-block {
    display: inline-block;
    vertical-align: top;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin: 0 2px 2px 0;
}

.neklo-instagram-block:hover .neklo-instagram-over {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

.neklo-instagram-block:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.neklo-instagram-list a {
    position: relative;
    overflow: hidden;
    display: block;
}

.neklo-instagram-list img {
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.neklo-instagram-over {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #000000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 10;
}

.neklo-instagram-image-wrap {
    position: relative;
    overflow: hidden;
}

.neklo-instagram-image-wrap img {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,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:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}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{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;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-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings'; font-display: auto;src:url(https://www.jumpinshop.com/skin/frontend/arw_forward/default/vendors/bootstrap/fonts/glyphicons-halflings-regular.eot);src:url(https://www.jumpinshop.com/skin/frontend/arw_forward/default/vendors/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(https://www.jumpinshop.com/skin/frontend/arw_forward/default/vendors/bootstrap/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(https://www.jumpinshop.com/skin/frontend/arw_forward/default/vendors/bootstrap/fonts/glyphicons-halflings-regular.woff) format('woff'),url(https://www.jumpinshop.com/skin/frontend/arw_forward/default/vendors/bootstrap/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(https://www.jumpinshop.com/skin/frontend/arw_forward/default/vendors/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.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}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
/*# sourceMappingURL=bootstrap.min.css.map */
/*!
 * Bootstrap-select v1.6.3 (http://silviomoreto.github.io/bootstrap-select/)
 *
 * Copyright 2013-2014 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */.bootstrap-select{width:220px \0}.bootstrap-select>.btn{width:100%;padding-right:25px}.error .bootstrap-select .btn{border:1px solid #b94a48}.control-group.error .bootstrap-select .dropdown-toggle{border-color:#b94a48}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .btn:focus{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none}.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.btn-group:not(.input-group-btn),.bootstrap-select.btn-group[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.btn-group.dropdown-menu-right,.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,.row-fluid .bootstrap-select.btn-group[class*=col-].dropdown-menu-right{float:right}.form-search .bootstrap-select.btn-group,.form-inline .bootstrap-select.btn-group,.form-horizontal .bootstrap-select.btn-group,.form-group .bootstrap-select.btn-group{margin-bottom:0}.form-group-lg .bootstrap-select.btn-group.form-control,.form-group-sm .bootstrap-select.btn-group.form-control{padding:0}.form-inline .bootstrap-select.btn-group .form-control{width:100%}.input-append .bootstrap-select.btn-group{margin-left:-1px}.input-prepend .bootstrap-select.btn-group{margin-right:-1px}.bootstrap-select.btn-group>.disabled{cursor:not-allowed}.bootstrap-select.btn-group>.disabled:focus{outline:0!important}.bootstrap-select.btn-group .btn .filter-option{display:inline-block;overflow:hidden;width:100%;text-align:left}.bootstrap-select.btn-group .btn .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.bootstrap-select.btn-group[class*=col-] .btn{width:100%}.bootstrap-select.btn-group .dropdown-menu{min-width:100%;z-index:1035;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .dropdown-menu.inner{position:static;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select.btn-group .dropdown-menu li{position:relative}.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small,.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small,.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small{color:#64b1d8;color:rgba(100,177,216,.4)}.bootstrap-select.btn-group .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select.btn-group .dropdown-menu li a{cursor:pointer}.bootstrap-select.btn-group .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select.btn-group .dropdown-menu li a span.check-mark{display:none}.bootstrap-select.btn-group .dropdown-menu li a span.text{display:inline-block}.bootstrap-select.btn-group .dropdown-menu li small{padding-left:.5em}.bootstrap-select.btn-group .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .no-results{padding:3px;background:#f5f5f5;margin:0 5px}.bootstrap-select.btn-group.fit-width .btn .filter-option{position:static}.bootstrap-select.btn-group.fit-width .btn .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark{position:absolute;display:inline-block;right:15px;margin-top:5px}.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select.show-menu-arrow.open>.btn{z-index:1035+1}.bootstrap-select.show-menu-arrow .dropdown-toggle:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom-width:7px;border-bottom-style:solid;border-bottom-color:#ccc;border-bottom-color:rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before{bottom:auto;top:-3px;border-bottom:0;border-top-width:7px;border-top-style:solid;border-top-color:#ccc;border-top-color:rgba(204,204,204,.2)}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after{bottom:auto;top:-3px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after{display:block}.bs-searchbox,.bs-actionsbox{padding:4px 8px}.bs-actionsbox{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox input.form-control{margin-bottom:0;width:100%}.mobile-device{position:absolute;top:0;left:0;display:block!important;width:100%;height:100%!important;opacity:0}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('https://www.jumpinshop.com/skin/frontend/arw_forward/default/vendors/fancybox/images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('https://www.jumpinshop.com/skin/frontend/arw_forward/default/vendors/fancybox/images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('https://www.jumpinshop.com/skin/frontend/arw_forward/default/vendors/fancybox/images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('https://www.jumpinshop.com/skin/frontend/arw_forward/default/vendors/fancybox/images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('https://www.jumpinshop.com/skin/frontend/arw_forward/default/vendors/fancybox/images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('https://www.jumpinshop.com/skin/frontend/arw_forward/default/vendors/fancybox/images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
@font-face {
	font-family: 'icomoon';
	src:url('https://www.jumpinshop.com/skin/frontend/arw_forward/default/vendors/icomoon/icomoon.eot?n4j8ta');
	src:url('https://www.jumpinshop.com/skin/frontend/arw_forward/default/vendors/icomoon/icomoon.eot?#iefixn4j8ta') format('embedded-opentype'),
		url('https://www.jumpinshop.com/skin/frontend/arw_forward/default/vendors/icomoon/icomoon.ttf?n4j8ta') format('truetype'),
		url('https://www.jumpinshop.com/skin/frontend/arw_forward/default/vendors/icomoon/icomoon.woff?n4j8ta') format('woff'),
		url('https://www.jumpinshop.com/skin/frontend/arw_forward/default/vendors/icomoon/icomoon.svg?n4j8ta#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: auto;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-pause2:before {
	content: "\e601";
}
.icon-play2:before {
	content: "\e602";
}
.icon-loop:before {
	content: "\e600";
}
.icon-glass:before {
	content: "\f000";
}
.icon-music:before {
	content: "\f001";
}
.icon-search:before {
	content: "\f002";
}
.icon-envelope-o:before {
	content: "\f003";
}
.icon-heart:before {
	content: "\f004";
}
.icon-star:before {
	content: "\f005";
}
.icon-star-o:before {
	content: "\f006";
}
.icon-user:before {
	content: "\f007";
}
.icon-film:before {
	content: "\f008";
}
.icon-th-large:before {
	content: "\f009";
}
.icon-th:before {
	content: "\f00a";
}
.icon-th-list:before {
	content: "\f00b";
}
.icon-check:before {
	content: "\f00c";
}
.icon-close:before {
	content: "\f00d";
}
.icon-remove:before {
	content: "\f00d";
}
.icon-times:before {
	content: "\f00d";
}
.icon-search-plus:before {
	content: "\f00e";
}
.icon-search-minus:before {
	content: "\f010";
}
.icon-power-off:before {
	content: "\f011";
}
.icon-signal:before {
	content: "\f012";
}
.icon-cog:before {
	content: "\f013";
}
.icon-gear:before {
	content: "\f013";
}
.icon-trash-o:before {
	content: "\f014";
}
.icon-home:before {
	content: "\f015";
}
.icon-file-o:before {
	content: "\f016";
}
.icon-clock-o:before {
	content: "\f017";
}
.icon-road:before {
	content: "\f018";
}
.icon-download:before {
	content: "\f019";
}
.icon-arrow-circle-o-down:before {
	content: "\f01a";
}
.icon-arrow-circle-o-up:before {
	content: "\f01b";
}
.icon-inbox:before {
	content: "\f01c";
}
.icon-play-circle-o:before {
	content: "\f01d";
}
.icon-repeat:before {
	content: "\f01e";
}
.icon-rotate-right:before {
	content: "\f01e";
}
.icon-refresh:before {
	content: "\f021";
}
.icon-list-alt:before {
	content: "\f022";
}
.icon-lock:before {
	content: "\f023";
}
.icon-flag:before {
	content: "\f024";
}
.icon-headphones:before {
	content: "\f025";
}
.icon-volume-off:before {
	content: "\f026";
}
.icon-volume-down:before {
	content: "\f027";
}
.icon-volume-up:before {
	content: "\f028";
}
.icon-qrcode:before {
	content: "\f029";
}
.icon-barcode:before {
	content: "\f02a";
}
.icon-tag:before {
	content: "\f02b";
}
.icon-tags:before {
	content: "\f02c";
}
.icon-book:before {
	content: "\f02d";
}
.icon-bookmark:before {
	content: "\f02e";
}
.icon-print:before {
	content: "\f02f";
}
.icon-camera:before {
	content: "\f030";
}
.icon-font:before {
	content: "\f031";
}
.icon-bold:before {
	content: "\f032";
}
.icon-italic:before {
	content: "\f033";
}
.icon-text-height:before {
	content: "\f034";
}
.icon-text-width:before {
	content: "\f035";
}
.icon-align-left:before {
	content: "\f036";
}
.icon-align-center:before {
	content: "\f037";
}
.icon-align-right:before {
	content: "\f038";
}
.icon-align-justify:before {
	content: "\f039";
}
.icon-list:before {
	content: "\f03a";
}
.icon-dedent:before {
	content: "\f03b";
}
.icon-outdent:before {
	content: "\f03b";
}
.icon-indent:before {
	content: "\f03c";
}
.icon-video-camera:before {
	content: "\f03d";
}
.icon-image:before {
	content: "\f03e";
}
.icon-photo:before {
	content: "\f03e";
}
.icon-picture-o:before {
	content: "\f03e";
}
.icon-pencil:before {
	content: "\f040";
}
.icon-map-marker:before {
	content: "\f041";
}
.icon-adjust:before {
	content: "\f042";
}
.icon-tint:before {
	content: "\f043";
}
.icon-edit:before {
	content: "\f044";
}
.icon-pencil-square-o:before {
	content: "\f044";
}
.icon-share-square-o:before {
	content: "\f045";
}
.icon-check-square-o:before {
	content: "\f046";
}
.icon-arrows:before {
	content: "\f047";
}
.icon-step-backward:before {
	content: "\f048";
}
.icon-fast-backward:before {
	content: "\f049";
}
.icon-backward:before {
	content: "\f04a";
}
.icon-play:before {
	content: "\f04b";
}
.icon-pause:before {
	content: "\f04c";
}
.icon-stop:before {
	content: "\f04d";
}
.icon-forward:before {
	content: "\f04e";
}
.icon-fast-forward:before {
	content: "\f050";
}
.icon-step-forward:before {
	content: "\f051";
}
.icon-eject:before {
	content: "\f052";
}
.icon-chevron-left:before {
	content: "\f053";
}
.icon-chevron-right:before {
	content: "\f054";
}
.icon-plus-circle:before {
	content: "\f055";
}
.icon-minus-circle:before {
	content: "\f056";
}
.icon-times-circle:before {
	content: "\f057";
}
.icon-check-circle:before {
	content: "\f058";
}
.icon-question-circle:before {
	content: "\f059";
}
.icon-info-circle:before {
	content: "\f05a";
}
.icon-crosshairs:before {
	content: "\f05b";
}
.icon-times-circle-o:before {
	content: "\f05c";
}
.icon-check-circle-o:before {
	content: "\f05d";
}
.icon-ban:before {
	content: "\f05e";
}
.icon-arrow-left:before {
	content: "\f060";
}
.icon-arrow-right:before {
	content: "\f061";
}
.icon-arrow-up:before {
	content: "\f062";
}
.icon-arrow-down:before {
	content: "\f063";
}
.icon-mail-forward:before {
	content: "\f064";
}
.icon-share:before {
	content: "\f064";
}
.icon-expand:before {
	content: "\f065";
}
.icon-compress:before {
	content: "\f066";
}
.icon-plus:before {
	content: "\f067";
}
.icon-minus:before {
	content: "\f068";
}
.icon-asterisk:before {
	content: "\f069";
}
.icon-exclamation-circle:before {
	content: "\f06a";
}
.icon-gift:before {
	content: "\f06b";
}
.icon-leaf:before {
	content: "\f06c";
}
.icon-fire:before {
	content: "\f06d";
}
.icon-eye:before {
	content: "\f06e";
}
.icon-eye-slash:before {
	content: "\f070";
}
.icon-exclamation-triangle:before {
	content: "\f071";
}
.icon-warning:before {
	content: "\f071";
}
.icon-plane:before {
	content: "\f072";
}
.icon-calendar:before {
	content: "\f073";
}
.icon-random:before {
	content: "\f074";
}
.icon-comment:before {
	content: "\f075";
}
.icon-magnet:before {
	content: "\f076";
}
.icon-chevron-up:before {
	content: "\f077";
}
.icon-chevron-down:before {
	content: "\f078";
}
.icon-retweet:before {
	content: "\f079";
}
.icon-shopping-cart:before {
	content: "\f07a";
}
.icon-folder:before {
	content: "\f07b";
}
.icon-folder-open:before {
	content: "\f07c";
}
.icon-arrows-v:before {
	content: "\f07d";
}
.icon-arrows-h:before {
	content: "\f07e";
}
.icon-bar-chart:before {
	content: "\f080";
}
.icon-bar-chart-o:before {
	content: "\f080";
}
.icon-twitter-square:before {
	content: "\f081";
}
.icon-facebook-square:before {
	content: "\f082";
}
.icon-camera-retro:before {
	content: "\f083";
}
.icon-key:before {
	content: "\f084";
}
.icon-cogs:before {
	content: "\f085";
}
.icon-gears:before {
	content: "\f085";
}
.icon-comments:before {
	content: "\f086";
}
.icon-thumbs-o-up:before {
	content: "\f087";
}
.icon-thumbs-o-down:before {
	content: "\f088";
}
.icon-star-half:before {
	content: "\f089";
}
.icon-heart-o:before {
	content: "\f08a";
}
.icon-sign-out:before {
	content: "\f08b";
}
.icon-linkedin-square:before {
	content: "\f08c";
}
.icon-thumb-tack:before {
	content: "\f08d";
}
.icon-external-link:before {
	content: "\f08e";
}
.icon-sign-in:before {
	content: "\f090";
}
.icon-trophy:before {
	content: "\f091";
}
.icon-github-square:before {
	content: "\f092";
}
.icon-upload:before {
	content: "\f093";
}
.icon-lemon-o:before {
	content: "\f094";
}
.icon-phone:before {
	content: "\f095";
}
.icon-square-o:before {
	content: "\f096";
}
.icon-bookmark-o:before {
	content: "\f097";
}
.icon-phone-square:before {
	content: "\f098";
}
.icon-twitter:before {
	content: "\f099";
}
.icon-facebook:before {
	content: "\f09a";
}
.icon-facebook-f:before {
	content: "\f09a";
}
.icon-github:before {
	content: "\f09b";
}
.icon-unlock:before {
	content: "\f09c";
}
.icon-credit-card:before {
	content: "\f09d";
}
.icon-rss:before {
	content: "\f09e";
}
.icon-hdd-o:before {
	content: "\f0a0";
}
.icon-bullhorn:before {
	content: "\f0a1";
}
.icon-bell-o:before {
	content: "\f0a2";
}
.icon-certificate:before {
	content: "\f0a3";
}
.icon-hand-o-right:before {
	content: "\f0a4";
}
.icon-hand-o-left:before {
	content: "\f0a5";
}
.icon-hand-o-up:before {
	content: "\f0a6";
}
.icon-hand-o-down:before {
	content: "\f0a7";
}
.icon-arrow-circle-left:before {
	content: "\f0a8";
}
.icon-arrow-circle-right:before {
	content: "\f0a9";
}
.icon-arrow-circle-up:before {
	content: "\f0aa";
}
.icon-arrow-circle-down:before {
	content: "\f0ab";
}
.icon-globe:before {
	content: "\f0ac";
}
.icon-wrench:before {
	content: "\f0ad";
}
.icon-tasks:before {
	content: "\f0ae";
}
.icon-filter:before {
	content: "\f0b0";
}
.icon-briefcase:before {
	content: "\f0b1";
}
.icon-arrows-alt:before {
	content: "\f0b2";
}
.icon-group:before {
	content: "\f0c0";
}
.icon-users:before {
	content: "\f0c0";
}
.icon-chain:before {
	content: "\f0c1";
}
.icon-link:before {
	content: "\f0c1";
}
.icon-cloud:before {
	content: "\f0c2";
}
.icon-flask:before {
	content: "\f0c3";
}
.icon-cut:before {
	content: "\f0c4";
}
.icon-scissors:before {
	content: "\f0c4";
}
.icon-copy:before {
	content: "\f0c5";
}
.icon-files-o:before {
	content: "\f0c5";
}
.icon-paperclip:before {
	content: "\f0c6";
}
.icon-floppy-o:before {
	content: "\f0c7";
}
.icon-save:before {
	content: "\f0c7";
}
.icon-square:before {
	content: "\f0c8";
}
.icon-bars:before {
	content: "\f0c9";
}
.icon-navicon:before {
	content: "\f0c9";
}
.icon-reorder:before {
	content: "\f0c9";
}
.icon-list-ul:before {
	content: "\f0ca";
}
.icon-list-ol:before {
	content: "\f0cb";
}
.icon-strikethrough:before {
	content: "\f0cc";
}
.icon-underline:before {
	content: "\f0cd";
}
.icon-table:before {
	content: "\f0ce";
}
.icon-magic:before {
	content: "\f0d0";
}
.icon-truck:before {
	content: "\f0d1";
}
.icon-pinterest:before {
	content: "\f0d2";
}
.icon-pinterest-square:before {
	content: "\f0d3";
}
.icon-google-plus-square:before {
	content: "\f0d4";
}
.icon-google-plus:before {
	content: "\f0d5";
}
.icon-money:before {
	content: "\f0d6";
}
.icon-caret-down:before {
	content: "\f0d7";
}
.icon-caret-up:before {
	content: "\f0d8";
}
.icon-caret-left:before {
	content: "\f0d9";
}
.icon-caret-right:before {
	content: "\f0da";
}
.icon-columns:before {
	content: "\f0db";
}
.icon-sort:before {
	content: "\f0dc";
}
.icon-unsorted:before {
	content: "\f0dc";
}
.icon-sort-desc:before {
	content: "\f0dd";
}
.icon-sort-down:before {
	content: "\f0dd";
}
.icon-sort-asc:before {
	content: "\f0de";
}
.icon-sort-up:before {
	content: "\f0de";
}
.icon-envelope:before {
	content: "\f0e0";
}
.icon-linkedin:before {
	content: "\f0e1";
}
.icon-rotate-left:before {
	content: "\f0e2";
}
.icon-undo:before {
	content: "\f0e2";
}
.icon-gavel:before {
	content: "\f0e3";
}
.icon-legal:before {
	content: "\f0e3";
}
.icon-dashboard:before {
	content: "\f0e4";
}
.icon-tachometer:before {
	content: "\f0e4";
}
.icon-comment-o:before {
	content: "\f0e5";
}
.icon-comments-o:before {
	content: "\f0e6";
}
.icon-bolt:before {
	content: "\f0e7";
}
.icon-flash:before {
	content: "\f0e7";
}
.icon-sitemap:before {
	content: "\f0e8";
}
.icon-umbrella:before {
	content: "\f0e9";
}
.icon-clipboard:before {
	content: "\f0ea";
}
.icon-paste:before {
	content: "\f0ea";
}
.icon-lightbulb-o:before {
	content: "\f0eb";
}
.icon-exchange:before {
	content: "\f0ec";
}
.icon-cloud-download:before {
	content: "\f0ed";
}
.icon-cloud-upload:before {
	content: "\f0ee";
}
.icon-user-md:before {
	content: "\f0f0";
}
.icon-stethoscope:before {
	content: "\f0f1";
}
.icon-suitcase:before {
	content: "\f0f2";
}
.icon-bell:before {
	content: "\f0f3";
}
.icon-coffee:before {
	content: "\f0f4";
}
.icon-cutlery:before {
	content: "\f0f5";
}
.icon-file-text-o:before {
	content: "\f0f6";
}
.icon-building-o:before {
	content: "\f0f7";
}
.icon-hospital-o:before {
	content: "\f0f8";
}
.icon-ambulance:before {
	content: "\f0f9";
}
.icon-medkit:before {
	content: "\f0fa";
}
.icon-fighter-jet:before {
	content: "\f0fb";
}
.icon-beer:before {
	content: "\f0fc";
}
.icon-h-square:before {
	content: "\f0fd";
}
.icon-plus-square:before {
	content: "\f0fe";
}
.icon-angle-double-left:before {
	content: "\f100";
}
.icon-angle-double-right:before {
	content: "\f101";
}
.icon-angle-double-up:before {
	content: "\f102";
}
.icon-angle-double-down:before {
	content: "\f103";
}
.icon-angle-left:before {
	content: "\f104";
}
.icon-angle-right:before {
	content: "\f105";
}
.icon-angle-up:before {
	content: "\f106";
}
.icon-angle-down:before {
	content: "\f107";
}
.icon-desktop:before {
	content: "\f108";
}
.icon-laptop:before {
	content: "\f109";
}
.icon-tablet:before {
	content: "\f10a";
}
.icon-mobile:before {
	content: "\f10b";
}
.icon-mobile-phone:before {
	content: "\f10b";
}
.icon-circle-o:before {
	content: "\f10c";
}
.icon-quote-left:before {
	content: "\f10d";
}
.icon-quote-right:before {
	content: "\f10e";
}
.icon-spinner:before {
	content: "\f110";
}
.icon-circle:before {
	content: "\f111";
}
.icon-mail-reply:before {
	content: "\f112";
}
.icon-reply:before {
	content: "\f112";
}
.icon-github-alt:before {
	content: "\f113";
}
.icon-folder-o:before {
	content: "\f114";
}
.icon-folder-open-o:before {
	content: "\f115";
}
.icon-smile-o:before {
	content: "\f118";
}
.icon-frown-o:before {
	content: "\f119";
}
.icon-meh-o:before {
	content: "\f11a";
}
.icon-gamepad:before {
	content: "\f11b";
}
.icon-keyboard-o:before {
	content: "\f11c";
}
.icon-flag-o:before {
	content: "\f11d";
}
.icon-flag-checkered:before {
	content: "\f11e";
}
.icon-terminal:before {
	content: "\f120";
}
.icon-code:before {
	content: "\f121";
}
.icon-mail-reply-all:before {
	content: "\f122";
}
.icon-reply-all:before {
	content: "\f122";
}
.icon-star-half-empty:before {
	content: "\f123";
}
.icon-star-half-full:before {
	content: "\f123";
}
.icon-star-half-o:before {
	content: "\f123";
}
.icon-location-arrow:before {
	content: "\f124";
}
.icon-crop:before {
	content: "\f125";
}
.icon-code-fork:before {
	content: "\f126";
}
.icon-chain-broken:before {
	content: "\f127";
}
.icon-unlink:before {
	content: "\f127";
}
.icon-question:before {
	content: "\f128";
}
.icon-info:before {
	content: "\f129";
}
.icon-exclamation:before {
	content: "\f12a";
}
.icon-superscript:before {
	content: "\f12b";
}
.icon-subscript:before {
	content: "\f12c";
}
.icon-eraser:before {
	content: "\f12d";
}
.icon-puzzle-piece:before {
	content: "\f12e";
}
.icon-microphone:before {
	content: "\f130";
}
.icon-microphone-slash:before {
	content: "\f131";
}
.icon-shield:before {
	content: "\f132";
}
.icon-calendar-o:before {
	content: "\f133";
}
.icon-fire-extinguisher:before {
	content: "\f134";
}
.icon-rocket:before {
	content: "\f135";
}
.icon-maxcdn:before {
	content: "\f136";
}
.icon-chevron-circle-left:before {
	content: "\f137";
}
.icon-chevron-circle-right:before {
	content: "\f138";
}
.icon-chevron-circle-up:before {
	content: "\f139";
}
.icon-chevron-circle-down:before {
	content: "\f13a";
}
.icon-html5:before {
	content: "\f13b";
}
.icon-css3:before {
	content: "\f13c";
}
.icon-anchor:before {
	content: "\f13d";
}
.icon-unlock-alt:before {
	content: "\f13e";
}
.icon-bullseye:before {
	content: "\f140";
}
.icon-ellipsis-h:before {
	content: "\f141";
}
.icon-ellipsis-v:before {
	content: "\f142";
}
.icon-rss-square:before {
	content: "\f143";
}
.icon-play-circle:before {
	content: "\f144";
}
.icon-ticket:before {
	content: "\f145";
}
.icon-minus-square:before {
	content: "\f146";
}
.icon-minus-square-o:before {
	content: "\f147";
}
.icon-level-up:before {
	content: "\f148";
}
.icon-level-down:before {
	content: "\f149";
}
.icon-check-square:before {
	content: "\f14a";
}
.icon-pencil-square:before {
	content: "\f14b";
}
.icon-external-link-square:before {
	content: "\f14c";
}
.icon-share-square:before {
	content: "\f14d";
}
.icon-compass:before {
	content: "\f14e";
}
.icon-caret-square-o-down:before {
	content: "\f150";
}
.icon-toggle-down:before {
	content: "\f150";
}
.icon-caret-square-o-up:before {
	content: "\f151";
}
.icon-toggle-up:before {
	content: "\f151";
}
.icon-caret-square-o-right:before {
	content: "\f152";
}
.icon-toggle-right:before {
	content: "\f152";
}
.icon-eur:before {
	content: "\f153";
}
.icon-euro:before {
	content: "\f153";
}
.icon-gbp:before {
	content: "\f154";
}
.icon-dollar:before {
	content: "\f155";
}
.icon-usd:before {
	content: "\f155";
}
.icon-inr:before {
	content: "\f156";
}
.icon-rupee:before {
	content: "\f156";
}
.icon-cny:before {
	content: "\f157";
}
.icon-jpy:before {
	content: "\f157";
}
.icon-rmb:before {
	content: "\f157";
}
.icon-yen:before {
	content: "\f157";
}
.icon-rouble:before {
	content: "\f158";
}
.icon-rub:before {
	content: "\f158";
}
.icon-ruble:before {
	content: "\f158";
}
.icon-krw:before {
	content: "\f159";
}
.icon-won:before {
	content: "\f159";
}
.icon-bitcoin:before {
	content: "\f15a";
}
.icon-btc:before {
	content: "\f15a";
}
.icon-file:before {
	content: "\f15b";
}
.icon-file-text:before {
	content: "\f15c";
}
.icon-sort-alpha-asc:before {
	content: "\f15d";
}
.icon-sort-alpha-desc:before {
	content: "\f15e";
}
.icon-sort-amount-asc:before {
	content: "\f160";
}
.icon-sort-amount-desc:before {
	content: "\f161";
}
.icon-sort-numeric-asc:before {
	content: "\f162";
}
.icon-sort-numeric-desc:before {
	content: "\f163";
}
.icon-thumbs-up:before {
	content: "\f164";
}
.icon-thumbs-down:before {
	content: "\f165";
}
.icon-youtube-square:before {
	content: "\f166";
}
.icon-youtube:before {
	content: "\f167";
}
.icon-xing:before {
	content: "\f168";
}
.icon-xing-square:before {
	content: "\f169";
}
.icon-youtube-play:before {
	content: "\f16a";
}
.icon-dropbox:before {
	content: "\f16b";
}
.icon-stack-overflow:before {
	content: "\f16c";
}
.icon-instagram:before {
	content: "\f16d";
}
.icon-flickr:before {
	content: "\f16e";
}
.icon-adn:before {
	content: "\f170";
}
.icon-bitbucket:before {
	content: "\f171";
}
.icon-bitbucket-square:before {
	content: "\f172";
}
.icon-tumblr:before {
	content: "\f173";
}
.icon-tumblr-square:before {
	content: "\f174";
}
.icon-long-arrow-down:before {
	content: "\f175";
}
.icon-long-arrow-up:before {
	content: "\f176";
}
.icon-long-arrow-left:before {
	content: "\f177";
}
.icon-long-arrow-right:before {
	content: "\f178";
}
.icon-apple:before {
	content: "\f179";
}
.icon-windows:before {
	content: "\f17a";
}
.icon-android:before {
	content: "\f17b";
}
.icon-linux:before {
	content: "\f17c";
}
.icon-dribbble:before {
	content: "\f17d";
}
.icon-skype:before {
	content: "\f17e";
}
.icon-foursquare:before {
	content: "\f180";
}
.icon-trello:before {
	content: "\f181";
}
.icon-female:before {
	content: "\f182";
}
.icon-male:before {
	content: "\f183";
}
.icon-gittip:before {
	content: "\f184";
}
.icon-gratipay:before {
	content: "\f184";
}
.icon-sun-o:before {
	content: "\f185";
}
.icon-moon-o:before {
	content: "\f186";
}
.icon-archive:before {
	content: "\f187";
}
.icon-bug:before {
	content: "\f188";
}
.icon-vk:before {
	content: "\f189";
}
.icon-weibo:before {
	content: "\f18a";
}
.icon-renren:before {
	content: "\f18b";
}
.icon-pagelines:before {
	content: "\f18c";
}
.icon-stack-exchange:before {
	content: "\f18d";
}
.icon-arrow-circle-o-right:before {
	content: "\f18e";
}
.icon-arrow-circle-o-left:before {
	content: "\f190";
}
.icon-caret-square-o-left:before {
	content: "\f191";
}
.icon-toggle-left:before {
	content: "\f191";
}
.icon-dot-circle-o:before {
	content: "\f192";
}
.icon-wheelchair:before {
	content: "\f193";
}
.icon-vimeo-square:before {
	content: "\f194";
}
.icon-try:before {
	content: "\f195";
}
.icon-turkish-lira:before {
	content: "\f195";
}
.icon-plus-square-o:before {
	content: "\f196";
}
.icon-space-shuttle:before {
	content: "\f197";
}
.icon-slack:before {
	content: "\f198";
}
.icon-envelope-square:before {
	content: "\f199";
}
.icon-wordpress:before {
	content: "\f19a";
}
.icon-openid:before {
	content: "\f19b";
}
.icon-bank:before {
	content: "\f19c";
}
.icon-institution:before {
	content: "\f19c";
}
.icon-university:before {
	content: "\f19c";
}
.icon-graduation-cap:before {
	content: "\f19d";
}
.icon-mortar-board:before {
	content: "\f19d";
}
.icon-yahoo:before {
	content: "\f19e";
}
.icon-google:before {
	content: "\f1a0";
}
.icon-reddit:before {
	content: "\f1a1";
}
.icon-reddit-square:before {
	content: "\f1a2";
}
.icon-stumbleupon-circle:before {
	content: "\f1a3";
}
.icon-stumbleupon:before {
	content: "\f1a4";
}
.icon-delicious:before {
	content: "\f1a5";
}
.icon-digg:before {
	content: "\f1a6";
}
.icon-pied-piper:before {
	content: "\f1a7";
}
.icon-pied-piper-alt:before {
	content: "\f1a8";
}
.icon-drupal:before {
	content: "\f1a9";
}
.icon-joomla:before {
	content: "\f1aa";
}
.icon-language:before {
	content: "\f1ab";
}
.icon-fax:before {
	content: "\f1ac";
}
.icon-building:before {
	content: "\f1ad";
}
.icon-child:before {
	content: "\f1ae";
}
.icon-paw:before {
	content: "\f1b0";
}
.icon-spoon:before {
	content: "\f1b1";
}
.icon-cube:before {
	content: "\f1b2";
}
.icon-cubes:before {
	content: "\f1b3";
}
.icon-behance:before {
	content: "\f1b4";
}
.icon-behance-square:before {
	content: "\f1b5";
}
.icon-steam:before {
	content: "\f1b6";
}
.icon-steam-square:before {
	content: "\f1b7";
}
.icon-recycle:before {
	content: "\f1b8";
}
.icon-automobile:before {
	content: "\f1b9";
}
.icon-car:before {
	content: "\f1b9";
}
.icon-cab:before {
	content: "\f1ba";
}
.icon-taxi:before {
	content: "\f1ba";
}
.icon-tree:before {
	content: "\f1bb";
}
.icon-spotify:before {
	content: "\f1bc";
}
.icon-deviantart:before {
	content: "\f1bd";
}
.icon-soundcloud:before {
	content: "\f1be";
}
.icon-database:before {
	content: "\f1c0";
}
.icon-file-pdf-o:before {
	content: "\f1c1";
}
.icon-file-word-o:before {
	content: "\f1c2";
}
.icon-file-excel-o:before {
	content: "\f1c3";
}
.icon-file-powerpoint-o:before {
	content: "\f1c4";
}
.icon-file-image-o:before {
	content: "\f1c5";
}
.icon-file-photo-o:before {
	content: "\f1c5";
}
.icon-file-picture-o:before {
	content: "\f1c5";
}
.icon-file-archive-o:before {
	content: "\f1c6";
}
.icon-file-zip-o:before {
	content: "\f1c6";
}
.icon-file-audio-o:before {
	content: "\f1c7";
}
.icon-file-sound-o:before {
	content: "\f1c7";
}
.icon-file-movie-o:before {
	content: "\f1c8";
}
.icon-file-video-o:before {
	content: "\f1c8";
}
.icon-file-code-o:before {
	content: "\f1c9";
}
.icon-vine:before {
	content: "\f1ca";
}
.icon-codepen:before {
	content: "\f1cb";
}
.icon-jsfiddle:before {
	content: "\f1cc";
}
.icon-life-bouy:before {
	content: "\f1cd";
}
.icon-life-buoy:before {
	content: "\f1cd";
}
.icon-life-ring:before {
	content: "\f1cd";
}
.icon-life-saver:before {
	content: "\f1cd";
}
.icon-support:before {
	content: "\f1cd";
}
.icon-circle-o-notch:before {
	content: "\f1ce";
}
.icon-ra:before {
	content: "\f1d0";
}
.icon-rebel:before {
	content: "\f1d0";
}
.icon-empire:before {
	content: "\f1d1";
}
.icon-ge:before {
	content: "\f1d1";
}
.icon-git-square:before {
	content: "\f1d2";
}
.icon-git:before {
	content: "\f1d3";
}
.icon-hacker-news:before {
	content: "\f1d4";
}
.icon-tencent-weibo:before {
	content: "\f1d5";
}
.icon-qq:before {
	content: "\f1d6";
}
.icon-wechat:before {
	content: "\f1d7";
}
.icon-weixin:before {
	content: "\f1d7";
}
.icon-paper-plane:before {
	content: "\f1d8";
}
.icon-send:before {
	content: "\f1d8";
}
.icon-paper-plane-o:before {
	content: "\f1d9";
}
.icon-send-o:before {
	content: "\f1d9";
}
.icon-history:before {
	content: "\f1da";
}
.icon-circle-thin:before {
	content: "\f1db";
}
.icon-genderless:before {
	content: "\f1db";
}
.icon-header:before {
	content: "\f1dc";
}
.icon-paragraph:before {
	content: "\f1dd";
}
.icon-sliders:before {
	content: "\f1de";
}
.icon-share-alt:before {
	content: "\f1e0";
}
.icon-share-alt-square:before {
	content: "\f1e1";
}
.icon-bomb:before {
	content: "\f1e2";
}
.icon-futbol-o:before {
	content: "\f1e3";
}
.icon-soccer-ball-o:before {
	content: "\f1e3";
}
.icon-tty:before {
	content: "\f1e4";
}
.icon-binoculars:before {
	content: "\f1e5";
}
.icon-plug:before {
	content: "\f1e6";
}
.icon-slideshare:before {
	content: "\f1e7";
}
.icon-twitch:before {
	content: "\f1e8";
}
.icon-yelp:before {
	content: "\f1e9";
}
.icon-newspaper-o:before {
	content: "\f1ea";
}
.icon-wifi:before {
	content: "\f1eb";
}
.icon-calculator:before {
	content: "\f1ec";
}
.icon-paypal:before {
	content: "\f1ed";
}
.icon-google-wallet:before {
	content: "\f1ee";
}
.icon-cc-visa:before {
	content: "\f1f0";
}
.icon-cc-mastercard:before {
	content: "\f1f1";
}
.icon-cc-discover:before {
	content: "\f1f2";
}
.icon-cc-amex:before {
	content: "\f1f3";
}
.icon-cc-paypal:before {
	content: "\f1f4";
}
.icon-cc-stripe:before {
	content: "\f1f5";
}
.icon-bell-slash:before {
	content: "\f1f6";
}
.icon-bell-slash-o:before {
	content: "\f1f7";
}
.icon-trash:before {
	content: "\f1f8";
}
.icon-copyright:before {
	content: "\f1f9";
}
.icon-at:before {
	content: "\f1fa";
}
.icon-eyedropper:before {
	content: "\f1fb";
}
.icon-paint-brush:before {
	content: "\f1fc";
}
.icon-birthday-cake:before {
	content: "\f1fd";
}
.icon-area-chart:before {
	content: "\f1fe";
}
.icon-pie-chart:before {
	content: "\f200";
}
.icon-line-chart:before {
	content: "\f201";
}
.icon-lastfm:before {
	content: "\f202";
}
.icon-lastfm-square:before {
	content: "\f203";
}
.icon-toggle-off:before {
	content: "\f204";
}
.icon-toggle-on:before {
	content: "\f205";
}
.icon-bicycle:before {
	content: "\f206";
}
.icon-bus:before {
	content: "\f207";
}
.icon-ioxhost:before {
	content: "\f208";
}
.icon-angellist:before {
	content: "\f209";
}
.icon-cc:before {
	content: "\f20a";
}
.icon-ils:before {
	content: "\f20b";
}
.icon-shekel:before {
	content: "\f20b";
}
.icon-sheqel:before {
	content: "\f20b";
}
.icon-meanpath:before {
	content: "\f20c";
}
.icon-buysellads:before {
	content: "\f20d";
}
.icon-connectdevelop:before {
	content: "\f20e";
}
.icon-dashcube:before {
	content: "\f210";
}
.icon-forumbee:before {
	content: "\f211";
}
.icon-leanpub:before {
	content: "\f212";
}
.icon-sellsy:before {
	content: "\f213";
}
.icon-shirtsinbulk:before {
	content: "\f214";
}
.icon-simplybuilt:before {
	content: "\f215";
}
.icon-skyatlas:before {
	content: "\f216";
}
.icon-cart-plus:before {
	content: "\f217";
}
.icon-cart-arrow-down:before {
	content: "\f218";
}
.icon-diamond:before {
	content: "\f219";
}
.icon-ship:before {
	content: "\f21a";
}
.icon-user-secret:before {
	content: "\f21b";
}
.icon-motorcycle:before {
	content: "\f21c";
}
.icon-street-view:before {
	content: "\f21d";
}
.icon-heartbeat:before {
	content: "\f21e";
}
.icon-venus:before {
	content: "\f221";
}
.icon-mars:before {
	content: "\f222";
}
.icon-mercury:before {
	content: "\f223";
}
.icon-transgender:before {
	content: "\f224";
}
.icon-transgender-alt:before {
	content: "\f225";
}
.icon-venus-double:before {
	content: "\f226";
}
.icon-mars-double:before {
	content: "\f227";
}
.icon-venus-mars:before {
	content: "\f228";
}
.icon-mars-stroke:before {
	content: "\f229";
}
.icon-mars-stroke-v:before {
	content: "\f22a";
}
.icon-mars-stroke-h:before {
	content: "\f22b";
}
.icon-neuter:before {
	content: "\f22c";
}
.icon-facebook-official:before {
	content: "\f230";
}
.icon-pinterest-p:before {
	content: "\f231";
}
.icon-whatsapp:before {
	content: "\f232";
}
.icon-server:before {
	content: "\f233";
}
.icon-user-plus:before {
	content: "\f234";
}
.icon-user-times:before {
	content: "\f235";
}
.icon-bed:before {
	content: "\f236";
}
.icon-hotel:before {
	content: "\f236";
}
.icon-viacoin:before {
	content: "\f237";
}
.icon-train:before {
	content: "\f238";
}
.icon-subway:before {
	content: "\f239";
}
.icon-medium:before {
	content: "\f23a";
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
.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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.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: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  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;
}
/* Deprecated as of 4.4.0 */
.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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  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 {
  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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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: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-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";
}


/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'ElegantIcons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="your-class-prefix"] {
*/
.arrow_up, .arrow_down, .arrow_left, .arrow_right, .arrow_left-up, .arrow_right-up, .arrow_right-down, .arrow_left-down, .arrow-up-down, .arrow_up-down_alt, .arrow_left-right_alt, .arrow_left-right, .arrow_expand_alt2, .arrow_expand_alt, .arrow_condense, .arrow_expand, .arrow_move, .arrow_carrot-up, .arrow_carrot-down, .arrow_carrot-left, .arrow_carrot-right, .arrow_carrot-2up, .arrow_carrot-2down, .arrow_carrot-2left, .arrow_carrot-2right, .arrow_carrot-up_alt2, .arrow_carrot-down_alt2, .arrow_carrot-left_alt2, .arrow_carrot-right_alt2, .arrow_carrot-2up_alt2, .arrow_carrot-2down_alt2, .arrow_carrot-2left_alt2, .arrow_carrot-2right_alt2, .arrow_triangle-up, .arrow_triangle-down, .arrow_triangle-left, .arrow_triangle-right, .arrow_triangle-up_alt2, .arrow_triangle-down_alt2, .arrow_triangle-left_alt2, .arrow_triangle-right_alt2, .arrow_back, .icon_minus-06, .icon_plus, .icon_close, .icon_check, .icon_minus_alt2, .icon_plus_alt2, .icon_close_alt2, .icon_check_alt2, .icon_zoom-out_alt, .icon_zoom-in_alt, .icon_search, .icon_box-empty, .icon_box-selected, .icon_minus-box, .icon_plus-box, .icon_box-checked, .icon_circle-empty, .icon_circle-slelected, .icon_stop_alt2, .icon_stop, .icon_pause_alt2, .icon_pause, .icon_menu, .icon_menu-square_alt2, .icon_menu-circle_alt2, .icon_ul, .icon_ol, .icon_adjust-horiz, .icon_adjust-vert, .icon_document_alt, .icon_documents_alt, .icon_pencil, .icon_pencil-edit_alt, .icon_pencil-edit, .icon_folder-alt, .icon_folder-open_alt, .icon_folder-add_alt, .icon_info_alt, .icon_error-oct_alt, .icon_error-circle_alt, .icon_error-triangle_alt, .icon_question_alt2, .icon_question, .icon_comment_alt, .icon_chat_alt, .icon_vol-mute_alt, .icon_volume-low_alt, .icon_volume-high_alt, .icon_quotations, .icon_quotations_alt2, .icon_clock_alt, .icon_lock_alt, .icon_lock-open_alt, .icon_key_alt, .icon_cloud_alt, .icon_cloud-upload_alt, .icon_cloud-download_alt, .icon_image, .icon_images, .icon_lightbulb_alt, .icon_gift_alt, .icon_house_alt, .icon_genius, .icon_mobile, .icon_tablet, .icon_laptop, .icon_desktop, .icon_camera_alt, .icon_mail_alt, .icon_cone_alt, .icon_ribbon_alt, .icon_bag_alt, .icon_creditcard, .icon_cart_alt, .icon_paperclip, .icon_tag_alt, .icon_tags_alt, .icon_trash_alt, .icon_cursor_alt, .icon_mic_alt, .icon_compass_alt, .icon_pin_alt, .icon_pushpin_alt, .icon_map_alt, .icon_drawer_alt, .icon_toolbox_alt, .icon_book_alt, .icon_calendar, .icon_film, .icon_table, .icon_contacts_alt, .icon_headphones, .icon_lifesaver, .icon_piechart, .icon_refresh, .icon_link_alt, .icon_link, .icon_loading, .icon_blocked, .icon_archive_alt, .icon_heart_alt, .icon_star_alt, .icon_star-half_alt, .icon_star, .icon_star-half, .icon_tools, .icon_tool, .icon_cog, .icon_cogs, .arrow_up_alt, .arrow_down_alt, .arrow_left_alt, .arrow_right_alt, .arrow_left-up_alt, .arrow_right-up_alt, .arrow_right-down_alt, .arrow_left-down_alt, .arrow_condense_alt, .arrow_expand_alt3, .arrow_carrot_up_alt, .arrow_carrot-down_alt, .arrow_carrot-left_alt, .arrow_carrot-right_alt, .arrow_carrot-2up_alt, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left_alt, .arrow_carrot-2right_alt, .arrow_triangle-up_alt, .arrow_triangle-down_alt, .arrow_triangle-left_alt, .arrow_triangle-right_alt, .icon_minus_alt, .icon_plus_alt, .icon_close_alt, .icon_check_alt, .icon_zoom-out, .icon_zoom-in, .icon_stop_alt, .icon_menu-square_alt, .icon_menu-circle_alt, .icon_document, .icon_documents, .icon_pencil_alt, .icon_folder, .icon_folder-open, .icon_folder-add, .icon_folder_upload, .icon_folder_download, .icon_info, .icon_error-circle, .icon_error-oct, .icon_error-triangle, .icon_question_alt, .icon_comment, .icon_chat, .icon_vol-mute, .icon_volume-low, .icon_volume-high, .icon_quotations_alt, .icon_clock, .icon_lock, .icon_lock-open, .icon_key, .icon_cloud, .icon_cloud-upload, .icon_cloud-download, .icon_lightbulb, .icon_gift, .icon_house, .icon_camera, .icon_mail, .icon_cone, .icon_ribbon, .icon_bag, .icon_cart, .icon_tag, .icon_tags, .icon_trash, .icon_cursor, .icon_mic, .icon_compass, .icon_pin, .icon_pushpin, .icon_map, .icon_drawer, .icon_toolbox, .icon_book, .icon_contacts, .icon_archive, .icon_heart, .icon_profile, .icon_group, .icon_grid-2x2, .icon_grid-3x3, .icon_music, .icon_pause_alt, .icon_phone, .icon_upload, .icon_download, .social_facebook, .social_twitter, .social_pinterest, .social_googleplus, .social_tumblr, .social_tumbleupon, .social_wordpress, .social_instagram, .social_dribbble, .social_vimeo, .social_linkedin, .social_rss, .social_deviantart, .social_share, .social_myspace, .social_skype, .social_youtube, .social_picassa, .social_googledrive, .social_flickr, .social_blogger, .social_spotify, .social_delicious, .social_facebook_circle, .social_twitter_circle, .social_pinterest_circle, .social_googleplus_circle, .social_tumblr_circle, .social_stumbleupon_circle, .social_wordpress_circle, .social_instagram_circle, .social_dribbble_circle, .social_vimeo_circle, .social_linkedin_circle, .social_rss_circle, .social_deviantart_circle, .social_share_circle, .social_myspace_circle, .social_skype_circle, .social_youtube_circle, .social_picassa_circle, .social_googledrive_alt2, .social_flickr_circle, .social_blogger_circle, .social_spotify_circle, .social_delicious_circle, .social_facebook_square, .social_twitter_square, .social_pinterest_square, .social_googleplus_square, .social_tumblr_square, .social_stumbleupon_square, .social_wordpress_square, .social_instagram_square, .social_dribbble_square, .social_vimeo_square, .social_linkedin_square, .social_rss_square, .social_deviantart_square, .social_share_square, .social_myspace_square, .social_skype_square, .social_youtube_square, .social_picassa_square, .social_googledrive_square, .social_flickr_square, .social_blogger_square, .social_spotify_square, .social_delicious_square, .icon_printer, .icon_calulator, .icon_building, .icon_floppy, .icon_drive, .icon_search-2, .icon_id, .icon_id-2, .icon_puzzle, .icon_like, .icon_dislike, .icon_mug, .icon_currency, .icon_wallet, .icon_pens, .icon_easel, .icon_flowchart, .icon_datareport, .icon_briefcase, .icon_shield, .icon_percent, .icon_globe, .icon_globe-2, .icon_target, .icon_hourglass, .icon_balance, .icon_rook, .icon_printer-alt, .icon_calculator_alt, .icon_building_alt, .icon_floppy_alt, .icon_drive_alt, .icon_search_alt, .icon_id_alt, .icon_id-2_alt, .icon_puzzle_alt, .icon_like_alt, .icon_dislike_alt, .icon_mug_alt, .icon_currency_alt, .icon_wallet_alt, .icon_pens_alt, .icon_easel_alt, .icon_flowchart_alt, .icon_datareport_alt, .icon_briefcase_alt, .icon_shield_alt, .icon_percent_alt, .icon_globe_alt, .icon_clipboard {
	font-family: 'ElegantIcons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.arrow_up:before {
	content: "\21";
}
.arrow_down:before {
	content: "\22";
}
.arrow_left:before {
	content: "\23";
}
.arrow_right:before {
	content: "\24";
}
.arrow_left-up:before {
	content: "\25";
}
.arrow_right-up:before {
	content: "\26";
}
.arrow_right-down:before {
	content: "\27";
}
.arrow_left-down:before {
	content: "\28";
}
.arrow-up-down:before {
	content: "\29";
}
.arrow_up-down_alt:before {
	content: "\2a";
}
.arrow_left-right_alt:before {
	content: "\2b";
}
.arrow_left-right:before {
	content: "\2c";
}
.arrow_expand_alt2:before {
	content: "\2d";
}
.arrow_expand_alt:before {
	content: "\2e";
}
.arrow_condense:before {
	content: "\2f";
}
.arrow_expand:before {
	content: "\30";
}
.arrow_move:before {
	content: "\31";
}
.arrow_carrot-up:before {
	content: "\32";
}
.arrow_carrot-down:before {
	content: "\33";
}
.arrow_carrot-left:before {
	content: "\34";
}
.arrow_carrot-right:before {
	content: "\35";
}
.arrow_carrot-2up:before {
	content: "\36";
}
.arrow_carrot-2down:before {
	content: "\37";
}
.arrow_carrot-2left:before {
	content: "\38";
}
.arrow_carrot-2right:before {
	content: "\39";
}
.arrow_carrot-up_alt2:before {
	content: "\3a";
}
.arrow_carrot-down_alt2:before {
	content: "\3b";
}
.arrow_carrot-left_alt2:before {
	content: "\3c";
}
.arrow_carrot-right_alt2:before {
	content: "\3d";
}
.arrow_carrot-2up_alt2:before {
	content: "\3e";
}
.arrow_carrot-2down_alt2:before {
	content: "\3f";
}
.arrow_carrot-2left_alt2:before {
	content: "\40";
}
.arrow_carrot-2right_alt2:before {
	content: "\41";
}
.arrow_triangle-up:before {
	content: "\42";
}
.arrow_triangle-down:before {
	content: "\43";
}
.arrow_triangle-left:before {
	content: "\44";
}
.arrow_triangle-right:before {
	content: "\45";
}
.arrow_triangle-up_alt2:before {
	content: "\46";
}
.arrow_triangle-down_alt2:before {
	content: "\47";
}
.arrow_triangle-left_alt2:before {
	content: "\48";
}
.arrow_triangle-right_alt2:before {
	content: "\49";
}
.arrow_back:before {
	content: "\4a";
}
.icon_minus-06:before {
	content: "\4b";
}
.icon_plus:before {
	content: "\4c";
}
.icon_close:before {
	content: "\4d";
}
.icon_check:before {
	content: "\4e";
}
.icon_minus_alt2:before {
	content: "\4f";
}
.icon_plus_alt2:before {
	content: "\50";
}
.icon_close_alt2:before {
	content: "\51";
}
.icon_check_alt2:before {
	content: "\52";
}
.icon_zoom-out_alt:before {
	content: "\53";
}
.icon_zoom-in_alt:before {
	content: "\54";
}
.icon_search:before {
	content: "\55";
}
.icon_box-empty:before {
	content: "\56";
}
.icon_box-selected:before {
	content: "\57";
}
.icon_minus-box:before {
	content: "\58";
}
.icon_plus-box:before {
	content: "\59";
}
.icon_box-checked:before {
	content: "\5a";
}
.icon_circle-empty:before {
	content: "\5b";
}
.icon_circle-slelected:before {
	content: "\5c";
}
.icon_stop_alt2:before {
	content: "\5d";
}
.icon_stop:before {
	content: "\5e";
}
.icon_pause_alt2:before {
	content: "\5f";
}
.icon_pause:before {
	content: "\60";
}
.icon_menu:before {
	content: "\61";
}
.icon_menu-square_alt2:before {
	content: "\62";
}
.icon_menu-circle_alt2:before {
	content: "\63";
}
.icon_ul:before {
	content: "\64";
}
.icon_ol:before {
	content: "\65";
}
.icon_adjust-horiz:before {
	content: "\66";
}
.icon_adjust-vert:before {
	content: "\67";
}
.icon_document_alt:before {
	content: "\68";
}
.icon_documents_alt:before {
	content: "\69";
}
.icon_pencil:before {
	content: "\6a";
}
.icon_pencil-edit_alt:before {
	content: "\6b";
}
.icon_pencil-edit:before {
	content: "\6c";
}
.icon_folder-alt:before {
	content: "\6d";
}
.icon_folder-open_alt:before {
	content: "\6e";
}
.icon_folder-add_alt:before {
	content: "\6f";
}
.icon_info_alt:before {
	content: "\70";
}
.icon_error-oct_alt:before {
	content: "\71";
}
.icon_error-circle_alt:before {
	content: "\72";
}
.icon_error-triangle_alt:before {
	content: "\73";
}
.icon_question_alt2:before {
	content: "\74";
}
.icon_question:before {
	content: "\75";
}
.icon_comment_alt:before {
	content: "\76";
}
.icon_chat_alt:before {
	content: "\77";
}
.icon_vol-mute_alt:before {
	content: "\78";
}
.icon_volume-low_alt:before {
	content: "\79";
}
.icon_volume-high_alt:before {
	content: "\7a";
}
.icon_quotations:before {
	content: "\7b";
}
.icon_quotations_alt2:before {
	content: "\7c";
}
.icon_clock_alt:before {
	content: "\7d";
}
.icon_lock_alt:before {
	content: "\7e";
}
.icon_lock-open_alt:before {
	content: "\e000";
}
.icon_key_alt:before {
	content: "\e001";
}
.icon_cloud_alt:before {
	content: "\e002";
}
.icon_cloud-upload_alt:before {
	content: "\e003";
}
.icon_cloud-download_alt:before {
	content: "\e004";
}
.icon_image:before {
	content: "\e005";
}
.icon_images:before {
	content: "\e006";
}
.icon_lightbulb_alt:before {
	content: "\e007";
}
.icon_gift_alt:before {
	content: "\e008";
}
.icon_house_alt:before {
	content: "\e009";
}
.icon_genius:before {
	content: "\e00a";
}
.icon_mobile:before {
	content: "\e00b";
}
.icon_tablet:before {
	content: "\e00c";
}
.icon_laptop:before {
	content: "\e00d";
}
.icon_desktop:before {
	content: "\e00e";
}
.icon_camera_alt:before {
	content: "\e00f";
}
.icon_mail_alt:before {
	content: "\e010";
}
.icon_cone_alt:before {
	content: "\e011";
}
.icon_ribbon_alt:before {
	content: "\e012";
}
.icon_bag_alt:before {
	content: "\e013";
}
.icon_creditcard:before {
	content: "\e014";
}
.icon_cart_alt:before {
	content: "\e015";
}
.icon_paperclip:before {
	content: "\e016";
}
.icon_tag_alt:before {
	content: "\e017";
}
.icon_tags_alt:before {
	content: "\e018";
}
.icon_trash_alt:before {
	content: "\e019";
}
.icon_cursor_alt:before {
	content: "\e01a";
}
.icon_mic_alt:before {
	content: "\e01b";
}
.icon_compass_alt:before {
	content: "\e01c";
}
.icon_pin_alt:before {
	content: "\e01d";
}
.icon_pushpin_alt:before {
	content: "\e01e";
}
.icon_map_alt:before {
	content: "\e01f";
}
.icon_drawer_alt:before {
	content: "\e020";
}
.icon_toolbox_alt:before {
	content: "\e021";
}
.icon_book_alt:before {
	content: "\e022";
}
.icon_calendar:before {
	content: "\e023";
}
.icon_film:before {
	content: "\e024";
}
.icon_table:before {
	content: "\e025";
}
.icon_contacts_alt:before {
	content: "\e026";
}
.icon_headphones:before {
	content: "\e027";
}
.icon_lifesaver:before {
	content: "\e028";
}
.icon_piechart:before {
	content: "\e029";
}
.icon_refresh:before {
	content: "\e02a";
}
.icon_link_alt:before {
	content: "\e02b";
}
.icon_link:before {
	content: "\e02c";
}
.icon_loading:before {
	content: "\e02d";
}
.icon_blocked:before {
	content: "\e02e";
}
.icon_archive_alt:before {
	content: "\e02f";
}
.icon_heart_alt:before {
	content: "\e030";
}
.icon_star_alt:before {
	content: "\e031";
}
.icon_star-half_alt:before {
	content: "\e032";
}
.icon_star:before {
	content: "\e033";
}
.icon_star-half:before {
	content: "\e034";
}
.icon_tools:before {
	content: "\e035";
}
.icon_tool:before {
	content: "\e036";
}
.icon_cog:before {
	content: "\e037";
}
.icon_cogs:before {
	content: "\e038";
}
.arrow_up_alt:before {
	content: "\e039";
}
.arrow_down_alt:before {
	content: "\e03a";
}
.arrow_left_alt:before {
	content: "\e03b";
}
.arrow_right_alt:before {
	content: "\e03c";
}
.arrow_left-up_alt:before {
	content: "\e03d";
}
.arrow_right-up_alt:before {
	content: "\e03e";
}
.arrow_right-down_alt:before {
	content: "\e03f";
}
.arrow_left-down_alt:before {
	content: "\e040";
}
.arrow_condense_alt:before {
	content: "\e041";
}
.arrow_expand_alt3:before {
	content: "\e042";
}
.arrow_carrot_up_alt:before {
	content: "\e043";
}
.arrow_carrot-down_alt:before {
	content: "\e044";
}
.arrow_carrot-left_alt:before {
	content: "\e045";
}
.arrow_carrot-right_alt:before {
	content: "\e046";
}
.arrow_carrot-2up_alt:before {
	content: "\e047";
}
.arrow_carrot-2dwnn_alt:before {
	content: "\e048";
}
.arrow_carrot-2left_alt:before {
	content: "\e049";
}
.arrow_carrot-2right_alt:before {
	content: "\e04a";
}
.arrow_triangle-up_alt:before {
	content: "\e04b";
}
.arrow_triangle-down_alt:before {
	content: "\e04c";
}
.arrow_triangle-left_alt:before {
	content: "\e04d";
}
.arrow_triangle-right_alt:before {
	content: "\e04e";
}
.icon_minus_alt:before {
	content: "\e04f";
}
.icon_plus_alt:before {
	content: "\e050";
}
.icon_close_alt:before {
	content: "\e051";
}
.icon_check_alt:before {
	content: "\e052";
}
.icon_zoom-out:before {
	content: "\e053";
}
.icon_zoom-in:before {
	content: "\e054";
}
.icon_stop_alt:before {
	content: "\e055";
}
.icon_menu-square_alt:before {
	content: "\e056";
}
.icon_menu-circle_alt:before {
	content: "\e057";
}
.icon_document:before {
	content: "\e058";
}
.icon_documents:before {
	content: "\e059";
}
.icon_pencil_alt:before {
	content: "\e05a";
}
.icon_folder:before {
	content: "\e05b";
}
.icon_folder-open:before {
	content: "\e05c";
}
.icon_folder-add:before {
	content: "\e05d";
}
.icon_folder_upload:before {
	content: "\e05e";
}
.icon_folder_download:before {
	content: "\e05f";
}
.icon_info:before {
	content: "\e060";
}
.icon_error-circle:before {
	content: "\e061";
}
.icon_error-oct:before {
	content: "\e062";
}
.icon_error-triangle:before {
	content: "\e063";
}
.icon_question_alt:before {
	content: "\e064";
}
.icon_comment:before {
	content: "\e065";
}
.icon_chat:before {
	content: "\e066";
}
.icon_vol-mute:before {
	content: "\e067";
}
.icon_volume-low:before {
	content: "\e068";
}
.icon_volume-high:before {
	content: "\e069";
}
.icon_quotations_alt:before {
	content: "\e06a";
}
.icon_clock:before {
	content: "\e06b";
}
.icon_lock:before {
	content: "\e06c";
}
.icon_lock-open:before {
	content: "\e06d";
}
.icon_key:before {
	content: "\e06e";
}
.icon_cloud:before {
	content: "\e06f";
}
.icon_cloud-upload:before {
	content: "\e070";
}
.icon_cloud-download:before {
	content: "\e071";
}
.icon_lightbulb:before {
	content: "\e072";
}
.icon_gift:before {
	content: "\e073";
}
.icon_house:before {
	content: "\e074";
}
.icon_camera:before {
	content: "\e075";
}
.icon_mail:before {
	content: "\e076";
}
.icon_cone:before {
	content: "\e077";
}
.icon_ribbon:before {
	content: "\e078";
}
.icon_bag:before {
	content: "\e079";
}
.icon_cart:before {
	content: "\e07a";
}
.icon_tag:before {
	content: "\e07b";
}
.icon_tags:before {
	content: "\e07c";
}
.icon_trash:before {
	content: "\e07d";
}
.icon_cursor:before {
	content: "\e07e";
}
.icon_mic:before {
	content: "\e07f";
}
.icon_compass:before {
	content: "\e080";
}
.icon_pin:before {
	content: "\e081";
}
.icon_pushpin:before {
	content: "\e082";
}
.icon_map:before {
	content: "\e083";
}
.icon_drawer:before {
	content: "\e084";
}
.icon_toolbox:before {
	content: "\e085";
}
.icon_book:before {
	content: "\e086";
}
.icon_contacts:before {
	content: "\e087";
}
.icon_archive:before {
	content: "\e088";
}
.icon_heart:before {
	content: "\e089";
}
.icon_profile:before {
	content: "\e08a";
}
.icon_group:before {
	content: "\e08b";
}
.icon_grid-2x2:before {
	content: "\e08c";
}
.icon_grid-3x3:before {
	content: "\e08d";
}
.icon_music:before {
	content: "\e08e";
}
.icon_pause_alt:before {
	content: "\e08f";
}
.icon_phone:before {
	content: "\e090";
}
.icon_upload:before {
	content: "\e091";
}
.icon_download:before {
	content: "\e092";
}
.social_facebook:before {
	content: "\e093";
}
.social_twitter:before {
	content: "\e094";
}
.social_pinterest:before {
	content: "\e095";
}
.social_googleplus:before {
	content: "\e096";
}
.social_tumblr:before {
	content: "\e097";
}
.social_tumbleupon:before {
	content: "\e098";
}
.social_wordpress:before {
	content: "\e099";
}
.social_instagram:before {
	content: "\e09a";
}
.social_dribbble:before {
	content: "\e09b";
}
.social_vimeo:before {
	content: "\e09c";
}
.social_linkedin:before {
	content: "\e09d";
}
.social_rss:before {
	content: "\e09e";
}
.social_deviantart:before {
	content: "\e09f";
}
.social_share:before {
	content: "\e0a0";
}
.social_myspace:before {
	content: "\e0a1";
}
.social_skype:before {
	content: "\e0a2";
}
.social_youtube:before {
	content: "\e0a3";
}
.social_picassa:before {
	content: "\e0a4";
}
.social_googledrive:before {
	content: "\e0a5";
}
.social_flickr:before {
	content: "\e0a6";
}
.social_blogger:before {
	content: "\e0a7";
}
.social_spotify:before {
	content: "\e0a8";
}
.social_delicious:before {
	content: "\e0a9";
}
.social_facebook_circle:before {
	content: "\e0aa";
}
.social_twitter_circle:before {
	content: "\e0ab";
}
.social_pinterest_circle:before {
	content: "\e0ac";
}
.social_googleplus_circle:before {
	content: "\e0ad";
}
.social_tumblr_circle:before {
	content: "\e0ae";
}
.social_stumbleupon_circle:before {
	content: "\e0af";
}
.social_wordpress_circle:before {
	content: "\e0b0";
}
.social_instagram_circle:before {
	content: "\e0b1";
}
.social_dribbble_circle:before {
	content: "\e0b2";
}
.social_vimeo_circle:before {
	content: "\e0b3";
}
.social_linkedin_circle:before {
	content: "\e0b4";
}
.social_rss_circle:before {
	content: "\e0b5";
}
.social_deviantart_circle:before {
	content: "\e0b6";
}
.social_share_circle:before {
	content: "\e0b7";
}
.social_myspace_circle:before {
	content: "\e0b8";
}
.social_skype_circle:before {
	content: "\e0b9";
}
.social_youtube_circle:before {
	content: "\e0ba";
}
.social_picassa_circle:before {
	content: "\e0bb";
}
.social_googledrive_alt2:before {
	content: "\e0bc";
}
.social_flickr_circle:before {
	content: "\e0bd";
}
.social_blogger_circle:before {
	content: "\e0be";
}
.social_spotify_circle:before {
	content: "\e0bf";
}
.social_delicious_circle:before {
	content: "\e0c0";
}
.social_facebook_square:before {
	content: "\e0c1";
}
.social_twitter_square:before {
	content: "\e0c2";
}
.social_pinterest_square:before {
	content: "\e0c3";
}
.social_googleplus_square:before {
	content: "\e0c4";
}
.social_tumblr_square:before {
	content: "\e0c5";
}
.social_stumbleupon_square:before {
	content: "\e0c6";
}
.social_wordpress_square:before {
	content: "\e0c7";
}
.social_instagram_square:before {
	content: "\e0c8";
}
.social_dribbble_square:before {
	content: "\e0c9";
}
.social_vimeo_square:before {
	content: "\e0ca";
}
.social_linkedin_square:before {
	content: "\e0cb";
}
.social_rss_square:before {
	content: "\e0cc";
}
.social_deviantart_square:before {
	content: "\e0cd";
}
.social_share_square:before {
	content: "\e0ce";
}
.social_myspace_square:before {
	content: "\e0cf";
}
.social_skype_square:before {
	content: "\e0d0";
}
.social_youtube_square:before {
	content: "\e0d1";
}
.social_picassa_square:before {
	content: "\e0d2";
}
.social_googledrive_square:before {
	content: "\e0d3";
}
.social_flickr_square:before {
	content: "\e0d4";
}
.social_blogger_square:before {
	content: "\e0d5";
}
.social_spotify_square:before {
	content: "\e0d6";
}
.social_delicious_square:before {
	content: "\e0d7";
}
.icon_printer:before {
	content: "\e103";
}
.icon_calulator:before {
	content: "\e0ee";
}
.icon_building:before {
	content: "\e0ef";
}
.icon_floppy:before {
	content: "\e0e8";
}
.icon_drive:before {
	content: "\e0ea";
}
.icon_search-2:before {
	content: "\e101";
}
.icon_id:before {
	content: "\e107";
}
.icon_id-2:before {
	content: "\e108";
}
.icon_puzzle:before {
	content: "\e102";
}
.icon_like:before {
	content: "\e106";
}
.icon_dislike:before {
	content: "\e0eb";
}
.icon_mug:before {
	content: "\e105";
}
.icon_currency:before {
	content: "\e0ed";
}
.icon_wallet:before {
	content: "\e100";
}
.icon_pens:before {
	content: "\e104";
}
.icon_easel:before {
	content: "\e0e9";
}
.icon_flowchart:before {
	content: "\e109";
}
.icon_datareport:before {
	content: "\e0ec";
}
.icon_briefcase:before {
	content: "\e0fe";
}
.icon_shield:before {
	content: "\e0f6";
}
.icon_percent:before {
	content: "\e0fb";
}
.icon_globe:before {
	content: "\e0e2";
}
.icon_globe-2:before {
	content: "\e0e3";
}
.icon_target:before {
	content: "\e0f5";
}
.icon_hourglass:before {
	content: "\e0e1";
}
.icon_balance:before {
	content: "\e0ff";
}
.icon_rook:before {
	content: "\e0f8";
}
.icon_printer-alt:before {
	content: "\e0fa";
}
.icon_calculator_alt:before {
	content: "\e0e7";
}
.icon_building_alt:before {
	content: "\e0fd";
}
.icon_floppy_alt:before {
	content: "\e0e4";
}
.icon_drive_alt:before {
	content: "\e0e5";
}
.icon_search_alt:before {
	content: "\e0f7";
}
.icon_id_alt:before {
	content: "\e0e0";
}
.icon_id-2_alt:before {
	content: "\e0fc";
}
.icon_puzzle_alt:before {
	content: "\e0f9";
}
.icon_like_alt:before {
	content: "\e0dd";
}
.icon_dislike_alt:before {
	content: "\e0f1";
}
.icon_mug_alt:before {
	content: "\e0dc";
}
.icon_currency_alt:before {
	content: "\e0f3";
}
.icon_wallet_alt:before {
	content: "\e0d8";
}
.icon_pens_alt:before {
	content: "\e0db";
}
.icon_easel_alt:before {
	content: "\e0f0";
}
.icon_flowchart_alt:before {
	content: "\e0df";
}
.icon_datareport_alt:before {
	content: "\e0f2";
}
.icon_briefcase_alt:before {
	content: "\e0f4";
}
.icon_shield_alt:before {
	content: "\e0d9";
}
.icon_percent_alt:before {
	content: "\e0da";
}
.icon_globe_alt:before {
	content: "\e0de";
}
.icon_clipboard:before {
	content: "\e0e6";
}

.lnr {
	font-family: 'Linearicons-Free';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lnr-home:before {
	content: "\e800";
}
.lnr-apartment:before {
	content: "\e801";
}
.lnr-pencil:before {
	content: "\e802";
}
.lnr-magic-wand:before {
	content: "\e803";
}
.lnr-drop:before {
	content: "\e804";
}
.lnr-lighter:before {
	content: "\e805";
}
.lnr-poop:before {
	content: "\e806";
}
.lnr-sun:before {
	content: "\e807";
}
.lnr-moon:before {
	content: "\e808";
}
.lnr-cloud:before {
	content: "\e809";
}
.lnr-cloud-upload:before {
	content: "\e80a";
}
.lnr-cloud-download:before {
	content: "\e80b";
}
.lnr-cloud-sync:before {
	content: "\e80c";
}
.lnr-cloud-check:before {
	content: "\e80d";
}
.lnr-database:before {
	content: "\e80e";
}
.lnr-lock:before {
	content: "\e80f";
}
.lnr-cog:before {
	content: "\e810";
}
.lnr-trash:before {
	content: "\e811";
}
.lnr-dice:before {
	content: "\e812";
}
.lnr-heart:before {
	content: "\e813";
}
.lnr-star:before {
	content: "\e814";
}
.lnr-star-half:before {
	content: "\e815";
}
.lnr-star-empty:before {
	content: "\e816";
}
.lnr-flag:before {
	content: "\e817";
}
.lnr-envelope:before {
	content: "\e818";
}
.lnr-paperclip:before {
	content: "\e819";
}
.lnr-inbox:before {
	content: "\e81a";
}
.lnr-eye:before {
	content: "\e81b";
}
.lnr-printer:before {
	content: "\e81c";
}
.lnr-file-empty:before {
	content: "\e81d";
}
.lnr-file-add:before {
	content: "\e81e";
}
.lnr-enter:before {
	content: "\e81f";
}
.lnr-exit:before {
	content: "\e820";
}
.lnr-graduation-hat:before {
	content: "\e821";
}
.lnr-license:before {
	content: "\e822";
}
.lnr-music-note:before {
	content: "\e823";
}
.lnr-film-play:before {
	content: "\e824";
}
.lnr-camera-video:before {
	content: "\e825";
}
.lnr-camera:before {
	content: "\e826";
}
.lnr-picture:before {
	content: "\e827";
}
.lnr-book:before {
	content: "\e828";
}
.lnr-bookmark:before {
	content: "\e829";
}
.lnr-user:before {
	content: "\e82a";
}
.lnr-users:before {
	content: "\e82b";
}
.lnr-shirt:before {
	content: "\e82c";
}
.lnr-store:before {
	content: "\e82d";
}
.lnr-cart:before {
	content: "\e82e";
}
.lnr-tag:before {
	content: "\e82f";
}
.lnr-phone-handset:before {
	content: "\e830";
}
.lnr-phone:before {
	content: "\e831";
}
.lnr-pushpin:before {
	content: "\e832";
}
.lnr-map-marker:before {
	content: "\e833";
}
.lnr-map:before {
	content: "\e834";
}
.lnr-location:before {
	content: "\e835";
}
.lnr-calendar-full:before {
	content: "\e836";
}
.lnr-keyboard:before {
	content: "\e837";
}
.lnr-spell-check:before {
	content: "\e838";
}
.lnr-screen:before {
	content: "\e839";
}
.lnr-smartphone:before {
	content: "\e83a";
}
.lnr-tablet:before {
	content: "\e83b";
}
.lnr-laptop:before {
	content: "\e83c";
}
.lnr-laptop-phone:before {
	content: "\e83d";
}
.lnr-power-switch:before {
	content: "\e83e";
}
.lnr-bubble:before {
	content: "\e83f";
}
.lnr-heart-pulse:before {
	content: "\e840";
}
.lnr-construction:before {
	content: "\e841";
}
.lnr-pie-chart:before {
	content: "\e842";
}
.lnr-chart-bars:before {
	content: "\e843";
}
.lnr-gift:before {
	content: "\e844";
}
.lnr-diamond:before {
	content: "\e845";
}
.lnr-linearicons:before {
	content: "\e846";
}
.lnr-dinner:before {
	content: "\e847";
}
.lnr-coffee-cup:before {
	content: "\e848";
}
.lnr-leaf:before {
	content: "\e849";
}
.lnr-paw:before {
	content: "\e84a";
}
.lnr-rocket:before {
	content: "\e84b";
}
.lnr-briefcase:before {
	content: "\e84c";
}
.lnr-bus:before {
	content: "\e84d";
}
.lnr-car:before {
	content: "\e84e";
}
.lnr-train:before {
	content: "\e84f";
}
.lnr-bicycle:before {
	content: "\e850";
}
.lnr-wheelchair:before {
	content: "\e851";
}
.lnr-select:before {
	content: "\e852";
}
.lnr-earth:before {
	content: "\e853";
}
.lnr-smile:before {
	content: "\e854";
}
.lnr-sad:before {
	content: "\e855";
}
.lnr-neutral:before {
	content: "\e856";
}
.lnr-mustache:before {
	content: "\e857";
}
.lnr-alarm:before {
	content: "\e858";
}
.lnr-bullhorn:before {
	content: "\e859";
}
.lnr-volume-high:before {
	content: "\e85a";
}
.lnr-volume-medium:before {
	content: "\e85b";
}
.lnr-volume-low:before {
	content: "\e85c";
}
.lnr-volume:before {
	content: "\e85d";
}
.lnr-mic:before {
	content: "\e85e";
}
.lnr-hourglass:before {
	content: "\e85f";
}
.lnr-undo:before {
	content: "\e860";
}
.lnr-redo:before {
	content: "\e861";
}
.lnr-sync:before {
	content: "\e862";
}
.lnr-history:before {
	content: "\e863";
}
.lnr-clock:before {
	content: "\e864";
}
.lnr-download:before {
	content: "\e865";
}
.lnr-upload:before {
	content: "\e866";
}
.lnr-enter-down:before {
	content: "\e867";
}
.lnr-exit-up:before {
	content: "\e868";
}
.lnr-bug:before {
	content: "\e869";
}
.lnr-code:before {
	content: "\e86a";
}
.lnr-link:before {
	content: "\e86b";
}
.lnr-unlink:before {
	content: "\e86c";
}
.lnr-thumbs-up:before {
	content: "\e86d";
}
.lnr-thumbs-down:before {
	content: "\e86e";
}
.lnr-magnifier:before {
	content: "\e86f";
}
.lnr-cross:before {
	content: "\e870";
}
.lnr-menu:before {
	content: "\e871";
}
.lnr-list:before {
	content: "\e872";
}
.lnr-chevron-up:before {
	content: "\e873";
}
.lnr-chevron-down:before {
	content: "\e874";
}
.lnr-chevron-left:before {
	content: "\e875";
}
.lnr-chevron-right:before {
	content: "\e876";
}
.lnr-arrow-up:before {
	content: "\e877";
}
.lnr-arrow-down:before {
	content: "\e878";
}
.lnr-arrow-left:before {
	content: "\e879";
}
.lnr-arrow-right:before {
	content: "\e87a";
}
.lnr-move:before {
	content: "\e87b";
}
.lnr-warning:before {
	content: "\e87c";
}
.lnr-question-circle:before {
	content: "\e87d";
}
.lnr-menu-circle:before {
	content: "\e87e";
}
.lnr-checkmark-circle:before {
	content: "\e87f";
}
.lnr-cross-circle:before {
	content: "\e880";
}
.lnr-plus-circle:before {
	content: "\e881";
}
.lnr-circle-minus:before {
	content: "\e882";
}
.lnr-arrow-up-circle:before {
	content: "\e883";
}
.lnr-arrow-down-circle:before {
	content: "\e884";
}
.lnr-arrow-left-circle:before {
	content: "\e885";
}
.lnr-arrow-right-circle:before {
	content: "\e886";
}
.lnr-chevron-up-circle:before {
	content: "\e887";
}
.lnr-chevron-down-circle:before {
	content: "\e888";
}
.lnr-chevron-left-circle:before {
	content: "\e889";
}
.lnr-chevron-right-circle:before {
	content: "\e88a";
}
.lnr-crop:before {
	content: "\e88b";
}
.lnr-frame-expand:before {
	content: "\e88c";
}
.lnr-frame-contract:before {
	content: "\e88d";
}
.lnr-layers:before {
	content: "\e88e";
}
.lnr-funnel:before {
	content: "\e88f";
}
.lnr-text-format:before {
	content: "\e890";
}
.lnr-text-format-remove:before {
	content: "\e891";
}
.lnr-text-size:before {
	content: "\e892";
}
.lnr-bold:before {
	content: "\e893";
}
.lnr-italic:before {
	content: "\e894";
}
.lnr-underline:before {
	content: "\e895";
}
.lnr-strikethrough:before {
	content: "\e896";
}
.lnr-highlight:before {
	content: "\e897";
}
.lnr-text-align-left:before {
	content: "\e898";
}
.lnr-text-align-center:before {
	content: "\e899";
}
.lnr-text-align-right:before {
	content: "\e89a";
}
.lnr-text-align-justify:before {
	content: "\e89b";
}
.lnr-line-spacing:before {
	content: "\e89c";
}
.lnr-indent-increase:before {
	content: "\e89d";
}
.lnr-indent-decrease:before {
	content: "\e89e";
}
.lnr-pilcrow:before {
	content: "\e89f";
}
.lnr-direction-ltr:before {
	content: "\e8a0";
}
.lnr-direction-rtl:before {
	content: "\e8a1";
}
.lnr-page-break:before {
	content: "\e8a2";
}
.lnr-sort-alpha-asc:before {
	content: "\e8a3";
}
.lnr-sort-amount-asc:before {
	content: "\e8a4";
}
.lnr-hand:before {
	content: "\e8a5";
}
.lnr-pointer-up:before {
	content: "\e8a6";
}
.lnr-pointer-right:before {
	content: "\e8a7";
}
.lnr-pointer-down:before {
	content: "\e8a8";
}
.lnr-pointer-left:before {
	content: "\e8a9";
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    display: none;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("https://www.jumpinshop.com/skin/frontend/arw_forward/default/vendors/owl-carousel/assets/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

@charset "UTF-8";
/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: #fff url("https://www.jumpinshop.com/skin/frontend/arw_forward/default/vendors/slick/images/ajax-loader.gif") center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto;}

/* Icons */
@font-face { font-family: "slick"; font-display: auto; src: url("https://www.jumpinshop.com/skin/frontend/arw_forward/default/vendors/slick/css/fonts/slick.eot"); src: url("https://www.jumpinshop.com/skin/frontend/arw_forward/default/vendors/slick/css/fonts/slick.eot?#iefix") format("embedded-opentype"), url("https://www.jumpinshop.com/skin/frontend/arw_forward/default/vendors/slick/css/fonts/slick.woff") format("woff"), url("https://www.jumpinshop.com/skin/frontend/arw_forward/default/vendors/slick/css/fonts/slick.ttf") format("truetype"), url("https://www.jumpinshop.com/skin/frontend/arw_forward/default/vendors/slick/css/fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }
/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: -25px; }
[dir="rtl"] .slick-prev { left: auto; right: -25px; }
.slick-prev:before { content: "←"; }
[dir="rtl"] .slick-prev:before { content: "→"; }

.slick-next { right: -25px; }
[dir="rtl"] .slick-next { left: -25px; right: auto; }
.slick-next:before { content: "→"; }
[dir="rtl"] .slick-next:before { content: "←"; }

/* Dots */
.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

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

@charset "UTF-8";
/*  Colors variables global*/
/* Dropdown */
/*  Font family */
/*  HEADER  */
/*  primary */
/*  Breadcumbs  */
/*  Catalog Grid View    */
/*  Catalog Details View    */
/*  Toolbar */
/*  Table   */
/*	Footer */
/* %btn {
	border-width: 1px;
	border-style: solid;
	border-color:$button_border_color;
	background-color:$button_bg;
	color: $button_color;
	display: inline-block;
	font-weight: normal;
	padding: 10px 20px;
	vertical-align: middle;
	text-transform: uppercase;
	&.active,
	&:active,
	&:hover,
	&:focus,
	&.focus {
		color: $button_hover_color;
		background-color: $button_hover_bg;
		border-color:$button_hover_border_color;
	}
} */
button, .button, input[type="button"], input[type="reset"], input[type="submit"], .btn, .block .actions .button, .data-table.cart-table tfoot td .button, .btn2, .btn-primary, .buttons-set button.button, .quickview-index-view .product-img-box-slider .slick-prev, .quickview-index-view .product-img-box-slider .slick-next, .cart-collaterals .discount .buttons-set .button,
.cart-collaterals .shipping .buttons-set .button,
.cart-collaterals .cart-totals .buttons-set .button, #postComment .form-button, .btn3, .cart-empty .buttons-set .button, .cart-collaterals .cart-totals .btn-proceed-checkout, .opc #checkout-review-submit .btn-checkout, .multiple-checkout #checkout-review-submit #review-button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: 1px solid;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  margin: 0;
  padding: 7px 15px;
  -webkit-transition: background .2s ease-in-out 0s , color .2s ease-in-out 0s,border-color .2s ease-in-out 0s;
  -moz-transition: background .2s ease-in-out 0s , color .2s ease-in-out 0s,border-color .2s ease-in-out 0s;
  -ms-transition: background .2s ease-in-out 0s , color .2s ease-in-out 0s,border-color .2s ease-in-out 0s;
  transition: background .2s ease-in-out 0s , color .2s ease-in-out 0s,border-color .2s ease-in-out 0s;
  vertical-align: middle;
}

button, .button, input[type="button"], input[type="reset"], input[type="submit"], .btn, .block .actions .button, .data-table.cart-table tfoot td .button {
  background: transparent;
  border-color: #505050;
  color: #505050;
}
button.active, .active.button, input.active[type="button"], input.active[type="reset"], input.active[type="submit"], .active.btn, .block .actions .active.button, .data-table.cart-table tfoot td .active.button, button:active, .button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, .btn:active, .block .actions .button:active, .data-table.cart-table tfoot td .button:active, button:hover, .button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .btn:hover, .block .actions .button:hover, .data-table.cart-table tfoot td .button:hover, button:focus, .button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, .btn:focus, .block .actions .button:focus, .data-table.cart-table tfoot td .button:focus, button.focus, .focus.button, input.focus[type="button"], input.focus[type="reset"], input.focus[type="submit"], .focus.btn, .block .actions .focus.button, .data-table.cart-table tfoot td .focus.button {
  color: #fff;
  background-color: #2f2f2f;
  border-color: #2f2f2f;
}

.btn2, .btn-primary, .buttons-set button.button, .quickview-index-view .product-img-box-slider .slick-prev, .quickview-index-view .product-img-box-slider .slick-next, .cart-collaterals .discount .buttons-set .button,
.cart-collaterals .shipping .buttons-set .button,
.cart-collaterals .cart-totals .buttons-set .button, #postComment .form-button {
  background-color: transparent;
  border-color: #707070;
  color: #2f2f2f;
}
.active.btn2, .active.btn-primary, .buttons-set button.active.button, .quickview-index-view .product-img-box-slider .active.slick-prev, .quickview-index-view .product-img-box-slider .active.slick-next, .cart-collaterals .discount .buttons-set .active.button,
.cart-collaterals .shipping .buttons-set .active.button,
.cart-collaterals .cart-totals .buttons-set .active.button, #postComment .active.form-button, .btn2:active, .btn-primary:active, .buttons-set button.button:active, .quickview-index-view .product-img-box-slider .slick-prev:active, .quickview-index-view .product-img-box-slider .slick-next:active, .cart-collaterals .discount .buttons-set .button:active,
.cart-collaterals .shipping .buttons-set .button:active,
.cart-collaterals .cart-totals .buttons-set .button:active, #postComment .form-button:active, .btn2:hover, .btn-primary:hover, .buttons-set button.button:hover, .quickview-index-view .product-img-box-slider .slick-prev:hover, .quickview-index-view .product-img-box-slider .slick-next:hover, .cart-collaterals .discount .buttons-set .button:hover,
.cart-collaterals .shipping .buttons-set .button:hover,
.cart-collaterals .cart-totals .buttons-set .button:hover, #postComment .form-button:hover, .btn2:focus, .btn-primary:focus, .buttons-set button.button:focus, .quickview-index-view .product-img-box-slider .slick-prev:focus, .quickview-index-view .product-img-box-slider .slick-next:focus, .cart-collaterals .discount .buttons-set .button:focus,
.cart-collaterals .shipping .buttons-set .button:focus,
.cart-collaterals .cart-totals .buttons-set .button:focus, #postComment .form-button:focus, .focus.btn2, .focus.btn-primary, .buttons-set button.focus.button, .quickview-index-view .product-img-box-slider .focus.slick-prev, .quickview-index-view .product-img-box-slider .focus.slick-next, .cart-collaterals .discount .buttons-set .focus.button,
.cart-collaterals .shipping .buttons-set .focus.button,
.cart-collaterals .cart-totals .buttons-set .focus.button, #postComment .focus.form-button {
  border-color: #2f2f2f;
  background-color: #2f2f2f;
  color: #fff;
}

.btn3, .cart-empty .buttons-set .button, .cart-collaterals .cart-totals .btn-proceed-checkout, .opc #checkout-review-submit .btn-checkout, .multiple-checkout #checkout-review-submit #review-button {
  color: #fff;
  background: #2f2f2f;
  border-color: #2f2f2f;
}
.active.btn3, .cart-empty .buttons-set .active.button, .cart-collaterals .cart-totals .active.btn-proceed-checkout, .opc #checkout-review-submit .active.btn-checkout, .multiple-checkout #checkout-review-submit .active#review-button, .btn3:active, .cart-empty .buttons-set .button:active, .cart-collaterals .cart-totals .btn-proceed-checkout:active, .opc #checkout-review-submit .btn-checkout:active, .multiple-checkout #checkout-review-submit #review-button:active, .btn3:hover, .cart-empty .buttons-set .button:hover, .cart-collaterals .cart-totals .btn-proceed-checkout:hover, .opc #checkout-review-submit .btn-checkout:hover, .multiple-checkout #checkout-review-submit #review-button:hover, .btn3:focus, .cart-empty .buttons-set .button:focus, .cart-collaterals .cart-totals .btn-proceed-checkout:focus, .opc #checkout-review-submit .btn-checkout:focus, .multiple-checkout #checkout-review-submit #review-button:focus, .focus.btn3, .cart-empty .buttons-set .focus.button, .cart-collaterals .cart-totals .focus.btn-proceed-checkout, .opc #checkout-review-submit .focus.btn-checkout, .multiple-checkout #checkout-review-submit .focus#review-button {
  color: #fff;
  background-color: #e43b54;
  border-color: #e43b54;
}

textarea, .input-text, input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  border: 1px solid #dedede;
  background-color: #ffffff;
  color: #444444;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.42757;
  width: 100%;
  max-width: 100%;
  vertical-align: baseline;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
textarea:focus, .input-text:focus, input[type=email]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus {
  border-color: #dedede;
  background: #ffffff;
  color: #444444;
}
textarea::-webkit-input-placeholder, .input-text::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder, textarea:-moz-placeholder, .input-text:-moz-placeholder, input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=text]:-moz-placeholder, textarea::-moz-placeholder, .input-text::-moz-placeholder, input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder, textarea:-ms-input-placeholder, .input-text:-ms-input-placeholder, input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder {
  color: #7a7a7a;
}

#customer-reviews #product-review-table .radio {
  display: none;
}
#customer-reviews #product-review-table .radio ~ label {
  cursor: pointer;
}
#customer-reviews #product-review-table .radio ~ label:before {
  font-family: "FontAwesome";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  padding-right: 5px;
  width: 20px;
  display: inline-block;
  text-align: left;
}
#customer-reviews #product-review-table .radio:checked ~ label:before {
  content: "\f05d";
  color: #2f2f2f;
}

.arw-parallax-slider .parallax-body .parallax-content-slider .content-slider {
  left: 50%;
  position: absolute !important;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@-webkit-keyframes fadeOutfadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutfadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutfadeIn1 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutfadeIn1 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
/* Arw Truncated */
.arw-truncated {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.arw-visibility-hidden {
  height: 0;
  visibility: hidden;
}

.arw-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.arw-visually-hidden-reset {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.nav > li > a:hover, .nav > li > a:focus {
  background: none;
  color: #2f2f2f;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #a0a0a0;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav .active > a, .nav .active > a:hover, .nav .active > a:focus {
  background: none;
  color: #2f2f2f;
}

.nav-tabs {
  border-bottom: 1px solid #d2d2d2;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #2f2f2f;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #d2d2d2;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #d2d2d2;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #d2d2d2;
  }
}

.nav.nav-style-2 > li {
  padding: 0.5em 0;
}
.nav.nav-style-2 > li > a {
  color: #2f2f2f;
  display: inline-block;
  padding: 1px 0;
  position: relative;
  text-transform: uppercase;
}
.nav.nav-style-2 > li > a:after {
  border-bottom: 2px solid;
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -ms-transition: inherit;
  transition: inherit;
  width: 0;
}
.nav.nav-style-2 > li > a:hover:after, .nav.nav-style-2 > li > a:active:after, .nav.nav-style-2 > li > a:focus:after {
  width: 100%;
}
.nav.nav-style-2 > li.active > a:after {
  width: 100%;
}

.panel-group {
  border-bottom: 1px solid #d2d2d2;
}
.panel-group .panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-left: none;
  border-right: none;
  color: #474747;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin: 0;
}
.panel-group .panel .panel-heading {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-top: 1px solid #d2d2d2;
  padding: 17px 0;
}
.panel-group .panel .panel-body {
  color: #7a7a7a;
  line-height: 1.7857em;
  padding: 20px 0 60px;
}
.panel-group .panel .panel-title {
  font-size: 1em;
  font-weight: bold;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}

.navbar {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: none;
  min-height: auto;
}

.caret {
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.dropdown {
  position: relative;
}
.dropdown.size-full, .dropdown.sub-fullwidth {
  position: static;
}
.dropdown.size-full > .dropdown-menu, .dropdown.sub-fullwidth > .dropdown-menu {
  width: 100%;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  left: 100%;
  top: 0;
  margin: 0;
}

.dropdown-menu {
  background-color: #fff;
  border: none;
  padding: 15px 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.dropdown-menu > li > a {
  color: #a0a0a0;
  padding: .5em 1em;
  font-size: 1em;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #2f2f2f;
  background: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #2f2f2f;
  background: none;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #7a7a7a;
}

.dropdown-header {
  color: #7a7a7a;
}

html {
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}

body {
  color: #7a7a7a;
  font-size: 14px;
  line-height: 1.428571429;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

address {
  line-height: inherit;
}

a {
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  color: #a0a0a0;
  text-decoration: none;
}
a:hover, a:focus {
  color: #2f2f2f;
  outline: none;
  text-decoration: none;
}

p {
  text-rendering: optimizeLegibility;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tooltip {
  white-space: pre;
  position: fixed;
  font-family: "Montserrat", Menlo, Monaco, Consolas, "Courier New", monospace;
}
.tooltip .tooltip-inner {
  background-color: #272727;
}
.tooltip .tooltip-arrow {
  border-top-color: #272727;
}

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

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

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

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

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  line-height: 1.1;
  color: #121210;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 20px;
  text-rendering: optimizeLegibility;
}

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

.label, label {
  color: #7a7a7a;
  font-weight: inherit;
}

.label {
  font-size: 1em;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.address-list address {
  margin-bottom: 1em;
}

.availability {
  margin: 10px 0;
}
.availability span {
  font-weight: normal;
  font-style: normal;
}

.arw-box-quantity {
  overflow: hidden;
}
.qty-holder .arw-box-quantity {
  padding-top: 8px;
}
.arw-box-quantity .wrap, .arw-box-quantity .qty-minus, .arw-box-quantity .qty-plus, .arw-box-quantity .qty {
  float: left;
}
.arw-box-quantity .qty-minus, .arw-box-quantity .qty-plus, .arw-box-quantity .qty {
  height: 30px;
  padding: 0;
}
.arw-box-quantity .qty-minus, .arw-box-quantity .qty-plus {
  padding: 0;
  width: 30px;
  font-size: 10px;
  border: none;
}
.arw-box-quantity .qty {
  width: 32px;
}
.arw-box-quantity.type2 {
  font-size: 16px;
}
.arw-box-quantity.type2 .wrap {
  position: relative;
  padding-right: 20px;
}
.arw-box-quantity.type2 .qty-minus, .arw-box-quantity.type2 .qty-plus {
  background: transparent;
  border: none;
  color: #d2d2d2;
  position: absolute;
  font-size: 16px;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.arw-box-quantity.type2 .qty-minus:hover, .arw-box-quantity.type2 .qty-minus:active, .arw-box-quantity.type2 .qty-minus:focus, .arw-box-quantity.type2 .qty-plus:hover, .arw-box-quantity.type2 .qty-plus:active, .arw-box-quantity.type2 .qty-plus:focus {
  color: #121210;
}
.arw-box-quantity.type2 .qty-minus {
  top: 20px;
}
.arw-box-quantity.type2 .qty-label {
  line-height: normal;
  padding-right: 10px;
  font-weight: bold;
  font-size: .85em;
}
.arw-box-quantity.type2 .input-text {
  background: transparent;
  border: none;
  color: #121210;
  height: 40px;
  width: 40px;
}

.input-text.qty {
  max-width: 60px;
  text-align: center;
}

/* ============================================ *
 * Buttons
 * ============================================ */
.btn-lg {
  padding: 15px 20px;
}

@media (max-width: 767px) {
  .buttons-set .button {
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .buttons-set .back-link {
    display: none;
  }
  .buttons-set .required {
    display: none;
  }
}
/* -------------------------------------------- *
 * Paypal Button
 */
.paypal-logo.paypal-after {
  float: left;
}

.paypal-after .paypal-or {
  float: left;
}

.paypal-or {
  line-height: 40px;
  margin: 0px 10px 5px;
}

.paypal-after .paypal-button {
  float: left;
}

.paypal-button {
  line-height: 0px;
}

.paypal-button img {
  display: inline;
}

@media (max-width: 767px) {
  .paypal-or {
    line-height: 20px;
  }

  .paypal-logo,
  .paypal-or,
  .paypal-button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
/* -------------------------------------------- *
 * Button Sets
 */
.buttons-set {
  clear: both;
  margin: 1em 0 0;
  padding-top: 1em;
  text-align: right;
  overflow: hidden;
}
.buttons-set:before, .buttons-set:after {
  content: " ";
  display: table;
}
.buttons-set:after {
  clear: both;
}
.buttons-set p.required {
  margin: 0;
  float: left;
}
.buttons-set .back-link {
  float: left;
  margin: 0;
  clear: both;
}
.buttons-set a:not(.button) {
  line-height: 22px;
  display: inline-block;
  padding: 5px;
  text-decoration: underline;
}
.buttons-set button.button {
  float: right;
  line-height: normal;
  margin-left: 5px;
  min-width: 120px;
}

@media all and (max-width: 480px) {
  .buttons-set {
    text-align: left;
  }
  .buttons-set button.button,
  .buttons-set .button {
    float: left;
  }
}
.btn-remove2,
.btn-remove {
  text-indent: -999em;
  position: relative;
  width: 20px;
  line-height: 20px;
  display: block;
}
.btn-remove2:before,
.btn-remove:before {
  font-family: "FontAwesome";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  content: "";
  line-height: inherit;
}

.btn-edit {
  text-indent: -999em;
  position: relative;
  width: 20px;
  line-height: 23px;
  display: block;
}
.btn-edit:before {
  font-family: "FontAwesome";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  content: "";
  line-height: inherit;
}

.block-layered-nav .currently .btn-remove,
.block-layered-nav .currently .btn-edit,
.block-layered-nav .currently .btn-previous,
.mini-products-list .btn-remove,
.mini-products-list .btn-edit,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-edit,
#compare-items .btn-previous {
  float: right;
  line-height: inherit;
}

/* -------------------------------------------- *
 * Checkout Agreements
 */
.checkout-agreements li {
  margin-bottom: 20px;
}

.checkout-agreements .agreement-content {
  overflow-y: auto;
  max-width: 670px;
  max-height: 125px;
  margin-bottom: 10px;
  padding: 10px;
}

/* -------------------------------------------- *
 * CVV Security Code
 */
.cvv-what-is-this {
  margin-left: 10px;
  line-height: 24px;
}

/* Content Columns */
.col2-set {
  width: 100%;
  clear: both;
}
.col2-set:before, .col2-set:after {
  content: " ";
  display: table;
}
.col2-set:after {
  clear: both;
}
.col2-set .col-1,
.col2-set .col-2 {
  width: 50%;
  float: left;
  padding: 0 15px 15px;
}
@media (max-width: 767px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    width: 100%;
  }
}
.col2-set .col-narrow {
  width: 35%;
}
@media (max-width: 767px) {
  .col2-set .col-narrow {
    width: 100%;
  }
}
.col2-set .col-wide {
  width: 65%;
}
@media (max-width: 767px) {
  .col2-set .col-wide {
    width: 100%;
  }
}

.col3-set {
  width: 100%;
  clear: both;
}
.col3-set:before, .col3-set:after {
  content: " ";
  display: table;
}
.col3-set:after {
  clear: both;
}
.col3-set .col-1,
.col3-set .col-2,
.col3-set .col-3 {
  width: 33.33333%;
  float: left;
  padding: 0 15px 15px;
}
@media (max-width: 767px) {
  .col3-set .col-1,
  .col3-set .col-2,
  .col3-set .col-3 {
    width: 100%;
  }
}

/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice {
  background: #eee;
}
.global-site-notice .notice-inner {
  margin-left: auto;
  margin-right: auto;
  background-position: left;
  background-repeat: no-repeat;
  max-width: 1140px;
  padding: 10px 0;
}
.global-site-notice p {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Promotional Message Banner
 */
.note-msg {
  padding: 2em 0;
  text-align: center;
  text-transform: uppercase;
}

.promo-msg {
  color: #eee;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;
}

/* -------------------------------------------- *
 * Messages
 */
.success {
  color: #63b369;
}

.error {
  color: #ef4646;
  font-weight: bold;
}

.notice {
  color: orange;
  font-weight: bold;
}

/* -------------------------------------------- *
 * Messages
 */
.cms-index-index .messages {
  margin-top: 15px;
}

.messages {
  margin-bottom: 15px;
}

.messages li li {
  position: relative;
  margin-bottom: 5px;
  padding: 7px 10px 7px 20px;
  background: #eee;
  color: inherit;
}

.messages .error-msg li {
  background: #ef4646;
  color: #fff;
}

.messages .notice-msg li {
  background: orange;
  color: #fff;
}

.messages .success-msg li {
  background: #63b369;
  color: #fff;
}

@media (min-width: 992px) {
  .order-list-grid .col-1 {
    width: 30%;
  }

  .order-list-grid .col-2 {
    width: 50%;
    padding-right: 20px;
  }

  .order-list-grid .col-3 {
    clear: none;
    width: 20%;
    padding-top: 0;
  }
}
/* -------------------------------------------- *
 * Page Popup
 */
.page-popup {
  padding: 20px;
  background: #FFFFFF;
  height: auto;
}

.page-popup h1 {
  margin: 0 0 0.5em;
  font-size: 36px;
}

/* -------------------------------------------- *
 * Payment Methods
 */
.payment-methods {
  margin-bottom: 20px;
}

.payment-methods dt {
  padding: 5px 0;
}

.payment-methods dd {
  padding-top: 10px;
}

.payment-methods .form-list {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 5px 15px 15px;
  padding: 15px;
  border: 1px solid;
}

/* -------------------------------------------- *
 * Please Wait (Loading Indicator)
 */
.please-wait {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  /* Prevent the linebreak in the HTML from causing layout issues */
}
.please-wait img {
  float: left;
  margin-right: 5px;
  width: 24px;
}

/* -------------------------------------------- *
 * Price Box - Standard
 */
.price-box {
  margin: 10px 0;
  line-height: normal;
}

.price-box p {
  margin-bottom: 5px;
}

.price-box .price,
.price {
  white-space: nowrap;
}

.price-box .price-label {
  white-space: nowrap;
}

.price-box .minimal-price-link {
  display: block;
  /* We want this to show on its own line, otherwise the layout looks funky */
}
.price-box .minimal-price-link .label {
  color: inherit;
  font-size: 1em;
  font-weight: normal;
  padding: 0;
}

/* -------------------------------------------- *
 * Price Box - Special
 */
.price-box .old-price,
.price-box .special-price {
  display: inline-block;
}
.price-box .old-price .price-label,
.price-box .special-price .price-label {
  display: none;
}
.price-box .old-price .price,
.price-box .special-price .price {
  display: inline-block;
}

.price-box .old-price .price {
  font-size: 0.714em;
  font-weight: normal !important;
  text-decoration: line-through;
}

.price-box .special-price, .price-box .regular-price {
  font-size: 2em;
}

/* -------------------------------------------- *
 * Price Box - Taxes
 */
.price-box .price-excluding-tax,
.price-box .price-including-tax {
  display: block;
}

/* -------------------------------------------- *
 * Tier Prices
 */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid;
}
.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
  font-style: italic;
}
.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
  font-weight: bold;
}

/* ============================================ *
 * Item Options
 * ============================================ */
.item-options:before, .item-options:after {
  content: " ";
  display: table;
}
.item-options:after {
  clear: both;
}
.item-options dt {
  float: left;
  clear: left;
  font-weight: normal;
  padding-right: 5px;
}
.item-options dt:after {
  content: ': ';
}
.item-options dd {
  float: left;
  padding-left: 5px;
  margin: 0 0 6px;
}

.truncated,
.truncated a.dots {
  cursor: help;
}

.truncated {
  float: left;
  font-size: 0.714em;
}

.truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px;
  text-decoration: underline;
  display: block;
  margin-top: 3px;
}
.truncated a.details:hover {
  text-decoration: none;
}

.truncated .truncated_full_value {
  position: relative;
  z-index: 300;
}

.truncated .truncated_full_value .item-options {
  display: none;
  background: #fff;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid;
  top: 21px;
  left: -50px;
}

.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.truncated .show .item-options {
  display: block;
}

/* -------------------------------------------- *
 * Printer Friendly Page
 */
.page-print {
  width: 6.5in;
  margin: 20px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Add to links
 */
.add-to-links {
  margin: 10px 0;
}
.add-to-links a {
  display: inline-block;
  padding: 0px 3px 3px;
}

.add-to-links .separator {
  display: none;
}

/* -------------------------------------------- *
 * Product Image
 */
.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
  position: relative;
  display: block;
}

/* -------------------------------------------- *
 * Ratings
 */
.rating-box,
.rating-links {
  margin: 0 auto;
}

.rating-box {
  font-size: 12px;
}

.rating-box, .rating-box .rating {
  position: relative;
  width: 6.33em;
  overflow: hidden;
  color: #e88011;
}
.rating-box:before, .rating-box .rating:before {
  font-family: "FontAwesome";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  letter-spacing: 5px;
}

.rating-box .rating {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 1em;
  color: #e88011;
}
.rating-box .rating:before {
  content: "\f005\f005\f005\f005\f005";
}

.ratings {
  font-size: 0.857em;
}
.ratings .amount {
  display: block;
  margin-top: 5px;
}
.ratings .rating-links .separator {
  margin: 0 3px;
}

/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer;
}

#shopping-cart-totals-table tfoot td .summary-collapse:before, #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
  margin-bottom: 5px;
}

/* ============================================ *
 * Widgets
 * ============================================ */
.widget .pager {
  float: none;
  width: 100%;
}

/* ============================================ *
 * Magento Helpers
 * ============================================ */
.a-center {
  text-align: center;
}

.a-right,
.align-right {
  text-align: right;
}

.no-display {
  display: none !important;
}

.nobr,
.nowrap {
  white-space: nowrap;
}

.width-full {
  width: 100%;
}

/* ============================================ *
 * Custom Helpers
 * ============================================ */
.hidden {
  display: none;
}

.list-style-disc {
  list-style: inside none disc;
}

.list-style-square {
  list-style: inside none square;
}

.list-style-number {
  list-style: inside none decimal;
}

/* ============================================ *
 * Print Styles
 * ============================================ */
.page-print .print-head {
  margin: 0 0 15px;
}

.page-print .print-head .logo {
  float: none;
  max-height: 50px;
  width: auto;
}

.toolbar {
  color: #b4b4b4;
  background: transparent;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  padding: 1em 0 0;
}
.toolbar .sort-by > a,
.toolbar .view-mode label {
  display: none;
}
.toolbar .btn {
  border: none;
  text-transform: none;
}
.toolbar a, .toolbar .btn {
  background: transparent;
  color: #3b3b3b;
}
.toolbar a:hover, .toolbar a:active, .toolbar a:focus, .toolbar .btn:hover, .toolbar .btn:active, .toolbar .btn:focus {
  background: transparent;
  color: #2f2f2f;
}
.toolbar .dropdown-menu a:hover, .toolbar .dropdown-menu a:active, .toolbar .dropdown-menu a:focus {
  background: transparent;
  color: #2f2f2f;
}
.toolbar .open .btn {
  background: transparent;
  color: #2f2f2f;
}
.toolbar .view-mode {
  float: right;
  margin-bottom: 1em;
  margin-left: 30px;
}
.toolbar .view-mode .list, .toolbar .view-mode .grid {
  float: left;
  letter-spacing: 0;
  line-height: 36px;
  font-size: 1.5em;
  margin-left: 10px;
}
.toolbar .view-mode .list:hover, .toolbar .view-mode .list:active, .toolbar .view-mode .list:focus, .toolbar .view-mode .grid:hover, .toolbar .view-mode .grid:active, .toolbar .view-mode .grid:focus {
  background-color: transparent;
  color: #2f2f2f;
}
.toolbar .view-mode strong {
  background-color: transparent;
  color: #2f2f2f;
}
.toolbar .sort-by {
  float: right;
}
.toolbar .pager-select .amount {
  float: left;
  font-size: 1em;
  line-height: 36px;
}
.toolbar .pager-select .amount strong {
  font-weight: inherit;
}
.toolbar .pager-select .limiter {
  float: right;
}
.toolbar .bootstrap-select {
  margin-bottom: 1em;
  float: left !important;
  width: auto !important;
}
.toolbar .bootstrap-select .btn {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  font-size: 1em;
  font-weight: bold;
  line-height: 36px;
  outline: none !important;
  padding: 0 30px 0 15px;
  text-transform: uppercase;
}
.toolbar .bootstrap-select.btn-group .btn .caret {
  right: 22px;
}
.toolbar .bootstrap-select .dropdown-menu {
  			/* background: $toolbar_bg;
              border: 1px solid $toolbar_border_color; */
  padding: 1em 0;
  margin: 0.5em 0 0;
}
.toolbar .pages {
  display: none;
}
.toolbar .pages > strong {
  display: none;
}
.toolbar .pages ol {
  text-align: center;
}
.toolbar .pages ol li {
  display: inline-block;
}
.toolbar ~ .toolbar {
  border: none;
}
.toolbar ~ .toolbar .amount,
.toolbar ~ .toolbar .sorter,
.toolbar ~ .toolbar .limiter {
  display: none;
}
.toolbar ~ .toolbar .pages {
  display: block;
}
.category-products .toolbar ~ .toolbar .pages {
  padding: 15px 0;
}
.toolbar ~ .toolbar .pages ol li {
  cursor: pointer;
}
.toolbar ~ .toolbar .pages ol li > * {
  border: 1px solid transparent;
  background: transparent;
  color: #b4b4b4;
  font-size: 1.143em;
  line-height: 1.25em;
  letter-spacing: 0;
  margin: 1px;
  min-height: 24px;
  min-width: 24px;
  padding: 3px 2px;
  text-transform: uppercase;
  display: block;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -ms-transition: inherit;
  transition: inherit;
}
.toolbar ~ .toolbar .pages ol li strong {
  font-weight: inherit;
}
.toolbar ~ .toolbar .pages ol li:hover > a, .toolbar ~ .toolbar .pages ol li:active > a, .toolbar ~ .toolbar .pages ol li:focus > a, .toolbar ~ .toolbar .pages ol li.current strong {
  color: #2f2f2f;
  border-color: transparent;
  background: transparent;
}
.toolbar ~ .toolbar .pages ol .arw-next,
.toolbar ~ .toolbar .pages ol .arw-previous {
  vertical-align: top;
}
.toolbar-bottom .toolbar {
  border: none;
  margin-bottom: 0;
  padding: 0;
}
.toolbar-bottom .toolbar .sorter,
.toolbar-bottom .toolbar .limiter,
.toolbar-bottom .toolbar .amount,
.toolbar-bottom .toolbar .sort-by {
  display: none !important;
}

.bootstrap-select.btn-group .btn .caret {
  margin-top: 0;
  top: 0;
  border: none;
  right: 15px;
}

.bootstrap-select.btn-group .btn .caret:before {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
}

.fieldset p.required {
  float: right;
}

.fieldset + .fieldset {
  margin-top: 10px;
}
.fieldset + .fieldset:before, .fieldset + .fieldset:after {
  content: " ";
  display: table;
}
.fieldset + .fieldset:after {
  clear: both;
}

form .legend {
  border-bottom: 1px solid #d2d2d2;
  font-size: 1.25em;
  font-weight: normal;
  margin-top: 10px;
  padding-bottom: 1em;
  text-transform: uppercase;
}

/* -------------------------------------------- *
 * Input Box
 */
.input-box {
  display: block;
  margin-top: 0;
}
.form-list .input-box label, .form-list .input-box .label {
  font-size: 1em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.input-box .v-fix {
  float: left;
  margin-right: 5px;
}

label.required:after,
span.required:after {
  content: ' *';
  color: #ef4646;
  font-weight: normal;
}

label.required em,
span.required em {
  display: none;
}

select {
  cursor: pointer;
}

select + select {
  margin-left: 5px;
}

textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  height: 32px;
  padding: 0 9px;
}

input[disabled] {
  background: #e9e9e9;
}

.input-text.validation-failed {
  border-color: #ef4646 !important;
}

.input-text.validation-failed:focus {
  outline-color: #ef4646 !important;
}

.ie8 .input-text {
  max-width: none;
}

/* -------------------------------------------- *
 * Inputs - Quantity
 */
input[type=number].qty,
input[type=text].qty {
  text-align: center;
  vertical-align: middle;
}

/* -------------------------------------------- *
 * Placeholder
 */
::-webkit-input-placeholder {
  opacity: 1;
  /*filter: alpha(opacity=$opacity*100);*/
  color: #7a7a7a;
}

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  /*filter: alpha(opacity=$opacity*100);*/
  color: inherit;
}

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  /*filter: alpha(opacity=$opacity*100);*/
  color: inherit;
}

:-ms-input-placeholder {
  opacity: 1;
  /*filter: alpha(opacity=$opacity*100);*/
  color: inherit;
}

::-webkit-input-placeholder {
  opacity: 1;
  /*filter: alpha(opacity=$opacity*100);*/
  color: inherit;
}

/* -------------------------------------------- *
 * Checkbox And Radio
 */
input[type="radio"], input[type="checkbox"] {
  border: medium none;
  line-height: normal;
  margin: 0 10px 0 0;
  min-height: 0;
  padding: 0;
  vertical-align: middle;
}

.checkbox,
.radio {
  position: relative;
  display: inline-block;
}

.input-box input[type="radio"], .input-box input[type="checkbox"] {
  margin: 3px 0 0;
  vertical-align: top;
}
.input-box .checkbox + label,
.input-box .radio + label {
  cursor: pointer;
  width: auto;
  margin: 0 !important;
  max-width: 85%;
  font-size: 1em;
  padding: 0 0 0 10px;
  font-weight: normal;
  vertical-align: middle;
  display: inline-block;
}

/* -------------------------------------------- *
 * Validation
 */
p.required,
.validation-advice {
  margin: 5px 0 0;
  font-size: 1em;
  color: #ef4646;
}

/* ============================================ *
 * Form List
 * ============================================ */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  border: 1px solid #dedede;
  height: 32px;
  line-height: 1.42857;
  margin: 0;
  padding: 0 16px 0 5px;
  background: #ffffff url("https://www.jumpinshop.com/skin/frontend/arw_forward/default/images/select-bg.png") no-repeat 100% 45%;
  color: #444444;
  vertical-align: baseline;
  text-indent: 0.01em;
  text-overflow: "";
}
select:focus, select:active {
  outline: none;
}
select::-ms-expand {
  display: none;
}
.lt-ie10 select {
  background-image: none;
  padding-right: 4px;
}

.form-list label {
  font-family: inherit;
  font-size: 1em;
  font-style: inherit;
  line-height: normal;
}
.form-list .fields:before, .form-list .fields:after {
  content: " ";
  display: table;
}
.form-list .fields:after {
  clear: both;
}
.form-list .fields .fields,
.form-list .field,
.form-list .wide {
  margin-bottom: 20px;
}
.form-list li {
  margin-bottom: 10px;
  margin-top: 10px;
}
.form-list li, .form-list .fields, .form-list .wide {
  clear: both;
}
.form-list .control {
  display: block;
}
.form-list .control > .input-box {
  margin: 0 5px 0 0;
}
.form-list .control > .input-box,
.form-list .control > label {
  display: inline-block;
}
.form-list .control .checkbox,
.form-list .control .radio {
  margin-right: 10px;
}
.form-list .control label {
  line-height: 1.5;
}
.form-list .fields .field {
  float: left;
  padding-right: 15px;
  width: 50%;
  width: 100% \9;
  padding-left: 0\9;
  padding-right: 0\9;
}
.form-list .fields .field:nth-child(2n+1) {
  clear: left;
  padding-right: 15px;
  padding-left: 0;
}
.form-list .fields .field:nth-child(2n) {
  padding-left: 15px;
  padding-right: 0;
}
@media (max-width: 481px) {
  .form-list .fields .field {
    width: 100%;
    padding: 0 !important;
  }
}
.form-list .fields.additional-row .field:nth-child(2n) {
  padding-right: 15px;
  padding-left: 0;
}
.form-list .fields.additional-row .field:nth-child(2n+1) {
  padding-left: 15px;
  padding-right: 0;
}
@media (max-width: 481px) {
  .form-list .fields.additional-row .field {
    padding: 0 !important;
  }
}
.form-list .input-box.customer-dob {
  padding-right: 15px;
  width: 50%;
}
@media (max-width: 481px) {
  .form-list .input-box.customer-dob {
    width: 100%;
    padding-right: 0;
  }
}
.form-list .input-box.customer-dob [class^="dob"] {
  float: left;
  width: 33.33333%;
}
.form-list .input-box.customer-dob [class^="dob"] + [class^="dob"] {
  padding-left: 15px;
}
@media (max-width: 481px) {
  .form-list .input-box.customer-dob [class^="dob"] {
    width: 100%;
    padding-left: 0 !important;
  }
}

.sp-methods dd {
  padding-top: 5px;
}
.step .sp-methods dd {
  padding-top: 0;
}

#payment_form_ccsave li {
  clear: both;
  margin-bottom: 15px;
  overflow: hidden;
}
#payment_form_ccsave .input-box {
  display: block;
}
#payment_form_ccsave .validate-cc-type-select,
#payment_form_ccsave .input-text {
  height: 30px;
  line-height: 30px;
  width: 250px;
}

form .form-instructions {
  font-style: italic;
}

#login-form .forget-pass {
  text-decoration: underline;
}

select#gender {
  width: auto;
}

label[for="is_subscribed"] {
  padding-left: 0;
}

.remember-me-popup {
  display: none;
  margin-top: 15px;
  border: 1px solid;
  padding: 0 15px;
  position: relative;
}
.remember-me-popup h3 {
  margin: 10px 0 0;
  text-transform: uppercase;
  font-size: 1em;
}
.remember-me-popup .remember-me-popup-close {
  position: absolute;
  right: -1px;
  text-align: center;
  top: -1px;
  width: 20px;
  border: 1px solid;
}
.remember-me-popup .remember-me-popup-body {
  font-size: .833em;
}
.remember-me-popup .remember-me-popup-close-button {
  display: none;
}

.arw-default-form {
  padding: 15px;
}

.additional-row .btn-remove {
  padding-top: 5px;
  text-decoration: underline;
}
.additional-row .btn-remove:before {
  display: none;
}

#oar_widget_orders_and_returns_form label {
  width: 150px;
}
#oar_widget_orders_and_returns_form select {
  width: auto;
}

.form-add > label {
  margin-top: 8px;
  vertical-align: top;
}

.newsletter-validate-detail .block-content {
  overflow: visible;
}
.newsletter-validate-detail .input-box {
  position: relative;
  display: block;
}

.page-contact .form-list .input-box ::-webkit-input-placeholder,
.page-contact .form-list .input-box :-moz-placeholder,
.page-contact .form-list .input-box ::-moz-placeholder,
.page-contact .form-list .input-box :-ms-input-placeholder,
.page-contact .form-list .input-box ::-webkit-input-placeholder {
  font-weight: bold;
}
.page-contact .block-contact-form .input-box {
  padding-bottom: 14px;
}
.page-contact .block-contact-form .input-box .input-text {
  height: 50px;
}
.page-contact .buttons-set button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  border-width: 2px;
  font-size: 1em;
  letter-spacing: 0.5px;
  min-width: 130px;
  padding: 15px;
  text-transform: uppercase;
}
.page-contact .block-contact-form {
  max-width: 440px;
}

.block-contact-inner {
  padding: 30px 15px;
}

@media all and (min-width: 768px) {
  .block-contact-left,
  .block-contact-main {
    float: left;
    display: inline-block;
    max-width: 50%;
  }

  .block-contact-inner {
    padding-left: 120px;
  }

  .page-contact .form-list .input-box textarea,
  .page-contact .form-list .input-box .input-text {
    background-color: #FFF;
    border-color: #FFF;
    color: #444444;
    font-weight: bold;
    text-indent: 15px;
  }
}
.hide-th {
  text-indent: -9999px;
}

/* ============================================ *
 * Data Table
 * ============================================ */
th {
  color: #30373e;
  font-weight: normal;
}

.data-table {
  width: 100%;
  background: transparent;
}
.data-table thead {
  border-color: transparent;
  border-style: solid;
  border-width: 1px 0;
  background: #f5f5f5;
  color: #30373e;
}
.data-table th {
  font-size: 1em;
  font-weight: normal;
  vertical-align: middle;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
.data-table th.wrap {
  white-space: normal;
}
.data-table tbody tr {
  border-color: #e3e3e3;
  border-style: solid;
  border-width: 1px 0;
}
.data-table tr td {
  padding: 10px;
  border-color: #e3e3e3;
  border-style: solid;
  border-width: 1px 0;
  vertical-align: middle;
  text-align: center;
}
.data-table td .product-name {
  color: #303030;
  margin: 5px 0;
  letter-spacing: 2px;
  line-height: normal;
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
}
.data-table td .product-name a {
  color: inherit;
}
.data-table td .product-name a:hover, .data-table td .product-name a:active, .data-table td .product-name a:focus {
  color: #e43b54;
}
body .data-table {
  border-collapse: collapse;
}
.data-table tfoot {
  border-top: none;
  border-top: 1px solid #e3e3e3;
}

.table, .data-table {
  margin-bottom: 30px;
  color: #4e545a;
  clear: both;
}
.table a, .data-table a {
  color: #a0a0a0;
}
.table a:hover, .data-table a:hover {
  color: #2f2f2f;
}

.ratings-table td,
.ratings-table th {
  padding: 3px 10px 3px 0;
  font-weight: normal;
}

.data-table .first.odd,
.box-account .data-table .odd {
  background: none;
}

#product-attribute-specs-table,
#product-attribute-specs-table th,
#product-attribute-specs-table td {
  border: 1px solid #e3e3e3;
}

#product-attribute-specs-table .label {
  display: table-cell;
  font-size: 0.714em;
  font-weight: normal;
  text-align: inherit;
  text-transform: uppercase;
}

#checkout-review-table th:first-child, #checkout-review-table td:first-child {
  text-align: left;
}
#checkout-review-table .item-options {
  margin-bottom: 0;
  font-size: 0.714rem;
  line-height: 2em;
  text-transform: uppercase;
}
#checkout-review-table .item-options dt,
#checkout-review-table .item-options dd {
  font-weight: normal;
  font-style: normal;
  line-height: inherit;
}
#checkout-review-table .item-options dd {
  margin-bottom: 0;
}

#product-attribute-specs-table tr td {
  text-align: left;
}

@media (max-width: 767px) {
  table.arw-responsive-table colgroup,
  table.arw-responsive-table thead {
    display: none;
  }
  table.arw-responsive-table td {
    display: block;
    border-top: none;
    border-left: none;
    border-right: none;
    text-align: left !important;
  }
  table.arw-responsive-table td:before {
    content: attr(data-th);
    width: 120px;
    display: inline-block;
    text-transform: uppercase;
    color: #30373e;
  }
}
.compare-table .btn-remove,
.compare-table .btn-remove2 {
  display: inline-block;
}
.compare-table .btn-remove:before,
.compare-table .btn-remove2:before {
  display: none;
}

/* -------------------------------------------- *
 * Block Module
 */
.block label, .block .label {
  color: inherit;
}
.block .link-cart {
  border: 1px solid #2f2f2f;
  color: #fff !important;
  background: #2f2f2f;
  display: inline-block;
  font-size: 0.857em;
  line-height: normal;
  padding: 5px 10px;
  text-transform: uppercase;
}
.block .link-cart:hover {
  border-color: #e43b54;
  color: #fff !important;
  background: #e43b54;
}

.block-title {
  font-size: 1.286em;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 15px;
  padding-top: 15px;
  text-transform: uppercase;
}
.block-title h2,
.block-title h3 {
  font-size: 1em;
  display: block;
  color: inherit;
  margin-bottom: 0;
  line-height: inherit;
  margin-top: 0;
  font-weight: inherit;
}
.block-title strong {
  font-weight: inherit;
}

.block-subtitle {
  clear: both;
  margin-bottom: 10px;
  color: #7a7a7a;
  letter-spacing: 0;
  font-family: "Montserrat", Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 1em;
  text-transform: none;
}

.sidebar .block-content {
  overflow: hidden;
}
.block-banner .block-content {
  text-align: center;
  background: none;
}
.block-content li.item {
  margin: 0 0 10px 0;
}
.block-content li.item:last-child {
  margin-bottom: 0;
}

.paypal-logo {
  text-align: right;
}

.block .actions {
  margin: 10px 0 0;
}
.block .actions:before, .block .actions:after {
  content: " ";
  display: table;
}
.block .actions:after {
  clear: both;
}
.block .actions a {
  float: left;
  font-size: 1em;
  padding-bottom: 5px;
  padding-top: 5px;
  text-decoration: underline;
}
.sidebar .block .actions a {
  color: #2f2f2f;
  padding-bottom: 10px;
  padding-top: 10px;
}
.block .actions .button {
  font-size: 1em;
  font-weight: normal;
  float: right;
  letter-spacing: 1.5px;
  line-height: 2em;
  padding: 5px 22px 5px 25px;
  text-transform: uppercase;
}
.text-left .block .actions .button, .text-center .block .actions .button {
  float: none;
}
@media all and (min-width: 992px) {
  .block .actions .button {
    min-width: 140px;
  }
}

.block-account li,
.block-cms-menu li {
  padding: 0.5em 0;
}
.block-account li + li,
.block-cms-menu li + li {
  border-top: 1px solid #f3f3f3;
}
.block-account li.current strong,
.block-cms-menu li.current strong {
  color: #121210;
}

.block-layered-nav dl {
  margin-bottom: 0;
}
.block-layered-nav dl li {
  font-size: 1em;
  line-height: 1.4285em;
  padding: 5px 0;
}
.block-layered-nav dt {
  background-color: #FFFFFF;
  border-color: #f3f3f3;
  border-style: solid;
  border-width: 0 0 1px;
  clear: both;
  color: #121210;
  display: block;
  font-size: 1.286em;
  font-weight: bold;
  line-height: 1.5em;
  padding: 24px 35px;
  position: relative;
  text-transform: uppercase;
}
.block-layered-nav dd {
  background-color: #fff;
  padding: 20px 35px;
  margin-bottom: 50px;
  line-height: inherit;
}
.block-layered-nav dd:before, .block-layered-nav dd:after {
  content: " ";
  display: table;
}
.block-layered-nav dd:after {
  clear: both;
}
.block-layered-nav dd:last-child {
  margin-bottom: 0;
}
.block-layered-nav li {
  padding: 10px 0;
}
.block-layered-nav .currently .block-subtitle {
  margin-bottom: 0;
}
.block-layered-nav .currently li {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}
.block-layered-nav .currently .label {
  font-size: 1em;
  text-transform: uppercase;
}
.block-layered-nav .currently .value {
  color: #2f2f2f;
  letter-spacing: 1px;
}
.block-layered-nav .configurable-swatch-list {
  padding-top: 0;
  overflow: hidden;
  margin-bottom: 10px;
}
.block-layered-nav .configurable-swatch-list li {
  float: left;
  line-height: inherit !important;
  margin: 0 10px 0 0;
  padding: 10px 0 0;
  border: none;
}
.block-layered-nav .configurable-swatch-list li a {
  display: block;
  float: left;
  background: none;
  width: 100% !important;
  position: relative;
}
.block-layered-nav .configurable-swatch-list li a > .swatch-label {
  width: 40px !important;
  height: 40px !important;
  line-height: 38px !important;
  border: 1px solid #f3f3f3;
  color: inherit;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.block-layered-nav .configurable-swatch-list li a .count {
  display: none;
}
.block-layered-nav .configurable-swatch-list li:hover a > .swatch-label {
  background: #2f2f2f;
  border-color: #2f2f2f;
  color: #fff;
}
.block-layered-nav .configurable-swatch-list li span {
  float: left;
}
.block-layered-nav .configurable-swatch-list li .swatch-label {
  display: inline-block;
}
.block-layered-nav .configurable-swatch-list li .swatch-label img {
  vertical-align: top;
}
.block-layered-nav .swatch-current {
  overflow: hidden;
}
.block-layered-nav .swatch-current span {
  float: left;
}
.block-layered-nav .swatch-current .swatch-link {
  float: none;
  display: inline;
  line-height: normal !important;
  margin: 0;
}
.block-layered-nav .swatch-current .swatch-link img {
  vertical-align: top;
  margin-left: 5px;
}
.block-layered-nav .actions {
  clear: both;
}

.block-cart .summary p {
  margin-bottom: 0;
}
.block-cart .actions {
  margin-bottom: 10px;
}

.block-poll #poll-answers li {
  padding: 3px 0;
}
.block-poll #poll-answers li input[type="radio"],
.block-poll #poll-answers li input[type="checkbox"] {
  margin: 3px 5px 0 0;
  vertical-align: top;
}
.block-poll .answer {
  float: left;
  font-weight: bold;
  padding-right: 5px;
}

.opc-block-progress .block-content {
  padding: 0;
}
.opc-block-progress .block-content dl {
  margin-bottom: 0;
}
.opc-block-progress .block-content dt {
  border-bottom: 1px solid #f3f3f3;
  font-weight: normal;
  padding: 10px 15px;
}
.opc-block-progress .block-content dd {
  padding: 15px;
}
.opc-block-progress .block-content dd.complete {
  border-bottom: 1px solid #f3f3f3;
}
.opc-block-progress .block-content dd address {
  margin-bottom: 0;
}

#cart-sidebar-reorder .checkbox {
  float: left;
  margin: 3px 10px 0 0;
}

.currently + .actions {
  margin-bottom: 20px;
  margin-top: 0;
}

.block.block-tags ul.tags-list li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 8px;
}
.block.block-tags ul.tags-list li a {
  display: inline-block;
  text-transform: uppercase;
  padding: .2em 1em;
  border: 1px solid #f3f3f3;
}
.block.block-tags ul.tags-list li a:hover {
  background: #2f2f2f;
  border-color: #2f2f2f;
  color: #fff;
}
.block.block-tags .actions a {
  color: #2f2f2f;
}

.mini-products-list:before, .mini-products-list:after {
  content: " ";
  display: table;
}
.mini-products-list:after {
  clear: both;
}
.mini-products-list li.item {
  float: left;
  margin-bottom: 30px;
  padding-bottom: 0;
  position: relative;
  width: 100%;
}
.mini-products-list .product-image {
  float: left;
  width: 30%;
}
.mini-products-list .product-image img {
  width: 100%;
}
.mini-products-list .product-details {
  float: right;
  width: 70%;
}
.mini-products-list .product-details > .price {
  display: block;
  margin-bottom: 15px;
}
.mini-products-list .price-box {
  margin: 5px 0;
}
.mini-products-list .product-name {
  font-size: 1em;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 3px;
  margin-top: 0;
  text-transform: uppercase;
}
.mini-products-list .special-price,
.mini-products-list .regular-price {
  font-size: 1em;
}
.mini-products-list .regular-price .price {
  line-height: 2em;
}
.mini-products-list .price {
  color: #2f2f2f;
  font-size: 1em;
  font-weight: bold;
}
.mini-products-list .old-price .price {
  color: inherit;
}
.mini-products-list .show-qty {
  color: #7a7a7a;
  font-size: 0.857em;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.mini-products-list .show-qty > span:after {
  content: ": ";
}
.mini-products-list .truncated {
  font-size: 0.857em;
  margin-top: 5px;
}
.mini-products-list .item-options dd:last-child {
  margin-bottom: 0 !important;
}

.arw_hover_object .element-display {
  display: inline-block !important;
  opacity: 1;
  /*filter: alpha(opacity=$opacity*100);*/
}
.arw_hover_object .element-no-display {
  display: none !important;
  opacity: 0;
  /*filter: alpha(opacity=$opacity*100);*/
}
.arw_hover_object .element-display-on-hover {
  display: block;
  height: 0;
  visibility: hidden;
  opacity: 0;
  /*filter: alpha(opacity=$opacity*100);*/
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.arw_hover_object .hover-scale {
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.arw_hover_object .hover-overlay-1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0.3;
  /*filter: alpha(opacity=$opacity*100);*/
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.arw_hover_object .element-hidden-on-hover {
  opacity: 1;
  /*filter: alpha(opacity=$opacity*100);*/
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.arw_hover_object:hover {
  z-index: 2;
}
.arw_hover_object:hover .element-display-on-hover {
  opacity: 1;
  /*filter: alpha(opacity=$opacity*100);*/
  height: auto;
  visibility: visible;
}
.arw_hover_object:hover .element-hidden-on-hover {
  opacity: 0;
  /*filter: alpha(opacity=$opacity*100);*/
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.arw_hover_object:hover .hover-scale {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.arw_hover_object:hover .hover-overlay-1:before {
  opacity: 0;
  /*filter: alpha(opacity=$opacity*100);*/
}

.products-grid .flip-effect,
.products-list .flip-effect,
.flip-effect {
  position: relative;
}
.products-grid .flip-effect .back, .products-grid .flip-effect .front,
.products-list .flip-effect .back,
.products-list .flip-effect .front,
.flip-effect .back,
.flip-effect .front {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 0.6s ease;
  -moz-transition: transform 0.6s ease;
  -ms-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
}
.products-grid .flip-effect .front,
.products-list .flip-effect .front,
.flip-effect .front {
  position: relative;
  z-index: 2;
}
.products-grid .flip-effect .back,
.products-list .flip-effect .back,
.flip-effect .back {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.products-grid .flip-effect:hover .front,
.products-list .flip-effect:hover .front,
.flip-effect:hover .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  z-index: 1;
}
.products-grid .flip-effect:hover .back,
.products-list .flip-effect:hover .back,
.flip-effect:hover .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index: 2;
}
.products-grid .flip-effect.vertical-effect .back,
.products-list .flip-effect.vertical-effect .back,
.flip-effect.vertical-effect .back {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.products-grid .flip-effect.vertical-effect:hover .front,
.products-list .flip-effect.vertical-effect:hover .front,
.flip-effect.vertical-effect:hover .front {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.products-grid .flip-effect.vertical-effect:hover .back,
.products-list .flip-effect.vertical-effect:hover .back,
.flip-effect.vertical-effect:hover .back {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.products-grid .transform-effect,
.products-list .transform-effect,
.transform-effect {
  position: relative;
}
.products-grid .transform-effect .back, .products-grid .transform-effect .front,
.products-list .transform-effect .back,
.products-list .transform-effect .front,
.transform-effect .back,
.transform-effect .front {
  -webkit-transition: transform 0.6s ease;
  -moz-transition: transform 0.6s ease;
  -ms-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
}
.products-grid .transform-effect .front,
.products-list .transform-effect .front,
.transform-effect .front {
  width: 100%;
  height: 100%;
}
.products-grid .transform-effect .back,
.products-list .transform-effect .back,
.transform-effect .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.products-grid .transform-effect:hover .back,
.products-list .transform-effect:hover .back,
.transform-effect:hover .back {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 2;
}
.products-grid .transform-effect.skin1-effect:hover .front,
.products-list .transform-effect.skin1-effect:hover .front,
.transform-effect.skin1-effect:hover .front {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.products-grid .transform-effect.skin1-effect.vertical-effect:hover .front,
.products-list .transform-effect.skin1-effect.vertical-effect:hover .front,
.transform-effect.skin1-effect.vertical-effect:hover .front {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.products-grid .transform-effect.vertical-effect .back,
.products-list .transform-effect.vertical-effect .back,
.transform-effect.vertical-effect .back {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.products-grid .transform-effect.vertical-effect:hover .back,
.products-list .transform-effect.vertical-effect:hover .back,
.transform-effect.vertical-effect:hover .back {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.fade-effect .front, .fade-effect .back {
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100%;
  height: 100%;
}
.fade-effect .front {
  opacity: 1;
  /*filter: alpha(opacity=$opacity*100);*/
}
.fade-effect .back {
  opacity: 0;
  /*filter: alpha(opacity=$opacity*100);*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.fade-effect:hover .front {
  opacity: 0;
  /*filter: alpha(opacity=$opacity*100);*/
}
.fade-effect:hover .back {
  opacity: 1;
  /*filter: alpha(opacity=$opacity*100);*/
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.wide-container .container {
  max-width: 1770px;
  width: 100% !important;
}

.main-container {
  position: relative;
  z-index: 3;
}

.arw_layout_global_top {
  position: relative;
  z-index: 3;
}
.arw_layout_global_top:before, .arw_layout_global_top:after {
  content: " ";
  display: table;
}
.arw_layout_global_top:after {
  clear: both;
}

.main {
  margin-top: 60px;
  padding-bottom: 40px;
  background: #fff;
}
.cms-index-index .main, .contacts-index-index .main {
  margin-top: 0;
  padding-bottom: 0;
}

.col-main .page-title {
  display: none;
}
.col-main .messages {
  margin-top: 1.5em;
}

.arw-page-title {
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: left;
  position: relative;
  z-index: 1;
  background: #f3f3f3;
}
.cms-index-index .arw-page-title {
  display: none;
}
.arw-page-title .page-title h1, .arw-page-title .page-title h2 {
  color: #121210;
  font-family: 'Karla', sans-serif;
  font-size: 2.5714em;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}
.arw-page-title .page-title .button {
  display: none;
}
.arw-page-title.has-breadcrumb-image {
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  padding: 0;
}
.arw-page-title.has-breadcrumb-image .arw-breadcrumbs {
  padding-bottom: 250px;
  padding-top: 250px;
}
.arw-page-title.has-breadcrumb-image.pattern .inner {
  background-image: url("https://www.jumpinshop.com/skin/frontend/arw_forward/default/images/pattern-1.png");
  background-repeat: repeat;
  position: relative;
  z-index: 2;
}
.arw-page-title.has-breadcrumb-image.pattern .inner > * {
  position: relative;
  z-index: 3;
}
.arw-page-title.has-breadcrumb-image .page-title h1, .arw-page-title.has-breadcrumb-image .page-title h2 {
  color: #FFF;
}

.breadcrumbs li {
  display: inline;
  font-size: 0.8571em;
  padding: 0;
  text-transform: uppercase;
}
.breadcrumbs li a {
  color: #c1c0c0;
}
.breadcrumbs li a:hover {
  color: #121210;
}
.breadcrumbs li strong {
  color: #c1c0c0;
  font-weight: normal;
}
.breadcrumbs li span {
  color: #c1c0c0;
  padding: 0 4px;
}

.arw-page-title-2 {
  margin-bottom: 50px;
}
.arw-page-title-2 h1 {
  color: #121210;
  font-family: 'Karla', sans-serif;
  font-size: 2.5714em;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}

.arw-product-labels {
  display: inline-block;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 3;
}
.product-img-box .arw-product-labels {
  z-index: 100;
}
.arw-product-labels .arw-product-label {
  border-style: solid;
  border-width: 3px;
  display: block;
  font-family: "Montserrat", Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 0.857em;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 2;
  overflow: hidden;
  padding: 2px 5px;
  text-align: center;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 76px;
}
.arw-product-labels .product-sale-label {
  background: transparent;
  color: #303030;
  border-color: #e43b54;
}
.arw-product-labels .product-new-label {
  background: transparent;
  color: #303030;
  border-color: #000000;
}
.products-grid .arw-col .arw-product-labels {
  left: 30px;
}

.form-search {
  border-bottom: 1px solid #dedede;
  position: relative;
}
.form-search .bootstrap-select.search-select-cat {
  width: 100%;
}
.form-search button, .form-search .btn {
  background: none;
  border: none;
  color: inherit;
  line-height: 40px;
  padding-bottom: 0;
  padding-top: 0;
}
.form-search .input-text {
  background: none;
  border: none;
  color: inherit;
  font-style: italic;
  height: 40px;
}
.form-search > .input-text {
  width: 90%;
}
.form-search > .button {
  background: none !important;
  border: none !important;
  color: inherit !important;
  float: right;
  padding: 0;
  width: 10%;
}

.header-container {
  background: transparent;
  color: #60636b;
  position: relative;
  z-index: 4;
}
.header-container:before, .header-container:after {
  content: " ";
  display: table;
}
.header-container:after {
  clear: both;
}
.header-container a {
  color: #60636b;
}
.header-container a:hover, .header-container a:active, .header-container a:focus {
  color: #e43b54;
}
.header-container .active > a {
  color: #e43b54;
}
.header-container .links {
  text-align: left;
}
.header-container .links li {
  clear: both;
  display: block;
  font-size: 1em;
  letter-spacing: 0.5px;
  padding-bottom: 8px;
  padding-top: 8px;
  position: relative;
  text-transform: uppercase;
}
.header-container .links li:before, .header-container .links li:after {
  content: " ";
  display: table;
}
.header-container .links li:after {
  clear: both;
}
.header-container .links li a {
  background: none;
  color: inherit;
  display: inline-block;
}
.header-container .links li a:only-child {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 3px;
}
.header-container .header-quick-access .arw-toggle-container {
  position: static;
}
.header-container .header-quick-access .arw-toggle-content {
  padding-bottom: 35px;
  padding-top: 25px;
}
.header-container .header-quick-access .arw-toggle-content .arw-toggle-content {
  opacity: 1;
  /*filter: alpha(opacity=$opacity*100);*/
  padding: 5px 0;
  position: static !important;
  visibility: visible !important;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  min-width: 0;
}
.header-container .header-quick-access .form-language .arw-toggle-control,
.header-container .header-quick-access .form-currency .arw-toggle-control {
  background: none;
  border: none;
  color: #121210;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  cursor: default;
  display: block;
  float: left;
  font-size: 1em;
  margin-bottom: 8px !important;
  margin-top: 8px !important;
  letter-spacing: 0.5px;
  line-height: 1.42857;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
.header-container .header-quick-access .form-language .arw-toggle-control:before,
.header-container .header-quick-access .form-currency .arw-toggle-control:before {
  content: attr(data-text);
}
.header-container .header-quick-access .form-language .arw-toggle-control > span,
.header-container .header-quick-access .form-currency .arw-toggle-control > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.header-container .header-quick-access .form-language .arw-toggle-content,
.header-container .header-quick-access .form-currency .arw-toggle-content {
  float: left;
  width: 100%;
}
.header-container .header-quick-access .form-language .links li,
.header-container .header-quick-access .form-currency .links li {
  display: inline-block;
  margin: 5px 10px 5px 0;
  padding: 0;
}
.header-container .header-quick-access .form-language .links li:last-child,
.header-container .header-quick-access .form-currency .links li:last-child {
  margin-right: 0;
}
.header-container .header-quick-access .form-language .links li > a,
.header-container .header-quick-access .form-currency .links li > a {
  border: 1px solid #505050;
  background-color: transparent;
  color: #505050;
  box-sizing: border-box;
  box-shadow: none;
  cursor: pointer;
  font-size: 0.857em;
  font-weight: normal;
  margin: 0;
  display: block;
  line-height: 28px;
  padding: 0 15px;
  vertical-align: middle;
}
.header-container .header-quick-access .form-language .links li > a:active, .header-container .header-quick-access .form-language .links li > a:hover, .header-container .header-quick-access .form-language .links li > a.focus,
.header-container .header-quick-access .form-currency .links li > a:active,
.header-container .header-quick-access .form-currency .links li > a:hover,
.header-container .header-quick-access .form-currency .links li > a.focus {
  color: #fff;
  background-color: #2f2f2f;
  border-color: #2f2f2f;
}
.header-container .header-quick-access .form-language .links li.active > a,
.header-container .header-quick-access .form-currency .links li.active > a {
  color: #fff;
  background-color: #2f2f2f;
  border-color: #2f2f2f;
}
.header-container .header-quick-access .form-language.use-flag .links li > a {
  background: none !important;
  border: none !important;
  color: inherit !important;
  line-height: 1 !important;
  padding: 0 !important;
  position: relative;
  overflow: visible;
}
.header-container .header-quick-access .form-language.use-flag .links li > a:after {
  border-top: 2px solid #2f2f2f;
  bottom: -5px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -ms-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  width: 0;
}
.header-container .header-quick-access .form-language.use-flag .links li > a:hover:after, .header-container .header-quick-access .form-language.use-flag .links li > a:active:after, .header-container .header-quick-access .form-language.use-flag .links li > a:focus:after {
  width: 100%;
}
.header-container .header-quick-access .form-language.use-flag .links li > a span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.header-container .header-quick-access .form-language.use-flag .links li.active > a:after {
  width: 100%;
}
.header-container .header-search .arw-toggle-content {
  display: block;
  padding: 10px;
  width: 290px;
}
.header-container .header-search .bootstrap-select {
  width: auto;
}
.header-container .header-mini-cart {
  position: relative;
}
.header-container .header-mini-cart .mini-cart-header {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.header-container .header-mini-cart .mini-cart-header .total-badge {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.header-container .header-mini-cart #arw_mini_cart_header {
  background-color: #fff;
  color: #7a7a7a;
  right: 0;
  opacity: 0;
  /*filter: alpha(opacity=$opacity*100);*/
  padding: 15px 30px;
  position: absolute;
  -webkit-transition: all 350ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -moz-transition: all 350ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -ms-transition: all 350ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 350ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  top: 100%;
  visibility: hidden;
  width: 340px;
  z-index: 10;
}
.header-container .header-mini-cart:hover #arw_mini_cart_header, .header-container .header-mini-cart:active #arw_mini_cart_header, .header-container .header-mini-cart:focus #arw_mini_cart_header, .header-container .header-mini-cart.active #arw_mini_cart_header {
  opacity: 1;
  /*filter: alpha(opacity=$opacity*100);*/
  visibility: visible;
  z-index: 11;
}
.header-container .block-cart .mini-products-list {
  margin-bottom: 15px;
}
.header-container .block-cart .mini-products-list li.item {
  padding: 15px 0;
  margin-bottom: 0;
}
.header-container .block-cart .mini-products-list li.item .product-details {
  position: relative;
}
.header-container .block-cart .mini-products-list li.item .product-name {
  font-size: 1em;
  margin-top: -5px;
  text-transform: uppercase;
  line-height: 1.5;
}
.header-container .block-cart .mini-products-list li.item .btn-edit {
  display: none;
}
.header-container .block-cart .mini-products-list li.item .btn-remove {
  color: #60636b;
  bottom: 0;
  position: absolute;
  right: -10px;
}
.header-container .block-cart .mini-products-list li.item .btn-remove:before {
  content: "\f00d";
}
.header-container .block-cart .mini-products-list li.item .btn-remove:hover,
.header-container .block-cart .mini-products-list li.item .product-name a:hover {
  color: #e43b54;
}
.header-container .block-cart .subtotal {
  border-top: 1px solid #e3e3e3;
  clear: both;
  letter-spacing: 1.5px;
  margin: 0 0 15px;
  padding: 15px 0;
  text-transform: uppercase;
  text-align: right;
}
.header-container .block-cart .subtotal:before, .header-container .block-cart .subtotal:after {
  content: " ";
  display: table;
}
.header-container .block-cart .subtotal:after {
  clear: both;
}
.header-container .block-cart .subtotal .label {
  float: left;
  font-size: 1.143em;
  font-weight: bold;
  letter-spacing: 0;
  line-height: inherit;
}
.header-container .block-cart .subtotal .price {
  color: #2f2f2f;
  font-size: 1.143em;
  font-weight: bold;
  letter-spacing: 2px;
}
.header-container .block-cart .subtotal .map-cart-sidebar-total {
  line-height: 1.5;
}
.header-container .block-cart .actions {
  margin: 0;
  padding: 0;
}
.header-container .block-cart .actions .button {
  display: block;
  float: left;
  font-size: 1.143em;
  letter-spacing: 0.5px;
  line-height: 2em;
  margin: 0 0 10px 0;
  min-width: 135px;
  padding: 10px 15px;
  width: 100%;
}
.header-container .block-cart .actions .button + .button {
  float: right;
}
.header-container .block-cart p.empty {
  margin-bottom: 0;
  padding: 50px 15px;
  text-align: center;
  text-transform: uppercase;
}
.header-container .header-logo {
  float: left;
  margin: 40px 30px 15px 0;
  max-width: 35%;
  position: relative;
  z-index: 3;
  -webkit-transition: all 350ms ease-in-out 0s;
  -moz-transition: all 350ms ease-in-out 0s;
  -ms-transition: all 350ms ease-in-out 0s;
  transition: all 350ms ease-in-out 0s;
}
.header-container .header-logo .logo {
  margin: 0;
}
.header-container .arw-toggle-menu-sidebar {
  float: right;
  font-size: 45px;
  margin-left: 20px;
  margin-top: 24px;
  position: relative;
  z-index: 4;
}
.header-container .arw-toggle-content {
  display: none;
}
.header-container .arw-toggle-container:active .arw-toggle-content, .header-container .arw-toggle-container:focus .arw-toggle-content, .header-container .arw-toggle-container:hover .arw-toggle-content, .header-container .arw-toggle-container.active .arw-toggle-content {
  display: block;
}
.header-container .header-mini-cart,
.header-container .header-quick-access,
.header-container .header-search {
  float: right;
  margin-left: 10px;
  margin-top: 32px;
  position: relative;
  z-index: 4;
}
.header-container .header-mini-cart .arw-toggle-control,
.header-container .header-mini-cart .mini-cart-header,
.header-container .header-quick-access .arw-toggle-control,
.header-container .header-quick-access .mini-cart-header,
.header-container .header-search .arw-toggle-control,
.header-container .header-search .mini-cart-header {
  background: transparent;
  border: 1px solid transparent;
  color: #050608;
  cursor: pointer;
  display: inline-block;
  float: right;
  margin-bottom: 32px;
  line-height: 30px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 30px;
}
.header-container .header-mini-cart .arw-toggle-control .text,
.header-container .header-mini-cart .mini-cart-header .text,
.header-container .header-quick-access .arw-toggle-control .text,
.header-container .header-quick-access .mini-cart-header .text,
.header-container .header-search .arw-toggle-control .text,
.header-container .header-search .mini-cart-header .text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.header-container .header-mini-cart .arw-toggle-control .fa,
.header-container .header-mini-cart .arw-toggle-control .icon_bag,
.header-container .header-mini-cart .mini-cart-header .fa,
.header-container .header-mini-cart .mini-cart-header .icon_bag,
.header-container .header-quick-access .arw-toggle-control .fa,
.header-container .header-quick-access .arw-toggle-control .icon_bag,
.header-container .header-quick-access .mini-cart-header .fa,
.header-container .header-quick-access .mini-cart-header .icon_bag,
.header-container .header-search .arw-toggle-control .fa,
.header-container .header-search .arw-toggle-control .icon_bag,
.header-container .header-search .mini-cart-header .fa,
.header-container .header-search .mini-cart-header .icon_bag {
  font-size: 18px;
}
.header-container .header-mini-cart .arw-toggle-control .fa:before,
.header-container .header-mini-cart .arw-toggle-control .icon_bag:before,
.header-container .header-mini-cart .mini-cart-header .fa:before,
.header-container .header-mini-cart .mini-cart-header .icon_bag:before,
.header-container .header-quick-access .arw-toggle-control .fa:before,
.header-container .header-quick-access .arw-toggle-control .icon_bag:before,
.header-container .header-quick-access .mini-cart-header .fa:before,
.header-container .header-quick-access .mini-cart-header .icon_bag:before,
.header-container .header-search .arw-toggle-control .fa:before,
.header-container .header-search .arw-toggle-control .icon_bag:before,
.header-container .header-search .mini-cart-header .fa:before,
.header-container .header-search .mini-cart-header .icon_bag:before {
  vertical-align: text-top;
}
.header-container .header-mini-cart:hover:before, .header-container .header-mini-cart:active:before, .header-container .header-mini-cart:focus:before, .header-container .header-mini-cart.active:before,
.header-container .header-quick-access:hover:before,
.header-container .header-quick-access:active:before,
.header-container .header-quick-access:focus:before,
.header-container .header-quick-access.active:before,
.header-container .header-search:hover:before,
.header-container .header-search:active:before,
.header-container .header-search:focus:before,
.header-container .header-search.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  /*filter: alpha(opacity=$opacity*100);*/
  visibility: visible;
}
.header-container .header-mini-cart:hover .arw-toggle-control,
.header-container .header-mini-cart:hover .mini-cart-header, .header-container .header-mini-cart:active .arw-toggle-control,
.header-container .header-mini-cart:active .mini-cart-header, .header-container .header-mini-cart:focus .arw-toggle-control,
.header-container .header-mini-cart:focus .mini-cart-header, .header-container .header-mini-cart.active .arw-toggle-control,
.header-container .header-mini-cart.active .mini-cart-header,
.header-container .header-quick-access:hover .arw-toggle-control,
.header-container .header-quick-access:hover .mini-cart-header,
.header-container .header-quick-access:active .arw-toggle-control,
.header-container .header-quick-access:active .mini-cart-header,
.header-container .header-quick-access:focus .arw-toggle-control,
.header-container .header-quick-access:focus .mini-cart-header,
.header-container .header-quick-access.active .arw-toggle-control,
.header-container .header-quick-access.active .mini-cart-header,
.header-container .header-search:hover .arw-toggle-control,
.header-container .header-search:hover .mini-cart-header,
.header-container .header-search:active .arw-toggle-control,
.header-container .header-search:active .mini-cart-header,
.header-container .header-search:focus .arw-toggle-control,
.header-container .header-search:focus .mini-cart-header,
.header-container .header-search.active .arw-toggle-control,
.header-container .header-search.active .mini-cart-header {
  background: transparent;
  border-color: transparent;
  color: #e43b54;
}
.header-container .header-mini-cart > .arw-toggle-content,
.header-container .header-mini-cart > #arw_mini_cart_header,
.header-container .header-quick-access > .arw-toggle-content,
.header-container .header-quick-access > #arw_mini_cart_header,
.header-container .header-search > .arw-toggle-content,
.header-container .header-search > #arw_mini_cart_header {
  left: auto;
  right: 0;
}
.header-container .header-wrapper {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1800px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.header-container .header-wrapper .nav-primary-container {
  text-align: right;
}
.header-container .header-wrapper .nav-primary-container .megamenu > li {
  background: transparent;
  color: #222222;
  line-height: 96px;
}
.header-container .header-wrapper .nav-primary-container .megamenu > li > .sub-wrapper li.level1.active > a {
  font-weight: bold;
}
.header-container .header-wrapper .nav-primary-container .megamenu > li > a {
  background: none;
  color: inherit;
  font-weight: bold;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
}
.header-container .header-wrapper .nav-primary-container .megamenu > li:hover, .header-container .header-wrapper .nav-primary-container .megamenu > li.active {
  background: transparent;
  color: #222222;
}
.header-container .header-wrapper .nav-primary-container .megamenu .sub-wrapper {
  line-height: 1.5;
}
.header-container .megamenu {
  position: static;
}

@media all and (min-width: 1200px) {
  .header-style-2 .wrapper {
    overflow: hidden;
  }
  .header-style-2 .page {
    min-height: 75vh;
    padding-left: 370px;
    position: relative;
  }
  .header-style-2 .page .header-container {
    position: static;
  }
  .header-style-2 .page .header-container .header-wrapper {
    height: 100%;
    max-width: 370px;
    left: 0;
    top: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    width: 100%;
  }
  .header-style-2 .page .header-container .header-wrapper:after {
    border-right: 1px solid #d2d2d2;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 5000px;
    width: 1px;
  }
  .header-style-2 .page .header-container .header-logo {
    margin: 55px 0;
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    text-align: left;
    width: 100%;
  }
  .header-style-2 .page .header-container .nav-primary-container {
    text-align: left;
    float: left;
    padding-top: 10px;
    width: 100%;
  }
  .header-style-2 .page .header-container .nav-primary-container .nav-container {
    padding-left: 0;
    padding-right: 0;
  }
  .header-style-2 .page .header-container .nav-primary-container .megamenu > li {
    display: block;
    font-size: 1em;
    line-height: 38px;
    padding-left: 45px;
    padding-right: 45px;
    position: relative;
  }
  .header-style-2 .page .header-container .nav-primary-container .megamenu > li > a {
    padding-left: 17px;
    padding-right: 17px;
    position: relative;
  }
  .header-style-2 .page .header-container .nav-primary-container .megamenu .menu-style-classic > .sub-wrapper,
  .header-style-2 .page .header-container .nav-primary-container .megamenu .menu-style-group > .sub-wrapper {
    width: 1170px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .header-style-2 .page .header-container .nav-primary-container .megamenu .parent .sub-wrapper {
    left: 100% !important;
    top: 0 !important;
  }
  .header-style-2 .page .header-container .nav-primary-container .megamenu .m-dropdown > .dropdown {
    left: 100%;
    top: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .header-style-2 .page .arw_layout_global_top {
    margin-bottom: 0 !important;
    top: auto !important;
  }
}
.arw-toggle-menu-sidebar {
  background: transparent;
  color: #494c53;
  float: right;
}
.arw-toggle-menu-sidebar .arw-btn-menu-sidebar {
  float: left;
  line-height: 1;
  width: 100%;
}

.arw-btn-menu-sidebar {
  cursor: pointer;
}
.arw-btn-menu-sidebar label {
  display: none;
}

.arw-mobile-menu {
  position: fixed;
  width: 420px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 9999;
  background: #ffffff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
  -webkit-transform: translate3d(420px, 0, 0);
  -moz-transform: translate3d(420px, 0, 0);
  -ms-transform: translate3d(420px, 0, 0);
  transform: translate3d(420px, 0, 0);
}
.page-popup .arw-mobile-menu {
  display: none !important;
}

.arw-mobile-menu-header {
  color: #2f2f2f;
  padding: 50px 50px 0;
  text-align: right;
}
.arw-mobile-menu-header .arw-mobile-menu-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.arw-close-canvas {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  font-size: 50px;
}

.arw-mobile-menu,
.wrapper > .page {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -moz-transition: -moz-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: -o-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.site-overlay {
  display: none;
}

.arw-menu-open .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(30, 30, 30, 0.5);
  -webkit-animation: fade 500ms;
  -moz-animation: fade 500ms;
  -ms-animation: fade 500ms;
  animation: fade 500ms;
}
.arw-menu-open .arw-mobile-menu {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.sidebar-menu {
  margin-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
}

.block-sidebar-menu {
  padding-left: 50px;
  padding-right: 50px;
}
.block-sidebar-menu img.arw-banner-image,
.block-sidebar-menu .arw-banner-image img {
  width: 100%;
}

.header_fixed_menu {
  width: 100%;
}
.header_fixed_menu.active-sticky .header-wrapper {
  background: #FFFFFF;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -ms-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  opacity: 0.5;
  /*filter: alpha(opacity=$opacity*100);*/
}
.header_fixed_menu.active-sticky .header-wrapper:hover, .header_fixed_menu.active-sticky .header-wrapper:active, .header_fixed_menu.active-sticky .header-wrapper:focus {
  opacity: 1;
  /*filter: alpha(opacity=$opacity*100);*/
}
.header_fixed_menu.active-sticky .header-wrapper .header-logo {
  margin-top: 20px;
}
.header_fixed_menu.active-sticky .header-wrapper .header-quick-access,
.header_fixed_menu.active-sticky .header-wrapper .header-mini-cart,
.header_fixed_menu.active-sticky .header-wrapper .header-search {
  margin-top: 25px;
}
.header_fixed_menu.active-sticky .header-wrapper .header-quick-access .arw-toggle-control,
.header_fixed_menu.active-sticky .header-wrapper .header-mini-cart .mini-cart-header,
.header_fixed_menu.active-sticky .header-wrapper .header-search .arw-toggle-control {
  margin-bottom: 20px;
}
.header_fixed_menu.active-sticky .header-wrapper .arw-toggle-menu-sidebar {
  margin-top: 19px;
}
.header_fixed_menu.active-sticky .header-wrapper .nav-primary-container .megamenu > li {
  line-height: 77px;
}

ul#nav > li > a {
  background: transparent;
  color: #222222;
}

ul#nav > li > a > span {
  display: inline-block;
}

ul#nav > li:hover > a,
ul#nav > li.active > a {
  background: transparent;
  color: #222222;
}

ul#nav ul {
  background: #f9f9f9;
}

ul#nav ul ul {
  background: #f9f9f9;
}

ul#nav > li > ul > li > a {
  background: transparent;
  color: #989898;
}

ul#nav > li > ul > li:hover > a,
ul#nav > li > ul > li.active > a {
  background: transparent;
  color: #222222;
}

ul#nav li li ul,
ul#nav li.level1 ul.level1 {
  background: #f9f9f9;
}
ul#nav li li ul li > a,
ul#nav li.level1 ul.level1 li > a {
  background: transparent;
  color: #989898;
}
ul#nav li li ul li.active > a,
ul#nav li li ul li:hover > a,
ul#nav li.level1 ul.level1 li.active > a,
ul#nav li.level1 ul.level1 li:hover > a {
  background: transparent;
  color: #222222;
}

.nav-container {
  display: flex;
  display: -webkit-flex;
  padding-left: 30px;
  padding-right: 30px;
}

ul#nav {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
ul#nav > li {
  float: none;
  display: inline-block;
  line-height: 140px;
  padding: 0;
  position: relative;
}
ul#nav > li > a {
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  line-height: inherit;
  padding: 0 25px;
  position: relative;
  text-transform: uppercase;
}
ul#nav > li > a > span {
  font-weight: bold;
  letter-spacing: 1px;
}
ul#nav > li > ul {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
ul#nav li.parent.edge ul {
  left: auto;
  right: 100%;
}
ul#nav ul {
  text-align: left;
  opacity: 0;
  /*filter: alpha(opacity=$opacity*100);*/
  visibility: hidden;
  display: block;
  padding-bottom: 25px;
  padding-top: 25px;
  position: absolute;
  min-width: 240px;
  left: 0;
  z-index: 10;
}
ul#nav ul li {
  display: block;
  float: left;
  margin: 0;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
ul#nav ul li > a {
  display: block;
  font-size: 1em;
  letter-spacing: 0.5px;
  line-height: 2.4em;
  padding: 5px 30px;
  text-transform: uppercase;
}
ul#nav ul li.parent {
  position: relative;
}
ul#nav ul li.parent > a:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 25px;
}
ul#nav ul li > ul {
  left: 100%;
  top: 0;
}
ul#nav ul li:hover > ul, ul#nav ul li:active > ul, ul#nav ul li:focus > ul {
  opacity: 1;
  /*filter: alpha(opacity=$opacity*100);*/
  visibility: visible;
}
ul#nav li:hover > ul,
ul#nav li:active > ul,
ul#nav li:focus > ul {
  opacity: 1;
  /*filter: alpha(opacity=$opacity*100);*/
  visibility: visible;
}

.arw-overlay-close,
.arw-toggle-sidebar {
  display: none;
}

.active-sidebar-left .arw-overlay-close,
.active-sidebar-right .arw-overlay-close {
  display: block;
}

.sidebar .block {
  color: #7a7a7a;
  margin-bottom: 50px;
}
.sidebar .block .block-title {
  background-color: #FFFFFF;
  border-color: #f3f3f3;
  border-style: solid;
  border-width: 0 0 1px;
  clear: both;
  color: #121210;
  display: block;
  font-size: 1.286em;
  font-weight: bold;
  line-height: normal;
  padding: 24px 35px;
  position: relative;
  text-transform: uppercase;
}
.sidebar .block.block-list ul li, .sidebar .block.block-list ol li {
  font-size: 1em;
  display: block;
  line-height: 1.4285em;
  margin: 0 !important;
  padding: 5px 0;
}
.sidebar .block.block-list ul li p, .sidebar .block.block-list ol li p {
  margin-bottom: 0;
}
.sidebar .block.block-list ul li .btn-remove, .sidebar .block.block-list ol li .btn-remove {
  float: right;
  font-size: 1.5em;
  right: -20px;
  position: relative;
}
.sidebar .block.block-list p.empty {
  margin: 15px 0;
}
.sidebar .block.block-cart .summary,
.sidebar .block.block-cart .actions {
  display: none;
}
.sidebar .block.block-cart .btn-edit {
  display: none !important;
}
.sidebar .block.block-tags .actions {
  margin-top: 0;
}
.sidebar .block.block-tags .tags-list {
  margin-left: -5px;
  margin-right: -5px;
}
.sidebar .block.block-tags .tags-list:before, .sidebar .block.block-tags .tags-list:after {
  content: " ";
  display: table;
}
.sidebar .block.block-tags .tags-list:after {
  clear: both;
}
.sidebar .block.block-tags .tags-list li {
  float: left;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.sidebar .block.block-tags .tags-list li > a {
  font-size: 1em !important;
  letter-spacing: 0.5px;
  line-height: normal;
  padding: 6px 12px;
  text-transform: uppercase;
}
.sidebar .block .block-content {
  background: #fff;
  padding: 15px 35px;
}
.sidebar .block a {
  color: #7f7f7f;
}
.sidebar .block a:hover {
  color: #121210;
}
.sidebar .block.block-nav a {
  color: #7f7f7f;
}
.sidebar .block.block-nav li:hover > a,
.sidebar .block.block-nav li.active > a {
  color: #121210;
}
.sidebar .block.block-nav .nav-categories {
  margin-left: -20px;
  margin-right: -20px;
}
.sidebar .block.block-layered-nav .block-content {
  background-color: transparent;
  padding: 0;
}
.sidebar .block.block-layered-nav .block-content .block-layered-nav-state {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 15px 35px;
}
.sidebar .block-banner .block-content {
  border: none;
  background: none;
}
.sidebar #cart-sidebar .product-image,
.sidebar .mini-products-list .product-image {
  padding-right: 10px;
}
.sidebar #cart-sidebar .product-details,
.sidebar .mini-products-list .product-details {
  padding-left: 0;
}
.sidebar #cart-sidebar .truncated,
.sidebar .mini-products-list .truncated {
  display: none;
}
.sidebar .form-subscribe-header {
  color: #7a7a7a;
  font-family: "Montserrat", Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: 0;
  margin-bottom: 10px;
  text-transform: none;
}
.sidebar .block-subscribe .input-text {
  font-style: italic;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

#cart-sidebar .product-image {
  padding-right: 0;
}
#cart-sidebar .product-details {
  padding-left: 25px;
}
#cart-sidebar .show-qty {
  display: block;
  width: 100%;
}
#cart-sidebar .truncated .details {
  display: none;
}
#cart-sidebar .truncated .truncated_full_value .item-options {
  background-color: transparent;
  border: none;
  display: block !important;
  letter-spacing: 1.5px;
  margin-bottom: 0;
  padding: 0;
  position: static !important;
  text-transform: uppercase;
  width: 100%;
}
#cart-sidebar .truncated .truncated_full_value .item-options dt {
  padding-right: 3px;
}
#cart-sidebar .truncated .truncated_full_value .item-options dd {
  padding-left: 0;
}
#cart-sidebar .truncated .truncated_full_value .item-options dd:last-child {
  margin-bottom: 8px;
}

.footer-container {
  background: transparent;
  color: #989898;
  padding-top: 70px;
  position: relative;
  z-index: 1;
  line-height: 24px;
}
.footer-container.only-copyright {
  padding-top: 0;
}
.footer-container p {
  line-height: 1.7857;
}
.footer-container a {
  color: #989898;
}
.footer-container a:hover {
  color: #e43b54;
}
.footer-container .block-list li {
  font-size: 1em;
  padding-bottom: 5px;
  padding-top: 5px;
}
.footer-container .block-list li ul {
  display: none;
}
.footer-container .block-list li > a {
  position: relative;
}
.footer-container .block-list li > a:after {
  border-bottom: 1px solid;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -ms-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  width: 0;
}
.footer-container .block-list li > a:hover:after, .footer-container .block-list li > a:active:after, .footer-container .block-list li > a:focus:after {
  width: 100%;
}
.footer-container .twitter-news {
  position: relative;
}
.footer-container .twitter-news:before {
  font-family: "FontAwesome";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #dedede;
  left: auto;
  right: 100%;
  line-height: 1.2;
  top: 0;
  padding: 0 5px;
  position: absolute;
}
.footer-container .twitter-news .title {
  color: #3a3a3a;
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 5px;
  letter-spacing: 0;
}
.footer-container .twitter-news .detail {
  color: #7a7a7a;
  margin-bottom: 10px;
}
.footer-container .twitter-news .detail a {
  color: #bfbfbf;
}
.footer-container .twitter-news .detail a:hover, .footer-container .twitter-news .detail a:active, .footer-container .twitter-news .detail a:focus {
  color: #2f2f2f;
}
.footer-container .twitter-news .time {
  color: #a5a5a5;
  font-size: 0.714em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.footer-container .block {
  margin-bottom: 30px;
}
.footer-container .block .block-title {
  color: #2c2c2c;
  font-size: 1.143em;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5em;
  margin: 0 0 10px;
  padding: 0.5em 0;
  position: relative;
  text-transform: uppercase;
}
.footer-container .block .block-content {
  padding: 0;
}
.footer-container .block .block-content p:only-child {
  margin-bottom: 0;
}
.footer-container .block .block-content:only-child {
  padding-top: 10px;
}
.footer-container .footer-copyright {
  background: #fafafa;
  color: #7b7b7b;
  border-top: 1px solid #fafafa;
  padding: 15px 0;
  text-align: center;
}
.footer-container .footer-copyright address {
  font-size: 0.8571em;
  margin-bottom: 0;
  line-height: normal;
  padding-bottom: 15px;
  padding-top: 15px;
}
.footer-container .footer-copyright .store-switcher {
  position: relative;
}
.footer-container .footer-copyright .store-switcher label {
  margin: 0;
  color: inherit;
}
.footer-container .footer-copyright .store-switcher select {
  padding: 0;
  margin-left: 10px;
}
.footer-container .footer-copyright a {
  color: #212121;
}
.footer-container .footer-copyright a:hover {
  color: #212121;
}
.footer-container .footer-copyright li a {
  display: inherit;
}

@media all and (max-width: 991px) {
  .footer-container {
    padding-top: 30px;
  }
  .footer-container .footer-copyright .footer-copyright-col-main,
  .footer-container .footer-copyright .footer-copyright-col-alt {
    text-align: center;
    width: 100%;
  }
}
.category-image {
  margin-bottom: 30px;
}
.category-image img {
  height: auto;
  width: 100%;
}

.category-description.std {
  margin-bottom: 30px;
}

.products-list .product-image img,
.products-grid .product-image img {
  width: 100%;
}
.products-list .outer-image > .configurable-swatch-list,
.products-grid .outer-image > .configurable-swatch-list {
  bottom: 10px;
  left: 50%;
  padding-left: 15px;
  padding-top: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  z-index: 10;
}
.products-list .outer-image > .configurable-swatch-list li,
.products-grid .outer-image > .configurable-swatch-list li {
  float: none;
}
.products-list .button,
.products-grid .button {
  display: inline-block;
}
.products-list .product-name a,
.products-grid .product-name a {
  text-transform: inherit;
  color: #303030;
}
.products-list .product-name a:hover,
.products-grid .product-name a:hover {
  color: #e43b54;
}
.products-list .configurable-swatch-list,
.products-grid .configurable-swatch-list {
  text-align: center;
}
.products-list .configurable-swatch-list li,
.products-grid .configurable-swatch-list li {
  display: inline-block;
}
.products-list .configurable-swatch-list a,
.products-grid .configurable-swatch-list a {
  display: inline-block;
}
.products-list .configurable-swatch-list span,
.products-grid .configurable-swatch-list span {
  border: 1px solid #d2d2d2;
  display: inline-block;
}
.products-list .configurable-swatch-list img,
.products-grid .configurable-swatch-list img {
  vertical-align: top;
}

.products-grid .wrapper-item-inner {
  position: relative;
}
.products-grid .ratings {
  margin-top: 0;
}
.products-grid .ratings .amount {
  display: none;
}
.products-grid .outer-image {
  position: relative;
}
.products-grid .outer-image .product-image {
  overflow: hidden;
}
.products-grid .outer-image .image-overlay {
  background: transparent;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  /*filter: alpha(opacity=$opacity*100);*/
  z-index: 2;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.products-grid .link-actions {
  z-index: 3;
  position: absolute;
  text-align: center;
  bottom: 20px;
  width: 100%;
  opacity: 0;
  /*filter: alpha(opacity=$opacity*100);*/
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.products-grid .actions .button {
  border-style: solid;
  border-width: 8px;
  font-size: 1em;
  line-height: 1em;
  margin: 2px;
  max-width: 99%;
  padding: 12px;
  font-weight: normal;
  position: relative;
  text-align: center;
  z-index: 3;
}
.products-grid .actions .button > span {
  display: inline-block;
}
.products-grid .actions .button .fa {
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  width: 16px;
}
.products-grid .actions .btn-cart {
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 8px;
  line-height: 1.5em;
  z-index: 3;
  text-align: center;
}
.products-grid .actions .btn-cart > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.products-grid .actions .link-compare > span,
.products-grid .actions .link-wishlist > span,
.products-grid .actions .link-quickview > span {
  vertical-align: middle;
}
.products-grid .btn-cart,
.products-grid .link-compare,
.products-grid .link-wishlist,
.products-grid .link-quickview {
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.products-grid .btn-cart {
  background: #FFFFFF;
  color: #343434;
  border-color: #FFFFFF;
}
.products-grid .btn-cart:hover {
  background: #fdfdfd;
  color: #343434;
  border-color: #FFFFFF;
}
.products-grid .link-wishlist {
  background: #FFFFFF;
  color: #343434;
  border-color: #FFFFFF;
}
.products-grid .link-wishlist:hover {
  background: #fdfdfd;
  color: #343434;
  border-color: #ffffff;
}
.products-grid .link-compare {
  background: #FFFFFF;
  color: #343434;
  border-color: #FFFFFF;
}
.products-grid .link-compare:hover {
  background: #fdfdfd;
  border-color: #ffffff;
  color: #343434;
}
.products-grid .link-quickview {
  background: #FFFFFF;
  color: #343434;
  border-color: #FFFFFF;
}
.products-grid .link-quickview:hover {
  background: #fdfdfd;
  color: #343434;
  border-color: #FFFFFF;
}
.products-grid .product-name {
  font-size: 1.0714em;
  font-weight: 600;
  text-transform: uppercase;
  line-height: normal;
  margin: 0;
  padding: 20px 0 0;
}
.products-grid .product-name a {
  display: block;
}
.products-grid .price-box {
  font-size: 1em;
  margin: 10px 0 10px;
}
.products-grid .price-box .special-price,
.products-grid .price-box .regular-price {
  font-size: 1em;
}
.products-grid .price-box .minimal-price .price,
.products-grid .price-box .special-price .price,
.products-grid .price-box .regular-price .price {
  color: #303030;
  font-size: 1.1428em;
  padding: 0;
}
.products-grid .price-box .price-from,
.products-grid .price-box .price-to {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1.5;
}
.products-grid .price-box .price-from .price,
.products-grid .price-box .price-to .price {
  color: #303030;
  font-size: 1.1428em;
}
.products-grid .product-info {
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  padding-top: 15px;
}
.products-grid .product-info:before, .products-grid .product-info:after {
  content: " ";
  display: table;
}
.products-grid .product-info:after {
  clear: both;
}
.products-grid .btn-cart > span {
  vertical-align: middle;
}
.products-grid .availability span {
  background: transparent;
  color: #303030;
  border-color: #000000;
  border-width: 3px;
  border-style: solid;
  padding: 3px 8px;
}
.products-grid li.item {
  padding: 0 0 30px;
}
.products-grid li.item > .wrapper-item {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.products-grid li.item > .wrapper-item:hover .link-actions {
  bottom: 30px;
  visibility: visible;
  opacity: 1;
  /*filter: alpha(opacity=$opacity*100);*/
}
.products-grid li.item > .wrapper-item:hover .btn-cart {
  visibility: visible;
  opacity: 1;
  /*filter: alpha(opacity=$opacity*100);*/
}
.products-grid li.item > .wrapper-item:hover .image-overlay {
  opacity: 1;
  /*filter: alpha(opacity=$opacity*100);*/
}
.products-grid.owl-carousel {
  width: auto;
}
.products-grid.owl-carousel .item {
  margin-bottom: 0 !important;
  padding-top: 20px;
  width: 100%;
}
.products-grid.owl-carousel li.item:not(.arw-col) > .wrapper-item {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 480px) {
  .products-grid.owl-carousel li.item:not(.arw-col) > .wrapper-item {
    max-width: 280px;
  }
}

.products-list {
  float: left;
  width: 100%;
}
.products-list li.item {
  margin-bottom: 50px;
}
.products-list li.item:before, .products-list li.item:after {
  content: " ";
  display: table;
}
.products-list li.item:after {
  clear: both;
}
.products-list li.item + li.item {
  border-top: 1px solid #e3e3e3;
  padding-top: 50px;
}
.products-list .inner-item {
  position: relative;
}
.products-list .outer-image {
  width: 33.33333%;
  position: relative;
}
.products-list .outer-image .product-image {
  overflow: hidden;
}
.products-list .outer-image:hover .link-quickview {
  opacity: 1;
  /*filter: alpha(opacity=$opacity*100);*/
}
.products-list .outer-image:hover .image-overlay {
  z-index: 2;
  opacity: 0.5;
  /*filter: alpha(opacity=$opacity*100);*/
}
.products-list .product-shop {
  width: 66.66667%;
  padding-left: 30px;
}
.products-list .outer-image,
.products-list .product-shop {
  float: left;
}
.products-list .product-name {
  font-size: 1.25em;
  font-weight: bold;
  margin: 0 0 15px;
  line-height: inherit;
  text-transform: uppercase;
}
.products-list .product-name a {
  display: block;
  color: #303030;
}
.products-list .product-name a:hover {
  color: #e43b54;
}
.products-list .ratings {
  font-size: 1em;
  float: left;
  line-height: normal;
  margin-bottom: 20px;
  width: 100%;
}
.products-list .rating-box {
  float: left;
  font-size: 1em;
  margin-right: 10px;
}
.products-list .price-box {
  margin-bottom: 25px;
  margin-top: 5px;
}
.products-list .price-box .special-price, .products-list .price-box .regular-price {
  font-size: 1em;
  padding: 0;
  color: #303030;
}
.products-list .price-box .special-price .price, .products-list .price-box .regular-price .price {
  font-size: 1.143em;
}
.products-list .price-box .minimal-price .price,
.products-list .price-box .price-from .price,
.products-list .price-box .price-to .price {
  color: #303030;
  font-size: 1.143em;
}
.products-list .price-box .old-price {
  margin-right: 10px;
}
.products-list .price-box .old-price .price {
  font-size: 0.857em;
}
.products-list .desc.std {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 15px;
}
.products-list .button1 {
  display: none;
}
.products-list .link-actions {
  display: block;
  float: left;
}
.products-list .link-wishlist,
.products-list .link-compare,
.products-list .link-quickview {
  border-width: 8px;
  width: 48px;
  float: left;
  font-size: 1.143em;
  height: 48px;
  letter-spacing: 0;
  line-height: 32px;
  padding: 0;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
}
.products-list .btn-cart {
  display: block;
  font-size: 1em;
  font-weight: bold;
  float: left;
  height: 48px;
  line-height: 33px;
  margin-bottom: 10px;
  width: 140px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  padding: 0 13px 0 15px;
  white-space: nowrap;
}
.products-list .btn-cart {
  background: #FFFFFF;
  color: #343434;
  border-color: #FFFFFF;
}
.products-list .btn-cart:hover {
  background: #fdfdfd;
  color: #343434;
  border-color: #FFFFFF;
}
.products-list .link-wishlist {
  background: #FFFFFF;
  color: #343434;
  border-color: #FFFFFF;
}
.products-list .link-wishlist:hover {
  background: #fdfdfd;
  color: #343434;
  border-color: #FFFFFF;
}
.products-list .link-compare {
  background: #FFFFFF;
  color: #343434;
  border-color: #FFFFFF;
}
.products-list .link-compare:hover {
  background: #fdfdfd;
  color: #343434;
  border-color: #FFFFFF;
}
.products-list .link-quickview {
  background: #FFFFFF;
  color: #343434;
  border-color: #FFFFFF;
}
.products-list .link-quickview:hover {
  background: #fdfdfd;
  color: #343434;
  border-color: #FFFFFF;
}

.col3-layout .products-grid.arw-3-col .link-actions .button, .col3-layout .products-grid.arw-4-col .link-actions .button, .col3-layout .products-grid.arw-5-col .link-actions .button {
  font-size: 1em;
  padding: 0.5em;
}
.col3-layout .products-grid.arw-3-col .arw-product-labels .arw-product-label, .col3-layout .products-grid.arw-4-col .arw-product-labels .arw-product-label, .col3-layout .products-grid.arw-5-col .arw-product-labels .arw-product-label {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  top: 5px;
}
.col3-layout .products-grid.arw-3-col .wrapper-item-inner .btn-cart, .col3-layout .products-grid.arw-4-col .wrapper-item-inner .btn-cart, .col3-layout .products-grid.arw-5-col .wrapper-item-inner .btn-cart {
  font-size: 1em;
  padding-bottom: 5px;
  padding-top: 5px;
}

.catalog-category-view .main,
.catalogsearch-result-index .main {
  background-color: #f6f6f6;
  margin-top: 0;
  padding-top: 45px;
}

.product-view .product-shop-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 360px;
  padding: 30px 15px;
  text-align: center;
}
.product-view .col-main-details-style_1 {
  padding: 0 15px;
}
.product-view .col-main-details-style_1 .product-img-box,
.product-view .col-main-details-style_1 .product-shop {
  float: left;
  width: 50%;
}
.product-view .product-sku,
.product-view .arw-product-attribute {
  color: #2f2f2f;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.product-view .product-sku .label,
.product-view .arw-product-attribute .label {
  font-size: 1em;
  margin-right: 5px;
}
@media all and (max-width: 767px) {
  .product-view .product-essential .product-img-box,
  .product-view .product-essential .product-shop {
    margin-bottom: 30px;
  }
}
.product-view .product-essential .prev-next {
  float: right;
  margin-top: 0.5em;
}
.product-view .product-essential .prev-next a {
  background-color: transparent;
  border: 2px solid #505050;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  -ms-border-radius: 99px;
  border-radius: 99px;
  color: #505050;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  min-width: 30px;
  padding: 0 5px;
  text-align: center;
}
.product-view .product-essential .prev-next a .fa {
  min-width: 10px;
  text-align: center;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.product-view .product-essential .prev-next a .fa-angle-right {
  margin-left: 1px;
}
.product-view .product-essential .prev-next a:hover, .product-view .product-essential .prev-next a:active, .product-view .product-essential .prev-next a:focus {
  background-color: #2f2f2f;
  border-color: #2f2f2f;
  color: #fff;
}
.product-view .product-essential .prev-next a + a {
  margin-left: 5px;
}
.product-view .product-essential .product-wrap-2 {
  margin-bottom: 30px;
  padding-top: 20px;
  margin-top: 20px;
  position: relative;
}
.product-view .product-essential .product-wrap-2:before {
  border-top: 1px solid #e3e3e3;
  height: 1px;
  left: 0;
  content: "";
  position: absolute;
  top: 0;
  width: 170px;
}
.product-view .product-essential .product-wrap-2 .price-box {
  margin: 0 !important;
  max-width: 440px;
}
.product-view .product-essential .product-wrap-2 .data-table .availability {
  line-height: normal;
  position: static !important;
}
.product-view .product-essential .product-wrap-2 .availability {
  line-height: 1;
  position: absolute;
  bottom: 0;
  right: 0;
}
.product-view .product-essential .product-image #image {
  width: 100%;
}
.product-view .product-essential .product-name {
  color: #303030;
  font-size: 1.7142em;
  font-weight: 600;
  text-transform: uppercase;
}
.product-view .product-essential .availability {
  font-size: 1em;
  margin: 0;
  padding: 0.2em 0;
}
.product-view .product-essential .availability .label {
  margin-right: 5px;
}
.product-view .product-essential .availability.in-stock span {
  color: #63b369;
}
.product-view .product-essential .availability.out-of-stock span {
  color: #ef4646;
}
.product-view .product-essential .short-description {
  font-size: 1em;
  margin-bottom: 50px;
  line-height: 1.785em;
  padding: 10px 0;
}
.product-view .product-essential .ratings {
  padding: 0.2em 0;
}
.product-view .product-essential .rating-links,
.product-view .product-essential .no-rating {
  font-size: 1em;
  color: #7a7a7a;
  text-transform: none;
}
.product-view .product-essential .rating-box {
  float: left;
  margin-right: 1em;
}
.product-view .product-essential .ratings-table {
  margin-left: auto;
  margin-right: auto;
}
.product-view .product-essential .add-to-box {
  margin-top: 10px;
  padding-bottom: 40px;
}
.product-view .product-essential .add-to-box .button, .product-view .product-essential .add-to-box a,
.product-view .product-essential .product-options-bottom .button,
.product-view .product-essential .product-options-bottom a {
  margin-top: 25px;
  margin-left: 10px;
  margin-right: 10px;
}
.product-view .product-essential .add-to-box .button,
.product-view .product-essential .product-options-bottom .button {
  display: inline-block;
  padding: 0 2em;
  letter-spacing: 0;
  line-height: 48px;
  font-size: 1em;
}
.product-view .product-essential .add-to-box .button .fa,
.product-view .product-essential .product-options-bottom .button .fa {
  font-size: 14px;
}
.product-view .product-essential .add-to-box .button.btn-cart,
.product-view .product-essential .product-options-bottom .button.btn-cart {
  border-width: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-top: 55px;
  max-width: 100%;
  text-transform: uppercase;
}
.product-view .product-essential .add-to-box .button.btn-cart > span,
.product-view .product-essential .product-options-bottom .button.btn-cart > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-view .product-essential .add-to-box .button.link-compare, .product-view .product-essential .add-to-box .button.link-wishlist,
.product-view .product-essential .product-options-bottom .button.link-compare,
.product-view .product-essential .product-options-bottom .button.link-wishlist {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 50px;
}
.product-view .product-essential .add-to-box .link-compare .text,
.product-view .product-essential .add-to-box .link-wishlist .text,
.product-view .product-essential .product-options-bottom .link-compare .text,
.product-view .product-essential .product-options-bottom .link-wishlist .text {
  display: none;
}
.product-view .product-essential .add-to-box-actions {
  float: left;
  width: 100%;
}
.product-view .product-essential .arw-box-quantity {
  display: inline-block;
}
.product-view .product-essential .btn-cart {
  background: transparent;
  color: #3c3c3c;
  border-color: #505050;
}
.product-view .product-essential .btn-cart:hover {
  background: #2f2f2f;
  color: #fff;
  border-color: #2f2f2f;
}
.product-view .product-essential .link-wishlist {
  background: #ffffff;
  color: #343434;
  border-color: #ffffff;
}
.product-view .product-essential .link-wishlist:hover {
  background: #2f2f2f;
  color: #ffffff;
  border-color: #2f2f2f;
}
.product-view .product-essential .link-compare {
  background: #ffffff;
  color: #343434;
  border-color: #ffffff;
}
.product-view .product-essential .link-compare:hover {
  background: #2f2f2f;
  color: #ffffff;
  border-color: #2f2f2f;
}
.product-view .product-essential .product-options-bottom {
  margin-top: 30px;
  padding-bottom: 15px;
}
.product-view .product-essential .product-options-bottom:before, .product-view .product-essential .product-options-bottom:after {
  content: " ";
  display: table;
}
.product-view .product-essential .product-options-bottom:after {
  clear: both;
}
@media (min-width: 992px) {
  .product-view .product-essential .product-options-bottom {
    padding-bottom: 40px;
  }
}
.product-view .product-essential .product-options-bottom .price-box {
  display: none;
}
.product-view .product-essential .product-options {
  margin-bottom: 60px;
}
.product-view .product-essential .product-options dt, .product-view .product-essential .product-options dd {
  clear: both;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
.product-view .product-essential .product-options .configurable-swatch-list li {
  float: none;
  display: inline-block;
}
.product-view .product-essential .product-options .qty-holder {
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
}
.product-view .product-essential .product-options .qty-holder label {
  display: block;
  font-size: 1.143em;
  font-weight: normal;
  letter-spacing: normal;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.product-view .product-essential .product-pricing,
.product-view .product-essential .tier-prices,
.product-view .product-essential .tier-prices-grouped {
  margin-top: 10px;
  line-height: 2em;
}
.product-view .product-essential .price-box-bundle .price-box {
  font-size: 1em;
  margin-bottom: 15px;
}
.product-view .product-essential .price-box-bundle .price-box p {
  line-height: 1.5;
}
.product-view .product-essential .price-box-bundle .price-box .price {
  font-size: 1.714em;
  font-weight: 300;
  letter-spacing: inherit;
}
.product-view .product-essential .price-box-bundle .price-box .price-label {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: 0;
  padding-right: 10px;
}
.product-view .product-essential .map-info.price-box {
  font-size: 1em;
  letter-spacing: inherit;
}
.product-view .product-essential .map-info.price-box .old-price {
  display: block;
  font-size: 1.25em;
  font-weight: 300;
}
.product-view .product-essential .price-as-configured {
  font-size: 1em;
}
.product-view .product-essential .price-as-configured .price {
  font-size: 1.714em;
  font-weight: 300;
  letter-spacing: inherit;
}
.product-view .product-essential .price-as-configured .price-label {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: 0;
  padding-right: 10px;
}
.product-view .product-essential .full-product-price .price {
  color: #303030;
}
.product-view .product-essential .price-box {
  line-height: 1.1;
  margin-bottom: 30px;
  margin-top: 0;
}
.product-view .product-essential .price-box:before, .product-view .product-essential .price-box:after {
  content: " ";
  display: table;
}
.product-view .product-essential .price-box:after {
  clear: both;
}
.product-view .product-essential .price-box .special-price, .product-view .product-essential .price-box .regular-price {
  color: #303030;
  font-size: 1.714em;
  font-weight: 300;
  letter-spacing: inherit;
}
.product-view .product-essential .price-box .price-from .price, .product-view .product-essential .price-box .price-to .price {
  color: #303030;
}
.product-view .product-essential .price-box .old-price {
  letter-spacing: inherit;
}
.product-view .product-essential .price-box .old-price .price {
  font-size: 1.25em;
  font-weight: 300;
  margin-right: 10px;
}
.product-view .product-essential .grouped-items-table {
  margin-top: 20px;
}
.product-view .product-essential .grouped-items-table .availability span:before {
  display: none !important;
}
.product-view .product-essential .arw-product-attribute li {
  display: inline-block;
}
.product-view .product-essential .arw-product-attribute li a {
  color: inherit;
}
.product-view .product-essential .arw-product-attribute li a:hover, .product-view .product-essential .arw-product-attribute li a:active, .product-view .product-essential .arw-product-attribute li a:focus {
  text-decoration: underline;
}
.product-view .product-essential .arw-product-attribute li:after {
  content: ", ";
  float: right;
}
.product-view .product-essential .arw-product-attribute li:last-child:after, .product-view .product-essential .arw-product-attribute li:first-child:after {
  content: "";
}
.product-view .product-essential .sharing-links {
  margin: 0;
  padding: 20px 0 10px;
}
.product-view .product-essential .sharing-links li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.product-view .product-essential .sharing-links li a {
  color: #7a7a7a;
  display: inline-block;
  line-height: 30px;
  min-width: 32px;
  padding: 0 5px;
  text-align: center;
}
.product-view .product-essential .sharing-links li a:hover, .product-view .product-essential .sharing-links li a:focus, .product-view .product-essential .sharing-links li a:active {
  color: #2f2f2f;
}
.product-view #product-options-wrapper > dl {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.product-view #product-options-wrapper > dl dt > label {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: normal;
  margin-bottom: 0;
}
.product-view #product-options-wrapper select {
  background-image: url("https://www.jumpinshop.com/skin/frontend/arw_forward/default/images/select-bg3.png");
  background-color: transparent;
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  color: #121210;
  font-size: 1em;
  height: 50px;
  letter-spacing: normal;
  line-height: 50px;
  padding-left: 25px;
  padding-right: 30px;
  text-transform: uppercase;
  width: 100%;
}
.product-view #product-options-wrapper select option {
  padding: 5px 10px;
  text-transform: none;
}

.product-review dl {
  padding-bottom: 15px;
  padding-top: 15px;
}
.product-review dl:before, .product-review dl:after {
  content: " ";
  display: table;
}
.product-review dl:after {
  clear: both;
}
.product-review dt {
  color: #121210;
  margin-bottom: 15px;
}

.product-collateral h2 {
  margin-top: 0;
}
.product-collateral .box-tags h3 {
  border-bottom: 1px solid #2f2f2f;
  display: inline-block;
  font-size: 1.143em;
  letter-spacing: 2px;
  margin-top: 0;
  padding: 10px 0;
  text-transform: uppercase;
}
.product-collateral .box-tags .product-tags {
  margin-bottom: 20px;
}
.product-collateral .box-tags .product-tags li {
  display: inline-block;
}
.product-collateral .box-tags .product-tags li:after {
  content: ", ";
}
.product-collateral .box-tags .product-tags li:last-child:after {
  display: none;
}
.product-collateral .box-tags .note {
  line-height: normal;
  margin-top: 10px;
}
.product-collateral .box-tags .form-add label {
  font-size: 1.143em;
  margin-right: 10px;
  margin-top: 5px;
  text-transform: uppercase;
}
.product-collateral .box-tags .form-add .input-box {
  display: inline-block;
  margin-bottom: 15px;
}
.product-collateral .box-tags .form-add .input-box .input-text {
  height: 36px;
}
.product-collateral .box-tags .form-add .button {
  height: 36px;
  vertical-align: top;
  line-height: normal;
}
.product-collateral .product-collateral-item .widget {
  padding: 25px 30px 5px 30px;
}
.product-collateral .product-collateral-item .widget-title {
  display: none;
}

.catalog-product-view .main,
.review-product-list .main {
  margin-top: 0;
}

.product-shop .grouped-items-table .name-wrapper {
  color: #7a7a7a;
}

.product-options dl dd {
  padding-bottom: 10px;
}
.product-options dl dd label, .product-options dl dd .label {
  font-weight: normal;
}
.product-options .options-list label {
  cursor: pointer;
  font-weight: normal;
}
.product-options .options-list .price-notice .price {
  padding-left: 5px;
}
.product-options .options-list .checkbox + .label,
.product-options .options-list .radio + .label {
  font-size: 1em;
  text-transform: uppercase;
  vertical-align: middle;
}

.quickview-index-view .product-img-box-slider .slick-prev, .quickview-index-view .product-img-box-slider .slick-next {
  height: 40px;
}
.quickview-index-view .product-img-box-slider .slick-prev:before, .quickview-index-view .product-img-box-slider .slick-next:before {
  color: inherit;
}
.quickview-index-view .product-img-box-slider .slick-prev {
  left: 0;
}
.quickview-index-view .product-img-box-slider .slick-prev:before {
  content: "\f104";
}
.quickview-index-view .product-img-box-slider .slick-next {
  right: 0;
}
.quickview-index-view .product-img-box-slider .slick-next:before {
  content: "\f105";
}

.product-tabs-content a {
  color: #a0a0a0;
}
.product-tabs-content a:hover {
  color: #2f2f2f;
}

.product-collateral {
  margin-top: 40px;
}

.product_details_tabs {
  position: relative;
}
.product_details_tabs .product-tabs {
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  text-align: center;
}
.product_details_tabs .product-tabs li {
  text-transform: uppercase;
  font-size: 1.143em;
  display: inline;
  letter-spacing: 2px;
  position: relative;
}
.product_details_tabs .product-tabs li > a {
  color: #7a7a7a;
  background: #fff;
  padding: 15px 0;
  display: inline-block;
  position: relative;
  line-height: 1.5;
}
.product_details_tabs .product-tabs li + li > a {
  margin-left: 30px;
}
@media all and (min-width: 992px) {
  .product_details_tabs .product-tabs li + li > a {
    margin-left: 100px;
  }
}
.product_details_tabs .product-tabs li.active > a:before {
  border-bottom: 3px solid #2f2f2f;
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 3px;
  width: 100%;
}
.product_details_tabs .product-tabs li.active a, .product_details_tabs .product-tabs li:hover a {
  color: #2f2f2f;
  background: #fff;
}
.product_details_tabs .product-tabs-content {
  color: #7a7a7a;
  background: #fff;
}
.product_details_tabs .product-tabs-content-inner {
  display: block;
  padding: 50px 40px;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .product_details_tabs .product-tabs-content-inner {
    padding: 15px;
  }
}
.product_details_tabs .product-tabs-content-inner #product-attribute-specs-table {
  border: none;
  max-width: 500px;
  margin-bottom: 0;
}
.product_details_tabs .product-tabs-content-inner .form-add > h2 {
  border-bottom: 1px solid #2f2f2f;
  display: inline-block;
  font-size: 1.143em;
  font-weight: normal;
  padding: 10px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.product_details_tabs .product-tabs-content-inner #customer-reviews table.arw-responsive-table td::before {
  font-size: 0.714em;
  text-transform: uppercase;
  text-indent: 15px;
}
.product_details_tabs .product-tabs-content-inner #customer-reviews .form-list {
  margin-left: -15px;
  margin-right: -15px;
}
.product_details_tabs .product-tabs-content-inner #customer-reviews .form-list:before, .product_details_tabs .product-tabs-content-inner #customer-reviews .form-list:after {
  content: " ";
  display: table;
}
.product_details_tabs .product-tabs-content-inner #customer-reviews .form-list:after {
  clear: both;
}
.product_details_tabs .product-tabs-content-inner #customer-reviews .form-list > li {
  clear: none !important;
  display: inline-block;
  float: left;
  margin-bottom: 30px;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 50%;
}
.product_details_tabs .product-tabs-content-inner #customer-reviews .form-list > li:first-child {
  clear: both;
  width: 100%;
}
@media (max-width: 767px) {
  .product_details_tabs .product-tabs-content-inner #customer-reviews .form-list > li {
    width: 100% !important;
  }
}
.product_details_tabs .product-tabs-content-inner #customer-reviews .form-list .input-box {
  font-size: 1em;
}
.product_details_tabs .product-tabs-content-inner #customer-reviews .form-list input.input-text {
  padding-left: 25px;
  padding-right: 25px;
  height: 50px;
}
.product_details_tabs .product-tabs-content-inner #customer-reviews .buttons-set {
  margin-top: 10px;
  padding-top: 10px;
  text-align: left;
}
.product_details_tabs .product-tabs-content-inner #customer-reviews .buttons-set button {
  font-size: 1.143em;
  float: left;
  letter-spacing: 0.5px;
  min-width: 220px;
  padding-bottom: 15px;
  padding-top: 15px;
  text-transform: uppercase;
}
.product_details_tabs .product-accordion-heading {
  display: none;
  cursor: pointer;
  width: 100%;
  padding: 8px 15px;
  text-transform: uppercase;
  font-size: 1em;
  margin-bottom: 0;
  position: relative;
  color: #7a7a7a;
  background: #fff;
  border-color: #e3e3e3;
  border-style: solid;
  border-width: 0 1px 1px 1px;
}
.product_details_tabs .product-accordion-heading a {
  color: inherit;
}
.product_details_tabs .product-accordion-heading:first-child {
  border-top-width: 1px;
}
.product_details_tabs .product-accordion-heading.active, .product_details_tabs .product-accordion-heading:hover {
  color: #2f2f2f;
  background: #fff;
}
.product_details_tabs .product-accordion-heading.active:before {
  content: "\f147";
}
.product_details_tabs .product-accordion-heading:before {
  font-family: "FontAwesome";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  content: "";
  left: auto;
  right: 15px;
  top: auto;
  text-align: right;
}
.product_details_tabs.active_mode_accordion .product-tabs, .product_details_tabs.mode_accordion .product-tabs {
  display: none;
}
.product_details_tabs.active_mode_accordion .product-accordion-heading, .product_details_tabs.mode_accordion .product-accordion-heading {
  display: block;
}
.product_details_tabs.active_mode_accordion .product-accordion-heading.active + .product-tabs-content, .product_details_tabs.mode_accordion .product-accordion-heading.active + .product-tabs-content {
  border-color: #e3e3e3;
  border-top-width: 0;
  border-bottom: 1px solid #e3e3e3;
}
.product_details_tabs #product_tabs_related_products_contents {
  display: block !important;
}

.block-related .owl-prev,
.box-up-sell .owl-prev {
  left: -15px;
}
.block-related .owl-next,
.box-up-sell .owl-next {
  right: -15px;
}

#super-product-table {
  clear: both;
}
#super-product-table td {
  vertical-align: middle;
}
#super-product-table .price-box {
  margin: 0;
}
#super-product-table .price-box .special-price, #super-product-table .price-box .regular-price {
  font-size: 1em;
}
#super-product-table .input-text.qty {
  height: 30px;
  line-height: 30px;
  padding: 0;
  width: 40px;
}

.arw-block-related .arw-title {
  text-align: center;
}
.arw-block-related .arw-title h2 {
  font-size: 1.714em;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
  position: relative;
  text-transform: uppercase;
}
.arw-block-related .arw-title h2 > span {
  display: inline-block;
  padding: 10px 0;
}

.arw-title strong {
  font-weight: inherit;
}

.review-product-list .add-to-box + .buttons-set {
  padding-bottom: 10px;
}

.ratings-table {
  margin-bottom: 5px;
}
.ratings-table th {
  font-size: 0.714em;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.box-reviews .buttons-set {
  padding-bottom: 15px;
}

#customer-reviews dl {
  margin-bottom: 0;
}
#customer-reviews dl dt {
  color: #7a7a7a;
}
#customer-reviews dl dt a {
  text-decoration: underline;
}
#customer-reviews dl dd {
  padding-top: 5px;
  padding-bottom: 30px;
}
#customer-reviews dl dd .ratings-table {
  margin-top: 10px;
}
#customer-reviews dl dd strong {
  color: #121210;
}
#customer-reviews #product-review-table {
  width: auto;
  text-align: center;
}
#customer-reviews #product-review-table th, #customer-reviews #product-review-table .label {
  font-size: 0.714em;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  #customer-reviews #product-review-table th, #customer-reviews #product-review-table .label {
    font-size: 12px;
  }
}
#customer-reviews #product-review-table td, #customer-reviews #product-review-table th {
  vertical-align: middle;
}
@media (max-width: 480px) {
  #customer-reviews #product-review-table td, #customer-reviews #product-review-table th {
    padding: 8px 3px;
  }
}
#customer-reviews #product-review-table .radio ~ label {
  font-size: 1em;
  height: 20px;
  overflow: hidden;
  text-indent: -999em;
  padding-left: 0;
  margin-bottom: 0;
}
#customer-reviews #product-review-table .radio ~ label:before {
  display: block;
  text-indent: 0;
  padding-right: 0px;
  width: 100%;
  text-align: center;
}

.review-product-list .product-view .product-image {
  margin-bottom: 0 !important;
}
.review-product-list .product-view .product-shop .add-to-box {
  overflow: hidden;
}

#review-form fieldset > h3 {
  margin-top: 0;
}

.arw-page-title .checkout-types {
  display: none;
}

.block-message-cart {
  margin-bottom: 60px;
}
.block-message-cart h4.service-title {
  margin-top: 0;
}
.block-message-cart .arw-services-box.active .service-title,
.block-message-cart .arw-services-box.active .service-icon {
  color: #2f2f2f;
}

.data-table.cart-table,
.data-table.cart-table td,
.data-table.cart-table tr,
.data-table.cart-table th {
  border: medium none;
}

.data-table.cart-table th {
  font-weight: normal;
  font-size: 1.143em;
  letter-spacing: 2px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.data-table.cart-table tr td {
  padding-bottom: 40px;
  padding-top: 40px;
}

.data-table.cart-table .td-image {
  width: 25%;
}

.data-table.cart-table .td-edit,
.data-table.cart-table .td-remove {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}

.data-table.cart-table tbody tr {
  border-bottom: 1px solid #e3e3e3;
}

.data-table.cart-table tfoot td {
  padding: 35px 0;
}
.data-table.cart-table tfoot td .btn-empty {
  float: left;
}
.data-table.cart-table tfoot td .btn-update {
  float: right;
  margin-right: 10px;
}
.data-table.cart-table tfoot td .btn-continue {
  float: left;
}
.data-table.cart-table tfoot td .button {
  font-size: 0.8571em;
  padding: 0 10px;
  position: relative;
  line-height: 34px;
  text-transform: uppercase;
}

.cart-table .item-options {
  margin-bottom: 0;
  font-size: 1em;
  line-height: 2em;
}
.cart-table .item-options dt,
.cart-table .item-options dd {
  font-weight: normal;
  font-style: normal;
  line-height: inherit;
}
.cart-table .item-options dd {
  margin-bottom: 0;
}
.cart-table .price {
  color: #2f2f2f;
  font-size: 1.2857em;
  font-weight: 300;
}
.cart-table .td-remove .fa {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.cart-table .input-text.qty {
  width: 50px;
}
.cart-table .arw-box-quantity {
  /* button {
    background: transparent;
    border: none;
    color: $heading_color;
    line-height: 50px;
    width: 25px;
    height: 50px;
    &:hover,
    &:active,
    &:focus {
      background-color: $primary;
      color: #FFF;
    }
  } */
}
.cart-table .arw-box-quantity .wrap {
  display: inline-block;
  float: none;
}
.cart-table .arw-box-quantity .wrap:before, .cart-table .arw-box-quantity .wrap:after {
  content: " ";
  display: table;
}
.cart-table .arw-box-quantity .wrap:after {
  clear: both;
}

.cart-empty {
  text-align: center;
}
.cart-empty .no-item-msg {
  font-family: "Montserrat", Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 1.643em;
  margin: 30px 0 15px;
  text-transform: uppercase;
}
.cart-empty .buttons-set {
  float: none;
  text-align: center;
}
.cart-empty .buttons-set .button {
  float: none;
  font-size: 1.143em;
  letter-spacing: 0.5px;
  line-height: 1.5;
  min-width: 250px;
  padding: 15px 20px;
  text-transform: uppercase;
}

@media all and (max-width: 767px) {
  .cart-empty .no-item-msg {
    font-size: 1em;
  }
}
.cart-collaterals .discount > h2,
.cart-collaterals .shipping > h2,
.cart-collaterals .cart-totals > h2 {
  color: #444444;
  display: block;
  font-size: 1.2857em;
  font-weight: bold;
  margin: 0 0 20px;
  line-height: normal;
  padding: 15px 0;
  position: relative;
  text-transform: uppercase;
}
.cart-collaterals .discount .buttons-set,
.cart-collaterals .shipping .buttons-set,
.cart-collaterals .cart-totals .buttons-set {
  border: none;
}
.cart-collaterals .discount .discount-form,
.cart-collaterals .discount .shipping-form,
.cart-collaterals .discount .totals,
.cart-collaterals .shipping .discount-form,
.cart-collaterals .shipping .shipping-form,
.cart-collaterals .shipping .totals,
.cart-collaterals .cart-totals .discount-form,
.cart-collaterals .cart-totals .shipping-form,
.cart-collaterals .cart-totals .totals {
  padding: 15px 0 0;
}
.cart-collaterals .discount li .radio + label,
.cart-collaterals .discount li .checkbox + label,
.cart-collaterals .shipping li .radio + label,
.cart-collaterals .shipping li .checkbox + label,
.cart-collaterals .cart-totals li .radio + label,
.cart-collaterals .cart-totals li .checkbox + label {
  font-size: 1em;
  font-style: inherit;
}
.cart-collaterals .discount .sp-methods dd,
.cart-collaterals .shipping .sp-methods dd,
.cart-collaterals .cart-totals .sp-methods dd {
  margin-bottom: 20px;
}
.cart-collaterals .discount .sp-methods dt,
.cart-collaterals .shipping .sp-methods dt,
.cart-collaterals .cart-totals .sp-methods dt {
  color: #121210;
  display: block;
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
}
.cart-collaterals .discount .sp-methods li,
.cart-collaterals .shipping .sp-methods li,
.cart-collaterals .cart-totals .sp-methods li {
  margin-bottom: 10px;
}
.cart-collaterals .discount .sp-methods .radio,
.cart-collaterals .discount .sp-methods .checkbox,
.cart-collaterals .shipping .sp-methods .radio,
.cart-collaterals .shipping .sp-methods .checkbox,
.cart-collaterals .cart-totals .sp-methods .radio,
.cart-collaterals .cart-totals .sp-methods .checkbox {
  margin-top: -3px;
}
.cart-collaterals .discount .form-list li,
.cart-collaterals .shipping .form-list li,
.cart-collaterals .cart-totals .form-list li {
  margin-bottom: 20px;
}
.cart-collaterals .discount .form-list li label,
.cart-collaterals .shipping .form-list li label,
.cart-collaterals .cart-totals .form-list li label {
  margin-bottom: 10px;
}
.cart-collaterals .discount .form-list .input-box .input-text,
.cart-collaterals .shipping .form-list .input-box .input-text,
.cart-collaterals .cart-totals .form-list .input-box .input-text {
  margin-top: 0;
}
.cart-collaterals .discount .button,
.cart-collaterals .shipping .button,
.cart-collaterals .cart-totals .button {
  float: left;
  line-height: 1.5;
  margin-left: 0;
  text-transform: uppercase;
}
.cart-collaterals .discount .buttons-set .button,
.cart-collaterals .shipping .buttons-set .button,
.cart-collaterals .cart-totals .buttons-set .button {
  border-width: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
}
.cart-collaterals #discount-coupon-form {
  margin-bottom: 30px;
}
.cart-collaterals #shipping-zip-form > p {
  letter-spacing: 0;
  margin-bottom: 15px;
  text-transform: none;
}
.cart-collaterals .sp-methods {
  margin: 20px 0 0;
}
.cart-collaterals .cart-totals #shopping-cart-totals-table {
  width: 100%;
  margin-bottom: 0;
}
.cart-collaterals .cart-totals #shopping-cart-totals-table tbody tr {
  border-bottom: 1px solid #e3e3e3;
}
.cart-collaterals .cart-totals #shopping-cart-totals-table td {
  font-size: 1em;
  padding: 15px 0;
}
.cart-collaterals .cart-totals #shopping-cart-totals-table tr td:first-child {
  text-align: left !important;
}
.cart-collaterals .cart-totals #shopping-cart-totals-table tr td:first-child strong {
  font-weight: normal;
}
.cart-collaterals .cart-totals #shopping-cart-totals-table tfoot strong .price {
  color: #2f2f2f;
  font-size: 18px;
  font-weight: 600;
}
.cart-collaterals .cart-totals .totals-inner {
  border-bottom: 2px solid #3e3e3e;
  margin-bottom: 60px;
}
.cart-collaterals .cart-totals .btn-proceed-checkout {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  padding-bottom: 15px;
  padding-top: 15px;
  font-weight: 600;
  font-size: 0.8571em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  min-width: 215px;
}
.cart-collaterals .cart-totals .checkout-types li {
  text-align: right;
}
.cart-collaterals .cart-totals .checkout-types li:before, .cart-collaterals .cart-totals .checkout-types li:after {
  content: " ";
  display: table;
}
.cart-collaterals .cart-totals .checkout-types li:after {
  clear: both;
}
.cart-collaterals .cart-totals .checkout-types li .button {
  float: none;
  line-height: inherit;
}
.cart-collaterals .cart-totals .checkout-types li a {
  color: #2f2f2f;
  display: block;
  font-weight: 600;
  margin-top: 30px;
  text-transform: uppercase;
}
.cart-collaterals .cart-totals .checkout-types li a:hover, .cart-collaterals .cart-totals .checkout-types li a:active {
  text-decoration: underline;
}

.discount-form {
  display: table;
  width: 100%;
}
.discount-form .input-box,
.discount-form .buttons-set {
  display: table-cell;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
.discount-form .buttons-set {
  padding-left: 15px;
  width: 1%;
}

.cart-collaterals #co-shipping-method-form .sp-methods label {
  margin-bottom: 4px;
  padding: 0;
}

.cart-collaterals #co-shipping-method-form .sp-methods dd {
  padding-top: 10px;
}

@media all and (min-width: 992px) {
  .cart-collaterals .discount .input-box .input-text,
  .cart-collaterals .discount .input-box select,
  .cart-collaterals .shipping .input-box .input-text,
  .cart-collaterals .shipping .input-box select,
  .cart-collaterals .cart-totals .input-box .input-text,
  .cart-collaterals .cart-totals .input-box select {
    height: 50px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .cart-collaterals .discount .input-box select,
  .cart-collaterals .shipping .input-box select,
  .cart-collaterals .cart-totals .input-box select {
    background-image: url("https://www.jumpinshop.com/skin/frontend/arw_forward/default/images/select-bg2.png");
    background-position: right center;
    padding-right: 40px;
  }
  .cart-collaterals .discount .buttons-set .button,
  .cart-collaterals .shipping .buttons-set .button,
  .cart-collaterals .cart-totals .buttons-set .button {
    padding: 15px 20px;
  }
  .cart-collaterals .discount .input-text {
    background-color: #fdfdfd;
    border-color: #fdfdfd;
    color: #c6c6c6;
    font-family: "Montserrat", Menlo, Monaco, Consolas, "Courier New", monospace;
    font-weight: 300;
  }
  .cart-collaterals .shipping .buttons-set .button {
    min-width: 180px;
  }
}
@media all and (min-width: 768px) {
  .checkout-cart-index {
    background: -moz-linear-gradient(0deg, #ffffff 50%, #f6f6f6 50%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, #f6f6f6));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, #ffffff 50%, #f6f6f6 50%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, #ffffff 50%, #f6f6f6 50%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, #ffffff 50%, #f6f6f6 50%);
    /* ie10+ */
    background: linear-gradient(90deg, #ffffff 50%, #f6f6f6 50%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 );
    /* ie6-9 */
  }
  .checkout-cart-index .main,
  .checkout-cart-index .breadcrumb-container {
    background-color: transparent;
  }
  .checkout-cart-index .header-container {
    border-bottom: 2px solid #f6f6f6;
  }
}
.cart-empty {
  min-height: 300px;
  text-align: left;
}
.cart-empty .buttons-set .button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  float: left;
  font-size: 1em;
  line-height: 1.5;
  min-width: 140px;
  padding: 15px 20px;
  text-transform: uppercase;
}

.opc {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .opc {
    margin-bottom: 90px;
  }
}
.opc .section {
  clear: both;
}
.opc .section .step-title {
  text-align: right;
  overflow: hidden;
  color: #121210;
  border-bottom: 1px solid #d2d2d2;
  font-size: 1.286em;
  padding: 15px 0;
  background: none;
  position: relative;
}
.opc .section .step-title .number {
  font-size: 1em;
  float: left;
  margin-right: 10px;
  text-align: left;
  width: 20px;
}
.opc .section .step-title .number:after {
  content: ".";
}
.opc .section .step-title h2 {
  float: left;
  font-family: inherit;
  line-height: inherit;
  font-size: 18px;
  letter-spacing: 2px;
  margin: 0;
  text-transform: uppercase;
}
.opc .section .step-title a {
  display: none;
  float: right;
  overflow: hidden;
  position: relative;
  text-indent: 999em;
  width: 20px;
  color: inherit;
}
.opc .section .step-title a:before {
  font-family: "FontAwesome";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  content: "";
  color: inherit;
}
.opc .section.allow .step-title a {
  display: block;
}
.opc .section.active.allow {
  border-bottom: 1px solid #2f2f2f;
}
.opc .section.active.allow .step-title {
  border-bottom-color: #2f2f2f;
}
.opc .section.active.allow .step-title a {
  display: none;
}
.opc .section .please-wait {
  float: right;
}
@media (min-width: 992px) {
  .opc #checkout-review-submit .btn-checkout {
    line-height: inherit;
    min-width: 280px;
  }
}
.opc .step {
  padding: 20px 0;
}
.opc .step h3, .opc .step h4 {
  margin-bottom: 15px;
  text-transform: uppercase;
}
.opc .step .input-box .input-text {
  padding-left: 15px;
  padding-right: 15px;
}
.opc .step .sp-methods dt {
  color: #121210;
  padding-bottom: 10px;
}
.opc .step .sp-methods dd {
  padding-bottom: 10px;
}
.opc .step .sp-methods dd li {
  padding: 0 0 10px;
}
.opc .step .data-table .product-name {
  font-size: 1em;
}
.opc .step .data-table .price {
  color: #2f2f2f;
}
.opc .step .data-table tfoot {
  text-transform: uppercase;
}
.opc .step .data-table tfoot tr.last strong {
  font-weight: normal;
}
.opc .step .data-table dl.item-options {
  margin-bottom: 0;
}

#checkoutSteps {
  margin-bottom: 30px;
}

@media all and (min-width: 768px) {
  #checkoutSteps {
    margin-bottom: 90px;
  }

  .opc .step .form-list label {
    margin-bottom: 13px;
  }
  .opc .step .form-list .control label {
    margin-bottom: 5px;
  }
  .opc .step .form-list .control .checkbox + label {
    margin-top: -1px;
  }
  .opc .step .input-box .input-text,
  .opc .step .input-box select {
    height: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .opc .step .input-box select {
    background-image: url("https://www.jumpinshop.com/skin/frontend/arw_forward/default/images/select-bg2.png");
    background-position: right center;
    font-style: italic;
    padding-right: 40px;
  }
}
ul#checkout-progress-state {
  text-align: center;
}
ul#checkout-progress-state li {
  display: inline-block;
  padding: 10px 30px;
  background: #FFFFFF;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #121210;
}
ul#checkout-progress-state li i {
  padding-right: 5px;
}
ul#checkout-progress-state li.active {
  background: #2f2f2f;
  color: #fff;
}
ul#checkout-progress-state li.active ~ li i {
  display: none;
}
@media (max-width: 991px) {
  ul#checkout-progress-state li:nth-child(3n+1) {
    clear: both;
    margin-left: 0 !important;
  }
}
@media (max-width: 480px) {
  ul#checkout-progress-state li {
    display: none;
  }
}

.multiple-checkout {
  clear: both;
}
.checkout-multishipping-success .multiple-checkout {
  text-align: center;
}
.multiple-checkout form, .multiple-checkout table, .multiple-checkout .col3-set {
  background: transparent;
}
.multiple-checkout .product-name {
  margin: 0;
  font-size: 1em;
  padding: 0;
  border-bottom: none;
}
.multiple-checkout .item-options {
  font-size: 0.714rem;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .multiple-checkout .item-options {
    display: none;
  }
}
.multiple-checkout .data-table {
  margin-bottom: 0;
}
.multiple-checkout .data-table td, .multiple-checkout .data-table th {
  vertical-align: middle !important;
}
.multiple-checkout .data-table td:first-child, .multiple-checkout .data-table th:first-child {
  padding-left: 15px;
  width: 40%;
  text-align: left;
}
.multiple-checkout .data-table td.last, .multiple-checkout .data-table th.last {
  width: 3%;
}
.multiple-checkout .col2-set {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.multiple-checkout .col2-set .legend {
  padding-left: 15px;
  padding-right: 15px;
}
.multiple-checkout .col3-set .actions {
  padding-top: 15px;
}
.multiple-checkout .box-title h4,
.multiple-checkout .box-title h2,
.multiple-checkout h3, .multiple-checkout h4 {
  font-size: 1em;
  text-transform: uppercase;
}
.multiple-checkout .box-title h4 .separator + a,
.multiple-checkout .box-title h2 .separator + a,
.multiple-checkout h3 .separator + a, .multiple-checkout h4 .separator + a {
  text-decoration: underline;
  text-transform: none;
}
.multiple-checkout #multishipping-billing-form #payment-tool-tip {
  background: #f5f5f5;
  left: 50%;
  max-width: 100%;
  padding: 15px;
  position: fixed;
  top: 50%;
  width: 400px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.multiple-checkout #checkout-review-submit {
  text-align: right;
}
.multiple-checkout #checkout-review-submit .grand-total .price {
  color: #2f2f2f;
}
.multiple-checkout #checkout-review-submit #review-button {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .multiple-checkout #checkout-review-submit #review-button {
    line-height: inherit;
    min-width: 280px;
  }
}
.multiple-checkout > p {
  background: #f5f5f5;
  margin: 0;
  padding: 10px 15px;
}
.multiple-checkout .input-text.qty {
  width: 50px;
}
.multiple-checkout .sp-methods dd {
  padding-bottom: 20px;
}
.checkout-multishipping-success .multiple-checkout .buttons-set button {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .checkout-multishipping-success .multiple-checkout .buttons-set button {
    line-height: inherit;
    min-width: 280px;
  }
}

ul#checkout-progress-state {
  float: left;
  width: 100%;
}
ul#checkout-progress-state:before, ul#checkout-progress-state:after {
  content: " ";
  display: table;
}
ul#checkout-progress-state:after {
  clear: both;
}

ul.messages {
  clear: both;
}

.cart-collaterals #co-shipping-method-form .sp-methods label {
  margin-bottom: 12px;
  padding: 0;
}

.cart-collaterals #co-shipping-method-form .sp-methods dd {
  padding-top: 10px;
}

.checkout-onepage-success .buttons-set button.button {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 280px;
}

.data-table strong .price {
  color: #2f2f2f;
}

.dashboard .welcome-msg {
  margin-bottom: 30px;
}
.dashboard .box-account {
  margin-bottom: 30px;
}
.dashboard .box-account .box-head {
  padding: 10px 0;
  position: relative;
  margin-bottom: 15px;
  color: #121210;
}
@media (max-width: 360px) {
  .dashboard .box-account .box-head h2 {
    display: block;
    width: 100%;
  }
}
.dashboard .box-account .box-head h2 {
  display: inline-block;
  font-size: 1.286em;
  margin-top: 20px;
  text-transform: uppercase;
}
.dashboard .box-account .box-head a {
  float: right;
  font-size: 0.857em;
  font-weight: normal;
  letter-spacing: 0;
  margin-top: 20px;
  text-transform: none;
  text-decoration: underline;
}
.dashboard .box-account li.item {
  padding: 10px 0;
}
.dashboard .box-account li.item:before, .dashboard .box-account li.item:after {
  content: " ";
  display: table;
}
.dashboard .box-account li.item:after {
  clear: both;
}
.dashboard .box-account li.item .number {
  float: left;
  padding-right: 5px;
}
.dashboard .box-account li.item .details {
  float: left;
}
@media (max-width: 360px) {
  .dashboard .box-account li.item .details {
    float: none;
  }
}
.dashboard .box-account li.item .details .ratings strong {
  font-size: 1rem;
  float: left;
  font-weight: normal;
  text-transform: uppercase;
}
.dashboard .box-account li.item .details .ratings .rating-box {
  float: left;
  margin: 0px 0 0 5px;
  font-size: 1em;
}
.dashboard .box-account li.item .details .tags strong {
  font-weight: normal;
}
.dashboard .box-account li.item .details .tags strong, .dashboard .box-account li.item .details .tags ul, .dashboard .box-account li.item .details .tags li {
  display: inline;
}
.dashboard .box-account li.item .details .product-name {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.dashboard .box-account > .col2-set {
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
.dashboard .box-account > .col2-set > .box .box-title h3 {
  color: #121210;
}
.dashboard .box-account > .col2-set > .box > .box-title {
  padding: 0 15px;
}
.dashboard .box h3, .dashboard .box h4 {
  display: inline;
}
@media (max-width: 360px) {
  .dashboard .box .box-title > h3,
  .dashboard .box .box-title > h4 {
    display: block;
    margin-bottom: 5px;
    padding-bottom: 3px;
    padding-top: 3px;
    width: 100%;
  }
  .dashboard .box .box-title a {
    float: none;
  }
}
.dashboard .box .box-title a {
  float: right;
  /*padding-right: 15px;*/
  font-size: 0.857em;
  text-decoration: underline;
}
.dashboard .box .box-content {
  float: left;
  margin-top: 20px;
  width: 100%;
}

.my-account .box-title h2 {
  font-size: 1.5em;
  text-transform: uppercase;
}
.my-account .table-caption {
  font-size: 1.5em;
  text-transform: uppercase;
}
.my-account .cart-cell .price {
  color: #2f2f2f;
}
.my-account .order-info-box {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.my-account .billing-agreements,
.my-account .recurring-profiles,
.my-account .addresses-list {
  margin-left: -15px;
  margin-right: -15px;
}
.my-account .billing-agreements h2,
.my-account .recurring-profiles h2,
.my-account .addresses-list h2 {
  margin-top: 10px;
}
.my-account .billing-agreements + .buttons-set,
.my-account .recurring-profiles + .buttons-set,
.my-account .addresses-list + .buttons-set {
  margin-top: 0;
  border-top: none;
}
.my-account .billing-agreements, .my-account .recurring-profiles {
  padding: 15px;
}
.my-account .data-table .product-name,
.my-account .product-name {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 0;
  line-height: inherit;
}
.my-account #my-reviews-table .product-name {
  line-height: normal;
}
.my-account #my-downloadable-products-table tr th,
.my-account #my-downloadable-products-table tr td,
.my-account #my-reviews-table tr th,
.my-account #my-reviews-table tr td,
.my-account #my-orders-table tr th,
.my-account #my-orders-table tr td {
  text-align: left;
}
.my-account #my-downloadable-products-table tbody,
.my-account #my-downloadable-products-table tfoot,
.my-account #my-reviews-table tbody,
.my-account #my-reviews-table tfoot,
.my-account #my-orders-table tbody,
.my-account #my-orders-table tfoot {
  font-size: 0.857em;
}
.my-account #my-downloadable-products-table tbody strong,
.my-account #my-downloadable-products-table tfoot strong,
.my-account #my-reviews-table tbody strong,
.my-account #my-reviews-table tfoot strong,
.my-account #my-orders-table tbody strong,
.my-account #my-orders-table tfoot strong {
  font-weight: normal;
}
.my-account #my-downloadable-products-table tfoot,
.my-account #my-reviews-table tfoot,
.my-account #my-orders-table tfoot {
  text-transform: uppercase;
}
.my-account #my-downloadable-products-table tr td:last-child > .nobr > a,
.my-account #my-downloadable-products-table tr td:last-child > a,
.my-account #my-reviews-table tr td:last-child > .nobr > a,
.my-account #my-reviews-table tr td:last-child > a,
.my-account #my-orders-table tr td:last-child > .nobr > a,
.my-account #my-orders-table tr td:last-child > a {
  text-decoration: underline;
}
.my-account .product-review .product-img-box {
  float: left;
  width: 40%;
}
.my-account .product-review .product-img-box .label {
  color: inherit;
  font-size: 1.286em;
  font-weight: normal;
  font-family: "Montserrat", Menlo, Monaco, Consolas, "Courier New", monospace;
  display: block;
  letter-spacing: 0;
  margin: 0;
  padding: 15px;
  text-transform: none;
  text-align: left;
}
.my-account .product-review .product-img-box .ratings {
  padding: 0 15px;
}
.my-account .product-review .product-img-box .rating-box {
  margin: 0 0 10px;
}
.my-account .product-review .product-details {
  float: left;
  width: 58%;
}
.my-account .product-review .product-details dt {
  color: #7a7a7a;
  padding: 0;
}
@media (max-width: 768px) {
  .my-account .product-review .product-img-box,
  .my-account .product-review .product-details {
    margin-bottom: 15px;
    width: 100%;
  }
  .my-account .product-review .product-img-box .product-image {
    text-align: center;
  }
  .my-account .product-review .product-img-box .label,
  .my-account .product-review .product-img-box .ratings {
    padding-left: 0;
    padding-right: 0;
  }
}
.my-account .product-review h2 {
  font-size: 14px;
}
.my-account .product-review h3 {
  font-size: 1em;
  text-transform: uppercase;
}
.my-account .product-review h2.product-name {
  font-size: 1.714em;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.my-account .product-review .ratings-table th {
  font-size: 0.714em;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.my-account .my-tag-edit {
  padding: 15px;
}
.my-account .my-tag-edit .btn-remove {
  background: none;
  color: inherit;
  margin-bottom: 3px;
  padding: 0;
}
.my-account .my-tag-edit .btn-remove:hover {
  color: #2f2f2f;
}
.my-account #my-tags-table .product-name {
  margin: 0;
  font-size: 1em;
}
.my-account #my-tags-table .btn-cart {
  white-space: pre;
}
.my-account #my-tags-table .add-to-links a {
  background: transparent;
  color: #fff;
  padding: 10px;
  white-space: pre;
}
.my-account #my-tags-table .add-to-links a:hover {
  background: #2f2f2f;
}
@media (max-width: 480px) {
  .my-account #my-tags-table td:first-child {
    display: none;
  }
}
.my-account #wishlist-table .product-name {
  margin: 0 0 5px;
  font-size: 1em;
}
.my-account #wishlist-table .price-box {
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .my-account #wishlist-table .btn-cart {
    padding: 5px 10px;
  }
}
@media (max-width: 480px) {
  .my-account #wishlist-table th:first-child, .my-account #wishlist-table td:first-child {
    display: none;
  }
}
.my-account #wishlist-table .link-edit {
  clear: both;
  display: inline-block;
  margin: 0 auto;
  text-decoration: underline;
}
.my-account #wishlist-table .add-to-cart-alt .input-text.qty {
  height: 38px;
  padding: 0 !important;
  width: 40px;
}
.my-account #wishlist-table .add-to-cart-alt .btn-cart {
  line-height: normal;
  font-size: 0.857em;
}
.my-account #wishlist-table .add-to-cart-alt + p > .link-edit {
  margin-top: 10px;
}
.my-account #wishlist-table .truncated > .details {
  display: none;
}
.my-account #wishlist-table .truncated .truncated_full_value .item-options {
  background: none;
  border: none;
  cursor: auto;
  display: block !important;
  padding: 10px 20px;
  position: static !important;
}
.my-account #wishlist-table .truncated .truncated_full_value .item-options > p {
  display: none;
}
.my-account #wishlist-table .truncated .truncated_full_value .item-options dl {
  margin-bottom: 0;
  text-transform: uppercase;
}
.my-account #wishlist-table .truncated .truncated_full_value .item-options dl:before, .my-account #wishlist-table .truncated .truncated_full_value .item-options dl:after {
  content: " ";
  display: table;
}
.my-account #wishlist-table .truncated .truncated_full_value .item-options dl:after {
  clear: both;
}
.my-account .toolbar label {
  color: inherit;
  display: inline;
  float: left;
  margin: 0;
  padding: 0 10px;
}
.my-account #my-orders-table th:first-child, .my-account #my-orders-table td:first-child {
  text-align: left;
}
.my-account #wishlist-table th:nth-child(2), .my-account #wishlist-table td:nth-child(2) {
  text-align: left;
}

.tag-customer-index .my-account ul.tags-list li {
  display: inline;
}
.tag-customer-index .my-account ul.tags-list li + li:before {
  content: ", ";
}

@media (max-width: 767px) {
  .dashboard .box-account .box-head a,
  .dashboard .box .box-title a {
    display: inline;
    float: none;
    margin: 0;
  }
}
.registered-users,
.new-users {
  padding-bottom: 50px;
}
.registered-users .content,
.new-users .content {
  max-width: 450px;
}
.registered-users .content h2,
.new-users .content h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.registered-users .content p,
.new-users .content p {
  font-size: 1em;
  line-height: 1.785em;
  margin-bottom: 20px;
}
.registered-users .content .form-list .fields .field,
.new-users .content .form-list .fields .field {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.registered-users .content .form-list .fields .fields, .registered-users .content .form-list .field, .registered-users .content .form-list .wide,
.new-users .content .form-list .fields .fields,
.new-users .content .form-list .field,
.new-users .content .form-list .wide {
  margin-bottom: 14px;
}
.registered-users .content .control .input-box,
.new-users .content .control .input-box {
  display: inline-block;
  margin-top: 1px;
  width: auto;
}
.registered-users .content .input-box,
.new-users .content .input-box {
  display: block;
  width: 100%;
}
.registered-users .content .input-box .input-text,
.new-users .content .input-box .input-text {
  font-size: 0.857em;
  font-weight: bold;
  letter-spacing: 0.5px;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.registered-users .buttons-set .button,
.new-users .buttons-set .button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  border-width: 2px;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.4285em;
  padding: 15px 20px;
  text-transform: uppercase;
}
.registered-users .name-firstname .input-text,
.registered-users .name-middlename .input-text,
.registered-users .name-lastname .input-text,
.new-users .name-firstname .input-text,
.new-users .name-middlename .input-text,
.new-users .name-lastname .input-text {
  text-transform: uppercase;
}
.registered-users .name-lastname,
.new-users .name-lastname {
  margin-bottom: 0 !important;
}

@media all and (min-width: 768px) {
  .new-users,
  .registered-users {
    padding-bottom: 150px;
  }

  .new-users .input-text {
    border-color: #FFF;
  }
  .new-users .content {
    float: right;
  }
}
.skrollr-desktop body {
  height: 100% !important;
}

.arw-parallax-slider .parallax-image-wrapper {
  left: 0;
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: -100%;
}
.arw-parallax-slider .parallax-image-wrapper .parallax-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.arw-parallax-slider .parallax-image-wrapper .parallax-image.skrollable-between {
  display: block;
}
.arw-parallax-slider .parallax-body {
  height: 100%;
  overflow: visible;
  position: relative;
}
.arw-parallax-slider .parallax-body .parallax-content-slider {
  background: none !important;
  height: 100%;
  height: 100vh;
  position: relative;
}
.arw-parallax-slider .parallax-body .parallax-content-slider .content-slider {
  text-align: center;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 100%;
}
.arw-parallax-slider .parallax-body .parallax-content-slider .content-slider .slider-title,
.arw-parallax-slider .parallax-body .parallax-content-slider .content-slider .slider-sub-title {
  line-height: 100%;
}
.arw-parallax-slider .parallax-body .parallax-content-slider .content-slider .slider-button a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.167em;
  padding: 0 30px;
  line-height: 60px;
  border: 1px solid;
  display: inline-block;
}
.arw-parallax-slider .parallax-body .parallax-content-slider .content-slider .slider-button a:hover {
  border-color: #2f2f2f;
  background: #2f2f2f;
}
.arw-parallax-slider .parallax-body .parallax-content-slider .content-slider.style-1 .slider-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 3.333em;
  letter-spacing: 20px;
}
.arw-parallax-slider .parallax-body .parallax-content-slider .content-slider.style-1 .slider-button {
  margin-top: 100px;
  margin-bottom: -100px;
}
.arw-parallax-slider .parallax-body .parallax-content-slider .content-slider.style-2 .slider-sub-title {
  color: #dad1c8;
  text-transform: uppercase;
  font-size: 3.333em;
  letter-spacing: 20px;
}
.arw-parallax-slider .parallax-body .parallax-content-slider .content-slider.style-2 .slider-title {
  font-size: 12.500em;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.arw-parallax-slider .parallax-body .parallax-content-slider .content-slider.style-3 .slider-title {
  color: #dad1c8;
  text-transform: uppercase;
  font-size: 3.333em;
  letter-spacing: 20px;
}
.arw-parallax-slider .parallax-body .parallax-content-slider .content-slider.style-3 .slider-sub-title {
  color: #dad1c8;
  text-transform: uppercase;
  margin: 2em 0 0em;
  letter-spacing: 6px;
}
.arw-parallax-slider .parallax-body .parallax-content-slider .content-slider.style-3 .slider-button {
  margin-top: 5em;
}

.parallax-dots {
  padding: 5px 5px 0;
  position: fixed;
  right: 20px;
  top: 50%;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.parallax-dots a {
  background: #cdcdcd;
  cursor: pointer;
  display: block;
  height: 14px;
  list-style: outside none none;
  margin-bottom: 14px;
  width: 14px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.parallax-dots a span {
  visibility: hidden;
  background: none !important;
  opacity: 0;
  right: 14px;
  font-size: 2em;
  font-family: "Montserrat", Menlo, Monaco, Consolas, "Courier New", monospace;
  position: absolute;
  line-height: 14px;
  top: -6px;
  color: #fff;
}
.parallax-dots a:hover, .parallax-dots a.active {
  border: 2px solid #fff;
  background: transparent;
}
.parallax-dots a:hover span, .parallax-dots a.active span {
  visibility: visible;
  opacity: 1;
  right: 35px;
}

.col-main {
  min-height: 0;
}

.map-holder iframe {
  vertical-align: top;
}

.cms-page-view .col-main .std .col3-set, .cms-page-view .col-main .std .col2set,
.cms-no-route .col-main .std .col3-set,
.cms-no-route .col-main .std .col2set {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}

.page-sitemap .links {
  display: block;
  text-align: right;
  margin: 0 20px 0 0;
}
.page-sitemap .links a {
  position: relative;
}
.page-sitemap .sitemap:before, .page-sitemap .sitemap:after {
  content: " ";
  display: table;
}
.page-sitemap .sitemap:after {
  clear: both;
}
.page-sitemap .sitemap li {
  margin: 3px 0;
}

.gmnoprint {
  display: none;
}

.gm-style > div:nth-child(2) {
  display: none;
}

/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}

.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
}

.map-popup {
  background: #FFFFFF;
  border: 5px solid #cccccc;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100;
}

@media only screen and (min-width: 771px) {
  .map-popup.map-popup-right {
    left: 10px !important;
  }

  .map-popup.map-popup-left {
    left: auto !important;
    right: 10px !important;
  }
}
@media only screen and (max-width: 770px) {
  .map-popup {
    width: 100%;
    left: 0px !important;
  }
}
.map-popup .map-popup-heading {
  padding: 8px 10px;
  margin-right: 40px;
  width: auto;
}

.map-popup .map-popup-heading h3 {
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 479px) {
  .map-popup .map-popup-heading h3 {
    text-align: center;
  }
}
.map-popup .map-popup-close {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 36px;
  width: 36px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

.map-popup .map-popup-content {
  border-top: 1px solid #ededed;
  padding: 10px;
  margin: 0 10px;
  overflow: hidden;
  text-align: left;
}

@media only screen and (max-width: 479px) {
  .map-popup .map-popup-content {
    text-align: center;
  }
}
.map-popup .map-popup-checkout {
  padding: 10px 0;
}

.map-popup .map-popup-checkout form:after {
  content: '';
  display: table;
  clear: both;
}

.map-popup .map-popup-checkout span {
  display: block;
}

.map-popup .map-popup-checkout .button {
  float: left;
  margin: 0 2px;
  clear: left;
}

.map-popup .map-popup-checkout .additional-addtocart-box {
  float: left;
  min-width: 210px;
}

.map-popup .map-popup-checkout .additional-addtocart-box li {
  list-style-type: none;
}

.map-popup .map-popup-checkout .paypal-logo {
  width: auto;
}

.map-popup .map-popup-checkout .paypal-logo a {
  display: inline-block;
  float: left;
  clear: left;
}

.map-popup .map-popup-checkout .paypal-logo .paypal-or {
  float: left;
  text-align: center;
  padding: 5px 15px;
  clear: left;
}

.map-popup .map-popup-checkout .paypal-logo:after {
  content: '';
  display: table;
  clear: both;
}

.map-popup .map-popup-checkout .paypal-logo .bml_button a {
  clear: left;
}

@media only screen and (max-width: 479px) {
  .map-popup .map-popup-checkout {
    text-align: center;
  }

  .map-popup .map-popup-checkout .button,
  .map-popup .map-popup-checkout .additional-addtocart-box,
  .map-popup .map-popup-checkout .paypal-logo a,
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: none;
  }

  .map-popup .map-popup-checkout .additional-addtocart-box {
    min-width: 0px;
  }

  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    margin: 0px;
    margin-bottom: 10px;
  }
}
.map-popup .map-popup-checkout:after {
  content: '';
  display: table;
  clear: both;
}

.map-popup .map-popup-price {
  padding: 10px 0;
}

@media only screen and (max-width: 479px) {
  .map-popup .map-popup-price {
    text-align: center;
    padding-top: 0px;
  }
}
.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.map-popup .map-popup-price .price-box .minimal-price-link {
  display: inline-block;
}

.map-popup .map-popup-text {
  padding: 10px 0;
  margin: 0 10px;
  word-wrap: break-word;
}

.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
  border-top: 1px solid #ededed;
}

.catblocks {
  margin-left: -15px;
  margin-right: -15px;
}

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

.catblocks:after {
  clear: both;
}

.catblocks li {
  float: left;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  width: 25%;
}

.catblocks li a img {
  width: 100%;
}

.catblocks li a span {
  font-size: 1.385em;
  padding-top: 10px;
  display: block;
}

@media (max-width: 767px) {
  .catblocks li {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .catblocks li {
    width: 100%;
  }
}
.toolbar + .products-grid, .toolbar + .products-list {
  margin-bottom: 15px;
}

.owl-carousel .post-item {
  margin-bottom: 0;
}

.post-item {
  margin-bottom: 20px;
}
.post-item .post-item-inner {
  position: relative;
}
.post-item .post-thumbnail {
  position: relative;
}
.post-item .post-thumbnail > a {
  display: block;
  overflow: hidden;
}
.post-item .post-thumbnail img {
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: auto;
}
.post-item .post-thumbnail:hover img, .post-item .post-thumbnail:active img, .post-item .post-thumbnail:focus img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.post-item .post-thumbnail .post-date {
  background-color: #0c0c0c;
  color: white;
  font-size: 18px;
  position: absolute;
  left: 0;
  line-height: 1;
  padding: 13px 0 6px;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 54px;
  z-index: 5;
}
.post-item .post-thumbnail .post-date span {
  display: block;
}
.post-item .post-thumbnail .post-date span:first-child {
  font-size: 30px;
  line-height: 0.9;
}
.post-item .post-thumbnail .post-date:before {
  border-left: 3px solid #0c0c0c;
  border-bottom: 3px solid #0c0c0c;
  content: "";
  height: 73px;
  position: absolute;
  left: -10px;
  top: -9px;
  width: 10px;
}
.post-item .post-thumbnail .post-date:after {
  border-top: 3px solid #0c0c0c;
  border-right: 3px solid #0c0c0c;
  content: "";
  height: 9px;
  position: absolute;
  left: -10px;
  top: -9px;
  width: 64px;
}
.post-item .post-category {
  color: #2f2f2f;
  font-family: "Montserrat", Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 1.286em;
  font-style: italic;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 5px;
}
.post-item .post-category a {
  color: inherit;
}
.post-item .post-category a:hover, .post-item .post-category a:active, .post-item .post-category a:focus {
  text-decoration: underline;
}
.post-item .post-item-content {
  padding: 20px 0;
}
.post-item .post-title {
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.5;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.post-item .post-title a {
  color: inherit;
}
.post-item .post-title a:hover, .post-item .post-title a:active, .post-item .post-title a:focus {
  color: #2f2f2f;
}
.post-item .post-excerpt {
  font-size: 1em;
  line-height: 1.7857em;
  margin: 5px 0;
}
.post-item .post-excerpt:before, .post-item .post-excerpt:after {
  content: " ";
  display: table;
}
.post-item .post-excerpt:after {
  clear: both;
}
.post-item .read-more {
  border-bottom: 1px solid;
  color: #151515;
  display: inline-block;
  font-size: 0.9285em;
  font-weight: bold;
  margin-top: 25px;
  text-transform: uppercase;
}
.post-item .read-more:hover {
  color: #2f2f2f;
}

.postBookmarks {
  text-align: center;
}
.postBookmarks h4 {
  display: none;
}
.postBookmarks .bm {
  color: #707070;
  display: inline-block;
  font-size: 1.5em;
  min-width: 40px;
  padding: 3px 11px;
  text-align: center;
}
.postBookmarks .bm:hover, .postBookmarks .bm:active, .postBookmarks .bm:focus {
  color: #272727;
}

.post-meta {
  padding: 0.5em 0;
  text-align: right;
}
.post-meta:before, .post-meta:after {
  content: " ";
  display: table;
}
.post-meta:after {
  clear: both;
}
.post-meta .post-by,
.post-meta .post-date {
  display: inline-block;
  float: left;
  margin-right: 25px;
  text-align: left;
}
.post-meta .post-by,
.post-meta .post-date,
.post-meta .post-tags {
  font-size: 0.857em;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.post-meta .post-by span {
  color: #2f2f2f;
}
.post-meta .post-tags {
  display: inline-block;
}
.post-meta .post-tags h4,
.post-meta .post-tags ul.tags {
  display: inline-block;
}
.post-meta .post-tags h4 {
  margin-bottom: 0;
}
.post-meta .post-tags h4:before {
  content: "\f02c";
  font-family: fontawesome;
}
.post-meta .post-tags h4 span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.post-meta .post-tags .tags li {
  display: inline-block;
  margin-right: 5px;
}
.post-meta .post-tags .tags li:after {
  content: ", ";
}
.post-meta .post-tags .tags li:last-child {
  margin-right: 0;
}
.post-meta .post-tags .tags li:last-child:after {
  content: "";
}

@media all and (max-width: 767px) {
  .post-meta {
    text-align: left;
  }
}
.blog-list .post-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.blog-list .post-item .post-item-content {
  padding: 0;
}
.blog-list .post-item .post-thumbnail {
  margin-bottom: 22px;
}
.blog-list .post-excerpt .aw-blog-read-more {
  display: none;
}

.blog-detail .post-item {
  border-bottom: 1px solid #a6a6a6;
}
.blog-detail .post-item .post-item-content {
  padding-top: 60px;
}
@media all and (max-width: 767px) {
  .blog-detail .post-item .post-item-content {
    padding-top: 30px;
  }
}
.blog-detail .post-item .post-title {
  margin-bottom: 30px;
}
.blog-detail .post-meta {
  margin-bottom: 10px;
}
.blog-detail .post-excerpt p {
  margin-bottom: 25px;
}
.blog-detail .postBookmarks {
  margin-bottom: 30px;
  margin-top: 30px;
}

.block-tags ul.tags {
  display: inline;
}
.block-tags ul.tags li {
  display: inline;
}
.block-tags ul.tags li a {
  border: 1px solid #d2d2d2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  color: #7a7a7a;
  display: inline-block;
  font-size: 0.857em;
  line-height: normal;
  letter-spacing: 0.5px;
  margin: 5px;
  padding: 5px 10px;
  text-transform: none;
}
.block-tags ul.tags li a:hover, .block-tags ul.tags li a:active, .block-tags ul.tags li a:focus {
  background-color: #2f2f2f;
  border-color: #2f2f2f;
  color: #FFF;
}

.block-recent-post ul li {
  padding: 15px 0;
}
.block-recent-post ul li:before, .block-recent-post ul li:after {
  content: " ";
  display: table;
}
.block-recent-post ul li:after {
  clear: both;
}
.block-recent-post ul li .blog-image {
  padding-bottom: 5px;
  padding-top: 5px;
  float: left;
  max-width: 100px;
  margin-right: 30px;
}
.block-recent-post ul li .blog-info {
  line-height: normal;
}
.block-recent-post ul li .blog-info .post-title {
  font-family: "Montserrat", Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 1.143em;
  font-style: italic;
  font-weight: normal;
  line-height: 1.875;
  margin-bottom: 0;
}
.block-recent-post ul li .blog-info .post-title a {
  color: inherit;
  display: block;
}
.block-recent-post ul li .blog-info .post-title a:hover, .block-recent-post ul li .blog-info .post-title a:active, .block-recent-post ul li .blog-info .post-title a:focus {
  color: #2f2f2f;
}
.block-recent-post ul li .blog-info .post-meta {
  float: left;
  text-align: left;
}
.block-recent-post ul li .blog-info .post-meta .post-by {
  margin-right: 0;
}
.block-recent-post ul li .blog-info .post-meta .post-by:after {
  content: ",";
  margin-right: 5px;
}
.block-recent-post ul li .blog-info .post-meta .post-date {
  margin-right: 0;
}
.block-recent-post ul li:last-child {
  padding-bottom: 0;
}

.sidebar .block.block-tags.block-blog .tags-list li > a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 0.857em !important;
  letter-spacing: 0.5px;
  text-transform: none;
}

.comment-title {
  border: none;
  color: #272727;
  font-size: 1.4285em;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 60px;
  line-height: 1.4285;
  padding-bottom: 10px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  .comment-title {
    margin-top: 30px;
  }
}

.comment-section {
  border-bottom: 1px solid #a6a6a6;
  padding-bottom: 30px;
}

@media all and (max-width: 767px) {
  .comment-section {
    margin-bottom: 30px;
  }
}
.commentWrapper {
  padding: 20px 0;
}
.commentWrapper h4.username {
  font-size: 1.1428em;
  font-weight: normal;
  color: #272727;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.commentWrapper .commentCreate {
  display: block;
  color: #929292;
}
.commentWrapper .commentContent {
  font-size: 1.0714em;
  letter-spacing: 0;
  line-height: 25px;
  margin-bottom: 15px;
  margin-top: 20px;
}

#postComment {
  padding-top: 30px;
}
#postComment .legend {
  border: none;
  color: #313131;
  font-size: 1.4285em;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4285;
  padding-bottom: 10px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}
#postComment .fieldset p.required {
  font-family: "Montserrat", Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 1em;
  float: none;
  letter-spacing: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}
#postComment .form-button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 1.0714em;
  font-weight: bold;
  line-height: inherit;
  min-width: 180px;
  padding-bottom: 14px;
  padding-top: 14px;
  text-transform: uppercase;
}
#postComment label {
  display: block;
  margin-bottom: 15px;
  text-transform: none;
}
#postComment .input-text {
  margin-bottom: 20px;
}
#postComment .buttons-set {
  margin-top: 0;
  padding-top: 0;
}

.block-blog.block-layered-nav .block-title {
  margin-bottom: 5px;
}
.block-blog.block-layered-nav .block-content {
  padding-bottom: 0;
  padding-top: 0;
}
.block-blog.block-layered-nav li {
  border-bottom: 1px solid #f3f3f3;
  padding: 0;
}
.block-blog.block-layered-nav li:last-child {
  border-bottom: none;
}
.block-blog.block-layered-nav li > a {
  background-color: transparent;
  color: #a0a0a0;
  display: block;
  font-size: 1em;
  letter-spacing: 0.5px;
  line-height: 2em;
  padding: 1.25em 10px;
  text-transform: uppercase;
}
.block-blog.block-layered-nav li > a:hover, .block-blog.block-layered-nav li > a:active, .block-blog.block-layered-nav li > a:focus {
  background-color: #f5f5f5;
  color: #a0a0a0;
}

.widget-blog .post-item {
  margin-bottom: 35px;
}
.widget-blog .post-item .col-xs-6 .post-item-content {
  padding-left: 15px;
  padding-right: 15px;
}
.widget-blog.style_2 .post-item .post-title {
  width: 0;
}
.widget-blog.style_2 .post-item .read-more {
  float: right;
}

@media all and (min-width: 992px) {
  .blog-cat-view .col-main,
  .blog-post-view .col-main,
  .blog-index-list .col-main {
    padding-top: 2em;
  }
  .blog-cat-view .col-main .messages,
  .blog-post-view .col-main .messages,
  .blog-index-list .col-main .messages {
    margin-top: 0;
  }
  .blog-cat-view .col-main.col-md-9, .blog-cat-view .col-main.col-lg-9,
  .blog-post-view .col-main.col-md-9,
  .blog-post-view .col-main.col-lg-9,
  .blog-index-list .col-main.col-md-9,
  .blog-index-list .col-main.col-lg-9 {
    width: 66.6667%;
  }
  .blog-cat-view .col-main.col-md-9 + .col-md-3, .blog-cat-view .col-main.col-md-9 + .col-lg-3, .blog-cat-view .col-main.col-lg-9 + .col-md-3, .blog-cat-view .col-main.col-lg-9 + .col-lg-3,
  .blog-post-view .col-main.col-md-9 + .col-md-3,
  .blog-post-view .col-main.col-md-9 + .col-lg-3,
  .blog-post-view .col-main.col-lg-9 + .col-md-3,
  .blog-post-view .col-main.col-lg-9 + .col-lg-3,
  .blog-index-list .col-main.col-md-9 + .col-md-3,
  .blog-index-list .col-main.col-md-9 + .col-lg-3,
  .blog-index-list .col-main.col-lg-9 + .col-md-3,
  .blog-index-list .col-main.col-lg-9 + .col-lg-3 {
    width: 33.3333%;
  }

  #postComment .input-text {
    height: 50px;
    margin-bottom: 25px;
  }
}

@charset "UTF-8";
/*  Colors variables global*/
/* Dropdown */
/*  Font family */
/*  HEADER  */
/*  primary */
/*  Breadcumbs  */
/*  Catalog Grid View    */
/*  Catalog Details View    */
/*  Toolbar */
/*  Table   */
/*	Footer */
/* %btn {
	border-width: 1px;
	border-style: solid;
	border-color:$button_border_color;
	background-color:$button_bg;
	color: $button_color;
	display: inline-block;
	font-weight: normal;
	padding: 10px 20px;
	vertical-align: middle;
	text-transform: uppercase;
	&.active,
	&:active,
	&:hover,
	&:focus,
	&.focus {
		color: $button_hover_color;
		background-color: $button_hover_bg;
		border-color:$button_hover_border_color;
	}
} */
.catalog-owl-next,
.catalog-owl-prev,
.owl-next,
.owl-prev, .products-list-mini .products-list .btn-cart, .slick-slider .slick-prev, .slick-slider .slick-next, .content-404 .action {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: 1px solid;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  margin: 0;
  padding: 7px 15px;
  -webkit-transition: background .2s ease-in-out 0s , color .2s ease-in-out 0s,border-color .2s ease-in-out 0s;
  -moz-transition: background .2s ease-in-out 0s , color .2s ease-in-out 0s,border-color .2s ease-in-out 0s;
  -ms-transition: background .2s ease-in-out 0s , color .2s ease-in-out 0s,border-color .2s ease-in-out 0s;
  transition: background .2s ease-in-out 0s , color .2s ease-in-out 0s,border-color .2s ease-in-out 0s;
  vertical-align: middle; }

.catalog-owl-next,
.catalog-owl-prev,
.owl-next,
.owl-prev, .products-list-mini .products-list .btn-cart {
  background: transparent;
  border-color: #505050;
  color: #505050; }
  .active.catalog-owl-next,
  .active.catalog-owl-prev,
  .active.owl-next,
  .active.owl-prev, .products-list-mini .products-list .active.btn-cart, .catalog-owl-next:active,
  .catalog-owl-prev:active,
  .owl-next:active,
  .owl-prev:active, .products-list-mini .products-list .btn-cart:active, .catalog-owl-next:hover,
  .catalog-owl-prev:hover,
  .owl-next:hover,
  .owl-prev:hover, .products-list-mini .products-list .btn-cart:hover, .catalog-owl-next:focus,
  .catalog-owl-prev:focus,
  .owl-next:focus,
  .owl-prev:focus, .products-list-mini .products-list .btn-cart:focus, .focus.catalog-owl-next,
  .focus.catalog-owl-prev,
  .focus.owl-next,
  .focus.owl-prev, .products-list-mini .products-list .focus.btn-cart {
    color: #fff;
    background-color: #2f2f2f;
    border-color: #2f2f2f; }

.slick-slider .slick-prev, .slick-slider .slick-next {
  background-color: transparent;
  border-color: #707070;
  color: #2f2f2f; }
  .slick-slider .active.slick-prev, .slick-slider .active.slick-next, .slick-slider .slick-prev:active, .slick-slider .slick-next:active, .slick-slider .slick-prev:hover, .slick-slider .slick-next:hover, .slick-slider .slick-prev:focus, .slick-slider .slick-next:focus, .slick-slider .focus.slick-prev, .slick-slider .focus.slick-next {
    border-color: #2f2f2f;
    background-color: #2f2f2f;
    color: #fff; }

.content-404 .action {
  color: #fff;
  background: #2f2f2f;
  border-color: #2f2f2f; }
  .content-404 .active.action, .content-404 .action:active, .content-404 .action:hover, .content-404 .action:focus, .content-404 .focus.action {
    color: #fff;
    background-color: #e43b54;
    border-color: #e43b54; }

.video-wrap .video-controls {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.position-center-center, .flickr-image:before {
  left: 50%;
  position: absolute !important;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.position-right-center, .position-left-center {
  position: absolute !important;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

@-webkit-keyframes fadeOutfadeIn {
  0% {
    opacity: 0; }
  50% {
    opacity: .5; }
  100% {
    opacity: 1; } }
@keyframes fadeOutfadeIn {
  0% {
    opacity: 0; }
  50% {
    opacity: .5; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeOutfadeIn1 {
  0% {
    opacity: 0; }
  25% {
    opacity: .5; }
  100% {
    opacity: 1; } }
@keyframes fadeOutfadeIn1 {
  0% {
    opacity: 0; }
  25% {
    opacity: .5; }
  100% {
    opacity: 1; } }
/* Arw Truncated */
.arw-truncated {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.arw-visibility-hidden {
  height: 0;
  visibility: hidden; }

.arw-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.arw-visually-hidden-reset {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* ============================================ *
 * Shared Classes
 * ============================================ */
.parallax-mirror {
  z-index: inherit !important; }

.fa-pinterest-p {
  transform: translateY(1px); }

.position-relative {
  position: relative; }

.highlight-font {
  font-family: "Montserrat", Menlo, Monaco, Consolas, "Courier New", monospace; }

.product-image.arw-product-image {
  background-color: white !important; }
.main-container .main {
  background-color: transparent !important;
}
.fluid-content-width,
.fluid-width {
  overflow: hidden; }

.display-block {
  display: block !important; }

.display-inline-block {
  display: inline-block !important; }

.nobr {
  white-space: nowrap !important; }

.wrap {
  white-space: normal !important; }

.a-left {
  text-align: left !important; }

.a-center {
  text-align: center !important; }

.a-right {
  text-align: right !important; }

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

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

.f-left,
.left {
  float: left !important; }

.f-right,
.right {
  float: right !important; }

.f-none {
  float: none !important; }

.f-fix {
  float: left;
  width: 100%; }

.no-display {
  display: none; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-bg {
  background: none !important; }

.bold {
  font-weight: bold !important; }

.last {
  margin-bottom: 0; }

.text-italic {
  font-style: italic; }

.hidden-block-title .block .form-subscribe-header,
.hidden-block-title .block .block-title {
  display: none !important; }
.hidden-block-title .widget .widget-title {
  display: none; }
.hidden-block-title .advancedproductlist .title {
  display: none; }

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

.arw-caret-down {
  position: relative; }
  .arw-caret-down:after {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 0; }

.arw-caret-up {
  position: relative; }
  .arw-caret-up:after {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: 0; }

.arw-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("https://www.jumpinshop.com/skin/frontend/arw_forward/default/images/fancybox_overlay.png"); }
  .arw-bg-overlay.overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0; }
  .arw-bg-overlay.fancybox-lock {
    overflow: auto;
    overflow-y: scroll; }

.arw-bg-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  cursor: pointer;
  z-index: 8060; }
  .arw-bg-loading div {
    width: 80px;
    height: 80px;
    background: url("https://www.jumpinshop.com/skin/frontend/arw_forward/default/images/ajax-loader.gif") center center no-repeat; }

#btn_control_totop {
  bottom: 10px;
  position: fixed;
  z-index: 3;
  right: 10px; }

.search-autocomplete {
  background: #fff;
  z-index: 99999;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2); }
  .search-autocomplete ul {
    padding: 5px 0; }
    .search-autocomplete ul li {
      padding: 2px 15px;
      cursor: pointer;
      -webkit-transition: .2s;
      -moz-transition: .2s;
      -ms-transition: .2s;
      transition: .2s; }
      .search-autocomplete ul li .amount {
        color: #000;
        font-size: 14px;
        padding-right: 5px; }
      .search-autocomplete ul li:hover {
        background: #2f2f2f;
        color: #fff; }

.catalog-owl-next,
.catalog-owl-prev,
.owl-next,
.owl-prev {
  cursor: pointer;
  padding: 0 20px;
  width: 40px;
  height: 40px;
  line-height: 39px;
  text-indent: -999em;
  position: relative;
  font-weight: normal;
  text-align: center;
  z-index: 9;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  .catalog-owl-next:before,
  .catalog-owl-prev:before,
  .owl-next:before,
  .owl-prev:before {
    font-size: 18px;
    font-family: "Linearicons-Free";
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    content: "";
    top: -1px;
    width: auto;
    left: auto;
    right: 15px; }
  .catalog-owl-next.disabled,
  .catalog-owl-prev.disabled,
  .owl-next.disabled,
  .owl-prev.disabled {
    cursor: not-allowed !important; }

.slick-slider .slick-prev, .slick-slider .slick-next {
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 39px;
  font-weight: normal;
  text-align: center;
  z-index: 9;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  .slick-slider .slick-prev:before, .slick-slider .slick-next:before {
    display: none !important;
    /* erase default slick css */ }
  .slick-slider .slick-prev > span, .slick-slider .slick-next > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
.slick-slider .slick-prev:after {
  font-family: "FontAwesome";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }
.slick-slider .slick-next:after {
  font-family: "FontAwesome";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }

.catalog-owl-next,
.owl-next {
  float: right; }

.catalog-owl-prev,
.owl-prev {
  float: left; }
  .catalog-owl-prev:before,
  .owl-prev:before {
    content: "\e879";
    right: auto;
    left: 15px; }

.slick-slider .slick-dots {
  position: static;
  margin-top: 20px;
  margin-bottom: 10px; }
  .slick-slider .slick-dots li {
    height: auto;
    margin: 0;
    width: auto; }
    .slick-slider .slick-dots li button {
      background: #e4e4e4;
      border: none !important;
      width: 8px;
      height: 8px;
      display: inline-block;
      padding: 0;
      margin: 0 5px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
      .slick-slider .slick-dots li button:before {
        display: none; }
      .slick-slider .slick-dots li button:hover, .slick-slider .slick-dots li button:active, .slick-slider .slick-dots li button:focus {
        background: #2f2f2f; }
    .slick-slider .slick-dots li.slick-active button {
      background: #2f2f2f;
      -webkit-transform: scale(1.75);
      -moz-transform: scale(1.75);
      -ms-transform: scale(1.75);
      transform: scale(1.75); }

.owl-carousel .owl-dots {
  text-align: center;
  margin: 0.5em 0;
  white-space: nowrap; }
  .owl-carousel .owl-dots .owl-dot {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #e4e4e4;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 5px; }
    .owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:active, .owl-carousel .owl-dots .owl-dot:focus, .owl-carousel .owl-dots .owl-dot.active {
      background: #2f2f2f; }
    .owl-carousel .owl-dots .owl-dot.active {
      -webkit-transform: scale(1.75);
      -moz-transform: scale(1.75);
      -ms-transform: scale(1.75);
      transform: scale(1.75); }

.arw-control-style-1 .owl-nav,
.arw-control-banner .owl-nav {
  position: static; }
  .arw-control-style-1 .owl-nav .owl-prev,
  .arw-control-style-1 .owl-nav .owl-next,
  .arw-control-banner .owl-nav .owl-prev,
  .arw-control-banner .owl-nav .owl-next {
    position: absolute;
    top: inherit; }
  .arw-control-style-1 .owl-nav .owl-prev,
  .arw-control-banner .owl-nav .owl-prev {
    left: 0; }
  .arw-control-style-1 .owl-nav .owl-next,
  .arw-control-banner .owl-nav .owl-next {
    right: 0; }
  @media (min-width: 992px) {
    .arw-control-style-1 .owl-nav,
    .arw-control-banner .owl-nav {
      z-index: 1; }
      .arw-control-style-1 .owl-nav .owl-prev,
      .arw-control-banner .owl-nav .owl-prev {
        margin-left: -20px; }
      .arw-control-style-1 .owl-nav .owl-next,
      .arw-control-banner .owl-nav .owl-next {
        margin-right: -20px; } }
@media (min-width: 992px) {
  .arw-control-style-1 .owl-stage-outer,
  .arw-control-banner .owl-stage-outer {
    z-index: 2; }
  .arw-control-style-1 .owl-prev,
  .arw-control-style-1 .owl-next,
  .arw-control-banner .owl-prev,
  .arw-control-banner .owl-next {
    opacity: "0";
    /*filter: alpha(opacity=$opacity*100);*/
    visibility: hidden;
    -webkit-transition: all 350ms ease-out 0s;
    -moz-transition: all 350ms ease-out 0s;
    -ms-transition: all 350ms ease-out 0s;
    transition: all 350ms ease-out 0s; }
  .arw-control-style-1 .owl-prev,
  .arw-control-banner .owl-prev {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }
  .arw-control-style-1 .owl-next,
  .arw-control-banner .owl-next {
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px); }
  .arw-control-style-1:hover .owl-prev,
  .arw-control-style-1:hover .owl-next, .arw-control-style-1:active .owl-prev,
  .arw-control-style-1:active .owl-next, .arw-control-style-1:focus .owl-prev,
  .arw-control-style-1:focus .owl-next,
  .arw-control-banner:hover .owl-prev,
  .arw-control-banner:hover .owl-next,
  .arw-control-banner:active .owl-prev,
  .arw-control-banner:active .owl-next,
  .arw-control-banner:focus .owl-prev,
  .arw-control-banner:focus .owl-next {
    opacity: "1";
    /*filter: alpha(opacity=$opacity*100);*/
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.arw-control-style-2 .owl-nav {
  display: inline-block;
  position: absolute;
  left: -40px;
  bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
  width: 100px; }
  .arw-control-style-2 .owl-nav .owl-prev,
  .arw-control-style-2 .owl-nav .owl-next {
    display: inline-block;
    float: left;
    height: 35px;
    line-height: 35px;
    padding: 0;
    width: 35px; }
    .arw-control-style-2 .owl-nav .owl-prev:before,
    .arw-control-style-2 .owl-nav .owl-next:before {
      left: 0;
      right: auto; }
  .arw-control-style-2 .owl-nav .owl-prev {
    margin-right: 5px; }
  .arw-control-style-2 .owl-nav .owl-next {
    position: relative;
    top: -8px; }

.arw-control-color-style-1 .owl-nav .owl-prev,
.arw-control-color-style-1 .owl-nav .owl-next {
  background-color: transparent;
  border-color: transparent;
  color: #2f2f2f;
  font-size: 2em; }
  .arw-control-color-style-1 .owl-nav .owl-prev:before,
  .arw-control-color-style-1 .owl-nav .owl-next:before {
    font-size: inherit; }
  .arw-control-color-style-1 .owl-nav .owl-prev:hover, .arw-control-color-style-1 .owl-nav .owl-prev:active, .arw-control-color-style-1 .owl-nav .owl-prev:focus,
  .arw-control-color-style-1 .owl-nav .owl-next:hover,
  .arw-control-color-style-1 .owl-nav .owl-next:active,
  .arw-control-color-style-1 .owl-nav .owl-next:focus {
    background-color: transparent;
    border-color: transparent;
    color: #2f2f2f; }
@media (min-width: 992px) {
  .arw-control-color-style-1.arw-control-banner .owl-nav .owl-prev, .arw-control-color-style-1.arw-control-style-1 .owl-nav .owl-prev {
    margin-left: -80px; }
  .arw-control-color-style-1.arw-control-banner .owl-nav .owl-next, .arw-control-color-style-1.arw-control-style-1 .owl-nav .owl-next {
    margin-right: -80px; } }
.arw-control-color-style-1 .slick-slider .slick-prev,
.arw-control-color-style-1 .slick-slider .slick-next {
  background-color: transparent;
  border-color: transparent;
  color: #a0a0a0;
  font-size: 2em; }
  .arw-control-color-style-1 .slick-slider .slick-prev:hover, .arw-control-color-style-1 .slick-slider .slick-prev:active, .arw-control-color-style-1 .slick-slider .slick-prev:focus,
  .arw-control-color-style-1 .slick-slider .slick-next:hover,
  .arw-control-color-style-1 .slick-slider .slick-next:active,
  .arw-control-color-style-1 .slick-slider .slick-next:focus {
    background-color: transparent;
    border-color: transparent;
    color: #2f2f2f; }

.arw-control-color-style-2 .owl-nav .owl-prev,
.arw-control-color-style-2 .owl-nav .owl-next {
  background-color: transparent;
  border-color: transparent;
  color: #FFF; }
  .arw-control-color-style-2 .owl-nav .owl-prev:hover, .arw-control-color-style-2 .owl-nav .owl-prev:active, .arw-control-color-style-2 .owl-nav .owl-prev:focus,
  .arw-control-color-style-2 .owl-nav .owl-next:hover,
  .arw-control-color-style-2 .owl-nav .owl-next:active,
  .arw-control-color-style-2 .owl-nav .owl-next:focus {
    background-color: transparent;
    border-color: transparent;
    color: #2f2f2f; }
.arw-control-color-style-2 .slick-slider .slick-prev,
.arw-control-color-style-2 .slick-slider .slick-next {
  background-color: transparent;
  border-color: transparent;
  color: #FFF; }
  .arw-control-color-style-2 .slick-slider .slick-prev:hover, .arw-control-color-style-2 .slick-slider .slick-prev:active, .arw-control-color-style-2 .slick-slider .slick-prev:focus,
  .arw-control-color-style-2 .slick-slider .slick-next:hover,
  .arw-control-color-style-2 .slick-slider .slick-next:active,
  .arw-control-color-style-2 .slick-slider .slick-next:focus {
    background-color: transparent;
    border-color: transparent;
    color: #2f2f2f; }

.arw-control-color-style-3 .owl-nav .owl-prev,
.arw-control-color-style-3 .owl-nav .owl-next {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #121210; }
  .arw-control-color-style-3 .owl-nav .owl-prev:hover, .arw-control-color-style-3 .owl-nav .owl-prev:active, .arw-control-color-style-3 .owl-nav .owl-prev:focus,
  .arw-control-color-style-3 .owl-nav .owl-next:hover,
  .arw-control-color-style-3 .owl-nav .owl-next:active,
  .arw-control-color-style-3 .owl-nav .owl-next:focus {
    background-color: #121210;
    border-color: #121210;
    color: #FFF; }
.arw-control-color-style-3 .slick-slider .slick-prev,
.arw-control-color-style-3 .slick-slider .slick-next {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #121210; }
  .arw-control-color-style-3 .slick-slider .slick-prev:hover, .arw-control-color-style-3 .slick-slider .slick-prev:active, .arw-control-color-style-3 .slick-slider .slick-prev:focus,
  .arw-control-color-style-3 .slick-slider .slick-next:hover,
  .arw-control-color-style-3 .slick-slider .slick-next:active,
  .arw-control-color-style-3 .slick-slider .slick-next:focus {
    background-color: #121210;
    border-color: #121210;
    color: #FFF; }

/*	Banner image	*/
.arw-banner {
  display: inline-block;
  max-width: 100%;
  position: relative;
  text-align: center;
  z-index: 1; }
  .arw-banner .mask {
    position: static; }
  .arw-banner.active .hover-mask:before, .arw-banner:hover .hover-mask:before, .arw-banner:active .hover-mask:before, .arw-banner:focus .hover-mask:before {
    opacity: 1;
    /*filter: alpha(opacity=$opacity*100);*/
    visibility: visible; }
  .arw-banner img.arw-banner-image,
  .arw-banner .arw-banner-image img {
    display: inline-block;
    height: auto;
    max-width: 100%; }
  .arw-banner.show-content-on-hover .arw-banner-content {
    opacity: "0";
    /*filter: alpha(opacity=$opacity*100);*/
    visibility: hidden;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s; }
  .arw-banner.show-content-on-hover.active .arw-banner-content, .arw-banner.show-content-on-hover:hover .arw-banner-content, .arw-banner.show-content-on-hover:active .arw-banner-content, .arw-banner.show-content-on-hover:focus .arw-banner-content {
    opacity: "1";
    /*filter: alpha(opacity=$opacity*100);*/
    visibility: visible; }
  .arw-banner.zoom-image-on-hover {
    overflow: hidden; }
    .arw-banner.zoom-image-on-hover img.arw-banner-image,
    .arw-banner.zoom-image-on-hover .arw-banner-image img {
      width: -webkit-calc(100% + 60px);
      width: calc(100% + 60px);
      opacity: 1;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: translate3d(-30px,0,0) scale(1.2);
      -moz-transform: translate3d(-30px,0,0) scale(1.2);
      -ms-transform: translate3d(-30px,0,0) scale(1.2);
      transform: translate3d(-30px,0,0) scale(1.2);
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      backface-visibility: hidden; }
    .arw-banner.zoom-image-on-hover.active img.arw-banner-image,
    .arw-banner.zoom-image-on-hover.active .arw-banner-image img, .arw-banner.zoom-image-on-hover:hover img.arw-banner-image,
    .arw-banner.zoom-image-on-hover:hover .arw-banner-image img, .arw-banner.zoom-image-on-hover:active img.arw-banner-image,
    .arw-banner.zoom-image-on-hover:active .arw-banner-image img, .arw-banner.zoom-image-on-hover:focus img.arw-banner-image,
    .arw-banner.zoom-image-on-hover:focus .arw-banner-image img {
      opacity: 0.5;
      -webkit-transform: translate3d(0,0,0) scale(1);
      -moz-transform: translate3d(0,0,0) scale(1);
      -ms-transform: translate3d(0,0,0) scale(1);
      transform: translate3d(0,0,0) scale(1); }
  .arw-banner.zoom-image-on-hover-style-1 {
    overflow: visible; }
    .arw-banner.zoom-image-on-hover-style-1 img.arw-banner-image,
    .arw-banner.zoom-image-on-hover-style-1 .arw-banner-image img {
      opacity: 1;
      -webkit-transition: -webkit-transform 0.35s;
      transition: transform 0.35s;
      -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
      transform: perspective(1000px) translate3d(0, 0, 0); }
    .arw-banner.zoom-image-on-hover-style-1:after {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      background: #000;
      content: '';
      -webkit-transition: opacity 0.35s;
      transition: opacity 0.35s;
      box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
      opacity: 0; }
    .arw-banner.zoom-image-on-hover-style-1.active:after, .arw-banner.zoom-image-on-hover-style-1:hover:after, .arw-banner.zoom-image-on-hover-style-1:active:after, .arw-banner.zoom-image-on-hover-style-1:focus:after {
      opacity: 1; }
    .arw-banner.zoom-image-on-hover-style-1.active img.arw-banner-image,
    .arw-banner.zoom-image-on-hover-style-1.active .arw-banner-image img, .arw-banner.zoom-image-on-hover-style-1:hover img.arw-banner-image,
    .arw-banner.zoom-image-on-hover-style-1:hover .arw-banner-image img, .arw-banner.zoom-image-on-hover-style-1:active img.arw-banner-image,
    .arw-banner.zoom-image-on-hover-style-1:active .arw-banner-image img, .arw-banner.zoom-image-on-hover-style-1:focus img.arw-banner-image,
    .arw-banner.zoom-image-on-hover-style-1:focus .arw-banner-image img {
      -webkit-transform: perspective(1000px) translate3d(0, 0, 20px);
      transform: perspective(1000px) translate3d(0, 0, 20px); }
  .arw-banner.zoom-image-on-hover-style-2 {
    overflow: hidden; }
    .arw-banner.zoom-image-on-hover-style-2 img.arw-banner-image,
    .arw-banner.zoom-image-on-hover-style-2 .arw-banner-image img {
      -webkit-transition: opacity 1s, -webkit-transform 1s;
      transition: opacity 1s, transform 1s;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    .arw-banner.zoom-image-on-hover-style-2.active img.arw-banner-image,
    .arw-banner.zoom-image-on-hover-style-2.active .arw-banner-image img, .arw-banner.zoom-image-on-hover-style-2:hover img.arw-banner-image,
    .arw-banner.zoom-image-on-hover-style-2:hover .arw-banner-image img, .arw-banner.zoom-image-on-hover-style-2:active img.arw-banner-image,
    .arw-banner.zoom-image-on-hover-style-2:active .arw-banner-image img, .arw-banner.zoom-image-on-hover-style-2:focus img.arw-banner-image,
    .arw-banner.zoom-image-on-hover-style-2:focus .arw-banner-image img {
      -webkit-transform: scale3d(1.1, 1.1, 1);
      transform: scale3d(1.1, 1.1, 1); }
  .arw-banner.zoom-image-on-hover-style-3 {
    overflow: hidden; }
    .arw-banner.zoom-image-on-hover-style-3 img.arw-banner-image,
    .arw-banner.zoom-image-on-hover-style-3 .arw-banner-image img {
      opacity: 0.95;
      -webkit-transition: -webkit-transform 0.35s;
      transition: transform 0.35s;
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }
    .arw-banner.zoom-image-on-hover-style-3.active img.arw-banner-image,
    .arw-banner.zoom-image-on-hover-style-3.active .arw-banner-image img, .arw-banner.zoom-image-on-hover-style-3:hover img.arw-banner-image,
    .arw-banner.zoom-image-on-hover-style-3:hover .arw-banner-image img, .arw-banner.zoom-image-on-hover-style-3:active img.arw-banner-image,
    .arw-banner.zoom-image-on-hover-style-3:active .arw-banner-image img, .arw-banner.zoom-image-on-hover-style-3:focus img.arw-banner-image,
    .arw-banner.zoom-image-on-hover-style-3:focus .arw-banner-image img {
      -webkit-transform: scale3d(0.95,0.95,1);
      -moz-transform: scale3d(0.95,0.95,1);
      -ms-transform: scale3d(0.95,0.95,1);
      transform: scale3d(0.95,0.95,1); }
  .arw-banner.banner-special-1 {
    text-align: left;
    width: 100%; }
    .arw-banner.banner-special-1 .arw-banner-content {
      border: 7px solid #000000; }
      @media (min-width: 768px) {
        .arw-banner.banner-special-1 .arw-banner-content {
          min-width: 880px;
          position: absolute;
          right: 0;
          top: 20%; } }
  .arw-banner.banner-special-2 {
    overflow: hidden; }
    .arw-banner.banner-special-2 .arw-banner-content {
      background-color: #efefef; }
      .arw-banner.banner-special-2 .arw-banner-content > div {
        position: relative; }
        .arw-banner.banner-special-2 .arw-banner-content > div:before {
          border-style: solid;
          border-width: 250px 250px 250px 0;
          border-color: transparent #efefef transparent transparent;
          content: "";
          position: absolute;
          right: 100%;
          top: 0;
          height: 0;
          width: 0; }

.mask {
  position: relative; }
  .mask:before {
    background-color: rgba(86, 82, 101, 0.6);
    pointer-events: none;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2; }
  .mask.mask-primary:before {
    background: #2f2f2f;
    /* The Fallback */
    background: rgba(47, 47, 47, 0.8); }
  .mask.mask-primary.light:before {
    background: #2f2f2f;
    /* The Fallback */
    background: rgba(47, 47, 47, 0.5); }
  .mask.mask-primary.lighter:before {
    background: #2f2f2f;
    /* The Fallback */
    background: rgba(47, 47, 47, 0.4); }
  .mask.mask-dark:before {
    background: #333333;
    /* The Fallback */
    background: rgba(51, 51, 51, 0.6); }
  .mask.mask-dark.darker:before {
    background: #2e3640;
    /* The Fallback */
    background: rgba(46, 54, 64, 0.3); }
  .mask.mask-dark.darkest:before {
    background: #2e3640;
    /* The Fallback */
    background: rgba(46, 54, 64, 0.8); }
  .mask.mask-darker:before {
    background: #2e3640;
    /* The Fallback */
    background: rgba(46, 54, 64, 0.8); }
  .mask.mask-light:before {
    background: #ffffff;
    /* The Fallback */
    background: rgba(255, 255, 255, 0.98); }
  .mask.hover-mask:before {
    opacity: 0;
    /*filter: alpha(opacity=$opacity*100);*/
    visibility: hidden;
    -webkit-transition: opacity 350ms ease-in-out 0s;
    -moz-transition: opacity 350ms ease-in-out 0s;
    -ms-transition: opacity 350ms ease-in-out 0s;
    transition: opacity 350ms ease-in-out 0s; }
  .mask.hover-mask.active:before, .mask.hover-mask:hover:before, .mask.hover-mask:active:before, .mask.hover-mask:focus:before {
    opacity: 1;
    /*filter: alpha(opacity=$opacity*100);*/
    visibility: visible; }
  .mask .container {
    position: relative;
    z-index: 3; }

.arw-banner-content {
  position: relative;
  z-index: 3; }
  .arw-banner-content a {
    color: inherit; }
    .arw-banner-content a:hover, .arw-banner-content a:active, .arw-banner-content a:focus {
      color: #2f2f2f; }
  .arw-banner-content .highlight-hover:hover, .arw-banner-content .highlight-hover:active, .arw-banner-content .highlight-hover:focus {
    color: inherit; }

.highlight-hover {
  background-image: -webkit-linear-gradient(left, transparent 50%, #2f2f2f 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #2f2f2f 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #2f2f2f 50%);
  background-image: linear-gradient(to right, transparent 50%, #2f2f2f 50%);
  background-position: 0 center;
  background-size: 200% auto;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }
  .highlight-hover:hover, .highlight-hover:active, .highlight-hover:focus {
    background-position: -100%;
    color: #FFF; }

/* VIDEO */
.video-wrap {
  height: 400px;
  overflow: hidden;
  position: relative; }
  .video-wrap .video-content video {
    min-width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .video-wrap .video-overlay {
    display: block;
    height: 100%;
    width: 100%;
    z-index: 4; }
    .video-wrap .video-overlay img {
      min-height: 100%;
      width: 100%; }
  .video-wrap .video-text-wrap {
    -webkit-transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
    transition: all 350ms ease-in-out 0s;
    z-index: 5;
    width: 100%; }
  .video-wrap .video-overlay,
  .video-wrap .btn-video-play,
  .video-wrap .btn-video-loop,
  .video-wrap .btn-video-pause,
  .video-wrap .btn-video-volume {
    cursor: pointer; }
  .video-wrap .btn-video-volume-off .fa:before {
    content: "\f026"; }
  .video-wrap .video-controls {
    opacity: "0";
    /*filter: alpha(opacity=$opacity*100);*/ }
    .video-wrap .video-controls .btn-video-loop,
    .video-wrap .video-controls .btn-video-pause,
    .video-wrap .video-controls .btn-video-volume {
      display: inline;
      padding: 0 10px; }
  .video-wrap:hover .video-controls {
    opacity: "0.8";
    /*filter: alpha(opacity=$opacity*100);*/ }
  .video-wrap:hover .video-text-wrap {
    opacity: 1 !important; }

.product-image-slideshow {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .product-image-slideshow a {
    display: block; }
    .product-image-slideshow a img {
      position: relative;
      -webkit-transition: all 450ms $easeInOutCubic;
      -moz-transition: all 450ms $easeInOutCubic;
      -ms-transition: all 450ms $easeInOutCubic;
      transition: all 450ms $easeInOutCubic; }
      .product-image-slideshow a img.hidden-slowly {
        left: 0;
        margin-left: -50%;
        opacity: "0";
        /*filter: alpha(opacity=$opacity*100);*/
        position: absolute;
        top: 0;
        visibility: hidden; }
        .product-image-slideshow a img.hidden-slowly.hs-left {
          margin-left: 50%; }
      .product-image-slideshow a img.hs-right {
        margin-right: 50%; }
      .product-image-slideshow a img.enter-in {
        margin-left: 100%;
        opacity: "1";
        /*filter: alpha(opacity=$opacity*100);*/ }
        .product-image-slideshow a img.enter-in.ei-left {
          margin-left: -100%; }
  .product-image-slideshow .catalog-owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 11;
    opacity: "0";
    /*filter: alpha(opacity=$opacity*100);*/ }
    li.item:hover .product-image-slideshow .catalog-owl-nav {
      opacity: "1";
      /*filter: alpha(opacity=$opacity*100);*/ }
    .product-image-slideshow .catalog-owl-nav .catalog-owl-next,
    .product-image-slideshow .catalog-owl-nav .catalog-owl-prev {
      border-color: #fff;
      background: #fff;
      color: #a0a0a0;
      padding: 0; }
      .product-image-slideshow .catalog-owl-nav .catalog-owl-next:hover,
      .product-image-slideshow .catalog-owl-nav .catalog-owl-prev:hover {
        background: #2f2f2f;
        border-color: #2f2f2f;
        color: #FFF; }

.arw-1-col .arw-col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left; }
.arw-2-col .arw-col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left; }
.arw-3-col .arw-col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left; }
.arw-4-col .arw-col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left; }
.arw-5-col .arw-col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left; }
.arw-6-col .arw-col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left; }
.arw-7-col .arw-col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left; }
.arw-8-col .arw-col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left; }
.arw-1-col .arw-col {
  width: 100%; }
.arw-2-col .arw-col {
  width: 50%; }
  .arw-2-col .arw-col:nth-child(2n + 1) {
    clear: both; }
  @media (max-width: 991px) {
    .arw-2-col .arw-col {
      width: 50%; } }
  @media (max-width: 480px) {
    .arw-2-col .arw-col {
      width: 100%; } }
.arw-3-col .arw-col {
  width: 33.3333333333%; }
  .arw-3-col .arw-col:nth-child(3n + 1) {
    clear: both; }
  @media (max-width: 991px) {
    .arw-3-col .arw-col {
      width: 50%; }
      .arw-3-col .arw-col:nth-child(2n + 1) {
        clear: both; }
      .arw-3-col .arw-col:nth-child(3n + 1) {
        clear: none; } }
  @media (max-width: 767px) {
    .arw-3-col .arw-col {
      width: 100%; } }
.arw-4-col .arw-col {
  width: 25%; }
  .arw-4-col .arw-col:nth-child(4n + 1) {
    clear: both; }
  @media (max-width: 991px) {
    .arw-4-col .arw-col {
      width: 50%; }
      .arw-4-col .arw-col:nth-child(2n + 1) {
        clear: both; } }
  @media (max-width: 767px) {
    .arw-4-col .arw-col {
      width: 50%; }
      .arw-4-col .arw-col:nth-child(2n + 1) {
        clear: both; } }
  @media (max-width: 480px) {
    .arw-4-col .arw-col {
      width: 100%; } }
.arw-5-col .arw-col {
  width: 20%; }
  .arw-5-col .arw-col:nth-child(5n + 1) {
    clear: both; }
  @media (max-width: 991px) {
    .arw-5-col .arw-col {
      width: 50%; }
      .arw-5-col .arw-col:nth-child(2n + 1) {
        clear: both; }
      .arw-5-col .arw-col:nth-child(5n + 1) {
        clear: none; } }
  @media (max-width: 767px) {
    .arw-5-col .arw-col {
      width: 50%; } }
  @media (max-width: 480px) {
    .arw-5-col .arw-col {
      width: 100%; } }
.arw-6-col .arw-col {
  width: 16.6666666667%; }
  .arw-6-col .arw-col:nth-child(6n + 1) {
    clear: both; }
  @media (max-width: 991px) {
    .arw-6-col .arw-col {
      width: 33.3333333333%; }
      .arw-6-col .arw-col:nth-child(3n + 1) {
        clear: both; }
      .arw-6-col .arw-col:nth-child(6n + 1) {
        clear: none; } }
  @media (max-width: 767px) {
    .arw-6-col .arw-col {
      width: 33.3333333333%; }
      .arw-6-col .arw-col:nth-child(3n + 1) {
        clear: both; }
      .arw-6-col .arw-col:nth-child(6n + 1) {
        clear: none; } }
  @media (max-width: 480px) {
    .arw-6-col .arw-col {
      width: 100%; } }
.arw-7-col .arw-col {
  width: 14.2857142857%; }
  .arw-7-col .arw-col:nth-child(7n + 1) {
    clear: both; }
  @media (max-width: 991px) {
    .arw-7-col .arw-col {
      width: 20%; }
      .arw-7-col .arw-col:nth-child(5n + 1) {
        clear: both; }
      .arw-7-col .arw-col:nth-child(7n + 1) {
        clear: none; } }
  @media (max-width: 767px) {
    .arw-7-col .arw-col {
      width: 33.3333333333%; }
      .arw-7-col .arw-col:nth-child(3n + 1) {
        clear: both; }
      .arw-7-col .arw-col:nth-child(5n + 1) {
        clear: none; } }
  @media (max-width: 480px) {
    .arw-7-col .arw-col {
      width: 100%; } }
.arw-8-col .arw-col {
  width: 12.5%; }
  .arw-8-col .arw-col:nth-child(8n + 1) {
    clear: both; }
  @media (max-width: 991px) {
    .arw-8-col .arw-col {
      width: 16.6666666667%; }
      .arw-8-col .arw-col:nth-child(6n + 1) {
        clear: both; }
      .arw-8-col .arw-col:nth-child(8n + 1) {
        clear: none; } }
  @media (max-width: 767px) {
    .arw-8-col .arw-col {
      width: 33.3333333333%; }
      .arw-8-col .arw-col:nth-child(3n + 1) {
        clear: both; } }
  @media (max-width: 500px) {
    .arw-8-col .arw-col {
      width: 50%; }
      .arw-8-col .arw-col:nth-child(2n + 1) {
        clear: none; }
      .arw-8-col .arw-col:nth-child(3n + 1) {
        clear: none; } }
  @media (max-width: 480px) {
    .arw-8-col .arw-col {
      width: 100%; } }
@media (max-width: 480px) {
  .arw-col {
    width: 100%; } }

.arw-row {
  margin-left: -15px;
  margin-right: -15px; }
  .arw-row:before, .arw-row:after {
    content: " ";
    display: table; }
  .arw-row:after {
    clear: both; }

.min-height-10 {
  min-height: 10px; }
.min-height-11 {
  min-height: 11px; }
.min-height-12 {
  min-height: 12px; }
.min-height-13 {
  min-height: 13px; }
.min-height-14 {
  min-height: 14px; }
.min-height-15 {
  min-height: 15px; }
.min-height-16 {
  min-height: 16px; }
.min-height-17 {
  min-height: 17px; }
.min-height-18 {
  min-height: 18px; }
.min-height-19 {
  min-height: 19px; }
.min-height-20 {
  min-height: 20px; }
.min-height-21 {
  min-height: 21px; }
.min-height-22 {
  min-height: 22px; }
.min-height-23 {
  min-height: 23px; }
.min-height-24 {
  min-height: 24px; }
.min-height-25 {
  min-height: 25px; }
.min-height-26 {
  min-height: 26px; }
.min-height-27 {
  min-height: 27px; }
.min-height-28 {
  min-height: 28px; }
.min-height-29 {
  min-height: 29px; }
.min-height-30 {
  min-height: 30px; }
.min-height-31 {
  min-height: 31px; }
.min-height-32 {
  min-height: 32px; }
.min-height-33 {
  min-height: 33px; }
.min-height-34 {
  min-height: 34px; }
.min-height-35 {
  min-height: 35px; }
.min-height-36 {
  min-height: 36px; }
.min-height-37 {
  min-height: 37px; }
.min-height-38 {
  min-height: 38px; }
.min-height-39 {
  min-height: 39px; }
.min-height-40 {
  min-height: 40px; }
.min-height-41 {
  min-height: 41px; }
.min-height-42 {
  min-height: 42px; }
.min-height-43 {
  min-height: 43px; }
.min-height-44 {
  min-height: 44px; }
.min-height-45 {
  min-height: 45px; }
.min-height-46 {
  min-height: 46px; }
.min-height-47 {
  min-height: 47px; }
.min-height-48 {
  min-height: 48px; }
.min-height-49 {
  min-height: 49px; }
.min-height-50 {
  min-height: 50px; }
.min-height-51 {
  min-height: 51px; }
.min-height-52 {
  min-height: 52px; }
.min-height-53 {
  min-height: 53px; }
.min-height-54 {
  min-height: 54px; }
.min-height-55 {
  min-height: 55px; }
.min-height-56 {
  min-height: 56px; }
.min-height-57 {
  min-height: 57px; }
.min-height-58 {
  min-height: 58px; }
.min-height-59 {
  min-height: 59px; }
.min-height-60 {
  min-height: 60px; }
.min-height-61 {
  min-height: 61px; }
.min-height-62 {
  min-height: 62px; }
.min-height-63 {
  min-height: 63px; }
.min-height-64 {
  min-height: 64px; }
.min-height-65 {
  min-height: 65px; }
.min-height-66 {
  min-height: 66px; }
.min-height-67 {
  min-height: 67px; }
.min-height-68 {
  min-height: 68px; }
.min-height-69 {
  min-height: 69px; }
.min-height-70 {
  min-height: 70px; }
.min-height-71 {
  min-height: 71px; }
.min-height-72 {
  min-height: 72px; }
.min-height-73 {
  min-height: 73px; }
.min-height-74 {
  min-height: 74px; }
.min-height-75 {
  min-height: 75px; }
.min-height-76 {
  min-height: 76px; }
.min-height-77 {
  min-height: 77px; }
.min-height-78 {
  min-height: 78px; }
.min-height-79 {
  min-height: 79px; }
.min-height-80 {
  min-height: 80px; }
.min-height-81 {
  min-height: 81px; }
.min-height-82 {
  min-height: 82px; }
.min-height-83 {
  min-height: 83px; }
.min-height-84 {
  min-height: 84px; }
.min-height-85 {
  min-height: 85px; }
.min-height-86 {
  min-height: 86px; }
.min-height-87 {
  min-height: 87px; }
.min-height-88 {
  min-height: 88px; }
.min-height-89 {
  min-height: 89px; }
.min-height-90 {
  min-height: 90px; }
.min-height-91 {
  min-height: 91px; }
.min-height-92 {
  min-height: 92px; }
.min-height-93 {
  min-height: 93px; }
.min-height-94 {
  min-height: 94px; }
.min-height-95 {
  min-height: 95px; }
.min-height-96 {
  min-height: 96px; }
.min-height-97 {
  min-height: 97px; }
.min-height-98 {
  min-height: 98px; }
.min-height-99 {
  min-height: 99px; }
.min-height-100 {
  min-height: 100px; }
.min-height-101 {
  min-height: 101px; }
.min-height-102 {
  min-height: 102px; }
.min-height-103 {
  min-height: 103px; }
.min-height-104 {
  min-height: 104px; }
.min-height-105 {
  min-height: 105px; }
.min-height-106 {
  min-height: 106px; }
.min-height-107 {
  min-height: 107px; }
.min-height-108 {
  min-height: 108px; }
.min-height-109 {
  min-height: 109px; }
.min-height-110 {
  min-height: 110px; }
.min-height-111 {
  min-height: 111px; }
.min-height-112 {
  min-height: 112px; }
.min-height-113 {
  min-height: 113px; }
.min-height-114 {
  min-height: 114px; }
.min-height-115 {
  min-height: 115px; }
.min-height-116 {
  min-height: 116px; }
.min-height-117 {
  min-height: 117px; }
.min-height-118 {
  min-height: 118px; }
.min-height-119 {
  min-height: 119px; }
.min-height-120 {
  min-height: 120px; }
.min-height-121 {
  min-height: 121px; }
.min-height-122 {
  min-height: 122px; }
.min-height-123 {
  min-height: 123px; }
.min-height-124 {
  min-height: 124px; }
.min-height-125 {
  min-height: 125px; }
.min-height-126 {
  min-height: 126px; }
.min-height-127 {
  min-height: 127px; }
.min-height-128 {
  min-height: 128px; }
.min-height-129 {
  min-height: 129px; }
.min-height-130 {
  min-height: 130px; }
.min-height-131 {
  min-height: 131px; }
.min-height-132 {
  min-height: 132px; }
.min-height-133 {
  min-height: 133px; }
.min-height-134 {
  min-height: 134px; }
.min-height-135 {
  min-height: 135px; }
.min-height-136 {
  min-height: 136px; }
.min-height-137 {
  min-height: 137px; }
.min-height-138 {
  min-height: 138px; }
.min-height-139 {
  min-height: 139px; }
.min-height-140 {
  min-height: 140px; }
.min-height-141 {
  min-height: 141px; }
.min-height-142 {
  min-height: 142px; }
.min-height-143 {
  min-height: 143px; }
.min-height-144 {
  min-height: 144px; }
.min-height-145 {
  min-height: 145px; }
.min-height-146 {
  min-height: 146px; }
.min-height-147 {
  min-height: 147px; }
.min-height-148 {
  min-height: 148px; }
.min-height-149 {
  min-height: 149px; }
.min-height-150 {
  min-height: 150px; }
.min-height-151 {
  min-height: 151px; }
.min-height-152 {
  min-height: 152px; }
.min-height-153 {
  min-height: 153px; }
.min-height-154 {
  min-height: 154px; }
.min-height-155 {
  min-height: 155px; }
.min-height-156 {
  min-height: 156px; }
.min-height-157 {
  min-height: 157px; }
.min-height-158 {
  min-height: 158px; }
.min-height-159 {
  min-height: 159px; }
.min-height-160 {
  min-height: 160px; }
.min-height-161 {
  min-height: 161px; }
.min-height-162 {
  min-height: 162px; }
.min-height-163 {
  min-height: 163px; }
.min-height-164 {
  min-height: 164px; }
.min-height-165 {
  min-height: 165px; }
.min-height-166 {
  min-height: 166px; }
.min-height-167 {
  min-height: 167px; }
.min-height-168 {
  min-height: 168px; }
.min-height-169 {
  min-height: 169px; }
.min-height-170 {
  min-height: 170px; }
.min-height-171 {
  min-height: 171px; }
.min-height-172 {
  min-height: 172px; }
.min-height-173 {
  min-height: 173px; }
.min-height-174 {
  min-height: 174px; }
.min-height-175 {
  min-height: 175px; }
.min-height-176 {
  min-height: 176px; }
.min-height-177 {
  min-height: 177px; }
.min-height-178 {
  min-height: 178px; }
.min-height-179 {
  min-height: 179px; }
.min-height-180 {
  min-height: 180px; }
.min-height-181 {
  min-height: 181px; }
.min-height-182 {
  min-height: 182px; }
.min-height-183 {
  min-height: 183px; }
.min-height-184 {
  min-height: 184px; }
.min-height-185 {
  min-height: 185px; }
.min-height-186 {
  min-height: 186px; }
.min-height-187 {
  min-height: 187px; }
.min-height-188 {
  min-height: 188px; }
.min-height-189 {
  min-height: 189px; }
.min-height-190 {
  min-height: 190px; }
.min-height-191 {
  min-height: 191px; }
.min-height-192 {
  min-height: 192px; }
.min-height-193 {
  min-height: 193px; }
.min-height-194 {
  min-height: 194px; }
.min-height-195 {
  min-height: 195px; }
.min-height-196 {
  min-height: 196px; }
.min-height-197 {
  min-height: 197px; }
.min-height-198 {
  min-height: 198px; }
.min-height-199 {
  min-height: 199px; }
.min-height-200 {
  min-height: 200px; }
.min-height-201 {
  min-height: 201px; }
.min-height-202 {
  min-height: 202px; }
.min-height-203 {
  min-height: 203px; }
.min-height-204 {
  min-height: 204px; }
.min-height-205 {
  min-height: 205px; }
.min-height-206 {
  min-height: 206px; }
.min-height-207 {
  min-height: 207px; }
.min-height-208 {
  min-height: 208px; }
.min-height-209 {
  min-height: 209px; }
.min-height-210 {
  min-height: 210px; }
.min-height-211 {
  min-height: 211px; }
.min-height-212 {
  min-height: 212px; }
.min-height-213 {
  min-height: 213px; }
.min-height-214 {
  min-height: 214px; }
.min-height-215 {
  min-height: 215px; }
.min-height-216 {
  min-height: 216px; }
.min-height-217 {
  min-height: 217px; }
.min-height-218 {
  min-height: 218px; }
.min-height-219 {
  min-height: 219px; }
.min-height-220 {
  min-height: 220px; }
.min-height-221 {
  min-height: 221px; }
.min-height-222 {
  min-height: 222px; }
.min-height-223 {
  min-height: 223px; }
.min-height-224 {
  min-height: 224px; }
.min-height-225 {
  min-height: 225px; }
.min-height-226 {
  min-height: 226px; }
.min-height-227 {
  min-height: 227px; }
.min-height-228 {
  min-height: 228px; }
.min-height-229 {
  min-height: 229px; }
.min-height-230 {
  min-height: 230px; }
.min-height-231 {
  min-height: 231px; }
.min-height-232 {
  min-height: 232px; }
.min-height-233 {
  min-height: 233px; }
.min-height-234 {
  min-height: 234px; }
.min-height-235 {
  min-height: 235px; }
.min-height-236 {
  min-height: 236px; }
.min-height-237 {
  min-height: 237px; }
.min-height-238 {
  min-height: 238px; }
.min-height-239 {
  min-height: 239px; }
.min-height-240 {
  min-height: 240px; }
.min-height-241 {
  min-height: 241px; }
.min-height-242 {
  min-height: 242px; }
.min-height-243 {
  min-height: 243px; }
.min-height-244 {
  min-height: 244px; }
.min-height-245 {
  min-height: 245px; }
.min-height-246 {
  min-height: 246px; }
.min-height-247 {
  min-height: 247px; }
.min-height-248 {
  min-height: 248px; }
.min-height-249 {
  min-height: 249px; }
.min-height-250 {
  min-height: 250px; }
.min-height-251 {
  min-height: 251px; }
.min-height-252 {
  min-height: 252px; }
.min-height-253 {
  min-height: 253px; }
.min-height-254 {
  min-height: 254px; }
.min-height-255 {
  min-height: 255px; }
.min-height-256 {
  min-height: 256px; }
.min-height-257 {
  min-height: 257px; }
.min-height-258 {
  min-height: 258px; }
.min-height-259 {
  min-height: 259px; }
.min-height-260 {
  min-height: 260px; }
.min-height-261 {
  min-height: 261px; }
.min-height-262 {
  min-height: 262px; }
.min-height-263 {
  min-height: 263px; }
.min-height-264 {
  min-height: 264px; }
.min-height-265 {
  min-height: 265px; }
.min-height-266 {
  min-height: 266px; }
.min-height-267 {
  min-height: 267px; }
.min-height-268 {
  min-height: 268px; }
.min-height-269 {
  min-height: 269px; }
.min-height-270 {
  min-height: 270px; }
.min-height-271 {
  min-height: 271px; }
.min-height-272 {
  min-height: 272px; }
.min-height-273 {
  min-height: 273px; }
.min-height-274 {
  min-height: 274px; }
.min-height-275 {
  min-height: 275px; }
.min-height-276 {
  min-height: 276px; }
.min-height-277 {
  min-height: 277px; }
.min-height-278 {
  min-height: 278px; }
.min-height-279 {
  min-height: 279px; }
.min-height-280 {
  min-height: 280px; }
.min-height-281 {
  min-height: 281px; }
.min-height-282 {
  min-height: 282px; }
.min-height-283 {
  min-height: 283px; }
.min-height-284 {
  min-height: 284px; }
.min-height-285 {
  min-height: 285px; }
.min-height-286 {
  min-height: 286px; }
.min-height-287 {
  min-height: 287px; }
.min-height-288 {
  min-height: 288px; }
.min-height-289 {
  min-height: 289px; }
.min-height-290 {
  min-height: 290px; }
.min-height-291 {
  min-height: 291px; }
.min-height-292 {
  min-height: 292px; }
.min-height-293 {
  min-height: 293px; }
.min-height-294 {
  min-height: 294px; }
.min-height-295 {
  min-height: 295px; }
.min-height-296 {
  min-height: 296px; }
.min-height-297 {
  min-height: 297px; }
.min-height-298 {
  min-height: 298px; }
.min-height-299 {
  min-height: 299px; }
.min-height-300 {
  min-height: 300px; }
.min-height-301 {
  min-height: 301px; }
.min-height-302 {
  min-height: 302px; }
.min-height-303 {
  min-height: 303px; }
.min-height-304 {
  min-height: 304px; }
.min-height-305 {
  min-height: 305px; }
.min-height-306 {
  min-height: 306px; }
.min-height-307 {
  min-height: 307px; }
.min-height-308 {
  min-height: 308px; }
.min-height-309 {
  min-height: 309px; }
.min-height-310 {
  min-height: 310px; }
.min-height-311 {
  min-height: 311px; }
.min-height-312 {
  min-height: 312px; }
.min-height-313 {
  min-height: 313px; }
.min-height-314 {
  min-height: 314px; }
.min-height-315 {
  min-height: 315px; }
.min-height-316 {
  min-height: 316px; }
.min-height-317 {
  min-height: 317px; }
.min-height-318 {
  min-height: 318px; }
.min-height-319 {
  min-height: 319px; }
.min-height-320 {
  min-height: 320px; }
.min-height-321 {
  min-height: 321px; }
.min-height-322 {
  min-height: 322px; }
.min-height-323 {
  min-height: 323px; }
.min-height-324 {
  min-height: 324px; }
.min-height-325 {
  min-height: 325px; }
.min-height-326 {
  min-height: 326px; }
.min-height-327 {
  min-height: 327px; }
.min-height-328 {
  min-height: 328px; }
.min-height-329 {
  min-height: 329px; }
.min-height-330 {
  min-height: 330px; }
.min-height-331 {
  min-height: 331px; }
.min-height-332 {
  min-height: 332px; }
.min-height-333 {
  min-height: 333px; }
.min-height-334 {
  min-height: 334px; }
.min-height-335 {
  min-height: 335px; }
.min-height-336 {
  min-height: 336px; }
.min-height-337 {
  min-height: 337px; }
.min-height-338 {
  min-height: 338px; }
.min-height-339 {
  min-height: 339px; }
.min-height-340 {
  min-height: 340px; }
.min-height-341 {
  min-height: 341px; }
.min-height-342 {
  min-height: 342px; }
.min-height-343 {
  min-height: 343px; }
.min-height-344 {
  min-height: 344px; }
.min-height-345 {
  min-height: 345px; }
.min-height-346 {
  min-height: 346px; }
.min-height-347 {
  min-height: 347px; }
.min-height-348 {
  min-height: 348px; }
.min-height-349 {
  min-height: 349px; }
.min-height-350 {
  min-height: 350px; }
.min-height-351 {
  min-height: 351px; }
.min-height-352 {
  min-height: 352px; }
.min-height-353 {
  min-height: 353px; }
.min-height-354 {
  min-height: 354px; }
.min-height-355 {
  min-height: 355px; }
.min-height-356 {
  min-height: 356px; }
.min-height-357 {
  min-height: 357px; }
.min-height-358 {
  min-height: 358px; }
.min-height-359 {
  min-height: 359px; }
.min-height-360 {
  min-height: 360px; }
.min-height-361 {
  min-height: 361px; }
.min-height-362 {
  min-height: 362px; }
.min-height-363 {
  min-height: 363px; }
.min-height-364 {
  min-height: 364px; }
.min-height-365 {
  min-height: 365px; }
.min-height-366 {
  min-height: 366px; }
.min-height-367 {
  min-height: 367px; }
.min-height-368 {
  min-height: 368px; }
.min-height-369 {
  min-height: 369px; }
.min-height-370 {
  min-height: 370px; }
.min-height-371 {
  min-height: 371px; }
.min-height-372 {
  min-height: 372px; }
.min-height-373 {
  min-height: 373px; }
.min-height-374 {
  min-height: 374px; }
.min-height-375 {
  min-height: 375px; }
.min-height-376 {
  min-height: 376px; }
.min-height-377 {
  min-height: 377px; }
.min-height-378 {
  min-height: 378px; }
.min-height-379 {
  min-height: 379px; }
.min-height-380 {
  min-height: 380px; }
.min-height-381 {
  min-height: 381px; }
.min-height-382 {
  min-height: 382px; }
.min-height-383 {
  min-height: 383px; }
.min-height-384 {
  min-height: 384px; }
.min-height-385 {
  min-height: 385px; }
.min-height-386 {
  min-height: 386px; }
.min-height-387 {
  min-height: 387px; }
.min-height-388 {
  min-height: 388px; }
.min-height-389 {
  min-height: 389px; }
.min-height-390 {
  min-height: 390px; }
.min-height-391 {
  min-height: 391px; }
.min-height-392 {
  min-height: 392px; }
.min-height-393 {
  min-height: 393px; }
.min-height-394 {
  min-height: 394px; }
.min-height-395 {
  min-height: 395px; }
.min-height-396 {
  min-height: 396px; }
.min-height-397 {
  min-height: 397px; }
.min-height-398 {
  min-height: 398px; }
.min-height-399 {
  min-height: 399px; }
.min-height-400 {
  min-height: 400px; }
.min-height-401 {
  min-height: 401px; }
.min-height-402 {
  min-height: 402px; }
.min-height-403 {
  min-height: 403px; }
.min-height-404 {
  min-height: 404px; }
.min-height-405 {
  min-height: 405px; }
.min-height-406 {
  min-height: 406px; }
.min-height-407 {
  min-height: 407px; }
.min-height-408 {
  min-height: 408px; }
.min-height-409 {
  min-height: 409px; }
.min-height-410 {
  min-height: 410px; }
.min-height-411 {
  min-height: 411px; }
.min-height-412 {
  min-height: 412px; }
.min-height-413 {
  min-height: 413px; }
.min-height-414 {
  min-height: 414px; }
.min-height-415 {
  min-height: 415px; }
.min-height-416 {
  min-height: 416px; }
.min-height-417 {
  min-height: 417px; }
.min-height-418 {
  min-height: 418px; }
.min-height-419 {
  min-height: 419px; }
.min-height-420 {
  min-height: 420px; }
.min-height-421 {
  min-height: 421px; }
.min-height-422 {
  min-height: 422px; }
.min-height-423 {
  min-height: 423px; }
.min-height-424 {
  min-height: 424px; }
.min-height-425 {
  min-height: 425px; }
.min-height-426 {
  min-height: 426px; }
.min-height-427 {
  min-height: 427px; }
.min-height-428 {
  min-height: 428px; }
.min-height-429 {
  min-height: 429px; }
.min-height-430 {
  min-height: 430px; }
.min-height-431 {
  min-height: 431px; }
.min-height-432 {
  min-height: 432px; }
.min-height-433 {
  min-height: 433px; }
.min-height-434 {
  min-height: 434px; }
.min-height-435 {
  min-height: 435px; }
.min-height-436 {
  min-height: 436px; }
.min-height-437 {
  min-height: 437px; }
.min-height-438 {
  min-height: 438px; }
.min-height-439 {
  min-height: 439px; }
.min-height-440 {
  min-height: 440px; }
.min-height-441 {
  min-height: 441px; }
.min-height-442 {
  min-height: 442px; }
.min-height-443 {
  min-height: 443px; }
.min-height-444 {
  min-height: 444px; }
.min-height-445 {
  min-height: 445px; }
.min-height-446 {
  min-height: 446px; }
.min-height-447 {
  min-height: 447px; }
.min-height-448 {
  min-height: 448px; }
.min-height-449 {
  min-height: 449px; }
.min-height-450 {
  min-height: 450px; }
.min-height-451 {
  min-height: 451px; }
.min-height-452 {
  min-height: 452px; }
.min-height-453 {
  min-height: 453px; }
.min-height-454 {
  min-height: 454px; }
.min-height-455 {
  min-height: 455px; }
.min-height-456 {
  min-height: 456px; }
.min-height-457 {
  min-height: 457px; }
.min-height-458 {
  min-height: 458px; }
.min-height-459 {
  min-height: 459px; }
.min-height-460 {
  min-height: 460px; }
.min-height-461 {
  min-height: 461px; }
.min-height-462 {
  min-height: 462px; }
.min-height-463 {
  min-height: 463px; }
.min-height-464 {
  min-height: 464px; }
.min-height-465 {
  min-height: 465px; }
.min-height-466 {
  min-height: 466px; }
.min-height-467 {
  min-height: 467px; }
.min-height-468 {
  min-height: 468px; }
.min-height-469 {
  min-height: 469px; }
.min-height-470 {
  min-height: 470px; }
.min-height-471 {
  min-height: 471px; }
.min-height-472 {
  min-height: 472px; }
.min-height-473 {
  min-height: 473px; }
.min-height-474 {
  min-height: 474px; }
.min-height-475 {
  min-height: 475px; }
.min-height-476 {
  min-height: 476px; }
.min-height-477 {
  min-height: 477px; }
.min-height-478 {
  min-height: 478px; }
.min-height-479 {
  min-height: 479px; }
.min-height-480 {
  min-height: 480px; }
.min-height-481 {
  min-height: 481px; }
.min-height-482 {
  min-height: 482px; }
.min-height-483 {
  min-height: 483px; }
.min-height-484 {
  min-height: 484px; }
.min-height-485 {
  min-height: 485px; }
.min-height-486 {
  min-height: 486px; }
.min-height-487 {
  min-height: 487px; }
.min-height-488 {
  min-height: 488px; }
.min-height-489 {
  min-height: 489px; }
.min-height-490 {
  min-height: 490px; }
.min-height-491 {
  min-height: 491px; }
.min-height-492 {
  min-height: 492px; }
.min-height-493 {
  min-height: 493px; }
.min-height-494 {
  min-height: 494px; }
.min-height-495 {
  min-height: 495px; }
.min-height-496 {
  min-height: 496px; }
.min-height-497 {
  min-height: 497px; }
.min-height-498 {
  min-height: 498px; }
.min-height-499 {
  min-height: 499px; }
.min-height-500 {
  min-height: 500px; }

.min-width-100 {
  min-width: 100px; }
.min-width-110 {
  min-width: 110px; }
.min-width-120 {
  min-width: 120px; }
.min-width-130 {
  min-width: 130px; }
.min-width-140 {
  min-width: 140px; }
.min-width-150 {
  min-width: 150px; }
.min-width-160 {
  min-width: 160px; }
.min-width-170 {
  min-width: 170px; }
.min-width-180 {
  min-width: 180px; }
.min-width-190 {
  min-width: 190px; }
.min-width-200 {
  min-width: 200px; }
.min-width-210 {
  min-width: 210px; }
.min-width-220 {
  min-width: 220px; }
.min-width-230 {
  min-width: 230px; }
.min-width-240 {
  min-width: 240px; }
.min-width-250 {
  min-width: 250px; }
.min-width-260 {
  min-width: 260px; }
.min-width-270 {
  min-width: 270px; }
.min-width-280 {
  min-width: 280px; }
.min-width-290 {
  min-width: 290px; }
.min-width-300 {
  min-width: 300px; }
.min-width-310 {
  min-width: 310px; }
.min-width-320 {
  min-width: 320px; }
.min-width-330 {
  min-width: 330px; }
.min-width-340 {
  min-width: 340px; }
.min-width-350 {
  min-width: 350px; }
.min-width-360 {
  min-width: 360px; }
.min-width-370 {
  min-width: 370px; }
.min-width-380 {
  min-width: 380px; }
.min-width-390 {
  min-width: 390px; }
.min-width-400 {
  min-width: 400px; }
.min-width-410 {
  min-width: 410px; }
.min-width-420 {
  min-width: 420px; }
.min-width-430 {
  min-width: 430px; }
.min-width-440 {
  min-width: 440px; }
.min-width-450 {
  min-width: 450px; }
.min-width-460 {
  min-width: 460px; }
.min-width-470 {
  min-width: 470px; }
.min-width-480 {
  min-width: 480px; }
.min-width-490 {
  min-width: 490px; }
.min-width-500 {
  min-width: 500px; }
.min-width-510 {
  min-width: 510px; }
.min-width-520 {
  min-width: 520px; }
.min-width-530 {
  min-width: 530px; }
.min-width-540 {
  min-width: 540px; }
.min-width-550 {
  min-width: 550px; }
.min-width-560 {
  min-width: 560px; }
.min-width-570 {
  min-width: 570px; }
.min-width-580 {
  min-width: 580px; }
.min-width-590 {
  min-width: 590px; }
.min-width-600 {
  min-width: 600px; }
.min-width-610 {
  min-width: 610px; }
.min-width-620 {
  min-width: 620px; }
.min-width-630 {
  min-width: 630px; }
.min-width-640 {
  min-width: 640px; }
.min-width-650 {
  min-width: 650px; }
.min-width-660 {
  min-width: 660px; }
.min-width-670 {
  min-width: 670px; }
.min-width-680 {
  min-width: 680px; }
.min-width-690 {
  min-width: 690px; }
.min-width-700 {
  min-width: 700px; }
.min-width-710 {
  min-width: 710px; }
.min-width-720 {
  min-width: 720px; }
.min-width-730 {
  min-width: 730px; }
.min-width-740 {
  min-width: 740px; }
.min-width-750 {
  min-width: 750px; }
.min-width-760 {
  min-width: 760px; }
.min-width-770 {
  min-width: 770px; }
.min-width-780 {
  min-width: 780px; }
.min-width-790 {
  min-width: 790px; }
.min-width-800 {
  min-width: 800px; }
.min-width-810 {
  min-width: 810px; }
.min-width-820 {
  min-width: 820px; }
.min-width-830 {
  min-width: 830px; }
.min-width-840 {
  min-width: 840px; }
.min-width-850 {
  min-width: 850px; }
.min-width-860 {
  min-width: 860px; }
.min-width-870 {
  min-width: 870px; }
.min-width-880 {
  min-width: 880px; }
.min-width-890 {
  min-width: 890px; }
.min-width-900 {
  min-width: 900px; }
.min-width-910 {
  min-width: 910px; }
.min-width-920 {
  min-width: 920px; }
.min-width-930 {
  min-width: 930px; }
.min-width-940 {
  min-width: 940px; }
.min-width-950 {
  min-width: 950px; }
.min-width-960 {
  min-width: 960px; }
.min-width-970 {
  min-width: 970px; }
.min-width-980 {
  min-width: 980px; }
.min-width-990 {
  min-width: 990px; }
.min-width-1000 {
  min-width: 1000px; }
.min-width-1010 {
  min-width: 1010px; }
.min-width-1020 {
  min-width: 1020px; }
.min-width-1030 {
  min-width: 1030px; }
.min-width-1040 {
  min-width: 1040px; }
.min-width-1050 {
  min-width: 1050px; }
.min-width-1060 {
  min-width: 1060px; }
.min-width-1070 {
  min-width: 1070px; }
.min-width-1080 {
  min-width: 1080px; }
.min-width-1090 {
  min-width: 1090px; }
.min-width-1100 {
  min-width: 1100px; }
.min-width-1110 {
  min-width: 1110px; }
.min-width-1120 {
  min-width: 1120px; }
.min-width-1130 {
  min-width: 1130px; }
.min-width-1140 {
  min-width: 1140px; }
.min-width-1150 {
  min-width: 1150px; }
.min-width-1160 {
  min-width: 1160px; }
.min-width-1170 {
  min-width: 1170px; }
.min-width-1180 {
  min-width: 1180px; }
.min-width-1190 {
  min-width: 1190px; }
.min-width-1200 {
  min-width: 1200px; }
.min-width-1210 {
  min-width: 1210px; }
.min-width-1220 {
  min-width: 1220px; }
.min-width-1230 {
  min-width: 1230px; }
.min-width-1240 {
  min-width: 1240px; }
.min-width-1250 {
  min-width: 1250px; }
.min-width-1260 {
  min-width: 1260px; }
.min-width-1270 {
  min-width: 1270px; }
.min-width-1280 {
  min-width: 1280px; }
.min-width-1290 {
  min-width: 1290px; }
.min-width-1300 {
  min-width: 1300px; }
.min-width-1310 {
  min-width: 1310px; }
.min-width-1320 {
  min-width: 1320px; }
.min-width-1330 {
  min-width: 1330px; }
.min-width-1340 {
  min-width: 1340px; }
.min-width-1350 {
  min-width: 1350px; }
.min-width-1360 {
  min-width: 1360px; }
.min-width-1370 {
  min-width: 1370px; }
.min-width-1380 {
  min-width: 1380px; }
.min-width-1390 {
  min-width: 1390px; }
.min-width-1400 {
  min-width: 1400px; }
.min-width-1410 {
  min-width: 1410px; }
.min-width-1420 {
  min-width: 1420px; }
.min-width-1430 {
  min-width: 1430px; }
.min-width-1440 {
  min-width: 1440px; }
.min-width-1450 {
  min-width: 1450px; }
.min-width-1460 {
  min-width: 1460px; }
.min-width-1470 {
  min-width: 1470px; }
.min-width-1480 {
  min-width: 1480px; }
.min-width-1490 {
  min-width: 1490px; }
.min-width-1500 {
  min-width: 1500px; }
.min-width-1510 {
  min-width: 1510px; }
.min-width-1520 {
  min-width: 1520px; }
.min-width-1530 {
  min-width: 1530px; }
.min-width-1540 {
  min-width: 1540px; }
.min-width-1550 {
  min-width: 1550px; }
.min-width-1560 {
  min-width: 1560px; }
.min-width-1570 {
  min-width: 1570px; }
.min-width-1580 {
  min-width: 1580px; }
.min-width-1590 {
  min-width: 1590px; }
.min-width-1600 {
  min-width: 1600px; }
.min-width-1610 {
  min-width: 1610px; }
.min-width-1620 {
  min-width: 1620px; }
.min-width-1630 {
  min-width: 1630px; }
.min-width-1640 {
  min-width: 1640px; }
.min-width-1650 {
  min-width: 1650px; }
.min-width-1660 {
  min-width: 1660px; }
.min-width-1670 {
  min-width: 1670px; }
.min-width-1680 {
  min-width: 1680px; }
.min-width-1690 {
  min-width: 1690px; }
.min-width-1700 {
  min-width: 1700px; }
.min-width-1710 {
  min-width: 1710px; }
.min-width-1720 {
  min-width: 1720px; }
.min-width-1730 {
  min-width: 1730px; }
.min-width-1740 {
  min-width: 1740px; }
.min-width-1750 {
  min-width: 1750px; }
.min-width-1760 {
  min-width: 1760px; }
.min-width-1770 {
  min-width: 1770px; }
.min-width-1780 {
  min-width: 1780px; }
.min-width-1790 {
  min-width: 1790px; }
.min-width-1800 {
  min-width: 1800px; }
.min-width-1810 {
  min-width: 1810px; }
.min-width-1820 {
  min-width: 1820px; }
.min-width-1830 {
  min-width: 1830px; }
.min-width-1840 {
  min-width: 1840px; }
.min-width-1850 {
  min-width: 1850px; }
.min-width-1860 {
  min-width: 1860px; }
.min-width-1870 {
  min-width: 1870px; }
.min-width-1880 {
  min-width: 1880px; }
.min-width-1890 {
  min-width: 1890px; }
.min-width-1900 {
  min-width: 1900px; }
.min-width-1910 {
  min-width: 1910px; }
.min-width-1920 {
  min-width: 1920px; }
.min-width-1930 {
  min-width: 1930px; }
.min-width-1940 {
  min-width: 1940px; }
.min-width-1950 {
  min-width: 1950px; }
.min-width-1960 {
  min-width: 1960px; }
.min-width-1970 {
  min-width: 1970px; }
.min-width-1980 {
  min-width: 1980px; }
.min-width-1990 {
  min-width: 1990px; }
.min-width-2000 {
  min-width: 2000px; }

.z-index-0 {
  z-index: 0; }
.z-index-1 {
  z-index: 1; }
.z-index-2 {
  z-index: 2; }
.z-index-3 {
  z-index: 3; }
.z-index-4 {
  z-index: 4; }
.z-index-5 {
  z-index: 5; }
.z-index-6 {
  z-index: 6; }
.z-index-7 {
  z-index: 7; }
.z-index-8 {
  z-index: 8; }
.z-index-9 {
  z-index: 9; }
.z-index-10 {
  z-index: 10; }
.z-index-11 {
  z-index: 11; }
.z-index-12 {
  z-index: 12; }
.z-index-13 {
  z-index: 13; }
.z-index-14 {
  z-index: 14; }
.z-index-15 {
  z-index: 15; }
.z-index-16 {
  z-index: 16; }
.z-index-17 {
  z-index: 17; }
.z-index-18 {
  z-index: 18; }
.z-index-19 {
  z-index: 19; }
.z-index-20 {
  z-index: 20; }
.z-index-21 {
  z-index: 21; }
.z-index-22 {
  z-index: 22; }
.z-index-23 {
  z-index: 23; }
.z-index-24 {
  z-index: 24; }
.z-index-25 {
  z-index: 25; }
.z-index-26 {
  z-index: 26; }
.z-index-27 {
  z-index: 27; }
.z-index-28 {
  z-index: 28; }
.z-index-29 {
  z-index: 29; }
.z-index-30 {
  z-index: 30; }
.z-index-31 {
  z-index: 31; }
.z-index-32 {
  z-index: 32; }
.z-index-33 {
  z-index: 33; }
.z-index-34 {
  z-index: 34; }
.z-index-35 {
  z-index: 35; }
.z-index-36 {
  z-index: 36; }
.z-index-37 {
  z-index: 37; }
.z-index-38 {
  z-index: 38; }
.z-index-39 {
  z-index: 39; }
.z-index-40 {
  z-index: 40; }
.z-index-41 {
  z-index: 41; }
.z-index-42 {
  z-index: 42; }
.z-index-43 {
  z-index: 43; }
.z-index-44 {
  z-index: 44; }
.z-index-45 {
  z-index: 45; }
.z-index-46 {
  z-index: 46; }
.z-index-47 {
  z-index: 47; }
.z-index-48 {
  z-index: 48; }
.z-index-49 {
  z-index: 49; }
.z-index-50 {
  z-index: 50; }
.z-index-51 {
  z-index: 51; }
.z-index-52 {
  z-index: 52; }
.z-index-53 {
  z-index: 53; }
.z-index-54 {
  z-index: 54; }
.z-index-55 {
  z-index: 55; }
.z-index-56 {
  z-index: 56; }
.z-index-57 {
  z-index: 57; }
.z-index-58 {
  z-index: 58; }
.z-index-59 {
  z-index: 59; }
.z-index-60 {
  z-index: 60; }
.z-index-61 {
  z-index: 61; }
.z-index-62 {
  z-index: 62; }
.z-index-63 {
  z-index: 63; }
.z-index-64 {
  z-index: 64; }
.z-index-65 {
  z-index: 65; }
.z-index-66 {
  z-index: 66; }
.z-index-67 {
  z-index: 67; }
.z-index-68 {
  z-index: 68; }
.z-index-69 {
  z-index: 69; }
.z-index-70 {
  z-index: 70; }
.z-index-71 {
  z-index: 71; }
.z-index-72 {
  z-index: 72; }
.z-index-73 {
  z-index: 73; }
.z-index-74 {
  z-index: 74; }
.z-index-75 {
  z-index: 75; }
.z-index-76 {
  z-index: 76; }
.z-index-77 {
  z-index: 77; }
.z-index-78 {
  z-index: 78; }
.z-index-79 {
  z-index: 79; }
.z-index-80 {
  z-index: 80; }
.z-index-81 {
  z-index: 81; }
.z-index-82 {
  z-index: 82; }
.z-index-83 {
  z-index: 83; }
.z-index-84 {
  z-index: 84; }
.z-index-85 {
  z-index: 85; }
.z-index-86 {
  z-index: 86; }
.z-index-87 {
  z-index: 87; }
.z-index-88 {
  z-index: 88; }
.z-index-89 {
  z-index: 89; }
.z-index-90 {
  z-index: 90; }
.z-index-91 {
  z-index: 91; }
.z-index-92 {
  z-index: 92; }
.z-index-93 {
  z-index: 93; }
.z-index-94 {
  z-index: 94; }
.z-index-95 {
  z-index: 95; }
.z-index-96 {
  z-index: 96; }
.z-index-97 {
  z-index: 97; }
.z-index-98 {
  z-index: 98; }
.z-index-99 {
  z-index: 99; }
.z-index-100 {
  z-index: 100; }

.padding-top-0 {
  padding-top: 0px; }
.padding-top-1 {
  padding-top: 1px; }
.padding-top-2 {
  padding-top: 2px; }
.padding-top-3 {
  padding-top: 3px; }
.padding-top-4 {
  padding-top: 4px; }
.padding-top-5 {
  padding-top: 5px; }
.padding-top-6 {
  padding-top: 6px; }
.padding-top-7 {
  padding-top: 7px; }
.padding-top-8 {
  padding-top: 8px; }
.padding-top-9 {
  padding-top: 9px; }
.padding-top-10 {
  padding-top: 10px; }
.padding-top-11 {
  padding-top: 11px; }
.padding-top-12 {
  padding-top: 12px; }
.padding-top-13 {
  padding-top: 13px; }
.padding-top-14 {
  padding-top: 14px; }
.padding-top-15 {
  padding-top: 15px; }
.padding-top-16 {
  padding-top: 16px; }
.padding-top-17 {
  padding-top: 17px; }
.padding-top-18 {
  padding-top: 18px; }
.padding-top-19 {
  padding-top: 19px; }
.padding-top-20 {
  padding-top: 20px; }
.padding-top-21 {
  padding-top: 21px; }
.padding-top-22 {
  padding-top: 22px; }
.padding-top-23 {
  padding-top: 23px; }
.padding-top-24 {
  padding-top: 24px; }
.padding-top-25 {
  padding-top: 25px; }
.padding-top-26 {
  padding-top: 26px; }
.padding-top-27 {
  padding-top: 27px; }
.padding-top-28 {
  padding-top: 28px; }
.padding-top-29 {
  padding-top: 29px; }
.padding-top-30 {
  padding-top: 30px; }
.padding-top-31 {
  padding-top: 31px; }
.padding-top-32 {
  padding-top: 32px; }
.padding-top-33 {
  padding-top: 33px; }
.padding-top-34 {
  padding-top: 34px; }
.padding-top-35 {
  padding-top: 35px; }
.padding-top-36 {
  padding-top: 36px; }
.padding-top-37 {
  padding-top: 37px; }
.padding-top-38 {
  padding-top: 38px; }
.padding-top-39 {
  padding-top: 39px; }
.padding-top-40 {
  padding-top: 40px; }
.padding-top-41 {
  padding-top: 41px; }
.padding-top-42 {
  padding-top: 42px; }
.padding-top-43 {
  padding-top: 43px; }
.padding-top-44 {
  padding-top: 44px; }
.padding-top-45 {
  padding-top: 45px; }
.padding-top-46 {
  padding-top: 46px; }
.padding-top-47 {
  padding-top: 47px; }
.padding-top-48 {
  padding-top: 48px; }
.padding-top-49 {
  padding-top: 49px; }
.padding-top-50 {
  padding-top: 50px; }
.padding-top-51 {
  padding-top: 51px; }
.padding-top-52 {
  padding-top: 52px; }
.padding-top-53 {
  padding-top: 53px; }
.padding-top-54 {
  padding-top: 54px; }
.padding-top-55 {
  padding-top: 55px; }
.padding-top-56 {
  padding-top: 56px; }
.padding-top-57 {
  padding-top: 57px; }
.padding-top-58 {
  padding-top: 58px; }
.padding-top-59 {
  padding-top: 59px; }
.padding-top-60 {
  padding-top: 60px; }
.padding-top-61 {
  padding-top: 61px; }
.padding-top-62 {
  padding-top: 62px; }
.padding-top-63 {
  padding-top: 63px; }
.padding-top-64 {
  padding-top: 64px; }
.padding-top-65 {
  padding-top: 65px; }
.padding-top-66 {
  padding-top: 66px; }
.padding-top-67 {
  padding-top: 67px; }
.padding-top-68 {
  padding-top: 68px; }
.padding-top-69 {
  padding-top: 69px; }
.padding-top-70 {
  padding-top: 70px; }
.padding-top-71 {
  padding-top: 71px; }
.padding-top-72 {
  padding-top: 72px; }
.padding-top-73 {
  padding-top: 73px; }
.padding-top-74 {
  padding-top: 74px; }
.padding-top-75 {
  padding-top: 75px; }
.padding-top-76 {
  padding-top: 76px; }
.padding-top-77 {
  padding-top: 77px; }
.padding-top-78 {
  padding-top: 78px; }
.padding-top-79 {
  padding-top: 79px; }
.padding-top-80 {
  padding-top: 80px; }
.padding-top-81 {
  padding-top: 81px; }
.padding-top-82 {
  padding-top: 82px; }
.padding-top-83 {
  padding-top: 83px; }
.padding-top-84 {
  padding-top: 84px; }
.padding-top-85 {
  padding-top: 85px; }
.padding-top-86 {
  padding-top: 86px; }
.padding-top-87 {
  padding-top: 87px; }
.padding-top-88 {
  padding-top: 88px; }
.padding-top-89 {
  padding-top: 89px; }
.padding-top-90 {
  padding-top: 90px; }
.padding-top-91 {
  padding-top: 91px; }
.padding-top-92 {
  padding-top: 92px; }
.padding-top-93 {
  padding-top: 93px; }
.padding-top-94 {
  padding-top: 94px; }
.padding-top-95 {
  padding-top: 95px; }
.padding-top-96 {
  padding-top: 96px; }
.padding-top-97 {
  padding-top: 97px; }
.padding-top-98 {
  padding-top: 98px; }
.padding-top-99 {
  padding-top: 99px; }
.padding-top-100 {
  padding-top: 100px; }
.padding-left-0 {
  padding-left: 0px; }
.padding-left-1 {
  padding-left: 1px; }
.padding-left-2 {
  padding-left: 2px; }
.padding-left-3 {
  padding-left: 3px; }
.padding-left-4 {
  padding-left: 4px; }
.padding-left-5 {
  padding-left: 5px; }
.padding-left-6 {
  padding-left: 6px; }
.padding-left-7 {
  padding-left: 7px; }
.padding-left-8 {
  padding-left: 8px; }
.padding-left-9 {
  padding-left: 9px; }
.padding-left-10 {
  padding-left: 10px; }
.padding-left-11 {
  padding-left: 11px; }
.padding-left-12 {
  padding-left: 12px; }
.padding-left-13 {
  padding-left: 13px; }
.padding-left-14 {
  padding-left: 14px; }
.padding-left-15 {
  padding-left: 15px; }
.padding-left-16 {
  padding-left: 16px; }
.padding-left-17 {
  padding-left: 17px; }
.padding-left-18 {
  padding-left: 18px; }
.padding-left-19 {
  padding-left: 19px; }
.padding-left-20 {
  padding-left: 20px; }
.padding-left-21 {
  padding-left: 21px; }
.padding-left-22 {
  padding-left: 22px; }
.padding-left-23 {
  padding-left: 23px; }
.padding-left-24 {
  padding-left: 24px; }
.padding-left-25 {
  padding-left: 25px; }
.padding-left-26 {
  padding-left: 26px; }
.padding-left-27 {
  padding-left: 27px; }
.padding-left-28 {
  padding-left: 28px; }
.padding-left-29 {
  padding-left: 29px; }
.padding-left-30 {
  padding-left: 30px; }
.padding-left-31 {
  padding-left: 31px; }
.padding-left-32 {
  padding-left: 32px; }
.padding-left-33 {
  padding-left: 33px; }
.padding-left-34 {
  padding-left: 34px; }
.padding-left-35 {
  padding-left: 35px; }
.padding-left-36 {
  padding-left: 36px; }
.padding-left-37 {
  padding-left: 37px; }
.padding-left-38 {
  padding-left: 38px; }
.padding-left-39 {
  padding-left: 39px; }
.padding-left-40 {
  padding-left: 40px; }
.padding-left-41 {
  padding-left: 41px; }
.padding-left-42 {
  padding-left: 42px; }
.padding-left-43 {
  padding-left: 43px; }
.padding-left-44 {
  padding-left: 44px; }
.padding-left-45 {
  padding-left: 45px; }
.padding-left-46 {
  padding-left: 46px; }
.padding-left-47 {
  padding-left: 47px; }
.padding-left-48 {
  padding-left: 48px; }
.padding-left-49 {
  padding-left: 49px; }
.padding-left-50 {
  padding-left: 50px; }
.padding-left-51 {
  padding-left: 51px; }
.padding-left-52 {
  padding-left: 52px; }
.padding-left-53 {
  padding-left: 53px; }
.padding-left-54 {
  padding-left: 54px; }
.padding-left-55 {
  padding-left: 55px; }
.padding-left-56 {
  padding-left: 56px; }
.padding-left-57 {
  padding-left: 57px; }
.padding-left-58 {
  padding-left: 58px; }
.padding-left-59 {
  padding-left: 59px; }
.padding-left-60 {
  padding-left: 60px; }
.padding-left-61 {
  padding-left: 61px; }
.padding-left-62 {
  padding-left: 62px; }
.padding-left-63 {
  padding-left: 63px; }
.padding-left-64 {
  padding-left: 64px; }
.padding-left-65 {
  padding-left: 65px; }
.padding-left-66 {
  padding-left: 66px; }
.padding-left-67 {
  padding-left: 67px; }
.padding-left-68 {
  padding-left: 68px; }
.padding-left-69 {
  padding-left: 69px; }
.padding-left-70 {
  padding-left: 70px; }
.padding-left-71 {
  padding-left: 71px; }
.padding-left-72 {
  padding-left: 72px; }
.padding-left-73 {
  padding-left: 73px; }
.padding-left-74 {
  padding-left: 74px; }
.padding-left-75 {
  padding-left: 75px; }
.padding-left-76 {
  padding-left: 76px; }
.padding-left-77 {
  padding-left: 77px; }
.padding-left-78 {
  padding-left: 78px; }
.padding-left-79 {
  padding-left: 79px; }
.padding-left-80 {
  padding-left: 80px; }
.padding-left-81 {
  padding-left: 81px; }
.padding-left-82 {
  padding-left: 82px; }
.padding-left-83 {
  padding-left: 83px; }
.padding-left-84 {
  padding-left: 84px; }
.padding-left-85 {
  padding-left: 85px; }
.padding-left-86 {
  padding-left: 86px; }
.padding-left-87 {
  padding-left: 87px; }
.padding-left-88 {
  padding-left: 88px; }
.padding-left-89 {
  padding-left: 89px; }
.padding-left-90 {
  padding-left: 90px; }
.padding-left-91 {
  padding-left: 91px; }
.padding-left-92 {
  padding-left: 92px; }
.padding-left-93 {
  padding-left: 93px; }
.padding-left-94 {
  padding-left: 94px; }
.padding-left-95 {
  padding-left: 95px; }
.padding-left-96 {
  padding-left: 96px; }
.padding-left-97 {
  padding-left: 97px; }
.padding-left-98 {
  padding-left: 98px; }
.padding-left-99 {
  padding-left: 99px; }
.padding-left-100 {
  padding-left: 100px; }
.padding-right-0 {
  padding-right: 0px; }
.padding-right-1 {
  padding-right: 1px; }
.padding-right-2 {
  padding-right: 2px; }
.padding-right-3 {
  padding-right: 3px; }
.padding-right-4 {
  padding-right: 4px; }
.padding-right-5 {
  padding-right: 5px; }
.padding-right-6 {
  padding-right: 6px; }
.padding-right-7 {
  padding-right: 7px; }
.padding-right-8 {
  padding-right: 8px; }
.padding-right-9 {
  padding-right: 9px; }
.padding-right-10 {
  padding-right: 10px; }
.padding-right-11 {
  padding-right: 11px; }
.padding-right-12 {
  padding-right: 12px; }
.padding-right-13 {
  padding-right: 13px; }
.padding-right-14 {
  padding-right: 14px; }
.padding-right-15 {
  padding-right: 15px; }
.padding-right-16 {
  padding-right: 16px; }
.padding-right-17 {
  padding-right: 17px; }
.padding-right-18 {
  padding-right: 18px; }
.padding-right-19 {
  padding-right: 19px; }
.padding-right-20 {
  padding-right: 20px; }
.padding-right-21 {
  padding-right: 21px; }
.padding-right-22 {
  padding-right: 22px; }
.padding-right-23 {
  padding-right: 23px; }
.padding-right-24 {
  padding-right: 24px; }
.padding-right-25 {
  padding-right: 25px; }
.padding-right-26 {
  padding-right: 26px; }
.padding-right-27 {
  padding-right: 27px; }
.padding-right-28 {
  padding-right: 28px; }
.padding-right-29 {
  padding-right: 29px; }
.padding-right-30 {
  padding-right: 30px; }
.padding-right-31 {
  padding-right: 31px; }
.padding-right-32 {
  padding-right: 32px; }
.padding-right-33 {
  padding-right: 33px; }
.padding-right-34 {
  padding-right: 34px; }
.padding-right-35 {
  padding-right: 35px; }
.padding-right-36 {
  padding-right: 36px; }
.padding-right-37 {
  padding-right: 37px; }
.padding-right-38 {
  padding-right: 38px; }
.padding-right-39 {
  padding-right: 39px; }
.padding-right-40 {
  padding-right: 40px; }
.padding-right-41 {
  padding-right: 41px; }
.padding-right-42 {
  padding-right: 42px; }
.padding-right-43 {
  padding-right: 43px; }
.padding-right-44 {
  padding-right: 44px; }
.padding-right-45 {
  padding-right: 45px; }
.padding-right-46 {
  padding-right: 46px; }
.padding-right-47 {
  padding-right: 47px; }
.padding-right-48 {
  padding-right: 48px; }
.padding-right-49 {
  padding-right: 49px; }
.padding-right-50 {
  padding-right: 50px; }
.padding-right-51 {
  padding-right: 51px; }
.padding-right-52 {
  padding-right: 52px; }
.padding-right-53 {
  padding-right: 53px; }
.padding-right-54 {
  padding-right: 54px; }
.padding-right-55 {
  padding-right: 55px; }
.padding-right-56 {
  padding-right: 56px; }
.padding-right-57 {
  padding-right: 57px; }
.padding-right-58 {
  padding-right: 58px; }
.padding-right-59 {
  padding-right: 59px; }
.padding-right-60 {
  padding-right: 60px; }
.padding-right-61 {
  padding-right: 61px; }
.padding-right-62 {
  padding-right: 62px; }
.padding-right-63 {
  padding-right: 63px; }
.padding-right-64 {
  padding-right: 64px; }
.padding-right-65 {
  padding-right: 65px; }
.padding-right-66 {
  padding-right: 66px; }
.padding-right-67 {
  padding-right: 67px; }
.padding-right-68 {
  padding-right: 68px; }
.padding-right-69 {
  padding-right: 69px; }
.padding-right-70 {
  padding-right: 70px; }
.padding-right-71 {
  padding-right: 71px; }
.padding-right-72 {
  padding-right: 72px; }
.padding-right-73 {
  padding-right: 73px; }
.padding-right-74 {
  padding-right: 74px; }
.padding-right-75 {
  padding-right: 75px; }
.padding-right-76 {
  padding-right: 76px; }
.padding-right-77 {
  padding-right: 77px; }
.padding-right-78 {
  padding-right: 78px; }
.padding-right-79 {
  padding-right: 79px; }
.padding-right-80 {
  padding-right: 80px; }
.padding-right-81 {
  padding-right: 81px; }
.padding-right-82 {
  padding-right: 82px; }
.padding-right-83 {
  padding-right: 83px; }
.padding-right-84 {
  padding-right: 84px; }
.padding-right-85 {
  padding-right: 85px; }
.padding-right-86 {
  padding-right: 86px; }
.padding-right-87 {
  padding-right: 87px; }
.padding-right-88 {
  padding-right: 88px; }
.padding-right-89 {
  padding-right: 89px; }
.padding-right-90 {
  padding-right: 90px; }
.padding-right-91 {
  padding-right: 91px; }
.padding-right-92 {
  padding-right: 92px; }
.padding-right-93 {
  padding-right: 93px; }
.padding-right-94 {
  padding-right: 94px; }
.padding-right-95 {
  padding-right: 95px; }
.padding-right-96 {
  padding-right: 96px; }
.padding-right-97 {
  padding-right: 97px; }
.padding-right-98 {
  padding-right: 98px; }
.padding-right-99 {
  padding-right: 99px; }
.padding-right-100 {
  padding-right: 100px; }
.padding-bottom-0 {
  padding-bottom: 0px; }
.padding-bottom-1 {
  padding-bottom: 1px; }
.padding-bottom-2 {
  padding-bottom: 2px; }
.padding-bottom-3 {
  padding-bottom: 3px; }
.padding-bottom-4 {
  padding-bottom: 4px; }
.padding-bottom-5 {
  padding-bottom: 5px; }
.padding-bottom-6 {
  padding-bottom: 6px; }
.padding-bottom-7 {
  padding-bottom: 7px; }
.padding-bottom-8 {
  padding-bottom: 8px; }
.padding-bottom-9 {
  padding-bottom: 9px; }
.padding-bottom-10 {
  padding-bottom: 10px; }
.padding-bottom-11 {
  padding-bottom: 11px; }
.padding-bottom-12 {
  padding-bottom: 12px; }
.padding-bottom-13 {
  padding-bottom: 13px; }
.padding-bottom-14 {
  padding-bottom: 14px; }
.padding-bottom-15 {
  padding-bottom: 15px; }
.padding-bottom-16 {
  padding-bottom: 16px; }
.padding-bottom-17 {
  padding-bottom: 17px; }
.padding-bottom-18 {
  padding-bottom: 18px; }
.padding-bottom-19 {
  padding-bottom: 19px; }
.padding-bottom-20 {
  padding-bottom: 20px; }
.padding-bottom-21 {
  padding-bottom: 21px; }
.padding-bottom-22 {
  padding-bottom: 22px; }
.padding-bottom-23 {
  padding-bottom: 23px; }
.padding-bottom-24 {
  padding-bottom: 24px; }
.padding-bottom-25 {
  padding-bottom: 25px; }
.padding-bottom-26 {
  padding-bottom: 26px; }
.padding-bottom-27 {
  padding-bottom: 27px; }
.padding-bottom-28 {
  padding-bottom: 28px; }
.padding-bottom-29 {
  padding-bottom: 29px; }
.padding-bottom-30 {
  padding-bottom: 30px; }
.padding-bottom-31 {
  padding-bottom: 31px; }
.padding-bottom-32 {
  padding-bottom: 32px; }
.padding-bottom-33 {
  padding-bottom: 33px; }
.padding-bottom-34 {
  padding-bottom: 34px; }
.padding-bottom-35 {
  padding-bottom: 35px; }
.padding-bottom-36 {
  padding-bottom: 36px; }
.padding-bottom-37 {
  padding-bottom: 37px; }
.padding-bottom-38 {
  padding-bottom: 38px; }
.padding-bottom-39 {
  padding-bottom: 39px; }
.padding-bottom-40 {
  padding-bottom: 40px; }
.padding-bottom-41 {
  padding-bottom: 41px; }
.padding-bottom-42 {
  padding-bottom: 42px; }
.padding-bottom-43 {
  padding-bottom: 43px; }
.padding-bottom-44 {
  padding-bottom: 44px; }
.padding-bottom-45 {
  padding-bottom: 45px; }
.padding-bottom-46 {
  padding-bottom: 46px; }
.padding-bottom-47 {
  padding-bottom: 47px; }
.padding-bottom-48 {
  padding-bottom: 48px; }
.padding-bottom-49 {
  padding-bottom: 49px; }
.padding-bottom-50 {
  padding-bottom: 50px; }
.padding-bottom-51 {
  padding-bottom: 51px; }
.padding-bottom-52 {
  padding-bottom: 52px; }
.padding-bottom-53 {
  padding-bottom: 53px; }
.padding-bottom-54 {
  padding-bottom: 54px; }
.padding-bottom-55 {
  padding-bottom: 55px; }
.padding-bottom-56 {
  padding-bottom: 56px; }
.padding-bottom-57 {
  padding-bottom: 57px; }
.padding-bottom-58 {
  padding-bottom: 58px; }
.padding-bottom-59 {
  padding-bottom: 59px; }
.padding-bottom-60 {
  padding-bottom: 60px; }
.padding-bottom-61 {
  padding-bottom: 61px; }
.padding-bottom-62 {
  padding-bottom: 62px; }
.padding-bottom-63 {
  padding-bottom: 63px; }
.padding-bottom-64 {
  padding-bottom: 64px; }
.padding-bottom-65 {
  padding-bottom: 65px; }
.padding-bottom-66 {
  padding-bottom: 66px; }
.padding-bottom-67 {
  padding-bottom: 67px; }
.padding-bottom-68 {
  padding-bottom: 68px; }
.padding-bottom-69 {
  padding-bottom: 69px; }
.padding-bottom-70 {
  padding-bottom: 70px; }
.padding-bottom-71 {
  padding-bottom: 71px; }
.padding-bottom-72 {
  padding-bottom: 72px; }
.padding-bottom-73 {
  padding-bottom: 73px; }
.padding-bottom-74 {
  padding-bottom: 74px; }
.padding-bottom-75 {
  padding-bottom: 75px; }
.padding-bottom-76 {
  padding-bottom: 76px; }
.padding-bottom-77 {
  padding-bottom: 77px; }
.padding-bottom-78 {
  padding-bottom: 78px; }
.padding-bottom-79 {
  padding-bottom: 79px; }
.padding-bottom-80 {
  padding-bottom: 80px; }
.padding-bottom-81 {
  padding-bottom: 81px; }
.padding-bottom-82 {
  padding-bottom: 82px; }
.padding-bottom-83 {
  padding-bottom: 83px; }
.padding-bottom-84 {
  padding-bottom: 84px; }
.padding-bottom-85 {
  padding-bottom: 85px; }
.padding-bottom-86 {
  padding-bottom: 86px; }
.padding-bottom-87 {
  padding-bottom: 87px; }
.padding-bottom-88 {
  padding-bottom: 88px; }
.padding-bottom-89 {
  padding-bottom: 89px; }
.padding-bottom-90 {
  padding-bottom: 90px; }
.padding-bottom-91 {
  padding-bottom: 91px; }
.padding-bottom-92 {
  padding-bottom: 92px; }
.padding-bottom-93 {
  padding-bottom: 93px; }
.padding-bottom-94 {
  padding-bottom: 94px; }
.padding-bottom-95 {
  padding-bottom: 95px; }
.padding-bottom-96 {
  padding-bottom: 96px; }
.padding-bottom-97 {
  padding-bottom: 97px; }
.padding-bottom-98 {
  padding-bottom: 98px; }
.padding-bottom-99 {
  padding-bottom: 99px; }
.padding-bottom-100 {
  padding-bottom: 100px; }

.margin-top-0 {
  margin-top: 0px; }
.margin-top--0 {
  margin-top: -0px; }
.margin-top-1 {
  margin-top: 1px; }
.margin-top--1 {
  margin-top: -1px; }
.margin-top-2 {
  margin-top: 2px; }
.margin-top--2 {
  margin-top: -2px; }
.margin-top-3 {
  margin-top: 3px; }
.margin-top--3 {
  margin-top: -3px; }
.margin-top-4 {
  margin-top: 4px; }
.margin-top--4 {
  margin-top: -4px; }
.margin-top-5 {
  margin-top: 5px; }
.margin-top--5 {
  margin-top: -5px; }
.margin-top-6 {
  margin-top: 6px; }
.margin-top--6 {
  margin-top: -6px; }
.margin-top-7 {
  margin-top: 7px; }
.margin-top--7 {
  margin-top: -7px; }
.margin-top-8 {
  margin-top: 8px; }
.margin-top--8 {
  margin-top: -8px; }
.margin-top-9 {
  margin-top: 9px; }
.margin-top--9 {
  margin-top: -9px; }
.margin-top-10 {
  margin-top: 10px; }
.margin-top--10 {
  margin-top: -10px; }
.margin-top-11 {
  margin-top: 11px; }
.margin-top--11 {
  margin-top: -11px; }
.margin-top-12 {
  margin-top: 12px; }
.margin-top--12 {
  margin-top: -12px; }
.margin-top-13 {
  margin-top: 13px; }
.margin-top--13 {
  margin-top: -13px; }
.margin-top-14 {
  margin-top: 14px; }
.margin-top--14 {
  margin-top: -14px; }
.margin-top-15 {
  margin-top: 15px; }
.margin-top--15 {
  margin-top: -15px; }
.margin-top-16 {
  margin-top: 16px; }
.margin-top--16 {
  margin-top: -16px; }
.margin-top-17 {
  margin-top: 17px; }
.margin-top--17 {
  margin-top: -17px; }
.margin-top-18 {
  margin-top: 18px; }
.margin-top--18 {
  margin-top: -18px; }
.margin-top-19 {
  margin-top: 19px; }
.margin-top--19 {
  margin-top: -19px; }
.margin-top-20 {
  margin-top: 20px; }
.margin-top--20 {
  margin-top: -20px; }
.margin-top-21 {
  margin-top: 21px; }
.margin-top--21 {
  margin-top: -21px; }
.margin-top-22 {
  margin-top: 22px; }
.margin-top--22 {
  margin-top: -22px; }
.margin-top-23 {
  margin-top: 23px; }
.margin-top--23 {
  margin-top: -23px; }
.margin-top-24 {
  margin-top: 24px; }
.margin-top--24 {
  margin-top: -24px; }
.margin-top-25 {
  margin-top: 25px; }
.margin-top--25 {
  margin-top: -25px; }
.margin-top-26 {
  margin-top: 26px; }
.margin-top--26 {
  margin-top: -26px; }
.margin-top-27 {
  margin-top: 27px; }
.margin-top--27 {
  margin-top: -27px; }
.margin-top-28 {
  margin-top: 28px; }
.margin-top--28 {
  margin-top: -28px; }
.margin-top-29 {
  margin-top: 29px; }
.margin-top--29 {
  margin-top: -29px; }
.margin-top-30 {
  margin-top: 30px; }
.margin-top--30 {
  margin-top: -30px; }
.margin-top-31 {
  margin-top: 31px; }
.margin-top--31 {
  margin-top: -31px; }
.margin-top-32 {
  margin-top: 32px; }
.margin-top--32 {
  margin-top: -32px; }
.margin-top-33 {
  margin-top: 33px; }
.margin-top--33 {
  margin-top: -33px; }
.margin-top-34 {
  margin-top: 34px; }
.margin-top--34 {
  margin-top: -34px; }
.margin-top-35 {
  margin-top: 35px; }
.margin-top--35 {
  margin-top: -35px; }
.margin-top-36 {
  margin-top: 36px; }
.margin-top--36 {
  margin-top: -36px; }
.margin-top-37 {
  margin-top: 37px; }
.margin-top--37 {
  margin-top: -37px; }
.margin-top-38 {
  margin-top: 38px; }
.margin-top--38 {
  margin-top: -38px; }
.margin-top-39 {
  margin-top: 39px; }
.margin-top--39 {
  margin-top: -39px; }
.margin-top-40 {
  margin-top: 40px; }
.margin-top--40 {
  margin-top: -40px; }
.margin-top-41 {
  margin-top: 41px; }
.margin-top--41 {
  margin-top: -41px; }
.margin-top-42 {
  margin-top: 42px; }
.margin-top--42 {
  margin-top: -42px; }
.margin-top-43 {
  margin-top: 43px; }
.margin-top--43 {
  margin-top: -43px; }
.margin-top-44 {
  margin-top: 44px; }
.margin-top--44 {
  margin-top: -44px; }
.margin-top-45 {
  margin-top: 45px; }
.margin-top--45 {
  margin-top: -45px; }
.margin-top-46 {
  margin-top: 46px; }
.margin-top--46 {
  margin-top: -46px; }
.margin-top-47 {
  margin-top: 47px; }
.margin-top--47 {
  margin-top: -47px; }
.margin-top-48 {
  margin-top: 48px; }
.margin-top--48 {
  margin-top: -48px; }
.margin-top-49 {
  margin-top: 49px; }
.margin-top--49 {
  margin-top: -49px; }
.margin-top-50 {
  margin-top: 50px; }
.margin-top--50 {
  margin-top: -50px; }
.margin-top-51 {
  margin-top: 51px; }
.margin-top--51 {
  margin-top: -51px; }
.margin-top-52 {
  margin-top: 52px; }
.margin-top--52 {
  margin-top: -52px; }
.margin-top-53 {
  margin-top: 53px; }
.margin-top--53 {
  margin-top: -53px; }
.margin-top-54 {
  margin-top: 54px; }
.margin-top--54 {
  margin-top: -54px; }
.margin-top-55 {
  margin-top: 55px; }
.margin-top--55 {
  margin-top: -55px; }
.margin-top-56 {
  margin-top: 56px; }
.margin-top--56 {
  margin-top: -56px; }
.margin-top-57 {
  margin-top: 57px; }
.margin-top--57 {
  margin-top: -57px; }
.margin-top-58 {
  margin-top: 58px; }
.margin-top--58 {
  margin-top: -58px; }
.margin-top-59 {
  margin-top: 59px; }
.margin-top--59 {
  margin-top: -59px; }
.margin-top-60 {
  margin-top: 60px; }
.margin-top--60 {
  margin-top: -60px; }
.margin-top-61 {
  margin-top: 61px; }
.margin-top--61 {
  margin-top: -61px; }
.margin-top-62 {
  margin-top: 62px; }
.margin-top--62 {
  margin-top: -62px; }
.margin-top-63 {
  margin-top: 63px; }
.margin-top--63 {
  margin-top: -63px; }
.margin-top-64 {
  margin-top: 64px; }
.margin-top--64 {
  margin-top: -64px; }
.margin-top-65 {
  margin-top: 65px; }
.margin-top--65 {
  margin-top: -65px; }
.margin-top-66 {
  margin-top: 66px; }
.margin-top--66 {
  margin-top: -66px; }
.margin-top-67 {
  margin-top: 67px; }
.margin-top--67 {
  margin-top: -67px; }
.margin-top-68 {
  margin-top: 68px; }
.margin-top--68 {
  margin-top: -68px; }
.margin-top-69 {
  margin-top: 69px; }
.margin-top--69 {
  margin-top: -69px; }
.margin-top-70 {
  margin-top: 70px; }
.margin-top--70 {
  margin-top: -70px; }
.margin-top-71 {
  margin-top: 71px; }
.margin-top--71 {
  margin-top: -71px; }
.margin-top-72 {
  margin-top: 72px; }
.margin-top--72 {
  margin-top: -72px; }
.margin-top-73 {
  margin-top: 73px; }
.margin-top--73 {
  margin-top: -73px; }
.margin-top-74 {
  margin-top: 74px; }
.margin-top--74 {
  margin-top: -74px; }
.margin-top-75 {
  margin-top: 75px; }
.margin-top--75 {
  margin-top: -75px; }
.margin-top-76 {
  margin-top: 76px; }
.margin-top--76 {
  margin-top: -76px; }
.margin-top-77 {
  margin-top: 77px; }
.margin-top--77 {
  margin-top: -77px; }
.margin-top-78 {
  margin-top: 78px; }
.margin-top--78 {
  margin-top: -78px; }
.margin-top-79 {
  margin-top: 79px; }
.margin-top--79 {
  margin-top: -79px; }
.margin-top-80 {
  margin-top: 80px; }
.margin-top--80 {
  margin-top: -80px; }
.margin-top-81 {
  margin-top: 81px; }
.margin-top--81 {
  margin-top: -81px; }
.margin-top-82 {
  margin-top: 82px; }
.margin-top--82 {
  margin-top: -82px; }
.margin-top-83 {
  margin-top: 83px; }
.margin-top--83 {
  margin-top: -83px; }
.margin-top-84 {
  margin-top: 84px; }
.margin-top--84 {
  margin-top: -84px; }
.margin-top-85 {
  margin-top: 85px; }
.margin-top--85 {
  margin-top: -85px; }
.margin-top-86 {
  margin-top: 86px; }
.margin-top--86 {
  margin-top: -86px; }
.margin-top-87 {
  margin-top: 87px; }
.margin-top--87 {
  margin-top: -87px; }
.margin-top-88 {
  margin-top: 88px; }
.margin-top--88 {
  margin-top: -88px; }
.margin-top-89 {
  margin-top: 89px; }
.margin-top--89 {
  margin-top: -89px; }
.margin-top-90 {
  margin-top: 90px; }
.margin-top--90 {
  margin-top: -90px; }
.margin-top-91 {
  margin-top: 91px; }
.margin-top--91 {
  margin-top: -91px; }
.margin-top-92 {
  margin-top: 92px; }
.margin-top--92 {
  margin-top: -92px; }
.margin-top-93 {
  margin-top: 93px; }
.margin-top--93 {
  margin-top: -93px; }
.margin-top-94 {
  margin-top: 94px; }
.margin-top--94 {
  margin-top: -94px; }
.margin-top-95 {
  margin-top: 95px; }
.margin-top--95 {
  margin-top: -95px; }
.margin-top-96 {
  margin-top: 96px; }
.margin-top--96 {
  margin-top: -96px; }
.margin-top-97 {
  margin-top: 97px; }
.margin-top--97 {
  margin-top: -97px; }
.margin-top-98 {
  margin-top: 98px; }
.margin-top--98 {
  margin-top: -98px; }
.margin-top-99 {
  margin-top: 99px; }
.margin-top--99 {
  margin-top: -99px; }
.margin-top-100 {
  margin-top: 100px; }
.margin-top--100 {
  margin-top: -100px; }
.margin-left-0 {
  margin-left: 0px; }
.margin-left--0 {
  margin-left: -0px; }
.margin-left-1 {
  margin-left: 1px; }
.margin-left--1 {
  margin-left: -1px; }
.margin-left-2 {
  margin-left: 2px; }
.margin-left--2 {
  margin-left: -2px; }
.margin-left-3 {
  margin-left: 3px; }
.margin-left--3 {
  margin-left: -3px; }
.margin-left-4 {
  margin-left: 4px; }
.margin-left--4 {
  margin-left: -4px; }
.margin-left-5 {
  margin-left: 5px; }
.margin-left--5 {
  margin-left: -5px; }
.margin-left-6 {
  margin-left: 6px; }
.margin-left--6 {
  margin-left: -6px; }
.margin-left-7 {
  margin-left: 7px; }
.margin-left--7 {
  margin-left: -7px; }
.margin-left-8 {
  margin-left: 8px; }
.margin-left--8 {
  margin-left: -8px; }
.margin-left-9 {
  margin-left: 9px; }
.margin-left--9 {
  margin-left: -9px; }
.margin-left-10 {
  margin-left: 10px; }
.margin-left--10 {
  margin-left: -10px; }
.margin-left-11 {
  margin-left: 11px; }
.margin-left--11 {
  margin-left: -11px; }
.margin-left-12 {
  margin-left: 12px; }
.margin-left--12 {
  margin-left: -12px; }
.margin-left-13 {
  margin-left: 13px; }
.margin-left--13 {
  margin-left: -13px; }
.margin-left-14 {
  margin-left: 14px; }
.margin-left--14 {
  margin-left: -14px; }
.margin-left-15 {
  margin-left: 15px; }
.margin-left--15 {
  margin-left: -15px; }
.margin-left-16 {
  margin-left: 16px; }
.margin-left--16 {
  margin-left: -16px; }
.margin-left-17 {
  margin-left: 17px; }
.margin-left--17 {
  margin-left: -17px; }
.margin-left-18 {
  margin-left: 18px; }
.margin-left--18 {
  margin-left: -18px; }
.margin-left-19 {
  margin-left: 19px; }
.margin-left--19 {
  margin-left: -19px; }
.margin-left-20 {
  margin-left: 20px; }
.margin-left--20 {
  margin-left: -20px; }
.margin-left-21 {
  margin-left: 21px; }
.margin-left--21 {
  margin-left: -21px; }
.margin-left-22 {
  margin-left: 22px; }
.margin-left--22 {
  margin-left: -22px; }
.margin-left-23 {
  margin-left: 23px; }
.margin-left--23 {
  margin-left: -23px; }
.margin-left-24 {
  margin-left: 24px; }
.margin-left--24 {
  margin-left: -24px; }
.margin-left-25 {
  margin-left: 25px; }
.margin-left--25 {
  margin-left: -25px; }
.margin-left-26 {
  margin-left: 26px; }
.margin-left--26 {
  margin-left: -26px; }
.margin-left-27 {
  margin-left: 27px; }
.margin-left--27 {
  margin-left: -27px; }
.margin-left-28 {
  margin-left: 28px; }
.margin-left--28 {
  margin-left: -28px; }
.margin-left-29 {
  margin-left: 29px; }
.margin-left--29 {
  margin-left: -29px; }
.margin-left-30 {
  margin-left: 30px; }
.margin-left--30 {
  margin-left: -30px; }
.margin-left-31 {
  margin-left: 31px; }
.margin-left--31 {
  margin-left: -31px; }
.margin-left-32 {
  margin-left: 32px; }
.margin-left--32 {
  margin-left: -32px; }
.margin-left-33 {
  margin-left: 33px; }
.margin-left--33 {
  margin-left: -33px; }
.margin-left-34 {
  margin-left: 34px; }
.margin-left--34 {
  margin-left: -34px; }
.margin-left-35 {
  margin-left: 35px; }
.margin-left--35 {
  margin-left: -35px; }
.margin-left-36 {
  margin-left: 36px; }
.margin-left--36 {
  margin-left: -36px; }
.margin-left-37 {
  margin-left: 37px; }
.margin-left--37 {
  margin-left: -37px; }
.margin-left-38 {
  margin-left: 38px; }
.margin-left--38 {
  margin-left: -38px; }
.margin-left-39 {
  margin-left: 39px; }
.margin-left--39 {
  margin-left: -39px; }
.margin-left-40 {
  margin-left: 40px; }
.margin-left--40 {
  margin-left: -40px; }
.margin-left-41 {
  margin-left: 41px; }
.margin-left--41 {
  margin-left: -41px; }
.margin-left-42 {
  margin-left: 42px; }
.margin-left--42 {
  margin-left: -42px; }
.margin-left-43 {
  margin-left: 43px; }
.margin-left--43 {
  margin-left: -43px; }
.margin-left-44 {
  margin-left: 44px; }
.margin-left--44 {
  margin-left: -44px; }
.margin-left-45 {
  margin-left: 45px; }
.margin-left--45 {
  margin-left: -45px; }
.margin-left-46 {
  margin-left: 46px; }
.margin-left--46 {
  margin-left: -46px; }
.margin-left-47 {
  margin-left: 47px; }
.margin-left--47 {
  margin-left: -47px; }
.margin-left-48 {
  margin-left: 48px; }
.margin-left--48 {
  margin-left: -48px; }
.margin-left-49 {
  margin-left: 49px; }
.margin-left--49 {
  margin-left: -49px; }
.margin-left-50 {
  margin-left: 50px; }
.margin-left--50 {
  margin-left: -50px; }
.margin-left-51 {
  margin-left: 51px; }
.margin-left--51 {
  margin-left: -51px; }
.margin-left-52 {
  margin-left: 52px; }
.margin-left--52 {
  margin-left: -52px; }
.margin-left-53 {
  margin-left: 53px; }
.margin-left--53 {
  margin-left: -53px; }
.margin-left-54 {
  margin-left: 54px; }
.margin-left--54 {
  margin-left: -54px; }
.margin-left-55 {
  margin-left: 55px; }
.margin-left--55 {
  margin-left: -55px; }
.margin-left-56 {
  margin-left: 56px; }
.margin-left--56 {
  margin-left: -56px; }
.margin-left-57 {
  margin-left: 57px; }
.margin-left--57 {
  margin-left: -57px; }
.margin-left-58 {
  margin-left: 58px; }
.margin-left--58 {
  margin-left: -58px; }
.margin-left-59 {
  margin-left: 59px; }
.margin-left--59 {
  margin-left: -59px; }
.margin-left-60 {
  margin-left: 60px; }
.margin-left--60 {
  margin-left: -60px; }
.margin-left-61 {
  margin-left: 61px; }
.margin-left--61 {
  margin-left: -61px; }
.margin-left-62 {
  margin-left: 62px; }
.margin-left--62 {
  margin-left: -62px; }
.margin-left-63 {
  margin-left: 63px; }
.margin-left--63 {
  margin-left: -63px; }
.margin-left-64 {
  margin-left: 64px; }
.margin-left--64 {
  margin-left: -64px; }
.margin-left-65 {
  margin-left: 65px; }
.margin-left--65 {
  margin-left: -65px; }
.margin-left-66 {
  margin-left: 66px; }
.margin-left--66 {
  margin-left: -66px; }
.margin-left-67 {
  margin-left: 67px; }
.margin-left--67 {
  margin-left: -67px; }
.margin-left-68 {
  margin-left: 68px; }
.margin-left--68 {
  margin-left: -68px; }
.margin-left-69 {
  margin-left: 69px; }
.margin-left--69 {
  margin-left: -69px; }
.margin-left-70 {
  margin-left: 70px; }
.margin-left--70 {
  margin-left: -70px; }
.margin-left-71 {
  margin-left: 71px; }
.margin-left--71 {
  margin-left: -71px; }
.margin-left-72 {
  margin-left: 72px; }
.margin-left--72 {
  margin-left: -72px; }
.margin-left-73 {
  margin-left: 73px; }
.margin-left--73 {
  margin-left: -73px; }
.margin-left-74 {
  margin-left: 74px; }
.margin-left--74 {
  margin-left: -74px; }
.margin-left-75 {
  margin-left: 75px; }
.margin-left--75 {
  margin-left: -75px; }
.margin-left-76 {
  margin-left: 76px; }
.margin-left--76 {
  margin-left: -76px; }
.margin-left-77 {
  margin-left: 77px; }
.margin-left--77 {
  margin-left: -77px; }
.margin-left-78 {
  margin-left: 78px; }
.margin-left--78 {
  margin-left: -78px; }
.margin-left-79 {
  margin-left: 79px; }
.margin-left--79 {
  margin-left: -79px; }
.margin-left-80 {
  margin-left: 80px; }
.margin-left--80 {
  margin-left: -80px; }
.margin-left-81 {
  margin-left: 81px; }
.margin-left--81 {
  margin-left: -81px; }
.margin-left-82 {
  margin-left: 82px; }
.margin-left--82 {
  margin-left: -82px; }
.margin-left-83 {
  margin-left: 83px; }
.margin-left--83 {
  margin-left: -83px; }
.margin-left-84 {
  margin-left: 84px; }
.margin-left--84 {
  margin-left: -84px; }
.margin-left-85 {
  margin-left: 85px; }
.margin-left--85 {
  margin-left: -85px; }
.margin-left-86 {
  margin-left: 86px; }
.margin-left--86 {
  margin-left: -86px; }
.margin-left-87 {
  margin-left: 87px; }
.margin-left--87 {
  margin-left: -87px; }
.margin-left-88 {
  margin-left: 88px; }
.margin-left--88 {
  margin-left: -88px; }
.margin-left-89 {
  margin-left: 89px; }
.margin-left--89 {
  margin-left: -89px; }
.margin-left-90 {
  margin-left: 90px; }
.margin-left--90 {
  margin-left: -90px; }
.margin-left-91 {
  margin-left: 91px; }
.margin-left--91 {
  margin-left: -91px; }
.margin-left-92 {
  margin-left: 92px; }
.margin-left--92 {
  margin-left: -92px; }
.margin-left-93 {
  margin-left: 93px; }
.margin-left--93 {
  margin-left: -93px; }
.margin-left-94 {
  margin-left: 94px; }
.margin-left--94 {
  margin-left: -94px; }
.margin-left-95 {
  margin-left: 95px; }
.margin-left--95 {
  margin-left: -95px; }
.margin-left-96 {
  margin-left: 96px; }
.margin-left--96 {
  margin-left: -96px; }
.margin-left-97 {
  margin-left: 97px; }
.margin-left--97 {
  margin-left: -97px; }
.margin-left-98 {
  margin-left: 98px; }
.margin-left--98 {
  margin-left: -98px; }
.margin-left-99 {
  margin-left: 99px; }
.margin-left--99 {
  margin-left: -99px; }
.margin-left-100 {
  margin-left: 100px; }
.margin-left--100 {
  margin-left: -100px; }
.margin-right-0 {
  margin-right: 0px; }
.margin-right--0 {
  margin-right: -0px; }
.margin-right-1 {
  margin-right: 1px; }
.margin-right--1 {
  margin-right: -1px; }
.margin-right-2 {
  margin-right: 2px; }
.margin-right--2 {
  margin-right: -2px; }
.margin-right-3 {
  margin-right: 3px; }
.margin-right--3 {
  margin-right: -3px; }
.margin-right-4 {
  margin-right: 4px; }
.margin-right--4 {
  margin-right: -4px; }
.margin-right-5 {
  margin-right: 5px; }
.margin-right--5 {
  margin-right: -5px; }
.margin-right-6 {
  margin-right: 6px; }
.margin-right--6 {
  margin-right: -6px; }
.margin-right-7 {
  margin-right: 7px; }
.margin-right--7 {
  margin-right: -7px; }
.margin-right-8 {
  margin-right: 8px; }
.margin-right--8 {
  margin-right: -8px; }
.margin-right-9 {
  margin-right: 9px; }
.margin-right--9 {
  margin-right: -9px; }
.margin-right-10 {
  margin-right: 10px; }
.margin-right--10 {
  margin-right: -10px; }
.margin-right-11 {
  margin-right: 11px; }
.margin-right--11 {
  margin-right: -11px; }
.margin-right-12 {
  margin-right: 12px; }
.margin-right--12 {
  margin-right: -12px; }
.margin-right-13 {
  margin-right: 13px; }
.margin-right--13 {
  margin-right: -13px; }
.margin-right-14 {
  margin-right: 14px; }
.margin-right--14 {
  margin-right: -14px; }
.margin-right-15 {
  margin-right: 15px; }
.margin-right--15 {
  margin-right: -15px; }
.margin-right-16 {
  margin-right: 16px; }
.margin-right--16 {
  margin-right: -16px; }
.margin-right-17 {
  margin-right: 17px; }
.margin-right--17 {
  margin-right: -17px; }
.margin-right-18 {
  margin-right: 18px; }
.margin-right--18 {
  margin-right: -18px; }
.margin-right-19 {
  margin-right: 19px; }
.margin-right--19 {
  margin-right: -19px; }
.margin-right-20 {
  margin-right: 20px; }
.margin-right--20 {
  margin-right: -20px; }
.margin-right-21 {
  margin-right: 21px; }
.margin-right--21 {
  margin-right: -21px; }
.margin-right-22 {
  margin-right: 22px; }
.margin-right--22 {
  margin-right: -22px; }
.margin-right-23 {
  margin-right: 23px; }
.margin-right--23 {
  margin-right: -23px; }
.margin-right-24 {
  margin-right: 24px; }
.margin-right--24 {
  margin-right: -24px; }
.margin-right-25 {
  margin-right: 25px; }
.margin-right--25 {
  margin-right: -25px; }
.margin-right-26 {
  margin-right: 26px; }
.margin-right--26 {
  margin-right: -26px; }
.margin-right-27 {
  margin-right: 27px; }
.margin-right--27 {
  margin-right: -27px; }
.margin-right-28 {
  margin-right: 28px; }
.margin-right--28 {
  margin-right: -28px; }
.margin-right-29 {
  margin-right: 29px; }
.margin-right--29 {
  margin-right: -29px; }
.margin-right-30 {
  margin-right: 30px; }
.margin-right--30 {
  margin-right: -30px; }
.margin-right-31 {
  margin-right: 31px; }
.margin-right--31 {
  margin-right: -31px; }
.margin-right-32 {
  margin-right: 32px; }
.margin-right--32 {
  margin-right: -32px; }
.margin-right-33 {
  margin-right: 33px; }
.margin-right--33 {
  margin-right: -33px; }
.margin-right-34 {
  margin-right: 34px; }
.margin-right--34 {
  margin-right: -34px; }
.margin-right-35 {
  margin-right: 35px; }
.margin-right--35 {
  margin-right: -35px; }
.margin-right-36 {
  margin-right: 36px; }
.margin-right--36 {
  margin-right: -36px; }
.margin-right-37 {
  margin-right: 37px; }
.margin-right--37 {
  margin-right: -37px; }
.margin-right-38 {
  margin-right: 38px; }
.margin-right--38 {
  margin-right: -38px; }
.margin-right-39 {
  margin-right: 39px; }
.margin-right--39 {
  margin-right: -39px; }
.margin-right-40 {
  margin-right: 40px; }
.margin-right--40 {
  margin-right: -40px; }
.margin-right-41 {
  margin-right: 41px; }
.margin-right--41 {
  margin-right: -41px; }
.margin-right-42 {
  margin-right: 42px; }
.margin-right--42 {
  margin-right: -42px; }
.margin-right-43 {
  margin-right: 43px; }
.margin-right--43 {
  margin-right: -43px; }
.margin-right-44 {
  margin-right: 44px; }
.margin-right--44 {
  margin-right: -44px; }
.margin-right-45 {
  margin-right: 45px; }
.margin-right--45 {
  margin-right: -45px; }
.margin-right-46 {
  margin-right: 46px; }
.margin-right--46 {
  margin-right: -46px; }
.margin-right-47 {
  margin-right: 47px; }
.margin-right--47 {
  margin-right: -47px; }
.margin-right-48 {
  margin-right: 48px; }
.margin-right--48 {
  margin-right: -48px; }
.margin-right-49 {
  margin-right: 49px; }
.margin-right--49 {
  margin-right: -49px; }
.margin-right-50 {
  margin-right: 50px; }
.margin-right--50 {
  margin-right: -50px; }
.margin-right-51 {
  margin-right: 51px; }
.margin-right--51 {
  margin-right: -51px; }
.margin-right-52 {
  margin-right: 52px; }
.margin-right--52 {
  margin-right: -52px; }
.margin-right-53 {
  margin-right: 53px; }
.margin-right--53 {
  margin-right: -53px; }
.margin-right-54 {
  margin-right: 54px; }
.margin-right--54 {
  margin-right: -54px; }
.margin-right-55 {
  margin-right: 55px; }
.margin-right--55 {
  margin-right: -55px; }
.margin-right-56 {
  margin-right: 56px; }
.margin-right--56 {
  margin-right: -56px; }
.margin-right-57 {
  margin-right: 57px; }
.margin-right--57 {
  margin-right: -57px; }
.margin-right-58 {
  margin-right: 58px; }
.margin-right--58 {
  margin-right: -58px; }
.margin-right-59 {
  margin-right: 59px; }
.margin-right--59 {
  margin-right: -59px; }
.margin-right-60 {
  margin-right: 60px; }
.margin-right--60 {
  margin-right: -60px; }
.margin-right-61 {
  margin-right: 61px; }
.margin-right--61 {
  margin-right: -61px; }
.margin-right-62 {
  margin-right: 62px; }
.margin-right--62 {
  margin-right: -62px; }
.margin-right-63 {
  margin-right: 63px; }
.margin-right--63 {
  margin-right: -63px; }
.margin-right-64 {
  margin-right: 64px; }
.margin-right--64 {
  margin-right: -64px; }
.margin-right-65 {
  margin-right: 65px; }
.margin-right--65 {
  margin-right: -65px; }
.margin-right-66 {
  margin-right: 66px; }
.margin-right--66 {
  margin-right: -66px; }
.margin-right-67 {
  margin-right: 67px; }
.margin-right--67 {
  margin-right: -67px; }
.margin-right-68 {
  margin-right: 68px; }
.margin-right--68 {
  margin-right: -68px; }
.margin-right-69 {
  margin-right: 69px; }
.margin-right--69 {
  margin-right: -69px; }
.margin-right-70 {
  margin-right: 70px; }
.margin-right--70 {
  margin-right: -70px; }
.margin-right-71 {
  margin-right: 71px; }
.margin-right--71 {
  margin-right: -71px; }
.margin-right-72 {
  margin-right: 72px; }
.margin-right--72 {
  margin-right: -72px; }
.margin-right-73 {
  margin-right: 73px; }
.margin-right--73 {
  margin-right: -73px; }
.margin-right-74 {
  margin-right: 74px; }
.margin-right--74 {
  margin-right: -74px; }
.margin-right-75 {
  margin-right: 75px; }
.margin-right--75 {
  margin-right: -75px; }
.margin-right-76 {
  margin-right: 76px; }
.margin-right--76 {
  margin-right: -76px; }
.margin-right-77 {
  margin-right: 77px; }
.margin-right--77 {
  margin-right: -77px; }
.margin-right-78 {
  margin-right: 78px; }
.margin-right--78 {
  margin-right: -78px; }
.margin-right-79 {
  margin-right: 79px; }
.margin-right--79 {
  margin-right: -79px; }
.margin-right-80 {
  margin-right: 80px; }
.margin-right--80 {
  margin-right: -80px; }
.margin-right-81 {
  margin-right: 81px; }
.margin-right--81 {
  margin-right: -81px; }
.margin-right-82 {
  margin-right: 82px; }
.margin-right--82 {
  margin-right: -82px; }
.margin-right-83 {
  margin-right: 83px; }
.margin-right--83 {
  margin-right: -83px; }
.margin-right-84 {
  margin-right: 84px; }
.margin-right--84 {
  margin-right: -84px; }
.margin-right-85 {
  margin-right: 85px; }
.margin-right--85 {
  margin-right: -85px; }
.margin-right-86 {
  margin-right: 86px; }
.margin-right--86 {
  margin-right: -86px; }
.margin-right-87 {
  margin-right: 87px; }
.margin-right--87 {
  margin-right: -87px; }
.margin-right-88 {
  margin-right: 88px; }
.margin-right--88 {
  margin-right: -88px; }
.margin-right-89 {
  margin-right: 89px; }
.margin-right--89 {
  margin-right: -89px; }
.margin-right-90 {
  margin-right: 90px; }
.margin-right--90 {
  margin-right: -90px; }
.margin-right-91 {
  margin-right: 91px; }
.margin-right--91 {
  margin-right: -91px; }
.margin-right-92 {
  margin-right: 92px; }
.margin-right--92 {
  margin-right: -92px; }
.margin-right-93 {
  margin-right: 93px; }
.margin-right--93 {
  margin-right: -93px; }
.margin-right-94 {
  margin-right: 94px; }
.margin-right--94 {
  margin-right: -94px; }
.margin-right-95 {
  margin-right: 95px; }
.margin-right--95 {
  margin-right: -95px; }
.margin-right-96 {
  margin-right: 96px; }
.margin-right--96 {
  margin-right: -96px; }
.margin-right-97 {
  margin-right: 97px; }
.margin-right--97 {
  margin-right: -97px; }
.margin-right-98 {
  margin-right: 98px; }
.margin-right--98 {
  margin-right: -98px; }
.margin-right-99 {
  margin-right: 99px; }
.margin-right--99 {
  margin-right: -99px; }
.margin-right-100 {
  margin-right: 100px; }
.margin-right--100 {
  margin-right: -100px; }
.margin-bottom-0 {
  margin-bottom: 0px; }
.margin-bottom--0 {
  margin-bottom: -0px; }
.margin-bottom-1 {
  margin-bottom: 1px; }
.margin-bottom--1 {
  margin-bottom: -1px; }
.margin-bottom-2 {
  margin-bottom: 2px; }
.margin-bottom--2 {
  margin-bottom: -2px; }
.margin-bottom-3 {
  margin-bottom: 3px; }
.margin-bottom--3 {
  margin-bottom: -3px; }
.margin-bottom-4 {
  margin-bottom: 4px; }
.margin-bottom--4 {
  margin-bottom: -4px; }
.margin-bottom-5 {
  margin-bottom: 5px; }
.margin-bottom--5 {
  margin-bottom: -5px; }
.margin-bottom-6 {
  margin-bottom: 6px; }
.margin-bottom--6 {
  margin-bottom: -6px; }
.margin-bottom-7 {
  margin-bottom: 7px; }
.margin-bottom--7 {
  margin-bottom: -7px; }
.margin-bottom-8 {
  margin-bottom: 8px; }
.margin-bottom--8 {
  margin-bottom: -8px; }
.margin-bottom-9 {
  margin-bottom: 9px; }
.margin-bottom--9 {
  margin-bottom: -9px; }
.margin-bottom-10 {
  margin-bottom: 10px; }
.margin-bottom--10 {
  margin-bottom: -10px; }
.margin-bottom-11 {
  margin-bottom: 11px; }
.margin-bottom--11 {
  margin-bottom: -11px; }
.margin-bottom-12 {
  margin-bottom: 12px; }
.margin-bottom--12 {
  margin-bottom: -12px; }
.margin-bottom-13 {
  margin-bottom: 13px; }
.margin-bottom--13 {
  margin-bottom: -13px; }
.margin-bottom-14 {
  margin-bottom: 14px; }
.margin-bottom--14 {
  margin-bottom: -14px; }
.margin-bottom-15 {
  margin-bottom: 15px; }
.margin-bottom--15 {
  margin-bottom: -15px; }
.margin-bottom-16 {
  margin-bottom: 16px; }
.margin-bottom--16 {
  margin-bottom: -16px; }
.margin-bottom-17 {
  margin-bottom: 17px; }
.margin-bottom--17 {
  margin-bottom: -17px; }
.margin-bottom-18 {
  margin-bottom: 18px; }
.margin-bottom--18 {
  margin-bottom: -18px; }
.margin-bottom-19 {
  margin-bottom: 19px; }
.margin-bottom--19 {
  margin-bottom: -19px; }
.margin-bottom-20 {
  margin-bottom: 20px; }
.margin-bottom--20 {
  margin-bottom: -20px; }
.margin-bottom-21 {
  margin-bottom: 21px; }
.margin-bottom--21 {
  margin-bottom: -21px; }
.margin-bottom-22 {
  margin-bottom: 22px; }
.margin-bottom--22 {
  margin-bottom: -22px; }
.margin-bottom-23 {
  margin-bottom: 23px; }
.margin-bottom--23 {
  margin-bottom: -23px; }
.margin-bottom-24 {
  margin-bottom: 24px; }
.margin-bottom--24 {
  margin-bottom: -24px; }
.margin-bottom-25 {
  margin-bottom: 25px; }
.margin-bottom--25 {
  margin-bottom: -25px; }
.margin-bottom-26 {
  margin-bottom: 26px; }
.margin-bottom--26 {
  margin-bottom: -26px; }
.margin-bottom-27 {
  margin-bottom: 27px; }
.margin-bottom--27 {
  margin-bottom: -27px; }
.margin-bottom-28 {
  margin-bottom: 28px; }
.margin-bottom--28 {
  margin-bottom: -28px; }
.margin-bottom-29 {
  margin-bottom: 29px; }
.margin-bottom--29 {
  margin-bottom: -29px; }
.margin-bottom-30 {
  margin-bottom: 30px; }
.margin-bottom--30 {
  margin-bottom: -30px; }
.margin-bottom-31 {
  margin-bottom: 31px; }
.margin-bottom--31 {
  margin-bottom: -31px; }
.margin-bottom-32 {
  margin-bottom: 32px; }
.margin-bottom--32 {
  margin-bottom: -32px; }
.margin-bottom-33 {
  margin-bottom: 33px; }
.margin-bottom--33 {
  margin-bottom: -33px; }
.margin-bottom-34 {
  margin-bottom: 34px; }
.margin-bottom--34 {
  margin-bottom: -34px; }
.margin-bottom-35 {
  margin-bottom: 35px; }
.margin-bottom--35 {
  margin-bottom: -35px; }
.margin-bottom-36 {
  margin-bottom: 36px; }
.margin-bottom--36 {
  margin-bottom: -36px; }
.margin-bottom-37 {
  margin-bottom: 37px; }
.margin-bottom--37 {
  margin-bottom: -37px; }
.margin-bottom-38 {
  margin-bottom: 38px; }
.margin-bottom--38 {
  margin-bottom: -38px; }
.margin-bottom-39 {
  margin-bottom: 39px; }
.margin-bottom--39 {
  margin-bottom: -39px; }
.margin-bottom-40 {
  margin-bottom: 40px; }
.margin-bottom--40 {
  margin-bottom: -40px; }
.margin-bottom-41 {
  margin-bottom: 41px; }
.margin-bottom--41 {
  margin-bottom: -41px; }
.margin-bottom-42 {
  margin-bottom: 42px; }
.margin-bottom--42 {
  margin-bottom: -42px; }
.margin-bottom-43 {
  margin-bottom: 43px; }
.margin-bottom--43 {
  margin-bottom: -43px; }
.margin-bottom-44 {
  margin-bottom: 44px; }
.margin-bottom--44 {
  margin-bottom: -44px; }
.margin-bottom-45 {
  margin-bottom: 45px; }
.margin-bottom--45 {
  margin-bottom: -45px; }
.margin-bottom-46 {
  margin-bottom: 46px; }
.margin-bottom--46 {
  margin-bottom: -46px; }
.margin-bottom-47 {
  margin-bottom: 47px; }
.margin-bottom--47 {
  margin-bottom: -47px; }
.margin-bottom-48 {
  margin-bottom: 48px; }
.margin-bottom--48 {
  margin-bottom: -48px; }
.margin-bottom-49 {
  margin-bottom: 49px; }
.margin-bottom--49 {
  margin-bottom: -49px; }
.margin-bottom-50 {
  margin-bottom: 50px; }
.margin-bottom--50 {
  margin-bottom: -50px; }
.margin-bottom-51 {
  margin-bottom: 51px; }
.margin-bottom--51 {
  margin-bottom: -51px; }
.margin-bottom-52 {
  margin-bottom: 52px; }
.margin-bottom--52 {
  margin-bottom: -52px; }
.margin-bottom-53 {
  margin-bottom: 53px; }
.margin-bottom--53 {
  margin-bottom: -53px; }
.margin-bottom-54 {
  margin-bottom: 54px; }
.margin-bottom--54 {
  margin-bottom: -54px; }
.margin-bottom-55 {
  margin-bottom: 55px; }
.margin-bottom--55 {
  margin-bottom: -55px; }
.margin-bottom-56 {
  margin-bottom: 56px; }
.margin-bottom--56 {
  margin-bottom: -56px; }
.margin-bottom-57 {
  margin-bottom: 57px; }
.margin-bottom--57 {
  margin-bottom: -57px; }
.margin-bottom-58 {
  margin-bottom: 58px; }
.margin-bottom--58 {
  margin-bottom: -58px; }
.margin-bottom-59 {
  margin-bottom: 59px; }
.margin-bottom--59 {
  margin-bottom: -59px; }
.margin-bottom-60 {
  margin-bottom: 60px; }
.margin-bottom--60 {
  margin-bottom: -60px; }
.margin-bottom-61 {
  margin-bottom: 61px; }
.margin-bottom--61 {
  margin-bottom: -61px; }
.margin-bottom-62 {
  margin-bottom: 62px; }
.margin-bottom--62 {
  margin-bottom: -62px; }
.margin-bottom-63 {
  margin-bottom: 63px; }
.margin-bottom--63 {
  margin-bottom: -63px; }
.margin-bottom-64 {
  margin-bottom: 64px; }
.margin-bottom--64 {
  margin-bottom: -64px; }
.margin-bottom-65 {
  margin-bottom: 65px; }
.margin-bottom--65 {
  margin-bottom: -65px; }
.margin-bottom-66 {
  margin-bottom: 66px; }
.margin-bottom--66 {
  margin-bottom: -66px; }
.margin-bottom-67 {
  margin-bottom: 67px; }
.margin-bottom--67 {
  margin-bottom: -67px; }
.margin-bottom-68 {
  margin-bottom: 68px; }
.margin-bottom--68 {
  margin-bottom: -68px; }
.margin-bottom-69 {
  margin-bottom: 69px; }
.margin-bottom--69 {
  margin-bottom: -69px; }
.margin-bottom-70 {
  margin-bottom: 70px; }
.margin-bottom--70 {
  margin-bottom: -70px; }
.margin-bottom-71 {
  margin-bottom: 71px; }
.margin-bottom--71 {
  margin-bottom: -71px; }
.margin-bottom-72 {
  margin-bottom: 72px; }
.margin-bottom--72 {
  margin-bottom: -72px; }
.margin-bottom-73 {
  margin-bottom: 73px; }
.margin-bottom--73 {
  margin-bottom: -73px; }
.margin-bottom-74 {
  margin-bottom: 74px; }
.margin-bottom--74 {
  margin-bottom: -74px; }
.margin-bottom-75 {
  margin-bottom: 75px; }
.margin-bottom--75 {
  margin-bottom: -75px; }
.margin-bottom-76 {
  margin-bottom: 76px; }
.margin-bottom--76 {
  margin-bottom: -76px; }
.margin-bottom-77 {
  margin-bottom: 77px; }
.margin-bottom--77 {
  margin-bottom: -77px; }
.margin-bottom-78 {
  margin-bottom: 78px; }
.margin-bottom--78 {
  margin-bottom: -78px; }
.margin-bottom-79 {
  margin-bottom: 79px; }
.margin-bottom--79 {
  margin-bottom: -79px; }
.margin-bottom-80 {
  margin-bottom: 80px; }
.margin-bottom--80 {
  margin-bottom: -80px; }
.margin-bottom-81 {
  margin-bottom: 81px; }
.margin-bottom--81 {
  margin-bottom: -81px; }
.margin-bottom-82 {
  margin-bottom: 82px; }
.margin-bottom--82 {
  margin-bottom: -82px; }
.margin-bottom-83 {
  margin-bottom: 83px; }
.margin-bottom--83 {
  margin-bottom: -83px; }
.margin-bottom-84 {
  margin-bottom: 84px; }
.margin-bottom--84 {
  margin-bottom: -84px; }
.margin-bottom-85 {
  margin-bottom: 85px; }
.margin-bottom--85 {
  margin-bottom: -85px; }
.margin-bottom-86 {
  margin-bottom: 86px; }
.margin-bottom--86 {
  margin-bottom: -86px; }
.margin-bottom-87 {
  margin-bottom: 87px; }
.margin-bottom--87 {
  margin-bottom: -87px; }
.margin-bottom-88 {
  margin-bottom: 88px; }
.margin-bottom--88 {
  margin-bottom: -88px; }
.margin-bottom-89 {
  margin-bottom: 89px; }
.margin-bottom--89 {
  margin-bottom: -89px; }
.margin-bottom-90 {
  margin-bottom: 90px; }
.margin-bottom--90 {
  margin-bottom: -90px; }
.margin-bottom-91 {
  margin-bottom: 91px; }
.margin-bottom--91 {
  margin-bottom: -91px; }
.margin-bottom-92 {
  margin-bottom: 92px; }
.margin-bottom--92 {
  margin-bottom: -92px; }
.margin-bottom-93 {
  margin-bottom: 93px; }
.margin-bottom--93 {
  margin-bottom: -93px; }
.margin-bottom-94 {
  margin-bottom: 94px; }
.margin-bottom--94 {
  margin-bottom: -94px; }
.margin-bottom-95 {
  margin-bottom: 95px; }
.margin-bottom--95 {
  margin-bottom: -95px; }
.margin-bottom-96 {
  margin-bottom: 96px; }
.margin-bottom--96 {
  margin-bottom: -96px; }
.margin-bottom-97 {
  margin-bottom: 97px; }
.margin-bottom--97 {
  margin-bottom: -97px; }
.margin-bottom-98 {
  margin-bottom: 98px; }
.margin-bottom--98 {
  margin-bottom: -98px; }
.margin-bottom-99 {
  margin-bottom: 99px; }
.margin-bottom--99 {
  margin-bottom: -99px; }
.margin-bottom-100 {
  margin-bottom: 100px; }
.margin-bottom--100 {
  margin-bottom: -100px; }

.padding-0 {
  padding: 0px; }
.padding-1 {
  padding: 1px; }
.padding-2 {
  padding: 2px; }
.padding-3 {
  padding: 3px; }
.padding-4 {
  padding: 4px; }
.padding-5 {
  padding: 5px; }
.padding-6 {
  padding: 6px; }
.padding-7 {
  padding: 7px; }
.padding-8 {
  padding: 8px; }
.padding-9 {
  padding: 9px; }
.padding-10 {
  padding: 10px; }
.padding-11 {
  padding: 11px; }
.padding-12 {
  padding: 12px; }
.padding-13 {
  padding: 13px; }
.padding-14 {
  padding: 14px; }
.padding-15 {
  padding: 15px; }
.padding-16 {
  padding: 16px; }
.padding-17 {
  padding: 17px; }
.padding-18 {
  padding: 18px; }
.padding-19 {
  padding: 19px; }
.padding-20 {
  padding: 20px; }
.padding-21 {
  padding: 21px; }
.padding-22 {
  padding: 22px; }
.padding-23 {
  padding: 23px; }
.padding-24 {
  padding: 24px; }
.padding-25 {
  padding: 25px; }
.padding-26 {
  padding: 26px; }
.padding-27 {
  padding: 27px; }
.padding-28 {
  padding: 28px; }
.padding-29 {
  padding: 29px; }
.padding-30 {
  padding: 30px; }
.padding-31 {
  padding: 31px; }
.padding-32 {
  padding: 32px; }
.padding-33 {
  padding: 33px; }
.padding-34 {
  padding: 34px; }
.padding-35 {
  padding: 35px; }
.padding-36 {
  padding: 36px; }
.padding-37 {
  padding: 37px; }
.padding-38 {
  padding: 38px; }
.padding-39 {
  padding: 39px; }
.padding-40 {
  padding: 40px; }
.padding-41 {
  padding: 41px; }
.padding-42 {
  padding: 42px; }
.padding-43 {
  padding: 43px; }
.padding-44 {
  padding: 44px; }
.padding-45 {
  padding: 45px; }
.padding-46 {
  padding: 46px; }
.padding-47 {
  padding: 47px; }
.padding-48 {
  padding: 48px; }
.padding-49 {
  padding: 49px; }
.padding-50 {
  padding: 50px; }
.padding-51 {
  padding: 51px; }
.padding-52 {
  padding: 52px; }
.padding-53 {
  padding: 53px; }
.padding-54 {
  padding: 54px; }
.padding-55 {
  padding: 55px; }
.padding-56 {
  padding: 56px; }
.padding-57 {
  padding: 57px; }
.padding-58 {
  padding: 58px; }
.padding-59 {
  padding: 59px; }
.padding-60 {
  padding: 60px; }
.padding-61 {
  padding: 61px; }
.padding-62 {
  padding: 62px; }
.padding-63 {
  padding: 63px; }
.padding-64 {
  padding: 64px; }
.padding-65 {
  padding: 65px; }
.padding-66 {
  padding: 66px; }
.padding-67 {
  padding: 67px; }
.padding-68 {
  padding: 68px; }
.padding-69 {
  padding: 69px; }
.padding-70 {
  padding: 70px; }
.padding-71 {
  padding: 71px; }
.padding-72 {
  padding: 72px; }
.padding-73 {
  padding: 73px; }
.padding-74 {
  padding: 74px; }
.padding-75 {
  padding: 75px; }
.padding-76 {
  padding: 76px; }
.padding-77 {
  padding: 77px; }
.padding-78 {
  padding: 78px; }
.padding-79 {
  padding: 79px; }
.padding-80 {
  padding: 80px; }
.padding-81 {
  padding: 81px; }
.padding-82 {
  padding: 82px; }
.padding-83 {
  padding: 83px; }
.padding-84 {
  padding: 84px; }
.padding-85 {
  padding: 85px; }
.padding-86 {
  padding: 86px; }
.padding-87 {
  padding: 87px; }
.padding-88 {
  padding: 88px; }
.padding-89 {
  padding: 89px; }
.padding-90 {
  padding: 90px; }
.padding-91 {
  padding: 91px; }
.padding-92 {
  padding: 92px; }
.padding-93 {
  padding: 93px; }
.padding-94 {
  padding: 94px; }
.padding-95 {
  padding: 95px; }
.padding-96 {
  padding: 96px; }
.padding-97 {
  padding: 97px; }
.padding-98 {
  padding: 98px; }
.padding-99 {
  padding: 99px; }
.padding-100 {
  padding: 100px; }

.margin-0 {
  margin: 0px; }
.margin-1 {
  margin: 1px; }
.margin-2 {
  margin: 2px; }
.margin-3 {
  margin: 3px; }
.margin-4 {
  margin: 4px; }
.margin-5 {
  margin: 5px; }
.margin-6 {
  margin: 6px; }
.margin-7 {
  margin: 7px; }
.margin-8 {
  margin: 8px; }
.margin-9 {
  margin: 9px; }
.margin-10 {
  margin: 10px; }
.margin-11 {
  margin: 11px; }
.margin-12 {
  margin: 12px; }
.margin-13 {
  margin: 13px; }
.margin-14 {
  margin: 14px; }
.margin-15 {
  margin: 15px; }
.margin-16 {
  margin: 16px; }
.margin-17 {
  margin: 17px; }
.margin-18 {
  margin: 18px; }
.margin-19 {
  margin: 19px; }
.margin-20 {
  margin: 20px; }
.margin-21 {
  margin: 21px; }
.margin-22 {
  margin: 22px; }
.margin-23 {
  margin: 23px; }
.margin-24 {
  margin: 24px; }
.margin-25 {
  margin: 25px; }
.margin-26 {
  margin: 26px; }
.margin-27 {
  margin: 27px; }
.margin-28 {
  margin: 28px; }
.margin-29 {
  margin: 29px; }
.margin-30 {
  margin: 30px; }
.margin-31 {
  margin: 31px; }
.margin-32 {
  margin: 32px; }
.margin-33 {
  margin: 33px; }
.margin-34 {
  margin: 34px; }
.margin-35 {
  margin: 35px; }
.margin-36 {
  margin: 36px; }
.margin-37 {
  margin: 37px; }
.margin-38 {
  margin: 38px; }
.margin-39 {
  margin: 39px; }
.margin-40 {
  margin: 40px; }
.margin-41 {
  margin: 41px; }
.margin-42 {
  margin: 42px; }
.margin-43 {
  margin: 43px; }
.margin-44 {
  margin: 44px; }
.margin-45 {
  margin: 45px; }
.margin-46 {
  margin: 46px; }
.margin-47 {
  margin: 47px; }
.margin-48 {
  margin: 48px; }
.margin-49 {
  margin: 49px; }
.margin-50 {
  margin: 50px; }
.margin-51 {
  margin: 51px; }
.margin-52 {
  margin: 52px; }
.margin-53 {
  margin: 53px; }
.margin-54 {
  margin: 54px; }
.margin-55 {
  margin: 55px; }
.margin-56 {
  margin: 56px; }
.margin-57 {
  margin: 57px; }
.margin-58 {
  margin: 58px; }
.margin-59 {
  margin: 59px; }
.margin-60 {
  margin: 60px; }
.margin-61 {
  margin: 61px; }
.margin-62 {
  margin: 62px; }
.margin-63 {
  margin: 63px; }
.margin-64 {
  margin: 64px; }
.margin-65 {
  margin: 65px; }
.margin-66 {
  margin: 66px; }
.margin-67 {
  margin: 67px; }
.margin-68 {
  margin: 68px; }
.margin-69 {
  margin: 69px; }
.margin-70 {
  margin: 70px; }
.margin-71 {
  margin: 71px; }
.margin-72 {
  margin: 72px; }
.margin-73 {
  margin: 73px; }
.margin-74 {
  margin: 74px; }
.margin-75 {
  margin: 75px; }
.margin-76 {
  margin: 76px; }
.margin-77 {
  margin: 77px; }
.margin-78 {
  margin: 78px; }
.margin-79 {
  margin: 79px; }
.margin-80 {
  margin: 80px; }
.margin-81 {
  margin: 81px; }
.margin-82 {
  margin: 82px; }
.margin-83 {
  margin: 83px; }
.margin-84 {
  margin: 84px; }
.margin-85 {
  margin: 85px; }
.margin-86 {
  margin: 86px; }
.margin-87 {
  margin: 87px; }
.margin-88 {
  margin: 88px; }
.margin-89 {
  margin: 89px; }
.margin-90 {
  margin: 90px; }
.margin-91 {
  margin: 91px; }
.margin-92 {
  margin: 92px; }
.margin-93 {
  margin: 93px; }
.margin-94 {
  margin: 94px; }
.margin-95 {
  margin: 95px; }
.margin-96 {
  margin: 96px; }
.margin-97 {
  margin: 97px; }
.margin-98 {
  margin: 98px; }
.margin-99 {
  margin: 99px; }
.margin-100 {
  margin: 100px; }

.font-size-10 {
  font-size: 10px; }
.font-size-11 {
  font-size: 11px; }
.font-size-12 {
  font-size: 12px; }
.font-size-13 {
  font-size: 13px; }
.font-size-14 {
  font-size: 14px; }
.font-size-15 {
  font-size: 15px; }
.font-size-16 {
  font-size: 16px; }
.font-size-17 {
  font-size: 17px; }
.font-size-18 {
  font-size: 18px; }
.font-size-19 {
  font-size: 19px; }
.font-size-20 {
  font-size: 20px; }
.font-size-21 {
  font-size: 21px; }
.font-size-22 {
  font-size: 22px; }
.font-size-23 {
  font-size: 23px; }
.font-size-24 {
  font-size: 24px; }
.font-size-25 {
  font-size: 25px; }
.font-size-26 {
  font-size: 26px; }
.font-size-27 {
  font-size: 27px; }
.font-size-28 {
  font-size: 28px; }
.font-size-29 {
  font-size: 29px; }
.font-size-30 {
  font-size: 30px; }
.font-size-31 {
  font-size: 31px; }
.font-size-32 {
  font-size: 32px; }
.font-size-33 {
  font-size: 33px; }
.font-size-34 {
  font-size: 34px; }
.font-size-35 {
  font-size: 35px; }
.font-size-36 {
  font-size: 36px; }
.font-size-37 {
  font-size: 37px; }
.font-size-38 {
  font-size: 38px; }
.font-size-39 {
  font-size: 39px; }
.font-size-40 {
  font-size: 40px; }
.font-size-41 {
  font-size: 41px; }
.font-size-42 {
  font-size: 42px; }
.font-size-43 {
  font-size: 43px; }
.font-size-44 {
  font-size: 44px; }
.font-size-45 {
  font-size: 45px; }
.font-size-46 {
  font-size: 46px; }
.font-size-47 {
  font-size: 47px; }
.font-size-48 {
  font-size: 48px; }
.font-size-49 {
  font-size: 49px; }
.font-size-50 {
  font-size: 50px; }
.font-size-51 {
  font-size: 51px; }
.font-size-52 {
  font-size: 52px; }
.font-size-53 {
  font-size: 53px; }
.font-size-54 {
  font-size: 54px; }
.font-size-55 {
  font-size: 55px; }
.font-size-56 {
  font-size: 56px; }
.font-size-57 {
  font-size: 57px; }
.font-size-58 {
  font-size: 58px; }
.font-size-59 {
  font-size: 59px; }
.font-size-60 {
  font-size: 60px; }
.font-size-61 {
  font-size: 61px; }
.font-size-62 {
  font-size: 62px; }
.font-size-63 {
  font-size: 63px; }
.font-size-64 {
  font-size: 64px; }
.font-size-65 {
  font-size: 65px; }
.font-size-66 {
  font-size: 66px; }
.font-size-67 {
  font-size: 67px; }
.font-size-68 {
  font-size: 68px; }
.font-size-69 {
  font-size: 69px; }
.font-size-70 {
  font-size: 70px; }
.font-size-71 {
  font-size: 71px; }
.font-size-72 {
  font-size: 72px; }
.font-size-73 {
  font-size: 73px; }
.font-size-74 {
  font-size: 74px; }
.font-size-75 {
  font-size: 75px; }
.font-size-76 {
  font-size: 76px; }
.font-size-77 {
  font-size: 77px; }
.font-size-78 {
  font-size: 78px; }
.font-size-79 {
  font-size: 79px; }
.font-size-80 {
  font-size: 80px; }
.font-size-81 {
  font-size: 81px; }
.font-size-82 {
  font-size: 82px; }
.font-size-83 {
  font-size: 83px; }
.font-size-84 {
  font-size: 84px; }
.font-size-85 {
  font-size: 85px; }
.font-size-86 {
  font-size: 86px; }
.font-size-87 {
  font-size: 87px; }
.font-size-88 {
  font-size: 88px; }
.font-size-89 {
  font-size: 89px; }
.font-size-90 {
  font-size: 90px; }
.font-size-91 {
  font-size: 91px; }
.font-size-92 {
  font-size: 92px; }
.font-size-93 {
  font-size: 93px; }
.font-size-94 {
  font-size: 94px; }
.font-size-95 {
  font-size: 95px; }
.font-size-96 {
  font-size: 96px; }
.font-size-97 {
  font-size: 97px; }
.font-size-98 {
  font-size: 98px; }
.font-size-99 {
  font-size: 99px; }
.font-size-100 {
  font-size: 100px; }
.font-size-101 {
  font-size: 101px; }
.font-size-102 {
  font-size: 102px; }
.font-size-103 {
  font-size: 103px; }
.font-size-104 {
  font-size: 104px; }
.font-size-105 {
  font-size: 105px; }
.font-size-106 {
  font-size: 106px; }
.font-size-107 {
  font-size: 107px; }
.font-size-108 {
  font-size: 108px; }
.font-size-109 {
  font-size: 109px; }
.font-size-110 {
  font-size: 110px; }

.min-ưidth10 {
  font-size: 10px; }
.min-ưidth11 {
  font-size: 11px; }
.min-ưidth12 {
  font-size: 12px; }
.min-ưidth13 {
  font-size: 13px; }
.min-ưidth14 {
  font-size: 14px; }
.min-ưidth15 {
  font-size: 15px; }
.min-ưidth16 {
  font-size: 16px; }
.min-ưidth17 {
  font-size: 17px; }
.min-ưidth18 {
  font-size: 18px; }
.min-ưidth19 {
  font-size: 19px; }
.min-ưidth20 {
  font-size: 20px; }
.min-ưidth21 {
  font-size: 21px; }
.min-ưidth22 {
  font-size: 22px; }
.min-ưidth23 {
  font-size: 23px; }
.min-ưidth24 {
  font-size: 24px; }
.min-ưidth25 {
  font-size: 25px; }
.min-ưidth26 {
  font-size: 26px; }
.min-ưidth27 {
  font-size: 27px; }
.min-ưidth28 {
  font-size: 28px; }
.min-ưidth29 {
  font-size: 29px; }
.min-ưidth30 {
  font-size: 30px; }
.min-ưidth31 {
  font-size: 31px; }
.min-ưidth32 {
  font-size: 32px; }
.min-ưidth33 {
  font-size: 33px; }
.min-ưidth34 {
  font-size: 34px; }
.min-ưidth35 {
  font-size: 35px; }
.min-ưidth36 {
  font-size: 36px; }
.min-ưidth37 {
  font-size: 37px; }
.min-ưidth38 {
  font-size: 38px; }
.min-ưidth39 {
  font-size: 39px; }
.min-ưidth40 {
  font-size: 40px; }
.min-ưidth41 {
  font-size: 41px; }
.min-ưidth42 {
  font-size: 42px; }
.min-ưidth43 {
  font-size: 43px; }
.min-ưidth44 {
  font-size: 44px; }
.min-ưidth45 {
  font-size: 45px; }
.min-ưidth46 {
  font-size: 46px; }
.min-ưidth47 {
  font-size: 47px; }
.min-ưidth48 {
  font-size: 48px; }
.min-ưidth49 {
  font-size: 49px; }
.min-ưidth50 {
  font-size: 50px; }
.min-ưidth51 {
  font-size: 51px; }
.min-ưidth52 {
  font-size: 52px; }
.min-ưidth53 {
  font-size: 53px; }
.min-ưidth54 {
  font-size: 54px; }
.min-ưidth55 {
  font-size: 55px; }
.min-ưidth56 {
  font-size: 56px; }
.min-ưidth57 {
  font-size: 57px; }
.min-ưidth58 {
  font-size: 58px; }
.min-ưidth59 {
  font-size: 59px; }
.min-ưidth60 {
  font-size: 60px; }
.min-ưidth61 {
  font-size: 61px; }
.min-ưidth62 {
  font-size: 62px; }
.min-ưidth63 {
  font-size: 63px; }
.min-ưidth64 {
  font-size: 64px; }
.min-ưidth65 {
  font-size: 65px; }
.min-ưidth66 {
  font-size: 66px; }
.min-ưidth67 {
  font-size: 67px; }
.min-ưidth68 {
  font-size: 68px; }
.min-ưidth69 {
  font-size: 69px; }
.min-ưidth70 {
  font-size: 70px; }
.min-ưidth71 {
  font-size: 71px; }
.min-ưidth72 {
  font-size: 72px; }
.min-ưidth73 {
  font-size: 73px; }
.min-ưidth74 {
  font-size: 74px; }
.min-ưidth75 {
  font-size: 75px; }
.min-ưidth76 {
  font-size: 76px; }
.min-ưidth77 {
  font-size: 77px; }
.min-ưidth78 {
  font-size: 78px; }
.min-ưidth79 {
  font-size: 79px; }
.min-ưidth80 {
  font-size: 80px; }
.min-ưidth81 {
  font-size: 81px; }
.min-ưidth82 {
  font-size: 82px; }
.min-ưidth83 {
  font-size: 83px; }
.min-ưidth84 {
  font-size: 84px; }
.min-ưidth85 {
  font-size: 85px; }
.min-ưidth86 {
  font-size: 86px; }
.min-ưidth87 {
  font-size: 87px; }
.min-ưidth88 {
  font-size: 88px; }
.min-ưidth89 {
  font-size: 89px; }
.min-ưidth90 {
  font-size: 90px; }
.min-ưidth91 {
  font-size: 91px; }
.min-ưidth92 {
  font-size: 92px; }
.min-ưidth93 {
  font-size: 93px; }
.min-ưidth94 {
  font-size: 94px; }
.min-ưidth95 {
  font-size: 95px; }
.min-ưidth96 {
  font-size: 96px; }
.min-ưidth97 {
  font-size: 97px; }
.min-ưidth98 {
  font-size: 98px; }
.min-ưidth99 {
  font-size: 99px; }
.min-ưidth100 {
  font-size: 100px; }
.min-ưidth101 {
  font-size: 101px; }
.min-ưidth102 {
  font-size: 102px; }
.min-ưidth103 {
  font-size: 103px; }
.min-ưidth104 {
  font-size: 104px; }
.min-ưidth105 {
  font-size: 105px; }
.min-ưidth106 {
  font-size: 106px; }
.min-ưidth107 {
  font-size: 107px; }
.min-ưidth108 {
  font-size: 108px; }
.min-ưidth109 {
  font-size: 109px; }
.min-ưidth110 {
  font-size: 110px; }

.line-height-10 {
  line-height: 10px !important; }
.line-height-11 {
  line-height: 11px !important; }
.line-height-12 {
  line-height: 12px !important; }
.line-height-13 {
  line-height: 13px !important; }
.line-height-14 {
  line-height: 14px !important; }
.line-height-15 {
  line-height: 15px !important; }
.line-height-16 {
  line-height: 16px !important; }
.line-height-17 {
  line-height: 17px !important; }
.line-height-18 {
  line-height: 18px !important; }
.line-height-19 {
  line-height: 19px !important; }
.line-height-20 {
  line-height: 20px !important; }
.line-height-21 {
  line-height: 21px !important; }
.line-height-22 {
  line-height: 22px !important; }
.line-height-23 {
  line-height: 23px !important; }
.line-height-24 {
  line-height: 24px !important; }
.line-height-25 {
  line-height: 25px !important; }
.line-height-26 {
  line-height: 26px !important; }
.line-height-27 {
  line-height: 27px !important; }
.line-height-28 {
  line-height: 28px !important; }
.line-height-29 {
  line-height: 29px !important; }
.line-height-30 {
  line-height: 30px !important; }
.line-height-31 {
  line-height: 31px !important; }
.line-height-32 {
  line-height: 32px !important; }
.line-height-33 {
  line-height: 33px !important; }
.line-height-34 {
  line-height: 34px !important; }
.line-height-35 {
  line-height: 35px !important; }
.line-height-36 {
  line-height: 36px !important; }
.line-height-37 {
  line-height: 37px !important; }
.line-height-38 {
  line-height: 38px !important; }
.line-height-39 {
  line-height: 39px !important; }
.line-height-40 {
  line-height: 40px !important; }
.line-height-41 {
  line-height: 41px !important; }
.line-height-42 {
  line-height: 42px !important; }
.line-height-43 {
  line-height: 43px !important; }
.line-height-44 {
  line-height: 44px !important; }
.line-height-45 {
  line-height: 45px !important; }
.line-height-46 {
  line-height: 46px !important; }
.line-height-47 {
  line-height: 47px !important; }
.line-height-48 {
  line-height: 48px !important; }
.line-height-49 {
  line-height: 49px !important; }
.line-height-50 {
  line-height: 50px !important; }
.line-height-51 {
  line-height: 51px !important; }
.line-height-52 {
  line-height: 52px !important; }
.line-height-53 {
  line-height: 53px !important; }
.line-height-54 {
  line-height: 54px !important; }
.line-height-55 {
  line-height: 55px !important; }
.line-height-56 {
  line-height: 56px !important; }
.line-height-57 {
  line-height: 57px !important; }
.line-height-58 {
  line-height: 58px !important; }
.line-height-59 {
  line-height: 59px !important; }
.line-height-60 {
  line-height: 60px !important; }
.line-height-61 {
  line-height: 61px !important; }
.line-height-62 {
  line-height: 62px !important; }
.line-height-63 {
  line-height: 63px !important; }
.line-height-64 {
  line-height: 64px !important; }
.line-height-65 {
  line-height: 65px !important; }
.line-height-66 {
  line-height: 66px !important; }
.line-height-67 {
  line-height: 67px !important; }
.line-height-68 {
  line-height: 68px !important; }
.line-height-69 {
  line-height: 69px !important; }
.line-height-70 {
  line-height: 70px !important; }
.line-height-71 {
  line-height: 71px !important; }
.line-height-72 {
  line-height: 72px !important; }
.line-height-73 {
  line-height: 73px !important; }
.line-height-74 {
  line-height: 74px !important; }
.line-height-75 {
  line-height: 75px !important; }
.line-height-76 {
  line-height: 76px !important; }
.line-height-77 {
  line-height: 77px !important; }
.line-height-78 {
  line-height: 78px !important; }
.line-height-79 {
  line-height: 79px !important; }
.line-height-80 {
  line-height: 80px !important; }
.line-height-81 {
  line-height: 81px !important; }
.line-height-82 {
  line-height: 82px !important; }
.line-height-83 {
  line-height: 83px !important; }
.line-height-84 {
  line-height: 84px !important; }
.line-height-85 {
  line-height: 85px !important; }
.line-height-86 {
  line-height: 86px !important; }
.line-height-87 {
  line-height: 87px !important; }
.line-height-88 {
  line-height: 88px !important; }
.line-height-89 {
  line-height: 89px !important; }
.line-height-90 {
  line-height: 90px !important; }
.line-height-91 {
  line-height: 91px !important; }
.line-height-92 {
  line-height: 92px !important; }
.line-height-93 {
  line-height: 93px !important; }
.line-height-94 {
  line-height: 94px !important; }
.line-height-95 {
  line-height: 95px !important; }
.line-height-96 {
  line-height: 96px !important; }
.line-height-97 {
  line-height: 97px !important; }
.line-height-98 {
  line-height: 98px !important; }
.line-height-99 {
  line-height: 99px !important; }
.line-height-100 {
  line-height: 100px !important; }

.line-height-1x {
  line-height: 1; }

.line-height-2x {
  line-height: 2; }

.line-height-normal {
  line-height: normal; }

.font-size-1x {
  font-size: 1em; }

.font-size-2x {
  font-size: 2em; }

.font-size-3x {
  font-size: 3em; }

.font-size-4x {
  font-size: 4em; }

.font-size-5x {
  font-size: 5em; }

.font-size-6x {
  font-size: 6em; }

.font-size-7x {
  font-size: 7em; }

.font-weight-100 {
  font-weight: 100; }
.font-weight-200 {
  font-weight: 200; }
.font-weight-300 {
  font-weight: 300; }
.font-weight-400 {
  font-weight: 400; }
.font-weight-500 {
  font-weight: 500; }
.font-weight-600 {
  font-weight: 600; }
.font-weight-700 {
  font-weight: 700; }
.font-weight-800 {
  font-weight: 800; }
.font-weight-900 {
  font-weight: 900; }

.font-style-italic {
  font-style: italic; }

.font-style-normal {
  font-style: normal; }

.no-margin {
  margin: 0 !important; }

.no-margin-top {
  margin-top: 0 !important; }
.no-margin-left {
  margin-left: 0 !important; }
.no-margin-right {
  margin-right: 0 !important; }
.no-margin-bottom {
  margin-bottom: 0 !important; }

.no-padding-top {
  padding-top: 0 !important; }
.no-padding-left {
  padding-left: 0 !important; }
.no-padding-right {
  padding-right: 0 !important; }
.no-padding-bottom {
  padding-bottom: 0 !important; }

.no-rounder {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-border {
  border: none !important; }

.size-full {
  width: 100%; }

.size-full-width {
  width: 100%; }

.size-half-width {
  width: 50%; }

.size-half-height {
  height: 50%; }

.size-full-height {
  height: 100%; }

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

.background-yellow {
  background-color: "yellow" !important; }

.border-color-yellow {
  border-color: "yellow" !important; }

.text-color-yellow {
  color: "yellow" !important; }

.background-orange {
  background-color: "orange" !important; }

.border-color-orange {
  border-color: "orange" !important; }

.text-color-orange {
  color: "orange" !important; }

.background-pink {
  background-color: "pink" !important; }

.border-color-pink {
  border-color: "pink" !important; }

.text-color-pink {
  color: "pink" !important; }

.background-red {
  background-color: "red" !important; }

.border-color-red {
  border-color: "red" !important; }

.text-color-red {
  color: "red" !important; }

.background-brown {
  background-color: "brown" !important; }

.border-color-brown {
  border-color: "brown" !important; }

.text-color-brown {
  color: "brown" !important; }

.background-green {
  background-color: "green" !important; }

.border-color-green {
  border-color: "green" !important; }

.text-color-green {
  color: "green" !important; }

.background-blue {
  background-color: "blue" !important; }

.border-color-blue {
  border-color: "blue" !important; }

.text-color-blue {
  color: "blue" !important; }

.background-purple {
  background-color: "purple" !important; }

.border-color-purple {
  border-color: "purple" !important; }

.text-color-purple {
  color: "purple" !important; }

.background-gray {
  background-color: "gray" !important; }

.border-color-gray {
  border-color: "gray" !important; }

.text-color-gray {
  color: "gray" !important; }

.background-black {
  background-color: "black" !important; }

.border-color-black {
  border-color: "black" !important; }

.text-color-black {
  color: "black" !important; }

.background-silver {
  background-color: "silver" !important; }

.border-color-silver {
  border-color: "silver" !important; }

.text-color-silver {
  color: "silver" !important; }

.background-gold {
  background-color: "gold" !important; }

.border-color-gold {
  border-color: "gold" !important; }

.text-color-gold {
  color: "gold" !important; }

.background-lightblue {
  background-color: "lightblue" !important; }

.border-color-lightblue {
  border-color: "lightblue" !important; }

.text-color-lightblue {
  color: "lightblue" !important; }

.background-lightgreen {
  background-color: "lightgreen" !important; }

.border-color-lightgreen {
  border-color: "lightgreen" !important; }

.text-color-lightgreen {
  color: "lightgreen" !important; }

.background-lightyellow {
  background-color: "lightyellow" !important; }

.border-color-lightyellow {
  border-color: "lightyellow" !important; }

.text-color-lightyellow {
  color: "lightyellow" !important; }

.background-darkblue {
  background-color: "darkblue" !important; }

.border-color-darkblue {
  border-color: "darkblue" !important; }

.text-color-darkblue {
  color: "darkblue" !important; }

.background-darkgreen {
  background-color: "darkgreen" !important; }

.border-color-darkgreen {
  border-color: "darkgreen" !important; }

.text-color-darkgreen {
  color: "darkgreen" !important; }

.background-lightyellow {
  background-color: "lightyellow" !important; }

.border-color-lightyellow {
  border-color: "lightyellow" !important; }

.text-color-lightyellow {
  color: "lightyellow" !important; }

.background-white {
  background-color: #FFF !important; }

.text-color-white {
  color: #FFF !important; }

.background-light {
  background-color: #f3f4f6; }

.background-lighter {
  background-color: #f1f1f1; }

.background-smoke {
  background-color: #e8e9eb; }

.border-color {
  border-color: #d2d2d2; }

.color-heading {
  color: #121210; }

.text-color-heading {
  color: #121210; }

.background-heading {
  background-color: #121210 !important; }

.background-primary {
  background-color: #2f2f2f !important; }

.background-body {
  background-color: #fff !important; }

.border-color-primary {
  border-color: #2f2f2f !important; }

.border-color-heading {
  border-color: #121210 !important; }

.border-color-inherit {
  border-color: inherit !important; }

.bg-transparent {
  background-color: transparent !important; }

.text-color-primary {
  color: #2f2f2f !important; }

.color-primary {
  color: #2f2f2f !important; }

.text-color-body {
  color: #7a7a7a !important; }

.color-body {
  color: #7a7a7a !important; }

.border-width-0 {
  border-width: 0px; }
.border-width-1 {
  border-width: 1px; }
.border-width-2 {
  border-width: 2px; }
.border-width-3 {
  border-width: 3px; }
.border-width-4 {
  border-width: 4px; }
.border-width-5 {
  border-width: 5px; }
.border-width-6 {
  border-width: 6px; }
.border-width-7 {
  border-width: 7px; }
.border-width-8 {
  border-width: 8px; }
.border-width-9 {
  border-width: 9px; }
.border-width-10 {
  border-width: 10px; }

.button-color-white {
  background-color: #FFF !important;
  border-color: #FFF !important;
  color: #121210 !important; }
  .button-color-white:hover, .button-color-white:active, .button-color-white:focus, .button-color-white.active {
    background-color: #2f2f2f !important;
    border-color: #2f2f2f !important;
    color: #FFF !important; }

.theme-letter-spacing {
  letter-spacing: 0.5px; }

.letter-spacing-0 {
  letter-spacing: 0px; }
.letter-spacing-1 {
  letter-spacing: 1px; }
.letter-spacing-2 {
  letter-spacing: 2px; }
.letter-spacing-3 {
  letter-spacing: 3px; }
.letter-spacing-4 {
  letter-spacing: 4px; }
.letter-spacing-5 {
  letter-spacing: 5px; }
.letter-spacing-6 {
  letter-spacing: 6px; }
.letter-spacing-7 {
  letter-spacing: 7px; }
.letter-spacing-8 {
  letter-spacing: 8px; }
.letter-spacing-9 {
  letter-spacing: 9px; }
.letter-spacing-10 {
  letter-spacing: 10px; }
.letter-spacing-11 {
  letter-spacing: 11px; }
.letter-spacing-12 {
  letter-spacing: 12px; }
.letter-spacing-13 {
  letter-spacing: 13px; }
.letter-spacing-14 {
  letter-spacing: 14px; }
.letter-spacing-15 {
  letter-spacing: 15px; }
.letter-spacing-16 {
  letter-spacing: 16px; }
.letter-spacing-17 {
  letter-spacing: 17px; }
.letter-spacing-18 {
  letter-spacing: 18px; }
.letter-spacing-19 {
  letter-spacing: 19px; }
.letter-spacing-20 {
  letter-spacing: 20px; }
.letter-spacing-21 {
  letter-spacing: 21px; }
.letter-spacing-22 {
  letter-spacing: 22px; }
.letter-spacing-23 {
  letter-spacing: 23px; }
.letter-spacing-24 {
  letter-spacing: 24px; }
.letter-spacing-25 {
  letter-spacing: 25px; }
.letter-spacing-26 {
  letter-spacing: 26px; }
.letter-spacing-27 {
  letter-spacing: 27px; }
.letter-spacing-28 {
  letter-spacing: 28px; }
.letter-spacing-29 {
  letter-spacing: 29px; }
.letter-spacing-30 {
  letter-spacing: 30px; }
.letter-spacing-31 {
  letter-spacing: 31px; }
.letter-spacing-32 {
  letter-spacing: 32px; }
.letter-spacing-33 {
  letter-spacing: 33px; }
.letter-spacing-34 {
  letter-spacing: 34px; }
.letter-spacing-35 {
  letter-spacing: 35px; }
.letter-spacing-36 {
  letter-spacing: 36px; }
.letter-spacing-37 {
  letter-spacing: 37px; }
.letter-spacing-38 {
  letter-spacing: 38px; }
.letter-spacing-39 {
  letter-spacing: 39px; }
.letter-spacing-40 {
  letter-spacing: 40px; }
.letter-spacing-41 {
  letter-spacing: 41px; }
.letter-spacing-42 {
  letter-spacing: 42px; }
.letter-spacing-43 {
  letter-spacing: 43px; }
.letter-spacing-44 {
  letter-spacing: 44px; }
.letter-spacing-45 {
  letter-spacing: 45px; }
.letter-spacing-46 {
  letter-spacing: 46px; }
.letter-spacing-47 {
  letter-spacing: 47px; }
.letter-spacing-48 {
  letter-spacing: 48px; }
.letter-spacing-49 {
  letter-spacing: 49px; }
.letter-spacing-50 {
  letter-spacing: 50px; }

.border-left-0 {
  border-left: 0px solid; }
.border-left-1 {
  border-left: 1px solid; }
.border-left-2 {
  border-left: 2px solid; }
.border-left-3 {
  border-left: 3px solid; }
.border-left-4 {
  border-left: 4px solid; }
.border-left-5 {
  border-left: 5px solid; }
.border-left-6 {
  border-left: 6px solid; }
.border-left-7 {
  border-left: 7px solid; }
.border-left-8 {
  border-left: 8px solid; }
.border-left-9 {
  border-left: 9px solid; }
.border-left-10 {
  border-left: 10px solid; }
.border-left-11 {
  border-left: 11px solid; }
.border-left-12 {
  border-left: 12px solid; }
.border-left-13 {
  border-left: 13px solid; }
.border-left-14 {
  border-left: 14px solid; }
.border-left-15 {
  border-left: 15px solid; }
.border-left-16 {
  border-left: 16px solid; }
.border-left-17 {
  border-left: 17px solid; }
.border-left-18 {
  border-left: 18px solid; }
.border-left-19 {
  border-left: 19px solid; }
.border-left-20 {
  border-left: 20px solid; }
.border-left-21 {
  border-left: 21px solid; }
.border-left-22 {
  border-left: 22px solid; }
.border-left-23 {
  border-left: 23px solid; }
.border-left-24 {
  border-left: 24px solid; }
.border-left-25 {
  border-left: 25px solid; }
.border-left-26 {
  border-left: 26px solid; }
.border-left-27 {
  border-left: 27px solid; }
.border-left-28 {
  border-left: 28px solid; }
.border-left-29 {
  border-left: 29px solid; }
.border-left-30 {
  border-left: 30px solid; }
.border-left-31 {
  border-left: 31px solid; }
.border-left-32 {
  border-left: 32px solid; }
.border-left-33 {
  border-left: 33px solid; }
.border-left-34 {
  border-left: 34px solid; }
.border-left-35 {
  border-left: 35px solid; }
.border-left-36 {
  border-left: 36px solid; }
.border-left-37 {
  border-left: 37px solid; }
.border-left-38 {
  border-left: 38px solid; }
.border-left-39 {
  border-left: 39px solid; }
.border-left-40 {
  border-left: 40px solid; }
.border-left-41 {
  border-left: 41px solid; }
.border-left-42 {
  border-left: 42px solid; }
.border-left-43 {
  border-left: 43px solid; }
.border-left-44 {
  border-left: 44px solid; }
.border-left-45 {
  border-left: 45px solid; }
.border-left-46 {
  border-left: 46px solid; }
.border-left-47 {
  border-left: 47px solid; }
.border-left-48 {
  border-left: 48px solid; }
.border-left-49 {
  border-left: 49px solid; }
.border-left-50 {
  border-left: 50px solid; }
.border-left-51 {
  border-left: 51px solid; }
.border-left-52 {
  border-left: 52px solid; }
.border-left-53 {
  border-left: 53px solid; }
.border-left-54 {
  border-left: 54px solid; }
.border-left-55 {
  border-left: 55px solid; }
.border-left-56 {
  border-left: 56px solid; }
.border-left-57 {
  border-left: 57px solid; }
.border-left-58 {
  border-left: 58px solid; }
.border-left-59 {
  border-left: 59px solid; }
.border-left-60 {
  border-left: 60px solid; }
.border-left-61 {
  border-left: 61px solid; }
.border-left-62 {
  border-left: 62px solid; }
.border-left-63 {
  border-left: 63px solid; }
.border-left-64 {
  border-left: 64px solid; }
.border-left-65 {
  border-left: 65px solid; }
.border-left-66 {
  border-left: 66px solid; }
.border-left-67 {
  border-left: 67px solid; }
.border-left-68 {
  border-left: 68px solid; }
.border-left-69 {
  border-left: 69px solid; }
.border-left-70 {
  border-left: 70px solid; }
.border-left-71 {
  border-left: 71px solid; }
.border-left-72 {
  border-left: 72px solid; }
.border-left-73 {
  border-left: 73px solid; }
.border-left-74 {
  border-left: 74px solid; }
.border-left-75 {
  border-left: 75px solid; }
.border-left-76 {
  border-left: 76px solid; }
.border-left-77 {
  border-left: 77px solid; }
.border-left-78 {
  border-left: 78px solid; }
.border-left-79 {
  border-left: 79px solid; }
.border-left-80 {
  border-left: 80px solid; }
.border-left-81 {
  border-left: 81px solid; }
.border-left-82 {
  border-left: 82px solid; }
.border-left-83 {
  border-left: 83px solid; }
.border-left-84 {
  border-left: 84px solid; }
.border-left-85 {
  border-left: 85px solid; }
.border-left-86 {
  border-left: 86px solid; }
.border-left-87 {
  border-left: 87px solid; }
.border-left-88 {
  border-left: 88px solid; }
.border-left-89 {
  border-left: 89px solid; }
.border-left-90 {
  border-left: 90px solid; }
.border-left-91 {
  border-left: 91px solid; }
.border-left-92 {
  border-left: 92px solid; }
.border-left-93 {
  border-left: 93px solid; }
.border-left-94 {
  border-left: 94px solid; }
.border-left-95 {
  border-left: 95px solid; }
.border-left-96 {
  border-left: 96px solid; }
.border-left-97 {
  border-left: 97px solid; }
.border-left-98 {
  border-left: 98px solid; }
.border-left-99 {
  border-left: 99px solid; }
.border-left-100 {
  border-left: 100px solid; }

.border-right-0 {
  border-right: 0px solid; }
.border-right-1 {
  border-right: 1px solid; }
.border-right-2 {
  border-right: 2px solid; }
.border-right-3 {
  border-right: 3px solid; }
.border-right-4 {
  border-right: 4px solid; }
.border-right-5 {
  border-right: 5px solid; }
.border-right-6 {
  border-right: 6px solid; }
.border-right-7 {
  border-right: 7px solid; }
.border-right-8 {
  border-right: 8px solid; }
.border-right-9 {
  border-right: 9px solid; }
.border-right-10 {
  border-right: 10px solid; }
.border-right-11 {
  border-right: 11px solid; }
.border-right-12 {
  border-right: 12px solid; }
.border-right-13 {
  border-right: 13px solid; }
.border-right-14 {
  border-right: 14px solid; }
.border-right-15 {
  border-right: 15px solid; }
.border-right-16 {
  border-right: 16px solid; }
.border-right-17 {
  border-right: 17px solid; }
.border-right-18 {
  border-right: 18px solid; }
.border-right-19 {
  border-right: 19px solid; }
.border-right-20 {
  border-right: 20px solid; }
.border-right-21 {
  border-right: 21px solid; }
.border-right-22 {
  border-right: 22px solid; }
.border-right-23 {
  border-right: 23px solid; }
.border-right-24 {
  border-right: 24px solid; }
.border-right-25 {
  border-right: 25px solid; }
.border-right-26 {
  border-right: 26px solid; }
.border-right-27 {
  border-right: 27px solid; }
.border-right-28 {
  border-right: 28px solid; }
.border-right-29 {
  border-right: 29px solid; }
.border-right-30 {
  border-right: 30px solid; }
.border-right-31 {
  border-right: 31px solid; }
.border-right-32 {
  border-right: 32px solid; }
.border-right-33 {
  border-right: 33px solid; }
.border-right-34 {
  border-right: 34px solid; }
.border-right-35 {
  border-right: 35px solid; }
.border-right-36 {
  border-right: 36px solid; }
.border-right-37 {
  border-right: 37px solid; }
.border-right-38 {
  border-right: 38px solid; }
.border-right-39 {
  border-right: 39px solid; }
.border-right-40 {
  border-right: 40px solid; }
.border-right-41 {
  border-right: 41px solid; }
.border-right-42 {
  border-right: 42px solid; }
.border-right-43 {
  border-right: 43px solid; }
.border-right-44 {
  border-right: 44px solid; }
.border-right-45 {
  border-right: 45px solid; }
.border-right-46 {
  border-right: 46px solid; }
.border-right-47 {
  border-right: 47px solid; }
.border-right-48 {
  border-right: 48px solid; }
.border-right-49 {
  border-right: 49px solid; }
.border-right-50 {
  border-right: 50px solid; }
.border-right-51 {
  border-right: 51px solid; }
.border-right-52 {
  border-right: 52px solid; }
.border-right-53 {
  border-right: 53px solid; }
.border-right-54 {
  border-right: 54px solid; }
.border-right-55 {
  border-right: 55px solid; }
.border-right-56 {
  border-right: 56px solid; }
.border-right-57 {
  border-right: 57px solid; }
.border-right-58 {
  border-right: 58px solid; }
.border-right-59 {
  border-right: 59px solid; }
.border-right-60 {
  border-right: 60px solid; }
.border-right-61 {
  border-right: 61px solid; }
.border-right-62 {
  border-right: 62px solid; }
.border-right-63 {
  border-right: 63px solid; }
.border-right-64 {
  border-right: 64px solid; }
.border-right-65 {
  border-right: 65px solid; }
.border-right-66 {
  border-right: 66px solid; }
.border-right-67 {
  border-right: 67px solid; }
.border-right-68 {
  border-right: 68px solid; }
.border-right-69 {
  border-right: 69px solid; }
.border-right-70 {
  border-right: 70px solid; }
.border-right-71 {
  border-right: 71px solid; }
.border-right-72 {
  border-right: 72px solid; }
.border-right-73 {
  border-right: 73px solid; }
.border-right-74 {
  border-right: 74px solid; }
.border-right-75 {
  border-right: 75px solid; }
.border-right-76 {
  border-right: 76px solid; }
.border-right-77 {
  border-right: 77px solid; }
.border-right-78 {
  border-right: 78px solid; }
.border-right-79 {
  border-right: 79px solid; }
.border-right-80 {
  border-right: 80px solid; }
.border-right-81 {
  border-right: 81px solid; }
.border-right-82 {
  border-right: 82px solid; }
.border-right-83 {
  border-right: 83px solid; }
.border-right-84 {
  border-right: 84px solid; }
.border-right-85 {
  border-right: 85px solid; }
.border-right-86 {
  border-right: 86px solid; }
.border-right-87 {
  border-right: 87px solid; }
.border-right-88 {
  border-right: 88px solid; }
.border-right-89 {
  border-right: 89px solid; }
.border-right-90 {
  border-right: 90px solid; }
.border-right-91 {
  border-right: 91px solid; }
.border-right-92 {
  border-right: 92px solid; }
.border-right-93 {
  border-right: 93px solid; }
.border-right-94 {
  border-right: 94px solid; }
.border-right-95 {
  border-right: 95px solid; }
.border-right-96 {
  border-right: 96px solid; }
.border-right-97 {
  border-right: 97px solid; }
.border-right-98 {
  border-right: 98px solid; }
.border-right-99 {
  border-right: 99px solid; }
.border-right-100 {
  border-right: 100px solid; }

.border-bottom-0 {
  border-bottom: 0px solid; }
.border-bottom-1 {
  border-bottom: 1px solid; }
.border-bottom-2 {
  border-bottom: 2px solid; }
.border-bottom-3 {
  border-bottom: 3px solid; }
.border-bottom-4 {
  border-bottom: 4px solid; }
.border-bottom-5 {
  border-bottom: 5px solid; }
.border-bottom-6 {
  border-bottom: 6px solid; }
.border-bottom-7 {
  border-bottom: 7px solid; }
.border-bottom-8 {
  border-bottom: 8px solid; }
.border-bottom-9 {
  border-bottom: 9px solid; }
.border-bottom-10 {
  border-bottom: 10px solid; }
.border-bottom-11 {
  border-bottom: 11px solid; }
.border-bottom-12 {
  border-bottom: 12px solid; }
.border-bottom-13 {
  border-bottom: 13px solid; }
.border-bottom-14 {
  border-bottom: 14px solid; }
.border-bottom-15 {
  border-bottom: 15px solid; }
.border-bottom-16 {
  border-bottom: 16px solid; }
.border-bottom-17 {
  border-bottom: 17px solid; }
.border-bottom-18 {
  border-bottom: 18px solid; }
.border-bottom-19 {
  border-bottom: 19px solid; }
.border-bottom-20 {
  border-bottom: 20px solid; }
.border-bottom-21 {
  border-bottom: 21px solid; }
.border-bottom-22 {
  border-bottom: 22px solid; }
.border-bottom-23 {
  border-bottom: 23px solid; }
.border-bottom-24 {
  border-bottom: 24px solid; }
.border-bottom-25 {
  border-bottom: 25px solid; }
.border-bottom-26 {
  border-bottom: 26px solid; }
.border-bottom-27 {
  border-bottom: 27px solid; }
.border-bottom-28 {
  border-bottom: 28px solid; }
.border-bottom-29 {
  border-bottom: 29px solid; }
.border-bottom-30 {
  border-bottom: 30px solid; }
.border-bottom-31 {
  border-bottom: 31px solid; }
.border-bottom-32 {
  border-bottom: 32px solid; }
.border-bottom-33 {
  border-bottom: 33px solid; }
.border-bottom-34 {
  border-bottom: 34px solid; }
.border-bottom-35 {
  border-bottom: 35px solid; }
.border-bottom-36 {
  border-bottom: 36px solid; }
.border-bottom-37 {
  border-bottom: 37px solid; }
.border-bottom-38 {
  border-bottom: 38px solid; }
.border-bottom-39 {
  border-bottom: 39px solid; }
.border-bottom-40 {
  border-bottom: 40px solid; }
.border-bottom-41 {
  border-bottom: 41px solid; }
.border-bottom-42 {
  border-bottom: 42px solid; }
.border-bottom-43 {
  border-bottom: 43px solid; }
.border-bottom-44 {
  border-bottom: 44px solid; }
.border-bottom-45 {
  border-bottom: 45px solid; }
.border-bottom-46 {
  border-bottom: 46px solid; }
.border-bottom-47 {
  border-bottom: 47px solid; }
.border-bottom-48 {
  border-bottom: 48px solid; }
.border-bottom-49 {
  border-bottom: 49px solid; }
.border-bottom-50 {
  border-bottom: 50px solid; }
.border-bottom-51 {
  border-bottom: 51px solid; }
.border-bottom-52 {
  border-bottom: 52px solid; }
.border-bottom-53 {
  border-bottom: 53px solid; }
.border-bottom-54 {
  border-bottom: 54px solid; }
.border-bottom-55 {
  border-bottom: 55px solid; }
.border-bottom-56 {
  border-bottom: 56px solid; }
.border-bottom-57 {
  border-bottom: 57px solid; }
.border-bottom-58 {
  border-bottom: 58px solid; }
.border-bottom-59 {
  border-bottom: 59px solid; }
.border-bottom-60 {
  border-bottom: 60px solid; }
.border-bottom-61 {
  border-bottom: 61px solid; }
.border-bottom-62 {
  border-bottom: 62px solid; }
.border-bottom-63 {
  border-bottom: 63px solid; }
.border-bottom-64 {
  border-bottom: 64px solid; }
.border-bottom-65 {
  border-bottom: 65px solid; }
.border-bottom-66 {
  border-bottom: 66px solid; }
.border-bottom-67 {
  border-bottom: 67px solid; }
.border-bottom-68 {
  border-bottom: 68px solid; }
.border-bottom-69 {
  border-bottom: 69px solid; }
.border-bottom-70 {
  border-bottom: 70px solid; }
.border-bottom-71 {
  border-bottom: 71px solid; }
.border-bottom-72 {
  border-bottom: 72px solid; }
.border-bottom-73 {
  border-bottom: 73px solid; }
.border-bottom-74 {
  border-bottom: 74px solid; }
.border-bottom-75 {
  border-bottom: 75px solid; }
.border-bottom-76 {
  border-bottom: 76px solid; }
.border-bottom-77 {
  border-bottom: 77px solid; }
.border-bottom-78 {
  border-bottom: 78px solid; }
.border-bottom-79 {
  border-bottom: 79px solid; }
.border-bottom-80 {
  border-bottom: 80px solid; }
.border-bottom-81 {
  border-bottom: 81px solid; }
.border-bottom-82 {
  border-bottom: 82px solid; }
.border-bottom-83 {
  border-bottom: 83px solid; }
.border-bottom-84 {
  border-bottom: 84px solid; }
.border-bottom-85 {
  border-bottom: 85px solid; }
.border-bottom-86 {
  border-bottom: 86px solid; }
.border-bottom-87 {
  border-bottom: 87px solid; }
.border-bottom-88 {
  border-bottom: 88px solid; }
.border-bottom-89 {
  border-bottom: 89px solid; }
.border-bottom-90 {
  border-bottom: 90px solid; }
.border-bottom-91 {
  border-bottom: 91px solid; }
.border-bottom-92 {
  border-bottom: 92px solid; }
.border-bottom-93 {
  border-bottom: 93px solid; }
.border-bottom-94 {
  border-bottom: 94px solid; }
.border-bottom-95 {
  border-bottom: 95px solid; }
.border-bottom-96 {
  border-bottom: 96px solid; }
.border-bottom-97 {
  border-bottom: 97px solid; }
.border-bottom-98 {
  border-bottom: 98px solid; }
.border-bottom-99 {
  border-bottom: 99px solid; }
.border-bottom-100 {
  border-bottom: 100px solid; }

.border-top-0 {
  border-top: 0px solid; }
.border-top-1 {
  border-top: 1px solid; }
.border-top-2 {
  border-top: 2px solid; }
.border-top-3 {
  border-top: 3px solid; }
.border-top-4 {
  border-top: 4px solid; }
.border-top-5 {
  border-top: 5px solid; }
.border-top-6 {
  border-top: 6px solid; }
.border-top-7 {
  border-top: 7px solid; }
.border-top-8 {
  border-top: 8px solid; }
.border-top-9 {
  border-top: 9px solid; }
.border-top-10 {
  border-top: 10px solid; }
.border-top-11 {
  border-top: 11px solid; }
.border-top-12 {
  border-top: 12px solid; }
.border-top-13 {
  border-top: 13px solid; }
.border-top-14 {
  border-top: 14px solid; }
.border-top-15 {
  border-top: 15px solid; }
.border-top-16 {
  border-top: 16px solid; }
.border-top-17 {
  border-top: 17px solid; }
.border-top-18 {
  border-top: 18px solid; }
.border-top-19 {
  border-top: 19px solid; }
.border-top-20 {
  border-top: 20px solid; }
.border-top-21 {
  border-top: 21px solid; }
.border-top-22 {
  border-top: 22px solid; }
.border-top-23 {
  border-top: 23px solid; }
.border-top-24 {
  border-top: 24px solid; }
.border-top-25 {
  border-top: 25px solid; }
.border-top-26 {
  border-top: 26px solid; }
.border-top-27 {
  border-top: 27px solid; }
.border-top-28 {
  border-top: 28px solid; }
.border-top-29 {
  border-top: 29px solid; }
.border-top-30 {
  border-top: 30px solid; }
.border-top-31 {
  border-top: 31px solid; }
.border-top-32 {
  border-top: 32px solid; }
.border-top-33 {
  border-top: 33px solid; }
.border-top-34 {
  border-top: 34px solid; }
.border-top-35 {
  border-top: 35px solid; }
.border-top-36 {
  border-top: 36px solid; }
.border-top-37 {
  border-top: 37px solid; }
.border-top-38 {
  border-top: 38px solid; }
.border-top-39 {
  border-top: 39px solid; }
.border-top-40 {
  border-top: 40px solid; }
.border-top-41 {
  border-top: 41px solid; }
.border-top-42 {
  border-top: 42px solid; }
.border-top-43 {
  border-top: 43px solid; }
.border-top-44 {
  border-top: 44px solid; }
.border-top-45 {
  border-top: 45px solid; }
.border-top-46 {
  border-top: 46px solid; }
.border-top-47 {
  border-top: 47px solid; }
.border-top-48 {
  border-top: 48px solid; }
.border-top-49 {
  border-top: 49px solid; }
.border-top-50 {
  border-top: 50px solid; }
.border-top-51 {
  border-top: 51px solid; }
.border-top-52 {
  border-top: 52px solid; }
.border-top-53 {
  border-top: 53px solid; }
.border-top-54 {
  border-top: 54px solid; }
.border-top-55 {
  border-top: 55px solid; }
.border-top-56 {
  border-top: 56px solid; }
.border-top-57 {
  border-top: 57px solid; }
.border-top-58 {
  border-top: 58px solid; }
.border-top-59 {
  border-top: 59px solid; }
.border-top-60 {
  border-top: 60px solid; }
.border-top-61 {
  border-top: 61px solid; }
.border-top-62 {
  border-top: 62px solid; }
.border-top-63 {
  border-top: 63px solid; }
.border-top-64 {
  border-top: 64px solid; }
.border-top-65 {
  border-top: 65px solid; }
.border-top-66 {
  border-top: 66px solid; }
.border-top-67 {
  border-top: 67px solid; }
.border-top-68 {
  border-top: 68px solid; }
.border-top-69 {
  border-top: 69px solid; }
.border-top-70 {
  border-top: 70px solid; }
.border-top-71 {
  border-top: 71px solid; }
.border-top-72 {
  border-top: 72px solid; }
.border-top-73 {
  border-top: 73px solid; }
.border-top-74 {
  border-top: 74px solid; }
.border-top-75 {
  border-top: 75px solid; }
.border-top-76 {
  border-top: 76px solid; }
.border-top-77 {
  border-top: 77px solid; }
.border-top-78 {
  border-top: 78px solid; }
.border-top-79 {
  border-top: 79px solid; }
.border-top-80 {
  border-top: 80px solid; }
.border-top-81 {
  border-top: 81px solid; }
.border-top-82 {
  border-top: 82px solid; }
.border-top-83 {
  border-top: 83px solid; }
.border-top-84 {
  border-top: 84px solid; }
.border-top-85 {
  border-top: 85px solid; }
.border-top-86 {
  border-top: 86px solid; }
.border-top-87 {
  border-top: 87px solid; }
.border-top-88 {
  border-top: 88px solid; }
.border-top-89 {
  border-top: 89px solid; }
.border-top-90 {
  border-top: 90px solid; }
.border-top-91 {
  border-top: 91px solid; }
.border-top-92 {
  border-top: 92px solid; }
.border-top-93 {
  border-top: 93px solid; }
.border-top-94 {
  border-top: 94px solid; }
.border-top-95 {
  border-top: 95px solid; }
.border-top-96 {
  border-top: 96px solid; }
.border-top-97 {
  border-top: 97px solid; }
.border-top-98 {
  border-top: 98px solid; }
.border-top-99 {
  border-top: 99px solid; }
.border-top-100 {
  border-top: 100px solid; }

.border-style-dotted[class*="border-left"] {
  border-left-style: dotted; }
.border-style-dotted[class*="border-width"] {
  border-style: dotted; }
.border-style-dotted[class*="border-right"] {
  border-right-style: dotted; }
.border-style-dotted[class*="border-width"] {
  border-style: dotted; }
.border-style-dotted[class*="border-bottom"] {
  border-bottom-style: dotted; }
.border-style-dotted[class*="border-width"] {
  border-style: dotted; }
.border-style-dotted[class*="border-top"] {
  border-top-style: dotted; }
.border-style-dotted[class*="border-width"] {
  border-style: dotted; }

.border-style-solid[class*="border-left"] {
  border-left-style: solid; }
.border-style-solid[class*="border-width"] {
  border-style: solid; }
.border-style-solid[class*="border-right"] {
  border-right-style: solid; }
.border-style-solid[class*="border-width"] {
  border-style: solid; }
.border-style-solid[class*="border-bottom"] {
  border-bottom-style: solid; }
.border-style-solid[class*="border-width"] {
  border-style: solid; }
.border-style-solid[class*="border-top"] {
  border-top-style: solid; }
.border-style-solid[class*="border-width"] {
  border-style: solid; }

.border-style-double[class*="border-left"] {
  border-left-style: double; }
.border-style-double[class*="border-width"] {
  border-style: double; }
.border-style-double[class*="border-right"] {
  border-right-style: double; }
.border-style-double[class*="border-width"] {
  border-style: double; }
.border-style-double[class*="border-bottom"] {
  border-bottom-style: double; }
.border-style-double[class*="border-width"] {
  border-style: double; }
.border-style-double[class*="border-top"] {
  border-top-style: double; }
.border-style-double[class*="border-width"] {
  border-style: double; }

.border-style-dashed[class*="border-left"] {
  border-left-style: dashed; }
.border-style-dashed[class*="border-width"] {
  border-style: dashed; }
.border-style-dashed[class*="border-right"] {
  border-right-style: dashed; }
.border-style-dashed[class*="border-width"] {
  border-style: dashed; }
.border-style-dashed[class*="border-bottom"] {
  border-bottom-style: dashed; }
.border-style-dashed[class*="border-width"] {
  border-style: dashed; }
.border-style-dashed[class*="border-top"] {
  border-top-style: dashed; }
.border-style-dashed[class*="border-width"] {
  border-style: dashed; }

.position-right-center {
  right: 0; }

.position-top-center {
  position: absolute !important;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.position-top-left {
  position: absolute !important;
  left: 0;
  right: auto;
  bottom: auto;
  top: 0; }

.position-top-right {
  position: absolute !important;
  left: auto;
  right: 0;
  bottom: auto;
  top: 0; }

.position-bottom-center {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.position-bottom-left {
  position: absolute !important;
  left: 0;
  right: auto;
  bottom: 0;
  top: auto; }

.position-bottom-right {
  position: absolute !important;
  left: auto;
  right: 0;
  bottom: 0;
  top: auto; }

.size_full, .full_width {
  width: 100%; }

.rotate-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.rotate--90 {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.rotate-45 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.rotate--45 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.rotate-0 {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

.arw-countdown-for-product {
  position: relative; }
  .arw-countdown-for-product > div {
    position: absolute;
    z-index: 2;
    width: 100%;
    padding: 15px 0; }
  .arw-countdown-for-product .c-item {
    color: #fff;
    display: inline-block;
    font-size: 1em;
    line-height: normal;
    padding: 0 5px;
    text-align: center;
    width: 25%; }
    .arw-countdown-for-product .c-item + .c-item {
      border-left: 1px solid; }
    .arw-countdown-for-product .c-item span {
      display: block;
      line-height: 15px;
      text-transform: capitalize; }
      .arw-countdown-for-product .c-item span:first-child {
        font-size: 1.2em; }

.arw-parallax {
  background-size: cover !important; }

.product-img-box .arw-countdown-for-product + .arw-product-labels .arw-product-label,
.products-list .arw-countdown-for-product + .arw-product-labels .arw-product-label,
.products-grid .arw-countdown-for-product + .arw-product-labels .arw-product-label {
  top: 70px; }

.product-img-box .arw-countdown-for-product {
  z-index: 100; }

.product-img-box .product-image:hover #wrap {
  z-index: 101 !important; }

/* Featured List */
.featured-list {
  list-style-type: none; }
  .featured-list li {
    color: #121210;
    font-size: 1.714em;
    font-weight: 300;
    letter-spacing: 0;
    margin-bottom: 30px;
    padding: 12px 0 10px 98px;
    position: relative;
    text-align: left;
    text-transform: none; }
    .featured-list li ul,
    .featured-list li ol {
      margin-bottom: 0;
      margin-top: 30px;
      list-style: none; }
    .featured-list li:hover > .feature-list-icon, .featured-list li:active > .feature-list-icon, .featured-list li:focus > .feature-list-icon {
      border-color: #2f2f2f; }
    .featured-list li > .feature-list-icon {
      border: 2px solid #f3f3f3;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      color: #2f2f2f;
      display: inline-block;
      font-size: 18px;
      height: 60px;
      left: 0;
      letter-spacing: 0;
      line-height: 56px;
      position: absolute;
      text-align: center;
      top: 0;
      width: 60px; }
  .featured-list.reverse li {
    padding-left: 0;
    padding-right: 98px;
    text-align: right; }
    .featured-list.reverse li > .feature-list-icon {
      left: auto;
      right: 0; }
  .featured-list.rounded li > .feature-list-icon {
    -webkit-border-radius: $default-border-radius;
    -moz-border-radius: $default-border-radius;
    -ms-border-radius: $default-border-radius;
    border-radius: $default-border-radius; }
  .featured-list.squared li > .feature-list-icon {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    text-indent: 0; }

.list-icon {
  list-style: none; }
  .list-icon li {
    color: #121210;
    font-size: 1em;
    letter-spacing: 0.75px;
    text-transform: uppercase; }
    .list-icon li:before, .list-icon li:after {
      content: " ";
      display: table; }
    .list-icon li:after {
      clear: both; }
    .list-icon li > .fa,
    .list-icon li > i {
      color: #2f2f2f;
      float: left;
      line-height: inherit;
      margin-right: 10px;
      text-align: center;
      width: 1em; }
    .list-icon li a {
      color: inherit; }
      .list-icon li a:hover, .list-icon li a:active, .list-icon li a:focus {
        color: #2f2f2f; }
  .list-icon.list-inline {
    margin-left: -15px; }
    .list-icon.list-inline li {
      padding-left: 15px;
      padding-right: 15px; }

.arw-blockquote {
  border: none;
  font-size: 1em;
  padding-top: 65px;
  position: relative;
  text-align: center; }
  .arw-blockquote:before {
    border: 2px solid #f3f3f3;
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;
    -ms-border-radius: 55px;
    border-radius: 55px;
    content: "“";
    font-size: 36px;
    height: 55px;
    line-height: 65px;
    position: absolute;
    left: 50%;
    margin-left: -27px;
    top: 0;
    text-align: center;
    width: 55px; }
  .arw-blockquote p {
    color: #7a7a7a;
    font-size: 1.143em;
    font-style: italic;
    line-height: 2; }
  .arw-blockquote footer {
    color: #30373e;
    font-size: 0.857em;
    letter-spacing: 2px;
    text-transform: uppercase; }
    .arw-blockquote footer:before {
      content: ""; }
    .arw-blockquote footer cite {
      font-style: normal; }
      .arw-blockquote footer cite:before {
        content: " - "; }
  .arw-blockquote.style-2 {
    padding-top: 20px; }
    .arw-blockquote.style-2:before {
      display: none !important; }
    .arw-blockquote.style-2 p {
      font-family: "Montserrat", Menlo, Monaco, Consolas, "Courier New", monospace;
      font-size: 1.4285em;
      font-weight: 300;
      line-height: 1.8; }
    .arw-blockquote.style-2 footer {
      font-size: 1em;
      font-weight: bold;
      margin-top: 20px;
      position: relative;
      padding-top: 20px; }
      .arw-blockquote.style-2 footer:before {
        border-top: 1px solid #2f2f2f;
        content: "";
        height: 1px;
        position: absolute;
        left: 50%;
        margin-left: -24px;
        top: 0;
        width: 47px; }
      .arw-blockquote.style-2 footer cite:before {
        content: " . "; }

.social-icon {
  border: 1px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: inherit;
  display: block;
  font-size: 16px;
  height: 32px;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  width: 32px; }
  .social-icon .fa {
    margin: 0;
    padding: 0; }
  .social-icon.active, .social-icon:hover, .social-icon:active, .social-icon:focus {
    border-color: #2f2f2f; }
  .social-icon.style-1 {
    background-color: #FFF;
    border-color: #fff;
    color: #121210; }
    .social-icon.style-1.active, .social-icon.style-1:hover, .social-icon.style-1:active, .social-icon.style-1:focus {
      background-color: #FFF;
      border-color: #FFF;
      color: #2f2f2f; }
  .social-icon.style-2 {
    background-color: transparent;
    border-color: transparent;
    color: #121210; }
    .social-icon.style-2.active, .social-icon.style-2:hover, .social-icon.style-2:active, .social-icon.style-2:focus {
      background-color: #2f2f2f;
      border-color: #2f2f2f;
      color: #FFF; }

.no-info-window .arw-custom-infowindow {
  display: none; }

.flickr-image {
  cursor: pointer;
  display: inline-block;
  margin: 0.5em;
  position: relative; }
  .list-inline li .flickr-image {
    margin-left: auto;
    margin-right: auto; }
  .flickr-image:before {
    color: #FFF;
    content: "\f002";
    font-family: fontawesome;
    opacity: "0";
    /*filter: alpha(opacity=$opacity*100);*/
    visibility: hidden;
    z-index: 3; }
  .flickr-image:after {
    background-color: #2f2f2f;
    content: "";
    height: 100%;
    left: 0;
    opacity: "0.8";
    /*filter: alpha(opacity=$opacity*100);*/
    position: absolute;
    visibility: hidden;
    top: 0;
    width: 100%;
    z-index: 2; }
  .flickr-image:hover:before, .flickr-image:active:before, .flickr-image:focus:before {
    opacity: "1";
    /*filter: alpha(opacity=$opacity*100);*/
    visibility: visible; }
  .flickr-image:hover:after, .flickr-image:active:after, .flickr-image:focus:after {
    visibility: visible; }

/* Toggle Style */
.arw-toggle-container {
  position: relative; }
  .arw-toggle-container .arw-toggle-control {
    cursor: pointer;
    display: inline-block; }
  .arw-toggle-container .arw-toggle-content {
    background-color: #fff;
    color: #7a7a7a;
    left: 0;
    min-width: 240px;
    opacity: "0";
    /*filter: alpha(opacity=$opacity*100);*/
    padding: 20px 30px;
    position: absolute;
    -webkit-transition: all 350ms $easeInOutCubic 0s;
    -moz-transition: all 350ms $easeInOutCubic 0s;
    -ms-transition: all 350ms $easeInOutCubic 0s;
    transition: all 350ms $easeInOutCubic 0s;
    top: 100%;
    visibility: hidden;
    z-index: 10; }
    .arw-toggle-container .arw-toggle-content li {
      background-color: transparent;
      color: #60636b; }
      .arw-toggle-container .arw-toggle-content li:hover, .arw-toggle-container .arw-toggle-content li:active, .arw-toggle-container .arw-toggle-content li:focus, .arw-toggle-container .arw-toggle-content li.active {
        background-color: transparent;
        color: #2f2f2f; }
      .arw-toggle-container .arw-toggle-content li > a {
        background: none;
        color: inherit; }
  .arw-toggle-container.show-content-bottom-right .arw-toggle-content {
    bottom: auto;
    left: auto;
    right: 0;
    top: 100%; }
  .arw-toggle-container.show-content-top-left .arw-toggle-content {
    bottom: 100%;
    left: 0;
    right: auto;
    top: auto; }
  .arw-toggle-container.show-content-top-right .arw-toggle-content {
    bottom: 100%;
    left: auto;
    right: 0;
    top: auto; }
  .arw-toggle-container:hover .arw-toggle-content, .arw-toggle-container:active .arw-toggle-content, .arw-toggle-container:focus .arw-toggle-content, .arw-toggle-container.active .arw-toggle-content {
    opacity: "1";
    /*filter: alpha(opacity=$opacity*100);*/
    visibility: visible;
    z-index: 11; }

/* Progress Bar */
.progress {
  background-color: #bebebe;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.progress-bar {
  background-color: #121210; }

.progress-container {
  color: #121210;
  padding-top: 25px;
  position: relative; }
  .progress-container:before, .progress-container:after {
    content: " ";
    display: table; }
  .progress-container:after {
    clear: both; }
  .progress-container .progress {
    height: 2px;
    margin-bottom: 30px; }
  .progress-container .progress-title {
    color: inherit;
    font-size: 0.714em;
    font-weight: normal;
    left: 0;
    margin-top: 0;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    white-space: nowrap; }
  .progress-container .data {
    display: inline-block;
    font-size: 0.714em;
    font-weight: normal;
    line-height: normal;
    right: 0;
    position: absolute;
    top: 1px; }

/* Testimonial Style */
.testimonial {
  padding-bottom: 30px; }
  .testimonial.arw-carousel, .arw-carousel .testimonial {
    padding-bottom: 0; }
  .testimonial.testimonial-full .testi-image {
    display: block;
    float: none;
    margin: 0;
    width: 100%; }
    .testimonial.testimonial-full .testi-image img {
      height: auto;
      max-width: 85px; }
    .testimonial.testimonial-full .testi-image + .testi-content {
      padding-top: 15px; }
  .testimonial.testimonial-full .testi-content {
    text-align: center; }
    .testimonial.testimonial-full .testi-content p:only-of-type {
      margin-bottom: 40px; }
  .testimonial.testimonial-full .testi-meta {
    border-top: none;
    padding-top: 20px; }

.testi-image {
  display: inline-block;
  float: left;
  margin-right: 30px;
  padding-top: 5px; }
  .testi-image img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 107px;
    margin: 0 auto;
    width: 107px; }

.testi-content {
  overflow: hidden;
  position: relative; }
  .testi-content p {
    font-family: "Montserrat", Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 1em;
    letter-spacing: 0;
    line-height: 2; }
    .testi-content p:before {
      content: '\“'; }
    .testi-content p:after {
      content: '\”'; }
    .testi-content p:only-of-type {
      margin-bottom: 20px; }

.testi-meta {
  color: #303030;
  display: block;
  font-size: 0.857em;
  letter-spacing: 2px;
  line-height: 1.75;
  margin-top: 20px;
  padding-top: 15px;
  position: relative;
  text-transform: uppercase;
  width: 100%; }
  .testi-meta:before {
    border-top: 1px solid #2f2f2f;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 38px; }

.align-item-center {
  display: -webkit-flex;
  /* Safari */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  display: flex;
  align-items: center; }
  .align-item-center > * {
    margin-bottom: 0;
    margin-top: 0; }

/* Featured Box */
.feature-box,
.feature-box-info {
  overflow: hidden;
  zoom: 1; }

.feature-box {
  font-size: 1em;
  text-align: center;
  margin-bottom: 30px; }

.feature-box-icon {
  display: inline-block;
  font-size: 1.5em;
  min-height: 88px;
  letter-spacing: 0;
  min-width: 88px; }

.feature-box-info {
  padding-top: 35px; }

.feature-box-info h4 {
  color: #212121;
  font-size: 1.714em;
  font-weight: 900;
  margin: 0 0 18px;
  text-transform: uppercase; }

.feature-box-info p {
  color: #989898;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.7875em;
  text-transform: none; }

/* Heading Block */
.heading-block:before, .heading-block:after {
  content: " ";
  display: table; }
.heading-block:after {
  clear: both; }
.heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4, .heading-block h5, .heading-block h6 {
  line-height: normal;
  margin-top: 0; }
.heading-block p {
  font-size: 1em;
  line-height: 2em;
  margin-bottom: 30px; }
.heading-block h1, .heading-block .h1 {
  font-size: 52px; }
.heading-block h2, .heading-block .h2 {
  font-size: 48px; }
.heading-block h3, .heading-block .h3 {
  font-size: 36px; }
.heading-block h4, .heading-block .h4 {
  font-size: 28px; }
.heading-block h5, .heading-block .h5 {
  font-size: 24px; }
.heading-block h6, .heading-block .h6 {
  font-size: 20px; }
.heading-block .title {
  font-size: 1.7142em;
  font-weight: 800; }
.heading-block.style-1 .title {
  font-size: 3.4285em;
  font-weight: 900;
  line-height: 0.75;
  margin-bottom: 30px;
  text-transform: uppercase;
  width: 0; }
.heading-block.style-2 .title {
  font-size: 2.571em;
  font-weight: 700;
  line-height: 2;
  text-transform: uppercase; }

/* Our Team */
.our-team img {
  height: auto;
  width: 100%; }
.our-team .our-team-call-action {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px); }
.our-team:hover .our-team-image:after, .our-team:active .our-team-image:after, .our-team:focus .our-team-image:after {
  visibility: visible; }
.our-team:hover .our-team-call-action, .our-team:active .our-team-call-action, .our-team:focus .our-team-call-action {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: "1";
  /*filter: alpha(opacity=$opacity*100);*/
  visibility: visible; }

.our-team-image {
  display: block;
  position: relative; }
  .our-team-image:after {
    background-color: #121210;
    display: block;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    opacity: "0.2";
    /*filter: alpha(opacity=$opacity*100);*/
    visibility: hidden;
    top: 0;
    width: 100%;
    z-index: 2; }
  .our-team-image .our-team-call-action {
    left: 0;
    padding-bottom: 25px;
    padding-top: 25px;
    position: absolute;
    text-align: center;
    bottom: 0;
    opacity: "0";
    /*filter: alpha(opacity=$opacity*100);*/
    visibility: hidden;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
    width: 100%; }

.our-team-call-action {
  z-index: 3; }

.our-team-content {
  line-height: 1;
  padding-bottom: 30px;
  padding-top: 1em;
  text-align: left;
  text-transform: uppercase; }
  .our-team-content:before, .our-team-content:after {
    content: " ";
    display: table; }
  .our-team-content:after {
    clear: both; }
  .our-team-content .name {
    color: #494c53;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: 0; }

/* Promotion Style */
.promotion-block .title a {
  color: inherit; }
  .promotion-block .title a:hover, .promotion-block .title a:active, .promotion-block .title a:focus {
    color: #e43b54; }
.promotion-block .text {
  color: #989898;
  font-size: 1em;
  line-height: 1.7875em;
  margin-bottom: 30px; }
.promotion-block .action {
  border-bottom: 2px solid;
  color: #151515;
  display: inline-block;
  font-size: 0.9285em;
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 5px;
  text-transform: uppercase; }
  .promotion-block .action:hover, .promotion-block .action:active, .promotion-block .action:focus {
    color: #e43b54; }
  .promotion-block .action.style-2 {
    background-color: #FFF;
    color: #151515;
    padding: 12px 30px; }
    .promotion-block .action.style-2:hover, .promotion-block .action.style-2:active, .promotion-block .action.style-2:focus {
      background-color: #e43b54;
      color: #FFF; }
  .promotion-block .action.style-3 {
    font-family: "Montserrat", Menlo, Monaco, Consolas, "Courier New", monospace;
    letter-spacing: 0.5px; }


@media only screen and (max-width: 375px) {
  .promotion-block.style-1 {
    min-width: auto !important;
  }

}
.promotion-block.style-1 {
  border: 4px solid #000000;
  color: #262626;
  display: inline-block;
  min-width: 375px;
  min-height: 375px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center; }
  .promotion-block.style-1 .title {
    font-size: 1.1428em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 10px;
    line-height: 2.25; }
.promotion-block.style-2 {
  display: inline-block;
  max-width: 200px; }
  .promotion-block.style-2 .title {
    font-size: 3.4285em;
    font-weight: 900;
    line-height: 0.75;
    margin-bottom: 30px;
    text-transform: uppercase;
    width: 0; }
  .promotion-block.style-2 .text {
    margin-bottom: 40px; }
.promotion-block.style-3 {
  display: inline-block; }
  .promotion-block.style-3 .title {
    color: #121210;
    font-size: 3.4285em;
    font-weight: 900;
    line-height: 0.75;
    margin-bottom: 40px;
    text-transform: uppercase;
    width: 0; }
  .promotion-block.style-3 .text {
    color: #939393;
    font-family: 'Karla', sans-serif;
    font-size: 1.286em;
    font-weight: bold;
    margin-bottom: 50px;
    line-height: 1;
    text-transform: uppercase; }
    .promotion-block.style-3 .text strong {
      font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 900; }

.time {
  display: block; }
  .time .time-wrap {
    background: #FFF;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    border-radius: 999px;
    display: inline-block;
    height: 130px;
    min-width: 130px;
    margin: 5px 10px;
    padding: 10px;
    text-align: center; }
    .time .time-wrap > span {
      color: #2f2f2f;
      display: block;
      font-size: 1.25em;
      width: 100%; }
      .time .time-wrap > span:first-child {
        color: #121210;
        font-size: 2em;
        font-weight: 300;
        line-height: 1.1;
        padding-top: 30px; }
      .time .time-wrap > span:last-child {
        font-family: "Montserrat", Menlo, Monaco, Consolas, "Courier New", monospace;
        text-transform: capitalize; }

.lead {
  font-size: 1.143em;
  font-weight: normal;
  line-height: 1.8em; }

/* Newsletter */
.newsletter-style-1 .block-subscribe {
  display: block;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .newsletter-style-1 .block-subscribe .block-content {
    background-color: #ffffff;
    color: #444444;
    display: table; }
    .newsletter-style-1 .block-subscribe .block-content .input-box {
      display: table-cell;
      vertical-align: top; }
      .newsletter-style-1 .block-subscribe .block-content .input-box .input-text {
        border: none;
        font-size: 1em;
        font-style: italic;
        height: 60px;
        padding-left: 30px;
        padding-right: 30px; }
    .newsletter-style-1 .block-subscribe .block-content .validation-advice {
      left: 0;
      position: absolute;
      top: 100%; }
    .newsletter-style-1 .block-subscribe .block-content .actions {
      display: table-cell;
      margin: 0;
      vertical-align: top;
      width: 1%; }
      .newsletter-style-1 .block-subscribe .block-content .actions .button {
        background: none;
        border: none;
        color: #303030;
        font-size: 1em;
        height: 60px;
        line-height: 60px;
        margin: 0;
        min-width: 80px;
        padding: 0; }
        .newsletter-style-1 .block-subscribe .block-content .actions .button:hover, .newsletter-style-1 .block-subscribe .block-content .actions .button:active, .newsletter-style-1 .block-subscribe .block-content .actions .button:focus {
          color: #2f2f2f; }
        .newsletter-style-1 .block-subscribe .block-content .actions .button > span {
          border-left: 1px solid #505050;
          display: block;
          line-height: 20px;
          padding-left: 30px;
          padding-right: 30px; }

.newsletter-style-2 .block-subscribe .block-title {
  color: #272727;
  display: table-cell;
  font-size: 1.714em;
  font-weight: 900;
  padding-right: 70px;
  width: 210px;
  vertical-align: middle; }
.newsletter-style-2 .block-subscribe .newsletter-validate-detail {
  display: table-cell;
  vertical-align: middle;
  width: 290px; }
.newsletter-style-2 .block-subscribe .block-content {
  background-color: transparent;
  border-bottom: 2px solid #000000;
  display: table;
  margin-bottom: 15px; }
  .newsletter-style-2 .block-subscribe .block-content .input-box {
    display: table-cell;
    vertical-align: top; }
    .newsletter-style-2 .block-subscribe .block-content .input-box .input-text {
      background-color: transparent;
      border: none;
      color: #909090;
      font-size: 1em;
      height: 35px;
      padding-left: 0;
      padding-right: 0; }
  .newsletter-style-2 .block-subscribe .block-content .validation-advice {
    left: 0;
    position: absolute;
    top: 100%; }
  .newsletter-style-2 .block-subscribe .block-content .actions {
    display: table-cell;
    margin: 0;
    vertical-align: top;
    width: 1%; }
    .newsletter-style-2 .block-subscribe .block-content .actions .button {
      background: none;
      border: none;
      color: #000000;
      font-family: "Montserrat", Menlo, Monaco, Consolas, "Courier New", monospace;
      font-size: 1em;
      height: 35px;
      letter-spacing: 0;
      line-height: 35px;
      min-width: 0;
      margin: 0;
      padding: 0; }
      .newsletter-style-2 .block-subscribe .block-content .actions .button:hover, .newsletter-style-2 .block-subscribe .block-content .actions .button:active, .newsletter-style-2 .block-subscribe .block-content .actions .button:focus {
        color: #e43b54; }
.newsletter-style-2.newsletter-color-alt .block-subscribe .block-title {
  color: #ffffff; }
.newsletter-style-2.newsletter-color-alt .block-subscribe .block-content {
  border-bottom-color: #323232; }
  .newsletter-style-2.newsletter-color-alt .block-subscribe .block-content .input-box .input-text {
    color: #909090; }
  .newsletter-style-2.newsletter-color-alt .block-subscribe .block-content .actions .button {
    color: #fff; }
    .newsletter-style-2.newsletter-color-alt .block-subscribe .block-content .actions .button:hover, .newsletter-style-2.newsletter-color-alt .block-subscribe .block-content .actions .button:active, .newsletter-style-2.newsletter-color-alt .block-subscribe .block-content .actions .button:focus {
      color: #e43b54; }

div.ajax_loading_tab {
  background-position: center center;
  height: 80px;
  width: 80px;
  background-repeat: no-repeat;
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 9999;
  margin-top: 20px;
  display: none;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

.products-tab .nav-tabs {
  border-bottom: none;
  margin: 0;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center; }
  .products-tab .nav-tabs > li {
    border-bottom: 1px solid transparent;
    color: #363636;
    display: inline-block;
    float: none;
    margin-left: 20px;
    margin-right: 20px; }
    .products-tab .nav-tabs > li > a {
      background-color: transparent;
      border: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      color: inherit;
      font-size: 0.857em;
      letter-spacing: 1px;
      margin-right: 0;
      padding: 5px;
      text-transform: uppercase; }
      .products-tab .nav-tabs > li > a:hover, .products-tab .nav-tabs > li > a:focus, .products-tab .nav-tabs > li > a:active {
        color: #2f2f2f; }
    .products-tab .nav-tabs > li.active {
      border-bottom-color: #a9a9a9; }
      .products-tab .nav-tabs > li.active > a {
        border: none;
        color: inherit; }
        .products-tab .nav-tabs > li.active > a:hover, .products-tab .nav-tabs > li.active > a:focus {
          border: none;
          color: inherit; }

.grid-1 .products-grid .product-info {
  background-color: #FFF;
  padding-bottom: 25px;
  padding-top: 10px; }
.grid-1 .products-grid .product-name {
  padding-left: 5px;
  padding-right: 5px; }

.grid-2 .products-grid .product-info {
  background-color: #FFF;
  padding-bottom: 20px;
  padding-top: 30px; }
.grid-2 .products-grid .product-name {
  padding-left: 5px;
  padding-right: 5px; }

.grid-3 .products-grid .product-info {
  padding-bottom: 10px;
  padding-top: 10px; }
.grid-3 .products-grid li.item {
  padding-bottom: 15px; }

.products-list-mini .advancedproductlist .title {
  margin-bottom: 35px; }
  .products-list-mini .advancedproductlist .title h2 {
    font-size: 2.571em;
    margin-bottom: 0;
    text-align: left; }
.products-list-mini .products-list li.item {
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px; }
  .products-list-mini .products-list li.item:before, .products-list-mini .products-list li.item:after {
    content: " ";
    display: table; }
  .products-list-mini .products-list li.item:after {
    clear: both; }
  .products-list-mini .products-list li.item + li.item {
    border-top: none;
    padding-top: 0; }
.products-list-mini .products-list .outer-image,
.products-list-mini .products-list .product-shop {
  display: inline-block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 50%; }
.products-list-mini .products-list .product-name {
  font-size: 0.857em;
  line-height: 1.25;
  margin-bottom: 5px; }
.products-list-mini .products-list .arw-product-labels .arw-product-label {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  left: 5px;
  top: 0; }
  .products-list-mini .products-list .arw-product-labels .arw-product-label + .arw-product-label {
    left: auto;
    right: 5px; }
.products-list-mini .products-list .price-box {
  margin-bottom: 5px; }
  .products-list-mini .products-list .price-box .special-price .price,
  .products-list-mini .products-list .price-box .regular-price .price {
    font-size: 0.857em; }
  .products-list-mini .products-list .price-box p:not(.old-price) .price {
    color: #303030;
    font-size: 0.857em;
    font-weight: bold;
    letter-spacing: 2px; }
  .products-list-mini .products-list .price-box .old-price .price {
    font-size: 0.714em; }
.products-list-mini .products-list .ratings {
  margin-bottom: 10px;
  width: 100%; }
.products-list-mini .products-list .actions {
  padding-top: 15px; }
.products-list-mini .products-list .btn-cart {
  font-size: 1em;
  letter-spacing: 1.5px;
  line-height: 1.42857;
  height: auto;
  padding: 9px 13px 9px 15px;
  width: auto; }
.products-list-mini .products-list .link-compare:before {
  content: "\f079"; }
.products-list-mini .products-list .link-wishlist:before {
  content: "\f08a"; }
.products-list-mini .products-list .link-quickview:before {
  content: "\f002"; }
.products-list-mini .products-list .link-compare,
.products-list-mini .products-list .link-wishlist,
.products-list-mini .products-list .link-quickview {
  background: none;
  border: none;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  -ms-border-radius: 99px;
  border-radius: 99px;
  color: #7a7a7a;
  clear: none;
  display: inline-block;
  font-size: 1em;
  height: auto;
  line-height: 30px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  min-width: 30px;
  padding-left: 5px;
  padding-right: 5px;
  width: auto; }
  .products-list-mini .products-list .link-compare:before,
  .products-list-mini .products-list .link-wishlist:before,
  .products-list-mini .products-list .link-quickview:before {
    font-family: fontawesome;
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .products-list-mini .products-list .link-compare > span,
  .products-list-mini .products-list .link-wishlist > span,
  .products-list-mini .products-list .link-quickview > span {
    display: none; }
  .products-list-mini .products-list .link-compare:hover, .products-list-mini .products-list .link-compare:active, .products-list-mini .products-list .link-compare:focus,
  .products-list-mini .products-list .link-wishlist:hover,
  .products-list-mini .products-list .link-wishlist:active,
  .products-list-mini .products-list .link-wishlist:focus,
  .products-list-mini .products-list .link-quickview:hover,
  .products-list-mini .products-list .link-quickview:active,
  .products-list-mini .products-list .link-quickview:focus {
    background-color: #2f2f2f;
    color: #FFF; }

.hide-wishlist .link-wishlist {
  display: none !important; }

.hide-compare .link-compare {
  display: none !important; }

.hide-quickview .link-quickview {
  display: none !important; }

.hide-ratings .ratings {
  display: none !important; }

.hide-description .desc {
  display: none !important; }

.hide-labels .arw-product-labels {
  display: none !important; }

.arw-thumbnail-container img {
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: all 350ms ease 0s;
  -moz-transition: all 350ms ease 0s;
  -ms-transition: all 350ms ease 0s;
  transition: all 350ms ease 0s; }
  .arw-thumbnail-container img:hover, .arw-thumbnail-container img:active, .arw-thumbnail-container img:focus, .arw-thumbnail-container img.active {
    border-color: #2f2f2f; }

.arw-label {
  background-color: #2f2f2f;
  color: #FFFFFF;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  -ms-border-radius: 99px;
  border-radius: 99px;
  display: block;
  line-height: 85px;
  min-width: 85px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center; }
  .arw-label.label-red {
    background-color: #f67083;
    color: #494c53; }
  .arw-label.label-turquoise {
    background-color: #9beae0;
    color: #494c53; }
  .arw-label.label-yellow {
    background-color: #f3d33f;
    color: #494c53; }

.arexworks-isotope-container {
  width: 100% !important; }

.isotope-item {
  float: left;
  margin-left: -1px;
  margin-top: -1px; }
  .isotope-item img {
    height: auto;
    width: 100%; }

@media (min-width: 992px) {
  .isotope-width-1 {
    width: 8.3333333333%; }
  .isotope-width-2 {
    width: 16.6666666667%; }
  .isotope-width-3 {
    width: 25%; }
  .isotope-width-4 {
    width: 33.3333333333%; }
  .isotope-width-5 {
    width: 41.6666666667%; }
  .isotope-width-6 {
    width: 50%; }
  .isotope-width-7 {
    width: 58.3333333333%; }
  .isotope-width-8 {
    width: 66.6666666667%; }
  .isotope-width-9 {
    width: 75%; }
  .isotope-width-10 {
    width: 83.3333333333%; }
  .isotope-width-11 {
    width: 91.6666666667%; }
  .isotope-width-12 {
    width: 100%; } }
/* Divider */
.divider {
  color: #d2d2d2;
  line-height: 1;
  margin: 15px 0;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%; }
  .divider > i {
    font-size: 1em;
    height: 30px;
    line-height: 30px;
    position: relative;
    text-align: center;
    width: 30px;
    z-index: 2; }
  .divider:after {
    border-top: 1px solid;
    content: "";
    height: 0;
    left: 30px;
    position: absolute;
    top: 50%;
    width: 100%; }
  .divider:before {
    width: 100%; }
  .divider.divider-left {
    text-align: left; }
    .divider.divider-left:after {
      left: 30px;
      right: auto; }
  .divider.divider-center {
    text-align: center; }
    .divider.divider-center:after {
      left: 50%;
      margin-left: 15px;
      right: auto; }
    .divider.divider-center:before {
      border-top: 1px solid;
      content: "";
      height: 0;
      left: auto;
      margin-right: 15px;
      right: 50%;
      position: absolute;
      top: 50%; }
  .divider.divider-right {
    text-align: right; }
    .divider.divider-right:after {
      left: auto;
      right: 30px; }
  .divider.divider-short:after, .divider.divider-short:before {
    width: 20px; }

@media all and (min-width: 992px) {
  .cms-no-route .main-container .main {
    background: url("https://www.jumpinshop.com/skin/frontend/arw_forward/default/images/page-not-found-bg.jpg") right bottom no-repeat; }

  .content-404 {
    min-height: 650px; } }
.content-404 .title {
  letter-spacing: 2px;
  text-transform: uppercase; }
  @media all and (min-width: 992px) {
    .content-404 .title {
      font-size: 250px; } }
.content-404 .text {
  font-family: "Montserrat", Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 23px;
  line-height: 36px;
  margin-bottom: 30px;
  text-transform: uppercase; }
.content-404 .action {
  font-size: 16px;
  min-width: 240px;
  letter-spacing: 0.5px;
  line-height: 1.5;
  padding: 15px 20px;
  text-transform: uppercase; }

.view-more {
  display: block;
  font-size: 1.714em;
  font-weight: 300;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 1.5px;
  line-height: 1.5;
  max-width: 570px;
  padding: 17px 25px;
  text-align: center;
  text-transform: uppercase; }
  .view-more.style-2 {
    font-size: 1.143em;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 1.875em;
    padding-bottom: 15px;
    padding-top: 15px; }
  .view-more.style-3 {
    border-width: 1px !important;
    font-size: 1.143em;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 1.5;
    padding: 15px 40px; }
  @media all and (max-width: 767px) {
    .view-more {
      font-size: 1.143em; } }
  .view-more.transparent {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #FFF; }
  .view-more.primary {
    background: #2f2f2f;
    border-color: #2f2f2f;
    color: #FFF; }
  .view-more:hover, .view-more:active, .view-more:focus, .view-more.active {
    background: #2f2f2f;
    border-color: #2f2f2f;
    color: #FFF; }

.arw-brand-image img,
img.arw-brand-image {
  margin-left: auto !important;
  margin-right: auto !important;
  height: auto !important;
  max-width: 100%;
  width: auto !important; }

.button-social {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #505050;
  color: #505050;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  line-height: 38px;
  margin: 0;
  min-width: 40px;
  padding: 0 0.5em;
  text-align: center;
  -webkit-transition: background .2s ease-in-out 0s , color .2s ease-in-out 0s,border-color .2s ease-in-out 0s;
  -moz-transition: background .2s ease-in-out 0s , color .2s ease-in-out 0s,border-color .2s ease-in-out 0s;
  -ms-transition: background .2s ease-in-out 0s , color .2s ease-in-out 0s,border-color .2s ease-in-out 0s;
  transition: background .2s ease-in-out 0s , color .2s ease-in-out 0s,border-color .2s ease-in-out 0s;
  vertical-align: middle; }
  .button-social.facebook {
    background-color: #39579a;
    border-color: #39579a;
    color: #FFF; }
  .button-social.twitter {
    background-color: #50abf1;
    border-color: #50abf1;
    color: #FFF; }
  .button-social.pinterest {
    background-color: #e32467;
    border-color: #e32467;
    color: #FFF; }
  .button-social.youtube {
    background-color: #e72d4c;
    border-color: #e72d4c;
    color: #FFF; }
  .button-social.vimeo {
    background-color: #69c9a6;
    border-color: #69c9a6;
    color: #FFF; }
  .button-social:hover, .button-social:active, .button-social:focus {
    background-color: #2f2f2f !important;
    border-color: #2f2f2f !important;
    color: #FFF; }

.arw-custom-overlay-gmap {
  background: #333333;
  opacity: 0.6; }

@media all and (min-width: 768px) {
  .special-bg {
    background: -moz-linear-gradient(0deg, #ffffff 50%, #f6f6f6 50%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, #f6f6f6));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, #ffffff 50%, #f6f6f6 50%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, #ffffff 50%, #f6f6f6 50%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, #ffffff 50%, #f6f6f6 50%);
    /* ie10+ */
    background: linear-gradient(90deg, #ffffff 50%, #f6f6f6 50%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 );
    /* ie6-9 */ }

  body.special-bg .arw-page-title,
  body.special-bg .main {
    background-color: transparent; }

  .special-layout {
    display: -webkit-flex;
    /* Safari */
    -webkit-align-items: center;
    /* Safari 7.0+ */
    display: flex;
    align-items: center; }
    .special-layout > * {
      -webkit-flex: 1;
      /* Safari 6.1+ */
      flex: 1; } }
.border-home-color {
  border-color: #909090; }

.list-inline.list-slash > li:after {
  content: "/";
  margin-left: 10px; }
.list-inline.list-slash > li:last-child:after {
  content: "";
  margin: 0; }

.no-display-copyright .footer-copyright {
  display: none !important; }

/*# sourceMappingURL=arw-custom-class.css.map */





@media all and (max-width: 991px) {
  .margin-left-80 {
    margin-left: 0px;
  }
  .promotion-block.text-left.padding-left-20.padding-right-20.padding-top-70 {
    padding-top: 15px;
  }
}
@media all and (max-width: 767px) {
  .f-right, .right {
      float: none !important;
  }
  .padding-left-100 {
     padding-left: 0; 
  }
  .col-xs-12.col-sm-6.col-md-6.col-lg-6.padding-top-90.padding-bottom-60.padding-left-100{
    text-align: center;
  }
  .padding-left-100{
    padding-left: 10px;
  }
  .margin-left-80 {
     margin-left: 0; 
  }
.arw-banner.banner-special-2 .arw-banner-content > div {
    padding-top: 15px;
  }
  h3.font-size-30.font-weight-900.text-uppercase.line-height-48.margin-bottom-30.letter-spacing-2{
    font-size: 22px;
    margin-bottom: 0px;
  }
}

@media all and (max-width: 534px) {
  h3.font-size-30.font-weight-900.text-uppercase.line-height-48.margin-bottom-30.letter-spacing-2 {
    font-size: 16px;
    line-height: 26px !important;
  }
}

@media all and (max-width: 570px) {
   p.font-weight-700.letter-spacing-2.text-uppercase.no-margin.line-height-1x {
      font-size: 12px;
  }
  h3.font-size-30.font-weight-900.text-uppercase.line-height-48.margin-bottom-30.letter-spacing-2 {
    line-height: 20px !important;
  }
}

@media all and (max-width: 422px) {
  a.action.style-3 {
    font-size: 10px;
  }
  h3.font-size-30.font-weight-900.text-uppercase.line-height-48.margin-bottom-30.letter-spacing-2 {
    font-size: 13px;
}
p.font-weight-700.letter-spacing-2.text-uppercase.no-margin.line-height-1x {
    font-size: 9px;
}
}

@media all and (max-width: 360px) {
    h3.font-size-30.font-weight-900.text-uppercase.line-height-48.margin-bottom-30.letter-spacing-2 {
    font-size: 10px;
}
}


@media all and (max-width: 320px) {
p.font-weight-700.letter-spacing-2.text-uppercase.no-margin.line-height-1x {
    font-size: 7px;
}
}

/*  Colors variables global*/
/* Dropdown */
/*  Font family */
/*  HEADER  */
/*  primary */
/*  Breadcumbs  */
/*  Catalog Grid View    */
/*  Catalog Details View    */
/*  Toolbar */
/*  Table   */
/*	Footer */
/* %btn {
	border-width: 1px;
	border-style: solid;
	border-color:$button_border_color;
	background-color:$button_bg;
	color: $button_color;
	display: inline-block;
	font-weight: normal;
	padding: 10px 20px;
	vertical-align: middle;
	text-transform: uppercase;
	&.active,
	&:active,
	&:hover,
	&:focus,
	&.focus {
		color: $button_hover_color;
		background-color: $button_hover_bg;
		border-color:$button_hover_border_color;
	}
} */
@-webkit-keyframes fadeOutfadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutfadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutfadeIn1 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutfadeIn1 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
/* Arw Truncated */
.arw-truncated {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.arw-visibility-hidden {
  height: 0;
  visibility: hidden;
}

.arw-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.arw-visually-hidden-reset {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.price-slider {
  height: 4px;
  position: relative;
  margin: 65px 0 40px 0;
  padding: 0 10px;
  float: left;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  touch-callout: none;
  background: #7a7a7a;
}

.layer-price {
  color: #7a7a7a;
  font-size: 1em;
  margin-top: 25px;
  text-align: center;
  width: 100%;
}

.block-layered-nav dd {
  position: relative;
}

.layer-price-filter {
  display: none;
}

.layer-price-filter > label {
  color: #121210;
  font-size: 14px;
  float: left;
}
.layer-price-filter > label + label {
  float: right;
}
.layer-price-filter > label + label .input-text {
  margin-right: 0;
}

#layer-price-filter-button {
  float: right;
  margin-top: 20px;
}

.layer-price-filter .input-text {
  display: inline-block;
  margin-left: 5px;
  margin-right: 20px;
  width: 80px;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal .noUi-handle {
  height: 20px;
  width: 20px;
  position: absolute;
  top: -9px;
  left: -10px;
  cursor: ew-resize;
  background: #2f2f2f;
  border: 2px solid #2f2f2f;
  z-index: 2;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}

/* Handles and cursors;
 */
.noUi-dragable {
  cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #f3f3f3;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

.advancedproductlist .title {
  margin-bottom: 30px;
}
.advancedproductlist .title:before, .advancedproductlist .title:after {
  content: " ";
  display: table;
}
.advancedproductlist .title:after {
  clear: both;
}
.advancedproductlist .title h2 {
  font-size: 2.5em;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.5em;
  position: relative;
  text-align: left;
  text-transform: none;
}
.advancedproductlist .category-products:before, .advancedproductlist .category-products:after {
  content: " ";
  display: table;
}
.advancedproductlist .category-products:after {
  clear: both;
}

.nav-accordion li {
  display: block;
  margin: 0 !important;
}
.nav-accordion li.parent {
  position: relative;
}
.nav-accordion li.parent .expand, .nav-accordion li.parent .collapse {
  color: #bfbfbf;
  cursor: pointer;
  display: block;
  line-height: normal;
  padding: 10px 1em 10px 0;
  position: absolute;
  left: 0;
  top: 0;
}
.nav-accordion li.parent li .expand, .nav-accordion li.parent li .collapse {
  line-height: normal;
  padding-top: 5px;
  padding-bottom: 5px;
}
.nav-accordion li.parent > span:hover {
  color: #121210;
}
.nav-accordion li.active > a {
  color: #121210;
}
.nav-accordion li > a {
  font-size: 1em;
  line-height: normal;
}
.nav-accordion li a {
  display: block;
  padding: 10px 20px;
}
.nav-accordion li a > span {
  display: inline-block;
  position: relative;
}
.nav-accordion li a > span .cat-label {
  font-size: 1em;
  font-weight: normal !important;
  line-height: 1em;
  margin-left: 0.5em;
  padding: 3px 8px;
}
.nav-accordion li a > span .category_icon {
  font-size: 1em;
  text-align: left;
  min-width: 20px;
}
.nav-accordion li li {
  padding-left: 20px;
}
.nav-accordion li li a {
  padding: 6px 20px;
}
.nav-accordion li li a .expand, .nav-accordion li li a .collapse {
  top: 0.5em;
}
.nav-accordion li li > ul {
  padding-bottom: 0;
}
.nav-accordion li ul {
  display: none;
  padding-top: 0;
}
.nav-accordion li.level0.active > a {
  color: #2f2f2f !important;
}
.nav-accordion li.custom-block,
.nav-accordion li.custom-cms-page {
  display: block;
  float: left !important;
  width: 100%;
}
.nav-accordion li.custom-block .sub-wrapper,
.nav-accordion li.custom-cms-page .sub-wrapper {
  display: none;
}

.cat-label-1 {
  background-color: transparent;
}

.cat-label-2 {
  background-color: transparent;
}

.cat-label-3 {
  background-color: transparent;
}

.cat-label-4 {
  background-color: transparent;
}

[class*="cat-label-"] {
  border: 1px solid;
}

.nav-mobile-accordion.nav-accordion li {
  display: block;
  float: left;
  text-transform: uppercase;
  width: 100%;
}
.nav-mobile-accordion.nav-accordion li.level0 + li {
  border-top: 1px solid #dedede;
}
.nav-mobile-accordion.nav-accordion li.parent > span {
  color: #494c53;
}
.nav-mobile-accordion.nav-accordion li.parent > span:hover {
  color: #e43b54;
}
.nav-mobile-accordion.nav-accordion li.parent .expand,
.nav-mobile-accordion.nav-accordion li.parent .collapse {
  float: right;
  line-height: 100%;
  padding: 13px 0 13px 10px;
  position: static;
  text-align: right;
}
.nav-mobile-accordion.nav-accordion li.parent .expand .fa,
.nav-mobile-accordion.nav-accordion li.parent .collapse .fa {
  min-width: 10px;
}
.nav-mobile-accordion.nav-accordion li > a {
  color: #494c53;
  display: inline-block;
  padding: 13px 0;
  line-height: 100%;
}
.nav-mobile-accordion.nav-accordion li:hover > a, .nav-mobile-accordion.nav-accordion li.active > a {
  color: #e43b54;
}
.nav-mobile-accordion.nav-accordion li li {
  padding-left: 20px;
}
.nav-mobile-accordion.nav-accordion li li > a {
  font-size: 0.857em;
  color: #41444a;
}
.nav-mobile-accordion.nav-accordion li li > a:before {
  color: #a4a5a9;
  content: ".";
  float: left;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  margin-right: 10px;
  margin-top: -13px;
}
.nav-mobile-accordion.nav-accordion li li.parent > .collapse, .nav-mobile-accordion.nav-accordion li li.parent > .expand {
  font-size: 1.143em;
  padding-bottom: 0.625em;
  padding-top: 0.625em;
}
.nav-mobile-accordion.nav-accordion li li:hover > a, .nav-mobile-accordion.nav-accordion li li.active > a {
  color: #e43b54;
}
.nav-mobile-accordion.nav-accordion li ul {
  float: left;
  padding-bottom: 15px;
  padding-top: 1px;
  width: 100%;
}
.nav-mobile-accordion.nav-accordion > li > a {
  font-weight: 600;
  position: relative;
}
.nav-mobile-accordion.nav-accordion > li > a:before {
  border-left: 4px solid transparent;
  content: "";
  height: 13px;
  left: -50px;
  top: 50%;
  margin-top: -7px;
  position: absolute;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -ms-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  width: 4px;
}
.nav-mobile-accordion.nav-accordion > li:hover > a:before, .nav-mobile-accordion.nav-accordion > li:active > a:before, .nav-mobile-accordion.nav-accordion > li:focus > a:before, .nav-mobile-accordion.nav-accordion > li.active > a:before {
  border-left-color: #e43b54;
}
.nav-mobile-accordion.nav-accordion > li > a, .nav-mobile-accordion.nav-accordion > li.parent > .collapse, .nav-mobile-accordion.nav-accordion > li.parent > .expand {
  font-size: 1.143em;
  line-height: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}

/*
.nav-primary-container{
	.arw-mobile-menu{
		position: static;
		display: none;
		float: left;
		height: auto;
		width: 100%;
		@include transform(translate(0,0));
		.arw-mobile-menu-header{
			display: none;
		}
		.sidebar-menu{
			padding: 10px 0;
		}
	}
}*/
/*.nav-primary-container{
	background: $primary_menu_bg;
	color: $primary_menu_text_color;
}*/
.megamenu {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.megamenu ul {
  padding-left: 0;
  text-align: left;
}
.megamenu li {
  display: inline-block;
}
.megamenu li a {
  display: block;
}
.megamenu li a span {
  position: relative;
}
.megamenu li a span .cat-label {
  bottom: 30px;
  font-size: 8px;
  font-weight: normal;
  line-height: 16px;
  padding: 0 5px;
  position: absolute;
  width: auto;
}
.megamenu li a .category_icon {
  display: inline-block;
  line-height: inherit;
  text-align: left;
  width: 20px;
}
.megamenu li a .item-has-sub {
  width: auto;
}
.megamenu li li .item-has-sub {
  right: 25px;
  font-size: 1em;
  line-height: inherit;
  position: absolute;
  text-align: center;
}
.megamenu li img {
  height: auto;
  max-width: 100%;
}
.megamenu > li {
  padding: 0 5px;
}
.megamenu > li.left {
  float: left;
}
.megamenu > li.right {
  float: right;
}
.megamenu > li > a {
  font-weight: normal;
  font-size: 1em;
  padding: 0 1em;
  display: inline-block;
  line-height: inherit;
  position: relative;
  text-transform: uppercase;
}
.megamenu > li > a > span {
  font-size: 1em;
  letter-spacing: 0.5px;
  line-height: 2em;
}
.megamenu > li > a .item-has-sub {
  display: none;
}
.megamenu > li > a:before {
  border-bottom: 1px solid #7a7a7a;
  content: "";
  position: absolute;
  width: 0;
  right: 0;
  height: 1px;
  top: 50%;
  /* HOVER OFF */
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -ms-transition: width 1s;
  transition: width 1s;
}
.megamenu > li:hover > a:before, .megamenu > li:active > a:before, .megamenu > li:focus > a:before, .megamenu > li.active > a:before {
  left: 0;
  right: auto;
  width: 100%;
  /* HOVER ON */
  -webkit-transition: left 1s, width 1s;
  -moz-transition: left 1s, width 1s;
  -ms-transition: left 1s, width 1s;
  transition: left 1s, width 1s;
}
.megamenu .parent .sub-wrapper {
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 999;
}
.megamenu .parent:hover > .sub-wrapper, .megamenu .parent:active > .sub-wrapper, .megamenu .parent:focus > .sub-wrapper {
  opacity: 1;
  visibility: visible;
}
.megamenu .level0.sub-wrapper {
  display: none;
}
.megamenu .sub-wrapper {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  background: #f9f9f9;
  color: #7a7a7a;
  padding-top: 2em;
  padding-bottom: 2em;
  /*@include box-shadow("0 6px 12px rgba(0, 0, 0, 0.176)");*/
}
.megamenu .sub-wrapper.dropdown {
  padding-bottom: 0;
  padding-top: 0;
}
.megamenu .sub-wrapper .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.megamenu .sub-wrapper .arw_tab_slider {
  margin-top: 0;
}
.megamenu .sub-wrapper .arw_tab_slider .slider-tab {
  display: none;
}
.megamenu .arwmenu-block ul {
  list-style: disc;
}
.megamenu .arwmenu-block ul:before, .megamenu .arwmenu-block ul:after {
  content: " ";
  display: table;
}
.megamenu .arwmenu-block ul:after {
  clear: both;
}
.megamenu .arwmenu-block ul li a {
  position: relative;
}
.megamenu .arwmenu-block ul li.parent {
  position: relative;
}
.megamenu .arwmenu-block ul li.parent .sub-wrapper {
  left: 100%;
  position: absolute;
  top: 0;
  padding-top: 0;
  padding-bottom: 0;
  min-width: 240px;
  width: auto;
}
.megamenu .arwmenu-block ul li .classic {
  display: block;
  float: left;
  width: 100%;
}
.megamenu .arwmenu-block ul li .classic a {
  padding: 0.5em;
}
.megamenu .arwmenu-block ul.level0 > .classic li > a,
.megamenu .arwmenu-block ul.level0 > .classic > a {
  display: block;
  font-size: 1em;
  line-height: 1.5em;
  padding: 3px 30px;
}
.megamenu .arwmenu-block ul.level0 > .classic .item-has-sub {
  right: 25px;
}
.megamenu .arwmenu-block ul.level0 .no-child .category_image {
  width: 100%;
  padding-right: 0;
}
.megamenu .arwmenu-block ul.level0 .list_item_dropdown li {
  display: block;
}
.megamenu .arwmenu-block .groups {
  margin-bottom: 1em;
}
.megamenu .arwmenu-block .groups .title-group {
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: normal;
  margin-bottom: 15px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  color: #333333;
  border-top: none;
}
.megamenu .arwmenu-block .groups .title-group > span {
  display: block;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  position: relative;
}
.megamenu .arwmenu-block .groups .title-group .category_icon {
  margin-right: 10px;
}
.megamenu .arwmenu-block .groups .category_image {
  display: block;
  float: left;
  width: 40%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 12px;
}
.megamenu .arwmenu-block .groups .category_image img {
  height: auto;
  max-width: 100%;
}
.megamenu .arwmenu-block .groups .category_image + .groups-wrapper {
  display: block;
  float: right;
  width: 60%;
}
.megamenu .arwmenu-block .groups .groups-wrapper ul li {
  display: block;
  float: left;
  width: 100%;
}
.megamenu .arwmenu-block .groups .groups-wrapper ul li > a {
  display: block;
  font-size: 1em;
  line-height: 1.5em;
  padding: 3px 30px;
}
.megamenu .arwmenu-block .groups .groups-wrapper ul li.level2 > a {
  padding-left: 0;
  padding-right: 30px;
}
.megamenu .arwmenu-block .groups li.level2 ul {
  min-height: 240px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.megamenu .arwmenu-block.std:first-child {
  padding-bottom: 15px;
}
.megamenu .arwmenu-block.std:last-child {
  padding-top: 15px;
}
.megamenu .m-dropdown {
  position: relative;
}
.megamenu .m-dropdown > .dropdown {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.megamenu .m-dropdown.menu-style-drop_group li.level1 > .groups-wrapper {
  background: none;
}
.megamenu .m-dropdown.menu-style-drop_group li.level1 > .groups-wrapper > ul {
  background: none;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-top: 0;
}
.megamenu .m-dropdown.menu-style-drop_group li.level1 > .groups-wrapper > ul > li {
  padding-left: 0;
  padding-right: 0;
}
.megamenu .m-dropdown.menu-style-drop_group li .title-group {
  margin-bottom: 15px;
}
.megamenu .m-dropdown.menu-style-drop_group li .title-group .cat-label {
  left: 0;
}
.megamenu .m-dropdown .dropdown {
  width: auto;
}
.megamenu .m-dropdown .dropdown .arwmenu-block {
  margin: 0;
}
.megamenu .m-dropdown .dropdown ul {
  min-width: 240px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.megamenu .m-dropdown .dropdown ul.level2 {
  min-height: 180px;
}
.megamenu .m-dropdown .dropdown ul li {
  display: block;
  float: left;
  text-align: left;
  white-space: nowrap;
  width: 100%;
  margin: 0;
}
.megamenu .m-dropdown .dropdown ul li a {
  display: block;
  font-size: 1em;
  line-height: 1.5em;
  padding: 3px 30px;
}
.megamenu .m-dropdown .dropdown ul li a .item-has-sub {
  right: 25px;
}
.megamenu .m-dropdown .dropdown ul li.parent .sub-wrapper {
  left: 100%;
  position: absolute;
  top: 1px;
}
.megamenu .m-dropdown .dropdown ul li.parent.edge .sub-wrapper {
  left: auto;
  right: 100%;
}
.megamenu .m-dropdown .dropdown ul li.groups .groups-wrapper a {
  padding: 5px 30px;
}
.megamenu .m-dropdown .dropdown .list_item_dropdown ul.level0 {
  min-width: 240px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.megamenu .products-grid li.item {
  margin-bottom: 0;
  max-width: 100%;
}
.megamenu .level0 > .sub-wrapper {
  display: none;
}

.megamenu li li a span .cat-label {
  bottom: 100%;
  color: #fff;
  left: 0;
}

li.menu-style-group .level0.sub-wrapper {
  padding: 55px 50px;
}
li.menu-style-group .level0.sub-wrapper .groups-wrapper li.level2 > a,
li.menu-style-group .level0.sub-wrapper .sub-wrapper li.level2 > a {
  background: transparent;
  color: #989898;
}
li.menu-style-group .level0.sub-wrapper .groups-wrapper li.level2.active > a, li.menu-style-group .level0.sub-wrapper .groups-wrapper li.level2:hover > a,
li.menu-style-group .level0.sub-wrapper .sub-wrapper li.level2.active > a,
li.menu-style-group .level0.sub-wrapper .sub-wrapper li.level2:hover > a {
  background: transparent;
  color: #222222;
}

.arwmenu-custom-menu.m-dropdown .dropdown ul li {
  padding-right: 1em;
}

.arwmenu-custom-menu.m-dropdown .dropdown ul li li {
  padding: 0;
}

/* COLOR */
.megamenu > li > a {
  background: transparent;
  color: #222222;
}

.megamenu > li > a > span,
.megamenu > li > a > .item-has-sub {
  display: inline-block;
}

.megamenu > li:hover > a,
.megamenu > li.active > a {
  background: transparent;
  color: #222222;
}

.megamenu > li > .sub-wrapper {
  background: #f9f9f9;
}
.megamenu > li > .sub-wrapper li.level1 > a {
  background: transparent;
  color: #989898;
}
.megamenu > li > .sub-wrapper li.level1.active > a,
.megamenu > li > .sub-wrapper li.level1:hover > a {
  background: transparent;
  color: #222222;
}

.megamenu li.menu-style-group .level1 > .groups-wrapper,
.megamenu li.menu-style-group .level1 > .groups-wrapper > ul {
  background: #f9f9f9;
}

.megamenu li.level1 .groups-wrapper,
.megamenu li.level1 .sub-wrapper {
  background: #f9f9f9;
}
.megamenu li.level1 .groups-wrapper li.level2 > a,
.megamenu li.level1 .sub-wrapper li.level2 > a {
  background: transparent;
  color: #989898;
}
.megamenu li.level1 .groups-wrapper li.level2.active > a,
.megamenu li.level1 .groups-wrapper li.level2:hover > a,
.megamenu li.level1 .sub-wrapper li.level2.active > a,
.megamenu li.level1 .sub-wrapper li.level2:hover > a {
  background: transparent;
  color: #222222;
}

.megamenu li li ul,
.megamenu li.level1 ul.level1 {
  background: #f9f9f9;
}
.megamenu li li ul li > a,
.megamenu li.level1 ul.level1 li > a {
  background: transparent;
  color: #989898;
}
.megamenu li li ul li.active > a,
.megamenu li li ul li:hover > a,
.megamenu li.level1 ul.level1 li.active > a,
.megamenu li.level1 ul.level1 li:hover > a {
  background: transparent;
  color: #222222;
}

/* Itemgrid: different numbers of columns
*/
/* Clear every first item in each row (row: group of n items) */
/* Item grid: 1 column */
.itemgrid-1col .item {
  width: 98%;
}

/* Item grid: 2 columns */
.itemgrid-2col .item {
  width: 48%;
}

.itemgrid-2col .item:nth-child(2n+1) {
  clear: left;
}

/* Item grid: 3 columns */
.itemgrid-3col .item {
  width: 31.333%;
}

.itemgrid-3col .item:nth-child(3n+1) {
  clear: left;
}

/* Item grid: 4 columns */
.itemgrid-4col .item {
  width: 23%;
}

.itemgrid-4col .item:nth-child(4n+1) {
  clear: left;
}

.itemgrid-4col .item.dop {
  width: 48%;
}

/* Item grid: 5 columns */
.itemgrid-5col .item {
  width: 18%;
}

.itemgrid-5col .item:nth-child(5n+1) {
  clear: left;
}

.itemgrid-5col .item.dop {
  width: 38%;
}

/* Item grid: 6 columns */
.itemgrid-6col .item {
  width: 14.66%;
}

.itemgrid-6col .item:nth-child(6n+1) {
  clear: left;
}

.itemgrid-6col .item.dop {
  width: 29.32%;
}

/* Item grid: 7 columns */
.itemgrid-7col .item {
  width: 12.286%;
}

.itemgrid-7col .item:nth-child(7n+1) {
  clear: left;
}

[class*="itemgrid-"] .item {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
}

/*Grid column*/
.grid12-1, .grid12-2,
.grid12-3,
.grid12-4, .grid12-5,
.grid12-6, .grid12-7,
.grid12-8, .grid12-9,
.grid12-10, .grid12-11,
.grid12-12, .grid4-1,
.grid4-2, .grid4-3,
.grid2-1, .grid-full,
.grid-col2-sidebar,
.grid-col2-main {
  position: relative;
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
}

/* Grid units */
.grid12-1,
.grid12-2,
.grid12-3,
.grid12-4,
.grid12-5,
.grid12-6,
.grid12-7,
.grid12-8,
.grid12-9,
.grid12-10,
.grid12-11,
.grid12-12,
.grid4-1,
.grid4-2,
.grid4-3,
.grid2-1,
.grid-full,
.grid-col2-sidebar,
.grid-col2-main {
  position: relative;
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
}

/* Basic grid units width */
.grid12-1 {
  width: 6.33%;
}

.grid12-2 {
  width: 14.66%;
}

.grid12-3,
.grid4-1 {
  width: 23%;
}

.grid12-4 {
  width: 31.33%;
}

.grid12-5 {
  width: 39.67%;
}

.grid12-6,
.grid4-2,
.grid2-1 {
  width: 48%;
}

.grid12-7 {
  width: 56.33%;
}

.grid12-8 {
  width: 64.67%;
}

.grid12-9,
.grid4-3 {
  width: 73%;
}

.grid12-10 {
  width: 81.33%;
}

.grid12-11 {
  width: 89.67%;
}

.grid12-12,
.grid-full {
  width: 98%;
}
.dropdown .grid12-12, .dropdown
.grid-full {
  width: 100%;
}

.child-2-cols > .groups-wrapper > ul > li {
  width: 50% !important;
}

.child-3-cols > .groups-wrapper > ul > li {
  width: 33.3% !important;
}

.child-4-cols > .groups-wrapper > ul > li {
  width: 25% !important;
}

li.menu-style-group.nav-banner-special .level0.sub-wrapper {
  padding: 0 0 0 45px;
}
li.menu-style-group.nav-banner-special .level0.sub-wrapper .menu-items {
  padding-top: 75px;
}
li.menu-style-group.nav-banner-special .banner-special img,
li.menu-style-group.nav-banner-special .arw-banner img {
  width: 100%;
}

li.overflow-hidden-on-sub-wrapper .level0.sub-wrapper {
  overflow: hidden;
}

#toPopup {
  background: #ffffff;
  color: #7a7a7a;
  display: none;
  left: 50%;
  padding: 15px;
  position: fixed;
  top: 50%;
  width: 320px;
  z-index: 9999;
  -webkit-box-shadow: 0 4px 13px -3px #808080;
  -moz-box-shadow: 0 4px 13px -3px #808080;
  -ms-box-shadow: 0 4px 13px -3px #808080;
  box-shadow: 0 4px 13px -3px #808080;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
@media (max-width: 480px) {
  #toPopup {
    width: 300px;
    padding: 10px;
  }
}
@media (min-width: 992px) {
  #toPopup {
    width: 570px;
    padding: 40px 100px;
  }
  #toPopup dl:before, #toPopup dl:after {
    content: " ";
    display: table;
  }
  #toPopup dl:after {
    clear: both;
  }
  #toPopup dl > dd .input-box {
    display: block;
    width: 100%;
  }
  #toPopup dl > dd .input-box select {
    width: 100%;
  }
}
#toPopup dt {
  margin-bottom: 10px;
}
#toPopup dt, #toPopup dd {
  line-height: inherit;
}
#toPopup label {
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 0;
}
#toPopup .input-box {
  margin-bottom: 10px;
}
#toPopup .qty-holder {
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}
#toPopup .fa {
  font-size: 2.5em;
}
#toPopup .price {
  color: #2f2f2f;
  letter-spacing: 2px;
}
#toPopup .action-cart {
  margin-top: 30px;
}
#toPopup .button {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
  color: #7a7a7a;
  cursor: pointer;
  display: block;
  letter-spacing: 1.5px;
  line-height: 36px;
  margin-bottom: 10px;
  text-align: center;
  padding-bottom: 6px;
  padding-top: 6px;
  text-transform: uppercase;
  width: 100%;
}
#toPopup .button.btn-cart {
  background-color: #2f2f2f;
  border-color: #2f2f2f;
  color: #FFF;
}
#toPopup .button.btn-cart:hover, #toPopup .button.btn-cart:active, #toPopup .button.btn-cart:focus {
  background-color: #2f2f2f;
  border-color: #2f2f2f;
  color: #fff;
}
#toPopup .button:hover, #toPopup .button:active, #toPopup .button:focus {
  background-color: #2f2f2f;
  border-color: #2f2f2f;
  color: #fff;
}

#backgroundPopup, .arw-ajaxcart-loader {
  height: 100%;
  position: fixed;
  width: 100%;
}

.arw-ajaxcart-loader {
  display: none;
}

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
  cursor: move;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 1px #323232;
  -moz-box-shadow: 0 0 5px 1px #323232;
  -ms-box-shadow: 0 0 5px 1px #323232;
  box-shadow: 0 0 5px 1px #323232;
}

.cloud-zoom-title {
  background-color: #000;
  color: #fff;
  padding: 3px;
  text-align: center;
  display: block;
}

/* This is the zoom window. */
.cloud-zoom-big {
  overflow: hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
  background: url("https://www.jumpinshop.com/skin/frontend/arw_forward/default/images/ajax-loading.gif") no-repeat center center;
  text-indent: -999em;
  top: 50% !important;
  left: 50% !important;
  height: 80px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mousetrap {
  height: auto;
  max-width: 100%;
}

.fancybox-title-inside-wrap {
  display: none;
}

.product-img-box .arw-product-image,
.more-views {
  background-color: #fafafa;
}

.product-img-box {
  background-color: #fafafa;
}

.more-views .slick-slider {
  margin: 0 20px 20px;
}
.product-img-box-left .more-views .slick-slider, .product-img-box-right .more-views .slick-slider {
  margin: 0;
}
.more-views .slick-slider .slick-next, .more-views .slick-slider .slick-prev {
  margin-top: -20px;
  text-align: center;
  font-size: 1.385em;
  line-height: 16px;
}
.more-views .slick-slider .slick-next:before, .more-views .slick-slider .slick-prev:before {
  display: none;
}
.more-views .slick-slider .thumbnail-item a {
  background-color: #FFF;
  display: block;
}
.more-views .slick-slider .thumbnail-item a img {
  margin: 0 auto;
}

.product-img-box-top .slick-track, .product-img-box-bottom .slick-track {
  margin: 0;
}
.product-img-box-top .slick-prev, .product-img-box-bottom .slick-prev {
  left: 0;
}
.product-img-box-top .slick-next, .product-img-box-bottom .slick-next {
  right: 0;
}

.product-img-box-bottom {
  position: relative;
  /* .slick-slide {
    margin: 10px;
  } */
}
.product-img-box-bottom .more-views {
  margin-top: 0;
  position: relative;
  width: 100%;
}
.product-img-box-bottom .more-views .slick-slider {
  margin: 0;
}
.product-img-box-bottom .more-views .slick-slide {
  margin: 0;
  position: relative;
}

.product-img-box-top {
  position: relative;
}
.product-img-box-top .more-views .slick-slider {
  margin: 0;
}
.product-img-box-top .more-views .slick-slide {
  position: relative;
}

.product-img-box-left .more-views, .product-img-box-right .more-views {
  float: left;
  width: 10%;
  padding: 0;
}
.product-img-box-left .more-views h2, .product-img-box-right .more-views h2 {
  display: none;
}
.product-img-box-left .more-views .slick-slider .thumbnail-item, .product-img-box-right .more-views .slick-slider .thumbnail-item {
  padding: 0;
}
.product-img-box-left .more-views .slick-slider .slick-prev, .product-img-box-right .more-views .slick-slider .slick-prev {
  top: 20px;
}
.product-img-box-left .more-views .slick-slider .slick-next, .product-img-box-right .more-views .slick-slider .slick-next {
  bottom: 0;
  top: auto;
}
.product-img-box-left .more-views .slick-slider .slick-prev,
.product-img-box-left .more-views .slick-slider .slick-next, .product-img-box-right .more-views .slick-slider .slick-prev,
.product-img-box-right .more-views .slick-slider .slick-next {
  left: 50%;
  margin-left: -20px;
  right: auto;
}
.product-img-box-left .more-views .slick-slider .slick-prev:after, .product-img-box-right .more-views .slick-slider .slick-prev:after {
  content: "\f106";
}
.product-img-box-left .more-views .slick-slider .slick-next:after, .product-img-box-right .more-views .slick-slider .slick-next:after {
  content: "\f107";
}
.product-img-box-left .product-image, .product-img-box-right .product-image {
  float: right;
  width: 90%;
}
.product-img-box-left.full-width .product-image, .product-img-box-right.full-width .product-image {
  width: 100%;
}

.product-img-box-right .more-views {
  padding: 0;
}
.product-img-box-right .product-image {
  float: left;
}

@media (max-width: 767px) {
  .mousetrap {
    display: none;
  }
}
.cloud-zoom-gallery {
  opacity: 0.1;
  /*filter: alpha(opacity=$opacity*100);*/
}
.cloud-zoom-gallery:hover, .cloud-zoom-gallery:focus, .cloud-zoom-gallery:active, .cloud-zoom-gallery.selected {
  opacity: 1;
  /*filter: alpha(opacity=$opacity*100);*/
}

.cloud-zoom-big {
  border-color: #e3e3e3;
  border-width: 1px;
  border-style: solid;
}

.arexworks-quickview-index .main-container .main {
  margin: 0;
  padding: 20px 0;
}
.arexworks-quickview-index .main-container .main .container {
  width: 100%;
}
.arexworks-quickview-index .main-container .main .ratings {
  overflow: hidden;
}
.arexworks-quickview-index .main-container .main .rating-links,
.arexworks-quickview-index .main-container .main .no-rating,
.arexworks-quickview-index .main-container .main .product-collateral {
  display: none;
}

.more-views ul {
  margin-right: -10px;
  margin-left: -10px;
}

.more-views li {
  display: inline-block;
  padding: 0 10px;
}

/* General Swatch Styling */
.swatch-link {
  display: block;
  text-align: center;
  position: relative;
}
.product-options .swatch-link {
  width: 30px !important;
  height: 30px !important;
  line-height: 28px !important;
  border: 1px solid #d2d2d2;
}
.swatch-link .swatch-label {
  display: block;
  height: 100% !important;
  line-height: inherit !important;
  width: 100% !important;
}
li.selected .swatch-link {
  border-color: #2f2f2f;
  background: #2f2f2f;
  color: #fff;
}
.not-available .swatch-link {
  border-color: #585858;
  background: #585858;
  color: #fff;
}

.swatch-link img {
  width: 100%;
}

.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}

.swatch-link .x {
  border-top: 1px solid #d2d2d2;
  display: none;
  left: 5px;
  position: absolute;
  text-indent: -999em;
  top: 10px;
  width: 41px;
  z-index: 10;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swatch-link.has-image .swatch-label {
  position: relative;
}

.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.configurable-swatch-list {
  zoom: 1;
  -webkit-transform: translateZ(0px);
}

.configurable-swatch-list li {
  float: left;
}
.configurable-swatch-list li + li {
  margin-left: 7px;
}

.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}

.configurable-swatch-list .not-available .x {
  display: block;
}

.currently .swatch-current {
  position: relative;
}

.currently .swatch-current .btn-remove {
  position: absolute;
  right: 0;
}

.currently .swatch-current span {
  display: block;
  float: left;
}

.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}

.currently .swatch-link:hover {
  border-color: #2f2f2f;
  cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #2f2f2f;
}

.configurable-swatch-box {
  background: none !important;
}
.configurable-swatch-box select.swatch-select {
  display: none;
}
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #ef4646;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}

/* CUSTOM */
.product-image-gallery {
  position: relative;
}
.product-image-gallery .gallery-image {
  display: none;
}
.product-image-gallery .gallery-image.visible {
  display: block;
}
.product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}
.product-image-gallery:before, .product-image-gallery:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.product-image-gallery:after {
  background-image: url("https://www.jumpinshop.com/skin/frontend/arw_forward/default/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.product-image-gallery.loading {
  position: relative;
}
.product-image-gallery.loading:before, .product-image-gallery.loading:after {
  display: block;
}

/*# sourceMappingURL=arw-extension.css.map */

/*  Colors variables global*/
/* Dropdown */
/*  Font family */
/*  HEADER  */
/*  primary */
/*  Breadcumbs  */
/*  Catalog Grid View    */
/*  Catalog Details View    */
/*  Toolbar */
/*  Table   */
/*	Footer */
/* %btn {
	border-width: 1px;
	border-style: solid;
	border-color:$button_border_color;
	background-color:$button_bg;
	color: $button_color;
	display: inline-block;
	font-weight: normal;
	padding: 10px 20px;
	vertical-align: middle;
	text-transform: uppercase;
	&.active,
	&:active,
	&:hover,
	&:focus,
	&.focus {
		color: $button_hover_color;
		background-color: $button_hover_bg;
		border-color:$button_hover_border_color;
	}
} */
@-webkit-keyframes fadeOutfadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutfadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutfadeIn1 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutfadeIn1 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
/* Arw Truncated */
.arw-truncated {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.arw-visibility-hidden {
  height: 0;
  visibility: hidden;
}

.arw-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.arw-visually-hidden-reset {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.skrollr.skrollr-mobile {
  overflow: scroll !important;
  height: auto !important;
}

@media (max-width: 1199px) {
  .md-min-height-10 {
    min-height: 10px;
  }
  .md-min-height-11 {
    min-height: 11px;
  }
  .md-min-height-12 {
    min-height: 12px;
  }
  .md-min-height-13 {
    min-height: 13px;
  }
  .md-min-height-14 {
    min-height: 14px;
  }
  .md-min-height-15 {
    min-height: 15px;
  }
  .md-min-height-16 {
    min-height: 16px;
  }
  .md-min-height-17 {
    min-height: 17px;
  }
  .md-min-height-18 {
    min-height: 18px;
  }
  .md-min-height-19 {
    min-height: 19px;
  }
  .md-min-height-20 {
    min-height: 20px;
  }
  .md-min-height-21 {
    min-height: 21px;
  }
  .md-min-height-22 {
    min-height: 22px;
  }
  .md-min-height-23 {
    min-height: 23px;
  }
  .md-min-height-24 {
    min-height: 24px;
  }
  .md-min-height-25 {
    min-height: 25px;
  }
  .md-min-height-26 {
    min-height: 26px;
  }
  .md-min-height-27 {
    min-height: 27px;
  }
  .md-min-height-28 {
    min-height: 28px;
  }
  .md-min-height-29 {
    min-height: 29px;
  }
  .md-min-height-30 {
    min-height: 30px;
  }
  .md-min-height-31 {
    min-height: 31px;
  }
  .md-min-height-32 {
    min-height: 32px;
  }
  .md-min-height-33 {
    min-height: 33px;
  }
  .md-min-height-34 {
    min-height: 34px;
  }
  .md-min-height-35 {
    min-height: 35px;
  }
  .md-min-height-36 {
    min-height: 36px;
  }
  .md-min-height-37 {
    min-height: 37px;
  }
  .md-min-height-38 {
    min-height: 38px;
  }
  .md-min-height-39 {
    min-height: 39px;
  }
  .md-min-height-40 {
    min-height: 40px;
  }
  .md-min-height-41 {
    min-height: 41px;
  }
  .md-min-height-42 {
    min-height: 42px;
  }
  .md-min-height-43 {
    min-height: 43px;
  }
  .md-min-height-44 {
    min-height: 44px;
  }
  .md-min-height-45 {
    min-height: 45px;
  }
  .md-min-height-46 {
    min-height: 46px;
  }
  .md-min-height-47 {
    min-height: 47px;
  }
  .md-min-height-48 {
    min-height: 48px;
  }
  .md-min-height-49 {
    min-height: 49px;
  }
  .md-min-height-50 {
    min-height: 50px;
  }
  .md-min-height-51 {
    min-height: 51px;
  }
  .md-min-height-52 {
    min-height: 52px;
  }
  .md-min-height-53 {
    min-height: 53px;
  }
  .md-min-height-54 {
    min-height: 54px;
  }
  .md-min-height-55 {
    min-height: 55px;
  }
  .md-min-height-56 {
    min-height: 56px;
  }
  .md-min-height-57 {
    min-height: 57px;
  }
  .md-min-height-58 {
    min-height: 58px;
  }
  .md-min-height-59 {
    min-height: 59px;
  }
  .md-min-height-60 {
    min-height: 60px;
  }
  .md-min-height-61 {
    min-height: 61px;
  }
  .md-min-height-62 {
    min-height: 62px;
  }
  .md-min-height-63 {
    min-height: 63px;
  }
  .md-min-height-64 {
    min-height: 64px;
  }
  .md-min-height-65 {
    min-height: 65px;
  }
  .md-min-height-66 {
    min-height: 66px;
  }
  .md-min-height-67 {
    min-height: 67px;
  }
  .md-min-height-68 {
    min-height: 68px;
  }
  .md-min-height-69 {
    min-height: 69px;
  }
  .md-min-height-70 {
    min-height: 70px;
  }
  .md-min-height-71 {
    min-height: 71px;
  }
  .md-min-height-72 {
    min-height: 72px;
  }
  .md-min-height-73 {
    min-height: 73px;
  }
  .md-min-height-74 {
    min-height: 74px;
  }
  .md-min-height-75 {
    min-height: 75px;
  }
  .md-min-height-76 {
    min-height: 76px;
  }
  .md-min-height-77 {
    min-height: 77px;
  }
  .md-min-height-78 {
    min-height: 78px;
  }
  .md-min-height-79 {
    min-height: 79px;
  }
  .md-min-height-80 {
    min-height: 80px;
  }
  .md-min-height-81 {
    min-height: 81px;
  }
  .md-min-height-82 {
    min-height: 82px;
  }
  .md-min-height-83 {
    min-height: 83px;
  }
  .md-min-height-84 {
    min-height: 84px;
  }
  .md-min-height-85 {
    min-height: 85px;
  }
  .md-min-height-86 {
    min-height: 86px;
  }
  .md-min-height-87 {
    min-height: 87px;
  }
  .md-min-height-88 {
    min-height: 88px;
  }
  .md-min-height-89 {
    min-height: 89px;
  }
  .md-min-height-90 {
    min-height: 90px;
  }
  .md-min-height-91 {
    min-height: 91px;
  }
  .md-min-height-92 {
    min-height: 92px;
  }
  .md-min-height-93 {
    min-height: 93px;
  }
  .md-min-height-94 {
    min-height: 94px;
  }
  .md-min-height-95 {
    min-height: 95px;
  }
  .md-min-height-96 {
    min-height: 96px;
  }
  .md-min-height-97 {
    min-height: 97px;
  }
  .md-min-height-98 {
    min-height: 98px;
  }
  .md-min-height-99 {
    min-height: 99px;
  }
  .md-min-height-100 {
    min-height: 100px;
  }
  .md-min-height-101 {
    min-height: 101px;
  }
  .md-min-height-102 {
    min-height: 102px;
  }
  .md-min-height-103 {
    min-height: 103px;
  }
  .md-min-height-104 {
    min-height: 104px;
  }
  .md-min-height-105 {
    min-height: 105px;
  }
  .md-min-height-106 {
    min-height: 106px;
  }
  .md-min-height-107 {
    min-height: 107px;
  }
  .md-min-height-108 {
    min-height: 108px;
  }
  .md-min-height-109 {
    min-height: 109px;
  }
  .md-min-height-110 {
    min-height: 110px;
  }
  .md-min-height-111 {
    min-height: 111px;
  }
  .md-min-height-112 {
    min-height: 112px;
  }
  .md-min-height-113 {
    min-height: 113px;
  }
  .md-min-height-114 {
    min-height: 114px;
  }
  .md-min-height-115 {
    min-height: 115px;
  }
  .md-min-height-116 {
    min-height: 116px;
  }
  .md-min-height-117 {
    min-height: 117px;
  }
  .md-min-height-118 {
    min-height: 118px;
  }
  .md-min-height-119 {
    min-height: 119px;
  }
  .md-min-height-120 {
    min-height: 120px;
  }
  .md-min-height-121 {
    min-height: 121px;
  }
  .md-min-height-122 {
    min-height: 122px;
  }
  .md-min-height-123 {
    min-height: 123px;
  }
  .md-min-height-124 {
    min-height: 124px;
  }
  .md-min-height-125 {
    min-height: 125px;
  }
  .md-min-height-126 {
    min-height: 126px;
  }
  .md-min-height-127 {
    min-height: 127px;
  }
  .md-min-height-128 {
    min-height: 128px;
  }
  .md-min-height-129 {
    min-height: 129px;
  }
  .md-min-height-130 {
    min-height: 130px;
  }
  .md-min-height-131 {
    min-height: 131px;
  }
  .md-min-height-132 {
    min-height: 132px;
  }
  .md-min-height-133 {
    min-height: 133px;
  }
  .md-min-height-134 {
    min-height: 134px;
  }
  .md-min-height-135 {
    min-height: 135px;
  }
  .md-min-height-136 {
    min-height: 136px;
  }
  .md-min-height-137 {
    min-height: 137px;
  }
  .md-min-height-138 {
    min-height: 138px;
  }
  .md-min-height-139 {
    min-height: 139px;
  }
  .md-min-height-140 {
    min-height: 140px;
  }
  .md-min-height-141 {
    min-height: 141px;
  }
  .md-min-height-142 {
    min-height: 142px;
  }
  .md-min-height-143 {
    min-height: 143px;
  }
  .md-min-height-144 {
    min-height: 144px;
  }
  .md-min-height-145 {
    min-height: 145px;
  }
  .md-min-height-146 {
    min-height: 146px;
  }
  .md-min-height-147 {
    min-height: 147px;
  }
  .md-min-height-148 {
    min-height: 148px;
  }
  .md-min-height-149 {
    min-height: 149px;
  }
  .md-min-height-150 {
    min-height: 150px;
  }
  .md-min-height-151 {
    min-height: 151px;
  }
  .md-min-height-152 {
    min-height: 152px;
  }
  .md-min-height-153 {
    min-height: 153px;
  }
  .md-min-height-154 {
    min-height: 154px;
  }
  .md-min-height-155 {
    min-height: 155px;
  }
  .md-min-height-156 {
    min-height: 156px;
  }
  .md-min-height-157 {
    min-height: 157px;
  }
  .md-min-height-158 {
    min-height: 158px;
  }
  .md-min-height-159 {
    min-height: 159px;
  }
  .md-min-height-160 {
    min-height: 160px;
  }
  .md-min-height-161 {
    min-height: 161px;
  }
  .md-min-height-162 {
    min-height: 162px;
  }
  .md-min-height-163 {
    min-height: 163px;
  }
  .md-min-height-164 {
    min-height: 164px;
  }
  .md-min-height-165 {
    min-height: 165px;
  }
  .md-min-height-166 {
    min-height: 166px;
  }
  .md-min-height-167 {
    min-height: 167px;
  }
  .md-min-height-168 {
    min-height: 168px;
  }
  .md-min-height-169 {
    min-height: 169px;
  }
  .md-min-height-170 {
    min-height: 170px;
  }
  .md-min-height-171 {
    min-height: 171px;
  }
  .md-min-height-172 {
    min-height: 172px;
  }
  .md-min-height-173 {
    min-height: 173px;
  }
  .md-min-height-174 {
    min-height: 174px;
  }
  .md-min-height-175 {
    min-height: 175px;
  }
  .md-min-height-176 {
    min-height: 176px;
  }
  .md-min-height-177 {
    min-height: 177px;
  }
  .md-min-height-178 {
    min-height: 178px;
  }
  .md-min-height-179 {
    min-height: 179px;
  }
  .md-min-height-180 {
    min-height: 180px;
  }
  .md-min-height-181 {
    min-height: 181px;
  }
  .md-min-height-182 {
    min-height: 182px;
  }
  .md-min-height-183 {
    min-height: 183px;
  }
  .md-min-height-184 {
    min-height: 184px;
  }
  .md-min-height-185 {
    min-height: 185px;
  }
  .md-min-height-186 {
    min-height: 186px;
  }
  .md-min-height-187 {
    min-height: 187px;
  }
  .md-min-height-188 {
    min-height: 188px;
  }
  .md-min-height-189 {
    min-height: 189px;
  }
  .md-min-height-190 {
    min-height: 190px;
  }
  .md-min-height-191 {
    min-height: 191px;
  }
  .md-min-height-192 {
    min-height: 192px;
  }
  .md-min-height-193 {
    min-height: 193px;
  }
  .md-min-height-194 {
    min-height: 194px;
  }
  .md-min-height-195 {
    min-height: 195px;
  }
  .md-min-height-196 {
    min-height: 196px;
  }
  .md-min-height-197 {
    min-height: 197px;
  }
  .md-min-height-198 {
    min-height: 198px;
  }
  .md-min-height-199 {
    min-height: 199px;
  }
  .md-min-height-200 {
    min-height: 200px;
  }

  .md-padding-top-0 {
    padding-top: 0px;
  }
  .md-padding-top-1 {
    padding-top: 1px;
  }
  .md-padding-top-2 {
    padding-top: 2px;
  }
  .md-padding-top-3 {
    padding-top: 3px;
  }
  .md-padding-top-4 {
    padding-top: 4px;
  }
  .md-padding-top-5 {
    padding-top: 5px;
  }
  .md-padding-top-6 {
    padding-top: 6px;
  }
  .md-padding-top-7 {
    padding-top: 7px;
  }
  .md-padding-top-8 {
    padding-top: 8px;
  }
  .md-padding-top-9 {
    padding-top: 9px;
  }
  .md-padding-top-10 {
    padding-top: 10px;
  }
  .md-padding-top-11 {
    padding-top: 11px;
  }
  .md-padding-top-12 {
    padding-top: 12px;
  }
  .md-padding-top-13 {
    padding-top: 13px;
  }
  .md-padding-top-14 {
    padding-top: 14px;
  }
  .md-padding-top-15 {
    padding-top: 15px;
  }
  .md-padding-top-16 {
    padding-top: 16px;
  }
  .md-padding-top-17 {
    padding-top: 17px;
  }
  .md-padding-top-18 {
    padding-top: 18px;
  }
  .md-padding-top-19 {
    padding-top: 19px;
  }
  .md-padding-top-20 {
    padding-top: 20px;
  }
  .md-padding-top-21 {
    padding-top: 21px;
  }
  .md-padding-top-22 {
    padding-top: 22px;
  }
  .md-padding-top-23 {
    padding-top: 23px;
  }
  .md-padding-top-24 {
    padding-top: 24px;
  }
  .md-padding-top-25 {
    padding-top: 25px;
  }
  .md-padding-top-26 {
    padding-top: 26px;
  }
  .md-padding-top-27 {
    padding-top: 27px;
  }
  .md-padding-top-28 {
    padding-top: 28px;
  }
  .md-padding-top-29 {
    padding-top: 29px;
  }
  .md-padding-top-30 {
    padding-top: 30px;
  }
  .md-padding-top-31 {
    padding-top: 31px;
  }
  .md-padding-top-32 {
    padding-top: 32px;
  }
  .md-padding-top-33 {
    padding-top: 33px;
  }
  .md-padding-top-34 {
    padding-top: 34px;
  }
  .md-padding-top-35 {
    padding-top: 35px;
  }
  .md-padding-top-36 {
    padding-top: 36px;
  }
  .md-padding-top-37 {
    padding-top: 37px;
  }
  .md-padding-top-38 {
    padding-top: 38px;
  }
  .md-padding-top-39 {
    padding-top: 39px;
  }
  .md-padding-top-40 {
    padding-top: 40px;
  }
  .md-padding-top-41 {
    padding-top: 41px;
  }
  .md-padding-top-42 {
    padding-top: 42px;
  }
  .md-padding-top-43 {
    padding-top: 43px;
  }
  .md-padding-top-44 {
    padding-top: 44px;
  }
  .md-padding-top-45 {
    padding-top: 45px;
  }
  .md-padding-top-46 {
    padding-top: 46px;
  }
  .md-padding-top-47 {
    padding-top: 47px;
  }
  .md-padding-top-48 {
    padding-top: 48px;
  }
  .md-padding-top-49 {
    padding-top: 49px;
  }
  .md-padding-top-50 {
    padding-top: 50px;
  }
  .md-padding-top-51 {
    padding-top: 51px;
  }
  .md-padding-top-52 {
    padding-top: 52px;
  }
  .md-padding-top-53 {
    padding-top: 53px;
  }
  .md-padding-top-54 {
    padding-top: 54px;
  }
  .md-padding-top-55 {
    padding-top: 55px;
  }
  .md-padding-top-56 {
    padding-top: 56px;
  }
  .md-padding-top-57 {
    padding-top: 57px;
  }
  .md-padding-top-58 {
    padding-top: 58px;
  }
  .md-padding-top-59 {
    padding-top: 59px;
  }
  .md-padding-top-60 {
    padding-top: 60px;
  }
  .md-padding-top-61 {
    padding-top: 61px;
  }
  .md-padding-top-62 {
    padding-top: 62px;
  }
  .md-padding-top-63 {
    padding-top: 63px;
  }
  .md-padding-top-64 {
    padding-top: 64px;
  }
  .md-padding-top-65 {
    padding-top: 65px;
  }
  .md-padding-top-66 {
    padding-top: 66px;
  }
  .md-padding-top-67 {
    padding-top: 67px;
  }
  .md-padding-top-68 {
    padding-top: 68px;
  }
  .md-padding-top-69 {
    padding-top: 69px;
  }
  .md-padding-top-70 {
    padding-top: 70px;
  }
  .md-padding-top-71 {
    padding-top: 71px;
  }
  .md-padding-top-72 {
    padding-top: 72px;
  }
  .md-padding-top-73 {
    padding-top: 73px;
  }
  .md-padding-top-74 {
    padding-top: 74px;
  }
  .md-padding-top-75 {
    padding-top: 75px;
  }
  .md-padding-top-76 {
    padding-top: 76px;
  }
  .md-padding-top-77 {
    padding-top: 77px;
  }
  .md-padding-top-78 {
    padding-top: 78px;
  }
  .md-padding-top-79 {
    padding-top: 79px;
  }
  .md-padding-top-80 {
    padding-top: 80px;
  }
  .md-padding-top-81 {
    padding-top: 81px;
  }
  .md-padding-top-82 {
    padding-top: 82px;
  }
  .md-padding-top-83 {
    padding-top: 83px;
  }
  .md-padding-top-84 {
    padding-top: 84px;
  }
  .md-padding-top-85 {
    padding-top: 85px;
  }
  .md-padding-top-86 {
    padding-top: 86px;
  }
  .md-padding-top-87 {
    padding-top: 87px;
  }
  .md-padding-top-88 {
    padding-top: 88px;
  }
  .md-padding-top-89 {
    padding-top: 89px;
  }
  .md-padding-top-90 {
    padding-top: 90px;
  }
  .md-padding-top-91 {
    padding-top: 91px;
  }
  .md-padding-top-92 {
    padding-top: 92px;
  }
  .md-padding-top-93 {
    padding-top: 93px;
  }
  .md-padding-top-94 {
    padding-top: 94px;
  }
  .md-padding-top-95 {
    padding-top: 95px;
  }
  .md-padding-top-96 {
    padding-top: 96px;
  }
  .md-padding-top-97 {
    padding-top: 97px;
  }
  .md-padding-top-98 {
    padding-top: 98px;
  }
  .md-padding-top-99 {
    padding-top: 99px;
  }
  .md-padding-top-100 {
    padding-top: 100px;
  }
  .md-padding-left-0 {
    padding-left: 0px;
  }
  .md-padding-left-1 {
    padding-left: 1px;
  }
  .md-padding-left-2 {
    padding-left: 2px;
  }
  .md-padding-left-3 {
    padding-left: 3px;
  }
  .md-padding-left-4 {
    padding-left: 4px;
  }
  .md-padding-left-5 {
    padding-left: 5px;
  }
  .md-padding-left-6 {
    padding-left: 6px;
  }
  .md-padding-left-7 {
    padding-left: 7px;
  }
  .md-padding-left-8 {
    padding-left: 8px;
  }
  .md-padding-left-9 {
    padding-left: 9px;
  }
  .md-padding-left-10 {
    padding-left: 10px;
  }
  .md-padding-left-11 {
    padding-left: 11px;
  }
  .md-padding-left-12 {
    padding-left: 12px;
  }
  .md-padding-left-13 {
    padding-left: 13px;
  }
  .md-padding-left-14 {
    padding-left: 14px;
  }
  .md-padding-left-15 {
    padding-left: 15px;
  }
  .md-padding-left-16 {
    padding-left: 16px;
  }
  .md-padding-left-17 {
    padding-left: 17px;
  }
  .md-padding-left-18 {
    padding-left: 18px;
  }
  .md-padding-left-19 {
    padding-left: 19px;
  }
  .md-padding-left-20 {
    padding-left: 20px;
  }
  .md-padding-left-21 {
    padding-left: 21px;
  }
  .md-padding-left-22 {
    padding-left: 22px;
  }
  .md-padding-left-23 {
    padding-left: 23px;
  }
  .md-padding-left-24 {
    padding-left: 24px;
  }
  .md-padding-left-25 {
    padding-left: 25px;
  }
  .md-padding-left-26 {
    padding-left: 26px;
  }
  .md-padding-left-27 {
    padding-left: 27px;
  }
  .md-padding-left-28 {
    padding-left: 28px;
  }
  .md-padding-left-29 {
    padding-left: 29px;
  }
  .md-padding-left-30 {
    padding-left: 30px;
  }
  .md-padding-left-31 {
    padding-left: 31px;
  }
  .md-padding-left-32 {
    padding-left: 32px;
  }
  .md-padding-left-33 {
    padding-left: 33px;
  }
  .md-padding-left-34 {
    padding-left: 34px;
  }
  .md-padding-left-35 {
    padding-left: 35px;
  }
  .md-padding-left-36 {
    padding-left: 36px;
  }
  .md-padding-left-37 {
    padding-left: 37px;
  }
  .md-padding-left-38 {
    padding-left: 38px;
  }
  .md-padding-left-39 {
    padding-left: 39px;
  }
  .md-padding-left-40 {
    padding-left: 40px;
  }
  .md-padding-left-41 {
    padding-left: 41px;
  }
  .md-padding-left-42 {
    padding-left: 42px;
  }
  .md-padding-left-43 {
    padding-left: 43px;
  }
  .md-padding-left-44 {
    padding-left: 44px;
  }
  .md-padding-left-45 {
    padding-left: 45px;
  }
  .md-padding-left-46 {
    padding-left: 46px;
  }
  .md-padding-left-47 {
    padding-left: 47px;
  }
  .md-padding-left-48 {
    padding-left: 48px;
  }
  .md-padding-left-49 {
    padding-left: 49px;
  }
  .md-padding-left-50 {
    padding-left: 50px;
  }
  .md-padding-left-51 {
    padding-left: 51px;
  }
  .md-padding-left-52 {
    padding-left: 52px;
  }
  .md-padding-left-53 {
    padding-left: 53px;
  }
  .md-padding-left-54 {
    padding-left: 54px;
  }
  .md-padding-left-55 {
    padding-left: 55px;
  }
  .md-padding-left-56 {
    padding-left: 56px;
  }
  .md-padding-left-57 {
    padding-left: 57px;
  }
  .md-padding-left-58 {
    padding-left: 58px;
  }
  .md-padding-left-59 {
    padding-left: 59px;
  }
  .md-padding-left-60 {
    padding-left: 60px;
  }
  .md-padding-left-61 {
    padding-left: 61px;
  }
  .md-padding-left-62 {
    padding-left: 62px;
  }
  .md-padding-left-63 {
    padding-left: 63px;
  }
  .md-padding-left-64 {
    padding-left: 64px;
  }
  .md-padding-left-65 {
    padding-left: 65px;
  }
  .md-padding-left-66 {
    padding-left: 66px;
  }
  .md-padding-left-67 {
    padding-left: 67px;
  }
  .md-padding-left-68 {
    padding-left: 68px;
  }
  .md-padding-left-69 {
    padding-left: 69px;
  }
  .md-padding-left-70 {
    padding-left: 70px;
  }
  .md-padding-left-71 {
    padding-left: 71px;
  }
  .md-padding-left-72 {
    padding-left: 72px;
  }
  .md-padding-left-73 {
    padding-left: 73px;
  }
  .md-padding-left-74 {
    padding-left: 74px;
  }
  .md-padding-left-75 {
    padding-left: 75px;
  }
  .md-padding-left-76 {
    padding-left: 76px;
  }
  .md-padding-left-77 {
    padding-left: 77px;
  }
  .md-padding-left-78 {
    padding-left: 78px;
  }
  .md-padding-left-79 {
    padding-left: 79px;
  }
  .md-padding-left-80 {
    padding-left: 80px;
  }
  .md-padding-left-81 {
    padding-left: 81px;
  }
  .md-padding-left-82 {
    padding-left: 82px;
  }
  .md-padding-left-83 {
    padding-left: 83px;
  }
  .md-padding-left-84 {
    padding-left: 84px;
  }
  .md-padding-left-85 {
    padding-left: 85px;
  }
  .md-padding-left-86 {
    padding-left: 86px;
  }
  .md-padding-left-87 {
    padding-left: 87px;
  }
  .md-padding-left-88 {
    padding-left: 88px;
  }
  .md-padding-left-89 {
    padding-left: 89px;
  }
  .md-padding-left-90 {
    padding-left: 90px;
  }
  .md-padding-left-91 {
    padding-left: 91px;
  }
  .md-padding-left-92 {
    padding-left: 92px;
  }
  .md-padding-left-93 {
    padding-left: 93px;
  }
  .md-padding-left-94 {
    padding-left: 94px;
  }
  .md-padding-left-95 {
    padding-left: 95px;
  }
  .md-padding-left-96 {
    padding-left: 96px;
  }
  .md-padding-left-97 {
    padding-left: 97px;
  }
  .md-padding-left-98 {
    padding-left: 98px;
  }
  .md-padding-left-99 {
    padding-left: 99px;
  }
  .md-padding-left-100 {
    padding-left: 100px;
  }
  .md-padding-right-0 {
    padding-right: 0px;
  }
  .md-padding-right-1 {
    padding-right: 1px;
  }
  .md-padding-right-2 {
    padding-right: 2px;
  }
  .md-padding-right-3 {
    padding-right: 3px;
  }
  .md-padding-right-4 {
    padding-right: 4px;
  }
  .md-padding-right-5 {
    padding-right: 5px;
  }
  .md-padding-right-6 {
    padding-right: 6px;
  }
  .md-padding-right-7 {
    padding-right: 7px;
  }
  .md-padding-right-8 {
    padding-right: 8px;
  }
  .md-padding-right-9 {
    padding-right: 9px;
  }
  .md-padding-right-10 {
    padding-right: 10px;
  }
  .md-padding-right-11 {
    padding-right: 11px;
  }
  .md-padding-right-12 {
    padding-right: 12px;
  }
  .md-padding-right-13 {
    padding-right: 13px;
  }
  .md-padding-right-14 {
    padding-right: 14px;
  }
  .md-padding-right-15 {
    padding-right: 15px;
  }
  .md-padding-right-16 {
    padding-right: 16px;
  }
  .md-padding-right-17 {
    padding-right: 17px;
  }
  .md-padding-right-18 {
    padding-right: 18px;
  }
  .md-padding-right-19 {
    padding-right: 19px;
  }
  .md-padding-right-20 {
    padding-right: 20px;
  }
  .md-padding-right-21 {
    padding-right: 21px;
  }
  .md-padding-right-22 {
    padding-right: 22px;
  }
  .md-padding-right-23 {
    padding-right: 23px;
  }
  .md-padding-right-24 {
    padding-right: 24px;
  }
  .md-padding-right-25 {
    padding-right: 25px;
  }
  .md-padding-right-26 {
    padding-right: 26px;
  }
  .md-padding-right-27 {
    padding-right: 27px;
  }
  .md-padding-right-28 {
    padding-right: 28px;
  }
  .md-padding-right-29 {
    padding-right: 29px;
  }
  .md-padding-right-30 {
    padding-right: 30px;
  }
  .md-padding-right-31 {
    padding-right: 31px;
  }
  .md-padding-right-32 {
    padding-right: 32px;
  }
  .md-padding-right-33 {
    padding-right: 33px;
  }
  .md-padding-right-34 {
    padding-right: 34px;
  }
  .md-padding-right-35 {
    padding-right: 35px;
  }
  .md-padding-right-36 {
    padding-right: 36px;
  }
  .md-padding-right-37 {
    padding-right: 37px;
  }
  .md-padding-right-38 {
    padding-right: 38px;
  }
  .md-padding-right-39 {
    padding-right: 39px;
  }
  .md-padding-right-40 {
    padding-right: 40px;
  }
  .md-padding-right-41 {
    padding-right: 41px;
  }
  .md-padding-right-42 {
    padding-right: 42px;
  }
  .md-padding-right-43 {
    padding-right: 43px;
  }
  .md-padding-right-44 {
    padding-right: 44px;
  }
  .md-padding-right-45 {
    padding-right: 45px;
  }
  .md-padding-right-46 {
    padding-right: 46px;
  }
  .md-padding-right-47 {
    padding-right: 47px;
  }
  .md-padding-right-48 {
    padding-right: 48px;
  }
  .md-padding-right-49 {
    padding-right: 49px;
  }
  .md-padding-right-50 {
    padding-right: 50px;
  }
  .md-padding-right-51 {
    padding-right: 51px;
  }
  .md-padding-right-52 {
    padding-right: 52px;
  }
  .md-padding-right-53 {
    padding-right: 53px;
  }
  .md-padding-right-54 {
    padding-right: 54px;
  }
  .md-padding-right-55 {
    padding-right: 55px;
  }
  .md-padding-right-56 {
    padding-right: 56px;
  }
  .md-padding-right-57 {
    padding-right: 57px;
  }
  .md-padding-right-58 {
    padding-right: 58px;
  }
  .md-padding-right-59 {
    padding-right: 59px;
  }
  .md-padding-right-60 {
    padding-right: 60px;
  }
  .md-padding-right-61 {
    padding-right: 61px;
  }
  .md-padding-right-62 {
    padding-right: 62px;
  }
  .md-padding-right-63 {
    padding-right: 63px;
  }
  .md-padding-right-64 {
    padding-right: 64px;
  }
  .md-padding-right-65 {
    padding-right: 65px;
  }
  .md-padding-right-66 {
    padding-right: 66px;
  }
  .md-padding-right-67 {
    padding-right: 67px;
  }
  .md-padding-right-68 {
    padding-right: 68px;
  }
  .md-padding-right-69 {
    padding-right: 69px;
  }
  .md-padding-right-70 {
    padding-right: 70px;
  }
  .md-padding-right-71 {
    padding-right: 71px;
  }
  .md-padding-right-72 {
    padding-right: 72px;
  }
  .md-padding-right-73 {
    padding-right: 73px;
  }
  .md-padding-right-74 {
    padding-right: 74px;
  }
  .md-padding-right-75 {
    padding-right: 75px;
  }
  .md-padding-right-76 {
    padding-right: 76px;
  }
  .md-padding-right-77 {
    padding-right: 77px;
  }
  .md-padding-right-78 {
    padding-right: 78px;
  }
  .md-padding-right-79 {
    padding-right: 79px;
  }
  .md-padding-right-80 {
    padding-right: 80px;
  }
  .md-padding-right-81 {
    padding-right: 81px;
  }
  .md-padding-right-82 {
    padding-right: 82px;
  }
  .md-padding-right-83 {
    padding-right: 83px;
  }
  .md-padding-right-84 {
    padding-right: 84px;
  }
  .md-padding-right-85 {
    padding-right: 85px;
  }
  .md-padding-right-86 {
    padding-right: 86px;
  }
  .md-padding-right-87 {
    padding-right: 87px;
  }
  .md-padding-right-88 {
    padding-right: 88px;
  }
  .md-padding-right-89 {
    padding-right: 89px;
  }
  .md-padding-right-90 {
    padding-right: 90px;
  }
  .md-padding-right-91 {
    padding-right: 91px;
  }
  .md-padding-right-92 {
    padding-right: 92px;
  }
  .md-padding-right-93 {
    padding-right: 93px;
  }
  .md-padding-right-94 {
    padding-right: 94px;
  }
  .md-padding-right-95 {
    padding-right: 95px;
  }
  .md-padding-right-96 {
    padding-right: 96px;
  }
  .md-padding-right-97 {
    padding-right: 97px;
  }
  .md-padding-right-98 {
    padding-right: 98px;
  }
  .md-padding-right-99 {
    padding-right: 99px;
  }
  .md-padding-right-100 {
    padding-right: 100px;
  }
  .md-padding-bottom-0 {
    padding-bottom: 0px;
  }
  .md-padding-bottom-1 {
    padding-bottom: 1px;
  }
  .md-padding-bottom-2 {
    padding-bottom: 2px;
  }
  .md-padding-bottom-3 {
    padding-bottom: 3px;
  }
  .md-padding-bottom-4 {
    padding-bottom: 4px;
  }
  .md-padding-bottom-5 {
    padding-bottom: 5px;
  }
  .md-padding-bottom-6 {
    padding-bottom: 6px;
  }
  .md-padding-bottom-7 {
    padding-bottom: 7px;
  }
  .md-padding-bottom-8 {
    padding-bottom: 8px;
  }
  .md-padding-bottom-9 {
    padding-bottom: 9px;
  }
  .md-padding-bottom-10 {
    padding-bottom: 10px;
  }
  .md-padding-bottom-11 {
    padding-bottom: 11px;
  }
  .md-padding-bottom-12 {
    padding-bottom: 12px;
  }
  .md-padding-bottom-13 {
    padding-bottom: 13px;
  }
  .md-padding-bottom-14 {
    padding-bottom: 14px;
  }
  .md-padding-bottom-15 {
    padding-bottom: 15px;
  }
  .md-padding-bottom-16 {
    padding-bottom: 16px;
  }
  .md-padding-bottom-17 {
    padding-bottom: 17px;
  }
  .md-padding-bottom-18 {
    padding-bottom: 18px;
  }
  .md-padding-bottom-19 {
    padding-bottom: 19px;
  }
  .md-padding-bottom-20 {
    padding-bottom: 20px;
  }
  .md-padding-bottom-21 {
    padding-bottom: 21px;
  }
  .md-padding-bottom-22 {
    padding-bottom: 22px;
  }
  .md-padding-bottom-23 {
    padding-bottom: 23px;
  }
  .md-padding-bottom-24 {
    padding-bottom: 24px;
  }
  .md-padding-bottom-25 {
    padding-bottom: 25px;
  }
  .md-padding-bottom-26 {
    padding-bottom: 26px;
  }
  .md-padding-bottom-27 {
    padding-bottom: 27px;
  }
  .md-padding-bottom-28 {
    padding-bottom: 28px;
  }
  .md-padding-bottom-29 {
    padding-bottom: 29px;
  }
  .md-padding-bottom-30 {
    padding-bottom: 30px;
  }
  .md-padding-bottom-31 {
    padding-bottom: 31px;
  }
  .md-padding-bottom-32 {
    padding-bottom: 32px;
  }
  .md-padding-bottom-33 {
    padding-bottom: 33px;
  }
  .md-padding-bottom-34 {
    padding-bottom: 34px;
  }
  .md-padding-bottom-35 {
    padding-bottom: 35px;
  }
  .md-padding-bottom-36 {
    padding-bottom: 36px;
  }
  .md-padding-bottom-37 {
    padding-bottom: 37px;
  }
  .md-padding-bottom-38 {
    padding-bottom: 38px;
  }
  .md-padding-bottom-39 {
    padding-bottom: 39px;
  }
  .md-padding-bottom-40 {
    padding-bottom: 40px;
  }
  .md-padding-bottom-41 {
    padding-bottom: 41px;
  }
  .md-padding-bottom-42 {
    padding-bottom: 42px;
  }
  .md-padding-bottom-43 {
    padding-bottom: 43px;
  }
  .md-padding-bottom-44 {
    padding-bottom: 44px;
  }
  .md-padding-bottom-45 {
    padding-bottom: 45px;
  }
  .md-padding-bottom-46 {
    padding-bottom: 46px;
  }
  .md-padding-bottom-47 {
    padding-bottom: 47px;
  }
  .md-padding-bottom-48 {
    padding-bottom: 48px;
  }
  .md-padding-bottom-49 {
    padding-bottom: 49px;
  }
  .md-padding-bottom-50 {
    padding-bottom: 50px;
  }
  .md-padding-bottom-51 {
    padding-bottom: 51px;
  }
  .md-padding-bottom-52 {
    padding-bottom: 52px;
  }
  .md-padding-bottom-53 {
    padding-bottom: 53px;
  }
  .md-padding-bottom-54 {
    padding-bottom: 54px;
  }
  .md-padding-bottom-55 {
    padding-bottom: 55px;
  }
  .md-padding-bottom-56 {
    padding-bottom: 56px;
  }
  .md-padding-bottom-57 {
    padding-bottom: 57px;
  }
  .md-padding-bottom-58 {
    padding-bottom: 58px;
  }
  .md-padding-bottom-59 {
    padding-bottom: 59px;
  }
  .md-padding-bottom-60 {
    padding-bottom: 60px;
  }
  .md-padding-bottom-61 {
    padding-bottom: 61px;
  }
  .md-padding-bottom-62 {
    padding-bottom: 62px;
  }
  .md-padding-bottom-63 {
    padding-bottom: 63px;
  }
  .md-padding-bottom-64 {
    padding-bottom: 64px;
  }
  .md-padding-bottom-65 {
    padding-bottom: 65px;
  }
  .md-padding-bottom-66 {
    padding-bottom: 66px;
  }
  .md-padding-bottom-67 {
    padding-bottom: 67px;
  }
  .md-padding-bottom-68 {
    padding-bottom: 68px;
  }
  .md-padding-bottom-69 {
    padding-bottom: 69px;
  }
  .md-padding-bottom-70 {
    padding-bottom: 70px;
  }
  .md-padding-bottom-71 {
    padding-bottom: 71px;
  }
  .md-padding-bottom-72 {
    padding-bottom: 72px;
  }
  .md-padding-bottom-73 {
    padding-bottom: 73px;
  }
  .md-padding-bottom-74 {
    padding-bottom: 74px;
  }
  .md-padding-bottom-75 {
    padding-bottom: 75px;
  }
  .md-padding-bottom-76 {
    padding-bottom: 76px;
  }
  .md-padding-bottom-77 {
    padding-bottom: 77px;
  }
  .md-padding-bottom-78 {
    padding-bottom: 78px;
  }
  .md-padding-bottom-79 {
    padding-bottom: 79px;
  }
  .md-padding-bottom-80 {
    padding-bottom: 80px;
  }
  .md-padding-bottom-81 {
    padding-bottom: 81px;
  }
  .md-padding-bottom-82 {
    padding-bottom: 82px;
  }
  .md-padding-bottom-83 {
    padding-bottom: 83px;
  }
  .md-padding-bottom-84 {
    padding-bottom: 84px;
  }
  .md-padding-bottom-85 {
    padding-bottom: 85px;
  }
  .md-padding-bottom-86 {
    padding-bottom: 86px;
  }
  .md-padding-bottom-87 {
    padding-bottom: 87px;
  }
  .md-padding-bottom-88 {
    padding-bottom: 88px;
  }
  .md-padding-bottom-89 {
    padding-bottom: 89px;
  }
  .md-padding-bottom-90 {
    padding-bottom: 90px;
  }
  .md-padding-bottom-91 {
    padding-bottom: 91px;
  }
  .md-padding-bottom-92 {
    padding-bottom: 92px;
  }
  .md-padding-bottom-93 {
    padding-bottom: 93px;
  }
  .md-padding-bottom-94 {
    padding-bottom: 94px;
  }
  .md-padding-bottom-95 {
    padding-bottom: 95px;
  }
  .md-padding-bottom-96 {
    padding-bottom: 96px;
  }
  .md-padding-bottom-97 {
    padding-bottom: 97px;
  }
  .md-padding-bottom-98 {
    padding-bottom: 98px;
  }
  .md-padding-bottom-99 {
    padding-bottom: 99px;
  }
  .md-padding-bottom-100 {
    padding-bottom: 100px;
  }

  .md-margin-top-0 {
    margin-top: 0px;
  }
  .md-margin-top--0 {
    margin-top: -0px;
  }
  .md-margin-top-1 {
    margin-top: 1px;
  }
  .md-margin-top--1 {
    margin-top: -1px;
  }
  .md-margin-top-2 {
    margin-top: 2px;
  }
  .md-margin-top--2 {
    margin-top: -2px;
  }
  .md-margin-top-3 {
    margin-top: 3px;
  }
  .md-margin-top--3 {
    margin-top: -3px;
  }
  .md-margin-top-4 {
    margin-top: 4px;
  }
  .md-margin-top--4 {
    margin-top: -4px;
  }
  .md-margin-top-5 {
    margin-top: 5px;
  }
  .md-margin-top--5 {
    margin-top: -5px;
  }
  .md-margin-top-6 {
    margin-top: 6px;
  }
  .md-margin-top--6 {
    margin-top: -6px;
  }
  .md-margin-top-7 {
    margin-top: 7px;
  }
  .md-margin-top--7 {
    margin-top: -7px;
  }
  .md-margin-top-8 {
    margin-top: 8px;
  }
  .md-margin-top--8 {
    margin-top: -8px;
  }
  .md-margin-top-9 {
    margin-top: 9px;
  }
  .md-margin-top--9 {
    margin-top: -9px;
  }
  .md-margin-top-10 {
    margin-top: 10px;
  }
  .md-margin-top--10 {
    margin-top: -10px;
  }
  .md-margin-top-11 {
    margin-top: 11px;
  }
  .md-margin-top--11 {
    margin-top: -11px;
  }
  .md-margin-top-12 {
    margin-top: 12px;
  }
  .md-margin-top--12 {
    margin-top: -12px;
  }
  .md-margin-top-13 {
    margin-top: 13px;
  }
  .md-margin-top--13 {
    margin-top: -13px;
  }
  .md-margin-top-14 {
    margin-top: 14px;
  }
  .md-margin-top--14 {
    margin-top: -14px;
  }
  .md-margin-top-15 {
    margin-top: 15px;
  }
  .md-margin-top--15 {
    margin-top: -15px;
  }
  .md-margin-top-16 {
    margin-top: 16px;
  }
  .md-margin-top--16 {
    margin-top: -16px;
  }
  .md-margin-top-17 {
    margin-top: 17px;
  }
  .md-margin-top--17 {
    margin-top: -17px;
  }
  .md-margin-top-18 {
    margin-top: 18px;
  }
  .md-margin-top--18 {
    margin-top: -18px;
  }
  .md-margin-top-19 {
    margin-top: 19px;
  }
  .md-margin-top--19 {
    margin-top: -19px;
  }
  .md-margin-top-20 {
    margin-top: 20px;
  }
  .md-margin-top--20 {
    margin-top: -20px;
  }
  .md-margin-top-21 {
    margin-top: 21px;
  }
  .md-margin-top--21 {
    margin-top: -21px;
  }
  .md-margin-top-22 {
    margin-top: 22px;
  }
  .md-margin-top--22 {
    margin-top: -22px;
  }
  .md-margin-top-23 {
    margin-top: 23px;
  }
  .md-margin-top--23 {
    margin-top: -23px;
  }
  .md-margin-top-24 {
    margin-top: 24px;
  }
  .md-margin-top--24 {
    margin-top: -24px;
  }
  .md-margin-top-25 {
    margin-top: 25px;
  }
  .md-margin-top--25 {
    margin-top: -25px;
  }
  .md-margin-top-26 {
    margin-top: 26px;
  }
  .md-margin-top--26 {
    margin-top: -26px;
  }
  .md-margin-top-27 {
    margin-top: 27px;
  }
  .md-margin-top--27 {
    margin-top: -27px;
  }
  .md-margin-top-28 {
    margin-top: 28px;
  }
  .md-margin-top--28 {
    margin-top: -28px;
  }
  .md-margin-top-29 {
    margin-top: 29px;
  }
  .md-margin-top--29 {
    margin-top: -29px;
  }
  .md-margin-top-30 {
    margin-top: 30px;
  }
  .md-margin-top--30 {
    margin-top: -30px;
  }
  .md-margin-top-31 {
    margin-top: 31px;
  }
  .md-margin-top--31 {
    margin-top: -31px;
  }
  .md-margin-top-32 {
    margin-top: 32px;
  }
  .md-margin-top--32 {
    margin-top: -32px;
  }
  .md-margin-top-33 {
    margin-top: 33px;
  }
  .md-margin-top--33 {
    margin-top: -33px;
  }
  .md-margin-top-34 {
    margin-top: 34px;
  }
  .md-margin-top--34 {
    margin-top: -34px;
  }
  .md-margin-top-35 {
    margin-top: 35px;
  }
  .md-margin-top--35 {
    margin-top: -35px;
  }
  .md-margin-top-36 {
    margin-top: 36px;
  }
  .md-margin-top--36 {
    margin-top: -36px;
  }
  .md-margin-top-37 {
    margin-top: 37px;
  }
  .md-margin-top--37 {
    margin-top: -37px;
  }
  .md-margin-top-38 {
    margin-top: 38px;
  }
  .md-margin-top--38 {
    margin-top: -38px;
  }
  .md-margin-top-39 {
    margin-top: 39px;
  }
  .md-margin-top--39 {
    margin-top: -39px;
  }
  .md-margin-top-40 {
    margin-top: 40px;
  }
  .md-margin-top--40 {
    margin-top: -40px;
  }
  .md-margin-top-41 {
    margin-top: 41px;
  }
  .md-margin-top--41 {
    margin-top: -41px;
  }
  .md-margin-top-42 {
    margin-top: 42px;
  }
  .md-margin-top--42 {
    margin-top: -42px;
  }
  .md-margin-top-43 {
    margin-top: 43px;
  }
  .md-margin-top--43 {
    margin-top: -43px;
  }
  .md-margin-top-44 {
    margin-top: 44px;
  }
  .md-margin-top--44 {
    margin-top: -44px;
  }
  .md-margin-top-45 {
    margin-top: 45px;
  }
  .md-margin-top--45 {
    margin-top: -45px;
  }
  .md-margin-top-46 {
    margin-top: 46px;
  }
  .md-margin-top--46 {
    margin-top: -46px;
  }
  .md-margin-top-47 {
    margin-top: 47px;
  }
  .md-margin-top--47 {
    margin-top: -47px;
  }
  .md-margin-top-48 {
    margin-top: 48px;
  }
  .md-margin-top--48 {
    margin-top: -48px;
  }
  .md-margin-top-49 {
    margin-top: 49px;
  }
  .md-margin-top--49 {
    margin-top: -49px;
  }
  .md-margin-top-50 {
    margin-top: 50px;
  }
  .md-margin-top--50 {
    margin-top: -50px;
  }
  .md-margin-top-51 {
    margin-top: 51px;
  }
  .md-margin-top--51 {
    margin-top: -51px;
  }
  .md-margin-top-52 {
    margin-top: 52px;
  }
  .md-margin-top--52 {
    margin-top: -52px;
  }
  .md-margin-top-53 {
    margin-top: 53px;
  }
  .md-margin-top--53 {
    margin-top: -53px;
  }
  .md-margin-top-54 {
    margin-top: 54px;
  }
  .md-margin-top--54 {
    margin-top: -54px;
  }
  .md-margin-top-55 {
    margin-top: 55px;
  }
  .md-margin-top--55 {
    margin-top: -55px;
  }
  .md-margin-top-56 {
    margin-top: 56px;
  }
  .md-margin-top--56 {
    margin-top: -56px;
  }
  .md-margin-top-57 {
    margin-top: 57px;
  }
  .md-margin-top--57 {
    margin-top: -57px;
  }
  .md-margin-top-58 {
    margin-top: 58px;
  }
  .md-margin-top--58 {
    margin-top: -58px;
  }
  .md-margin-top-59 {
    margin-top: 59px;
  }
  .md-margin-top--59 {
    margin-top: -59px;
  }
  .md-margin-top-60 {
    margin-top: 60px;
  }
  .md-margin-top--60 {
    margin-top: -60px;
  }
  .md-margin-top-61 {
    margin-top: 61px;
  }
  .md-margin-top--61 {
    margin-top: -61px;
  }
  .md-margin-top-62 {
    margin-top: 62px;
  }
  .md-margin-top--62 {
    margin-top: -62px;
  }
  .md-margin-top-63 {
    margin-top: 63px;
  }
  .md-margin-top--63 {
    margin-top: -63px;
  }
  .md-margin-top-64 {
    margin-top: 64px;
  }
  .md-margin-top--64 {
    margin-top: -64px;
  }
  .md-margin-top-65 {
    margin-top: 65px;
  }
  .md-margin-top--65 {
    margin-top: -65px;
  }
  .md-margin-top-66 {
    margin-top: 66px;
  }
  .md-margin-top--66 {
    margin-top: -66px;
  }
  .md-margin-top-67 {
    margin-top: 67px;
  }
  .md-margin-top--67 {
    margin-top: -67px;
  }
  .md-margin-top-68 {
    margin-top: 68px;
  }
  .md-margin-top--68 {
    margin-top: -68px;
  }
  .md-margin-top-69 {
    margin-top: 69px;
  }
  .md-margin-top--69 {
    margin-top: -69px;
  }
  .md-margin-top-70 {
    margin-top: 70px;
  }
  .md-margin-top--70 {
    margin-top: -70px;
  }
  .md-margin-top-71 {
    margin-top: 71px;
  }
  .md-margin-top--71 {
    margin-top: -71px;
  }
  .md-margin-top-72 {
    margin-top: 72px;
  }
  .md-margin-top--72 {
    margin-top: -72px;
  }
  .md-margin-top-73 {
    margin-top: 73px;
  }
  .md-margin-top--73 {
    margin-top: -73px;
  }
  .md-margin-top-74 {
    margin-top: 74px;
  }
  .md-margin-top--74 {
    margin-top: -74px;
  }
  .md-margin-top-75 {
    margin-top: 75px;
  }
  .md-margin-top--75 {
    margin-top: -75px;
  }
  .md-margin-top-76 {
    margin-top: 76px;
  }
  .md-margin-top--76 {
    margin-top: -76px;
  }
  .md-margin-top-77 {
    margin-top: 77px;
  }
  .md-margin-top--77 {
    margin-top: -77px;
  }
  .md-margin-top-78 {
    margin-top: 78px;
  }
  .md-margin-top--78 {
    margin-top: -78px;
  }
  .md-margin-top-79 {
    margin-top: 79px;
  }
  .md-margin-top--79 {
    margin-top: -79px;
  }
  .md-margin-top-80 {
    margin-top: 80px;
  }
  .md-margin-top--80 {
    margin-top: -80px;
  }
  .md-margin-top-81 {
    margin-top: 81px;
  }
  .md-margin-top--81 {
    margin-top: -81px;
  }
  .md-margin-top-82 {
    margin-top: 82px;
  }
  .md-margin-top--82 {
    margin-top: -82px;
  }
  .md-margin-top-83 {
    margin-top: 83px;
  }
  .md-margin-top--83 {
    margin-top: -83px;
  }
  .md-margin-top-84 {
    margin-top: 84px;
  }
  .md-margin-top--84 {
    margin-top: -84px;
  }
  .md-margin-top-85 {
    margin-top: 85px;
  }
  .md-margin-top--85 {
    margin-top: -85px;
  }
  .md-margin-top-86 {
    margin-top: 86px;
  }
  .md-margin-top--86 {
    margin-top: -86px;
  }
  .md-margin-top-87 {
    margin-top: 87px;
  }
  .md-margin-top--87 {
    margin-top: -87px;
  }
  .md-margin-top-88 {
    margin-top: 88px;
  }
  .md-margin-top--88 {
    margin-top: -88px;
  }
  .md-margin-top-89 {
    margin-top: 89px;
  }
  .md-margin-top--89 {
    margin-top: -89px;
  }
  .md-margin-top-90 {
    margin-top: 90px;
  }
  .md-margin-top--90 {
    margin-top: -90px;
  }
  .md-margin-top-91 {
    margin-top: 91px;
  }
  .md-margin-top--91 {
    margin-top: -91px;
  }
  .md-margin-top-92 {
    margin-top: 92px;
  }
  .md-margin-top--92 {
    margin-top: -92px;
  }
  .md-margin-top-93 {
    margin-top: 93px;
  }
  .md-margin-top--93 {
    margin-top: -93px;
  }
  .md-margin-top-94 {
    margin-top: 94px;
  }
  .md-margin-top--94 {
    margin-top: -94px;
  }
  .md-margin-top-95 {
    margin-top: 95px;
  }
  .md-margin-top--95 {
    margin-top: -95px;
  }
  .md-margin-top-96 {
    margin-top: 96px;
  }
  .md-margin-top--96 {
    margin-top: -96px;
  }
  .md-margin-top-97 {
    margin-top: 97px;
  }
  .md-margin-top--97 {
    margin-top: -97px;
  }
  .md-margin-top-98 {
    margin-top: 98px;
  }
  .md-margin-top--98 {
    margin-top: -98px;
  }
  .md-margin-top-99 {
    margin-top: 99px;
  }
  .md-margin-top--99 {
    margin-top: -99px;
  }
  .md-margin-top-100 {
    margin-top: 100px;
  }
  .md-margin-top--100 {
    margin-top: -100px;
  }
  .md-margin-left-0 {
    margin-left: 0px;
  }
  .md-margin-left--0 {
    margin-left: -0px;
  }
  .md-margin-left-1 {
    margin-left: 1px;
  }
  .md-margin-left--1 {
    margin-left: -1px;
  }
  .md-margin-left-2 {
    margin-left: 2px;
  }
  .md-margin-left--2 {
    margin-left: -2px;
  }
  .md-margin-left-3 {
    margin-left: 3px;
  }
  .md-margin-left--3 {
    margin-left: -3px;
  }
  .md-margin-left-4 {
    margin-left: 4px;
  }
  .md-margin-left--4 {
    margin-left: -4px;
  }
  .md-margin-left-5 {
    margin-left: 5px;
  }
  .md-margin-left--5 {
    margin-left: -5px;
  }
  .md-margin-left-6 {
    margin-left: 6px;
  }
  .md-margin-left--6 {
    margin-left: -6px;
  }
  .md-margin-left-7 {
    margin-left: 7px;
  }
  .md-margin-left--7 {
    margin-left: -7px;
  }
  .md-margin-left-8 {
    margin-left: 8px;
  }
  .md-margin-left--8 {
    margin-left: -8px;
  }
  .md-margin-left-9 {
    margin-left: 9px;
  }
  .md-margin-left--9 {
    margin-left: -9px;
  }
  .md-margin-left-10 {
    margin-left: 10px;
  }
  .md-margin-left--10 {
    margin-left: -10px;
  }
  .md-margin-left-11 {
    margin-left: 11px;
  }
  .md-margin-left--11 {
    margin-left: -11px;
  }
  .md-margin-left-12 {
    margin-left: 12px;
  }
  .md-margin-left--12 {
    margin-left: -12px;
  }
  .md-margin-left-13 {
    margin-left: 13px;
  }
  .md-margin-left--13 {
    margin-left: -13px;
  }
  .md-margin-left-14 {
    margin-left: 14px;
  }
  .md-margin-left--14 {
    margin-left: -14px;
  }
  .md-margin-left-15 {
    margin-left: 15px;
  }
  .md-margin-left--15 {
    margin-left: -15px;
  }
  .md-margin-left-16 {
    margin-left: 16px;
  }
  .md-margin-left--16 {
    margin-left: -16px;
  }
  .md-margin-left-17 {
    margin-left: 17px;
  }
  .md-margin-left--17 {
    margin-left: -17px;
  }
  .md-margin-left-18 {
    margin-left: 18px;
  }
  .md-margin-left--18 {
    margin-left: -18px;
  }
  .md-margin-left-19 {
    margin-left: 19px;
  }
  .md-margin-left--19 {
    margin-left: -19px;
  }
  .md-margin-left-20 {
    margin-left: 20px;
  }
  .md-margin-left--20 {
    margin-left: -20px;
  }
  .md-margin-left-21 {
    margin-left: 21px;
  }
  .md-margin-left--21 {
    margin-left: -21px;
  }
  .md-margin-left-22 {
    margin-left: 22px;
  }
  .md-margin-left--22 {
    margin-left: -22px;
  }
  .md-margin-left-23 {
    margin-left: 23px;
  }
  .md-margin-left--23 {
    margin-left: -23px;
  }
  .md-margin-left-24 {
    margin-left: 24px;
  }
  .md-margin-left--24 {
    margin-left: -24px;
  }
  .md-margin-left-25 {
    margin-left: 25px;
  }
  .md-margin-left--25 {
    margin-left: -25px;
  }
  .md-margin-left-26 {
    margin-left: 26px;
  }
  .md-margin-left--26 {
    margin-left: -26px;
  }
  .md-margin-left-27 {
    margin-left: 27px;
  }
  .md-margin-left--27 {
    margin-left: -27px;
  }
  .md-margin-left-28 {
    margin-left: 28px;
  }
  .md-margin-left--28 {
    margin-left: -28px;
  }
  .md-margin-left-29 {
    margin-left: 29px;
  }
  .md-margin-left--29 {
    margin-left: -29px;
  }
  .md-margin-left-30 {
    margin-left: 30px;
  }
  .md-margin-left--30 {
    margin-left: -30px;
  }
  .md-margin-left-31 {
    margin-left: 31px;
  }
  .md-margin-left--31 {
    margin-left: -31px;
  }
  .md-margin-left-32 {
    margin-left: 32px;
  }
  .md-margin-left--32 {
    margin-left: -32px;
  }
  .md-margin-left-33 {
    margin-left: 33px;
  }
  .md-margin-left--33 {
    margin-left: -33px;
  }
  .md-margin-left-34 {
    margin-left: 34px;
  }
  .md-margin-left--34 {
    margin-left: -34px;
  }
  .md-margin-left-35 {
    margin-left: 35px;
  }
  .md-margin-left--35 {
    margin-left: -35px;
  }
  .md-margin-left-36 {
    margin-left: 36px;
  }
  .md-margin-left--36 {
    margin-left: -36px;
  }
  .md-margin-left-37 {
    margin-left: 37px;
  }
  .md-margin-left--37 {
    margin-left: -37px;
  }
  .md-margin-left-38 {
    margin-left: 38px;
  }
  .md-margin-left--38 {
    margin-left: -38px;
  }
  .md-margin-left-39 {
    margin-left: 39px;
  }
  .md-margin-left--39 {
    margin-left: -39px;
  }
  .md-margin-left-40 {
    margin-left: 40px;
  }
  .md-margin-left--40 {
    margin-left: -40px;
  }
  .md-margin-left-41 {
    margin-left: 41px;
  }
  .md-margin-left--41 {
    margin-left: -41px;
  }
  .md-margin-left-42 {
    margin-left: 42px;
  }
  .md-margin-left--42 {
    margin-left: -42px;
  }
  .md-margin-left-43 {
    margin-left: 43px;
  }
  .md-margin-left--43 {
    margin-left: -43px;
  }
  .md-margin-left-44 {
    margin-left: 44px;
  }
  .md-margin-left--44 {
    margin-left: -44px;
  }
  .md-margin-left-45 {
    margin-left: 45px;
  }
  .md-margin-left--45 {
    margin-left: -45px;
  }
  .md-margin-left-46 {
    margin-left: 46px;
  }
  .md-margin-left--46 {
    margin-left: -46px;
  }
  .md-margin-left-47 {
    margin-left: 47px;
  }
  .md-margin-left--47 {
    margin-left: -47px;
  }
  .md-margin-left-48 {
    margin-left: 48px;
  }
  .md-margin-left--48 {
    margin-left: -48px;
  }
  .md-margin-left-49 {
    margin-left: 49px;
  }
  .md-margin-left--49 {
    margin-left: -49px;
  }
  .md-margin-left-50 {
    margin-left: 50px;
  }
  .md-margin-left--50 {
    margin-left: -50px;
  }
  .md-margin-left-51 {
    margin-left: 51px;
  }
  .md-margin-left--51 {
    margin-left: -51px;
  }
  .md-margin-left-52 {
    margin-left: 52px;
  }
  .md-margin-left--52 {
    margin-left: -52px;
  }
  .md-margin-left-53 {
    margin-left: 53px;
  }
  .md-margin-left--53 {
    margin-left: -53px;
  }
  .md-margin-left-54 {
    margin-left: 54px;
  }
  .md-margin-left--54 {
    margin-left: -54px;
  }
  .md-margin-left-55 {
    margin-left: 55px;
  }
  .md-margin-left--55 {
    margin-left: -55px;
  }
  .md-margin-left-56 {
    margin-left: 56px;
  }
  .md-margin-left--56 {
    margin-left: -56px;
  }
  .md-margin-left-57 {
    margin-left: 57px;
  }
  .md-margin-left--57 {
    margin-left: -57px;
  }
  .md-margin-left-58 {
    margin-left: 58px;
  }
  .md-margin-left--58 {
    margin-left: -58px;
  }
  .md-margin-left-59 {
    margin-left: 59px;
  }
  .md-margin-left--59 {
    margin-left: -59px;
  }
  .md-margin-left-60 {
    margin-left: 60px;
  }
  .md-margin-left--60 {
    margin-left: -60px;
  }
  .md-margin-left-61 {
    margin-left: 61px;
  }
  .md-margin-left--61 {
    margin-left: -61px;
  }
  .md-margin-left-62 {
    margin-left: 62px;
  }
  .md-margin-left--62 {
    margin-left: -62px;
  }
  .md-margin-left-63 {
    margin-left: 63px;
  }
  .md-margin-left--63 {
    margin-left: -63px;
  }
  .md-margin-left-64 {
    margin-left: 64px;
  }
  .md-margin-left--64 {
    margin-left: -64px;
  }
  .md-margin-left-65 {
    margin-left: 65px;
  }
  .md-margin-left--65 {
    margin-left: -65px;
  }
  .md-margin-left-66 {
    margin-left: 66px;
  }
  .md-margin-left--66 {
    margin-left: -66px;
  }
  .md-margin-left-67 {
    margin-left: 67px;
  }
  .md-margin-left--67 {
    margin-left: -67px;
  }
  .md-margin-left-68 {
    margin-left: 68px;
  }
  .md-margin-left--68 {
    margin-left: -68px;
  }
  .md-margin-left-69 {
    margin-left: 69px;
  }
  .md-margin-left--69 {
    margin-left: -69px;
  }
  .md-margin-left-70 {
    margin-left: 70px;
  }
  .md-margin-left--70 {
    margin-left: -70px;
  }
  .md-margin-left-71 {
    margin-left: 71px;
  }
  .md-margin-left--71 {
    margin-left: -71px;
  }
  .md-margin-left-72 {
    margin-left: 72px;
  }
  .md-margin-left--72 {
    margin-left: -72px;
  }
  .md-margin-left-73 {
    margin-left: 73px;
  }
  .md-margin-left--73 {
    margin-left: -73px;
  }
  .md-margin-left-74 {
    margin-left: 74px;
  }
  .md-margin-left--74 {
    margin-left: -74px;
  }
  .md-margin-left-75 {
    margin-left: 75px;
  }
  .md-margin-left--75 {
    margin-left: -75px;
  }
  .md-margin-left-76 {
    margin-left: 76px;
  }
  .md-margin-left--76 {
    margin-left: -76px;
  }
  .md-margin-left-77 {
    margin-left: 77px;
  }
  .md-margin-left--77 {
    margin-left: -77px;
  }
  .md-margin-left-78 {
    margin-left: 78px;
  }
  .md-margin-left--78 {
    margin-left: -78px;
  }
  .md-margin-left-79 {
    margin-left: 79px;
  }
  .md-margin-left--79 {
    margin-left: -79px;
  }
  .md-margin-left-80 {
    margin-left: 80px;
  }
  .md-margin-left--80 {
    margin-left: -80px;
  }
  .md-margin-left-81 {
    margin-left: 81px;
  }
  .md-margin-left--81 {
    margin-left: -81px;
  }
  .md-margin-left-82 {
    margin-left: 82px;
  }
  .md-margin-left--82 {
    margin-left: -82px;
  }
  .md-margin-left-83 {
    margin-left: 83px;
  }
  .md-margin-left--83 {
    margin-left: -83px;
  }
  .md-margin-left-84 {
    margin-left: 84px;
  }
  .md-margin-left--84 {
    margin-left: -84px;
  }
  .md-margin-left-85 {
    margin-left: 85px;
  }
  .md-margin-left--85 {
    margin-left: -85px;
  }
  .md-margin-left-86 {
    margin-left: 86px;
  }
  .md-margin-left--86 {
    margin-left: -86px;
  }
  .md-margin-left-87 {
    margin-left: 87px;
  }
  .md-margin-left--87 {
    margin-left: -87px;
  }
  .md-margin-left-88 {
    margin-left: 88px;
  }
  .md-margin-left--88 {
    margin-left: -88px;
  }
  .md-margin-left-89 {
    margin-left: 89px;
  }
  .md-margin-left--89 {
    margin-left: -89px;
  }
  .md-margin-left-90 {
    margin-left: 90px;
  }
  .md-margin-left--90 {
    margin-left: -90px;
  }
  .md-margin-left-91 {
    margin-left: 91px;
  }
  .md-margin-left--91 {
    margin-left: -91px;
  }
  .md-margin-left-92 {
    margin-left: 92px;
  }
  .md-margin-left--92 {
    margin-left: -92px;
  }
  .md-margin-left-93 {
    margin-left: 93px;
  }
  .md-margin-left--93 {
    margin-left: -93px;
  }
  .md-margin-left-94 {
    margin-left: 94px;
  }
  .md-margin-left--94 {
    margin-left: -94px;
  }
  .md-margin-left-95 {
    margin-left: 95px;
  }
  .md-margin-left--95 {
    margin-left: -95px;
  }
  .md-margin-left-96 {
    margin-left: 96px;
  }
  .md-margin-left--96 {
    margin-left: -96px;
  }
  .md-margin-left-97 {
    margin-left: 97px;
  }
  .md-margin-left--97 {
    margin-left: -97px;
  }
  .md-margin-left-98 {
    margin-left: 98px;
  }
  .md-margin-left--98 {
    margin-left: -98px;
  }
  .md-margin-left-99 {
    margin-left: 99px;
  }
  .md-margin-left--99 {
    margin-left: -99px;
  }
  .md-margin-left-100 {
    margin-left: 100px;
  }
  .md-margin-left--100 {
    margin-left: -100px;
  }
  .md-margin-right-0 {
    margin-right: 0px;
  }
  .md-margin-right--0 {
    margin-right: -0px;
  }
  .md-margin-right-1 {
    margin-right: 1px;
  }
  .md-margin-right--1 {
    margin-right: -1px;
  }
  .md-margin-right-2 {
    margin-right: 2px;
  }
  .md-margin-right--2 {
    margin-right: -2px;
  }
  .md-margin-right-3 {
    margin-right: 3px;
  }
  .md-margin-right--3 {
    margin-right: -3px;
  }
  .md-margin-right-4 {
    margin-right: 4px;
  }
  .md-margin-right--4 {
    margin-right: -4px;
  }
  .md-margin-right-5 {
    margin-right: 5px;
  }
  .md-margin-right--5 {
    margin-right: -5px;
  }
  .md-margin-right-6 {
    margin-right: 6px;
  }
  .md-margin-right--6 {
    margin-right: -6px;
  }
  .md-margin-right-7 {
    margin-right: 7px;
  }
  .md-margin-right--7 {
    margin-right: -7px;
  }
  .md-margin-right-8 {
    margin-right: 8px;
  }
  .md-margin-right--8 {
    margin-right: -8px;
  }
  .md-margin-right-9 {
    margin-right: 9px;
  }
  .md-margin-right--9 {
    margin-right: -9px;
  }
  .md-margin-right-10 {
    margin-right: 10px;
  }
  .md-margin-right--10 {
    margin-right: -10px;
  }
  .md-margin-right-11 {
    margin-right: 11px;
  }
  .md-margin-right--11 {
    margin-right: -11px;
  }
  .md-margin-right-12 {
    margin-right: 12px;
  }
  .md-margin-right--12 {
    margin-right: -12px;
  }
  .md-margin-right-13 {
    margin-right: 13px;
  }
  .md-margin-right--13 {
    margin-right: -13px;
  }
  .md-margin-right-14 {
    margin-right: 14px;
  }
  .md-margin-right--14 {
    margin-right: -14px;
  }
  .md-margin-right-15 {
    margin-right: 15px;
  }
  .md-margin-right--15 {
    margin-right: -15px;
  }
  .md-margin-right-16 {
    margin-right: 16px;
  }
  .md-margin-right--16 {
    margin-right: -16px;
  }
  .md-margin-right-17 {
    margin-right: 17px;
  }
  .md-margin-right--17 {
    margin-right: -17px;
  }
  .md-margin-right-18 {
    margin-right: 18px;
  }
  .md-margin-right--18 {
    margin-right: -18px;
  }
  .md-margin-right-19 {
    margin-right: 19px;
  }
  .md-margin-right--19 {
    margin-right: -19px;
  }
  .md-margin-right-20 {
    margin-right: 20px;
  }
  .md-margin-right--20 {
    margin-right: -20px;
  }
  .md-margin-right-21 {
    margin-right: 21px;
  }
  .md-margin-right--21 {
    margin-right: -21px;
  }
  .md-margin-right-22 {
    margin-right: 22px;
  }
  .md-margin-right--22 {
    margin-right: -22px;
  }
  .md-margin-right-23 {
    margin-right: 23px;
  }
  .md-margin-right--23 {
    margin-right: -23px;
  }
  .md-margin-right-24 {
    margin-right: 24px;
  }
  .md-margin-right--24 {
    margin-right: -24px;
  }
  .md-margin-right-25 {
    margin-right: 25px;
  }
  .md-margin-right--25 {
    margin-right: -25px;
  }
  .md-margin-right-26 {
    margin-right: 26px;
  }
  .md-margin-right--26 {
    margin-right: -26px;
  }
  .md-margin-right-27 {
    margin-right: 27px;
  }
  .md-margin-right--27 {
    margin-right: -27px;
  }
  .md-margin-right-28 {
    margin-right: 28px;
  }
  .md-margin-right--28 {
    margin-right: -28px;
  }
  .md-margin-right-29 {
    margin-right: 29px;
  }
  .md-margin-right--29 {
    margin-right: -29px;
  }
  .md-margin-right-30 {
    margin-right: 30px;
  }
  .md-margin-right--30 {
    margin-right: -30px;
  }
  .md-margin-right-31 {
    margin-right: 31px;
  }
  .md-margin-right--31 {
    margin-right: -31px;
  }
  .md-margin-right-32 {
    margin-right: 32px;
  }
  .md-margin-right--32 {
    margin-right: -32px;
  }
  .md-margin-right-33 {
    margin-right: 33px;
  }
  .md-margin-right--33 {
    margin-right: -33px;
  }
  .md-margin-right-34 {
    margin-right: 34px;
  }
  .md-margin-right--34 {
    margin-right: -34px;
  }
  .md-margin-right-35 {
    margin-right: 35px;
  }
  .md-margin-right--35 {
    margin-right: -35px;
  }
  .md-margin-right-36 {
    margin-right: 36px;
  }
  .md-margin-right--36 {
    margin-right: -36px;
  }
  .md-margin-right-37 {
    margin-right: 37px;
  }
  .md-margin-right--37 {
    margin-right: -37px;
  }
  .md-margin-right-38 {
    margin-right: 38px;
  }
  .md-margin-right--38 {
    margin-right: -38px;
  }
  .md-margin-right-39 {
    margin-right: 39px;
  }
  .md-margin-right--39 {
    margin-right: -39px;
  }
  .md-margin-right-40 {
    margin-right: 40px;
  }
  .md-margin-right--40 {
    margin-right: -40px;
  }
  .md-margin-right-41 {
    margin-right: 41px;
  }
  .md-margin-right--41 {
    margin-right: -41px;
  }
  .md-margin-right-42 {
    margin-right: 42px;
  }
  .md-margin-right--42 {
    margin-right: -42px;
  }
  .md-margin-right-43 {
    margin-right: 43px;
  }
  .md-margin-right--43 {
    margin-right: -43px;
  }
  .md-margin-right-44 {
    margin-right: 44px;
  }
  .md-margin-right--44 {
    margin-right: -44px;
  }
  .md-margin-right-45 {
    margin-right: 45px;
  }
  .md-margin-right--45 {
    margin-right: -45px;
  }
  .md-margin-right-46 {
    margin-right: 46px;
  }
  .md-margin-right--46 {
    margin-right: -46px;
  }
  .md-margin-right-47 {
    margin-right: 47px;
  }
  .md-margin-right--47 {
    margin-right: -47px;
  }
  .md-margin-right-48 {
    margin-right: 48px;
  }
  .md-margin-right--48 {
    margin-right: -48px;
  }
  .md-margin-right-49 {
    margin-right: 49px;
  }
  .md-margin-right--49 {
    margin-right: -49px;
  }
  .md-margin-right-50 {
    margin-right: 50px;
  }
  .md-margin-right--50 {
    margin-right: -50px;
  }
  .md-margin-right-51 {
    margin-right: 51px;
  }
  .md-margin-right--51 {
    margin-right: -51px;
  }
  .md-margin-right-52 {
    margin-right: 52px;
  }
  .md-margin-right--52 {
    margin-right: -52px;
  }
  .md-margin-right-53 {
    margin-right: 53px;
  }
  .md-margin-right--53 {
    margin-right: -53px;
  }
  .md-margin-right-54 {
    margin-right: 54px;
  }
  .md-margin-right--54 {
    margin-right: -54px;
  }
  .md-margin-right-55 {
    margin-right: 55px;
  }
  .md-margin-right--55 {
    margin-right: -55px;
  }
  .md-margin-right-56 {
    margin-right: 56px;
  }
  .md-margin-right--56 {
    margin-right: -56px;
  }
  .md-margin-right-57 {
    margin-right: 57px;
  }
  .md-margin-right--57 {
    margin-right: -57px;
  }
  .md-margin-right-58 {
    margin-right: 58px;
  }
  .md-margin-right--58 {
    margin-right: -58px;
  }
  .md-margin-right-59 {
    margin-right: 59px;
  }
  .md-margin-right--59 {
    margin-right: -59px;
  }
  .md-margin-right-60 {
    margin-right: 60px;
  }
  .md-margin-right--60 {
    margin-right: -60px;
  }
  .md-margin-right-61 {
    margin-right: 61px;
  }
  .md-margin-right--61 {
    margin-right: -61px;
  }
  .md-margin-right-62 {
    margin-right: 62px;
  }
  .md-margin-right--62 {
    margin-right: -62px;
  }
  .md-margin-right-63 {
    margin-right: 63px;
  }
  .md-margin-right--63 {
    margin-right: -63px;
  }
  .md-margin-right-64 {
    margin-right: 64px;
  }
  .md-margin-right--64 {
    margin-right: -64px;
  }
  .md-margin-right-65 {
    margin-right: 65px;
  }
  .md-margin-right--65 {
    margin-right: -65px;
  }
  .md-margin-right-66 {
    margin-right: 66px;
  }
  .md-margin-right--66 {
    margin-right: -66px;
  }
  .md-margin-right-67 {
    margin-right: 67px;
  }
  .md-margin-right--67 {
    margin-right: -67px;
  }
  .md-margin-right-68 {
    margin-right: 68px;
  }
  .md-margin-right--68 {
    margin-right: -68px;
  }
  .md-margin-right-69 {
    margin-right: 69px;
  }
  .md-margin-right--69 {
    margin-right: -69px;
  }
  .md-margin-right-70 {
    margin-right: 70px;
  }
  .md-margin-right--70 {
    margin-right: -70px;
  }
  .md-margin-right-71 {
    margin-right: 71px;
  }
  .md-margin-right--71 {
    margin-right: -71px;
  }
  .md-margin-right-72 {
    margin-right: 72px;
  }
  .md-margin-right--72 {
    margin-right: -72px;
  }
  .md-margin-right-73 {
    margin-right: 73px;
  }
  .md-margin-right--73 {
    margin-right: -73px;
  }
  .md-margin-right-74 {
    margin-right: 74px;
  }
  .md-margin-right--74 {
    margin-right: -74px;
  }
  .md-margin-right-75 {
    margin-right: 75px;
  }
  .md-margin-right--75 {
    margin-right: -75px;
  }
  .md-margin-right-76 {
    margin-right: 76px;
  }
  .md-margin-right--76 {
    margin-right: -76px;
  }
  .md-margin-right-77 {
    margin-right: 77px;
  }
  .md-margin-right--77 {
    margin-right: -77px;
  }
  .md-margin-right-78 {
    margin-right: 78px;
  }
  .md-margin-right--78 {
    margin-right: -78px;
  }
  .md-margin-right-79 {
    margin-right: 79px;
  }
  .md-margin-right--79 {
    margin-right: -79px;
  }
  .md-margin-right-80 {
    margin-right: 80px;
  }
  .md-margin-right--80 {
    margin-right: -80px;
  }
  .md-margin-right-81 {
    margin-right: 81px;
  }
  .md-margin-right--81 {
    margin-right: -81px;
  }
  .md-margin-right-82 {
    margin-right: 82px;
  }
  .md-margin-right--82 {
    margin-right: -82px;
  }
  .md-margin-right-83 {
    margin-right: 83px;
  }
  .md-margin-right--83 {
    margin-right: -83px;
  }
  .md-margin-right-84 {
    margin-right: 84px;
  }
  .md-margin-right--84 {
    margin-right: -84px;
  }
  .md-margin-right-85 {
    margin-right: 85px;
  }
  .md-margin-right--85 {
    margin-right: -85px;
  }
  .md-margin-right-86 {
    margin-right: 86px;
  }
  .md-margin-right--86 {
    margin-right: -86px;
  }
  .md-margin-right-87 {
    margin-right: 87px;
  }
  .md-margin-right--87 {
    margin-right: -87px;
  }
  .md-margin-right-88 {
    margin-right: 88px;
  }
  .md-margin-right--88 {
    margin-right: -88px;
  }
  .md-margin-right-89 {
    margin-right: 89px;
  }
  .md-margin-right--89 {
    margin-right: -89px;
  }
  .md-margin-right-90 {
    margin-right: 90px;
  }
  .md-margin-right--90 {
    margin-right: -90px;
  }
  .md-margin-right-91 {
    margin-right: 91px;
  }
  .md-margin-right--91 {
    margin-right: -91px;
  }
  .md-margin-right-92 {
    margin-right: 92px;
  }
  .md-margin-right--92 {
    margin-right: -92px;
  }
  .md-margin-right-93 {
    margin-right: 93px;
  }
  .md-margin-right--93 {
    margin-right: -93px;
  }
  .md-margin-right-94 {
    margin-right: 94px;
  }
  .md-margin-right--94 {
    margin-right: -94px;
  }
  .md-margin-right-95 {
    margin-right: 95px;
  }
  .md-margin-right--95 {
    margin-right: -95px;
  }
  .md-margin-right-96 {
    margin-right: 96px;
  }
  .md-margin-right--96 {
    margin-right: -96px;
  }
  .md-margin-right-97 {
    margin-right: 97px;
  }
  .md-margin-right--97 {
    margin-right: -97px;
  }
  .md-margin-right-98 {
    margin-right: 98px;
  }
  .md-margin-right--98 {
    margin-right: -98px;
  }
  .md-margin-right-99 {
    margin-right: 99px;
  }
  .md-margin-right--99 {
    margin-right: -99px;
  }
  .md-margin-right-100 {
    margin-right: 100px;
  }
  .md-margin-right--100 {
    margin-right: -100px;
  }
  .md-margin-bottom-0 {
    margin-bottom: 0px;
  }
  .md-margin-bottom--0 {
    margin-bottom: -0px;
  }
  .md-margin-bottom-1 {
    margin-bottom: 1px;
  }
  .md-margin-bottom--1 {
    margin-bottom: -1px;
  }
  .md-margin-bottom-2 {
    margin-bottom: 2px;
  }
  .md-margin-bottom--2 {
    margin-bottom: -2px;
  }
  .md-margin-bottom-3 {
    margin-bottom: 3px;
  }
  .md-margin-bottom--3 {
    margin-bottom: -3px;
  }
  .md-margin-bottom-4 {
    margin-bottom: 4px;
  }
  .md-margin-bottom--4 {
    margin-bottom: -4px;
  }
  .md-margin-bottom-5 {
    margin-bottom: 5px;
  }
  .md-margin-bottom--5 {
    margin-bottom: -5px;
  }
  .md-margin-bottom-6 {
    margin-bottom: 6px;
  }
  .md-margin-bottom--6 {
    margin-bottom: -6px;
  }
  .md-margin-bottom-7 {
    margin-bottom: 7px;
  }
  .md-margin-bottom--7 {
    margin-bottom: -7px;
  }
  .md-margin-bottom-8 {
    margin-bottom: 8px;
  }
  .md-margin-bottom--8 {
    margin-bottom: -8px;
  }
  .md-margin-bottom-9 {
    margin-bottom: 9px;
  }
  .md-margin-bottom--9 {
    margin-bottom: -9px;
  }
  .md-margin-bottom-10 {
    margin-bottom: 10px;
  }
  .md-margin-bottom--10 {
    margin-bottom: -10px;
  }
  .md-margin-bottom-11 {
    margin-bottom: 11px;
  }
  .md-margin-bottom--11 {
    margin-bottom: -11px;
  }
  .md-margin-bottom-12 {
    margin-bottom: 12px;
  }
  .md-margin-bottom--12 {
    margin-bottom: -12px;
  }
  .md-margin-bottom-13 {
    margin-bottom: 13px;
  }
  .md-margin-bottom--13 {
    margin-bottom: -13px;
  }
  .md-margin-bottom-14 {
    margin-bottom: 14px;
  }
  .md-margin-bottom--14 {
    margin-bottom: -14px;
  }
  .md-margin-bottom-15 {
    margin-bottom: 15px;
  }
  .md-margin-bottom--15 {
    margin-bottom: -15px;
  }
  .md-margin-bottom-16 {
    margin-bottom: 16px;
  }
  .md-margin-bottom--16 {
    margin-bottom: -16px;
  }
  .md-margin-bottom-17 {
    margin-bottom: 17px;
  }
  .md-margin-bottom--17 {
    margin-bottom: -17px;
  }
  .md-margin-bottom-18 {
    margin-bottom: 18px;
  }
  .md-margin-bottom--18 {
    margin-bottom: -18px;
  }
  .md-margin-bottom-19 {
    margin-bottom: 19px;
  }
  .md-margin-bottom--19 {
    margin-bottom: -19px;
  }
  .md-margin-bottom-20 {
    margin-bottom: 20px;
  }
  .md-margin-bottom--20 {
    margin-bottom: -20px;
  }
  .md-margin-bottom-21 {
    margin-bottom: 21px;
  }
  .md-margin-bottom--21 {
    margin-bottom: -21px;
  }
  .md-margin-bottom-22 {
    margin-bottom: 22px;
  }
  .md-margin-bottom--22 {
    margin-bottom: -22px;
  }
  .md-margin-bottom-23 {
    margin-bottom: 23px;
  }
  .md-margin-bottom--23 {
    margin-bottom: -23px;
  }
  .md-margin-bottom-24 {
    margin-bottom: 24px;
  }
  .md-margin-bottom--24 {
    margin-bottom: -24px;
  }
  .md-margin-bottom-25 {
    margin-bottom: 25px;
  }
  .md-margin-bottom--25 {
    margin-bottom: -25px;
  }
  .md-margin-bottom-26 {
    margin-bottom: 26px;
  }
  .md-margin-bottom--26 {
    margin-bottom: -26px;
  }
  .md-margin-bottom-27 {
    margin-bottom: 27px;
  }
  .md-margin-bottom--27 {
    margin-bottom: -27px;
  }
  .md-margin-bottom-28 {
    margin-bottom: 28px;
  }
  .md-margin-bottom--28 {
    margin-bottom: -28px;
  }
  .md-margin-bottom-29 {
    margin-bottom: 29px;
  }
  .md-margin-bottom--29 {
    margin-bottom: -29px;
  }
  .md-margin-bottom-30 {
    margin-bottom: 30px;
  }
  .md-margin-bottom--30 {
    margin-bottom: -30px;
  }
  .md-margin-bottom-31 {
    margin-bottom: 31px;
  }
  .md-margin-bottom--31 {
    margin-bottom: -31px;
  }
  .md-margin-bottom-32 {
    margin-bottom: 32px;
  }
  .md-margin-bottom--32 {
    margin-bottom: -32px;
  }
  .md-margin-bottom-33 {
    margin-bottom: 33px;
  }
  .md-margin-bottom--33 {
    margin-bottom: -33px;
  }
  .md-margin-bottom-34 {
    margin-bottom: 34px;
  }
  .md-margin-bottom--34 {
    margin-bottom: -34px;
  }
  .md-margin-bottom-35 {
    margin-bottom: 35px;
  }
  .md-margin-bottom--35 {
    margin-bottom: -35px;
  }
  .md-margin-bottom-36 {
    margin-bottom: 36px;
  }
  .md-margin-bottom--36 {
    margin-bottom: -36px;
  }
  .md-margin-bottom-37 {
    margin-bottom: 37px;
  }
  .md-margin-bottom--37 {
    margin-bottom: -37px;
  }
  .md-margin-bottom-38 {
    margin-bottom: 38px;
  }
  .md-margin-bottom--38 {
    margin-bottom: -38px;
  }
  .md-margin-bottom-39 {
    margin-bottom: 39px;
  }
  .md-margin-bottom--39 {
    margin-bottom: -39px;
  }
  .md-margin-bottom-40 {
    margin-bottom: 40px;
  }
  .md-margin-bottom--40 {
    margin-bottom: -40px;
  }
  .md-margin-bottom-41 {
    margin-bottom: 41px;
  }
  .md-margin-bottom--41 {
    margin-bottom: -41px;
  }
  .md-margin-bottom-42 {
    margin-bottom: 42px;
  }
  .md-margin-bottom--42 {
    margin-bottom: -42px;
  }
  .md-margin-bottom-43 {
    margin-bottom: 43px;
  }
  .md-margin-bottom--43 {
    margin-bottom: -43px;
  }
  .md-margin-bottom-44 {
    margin-bottom: 44px;
  }
  .md-margin-bottom--44 {
    margin-bottom: -44px;
  }
  .md-margin-bottom-45 {
    margin-bottom: 45px;
  }
  .md-margin-bottom--45 {
    margin-bottom: -45px;
  }
  .md-margin-bottom-46 {
    margin-bottom: 46px;
  }
  .md-margin-bottom--46 {
    margin-bottom: -46px;
  }
  .md-margin-bottom-47 {
    margin-bottom: 47px;
  }
  .md-margin-bottom--47 {
    margin-bottom: -47px;
  }
  .md-margin-bottom-48 {
    margin-bottom: 48px;
  }
  .md-margin-bottom--48 {
    margin-bottom: -48px;
  }
  .md-margin-bottom-49 {
    margin-bottom: 49px;
  }
  .md-margin-bottom--49 {
    margin-bottom: -49px;
  }
  .md-margin-bottom-50 {
    margin-bottom: 50px;
  }
  .md-margin-bottom--50 {
    margin-bottom: -50px;
  }
  .md-margin-bottom-51 {
    margin-bottom: 51px;
  }
  .md-margin-bottom--51 {
    margin-bottom: -51px;
  }
  .md-margin-bottom-52 {
    margin-bottom: 52px;
  }
  .md-margin-bottom--52 {
    margin-bottom: -52px;
  }
  .md-margin-bottom-53 {
    margin-bottom: 53px;
  }
  .md-margin-bottom--53 {
    margin-bottom: -53px;
  }
  .md-margin-bottom-54 {
    margin-bottom: 54px;
  }
  .md-margin-bottom--54 {
    margin-bottom: -54px;
  }
  .md-margin-bottom-55 {
    margin-bottom: 55px;
  }
  .md-margin-bottom--55 {
    margin-bottom: -55px;
  }
  .md-margin-bottom-56 {
    margin-bottom: 56px;
  }
  .md-margin-bottom--56 {
    margin-bottom: -56px;
  }
  .md-margin-bottom-57 {
    margin-bottom: 57px;
  }
  .md-margin-bottom--57 {
    margin-bottom: -57px;
  }
  .md-margin-bottom-58 {
    margin-bottom: 58px;
  }
  .md-margin-bottom--58 {
    margin-bottom: -58px;
  }
  .md-margin-bottom-59 {
    margin-bottom: 59px;
  }
  .md-margin-bottom--59 {
    margin-bottom: -59px;
  }
  .md-margin-bottom-60 {
    margin-bottom: 60px;
  }
  .md-margin-bottom--60 {
    margin-bottom: -60px;
  }
  .md-margin-bottom-61 {
    margin-bottom: 61px;
  }
  .md-margin-bottom--61 {
    margin-bottom: -61px;
  }
  .md-margin-bottom-62 {
    margin-bottom: 62px;
  }
  .md-margin-bottom--62 {
    margin-bottom: -62px;
  }
  .md-margin-bottom-63 {
    margin-bottom: 63px;
  }
  .md-margin-bottom--63 {
    margin-bottom: -63px;
  }
  .md-margin-bottom-64 {
    margin-bottom: 64px;
  }
  .md-margin-bottom--64 {
    margin-bottom: -64px;
  }
  .md-margin-bottom-65 {
    margin-bottom: 65px;
  }
  .md-margin-bottom--65 {
    margin-bottom: -65px;
  }
  .md-margin-bottom-66 {
    margin-bottom: 66px;
  }
  .md-margin-bottom--66 {
    margin-bottom: -66px;
  }
  .md-margin-bottom-67 {
    margin-bottom: 67px;
  }
  .md-margin-bottom--67 {
    margin-bottom: -67px;
  }
  .md-margin-bottom-68 {
    margin-bottom: 68px;
  }
  .md-margin-bottom--68 {
    margin-bottom: -68px;
  }
  .md-margin-bottom-69 {
    margin-bottom: 69px;
  }
  .md-margin-bottom--69 {
    margin-bottom: -69px;
  }
  .md-margin-bottom-70 {
    margin-bottom: 70px;
  }
  .md-margin-bottom--70 {
    margin-bottom: -70px;
  }
  .md-margin-bottom-71 {
    margin-bottom: 71px;
  }
  .md-margin-bottom--71 {
    margin-bottom: -71px;
  }
  .md-margin-bottom-72 {
    margin-bottom: 72px;
  }
  .md-margin-bottom--72 {
    margin-bottom: -72px;
  }
  .md-margin-bottom-73 {
    margin-bottom: 73px;
  }
  .md-margin-bottom--73 {
    margin-bottom: -73px;
  }
  .md-margin-bottom-74 {
    margin-bottom: 74px;
  }
  .md-margin-bottom--74 {
    margin-bottom: -74px;
  }
  .md-margin-bottom-75 {
    margin-bottom: 75px;
  }
  .md-margin-bottom--75 {
    margin-bottom: -75px;
  }
  .md-margin-bottom-76 {
    margin-bottom: 76px;
  }
  .md-margin-bottom--76 {
    margin-bottom: -76px;
  }
  .md-margin-bottom-77 {
    margin-bottom: 77px;
  }
  .md-margin-bottom--77 {
    margin-bottom: -77px;
  }
  .md-margin-bottom-78 {
    margin-bottom: 78px;
  }
  .md-margin-bottom--78 {
    margin-bottom: -78px;
  }
  .md-margin-bottom-79 {
    margin-bottom: 79px;
  }
  .md-margin-bottom--79 {
    margin-bottom: -79px;
  }
  .md-margin-bottom-80 {
    margin-bottom: 80px;
  }
  .md-margin-bottom--80 {
    margin-bottom: -80px;
  }
  .md-margin-bottom-81 {
    margin-bottom: 81px;
  }
  .md-margin-bottom--81 {
    margin-bottom: -81px;
  }
  .md-margin-bottom-82 {
    margin-bottom: 82px;
  }
  .md-margin-bottom--82 {
    margin-bottom: -82px;
  }
  .md-margin-bottom-83 {
    margin-bottom: 83px;
  }
  .md-margin-bottom--83 {
    margin-bottom: -83px;
  }
  .md-margin-bottom-84 {
    margin-bottom: 84px;
  }
  .md-margin-bottom--84 {
    margin-bottom: -84px;
  }
  .md-margin-bottom-85 {
    margin-bottom: 85px;
  }
  .md-margin-bottom--85 {
    margin-bottom: -85px;
  }
  .md-margin-bottom-86 {
    margin-bottom: 86px;
  }
  .md-margin-bottom--86 {
    margin-bottom: -86px;
  }
  .md-margin-bottom-87 {
    margin-bottom: 87px;
  }
  .md-margin-bottom--87 {
    margin-bottom: -87px;
  }
  .md-margin-bottom-88 {
    margin-bottom: 88px;
  }
  .md-margin-bottom--88 {
    margin-bottom: -88px;
  }
  .md-margin-bottom-89 {
    margin-bottom: 89px;
  }
  .md-margin-bottom--89 {
    margin-bottom: -89px;
  }
  .md-margin-bottom-90 {
    margin-bottom: 90px;
  }
  .md-margin-bottom--90 {
    margin-bottom: -90px;
  }
  .md-margin-bottom-91 {
    margin-bottom: 91px;
  }
  .md-margin-bottom--91 {
    margin-bottom: -91px;
  }
  .md-margin-bottom-92 {
    margin-bottom: 92px;
  }
  .md-margin-bottom--92 {
    margin-bottom: -92px;
  }
  .md-margin-bottom-93 {
    margin-bottom: 93px;
  }
  .md-margin-bottom--93 {
    margin-bottom: -93px;
  }
  .md-margin-bottom-94 {
    margin-bottom: 94px;
  }
  .md-margin-bottom--94 {
    margin-bottom: -94px;
  }
  .md-margin-bottom-95 {
    margin-bottom: 95px;
  }
  .md-margin-bottom--95 {
    margin-bottom: -95px;
  }
  .md-margin-bottom-96 {
    margin-bottom: 96px;
  }
  .md-margin-bottom--96 {
    margin-bottom: -96px;
  }
  .md-margin-bottom-97 {
    margin-bottom: 97px;
  }
  .md-margin-bottom--97 {
    margin-bottom: -97px;
  }
  .md-margin-bottom-98 {
    margin-bottom: 98px;
  }
  .md-margin-bottom--98 {
    margin-bottom: -98px;
  }
  .md-margin-bottom-99 {
    margin-bottom: 99px;
  }
  .md-margin-bottom--99 {
    margin-bottom: -99px;
  }
  .md-margin-bottom-100 {
    margin-bottom: 100px;
  }
  .md-margin-bottom--100 {
    margin-bottom: -100px;
  }

  .md-padding-0 {
    md-padding: 0px;
  }
  .md-padding-1 {
    md-padding: 1px;
  }
  .md-padding-2 {
    md-padding: 2px;
  }
  .md-padding-3 {
    md-padding: 3px;
  }
  .md-padding-4 {
    md-padding: 4px;
  }
  .md-padding-5 {
    md-padding: 5px;
  }
  .md-padding-6 {
    md-padding: 6px;
  }
  .md-padding-7 {
    md-padding: 7px;
  }
  .md-padding-8 {
    md-padding: 8px;
  }
  .md-padding-9 {
    md-padding: 9px;
  }
  .md-padding-10 {
    md-padding: 10px;
  }
  .md-padding-11 {
    md-padding: 11px;
  }
  .md-padding-12 {
    md-padding: 12px;
  }
  .md-padding-13 {
    md-padding: 13px;
  }
  .md-padding-14 {
    md-padding: 14px;
  }
  .md-padding-15 {
    md-padding: 15px;
  }
  .md-padding-16 {
    md-padding: 16px;
  }
  .md-padding-17 {
    md-padding: 17px;
  }
  .md-padding-18 {
    md-padding: 18px;
  }
  .md-padding-19 {
    md-padding: 19px;
  }
  .md-padding-20 {
    md-padding: 20px;
  }
  .md-padding-21 {
    md-padding: 21px;
  }
  .md-padding-22 {
    md-padding: 22px;
  }
  .md-padding-23 {
    md-padding: 23px;
  }
  .md-padding-24 {
    md-padding: 24px;
  }
  .md-padding-25 {
    md-padding: 25px;
  }
  .md-padding-26 {
    md-padding: 26px;
  }
  .md-padding-27 {
    md-padding: 27px;
  }
  .md-padding-28 {
    md-padding: 28px;
  }
  .md-padding-29 {
    md-padding: 29px;
  }
  .md-padding-30 {
    md-padding: 30px;
  }
  .md-padding-31 {
    md-padding: 31px;
  }
  .md-padding-32 {
    md-padding: 32px;
  }
  .md-padding-33 {
    md-padding: 33px;
  }
  .md-padding-34 {
    md-padding: 34px;
  }
  .md-padding-35 {
    md-padding: 35px;
  }
  .md-padding-36 {
    md-padding: 36px;
  }
  .md-padding-37 {
    md-padding: 37px;
  }
  .md-padding-38 {
    md-padding: 38px;
  }
  .md-padding-39 {
    md-padding: 39px;
  }
  .md-padding-40 {
    md-padding: 40px;
  }
  .md-padding-41 {
    md-padding: 41px;
  }
  .md-padding-42 {
    md-padding: 42px;
  }
  .md-padding-43 {
    md-padding: 43px;
  }
  .md-padding-44 {
    md-padding: 44px;
  }
  .md-padding-45 {
    md-padding: 45px;
  }
  .md-padding-46 {
    md-padding: 46px;
  }
  .md-padding-47 {
    md-padding: 47px;
  }
  .md-padding-48 {
    md-padding: 48px;
  }
  .md-padding-49 {
    md-padding: 49px;
  }
  .md-padding-50 {
    md-padding: 50px;
  }
  .md-padding-51 {
    md-padding: 51px;
  }
  .md-padding-52 {
    md-padding: 52px;
  }
  .md-padding-53 {
    md-padding: 53px;
  }
  .md-padding-54 {
    md-padding: 54px;
  }
  .md-padding-55 {
    md-padding: 55px;
  }
  .md-padding-56 {
    md-padding: 56px;
  }
  .md-padding-57 {
    md-padding: 57px;
  }
  .md-padding-58 {
    md-padding: 58px;
  }
  .md-padding-59 {
    md-padding: 59px;
  }
  .md-padding-60 {
    md-padding: 60px;
  }
  .md-padding-61 {
    md-padding: 61px;
  }
  .md-padding-62 {
    md-padding: 62px;
  }
  .md-padding-63 {
    md-padding: 63px;
  }
  .md-padding-64 {
    md-padding: 64px;
  }
  .md-padding-65 {
    md-padding: 65px;
  }
  .md-padding-66 {
    md-padding: 66px;
  }
  .md-padding-67 {
    md-padding: 67px;
  }
  .md-padding-68 {
    md-padding: 68px;
  }
  .md-padding-69 {
    md-padding: 69px;
  }
  .md-padding-70 {
    md-padding: 70px;
  }
  .md-padding-71 {
    md-padding: 71px;
  }
  .md-padding-72 {
    md-padding: 72px;
  }
  .md-padding-73 {
    md-padding: 73px;
  }
  .md-padding-74 {
    md-padding: 74px;
  }
  .md-padding-75 {
    md-padding: 75px;
  }
  .md-padding-76 {
    md-padding: 76px;
  }
  .md-padding-77 {
    md-padding: 77px;
  }
  .md-padding-78 {
    md-padding: 78px;
  }
  .md-padding-79 {
    md-padding: 79px;
  }
  .md-padding-80 {
    md-padding: 80px;
  }
  .md-padding-81 {
    md-padding: 81px;
  }
  .md-padding-82 {
    md-padding: 82px;
  }
  .md-padding-83 {
    md-padding: 83px;
  }
  .md-padding-84 {
    md-padding: 84px;
  }
  .md-padding-85 {
    md-padding: 85px;
  }
  .md-padding-86 {
    md-padding: 86px;
  }
  .md-padding-87 {
    md-padding: 87px;
  }
  .md-padding-88 {
    md-padding: 88px;
  }
  .md-padding-89 {
    md-padding: 89px;
  }
  .md-padding-90 {
    md-padding: 90px;
  }
  .md-padding-91 {
    md-padding: 91px;
  }
  .md-padding-92 {
    md-padding: 92px;
  }
  .md-padding-93 {
    md-padding: 93px;
  }
  .md-padding-94 {
    md-padding: 94px;
  }
  .md-padding-95 {
    md-padding: 95px;
  }
  .md-padding-96 {
    md-padding: 96px;
  }
  .md-padding-97 {
    md-padding: 97px;
  }
  .md-padding-98 {
    md-padding: 98px;
  }
  .md-padding-99 {
    md-padding: 99px;
  }
  .md-padding-100 {
    md-padding: 100px;
  }

  .md-margin-0 {
    md-margin: 0px;
  }
  .md-margin-1 {
    md-margin: 1px;
  }
  .md-margin-2 {
    md-margin: 2px;
  }
  .md-margin-3 {
    md-margin: 3px;
  }
  .md-margin-4 {
    md-margin: 4px;
  }
  .md-margin-5 {
    md-margin: 5px;
  }
  .md-margin-6 {
    md-margin: 6px;
  }
  .md-margin-7 {
    md-margin: 7px;
  }
  .md-margin-8 {
    md-margin: 8px;
  }
  .md-margin-9 {
    md-margin: 9px;
  }
  .md-margin-10 {
    md-margin: 10px;
  }
  .md-margin-11 {
    md-margin: 11px;
  }
  .md-margin-12 {
    md-margin: 12px;
  }
  .md-margin-13 {
    md-margin: 13px;
  }
  .md-margin-14 {
    md-margin: 14px;
  }
  .md-margin-15 {
    md-margin: 15px;
  }
  .md-margin-16 {
    md-margin: 16px;
  }
  .md-margin-17 {
    md-margin: 17px;
  }
  .md-margin-18 {
    md-margin: 18px;
  }
  .md-margin-19 {
    md-margin: 19px;
  }
  .md-margin-20 {
    md-margin: 20px;
  }
  .md-margin-21 {
    md-margin: 21px;
  }
  .md-margin-22 {
    md-margin: 22px;
  }
  .md-margin-23 {
    md-margin: 23px;
  }
  .md-margin-24 {
    md-margin: 24px;
  }
  .md-margin-25 {
    md-margin: 25px;
  }
  .md-margin-26 {
    md-margin: 26px;
  }
  .md-margin-27 {
    md-margin: 27px;
  }
  .md-margin-28 {
    md-margin: 28px;
  }
  .md-margin-29 {
    md-margin: 29px;
  }
  .md-margin-30 {
    md-margin: 30px;
  }
  .md-margin-31 {
    md-margin: 31px;
  }
  .md-margin-32 {
    md-margin: 32px;
  }
  .md-margin-33 {
    md-margin: 33px;
  }
  .md-margin-34 {
    md-margin: 34px;
  }
  .md-margin-35 {
    md-margin: 35px;
  }
  .md-margin-36 {
    md-margin: 36px;
  }
  .md-margin-37 {
    md-margin: 37px;
  }
  .md-margin-38 {
    md-margin: 38px;
  }
  .md-margin-39 {
    md-margin: 39px;
  }
  .md-margin-40 {
    md-margin: 40px;
  }
  .md-margin-41 {
    md-margin: 41px;
  }
  .md-margin-42 {
    md-margin: 42px;
  }
  .md-margin-43 {
    md-margin: 43px;
  }
  .md-margin-44 {
    md-margin: 44px;
  }
  .md-margin-45 {
    md-margin: 45px;
  }
  .md-margin-46 {
    md-margin: 46px;
  }
  .md-margin-47 {
    md-margin: 47px;
  }
  .md-margin-48 {
    md-margin: 48px;
  }
  .md-margin-49 {
    md-margin: 49px;
  }
  .md-margin-50 {
    md-margin: 50px;
  }
  .md-margin-51 {
    md-margin: 51px;
  }
  .md-margin-52 {
    md-margin: 52px;
  }
  .md-margin-53 {
    md-margin: 53px;
  }
  .md-margin-54 {
    md-margin: 54px;
  }
  .md-margin-55 {
    md-margin: 55px;
  }
  .md-margin-56 {
    md-margin: 56px;
  }
  .md-margin-57 {
    md-margin: 57px;
  }
  .md-margin-58 {
    md-margin: 58px;
  }
  .md-margin-59 {
    md-margin: 59px;
  }
  .md-margin-60 {
    md-margin: 60px;
  }
  .md-margin-61 {
    md-margin: 61px;
  }
  .md-margin-62 {
    md-margin: 62px;
  }
  .md-margin-63 {
    md-margin: 63px;
  }
  .md-margin-64 {
    md-margin: 64px;
  }
  .md-margin-65 {
    md-margin: 65px;
  }
  .md-margin-66 {
    md-margin: 66px;
  }
  .md-margin-67 {
    md-margin: 67px;
  }
  .md-margin-68 {
    md-margin: 68px;
  }
  .md-margin-69 {
    md-margin: 69px;
  }
  .md-margin-70 {
    md-margin: 70px;
  }
  .md-margin-71 {
    md-margin: 71px;
  }
  .md-margin-72 {
    md-margin: 72px;
  }
  .md-margin-73 {
    md-margin: 73px;
  }
  .md-margin-74 {
    md-margin: 74px;
  }
  .md-margin-75 {
    md-margin: 75px;
  }
  .md-margin-76 {
    md-margin: 76px;
  }
  .md-margin-77 {
    md-margin: 77px;
  }
  .md-margin-78 {
    md-margin: 78px;
  }
  .md-margin-79 {
    md-margin: 79px;
  }
  .md-margin-80 {
    md-margin: 80px;
  }
  .md-margin-81 {
    md-margin: 81px;
  }
  .md-margin-82 {
    md-margin: 82px;
  }
  .md-margin-83 {
    md-margin: 83px;
  }
  .md-margin-84 {
    md-margin: 84px;
  }
  .md-margin-85 {
    md-margin: 85px;
  }
  .md-margin-86 {
    md-margin: 86px;
  }
  .md-margin-87 {
    md-margin: 87px;
  }
  .md-margin-88 {
    md-margin: 88px;
  }
  .md-margin-89 {
    md-margin: 89px;
  }
  .md-margin-90 {
    md-margin: 90px;
  }
  .md-margin-91 {
    md-margin: 91px;
  }
  .md-margin-92 {
    md-margin: 92px;
  }
  .md-margin-93 {
    md-margin: 93px;
  }
  .md-margin-94 {
    md-margin: 94px;
  }
  .md-margin-95 {
    md-margin: 95px;
  }
  .md-margin-96 {
    md-margin: 96px;
  }
  .md-margin-97 {
    md-margin: 97px;
  }
  .md-margin-98 {
    md-margin: 98px;
  }
  .md-margin-99 {
    md-margin: 99px;
  }
  .md-margin-100 {
    md-margin: 100px;
  }

  .md-font-size-10 {
    font-size: 10px;
  }
  .md-font-size-11 {
    font-size: 11px;
  }
  .md-font-size-12 {
    font-size: 12px;
  }
  .md-font-size-13 {
    font-size: 13px;
  }
  .md-font-size-14 {
    font-size: 14px;
  }
  .md-font-size-15 {
    font-size: 15px;
  }
  .md-font-size-16 {
    font-size: 16px;
  }
  .md-font-size-17 {
    font-size: 17px;
  }
  .md-font-size-18 {
    font-size: 18px;
  }
  .md-font-size-19 {
    font-size: 19px;
  }
  .md-font-size-20 {
    font-size: 20px;
  }
  .md-font-size-21 {
    font-size: 21px;
  }
  .md-font-size-22 {
    font-size: 22px;
  }
  .md-font-size-23 {
    font-size: 23px;
  }
  .md-font-size-24 {
    font-size: 24px;
  }
  .md-font-size-25 {
    font-size: 25px;
  }
  .md-font-size-26 {
    font-size: 26px;
  }
  .md-font-size-27 {
    font-size: 27px;
  }
  .md-font-size-28 {
    font-size: 28px;
  }
  .md-font-size-29 {
    font-size: 29px;
  }
  .md-font-size-30 {
    font-size: 30px;
  }
  .md-font-size-31 {
    font-size: 31px;
  }
  .md-font-size-32 {
    font-size: 32px;
  }
  .md-font-size-33 {
    font-size: 33px;
  }
  .md-font-size-34 {
    font-size: 34px;
  }
  .md-font-size-35 {
    font-size: 35px;
  }
  .md-font-size-36 {
    font-size: 36px;
  }
  .md-font-size-37 {
    font-size: 37px;
  }
  .md-font-size-38 {
    font-size: 38px;
  }
  .md-font-size-39 {
    font-size: 39px;
  }
  .md-font-size-40 {
    font-size: 40px;
  }
  .md-font-size-41 {
    font-size: 41px;
  }
  .md-font-size-42 {
    font-size: 42px;
  }
  .md-font-size-43 {
    font-size: 43px;
  }
  .md-font-size-44 {
    font-size: 44px;
  }
  .md-font-size-45 {
    font-size: 45px;
  }
  .md-font-size-46 {
    font-size: 46px;
  }
  .md-font-size-47 {
    font-size: 47px;
  }
  .md-font-size-48 {
    font-size: 48px;
  }
  .md-font-size-49 {
    font-size: 49px;
  }
  .md-font-size-50 {
    font-size: 50px;
  }
  .md-font-size-51 {
    font-size: 51px;
  }
  .md-font-size-52 {
    font-size: 52px;
  }
  .md-font-size-53 {
    font-size: 53px;
  }
  .md-font-size-54 {
    font-size: 54px;
  }
  .md-font-size-55 {
    font-size: 55px;
  }
  .md-font-size-56 {
    font-size: 56px;
  }
  .md-font-size-57 {
    font-size: 57px;
  }
  .md-font-size-58 {
    font-size: 58px;
  }
  .md-font-size-59 {
    font-size: 59px;
  }
  .md-font-size-60 {
    font-size: 60px;
  }
  .md-font-size-61 {
    font-size: 61px;
  }
  .md-font-size-62 {
    font-size: 62px;
  }
  .md-font-size-63 {
    font-size: 63px;
  }
  .md-font-size-64 {
    font-size: 64px;
  }
  .md-font-size-65 {
    font-size: 65px;
  }
  .md-font-size-66 {
    font-size: 66px;
  }
  .md-font-size-67 {
    font-size: 67px;
  }
  .md-font-size-68 {
    font-size: 68px;
  }
  .md-font-size-69 {
    font-size: 69px;
  }
  .md-font-size-70 {
    font-size: 70px;
  }
  .md-font-size-71 {
    font-size: 71px;
  }
  .md-font-size-72 {
    font-size: 72px;
  }
  .md-font-size-73 {
    font-size: 73px;
  }
  .md-font-size-74 {
    font-size: 74px;
  }
  .md-font-size-75 {
    font-size: 75px;
  }
  .md-font-size-76 {
    font-size: 76px;
  }
  .md-font-size-77 {
    font-size: 77px;
  }
  .md-font-size-78 {
    font-size: 78px;
  }
  .md-font-size-79 {
    font-size: 79px;
  }
  .md-font-size-80 {
    font-size: 80px;
  }
  .md-font-size-81 {
    font-size: 81px;
  }
  .md-font-size-82 {
    font-size: 82px;
  }
  .md-font-size-83 {
    font-size: 83px;
  }
  .md-font-size-84 {
    font-size: 84px;
  }
  .md-font-size-85 {
    font-size: 85px;
  }
  .md-font-size-86 {
    font-size: 86px;
  }
  .md-font-size-87 {
    font-size: 87px;
  }
  .md-font-size-88 {
    font-size: 88px;
  }
  .md-font-size-89 {
    font-size: 89px;
  }
  .md-font-size-90 {
    font-size: 90px;
  }
  .md-font-size-91 {
    font-size: 91px;
  }
  .md-font-size-92 {
    font-size: 92px;
  }
  .md-font-size-93 {
    font-size: 93px;
  }
  .md-font-size-94 {
    font-size: 94px;
  }
  .md-font-size-95 {
    font-size: 95px;
  }
  .md-font-size-96 {
    font-size: 96px;
  }
  .md-font-size-97 {
    font-size: 97px;
  }
  .md-font-size-98 {
    font-size: 98px;
  }
  .md-font-size-99 {
    font-size: 99px;
  }
  .md-font-size-100 {
    font-size: 100px;
  }

  .md-line-height-10 {
    line-height: 10px !important;
  }
  .md-line-height-11 {
    line-height: 11px !important;
  }
  .md-line-height-12 {
    line-height: 12px !important;
  }
  .md-line-height-13 {
    line-height: 13px !important;
  }
  .md-line-height-14 {
    line-height: 14px !important;
  }
  .md-line-height-15 {
    line-height: 15px !important;
  }
  .md-line-height-16 {
    line-height: 16px !important;
  }
  .md-line-height-17 {
    line-height: 17px !important;
  }
  .md-line-height-18 {
    line-height: 18px !important;
  }
  .md-line-height-19 {
    line-height: 19px !important;
  }
  .md-line-height-20 {
    line-height: 20px !important;
  }
  .md-line-height-21 {
    line-height: 21px !important;
  }
  .md-line-height-22 {
    line-height: 22px !important;
  }
  .md-line-height-23 {
    line-height: 23px !important;
  }
  .md-line-height-24 {
    line-height: 24px !important;
  }
  .md-line-height-25 {
    line-height: 25px !important;
  }
  .md-line-height-26 {
    line-height: 26px !important;
  }
  .md-line-height-27 {
    line-height: 27px !important;
  }
  .md-line-height-28 {
    line-height: 28px !important;
  }
  .md-line-height-29 {
    line-height: 29px !important;
  }
  .md-line-height-30 {
    line-height: 30px !important;
  }
  .md-line-height-31 {
    line-height: 31px !important;
  }
  .md-line-height-32 {
    line-height: 32px !important;
  }
  .md-line-height-33 {
    line-height: 33px !important;
  }
  .md-line-height-34 {
    line-height: 34px !important;
  }
  .md-line-height-35 {
    line-height: 35px !important;
  }
  .md-line-height-36 {
    line-height: 36px !important;
  }
  .md-line-height-37 {
    line-height: 37px !important;
  }
  .md-line-height-38 {
    line-height: 38px !important;
  }
  .md-line-height-39 {
    line-height: 39px !important;
  }
  .md-line-height-40 {
    line-height: 40px !important;
  }
  .md-line-height-41 {
    line-height: 41px !important;
  }
  .md-line-height-42 {
    line-height: 42px !important;
  }
  .md-line-height-43 {
    line-height: 43px !important;
  }
  .md-line-height-44 {
    line-height: 44px !important;
  }
  .md-line-height-45 {
    line-height: 45px !important;
  }
  .md-line-height-46 {
    line-height: 46px !important;
  }
  .md-line-height-47 {
    line-height: 47px !important;
  }
  .md-line-height-48 {
    line-height: 48px !important;
  }
  .md-line-height-49 {
    line-height: 49px !important;
  }
  .md-line-height-50 {
    line-height: 50px !important;
  }
  .md-line-height-51 {
    line-height: 51px !important;
  }
  .md-line-height-52 {
    line-height: 52px !important;
  }
  .md-line-height-53 {
    line-height: 53px !important;
  }
  .md-line-height-54 {
    line-height: 54px !important;
  }
  .md-line-height-55 {
    line-height: 55px !important;
  }
  .md-line-height-56 {
    line-height: 56px !important;
  }
  .md-line-height-57 {
    line-height: 57px !important;
  }
  .md-line-height-58 {
    line-height: 58px !important;
  }
  .md-line-height-59 {
    line-height: 59px !important;
  }
  .md-line-height-60 {
    line-height: 60px !important;
  }
  .md-line-height-61 {
    line-height: 61px !important;
  }
  .md-line-height-62 {
    line-height: 62px !important;
  }
  .md-line-height-63 {
    line-height: 63px !important;
  }
  .md-line-height-64 {
    line-height: 64px !important;
  }
  .md-line-height-65 {
    line-height: 65px !important;
  }
  .md-line-height-66 {
    line-height: 66px !important;
  }
  .md-line-height-67 {
    line-height: 67px !important;
  }
  .md-line-height-68 {
    line-height: 68px !important;
  }
  .md-line-height-69 {
    line-height: 69px !important;
  }
  .md-line-height-70 {
    line-height: 70px !important;
  }
  .md-line-height-71 {
    line-height: 71px !important;
  }
  .md-line-height-72 {
    line-height: 72px !important;
  }
  .md-line-height-73 {
    line-height: 73px !important;
  }
  .md-line-height-74 {
    line-height: 74px !important;
  }
  .md-line-height-75 {
    line-height: 75px !important;
  }
  .md-line-height-76 {
    line-height: 76px !important;
  }
  .md-line-height-77 {
    line-height: 77px !important;
  }
  .md-line-height-78 {
    line-height: 78px !important;
  }
  .md-line-height-79 {
    line-height: 79px !important;
  }
  .md-line-height-80 {
    line-height: 80px !important;
  }
  .md-line-height-81 {
    line-height: 81px !important;
  }
  .md-line-height-82 {
    line-height: 82px !important;
  }
  .md-line-height-83 {
    line-height: 83px !important;
  }
  .md-line-height-84 {
    line-height: 84px !important;
  }
  .md-line-height-85 {
    line-height: 85px !important;
  }
  .md-line-height-86 {
    line-height: 86px !important;
  }
  .md-line-height-87 {
    line-height: 87px !important;
  }
  .md-line-height-88 {
    line-height: 88px !important;
  }
  .md-line-height-89 {
    line-height: 89px !important;
  }
  .md-line-height-90 {
    line-height: 90px !important;
  }
  .md-line-height-91 {
    line-height: 91px !important;
  }
  .md-line-height-92 {
    line-height: 92px !important;
  }
  .md-line-height-93 {
    line-height: 93px !important;
  }
  .md-line-height-94 {
    line-height: 94px !important;
  }
  .md-line-height-95 {
    line-height: 95px !important;
  }
  .md-line-height-96 {
    line-height: 96px !important;
  }
  .md-line-height-97 {
    line-height: 97px !important;
  }
  .md-line-height-98 {
    line-height: 98px !important;
  }
  .md-line-height-99 {
    line-height: 99px !important;
  }
  .md-line-height-100 {
    line-height: 100px !important;
  }

  .md-font-size-1x {
    font-size: 1em;
  }

  .md-font-size-2x {
    font-size: 2em;
  }

  .md-font-size-3x {
    font-size: 3em;
  }

  .md-font-size-4x {
    font-size: 4em;
  }

  .md-font-size-5x {
    font-size: 5em;
  }

  .md-font-size-6x {
    font-size: 5em;
  }

  .md-font-size-7x {
    font-size: 5em;
  }

  .md-font-weight-100 {
    font-weight: 100;
  }
  .md-font-weight-200 {
    font-weight: 200;
  }
  .md-font-weight-300 {
    font-weight: 300;
  }
  .md-font-weight-400 {
    font-weight: 400;
  }
  .md-font-weight-500 {
    font-weight: 500;
  }
  .md-font-weight-600 {
    font-weight: 600;
  }
  .md-font-weight-700 {
    font-weight: 700;
  }
  .md-font-weight-800 {
    font-weight: 800;
  }
  .md-font-weight-900 {
    font-weight: 900;
  }
}
@media (max-width: 991px) {
  .sm-min-height-10 {
    min-height: 10px;
  }
  .sm-min-height-11 {
    min-height: 11px;
  }
  .sm-min-height-12 {
    min-height: 12px;
  }
  .sm-min-height-13 {
    min-height: 13px;
  }
  .sm-min-height-14 {
    min-height: 14px;
  }
  .sm-min-height-15 {
    min-height: 15px;
  }
  .sm-min-height-16 {
    min-height: 16px;
  }
  .sm-min-height-17 {
    min-height: 17px;
  }
  .sm-min-height-18 {
    min-height: 18px;
  }
  .sm-min-height-19 {
    min-height: 19px;
  }
  .sm-min-height-20 {
    min-height: 20px;
  }
  .sm-min-height-21 {
    min-height: 21px;
  }
  .sm-min-height-22 {
    min-height: 22px;
  }
  .sm-min-height-23 {
    min-height: 23px;
  }
  .sm-min-height-24 {
    min-height: 24px;
  }
  .sm-min-height-25 {
    min-height: 25px;
  }
  .sm-min-height-26 {
    min-height: 26px;
  }
  .sm-min-height-27 {
    min-height: 27px;
  }
  .sm-min-height-28 {
    min-height: 28px;
  }
  .sm-min-height-29 {
    min-height: 29px;
  }
  .sm-min-height-30 {
    min-height: 30px;
  }
  .sm-min-height-31 {
    min-height: 31px;
  }
  .sm-min-height-32 {
    min-height: 32px;
  }
  .sm-min-height-33 {
    min-height: 33px;
  }
  .sm-min-height-34 {
    min-height: 34px;
  }
  .sm-min-height-35 {
    min-height: 35px;
  }
  .sm-min-height-36 {
    min-height: 36px;
  }
  .sm-min-height-37 {
    min-height: 37px;
  }
  .sm-min-height-38 {
    min-height: 38px;
  }
  .sm-min-height-39 {
    min-height: 39px;
  }
  .sm-min-height-40 {
    min-height: 40px;
  }
  .sm-min-height-41 {
    min-height: 41px;
  }
  .sm-min-height-42 {
    min-height: 42px;
  }
  .sm-min-height-43 {
    min-height: 43px;
  }
  .sm-min-height-44 {
    min-height: 44px;
  }
  .sm-min-height-45 {
    min-height: 45px;
  }
  .sm-min-height-46 {
    min-height: 46px;
  }
  .sm-min-height-47 {
    min-height: 47px;
  }
  .sm-min-height-48 {
    min-height: 48px;
  }
  .sm-min-height-49 {
    min-height: 49px;
  }
  .sm-min-height-50 {
    min-height: 50px;
  }
  .sm-min-height-51 {
    min-height: 51px;
  }
  .sm-min-height-52 {
    min-height: 52px;
  }
  .sm-min-height-53 {
    min-height: 53px;
  }
  .sm-min-height-54 {
    min-height: 54px;
  }
  .sm-min-height-55 {
    min-height: 55px;
  }
  .sm-min-height-56 {
    min-height: 56px;
  }
  .sm-min-height-57 {
    min-height: 57px;
  }
  .sm-min-height-58 {
    min-height: 58px;
  }
  .sm-min-height-59 {
    min-height: 59px;
  }
  .sm-min-height-60 {
    min-height: 60px;
  }
  .sm-min-height-61 {
    min-height: 61px;
  }
  .sm-min-height-62 {
    min-height: 62px;
  }
  .sm-min-height-63 {
    min-height: 63px;
  }
  .sm-min-height-64 {
    min-height: 64px;
  }
  .sm-min-height-65 {
    min-height: 65px;
  }
  .sm-min-height-66 {
    min-height: 66px;
  }
  .sm-min-height-67 {
    min-height: 67px;
  }
  .sm-min-height-68 {
    min-height: 68px;
  }
  .sm-min-height-69 {
    min-height: 69px;
  }
  .sm-min-height-70 {
    min-height: 70px;
  }
  .sm-min-height-71 {
    min-height: 71px;
  }
  .sm-min-height-72 {
    min-height: 72px;
  }
  .sm-min-height-73 {
    min-height: 73px;
  }
  .sm-min-height-74 {
    min-height: 74px;
  }
  .sm-min-height-75 {
    min-height: 75px;
  }
  .sm-min-height-76 {
    min-height: 76px;
  }
  .sm-min-height-77 {
    min-height: 77px;
  }
  .sm-min-height-78 {
    min-height: 78px;
  }
  .sm-min-height-79 {
    min-height: 79px;
  }
  .sm-min-height-80 {
    min-height: 80px;
  }
  .sm-min-height-81 {
    min-height: 81px;
  }
  .sm-min-height-82 {
    min-height: 82px;
  }
  .sm-min-height-83 {
    min-height: 83px;
  }
  .sm-min-height-84 {
    min-height: 84px;
  }
  .sm-min-height-85 {
    min-height: 85px;
  }
  .sm-min-height-86 {
    min-height: 86px;
  }
  .sm-min-height-87 {
    min-height: 87px;
  }
  .sm-min-height-88 {
    min-height: 88px;
  }
  .sm-min-height-89 {
    min-height: 89px;
  }
  .sm-min-height-90 {
    min-height: 90px;
  }
  .sm-min-height-91 {
    min-height: 91px;
  }
  .sm-min-height-92 {
    min-height: 92px;
  }
  .sm-min-height-93 {
    min-height: 93px;
  }
  .sm-min-height-94 {
    min-height: 94px;
  }
  .sm-min-height-95 {
    min-height: 95px;
  }
  .sm-min-height-96 {
    min-height: 96px;
  }
  .sm-min-height-97 {
    min-height: 97px;
  }
  .sm-min-height-98 {
    min-height: 98px;
  }
  .sm-min-height-99 {
    min-height: 99px;
  }
  .sm-min-height-100 {
    min-height: 100px;
  }
  .sm-min-height-101 {
    min-height: 101px;
  }
  .sm-min-height-102 {
    min-height: 102px;
  }
  .sm-min-height-103 {
    min-height: 103px;
  }
  .sm-min-height-104 {
    min-height: 104px;
  }
  .sm-min-height-105 {
    min-height: 105px;
  }
  .sm-min-height-106 {
    min-height: 106px;
  }
  .sm-min-height-107 {
    min-height: 107px;
  }
  .sm-min-height-108 {
    min-height: 108px;
  }
  .sm-min-height-109 {
    min-height: 109px;
  }
  .sm-min-height-110 {
    min-height: 110px;
  }
  .sm-min-height-111 {
    min-height: 111px;
  }
  .sm-min-height-112 {
    min-height: 112px;
  }
  .sm-min-height-113 {
    min-height: 113px;
  }
  .sm-min-height-114 {
    min-height: 114px;
  }
  .sm-min-height-115 {
    min-height: 115px;
  }
  .sm-min-height-116 {
    min-height: 116px;
  }
  .sm-min-height-117 {
    min-height: 117px;
  }
  .sm-min-height-118 {
    min-height: 118px;
  }
  .sm-min-height-119 {
    min-height: 119px;
  }
  .sm-min-height-120 {
    min-height: 120px;
  }
  .sm-min-height-121 {
    min-height: 121px;
  }
  .sm-min-height-122 {
    min-height: 122px;
  }
  .sm-min-height-123 {
    min-height: 123px;
  }
  .sm-min-height-124 {
    min-height: 124px;
  }
  .sm-min-height-125 {
    min-height: 125px;
  }
  .sm-min-height-126 {
    min-height: 126px;
  }
  .sm-min-height-127 {
    min-height: 127px;
  }
  .sm-min-height-128 {
    min-height: 128px;
  }
  .sm-min-height-129 {
    min-height: 129px;
  }
  .sm-min-height-130 {
    min-height: 130px;
  }
  .sm-min-height-131 {
    min-height: 131px;
  }
  .sm-min-height-132 {
    min-height: 132px;
  }
  .sm-min-height-133 {
    min-height: 133px;
  }
  .sm-min-height-134 {
    min-height: 134px;
  }
  .sm-min-height-135 {
    min-height: 135px;
  }
  .sm-min-height-136 {
    min-height: 136px;
  }
  .sm-min-height-137 {
    min-height: 137px;
  }
  .sm-min-height-138 {
    min-height: 138px;
  }
  .sm-min-height-139 {
    min-height: 139px;
  }
  .sm-min-height-140 {
    min-height: 140px;
  }
  .sm-min-height-141 {
    min-height: 141px;
  }
  .sm-min-height-142 {
    min-height: 142px;
  }
  .sm-min-height-143 {
    min-height: 143px;
  }
  .sm-min-height-144 {
    min-height: 144px;
  }
  .sm-min-height-145 {
    min-height: 145px;
  }
  .sm-min-height-146 {
    min-height: 146px;
  }
  .sm-min-height-147 {
    min-height: 147px;
  }
  .sm-min-height-148 {
    min-height: 148px;
  }
  .sm-min-height-149 {
    min-height: 149px;
  }
  .sm-min-height-150 {
    min-height: 150px;
  }
  .sm-min-height-151 {
    min-height: 151px;
  }
  .sm-min-height-152 {
    min-height: 152px;
  }
  .sm-min-height-153 {
    min-height: 153px;
  }
  .sm-min-height-154 {
    min-height: 154px;
  }
  .sm-min-height-155 {
    min-height: 155px;
  }
  .sm-min-height-156 {
    min-height: 156px;
  }
  .sm-min-height-157 {
    min-height: 157px;
  }
  .sm-min-height-158 {
    min-height: 158px;
  }
  .sm-min-height-159 {
    min-height: 159px;
  }
  .sm-min-height-160 {
    min-height: 160px;
  }
  .sm-min-height-161 {
    min-height: 161px;
  }
  .sm-min-height-162 {
    min-height: 162px;
  }
  .sm-min-height-163 {
    min-height: 163px;
  }
  .sm-min-height-164 {
    min-height: 164px;
  }
  .sm-min-height-165 {
    min-height: 165px;
  }
  .sm-min-height-166 {
    min-height: 166px;
  }
  .sm-min-height-167 {
    min-height: 167px;
  }
  .sm-min-height-168 {
    min-height: 168px;
  }
  .sm-min-height-169 {
    min-height: 169px;
  }
  .sm-min-height-170 {
    min-height: 170px;
  }
  .sm-min-height-171 {
    min-height: 171px;
  }
  .sm-min-height-172 {
    min-height: 172px;
  }
  .sm-min-height-173 {
    min-height: 173px;
  }
  .sm-min-height-174 {
    min-height: 174px;
  }
  .sm-min-height-175 {
    min-height: 175px;
  }
  .sm-min-height-176 {
    min-height: 176px;
  }
  .sm-min-height-177 {
    min-height: 177px;
  }
  .sm-min-height-178 {
    min-height: 178px;
  }
  .sm-min-height-179 {
    min-height: 179px;
  }
  .sm-min-height-180 {
    min-height: 180px;
  }
  .sm-min-height-181 {
    min-height: 181px;
  }
  .sm-min-height-182 {
    min-height: 182px;
  }
  .sm-min-height-183 {
    min-height: 183px;
  }
  .sm-min-height-184 {
    min-height: 184px;
  }
  .sm-min-height-185 {
    min-height: 185px;
  }
  .sm-min-height-186 {
    min-height: 186px;
  }
  .sm-min-height-187 {
    min-height: 187px;
  }
  .sm-min-height-188 {
    min-height: 188px;
  }
  .sm-min-height-189 {
    min-height: 189px;
  }
  .sm-min-height-190 {
    min-height: 190px;
  }
  .sm-min-height-191 {
    min-height: 191px;
  }
  .sm-min-height-192 {
    min-height: 192px;
  }
  .sm-min-height-193 {
    min-height: 193px;
  }
  .sm-min-height-194 {
    min-height: 194px;
  }
  .sm-min-height-195 {
    min-height: 195px;
  }
  .sm-min-height-196 {
    min-height: 196px;
  }
  .sm-min-height-197 {
    min-height: 197px;
  }
  .sm-min-height-198 {
    min-height: 198px;
  }
  .sm-min-height-199 {
    min-height: 199px;
  }
  .sm-min-height-200 {
    min-height: 200px;
  }

  .sm-padding-top-0 {
    padding-top: 0px;
  }
  .sm-padding-top-1 {
    padding-top: 1px;
  }
  .sm-padding-top-2 {
    padding-top: 2px;
  }
  .sm-padding-top-3 {
    padding-top: 3px;
  }
  .sm-padding-top-4 {
    padding-top: 4px;
  }
  .sm-padding-top-5 {
    padding-top: 5px;
  }
  .sm-padding-top-6 {
    padding-top: 6px;
  }
  .sm-padding-top-7 {
    padding-top: 7px;
  }
  .sm-padding-top-8 {
    padding-top: 8px;
  }
  .sm-padding-top-9 {
    padding-top: 9px;
  }
  .sm-padding-top-10 {
    padding-top: 10px;
  }
  .sm-padding-top-11 {
    padding-top: 11px;
  }
  .sm-padding-top-12 {
    padding-top: 12px;
  }
  .sm-padding-top-13 {
    padding-top: 13px;
  }
  .sm-padding-top-14 {
    padding-top: 14px;
  }
  .sm-padding-top-15 {
    padding-top: 15px;
  }
  .sm-padding-top-16 {
    padding-top: 16px;
  }
  .sm-padding-top-17 {
    padding-top: 17px;
  }
  .sm-padding-top-18 {
    padding-top: 18px;
  }
  .sm-padding-top-19 {
    padding-top: 19px;
  }
  .sm-padding-top-20 {
    padding-top: 20px;
  }
  .sm-padding-top-21 {
    padding-top: 21px;
  }
  .sm-padding-top-22 {
    padding-top: 22px;
  }
  .sm-padding-top-23 {
    padding-top: 23px;
  }
  .sm-padding-top-24 {
    padding-top: 24px;
  }
  .sm-padding-top-25 {
    padding-top: 25px;
  }
  .sm-padding-top-26 {
    padding-top: 26px;
  }
  .sm-padding-top-27 {
    padding-top: 27px;
  }
  .sm-padding-top-28 {
    padding-top: 28px;
  }
  .sm-padding-top-29 {
    padding-top: 29px;
  }
  .sm-padding-top-30 {
    padding-top: 30px;
  }
  .sm-padding-top-31 {
    padding-top: 31px;
  }
  .sm-padding-top-32 {
    padding-top: 32px;
  }
  .sm-padding-top-33 {
    padding-top: 33px;
  }
  .sm-padding-top-34 {
    padding-top: 34px;
  }
  .sm-padding-top-35 {
    padding-top: 35px;
  }
  .sm-padding-top-36 {
    padding-top: 36px;
  }
  .sm-padding-top-37 {
    padding-top: 37px;
  }
  .sm-padding-top-38 {
    padding-top: 38px;
  }
  .sm-padding-top-39 {
    padding-top: 39px;
  }
  .sm-padding-top-40 {
    padding-top: 40px;
  }
  .sm-padding-top-41 {
    padding-top: 41px;
  }
  .sm-padding-top-42 {
    padding-top: 42px;
  }
  .sm-padding-top-43 {
    padding-top: 43px;
  }
  .sm-padding-top-44 {
    padding-top: 44px;
  }
  .sm-padding-top-45 {
    padding-top: 45px;
  }
  .sm-padding-top-46 {
    padding-top: 46px;
  }
  .sm-padding-top-47 {
    padding-top: 47px;
  }
  .sm-padding-top-48 {
    padding-top: 48px;
  }
  .sm-padding-top-49 {
    padding-top: 49px;
  }
  .sm-padding-top-50 {
    padding-top: 50px;
  }
  .sm-padding-top-51 {
    padding-top: 51px;
  }
  .sm-padding-top-52 {
    padding-top: 52px;
  }
  .sm-padding-top-53 {
    padding-top: 53px;
  }
  .sm-padding-top-54 {
    padding-top: 54px;
  }
  .sm-padding-top-55 {
    padding-top: 55px;
  }
  .sm-padding-top-56 {
    padding-top: 56px;
  }
  .sm-padding-top-57 {
    padding-top: 57px;
  }
  .sm-padding-top-58 {
    padding-top: 58px;
  }
  .sm-padding-top-59 {
    padding-top: 59px;
  }
  .sm-padding-top-60 {
    padding-top: 60px;
  }
  .sm-padding-top-61 {
    padding-top: 61px;
  }
  .sm-padding-top-62 {
    padding-top: 62px;
  }
  .sm-padding-top-63 {
    padding-top: 63px;
  }
  .sm-padding-top-64 {
    padding-top: 64px;
  }
  .sm-padding-top-65 {
    padding-top: 65px;
  }
  .sm-padding-top-66 {
    padding-top: 66px;
  }
  .sm-padding-top-67 {
    padding-top: 67px;
  }
  .sm-padding-top-68 {
    padding-top: 68px;
  }
  .sm-padding-top-69 {
    padding-top: 69px;
  }
  .sm-padding-top-70 {
    padding-top: 70px;
  }
  .sm-padding-top-71 {
    padding-top: 71px;
  }
  .sm-padding-top-72 {
    padding-top: 72px;
  }
  .sm-padding-top-73 {
    padding-top: 73px;
  }
  .sm-padding-top-74 {
    padding-top: 74px;
  }
  .sm-padding-top-75 {
    padding-top: 75px;
  }
  .sm-padding-top-76 {
    padding-top: 76px;
  }
  .sm-padding-top-77 {
    padding-top: 77px;
  }
  .sm-padding-top-78 {
    padding-top: 78px;
  }
  .sm-padding-top-79 {
    padding-top: 79px;
  }
  .sm-padding-top-80 {
    padding-top: 80px;
  }
  .sm-padding-top-81 {
    padding-top: 81px;
  }
  .sm-padding-top-82 {
    padding-top: 82px;
  }
  .sm-padding-top-83 {
    padding-top: 83px;
  }
  .sm-padding-top-84 {
    padding-top: 84px;
  }
  .sm-padding-top-85 {
    padding-top: 85px;
  }
  .sm-padding-top-86 {
    padding-top: 86px;
  }
  .sm-padding-top-87 {
    padding-top: 87px;
  }
  .sm-padding-top-88 {
    padding-top: 88px;
  }
  .sm-padding-top-89 {
    padding-top: 89px;
  }
  .sm-padding-top-90 {
    padding-top: 90px;
  }
  .sm-padding-top-91 {
    padding-top: 91px;
  }
  .sm-padding-top-92 {
    padding-top: 92px;
  }
  .sm-padding-top-93 {
    padding-top: 93px;
  }
  .sm-padding-top-94 {
    padding-top: 94px;
  }
  .sm-padding-top-95 {
    padding-top: 95px;
  }
  .sm-padding-top-96 {
    padding-top: 96px;
  }
  .sm-padding-top-97 {
    padding-top: 97px;
  }
  .sm-padding-top-98 {
    padding-top: 98px;
  }
  .sm-padding-top-99 {
    padding-top: 99px;
  }
  .sm-padding-top-100 {
    padding-top: 100px;
  }
  .sm-padding-left-0 {
    padding-left: 0px;
  }
  .sm-padding-left-1 {
    padding-left: 1px;
  }
  .sm-padding-left-2 {
    padding-left: 2px;
  }
  .sm-padding-left-3 {
    padding-left: 3px;
  }
  .sm-padding-left-4 {
    padding-left: 4px;
  }
  .sm-padding-left-5 {
    padding-left: 5px;
  }
  .sm-padding-left-6 {
    padding-left: 6px;
  }
  .sm-padding-left-7 {
    padding-left: 7px;
  }
  .sm-padding-left-8 {
    padding-left: 8px;
  }
  .sm-padding-left-9 {
    padding-left: 9px;
  }
  .sm-padding-left-10 {
    padding-left: 10px;
  }
  .sm-padding-left-11 {
    padding-left: 11px;
  }
  .sm-padding-left-12 {
    padding-left: 12px;
  }
  .sm-padding-left-13 {
    padding-left: 13px;
  }
  .sm-padding-left-14 {
    padding-left: 14px;
  }
  .sm-padding-left-15 {
    padding-left: 15px;
  }
  .sm-padding-left-16 {
    padding-left: 16px;
  }
  .sm-padding-left-17 {
    padding-left: 17px;
  }
  .sm-padding-left-18 {
    padding-left: 18px;
  }
  .sm-padding-left-19 {
    padding-left: 19px;
  }
  .sm-padding-left-20 {
    padding-left: 20px;
  }
  .sm-padding-left-21 {
    padding-left: 21px;
  }
  .sm-padding-left-22 {
    padding-left: 22px;
  }
  .sm-padding-left-23 {
    padding-left: 23px;
  }
  .sm-padding-left-24 {
    padding-left: 24px;
  }
  .sm-padding-left-25 {
    padding-left: 25px;
  }
  .sm-padding-left-26 {
    padding-left: 26px;
  }
  .sm-padding-left-27 {
    padding-left: 27px;
  }
  .sm-padding-left-28 {
    padding-left: 28px;
  }
  .sm-padding-left-29 {
    padding-left: 29px;
  }
  .sm-padding-left-30 {
    padding-left: 30px;
  }
  .sm-padding-left-31 {
    padding-left: 31px;
  }
  .sm-padding-left-32 {
    padding-left: 32px;
  }
  .sm-padding-left-33 {
    padding-left: 33px;
  }
  .sm-padding-left-34 {
    padding-left: 34px;
  }
  .sm-padding-left-35 {
    padding-left: 35px;
  }
  .sm-padding-left-36 {
    padding-left: 36px;
  }
  .sm-padding-left-37 {
    padding-left: 37px;
  }
  .sm-padding-left-38 {
    padding-left: 38px;
  }
  .sm-padding-left-39 {
    padding-left: 39px;
  }
  .sm-padding-left-40 {
    padding-left: 40px;
  }
  .sm-padding-left-41 {
    padding-left: 41px;
  }
  .sm-padding-left-42 {
    padding-left: 42px;
  }
  .sm-padding-left-43 {
    padding-left: 43px;
  }
  .sm-padding-left-44 {
    padding-left: 44px;
  }
  .sm-padding-left-45 {
    padding-left: 45px;
  }
  .sm-padding-left-46 {
    padding-left: 46px;
  }
  .sm-padding-left-47 {
    padding-left: 47px;
  }
  .sm-padding-left-48 {
    padding-left: 48px;
  }
  .sm-padding-left-49 {
    padding-left: 49px;
  }
  .sm-padding-left-50 {
    padding-left: 50px;
  }
  .sm-padding-left-51 {
    padding-left: 51px;
  }
  .sm-padding-left-52 {
    padding-left: 52px;
  }
  .sm-padding-left-53 {
    padding-left: 53px;
  }
  .sm-padding-left-54 {
    padding-left: 54px;
  }
  .sm-padding-left-55 {
    padding-left: 55px;
  }
  .sm-padding-left-56 {
    padding-left: 56px;
  }
  .sm-padding-left-57 {
    padding-left: 57px;
  }
  .sm-padding-left-58 {
    padding-left: 58px;
  }
  .sm-padding-left-59 {
    padding-left: 59px;
  }
  .sm-padding-left-60 {
    padding-left: 60px;
  }
  .sm-padding-left-61 {
    padding-left: 61px;
  }
  .sm-padding-left-62 {
    padding-left: 62px;
  }
  .sm-padding-left-63 {
    padding-left: 63px;
  }
  .sm-padding-left-64 {
    padding-left: 64px;
  }
  .sm-padding-left-65 {
    padding-left: 65px;
  }
  .sm-padding-left-66 {
    padding-left: 66px;
  }
  .sm-padding-left-67 {
    padding-left: 67px;
  }
  .sm-padding-left-68 {
    padding-left: 68px;
  }
  .sm-padding-left-69 {
    padding-left: 69px;
  }
  .sm-padding-left-70 {
    padding-left: 70px;
  }
  .sm-padding-left-71 {
    padding-left: 71px;
  }
  .sm-padding-left-72 {
    padding-left: 72px;
  }
  .sm-padding-left-73 {
    padding-left: 73px;
  }
  .sm-padding-left-74 {
    padding-left: 74px;
  }
  .sm-padding-left-75 {
    padding-left: 75px;
  }
  .sm-padding-left-76 {
    padding-left: 76px;
  }
  .sm-padding-left-77 {
    padding-left: 77px;
  }
  .sm-padding-left-78 {
    padding-left: 78px;
  }
  .sm-padding-left-79 {
    padding-left: 79px;
  }
  .sm-padding-left-80 {
    padding-left: 80px;
  }
  .sm-padding-left-81 {
    padding-left: 81px;
  }
  .sm-padding-left-82 {
    padding-left: 82px;
  }
  .sm-padding-left-83 {
    padding-left: 83px;
  }
  .sm-padding-left-84 {
    padding-left: 84px;
  }
  .sm-padding-left-85 {
    padding-left: 85px;
  }
  .sm-padding-left-86 {
    padding-left: 86px;
  }
  .sm-padding-left-87 {
    padding-left: 87px;
  }
  .sm-padding-left-88 {
    padding-left: 88px;
  }
  .sm-padding-left-89 {
    padding-left: 89px;
  }
  .sm-padding-left-90 {
    padding-left: 90px;
  }
  .sm-padding-left-91 {
    padding-left: 91px;
  }
  .sm-padding-left-92 {
    padding-left: 92px;
  }
  .sm-padding-left-93 {
    padding-left: 93px;
  }
  .sm-padding-left-94 {
    padding-left: 94px;
  }
  .sm-padding-left-95 {
    padding-left: 95px;
  }
  .sm-padding-left-96 {
    padding-left: 96px;
  }
  .sm-padding-left-97 {
    padding-left: 97px;
  }
  .sm-padding-left-98 {
    padding-left: 98px;
  }
  .sm-padding-left-99 {
    padding-left: 99px;
  }
  .sm-padding-left-100 {
    padding-left: 100px;
  }
  .sm-padding-right-0 {
    padding-right: 0px;
  }
  .sm-padding-right-1 {
    padding-right: 1px;
  }
  .sm-padding-right-2 {
    padding-right: 2px;
  }
  .sm-padding-right-3 {
    padding-right: 3px;
  }
  .sm-padding-right-4 {
    padding-right: 4px;
  }
  .sm-padding-right-5 {
    padding-right: 5px;
  }
  .sm-padding-right-6 {
    padding-right: 6px;
  }
  .sm-padding-right-7 {
    padding-right: 7px;
  }
  .sm-padding-right-8 {
    padding-right: 8px;
  }
  .sm-padding-right-9 {
    padding-right: 9px;
  }
  .sm-padding-right-10 {
    padding-right: 10px;
  }
  .sm-padding-right-11 {
    padding-right: 11px;
  }
  .sm-padding-right-12 {
    padding-right: 12px;
  }
  .sm-padding-right-13 {
    padding-right: 13px;
  }
  .sm-padding-right-14 {
    padding-right: 14px;
  }
  .sm-padding-right-15 {
    padding-right: 15px;
  }
  .sm-padding-right-16 {
    padding-right: 16px;
  }
  .sm-padding-right-17 {
    padding-right: 17px;
  }
  .sm-padding-right-18 {
    padding-right: 18px;
  }
  .sm-padding-right-19 {
    padding-right: 19px;
  }
  .sm-padding-right-20 {
    padding-right: 20px;
  }
  .sm-padding-right-21 {
    padding-right: 21px;
  }
  .sm-padding-right-22 {
    padding-right: 22px;
  }
  .sm-padding-right-23 {
    padding-right: 23px;
  }
  .sm-padding-right-24 {
    padding-right: 24px;
  }
  .sm-padding-right-25 {
    padding-right: 25px;
  }
  .sm-padding-right-26 {
    padding-right: 26px;
  }
  .sm-padding-right-27 {
    padding-right: 27px;
  }
  .sm-padding-right-28 {
    padding-right: 28px;
  }
  .sm-padding-right-29 {
    padding-right: 29px;
  }
  .sm-padding-right-30 {
    padding-right: 30px;
  }
  .sm-padding-right-31 {
    padding-right: 31px;
  }
  .sm-padding-right-32 {
    padding-right: 32px;
  }
  .sm-padding-right-33 {
    padding-right: 33px;
  }
  .sm-padding-right-34 {
    padding-right: 34px;
  }
  .sm-padding-right-35 {
    padding-right: 35px;
  }
  .sm-padding-right-36 {
    padding-right: 36px;
  }
  .sm-padding-right-37 {
    padding-right: 37px;
  }
  .sm-padding-right-38 {
    padding-right: 38px;
  }
  .sm-padding-right-39 {
    padding-right: 39px;
  }
  .sm-padding-right-40 {
    padding-right: 40px;
  }
  .sm-padding-right-41 {
    padding-right: 41px;
  }
  .sm-padding-right-42 {
    padding-right: 42px;
  }
  .sm-padding-right-43 {
    padding-right: 43px;
  }
  .sm-padding-right-44 {
    padding-right: 44px;
  }
  .sm-padding-right-45 {
    padding-right: 45px;
  }
  .sm-padding-right-46 {
    padding-right: 46px;
  }
  .sm-padding-right-47 {
    padding-right: 47px;
  }
  .sm-padding-right-48 {
    padding-right: 48px;
  }
  .sm-padding-right-49 {
    padding-right: 49px;
  }
  .sm-padding-right-50 {
    padding-right: 50px;
  }
  .sm-padding-right-51 {
    padding-right: 51px;
  }
  .sm-padding-right-52 {
    padding-right: 52px;
  }
  .sm-padding-right-53 {
    padding-right: 53px;
  }
  .sm-padding-right-54 {
    padding-right: 54px;
  }
  .sm-padding-right-55 {
    padding-right: 55px;
  }
  .sm-padding-right-56 {
    padding-right: 56px;
  }
  .sm-padding-right-57 {
    padding-right: 57px;
  }
  .sm-padding-right-58 {
    padding-right: 58px;
  }
  .sm-padding-right-59 {
    padding-right: 59px;
  }
  .sm-padding-right-60 {
    padding-right: 60px;
  }
  .sm-padding-right-61 {
    padding-right: 61px;
  }
  .sm-padding-right-62 {
    padding-right: 62px;
  }
  .sm-padding-right-63 {
    padding-right: 63px;
  }
  .sm-padding-right-64 {
    padding-right: 64px;
  }
  .sm-padding-right-65 {
    padding-right: 65px;
  }
  .sm-padding-right-66 {
    padding-right: 66px;
  }
  .sm-padding-right-67 {
    padding-right: 67px;
  }
  .sm-padding-right-68 {
    padding-right: 68px;
  }
  .sm-padding-right-69 {
    padding-right: 69px;
  }
  .sm-padding-right-70 {
    padding-right: 70px;
  }
  .sm-padding-right-71 {
    padding-right: 71px;
  }
  .sm-padding-right-72 {
    padding-right: 72px;
  }
  .sm-padding-right-73 {
    padding-right: 73px;
  }
  .sm-padding-right-74 {
    padding-right: 74px;
  }
  .sm-padding-right-75 {
    padding-right: 75px;
  }
  .sm-padding-right-76 {
    padding-right: 76px;
  }
  .sm-padding-right-77 {
    padding-right: 77px;
  }
  .sm-padding-right-78 {
    padding-right: 78px;
  }
  .sm-padding-right-79 {
    padding-right: 79px;
  }
  .sm-padding-right-80 {
    padding-right: 80px;
  }
  .sm-padding-right-81 {
    padding-right: 81px;
  }
  .sm-padding-right-82 {
    padding-right: 82px;
  }
  .sm-padding-right-83 {
    padding-right: 83px;
  }
  .sm-padding-right-84 {
    padding-right: 84px;
  }
  .sm-padding-right-85 {
    padding-right: 85px;
  }
  .sm-padding-right-86 {
    padding-right: 86px;
  }
  .sm-padding-right-87 {
    padding-right: 87px;
  }
  .sm-padding-right-88 {
    padding-right: 88px;
  }
  .sm-padding-right-89 {
    padding-right: 89px;
  }
  .sm-padding-right-90 {
    padding-right: 90px;
  }
  .sm-padding-right-91 {
    padding-right: 91px;
  }
  .sm-padding-right-92 {
    padding-right: 92px;
  }
  .sm-padding-right-93 {
    padding-right: 93px;
  }
  .sm-padding-right-94 {
    padding-right: 94px;
  }
  .sm-padding-right-95 {
    padding-right: 95px;
  }
  .sm-padding-right-96 {
    padding-right: 96px;
  }
  .sm-padding-right-97 {
    padding-right: 97px;
  }
  .sm-padding-right-98 {
    padding-right: 98px;
  }
  .sm-padding-right-99 {
    padding-right: 99px;
  }
  .sm-padding-right-100 {
    padding-right: 100px;
  }
  .sm-padding-bottom-0 {
    padding-bottom: 0px;
  }
  .sm-padding-bottom-1 {
    padding-bottom: 1px;
  }
  .sm-padding-bottom-2 {
    padding-bottom: 2px;
  }
  .sm-padding-bottom-3 {
    padding-bottom: 3px;
  }
  .sm-padding-bottom-4 {
    padding-bottom: 4px;
  }
  .sm-padding-bottom-5 {
    padding-bottom: 5px;
  }
  .sm-padding-bottom-6 {
    padding-bottom: 6px;
  }
  .sm-padding-bottom-7 {
    padding-bottom: 7px;
  }
  .sm-padding-bottom-8 {
    padding-bottom: 8px;
  }
  .sm-padding-bottom-9 {
    padding-bottom: 9px;
  }
  .sm-padding-bottom-10 {
    padding-bottom: 10px;
  }
  .sm-padding-bottom-11 {
    padding-bottom: 11px;
  }
  .sm-padding-bottom-12 {
    padding-bottom: 12px;
  }
  .sm-padding-bottom-13 {
    padding-bottom: 13px;
  }
  .sm-padding-bottom-14 {
    padding-bottom: 14px;
  }
  .sm-padding-bottom-15 {
    padding-bottom: 15px;
  }
  .sm-padding-bottom-16 {
    padding-bottom: 16px;
  }
  .sm-padding-bottom-17 {
    padding-bottom: 17px;
  }
  .sm-padding-bottom-18 {
    padding-bottom: 18px;
  }
  .sm-padding-bottom-19 {
    padding-bottom: 19px;
  }
  .sm-padding-bottom-20 {
    padding-bottom: 20px;
  }
  .sm-padding-bottom-21 {
    padding-bottom: 21px;
  }
  .sm-padding-bottom-22 {
    padding-bottom: 22px;
  }
  .sm-padding-bottom-23 {
    padding-bottom: 23px;
  }
  .sm-padding-bottom-24 {
    padding-bottom: 24px;
  }
  .sm-padding-bottom-25 {
    padding-bottom: 25px;
  }
  .sm-padding-bottom-26 {
    padding-bottom: 26px;
  }
  .sm-padding-bottom-27 {
    padding-bottom: 27px;
  }
  .sm-padding-bottom-28 {
    padding-bottom: 28px;
  }
  .sm-padding-bottom-29 {
    padding-bottom: 29px;
  }
  .sm-padding-bottom-30 {
    padding-bottom: 30px;
  }
  .sm-padding-bottom-31 {
    padding-bottom: 31px;
  }
  .sm-padding-bottom-32 {
    padding-bottom: 32px;
  }
  .sm-padding-bottom-33 {
    padding-bottom: 33px;
  }
  .sm-padding-bottom-34 {
    padding-bottom: 34px;
  }
  .sm-padding-bottom-35 {
    padding-bottom: 35px;
  }
  .sm-padding-bottom-36 {
    padding-bottom: 36px;
  }
  .sm-padding-bottom-37 {
    padding-bottom: 37px;
  }
  .sm-padding-bottom-38 {
    padding-bottom: 38px;
  }
  .sm-padding-bottom-39 {
    padding-bottom: 39px;
  }
  .sm-padding-bottom-40 {
    padding-bottom: 40px;
  }
  .sm-padding-bottom-41 {
    padding-bottom: 41px;
  }
  .sm-padding-bottom-42 {
    padding-bottom: 42px;
  }
  .sm-padding-bottom-43 {
    padding-bottom: 43px;
  }
  .sm-padding-bottom-44 {
    padding-bottom: 44px;
  }
  .sm-padding-bottom-45 {
    padding-bottom: 45px;
  }
  .sm-padding-bottom-46 {
    padding-bottom: 46px;
  }
  .sm-padding-bottom-47 {
    padding-bottom: 47px;
  }
  .sm-padding-bottom-48 {
    padding-bottom: 48px;
  }
  .sm-padding-bottom-49 {
    padding-bottom: 49px;
  }
  .sm-padding-bottom-50 {
    padding-bottom: 50px;
  }
  .sm-padding-bottom-51 {
    padding-bottom: 51px;
  }
  .sm-padding-bottom-52 {
    padding-bottom: 52px;
  }
  .sm-padding-bottom-53 {
    padding-bottom: 53px;
  }
  .sm-padding-bottom-54 {
    padding-bottom: 54px;
  }
  .sm-padding-bottom-55 {
    padding-bottom: 55px;
  }
  .sm-padding-bottom-56 {
    padding-bottom: 56px;
  }
  .sm-padding-bottom-57 {
    padding-bottom: 57px;
  }
  .sm-padding-bottom-58 {
    padding-bottom: 58px;
  }
  .sm-padding-bottom-59 {
    padding-bottom: 59px;
  }
  .sm-padding-bottom-60 {
    padding-bottom: 60px;
  }
  .sm-padding-bottom-61 {
    padding-bottom: 61px;
  }
  .sm-padding-bottom-62 {
    padding-bottom: 62px;
  }
  .sm-padding-bottom-63 {
    padding-bottom: 63px;
  }
  .sm-padding-bottom-64 {
    padding-bottom: 64px;
  }
  .sm-padding-bottom-65 {
    padding-bottom: 65px;
  }
  .sm-padding-bottom-66 {
    padding-bottom: 66px;
  }
  .sm-padding-bottom-67 {
    padding-bottom: 67px;
  }
  .sm-padding-bottom-68 {
    padding-bottom: 68px;
  }
  .sm-padding-bottom-69 {
    padding-bottom: 69px;
  }
  .sm-padding-bottom-70 {
    padding-bottom: 70px;
  }
  .sm-padding-bottom-71 {
    padding-bottom: 71px;
  }
  .sm-padding-bottom-72 {
    padding-bottom: 72px;
  }
  .sm-padding-bottom-73 {
    padding-bottom: 73px;
  }
  .sm-padding-bottom-74 {
    padding-bottom: 74px;
  }
  .sm-padding-bottom-75 {
    padding-bottom: 75px;
  }
  .sm-padding-bottom-76 {
    padding-bottom: 76px;
  }
  .sm-padding-bottom-77 {
    padding-bottom: 77px;
  }
  .sm-padding-bottom-78 {
    padding-bottom: 78px;
  }
  .sm-padding-bottom-79 {
    padding-bottom: 79px;
  }
  .sm-padding-bottom-80 {
    padding-bottom: 80px;
  }
  .sm-padding-bottom-81 {
    padding-bottom: 81px;
  }
  .sm-padding-bottom-82 {
    padding-bottom: 82px;
  }
  .sm-padding-bottom-83 {
    padding-bottom: 83px;
  }
  .sm-padding-bottom-84 {
    padding-bottom: 84px;
  }
  .sm-padding-bottom-85 {
    padding-bottom: 85px;
  }
  .sm-padding-bottom-86 {
    padding-bottom: 86px;
  }
  .sm-padding-bottom-87 {
    padding-bottom: 87px;
  }
  .sm-padding-bottom-88 {
    padding-bottom: 88px;
  }
  .sm-padding-bottom-89 {
    padding-bottom: 89px;
  }
  .sm-padding-bottom-90 {
    padding-bottom: 90px;
  }
  .sm-padding-bottom-91 {
    padding-bottom: 91px;
  }
  .sm-padding-bottom-92 {
    padding-bottom: 92px;
  }
  .sm-padding-bottom-93 {
    padding-bottom: 93px;
  }
  .sm-padding-bottom-94 {
    padding-bottom: 94px;
  }
  .sm-padding-bottom-95 {
    padding-bottom: 95px;
  }
  .sm-padding-bottom-96 {
    padding-bottom: 96px;
  }
  .sm-padding-bottom-97 {
    padding-bottom: 97px;
  }
  .sm-padding-bottom-98 {
    padding-bottom: 98px;
  }
  .sm-padding-bottom-99 {
    padding-bottom: 99px;
  }
  .sm-padding-bottom-100 {
    padding-bottom: 100px;
  }

  .sm-margin-top-0 {
    margin-top: 0px;
  }
  .sm-margin-top--0 {
    margin-top: -0px;
  }
  .sm-margin-top-1 {
    margin-top: 1px;
  }
  .sm-margin-top--1 {
    margin-top: -1px;
  }
  .sm-margin-top-2 {
    margin-top: 2px;
  }
  .sm-margin-top--2 {
    margin-top: -2px;
  }
  .sm-margin-top-3 {
    margin-top: 3px;
  }
  .sm-margin-top--3 {
    margin-top: -3px;
  }
  .sm-margin-top-4 {
    margin-top: 4px;
  }
  .sm-margin-top--4 {
    margin-top: -4px;
  }
  .sm-margin-top-5 {
    margin-top: 5px;
  }
  .sm-margin-top--5 {
    margin-top: -5px;
  }
  .sm-margin-top-6 {
    margin-top: 6px;
  }
  .sm-margin-top--6 {
    margin-top: -6px;
  }
  .sm-margin-top-7 {
    margin-top: 7px;
  }
  .sm-margin-top--7 {
    margin-top: -7px;
  }
  .sm-margin-top-8 {
    margin-top: 8px;
  }
  .sm-margin-top--8 {
    margin-top: -8px;
  }
  .sm-margin-top-9 {
    margin-top: 9px;
  }
  .sm-margin-top--9 {
    margin-top: -9px;
  }
  .sm-margin-top-10 {
    margin-top: 10px;
  }
  .sm-margin-top--10 {
    margin-top: -10px;
  }
  .sm-margin-top-11 {
    margin-top: 11px;
  }
  .sm-margin-top--11 {
    margin-top: -11px;
  }
  .sm-margin-top-12 {
    margin-top: 12px;
  }
  .sm-margin-top--12 {
    margin-top: -12px;
  }
  .sm-margin-top-13 {
    margin-top: 13px;
  }
  .sm-margin-top--13 {
    margin-top: -13px;
  }
  .sm-margin-top-14 {
    margin-top: 14px;
  }
  .sm-margin-top--14 {
    margin-top: -14px;
  }
  .sm-margin-top-15 {
    margin-top: 15px;
  }
  .sm-margin-top--15 {
    margin-top: -15px;
  }
  .sm-margin-top-16 {
    margin-top: 16px;
  }
  .sm-margin-top--16 {
    margin-top: -16px;
  }
  .sm-margin-top-17 {
    margin-top: 17px;
  }
  .sm-margin-top--17 {
    margin-top: -17px;
  }
  .sm-margin-top-18 {
    margin-top: 18px;
  }
  .sm-margin-top--18 {
    margin-top: -18px;
  }
  .sm-margin-top-19 {
    margin-top: 19px;
  }
  .sm-margin-top--19 {
    margin-top: -19px;
  }
  .sm-margin-top-20 {
    margin-top: 20px;
  }
  .sm-margin-top--20 {
    margin-top: -20px;
  }
  .sm-margin-top-21 {
    margin-top: 21px;
  }
  .sm-margin-top--21 {
    margin-top: -21px;
  }
  .sm-margin-top-22 {
    margin-top: 22px;
  }
  .sm-margin-top--22 {
    margin-top: -22px;
  }
  .sm-margin-top-23 {
    margin-top: 23px;
  }
  .sm-margin-top--23 {
    margin-top: -23px;
  }
  .sm-margin-top-24 {
    margin-top: 24px;
  }
  .sm-margin-top--24 {
    margin-top: -24px;
  }
  .sm-margin-top-25 {
    margin-top: 25px;
  }
  .sm-margin-top--25 {
    margin-top: -25px;
  }
  .sm-margin-top-26 {
    margin-top: 26px;
  }
  .sm-margin-top--26 {
    margin-top: -26px;
  }
  .sm-margin-top-27 {
    margin-top: 27px;
  }
  .sm-margin-top--27 {
    margin-top: -27px;
  }
  .sm-margin-top-28 {
    margin-top: 28px;
  }
  .sm-margin-top--28 {
    margin-top: -28px;
  }
  .sm-margin-top-29 {
    margin-top: 29px;
  }
  .sm-margin-top--29 {
    margin-top: -29px;
  }
  .sm-margin-top-30 {
    margin-top: 30px;
  }
  .sm-margin-top--30 {
    margin-top: -30px;
  }
  .sm-margin-top-31 {
    margin-top: 31px;
  }
  .sm-margin-top--31 {
    margin-top: -31px;
  }
  .sm-margin-top-32 {
    margin-top: 32px;
  }
  .sm-margin-top--32 {
    margin-top: -32px;
  }
  .sm-margin-top-33 {
    margin-top: 33px;
  }
  .sm-margin-top--33 {
    margin-top: -33px;
  }
  .sm-margin-top-34 {
    margin-top: 34px;
  }
  .sm-margin-top--34 {
    margin-top: -34px;
  }
  .sm-margin-top-35 {
    margin-top: 35px;
  }
  .sm-margin-top--35 {
    margin-top: -35px;
  }
  .sm-margin-top-36 {
    margin-top: 36px;
  }
  .sm-margin-top--36 {
    margin-top: -36px;
  }
  .sm-margin-top-37 {
    margin-top: 37px;
  }
  .sm-margin-top--37 {
    margin-top: -37px;
  }
  .sm-margin-top-38 {
    margin-top: 38px;
  }
  .sm-margin-top--38 {
    margin-top: -38px;
  }
  .sm-margin-top-39 {
    margin-top: 39px;
  }
  .sm-margin-top--39 {
    margin-top: -39px;
  }
  .sm-margin-top-40 {
    margin-top: 40px;
  }
  .sm-margin-top--40 {
    margin-top: -40px;
  }
  .sm-margin-top-41 {
    margin-top: 41px;
  }
  .sm-margin-top--41 {
    margin-top: -41px;
  }
  .sm-margin-top-42 {
    margin-top: 42px;
  }
  .sm-margin-top--42 {
    margin-top: -42px;
  }
  .sm-margin-top-43 {
    margin-top: 43px;
  }
  .sm-margin-top--43 {
    margin-top: -43px;
  }
  .sm-margin-top-44 {
    margin-top: 44px;
  }
  .sm-margin-top--44 {
    margin-top: -44px;
  }
  .sm-margin-top-45 {
    margin-top: 45px;
  }
  .sm-margin-top--45 {
    margin-top: -45px;
  }
  .sm-margin-top-46 {
    margin-top: 46px;
  }
  .sm-margin-top--46 {
    margin-top: -46px;
  }
  .sm-margin-top-47 {
    margin-top: 47px;
  }
  .sm-margin-top--47 {
    margin-top: -47px;
  }
  .sm-margin-top-48 {
    margin-top: 48px;
  }
  .sm-margin-top--48 {
    margin-top: -48px;
  }
  .sm-margin-top-49 {
    margin-top: 49px;
  }
  .sm-margin-top--49 {
    margin-top: -49px;
  }
  .sm-margin-top-50 {
    margin-top: 50px;
  }
  .sm-margin-top--50 {
    margin-top: -50px;
  }
  .sm-margin-top-51 {
    margin-top: 51px;
  }
  .sm-margin-top--51 {
    margin-top: -51px;
  }
  .sm-margin-top-52 {
    margin-top: 52px;
  }
  .sm-margin-top--52 {
    margin-top: -52px;
  }
  .sm-margin-top-53 {
    margin-top: 53px;
  }
  .sm-margin-top--53 {
    margin-top: -53px;
  }
  .sm-margin-top-54 {
    margin-top: 54px;
  }
  .sm-margin-top--54 {
    margin-top: -54px;
  }
  .sm-margin-top-55 {
    margin-top: 55px;
  }
  .sm-margin-top--55 {
    margin-top: -55px;
  }
  .sm-margin-top-56 {
    margin-top: 56px;
  }
  .sm-margin-top--56 {
    margin-top: -56px;
  }
  .sm-margin-top-57 {
    margin-top: 57px;
  }
  .sm-margin-top--57 {
    margin-top: -57px;
  }
  .sm-margin-top-58 {
    margin-top: 58px;
  }
  .sm-margin-top--58 {
    margin-top: -58px;
  }
  .sm-margin-top-59 {
    margin-top: 59px;
  }
  .sm-margin-top--59 {
    margin-top: -59px;
  }
  .sm-margin-top-60 {
    margin-top: 60px;
  }
  .sm-margin-top--60 {
    margin-top: -60px;
  }
  .sm-margin-top-61 {
    margin-top: 61px;
  }
  .sm-margin-top--61 {
    margin-top: -61px;
  }
  .sm-margin-top-62 {
    margin-top: 62px;
  }
  .sm-margin-top--62 {
    margin-top: -62px;
  }
  .sm-margin-top-63 {
    margin-top: 63px;
  }
  .sm-margin-top--63 {
    margin-top: -63px;
  }
  .sm-margin-top-64 {
    margin-top: 64px;
  }
  .sm-margin-top--64 {
    margin-top: -64px;
  }
  .sm-margin-top-65 {
    margin-top: 65px;
  }
  .sm-margin-top--65 {
    margin-top: -65px;
  }
  .sm-margin-top-66 {
    margin-top: 66px;
  }
  .sm-margin-top--66 {
    margin-top: -66px;
  }
  .sm-margin-top-67 {
    margin-top: 67px;
  }
  .sm-margin-top--67 {
    margin-top: -67px;
  }
  .sm-margin-top-68 {
    margin-top: 68px;
  }
  .sm-margin-top--68 {
    margin-top: -68px;
  }
  .sm-margin-top-69 {
    margin-top: 69px;
  }
  .sm-margin-top--69 {
    margin-top: -69px;
  }
  .sm-margin-top-70 {
    margin-top: 70px;
  }
  .sm-margin-top--70 {
    margin-top: -70px;
  }
  .sm-margin-top-71 {
    margin-top: 71px;
  }
  .sm-margin-top--71 {
    margin-top: -71px;
  }
  .sm-margin-top-72 {
    margin-top: 72px;
  }
  .sm-margin-top--72 {
    margin-top: -72px;
  }
  .sm-margin-top-73 {
    margin-top: 73px;
  }
  .sm-margin-top--73 {
    margin-top: -73px;
  }
  .sm-margin-top-74 {
    margin-top: 74px;
  }
  .sm-margin-top--74 {
    margin-top: -74px;
  }
  .sm-margin-top-75 {
    margin-top: 75px;
  }
  .sm-margin-top--75 {
    margin-top: -75px;
  }
  .sm-margin-top-76 {
    margin-top: 76px;
  }
  .sm-margin-top--76 {
    margin-top: -76px;
  }
  .sm-margin-top-77 {
    margin-top: 77px;
  }
  .sm-margin-top--77 {
    margin-top: -77px;
  }
  .sm-margin-top-78 {
    margin-top: 78px;
  }
  .sm-margin-top--78 {
    margin-top: -78px;
  }
  .sm-margin-top-79 {
    margin-top: 79px;
  }
  .sm-margin-top--79 {
    margin-top: -79px;
  }
  .sm-margin-top-80 {
    margin-top: 80px;
  }
  .sm-margin-top--80 {
    margin-top: -80px;
  }
  .sm-margin-top-81 {
    margin-top: 81px;
  }
  .sm-margin-top--81 {
    margin-top: -81px;
  }
  .sm-margin-top-82 {
    margin-top: 82px;
  }
  .sm-margin-top--82 {
    margin-top: -82px;
  }
  .sm-margin-top-83 {
    margin-top: 83px;
  }
  .sm-margin-top--83 {
    margin-top: -83px;
  }
  .sm-margin-top-84 {
    margin-top: 84px;
  }
  .sm-margin-top--84 {
    margin-top: -84px;
  }
  .sm-margin-top-85 {
    margin-top: 85px;
  }
  .sm-margin-top--85 {
    margin-top: -85px;
  }
  .sm-margin-top-86 {
    margin-top: 86px;
  }
  .sm-margin-top--86 {
    margin-top: -86px;
  }
  .sm-margin-top-87 {
    margin-top: 87px;
  }
  .sm-margin-top--87 {
    margin-top: -87px;
  }
  .sm-margin-top-88 {
    margin-top: 88px;
  }
  .sm-margin-top--88 {
    margin-top: -88px;
  }
  .sm-margin-top-89 {
    margin-top: 89px;
  }
  .sm-margin-top--89 {
    margin-top: -89px;
  }
  .sm-margin-top-90 {
    margin-top: 90px;
  }
  .sm-margin-top--90 {
    margin-top: -90px;
  }
  .sm-margin-top-91 {
    margin-top: 91px;
  }
  .sm-margin-top--91 {
    margin-top: -91px;
  }
  .sm-margin-top-92 {
    margin-top: 92px;
  }
  .sm-margin-top--92 {
    margin-top: -92px;
  }
  .sm-margin-top-93 {
    margin-top: 93px;
  }
  .sm-margin-top--93 {
    margin-top: -93px;
  }
  .sm-margin-top-94 {
    margin-top: 94px;
  }
  .sm-margin-top--94 {
    margin-top: -94px;
  }
  .sm-margin-top-95 {
    margin-top: 95px;
  }
  .sm-margin-top--95 {
    margin-top: -95px;
  }
  .sm-margin-top-96 {
    margin-top: 96px;
  }
  .sm-margin-top--96 {
    margin-top: -96px;
  }
  .sm-margin-top-97 {
    margin-top: 97px;
  }
  .sm-margin-top--97 {
    margin-top: -97px;
  }
  .sm-margin-top-98 {
    margin-top: 98px;
  }
  .sm-margin-top--98 {
    margin-top: -98px;
  }
  .sm-margin-top-99 {
    margin-top: 99px;
  }
  .sm-margin-top--99 {
    margin-top: -99px;
  }
  .sm-margin-top-100 {
    margin-top: 100px;
  }
  .sm-margin-top--100 {
    margin-top: -100px;
  }
  .sm-margin-left-0 {
    margin-left: 0px;
  }
  .sm-margin-left--0 {
    margin-left: -0px;
  }
  .sm-margin-left-1 {
    margin-left: 1px;
  }
  .sm-margin-left--1 {
    margin-left: -1px;
  }
  .sm-margin-left-2 {
    margin-left: 2px;
  }
  .sm-margin-left--2 {
    margin-left: -2px;
  }
  .sm-margin-left-3 {
    margin-left: 3px;
  }
  .sm-margin-left--3 {
    margin-left: -3px;
  }
  .sm-margin-left-4 {
    margin-left: 4px;
  }
  .sm-margin-left--4 {
    margin-left: -4px;
  }
  .sm-margin-left-5 {
    margin-left: 5px;
  }
  .sm-margin-left--5 {
    margin-left: -5px;
  }
  .sm-margin-left-6 {
    margin-left: 6px;
  }
  .sm-margin-left--6 {
    margin-left: -6px;
  }
  .sm-margin-left-7 {
    margin-left: 7px;
  }
  .sm-margin-left--7 {
    margin-left: -7px;
  }
  .sm-margin-left-8 {
    margin-left: 8px;
  }
  .sm-margin-left--8 {
    margin-left: -8px;
  }
  .sm-margin-left-9 {
    margin-left: 9px;
  }
  .sm-margin-left--9 {
    margin-left: -9px;
  }
  .sm-margin-left-10 {
    margin-left: 10px;
  }
  .sm-margin-left--10 {
    margin-left: -10px;
  }
  .sm-margin-left-11 {
    margin-left: 11px;
  }
  .sm-margin-left--11 {
    margin-left: -11px;
  }
  .sm-margin-left-12 {
    margin-left: 12px;
  }
  .sm-margin-left--12 {
    margin-left: -12px;
  }
  .sm-margin-left-13 {
    margin-left: 13px;
  }
  .sm-margin-left--13 {
    margin-left: -13px;
  }
  .sm-margin-left-14 {
    margin-left: 14px;
  }
  .sm-margin-left--14 {
    margin-left: -14px;
  }
  .sm-margin-left-15 {
    margin-left: 15px;
  }
  .sm-margin-left--15 {
    margin-left: -15px;
  }
  .sm-margin-left-16 {
    margin-left: 16px;
  }
  .sm-margin-left--16 {
    margin-left: -16px;
  }
  .sm-margin-left-17 {
    margin-left: 17px;
  }
  .sm-margin-left--17 {
    margin-left: -17px;
  }
  .sm-margin-left-18 {
    margin-left: 18px;
  }
  .sm-margin-left--18 {
    margin-left: -18px;
  }
  .sm-margin-left-19 {
    margin-left: 19px;
  }
  .sm-margin-left--19 {
    margin-left: -19px;
  }
  .sm-margin-left-20 {
    margin-left: 20px;
  }
  .sm-margin-left--20 {
    margin-left: -20px;
  }
  .sm-margin-left-21 {
    margin-left: 21px;
  }
  .sm-margin-left--21 {
    margin-left: -21px;
  }
  .sm-margin-left-22 {
    margin-left: 22px;
  }
  .sm-margin-left--22 {
    margin-left: -22px;
  }
  .sm-margin-left-23 {
    margin-left: 23px;
  }
  .sm-margin-left--23 {
    margin-left: -23px;
  }
  .sm-margin-left-24 {
    margin-left: 24px;
  }
  .sm-margin-left--24 {
    margin-left: -24px;
  }
  .sm-margin-left-25 {
    margin-left: 25px;
  }
  .sm-margin-left--25 {
    margin-left: -25px;
  }
  .sm-margin-left-26 {
    margin-left: 26px;
  }
  .sm-margin-left--26 {
    margin-left: -26px;
  }
  .sm-margin-left-27 {
    margin-left: 27px;
  }
  .sm-margin-left--27 {
    margin-left: -27px;
  }
  .sm-margin-left-28 {
    margin-left: 28px;
  }
  .sm-margin-left--28 {
    margin-left: -28px;
  }
  .sm-margin-left-29 {
    margin-left: 29px;
  }
  .sm-margin-left--29 {
    margin-left: -29px;
  }
  .sm-margin-left-30 {
    margin-left: 30px;
  }
  .sm-margin-left--30 {
    margin-left: -30px;
  }
  .sm-margin-left-31 {
    margin-left: 31px;
  }
  .sm-margin-left--31 {
    margin-left: -31px;
  }
  .sm-margin-left-32 {
    margin-left: 32px;
  }
  .sm-margin-left--32 {
    margin-left: -32px;
  }
  .sm-margin-left-33 {
    margin-left: 33px;
  }
  .sm-margin-left--33 {
    margin-left: -33px;
  }
  .sm-margin-left-34 {
    margin-left: 34px;
  }
  .sm-margin-left--34 {
    margin-left: -34px;
  }
  .sm-margin-left-35 {
    margin-left: 35px;
  }
  .sm-margin-left--35 {
    margin-left: -35px;
  }
  .sm-margin-left-36 {
    margin-left: 36px;
  }
  .sm-margin-left--36 {
    margin-left: -36px;
  }
  .sm-margin-left-37 {
    margin-left: 37px;
  }
  .sm-margin-left--37 {
    margin-left: -37px;
  }
  .sm-margin-left-38 {
    margin-left: 38px;
  }
  .sm-margin-left--38 {
    margin-left: -38px;
  }
  .sm-margin-left-39 {
    margin-left: 39px;
  }
  .sm-margin-left--39 {
    margin-left: -39px;
  }
  .sm-margin-left-40 {
    margin-left: 40px;
  }
  .sm-margin-left--40 {
    margin-left: -40px;
  }
  .sm-margin-left-41 {
    margin-left: 41px;
  }
  .sm-margin-left--41 {
    margin-left: -41px;
  }
  .sm-margin-left-42 {
    margin-left: 42px;
  }
  .sm-margin-left--42 {
    margin-left: -42px;
  }
  .sm-margin-left-43 {
    margin-left: 43px;
  }
  .sm-margin-left--43 {
    margin-left: -43px;
  }
  .sm-margin-left-44 {
    margin-left: 44px;
  }
  .sm-margin-left--44 {
    margin-left: -44px;
  }
  .sm-margin-left-45 {
    margin-left: 45px;
  }
  .sm-margin-left--45 {
    margin-left: -45px;
  }
  .sm-margin-left-46 {
    margin-left: 46px;
  }
  .sm-margin-left--46 {
    margin-left: -46px;
  }
  .sm-margin-left-47 {
    margin-left: 47px;
  }
  .sm-margin-left--47 {
    margin-left: -47px;
  }
  .sm-margin-left-48 {
    margin-left: 48px;
  }
  .sm-margin-left--48 {
    margin-left: -48px;
  }
  .sm-margin-left-49 {
    margin-left: 49px;
  }
  .sm-margin-left--49 {
    margin-left: -49px;
  }
  .sm-margin-left-50 {
    margin-left: 50px;
  }
  .sm-margin-left--50 {
    margin-left: -50px;
  }
  .sm-margin-left-51 {
    margin-left: 51px;
  }
  .sm-margin-left--51 {
    margin-left: -51px;
  }
  .sm-margin-left-52 {
    margin-left: 52px;
  }
  .sm-margin-left--52 {
    margin-left: -52px;
  }
  .sm-margin-left-53 {
    margin-left: 53px;
  }
  .sm-margin-left--53 {
    margin-left: -53px;
  }
  .sm-margin-left-54 {
    margin-left: 54px;
  }
  .sm-margin-left--54 {
    margin-left: -54px;
  }
  .sm-margin-left-55 {
    margin-left: 55px;
  }
  .sm-margin-left--55 {
    margin-left: -55px;
  }
  .sm-margin-left-56 {
    margin-left: 56px;
  }
  .sm-margin-left--56 {
    margin-left: -56px;
  }
  .sm-margin-left-57 {
    margin-left: 57px;
  }
  .sm-margin-left--57 {
    margin-left: -57px;
  }
  .sm-margin-left-58 {
    margin-left: 58px;
  }
  .sm-margin-left--58 {
    margin-left: -58px;
  }
  .sm-margin-left-59 {
    margin-left: 59px;
  }
  .sm-margin-left--59 {
    margin-left: -59px;
  }
  .sm-margin-left-60 {
    margin-left: 60px;
  }
  .sm-margin-left--60 {
    margin-left: -60px;
  }
  .sm-margin-left-61 {
    margin-left: 61px;
  }
  .sm-margin-left--61 {
    margin-left: -61px;
  }
  .sm-margin-left-62 {
    margin-left: 62px;
  }
  .sm-margin-left--62 {
    margin-left: -62px;
  }
  .sm-margin-left-63 {
    margin-left: 63px;
  }
  .sm-margin-left--63 {
    margin-left: -63px;
  }
  .sm-margin-left-64 {
    margin-left: 64px;
  }
  .sm-margin-left--64 {
    margin-left: -64px;
  }
  .sm-margin-left-65 {
    margin-left: 65px;
  }
  .sm-margin-left--65 {
    margin-left: -65px;
  }
  .sm-margin-left-66 {
    margin-left: 66px;
  }
  .sm-margin-left--66 {
    margin-left: -66px;
  }
  .sm-margin-left-67 {
    margin-left: 67px;
  }
  .sm-margin-left--67 {
    margin-left: -67px;
  }
  .sm-margin-left-68 {
    margin-left: 68px;
  }
  .sm-margin-left--68 {
    margin-left: -68px;
  }
  .sm-margin-left-69 {
    margin-left: 69px;
  }
  .sm-margin-left--69 {
    margin-left: -69px;
  }
  .sm-margin-left-70 {
    margin-left: 70px;
  }
  .sm-margin-left--70 {
    margin-left: -70px;
  }
  .sm-margin-left-71 {
    margin-left: 71px;
  }
  .sm-margin-left--71 {
    margin-left: -71px;
  }
  .sm-margin-left-72 {
    margin-left: 72px;
  }
  .sm-margin-left--72 {
    margin-left: -72px;
  }
  .sm-margin-left-73 {
    margin-left: 73px;
  }
  .sm-margin-left--73 {
    margin-left: -73px;
  }
  .sm-margin-left-74 {
    margin-left: 74px;
  }
  .sm-margin-left--74 {
    margin-left: -74px;
  }
  .sm-margin-left-75 {
    margin-left: 75px;
  }
  .sm-margin-left--75 {
    margin-left: -75px;
  }
  .sm-margin-left-76 {
    margin-left: 76px;
  }
  .sm-margin-left--76 {
    margin-left: -76px;
  }
  .sm-margin-left-77 {
    margin-left: 77px;
  }
  .sm-margin-left--77 {
    margin-left: -77px;
  }
  .sm-margin-left-78 {
    margin-left: 78px;
  }
  .sm-margin-left--78 {
    margin-left: -78px;
  }
  .sm-margin-left-79 {
    margin-left: 79px;
  }
  .sm-margin-left--79 {
    margin-left: -79px;
  }
  .sm-margin-left-80 {
    margin-left: 80px;
  }
  .sm-margin-left--80 {
    margin-left: -80px;
  }
  .sm-margin-left-81 {
    margin-left: 81px;
  }
  .sm-margin-left--81 {
    margin-left: -81px;
  }
  .sm-margin-left-82 {
    margin-left: 82px;
  }
  .sm-margin-left--82 {
    margin-left: -82px;
  }
  .sm-margin-left-83 {
    margin-left: 83px;
  }
  .sm-margin-left--83 {
    margin-left: -83px;
  }
  .sm-margin-left-84 {
    margin-left: 84px;
  }
  .sm-margin-left--84 {
    margin-left: -84px;
  }
  .sm-margin-left-85 {
    margin-left: 85px;
  }
  .sm-margin-left--85 {
    margin-left: -85px;
  }
  .sm-margin-left-86 {
    margin-left: 86px;
  }
  .sm-margin-left--86 {
    margin-left: -86px;
  }
  .sm-margin-left-87 {
    margin-left: 87px;
  }
  .sm-margin-left--87 {
    margin-left: -87px;
  }
  .sm-margin-left-88 {
    margin-left: 88px;
  }
  .sm-margin-left--88 {
    margin-left: -88px;
  }
  .sm-margin-left-89 {
    margin-left: 89px;
  }
  .sm-margin-left--89 {
    margin-left: -89px;
  }
  .sm-margin-left-90 {
    margin-left: 90px;
  }
  .sm-margin-left--90 {
    margin-left: -90px;
  }
  .sm-margin-left-91 {
    margin-left: 91px;
  }
  .sm-margin-left--91 {
    margin-left: -91px;
  }
  .sm-margin-left-92 {
    margin-left: 92px;
  }
  .sm-margin-left--92 {
    margin-left: -92px;
  }
  .sm-margin-left-93 {
    margin-left: 93px;
  }
  .sm-margin-left--93 {
    margin-left: -93px;
  }
  .sm-margin-left-94 {
    margin-left: 94px;
  }
  .sm-margin-left--94 {
    margin-left: -94px;
  }
  .sm-margin-left-95 {
    margin-left: 95px;
  }
  .sm-margin-left--95 {
    margin-left: -95px;
  }
  .sm-margin-left-96 {
    margin-left: 96px;
  }
  .sm-margin-left--96 {
    margin-left: -96px;
  }
  .sm-margin-left-97 {
    margin-left: 97px;
  }
  .sm-margin-left--97 {
    margin-left: -97px;
  }
  .sm-margin-left-98 {
    margin-left: 98px;
  }
  .sm-margin-left--98 {
    margin-left: -98px;
  }
  .sm-margin-left-99 {
    margin-left: 99px;
  }
  .sm-margin-left--99 {
    margin-left: -99px;
  }
  .sm-margin-left-100 {
    margin-left: 100px;
  }
  .sm-margin-left--100 {
    margin-left: -100px;
  }
  .sm-margin-right-0 {
    margin-right: 0px;
  }
  .sm-margin-right--0 {
    margin-right: -0px;
  }
  .sm-margin-right-1 {
    margin-right: 1px;
  }
  .sm-margin-right--1 {
    margin-right: -1px;
  }
  .sm-margin-right-2 {
    margin-right: 2px;
  }
  .sm-margin-right--2 {
    margin-right: -2px;
  }
  .sm-margin-right-3 {
    margin-right: 3px;
  }
  .sm-margin-right--3 {
    margin-right: -3px;
  }
  .sm-margin-right-4 {
    margin-right: 4px;
  }
  .sm-margin-right--4 {
    margin-right: -4px;
  }
  .sm-margin-right-5 {
    margin-right: 5px;
  }
  .sm-margin-right--5 {
    margin-right: -5px;
  }
  .sm-margin-right-6 {
    margin-right: 6px;
  }
  .sm-margin-right--6 {
    margin-right: -6px;
  }
  .sm-margin-right-7 {
    margin-right: 7px;
  }
  .sm-margin-right--7 {
    margin-right: -7px;
  }
  .sm-margin-right-8 {
    margin-right: 8px;
  }
  .sm-margin-right--8 {
    margin-right: -8px;
  }
  .sm-margin-right-9 {
    margin-right: 9px;
  }
  .sm-margin-right--9 {
    margin-right: -9px;
  }
  .sm-margin-right-10 {
    margin-right: 10px;
  }
  .sm-margin-right--10 {
    margin-right: -10px;
  }
  .sm-margin-right-11 {
    margin-right: 11px;
  }
  .sm-margin-right--11 {
    margin-right: -11px;
  }
  .sm-margin-right-12 {
    margin-right: 12px;
  }
  .sm-margin-right--12 {
    margin-right: -12px;
  }
  .sm-margin-right-13 {
    margin-right: 13px;
  }
  .sm-margin-right--13 {
    margin-right: -13px;
  }
  .sm-margin-right-14 {
    margin-right: 14px;
  }
  .sm-margin-right--14 {
    margin-right: -14px;
  }
  .sm-margin-right-15 {
    margin-right: 15px;
  }
  .sm-margin-right--15 {
    margin-right: -15px;
  }
  .sm-margin-right-16 {
    margin-right: 16px;
  }
  .sm-margin-right--16 {
    margin-right: -16px;
  }
  .sm-margin-right-17 {
    margin-right: 17px;
  }
  .sm-margin-right--17 {
    margin-right: -17px;
  }
  .sm-margin-right-18 {
    margin-right: 18px;
  }
  .sm-margin-right--18 {
    margin-right: -18px;
  }
  .sm-margin-right-19 {
    margin-right: 19px;
  }
  .sm-margin-right--19 {
    margin-right: -19px;
  }
  .sm-margin-right-20 {
    margin-right: 20px;
  }
  .sm-margin-right--20 {
    margin-right: -20px;
  }
  .sm-margin-right-21 {
    margin-right: 21px;
  }
  .sm-margin-right--21 {
    margin-right: -21px;
  }
  .sm-margin-right-22 {
    margin-right: 22px;
  }
  .sm-margin-right--22 {
    margin-right: -22px;
  }
  .sm-margin-right-23 {
    margin-right: 23px;
  }
  .sm-margin-right--23 {
    margin-right: -23px;
  }
  .sm-margin-right-24 {
    margin-right: 24px;
  }
  .sm-margin-right--24 {
    margin-right: -24px;
  }
  .sm-margin-right-25 {
    margin-right: 25px;
  }
  .sm-margin-right--25 {
    margin-right: -25px;
  }
  .sm-margin-right-26 {
    margin-right: 26px;
  }
  .sm-margin-right--26 {
    margin-right: -26px;
  }
  .sm-margin-right-27 {
    margin-right: 27px;
  }
  .sm-margin-right--27 {
    margin-right: -27px;
  }
  .sm-margin-right-28 {
    margin-right: 28px;
  }
  .sm-margin-right--28 {
    margin-right: -28px;
  }
  .sm-margin-right-29 {
    margin-right: 29px;
  }
  .sm-margin-right--29 {
    margin-right: -29px;
  }
  .sm-margin-right-30 {
    margin-right: 30px;
  }
  .sm-margin-right--30 {
    margin-right: -30px;
  }
  .sm-margin-right-31 {
    margin-right: 31px;
  }
  .sm-margin-right--31 {
    margin-right: -31px;
  }
  .sm-margin-right-32 {
    margin-right: 32px;
  }
  .sm-margin-right--32 {
    margin-right: -32px;
  }
  .sm-margin-right-33 {
    margin-right: 33px;
  }
  .sm-margin-right--33 {
    margin-right: -33px;
  }
  .sm-margin-right-34 {
    margin-right: 34px;
  }
  .sm-margin-right--34 {
    margin-right: -34px;
  }
  .sm-margin-right-35 {
    margin-right: 35px;
  }
  .sm-margin-right--35 {
    margin-right: -35px;
  }
  .sm-margin-right-36 {
    margin-right: 36px;
  }
  .sm-margin-right--36 {
    margin-right: -36px;
  }
  .sm-margin-right-37 {
    margin-right: 37px;
  }
  .sm-margin-right--37 {
    margin-right: -37px;
  }
  .sm-margin-right-38 {
    margin-right: 38px;
  }
  .sm-margin-right--38 {
    margin-right: -38px;
  }
  .sm-margin-right-39 {
    margin-right: 39px;
  }
  .sm-margin-right--39 {
    margin-right: -39px;
  }
  .sm-margin-right-40 {
    margin-right: 40px;
  }
  .sm-margin-right--40 {
    margin-right: -40px;
  }
  .sm-margin-right-41 {
    margin-right: 41px;
  }
  .sm-margin-right--41 {
    margin-right: -41px;
  }
  .sm-margin-right-42 {
    margin-right: 42px;
  }
  .sm-margin-right--42 {
    margin-right: -42px;
  }
  .sm-margin-right-43 {
    margin-right: 43px;
  }
  .sm-margin-right--43 {
    margin-right: -43px;
  }
  .sm-margin-right-44 {
    margin-right: 44px;
  }
  .sm-margin-right--44 {
    margin-right: -44px;
  }
  .sm-margin-right-45 {
    margin-right: 45px;
  }
  .sm-margin-right--45 {
    margin-right: -45px;
  }
  .sm-margin-right-46 {
    margin-right: 46px;
  }
  .sm-margin-right--46 {
    margin-right: -46px;
  }
  .sm-margin-right-47 {
    margin-right: 47px;
  }
  .sm-margin-right--47 {
    margin-right: -47px;
  }
  .sm-margin-right-48 {
    margin-right: 48px;
  }
  .sm-margin-right--48 {
    margin-right: -48px;
  }
  .sm-margin-right-49 {
    margin-right: 49px;
  }
  .sm-margin-right--49 {
    margin-right: -49px;
  }
  .sm-margin-right-50 {
    margin-right: 50px;
  }
  .sm-margin-right--50 {
    margin-right: -50px;
  }
  .sm-margin-right-51 {
    margin-right: 51px;
  }
  .sm-margin-right--51 {
    margin-right: -51px;
  }
  .sm-margin-right-52 {
    margin-right: 52px;
  }
  .sm-margin-right--52 {
    margin-right: -52px;
  }
  .sm-margin-right-53 {
    margin-right: 53px;
  }
  .sm-margin-right--53 {
    margin-right: -53px;
  }
  .sm-margin-right-54 {
    margin-right: 54px;
  }
  .sm-margin-right--54 {
    margin-right: -54px;
  }
  .sm-margin-right-55 {
    margin-right: 55px;
  }
  .sm-margin-right--55 {
    margin-right: -55px;
  }
  .sm-margin-right-56 {
    margin-right: 56px;
  }
  .sm-margin-right--56 {
    margin-right: -56px;
  }
  .sm-margin-right-57 {
    margin-right: 57px;
  }
  .sm-margin-right--57 {
    margin-right: -57px;
  }
  .sm-margin-right-58 {
    margin-right: 58px;
  }
  .sm-margin-right--58 {
    margin-right: -58px;
  }
  .sm-margin-right-59 {
    margin-right: 59px;
  }
  .sm-margin-right--59 {
    margin-right: -59px;
  }
  .sm-margin-right-60 {
    margin-right: 60px;
  }
  .sm-margin-right--60 {
    margin-right: -60px;
  }
  .sm-margin-right-61 {
    margin-right: 61px;
  }
  .sm-margin-right--61 {
    margin-right: -61px;
  }
  .sm-margin-right-62 {
    margin-right: 62px;
  }
  .sm-margin-right--62 {
    margin-right: -62px;
  }
  .sm-margin-right-63 {
    margin-right: 63px;
  }
  .sm-margin-right--63 {
    margin-right: -63px;
  }
  .sm-margin-right-64 {
    margin-right: 64px;
  }
  .sm-margin-right--64 {
    margin-right: -64px;
  }
  .sm-margin-right-65 {
    margin-right: 65px;
  }
  .sm-margin-right--65 {
    margin-right: -65px;
  }
  .sm-margin-right-66 {
    margin-right: 66px;
  }
  .sm-margin-right--66 {
    margin-right: -66px;
  }
  .sm-margin-right-67 {
    margin-right: 67px;
  }
  .sm-margin-right--67 {
    margin-right: -67px;
  }
  .sm-margin-right-68 {
    margin-right: 68px;
  }
  .sm-margin-right--68 {
    margin-right: -68px;
  }
  .sm-margin-right-69 {
    margin-right: 69px;
  }
  .sm-margin-right--69 {
    margin-right: -69px;
  }
  .sm-margin-right-70 {
    margin-right: 70px;
  }
  .sm-margin-right--70 {
    margin-right: -70px;
  }
  .sm-margin-right-71 {
    margin-right: 71px;
  }
  .sm-margin-right--71 {
    margin-right: -71px;
  }
  .sm-margin-right-72 {
    margin-right: 72px;
  }
  .sm-margin-right--72 {
    margin-right: -72px;
  }
  .sm-margin-right-73 {
    margin-right: 73px;
  }
  .sm-margin-right--73 {
    margin-right: -73px;
  }
  .sm-margin-right-74 {
    margin-right: 74px;
  }
  .sm-margin-right--74 {
    margin-right: -74px;
  }
  .sm-margin-right-75 {
    margin-right: 75px;
  }
  .sm-margin-right--75 {
    margin-right: -75px;
  }
  .sm-margin-right-76 {
    margin-right: 76px;
  }
  .sm-margin-right--76 {
    margin-right: -76px;
  }
  .sm-margin-right-77 {
    margin-right: 77px;
  }
  .sm-margin-right--77 {
    margin-right: -77px;
  }
  .sm-margin-right-78 {
    margin-right: 78px;
  }
  .sm-margin-right--78 {
    margin-right: -78px;
  }
  .sm-margin-right-79 {
    margin-right: 79px;
  }
  .sm-margin-right--79 {
    margin-right: -79px;
  }
  .sm-margin-right-80 {
    margin-right: 80px;
  }
  .sm-margin-right--80 {
    margin-right: -80px;
  }
  .sm-margin-right-81 {
    margin-right: 81px;
  }
  .sm-margin-right--81 {
    margin-right: -81px;
  }
  .sm-margin-right-82 {
    margin-right: 82px;
  }
  .sm-margin-right--82 {
    margin-right: -82px;
  }
  .sm-margin-right-83 {
    margin-right: 83px;
  }
  .sm-margin-right--83 {
    margin-right: -83px;
  }
  .sm-margin-right-84 {
    margin-right: 84px;
  }
  .sm-margin-right--84 {
    margin-right: -84px;
  }
  .sm-margin-right-85 {
    margin-right: 85px;
  }
  .sm-margin-right--85 {
    margin-right: -85px;
  }
  .sm-margin-right-86 {
    margin-right: 86px;
  }
  .sm-margin-right--86 {
    margin-right: -86px;
  }
  .sm-margin-right-87 {
    margin-right: 87px;
  }
  .sm-margin-right--87 {
    margin-right: -87px;
  }
  .sm-margin-right-88 {
    margin-right: 88px;
  }
  .sm-margin-right--88 {
    margin-right: -88px;
  }
  .sm-margin-right-89 {
    margin-right: 89px;
  }
  .sm-margin-right--89 {
    margin-right: -89px;
  }
  .sm-margin-right-90 {
    margin-right: 90px;
  }
  .sm-margin-right--90 {
    margin-right: -90px;
  }
  .sm-margin-right-91 {
    margin-right: 91px;
  }
  .sm-margin-right--91 {
    margin-right: -91px;
  }
  .sm-margin-right-92 {
    margin-right: 92px;
  }
  .sm-margin-right--92 {
    margin-right: -92px;
  }
  .sm-margin-right-93 {
    margin-right: 93px;
  }
  .sm-margin-right--93 {
    margin-right: -93px;
  }
  .sm-margin-right-94 {
    margin-right: 94px;
  }
  .sm-margin-right--94 {
    margin-right: -94px;
  }
  .sm-margin-right-95 {
    margin-right: 95px;
  }
  .sm-margin-right--95 {
    margin-right: -95px;
  }
  .sm-margin-right-96 {
    margin-right: 96px;
  }
  .sm-margin-right--96 {
    margin-right: -96px;
  }
  .sm-margin-right-97 {
    margin-right: 97px;
  }
  .sm-margin-right--97 {
    margin-right: -97px;
  }
  .sm-margin-right-98 {
    margin-right: 98px;
  }
  .sm-margin-right--98 {
    margin-right: -98px;
  }
  .sm-margin-right-99 {
    margin-right: 99px;
  }
  .sm-margin-right--99 {
    margin-right: -99px;
  }
  .sm-margin-right-100 {
    margin-right: 100px;
  }
  .sm-margin-right--100 {
    margin-right: -100px;
  }
  .sm-margin-bottom-0 {
    margin-bottom: 0px;
  }
  .sm-margin-bottom--0 {
    margin-bottom: -0px;
  }
  .sm-margin-bottom-1 {
    margin-bottom: 1px;
  }
  .sm-margin-bottom--1 {
    margin-bottom: -1px;
  }
  .sm-margin-bottom-2 {
    margin-bottom: 2px;
  }
  .sm-margin-bottom--2 {
    margin-bottom: -2px;
  }
  .sm-margin-bottom-3 {
    margin-bottom: 3px;
  }
  .sm-margin-bottom--3 {
    margin-bottom: -3px;
  }
  .sm-margin-bottom-4 {
    margin-bottom: 4px;
  }
  .sm-margin-bottom--4 {
    margin-bottom: -4px;
  }
  .sm-margin-bottom-5 {
    margin-bottom: 5px;
  }
  .sm-margin-bottom--5 {
    margin-bottom: -5px;
  }
  .sm-margin-bottom-6 {
    margin-bottom: 6px;
  }
  .sm-margin-bottom--6 {
    margin-bottom: -6px;
  }
  .sm-margin-bottom-7 {
    margin-bottom: 7px;
  }
  .sm-margin-bottom--7 {
    margin-bottom: -7px;
  }
  .sm-margin-bottom-8 {
    margin-bottom: 8px;
  }
  .sm-margin-bottom--8 {
    margin-bottom: -8px;
  }
  .sm-margin-bottom-9 {
    margin-bottom: 9px;
  }
  .sm-margin-bottom--9 {
    margin-bottom: -9px;
  }
  .sm-margin-bottom-10 {
    margin-bottom: 10px;
  }
  .sm-margin-bottom--10 {
    margin-bottom: -10px;
  }
  .sm-margin-bottom-11 {
    margin-bottom: 11px;
  }
  .sm-margin-bottom--11 {
    margin-bottom: -11px;
  }
  .sm-margin-bottom-12 {
    margin-bottom: 12px;
  }
  .sm-margin-bottom--12 {
    margin-bottom: -12px;
  }
  .sm-margin-bottom-13 {
    margin-bottom: 13px;
  }
  .sm-margin-bottom--13 {
    margin-bottom: -13px;
  }
  .sm-margin-bottom-14 {
    margin-bottom: 14px;
  }
  .sm-margin-bottom--14 {
    margin-bottom: -14px;
  }
  .sm-margin-bottom-15 {
    margin-bottom: 15px;
  }
  .sm-margin-bottom--15 {
    margin-bottom: -15px;
  }
  .sm-margin-bottom-16 {
    margin-bottom: 16px;
  }
  .sm-margin-bottom--16 {
    margin-bottom: -16px;
  }
  .sm-margin-bottom-17 {
    margin-bottom: 17px;
  }
  .sm-margin-bottom--17 {
    margin-bottom: -17px;
  }
  .sm-margin-bottom-18 {
    margin-bottom: 18px;
  }
  .sm-margin-bottom--18 {
    margin-bottom: -18px;
  }
  .sm-margin-bottom-19 {
    margin-bottom: 19px;
  }
  .sm-margin-bottom--19 {
    margin-bottom: -19px;
  }
  .sm-margin-bottom-20 {
    margin-bottom: 20px;
  }
  .sm-margin-bottom--20 {
    margin-bottom: -20px;
  }
  .sm-margin-bottom-21 {
    margin-bottom: 21px;
  }
  .sm-margin-bottom--21 {
    margin-bottom: -21px;
  }
  .sm-margin-bottom-22 {
    margin-bottom: 22px;
  }
  .sm-margin-bottom--22 {
    margin-bottom: -22px;
  }
  .sm-margin-bottom-23 {
    margin-bottom: 23px;
  }
  .sm-margin-bottom--23 {
    margin-bottom: -23px;
  }
  .sm-margin-bottom-24 {
    margin-bottom: 24px;
  }
  .sm-margin-bottom--24 {
    margin-bottom: -24px;
  }
  .sm-margin-bottom-25 {
    margin-bottom: 25px;
  }
  .sm-margin-bottom--25 {
    margin-bottom: -25px;
  }
  .sm-margin-bottom-26 {
    margin-bottom: 26px;
  }
  .sm-margin-bottom--26 {
    margin-bottom: -26px;
  }
  .sm-margin-bottom-27 {
    margin-bottom: 27px;
  }
  .sm-margin-bottom--27 {
    margin-bottom: -27px;
  }
  .sm-margin-bottom-28 {
    margin-bottom: 28px;
  }
  .sm-margin-bottom--28 {
    margin-bottom: -28px;
  }
  .sm-margin-bottom-29 {
    margin-bottom: 29px;
  }
  .sm-margin-bottom--29 {
    margin-bottom: -29px;
  }
  .sm-margin-bottom-30 {
    margin-bottom: 30px;
  }
  .sm-margin-bottom--30 {
    margin-bottom: -30px;
  }
  .sm-margin-bottom-31 {
    margin-bottom: 31px;
  }
  .sm-margin-bottom--31 {
    margin-bottom: -31px;
  }
  .sm-margin-bottom-32 {
    margin-bottom: 32px;
  }
  .sm-margin-bottom--32 {
    margin-bottom: -32px;
  }
  .sm-margin-bottom-33 {
    margin-bottom: 33px;
  }
  .sm-margin-bottom--33 {
    margin-bottom: -33px;
  }
  .sm-margin-bottom-34 {
    margin-bottom: 34px;
  }
  .sm-margin-bottom--34 {
    margin-bottom: -34px;
  }
  .sm-margin-bottom-35 {
    margin-bottom: 35px;
  }
  .sm-margin-bottom--35 {
    margin-bottom: -35px;
  }
  .sm-margin-bottom-36 {
    margin-bottom: 36px;
  }
  .sm-margin-bottom--36 {
    margin-bottom: -36px;
  }
  .sm-margin-bottom-37 {
    margin-bottom: 37px;
  }
  .sm-margin-bottom--37 {
    margin-bottom: -37px;
  }
  .sm-margin-bottom-38 {
    margin-bottom: 38px;
  }
  .sm-margin-bottom--38 {
    margin-bottom: -38px;
  }
  .sm-margin-bottom-39 {
    margin-bottom: 39px;
  }
  .sm-margin-bottom--39 {
    margin-bottom: -39px;
  }
  .sm-margin-bottom-40 {
    margin-bottom: 40px;
  }
  .sm-margin-bottom--40 {
    margin-bottom: -40px;
  }
  .sm-margin-bottom-41 {
    margin-bottom: 41px;
  }
  .sm-margin-bottom--41 {
    margin-bottom: -41px;
  }
  .sm-margin-bottom-42 {
    margin-bottom: 42px;
  }
  .sm-margin-bottom--42 {
    margin-bottom: -42px;
  }
  .sm-margin-bottom-43 {
    margin-bottom: 43px;
  }
  .sm-margin-bottom--43 {
    margin-bottom: -43px;
  }
  .sm-margin-bottom-44 {
    margin-bottom: 44px;
  }
  .sm-margin-bottom--44 {
    margin-bottom: -44px;
  }
  .sm-margin-bottom-45 {
    margin-bottom: 45px;
  }
  .sm-margin-bottom--45 {
    margin-bottom: -45px;
  }
  .sm-margin-bottom-46 {
    margin-bottom: 46px;
  }
  .sm-margin-bottom--46 {
    margin-bottom: -46px;
  }
  .sm-margin-bottom-47 {
    margin-bottom: 47px;
  }
  .sm-margin-bottom--47 {
    margin-bottom: -47px;
  }
  .sm-margin-bottom-48 {
    margin-bottom: 48px;
  }
  .sm-margin-bottom--48 {
    margin-bottom: -48px;
  }
  .sm-margin-bottom-49 {
    margin-bottom: 49px;
  }
  .sm-margin-bottom--49 {
    margin-bottom: -49px;
  }
  .sm-margin-bottom-50 {
    margin-bottom: 50px;
  }
  .sm-margin-bottom--50 {
    margin-bottom: -50px;
  }
  .sm-margin-bottom-51 {
    margin-bottom: 51px;
  }
  .sm-margin-bottom--51 {
    margin-bottom: -51px;
  }
  .sm-margin-bottom-52 {
    margin-bottom: 52px;
  }
  .sm-margin-bottom--52 {
    margin-bottom: -52px;
  }
  .sm-margin-bottom-53 {
    margin-bottom: 53px;
  }
  .sm-margin-bottom--53 {
    margin-bottom: -53px;
  }
  .sm-margin-bottom-54 {
    margin-bottom: 54px;
  }
  .sm-margin-bottom--54 {
    margin-bottom: -54px;
  }
  .sm-margin-bottom-55 {
    margin-bottom: 55px;
  }
  .sm-margin-bottom--55 {
    margin-bottom: -55px;
  }
  .sm-margin-bottom-56 {
    margin-bottom: 56px;
  }
  .sm-margin-bottom--56 {
    margin-bottom: -56px;
  }
  .sm-margin-bottom-57 {
    margin-bottom: 57px;
  }
  .sm-margin-bottom--57 {
    margin-bottom: -57px;
  }
  .sm-margin-bottom-58 {
    margin-bottom: 58px;
  }
  .sm-margin-bottom--58 {
    margin-bottom: -58px;
  }
  .sm-margin-bottom-59 {
    margin-bottom: 59px;
  }
  .sm-margin-bottom--59 {
    margin-bottom: -59px;
  }
  .sm-margin-bottom-60 {
    margin-bottom: 60px;
  }
  .sm-margin-bottom--60 {
    margin-bottom: -60px;
  }
  .sm-margin-bottom-61 {
    margin-bottom: 61px;
  }
  .sm-margin-bottom--61 {
    margin-bottom: -61px;
  }
  .sm-margin-bottom-62 {
    margin-bottom: 62px;
  }
  .sm-margin-bottom--62 {
    margin-bottom: -62px;
  }
  .sm-margin-bottom-63 {
    margin-bottom: 63px;
  }
  .sm-margin-bottom--63 {
    margin-bottom: -63px;
  }
  .sm-margin-bottom-64 {
    margin-bottom: 64px;
  }
  .sm-margin-bottom--64 {
    margin-bottom: -64px;
  }
  .sm-margin-bottom-65 {
    margin-bottom: 65px;
  }
  .sm-margin-bottom--65 {
    margin-bottom: -65px;
  }
  .sm-margin-bottom-66 {
    margin-bottom: 66px;
  }
  .sm-margin-bottom--66 {
    margin-bottom: -66px;
  }
  .sm-margin-bottom-67 {
    margin-bottom: 67px;
  }
  .sm-margin-bottom--67 {
    margin-bottom: -67px;
  }
  .sm-margin-bottom-68 {
    margin-bottom: 68px;
  }
  .sm-margin-bottom--68 {
    margin-bottom: -68px;
  }
  .sm-margin-bottom-69 {
    margin-bottom: 69px;
  }
  .sm-margin-bottom--69 {
    margin-bottom: -69px;
  }
  .sm-margin-bottom-70 {
    margin-bottom: 70px;
  }
  .sm-margin-bottom--70 {
    margin-bottom: -70px;
  }
  .sm-margin-bottom-71 {
    margin-bottom: 71px;
  }
  .sm-margin-bottom--71 {
    margin-bottom: -71px;
  }
  .sm-margin-bottom-72 {
    margin-bottom: 72px;
  }
  .sm-margin-bottom--72 {
    margin-bottom: -72px;
  }
  .sm-margin-bottom-73 {
    margin-bottom: 73px;
  }
  .sm-margin-bottom--73 {
    margin-bottom: -73px;
  }
  .sm-margin-bottom-74 {
    margin-bottom: 74px;
  }
  .sm-margin-bottom--74 {
    margin-bottom: -74px;
  }
  .sm-margin-bottom-75 {
    margin-bottom: 75px;
  }
  .sm-margin-bottom--75 {
    margin-bottom: -75px;
  }
  .sm-margin-bottom-76 {
    margin-bottom: 76px;
  }
  .sm-margin-bottom--76 {
    margin-bottom: -76px;
  }
  .sm-margin-bottom-77 {
    margin-bottom: 77px;
  }
  .sm-margin-bottom--77 {
    margin-bottom: -77px;
  }
  .sm-margin-bottom-78 {
    margin-bottom: 78px;
  }
  .sm-margin-bottom--78 {
    margin-bottom: -78px;
  }
  .sm-margin-bottom-79 {
    margin-bottom: 79px;
  }
  .sm-margin-bottom--79 {
    margin-bottom: -79px;
  }
  .sm-margin-bottom-80 {
    margin-bottom: 80px;
  }
  .sm-margin-bottom--80 {
    margin-bottom: -80px;
  }
  .sm-margin-bottom-81 {
    margin-bottom: 81px;
  }
  .sm-margin-bottom--81 {
    margin-bottom: -81px;
  }
  .sm-margin-bottom-82 {
    margin-bottom: 82px;
  }
  .sm-margin-bottom--82 {
    margin-bottom: -82px;
  }
  .sm-margin-bottom-83 {
    margin-bottom: 83px;
  }
  .sm-margin-bottom--83 {
    margin-bottom: -83px;
  }
  .sm-margin-bottom-84 {
    margin-bottom: 84px;
  }
  .sm-margin-bottom--84 {
    margin-bottom: -84px;
  }
  .sm-margin-bottom-85 {
    margin-bottom: 85px;
  }
  .sm-margin-bottom--85 {
    margin-bottom: -85px;
  }
  .sm-margin-bottom-86 {
    margin-bottom: 86px;
  }
  .sm-margin-bottom--86 {
    margin-bottom: -86px;
  }
  .sm-margin-bottom-87 {
    margin-bottom: 87px;
  }
  .sm-margin-bottom--87 {
    margin-bottom: -87px;
  }
  .sm-margin-bottom-88 {
    margin-bottom: 88px;
  }
  .sm-margin-bottom--88 {
    margin-bottom: -88px;
  }
  .sm-margin-bottom-89 {
    margin-bottom: 89px;
  }
  .sm-margin-bottom--89 {
    margin-bottom: -89px;
  }
  .sm-margin-bottom-90 {
    margin-bottom: 90px;
  }
  .sm-margin-bottom--90 {
    margin-bottom: -90px;
  }
  .sm-margin-bottom-91 {
    margin-bottom: 91px;
  }
  .sm-margin-bottom--91 {
    margin-bottom: -91px;
  }
  .sm-margin-bottom-92 {
    margin-bottom: 92px;
  }
  .sm-margin-bottom--92 {
    margin-bottom: -92px;
  }
  .sm-margin-bottom-93 {
    margin-bottom: 93px;
  }
  .sm-margin-bottom--93 {
    margin-bottom: -93px;
  }
  .sm-margin-bottom-94 {
    margin-bottom: 94px;
  }
  .sm-margin-bottom--94 {
    margin-bottom: -94px;
  }
  .sm-margin-bottom-95 {
    margin-bottom: 95px;
  }
  .sm-margin-bottom--95 {
    margin-bottom: -95px;
  }
  .sm-margin-bottom-96 {
    margin-bottom: 96px;
  }
  .sm-margin-bottom--96 {
    margin-bottom: -96px;
  }
  .sm-margin-bottom-97 {
    margin-bottom: 97px;
  }
  .sm-margin-bottom--97 {
    margin-bottom: -97px;
  }
  .sm-margin-bottom-98 {
    margin-bottom: 98px;
  }
  .sm-margin-bottom--98 {
    margin-bottom: -98px;
  }
  .sm-margin-bottom-99 {
    margin-bottom: 99px;
  }
  .sm-margin-bottom--99 {
    margin-bottom: -99px;
  }
  .sm-margin-bottom-100 {
    margin-bottom: 100px;
  }
  .sm-margin-bottom--100 {
    margin-bottom: -100px;
  }

  .sm-padding-0 {
    sm-padding: 0px;
  }
  .sm-padding-1 {
    sm-padding: 1px;
  }
  .sm-padding-2 {
    sm-padding: 2px;
  }
  .sm-padding-3 {
    sm-padding: 3px;
  }
  .sm-padding-4 {
    sm-padding: 4px;
  }
  .sm-padding-5 {
    sm-padding: 5px;
  }
  .sm-padding-6 {
    sm-padding: 6px;
  }
  .sm-padding-7 {
    sm-padding: 7px;
  }
  .sm-padding-8 {
    sm-padding: 8px;
  }
  .sm-padding-9 {
    sm-padding: 9px;
  }
  .sm-padding-10 {
    sm-padding: 10px;
  }
  .sm-padding-11 {
    sm-padding: 11px;
  }
  .sm-padding-12 {
    sm-padding: 12px;
  }
  .sm-padding-13 {
    sm-padding: 13px;
  }
  .sm-padding-14 {
    sm-padding: 14px;
  }
  .sm-padding-15 {
    sm-padding: 15px;
  }
  .sm-padding-16 {
    sm-padding: 16px;
  }
  .sm-padding-17 {
    sm-padding: 17px;
  }
  .sm-padding-18 {
    sm-padding: 18px;
  }
  .sm-padding-19 {
    sm-padding: 19px;
  }
  .sm-padding-20 {
    sm-padding: 20px;
  }
  .sm-padding-21 {
    sm-padding: 21px;
  }
  .sm-padding-22 {
    sm-padding: 22px;
  }
  .sm-padding-23 {
    sm-padding: 23px;
  }
  .sm-padding-24 {
    sm-padding: 24px;
  }
  .sm-padding-25 {
    sm-padding: 25px;
  }
  .sm-padding-26 {
    sm-padding: 26px;
  }
  .sm-padding-27 {
    sm-padding: 27px;
  }
  .sm-padding-28 {
    sm-padding: 28px;
  }
  .sm-padding-29 {
    sm-padding: 29px;
  }
  .sm-padding-30 {
    sm-padding: 30px;
  }
  .sm-padding-31 {
    sm-padding: 31px;
  }
  .sm-padding-32 {
    sm-padding: 32px;
  }
  .sm-padding-33 {
    sm-padding: 33px;
  }
  .sm-padding-34 {
    sm-padding: 34px;
  }
  .sm-padding-35 {
    sm-padding: 35px;
  }
  .sm-padding-36 {
    sm-padding: 36px;
  }
  .sm-padding-37 {
    sm-padding: 37px;
  }
  .sm-padding-38 {
    sm-padding: 38px;
  }
  .sm-padding-39 {
    sm-padding: 39px;
  }
  .sm-padding-40 {
    sm-padding: 40px;
  }
  .sm-padding-41 {
    sm-padding: 41px;
  }
  .sm-padding-42 {
    sm-padding: 42px;
  }
  .sm-padding-43 {
    sm-padding: 43px;
  }
  .sm-padding-44 {
    sm-padding: 44px;
  }
  .sm-padding-45 {
    sm-padding: 45px;
  }
  .sm-padding-46 {
    sm-padding: 46px;
  }
  .sm-padding-47 {
    sm-padding: 47px;
  }
  .sm-padding-48 {
    sm-padding: 48px;
  }
  .sm-padding-49 {
    sm-padding: 49px;
  }
  .sm-padding-50 {
    sm-padding: 50px;
  }
  .sm-padding-51 {
    sm-padding: 51px;
  }
  .sm-padding-52 {
    sm-padding: 52px;
  }
  .sm-padding-53 {
    sm-padding: 53px;
  }
  .sm-padding-54 {
    sm-padding: 54px;
  }
  .sm-padding-55 {
    sm-padding: 55px;
  }
  .sm-padding-56 {
    sm-padding: 56px;
  }
  .sm-padding-57 {
    sm-padding: 57px;
  }
  .sm-padding-58 {
    sm-padding: 58px;
  }
  .sm-padding-59 {
    sm-padding: 59px;
  }
  .sm-padding-60 {
    sm-padding: 60px;
  }
  .sm-padding-61 {
    sm-padding: 61px;
  }
  .sm-padding-62 {
    sm-padding: 62px;
  }
  .sm-padding-63 {
    sm-padding: 63px;
  }
  .sm-padding-64 {
    sm-padding: 64px;
  }
  .sm-padding-65 {
    sm-padding: 65px;
  }
  .sm-padding-66 {
    sm-padding: 66px;
  }
  .sm-padding-67 {
    sm-padding: 67px;
  }
  .sm-padding-68 {
    sm-padding: 68px;
  }
  .sm-padding-69 {
    sm-padding: 69px;
  }
  .sm-padding-70 {
    sm-padding: 70px;
  }
  .sm-padding-71 {
    sm-padding: 71px;
  }
  .sm-padding-72 {
    sm-padding: 72px;
  }
  .sm-padding-73 {
    sm-padding: 73px;
  }
  .sm-padding-74 {
    sm-padding: 74px;
  }
  .sm-padding-75 {
    sm-padding: 75px;
  }
  .sm-padding-76 {
    sm-padding: 76px;
  }
  .sm-padding-77 {
    sm-padding: 77px;
  }
  .sm-padding-78 {
    sm-padding: 78px;
  }
  .sm-padding-79 {
    sm-padding: 79px;
  }
  .sm-padding-80 {
    sm-padding: 80px;
  }
  .sm-padding-81 {
    sm-padding: 81px;
  }
  .sm-padding-82 {
    sm-padding: 82px;
  }
  .sm-padding-83 {
    sm-padding: 83px;
  }
  .sm-padding-84 {
    sm-padding: 84px;
  }
  .sm-padding-85 {
    sm-padding: 85px;
  }
  .sm-padding-86 {
    sm-padding: 86px;
  }
  .sm-padding-87 {
    sm-padding: 87px;
  }
  .sm-padding-88 {
    sm-padding: 88px;
  }
  .sm-padding-89 {
    sm-padding: 89px;
  }
  .sm-padding-90 {
    sm-padding: 90px;
  }
  .sm-padding-91 {
    sm-padding: 91px;
  }
  .sm-padding-92 {
    sm-padding: 92px;
  }
  .sm-padding-93 {
    sm-padding: 93px;
  }
  .sm-padding-94 {
    sm-padding: 94px;
  }
  .sm-padding-95 {
    sm-padding: 95px;
  }
  .sm-padding-96 {
    sm-padding: 96px;
  }
  .sm-padding-97 {
    sm-padding: 97px;
  }
  .sm-padding-98 {
    sm-padding: 98px;
  }
  .sm-padding-99 {
    sm-padding: 99px;
  }
  .sm-padding-100 {
    sm-padding: 100px;
  }

  .sm-margin-0 {
    sm-margin: 0px;
  }
  .sm-margin-1 {
    sm-margin: 1px;
  }
  .sm-margin-2 {
    sm-margin: 2px;
  }
  .sm-margin-3 {
    sm-margin: 3px;
  }
  .sm-margin-4 {
    sm-margin: 4px;
  }
  .sm-margin-5 {
    sm-margin: 5px;
  }
  .sm-margin-6 {
    sm-margin: 6px;
  }
  .sm-margin-7 {
    sm-margin: 7px;
  }
  .sm-margin-8 {
    sm-margin: 8px;
  }
  .sm-margin-9 {
    sm-margin: 9px;
  }
  .sm-margin-10 {
    sm-margin: 10px;
  }
  .sm-margin-11 {
    sm-margin: 11px;
  }
  .sm-margin-12 {
    sm-margin: 12px;
  }
  .sm-margin-13 {
    sm-margin: 13px;
  }
  .sm-margin-14 {
    sm-margin: 14px;
  }
  .sm-margin-15 {
    sm-margin: 15px;
  }
  .sm-margin-16 {
    sm-margin: 16px;
  }
  .sm-margin-17 {
    sm-margin: 17px;
  }
  .sm-margin-18 {
    sm-margin: 18px;
  }
  .sm-margin-19 {
    sm-margin: 19px;
  }
  .sm-margin-20 {
    sm-margin: 20px;
  }
  .sm-margin-21 {
    sm-margin: 21px;
  }
  .sm-margin-22 {
    sm-margin: 22px;
  }
  .sm-margin-23 {
    sm-margin: 23px;
  }
  .sm-margin-24 {
    sm-margin: 24px;
  }
  .sm-margin-25 {
    sm-margin: 25px;
  }
  .sm-margin-26 {
    sm-margin: 26px;
  }
  .sm-margin-27 {
    sm-margin: 27px;
  }
  .sm-margin-28 {
    sm-margin: 28px;
  }
  .sm-margin-29 {
    sm-margin: 29px;
  }
  .sm-margin-30 {
    sm-margin: 30px;
  }
  .sm-margin-31 {
    sm-margin: 31px;
  }
  .sm-margin-32 {
    sm-margin: 32px;
  }
  .sm-margin-33 {
    sm-margin: 33px;
  }
  .sm-margin-34 {
    sm-margin: 34px;
  }
  .sm-margin-35 {
    sm-margin: 35px;
  }
  .sm-margin-36 {
    sm-margin: 36px;
  }
  .sm-margin-37 {
    sm-margin: 37px;
  }
  .sm-margin-38 {
    sm-margin: 38px;
  }
  .sm-margin-39 {
    sm-margin: 39px;
  }
  .sm-margin-40 {
    sm-margin: 40px;
  }
  .sm-margin-41 {
    sm-margin: 41px;
  }
  .sm-margin-42 {
    sm-margin: 42px;
  }
  .sm-margin-43 {
    sm-margin: 43px;
  }
  .sm-margin-44 {
    sm-margin: 44px;
  }
  .sm-margin-45 {
    sm-margin: 45px;
  }
  .sm-margin-46 {
    sm-margin: 46px;
  }
  .sm-margin-47 {
    sm-margin: 47px;
  }
  .sm-margin-48 {
    sm-margin: 48px;
  }
  .sm-margin-49 {
    sm-margin: 49px;
  }
  .sm-margin-50 {
    sm-margin: 50px;
  }
  .sm-margin-51 {
    sm-margin: 51px;
  }
  .sm-margin-52 {
    sm-margin: 52px;
  }
  .sm-margin-53 {
    sm-margin: 53px;
  }
  .sm-margin-54 {
    sm-margin: 54px;
  }
  .sm-margin-55 {
    sm-margin: 55px;
  }
  .sm-margin-56 {
    sm-margin: 56px;
  }
  .sm-margin-57 {
    sm-margin: 57px;
  }
  .sm-margin-58 {
    sm-margin: 58px;
  }
  .sm-margin-59 {
    sm-margin: 59px;
  }
  .sm-margin-60 {
    sm-margin: 60px;
  }
  .sm-margin-61 {
    sm-margin: 61px;
  }
  .sm-margin-62 {
    sm-margin: 62px;
  }
  .sm-margin-63 {
    sm-margin: 63px;
  }
  .sm-margin-64 {
    sm-margin: 64px;
  }
  .sm-margin-65 {
    sm-margin: 65px;
  }
  .sm-margin-66 {
    sm-margin: 66px;
  }
  .sm-margin-67 {
    sm-margin: 67px;
  }
  .sm-margin-68 {
    sm-margin: 68px;
  }
  .sm-margin-69 {
    sm-margin: 69px;
  }
  .sm-margin-70 {
    sm-margin: 70px;
  }
  .sm-margin-71 {
    sm-margin: 71px;
  }
  .sm-margin-72 {
    sm-margin: 72px;
  }
  .sm-margin-73 {
    sm-margin: 73px;
  }
  .sm-margin-74 {
    sm-margin: 74px;
  }
  .sm-margin-75 {
    sm-margin: 75px;
  }
  .sm-margin-76 {
    sm-margin: 76px;
  }
  .sm-margin-77 {
    sm-margin: 77px;
  }
  .sm-margin-78 {
    sm-margin: 78px;
  }
  .sm-margin-79 {
    sm-margin: 79px;
  }
  .sm-margin-80 {
    sm-margin: 80px;
  }
  .sm-margin-81 {
    sm-margin: 81px;
  }
  .sm-margin-82 {
    sm-margin: 82px;
  }
  .sm-margin-83 {
    sm-margin: 83px;
  }
  .sm-margin-84 {
    sm-margin: 84px;
  }
  .sm-margin-85 {
    sm-margin: 85px;
  }
  .sm-margin-86 {
    sm-margin: 86px;
  }
  .sm-margin-87 {
    sm-margin: 87px;
  }
  .sm-margin-88 {
    sm-margin: 88px;
  }
  .sm-margin-89 {
    sm-margin: 89px;
  }
  .sm-margin-90 {
    sm-margin: 90px;
  }
  .sm-margin-91 {
    sm-margin: 91px;
  }
  .sm-margin-92 {
    sm-margin: 92px;
  }
  .sm-margin-93 {
    sm-margin: 93px;
  }
  .sm-margin-94 {
    sm-margin: 94px;
  }
  .sm-margin-95 {
    sm-margin: 95px;
  }
  .sm-margin-96 {
    sm-margin: 96px;
  }
  .sm-margin-97 {
    sm-margin: 97px;
  }
  .sm-margin-98 {
    sm-margin: 98px;
  }
  .sm-margin-99 {
    sm-margin: 99px;
  }
  .sm-margin-100 {
    sm-margin: 100px;
  }

  .sm-font-size-10 {
    font-size: 10px;
  }
  .sm-font-size-11 {
    font-size: 11px;
  }
  .sm-font-size-12 {
    font-size: 12px;
  }
  .sm-font-size-13 {
    font-size: 13px;
  }
  .sm-font-size-14 {
    font-size: 14px;
  }
  .sm-font-size-15 {
    font-size: 15px;
  }
  .sm-font-size-16 {
    font-size: 16px;
  }
  .sm-font-size-17 {
    font-size: 17px;
  }
  .sm-font-size-18 {
    font-size: 18px;
  }
  .sm-font-size-19 {
    font-size: 19px;
  }
  .sm-font-size-20 {
    font-size: 20px;
  }
  .sm-font-size-21 {
    font-size: 21px;
  }
  .sm-font-size-22 {
    font-size: 22px;
  }
  .sm-font-size-23 {
    font-size: 23px;
  }
  .sm-font-size-24 {
    font-size: 24px;
  }
  .sm-font-size-25 {
    font-size: 25px;
  }
  .sm-font-size-26 {
    font-size: 26px;
  }
  .sm-font-size-27 {
    font-size: 27px;
  }
  .sm-font-size-28 {
    font-size: 28px;
  }
  .sm-font-size-29 {
    font-size: 29px;
  }
  .sm-font-size-30 {
    font-size: 30px;
  }
  .sm-font-size-31 {
    font-size: 31px;
  }
  .sm-font-size-32 {
    font-size: 32px;
  }
  .sm-font-size-33 {
    font-size: 33px;
  }
  .sm-font-size-34 {
    font-size: 34px;
  }
  .sm-font-size-35 {
    font-size: 35px;
  }
  .sm-font-size-36 {
    font-size: 36px;
  }
  .sm-font-size-37 {
    font-size: 37px;
  }
  .sm-font-size-38 {
    font-size: 38px;
  }
  .sm-font-size-39 {
    font-size: 39px;
  }
  .sm-font-size-40 {
    font-size: 40px;
  }
  .sm-font-size-41 {
    font-size: 41px;
  }
  .sm-font-size-42 {
    font-size: 42px;
  }
  .sm-font-size-43 {
    font-size: 43px;
  }
  .sm-font-size-44 {
    font-size: 44px;
  }
  .sm-font-size-45 {
    font-size: 45px;
  }
  .sm-font-size-46 {
    font-size: 46px;
  }
  .sm-font-size-47 {
    font-size: 47px;
  }
  .sm-font-size-48 {
    font-size: 48px;
  }
  .sm-font-size-49 {
    font-size: 49px;
  }
  .sm-font-size-50 {
    font-size: 50px;
  }
  .sm-font-size-51 {
    font-size: 51px;
  }
  .sm-font-size-52 {
    font-size: 52px;
  }
  .sm-font-size-53 {
    font-size: 53px;
  }
  .sm-font-size-54 {
    font-size: 54px;
  }
  .sm-font-size-55 {
    font-size: 55px;
  }
  .sm-font-size-56 {
    font-size: 56px;
  }
  .sm-font-size-57 {
    font-size: 57px;
  }
  .sm-font-size-58 {
    font-size: 58px;
  }
  .sm-font-size-59 {
    font-size: 59px;
  }
  .sm-font-size-60 {
    font-size: 60px;
  }
  .sm-font-size-61 {
    font-size: 61px;
  }
  .sm-font-size-62 {
    font-size: 62px;
  }
  .sm-font-size-63 {
    font-size: 63px;
  }
  .sm-font-size-64 {
    font-size: 64px;
  }
  .sm-font-size-65 {
    font-size: 65px;
  }
  .sm-font-size-66 {
    font-size: 66px;
  }
  .sm-font-size-67 {
    font-size: 67px;
  }
  .sm-font-size-68 {
    font-size: 68px;
  }
  .sm-font-size-69 {
    font-size: 69px;
  }
  .sm-font-size-70 {
    font-size: 70px;
  }
  .sm-font-size-71 {
    font-size: 71px;
  }
  .sm-font-size-72 {
    font-size: 72px;
  }
  .sm-font-size-73 {
    font-size: 73px;
  }
  .sm-font-size-74 {
    font-size: 74px;
  }
  .sm-font-size-75 {
    font-size: 75px;
  }
  .sm-font-size-76 {
    font-size: 76px;
  }
  .sm-font-size-77 {
    font-size: 77px;
  }
  .sm-font-size-78 {
    font-size: 78px;
  }
  .sm-font-size-79 {
    font-size: 79px;
  }
  .sm-font-size-80 {
    font-size: 80px;
  }
  .sm-font-size-81 {
    font-size: 81px;
  }
  .sm-font-size-82 {
    font-size: 82px;
  }
  .sm-font-size-83 {
    font-size: 83px;
  }
  .sm-font-size-84 {
    font-size: 84px;
  }
  .sm-font-size-85 {
    font-size: 85px;
  }
  .sm-font-size-86 {
    font-size: 86px;
  }
  .sm-font-size-87 {
    font-size: 87px;
  }
  .sm-font-size-88 {
    font-size: 88px;
  }
  .sm-font-size-89 {
    font-size: 89px;
  }
  .sm-font-size-90 {
    font-size: 90px;
  }
  .sm-font-size-91 {
    font-size: 91px;
  }
  .sm-font-size-92 {
    font-size: 92px;
  }
  .sm-font-size-93 {
    font-size: 93px;
  }
  .sm-font-size-94 {
    font-size: 94px;
  }
  .sm-font-size-95 {
    font-size: 95px;
  }
  .sm-font-size-96 {
    font-size: 96px;
  }
  .sm-font-size-97 {
    font-size: 97px;
  }
  .sm-font-size-98 {
    font-size: 98px;
  }
  .sm-font-size-99 {
    font-size: 99px;
  }
  .sm-font-size-100 {
    font-size: 100px;
  }

  .sm-line-height-10 {
    line-height: 10px !important;
  }
  .sm-line-height-11 {
    line-height: 11px !important;
  }
  .sm-line-height-12 {
    line-height: 12px !important;
  }
  .sm-line-height-13 {
    line-height: 13px !important;
  }
  .sm-line-height-14 {
    line-height: 14px !important;
  }
  .sm-line-height-15 {
    line-height: 15px !important;
  }
  .sm-line-height-16 {
    line-height: 16px !important;
  }
  .sm-line-height-17 {
    line-height: 17px !important;
  }
  .sm-line-height-18 {
    line-height: 18px !important;
  }
  .sm-line-height-19 {
    line-height: 19px !important;
  }
  .sm-line-height-20 {
    line-height: 20px !important;
  }
  .sm-line-height-21 {
    line-height: 21px !important;
  }
  .sm-line-height-22 {
    line-height: 22px !important;
  }
  .sm-line-height-23 {
    line-height: 23px !important;
  }
  .sm-line-height-24 {
    line-height: 24px !important;
  }
  .sm-line-height-25 {
    line-height: 25px !important;
  }
  .sm-line-height-26 {
    line-height: 26px !important;
  }
  .sm-line-height-27 {
    line-height: 27px !important;
  }
  .sm-line-height-28 {
    line-height: 28px !important;
  }
  .sm-line-height-29 {
    line-height: 29px !important;
  }
  .sm-line-height-30 {
    line-height: 30px !important;
  }
  .sm-line-height-31 {
    line-height: 31px !important;
  }
  .sm-line-height-32 {
    line-height: 32px !important;
  }
  .sm-line-height-33 {
    line-height: 33px !important;
  }
  .sm-line-height-34 {
    line-height: 34px !important;
  }
  .sm-line-height-35 {
    line-height: 35px !important;
  }
  .sm-line-height-36 {
    line-height: 36px !important;
  }
  .sm-line-height-37 {
    line-height: 37px !important;
  }
  .sm-line-height-38 {
    line-height: 38px !important;
  }
  .sm-line-height-39 {
    line-height: 39px !important;
  }
  .sm-line-height-40 {
    line-height: 40px !important;
  }
  .sm-line-height-41 {
    line-height: 41px !important;
  }
  .sm-line-height-42 {
    line-height: 42px !important;
  }
  .sm-line-height-43 {
    line-height: 43px !important;
  }
  .sm-line-height-44 {
    line-height: 44px !important;
  }
  .sm-line-height-45 {
    line-height: 45px !important;
  }
  .sm-line-height-46 {
    line-height: 46px !important;
  }
  .sm-line-height-47 {
    line-height: 47px !important;
  }
  .sm-line-height-48 {
    line-height: 48px !important;
  }
  .sm-line-height-49 {
    line-height: 49px !important;
  }
  .sm-line-height-50 {
    line-height: 50px !important;
  }
  .sm-line-height-51 {
    line-height: 51px !important;
  }
  .sm-line-height-52 {
    line-height: 52px !important;
  }
  .sm-line-height-53 {
    line-height: 53px !important;
  }
  .sm-line-height-54 {
    line-height: 54px !important;
  }
  .sm-line-height-55 {
    line-height: 55px !important;
  }
  .sm-line-height-56 {
    line-height: 56px !important;
  }
  .sm-line-height-57 {
    line-height: 57px !important;
  }
  .sm-line-height-58 {
    line-height: 58px !important;
  }
  .sm-line-height-59 {
    line-height: 59px !important;
  }
  .sm-line-height-60 {
    line-height: 60px !important;
  }
  .sm-line-height-61 {
    line-height: 61px !important;
  }
  .sm-line-height-62 {
    line-height: 62px !important;
  }
  .sm-line-height-63 {
    line-height: 63px !important;
  }
  .sm-line-height-64 {
    line-height: 64px !important;
  }
  .sm-line-height-65 {
    line-height: 65px !important;
  }
  .sm-line-height-66 {
    line-height: 66px !important;
  }
  .sm-line-height-67 {
    line-height: 67px !important;
  }
  .sm-line-height-68 {
    line-height: 68px !important;
  }
  .sm-line-height-69 {
    line-height: 69px !important;
  }
  .sm-line-height-70 {
    line-height: 70px !important;
  }
  .sm-line-height-71 {
    line-height: 71px !important;
  }
  .sm-line-height-72 {
    line-height: 72px !important;
  }
  .sm-line-height-73 {
    line-height: 73px !important;
  }
  .sm-line-height-74 {
    line-height: 74px !important;
  }
  .sm-line-height-75 {
    line-height: 75px !important;
  }
  .sm-line-height-76 {
    line-height: 76px !important;
  }
  .sm-line-height-77 {
    line-height: 77px !important;
  }
  .sm-line-height-78 {
    line-height: 78px !important;
  }
  .sm-line-height-79 {
    line-height: 79px !important;
  }
  .sm-line-height-80 {
    line-height: 80px !important;
  }
  .sm-line-height-81 {
    line-height: 81px !important;
  }
  .sm-line-height-82 {
    line-height: 82px !important;
  }
  .sm-line-height-83 {
    line-height: 83px !important;
  }
  .sm-line-height-84 {
    line-height: 84px !important;
  }
  .sm-line-height-85 {
    line-height: 85px !important;
  }
  .sm-line-height-86 {
    line-height: 86px !important;
  }
  .sm-line-height-87 {
    line-height: 87px !important;
  }
  .sm-line-height-88 {
    line-height: 88px !important;
  }
  .sm-line-height-89 {
    line-height: 89px !important;
  }
  .sm-line-height-90 {
    line-height: 90px !important;
  }
  .sm-line-height-91 {
    line-height: 91px !important;
  }
  .sm-line-height-92 {
    line-height: 92px !important;
  }
  .sm-line-height-93 {
    line-height: 93px !important;
  }
  .sm-line-height-94 {
    line-height: 94px !important;
  }
  .sm-line-height-95 {
    line-height: 95px !important;
  }
  .sm-line-height-96 {
    line-height: 96px !important;
  }
  .sm-line-height-97 {
    line-height: 97px !important;
  }
  .sm-line-height-98 {
    line-height: 98px !important;
  }
  .sm-line-height-99 {
    line-height: 99px !important;
  }
  .sm-line-height-100 {
    line-height: 100px !important;
  }

  .sm-font-size-1x {
    font-size: 1em;
  }

  .sm-font-size-2x {
    font-size: 2em;
  }

  .sm-font-size-3x {
    font-size: 3em;
  }

  .sm-font-size-4x {
    font-size: 4em;
  }

  .sm-font-size-5x {
    font-size: 5em;
  }

  .sm-font-size-6x {
    font-size: 5em;
  }

  .sm-font-size-7x {
    font-size: 5em;
  }

  .sm-font-weight-100 {
    font-weight: 100;
  }
  .sm-font-weight-200 {
    font-weight: 200;
  }
  .sm-font-weight-300 {
    font-weight: 300;
  }
  .sm-font-weight-400 {
    font-weight: 400;
  }
  .sm-font-weight-500 {
    font-weight: 500;
  }
  .sm-font-weight-600 {
    font-weight: 600;
  }
  .sm-font-weight-700 {
    font-weight: 700;
  }
  .sm-font-weight-800 {
    font-weight: 800;
  }
  .sm-font-weight-900 {
    font-weight: 900;
  }
}
@media (max-width: 767px) {
  .xs-min-height-10 {
    min-height: 10px;
  }
  .xs-min-height-11 {
    min-height: 11px;
  }
  .xs-min-height-12 {
    min-height: 12px;
  }
  .xs-min-height-13 {
    min-height: 13px;
  }
  .xs-min-height-14 {
    min-height: 14px;
  }
  .xs-min-height-15 {
    min-height: 15px;
  }
  .xs-min-height-16 {
    min-height: 16px;
  }
  .xs-min-height-17 {
    min-height: 17px;
  }
  .xs-min-height-18 {
    min-height: 18px;
  }
  .xs-min-height-19 {
    min-height: 19px;
  }
  .xs-min-height-20 {
    min-height: 20px;
  }
  .xs-min-height-21 {
    min-height: 21px;
  }
  .xs-min-height-22 {
    min-height: 22px;
  }
  .xs-min-height-23 {
    min-height: 23px;
  }
  .xs-min-height-24 {
    min-height: 24px;
  }
  .xs-min-height-25 {
    min-height: 25px;
  }
  .xs-min-height-26 {
    min-height: 26px;
  }
  .xs-min-height-27 {
    min-height: 27px;
  }
  .xs-min-height-28 {
    min-height: 28px;
  }
  .xs-min-height-29 {
    min-height: 29px;
  }
  .xs-min-height-30 {
    min-height: 30px;
  }
  .xs-min-height-31 {
    min-height: 31px;
  }
  .xs-min-height-32 {
    min-height: 32px;
  }
  .xs-min-height-33 {
    min-height: 33px;
  }
  .xs-min-height-34 {
    min-height: 34px;
  }
  .xs-min-height-35 {
    min-height: 35px;
  }
  .xs-min-height-36 {
    min-height: 36px;
  }
  .xs-min-height-37 {
    min-height: 37px;
  }
  .xs-min-height-38 {
    min-height: 38px;
  }
  .xs-min-height-39 {
    min-height: 39px;
  }
  .xs-min-height-40 {
    min-height: 40px;
  }
  .xs-min-height-41 {
    min-height: 41px;
  }
  .xs-min-height-42 {
    min-height: 42px;
  }
  .xs-min-height-43 {
    min-height: 43px;
  }
  .xs-min-height-44 {
    min-height: 44px;
  }
  .xs-min-height-45 {
    min-height: 45px;
  }
  .xs-min-height-46 {
    min-height: 46px;
  }
  .xs-min-height-47 {
    min-height: 47px;
  }
  .xs-min-height-48 {
    min-height: 48px;
  }
  .xs-min-height-49 {
    min-height: 49px;
  }
  .xs-min-height-50 {
    min-height: 50px;
  }
  .xs-min-height-51 {
    min-height: 51px;
  }
  .xs-min-height-52 {
    min-height: 52px;
  }
  .xs-min-height-53 {
    min-height: 53px;
  }
  .xs-min-height-54 {
    min-height: 54px;
  }
  .xs-min-height-55 {
    min-height: 55px;
  }
  .xs-min-height-56 {
    min-height: 56px;
  }
  .xs-min-height-57 {
    min-height: 57px;
  }
  .xs-min-height-58 {
    min-height: 58px;
  }
  .xs-min-height-59 {
    min-height: 59px;
  }
  .xs-min-height-60 {
    min-height: 60px;
  }
  .xs-min-height-61 {
    min-height: 61px;
  }
  .xs-min-height-62 {
    min-height: 62px;
  }
  .xs-min-height-63 {
    min-height: 63px;
  }
  .xs-min-height-64 {
    min-height: 64px;
  }
  .xs-min-height-65 {
    min-height: 65px;
  }
  .xs-min-height-66 {
    min-height: 66px;
  }
  .xs-min-height-67 {
    min-height: 67px;
  }
  .xs-min-height-68 {
    min-height: 68px;
  }
  .xs-min-height-69 {
    min-height: 69px;
  }
  .xs-min-height-70 {
    min-height: 70px;
  }
  .xs-min-height-71 {
    min-height: 71px;
  }
  .xs-min-height-72 {
    min-height: 72px;
  }
  .xs-min-height-73 {
    min-height: 73px;
  }
  .xs-min-height-74 {
    min-height: 74px;
  }
  .xs-min-height-75 {
    min-height: 75px;
  }
  .xs-min-height-76 {
    min-height: 76px;
  }
  .xs-min-height-77 {
    min-height: 77px;
  }
  .xs-min-height-78 {
    min-height: 78px;
  }
  .xs-min-height-79 {
    min-height: 79px;
  }
  .xs-min-height-80 {
    min-height: 80px;
  }
  .xs-min-height-81 {
    min-height: 81px;
  }
  .xs-min-height-82 {
    min-height: 82px;
  }
  .xs-min-height-83 {
    min-height: 83px;
  }
  .xs-min-height-84 {
    min-height: 84px;
  }
  .xs-min-height-85 {
    min-height: 85px;
  }
  .xs-min-height-86 {
    min-height: 86px;
  }
  .xs-min-height-87 {
    min-height: 87px;
  }
  .xs-min-height-88 {
    min-height: 88px;
  }
  .xs-min-height-89 {
    min-height: 89px;
  }
  .xs-min-height-90 {
    min-height: 90px;
  }
  .xs-min-height-91 {
    min-height: 91px;
  }
  .xs-min-height-92 {
    min-height: 92px;
  }
  .xs-min-height-93 {
    min-height: 93px;
  }
  .xs-min-height-94 {
    min-height: 94px;
  }
  .xs-min-height-95 {
    min-height: 95px;
  }
  .xs-min-height-96 {
    min-height: 96px;
  }
  .xs-min-height-97 {
    min-height: 97px;
  }
  .xs-min-height-98 {
    min-height: 98px;
  }
  .xs-min-height-99 {
    min-height: 99px;
  }
  .xs-min-height-100 {
    min-height: 100px;
  }
  .xs-min-height-101 {
    min-height: 101px;
  }
  .xs-min-height-102 {
    min-height: 102px;
  }
  .xs-min-height-103 {
    min-height: 103px;
  }
  .xs-min-height-104 {
    min-height: 104px;
  }
  .xs-min-height-105 {
    min-height: 105px;
  }
  .xs-min-height-106 {
    min-height: 106px;
  }
  .xs-min-height-107 {
    min-height: 107px;
  }
  .xs-min-height-108 {
    min-height: 108px;
  }
  .xs-min-height-109 {
    min-height: 109px;
  }
  .xs-min-height-110 {
    min-height: 110px;
  }
  .xs-min-height-111 {
    min-height: 111px;
  }
  .xs-min-height-112 {
    min-height: 112px;
  }
  .xs-min-height-113 {
    min-height: 113px;
  }
  .xs-min-height-114 {
    min-height: 114px;
  }
  .xs-min-height-115 {
    min-height: 115px;
  }
  .xs-min-height-116 {
    min-height: 116px;
  }
  .xs-min-height-117 {
    min-height: 117px;
  }
  .xs-min-height-118 {
    min-height: 118px;
  }
  .xs-min-height-119 {
    min-height: 119px;
  }
  .xs-min-height-120 {
    min-height: 120px;
  }
  .xs-min-height-121 {
    min-height: 121px;
  }
  .xs-min-height-122 {
    min-height: 122px;
  }
  .xs-min-height-123 {
    min-height: 123px;
  }
  .xs-min-height-124 {
    min-height: 124px;
  }
  .xs-min-height-125 {
    min-height: 125px;
  }
  .xs-min-height-126 {
    min-height: 126px;
  }
  .xs-min-height-127 {
    min-height: 127px;
  }
  .xs-min-height-128 {
    min-height: 128px;
  }
  .xs-min-height-129 {
    min-height: 129px;
  }
  .xs-min-height-130 {
    min-height: 130px;
  }
  .xs-min-height-131 {
    min-height: 131px;
  }
  .xs-min-height-132 {
    min-height: 132px;
  }
  .xs-min-height-133 {
    min-height: 133px;
  }
  .xs-min-height-134 {
    min-height: 134px;
  }
  .xs-min-height-135 {
    min-height: 135px;
  }
  .xs-min-height-136 {
    min-height: 136px;
  }
  .xs-min-height-137 {
    min-height: 137px;
  }
  .xs-min-height-138 {
    min-height: 138px;
  }
  .xs-min-height-139 {
    min-height: 139px;
  }
  .xs-min-height-140 {
    min-height: 140px;
  }
  .xs-min-height-141 {
    min-height: 141px;
  }
  .xs-min-height-142 {
    min-height: 142px;
  }
  .xs-min-height-143 {
    min-height: 143px;
  }
  .xs-min-height-144 {
    min-height: 144px;
  }
  .xs-min-height-145 {
    min-height: 145px;
  }
  .xs-min-height-146 {
    min-height: 146px;
  }
  .xs-min-height-147 {
    min-height: 147px;
  }
  .xs-min-height-148 {
    min-height: 148px;
  }
  .xs-min-height-149 {
    min-height: 149px;
  }
  .xs-min-height-150 {
    min-height: 150px;
  }
  .xs-min-height-151 {
    min-height: 151px;
  }
  .xs-min-height-152 {
    min-height: 152px;
  }
  .xs-min-height-153 {
    min-height: 153px;
  }
  .xs-min-height-154 {
    min-height: 154px;
  }
  .xs-min-height-155 {
    min-height: 155px;
  }
  .xs-min-height-156 {
    min-height: 156px;
  }
  .xs-min-height-157 {
    min-height: 157px;
  }
  .xs-min-height-158 {
    min-height: 158px;
  }
  .xs-min-height-159 {
    min-height: 159px;
  }
  .xs-min-height-160 {
    min-height: 160px;
  }
  .xs-min-height-161 {
    min-height: 161px;
  }
  .xs-min-height-162 {
    min-height: 162px;
  }
  .xs-min-height-163 {
    min-height: 163px;
  }
  .xs-min-height-164 {
    min-height: 164px;
  }
  .xs-min-height-165 {
    min-height: 165px;
  }
  .xs-min-height-166 {
    min-height: 166px;
  }
  .xs-min-height-167 {
    min-height: 167px;
  }
  .xs-min-height-168 {
    min-height: 168px;
  }
  .xs-min-height-169 {
    min-height: 169px;
  }
  .xs-min-height-170 {
    min-height: 170px;
  }
  .xs-min-height-171 {
    min-height: 171px;
  }
  .xs-min-height-172 {
    min-height: 172px;
  }
  .xs-min-height-173 {
    min-height: 173px;
  }
  .xs-min-height-174 {
    min-height: 174px;
  }
  .xs-min-height-175 {
    min-height: 175px;
  }
  .xs-min-height-176 {
    min-height: 176px;
  }
  .xs-min-height-177 {
    min-height: 177px;
  }
  .xs-min-height-178 {
    min-height: 178px;
  }
  .xs-min-height-179 {
    min-height: 179px;
  }
  .xs-min-height-180 {
    min-height: 180px;
  }
  .xs-min-height-181 {
    min-height: 181px;
  }
  .xs-min-height-182 {
    min-height: 182px;
  }
  .xs-min-height-183 {
    min-height: 183px;
  }
  .xs-min-height-184 {
    min-height: 184px;
  }
  .xs-min-height-185 {
    min-height: 185px;
  }
  .xs-min-height-186 {
    min-height: 186px;
  }
  .xs-min-height-187 {
    min-height: 187px;
  }
  .xs-min-height-188 {
    min-height: 188px;
  }
  .xs-min-height-189 {
    min-height: 189px;
  }
  .xs-min-height-190 {
    min-height: 190px;
  }
  .xs-min-height-191 {
    min-height: 191px;
  }
  .xs-min-height-192 {
    min-height: 192px;
  }
  .xs-min-height-193 {
    min-height: 193px;
  }
  .xs-min-height-194 {
    min-height: 194px;
  }
  .xs-min-height-195 {
    min-height: 195px;
  }
  .xs-min-height-196 {
    min-height: 196px;
  }
  .xs-min-height-197 {
    min-height: 197px;
  }
  .xs-min-height-198 {
    min-height: 198px;
  }
  .xs-min-height-199 {
    min-height: 199px;
  }
  .xs-min-height-200 {
    min-height: 200px;
  }

  .xs-padding-top-0 {
    padding-top: 0px;
  }
  .xs-padding-top-1 {
    padding-top: 1px;
  }
  .xs-padding-top-2 {
    padding-top: 2px;
  }
  .xs-padding-top-3 {
    padding-top: 3px;
  }
  .xs-padding-top-4 {
    padding-top: 4px;
  }
  .xs-padding-top-5 {
    padding-top: 5px;
  }
  .xs-padding-top-6 {
    padding-top: 6px;
  }
  .xs-padding-top-7 {
    padding-top: 7px;
  }
  .xs-padding-top-8 {
    padding-top: 8px;
  }
  .xs-padding-top-9 {
    padding-top: 9px;
  }
  .xs-padding-top-10 {
    padding-top: 10px;
  }
  .xs-padding-top-11 {
    padding-top: 11px;
  }
  .xs-padding-top-12 {
    padding-top: 12px;
  }
  .xs-padding-top-13 {
    padding-top: 13px;
  }
  .xs-padding-top-14 {
    padding-top: 14px;
  }
  .xs-padding-top-15 {
    padding-top: 15px;
  }
  .xs-padding-top-16 {
    padding-top: 16px;
  }
  .xs-padding-top-17 {
    padding-top: 17px;
  }
  .xs-padding-top-18 {
    padding-top: 18px;
  }
  .xs-padding-top-19 {
    padding-top: 19px;
  }
  .xs-padding-top-20 {
    padding-top: 20px;
  }
  .xs-padding-top-21 {
    padding-top: 21px;
  }
  .xs-padding-top-22 {
    padding-top: 22px;
  }
  .xs-padding-top-23 {
    padding-top: 23px;
  }
  .xs-padding-top-24 {
    padding-top: 24px;
  }
  .xs-padding-top-25 {
    padding-top: 25px;
  }
  .xs-padding-top-26 {
    padding-top: 26px;
  }
  .xs-padding-top-27 {
    padding-top: 27px;
  }
  .xs-padding-top-28 {
    padding-top: 28px;
  }
  .xs-padding-top-29 {
    padding-top: 29px;
  }
  .xs-padding-top-30 {
    padding-top: 30px;
  }
  .xs-padding-top-31 {
    padding-top: 31px;
  }
  .xs-padding-top-32 {
    padding-top: 32px;
  }
  .xs-padding-top-33 {
    padding-top: 33px;
  }
  .xs-padding-top-34 {
    padding-top: 34px;
  }
  .xs-padding-top-35 {
    padding-top: 35px;
  }
  .xs-padding-top-36 {
    padding-top: 36px;
  }
  .xs-padding-top-37 {
    padding-top: 37px;
  }
  .xs-padding-top-38 {
    padding-top: 38px;
  }
  .xs-padding-top-39 {
    padding-top: 39px;
  }
  .xs-padding-top-40 {
    padding-top: 40px;
  }
  .xs-padding-top-41 {
    padding-top: 41px;
  }
  .xs-padding-top-42 {
    padding-top: 42px;
  }
  .xs-padding-top-43 {
    padding-top: 43px;
  }
  .xs-padding-top-44 {
    padding-top: 44px;
  }
  .xs-padding-top-45 {
    padding-top: 45px;
  }
  .xs-padding-top-46 {
    padding-top: 46px;
  }
  .xs-padding-top-47 {
    padding-top: 47px;
  }
  .xs-padding-top-48 {
    padding-top: 48px;
  }
  .xs-padding-top-49 {
    padding-top: 49px;
  }
  .xs-padding-top-50 {
    padding-top: 50px;
  }
  .xs-padding-top-51 {
    padding-top: 51px;
  }
  .xs-padding-top-52 {
    padding-top: 52px;
  }
  .xs-padding-top-53 {
    padding-top: 53px;
  }
  .xs-padding-top-54 {
    padding-top: 54px;
  }
  .xs-padding-top-55 {
    padding-top: 55px;
  }
  .xs-padding-top-56 {
    padding-top: 56px;
  }
  .xs-padding-top-57 {
    padding-top: 57px;
  }
  .xs-padding-top-58 {
    padding-top: 58px;
  }
  .xs-padding-top-59 {
    padding-top: 59px;
  }
  .xs-padding-top-60 {
    padding-top: 60px;
  }
  .xs-padding-top-61 {
    padding-top: 61px;
  }
  .xs-padding-top-62 {
    padding-top: 62px;
  }
  .xs-padding-top-63 {
    padding-top: 63px;
  }
  .xs-padding-top-64 {
    padding-top: 64px;
  }
  .xs-padding-top-65 {
    padding-top: 65px;
  }
  .xs-padding-top-66 {
    padding-top: 66px;
  }
  .xs-padding-top-67 {
    padding-top: 67px;
  }
  .xs-padding-top-68 {
    padding-top: 68px;
  }
  .xs-padding-top-69 {
    padding-top: 69px;
  }
  .xs-padding-top-70 {
    padding-top: 70px;
  }
  .xs-padding-top-71 {
    padding-top: 71px;
  }
  .xs-padding-top-72 {
    padding-top: 72px;
  }
  .xs-padding-top-73 {
    padding-top: 73px;
  }
  .xs-padding-top-74 {
    padding-top: 74px;
  }
  .xs-padding-top-75 {
    padding-top: 75px;
  }
  .xs-padding-top-76 {
    padding-top: 76px;
  }
  .xs-padding-top-77 {
    padding-top: 77px;
  }
  .xs-padding-top-78 {
    padding-top: 78px;
  }
  .xs-padding-top-79 {
    padding-top: 79px;
  }
  .xs-padding-top-80 {
    padding-top: 80px;
  }
  .xs-padding-top-81 {
    padding-top: 81px;
  }
  .xs-padding-top-82 {
    padding-top: 82px;
  }
  .xs-padding-top-83 {
    padding-top: 83px;
  }
  .xs-padding-top-84 {
    padding-top: 84px;
  }
  .xs-padding-top-85 {
    padding-top: 85px;
  }
  .xs-padding-top-86 {
    padding-top: 86px;
  }
  .xs-padding-top-87 {
    padding-top: 87px;
  }
  .xs-padding-top-88 {
    padding-top: 88px;
  }
  .xs-padding-top-89 {
    padding-top: 89px;
  }
  .xs-padding-top-90 {
    padding-top: 90px;
  }
  .xs-padding-top-91 {
    padding-top: 91px;
  }
  .xs-padding-top-92 {
    padding-top: 92px;
  }
  .xs-padding-top-93 {
    padding-top: 93px;
  }
  .xs-padding-top-94 {
    padding-top: 94px;
  }
  .xs-padding-top-95 {
    padding-top: 95px;
  }
  .xs-padding-top-96 {
    padding-top: 96px;
  }
  .xs-padding-top-97 {
    padding-top: 97px;
  }
  .xs-padding-top-98 {
    padding-top: 98px;
  }
  .xs-padding-top-99 {
    padding-top: 99px;
  }
  .xs-padding-top-100 {
    padding-top: 100px;
  }
  .xs-padding-left-0 {
    padding-left: 0px;
  }
  .xs-padding-left-1 {
    padding-left: 1px;
  }
  .xs-padding-left-2 {
    padding-left: 2px;
  }
  .xs-padding-left-3 {
    padding-left: 3px;
  }
  .xs-padding-left-4 {
    padding-left: 4px;
  }
  .xs-padding-left-5 {
    padding-left: 5px;
  }
  .xs-padding-left-6 {
    padding-left: 6px;
  }
  .xs-padding-left-7 {
    padding-left: 7px;
  }
  .xs-padding-left-8 {
    padding-left: 8px;
  }
  .xs-padding-left-9 {
    padding-left: 9px;
  }
  .xs-padding-left-10 {
    padding-left: 10px;
  }
  .xs-padding-left-11 {
    padding-left: 11px;
  }
  .xs-padding-left-12 {
    padding-left: 12px;
  }
  .xs-padding-left-13 {
    padding-left: 13px;
  }
  .xs-padding-left-14 {
    padding-left: 14px;
  }
  .xs-padding-left-15 {
    padding-left: 15px;
  }
  .xs-padding-left-16 {
    padding-left: 16px;
  }
  .xs-padding-left-17 {
    padding-left: 17px;
  }
  .xs-padding-left-18 {
    padding-left: 18px;
  }
  .xs-padding-left-19 {
    padding-left: 19px;
  }
  .xs-padding-left-20 {
    padding-left: 20px;
  }
  .xs-padding-left-21 {
    padding-left: 21px;
  }
  .xs-padding-left-22 {
    padding-left: 22px;
  }
  .xs-padding-left-23 {
    padding-left: 23px;
  }
  .xs-padding-left-24 {
    padding-left: 24px;
  }
  .xs-padding-left-25 {
    padding-left: 25px;
  }
  .xs-padding-left-26 {
    padding-left: 26px;
  }
  .xs-padding-left-27 {
    padding-left: 27px;
  }
  .xs-padding-left-28 {
    padding-left: 28px;
  }
  .xs-padding-left-29 {
    padding-left: 29px;
  }
  .xs-padding-left-30 {
    padding-left: 30px;
  }
  .xs-padding-left-31 {
    padding-left: 31px;
  }
  .xs-padding-left-32 {
    padding-left: 32px;
  }
  .xs-padding-left-33 {
    padding-left: 33px;
  }
  .xs-padding-left-34 {
    padding-left: 34px;
  }
  .xs-padding-left-35 {
    padding-left: 35px;
  }
  .xs-padding-left-36 {
    padding-left: 36px;
  }
  .xs-padding-left-37 {
    padding-left: 37px;
  }
  .xs-padding-left-38 {
    padding-left: 38px;
  }
  .xs-padding-left-39 {
    padding-left: 39px;
  }
  .xs-padding-left-40 {
    padding-left: 40px;
  }
  .xs-padding-left-41 {
    padding-left: 41px;
  }
  .xs-padding-left-42 {
    padding-left: 42px;
  }
  .xs-padding-left-43 {
    padding-left: 43px;
  }
  .xs-padding-left-44 {
    padding-left: 44px;
  }
  .xs-padding-left-45 {
    padding-left: 45px;
  }
  .xs-padding-left-46 {
    padding-left: 46px;
  }
  .xs-padding-left-47 {
    padding-left: 47px;
  }
  .xs-padding-left-48 {
    padding-left: 48px;
  }
  .xs-padding-left-49 {
    padding-left: 49px;
  }
  .xs-padding-left-50 {
    padding-left: 50px;
  }
  .xs-padding-left-51 {
    padding-left: 51px;
  }
  .xs-padding-left-52 {
    padding-left: 52px;
  }
  .xs-padding-left-53 {
    padding-left: 53px;
  }
  .xs-padding-left-54 {
    padding-left: 54px;
  }
  .xs-padding-left-55 {
    padding-left: 55px;
  }
  .xs-padding-left-56 {
    padding-left: 56px;
  }
  .xs-padding-left-57 {
    padding-left: 57px;
  }
  .xs-padding-left-58 {
    padding-left: 58px;
  }
  .xs-padding-left-59 {
    padding-left: 59px;
  }
  .xs-padding-left-60 {
    padding-left: 60px;
  }
  .xs-padding-left-61 {
    padding-left: 61px;
  }
  .xs-padding-left-62 {
    padding-left: 62px;
  }
  .xs-padding-left-63 {
    padding-left: 63px;
  }
  .xs-padding-left-64 {
    padding-left: 64px;
  }
  .xs-padding-left-65 {
    padding-left: 65px;
  }
  .xs-padding-left-66 {
    padding-left: 66px;
  }
  .xs-padding-left-67 {
    padding-left: 67px;
  }
  .xs-padding-left-68 {
    padding-left: 68px;
  }
  .xs-padding-left-69 {
    padding-left: 69px;
  }
  .xs-padding-left-70 {
    padding-left: 70px;
  }
  .xs-padding-left-71 {
    padding-left: 71px;
  }
  .xs-padding-left-72 {
    padding-left: 72px;
  }
  .xs-padding-left-73 {
    padding-left: 73px;
  }
  .xs-padding-left-74 {
    padding-left: 74px;
  }
  .xs-padding-left-75 {
    padding-left: 75px;
  }
  .xs-padding-left-76 {
    padding-left: 76px;
  }
  .xs-padding-left-77 {
    padding-left: 77px;
  }
  .xs-padding-left-78 {
    padding-left: 78px;
  }
  .xs-padding-left-79 {
    padding-left: 79px;
  }
  .xs-padding-left-80 {
    padding-left: 80px;
  }
  .xs-padding-left-81 {
    padding-left: 81px;
  }
  .xs-padding-left-82 {
    padding-left: 82px;
  }
  .xs-padding-left-83 {
    padding-left: 83px;
  }
  .xs-padding-left-84 {
    padding-left: 84px;
  }
  .xs-padding-left-85 {
    padding-left: 85px;
  }
  .xs-padding-left-86 {
    padding-left: 86px;
  }
  .xs-padding-left-87 {
    padding-left: 87px;
  }
  .xs-padding-left-88 {
    padding-left: 88px;
  }
  .xs-padding-left-89 {
    padding-left: 89px;
  }
  .xs-padding-left-90 {
    padding-left: 90px;
  }
  .xs-padding-left-91 {
    padding-left: 91px;
  }
  .xs-padding-left-92 {
    padding-left: 92px;
  }
  .xs-padding-left-93 {
    padding-left: 93px;
  }
  .xs-padding-left-94 {
    padding-left: 94px;
  }
  .xs-padding-left-95 {
    padding-left: 95px;
  }
  .xs-padding-left-96 {
    padding-left: 96px;
  }
  .xs-padding-left-97 {
    padding-left: 97px;
  }
  .xs-padding-left-98 {
    padding-left: 98px;
  }
  .xs-padding-left-99 {
    padding-left: 99px;
  }
  .xs-padding-left-100 {
    padding-left: 100px;
  }
  .xs-padding-right-0 {
    padding-right: 0px;
  }
  .xs-padding-right-1 {
    padding-right: 1px;
  }
  .xs-padding-right-2 {
    padding-right: 2px;
  }
  .xs-padding-right-3 {
    padding-right: 3px;
  }
  .xs-padding-right-4 {
    padding-right: 4px;
  }
  .xs-padding-right-5 {
    padding-right: 5px;
  }
  .xs-padding-right-6 {
    padding-right: 6px;
  }
  .xs-padding-right-7 {
    padding-right: 7px;
  }
  .xs-padding-right-8 {
    padding-right: 8px;
  }
  .xs-padding-right-9 {
    padding-right: 9px;
  }
  .xs-padding-right-10 {
    padding-right: 10px;
  }
  .xs-padding-right-11 {
    padding-right: 11px;
  }
  .xs-padding-right-12 {
    padding-right: 12px;
  }
  .xs-padding-right-13 {
    padding-right: 13px;
  }
  .xs-padding-right-14 {
    padding-right: 14px;
  }
  .xs-padding-right-15 {
    padding-right: 15px;
  }
  .xs-padding-right-16 {
    padding-right: 16px;
  }
  .xs-padding-right-17 {
    padding-right: 17px;
  }
  .xs-padding-right-18 {
    padding-right: 18px;
  }
  .xs-padding-right-19 {
    padding-right: 19px;
  }
  .xs-padding-right-20 {
    padding-right: 20px;
  }
  .xs-padding-right-21 {
    padding-right: 21px;
  }
  .xs-padding-right-22 {
    padding-right: 22px;
  }
  .xs-padding-right-23 {
    padding-right: 23px;
  }
  .xs-padding-right-24 {
    padding-right: 24px;
  }
  .xs-padding-right-25 {
    padding-right: 25px;
  }
  .xs-padding-right-26 {
    padding-right: 26px;
  }
  .xs-padding-right-27 {
    padding-right: 27px;
  }
  .xs-padding-right-28 {
    padding-right: 28px;
  }
  .xs-padding-right-29 {
    padding-right: 29px;
  }
  .xs-padding-right-30 {
    padding-right: 30px;
  }
  .xs-padding-right-31 {
    padding-right: 31px;
  }
  .xs-padding-right-32 {
    padding-right: 32px;
  }
  .xs-padding-right-33 {
    padding-right: 33px;
  }
  .xs-padding-right-34 {
    padding-right: 34px;
  }
  .xs-padding-right-35 {
    padding-right: 35px;
  }
  .xs-padding-right-36 {
    padding-right: 36px;
  }
  .xs-padding-right-37 {
    padding-right: 37px;
  }
  .xs-padding-right-38 {
    padding-right: 38px;
  }
  .xs-padding-right-39 {
    padding-right: 39px;
  }
  .xs-padding-right-40 {
    padding-right: 40px;
  }
  .xs-padding-right-41 {
    padding-right: 41px;
  }
  .xs-padding-right-42 {
    padding-right: 42px;
  }
  .xs-padding-right-43 {
    padding-right: 43px;
  }
  .xs-padding-right-44 {
    padding-right: 44px;
  }
  .xs-padding-right-45 {
    padding-right: 45px;
  }
  .xs-padding-right-46 {
    padding-right: 46px;
  }
  .xs-padding-right-47 {
    padding-right: 47px;
  }
  .xs-padding-right-48 {
    padding-right: 48px;
  }
  .xs-padding-right-49 {
    padding-right: 49px;
  }
  .xs-padding-right-50 {
    padding-right: 50px;
  }
  .xs-padding-right-51 {
    padding-right: 51px;
  }
  .xs-padding-right-52 {
    padding-right: 52px;
  }
  .xs-padding-right-53 {
    padding-right: 53px;
  }
  .xs-padding-right-54 {
    padding-right: 54px;
  }
  .xs-padding-right-55 {
    padding-right: 55px;
  }
  .xs-padding-right-56 {
    padding-right: 56px;
  }
  .xs-padding-right-57 {
    padding-right: 57px;
  }
  .xs-padding-right-58 {
    padding-right: 58px;
  }
  .xs-padding-right-59 {
    padding-right: 59px;
  }
  .xs-padding-right-60 {
    padding-right: 60px;
  }
  .xs-padding-right-61 {
    padding-right: 61px;
  }
  .xs-padding-right-62 {
    padding-right: 62px;
  }
  .xs-padding-right-63 {
    padding-right: 63px;
  }
  .xs-padding-right-64 {
    padding-right: 64px;
  }
  .xs-padding-right-65 {
    padding-right: 65px;
  }
  .xs-padding-right-66 {
    padding-right: 66px;
  }
  .xs-padding-right-67 {
    padding-right: 67px;
  }
  .xs-padding-right-68 {
    padding-right: 68px;
  }
  .xs-padding-right-69 {
    padding-right: 69px;
  }
  .xs-padding-right-70 {
    padding-right: 70px;
  }
  .xs-padding-right-71 {
    padding-right: 71px;
  }
  .xs-padding-right-72 {
    padding-right: 72px;
  }
  .xs-padding-right-73 {
    padding-right: 73px;
  }
  .xs-padding-right-74 {
    padding-right: 74px;
  }
  .xs-padding-right-75 {
    padding-right: 75px;
  }
  .xs-padding-right-76 {
    padding-right: 76px;
  }
  .xs-padding-right-77 {
    padding-right: 77px;
  }
  .xs-padding-right-78 {
    padding-right: 78px;
  }
  .xs-padding-right-79 {
    padding-right: 79px;
  }
  .xs-padding-right-80 {
    padding-right: 80px;
  }
  .xs-padding-right-81 {
    padding-right: 81px;
  }
  .xs-padding-right-82 {
    padding-right: 82px;
  }
  .xs-padding-right-83 {
    padding-right: 83px;
  }
  .xs-padding-right-84 {
    padding-right: 84px;
  }
  .xs-padding-right-85 {
    padding-right: 85px;
  }
  .xs-padding-right-86 {
    padding-right: 86px;
  }
  .xs-padding-right-87 {
    padding-right: 87px;
  }
  .xs-padding-right-88 {
    padding-right: 88px;
  }
  .xs-padding-right-89 {
    padding-right: 89px;
  }
  .xs-padding-right-90 {
    padding-right: 90px;
  }
  .xs-padding-right-91 {
    padding-right: 91px;
  }
  .xs-padding-right-92 {
    padding-right: 92px;
  }
  .xs-padding-right-93 {
    padding-right: 93px;
  }
  .xs-padding-right-94 {
    padding-right: 94px;
  }
  .xs-padding-right-95 {
    padding-right: 95px;
  }
  .xs-padding-right-96 {
    padding-right: 96px;
  }
  .xs-padding-right-97 {
    padding-right: 97px;
  }
  .xs-padding-right-98 {
    padding-right: 98px;
  }
  .xs-padding-right-99 {
    padding-right: 99px;
  }
  .xs-padding-right-100 {
    padding-right: 100px;
  }
  .xs-padding-bottom-0 {
    padding-bottom: 0px;
  }
  .xs-padding-bottom-1 {
    padding-bottom: 1px;
  }
  .xs-padding-bottom-2 {
    padding-bottom: 2px;
  }
  .xs-padding-bottom-3 {
    padding-bottom: 3px;
  }
  .xs-padding-bottom-4 {
    padding-bottom: 4px;
  }
  .xs-padding-bottom-5 {
    padding-bottom: 5px;
  }
  .xs-padding-bottom-6 {
    padding-bottom: 6px;
  }
  .xs-padding-bottom-7 {
    padding-bottom: 7px;
  }
  .xs-padding-bottom-8 {
    padding-bottom: 8px;
  }
  .xs-padding-bottom-9 {
    padding-bottom: 9px;
  }
  .xs-padding-bottom-10 {
    padding-bottom: 10px;
  }
  .xs-padding-bottom-11 {
    padding-bottom: 11px;
  }
  .xs-padding-bottom-12 {
    padding-bottom: 12px;
  }
  .xs-padding-bottom-13 {
    padding-bottom: 13px;
  }
  .xs-padding-bottom-14 {
    padding-bottom: 14px;
  }
  .xs-padding-bottom-15 {
    padding-bottom: 15px;
  }
  .xs-padding-bottom-16 {
    padding-bottom: 16px;
  }
  .xs-padding-bottom-17 {
    padding-bottom: 17px;
  }
  .xs-padding-bottom-18 {
    padding-bottom: 18px;
  }
  .xs-padding-bottom-19 {
    padding-bottom: 19px;
  }
  .xs-padding-bottom-20 {
    padding-bottom: 20px;
  }
  .xs-padding-bottom-21 {
    padding-bottom: 21px;
  }
  .xs-padding-bottom-22 {
    padding-bottom: 22px;
  }
  .xs-padding-bottom-23 {
    padding-bottom: 23px;
  }
  .xs-padding-bottom-24 {
    padding-bottom: 24px;
  }
  .xs-padding-bottom-25 {
    padding-bottom: 25px;
  }
  .xs-padding-bottom-26 {
    padding-bottom: 26px;
  }
  .xs-padding-bottom-27 {
    padding-bottom: 27px;
  }
  .xs-padding-bottom-28 {
    padding-bottom: 28px;
  }
  .xs-padding-bottom-29 {
    padding-bottom: 29px;
  }
  .xs-padding-bottom-30 {
    padding-bottom: 30px;
  }
  .xs-padding-bottom-31 {
    padding-bottom: 31px;
  }
  .xs-padding-bottom-32 {
    padding-bottom: 32px;
  }
  .xs-padding-bottom-33 {
    padding-bottom: 33px;
  }
  .xs-padding-bottom-34 {
    padding-bottom: 34px;
  }
  .xs-padding-bottom-35 {
    padding-bottom: 35px;
  }
  .xs-padding-bottom-36 {
    padding-bottom: 36px;
  }
  .xs-padding-bottom-37 {
    padding-bottom: 37px;
  }
  .xs-padding-bottom-38 {
    padding-bottom: 38px;
  }
  .xs-padding-bottom-39 {
    padding-bottom: 39px;
  }
  .xs-padding-bottom-40 {
    padding-bottom: 40px;
  }
  .xs-padding-bottom-41 {
    padding-bottom: 41px;
  }
  .xs-padding-bottom-42 {
    padding-bottom: 42px;
  }
  .xs-padding-bottom-43 {
    padding-bottom: 43px;
  }
  .xs-padding-bottom-44 {
    padding-bottom: 44px;
  }
  .xs-padding-bottom-45 {
    padding-bottom: 45px;
  }
  .xs-padding-bottom-46 {
    padding-bottom: 46px;
  }
  .xs-padding-bottom-47 {
    padding-bottom: 47px;
  }
  .xs-padding-bottom-48 {
    padding-bottom: 48px;
  }
  .xs-padding-bottom-49 {
    padding-bottom: 49px;
  }
  .xs-padding-bottom-50 {
    padding-bottom: 50px;
  }
  .xs-padding-bottom-51 {
    padding-bottom: 51px;
  }
  .xs-padding-bottom-52 {
    padding-bottom: 52px;
  }
  .xs-padding-bottom-53 {
    padding-bottom: 53px;
  }
  .xs-padding-bottom-54 {
    padding-bottom: 54px;
  }
  .xs-padding-bottom-55 {
    padding-bottom: 55px;
  }
  .xs-padding-bottom-56 {
    padding-bottom: 56px;
  }
  .xs-padding-bottom-57 {
    padding-bottom: 57px;
  }
  .xs-padding-bottom-58 {
    padding-bottom: 58px;
  }
  .xs-padding-bottom-59 {
    padding-bottom: 59px;
  }
  .xs-padding-bottom-60 {
    padding-bottom: 60px;
  }
  .xs-padding-bottom-61 {
    padding-bottom: 61px;
  }
  .xs-padding-bottom-62 {
    padding-bottom: 62px;
  }
  .xs-padding-bottom-63 {
    padding-bottom: 63px;
  }
  .xs-padding-bottom-64 {
    padding-bottom: 64px;
  }
  .xs-padding-bottom-65 {
    padding-bottom: 65px;
  }
  .xs-padding-bottom-66 {
    padding-bottom: 66px;
  }
  .xs-padding-bottom-67 {
    padding-bottom: 67px;
  }
  .xs-padding-bottom-68 {
    padding-bottom: 68px;
  }
  .xs-padding-bottom-69 {
    padding-bottom: 69px;
  }
  .xs-padding-bottom-70 {
    padding-bottom: 70px;
  }
  .xs-padding-bottom-71 {
    padding-bottom: 71px;
  }
  .xs-padding-bottom-72 {
    padding-bottom: 72px;
  }
  .xs-padding-bottom-73 {
    padding-bottom: 73px;
  }
  .xs-padding-bottom-74 {
    padding-bottom: 74px;
  }
  .xs-padding-bottom-75 {
    padding-bottom: 75px;
  }
  .xs-padding-bottom-76 {
    padding-bottom: 76px;
  }
  .xs-padding-bottom-77 {
    padding-bottom: 77px;
  }
  .xs-padding-bottom-78 {
    padding-bottom: 78px;
  }
  .xs-padding-bottom-79 {
    padding-bottom: 79px;
  }
  .xs-padding-bottom-80 {
    padding-bottom: 80px;
  }
  .xs-padding-bottom-81 {
    padding-bottom: 81px;
  }
  .xs-padding-bottom-82 {
    padding-bottom: 82px;
  }
  .xs-padding-bottom-83 {
    padding-bottom: 83px;
  }
  .xs-padding-bottom-84 {
    padding-bottom: 84px;
  }
  .xs-padding-bottom-85 {
    padding-bottom: 85px;
  }
  .xs-padding-bottom-86 {
    padding-bottom: 86px;
  }
  .xs-padding-bottom-87 {
    padding-bottom: 87px;
  }
  .xs-padding-bottom-88 {
    padding-bottom: 88px;
  }
  .xs-padding-bottom-89 {
    padding-bottom: 89px;
  }
  .xs-padding-bottom-90 {
    padding-bottom: 90px;
  }
  .xs-padding-bottom-91 {
    padding-bottom: 91px;
  }
  .xs-padding-bottom-92 {
    padding-bottom: 92px;
  }
  .xs-padding-bottom-93 {
    padding-bottom: 93px;
  }
  .xs-padding-bottom-94 {
    padding-bottom: 94px;
  }
  .xs-padding-bottom-95 {
    padding-bottom: 95px;
  }
  .xs-padding-bottom-96 {
    padding-bottom: 96px;
  }
  .xs-padding-bottom-97 {
    padding-bottom: 97px;
  }
  .xs-padding-bottom-98 {
    padding-bottom: 98px;
  }
  .xs-padding-bottom-99 {
    padding-bottom: 99px;
  }
  .xs-padding-bottom-100 {
    padding-bottom: 100px;
  }

  .xs-margin-top-0 {
    margin-top: 0px;
  }
  .xs-margin-top--0 {
    margin-top: -0px;
  }
  .xs-margin-top-1 {
    margin-top: 1px;
  }
  .xs-margin-top--1 {
    margin-top: -1px;
  }
  .xs-margin-top-2 {
    margin-top: 2px;
  }
  .xs-margin-top--2 {
    margin-top: -2px;
  }
  .xs-margin-top-3 {
    margin-top: 3px;
  }
  .xs-margin-top--3 {
    margin-top: -3px;
  }
  .xs-margin-top-4 {
    margin-top: 4px;
  }
  .xs-margin-top--4 {
    margin-top: -4px;
  }
  .xs-margin-top-5 {
    margin-top: 5px;
  }
  .xs-margin-top--5 {
    margin-top: -5px;
  }
  .xs-margin-top-6 {
    margin-top: 6px;
  }
  .xs-margin-top--6 {
    margin-top: -6px;
  }
  .xs-margin-top-7 {
    margin-top: 7px;
  }
  .xs-margin-top--7 {
    margin-top: -7px;
  }
  .xs-margin-top-8 {
    margin-top: 8px;
  }
  .xs-margin-top--8 {
    margin-top: -8px;
  }
  .xs-margin-top-9 {
    margin-top: 9px;
  }
  .xs-margin-top--9 {
    margin-top: -9px;
  }
  .xs-margin-top-10 {
    margin-top: 10px;
  }
  .xs-margin-top--10 {
    margin-top: -10px;
  }
  .xs-margin-top-11 {
    margin-top: 11px;
  }
  .xs-margin-top--11 {
    margin-top: -11px;
  }
  .xs-margin-top-12 {
    margin-top: 12px;
  }
  .xs-margin-top--12 {
    margin-top: -12px;
  }
  .xs-margin-top-13 {
    margin-top: 13px;
  }
  .xs-margin-top--13 {
    margin-top: -13px;
  }
  .xs-margin-top-14 {
    margin-top: 14px;
  }
  .xs-margin-top--14 {
    margin-top: -14px;
  }
  .xs-margin-top-15 {
    margin-top: 15px;
  }
  .xs-margin-top--15 {
    margin-top: -15px;
  }
  .xs-margin-top-16 {
    margin-top: 16px;
  }
  .xs-margin-top--16 {
    margin-top: -16px;
  }
  .xs-margin-top-17 {
    margin-top: 17px;
  }
  .xs-margin-top--17 {
    margin-top: -17px;
  }
  .xs-margin-top-18 {
    margin-top: 18px;
  }
  .xs-margin-top--18 {
    margin-top: -18px;
  }
  .xs-margin-top-19 {
    margin-top: 19px;
  }
  .xs-margin-top--19 {
    margin-top: -19px;
  }
  .xs-margin-top-20 {
    margin-top: 20px;
  }
  .xs-margin-top--20 {
    margin-top: -20px;
  }
  .xs-margin-top-21 {
    margin-top: 21px;
  }
  .xs-margin-top--21 {
    margin-top: -21px;
  }
  .xs-margin-top-22 {
    margin-top: 22px;
  }
  .xs-margin-top--22 {
    margin-top: -22px;
  }
  .xs-margin-top-23 {
    margin-top: 23px;
  }
  .xs-margin-top--23 {
    margin-top: -23px;
  }
  .xs-margin-top-24 {
    margin-top: 24px;
  }
  .xs-margin-top--24 {
    margin-top: -24px;
  }
  .xs-margin-top-25 {
    margin-top: 25px;
  }
  .xs-margin-top--25 {
    margin-top: -25px;
  }
  .xs-margin-top-26 {
    margin-top: 26px;
  }
  .xs-margin-top--26 {
    margin-top: -26px;
  }
  .xs-margin-top-27 {
    margin-top: 27px;
  }
  .xs-margin-top--27 {
    margin-top: -27px;
  }
  .xs-margin-top-28 {
    margin-top: 28px;
  }
  .xs-margin-top--28 {
    margin-top: -28px;
  }
  .xs-margin-top-29 {
    margin-top: 29px;
  }
  .xs-margin-top--29 {
    margin-top: -29px;
  }
  .xs-margin-top-30 {
    margin-top: 30px;
  }
  .xs-margin-top--30 {
    margin-top: -30px;
  }
  .xs-margin-top-31 {
    margin-top: 31px;
  }
  .xs-margin-top--31 {
    margin-top: -31px;
  }
  .xs-margin-top-32 {
    margin-top: 32px;
  }
  .xs-margin-top--32 {
    margin-top: -32px;
  }
  .xs-margin-top-33 {
    margin-top: 33px;
  }
  .xs-margin-top--33 {
    margin-top: -33px;
  }
  .xs-margin-top-34 {
    margin-top: 34px;
  }
  .xs-margin-top--34 {
    margin-top: -34px;
  }
  .xs-margin-top-35 {
    margin-top: 35px;
  }
  .xs-margin-top--35 {
    margin-top: -35px;
  }
  .xs-margin-top-36 {
    margin-top: 36px;
  }
  .xs-margin-top--36 {
    margin-top: -36px;
  }
  .xs-margin-top-37 {
    margin-top: 37px;
  }
  .xs-margin-top--37 {
    margin-top: -37px;
  }
  .xs-margin-top-38 {
    margin-top: 38px;
  }
  .xs-margin-top--38 {
    margin-top: -38px;
  }
  .xs-margin-top-39 {
    margin-top: 39px;
  }
  .xs-margin-top--39 {
    margin-top: -39px;
  }
  .xs-margin-top-40 {
    margin-top: 40px;
  }
  .xs-margin-top--40 {
    margin-top: -40px;
  }
  .xs-margin-top-41 {
    margin-top: 41px;
  }
  .xs-margin-top--41 {
    margin-top: -41px;
  }
  .xs-margin-top-42 {
    margin-top: 42px;
  }
  .xs-margin-top--42 {
    margin-top: -42px;
  }
  .xs-margin-top-43 {
    margin-top: 43px;
  }
  .xs-margin-top--43 {
    margin-top: -43px;
  }
  .xs-margin-top-44 {
    margin-top: 44px;
  }
  .xs-margin-top--44 {
    margin-top: -44px;
  }
  .xs-margin-top-45 {
    margin-top: 45px;
  }
  .xs-margin-top--45 {
    margin-top: -45px;
  }
  .xs-margin-top-46 {
    margin-top: 46px;
  }
  .xs-margin-top--46 {
    margin-top: -46px;
  }
  .xs-margin-top-47 {
    margin-top: 47px;
  }
  .xs-margin-top--47 {
    margin-top: -47px;
  }
  .xs-margin-top-48 {
    margin-top: 48px;
  }
  .xs-margin-top--48 {
    margin-top: -48px;
  }
  .xs-margin-top-49 {
    margin-top: 49px;
  }
  .xs-margin-top--49 {
    margin-top: -49px;
  }
  .xs-margin-top-50 {
    margin-top: 50px;
  }
  .xs-margin-top--50 {
    margin-top: -50px;
  }
  .xs-margin-top-51 {
    margin-top: 51px;
  }
  .xs-margin-top--51 {
    margin-top: -51px;
  }
  .xs-margin-top-52 {
    margin-top: 52px;
  }
  .xs-margin-top--52 {
    margin-top: -52px;
  }
  .xs-margin-top-53 {
    margin-top: 53px;
  }
  .xs-margin-top--53 {
    margin-top: -53px;
  }
  .xs-margin-top-54 {
    margin-top: 54px;
  }
  .xs-margin-top--54 {
    margin-top: -54px;
  }
  .xs-margin-top-55 {
    margin-top: 55px;
  }
  .xs-margin-top--55 {
    margin-top: -55px;
  }
  .xs-margin-top-56 {
    margin-top: 56px;
  }
  .xs-margin-top--56 {
    margin-top: -56px;
  }
  .xs-margin-top-57 {
    margin-top: 57px;
  }
  .xs-margin-top--57 {
    margin-top: -57px;
  }
  .xs-margin-top-58 {
    margin-top: 58px;
  }
  .xs-margin-top--58 {
    margin-top: -58px;
  }
  .xs-margin-top-59 {
    margin-top: 59px;
  }
  .xs-margin-top--59 {
    margin-top: -59px;
  }
  .xs-margin-top-60 {
    margin-top: 60px;
  }
  .xs-margin-top--60 {
    margin-top: -60px;
  }
  .xs-margin-top-61 {
    margin-top: 61px;
  }
  .xs-margin-top--61 {
    margin-top: -61px;
  }
  .xs-margin-top-62 {
    margin-top: 62px;
  }
  .xs-margin-top--62 {
    margin-top: -62px;
  }
  .xs-margin-top-63 {
    margin-top: 63px;
  }
  .xs-margin-top--63 {
    margin-top: -63px;
  }
  .xs-margin-top-64 {
    margin-top: 64px;
  }
  .xs-margin-top--64 {
    margin-top: -64px;
  }
  .xs-margin-top-65 {
    margin-top: 65px;
  }
  .xs-margin-top--65 {
    margin-top: -65px;
  }
  .xs-margin-top-66 {
    margin-top: 66px;
  }
  .xs-margin-top--66 {
    margin-top: -66px;
  }
  .xs-margin-top-67 {
    margin-top: 67px;
  }
  .xs-margin-top--67 {
    margin-top: -67px;
  }
  .xs-margin-top-68 {
    margin-top: 68px;
  }
  .xs-margin-top--68 {
    margin-top: -68px;
  }
  .xs-margin-top-69 {
    margin-top: 69px;
  }
  .xs-margin-top--69 {
    margin-top: -69px;
  }
  .xs-margin-top-70 {
    margin-top: 70px;
  }
  .xs-margin-top--70 {
    margin-top: -70px;
  }
  .xs-margin-top-71 {
    margin-top: 71px;
  }
  .xs-margin-top--71 {
    margin-top: -71px;
  }
  .xs-margin-top-72 {
    margin-top: 72px;
  }
  .xs-margin-top--72 {
    margin-top: -72px;
  }
  .xs-margin-top-73 {
    margin-top: 73px;
  }
  .xs-margin-top--73 {
    margin-top: -73px;
  }
  .xs-margin-top-74 {
    margin-top: 74px;
  }
  .xs-margin-top--74 {
    margin-top: -74px;
  }
  .xs-margin-top-75 {
    margin-top: 75px;
  }
  .xs-margin-top--75 {
    margin-top: -75px;
  }
  .xs-margin-top-76 {
    margin-top: 76px;
  }
  .xs-margin-top--76 {
    margin-top: -76px;
  }
  .xs-margin-top-77 {
    margin-top: 77px;
  }
  .xs-margin-top--77 {
    margin-top: -77px;
  }
  .xs-margin-top-78 {
    margin-top: 78px;
  }
  .xs-margin-top--78 {
    margin-top: -78px;
  }
  .xs-margin-top-79 {
    margin-top: 79px;
  }
  .xs-margin-top--79 {
    margin-top: -79px;
  }
  .xs-margin-top-80 {
    margin-top: 80px;
  }
  .xs-margin-top--80 {
    margin-top: -80px;
  }
  .xs-margin-top-81 {
    margin-top: 81px;
  }
  .xs-margin-top--81 {
    margin-top: -81px;
  }
  .xs-margin-top-82 {
    margin-top: 82px;
  }
  .xs-margin-top--82 {
    margin-top: -82px;
  }
  .xs-margin-top-83 {
    margin-top: 83px;
  }
  .xs-margin-top--83 {
    margin-top: -83px;
  }
  .xs-margin-top-84 {
    margin-top: 84px;
  }
  .xs-margin-top--84 {
    margin-top: -84px;
  }
  .xs-margin-top-85 {
    margin-top: 85px;
  }
  .xs-margin-top--85 {
    margin-top: -85px;
  }
  .xs-margin-top-86 {
    margin-top: 86px;
  }
  .xs-margin-top--86 {
    margin-top: -86px;
  }
  .xs-margin-top-87 {
    margin-top: 87px;
  }
  .xs-margin-top--87 {
    margin-top: -87px;
  }
  .xs-margin-top-88 {
    margin-top: 88px;
  }
  .xs-margin-top--88 {
    margin-top: -88px;
  }
  .xs-margin-top-89 {
    margin-top: 89px;
  }
  .xs-margin-top--89 {
    margin-top: -89px;
  }
  .xs-margin-top-90 {
    margin-top: 90px;
  }
  .xs-margin-top--90 {
    margin-top: -90px;
  }
  .xs-margin-top-91 {
    margin-top: 91px;
  }
  .xs-margin-top--91 {
    margin-top: -91px;
  }
  .xs-margin-top-92 {
    margin-top: 92px;
  }
  .xs-margin-top--92 {
    margin-top: -92px;
  }
  .xs-margin-top-93 {
    margin-top: 93px;
  }
  .xs-margin-top--93 {
    margin-top: -93px;
  }
  .xs-margin-top-94 {
    margin-top: 94px;
  }
  .xs-margin-top--94 {
    margin-top: -94px;
  }
  .xs-margin-top-95 {
    margin-top: 95px;
  }
  .xs-margin-top--95 {
    margin-top: -95px;
  }
  .xs-margin-top-96 {
    margin-top: 96px;
  }
  .xs-margin-top--96 {
    margin-top: -96px;
  }
  .xs-margin-top-97 {
    margin-top: 97px;
  }
  .xs-margin-top--97 {
    margin-top: -97px;
  }
  .xs-margin-top-98 {
    margin-top: 98px;
  }
  .xs-margin-top--98 {
    margin-top: -98px;
  }
  .xs-margin-top-99 {
    margin-top: 99px;
  }
  .xs-margin-top--99 {
    margin-top: -99px;
  }
  .xs-margin-top-100 {
    margin-top: 100px;
  }
  .xs-margin-top--100 {
    margin-top: -100px;
  }
  .xs-margin-left-0 {
    margin-left: 0px;
  }
  .xs-margin-left--0 {
    margin-left: -0px;
  }
  .xs-margin-left-1 {
    margin-left: 1px;
  }
  .xs-margin-left--1 {
    margin-left: -1px;
  }
  .xs-margin-left-2 {
    margin-left: 2px;
  }
  .xs-margin-left--2 {
    margin-left: -2px;
  }
  .xs-margin-left-3 {
    margin-left: 3px;
  }
  .xs-margin-left--3 {
    margin-left: -3px;
  }
  .xs-margin-left-4 {
    margin-left: 4px;
  }
  .xs-margin-left--4 {
    margin-left: -4px;
  }
  .xs-margin-left-5 {
    margin-left: 5px;
  }
  .xs-margin-left--5 {
    margin-left: -5px;
  }
  .xs-margin-left-6 {
    margin-left: 6px;
  }
  .xs-margin-left--6 {
    margin-left: -6px;
  }
  .xs-margin-left-7 {
    margin-left: 7px;
  }
  .xs-margin-left--7 {
    margin-left: -7px;
  }
  .xs-margin-left-8 {
    margin-left: 8px;
  }
  .xs-margin-left--8 {
    margin-left: -8px;
  }
  .xs-margin-left-9 {
    margin-left: 9px;
  }
  .xs-margin-left--9 {
    margin-left: -9px;
  }
  .xs-margin-left-10 {
    margin-left: 10px;
  }
  .xs-margin-left--10 {
    margin-left: -10px;
  }
  .xs-margin-left-11 {
    margin-left: 11px;
  }
  .xs-margin-left--11 {
    margin-left: -11px;
  }
  .xs-margin-left-12 {
    margin-left: 12px;
  }
  .xs-margin-left--12 {
    margin-left: -12px;
  }
  .xs-margin-left-13 {
    margin-left: 13px;
  }
  .xs-margin-left--13 {
    margin-left: -13px;
  }
  .xs-margin-left-14 {
    margin-left: 14px;
  }
  .xs-margin-left--14 {
    margin-left: -14px;
  }
  .xs-margin-left-15 {
    margin-left: 15px;
  }
  .xs-margin-left--15 {
    margin-left: -15px;
  }
  .xs-margin-left-16 {
    margin-left: 16px;
  }
  .xs-margin-left--16 {
    margin-left: -16px;
  }
  .xs-margin-left-17 {
    margin-left: 17px;
  }
  .xs-margin-left--17 {
    margin-left: -17px;
  }
  .xs-margin-left-18 {
    margin-left: 18px;
  }
  .xs-margin-left--18 {
    margin-left: -18px;
  }
  .xs-margin-left-19 {
    margin-left: 19px;
  }
  .xs-margin-left--19 {
    margin-left: -19px;
  }
  .xs-margin-left-20 {
    margin-left: 20px;
  }
  .xs-margin-left--20 {
    margin-left: -20px;
  }
  .xs-margin-left-21 {
    margin-left: 21px;
  }
  .xs-margin-left--21 {
    margin-left: -21px;
  }
  .xs-margin-left-22 {
    margin-left: 22px;
  }
  .xs-margin-left--22 {
    margin-left: -22px;
  }
  .xs-margin-left-23 {
    margin-left: 23px;
  }
  .xs-margin-left--23 {
    margin-left: -23px;
  }
  .xs-margin-left-24 {
    margin-left: 24px;
  }
  .xs-margin-left--24 {
    margin-left: -24px;
  }
  .xs-margin-left-25 {
    margin-left: 25px;
  }
  .xs-margin-left--25 {
    margin-left: -25px;
  }
  .xs-margin-left-26 {
    margin-left: 26px;
  }
  .xs-margin-left--26 {
    margin-left: -26px;
  }
  .xs-margin-left-27 {
    margin-left: 27px;
  }
  .xs-margin-left--27 {
    margin-left: -27px;
  }
  .xs-margin-left-28 {
    margin-left: 28px;
  }
  .xs-margin-left--28 {
    margin-left: -28px;
  }
  .xs-margin-left-29 {
    margin-left: 29px;
  }
  .xs-margin-left--29 {
    margin-left: -29px;
  }
  .xs-margin-left-30 {
    margin-left: 30px;
  }
  .xs-margin-left--30 {
    margin-left: -30px;
  }
  .xs-margin-left-31 {
    margin-left: 31px;
  }
  .xs-margin-left--31 {
    margin-left: -31px;
  }
  .xs-margin-left-32 {
    margin-left: 32px;
  }
  .xs-margin-left--32 {
    margin-left: -32px;
  }
  .xs-margin-left-33 {
    margin-left: 33px;
  }
  .xs-margin-left--33 {
    margin-left: -33px;
  }
  .xs-margin-left-34 {
    margin-left: 34px;
  }
  .xs-margin-left--34 {
    margin-left: -34px;
  }
  .xs-margin-left-35 {
    margin-left: 35px;
  }
  .xs-margin-left--35 {
    margin-left: -35px;
  }
  .xs-margin-left-36 {
    margin-left: 36px;
  }
  .xs-margin-left--36 {
    margin-left: -36px;
  }
  .xs-margin-left-37 {
    margin-left: 37px;
  }
  .xs-margin-left--37 {
    margin-left: -37px;
  }
  .xs-margin-left-38 {
    margin-left: 38px;
  }
  .xs-margin-left--38 {
    margin-left: -38px;
  }
  .xs-margin-left-39 {
    margin-left: 39px;
  }
  .xs-margin-left--39 {
    margin-left: -39px;
  }
  .xs-margin-left-40 {
    margin-left: 40px;
  }
  .xs-margin-left--40 {
    margin-left: -40px;
  }
  .xs-margin-left-41 {
    margin-left: 41px;
  }
  .xs-margin-left--41 {
    margin-left: -41px;
  }
  .xs-margin-left-42 {
    margin-left: 42px;
  }
  .xs-margin-left--42 {
    margin-left: -42px;
  }
  .xs-margin-left-43 {
    margin-left: 43px;
  }
  .xs-margin-left--43 {
    margin-left: -43px;
  }
  .xs-margin-left-44 {
    margin-left: 44px;
  }
  .xs-margin-left--44 {
    margin-left: -44px;
  }
  .xs-margin-left-45 {
    margin-left: 45px;
  }
  .xs-margin-left--45 {
    margin-left: -45px;
  }
  .xs-margin-left-46 {
    margin-left: 46px;
  }
  .xs-margin-left--46 {
    margin-left: -46px;
  }
  .xs-margin-left-47 {
    margin-left: 47px;
  }
  .xs-margin-left--47 {
    margin-left: -47px;
  }
  .xs-margin-left-48 {
    margin-left: 48px;
  }
  .xs-margin-left--48 {
    margin-left: -48px;
  }
  .xs-margin-left-49 {
    margin-left: 49px;
  }
  .xs-margin-left--49 {
    margin-left: -49px;
  }
  .xs-margin-left-50 {
    margin-left: 50px;
  }
  .xs-margin-left--50 {
    margin-left: -50px;
  }
  .xs-margin-left-51 {
    margin-left: 51px;
  }
  .xs-margin-left--51 {
    margin-left: -51px;
  }
  .xs-margin-left-52 {
    margin-left: 52px;
  }
  .xs-margin-left--52 {
    margin-left: -52px;
  }
  .xs-margin-left-53 {
    margin-left: 53px;
  }
  .xs-margin-left--53 {
    margin-left: -53px;
  }
  .xs-margin-left-54 {
    margin-left: 54px;
  }
  .xs-margin-left--54 {
    margin-left: -54px;
  }
  .xs-margin-left-55 {
    margin-left: 55px;
  }
  .xs-margin-left--55 {
    margin-left: -55px;
  }
  .xs-margin-left-56 {
    margin-left: 56px;
  }
  .xs-margin-left--56 {
    margin-left: -56px;
  }
  .xs-margin-left-57 {
    margin-left: 57px;
  }
  .xs-margin-left--57 {
    margin-left: -57px;
  }
  .xs-margin-left-58 {
    margin-left: 58px;
  }
  .xs-margin-left--58 {
    margin-left: -58px;
  }
  .xs-margin-left-59 {
    margin-left: 59px;
  }
  .xs-margin-left--59 {
    margin-left: -59px;
  }
  .xs-margin-left-60 {
    margin-left: 60px;
  }
  .xs-margin-left--60 {
    margin-left: -60px;
  }
  .xs-margin-left-61 {
    margin-left: 61px;
  }
  .xs-margin-left--61 {
    margin-left: -61px;
  }
  .xs-margin-left-62 {
    margin-left: 62px;
  }
  .xs-margin-left--62 {
    margin-left: -62px;
  }
  .xs-margin-left-63 {
    margin-left: 63px;
  }
  .xs-margin-left--63 {
    margin-left: -63px;
  }
  .xs-margin-left-64 {
    margin-left: 64px;
  }
  .xs-margin-left--64 {
    margin-left: -64px;
  }
  .xs-margin-left-65 {
    margin-left: 65px;
  }
  .xs-margin-left--65 {
    margin-left: -65px;
  }
  .xs-margin-left-66 {
    margin-left: 66px;
  }
  .xs-margin-left--66 {
    margin-left: -66px;
  }
  .xs-margin-left-67 {
    margin-left: 67px;
  }
  .xs-margin-left--67 {
    margin-left: -67px;
  }
  .xs-margin-left-68 {
    margin-left: 68px;
  }
  .xs-margin-left--68 {
    margin-left: -68px;
  }
  .xs-margin-left-69 {
    margin-left: 69px;
  }
  .xs-margin-left--69 {
    margin-left: -69px;
  }
  .xs-margin-left-70 {
    margin-left: 70px;
  }
  .xs-margin-left--70 {
    margin-left: -70px;
  }
  .xs-margin-left-71 {
    margin-left: 71px;
  }
  .xs-margin-left--71 {
    margin-left: -71px;
  }
  .xs-margin-left-72 {
    margin-left: 72px;
  }
  .xs-margin-left--72 {
    margin-left: -72px;
  }
  .xs-margin-left-73 {
    margin-left: 73px;
  }
  .xs-margin-left--73 {
    margin-left: -73px;
  }
  .xs-margin-left-74 {
    margin-left: 74px;
  }
  .xs-margin-left--74 {
    margin-left: -74px;
  }
  .xs-margin-left-75 {
    margin-left: 75px;
  }
  .xs-margin-left--75 {
    margin-left: -75px;
  }
  .xs-margin-left-76 {
    margin-left: 76px;
  }
  .xs-margin-left--76 {
    margin-left: -76px;
  }
  .xs-margin-left-77 {
    margin-left: 77px;
  }
  .xs-margin-left--77 {
    margin-left: -77px;
  }
  .xs-margin-left-78 {
    margin-left: 78px;
  }
  .xs-margin-left--78 {
    margin-left: -78px;
  }
  .xs-margin-left-79 {
    margin-left: 79px;
  }
  .xs-margin-left--79 {
    margin-left: -79px;
  }
  .xs-margin-left-80 {
    margin-left: 80px;
  }
  .xs-margin-left--80 {
    margin-left: -80px;
  }
  .xs-margin-left-81 {
    margin-left: 81px;
  }
  .xs-margin-left--81 {
    margin-left: -81px;
  }
  .xs-margin-left-82 {
    margin-left: 82px;
  }
  .xs-margin-left--82 {
    margin-left: -82px;
  }
  .xs-margin-left-83 {
    margin-left: 83px;
  }
  .xs-margin-left--83 {
    margin-left: -83px;
  }
  .xs-margin-left-84 {
    margin-left: 84px;
  }
  .xs-margin-left--84 {
    margin-left: -84px;
  }
  .xs-margin-left-85 {
    margin-left: 85px;
  }
  .xs-margin-left--85 {
    margin-left: -85px;
  }
  .xs-margin-left-86 {
    margin-left: 86px;
  }
  .xs-margin-left--86 {
    margin-left: -86px;
  }
  .xs-margin-left-87 {
    margin-left: 87px;
  }
  .xs-margin-left--87 {
    margin-left: -87px;
  }
  .xs-margin-left-88 {
    margin-left: 88px;
  }
  .xs-margin-left--88 {
    margin-left: -88px;
  }
  .xs-margin-left-89 {
    margin-left: 89px;
  }
  .xs-margin-left--89 {
    margin-left: -89px;
  }
  .xs-margin-left-90 {
    margin-left: 90px;
  }
  .xs-margin-left--90 {
    margin-left: -90px;
  }
  .xs-margin-left-91 {
    margin-left: 91px;
  }
  .xs-margin-left--91 {
    margin-left: -91px;
  }
  .xs-margin-left-92 {
    margin-left: 92px;
  }
  .xs-margin-left--92 {
    margin-left: -92px;
  }
  .xs-margin-left-93 {
    margin-left: 93px;
  }
  .xs-margin-left--93 {
    margin-left: -93px;
  }
  .xs-margin-left-94 {
    margin-left: 94px;
  }
  .xs-margin-left--94 {
    margin-left: -94px;
  }
  .xs-margin-left-95 {
    margin-left: 95px;
  }
  .xs-margin-left--95 {
    margin-left: -95px;
  }
  .xs-margin-left-96 {
    margin-left: 96px;
  }
  .xs-margin-left--96 {
    margin-left: -96px;
  }
  .xs-margin-left-97 {
    margin-left: 97px;
  }
  .xs-margin-left--97 {
    margin-left: -97px;
  }
  .xs-margin-left-98 {
    margin-left: 98px;
  }
  .xs-margin-left--98 {
    margin-left: -98px;
  }
  .xs-margin-left-99 {
    margin-left: 99px;
  }
  .xs-margin-left--99 {
    margin-left: -99px;
  }
  .xs-margin-left-100 {
    margin-left: 100px;
  }
  .xs-margin-left--100 {
    margin-left: -100px;
  }
  .xs-margin-right-0 {
    margin-right: 0px;
  }
  .xs-margin-right--0 {
    margin-right: -0px;
  }
  .xs-margin-right-1 {
    margin-right: 1px;
  }
  .xs-margin-right--1 {
    margin-right: -1px;
  }
  .xs-margin-right-2 {
    margin-right: 2px;
  }
  .xs-margin-right--2 {
    margin-right: -2px;
  }
  .xs-margin-right-3 {
    margin-right: 3px;
  }
  .xs-margin-right--3 {
    margin-right: -3px;
  }
  .xs-margin-right-4 {
    margin-right: 4px;
  }
  .xs-margin-right--4 {
    margin-right: -4px;
  }
  .xs-margin-right-5 {
    margin-right: 5px;
  }
  .xs-margin-right--5 {
    margin-right: -5px;
  }
  .xs-margin-right-6 {
    margin-right: 6px;
  }
  .xs-margin-right--6 {
    margin-right: -6px;
  }
  .xs-margin-right-7 {
    margin-right: 7px;
  }
  .xs-margin-right--7 {
    margin-right: -7px;
  }
  .xs-margin-right-8 {
    margin-right: 8px;
  }
  .xs-margin-right--8 {
    margin-right: -8px;
  }
  .xs-margin-right-9 {
    margin-right: 9px;
  }
  .xs-margin-right--9 {
    margin-right: -9px;
  }
  .xs-margin-right-10 {
    margin-right: 10px;
  }
  .xs-margin-right--10 {
    margin-right: -10px;
  }
  .xs-margin-right-11 {
    margin-right: 11px;
  }
  .xs-margin-right--11 {
    margin-right: -11px;
  }
  .xs-margin-right-12 {
    margin-right: 12px;
  }
  .xs-margin-right--12 {
    margin-right: -12px;
  }
  .xs-margin-right-13 {
    margin-right: 13px;
  }
  .xs-margin-right--13 {
    margin-right: -13px;
  }
  .xs-margin-right-14 {
    margin-right: 14px;
  }
  .xs-margin-right--14 {
    margin-right: -14px;
  }
  .xs-margin-right-15 {
    margin-right: 15px;
  }
  .xs-margin-right--15 {
    margin-right: -15px;
  }
  .xs-margin-right-16 {
    margin-right: 16px;
  }
  .xs-margin-right--16 {
    margin-right: -16px;
  }
  .xs-margin-right-17 {
    margin-right: 17px;
  }
  .xs-margin-right--17 {
    margin-right: -17px;
  }
  .xs-margin-right-18 {
    margin-right: 18px;
  }
  .xs-margin-right--18 {
    margin-right: -18px;
  }
  .xs-margin-right-19 {
    margin-right: 19px;
  }
  .xs-margin-right--19 {
    margin-right: -19px;
  }
  .xs-margin-right-20 {
    margin-right: 20px;
  }
  .xs-margin-right--20 {
    margin-right: -20px;
  }
  .xs-margin-right-21 {
    margin-right: 21px;
  }
  .xs-margin-right--21 {
    margin-right: -21px;
  }
  .xs-margin-right-22 {
    margin-right: 22px;
  }
  .xs-margin-right--22 {
    margin-right: -22px;
  }
  .xs-margin-right-23 {
    margin-right: 23px;
  }
  .xs-margin-right--23 {
    margin-right: -23px;
  }
  .xs-margin-right-24 {
    margin-right: 24px;
  }
  .xs-margin-right--24 {
    margin-right: -24px;
  }
  .xs-margin-right-25 {
    margin-right: 25px;
  }
  .xs-margin-right--25 {
    margin-right: -25px;
  }
  .xs-margin-right-26 {
    margin-right: 26px;
  }
  .xs-margin-right--26 {
    margin-right: -26px;
  }
  .xs-margin-right-27 {
    margin-right: 27px;
  }
  .xs-margin-right--27 {
    margin-right: -27px;
  }
  .xs-margin-right-28 {
    margin-right: 28px;
  }
  .xs-margin-right--28 {
    margin-right: -28px;
  }
  .xs-margin-right-29 {
    margin-right: 29px;
  }
  .xs-margin-right--29 {
    margin-right: -29px;
  }
  .xs-margin-right-30 {
    margin-right: 30px;
  }
  .xs-margin-right--30 {
    margin-right: -30px;
  }
  .xs-margin-right-31 {
    margin-right: 31px;
  }
  .xs-margin-right--31 {
    margin-right: -31px;
  }
  .xs-margin-right-32 {
    margin-right: 32px;
  }
  .xs-margin-right--32 {
    margin-right: -32px;
  }
  .xs-margin-right-33 {
    margin-right: 33px;
  }
  .xs-margin-right--33 {
    margin-right: -33px;
  }
  .xs-margin-right-34 {
    margin-right: 34px;
  }
  .xs-margin-right--34 {
    margin-right: -34px;
  }
  .xs-margin-right-35 {
    margin-right: 35px;
  }
  .xs-margin-right--35 {
    margin-right: -35px;
  }
  .xs-margin-right-36 {
    margin-right: 36px;
  }
  .xs-margin-right--36 {
    margin-right: -36px;
  }
  .xs-margin-right-37 {
    margin-right: 37px;
  }
  .xs-margin-right--37 {
    margin-right: -37px;
  }
  .xs-margin-right-38 {
    margin-right: 38px;
  }
  .xs-margin-right--38 {
    margin-right: -38px;
  }
  .xs-margin-right-39 {
    margin-right: 39px;
  }
  .xs-margin-right--39 {
    margin-right: -39px;
  }
  .xs-margin-right-40 {
    margin-right: 40px;
  }
  .xs-margin-right--40 {
    margin-right: -40px;
  }
  .xs-margin-right-41 {
    margin-right: 41px;
  }
  .xs-margin-right--41 {
    margin-right: -41px;
  }
  .xs-margin-right-42 {
    margin-right: 42px;
  }
  .xs-margin-right--42 {
    margin-right: -42px;
  }
  .xs-margin-right-43 {
    margin-right: 43px;
  }
  .xs-margin-right--43 {
    margin-right: -43px;
  }
  .xs-margin-right-44 {
    margin-right: 44px;
  }
  .xs-margin-right--44 {
    margin-right: -44px;
  }
  .xs-margin-right-45 {
    margin-right: 45px;
  }
  .xs-margin-right--45 {
    margin-right: -45px;
  }
  .xs-margin-right-46 {
    margin-right: 46px;
  }
  .xs-margin-right--46 {
    margin-right: -46px;
  }
  .xs-margin-right-47 {
    margin-right: 47px;
  }
  .xs-margin-right--47 {
    margin-right: -47px;
  }
  .xs-margin-right-48 {
    margin-right: 48px;
  }
  .xs-margin-right--48 {
    margin-right: -48px;
  }
  .xs-margin-right-49 {
    margin-right: 49px;
  }
  .xs-margin-right--49 {
    margin-right: -49px;
  }
  .xs-margin-right-50 {
    margin-right: 50px;
  }
  .xs-margin-right--50 {
    margin-right: -50px;
  }
  .xs-margin-right-51 {
    margin-right: 51px;
  }
  .xs-margin-right--51 {
    margin-right: -51px;
  }
  .xs-margin-right-52 {
    margin-right: 52px;
  }
  .xs-margin-right--52 {
    margin-right: -52px;
  }
  .xs-margin-right-53 {
    margin-right: 53px;
  }
  .xs-margin-right--53 {
    margin-right: -53px;
  }
  .xs-margin-right-54 {
    margin-right: 54px;
  }
  .xs-margin-right--54 {
    margin-right: -54px;
  }
  .xs-margin-right-55 {
    margin-right: 55px;
  }
  .xs-margin-right--55 {
    margin-right: -55px;
  }
  .xs-margin-right-56 {
    margin-right: 56px;
  }
  .xs-margin-right--56 {
    margin-right: -56px;
  }
  .xs-margin-right-57 {
    margin-right: 57px;
  }
  .xs-margin-right--57 {
    margin-right: -57px;
  }
  .xs-margin-right-58 {
    margin-right: 58px;
  }
  .xs-margin-right--58 {
    margin-right: -58px;
  }
  .xs-margin-right-59 {
    margin-right: 59px;
  }
  .xs-margin-right--59 {
    margin-right: -59px;
  }
  .xs-margin-right-60 {
    margin-right: 60px;
  }
  .xs-margin-right--60 {
    margin-right: -60px;
  }
  .xs-margin-right-61 {
    margin-right: 61px;
  }
  .xs-margin-right--61 {
    margin-right: -61px;
  }
  .xs-margin-right-62 {
    margin-right: 62px;
  }
  .xs-margin-right--62 {
    margin-right: -62px;
  }
  .xs-margin-right-63 {
    margin-right: 63px;
  }
  .xs-margin-right--63 {
    margin-right: -63px;
  }
  .xs-margin-right-64 {
    margin-right: 64px;
  }
  .xs-margin-right--64 {
    margin-right: -64px;
  }
  .xs-margin-right-65 {
    margin-right: 65px;
  }
  .xs-margin-right--65 {
    margin-right: -65px;
  }
  .xs-margin-right-66 {
    margin-right: 66px;
  }
  .xs-margin-right--66 {
    margin-right: -66px;
  }
  .xs-margin-right-67 {
    margin-right: 67px;
  }
  .xs-margin-right--67 {
    margin-right: -67px;
  }
  .xs-margin-right-68 {
    margin-right: 68px;
  }
  .xs-margin-right--68 {
    margin-right: -68px;
  }
  .xs-margin-right-69 {
    margin-right: 69px;
  }
  .xs-margin-right--69 {
    margin-right: -69px;
  }
  .xs-margin-right-70 {
    margin-right: 70px;
  }
  .xs-margin-right--70 {
    margin-right: -70px;
  }
  .xs-margin-right-71 {
    margin-right: 71px;
  }
  .xs-margin-right--71 {
    margin-right: -71px;
  }
  .xs-margin-right-72 {
    margin-right: 72px;
  }
  .xs-margin-right--72 {
    margin-right: -72px;
  }
  .xs-margin-right-73 {
    margin-right: 73px;
  }
  .xs-margin-right--73 {
    margin-right: -73px;
  }
  .xs-margin-right-74 {
    margin-right: 74px;
  }
  .xs-margin-right--74 {
    margin-right: -74px;
  }
  .xs-margin-right-75 {
    margin-right: 75px;
  }
  .xs-margin-right--75 {
    margin-right: -75px;
  }
  .xs-margin-right-76 {
    margin-right: 76px;
  }
  .xs-margin-right--76 {
    margin-right: -76px;
  }
  .xs-margin-right-77 {
    margin-right: 77px;
  }
  .xs-margin-right--77 {
    margin-right: -77px;
  }
  .xs-margin-right-78 {
    margin-right: 78px;
  }
  .xs-margin-right--78 {
    margin-right: -78px;
  }
  .xs-margin-right-79 {
    margin-right: 79px;
  }
  .xs-margin-right--79 {
    margin-right: -79px;
  }
  .xs-margin-right-80 {
    margin-right: 80px;
  }
  .xs-margin-right--80 {
    margin-right: -80px;
  }
  .xs-margin-right-81 {
    margin-right: 81px;
  }
  .xs-margin-right--81 {
    margin-right: -81px;
  }
  .xs-margin-right-82 {
    margin-right: 82px;
  }
  .xs-margin-right--82 {
    margin-right: -82px;
  }
  .xs-margin-right-83 {
    margin-right: 83px;
  }
  .xs-margin-right--83 {
    margin-right: -83px;
  }
  .xs-margin-right-84 {
    margin-right: 84px;
  }
  .xs-margin-right--84 {
    margin-right: -84px;
  }
  .xs-margin-right-85 {
    margin-right: 85px;
  }
  .xs-margin-right--85 {
    margin-right: -85px;
  }
  .xs-margin-right-86 {
    margin-right: 86px;
  }
  .xs-margin-right--86 {
    margin-right: -86px;
  }
  .xs-margin-right-87 {
    margin-right: 87px;
  }
  .xs-margin-right--87 {
    margin-right: -87px;
  }
  .xs-margin-right-88 {
    margin-right: 88px;
  }
  .xs-margin-right--88 {
    margin-right: -88px;
  }
  .xs-margin-right-89 {
    margin-right: 89px;
  }
  .xs-margin-right--89 {
    margin-right: -89px;
  }
  .xs-margin-right-90 {
    margin-right: 90px;
  }
  .xs-margin-right--90 {
    margin-right: -90px;
  }
  .xs-margin-right-91 {
    margin-right: 91px;
  }
  .xs-margin-right--91 {
    margin-right: -91px;
  }
  .xs-margin-right-92 {
    margin-right: 92px;
  }
  .xs-margin-right--92 {
    margin-right: -92px;
  }
  .xs-margin-right-93 {
    margin-right: 93px;
  }
  .xs-margin-right--93 {
    margin-right: -93px;
  }
  .xs-margin-right-94 {
    margin-right: 94px;
  }
  .xs-margin-right--94 {
    margin-right: -94px;
  }
  .xs-margin-right-95 {
    margin-right: 95px;
  }
  .xs-margin-right--95 {
    margin-right: -95px;
  }
  .xs-margin-right-96 {
    margin-right: 96px;
  }
  .xs-margin-right--96 {
    margin-right: -96px;
  }
  .xs-margin-right-97 {
    margin-right: 97px;
  }
  .xs-margin-right--97 {
    margin-right: -97px;
  }
  .xs-margin-right-98 {
    margin-right: 98px;
  }
  .xs-margin-right--98 {
    margin-right: -98px;
  }
  .xs-margin-right-99 {
    margin-right: 99px;
  }
  .xs-margin-right--99 {
    margin-right: -99px;
  }
  .xs-margin-right-100 {
    margin-right: 100px;
  }
  .xs-margin-right--100 {
    margin-right: -100px;
  }
  .xs-margin-bottom-0 {
    margin-bottom: 0px;
  }
  .xs-margin-bottom--0 {
    margin-bottom: -0px;
  }
  .xs-margin-bottom-1 {
    margin-bottom: 1px;
  }
  .xs-margin-bottom--1 {
    margin-bottom: -1px;
  }
  .xs-margin-bottom-2 {
    margin-bottom: 2px;
  }
  .xs-margin-bottom--2 {
    margin-bottom: -2px;
  }
  .xs-margin-bottom-3 {
    margin-bottom: 3px;
  }
  .xs-margin-bottom--3 {
    margin-bottom: -3px;
  }
  .xs-margin-bottom-4 {
    margin-bottom: 4px;
  }
  .xs-margin-bottom--4 {
    margin-bottom: -4px;
  }
  .xs-margin-bottom-5 {
    margin-bottom: 5px;
  }
  .xs-margin-bottom--5 {
    margin-bottom: -5px;
  }
  .xs-margin-bottom-6 {
    margin-bottom: 6px;
  }
  .xs-margin-bottom--6 {
    margin-bottom: -6px;
  }
  .xs-margin-bottom-7 {
    margin-bottom: 7px;
  }
  .xs-margin-bottom--7 {
    margin-bottom: -7px;
  }
  .xs-margin-bottom-8 {
    margin-bottom: 8px;
  }
  .xs-margin-bottom--8 {
    margin-bottom: -8px;
  }
  .xs-margin-bottom-9 {
    margin-bottom: 9px;
  }
  .xs-margin-bottom--9 {
    margin-bottom: -9px;
  }
  .xs-margin-bottom-10 {
    margin-bottom: 10px;
  }
  .xs-margin-bottom--10 {
    margin-bottom: -10px;
  }
  .xs-margin-bottom-11 {
    margin-bottom: 11px;
  }
  .xs-margin-bottom--11 {
    margin-bottom: -11px;
  }
  .xs-margin-bottom-12 {
    margin-bottom: 12px;
  }
  .xs-margin-bottom--12 {
    margin-bottom: -12px;
  }
  .xs-margin-bottom-13 {
    margin-bottom: 13px;
  }
  .xs-margin-bottom--13 {
    margin-bottom: -13px;
  }
  .xs-margin-bottom-14 {
    margin-bottom: 14px;
  }
  .xs-margin-bottom--14 {
    margin-bottom: -14px;
  }
  .xs-margin-bottom-15 {
    margin-bottom: 15px;
  }
  .xs-margin-bottom--15 {
    margin-bottom: -15px;
  }
  .xs-margin-bottom-16 {
    margin-bottom: 16px;
  }
  .xs-margin-bottom--16 {
    margin-bottom: -16px;
  }
  .xs-margin-bottom-17 {
    margin-bottom: 17px;
  }
  .xs-margin-bottom--17 {
    margin-bottom: -17px;
  }
  .xs-margin-bottom-18 {
    margin-bottom: 18px;
  }
  .xs-margin-bottom--18 {
    margin-bottom: -18px;
  }
  .xs-margin-bottom-19 {
    margin-bottom: 19px;
  }
  .xs-margin-bottom--19 {
    margin-bottom: -19px;
  }
  .xs-margin-bottom-20 {
    margin-bottom: 20px;
  }
  .xs-margin-bottom--20 {
    margin-bottom: -20px;
  }
  .xs-margin-bottom-21 {
    margin-bottom: 21px;
  }
  .xs-margin-bottom--21 {
    margin-bottom: -21px;
  }
  .xs-margin-bottom-22 {
    margin-bottom: 22px;
  }
  .xs-margin-bottom--22 {
    margin-bottom: -22px;
  }
  .xs-margin-bottom-23 {
    margin-bottom: 23px;
  }
  .xs-margin-bottom--23 {
    margin-bottom: -23px;
  }
  .xs-margin-bottom-24 {
    margin-bottom: 24px;
  }
  .xs-margin-bottom--24 {
    margin-bottom: -24px;
  }
  .xs-margin-bottom-25 {
    margin-bottom: 25px;
  }
  .xs-margin-bottom--25 {
    margin-bottom: -25px;
  }
  .xs-margin-bottom-26 {
    margin-bottom: 26px;
  }
  .xs-margin-bottom--26 {
    margin-bottom: -26px;
  }
  .xs-margin-bottom-27 {
    margin-bottom: 27px;
  }
  .xs-margin-bottom--27 {
    margin-bottom: -27px;
  }
  .xs-margin-bottom-28 {
    margin-bottom: 28px;
  }
  .xs-margin-bottom--28 {
    margin-bottom: -28px;
  }
  .xs-margin-bottom-29 {
    margin-bottom: 29px;
  }
  .xs-margin-bottom--29 {
    margin-bottom: -29px;
  }
  .xs-margin-bottom-30 {
    margin-bottom: 30px;
  }
  .xs-margin-bottom--30 {
    margin-bottom: -30px;
  }
  .xs-margin-bottom-31 {
    margin-bottom: 31px;
  }
  .xs-margin-bottom--31 {
    margin-bottom: -31px;
  }
  .xs-margin-bottom-32 {
    margin-bottom: 32px;
  }
  .xs-margin-bottom--32 {
    margin-bottom: -32px;
  }
  .xs-margin-bottom-33 {
    margin-bottom: 33px;
  }
  .xs-margin-bottom--33 {
    margin-bottom: -33px;
  }
  .xs-margin-bottom-34 {
    margin-bottom: 34px;
  }
  .xs-margin-bottom--34 {
    margin-bottom: -34px;
  }
  .xs-margin-bottom-35 {
    margin-bottom: 35px;
  }
  .xs-margin-bottom--35 {
    margin-bottom: -35px;
  }
  .xs-margin-bottom-36 {
    margin-bottom: 36px;
  }
  .xs-margin-bottom--36 {
    margin-bottom: -36px;
  }
  .xs-margin-bottom-37 {
    margin-bottom: 37px;
  }
  .xs-margin-bottom--37 {
    margin-bottom: -37px;
  }
  .xs-margin-bottom-38 {
    margin-bottom: 38px;
  }
  .xs-margin-bottom--38 {
    margin-bottom: -38px;
  }
  .xs-margin-bottom-39 {
    margin-bottom: 39px;
  }
  .xs-margin-bottom--39 {
    margin-bottom: -39px;
  }
  .xs-margin-bottom-40 {
    margin-bottom: 40px;
  }
  .xs-margin-bottom--40 {
    margin-bottom: -40px;
  }
  .xs-margin-bottom-41 {
    margin-bottom: 41px;
  }
  .xs-margin-bottom--41 {
    margin-bottom: -41px;
  }
  .xs-margin-bottom-42 {
    margin-bottom: 42px;
  }
  .xs-margin-bottom--42 {
    margin-bottom: -42px;
  }
  .xs-margin-bottom-43 {
    margin-bottom: 43px;
  }
  .xs-margin-bottom--43 {
    margin-bottom: -43px;
  }
  .xs-margin-bottom-44 {
    margin-bottom: 44px;
  }
  .xs-margin-bottom--44 {
    margin-bottom: -44px;
  }
  .xs-margin-bottom-45 {
    margin-bottom: 45px;
  }
  .xs-margin-bottom--45 {
    margin-bottom: -45px;
  }
  .xs-margin-bottom-46 {
    margin-bottom: 46px;
  }
  .xs-margin-bottom--46 {
    margin-bottom: -46px;
  }
  .xs-margin-bottom-47 {
    margin-bottom: 47px;
  }
  .xs-margin-bottom--47 {
    margin-bottom: -47px;
  }
  .xs-margin-bottom-48 {
    margin-bottom: 48px;
  }
  .xs-margin-bottom--48 {
    margin-bottom: -48px;
  }
  .xs-margin-bottom-49 {
    margin-bottom: 49px;
  }
  .xs-margin-bottom--49 {
    margin-bottom: -49px;
  }
  .xs-margin-bottom-50 {
    margin-bottom: 50px;
  }
  .xs-margin-bottom--50 {
    margin-bottom: -50px;
  }
  .xs-margin-bottom-51 {
    margin-bottom: 51px;
  }
  .xs-margin-bottom--51 {
    margin-bottom: -51px;
  }
  .xs-margin-bottom-52 {
    margin-bottom: 52px;
  }
  .xs-margin-bottom--52 {
    margin-bottom: -52px;
  }
  .xs-margin-bottom-53 {
    margin-bottom: 53px;
  }
  .xs-margin-bottom--53 {
    margin-bottom: -53px;
  }
  .xs-margin-bottom-54 {
    margin-bottom: 54px;
  }
  .xs-margin-bottom--54 {
    margin-bottom: -54px;
  }
  .xs-margin-bottom-55 {
    margin-bottom: 55px;
  }
  .xs-margin-bottom--55 {
    margin-bottom: -55px;
  }
  .xs-margin-bottom-56 {
    margin-bottom: 56px;
  }
  .xs-margin-bottom--56 {
    margin-bottom: -56px;
  }
  .xs-margin-bottom-57 {
    margin-bottom: 57px;
  }
  .xs-margin-bottom--57 {
    margin-bottom: -57px;
  }
  .xs-margin-bottom-58 {
    margin-bottom: 58px;
  }
  .xs-margin-bottom--58 {
    margin-bottom: -58px;
  }
  .xs-margin-bottom-59 {
    margin-bottom: 59px;
  }
  .xs-margin-bottom--59 {
    margin-bottom: -59px;
  }
  .xs-margin-bottom-60 {
    margin-bottom: 60px;
  }
  .xs-margin-bottom--60 {
    margin-bottom: -60px;
  }
  .xs-margin-bottom-61 {
    margin-bottom: 61px;
  }
  .xs-margin-bottom--61 {
    margin-bottom: -61px;
  }
  .xs-margin-bottom-62 {
    margin-bottom: 62px;
  }
  .xs-margin-bottom--62 {
    margin-bottom: -62px;
  }
  .xs-margin-bottom-63 {
    margin-bottom: 63px;
  }
  .xs-margin-bottom--63 {
    margin-bottom: -63px;
  }
  .xs-margin-bottom-64 {
    margin-bottom: 64px;
  }
  .xs-margin-bottom--64 {
    margin-bottom: -64px;
  }
  .xs-margin-bottom-65 {
    margin-bottom: 65px;
  }
  .xs-margin-bottom--65 {
    margin-bottom: -65px;
  }
  .xs-margin-bottom-66 {
    margin-bottom: 66px;
  }
  .xs-margin-bottom--66 {
    margin-bottom: -66px;
  }
  .xs-margin-bottom-67 {
    margin-bottom: 67px;
  }
  .xs-margin-bottom--67 {
    margin-bottom: -67px;
  }
  .xs-margin-bottom-68 {
    margin-bottom: 68px;
  }
  .xs-margin-bottom--68 {
    margin-bottom: -68px;
  }
  .xs-margin-bottom-69 {
    margin-bottom: 69px;
  }
  .xs-margin-bottom--69 {
    margin-bottom: -69px;
  }
  .xs-margin-bottom-70 {
    margin-bottom: 70px;
  }
  .xs-margin-bottom--70 {
    margin-bottom: -70px;
  }
  .xs-margin-bottom-71 {
    margin-bottom: 71px;
  }
  .xs-margin-bottom--71 {
    margin-bottom: -71px;
  }
  .xs-margin-bottom-72 {
    margin-bottom: 72px;
  }
  .xs-margin-bottom--72 {
    margin-bottom: -72px;
  }
  .xs-margin-bottom-73 {
    margin-bottom: 73px;
  }
  .xs-margin-bottom--73 {
    margin-bottom: -73px;
  }
  .xs-margin-bottom-74 {
    margin-bottom: 74px;
  }
  .xs-margin-bottom--74 {
    margin-bottom: -74px;
  }
  .xs-margin-bottom-75 {
    margin-bottom: 75px;
  }
  .xs-margin-bottom--75 {
    margin-bottom: -75px;
  }
  .xs-margin-bottom-76 {
    margin-bottom: 76px;
  }
  .xs-margin-bottom--76 {
    margin-bottom: -76px;
  }
  .xs-margin-bottom-77 {
    margin-bottom: 77px;
  }
  .xs-margin-bottom--77 {
    margin-bottom: -77px;
  }
  .xs-margin-bottom-78 {
    margin-bottom: 78px;
  }
  .xs-margin-bottom--78 {
    margin-bottom: -78px;
  }
  .xs-margin-bottom-79 {
    margin-bottom: 79px;
  }
  .xs-margin-bottom--79 {
    margin-bottom: -79px;
  }
  .xs-margin-bottom-80 {
    margin-bottom: 80px;
  }
  .xs-margin-bottom--80 {
    margin-bottom: -80px;
  }
  .xs-margin-bottom-81 {
    margin-bottom: 81px;
  }
  .xs-margin-bottom--81 {
    margin-bottom: -81px;
  }
  .xs-margin-bottom-82 {
    margin-bottom: 82px;
  }
  .xs-margin-bottom--82 {
    margin-bottom: -82px;
  }
  .xs-margin-bottom-83 {
    margin-bottom: 83px;
  }
  .xs-margin-bottom--83 {
    margin-bottom: -83px;
  }
  .xs-margin-bottom-84 {
    margin-bottom: 84px;
  }
  .xs-margin-bottom--84 {
    margin-bottom: -84px;
  }
  .xs-margin-bottom-85 {
    margin-bottom: 85px;
  }
  .xs-margin-bottom--85 {
    margin-bottom: -85px;
  }
  .xs-margin-bottom-86 {
    margin-bottom: 86px;
  }
  .xs-margin-bottom--86 {
    margin-bottom: -86px;
  }
  .xs-margin-bottom-87 {
    margin-bottom: 87px;
  }
  .xs-margin-bottom--87 {
    margin-bottom: -87px;
  }
  .xs-margin-bottom-88 {
    margin-bottom: 88px;
  }
  .xs-margin-bottom--88 {
    margin-bottom: -88px;
  }
  .xs-margin-bottom-89 {
    margin-bottom: 89px;
  }
  .xs-margin-bottom--89 {
    margin-bottom: -89px;
  }
  .xs-margin-bottom-90 {
    margin-bottom: 90px;
  }
  .xs-margin-bottom--90 {
    margin-bottom: -90px;
  }
  .xs-margin-bottom-91 {
    margin-bottom: 91px;
  }
  .xs-margin-bottom--91 {
    margin-bottom: -91px;
  }
  .xs-margin-bottom-92 {
    margin-bottom: 92px;
  }
  .xs-margin-bottom--92 {
    margin-bottom: -92px;
  }
  .xs-margin-bottom-93 {
    margin-bottom: 93px;
  }
  .xs-margin-bottom--93 {
    margin-bottom: -93px;
  }
  .xs-margin-bottom-94 {
    margin-bottom: 94px;
  }
  .xs-margin-bottom--94 {
    margin-bottom: -94px;
  }
  .xs-margin-bottom-95 {
    margin-bottom: 95px;
  }
  .xs-margin-bottom--95 {
    margin-bottom: -95px;
  }
  .xs-margin-bottom-96 {
    margin-bottom: 96px;
  }
  .xs-margin-bottom--96 {
    margin-bottom: -96px;
  }
  .xs-margin-bottom-97 {
    margin-bottom: 97px;
  }
  .xs-margin-bottom--97 {
    margin-bottom: -97px;
  }
  .xs-margin-bottom-98 {
    margin-bottom: 98px;
  }
  .xs-margin-bottom--98 {
    margin-bottom: -98px;
  }
  .xs-margin-bottom-99 {
    margin-bottom: 99px;
  }
  .xs-margin-bottom--99 {
    margin-bottom: -99px;
  }
  .xs-margin-bottom-100 {
    margin-bottom: 100px;
  }
  .xs-margin-bottom--100 {
    margin-bottom: -100px;
  }

  .xs-padding-0 {
    xs-padding: 0px;
  }
  .xs-padding-1 {
    xs-padding: 1px;
  }
  .xs-padding-2 {
    xs-padding: 2px;
  }
  .xs-padding-3 {
    xs-padding: 3px;
  }
  .xs-padding-4 {
    xs-padding: 4px;
  }
  .xs-padding-5 {
    xs-padding: 5px;
  }
  .xs-padding-6 {
    xs-padding: 6px;
  }
  .xs-padding-7 {
    xs-padding: 7px;
  }
  .xs-padding-8 {
    xs-padding: 8px;
  }
  .xs-padding-9 {
    xs-padding: 9px;
  }
  .xs-padding-10 {
    xs-padding: 10px;
  }
  .xs-padding-11 {
    xs-padding: 11px;
  }
  .xs-padding-12 {
    xs-padding: 12px;
  }
  .xs-padding-13 {
    xs-padding: 13px;
  }
  .xs-padding-14 {
    xs-padding: 14px;
  }
  .xs-padding-15 {
    xs-padding: 15px;
  }
  .xs-padding-16 {
    xs-padding: 16px;
  }
  .xs-padding-17 {
    xs-padding: 17px;
  }
  .xs-padding-18 {
    xs-padding: 18px;
  }
  .xs-padding-19 {
    xs-padding: 19px;
  }
  .xs-padding-20 {
    xs-padding: 20px;
  }
  .xs-padding-21 {
    xs-padding: 21px;
  }
  .xs-padding-22 {
    xs-padding: 22px;
  }
  .xs-padding-23 {
    xs-padding: 23px;
  }
  .xs-padding-24 {
    xs-padding: 24px;
  }
  .xs-padding-25 {
    xs-padding: 25px;
  }
  .xs-padding-26 {
    xs-padding: 26px;
  }
  .xs-padding-27 {
    xs-padding: 27px;
  }
  .xs-padding-28 {
    xs-padding: 28px;
  }
  .xs-padding-29 {
    xs-padding: 29px;
  }
  .xs-padding-30 {
    xs-padding: 30px;
  }
  .xs-padding-31 {
    xs-padding: 31px;
  }
  .xs-padding-32 {
    xs-padding: 32px;
  }
  .xs-padding-33 {
    xs-padding: 33px;
  }
  .xs-padding-34 {
    xs-padding: 34px;
  }
  .xs-padding-35 {
    xs-padding: 35px;
  }
  .xs-padding-36 {
    xs-padding: 36px;
  }
  .xs-padding-37 {
    xs-padding: 37px;
  }
  .xs-padding-38 {
    xs-padding: 38px;
  }
  .xs-padding-39 {
    xs-padding: 39px;
  }
  .xs-padding-40 {
    xs-padding: 40px;
  }
  .xs-padding-41 {
    xs-padding: 41px;
  }
  .xs-padding-42 {
    xs-padding: 42px;
  }
  .xs-padding-43 {
    xs-padding: 43px;
  }
  .xs-padding-44 {
    xs-padding: 44px;
  }
  .xs-padding-45 {
    xs-padding: 45px;
  }
  .xs-padding-46 {
    xs-padding: 46px;
  }
  .xs-padding-47 {
    xs-padding: 47px;
  }
  .xs-padding-48 {
    xs-padding: 48px;
  }
  .xs-padding-49 {
    xs-padding: 49px;
  }
  .xs-padding-50 {
    xs-padding: 50px;
  }
  .xs-padding-51 {
    xs-padding: 51px;
  }
  .xs-padding-52 {
    xs-padding: 52px;
  }
  .xs-padding-53 {
    xs-padding: 53px;
  }
  .xs-padding-54 {
    xs-padding: 54px;
  }
  .xs-padding-55 {
    xs-padding: 55px;
  }
  .xs-padding-56 {
    xs-padding: 56px;
  }
  .xs-padding-57 {
    xs-padding: 57px;
  }
  .xs-padding-58 {
    xs-padding: 58px;
  }
  .xs-padding-59 {
    xs-padding: 59px;
  }
  .xs-padding-60 {
    xs-padding: 60px;
  }
  .xs-padding-61 {
    xs-padding: 61px;
  }
  .xs-padding-62 {
    xs-padding: 62px;
  }
  .xs-padding-63 {
    xs-padding: 63px;
  }
  .xs-padding-64 {
    xs-padding: 64px;
  }
  .xs-padding-65 {
    xs-padding: 65px;
  }
  .xs-padding-66 {
    xs-padding: 66px;
  }
  .xs-padding-67 {
    xs-padding: 67px;
  }
  .xs-padding-68 {
    xs-padding: 68px;
  }
  .xs-padding-69 {
    xs-padding: 69px;
  }
  .xs-padding-70 {
    xs-padding: 70px;
  }
  .xs-padding-71 {
    xs-padding: 71px;
  }
  .xs-padding-72 {
    xs-padding: 72px;
  }
  .xs-padding-73 {
    xs-padding: 73px;
  }
  .xs-padding-74 {
    xs-padding: 74px;
  }
  .xs-padding-75 {
    xs-padding: 75px;
  }
  .xs-padding-76 {
    xs-padding: 76px;
  }
  .xs-padding-77 {
    xs-padding: 77px;
  }
  .xs-padding-78 {
    xs-padding: 78px;
  }
  .xs-padding-79 {
    xs-padding: 79px;
  }
  .xs-padding-80 {
    xs-padding: 80px;
  }
  .xs-padding-81 {
    xs-padding: 81px;
  }
  .xs-padding-82 {
    xs-padding: 82px;
  }
  .xs-padding-83 {
    xs-padding: 83px;
  }
  .xs-padding-84 {
    xs-padding: 84px;
  }
  .xs-padding-85 {
    xs-padding: 85px;
  }
  .xs-padding-86 {
    xs-padding: 86px;
  }
  .xs-padding-87 {
    xs-padding: 87px;
  }
  .xs-padding-88 {
    xs-padding: 88px;
  }
  .xs-padding-89 {
    xs-padding: 89px;
  }
  .xs-padding-90 {
    xs-padding: 90px;
  }
  .xs-padding-91 {
    xs-padding: 91px;
  }
  .xs-padding-92 {
    xs-padding: 92px;
  }
  .xs-padding-93 {
    xs-padding: 93px;
  }
  .xs-padding-94 {
    xs-padding: 94px;
  }
  .xs-padding-95 {
    xs-padding: 95px;
  }
  .xs-padding-96 {
    xs-padding: 96px;
  }
  .xs-padding-97 {
    xs-padding: 97px;
  }
  .xs-padding-98 {
    xs-padding: 98px;
  }
  .xs-padding-99 {
    xs-padding: 99px;
  }
  .xs-padding-100 {
    xs-padding: 100px;
  }

  .xs-margin-0 {
    xs-margin: 0px;
  }
  .xs-margin-1 {
    xs-margin: 1px;
  }
  .xs-margin-2 {
    xs-margin: 2px;
  }
  .xs-margin-3 {
    xs-margin: 3px;
  }
  .xs-margin-4 {
    xs-margin: 4px;
  }
  .xs-margin-5 {
    xs-margin: 5px;
  }
  .xs-margin-6 {
    xs-margin: 6px;
  }
  .xs-margin-7 {
    xs-margin: 7px;
  }
  .xs-margin-8 {
    xs-margin: 8px;
  }
  .xs-margin-9 {
    xs-margin: 9px;
  }
  .xs-margin-10 {
    xs-margin: 10px;
  }
  .xs-margin-11 {
    xs-margin: 11px;
  }
  .xs-margin-12 {
    xs-margin: 12px;
  }
  .xs-margin-13 {
    xs-margin: 13px;
  }
  .xs-margin-14 {
    xs-margin: 14px;
  }
  .xs-margin-15 {
    xs-margin: 15px;
  }
  .xs-margin-16 {
    xs-margin: 16px;
  }
  .xs-margin-17 {
    xs-margin: 17px;
  }
  .xs-margin-18 {
    xs-margin: 18px;
  }
  .xs-margin-19 {
    xs-margin: 19px;
  }
  .xs-margin-20 {
    xs-margin: 20px;
  }
  .xs-margin-21 {
    xs-margin: 21px;
  }
  .xs-margin-22 {
    xs-margin: 22px;
  }
  .xs-margin-23 {
    xs-margin: 23px;
  }
  .xs-margin-24 {
    xs-margin: 24px;
  }
  .xs-margin-25 {
    xs-margin: 25px;
  }
  .xs-margin-26 {
    xs-margin: 26px;
  }
  .xs-margin-27 {
    xs-margin: 27px;
  }
  .xs-margin-28 {
    xs-margin: 28px;
  }
  .xs-margin-29 {
    xs-margin: 29px;
  }
  .xs-margin-30 {
    xs-margin: 30px;
  }
  .xs-margin-31 {
    xs-margin: 31px;
  }
  .xs-margin-32 {
    xs-margin: 32px;
  }
  .xs-margin-33 {
    xs-margin: 33px;
  }
  .xs-margin-34 {
    xs-margin: 34px;
  }
  .xs-margin-35 {
    xs-margin: 35px;
  }
  .xs-margin-36 {
    xs-margin: 36px;
  }
  .xs-margin-37 {
    xs-margin: 37px;
  }
  .xs-margin-38 {
    xs-margin: 38px;
  }
  .xs-margin-39 {
    xs-margin: 39px;
  }
  .xs-margin-40 {
    xs-margin: 40px;
  }
  .xs-margin-41 {
    xs-margin: 41px;
  }
  .xs-margin-42 {
    xs-margin: 42px;
  }
  .xs-margin-43 {
    xs-margin: 43px;
  }
  .xs-margin-44 {
    xs-margin: 44px;
  }
  .xs-margin-45 {
    xs-margin: 45px;
  }
  .xs-margin-46 {
    xs-margin: 46px;
  }
  .xs-margin-47 {
    xs-margin: 47px;
  }
  .xs-margin-48 {
    xs-margin: 48px;
  }
  .xs-margin-49 {
    xs-margin: 49px;
  }
  .xs-margin-50 {
    xs-margin: 50px;
  }
  .xs-margin-51 {
    xs-margin: 51px;
  }
  .xs-margin-52 {
    xs-margin: 52px;
  }
  .xs-margin-53 {
    xs-margin: 53px;
  }
  .xs-margin-54 {
    xs-margin: 54px;
  }
  .xs-margin-55 {
    xs-margin: 55px;
  }
  .xs-margin-56 {
    xs-margin: 56px;
  }
  .xs-margin-57 {
    xs-margin: 57px;
  }
  .xs-margin-58 {
    xs-margin: 58px;
  }
  .xs-margin-59 {
    xs-margin: 59px;
  }
  .xs-margin-60 {
    xs-margin: 60px;
  }
  .xs-margin-61 {
    xs-margin: 61px;
  }
  .xs-margin-62 {
    xs-margin: 62px;
  }
  .xs-margin-63 {
    xs-margin: 63px;
  }
  .xs-margin-64 {
    xs-margin: 64px;
  }
  .xs-margin-65 {
    xs-margin: 65px;
  }
  .xs-margin-66 {
    xs-margin: 66px;
  }
  .xs-margin-67 {
    xs-margin: 67px;
  }
  .xs-margin-68 {
    xs-margin: 68px;
  }
  .xs-margin-69 {
    xs-margin: 69px;
  }
  .xs-margin-70 {
    xs-margin: 70px;
  }
  .xs-margin-71 {
    xs-margin: 71px;
  }
  .xs-margin-72 {
    xs-margin: 72px;
  }
  .xs-margin-73 {
    xs-margin: 73px;
  }
  .xs-margin-74 {
    xs-margin: 74px;
  }
  .xs-margin-75 {
    xs-margin: 75px;
  }
  .xs-margin-76 {
    xs-margin: 76px;
  }
  .xs-margin-77 {
    xs-margin: 77px;
  }
  .xs-margin-78 {
    xs-margin: 78px;
  }
  .xs-margin-79 {
    xs-margin: 79px;
  }
  .xs-margin-80 {
    xs-margin: 80px;
  }
  .xs-margin-81 {
    xs-margin: 81px;
  }
  .xs-margin-82 {
    xs-margin: 82px;
  }
  .xs-margin-83 {
    xs-margin: 83px;
  }
  .xs-margin-84 {
    xs-margin: 84px;
  }
  .xs-margin-85 {
    xs-margin: 85px;
  }
  .xs-margin-86 {
    xs-margin: 86px;
  }
  .xs-margin-87 {
    xs-margin: 87px;
  }
  .xs-margin-88 {
    xs-margin: 88px;
  }
  .xs-margin-89 {
    xs-margin: 89px;
  }
  .xs-margin-90 {
    xs-margin: 90px;
  }
  .xs-margin-91 {
    xs-margin: 91px;
  }
  .xs-margin-92 {
    xs-margin: 92px;
  }
  .xs-margin-93 {
    xs-margin: 93px;
  }
  .xs-margin-94 {
    xs-margin: 94px;
  }
  .xs-margin-95 {
    xs-margin: 95px;
  }
  .xs-margin-96 {
    xs-margin: 96px;
  }
  .xs-margin-97 {
    xs-margin: 97px;
  }
  .xs-margin-98 {
    xs-margin: 98px;
  }
  .xs-margin-99 {
    xs-margin: 99px;
  }
  .xs-margin-100 {
    xs-margin: 100px;
  }

  .xs-font-size-10 {
    font-size: 10px;
  }
  .xs-font-size-11 {
    font-size: 11px;
  }
  .xs-font-size-12 {
    font-size: 12px;
  }
  .xs-font-size-13 {
    font-size: 13px;
  }
  .xs-font-size-14 {
    font-size: 14px;
  }
  .xs-font-size-15 {
    font-size: 15px;
  }
  .xs-font-size-16 {
    font-size: 16px;
  }
  .xs-font-size-17 {
    font-size: 17px;
  }
  .xs-font-size-18 {
    font-size: 18px;
  }
  .xs-font-size-19 {
    font-size: 19px;
  }
  .xs-font-size-20 {
    font-size: 20px;
  }
  .xs-font-size-21 {
    font-size: 21px;
  }
  .xs-font-size-22 {
    font-size: 22px;
  }
  .xs-font-size-23 {
    font-size: 23px;
  }
  .xs-font-size-24 {
    font-size: 24px;
  }
  .xs-font-size-25 {
    font-size: 25px;
  }
  .xs-font-size-26 {
    font-size: 26px;
  }
  .xs-font-size-27 {
    font-size: 27px;
  }
  .xs-font-size-28 {
    font-size: 28px;
  }
  .xs-font-size-29 {
    font-size: 29px;
  }
  .xs-font-size-30 {
    font-size: 30px;
  }
  .xs-font-size-31 {
    font-size: 31px;
  }
  .xs-font-size-32 {
    font-size: 32px;
  }
  .xs-font-size-33 {
    font-size: 33px;
  }
  .xs-font-size-34 {
    font-size: 34px;
  }
  .xs-font-size-35 {
    font-size: 35px;
  }
  .xs-font-size-36 {
    font-size: 36px;
  }
  .xs-font-size-37 {
    font-size: 37px;
  }
  .xs-font-size-38 {
    font-size: 38px;
  }
  .xs-font-size-39 {
    font-size: 39px;
  }
  .xs-font-size-40 {
    font-size: 40px;
  }
  .xs-font-size-41 {
    font-size: 41px;
  }
  .xs-font-size-42 {
    font-size: 42px;
  }
  .xs-font-size-43 {
    font-size: 43px;
  }
  .xs-font-size-44 {
    font-size: 44px;
  }
  .xs-font-size-45 {
    font-size: 45px;
  }
  .xs-font-size-46 {
    font-size: 46px;
  }
  .xs-font-size-47 {
    font-size: 47px;
  }
  .xs-font-size-48 {
    font-size: 48px;
  }
  .xs-font-size-49 {
    font-size: 49px;
  }
  .xs-font-size-50 {
    font-size: 50px;
  }
  .xs-font-size-51 {
    font-size: 51px;
  }
  .xs-font-size-52 {
    font-size: 52px;
  }
  .xs-font-size-53 {
    font-size: 53px;
  }
  .xs-font-size-54 {
    font-size: 54px;
  }
  .xs-font-size-55 {
    font-size: 55px;
  }
  .xs-font-size-56 {
    font-size: 56px;
  }
  .xs-font-size-57 {
    font-size: 57px;
  }
  .xs-font-size-58 {
    font-size: 58px;
  }
  .xs-font-size-59 {
    font-size: 59px;
  }
  .xs-font-size-60 {
    font-size: 60px;
  }
  .xs-font-size-61 {
    font-size: 61px;
  }
  .xs-font-size-62 {
    font-size: 62px;
  }
  .xs-font-size-63 {
    font-size: 63px;
  }
  .xs-font-size-64 {
    font-size: 64px;
  }
  .xs-font-size-65 {
    font-size: 65px;
  }
  .xs-font-size-66 {
    font-size: 66px;
  }
  .xs-font-size-67 {
    font-size: 67px;
  }
  .xs-font-size-68 {
    font-size: 68px;
  }
  .xs-font-size-69 {
    font-size: 69px;
  }
  .xs-font-size-70 {
    font-size: 70px;
  }
  .xs-font-size-71 {
    font-size: 71px;
  }
  .xs-font-size-72 {
    font-size: 72px;
  }
  .xs-font-size-73 {
    font-size: 73px;
  }
  .xs-font-size-74 {
    font-size: 74px;
  }
  .xs-font-size-75 {
    font-size: 75px;
  }
  .xs-font-size-76 {
    font-size: 76px;
  }
  .xs-font-size-77 {
    font-size: 77px;
  }
  .xs-font-size-78 {
    font-size: 78px;
  }
  .xs-font-size-79 {
    font-size: 79px;
  }
  .xs-font-size-80 {
    font-size: 80px;
  }
  .xs-font-size-81 {
    font-size: 81px;
  }
  .xs-font-size-82 {
    font-size: 82px;
  }
  .xs-font-size-83 {
    font-size: 83px;
  }
  .xs-font-size-84 {
    font-size: 84px;
  }
  .xs-font-size-85 {
    font-size: 85px;
  }
  .xs-font-size-86 {
    font-size: 86px;
  }
  .xs-font-size-87 {
    font-size: 87px;
  }
  .xs-font-size-88 {
    font-size: 88px;
  }
  .xs-font-size-89 {
    font-size: 89px;
  }
  .xs-font-size-90 {
    font-size: 90px;
  }
  .xs-font-size-91 {
    font-size: 91px;
  }
  .xs-font-size-92 {
    font-size: 92px;
  }
  .xs-font-size-93 {
    font-size: 93px;
  }
  .xs-font-size-94 {
    font-size: 94px;
  }
  .xs-font-size-95 {
    font-size: 95px;
  }
  .xs-font-size-96 {
    font-size: 96px;
  }
  .xs-font-size-97 {
    font-size: 97px;
  }
  .xs-font-size-98 {
    font-size: 98px;
  }
  .xs-font-size-99 {
    font-size: 99px;
  }
  .xs-font-size-100 {
    font-size: 100px;
  }

  .xs-line-height-10 {
    line-height: 10px !important;
  }
  .xs-line-height-11 {
    line-height: 11px !important;
  }
  .xs-line-height-12 {
    line-height: 12px !important;
  }
  .xs-line-height-13 {
    line-height: 13px !important;
  }
  .xs-line-height-14 {
    line-height: 14px !important;
  }
  .xs-line-height-15 {
    line-height: 15px !important;
  }
  .xs-line-height-16 {
    line-height: 16px !important;
  }
  .xs-line-height-17 {
    line-height: 17px !important;
  }
  .xs-line-height-18 {
    line-height: 18px !important;
  }
  .xs-line-height-19 {
    line-height: 19px !important;
  }
  .xs-line-height-20 {
    line-height: 20px !important;
  }
  .xs-line-height-21 {
    line-height: 21px !important;
  }
  .xs-line-height-22 {
    line-height: 22px !important;
  }
  .xs-line-height-23 {
    line-height: 23px !important;
  }
  .xs-line-height-24 {
    line-height: 24px !important;
  }
  .xs-line-height-25 {
    line-height: 25px !important;
  }
  .xs-line-height-26 {
    line-height: 26px !important;
  }
  .xs-line-height-27 {
    line-height: 27px !important;
  }
  .xs-line-height-28 {
    line-height: 28px !important;
  }
  .xs-line-height-29 {
    line-height: 29px !important;
  }
  .xs-line-height-30 {
    line-height: 30px !important;
  }
  .xs-line-height-31 {
    line-height: 31px !important;
  }
  .xs-line-height-32 {
    line-height: 32px !important;
  }
  .xs-line-height-33 {
    line-height: 33px !important;
  }
  .xs-line-height-34 {
    line-height: 34px !important;
  }
  .xs-line-height-35 {
    line-height: 35px !important;
  }
  .xs-line-height-36 {
    line-height: 36px !important;
  }
  .xs-line-height-37 {
    line-height: 37px !important;
  }
  .xs-line-height-38 {
    line-height: 38px !important;
  }
  .xs-line-height-39 {
    line-height: 39px !important;
  }
  .xs-line-height-40 {
    line-height: 40px !important;
  }
  .xs-line-height-41 {
    line-height: 41px !important;
  }
  .xs-line-height-42 {
    line-height: 42px !important;
  }
  .xs-line-height-43 {
    line-height: 43px !important;
  }
  .xs-line-height-44 {
    line-height: 44px !important;
  }
  .xs-line-height-45 {
    line-height: 45px !important;
  }
  .xs-line-height-46 {
    line-height: 46px !important;
  }
  .xs-line-height-47 {
    line-height: 47px !important;
  }
  .xs-line-height-48 {
    line-height: 48px !important;
  }
  .xs-line-height-49 {
    line-height: 49px !important;
  }
  .xs-line-height-50 {
    line-height: 50px !important;
  }
  .xs-line-height-51 {
    line-height: 51px !important;
  }
  .xs-line-height-52 {
    line-height: 52px !important;
  }
  .xs-line-height-53 {
    line-height: 53px !important;
  }
  .xs-line-height-54 {
    line-height: 54px !important;
  }
  .xs-line-height-55 {
    line-height: 55px !important;
  }
  .xs-line-height-56 {
    line-height: 56px !important;
  }
  .xs-line-height-57 {
    line-height: 57px !important;
  }
  .xs-line-height-58 {
    line-height: 58px !important;
  }
  .xs-line-height-59 {
    line-height: 59px !important;
  }
  .xs-line-height-60 {
    line-height: 60px !important;
  }
  .xs-line-height-61 {
    line-height: 61px !important;
  }
  .xs-line-height-62 {
    line-height: 62px !important;
  }
  .xs-line-height-63 {
    line-height: 63px !important;
  }
  .xs-line-height-64 {
    line-height: 64px !important;
  }
  .xs-line-height-65 {
    line-height: 65px !important;
  }
  .xs-line-height-66 {
    line-height: 66px !important;
  }
  .xs-line-height-67 {
    line-height: 67px !important;
  }
  .xs-line-height-68 {
    line-height: 68px !important;
  }
  .xs-line-height-69 {
    line-height: 69px !important;
  }
  .xs-line-height-70 {
    line-height: 70px !important;
  }
  .xs-line-height-71 {
    line-height: 71px !important;
  }
  .xs-line-height-72 {
    line-height: 72px !important;
  }
  .xs-line-height-73 {
    line-height: 73px !important;
  }
  .xs-line-height-74 {
    line-height: 74px !important;
  }
  .xs-line-height-75 {
    line-height: 75px !important;
  }
  .xs-line-height-76 {
    line-height: 76px !important;
  }
  .xs-line-height-77 {
    line-height: 77px !important;
  }
  .xs-line-height-78 {
    line-height: 78px !important;
  }
  .xs-line-height-79 {
    line-height: 79px !important;
  }
  .xs-line-height-80 {
    line-height: 80px !important;
  }
  .xs-line-height-81 {
    line-height: 81px !important;
  }
  .xs-line-height-82 {
    line-height: 82px !important;
  }
  .xs-line-height-83 {
    line-height: 83px !important;
  }
  .xs-line-height-84 {
    line-height: 84px !important;
  }
  .xs-line-height-85 {
    line-height: 85px !important;
  }
  .xs-line-height-86 {
    line-height: 86px !important;
  }
  .xs-line-height-87 {
    line-height: 87px !important;
  }
  .xs-line-height-88 {
    line-height: 88px !important;
  }
  .xs-line-height-89 {
    line-height: 89px !important;
  }
  .xs-line-height-90 {
    line-height: 90px !important;
  }
  .xs-line-height-91 {
    line-height: 91px !important;
  }
  .xs-line-height-92 {
    line-height: 92px !important;
  }
  .xs-line-height-93 {
    line-height: 93px !important;
  }
  .xs-line-height-94 {
    line-height: 94px !important;
  }
  .xs-line-height-95 {
    line-height: 95px !important;
  }
  .xs-line-height-96 {
    line-height: 96px !important;
  }
  .xs-line-height-97 {
    line-height: 97px !important;
  }
  .xs-line-height-98 {
    line-height: 98px !important;
  }
  .xs-line-height-99 {
    line-height: 99px !important;
  }
  .xs-line-height-100 {
    line-height: 100px !important;
  }

  .xs-font-size-1x {
    font-size: 1em;
  }

  .xs-font-size-2x {
    font-size: 2em;
  }

  .xs-font-size-3x {
    font-size: 3em;
  }

  .xs-font-size-4x {
    font-size: 4em;
  }

  .xs-font-size-5x {
    font-size: 5em;
  }

  .xs-font-size-6x {
    font-size: 5em;
  }

  .xs-font-size-7x {
    font-size: 5em;
  }

  .xs-font-weight-100 {
    font-weight: 100;
  }
  .xs-font-weight-200 {
    font-weight: 200;
  }
  .xs-font-weight-300 {
    font-weight: 300;
  }
  .xs-font-weight-400 {
    font-weight: 400;
  }
  .xs-font-weight-500 {
    font-weight: 500;
  }
  .xs-font-weight-600 {
    font-weight: 600;
  }
  .xs-font-weight-700 {
    font-weight: 700;
  }
  .xs-font-weight-800 {
    font-weight: 800;
  }
  .xs-font-weight-900 {
    font-weight: 900;
  }
}
@media (max-width: 991px) {
  .arw-control-style-1 .owl-nav .owl-prev,
  .carousel_style_1 .owl-nav .owl-prev {
    left: 0;
  }

  .arw-control-style-1 .owl-nav .owl-next,
  .carousel_style_1 .owl-nav .owl-next {
    right: 0;
  }

  .sidebar-mobile-hide .col-left,
  .sidebar-mobile-hide .col-right {
    display: none;
  }

  .sidebar-mobile-toggle .col-right.sidebar,
  .sidebar-mobile-toggle .col-left.sidebar {
    background: #fff;
    height: 100%;
    left: 0;
    overflow: scroll;
    position: fixed;
    top: 0;
    transform: translateX(-285px);
    -webkit-transform: translateX(-285px);
    width: 270px;
    padding: 15px;
    z-index: 99;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
  }

  .sidebar-mobile-toggle .col-right.sidebar {
    left: auto;
    right: 0;
    transform: translateX(285px);
    -webkit-transform: translateX(285px);
  }

  .sidebar-mobile-toggle.active-sidebar-left .col-left.sidebar {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
  }
  .sidebar-mobile-toggle.active-sidebar-left .col-right.sidebar {
    transform: translateX(285px);
    -webkit-transform: translateX(285px);
  }

  .sidebar-mobile-toggle.active-sidebar-right .col-right.sidebar {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
  }
  .sidebar-mobile-toggle.active-sidebar-right .col-left.sidebar {
    transform: translateX(-285px);
    -webkit-transform: translateX(-285px);
  }

  .active-sidebar-left .main-container,
  .active-sidebar-right .main-container {
    z-index: 9;
  }
  .active-sidebar-left .arw-overlay-close,
  .active-sidebar-right .arw-overlay-close {
    position: fixed;
    z-index: 98;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: .5;
  }

  .sidebar-mobile-toggle .arw-toggle-sidebar {
    background: #eeeeee;
    color: #b8b8b8;
    display: block;
    cursor: pointer;
    font-size: 20px;
    height: 50px;
    line-height: 47px;
    position: fixed;
    text-align: center;
    top: 20%;
    width: 30px;
    z-index: 99;
  }
  .sidebar-mobile-toggle .arw-toggle-sidebar.arw-toggle-sidebar-left {
    left: 0;
  }
  .sidebar-mobile-toggle .arw-toggle-sidebar.arw-toggle-sidebar-right {
    right: 0;
  }
  .sidebar-mobile-toggle .arw-toggle-sidebar:hover {
    background: #2f2f2f;
    color: #fff;
  }

  .main {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .products-list .desc.std {
    display: none;
  }
}
@media (max-width: 767px) {
  .cart-collaterals .cart-totals {
    padding: 10px 10px 20px;
    margin-top: 15px;
  }

  #shopping-cart-table * {
    white-space: normal !important;
  }

  #shopping-cart-table {
    display: block;
  }

  #shopping-cart-table thead {
    display: none;
  }

  #shopping-cart-table tfoot {
    display: block;
    border-top: none;
  }

  #shopping-cart-table tfoot tr {
    display: block;
  }

  #shopping-cart-table tfoot tr td {
    display: inline-block;
    width: 100%;
  }

  #shopping-cart-table tfoot tr td .button {
    margin: 2px 0;
    width: 100%;
    text-align: left;
    padding: 0 25px 0 15px;
  }

  #shopping-cart-table tbody {
    display: block;
  }

  #shopping-cart-table tbody tr {
    border-bottom: none;
    display: block;
    padding: 10px;
  }

  #shopping-cart-table tbody td {
    border: medium none;
    display: block;
    float: right;
    margin-bottom: 5px;
    padding: 0;
    text-align: left !important;
    width: 65%;
  }

  #shopping-cart-table tbody td:first-child {
    float: left;
    margin: 0;
    padding-right: 20px;
    text-align: center !important;
    width: 35%;
  }

  #shopping-cart-table tbody tr:before,
  #shopping-cart-table tbody tr:after {
    content: " ";
    display: table;
  }

  #shopping-cart-table tbody tr:after {
    clear: both;
  }

  .toolbar .sort-by {
    float: left;
  }
  .toolbar .pager-select .limiter {
    float: left;
  }
  .toolbar .pager-select .amount {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .product-view .product-essential .product-img-box,
  .product-view .product-essential .product-shop {
    width: 100% !important;
  }
  .product-view .product-essential .product-wrap-2 {
    margin-bottom: 10px;
  }
  .product-view .product-essential .product-wrap-2 .availability {
    position: static;
  }
  .product-view .product-essential .short-description {
    font-size: 1em;
    margin-bottom: 0;
  }
  .product-view .product-essential .add-to-box-actions .button.btn-cart {
    margin: 15px 0 0;
    width: 100%;
  }
  .product-view .product-essential .add-to-box-actions .link-compare,
  .product-view .product-essential .add-to-box-actions .link-wishlist {
    margin-top: 10px;
  }
  .product-view .product-essential .product-options {
    margin-bottom: 15px;
  }

  .slick-next {
    right: 0;
  }

  .slick-prev {
    left: 0;
  }

  .arw-page-title {
    padding: 15px 0 !important;
    text-align: center;
  }
  .arw-page-title .page-title h1, .arw-page-title .page-title h2 {
    color: #121210;
    font-size: 2em;
  }
}
@media (max-width: 600px) {
  .products-list .outer-image .link-quickview,
  .products-list .ratings,
  .products-list .configurable-swatch-list {
    display: none;
  }

  #btn_control_totop {
    right: 10px;
    bottom: 10px;
  }
  #btn_control_totop > a {
    font-size: 12px;
    height: 30px;
    line-height: 28px;
    padding: 0;
    text-align: center;
    width: 30px;
  }
}
@media (max-width: 480px) {
  .products-list .outer-image,
  .products-list .product-shop {
    width: 50%;
  }

  .products-list li.item {
    margin-bottom: 15px;
  }

  .products-list li.item + li.item {
    padding-top: 15px;
  }

  .products-list .product-shop {
    padding-left: 10px;
  }

  .products-list .product-name {
    font-size: 1em;
    margin-bottom: 10px;
  }

  .products-list .price-box {
    margin-bottom: 15px;
  }

  .products-list .link-wishlist, .products-list .link-compare, .products-list .link-quickview {
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 1em;
    border-width: 1px;
  }

  .products-list .btn-cart {
    clear: both;
    height: 40px;
    line-height: 38px;
    margin-top: 0;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .header-container .header-top {
    text-align: center;
  }
  .header-container .header-top .header-top-left,
  .header-container .header-top .header-top-right {
    text-align: center;
    width: 100%;
  }
  .header-container .header-top .form-currency,
  .header-container .header-top .form-language {
    display: inline-block;
    float: left;
    margin: 0;
    padding-left: 12px;
    padding-right: 12px;
    text-align: left;
    width: 50%;
  }
  .header-container .header-top .form-currency .arw-toggle-content,
  .header-container .header-top .form-language .arw-toggle-content {
    max-width: 200px;
    left: 0;
    right: auto;
  }
  .header-container .header-top .form-currency + .header-top-right,
  .header-container .header-top .form-language + .header-top-right {
    border-right: none;
    padding-right: 0;
  }
  .header-container .header-top .form-currency + .form-language {
    text-align: right;
  }
  .header-container .header-top .form-currency + .form-language .arw-toggle-content {
    left: auto;
    right: 0;
  }
  .header-container .header-wrapper .header-mini-cart:before,
  .header-container .header-wrapper .header-quick-access:before,
  .header-container .header-wrapper .header-search:before {
    display: none;
  }
  .header-container .header-wrapper .arw-toggle-menu-sidebar,
  .header-container .header-wrapper .header-mini-cart,
  .header-container .header-wrapper .header-quick-access,
  .header-container .header-wrapper .header-search {
    margin-left: 10px;
  }
  .header-container .header-wrapper .arw-toggle-menu-sidebar > .arw-toggle-content,
  .header-container .header-wrapper .arw-toggle-menu-sidebar > #arw_mini_cart_header,
  .header-container .header-wrapper .header-mini-cart > .arw-toggle-content,
  .header-container .header-wrapper .header-mini-cart > #arw_mini_cart_header,
  .header-container .header-wrapper .header-quick-access > .arw-toggle-content,
  .header-container .header-wrapper .header-quick-access > #arw_mini_cart_header,
  .header-container .header-wrapper .header-search > .arw-toggle-content,
  .header-container .header-wrapper .header-search > #arw_mini_cart_header {
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .products-grid li.item > .wrapper-item {
    max-width: 320px;
  }

  .products-list .price-box {
    margin-bottom: 15px;
  }

  .arw-product-labels .arw-product-label {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    left: 5px;
    top: 0;
  }
  .arw-product-labels .arw-product-label + .arw-product-label {
    left: auto;
    right: 5px;
  }

  .products-list-mini .advancedproductlist .title {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .arw-mobile-menu {
    width: 300px;
    -webkit-transform: translate3d(300px, 0, 0);
    -moz-transform: translate3d(300px, 0, 0);
    -ms-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }

  .arw-mobile-menu-header {
    padding: 30px 20px 0;
  }

  .arw-close-canvas {
    font-size: 40px;
  }

  .sidebar-menu {
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .sidebar-menu .nav-mobile-accordion.nav-accordion > li > a:before {
    left: -20px;
  }

  .block-sidebar-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-container .header-wrapper {
    float: left;
    position: relative;
    width: 100%;
  }
  .header-container .header-wrapper .header-logo {
    margin: 20px 0 !important;
    max-width: 100%;
    text-align: center;
    width: 100%;
  }
  .header-container .header-wrapper .header-mini-cart,
  .header-container .header-wrapper .header-quick-access,
  .header-container .header-wrapper .header-search {
    margin-top: 20px !important;
    float: left;
    margin-left: 0;
    margin-right: 10px;
    position: static;
  }
  .header-container .header-wrapper .header-mini-cart > .arw-toggle-content,
  .header-container .header-wrapper .header-mini-cart > #arw_mini_cart_header,
  .header-container .header-wrapper .header-quick-access > .arw-toggle-content,
  .header-container .header-wrapper .header-quick-access > #arw_mini_cart_header,
  .header-container .header-wrapper .header-search > .arw-toggle-content,
  .header-container .header-wrapper .header-search > #arw_mini_cart_header {
    left: 0 !important;
    right: auto !important;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .header-container .header-wrapper .arw-toggle-menu-sidebar {
    margin-top: 15px !important;
  }
  .header-container .header-wrapper .header-mini-cart .mini-cart-header,
  .header-container .header-wrapper .header-quick-access .arw-toggle-control,
  .header-container .header-wrapper .header-search .arw-toggle-control {
    margin-bottom: 20px !important;
  }
  .header-container .header-wrapper .header-mini-cart #arw_mini_cart_header {
    width: 290px;
  }

  .video-wrap .video-overlay {
    display: none !important;
  }

  .blog-1 .post-item .post-item-inner .post-item-content {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .page-contact .block-contact-left img {
    width: 100%;
  }
}
@media all and (max-width: 640px) {
  .products-tab.style-2 .nav-tabs > li {
    display: table-row;
  }
}

/*# sourceMappingURL=arw-responsive.css.map */

.block .actions .button,button,.button,input[type="button"],input[type="reset"],input[type="submit"],.btn,.catalog-owl-next,.catalog-owl-prev,.owl-next,.owl-prev,.products-list-mini .products-list .btn-cart,.btn2,.btn-primary,.buttons-set button.button,.slick-slider .slick-prev,.slick-slider .slick-next,#postComment .form-button,.quickview-index-view .product-img-box-slider .slick-prev,.quickview-index-view .product-img-box-slider .slick-next,.cart-collaterals .discount .buttons-set .button,.cart-collaterals .shipping .buttons-set .button,.cart-collaterals .cart-totals .buttons-set .button,.btn3,.content-404 .action,.opc #checkout-review-submit .btn-checkout,.multiple-checkout #checkout-review-submit #review-button,.cart-empty .buttons-set .button,.cart-collaterals .cart-totals .btn-proceed-checkout{
font-size:14px;
line-height:16px;
}
.block .actions .button,button,.button,input[type="button"],input[type="reset"],input[type="submit"],.btn,.catalog-owl-next,.catalog-owl-prev,.owl-next,.owl-prev,.products-list-mini .products-list .btn-cart{
background:rgba(0, 0, 0, 0);
border-color:#505050;
color:#505050;
}
.block .actions .button.active,button.active,.button.active,input[type="button"].active,input[type="reset"].active,input[type="submit"].active,.btn.active,.catalog-owl-next.active,.catalog-owl-prev.active,.owl-next.active,.owl-prev.active,.products-list-mini .products-list .btn-cart.active,.block .actions .button:active,button:active,.button:active,input[type="button"]:active,input[type="reset"]:active,input[type="submit"]:active,.btn:active,.catalog-owl-next:active,.catalog-owl-prev:active,.owl-next:active,.owl-prev:active,.products-list-mini .products-list .btn-cart:active,.block .actions .button:hover,button:hover,.button:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover,.btn:hover,.catalog-owl-next:hover,.catalog-owl-prev:hover,.owl-next:hover,.owl-prev:hover,.products-list-mini .products-list .btn-cart:hover,.block .actions .button:focus,button:focus,.button:focus,input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus,.btn:focus,.catalog-owl-next:focus,.catalog-owl-prev:focus,.owl-next:focus,.owl-prev:focus,.products-list-mini .products-list .btn-cart:focus,.block .actions .button.focus,button.focus,.button.focus,input[type="button"].focus,input[type="reset"].focus,input[type="submit"].focus,.btn.focus,.catalog-owl-next.focus,.catalog-owl-prev.focus,.owl-next.focus,.owl-prev.focus,.products-list-mini .products-list .btn-cart.focus{
color:#fff;
background-color:#2f2f2f;
border-color:#2f2f2f;
}
.btn2,.btn-primary,.buttons-set button.button,.slick-slider .slick-prev,.slick-slider .slick-next,#postComment .form-button,.quickview-index-view .product-img-box-slider .slick-prev,.quickview-index-view .product-img-box-slider .slick-next,.cart-collaterals .discount .buttons-set .button,.cart-collaterals .shipping .buttons-set .button,.cart-collaterals .cart-totals .buttons-set .button{
background-color:rgba(0, 0, 0, 0);
border-color:#707070;
color:#2f2f2f;
}
.btn2.active,.btn-primary.active,.buttons-set button.button.active,.slick-slider .slick-prev.active,.slick-slider .slick-next.active,#postComment .form-button.active,.quickview-index-view .product-img-box-slider .slick-prev.active,.quickview-index-view .product-img-box-slider .slick-next.active,.cart-collaterals .discount .buttons-set .button.active,.cart-collaterals .shipping .buttons-set .button.active,.cart-collaterals .cart-totals .buttons-set .button.active,.btn2:active,.btn-primary:active,.buttons-set button.button:active,.slick-slider .slick-prev:active,.slick-slider .slick-next:active,#postComment .form-button:active,.quickview-index-view .product-img-box-slider .slick-prev:active,.quickview-index-view .product-img-box-slider .slick-next:active,.cart-collaterals .discount .buttons-set .button:active,.cart-collaterals .shipping .buttons-set .button:active,.cart-collaterals .cart-totals .buttons-set .button:active,.btn2:hover,.btn-primary:hover,.buttons-set button.button:hover,.slick-slider .slick-prev:hover,.slick-slider .slick-next:hover,#postComment .form-button:hover,.quickview-index-view .product-img-box-slider .slick-prev:hover,.quickview-index-view .product-img-box-slider .slick-next:hover,.cart-collaterals .discount .buttons-set .button:hover,.cart-collaterals .shipping .buttons-set .button:hover,.cart-collaterals .cart-totals .buttons-set .button:hover,.btn2:focus,.btn-primary:focus,.buttons-set button.button:focus,.slick-slider .slick-prev:focus,.slick-slider .slick-next:focus,#postComment .form-button:focus,.quickview-index-view .product-img-box-slider .slick-prev:focus,.quickview-index-view .product-img-box-slider .slick-next:focus,.cart-collaterals .discount .buttons-set .button:focus,.cart-collaterals .shipping .buttons-set .button:focus,.cart-collaterals .cart-totals .buttons-set .button:focus,.btn2.focus,.btn-primary.focus,.buttons-set button.button.focus,.slick-slider .slick-prev.focus,.slick-slider .slick-next.focus,#postComment .form-button.focus,.quickview-index-view .product-img-box-slider .slick-prev.focus,.quickview-index-view .product-img-box-slider .slick-next.focus,.cart-collaterals .discount .buttons-set .button.focus,.cart-collaterals .shipping .buttons-set .button.focus,.cart-collaterals .cart-totals .buttons-set .button.focus{
border-color:#2f2f2f;
background-color:#2f2f2f;
color:#fff;
}
.btn3,.content-404 .action,.opc #checkout-review-submit .btn-checkout,.multiple-checkout #checkout-review-submit #review-button,.cart-empty .buttons-set .button,.cart-collaterals .cart-totals .btn-proceed-checkout{
color:#fff;
background:#2f2f2f;
border-color:#2f2f2f;
}
.btn3.active,.content-404 .action.active,.opc #checkout-review-submit .btn-checkout.active,.multiple-checkout #checkout-review-submit #review-button.active,.cart-empty .buttons-set .button.active,.cart-collaterals .cart-totals .btn-proceed-checkout.active,.btn3:active,.content-404 .action:active,.opc #checkout-review-submit .btn-checkout:active,.multiple-checkout #checkout-review-submit #review-button:active,.cart-empty .buttons-set .button:active,.cart-collaterals .cart-totals .btn-proceed-checkout:active,.btn3:hover,.content-404 .action:hover,.opc #checkout-review-submit .btn-checkout:hover,.multiple-checkout #checkout-review-submit #review-button:hover,.cart-empty .buttons-set .button:hover,.cart-collaterals .cart-totals .btn-proceed-checkout:hover,.btn3:focus,.content-404 .action:focus,.opc #checkout-review-submit .btn-checkout:focus,.multiple-checkout #checkout-review-submit #review-button:focus,.cart-empty .buttons-set .button:focus,.cart-collaterals .cart-totals .btn-proceed-checkout:focus,.btn3.focus,.content-404 .action.focus,.opc #checkout-review-submit .btn-checkout.focus,.multiple-checkout #checkout-review-submit #review-button.focus,.cart-empty .buttons-set .button.focus,.cart-collaterals .cart-totals .btn-proceed-checkout.focus{
color:#fff;
background-color:#e43b54;
border-color:#e43b54;
}
textarea,.input-text,input[type=email],input[type=search],input[type=number],input[type=password],input[type=tel],input[type=text]{
border:1px solid #dedede;
background-color:#fff;
color:#444;
}
textarea:focus,.input-text:focus,input[type=email]:focus,input[type=search]:focus,input[type=number]:focus,input[type=password]:focus,input[type=tel]:focus,input[type=text]:focus{
border-color:#dedede;
background:#fff;
color:#444;
}
textarea::-webkit-input-placeholder,.input-text::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder,input[type=search]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder,textarea:-moz-placeholder,.input-text:-moz-placeholder,input[type=email]:-moz-placeholder,input[type=search]:-moz-placeholder,input[type=number]:-moz-placeholder,input[type=password]:-moz-placeholder,input[type=tel]:-moz-placeholder,input[type=text]:-moz-placeholder,textarea::-moz-placeholder,.input-text::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=search]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=text]::-moz-placeholder,textarea:-ms-input-placeholder,.input-text:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=search]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder{
color:#7a7a7a;
}
.block .link-cart{
border:1px solid #2f2f2f;
color:#fff !important;
background:#2f2f2f;
}
.block .link-cart:hover{
border-color:#e43b54;
color:#fff !important;
background:#e43b54;
}
.block-subtitle{
color:#7a7a7a;
font-family:Lato;
}
.sidebar .block .actions a{
color:#2f2f2f;
}
.block-account li + li,.block-cms-menu li + li{
border-top:1px solid #f3f3f3;
}
.block-account li.current strong,.block-cms-menu li.current strong{
color:#121210;
}
.block-layered-nav dt{
background-color:#fff;
border-color:#f3f3f3;
color:#121210;
}
.block-layered-nav dd{
background-color:#fff;
}
.block-layered-nav .currently .value{
color:#2f2f2f;
}
.block-layered-nav .configurable-swatch-list li a > .swatch-label{
border:1px solid #f3f3f3;
}
.block-layered-nav .configurable-swatch-list li:hover a > .swatch-label{
background:#2f2f2f;
border-color:#2f2f2f;
color:#fff;
}
.opc-block-progress .block-content dt{
border-bottom:1px solid #f3f3f3;
}
.opc-block-progress .block-content dd.complete{
border-bottom:1px solid #f3f3f3;
}
.block.block-tags ul.tags-list li a{
border:1px solid #f3f3f3;
}
.block.block-tags ul.tags-list li a:hover{
background:#2f2f2f;
border-color:#2f2f2f;
color:#fff;
}
.block.block-tags .actions a{
color:#2f2f2f;
}
.mini-products-list .price{
color:#2f2f2f;
}
.mini-products-list .show-qty{
color:#7a7a7a;
}
html{
font-size:14px;
}
body{
color:#7a7a7a;
font-size:14px;
font-family:Lato;
background-color:rgba(0, 0, 0, 0);
}
a{
color:#a0a0a0;
}
a:hover,a:focus{
color:#2f2f2f;
}
.tooltip{
font-family:Lato;
}
h1,.h1{
font-size:2em;
}
h2,.h2{
font-size:1.75em;
}
h3,.h3{
font-size:1.429em;
}
h4,.h4{
font-size:1.286em;
}
h5,.h5{
font-size:1.143em;
}
h6,.h6{
font-size:1em;
}
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{
color:#121210;
font-family:Lato;
}
.label,label{
color:#7a7a7a;
}
.arw-box-quantity.type2 .qty-minus,.arw-box-quantity.type2 .qty-plus{
color:#d2d2d2;
}
.arw-box-quantity.type2 .qty-minus:hover,.arw-box-quantity.type2 .qty-plus:hover,.arw-box-quantity.type2 .qty-minus:active,.arw-box-quantity.type2 .qty-plus:active,.arw-box-quantity.type2 .qty-minus:focus,.arw-box-quantity.type2 .qty-plus:focus{
color:#121210;
}
.arw-box-quantity.type2 .input-text{
color:#121210;
}
.btn3{
}
.buttons-set{
}
.global-site-notice{
background:#eee;
}
.promo-msg{
color:#eee;
}
.success{
color:#63b369;
}
.error{
color:#ef4646;
}
.notice{
color:#ffa500;
}
.messages li li{
background:#eee;
}
.messages .error-msg li{
background:#ef4646;
color:#fff;
}
.messages .notice-msg li{
background:#ffa500;
color:#fff;
}
.messages .success-msg li{
background:#63b369;
color:#fff;
}
.toolbar{
color:#b4b4b4;
background:rgba(0, 0, 0, 0);
}
.toolbar a,.toolbar .btn{
background:rgba(0, 0, 0, 0);
color:#3b3b3b;
}
.toolbar a:hover,.toolbar .btn:hover,.toolbar a:active,.toolbar .btn:active,.toolbar a:focus,.toolbar .btn:focus{
background:rgba(0, 0, 0, 0);
color:#2f2f2f;
}
.toolbar .dropdown-menu a:hover,.toolbar .dropdown-menu a:active,.toolbar .dropdown-menu a:focus{
background:rgba(0, 0, 0, 0);
color:#2f2f2f;
}
.toolbar .open .btn{
background:rgba(0, 0, 0, 0);
color:#2f2f2f;
}
.toolbar .view-mode .list:hover,.toolbar .view-mode .grid:hover,.toolbar .view-mode .list:active,.toolbar .view-mode .grid:active,.toolbar .view-mode .list:focus,.toolbar .view-mode .grid:focus{
background-color:transparent;
color:#2f2f2f;
}
.toolbar .view-mode strong{
background-color:transparent;
color:#2f2f2f;
}
.toolbar ~ .toolbar .pages ol li > *{
border:1px solid rgba(0, 0, 0, 0);
background:rgba(0, 0, 0, 0);
color:#b4b4b4;
}
.toolbar ~ .toolbar .pages ol li:hover > a,.toolbar ~ .toolbar .pages ol li:active > a,.toolbar ~ .toolbar .pages ol li:focus > a,.toolbar ~ .toolbar .pages ol li.current strong{
color:#2f2f2f;
border-color:rgba(0, 0, 0, 0);
background:rgba(0, 0, 0, 0);
}
form .legend{
border-bottom:1px solid #d2d2d2;
}
label.required:after,span.required:after{
color:#ef4646;
}
input[disabled]{
background:#e9e9e9;
}
.input-text.validation-failed{
border-color:#ef4646 !important;
}
.input-text.validation-failed:focus{
outline-color:#ef4646 !important;
}
::-webkit-input-placeholder{
color:#7a7a7a;
}
p.required,.validation-advice{
color:#ef4646;
}
select{
border:1px solid #dedede;
background:#fff url("https://www.jumpinshop.com/skin/frontend/arw_forward/default/images/select-bg.png") no-repeat 100% 45%;
color:#444;
}
.nav > li > a:hover,.nav > li > a:focus{
background:none;
color:#2f2f2f;
}
.nav > li.disabled > a:hover,.nav > li.disabled > a:focus{
color:#a0a0a0;
}
.nav .open > a,.nav .active > a,.nav .open > a:hover,.nav .active > a:hover,.nav .open > a:focus,.nav .active > a:focus{
background:none;
color:#2f2f2f;
}
.nav-tabs{
border-bottom:1px solid #d2d2d2;
}
.nav-pills > li.active > a,.nav-pills > li.active > a:hover,.nav-pills > li.active > a:focus{
color:#2f2f2f;
}
.nav-tabs-justified > .active > a,.nav-tabs-justified > .active > a:hover,.nav-tabs-justified > .active > a:focus{
border:1px solid #d2d2d2;
}
@media (min-width:768px){
.nav-tabs-justified > li > a{
border-bottom:1px solid #d2d2d2;
}
.nav-tabs-justified > .active > a,.nav-tabs-justified > .active > a:hover,.nav-tabs-justified > .active > a:focus{
border-bottom-color:#d2d2d2;
}
}
.nav.nav-style-2 > li > a{
color:#2f2f2f;
}
.panel-group{
border-bottom:1px solid #d2d2d2;
}
.panel-group .panel .panel-heading{
border-top:1px solid #d2d2d2;
}
.panel-group .panel .panel-body{
color:#7a7a7a;
}
.dropdown-menu{
background-color:#fff;
}
.dropdown-menu > li > a{
color:#a0a0a0;
}
.dropdown-menu > li > a:hover,.dropdown-menu > li > a:focus{
color:#2f2f2f;
background:none;
}
.dropdown-menu > .active > a,.dropdown-menu > .active > a:hover,.dropdown-menu > .active > a:focus{
color:#2f2f2f;
background:none;
}
.dropdown-menu > .disabled > a,.dropdown-menu > .disabled > a:hover,.dropdown-menu > .disabled > a:focus{
color:#7a7a7a;
}
.dropdown-header{
color:#7a7a7a;
}
th{
color:#30373e;
}
.data-table{
background:rgba(0, 0, 0, 0);
}
.data-table thead{
border-color:rgba(0, 0, 0, 0);
background:#f5f5f5;
color:#30373e;
}
.data-table tbody tr{
border-color:#e3e3e3;
}
.data-table tr td{
border-color:#e3e3e3;
}
.data-table td .product-name{
color:#303030;
}
.data-table td .product-name a:hover,.data-table td .product-name a:active,.data-table td .product-name a:focus{
color:#e43b54;
}
.data-table tfoot{
border-top:1px solid #e3e3e3;
}
.table,.data-table{
color:#4e545a;
}
.table a,.data-table a{
color:#a0a0a0;
}
.table a:hover,.data-table a:hover{
color:#2f2f2f;
}
#product-attribute-specs-table,#product-attribute-specs-table th,#product-attribute-specs-table td{
border:1px solid #e3e3e3;
}
@media (max-width:767px){
table.arw-responsive-table td:before{
color:#30373e;
}
}
.highlight-font{
font-family:Lato;
}
.search-autocomplete{
background:#fff;
z-index:99999;
}
.search-autocomplete ul li .amount{
color:#000;
}
.search-autocomplete ul li:hover{
background:#2f2f2f;
color:#fff;
}
.slick-slider .slick-dots li button:hover,.slick-slider .slick-dots li button:active,.slick-slider .slick-dots li button:focus{
background:#2f2f2f;
}
.slick-slider .slick-dots li.slick-active button{
background:#2f2f2f;
}
.owl-carousel .owl-dots .owl-dot:hover,.owl-carousel .owl-dots .owl-dot:active,.owl-carousel .owl-dots .owl-dot:focus,.owl-carousel .owl-dots .owl-dot.active{
background:#2f2f2f;
}
.arw-control-color-style-1 .owl-nav .owl-prev,.arw-control-color-style-1 .owl-nav .owl-next{
color:#2f2f2f;
}
.arw-control-color-style-1 .owl-nav .owl-prev:hover,.arw-control-color-style-1 .owl-nav .owl-next:hover,.arw-control-color-style-1 .owl-nav .owl-prev:active,.arw-control-color-style-1 .owl-nav .owl-next:active,.arw-control-color-style-1 .owl-nav .owl-prev:focus,.arw-control-color-style-1 .owl-nav .owl-next:focus{
color:#2f2f2f;
}
.arw-control-color-style-1.ar .slick-slider .slick-prev,.arw-control-color-style-1.ar .slick-slider .slick-next{
color:#a0a0a0;
}
.arw-control-color-style-1.ar .slick-slider .slick-prev:hover,.arw-control-color-style-1.ar .slick-slider .slick-next:hover,.arw-control-color-style-1.ar .slick-slider .slick-prev:active,.arw-control-color-style-1.ar .slick-slider .slick-next:active,.arw-control-color-style-1.ar .slick-slider .slick-prev:focus,.arw-control-color-style-1.ar .slick-slider .slick-next:focus{
color:#2f2f2f;
}
.arw-control-color-style-2 .owl-nav .owl-prev,.arw-control-color-style-2 .owl-nav .owl-next{
color:#fff;
}
.arw-control-color-style-2 .owl-nav .owl-prev:hover,.arw-control-color-style-2 .owl-nav .owl-next:hover,.arw-control-color-style-2 .owl-nav .owl-prev:active,.arw-control-color-style-2 .owl-nav .owl-next:active,.arw-control-color-style-2 .owl-nav .owl-prev:focus,.arw-control-color-style-2 .owl-nav .owl-next:focus{
color:#2f2f2f;
}
.arw-control-color-style-2 .slick-slider .slick-prev,.arw-control-color-style-2 .slick-slider .slick-next{
color:#fff;
}
.arw-control-color-style-2 .slick-slider .slick-prev:hover,.arw-control-color-style-2 .slick-slider .slick-next:hover,.arw-control-color-style-2 .slick-slider .slick-prev:active,.arw-control-color-style-2 .slick-slider .slick-next:active,.arw-control-color-style-2 .slick-slider .slick-prev:focus,.arw-control-color-style-2 .slick-slider .slick-next:focus{
color:#2f2f2f;
}
.arw-control-color-style-3{
}
.arw-control-color-style-3 .owl-nav .owl-prev,.arw-control-color-style-3 .owl-nav .owl-next{
background-color:#fff;
border-color:#fff;
color:#121210;
}
.arw-control-color-style-3 .owl-nav .owl-prev:hover,.arw-control-color-style-3 .owl-nav .owl-next:hover,.arw-control-color-style-3 .owl-nav .owl-prev:active,.arw-control-color-style-3 .owl-nav .owl-next:active,.arw-control-color-style-3 .owl-nav .owl-prev:focus,.arw-control-color-style-3 .owl-nav .owl-next:focus{
background-color:#121210;
border-color:#121210;
color:#fff;
}
.arw-control-color-style-3 .slick-slider .slick-prev,.arw-control-color-style-3 .slick-slider .slick-next{
background-color:#fff;
border-color:#fff;
color:#121210;
}
.arw-control-color-style-3 .slick-slider .slick-prev:hover,.arw-control-color-style-3 .slick-slider .slick-next:hover,.arw-control-color-style-3 .slick-slider .slick-prev:active,.arw-control-color-style-3 .slick-slider .slick-next:active,.arw-control-color-style-3 .slick-slider .slick-prev:focus,.arw-control-color-style-3 .slick-slider .slick-next:focus{
background-color:#121210;
border-color:#121210;
color:#fff;
}
.arw-banner.banner-special-1 .arw-banner-content{
border:7px solid #000;
}
.arw-banner.banner-special-2 .arw-banner-content{
background-color:#efefef;
}
.mask.mask-primary:before{
background:#2f2f2f;
background:rgba(47, 47, 47, 0.8);
}
.mask.mask-primary.light:before{
background:#2f2f2f;
background:rgba(47, 47, 47, 0.5);
}
.mask.mask-primary.lighter:before{
background:#2f2f2f;
background:rgba(47, 47, 47, 0.4);
}
.arw-banner-content a:hover,.arw-banner-content a:active,.arw-banner-content a:focus{
color:#2f2f2f;
}
.highlight-hover{
background-image:-webkit-linear-gradient(left, transparent 50%, #2f2f2f 50%);
background-image:-moz-linear-gradient(left, transparent 50%, #2f2f2f 50%);
background-image:-o-linear-gradient(left, transparent 50%, #2f2f2f 50%);
background-image:linear-gradient(to right, transparent 50%, #2f2f2f 50%);
}
.highlight-hover:hover,.highlight-hover:active,.highlight-hover:focus{
color:#fff;
}
.product-image-slideshow .catalog-owl-nav .catalog-owl-next,.product-image-slideshow .catalog-owl-nav .catalog-owl-prev{
border-color:#fff;
background:#fff;
color:#a0a0a0;
}
.product-image-slideshow .catalog-owl-nav .catalog-owl-next:hover,.product-image-slideshow .catalog-owl-nav .catalog-owl-prev:hover{
background:#2f2f2f;
border-color:#2f2f2f;
color:#fff;
}
.background-yellow{
background-color:'yellow' !important;
}
.border-color-yellow{
border-color:'yellow' !important;
}
.text-color-yellow{
color:'yellow' !important;
}
.background-orange{
background-color:"orange" !important;
}
.border-color-orange{
border-color:"orange" !important;
}
.text-color-orange{
color:"orange" !important;
}
.background-pink{
background-color:"pink" !important;
}
.border-color-pink{
border-color:"pink" !important;
}
.text-color-pink{
color:"pink" !important;
}
.background-red{
background-color:"red" !important;
}
.border-color-red{
border-color:"red" !important;
}
.text-color-red{
color:"red" !important;
}
.background-brown{
background-color:"brown" !important;
}
.border-color-brown{
border-color:"brown" !important;
}
.text-color-brown{
color:"brown" !important;
}
.background-green{
background-color:"green" !important;
}
.border-color-green{
border-color:"green" !important;
}
.text-color-green{
color:"green" !important;
}
.background-blue{
background-color:"blue" !important;
}
.border-color-blue{
border-color:"blue" !important;
}
.text-color-blue{
color:"blue" !important;
}
.background-purple{
background-color:"purple" !important;
}
.border-color-purple{
border-color:"purple" !important;
}
.text-color-purple{
color:"purple" !important;
}
.background-gray{
background-color:"gray" !important;
}
.border-color-gray{
border-color:"gray" !important;
}
.text-color-gray{
color:"gray" !important;
}
.background-black{
background-color:"black" !important;
}
.border-color-black{
border-color:"black" !important;
}
.text-color-black{
color:"black" !important;
}
.background-silver{
background-color:"silver" !important;
}
.border-color-silver{
border-color:"silver" !important;
}
.text-color-silver{
color:"silver" !important;
}
.background-gold{
background-color:"gold" !important;
}
.border-color-gold{
border-color:"gold" !important;
}
.text-color-gold{
color:"gold" !important;
}
.background-lightblue{
background-color:"lightblue" !important;
}
.border-color-lightblue{
border-color:"lightblue" !important;
}
.text-color-lightblue{
color:"lightblue" !important;
}
.background-lightgreen{
background-color:"lightgreen" !important;
}
.border-color-lightgreen{
border-color:"lightgreen" !important;
}
.text-color-lightgreen{
color:"lightgreen" !important;
}
.background-lightyellow{
background-color:"lightyellow" !important;
}
.border-color-lightyellow{
border-color:"lightyellow" !important;
}
.text-color-lightyellow{
color:"lightyellow" !important;
}
.background-darkblue{
background-color:"darkblue" !important;
}
.border-color-darkblue{
border-color:"darkblue" !important;
}
.text-color-darkblue{
color:"darkblue" !important;
}
.background-darkgreen{
background-color:"darkgreen" !important;
}
.border-color-darkgreen{
border-color:"darkgreen" !important;
}
.text-color-darkgreen{
color:"darkgreen" !important;
}
.background-lightyellow{
background-color:"lightyellow" !important;
}
.border-color-lightyellow{
border-color:"lightyellow" !important;
}
.text-color-lightyellow{
color:"lightyellow" !important;
}
.border-color{
border-color:#d2d2d2;
}
.color-heading{
color:#121210;
}
.text-color-heading{
color:#121210;
}
.background-heading{
background-color:#121210 !important;
}
.background-primary{
background-color:#2f2f2f !important;
}
.background-body{
background-color:rgba(0, 0, 0, 0) !important;
}
.border-color-primary{
border-color:#2f2f2f !important;
}
.border-color-heading{
border-color:#121210 !important;
}
.text-color-primary{
color:#2f2f2f !important;
}
.color-primary{
color:#2f2f2f !important;
}
.text-color-body{
color:#7a7a7a !important;
}
.color-body{
color:#7a7a7a !important;
}
.button-color-white{
background-color:#fff !important;
border-color:#fff !important;
color:#121210 !important;
}
.button-color-white:hover,.button-color-white:active,.button-color-white:focus,.button-color-white.active{
background-color:#2f2f2f !important;
border-color:#2f2f2f !important;
color:#fff !important;
}
.featured-list li{
color:#121210;
}
.featured-list li:hover > .feature-list-icon,.featured-list li:active > .feature-list-icon,.featured-list li:focus > .feature-list-icon{
border-color:#2f2f2f;
}
.featured-list li > .feature-list-icon{
border:2px solid #f3f3f3;
color:#2f2f2f;
}
.list-icon li{
color:#121210;
}
.list-icon li > .fa,.list-icon li > i{
color:#2f2f2f;
}
.list-icon li a:hover,.list-icon li a:active,.list-icon li a:focus{
color:#2f2f2f;
}
.arw-blockquote:before{
border:2px solid #f3f3f3;
}
.arw-blockquote p{
color:#7a7a7a;
}
.arw-blockquote.style-2 p{
font-family:Lato;
}
.arw-blockquote.style-2 footer:before{
border-top:1px solid #2f2f2f;
}
.social-icon.active,.social-icon:hover,.social-icon:active,.social-icon:focus{
border-color:#2f2f2f;
}
.social-icon.style-1{
background-color:#fff;
border-color:#fff;
color:#121210;
}
.social-icon.style-1.active,.social-icon.style-1:hover,.social-icon.style-1:active,.social-icon.style-1:focus{
background-color:#fff;
border-color:#fff;
color:#2f2f2f;
}
.social-icon.style-2{
background-color:transparent;
border-color:transparent;
color:#121210;
}
.social-icon.style-2.active,.social-icon.style-2:hover,.social-icon.style-2:active,.social-icon.style-2:focus{
background-color:#2f2f2f;
border-color:#2f2f2f;
color:#fff;
}
.flickr-image{
}
.flickr-image:after{
background-color:#2f2f2f;
}
.arw-toggle-container .arw-toggle-content{
background-color:#fff;
color:#7a7a7a;
}
.arw-toggle-container .arw-toggle-content li{
background-color:rgba(0, 0, 0, 0);
color:#a0a0a0;
}
.arw-toggle-container .arw-toggle-content li:hover,.arw-toggle-container .arw-toggle-content li:active,.arw-toggle-container .arw-toggle-content li:focus,.arw-toggle-container .arw-toggle-content li.active{
background-color:rgba(0, 0, 0, 0);
color:#2f2f2f;
}
.progress-bar{
background-color:#121210;
}
.progress-container{
color:#121210;
}
.testi-content p{
font-family:Lato;
}
.testi-meta{
color:#303030;
}
.testi-meta:before{
border-top:1px solid #2f2f2f;
}
.our-team-image{
}
.our-team-image:after{
background-color:#121210;
}
.promotion-block .action.style-3{
font-family:Lato;
}
.time{
}
.time .time-wrap{
background:#fff;
}
.time .time-wrap > span{
color:#2f2f2f;
}
.time .time-wrap > span:first-child{
color:#121210;
}
.time .time-wrap > span:last-child{
font-family:Lato;
}
.newsletter-style-1 .block-subscribe .block-content{
background-color:#fff;
color:#444;
}
.newsletter-style-1 .block-subscribe .block-content .actions .button{
color:#303030;
}
.newsletter-style-1 .block-subscribe .block-content .actions .button:hover,.newsletter-style-1 .block-subscribe .block-content .actions .button:active,.newsletter-style-1 .block-subscribe .block-content .actions .button:focus{
color:#2f2f2f;
}
.newsletter-style-1 .block-subscribe .block-content .actions .button > span{
border-left:1px solid #505050;
}
.newsletter-style-2 .block-subscribe .block-content .actions .button{
font-family:Lato;
}
.newsletter-style-2 .block-subscribe .block-content .actions .button:hover,.newsletter-style-2 .block-subscribe .block-content .actions .button:active,.newsletter-style-2 .block-subscribe .block-content .actions .button:focus{
color:#e43b54;
}
.newsletter-style-2.newsletter-color-alt .block-subscribe .block-title{
color:#fff;
}
.newsletter-style-2.newsletter-color-alt .block-subscribe .block-content{
border-bottom-color:#323232;
}
.newsletter-style-2.newsletter-color-alt .block-subscribe .block-content .input-box .input-text{
color:#909090;
}
.newsletter-style-2.newsletter-color-alt .block-subscribe .block-content .actions .button{
color:#fff;
}
.newsletter-style-2.newsletter-color-alt .block-subscribe .block-content .actions .button:hover,.newsletter-style-2.newsletter-color-alt .block-subscribe .block-content .actions .button:active,.newsletter-style-2.newsletter-color-alt .block-subscribe .block-content .actions .button:focus{
color:#e43b54;
}
.products-tab .nav-tabs > li > a:hover,.products-tab .nav-tabs > li > a:focus,.products-tab .nav-tabs > li > a:active{
color:#2f2f2f;
}
.products-tab .nav-tabs > li.active{
border-bottom-color:#a9a9a9;
}
.products-list-mini .products-list .price-box p:not(.old-price) .price{
color:#303030;
}
.products-list-mini .products-list .link-compare,.products-list-mini .products-list .link-wishlist,.products-list-mini .products-list .link-quickview{
color:#7a7a7a;
}
.products-list-mini .products-list .link-compare:hover,.products-list-mini .products-list .link-wishlist:hover,.products-list-mini .products-list .link-quickview:hover,.products-list-mini .products-list .link-compare:active,.products-list-mini .products-list .link-wishlist:active,.products-list-mini .products-list .link-quickview:active,.products-list-mini .products-list .link-compare:focus,.products-list-mini .products-list .link-wishlist:focus,.products-list-mini .products-list .link-quickview:focus{
background-color:#2f2f2f;
color:#fff;
}
.arw-thumbnail-container img:hover,.arw-thumbnail-container img:active,.arw-thumbnail-container img:focus,.arw-thumbnail-container img.active{
border-color:#2f2f2f;
}
.arw-label{
background-color:#2f2f2f;
color:;
}
.divider{
color:#d2d2d2;
}
.content-404 .text{
font-family:Lato;
}
.view-more.transparent{
background:transparent;
border:2px solid rgba(255, 255, 255, 0.5);
color:#fff;
}
.view-more.primary{
background:#2f2f2f;
border-color:#2f2f2f;
color:#fff;
}
.view-more:hover,.view-more:active,.view-more:focus,.view-more.active{
background:#2f2f2f;
border-color:#2f2f2f;
color:#fff;
}
.button-social{
background-color:rgba(0, 0, 0, 0);
border:1px solid #505050;
color:#505050;
}
.button-social:hover,.button-social:active,.button-social:focus{
background-color:#2f2f2f !important;
border-color:#2f2f2f !important;
color:#fff;
}
@media all and (min-width:768px){
.special-bg{
background:-moz-linear-gradient(0deg, #fff 50%, #f6f6f6 50%);
background:-webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #f6f6f6));
background:-webkit-linear-gradient(0deg, #fff 50%, #f6f6f6 50%);
background:-o-linear-gradient(0deg, #fff 50%, #f6f6f6 50%);
background:-ms-linear-gradient(0deg, #fff 50%, #f6f6f6 50%);
background:linear-gradient(90deg, #fff 50%, #f6f6f6 50%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1);
}
}
.border-home-color{
border-color:;
}
.main{
background:rgba(0, 0, 0, 0);
}
.arw-page-title{
background:#f3f3f3;
}
.arw-page-title .page-title h1,.arw-page-title .page-title h2{
color:#121210;
}
.breadcrumbs li a{
color:#c1c0c0;
}
.breadcrumbs li a:hover{
color:#121210;
}
.breadcrumbs li strong{
color:#c1c0c0;
}
.breadcrumbs li span{
color:#c1c0c0;
}
.arw-page-title-2 h1{
color:#121210;
}
.arw-product-labels .arw-product-label{
font-family:Lato;
}
.arw-product-labels .product-sale-label{
background:rgba(0, 0, 0, 0);
color:#303030;
border-color:#e43b54;
}
.arw-product-labels .product-new-label{
background:rgba(0, 0, 0, 0);
color:#303030;
border-color:#000;
}
.form-search{
border-bottom:1px solid #dedede;
}
.header-container{
background:rgba(255, 255, 255, 0.5);
color:#60636b;
}
.header-container a{
color:#60636b;
}
.header-container a:hover,.header-container a:active,.header-container a:focus{
color:#e43b54;
}
.header-container .active > a{
color:#e43b54;
}
.header-container .header-quick-access .form-language .arw-toggle-control,.header-container .header-quick-access .form-currency .arw-toggle-control{
color:#121210;
}
.header-container .header-quick-access .form-language .links li > a,.header-container .header-quick-access .form-currency .links li > a{
border:1px solid #505050;
background-color:rgba(0, 0, 0, 0);
color:#505050;
}
.header-container .header-quick-access .form-language .links li > a:active,.header-container .header-quick-access .form-currency .links li > a:active,.header-container .header-quick-access .form-language .links li > a:hover,.header-container .header-quick-access .form-currency .links li > a:hover,.header-container .header-quick-access .form-language .links li > a.focus,.header-container .header-quick-access .form-currency .links li > a.focus{
color:#fff;
background-color:#2f2f2f;
border-color:#2f2f2f;
}
.header-container .header-quick-access .form-language .links li.active > a,.header-container .header-quick-access .form-currency .links li.active > a{
color:#fff;
background-color:#2f2f2f;
border-color:#2f2f2f;
}
.header-container .header-quick-access .form-language.use-flag .links li > a:after{
border-top:2px solid #2f2f2f;
}
.header-container .header-mini-cart #arw_mini_cart_header{
background-color:#fff;
color:#7a7a7a;
}
.header-container .block-cart .mini-products-list li.item .btn-remove{
color:#60636b;
}
.header-container .block-cart .mini-products-list li.item .btn-remove:hover,.header-container .block-cart .mini-products-list li.item .product-name a:hover{
color:#e43b54;
}
.header-container .block-cart .subtotal{
border-top:1px solid #e3e3e3;
}
.header-container .block-cart .subtotal .price{
color:#2f2f2f;
}
.header-container .header-mini-cart .arw-toggle-control,.header-container .header-quick-access .arw-toggle-control,.header-container .header-search .arw-toggle-control,.header-container .header-mini-cart .mini-cart-header,.header-container .header-quick-access .mini-cart-header,.header-container .header-search .mini-cart-header{
background:transparent;
border:1px solid transparent;
color:#050608;
}
.header-container .header-mini-cart:hover .arw-toggle-control,.header-container .header-quick-access:hover .arw-toggle-control,.header-container .header-search:hover .arw-toggle-control,.header-container .header-mini-cart:active .arw-toggle-control,.header-container .header-quick-access:active .arw-toggle-control,.header-container .header-search:active .arw-toggle-control,.header-container .header-mini-cart:focus .arw-toggle-control,.header-container .header-quick-access:focus .arw-toggle-control,.header-container .header-search:focus .arw-toggle-control,.header-container .header-mini-cart.active .arw-toggle-control,.header-container .header-quick-access.active .arw-toggle-control,.header-container .header-search.active .arw-toggle-control,.header-container .header-mini-cart:hover .mini-cart-header,.header-container .header-quick-access:hover .mini-cart-header,.header-container .header-search:hover .mini-cart-header,.header-container .header-mini-cart:active .mini-cart-header,.header-container .header-quick-access:active .mini-cart-header,.header-container .header-search:active .mini-cart-header,.header-container .header-mini-cart:focus .mini-cart-header,.header-container .header-quick-access:focus .mini-cart-header,.header-container .header-search:focus .mini-cart-header,.header-container .header-mini-cart.active .mini-cart-header,.header-container .header-quick-access.active .mini-cart-header,.header-container .header-search.active .mini-cart-header{
background:transparent;
border-color:transparent;
color:#e43b54;
}
.header-container .header-wrapper .nav-primary-container .megamenu > li{
background:rgba(0, 0, 0, 0);
color:#222;
}
.header-container .header-wrapper .nav-primary-container .megamenu > li:hover,.header-container .header-wrapper .nav-primary-container .megamenu > li.active{
background:rgba(0, 0, 0, 0);
color:#222;
}
@media all and (min-width:1200px){
.header-style-2 .page .header-container .header-wrapper:after{
border-right:1px solid #d2d2d2;
}
}
.arw-toggle-menu-sidebar{
background:rgba(0, 0, 0, 0);
color:#494c53;
}
.arw-mobile-menu{
background:#fff;
}
.arw-mobile-menu-header{
color:#2f2f2f;
}
.header_fixed_menu{
width:100%;
}
.header_fixed_menu.active-sticky .header-wrapper{
background:#fff;
}
.footer-container{
background:rgba(0, 0, 0, 0);
color:#989898;
}
.footer-container a{
color:#989898;
}
.footer-container a:hover{
color:#e43b54;
}
.footer-container .twitter-news:before{
color:#dedede;
}
.footer-container .twitter-news .title{
color:#3a3a3a;
}
.footer-container .twitter-news .detail{
color:#7a7a7a;
}
.footer-container .twitter-news .detail a{
color:#bfbfbf;
}
.footer-container .twitter-news .detail a:hover,.footer-container .twitter-news .detail a:active,.footer-container .twitter-news .detail a:focus{
color:#2f2f2f;
}
.footer-container .twitter-news .time{
color:#a5a5a5;
}
.footer-container .block .block-title{
color:#2c2c2c;
}
.footer-container .footer-copyright{
background:#fafafa;
color:#7b7b7b;
border-top:1px solid #fafafa;
}
.footer-container .footer-copyright a{
color:#212121;
}
.footer-container .footer-copyright a:hover{
color:#212121;
}
ul#nav > li > a{
background:rgba(0, 0, 0, 0);
color:#222;
}
ul#nav > li > a > span{
display:inline-block;
}
ul#nav > li:hover > a,ul#nav > li.active > a{
background:rgba(0, 0, 0, 0);
color:#222;
}
ul#nav ul{
background:#f9f9f9;
}
ul#nav ul ul{
background:#f9f9f9;
}
ul#nav > li > ul > li > a{
background:rgba(0, 0, 0, 0);
color:#989898;
}
ul#nav > li > ul > li:hover > a,ul#nav > li > ul > li.active > a{
background:rgba(0, 0, 0, 0);
color:#222;
}
ul#nav li li ul,ul#nav li.level1 ul.level1{
background:#f9f9f9;
}
ul#nav li li ul li > a,ul#nav li.level1 ul.level1 li > a{
background:rgba(0, 0, 0, 0);
color:#989898;
}
ul#nav li li ul li.active > a,ul#nav li.level1 ul.level1 li.active > a,ul#nav li li ul li:hover > a,ul#nav li.level1 ul.level1 li:hover > a{
background:rgba(0, 0, 0, 0);
color:#222;
}
.sidebar .block{
color:#7a7a7a;
}
.sidebar .block .block-title{
background-color:#fff;
border-color:#f3f3f3;
color:#121210;
}
.sidebar .block .block-content{
background:#fff;
}
.sidebar .block a{
color:#7f7f7f;
}
.sidebar .block a:hover{
color:#121210;
}
.sidebar .block.block-nav a{
color:#7f7f7f;
}
.sidebar .block.block-nav li:hover > a,.sidebar .block.block-nav li.active > a{
color:#121210;
}
.sidebar .block.block-layered-nav .block-content .block-layered-nav-state{
background-color:#fff;
}
.sidebar .form-subscribe-header{
color:#7a7a7a;
font-family:Lato;
}
#toPopup{
background:#fff;
color:#7a7a7a;
}
#toPopup .price{
color:#2f2f2f;
}
#toPopup .button{
background-color:#e3e3e3;
border-color:#e3e3e3;
color:#7a7a7a;
}
#toPopup .button.btn-cart{
background-color:#2f2f2f;
border-color:#2f2f2f;
color:#fff;
}
#toPopup .button.btn-cart:hover,#toPopup .button.btn-cart:active,#toPopup .button.btn-cart:focus{
background-color:#2f2f2f;
border-color:#2f2f2f;
color:#fff;
}
#toPopup .button:hover,#toPopup .button:active,#toPopup .button:focus{
background-color:#2f2f2f;
border-color:#2f2f2f;
color:#fff;
}
.product-img-box .arw-product-image,.more-views{
background-color:#fafafa;
}
.product-img-box{
background-color:#fafafa;
}
.price-slider{
background:#7a7a7a;
}
.layer-price{
color:#7a7a7a;
}
.layer-price-filter > label{
color:#121210;
}
.noUi-horizontal .noUi-handle{
background:#2f2f2f;
border:2px solid #2f2f2f;
}
[disabled].noUi-connect,[disabled] .noUi-connect{
background:#f3f3f3;
}
.megamenu > li > a:before{
border-bottom:1px solid #7a7a7a;
}
.megamenu .sub-wrapper{
background:#f9f9f9;
color:#7a7a7a;
}
.megamenu .arwmenu-block .groups .title-group{
color:#333;
}
.megamenu li li a span .cat-label{
color:#fff;
}
li.menu-style-group .level0.sub-wrapper .groups-wrapper li.level2 > a,li.menu-style-group .level0.sub-wrapper .sub-wrapper li.level2 > a{
background:rgba(0, 0, 0, 0);
color:#989898;
}
li.menu-style-group .level0.sub-wrapper .groups-wrapper li.level2.active > a,li.menu-style-group .level0.sub-wrapper .sub-wrapper li.level2.active > a,li.menu-style-group .level0.sub-wrapper .groups-wrapper li.level2:hover > a,li.menu-style-group .level0.sub-wrapper .sub-wrapper li.level2:hover > a{
background:rgba(0, 0, 0, 0);
color:#222;
}
.megamenu > li > a{
background:rgba(0, 0, 0, 0);
color:#222;
}
.megamenu > li:hover > a,.megamenu > li.active > a{
background:rgba(0, 0, 0, 0);
color:#222;
}
.megamenu > li > .sub-wrapper{
background:#f9f9f9;
}
.megamenu > li > .sub-wrapper li.level1 > a{
background:rgba(0, 0, 0, 0);
color:#989898;
}
.megamenu > li > .sub-wrapper li.level1.active > a,.megamenu > li > .sub-wrapper li.level1:hover > a{
background:rgba(0, 0, 0, 0);
color:#222;
}
.megamenu li.menu-style-group .level1 > .groups-wrapper,.megamenu li.menu-style-group .level1 > .groups-wrapper > ul{
background:#f9f9f9;
}
.megamenu li.level1 .groups-wrapper,.megamenu li.level1 .sub-wrapper{
background:#f9f9f9;
}
.megamenu li.level1 .groups-wrapper li.level2 > a,.megamenu li.level1 .sub-wrapper li.level2 > a{
background:rgba(0, 0, 0, 0);
color:#989898;
}
.megamenu li.level1 .groups-wrapper li.level2.active > a,.megamenu li.level1 .sub-wrapper li.level2.active > a,.megamenu li.level1 .groups-wrapper li.level2:hover > a,.megamenu li.level1 .sub-wrapper li.level2:hover > a{
background:rgba(0, 0, 0, 0);
color:#222;
}
.megamenu li li ul,.megamenu li.level1 ul.level1{
background:#f9f9f9;
}
.megamenu li li ul li > a,.megamenu li.level1 ul.level1 li > a{
background:rgba(0, 0, 0, 0);
color:#989898;
}
.megamenu li li ul li.active > a,.megamenu li.level1 ul.level1 li.active > a,.megamenu li li ul li:hover > a,.megamenu li.level1 ul.level1 li:hover > a{
background:rgba(0, 0, 0, 0);
color:#222;
}
.nav-accordion li.parent .expand,.nav-accordion li.parent .collapse{
color:#bfbfbf;
}
.nav-accordion li.parent > span:hover{
color:#121210;
}
.nav-accordion li.active > a{
color:#121210;
}
.nav-accordion li.level0.active > a{
color:#2f2f2f !important;
}
.cat-label-1{
background-color:rgba(0, 0, 0, 0);
}
.cat-label-2{
background-color:rgba(0, 0, 0, 0);
}
.cat-label-3{
background-color:rgba(0, 0, 0, 0);
}
.cat-label-4{
background-color:rgba(0, 0, 0, 0);
}
.nav-mobile-accordion.nav-accordion li.level0 + li{
border-top:1px solid #dedede;
}
.nav-mobile-accordion.nav-accordion li.parent > span{
color:#494c53;
}
.nav-mobile-accordion.nav-accordion li.parent > span:hover{
color:#e43b54;
}
.nav-mobile-accordion.nav-accordion li > a{
color:#494c53;
}
.nav-mobile-accordion.nav-accordion li:hover > a,.nav-mobile-accordion.nav-accordion li.active > a{
color:#e43b54;
}
.nav-mobile-accordion.nav-accordion li li > a{
color:#42444b;
}
.nav-mobile-accordion.nav-accordion li li:hover > a,.nav-mobile-accordion.nav-accordion li li.active > a{
color:#e43b54;
}
.nav-mobile-accordion.nav-accordion > li:hover > a:before,.nav-mobile-accordion.nav-accordion > li:active > a:before,.nav-mobile-accordion.nav-accordion > li:focus > a:before,.nav-mobile-accordion.nav-accordion > li.active > a:before{
border-left-color:#e43b54;
}
.cloud-zoom-big{
border-color:#e3e3e3;
}
.product-options .swatch-link{
border:1px solid #d2d2d2;
}
li.selected .swatch-link{
border-color:#2f2f2f;
background:#2f2f2f;
color:#fff;
}
.not-available .swatch-link{
border-color:#595959;
background:#595959;
color:#fff;
}
.swatch-link .x{
border-top:1px solid #d2d2d2;
}
.currently .swatch-link:hover{
border-color:#2f2f2f;
}
.configurable-swatch-list .hover .swatch-link,.configurable-swatch-list .selected .swatch-link,.swatch-link:hover{
border-color:#2f2f2f;
}
.configurable-swatch-box .validation-advice{
background:#ef4646;
}
.post-item .post-thumbnail .post-date{
background-color:#0c0c0c;
}
.post-item .post-thumbnail .post-date:before{
border-left:3px solid #0c0c0c;
border-bottom:3px solid #0c0c0c;
}
.post-item .post-thumbnail .post-date:after{
border-top:3px solid #0c0c0c;
border-right:3px solid #0c0c0c;
}
.post-item .post-category{
color:#2f2f2f;
font-family:Lato;
}
.post-item .post-title a:hover,.post-item .post-title a:active,.post-item .post-title a:focus{
color:#2f2f2f;
}
.post-item .read-more{
color:#151515;
}
.post-item .read-more:hover{
color:#2f2f2f;
}
.postBookmarks .bm{
color:#707070;
}
.postBookmarks .bm:hover,.postBookmarks .bm:active,.postBookmarks .bm:focus{
color:#272727;
}
.post-meta .post-by span{
color:#2f2f2f;
}
.blog-detail .post-item{
border-bottom:1px solid #a6a6a6;
}
.block-tags ul.tags li a{
border:1px solid #d2d2d2;
color:#7a7a7a;
}
.block-tags ul.tags li a:hover,.block-tags ul.tags li a:active,.block-tags ul.tags li a:focus{
background-color:#2f2f2f;
border-color:#2f2f2f;
color:#fff;
}
.block-recent-post ul li .blog-info .post-title{
font-family:Lato;
}
.block-recent-post ul li .blog-info .post-title a:hover,.block-recent-post ul li .blog-info .post-title a:active,.block-recent-post ul li .blog-info .post-title a:focus{
color:#2f2f2f;
}
.comment-title{
color:#272727;
}
.comment-section{
border-bottom:1px solid #a6a6a6;
}
.commentWrapper h4.username{
color:#272727;
}
.commentWrapper .commentCreate{
color:#929292;
}
#postComment .legend{
color:#313131;
}
#postComment .fieldset p.required{
font-family:Lato;
}
.block-blog.block-layered-nav li{
border-bottom:1px solid #f3f3f3;
}
.block-blog.block-layered-nav li > a{
color:#a0a0a0;
}
.block-blog.block-layered-nav li > a:hover,.block-blog.block-layered-nav li > a:active,.block-blog.block-layered-nav li > a:focus{
background-color:#f5f5f5;
color:#a0a0a0;
}
.opc .section .step-title{
color:#121210;
border-bottom:1px solid #d2d2d2;
}
.opc .section .step-title h2{
font-size:18px;
}
.opc .section.active.allow{
border-bottom:1px solid #2f2f2f;
}
.opc .section.active.allow .step-title{
border-bottom-color:#2f2f2f;
}
.opc .step .sp-methods dt{
color:#121210;
}
.opc .step .data-table .price{
color:#2f2f2f;
}
ul#checkout-progress-state li{
background:#fff;
color:#121210;
}
ul#checkout-progress-state li.active{
background:#2f2f2f;
color:#fff;
}
.multiple-checkout form,.multiple-checkout table,.multiple-checkout .col3-set{
background:rgba(0, 0, 0, 0);
}
.multiple-checkout #multishipping-billing-form #payment-tool-tip{
background:#f5f5f5;
}
.multiple-checkout #checkout-review-submit .grand-total .price{
color:#2f2f2f;
}
.multiple-checkout > p{
background:#f5f5f5;
}
.data-table strong .price{
color:#2f2f2f;
}
.skrollr-desktop body{
height:100% !important;
}
.arw-parallax-slider .parallax-body .parallax-content-slider .content-slider .slider-button a:hover{
border-color:#2f2f2f;
background:#2f2f2f;
}
.arw-parallax-slider .parallax-body .parallax-content-slider .content-slider.style-1 .slider-title{
color:#fff;
}
.arw-parallax-slider .parallax-body .parallax-content-slider .content-slider.style-2 .slider-sub-title{
color:#dad1c8;
}
.arw-parallax-slider .parallax-body .parallax-content-slider .content-slider.style-2 .slider-title{
color:#fff;
}
.arw-parallax-slider .parallax-body .parallax-content-slider .content-slider.style-3 .slider-title{
color:#dad1c8;
}
.arw-parallax-slider .parallax-body .parallax-content-slider .content-slider.style-3 .slider-sub-title{
color:#dad1c8;
}
.parallax-dots a{
background:#cdcdcd;
}
.parallax-dots a span{
font-family:Lato;
color:#fff;
}
.parallax-dots a:hover,.parallax-dots a.active{
border:2px solid #fff;
background:transparent;
}
.dashboard .box-account .box-head{
color:#121210;
}
.dashboard .box-account > .col2-set > .box .box-title h3{
color:#121210;
}
.my-account .cart-cell .price{
color:#2f2f2f;
}
.my-account .product-review .product-img-box .label{
font-family:Lato;
}
.my-account .product-review .product-details dt{
color:#7a7a7a;
}
.my-account .product-review h2{
font-size:1.286em;
}
.my-account .my-tag-edit .btn-remove:hover{
color:#2f2f2f;
}
.my-account #my-tags-table .add-to-links a{
background:rgba(0, 0, 0, 0);
color:#fff;
}
.my-account #my-tags-table .add-to-links a:hover{
background:#2f2f2f;
}
.products-list .product-name a,.products-grid .product-name a{
color:#303030;
}
.products-list .product-name a:hover,.products-grid .product-name a:hover{
color:#e43b54;
}
.products-list .configurable-swatch-list span,.products-grid .configurable-swatch-list span{
border:1px solid #d2d2d2;
}
.products-grid .btn-cart{
background:#fff;
color:#343434;
border-color:#fff;
}
.products-grid .btn-cart:hover{
background:#fdfdfd;
color:#343434;
border-color:#fff;
}
.products-grid .link-wishlist{
background:#fff;
color:#343434;
border-color:#fff;
}
.products-grid .link-wishlist:hover{
background:#fdfdfd;
color:#343434;
border-color:#fff;
}
.products-grid .link-compare{
background:#fff;
color:#343434;
border-color:#fff;
}
.products-grid .link-compare:hover{
background:#fdfdfd;
border-color:#fff;
color:#343434;
}
.products-grid .link-quickview{
background:#fff;
color:#343434;
border-color:#fff;
}
.products-grid .link-quickview:hover{
background:#fdfdfd;
color:#343434;
border-color:#fff;
}
.products-grid .price-box .minimal-price .price,.products-grid .price-box .special-price .price,.products-grid .price-box .regular-price .price{
color:#303030;
}
.products-grid .price-box .price-from .price,.products-grid .price-box .price-to .price{
color:#303030;
}
.products-grid .availability span{
background:rgba(0, 0, 0, 0);
color:#303030;
border-color:#000;
}
.products-list li.item + li.item{
border-top:1px solid #e3e3e3;
}
.products-list .product-name a{
color:#303030;
}
.products-list .product-name a:hover{
color:#e43b54;
}
.products-list .price-box .special-price,.products-list .price-box .regular-price{
color:#303030;
}
.products-list .price-box .minimal-price .price,.products-list .price-box .price-from .price,.products-list .price-box .price-to .price{
color:#303030;
}
.products-list .btn-cart{
background:#fff;
color:#343434;
border-color:#fff;
}
.products-list .btn-cart:hover{
background:#fdfdfd;
color:#343434;
border-color:#fff;
}
.products-list .link-wishlist{
background:#fff;
color:#343434;
border-color:#fff;
}
.products-list .link-wishlist:hover{
background:#fdfdfd;
color:#343434;
border-color:#fff;
}
.products-list .link-compare{
background:#fff;
color:#343434;
border-color:#fff;
}
.products-list .link-compare:hover{
background:#fdfdfd;
color:#343434;
border-color:#fff;
}
.products-list .link-quickview{
background:#fff;
color:#343434;
border-color:#fff;
}
.products-list .link-quickview:hover{
background:#fdfdfd;
color:#343434;
border-color:#fff;
}
.catalog-category-view .main,.catalogsearch-result-index .main{
background-color:#f6f6f6;
}
.product-view .product-sku,.product-view .arw-product-attribute{
color:#2f2f2f;
}
.product-view .product-essential .prev-next a{
background-color:rgba(0, 0, 0, 0);
border:2px solid #505050;
color:#505050;
}
.product-view .product-essential .prev-next a:hover,.product-view .product-essential .prev-next a:active,.product-view .product-essential .prev-next a:focus{
background-color:#2f2f2f;
border-color:#2f2f2f;
color:#fff;
}
.product-view .product-essential .product-wrap-2:before{
border-top:1px solid #e3e3e3;
}
.product-view .product-essential .product-name{
color:#303030;
}
.product-view .product-essential .availability.in-stock span{
color:#63b369;
}
.product-view .product-essential .availability.out-of-stock span{
color:#ef4646;
}
.product-view .product-essential .rating-links,.product-view .product-essential .no-rating{
color:#7a7a7a;
}
.product-view .product-essential .btn-cart{
background:rgba(0, 0, 0, 0);
color:#3c3c3c;
border-color:#505050;
}
.product-view .product-essential .btn-cart:hover{
background:#2f2f2f;
color:#fff;
border-color:#2f2f2f;
}
.product-view .product-essential .link-wishlist{
background:#fff;
color:#343434;
border-color:#fff;
}
.product-view .product-essential .link-wishlist:hover{
background:#2f2f2f;
color:#fff;
border-color:#2f2f2f;
}
.product-view .product-essential .link-compare{
background:#fff;
color:#343434;
border-color:#fff;
}
.product-view .product-essential .link-compare:hover{
background:#2f2f2f;
color:#fff;
border-color:#2f2f2f;
}
.product-view .product-essential .full-product-price .price{
color:#303030;
}
.product-view .product-essential .price-box .special-price,.product-view .product-essential .price-box .regular-price{
color:#303030;
}
.product-view .product-essential .price-box .price-from .price,.product-view .product-essential .price-box .price-to .price{
color:#303030;
}
.product-view .product-essential .sharing-links li a{
color:#7a7a7a;
}
.product-view .product-essential .sharing-links li a:hover,.product-view .product-essential .sharing-links li a:focus,.product-view .product-essential .sharing-links li a:active{
color:#2f2f2f;
}
.product-view #product-options-wrapper select{
border-color:#fff;
color:#121210;
}
.product-review dt{
color:#121210;
margin-bottom:15px;
}
.product-collateral .box-tags h3{
border-bottom:1px solid #2f2f2f;
}
.product-shop .grouped-items-table .name-wrapper{
color:#7a7a7a;
}
.product-tabs-content a{
color:#a0a0a0;
}
.product-tabs-content a:hover{
color:#2f2f2f;
}
.product_details_tabs .product-tabs{
border-bottom:1px solid #fff;
border-top:1px solid #fff;
}
.product_details_tabs .product-tabs li > a{
color:#7a7a7a;
background:rgba(0, 0, 0, 0);
}
.product_details_tabs .product-tabs li.active > a:before{
border-bottom:3px solid #2f2f2f;
}
.product_details_tabs .product-tabs li.active a,.product_details_tabs .product-tabs li:hover a{
color:#2f2f2f;
background:rgba(0, 0, 0, 0);
}
.product_details_tabs .product-tabs-content{
color:#7a7a7a;
background:rgba(0, 0, 0, 0);
}
.product_details_tabs .product-tabs-content-inner .form-add > h2{
border-bottom:1px solid #2f2f2f;
}
.product_details_tabs .product-accordion-heading{
color:#7a7a7a;
background:rgba(0, 0, 0, 0);
border-color:#fff;
}
.product_details_tabs .product-accordion-heading.active,.product_details_tabs .product-accordion-heading:hover{
color:#2f2f2f;
background:rgba(0, 0, 0, 0);
}
.product_details_tabs.active_mode_accordion .product-accordion-heading.active + .product-tabs-content,.product_details_tabs.mode_accordion .product-accordion-heading.active + .product-tabs-content{
border-color:#fff;
border-bottom:1px solid #fff;
}
#customer-reviews dl dt{
color:#7a7a7a;
}
#customer-reviews dl dd strong{
color:#121210;
}
.block-message-cart .arw-services-box.active .service-title,.block-message-cart .arw-services-box.active .service-icon{
color:#2f2f2f;
}
.data-table.cart-table tbody tr{
border-bottom:1px solid #e3e3e3;
}
.cart-table .price{
color:#2f2f2f;
}
.cart-empty .no-item-msg{
font-family:Lato;
}
.cart-collaterals .discount .sp-methods dt,.cart-collaterals .shipping .sp-methods dt,.cart-collaterals .cart-totals .sp-methods dt{
color:#121210;
}
.cart-collaterals .cart-totals #shopping-cart-totals-table tbody tr{
border-bottom:1px solid #e3e3e3;
}
.cart-collaterals .cart-totals #shopping-cart-totals-table tfoot strong .price{
color:#2f2f2f;
font-size:18px;
}
.cart-collaterals .cart-totals .checkout-types li a{
color:#2f2f2f;
}
@media all and (min-width:992px){
.cart-collaterals .discount .input-text{
background-color:#fdfdfd;
border-color:#fdfdfd;
color:#c6c6c6;
font-family:Lato;
}
}
@media all and (min-width:768px){
.checkout-cart-index{
background:-moz-linear-gradient(0deg, #fff 50%, #f6f6f6 50%);
background:-webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #f6f6f6));
background:-webkit-linear-gradient(0deg, #fff 50%, #f6f6f6 50%);
background:-o-linear-gradient(0deg, #fff 50%, #f6f6f6 50%);
background:-ms-linear-gradient(0deg, #fff 50%, #f6f6f6 50%);
background:linear-gradient(90deg, #fff 50%, #f6f6f6 50%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1);
}
.checkout-cart-index .main,.checkout-cart-index .breadcrumb-container{
background-color:transparent;
}
.checkout-cart-index .header-container{
border-bottom:2px solid #f6f6f6;
}
}
.footer-container{
}
.body-stretched .container{
width :100% !important;
max-width:1170px;
}

/*
    Custom css
*/

#checkout-step-review #checkout-review-submit .buttons-set  {

    margin: 0 !important;
}


#checkout-review-table-wrapper .data-table {
    margin: 0 !important;
}
.product-view #product-options-wrapper select{border-color: #ef4646; }

.tax-details {
    display: block;
}

.product-view .product-essential .product-image #image {

    width: auto !important;
}
.cloud-zoom-gallery {

    opacity: 0.5;
}
.cloud-zoom-gallery.selected {

    opacity: 1 !important; ;
}

.header_top {
    position: relative;
    padding-top: 5px;
}
.form-language {
    position: absolute;
    right: 0;
}
.header-container .links li {
    display: inline-block !important;
    clear: none  !important;
    padding: 0 !important;
}

.top_text {
    text-align: center;
}

#checkout-payment-method-load dt.ppp.payone_creditcard label {

    background: url('/media/wysiwyg/cc-logo.png') 18px 15px no-repeat !important;
    padding: 20px 10px 20px 142px !important
}

.megamenu .parent .sub-wrapper {
    top: 150px !important;
}


@media (max-width: 1049px) {

    .form-language {
        position: relative;
        right: 0;
    }

    .form-language > div {

        text-align: center;
    }

    .header-container .links {
        text-align: center;
    }
}

.sidebar-menu .block-cart .item > a{
    display: none !important;
}


.sidebar-menu .block-cart .item .product-details
{
    padding-left: 0 !important;
    float: none !important;
    width: 100% !important;
}
.sidebar-menu h2 {
    text-transform: uppercase;
    color: #494c53;
    font-size: 1.143em;
    line-height: 20px;
    font-weight: 600;
    padding-top: 25px;
    border-top: 1px solid #dedede;
}
.sidebar-menu h2 a {
    color: #494c53 !important;
}
.sidebar-menu .block-cart .product-details .show-qty,
.sidebar-menu .block-cart .product-details .btn-remove,
.sidebar-menu .block-cart .product-details .btn-edit,
.sidebar-menu .block-cart .product-details .truncated
{
    display: none !important;
}



