.callforprice_tooltip {
    display: none;
    position: absolute;
    border: 1px solid;
    padding: 5px;
    background-color: white;
    min-height: 18px;
    min-width: 50px;
    z-index: 1000;
    text-align: center;
}

.products-grid .actions {
    position: relative;
    bottom: 0px;
}

.products-grid li.item {
    padding: 12px 10px 25px;
}

.callforprice_category_text img {
    margin: 0 auto;
}

/* Block hints */

.amfpc-block-info
{
    position:relative;
    border:1px dotted #008080;
    margin:6px 2px;
    padding:18px 2px 2px 2px;
    zoom: 1;
}

.amfpc-block-info:hover
{
    border-color: orange !important;
}

.amfpc-block-info>.amfpc-block-handle,
.amfpc-block-info>.amfpc-template-info
{
    position:absolute;
    top:0;
    padding:2px 5px;
    background:#008080;
    color:white;
    font:normal 11px Arial;
    text-align:left !important;
    z-index:998;
    text-transform: none;
}

.amfpc-block-info>.amfpc-block-handle:hover,
.amfpc-block-info>.amfpc-template-info:hover
{
    z-index:999;
}

.amfpc-block-info>.amfpc-block-handle
{
    cursor: default;
    left:0;
    white-space: nowrap;
}

.amfpc-block-info>.amfpc-template-info
{
    right:0;
}

.amfpc-block-info>.amfpc-block-handle:hover
{
    background-color: orange !important;
}

.amfpc-block-info.active
{
    -webkit-animation: amfpc-blocks 1s linear .5s infinite alternate;
    animation: amfpc-blocks 1s linear .5s infinite alternate;
}

@-webkit-keyframes amfpc-blocks {
    from {opacity: 1;}
    to {opacity: .1;}
}

@keyframes amfpc-blocks {
    from {opacity: 1;}
    to {opacity: .1;}
}

/* Updated blocks */

.amfpc-block-info.updated
{
    border-color: red;
}

.amfpc-block-info.updated>.amfpc-block-handle
{
    top:0;
    background:red;
}

/* Status popup */

.amfpc-info
{
    width: 350px;
    min-height: 95px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    background: #008080;
    color: #fff;
    z-index: 99999;
    font-size: 32px;
}

.amfpc-info h1
{
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 2px 5px;
    font-size: 14px;
    font-weight: bold;
}

.amfpc-info h2
{
    margin-top: 12px;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

.amfpc-info .amfpc-content
{
    line-height: 48px;
}
/**
* Giftvoucher reward template
*/
.dialog.giftcard-preview-template-dialog {
    left: 50% !important;
    margin-left: -330px !important;
}

.input-select.validation-failed {
    border-color: red;
}

span#giftvoucher_wait {
    color: #2F2F2F;
}

.giftvoucher-discount-code {
    color: #008000;
}

.giftvoucher-discount-code button {
    border: medium none;
    background: none repeat scroll 0 0 transparent;
}

.giftvoucher-discount-code button:hover {
    cursor: pointer;
}

.giftvoucher-media {
    border: 2px solid #F7F9F9;
}

.giftvoucher-media .giftmedia {
    border-bottom: 2px solid #F7F9F9;
    padding: 7px;
    color: #F18200;
    font-size: 15px;
}

#giftmedia pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.giftvoucher-media .giftmedia-image {
    overflow: hidden;
    width: 265px;
    position: relative;
}

.giftvoucher-product-info .giftvoucher-amount-desc, .giftvoucher-product-info #recipient_ship_desc {
    font-size: 0.9em;
    font-style: italic;
    color: #080;
    margin-top: -5px;
}

.giftvoucher-product-info #message {
    width: 100%;
    height: 88px;
}

.giftvoucher-product-info #recipient_address {
    width: 325px;
    height: 57px;
}

.giftvoucher-product-info #recipient_email,
.giftvoucher-product-info #recipient_name,
.giftvoucher-product-info #customer_name {
    width: 100%;
}

#giftvoucher-result {
    font-size: 15px;
}

#giftvoucher-result label {
    width: 160px;
}

/* Search Grid Style */
.data-table .giftvoucher-grid-title th {
    background-image: none;
    border-bottom: 1px solid #C2D3E0;
}

.data-table .giftvoucher-grid-search th {
    vertical-align: top;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item {
    padding-bottom: 2px;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .search-text {
    width: 97%;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .range-container {
    float: left;
    padding-bottom: 2px;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range {
    min-width: 121px;
    min-height: 18px;
    margin-bottom: 3px;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range .label {
    display: block;
    width: 36px;
    float: left;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range img {
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range input.range-text {
    float: right;
    width: 50px;
    padding: 1px;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item select {
    width: 100%;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .range-container .from-price,
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .range-container .to-price {
    min-width: 100px;
}

.giftvoucher-search-button {
    padding-bottom: 5px;
    text-align: right;
}

/* End Search */
.customer-account-giftcard .balance {
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 1px dotted black;
}

.customer-account-giftcard #giftvoucher_grid .gift-voucher-sent-friend {
    background-color: #F6B26B;
}

.customer-account-giftcard .account-balance {
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 1px dotted black;
}

/*Hai.Tran*/
.giftcard-preview-template-dialog .top,
.giftcard-preview-template-dialog .bot {
    display: none;
}

.giftcard-preview-template-dialog .dialog_e,
.giftcard-preview-template-dialog .dialog_w {
    width: 0;
}

.giftcard-preview-template-dialog .dialog_close {
    display: none;
}

.giftcard-preview-template-dialog .dialog_content {
    background-color: transparent !important;
    color: #2f2f2f !important;
    font: 12px/1.55 Arial, Helvetica, sans-serif;
}

.gift-active {
    border: 2px solid rgb(228, 121, 17) !important;
}

div.egcSwatch-arrow {
    /*    display: none;*/
    position: absolute;
    height: 11px;
    top: -2px;
    left: 1px;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    clear: both;
    /*    z-index: 10;*/
    background-image: url(https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/magestore/giftvoucher/down-arrow.png);
}

#giftcard-template-show-images:hover #giftcard-template-next {
    background-image: url(https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/magestore/giftvoucher/arrow-slide-right.png);
}

#giftcard-template-show-images:hover #giftcard-template-prev {
    background-image: url(https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/magestore/giftvoucher/arrow-slide-left.png);
}

/*#giftcard-template-next:hover{
    background-image: url(/../giftcard/skin/frontend/default/default/images/giftvoucher/arrow-slide-right.png);
}
#giftcard-template-prev:hover{
    background-image: url(/../giftcard/skin/frontend/default/default/images/giftvoucher/arrow-slide-left.png);
}*/
/** Media Library **/
.uploader .file-row {
    display: inline-block;
    width: 315px;
    padding: 0.3em 0.6em; /*margin:0.5em 0.6em;*/
    border: 1px solid #ccc;
    background-color: #f9f9f9; /*vertical-align:middle;*/
}

.uploader .file-row-narrow {
    width: auto;
    margin: 0 0 2px 40px;
}

.uploader .file-row .file-info {
    float: left;
}

/*.uploader .file-row .file-info-name { with: 80%; overflow: hidden; }
.uploader .file-row .file-info-size { width: 20%; }*/
.uploader .file-row-info {
    margin: 0 0 0 10px;
}

.uploader .file-row-info .file-info-name {
    font-weight: bold;
}

.uploader .file-row .progress-text {
    float: right;
    font-weight: bold;
}

.uploader .file-row .delete-button {
    float: right;
}

.uploader .buttons {
    float: left;
}

.uploader .flex {
    float: right;
}

.uploader .progress {
    border: 1px solid #f0e6b7;
    background-color: #feffcc;
}

.uploader .error {
    border: 1px solid #aa1717;
    background-color: #ffe6de;
}

.uploader .error .progress-text {
    padding-right: 10px;
}

.uploader .complete {
    border: 1px solid #90c898;
    background-color: #e5ffed;
}

#amount_range {
    width: 160px;
}

#popup-giftcard {
    position: fixed;
    z-index: 10000;
    width: 600px;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -200px;
    text-align: left;
}

#bg-fade {
    background: #000;
    position: absolute;
    z-index: 9999;
    width: 100%;
    min-height: 800px;
    float: left;
    top: 0;
    left: 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#giftvoucher-view-condition {
    float: left;
    clear: both;
}

#giftvoucher-view-condition:hover {
    text-decoration: none;
}

.calendar {
    z-index: 99999;
}

.calendar .button {
    display: table-cell;
}

/* stee */
.ajax-file-upload-progress {
    width: 95% !important;
}

.ajax-file-upload-green {
    display: none !important;
}

.ajax-file-upload-abort {
    display: none !important;
}

.ajax-file-upload-statusbar {
    width: 88% !important;
}

/****************************Template 02 _ top*************************************/

#giftcard-template-top {
    overflow: hidden;
    max-height: 550px;
    font-size: 14px;
    width: 100%;
    height: 365px;
}

#giftcard-template-top .giftcard-template-content {
    margin-left: 0px;
    padding: 0;
    position: relative;
}

#giftcard-template-top .giftcard-template-content-top, .giftcard-change-image-temp2 {
    height: 190px;
    background-color: #FFFFFF;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#giftcard-template-top .giftcard-template-content-temp2 {
    padding-top: 0px;
    background-repeat: repeat;
    background-size: 100%
}

.logo-title.logo-title-top {
    padding-left: 15px;
    float: left;
    height: 84px;
}

.logo-title.logo-title-top img {
    float: left;
    border-radius: 0px 0px 5px 5px;
    max-height: 70px;
    background-position: 15px 0px !important;
}

.name-value-top {
    float: left;
    width: 100%;
    background: url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/magestore/giftvoucher/bkg-title.png') no-repeat;
    background-size: 103% 105%;
    margin-top: 55px;
    height: 50px;
    position: absolute;
    bottom: 0;
}

.name-value-top .giftcard-title {
    float: left;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    margin-left: 15px;
    line-height: 48px;
    font-weight: 600;
}

#giftcard-template-top .giftcard-value {
    float: right;
    padding-left: 20px;
    background: url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/magestore/giftvoucher/bkg-value.png') no-repeat left center;
    height: 50px;
}

.name-value-top .giftcard-value .giftcard-text-color {
    float: left;
    font-size: 12px;
    padding-top: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.name-value-top .giftcard-value .giftcard-price-change {
    float: right;
    margin-left: 15px;
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.name-value-top .value-price span {
    margin-right: 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 12px;
    margin-top: -3px;
}

.name-value-top .giftcard-value .giftcard-price-change .price {
    margin-right: 10px;
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
}

.giftcard-date-top {
    width: 59%;
    float: left;
    padding-top: 10px;
}

.giftcard-date-top .giftcard-from-to {
    float: left;
    font-size: 16px;
    color: #636363 !important;
    font-family: 'Open Sans', sans-serif;
    margin-left: 15px;
}

.giftcard-date-top .giftcard-from-to .giftcard-from {
    float: left;
    max-height: 25px;
}

.giftcard-date-top .giftcard-from-to .giftcard-text-color,
.giftcard-date-top .giftcard-from-to .giftcard-style-color {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.giftcard-information {
    float: left;
    clear: both;
    width: 342px;
    margin-top: 8px;
    margin-left: 15px;
}

.giftcard-date-top .giftcard-barcode {
    float: right;
    text-align: right;
    padding-right: 15px;
}

.giftcard-date-top span.giftcard-barcode img {
    max-width: 100%;
    float: right;
    height: 40px;
}

.giftcard-date-top .giftcard-barcode {
    padding-right: 15px;
    margin-top: -10px;
}

.giftcard-date-top .giftcard-from-to .giftcard-style-color {
    color: orange;
    font-size: 16px
}

.giftcard-date-top .giftcard-to {
    margin-left: 0px;
    max-height: 25px;
    float: left;
    clear: both;
}

.giftcard-date-top .giftcard-number .giftcard-style-color {
    color: orange;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    line-height: 30px;
}

.name-value-top .value-price {
    float: right;
    line-height: 55px;
}

.giftcard-date-top .giftcard-message {
    padding: 6px;
    padding-bottom: 14px;
    padding-top: 3px;
    height: 80px;
    vertical-align: middle;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #cecece;
    text-align: left;
}

.barcode-note .giftcard-code {
    float: right;
    margin-right: 15px;
}

.barcode-note .barcode {
    text-align: right;
    float: right;
    width: 158px;
    height: 40px;
}

.barcode-note .barcode img {
    height: 40px;
    max-width: 100%;
    float: right;
}

.giftcard-date-top .giftcard-custom-message {
    margin: 0;
    white-space: pre-wrap;
    max-height: 85px;
    overflow: hidden;
    font-size: 11px;
}

.barcode-note .giftcard-note {
    margin-top: 5px;
    float: right;
    width: 215px;
    text-align: right;
    overflow: hidden;
    height: 90px;
    position: absolute;
    bottom: 10px;
}

.barcode-note .giftcard-note .giftcard-text-color {
    font-size: 12px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

#timezone_to_send {
    visibility: visible !important;
}

#giftcard-template-top .giftcard-template-content-top.giftcard-change-image-temp2 {
    width: 100% !important;
    position: relative;
}

#giftcard-template-top .giftcard-template-content {
    width: 100%;
    background-size: 100% auto !important;
    float: left;
    height: 175px;
}

#giftcard-template-top .giftcard-title-top {
    width: 100%;
    position: relative;
}

.hidden-giftcard-content-temp2 .giftcard-barcode-value {
    height: 30px !important
}

#giftcard-template-top .title {
    width: 60% !important;
}

#giftcard-template-top .barcode-note {
    width: 230px;
    float: right;
    margin-top: 5px;
    position: relative;
    height: 170px;
}

#giftcard-template-top .giftcard-value-bottom {
    display: none
}

/*---Detail Template 3---*/
@import url(//fonts.googleapis.com/css?family=Open+Sans:600italic,300,700,400,600);
#giftcard-template-back .giftcard-template-content {
    display: none;
    height: 0px
}

.title-value.giftcard-logo-background {
    float: left;
    width: 100%;
    background: url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/magestore/giftvoucher/bkg-title.png') no-repeat;
    height: 50px;
    background-size: 100%;
}

.giftcard-logo-background .giftcard-value-color {
    float: right;
    background: url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/magestore/giftvoucher/bkg-value.png') no-repeat left center;
    height: 50px;
    text-align: right;
    padding-right: 15px;
    padding-left: 20px;
    line-height: 48px;
}

.from-to-barcode-background {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.giftcard-change-image-background-popup .giftcard-logo {
    float: left;
    height: 84px;
    margin-left: 15px;
}

.giftcard-change-image-background-popup .giftcard-logo img {
    margin-bottom: 15px;
    border-radius: 0px 0px 5px 5px;
    max-height: 70px;
    float: left;
}

.giftcard-logo-background .giftcard-text-color {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding-right: 10px;
}

.giftcard-logo-background .giftcard-style-color.giftcard-price-change {
    font-size: 26px;
    margin-top: 6px;
}

.giftcard-logo-background .giftcard-style-color.giftcard-price-change .price {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    float: right;
    line-height: 52px;
}

.giftcard-logo-background .giftcard-title {
    float: left;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    margin-left: 15px;
    line-height: 52px;
    font-weight: 600;
}

.from-to-barcode-background .from-to {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    float: left;
    margin-left: 15px;
}

.from-to-barcode-background .from-to .giftcard-form {
    float: left;
    text-align: left;
    margin-top: 10px;
}

.from-to-barcode-background .from-to .giftcard-to {
    float: left;
    text-align: left;
    clear: both;
}

.giftcard-text {
    height: 90px;
}

.from-to-barcode-background span img {
    height: 40px;
    max-width: 100%;
}

.from-to-barcode-background .from-to .giftcard-text-color {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.from-to-barcode-background .from-to .giftcard-style-color {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.giftcard-box-background {
    overflow: hidden;
    width: 95%;
    margin: 0 auto;
}

.giftcard-box-background .giftcard-text-box {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 0;
    padding-bottom: 10px;
    padding-top: 3px;
    display: table-cell;
    vertical-align: middle;
}

.giftcard-box-background .giftcard-text-color.giftcard-custom-message {
    margin: 0;
    white-space: pre-wrap;
    max-height: 85px;
    overflow: hidden;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    padding: 0px 5px;
    color: black !important;
}

.from-to-barcode-background .giftcard-barcode {
    float: right;
    margin-right: 15px;
}

.from-to-barcode-background .giftcard-barcode .giftcard-style-color {
    color: orange;
    font-weight: bold;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

.from-to-barcode-background .giftcard-barcode .giftcard-style-color {
    font-size: 14px;
    line-height: 30px;
    color: orange;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}

.giftcard-note-background {
/ / margin-top : 8 px;
    float: left;
    box-sizing: content-box;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    margin-top: 8px;
    height: 30px
}

.giftcard-note-background .form-note {
    width: 100%;
    margin: 0 auto;
}

.giftcard-note-background .giftcard-text-color {
    font-size: 12px;
    line-height: 15px;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    padding: 0 15px;
    font-weight: 600;
    max-height: 33px;
    overflow: hidden;
}

#giftcard-template-back {
    width: 100%;
    float: left;
    position: relative
}

#giftcard-template-back .giftcard-change-image-background-popup {
    width: 100%;

    top: 0%;
}

.giftcard-box-background .giftcard-text-box {
    display: inherit !important;
    background-size: 100% !important;
    width: 100% !important;
    height: 98px;
    text-align: left;
}

.giftcard-box-background {
    width: 93% !important;
    height: 95px;
    padding: 5px 3%;
    margin-top: 0px !important;
    box-sizing: content-box;
    float: left;
}

.from-to-barcode-background .giftcard-number {
    float: right;
    text-align: right;
}

.from-to-barcode-background .giftcard-barcode span.barcode {
    float: right;
}

/*****template 03 width devices*******/
.giftcard-change-image-background-popup img#img-type-background {
    position: relative;
    top: 0;
    z-index: 10;
    left: 0;
}

#giftcard-template-back img#img-type-background {
    width: 100%
}

#giftcard-preview-template img#img-type-background {
    width: 100%
}

#giftcard-preview-template #giftcard-preview-template-content .giftcard-change-image-background-popup.giftcard-change-image {
    width: 100% !important;
    top: 0%;
    position: absolute;
}

.giftcard-product-media {
    float: Left;
    width: 600px;
    height: 365px;
    transform-origin: top left;
    -webkit-transform-origin: top left;
}

.product-img-box {
/ / overflow : hidden \0;
}

#close-popup-giftcard {
    background: url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/images/giftvoucher/close.png') no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -25px;
    right: -25px;
}

#giftcard-preview-template-content {
    float: left;
    width: 100%;
    overflow: hidden;
}

/****************************Template 01 _ left*************************************/
.giftvoucher-product-info {
    overflow: hidden
}

#giftcard-template-left {
    overflow: hidden;
    width: 655px;
    font-size: 14px;
    float: left;
    background-size: 100% 100%;
}

#giftcard-preview-template .giftcard_value-color .giftcard-text-color {
    padding-right: 10px;
    margin-top: 15px;
}

/*#giftcard-preview-template-content {float: left;overflow: hidden;}*/
.dialog.giftcard-preview-template-dialog .dialog_e {
    background: none;
}

.giftcard-template-content-left, .giftcard-change-image {
    width: 275px;
    height: 365px;
    display: block;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 275px 400px;
}

.logo1 {
    width: 100%;
    height: 50px;
    margin-top: -7px;
}

#giftcard-template-left .giftcard-title {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-top: 10px !important;
    margin-left: 10px !important;
}

.giftcard-from {
    margin-right: 15px;
    overflow: hidden;
    display: table-cell;
    float: left;
    margin-bottom: 5px;
}

.giftcard-from-to .giftcard-style-color {
    color: orange;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.giftcard-to {
    max-height: 25px;
}

.giftcard-box {
    overflow: hidden;
    margin-top: 10px;
}

.giftcard-box .giftcard-text-box {
    display: block;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 0 6px;
    height: 90px;
    vertical-align: middle;
    background: #fff;
    margin-top: 10px;
    text-align: left;
}

.giftcard_value .giftcard-text-color {
    float: left;
    padding-right: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

#giftcard-preview-template .giftcard-template-content .giftcard_value .giftcard-text-color {
    padding-right: 10px;
    margin-top: 10px;
}

.giftcard_value .giftcard-style-color {
    float: left;
    clear: both;
}

.giftcard_value .giftcard-style-color .price {
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    /* color: orange; */
    font-weight: bold;
}

.giftcard-number {
    width: 100%;
    float: right;
    text-align: right;
    margin-bottom: 5px;
}

.giftcard-number .giftcard-style-color {
    color: orange;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}

.giftcard-custom-message {
    margin: 0;
    white-space: pre-wrap;
    max-height: 85px;
    overflow: hidden;
    font-size: 11px;
}

.giftcard-barcode .giftcard-style-color {
    font-size: 14px;
    color: orange;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}

.giftcard-text {
    overflow: hidden;
    vertical-align: bottom;
    height: 70px;
}

.giftcard-text .giftcard-text-color {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: left;
}

#giftcard-template-show-images .gift-active {
    overflow: hidden
}

#giftcard-template-show-images .gift-active img {
    display: inline;
}

/******************Detail giftcard by Crystal****************/
#giftcard-template-left .giftcard-template-content {
    background-position: 0;
    background-size: 100%;
    width: 350px;
    display: block;
    margin-left: 0;
    float: right;
    height: 365px;
    background-repeat: repeat;
    box-sizing: content-box;
}

#giftcard-template-left .giftcard-logo div {
    width: 100% !important;
    margin-top: -7px !important;
    background-size: 80% 50px !important;
}

#giftcard-template-left .giftcard-from-to .giftcard-text-color {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
}

#giftcard-template-left {
    width: 100% !important
}

#giftcard-template-left .giftcard-change-image {
    width: 250px;
    background-position: inherit !important;
    background-size: 100% 100% !important;
    height: 365px;
    padding-bottom: 0;
    position: relative;
}

.giftcard-change-image img {
    height: 63px;
    max-width: 100%;
    display: inline;
}

.giftcard-change-image img#img-type-left {
    position: relative;
    top: 0;
    z-index: 10;
    left: 0;
}

.giftcard-template-content-left .giftcard-logo {
    position: absolute;
    top: 280px;
    text-align: center;
    width: 100%;
}

/*#giftcard-template-left .giftcard-template-content div {width: 100% !important; float: left;}*/
#giftcard-template-left .giftcard-template-content div.giftcard-style-color {
    margin: 15px 10px 0 15px;
    text-align: left;
}

#giftcard-template-left .giftcard-template-content div.giftcard_value {
    float: left;
}

#giftcard-template-left .giftcard-template-content div.giftcard-code {
    float: right;
    width: 200px;
    margin-top: -5px;
}

#giftcard-template-left .giftcard-template-content .value-barcode {
    width: 320px;
    float: left;
    margin: 15px;
    margin-bottom: 10px;
}

#giftcard-template-left .giftcard-template-content div.giftcard-from-to,
#giftcard-template-left .giftcard-template-content div.giftcard-box,
#giftcard-template-left .giftcard-template-content div.giftcard-text {
    width: 320px;
    float: left;
    margin: 0 15px;
}

#giftcard-template-left .giftcard-barcode {
    float: right;
    width: 177px;
    text-align: right;
}

#giftcard-template-left .giftcard-barcode img {
    float: right;
    max-width: 100%;
    height: 40px;
}

#giftcard-template-left .giftcard-to {
    float: left;
    clear: both;
    margin-left: 0px;
}

#giftcard-template-show-images {
    overflow: hidden;
    position: relative;
    height: 60px;
}

#giftcard-template-show-images .images-for-slide {
    float: left;
    position: absolute;
    height: 60px;
    left: 0;
}

.giftcard-template-control {
    z-index: 10;
    position: absolute;
    top: 10px;
    width: 27px;
    height: 31px;
    background: url("https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/magestore/giftvoucher/icon-nav.png") left 1px no-repeat transparent;
    text-decoration: none !important;
    outline: none !important;
}

#giftcard-template-prev {
    left: 0;
}

#giftcard-template-next {
    right: 0;
    background: url("https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/magestore/giftvoucher/icon-nav.png") left -41px no-repeat transparent;
}

/***************checkout cart by Sally***************/
.gift-card .discount {
    display: inline-block;
    width: 100%;
}

.gift-card .discount .form-group label {
    display: inline;
}

.discount .giftvoucher #giftvoucher {
    position: relative;
    margin-right: -33px;
    margin-top: 10px;
    margin-left: 15px;
}

.giftcard_change img {
    display: inline;
}

/*************shopping cart by Sally*************/
.discount .giftvoucher #giftvoucher {
    position: relative;
    margin-right: 0px;
    margin-top: -1px;
    margin-left: 0px;
}

.giftvoucher-discount-code img {
    display: inline
}

/************my account by Sally***********/
.gift-card .table .col-xs-12 .label {
    float: left;
    margin-bottom: 5px;
}

.gift-card .table .col-xs-12 .v-middle {
    float: left;
    margin-top: 3px;
    margin-left: 3px;
}

/***********View giftcard*************/
#giftcard_history_table .item-hidden {
    display: none;
}

.giftvoucher-index-email .form-list li {
    width: 100%;
    float: left;
}

/******History balance*******/

.dialog.giftcard-preview-template-dialog .dialog_w {
    background: none;
}

/*---End Detail Popup Template 1---*/
.gift-card .sub-title {
    font-size: 17px;
    text-transform: none;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
}

.gift-card label em {
    color: red;
    font-weight: normal;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
}

/***********End Detail Popup Template 3*************/

/******************Send email***************/

.giftvoucher-product-info .giftcard-date-box img {
    display: inline;
    vertical-align: middle;
}

.giftvoucher-product-info .giftcard-date-box input.validate-date-giftcard {
    float: left;
    margin-right: 3px;
}

.giftcard-date-box button span {
    padding-left: 0 !important
}

.giftvoucher-receiver {
    float: left;
    clear: both;
    padding-bottom: 20px;
    width: 100%
}

.giftvoucher-product-info .validation-advice {
    float: left;
    clear: both;
}

.recipient_email,
.message,
.recipient_ship_form {
    float: left;
    clear: both;
}

/******************End***********************/
/***************checkout cart by Sally***************/
.fieldset .giftvoucher #giftvoucher {
    position: relative;
    margin-right: -33px;
    margin-top: 10px;
    margin-left: 15px;
}

.giftcard_change img {
    display: inline;
}

.fieldset .giftvoucher_credit #giftvoucher_credit {
    position: relative;
    margin-right: -33px;
    margin-top: 10px;
    margin-left: 15px;
}

.fieldset #giftvoucher_container {
    float: left;
    padding-bottom: 12px;
    width: 100% !important;
}

.fieldset .sp-methods {
    float: left;
    clear: both;
    width: 100% !important;
}

.credit_input img {
    display: inline;
}

.credit_input .input-text {
    width: 68px !important;
}

.notice-msg li {
    font-weight: 700;
}

.giftvoucher-index-index .pager {
    margin-top: 7px;
}

/*************shopping cart by Sally*************/
.discount-form.giftvoucher #giftvoucher {
    position: relative;
    margin-right: 5px;
    margin-top: 5px;
    margin-left: 0px;
}

.discount-form .giftvoucher_credit #giftvoucher_credit {
    position: relative;
    margin-right: 5px;
    margin-left: 0px;
    float: left
}

.giftvoucher-discount-code img {
    display: inline;
}

dd#giftcard_shoppingcart_apply, dd.giftvoucher li, dt.giftvoucher, dt.giftvoucher_credit, dd.giftvoucher-credit, li.giftvoucher-discount-code strong {
    margin: 5px 0;
}

#payment_form_giftvoucher_credit #gift_credit_message {
    float: left;
    width: 100%;
}

li.giftvoucher-discount-code strong {
    float: none;
}

.giftcard-code-hidden {
    display: none;
}

/* ----- Simple template ------ */
#giftcard-template-simple {
    width: 600px;
    float: left;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ddd;
}

#giftcard-template-simple .simple-top {

    padding: 6px 6px 10px;
    float: left;
    width: 100%;

}

.giftcard-template-content-simple {
    float: left;
    width: 100%;
    height: 310px;
}

#giftcard-template-simple .simple-content-top {
    margin: 0;
}

.simple-content-top .simple-logo {
    min-height: 85px;
    display: flex;
}

#giftcard-template-simple img {
    margin: auto;
}

.simple-bottom {
    float: left;
    width: 100%;
    padding: 6px;
    border-top: 1px solid #ddd;
    min-height: 90px;
}

.two-border {
    border-left: 1px solid #ddd;
    border-right: 1px solid #dddddd;
}

.no-right {
    border-left: 1px solid #ddd;
}

.giftcard-number .giftcard-style-color {
    font-size: 16px;
}

.value-price .giftcard-text-color {
    font-size: 36px;
    line-height: 1;
}

.simple-barcode img {
    height: 35px;
    margin: auto;
}

.simple-content-top .simple-logo img {
    max-height: 100px;
    max-width: 100%;
}

#giftcard-template-simple .form-group.giftcard-value,
#giftcard-template-simple .form-group.giftcard-number {
    margin: 5px 0;
}

.simple-bottom .giftcard-custom-message {
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px;
    font-size: 14px;
    color: #444;
    line-height: 18px;
}

#giftcard-template-simple .giftcard-template-content-simple {
    background-size: 100% auto;
}

#giftcard-template-simple .logo-title {
    padding: 0;
    float: none;
    height: auto;
}

#giftcard-template-simple img {
    display: inline;
    max-height: 90px;
    max-width: 180px;
}

#giftcard-template-simple .simple-barcode {
    min-height: 85px;
    display: flex;
}

#giftcard-template-simple .simple-content-top .col-xs-4, #giftcard-template-simple .simple-content-top .col-xs-6 {
    height: 90px;
}

#giftcard-template-simple .giftcard-number .giftcard-style-color {
    font-style: normal;
}

#giftcard-template-simple .giftcard-change-image {
    background-size: 100%;
}

/* ------ END -------- */
@media (max-width: 1199px) {
    /**********add giftcard************/
    #gift-voucher-code {
        width: 65% !important;
    }
}

/**********add giftcard by Sally************/
#gift-voucher-code {
    width: 90% !important;
}

#giftcard-template-left .giftcard-template-content .hidden-giftcard {
    height: 65px !important;
}

#giftcard-template-left .hidden-content {
    height: auto
}

@media (max-width: 990px) {
    /************my account***********/
    /*view giftcard*/
    /**********check giftcard************/

}

@media (max-width: 880px) {
    /************my account***********/
    /**********add giftcard************/
    #gift-voucher-code {
        width: 100% !important;
    }
}

@media only screen and (max-width: 770px) {
    /************my account by Sally***********/
    /**********add giftcard by Sally************/
    .col-main .giftvoucher-fieldset .input-box input[type=text] {
        width: 365px !important;
    }
}

@media (max-width: 640px) {
    /************my account by Sally***********/

}

@media (max-width: 533px) {
    /**********add giftcard by Sally************/

    #addredeem-giftvoucher-code .buttons-set button.button {
        float: right !important;
        width: 40%;
    }
}

@media (max-width: 440px) {
    /**********check giftcard by Sally************/
    .page-title h1 {
        font-size: 18px !important;
    }

    /* My account */
    .balance .button {
        float: none !important;
        width: 185px !important;
    }

    .giftvoucher-search-button {
        text-align: left !important;
    }

    /*my account*/
    #giftvoucher_grid-gift_code {
        width: 65px !important;
        margin-left: 70px;
    }
}

@media (max-width: 420px) {
    /***************checkout cart by Sally***************/
    .giftcard {
        display: block;
    }
}

/*!
 * 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';src:url(https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/fonts/glyphicons-halflings-regular.eot);src:url(https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/fonts/glyphicons-halflings-regular.woff) format('woff'),url(https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/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}}
@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.hinge-05 {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

.animated.hinge-10 {
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
}

.animated.hinge-15 {
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
}

.animated.hinge-20 {
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
}

.animated.hinge-25 {
    -webkit-animation-duration: 25s;
    animation-duration: 25s;
}

.animated.hinge-30 {
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
}

.animated.hinge-35 {
    -webkit-animation-duration: 35s;
    animation-duration: 35s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    -ms-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    -ms-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    -ms-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    -ms-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    -ms-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    -ms-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

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

  100% {
    opacity: 0;
  }
}

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

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    -ms-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

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

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

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

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}


@keyframes slideBackgroundTopBottom {
    0% {
        background-position: top;
    }

    50% {
        background-position: bottom;
    }

    100% {
        background-position: top;
    }
}
@-webkit-keyframes slideBackgroundTopBottom {
    0% {
        background-position: top;
    }

    50% {
        background-position: bottom;
    }

    100% {
        background-position: top;
    }
}

.slideBackgroundTopBottom {
    -webkit-animation-name: slideBackgroundTopBottom;
    animation-name: slideBackgroundTopBottom;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
[class*='owl'].disabled {
    display: none!important;
}

.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-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    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;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: hand;
    -webkit-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-item {
    position: relative;
    min-height: 1px;
    float: left;
    background-color: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.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;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-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);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    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;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffab00;
}

@media (max-width: 767px) {
    .owl-dots {
        display: none;
    }
}

.carousel .owl-carousel {
    width: 100%;
    margin: 0 auto;
}

/* carousel controls */

