



/* Custom site fonts */

@import url(https://fonts.googleapis.com/css?family=PT+Sans&subset=latin,cyrillic);





/* Custom section font */

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

/* Reset */
fieldset {
    border: none;
}

.icon-global {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* General settings */
.reset-dialog-ui.ui-dialog {
    padding:0;
    overflow:visible;
    background:none;
    margin:0;
    border:none;
    font:12px Tahoma, Helvetica, Verdana, sans-serif;
    -webkit-border-radius:0;
        -moz-border-radius:0;
            -o-border-radius:0;
                border-radius:0;
}
.reset-dialog-ui.ui-dialog .ui-dialog-content {overflow:visible;}
.reset-dialog-ui .ui-widget-header {display:none !important;}
.ui-widget-overlay {
    background:#000 !important;
    opacity:0.5;
    filter:alpha(opacity=50);
}

/**********
Slider box
**********/
.rotator {
    padding:0 !important;
    overflow:hidden;
    position: relative;
}
.rotator.sb-slider-container {
    overflow: visible;
}
.landing .rotator {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
}
.landing .rotator.sb-overflow-visible {
    /*width: 100%;*/
}
.rotator.sb-overflow-visible {
    overflow: visible;
}
.rotator.sb-overflow-visible #slider-box {
    overflow: visible !important;
}
.sb-overflow-visible #slider-box li {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
}
.sb-overflow-visible #slider-box li.active {
    opacity: 1;
    left: 0;
    z-index: 10;
    visibility: visible;
}
.sb-overflow-visible #slider-box li.push-right {
    left: 100%;
}
.sb-overflow-visible #slider-box li.push-left {
    left: -100%;
}
.sb-overflow-visible #slider-box li.force {
    transition: none;
    -webkit-transition: none;
}
#slider-box {
    position:relative;
    padding: 0;
    margin: 0;
}
.inner #slider-box {
}
#slider-box > li {
    overflow:hidden;
    width:100%;
    display:none;
}
.inner #slider-box li {
}
#slider-box > li:first-child {display:block;}
#slider-box li img {
    display:block;
    max-width:100%;
}
.rotator img.dummy {
    display: block;
    width: 100%;
    visibility: hidden;
}

.caption-holder {
    position:absolute;
    min-height:33%;
    z-index:300px;
    max-width:45%;
    max-height:170px;
    overflow:hidden;
    text-decoration:none;
}
.caption-holder > span {
    display:block;
    background: url(/_s/i/slider/black-opacity.png);
    line-height:35px;
    font-size:16px;
    color:#fff;
    font-weight:bold;
    padding:0 10px;
    max-width:100%;
}
.caption-holder.up-left {
    left:10px;
    top:10px;
}
.caption-holder.up-right {
    top:10px;
    right:10px;
}
.caption-holder.down-left {
    bottom:10px;
    left:10px;
}
.caption-holder.down-right {
    bottom:10px;
    right:10px;
}
.slide-text {
    margin: 0 !important;
    position: absolute;
    left: 30px;
    top: 75%;
    background-color: rgba(0, 0, 0, 0.5);
    min-width: 250px;
    min-height: 50px;
    color: #fff;
    padding: 10px;
    z-index: 100;
    -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
            -o-box-sizing: border-box;
                box-sizing: border-box;
}
.slide-text p {
    min-height: 10px;
}
.disqus-logo {
    width: 52px;
    height: 13px;
    background: url(/_s/i/disqus-logo.png);
    float: left;
}
.active-logo {background-position: 0% 100%;}

.rotator .slider-btn {
    position: absolute;
    top: 50%;
    z-index: 100;
    display: block;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.5);
    border-radius: 50px;
    background-size: 48px 48px;
    cursor: pointer;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.rotator:hover .slider-btn {
    opacity: .5;
}
.rotator:hover .slider-btn:hover {
    opacity: 1;
}
.rotator .slider-prev {
    left: 2.5%;
    background-position: 35% 50%;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiA8Zz4KICA8dGl0bGU+TGF5ZXIgMTwvdGl0bGU+CiAgPHBvbHlnb24gZmlsbD0iI2ZmZmZmZiIgaWQ9InN2Z18xIiBwb2ludHM9IjM1MiwxMTUuNCAzMzEuMyw5NiAxNjAsMjU2IDMzMS4zLDQxNiAzNTIsMzk2LjcgMjAxLjUsMjU2ICIvPgogPC9nPgo8L3N2Zz4=");
}
.rotator .slider-next {
    right: 2.5%;
    background-position: 65% 50%;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiA8Zz4KICA8dGl0bGU+TGF5ZXIgMTwvdGl0bGU+CiAgPHBvbHlnb24gZmlsbD0iI2ZmZmZmZiIgaWQ9InN2Z18xIiBwb2ludHM9IjE2MCwxMTUuNCAxODAuNyw5NiAzNTIsMjU2IDE4MC43LDQxNiAxNjAsMzk2LjcgMzEwLjUsMjU2ICIvPgogPC9nPgo8L3N2Zz4=");
}
.rotator .slider-pager-wr {
    position: absolute;
    bottom: 5px;
    right: 5%;
    z-index: 100;
    width: 90%;
    text-align: center;
}
.rotator .slider-pager {
    display: inline-block;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    line-height: 9px;
    vertical-align: middle;
    padding: 7px 0;
    opacity: 0.5;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.rotator:hover .slider-pager {
    opacity: 1;

}
.rotator:hover .slider-pager:hover {
    /*opacity: 1;*/
}
.rotator .slider-pager a {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: transparent;
    text-indent: 9999px;
    margin: 0 5px;
    border: 3px solid rgba(0,0,0,0.5);
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    outline: none;
}
.rotator .slider-pager a.activeSlide,
.rotator .slider-pager a:hover {
    background: #fff;
    border-color: rgba(0,0,0,0.7);
}
.rotator.navigation-none .slider-pager,
.rotator.navigation-arrows .slider-pager {
    display: none !important;
}
.rotator.navigation-none .slider-prev,
.rotator.navigation-none .slider-next,
.rotator.navigation-dots .slider-prev,
.rotator.navigation-dots .slider-next {
    display: none !important;
}


/*********************
    Search interface
**********************/
.dialog-search-outer.ui-dialog {
    /*top:10% !important;*/
    padding-bottom:5%;
    position: absolute !important;
    z-index: 1000;
    margin-top: 40px;
}
.ui-widget-overlay {
    width:100% !important;
    height:100% !important;
    position:fixed !important;
    left:0;
    top:0;
    z-index: 100;
}
.reset-dialog-ui .dialog-search.ui-dialog-content {
    padding:0 20px;
    width:880px;
    height: auto !important;
    background:#fff;
    overflow:hidden;
    border:none;
    -webkit-border-radius:10px;
        -moz-border-radius:10px;
            -o-border-radius:10px;
                border-radius:10px;
}

.dialog-search h1 {
    font-size:16px;
    color:#000 !important;
    margin:0 0 20px;
}
.search-header:after {
    content:'';
    display:block;
    clear:both;
}
.search-header {
    padding:30px 20px;
    background-color:#f5f6f7;
    margin:0 -20px 0;
    position:relative;
    -webkit-border-radius:10px;
        -moz-border-radius:10px;
            -o-border-radius:10px;
                border-radius:10px;
}
.search-header.br {
    -webkit-border-radius:10px 10px 0 0;
        -moz-border-radius:10px 10px 0 0;
            -o-border-radius:10px 10px 0 0;
                border-radius:10px 10px 0 0;
}
.search-header .close-dilaog {
    position:absolute;
    /*right:32px;
    top:37px;*/
    background: url(/_s/i/search/bg-close.png) no-repeat;
    width:20px;
    height:20px;
    text-decoration:none;
    right: 15px!important;
    top: 10px!important;
}
.close-dilaog:hover {
    background-position:0 -25px;
    text-decoration:none;
}
.close-dilaog:active {background-position:0 -50px;}
.search-header input::-webkit-input-placeholder {color:#bebebe !important;}
.search-header input:-moz-placeholder {color:#bebebe !important;}
.search-header input[type=text] {
    padding:0 15px 0 15px;
    border:1px solid #bebebe;
    line-height:38px;
    height:36px;
    font-size:14px;
    color:#000;
    background-color:#fff;
    margin:0 20px 0 0;
    float:left;
    width:510px;
}
.search-header input.e {border-color:#f00;}
.search-header button {
    height:38px;
    width:160px;
    padding:0 0 2px;
    font-family:Tahoma, Helvetica, Verdana, sans-serif !important;
    border:none;
    position:relative;
    background-color:#670000;
    cursor:pointer;
    color:#fff;
    -webkit-border-radius:5px;
        -moz-border-radius:5px;
            -o-border-radius:5px;
                border-radius:5px;
}
.search-header .trobber-element {
    position:absolute;
    right:283px;
    top:37px;
}
.index-message {
    position:absolute;
    bottom:13px;
    left:20px;
    font-size:10px;
    color:#f00;
}
/* Search tabs */
.search-tabs {
    margin:0 0 20px;
    padding:0;
    list-style:none;
    overflow:hidden;
    font-size:12px;
}
.search-tabs li {
    background: url(/_s/i/search/bg-tab.png) repeat-x;
    float:left;
    margin-left:10px;
    line-height:20px;
    padding:0 10px;
    min-width:100px;
    border-bottom:1px solid #b3b3b3;
    border-right:1px solid #c3c3c3;
    border-left:1px solid #c3c3c3;
    -webkit-border-radius:7px;
        -moz-border-radius:7px;
            -o-border-radius:7px;
                border-radius:7px;
}
.search-tabs li:first-child {margin-left:0;}
.search-tabs li.active {
    border-top:1px solid #989898;
    background: url(/_s/i/search/bg-tab-active.png) repeat-x;
}
.search-tabs li a {
    text-decoration:none;
    color:#4c4c4c;
    display:block;
}
.search-tabs li a:hover,
.search-tabs li.active a {color:#730000 !important;}

.tabs-holder .more-results {display:none;}
.nothing-find > p {margin:0 0 20px;}

.search-type-holder {padding-top:20px;}
.search-type-holder > ul {margin-bottom:20px !important;}
/* Notice list */
.notice-list {
    margin:0;
    padding:0;
    list-style:none;
}
.notice-list li {
    overflow:hidden;
    padding-top:20px;
    border-top:1px solid #f2f2f2;
    margin-top:20px;
}
.notice-list li:first-child {
    padding-top:0;
    border:none;
    margin-top:0;
}
.notice-list li > img {
    float:left;
    width:130px;
    margin-right:20px;
}
ul.notice-content {padding-top:0;}
.notice-content {
    overflow:hidden;
    padding:5px 0 0;
    font-size:12px;
    color:#999;
}
.notice-content .title {margin-bottom:10px;}
.notice-content .title a {
    text-decoration:underline;
    color:#730000;
    font-size:14px;
}
.notice-content .title a:hover {text-decoration:none;}
.notice-content .title a:visited {color:#609 !important;}
.notice-content p {margin:0 0 20px;}
.notice-content .price {
    float:left;
    font-size:14px;
    color:#730000;
    line-height:35px;
}
.button-buy {
    line-height:30px;
    height:35px;
    float:right;
    position:relative;
    background-color:#730000;
    color:#fff !important;
    font-weight:bold;
    text-align:center;
    min-width:100px;
    text-decoration:none;
    -webkit-border-radius:7px;
        -moz-border-radius:7px;
            -o-border-radius:7px;
                border-radius:7px;
}
.button-buy:hover {color:#fff !important;}
.button-buy:after,
#submit-search:after {
    content: "";
    position:absolute;
    bottom:0;
    left:0;
    height:5px;
    width:100%;
    background-color:#000;
    opacity:0.2;
    filter:alpha(opacity=20);
    -webkit-border-radius:0 0 7px 7px;
        -moz-border-radius:0 0 7px 7px;
            -o-border-radius:0 0 7px 7px;
                border-radius:0 0 7px 7px;
}
.dialog-search .button-buy {color:#fff;}
/* Images list */
.images-list {
    margin:0 0 0 -10px;
    padding:0;
    list-style:none;
    overflow:hidden;
}
.images-list li {
    float:left;
    margin:0 0 0 10px;
}
*+html .images-listli {
    display:inline;
    zoom:1;
    text-align:center;
}
.images-list li a {
    display:block;
    text-decoration:none;
    position:relative;
}
.images-list li span {
    line-height:30px;
    font-size:12px;
    color:#fff;
    background-color:#6c1017;
    position:absolute;
    overflow:hidden;
    height:30px;
    text-overflow:ellipsis;
    text-align:center;
    white-space:nowrap;
    bottom:0;
    left:0;
    padding:0 3%;
    width:94%;
    display:none;
}
.images-list li a:hover span {display:block;}
/* More link */
.more-results {
    font-size:16px;
    text-decoration:none;
    border-bottom:1px dotted;
    color:#730000 !important;
    font-weight:bold;
    display:inline-block;
    margin-bottom:20px;
}
.more-results:hover {
    border-bottom:1px solid transparent;
    color:#730000 !important;
}
/* Search paging */
.search-paging {
    margin: 0;
    padding: 0 0 20px;
    list-style: none;
    overflow: hidden;
}
.search-paging li {
    float: left;
    color: #000;
    margin-right: 5px;
}
.search-paging li:first-child {margin-right: 10px;}
.search-paging a {
    color: #730000 !important;
    text-decoration: none;
}
.search-paging a:hover {text-decoration: underline;}
.search-paging .active a {color: #999 !important;}
.search-paging .active a:hover {
    text-decoration: none;
    cursor: text;
}

/* Share like */
.share-container, .share-all-container {
    position: fixed;
    right: 0;
    top: 20%;
    background-color: rgba(0, 0, 0, 0.15);
}
/* Few images */
.pictures-collection {
    float: left;
    max-width: 270px;
    margin: 0 10px 16px 0;
    position: relative;
    z-index: 10;
}
.pictures-collection + .block-text {
    clear: none !important;
}
.pictures-collection + .block-description {
    padding: 0 5px 5px;
}
.pictures-collection > .block-picture,
.block-state-standalone .pictures-collection > .block-picture,
.block-state-has-picture .pictures-collection > .block-picture {
    margin: 0 0 10px;
}
.pictures-collection > .block-picture img {
    max-width: 100%;
    width: auto;
}
.block-type-catalogfolder .pictures-collection > .block-picture img {
    max-width: 100% !important;
    margin: 0 auto;
}
.catalog-images {
    clear: both;
    font-size: 0;
    margin: 0 -1% 5px;
    text-align: left;
}
.Editor-page .catalog-images {
    margin-bottom: 0;
}
.catalog-images:after {
    content: '';
    display: block;
    clear: both;
}

.catalog-images .block-picture,
.block-state-standalone .catalog-images .block-picture,
.block-state-has-picture .catalog-images .block-picture {
    width: 31%;
    font-size: initial;
    display: inline-block;
    min-height: 43px;
    margin: 0 1% 5px;
    overflow: hidden;
    background: none;
    border: none;
    float: none;
    vertical-align: top;
}

.catalog-images .block-picture img {
    min-width: auto;
    display: block;
    margin: 0;
    position: relative;
    z-index: 10;
}
.catalog-images-item-link {
    position: relative;
    width: auto !important;
}
.catalog-images-item-img-wrap {
    display: block;
    position: relative;
    z-index: 1;
}
/*.catalog-images-item-img-wrap:hover::after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    width: 63px;
    height: 43px;
    padding: 5px;
    z-index: 5;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.6);
            -o-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.6);
                box-shadow: 0 2px 9px rgba(0, 0, 0, 0.6);
}*/

/*User site*/
.item-params-outer {
    overflow: hidden;
    margin-bottom: 15px;
}
.wrap-user-item-slider .catalog-collection-item .item-params-outer {
    margin-bottom: 10px;
}
.item-params {
    margin-top: 0;
    /*margin-bottom: 15px;*/
}
.collection-view-tile .item-params  {
    text-align: left;
    margin: 0;
}
.collection-view-tile .item-params-outer {
    margin-bottom: 0px;
}
.item-desc-title {
    font-size: 14px !important;
    margin: 0 0 10px !important;
}
.item-desc-row {
    padding: 5px 0 5px 8px;
    line-height: 20px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    position: relative;
    /*margin-bottom: 10px;*/
}
.collection-view-tile .item-desc-row {
    padding-left: 15px;
}
.item-desc-row.row-params-alert {
    color: #ad2d2d;
    border-bottom: none;
    font-weight: bold;
    display: none;
}
.item-desc-row.empty-param .item-desc-text {
    color: #ad2d2d;
}
.item-params .item-desc-row:last-child {
    margin-bottom: 15px;
}
.item-desc-text {
    font-weight: bold;
    /*font-size: 14px;*/
}
.collection-view-tile .item-desc-text {
    font-weight: normal;
}

/*.collection-view-tile .row-vendorCode .item-desc-text {
    float: left;
    margin-right: 10px;
}
.collection-view-tile .row-vendorCode .item-desc-value {
    width: auto;
    float: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}*/
.item-desc-select {
    float: right;
    width: 150px;
    margin: 0px;
}
.collection-view-tile .item-desc-select {
    float: none;
    width: 92%;
}
.item-desc-value {
    float: right;
    margin: 0px;
}
.b-ship-desc:after {
    content: '';
    display: block;
    clear: both;
}
.item-available-true {
    color: #3d7518;
    padding: 5px;
    font-weight: normal;
}
.item-available-true::before{
    content: ' ';
    background: url(/_s/i/new/icons/yes.png) no-repeat;
    width: 20px;
    height: 15px;
    display: inline-block;
    margin: 0 5px 0 0;
}
.item-available-false {
    color: #ff9d02;
}

/* Block price */
.catalog-collection-item-title {margin-bottom:10px;}
.block-type-goods .catalog-collection-item .catalog-collection-item-title {margin-bottom: 7px;}
.block-price {
    font-style: normal !important;
    font-size: 16px;
    float: left;
    padding-bottom: 15px;
    padding-top: 5px;
}
.item-params + .block-price {
    padding-left: 8px;
}
.fh-cart-link,
.fh-cart-fast-order,
.simple-order-button {
    cursor: pointer;
    padding:0 7px;
    font-size: 12px;
    background: url(/_s/i/cart/cart-button.png) repeat-x;
    text-decoration: none;
    position:relative;
    line-height:28px;
    margin-top: 5px;
    border-radius:5px;
    display:inline-block;
    -webkit-transition: width .3s ease-in-out;
        -moz-transition: width .3s ease-in-out;
            -o-transition: width .3s ease-in-out;
                transition: width .3s ease-in-out;
}
/*.fh-cart-fast-order {
    display: inline-block;
    clear: none;
    margin-right: 10px;
    font-weight: bold;
    height: 25px;
    line-height: 26px;
}
.fh-cart-link:hover,
.fh-cart-fast-order:hover,
.simple-order-button:hover {
    text-decoration:none;
    background-position:0 -35px;
}
.fh-cart-link:active,
.fh-cart-fast-order:active,
.simple-order-button:active {background-position:0 -70px;}*/

.collection-view-tile .fh-cart-link,
.collection-view-tile .fh-cart-fast-order,
.collection-view-tile .simple-order-button {
    float: none;
}

.fh-cart-transfer {
    font-size: 120%;
    /* position: absolute !important; */
}
.fh-cart-transfer img {
    max-width: 100%;
    max-height: 100%;
}

.consultant {
    position: fixed;
    bottom: 0px;
    left: 50px;
    background: #888;
    border-radius: 10px 10px 0 0;
    width: 260px;
    font-size: 12px;
    color: white;
    box-shadow: 0px 0px 12px -2px #000;
    z-index: 499;
}
.consultant .header {
    cursor: pointer;
    padding: 11px 10px;
    position: relative;
    font-weight: bold;
}
.consultant.opend .header {
    padding-right: 20px;
}
.consultant .header .title {
    width: 150px;
    padding-right: 20px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.consultant .status-wr {
    text-align: right;
    display: inline-block;
    width: 62px;
    float: right;
}
.consultant .status-wr.status-online .s-off {
    display: none;
}
.consultant .status-wr.status-offline .s-on {
    display: none;
}
.consultant.opened .status-wr {
    text-align: left;
}
.consultant .status {
    color: black;
}
.consultant .close {
    position: absolute;
    top: 13px;
    right: 9px;
    width: 16px;
    height: 16px;
    line-height: 12px;
    text-align: center;
    color: white;
    font-weight: normal;
    font-size: 24px;
    font-family: Georgia, Times New Roman, serif;
    display: none;
}
.consultant .mute {
    position: absolute;
    top: 13px;
    right: 35px;
    width: 15px;
    height: 16px;
    display: none;
    background: url(/_s/i/mute-icons.png) -15px 0 no-repeat;
}
.consultant .mute.disabled {
    background-position: 0 0;
}
.consultant.opened .close,
.consultant.opened .mute {
    display: block;
}
.consultant .main-section {
    display: none;
    max-height: 500px;
}
.consultant.opened .main-section {
    display: block;
}
.consultant.initial .main-section {
    display: none;
}

/*@-webkit-keyframes cons-slidein { from { max-height: 0px; } to { max-height: 500px; }  }

@-webkit-keyframes cons-slideout { from { max-height: 500px; } to { max-height: 0px; }  }*/

.consultant .chat-wr {
    padding: 0 10px 10px;
}
.consultant .chat {
    background: white;
    padding: 10px;
    color: black;
}

.consultant .status-online .offline-text,
.consultant .status-online .offline-form {
    display: none;
}
.consultant .offline-text {
    margin-bottom: 10px;
    line-height: 1.4em;
}
.consultant .offline-text b {
    display: block;
    margin-bottom: 6px;
}
.consultant .offline-form {}
.consultant .offline-form input[type="text"],
.consultant .offline-form textarea {
    width: 97%;
    display: block;
    border: 1px solid #a6a6a6;
    padding: 3px;
    margin: 0 0 10px 0;
}
.consultant .offline-form textarea {
    height: 75px;
}
.consultant .offline-form input[type="submit"] {
    width: 100%;
    border: 0;
    padding: 8px 0 8px 0;
    border-radius: 5px;
    background: #333;
    color: white;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.consultant .messages {}
.consultant .status-offline .messages {
    display: none;
}
.consultant .messages-place {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 10px;
}
.consultant .msg {
    margin-bottom: 20px;
}
.consultant .msg .user {
    font-weight: bold;
    margin-bottom: 5px;
}
.consultant .msg .user span {
    font-weight: normal;
    font-size: .9em;
}
.consultant .msg .text {}
.consultant .messages textarea {
    width: 97%;
    max-width: 97%;
    display: block;
    border: 1px solid #a6a6a6;
    padding: 3px;
    height: 70px;
    max-height: 100px;
    margin: 0;
}

.image-view-fullscreen .gallery-collection-item-link {
    cursor: url('/_s/i/new/plus_cursor.png') 25 25, auto;
}






/* ========================== /new/all.css ============================= */
.scroll-hidden {
    overflow:hidden;
}
.trobber-element {
    width: 24px;
}
/* Common classes */
.row:after {
    content: '';
    display: block;
    clear: both;
}
.left {
    float: left !important;
}
.right {
    float: right !important;
}
.center {
    text-align: center !important;
}
.color-lgrey {
    color: #a6a6a6 !important;
}
.color-mgrey {
    color: #666 !important;
}
#dialog-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5000;
}

/* Site panel */
.site-panel {
    width: 47px;
    /*height: 52px;*/
    position: fixed;
    top: 20%;
    left: 0;
    padding: 20px 0;
    z-index: 998;
    background: #ff9d02 url(/_s/i/new/bg/site-panel-gradient.png) no-repeat 100% 50%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 2px 0 2px #808080;
    -moz-box-shadow: 2px 0 2px #808080;
    box-shadow: 2px 0 2px #808080;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -o-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
}
.site-panel:hover {
    left: 0;
}
.feedback ~ .site-panel {
    top: 130px;
}


/* Admin panel */
.admin-panel {
    display: none;
    box-sizing: content-box;
    height: 38px;
    border: 1px solid #ffb724;
    background: #f69a0a url(/_s/i/new/bg/admin-panel-gradient.png) repeat-x 0 100%;
    width: 70%;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -35%;
    z-index: 5010;
    margin-left: -35%;
    border-radius: 10px 10px 0 0;
}
.admin-panel > .trobber-element {
    position: absolute;
    left: 5px;
    top: 9px;
}
.admin-nav {
    margin: 0;
    padding: 0 35px;
    list-style: none;
}
.admin-nav:after {
    content: '';
    display: block;
    clear: both;
}
.admin-nav li {
    float: left;
    position: relative;
    padding: 12px 10px 0;
    height: 26px;
    margin-left: 10px;
    box-sizing: content-box;
}
.admin-nav li:first-child {
    margin-left: 0;
}
.admin-nav .active:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 48px;
    background-color: #fff;
}
.admin-nav .non-active.active:before {
    display: none;
}
.admin-nav a {
    display: block;
    position: relative;
}
.admin-nav img {
    display: block;
    height: 16px;
}
.admin-nav-counter {
    right: -6px;
}

/* Order table */
.order-table {
    width :100%;
    table-layout: auto;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
}
.order-table tr {
    border-top: 1px solid #f7f7f7;
}
.order-table thead tr:first-child {
    border-top: 0;
}
.order-table th,
.order-table td {
    text-align: left;
    padding: 7px;
    vertical-align: middle;
}
.order-table th:first-child,
.order-table td:first-child {
    padding-left: 0;
}
.order-table th:last-child,
.order-table td:last-child {
    /*padding-right: 0;*/
}
.order-table .tags-container {
    min-height: 23px;
}
.order-table td {
    color: #666;
}
.order-table .result-row {
    font-weight: bold;
    color: #000 !important;
    background-color: #eee;
}
/*.order-table a,
.dialog .order-table a {
    color: blue !important;
}*/
.order-table .th-cell-1,
.order-table .td-cell-1 {
    width: 15%;
}
.order-table .th-cell-2,
.order-table .td-cell-2 {
    width: 10%;
}
.order-table .th-cell-3,
.order-table .td-cell-3 {
    width: 23%;
}
.order-table .th-cell-4,
.order-table .td-cell-4 {
    width: 10%;
}
.order-table .th-cell-5,
.order-table .td-cell-5 {
    width: 7%;
}
.order-table .th-cell-6,
.order-table .td-cell-6 {
    width: 23%;
}
.order-table .th-cell-7,
.order-table .td-cell-7 {
    width: 1%;
    text-align: center;
}
.order-table .th-cell-3,
.order-table .td-cell-3 {
    /*text-align: center;*/
}
.order-table .th-cell-4,
.order-table .td-cell-4 {
    text-align: left;
}
.order-table .sort {}
.order-table .sort a {
    cursor: pointer;
    text-decoration: none;
    color: #000;
    display: inline-block;
    display: none;
}
.order-table .sort a.desc {
    display: inline-block;
}
.order-table .sort.desc a.asc {
    display: inline-block;
}
.order-table .sort.desc a.desc {
    display: none;
}
.order-table .sort.asc a.desc {
    display: inline-block;
}
.order-table .sort.asc i, .order-table .sort.desc i {
    visibility: visible;
}
.order-table .sort span {
    border-bottom: 1px dotted #000;
    display: inline-block;
    color: #000;
}
.order-table .sort span {}
.order-table .sort i {
    display: inline-block;
    font-style: normal;
    color: #bebebe;
    font-size: 8px;
    margin-left: 6px;
    vertical-align: top;
    position: relative;
    top: 2px;
    visibility: hidden;
}

.order-table.clent-list-table {}
.order-table.clent-list-table .order-td-cell-3 {
    padding-left: 30px;
}
.order-table .shop-delete-item {
    background: url(/_s/i/icon-sprite.png) no-repeat -177px -319px;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-indent: -9999px;
    cursor: pointer;
    position: relative;
    top: 3px;
}

.order-table .removing {
    padding: 0 1%;
}
.order-table .removing > div {
    overflow: hidden;
    padding: 7px 0;
}

.order-table .order-status {}
.order-table .order-status .status-info {
    display: inline-block;
    cursor: pointer;
    width: 115px;
}
.order-table .order-status .status-info i {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/_s/i/new/icons/i-edit.png) center center no-repeat #ebebeb;
    vertical-align: middle;
    margin-left: 13px;
}
.order-table .order-status select {
    display: none;
    width: 110px;
}
.order-table .status-in_process .status-info {
    color: #000;
}
.order-table .status-paid .status-info {
    color: #3d7518;
}
.order-table .status-sent .status-info {
    color: #f26622;
}
.order-table .status-delivered .status-info {
    color: #000080;
}
.order-table .status-cancelled .status-info {
    color: #ad2d2d;
}
.order-table .status-returned .status-info {
    color: #ad2d2d;
}
.order-table .status-closed .status-info {
    color: #a6a6a6;
}

/* User cabinet order table */
.user-order-table-details.order-table {
    margin-bottom: 20px;
}
.user-order-title {
    font-weight: bold;
    padding-left: 3%;
    margin-bottom: 3px;
}
.user-information {
    margin-bottom: 10px;
    line-height: 20px;
    padding-left: 3%;
}
.user-order-table-details-holder {
    height: 45vh;
    overflow: auto;
}
.user-order-table-details.order-table th,
.user-order-table-details.order-table td {
    padding: 7px 3%;
}
.user-order-table-details .order-th-cell-3,
.user-order-table-details .order-td-cell-3 {
    text-align: center;
}
.user-order-table-details .order-th-cell-2,
.user-order-table-details .order-td-cell-2,
.user-order-table-details .order-th-cell-4,
.user-order-table-details .order-td-cell-4 {
    text-align: right;
}

/* Order details */
.order-table-details-holder {
    width: 47%;
    float: left;
    padding-right: 2%;
    overflow-y: auto;
}
.order-details-holder {
    position: relative;
}
.order-table-details .order-td-cell-1 {
    width: 35%;
    max-width: 35%;
}
.order-table-details .order-th-cell-2,
.order-table-details .order-td-cell-2,
.order-table-details .order-th-cell-4,
.order-table-details .order-td-cell-4 {
    text-align: right;
}
.order-table-details .order-th-cell-3,
.order-table-details .order-td-cell-3 {
    text-align: center;
    width: 30%;
    padding: 0;
}
.customer-details-holder {
    width: 49%;
    float: right;
    background-color: #f7f7f7;
    border-radius: 3px;
    overflow-y: auto;
    min-height: 100px;
}
.customer-details-title {
    font-size: 18px;
    color: #000;
    padding: 20px 20px;
}
.customer-details-list {
    overflow: hidden;
    margin: 0;
    padding: 0 20px;
}
.customer-details-list dt {
    float: left;
    width: 150px;
    padding: 0 10px 20px 0;
}
.customer-details-list dd {
    overflow: hidden;
    margin: 0;
    padding-bottom: 20px;
}
.order-total-cost {
    font-size: 18px;
}
.unknown-field {
    color: #DDD;
}
.print-link-holder {
    padding: 0 20px 20px;
}

/* Pen pal table */
.pen-pal-table {
    width :100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    color: #000;
}

.pen-pal-table tr {
    border-top: 5px solid #fff;
}
.pen-pal-table tr:first-child {
    border-top: 0;
}
.pen-pal-table tr {
    background-color: #f7f7f7;
    cursor: pointer;
}
.pen-pal-table tr:hover {
    background-color: #fcfcfc;
}
.pen-pal-table.cabinet-talk-list td:first-child {
    width: 25%;
}
.pen-pal-table .active {
    background-color: #fff9e5;
}
.pen-pal-table td {
    padding: 7px 2%;
    vertical-align: middle;
    word-wrap: break-word;
}
.table-date {
    width: 12%;
}
.table-name {
    width: 35%;
}
.table-email {
    font-size: 12px;
    color: #a6a6a6;
}
.table-more,
.table-remove-row {
    text-align: right;
    width: 10%;
}
.lock-user {
    line-height: 20px;
    color: #000 !important;
    opacity: 0.5;
    background-color: #a6a6a6;
    font-size: 12px !important;
    filter: alpha(opacity=50);
    -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out;
}
.lock-user:hover {
    opacity: 1;
    filter: alpha(opacity=1);
}
.active .lock-user {
    background-color: #fdcb00;
}
.new-box {
    height: 12px;
    width: 32px;
    overflow: hidden;
    text-indent: -9999px;
    display: inline-block;
    background: url(/_s/i/new/icons/i-new.png) no-repeat;
    -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
            -o-border-radius: 4px;
                border-radius: 4px;
}

/* Order history table for user cabinet */
.order-history-holder,
.talk-history-holder {
    margin-bottom: 20px;
    overflow-y: auto;
    height: 200px;
}
.order-history-table {
    width :100%;
    table-layout: auto;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #fff;
}
.order-history-table td {
    padding: 0 10px;
    height: 39px;
    border-bottom: 1px solid #f7f7f7;
    vertical-align: middle;
}
.order-td-1 {
    width: 150px;
    color: #666;
}
.order-td-2 {
    width: 340px;
}
.order-td-4 {
    text-align: right;
}
.order-history-table .button-yellow {
    height: 20px;
    min-width: 90px;
    line-height: 20px;
}

/* Cabinet panel links */
.feedback-link {
    display: block;
    width: 21px;
    height: 16px;
    background: url(/_s/i/new/icons/i-envelope.png) no-repeat;
    margin: 0 auto;
    position: relative;
    text-indent: -9999px;
}
.js-personal-link {
    background: url(/_s/i/new/icons/i-persone.png) no-repeat;
    width: 21px;
    height: 19px;
    margin: 0 auto;
    position: relative;
    display: block;
    text-indent: -9999px;
}
.cabinet-panel-link + .cabinet-panel-link {
    margin-top: 18px;
}

/* Counter */
./*counter {
    background: url(/_s/i/new/icons/i-counter.png) no-repeat;
    width: 13px;
    height: 16px;
    color: #fff;
    font-size: 8px;
    line-height: 14px;
    text-align: center;
    position: absolute;
    right: -5px;
    top: -7px;
    padding-right: 2px;
}
.counter.b {
    top: auto;
    bottom: -7px;
}*/

/* User chat messages */
.messages-holder {
    color: #a6a6a6;
    font-size: 14px;
    height: 250px;
    overflow-y: auto;
}
.feddback-messages {
    color: #000;
    list-style: none;
    margin: 0;
    padding: 0 10px 0 0;
    overflow: hidden;
}
.feddback-messages li {
    border-bottom: 1px solid #f7f7f7;
    margin-top: 19px;
    padding-bottom: 12px;
    -ms-word-break: break-all;
    word-break: break-all;
}
.feddback-messages li:first-child {
    margin-top: 0;
}
.feddback-messages .active {
    background-color: #f5f6f7;
    border: none;
    color: #a6a6a6;
    padding: 20px 5px;
    text-align: center;
    line-height: 20px;
}
.feddback-messages .row {
    margin-bottom: 10px;
}
.feedback-user-name {
    -ms-word-break: break-all;
    word-break: break-all;
    margin-right: 3px;
}
.feedback-user-email {
    color: #666;
}
.feedback-message-date {
    color: #a6a6a6;
    font: 11px Tahoma, Helvetica, Verdana, sans-serif;
}

/* Dotted links */
.dotted-link {
    color: #11649a !important;
    display: inline-block;
    text-decoration: none !important;
    cursor: pointer;
}
.dotted-link.add-opponent {
    background: url(/_s/i/new/icons/icon-opponent.png) no-repeat;
    height: 27px;
    line-height: 27px;
    padding-left: 36px;
}
.dotted-link.back-messages {
    background: url(/_s/i/new/icons/icon-back-mail.png) no-repeat;
    line-height: 17px;
    padding-left: 37px;
}
.dotted-link:hover {
    text-decoration: none !important;
}
.dotted-link span {
    border-bottom: 1px dotted #11649a;
    display: inline-block;
}
.dotted-link:hover span {
    border-bottom: 1px solid transparent;
}
.dotted-link.back {
    background: url(/_s/i/new/icons/arrow-left.png) no-repeat 0 55%;
    padding-left: 18px;
}

/* Question link */
.question-link {
    background: url(/_s/i/new/icons/i-question.png) no-repeat;
    width: 11px;
    height: 11px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    top: -4px;
    text-decoration: none !important;
}
.question-link:hover {text-decoration: none !important;}

.recommended_items {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    /*color: #000;*/
}
.block-type-catalogitem_recommended-items .catalog-collection {
    padding: 20px;
    border: 1px solid #fff;
    border-radius: 10px;
    text-align: center;
}
.block-type-catalogitem_recommended-items .catalog-collection-item {
    margin: 0 0 0 20px;
    vertical-align: top;
}
.block-type-catalogitem_recommended-items .catalog-collection-item:first-child {
    margin-left: 0 !important;
}
.hide-feedback {
    display: none !important;
}

/* Catalog slider */
.block-type-goods.block-goods-view-variant-sly .catalog-collection {
    border: none;
    padding: 0;
}
.block-goods-view-variant-sly .catalog-collection.catalog-slider-sly .catalog-collection-item,
#article .block-goods-view-variant-sly .catalog-collection.catalog-slider-sly .catalog-collection-item {
    display: block;
    float: left;
    width: 270px;
    margin: 0px !important;
    padding: 15px;
}
.block-goods-view-variant-sly .catalog-collection.catalog-slider-sly .catalog-collection-item:hover .catalog-collection-item-content:before,
#article .block-goods-view-variant-sly .catalog-collection.catalog-slider-sly .catalog-collection-item:hover .catalog-collection-item-content:before {
    width: 94%;
    height: 97%;
    left: 6px;
    top: 6px;
}
.block-goods-view-variant-sly .catalog-collection.catalog-slider-sly .catalog-collection-item:first-child {
    padding-bottom: 16px !important;
}
.wrap-user-item-slider {
    position: relative;
    padding: 0 35px;
    z-index: 10;
    -webkit-transform: translate3d(0,0,0);
}
.user-item-slider {
    overflow: hidden;
}
.catalog-slider-sly {
    /*height: 310px;*/
    width: 20000px;
    overflow: hidden;
}
.caroufredsel_wrapper .catalog-slider-sly {
    overflow: visible;
}
.wrap-user-item-slider .prev, .wrap-user-item-slider .next {
    position: absolute;
    top: 30%;
    bottom: 0px;
    width: 20px;
    height: 20%;
    min-height: 50px;
    background: #fff;
    cursor: pointer;
    text-align: center;
    /*line-height: 26px;*/
    font-size: 12px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    display: none;
    opacity: 0.6;
}
.wrap-user-item-slider .prev:hover, .wrap-user-item-slider .next:hover {
    opacity: 1;
}
.wrap-user-item-slider .prev {
    left: 0px;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    -o-border-radius: 20px 0 0 20px;
    border-radius: 20px 0 0 20px;
}
.wrap-user-item-slider .next {
    right: 0px;
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    -o-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0;
}
.wrap-user-item-slider .prev span, .wrap-user-item-slider .next span {
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -6px;
    width: 20px;
    height: 4px;
    line-height: 12px;
}
.catalog-slider-pagination {
    text-align: center;
    padding: 5px 0;
}
.catalog-slider-pagination a {
    display: inline-block;
    margin: 0 3px 0 2px;
    /*padding: 3px 3px;*/
    text-decoration: none !important;
    font-size: 10px;
    line-height: 12px;
    width: 15px;
    height: 13px;
    padding-top: 2px;
    text-align: center;
    text-indent: -1px;
    border-radius: 3px;
}
.catalog-slider-pagination a.selected {
    color: #000 !important;
    background: none transparent !important;
    cursor: default;
}
.block-type-goods .block-text {
    margin-bottom: 5px;
}
.block-type-goods .catalog-collection-item .row-vendorCode {
    display: none;
}
.block-type-goods .block-content > .block-id-main .collection-view-tile {
    padding-top: 10px;
}

.feeditems-collection {
    list-style: none;
    margin-bottom: 20px;
    margin-right: -10px;
}
.feeditems-collection li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    width: 23%;
}
.feeditems-collection li:last-child {
    margin-right: 0;
}
.feeditems-collection li .picture {}
.feeditems-collection li .picture img {
    width: 100%;
}
.feeditems-collection li h3 {
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
}
.block-type-feeditems_recommended-items .recommended_items {
    margin-bottom: 15px;
    margin-top: 5px;
}

/* News arrow */
.news-arrow:after {
    content: '';
    display: block;
    clear: both;
}
.news-arrow .prev-item {
    float: left;
    max-width: 45%;
}
.news-arrow .next-item {
    float: right;
    text-align: right;
    max-width: 45%;
}
/*.news-arrow .pictures {
    overflow: hidden;
}*/
.news-arrow .picture {
    width: 150px;
    overflow: hidden;
}
.news-arrow .prev-picture {
    float: left;
}
.news-arrow .next-picture {
    float: right;
}
.news-arrow .picture img {
    width: 100%;
}
.news-arrow_left {
    position: relative;
    clear: left;
    display: block;
}
/*.news-arrow_left:after {
    content: "\2190";
    position: absolute;
    left: -16px;
    top: 0;
}*/
.news-arrow_right {
    position: relative;
    clear: right;
    display: block;
}
/*.news-arrow_right:after {
    content: "\2192 ";
    position: absolute;
    right: -16px;
    top: 0;
}*/
.news-arrow .news-arrows-title {
    margin-bottom: 0.3em;
}
.item-not-available {
    float: right;
    clear: right;
    padding: 0 7px;
    margin-top: 6px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    color: #ad2d2d;
}

.collection-view-tile .item-not-available {
    position: relative;
    float: none;
    margin-top: -1px;
    font-size: 12px;
}

.collection-view-tile .item-available {
    position: relative;
}


.item-label {
    z-index: 60;
    max-width: 80%;
    word-break: break-word;
}


.catalog-slider-3d {
    height: 230px;
    width: 80%;
    margin: 0 auto 70px auto;
}
.catalog-slider-3d .catalog-collection-item {
    width: 190px;
}
.catalog-slider-3d .catalog-collection-item .block-title,
.catalog-slider-3d .catalog-collection-item .item-available,
.catalog-slider-3d .catalog-collection-item .item-not-available,
.catalog-slider-3d .catalog-collection-item .item-params-outer,
.catalog-slider-3d .catalog-collection-item .block-price,
.catalog-slider-3d .catalog-collection-item .fh-cart-link,
.catalog-slider-3d .catalog-collection-item .fh-cart-fast-order,
.catalog-slider-3d .catalog-collection-item .simple-order-button {
    display: none;
}
.catalog-slider-3d .catalog-collection-item.roundabout-in-focus:hover {
    height: auto !important;
}
.catalog-slider-3d .catalog-collection-item.roundabout-in-focus:hover .block-title,
.catalog-slider-3d .catalog-collection-item.roundabout-in-focus:hover .item-available,
.catalog-slider-3d .catalog-collection-item.roundabout-in-focus:hover .item-not-available,
.catalog-slider-3d .catalog-collection-item.roundabout-in-focus:hover .item-params-outer,
.catalog-slider-3d .catalog-collection-item.roundabout-in-focus:hover .block-price {
    display: block;
}
.catalog-slider-3d .catalog-collection-item.roundabout-in-focus:hover .fh-cart-link,
.catalog-slider-3d .catalog-collection-item.roundabout-in-focus:hover .fh-cart-fast-order,
.catalog-slider-3d .catalog-collection-item.roundabout-in-focus:hover .simple-order-button {
    display: inline-block;
}
.block-goods-view-variant-3d  .wrap-user-item-slider .prev,
.block-goods-view-variant-3d  .wrap-user-item-slider .next {
    top: 35%;
    height: 28%;
}
.collection-view-tile.catalog-slider-3d .catalog-collection-item:hover .catalog-collection-item-content:before {
    display: none;
}
.collection-view-tile.catalog-slider-3d .catalog-collection-item.roundabout-in-focus:hover .catalog-collection-item-content:before {
    display: block;
}
.block-type-subscribe {
    padding: 15px 0;
}
.block-type-subscribe  .block-title {
    font-size: 1.2em;
    margin-bottom: 0.7em;
}
.form-subscribe {
    position: relative;
}
.form-subscribe .subscribe_input {
    width: 97%;
    max-width: 300px;
    margin: 0;
    border: 1px solid #bbb;
    padding: 4px 1px 4px 5px;
}
span.subscribe-error-box {
    font-size: 12px;
    display: block;
    color: #ad2d2d;
}
.form-subscribe input[type="submit"],
.form-unsubscribe input[type="submit"] {
    padding: 0 7px;
    color: #4f4f4f;
    font-size: 12px;
    background: url(/_s/i/cart/cart-button.png) repeat-x;
    text-decoration: none;
    position: relative;
    line-height: 28px;
    height: 28px;
    min-width: 125px;
    margin: 8px 0 0 0;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
}

.form-subscribe input[type="submit"]:hover,
.form-unsubscribe input[type="submit"]:hover {
    background-position: 0 -35px;
    cursor: pointer;
}
.form-subscribe .loader {
    vertical-align: middle;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    top: -1px;
    margin-left: 10px;
}
.form-subscribe .loader img {
    margin: 0px !important;
    border: none !important;
}
#buttonup {
    /* Чтобы не перекрывалось секциями см. css/common/common-landing.css: .pinned */
    /* Более того, мы не должны быть скрыты панелью: accessibility-panel*/
    z-index: 99999;
    position: fixed;
    bottom: 100px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: url(/_s/i/new/top.png) no-repeat;
    /*display: none;*/
    opacity: 0;
    -o-transition: opacity 0.3s, top 0.3s;
    -ms-transition: opacity 0.3s, top 0.3s;
    -moz-transition: opacity 0.3s, top 0.3s;
    -webkit-transition: opacity 0.3s, top 0.3s;
    transition: opacity 0.3s, top 0.3s;
}
#buttonup:hover {
    background-position: 0 -40px;
}
#buttonup.show {
    opacity: 1;
    right: 10px !important;
}
.accessibility-panel ~ #buttonup.show {
    top: 40px;
}
#buttonup.show-low {
    opacity: 1;
    top: 70px;
}
.form-unsubscribe input[type="text"],
.form-unsubscribe input[type="email"] {
    width: 200px;
    margin: 0;
    border: 1px solid #bbb;
    padding: 5px 1px 6px 5px;
}
.form-unsubscribe input[type="submit"] {
    margin-left: 15px;
    margin-right: 15px;
}
.form-unsubscribe p {
    font-size: 16px;
}
.form-unsubscribe .loader {
    position: relative;
    top: 6px;
    left: 14px;
}
.form-unsubscribe .subscribe-error-box {
    /*position: absolute;
    bottom: 20px;
    left: 20px;
    display: inline;*/
}
.unsubscribe-alert p {
    padding-right: 25px;
    font-size: 16px;
}
a.btneditor-button {
    position: relative;
    background: #af063c;
    width: auto;
    padding: 0 45px;
    display: inline-block;
    border-radius: 5px;
    color: white;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
}
a.btneditor-button.btn-volume:after {
    content: '';
    width: 100%;
    height: 100%;
    opacity: .3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;

    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.66) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.66)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.66) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.66) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.66) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.66) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a8000000',GradientType=0 );
}
a.btneditor-button span {
    display: block;
    width: 100%;
    /*height: 100%;*/
    position: relative;
    z-index: 10;
}
a.btneditor-button.border-only {
    background: transparent !important;
    border: 3px solid black;
}
a.btneditor-button.border-only:after {
    display: none;
}

/* Forms */
.block-type-form {
    padding: 15px 15px 20px 15px;
    border-radius: 3px;
    display: inline-block;
    min-width: 200px;
    box-sizing: border-box;
}
.block-type-form h2 {
    color: inherit !important;
    padding: 0;
    margin-bottom: 14px;
    font-size: 16px;
    margin-top: 0;
    text-transform: none;
}
.block-type-form .form-group {
    margin-bottom: 10px;
}
.block-type-form.form-orient-horizontal {
    max-width: 10000px;
}
.block-type-form.form-orient-horizontal form {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-direction: normal;
       -moz-box-direction: normal;

    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;

    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
}
.block-type-form.form-orient-horizontal form .form-group {
    -webkit-flex-grow: 1;
            flex-grow: 1;
}
.block-type-form.form-orient-horizontal .form-group {
    float: left;
    margin-right: 10px;
}
.block-type-form.form-orient-horizontal .feedback-submit-block {
    float: left;
    margin-right: 0;
}
.use_flexbox .horizontal-captcha-flex-container .feedback-submit-block{
    margin-left: 8px;
}

.block-type-form.form-orient-horizontal .field-error {
    display: block;
    line-height: 1.2em;
}
.block-type-form.form-orient-horizontal .type-time-wrapper {
    margin-top: -1.2em;
}
.block-type-form.form-orient-horizontal .type-attachment {
    width: 100%;
}
.block-type-form.float-left {
    float: left;
    margin-right: 20px;
}
.block-type-form.float-right {
    float: right;
    margin-left: 20px;
}
.block-type-form .form-control {
    display: block;
    width: 100%;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 3px 7px;
    -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
            -o-box-sizing: border-box;
                box-sizing: border-box;
}
.block-type-form .form-control:focus {
    border: 1px solid #38a9f0;
    -webkit-box-shadow: 0px 0px 5px rgba(56, 169, 240, 0.75);
    -moz-box-shadow: 0px 0px 5px rgba(56, 169, 240, 0.75);
    box-shadow: 0px 0px 5px rgba(56, 169, 240, 0.75);
}
.block-type-form.field-height-small .form-control {
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
}