.carousel .carousel-controls {
    position: absolute;
    z-index: 991;
    display: block!important;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5%;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.carousel:hover .carousel-controls,
.section-products:hover .carousel-controls {
    opacity: 1;
}

.carousel .carousel-controls.next {
    right: 0;
    left: auto;
}

.carousel .carousel-controls > i {
    font-size: 34px;
    position: absolute;
    display: inline-block;
    z-index: 99;
    left: 50%;
    top: 50%;
    margin-top: -17px;
    margin-left: -9px;
    cursor: pointer;
    height: 34px;
    opacity: 0.8;
    color: #f07c22;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.carousel .carousel-controls:hover > i {
    opacity: 1;
}

/**/
@font-face {
    font-family: 'FontAwesome';
    src: url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.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 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #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-pp:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-genderless:before {
    content: "\f22d";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-sticky-note-o:before {
    content: "\f24a";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-hourglass-o:before {
    content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}
.fa-hand-scissors-o:before {
    content: "\f257";
}
.fa-hand-lizard-o:before {
    content: "\f258";
}
.fa-hand-spock-o:before {
    content: "\f259";
}
.fa-hand-pointer-o:before {
    content: "\f25a";
}
.fa-hand-peace-o:before {
    content: "\f25b";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-safari:before {
    content: "\f267";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-calendar-plus-o:before {
    content: "\f271";
}
.fa-calendar-minus-o:before {
    content: "\f272";
}
.fa-calendar-times-o:before {
    content: "\f273";
}
.fa-calendar-check-o:before {
    content: "\f274";
}
.fa-industry:before {
    content: "\f275";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-map-o:before {
    content: "\f278";
}
.fa-map:before {
    content: "\f279";
}
.fa-commenting:before {
    content: "\f27a";
}
.fa-commenting-o:before {
    content: "\f27b";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-vimeo:before {
    content: "\f27d";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-fonticons:before {
    content: "\f280";
}
.fa-reddit-alien:before {
    content: "\f281";
}
.fa-edge:before {
    content: "\f282";
}
.fa-credit-card-alt:before {
    content: "\f283";
}
.fa-codiepie:before {
    content: "\f284";
}
.fa-modx:before {
    content: "\f285";
}
.fa-fort-awesome:before {
    content: "\f286";
}
.fa-usb:before {
    content: "\f287";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-mixcloud:before {
    content: "\f289";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-pause-circle:before {
    content: "\f28b";
}
.fa-pause-circle-o:before {
    content: "\f28c";
}
.fa-stop-circle:before {
    content: "\f28d";
}
.fa-stop-circle-o:before {
    content: "\f28e";
}
.fa-shopping-bag:before {
    content: "\f290";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-hashtag:before {
    content: "\f292";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-percent:before {
    content: "\f295";
}
.fa-gitlab:before {
    content: "\f296";
}
.fa-wpbeginner:before {
    content: "\f297";
}
.fa-wpforms:before {
    content: "\f298";
}
.fa-envira:before {
    content: "\f299";
}
.fa-universal-access:before {
    content: "\f29a";
}
.fa-wheelchair-alt:before {
    content: "\f29b";
}
.fa-question-circle-o:before {
    content: "\f29c";
}
.fa-blind:before {
    content: "\f29d";
}
.fa-audio-description:before {
    content: "\f29e";
}
.fa-volume-control-phone:before {
    content: "\f2a0";
}
.fa-braille:before {
    content: "\f2a1";
}
.fa-assistive-listening-systems:before {
    content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-glide-g:before {
    content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}
.fa-low-vision:before {
    content: "\f2a8";
}
.fa-viadeo:before {
    content: "\f2a9";
}
.fa-viadeo-square:before {
    content: "\f2aa";
}
.fa-snapchat:before {
    content: "\f2ab";
}
.fa-snapchat-ghost:before {
    content: "\f2ac";
}
.fa-snapchat-square:before {
    content: "\f2ad";
}
.fa-pied-piper:before {
    content: "\f2ae";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-yoast:before {
    content: "\f2b1";
}
.fa-themeisle:before {
    content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}
@font-face {
    font-family: 'FontAwesome';
    src: url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNextLTPro-Regular';
    src: url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),  url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/fonts/AvenirNextLTPro-Regular.otf')  format('opentype'),
    url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/fonts/AvenirNextLTPro-Regular.woff') format('woff'), url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/fonts/AvenirNextLTPro-Regular.ttf')  format('truetype'), url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/fonts/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNextLTPro-Bold';
    src: url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/fonts/AvenirNextLTPro-Bold.eot?#iefix') format('embedded-opentype'),  url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/fonts/AvenirNextLTPro-Bold.otf')  format('opentype'),
    url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/fonts/AvenirNextLTPro-Bold.woff') format('woff'), url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/fonts/AvenirNextLTPro-Bold.ttf')  format('truetype'), url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/fonts/AvenirNextLTPro-Bold.svg#AvenirNextLTPro-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNextLTPro-Demi';
    src: url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/fonts/AvenirNextLTPro-Demi.eot?#iefix') format('embedded-opentype'),  url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/fonts/AvenirNextLTPro-Demi.otf')  format('opentype'),
    url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/fonts/AvenirNextLTPro-Demi.woff') format('woff'), url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/fonts/AvenirNextLTPro-Demi.ttf')  format('truetype'), url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/fonts/AvenirNextLTPro-Demi.svg#AvenirNextLTPro-Demi') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Noir-Regular';
    src: url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/fonts/Noir-Regular.eot?#iefix') format('embedded-opentype'),  url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/fonts/Noir-Regular.otf')  format('opentype'),
    url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/fonts/Noir-Regular.woff') format('woff'), url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/fonts/Noir-Regular.ttf')  format('truetype'), url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/fonts/Noir-Regular.svg#Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Noir-Medium';
    src: url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/fonts/Noir-Medium.eot?#iefix') format('embedded-opentype'),  url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/fonts/Noir-Medium.otf')  format('opentype'),
    url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/fonts/Noir-Medium.woff') format('woff'), url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/fonts/Noir-Medium.ttf')  format('truetype'), url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/fonts/Noir-Medium.svg#Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}


.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffab00;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@font-face {
    font-family: 'youdoitelectronics';
    src:  url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/fonts/youdoitelectronics.eot?ntqb5v');
    src:  url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/fonts/youdoitelectronics.eot?ntqb5v#iefix') format('embedded-opentype'),
    url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/fonts/youdoitelectronics.ttf?ntqb5v') format('truetype'),
    url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/fonts/youdoitelectronics.woff?ntqb5v') format('woff'),
    url('https://www.youdoitelectronics.com/skin/frontend/youdoitelectronics/default/css/fonts/youdoitelectronics.svg?ntqb5v#youdoitelectronics') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"],
[type=checkbox] + label:before,
[type=checkbox] + a:before,
[type=radio] + label:before,
[type=radio] + a:before,
[type=radio] + .label > label:before,
.back-link > a:before,
.form-search .button:before,
.add-to-links a:before,
.social-likes > li .social-likes__icon:before,
.navbar .dropdown > a:before,
.accordion .panel-heading .panel-title > a:before,
.btn[data-toggle="collapse"]:before,
.tabpanel .panel-heading .panel-title > a:before,
.opc-wrapper-opc h3 > span:before,
a[href*='paypal']:before,
a[href*='amazon']:before,
.button.btn-cart > span:before,
.link-print:before,
.banners.banners-index-banners .owl-nav > .owl-prev:before,
.banners.banners-index-banners .owl-nav > .owl-next:before,
.button.btn-notify > span:before,
.availability.in-stock > span:before,
.availability.out-of-stock > span:before,
.social-likes .social-likes__icon:before,
.changelink a:before,
.opc-block-progress dt.complete:after,
.tool-tip .btn-close:before,
.link-wishlist-edit:before,
#select_store_pickup:before,
.col-main .std > .messages > li:before {
    font-family: 'youdoitelectronics';
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffab00;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.icon-location:before {
    content: "\e924";
}
.icon-close3:before {
    content: "\e923";
}
.icon-head {
    font-family: 'Noir-Regular';
    display: block;
}
.icon-compare-active:before {
    content: "\e921";
}
.icon-wishlist-active:before {
    content: "\e922";
}
.icon-compare-active:before {
    content: "\e900";
}
.icon-wishlist-active:before {
    content: "\e901";
}
.icon-email2:before {
    content: "\e91f";
}
.icon-checked:before {
    content: "\e916";
}
.icon-close:before {
    content: "\e90f";
}
.icon-notify:before {
    content: "\e91e";
}
.icon-remove:before {
    content: "\e91d";
}
.icon-email:before {
    content: "\e915";
}
.icon-compare:before {
    content: "\e900";
}
.icon-search:before {
    content: "\e901";
}
.icon-user:before {
    content: "\e902";
}
.icon-home:before {
    content: "\e903";
}
.icon-phone:before {
    content: "\e904";
}
.icon-right:before {
    content: "\e905";
}
.icon-quick-view:before {
    content: "\e906";
}
.icon-wishlist:before {
    content: "\e907";
}
.icon-facebook:before {
    content: "\e908";
}
.icon-foursquare:before {
    content: "\e909";
}
.icon-youtube:before {
    content: "\e90a";
}
.icon-twitter:before {
    content: "\e90b";
}
.icon-left:before {
    content: "\e90c";
}
.icon-star:before {
    content: "\e90d";
}
.icon-cart:before {
    content: "\e90e";
}
.icon-edit:before {
    content: "\e910";
}
.icon-list:before {
    content: "\e911";
}
.icon-grid:before {
    content: "\e912";
}
.icon-arrow-down:before {
    content: "\e913";
}
.icon-arrow-up:before {
    content: "\e914";
}
.icon-filter:before {
    content: "\e917";
}
.icon-print:before {
    content: "\e918";
}
.icon-minus:before {
    content: "\e919";
}
.icon-plus:before {
    content: "\e91a";
}
.icon-amazon:before {
    content: "\e91b";
}
.icon-paypal:before {
    content: "\e91c";
}
.icon-close2:before {
    content: "\e945";
}
.icon-arrow-up2:before {
    content: "\e951";
}
.icon-arrow-down2:before {
    content: "\e952";
}
.icon-pinterest2:before {
    content: "\e920";
}
.icon-google-plus2:before {
    content: "\ea8b";
}
.icon-facebook2:before {
    content: "\ea90";
}
.icon-twitter2:before {
    content: "\ea96";
}

.button [class^="icon-"],
.button [class*=" icon-"] {
    color: #fff;
}

/* base icons */

#select_store_pickup:before {
    content: "\e924";
}

.back-link > a:before {
    content: "\e90c";
}

.form-search .button:before {
    content: "\e901";
}

.add-to-links [href*='wishlist']:before {
    content: "\e907";
}

.add-to-links .wishlist-remove:before {
    content: "\e91d";
}

.add-to-links .link-wishlist-edit:before {
    content: "\e910";
}

.add-to-links [href*='compare']:before {
    content: "\e900";
}

.add-to-links .compare-remove [href*='compare']:before {
    content: "\e91d";
}

.add-to-links [href*='wishlist'].active:before {
    content: "\e922";
}

.add-to-links [href*='compare'].active:before {
    content: "\e921";
}

.add-to-links .link-quick-view:before {
    content: "\e906";
}

.button.btn-cart > span:before {
    content: "\e90e";
}

.link-print:before {
    content: "\e918";
    margin-right: 5px;
    top: 1px;
}

.changelink a:before {
    content: "\e910";
}

.main a[href*='amazon']:before {
    content: "\e91b";
}

.main a[href*='paypal']:before {
    content: "\e91c";
}

.banners.banners-index-banners .owl-nav > .owl-prev:before {
    content: "\e90c";
}

.banners.banners-index-banners .owl-nav > .owl-next:before {
    content: "\e905";
}

[type=checkbox]:checked + label:before,
[type=checkbox]:checked + a:before,
[type=radio]:checked + label:before,
[type=radio]:checked + .label > label:before,
[type=radio]:checked + a:before,
.availability.in-stock > span:before,
.opc-block-progress dt.complete:after {
    content: "\e916"
}

.availability.out-of-stock > span:before {
    content: "\e923";
}

.button.btn-notify > span:before {
    content: "\e91e";
}

.social-likes .social-likes__icon.social-likes__icon_twitter:before {
    content: "\ea96";
}

.social-likes .social-likes__icon.social-likes__icon_facebook:before {
    content: "\ea90";
}

.social-likes .social-likes__icon.social-likes__icon_plusone:before {
    content: "\ea8b";
}

.social-likes .social-likes__icon.social-likes__icon_pinterest:before {
    content: "\e920";
}

/**/

.tool-tip .btn-close:before {
    content: "\e90f";
}

@media (max-width: 767px) {
    .col-main .std > .messages > li:before {
        content: "\e90f";
    }
}
body {
    height: auto !important;
    min-height: 100%;
    position: relative;
    overflow-x: hidden;
    color: #333;
}

html,
body,
input,
button,
select,
textarea {
    font-family: 'AvenirNextLTPro-Regular';
}

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

ol > li.last p {
    margin-bottom: 0;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: 'Noir-Medium';
    text-transform: uppercase;
}

h1 {
    margin-top: 0;
    padding-top: 0;
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p:last-child {
    margin-bottom: 0;
}

.page-title h1 {
    margin-top: 0;
}

label {
    font-weight: normal;
}

.page-title.title-buttons h1 {
    float: left;
}

.page-title.title-buttons h1 + button {
    margin-bottom: 20px;
}

.page-title.title-buttons > button,
.page-title.title-buttons > .button,
.page-title.title-buttons > a {
    float: right;
    margin-left: 15px;
}

.page-title.title-buttons .separator {
    display: none;
}

input:-webkit-autofill,
input:focus:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

input,
textarea {
    -webkit-appearance: none!important;
}

a,
a:hover,
a:active,
a:focus,
li > strong {
    color: #333;
}

a,
a:hover,
a:active,
a:focus,
a img,
img,
a,
button,
button:active,
button:focus,
input,
textarea,
select,
:focus {
    outline: none !important;
}

.link-tip,
p.f-left a {
    text-decoration: underline;
}

.link-tip:focus,
.link-tip:hover,
p.f-left a:focus,
p.f-left a:hover {
    text-decoration: none;
}

label em {
    display: inline-block;
    font-style: normal;
    margin-left: 5px;
    margin-right: 5px;
    float: right;
}

.no-display {
    display: none;
}

.nobr {
    white-space: nowrap;
}

.text-required {
    color: #bc0117;
}

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

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

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

.relative {
    position: relative;
}

.col-centered {
    float: none;
    position: relative;
    margin: 0 auto;
}

dl {
    margin-bottom: 0;
}

.block li > p {
    line-height: 1;
}

.cart-empty a {
    text-decoration: underline;
}

.delete-email {
    text-align: right;
}

.label {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    white-space: inherit;
    text-align: inherit;
    border-radius: inherit;
    padding: inherit;
}

.empty,
.cart-empty,
.no-items,
.logged-out {
    text-align: center;
    padding: 15px 0;
}

/* container-content */

.main {
    padding-bottom: 15px;
    padding-top: 15px;
}

@media (min-width: 767px) {
    .main {
        padding-bottom: 15px;
    }
    .breadcrumb + .main {
        padding-top: 0;
    }
}

@media (min-width: 767px) and (max-width: 991px) {

    .col3-layout .col-main {
        width: 75%!important;
    }

    .col3-layout .col-right {
        width: 100%!important;
    }
}

/**/

/* breadcrumb */

.breadcrumb {
    font-size: 14px;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    margin: 15px 0;
    color: #666766;
}

.breadcrumb a,
.breadcrumb a:active,
.breadcrumb a:focus,
.breadcrumb > li + li:before {
    color: #666766;
}

.breadcrumb > .active,
.breadcrumb > .active > a {
    color: #333;
}

/**/

/* tabs */

.tab-content {
    border: 1px solid #dae2ea;
    border-radius: 2px;
    padding: 20px;
    margin-top: 7px;
}

.tab-content h2:first-child {
    margin-top: 0;
}

.cms-index-index .tab-content {
    padding: 0;
    border: 0;
}

.cms-index-index .tab-content .section-title {
    display: none;
}

.nav-tabs {
    border: 0;
}

.nav-tabs > li > a {
    border-radius: 2px;
    font-weight: 500;
    color: inherit;
    -webkit-transition: border-color 0.3s ease-out;
    -moz-transition: border-color 0.3s ease-out;
    transition: border-color 0.3s ease-out;
}

.nav-tabs > li > a:hover {
    border-color: #dadfe2;
    background-color: transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: 1px solid #dae2ea;
    font-weight: 900;
}

/**/

/* blocks and box */

.block,
.box,
.addresses-list [class*='col-'] {
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 16px;
    position: relative;
    border: 3px solid #ebebeb;
}

.block > .block-title,
.box > .box-title {
    padding: 0 0 10px;
    text-transform: uppercase;
    font-family: 'Noir-Regular';
    font-size: 18px;
    line-height: 1;
}

.block > .block-title > h3,
.box > .box-title > h3,
.block > .block-title > h2,
.box > .box-title > h2 {
    margin: 0;
    padding: 0;
    color: #f07c22;
}

@media (min-width: 767px) {
    .block > .block-title > h3,
    .box > .box-title > h3,
    .block > .block-title > h2,
    .box > .box-title > h2 {
        float: left;
    }
}

.block > .block-title > a,
.box > .box-title > a {
    float: right;
    font-weight: normal;
    text-transform: none;
    font-size: 14px;
    font-family: 'AvenirNextLTPro-Regular';
}

.block > .block-content,
.box > .box-content {
    padding: 0;
}

.box address,
.box p:last-child {
    margin-bottom: 0!important;
}

.block > .block-content > .actions {
    text-align: center;
    position: relative;
    margin: 15px -21px -15px;
    border-top: 1px solid #dae2ea;
    padding: 10px 0;
}

.box-head h2 {
    float: left;
}

.box-head a {
    float: right;
    margin-left: 10px;
    display: inline-block;
}

.media {
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}

@media (min-width: 767px) {

    .box-content [class*='col-'] {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
    }

    .box-content [class*='col-']:nth-child(odd) {
        margin-left: -10px;
    }

    .box-content [class*='col-']:nth-child(even) {
        margin-right: -10px;
    }

    .order-info-box {
        position: relative;
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px;
    }

    .order-info-box > [class*='col-'] {
        position: relative;
        padding: 0 10px;
        width: 50%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .order-info-box > [class*='col-'] .box {
        width: 100%;
    }

    @media (min-width: 767px) {
        .addresses-list > [class*='col-'] ol > li {
            float: left;
            width: 50%;
        }
    }

}

@media (max-width: 767px) {

    .block > .block-title > a,
    .box > .box-title > a,
    .box-content a,
    .box-content button {
        display: block;
        float: none!important;
        width: 100%;
        margin-bottom: 15px;
        margin-top: 15px;
        border-radius: 3px;
        padding: 6px 0;
        position: relative;
        text-align: center;
        text-decoration: underline;
        border: 0;
    }

    .block > .block-title > a:focus,
    .box > .box-title > a:focus,
    .box-content a:focus,
    .box-content button:focus,
    .block > .block-title > a:hover,
    .box > .box-title > a:hover,
    .box-content a:hover,
    .box-content button:hover {
        background-color: #ffab00;
        border-color: #ffab00;
        color: #fff;
    }

    .box > .box-title h3,
    .box-content h4 {
        text-align: left!important;
    }

    .box > .box-title h3 + a,
    .box-content a:last-child,
    .block-content a:last-child {
        margin-bottom: 0;
    }

    .box-content [class*='col-'] + [class*='col-'] {
        margin-top: 15px;
    }
}

/**/

/* tags bock */

.tags-list > li {
    float: left;
    padding: 5px;
}

/**/

/* pagination */

.row-pagination {
    text-align: center;
    margin: 0 10px;
}

.pagination {
    text-align: center;
}

.pagination > li > a,
.pagination > li > span {
    background-color: transparent;
    color: #555;
    border-color: transparent;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: transparent;
    color: #ffab00;
    border-color: transparent;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: transparent;
    color: #ffab00;
    border-color: transparent;
}

/* alerts */

.global-site-notice {
    position: fixed;
    z-index: 9999;
    text-indent: -9999px;
    top: 10px;
    right: 10px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.global-site-notice:hover {
    text-indent: 0;
    top: 0;
    right: 0;
    left: 0;
    width: auto;
    height: auto;
    border-radius: 0;
}

.global-site-notice {
    background-color: #fba619;
    color: #fff;
    text-align: center;
    padding: 5px 0;
}

.opc-messages {
    display: none;
}

.messages,
.opc-messages {
    position: fixed;
    z-index: 99999 !important;
    bottom: 15px;
    max-width: 300px;
    right: 15px;
}

.messages > li {
    margin-top: 20px;
    color: #fff!important;
}

@media (max-width: 767px) {
    .col-main .std > .messages > li:before {
        color: #fff;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .col-main .std > .messages > li {
        padding: 15px 35px;
    }
}

.modal-body .messages {
    position: static;
    right: auto;
    bottom: auto;
    max-width: 100%;
    opacity: 1!important;
    margin: 0;
}

.modal-body .messages > li {
    margin-top: 0;
    color: inherit!important;
    background-color: transparent;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.messages a,
.messages a:hover,
.messages a:focus {
    text-decoration: underline;
    color: #fff;
}

.opc-messages,
.error-msg,
.success-msg,
.notice-msg,
.alert {
    padding: 15px 25px;
    font-size: 1.2em;
    font-weight: 300;
    text-align: center;
    background-color: #ffab00;
    color: #fff;
    border-radius: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: shake;
    animation-name: shake;
}

.limit {
    padding-top: 15px;
}

[class*='error-'],
.limit,
.error {
    color: red;
}

/* popover */

.popover {
    border: 1px solid #dae2ea;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 3px rgba(0, 0, 0, .05);
    padding: 0;
    color: #494c4f;
}

.popover .popover-title {
    border-radius: 0;
    background-color: #f5fafe;
    border-color: #dae2ea;
}

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

.popover ul > li {
    padding: 2px 0;
}

.popover ul > li > b {
    display: inline-block;
    margin-right: 5px;
}

.popover ul > li > b:after {
    content: ':';
}

/**/

/* sitemap */

.page-sitemap .sitemap,
.page-sitemap .links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-sitemap .sitemap {
    margin: 15px 0;
}

.page-sitemap .sitemap .level-0 {
    font-weight: bold;
    font-size: 130%;
}

.page-sitemap .sitemap .level-0 a {
    color: inherit;
}

.page-sitemap .sitemap .level-1 {
    font-size: 110%;
    font-weight: bold;
}

.page-sitemap .sitemap-nav {
    margin: 10px 0;
}

.sitempan {
    border: 3px solid #ebebeb;
    padding: 15px;
    margin-bottom: 15px;
}

.sitempan ul ul {
    padding-left: 36px!important;
}

.sitempan a {
    color: #666!important;
}

.sitempan li {
    list-style: none!important;
    padding: 2px 0;
}

.sitempan .smh2 {
    font-size: 18px;
    padding: 0;
    margin-bottom: 10px;
    margin-top: 2px;
}

.sitempan .strongsm {
    font-size: inherit!important;
    font-weight: inherit!important;
}

.sitempan .siteul {
    float: none!important;
    width: auto!important;
    margin: 0;
    padding: 0;
}

.dynamicsitemap-index-index .col-main .ones-column:before,
.dynamicsitemap-index-index .col-main .ones-column:after {
    content: 'Sitemap';
    display: block;
    color: #333;
    font-family: 'Noir-Medium';
    text-transform: uppercase;
    font-size: 24px;
    padding-top: 0;
    margin-bottom: 10px;
}

.sitempan .sitecatul li.cat {
    margin: 0;
    padding-bottom: 15px;
}

.sitempan .sitecatul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0!important;
    margin: 0!important;
}

@media (min-width: 767px) {

    .sitempan .sitecatul .cat {
        width: 33.33333333%;
    }

    .sitempan .sitecatul .cat > ul {
        margin: 0 10px 30px;
    }

    .sitempan:first-child {
        width: 30%;
        float: right;
        border: 0!important;
        padding-top: 0!important;
    }

    .sitempan:last-child {
        width: 68%;
        float: left;
    }

    .dynamicsitemap-index-index .col-main .ones-column:after {
        display: none;
    }
}

@media (min-width: 1200px) {
    .sitempan .sitecatul .cat {
        width: 33.33333333%;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .sitempan .sitecatul .cat {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .sitempan .sitecatul .cat {
        width: 100%;
    }

    .ones-column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .dynamicsitemap-index-index .col-main .ones-column:before {
        display: none;
    }
}

.tooltip-inner {
    background-color: #4f4f4f;
    border-radius: 0;
    text-align: left;
    white-space: normal!important;
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #4f4f4f;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #4f4f4f;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #4f4f4f;
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #4f4f4f
}

#giftvoucher_container {
	display:none;
}

/**/

/* social icons color */

[href*='twitter']:hover > i,
.social-likes > li:hover .social-likes__button_twitter > span:before {
    color: #00aced;
}

[href*='facebook']:hover > i,
.social-likes  > li:hover .social-likes__button_facebook > span:before {
    color: #3b5998;
}

[href*='pinterest']:hover > i,
.social-likes > li:hover .social-likes__button_pinterest > span:before {
    color: #d01d15;
}

[href*='google']:hover > i,
.social-likes > li:hover .social-likes__button_plusone > span:before {
    color: #dc4e41;
}

[href*='youtube']:hover > i,
.social-likes > li:hover .social-likes__button_youtube > span:before {
    color: #e62117;
}

[href*='foursquare']:hover > i,
.social-likes > li:hover .foursquare i  {
    color: #fa4778;
}
a,
button,
input,
select,
textarea,
.button,
.container,
.row,
[class*='col-'],
[class^='col-'],
.navbar,
.navbar .navbar-nav > li,
.form-list .fields,
.form-list .fields .field,
.opc .section,
.opc .section .step,
.header-banner .owl-prev:before,
.header-banner .owl-next:before,
.form-search .input-text,
.form-search .input-group-btn .button,
.banners.banners-index-banners .owl-nav,
.banners.banners-index-banners .owl-nav > .owl-prev,
.banners.banners-index-banners .owl-nav > .owl-next,
.products-item .add-to-links .add-quick-view,
.backdrop,
#acp-overlay,
.navbar .dropdown > a:before,
.navbar .navbar-header,
.product-view .carousel.product-thumbs .carousel-controls > i:before,
.top-menu-products:after,
.product-view .product-view-img,
.block-layered-nav dd ol,
.block-layered-nav .odd > span:before,
[id*="ajaxcartpro"] .button,
[id*="ajaxcartpro"] .close,
.cart .cart-row,
.opc-block-progress dl > div dd,
.tool-tip .btn-close,
.tool-tip .btn-close:before,
.main,
.price-box i,
#aw-ln-filters-container .aw-ln-filters-container-dd-category ol li > i:before,
#aw-ln-filters-container .aw-ln-filters-container-dd-category ol li,
.section-tab:before,
.block-layered-nav dd,
.block-layered-nav dt:before,
.modal.modal-quick-view .modal-content {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.form-list:after,
.form-list > li:after,
.footer-nav:after,
.products-item:after,
.price-box:after,
.sorting:after,
.mini-cart .total:after,
.modal-content:after,
.cart-right:after,
.discount-coupon:after,
.wishlist-item .block-edit:after,
.configurable > li > a:after,
.additional-row > p > a:after,
.cart:after,
form label:after,
.input-box label:after,
.product-view .description-attributes:after,
.product-view-img:after,
.checkout.opc:after,
.discount-form:after,
.header-minicart .mini-products-list > .item:after,
.box-head:after,
#max_recipient_message:before,
.banners:after,
.opc:after,
.opc .section:after,
.opc-wrapper-opc:after,
.data-table .item-options:after,
.add-to-links:after,
.currently:after,
.box-content:after,
.block > .block-title:after,
.block .block-content:after,
.box > .box-title:after,
.form-list .fields:after,
.form-list .fields:before,
.input-box:before,
.input-box:after,
.row-sorting:after,
.row-sorting:before,
.page-title:after,
h1:after,
.rating-star:after,
.widget-category-list:after,
.addresses-list > [class*='col-']:after,
.addresses-list:after,
.row-pagination:before,
.row-pagination:after,
.buttons-set:after,
.range-min-max:after,
.range-min-max:before,
[class*='filters-container']:after,
.simple-products-block:after,
.simple-products-block:before,
.simple-products-block > ul:after,
.simple-products-block > ul:before,
.account-nav .dropdown-menu .block:after,
.product-view .product-img-box .more-views .product-image-thumbs:after,
.tags-list:after,
.dropdown-wrap:after,
.header-top-links > ul:after,
.navbar .header-navbar:after,
.navbar .header-navbar:before,
.product-view .add-to-box .add-to-cart:after,
.wishlist-item .add-to-box .add-to-cart:after,
.product-view .add-to-box .add-to-box-inner:after,
.modal.modal-quick-view .add-to-box .add-to-cart:after,
.modal.modal-quick-view .add-to-box .add-to-box-inner:after,
.wishlist-item .add-to-box .add-to-box-inner:after,
.cart .cart-actions:after,
[id*="ajaxcartpro"] .add-confirm-wrapper:after,
[id*="ajaxcartpro"] .add-confirm-wrapper .add-confirm-btn:after,
.cart .cart-footer:after,
.contacts-sections > [class*='col-']:after,
.section-year > li:after,
.main:after,
.post-entry:after,
.blog-post:after,
.social-likes:after,
.product-label:after {
    display: table;
    content: '';
    clear: both;
}
.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}

.row-height.table-layout-auto {
    table-layout: auto;
}

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

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

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

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

@media (max-width: 480px) {
    .row-xs-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-nav-auto,
.table-nav-fixed {
    display: table;
    table-layout: auto;
    height: 100%;
    width: 100%;
    list-style: none;
}

.table-nav-fixed {
    table-layout: fixed;
}

.table-nav-auto > li,
.table-nav-fixed > li {
    display: table-cell;
    float: none;
    height: 100%;
}
table[id*='totals-table'],
table[class*='data-table'] {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

table[id*='totals-table'] > thead > tr > th,
table[id*='totals-table'] > tbody > tr > th,
table[id*='totals-table'] > tfoot > tr > th,
table[id*='totals-table'] > thead > tr > td,
table[id*='totals-table'] > tbody > tr > td,
table[id*='totals-table'] > tfoot > tr > td,
table[class*='data-table'] > thead > tr > th,
table[class*='data-table'] > tbody > tr > th,
table[class*='data-table'] > tfoot > tr > th,
table[class*='data-table'] > thead > tr > td,
table[class*='data-table'] > tbody > tr > td,
table[class*='data-table'] > tfoot > tr > td,
.sp-methods ul > li {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #b9b9b9;
}

table[id*='totals-table'] > thead > tr > th,
table[class*='data-table'] > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #b9b9b9;
}

table[id*='totals-table'] > caption + thead > tr:first-child > th,
table[id*='totals-table'] > colgroup + thead > tr:first-child > th,
table[id*='totals-table'] > thead:first-child > tr:first-child > th,
table[id*='totals-table'] > caption + thead > tr:first-child > td,
table[id*='totals-table'] > colgroup + thead > tr:first-child > td,
table[id*='totals-table'] > thead:first-child > tr:first-child > td,
table[class*='data-table'] > caption + thead > tr:first-child > th,
table[class*='data-table'] > colgroup + thead > tr:first-child > th,
table[class*='data-table'] table[class*='data-table'] [id*='totals-table'] > caption + thead > tr:first-child > td,
table[class*='data-table'] > colgroup + thead > tr:first-child > td,
table[class*='data-table'] > thead:first-child > tr:first-child > td {
    border-top: 0;
}

table[id*='totals-table'] > tbody + tbody,
table[class*='data-table'] > tbody + tbody {
    border-top: 2px solid #b9b9b9;
}

table[class*='data-table'] > tbody > tr:hover,
[id*='totals-table'] > tbody > tr:hover,
.sp-methods dd:hover {
    background-color: transparent;
}

table[class*='data-table'] .item-options dt,
table[class*='data-table'] .item-options dl {
    float: left;
}

table[class*='data-table'] .item-options dt:after {
    content: ':';
}

table[class*='data-table'] .item-options dt:not(:last-child),
table[class*='data-table'] .item-options dl:not(:last-child) {
    margin-right: 7px;
}

.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: normal;
}

.table-responsive > .table > tbody > tr > th {
    width: 1%;
    white-space: nowrap;
}

table.grouped-items-table .input-text.qty {
    padding-left: 0!important;
    padding-right: 0!important;
    text-align: center;
    width: 40px!important;
}
/* header */

.logo {
    display: block;
    text-align: center;
    margin: 5px 0;
    font-size: 14px!important;
    font-family: 'Noir-Medium';
    font-weight: normal;
    color: #333;
}

.logo a {
    color: #333;
    text-transform: none;
    font-family: 'Noir-Medium';
    font-weight: normal;
    font-size: 14px;
}

.logo:hover,
.logo a:hover,
.logo a:focus {
    text-decoration: none;
}

.logo img {
    margin: 0 auto 5px;
    position: relative;
}

.navbar-header {
    text-align: center;
}

/* before header block .header-top */

header .header-top {
    background-color: #36444e;
    position: relative;
}

header .header-top .nav > li > a,
header .header-top .links > li > a {
    display: block;
    font-size: 11px;
    color: #fff;
    padding: 7px 15px;
    text-decoration: none;
}

header .header-top .nav > li > a:hover,
header .header-top .nav > li > a:active,
header .header-top .nav > li > a:focus,
header .header-top .links > li > a:hover,
header .header-top .links > li > a:active,
header .header-top .links > li > a:focus {
    background-color: rgba(255, 255, 255, 0.1)!important;
}

/**/

@media (max-width: 767px) {
    .header-navigate.affix {
        position: static!important;
    }
}

@media (min-width: 767px) {
    .header-navigate.affix {
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }
}

/* form-search */

.form-search label,
.form-search .button > span {
    display: none;
}

.form-search {
    position: relative;
    display: table;
    table-layout: auto;
    vertical-align: middle;
    width: 100%;
}

.form-search .button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form-search {
    position: relative;
}

.form-search .input-text,
.form-search .input-group-btn .button {
    background-color: #fff!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px;
    border-color: transparent!important;
}

.form-search .input-group-btn .button:before {
    font-size: 20px;
    top: -2px;
}

.form-search .input-group-btn .button:hover:before {
    color: #0582c0;
}

@media (min-width: 767px) {
    .form-search .input-text,
    .form-search .input-group-btn .button {
        border-color: rgba(0, 0, 0, 0.1);
        background-color: #fff!important;
        font-weight: normal;
    }
}

@media (max-width: 767px) {
    .form-search .input-group-btn .button {
        padding: 10px;
    }
}

.form-search .input-text {
    border-right: 0;
    text-overflow: ellipsis;
}

.form-search .button {
    background-color: #f6f6f7;
    border-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.form-search .button > i {
    top: 2px;
}

.form-search .button:hover > i,
.form-search .button:active > i,
.form-search .button:focus > i {
    color: #ffab00;
}

.form-search .input-text:focus,
.form-search .input-text:focus + .input-group-btn .button {
    border-color: #ffab00;
}

.touch .form-search .input-text {
    position: relative;
    left: 1px;
}

@media (min-width: 767px) {
    .form-search {
        margin-top: 5px;
    }
}

@media (max-width: 767px) {
    .header-search {
        background-color: #666766;
        border-bottom: 5px solid #faa61b;
        padding-left: 0;
        padding-right: 0;
    }

    .form-search {
        padding: 5px 15px;
        margin: 0;
    }

    .form-search .input-text,
    .form-search .button {
        border-color: transparent!important;
    }
}

/**/

/* header-nav-panel */

@media (min-width: 767px) {
    .header-cart {
        padding-left: 0;
    }
    .header-search {
        padding-right: 0;
    }
    .header-nav-panel {
        display: table;
        width: 100%;
        height: 50px;
    }
    .header-nav-panel > li {
        display: table-cell;
        height: 50px;
        vertical-align: middle;
        text-align: center;
    }
    .header-nav-panel > .link-dropdown-login a small {
        display: inline-block;
        max-width: 130px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .header-nav-panel > li.header-phone > a {
        line-height: 50px;
    }
    .header-nav-panel > li > a,
    .header-nav-panel > li > [name="cart.link"] > a{
        padding: 0 0 0 30px!important;
        font-size: 14px;
        white-space: nowrap;
        cursor: pointer;
        display: inline-block;
        color: #fff;
        position: relative;
        line-height: 1.2;
    }
    .header-nav-panel > li > a:hover,
    .header-nav-panel > li > a:focus,
    .header-nav-panel > li > a:active,

    .header-nav-panel > li > [name="cart.link"] > a:hover,
    .header-nav-panel > li > [name="cart.link"] > a:focus,
    .header-nav-panel > li > [name="cart.link"] > a:active {
        background-color: transparent;
        text-decoration: underline;
    }
    .header-nav-panel .dropdown-menu > li > a:hover {
        text-decoration: none;
    }
    .header-nav-panel > li > a > i,
    .header-nav-panel > li > [name="cart.link"] > a > i {
        font-size: 20px;
        margin-right: 10px;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -10px;
    }
    .header-nav-panel > li {
        border-right: 1px solid rgba(0, 0, 0, 0.2);
    }
    .header-nav-panel > li.link-dropdown-login > a {
        text-align: left;
    }
}

/**/



.logo-header-phone {
    text-align: center;
}

.logo-header-phone > a {
    font-size: 17px;
    font-weight: bold;
    color: #ef7c22;
    font-family: 'Noir-Regular';
    margin-bottom: 5px;
    display: block;
    position: relative;
    top: -7px;
}

.logo-header-phone i {
    margin-right: 8px;
    top: 1px;
}

@media (max-width: 767px) {
    .header-banner-container {
        padding: 0;
        margin-bottom: 5px;
    }
    .header-banner .owl-prev {
        left: 10px;
    }
    .header-banner .owl-next {
        right: 10px;
    }
    .header-banner > .banners {
        padding: 5px 0;
    }
    .header-banner .owl-carousel .owl-item a {
        display: block;
        padding: 2px 25px;
    }
}

.header-left-container {
    color: #333;
    font-size: 12px;
    float: left;
    letter-spacing: 0.04em;
}

.header-left-container img {
    display: block!important;
    width: 100%!important;
}

.header-left-container h2,
.header-left-container h3,
.header-left-container h4,
.header-left-container h5 {
    font-family: 'Noir-Regular';
    display: block;
    color: #ef7c22;
    text-transform: uppercase;
    font-size: 18px;
    border-top: 2px dotted #ae9e96;
    border-bottom: 2px dotted #ae9e96;
    padding: 8px 0 3px;
    margin: 0 0 6px;
    line-height: 1;
    letter-spacing: 1px;
}

.header-top-links {
    margin-bottom: 15px;
}

@media (min-width: 991px) {
    .header-top-links > ul {
        display: table;
        width: 100%;
        color: #0582c0;
    }

    .header-top-links > ul > li {
        display: table-cell;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .header-top-links > ul {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        margin-top: -10px;
    }

    .header-top-links > ul > li {
        width: 50%;
        margin: 5px 0;
        text-align: left!important;
    }
    .header-top-links > ul > li > a {
        display: block;
        white-space: nowrap;
        text-align: inherit;
    }
    .header-top-links {
        margin-bottom: 5px;
    }
    .header-right-container {
        line-height: 1;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .header-right-container {
        font-size: 98%;
    }
}

.header-top-links > ul > li > a {
    color: #0582c0;
    font-size: 14px;
    white-space: nowrap;
}

.header-top-links > ul > li:first-child {
    text-align: left;
}

.header-top-links > ul > li#compare-link {
    width: 28%;
}

@media (min-width: 767px) and (max-width: 991px) {
    .header-top-links > ul > li,
    .header-top-links > ul > li:first-child,
    .header-top-links > ul > li:last-child {
        line-height: 1;
        padding: 0 5px 0 0;
    }
    .header-navigate > .container {
        width: auto!important;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .header-top-links > ul > li#compare-link {
        width: 32%;
    }
}

@media (min-width: 767px) {
    .header-top-links > ul > li:first-child {
        text-align: left;
    }
    .header-top-links > ul > li {
        text-align: right;
    }
}

/**/
/* footer */

footer {
    background-color: #f8f8f8;
    color: #666766;
    padding: 0;
}

@media (min-width: 767px) {
    footer {
        position: relative;
        z-index: 0;
    }
}

footer a {
    color: #666766;
}

footer a:hover,
footer a:active,
footer a:focus {
    color: #666766;
}

footer .footer-header {
    background-color: #666766;
    color: #fff;
    font-size: 14px;
}

footer .form-group {
    margin: 0!important;
}

.footer-header-second {
    padding-right: 0!important;
}

@media (min-width: 767px) {
    .footer-header-left {
        padding-top: 8px;
        line-height: 1.2;
    }
    .footer-header-second {
        padding-top: 5px;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    footer .footer-header {
        font-size: 13px;
    }
    .footer-header-left {
        padding-top: 10px;
        line-height: 1.2;
    }
}

footer .footer-header .block-subscribe label {
    display: none;
}

footer .footer-row-footer {
    text-align: center;
}

footer .last .btn {
    background-color: #00adef;
    border-color: #00adef;
    padding: 6px 12px;
}

footer .last .input-text,
footer .last .input-text:focus {
    background-color: #fff;
    border-color: transparent;
}

footer .footer-payment > li,
footer .footer-social > li {
    text-align: center;
    display: inline;
}

footer .footer-social > li > a,
footer .footer-social > li > a:hover,
footer .footer-social > li > a:focus {
    text-decoration: none;
    margin: 0 10px;
}

footer .footer-social {
    white-space: nowrap;
}

footer .footer-social i {
    font-size: 30px;
}

footer .footer-social a {
    display: inline-block;
    margin: 0 7px;
}

footer .footer-payment > li {
    padding: 0 5px;
    text-align: center;
}

footer .footer-payment > li > img {
    max-width: 100%;
    max-height: 30px;
}

footer .footer-social > li > a > i {
    color: #fff;
    font-size: 23px;
}

.btn-scroll-top {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: transparent;
    border: 0;
}

.btn-scroll-top.affix {
    opacity: 1;
    visibility: visible;
}

.btn-scroll-top > i {
    font-size: 20px;
}

/* footer-nav-panel */

@media (min-width: 767px) {

    .footer-nav-panel {
        display: table;
        width: 100%;
        height: 50px;
    }
    .footer-nav-panel > li {
        display: table-cell;
        height: 50px;
        vertical-align: middle;
        text-align: left;
        padding: 0 20px;
    }
    .footer-nav-panel > li.footer-phone > a {
        line-height: 50px;
    }
    .footer-nav-panel > li > a {
        padding: 0 0 0 40px!important;
        font-size: 14px;
        white-space: normal;
        cursor: pointer;
        display: inline-block;
        color: #fff;
        position: relative;
        line-height: 1.2;
        text-align: left;
    }
    .footer-nav-panel > li > a:hover,
    .footer-nav-panel > li > a:focus,
    .footer-nav-panel > li > a:active {
        background-color: transparent;
        text-decoration: underline;
    }
    .footer-nav-panel .dropdown-menu > li > a:hover {
        text-decoration: none;
    }
    .footer-nav-panel > li > a > i {
        font-size: 21px;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -11px;
    }
    .footer-nav-panel > li:not(:last-child) {
        border-right: 1px solid rgba(0, 0, 0, 0.2);
    }
    .navbar.footer-nav {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        background-color: transparent;
        margin: 30px auto;
        max-width: 725px;
    }
}

.powered-by {
    text-align: center;
    padding: 20px 0;
}

@media (min-width: 767px) and (max-width: 991px) {
    .footer-nav-panel > li > a {
        font-size: 90%;
    }
}

@media (max-width: 767px) {
    footer {
        background-color: #f8f8f8;
    }

    footer .footer-header {
        padding: 30px 10px;
    }

    footer [class*='col-'] {
        padding: 0!important;
    }

    footer .footer-header a,
    footer .footer-header a:hover,
    footer .footer-header a:focus {
        color: #fff;
        background-color: transparent;
        padding: 0!important;
    }

    footer .nav > li {
        padding: 8px 0;
    }

    footer .nav.footer-nav-panel > li > a {
        position: relative;
        display: block;
        padding-left: 33px!important;
    }

    footer .nav.footer-nav-panel > li > a > i {
        font-size: 20px;
        position: absolute;
        left: 0;
        top: 0;
    }
    footer .block-subscribe {
        margin: 5px 0;
    }
    footer .footer-row-footer {
        padding: 0 15px;
    }
    footer .footer-row-footer {
        padding: 0 15px;
    }
    footer .footer-row-footer .row-height {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    footer .footer-social,
    footer .footer-payment {
        margin: 22px 0;
    }
    .powered-by {
        padding: 10px 0;
    }

}

/**/

/**/
/* nav */

.open > .dropdown-menu.dropdown-wraper > .dropdown-wraper-inner > .dropdown-menu {
    display: block;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
    border-color: transparent;
}

.navbar {
    min-height: 0;
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
    top: -100%;
}

.nav-pills > li + li {
    margin-left: 0;
}

/**/

/* nav inline class .nav-inline */

.header-top .links {
    float: left;
}

.header-top .links > li > a,
.header-top .links > li > [name="cart.link"] > a,
.nav > li > a {
    padding: 7px 15px;
    text-transform: none;
}

.header-top .links,
.nav.nav-inline {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.header-top .links > li,
.nav.nav-inline > li {
    position: relative;
    float: left;
}

.header-top .links > li > a,
.nav.nav-inline > li > a {
    display: block;
}

.nav.nav-inline > li > a:hover,
.nav.nav-inline > li > a:hover {
    cursor: pointer;
}

/**/

/* .dropdown + .dropdown-menu everywhere */

.dropdown-menu {
    left: 0;
    display: none;
    background-color: #fff;
    min-width: 0;
    padding: 10px 0;
    margin: 0;
    border-radius: 0;
    border: 0;
}

@media (max-width: 767px) {
    .dropdown > .dropdown-wrap,
    .dropdown-menu {
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
    }
    .dropdown > .dropdown-wrap {
         left: 0;
         display: none;
         background-color: #fff;
         min-width: 0;
         padding: 0;
         margin: 0;
         border-radius: 0;
     }
}

.dropdown > .dropdown-wrap .dropdown-menu {
    position: relative!important;
    left: auto!important;
    top: auto!important;
    margin: 0!important;
    padding: 0!important;
    display: block!important;
}

.dropdown-menu > li > a,
.dropdown-menu > li .dropdown-menu li a {
    display: block;
}

.dropdown-menu .open > a,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover,
.dropdown-menu .active > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:active,
.dropdown-menu > li > a:focus,
.dropdown-menu > li .dropdown-menu li a:hover,
.dropdown-menu > li .dropdown-menu li a:active,
.dropdown-menu > li .dropdown-menu li a:focus {
    background-color: #ffab00;
    color: #fff;
    text-decoration: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:active,
.dropdown-menu > li > a:focus {
    text-decoration: underline;
}

.dropdown-menu form {
    padding: 0;
    margin: 0;
}

@media (min-width: 480px) {
    div.dropdown-menu {
        min-width: 400px;
        padding: 20px;
    }
}

.dropdown-menu .input-box.last {
    margin-bottom: 0;
}

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

.dropdown-menu .dropdown-menu.pull-right {
    left: auto;
    right: 100%;
}

.navbar .open > .dropdown-wrap {
    display: block;
}

@media (min-width: 767px) {

    .dropdown-menu:before {
        content: '';
        display: inline-block;
        position: absolute;
        top: -8px;
        left: 15px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 8px solid #fff;
    }

    .dropdown-menu.pull-right:before {
        right: 15px;
        left: auto;
    }

    .dropdown-menu .dropdown-menu:before {
        display: none;
    }

}

/* nav standard nav-pills block account */

.block.block-navigation {
    padding-top: 0;
    padding-bottom: 0;
}

.block-account > .block-content > ul > li:not(:last-child),
.block-navigation > .block-content > ul > li:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
}

.block-account > .block-content > ul > li > a,
.block-account > .block-content > ul > li > strong,
.block-navigation > .block-content > ul > li > a,
.block-navigation > .block-content > ul > li > strong {
    position: relative;
    display: block;
    padding: 12px 20px 12px 0;
    border-radius: 0;
    text-transform: none;
    line-height: 1;
    text-decoration: none;
    margin-bottom: 1px;
    font-weight: normal;
    color: #666766;
}

.block-account > .block-content > ul > li > a:hover,
.block-account > .block-content > ul > .current > strong,
.block-navigation > .block-content > ul > li > a:hover,
.block-navigation > .block-content > ul > .current > strong {
    background-color: transparent;
}

.block-account > .block-content > ul > li > a:hover,
.block-account > .block-content > ul > li > a:focus,
.block-navigation > .block-content > ul > li > a:hover,
.block-navigation > .block-content > ul > li > a:focus {
    color: #0582c0;
    text-decoration: underline;
}

.block-account > .block-content > ul > li > a:before,
.block-account > .block-content > ul > li > strong:before,
.block-navigation > .block-content > ul > li > a:before,
.block-navigation > .block-content > ul > li > strong:before {
    display: inline-block;
    content: '';
    border-top: 9px solid #fbaa19;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 0;
}

.block-account > .block-content > ul > .current > strong,
.block-account > .block-content > ul > .current > a,
.block-navigation > .block-content > ul > .current > strong,
.block-navigation > .block-content > ul > .current > a {
    color: #0582c0;
}

.block-account > .block-content > ul > .current > strong:before,
.block-account > .block-content > ul > .current > a:before,
.block-navigation > .block-content > ul > .current > strong:before,
.block-navigation > .block-content > ul > .current > a:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/* footer nav */

.footer-nav ul > li.dropdown > a {
    text-transform: uppercase;
    font-weight: bold;
    padding: 3px 0;
    cursor: default;
    text-decoration: none;
}

.footer-nav ul > li.dropdown > a:hover {
    color: inherit;
}

.footer-nav ul > li a {
    padding: 0;
    text-transform: none;
    font-size: 12px;
    display: inline-block;
    font-weight: normal;
}

.footer-nav ul.nav > li > a:hover {
    text-decoration: underline;
}

/**/
/* forms */

input[placeholder] {
    text-overflow: ellipsis;
}

input::-moz-placeholder {
    text-overflow: ellipsis;
}

input:-moz-placeholder {
    text-overflow: ellipsis;
}

input:-ms-input-placeholder {
    text-overflow: ellipsis;
}

.input-box,
.input-range,
li.control,
.qty-holder,
.product-pricing,
.form-list > li > strong,
.recaptcha {
    margin-bottom: 15px;
    position: relative;
}

.form-list > li > strong {
    display: block;
}

li.control label {
    margin-bottom: 0;
}

.control label {
    position: relative;
}

.form-list label,
.discount > .discount-form label[style*='color'] {
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
    color: #333;
}

.input-text,
select,
textarea {
    display: block;
    width: 100%;
    height: 40px;
    padding: 11px 13px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #666766;
    background-color: #fff;
    background-image: none;
    border: 1px solid #b9b9b9;
    border-radius: 0;
}

.advanced-search {
    max-width: 800px;
}

.advanced-search .input-range .input-text {
    display: inline-block;
    width: auto;
}

.advanced-search .input-range small,
.advanced-search .input-range span {
    display: inline-block;
    margin: 0 10px;
}

.validation-failed,
.validation-failed + .input-group-btn > button {
    border-color: #eb340a !important;
}

select {
    padding-top: 0!important;
    padding-bottom: 0!important;
}

textarea {
    height: auto;
    resize: vertical;
    min-height: 100px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.input-text:focus,
select:focus,
textarea.auto-size:focus {
    border-color: #ffab00;
    outline: 0;
    -webkit-appearance: none;
}

@media (min-width: 767px) {

    .form-list .fields {
        position: relative;
    }

    .form-list li.fields {
        margin: 0 -10px;
    }

    .form-list li.fields > .fields {
        margin: 0 10px;
    }


    .form-list [class*='customer-'] > .field,
    .form-list .fields > .field {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }

    .form-list .fields > .field.checkbox-field .input-box {
        margin-top: 20px;
    }

    .form-list .fields > .field.field-text label {
        margin-bottom: 0;
    }

    #add_recipient_button button {
        margin-left: 15px;
    }

    form .back-link + [type="submit"] {
        float: right;
    }
}

@media (max-width: 767px) {
    .input-text {
        display: block;
        width: 100%;
    }

    .input-text,
    [class*='-select'],
    select.input-text,
    select[name*='payment'] {
        height: 40px;
    }

    textarea.input-text {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #add_recipient_button {
        margin: 15px 0;
    }

    .input-box .v-fix + .v-fix {
        margin-top: 15px;
    }
}

.note {
    color: #777;
}

.input-group .input-text {
    display: table-cell;
}

.input-group .input-text:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .button,
.input-group-btn:first-child > .btn-group > .button,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group .input-text:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .button,
.input-group-btn:last-child > .btn-group > .button,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .button:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-text {
    background-color: #fff;
    color: #494c4f;
    border-radius: 0;
}

.input-text + .input-text {
    margin-top: 15px;
}

select.input-text {
    text-overflow: ellipsis;
}

.input-text option {
    line-height: 1;
}

.input-text:focus {
    border-color: #ffab00;
    outline: 0;
}

select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none  \9;
    appearance: none;
    padding-right: 36px!important;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAICAYAAAABfSQaAAAACXBIWXMAAAsTAAALEwEAmpwYAAA5qWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwMTQgNzkuMTU2Nzk3LCAyMDE0LzA4LzIwLTA5OjUzOjAyICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDo3ZTc4MzdlMC0xNjhiLTk1NDMtODk3Yi0yZjFjOWExZmViNTc8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+eG1wLmRpZDpFQjEzMTYzQzgzREExMUU2QkNFMzlGRjRBMTExNjBCQzwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDo1MWQwZGUzZS0zY2NlLTlkNGEtYWVlNy02NmRkM2RhYzc2OGQ8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEZXJpdmVkRnJvbSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgIDxzdFJlZjppbnN0YW5jZUlEPnhtcC5paWQ6YjgxMDZmY2YtMGM0Ny1hYzQ3LWExNzgtY2RhY2U3MzI4YTJhPC9zdFJlZjppbnN0YW5jZUlEPgogICAgICAgICAgICA8c3RSZWY6ZG9jdW1lbnRJRD54bXAuZGlkOjdjNDJmY2JlLWI0NjctMjY0My04ZDJmLTcyOGVjODA4ZDE1Yjwvc3RSZWY6ZG9jdW1lbnRJRD4KICAgICAgICAgPC94bXBNTTpEZXJpdmVkRnJvbT4KICAgICAgICAgPHhtcE1NOkhpc3Rvcnk+CiAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjUxZDBkZTNlLTNjY2UtOWQ0YS1hZWU3LTY2ZGQzZGFjNzY4ZDwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0xMC0xMFQxNDowMTo1OSswMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RFdnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6U2VxPgogICAgICAgICA8L3htcE1NOkhpc3Rvcnk+CiAgICAgICAgIDx4bXA6Q3JlYXRvclRvb2w+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx4bXA6Q3JlYXRlRGF0ZT4yMDE2LTEwLTEwVDE0OjAwOjU3KzAzOjAwPC94bXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhtcDpNb2RpZnlEYXRlPjIwMTYtMTAtMTBUMTQ6MDE6NTkrMDM6MDA8L3htcDpNb2RpZnlEYXRlPgogICAgICAgICA8eG1wOk1ldGFkYXRhRGF0ZT4yMDE2LTEwLTEwVDE0OjAxOjU5KzAzOjAwPC94bXA6TWV0YWRhdGFEYXRlPgogICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3BuZzwvZGM6Zm9ybWF0PgogICAgICAgICA8cGhvdG9zaG9wOkNvbG9yTW9kZT4zPC9waG90b3Nob3A6Q29sb3JNb2RlPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpYUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WFJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOllSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT42NTUzNTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MzE8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+ODwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+hP58fgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAAnUlEQVR42rTNvwnCYBiE8Z9ZwB1cRATtLG11ARdQsLMwEziBDpDeUtA2AzhAKm0sAoHYfDbBvzE+zcvdvce1LovODCv1mbeXp7hOMUKMKcovuyWmdYfv47DGGMWHvQKT0PPrOGwxQv6mk4e/jR+JKjrBENcn/9eQJxogeuDt0Me54p8xCLl/jcMRPWRBZ0EfNEj0IkvRxT7cVMPcBgBiuyCsJykWXgAAAABJRU5ErkJggg==)!important;
}

select::-ms-expand {
    display: none!important;
}

.validation-advice {
    position: absolute;
    right: 0;
    z-index: 20;
    top: 100%;
    background-color: #ec2a30;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    line-height: 100%;
    margin-top: 5px;
}

.validation-advice:before {
    height: 0;
    width: 0;
    left: 20px;
    top: -8px;
    position: absolute;
    z-index: 10;
    margin-left: -8px;
    border-bottom: 8px solid #ec2a30;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    content: '';
}

/* form-subscribe */

.form-subscribe label {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.form-subscribe .input-text {
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 0;
    border-color: transparent;
}

.form-subscribe .input-text:focus {
    border-color: transparent;
}

/**/

/* disabled */

.button.disabled,
.button[disabled],
fieldset[disabled] .button,
.input-text.disabled,
.input-text[disabled],
fieldset[disabled] .input-text,
select.disabled,
select[disabled],
fieldset[disabled] select,
textarea.disabled,
textarea[disabled],
fieldset[disabled] textarea {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

/**/

/* nice checkbox + radio */

.checkbox + .checkbox,
.radio + .radio {
    margin-top: 0;
}

[type=checkbox],
[type=radio] {
    display: none;
}

[type=checkbox] + label:before,
[type=checkbox] + a:before,
[type=radio] + label:before,
[type=radio] + a:before,
[type=radio] + .label > label:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 11px;
    position: relative;
    cursor: pointer;
    text-indent: 1px;
    margin-right: 15px;
    vertical-align: middle;
    top: -2px;
    color: #f07c22;
    background-color: #ebebeb;
    border: 1px solid #b9b9b9;
}

[type=checkbox] + img,
[type=radio] + img {
    border: 2px solid transparent;
}

[type=checkbox]:checked + img,
[type=radio]:checked + img {
    border-color: #ffab00;
}

[type=radio] + label:before,
[type=radio] + a:before,
[type=radio] + .label > label:before {
    border-radius: 50%;
    border-width: 3px;
    border-color: #ebebeb;
    background-color: #ebebeb;
}

[type=radio]:checked + label:before,
[type=radio]:checked + a:before,
[type=radio]:checked + .label > label:before {
    background-color: #f07c22;
    content: '';
}

[type=checkbox] + label:before,
[type=radio] + label,
[type=radio] + .label {
    cursor: pointer;
}

[type=radio] + label:hover:before,
[type=radio] + a:hover:before,
[type=radio] + .label:hover > label:before {
    border-color: rgba(0, 0, 0, 0.1);
}

/* account-login + forgot password + create */

.account-create {
    max-width: 550px;
    position: relative;
    margin: 20px auto 0;
}

.account-create .input-box {
    margin-bottom: 5px;
}

.account-create .input-box p {
    margin-bottom: 2px;
}

@media (max-width: 767px) {
    .account-create .input-box p {
        position: relative;
        margin-top: -10px;
    }
    .account-create .input-box {
        margin-bottom: 10px;
    }
    .account-create .buttons-set {
        margin-bottom: 15px;
        text-align: center;
    }
    .account-create .buttons-set .button {
        display: inline-block;
        width: auto;
    }
}

.account-create #remember-me-box {
    margin-top: 5px;
}

.account-create h1,
.account-create .buttons-set {
    text-align: center;
}

.account-create .field.checkbox-field .input-box label {
    margin-top: 10px;
    position: relative;
    padding-left: 35px;
    line-height: 1.1;
}

.account-create .field.checkbox-field .input-box label:before {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
}

@media (max-width: 767px) {
    .account-create {
        padding: 0 15px;
    }

    .account-create p {
        text-align: left;
    }
}

form[action*='forgotpasswordpost'],
.customer-account-changeforgotten .col-main,
.account-login {
    max-width: 260px;
    position: relative;
    margin: 28px auto;
}

form[action*='resetpasswordpost'] .fieldset {
    margin-top: 0!important;
}

form[action*='forgotpasswordpost'] .form-list .fields > .field,
form[action*='resetpasswordpost'] .form-list .fields > .field {
    width: 100%!important;
    float: none!important;
}

form[action*='forgotpasswordpost'] .page-title,
form[action*='resetpasswordpost'] .page-title,
.account-login .page-title {
    text-align: center;
}

.account-login #remember-me-box {
    float: left;
}

.account-login #remember-me-box label {
    line-height: 40px;
}

.account-login #remember-me-box .input-box {
    margin: 0;
}

.account-login #remember-me-box + .button {
    float: right;
}

.account-login .buttons-set,
.account-login .buttons-set.registered-users {
    float: none;
    margin-top: 15px;
}

.account-login label[for="pass"] {
    margin-bottom: 0;
}

form[action*='loginPost'] .col2-set:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

form[action*='loginPost'] .col2-set:last-child a,
form[action*='loginPost'] .col2-set:last-child button {
    display: block;
    width: 100%;
    text-align: center;
}

form[action*='loginPost'] .buttons-set a + button {
    margin: 15px 0;
}

/* discount form */

.discount > .discount-form  {
    display: table;
    width: 100%;
}

.discount > .discount-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 0 15px;
}

.discount > .discount-form .input-box {
    width: 75%;
}

/*#opc-review .discount > .discount-form .input-box {*/
    /*width: 58%;*/
/*}*/

.discount > .discount-form .buttons-set {
    width: 25%;
}

/*#opc-review .discount > .discount-form .buttons-set {*/
    /*width: 12%;*/
/*}*/

.cart .discount > .discount-form .buttons-set button {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.discount > .discount-form .input-box,
.discount > .discount-form .buttons-set {
    margin-bottom: 0;
}

.discount > .discount-form .input-box > input,
.discount > .discount-form .input-box > .input-text {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 0;
}

.discount > .discount-form label {
    display: table-header-group;
}

/*#opc-review .discount > .discount-form label {*/
    /*width: 30%;*/
/*}*/

.discount > .discount-form label span {
    margin-bottom: 5px;
    display: inline-block;
}

.discount > .discount-form label[style*='bold'] {
    font-weight: normal!important;
}

.discount > .discount-form .buttons-set button,
.discount > .discount-form .buttons-set .button {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left: 0;
    display: block;
    width: 100%;
}

/* Search - Auto Suggest */

.search-autocomplete {
    left: 0 !important;
    overflow: visible !important;
    position: absolute !important;
    top: 100% !important;
    width: 100% !important;
    margin-top: -1px;
    z-index: 99999;
}

.search-autocomplete ul {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    left: 0;
    padding-left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    max-height: 400px;
    overflow: auto;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-shadow: 0 1px 3px rgba(0,0,0,.3);;
    margin-top: 1px;
}

.search-autocomplete ul::-webkit-scrollbar-track {
    background-color: #ebebeb;
}
.search-autocomplete ul::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
}
.search-autocomplete ul::-webkit-scrollbar-thumb {
    background: #f07c22;
}

.search-autocomplete ul li {
    color: inherit;
    font-size: 12px;
    padding: 10px 12px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.search-autocomplete ul li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.search-autocomplete ul li .suggestions-productimage {
    width: 20%;
}

.search-autocomplete ul li .suggestions-productname {
    width: 80%;
    padding-left: 15px;
}

.search-autocomplete ul li .suggestions-productimage img {
    display: block;
    width: 100%;
}

.search-autocomplete ul li:hover .suggestions-productname {
    text-decoration: underline;
    cursor: pointer;
}

.search-autocomplete ul li.selected {

}

.search-autocomplete ul li .amount {
    float: right;
    font-weight: bold;
}

.search-autocomplete ul li a {
    line-height: 1;
}

.search-autocomplete ul li:last-child {
    border-bottom: none;
}

/**/

@media (max-width: 384px) {
    .recaptcha {
        border-right: 1px solid #d3d3d3;
        border-radius: 5px;
    }
}
/* buttons */

.button,
.back-link > a,
.alert-price.link-price-alert > a,
.read-more {
    display: inline-block;
    font-family: 'Noir-Regular';
    height: 40px;
    line-height: 1.4;
    padding: 9px 16px;
    margin-bottom: 0;
    font-size: 14px;
    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;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
    border: 3px solid #f07c22;
    background-color: #f07c22;
    font-weight: bold;
}

.back-link > a:hover,
.back-link > a:focus,
.button:hover,
.button:focus,
.alert-price.link-price-alert > a:hover,
.alert-price.link-price-alert > a:focus,
.read-more:hover,
.read-more:focus {
    background-color: #ffab00;
    border-color: #ffab00;
    color: #fff;
    text-decoration: none;
}

.back-link > a:focus,
.button:focus,
.alert-price.link-price-alert > a:focus,
.read-more:focus {
    -webkit-box-shadow: 0 1px 5px rgba(240, 124, 34, .3);
    box-shadow: 0 1px 5px rgba(240, 124, 34, .3);
}

.back-link > a:active,
.back-link > a.active,
.button:active,
.button.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: 0 0 5px rgba(240, 124, 34, .5);
    box-shadow: 0 0 5px rgba(240, 124, 34, .5);
}

.back-link > a {
    background-color: transparent;
    border-color: transparent;
    color: #666766;
    text-decoration: underline;
    text-transform: none;
}

.back-link > a:hover,
.back-link > a:focus {
    background-color: transparent;
    border-color: #f07c22;
    color: #666766;
    text-decoration: none;
}

.button i,
.back-link > a:before {
    margin-right: 8px;
    top: 1px;
}

[class*='button-'] > span,
[class*='button-'] > span > span {
    line-height: 1;
}

[class*='button-'] > i,
[class*='btn-'] > i {
    margin-right: 8px;
}

.button:hover i,
.button:active i,
.button:focus i,
.back-link > a:hover:before,
.back-link > a:active:before,
.back-link > a:focus:before {
    color: #fff;
}

@media (min-width: 767px) {
    .button,
    .back-link > a {
        white-space: nowrap;
    }

    .my-account .button[type="submit"],
    .my-account .btn-add-address {
        float: right;
    }

    .back-link {
        margin: 0;
        float: left;
    }

    .button-print {
        float: right;
    }
}

.button-print {
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
    font-family: 'AvenirNextLTPro-Regular';
    color: #666766;
}

.button-print > i {
    top: 1px;
    color: #f07c22;
    margin-right: 15px;
}

@media (max-width: 767px) {
    .button,
    .back-link > a {
        display: block;
        width: 100%;
    }
    .button-print {
        display: block;
        margin-top: 15px;
    }
    .back-link {
        float: left;
    }
    .my-account .buttons-set .back-link + button[type="submit"] {
        float: right;
        width: auto;
    }
}

/* back product list button (product page) */

.back-product-list {
    padding: 15px 0 0;
}

.back-product-list .button {
    color: #fff;
    font-size: 18px;
}

.back-product-list .button:hover,
.back-product-list .button:focus,
.back-product-list .button:active {
    color: #fff;
}

.back-product-list .button > i {
    font-size: 11px;
    color: #fff;
    top: -2px;
}

.back-product-list .button:hover > i,
.back-product-list .button:focus > i,
.back-product-list .button:active > i {
    color: #fff;
}

/**/

/* border buttons */

.shipping-form .button,
.buttons-set.registered-users .button {
    background-color: transparent;
    border: 3px solid #f07c22;
    color: #f07c22;
    padding: 9px 16px;
}

.shipping-form .button:hover,
.shipping-form .button:focus,
.buttons-set.registered-users .button:hover,
.buttons-set.registered-users .button:focus {
    background-color: #f07c22;
    color: #fff;
}

/**/

/* .registered-users .button */

.buttons-set.registered-users .button {
    border-color: transparent;
    text-transform: none;
    display: block;
    width: 100%;
    color: #666766;
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    padding: 7px 0;
}

/**/

/* change link */

.changelink a {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    text-transform: none;
}

.changelink a:before {
    margin-right: 8px;
}

.changelink a:hover:before {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
}

/**/

/* load more button + scroll loading */

.load-more {
    text-align: center;
    position: relative;
    margin: 15px auto;
    display: block;
    width: 100%;
}

.load-more .button {
    display: block;
    position: relative;
    margin: 0 auto;
    background-color: transparent;
    border-color: #f07c22;
    color: #f07c22;
    font-family: 'Noir-Medium';
    font-weight: normal;
    line-height: 1.5;
}

.load-more .button:hover,
.load-more .button:focus {
    background-color: #f07c22;
    color: #fff;
}

@media (min-width: 767px) {
    .load-more .button {
        min-width: 215px;
    }
}

@media (max-width: 767px) {
    .load-more {
        width: 70%;
    }
}

/* paypal amazon button */

a[href*='paypal'],
a[href*='amazon'] {
    background: none!important;
    height: auto!important;
}

.main a[href*='paypal'],
.main a[href*='amazon'] {
    width: auto!important;
    text-align: center;
    margin: 15px!important;
    display: block!important;
}

.main a[href*='amazon']:before {
    color: #ff9900;
}

.main a[href*='paypal']:before {
    color: #012169;
}

a[href*='amazon']:after {
    content: 'Login In with Amazon';
}

a[href*='paypal']:after {
    content: 'Login In with Paypal';
}

a[href*='paypal']:before,
a[href*='amazon']:before {
    display: block;
    font-size: 30px;
}

a[href*='paypal']:after,
a[href*='amazon']:after {
    display: block;
}

/* close buttons */

.close {
    padding: 2px;
    font-size: inherit;
}

.close,
.close:hover,
.close:focus {
    opacity: 1;
}


.modal .close:hover > i,
.modal .close:focus > i,
.messages .close:hover > i,
.messages .close:focus > i {
    color: #f07c22;
}

.modal .button.btn-notify,
.product-view-right .button.btn-notify,
.wishlist-item .button.btn-notify {
    width: 60%;
}

@media (max-width: 767px) {
    .modal .button.btn-notify,
    .product-view-right .button.btn-notify,
    .wishlist-item .button.btn-notify {
        width: 100%;
    }
}
/* loading + opc loading + category ajax filter loading + opc loading*/

.opc-ajax-loader,
.loading {
    position: fixed!important;
    z-index: 99999;
    background: rgba(0, 0, 0, .3);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.loading.active {
    display: block;
}

.opc-ajax-loader > div,
.loading > span {
    display: block;
    width: 100px;
    height: 20px;
    position: fixed;
    z-index: 999999;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -40px;
    text-align: center;
}

.opc-ajax-loader > div > div,
.loading > span > span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #fff;
    border-radius: 0;
    position: relative;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out both;
    animation: bouncedelay 1.4s infinite ease-in-out both;
}

.opc-ajax-loader > div > div {
    display: none;
}

.opc-ajax-loader > div > div#frotateG_01,
.opc-ajax-loader > div > div#frotateG_02,
.opc-ajax-loader > div > div#frotateG_03 {
    display: inline-block;
}

.opc-ajax-loader > div > div#frotateG_01,
.loading .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.opc-ajax-loader > div > div#frotateG_02,
.loading .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.5)
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}


.opc .please-wait,
.aw-ln-overlay,
#giftvoucher_ajaxload,
#giftvoucher_wait {
    position: absolute;
    width: auto!important;
    height: auto!important;
    z-index: 999;
    top: 0!important;
    bottom: 0!important;
    left: 0!important;
    right: 0!important;
    background-color: rgba(255, 255, 255, 0.9)!important;
    text-indent: -999999px;
}

.aw-ln-overlay {
    z-index: 998;
    background-image: none!important;
}

@media (min-width: 767px) {
    .col-main .aw-ln-overlay {
        top: -2px;
    }
}

.opc .please-wait:before,
.opc .please-wait:after,
.aw-ln-overlay:before,
.aw-ln-overlay:after,
#giftvoucher_ajaxload:before,
#giftvoucher_ajaxload:after,
#giftvoucher_wait:before,
#giftvoucher_wait:after {
    content: '';
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 20%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    border-radius: 50%;
}

.opc .please-wait:before,
.opc .please-wait:after,
#giftvoucher_ajaxload:before,
#giftvoucher_ajaxload:after,
#giftvoucher_wait:before,
#giftvoucher_wait:after {
    top: 50%;
}

@media (max-width: 767px) {
    .category-products .aw-ln-overlay:before,
    .category-products .aw-ln-overlay:after {
        top: 5%;
        margin-top: 0;
    }
}

.opc .please-wait:after,
.aw-ln-overlay:after,
#giftvoucher_ajaxload:after,
#giftvoucher_wait:after {
    border-top: 0.2em solid rgba(255, 255, 255, 0.2);
    border-right: 0.2em solid rgba(255, 255, 255, 0.2);
    border-bottom: 0.2em solid rgba(255, 255, 255, 0.2);
    border-left: 0.2em solid #ffab00;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: overlay 1.1s infinite linear;
    animation: overlay 1.1s infinite linear;
}

.opc .please-wait:before,
.aw-ln-overlay:before,
#giftvoucher_ajaxload:before,
#giftvoucher_wait:before {
    border: 0.2em solid #dae2ea;
}

@-webkit-keyframes overlay {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes overlay {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/**/

/* category page scroll loading */

.scroll-loading {
    padding: 20px 67px;
    display: block;
    width: 100%;
}

.scroll-loading .loading,
.scroll-loading .loading > span {
    background: none!important;
    position: static!important;
    margin: auto!important;
}

.load-more .loading > span > span,
.scroll-loading .loading > span > span {
    background-color: #f07c22!important;
}

/* modals */

.modal-popup {
    background-color: transparent;
}

.bootbox .modal-dialog,
.modal-ajax-cart .modal-dialog,
.modal-map-popup .modal-dialog,
.remember-me-popup .modal-dialog,
.modal-popup .modal-dialog,
.modal.modal-quick-view .modal-dialog,
.modal.modal-notify-me .modal-dialog,
.modal.modal-messages .modal-dialog {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 10px;
}

@media (min-width: 767px) {
    .bootbox .modal-dialog,
    .modal-ajax-cart .modal-dialog,
    .modal-map-popup .modal-dialog,
    .remember-me-popup .modal-dialog,
    .modal-popup .modal-dialog,
    .modal.modal-notify-me .modal-dialog,
    .modal.modal-messages .modal-dialog {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align : center;
        -webkit-align-items : center;
        -moz-box-align : center;
        -ms-flex-align : center;
        align-items : center;
        -webkit-box-pack : center;
        -moz-box-pack : center;
        -ms-flex-pack : center;
        -webkit-justify-content : center;
        -ms-justify-content : center;
        justify-content : center;
    }

    .modal-ajax-cart .modal-dialog.product-options,
    .modal.modal-messages .modal-dialog {
         max-width: 400px;
     }
}

.modal.modal-not-content .modal-content {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.checkout-cart-configure .modal.modal-messages .modal-content {
    padding: 25px;
}

.modal.modal-not-content .modal-title {
    text-align: center;
    padding: 10px 0 0;
}

.modal-ajax-cart .modal-dialog.product-options .btn-cart {
    margin-top: 15px;
}

#modal-messages-newsletter .modal-dialog .modal-body {
    text-align: center;
    text-transform: uppercase;
    color: #f07c22;
    font-size: 18px;
    font-family: 'Noir-Regular';
    padding: 50px 20px;
}

.modal {
    position: fixed!important;
}

.modal-footer {
    border: 0;
    padding-bottom: 0;
    text-align: center;
}

.modal-footer .btn,
.modal-footer .button {
    padding-left: 20px;
    padding-right: 20px;
}

.modal.in {
    display: block;
}

.modal .modal-content {
    border: 0;
    border-radius: 0;
    padding: 30px;
}

@media (max-width: 767px) {
    .modal .modal-content {
        padding: 10px;
    }
    #modal-price.modal .modal-content {
        padding: 25px;
    }
    .modal .modal-content .modal-body {
        padding: 0;
    }
}

.modal .close {
    display: block;
    font-size: 30px;
    color: #0073c6;
    position: absolute;
    z-index: 9999;
    top: 12px;
    right: 11px;
    padding: 5px;
    line-height: 0;
}

.modal-title {
    padding-right: 20px;
    line-height: 1;
    color: #f07c22;
    text-transform: uppercase;
}

.close > i,
.modal .close > i {
    font-size: 13px;
    color: #666766;
}

.modal .close:hover,
.messages .close:hover {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
}

.modal-content {
    border-radius: 0;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.modal-header {
    border: 0;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    color: #f07c22;
}

.modal.modal-media .carousel .carousel-controls > i {
    margin-top: -62px;
}

.modal.modal-media .product-img > .owl-carousel {
    border: 0;
}

.modal .product-thumbs img {
    max-width: 152px;
}

.modal .modal-body {
    padding: 0;
}

.modal .modal-body .table {
    margin-bottom: 0;
}

.modal-backdrop {
    background-color: #000;
    opacity: 1;
}

.modal .btn {
    margin: 0 15px;
}

.modal-open {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal.modal-media,
.modal.modal-quick-view {
    display: block!important;
    background-color: rgba(0, 0, 0, 0.3);
}

.modal.modal-media,
.modal.modal-quick-view {
    height: 0;
    overflow: hidden;
}

.modal.modal-media.in,
.modal.modal-quick-view.in {
    height: auto;
    overflow-y: auto;
}

.modal.modal-media .modal-dialog {
    margin-top: 2%;
}

.modal.modal-media .product-img .owl-carousel .owl-item {
    text-align: center;
}

@media (min-width: 991px) {
    .modal.modal-media .product-img > .owl-carousel .owl-item img {
        height: 60vh;
        width: auto!important;
        display: inline-block!important;
    }
}

/**/

/* modal-quick-view */

.modal.modal-quick-view,
#acp-overlay {
    background-color: rgba(0, 0, 0, 0.3);
}

.modal.modal-quick-view.in {
    height: auto;
    overflow: auto;
}

.modal.modal-quick-view .modal-dialog {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
}

.modal.modal-quick-view .modal-body {
    padding: 0;
}

.modal.modal-quick-view .modal-dialog .modal-content {
    margin: 0 auto;
}

@media (min-width: 767px) and (max-width: 870px) {
    .modal.modal-quick-view .modal-dialog .modal-content {
        width: 800px;
    }
}
@media (min-width: 870px) {
    .modal.modal-quick-view .modal-dialog .modal-content {
        width: 900px;
    }
}

.modal.modal-quick-view .modal-dialog .modal-content {
    border-radius: 0;
}

.modal .product-shop {
    padding: 0!important;
}

.modal.modal-quick-view .product-img img {
    display: none;
    width: 100%;
}

.modal.modal-quick-view .product-img img:first-child {
    display: block;
}

.modal.modal-quick-view .btn-show-more {
    display: block;
    width: 100%;
}

.modal.modal-quick-view .btn-show-more,
.modal.modal-quick-view .product-view-addto,
.modal.modal-quick-view .product-view-sharing {
    margin-top: 15px;
}

.modal.modal-quick-view .product-rait-sum__txt {
    position: relative;
    top: 2px;
}

.modal.modal-quick-view .separator {
    display: none;
}

.modal.modal-quick-view .section-products {
    margin-bottom: 0;
}

@media (max-width: 767px) {


    .modal.modal-quick-view .modal-dialog {
        padding: 10px 0;
    }

    .modal.modal-quick-view .modal-content {
        padding: 15px;
    }

    .modal.modal-quick-view h1 {
        margin-top: 30px;
    }

    .modal.modal-quick-view .products-sticker {
        padding: 1px 10px;
    }

    .modal.modal-quick-view .product-thumbs-img .item img {
        width: 80%;
    }

    .modal.modal-quick-view .btn-show-more {
        margin-top: 5px;
    }

    .modal.modal-quick-view .section-products {
        padding-bottom: 55px;
        position: relative;
        margin-left: -15px;
        margin-right: -15px;
    }

    .modal.modal-quick-view .section-products .carousel .carousel-controls.next {
        right: 15px;
    }

    .modal.modal-quick-view .section-products .carousel .carousel-controls.prev {
        left: 15px;
    }

}

/**/

.bootbox-body {
    text-align: center;
    color: #ffab00;
    font-weight: 900;
    font-size: 20px;
}

/**/

/* modal-notify-me */

.modal.modal-notify-me p a {
    color: #0582c0;
}

.modal.modal-notify-me .block-subscribe .form-group {
    margin: 0;
}

.modal.modal-notify-me .modal-dialog .modal-content {
    padding: 30px!important;
}

.modal.modal-notify-me p {
    margin-bottom: 5px;
}

.modal .form-subscribe .input-text {
    border-color: #b9b9b9;
    border-right: 0;
}

.modal .form-subscribe label {
    color: inherit;
    text-transform: inherit;
    font-family: inherit;
    font-weight: inherit;
    margin: 0 0 6px;
}

@media (min-width: 767px) {
    .modal.modal-notify-me .modal-dialog {
        max-width: 380px;
    }
}

#acp-overlay {
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

/* ajaxcartpro-add-confirm */

[id*="ajaxcartpro"] .messages {
    padding: 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

@media (min-width: 767px) {
    [id*="ajaxcartpro"] .messages {
        width: 500px;
        max-width: 500px;
        left: 50%;
        top: 50%;
        right: auto;
        bottom: auto;
        margin-left: -250px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

@media (max-width: 767px) {
    [id*="ajaxcartpro"] .messages {
        top: 15px!important;
        bottom: auto!important;
    }
}

[id*="ajaxcartpro"] .messages > li {
    background-color: #fff;
    margin: 0;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    padding: 30px 35px 25px;
    color: inherit!important;
    position: relative;
}

[id*="ajaxcartpro"] .messages .add-confirm-wrapper,
[id*="ajaxcartpro"] .messages a {
    text-decoration: none;
}

[id*="ajaxcartpro"] img {
    display: block;
    width: 100%;
}

[id*="ajaxcartpro"] .add-confirm-wrapper {
    text-align: left;
    margin: 0 -15px;
    font-size: 14px;
}

[id*="ajaxcartpro"] .add-confirm-header {
    text-align: left;
    text-transform: uppercase;
    color: #f07c22;
    margin-bottom: 15px;
    font-family: 'Noir-Medium';
}

[id*="ajaxcartpro"] .confirm-product-name {
    text-align: left;
    margin-bottom: 15px;
    font-family: 'Noir-Medium';
}

[id*="ajaxcartpro"] .add-confirm-wrapper .add-confirm-img,
[id*="ajaxcartpro"] .add-confirm-wrapper .add-confirm-content {
    float: left;
}

[id*="ajaxcartpro"] .add-confirm-wrapper .add-confirm-img,
[id*="ajaxcartpro"] .add-confirm-wrapper .add-confirm-content,
[id*="ajaxcartpro"] .add-confirm-wrapper .add-confirm-btn {
    padding: 0 15px;
}

[id*="ajaxcartpro"] .add-confirm-wrapper .add-confirm-img {
    width: 30%;
}

[id*="ajaxcartpro"] .add-confirm-wrapper .add-confirm-content {
    width: 70%;
}

[id*="ajaxcartpro"] .add-confirm-wrapper .add-confirm-content p {
    margin-bottom: 5px;
}

[id*="ajaxcartpro"] .add-confirm-wrapper .add-confirm-content .price-box {
    font-weight: bold;
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 110%;
    color: #0582c0;
}

[id*="ajaxcartpro"] .add-confirm-wrapper .add-confirm-btn {
    width: 100%;
    clear: both;
    padding-top: 25px;
}

.checkout-cart-index #ajaxcartpro-remove-confirm .add-confirm-wrapper .add-confirm-btn {
    text-align: center;
}

.checkout-cart-index [id*="ajaxcartpro"] .add-confirm-wrapper .add-confirm-btn .button.btn-continue {
    float: none;
}

#ajaxcartpro-remove-confirm .add-confirm-wrapper .add-confirm-btn {
    padding-top: 0;
}

[id*="ajaxcartpro"] .add-confirm-wrapper .add-confirm-btn .button.btn-continue {
    float: left;
    background-color: transparent;
    color: #666766;
    border-color: transparent;
    border-width: 3px;
    padding-top: 9px;
    padding-bottom: 9px;
    text-transform: none;
    position: static;
    text-decoration: underline;
}

[id*="ajaxcartpro"] .add-confirm-wrapper .add-confirm-btn .button.btn-continue i {
    color: inherit;
    margin: 0!important;
}

[id*="ajaxcartpro"] .add-confirm-wrapper .add-confirm-btn .button.btn-continue:hover i,
.tool-tip .btn-close:hover:before {
    color: #f07c22;
}

[id*="ajaxcartpro"] .add-confirm-wrapper .add-confirm-btn .button.btn-continue:hover,
[id*="ajaxcartpro"] .add-confirm-wrapper .add-confirm-btn .button.btn-continue:focus {
    border-color: #f07c22;
    text-decoration: none;
}

[id*="ajaxcartpro"] .add-confirm-wrapper .add-confirm-btn .button.btn-go-checkout {
    float: right;
}

[id*="ajaxcartpro"] .close {
    position: absolute;
    top: 15px;
    right: 15px;
}

@media (max-width: 767px) {
    [id*="ajaxcartpro"] .add-confirm-wrapper .add-confirm-btn .button.btn-continue {
        margin-bottom: 15px;
    }
    [id*="ajaxcartpro"] .add-confirm-wrapper .add-confirm-img {
        width: 50%;
    }

    [id*="ajaxcartpro"] .add-confirm-wrapper .add-confirm-content {
        width: 50%;
    }
}

/**/

/* tool tip */

.tool-tip {
    position: fixed;
    z-index: 99999;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    background-color: #fff;
    padding: 40px 35px 25px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
}

.tool-tip img {
    max-width: 100%;
    width: auto!important;
}

.tool-tip .btn-close {
    float: right;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    text-align: center;
}

.tool-tip .btn-close > a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
}

/**/

.modal-ajax-cart .form-group,
.modal-messages .form-group {
    margin-bottom: 0;
}

.modal-messages .input-group .input-text[type="email"],
.modal-messages .input-group .input-text:first-child,
.modal-ajax-cart .input-group .input-text:first-child {
    border-right: 0!important;
}

.modal a[href*="tel:"] {
    color: #0582c0;
}
/* filter */

.aw-ln-filter-clear, .aw-ln-clear-all {
    position: relative;
    top: 4px;
    display: block;
    padding: 10px 0 !important;
    z-index: 2;
}

.block-form-price {
    border: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.block-form-price {
    margin: 15px 0;
}

.block-form-price .button {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 991px) {
    .block-form-price .button {
        margin-top: 15px;
    }
}

.block-form-price .row {
    margin: 0 -5px;
}

.block-form-price [class*='col-'] {
    padding: 0 5px;
}

#narrow-by-list ol > li {
    padding: 6px 0;
    font-size: 12px;
}

#narrow-by-list ol > li > a {
    color: #6a7583;
    text-transform: none;
    padding: 0;
    display: inline-block;
}

#narrow-by-list ol > li > a:hover,
#narrow-by-list ol > li > a:focus,
#narrow-by-list ol > .active > a,
#narrow-by-list ol > .active > a:hover,
#narrow-by-list ol > .active > a:focus {
    color: #ffab00;
    background-color: transparent;
}

#narrow-by-list ol > .btn-more-less {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    color: #ffab00;
    margin-bottom: 10px;
    font-weight: bold;
}

.currently {
    margin-bottom: 15px;
}

.currently ol > li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.currently ol > li > a {
    background-color: #ffab00;
    color: #fff;
    padding: 3px 10px 4px;
    font-size: 13px;
    border-radius: 3px;
    position: relative;
    text-transform: uppercase;
}

.currently ol > li > a:hover,
.currently ol > li > a:focus,
.currently ol > li > a:active {
    background-color: #ffab00;
    color: #fff;
    text-decoration: none;
}

.currently ol > li > a:active {
    top: 1px;
}

.currently ol > li > a > i {
    position: relative;
    font-style: normal;
    font-weight: bold;
    color: #fff;
    margin-right: 4px;
    display: inline-block;
    font-size: 8px;
    top: -1px;
}

/**/

/* slider range */


.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.filter-options-range {
    margin: 0 15px;
}

.slider.slider-horizontal {
    width: 100%;
    height: 20px;
}

.slider.slider-horizontal .slider-track {
    height: 10px;
    width: 100%;
    margin-top: -5px;
    top: 50%;
    left: 0;
}

.slider.slider-horizontal .slider-selection {
    height: 100%;
    top: 0;
    bottom: 0;
}

.slider.slider-horizontal .slider-handle {
    margin-left: -10px;
    margin-top: -5px;
}

.slider.slider-horizontal .slider-handle.triangle {
    border-width: 0 10px 10px 10px;
    width: 0;
    height: 0;
    border-bottom-color: #0480be;
    margin-top: 0;
}

.slider.slider-vertical {
    height: 210px;
    width: 20px;
}

.slider.slider-vertical .slider-track {
    width: 10px;
    height: 100%;
    margin-left: -5px;
    left: 50%;
    top: 0;
}

.slider.slider-vertical .slider-selection {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
}

.slider.slider-vertical .slider-handle {
    margin-left: -5px;
    margin-top: -10px;
}

.slider.slider-vertical .slider-handle.triangle {
    border-width: 10px 0 10px 10px;
    width: 1px;
    height: 1px;
    border-left-color: #0480be;
    margin-left: 0;
}

.slider input {
    display: none;
}

.slider .tooltip-inner {
    white-space: nowrap;
}

.slider-track {
    position: absolute;
    cursor: pointer;
    background-color: #ebebeb;
}

.slider-selection {
    position: absolute;
    background-color: #0582c0;
}

.slider-handle {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #0582c0;
    opacity: 1;
    border: 0 solid transparent;
}

.slider-handle.round {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.slider-handle.triangle {
    background: transparent none;
}

.range-min-max .slider-min,
.range-min-max .slider-max {
    display: block;
}

.range-min-max .slider-min {
    float: left;
}

.range-min-max .slider-max {
    float: right;
}

/**/

/* AW */

.aw-ln-clear-all {
    float: right;
    font-size: 11px;
    padding: 3px 2px 0 0;
}

.block-layered-nav dd ol {
    font-size: 0;
    overflow: auto!important;
}

.block-layered-nav dd ol[style*='height'] {
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 15px;
    height: auto!important;
    max-height: 300px;
}

.block-layered-nav dd ol[style*='height']::-webkit-scrollbar {
    width: 8px;
}

.block-layered-nav dd ol[style*='height']::-webkit-scrollbar-track {
    background-color: #ebebeb;
}

.block-layered-nav dd ol[style*='height']::-webkit-scrollbar-thumb {
    background-color: #f07c22;
}

.block-layered-nav dd ol li {
    display: block;
    margin: 0;
    white-space: normal;
    font-size: 14px;
    padding: 0;
}

.block-layered-nav dd ol li a {
    position: relative;
    line-height: 1;
    white-space: normal;
    display: inline-block;
}

.block-layered-nav dd ol li a > span.counter {
    margin-left: 5px;
}

.block-layered-nav dd ol li [type="checkbox"] + a,
.block-layered-nav dd ol li [type="radio"] + a {
    padding-left: 35px;
    cursor: pointer;
}

.block-layered-nav .aw-ln-filters-container-dd-category ol li {
    padding-top: 0!important;
    padding-bottom: 0!important;
    position: relative;
    padding-right: 30px;
}

.block-layered-nav .aw-ln-filters-container-dd-category ol li > i {
    display: block;
    padding: 5px;
    position: absolute;
    right: 0;
    top: -2px;
    bottom: 0;
    cursor: pointer;
}

.block-layered-nav .aw-ln-filters-container-dd-category ol li > i:hover + label > a {
    color: #0582c0;
}

.block-layered-nav .aw-ln-filters-container-dd-category ol li > i:before {
    display: inline-block;
    position: relative;
    top: -3px;
    content: '';
    border-top: 8px solid #fbaa19;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.block-layered-nav .aw-ln-filters-container-dd-category ol li > i:hover:before {
    border-top-color: #0582c0;
}

.block-layered-nav .aw-ln-filters-container-dd-category ol .open > i:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.block-layered-nav .aw-ln-filters-container-dd-category ol li a {
    padding-left: 0!important;
}

.block-layered-nav .aw-ln-filters-container-dd-category ol li input:checked + a {
    color: #0582c0;
}

.block-layered-nav .aw-ln-filters-container-dd-category ol [data-level="2"] {
    height: 0;
    overflow: hidden;
}

.block-layered-nav .aw-ln-filters-container-dd-category ol [data-level="2"].open {
    height: auto;
    overflow: visible;
}

.block-layered-nav dd ol li a:before {
    position: absolute;
    top: -3px;
    left: 0;
}

.block-layered-nav dd ol li.aw-ln-filters-container-1column-layout {
    width: 100%;
}

.block-layered-nav dd ol li.aw-ln-filters-container-2column-layout {
    width: 49%;
}

.block-layered-nav dd ol li.aw-ln-filters-container-3column-layout {
    width: 33%;
}

.block-layered-nav dd ol li.aw-ln-filters-container-4column-layout {
    width: 23%;
}

.block-layered-nav dd ol li label {
    display: inline-block;
}

.block-layered-nav dd ol li label:hover a:before {
    border-color: #feab00;
    background-color: #f0f0f0;
}

.block-layered-nav dd ol li > a {
    cursor: pointer;
    text-decoration: none;
}

.block-layered-nav dd ol li label img {
    vertical-align: middle;
}

.block-layered-nav dd ol li span {
    padding: 0;
    display: inline-block;
}

.block-layered-nav dt {
    padding: 20px 0 5px;
    text-transform: uppercase;
}

.aw-ln-filter-clear,
.aw-ln-clear-all {
    float: right;
    font-size: 14px;
    padding: 0;
    text-transform: none;
    font-weight: normal;
    color: #fff;
}

.aw-ln-filter-collapse-show {
    margin: 10px 0;
}

.aw-ln-filter-clear a,
.aw-ln-filter-collapse-show a,
.aw-ln-clear-all a,
.aw-ln-filter-collapse-show,
.aw-ln-filter-collapse-hide {
    font-family: 'AvenirNextLTPro-Regular';
    color: #0582c0;
}

.aw-ln-filter-help {
    clear: both;
    float: right;
    font-size: 11px;
    padding: 0;
    text-transform: none;
    font-weight: normal;
    cursor: help;
    height: 15px;
}

.aw-ln-filter-help.help-icon {
    width: 15px;
    height: 15px;
    background: red;
}

.aw-ln-filter-help > a {
    cursor: help;
}

.aw-ln-help-tooltip-wrapper {
    position: relative;
    z-index: 100;
    cursor: help;
    font-size: 11px;
    text-transform: none;
    font-weight: normal;
}

.aw-ln-help-tooltip {
    width: 191px;
    position: absolute;
    z-index: 1000;
    right: -15px;

    padding: 5px 12px;
    color: #464d50;

    background-color: #ffffff;
    border: thin solid #cccccc;
    border-radius: 3px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
}

.aw-ln-help-tooltip__top {
    bottom: 29px;
}

.aw-ln-help-tooltip__bottom {
    top: 10px;
}

.aw-ln-help-arrow {
    position: absolute;
    z-index: 1000;
    right: 0;
}

.aw-ln-help-arrow:before {
    border-color: #cccccc transparent;
    border-style: solid;
    content: "";
    right: -2px;
    position: absolute;
}

.aw-ln-help-arrow:after {
    border-color: #fff transparent;
    border-style: solid;
    content: "";
    right: -2px;
    position: absolute;
}

.aw-ln-help-arrow__top {
    bottom: 30px;
}

.aw-ln-help-arrow__top:before {
    border-width: 10px 10px 0;
    top: 1px;
}

.aw-ln-help-arrow__top:after {
    border-width: 10px 10px 0;
    top: 0;
}

.aw-ln-help-arrow__bottom {
    top: 0;
}

.aw-ln-help-arrow__bottom:before {
    border-width: 0 10px 10px;
    top: 0;
}

.aw-ln-help-arrow__bottom:after {
    border-width: 0 10px 10px;
    top: 1px;
}

.aw-ln-filter-collapse-show, .aw-ln-filter-collapse-hide {
    cursor: pointer;
}

.aw-ln-filter-category-tree-action {
    width: 15px;
    height: 15px;
    display: block;
    float: left;
}

.aw-ln-filter-category-tree-action-plus {
    background: red;
    cursor: pointer;
}

.aw-ln-filter-category-tree-action-minus {
    background: red;
    cursor: pointer;
}

.aw-ln-filter-options-range-slider {
    z-index: 10;
}

.aw-ln-filter-options-range-slider-wrapper {
    position: relative;
}

.aw-ln-filter-options-range-slider-wrapper-left {
    background-color: rgba(0, 0, 0, 0.1);
}

.aw-ln-filter-options-range-slider-wrapper-right {

}

.aw-ln-filter-options-range-slider-min,
.aw-ln-filter-options-range-slider-max {
    width: 10px;
    border-radius: 6px;
    background-color: #000;
    float: left;
    z-index: 100;
}

.aw-ln-filter-options-range-slider-min {
    right: 0!important;
}

.aw-ln-filter-options-range-slider-max {
    left: 0!important;
}

.aw-ln-filter-options-range-slider-active {
    width: 0;
    height: 13px;
    position: relative;
    z-index: 20;
    background-color: #31a348;
}

.aw-ln-filter-options-range-status {
    height: 20px;
    width: 100%;
}

.aw-ln-filter-options-range-status-from {
    float: left;
    margin: 0 0 0 -4px;
}

.aw-ln-filter-options-range-status-to {
    float: right;
    margin: 0 -3px 0 0;
}

.aw-ln-filter-options-fromto .row {
    margin: 0 -10px;
}

.aw-ln-filter-options-fromto [class*='col-'] {
    padding: 0 10px;
}

.aw-ln-filter-options-fromto input {
    text-align: center;
}

.aw-ln-filter-options-fromto button {
    margin-top: 20px;
}

.block-layered-nav dd ol li {
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}

.block-layered-nav dt {
    text-transform: uppercase;
    font-family: 'Noir-Medium';
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
    padding: 20px 0 5px;
}

.offers-index-index .block-layered-nav dt:first-child {
    padding-top: 0;
}

/**/

@media (max-width: 767px) {
    .aw-ln-overlay {
        left: -20px!important;
        right: -20px!important;
    }
    .aw-ln-filter-clear,
    .aw-ln-clear-all {
        float: none!important;
    }
    .block > .block-content.no-display {
        display: block!important;
    }
    .block-layered-nav dt,
    .block-layered-nav dd {
        position: relative;
        display: block;
    }
    .block-layered-nav dd:not(.aw-ln-filters-container-dd-category) {
        overflow: hidden;
        height: 0;
    }
    .block-layered-nav dd:not(.aw-ln-filters-container-dd-category).current {
        overflow: visible;
        height: auto;
    }
    .block-layered-nav dt {
        border-bottom: 1px solid #ebebeb;
        padding: 15px 0!important;
        cursor: pointer;
    }
    .block-layered-nav dt > span {
        position: relative;
        top: 2px;
    }
    .block-layered-nav dt:before {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -10px;
        width: 0;
        height: 0;
        display: inline-block;
        content: '';
        border-left: 9px solid #fbaa19;
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
    }
    .block-layered-nav .accordion-open dt.current:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .block-layered-nav #aw-ln-filters-container dt ol,
    .block-layered-nav #aw-ln-filters-container dd ol {
        display: block;
        overflow: hidden!important;
    }

    .block-layered-nav .accordion-open #aw-ln-filters-container dt.current ol,
    .block-layered-nav .accordion-open #aw-ln-filters-container dd.current ol {
        height: 100%;
        overflow: auto!important;
        padding: 10px 0 0;
    }

    .block-layered-nav .aw-ln-filter-clear {
        display: inline-block;
        position: relative;
        margin-right: 20px;
        margin-top: 3px;
    }
}
/* compare */

.compare-table-wrap {
    border: 1px solid transparent;
    position: relative;
}

.compare-table-wrap .compare-table {
    border: 0;
}

.compare-table td {
    min-width: 200px;
}

.compare-table .products-item,
.compare-table .button.btn-cart,
.compare-table .button.btn-notify,
.compare-table .price-box,
.compare-table td .std {
    max-width: 264px;
    margin: 0 auto!important;
}

.compare-table .add-to-links > li > a:before {
    font-size: 18px;
    margin-right: 12px;
    padding: 0 2px;
    top: 2px;
    width: 25px;
    text-align: center;
}

.compare-table .add-to-links > li {
    padding: 8px 0;
}

.compare-table .add-to-links > li:first-child {
    padding-top: 0;
}

.compare-table .add-to-links > li:last-child {
    padding-bottom: 0;
}

.products-item.products-item-compare .price-box .price-label {
    display: block;
    margin-bottom: 5px;
}

.products-item.products-item-compare .price-box {
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}

.products-item.products-item-compare .price-box .special-price {
    color: #0582c0;
}

.products-item.products-item-compare .price-box .price {
    font-size: 18px;
    font-family: 'AvenirNextLTPro-Demi';
}

@media (max-width: 767px) {
    .compare-table td {
        max-width: 200px;
    }

    .compare-table .btn {
        padding: 0;
    }
}

.compare-table .price-box span {
    display: block;
}

.compare-table .price-box p {
    display: block;
    float: left;
    width: 50%;
}

.compare-table .price-box p + p {
    float: left;
    width: 50%;
}

.compare-table .price-box p:nth-child(even) {
    text-align: right;
}

.compare-table .price-box .price {
    font-weight: bold;
}

.compare-table th {
    background-color: transparent;
    border: 0;
}

.compare-table {
    cursor: w-resize;
}

.compare-table .btn-compare,
.compare-table .price-label {
    display: none;
}

.compare-table .compare-table-wrap,
.compare-table .compare-product-item {
    position: relative;
}

.compare-table .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 998;
}

.compare-table th {
    border-left: 0!important;
    border-right: 0!important;
}

.compare-table .first > td,
.compare-table .first > th {
    border-bottom-color: transparent;
}

.compare-table td.last {
    border-right: 0;
}

.compare-table .compare-table-btn,
.compare-table .compare-table-btn > td {
    border-top-color: transparent;
}

.compare-table .button.btn-cart,
.compare-table .button.btn-notify {
    margin: 0 auto;
    position: relative;
    display: block;
}

.compare-table > .table > tbody > tr > th,
.compare-table > tbody > tr > td,
.compare-table > tbody > tr > th,
.compare-table > tfoot > tr > td,
.compare-table > tfoot > tr > th,
.compare-table > thead > tr > td,
.compare-table > thead > tr > th {
    border-width: 3px;
    border-color: #ebebeb;
}

.products-item.products-item-compare .product-name,
.products-item.products-item-compare .product-name a {
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: none;
    font-size: 18px;
    color: inherit;
    font-family: 'Noir-Medium';
}

.compare-table-btn > td {
    padding-top: 0!important;
}

@media (max-width: 767px) {
    .catalog-product-compare-index .compare-table-wrap {
        position: relative;
        margin: 0 -15px;
        width: auto;
    }
}

/**/

/**/

/* wishlist */

.wishlist-list {
    margin-top: 3px;
}

.wishlist-item {
    position: relative;
    border: 3px solid #ebebeb;
    margin: -3px 0 0;
    padding: 15px;
}

.wishlist-item .products-item:not(.products-item-compare) p {
    margin: 0 0 10px;
}

.wishlist-item .product-name {
    margin-top: 15px;
    width: 100%;
}

.wishlist-item .products-item .product-name,
.wishlist-item .products-item .product-name a {
    font-family: 'Noir-Medium'!important;
    padding: 2px 0;
    font-size: 17px!important;
}

.wishlist-item p {
    text-align: left!important;
}

.wishlist-item .products-item > .products-item-img {
    margin: 0!important;
    position: relative;
}

.wishlist-item .products-item {
    margin: 0!important;
    width: 100%;
    overflow: visible!important;
}

.wishlist-item .products-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.wishlist-item .block-edit .btn {
    margin: 0!important;
    border-bottom: 0;
}

.wishlist-item .block-edit .btn.btn-option-list {
    float: left;
    border-left: 0;
}

.wishlist-item .block-edit .btn.btn-edit {
    float: right;
    border-right: 0;
}

.wishlist-item .block-edit .btn.btn-default {
    border-color: #eeeff0;
    padding: 2px 10px;
}

.wishlist-item .block-edit .btn.btn-default:hover {
    background-color: #0073c6;
    border-color: #0073c6;
    color: #fff;
}

.wishlist-index-index .buttons-set {
    margin-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
}

.wishlist-item .add-to-box-inner {
    border-bottom: 0!important;
    border-top: 1px solid #ebebeb;
    margin: 15px 0 0;
    padding-top: 10px;
}

.wishlist-item .add-to-box-inner > .add-to-links {
    width: auto!important;
    margin: 0;
}

.wishlist-item .products-item .add-to-links .active > .added {
    display: inline-block!important;
}

.wishlist-item .products-item .add-to-links > li > a {
    height: auto;
    width: auto;
    line-height: 1;
    color: #666766;
}

.wishlist-item .products-item .add-to-links > li > a:before {
    font-size: 19px;
    color: #f07c22;
    margin-right: 9px;
    top: 3px;
}

.wishlist-item .add-to-box .add-to-box-inner > .add-to-links {
    display: block;
}

.wishlist-item .add-to-box .add-to-box-inner > .add-to-links > li {
    float: left;
}

.wishlist-item .add-to-box .add-to-box-inner > .add-to-links > li.wishlist-edit {
    float: right;
    margin-right: 0;
}

.wishlist-item .add-to-box .add-to-box-inner > .add-to-links > li:not(:last-child) {
    margin-right: 45px;
}

.wishlist-item textarea {
    min-height: 45px;
    margin-top: 15px;
}

.wishlist-item .products-item:not(.products-item-compare) .price-box .price-label {
    display: block!important;
    font-size: inherit;
    margin-bottom: 10px;
}

.my-account .my-wishlist .btn-share,
.my-account .my-wishlist .btn-update {
    color: #666766;
    background-color: transparent;
    border-color: transparent;
    text-transform: inherit;
}
.my-account .my-wishlist .btn-share:hover,
.my-account .my-wishlist .btn-update:hover,
.my-account .my-wishlist .btn-share:focus,
.my-account .my-wishlist .btn-update:focus {
    color: #666766;
    background-color: transparent;
    border-color: #f07c22;
}

@media (min-width: 767px) {
    .my-account .my-wishlist .buttons-set {
        position: relative;
        margin-left: -10px;
        margin-right: -10px;
    }
    .my-account .my-wishlist .buttons-set button,
    .my-account .my-wishlist .button[type="submit"] {
        margin: 0;
        float: left;
    }
    .my-account .my-wishlist .buttons-set button.btn-add {
        float: right;
        padding-left: 40px;
        padding-right: 40px;
    }
    .my-account .my-wishlist .buttons-set button.btn-share,
    .my-account .my-wishlist .buttons-set button.btn-update {
        font-family: inherit;
        font-weight: inherit;
        text-decoration: underline;
    }

    .my-account .my-wishlist .buttons-set button.btn-share:hover,
    .my-account .my-wishlist .buttons-set button.btn-update:hover {
        text-decoration: none;
    }
}

@media (max-width: 767px) {

    .wishlist-item {
        padding-bottom: 15px;
    }

    .category-row.products-list .products-item .product-name {
        width: 100%;
    }

    .wishlist-item .products-item > .products-item-img,
    .wishlist-item .products-item > .products-item-info {
        width: 50%!important;
        margin: 0!important;
    }

    .wishlist-item .products-item > .products-item-info {
        padding-left: 15px;
    }

    .category-row.products-list.wishlist-list .button.btn-cart span {
        display: block!important;
    }

    .category-row.products-list.wishlist-list .wishlist-item .add-to-links > li > a:before {
        display: inline-block;
    }

    .my-wishlist .buttons-set {
        margin: 0;
    }

    .my-wishlist .buttons-set button {
        margin: 15px 0;
        float: left;
        width: 50%!important;
    }

    .my-wishlist .buttons-set button.btn-add {
        width: 100%!important;
        float: none;
        clear: both;
    }

    .wishlist-item .wishlist-edit .button + .button,
    .wishlist-item .wishlist-edit .button + div + .button {
        margin-top: 15px;
    }

    .wishlist-item .product-name {
        margin-top: 15px;
    }

    .category-row.products-list > .category-item > .products-item .add-to-box {
        margin-bottom: 0!important;
    }

    .wishlist-item .add-to-box .add-to-box-inner > .add-to-links > li {
        margin-right: 10px!important;
        margin-bottom: 0!important;
        float: left!important;
    }

    .wishlist-item textarea.input-text {
        min-height: 100px;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .wishlist-item .add-to-box .add-to-cart .qty-group {
        width: 45%!important;
    }
    .wishlist-item .add-to-box .add-to-cart .button.btn-cart {
        width: 50%!important;
    }
    .wishlist-item .add-to-box .add-to-box-inner > .add-to-links > li:not(:last-child) {
        margin-right: 15px;
    }
}

@media (min-width: 1200px) {
    .my-account .my-wishlist .wishlist-item .add-to-box .add-to-cart {
        width: 65%;
    }
}

/**/
/* widgets */

.widget-category-list {
    position: relative;
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.widget-category-list .item {
    padding: 15px;

}

.widget-category-list .item,
.widget-category-list .item span {
    display: block;
    text-align: center;
}

/**/

@media (max-width: 767px) {
    .section-tab {
        position: relative;
        margin: 15px 0!important;
    }

    .section-tab:before {
        position: absolute;
        z-index: 999;
        content: '';
        display: block;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #fff;
        opacity: 1;
        visibility: visible;
    }
}

.body-loaded .section-tab:before {
    opacity: 0;
    visibility: hidden;
}

.widget-tabs .tab-content > .tab-pane {
    display: block!important;
    opacity: 0;
    height: 0!important;
    overflow: hidden;
    -webkit-transition: opacity 0.7s ease-out;
    -moz-transition: opacity 0.7s ease-out;
    transition: opacity 0.7s ease-out;
}

.widget-tabs .tab-content > .tab-pane.active {
    opacity: 1;
    height: auto!important;
    overflow: visible;
}

@media (min-width: 767px) {
    .widget-tabs .carousel {
        position: relative;
        width: 94%;
        margin: 0 auto;
    }

    .widget-tabs .carousel .carousel-controls {
        opacity: 1;
    }
}

/* section tabs */

.section-tab {
    margin: 30px 0;
}

.section-tab .carousel {
    position: static;
}

@media (min-width: 767px) {
    .section-tab .tab-content {
        border: 3px solid #4f4f4f;
        padding: 20px;
        position: relative;
        border-radius: 0;
        margin: 0;
    }
}

.widget-tabs .tab-content {
    padding: 0!important;
}

.section-tab .section-products .carousel > .owl-carousel {
    width: 90%;
}

.section-tab .nav-tabs > li {
    display: inline;
    float: none;
}

.section-tab .nav-tabs > li > a,
.section-tab .nav-tabs > li > a:hover,
.section-tab .nav-tabs > li > a:focus {
    display: inline-block;
    background-color: #ebebeb;
    border-color: #b9b9b9;
    color: #333;
    font-family: 'Noir-Medium';
    font-weight: normal;
    font-size: 18px;
    border-radius: 0;
    border-bottom: 0;
    margin-right: 20px;
    padding: 2px 40px;
    text-transform: uppercase;
    height: 43px;
    line-height: 43px;
}

.section-tab .nav-tabs > li.active > a,
.section-tab .nav-tabs > li.active > a:hover,
.section-tab .nav-tabs > li.active > a:focus {
    background-color: #4f4f4f;
    border-color: #4f4f4f;
    color: #fff;
}

.section-tab .link-view-all {
    position: absolute;
    top: -33px;
    z-index: 100;
    right: 0;
}

.section-tab .link-view-all:hover,
.section-tab .link-view-all:focus {
    color: #f07c22;
}

.section-tab .widget-tabs .nav-tabs > li > a {
    padding: 2px 40px;
    line-height: 45px;
    height: 42px;
    text-align: center;
    margin: 0 1%;
}

.section-tab .widget-tabs .nav-tabs {
    text-align: center;
}

@media (min-width: 767px) and (max-width: 991px) {
    .section-tab .widget-tabs .nav-tabs {
        display: table;
        width: 100%;
        position: relative;
        margin: 0;
        padding-right: 10%;
    }

    .section-tab .widget-tabs .nav-tabs > li {
        display: table-cell;
        padding: 0 1%;
    }

    .section-tab .widget-tabs .nav-tabs > li > a {
        padding-left: 0;
        padding-right: 0;
        display: block;
        margin: 0;
    }
}

@media (max-width: 767px) {
    /*.section-tab .nav-tabs > li > a,
    .section-tab .nav-tabs > li > a:hover,
    .section-tab .nav-tabs > li > a:focus {
        padding: 7px 15px;
        font-size: 14px;
        max-height: 40px;
        line-height: 2;
        margin-right: 10px;
    }
    .cms-index-index .section-tab {
        margin: 10px 0 80px;
    }
    .section-tab .tab-content {
        padding: 15px 0;
    }
    .section-tab .section-products .carousel > .owl-carousel {
        width: 100%;
    }*/

    .widget-tabs .section-products {
        padding-bottom: 0;
    }

    .widget-tabs .section-products .carousel .carousel-controls {
        bottom: -45px;
    }

    .widget-tabs .section-products .carousel .carousel-controls.next {
        right: 15px;
    }

    .widget-tabs .section-products .carousel .carousel-controls.prev {
        left: 15px;
    }

    .section-tab .link-view-all {
        display: inline-block;
        text-align: center;
        top: auto;
        bottom: 25px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        z-index: 10;
    }

    .section-tab .collapse {
        display: block!important;
        height: 0!important;
        overflow: hidden;
        border-bottom: 1px solid transparent;
    }

    .section-tab .collapse.in {
        display: block!important;
        height: auto!important;
        overflow: visible;
        border-bottom-color: #ebebeb;
    }

    .section-tab .panel:last-child .collapse {
        border-bottom: 0;
    }

    .section-tab .widget.widget-tabs .panel-body {
        padding-left: 0!important;
        padding-right: 0!important;
    }

    .widget.widget-tabs .panel {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .widget.widget-tabs .section-products {
        margin: 0;
    }

    .section-tab .section-products .carousel > .owl-carousel {
        width: 100%;
    }

    .section-tab {
        border: 3px solid #4f4f4f;
    }

    .section-tab .panel {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        border: 0;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border: 0;
    }

    .section-tab .panel:last-child > .panel-heading {
        border-bottom: 0;
    }

    .section-tab .panel-default > .panel-heading .panel-title {
        color: #333;
        font-family: 'Noir-Medium';
        line-height: 1;
    }

    .section-tab .widget-tabs .panel .panel-body {
        padding: 0 0 70px;
        position: relative;
    }

    .section-tab .panel > .panel-heading {
        background-color: transparent;
        border: 0;
        border-bottom: 1px solid #ebebeb;
        text-transform: uppercase;
        padding: 0;
    }
    .section-tab .panel > .panel-heading > .panel-title {
        position: relative;
    }
    .section-tab .panel > .panel-heading > .panel-title > a {
        display: block;
        padding: 17px 35px 10px 15px;
        text-decoration: none;
    }
    .section-tab .panel > .panel-heading > .panel-title > a:before {
        position: absolute;
        top: 50%;
        margin-top: -4px;
        right: 10px;
        width: 0;
        height: 0;
        border-top: 8px solid #faaa1a;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        display: inline-block;
        content: '';
    }
    .panel-group,
    .panel-group .panel + .panel {
        margin: 0;
    }
    .section-tab .panel > .panel-heading > .panel-title > a.active {
        background-color: #4f4f4f;
        color: #fff;
    }
    .section-tab .panel > .panel-heading > .panel-title > a.active:before {
        border-top-color: #fff;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        margin-top: -5px;
    }
}

/**/
.navbar-toggle {
    padding: 0;
    margin: 0 0 0 15px;
    float: left!important;
}

.navbar-toggle > span {
    display: block;
    background-color: #ffab00;
    height: 3px;
    margin: 5px auto;
    border-radius: 0;
    width: 26px;
}

.navbar-toggle > i {
    font-style: normal;
}

.navbar .dropdown-menu > li.active > a {
    color: #f07c22!important;
}

.navbar ul li.navbar-user-name {
    padding-top: 17px;
    color: #333;
}

@media (max-width: 767px) {
    .col-left,
    .navbar,
    .navbar.affix,
    .dropdown-menu.dropdown-menu-cart {
        display: block!important;
        float: none!important;
        margin: 0!important;
        border: 0!important;
        position: fixed;
        z-index: 9999;
        left: -100%;
        bottom: 0;
        top: 0;
        width: 80%;
        background-color: #fff;
        height: 100%;
        -webkit-transition: left 0.3s ease-out;
        -moz-transition: left 0.3s ease-out;
        transition: left 0.3s ease-out;
        -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .8);
        box-shadow: 0 3px 3px rgba(0, 0, 0, .8);
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .dropdown-menu.dropdown-menu-cart {
        left: auto;
        right: -100%;
        -webkit-transition: right 0.3s ease-out;
        -moz-transition: right 0.3s ease-out;
        transition: right 0.3s ease-out;
    }

    .navbar {
        padding-top: 50px;
    }

    .navbar .account-nav,
    .navbar .account-nav > li {
        display: block!important;
        float: none!important;
    }

    .navbar.in,
    .col-left.in {
        left: 0;
    }

    .navbar-active .open .dropdown-menu.dropdown-menu-cart {
        right: 0;
    }

    .open > .dropdown-menu > .dropdown-wrap > .dropdown-menu {
        display: table;
        width: 100%;
    }

    .backdrop,
    #acp-overlay {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 999;
        visibility: hidden;
        opacity: 0;
    }

    .backdrop {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .navbar-active #acp-overlay {
        display: none!important;
    }

    button.active-navbar {
        display: block;
        position: fixed;
        top: -100%;
        width: 20%;
        opacity: 0;
        -webkit-transition: all 1s ease-out!important;
        -moz-transition: all 1s ease-out!important;
        transition: all 1s ease-out!important;
        text-shadow: none;
        background: transparent;
        border: 0;
        font-size: 20px;
        z-index: 10001;
    }

    .navbar-active button.active-navbar {
        opacity: 1;
        top: 0;
        right: 0;
        background-color: #4f4f4f;
        height: 50px;
        line-height: 50px;
    }

    .navbar-active.minicart-active button.active-navbar {
        right: auto;
        left: 0;
    }

    .navbar-active button.active-navbar > i {
        color: #fff;
        font-size: 14px;
        top: -2px;
    }

    .navbar-active .backdrop,
    #acp-overlay.show {
        visibility: visible;
        opacity: 0.9;
    }

    .navbar-active .wrapper {
        overflow: hidden;
        position: fixed;
        z-index: 0;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .navbar .dropdown-menu {
        position: relative;
        top: auto;
        border: 0;
        margin: 0;
        float: none!important;
        padding: 0!important;
    }

    .navbar > ul .dropdown-menu:not(div) {
        padding-left: 10px!important;
    }

    .navbar .open .dropdown-wrap > [class*='dropdown-wrap'] > .dropdown-menu {
        display: block!important;
    }

    .navbar ul {
        margin: 0;
        float: none;
    }

    .navbar > ul {
        padding: 0 15px;
    }

    .navbar ul li {
        float: none!important;
        display: block;
        margin: 0;
        padding: 0;
    }

    .navbar ul li.btn-show-all {
        display: table-header-group;
    }

    .navbar ul li a {
        display: block!important;
        padding: 17px 0!important;
        border-bottom: 1px solid #c8c8c8!important;
        font-size: 14px;
        text-transform: none;
        text-decoration: none;
        line-height: 1!important;
        white-space: normal;
        position: relative;
    }

    .navbar ul li a,
    .navbar ul li a:hover,
    .navbar ul li a:focus {
        color: #666766!important;
    }

    .navbar > ul > li > a,
    .navbar > ul > li > a:hover,
    .navbar > ul > li > a:focus {
        background-color: transparent;
    }

    .navbar ul > li > a:hover,
    .navbar ul > li > a:focus {
        background-color: transparent!important;
        text-decoration: none!important;
    }

    .navbar ul > .open > a,
    .navbar ul > .open > a:hover,
    .navbar ul > .open > a:focus {
        background-color: transparent!important;
        text-decoration: none!important;
    }

    .navbar .dropdown > a,
    .navbar .dropdown-arrow > a {
        padding-right: 20px!important;
    }

    .navbar .dropdown > a:before,
    .navbar .dropdown-arrow > a:before {
        display: inline-block;
        content: '';
        position: absolute!important;
        right: 0;
        top: 50%;
        margin-top: -8px;
        border-left: 8px solid #fbaa19;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;

    }

    .navbar .open > a:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .navbar-nav-container .navbar-header,
    .navbar-nav-container .navbar-header a,
    .navbar-nav-container .navbar-header a:hover,
    .navbar-nav-container .navbar-header a:focus,
    .navbar-nav-container .navbar-header span  {
        color: #fff;
        font-size: 14px;
        padding: 0;
        margin: 0;
        display: block;
        line-height: 1;
    }

    .navbar .active > a,
    .navbar .active > a:hover,
    .navbar .active > a:focus {
        background-color: transparent;
        text-decoration: none;
        color: #fbaa19!important;
    }

    .navbar-nav-container .navbar-header span {
        text-transform: uppercase;
    }

    .navbar-nav-container .navbar-header {
        background-color: #4f4f4f;
        position: fixed;
        top: -100%;
        left: 0;
        right: 20%;
        padding: 18px 15px;
        text-align: left;
        z-index: 10001;
        height: 50px;
    }

    .navbar-active.navbar-active-menu .navbar-nav-container .navbar-header {
        top: 0;
        -webkit-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        transition: all 1s ease-out;
    }

    .navbar-nav-container .navbar-header .link-back {
        float: left;
        padding-left: 22px!important;
        position: relative;
        cursor: pointer;
    }

    .navbar-nav-container .navbar-header .link-back:before {
        display: inline-block;
        content: '';
        border-right: 8px solid #ebebeb;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -8px;
    }

    .navbar-nav-container .navbar-header #navbar-header-products {
        float: right;
    }

    .navbar .navbar-products,
    .navbar-nav-container .navbar-header .link-back,
    .navbar-nav-container .navbar-header #navbar-header-products,
    .navbar-products-active .navbar-header #navbar-header-main-menu,
    .navbar-products-active .navbar-main-menu {
        display: none!important;
    }

    .navbar .navbar-products.open,
    .navbar-products-active .navbar-products,
    .navbar-products-active .navbar-header .link-back,
    .navbar-products-active .navbar-header #navbar-header-products {
        display: block!important;
    }

    .navbar-footer {
        border: 2px solid #ebebeb;
        padding: 10px 15px;
        margin: 15px;
    }

    .navbar-footer i {
        font-size: 18px;
        vertical-align: middle;
        margin-right: 14px;
        top: -1px;
    }

    .navbar-footer [href*='tel:'] {
        color: #0582c0;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0.5px;
    }

    .navbar-footer .navbar-hours {
        margin-left: 33px;
        font-size: 13px;
        margin-top: 5px;
        color: #333;
    }
}

@media (min-width: 767px) {

    .header-navigate {
        background-color: #666766;
        border-bottom: 5px solid #fba619;
    }

    .top-menu-products {
        display: block;
        font-family: 'Noir-Medium';
        color: #fff;
        text-transform: uppercase;
        font-size: 24px;
        height: 50px;
        line-height: 62px;
        overflow: hidden;
        text-decoration: none;
        position: relative;
        background-color: #4f4f4f;
        padding: 0 40px 0 20px;
        white-space: nowrap;
        cursor: pointer;
    }

    .top-menu-products:hover,
    .top-menu-products:focus {
        color: #fff;
        text-decoration: none;
    }

    .top-menu-products > i {
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        margin-right: 20px;
        position: relative;
        top: -3px;
        border-top: 2px solid #feab00;
    }

    .top-menu-products > i:before,
    .top-menu-products > i:after {
        content: '';
        background-color: #feab00;
        display: block;
        height: 2px;
        margin-top: 5px;
    }

    .top-menu-products:after {
        display: inline-block;
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -5px;
        right: 20px;
        border-top: 10px solid #fbaa19;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }

    .open .top-menu-products:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    @media (max-width: 1200px) {
        .cms-index-index .top-menu-products[aria-expanded="true"]:after {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }
    }

    .navbar-nav-container {
        position: relative;
        display: none;
    }

    .cms-index-index .navbar-nav-container {
        display: block;
    }

    .open .navbar-nav-container {
        display: block;
    }

    .navbar.affix {
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        right: 0;
        border-radius: 0;
        border: 0;
    }

    .navbar.collapse {
        display: block!important;
    }

    .main-container .index-block .navbar,
    header .navbar {
        background-color: #4f4f4f;
        display: block;
    }

    header .navbar {
        position: absolute;
        z-index: 999;
        top: 100%;
        left: 0;
        right: 0;
    }

    .main-container .index-block .navbar {
        position: relative;
        margin-top: -5px;
    }

    .navbar .navbar-nav {
        width: 100%;
    }

    .navbar .navbar-nav > li {
        display: block;
        float: none;
    }

    .navbar .navbar-nav > li > .dropdown-menu {
        left: 100%;
        margin-left: -1px;
        top: 0;
        border: 1px solid rgba(0,0,0,.075);
        min-width: 480px;
        min-height: 150px;
    }

    .navbar .navbar-nav > li > .dropdown-menu.dropdown-col-3 {
        min-width: 620px;
    }

    @media (max-width: 991px) {
        .navbar .navbar-nav > li > .dropdown-menu.dropdown-col-3 {
            min-width: 500px;
        }
    }

    .navbar .navbar-nav > li.dropdown-second > .dropdown-menu {
        margin-top: -35%;
    }

    .navbar .navbar-nav > li.dropdown-last > .dropdown-menu {
        margin-top: -35%;
    }

    @media (max-height: 768px) {
        .navbar .navbar-nav > li.dropdown-last > .dropdown-menu {
            margin-top: 0;
            top: auto;
            bottom: 0;
            margin-bottom: -15%;
        }
    }

    .navbar .navbar-nav > li > a {
        color: #fff;
        text-align: left;
        line-height: 1;
        font-size: 14px;
        font-weight: normal;
        padding: 8.37px 20px;
        height: auto;
    }

    .navbar .navbar-nav > li:not(:last-child) > a {
        border-bottom: 1px solid rgba(255,255,255, 0.1);
    }

    .navbar.affix .navbar-nav > li > a {
        padding: 10px 5px;
    }

    .navbar.affix .navbar-nav {
        padding: 0 5%;
    }

    .navbar .navbar-nav > .open,
    .navbar .navbar-nav > .open:hover,
    .navbar .navbar-nav > .open:active,
    .navbar .navbar-nav > .open:focus,
    .navbar .navbar-nav > .active,
    .navbar .navbar-nav > .active:hover,
    .navbar .navbar-nav > .active:active,
    .navbar .navbar-nav > .active:focus,
    .navbar .navbar-nav > li:hover,
    .navbar .navbar-nav > li:active,
    .navbar .navbar-nav > li:focus {
        background-color: #ffab00;
    }

    .navbar .navbar-nav > .open > a,
    .navbar .navbar-nav > .open > a:hover,
    .navbar .navbar-nav > .open > a:active,
    .navbar .navbar-nav > .open > a:focus,
    .navbar .navbar-nav > li > a:hover,
    .navbar .navbar-nav > li > a:active,
    .navbar .navbar-nav > li > a:focus {
        background-color: transparent;
    }

    .navbar .dropdown-menu .active > a:hover,
    .navbar .dropdown-menu .active > a:active,
    .navbar .dropdown-menu .active > a:focus,
    .navbar .dropdown-menu > li > a:hover,
    .navbar .dropdown-menu > li > a:active,
    .navbar .dropdown-menu > li > a:focus,
    .navbar .dropdown-menu > li .dropdown-menu li a:hover,
    .navbar .dropdown-menu > li .dropdown-menu li a:active,
    .navbar .dropdown-menu > li .dropdown-menu li a:focus {
        background-color: transparent;
        color: #333;
        text-decoration: underline;
    }

    .navbar .dropdown-menu > li > a,
    .navbar .dropdown-menu > li .dropdown-menu li a {
        display: inline-block;
    }

    .navbar .navbar-nav > .open > a:before,
    .navbar .navbar-nav > .open > a:after {
        content: '';
        display: inline-block;
        position: absolute;
        right: -1px;
        z-index: 9999;
        top: 50%;
        margin-top: -10px;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 8px solid #fff;
    }

    .navbar .navbar-nav > .open > a:after {
        border-right: 8px solid rgba(0,0,0,.075);
        z-index: 9998;
        right: 0;
    }

    .navbar .dropdown-menu {
        background-color: #fff;
        border: 0;
        min-width: 100%;
        padding: 0;
        left: 0;
    }

    .navbar .dropdown-menu li {
        padding: 2px 0;
        display: block;
    }

    .navbar .dropdown-menu > li.level1 {
        padding: 5px 0;
    }

    .navbar .dropdown-menu > li.level1 > a,
    .navbar .dropdown-menu > li.level1 > a:visited,
    .navbar .dropdown-menu > li.level1 > a:focus,
    .navbar .dropdown-menu > li.level1 > a:hover {
        color: #0582c0;
    }

    .navbar .dropdown-menu li {
        display: block;
    }

    .navbar .dropdown-menu li a {
        display: inline-block;
        position: relative;
        background-color: transparent;
        margin: 0;
        color: #666766;
        text-transform: none;
        font-size: 14px;
        padding: 0;
        white-space: normal!important;
        line-height: 1.1;
    }

    .navbar .dropdown-wrap {
        padding: 10px 30px;
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }


    .navbar .dropdown-menu .dropdown-wrap > [class*='dropdown-wrap-'] {
        float: left;
        width: 50%;
    }

    .navbar .dropdown-menu.dropdown-col-3 .dropdown-wrap > [class*='dropdown-wrap-'] {
        float: left;
        width: 33.33333333%;
        padding: 0 5px;
    }

    .navbar .dropdown-wrap .dropdown-menu {
        display: block!important;
        position: relative!important;
        left: auto;
        top: auto;
        margin: 0;
        padding: 0;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        float: none;
    }

    .navbar .dropdown-wrap .dropdown-menu.level1 {
        padding-left: 12px;
    }

    .dropdown-menu.dropdown-wraper {
        min-width: 600px;
    }

    .dropdown-wraper > .dropdown-wraper-inner > .dropdown-menu {
        position: relative;
        display: block!important;
        left: auto!important;
        top: auto!important;
        padding: 0!important;
    }

    .dropdown-wraper > .dropdown-wraper-inner {
        display: table;
        width: 100%;
        table-layout: auto;
        border-collapse: collapse;
    }

    .dropdown-wraper > .dropdown-wraper-inner > .dropdown-menu,
    .dropdown-wraper > .dropdown-wraper-inner > .dropdown-banner {
        display: table-cell;
        vertical-align: top;
    }

    .dropdown-wraper > .dropdown-wraper-inner > .dropdown-banner > a {
        display: block;
    }

    .dropdown-wraper > .dropdown-wraper-inner > .dropdown-banner img {
        display: block;
        width: 100%;
    }

    .navbar .dropdown-menu:before {
        display: none;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .top-menu-products > i {
        margin-right: 11px;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .top-menu-products {
        font-size: 22px;
    }
    .top-menu-products > i {
        margin-right: 11px;
    }
}

@media (min-width: 1200px) {
    .cms-index-index .top-menu-products {
        cursor: default;
    }
}

.navbar ul li.btn-show-all > a {
    color: #ef7c22!important;
}

/* cart */

.cart {
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    .cart-body {
        position: relative;
    }
}

.cart-body {
    border: 3px solid #ebebeb;
}

.cart .cart-row {
    position: relative;
    padding: 22px;
    border-bottom: 3px solid #ebebeb;
    left: 0;
    background-color: #fff;
}

.cart .cart-row:last-child {
    border-bottom: 0;
}

.cart .cart-row .cart-col-name {
    padding: 0;
}

.cart .cart-row .cart-col-name,
.cart .cart-row .cart-col-name h3,
.cart .cart-row .cart-col-name a {
    font-size: 18px;
    color: #333;
}

.cart .cart-row .cart-col-name h3 {
    margin: 0 30px 15px 0;
}

.cart .cart-row p {
    margin-bottom: 5px;
}

.cart .cart-row .close {
    display: block;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    font-weight: normal;
}

.cart .cart-row .cart-footer a > i,
.cart .cart-row .cart-footer a:before {
    color: #f07c22;
    font-size: 20px;
    vertical-align: middle;
    top: -3px;
    margin-right: 15px;
}

.cart .cart-row .cart-footer a:before {
    margin-right: 10px;
}

.cart .cart-actions {
    margin-top: 15px;
}

@media (min-width: 767px) {

    .cart-row-inner > .cart-col-content {
        display: table;
        width: 100%;
    }

    .cart .cart-row .cart-row-inner .cart-col {
        display: table-cell;
        vertical-align: middle;
        padding: 0 15px;
    }

    .cart .cart-row .cart-row-inner .cart-col.cart-col-img {
        width: 18%;
        padding-left: 0;
    }

    .cart .cart-row .cart-row-inner .cart-col.cart-col-content-inner {
        width: 82%;
    }

    .cart .cart-row .cart-col-content-inner,
    .cart .cart-row .cart-quantity-total-inner,
    .cart .cart-row .cart-content-right-inner,
    .cart .cart-header {
        display: table;
        width: 100%;
    }

    .cart .cart-row .cart-content-left,
    .cart .cart-row .cart-content-right,
    .cart .cart-row .cart-quantity,
    .cart .cart-row .cart-price-total,
    .cart .cart-row .cart-price-box,
    .cart .cart-row .cart-quantity-total,
    .cart .cart-row .cart-quantity,
    .cart .cart-row .cart-price-total,
    .cart .cart-header .cart-header-col {
        display: table-cell;
        vertical-align: middle;
        height: 100%;
    }

    .cart .cart-row .cart-content-left {
        width: 45%;
    }

    .cart .cart-row .cart-content-right {
        width: 55%;
    }

    .cart .cart-row .cart-quantity,
    .cart .cart-row .cart-price-total {
        white-space: nowrap;
        text-align: center;
    }

    .cart .cart-row .cart-quantity .qty-group {
        max-width: 133px;
    }

    .cart .cart-header {
        white-space: nowrap;
        text-align: center;
        margin-bottom: 10px;
    }

    .cart .cart-header .cart-header-col.col-1 {
        width: 50%;
        text-align: left;
    }

    .cart .cart-header .cart-header-col.col-2 {
        width: 15%;
    }

    .cart .cart-header .cart-header-col.col-3 {
        width: 15%;
    }

    .cart .cart-header .cart-header-col.col-4 {
        width: 15%;
    }

    .cart .cart-row .price-box {
        text-align: center;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .cart .cart-row .cart-content-left {
        width: 40%;
    }
    .cart .cart-row .cart-content-right {
        width: 60%;
    }

    .cart .cart-header .cart-header-col.col-1 {
        width: 42%;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .cart .cart-row .cart-col-content-inner,
    .cart .cart-row .cart-content-left,
    .cart .cart-row .cart-content-right {
        display: block;
    }

    .cart .cart-row .cart-content-left,
    .cart .cart-row .cart-content-right {
        width: 100%;
    }

    .cart .cart-row .price-box {
        text-align: left;
    }

    .cart-row .price-label {
        display: block!important;
    }

    .cart .cart-row .cart-row-inner .cart-col.cart-col-img {
        width: 30%;
    }

    .cart .cart-row .cart-row-inner .cart-col.cart-col-content-inner {
        width: 70%;
    }
}

@media (max-width: 767px) {
    .cart .cart-row {
        padding: 15px;
    }

    .cart .cart-row .cart-row-inner .cart-col.cart-col-img {
        width: 50%;
    }

    .cart .cart-row .cart-quantity-total-inner {
        display: table;
        width: 100%;
    }

    .cart .cart-row .cart-quantity,
    .cart .cart-row .cart-price-total {
        display: table-cell;
        vertical-align: middle;
        height: 100%;
        width: 50%;
    }

    .cart .cart-row .cart-quantity {
        padding-right: 10px;
    }

    .cart .cart-row .cart-price-total {
        text-align: center;
    }

    .cart .cart-row .cart-price-total > .price {
        margin-left: 8px;
    }

    .cart .cart-row .cart-col-img-mobile,
    .cart .cart-row .cart-content-left-inner {
        float: left;
        width: 50%;
    }

    .cart .cart-row .cart-col-img-mobile {
        padding-right: 10px;
    }

    .cart .cart-row .cart-content-left-inner {
        text-align: left;
    }

    .cart .cart-row .cart-content-right .price-box > [class*='-price'] {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .cart .cart-row .cart-content-right .cart-quantity-total {
        clear: both;
        margin-top: 20px;
    }

    .cart .cart-row .cart-content-right .price-box .old-price {
        line-height: 26px;
    }

    .cart .cart-row .cart-col-name,
    .cart .cart-row .cart-col-name h3,
    .cart .cart-row .cart-col-name a {
        font-size: 14px;
        text-transform: none;
    }
}

.cart .cart-you-saved {
    font-size: 18px;
}

@media (max-width: 767px) {
    .cart .cart-you-saved .price {
        color: #333;
    }
    .cart .cart-you-saved td {
        font-size: 14px!important;
    }
}

.cart .cart-row .cart-price-total .price,
.cart .cart-row .price-box .price {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 18px;
    color: #333;
}

.cart .cart-row .price-box .old-price,
.cart .cart-row .price-box .old-price .price {
    font-size: 14px;
    color: #666766;
}

.cart .cart-row .btn-edit {
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 1;
    margin: 0!important;
}

.cart .cart-row .btn-edit > i {
    margin: 0;
}

.cart .cart-row .btn-edit:hover {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
}

.cart .cart-footer a:hover,
.cart .cart-footer a:focus {
    text-decoration: underline;
}

.cart .item-quantity .form-control {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    float: none;
    display: inline-block;
}

.cart .item-quantity .input-group {
    width: 100%;
}

.cart .cart-row .btn-edit {
    font-size: 14px;
    color: #ffab00;
    text-transform: none;
    display: block;
    text-align: center;
    margin-top: 10px;
}

.cart .product-image {
    display: block;
}

.cart .product-name {
    text-align: left;
}

.cart .product-name,
.cart .product-name > a {
    color: inherit;
    line-height: 1;
}

.cart .cart-price {
    color: inherit;
}

.cart .product-cart-attribute {
    font-weight: bold;
    font-size: 10px;
}

.cart .col-price .price-label {
    font-size: 10px;
}

.cart .col-quantity .cart-quantity {
    text-align: center;
}

.cart-right .button {
    margin-bottom: 15px;
    display: block;
    width: 100%;
}

@media (max-width: 767px) {
    .cart-right {
        padding-bottom: 15px;
    }

    .cart-right .button {
        margin-bottom: 0;
    }
}

.cart-right .button.btn-checkout {
    margin-top: 15px;
}

.cart .cart-row .add-to-links {
    float: left;
}

.cart .cart-actions .button {
    margin-bottom: 15px;
}

@media (min-width: 991px) {
    .cart .cart-actions .button {
        float: right;
    }
    .cart .cart-actions .btn-continue {
        float: left;
    }
    .cart .cart-actions .btn-empty {
        margin-right: 15px;
    }
}

.cart .cart-actions .button {
    background: transparent;
    border-color: transparent;
    color: #666766;
    text-transform: none;
    font-family: inherit;
    font-size: inherit;
    text-decoration: underline;
    font-weight: inherit;
    line-height: 1;
}

.cart .cart-actions .button:hover,
.cart .cart-actions .button:focus {
    text-decoration: none;
    color: #f07c22;
    border-color: #f07c22;
}

@media (max-width: 767px) {
    .cart .cart-actions .button {
        border-color: rgba(0, 0, 0, 0.04);
    }
}

.cart .discount > .discount-form  {
    margin-bottom: 20px;
}

@media (min-width: 991px) {

    .cart .shipping-form .form-list {
        position: relative;
        margin: 0 -10px;
    }

    .cart .shipping-form .form-list > li {
        width: 50%;
        float: left;
        padding: 0 10px;
    }

    .cart .shipping-form .form-list .input-box {
        margin-bottom: 5px;
    }

    .cart .shipping-form .button {
        margin: 25px 0 0;
    }
}

.shipping {
    margin-bottom: 15px;
}

.shipping h2 {
    font-size: 18px;
}

.cart #shopping-cart-totals-table > tbody > tr > td,
.cart #shopping-cart-totals-table > tfoot > tr > td {
    border: 0;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0;
    font-weight: bold;
    vertical-align: middle;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cart #shopping-cart-totals-table > tbody > tr.cart-you-saved > td,
.cart #shopping-cart-totals-table > tfoot > tr.cart-you-saved > td {
    font-size: 18px;
}

.cart #shopping-cart-totals-table td:first-child.a-right {
    text-align: left;
}

.cart .cart-right .button.btn-checkout {
    letter-spacing: 1px;
    font-size: 18px;
    padding: 12px 16px 8px;
    white-space: normal;
    line-height: 1;
    height: auto;
}

@media (max-width: 767px) {
    .cart .cart-right .button.btn-checkout {
        letter-spacing: 0;
    }
}

.cart .cart-row .cart-footer {
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
    margin-top: 20px;
}

.cart .cart-row .cart-content-left-inner .form-group .input-group .input-text {
    border-right: 0;
    padding-right: 0;
}

@media (min-width: 767px) {
    .cart .cart-row .cart-content-left-inner .form-group {
        margin-right: 5%;
    }
}

.cart .cart-row .cart-content-left-inner .form-group h4 {
    color: #f07c22;
    margin-bottom: 0;
}

/**/

/* minicart */

.dropdown-menu.dropdown-menu-cart {
    padding: 0!important;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
}

.header-minicart {
    background-color: #fff;
    padding: 20px;
}

@media (max-width: 767px) {
    .header-minicart {
        padding: 0;
    }

    .header-minicart form {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px;
    }
    .dropdown-menu.dropdown-menu-cart {
        padding: 10px!important;
    }
    .minicart-wrapper {
        padding-bottom: 20px;
    }
}

.header-minicart .minicart-header {
    overflow-y: auto!important;
    overflow-x: visible!important;
    position: relative;
    margin: 0;
    padding: 0;
}

.header-minicart .close {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
}

.header-minicart .close:hover > i {
    color: #0582c0;
}

.header-minicart .close > i {
    font-size: 20px;
    color: #f07c22;
}

.header-minicart .btn-edit {
    text-transform: none;
    float: right;
}

@media (min-width: 767px) {
    .header-minicart .mini-products-list > .item .btn-edit {
        opacity: 0;
    }
    .header-minicart .mini-products-list > .item:hover .btn-edit,
    .touch .header-minicart .mini-products-list > .item .btn-edit {
        opacity: 1;
    }
    .header-minicart .minicart-header {
        padding-right: 20px;
    }
    .header-minicart .minicart-header::-webkit-scrollbar-track {
        background-color: #ebebeb;
    }
    .header-minicart .minicart-header::-webkit-scrollbar {
        width: 6px;
        background-color: #fff;
    }
    .header-minicart .minicart-header::-webkit-scrollbar-thumb {
        background: #f07c22;
    }
}

.header-minicart .cart-link {
    margin-top: 10px;
}

.header-minicart .mini-products-list > .item {
    display: table;
    width: 100%;
}

.header-minicart .mini-products-list > .item > .product-image {
    width: 30%;
}

.header-minicart .mini-products-list > .item > .product-details {
    width: 70%;
}

.header-minicart .mini-products-list > .item > .product-details p {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}

.header-minicart .mini-products-list > .item > .product-name {
    width: 100%;
    font-size: 14px;
    margin-top: 0;
    padding-top: 2px;
}

@media (min-width: 767px) {
    .header-minicart .mini-products-list > .item > .product-name {
        margin-left: -30px;
    }
}

.header-minicart .mini-products-list > .item > .product-name,
.header-minicart .mini-products-list > .item > .product-image,
.header-minicart .mini-products-list > .item > .product-details {
    display: inline-table;
    vertical-align: middle;
    float: none;
}

.header-minicart .mini-products-list > .item {
    padding: 0 20px 0 30px;
    position: relative;
    padding-bottom: 25px;
}

.header-minicart .mini-products-list > .item:not(:last-child) {
    margin-bottom: 25px;
    border-color: #ebebeb;
}

.header-minicart .minicart-actions a,
.header-minicart .minicart-actions button {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0;
}

.header-minicart .minicart-actions .button.checkout-button {
    font-size: 18px;
    line-height: 1.1;
}

@media (max-width: 767px) {
    .header-minicart .minicart-actions .button.checkout-button {
        font-size: 16px;
        line-height: 1.2;
    }
}

.header-minicart .block-content {
    margin-top: 10px;
}

.header-minicart .minicart-away-free-shipping,
.cart .cart-away-free-shipping {
    text-align: center;
    color: #666766;
    margin-bottom: 20px;
    font-size: 13px;
}

.header-minicart .total-qty {
    display: none;
}

.header-minicart .total {
    display: table;
    width: 100%;
    height: 100%;
    margin: 5px 0;
    text-transform: uppercase;
    font-size: 16px;
}

.header-minicart .total > .label {
    font-weight: bold;
}

.header-minicart .total.grand-total {
    display: none;
}

.header-minicart .total > .label,
.header-minicart .total > .price {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.header-minicart .total > .price {
    text-align: right;
    font-weight: bold;
    color: #0582c0;
}

.header-minicart .price-box {
    font-weight: bold;
}

.header-minicart .empty {
    padding: 0;
    margin: 0;
}

@media (min-width: 767px) {
    .header-minicart {
        min-width: 454px;
    }
    .header-minicart .minicart-header {
        max-height: 583px;
    }
    @media (max-height: 680px) {
        .header-minicart .minicart-header {
            max-height: 279px;
        }
    }
}

@media (max-width: 767px) {

    .top-link-cart-mobile {
        float: right;
        margin-right: 15px;
    }

    .header-minicart .cart-title {
        margin-top: 0;
    }

    .header-minicart .row {
        margin: 0;
    }

    .header-minicart .minicart-header {
        overflow: visible;
    }

    .header-minicart .close {
        bottom: 20px;
        left: 0;
        margin: 0;
        top: auto;
    }

    .header-minicart .mini-products-list > .item {
        padding: 0;
    }

    .header-minicart .mini-products-list > .item > .product-image,
    .header-minicart .mini-products-list > .item > .product-details {
        vertical-align: top;
        padding-bottom: 30px;
    }

    .header-minicart .mini-products-list > .item > .product-image {
        width: 40%;
    }

    .header-minicart .mini-products-list > .item > .product-details {
        width: 60%;
    }

    .mini-products-list > .item > .product-details {
        position: static!important;
    }

    .header-minicart .btn-edit {
        position: absolute;
        display: block;
        bottom: 20px;
        right: 0;
    }

    .cart .sp-methods + .buttons-set {
        margin-top: 15px;
    }
}

/**/
/* opc  */

@media (min-width: 767px) {
    .opc-wrapper-opc [class*='opc-col-'] {
        float: left;
    }

    .opc-wrapper-opc .opc-col-left {
        width: 100%;
    }

    .opc-wrapper-opc .opc-col-center,
    .opc-wrapper-opc .opc-col-right {
        width: 50%;
    }

    .opc-wrapper-opc .opc-col-center {
        padding-right: 10px;
    }

    .opc-wrapper-opc .opc-col-right {
        padding-left: 10px;
    }
}

.opc-wrapper-opc,
.opc-wrapper-opc [class*='opc-col-'] {
    position: relative;
}

.opc-wrapper-opc .review-menu-block {
    position: relative;
}

.opc-wrapper-opc .payment-block > h3,
.opc-wrapper-opc .shipping-block > h3,
.opc-wrapper-opc .discount-block > h3,
.opc-wrapper-opc .comment-block > h3{
    position: relative;
    background-color: rgba(0, 0, 0, 0.04);
    padding: 6px 22px 6px 12px;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .opc-wrapper-opc .payment-block > h3,
    .opc-wrapper-opc .shipping-block > h3,
    .opc-wrapper-opc .discount-block > h3,
    .opc-wrapper-opc .comment-block > h3{
        padding: 13px 22px 13px 13px;
    }
}

.opc-wrapper-opc h3 > span:before {
    content: "\e909";
    position: absolute!important;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    font-size: 6px;
}

.opc-wrapper-opc h3.open-block > span:before {
    content: "\e90a";
}

.opc-wrapper-opc dl,
.opc-wrapper-opc dd,
.opc-wrapper-opc label {
    font-weight: normal;
}

.opc-wrapper-opc .opc-btn-checkout {
    display: block;
    width: 100%;
}

.opc-wrapper-opc .review-menu-block h3.review-title {
    margin-top: 0;
}

.opc-wrapper-opc h5.grand_total {
    font-size: inherit;
}

.opc-wrapper-opc h5.grand_total .price {
    float: right;
    font-size: inherit;
}

.opc-wrapper-opc #opc-review-block {
    display: block!important;
}

/* checkout */

#checkout-progress-wrapper {
    margin-top: 33px;
}

.opc-block-progress .block-title {
    font-family: 'Noir-Medium';
}

.opc-block-progress .block-title strong {
    font-weight: normal;
}

.opc-block-progress dl > div {
    padding: 10px 0;
}

.opc-block-progress dl > div dt {
    text-transform: uppercase;
}

.opc-block-progress dl {
    counter-reset: heading;
}

.opc-block-progress address {
    margin: 0;
}

.opc-block-progress .changelink {
    float: right;
}

.opc-block-progress dt.complete:after {
    float: right;
    margin-left: 15px;
    position: relative;
    top: 2px;
}

@media (min-width: 767px) and (max-width: 991px) {
    .opc-block-progress dt.complete {
        color: #ef7c22;
    }
}

.opc-block-progress dl > div dt:before {
    counter-increment: heading;
    content: counter(heading);
    display: inline-block;
    margin-right: 10px;
}

.opc-block-progress dl > div {
    position: relative;
}

.opc-block-progress dl > div dd {
    position: absolute;
    display: none;
    top: -5px;
    z-index: 99;
    right: 100%;
    margin-right: 40px;
    width: 200px;
    background-color: #fff;
    padding: 20px;
    border: 3px solid #ebebeb;
}

.opc-block-progress dl > div dd:before {
    content: '';
    display: inline-block;
    position: absolute;
    z-index: 98;
    right: -8px;
    top: 15px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 9px solid #fff;
}

.opc-block-progress dl > div dd:after {
    content: '';
    display: inline-block;
    position: absolute;
    z-index: 97;
    right: -12px;
    top: 11px;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 12px solid #ebebeb;
}

.opc-block-progress dl > div:hover dd {
    display: block;
}

.opc-block-progress dl > div:first-child {
    padding-top: 0;
}

.opc-block-progress dl > div:last-child {
    padding-bottom: 0;
}

#checkout-review-table .review-product-img {
    width: 80px;
    float: left;
    margin-right: 15px;
}

#billing-new-address-form fieldset,
#shipping-new-address-form fieldset {
    margin-bottom: 15px;
}

.opc {
    max-width: 900px;
    position: relative;
    margin: 0 auto;
}

.opc .step-title {
    cursor: pointer;
    font-family: 'Noir-Medium';
    font-size: 18px;
    line-height: 1;
}

.opc .step-title > h2 {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1;
}

.opc h3 {
    font-size: 14px;
}

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

.opc .step-title > h2,
.opc .step-title > .number {
    position: relative;
    top: 4px;
}

@media (max-width: 767px) {
    .opc .step-title > .number {
        margin-right: 5px;
    }
}

.opc .step-title a {
    display: none;
}

.opc .section {
    position: relative;
    border-radius: 0;
    border: 3px solid #ebebeb;
    padding: 15px 10%;
    margin-top: -3px;
}

.opc .section .step-title {
    position: relative;
    margin-left: -10%;
    margin-right: -10%;
}

.opc .section .step {
    position: relative;
}

.opc .section.active {
    border-color: #ebebeb;
    -webkit-animation-name: borderColor;
    animation-name: borderColor;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
    z-index: 2;
}

@-webkit-keyframes borderColor {
    0% {
        border-color: #ebebeb;
        -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0);
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0);
    }

    50% {
        border-color: rgba(239, 157, 60, 1);
        -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .05);
        box-shadow: 0 3px 3px rgba(0, 0, 0, .05);
    }

    100% {
        border-color: #ebebeb;
        -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0);
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0);
    }
}