.block-type-form.field-height-middle .form-control {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}
.block-type-form.field-height-large .form-control {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.block-type-form textarea.form-control {
    line-height: 1.2em !important;
    /*height: auto !important;*/
    resize: vertical;
}

.block-type-form.field-border-radius-none .form-control {
    border-radius: 0 !important;
}
.block-type-form .btn-block {
    display: block;
    cursor: pointer;
}
.block-type-form input[type="submit"].btn-block,
.block-type-form input[type="reset"].btn-block,
.block-type-form input[type="button"].btn-block {
    width: 100%;
    height: 40px;
    font-size: 16px;
}
.block-type-form.field-height-small input[type="submit"].btn-block,
.block-type-form.field-height-small input[type="reset"].btn-block,
.block-type-form.field-height-small input[type="button"].btn-block {
    width: 100%;
    height: 30px;
    font-size: 14px;
    padding: 0;
}
.block-type-form.field-height-large input[type="submit"].btn-block,
.block-type-form.field-height-large input[type="reset"].btn-block,
.block-type-form.field-height-large input[type="button"].btn-block {
    width: 100%;
    height: 50px;
    font-size: 18px;
}
.block-type-form.form-orient-horizontal input[type="submit"].btn-block,
.block-type-form.form-orient-horizontal input[type="reset"].btn-block,
.block-type-form.form-orient-horizontal input[type="button"].btn-block {
    height: 30px;
    line-height: 27px;
    font-size: 12px;
    padding: 0 15px;
}
.block-type-form.form-orient-horizontal.field-height-small input[type="submit"].btn-block,
.block-type-form.form-orient-horizontal.field-height-small input[type="reset"].btn-block,
.block-type-form.form-orient-horizontal.field-height-small input[type="button"].btn-block {
    height: 20px;
    line-height: 18px;
    font-size: 12px;
    padding: 0 15px;
}
.block-type-form.form-orient-horizontal.field-height-large input[type="submit"].btn-block,
.block-type-form.form-orient-horizontal.field-height-large input[type="reset"].btn-block,
.block-type-form.form-orient-horizontal.field-height-large input[type="button"].btn-block {
    height: 40px;
    line-height: 2;
    font-size: 14px;
    padding: 0 15px;
}

.block-type-form .btn {
    border: 1px solid transparent;
    box-sizing: border-box;
    color: #fff;
    margin: 0 !important;
    border-radius: 3px;
    padding: 0;
}
.block-type-form .btn:hover {
    opacity: 0.8;
}
.block-type-form.field-border-radius-none .btn {
    border-radius: 0;
}
.block-type-form .success {
    display: none;
}

.type-time-wrapper:after {
    content: '';
    display: block;
    clear: both;
}
.type-time-wrapper__row {
    float: left;
    box-sizing: border-box;
}
.type-time-wrapper__row--title {
    overflow: hidden;
    line-height: 30px;
}
.type-time-wrapper__row--from,
.type-time-wrapper__row--to {
    float: right;
    width: 70px;
    box-sizing: content-box;
}
.type-time-wrapper__row--from {
    padding: 0 5px;
}
.block-type-form .type-time-wrapper__row .form-control {
    text-align: center;
}

.timer-container {
    max-height: 100px;
    z-index: 0;
}

.uptl_container {
    z-index: 400 !important;
}

/* Accessibility */
.accessibility-panel {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    background: #ccc;
    box-shadow:0px 2px 4px 0px rgba(0,0,0,0.20);
    padding: 10px;
    z-index: 999;
    transition: position .5s ease-in-out;
    text-align: center;
    box-sizing: border-box;
    color: #4d4d4d;
}
.accessibility-panel.active {
    right: 0;
    position: static;
    min-width:300px;
}
.accessibility-panel.active:after {
    content: " ";
    clear: both;
    display: block;
}
.accessibility__btn {
    position: absolute;
    left: -235px;
    cursor: pointer;
    top: 0;
    background: #bbb;
    padding: 5px;
    width: 235px;
    box-sizing: border-box;
    border-bottom-left-radius: 10px;
    font-size: 14px;
}
.accessibility-panel.active .accessibility__btn {
    position: static;
    background-color: transparent;
    display: inline-block;
    width: auto;
}
.accessibility__btn-text {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 1px;
    margin-left: 5px;
}
.accessibility-panel .accessibility__btn-text.text-in-active {
    display: none;
}
.accessibility-panel .accessibility__btn-text.text-active {
    display: inline-block;
}
.accessibility-panel.active .accessibility__btn-text.text-active {
    display: none;
}
.accessibility-panel.active .accessibility__btn-text.text-in-active {
    display: inline-block;
}
.accessibility__btn .fa {
    vertical-align: middle;
    font-size: 22px;
}
.accessibility__btn .icon-in-active {
    display: inline-block;
}
.accessibility__btn .icon-active {
    display: none;
}
.accessibility-panel.active .accessibility__btn .icon-in-active {
    display: none;
}
.accessibility-panel.active .accessibility__btn .icon-active {
    display: inline-block;
}
.accessibility__row {
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
    margin-bottom:10px;
    float: right;
}
.accessibility__row .small {
    font-size: 12px;
}
.accessibility__row .middle {
    font-size: 18px;
}
.accessibility__row .large {
    font-size: 30px;
    line-height: 25px
}

.accessibility__label {
    display: inline-block;
}

.accessibility__font {
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 1px;
    display: inline-block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 2px solid #000;
    border-radius: 3px;
    background: #000;
    color: #fff !important;
    overflow: hidden;
    vertical-align: middle;
}
.accessibility__font:hover {
    color: #fff !important;
}
.accessibility__font.active:hover {
    color: #000 !important;
}
.accessibility__font > span {
    padding: 0 10px;
}
.accessibility__font.active {
    background-color: transparent !important;
    color: #000 !important;
}
.accessibility__font .text-active {
    display: none;
}
.accessibility__font .text-in-active {
    display: block;
}
.accessibility__font.active .text-active {
    display: block;
}
.accessibility__font.active .text-in-active {
    display: none;
}
.accessibility__font.accessibility__font_light {
    background-color: #fff;
    color: #000 !important;
}
.accessibility__font.active.accessibility__font_light {
    color: #000 !important;
}
.accessibility__font:hover.accessibility__font_light {
    color: #000 !important;
}
.accessibility__font.accessibility__font_dark {
    background-color: #000;
    color: #fff !important;
}
.accessibility__font:hover.accessibility__font_dark {
    color: #fff !important;
}
.accessibility__font.accessibility__font_light-dark {
    background-color: #8AB4E1;
}

.accessibility__font.face {
    padding: 0 5px;
}

.body--accessibility--active,
.accessibility--active,
.accessibility--active * {
    background: none !important;
    border-color: transparent !important;
}

.body--accessibility--active img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale") !important; /* Firefox 10+, Firefox on Android */
    filter: gray !important; /* IE6-9 */
    -webkit-filter: grayscale(100%) !important; /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.body--accessibility--active div,
.body--accessibility--active a  {
    -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale") !important;
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale") !important;
   /* -webkit-filter: grayscale(100%) !important;*/
}

/*.body--accessibility--active div {
    filter: gray !important;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale") !important;
}*/

.body--accessibility--active a {
    -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale") !important;
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale") !important;
    -webkit-filter: grayscale(100%) !important;
}

.accessibility--active.section {
    position: relative;
    /*z-index: 0;*/
}

.accessibility--active.section.header {
    position: relative;
    /*z-index: 1;*/
}

.accessibility--active.accessibility--images--hide img,
.accessibility--active.accessibility--images--hide .banner,
.accessibility--active.accessibility--images--hide .block-type-mainimg,
.accessibility--active.accessibility--images--hide .block-type-rotator {
    visibility: hidden;
    background: none !important;
}

body.mainimg-wide .accessibility--active.accessibility--images--hide .block-type-mainimg,
body.mainimg-wide .accessibility--active.accessibility--images--hide .block-type-rotator,
.accessibility--active.accessibility--images--hide :after,
.accessibility--active.accessibility--images--hide :before,
.accessibility--active #header, .accessibility--active .block-type-menu, .accessibility--active #mainimg-wrap, .accessibility--active .block-type-feedimg, .accessibility--active .block-type-photo, .accessibility--active .block-type-subscribe, .accessibility--active .block-type-goods, .accessibility--active .block-content-wrap, .accessibility--active #footer {
    background: none !important;
    box-shadow: none;
}

.accessibility--active.accessibility--font--small * {
    font-size: 13px !important;
    line-height: 1.6em !important;
}

.accessibility--active.accessibility--font--middle * {
    font-size: 17px !important;
    line-height: 1.6em !important;
}

.accessibility--active.accessibility--font--large * {
    font-size: 21px !important;
    line-height: 1.6em !important;
}

.accessibility--active.accessibility--kerning--small2 * {
    letter-spacing: 0.13em !important;
}

.accessibility--active.accessibility--kerning--middle2 * {
    letter-spacing: 0.23em !important;
}

.accessibility--active.accessibility--kerning--large2 * {
    letter-spacing: 0.33em !important;
}

.accessibility--active.accessibility--face--arial * {
    font-family: Arial, Helvetica, sans-serif;
}

.accessibility--active.accessibility--face--times * {
    font-family: 'Times New Roman', Times, serif;
}

/* Scheme */
.body--accessibility--active.body--accessibility--scheme--white {
    background-color: #fff !important;
}
.body--accessibility--active.body--accessibility--scheme--black {
    background-color: #000 !important;
}
.body--accessibility--active.body--accessibility--scheme--blue {
    background-color: #9dd1ff !important;
}

.accessibility--active.accessibility--scheme--blue div.menu_mobile {
    background: #9dd1ff !important;
}

.accessibility--active.accessibility--scheme--white div.menu_mobile {
    background: #fff !important;
}

.accessibility--active.accessibility--scheme--black div.menu_mobile {
    background: #000 !important;
}

.accessibility--active.accessibility--scheme--white * {
    color: #000 !important;
}

.accessibility--active.accessibility--scheme--white .menu_horizontal .nav__drop {
    background: white !important;
}

.accessibility--active.accessibility--scheme--black * {
    color: #fff !important;
}

.accessibility--active.accessibility--scheme--black .menu_horizontal .nav__drop {
    background: black !important;
}

.accessibility--active.accessibility--scheme--blue * {
    color: #063462 !important;
}

.accessibility--active.accessibility--scheme--blue .menu_horizontal .nav__drop {
    background: white !important;
}



.setup-bottom-panel {
    position: fixed;
    z-index: 999;
    width: 100%;
    bottom: 0;
    height: 25px;
    font-family: PT Sans, Arial, Tahoma, sans-serif;
    background-image:linear-gradient(-180deg, rgba(77,77,77,0.69) 4%, rgba(45,45,45,0.69) 99%);
    box-shadow:0px -2px 20px 0px rgba(0,0,0,0.40);
}
.setup-bottom-panel--container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
}
.setup-bottom-panel--txt {
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
    text-align: right;
    line-height: 25px;
    position: absolute;
    bottom: 0px;
    left: 70px;
    text-decoration: none;
}
.setup-bottom-panel--txt:hover {
    color: #fff;
}
.setup-bottom-panel--button {
    display: inline-block;
    background-image: linear-gradient(0deg, #faa946 0%, #fac346 97%);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.30), inset 1px 2px 1px 0px rgba(255,255,255,0.30);
    width: 195px;
    height: 25px;
    font-size: 14px;
    color: #000;
    line-height: 25px;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.35);
    text-align: center;
    text-decoration: none;
}
.setup-bottom-panel--button:hover {
    color: #000;
}
.setup-bottom-panel--logo {
    /*content: ' ';*/
    display: inline-block;
    height: 40px;
    width: 55px;
    background-image: url(/_s/i/setup_bottom_logo_3x.png);
    background-repeat: no-repeat;
    background-size: 56px;
    position: absolute;
    bottom: 0px;
    right: 70px;
}


/* Item image change */
.block .block-picture .item-second-picture,
.collection-view-tile .catalog-collection-item .block-picture .item-second-picture,
.block .block-picture .is-second-picture:hover img,
.block-type-feedimg .feed-items .item-second-picture,
.block-type-feedimg .feed-items .is-second-picture:hover img {
    display: none;
}
.block .block-picture .is-second-picture:hover .item-second-picture,
.collection-view-tile .catalog-collection-item .block-picture .is-second-picture:hover .item-second-picture,
.block-type-feedimg .feed-items .is-second-picture:hover .item-second-picture {
    display: block;
}


/* Block date */
.block-date .ui-datepicker-trigger {
    background: none;
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
    border-bottom: 1px dotted #000;
    color: #000;
}
.block-date .hasDatepicker,
.block-date input[type="text"] {
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
}
.item-desc-color {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0;
}
.item-colors {
    /*clear: both;*/
    float: right;
    white-space: nowrap;
    text-align: right;
}
.item-colors-name {
    display: inline-block;
    font-size: 90%;
}
.item-colors-color {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 4px 4px;
    padding: 0;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .35) inset;
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, .35) inset;
}
.item-colors-select {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.item-colors-ring {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    border-width: 3px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .2);
    -webkit-transition: opacity .25s;
       -moz-transition: opacity .25s;
        -ms-transition: opacity .25s;
         -o-transition: opacity .25s;
            transition: opacity .25s;
}
.item-colors-select:hover + .item-colors-ring,
.item-colors-select:focus + .item-colors-ring,
.item-colors-select:checked + .item-colors-ring {
    visibility: visible;
    opacity: 1;
}
.item-colors-select:checked + .item-colors-ring {
    border-color: rgba(0, 0, 0, .35);
}

.type-attachment-wr  input.type-attachment{
    /*width: 100%;
    height: 22px;*/
    position: relative;
    display: inline-block;
}

.type-attachment-wr .select-attachment-file {
    width: 100%;
    position: relative;
    display: inline-block;
    padding-left: 2px;
    word-wrap: break-word;
    font-family: Arial;
    font-size: 14px;
}
.type-attachment-wr  .type-attachment-container{
    display: inline-block;
    /*width: 106px;*/
    vertical-align: top;
}

/*прелоадер*/

#preloader-js{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
    display: none;
    z-index: 10;
}

#preloader-js .preloader-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#floatingBarsG{
    position:relative;
    width:60px;
    height:75px;
    margin:auto;
}

.blockG{
    position:absolute;
    background-color:rgb(255,255,255);
    width:10px;
    height:23px;
    border-radius:8px 8px 0 0;
    -o-border-radius:8px 8px 0 0;
    -ms-border-radius:8px 8px 0 0;
    -webkit-border-radius:8px 8px 0 0;
    -moz-border-radius:8px 8px 0 0;
    transform:scale(0.4);
    -o-transform:scale(0.4);
    -ms-transform:scale(0.4);
    -webkit-transform:scale(0.4);
    -moz-transform:scale(0.4);
    animation-name:fadeG;
    -o-animation-name:fadeG;
    -ms-animation-name:fadeG;
    -webkit-animation-name:fadeG;
    -moz-animation-name:fadeG;
    animation-duration:1.2s;
    -o-animation-duration:1.2s;
    -ms-animation-duration:1.2s;
    -webkit-animation-duration:1.2s;
    -moz-animation-duration:1.2s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
}

#rotateG_01{
    left:0;
    top:27px;
    animation-delay:0.45s;
    -o-animation-delay:0.45s;
    -ms-animation-delay:0.45s;
    -webkit-animation-delay:0.45s;
    -moz-animation-delay:0.45s;
    transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
}

#rotateG_02{
    left:8px;
    top:10px;
    animation-delay:0.6s;
    -o-animation-delay:0.6s;
    -ms-animation-delay:0.6s;
    -webkit-animation-delay:0.6s;
    -moz-animation-delay:0.6s;
    transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
}

#rotateG_03{
    left:25px;
    top:3px;
    animation-delay:0.75s;
    -o-animation-delay:0.75s;
    -ms-animation-delay:0.75s;
    -webkit-animation-delay:0.75s;
    -moz-animation-delay:0.75s;
    transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
}

#rotateG_04{
    right:8px;
    top:10px;
    animation-delay:0.9s;
    -o-animation-delay:0.9s;
    -ms-animation-delay:0.9s;
    -webkit-animation-delay:0.9s;
    -moz-animation-delay:0.9s;
    transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
}

#rotateG_05{
    right:0;
    top:27px;
    animation-delay:1.05s;
    -o-animation-delay:1.05s;
    -ms-animation-delay:1.05s;
    -webkit-animation-delay:1.05s;
    -moz-animation-delay:1.05s;
    transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
}

#rotateG_06{
    right:8px;
    bottom:7px;
    animation-delay:1.2s;
    -o-animation-delay:1.2s;
    -ms-animation-delay:1.2s;
    -webkit-animation-delay:1.2s;
    -moz-animation-delay:1.2s;
    transform:rotate(135deg);
    -o-transform:rotate(135deg);
    -ms-transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    -moz-transform:rotate(135deg);
}

#rotateG_07{
    bottom:0;
    left:25px;
    animation-delay:1.35s;
    -o-animation-delay:1.35s;
    -ms-animation-delay:1.35s;
    -webkit-animation-delay:1.35s;
    -moz-animation-delay:1.35s;
    transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
}

#rotateG_08{
    left:8px;
    bottom:7px;
    animation-delay:1.5s;
    -o-animation-delay:1.5s;
    -ms-animation-delay:1.5s;
    -webkit-animation-delay:1.5s;
    -moz-animation-delay:1.5s;
    transform:rotate(-135deg);
    -o-transform:rotate(-135deg);
    -ms-transform:rotate(-135deg);
    -webkit-transform:rotate(-135deg);
    -moz-transform:rotate(-135deg);
}



@keyframes fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-o-keyframes fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-ms-keyframes fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-webkit-keyframes fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-moz-keyframes fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

/*---------------------------------------------------------*/

.search-header fieldset{
    text-align: center;
}

@media (max-width: 768px) {
    .search-header input[type=text]{
        width: auto!important;
        min-width: 270px;
        padding: 0 5px 0 5px;
    }
}

.personal-data input{
    float: left;
    margin-top: 4px;
}
.form-group .personal-data .field-error{
    margin-top: 25px;
}

.form-handler-id-custom .g-recaptcha{
    margin-bottom: 8px;
}
.horizontal_captcha_container{
    z-index: 2;
}
.horizontal-captcha-flex-container{
    display: flex;
    flex-direction: row;
    width: 100%;
}

.block-type-form.form-orient-horizontal .column-direction-flexbox {
    flex-direction: column;
}

.left-block-subscribe{
    margin-top: 10px;
}

.block-type-menu.aos-animate {
    transform: none !important; 
}

/* Vendors */
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
@import url('../alertify.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,
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: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
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;
  -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"] {
  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 #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !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: "";
  }
  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;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 62.5%;

  -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;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  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;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > 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;
          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;
}
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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1,
.h1,
h2,
.h2,
h3,
.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,
.h4,
h5,
.h5,
h6,
.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: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  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;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
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[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
.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 p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999;
}
blockquote footer:before,
blockquote small: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 footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
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;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
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-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  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: 0;
}
.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: 0;
}
.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-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    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: 0;
  }
  .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: 0;
  }
  .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-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    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: 0;
  }
  .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: 0;
  }
  .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-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    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: 0;
  }
  .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: 0;
  }
  .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 {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  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 > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  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 > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    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;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-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="radio"]:focus,
input[type="checkbox"]: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, 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[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.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;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  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 .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  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 .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  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;
}
.form-control-static {
  margin-bottom: 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 .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  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:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  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 {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  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:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  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:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  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:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
          transition: height .35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../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: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.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";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  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;
  list-style: none;
  background-color: #fff;
  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: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  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: #999;
}
.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 solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@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 > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.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-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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-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-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-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%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: 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-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.33;
  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;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].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;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control: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: normal;
  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="radio"],
.input-group-addon input[type="checkbox"] {
  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:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  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:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  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:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  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 {
  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:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}
.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:hover,
.nav-tabs > li.active > a:focus {
  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:hover,
.nav-tabs.nav-justified > .active > a:focus {
  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:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    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:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.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:hover,
.nav-tabs-justified > .active > a:focus {
  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:hover,
  .nav-tabs-justified > .active > a:focus {
    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 {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  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;
    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-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    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-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    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:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@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: none;
}
.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;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    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-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.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 .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@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-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.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 {
  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;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  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:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  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:hover,
.navbar-default .navbar-nav > .open > a:focus {
  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:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  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:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  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: #999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.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: #999;
}
.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: #428bca;
  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:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.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;
}
.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:hover,
.pager li > a:focus {
  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:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 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;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .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: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.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: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .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;
  }
}
@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: #428bca;
  -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;
          transition: width .6s ease;
}
.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:         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-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-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:         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:         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:         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:         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,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.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;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  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 > 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 {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .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 {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th: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 th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th: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 th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .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 {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.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;
  overflow: hidden;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.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-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.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-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-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-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-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.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: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
     -moz-transition:    -moz-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%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: none;
  -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 {
  min-height: 16.42857143px;
  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: 20px;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 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;
}
@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: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.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;
  text-decoration: none;
  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 {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  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;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  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);
}
.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;
  font-weight: normal;
  line-height: 18px;
  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;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.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);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
  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, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
  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:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: none;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.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-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer: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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !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;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/*! jQuery UI - v1.10.3 - 2013-09-12
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter:Alpha(Opacity=0);
}

.ui-front {
  z-index: 500;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/* button sets */
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0; /* support: IE7 */
  font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
  cursor: default;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("/_s/css/vendors/ui-smoothness/images/animated-overlay.gif");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}
.ui-tabs {
  position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url(/_s/css/vendors/ui-smoothness/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222222;
}
.ui-widget-content a {
  color: #222222;
}
.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url(/_s/css/vendors/ui-smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(/_s/css/vendors/ui-smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url(/_s/css/vendors/ui-smoothness/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url(/_s/css/vendors/ui-smoothness/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(/_s/css/vendors/ui-smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(/_s/css/vendors/ui-smoothness/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter:Alpha(Opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter:Alpha(Opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/_s/css/vendors/ui-smoothness/images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(/_s/css/vendors/ui-smoothness/images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(/_s/css/vendors/ui-smoothness/images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(/_s/css/vendors/ui-smoothness/images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
  background-image: url(/_s/css/vendors/ui-smoothness/images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(/_s/css/vendors/ui-smoothness/images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/_s/css/vendors/ui-smoothness/images/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url(/_s/css/vendors/ui-smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(/_s/css/vendors/ui-smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}

    /*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/_s/css/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/_s/css/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/_s/css/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/_s/css/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/_s/css/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/_s/css/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -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: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";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.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;
}

    /* Slicebox Style */
.sb-slider {
  margin: 0px auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  list-style-type: none;
  padding: 0;
}

.sb-slider li {
  margin: 0;
  padding: 0;
  display: none;
}

.sb-slider li > a {
  outline: none;
}

.sb-slider li > a img {
  border: none;
}

.sb-slider img {
  max-width: 100%;
  display: block;
}

.sb-description {
  /*padding: 20px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  z-index: 1000;
  position: absolute;
  background: #CBBFAE;
  background: rgba(190,176,155, 0.4);
  border-left: 4px solid rgba(255,255,255,0.7);
  color: #fff;*/

  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); 
  opacity: 0;

  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -ms-transition: all 400ms;
  transition: all 400ms;
}

.sb-slider li.sb-current .sb-description {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);  
  opacity: 1;
}

.sb-slider li.sb-current .sb-description:hover {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
  filter: alpha(opacity=99);  
  /*background: rgba(190,176,155, 0.7);*/
}

.sb-perspective {
  position: relative;
}

.sb-perspective > div {
  position: absolute;

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;

  -webkit-backface-visibility : hidden;
  -moz-backface-visibility : hidden;
  -o-backface-visibility : hidden;
  -ms-backface-visibility : hidden;
  backface-visibility : hidden;
}

.sb-side {
  margin: 0;
  display: block;
  position: absolute;

  -moz-backface-visibility : hidden;

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

    /* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc; }

.flip-clock-wrapper a:hover {
  color: #fff; }

.flip-clock-wrapper ul {
  list-style: none; }

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table; }

.flip-clock-wrapper.clearfix:after {
  clear: both; }

.flip-clock-wrapper.clearfix {
  *zoom: 1; }

/* Main */
.flip-clock-wrapper {
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none; }

.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important; }

.flip-clock-meridium a { color: #313333; }

.flip-clock-wrapper {
  /*text-align: center;*/
  position: relative;
  width: 100%;
  margin: 0;
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.flip-clock-wrapper:after {
    clear: both;
}

/* Skeleton */
.flip-clock-wrapper ul {
  position: relative;
  /*float: left;*/
  display: inline-block;
  margin: 20px 5px 5px !important;
  padding: 0 !important;
  width: 60px;
  height: 90px;
  font-size: 80px;
  font-weight: bold;
  line-height: 87px;
  border-radius: 6px;
  background: #000;
}

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 87px;
  text-decoration: none !important;
  padding: 0 !important;
  list-style: none !important;
  display: inline-block ! important;
}

.flip-clock-wrapper ul li:first-child {
  z-index: 2; }

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important; }

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden; 
  outline: 1px solid transparent; }

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2; }

.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0; }

.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4); }

.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #333;
  border-radius: 6px;
  font-size: 70px; }

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0; }

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0; }

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3; }

.flip-clock-wrapper .flip {   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }

.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  -moz-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear both;
  z-index: 5; }

.flip-clock-divider {
  /*float: left;*/
  display: inline-block;
  position: relative;
  width: 20px;
  height: 100px; }

.flip-clock-wrapper > .flip-clock-divider:first-child {
  width: 0; }

/*.flip-clock-part .flip-clock-divider:first-child {
  width: inherit; }*/

.flip-clock-part:first-child .flip-clock-divider {
  width: 0 !important; }

.flip-clock-dot {
  display: block;
  background: #323434;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 5px; }

.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -86px;
  color: black;
  text-shadow: none; }

.flip-clock-divider.minutes .flip-clock-label {
  right: -88px; }

.flip-clock-divider.seconds .flip-clock-label {
  right: -91px; }

.flip-clock-dot.top {
  top: 30px; }

.flip-clock-dot.bottom {
  bottom: 30px; }

.flip-clock-part {
  display: inline-block;
}

@-webkit-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-moz-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-o-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both; }

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg); }

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

@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg); }

  100% {
    -moz-transform: rotateX(0deg); } }

@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg); }

  100% {
    -o-transform: rotateX(0deg); } }