@keyframes borderColor {
    0% {
        border-color: #ebebeb;
        -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0);
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0);
    }

    50% {
        border-color: rgba(239, 157, 60, 1);
        -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .05);
        box-shadow: 0 3px 3px rgba(0, 0, 0, .05);
    }

    100% {
        border-color: #ebebeb;
        -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0);
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0);
    }
}

.opc .section.active .step {
    padding-top: 15px;
}

.opc .section:not(.active):hover {
    background-color: #ebebeb;
}

.opc .buttons-set {
    opacity: 1!important;
}

.opc #checkout-step-login .buttons-set {
    margin-top: 15px;
}

.opc .please-wait {
    opacity: 1!important;
}

.opc .buttons-set p.required,
.opc .back-link small,
.opc .please-wait img {
    display: none;
}

@media (min-width: 767px) {

    .opc .col2-set [class*='col-'] {
        float: left;
        width: 50%;
    }

    .opc .col2-set .col-1 {
        padding-right: 15px;
    }

    .opc .col2-set .col-2 {
        padding-left: 15px;
    }

    .opc .buttons-set button {
        float: right;
    }
}

.opc .section #remember-me-box {
    float: left;
    line-height: 40px;
}

.opc .section #remember-me-box + button {
    float: right;
}

.opc .section #remember-me-box label {
    font-weight: bold;
    margin: 0;
}