@keyframes turn {
  0% {
    transform: rotateX(90deg); }

  100% {
    transform: rotateX(0deg); } }

.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both; }

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg); }

  100% {
    -webkit-transform: rotateX(-90deg); } }

@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg); }

  100% {
    -moz-transform: rotateX(-90deg); } }

@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg); }

  100% {
    -o-transform: rotateX(-90deg); } }

@keyframes turn2 {
  0% {
    transform: rotateX(0deg); }

  100% {
    transform: rotateX(-90deg); } }

.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3; }

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both; }

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both; }

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

  100% {
    opacity: 1; } }

@-moz-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

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

  100% {
    opacity: 1; } }

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

  100% {
    opacity: 0; } }

@-moz-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-o-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

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

  100% {
    opacity: 0; } }

.flip-clock-wrapper li:before {
  display: none !important;
}

.flip-clock-wrapper.size-medium ul {
  width: 40px;
  height: 60px;
}
.flip-clock-wrapper.size-medium ul li a div div.inn {
  font-size: 53px;
  line-height: 62px;
}
.flip-clock-wrapper.size-medium .flip-clock-divider {
  height: 70px;
}
.flip-clock-wrapper.size-medium .flip-clock-divider .flip-clock-label {
  right: -60px;
}
.flip-clock-wrapper.size-medium .flip-clock-divider.minutes .flip-clock-label {
  right: -66px;
}
.flip-clock-wrapper.size-medium .flip-clock-dot {
  width: 8px;
  height: 8px;
}
.flip-clock-wrapper.size-medium .flip-clock-dot.bottom {
  bottom: 18px;
}
.flip-clock-wrapper.size-medium .flip-clock-dot.top {
  top: 20px;
}


.flip-clock-wrapper.size-small ul {
  width: 26px;
  height: 46px;
  margin: 10px 2px 3px !important;
}
.flip-clock-wrapper.size-small ul li a div div.inn {
  font-size: 39px;
  line-height: 48px;
}
.flip-clock-wrapper.size-small .flip-clock-divider {
  height: 54px;
  width: 13px;
}
.flip-clock-wrapper.size-small > .flip-clock-divider:first-child {
  width: 0;
}
.flip-clock-wrapper.size-small .flip-clock-divider.days .flip-clock-label,
.flip-clock-wrapper.size-small .flip-clock-divider.hours .flip-clock-label,
.flip-clock-wrapper.size-small .flip-clock-divider.minutes .flip-clock-label,
.flip-clock-wrapper.size-small .flip-clock-divider.seconds .flip-clock-label {
  
}
.flip-clock-wrapper.size-small .flip-clock-divider .flip-clock-label {
  right: -45px;
}
.flip-clock-wrapper.size-small .flip-clock-divider.minutes .flip-clock-label {
  right: -56px;
}
.flip-clock-wrapper.size-small .flip-clock-dot {
  width: 6px;
  height: 6px;
}
.flip-clock-wrapper.size-small .flip-clock-dot.bottom {
  bottom: 17px;
}
.flip-clock-wrapper.size-small .flip-clock-dot.top {
  top: 15px;
}

.flip-clock-wrapper.color-light ul li a div div.inn {
  color: #333;
  text-shadow: 0 1px 1px #000;
  background-color: #FFF;
}
.flip-clock-wrapper.color-light .flip {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}

/* SHADOW */
.flip-clock-wrapper.color-light ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background: linear, top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper.color-light ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background: linear, top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both; }