.opc .input-box {
    margin-bottom: 5px;
}

.checkout-onepage-success .col-main {
    text-align: center;
}

.checkout-onepage-success .col-main h1 {
    text-align: left;
}

@media (min-width: 767px) {
    .checkout-onepage-success .col-main h1 {
        margin-top: 15px;
    }
}

.checkout-onepage-success .col-main p {
    margin-bottom: 20px;
}

.checkout-onepage-success .sub-title {
    color: #f07c22;
}

.checkout-onepage-success .order-number {
    font-weight: bold;
}

.checkout-onepage-success .buttons-set {
    margin-top: 15px;
}

#remember-me-box .link-tip {
    display: inline-block;
    margin-left: 10px;
}

#payment_form_authorizenet .input-box .v-fix,
#payment_form_authorizenet > li {
    border: 0!important;
}

[id='opc-payment'] dd:hover {
    background: none!important;
}

[id='opc-payment'] li {
    border: 0!important;
}

@media (min-width: 767px) {
    #authorizenet_cc_type_exp_div .input-box,
    #payment_form_authorizenet,
    #payment_form_ccsave {
        position: relative;
        margin-left: -10px;
        margin-right: -10px;
    }

    #payment_form_authorizenet .input-box .v-fix,
    #payment_form_authorizenet > li,
    #payment_form_ccsave .input-box .v-fix,
    #payment_form_ccsave > li {
        float: left;
        width: 50%;
        padding: 0 10px;
    }
}

/* sp methods */

.sp-methods {
    margin: 0;
}

.cart .sp-methods {
    margin-top: 15px;
}

.sp-methods dt {
    text-transform: none;
    font-family: 'AvenirNextLTPro-Demi';
    color: inherit!important;
    font-size: 14px;
    margin-bottom: 5px;
}

.sp-methods ul > li {
    padding: 0;
    border: 0;
}

.sp-methods ul > li > label {
    display: block;
}

.sp-methods  ul > li > label > .price {
    float: none;
    display: inline-block;
    font-weight: bold;
}

.sp-methods  ul > li > label > .price:before {
    content: '-';
    display: inline-block;
    margin: 0 5px 0 3px;
    color: #333;
}

@media (max-width: 767px) {

    .opc .section .step-title {
        margin: 0;
    }

    .opc .section {
        padding: 15px;
    }

    .opc .section .col-1 {
        margin-bottom: 25px;
    }

    .opc #checkout-step-login .buttons-set .button {
        float: right;
        display: inline-block;
        width: auto;
    }

    .sp-methods #payment_form_authorizenet > li {
        padding: 0!important;
    }

    .opc .buttons-set .back-link {
        float: left;
    }

    .opc .buttons-set .back-link + .button {
        float: right;
        width: auto;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .opc .col2-set .col-1 {
        width: 40%;
    }
    .opc .col2-set .col-2 {
        width: 60%;
    }
    .opc .section {
        padding: 15px;
    }
    .opc .section .step-title {
        margin-left: 0;
        margin-right: 0;
    }
}