/*DOWN*/
.flip-clock-wrapper.color-light ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: linear, top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper.color-light ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: linear, top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both; }

    img[data-action="zoom"], img.imagezoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 666;
  display: inline-block;
  -webkit-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
}
img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}
.zoom-overlay {
  z-index: 420;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
  -webkit-transition:      opacity 300ms;
       -o-transition:      opacity 300ms;
          transition:      opacity 300ms;
}
.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 1;
}
.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default;
}
    .alertify-cover {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

/* Default */
.alertify-dialog {
  position: fixed;
  z-index: 99999;
  top: 30%;
  left: 50%;
  opacity: 1;
  width: 440px;
  margin-left: -220px;
  background-color: #fff;
  -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
      -o-border-radius: 15px;
        border-radius: 15px;
  webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.alertify-resetFocus {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute;
}
.alertify-text {
  margin-bottom: 15px;
  width: 100%;
  font-size: 100%;
  webkit-box-sizing: border-box;
  moz-box-sizing: border-box;
  box-sizing: border-box;
}
.is-alertify-cover-hidden {
  display: none;
}
.is-alertify-dialog-hidden {
  opacity: 0;
  display: none;
  webkit-transform: translate(0, -150px);
  moz-transform: translate(0, -150px);
  ms-transform: translate(0, -150px);
  o-transform: translate(0, -150px);
  transform: translate(0, -150px);
}
/* :root * > .is-alertify-dialog-hidden {
  display: block;
} */
.alertify-log {
  position: relative;
  display: block;
  opacity: 0;
  webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.is-alertify-log-showing {
  opacity: 1;
}
.is-alertify-log-hidden {
  opacity: 0;
}
.alertify-dialog-inner {
  padding: 20px;
}
.alertify-inner {
  text-align: center;
}
.alertify-inner p {
  margin: 0 0 20px;
    color: black;
}
.alertify-text {
  border: 1px solid #cccccc;
  padding: 10px;
  border-radius: 4px;
}
.alertify-button {
  display: inline-block;
  margin: 0;
  padding: 5px 10px;
  border: none;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  min-width: 100px;
  color: #000;
  background: #ffcc00; /* Old browsers */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmY2MwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmI0MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #ffcc00 0%, #ffb400 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcc00), color-stop(100%,#ffb400)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffcc00 0%,#ffb400 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffcc00 0%,#ffb400 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffcc00 0%,#ffb400 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffcc00 0%,#ffb400 100%); /* W3C */
  filter: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.alertify-button:hover {
  text-decoration:none;
  background: #ffc000; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjljMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #ffc000 0%, #ff9c00 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc000), color-stop(100%,#ff9c00)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffc000 0%,#ff9c00 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffc000 0%,#ff9c00 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffc000 0%,#ff9c00 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffc000 0%,#ff9c00 100%); /* W3C */
  filter: none;
}
.alertify-button:focus {
  /* box-shadow: 0 0 3px #000;
  border: 1px solid red; */
}
.alertify-button:active {
  position: relative;
  background: #ff9c00; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOWMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE0JSIgc3RvcC1jb2xvcj0iI2ZmOWUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc2JSIgc3RvcC1jb2xvcj0iI2ZmYjkwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmMwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #ff9c00 0%, #ff9e00 14%, #ffb901 76%, #ffc000 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9c00), color-stop(14%,#ff9e00), color-stop(76%,#ffb901), color-stop(100%,#ffc000)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ff9c00 0%,#ff9e00 14%,#ffb901 76%,#ffc000 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ff9c00 0%,#ff9e00 14%,#ffb901 76%,#ffc000 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ff9c00 0%,#ff9e00 14%,#ffb901 76%,#ffc000 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ff9c00 0%,#ff9e00 14%,#ffb901 76%,#ffc000 100%); /* W3C */
  filter: none;
}
@media only screen and (max-width: 680px) {
  .alertify-dialog {
    width: 90%;
    left: 5%;
    margin: 0;
    webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.alertify-button.alertify-button-cancel {
  background: none;
  color: #00659B;
  min-width: inherit;
  padding: 0;
  text-decoration: underline;
  margin-left: 20px;
}
.alertify-button.alertify-button-cancel:hover {
  text-decoration: none;
}

.alertify-log {
  margin-top: 8px;
  right: -300px;
  padding: 16px 16px;
  border-radius: 8px;
}
.alertify-log-info {
  background: #1F1F1F;
  background: rgba(0, 0, 0, 0.7);
  color: #FFF;
}
.alertify-log-error {
  color: #FFF;
  background: #FE1A00;
  background: rgba(254, 26, 0, 0.9);
}
.alertify-log-success {
  color: #FFF;
  background: #5CB811;
  background: rgba(92, 184, 17, 0.9);
}
.is-alertify-log-showing {
  right: 0;
}
.is-alertify-log-hidden {
  right: -300px;
}
.alertify-text {
  border: 1px solid #cccccc;
  padding: 10px;
  border-radius: 4px;
}
@media only screen and (max-width: 680px) {
  .alertify-dialog {
    width: 90%;
    left: 5%;
    margin: 0;
    webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.alertify-logs {
  position: fixed;
  z-index: 9999999999999;
  bottom: 8px;
  right: 8px;
  max-width: 250px;
}
.alertify-log {
  margin-top: 8px;
  right: -300px;
  padding: 20px 15px;
  border-radius: 10px;
}
.alertify-log-info {
  background: #2d2d2d;
  background: rgba(45, 45, 45, 0.9);
  color: #a6a6a6;
}
.alertify-log-error {
  color: #FFF;
  background: #660000;
  background: rgba(102, 0, 0, 0.9);
}
.alertify-log-success {
  color: #FFF;
  background: #094d00;
  background: rgba(9, 77, 0, 0.9);
}
.is-alertify-log-showing {
  right: 0;
}
.is-alertify-log-hidden {
  right: -300px;
}
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}

/* Components */
/*  BUTTONS */
.button {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  border: none;
  font-size: 14px;
  text-decoration: none !important;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
      -o-border-radius: 5px;
        border-radius: 5px;
}

/* Submit button */
.submit-button {
  padding: 9px 5px;
  margin: 0 0 10px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  min-width: 170px;
  color: #000;
  background-color: #f19709;
  border-bottom: 5px solid #b57308;
  -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
      -o-border-radius: 10px;
        border-radius: 10px;
}
.submit-button:hover {
  background-color: #f2ac3a;
  border-color: #d98909;
}
.submit-button:active {
  background-color: #d98909;
  border-color: #f2ac3a;
  -webkit-box-shadow: inset 2px 4px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 2px 4px 5px rgba(0,0,0,0.2);
      box-shadow: inset 2px 4px 5px rgba(0,0,0,0.2);
}
/* Close dialog */
.close-dilaog,
.close-dilaog-window {
  position:absolute;
  right: 20px;
  top: 20px;
  background: url(/_s/i/new/icons/bg-close.png) no-repeat;
  width:15px;
  height:15px;
  text-decoration:none;
  text-indent:-9999px;
}
.close-dilaog:hover,
.close-dilaog-window:hover {
  background-position:0 -26px;
  text-decoration:none;
}
.close-dilaog:active,
.close-dilaog-window:active {
  background-position:0 -52px;
}
/* Roll-up dialog */
.roll-up-dialog {
  position: absolute;
  right: 63px;
  top: 27px;
  background: url(/_s/i/new/icons/bg-close.png) no-repeat 0 -73px;
  width: 15px;
  height: 4px;
  padding: 5px 0;
  text-decoration:none;
  text-indent:-9999px
}
.roll-up-dialog:hover {
  text-decoration: none;
  background-position: 0 -99px;
}
.roll-up-dialog:active {background-position:0 -125px;}
/* Close rolled-up dialog */
.close-rolled-up-dialog {
  background: url(/_s/i/new/icons/i-dialog-action.png) no-repeat -18px 0;
  width: 9px;
  height: 9px;
  text-indent: -9999px;
  position: absolute;
  right: 11px;
  top: 11px;
}
/* Expand dialog */
.expand-dialog {
  background: url(/_s/i/new/icons/i-dialog-action.png) no-repeat;
  width: 9px;
  height: 9px;
  text-indent: -9999px;
  position: absolute;
  right: 31px;
  top: 11px;
}
/* Exit dialog */
.exit-dialog {
  width: 19px;
  height: 16px;
  background: url(/_s/i/new/icons/bg-close.png) no-repeat 0 -155px;
  position: absolute;
  right: 101px;
  top: 20px;
  text-decoration: none;
  text-indent: -9999px;
}
.exit-dialog:hover {
  background-position: 0 -191px;
}
.exit-dialog:active {
  background-position: 0 -227px;
}
/* Remove button */
.button-remove {
  width: 10px;
  height: 9px;
  background: url(/_s/i/new/icons/i-close.png) no-repeat;
  text-indent: -9999px;
  padding: 0;
}
/* Yellow button */
.button-yellow {
  color: #000 !important;
  background: #ffcc00; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmY2MwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmI0MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #ffcc00 0%, #ffb400 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcc00), color-stop(100%,#ffb400)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffcc00 0%,#ffb400 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffcc00 0%,#ffb400 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffcc00 0%,#ffb400 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffcc00 0%,#ffb400 100%); /* W3C */
  filter: none;
}
.button-yellow:hover {
  text-decoration:none !important;
  background: #ffc000; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjljMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #ffc000 0%, #ff9c00 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc000), color-stop(100%,#ff9c00)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffc000 0%,#ff9c00 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffc000 0%,#ff9c00 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffc000 0%,#ff9c00 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffc000 0%,#ff9c00 100%); /* W3C */
  filter: none;
}
.button-yellow:active {
  background: #ff9c00; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOWMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE0JSIgc3RvcC1jb2xvcj0iI2ZmOWUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc2JSIgc3RvcC1jb2xvcj0iI2ZmYjkwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmMwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #ff9c00 0%, #ff9e00 14%, #ffb901 76%, #ffc000 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9c00), color-stop(14%,#ff9e00), color-stop(76%,#ffb901), color-stop(100%,#ffc000)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ff9c00 0%,#ff9e00 14%,#ffb901 76%,#ffc000 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ff9c00 0%,#ff9e00 14%,#ffb901 76%,#ffc000 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ff9c00 0%,#ff9e00 14%,#ffb901 76%,#ffc000 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ff9c00 0%,#ff9e00 14%,#ffb901 76%,#ffc000 100%); /* W3C */
  filter: none;
}
.button.button-yellow[disabled="disabled"], .button.button-yellow.disabled,
.button.button-red[disabled="disabled"], .button.button-red.disabled {
  color: #666666 !important;
  cursor: default !important;
  background: rgb(235,235,235);
  background: -moz-linear-gradient(top,  rgba(235,235,235,1) 0%, rgba(191,191,191,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,235,235,1)), color-stop(100%,rgba(191,191,191,1)));
  background: -webkit-linear-gradient(top,  rgba(235,235,235,1) 0%,rgba(191,191,191,1) 100%);
  background: -o-linear-gradient(top,  rgba(235,235,235,1) 0%,rgba(191,191,191,1) 100%);
  background: -ms-linear-gradient(top,  rgba(235,235,235,1) 0%,rgba(191,191,191,1) 100%);
  background: linear-gradient(to bottom,  rgba(235,235,235,1) 0%,rgba(191,191,191,1) 100%);
  filter: none;
}

.button-red {
  color: #fff;
  background: rgb(172,45,45);
  background: -moz-linear-gradient(top, rgba(172,45,45,1) 0%, rgba(123,32,32,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(172,45,45,1)), color-stop(100%,rgba(123,32,32,1)));
  background: -webkit-linear-gradient(top, rgba(172,45,45,1) 0%,rgba(123,32,32,1) 100%);
  background: -o-linear-gradient(top, rgba(172,45,45,1) 0%,rgba(123,32,32,1) 100%);
  background: -ms-linear-gradient(top, rgba(172,45,45,1) 0%,rgba(123,32,32,1) 100%);
  background: linear-gradient(to bottom, rgba(172,45,45,1) 0%,rgba(123,32,32,1) 100%);
  filter: none;

  -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
      -o-border-radius: 3px;
        border-radius: 3px;
}

.button-red:active {
  background: rgb(123,32,32);
  background: -moz-linear-gradient(top,  rgba(123,32,32,1) 0%, rgba(172,45,45,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(123,32,32,1)), color-stop(100%,rgba(172,45,45,1)));
  background: -webkit-linear-gradient(top,  rgba(123,32,32,1) 0%,rgba(172,45,45,1) 100%);
  background: -o-linear-gradient(top,  rgba(123,32,32,1) 0%,rgba(172,45,45,1) 100%);
  background: -ms-linear-gradient(top,  rgba(123,32,32,1) 0%,rgba(172,45,45,1) 100%);
  background: linear-gradient(to bottom,  rgba(123,32,32,1) 0%,rgba(172,45,45,1) 100%);
}
/* Dialog reset */
.dialog-reset.ui-dialog {
  overflow: visible;
  padding: 0;
  width: auto;
  background: none;
  border: none;
  background: none;
}
.dialog-reset.ui-dialog.ui-widget-content {
  border: none;
  -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
      -o-border-radius: 10px;
        border-radius: 10px;
}
.dialog-reset.ui-widget-content,
.dialog-reset .ui-widget-content {
  color: #000;
}
.dialog-reset .ui-dialog-titlebar {
  display: none;
}
.with-title.dialog-reset .ui-dialog-titlebar {
  display: block;
}
.dialog-reset.ui-dialog .ui-dialog-content {
  overflow: visible;
  padding: 0;
  color: #000;
  border: none;
  position: static;
  height: auto !important;
  background-color: #fff;
  -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
      -o-border-radius: 10px;
        border-radius: 10px;
}
.ui-widget-overlay {
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 500;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.dialog-reset .ui-state-active, 
.dialog-reset .ui-widget-header .ui-state-active,
.dialog-reset .ui-widget-content .ui-state-active {
  background: none;
  border: none;
}
.dialog-reset .ui-state-default,
.dialog-reset .ui-widget-content .ui-state-default {
  background: none;
  border: none;
}
.dialog-reset .ui-widget-header .ui-state-default {
  border: none;
}
.dialog-reset .ui-state-active.ui-state-hover
.dialog-reset .ui-widget-header .ui-state-hover,
.dialog-reset .ui-widget-content .ui-state-hover {
  background: none
}

/* Dialog default */
.dialog {
  border: 0;
  border-radius: 10px;
  font-size: 14px;
  width: 740px;
  z-index: 5000;
  -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
      -o-border-radius: 10px;
        border-radius: 10px;
}
/* Dialog with admin panel */
.dialog.dialog-with-panel {
  border: none;
  width: 80%;
  bottom: 48px !important;
  top: auto !important;
  position: fixed !important;
  height: 90% !important;
  min-height: 290px !important;
  background-color: #fff;
}
.dialog.cabinet-dialog {
  position: fixed;
  /*position: absolute;*/
  top: 20% !important;
  -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
      -o-transition: all .3s linear;
        transition: all .3s linear;
}
.dialog.cabinet-dialog .roll-up-dialog {
  right: 25px;
  display: none;
}
.dialog.cabinet-dialog .exit-dialog {
  right: 65px;
}
.dialog-holder,
.dialog-reset.ui-dialog .ui-dialog-content {
  position: relative;
  padding: 20px;
}
.dialog.dialog-with-panel .ui-dialog-content {
  position: static;
  min-height: inherit !important;
  max-height: inherit !important;
}
.dialog-title {
  color: #000 !important;
  font-size: 20px;
  margin: -20px -20px 25px;
  padding: 0 20px;
  height: 50px;
  font-weight: normal;
  background: #ff9c00 url(/_s/i/new/bg/title-gradient.png) repeat-x 0 100%;
  line-height: 50px;
  -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
      -o-border-radius: 8px 8px 0 0;
        border-radius: 8px 8px 0 0;
}
.dialog-content {
  height: auto;
  font-size: 12px;
}
.dialog-content .row {
    margin-left: 0;
    margin-right: 0;
}
.dialog-main-content {
  overflow-y: auto;
  min-height: 100px !important;
}
.dialog a {
  color: #11649a !important;
  text-decoration: underline;
}
.dialog a:hover {
  text-decoration: none;
}
.dialog p {
  margin: 0 0 20px;
}
/* Dialog paging */
.dialog-paging-holder {
  padding: 5px 20px;
  margin-top: 20px;
  background-color: #f7f7f7;
}
.dialog-paging {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #2d2d2d;
  overflow: hidden;
}
.dialog-paging li {
  float: left;
  margin-right: 10px;
}
.dialog-paging a {
  text-decoration: none;
}
.dialog-paging a:hover {
  text-decoration: underline;
}
.dialog-paging .active a {
  color: #a6a6a6;
  text-decoration: none;
  cursor: default;
}
.dialog-paging .active a:hover {
  text-decoration: none;
}

.ui-dialog .row-submit {
  overflow: hidden;
  margin-bottom: 0;
}
.ui-dialog .row-submit-alert {
  display: block;
  margin: 20px 0 10px;
  text-align: center;
  font-size: 13px;
}
.ui-dialog .row-submit-alert label {
  display: inline;
}
.ui-dialog .agreement-alert {
  display: none;
  margin: 0 0 10px;
  font-size: 13px;
  color: red;
}

/* Tabs */
/* Dialog tab */
/* Reset tabs */
.reset-tabs.ui-widget-content {
  background: none;
  border: none;
  font-size: 14px;
}
.ui-widget .reset-tabs.ui-widget-content,
.ui-widget .reset-tabs.ui-widget-content.ui-widget {
  font-size: 14px;
}
.reset-tabs.ui-tabs {
  position: static;
  padding: 0;
}
.reset-tabs.ui-tabs .ui-tabs-nav {
  padding: 0;
}
.reset-tabs .ui-tabs-nav, 
.reset-tabs .ui-widget-header .ui-tabs-nav {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}
.reset-tabs.ui-tabs .ui-tabs-panel {
  padding: 0;
}
.reset-tabs .ui-state-active, 
.reset-tabs .ui-widget-header .ui-state-active {
  background-image: none;
  border: none;
}
.reset-tabs .ui-state-default,
.reset-tabs .ui-widget-header .ui-state-default  {
  background-image: none;
  border: none;
}
.reset-tabs .ui-state-active.ui-state-hover
.reset-tabs .ui-widget-header .ui-state-hover {
  background: none
}
.reset-tabs .ui-tabs-anchor,
.reset-tabs .ui-widget-header .ui-tabs-anchor {
  color: #000;
  padding: 0;
}
.reset-tabs .dialog-tabs-content {
  border: none;
  background: none;
  display: none;
}
.reset-tabs .dialog-tabs-content:first-child {
  display: block;
}

.dialog-tabs-nav,
.reset-tabs .ui-tabs-nav,
.reset-tabs.ui-tabs .ui-tabs-nav {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #ffc412;
  overflow: hidden;
}
.cabinet-talk-list-tabs .ui-tabs-nav {
  display: none;
}
.dialog-tabs-nav-square,
.dialog-tabs-nav .dialog-tabs-nav-square,
.reset-tabs .ui-tabs-nav.dialog-tabs-nav-square {
  border-bottom: 0;
}
.reset-tabs .dialog-tabs-nav.ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 0;
  padding-bottom: 0;
}
.dialog-tabs-nav li,
.reset-tabs .dialog-tabs-nav li,
.reset-tabs .dialog-tabs-nav.ui-tabs-nav li { 
  float: left;
  height: 29px;
  line-height: 29px;
  margin-right: 2px;
  text-align: center;
  background-color: #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
      -o-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
}
.dialog-tabs-nav-square li,
.dialog-tabs-nav.dialog-tabs-nav-square li,
.reset-tabs .dialog-tabs-nav.ui-tabs-nav.dialog-tabs-nav-square li {
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  position: relative;
  -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
      -o-border-radius: 5px;
        border-radius: 5px;
}
.dialog-tabs-nav a,
.reset-tabs .dialog-tabs-nav a,
.reset-tabs .dialog-tabs-nav.ui-widget-header .ui-tabs-anchor {
  float: left;
  min-width: 140px;
  padding: 0 15px;
  color: #000 !important;
  text-decoration: none;
  font-weight: normal;
}
.dialog-tabs-nav-square li a,
.reset-tabs .dialog-tabs-nav-square li a,
.reset-tabs .dialog-tabs-nav.dialog-tabs-nav-square.ui-widget-header .ui-tabs-anchor {
  color: #000;
  text-decoration: none;
  min-width: 55px;
  letter-spacing: 1px;
}
.dialog-tabs-nav-square .ui-state-hover,
.reset-tabs .dialog-tabs-nav .ui-state-active {
  background-color: #fcdc65 !important;
}
.dialog-tabs-nav .ui-state-active,
.reset-tabs .dialog-tabs-nav .ui-state-active {
  background-color: #ffc412 !important;
}
.dialog-tabs-nav .ui-state-active.ui-state-hover,
.reset-tabs .dialog-tabs-nav .ui-state-active.ui-state-hover {
  background-color: #ffc412 !important;
}
.ui-state-active a,
.reset-tabs .ui-state-active a {
  cursor: default;
}
.close-tab {
  float: left;
  margin: 10px 5px 0 0;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  cursor: pointer;
}

/* Cabinet */
.cabinet-dialog .dialog-title .trobber-element {
  position: relative;
  margin-left: 10px;
  top: 5px;
}
.cabinet-form {
  position: relative;
  font-size: 14px;
}
.cabinet-form.top-margin {margin-top: 40px;}
.cabinet-form fieldset {
  background-color: #f5f6f7;
  margin: 0 -20px -20px;
  padding: 20px;
  border-radius: 0 0 10px 10px;
}
.cabinet-form fieldset .trobber-element {
  display: inline-block;
  position: relative;
  top: 10px;
}
.cabinet-form .fieldset-holder {
  margin-bottom: 20px;
  padding: 10px 20px;
}
.cabinet-form input::-webkit-input-placeholder,
.cabinet-form input:-moz-placeholder,
.cabinet-form input:-ms-input-placeholder {
  color: #a6a6a6;
}
span.cabinet-form-error {
  padding: 0;
  margin: 0;
  line-height: 12px;
  font-size: 11px;
  color: #f00;
  display: block;
  clear: left;
}
span.horizontal-error {
  margin-left: 150px;
}
input.cabinet-form-error {
  border-color: #f00 !important;
}
.cabinet-form .row.holder {
  margin-bottom: 15px;
}
.cabinet-form label {
  color: #000;
  display: block;
  margin-bottom: 8px;
}
.cabinet-form input[type=text],
.cabinet-form input[type=password] {
  background-color: #fff;
  border: 1px solid #b5b5b5;
  color: #666;
  height: 28px;
  line-height: 28px;
  margin: 0;
  padding: 0 10px;
  width: 260px;
}
.cabinet-form .fieldset-holder input[type=text],
.cabinet-form .fieldset-holder input[type=password] {
  width: 718px;
}
.input-width-698 {
  width: 698px !important;
}
.cabinet-form textarea {
  border: 1px solid #b5b5b5;
  color: #666;
  height: 69px;
  margin: 0;
  padding: 10px;
  resize: none;
  width: 718px;
}
.cabinet-form .submit-button {
  margin-right: 40px;
}
.cabinet-form .add-opponent {
  margin-right: 10px;
}
.cabinet-form .back-messages {
  margin-right: 20px;
}
.cabinet-form .center .row {
  font-size: 12px;
  padding-top: 20px;
}

/* Horizontal align of label + input:text */
.cabinet-form .fieldset {
  background: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 420px;
  line-height: 18px;
}
.row.horizontal-align {
  margin-bottom: 20px;
}
.horizontal-align.border-t {
  border-top: 1px solid #f2f2f2;
  padding-top: 20px;
}
.row.horizontal-align label {
  float: left;
  margin: 0;
  width: 140px;
  padding-right: 10px;
  line-height: 18px;
  font-weight: normal;
}
.row.horizontal-align input[type=text],
.row.horizontal-align input[type=password],
.row.horizontal-align .recaptcha {
  float: left;
  width: 248px;
}
.row.horizontal-align textarea {
  float: left;
  width: 568px;
  height: 40px;
}
.sub-row {
  clear: both;
  padding: 5px 0 0 150px;
  font-size: 12px;
}
.submit-feedback {margin-left: 150px;}

/* Social login */
.social-login-box {
  display: none;
  float: right;
  padding: 24px 30px 28px;
  margin-bottom: 20px;
  line-height: 22px;
  width: 250px;
  color: #666;
  background-color: #f2f2f2;
  -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
      -o-border-radius: 5px;
        border-radius: 5px;
}
.social-login-box p {margin: 0 0 14px;}
.social-links {
  overflow: hidden;
}
.social-links a {
  float: left;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background: url(/_s/i/new/icons/i-social.png) no-repeat;
  text-indent: -9999px;
}
.fb-login {
  background-position: 0 0;
}
.vk-login {
  background-position: -30px 0 !important;
}
.twit-login {
  background-position: -60px 0 !important;
}

/* Row width 410px */
.row.w410 {
  width: 410px;
  margin-bottom: 20px;
}
.row.w410 label {
  color: #000;
  line-height: 18px;
  margin-bottom: 20px;
}
.row.w410 input {
  width: 388px;
}

.cabinet-form p.color-lgrey {
  font-size: 12px;
  line-height: 18px;
}

/* Accordion reset */
.accordion-reset.ui-accordion .ui-accordion-content {
  padding: 0;
  border: 0;
}
.accordion-reset.ui-accordion .ui-accordion-icons {
  padding-left: 0;
}
.accordion-reset.ui-accordion .ui-accordion-header {
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
    -moz-border-radius: 0;
      -o-border-radius: 0;
        border-radius: 0;
}
.accordion-reset.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  background: none;
  position: static;
}

/* Spinner reset */
.spinner-reset .ui-widget-content {
  overflow: visible;
  border: 0;
  padding: 0;
  background: none;
  border-radius: 0;
}
.spinner-reset .ui-spinner .ui-spinner-button {
  position: static;
  top: auto;
  left: auto;
  margin: 0;
  background: none;
  width: auto;
  height: auto;
}
.spinner-reset .ui-spinner .ui-icon {
  position: static;
  top: auto;
  left: auto;
  margin: 0;
  background: none;
  width: auto;
  height: auto;
}
.spinner-reset .ui-spinner-input {
  margin: 0;
  background: none;
}

/* Tags selector */

.order-table tr:hover .tags-selector {
  display: inline-block;
}

.tags-selector {
  display: none;
  position: relative;
  vertical-align: middle;
}

.tags-selector.active {
  display: inline-block;
}

.tags-selector-add-button {
  display: inline-block;
  text-decoration: none;
  position: relative;
  background: #E4E4E4;
  width: 19px;
  height: 19px;
  border-radius: 2px;
  cursor: pointer;
}
.tags-selector-add-button:before,
.tags-selector-add-button:after {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: #B6B6B6;
}

.tags-selector-add-button:before {
  width: 9px;
  height: 3px;
}

.tags-selector-add-button:after {
  width: 3px;
  height: 9px;
}

.tags-selector.active .tags-selector-inner {
  display: block;
}

.tags-selector-inner {
  z-index: 3;
  padding: 20px 10px 20px 20px;
  position: absolute;
  display: none;
  top: 25px;
  left: 0;
  border-radius: 10px;
  background: #2D2D2D;
  box-shadow: 0 0px 10px rgba(0,0,0,.6);
}

.tags-selector-inner:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  border: 10px solid transparent;
  border-bottom: 10px solid #2D2D2D;
  border-top: 0;
}

.tags-selector-list {
  max-height: 150px;
  overflow-y: auto;
}

.tags-selector-list-item {
  padding-right: 10px;
  color: #fff;
  white-space: nowrap;
}
.tags-selector-list-item label {
  cursor: pointer;
}

.tags-selector-submit-button {
  margin-top: 20px;
  line-height: 18px;
  height: 18px;
  cursor: pointer;
  font-size: 12px;

}

/* Search form */
.search-form {
  margin-bottom: 20px;
}

.search-form input[type="text"] {
  width: 50%;
  max-width: 590px;
  height: 30px;
  background-color: #FFF;
  border: 1px solid #A6A6A6;
  padding: 0 10px;
}

.search-form input[type="submit"] {
  width: 110px;
  height: 30px;
  margin-left: 5px;
  font-size: 14px;
}

/* Main button */
.dialog-button {
  display: inline-block;
  min-width: 78px;
  padding: 0 20px;
  border-top: 1px solid #e6ac00;
  border-left: 1px solid #d4a005;
  border-right: 1px solid #d4a005;
  border-bottom: 1px solid #c49300;
  white-space: nowrap;
  text-decoration: none !important;
  text-align: center;
  font-family: Verdana, Arial, sans-serif !important;
  position: relative;
  color: #2d2d2d !important;
  background: #febe00;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #febe00 0%, #dba400 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#febe00), color-stop(100%,#dba400));
  background: -webkit-linear-gradient(top, #febe00 0%,#dba400 100%);
  background: -o-linear-gradient(top, #febe00 0%,#dba400 100%);
  background: -ms-linear-gradient(top, #febe00 0%,#dba400 100%);
  background: linear-gradient(to bottom, #febe00 0%,#dba400 100%);
  filter: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0px 0px 2px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0px 0px 2px rgba(255, 255, 255, 0.4);
  -o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0px 0px 2px rgba(255, 255, 255, 0.4);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0px 0px 2px rgba(255, 255, 255, 0.4);
  -webkit-text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.4);
  -moz-text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.4);
  -o-text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.4);
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.4)

}
.dialog-button:hover {
  text-decoration: none !important;
  border-top: 1px solid #e6c35c;
  border-left: 1px solid #debc59;
  border-right: 1px solid #debc59;
  border-bottom: 1px solid #c4a64e;
  background: #ffd966;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffd966 0%, #ddbc58 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd966), color-stop(100%,#ddbc58));
  background: -webkit-linear-gradient(top, #ffd966 0%,#ddbc58 100%);
  background: -o-linear-gradient(top, #ffd966 0%,#ddbc58 100%);
  background: -ms-linear-gradient(top, #ffd966 0%,#ddbc58 100%);
  background: linear-gradient(to bottom, #ffd966 0%,#ddbc58 100%);
  filter: none;
}

/* Filter-panel */
.admin-filters-form {
  height: 33px;
  background: #ebebeb;
  margin: 0 -20px 20px -20px;
  padding: 5px 20px;
}
.admin-filters-form select {
  height: 21px;
}
.admin-filters-form .dialog-button {
  height: 23px;
  font-size: 16px;
}

/* Pagination */
.dialog-with-panel .pagination {
  /*position: absolute;
  left: 20px;
  bottom: 14px;*/
  margin-top: 0;
  padding-top: 20px;
  font-size: 11px;
}

/* Tags panel */
.dialog.dialog-with-panel .tag-panel {
  /*position: absolute;
  bottom: 50px;
  left: 20px;*/
  font-size: 12px;
  padding-top: 20px
}

.dialog-with-panel .tag-panel .new-tag {
  display: none;
}
.dialog-with-panel .tag-panel input,
.dialog-with-panel .tag-panel select {
  margin: 0 7px 0 0;
}
.dialog-with-panel .tag-panel .append-tag {
  display: none;
}
.dialog-with-panel .tag-panel .new-tag {
  display: none;
}
.dialog-with-panel .tag-panel .apply-tag {
  display: none;
}
.dialog-with-panel .tag-panel .order-status-select {
  display: none;
}

/* Tags */
.tag-item,
.dialog .tag-item {
  padding: 2px 19px 2px 11px;
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
  background: #ffc412;
  margin-bottom: 4px;
  position: relative;
  cursor: pointer;
  color: #000 !important;
  font-size: 11px;
  text-decoration: none !important;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.tag-item .remove {
  position: absolute;
  top: 1px;
  right: 1px;
  font-family: Times New Roman, Arial, sans-serif;
  font-size: 14px;
  color: #99750b;
  display: block;
  width: 16px;
  height: 16px;
  text-align: center;
}

input.item-check,
.all-item-check {
  margin: 0 3px 0 0;
  position: relative;
  top: 2px;
}

/* Tags tab panel */
.dialog-content .side-panel {
  width: 250px;
  float: left;
  background: #f7f7f7;
  min-height: 244px;
  padding-bottom: 37px;
  margin: -25px 0 0 -20px;
  position: relative;
  border-radius: 0 0 0 10px;
}
.dialog-content .side-panel-inner {
  overflow-x: hidden;
  overflow-y: auto;
}
.dialog-content .with-side-panel {
  margin-left: 250px;
}
.side-panel ~ .pagination {
  margin-left: 250px; 
}
.dialog-content .side-panel.chat-side-panel {
  padding-bottom: 10px;
}
.dialog-content .side-panel .entity-sel-container {
  background: #ebebeb;
  padding: 10px 20px;
}
.dialog-content .side-panel .entity-sel-container select {
  margin: 0px;
  padding: 2px 2px 2px 4px;
  width: 98%;
}
.dialog-side-menu {
  padding: 0 20px;
  list-style: none;
}
.dialog-side-menu li {
  border-bottom: 1px solid #ebebeb;
  position: relative;
  font-size: 14px;
}
.dialog-side-menu li a,
.dialog-content .side-panel .dialog-side-menu li a {
  display: block;
  padding: 12px 30px;
  margin: 0 -20px;
  color: #666666 !important;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.dialog-side-menu li:hover a,
.dialog-content .side-panel .dialog-side-menu li:hover a {
  background: #ffc412;
  color: #b2890c !important;
}
.dialog-side-menu li.active a,
.dialog-content .side-panel .dialog-side-menu li.active a {
  background: #ffc412;
  color: #b2890c !important;
}
.dialog-side-menu li a::after {
  content: " ";
  position: absolute;
  width: 15px;
  height: 150px;
  border-right: 45px solid #F7F7F7;
  top: 0px;
  right: 0px;
  background: -moz-linear-gradient(left,  rgba(247,247,247,0) 0%, rgba(247,247,247,1) 95%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(247,247,247,0)), color-stop(95%,rgba(247,247,247,1)));
  background: -webkit-linear-gradient(left,  rgba(247,247,247,0) 0%,rgba(247,247,247,1) 95%);
  background: -o-linear-gradient(left,  rgba(247,247,247,0) 0%,rgba(247,247,247,1) 95%);
  background: -ms-linear-gradient(left,  rgba(247,247,247,0) 0%,rgba(247,247,247,1) 95%);
  background: linear-gradient(to right,  rgba(247,247,247,0) 0%,rgba(247,247,247,1) 95%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f7f7f7', endColorstr='#f7f7f7',GradientType=1 );
}
.dialog-side-menu li:hover a::after, .dialog-side-menu li.active a::after {
  border-color: #ffc412;
  background: -moz-linear-gradient(left,  rgba(255,196,18,0) 0%, rgba(255,196,18,1) 95%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,196,18,0)), color-stop(95%,rgba(255,196,18,1)));
  background: -webkit-linear-gradient(left,  rgba(255,196,18,0) 0%,rgba(255,196,18,1) 95%);
  background: -o-linear-gradient(left,  rgba(255,196,18,0) 0%,rgba(255,196,18,1) 95%);
  background: -ms-linear-gradient(left,  rgba(255,196,18,0) 0%,rgba(255,196,18,1) 95%);
  background: linear-gradient(to right,  rgba(255,196,18,0) 0%,rgba(255,196,18,1) 95%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffc412', endColorstr='#ffc412',GradientType=1 );
}
.dialog-side-menu.chat-menu li a::after {

}
.dialog-side-menu.chat-menu li:first-child a::after {
  top: 11px;
}
.dialog-side-menu.chat-menu li .message-count + a::after {
  border-right-width: 84px;
}

.dialog-side-menu .delete {
  width: 10px;
  height: 9px;
  background: url(/_s/i/new/icons/i-close.png) no-repeat;
  text-indent: -9999px;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 15px;
  cursor: pointer;
}
.dialog-side-menu li.active .delete {
  display: none;
}
.dialog-side-menu li .message-count {
  position: absolute;
  right: 27px;
  top: 10px;
  width: 30px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #000;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  z-index: 1;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmY2MwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmI0MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #ffcc00 0%, #ffb400 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcc00), color-stop(100%,#ffb400)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffcc00 0%,#ffb400 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffcc00 0%,#ffb400 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffcc00 0%,#ffb400 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffcc00 0%,#ffb400 100%); /* W3C */
  filter: none;
}
.dialog-side-menu.chat-menu li a,
.dialog-content .side-panel .dialog-side-menu.chat-menu li a {
  padding: 12px 26px;
}
.dialog-side-menu.chat-menu .delete {
  right: 8px;
}

.dialog-with-panel .dialog-content-title {
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 24px;
}
.dialog-with-panel .dialog-content-title .edit {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/_s/i/new/icons/i-edit.png) center center no-repeat #ebebeb;
  vertical-align: middle;
  margin-left: 5px;
  cursor: pointer;
}
.dialog-with-panel .dialog-content-title .rename-container {
  display: none;
  height: 24px;
}
.rename-container input[type="text"] {
  font-size: 20px;
  padding: 2px;
  margin: 0px 10px 0 0;
  float: left;
}
.rename-container .rename-apply {
  font-size: 14px;
  /*padding: 5px 35px;*/
  vertical-align: top;
  position: relative;
  top: 0px;
  height: 32px;
  line-height: 31px;
  width: 133px;
  padding-bottom: 2px;
}

.side-panel .create-tag-container {
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-radius: 0 0 0 10px;
  overflow: hidden;
  width: 100%;
}
.create-tag-container .show-btn {
  font-size: 14px;
  text-align: center;
  padding: 10px 0 0 0;
  height: 26px;
  cursor: pointer;
  background: #ffc900;
  border-top: 1px solid #f7f7f7;
  border-radius: 0;
  display: block;
    box-sizing: content-box;

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzkwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWI0MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #ffc900 0%, #feb400 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc900), color-stop(100%,#feb400));
  background: -webkit-linear-gradient(top,  #ffc900 0%,#feb400 100%);
  background: -o-linear-gradient(top,  #ffc900 0%,#feb400 100%);
  background: -ms-linear-gradient(top,  #ffc900 0%,#feb400 100%);
  background: linear-gradient(to bottom,  #ffc900 0%,#feb400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc900', endColorstr='#feb400',GradientType=0 );
}
.create-tag-container .create-tag-form {
  display: none;
  padding: 13px 13px 15px 13px;
  background: #2d2d2d;
  color: #fff;
  font-size: 13px;
}
.create-tag-container .create-tag-form input[type="text"] {
  width: 98%;
  display: block;
  margin-bottom: 10px;
  margin-top: 5px;
}
.create-tag-container .create-tag-form input[type="button"] {
  margin: 0px;
  width: 100px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.create-tag-container .create-tag-form .info {
  font-size: 11px;
  padding-top: 6px;
}

.client-details {
  /*padding-bottom: 50px;*/
}
.client-details .row {
  margin-bottom: 10px;
}
.client-details .row-email {
  color: #a6a6a6;
  margin-bottom: 23px;
}
.client-details-form {
  margin-bottom: 30px;
}
.client-details-form button[type=submit] {
  line-height: 26px;
}
.client-details .add-discount,
.client-details .add-comment
 {
  margin-left: 10px;
  font-size: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.client-details .add-discount {
  margin-left: 10px;
}
.client-details .discount-row input {
  width: 50px;
}
.client-details .button.button-red {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
}
.client-details .client-ban {
  margin-top: 20px;
  /*position: absolute;
  bottom: 20px;
  left: 20px;*/
}
.client-details h4 {
  margin-bottom: 10px;
}
.client-details .edit-comment {
  cursor: pointer;
}
.client-details .comment-input-wr {
  display: none;
}
.client-details .comment-input {
  width: 400px;
  height: 100px;
  vertical-align: top;
}
.client-details .throbber {
  vertical-align: top;
  width: 20px;
  height: 20px;
  display: inline-block;
  top: 2px;
  position: relative;
  margin-left: 10px;
}
.consultant-status-wr {
  padding: 10px 19px 10px 25px;
  position: relative;
  overflow: hidden;
  font-size: 12px;
  line-height: 20px;
  background: white;
  -o-box-shadow: 0px 0px 10px -2px #000;
  -ms-box-shadow: 0px 0px 10px -2px #000;
  -moz-box-shadow: 0px 0px 10px -2px #000;
  -webkit-box-shadow: 0px 0px 10px -2px #000;
  box-shadow: 0px 0px 10px -2px #000;
}
.consultant-status-wr .mute {
    float: right;
    position: relative;
    top: 1px;
    width: 23px;
    height: 21px;
    cursor: pointer;
    background: url(/_s/i/cabinet-mute-icons.png) -22px 0 no-repeat;
}
.consultant-status-wr .mute.disabled {
    background-position: 0 0;
}
.consultant-status {
  display: block;
  float: right;
  width: 90px;
  height: 20px;
    margin-right: 15px;
  line-height: 20px;
  text-align: center;
  color: white;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.consultant-status.status-online {
  background: rgb(60,116,24);
  background: -moz-linear-gradient(top,  rgba(60,116,24,1) 0%, rgba(43,83,17,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(60,116,24,1)), color-stop(100%,rgba(43,83,17,1)));
  background: -webkit-linear-gradient(top,  rgba(60,116,24,1) 0%,rgba(43,83,17,1) 100%);
  background: -o-linear-gradient(top,  rgba(60,116,24,1) 0%,rgba(43,83,17,1) 100%);
  background: -ms-linear-gradient(top,  rgba(60,116,24,1) 0%,rgba(43,83,17,1) 100%);
  background: linear-gradient(to bottom,  rgba(60,116,24,1) 0%,rgba(43,83,17,1) 100%);
}
.consultant-status.status-offline {
  background: #ad2d2d;
}

.consultant-status.status-online .offline-ttl {
  display: none;
}
.consultant-status.status-offline .online-ttl {
  display: none;
}
.chat-table {
  font-size: 14px;
  color: #000;
}
.chat-table td {
  padding-bottom: 10px;
  padding-right: 12px;
  vertical-align: top;
}
.chat-table td:first-child {
  font-weight: bold;
  white-space: nowrap;
}
.chat-table td:first-child .date {
  font-weight: normal;
  padding-top: 2px;
  font-size: .7em;
  color: #404040;
  display: inline-block;
}
.chat-table .owner td {
  color: #a6a6a6;
}
.chat-message {
  padding-top: 10px;
}
.chat-message textarea {
  height: 60px;
  margin-bottom: 9px;
  width: 99%;
}
.chat-message .message-send {
  height: 30px;
  line-height: 30px;
  width: 140px;
  font-size: 14px;
}

.dialog-content.block-content  {
  position: unset !important;
}
.feedback-form {
    overflow:hidden;
    text-align: left;
}
.feedback-form .row {
    margin: 0;
}
.dialog-content.feedback-content,
.dialog-content.simple-order-content {
    font-size: 14px !important;
}
.field-buttons {
    padding: 20px 0 0;
}
.field-inner input[type="text"]:focus, .field-inner input.styled:focus, .field-inner input[type="password"]:focus, .field-inner textarea:focus {
    border: 1px solid #ffc412;
}
.field-inner input[type="text"], .field-inner input.styled, .field-inner input[type="password"] {
    border: 1px solid #bebebe;
    padding: 3px 9px;
    background: #fff;
    color: #000;
    outline: none;
    width: 180px;
    margin: 0 3px 0 0;
}
.field-inner {
    float: right;
    width: 635px;
    input[disabled="disabled"] {
        background: #eee;
        color: #666;
        cursor: default;
    }
    input.field-width {
        width: 280px;
    }
    textarea {
        border: 1px solid #bebebe;
        padding: 3px 3px 3px 9px;
        background: #fff;
        color: #000;
        outline: none;
        margin: 0 3px 0 0;
        min-height: 85px;
        height: 85px;
        width: 392px;
        resize: vertical;
    }
}
.field-button-disabled {
    input {
        display: none;
    }
}
.field-help {
    display:block;
    padding:0.5em 9px 0 0;
    color: #6e6e6e;
    font-size: 0.857em;
}
.field-button:hover {
    background-position: 0 -113px;
    background-color: #ff9d00;
}
.field-title {
    float: left;
    width: 225px;
    padding: 0 30px 0 0;
}
.field:after {
    content:' ';
    display:block;
    clear:both;
    overflow:hidden;
    height:0;
    visibility:hidden;
    zoom:1;
}
.field {
    padding: 0 0 15px;
    min-height: 40px;
}
.forms {
    background: #ebebeb;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0 0 35px;
    padding: 29px 34px 19px;
}
.feedback-message {
    .message-title {
        margin-bottom:0.2em;
        font-size:1.33em;
        font-weight:normal;
    }
}
.field-button-disabled, .field-button-disabled:hover {
    color: #a07509;
    background-position: 0 0;
    background-color: #ffb400;
}
a.field-button, .forms-black a.field-button {
    cursor: pointer;
    color: #000;
}
.field-help-entry {
    display:block;
}
.field-inner input[type="text"]::-webkit-input-placeholder, .field-inner input.styled::-webkit-input-placeholder, .field-inner input[type="password"]::-webkit-input-placeholder, .field-inner textarea::-webkit-input-placeholder {
    color: #000;
}

.feedback-frame {
    width: 0;
    height: 0;
    border: none;
}
.feedback {
    font: bold 16px/40px Arial, Helvetica, sans-serif;
    display:none;
    height:37px;
    background-color: #000;
    position:fixed;
    text-align:center;
    color: #fff;;
    padding:0 15px;
    min-width:150px;
    left:-77.5px;
    top:300px;
    z-index:400;
    cursor:pointer;
    -moz-border-radius: 0 0 10px 10px;
        -webkit-border-radius:0 0 10px 10px;
            border-radius:0 0 10px 10px;
    -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
                    transform: rotate(-90deg);
                        -ms-transform: rotate(-90deg);
}


    .feedback {
        background-color: #FFFFFF
    }


    .feedback {
        color: #FFFFFF
    }

.field-button {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-decoration: none;
    color: #000;
    cursor: default;
    background: url(/_s/i/buttons.png) repeat-x #ffb400;
    display: inline-block;
    vertical-align:middle;
    position: relative;
    padding: 6px 35px 7px;
    margin: 0 10px 0 0;
    text-align: center;
    overflow: hidden;
    
}
.field-button input {
        position: absolute;
        left: 0;
        top: 0;
        height: 100px;
        width: 400px;
        cursor: pointer;
        border: 0;
        opacity: 0;
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    }



/* ORDER */
.message.as-cart .lb,
.message.as-cart .rb,
.message.as-cart .lt,
.message.as-cart .rt {
    background:none;
    padding:0;
    position:relative;
}
.message.as-cart .message-title {
    line-height:63px;
    font-size:24px;
    padding-left:17px;
    color:#2d2d2d;
    background-color:#fff;
    margin:0;
    font-weight:normal;
    position:relative;
    text-align:left;
    -webkit-border-radius:10px 10px 0 0;
        -moz-border-radius:10px 10px 0 0;
            border-radius:10px 10px 0 0;
    behavior: url(/_s/js/PIE.htc);
}
.message.as-cart .message-close {
    background: url(/_s/i/cart/bg-close.png) no-repeat;
    position:absolute;
    right:35px;
    top:22px;
    width:22px;
    height:22px;
    text-indent:-9999px;
    z-index:100;
    padding:0;
}
.message.as-cart .message-close:hover {background-position:0 -25px;}
.message.as-cart .message-close:active {background-position:0 -50px;}
.message.as-cart .message-body {
    background-color:#fff;
    padding:20px 20px 40px;
    -webkit-border-radius:0 0 10px 10px;
        -moz-border-radius:0 0 10px 10px;
            border-radius:0 0 10px 10px;
}
#order-form {overflow:hidden;}
.message.as-cart .field-error, .dialog-content strong.field-error {
    float: left;
    padding: 0;
    line-height: auto;
    margin: 0 0 0 10px;
    padding-left: 33px;
    font-size: 12px;
    background: url(/_s/i/cart/bg-error.png) no-repeat 0 2px;
    max-width: 195px;
    min-height: 25px;
    padding-top: 2px;
    line-height: 1.1em;
    float: left;
    color: red;
    font-weight: normal;
}
.dialog-content strong.field-error {
    width: 37%;
}
.message.as-cart .cencel-btn {
    float:left;
    margin:29px 10px 0 0;
    border-bottom:1px dotted;
    line-height:13px;
    cursor: pointer;
}
.message.as-cart #order-cancel:hover {border:0;}
.dialog-content .cancel-btn {
    float:left;
    margin:29px 10px 0 0;
    border-bottom:1px dotted;
    line-height:13px;
    cursor: pointer;
}
.dialog-content .close-dialog {
    background: url(/_s/i/cart/bg-close.png) no-repeat;
    position:absolute;
    right:23px;
    top:22px;
    width:22px;
    height:22px;
    text-indent:-9999px;
    z-index:100;
    padding:0;
    outline: none;
}
.dialog-content .close-dialog:hover {background-position:0 -25px;}
.dialog-content .close-dialog:active {background-position:0 -50px;}
.dialog-content .message-title {
    /*line-height:63px;*/
    font-size:24px;
    padding-left:0px;
    color:#2d2d2d;
    /*background-color:#d1e8f6;*/
    margin: 0 0 30px 0;
    font-weight:normal;
    position:relative;
    text-align:left;
    /*-webkit-border-radius:10px 10px 0 0;
        -moz-border-radius:10px 10px 0 0;
            border-radius:10px 10px 0 0;*/
    behavior: url(/_s/js/PIE.htc);
}

.c.form .row {
    margin: 0 0 17px;
}
.feedback-form td {
    padding-bottom: 17px;
    vertical-align: top;
}
.feedback-form td.left-l {
    vertical-align: middle;
}
.feedback-form td.right-r {
    vertical-align: middle;
    /*width: 90%;*/
}
.form .right-r {
    width: 70%;
    float: left;
}
.form .left-l {
    width: 30%;
    float: left;
}

.feedback-container .feedback-form .right-r {
    width: 70%;
    min-width: 220px;
}
.feedback-container .feedback-form .left-l {
    width: 30%;
    min-width: 180px;
}

.column-aside .feedback-container  .feedback-form .right-r {
    width: auto;
    float: none;
}
.column-aside .feedback-container  .feedback-form .left-l {
    /*width: 30%;*/
}

.feedback-form label {
    /*width:108px;*/
    /*max-width: 270px;*/
    /*min-width: 97px;*/
    /*float:left;*/
    line-height:20px;
    padding-right:15px;
    display: block;
    /*white-space: nowrap;*/
}
.c.form label sup {color:#ec0000;}
.c.form .error label {color:#EC0000;}

.c.form .row input,
.c.form textarea {
    width: 90%;
    min-width: 215px;
    float:left;
}

.column-aside .feedback-container .feedback-form.c.form .row input,
.column-aside .feedback-container .feedback-form.c.form textarea {
    width: 90%;
    min-width: 15px;
    float:none;
}

.c.form .row input {
    padding:5px 10px;
    border:1px solid #b5b5b5;
    margin: 0 10px 0 0;
}
.c.form .row input:focus,
.c.form textarea:focus {
    border-color:#919191;
    -webkit-box-shadow:inset 1px 1px 2px #ededed, inset -1px -1px 2px #ededed;
        -moz-box-shadow:inset 1px 1px 2px #ededed, inset -1px -1px 2px #ededed;
            box-shadow:inset 1px 1px 2px #ededed, inset -1px -1px 2px #ededed;
}
.c.form textarea {
    padding:5px 10px;
    height:90px;
    overflow:hidden;
    resize:none;
    margin: 0 10px 0 0;
    border:1px solid #bdc5cb;
}
.c.form .row.error input {border-color:#ec0000;}
/*.c.form .row.done input {border-color:#09cb2a;}*/
.c.form .error-box {
    color:#ec0000;
    display:none;
    float:left;
    line-height:32px;
    background: url(/_s/i/cart/bg-error.png) no-repeat 0 50%;
    margin-left:15px;
    padding-left:40px;
    font-size:12px;
}
.c.form .row.error .error-box {display:block;}
/*.c.form .row.done .error-box {
    display:block;
    background: url(/_s/i/cart/bg-done.png) no-repeat 0 50%;
    text-indent:-9999px;
}*/
.c.form input.type-date {
    width: 100px;
    min-width: 100px;
}
.c.form input.type-time {
    width: 65px;
    min-width: 55px;
    float: none;
    margin: 0;
}
.column-aside .feedback-container .feedback-form.c.form .row input.type-time {
    width: 22%;
    min-width: 35px;
}
.c.form .type-time-wrapper {
    float: left;
    margin: 0;
    min-width: 220px;
}
.c.form input.type-time.time-min {
    margin-right: 7px;
}
.c.form .type-time-wrapper span {
    display: inline-block;
}
.c.form .type-time-wrapper .period-max-label {
    padding: 0 7px 0 0;
}
.c.form .type-time-wrapper .period-min-label {
    padding: 0 7px 0 0;
}
.c.form .site-submit {
    background-image: url(/_s/i/cart/bg-submit-btn.png);
    background-repeat: no-repeat;
    height:55px;
    width: 230px;
    cursor:pointer;
    border:0;
    padding:0 0 6px;
    float:left;
    margin:10px 20px 0 0;
    font-size:20px;
    position:relative;
    border-radius:6px;
    
        
            color: #FFFFFF;
        
        background-color: #FFFFFF;
    
}
.c.form .site-submit:hover {background-position:0 -55px;}
.column-aside .feedback-container .feedback-form.c.form .site-submit {
    width: 90%;
}
.c.form .throbber-box {
    float:left;
    width:45px;
    height:45px;
    padding-top:9px;
    top: 15px;
    position: relative;
    margin: 0 5px;
}
.c.form .warning {font-size:11px;}
.c.form .warning sup {color:#ec0000;}

.row:after {
    content: '';
    display: block;
    clear: both;
}
.cart-box {
    width:702px; /*710*/
    font-size:15px;
    color:#2d2d2d;
}
.cart-box .t {
    height:63px;
    position:relative;
}
.cart-box .c {
    overflow: hidden;
    padding:10px 15px 0;
    background-color:#fff;
}
.cart-box .c.form {
    padding:28px 35px 40px;
    background-color:#d1e8f6;
}
.cart-box .b {
    display:none;
    height:19px; /* Bottom height */
    overflow: hidden;
    background: url(/_s/i/cart/cart-popup-b.png) no-repeat;
}
.cart-box .t h1 {
    line-height:63px;
    font-size:24px;
    padding-left:32px;
    color:#2d2d2d;
    margin:0;
    font-weight:normal;
    -webkit-text-shadow:1px 1px 0 #eaf5fb;
        -moz-text-shadow:1px 1px 0 #eaf5fb;
            text-shadow:1px 1px 0 #eaf5fb;
}
.close-cart {
    background: url(/_s/i/cart/bg-close.png) no-repeat;
    position:absolute;
    right:35px;
    top:22px;
    width:22px;
    height:22px;
    text-indent:-9999px;
}
.close-cart:hover {background-position:0 -25px;}
.close-cart:active {background-position:0 -50px;}

.feedback-form .success {
    color: #3d7518;
}

.feedback-message {
    margin-top:-206px;
    top:50% !important;
}

.feedback-container {
    /*max-width: 650px;*/
    position: relative;
    z-index: 1;
}
#slider-box .feedback-container {
    z-index: 151;
}
.block-type-info-text .feedback-container {
    max-width: inherit;
}
.feedback-container .close-dialog, .feedback-container .cancel, .feedback-container .cancel-btn {
    display: none;
}
.feedback-container .feedback-form td,
.feedback-container .feedback-form table {
    border: none !important;
}
.feedback-container .feedback-form td {
    padding-bottom: 17px !important;
}

.simple-order-dialog .warning {
    padding-top: 20px;
}

.type-attachment-wr {
    position: relative;
}
input.type-attachment,
.c.form .row .type-attachment {
    border: none;
    padding: 1px 0 0 0;
    font-size: 12px;
    width: 236px;
}
input.type-attachment:focus,
.c.form .row .type-attachment:focus {
    box-shadow: none;
}
.block-type-form .type-attachment {
    width: 100%;
}
.block-type-form .field-error.file-size-error {
    display: block !important;
    padding-top: 0.3em;
}
.attachment-loader {
    position: relative;
    top: 4px;
    margin-left: 10px;
}
.type-attachment-wr .trobber-element {
    border: none;
    margin: 0;
    width: 15px;
}
.type-attachment-wr .attachment-loader {
    position: absolute;
    top: 2px;
    right: 0px;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }


.personal-data-checkbox{
    margin-bottom: 10px;
}
.use_flexbox .personal-data-checkbox{
    max-width: 700px;
    margin-top: -30px;
}

.form-handler-id-custom .personal-data-checkbox .personal-data-label{
    margin-top: 0px;
    margin-left: 5px;
}
.form-handler-id-custom .personal-data-checkbox input{
    float: left;
}
.form-handler-id-custom .field-error{
    display: none;
    position: absolute;
    top: auto;
    left: 10px;
    z-index: 100;
    padding: 3px 5px;
    margin-top: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
    border-radius: 5px;
    font-size: 11px;
    font-weight: normal;
    background: white;
    color: red;
    margin-top: 22px;
}

.form-handler-id-custom .field-error:after{
    content: '';
    position: absolute;
    top: -5px;
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 7px 5px;
    border-color: transparent transparent #ffffff transparent;
}

@media (max-width: 1200px) {
    .use_flexbox .personal-data-checkbox{
        max-width: 540px;;
    }
}

@media (max-width: 768px) {
    .use_flexbox .personal-data-checkbox{
        max-width: 350px;
    }
}

@media (max-width: 500px) {
    .use_flexbox .horizontal-captcha-flex-container{
        flex-direction: column;
    }
    .use_flexbox .personal-data-checkbox{
        margin-top: 10px;
    }
    .use_flexbox .horizontal-captcha-flex-container .feedback-submit-block{
        margin-left: 0;
    }
}





.b-filter {
  background-color: #FFFFFF;
  color: #FFFFFF;
  padding: 10px 20px 10px 20px;
  height: 50px;
  min-height: 50px;
  margin-bottom:20px;
  border-radius: 10px;
}

.b-filter .link-pseudo {
  text-decoration: none;
  display: none;
}
.b-filter .link-pseudo:hover {
  border-bottom-color: transparent;
  text-decoration: none;
}
.b-filter__button {
  background-color: #005098;
  border-radius: 3px;
  color: #fff !important;
  display: inline-block;
  line-height: 30px;
  margin-right: 40px;
  min-width: 120px;
  text-align: center;
  text-decoration: none;
}
.b-filter__button:hover {
  color: #fff !important;
  filter: alpha(opacity=80);
  opacity: 0.8;
  text-decoration: none;
}
.b-filter__checkbox {
  margin: -3px 10px 0 0;
}
.b-filter__column {
  float: left;
  width: 100%;
}

.b-filter__column__title {
  color: #000;
  font-weight: bold;
  margin: 0 0 10px;
}
.b-filter__content {
  display: none;
}
.b-filter__input {
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin: 0 5px;
  moz-box-sizing: border-box;
  o-box-sizing: border-box;
  padding: 4px 10px;
  webkit-box-sizing: border-box;
  width: 80px;
}
.b-filter__label {
  cursor: pointer;
  display: block;
  line-height: 16px;
  margin-bottom: 5px;
}

.b-filter__label input, label{
  cursor: pointer;
}

.b-filter__list {
  list-style: none;
  margin: 0 0 -6px -17px;
  overflow: hidden;
  padding: 0;
}
.b-filter__list__item {
  float: left;
  margin: 0 0 10px 30px;
  vertical-align: middle;
}
.b-filter__list__item img {
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
}
.b-filter__params-form {
  display: none;
  margin-top: 10px;
}
.b-filter__params-form.open {
  display: block;
}
.b-filter__params-row {
  margin-bottom: 15px;
}
/*.b-filter__params-row:nth-child(odd) {
  margin-bottom: 15px;
  display: inline-block;
  width: 47.5%;
}
.b-filter__params-row:nth-child(even) {
  width: 47.5%;
  float: right;
  display: inline-block;
}*/


.b-filter__params-row .b-filter__toggle {
  text-transform: none;
}
.b-filter__params-row:after {
  clear: both;
  content: "";
  display: block;
}

.b-filter__row{
  display: inline-block;
}

.b-filter__row:after {
  clear: both;
  content: "";
  display: block;
}
.b-filter__row_mod1 {
  margin-top: 20px;
  /*width: 500px;*/
  width: 100%;
}
.b-filter__toggle {
  border-bottom: 1px dotted #ffffff !important;
  color: #ffffff !important;
  text-decoration: none;
  text-transform: uppercase;
}
.b-filter__toggle.disabled {
  border-bottom-color: transparent;
  /*cursor:default ;
  pointer-events: none;*/

}
.b-filter__toggle:hover {
  border-bottom: 1px dotted #ffffff !important;
  color: #ffffff !important;
}
.b-filter__toggle-wrapper {
  /*float: left;*/
  min-width: 100px;
}
.block-type-filter-catalog {
  margin-bottom: 30px;
}
.sort-catalog {
  /*margin: 1em 0.1em;*/
  display: inline-block;
  float: right;
  width: 70%;
}
.reset-filters{
  display: inline-block;
}

.reset-filters .js-cancel-filters  {
  color: #ffffff !important;
  border-bottom: 1px dotted #ffffff !important;
}

.reset-filters .js-cancel-filters:hover  {
  color: #ffffff !important;
  border-bottom: 1px dotted #ffffff !important;
}

.range-filter-values-view{
  margin-bottom: 10px;
  height: 30px;
}

.range-filter-values-view .range-from{
  float: left;
}
.range-filter-values-view .range-to{
  float: left;
  margin-left: 10px;
}
.range-filter-values-view input{
  width: 50px;
  height: 30px;
}
.range-filter-values-view .range-filter-input{
  background-color: #a5a5a5 !important;
  color: #FFFFFF !important;
  opacity: 0.75;
  border: 0;
  box-shadow: none;
  border-radius: 4px;
  padding-left: 5px;
  padding-right: 5px;
}

.range-filter-values-view .range-from, .range-to{
 /* color: #ffffff;
color: #FFFFFF*/
}


.sort-catalog-select-option, .sort-catalog-avaible-option{
  display: inline-block;
}

.sort-catalog-select-option select.js-sort-catalog-items {
  min-width: 150px;
}

.sort-catalog-avaible-option {
  float:right;
  margin-top: 8px;
}

.sort-catalog label{
   border-bottom-color: inherit;
}
.sort-catalog .sort-catalog-avaible-option label{
  float:right;
  line-height: 12px;
  border-bottom: 1px dotted;   
}

.sort-catalog .select2-container{
    margin-bottom: 0;
    font-size: inherit;
    font-family: inherit;
}

.sort-catalog .sort-catalog-avaible-option input{
  display: inline-block;
  float: left;
  cursor: pointer;
  margin: 0 3px;
  line-height: 10px;
}
.select2 .select2-selected-value{
  border-bottom: 1px dotted  !important;
  border-bottom-color: #FFFFFF  !important;
  color: #FFFFFF !important;
}
.fiters-toggle-reset-container{
  display: inline-block;
  width: 30%;
  /*float:left;*/
  line-height:25px;
}

.select2-selection__arrow {
  display: none;
}

@media (max-width: 980px) {
  .sort-catalog{
    display: block;
    float: none;
    width:auto;
  }
  .sort-catalog input{
    margin-left:0px;
  }
  .fiters-toggle-reset-container{
    width: auto;
    float: none;
  }
}

@media (max-width:499px) {
  .b-filter{
    height: auto;
  }
}


/*----------Filters NEW------------------*/
/** {box-sizing:border-box; outline:none; -moz-appearance:none; -webkit-appearance:none; appearance:none;}
*:focus {outline:none;}*/
.clearfix::after {content:""; display:table; clear:both;}

/*body {position:relative; padding:0; margin:0; min-width:320px;}*/
.center {text-align:center;}

/*header {height:150px; background:#ddd; text-align:center; clear:left; display:block; width:100%; padding:15px; margin-bottom:15px;}
footer {height:150px; background:#ddd; text-align:center; clear:left; display:block; width:100%; padding:15px; margin-top:15px;}*/
/*#sidebar {padding:0 15px; float:none; width:auto; float:left; width:293px;}*/
#sidebar {float:left; width:270px;}
/*#content {display:block; margin:0; padding:0 15px; float:none; width:auto; margin-left:293px}*/
#content {display:block; float:none; width:auto;}


.filtr-panel input[type="email"].styler,
.filtr-panel input[type="password"].styler,
.filtr-panel input[type="search"].styler,
.filtr-panel input[type="tel"].styler,
.filtr-panel input[type="text"].styler,
.filtr-panel input[type="url"].styler,
.filtr-panel textarea.styler {padding:10px 9px 11px 9px; font:14px 'Open Sans'; border:0; box-shadow:none; background: #a5a5a5; color:inherit;}

.filtr-panel button.styler,
.filtr-panel input[type="button"].styler,
.filtr-panel input[type="submit"].styler,
.filtr-panel input[type="reset"].styler {border:1px solid #FFFFFF; background:none; box-shadow:none; border-radius:20px; text-shadow:none; color: #FFFFFF; padding:10px 25px;}

.filtr-panel button.styler:not([disabled]):hover,
.filtr-panel input[type='button'].styler:not([disabled]):hover,
.filtr-panel input[type='submit'].styler:not([disabled]):hover,
.filtr-panel input[type='reset'].styler:not([disabled]):hover,
.filtr-panel input[type='reset'].styler:hover,
.filtr-panel button.styler:active,
.filtr-panel input[type='button'].styler:active,
.filtr-panel input[type='submit'].styler:active,
.filtr-panel input[type='reset'].styler:active {background: #d8d8d8; box-shadow:none; }
.filtr-panel .jq-checkbox,
.filtr-panel .jq-radio {background: #d8d8d8; color:inherit; border:0; width:20px; height:20px; box-shadow:none}
.filtr-panel .jq-radio.checked .jq-radio__div {box-shadow:none; background:#d41b54; margin:6px 0 0 6px; width:8px; height:8px;}
.filtr-panel .jq-checkbox.focused,
.filtr-panel .jq-radio.focused {border:0}
.filtr-panel .jq-checkbox.disabled,
    /*.filtr-panel .jq-radio.disabled {background:#404040; opacity:1;}*/
.filtr-panel .jq-checkbox.checked,
.filtr-panel .jq-radio.checked {background:#fff}
.filtr-panel .jq-checkbox.checked .jq-checkbox__div {border-bottom:3px solid #d41b54; border-left:3px solid #d41b54; margin:5px 0 0 4px; width:11px; height:7px;}

.polzunok-container-5 {margin-bottom:42px;}
.polzunok-container-5:after {content:"";clear:both;display:table;}
.polzunok-container-5 .from-to {overflow:hidden; margin-bottom:33px;}
.polzunok-container-5 .from {float:left;}
.polzunok-container-5 .to {float:right}
.polzunok-container-5 .polzunok-input-5-left, .polzunok-container-5 .polzunok-input-5-right {width:79px; margin-left:5px;}
.polzunok-container-5 .ui-slider {position:relative;background:#585858;height:5px;}
.polzunok-container-5 .ui-slider .ui-slider-handle {position:absolute; margin-left:-15px; width:30px; height:30px; box-shadow:0 2px 5px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.2); cursor:pointer; border-radius:50%; top:-13px; background:#fff; z-index:2;outline: none;}
.polzunok-container-5 .ui-slider .ui-slider-handle:before {content:'–';color:#000; position:relative; top:2px; left:10px; font-size:17px;}
.polzunok-container-5 .ui-slider .ui-slider-handle + .ui-slider-handle:before {content:'+'; color:#000; position:relative; top:3px; left:10px; font-size:17px;}
.polzunok-container-5 .ui-slider .ui-slider-range {position:absolute; z-index:1; height:5px; border:0; background:#f4f5f5;}

.filtr-panel {
    background: #FFFFFF;
    color: #FFFFFF;
    padding:20px 20px 30px 20px;
    line-height:normal;
}

.polzunok-container-5 .polzunok-input-5-left, .polzunok-container-5 .polzunok-input-5-right{
  background-color: #a5a5a5 !important;
  color: #FFFFFF !important;
  opacity: 0.75;
}

.filtr-panel .filtr-title {
    font-weight:bold; margin-bottom:20px;
    color: #FFFFFF;
}

.filtr-title .rollup-filter{
    border-bottom-color: #FFFFFF;
    border-bottom: 1px dotted;
}

.filtr-panel .from, .to{
    color: #FFFFFF
}


.filtr-panel .line {display: none; font-size:0; line-height:0; height:1px; background: #FFFFFF; overflow:hidden; margin:30px 0 25px 0}
.filtr-panel .options.availible {display:none}
.filtr-panel .options {margin:0; padding:0; list-style:none;}
.filtr-panel .options li {margin:0 0 20px; padding:0;}
.filtr-panel .dark {color:#9f9fa0;}
.filtr-panel .disabled {color:#7a7a7a; cursor:default;}
.filtr-panel .disabled .dark {color:inherit}

.filtr-panel-title {
    background: #FFFFFF;
    line-height:normal;
    padding:17px 20px 15px 20px; min-height:50px; display:block;
}

.filtrs-open {display:block;}
.filtrs-open .filtr-panel-title {
    display:block;
    background:#FFFFFF;
}
.filtrs-open .filtr-panel {display:block;}
.filtr-panel-title .filters-open-link.choosen {background:url(/_s/i/filters/g46/ico-filters-choosen.png) left center no-repeat;}
.filtr-panel-title a, .filtr-panel-title a:hover {color: inherit; text-decoration:none}
.filtr-panel-title .filters-open-link {background:url(/_s/i/filters/g46/ico-filters-open.png) left center no-repeat; padding-left:30px; float:left; display:none;}
.filtr-panel-title .filters-open-ttl {
    float:left;
    color: #FFFFFF;
    font-size: 120%;
}
.filtrs-open .filters-open-link{
  color: #FFFFFF;
}


.filtr-panel-title .sort {float:right; display:none; top:-6px; position:relative; padding-top:3px;}
.filtr-panel-title .sort-field {position:relative; overflow:hidden; display:inline-block; padding:3px 20px 4px 0;  border-radius:5px; margin:-1px 5px 0 5px; white-space:nowrap; vertical-align:middle;}
.filtr-panel-title .sort-field:after {border:5px solid transparent; border-top:6px solid #FFFFFF; content:''; position:absolute; right:7px; top:10px;}
.filtr-panel-title .sort-field select {padding:0; margin:0; height:auto; border:0; position:relative; z-index:2; width:150%; background:transparent; font-family:inherit; font-size:inherit; font-weight:bold; display:block;  vertical-align:middle;}
.filtr-panel-title .sort-field select option {color: #000}
.filtr-panel-title .availible {white-space:nowrap; margin-left:20px;}

.filtr-panel .options li label {
    color: #FFFFFF;
}
.filtr-panel .options li label.disabled{
    opacity: 0.5;
}
.filtr-panel-title {
    font-weight:normal; margin-bottom:15px; 
    color: #FFFFFF;
    border-radius: 10px;
}
.filtr-panel-title .sort {display:block;}
.filtr-panel-title .sort-field {background:transparent;}
.filtr-panel-title .sort-field select {color: inherit; font-weight:normal; border-bottom:1px dotted #FFFFFF;} 
.filtr-panel-title .sort-field:after {border-top:6px solid #FFFFFF; right:0}

.filtr-panel-title .mobile-sort{
    display: none;
}
.filtr-panel-title .sort-mobile-title{
    display: none;
}
@media (max-width:899px) {
    #content .filtr-panel-title {display:none;}
    #content, #sidebar {width:auto; margin-left:0; float:none}
    .filtrs-wrapper {margin-bottom:15px;}
    .filtr-panel {display:none;}
    .filtr-panel .options.availible {display:block}
    .filtr-panel-title .availible {display:none;}
    .filtr-panel-title .sort {display:block; top:-5px;}
    .filtr-panel-title .sort-field {margin-top:-2px; margin-right:0; padding-left:5px;}
    .filtr-panel-title .filters-open-link {display:block}
    .filtr-panel-title .filters-open-ttl {display:none}
    .filtrs-open .filtr-panel-title .filters-open-link {background:url(/_s/i/filters/g46/ico-filters-close.png) left center no-repeat; }
    /* .block-type-menu[data-variant="menu_vertical"]{
         display: none;
     }*/
    .filtr-panel-title .mobile-sort{
        display: inline-block;
    }
    .filtr-panel-title .sort-mobile-title{
        float: left;
        margin-left: 15px;
        display: block;
    }
}
@media (max-width:499px) {
    .filtr-panel-title {font-size:11px}
    .filtr-panel-title .sort {top:-4px; white-space:nowrap; overflow:hidden;}
    .filtr-panel-title {min-height:50px; padding:17px 10px 15px 10px;}
    .filtr-panel-title .filters-open-link {padding-left:25px}
    .filtr-panel-title .sort-field {padding:2px 12px 3px 4px; margin-left:5px;width: 145px;}
    .filtr-panel {padding-left:34px; padding-right:34px;}
    .filtr-panel-title .sort-field:after {right:3px; top:8px;border:4px solid transparent;border-top:5px solid #000;}
}

.select2-container{
    margin-bottom: 15px;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 0px;
    color: #FFFFFF;
}

.filters-result .collection-view-tile .catalog-collection-item{
    max-width: unset;
}

.select2-container--default.select2-container--disabled{
    opacity: 0.5;
}
.select2-container--default.select2-container--disabled .select2-selection--single{
    background-color: unset;
}
.js-cancel-filters{
    display: none;
}

/*-----------filters end--------------*/


/* Reset */
body {

    color: #000;





    font-size: 16px;





    background-color:#fff;


         background-image: none !important;
} /* end body */

a {
    color:#000;
}
a:hover {
    color:#f00;
}

/* Clear main background */

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {

    color: #000;


    font-family:
        
            Arial, Helvetica, sans-serif
        ;



    font-weight: normal;



    font-style: normal;



    text-decoration: none;

} /* end H */

/* Block type:mainimg */
.block-type-mainimg,
.block-type-rotator {
    width: 100%;
    height: auto;
    min-height: 220px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    
    -webkit-background-size: contain;
        -moz-background-size: contain;
            -o-background-size: contain;
                background-size: contain;
}
.inner .block-type-mainimg, .inner .block-type-rotator{
    height: auto;
}
body.mainimg-wide .block-type-mainimg,
body.mainimg-wide .block-type-rotator {
    /*width:940px;*/
    
}

.block-type-logo {
    max-width:250px;
    min-height: 60px;
    background-repeat:no-repeat;
    /*-webkit-background-size: contain;
        -moz-background-size: contain;
            -o-background-size: contain;
                    background-size: contain;*/
    background-image:url('http://i.kot-balloon.ru/layouts/0d/aad3ba592a11e4a04651e13465f981.png') !important;
}
.block-type-logo img {
    width: 100%;
    display: block;
}
.block-type-logo img[src=""] {
    max-height: 60px;
}
.logo-wrap-link {
    text-decoration:none !important;
}

h1, h2, h3, .h1, .h2, .h3 {
    font-size: 24px;
    margin: 0 0 10px;
}
p {
    margin-bottom: 10px;
}

.col-md-3 .block-state-edit {
    min-width: 25%;
    padding: 0 !important;
}
.col-md-3 .block-state-standalone.block-state-edit .block-content .block-picture,
.col-md-3 .block-state-standalone.block-state-edit .feed-item-content .block-picture {
    float: none;
    margin: 0 auto 10px;
}
.col-md-3 .spell-checker {
    margin-bottom: 10px;
}
.landing .col-md-4 .block-state-edit .block-content .block-picture,
.landing .col-md-4 .block-state-edit .feed-item-content .block-picture {
    float: none;
    margin: 0 auto 10px;
}

/* Section styles */

    
        
            #section-0 {
                background-color: #FFFFFF;
            }
        

        
            #section-0 .container {
                max-width: 1170px;
            }
        

        
            #section-0 {
                background-image: url('http://i.kot-balloon.ru/u/bf/e2a5c0987211eaa6c9b1405a0ee31a/-/s1200.png');
            background-repeat: repeat-y;
            
            
                background-position: 50% 50%;
                background-repeat: no-repeat;
                background-size: cover;
            
            
                background-attachment: fixed;
            
            }
            #section-0 .container {
                background-image: none;
                
                    background-color: transparent;
                
            }
        

        #section-0 {
            
                color: #FFFFFF;
            

            
                
                    font-size: 14px;
                
            

            
                font-family:
                    
                        "PT Sans"
                     ;
            
        }
        .Editor-page #section-0:before {
            content: "section-0";
            position: absolute;
            left: 0;
            top: 0;
            padding: 5px 10px;
            color: #fff;
            font-weight: bold;
            font-size: 16px;
            background-color: rgba(0, 0, 0, 0.5);
        }

        #section-0 h1,
        #section-0 h2,
        #section-0 h3,
        #section-0 h4 {
            word-break: break-word;
            
                color: #FFFFFF;
            

            
                font-weight: bold;
            

            
                font-style: normal;
            

            
                text-decoration: none;
            

            
                font-size: 25px;
            

            
                font-family:
                    
                            Arial, Helvetica, sans-serif
                        ;
            
        }

        

        

        #section-0,
        #section-0 .container,
        #section-0 .row {
        
            min-height: 800px;
        
        }

        #section-0 {
        
            padding-top: 30px;
        
        
            padding-bottom: 30px;
        
        }

        #section-0.autoHeight,
        #section-0.autoHeight .container,
        #section-0.autoHeight .row {
            height: auto !important;
        }

        

        
        

        /* Section video background */
        
        
    

    
        
            #section-1 {
                background-color: #FFFFFF;
            }
        

        
            #section-1 .container {
                max-width: 1170px;
            }
        

        
            #section-1 {
                background-image: url('http://i.kot-balloon.ru/u/7f/43985eb50611e8bafcb9e659820a8e/-/leto-schaste-vozdushnye-shary-otdykh-colorful-summer-happy-b.jpg');
            background-repeat: repeat;
            
            
                background-position: 50% 50%;
                background-repeat: no-repeat;
                background-size: cover;
            
            
                background-attachment: fixed;
            
            }
            #section-1 .container {
                background-image: none;
                
                    background-color: transparent;
                
            }
        

        #section-1 {
            
                color: #000000;
            

            
                
                    font-size: 14px;
                
            

            
                font-family:
                    
                        "PT Sans"
                     ;
            
        }
        .Editor-page #section-1:before {
            content: "section-1";
            position: absolute;
            left: 0;
            top: 0;
            padding: 5px 10px;
            color: #fff;
            font-weight: bold;
            font-size: 16px;
            background-color: rgba(0, 0, 0, 0.5);
        }

        #section-1 h1,
        #section-1 h2,
        #section-1 h3,
        #section-1 h4 {
            word-break: break-word;
            
                color: #000000;
            

            
                font-weight: bold;
            

            
                font-style: normal;
            

            
                text-decoration: none;
            

            
                font-size: 25px;
            

            
                font-family:
                    
                            Arial, Helvetica, sans-serif
                        ;
            
        }

        
        #section-1 a {
            color: #FFFFFF;
        }
        

        
        #section-1 a:hover {
            color: #FFFFFF;
        }
        

        #section-1,
        #section-1 .container,
        #section-1 .row {
        
            
        
        }

        #section-1 {
        
            padding-top: 30px;
        
        
            padding-bottom: 30px;
        
        }

        #section-1.autoHeight,
        #section-1.autoHeight .container,
        #section-1.autoHeight .row {
            height: auto !important;
        }

        

        
        

        /* Section video background */
        
        
    

    
        
            #section-2 {
                background-color: #FFFFFF;
            }
        

        
            #section-2 .container {
                max-width: 1170px;
            }
        

        
            #section-2 {
                background-image: url('http://i.kot-balloon.ru/u/7f/43985eb50611e8bafcb9e659820a8e/-/leto-schaste-vozdushnye-shary-otdykh-colorful-summer-happy-b.jpg');
            background-repeat: repeat;
            
            
                background-position: 50% 50%;
                background-repeat: no-repeat;
                background-size: cover;
            
            
                background-attachment: fixed;
            
            }
            #section-2 .container {
                background-image: none;
                
                    background-color: transparent;
                
            }
        

        #section-2 {
            
                color: #000000;
            

            
                
                    font-size: 14px;
                
            

            
                font-family:
                    
                        Arial, Helvetica, sans-serif
                     ;
            
        }
        .Editor-page #section-2:before {
            content: "section-2";
            position: absolute;
            left: 0;
            top: 0;
            padding: 5px 10px;
            color: #fff;
            font-weight: bold;
            font-size: 16px;
            background-color: rgba(0, 0, 0, 0.5);
        }

        #section-2 h1,
        #section-2 h2,
        #section-2 h3,
        #section-2 h4 {
            word-break: break-word;
            
                color: #000000;
            

            
                font-weight: normal;
            

            
                font-style: normal;
            

            
                text-decoration: none;
            

            
                font-size: 25px;
            

            
                font-family:
                    
                            Arial, Helvetica, sans-serif
                        ;
            
        }

        
        #section-2 a {
            color: #FFFFFF;
        }
        

        
        #section-2 a:hover {
            color: #FFFFFF;
        }
        

        #section-2,
        #section-2 .container,
        #section-2 .row {
        
            
        
        }

        #section-2 {
        
            padding-top: 30px;
        
        
            padding-bottom: 30px;
        
        }

        #section-2.autoHeight,
        #section-2.autoHeight .container,
        #section-2.autoHeight .row {
            height: auto !important;
        }

        

        
        

        /* Section video background */
        
        
    

    
        
            #section-3 {
                background-color: #FFFFFF;
            }
        

        
            #section-3 .container {
                max-width: 1170px;
            }
        

        
            #section-3 {
                background-image: url('http://i.kot-balloon.ru/u/bf/e2a5c0987211eaa6c9b1405a0ee31a/-/s1200.png');
            background-repeat: repeat;
            
            
                background-position: 50% 50%;
                background-repeat: no-repeat;
                background-size: cover;
            
            
                background-attachment: fixed;
            
            }
            #section-3 .container {
                background-image: none;
                
                    background-color: transparent;
                
            }
        

        #section-3 {
            
                color: #000000;
            

            
                
                    font-size: 14px;
                
            

            
                font-family:
                    
                        "PT Sans"
                     ;
            
        }
        .Editor-page #section-3:before {
            content: "section-3";
            position: absolute;
            left: 0;
            top: 0;
            padding: 5px 10px;
            color: #fff;
            font-weight: bold;
            font-size: 16px;
            background-color: rgba(0, 0, 0, 0.5);
        }

        #section-3 h1,
        #section-3 h2,
        #section-3 h3,
        #section-3 h4 {
            word-break: break-word;
            
                color: #000000;
            

            
                font-weight: normal;
            

            
                font-style: normal;
            

            
                text-decoration: none;
            

            
                font-size: 25px;
            

            
                font-family:
                    
                            Arial, Helvetica, sans-serif
                        ;
            
        }

        
        #section-3 a {
            color: #FFFFFF;
        }
        

        
        #section-3 a:hover {
            color: #FFFFFF;
        }
        

        #section-3,
        #section-3 .container,
        #section-3 .row {
        
            
        
        }

        #section-3 {
        
            padding-top: 30px;
        
        
            padding-bottom: 30px;
        
        }

        #section-3.autoHeight,
        #section-3.autoHeight .container,
        #section-3.autoHeight .row {
            height: auto !important;
        }

        

        
        

        /* Section video background */
        
        
    

    
        
            #section-4 {
                background-color: transparent;
            }
        

        
            #section-4 .container {
                max-width: 1170px;
            }
        

        
            #section-4 {
                background-image: url('http://i.kot-balloon.ru/u/bf/e2a5c0987211eaa6c9b1405a0ee31a/-/s1200.png');
            background-repeat: repeat;
            
            
                background-position: 50% 50%;
                background-repeat: no-repeat;
                background-size: cover;
            
            
                background-attachment: fixed;
            
            }
            #section-4 .container {
                background-image: none;
                
                    background-color: transparent;
                
            }
        

        #section-4 {
            
                color: #000000;
            

            
                
                    font-size: 14px;
                
            

            
                font-family:
                    
                        "PT Sans"
                     ;
            
        }
        .Editor-page #section-4:before {
            content: "section-4";
            position: absolute;
            left: 0;
            top: 0;
            padding: 5px 10px;
            color: #fff;
            font-weight: bold;
            font-size: 16px;
            background-color: rgba(0, 0, 0, 0.5);
        }

        #section-4 h1,
        #section-4 h2,
        #section-4 h3,
        #section-4 h4 {
            word-break: break-word;
            
                color: #000000;
            

            
                font-weight: normal;
            

            
                font-style: normal;
            

            
                text-decoration: none;
            

            
                font-size: 25px;
            

            
                font-family:
                    
                            Arial, Helvetica, sans-serif
                        ;
            
        }

        
        #section-4 a {
            color: #000000;
        }
        

        
        #section-4 a:hover {
            color: #000000;
        }
        

        #section-4,
        #section-4 .container,
        #section-4 .row {
        
            
        
        }

        #section-4 {
        
            padding-top: 30px;
        
        
            padding-bottom: 30px;
        
        }

        #section-4.autoHeight,
        #section-4.autoHeight .container,
        #section-4.autoHeight .row {
            height: auto !important;
        }

        

        
        

        /* Section video background */
        
        
    

    
        
            #section-5 {
                background-color: #000000;
            }
        

        
            #section-5 .container {
                max-width: 1170px;
            }
        

        
            #section-5 {
                background-image: url('http://i.kot-balloon.ru/u/30/5203d6b50411e89fe5918c368b8b2a/-/shary-nebo-fon-3065.jpg');
            background-repeat: repeat;
            
            
                background-position: 50% 50%;
                background-repeat: no-repeat;
                background-size: cover;
            
            
                background-attachment: scroll;
            
            }
            #section-5 .container {
                background-image: none;
                
                    background-color: transparent;
                
            }
        

        #section-5 {
            
                color: #000000;
            

            
                
                    font-size: 14px;
                
            

            
                font-family:
                    
                        Arial, Helvetica, sans-serif
                     ;
            
        }
        .Editor-page #section-5:before {
            content: "section-5";
            position: absolute;
            left: 0;
            top: 0;
            padding: 5px 10px;
            color: #fff;
            font-weight: bold;
            font-size: 16px;
            background-color: rgba(0, 0, 0, 0.5);
        }

        #section-5 h1,
        #section-5 h2,
        #section-5 h3,
        #section-5 h4 {
            word-break: break-word;
            
                color: #000000;
            

            
                font-weight: normal;
            

            
                font-style: normal;
            

            
                text-decoration: none;
            

            
                font-size: 25px;
            

            
                font-family:
                    
                            Arial, Helvetica, sans-serif
                        ;
            
        }

        
        #section-5 a {
            color: #000000;
        }
        

        
        #section-5 a:hover {
            color: #000000;
        }
        

        #section-5,
        #section-5 .container,
        #section-5 .row {
        
            
        
        }

        #section-5 {
        
            padding-top: 30px;
        
        
            padding-bottom: 30px;
        
        }

        #section-5.autoHeight,
        #section-5.autoHeight .container,
        #section-5.autoHeight .row {
            height: auto !important;
        }

        

        
        

        /* Section video background */
        
        
    

    
        
            #section-6 {
                background-color: #FFFFFF;
            }
        

        
            #section-6 .container {
                max-width: 1170px;
            }
        

        
            #section-6 {
                background-image: url('http://i.kot-balloon.ru/u/7f/43985eb50611e8bafcb9e659820a8e/-/leto-schaste-vozdushnye-shary-otdykh-colorful-summer-happy-b.jpg');
            background-repeat: repeat;
            
            
                background-position: 50% 50%;
                background-repeat: no-repeat;
                background-size: cover;
            
            
                background-attachment: fixed;
            
            }
            #section-6 .container {
                background-image: none;
                
                    background-color: transparent;
                
            }
        

        #section-6 {
            
                color: #FFFFFF;
            

            
                
                    font-size: 14px;
                
            

            
                font-family:
                    
                        Arial, Helvetica, sans-serif
                     ;
            
        }
        .Editor-page #section-6:before {
            content: "section-6";
            position: absolute;
            left: 0;
            top: 0;
            padding: 5px 10px;
            color: #fff;
            font-weight: bold;
            font-size: 16px;
            background-color: rgba(0, 0, 0, 0.5);
        }

        #section-6 h1,
        #section-6 h2,
        #section-6 h3,
        #section-6 h4 {
            word-break: break-word;
            
                color: #FFFFFF;
            

            
                font-weight: normal;
            

            
                font-style: normal;
            

            
                text-decoration: none;
            

            
                font-size: 25px;
            

            
                font-family:
                    
                            Arial, Helvetica, sans-serif
                        ;
            
        }

        
        #section-6 a {
            color: #FFFFFF;
        }
        

        
        #section-6 a:hover {
            color: #FFFFFF;
        }
        

        #section-6,
        #section-6 .container,
        #section-6 .row {
        
            
        
        }

        #section-6 {
        
            padding-top: 30px;
        
        
            padding-bottom: 30px;
        
        }

        #section-6.autoHeight,
        #section-6.autoHeight .container,
        #section-6.autoHeight .row {
            height: auto !important;
        }

        

        
        

        /* Section video background */
        
        
    

    
        
            #section-7 {
                background-color: #FFFFFF;
            }
        

        
            #section-7 .container {
                max-width: 1170px;
            }
        

        
            #section-7 {
                background-image: url('http://i.kot-balloon.ru/u/7f/43985eb50611e8bafcb9e659820a8e/-/leto-schaste-vozdushnye-shary-otdykh-colorful-summer-happy-b.jpg');
            background-repeat: repeat;
            
            
                background-position: 50% 50%;
                background-repeat: no-repeat;
                background-size: cover;
            
            
                background-attachment: fixed;
            
            }
            #section-7 .container {
                background-image: none;
                
                    background-color: transparent;
                
            }
        

        #section-7 {
            
                color: #FFFFFF;
            

            
                
                    font-size: 14px;
                
            

            
                font-family:
                    
                        Arial, Helvetica, sans-serif
                     ;
            
        }
        .Editor-page #section-7:before {
            content: "section-7";
            position: absolute;
            left: 0;
            top: 0;
            padding: 5px 10px;
            color: #fff;
            font-weight: bold;
            font-size: 16px;
            background-color: rgba(0, 0, 0, 0.5);
        }

        #section-7 h1,
        #section-7 h2,
        #section-7 h3,
        #section-7 h4 {
            word-break: break-word;
            
                color: #FFFFFF;
            

            
                font-weight: normal;
            

            
                font-style: normal;
            

            
                text-decoration: none;
            

            
                font-size: 25px;
            

            
                font-family:
                    
                            Arial, Helvetica, sans-serif
                        ;
            
        }

        
        #section-7 a {
            color: #FFFFFF;
        }
        

        
        #section-7 a:hover {
            color: #FFFFFF;
        }
        

        #section-7,
        #section-7 .container,
        #section-7 .row {
        
            
        
        }

        #section-7 {
        
            padding-top: 30px;
        
        
            padding-bottom: 30px;
        
        }

        #section-7.autoHeight,
        #section-7.autoHeight .container,
        #section-7.autoHeight .row {
            height: auto !important;
        }

        

        
        

        /* Section video background */
        
        
    

    
        
            #section-8,
            #section-8 .container {
                background-color: transparent;
            }
        

        
            #section-8 .container {
                max-width: 1170px;
            }
        

        
            #section-8,
            #section-8 .container {
                background-image: none;
            }
        

        #section-8 {
            

            

            
        }
        .Editor-page #section-8:before {
            content: "section-8";
            position: absolute;
            left: 0;
            top: 0;
            padding: 5px 10px;
            color: #fff;
            font-weight: bold;
            font-size: 16px;
            background-color: rgba(0, 0, 0, 0.5);
        }

        #section-8 h1,
        #section-8 h2,
        #section-8 h3,
        #section-8 h4 {
            word-break: break-word;
            

            

            

            

            
                font-size: 24px;
            

            
        }

        

        

        #section-8,
        #section-8 .container,
        #section-8 .row {
        
            
        
        }

        #section-8 {
        
        
        }

        #section-8.autoHeight,
        #section-8.autoHeight .container,
        #section-8.autoHeight .row {
            height: auto !important;
        }

        

        
        

        /* Section video background */
        
        
    


/**
 * Common text formatting styles included classes defined by user in wysiwyg dropdowns
 * Must be included in wysiwyg and all grids in both regimes: edit and view
 */
#ads-core {
    text-align:center;
}
#ads img {
    max-width: 100%;
    height: auto;
}
.weak{
    font-size:0.8em;
}
.accent{
    font-size:1.15em;
}
.highlighted {
    background:#FF0;
}
.block-text img {
    max-width:100%;
}
.block-text table img {
    max-width:inherit;
}
.accenter {
    font-size:18px;
}
.weaker {
    font-size:0.9em;
}

/* Helpers */
.mt-30 {
    margin-top: 30px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.align-center {
    text-align: center;
}


/* Frame */
.header:after {
    content: '';
    display: block;
    clear: both;
}
.banner-row {

}

/* Buttons */
.btneditor-button {
    position: relative;
    background: #af063c;
    width: auto;
    padding: 0 45px;
    display: inline-block;
    border-radius: 5px;
    color: white;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
}
.btneditor-button:hover {
    text-decoration: none;
}
.btneditor-button.btn-volume:after {
    content: '';
    width: 100%;
    height: 100%;
    opacity: .3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;

    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.66) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.66)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.66) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.66) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.66) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.66) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a8000000',GradientType=0 );
}
a.btneditor-button span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
}