.opc .form-list .control label {
    padding-left: 30px;
    line-height: 1.2;
}

.opc .form-list .control label:before {
    position: absolute;
    left: 0;
    margin: 0;
}

.opc .form-list a[href*='customer/account/forgotpassword'] {
    margin-top: 5px;
    display: inline-block;
}

#payment_form_giftvoucher,
#dd_method_authorizenet_directpost {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .giftvoucher [class*='col-xs-'] {
        width: 100%!important;
    }
}

#payment_form_giftvoucher li {
    font-size: inherit!important;
    font-weight: inherit!important;
    line-height: 1!important;
    padding: 0!important;
    margin-bottom: 10px!important;
}

#checkout-payment-method-load .sp-methods dd {
    margin-bottom: 0;
}

#checkout-payment-method-load .sp-methods dd ul {
    margin-bottom: 15px;
}

.opc #dd_method_authorizenet ul > li > label,
.opc #dd_method_ccsave ul > li > label {
    display: inline-block!important;
}

.opc #authorizenet_cc_type_cvv_div .input-box {
    display: table;
    width: 100%;
}

.opc #authorizenet_cc_type_cvv_div .v-fix,
.opc #authorizenet_cc_type_cvv_div .v-fix + a,
.opc #payment_form_ccsave .v-fix,
.opc #payment_form_ccsave .v-fix + a {
    display: table-cell;
    float: none;
    vertical-align: middle;
    padding: 0;
}

.opc #authorizenet_cc_type_cvv_div .v-fix,
.opc #payment_form_ccsave .v-fix {
    width: auto;
}

.opc #authorizenet_cc_type_cvv_div .v-fix + .cvv-what-is-this,
.opc #payment_form_ccsave .v-fix + .cvv-what-is-this {
    white-space: nowrap;
    width: 1%;
}

.opc #authorizenet_cc_type_cvv_div .v-fix,
.opc #dd_method_ccsave .v-fix {
    padding-right: 15px;
}

/* order review table */

table[class*='data-table'] .product-name {
    margin-top: 0;
    text-align: left!important;
    text-transform: none;
    font-size: inherit;
    font-weight: inherit;
}

table[class*='data-table'] .review-product-content p {
    margin-bottom: 0;
}

.opc table[class*='data-table'] > tbody > tr > td,
.opc table[id*='totals-table'] > tbody > tr > th {
    border-top-color: #ebebeb;
}

.opc table[class*='data-table'] > tbody > tr:last-child > td {
    border-bottom: 1px solid #ebebeb;
}

.opc table[class*='data-table'] > tbody > tr > td {
    vertical-align: middle;
}

.opc table[id*='totals-table'] > thead > tr > th,
.opc table[class*='data-table'] > thead > tr > th {
    border-bottom-color: transparent;
}

.opc table[id*='totals-table'] > thead > tr > th:last-child,
.opc table[class*='data-table'] > thead > tr > th:last-child {
    text-align: right;
    padding-right: 0;
}

.opc table[id*='totals-table'] > thead > tr > th:first-child,
.opc table[class*='data-table'] > thead > tr > th:first-child {
    padding-left: 0;
}

.opc table[class*='data-table'] > tfoot > tr > td {
    border-top-color: transparent;
}

.opc table[class*='data-table'] > tbody > tr > td {
    padding: 25px 8px;
}

.opc table[class*='data-table'] > tbody > tr > td:first-child {
    padding-left: 0;
}

.opc table[class*='data-table'] > tbody > tr > td:last-child {
    padding-right: 0;
}

.opc table[class*='data-table'] > tfoot > tr > td {
    padding: 0;
}

.opc #checkout-review-total-table tfoot > tr > td:first-child.a-right {
    text-align: left!important;
}

.opc #checkout-review-total-table > tfoot > tr > td {
    border: 0;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0;
    font-weight: bold;
    vertical-align: middle;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 10px;
}

.opc #checkout-review-total-table > tfoot > tr:first-child > td {
    padding-top: 20px;
}

.opc #checkout-review-total-table > tfoot > tr > td strong {
    font-size: 24px;
}

.opc #checkout-review-total-table > tfoot > tr > td strong .price {
    color: #0582c0;
}

.opc #checkout-review-submit .buttons-set {
    margin-bottom: 15px;
}

.opc #checkout-review-submit button,
.opc #checkout-review-submit .button {
    display: block;
    float: none;
    width: 100%;
}

.opc table[class*='data-table'] > tbody > tr > td .price {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 18px;
}

.opc table[class*='data-table'] > tbody > tr > td.a-right {
    text-align: center;
}

.opc table[class*='data-table'] > tbody > tr > td:last-child.a-right {
    text-align: right;
}

.opc table[class*='data-table'] > tbody > tr > td .old-price .price {
    font-size: 14px;
}

.opc #checkout-review-table .discount-form label {
    font-size: 14px;
    text-transform: none;
}

@media (min-width: 767px) {

    .opc #checkout-review-table .qty-group .qty,
    .opc #checkout-review-table .qty-group .button-qty {
        width: 40px;
        padding-left: 0;
        padding-right: 0;
    }

    .opc #checkout-review-table-wrapper .discount-form {
        display: table;
        width: 100%;
    }

    .opc #checkout-review-table-wrapper .discount-form label,
    .opc #checkout-review-table-wrapper .discount-form .input-box,
    .opc #checkout-review-table-wrapper .discount-form .buttons-set {
        float: none;
        display: table-cell;
        vertical-align: middle;
        width: auto;
        height: 100%;
    }

    .opc #checkout-review-table-wrapper .discount-form label {
        width: 30%;
        padding-right: 15px;
        line-height: 1.2;
    }

    .opc #checkout-review-table-wrapper .discount-form .input-box {
        width: 69%;
    }

    .opc #checkout-review-table-wrapper .discount-form .buttons-set {
        width: 1%;
    }
}

@media (max-width: 767px) {

    .opc #checkout-review-table,
    .opc #checkout-review-table tbody,
    .opc #checkout-review-table tbody tr,
    .opc #checkout-review-table tbody td.td-first,
    .opc #checkout-review-table tbody td.td-price,
    .opc #checkout-review-table tfoot {
        display: block!important;
        width: 100%;
    }

    .opc #checkout-review-table tbody tr > td {
        padding: 20px 0;
        border: 0;
    }

    .opc #checkout-review-table tbody tr > td.td-price {
        padding: 0;
    }

    .opc #checkout-review-table tbody tr > td.td-price .price-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .opc #checkout-review-table tbody tr > td.td-price .price-box > div,
    .opc #checkout-review-table tbody tr > td.td-price .price-box > span,
    .opc #checkout-review-table tbody tr > td.td-price .price-box > p {
        margin-right: 21px;
    }

    .opc #checkout-review-table tbody td.td-first {
        padding-bottom: 15px;
    }

    .opc #checkout-review-table tbody tr {
        border-bottom: 1px solid #ebebeb;
    }

    .opc table[class*='data-table'] > tbody > tr > td .price {
        color: #333;
    }

    .opc #checkout-review-table > tbody > tr > td .old-price,
    .opc #checkout-review-table > tbody > tr > td .old-price .price {
        color: #666;
    }
}

/***/

.opc #selected_st_select_box {
    position: relative;
}

.opc #selected_st_select_box .validation-advice {
    left: 0;
    right: auto;
}

@media (min-width: 767px) {
    .opc #dd_method_authnetcim .form-list,
    .opc #dd_method_authnetcim .authnetcim_new .input-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }
    .opc #dd_method_authnetcim .form-list > li,
    .opc #dd_method_authnetcim .form-list > li .v-fix {
        width: 50%;
        padding: 0 10px;
    }
}

.opc #dd_method_authnetcim .form-list > li .v-fix:first-child {
    padding-left: 0;
}

.opc #dd_method_authnetcim .form-list > li .v-fix:last-child {
    padding-right: 0;
}

.sp-methods #dd_method_authnetcim ul > li > label {
    display: inline-block;
    width: auto;
}

.opc #dd_method_authnetcim [for="authnetcim_save"] {
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: -7px;
}

.opc #giftvoucher_message > ul {
    background-color: transparent;
    padding: 0;
    text-align: left;
    font-size: inherit;
}

.opc #payment_form_giftvoucher #giftvoucher_add[style="display: none;"] {
    display: inline-block!important;
    opacity: 0.8;
}

.opc #payment_form_giftvoucher li .input-box {
    position: static;
}

.opc .gift-messages-form {
    margin-top: 15px;
}

@media (max-width: 767px) {
    .opc #co-billing-form [for="billing:use_for_shipping_yes"] {
        margin-top: 15px;
    }
}

.page-title.category-title h1,
.product-view h1 {
    text-transform: inherit;
}

/* section products owl */

.section-products {
    margin: 15px 0;
    display: block;
}

.section-products .carousel {
    border: 3px solid #4f4f4f;
    padding: 20px 0;
    position: relative;
    border-radius: 0;
    margin: 0;
}

.section-products .carousel > .owl-carousel {
    width: 92%;
    margin: 0 auto;
}

.section-products .carousel .carousel-controls {
    opacity: 1!important;
}

.section-products .carousel .carousel-controls.disabled,
.section-products .carousel .carousel-controls.disabled > i {
    cursor: default;
}

.section-products .carousel .carousel-controls.disabled > i {
    color: #333;
}

.widget-tabs .section-products .carousel {
    border: 0;
    padding: 0;
    width: auto;
}

.section-products .section-title {
    background-color: #4f4f4f;
    border-color: #4f4f4f;
    color: #fff;
    display: inline-block;
    font-family: 'Noir-Regular';
    font-size: 18px;
    border-radius: 0;
    border-bottom: 0;
    padding: 16px 40px 8px;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
}

.section-products .link-view-all {
    position: absolute;
    top: -33px;
    right: 0;
}