/* Grid */
.section {
    position: relative;
    padding: 30px 0;
    
}
/*.container {
    max-width: 940px !important;
}*/
.container__row:after {
    content: '';
    display: block;
    clear: both;
}

/* ADVERTISING BLOCK */
.advertising-block_default .block-picture {
    margin-bottom: 10px;
}

/* TESTIMONIALS BLOCK */
.testimonials-block .block_quotes {
    background: url(/_s/i/landing/set_02/quotes.png) no-repeat;
    padding-top: 20px;
}


/* Forms */
.form-group {
    margin-bottom: 10px;
    position: relative;
}
.form-control {
    font-size: 18px;
    border-radius: 5px;
    height: 40px;
    padding: 8px 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.field-height-small .form-control {
    border-radius: 3px;
    height: 30px;
}
.field-height-small textarea.form-control {
    height: auto;
}
.field-height-large .form-control {
    border-radius: 10px;
    height: 60px;
}
.field-height-large textarea.form-control {
    height: auto;
}
.form-group > .row {
    margin-right: -10px;
    margin-left: -10px;
}
.type-time-wrapper label {
    line-height: 28px;
    margin-bottom: 0;
}
.field-height-small .type-time-wrapper label {
    line-height: 30px;
}
.field-height-large .type-time-wrapper label {
    line-height: 60px;
}
.form-group .field-error {
    position: absolute;
    z-index: 100;
    padding: 5px;
    border-radius: 5px;
    margin-top: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
    top: -8px;
    left: -170px;
    width: 160px;

    background: white;
    font-size: 11px;
    font-weight: normal;
    color: red;
}
.form-group .field-error:after {
    content: '';
    position: absolute;
    right: -5px;
    top: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #ffffff;
}

.form-group .field-error.field-error-static {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    box-shadow: none;
    background: none;
    margin: 0;
    display: block;
    text-align: center;
}
.form-group .field-error.field-error-static:after {
    display: none;
}
.form-group .field-error.field-error-right {
    right: -170px;
    left: auto;
}
.form-group .field-error.field-error-right:after {
    right: auto;
    left: -5px;
    border-width: 5px 7px 5px 0px;
    border-color: transparent #fff transparent transparent;

}
.btn:hover, .btn:focus {
    color: inherit;
}
.feedback-container {

}

/* Buttons */
.btn-lg {
    font-size: 20px;
    border-radius: 5px;
    /*padding: 15px 25px;*/
}

/*Blocks*/
.block-type-header {
    text-align: right;
}

.block-picture {
    text-align: center;
}
.block-picture .block-title,
.block-mainform .block-title {
    display: none;
}
.block-picture img {
    max-width: 100%;
    height: auto;
}

.block-advantages h3 {
    margin-top: 0;
    margin-bottom: 16px
}
.block-advantages .block-picture {
    text-align: left;
    margin-bottom: 16px;
}

.block-video {
    text-align: left;
}
.block-video {
    max-width: 100%;
    height: auto;
}
.block-video .block-title {
    display: none;
}

.block-steps h2:first-child {
    margin-top: 0;
}

.advertising-block_icons .block-title {
    margin-bottom: 15px;
    text-align: center;
}
.advertising-block_icons .block-picture {
    margin-bottom: 15px;
}
.advertising-block_icons .block-text {
    text-align: center;
}

.footer {
    font-size: 14px;
    overflow: hidden;
}
.footer .block-counters {
    float: right;
}

/* Forms */
.block-type-form {
    padding: 15px 15px 20px 15px;
    border-radius: 3px;
    display: inline-block;
    min-width: 200px;
}
.block-type-form h2 {
    color: inherit !important;
    padding: 0;
    margin-bottom: 14px;
    font-size: 16px;
    margin-top: 0;
    text-transform: none;
}
.block-type-form .form-group {
    margin-bottom: 10px;
}
.block-type-form.form-orient-horizontal .form-group .field-error {
    position: absolute;
    top: auto;
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 5px;
    margin-top: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
    border-radius: 5px;

    font-size: 11px;
    font-weight: normal;
    background: white;
}
.block-type-form.form-orient-horizontal .form-group .field-error:after {
    content: '';
    position: absolute;
    top: -5px;
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 7px 5px;
    border-color: transparent transparent #ffffff transparent;
}

.block-type-form.form-orient-horizontal {
    max-width: 10000px;
}
.block-type-form.form-orient-horizontal:after {
    content: '';
    display: table;
    clear: both;
}
.block-type-form.form-orient-horizontal .form-group {
    float: left;
    margin-right: 10px;
    width: 20%;
}
.block-type-form.form-orient-horizontal .feedback-submit-block {
    float: left;
    margin-right: 0;
    width: 20%;
}
.block-type-form.float-left {
    float: left;
    margin-right: 20px;
    min-width: 230px;
}
.block-type-form.float-right {
    float: right;
    margin-left: 20px;
    min-width: 230px;
}
.block-type-form .form-control {
    display: block;
    width: 100%;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    padding-left: 3px;
    padding-right: 3px;
}
.block-type-form .form-control:focus {
    border: 1px solid #38a9f0;
    -webkit-box-shadow: 0px 0px 5px rgba(56, 169, 240, 0.75);
    -moz-box-shadow: 0px 0px 5px rgba(56, 169, 240, 0.75);
    box-shadow: 0px 0px 5px rgba(56, 169, 240, 0.75);
}
.block-type-form.field-height-small .form-control {
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
}
.block-type-form.field-height-middle .form-control {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}
.block-type-form.field-height-large .form-control {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.block-type-form textarea.form-control {
    line-height: 1.2em !important;
    height: auto !important;
}
.block-type-form.field-border-radius-none .form-control {
    border-radius: 0;
}
.block-type-form .btn-block {
    display: block;
}
.block-type-form input[type="submit"].btn-block,
.block-type-form input[type="reset"].btn-block,
.block-type-form input[type="button"].btn-block {
    width: 100%;
    height: 40px;
    font-size: 16px;
}
.block-type-form.field-height-small input[type="submit"].btn-block,
.block-type-form.field-height-small input[type="reset"].btn-block,
.block-type-form.field-height-small input[type="button"].btn-block {
    width: 100%;
    height: 30px;
    font-size: 14px;
}
.block-type-form.field-height-large input[type="submit"].btn-block,
.block-type-form.field-height-large input[type="reset"].btn-block,
.block-type-form.field-height-large input[type="button"].btn-block {
    width: 100%;
    height: 60px;
    font-size: 18px;
}
.block-type-form.form-orient-horizontal input[type="submit"].btn-block,
.block-type-form.form-orient-horizontal input[type="reset"].btn-block,
.block-type-form.form-orient-horizontal input[type="button"].btn-block {
    height: 30px;
    line-height: 27px;
    font-size: 12px;
    padding: 0 15px;
}
.block-type-form.form-orient-horizontal.field-height-small input[type="submit"].btn-block,
.block-type-form.form-orient-horizontal.field-height-small input[type="reset"].btn-block,
.block-type-form.form-orient-horizontal.field-height-small input[type="button"].btn-block {
    height: 20px;
    line-height: 18px;
    font-size: 12px;
    padding: 0 15px;
}
.block-type-form.form-orient-horizontal.field-height-large input[type="submit"].btn-block,
.block-type-form.form-orient-horizontal.field-height-large input[type="reset"].btn-block,
.block-type-form.form-orient-horizontal.field-height-large input[type="button"].btn-block {
    height: 40px;
    line-height: 37px;
    font-size: 14px;
    padding: 0 15px;
}

.block-type-form .btn {
    border: 1px solid transparent !important;
    box-sizing: border-box;
    color: #fff;
    margin: 0 !important;
    border-radius: 3px;
}
.block-type-form.field-border-radius-none .btn {
    border-radius: 0;
}
.block-type-form .col-xs-6 {
    display: inline-block;
    width: 123px;
}
.block-type-form .col-xs-3 {
    display: inline-block;
    width: 50px;
}
.block-type-form .success {
    display: none;
}

.video-background {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: -1;
    height: auto;
    width: 100%;
}

.block-picture .item-second-picture {
    display: none;
}

/********************** COLORIZE ******************/
/*
    headers-color = $clr_h
    body-color = $clr_text
    body-bg-color = $clr_back
    links-color = $clr_link
    links-color:hover = $clr_hover
*/

/**************************************************************/

/* MEDIA QUERIES */
@media only screen and (max-width: 982px) {
    .block-type-form {
        margin: 0 auto;
    }
    .block-picture {
        /*text-align: left;*/
    }
    .col-md-1, .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-md-10, .col-md-11, .col-md-12 {
        margin-bottom: 30px;
    }
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
}

/* Touch device */
.mobile .someClass {
    color: #DDD;
}

.mobile-only {
    position: absolute;
    left: -99999px;
}
.on-mobile-divice-show{
    display: none;
}
.on-desctop-divice-show{
    display: block;
}

/* Mobile devices */
@media (max-width: 768px) {
    .mobile-only {
        position: static;
        left: auto;
    }
    .on-desctop-divice-show{
        display: none;
    }
    .on-mobile-divice-show{
        display: block;
    }

    .desktop-only {
        position: absolute;
        left: -99999px;
    }


    body {
        padding-top: 45px;
        margin-top: 0 !important;
        
    }

    /*.uptl_container {
        display: none !important;
    }*/


    #section-0.pinned {
        position: static;
        box-shadow: none;
    }


    #section-0, #section-1, #section-2, #section-3, #section-4, #section-5,
    #section-6, #section-7, #section-8, #section-9, #section-10 {
        /*padding-bottom: 0;*/
        /*overflow: hidden;*/ /*Нужно для того что бы юзверы пихали все что угодно а сайт не тянулся в ширину*/
        /*min-height: inherit;
        padding-top: 15px;*/
    }

    #section-0 .container, #section-1 .container, #section-2 .container, #section-3 .container,
    #section-4 .container, #section-5 .container, #section-6 .container, #section-7 .container, #section-8
    .container, #section-9 .container, #section-10 .container {
        min-height: inherit;
    }


    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .padding-ver_small.col-xs-1, .padding-ver_small.col-sm-1, .padding-ver_small.col-md-1, .padding-ver_small.col-lg-1, .padding-ver_small.col-xs-2, .padding-ver_small.col-sm-2, .padding-ver_small.col-md-2, .padding-ver_small.col-lg-2, .padding-ver_small.col-xs-3, .padding-ver_small.col-sm-3, .padding-ver_small.col-md-3, .padding-ver_small.col-lg-3, .padding-ver_small.col-xs-4, .padding-ver_small.col-sm-4, .padding-ver_small.col-md-4, .padding-ver_small.col-lg-4, .padding-ver_small.col-xs-5, .padding-ver_small.col-sm-5, .padding-ver_small.col-md-5, .padding-ver_small.col-lg-5, .padding-ver_small.col-xs-6, .padding-ver_small.col-sm-6, .padding-ver_small.col-md-6, .padding-ver_small.col-lg-6, .padding-ver_small.col-xs-7, .padding-ver_small.col-sm-7, .padding-ver_small.col-md-7, .padding-ver_small.col-lg-7, .padding-ver_small.col-xs-8, .padding-ver_small.col-sm-8, .padding-ver_small.col-md-8, .padding-ver_small.col-lg-8, .padding-ver_small.col-xs-9, .padding-ver_small.col-sm-9, .padding-ver_small.col-md-9, .padding-ver_small.col-lg-9, .padding-ver_small.col-xs-10, .padding-ver_small.col-sm-10, .padding-ver_small.col-md-10, .padding-ver_small.col-lg-10, .padding-ver_small.col-xs-11, .padding-ver_small.col-sm-11, .padding-ver_small.col-md-11, .padding-ver_small.col-lg-11, .padding-ver_small.col-xs-12, .padding-ver_small.col-sm-12, .padding-ver_small.col-md-12, .padding-ver_small.col-lg-12, .padding-ver_small.col-xs-13, .padding-ver_small.col-sm-13, .padding-ver_small.col-md-13, .padding-ver_small.col-lg-13, .padding-ver_small.col-xs-14, .padding-ver_small.col-sm-14, .padding-ver_small.col-md-14, .padding-ver_small.col-lg-14, .padding-ver_small.col-xs-15, .padding-ver_small.col-sm-15, .padding-ver_small.col-md-15, .padding-ver_small.col-lg-15, .padding-ver_small.col-xs-16, .padding-ver_small.col-sm-16, .padding-ver_small.col-md-16, .padding-ver_small.col-lg-16 {
        padding-top: 6px;
        padding-bottom: 6px;
    }


    .menu_mobile-toggler {
        display: block;
    }
    .menu_horizontal {
        display: none;
    }

    /*#section-2 .menu_vertical .menu__item__link,
    .menu_vertical .menu__item__link,
    #section-2 .menu_vertical .menu__item__text,
    .menu_vertical .menu__item__text {
        color: #fff;
    }*/

    .block-text iframe {
        width: 100%;
        min-width: 250px;
        /*max-height: 200px;*/
    }

    .block-text img {
        max-width: 100% !important;
        height: auto !important;
    }

    .block-type-logo,
    .block-type-logo img {
        margin: 0 auto;
        background-position: top center;
    }


    .block-type-header {
        margin-bottom: 0;
    }

    .block-type-header-text .accenter a {
        color: inherit !important;
    }

    .cart-informer-wrapper {
        text-align: center;
    }
    .cart-informer-wrapper:empty {
        display: none;
    }

    .price-wrapper .block-price {
        float: none;
    }
    .price-wrapper .fh-cart-link {
        line-height: 35px;
        font-size: 22px;
        float: none;
    }
    .price-wrapper .fh-cart-fast-order {
        float: none;
    }

    .pictures-collection .block-picture {
        margin-bottom: 0;
    }

    .container {
        max-width: 100%;
        min-width: 100%;
        padding: 0 10px;
    }


    .fh-cart-informer,
    .fh-cart-informer.right-top {
        min-width: 100%;
        border-radius: 5px;
        z-index: 9998;
    }

    .catalog-collection-item,
    .collection-view-tile .catalog-collection-item,
    #article .collection-view-tile .catalog-collection-item,

    .full-width .catalog-collection-item,
    .full-width .collection-view-tile .catalog-collection-item,
    .full-width  #article .collection-view-tile .catalog-collection-item {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .catalog-collection.collection-view-tile.catalog-slider-tile {
        margin: 0 auto;
    }

    .block-goods-view-variant-sly .catalog-collection.catalog-slider-sly .catalog-collection-item,
    #article .block-goods-view-variant-sly .catalog-collection.catalog-slider-sly .catalog-collection-item {
        width: 145px;
    }
        .catalog-collection-item .block-price .price {
            font-size: 1.5em;
        }


    .block-feed-view-variant-imgmix .feed-items {
        padding: 0 !important;
        /*margin: 0 -10px;*/
    }
        .block-type-feedimg .feed-items li,
        .block-feed-view-variant-imgmix .feed-items li.feed-item-1,
        .block-feed-view-variant-imgmix .feed-items li.accent {
            margin: 0 6px 30px 6px !important;
            float: none;
            display: block;
            max-width: 100%;
            min-height: inherit;
            width: 100%;
        }

        .block-feed-view-variant-imgsmall .feed-items li:nth-child(n+5) {
           display: none;
        }

        .col-xs-16 .block-type-feedimg .feed-items li {
            width: 100%;
            padding: 0 10px;
        }

        .block-type-feedimg .feed-items img {
            margin: 0 0 10px;
        }

    .catalog-collection-item,
    .collection-view-tile .catalog-collection-item,
    #article .collection-view-tile .catalog-collection-item,

    .full-width .catalog-collection-item,
    .full-width .collection-view-tile .catalog-collection-item,
    .full-width  #article .collection-view-tile .catalog-collection-item {
        width: 100%;
        margin: 0 0 20px !important;
        padding: 0;
    }

/*    .item-desc-select,
    .item-desc-value,
    .item-colors,
    .collection-view-tile .row-vendorCode .item-desc-value,
    .collection-view-tile .row-vendorCode .item-desc-text {
        display: block;
        float: none;
        text-align: left;
        width: 100%;
    }
*/

    /* Form ------- */
    .block-type-form.form-orient-horizontal form {
        display: block;
    }
    .block-type-form.form-orient-horizontal .form-group {
        float: none;
        display: block;
        width: 100%;
    }
    .block-type-form.form-orient-horizontal .feedback-submit-block {
        float: none;
    }


    /* Block picture */
    .block-picture img {
        margin: 0;
    }


    /* Image popup */
    #ipix-fullview {
        position: fixed !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        height: 100% !important;
        border: none !important;
    }

        #ipix-fullview-core {
            width: auto !important;
            height: auto !important;
            /*position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                    -o-transform: translate(-50%, -50%);
                        transform: translate(-50%, -50%);*/
        }

            #ipix-fullview-img {
                width: 100% !important;
                height: 100% !important;
            }

            #ipix-fullview-img > img {
                max-width: 100%;
                max-height: 100%;
                width: auto !important;
                height: auto !important;
            }

    #ipix-fullview-close {
        right: 0 !important;
        top: 0 !important;
    }


    .block-type-menu {
        text-align: left;
    }
        /*.menu_vertical.menu_mobile .block-type-menu .menu {
            background-color: transparent;
        }*/


    .gallery-collection {
        margin: 0 0 20px 0;
    }

    .gallery-collection-item {
        width: 100% !important;
        margin: 0 0 15px 0;
        text-align: center;
    }

    .gallery-collection-item-img {
        display: inline-block;
    }


    .block-type-form {
        width: 100% !important;
    }


    .feeditems-collection li {
        width: 100%;
    }


    /*.section.section_main-img,
    .section.section_main-img .container {
        min-height: inherit !important;
    }

    .rotator li {
        height: auto !important;
    }*/

    .section_main-img .container {
        padding: 0;
    }


    .section.section_menu,
    .section.section_menu .container {
        padding: 0 !important;
    }


    .footer .row {
        margin: 0;
    }


    /* Reset dialog ------------------- */
    .dialog-reset.ui-dialog {
        width: 100% !important;
        z-index: 1000000;
    }

        .dialog-holder,
        .dialog-reset.ui-dialog .ui-dialog-content {
            padding: 10px;
        }

            .dialog-content .close-dialog {
                right: 10px;
                top: 10px;
            }

            .dialog-content .message-title {
                padding: 0 20px 0 0;
                margin-bottom: 20px;
                text-align: center;
            }


    /* Feedback & Simple order ------------------- */
        .dialog-content.feedback-content .message-title,
        .dialog-content.simple-order-content .message-title {
            padding-right: 35px;
            text-align: left;
        }
        .c.form {
            overflow: visible;
        }

        .c.form:after {
            content: '';
            display: block;
            clear: both;
        }

            .c.form .left-l,
            .c.form .right-r {
                float: none;
                width: 100%;
                position: relative;
            }

            .c.form .right-r:after {
                content: '';
                display: block;
                clear: both;
            }

                .c.form label {
                    line-height: 30px;
                }


                .c.form .row input {
                    width: 100%;
                    margin: 0;
                    font-size: 20px;
                    float: none;
                }

                .c.form .row input[type=file] {
                    font-size: 12px;
                }

                .c.form textarea {
                    width: 100%;
                    margin: 0;
                    font-size: 20px;
                    float: none;
                }

                    .dialog-content .c.form .field-error {
                        display: block;
                        max-width: 100%;
                        line-height: 2;
                        background: none;
                        padding: 0;
                        margin: 0;
                    }

                .c.form .row-submit {
                    padding-bottom: 15px;
                }
                .c.form .row-submit .left-l {
                    display: none;
                }

                .c.form .row-submit .right-r {
                    text-align: center;
                }

                .c.form .site-submit {
                    margin: 0 5px 0 0;
                    float: none;
                    display: inline-block;
                }

                .dialog-content .c.form .cancel-btn {
                    margin-top: 20px;
                    float: none;
                    display: inline-block;
                }

                .c.form .throbber-box {
                    float: none;
                    padding: 0;
                    width:45px;
                    height:45px;
                    top: 13px;
                    left: 5px;
                    position: absolute;
                }


    /* News */
    .feed-item {
        width: 100%;
        margin: 0 0 10px;
    }



    .block-type-catalogitem {
        margin-bottom: 0;
    }


    /* Cart informer */
    .fh-cart-informer .fh-cart-items-price, .fh-cart-informer .fh-cart-button, .fh-cart-informer .fh-cart-empty-price {
        display: none;
    }

    .fh-cart-informer,
    .fh-cart-informer.right-bottom,
    .fh-cart-informer.right-top,
    .fh-cart-informer.left-bottom,
    .fh-cart-informer.left-top {
        position: fixed;
        top: 10px;
        right: 10px;
        left: auto;
        bottom: auto;
        /*background: none;
        border: none;*/
        border-radius: 5px;
        min-width: inherit;
        /*box-shadow: none;*/
        z-index: 10000;
        padding: 0;
    }

    .fh-cart-informer .fh-cart-counter,
    .fh-cart-informer.light .fh-cart-counter,
    .fh-cart-informer.dark .fh-cart-counter {
        background: none;
        text-shadow: none;
        border: none;
        margin: 0 0 0 7px;
        float: none;
        font-size: 13px !important;
        line-height: 25px;
        /*color: #000;*/
        padding-left: 35px;
        display: inline-block;
    }

    .fh-cart-empty-price-mobile {
        display: inline-block;
    }

/*
    
        .fh-cart-informer .fh-cart-counter,
        .fh-cart-informer.light .fh-cart-counter,
        .fh-cart-informer.dark .fh-cart-counter {
            color: #FFFFFF;
        }
    
*/

    .fh-cart-informer .fh-cart-counter:after {
        width: auto;
        height: auto;
        content: "\f07a";
        font-family: "FontAwesome";
        background: none;
    }


    /* Consultant */
    .consultant {
        background-color: #000;
        color: #fff;
    }

    .consultant.initial,
    .consultant.closed {
        width: auto;
        background: none;
        box-shadow: none;
        left: 0;
    }

    .consultant.initial:after,
    .consultant.closed:after {
        content: "\f1d7";
        font-family: "FontAwesome";
        display: block;
        padding: 2px 10px 0;
        font-size: 25px;
        border-radius: 5px 5px 0 0;
        background-color: #000;
    }

    .consultant.initial .header,
    .consultant.closed .header {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        z-index: 1000;
    }

    .consultant.initial .header .title,
    .consultant.initial .header .close,
    .consultant.initial .header .mute,
    .consultant.closed .header .title,
    .consultant.closed .header .close,
    .consultant.closed .header .mute {
        display: none;
    }


    .modal-box .ui-dialog-titlebar-close, .ui-dialog.modal-box.dialog-reset .ui-dialog-titlebar-close {
        right: 5px;
    }

    /* Reviews */
    .block-text.block-type-catalogitem-reviews h2 {
        margin-bottom: 10px;
    }
    .block-type-catalogitem-reviews .add-review {
        position: static;
        margin: 0 10px;
    }
    .block-type-catalogitem-reviews .review-form .form-row > div:first-child {
        width: auto;
        float: none;
    }
    .block-type-catalogitem-reviews .review-form .form-row > div:last-child {
        width: auto;
        float: none;
    }

    /* Search ------------------ */
    .dialog-search-outer.ui-dialog {
        width: 100% !important; /* smash inline style */
        z-index: 1000000;
    }

    .reset-dialog-ui .dialog-search.ui-dialog-content {
        padding: 0 10px;
    }

        .search-header {
            margin: 0 -10px;
        }

            .search-header .close-dilaog {
                right: 5px;
                top: 5px;
            }

            .search-header input[type=text] {
                width: 100%;
                float: none;
                margin: 0 0 20px;
            }

            .search-header button {
                height: 30px;
                width: 100%;
                margin-bottom: 20px;
            }

            .index-message {
                position: static;
                display: block;
            }

    .block-type-mainimg,
    .block-type-rotator {
        min-height: inherit;
    }

    .setup-bottom-panel--txt {
        left: 30px;
    }

    a.btneditor-button {
        padding:10px 25px !important;
        height: unset !important;
        white-space: normal !important;
        line-height: normal !important;
    }


    .lb-closeContainer{
        top: 50px;
    }

}

@media (min-width: 640px) and (max-width: 768px) {
    .col-xs-16 .block-type-feedimg .feed-items li {
        width: 50%;
        display: inline-block;
        padding: 0 10px;
    }

    .uptl_container {
        display: none !important;
    }


    .catalog-collection.collection-view-tile {
        margin-bottom: -30px !important;
    }
        .catalog-collection-item,
        .collection-view-tile .catalog-collection-item,
        #article .collection-view-tile .catalog-collection-item,

        .full-width .catalog-collection-item,
        .full-width .collection-view-tile .catalog-collection-item,
        .full-width  #article .collection-view-tile .catalog-collection-item {
            width: 45%;
            margin-left: 10px !important;
        }
}

@media (max-width: 640px) {
    section > .block-title {
        text-align: center;
    }

    .block-price {
        font-size: 14px;
    }
    /*.col-xs-16 .block-type-feedimg .feed-items li {
        width: 50%;
        padding: 0 10px;
        display: inline-block;
    }*/

/*    .collection-view-tile .catalog-collection-item,
    #article .collection-view-tile .catalog-collection-item:last-child,

    .full-width .collection-view-tile .catalog-collection-item,
    .full-width  #article .collection-view-tile .catalog-collection-item {
        margin-bottom: 0 !important;
    }
*/
    .catalog-slider-sly .item-label {
        width: 100%;
        font-size: 14px;
        top: 0px;
        max-width: 100%;
        padding: 3px 0 3px 0;
        /*line-height: 16px;*/
    }

    .setup-bottom-panel--txt {
        font-size: 10px;
        left: 20px;
    }
}

@media (max-width: 570px) {
    .setup-bottom-panel--txt {
        font-size: 8px;
        left: 13px;
    }
    .setup-bottom-panel--logo {
        right: 30px;
    }
}

@media (max-width: 450px) {
    /*.catalog-slider-sly .item-label {
        display: none;
    }*/
    .setup-bottom-panel--txt {
        display: none;
    }
    .setup-bottom-panel--logo {
        display: none;
    }
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 992px) {
    .container {
        max-width: 100%;
        min-width: 100%;
        padding: 0 10px;
    }

    .catalog-collection-item {
        width: 32%;
        margin-left: -5px;
    }

/*  .feed-item {
        width: 50%;
    }
*/ 
}


@media (max-width: 1024px) {
    .price-wrapper .fh-cart-link {
        line-height: 35px;
        font-size: 22px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}


/* Cart, Cabinet  ----------- */
@media only screen and (max-width: 768px) {

    .accessibility__btn {
        position: absolute;
        top:45px;
    }

    .block-type-logo {
        display: block;
        margin: 0 auto;
    }

    .slide-text {
        top:3px !important; 
        left:30px !important;
    }

    .cart-accordion,
    .cart-accordion.accordion-reset {
        padding: 0;
    }

    .items-list {
        font-size: 0.65em;
    }

    .items-list td input {
        width: 30px;
        font-size: 1em;
        margin-right: 3px !important;
    }

    .items-list td.cell3 {
        width: 130px;
    }    

    .items-list tfoot,
    .items-list tfoot td .totalcost-wr,
    .items-list tfoot td strong {
        font-size: 1.1em;
    }

    .cart-dialog #cart-form {
        padding: 0 20px;
    }

    .form-row input[type=text],
    .form-row input[type=email],
    .form-row input[type=number] {
        display: block;
        width: 100%;
        height: 35px;
        float: none;
    }

    .summary-holder textarea {
        width: 95%;
        margin: 0;
    }

    .result-info-list dt {
        width: 220px;
    }

    .cart-dialog .center {
        text-align: center;
    }



    .cabinet-dialog.dialog-reset.ui-dialog.ui-widget-content {
        width: 100% !important;
        z-index: 100000;
        position: absolute;
    }

    .cabinet-dialog.dialog-reset .close-dilaog {
        top: 17px;
    }

    .dialog.cabinet-dialog .exit-dialog {
        right: 50px;
        top: 17px;
    }

    .cabinet-dialog.dialog-reset .dialog-title {
        margin: -10px -10px 20px;
    }

    .cabinet-dialog .row.horizontal-align {
        margin-bottom: 10px;
    }

    .cabinet-form .row.horizontal-align label {
        font-size: 16px;
        float: none;
        width: 100%;
    }

    .row.horizontal-align input[type=text],
    .row.horizontal-align input[type=password],
    .cabinet-form input[type=text],
    .cabinet-form input[type=password] {
        width: 100%;
        font-size: 20px;
        float: none;
        height: auto;
        padding: 5px 10px;
        line-height: inherit;
    }

    .cabinet-form .submit-button {
        margin-right: 0;
    }

    span.horizontal-error {
        margin-left: 0;
        padding-top: 5px;
    }

    .row.w410,
    .row.w410 input,
    .cabinet-form .fieldset {
        width: 100%;
    }

    .cabinet-form fieldset {
        margin: 0 -10px -10px;
        padding: 20px 10px;
    }

    .cabinet-form .sub-row {
        padding-left: 0;
    }

    .cabinet-form .submit-feedback {
        margin: 0;
    }
}



.hide-mainimg #section-7,
.hide-maps #section-6 {
	display: none;
}