@media (max-width: 767px) {

    .section-products .section-title {
        display: block;
        margin-bottom: 0!important;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        font-size: 14px;
    }

    .section-products .carousel {
        padding: 0;
    }

    .section-products .carousel > .owl-carousel {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .section-products {
        padding-bottom: 70px;
    }

    .section-products .carousel .carousel-controls {
        display: block!important;
        z-index: 9;
        bottom: -38px;
        top: auto;
        opacity: 1;
    }

    .section-products .link-view-all {
        display: inline-block;
        text-align: center;
        top: auto;
        bottom: -47px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        z-index: 10;
    }
}

.section-products .section-title > a {
    text-decoration: underline;
    color: #0073c6;
}

.section-products .section-title > a:hover {
    color: #fb2526;
    text-decoration: none;
}

.section-products .owl-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* section products page */

.section-products .product-description {
    display: none;
}

.section-products.related-product .item {
    padding-top: 10px;
}

.section-products .container {
    position: relative;
}

.section-products .owl-carousel .owl-item .products-item {
    padding-bottom: 55px;
    padding-left: 4%;
    padding-right: 4%;
}

@media (max-width: 767px) {
    .section-products .owl-carousel .owl-item {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.section-products .owl-carousel .owl-item .products-item {
    position: static;
}

.section-products .owl-carousel .products-item .add-to-cart {
    left: 25%;
    right: 25%;
}

.section-products .owl-carousel .products-item .link-wishlist {
    left: 4%;
}

.section-products .owl-carousel .products-item .link-compare {
    right: 4%;
}


@media (max-width: 767px) {
    .section-products .owl-carousel .products-item .add-to-cart {
        left: 32%;
        right: 32%;
    }

    .section-products .owl-carousel .products-item .link-wishlist {
         left: 6%;
    }

    .section-products .owl-carousel .products-item .link-compare {
        right: 6%;
    }
}

/* section brands */

.section-products.section-brands .owl-carousel .owl-item img {
    display: block;
    width: 80%;
    margin: 0 auto;
    position: relative;
}

/**/

/* products sticker */

.products-sticker {
    display: block;
    position: absolute;
    z-index: 98;
    top: 0;
    right: 0;
}

.products-sticker > span {
    background-color: #fbaa19;
    display: block;
    white-space: nowrap;
    padding: 1px 12px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Noir-Regular';
    margin-bottom: 5px;
}

.products-sticker > span.sticker-new {
    background-color: #0582c0;
}

@media (max-width: 767px) {
    .section-products .products-sticker {
        right: 0;
    }
}

/**/

/* toolbar */

.toolbar {
    position: relative;
    margin: 0 0 25px;
    width: 100%;
}

.toolbar-footer .toolbar {
    margin-top: 30px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .toolbar .toolbar-pager > .sort-by select {
        margin-right: 10px;
    }
}

@media (min-width: 767px) {
    .toolbar .toolbar-pager > .sort-by select {
        min-width: 170px;
    }
}

.toolbar .toolbar-pager > .sort-by {
    position: relative;
    max-width: 300px;
    margin: 0 auto!important;
}

.toolbar .toolbar-pager > .pager,
.toolbar .toolbar-pager > .pager > .limiter,
.toolbar .toolbar-pager > .sort-by {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    white-space: nowrap;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 991px) {
    .toolbar .toolbar-pager > .pager,
    .toolbar .toolbar-pager > .pager > .limiter,
    .toolbar .toolbar-pager > .sort-by {
        padding: 0 15px;
    }
}

.toolbar .toolbar-pager > .pager > .limiter {
    padding-left: 0;
}

.toolbar label {
    margin-right: 15px;
}

.toolbar .sorter label {
    display: none;
}

.toolbar .sorter .toolbar-button span,
.toolbar .pager .amount {
    display: none;
}

.toolbar .button > i {
    margin: 0;
    font-size: 23px;
    top: -2px;
}

.toolbar .button.button-desc,
.toolbar .button.button-asc {
    background-color: #fff;
    color: #494c4f;
    border-radius: 0;
    border: 1px solid #b9b9b9;
}

@media (min-width: 767px) {
    .toolbar .button.button-desc,
    .toolbar .button.button-asc {
        margin-left: 15px;
    }
}

@media (max-width: 767px) {
    .toolbar .button.button-desc,
    .toolbar .button.button-asc {
        max-width: 45px;
        padding-left: 0;
        padding-right: 0;
    }
}

.toolbar .button:not(.active),
.toolbar .button:not(.active):active,
.toolbar .button:not(.active):focus {

}

.toolbar .button:not(.active) > i {
    color: #ffab00;
}

/* mini-products-list */

.mini-products-list > .item:not(:last-child) {
    border-bottom: 1px solid transparent;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.mini-products-list > .item > a,
.mini-products-list > .item > .product-details {
    float: left;
}

.mini-products-list > .item > .product-image {
    width: 20%;
}

.mini-products-list > .item > .product-details {
    width: 80%;
}

.mini-products-list > .item .price-box .price-label {
    font-size: 10px;
    display: block;
}

.mini-products-list > .item > .product-image > img {
    width: 100%;
    height: auto;
}

.mini-products-list > .item > .product-details {
    padding-left: 5%;
    position: relative;
}

.mini-products-list > .item .product-details .product-name {
    margin-right: 10%;
}

.mini-products-list > .item .product-details .product-name > a {
    line-height: 1;
    display: block;
}

.category-image  {
    margin-bottom: 15px;
}

.category-image > img {
    display: block;
    width: 100%;
}

/* products grid */

.category-description {
    margin-bottom: 25px;
    color: #333;
    line-height: 1.3;
}

.category-row {
    position: relative;
}

.category-row.products-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.category-row.products-grid > .category-item > .products-item {
    padding-bottom: 55px;
}

.product-description {
    margin-top: 15px;
}

.category-row.products-grid .product-description {
    display: none;
}

.category-row.products-grid > .category-item {
    position: relative;
    margin-bottom: 30px;
}

@media (min-width: 767px) {
    .category-row.products-grid {
        margin: 0 -3%;
    }
    .category-row.products-grid > .category-item {
        padding-left: 3%;
        padding-right: 3%;
    }
}

@media (max-width: 767px) {

    .category-row.products-grid {
        margin: 0 -3%;
    }

    .category-row.products-grid > .category-item {
        padding-left: 3%;
        padding-right: 3%;
    }

    .category-row.products-grid > .category-item {
        width: 50%;
    }

    .category-row.products-list {
        position: relative;
        margin: 0 -15px;
    }

}

@media (min-width: 767px) and (max-width: 1200px) {
    .category-row.products-grid > .category-item {
        width: 50%;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .category-row.products-grid > .category-item {
        width: 33.33333333%;
    }
    .col3-layout .category-row.products-grid > .category-item {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .category-row.products-grid > .category-item {
        width: 33.33333333%;
    }
    .col3-layout .category-row.products-grid > .category-item {
        width: 33.33333333%;
    }
}

/**/

/* products list */

.category-row {
    position: relative;
}

.category-row.products-list .products-item .product-name,
.category-row.products-list .products-item .product-name a {
    font-size: 18px;
}

.category-row.products-list .products-item-info {
    margin: 15px 0;
}

@media (max-width: 767px) {
    .category-row.products-list > .category-item > .products-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .category-row.products-list > .category-item {
        margin: -3px 15px 0;
    }
    .category-row.products-list .products-item .price-box,
    .category-row.products-list > .category-item > .products-item .add-to-box {
        width: 100%;
        margin: 10px 0
    }
}

@media (min-width: 767px) {
    .category-row.products-list > .category-item > .products-item > .product-shop {
        width: 80%;
        padding-left: 15px;
    }
    .category-row.products-list > .category-item > .products-item .products-item-img {
        float: left;
        width: 22%;
    }
    .category-row.products-list > .category-item > .products-item .products-item-info,
    .category-row.products-list > .category-item > .products-item .price-box,
    .category-row.products-list > .category-item > .products-item .add-to-box {
        float: right;
        width: 75%;
        clear: inherit;
    }
}

.no-flexbox .category-row.products-grid {
    display: table!important;
}

.no-flexbox .category-row.products-grid > .category-item {
    display: inline-table!important;
    width: 33%!important;
}

/**/

/* product item */

.products-item:not(.products-item-compare) {
    background-color: #fff;
    text-align: left;
    overflow: hidden;
}

/* add to */

.products-item:not(.products-item-compare) .link-wishlist,
.products-item:not(.products-item-compare) .link-compare {
    position: absolute;
    z-index: 9;
    bottom: 0;
    display: inline-block;
    width: 20%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.products-item:not(.products-item-compare) .link-wishlist {
    left: 10%;
}

.products-item:not(.products-item-compare) .link-compare {
    right: 10%;
}

.products-item:not(.products-item-compare) .link-wishlist:before,
.products-item:not(.products-item-compare) .link-compare:before {
    font-size: 18px;
    top: 2px;
    padding: 0 1px;
}

.products-item a:hover:before {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.products-item a:before {
    color: #f07c22;
}

.add-to-links a {
    cursor: pointer;
}

.products-item .add-to-links .add-quick-view {
    position: absolute;
    top: -11px;
    left: 15px;
    opacity: 0;
}


@media (min-width: 767px) {
    .category-row .products-item .add-to-links .add-quick-view {
        left: 9%;
    }
}

.products-item:hover .add-to-links .add-quick-view {
    opacity: 1;
}

.products-item .add-to-links .add-quick-view > a {
    font-size: 14px;
    color: #666766;
    height: 40px;
    line-height: 40px;
}

.products-item .add-to-links .add-quick-view > a:hover {
    color: #f07c22;
}

.products-item .add-to-links .add-quick-view > a:before {
    font-size: 11px;
    color: #f07c22;
    margin-right: 9px;
}

.products-item .add-to-links li > a:hover:before {
    color: #0582c0;
}

.category-row.products-list .add-to-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
    position: relative;
    top: auto;
    left: auto;
    opacity: 1;
}


.products-list .products-item .add-to-links .link-wishlist,
.products-list .products-item .add-to-links .link-compare,
.products-list .products-item .add-to-links .add-quick-view {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    opacity: 1;
}

.products-item .button-remove {
    position: absolute;
    top: 0;
    right: 0;
}

/**/

.category-products {
    position: relative;
}

.products-item:not(.products-item-compare) .product-name,
.products-item:not(.products-item-compare) .product-name a {
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: none;
    text-align: left;
    font-size: 14px;
    font-family: 'AvenirNextLTPro-Regular';
    color: #333;
    line-height: 18px;
}

.products-item:not(.products-item-compare) .product-name a > .product-sku {
    color: #666766;
}

.products-item:not(.products-item-compare) p {
    line-height: 100%;
    color: #36444e;
    margin: 0 0 4px;
}

.related-product .item .checkbox {
    padding: 0 10px;
    margin-bottom: 0;
}

/* price box */

.price-box {
   color: #666766;
}

.products-item .price-box > .price-item:nth-child(even) {
    text-align: right;
}

.products-item:not(.products-item-compare) .price-box .price-label {
    font-size: 10px;
    margin-bottom: 5px;
    display: block;
}

.simple-products-price,
.price-box .price,
.opc-wrapper-opc label .price,
.opc-wrapper-opc h5.grand_total .price,
.sp-methods ul > li > label > .price,
[id*='totals-'] .price {
    color: #0582c0;
}

.products-item .price-box .price {
    font-family: 'AvenirNextLTPro-Demi';
}

.price-box > .old-price > .price {
    text-decoration: line-through;
    color: #666766;
}

.products-item .price-box {
    font-size: 14px;
}

.products-item .price-box > p {
    display: block;
    float: left;
}

.price-box span.price-msrp-text {
    color: #333;
    cursor: pointer;
}

.product-view .price-box span.price-msrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: nowrap;
}

.price-box .price-msrp-i {
    font-style: normal;
    cursor: pointer;
    position: relative;
    border: 2px solid #666766;
    display: inline-block!important;
    width: 22px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    color: #666766;
    margin: 0 10px;
    white-space: normal!important;
    font-weight: normal;
    font-size: 16px;
    font-family: 'AvenirNextLTPro-Demi';
    text-indent: -1px;
}

.products-item .price-box .price-msrp-i {
    margin: 0 5px;
}

.price-box .price-msrp-i:hover {
    color: #f07c22;
    border-color: #f07c22;
}

.product-view .price-box .price-msrp-text {
    margin-top: 3px;
}

.products-item:not(.products-item-compare) .price-box > p:not(:last-child) {
    margin-right: 15px;
}

.category-row.products-list .products-item .price-box {
    display: table;
}

.category-row.products-list .products-item .price-box > p {
    width: auto;
    display: inline-table;
    float: none;
    margin: 0;
    padding-right: 15px;
}

.category-row.products-list .products-item .price-box > p:first-child {
    padding-left: 0;
}

.category-row.products-list .products-item .price-box > p:last-child {
    padding-right: 0;
}

@media (max-width: 300px) {

    .products-item .price-box > p {
        float: none;
        width: 100%;
    }

}

.map-popup .price-box {
    display: block;
    font-size: 20px;
    font-weight: bold;
}

/* price info */

.product-view .product-price-info {
    display: block;
    color: #6d7481;
    font-size: 11px;
}

.product-view .product-price-info:before {
    content: '*';
    display: inline-block;
    color: #0073c6;
}

.product-view > p.alert-price {
    display: none;
}

/* product view */

/* item-quantity */

.qty-holder {
    display: block;
}

@media (max-width: 767px) {
    .qty-holder {
        text-align: center;
    }
    .qty-holder input {
        position: relative;
        margin: 0 auto;
    }
}

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

label[for="qty"] {
    text-align: center;
    display: block;
}

.qty-group {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

@media (min-width: 767px) {
    .qty-group {
        max-width: 160px;
    }
}

.qty-group .input-group-addon {
    background-color: transparent!important;
    border: 0;
    padding: 0;
}

@media (max-width: 767px) {

    .qty-group .input-group-addon,
    .qty-group .input-group-btn {
        width: 33.33333333%;
        vertical-align: top;
    }

    .qty-group .input-group-addon,
    .qty-group .input-group-btn button {
        vertical-align: middle;
        background-color: #dae2ea;
    }
}

.qty-group .qty {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.qty-group .qty:focus {
    border-color: #b9b9b9;
    -webkit-box-shadow: inset 0 1px 13px rgba(5, 130, 192, .2);
    box-shadow: inset 0 1px 13px rgba(5, 130, 192, .2);
}

.qty-group .input-group-addon {
    border: 1px solid #b9b9b9;
    border-radius: 0;
}

.qty-group .input-group-addon:first-child {
    padding-right: 0;
    border-right: 0;
}

.qty-group .input-group-addon:last-child {
    padding-left: 0;
    border-left: 0;
}

.qty-group .button-qty {
    text-align: center;
    border: 0;
    background-color: transparent;
    height: 38px;
}

@media (max-width: 767px) {
    .qty-group .button-qty {
        padding-left: 0;
        padding-right: 0;
    }
}

.qty-group .button-qty:active,
.qty-group .button-qty:focus {
    border-color: transparent;
}

.qty-group .button-qty > i {
    color: #666766;
    margin: 0;
    top: 2px;
}

.qty-group .button-qty:hover > i,
.qty-group .button-qty:focus > i {
    color: #f07c22;
}

/**/

.product-view .short-description {
    margin-bottom: 15px;
}

.product-view .input-box > label {
    text-align: left;
    padding: 0;
}

.product-view .product-options select {
    text-transform: uppercase;
}

.availability > span:before {
    margin-right: 8px;
    font-size: 11px;
}

.availability.in-stock > span:before {
    color: #009933;
}

.availability.out-of-stock > span:before {
    color: #cc0000;
}

/* add to cart button */

.products-item:not(.products-item-compare) .add-to-cart {
    position: absolute;
    bottom: 0;
    left: 30%;
    right: 30%;
    z-index: 10;
}

.products-list .products-item .add-to-cart {
    position: relative;
    bottom: auto;
    top: auto;
    right: auto;
    left: auto;
}

@media (max-width: 767px) {
    .products-item:not(.products-item-compare) .add-to-cart {
        left: 35%;
        right: 35%;
    }
    .wishlist-item .products-item .add-to-cart {
        left: auto;
        right: auto;
    }
}

.button.btn-cart {
    position: relative;
}

.section-products .button.btn-cart,
.catalog-product-view .button.btn-cart,
.category-row.products-grid .button.btn-cart,
.modal-ajax-cart .button.btn-cart,
.category-row.products-grid .button.btn-notify,
.section-products .button.btn-notify {
    display: block;
    width: 100%;
    padding-left: 0!important;
    padding-right: 0!important;
}

.button.btn-cart:hover,
.button.btn-cart:active,
.button.btn-cart:focus {
    background-color: #ffab00!important;
    border-color: #ffab00!important;
}

.button.btn-cart:active {
    top: 1px;
}

@media (max-width: 767px) {
    .button.btn-cart > span:before {
        color: #fff;
        font-size: 18px;
        top: -2px;
    }
}

.button.btn-notify {
    border: 3px solid #f07c22;
    background-color: transparent;
    color: #f07c22;
    padding-left: 0;
    padding-right: 0;
}

.button.btn-notify:hover,
.button.btn-notify:focus {
    background-color: #f07c22;
    color: #fff;
}

@media (max-width: 767px) {
    .button.btn-notify > span > span {
        display: none;
    }
    .button.btn-notify > span:before {
        font-size: 20px;
        top: -2px;
        color: #f07c22;
    }
    .button.btn-notify:hover > span:before,
    .button.btn-notify:focus > span:before {
        color: #fff;
    }
}

/* product media */
.product-img-box .more-views #amasty_gallery img {
    cursor: pointer;
}
.product-img-box .zoomWrapper,
.product-img-box #amasty_zoom {
    width: 100% !important;
    height: auto !important;
}

.product-view .product-img-big,
.product-view .product-img-box .product-image .product-image-gallery img {
    display: block;
    border: 1px solid transparent;
    width: 100%;
}

.product-view .product-view-carousel {
    position: relative;
    margin: 0 auto;
    width: 90%;
}

.product-view .product-zoom {
    position: absolute!important;
    display: none!important;
    z-index: 97;
    top: 0;
    left: 100%;
    bottom: 0;
    width: 0;
    overflow: hidden;
}

.product-view .product-view-carousel:hover .product-zoom {
    left: 100%;
    width: 100%;
    display: block!important;
}
.product-view .product-img-box {
    position: relative;
}

.product-view .product-img-box .product-image .product-image-gallery img {
    display: none;
}

.product-view .product-img-box .product-image .product-image-gallery .visible {
    display: block;
}

.product-view .product-thumbs,
.product-view .product-img-box .more-views,

.modal.modal-quick-view .product-thumbs,
.modal.modal-quick-view .product-img-box .more-views {
    margin: 15px 0;
}

.product-view .product-thumbs .product-thumbs-img,
.modal.modal-quick-view .product-thumbs .product-thumbs-img {
    position: relative;
    margin: 0 auto;
    width: 90%;
}

.product-view .product-thumbs .owl-carousel .owl-item img,
.modal.modal-quick-view .product-thumbs .owl-carousel .owl-item img {
    border: 1px solid #ebebeb;
    cursor: pointer;
    margin-top: 1px;
    margin-bottom: 1px;
}

.product-view .product-thumbs .owl-carousel .owl-item.current img,
.modal.modal-quick-view .product-thumbs .owl-carousel .owl-item.current img {
    border-color: #ffab00;
    cursor: default;
}

.product-view .carousel.product-thumbs .owl-nav > [class*='owl-'],
.modal.modal-quick-view .carousel.product-thumbs .owl-nav > [class*='owl-'] {
    position: absolute;
    opacity: 1!important;
    display: block!important;
    width: 8%;
    left: -5%;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.product-view .carousel.product-thumbs .owl-nav > [class*='owl-'].disabled,
.modal.modal-quick-view .carousel.product-thumbs .owl-nav > [class*='owl-'].disabled {
    cursor: default;
}

.product-view .carousel.product-thumbs .owl-nav > [class*='owl-'].owl-next.disabled:before,
.modal.modal-quick-view .carousel.product-thumbs .owl-nav > [class*='owl-'].owl-next.disabled:before,
.product-view .carousel.product-thumbs .owl-nav > [class*='owl-'].owl-next.disabled:hover:before,
.modal.modal-quick-view .carousel.product-thumbs .owl-nav > [class*='owl-'].owl-next.disabled:hover:before {
    border-left-color: #333;
}

.product-view .carousel.product-thumbs .owl-nav > [class*='owl-'].owl-prev.disabled:before,
.modal.modal-quick-view .carousel.product-thumbs .owl-nav > [class*='owl-'].owl-prev.disabled:before,
.product-view .carousel.product-thumbs .owl-nav > [class*='owl-'].owl-prev.disabled:hover:before,
.modal.modal-quick-view .carousel.product-thumbs .owl-nav > [class*='owl-'].owl-prev.disabled:hover:before {
    border-right-color: #333;
}

.product-view .carousel.product-thumbs .owl-nav > [class*='owl-'].owl-next,
.modal.modal-quick-view .carousel.product-thumbs .owl-nav > [class*='owl-'].owl-next {
    left: auto;
    right: -5%;
}

.product-view .carousel.product-thumbs .owl-nav > [class*='owl-']:before,
.modal.modal-quick-view .carousel.product-thumbs .owl-nav > [class*='owl-']:before {
    content: '';
    display: inline-block;
    position: absolute;
    height: 0;
    font-size: 0;
    left: 2px;
    margin-left: -4px;
    top: 50%;
    margin-top: -8px;
}

.product-view .carousel.product-thumbs .owl-nav [class*='owl-']:before,
.modal.modal-quick-view .carousel.product-thumbs .owl-nav [class*='owl-']:before {
    border-right: 8px solid #ffab00;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    height: 1px;
    content: '';
}

.product-view .carousel.product-thumbs .owl-nav [class*='owl-'].owl-next:before,
.modal.modal-quick-view .carousel.product-thumbs .owl-nav [class*='owl-'].owl-next:before {
    left: auto;
    right: 0;
    border-right: 0;
    border-left: 8px solid #ffab00;
}

.product-view .carousel.product-thumbs .owl-nav [class*='owl-'].owl-prev:hover:before,
.modal.modal-quick-view .carousel.product-thumbs .owl-nav [class*='owl-'].owl-prev:hover:before {
    border-right-color: #0582c0;
}

.product-view .carousel.product-thumbs .owl-nav [class*='owl-'].owl-next:hover:before,
.modal.modal-quick-view .carousel.product-thumbs .owl-nav [class*='owl-'].owl-next:hover:before {
    border-left-color: #0582c0;
}

.product-view .product-thumbs-img,
.product-view .product-img-box .more-views .thumb-link,
.modal.modal-quick-view .product-thumbs-img,
.modal.modal-quick-view .product-img-box .more-views .thumb-link {
    margin-bottom: 20px;
}

.product-view .product-img-box .more-views .product-image-thumbs > li,
.modal.modal-quick-view .product-img-box .more-views .product-image-thumbs > li {
    float: left;
}

.product-view .product-thumbs-img .item img,
.product-view .product-img-box .more-views .thumb-link img,
.modal.modal-quick-view .product-thumbs-img .item img,
.modal.modal-quick-view .product-img-box .more-views .thumb-link img {
    width: 70%;
    display: block;
    height: auto!important;
    position: relative;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .product-view .product-thumbs .product-thumbs-img,
    .modal.modal-quick-view .product-thumbs .product-thumbs-img {
        width: 80%;
    }
    .product-view .carousel.product-thumbs .owl-nav > [class*='owl-'],
    .modal.modal-quick-view .carousel.product-thumbs .owl-nav > [class*='owl-'] {
        width: 10%;
        left: -10%;
    }
    .product-view .carousel.product-thumbs .owl-nav > [class*='owl-'].owl-next,
    .modal.modal-quick-view .carousel.product-thumbs .owl-nav > [class*='owl-'].owl-next {
        left: auto;
        right: -10%;
    }
    .product-view .carousel.product-thumbs .owl-nav > [class*='owl-']:before,
    .modal.modal-quick-view .carousel.product-thumbs .owl-nav > [class*='owl-']:before {
        left: 50%;
    }
    .product-view .carousel.product-thumbs .owl-nav [class*='owl-'].owl-next:before,
    .modal.modal-quick-view .carousel.product-thumbs .owl-nav [class*='owl-'].owl-next:before {
        left: 50%;
    }
}

/* configurable swatch */

.swatch-attr .input-box {
    margin-bottom: 10px;
}

.swatch-attr .input-box:last-child {
    margin-bottom: 0;
}

.swatch-attr .validation-advice {
    right: auto;
    left: 0;
    margin-top: 0;
}

@media (min-width: 767px) {
    .swatch-attr label .select-label {
        display: none;
    }
}

.product-options label {
    font-size: 14px;
    color: #3c3c3c;
}

.configurable-swatch-list > li {
    display: block;
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
}

.configurable-swatch-list > li > a {
    position: relative;
    display: block;
    padding: 8px 5px;
    border: 1px solid transparent;
    height: auto!important;
    min-width: 35px!important;
    text-decoration: none;
    overflow: hidden;
    font-family: 'helveticaneuecyrmedium';
    text-align: center;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.configurable-swatch-list > li > a:hover {
    border-color: #d6d6d6;
}

.configurable-swatch-list > li > a span {
    height: auto!important;
    min-width: 100%!important;
    line-height: 1!important;
    display: block;
}

.configurable-swatch-list > li.is-media {
    min-height: 25px;
}

.configurable-swatch-list > li.is-media > a {
    width: 15px!important;
    height: 15px!important;
    opacity: 1;
    padding: 0;
    font-size: 14px;
    border: 0!important;
    min-width: 0!important;
    margin-top: 5px;
}

.configurable-swatch-list > li.is-media > a > span > img {
    display: block;
    width: 15px!important;
    height: 15px!important;
}

.configurable-swatch-list > li.is-media.not-available > a,
.configurable-swatch-list > li.is-media.not-available > a:focus,
.configurable-swatch-list > li.is-media.not-available > a:active {
    opacity: 0.2;
    cursor: not-allowed;
}

.configurable-swatch-list > li.selected > a {
    border: 1px solid #ffab00;
    color: #ffab00;
    cursor: default;
}

.configurable-swatch-list > li.is-media.selected > a {
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    border: 0;
    width: 20px!important;
    height: 20px!important;
    top: -3px;
}

.configurable-swatch-list > li.is-media.selected > a img {
    width: 20px!important;
    height: 20px!important;
}

.configurable-swatch-list > li > a[name="white"] {
    border: 1px solid #d6d6d6!important;
}

.configurable-swatch-list .x {
    display: none;
}

/**/

.product-view .section-tab {
    margin-top: 15px;
}

.product-view .form-review .row-rating label.control-label {
    padding-top: 0;
}

/* box-reviews */

.product-view .box-reviews h4 {
    margin-top: 0;
    padding-top: 2px;
}

.product-view .box-reviews .media:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

@media (min-width: 767px) {
    .product-view .box-reviews .col-sm-6 .form-add {
        border-right: 1px solid #b9b9b9;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .product-view .box-reviews .form-add {
        margin-bottom: 15px;
    }
}

/**/

/* star rating */

.icon-star {
    color: #ccc;
    font-size: 20px;
    opacity: 0.5;
    margin-right: 2px;
}

.rating-input .icon-star {
    margin: 0 2px;
}

.icon-star.active {
    color: #0582c0;
    opacity: 1;
}

@media (max-width: 767px) {
    .rating-star .icon-star {
        margin: 0;
    }
}

/**/

.product-view .btn-size-chart {
    padding: 0;
    color: #3791de;
    font-size: 11px;
    text-transform: none;
    margin: 0 11px;
    height: auto;
}

.product-view .item-quantity [class*='col-'],
.product-view .product-options .input-box > [class*='col-'] {
    padding: 0;
}

/* sharing */

.social-likes {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 20px -1%;
    color: #666766;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.social-likes > li {
    width: 18%;
    margin: 0 1%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #b9b9b9;
    height: 40px;
}

.social-likes > li > a,
.social-likes > li .social-likes__button {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    color: #666766;
}

.social-likes > li > a:hover,
.social-likes > li > a:focus,
.social-likes > li:hover,
.social-likes > li:focus {
    border-color: #ffab00;
    text-decoration: none;
    cursor: pointer;
}

.social-likes > li i,
.social-likes .social-likes__icon.social-likes__icon {
    position: relative;
    font-size: 20px;
    top: 1px;
    vertical-align: middle;
}

.social-likes > li.email-friend > a i {
    font-size: 16px;
    top: -2px;
}

@media (min-width: 767px) {
    .social-likes {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-flow: row wrap;
        justify-content: space-around;
    }
}

@media (max-width: 767px) {
    .social-likes {
        margin: 30px 0;
    }
    .social-likes > li i,
    .social-likes .social-likes__icon.social-likes__icon {
        top: 3px;
    }
}

/**/

/* product-view price */

.product-view .price-box,
.modal.modal-quick-view .price-box,
.wishlist-item .price-box {
    margin-bottom: 15px;
}

.product-view .price-box,
.product-view .tier-prices > li,

.modal.modal-quick-view .price-box,
.modal.modal-quick-view .tier-prices > li,

.wishlist-item .price-box,
.wishlist-item .tier-prices > li  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-view .tier-prices .price  {
    display: inline-block;
    margin: 0 5px;
    color: #0582c0;
}

.product-view .tier-prices > li {

}

.product-view .price-box > span:not(:last-child),
.product-view .price-box > p:not(:last-child),
.product-view .price-box.map-info:not(:last-child),

.modal.modal-quick-view .price-box > span:not(:last-child),
.modal.modal-quick-view .price-box > p:not(:last-child),
.modal.modal-quick-view .price-box.map-info:not(:last-child),

.wishlist-item .price-box > span:not(:last-child),
.wishlist-item .price-box > p:not(:last-child),
.wishlist-item .price-box.map-info:not(:last-child) {
    margin-right: 20px;
}

@media (min-width: 767px) and (max-width: 991px) {
    .product-view .price-box > span:not(:last-child),
    .product-view .price-box > p:not(:last-child),
    .product-view .price-box.map-info:not(:last-child),

    .modal.modal-quick-view .price-box > span:not(:last-child),
    .modal.modal-quick-view .price-box > p:not(:last-child),
    .modal.modal-quick-view .price-box.map-info:not(:last-child),

    .wishlist-item .price-box > span:not(:last-child),
    .wishlist-item .price-box > p:not(:last-child),
    .wishlist-item .price-box.map-info:not(:last-child) {
        margin-right: 45px;
    }
}

.product-view .price-box span,
.product-view .price-box p,
.product-view .price-box div,
.product-view .price-box li,

.modal.modal-quick-view .price-box span,
.modal.modal-quick-view .price-box p,
.modal.modal-quick-view .price-box div,
.modal.modal-quick-view .price-box li,

.wishlist-item .price-box span,
.wishlist-item .price-box p,
.wishlist-item .price-box div,
.wishlist-item .price-box li {
    display: block;

}

@media (min-width: 767px) {
    .product-view .price-box span,
    .product-view .price-box p,
    .product-view .price-box div,
    .product-view .price-box li,

    .modal.modal-quick-view .price-box span,
    .modal.modal-quick-view .price-box p,
    .modal.modal-quick-view .price-box div,
    .modal.modal-quick-view .price-box li,

    .wishlist-item .price-box span,
    .wishlist-item .price-box p,
    .wishlist-item .price-box div,
    .wishlist-item .price-box li {
        white-space: nowrap;

    }
}

.product-view .price-box p[class*='price'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-view .price-box p[class*='price'] .price-label {
    width: 100%;
}

@media (max-width: 767px) {
    .product-view .price-box p {
        margin: 0!important;
        width: 50%;
    }
}

.product-view .price-box .price,
.modal.modal-quick-view .price-box .price,
.wishlist-item .price-box .price {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 18px;
}

.product-view .price-box > .regular-price,
.product-view .price-box > .special-price,

.wishlist-item .price-box > .regular-price,
.wishlist-item .price-box > .special-price {
    color: #0582c0;
}

.product-view .price-box > .regular-price .price,
.product-view .price-box > .special-price .price,

.modal.modal-quick-view .product-view-right .price-box > .regular-price .price,
.modal.modal-quick-view .product-view-right .price-box > .special-price .price,

.wishlist-item .price-box > .regular-price .price,
.wishlist-item .price-box > .special-price .price {
    font-size: 30px;
    line-height: 1;
}

.product-view .price-box > .price-save {
    font-size: 14px;
    font-weight: bold;
    padding-top: 0;
    padding-bottom: 0;
}

.product-view .price-box .btn-compare {
    margin: 10px 18px 0;
    padding: 0!important;
    font-weight: normal;
    text-transform: none;
    color: #5ba5db;
}

.product-view .price-box > .old-price > .price,
.modal.modal-quick-view .price-box > .old-price > .price,
.wishlist-item .price-box > .old-price > .price {
    text-decoration: line-through;
}

.product-view .price-box > .price-item:last-child,
.modal.modal-quick-view .price-box > .price-item:last-child,
.wishlist-item .price-box > .price-item:last-child {
    border: 0;
}

.product-view .add-to-box .add-to-cart .qty-group,
.product-view .add-to-box .add-to-cart .button.btn-cart,

.modal.modal-quick-view .add-to-box .add-to-cart .qty-group,
.modal.modal-quick-view .add-to-box .add-to-cart .button.btn-cart,

.wishlist-item .add-to-box .add-to-cart .qty-group,
.wishlist-item .add-to-box .add-to-cart .button.btn-cart {
    float: left;
    margin-top: 0;
}

@media (min-width: 767px) {
    .product-view .add-to-box .add-to-cart,
    .wishlist-item .add-to-box .add-to-cart {
        width: 60%;
    }
    .product-view .add-to-box .add-to-cart .qty-group,
    .wishlist-item .add-to-box .add-to-cart .qty-group {
        width: 35%;
    }
    .product-view .add-to-box .add-to-cart .button.btn-cart,
    .wishlist-item .add-to-box .add-to-cart .button.btn-cart {
        width: 60%;
        margin-left: 5%;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .product-view .add-to-box .add-to-cart,
    .wishlist-item .add-to-box .add-to-cart {
        width: 75%;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .product-view .add-to-box .add-to-cart,
    .wishlist-item .add-to-box .add-to-cart {
        width: 100%;
    }
}

.modal.modal-quick-view .add-to-box .add-to-cart .qty-group {
    width: 35%;
    margin-right: 5%;
}
.modal.modal-quick-view .add-to-box .add-to-cart .button.btn-cart {
    width: 60%;
}

@media (max-width: 767px) {
    .product-view .add-to-box .add-to-cart .qty-group,
    .modal.modal-quick-view .add-to-box .add-to-cart .qty-group,
    .wishlist-item .add-to-box .add-to-cart .qty-group {
        width: 45%;
        margin-right: 5%;
    }
    .product-view .add-to-box .add-to-cart .button.btn-cart,
    .modal.modal-quick-view .add-to-box .add-to-cart .button.btn-cart,
    .wishlist-item .add-to-box .add-to-cart .button.btn-cart {
        width: 50%;
    }
}

/**/

/* simple-products-block */

.simple-products-block > ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px -10px;
}

.simple-products-block > ul > li {
    width: 50%;
    padding: 10px;
    cursor: pointer;
}
.simple-products-block > ul > li > .simple-products-wrap {
    display: table;
    table-layout: auto;
    width: 100%;
    height: 100%;
    border: 1px solid #dae2ea;
}

.simple-products-block > ul > .active {
    cursor: default;
}

.simple-products-block > ul > .active .simple-products-wrap {
    border-color: #ffab00;
}

.simple-products-block > ul > li > .simple-products-wrap > .simple-products-img,
.simple-products-block > ul > li > .simple-products-wrap > .simple-products-content {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.simple-products-block > ul > li > .simple-products-wrap > .simple-products-img,
.simple-products-block > ul > li > .simple-products-wrap > .simple-products-img > img {
    width: 80px;
}

.simple-products-block > ul > li > .simple-products-wrap .simple-products-content span {
    display: block;
}

.simple-products-block > ul > li > .simple-products-wrap .simple-products-attributes,
.simple-products-block > ul > li > .simple-products-wrap .simple-products-attributes span {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
}

.simple-products-block > ul > li > .simple-products-wrap .simple-products-attributes > span {
    display: block;
}

/**/

/* btn-expander */

.btn-expander a,
.btn-expander a:focus,
.btn-expander a:visited {
    display: inline-block;
    color: #0582c0;
    text-decoration: underline;
}

.btn-expander a:hover {
    text-decoration: none;
}

.expand .btn-expander {
    display: inline-block!important;
}

/**/

/**/

/* add to */

.add-to-links > li > a {
    display: block;
    text-decoration: none;
}

.add-to-links > li > a > .added,
.add-to-links > li > a.active > .add {
    display: none;
}

.add-to-links > li > a.active > .added {
     display: inline-block;
 }

@media (max-width: 767px) {
    [class*='product-options-'] .add-to-links > li > a:before,
    .wishlist-item .add-to-links > li > a:before {
        display: block;
        margin-bottom: 10px;
        margin-right: 0;
        text-align: center;
    }
    .products-item .link-wishlist:before,
    .products-item .link-compare:before {
        top: 2px;
    }
    .products-item .add-to-links .add-quick-view {
        opacity: 1;
        padding: 10px 0;
        left: 11px;
    }
    .products-item .add-to-links .add-quick-view > a {
        line-height: 20px;
        height: 20px;
        background-color: rgba(255, 255, 255, 0.7);
        padding: 0 5px;
    }
    .section-products .owl-carousel .owl-item .products-item {
        padding-bottom: 45px;
        padding-right: 0;
        padding-left: 0;
    }
    .products-item .price-box {
        margin-top: 5px;
    }
    .products-item .product-name,
    .products-item .product-name a {
        margin-bottom: 5px;
    }
}

@media (max-width: 353px) {
    .products-item .add-to-links .add-quick-view > a {
        font-size: 11px;
    }
    .products-item .add-to-links .add-quick-view {
        top: -10px;
    }
    .product-view .product-img-box .products-sticker {
        right: 0;
    }
}

.product-view .add-to-box .add-to-box-inner,
.modal.modal-quick-view .add-to-box .add-to-box-inner {
    margin: 20px 0;
    border-bottom: 1px solid #ebebeb;
    padding: 0 0 15px;
}

@media (min-width: 767px) {
    .product-view .add-to-box .add-to-box-inner,
    .product-view .add-to-box .add-to-box-inner > .add-to-links,

    .modal.modal-quick-view .add-to-box-inner,
    .modal.modal-quick-view .add-to-box-inner > .add-to-links {
        display: table;
        width: 100%;
    }

    .product-view .add-to-box .add-to-box-inner > ul,
    .product-view .add-to-box .add-to-box-inner > div,
    .product-view .add-to-box .add-to-box-inner > .add-to-links > li,

    .modal.modal-quick-view .add-to-box-inner > ul,
    .modal.modal-quick-view .add-to-box-inner > div,
    .modal.modal-quick-view .add-to-box-inner > .add-to-links > li,

    .wishlist-item .add-to-box-inner > ul,
    .wishlist-item .add-to-box-inner > div,
    .wishlist-item .add-to-box-inner > .add-to-links > li {
        display: table-cell;
        vertical-align: middle;
    }
}

@media (max-width: 767px) {
    .product-view .add-to-box .add-to-box-inner > .add-to-links,
    .modal.modal-quick-view  .add-to-box .add-to-box-inner > .add-to-links,
    .wishlist-item  .add-to-box .add-to-box-inner > .add-to-links  {
        margin-bottom: 0;
    }
    .product-view .add-to-box .add-to-box-inner > .add-to-links > li,
    .modal.modal-quick-view  .add-to-box .add-to-box-inner > .add-to-links > li,
    .wishlist-item  .add-to-box .add-to-box-inner > .add-to-links > li {
        margin: 10px 0;
    }
    .product-view .add-to-box .add-to-box-inner .rating-star,
    .product-view .add-to-box .add-to-box-inner .add-review-link,

    .modal.modal-quick-view  .add-to-box .add-to-box-inner .rating-star,
    .modal.modal-quick-view  .add-to-box .add-to-box-inner .add-review-link,

    .wishlist-item  .add-to-box .add-to-box-inner .rating-star,
    .wishlist-item  .add-to-box .add-to-box-inner .add-review-link {
        float: left;
        width: 50%;
    }
}

@media (min-width: 767px) and (max-width: 1200px) {
    .product-view .add-to-box .add-to-box-inner > ul,
    .product-view .add-to-box .add-to-box-inner > div,
    .product-view .add-to-box .add-to-box-inner > .add-to-links > li,

    .modal.modal-quick-view .add-to-box-inner > ul,
    .modal.modal-quick-view .add-to-box-inner > div,
    .modal.modal-quick-view .add-to-box-inner > .add-to-links > li,

    .wishlist-item .add-to-box-inner > ul,
    .wishlist-item .add-to-box-inner > div,
    .wishlist-item .add-to-box-inner > .add-to-links > li {
        display: inline-table;
        margin-right: 15px;
        margin-bottom: 5px;
    }
}

.product-view .add-to-box .add-to-box-inner > .add-to-links > li > a:before,
.modal.modal-quick-view .add-to-box .add-to-box-inner > .add-to-links > li > a:before {
    color: #0582c0;
    font-size: 18px;
    vertical-align: middle;
    top: -2px;
    margin-right: 8px;
}

.product-view .add-to-box .add-to-box-inner > .add-to-links > li > a:hover,
.modal.modal-quick-view .add-to-box .add-to-box-inner > .add-to-links > li > a:hover,
.wishlist-item .add-to-box .add-to-box-inner > .add-to-links > li > a:hover {
    text-decoration: underline;
}

.product-view .add-to-box .add-to-box-inner > .add-to-links > li > a:hover:before,
.modal.modal-quick-view .add-to-box .add-to-box-inner > .add-to-links > li > a:hover:before,
.wishlist-item .add-to-box .add-to-box-inner > .add-to-links > li > a:hover:before {
    color: #f07c22;
}

.product-view .add-to-box .add-to-box-inner .add-review-link > span:not(:last-child):after {
    display: inline-block;
    content: '|';
    margin: 0 5px;
    position: relative;
    top: -1px;
}

.product-view .product-view-features,
.modal.modal-quick-view .product-view-features {
    margin-bottom: 15px;
}

.product-view .product-view-features h3,
.modal.modal-quick-view .product-view-features h3 {
    text-transform: uppercase;
    font-size: 18px;
}

.product-view .product-view-features .product-view-features-options ul,
.modal.modal-quick-view .product-view-features .product-view-features-options ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-view .product-view-features .product-view-features-options ul > li,
.modal.modal-quick-view .product-view-features .product-view-features-options ul > li {
    margin-right: 15px;
    margin-bottom: 15px;
}

.product-view .product-view-features .product-view-features-list ul,
.modal.modal-quick-view .product-view-features .product-view-features-list ul {
    margin-bottom: 15px;
    margin-left: 15px;
}

.product-view .product-view-features .product-view-features-list ul > li,
.modal.modal-quick-view .product-view-features .product-view-features-list ul > li {
    list-style-type: disc;
    line-height: 1.2;
}

/**/

.send-friend {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
}

.product-label {
    margin-bottom: 15px;
}

.product-label > li {
    display: inline-block;
}

.product-label > li + li:before {
    display: inline-block;
    margin: 0 4px 0 0;
    content: '|';
    position: relative;
    top: -1px;
}


/* zoom */

.zoomImg {
    z-index: 9999;
}

/**/

/* product media */

.product-img-box {
    position: relative;
}

.products-item .products-item-img {
    position: relative;
    max-width: 224px;
    margin: 0 auto 20px;
}

.products-item .products-item-img > a {
    display: block;
    text-align: center;
}

span.product-image {
    display: block;
}

.products-item .product-image img {
    display: block!important;
    width: 100%;
}

/**/
.my-account .dashboard .box,
.my-account .dashboard > .block {
    margin: -3px 0 0;
}

@media (max-width: 767px) {
    body[class*='customer-'] .main .col-left,
    body[class^='customer'] .main .col-left,
    body[class*='wishlist-'] .main .col-left,
    body[class*='newsletter-'] .main .col-left,
    body[class*='sales-'] .main .col-left {
        position: static!important;
        left: auto!important;
        top: auto!important;
        right: auto!important;
        bottom: auto!important;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
        z-index: 1;
        background-color: transparent;
        height: auto;
    }
}

.my-account .media-heading a {
    display: inline-block;
    text-transform: none;
    padding-top: 1px;
}

@media (min-width: 767px) {
    .my-account .dashboard .box-account.box-info .box-head h2 {
        margin: 15px 0;
        padding: 0;
        line-height: 1;
    }
}
@media print {
    *,
    *:before,
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(title) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;

        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    select {
        background: #fff !important;
    }
    .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 th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
    .navbar,
    header,
    footer,
    .buttons-set,
    .compare-table-btn,
    .button-print,
    .btn-remove,
    .sorting,
    .add-to-cart {
        display: none!important;
    }
}
/* hide */

header a.paypal-auth:before,
.currently .actions,
.currently .block-subtitle,
.catalog-product-view .add-to-links .separator,
form p.required,
.back-link > a > small,
.add-to-box .or,
.wishlist-index-index .back-link,
.opc-messages .opc-messages-action,
.opc-messages .close-message-wrapper,
.opc-wrapper-opc .md-modal,
.opc-wrapper-opc .opc-menu p.left,
.opc-wrapper-opc a.review-total,
.opc-wrapper-opc .review-title,
.paypal-or,
.products-item:not(.products-item-compare) .add-to-links .link-wishlist > span,
.section-products .products-item .add-to-links .link-compare > span,
.category-row:not(.wishlist-list) .products-item .add-to-links .link-compare > span,
.products-item:not(.products-item-compare) .price-box .price-label,
.pagination[hidden],
.category-products .toolbar .sorter,
.category-products .toolbar .pager,
.toolbar-footer,
.category-products .currently,
.btn-scroll-top,
.product-view .button.btn-cart > span:before,
.product-view .add-to-box label[for="qty"],
.wishlist-item .add-to-box label[for="qty"],
.modal.modal-quick-view .add-to-box label[for="qty"],
.section-products.related-product .item label.checkbox,
.social-likes > li > a > span,
.modal.modal-quick-view .product-view-right .button.btn-cart > span:before,
.top-link-cart .cart-open-price,
.cart .cart-row .price-box .price-label,
[for*='remember_me'] + a,
.changelink .separator,
.back-link > a:before,
.opc-block-progress .changelink,
#giftvoucher_ajaxload img,
#giftvoucher_wait img,
#checkout-review-table .review-product-img,
.opc #checkout-review-submit p,
.product-view-features-list ul > br,
.section-products .products-item-info,
.category-row.products-grid .products-item-info,
.my-account > div > .page-title,
.my-account > .page-title,
.my-account > h1,
.compare-table-wrap .button.btn-cart > span:before,
.blog .blog-details,
.aw-ln-filters-container-dt-category,
.aw-ln-filters-container-dd-category ol li a:before,
.aw-ln-filter-clear,
.aw-ln-filter-collapse-show,
.aw-ln-filter-collapse-hide {
    display: none!important;
}

@media (max-width: 767px) {
    .sorter,
    .products-item .btn.btn-compare,
    .carousel-controls,
    .short-description,
    .footer-right-info,
    .category-description,
    .breadcrumb,
    .col-right,
    .header-top .links,
    .link-dropdown-cart > a,
    .link-dropdown-cart > [name="cart.link"],
    .top-link-cart-mobile .cart-open-price,
    .banners.banners-index-banners .owl-nav,
    .products-item .button.btn-cart > span > span,
    .products-item .add-to-links .add-quick-view > a:before,
    .toolbar label,
    .category-image,
    .cart .cart-header,
    .cart .cart-row .cart-row-inner .cart-col.cart-col-img,
    #checkout-progress-wrapper,
    .opc #checkout-review-table thead,
    .widget-tabs .tab-content,
    .category-row.products-list.wishlist-list .button.btn-cart > span:before,
    .global-site-notice {
        display: none!important;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .cart .cart-header,
    .opc-block-progress dt.complete:after {
        display: none!important;
    }
}

@media (min-width: 767px) and (max-width: 1200px) {

}

@media (min-width: 991px) and (max-width: 1200px) {

}

@media (min-width: 991px) {
    .cart-row .price-label {
        display: none!important;
    }
}

@media (min-width: 1200px) {

}

@media (min-width: 767px) {
    .btn-show-all,
    .col-sorting-filter-button,
    .navbar .account-nav,
    .navbar .account-nav > li,
    .header-navbar,
    .products-item .add-to-cart .button.btn-cart > span:before,
    .modal.modal-quick-view .button.btn-cart > span:before,
    .button-filter,
    .navbar-header,
    .button.btn-notify > span:before,
    .cart .cart-col-img-mobile,
    .opc #checkout-review-table tbody td.td-last > .price-label,
    .col-main .block.block-account,
    .supplier-nav,
    .page-product-list-nav {
        display: none!important;
    }
    .touch .btn-show-all:not(.first) {
        display: block!important;
    }
}


.account-nav.user-not-active .dropdown-menu {
    min-width: 350px;
    padding: 0!important;
}

.account-nav .dropdown-menu .block {
    margin-bottom: 0;
    padding: 20px;
}

.account-nav .dropdown-menu .actions {
    float: right;
}

.account-nav .dropdown-menu .buttons {
    float: left;
}

/* banners */

.banners img {
    display: block;
    width: 100%;
}

.header-banner > .banners {
    background-color: #ebebeb;
    color: #282828;
    font-size: 14px;
    text-align: center;
    padding: 5px;
}

.header-banner > .banners > .owl-carousel {
    max-width: 90%;
    position: relative;
    margin: 0 auto;
}

.header-banner .owl-prev,
.header-banner .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    display: inline-block;
    width: 9px;
    height: 17px;
    left: 0;
    cursor: pointer;
}

.header-banner .owl-next {
    left: auto;
    right: 0;
}

.header-banner .owl-prev:before {
    display: inline-block;
    content: '';
    border-right: 9px solid #fbaa19;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
}

.header-banner .owl-next:before {
    display: inline-block;
    content: '';
    border-left: 9px solid #fbaa19;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
}

.header-banner .owl-prev:hover:before {
    border-right-color: #0582c0;
}

.header-banner .owl-next:hover:before {
    border-left-color: #0582c0;
}

.header-banner .owl-carousel .owl-item {
    background-color: transparent;
}

.header-banner .owl-carousel .owl-item a {
    line-height: 1;
}

.header-banner .owl-carousel .owl-item a:hover {
    color: #fbaa19;
}

@media (max-width: 767px) {
    .header-banner > .banners {
        padding-left: 0;
        padding-right: 0;
    }
    .header-banner .owl-prev {
        left: 0;
    }
    .header-banner .owl-next {
        right: 0;
    }
}

@media (min-width: 767px) {
    .header-banner-container {
        position: relative;
    }
    .header-banner {
        position: absolute;
        left: 25%;
        right: 0;
        padding: 0 15px;
    }
    .header-right {
        padding-top: 50px;
        padding-bottom: 20px;
        padding-left: 10px;
    }
}

.banners .banner-wrapper {
    display: none;
}

.banners.banners-index-banners {
    text-align: center;
}

.banners.banners-index-banners .owl-dots {
    display: inline-block!important;
    height: 13px;
}

@media (min-width: 767px) {
    .banners.banners-index-banners {
        margin-bottom: 10px;
    }

    .banners.banners-index-banners .owl-dots {
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        bottom: 15px;
    }
}

@media (max-width: 767px) {
    .banners.banners-index-banners .owl-dots {
        position: relative;
    }
    .banners.banners-index-banners .owl-stage-outer {
        margin-bottom: 15px;
    }
    .banners.banners-section-about-left > .item {
        margin-bottom: 15px;
    }
    .banners.banners-section-about-right > .item {
        margin-top: 15px;
    }
}

.banners.banners-index-banners .owl-dots:before {
    display: block;
    content: '';
    height: 3px;
    background-color: #4f4f4f;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    z-index: 98;
    left: 1px;
    right: 1px;
}

.banners.banners-index-banners .owl-dots .owl-dot {
    position: relative;
    top: -3px;
    margin: -3px 0 0 0;
    z-index: 99;
}

.iphone .banners.banners-index-banners .owl-dots .owl-dot {
    top: -1.5px;
}

.banners.banners-index-banners .owl-dots .owl-dot span {
    display: block;
    border: 3px solid #4f4f4f;
    width: 13px;
    height: 13px;
    margin: 0;
    position: relative;
}

.banners.banners-index-banners .owl-dots .owl-dot:not(:last-child) span {
    margin-right: 40px;
}

.banners.banners-index-banners .owl-nav {
    opacity: 0;
}

.banners.banners-index-banners:hover .owl-nav {
    opacity: 1;
}

.banners.banners-index-banners .owl-nav > .owl-prev,
.banners.banners-index-banners .owl-nav > .owl-next {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    width: 55px;
    cursor: pointer;
}

.banners.banners-index-banners .owl-nav > .owl-prev:hover,
.banners.banners-index-banners .owl-nav > .owl-next:hover {
    background-color: rgba(0, 0, 0, 0.28);
}

.banners.banners-index-banners .owl-nav > .owl-next {
    left: auto;
    right: 0;
}

.banners.banners-index-banners .owl-nav > .owl-prev:before,
.banners.banners-index-banners .owl-nav > .owl-next:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #fff;
}

.banners.banners-index-second-banners {
    position: relative;
    margin: 0 -4px;
}

.banners.banners-index-second-banners .item > a {
    display: block;
    margin: 0 4px;
}

.banners.banners-index-banners .banner-wrapper,
.banners.banners-index-second-banners .banner-wrapper {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 6%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}

.banners .banner-title,
.banners .banner-content {
    display: block;
    line-height: 1;
}

.banners .banner-content {
    margin-bottom: 15px;
}

.banners .banner-title {
    font-size: 42px;
    font-family: 'Noir-Medium';
}

.banners.banners-index-banners .banner-wrapper {
    text-align: right;
}

.banners.banners-index-banners .banner-wrapper {
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}

.index-block-right {
    padding-top: 10px;
}

@media (min-width: 1200px) {
    .header-right-right {
        max-width: 580px;
        float: right;
    }
}

/**/

.section-about {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 14px;
    color: #333;
    line-height: 1.25;
}

.section-about h1,
.section-about h2,
.section-about h3,
.section-about h4,
.section-about h5 {
    font-family: 'Noir-Medium';
    font-size: 18px;
    color: #333;
    margin-bottom: 6px;
    margin-top: 0;
}

@media (min-width: 767px) and (max-width: 991px) {

    .section-about h1,
    .section-about h2,
    .section-about h3,
    .section-about h4,
    .section-about h5 {
        margin-top: 0;
    }

    .section-about .banners-section-about-left .item {
        margin-bottom: 35px;
    }
}

@media (min-width: 767px) {
    .catalog-product-view .content-wrapper {
         padding-bottom: 25px;
    }
}

.cms-index-index .main {
    padding-top: 0;
}

@media (min-width: 767px) {
    .cms-index-index .main {
        padding-bottom: 25px;
    }
}

.catalog-product-view .main,
.checkout-cart-index .main,
.wishlist-index-index .main {
    padding-bottom: 0;
}

.block-poll ul {
    margin-bottom: 15px;
}

.contacts-sections,
.contacts-sections > .col-4,
.contacts-sections > [class*='col-'] ul {
    color: #666766;
}

.contacts-sections > [class*='col-'] {
    border: 3px solid #ebebeb;
    margin: 2%;
    padding: 18px;
    position: relative;
}

@media (max-width: 767px) {
    .contacts-sections > [class*='col-'] {
        margin: 0;
    }

    .contacts-sections > [class*='col-'] a {
        color: #666766;
    }
}

.contacts-sections iframe {
    display: block;
    width: 100%!important;
    height: 100%!important;
}

.contacts-sections h3,
.contact-form h2 {
    margin-top: 0;
    padding-top: 2px;
    font-size: 18px;
    color: #f07c22;
}

.contacts-sections h4 {
    font-size: 14px;
    font-family: inherit;
    font-weight: inherit;
    color: #333;
    text-transform: inherit;
}

.contacts-sections > [class*='col-'] ul > li span,
.contacts-sections > [class*='col-'] p span {
    display: block;
    float: right;
    color: #666766;
}

.contacts-sections p.left,
.contacts-sections p.right {
    float: left;
    width: 50%;
    margin-top: 5px;
}

.contacts-sections p {
    margin: 0 0 2px;
}

.contacts-sections > [class*='col-'] ul > li {
    color: #333;
}

@media (min-width: 767px) {

    .row.contact-row {
        margin-left: -2.5%;
        margin-bottom: 15px;
    }

    .contacts-sections,
    .contacts-sections > .col-4,
    .contacts-sections > [class*='col-'] ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
    }

    .contacts-sections > .col-1,
    .contacts-sections > .col-2,
    .contacts-sections > [class*='col-'] ul > li {
        width: 46%;
    }

    .contacts-sections > .col-3,
    .contacts-sections > .col-4 {
        width: 98%;
    }

    .contacts-sections > .col-4 > [class*='col-'] {
        width: 50%;
        position: relative;
        overflow: hidden;
    }

    .contacts-sections > .col-4 > .col-4-right {
        padding-left: 20px;
    }

    .contacts-sections > [class*='col-'] ul > li {
        margin: 0 2%;
    }

    .contacts-sections iframe {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}

@media (max-width: 767px) {
    .contacts-sections > .col-4 > .col-4-right h3 {
        margin-top: 15px;
    }

    .contacts-sections > [class*='col-'] {
        margin-bottom: 15px;
    }

    .contacts-sections > [class*='col-'] ul > li {
        margin: 3px 0;
    }
}

.contact-form {
    max-width: 303px;
    position: relative;
    margin: 20px auto 0;
}

@media (max-width: 767px) {
    .contact-form {
        margin: 20px auto;
    }
}

.contact-form .input-box {
    margin-bottom: 5px;
}

.contact-form .buttons-set {
    margin-top: 10px;
}

.cms-page-view[class*='about'] .content-wrapper {
    background-color: #f9f7e4;
}

.cms-page-view[class*='about'] header {
    background-color: #fff;
}

.section-year {
    border-left: 4px solid #4f4f4f;
    padding: 0;
    margin: 45px auto 15px auto;
    max-width: 800px;
    position: relative;
}

.section-year > li {
    border-top: 3px solid #4f4f4f;
    margin-bottom: 55px;
    padding-left: 3%;
    position: relative;
}

.section-year > li:before {
    content: '';
    display: inline-block;
    border: 3px solid #4f4f4f;
    background-color: #ffab00;
    position: absolute;
    left: -9px;
    top: -9px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.section-year > li > .year,
.section-year > li > ul {
    border: 3px solid #4f4f4f;
    background-color: #fff;
    display: block;
    position: relative;
    margin-top: -26px;
    padding: 15px;
}

.section-year > li > .year {
    font-family: 'Noir-Medium';
    font-size: 18px;
    line-height: 1;
    padding: 16px 15px 10px;
}

.section-year > li > ul {
    margin-left: 3%;
    right: -1px;
}

@media (min-width: 767px) {
    .section-year > li > .year,
    .section-year > li > ul {
        float: left;
    }
    .section-year > li > .year {
        width: 21%;
    }
    .section-year > li > ul {
        width: 76%;
    }
}

@media (max-width: 767px) {
    .cms-page-view[class*='about'] .section-about img {
        display: block!important;
        width: 100%!important;
        height: auto!important;
    }
    .cms-page-view[class*='about'] .section-about-center {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section-year {
        margin-bottom: 0;
    }
    .section-year > li:last-child {
        padding-bottom: 0;
    }
    .section-year > li:after {
        content: '';
        display: block;
        height: 3px;
        width: 50%;
        background: #f9f7e4;
        position: absolute;
        top: -3px;
        right: 0;
        margin-left: -1px;
        z-index: 1;
    }
    .section-year > li > .year,
    .section-year > li > ul {
        margin-left: 3%;
    }
    .section-year > li > ul {
        margin-top: 30px;
    }
    .section-year > li > .year {
        margin-left: 20%;
        margin-right: 20%;
        z-index: 2;
    }
    .section-year > li > ul:before {
        content: '';
        display: block;
        width: 3px;
        height: 30px;
        background: #4f4f4f;
        position: absolute;
        top: -33px;
        left: 50%;
        margin-left: -1px;
    }
}

.section-year h3 {
    text-transform: none;
    color: #666766;
    font-size: 18px;
}

.section-year h3:first-child {
    margin-top: 0;
}

.section-year > li > ul img {
    max-width: 100%;
    display: block;
}

.section-about-footer {
    position: relative;
    margin: 0 0 20px;
    border: 3px solid #4f4f4f;
    background-color: #fff;
}

@media (min-width: 767px) {

    .section-about-footer {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 10px;
    }

    .section-about-footer .left,
    .section-about-footer .right,
    .section-about-footer .center {
        padding: 0 10px;
    }

    .section-about-footer .left {
        width: 42.98%;
    }

    .section-about-footer .center {
        width: 23.8%;
    }

    .section-about-footer .right {
        width: 33.22%;
    }

    .section-about-footer .center iframe:first-child,
    .section-about-footer .center img:first-child {
        margin-bottom: 22px;
    }
}

.section-about-footer iframe,
.section-about-footer img {
    width: 100%!important;
    display: block!important;
    height: auto!important;
}

.section-about-footer .left iframe,
.section-about-footer .left img,
.section-about-footer .right iframe,
.section-about-footer .right img {
    height: 372px!important;
}

.section-about-footer .center iframe,
.section-about-footer .center img {
    height: 175px!important;
}

.section-about-footer img {
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767px) {
    .section-about-footer {
        padding: 15px;
    }
    .section-about-footer .left iframe,
    .section-about-footer .left img,
    .section-about-footer .right iframe,
    .section-about-footer .right img {
        height: 192px!important;
    }
    .section-about-footer iframe,
    .section-about-footer img {
        margin-bottom: 15px;
    }
    .section-about-footer .right iframe:last-child,
    .section-about-footer .right img:last-child {
        margin-bottom: 0;
    }
}

.col-left .block.block-account,
.col-main .block.block-account {
    padding: 2px 16px;
}

.main-container > .page-title h1 {
    margin: 0;
    padding: 20px 0 10px;
    line-height: 1;
}

.main-container > .page-title + .main {
    padding-top: 0;
}

.cms-page-view .col-main .std h2,
.cms-page-view .col-main .std h3,
.cms-page-view .col-main .std h4,
.cms-page-view .col-main .std h5 {
    padding-bottom: 0;
    margin-bottom: 10px;
    margin-top: 20px;
    font-family: 'Noir-Regular';
}

.cms-page-view .col-main .std {
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    .cms-page-view .main .col-left {
        position: static!important;
        display: block!important;
        box-shadow: none!important;
        width: 100%!important;
        left: auto!important;
        right: auto!important;
        top: auto!important;
        background-color: transparent!important;
        z-index: 1!important;
    }
}

/* supplier */

.section-suppliers {
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .section-suppliers .section-suppliers-left {
        margin-bottom: 30px;
    }
}

.supplier,
.page-product-list {
    border: 3px solid #ebebeb;
    padding: 15px;
    margin: 0;
}

.supplier .suppliers .suppliers-letter,
.page-product .page-product-letter {
    color: #f07c22;
    font-size: 18px;
    font-family: 'Noir-Medium';
    margin-top: 10px;
}

.supplier .suppliers .suppliers-title,
.page-product .page-product-title {
    padding: 2px 0;
}

@media (min-width: 767px) {
    .supplier .suppliers {
        display: block!important;
    }
}

.supplier-nav,
.page-product-list-nav {
    position: relative;
    padding: 0 15px;
    margin-bottom: 15px;
}

.supplier-nav .owl-carousel,
.page-product-list-nav .owl-carousel {
    position: relative;
    margin: 0 auto;
}

.supplier-nav .owl-prev,
.supplier-nav .owl-next,
.page-product-list-nav .owl-prev,
.page-product-list-nav .owl-next {
    position: absolute;
    left: -5%;
    top: 0;
    bottom: 0;
    width: 10%;
}

.supplier-nav .owl-next.disabled,
.supplier-nav .owl-prev.disabled,
.page-product-list-nav .owl-next.disabled,
.page-product-list-nav .owl-prev.disabled {
    opacity: 0.5;
    cursor: default;
    display: block!important;
}

.supplier-nav .owl-next,
.page-product-list-nav .owl-next {
    left: auto;
    right: -5%;
}

.supplier-nav .owl-prev:before,
.supplier-nav .owl-next:before,
.page-product-list-nav .owl-prev:before,
.page-product-list-nav .owl-next:before {
    display: inline-block;
    content: '';
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
}

.supplier-nav .owl-prev:before,
.page-product-list-nav .owl-prev:before {
    border-right: 8px solid #fbaa19;
}

.supplier-nav .owl-next:before,
.page-product-list-nav .owl-next:before{
    border-left: 8px solid #fbaa19;
    left: auto;
    right: 0;
}

.supplier-nav .owl-item a,
.page-product-list-nav .owl-item a {
    display: block;
    overflow: hidden;
    padding: 14px 0;
    width: 40px;
    margin: 0 auto;
    text-align: center;
    height: 40px;
    line-height: 1;
    color: #f07c22;
    font-family: 'Noir-Medium';
    font-size: 18px;
    text-decoration: none;
    border: 1px solid #b9b9b9;
}

.iphone .supplier-nav .owl-item a,
.iphone .page-product-list-nav .owl-item a  {
    padding: 12px 0;
}

.supplier-nav .owl-item a:focus,
.supplier-nav .owl-item .active > a,
.page-product-list-nav .owl-item a:focus,
.page-product-list-nav .owl-item .active > a {
    background-color: #f07c22;
    border-color: #f07c22;
    color: #fff;
}

@media (min-width: 767px) {
    .section-suppliers .item {
        margin-bottom: 15px;
    }
}

/**/

/* aw blog */

.blog .blog-post {
    border: 3px solid #ebebeb;
    position: relative;
    margin-top: -3px;
    padding: 15px;
}

.blog .blog-post .blog-title h3 {
    text-transform: none;
    font-size: 18px;
    margin-top: 0;
    padding-top: 0;
}

.blog .blog-post .blog-created {
    color: #666766;
    margin-bottom: 15px;
}

.blog .blog-image img {
    display: block;
    width: 100%;
}


.blog .button-action {
    text-align: center;
    margin: 25px 0;
}

.blog .button-action .button {
    background-color: transparent;
    border-color: #f07c22;
    color: #f07c22;
    font-family: 'Noir-Medium';
    line-height: 1.5;
}

.blog .blog-content .blog-show-more {
    margin-top: 15px;
}

@media (min-width: 767px) {
    .blog .blog-post-content .blog-image {
        float: left;
        width: 50%;
    }

    .blog .blog-post-content .blog-image + .blog-content {
        padding-left: 17px;
        float: left;
        width: 50%;
    }

    .blog .button-action .button {
        min-width: 215px;
    }
}

@media (max-width: 767px) {
    .blog .blog-post-content .blog-image {
        margin-bottom: 15px;
    }
    .blog .blog-content .blog-show-more .button {
        display: inline-block;
        width: auto;
    }
}

/**/

.customer-account-changeforgotten h1 {
    text-align: center;
}

.cms-page-view .col-main .std ul.disc {
    list-style-type: disc;
    padding-left: 18px;
}

.cms-page-view .col-main .std ul.disc li {
    margin-bottom: 5px;
}

@media (min-width: 767px) and (max-width: 991px) {
    .main-container,
    .header-row .container {
        width: auto!important;
    }
}

@media (min-width: 767px) and (max-width: 1200px) {
    .index-block {
        position: relative;
    }
    .row.index-block > .index-block-left {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 991;
        width: 33.33333333%;
        display: none;
    }
    .row.index-block > .index-block-left.open {
        display: block;
    }
    @media (min-width: 991px) {
        .row.index-block > .index-block-left {
            width: 25%;
        }
    }
}

.checkout-onepage-success .col-main {
    padding-bottom: 25px;
}

.tracking-table-popup .td-label {
    white-space: nowrap;
    width: 1%;
    font-family: 'AvenirNextLTPro-Bold';
}

.aw-mt-credentials .form-list {
    max-width: 550px;
}

.aw-mt-credentials h2 {
    margin-top: 20px;
}

.col-right .block.block-list .block-content ol > li.item a,
.col-left .block.block-list .block-content ol > li.item a {
    position: relative;
    display: block;
    padding: 12px 20px 12px 0;
    border-radius: 0;
    text-transform: none;
    line-height: 1;
    text-decoration: none;
    margin-bottom: 1px;
    font-weight: normal;
    color: #666766;
}

.col-right .block.block-list .block-content ol > li.item a:hover,
.col-left .block.block-list .block-content ol > li.item a:hover {
    color: #0582c0;
    text-decoration: underline;
}

.col-right .block.block-list .block-content ol > li.item:not(:last-child),
.col-left .block.block-list .block-content ol > li.item:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
}

@media (max-width: 500px) {
    .index-second-banners .owl-carousel {
        display: block!important;
    }

    .index-second-banners .owl-carousel .owl-item.cloned {
        display: none!important;
    }

    .index-second-banners .owl-stage,
    .index-second-banners .owl-carousel .owl-item,
    .index-second-banners .owl-stage-outer {
        width: auto!important;
        height: auto!important;
        overflow: visible!important;
        float: none!important;
        transform: none!important;
        -webkit-transform: none!important;
    }

    .index-second-banners .owl-carousel .owl-item + .owl-item {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .cms-index-index .section-tab {
        margin: 30px 0!important;
    }
    .cms-index-index footer {
        margin-top: 30px!important;
    }
}

.nte-search {
    border: 0!important;
    width: 100%!important;
    height: 500px;
}

.nte-search::-webkit-scrollbar-track {
    background-color: #ebebeb;
}
.nte-search::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
}
.nte-search::-webkit-scrollbar-thumb {
    background: #f07c22;
}
/* mobile style */

@media (max-width: 767px) {

    body {
        padding: 0!important;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1;
    }

    h1 {
        text-align: left;
        margin-bottom: 15px;
        font-size: 18px;
    }

    /* content */

    .content {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    /**/

    /* header */

    .header-row {
        margin: 0!important;
    }

    .header-top > .container {
        padding: 0;
    }

    .header-inner > .row > .row-height {
        height: auto;
    }

    .header-inner > .header-row {
        display: table;
        width: 100%;
    }

    .header-inner > .header-row > [class*='col-'] {
        display: table-cell!important;
        height: auto;
        text-align: center;
        vertical-align: middle;
        float: none;
        padding: 0!important;
    }

    .header-inner > .header-row > [class*='col-'] .container,
    .header-inner > .header-row > [class*='col-'] [class*='col-'],
    .header-inner > .header-row > [class*='col-'] .row {
        padding: 0;
        margin: 0;
    }

    .logo {
        display: block;
        margin: 0 auto;
        font-size: 12px;
        text-transform: none;
        max-width: 98px;
    }

    .logo > img {
        margin-bottom: 5px;
    }

    /* minicart link */

    .top-link-cart-mobile,
    .top-link-cart-mobile:focus,
    .top-link-cart-mobile:active,
    .top-link-cart-mobile:hover {
        white-space: nowrap;
        text-decoration: none;
    }

    .top-link-cart-mobile i {
        font-size: 20px;
        display: block!important;
        text-align: center;
    }

    /**/

    /**/

    /* filter button */

    .button-filter {
        margin-left: 10px;
        text-align: center;
        line-height: 1.2;
        background-position: right center;
        background-repeat: no-repeat;
        cursor: pointer;
        text-decoration: none;
    }

    .button-filter:hover,
    .button-filter:focus {
        text-decoration: none;
        background-color: #ffab00;
        border-color: #ffab00;
        color: #fff;
    }

    .button-filter > i {
        top: 1px;
    }

    .button-filter:hover > i,
    .button-filter:focus > i {
        color: #fff;
    }

    /**/

    /* footer */

    footer .footer-left {
        padding: 10px 0;
    }

    footer .last .last-first {
        padding: 20px;
        background: #e8edf5;
        background-size: cover;
    }

    footer .last .last-last {
        padding-top: 20px;
    }

    footer .last .last-first address {
        font-size: 16px;
        font-weight: bold;
        color: #2b2e31;
        text-align: center;
        width: 80%;
        display: block;
        margin: 0 auto;
    }

    footer .footer-social > li > a > i {
        font-size: 28px;
    }

    address {
        text-align: center;
    }

    /**/

    /* product item */

    .products-item {

    }

    .products-item .product-name {
        font-weight: normal;
    }

    /**/

    /* product view */

    .product-view .product-view-sharing {
        margin-top: 15px;
        text-align: center;
    }

    .product-view .product-view-img {
        position: relative;
        margin: 0 -15px 15px;
    }

    /* filter */

    .block-layered-nav {
        border: 0;
        padding: 15px 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .currently {
        margin: 15px 0;
    }

    .currently .nav-panel.nav-filters > li {
        float: none;
        margin-right: 0;
    }

    #narrow-by-list ol > li {
        font-size: 14px;
    }

    .block-layered-nav .block-title,
    #narrow-by-list dt  {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 500;
        color: inherit;
        line-height: 1;
    }

    #narrow-by-list dd {
        margin-bottom: 10px;
    }

    .block-layered-nav .block-title strong {
        font-weight: inherit;
        font-size: inherit;
    }

    .form-price h4 {
        margin-top: 0;
    }

    .form-price [class*='col-'].first {
        padding-right: 5px;
    }

    .form-price [class*='col-'].last {
        padding-left: 5px;
    }

    .form-price input {
        text-align: center;
    }

    /**/

    /* section-products */

    .section-products {
        margin: 0 0 15px;
    }

    .section-products:last-child {
        margin-bottom: 0;
    }

    .section-products .carousel .owl-carousel {
        width: 100%;
    }

    .section-products.crosssell-product {
        margin-bottom: 15px;
    }

    /**/

    /* modal */

    .modal-ajax .modal-ajax-img {
        text-align: center;
    }

    .modal-ajax .modal-ajax-img img {
        max-width: 100px;
        display: inline-block;
    }

    .modal {
        padding: 0!important;
    }

    .modal .modal-header h3,
    .modal .modal-header h4 {
        text-align: left;
        padding-right: 30px;
    }

    .modal-footer .btn + .btn,
    .modal-footer .button + .button {
        margin: 15px 0 0 0;
    }

    /**/

    /* pagination */

    .pagination {
        float: none;
        display: table;
        table-layout: fixed;
        width: 100%;
    }

    .pagination > li {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }

    .pagination > li > a,
    .pagination > li > span,
    .pagination > li:first-child > a,
    .pagination > li:first-child > span,
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
        height: 47px!important;
        line-height: 47px!important;
    }

    .pagination > li > a,
    .pagination > li > span,
    .pagination > li:first-child > a,
    .pagination > li:first-child > span,
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
        display: block;
        float: none;
        border: 1px solid #ccc;
        padding: 0;
        height: 35px;
        line-height: 33px;
    }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        background-color: #ffab00;
        border-color: #ffab00!important;
        color: #fff;
    }

    /**/

    /* alerts */

    .messages,
    .opc-messages {
        left: 10px;
        right: 10px;
        max-width: 100%;
    }

    /**/

}

/* tablet portrait  */
@media (min-width: 767px) and (max-width: 991px) {

}

/* tablet horizontal + vertical  */
@media (min-width: 767px) and (max-width: 1200px) {
    .container.navbar-nav-container {
        width: auto!important;
        padding: 0!important;
    }
}

/* tablet horizontal  */
@media (min-width: 991px) and (max-width: 1200px) {

}

/* desktop */
@media (min-width: 1200px) {

}

/* not mobile */
@media (min-width: 767px) {

    /* header */

    .header-inner > .row {
        margin: 0!important;
    }

    /* footer */

    footer .copyright {
        margin-top: 15px;
        color: #333;
    }

    /* footer nav */

    .footer-nav > ul > li {
        float: left;
        width: 40%;
    }

    .footer-nav > ul > li:first-child,
    .footer-nav > ul > li:last-child {
        width: 30%;
    }


    .footer-nav ul > li.dropdown > a,
    .footer-nav ul > li.dropdown > a:hover,
    .footer-nav ul > li.dropdown > a:focus {
        font-size: 18px;
        color: #4f4f4f;
        font-family: 'Noir-Regular';
    }

    .footer-nav ul > li:not(.dropdown) > a {
        color: #666766;
    }

    .footer-nav ul > li:not(.dropdown) > a:hover,
    .footer-nav ul > li:not(.dropdown) > a:focus {
        color: #0582c0;
    }

    .footer-nav .dropdown-menu {
        position: relative;
        display: block;
        background-color: transparent;
        padding: 0;
        margin: 0;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .footer-nav .dropdown-menu:after,
    .footer-nav .dropdown-menu:before {
        display: none;
    }

    .footer-nav .dropdown-menu a,
    .footer-nav .dropdown-menu a:hover,
    .footer-nav .dropdown-menu a:active,
    .footer-nav .dropdown-menu a:focus {
        background-color: transparent;
        color: #6f777d;
    }

    .footer-nav .dropdown-menu a:hover {
        color: #fff;
    }

    /**/

    /**/

    /* content */

    .col-left.collapse {
        display: block!important;
    }

    /**/

    /* products-item */

    .products-item {

    }

    .related-product .item .checkbox {
        padding: 0 15px;
    }

    /**/

    /* checkout opc */

    .opc-wrapper-opc {
        max-width: 715px;
        position: relative;
        margin: 0 auto;
    }


    .checkout label {
        padding-left: 0;
        padding-right: 0;
        text-transform: none;
        color: #6d7481;
        font-weight: normal;
        font-size: 14px;
    }

    .checkout.opc .btn-checkout {
        padding-left: 50px;
        padding-right: 50px;
    }

    /**/

    /* modal */

    .modal-dialog {
        margin: 75px auto;
    }
    .modal-footer .btn + .btn,
    .modal-footer .button + .button {
        margin: 0 15px;
    }

    /**/

    /* carousel */

    .carousel .carousel-controls.prev {
        left: 0;
    }

    .carousel .carousel-controls.next {
        right: 0;
    }

    /**/

    /* footer */

    footer .footer-payment {
        margin-bottom: 0;
    }

    /**/

}

@media (max-width: 480px) {

    .sorting .btn-filter > span {
        display: none;
    }

    .sorting .btn-filter > i {
        margin: 0 10px!important;
    }
}

@media (min-width: 480px) {

    .sorting .btn-filter > i {
        display: none;
    }

}
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */

.amtooltip-label{
    text-align: center;
    font-weight: bold;
}

.amtooltip-img{
    margin-bottom: 3px;
}

.tooltipster-default {
	border-radius: 5px; 
	border: 2px solid #000;
	background: #4c4c4c;
	color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	/* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}








/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0; 
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-right: 9px solid;
	margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.tooltipster-shadow {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
    color: #2c2c2c;
}
.tooltipster-shadow .tooltipster-content {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 3px 4px;
}

.tooltipster-light {
    border-radius: 5px; 
    border: 1px solid #cccccc;
    background: #ededed;
    color: #666666;
}
.tooltipster-light .tooltipster-content {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 3px 4px;
}
.tooltipster-noir {
    border-radius: 0px; 
    border: 3px solid #2c2c2c;
    background: #fff;
    color: #2c2c2c;
}
.tooltipster-noir .tooltipster-content {
    font-family: 'Georgia', serif;
    font-size: 14px;
    line-height: 16px;
    padding: 3px 4px;
}

.tooltipster-punk {
    border-radius: 5px; 
    border-bottom: 3px solid #f71169;
    background: #2a2a2a;
    color: #fff;
}
.tooltipster-punk .tooltipster-content {
    font-family: 'Courier', monospace;
    font-size: 14px;
    line-height: 16px;
    padding: 3px 4px;
}

