:target:before {
content:"";
display:block;
height:125px; /* fixed header height*/
margin:-125px 0 0; /* negative fixed header height */
}
.aw-blog-read-more {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #2dcc70;
    border: none;
    display: inline-block;
    padding: 9px 18px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: "Ubuntu", sans-serif;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    overflow: hidden;
    position: relative
}

.aw-blog-read-more span {
    z-index: 9;
    position: relative
}

.aw-blog-read-more:not(a)::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: #24a259;
    z-index: 2
}

.aw-blog-read-more:hover {
    background: #24a259;
    cursor: pointer
}

.aw-blog-read-more:hover::after {
    height: 100%
}

.aw-blog-read-more:active::after {
    background: #1b7842
}

.aw-blog-read-more:focus {
    color: #fff;
    background: #1b7842
}

.aw-blog-read-more {
    background: #eee;
    color: #333;
    text-shadow: none
}

.aw-blog-read-more:not(a)::after {
    background: #e1e1e1
}

.aw-blog-read-more:hover {
    background: #e1e1e1;
    cursor: pointer;
    color: #333
}

.aw-blog-read-more:active {
    color: #333
}

.aw-blog-read-more:active::after {
    background: #d5d5d5
}

.aw-blog-read-more:focus {
    background: #d5d5d5;
    color: #333;
    outline: none
}

.aw-blog-read-more:hover {
    z-index: 999
}

@media screen and (max-width: 576px) {
    .carousel-caption .background h2 {
        font-size: 20px !important;
        line-height: 35px !important;
    }
}

.theme-border,
.table-bordered {
    border-top: solid 2px #8998a3
}

.theme-color {
    color: #8998a3
}

.title-border,
.postWrapper .postTitle.page-title {
    border-bottom: solid 2px #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 40px
}

@media only screen and (max-width: 930px) {
    .title-border,
    .postWrapper .postTitle.page-title {
        margin-bottom: 15px;
        padding-bottom: 10px
    }
    .padding15b {
        padding-bottom: 15px;
    }
    .padding0lr {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .margin15b {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 931px) {
    .row {
        margin-left: -15px;
        margin-right: -15px
    }
    .landing-page .pagecontent .row {
        margin-top: 20px;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.theme-block {
    border: solid 1px #dfdfdf;
    border-top: solid 2px #8998a3;
    padding: 30px 29px;
    margin-bottom: 60px
}

.no-theme-block {
    border: none;
    padding: 0;
    margin-bottom: 0
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    font-size: 16px;
    line-height: 1.667em;
    color: #333;
    text-transform: uppercase;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .theme-block {
        padding: 15px;
        margin-bottom: 30px
    }
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    border-bottom-width: 1px
}

.table-bordered th,
.table-bordered td {
    border: solid 1px #dfdfdf
}

.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 9999
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.icon-sprite,
.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}

.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png)
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .icon-sprite,
    .icon-sprite-for-modules {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px
    }
}

#replace-div {
    overflow: auto;
}

.blog-list>li:not(.last) {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #dfdfdf
}

.blog-news-container img {
    max-width: 100%;
    height: auto;
}

.postWrapper {
    clear: both
}

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

.postWrapper .postTitle {
    margin-bottom: 11px
}

.postWrapper .postTitle h2 {
    font-size: 24px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase
}

.postWrapper .postTitle h2 a {
    color: #8998a3
}

.postWrapper .postTitle h2 a:hover {
    color: #8b8b8b
}

.postWrapper .postTitle h3 {
    font-size: 10px;
    margin: 0px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px
}

.postWrapper .postTitle.page-title h2 {
    font-size: 34px;
    font-weight: 500;
    color: #333;
    padding-bottom: 0;
    margin-bottom: 23px;
    text-transform: uppercase;
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    .postWrapper .postTitle.page-title h2 {
        font-size: 20px
    }
}

.postWrapper .postDetails {
    padding: 0 0 20px;
    color: #333
}

.postWrapper .postDetails>span {
    margin-right: 20px;
    color: #333
}

.postWrapper .postDetails>span::before {
    font-size: 18px;
    color: #8998a3
}

.postWrapper .postDetails a {
    color: #333
}

.postWrapper .postDetails a:hover {
    color: #8998a3
}

.postWrapper .postContent {
    line-height: 1.714em
}

.postWrapper .commentDetails>span,
.postWrapper .postDetails>span,
.comments-section .commentDetails>span,
.comments-section .postDetails>span {
    margin-right: 20px;
    color: #333
}

.postWrapper .commentDetails>span::before,
.postWrapper .postDetails>span::before,
.comments-section .commentDetails>span::before,
.comments-section .postDetails>span::before {
    font-size: 18px;
    color: #8998a3
}

.postWrapper .commentDetails .postDetails-date::before,
.postWrapper .postDetails .postDetails-date::before,
.comments-section .commentDetails .postDetails-date::before,
.comments-section .postDetails .postDetails-date::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    padding-right: 7px
}

.postWrapper .commentDetails .postDetails-coment::before,
.postWrapper .postDetails .postDetails-coment::before,
.comments-section .commentDetails .postDetails-coment::before,
.comments-section .postDetails .postDetails-coment::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}

.postWrapper .commentDetails .postDetails-tags::before,
.postWrapper .postDetails .postDetails-tags::before,
.comments-section .commentDetails .postDetails-tags::before,
.comments-section .postDetails .postDetails-tags::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}

.postWrapper .commentDetails .postDetails-user::before,
.postWrapper .postDetails .postDetails-user::before,
.comments-section .commentDetails .postDetails-user::before,
.comments-section .postDetails .postDetails-user::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}

.postWrapper .commentDetails>span.postDetails-user,
.comments-section .commentDetails>span.postDetails-user {
    margin: 0;
    margin-bottom: 10px;
    color: #333;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    display: block
}

.postWrapper .commentDetails>span.postDetails-user::before,
.comments-section .commentDetails>span.postDetails-user::before {
    display: none
}

.post-container .postDetails {
    text-align: center;
    padding-bottom: 40px
}

.post-container .postImage {
    margin-bottom: 30px
}

.top-toolbar .toolbar .pages {
    display: none
}

.bottom-toolbar {
    overflow: hidden;
    margin-top: 30px
}

.bottom-toolbar .toolbar {
    float: left
}

.bottom-toolbar .toolbar .sorter,
.bottom-toolbar .toolbar .count-container {
    display: none
}

.comments-section {
    border-top: solid 2px #dfdfdf;
    padding-top: 40px;
    margin-top: 40px
}

.comments-section .comments-container .commentWrapper {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #dfdfdf
}

.comments-section .comments-container .commentWrapper:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

#postComment {
    border-top: solid 2px #dfdfdf;
    padding-top: 40px
}

#postComment p.required {
    margin: 10px 0
}

#postComment .input-box input,
#postComment textarea {
    width: 50%;
    max-width: 50%
}

@media only screen and (max-width: 767px) {
    .postWrapper .postImage {
        margin-bottom: 15px
    }
    .postWrapper .postTitle h2 {
        font-size: 18px
    }
    #postComment .input-box input,
    #postComment textarea {
        width: 100%;
        max-width: 100%
    }
}

.postContent {
    overflow: hidden
}

.postDetails a:hover,
.postDetails-tags li a:hover {
    color: #000
}

.postDetails i {
    margin-right: 3px
}

.aw-blog-read-more {
    display: table;
    margin-top: 63px
}

.blog-bg .aw-blog-read-more {
    background: none;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    text-decoration: underline;
    font-weight: 700;
    margin: 20px 0 0 0;
    padding: 0
}

.blog-bg .aw-blog-read-more:hover {
    background: none;
    color: #2dcc70;
    text-decoration: none
}

.aw-blog-read-more span {
    position: relative
}

.postBookmarks {
    padding-bottom: 10px
}

.postBookmarks h4 {
    font-size: 12px;
    font-weight: bold
}

.commentWrapper:after {
    content: "";
    display: table;
    clear: both
}

.commentWrapper i {
    font-size: 16px;
    margin-right: 5px
}

.commentContent {
    padding-bottom: 0px
}

.commentDetails {
    margin-bottom: 15px;
    font-size: 14px;
    text-transform: uppercase
}

.commentDetails .postDetails-user {
    margin-right: 10px
}

.commentDetails h4.username {
    display: inline
}

.postError {
    font-size: 16px
}

.postDetails-tags h4 {
    display: none
}

.tags ul {
    display: inline
}

.tags ul li {
    font-weight: normal;
    display: inline;
    padding-right: 6px
}

.tags h4 {
    font-size: 12px;
    font-weight: bold
}

.menu-tags,
.menu-categories,
.menu-recent {
    margin: 5px 9px
}

.block-blog .menu-tags ul li {
    display: inline;
    padding: 2px;
    margin-left: 10px
}

.block-blog .menu-categories ul li {
    margin-left: 10px
}

.block-blog .menu-recent ul li {
    margin-left: 10px;
    margin-bottom: 5px
}

.tag-count-1 {
    font-size: 1em
}

.tag-count-2 {
    font-size: 1.2em
}

.tag-count-3 {
    font-size: 1.4em
}

.tag-count-4 {
    font-size: 1.6em
}

.tag-count-5 {
    font-size: 1.8em
}

.tag-count-6 {
    font-size: 2em
}

.tag-count-7 {
    font-size: 2em
}

.tag-count-8 {
    font-size: 2em
}

.tag-count-9 {
    font-size: 2em
}

.tag-count-10 {
    font-size: 2em
}

.block-blog .head h4 {
    padding-left: 20px
}

.block-blog .block-subtitle,
.menu-tags h5 {
    text-transform: capitalize;
    margin-bottom: 5px;
    font-weight: bold;
    color: #000
}

.postWrapper .poster {
    display: inline
}

.input-box.aw-blog-comment-area {
    width: 100%
}

.block-blog .menu-categories {
    margin: 0;
    padding: 5px 9px
}

.awblog_current_comment {
    text-decoration: none;
    font-weight: bold
}

.post-img {
    max-width: 100%;
    margin-bottom: 30px
}

.blog-bg .blog-item {
    position: relative
}

@media only screen and (max-width: 991px) {
    .blog-bg .blog-item {
        margin-bottom: 30px
    }
}

.blog-bg .blog-item .postImage {
    margin: 0;
    padding: 0
}

.blog-bg .blog-item .postImage img {
    width: 100%;
    height: auto;
}

.blog-bg .blog-item .blog-text-block {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10.5% 25% 30px 10.5%;
    background: rgba(94, 116, 133, 0.8);
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

@media only screen and (max-width: 1700px) {
    .blog-bg .blog-item .blog-text-block {
        padding-right: 5%;
        padding-top: 7%
    }
}

@media only screen and (max-width: 1199px) and (min-width: 991px) {
    .blog-bg .blog-item .blog-text-block {
        padding-right: 30px
    }
}

@media only screen and (max-width: 767px) {
    .blog-bg .blog-item .blog-text-block {
        padding-right: 30px
    }
}

.blog-bg .blog-item:hover .blog-text-block {
    opacity: 1
}

.widget-latest-title {
    margin-bottom: 25px
}

@media only screen and (max-width: 1700px) {
    .widget-latest-title {
        margin-bottom: 15px
    }
}

@media only screen and (max-width: 1199px) and (min-width: 991px) {
    .widget-latest-title {
        margin-bottom: 15px
    }
}

@media only screen and (max-width: 767px) {
    .widget-latest-title {
        margin-bottom: 15px
    }
}

.widget-latest-title a {
    font-size: 26px;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700
}

@media only screen and (max-width: 1199px) and (min-width: 991px) {
    .widget-latest-title a {
        font-size: 18px;
        font-weight: 500
    }
}

@media only screen and (max-width: 767px) {
    .widget-latest-title a {
        font-size: 20px;
        line-height: 1.2
    }
}

.widget-latest-title a:hover {
    color: #2dcc70
}

.blog-bg .postContent img {
    position: relative;
    margin-right: 0;
    float: none;
    max-width: 100%
}

.blog-bg .postContent {
    font-size: 14px;
    color: #fff;
    line-height: 21px;
    margin-bottom: 20px
}

@media only screen and (max-width: 1400px) and (min-width: 991px) {
    .blog-bg .postContent {
        display: none
    }
}

@media only screen and (max-width: 479px) {
    .blog-bg .postContent {
        display: none
    }
}

.widget-latest-details {
    margin-bottom: 20px
}

@media only screen and (max-width: 1700px) {
    .widget-latest-details {
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 1199px) and (min-width: 991px) {
    .widget-latest-details {
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 479px) {
    .widget-latest-details {
        margin-bottom: 10px
    }
}

.widget-latest-details,
.widget-latest-details a {
    font-size: 14px;
    font-weight: 300;
    color: #2dcc70
}

.widget-latest-details .postDetails-user,
.widget-latest-details .widget-latest-data,
.widget-latest-details .widget-latest-comment {
    margin: 0;
    display: inline-block
}

.widget-latest-details .postDetails-user strong,
.widget-latest-details .widget-latest-data strong,
.widget-latest-details .widget-latest-comment strong {
    text-transform: uppercase
}

.widget-latest-details i {
    margin-right: 5px;
    font-size: 20px;
    color: #d6d6d6
}

.widget-latest-details .widget-latest-comment:hover {
    color: #fe3c3c
}

#empty-blog span::before {
    font-family: 'material-design';
    content: '\e06a';
    font-size: 32px;
    color: #a50000;
    vertical-align: middle;
    padding-right: 15px
}

@media only screen and (min-width: 992px) and (max-width: 1420px) {
    .widget-latest-details i {
        font-size: 13px;
        margin-right: 3px
    }
    .widget-latest-details .widget-latest-data,
    .widget-latest-details .widget-latest-comment,
    .widget-latest-details,
    .widget-latest-details a {
        font-size: 11px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .widget-latest-title a {
        font-size: 16px;
        line-height: 20px
    }
    .widget-latest-details {
        padding-top: 3px
    }
}

@media only screen and (max-width: 767px) {
    .widget-latest .grid-clol-6 .col-item3 {
        width: 100%
    }
    .widget-latest .postContent img {
        width: 100%
    }
}

.youama-window-box .input-fly-checkbox input[type="radio"],
.youama-window-box .input-fly-checkbox input[type="checkbox"] {
    float: left;
    margin-top: 5px;
    display: none
}

.youama-window-box .input-fly-checkbox input[type="radio"]+label,
.youama-window-box .input-fly-checkbox input[type="radio"]+.label label {
    cursor: pointer;
    position: relative;
    padding-left: 27px;
    text-transform: none;
    display: inline-block
}

.youama-window-box .input-fly-checkbox input[type="radio"]+label:before,
.youama-window-box .input-fly-checkbox input[type="radio"]+.label label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 2px;
    background-color: #f5f5f5;
    border: solid 1px #dfdfdf
}

.youama-window-box .input-fly-checkbox input[type="radio"]+label:after,
.youama-window-box .input-fly-checkbox input[type="radio"]+.label label:after {
    content: "";
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    width: 0px;
    height: 0px;
    left: 9px;
    top: 10px;
    background-color: #8998a3;
    box-shadow: inset -1px -1px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8)
}

.youama-window-box .input-fly-checkbox input[type="radio"]+label:hover,
.youama-window-box .input-fly-checkbox input[type="radio"]+.label label:hover {
    color: #8998a3
}

.youama-window-box .input-fly-checkbox input[type=radio]:checked+.label label:after,
.youama-window-box .input-fly-checkbox input[type=radio]:checked+label:after {
    width: 12px;
    height: 12px;
    left: 2px;
    top: 4px
}

.youama-window-box .input-fly-checkbox input[type="checkbox"]+label,
.youama-window-box .input-fly-checkbox input[type="checkbox"]+.label label {
    display: inline-block;
    padding-left: 27px;
    position: relative;
    clear: both;
    cursor: pointer;
    text-transform: none
}

.youama-window-box .input-fly-checkbox input[type="checkbox"]+label:before,
.youama-window-box .input-fly-checkbox input[type="checkbox"]+.label label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 2px;
    background-color: #f5f5f5;
    border: solid 1px #dfdfdf
}

.youama-window-box .input-fly-checkbox input[type="checkbox"]+label:after,
.youama-window-box .input-fly-checkbox input[type="checkbox"]+.label label:after {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    font-size: 0;
    left: 9px;
    top: 10px;
    color: #8998a3;
    text-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8)
}

.youama-window-box .input-fly-checkbox input[type="checkbox"]+label:hover,
.youama-window-box .input-fly-checkbox input[type="checkbox"]+.label label:hover {
    color: #8998a3
}

.youama-window-box .input-fly-checkbox input[type=checkbox]:checked+label:after,
.youama-window-box .input-fly-checkbox input[type=checkbox]:checked+.label label:after {
    font-size: 22px;
    top: -9px;
    left: 0
}

.theme-border,
.table-bordered {
    border-top: solid 2px #8998a3
}

.theme-color {
    color: #8998a3
}

.title-border {
    border-bottom: solid 2px #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .title-border {
        margin-bottom: 15px;
        padding-bottom: 10px
    }
}

.theme-block {
    border: solid 1px #dfdfdf;
    border-top: solid 2px #8998a3;
    padding: 30px 29px;
    margin-bottom: 60px
}

.no-theme-block {
    border: none;
    padding: 0;
    margin-bottom: 0
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    font-size: 16px;
    line-height: 1.667em;
    color: #333;
    text-transform: uppercase;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .theme-block {
        padding: 15px;
        margin-bottom: 30px
    }
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    border-bottom-width: 1px
}

.table-bordered th,
.table-bordered td {
    border: solid 1px #dfdfdf
}

.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 9999
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.icon-sprite,
.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}

.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png)
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .icon-sprite,
    .icon-sprite-for-modules {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px
    }
}

.youama-window-outside {
    position: relative
}

.youama-window-outside .btn-login span span::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 28px;
    color: #fff;
    float: left;
    left: auto;
    right: 0.333em;
    position: relative;
    z-index: 4;
    vertical-align: bottom;
    display: inline-block
}

@media only screen and (max-width: 991px) {
    .youama-window-outside .btn-login span span::before {
        display: none
    }
}

.youama-window-outside .btn-login.button-secondary span span::before,
.youama-window-outside .btn-login.button2 span span::before {
    color: #8998a3
}

.youama-window-outside .btn-login span span::before {
    display: inline-block;
    float: none
}

.youama-window-outside .btn-reg span span::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 28px;
    color: #fff;
    float: left;
    left: auto;
    right: 0.333em;
    position: relative;
    z-index: 4;
    vertical-align: bottom;
    display: inline-block
}

@media only screen and (max-width: 991px) {
    .youama-window-outside .btn-reg span span::before {
        display: none
    }
}

.youama-window-outside .btn-reg.button-secondary span span::before,
.youama-window-outside .btn-reg.button2 span span::before {
    color: #8998a3
}

.youama-window-outside .btn-reg span span::before {
    display: inline-block;
    float: none
}

.youama-window-outside .close {
    cursor: pointer;
    text-align: center;
    width: 40px;
    float: right;
    display: block;
    color: #636363;
    text-decoration: none;
    font-weight: normal;
    font-size: 30px;
    position: absolute;
    top: -13px;
    right: -10px
}

#header-account2 {
    width: 300px;
    position: fixed;
    left: 50%;
    top: 23%;
    margin-left: -150px;
    background: #f5f5f5;
    z-index: 9999;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.18)
}

#header-account2.abs {
    position: absolute;
    top: 5px
}

.youama-register-window,
.youama-login-window {
    display: none;
    width: 100%;
    z-index: 9998;
    padding: 0
}

.youama-window-outside {
    margin: 20px
}

.youama-window-box .input-fly input[type="text"],
.youama-window-box .input-fly input[type="password"] {
    width: 100%
}

.youama-forgot-password a {
    text-align: right;
    text-decoration: underline
}

.yoauam-switch-window {
    text-align: center;
    display: table;
    cursor: pointer;
    text-decoration: underline;
    margin-top: 8px;
    font-size: 14px
}

.yoauam-switch-window:hover {
    text-decoration: none
}

.main *[class^='youama'] {
    display: none
}

@media only screen and (max-width: 1199px) {
    #header-account2 {
        top: 10px
    }
}

@media only screen and (max-width: 767px) {
    .header .skip-links-relative {
        float: none
    }
}

@media only screen and (max-width: 479px) {
    #header-account2 {
        width: 280px;
        margin-left: -140px
    }
}

.youama-ajaxlogin-loader {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -15px;
    height: 31px;
    width: 40px;
    z-index: 9999;
    background: url("/../../images/youama/ajaxlogin/loader.gif") no-repeat center center
}

.youama-window-title {
    margin-bottom: 8px
}

.youama-window-title h3 {
    display: inline;
    margin: 0;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 20px
}

.youama-window-subtitle p {
    margin: 0 0 5px 0;
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    color: #333
}

.youama-window-box .input-fly {
    padding: 5px 0;
    width: 100%;
    position: relative
}

.youama-window-box .input-fly label {
    font-size: 13px;
    font-weight: 300;
    color: #000;
    display: inline-block;
    display: none
}

.youama-window-box .input-fly input[type="email"],
.youama-window-box .input-fly input[type="search"],
.youama-window-box .input-fly input[type="number"],
.youama-window-box .input-fly input[type="password"],
.youama-window-box .input-fly input[type="tel"],
.youama-window-box .input-fly input[type="text"] {
    height: 40px;
    padding-left: 39px
}

.youama-window-box .input-fly::before {
    display: block;
    position: absolute;
    font-size: 18px;
    color: #8998a3;
    top: 10px;
    left: 1px;
    z-index: 99;
    width: 38px;
    text-align: center;
    line-height: 30px;
    background: #fff
}

.youama-window-box .input-fly.input-email::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}

.youama-window-box .input-fly.input-password::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}

.youama-window-box .input-fly.input-passwordsecond::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}

.youama-window-box .input-fly.input-firstname::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 22px;
    line-height: 26px
}

.youama-window-box .input-fly.input-lastname::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 22px;
    line-height: 26px
}

.youama-ajaxlogin-error {
    color: #eb340a
}

.youama-window-box label a {
    display: inline;
    padding: 0
}

.youama-window-box .input-fly-checkbox input {
    margin: 0 5px 0 0
}

.youama-window-box .input-fly-checkbox .youama-window-box .input-fly-checkbox label {
    font-size: 12px;
    width: auto;
    text-transform: none;
    display: inline-block;
    margin: 0;
    line-height: 20px;
    vertical-align: top
}

.youama-window-box .input-fly-checkbox .youama-ajaxlogin-error {
    text-align: left
}

.youama-window-box .box-contents {
    margin-top: 15px
}

.youama-window-box .box-contents-button {
    width: 100%;
    margin-top: 0px
}

.youama-window-box .box-contents-button button,
.youama-window-box .box-contents button {
    width: 100%
}

.youama-window-box .box-contents-button button span,
.youama-window-box .box-contents button span {
    float: none;
    display: block
}

.youama-window-box .youama-forgot-password {
    margin: 5px 0 25px;
    display: block
}

.youama-window-outside .le-socialconnect-social {
    padding-top: 15px;
    margin-top: 10px
}

.youama-window-outside .le-socialconnect-social p {
    margin-bottom: 10px
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

* {
    -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: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    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
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

small,
.small {
    font-size: 85%
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover {
    color: #286090
}

.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
}

.bg-primary {
    background-color: #337ab7
}

a.bg-primary:hover {
    background-color: #286090
}

.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,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.42857
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote 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.42857;
    color: #777
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    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 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

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

.container:after {
    clear: both
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

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

.row:after {
    clear: both
}

.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-left: 15px;
    padding-right: 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-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@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-1 {
        width: 8.33333%
    }
    .col-sm-2 {
        width: 16.66667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 20% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
    .col-sm-5 {
        width: 41.66667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333%
    }
    .col-sm-8 {
        width: 66.66667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333%
    }
    .col-sm-11 {
        width: 91.66667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-pull-1 {
        right: 8.33333%
    }
    .col-sm-pull-2 {
        right: 16.66667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333%
    }
    .col-sm-pull-5 {
        right: 41.66667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.33333%
    }
    .col-sm-pull-8 {
        right: 66.66667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333%
    }
    .col-sm-pull-11 {
        right: 91.66667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-push-1 {
        left: 8.33333%
    }
    .col-sm-push-2 {
        left: 16.66667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333%
    }
    .col-sm-push-5 {
        left: 41.66667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.33333%
    }
    .col-sm-push-8 {
        left: 66.66667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333%
    }
    .col-sm-push-11 {
        left: 91.66667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@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-1 {
        width: 8.33333%
    }
    .col-md-2 {
        width: 16.66667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333%
    }
    .col-md-5 {
        width: 41.66667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333%
    }
    .col-md-8 {
        width: 66.66667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333%
    }
    .col-md-11 {
        width: 91.66667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.33333%
    }
    .col-md-pull-2 {
        right: 16.66667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333%
    }
    .col-md-pull-5 {
        right: 41.66667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.33333%
    }
    .col-md-pull-8 {
        right: 66.66667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333%
    }
    .col-md-pull-11 {
        right: 91.66667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.33333%
    }
    .col-md-push-2 {
        left: 16.66667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333%
    }
    .col-md-push-5 {
        left: 41.66667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.33333%
    }
    .col-md-push-8 {
        left: 66.66667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333%
    }
    .col-md-push-11 {
        left: 91.66667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0%
    }
    .col-md-offset-1 {
        margin-left: 8.33333%
    }
    .col-md-offset-2 {
        margin-left: 16.66667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333%
    }
    .col-md-offset-5 {
        margin-left: 41.66667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333%
    }
    .col-md-offset-8 {
        margin-left: 66.66667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333%
    }
    .col-md-offset-11 {
        margin-left: 91.66667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}

@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-1 {
        width: 8.33333%
    }
    .col-lg-2 {
        width: 16.66667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333%
    }
    .col-lg-5 {
        width: 41.66667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333%
    }
    .col-lg-8 {
        width: 66.66667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333%
    }
    .col-lg-11 {
        width: 91.66667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.33333%
    }
    .col-lg-pull-2 {
        right: 16.66667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.33333%
    }
    .col-lg-pull-5 {
        right: 41.66667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.33333%
    }
    .col-lg-pull-8 {
        right: 66.66667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.33333%
    }
    .col-lg-pull-11 {
        right: 91.66667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.33333%
    }
    .col-lg-push-2 {
        left: 16.66667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.33333%
    }
    .col-lg-push-5 {
        left: 41.66667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.33333%
    }
    .col-lg-push-8 {
        left: 66.66667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.33333%
    }
    .col-lg-push-11 {
        left: 91.66667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857;
    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>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.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>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.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-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.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:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.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:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.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:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.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:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.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:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .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>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th: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>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th: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>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 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;
    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.42857;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    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, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.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
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
        line-height: 34px
    }
    input[type="date"].input-sm,
    .input-group-sm>input[type="date"].form-control,
    .input-group-sm>input[type="date"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="date"].btn,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm>input[type="time"].form-control,
    .input-group-sm>input[type="time"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="time"].btn,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm>input[type="datetime-local"].form-control,
    .input-group-sm>input[type="datetime-local"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="datetime-local"].btn,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm>input[type="month"].form-control,
    .input-group-sm>input[type="month"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="month"].btn,
    .input-group-sm input[type="month"] {
        line-height: 30px
    }
    input[type="date"].input-lg,
    .input-group-lg>input[type="date"].form-control,
    .input-group-lg>input[type="date"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="date"].btn,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg>input[type="time"].form-control,
    .input-group-lg>input[type="time"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="time"].btn,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg>input[type="datetime-local"].form-control,
    .input-group-lg>input[type="datetime-local"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="datetime-local"].btn,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg>input[type="month"].form-control,
    .input-group-lg>input[type="month"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="month"].btn,
    .input-group-lg input[type="month"] {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-left: 0;
    padding-right: 0
}

.input-sm,
.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-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
select[multiple].input-sm,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>.input-group-btn>select[multiple].btn {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg,
.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.33333;
    border-radius: 6px
}

select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn {
    height: 46px;
    line-height: 46px
}

textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
select[multiple].input-lg,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>.input-group-btn>select[multiple].btn {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.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,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.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,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }
    .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;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33333px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default: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: #337ab7;
    border-color: #2e6da4
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success: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.focus,
.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info: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.focus,
.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning: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.focus,
.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    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%
}

.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:not(.popover) {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

.fade.in {
    opacity: 1
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.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
}

.dropup,
.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;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}

.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.42857;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.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>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.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-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 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,
.btn-group-lg>.btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .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:before,
.btn-group-vertical>.btn-group:after {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.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-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.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-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.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,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    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-bottom-right-radius: 0;
    border-top-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-bottom-left-radius: 0;
    border-top-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 {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

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

.nav:after {
    clear: both
}

.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: #777
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

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

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857;
    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;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.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: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
    float: none
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

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

.tab-content>.tab-pane {
    display: none;
    visibility: hidden
}

.tab-content>.active {
    display: block;
    visibility: visible
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
}

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

.navbar:after {
    clear: both
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.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-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

@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-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto
    }
    .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;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left
    }
    .navbar-right {
        float: right;
        margin-right: -15px
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand: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 {
    background-color: #e7e7e7;
    color: #555
}

@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-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a: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: #090909
}

.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 {
    background-color: #090909;
    color: #fff
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }
    .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: #090909
    }
    .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: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: \00a0;
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.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-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-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-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

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

.pager:after {
    clear: both
}

.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: #777;
    background-color: #fff;
    cursor: not-allowed
}

.page.next.jump:before {
    content: '\f141' !important;
}
.page.next.jump {
    top: 5px;
}
.item.current .label, .label.pages-label {
    display: none;
}
.item.current {
    color: #52AD94;
}
.pager .limiter {
    display: none;
}
#limiter {
    width: 40%;
    margin: 10px 5px;
}
.pager .pages {
    margin-bottom: 10px;
}

.items.pages-items {
    display: flex;
    align-items: flex-end;
}
.items.pages-items li {
    padding-right: 10px;
}
.pager li>a:not(.action) {
    border: none !important;
}
.pages .next:not(.jump), .pages .previous:not(.jump) {
    padding-left: 10px;
    padding-right: 10px;
}

.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:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #286090
}

.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;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge,
.btn-group-xs>.btn .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding: 48px 0
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7
}

.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,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.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 {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.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-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

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;
    color: #555;
    background-color: #f5f5f5
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #c7ddef
}

.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, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
    padding: 15px
}

.panel-body:before,
.panel-body:after {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-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,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr: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:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    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,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child 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-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th: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-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th: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-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 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;
    opacity: 0.2;
    filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.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;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index:2;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.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%;
    margin-left: -10px
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-caption {
    position: absolute;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

@media screen and (max-width: 991px) {
    .carousel-caption {
        bottom: 0 !important;
        padding: 0;
    }
    .carousel-caption .background {
        width: 100vw;
        height: 100px;
    }
    .carousel-caption h2,
    .carousel-caption h3 {
        text-align: center !important;
        padding-right: 0 !important;
    }
}

.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;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }
    .carousel-caption {
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

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

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.hide {
    display: none
}

.show {
    display: block
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none;
    visibility: hidden
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none
}

.visible-sm {
    display: none
}

.visible-md {
    display: none
}

.visible-lg {
    display: none
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none
}

@media (max-width: 767px) {
    .visible-xs {
        display: block
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block
    }
    table.visible-md {
        display: table
    }
    tr.visible-md {
        display: table-row
    }
    th.visible-md,
    td.visible-md {
        display: table-cell
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block
    }
    table.visible-lg {
        display: table
    }
    tr.visible-lg {
        display: table-row
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none
    }
}

.visible-print {
    display: none
}

@media print {
    .visible-print {
        display: block
    }
    table.visible-print {
        display: table
    }
    tr.visible-print {
        display: table-row
    }
    th.visible-print,
    td.visible-print {
        display: table-cell
    }
}

.visible-print-block {
    display: none
}

@media print {
    .visible-print-block {
        display: block
    }
}

.visible-print-inline {
    display: none
}

@media print {
    .visible-print-inline {
        display: inline
    }
}

.visible-print-inline-block {
    display: none
}

@media print {
    .visible-print-inline-block {
        display: inline-block
    }
}

@media print {
    .hidden-print {
        display: none
    }
}

@font-face {
    font-family: 'FontAwesome';
    src: url("/fonts/font-awesome/fontawesome-webfont.eot?v=4.3.0");
    src: url("/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("/fonts/font-awesome/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("/fonts/font-awesome/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("/fonts/font-awesome/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("/fonts/font-awesome/fontawesome-webfont.svg?v=4.3.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;
    transform: translate(0, 0)
}

.fa-lg {
    font-size: 1.33333em;
    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.28571em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-gear:before,
.fa-cog:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,
.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,
.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-gears:before,
.fa-cogs:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-linkedin-in:before {
    content: "\f0e1";
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,
.fa-users:before {
    content: ""
}

.fa-chain:before,
.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,
.fa-scissors:before {
    content: ""
}

.fa-copy:before,
.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-save:before,
.fa-floppy-o:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-unsorted:before,
.fa-sort:before {
    content: ""
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: ""
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}

.fa-legal:before,
.fa-gavel:before {
    content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-flash:before,
.fa-bolt:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-paste:before,
.fa-clipboard:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: ""
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: ""
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: ""
}

.fa-euro:before,
.fa-eur:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,
.fa-usd:before {
    content: ""
}

.fa-rupee:before,
.fa-inr:before {
    content: ""
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: ""
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: ""
}

.fa-won:before,
.fa-krw:before {
    content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-turkish-lira:before,
.fa-try:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: ""
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,
.fa-car:before {
    content: ""
}

.fa-cab:before,
.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: ""
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: ""
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,
.fa-rebel:before {
    content: ""
}

.fa-ge:before,
.fa-empire:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,
.fa-weixin:before {
    content: ""
}

.fa-send:before,
.fa-paper-plane:before {
    content: ""
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-genderless:before,
.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-hotel:before,
.fa-bed:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.theme-border,
.table-bordered {
    border-top: solid 2px #8998a3
}

.theme-color {
    color: #8998a3
}

.title-border {
    border-bottom: solid 2px #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .title-border {
        margin-bottom: 15px;
        padding-bottom: 10px
    }
}

.theme-block {
    border: solid 1px #dfdfdf;
    border-top: solid 2px #8998a3;
    padding: 30px 29px;
    margin-bottom: 60px
}

.no-theme-block {
    border: none;
    padding: 0;
    margin-bottom: 0
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    font-size: 16px;
    line-height: 1.667em;
    color: #333;
    text-transform: uppercase;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .theme-block {
        padding: 15px;
        margin-bottom: 30px
    }
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    border-bottom-width: 1px
}

.table-bordered th,
.table-bordered td {
    border: solid 1px #dfdfdf
}

.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 9999
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.icon-sprite,
.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}

.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png)
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .icon-sprite,
    .icon-sprite-for-modules {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px
    }
}

html,
body {
    height: 100%
}

.wrapper {
    min-width: 320px;
    min-height: 100%;
    margin: 0 auto;
    background-color: #fff
}

.wrapper:after {
    content: '';
    display: table;
    clear: both
}

.page {
    margin: 0 auto;
    padding: 0 0 0;
    text-align: left;
    max-width: 1800px;
    background-color: #fff
}

.cms-index-index .page {
    max-width: 1800px
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
        width: auto
    }
}

.theme-border,
.table-bordered {
    border-top: solid 2px #8998a3
}

.theme-color {
    color: #8998a3
}

.title-border {
    border-bottom: solid 2px #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .title-border {
        margin-bottom: 15px;
        padding-bottom: 10px
    }
}

.theme-block {
    border: solid 1px #dfdfdf;
    border-top: solid 2px #8998a3;
    padding: 30px 29px;
    margin-bottom: 60px
}

.no-theme-block {
    border: none;
    padding: 0;
    margin-bottom: 0
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    font-size: 16px;
    line-height: 1.667em;
    color: #333;
    text-transform: uppercase;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .theme-block {
        padding: 15px;
        margin-bottom: 30px
    }
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    border-bottom-width: 1px
}

.table-bordered th,
.table-bordered td {
    border: solid 1px #dfdfdf
}

.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 9999
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.icon-sprite,
.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}

.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png)
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .icon-sprite,
    .icon-sprite-for-modules {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px
    }
}

@media only screen and (min-width: 992px) {
    .page-header-container {
        position: relative;
        margin-bottom: 10px
    }
    .page-header-container::after {
        content: '';
        display: table;
        clear: both
    }
    .page-header-container>.f-right {
        margin-top: -10px
    }
}

.page-header {
    padding: 0
}

.page-header .container {
    max-width: 1770px
}

.header-row-background {
    padding: 30px 0 22px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e0e7ed
}

.header-row-background .header-row {
    margin-left: auto;
    margin-right: auto
}

.header-row-background:after {
    content: '';
    display: table;
    clear: both
}

.header-row-background .form-language,
.header-row-background .currency-switcher {
    float: left;
    margin-right: 10px
}

.welcome-msg {
    padding: 2px 30px 2px 0;
    margin: 15px 20px 0 0;
    border-right: 1px solid #e0e7ed;
    color: #2dcc70
}

@media only screen and (max-width: 767px) {
    .header-row-background {
        display: block
    }
    .header-row-background .welcome-msg {
        float: none;
        text-align: center;
        margin: 0
    }
}

.header-switchers {
    float: right;
    border-left: 1px solid #e0e7ed;
    padding-left: 30px;
    margin-left: 23px
}

.header-switchers .header-button {
    float: left;
    position: relative;
    width: 55px;
    margin-left: 4px
}

.header-switchers .header-button>a {
    display: block;
    height: 30px
}

.header-switchers .header-button>a:after {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 28px;
    line-height: 18px;
    padding-left: 5px;
    vertical-align: middle
}

.header-switchers .header-button.currency-list>a,
.header-switchers .header-button.lang-list>a {
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    text-align: center;
    padding: 4px 0 0;
    width: 100%
}

.header-switchers .header-button ul {
    display: none;
    text-align: right;
    position: absolute;
    right: 0px;
    top: 36px;
    padding: 0;
    z-index: 999;
    background: #fff;
    min-width: 125px;
    width: auto;
    -webkit-box-shadow: 0 0 15px #afafaf;
    box-shadow: 0 0 15px #afafaf
}

.header-switchers .header-button ul li {
    float: none;
    display: block;
    padding-left: 0px;
    border-bottom: 1px solid #dfdfdf
}

.header-switchers .header-button ul li:last-child {
    border: 0
}

.header-switchers .header-button ul li a {
    display: block;
    font-size: 14px;
    line-height: 17px;
    padding: 7px 22px 7px 15px;
    min-height: 18px;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.header-switchers .header-button ul li a span {
    white-space: nowrap
}

.header-switchers .header-button ul li a:hover {
    background-color: #EDEDED;
    text-decoration: none
}

.header-switchers .header-button ul li a .mobile-part {
    display: none
}

.header-switchers .header-button>a:hover,
.header-switchers .header-button.active>a {
    text-decoration: none
}

.header-switchers .header-button.full_mode {
    width: auto;
    cursor: pointer;
    margin: 0 21px 0 0;
    padding-top: 2px;
    padding-bottom: 2px
}

.header-switchers .header-button.full_mode.currency-list {
    margin-right: 0
}

.header-switchers .header-button.full_mode .header-button-title .label {
    padding-right: 5px
}

.header-switchers .header-button.full_mode .header-button-title .current {
    font-weight: normal
}

.header-switchers .header-button.full_mode .header-button-title .current::after {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    font-size: 22px;
    line-height: 14px;
    color: #e3e9ef;
    display: inline-block;
    vertical-align: middle
}

.header-switchers .header-button.full_mode .header-button-title:hover .current {
    color: #777
}

.header-switchers .header-button.full_mode.active .current:after {
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

@media only screen and (max-width: 767px) {
    .header-switchers .header-button.full_mode {
        float: none
    }
    .header-switchers .header-button.full_mode.lang-list {
        padding-right: 0px;
        border-right: none
    }
}

.logo {
    display: block;
    float: left;
    min-width: 200px;
    min-height: 44px;
    text-align: center;
    margin: 0 0 30px 0
}

.logo img {
    max-width: 100%
}

.logo .small {
    display: block
}

.logo .large {
    display: none
}

@media only screen and (max-width: 991px) {
    .logo {
        margin: 0 0 20px 0;
        display: inline-block;
        float: none
    }
}

@media only screen and (min-width: 768px) {
    .logo .small {
        display: none
    }
    .logo .large {
        display: block
    }
}

@media only screen and (max-width: 767px) {
    .logo {
        max-width: 100%
    }
}

.skip-container.mobile {
    background-color: #f7f9fb
}

.skip-container.mobile .skip-links {
    position: relative
}

.skip-links {
    clear: both;
    position: relative
}

.skip-links:after {
    content: '';
    display: table;
    clear: both
}

@media only screen and (min-width: 992px) {
    .skip-links {
        border: 0;
        float: right
    }
    .skip-container {
        position: relative;
        float: right
    }
    .skip-container.mobile {
        display: none
    }
}

.skip-link .icon {
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: middle;
    font-size: 24px
}

.skip-link.skip-nav .icon,
.skip-link.skip-cart:not(.no-count) .icon {
    margin-right: 3px
}

@media only screen and (min-width: 500px) {
    .skip-link .icon {
        margin-right: 3px
    }
}

.skip-link .label {
    display: none
}

@media only screen and (min-width: 500px) {
    .skip-link .label {
        display: inline
    }
}

.skip-content {
    display: none
}

.skip-content.skip-active {
    display: block;
    position: absolute;
    background: #fff;
    top: 40px;
    z-index: 1000;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
    -webkit-animation: skipLinks 0.25s linear;
    -webkit-animation: skipLinks 0.25s linear;
    -moz-animation: skipLinks 0.25s linear;
    -ms-animation: skipLinks 0.25s linear;
    -o-animation: skipLinks 0.25s linear;
    animation: skipLinks 0.25s linear
}

@-webkit-keyframes skipLinks {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes skipLinks {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes skipLinks {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes skipLinks {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.main-menu .skip-content.skip-active {
    position: relative
}

@media only screen and (max-width: 991px) {
    .header-search,
    .header-minicart.desktop {
        display: none
    }
    .skip-link {
        border-right: solid 1px #232323;
        position: relative;
        float: left;
        width: 20%;
        height: 50px;
        color: #5e7485;
        line-height: 48px;
        text-align: center
    }
    .skip-link.skip-nav {
        border-left: solid 1px #232323
    }
    .skip-link .label {
        color: #5e7485
    }
    .skip-link:hover,
    .skip-link.skip-active {
        background: #232323;
        color: #2dcc70
    }
    .skip-link.skip-active span,
    .skip-link:hover .label,
    .skip-link:hover .icon {
        color: #2dcc70
    }
    .skip-content.skip-active {
        background: #fff;
        position: absolute;
        top: 50px;
        width: 100%;
        z-index: 999;
        padding: 0 10px;
        -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.35)
    }
    #header-account li a,
    .header-button .header-button-title {
        padding: 3px 15px 4px 25px;
        border-bottom: 1px solid #e0e7ed;
        text-align: left;
        color: #8b8b8b;
        line-height: 30px
    }
    #header-account li:last-child a {
        border-bottom: 0
    }
    .no-touch #header-account a:hover,
    .header-button .header-button-title:hover {
        background-color: #f5f5f5;
        text-decoration: none;
        cursor: pointer
    }
    .header-switchers {
        display: none
    }
    .header-button ul li a span {
        display: none
    }
    .header-button ul li a span.mobile-part {
        display: inline-block
    }
}

a.skip-link {
    text-decoration: none
}

@media only screen and (min-width: 500px) {
    .skip-link {
        width: 25%
    }
}

.account-cart-wrapper {
    position: absolute;
    top: 0px;
    right: 0px
}

@media only screen and (max-width: 991px) {
    .account-cart-wrapper {
        position: static
    }
}

.top-header>.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.top-header .left-side-header {
    margin-right: 30px
}

@media only screen and (max-width: 991px) {
    .top-header .left-side-header {
        float: none;
        text-align: center;
        width: 100%;
        margin: 0
    }
}

.right-side-header {
    width: 83%
}

@media only screen and (max-width: 991px) {
    .right-side-header {
        display: none
    }
}

.theme-border,
.table-bordered {
    border-top: solid 2px #8998a3
}

.theme-color {
    color: #8998a3
}

.title-border {
    border-bottom: solid 2px #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .title-border {
        margin-bottom: 15px;
        padding-bottom: 10px
    }
}

.theme-block {
    border: solid 1px #dfdfdf;
    border-top: solid 2px #8998a3;
    padding: 30px 29px;
    margin-bottom: 60px
}

.no-theme-block {
    border: none;
    padding: 0;
    margin-bottom: 0
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    font-size: 16px;
    line-height: 1.667em;
    color: #333;
    text-transform: uppercase;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .theme-block {
        padding: 15px;
        margin-bottom: 30px
    }
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    border-bottom-width: 1px
}

.table-bordered th,
.table-bordered td {
    border: solid 1px #dfdfdf
}

.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 9999
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.icon-sprite,
.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}

.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png)
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .icon-sprite,
    .icon-sprite-for-modules {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px
    }
}

.skip-nav {
    width: 40%
}

.skip-nav:not(.skip-active):hover {
    text-decoration: none
}

.skip-nav .label {
    display: inline
}

.skip-nav .icon:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}

@media only screen and (min-width: 500px) {
    .skip-nav {
        width: 25%
    }
}

@media only screen and (max-width: 991px) {
    #header-nav {
        padding: 0
    }
    .main-menu {
        position: relative
    }
    .pseudoStickyBlock {
        display: none
    }
}

@media only screen and (min-width: 992px) {
    #header-nav {
        display: block;
        padding: 0;
        max-width: 1740px;
        margin: 0 auto
    }
    .main-menu {
        position: relative;
        top: 0;
        width: 100%;
        left: 0;
        background-color: #f7f9fb
    }
    .main-menu.isStuck {
        z-index: 9990
    }
    .header-nav {
        display: block;
        margin-top: 15px
    }
    .skip-nav {
        display: none
    }
}

.nav-primary a {
    text-decoration: none;
    position: relative;
    display: block;
    color: #8b8b8b;
    line-height: 30px;
    font-family: "Ubuntu", sans-serif
}

.nav-primary li {
    position: relative
}

.nav-primary li.level1 a {
    border-bottom: 1px solid #e0e7ed
}

.nav-primary .menu-active>ul.level0,
.nav-primary li.level0 li.sub-menu-active>ul {
    display: block
}

.nav-primary li.level0>a {
    text-transform: uppercase
}

@media only screen and (max-width: 991px) {
    .nav-primary a.level0,
    .nav-primary a {
        line-height: 35px
    }
    .nav-primary li.level0 ul {
        display: none
    }
    .nav-primary li.level0 li {
        padding: 0 0 0 25px
    }
    .nav-primary li.level1 a {
        padding: 0 15px 0 25px
    }
    .nav-primary li.parent>a:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #ccc;
        border-right: none;
        top: 50%;
        left: 10px;
        right: auto;
        margin-top: -5px
    }
    .nav-primary li.parent.sub-menu-active>a:after,
    .nav-primary li.parent.menu-active>a:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        border-top: 5px solid #ccc;
        border-bottom: none;
        top: 50%;
        left: 10px;
        right: auto;
        margin-top: -5px
    }
    .nav-primary li.menu-active>a,
    .nav-primary li.sub-menu-active>a {
        color: #2dcc70
    }
}

@media only screen and (min-width: 992px) {
    .nav-primary a.level0 {
        padding: 0 25px
    }
    .nav-primary li.level0,
    .nav-primary a.level0 {
        display: inline-block
    }
    .nav-primary li:last-child>a {
        border-bottom: none
    }
    .nav-primary a:hover,
    .nav-primary li:hover>a,
    .nav-primary li.active>a {
        color: #2dcc70
    }
    .nav-primary .menu-active {
        z-index: 200
    }
    .nav-primary li.level0 ul {
        background: #FBFBFB;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
        position: absolute;
        left: 0;
        top: 30px;
        z-index: 10;
        width: 250px;
        padding-left: 10px;
        padding-right: 10px;
        display: none
    }
    .nav-primary li.level1 ul {
        left: 60px;
        top: 15px
    }
    .nav-primary li.level0 ul.level0.position-test {
        display: block
    }
    .nav-primary li.level0 ul.level0.spill {
        right: 0;
        left: auto
    }
    .nav-primary li.level0 ul.level0.spill li.level1 ul {
        left: auto;
        right: 50px;
        top: 20px
    }
    .nav-primary li.level0 li.parent>a {
        position: relative
    }
    .nav-primary li.level0 li.parent>a:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #ccc;
        border-right: none;
        right: 5px;
        top: 50%;
        margin-top: -3px
    }
}

.nav-primary li.menu-active>ul {
    display: block
}

.theme-border,
.table-bordered {
    border-top: solid 2px #8998a3
}

.theme-color {
    color: #8998a3
}

.title-border {
    border-bottom: solid 2px #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .title-border {
        margin-bottom: 15px;
        padding-bottom: 10px
    }
}

.theme-block {
    border: solid 1px #dfdfdf;
    border-top: solid 2px #8998a3;
    padding: 30px 29px;
    margin-bottom: 60px
}

.no-theme-block {
    border: none;
    padding: 0;
    margin-bottom: 0
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    font-size: 16px;
    line-height: 1.667em;
    color: #333;
    text-transform: uppercase;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .theme-block {
        padding: 15px;
        margin-bottom: 30px
    }
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    border-bottom-width: 1px
}

.table-bordered th,
.table-bordered td {
    border: solid 1px #dfdfdf
}

.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 9999
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.icon-sprite,
.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}

.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png)
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .icon-sprite,
    .icon-sprite-for-modules {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px
    }
}

.skip-search .icon:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}

@media only screen and (min-width: 992px) {
    .skip-search {
        display: none
    }
    .header-search {
        display: block;
        float: right;
        position: relative;
        margin: 0 6% 0 0
    }
    .header-search .skip-link:before {
        display: inline-block;
        font-family: "material-design";
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        content: "";
        font-size: 22px;
        line-height: 20px;
        padding-right: 2px
    }
    .header-search .skip-content {
        left: auto;
        right: 0;
        width: 250px
    }
    .header-search .skip-content #search {
        width: 150px;
        padding: 10px
    }
}

@media only screen and (min-width: 1301px) {
    .header-search {
        margin-right: 18%
    }
}

@media only screen and (max-width: 991px) {
    #header-search {
        padding: 10px
    }
    #search_mini_form #search {
        width: 100%;
        padding-right: 80px
    }
    #search_mini_form .search-button {
        position: absolute;
        right: 0;
        top: 0
    }
}

.theme-border,
.table-bordered {
    border-top: solid 2px #8998a3
}

.theme-color {
    color: #8998a3
}

.title-border {
    border-bottom: solid 2px #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .title-border {
        margin-bottom: 15px;
        padding-bottom: 10px
    }
}

.theme-block {
    border: solid 1px #dfdfdf;
    border-top: solid 2px #8998a3;
    padding: 30px 29px;
    margin-bottom: 60px
}

.no-theme-block {
    border: none;
    padding: 0;
    margin-bottom: 0
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    font-size: 16px;
    line-height: 1.667em;
    color: #333;
    text-transform: uppercase;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .theme-block {
        padding: 15px;
        margin-bottom: 30px
    }
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    border-bottom-width: 1px
}

.table-bordered th,
.table-bordered td {
    border: solid 1px #dfdfdf
}

.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 9999
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.icon-sprite,
.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}

.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png)
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .icon-sprite,
    .icon-sprite-for-modules {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px
    }
}

.skip-account .icon:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}

@media only screen and (min-width: 992px) {
    .skip-account {
        float: none;
        width: auto;
        vertical-align: top;
        display: inline-block;
        padding: 0 10px;
        text-transform: uppercase
    }
    #header-account.skip-active {
        background: #FBFBFB;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
        display: block;
        position: absolute;
        z-index: 200;
        top: 40px;
        right: 115px;
        width: 200px
    }
    #header-account a {
        display: block;
        padding: 5px 10px;
        color: #8b8b8b;
        line-height: 2;
        text-decoration: none
    }
    #header-account a:hover {
        color: #2dcc70
    }
}

#header-account {
    padding: 0
}

#header-account .header-button .current {
    font-weight: normal;
    padding-left: 5px;
    color: #333
}

#header-account .header-button ul {
    border-bottom: 1px solid #e0e7ed;
    padding: 0 10px;
    background: #f5f5f5
}

#header-account .header-button li {
    display: inline-block
}

#header-account .header-button li a {
    padding: 3px 15px;
    border-bottom: none;
    text-transform: uppercase
}

#header-account .header-button li a:hover,
#header-account .header-button li a.selected {
    background: #fff;
    color: #333
}

#header-account a {
    position: relative;
    display: block;
    padding: 5px 10px;
    line-height: 23px;
    text-align: left
}

#header-account .header-button:hover .label,
#header-account a:hover {
    color: #333
}

.top-links {
    position: relative;
    float: right
}

.top-links .top-links-inline {
    float: right
}

.top-links .top-links-inline .links {
    padding-left: 15px
}

.top-links .top-links-inline .links li {
    float: left;
    line-height: 26px;
    padding: 0 15px
}

.top-links .top-links-inline .links li.last {
    padding-right: 0
}

.top-links .top-links-inline .links li a.top-links-cart {
    display: none
}

.top-links a.account-dropdown {
    margin-left: 20px
}

.top-links a.account-dropdown:hover span {
    color: #8998a3
}

.top-links a.account-dropdown::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 22px;
    line-height: 20px;
    color: #8998a3;
    padding-right: 7px
}

.top-links .skip-content.skip-active {
    width: 250px;
    right: 0;
    left: auto
}

@media only screen and (max-width: 991px) {
    .top-links {
        display: none
    }
}

.theme-border,
.table-bordered {
    border-top: solid 2px #8998a3
}

.theme-color {
    color: #8998a3
}

.title-border {
    border-bottom: solid 2px #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .title-border {
        margin-bottom: 15px;
        padding-bottom: 10px
    }
}

.theme-block {
    border: solid 1px #dfdfdf;
    border-top: solid 2px #8998a3;
    padding: 30px 29px;
    margin-bottom: 60px
}

.no-theme-block {
    border: none;
    padding: 0;
    margin-bottom: 0
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    font-size: 16px;
    line-height: 1.667em;
    color: #333;
    text-transform: uppercase;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .theme-block {
        padding: 15px;
        margin-bottom: 30px
    }
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    border-bottom-width: 1px
}

.table-bordered th,
.table-bordered td {
    border: solid 1px #dfdfdf
}

.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 9999
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.icon-sprite,
.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}

.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png)
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .icon-sprite,
    .icon-sprite-for-modules {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px
    }
}

.skip-cart .icon:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}

@media only screen and (min-width: 992px) {
    .skip-cart {
        width: auto;
        padding: 0
    }
    .skip-cart .icon:before {
        color: #2dcc70;
        font-size: 35px;
        padding: 0 10px 0 0
    }
    .skip-cart .label {
        font-size: 18px;
        color: #333;
        font-weight: 500;
        text-transform: uppercase;
        display: none;
        vertical-align: middle;
        padding-right: 7px
    }
    .skip-cart .count {
        border-radius: 50%;
        display: inline-block;
        height: 42px;
        line-height: 42px;
        text-align: center;
        vertical-align: middle;
        position: relative;
        z-index: 3
    }
}

.skip-cart.no-count .count {
    font-weight: normal
}

@media only screen and (max-width: 499px) {
    .skip-cart .count {
        margin-left: -5px
    }
}

@media only screen and (min-width: 992px) {
    .skip-cart {
        color: #8998a3;
        text-transform: uppercase
    }
    .skip-cart:hover {
        text-decoration: none
    }
    .skip-cart .count {
        color: #8998a3
    }
}

.skip-cart .count.empty {
    display: none
}

.cart-menu .empty {
    padding: 20px;
    text-align: center
}

.cart-menu .actions {
    overflow: hidden;
    padding: 15px
}

.cart-menu .actions .button {
    float: left;
    width: 48%
}

.cart-menu .actions .button+.button {
    margin-left: 4%
}

.cart-menu .subtotal {
    padding: 0 15px 15px;
    font-family: "Ubuntu", sans-serif;
    font-size: 24px;
    line-height: 1.2
}

.mini-cart-list {
    margin-bottom: 5px
}

.mini-cart-list li {
    position: relative;
    min-height: 90px;
    padding: 15px 15px 15px 90px;
    border-top: 1px solid #e0e7ed;
    font-size: 13px;
    line-height: 1.35
}

.mini-cart-list .product-name {
    display: inline-block
}

.mini-cart-list .product-image {
    position: absolute;
    left: 15px;
    top: 15px
}

.mini-cart-list .product-image img {
    width: 60px;
    height: 60px
}

.mini-cart-list .has-options {
    margin-bottom: 0;
    color: #909090;
    font-size: 12px
}

.cart-menu .last-added {
    padding: 10px 15px 15px;
    border-top: 1px solid #e0e7ed;
    font-size: 13px
}

.theme-border,
.table-bordered {
    border-top: solid 2px #8998a3
}

.theme-color {
    color: #8998a3
}

.title-border {
    border-bottom: solid 2px #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .title-border {
        margin-bottom: 15px;
        padding-bottom: 10px
    }
}

.theme-block {
    border: solid 1px #dfdfdf;
    border-top: solid 2px #8998a3;
    padding: 30px 29px;
    margin-bottom: 60px
}

.no-theme-block {
    border: none;
    padding: 0;
    margin-bottom: 0
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    font-size: 16px;
    line-height: 1.667em;
    color: #333;
    text-transform: uppercase;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .theme-block {
        padding: 15px;
        margin-bottom: 30px
    }
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    border-bottom-width: 1px
}

.table-bordered th,
.table-bordered td {
    border: solid 1px #dfdfdf
}

.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 9999
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.icon-sprite,
.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}

.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png)
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .icon-sprite,
    .icon-sprite-for-modules {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px
    }
}

.footer .footer-col h4,
.footer .footer-col .block-title strong,
.footer .block-title strong {
    font-family: "Ubuntu", sans-serif;
    color: #526a7c;
    font-size: 16px;
    display: block;
    padding: 0 0 17px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500
}

.footer,
.footer button {
    font-family: "Ubuntu", sans-serif
}

.footer-container .container {
    max-width: 1800px
}

.footer {
    clear: both;
    width: 100%;
    padding-top: 30px;
    margin-top: 50px
}

@media only screen and (max-width: 479px) {
    .footer {
        padding-top: 15px
    }
}

.footer .footer-cols-wrapper {
    padding-bottom: 45px;
    position: relative
}

@media only screen and (max-width: 767px) {
    .footer .footer-cols-wrapper {
        margin: 0
    }
}

.footer .block-title {
    border: 0;
    padding: 0;
    margin-bottom: 0
}

.footer .block-title,
.footer address {
    color: #333
}

.footer .links,
.footer .footer-col ul {
    padding: 0
}

.footer .links li,
.footer .footer-col ul li {
    word-break: break-all;
    line-height: 1.4;
    padding: 6px 0
}

.footer .links a,
.footer .footer-col ul a {
    color: #2dcc70;
    text-decoration: underline
}

.footer .links a:hover,
.footer .footer-col ul a:hover {
    color: #8998a3;
    text-decoration: none
}

.footer .links.footer-contacts a,
.footer .footer-col ul.footer-contacts a {
    text-decoration: none
}

.footer .links.soc-icons,
.footer .footer-col ul.soc-icons {
    margin-top: 10px
}

.footer .links.soc-icons li,
.footer .footer-col ul.soc-icons li {
    display: inline-block;
    margin-right: 7px
}

.footer .links.soc-icons a,
.footer .footer-col ul.soc-icons a {
    color: #e3e9ef;
    text-decoration: none;
    font-size: 18px
}

.footer .links.soc-icons a:hover,
.footer .footer-col ul.soc-icons a:hover {
    color: #526a7c
}

.footer .block {
    border: none;
    padding: 0;
    margin: 0
}

.footer .block-subscribe {
    margin: 0 0 30px 0
}

.footer .form-subscribe-header {
    display: none
}

.footer #back-top {
    position: fixed;
    bottom: 40px;
    z-index: 999;
    right: 1%;
    display: none;
    width: 41px;
    height: 41px
}

.footer #back-top span {
    display: block;
    text-align: center;
    width: 45px;
    height: 45px;
    background-color: #8998a3;
    color: #fff;
    -webkit-transition: all, 0.2s, ease-in-out;
    -o-transition: all, 0.2s, ease-in-out;
    transition: all, 0.2s, ease-in-out
}

.footer #back-top span::before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    line-height: normal;
    font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f106";
    font-size: 45px;
    line-height: 40px
}

.footer #back-top span:hover {
    background-color: #62727e
}

.footer .block-subscribe .input-box {
    float: left;
    width: 60%;
    padding: 3px 0
}

.footer .block-subscribe .input-box .validation-advice {
    position: absolute;
    background: #fff;
    border: solid 1px #dfdfdf;
    padding: 10px
}

.footer .block-subscribe .newsletter-text {
    margin-bottom: 20px
}

.footer .block-subscribe .input-text {
    width: 100%;
    height: 40px;
    background: #fff;
    border-color: #e0e7ed;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.footer .block-subscribe .block-content:after {
    content: '';
    display: table;
    clear: both
}

.footer .block-subscribe .actions {
    float: left;
    width: auto;
    margin: 0;
    padding: 3px 0
}

.footer .block-subscribe .actions .button {
    line-height: 17px;
    float: left;
    font-size: 14px;
    background: #5e7485;
    padding: 11px 15px 12px
}

.footer .block-subscribe .actions .button:hover {
    background: #2dcc70
}

.footer .bugs,
.footer address {
    clear: both
}

.footer .bugs {
    display: none
}

.footer .form-language,
.footer .currency-switcher,
.footer .store-switcher {
    clear: both;
    margin-bottom: 10px
}

.footer .form-language,
.footer .currency-switcher {
    display: none
}

.footer address {
    border-top: 1px solid #e0e7ed;
    text-align: left;
    width: 100%;
    font-size: 11px;
    margin-top: 30px;
    padding: 30px 0;
    color: #8998a3
}

@media only screen and (max-width: 1199px) {
    .footer .footer-col {
        margin-bottom: 40px
    }
    .footer .footer-col:nth-child(4) {
        clear: left
    }
    .footer .block-subscribe {
        clear: both;
        float: none;
        margin: 0 auto 30px auto
    }
}

@media only screen and (max-width: 991px) {
    .footer .block-subscribe {
        clear: both;
        float: none;
        margin: 0 auto 30px auto
    }
}

@media only screen and (max-width: 767px) {
    .footer .footer-col {
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
        border-bottom: none;
        border-top: none;
        float: none;
        width: 100%
    }
    .footer .footer-col.last {
        padding: 0
    }
    .footer .footer-col h4,
    .footer .footer-col .block-title strong {
        margin: 0;
        margin-bottom: 10px;
        color: #333;
        font-family: "Ubuntu", sans-serif;
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        line-height: 1.4;
        text-rendering: optimizeSpeed;
        text-transform: uppercase;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
        color: #8998a3;
        font-weight: 500;
        margin-bottom: 0px;
        padding: 7px 10px 7px 24px;
        border-top: solid 1px #dfdfdf;
        position: relative;
        background-color: #f5f5f5;
        display: block;
        width: 100%;
        cursor: pointer
    }
    .footer .footer-col h4:after,
    .footer .footer-col .block-title strong:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #2dcc70;
        border-right: none;
        left: 10px;
        top: 50%;
        margin-top: -3px
    }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
    .footer .footer-col h4,
    .footer .footer-col .block-title strong {
        color: #333;
        font-weight: normal;
        border: solid 1px #dfdfdf;
        border-bottom: none
    }
    .footer .footer-col h4:hover,
    .footer .footer-col .block-title strong:hover {
        background-color: #EDEDED
    }
}

@media only screen and (max-width: 767px) {
    .footer .footer-col h4.active,
    .footer .footer-col .block-title strong.active {
        margin: 0;
        margin-bottom: 10px;
        color: #333;
        font-family: "Ubuntu", sans-serif;
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        line-height: 1.4;
        text-rendering: optimizeSpeed;
        text-transform: uppercase;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
        color: #8998a3;
        font-weight: 500;
        margin-bottom: 0px;
        padding: 7px 10px 7px 24px;
        border-top: solid 1px #dfdfdf;
        position: relative;
        background-color: #f5f5f5
    }
    .footer .footer-col h4.active:after,
    .footer .footer-col .block-title strong.active:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid #2dcc70;
        border-bottom: none;
        left: 10px;
        top: 50%;
        margin-top: -3px
    }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
    .footer .footer-col h4.active,
    .footer .footer-col .block-title strong.active {
        color: #333;
        font-weight: normal;
        border: solid 1px #dfdfdf;
        border-bottom: none
    }
    .footer .footer-col h4.active:hover,
    .footer .footer-col .block-title strong.active:hover {
        background-color: #EDEDED
    }
}

@media only screen and (max-width: 767px) {
    .footer .footer-col.last .block-subscribe .block-title strong {
        border-bottom: solid 1px #dfdfdf
    }
    .footer .footer-col.last .block-subscribe .block-content {
        border: solid 1px #dfdfdf;
        border-top: none
    }
    .footer .footer-col-content,
    .footer .block-content {
        padding: 10px;
        margin-top: 0;
        border-width: 1px 1px 0 1px;
        border-style: solid;
        border-color: #dfdfdf
    }
    .footer .block-subscribe {
        margin-bottom: 0
    }
}

.product-view .add-to-cart-buttons .button {
    font-size: 18px;
    padding: 14px 28px
}

@media only screen and (max-width: 991px) {
    .product-view .add-to-cart-buttons .button {
        padding: 7px 12px
    }
}

.product-view .add-to-cart-buttons .button {
    background-color: #2dcc70
}

.product-view .add-to-cart-buttons .button::after {
    background: #1f8d4e
}

.product-view .add-to-cart-buttons .button:hover {
    background: #1f8d4e
}

.product-view .add-to-cart-buttons .button:active::after {
    background: #1b7842
}

.product-view .add-to-cart-buttons .button:focus {
    background: none
}

.product-options ul.options-list input[type="radio"],
.product-options ul.options-list input[type="checkbox"] {
    float: left;
    margin-top: 5px;
    display: none
}

.product-options ul.options-list input[type="radio"]+label,
.product-options ul.options-list input[type="radio"]+.label label {
    cursor: pointer;
    position: relative;
    padding-left: 27px;
    text-transform: none;
    display: inline-block
}

.product-options ul.options-list input[type="radio"]+label:before,
.product-options ul.options-list input[type="radio"]+.label label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 2px;
    background-color: #f5f5f5;
    border: solid 1px #dfdfdf
}

.product-options ul.options-list input[type="radio"]+label:after,
.product-options ul.options-list input[type="radio"]+.label label:after {
    content: "";
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    width: 0px;
    height: 0px;
    left: 9px;
    top: 10px;
    background-color: #8998a3;
    box-shadow: inset -1px -1px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8)
}

.product-options ul.options-list input[type="radio"]+label:hover,
.product-options ul.options-list input[type="radio"]+.label label:hover {
    color: #8998a3
}

.product-options ul.options-list input[type=radio]:checked+.label label:after,
.product-options ul.options-list input[type=radio]:checked+label:after {
    width: 12px;
    height: 12px;
    left: 2px;
    top: 4px
}

.product-options ul.options-list input[type="checkbox"]+label,
.product-options ul.options-list input[type="checkbox"]+.label label {
    display: inline-block;
    padding-left: 27px;
    position: relative;
    clear: both;
    cursor: pointer;
    text-transform: none
}

.product-options ul.options-list input[type="checkbox"]+label:before,
.product-options ul.options-list input[type="checkbox"]+.label label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 2px;
    background-color: #f5f5f5;
    border: solid 1px #dfdfdf
}

.product-options ul.options-list input[type="checkbox"]+label:after,
.product-options ul.options-list input[type="checkbox"]+.label label:after {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    font-size: 0;
    left: 9px;
    top: 10px;
    color: #8998a3;
    text-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8)
}

.product-options ul.options-list input[type="checkbox"]+label:hover,
.product-options ul.options-list input[type="checkbox"]+.label label:hover {
    color: #8998a3
}

.product-options ul.options-list input[type=checkbox]:checked+label:after,
.product-options ul.options-list input[type=checkbox]:checked+.label label:after {
    font-size: 22px;
    top: -9px;
    left: 0
}

.product-options .dropdown {
    width: 100%;
    background-color: #f5f5f5;
    border: solid 1px #dfdfdf;
    border-radius: 0px
}

.product-options .dropdown:hover {
    box-shadow: none;
    background: #EDEDED
}

.product-options .dropdown .validation-advice {
    position: relative;
    height: auto;
    opacity: 1;
    padding: 0 0 10px;
    background: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    top: -1px;
    left: -1px;
    margin-right: -2px
}

.product-options .dropdown div {
    background-color: #f5f5f5;
    border: solid 1px #dfdfdf
}

.product-options .dropdown div ul {
    z-index: 12
}

.product-options .dropdown div ul li {
    margin: 0
}

.product-options .dropdown div ul li.focus {
    background: #EDEDED;
    color: #333
}

.product-options .dropdown div ul li.active {
    font-weight: normal;
    background: #EDEDED
}

.product-options .dropdown li,
.product-options .dropdown .selected {
    font-size: 14px;
    color: #8b8b8b;
    padding: 13px 20px
}

.product-options .dropdown .selected {
    color: #333
}

.product-options .dropdown .selected::after {
    box-shadow: none
}

.product-options .dropdown .carat {
    border-width: 6px;
    border-color: #777 transparent transparent;
    right: 20px
}

.product-options .dropdown.open {
    z-index: 15
}

.product-options .dropdown.open .carat {
    border-bottom: 6px solid #777;
    border-top: 6px solid transparent;
    margin-top: -10px
}

.product-options .dropdown.open div {
    padding: 10px 0;
    height: auto
}

.product-options .dropdown.open div ul {
    position: relative;
    z-index: 12
}

.product-view.center-image-type .swiper-slide-active a,
.product-image-thumbs a:hover,
.product-image-thumbs li a.active,
.no-touch .product-image-thumbs li a:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 15px 0 inset;
    border-color: #dfdfdf
}

.theme-border,
.table-bordered,
.product-collateral {
    border-top: solid 2px #8998a3
}

.theme-color {
    color: #8998a3
}

.title-border,
#block-related h2,
#upsell-product h2 {
    border-bottom: solid 2px #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .title-border,
    #block-related h2,
    #upsell-product h2 {
        margin-bottom: 15px;
        padding-bottom: 10px
    }
}

.theme-block {
    border: solid 1px #dfdfdf;
    border-top: solid 2px #8998a3;
    padding: 30px 29px;
    margin-bottom: 60px
}

.no-theme-block {
    border: none;
    padding: 0;
    margin-bottom: 0
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    font-size: 16px;
    line-height: 1.667em;
    color: #333;
    text-transform: uppercase;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .theme-block {
        padding: 15px;
        margin-bottom: 30px
    }
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    border-bottom-width: 1px
}

.table-bordered th,
.table-bordered td {
    border: solid 1px #dfdfdf
}

.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 9999
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.icon-sprite,
.icon-sprite-for-modules,
.product-view .sharing-links a {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}

.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png)
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .icon-sprite,
    .icon-sprite-for-modules,
    .product-view .sharing-links a {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px
    }
}

.product-view .product-essential {
    margin-bottom: 25px
}

.product-view .product-essential .extra-info .ratings .rating-box {
    margin-top: 2px
}

.product-view .product-essential .extra-info .ratings .rating-box,
.product-view .product-essential .extra-info .ratings .amount {
    float: left
}

.product-view .product-essential .extra-info .ratings .rating-links {
    font-size: 12px
}

.product-view .product-essential .extra-info .ratings:after {
    content: '';
    display: table;
    clear: both
}

.product-view .product-essential:after {
    content: '';
    display: table;
    clear: both
}

.product-view .product-shop .product-name .h1,
.product-view .product-img-box .product-name h1 {
    margin-bottom: 15px;
    font-size: 34px;
    line-height: 1.382em;
    border: 0;
    display: block;
    text-transform: none
}

.product-view .product-shop .additional-info {
    position: relative;
    margin: -5px 0 10px;
    color: #333
}

.product-view .product-shop .additional-info .product-sku {
    margin: 0 0 5px 0;
    text-transform: uppercase
}

.product-view .product-shop .additional-info .product-sku .sku-number {
    color: #8998a3;
    text-transform: none;
    font-weight: 500;
    background: #f5f5f5;
    display: inline-block;
    padding: 1px 9px
}

.product-view .product-shop .product-name {
    display: none
}

.product-view .product-shop .extra-info {
    clear: left
}

.product-view .product-shop .extra-info .addthis_toolbox {
    margin-top: 15px
}

.product-view .product-shop .price-info {
    float: left;
    padding-right: 15px;
    text-align: left
}

.product-view .product-shop .extra-info,
.product-view .product-shop .price-info {
    margin-bottom: 15px
}

.product-view .product-shop .short-description {
    margin-bottom: 10px;
    clear: both
}

.product-view .product-shop .ratings,
.product-view .product-shop .no-rating {
    margin: 10px 0 10px
}

.product-view .product-shop .availability {
    float: left;
    vertical-align: middle;
    display: inline-block;
    margin-right: 15px;
    padding: 0
}

.product-view .product-shop .availability .label {
    padding: 0;
    font-size: 14px;
    text-transform: none;
    font-weight: normal
}

.product-view .product-shop .availability .value {
    font-weight: 500
}

.product-view .product-shop .availability-only {
    padding: 0 0 3px 0;
    float: none;
    position: relative;
    float: right
}

.product-view .product-shop .availability-only p {
    margin: 0
}

.product-view .product-shop .availability-only table {
    position: absolute;
    background: #fff;
    z-index: 999;
    width: 250px
}

.product-view .product-shop .availability-only a:after {
    content: '+'
}

.product-view .product-shop .availability-only a:hover {
    text-decoration: none;
    opacity: 0.7
}

.product-view .product-shop .price-box {
    margin-top: 0
}

.product-view .product-shop .price-box .old-price,
.product-view .product-shop .price-box .special-price,
.product-view .product-shop .price-box .regular-price {
    padding-right: 0;
    line-height: 1.2
}

.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .full-product-price .price {
    font-size: 45px;
    font-weight: 500
}

.product-view .product-shop .price-box .special-price .price-label {
    font-size: 16px;
    text-transform: uppercase
}

.product-view .product-shop .price-box .special-price span.weee {
    color: #8b8b8b
}

.product-view .product-shop .price-box .special-price span.weee span.price {
    font-size: 16px
}

.product-view .product-shop .price-box .price-excluding-tax,
.product-view .product-shop .price-box .price-including-tax {
    display: block;
    line-height: 1.2;
    color: #8b8b8b
}

.product-view .product-shop .price-box .price-excluding-tax .label,
.product-view .product-shop .price-box .price-including-tax .label {
    font-size: 16px;
    font-weight: 300
}

.product-view .product-shop .price-box .price-excluding-tax .price,
.product-view .product-shop .price-box .price-including-tax .price {
    font-size: 20px
}

.product-view .product-shop .product-options .configurable-swatch-list {
    margin-left: -7px
}

.product-view .product-shop .product-options .configurable-swatch-list li {
    margin: 0 7px
}

.product-view .product-shop label {
    display: block;
    color: #333;
    text-transform: uppercase
}

.product-view .price-box.map-info a {
    display: inherit
}

.product-view .old-price .price-label {
    display: none
}

.product-view .block-related {
    margin: 0 -15px
}

.product-view.normal-image-type .extra-info .nobr {
    margin-bottom: 10px;
    display: inline-block
}

@media only screen and (min-width: 1199px) {
    .product-view.normal-image-type .product-shop .extra-info {
        float: right;
        padding-left: 15px;
        max-width: 70%
    }
    .product-view.normal-image-type .product-shop .price-info {
        max-width: 70%
    }
    .review-product-list .product-view.normal-image-type .product-shop .extra-info {
        float: none;
        padding-left: 0
    }
}

@media only screen and (max-width: 850px) {
    .product-view .product-shop .price-box .price-excluding-tax .label,
    .product-view .product-shop .price-box .price-including-tax .label {
        font-size: 15px
    }
    .product-view .product-shop .price-box .price-excluding-tax .price,
    .product-view .product-shop .price-box .price-including-tax .price {
        font-size: 18px
    }
}

@media only screen and (max-width: 767px) {
    .product-view .add-to-cart-wrapper {
        float: none;
        width: 100%;
        clear: both
    }
    .product-view .product-shop .price-box .price-excluding-tax .label,
    .product-view .product-shop .price-box .price-including-tax .label {
        font-size: 16px
    }
    .product-view .product-shop .price-box .price-excluding-tax .price,
    .product-view .product-shop .price-box .price-including-tax .price {
        font-size: 20px
    }
}

@media only screen and (max-width: 420px) {
    .product-view .product-shop .price-box .price-excluding-tax,
    .product-view .product-shop .price-box .price-including-tax {
        margin-bottom: 5px
    }
    .product-view .product-shop .price-box .price-excluding-tax span,
    .product-view .product-shop .price-box .price-including-tax span {
        display: block
    }
}

.product-img-box .product-name h1 {
    border: 0
}

.product-img-box .product-image {
    margin-bottom: 0px;
    overflow: hidden;
    display: block;
    padding: 1px
}

.product-img-box .product-image img {
    max-width: 100%;
    margin: 0px auto
}

.product-view.normal-image-type .product-img-box .product-image img {
    max-height: 472px
}

.zoomWindow {
    background: #f7f9fc
}

.product-view.center-image-type .product-image {
    display: inline-block;
    margin-bottom: 30px
}

.product-view.center-image-type .product-essential {
    text-align: center
}

.product-view.center-image-type .product-options {
    padding-top: 30px
}

.product-view.center-image-type .product-img-box .product-name {
    display: block
}

.product-view.center-image-type .product-img-box img {
    max-height: 700px
}

.product-view.center-image-type .product-img-box .bx-wrapper .bx-loading {
    display: none
}

.product-view.center-image-type .product-img-box .bx-wrapper .bx-controls-direction a.bx-prev,
.product-view.center-image-type .product-img-box .bx-wrapper .bx-controls-direction a.bx-next {
    position: absolute;
    left: 0;
    top: 30%;
    background: none;
    height: 30px;
    overflow: hidden;
    z-index: 999;
    cursor: pointer;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    margin: 0;
    text-indent: 0;
    -webkit-transition: all, 0.2s, ease-in-out;
    -o-transition: all, 0.2s, ease-in-out;
    transition: all, 0.2s, ease-in-out
}

.product-view.center-image-type .product-img-box .bx-wrapper .bx-controls-direction a.bx-prev::before,
.product-view.center-image-type .product-img-box .bx-wrapper .bx-controls-direction a.bx-next::before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    line-height: normal;
    font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    background: none;
    width: 100%
}

.product-view.center-image-type .product-img-box .bx-wrapper .bx-controls-direction a.bx-prev:hover,
.product-view.center-image-type .product-img-box .bx-wrapper .bx-controls-direction a.bx-next:hover {
    background-color: rgba(0, 0, 0, 0.6)
}

.product-view.center-image-type .product-img-box .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0px;
    left: auto
}

.product-view.center-image-type .product-img-box .bx-wrapper .bx-controls-direction a.bx-prev::before {
    content: ""
}

.product-view.center-image-type .product-img-box .bx-wrapper .bx-controls-direction a.bx-next::before {
    content: ""
}

.product-view.center-image-type .product-shop .product-name.secondary {
    display: none
}

.product-view.center-image-type .product-shop .price-info {
    float: none;
    text-align: center
}

.product-view.center-image-type .price-box {
    margin-bottom: 15px
}

.product-view.center-image-type .price-box .old-price,
.product-view.center-image-type .price-box .special-price {
    display: inline-block
}

.product-view.center-image-type .additional-info {
    display: inline-block;
    margin: 0 20px 5px;
    clear: both
}

.product-view.center-image-type .extra-info {
    display: inline-block;
    margin: 0 20px 10px;
    vertical-align: top
}

.product-view.center-image-type .extra-info .ratings {
    margin: 0
}

.product-view.center-image-type .gallery-top {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    overflow: hidden
}

.product-view.center-image-type .gallery-top img {
    display: block;
    margin: 0 auto
}

.product-view.center-image-type .gallery-thumbs {
    width: 370px
}

.product-view.center-image-type .configurable-swatch-list,
.product-view.center-image-type .product-options-bottom,
.product-view.center-image-type .addthis_toolbox {
    display: inline-block;
    margin-bottom: 0
}

@media only screen and (min-width: 992px) {
    .product-view.center-image-type .product-options {
        border: none;
        margin-top: 0;
        padding-top: 4px;
        position: relative
    }
    .product-view.center-image-type .product-options p.required {
        position: relative;
        display: inline-block;
        padding-left: 20px
    }
    .product-view.center-image-type .product-options dl {
        display: inline-block
    }
    .product-view.center-image-type .product-options dt {
        padding: 8px 0 0 0;
        margin-top: 0;
        position: relative
    }
    .product-view.center-image-type .product-options .swatch-attr {
        display: inline-table;
        vertical-align: text-top;
        margin-bottom: 0;
        padding-bottom: 0
    }
    .product-view.center-image-type .product-options .swatch-attr label {
        padding-right: 10px
    }
    .product-view.center-image-type .product-options .swatch-attr .select-label {
        position: absolute;
        top: 100%;
        left: 0;
        padding: 0;
        text-align: left
    }
    .product-view.center-image-type .product-options-bottom {
        display: inline-block
    }
    .product-view.center-image-type .add-to-cart,
    .product-view.center-image-type .add-to-links,
    .product-view.center-image-type .sharing-links {
        clear: none;
        display: inline-table;
        vertical-align: top;
        margin: 0 15px 15px
    }
    .product-view.center-image-type .add-to-links {
        margin-top: 5px
    }
}

@media only screen and (max-width: 991px) {
    .product-view.center-image-type .product-img-box img {
        max-height: 400px
    }
}

@media only screen and (max-width: 599px) {
    .product-view.center-image-type .product-img-box img {
        max-width: 380px
    }
}

@media only screen and (max-width: 479px) {
    .product-view.center-image-type .product-img-box img {
        max-height: 270px;
        max-width: 270px
    }
    .product-view.center-image-type .gallery-thumbs {
        width: 270px
    }
}

@media only screen and (max-width: 479px) {
    .product-img-box .product-image img {
        max-height: 450px
    }
}

.product-image-gallery {
    overflow: auto;
}

.product-view .product-image-gallery, .product-image-gallery {
    position: relative
}

.product-view .product-image-gallery .gallery-image {
    display: none
}

.product-view .product-image-gallery .gallery-image.visible {
    display: block
}

.product-view .product-image-gallery .gallery-image.visible.hidden {
    visibility: hidden
}

.product-view .product-image-gallery:before,
.product-view .product-image-gallery:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none
}

.product-view .product-image-gallery:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2
}

.product-view .product-image-gallery:after {
    ;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3
}

.product-view .product-image-gallery.loading {
    position: relative
}

.product-view .product-image-gallery.loading:before,
.product-view .product-image-gallery.loading:after {
    display: block
}

.more-views {
    float: left;
    margin-right: 10px;
    width: 100px
}

.more-views .bx-wrapper .bx-loading {
    display: none
}

.more-views .bx-wrapper .bx-controls-direction a.bx-prev,
.more-views .bx-wrapper .bx-controls-direction a.bx-next {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0px;
    background: none;
    height: 20px;
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
    text-align: center;
    background-color: #8998a3;
    opacity: 0.5;
    margin: 0;
    text-indent: 0;
    -webkit-transition: all, 0.2s, ease-in-out;
    -o-transition: all, 0.2s, ease-in-out;
    transition: all, 0.2s, ease-in-out
}

.more-views .bx-wrapper .bx-controls-direction a.bx-prev::before,
.more-views .bx-wrapper .bx-controls-direction a.bx-next::before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    line-height: normal;
    font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    background: none;
    width: 100%
}

.more-views .bx-wrapper .bx-controls-direction a.bx-prev:hover,
.more-views .bx-wrapper .bx-controls-direction a.bx-next:hover {
    opacity: 1
}

.more-views .bx-wrapper .bx-controls-direction a.bx-next {
    bottom: 0px;
    top: auto
}

.more-views .bx-wrapper .bx-controls-direction a.bx-prev::before {
    content: ""
}

.more-views .bx-wrapper .bx-controls-direction a.bx-next::before {
    content: ""
}

.product-view.center-image-type .swiper-slide-active a,
.product-image-thumbs a:hover,
.product-image-thumbs li a.active,
.no-touch .product-image-thumbs li a:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 15px 0 inset;
    border-color: #dfdfdf
}

.product-image-thumbs li {
    display: block;
    position: relative;
    z-index: 2
}

.product-image-thumbs a {
    display: block;
    position: relative;
    padding: 5px;
    text-align: center;
    background-color: #f7f9fc;
    border: solid 1px transparent
}

.product-image-thumbs a img {
    position: relative;
    z-index: 1;
    max-width: 100%
}

@media only screen and (max-width: 1199px) {
    .more-views {
        height: 358px
    }
}

@media only screen and (max-width: 991px) {
    .more-views {
        height: 255px
    }
    .more-views {
        width: 72px
    }
}

@media only screen and (max-width: 767px) {
    .more-views {
        height: 258px
    }
    .product-image {
        max-width: 372px
    }
    .product-view.normal-image-type .product-img-box .product-image img {
        max-height: 372px
    }
}

@media only screen and (max-width: 479px) {
    .more-views {
        height: 212px
    }
    .more-views {
        width: 63px
    }
}

.product-img-box,
.product-collateral,
.product-view .block-related,
.box-collateral {
    margin-bottom: 30px
}

.product-view .add-to-box:after,
.product-view .add-to-cart:after {
    content: '';
    display: table;
    clear: both
}

.product-view .add-to-cart {
    margin-bottom: 15px
}

.product-view .add-to-cart .qty-wrapper,
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart-buttons {
    min-height: 50px
}

.product-view .product-options-bottom .price-box,
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart-buttons .paypal-logo {
    margin-bottom: 10px
}

.product-view .add-to-cart .qty-wrapper label {
    margin-right: 10px;
    float: left
}

.product-view .add-to-cart .qty-wrapper {
    margin-right: 20px;
    float: left
}

.product-view .add-to-cart .qty-wrapper label {
    line-height: 50px
}

.product-view .add-to-cart .qty-wrapper .qty {
    float: left;
    height: 50px
}

.product-view .add-to-cart-buttons {
    float: left;
    margin-right: 10px;
    max-width: 100%
}

.product-view .add-to-cart-buttons .paypal-logo {
    clear: left;
    text-align: center
}

.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
    margin: 0 auto;
    display: block;
    width: 170px
}

.product-view .add-to-cart-buttons .paypal-logo .bml_button {
    display: block;
    width: 174px;
    margin: 0 auto
}

.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
    text-align: center
}

.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
    display: block;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    line-height: 1;
    text-align: center
}

.product-view .add-to-cart-buttons .button {
    min-height: 50px;
    line-height: 22px;
    padding: 10px 30px;
    float: left;
    width: 100%;
    white-space: normal;
    font-size: 16px
}

.product-view .add-to-cart-buttons .button span span::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 28px;
    color: #fff;
    float: left;
    left: auto;
    right: 0.333em;
    position: relative;
    z-index: 4;
    vertical-align: bottom;
    display: inline-block
}

@media only screen and (max-width: 991px) {
    .product-view .add-to-cart-buttons .button span span::before {
        display: none
    }
}

.product-view .add-to-cart-buttons .button.button-secondary span span::before,
.product-view .add-to-cart-buttons .button.button2 span span::before {
    color: #8998a3
}

.product-view .alert-price,
.product-view .alert-stock {
    clear: both
}

.video {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%
}

.video iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

@media only screen and (max-width: 479px) {
    .product-view .add-to-cart-buttons .paypal-or {
        line-height: 20px
    }
    .product-view .add-to-cart-buttons .paypal-logo,
    .product-view .add-to-cart-buttons .paypal-or,
    .product-view .add-to-cart-buttons .paypal-button,
    .product-view .add-to-cart-buttons .button {
        text-align: center;
        width: 100%;
        display: block;
        margin-right: 0;
        margin-left: 0;
        float: none
    }
}

.add-to-box .or {
    display: none
}

.product-view .add-to-links {
    clear: both;
    margin: 0 0 15px 0
}

.product-view .add-to-links:after {
    content: '';
    display: table;
    clear: both
}

.product-view .add-to-links li {
    float: left
}

.product-view .add-to-links a {
    padding: 2px 15px 2px 0px;
    margin-right: 15px;
    border-right: 1px solid #e0e7ed
}

.product-view .add-to-links li:first-child a {
    margin-left: 0px
}

.product-view .add-to-links li:last-child a {
    border-right: 0px;
    margin-right: 0px
}

.product-view .sharing-links:after {
    content: '';
    display: table;
    clear: both
}

.product-view .sharing-links li {
    float: left;
    padding: 0px 7px 7px
}

.product-view .sharing-links a {
    text-indent: -9999px;
    display: block;
    width: 26px;
    height: 26px
}

.product-view .sharing-links a:hover {
    opacity: 0.8
}

.product-view .sharing-links a.link-wishlist {
    background-position: 0px -225px
}

.product-view .sharing-links a.link-compare {
    background-position: 0px -250px
}

.product-view .sharing-links a.link-email-friend {
    background-position: 0px -322px
}

.product-view .sharing-links a.link-facebook {
    background-position: 0px -425px
}

.product-view .sharing-links a.link-twitter {
    background-position: 0px -372px
}

@media only screen and (max-width: 599px) {
    .add-to-box .add-to-links a {
        float: none;
        width: auto;
        text-indent: 0
    }
}

.product-collateral {
    clear: both
}

.product-collateral .tab-content {
    line-height: 1.714em
}

.product-collateral .tab-content h3 {
    font-size: 18px;
    border-bottom: solid 1px #dfdfdf;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-weight: 500
}

.product-collateral .tab-content label {
    text-transform: uppercase;
    color: #333;
    margin-bottom: 10px
}

.collateral-tabs dd h2 {
    display: none
}

.box-collateral {
    clear: both
}

@media only screen and (min-width: 768px) {
    .product-collateral {
        overflow: hidden;
        border-top: solid 1px;
        border-color: #dfdfdf
    }
    .product-collateral .toggle-tabs {
        display: block;
        float: left;
        position: relative;
        width: 23%;
        z-index: 9;
        margin-right: -1px;
        border-right: solid 1px #dfdfdf
    }
    .product-collateral .toggle-tabs li {
        border: 1px solid #dfdfdf;
        border-bottom: none;
        background-color: #f5f5f5;
        cursor: pointer;
        margin-right: -1px
    }
    .product-collateral .toggle-tabs li>span {
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
        display: inline-block;
        padding: 14px 20px;
        line-height: 40px;
        cursor: pointer;
        text-transform: uppercase;
        color: #333;
        font-size: 16px;
        line-height: normal;
        position: relative;
        bottom: -1px;
        font-weight: 500
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-collateral .toggle-tabs li>span {
        padding: 12px;
        font-size: 14px
    }
}

@media only screen and (min-width: 768px) {
    .product-collateral .toggle-tabs li:first-child {
        border-top: none
    }
    .product-collateral .toggle-tabs li:last-child {
        border: 1px solid #dfdfdf
    }
    .product-collateral .toggle-tabs li.current {
        background: none;
        border-right-color: #ffffff
    }
    .product-collateral .toggle-tabs li.current>span {
        z-index: 5
    }
    .product-collateral .toggle-tabs li.current span,
    .product-collateral .toggle-tabs li:hover span {
        color: #2dcc70
    }
    .product-collateral .toggle-tabs:after {
        content: '';
        display: table;
        clear: both
    }
    .product-collateral>dl {
        overflow: hidden;
        border-left: solid 1px #e0e7ed;
        margin: 0
    }
    .product-collateral>dl>dt {
        display: none
    }
    .product-collateral>dl>dd {
        width: 100%;
        display: none;
        padding: 35px 30px 10px 40px;
        border-top: 0
    }
    .product-collateral>dl>dd.current {
        display: block
    }
}

@media only screen and (max-width: 767px) {
    .product-collateral .toggle-tabs {
        display: none
    }
    .product-collateral>dl>dt {
        margin: 0;
        margin-bottom: 10px;
        color: #333;
        font-family: "Ubuntu", sans-serif;
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        line-height: 1.4;
        text-rendering: optimizeSpeed;
        text-transform: uppercase;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
        color: #8998a3;
        font-weight: 500;
        margin-bottom: 0px;
        padding: 7px 10px 7px 24px;
        border-top: solid 1px #dfdfdf;
        position: relative;
        background-color: #f5f5f5;
        display: block
    }
    .product-collateral>dl>dt:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid #2dcc70;
        border-bottom: none;
        left: 10px;
        top: 50%;
        margin-top: -3px
    }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
    .product-collateral>dl>dt {
        color: #333;
        font-weight: normal;
        border: solid 1px #dfdfdf;
        border-bottom: none
    }
    .product-collateral>dl>dt:hover {
        background-color: #EDEDED
    }
}

@media only screen and (max-width: 767px) {
    .product-collateral>dl>dd {
        padding: 5px 30px 30px;
        background-color: #f5f5f5;
        margin: 0
    }
}

@media only screen and (max-width: 767px) and (max-width: 1199px) {
    .product-collateral>dl>dd {
        padding: 5px 15px 15px
    }
}

@media only screen and (max-width: 767px) {
    .product-collateral>dl>dd:last-child {
        border-width: 0 1px 1px 1px
    }
    .product-collateral .selected-filter {
        background-color: #EDEDED
    }
    .product-collateral>dl>dt {
        cursor: pointer;
        border-bottom-width: 0
    }
    .product-collateral>dl>dt:hover {
        color: #2dcc70
    }
    .product-collateral>dl>dt:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #2dcc70;
        border-right: none
    }
    .product-collateral>dl>dt.last {
        border-bottom-width: 1px
    }
    .product-collateral>dl>dd {
        display: none
    }
    .product-collateral.accordion-open>dl>dt.current {
        border-bottom-width: 1px
    }
    .product-collateral.accordion-open>dl>dt.current:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid #2dcc70;
        border-bottom: none;
        left: 6px;
        top: 50%;
        margin-top: -3px
    }
    .product-collateral.accordion-open>dl>dd.current {
        display: block
    }
}

@media only screen and (max-width: 767px) {
    .product-view .product-shop,
    .product-view .add-to-cart-wrapper,
    .product-view .block-related,
    .product-img-box,
    .product-collateral {
        width: 100%;
        float: none
    }
}

@media only screen and (min-width: 768px) {
    .product-view .product-shop .product-name {
        display: block
    }
    .product-img-box .product-name {
        display: none
    }
}

@media only screen and (max-width: 479px) {
    .product-view .product-shop,
    .product-img-box,
    .product-collateral,
    .product-view .block-related,
    .box-collateral {
        margin-bottom: 15px
    }
}

.product-view .ratings .rating-links {
    float: left;
    margin-top: 0
}

#product-attribute-specs-table {
    max-width: 100%;
    border: none
}

#product-attribute-specs-table th {
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    background: none
}

#product-attribute-specs-table .label {
    display: table-cell;
    font-weight: normal;
    text-align: right;
    text-transform: uppercase;
    color: #333;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

#product-attribute-specs-table tr.last td,
#product-attribute-specs-table tr.last th {
    border-bottom: none
}

.grouped-items-table-wrapper {
    border: solid 1px #dfdfdf;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px
}

.grouped-items-table-wrapper tbody tr:last-child td {
    border-bottom: none
}

@media only screen and (max-width: 479px) {
    .grouped-items-table-wrapper {
        margin-bottom: 15px
    }
}

.grouped-items-table .name-wrapper {
    color: #333;
    font-family: "Ubuntu", sans-serif
}

.grouped-items-table .qty-wrapper {
    padding-top: 7px
}

.grouped-items-table .qty-label {
    margin-left: 7px
}

.grouped-items-table td {
    padding: 4px
}

.grouped-items-table td:last-child {
    width: 30%;
    text-align: left
}

.grouped-items-table .price-box {
    text-align: right
}

.product-options {
    width: 100%;
    margin: 0 0 0;
    padding: 30px 0 0;
    border-top: 1px solid #dfdfdf;
    clear: both;
    position: relative
}

.product-options .dropdown:not(.touch) .selected {
    z-index: 11;
    position: relative
}

.product-options .dropdown .old {
    overflow: visible;
    width: auto;
    z-index: 1
}

.product-options .dropdown .old select {
    border: none;
    opacity: 0
}

.product-options .dropdown .old .validation-advice {
    padding: 0;
    border: none;
    position: absolute;
    top: 44px
}

.product-options .dropdown .carat {
    top: auto;
    bottom: 11px
}

.product-options .dropdown.open .carat {
    bottom: 16px
}

.product-options p.required {
    position: absolute;
    top: 30px;
    margin-top: 0;
    right: 0px;
    text-align: right
}

@media only screen and (max-width: 991px) {
    .product-view .product-options label.required {
        position: static
    }
}

.product-options dt {
    margin: 10px 0 13px;
    font-weight: normal
}

.product-options dt:first-child {
    margin-top: 0
}

.product-options dd .qty-holder {
    display: block;
    padding: 10px 0 0 0
}

.product-options dd .qty-holder .qty {
    width: 3em
}

.product-options dd .qty-holder label {
    vertical-align: middle
}

.product-options dd .qty-disabled {
    background: none;
    border: 0;
    padding: 0 2px
}

.product-options dd {
    margin: 0 0 20px
}

.product-options dd li .swatch-link:not(.has-image) .swatch-label {
    position: relative;
    margin: 0;
    white-space: nowrap;
    background: none;
    background-color: #eee;
    color: #8b8b8b
}

.product-options dd li .swatch-link:not(.has-image) .swatch-label::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: solid 1px;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: rgba(0, 0, 0, 0.28);
    border-right-color: rgba(0, 0, 0, 0.28)
}

.product-options dd li.selected .swatch-link:not(.has-image) .swatch-label::after,
.product-options dd li .swatch-link:not(.has-image):hover .swatch-label::after {
    border-width: 1px;
    border-top-color: rgba(0, 0, 0, 0.28);
    border-left-color: rgba(0, 0, 0, 0.28);
    border-bottom-color: transparent;
    border-right-color: transparent
}

.product-options dl.last dd.last {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.product-options dd .input-text {
    width: 98%
}

.product-options dd .input-box {
    padding-top: 0
}

.product-options dd input.datetime-picker {
    width: 150px
}

.product-options dd .time-picker {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    padding: 2px 0;
    vertical-align: middle
}

.product-options dd textarea {
    width: 98%;
    height: 8em
}

.product-options dd select {
    width: 100%;
    max-width: 100%;
    border: solid 1px #dfdfdf
}

.product-options ul.options-list li {
    line-height: 1.5;
    margin-bottom: 15px;
    background-color: #f5f5f5;
    padding: 8px 11px
}

.product-options ul.options-list li:last-child {
    margin-bottom: 0
}

.product-options ul.options-list .radio,
.product-options ul.options-list .checkbox {
    float: left;
    margin-top: 5px
}

.product-options ul.options-list .label {
    display: block
}

.product-options ul.options-list label {
    font-weight: normal;
    background: none;
    padding-top: 0;
    padding-bottom: 0
}

.product-options ul.options-list label::before {
    top: 9px;
    left: 13px
}

.product-options p.note {
    margin: 0;
    font-size: 11px
}

.product-options-bottom {
    padding: 0;
    border-top: 0;
    margin-bottom: 10px
}

.product-options-bottom:after {
    content: '';
    display: table;
    clear: both
}

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
    float: right;
    margin: 0;
    padding: 0 0 10px;
    border: 0;
    background: 0;
    color: #8b8b8b
}

@media only screen and (max-width: 1199px) {
    .product-options-bottom .product-pricing,
    .product-options-bottom .tier-prices {
        float: none;
        width: 100%;
        text-align: right;
        padding-bottom: 5px;
        margin-bottom: 10px;
        border-bottom: 1px solid #dfdfdf
    }
}

.product-options-bottom .tier-prices li {
    background: 0;
    padding: 2px 0
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
    color: #8b8b8b
}

.product-options-bottom .price-box {
    display: none;
    float: right;
    margin: 0 0 10px;
    padding: 0
}

@media only screen and (max-width: 479px) {
    .product-options-bottom .price-box .price-as-configured {
        text-align: right
    }
    .product-options-bottom .price-box .price-as-configured .price-label {
        display: block
    }
}

.product-options-bottom .price-tax {
    float: left
}

.block-related li {
    margin-bottom: 7px
}

.block-related .block-title {
    border-bottom: none
}

.block-related .block-title h2 {
    margin: 0;
    margin-bottom: 1.5em;
    color: #333;
    font-family: "Ubuntu", sans-serif;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    margin-bottom: 0
}

.block-related .block-subtitle {
    margin-bottom: 7px
}

.block-related .product {
    margin-left: 20px;
    position: relative
}

.block-related .checkbox {
    float: left;
    margin-top: 36px
}

.block-related .product-details {
    margin-left: 90px
}

.block-related .product-name {
    margin-bottom: 3px
}

.block-related .product-details .price-box {
    margin: 2px 0 3px
}

.block-related .product-details .price-box a,
.block-related .product-details .price-box p,
.block-related .product-details .price-box span {
    float: left;
    margin-left: 3px
}

.block-related .product-details .price-box a:first-child,
.block-related .product-details .price-box p:first-child,
.block-related .product-details .price-box span:first-child {
    margin-left: 0;
    font-size: 16px;
    padding-right: 5px;
    padding-left: 5px
}

.block-related .product-details .price-box:after {
    content: '';
    display: table;
    clear: both
}

.block-related .link-wishlist {
    display: none
}

#block-related h2,
#upsell-product h2 {
    margin: 0;
    margin-bottom: 10px;
    color: #333;
    font-family: "Ubuntu", sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase
}

.box-up-sell {
    margin-top: 30px
}

.box-up-sell .ratings {
    display: none
}

.related-carousel,
.up-sell-carousel,
#crosssell-products-list {
    margin: 0 -15px 30px -15px;
    width: auto
}

.related-carousel .no-rating a,
.up-sell-carousel .no-rating a,
#crosssell-products-list .no-rating a {
    font-weight: 500
}

.related-carousel .ratings .rating-links,
.up-sell-carousel .ratings .rating-links,
#crosssell-products-list .ratings .rating-links {
    float: none
}

.related-carousel .ratings .separator.temp,
.up-sell-carousel .ratings .separator.temp,
#crosssell-products-list .ratings .separator.temp {
    display: none
}

.related-carousel .product,
.up-sell-carousel .product,
#crosssell-products-list .product {
    margin-bottom: 10px;
    height: auto;
    text-align: center
}

.related-carousel .product .product-image,
.up-sell-carousel .product .product-image,
#crosssell-products-list .product .product-image {
    margin-bottom: 10px;
    padding: 5px
}

.related-carousel .product .product-image,
.related-carousel .product img,
.up-sell-carousel .product .product-image,
.up-sell-carousel .product img,
#crosssell-products-list .product .product-image,
#crosssell-products-list .product img {
    max-width: 100%
}

.related-carousel .product-image,
.up-sell-carousel .product-image,
#crosssell-products-list .product-image {
    border: none;
    box-shadow: none
}

.related-carousel .product-image:hover,
.up-sell-carousel .product-image:hover,
#crosssell-products-list .product-image:hover {
    box-shadow: none
}

.product-collateral>dl {
    border: solid 1px #e0e7ed;
    border-top: none
}

.cart-totals .checkout-types .btn-checkout {
    font-size: 18px;
    padding: 14px 28px
}

@media only screen and (max-width: 991px) {
    .cart-totals .checkout-types .btn-checkout {
        padding: 7px 12px
    }
}

.cart-totals .checkout-types .btn-checkout {
    background-color: #2dcc70
}

.cart-totals .checkout-types .btn-checkout::after {
    background: #1f8d4e
}

.cart-totals .checkout-types .btn-checkout:hover {
    background: #1f8d4e
}

.cart-totals .checkout-types .btn-checkout:active::after {
    background: #1b7842
}

.cart-totals .checkout-types .btn-checkout:focus {
    background: none
}

.shipping #co-shipping-method-form input[type="radio"],
.shipping #co-shipping-method-form input[type="checkbox"] {
    float: left;
    margin-top: 5px;
    display: none
}

.shipping #co-shipping-method-form input[type="radio"]+label,
.shipping #co-shipping-method-form input[type="radio"]+.label label {
    cursor: pointer;
    position: relative;
    padding-left: 27px;
    text-transform: none;
    display: inline-block
}

.shipping #co-shipping-method-form input[type="radio"]+label:before,
.shipping #co-shipping-method-form input[type="radio"]+.label label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 2px;
    background-color: #f5f5f5;
    border: solid 1px #dfdfdf
}

.shipping #co-shipping-method-form input[type="radio"]+label:after,
.shipping #co-shipping-method-form input[type="radio"]+.label label:after {
    content: "";
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    width: 0px;
    height: 0px;
    left: 9px;
    top: 10px;
    background-color: #8998a3;
    box-shadow: inset -1px -1px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8)
}

.shipping #co-shipping-method-form input[type="radio"]+label:hover,
.shipping #co-shipping-method-form input[type="radio"]+.label label:hover {
    color: #8998a3
}

.shipping #co-shipping-method-form input[type=radio]:checked+.label label:after,
.shipping #co-shipping-method-form input[type=radio]:checked+label:after {
    width: 12px;
    height: 12px;
    left: 2px;
    top: 4px
}

.shipping #co-shipping-method-form input[type="checkbox"]+label,
.shipping #co-shipping-method-form input[type="checkbox"]+.label label {
    display: inline-block;
    padding-left: 27px;
    position: relative;
    clear: both;
    cursor: pointer;
    text-transform: none
}

.shipping #co-shipping-method-form input[type="checkbox"]+label:before,
.shipping #co-shipping-method-form input[type="checkbox"]+.label label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 2px;
    background-color: #f5f5f5;
    border: solid 1px #dfdfdf
}

.shipping #co-shipping-method-form input[type="checkbox"]+label:after,
.shipping #co-shipping-method-form input[type="checkbox"]+.label label:after {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    font-size: 0;
    left: 9px;
    top: 10px;
    color: #8998a3;
    text-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8)
}

.shipping #co-shipping-method-form input[type="checkbox"]+label:hover,
.shipping #co-shipping-method-form input[type="checkbox"]+.label label:hover {
    color: #8998a3
}

.shipping #co-shipping-method-form input[type=checkbox]:checked+label:after,
.shipping #co-shipping-method-form input[type=checkbox]:checked+.label label:after {
    font-size: 22px;
    top: -9px;
    left: 0
}

.theme-border,
.table-bordered {
    border-top: solid 2px #8998a3
}

.theme-color {
    color: #8998a3
}

.title-border,
.crosssell h2 {
    border-bottom: solid 2px #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .title-border,
    .crosssell h2 {
        margin-bottom: 15px;
        padding-bottom: 10px
    }
}

.theme-block {
    border: solid 1px #dfdfdf;
    border-top: solid 2px #8998a3;
    padding: 30px 29px;
    margin-bottom: 60px
}

.no-theme-block {
    border: none;
    padding: 0;
    margin-bottom: 0
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    font-size: 16px;
    line-height: 1.667em;
    color: #333;
    text-transform: uppercase;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .theme-block {
        padding: 15px;
        margin-bottom: 30px
    }
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    border-bottom-width: 1px
}

.table-bordered th,
.table-bordered td {
    border: solid 1px #dfdfdf
}

.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 9999
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.icon-sprite,
.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}

.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png)
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .icon-sprite,
    .icon-sprite-for-modules {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px
    }
}

.cart .button {
    white-space: normal
}

.cart-forms {
    content: '';
    display: table;
    clear: both;
    display: block
}

.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
    padding: 15px 20px 20px;
    background-color: #f5f5f5;
    border: 1px solid #dfdfdf;
    border-top: none
}

.cart-forms .discount {
    border-right: none
}

.shipping h2,
#discount-coupon-form h2,
.cart .giftcard h2 {
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 13px
}

.shipping .form-list label,
.shipping .sp-methods dt,
#discount-coupon-form label,
.cart .giftcard label {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 4px;
    display: block
}

#discount-coupon-form .input-text,
.cart .giftcard .input-text {
    background: #fff;
    margin-bottom: 21px;
    width: 100%
}

.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
    margin-bottom: 0
}

.checkout-cart-index #postcode {
    width: 100%
}

.display-both-prices .cart-table {
    float: none;
    width: 100%;
    border: none;
    border-bottom: solid 1px #dfdfdf
}

.display-both-prices .cart-table tbody td {
    border: none
}

.display-both-prices .cart-forms {
    float: left;
    padding-right: 10px;
    padding-left: 0
}

.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
    padding-left: 10px
}

.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper {
    width: 50%;
    float: left
}

@media only screen and (max-width: 599px) {
    .display-single-price .cart-table {
        float: none;
        width: 100%;
        border: none;
        border-bottom: solid 1px #dfdfdf
    }
    .display-single-price .cart-table tbody td {
        border: none
    }
    .display-single-price .cart-forms {
        float: left;
        padding-right: 10px;
        padding-left: 0
    }
    .display-single-price .cart-totals-wrapper,
    .display-single-price .crosssell {
        padding-left: 10px
    }
    .display-single-price .cart-forms,
    .display-single-price .cart-totals-wrapper {
        width: 50%;
        float: left
    }
}

@media only screen and (max-width: 599px) {
    .product-cart-sku {
        display: none
    }
    .display-both-prices .cart-forms,
    .display-both-prices .cart-totals-wrapper,
    .display-both-prices .crosssell,
    .display-single-price .cart-forms,
    .display-single-price .cart-totals-wrapper,
    .display-single-price .crosssell {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        float: none;
        width: 100%
    }
}

.display-single-price:after {
    content: '';
    display: table;
    clear: both
}

.cart .page-title {
    margin-bottom: 39px
}

.cart .page-title:after {
    content: '';
    display: table;
    clear: both
}

.cart .page-title h1 {
    border-bottom: none;
    margin: 0
}

.cart .page-title h1:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 45px;
    color: #8998a3;
    padding-right: 0.244em
}

@media only screen and (max-width: 767px) {
    .cart .page-title h1:before {
        font-size: 30px
    }
}

.checkout-types {
    float: right;
    text-align: right;
    max-width: 100%
}

.checkout-types li {
    vertical-align: top;
    margin: 0 0 5px 5px
}

.checkout-types li:after {
    content: '';
    display: table;
    clear: both
}

.checkout-types li img {
    display: inline;
    vertical-align: top
}

.checkout-types li:first-child {
    margin-left: 0
}

.checkout-types .method-checkout-cart-methods-multishipping {
    display: block
}

.checkout-types.top li {
    display: inline-block
}

.checkout-types.top .bml_button {
    display: inline-block;
    vertical-align: top
}

.checkout-types.top .bml_button img {
    display: block
}

.checkout-types.top .paypal-logo .paypal-or {
    margin-top: 5px
}

.checkout-types.bottom {
    overflow: hidden;
    clear: both
}

.checkout-types.bottom .paypal-logo a,
.checkout-types.minicart .paypal-logo a {
    display: block
}

.checkout-types.bottom .paypal-or,
.checkout-types.minicart .paypal-or {
    margin: 0px;
    display: block;
    text-align: center
}

@media only screen and (min-width: 741px) {
    .checkout-types.bottom .paypal-or {
        text-align: right;
        padding-right: 70px
    }
}

.cart-totals .checkout-types .btn-checkout {
    margin-bottom: 15px
}

.cart-totals .checkout-types .btn-checkout span span::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 28px;
    color: #fff;
    float: right;
    left: 0.333em;
    right: auto;
    position: relative;
    z-index: 4;
    vertical-align: bottom;
    display: inline-block
}

@media only screen and (max-width: 991px) {
    .cart-totals .checkout-types .btn-checkout span span::before {
        display: none
    }
}

.cart-totals .checkout-types .btn-checkout.button-secondary span span::before,
.cart-totals .checkout-types .btn-checkout.button2 span span::before {
    color: #8998a3
}

.cart-totals .checkout-types .btn-checkout:hover span span::before {
    margin: 0 -7px 0 7px
}

.cart-totals .checkout-types a {
    font-weight: 500
}

@media only screen and (max-width: 740px) {
    .checkout-types {
        float: none;
        text-align: center
    }
    .checkout-types.bottom .paypal-or,
    .checkout-types.minicart .paypal-or {
        width: auto;
        float: none
    }
    .checkout-types li {
        float: none;
        width: 100%;
        margin-left: 0
    }
}

@media only screen and (max-width: 599px) {
    .btn-checkout {
        width: 100%
    }
}

.cart-table {
    border: solid 1px #dfdfdf
}

.cart-table th,
.cart-table td,
.cart-table tbody td {
    vertical-align: top;
    border-right: solid 1px #dfdfdf
}

.cart-table th:first-child,
.cart-table td:first-child,
.cart-table tbody td:first-child {
    border-right: none
}

.cart-table h2.product-name {
    margin: 0;
    margin-bottom: 10px;
    color: #333;
    font-family: "Ubuntu", sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    text-transform: none;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 10px
}

.cart-table h2.product-name a {
    color: #8998a3
}

.cart-table h2.product-name a:hover {
    color: #8b8b8b
}

.cart-table tbody td {
    padding: 20px;
    font-family: "Ubuntu", sans-serif
}

.cart-table thead th {
    padding: 12px 20px 13px;
    font-size: 16px;
    color: #333;
    font-weight: 500
}

.cart-table .product-cart-info {
    width: 38%;
    padding-left: 0
}

.cart-table tfoot tr {
    background: none
}

.cart-table tfoot tr>td:after {
    content: '';
    display: table;
    clear: both
}

.cart-table tfoot td {
    padding: 20px 20px 10px
}

.cart-table tfoot td .button {
    margin-bottom: 10px
}

.cart-table span.or {
    padding: 0 18px;
    text-transform: none
}

.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
    display: none
}

.cart-table .product-cart-image .product-image img {
    max-width: 100%;
    width: 100%
}

.cart-table .product-cart-image a.cart-edit {
    display: none
}

.cart-table .product-cart-sku {
    margin: 5px 0 12px
}

.cart-table .product-cart-sku .label {
    color: #333
}

.cart-table .btn-empty {
    float: left
}

.cart-table .btn-empty span span::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 22px;
    color: #fff;
    float: left;
    left: auto;
    right: 0.333em;
    position: relative;
    z-index: 4;
    vertical-align: bottom;
    display: inline-block
}

@media only screen and (max-width: 991px) {
    .cart-table .btn-empty span span::before {
        display: none
    }
}

.cart-table .btn-empty.button-secondary span span::before,
.cart-table .btn-empty.button2 span span::before {
    color: #8998a3
}

.cart-table .product-cart-total,
.cart-table .product-cart-price {
    text-align: left
}

.cart-table .cart-tax-total {
    position: relative;
    cursor: pointer
}

.cart-table .cart-tax-total:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #333;
    border-left: none;
    position: absolute;
    top: 3px;
    right: -11px
}

.cart-table .cart-tax-total.cart-tax-total-expanded:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #333;
    border-bottom: none;
    right: -15px;
    top: 6px
}

.cart-table .cart-links>li {
    white-space: nowrap;
    line-height: 1.3;
    margin-bottom: 5px;
    min-width: 65px;
    font-size: 13px
}

.cart-table .cart-links>li>a {
    display: block
}

.cart-table .cart-links>li:last-child {
    margin-bottom: 0
}

.cart-table tbody td .item-options {
    padding: 0;
    margin-left: 0;
    margin: 0
}

.cart-table tbody td .item-options.additional {
    display: none
}

.cart-table .showmore {
    font-size: 12px;
    color: #8998a3;
    cursor: pointer
}

.cart-table .showmore:hover {
    color: #333
}

.cart-table .showmore::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    padding-right: 2px;
    font-size: 16px;
    line-height: 12px;
    vertical-align: middle
}

.cart-table .showmore.active::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}

.cart-table .product-cart-remove {
    padding: 30px 5px
}

.cart-table .product-image {
    padding: 5px
}

.cart-table .cart-price .price {
    font-size: 24px;
    color: #2dcc70;
    font-weight: 500
}

.cart-table .btn-continue span span::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 28px;
    color: #fff;
    float: left;
    left: auto;
    right: 0.333em;
    position: relative;
    z-index: 4;
    vertical-align: bottom;
    display: inline-block
}

@media only screen and (max-width: 991px) {
    .cart-table .btn-continue span span::before {
        display: none
    }
}

.cart-table .btn-continue.button-secondary span span::before,
.cart-table .btn-continue.button2 span span::before {
    color: #8998a3
}

.cart-table .btn-continue:hover span span::before {
    margin-right: 5px;
    margin-left: -5px
}

.cart-table .btn-update span span::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 28px;
    color: #fff;
    float: left;
    left: auto;
    right: 0.333em;
    position: relative;
    z-index: 4;
    vertical-align: bottom;
    display: inline-block
}

@media only screen and (max-width: 991px) {
    .cart-table .btn-update span span::before {
        display: none
    }
}

.cart-table .btn-update.button-secondary span span::before,
.cart-table .btn-update.button2 span span::before {
    color: #8998a3
}

.cart-table .btn-update:hover span span::before {
    -moz-transform: rotate(181deg);
    -o-transform: rotate(181deg);
    -ms-transform: rotate(181deg);
    -webkit-transform: rotate(181deg);
    transform: rotate(181deg)
}

.cart-table .product-cart-actions {
    min-width: 60px;
    text-align: center
}

.cart-table .product-cart-actions .qty {
    height: 30px;
    border-color: #dfdfdf;
    border-radius: 0;
    margin-bottom: 10px;
    text-align: center;
    width: 3.2em
}

.cart-table .product-cart-actions .button {
    margin-bottom: 5px
}

.cart-table .product-cart-actions .button.btn-update span span::before {
    display: none
}

@media only screen and (max-width: 991px) {
    .cart-table .product-cart-info {
        padding-left: 15px
    }
    .cart-table thead th {
        font-size: 12px;
        padding: 10px
    }
    .cart-table th,
    .cart-table td,
    .cart-table tbody td {
        padding: 7px 6px
    }
    .cart-table th .cart-price .price,
    .cart-table td .cart-price .price,
    .cart-table tbody td .cart-price .price {
        font-size: 1.2em
    }
    .cart-table .product-cart-actions>li {
        white-space: inherit
    }
}

@media only screen and (max-width: 699px) {
    .display-both-prices .cart-table thead th.cart-total-head,
    .display-both-prices .cart-table td.product-cart-total {
        display: none
    }
}

@media only screen and (max-width: 599px) {
    .cart-table colgroup,
    .cart-table thead {
        display: none
    }
    .cart-table tr {
        display: block;
        margin-bottom: 10px;
        padding-bottom: 10px;
        position: relative;
        width: 100%
    }
    .cart-table tr:after {
        content: '';
        display: table;
        clear: both
    }
    .cart-table tr:last-child {
        margin-bottom: 0
    }
    .cart-table tfoot tr {
        padding-bottom: 0
    }
    .cart-table tfoot td {
        padding: 5px 0
    }
    .cart-table td {
        border: none;
        display: block
    }
    .cart-table td[data-rwd-label] {
        padding-left: 15px;
        margin-bottom: 6px
    }
    .cart-table td[data-rwd-label] .price {
        font-weight: normal
    }
    .cart-table td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        font-size: 12px;
        font-family: "Ubuntu", sans-serif;
        padding-right: 5px;
        text-transform: uppercase
    }
    .cart-table td.product-cart-price {
        text-align: left
    }
    .cart-table h2 {
        font-size: 12px
    }
    .cart-table .cart-links {
        padding-top: 5px;
        padding-right: 5px
    }
    .cart-table .cart-links>li {
        white-space: normal;
        text-align: center
    }
    .cart-table .cart-links>li>a {
        padding: 2px 0px
    }
    .cart-table .cart-tax-info {
        font-style: italic;
        padding-left: 15px;
        font-size: 13px
    }
    .cart-table .cart-tax-info .price {
        font-size: 13px
    }
    .cart-table .product-cart-image {
        width: 40%;
        float: left;
        padding-bottom: 0
    }
    .cart-table .product-cart-image a.cart-edit {
        display: block;
        font-size: 16px;
        text-align: center;
        text-transform: uppercase
    }
    .cart-table .product-cart-info,
    .cart-table td[data-rwd-label] {
        float: right;
        width: 60%
    }
    .cart-table .product-cart-actions,
    .cart-table .product-cart-price {
        padding-bottom: 0;
        padding-top: 0;
        float: right
    }
    .cart-table .product-cart-remove,
    .cart-table .product-cart-total,
    .cart-table .product-cart-actions .cart-links {
        display: none
    }
    .cart-table .product-cart-image .cart-links,
    .cart-table .product-cart-info .btn-remove {
        display: block
    }
    .cart-table .product-cart-actions .button {
        display: none
    }
    .cart-table .product-cart-info .btn-remove {
        float: right;
        margin: -4px -15px 2px 7px
    }
    .cart-table .product-cart-info .product-cart-sku {
        margin-bottom: 5px
    }
    .cart-table .product-cart-actions {
        text-align: left
    }
    .cart-table .product-cart-actions .qty {
        margin-right: 7px;
        margin-bottom: 7px
    }
    .cart-table .price,
    .cart-table .product-cart-price:before {
        font-weight: 500;
        font-size: 15px;
        font-family: "Helvetica Neue", Verdana, Arial, sans-serif
    }
    .cart-table .cart-footer-actions {
        text-align: center;
        width: 100%
    }
    .cart-table .cart-footer-actions #empty_cart_button {
        float: right;
        margin-bottom: 10px
    }
    .cart-table .cart-footer-actions .btn-continue {
        float: left
    }
    .cart-table .cart-footer-actions .btn-update,
    .cart-table .cart-footer-actions span.or {
        display: none
    }
    .display-both-prices .cart-table td[data-rwd-tax-label]:before {
        content: attr(data-rwd-tax-label) ":"
    }
}

.cart .shipping {
    width: 75%;
    float: left
}

.shipping select.validation-failed {
    border-color: #ee372a
}

.shipping .shipping-desc {
    display: none
}

.shipping .buttons-set {
    border: none;
    margin: 0;
    padding: 0
}

.shipping .form-list {
    padding: 0;
    border: none;
    margin: 0
}

.shipping .form-list:after {
    content: '';
    display: table;
    clear: both
}

.shipping .form-list>li {
    float: left;
    margin: 0 2% 10px 0
}

.shipping .form-list .shipping-country {
    width: 32%
}

.shipping .form-list .shipping-region {
    width: 32%
}

.shipping .form-list .shipping-postcode {
    margin-right: 0;
    width: 32%
}

.shipping .form-list .input-box {
    padding-top: 0
}

.shipping .form-list input {
    background: #fff;
    margin-top: 0px;
    width: 100%
}

.shipping .form-list select {
    margin-top: 0;
    background: #fff;
    height: 40px
}

.shipping .form-list select option {
    padding: 5px 10px
}

.shipping .buttons-set {
    padding-top: 11px
}

.shipping .buttons-set button {
    float: left;
    margin: 0;
    min-width: auto
}

.shipping .sp-methods {
    padding: 10px 0 0;
    text-align: left
}

.shipping .sp-methods dd {
    margin-bottom: 10px
}

.shipping .sp-methods span.price {
    font-weight: bold;
    font-style: normal;
    color: #2dcc70
}

.shipping #co-shipping-method-form .buttons-set .button {
    float: left;
    margin-left: 0
}

.shipping #co-shipping-method-form .sp-methods dd label {
    padding: 0;
    background: none;
    margin-bottom: 10px
}

.shipping #co-shipping-method-form .sp-methods dd label:hover {
    background: none
}

@media only screen and (max-width: 767px) {
    .shipping .shipping-form .form-list>li {
        width: 100%;
        float: none
    }
    .shipping .shipping-form .form-list>li label {
        display: block
    }
    .shipping .shipping-form .form-list>li input,
    .shipping .shipping-form .form-list>li select {
        width: 100%
    }
}

.cart .cart-totals {
    border: solid 1px #dfdfdf;
    margin-top: -1px;
    padding: 25px 40px
}

.cart .cart-totals:after {
    content: '';
    display: table;
    clear: both
}

.cart .cart-totals table {
    font-family: "Ubuntu", sans-serif;
    margin: 25px 0 27px;
    text-transform: uppercase;
    width: 50%;
    float: right;
    color: #333
}

.cart .cart-totals table::after {
    content: '';
    display: table;
    clear: both
}

.cart .cart-totals table td {
    padding: 2px 0px;
    vertical-align: middle
}

.cart .cart-totals table td:first-child {
    padding-right: 10px;
    min-width: 120px
}

.cart .cart-totals table tbody tr:last-child td,
.cart .cart-totals table tbody tr:last-child th {
    padding-bottom: 10px
}

.cart .cart-totals table tbody td.a-right:first-child {
    text-align: left
}

.cart .cart-totals table tfoot {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6
}

.cart .cart-totals table tfoot td {
    font-size: 18px;
    padding: 7px 0
}

.cart .cart-totals table tfoot td.a-right {
    text-align: left
}

.cart .cart-totals table tfoot strong span,
.cart .cart-totals table tfoot span.price {
    font-size: 34px;
    color: #8998a3;
    font-weight: 500
}

.cart .cart-totals table tfoot strong {
    font-weight: 500
}

.cart .cart-totals .price {
    font-size: 24px;
    color: #2dcc70;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .cart .cart-totals table {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .cart .cart-totals {
        padding: 15px
    }
    .cart .cart-totals table {
        width: 100%
    }
    .cart .cart-totals table tfoot td {
        font-size: 18px
    }
    .cart .cart-totals table tfoot strong span,
    .cart .cart-totals table tfoot span.price {
        font-size: 15px;
        font-weight: 500
    }
    .cart .cart-totals table tfoot strong {
        font-weight: 500;
        font-size: 15px
    }
    .cart .cart-totals .price {
        font-size: 15px
    }
}

@media only screen and (max-width: 600px) {
    .cart-totals {
        text-align: right
    }
}

.discount-form:after,
#giftcard-form:after {
    content: '';
    display: table;
    clear: both
}

#discount-coupon-form {
    width: 25%;
    float: left
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #discount-coupon-form .discount {
        padding-bottom: 14px
    }
}

#discount-coupon-form .discount {
    padding-bottom: 14px;
}

#discount-coupon-form .validation-advice {
    float: none;
    margin: -15px 0 20px
}

#discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
    display: inline-block
}

#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
    display: block
}

#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
    display: inline-block;
    vertical-align: bottom
}

#discount-coupon-form .button-wrapper>button,
.cart .giftcard .button-wrapper>button {
    float: left
}

.cart .giftcard p {
    margin-bottom: 7px
}

.cart .giftcard .check-gc-status {
    float: left;
    padding: 0px
}

.cart .giftcard .check-gc-status>span>span {
    font-size: 14px;
    text-transform: none
}

@media only screen and (max-width: 991px) {
    .cart .shipping,
    #discount-coupon-form {
        width: 100%;
        float: none
    }
    .cart-forms .discount {
        border-right: solid 1px #dfdfdf
    }
}

.crosssell h2 {
    margin: 0;
    margin-bottom: 10px;
    color: #333;
    font-family: "Ubuntu", sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    font-weight: 500
}

@media only screen and (max-width: 599px) {
    .cart-table .cart-tax-total:after {
        right: -9px
    }
    .cart-table .cart-tax-total.cart-tax-total-expanded:after {
        right: -13px
    }
}

@media only screen and (max-width: 320px) {
    .crosssell ul .item {
        padding-bottom: 40px
    }
    .crosssell ul .product-details .crosssell-actions {
        padding: 0 5px
    }
}

.products-grid .availability.out-of-stock span,
.products-list .availability.out-of-stock span,
.block-layered-nav .actions a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #2dcc70;
    border: none;
    display: inline-block;
    padding: 9px 18px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: "Ubuntu", sans-serif;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    overflow: hidden;
    position: relative
}

.products-grid .availability.out-of-stock span span,
.products-list .availability.out-of-stock span span,
.block-layered-nav .actions a span {
    z-index: 9;
    position: relative
}

.products-grid .availability.out-of-stock span:not(a)::after,
.products-list .availability.out-of-stock span:not(a)::after,
.block-layered-nav .actions a:not(a)::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: #24a259;
    z-index: 2
}

.products-grid .availability.out-of-stock span:hover,
.products-list .availability.out-of-stock span:hover,
.block-layered-nav .actions a:hover {
    background: #24a259;
    cursor: pointer
}

.products-grid .availability.out-of-stock span:hover::after,
.products-list .availability.out-of-stock span:hover::after,
.block-layered-nav .actions a:hover::after {
    height: 100%
}

.products-grid .availability.out-of-stock span:active::after,
.products-list .availability.out-of-stock span:active::after,
.block-layered-nav .actions a:active::after {
    background: #1b7842
}

.products-grid .availability.out-of-stock span:focus,
.products-list .availability.out-of-stock span:focus,
.block-layered-nav .actions a:focus {
    color: #fff;
    background: #1b7842
}

.products-grid .availability.out-of-stock span,
.products-list .availability.out-of-stock span,
.products-grid .button.btn-cart,
.products-grid .button.btn-details,
.products-list .button.btn-cart,
.products-list .button.btn-details {
    font-size: 18px;
    padding: 14px 28px
}

@media only screen and (max-width: 991px) {
    .products-grid .availability.out-of-stock span,
    .products-list .availability.out-of-stock span,
    .products-grid .button.btn-cart,
    .products-grid .button.btn-details,
    .products-list .button.btn-cart,
    .products-list .button.btn-details {
        padding: 7px 12px
    }
}

.block-layered-nav .actions a {
    font-size: 14px;
    text-transform: none;
    padding: 6px 15px
}

.products-grid .availability.out-of-stock span,
.products-list .availability.out-of-stock span,
.products-grid .button.btn-cart,
.products-grid .button.btn-details,
.products-list .button.btn-cart,
.products-list .button.btn-details {
    background-color: #2dcc70
}

.products-grid .availability.out-of-stock span::after,
.products-list .availability.out-of-stock span::after,
.products-grid .button.btn-cart::after,
.products-grid .button.btn-details::after,
.products-list .button.btn-cart::after,
.products-list .button.btn-details::after {
    background: #1f8d4e
}

.products-grid .availability.out-of-stock span:hover,
.products-list .availability.out-of-stock span:hover,
.products-grid .button.btn-cart:hover,
.products-grid .button.btn-details:hover,
.products-list .button.btn-cart:hover,
.products-list .button.btn-details:hover {
    background: #1f8d4e
}

.products-grid .availability.out-of-stock span:active::after,
.products-list .availability.out-of-stock span:active::after,
.products-grid .button.btn-cart:active::after,
.products-grid .button.btn-details:active::after,
.products-list .button.btn-cart:active::after,
.products-list .button.btn-details:active::after {
    background: #1b7842
}

.products-grid .availability.out-of-stock span:focus,
.products-list .availability.out-of-stock span:focus,
.products-grid .button.btn-cart:focus,
.products-grid .button.btn-details:focus,
.products-list .button.btn-cart:focus,
.products-list .button.btn-details:focus {
    background: none
}

.products-grid .button.btn-details span span::before,
.products-list .button.btn-details span span::before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    line-height: normal;
    font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 24px;
    line-height: 16px;
    padding-right: 10px
}

@media only screen and (max-width: 991px) {
    .products-grid .button.btn-details span span::before,
    .products-list .button.btn-details span span::before {
        display: none
    }
}

.products-grid .availability.out-of-stock span:hover,
.products-list .availability.out-of-stock span:hover,
.block-layered-nav .actions a:hover {
    z-index: 999
}

.theme-border,
.table-bordered {
    border-top: solid 2px #8998a3
}

.theme-color {
    color: #8998a3
}

.title-border {
    border-bottom: solid 2px #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .title-border {
        margin-bottom: 15px;
        padding-bottom: 10px
    }
}

.theme-block {
    border: solid 1px #dfdfdf;
    border-top: solid 2px #8998a3;
    padding: 30px 29px;
    margin-bottom: 60px
}

.no-theme-block {
    border: none;
    padding: 0;
    margin-bottom: 0
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    font-size: 16px;
    line-height: 1.667em;
    color: #333;
    text-transform: uppercase;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .theme-block {
        padding: 15px;
        margin-bottom: 30px
    }
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    border-bottom-width: 1px
}

.table-bordered th,
.table-bordered td {
    border: solid 1px #dfdfdf
}

.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 9999
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.icon-sprite,
.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}

.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png)
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .icon-sprite,
    .icon-sprite-for-modules {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px
    }
}

.category-image {
    margin-bottom: 1.5em
}

.products-list .action .button,
.products-grid .actions .button {
    white-space: normal
}

h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.56em;
    text-transform: uppercase
}

h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
    color: #5e7485
}

h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
    color: #2dcc70;
    text-decoration: none
}

.products-grid .product-name,
.products-list .product-name {
    margin-bottom: 10px;
    font-family: "Ubuntu", sans-serif;
    text-transform: uppercase
}

.products-grid .product-name a,
.products-list .product-name a {
    font-weight: 400
}

.products-grid .product-name {
    margin-bottom: 0;
    margin-top: 10px
}

.products-list .product-name {
    margin-bottom: 0px
}

.products-grid .label-product,
.products-list .label-product {
    position: absolute;
    top: 20px;
    left: 20px
}

.products-grid .label-product span,
.products-list .label-product span {
    display: block;
    padding: 3px 10px;
    background-color: #fff;
    color: #2dcc70;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    margin-bottom: 3px;
    text-transform: uppercase
}

.products-grid .label-product span.sale,
.products-list .label-product span.sale {
    background-color: #2dcc70;
    color: #fff
}

.products-grid .availability.out-of-stock span,
.products-list .availability.out-of-stock span {
    opacity: 0.3
}

.products-grid .availability.out-of-stock span:before,
.products-list .availability.out-of-stock span:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 20px;
    color: #fff;
    margin: 0 10px 0 -10px
}

.products-grid .availability.out-of-stock span:after,
.products-list .availability.out-of-stock span:after {
    display: none
}

.products-grid .availability.out-of-stock span:hover,
.products-list .availability.out-of-stock span:hover {
    cursor: default;
    background: #2dcc70
}

.products-grid {
    position: relative
}

.products-grid::after {
    content: '';
    display: table;
    clear: both
}

.products-grid>li.item {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: all, 0.3s, ease-in-out;
    -o-transition: all, 0.3s, ease-in-out;
    transition: all, 0.3s, ease-in-out
}

.products-grid>li.item .wrapper-hover {
    position: relative
}

.products-grid>li.item:after {
    content: '';
    display: table;
    clear: both
}

@media only screen and (min-width: 767px) {
    .products-grid>li.item .actions .button.btn-cart {
        position: absolute;
        left: -100%;
        top: 0;
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out
    }
    .products-grid>li.item .actions .add-to-links {
        position: absolute;
        right: -100%;
        top: 0;
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out
    }
}

@media only screen and (min-width: 767px) {
    .products-grid>li.item:hover .actions button.btn-cart {
        left: 0
    }
    .products-grid>li.item:hover .actions .add-to-links {
        right: 0
    }
}

.products-grid .product-image {
    width: 100%;
    margin-bottom: 13px;
    padding: 10px
}

.products-grid .product-image img {
    margin: 0 auto;
    height: auto;
    max-width: 100%
}

.products-grid .product-image img:hidden {
    display: none
}

.products-grid .configurable-swatch-list {
    margin-bottom: 10px
}

.products-grid .button.btn-cart span span::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 28px;
    color: #fff;
    float: left;
    left: auto;
    right: 0.333em;
    position: relative;
    z-index: 4;
    vertical-align: bottom;
    display: inline-block
}

@media only screen and (max-width: 991px) {
    .products-grid .button.btn-cart span span::before {
        display: none
    }
}

.products-grid .button.btn-cart.button-secondary span span::before,
.products-grid .button.btn-cart.button2 span span::before {
    color: #8998a3
}

.products-grid .button.btn-cart {
    background: none;
    padding: 5px 0 0 0;
    font-size: 14px;
    color: #2dcc70;
    border: none;
    text-shadow: none;
    line-height: 1;
    float: left;
    font-weight: 700;
    max-width: 100%;
    max-width: calc(100% - 50px);
    text-align: left
}

.products-grid .button.btn-cart:after {
    display: none
}

.products-grid .button.btn-cart:hover,
.products-grid .button.btn-cart:active {
    background: none;
    color: #8998a3
}

.products-grid .button.btn-cart:hover:after,
.products-grid .button.btn-cart:active:after {
    display: none
}

.products-grid .button.btn-cart span span::before {
    content: "\e007";
    font-size: 14px;
    color: #2dcc70;
    right: 0
}

@media only screen and (min-width: 768px) {
    .products-grid li.item .product-thumbs {
        position: absolute;
        top: 25px;
        right: 25px;
        margin: 0
    }
    .products-grid li.item .product-thumbs li.product-thumb {
        margin: 0 0 10px;
        float: none;
        display: block;
        opacity: 0
    }
    .products-grid li.item .product-thumbs a {
        padding: 5px;
        background: #fff
    }
}

.products-grid .product-info {
    position: relative;
    overflow: hidden;
    text-align: left
}

.products-grid .product-info .price-box {
    text-align: left
}

.products-grid .actions {
    position: absolute;
    bottom: 0px;
    min-height: 25px;
    width: 100%;
    overflow: hidden
}

.products-grid .ratings {
    margin-top: 0
}

.products-grid .ratings .amount {
    display: none
}

.products-grid .price-box {
    color: #909090;
    font-size: 13px;
    margin: 0 0 5px;
    text-align: center
}

.products-grid .price-box .old-price,
.products-grid .price-box .special-price {
    display: inline-block;
    margin: 0 5px
}

.products-grid .price-box:after {
    content: '';
    display: table;
    clear: both
}

.products-grid .add-to-links {
    margin: 0;
    float: right
}

.products-grid .add-to-links li {
    display: inline-block;
    margin-left: 7px
}

.products-grid .add-to-links li a {
    padding: 0
}

.products-grid .add-to-links li a:before {
    padding: 0
}

.products-grid .add-to-links li a:hover {
    color: #2dcc70
}

.products-grid .add-to-links .add-to-text {
    display: none
}

.products-grid .product-image:before,
.products-grid .product-image:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none
}

.products-grid .product-image:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2
}

.products-grid .product-image:after {
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3
}

.products-grid .product-image.loading {
    position: relative
}

.products-grid .product-image.loading:before,
.products-grid .product-image.loading:after {
    display: block
}

@media only screen and (max-width: 1199px) {
    .products-grid li.item .product-thumbs {
        top: 10px;
        right: 10px;
        margin: 0
    }
    .products-grid li.item .product-thumbs li.product-thumb {
        margin: 0 0 5px
    }
}

@media only screen and (max-width: 991px) {
    .products-grid li.item .product-thumbs li.product-thumb {
        display: block
    }
    .products-grid li.item .product-thumbs li.product-thumb img {
        width: 35px;
        height: 35px
    }
}

@media only screen and (max-width: 767px) {
    .products-grid .product-image {
        float: none;
        margin: 0 auto 15px;
        overflow: hidden;
        padding: 5px
    }
    .products-grid li.item .wrapper-hover {
        border-bottom: solid 1px #dfdfdf;
        padding-bottom: 30px
    }
    .products-grid li.item:last-child .wrapper-hover {
        border-bottom: none;
        padding-bottom: 0
    }
    .products-grid li.item .product-thumbs {
        float: none
    }
    .products-grid li.item .product-thumbs li.product-thumb {
        background: #f7f9fc;
        display: inline-block
    }
    .products-grid li.item .product-thumbs li.product-thumb img {
        width: 65px;
        height: 65px
    }
    .products-grid .product-image-container {
        float: left;
        text-align: center;
        margin-right: 20px
    }
    .products-grid .product-image {
        width: 270px
    }
    .products-grid .product-info {
        overflow: hidden;
        text-align: left
    }
    .products-grid .ratings .rating-box {
        margin: 0 0 10px
    }
    .products-grid .actions {
        position: static
    }
    .products-grid .button.btn-cart,
    .products-grid .add-to-links {
        float: none;
        margin-bottom: 10px
    }
    .products-grid .add-to-links li {
        margin: 0 20px 0 0
    }
}

@media only screen and (max-width: 599px) {
    .products-grid .product-image {
        width: 210px
    }
}

@media only screen and (max-width: 479px) {
    .products-grid .product-image {
        width: 270px
    }
    .products-grid .product-image-container {
        float: none;
        margin-bottom: 20px
    }
    .products-grid .product-info {
        text-align: center
    }
    .products-grid .product-info .price-box {
        text-align: center
    }
    .products-grid .product-info .ratings .rating-box.stars {
        margin: 10px auto
    }
    .products-grid .product-info .btn-cart {
        padding: 10px
    }
    .products-grid .add-to-links li {
        margin: 0 10px
    }
}

@media only screen and (min-width: 960px) {
    .products-grid--max-4-col>li:nth-child(odd) {
        clear: none
    }
    .products-grid--max-4-col>li:nth-child(3n+1) {
        clear: none
    }
    .products-grid--max-4-col>li:nth-child(even),
    .products-grid--max-4-col>li:nth-child(3n) {
        margin-right: 1.11111%
    }
    .products-grid--max-4-col>li {
        margin-right: 1.11111%
    }
    .products-grid--max-4-col>li {
        width: 24.16667%;
        margin-right: 1.11111%
    }
    .products-grid--max-4-col>li:nth-child(4n+1) {
        clear: left
    }
    .products-grid--max-4-col>li:nth-child(4n) {
        margin-right: 0
    }
    .products-grid--max-5-col>li:nth-child(odd) {
        clear: none
    }
    .products-grid--max-5-col>li:nth-child(3n+1) {
        clear: none
    }
    .products-grid--max-5-col>li:nth-child(even),
    .products-grid--max-5-col>li:nth-child(3n) {
        margin-right: 1.11111%
    }
    .products-grid--max-5-col>li {
        margin-right: 1.11111%
    }
    .products-grid--max-5-col>li {
        width: 19.11111%;
        margin-right: 1.11111%
    }
    .products-grid--max-5-col>li:nth-child(5n+1) {
        clear: left
    }
    .products-grid--max-5-col>li:nth-child(5n) {
        margin-right: 0
    }
    .products-grid--max-6-col>li:nth-child(odd) {
        clear: none
    }
    .products-grid--max-6-col>li:nth-child(3n+1) {
        clear: none
    }
    .products-grid--max-6-col>li:nth-child(even),
    .products-grid--max-6-col>li:nth-child(3n) {
        margin-right: 1.11111%
    }
    .products-grid--max-6-col>li {
        margin-right: 1.11111%
    }
    .products-grid--max-6-col>li {
        width: 15.74074%;
        margin-right: 1.11111%
    }
    .products-grid--max-6-col>li:nth-child(6n+1) {
        clear: left
    }
    .products-grid--max-6-col>li:nth-child(6n) {
        margin-right: 0
    }
}

.products-list {
    margin-top: 20px;
    margin-bottom: 20px
}

.products-list>li.item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dfdfdf;
    position: relative
}

.products-list>li.item .label-product {
    top: 10px;
    left: 10px
}

.products-list>li.item:after {
    content: '';
    display: table;
    clear: both
}

.products-list>li.item .product-image,
.products-list>li.item .product-image-container {
    float: left
}

.products-list>li.item .product-image .product-image,
.products-list>li.item .product-image-container .product-image {
    float: none;
    width: 100%;
    padding: 10px;
    margin-bottom: 11px
}

.products-list>li.item .product-image>img,
.products-list>li.item .product-image-container>img {
    width: 100%;
    max-width: 100%
}

.products-list>li.item:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.products-list .button.btn-cart span span::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 28px;
    color: #fff;
    float: left;
    left: auto;
    right: 0.333em;
    position: relative;
    z-index: 4;
    vertical-align: bottom;
    display: inline-block
}

@media only screen and (max-width: 991px) {
    .products-list .button.btn-cart span span::before {
        display: none
    }
}

.products-list .button.btn-cart.button-secondary span span::before,
.products-list .button.btn-cart.button2 span span::before {
    color: #8998a3
}

.products-list .add-to-links {
    margin: 15px 0 7px
}

.products-list .configurable-swatch-list {
    margin-top: 15px
}

.products-list .configurable-swatch-list li {
    margin: 0 8px 0 0
}

.products-list .product-thumbs {
    margin: 0 -4px
}

.products-list .product-thumbs li {
    margin: 0 4px
}

.products-list .product-thumbs li a {
    background-color: #f7f9fc
}

.products-list .product-shop {
    overflow: hidden;
    padding-left: 30px
}

.products-list .product-shop .ratings {
    margin: 0;
    overflow: hidden
}

.products-list .product-shop .ratings .rating-box,
.products-list .product-shop .ratings .rating-links,
.products-list .product-shop .ratings .separator.temp {
    float: left;
    margin-top: 5px
}

.products-list .product-shop .ratings .rating-links {
    margin-top: 4px
}

.products-list .product-shop .price-box {
    margin: 0 0 12px;
    clear: both
}

.products-list .product-shop .action {
    margin: 7px 0
}

.products-list .product-shop .desc {
    margin-top: 8px;
    line-height: 1.714em
}

.products-list .product-shop .product-primary {
    float: left;
    width: 54%;
    overflow: hidden
}

.products-list .product-shop .product-secondary {
    float: right;
    width: 42%;
    text-align: left;
    clear: right;
    padding: 0 0 350px 30px;
    margin: 0 0 -350px 0px;
    border-left: solid 1px #dfdfdf
}

@media only screen and (max-width: 1199px) {
    .products-list .button.btn-details,
    .products-list .button.btn-cart {
        padding: 7px 10px
    }
    .products-list .button.btn-details span span::before,
    .products-list .button.btn-cart span span::before {
        display: none;
        font-size: 16px
    }
    .products-list .availability.out-of-stock span {
        padding: 7px 10px
    }
    .products-list .availability.out-of-stock span::before {
        display: none
    }
}

@media only screen and (max-width: 991px) {
    .products-list .product-shop .product-primary {
        float: none;
        width: auto
    }
    .products-list .product-shop .product-secondary {
        float: none;
        width: auto;
        padding: 10px 0 0;
        margin: 0;
        border: none
    }
}

@media only screen and (max-width: 599px) {
    .products-list .product-shop {
        padding: 15px 0 0;
        clear: both
    }
    .products-list>li .product-image-container {
        float: none
    }
    .products-list>li .product-image-container .product-image {
        width: auto;
        float: left
    }
}

@media only screen and (min-width: 480px) {
    .products-list .product-name a {
        font-size: 18px
    }
}

@media only screen and (max-width: 600px) {
    .products-list .product-shop .price-box .special-price {
        padding-left: 0
    }
    .products-list .product-shop .product-primary,
    .products-list .product-shop .product-secondary,
    .products-list .product-shop .desc {
        float: none;
        width: 100%;
        padding-right: 0;
        text-align: left
    }
}

.mini-products-list .product-image {
    float: left;
    min-width: 50px
}

.mini-products-list .product-details {
    margin-left: 120px
}

.mini-products-list .product-details .product-name {
    padding-top: 0px
}

.mini-products-list li {
    margin-bottom: 10px;
    clear: both
}

.mini-products-list li:after {
    content: '';
    display: table;
    clear: both
}

.mini-products-images-list:after {
    content: '';
    display: table;
    clear: both
}

.mini-products-images-list li.item {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0 5px 10px 0
}

.mini-products-images-list li.item:nth-child(even) {
    padding-right: 0;
    padding-left: 5px
}

.mini-products-images-list li.item .product-image {
    display: block
}

.mini-products-images-list li.item .product-image img {
    width: 100%;
    max-width: 100%
}

.category-description-img {
    border: 1px solid #e0e7ed;
    padding: 10px 10px 0;
    margin-bottom: 20px
}

.category-description-img .category-image {
    float: left;
    margin: 0 20px 10px 0
}

.category-description-img .category-image img {
    max-width: 100%
}

.category-description-img .category-image img:hidden {
    display: none
}

.category-description-img .category-description {
    margin-bottom: 10px
}

.block-layered-nav .block-subtitle--filter {
    display: none;
    margin: 0;
    margin-bottom: 10px;
    color: #333;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #8998a3;
    font-weight: 500;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-top: solid 1px #dfdfdf;
    position: relative;
    background-color: #f5f5f5;
    cursor: pointer
}

.block-layered-nav .block-subtitle--filter:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #2dcc70;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px
}

@media only screen and (max-width: 767px) {
    .block-layered-nav .block-subtitle--filter {
        color: #333;
        font-weight: normal;
        border: solid 1px #dfdfdf;
        border-bottom: none
    }
    .block-layered-nav .block-subtitle--filter:hover {
        background-color: #EDEDED
    }
}

.block-layered-nav .block-content .toggle-tabs {
    display: none
}

.block-layered-nav .block-content>dl>dt {
    margin: 0;
    margin-bottom: 10px;
    color: #333;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #8998a3;
    font-weight: 500;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-top: solid 1px #dfdfdf;
    position: relative;
    background-color: #f5f5f5;
    display: block
}

.block-layered-nav .block-content>dl>dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #2dcc70;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px
}

@media only screen and (max-width: 767px) {
    .block-layered-nav .block-content>dl>dt {
        color: #333;
        font-weight: normal;
        border: solid 1px #dfdfdf;
        border-bottom: none
    }
    .block-layered-nav .block-content>dl>dt:hover {
        background-color: #EDEDED
    }
}

.block-layered-nav .block-content>dl>dd {
    padding: 5px 30px 30px;
    background-color: #f5f5f5;
    margin: 0
}

@media only screen and (max-width: 1199px) {
    .block-layered-nav .block-content>dl>dd {
        padding: 5px 15px 15px
    }
}

.block-layered-nav .block-content>dl>dd:last-child {
    border-width: 0 1px 1px 1px
}

.block-layered-nav .block-content .selected-filter {
    background-color: #EDEDED
}

.block-layered-nav dl dd {
    margin-bottom: 10px;
    margin-top: 10px
}

.block-layered-nav dl dd ol>li>span,
.block-layered-nav dl dd ol>li>a {
    padding: 10px 0;
    display: inline-block;
    color: #777
}

.block-layered-nav dl dd ol>li>span:hover,
.block-layered-nav dl dd ol>li>a:hover {
    color: #333
}

.block-layered-nav dl dd ol>li>a .count {
    color: #8998a3
}

.block-layered-nav .selected-filter .currently {
    padding: 23px 25px 0 30px;
    border-top: solid 1px #dfdfdf
}

.block-layered-nav .selected-filter .currently .block-subtitle {
    display: block;
    margin: 0;
    margin-bottom: 10px;
    color: #333;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    color: #8998a3;
    font-weight: 500;
    margin-bottom: 20px
}

.block-layered-nav .selected-filter .currently ol li {
    margin-bottom: 20px
}

.block-layered-nav .selected-filter .currently ol li .label {
    font-weight: bold;
    text-transform: capitalize;
    color: #333
}

.block-layered-nav .selected-filter .currently ol li:after {
    content: '';
    display: table;
    clear: both
}

.block-layered-nav .actions {
    text-align: right;
    margin: 0;
    padding: 5px 25px 30px 30px
}

@media only screen and (min-width: 768px) {
    .block-layered-nav .block-content>dl>dt {
        padding: 24px 30px 5px 30px
    }
    .block-layered-nav .block-content>dl>dt:after {
        display: none
    }
}

@media only screen and (max-width: 1199px) {
    .block-layered-nav .block-content>dl>dt {
        padding: 10px 15px 5px 15px
    }
    .block-layered-nav .block-content>dl>dt:after {
        display: none
    }
    .block-layered-nav .selected-filter .currently {
        padding: 10px 15px
    }
    .block-layered-nav .selected-filter .actions {
        padding: 0 10px 10px
    }
}

@media only screen and (max-width: 767px) {
    .sidebar .block.block-layered-nav {
        border-bottom: none
    }
    .block-layered-nav--no-filters .block-title {
        display: none
    }
    .block-layered-nav .block-title>strong {
        margin: 0;
        margin-bottom: 10px;
        color: #333;
        font-family: "Ubuntu", sans-serif;
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        line-height: 1.4;
        text-rendering: optimizeSpeed;
        text-transform: uppercase
    }
    .block-layered-nav .block-content {
        padding-top: 0;
        margin-top: 15px
    }
    .block-layered-nav .block-content>dl>dt {
        cursor: pointer;
        border-bottom-width: 0
    }
    .block-layered-nav .block-content>dl>dt:hover {
        color: #2dcc70
    }
    .block-layered-nav .block-content>dl>dt:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #2dcc70;
        border-right: none
    }
    .block-layered-nav .block-content>dl>dt.last {
        border-bottom-width: 1px
    }
    .block-layered-nav .block-content>dl>dd {
        display: none
    }
    .block-layered-nav .block-content.accordion-open>dl>dt.current {
        border-bottom-width: 1px
    }
    .block-layered-nav .block-content.accordion-open>dl>dt.current:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid #2dcc70;
        border-bottom: none;
        left: 6px;
        top: 50%;
        margin-top: -3px
    }
    .block-layered-nav .block-content.accordion-open>dl>dd.current {
        display: block
    }
    .block-layered-nav .block-content dl dt {
        padding: 7px 10px 7px 24px
    }
    .block-layered-nav .block-content dl dt.last {
        border-bottom: solid 1px #dfdfdf
    }
    .block-layered-nav .block-content dl dd {
        border: solid 1px #dfdfdf;
        border-bottom: none
    }
    .block-layered-nav .block-subtitle--filter {
        background-color: #2dcc70;
        border: 0;
        margin-bottom: 0;
        display: block;
        color: #FFFFFF
    }
    .block-layered-nav .block-subtitle--filter:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #fff;
        border-right: none;
        right: 10px;
        top: 50%;
        margin-top: -5px
    }
    .block-layered-nav .block-subtitle--filter:hover {
        background-color: #24a259;
        color: #FFFFFF
    }
    .block-layered-nav .block-subtitle--filter.active:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid #fff;
        border-bottom: none;
        right: 10px;
        top: 50%;
        margin-top: -3px
    }
    #narrow-by-list,
    #narrow-by-list2 {
        padding: 10px;
        border: 1px solid #e0e7ed;
        border-top: 0
    }
    .block-layered-nav dl ol>li>a,
    .block-layered-nav dl ol>li>span {
        padding: 0px;
        margin: 0
    }
    .block-layered-nav dl ol>li>a {
        color: #8b8b8b;
        background-color: #f5f5f5;
        padding: 5px 10px
    }
    .block-layered-nav dl ol>li>a:hover {
        text-decoration: none
    }
}

.theme-border,
.table-bordered {
    border-top: solid 2px #8998a3
}

.theme-color {
    color: #8998a3
}

.title-border {
    border-bottom: solid 2px #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .title-border {
        margin-bottom: 15px;
        padding-bottom: 10px
    }
}

.theme-block {
    border: solid 1px #dfdfdf;
    border-top: solid 2px #8998a3;
    padding: 30px 29px;
    margin-bottom: 60px
}

.no-theme-block {
    border: none;
    padding: 0;
    margin-bottom: 0
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    font-size: 16px;
    line-height: 1.667em;
    color: #333;
    text-transform: uppercase;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .theme-block {
        padding: 15px;
        margin-bottom: 30px
    }
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    border-bottom-width: 1px
}

.table-bordered th,
.table-bordered td {
    border: solid 1px #dfdfdf
}

.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 9999
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.icon-sprite,
.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}

.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png)
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .icon-sprite,
    .icon-sprite-for-modules {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px
    }
}

.product-review .product-img-box p.label {
    font-size: 16px;
    font-family: "Ubuntu", sans-serif;
    margin-top: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    display: block
}

.product-review .product-img-box .rating-box {
    float: left
}

.product-review .product-img-box .rating-box.stars {
    margin: 0 0 10px
}

.product-review .product-img-box .rating-links .separator,
.product-review .product-img-box .moveToTab {
    display: none
}

.product-review .product-img-box .product-image {
    max-width: 50%;
    width: auto
}

.product-review .product-details h2 {
    display: block;
    border-bottom: 1px solid #e0e7ed;
    color: #8998a3;
    font-size: 16px;
    font-weight: 600;
    font-family: "Ubuntu", sans-serif;
    padding-bottom: 10px
}

.product-review .ratings-table {
    font-family: "Ubuntu", sans-serif
}

.product-review .ratings-table th {
    padding-right: 10px
}

.product-review .ratings-table tr {
    font-size: 12px;
    margin-right: 10px;
    text-transform: uppercase
}

.product-review .ratings-description dt {
    border-bottom: 1px solid #e0e7ed;
    font-size: 16px;
    font-weight: 400;
    font-family: "Ubuntu", sans-serif;
    margin-top: 20px;
    padding: 10px 0;
    text-transform: uppercase
}

.product-review .ratings-description dd {
    color: #737373;
    font-family: "Ubuntu", sans-serif;
    font-size: 13px;
    padding-top: 7px
}

@media only screen and (min-width: 768px) {
    .product-review .ratings-table tr {
        float: none
    }
}

@media only screen and (max-width: 320px) {
    .product-review .ratings-table tr {
        float: none
    }
}

.theme-border,
.table-bordered {
    border-top: solid 2px #8998a3
}

.theme-color {
    color: #8998a3
}

.title-border {
    border-bottom: solid 2px #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .title-border {
        margin-bottom: 15px;
        padding-bottom: 10px
    }
}

.theme-block {
    border: solid 1px #dfdfdf;
    border-top: solid 2px #8998a3;
    padding: 30px 29px;
    margin-bottom: 60px
}

.no-theme-block {
    border: none;
    padding: 0;
    margin-bottom: 0
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    font-size: 16px;
    line-height: 1.667em;
    color: #333;
    text-transform: uppercase;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .theme-block {
        padding: 15px;
        margin-bottom: 30px
    }
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    border-bottom-width: 1px
}

.table-bordered th,
.table-bordered td {
    border: solid 1px #dfdfdf
}

.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 9999
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.icon-sprite,
.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}

.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png)
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .icon-sprite,
    .icon-sprite-for-modules {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px
    }
}

.widget-catalogsale-products-carousel {
    position: relative
}

.widget-catalogsale-products-carousel .sale-carousel {
    margin: 0 -15px;
    width: auto
}

.widget-catalogsale-products-carousel .sale-carousel .owl-controls .owl-buttons div {
    background: none;
    opacity: 1;
    position: absolute;
    margin: 0
}

.widget-catalogsale-products-carousel .sale-carousel .owl-controls .owl-buttons div.owl-prev,
.widget-catalogsale-products-carousel .sale-carousel .owl-controls .owl-buttons div.owl-next {
    position: absolute;
    top: 30%;
    left: -15px;
    right: auto;
    background: none
}

.widget-catalogsale-products-carousel .sale-carousel .owl-controls .owl-buttons div.owl-prev:hover,
.widget-catalogsale-products-carousel .sale-carousel .owl-controls .owl-buttons div.owl-next:hover {
    opacity: 0.7
}

.widget-catalogsale-products-carousel .sale-carousel .owl-controls .owl-buttons div.owl-prev:before,
.widget-catalogsale-products-carousel .sale-carousel .owl-controls .owl-buttons div.owl-next:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    line-height: normal;
    font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 30px;
    color: #8998a3;
    background: none
}

.widget-catalogsale-products-carousel .sale-carousel .owl-controls .owl-buttons div.owl-next {
    right: -15px;
    left: auto
}

.widget-catalogsale-products-carousel .sale-carousel .owl-controls .owl-buttons div.owl-prev:before {
    content: ""
}

.widget-catalogsale-products-carousel .sale-carousel .owl-controls .owl-buttons div.owl-next:before {
    content: ""
}

@media only screen and (max-width: 991px) {
    .widget-catalogsale-products-carousel .sale-carousel .owl-controls .owl-buttons div.owl-prev {
        left: 10px
    }
    .widget-catalogsale-products-carousel .sale-carousel .owl-controls .owl-buttons div.owl-next {
        right: 10px
    }
}

.compare-table .btn-cart {
    font-size: 18px;
    padding: 14px 28px
}

@media only screen and (max-width: 991px) {
    .compare-table .btn-cart {
        padding: 7px 12px
    }
}

.compare-table .btn-cart {
    background-color: #2dcc70
}

.compare-table .btn-cart::after {
    background: #1f8d4e
}

.compare-table .btn-cart:hover {
    background: #1f8d4e
}

.compare-table .btn-cart:active::after {
    background: #1b7842
}

.compare-table .btn-cart:focus {
    background: none
}

.theme-border,
.table-bordered,
.compare-table {
    border-top: solid 2px #8998a3
}

.theme-color {
    color: #8998a3
}

.title-border {
    border-bottom: solid 2px #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .title-border {
        margin-bottom: 15px;
        padding-bottom: 10px
    }
}

.theme-block {
    border: solid 1px #dfdfdf;
    border-top: solid 2px #8998a3;
    padding: 30px 29px;
    margin-bottom: 60px
}

.no-theme-block {
    border: none;
    padding: 0;
    margin-bottom: 0
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td,
.compare-table th {
    font-size: 16px;
    line-height: 1.667em;
    color: #333;
    text-transform: uppercase;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .theme-block {
        padding: 15px;
        margin-bottom: 30px
    }
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    border-bottom-width: 1px
}

.table-bordered th,
.table-bordered td {
    border: solid 1px #dfdfdf
}

.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 9999
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.icon-sprite,
.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}

.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png)
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .icon-sprite,
    .icon-sprite-for-modules {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px
    }
}

.block-compare .product-name:after {
    content: '';
    display: table;
    clear: both
}

.compare-table .product-image {
    display: inline-block
}

.catalog-product-compare-index .title-buttons {
    position: relative
}

.catalog-product-compare-index .title-buttons h1:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 45px;
    color: #8998a3;
    padding-right: 0.244em
}

@media only screen and (max-width: 767px) {
    .catalog-product-compare-index .title-buttons h1:before {
        font-size: 30px
    }
}

.catalog-product-compare-index .title-buttons a {
    position: absolute;
    top: 20%;
    left: 0;
    font-weight: 500
}

.catalog-product-compare-index .title-buttons a:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 22px;
    padding-right: 15px
}

.catalog-product-compare-index .title-buttons .button {
    float: right;
    font-size: 31px;
    padding: 8px 5px;
    position: absolute;
    right: 0;
    top: 0
}

.catalog-product-compare-index .buttons-set {
    border-top: 0
}

.compare-table {
    margin-top: 15px
}

.compare-table .product-image {
    display: inline-block;
    padding: 10px
}

.compare-table thead th,
.compare-table thead td {
    padding-bottom: 0
}

.compare-table thead th {
    border-bottom: none
}

.compare-table th {
    vertical-align: top;
    border: solid 1px #dfdfdf;
    border-top: none
}

.compare-table td {
    border-right: solid 1px #dfdfdf
}

.compare-table .product-shop-row.top td {
    padding-bottom: 0;
    border-bottom: 0;
    text-align: center;
    vertical-align: top
}

.compare-table .product-shop-row.top th {
    border-bottom: none
}

.compare-table .product-shop-row.bottom td {
    padding-top: 0;
    text-align: center
}

.compare-table .add-to-row {
    text-align: center
}

.compare-table .btn-remove:hover {
    color: #526a7c
}

.compare-table .btn-remove::after {
    content: '\e132';
    font-size: 22px;
    box-shadow: none
}

.compare-table .btn-cart span span::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 28px;
    color: #fff;
    float: left;
    left: auto;
    right: 0.333em;
    position: relative;
    z-index: 4;
    vertical-align: bottom;
    display: inline-block
}

@media only screen and (max-width: 991px) {
    .compare-table .btn-cart span span::before {
        display: none
    }
}

.compare-table .btn-cart.button-secondary span span::before,
.compare-table .btn-cart.button2 span span::before {
    color: #8998a3
}

@media only screen and (max-width: 991px) {
    .catalog-product-compare-index .title-buttons {
        padding-top: 40px
    }
    .catalog-product-compare-index .title-buttons a {
        position: relative
    }
}

.theme-border,
.table-bordered {
    border-top: solid 2px #8998a3
}

.theme-color {
    color: #8998a3
}

.title-border {
    border-bottom: solid 2px #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .title-border {
        margin-bottom: 15px;
        padding-bottom: 10px
    }
}

.theme-block {
    border: solid 1px #dfdfdf;
    border-top: solid 2px #8998a3;
    padding: 30px 29px;
    margin-bottom: 60px
}

.no-theme-block {
    border: none;
    padding: 0;
    margin-bottom: 0
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    font-size: 16px;
    line-height: 1.667em;
    color: #333;
    text-transform: uppercase;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .theme-block {
        padding: 15px;
        margin-bottom: 30px
    }
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    border-bottom-width: 1px
}

.table-bordered th,
.table-bordered td {
    border: solid 1px #dfdfdf
}

.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 9999
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.icon-sprite,
.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}

.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png)
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .icon-sprite,
    .icon-sprite-for-modules {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px
    }
}

body[class*="checkout-multishipping-"] .checkout-progress {
    width: 100%;
    float: left;
    margin-bottom: 25px
}

body[class*="checkout-multishipping-"] .checkout-progress>li {
    float: left;
    width: 20%;
    text-align: center;
    padding: 8px 1% 6px;
    background: #f5f5f5;
    text-transform: uppercase;
    border-bottom: 1px solid #e0e7ed;
    border-right: 1px solid #e0e7ed;
    margin-bottom: 10px;
    font-family: "Ubuntu", sans-serif
}

body[class*="checkout-multishipping-"] .checkout-progress>li.active {
    background-color: #eee
}

body[class*="checkout-multishipping-"] .checkout-progress>li.last {
    border-right: 0px
}

body[class*="checkout-multishipping-"] .page-title {
    float: left;
    width: 100%;
    margin-bottom: 15px
}

body[class*="checkout-multishipping-"] .page-title h1 {
    border: 0 none;
    float: left;
    margin-top: 2px;
    margin-right: 2%
}

body[class*="checkout-multishipping-"] .page-title .button {
    float: right
}

body[class*="checkout-multishipping-"] .multiple-checkout>h2 {
    text-transform: none;
    font-size: 17px;
    margin-bottom: 15px
}

body[class*="checkout-multishipping-"] .messages {
    float: left;
    width: 100%
}

body[class*="checkout-multishipping-"] .col-2.col-wide {
    width: 66%
}

body[class*="checkout-multishipping-"] .col-1.col-narrow {
    width: 30%
}

body[class*="checkout-multishipping-"] .actions {
    margin-bottom: 10px
}

body[class*="checkout-multishipping-"] .grand-total {
    text-align: right;
    font-size: 16px;
    font-weight: normal
}

body[class*="checkout-multishipping-"] #checkout-review-submit {
    float: right
}

body[class*="checkout-multishipping-"] #review-buttons-container {
    float: right;
    text-align: right
}

.checkout-multishipping-addresses .btn-remove2 {
    text-indent: -5555px;
    display: block;
    width: 22px;
    height: 22px
}

.checkout-multishipping-shipping .gift-messages {
    margin-top: 20px
}

.checkout-multishipping-shipping .gift-messages-form {
    margin-top: 15px
}

.checkout-multishipping-shipping .gift-messages-form h4 {
    margin-top: 15px;
    margin-bottom: 5px
}

.checkout-multishipping-shipping .gift-messages-form .form-list {
    margin-top: 10px;
    margin-bottom: 25px
}

.checkout-multishipping-shipping .gift-messages-form .item {
    margin-top: 15px
}

.checkout-multishipping-shipping .col-1 .box-title h2,
.checkout-multishipping-shipping .col-1 .box-title h3,
.checkout-multishipping-shipping .col-1 .box-title h4,
.checkout-multishipping-shipping .col-2 .box-title h2,
.checkout-multishipping-shipping .col-2 .box-title h3,
.checkout-multishipping-shipping .col-2 .box-title h4,
.checkout-multishipping-billing .col-1 .box-title h2,
.checkout-multishipping-billing .col-1 .box-title h3,
.checkout-multishipping-billing .col-1 .box-title h4,
.checkout-multishipping-billing .col-2 .box-title h2,
.checkout-multishipping-billing .col-2 .box-title h3,
.checkout-multishipping-billing .col-2 .box-title h4,
.checkout-multishipping-overview .col-1 .box-title h2,
.checkout-multishipping-overview .col-1 .box-title h3,
.checkout-multishipping-overview .col-1 .box-title h4,
.checkout-multishipping-overview .col-2 .box-title h2,
.checkout-multishipping-overview .col-2 .box-title h3,
.checkout-multishipping-overview .col-2 .box-title h4 {
    font-weight: normal;
    width: 100%;
    background: #f5f5f5;
    border-bottom: 1px solid #e0e7ed;
    padding: 10px;
    font-size: 14px
}

.checkout-multishipping-shipping .col-1>h4,
.checkout-multishipping-shipping .col-2>h4,
.checkout-multishipping-billing .col-1>h4,
.checkout-multishipping-billing .col-2>h4,
.checkout-multishipping-overview .col-1>h4,
.checkout-multishipping-overview .col-2>h4 {
    font-weight: normal;
    width: 100%;
    background: #f5f5f5;
    border-bottom: 1px solid #e0e7ed;
    padding: 10px;
    font-size: 14px
}

.checkout-multishipping-shipping .col-1 .box-content,
.checkout-multishipping-shipping .col-2 .box-content,
.checkout-multishipping-billing .col-1 .box-content,
.checkout-multishipping-billing .col-2 .box-content,
.checkout-multishipping-overview .col-1 .box-content,
.checkout-multishipping-overview .col-2 .box-content {
    margin-bottom: 25px;
    padding-left: 10px;
    margin-top: 10px
}

.checkout-multishipping-billing .sp-methods dt {
    float: left;
    width: 100%
}

#multiship-addresses-table>tbody>tr>td.a-center.last>a {
    background-image: none
}

#review-order-form>div:nth-child(3)>div.divider {
    width: 100%;
    clear: both
}

@media only screen and (max-width: 991px) {
    body[class*="checkout-multishipping-"] .checkout-progress span {
        word-spacing: 300px
    }
}

@media only screen and (max-width: 767px) {
    body[class*="checkout-multishipping-"] .checkout-progress span {
        width: 12px
    }
    body[class*="checkout-multishipping-"] .checkout-progress li {
        width: 100%;
        margin: 0;
        text-align: left;
        padding-left: 3%;
        border-right: 0px
    }
    body[class*="checkout-multishipping-"] .checkout-progress span {
        word-spacing: 1px;
        width: 12px
    }
    body[class*="checkout-multishipping-"] .box-title {
        float: left;
        width: 100%
    }
    body[class*="checkout-multishipping-"] .page-title .button {
        float: left;
        margin-bottom: 10px
    }
    body[class*="checkout-multishipping-"] .linearize-table tfoot td {
        text-align: right
    }
    body[class*="checkout-multishipping-"] .linearize-table select {
        width: 100%;
        min-width: 200px
    }
    body[class*="checkout-multishipping-"] .col-1.col-narrow,
    body[class*="checkout-multishipping-"] .col-2.col-wide {
        width: 100%;
        padding: 0
    }
}

@media only screen and (max-width: 599px) {
    .checkout-multishipping-addresses .linearize-table tbody td[data-rwd-label] {
        text-align: left;
        padding-left: 10px;
        margin-top: 12px
    }
}

@media only screen and (max-width: 479px) {
    body[class*="checkout-multishipping-"] .buttons-set .back-link {
        display: block
    }
}

.header-minicart .minicart-actions .cart-link {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #2dcc70;
    border: none;
    display: inline-block;
    padding: 9px 18px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: "Ubuntu", sans-serif;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    overflow: hidden;
    position: relative
}

.header-minicart .minicart-actions .cart-link span {
    z-index: 9;
    position: relative
}

.header-minicart .minicart-actions .cart-link:not(a)::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: #24a259;
    z-index: 2
}

.header-minicart .minicart-actions .cart-link:hover {
    background: #24a259;
    cursor: pointer
}

.header-minicart .minicart-actions .cart-link:hover::after {
    height: 100%
}

.header-minicart .minicart-actions .cart-link:active::after {
    background: #1b7842
}

.header-minicart .minicart-actions .cart-link:focus {
    color: #fff;
    background: #1b7842
}

.header-minicart .minicart-actions .checkout-button {
    font-size: 18px;
    padding: 14px 28px
}

@media only screen and (max-width: 991px) {
    .header-minicart .minicart-actions .checkout-button {
        padding: 7px 12px
    }
}

.header-minicart .minicart-actions .checkout-button {
    background-color: #2dcc70
}

.header-minicart .minicart-actions .checkout-button::after {
    background: #1f8d4e
}

.header-minicart .minicart-actions .checkout-button:hover {
    background: #1f8d4e
}

.header-minicart .minicart-actions .checkout-button:active::after {
    background: #1b7842
}

.header-minicart .minicart-actions .checkout-button:focus {
    background: none
}

.header-minicart .minicart-actions .cart-link:hover {
    z-index: 999
}

.theme-border,
.table-bordered {
    border-top: solid 2px #8998a3
}

.theme-color {
    color: #8998a3
}

.title-border {
    border-bottom: solid 2px #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .title-border {
        margin-bottom: 15px;
        padding-bottom: 10px
    }
}

.theme-block {
    border: solid 1px #dfdfdf;
    border-top: solid 2px #8998a3;
    padding: 30px 29px;
    margin-bottom: 60px
}

.no-theme-block {
    border: none;
    padding: 0;
    margin-bottom: 0
}

.header-minicart .block-subtitle {
    font-size: 18px;
    line-height: 1.667em;
    color: #8998a3;
    text-transform: uppercase;
    font-weight: 500
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    font-size: 16px;
    line-height: 1.667em;
    color: #333;
    text-transform: uppercase;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .theme-block {
        padding: 15px;
        margin-bottom: 30px
    }
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    border-bottom-width: 1px
}

.table-bordered th,
.table-bordered td {
    border: solid 1px #dfdfdf
}

.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 9999
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.icon-sprite,
.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}

.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png)
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .icon-sprite,
    .icon-sprite-for-modules {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px
    }
}

.header-minicart {
    display: inline-block
}

@media only screen and (max-width: 991px) {
    .header-minicart {
        display: block
    }
}

.header-minicart .truncated {
    display: inline-block
}

.header-minicart .truncated .truncated_full_value {
    position: absolute;
    left: -30px
}

.header-minicart .truncated .truncated_full_value .item-options {
    top: 40px
}

.header-minicart .minicart-message {
    display: block;
    padding: 10px
}

.header-minicart .empty {
    padding: 10px 0
}

.header-minicart .minicart-wrapper {
    padding: 20px 30px 30px;
    background: white;
    clear: both
}

.header-minicart .minicart-wrapper:before,
.header-minicart .minicart-wrapper:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none
}

.header-minicart .minicart-wrapper:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2
}

.header-minicart .minicart-wrapper:after {
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3
}

.header-minicart .minicart-wrapper.loading {
    position: relative
}

.header-minicart .minicart-wrapper.loading:before,
.header-minicart .minicart-wrapper.loading:after {
    display: block
}

.header-minicart .block-subtitle {
    font-size: 16px
}

.header-minicart .block-subtitle .close {
    display: block;
    color: #8998a3;
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
    position: absolute;
    top: 20px;
    opacity: 1;
    filter: alpha(opacity=100);
    right: 20px
}

.header-minicart .block-subtitle .close:hover {
    color: #333
}

.header-minicart .mini-products-list {
    padding: 0
}

.header-minicart .mini-products-list li {
    padding: 0;
    border-bottom: 1px solid #DDDDDD;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 20px
}

.header-minicart .mini-products-list li.last {
    border: none;
    padding-bottom: 0
}

.header-minicart .mini-products-list li .product-details {
    position: relative
}

.header-minicart .product-details .product-name {
    padding-top: 0px;
    margin-bottom: 5px
}

.header-minicart .product-details .product-name a {
    color: #2dcc70
}

.header-minicart .product-details .product-name a:hover {
    color: #8998a3
}

.header-minicart .product-details .truncated {
    margin-top: 15px
}

.header-minicart .product-details .action-icons {
    float: right;
    clear: both;
    padding-top: 22px
}

.header-minicart .product-details .action-icons a,
.header-minicart .product-details .action-icons span {
    font-size: 0;
    line-height: 0;
    margin-left: 5px
}

.header-minicart .product-details .action-icons a::before,
.header-minicart .product-details .action-icons span::before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    line-height: normal;
    font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 17px
}

.header-minicart .product-details .action-icons a.btn-edit::before,
.header-minicart .product-details .action-icons span.btn-edit::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}

.header-minicart .product-details .action-icons a.remove::before,
.header-minicart .product-details .action-icons span.remove::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}

.header-minicart .product-details .product-wrapper {
    position: relative
}

.header-minicart .info-wrapper th {
    text-transform: none;
    padding-right: 6px;
    padding-top: 5px;
    padding-bottom: 5px
}

.header-minicart .info-wrapper td {
    color: #333;
    clear: right;
    padding-top: 5px;
    padding-bottom: 5px
}

.header-minicart .info-wrapper td.price {
    color: #8998a3
}

.header-minicart .info-wrapper .qty-wrapper td {
    height: 33px;
    line-height: 33px
}

.header-minicart .info-wrapper .qty {
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 2px;
    width: 3.2em;
    text-align: center;
    height: 30px;
    vertical-align: middle
}

.header-minicart .info-wrapper .quantity-button {
    opacity: 0;
    display: none;
    padding: 4px 8px;
    text-transform: capitalize;
    font-size: 14px;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms
}

.header-minicart .info-wrapper .quantity-button[disabled] {
    cursor: default
}

.header-minicart .info-wrapper .quantity-button.visible {
    opacity: 1;
    display: inline-block
}

.header-minicart .subtotal {
    background-color: #f5f5f5;
    padding: 10px 12px;
    margin-bottom: 20px;
    overflow: hidden
}

.header-minicart .subtotal .label {
    font-weight: 500;
    color: #333
}

.header-minicart .subtotal .price {
    color: #8998a3;
    float: right;
    font-weight: 500
}

.header-minicart .minicart-actions {
    padding: 0;
    margin-top: 0px;
    overflow: hidden;
    position: relative;
    text-align: center
}

.header-minicart .minicart-actions li {
    margin: 0 0 10px
}

.header-minicart .minicart-actions .checkout-button {
    min-width: 145px;
    display: block
}

.header-minicart .minicart-actions .checkout-button span span::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 28px;
    color: #fff;
    float: right;
    left: 0.333em;
    right: auto;
    position: relative;
    z-index: 4;
    vertical-align: bottom;
    display: inline-block
}

@media only screen and (max-width: 991px) {
    .header-minicart .minicart-actions .checkout-button span span::before {
        display: none
    }
}

.header-minicart .minicart-actions .checkout-button.button-secondary span span::before,
.header-minicart .minicart-actions .checkout-button.button2 span span::before {
    color: #8998a3
}

.header-minicart .minicart-actions .checkout-button span {
    display: inline-block
}

.header-minicart .minicart-actions .checkout-button:hover span span::before {
    margin: 0 -7px 0 7px
}

.header-minicart .minicart-actions .cart-link {
    display: block
}

.header-minicart .minicart-actions .paypal-logo .paypal-or {
    line-height: 1.6
}

.header-minicart #minicart-error-message {
    text-align: center;
    color: red;
    display: none
}

.header-minicart #minicart-success-message {
    text-align: center;
    color: green;
    display: none
}

.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
    display: none
}

.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
    margin-bottom: 0;
    border: none;
    clear: both
}

@media only screen and (min-width: 992px) {
    .header-minicart {
        position: relative;
        margin: 0;
        float: right
    }
    #header-cart.skip-active {
        background: #FBFBFB;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
        padding: 0;
        position: absolute;
        z-index: 9999;
        top: 77px;
        right: 0;
        width: 320px;
        background: white
    }
}

@media only screen and (min-width: 768px) {
    .checkout-types.minicart {
        float: none;
        text-align: center
    }
}

@media only screen and (max-width: 479px) {
    .header-minicart a.skip-cart {
        z-index: 1
    }
}

@media only screen and (max-width: 767px) {
    .header-minicart .subtotal .label {
        color: #8b8b8b
    }
    .header-minicart .minicart-wrapper {
        padding: 10px
    }
    .header-minicart .minicart-wrapper:before {
        background-color: #EDEDED
    }
    .header-minicart .quantity-button {
        float: none
    }
    .header-minicart .header-minicart .block-cart {
        padding: 15px
    }
    .header-minicart .header-minicart .block-subtitle {
        padding-top: 59px
    }
    .header-minicart .minicart-actions {
        padding-bottom: 33px
    }
    .header-minicart .minicart-actions .cart-link {
        bottom: 0;
        right: 10px;
        position: static
    }
    .header-minicart .minicart-actions .checkout-types.minicart li {
        display: inline-block
    }
    .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo>a {
        display: inline
    }
    .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
        display: inline-block;
        vertical-align: top
    }
    .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
        width: auto;
        float: none;
        display: inline;
        margin: 0 10px 5px 10px;
        line-height: 40px
    }
}

@media only screen and (max-width: 740px) {
    .header-minicart .minicart-actions .cart-link {
        right: auto;
        left: 0;
        text-align: center;
        width: 100%
    }
    .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or,
    .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {
        width: 100%;
        display: block;
        margin-left: 0
    }
    .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
        line-height: 1.6
    }
}

@media only screen and (max-width: 599px) {
    .header-minicart .minicart-actions .checkout-button {
        width: 100%
    }
}

#review-buttons-container .btn-checkout {
    font-size: 18px;
    padding: 14px 28px
}

@media only screen and (max-width: 991px) {
    #review-buttons-container .btn-checkout {
        padding: 7px 12px
    }
}

#review-buttons-container .btn-checkout {
    background-color: #2dcc70
}

#review-buttons-container .btn-checkout::after {
    background: #1f8d4e
}

#review-buttons-container .btn-checkout:hover {
    background: #1f8d4e
}

#review-buttons-container .btn-checkout:active::after {
    background: #1b7842
}

#review-buttons-container .btn-checkout:focus {
    background: none
}

.opc .section .control input[type="radio"],
.opc .section .inner-box p input[type="radio"],
.opc .section .fieldset dl dt input[type="radio"],
.opc .section .control input[type="checkbox"],
.opc .section .inner-box p input[type="checkbox"],
.opc .section .fieldset dl dt input[type="checkbox"] {
    float: left;
    margin-top: 5px;
    display: none
}

.opc .section .control input[type="radio"]+label,
.opc .section .inner-box p input[type="radio"]+label,
.opc .section .fieldset dl dt input[type="radio"]+label,
.opc .section .control input[type="radio"]+.label label,
.opc .section .inner-box p input[type="radio"]+.label label,
.opc .section .fieldset dl dt input[type="radio"]+.label label {
    cursor: pointer;
    position: relative;
    padding-left: 27px;
    text-transform: none;
    display: inline-block
}

.opc .section .control input[type="radio"]+label:before,
.opc .section .inner-box p input[type="radio"]+label:before,
.opc .section .fieldset dl dt input[type="radio"]+label:before,
.opc .section .control input[type="radio"]+.label label:before,
.opc .section .inner-box p input[type="radio"]+.label label:before,
.opc .section .fieldset dl dt input[type="radio"]+.label label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 2px;
    background-color: #f5f5f5;
    border: solid 1px #dfdfdf
}

.opc .section .control input[type="radio"]+label:after,
.opc .section .inner-box p input[type="radio"]+label:after,
.opc .section .fieldset dl dt input[type="radio"]+label:after,
.opc .section .control input[type="radio"]+.label label:after,
.opc .section .inner-box p input[type="radio"]+.label label:after,
.opc .section .fieldset dl dt input[type="radio"]+.label label:after {
    content: "";
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    width: 0px;
    height: 0px;
    left: 9px;
    top: 10px;
    background-color: #8998a3;
    box-shadow: inset -1px -1px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8)
}

.opc .section .control input[type="radio"]+label:hover,
.opc .section .inner-box p input[type="radio"]+label:hover,
.opc .section .fieldset dl dt input[type="radio"]+label:hover,
.opc .section .control input[type="radio"]+.label label:hover,
.opc .section .inner-box p input[type="radio"]+.label label:hover,
.opc .section .fieldset dl dt input[type="radio"]+.label label:hover {
    color: #8998a3
}

.opc .section .control input[type=radio]:checked+.label label:after,
.opc .section .inner-box p input[type=radio]:checked+.label label:after,
.opc .section .fieldset dl dt input[type=radio]:checked+.label label:after,
.opc .section .control input[type=radio]:checked+label:after,
.opc .section .inner-box p input[type=radio]:checked+label:after,
.opc .section .fieldset dl dt input[type=radio]:checked+label:after {
    width: 12px;
    height: 12px;
    left: 2px;
    top: 4px
}

.opc .section .control input[type="checkbox"]+label,
.opc .section .inner-box p input[type="checkbox"]+label,
.opc .section .fieldset dl dt input[type="checkbox"]+label,
.opc .section .control input[type="checkbox"]+.label label,
.opc .section .inner-box p input[type="checkbox"]+.label label,
.opc .section .fieldset dl dt input[type="checkbox"]+.label label {
    display: inline-block;
    padding-left: 27px;
    position: relative;
    clear: both;
    cursor: pointer;
    text-transform: none
}

.opc .section .control input[type="checkbox"]+label:before,
.opc .section .inner-box p input[type="checkbox"]+label:before,
.opc .section .fieldset dl dt input[type="checkbox"]+label:before,
.opc .section .control input[type="checkbox"]+.label label:before,
.opc .section .inner-box p input[type="checkbox"]+.label label:before,
.opc .section .fieldset dl dt input[type="checkbox"]+.label label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 2px;
    background-color: #f5f5f5;
    border: solid 1px #dfdfdf
}

.opc .section .control input[type="checkbox"]+label:after,
.opc .section .inner-box p input[type="checkbox"]+label:after,
.opc .section .fieldset dl dt input[type="checkbox"]+label:after,
.opc .section .control input[type="checkbox"]+.label label:after,
.opc .section .inner-box p input[type="checkbox"]+.label label:after,
.opc .section .fieldset dl dt input[type="checkbox"]+.label label:after {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    font-size: 0;
    left: 9px;
    top: 10px;
    color: #8998a3;
    text-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8)
}

.opc .section .control input[type="checkbox"]+label:hover,
.opc .section .inner-box p input[type="checkbox"]+label:hover,
.opc .section .fieldset dl dt input[type="checkbox"]+label:hover,
.opc .section .control input[type="checkbox"]+.label label:hover,
.opc .section .inner-box p input[type="checkbox"]+.label label:hover,
.opc .section .fieldset dl dt input[type="checkbox"]+.label label:hover {
    color: #8998a3
}

.opc .section .control input[type=checkbox]:checked+label:after,
.opc .section .inner-box p input[type=checkbox]:checked+label:after,
.opc .section .fieldset dl dt input[type=checkbox]:checked+label:after,
.opc .section .control input[type=checkbox]:checked+.label label:after,
.opc .section .inner-box p input[type=checkbox]:checked+.label label:after,
.opc .section .fieldset dl dt input[type=checkbox]:checked+.label label:after {
    font-size: 22px;
    top: -9px;
    left: 0
}

.sp-methods .form-list li .dropdown {
    width: 100%;
    background-color: #f5f5f5;
    border: solid 1px #dfdfdf;
    border-radius: 0px
}

.sp-methods .form-list li .dropdown:hover {
    box-shadow: none;
    background: #EDEDED
}

.sp-methods .form-list li .dropdown .validation-advice {
    position: relative;
    height: auto;
    opacity: 1;
    padding: 0 0 10px;
    background: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    top: -1px;
    left: -1px;
    margin-right: -2px
}

.sp-methods .form-list li .dropdown div {
    background-color: #f5f5f5;
    border: solid 1px #dfdfdf
}

.sp-methods .form-list li .dropdown div ul {
    z-index: 12
}

.sp-methods .form-list li .dropdown div ul li {
    margin: 0
}

.sp-methods .form-list li .dropdown div ul li.focus {
    background: #EDEDED;
    color: #333
}

.sp-methods .form-list li .dropdown div ul li.active {
    font-weight: normal;
    background: #EDEDED
}

.sp-methods .form-list li .dropdown li,
.sp-methods .form-list li .dropdown .selected {
    font-size: 14px;
    color: #8b8b8b;
    padding: 13px 20px
}

.sp-methods .form-list li .dropdown .selected {
    color: #333
}

.sp-methods .form-list li .dropdown .selected::after {
    box-shadow: none
}

.sp-methods .form-list li .dropdown .carat {
    border-width: 6px;
    border-color: #777 transparent transparent;
    right: 20px
}

.sp-methods .form-list li .dropdown.open {
    z-index: 15
}

.sp-methods .form-list li .dropdown.open .carat {
    border-bottom: 6px solid #777;
    border-top: 6px solid transparent;
    margin-top: -10px
}

.sp-methods .form-list li .dropdown.open div {
    padding: 10px 0;
    height: auto
}

.sp-methods .form-list li .dropdown.open div ul {
    position: relative;
    z-index: 12
}

.theme-border,
.table-bordered {
    border-top: solid 2px #8998a3
}

.theme-color {
    color: #8998a3
}

.title-border,
.opc .section.active {
    border-bottom: solid 2px #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .title-border,
    .opc .section.active {
        margin-bottom: 15px;
        padding-bottom: 10px
    }
}

.theme-block,
.sidebar .block-progress {
    border: solid 1px #dfdfdf;
    border-top: solid 2px #8998a3;
    padding: 30px 29px;
    margin-bottom: 60px
}

.no-theme-block,
.opc .form-list {
    border: none;
    padding: 0;
    margin-bottom: 0
}

.sidebar .block-progress dt,
#checkout-review-table-wrapper table tfoot tr td {
    text-transform: uppercase;
    color: #333;
    font-weight: normal
}

.sidebar .block-progress .block-title strong {
    font-size: 18px;
    line-height: 1.667em;
    color: #8998a3;
    text-transform: uppercase;
    font-weight: 500
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    font-size: 16px;
    line-height: 1.667em;
    color: #333;
    text-transform: uppercase;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .theme-block,
    .sidebar .block-progress {
        padding: 15px;
        margin-bottom: 30px
    }
    .sidebar .block-progress dt,
    #checkout-review-table-wrapper table tfoot tr td {
        font-size: 12px
    }
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    border-bottom-width: 1px
}

.table-bordered th,
.table-bordered td {
    border: solid 1px #dfdfdf
}

.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 9999
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.icon-sprite,
.icon-sprite-for-modules {
    background-repeat: no-repeat;
    text-indent: -9999px
}

.icon-sprite-for-modules {}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .icon-sprite,
    .icon-sprite-for-modules {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px
    }
}

.checkout-onepage-index .page-title h1:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 55px;
    color: #8998a3;
    padding-right: 0.244em
}

@media only screen and (max-width: 767px) {
    .checkout-onepage-index .page-title h1:before {
        font-size: 30px
    }
}

.opc .section:last-child.active {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.opc .section .step-title {
    width: 100%;
    position: relative;
    margin: 0 0 10px 0;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none
}

.opc .section .step-title:after {
    content: '';
    display: table;
    clear: both
}

.opc .section .fieldset {
    margin-right: -15px;
    position: relative
}

.opc .section .control label,
.opc .section .inner-box p label,
.opc .section .fieldset dl dt label {
    background: none;
    padding: 0
}

.opc .section .buttons-set {
    border-top: none;
    margin-bottom: 0
}

.opc .section .product-image {
    padding: 5px;
    margin-bottom: 10px
}

.opc .section p.required {
    margin: 0;
    right: 15px;
    top: -20px
}

.opc .section .wide label,
.opc .section .field label,
.opc .section .fieldset dd label {
    text-transform: uppercase;
    color: #333;
    margin-bottom: 3px
}

.opc .section .inner-box .fields,
.opc .section textarea {
    float: none;
    max-width: 97%;
    width: 97%
}

.opc .section .inner-box .fields input {
    width: 100%
}

.opc .section.allow:not(.active) .step-title {
    cursor: pointer
}

#login-form input {
    width: 97%
}

#checkout-step-billing .form-list .control {
    float: left
}

#checkout-step-billing .form-list .control label {
    min-width: 210px
}

#checkout-shipping-method-load dl {
    overflow: hidden
}

#checkout-shipping-method-load dl dt {
    float: left;
    font-weight: normal;
    text-transform: uppercase;
    color: #333;
    padding-right: 10px
}

#checkout-shipping-method-load dl dd {
    float: left
}

#checkout-shipping-method-load dl dd li {
    margin: 0
}

#checkout-shipping-method-load dl dd label {
    padding: 0;
    color: #8998a3
}

#checkout-shipping-method-load dl dd label span {
    font-weight: normal
}

#checkout-payment-method-load .fields {
    width: 32%
}

#checkout-payment-method-load input,
#checkout-payment-method-load select {
    width: 96%
}

#checkout-payment-method-load .fieldset input,
#checkout-payment-method-load .fieldset select {
    width: 92%
}

#checkout-payment-method-load .year {
    margin-top: 25px
}

#checkout-step-shipping_method label {
    text-transform: none
}

#checkout-step-payment img {
    max-width: 100%
}

.opc .section .step-title a {
    display: none
}

.opc .section.allow:not(.active) .step-title a {
    display: block;
    float: right;
    line-height: 40px;
    height: 40px;
    padding: 0px 10px
}

.no-touch .opc .section .step-title a:hover {
    text-decoration: none
}

.opc .section .step-title .number {
    width: 39px;
    height: 39px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 37px;
    font-weight: 500;
    background-color: #333;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    border-radius: 50%
}

.opc .section.allow.active .step-title .number {
    background-color: #8998a3;
    -webkit-box-shadow: -1px -1px 0px rgba(50, 50, 50, 0.25) inset;
    -moz-box-shadow: -1px -1px 0px rgba(50, 50, 50, 0.25) inset;
    box-shadow: -1px -1px 0px rgba(50, 50, 50, 0.25) inset
}

.opc .section.allow .step-title .number {
    background-color: #96e6b8
}

.opc .section.allow .step-title h2 {
    color: #909090
}

.opc .section.allow .step-title:hover h2,
.opc .section.active .step-title h2 {
    color: #333
}

.opc .section .step-title h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    padding: 10px 0 10px;
    float: left;
    margin: 0px 4px 0px 55px
}

.opc .section .step {
    padding: 10px 0
}

.opc .section .step:after {
    content: '';
    display: table;
    clear: both
}

@media only screen and (max-width: 991px) {
    .opc .section .step {
        padding: 10px
    }
}

.opc select {
    max-width: 365px;
    width: 100%
}

.opc h3,
.opc h4 {
    margin: 0;
    margin-bottom: 10px;
    color: #333;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    font-weight: normal
}

.opc h3.product-name,
.opc h4.product-name {
    color: #8998a3;
    text-transform: none;
    font-size: 18px
}

.opc .buttons-set {
    text-align: left
}

.opc .buttons-set button.button {
    float: left;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 0;
    width: auto
}

.opc .buttons-set p.required {
    float: right;
    margin-left: 5px;
    margin-bottom: 0
}

.opc .buttons-set .back-link {
    float: right;
    margin: 0
}

.opc .buttons-set a {
    line-height: 20px;
    display: inline-block;
    padding: 5px 5px 5px 0
}

.opc .fields {
    float: left;
    width: 33%
}

.opc .fields input[type="email"],
.opc .fields input[type="search"],
.opc .fields input[type="number"],
.opc .fields input[type="password"],
.opc .fields input[type="tel"],
.opc .fields input[type="text"] {
    max-width: 100%;
    width: 92%
}

.opc .wide {
    clear: both;
    width: 100%
}

.opc .wide input[type="email"],
.opc .wide input[type="search"],
.opc .wide input[type="number"],
.opc .wide input[type="password"],
.opc .wide input[type="tel"],
.opc .wide input[type="text"] {
    max-width: 100%;
    width: 96%
}

.opc .wide select {
    max-width: 100%;
    width: 92%
}

.opc .form-list {
    clear: both
}

.opc .form-list select {
    width: 93%;
    margin-top: 0
}

@media only screen and (max-width: 479px) {
    .opc .buttons-set .button+.buttons-set .button,
    .paypal-express-review .buttons-set .button+.buttons-set .button {
        margin-left: 0
    }
    .opc .fields,
    #checkout-payment-method-load .fields {
        float: none;
        width: 100%
    }
    .opc .wide,
    #checkout-payment-method-load .wide {
        width: 100%
    }
    .opc input[type="email"],
    .opc input[type="search"],
    .opc input[type="number"],
    .opc input[type="password"],
    .opc input[type="tel"],
    .opc input[type="text"],
    #checkout-payment-method-load input[type="email"],
    #checkout-payment-method-load input[type="search"],
    #checkout-payment-method-load input[type="number"],
    #checkout-payment-method-load input[type="password"],
    #checkout-payment-method-load input[type="tel"],
    #checkout-payment-method-load input[type="text"] {
        width: 100%
    }
    .opc select,
    #checkout-payment-method-load select {
        width: 100%
    }
}

.opc #opc-login .step {
    padding: 20px 0px
}

.opc #opc-login .buttons-set {
    border-top: 0;
    padding-top: 5px
}

@media only screen and (max-width: 767px) {
    .opc #opc-login .description,
    .opc #opc-login p.required {
        display: none
    }
    .opc .buttons-set {
        margin-bottom: 30px
    }
    .opc .buttons-set button.button {
        float: right
    }
}

#opc-payment .note {
    padding: 10px
}

.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
    transition: opacity 300ms ease-out
}

.opc.opc-firststep-login .section#opc-login .step-title .number {
    transition: width 80ms ease-out
}

.opc.opc-firststep-login .section#opc-login .step-title h2 {
    transition: margin-left 80ms ease-out
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
    overflow: hidden
}

.sp-methods {
    margin: 0 0 8px
}

.sp-methods dt {
    margin: 13px 0 5px;
    font-weight: bold
}

.sp-methods dt:first-child {
    margin: 0 0 5px
}

.sp-methods dd li {
    margin: 5px 0
}

.sp-methods label img {
    float: left
}

.sp-methods label a {
    margin-top: 6px;
    float: right;
    margin-left: 10px
}

.sp-methods .price {
    font-weight: bold
}

.sp-methods .form-list {
    padding: 20px 0 0 0
}

.sp-methods .form-list li {
    margin: 0 0 15px
}

.sp-methods select.month {
    width: 120px;
    margin-right: 10px
}

.sp-methods select.year {
    width: 96px
}

.sp-methods #advice-validate-cc-exp-ccsave_expiration {
    max-width: 130px
}

.sp-methods .checkmo-list li {
    margin: 0 0 5px;
    content: '';
    display: table;
    clear: both
}

.sp-methods .checkmo-list label {
    width: 165px;
    padding-right: 15px;
    text-align: right;
    float: left
}

.sp-methods .checkmo-list address {
    float: left
}

@media only screen and (max-width: 479px) {
    .sp-methods .checkmo-list {
        padding-left: 0
    }
    .sp-methods .checkmo-list label {
        width: 135px
    }
}

.sp-methods .release-amounts {
    margin: 0.5em 0
}

.sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0
}

.sidebar .block-progress {
    background-color: #f5f5f5;
    margin: 0
}

.sidebar .block-progress .block-title {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 12px;
    word-wrap: break-word
}

.sidebar .block-progress dt {
    padding-top: 6px
}

.sidebar .block-progress dt a {
    float: right;
    text-transform: none;
    font-weight: 500
}

.sidebar .block-progress dt.complete {
    color: #333
}

.sidebar .block-progress dd {
    padding: 10px 0 0;
    margin: 0px;
    font-size: 12px
}

.sidebar .block-progress dd address {
    line-height: 1.917em;
    margin-bottom: 0
}

.sidebar .block-progress dd.complete {
    border-bottom: solid 1px #dfdfdf;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.sidebar .block-progress dl {
    margin-bottom: 0
}

.sidebar .block-progress dl div:last-child dd.complete {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.sidebar .block-progress #payment-progress-opcheckout .subtitle {
    margin-bottom: 3px
}

.sidebar .block-progress .payment-info dt {
    padding: 0;
    margin: 0 0 3px 0;
    color: #8b8b8b;
    font-family: Georgia, Times, "Times New Roman", serif;
    text-transform: none;
    font-style: italic;
    float: left;
    clear: both;
    font-size: 13px
}

.sidebar .block-progress .payment-info dt:after {
    content: ': '
}

.sidebar .block-progress .payment-info dd {
    float: left;
    margin-bottom: 3px;
    font-size: 13px
}

.sidebar .block-progress .payment-info:after {
    content: '';
    display: table;
    clear: both
}

#checkout-review-table .btn-remove img {
    display: none
}

#checkout-review-table-wrapper {
    clear: both
}

#checkout-review-table-wrapper table {
    border: solid 1px #dfdfdf
}

#checkout-review-table-wrapper table tbody td,
#checkout-review-table-wrapper table thead th,
#checkout-review-table-wrapper table tfoot {
    vertical-align: top;
    text-align: center
}

#checkout-review-table-wrapper table thead th {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    border: solid 1px #dfdfdf
}

#checkout-review-table-wrapper table thead th:last-child {
    border-right: none
}

#checkout-review-table-wrapper table tbody tr td {
    border: solid 1px #dfdfdf
}

#checkout-review-table-wrapper table tbody tr td:first-child {
    width: 49%;
    text-align: left
}

#checkout-review-table-wrapper table tbody tr td:last-child {
    border-right: none
}

#checkout-review-table-wrapper table tfoot tr td {
    text-align: left;
    position: relative
}

#checkout-review-table-wrapper table tfoot tr td::after {
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 40px;
    right: 40px;
    background-color: #dfdfdf;
    content: ''
}

#checkout-review-table-wrapper table tfoot tr td.last {
    text-align: right
}

#checkout-review-table-wrapper table tfoot tr td.last strong .price {
    font-size: 34px;
    color: #8998a3
}

#checkout-review-table-wrapper table tfoot tr td:first-child {
    padding: 8px 0 8px 40px
}

#checkout-review-table-wrapper table tfoot tr td:first-child::after {
    right: 0
}

#checkout-review-table-wrapper table tfoot tr td:last-child {
    padding: 8px 40px 8px 0
}

#checkout-review-table-wrapper table tfoot tr td:last-child::after {
    left: 0
}

#checkout-review-table-wrapper table tfoot tr.first td {
    padding-top: 30px
}

#checkout-review-table-wrapper table tfoot tr.last {
    font-size: 16px
}

#checkout-review-table-wrapper table tfoot tr.last strong {
    font-weight: 500
}

#checkout-review-table-wrapper table tfoot tr.last td {
    padding-bottom: 28px
}

#checkout-review-table-wrapper table tfoot tr.last td::after {
    display: none
}

#checkout-review-table-wrapper table .price {
    font-size: 24px;
    color: #2dcc70;
    font-weight: 500
}

#review-buttons-container {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 15px
}

#review-buttons-container .btn-checkout {
    float: right;
    margin: 0
}

#review-buttons-container .btn-checkout span span::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 28px;
    color: #fff;
    float: right;
    left: 0.333em;
    right: auto;
    position: relative;
    z-index: 4;
    vertical-align: bottom;
    display: inline-block
}

@media only screen and (max-width: 991px) {
    #review-buttons-container .btn-checkout span span::before {
        display: none
    }
}

#review-buttons-container .btn-checkout.button-secondary span span::before,
#review-buttons-container .btn-checkout.button2 span span::before {
    color: #8998a3
}

#review-buttons-container .please-wait {
    float: left;
    margin-right: 10px
}

#review-buttons-container .f-left {
    float: right;
    margin: 10px 20px 0 0
}

#review-buttons-container .f-left a {
    font-weight: 500
}

@media only screen and (max-width: 599px) {
    .linearize-table-large.checkout-review-table thead tr:nth-child(1n+2) {
        display: none
    }
}

@media only screen and (max-width: 479px) {
    .linearize-table.checkout-review-table thead tr:nth-child(1n+2) {
        display: none
    }
}

.opc-block-progress dt.complete .separator {
    display: none
}

.opc-block-progress dt .separator {
    display: none
}

#checkout-step-review .opc-block-progress {
    border-left: none;
    padding-left: 0
}

#checkout-step-review .opc-block-progress .block-title {
    display: none
}

#checkout-step-review .opc-block-progress .block-content {
    display: block;
    padding: 0
}

#checkout-step-review .opc-block-progress .block-content>dl>div {
    float: left;
    width: 50%
}

@media only screen and (max-width: 479px) {
    #checkout-step-review .opc-block-progress .block-content>dl>div {
        float: none;
        width: auto
    }
}

#checkout-step-review .opc-block-progress .block-content .changelink {
    display: none
}

@media only screen and (max-width: 479px) {
    #checkout-review-table thead>tr>th {
        display: none
    }
    #checkout-review-table thead>tr>th:first-child {
        display: block
    }
    #checkout-review-table thead>tr>th:first-child {
        display: block
    }
}

#checkout-step-review .centinel>p {
    margin-bottom: 10px
}

#checkout-step-review .centinel iframe {
    width: 100%;
    min-height: 400px
}

.gift-messages-form .item {
    content: '';
    display: table;
    clear: both;
    margin-top: 30px
}

.gift-messages-form .item h5 {
    font-weight: normal
}

.gift-messages-form .item .product-img-box {
    width: auto;
    float: left;
    padding-right: 15px
}

.gift-messages-form .item .details {
    float: left
}

.gift-message-form .inner-box>div {
    content: '';
    display: table;
    clear: both;
    width: 100%;
    margin-top: 15px;
    display: block
}

.gift-message-form .inner-box>div.extra-options-container p {
    margin-bottom: 15px
}

.gift-message-form .gift-wrapping-form label {
    margin-right: 10px
}

.gift-message-form .gift-wrapping-form img {
    float: left
}

.gift-message-form .gift-wrapping-form .gift-wrapping-design {
    height: 75px
}

.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
    content: '';
    display: table;
    clear: both
}

.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
    margin-right: 5px
}

.gift-message-form .gift-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ECECEC
}

.gift-message-form .gift-item:after {
    content: '';
    display: table;
    clear: both
}

.gift-message-form .gift-item .product-img-box {
    width: 200px
}

.gift-message-form .gift-item .product-img-box .product-image {
    width: 75px;
    margin-left: auto;
    margin-right: auto
}

.gift-message-form .gift-item .product-img-box .product-name {
    display: block
}

.gift-message-form .gift-item .fieldset {
    margin-left: 200px
}

@media only screen and (max-width: 991px) {
    .opc .section .fieldset {
        margin-right: 0
    }
    #checkout-review-table-wrapper table {
        border: none
    }
    #checkout-review-table-wrapper table .price,
    #checkout-review-table-wrapper table tfoot tr td.last strong .price {
        font-size: 1.2em
    }
    #checkout-review-table-wrapper table td:after {
        display: none
    }
    #checkout-review-table-wrapper table tbody tr td:first-child {
        width: 100%
    }
    #checkout-review-table-wrapper table tbody tr td:last-child {
        border-right: 1px solid #dfdfdf
    }
}

@media only screen and (max-width: 767px) {
    .gift-message-form .giftmessage-area {
        max-width: 100%
    }
    .gift-message-form .gift-item .product-img-box {
        width: 100%;
        float: none
    }
    .gift-message-form .gift-item .fieldset {
        margin-left: 0px
    }
    .gift-message-form .gift-item .fieldset textarea {
        width: 100%
    }
    .opc #opc-login .buttons-set {
        margin-bottom: 20px
    }
    .opc .section .step-title a,
    .opc .section.allow:not(.active) .step-title a {
        display: none
    }
}

@media only screen and (max-width: 479px) {
    .opc .fields input,
    .opc .fields select,
    .opc .wide input,
    .opc .wide select {
        width: 100%
    }
    .opc .section .step {
        padding: 0
    }
    #checkout-review-table-wrapper table tfoot tr td:first-child {
        padding-left: 20px
    }
    #checkout-review-table-wrapper table tfoot tr td:last-child {
        padding-right: 20px
    }
}

.page-sitemap .links a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #2dcc70;
    border: none;
    display: inline-block;
    padding: 9px 18px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: "Ubuntu", sans-serif;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    overflow: hidden;
    position: relative
}

.page-sitemap .links a span {
    z-index: 9;
    position: relative
}

.page-sitemap .links a:not(a)::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: #24a259;
    z-index: 2
}

.page-sitemap .links a:hover {
    background: #24a259;
    cursor: pointer
}

.page-sitemap .links a:hover::after {
    height: 100%
}

.page-sitemap .links a:active::after {
    background: #1b7842
}

.page-sitemap .links a:focus {
    color: #fff;
    background: #1b7842
}

.page-sitemap .links a {
    background: #eee;
    color: #333;
    text-shadow: none
}

.page-sitemap .links a:not(a)::after {
    background: #e1e1e1
}

.page-sitemap .links a:hover {
    background: #e1e1e1;
    cursor: pointer;
    color: #333
}

.page-sitemap .links a:active {
    color: #333
}

.page-sitemap .links a:active::after {
    background: #d5d5d5
}

.page-sitemap .links a:focus {
    background: #d5d5d5;
    color: #333;
    outline: none
}

.page-sitemap .links a {
    font-size: 14px;
    text-transform: none;
    padding: 6px 15px
}

.page-sitemap .links a:hover {
    z-index: 999
}

.theme-border,
.table-bordered {
    border-top: solid 2px #8998a3
}

.theme-color {
    color: #8998a3
}

.title-border,
.page-sitemap .page-title h1,
.ps-static.cms-page-view .page-title:not(.without-border) h1,
.ps-static.cms-page-view .page-title:not(.without-border) h4 {
    border-bottom: solid 2px #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .title-border,
    .page-sitemap .page-title h1,
    .ps-static.cms-page-view .page-title:not(.without-border) h1,
    .ps-static.cms-page-view .page-title:not(.without-border) h4 {
        margin-bottom: 15px;
        padding-bottom: 10px
    }
}

.theme-block,
#oar_widget_orders_and_returns_form .fieldset {
    border: solid 1px #dfdfdf;
    border-top: solid 2px #8998a3;
    padding: 30px 29px;
    margin-bottom: 60px
}

.no-theme-block {
    border: none;
    padding: 0;
    margin-bottom: 0
}

label {
    text-transform: uppercase;
    color: #333;
    font-weight: normal
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    font-size: 16px;
    line-height: 1.667em;
    color: #333;
    text-transform: uppercase;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .theme-block,
    #oar_widget_orders_and_returns_form .fieldset {
        padding: 15px;
        margin-bottom: 30px
    }
    label {
        font-size: 12px
    }
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    border-bottom-width: 1px
}

.table-bordered th,
.table-bordered td {
    border: solid 1px #dfdfdf
}

.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 9999
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.icon-sprite,
.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}

.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png)
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .icon-sprite,
    .icon-sprite-for-modules {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px
    }
}

.fieldset p {
    margin-bottom: 7px
}

.fieldset p.required {
    margin-bottom: 5px;
    float: right;
    font-size: 14px;
    margin-top: 5px;
    margin-right: 5px
}

.fieldset+.fieldset {
    margin-top: 5px
}

form .legend {
    margin: 0;
    margin-bottom: 10px;
    color: #333;
    font-family: "Ubuntu", sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 500
}

.input-box {
    padding-top: 2px;
    position: relative
}

.input-box .input-box:after {
    content: '';
    display: table;
    clear: both
}

li.centinel-logos div.input-box img {
    display: inline;
    vertical-align: middle
}

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

label {
    margin: 0;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none
}

label.required:after,
span.required:after {
    content: ' * ';
    color: #ee372a;
    font-weight: normal;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px
}

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

.input-hint {
    color: #909090;
    font-size: 12px
}

select {
    font-size: 14px
}

select+select {
    margin-left: 5px
}

select[multiple] {
    width: 270px;
    border: 1px solid #dfdfdf;
    font-size: 15px;
    padding: 5px
}

textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 450px;
    padding: 5px
}

.input-text,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #dfdfdf;
    font-size: 14px
}

.input-text:focus,
textarea:focus {
    border: 1px solid #cdcdcd;
    outline: 0
}

.input-text.validation-failed {
    border-color: #ee372a
}

.input-text.validation-failed:focus {
    outline-color: #f79b95
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
    height: 40px;
    padding: 0 8px;
    border: solid 1px #dfdfdf
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
    width: 230px;
    max-width: 100%
}

select {
    max-width: 100%;
    width: 92%;
    height: 40px;
    background: #f5f5f5;
    border: solid 1px #dfdfdf;
    margin-top: 0
}

select option {
    padding: 5px 10px
}

@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
    input[type=email],
    input[type=search],
    input[type=number],
    input[type=password],
    input[type=tel],
    input[type=text],
    select {
        font-size: 16px
    }
}

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

input[type=number].qty,
input[type=text].qty {
    width: 3em;
    text-align: center;
    vertical-align: middle
}

::-webkit-input-placeholder {
    color: #909090
}

input:-moz-placeholder {
    color: #909090
}

input::-webkit-input-placeholder {
    opacity: 0.7
}

input::-moz-placeholder {
    opacity: 0.7
}

input:-moz-placeholder {
    opacity: 0.7
}

input:-ms-input-placeholder {
    opacity: 0.7
}

input:focus::-webkit-input-placeholder {
    opacity: 0.3
}

input:focus::-moz-placeholder {
    opacity: 0.3
}

input:focus:-moz-placeholder {
    opacity: 0.3
}

input:focus:-ms-input-placeholder {
    opacity: 0.3
}

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

.checkbox+label,
.radio+label {
    width: auto;
    max-width: 85%;
    padding: 0 0 0 8px;
    font-size: 14px;
    font-weight: normal;
    vertical-align: top
}

p.required,
.validation-advice {
    margin: 5px 0 0;
    color: #ee372a;
    font-size: 14px
}

p.required {
    font-size: 14px
}

.form-list>li {
    margin-bottom: 10px
}

.form-list select {
    margin-top: 4px;
    width: 300px;
    max-width: 100%
}

.form-list .input-range .input-text {
    width: 74px
}

.form-list .field,
.form-list .wide,
.form-list .control {
    margin-bottom: 15px
}

.form-list .control div.input-box,
.sp-methods dt div.input-box,
.product-options ul.options-list div.input-box {
    display: inline;
    float: left
}

.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after,
.product-options ul.options-list div.input-box:after {
    display: none
}

.form-list .control input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
    float: left;
    margin-right: -40px;
    margin-top: 10px;
    margin-left: 15px
}

.form-list .control label,
.sp-methods dt label,
.product-options ul.options-list label {
    color: #8b8b8b;
    background-color: #f5f5f5;
    padding: 5px 10px;
    display: inline-block;
    width: auto;
    max-width: none;
    min-width: 250px;
    float: none;
    padding: 6px 10px 6px 40px
}

.form-list .control label:hover,
.sp-methods dt label:hover,
.product-options ul.options-list label:hover {
    background-color: #EDEDED
}

.form-list .control .no-display+label,
.sp-methods dt .no-display+label,
.product-options ul.options-list .no-display+label {
    padding-left: 10px;
    background-color: transparent
}

.form-list .control .no-display+label:hover,
.sp-methods dt .no-display+label:hover,
.product-options ul.options-list .no-display+label:hover {
    background-color: transparent
}

.product-options ul.options-list label,
.col2-set .form-list .control label {
    min-width: inherit;
    width: 100%;
    max-width: 100%
}

.form-list .control.remember-me-box label {
    width: auto;
    max-width: none;
    min-width: inherit
}

.form-list .control {
    margin-top: 15px
}

.form-list .control label {
    float: none
}

.form-list .control .radio,
.form-list .control .checkbox {
    margin-right: 6px
}

.form-list .control .input-box {
    clear: none;
    display: inline-block;
    width: auto;
    padding: 0
}

form .form-instructions {
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 13px;
    color: #909090
}

.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-no-route .page-head h1,
.cms-no-route .page-head h3 {
    border: none
}

.cms-page-view .std img,
.cms-no-route .std img {
    max-width: 100%
}

.cms-page-view .std p,
.cms-no-route .std p {
    color: #8b8b8b;
    font-size: 14px;
    line-height: 24px
}

.cms-page-view .std li,
.cms-no-route .std li {
    color: #8b8b8b;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 14px;
    font-style: italic;
    line-height: 24px
}

.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
    content: '';
    display: table;
    clear: both
}

.cms-no-route .std img {
    width: 100%
}

.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
    margin-bottom: 25px
}

.cms-page-view .std .messages ul,
.cms-home .std .messages ul,
.cms-no-route .std .messages ul {
    margin-bottom: 0
}

.cms-page-view .std .messages li,
.cms-home .std .messages li,
.cms-no-route .std .messages li {
    list-style: none;
    margin-left: 0;
    font-style: normal;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif
}

#accordion .toggle-tabs {
    display: none
}

#accordion>dl>dt {
    margin: 0;
    margin-bottom: 10px;
    color: #333;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #8998a3;
    font-weight: 500;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-top: solid 1px #dfdfdf;
    position: relative;
    background-color: #f5f5f5;
    display: block
}

#accordion>dl>dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #2dcc70;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px
}

@media only screen and (max-width: 767px) {
    #accordion>dl>dt {
        color: #333;
        font-weight: normal;
        border: solid 1px #dfdfdf;
        border-bottom: none
    }
    #accordion>dl>dt:hover {
        background-color: #EDEDED
    }
}

#accordion>dl>dd {
    padding: 5px 30px 30px;
    background-color: #f5f5f5;
    margin: 0
}

@media only screen and (max-width: 1199px) {
    #accordion>dl>dd {
        padding: 5px 15px 15px
    }
}

#accordion>dl>dd:last-child {
    border-width: 0 1px 1px 1px
}

#accordion .selected-filter {
    background-color: #EDEDED
}

#accordion li {
    position: relative;
    overflow: hidden
}

#accordion li .plusimage h2 {
    margin-right: 10px
}

.page-sitemap .pager {
    float: none
}

.page-sitemap .links {
    display: block;
    text-align: right;
    margin: 0 20px 0 0
}

.page-sitemap .links a {
    position: relative
}

.page-sitemap .sitemap {
    padding: 0;
    margin: 15px 0;
    position: relative
}

.page-sitemap .sitemap::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 11px;
    left: 0;
    background-color: #8998a3
}

.page-sitemap .sitemap::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 24px;
    bottom: -15px;
    left: 0;
    background-color: #fff
}

.page-sitemap .sitemap>li {
    padding-left: 35px;
    position: relative
}

.page-sitemap .sitemap>li.level-0::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    top: 11px;
    left: 0;
    background-color: #8998a3
}

.page-sitemap .sitemap>li.level-0 a::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 13px;
    color: #8998a3;
    padding-right: 14px
}

.page-sitemap .sitemap li {
    margin: 15px 0
}

.page-sitemap .sitemap li ul {
    margin: 30px 0 30px 25px;
    position: relative
}

.page-sitemap .sitemap li ul::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 11px;
    left: 0;
    background-color: #dfdfdf
}

.page-sitemap .sitemap li ul::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 24px;
    bottom: -15px;
    left: 0;
    background-color: #fff
}

.page-sitemap .sitemap li ul li {
    padding-left: 41px;
    position: relative
}

.page-sitemap .sitemap li ul li a {
    padding-left: 20px
}

.page-sitemap .sitemap li ul li:not(.list-container)::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    top: 11px;
    left: 0;
    background-color: #dfdfdf
}

.page-sitemap .sitemap li a {
    color: #8b8b8b;
    display: inline-block
}

.page-sitemap .sitemap li a:hover {
    color: #333
}

@media only screen and (max-width: 599px) {
    .page-sitemap .sitemap li ul {
        margin-left: 0px
    }
}

.indent1,
.skills .term,
.team .excerpt {
    margin-bottom: 57px
}

.indent2 {
    margin-bottom: 25px
}

.custom-page {
    line-height: 1.714em
}

.custom-page .title-big h1 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 45px
}

.custom-page h3 {
    line-height: 1.8em;
    font-weight: 500;
    margin-bottom: 20px
}

.skills {
    text-align: center;
    color: #8998a3;
    padding-top: 16px
}

.skills .term {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500
}

.skills .value {
    font-size: 56px;
    line-height: 1.519em;
    font-weight: 500
}

#oar_widget_orders_and_returns_form .fieldset {
    margin-bottom: 20px
}

#oar_widget_orders_and_returns_form .buttons-set {
    border-top: 0;
    margin: 0;
    padding: 0
}

.custom-title1 {
    font-size: 16px;
    color: #8998a3;
    line-height: 22px;
    font-weight: 500;
    padding: 0;
    margin: 0 0 15px 0;
    position: relative;
    text-align: center;
    margin-bottom: 20px
}

.custom-title1:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 66px;
    border: solid 2px #8998a3;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    display: block;
    margin: 0 auto 35px;
    line-height: 118.8px;
    width: 122px;
    height: 122px
}

.custom-title2 {
    font-size: 16px;
    color: #8998a3;
    line-height: 22px;
    font-weight: 500;
    padding: 0;
    margin: 0 0 15px 0;
    position: relative;
    text-align: center;
    margin-bottom: 20px
}

.custom-title2:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 66px;
    border: solid 2px #8998a3;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    display: block;
    margin: 0 auto 35px;
    line-height: 118.8px;
    width: 122px;
    height: 122px
}

.custom-title3 {
    font-size: 16px;
    color: #8998a3;
    line-height: 22px;
    font-weight: 500;
    padding: 0;
    margin: 0 0 15px 0;
    position: relative;
    text-align: center;
    margin-bottom: 20px
}

.custom-title3:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 56px;
    border: solid 2px #8998a3;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    display: block;
    margin: 0 auto 35px;
    line-height: 122px;
    width: 122px;
    height: 122px
}

.team {
    text-align: center
}

.team figure {
    display: block;
    margin: 0 auto 25px;
    text-align: center
}

.team figure a {
    display: inline-block;
    overflow: hidden
}

.team figure:hover img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%)
}

.team figure img {
    border: medium none;
    max-width: 100%;
    width: 100%
}

.team h4 {
    font-weight: 400
}

.team .excerpt {
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 1px
}

.testimonials::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    display: block;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 84px;
    line-height: 1em;
    color: #8998a3
}

.testimonials blockquote {
    position: relative;
    text-align: center;
    font-size: 14px;
    border: none
}

.testimonials blockquote cite {
    margin: 0;
    margin-bottom: 10px;
    color: #333;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    text-align: center;
    color: #8998a3;
    text-transform: uppercase
}

.testimonials blockquote q {
    display: block;
    padding: 0 5%
}

.testimonials .owl-controls .owl-buttons div.owl-prev,
.testimonials .owl-controls .owl-buttons div.owl-next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0 15px
}

.testimonials .owl-controls .owl-buttons div.owl-next {
    right: auto;
    left: auto
}

@media only screen and (max-width: 991px) {
    .testimonials .owl-controls .owl-buttons div.owl-prev {
        left: 7px
    }
    .testimonials .owl-controls .owl-buttons div.owl-next {
        right: 7px
    }
}

@media only screen and (max-width: 479px) {
    .indent1,
    .skills .term,
    .team .excerpt {
        margin-bottom: 20px
    }
    .skills .term {
        font-size: 14px
    }
    .skills .value {
        font-size: 30px
    }
}

.table-bordered .price {
    font-weight: 500;
    color: #2dcc70;
    font-size: 16px
}

.terms-conditions h4 {
    font-size: 20px;
    color: #8998a3
}

.terms-conditions h4:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 40px;
    color: #8998a3;
    padding-right: 0.244em
}

@media only screen and (max-width: 767px) {
    .terms-conditions h4:before {
        font-size: 30px
    }
}

.terms-conditions h4::before {
    padding-right: 25px
}

.terms-conditions p {
    margin-bottom: 35px
}

@media only screen and (max-width: 767px) {
    .cms-page-view .data-table tr,
    .cms-page-view .data-table th,
    .cms-page-view .data-table td {
        display: block
    }
    .cms-page-view .data-table thead {
        display: none
    }
    .cms-page-view .data-table thead th {
        border-right: 0;
        border-left: 0
    }
    .cms-page-view .data-table thead th.lin-hide {
        display: none
    }
    .cms-page-view .data-table thead th:nth-child(1n+2) {
        display: none
    }
    .cms-page-view .data-table tbody tr {
        position: relative;
        border-bottom: 1px solid #e0e7ed
    }
    .cms-page-view .data-table tbody td {
        padding: 0 10px 4px;
        border-right: 0;
        border-bottom: 0
    }
    .cms-page-view .data-table tbody td.lin-hide {
        display: none
    }
    .cms-page-view .data-table tbody td:first-child {
        padding-top: 10px
    }
    .cms-page-view .data-table tbody td:first-child,
    .cms-page-view .data-table tbody td:first-child h3 {
        font-weight: bold
    }
    .cms-page-view .data-table tbody td[data-rwd-label] {
        text-align: left;
        padding-left: 30px
    }
    .cms-page-view .data-table tbody td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        font-size: 12px;
        font-family: "Ubuntu", sans-serif;
        padding: 5px 5px 5px 0;
        text-transform: uppercase
    }
    .cms-page-view .data-table tfoot tr {
        display: block;
        text-align: right
    }
    .cms-page-view .data-table tfoot tr:after {
        content: '';
        display: table;
        clear: both
    }
    .cms-page-view .data-table tfoot td {
        display: block;
        float: left
    }
    .cms-page-view .data-table tfoot td.lin-hide {
        display: none
    }
    .cms-page-view .data-table tfoot td:nth-child(odd) {
        clear: left;
        width: 60%
    }
    .cms-page-view .data-table tfoot td:nth-child(even) {
        text-align: left;
        width: 40%
    }
    .cms-page-view .data-table .linearize-hide {
        display: none
    }
    .cms-page-view .data-table .linearize-unpad {
        padding: 0
    }
    .cms-page-view .data-table .linearize-show {
        display: block
    }
    .cms-page-view .data-table thead {
        display: none
    }
}

dl.numbered-list {
    counter-reset: number
}

dl.numbered-list dt {
    counter-increment: number;
    margin: 0;
    margin-bottom: 10px;
    color: #333;
    font-family: "Ubuntu", sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    color: #8998a3;
    font-weight: 500;
    padding-bottom: 10px
}

dl.numbered-list dt::before {
    content: counter(number);
    display: inline-block;
    width: 39px;
    height: 39px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    margin-right: 18px;
    background-color: #8998a3;
    box-shadow: inset -1px -1px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8)
}

dl.numbered-list dd {
    line-height: 1.714em;
    margin-bottom: 45px
}

.table.table-list-style>tbody>tr>td {
    border-top: 0;
    padding: 0px 30px 30px
}

.table.table-list-style>tbody>tr>td:not(:last-child) {
    border-right: solid 1px #dfdfdf
}

@media only screen and (max-width: 599px) {
    .table.table-list-style>tbody>tr>td {
        padding: 0 10px 10px
    }
}

.table.table-list-style h4 {
    float: right;
    max-width: 300px;
    text-align: right
}

.faqs-pages h4 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    color: #8998a3;
    border-bottom: 1px solid #dfdfdf;
    padding: 40px 0;
    margin-bottom: 0;
    cursor: pointer;
    position: relative
}

.faqs-pages h4:after {
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    line-height: normal;
    font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f107";
    position: absolute;
    right: 0;
    font-size: 35px;
    color: #8b8b8b
}

.faqs-pages h4.id-active {
    border-color: #fff
}

.faqs-pages h4.id-active:after {
    content: "\f106"
}

.faqs-pages h4.last {
    border: 0
}

.faqs-pages .custom-pag-list-3 {
    padding-top: 10px;
    margin-bottom: 0
}

.faqs-pages .custom-pag-list-3 li {
    list-style: none;
    font-style: normal;
    margin: 0;
    padding: 0 0 20px;
    font-family: "Ubuntu", sans-serif;
    overflow: hidden
}

.faqs-pages .custom-pag-list-3 li:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    color: #dfdfdf;
    float: left;
    margin-right: 24px
}

.faqs-pages .custom-pag-list-3 a {
    font-size: 20px;
    color: #526a7c;
    font-weight: 300;
    text-transform: uppercase
}

.faqs-pages .custom-pag-list-3 a:hover {
    color: #8998a3
}

@media only screen and (max-width: 767px) {
    .faqs-pages h4 {
        font-size: 20px;
        padding: 15px 0
    }
    .faqs-pages .custom-pag-list-3 a {
        font-size: 16px
    }
}

.custom-page .custom-pag-list-2 {
    margin: 0 -15px;
    padding-bottom: 70px
}

.custom-page .custom-pag-list-2:after {
    content: '';
    display: table;
    clear: both
}

.custom-page .custom-pag-list-2 li {
    list-style: none;
    margin: 0;
    padding: 0 15px;
    font-style: normal;
    font-family: "Ubuntu", sans-serif;
    width: 25%;
    float: left
}

.custom-page .custom-pag-list-2 li a {
    display: block;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.14);
    text-align: center;
    background: #8998a3;
    padding: 45px 40px 33px;
    color: #fff;
    min-height: 270px
}

.custom-page .custom-pag-list-2 li a h4 {
    color: #fff;
    line-height: 40px;
    margin-bottom: 0
}

.custom-page .custom-pag-list-2 li a span {
    font-size: 87px;
    line-height: 87px;
    display: block;
    margin-bottom: 24px
}

.custom-page .custom-pag-list-2 li a span.fa {
    font-size: 76px
}

.custom-page .custom-pag-list-2 li a:hover {
    background: #fff;
    color: #8998a3
}

.custom-page .custom-pag-list-2 li a:hover h4 {
    color: #8998a3
}

@media only screen and (max-width: 991px) {
    .custom-page .custom-pag-list-2 li {
        width: 50%;
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 599px) {
    .custom-page .custom-pag-list-2 li {
        width: 100%
    }
}

.guarantee-pages .page-title .icon1:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 55px;
    color: #8998a3;
    padding-right: 0.244em
}

@media only screen and (max-width: 767px) {
    .guarantee-pages .page-title .icon1:before {
        font-size: 30px
    }
}

.guarantee-pages .page-title .icon2:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 55px;
    color: #8998a3;
    padding-right: 0.244em
}

@media only screen and (max-width: 767px) {
    .guarantee-pages .page-title .icon2:before {
        font-size: 30px
    }
}

.guarantee-pages .page-title .icon3:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 55px;
    color: #8998a3;
    padding-right: 0.244em
}

@media only screen and (max-width: 767px) {
    .guarantee-pages .page-title .icon3:before {
        font-size: 30px
    }
}

.guarantee-pages .page-title .icon4:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 55px;
    color: #8998a3;
    padding-right: 0.244em
}

@media only screen and (max-width: 767px) {
    .guarantee-pages .page-title .icon4:before {
        font-size: 30px
    }
}

.guarantee-pages .custom-pag-list-4 {
    overflow: hidden;
    margin: 0 -15px;
    padding-top: 40px
}

.guarantee-pages .custom-pag-list-4 li {
    list-style: none;
    margin: 0 0 56px;
    padding: 0 15px;
    font-size: 13px;
    font-style: normal;
    line-height: 20px;
    font-family: "Ubuntu", sans-serif;
    width: 33.33333%;
    float: left
}

.guarantee-pages .custom-pag-list-4 li:nth-child(3n+1) {
    clear: left
}

.guarantee-pages .custom-pag-list-4 li h4 {
    font-size: 18px
}

.guarantee-pages .custom-pag-list-4.bullets h4:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 13px;
    color: #8998a3;
    padding-right: 0.244em
}

@media only screen and (max-width: 767px) {
    .guarantee-pages .custom-pag-list-4.bullets h4:before {
        font-size: 30px
    }
}

.guarantee-pages .custom-pag-list-4.bullets h4::before {
    padding-right: 10px
}

@media only screen and (max-width: 767px) {
    .guarantee-pages .custom-pag-list-4 li {
        width: 100%;
        clear: both
    }
}

.guarantee-pages h4 b {
    font-size: 16px;
    color: #8998a3;
    margin-right: 15px
}

.guarantee-pages .a-center h4 {
    padding-top: 30px
}

.list-decimal {
    counter-reset: list1
}

.list-decimal h4 {
    position: relative;
    font-size: 20px;
    line-height: 20px;
    padding: 0 0 0 55px;
    margin-bottom: 30px
}

.list-decimal h4:after {
    content: '';
    display: table;
    clear: both
}

.list-decimal h4:before {
    counter-increment: list1;
    content: counter(list1, decimal-leading-zero);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 40px;
    line-height: 30px;
    font-weight: 500;
    color: #8998a3
}

.custom-page.custom-style-2 .page-title h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px
}

.custom-page.custom-style-2 .page-title h1 span {
    color: #8998a3
}

.custom-page.custom-style-2 .page-title h1 b {
    font-size: 50px;
    color: #8998a3;
    margin-right: 25px
}

@media only screen and (max-width: 1199px) {
    .custom-page.custom-style-2 .page-title h1 {
        font-size: 23px;
        line-height: 23px
    }
}

@media only screen and (max-width: 599px) {
    .custom-page.custom-style-2 .page-title h1 b {
        display: block;
        margin-bottom: 20px
    }
}

.custom-page.custom-style-2 .title-big h1 {
    font-size: 60px;
    line-height: 75px
}

@media only screen and (max-width: 1199px) {
    .custom-page.custom-style-2 .title-big h1 {
        font-size: 28px;
        line-height: 30px
    }
}

.custom-page.custom-style-2 h4 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 24px;
    color: #8998a3;
    font-weight: 500
}

.custom-page.custom-style-2 .a-center {
    margin-bottom: 85px;
    font-size: 13px;
    line-height: 20px
}

.custom-page.custom-style-2 p {
    font-size: 13px;
    line-height: 20px
}

.custom-page .custom-pag-list {
    margin: 0;
    padding: 0
}

.custom-page .custom-pag-list li {
    overflow: hidden;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 50px;
    padding: 0;
    font-style: normal;
    font-family: "Ubuntu", sans-serif
}

.custom-page .custom-pag-list li:last-child {
    margin-bottom: 0
}

.custom-page .custom-pag-list li>span {
    display: block;
    font-size: 57px;
    line-height: 110px;
    color: #fff;
    width: 110px;
    height: 110px;
    float: left;
    background: #8998a3;
    text-align: center;
    border-radius: 100%;
    margin-right: 30px;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.14)
}

@media only screen and (max-width: 1199px) {
    .custom-page .custom-pag-list li {
        text-align: center
    }
    .custom-page .custom-pag-list li>span {
        float: none;
        display: inline-block;
        margin: 0 0 30px
    }
}

.custom-page .custom-pag-list p {
    overflow: hidden
}

.custom-page .custom-pag-list.color-2 {
    padding-bottom: 40px
}

.custom-page .custom-pag-list.color-2 li>span {
    color: #8998a3;
    background: #f5f5f5
}

#narrow-by-list dd .swatch-link.has-image .swatch-label::before,
.product-options .configurable-swatch-list .swatch-link.has-image .swatch-label::before,
.products-grid .configurable-swatch-list .swatch-link.has-image .swatch-label::before,
.products-list .configurable-swatch-list .swatch-link.has-image .swatch-label::before,
.product-options .swatch-link.has-image .swatch-label::before,
.products-grid .swatch-link.has-image .swatch-label::before,
.products-list .swatch-link.has-image .swatch-label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    border: solid 0px #f5f5f5;
    opacity: 0
}

#narrow-by-list dd .swatch-link.has-image:hover .swatch-label::before,
.product-options .configurable-swatch-list .hover .swatch-link.has-image .swatch-label::before,
.products-grid .configurable-swatch-list .hover .swatch-link.has-image .swatch-label::before,
.products-list .configurable-swatch-list .hover .swatch-link.has-image .swatch-label::before,
.product-options .configurable-swatch-list .selected .swatch-link.has-image .swatch-label::before,
.products-grid .configurable-swatch-list .selected .swatch-link.has-image .swatch-label::before,
.products-list .configurable-swatch-list .selected .swatch-link.has-image .swatch-label::before,
.product-options .swatch-link.has-image:hover .swatch-label::before,
.products-grid .swatch-link.has-image:hover .swatch-label::before,
.products-list .swatch-link.has-image:hover .swatch-label::before {
    border-width: 5px;
    opacity: 1
}

.theme-border,
.table-bordered {
    border-top: solid 2px #8998a3
}

.theme-color {
    color: #8998a3
}

.title-border {
    border-bottom: solid 2px #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .title-border {
        margin-bottom: 15px;
        padding-bottom: 10px
    }
}

.theme-block {
    border: solid 1px #dfdfdf;
    border-top: solid 2px #8998a3;
    padding: 30px 29px;
    margin-bottom: 60px
}

.no-theme-block {
    border: none;
    padding: 0;
    margin-bottom: 0
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    font-size: 16px;
    line-height: 1.667em;
    color: #333;
    text-transform: uppercase;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .theme-block {
        padding: 15px;
        margin-bottom: 30px
    }
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    border-bottom-width: 1px
}

.table-bordered th,
.table-bordered td {
    border: solid 1px #dfdfdf
}

.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 9999
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.icon-sprite,
.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}

.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png)
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .icon-sprite,
    .icon-sprite-for-modules {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px
    }
}

.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
    content: '';
    display: table;
    clear: both
}

.swatch-link,
.swatch-label {
    display: block;
    border-radius: 0px;
    font-size: 14px;
    text-align: center;
    color: #777;
    text-decoration: none;
    box-sizing: content-box
}

.swatch-link {
    margin: 0 0 3px;
    position: relative
}

.swatch-link img {
    border-radius: 0px
}

.swatch-link:hover {
    cursor: pointer;
    text-decoration: none;
    border-color: #333
}

.swatch-link:focus {
    text-decoration: none
}

.swatch-link .x {
    display: none;
    text-indent: -999em;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../../images/bg_x.png) center no-repeat transparent;
    z-index: 10
}

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

.has-image .swatch-label {
    position: relative;
    margin: 0;
    white-space: nowrap;
    background: none
}

.has-image .swatch-label::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.28);
    border-right: 1px solid rgba(0, 0, 0, 0.28)
}

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

.configurable-swatch-list li {
    zoom: 1;
    margin: 0 2px 0 3px;
    float: left
}

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

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

.configurable-swatch-list .not-available .swatch-link {
    border-color: #dfdfdf;
    position: relative
}

.configurable-swatch-list .not-available .swatch-link.has-image img {
    opacity: 0.4;
    filter: alpha(opacity=40)
}

.configurable-swatch-list .not-available .swatch-label {
    color: #aaa;
    background: #fff
}

.configurable-swatch-list .wide-swatch .swatch-label {
    padding: 0 6px
}

.configurable-swatch-list .not-available a:focus {
    outline: 0
}

#narrow-by-list dd .configurable-swatch-list li {
    margin: 0 3px 0 0;
    float: none
}

#narrow-by-list dd .swatch-link {
    margin: 0;
    padding: 8px 0
}

#narrow-by-list dd .swatch-link:not(.has-image) {
    border: none;
    line-height: 25px;
    margin-right: 2px;
    text-align: left
}

#narrow-by-list dd .swatch-link:not(.has-image) .swatch-item {
    float: left;
    vertical-align: middle
}

#narrow-by-list dd .swatch-link:not(.has-image) .swatch-text {
    background: #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #fff;
    border-radius: 0px;
    display: block;
    float: left;
    line-height: 1.5em;
    margin: 0 5px 0 0;
    padding: 5px 13px
}

#narrow-by-list dd .swatch-link:not(.has-image) .swatch-text img {
    border: 1px solid #fff;
    border-radius: 0px;
    box-sizing: content-box
}

#narrow-by-list dd .swatch-link:not(.has-image) .swatch-text::after {
    display: none
}

#narrow-by-list dd .swatch-link:not(.has-image) .count {
    display: inline-block;
    margin-top: 4px
}

#narrow-by-list dd .swatch-link:not(.has-image):hover .swatch-text {
    background-color: #f0f0f0;
    border-top-color: #dcdcdc;
    border-right-color: #f0f0f0;
    border-bottom-color: #f0f0f0;
    border-left-color: #dcdcdc
}

#narrow-by-list dd .swatch-link:not(.has-image):active .swatch-text {
    background-color: #e8e8e8
}

#narrow-by-list dd .swatch-link.has-image {
    line-height: inherit;
    text-transform: capitalize
}

#narrow-by-list dd .swatch-link.has-image .swatch-label {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative
}

#narrow-by-list dd .swatch-link.has-image .swatch-label::before {
    border-color: #fff
}

#narrow-by-list dd .swatch-link.has-image .count {
    color: #777
}

@media only screen and (max-width: 767px) {
    #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
        clear: left
    }
}

.currently .swatch-current {
    position: relative
}

.currently .swatch-current .btn-remove {
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%
}

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

.currently .swatch-current span.value {
    margin-left: 7px
}

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

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

.configurable-swatch-list .selected:not(.not-available) .swatch-link .swatch-label {
    color: #ffffff
}

.configurable-swatch-box {
    background: none
}

.configurable-swatch-box select.swatch-select {
    display: none
}

.configurable-swatch-box .validation-advice {
    margin: 0 0 5px;
    background: #ee372a;
    padding: 2px 5px;
    font-weight: bold;
    color: #fff;
    float: left;
    display: block;
    border-radius: 0px
}

.product-view .product-options .swatch-attr {
    float: none;
    display: block;
    clear: both;
    border: 0
}

.product-view .product-options .swatch-attr .swatch-link {
    border-width: 2px
}

.product-view .product-options .swatch-attr .swatch-link:hover {
    cursor: pointer;
    text-decoration: none
}

.product-view .product-options .swatch-attr .select-label {
    display: inline;
    text-transform: capitalize;
    color: #8b8b8b;
    padding-left: 5px
}

.product-view .product-options dd .input-box {
    width: auto;
    height: auto
}

.product-view .product-options .select-label {
    display: none
}

.product-view .add-to-cart button.out-of-stock {
    background-position: -80px -362px;
    cursor: default
}

.contacts-index-index .buttons-set .button.btn-reset {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #2dcc70;
    border: none;
    display: inline-block;
    padding: 9px 18px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: "Ubuntu", sans-serif;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    overflow: hidden;
    position: relative
}

.contacts-index-index .buttons-set .button.btn-reset span {
    z-index: 9;
    position: relative
}

.contacts-index-index .buttons-set .button.btn-reset:not(a)::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: #24a259;
    z-index: 2
}

.contacts-index-index .buttons-set .button.btn-reset:hover {
    background: #24a259;
    cursor: pointer
}

.contacts-index-index .buttons-set .button.btn-reset:hover::after {
    height: 100%
}

.contacts-index-index .buttons-set .button.btn-reset:active::after {
    background: #1b7842
}

.contacts-index-index .buttons-set .button.btn-reset:focus {
    color: #fff;
    background: #1b7842
}

.contacts-index-index .buttons-set .button.btn-reset {
    background: #eee;
    color: #333;
    text-shadow: none
}

.contacts-index-index .buttons-set .button.btn-reset:not(a)::after {
    background: #e1e1e1
}

.contacts-index-index .buttons-set .button.btn-reset:hover {
    background: #e1e1e1;
    cursor: pointer;
    color: #333
}

.contacts-index-index .buttons-set .button.btn-reset:active {
    color: #333
}

.contacts-index-index .buttons-set .button.btn-reset:active::after {
    background: #d5d5d5
}

.contacts-index-index .buttons-set .button.btn-reset:focus {
    background: #d5d5d5;
    color: #333;
    outline: none
}

.contacts-index-index .buttons-set .button.btn-reset:hover {
    z-index: 999
}

.theme-border,
.table-bordered {
    border-top: solid 2px #8998a3
}

.theme-color {
    color: #8998a3
}

.title-border,
.contacts-index-index #contactForm .fieldset .legend {
    border-bottom: solid 2px #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .title-border,
    .contacts-index-index #contactForm .fieldset .legend {
        margin-bottom: 15px;
        padding-bottom: 10px
    }
}

.theme-block {
    border: solid 1px #dfdfdf;
    border-top: solid 2px #8998a3;
    padding: 30px 29px;
    margin-bottom: 60px
}

.no-theme-block {
    border: none;
    padding: 0;
    margin-bottom: 0
}

.contacts-index-index #contactForm label {
    text-transform: uppercase;
    color: #333;
    font-weight: normal
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    font-size: 16px;
    line-height: 1.667em;
    color: #333;
    text-transform: uppercase;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .theme-block {
        padding: 15px;
        margin-bottom: 30px
    }
    .contacts-index-index #contactForm label {
        font-size: 12px
    }
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    border-bottom-width: 1px
}

.table-bordered th,
.table-bordered td {
    border: solid 1px #dfdfdf
}

.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 9999
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.icon-sprite,
.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}

.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png)
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .icon-sprite,
    .icon-sprite-for-modules {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px
    }
}

.contacts-index-index h1 {
    border: none
}

.contacts-index-index .address {
    line-height: 1.714em
}

.contacts-index-index .address h3 {
    font-size: 16px;
    color: #8998a3;
    line-height: 22px;
    font-weight: 500;
    padding: 0;
    margin: 0 0 15px 0;
    position: relative
}

.contacts-index-index .address h3:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 27px;
    border: solid 2px #8998a3;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin-right: 15px;
    line-height: 48.6px;
    width: 54px;
    height: 54px
}

.contacts-index-index .phone {
    overflow: hidden;
    font-size: 24px;
    margin-bottom: 10px
}

.contacts-index-index .phone h3 {
    font-size: 16px;
    color: #8998a3;
    line-height: 22px;
    font-weight: 500;
    padding: 0;
    margin: 0 0 15px 0;
    position: relative;
    float: left
}

.contacts-index-index .phone h3:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 27px;
    border: solid 2px #8998a3;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin-right: 15px;
    line-height: 48.6px;
    width: 54px;
    height: 54px
}

.contacts-index-index .phone div {
    float: right;
    padding: 8px 48px 0 10px;
    line-height: 1.4em
}

.contacts-index-index .phone div span {
    display: block
}

.contacts-index-index .fax {
    overflow: hidden;
    font-size: 24px
}

.contacts-index-index .fax h3 {
    font-size: 16px;
    color: #8998a3;
    line-height: 22px;
    font-weight: 500;
    padding: 0;
    margin: 0 0 15px 0;
    position: relative;
    float: left
}

.contacts-index-index .fax h3:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 27px;
    border: solid 2px #8998a3;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin-right: 15px;
    line-height: 48.6px;
    width: 54px;
    height: 54px
}

.contacts-index-index .fax h3:before {
    font-family: FontAwesome;
    content: '\f1ac';
    font-size: 26px
}

.contacts-index-index .fax div {
    float: right;
    padding: 8px 53px 0 10px;
    line-height: 1.4em
}

.contacts-index-index .fax div span {
    display: block
}

.contacts-index-index .email h3 {
    font-size: 16px;
    color: #8998a3;
    line-height: 22px;
    font-weight: 500;
    padding: 0;
    margin: 0 0 15px 0;
    position: relative;
    float: left;
    padding-right: 10px
}

.contacts-index-index .email h3:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 27px;
    border: solid 2px #8998a3;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin-right: 15px;
    line-height: 48.6px;
    width: 54px;
    height: 54px
}

.contacts-index-index .email a {
    text-decoration: underline;
    display: inline-block;
    margin: 15px 0 0
}

.contacts-index-index #contactForm {
    padding: 0px
}

.contacts-index-index #contactForm p.required {
    float: none;
    text-align: right
}

.contacts-index-index #contactForm .form-list {
    margin-right: -20px
}

.contacts-index-index #contactForm .fields {
    overflow: hidden;
    margin: 0
}

.contacts-index-index #contactForm .fields .field {
    float: left;
    width: 33%
}

.contacts-index-index #contactForm .fields .field input {
    width: 95%
}

.contacts-index-index #contactForm textarea {
    width: 97.5%;
    max-width: 97.5%;
    height: 185px
}

.contacts-index-index #contactForm:after {
    content: '';
    display: table;
    clear: both
}

.contacts-index-index #contactForm .fieldset {
    margin-top: 30px
}

.contacts-index-index #contactForm .fieldset .legend {
    font-size: 34px;
    font-weight: 500;
    color: #333;
    padding-bottom: 0;
    margin-bottom: 23px;
    text-transform: uppercase;
    text-align: center;
    border-color: #8998a3
}

@media only screen and (max-width: 767px) {
    .contacts-index-index #contactForm .fieldset .legend {
        font-size: 20px
    }
}

.contacts-index-index #contactForm .fieldset .legend+.required {
    display: none
}

@media only screen and (max-width: 1199px) {
    .contacts-index-index .phone h3,
    .contacts-index-index .fax h3,
    .contacts-index-index .email h3 {
        float: none
    }
    .contacts-index-index .phone div,
    .contacts-index-index .fax div,
    .contacts-index-index .email div {
        float: none;
        padding: 0
    }
    .contacts-index-index .phone a,
    .contacts-index-index .fax a,
    .contacts-index-index .email a {
        margin: 0
    }
}

@media only screen and (max-width: 767px) {
    .contacts-index-index #contactForm {
        padding: 0 15px
    }
    .contacts-index-index #contactForm>ul>li {
        margin-bottom: 20px
    }
    .contacts-index-index #contactForm .form-list {
        margin-right: 0
    }
    .contacts-index-index #contactForm .fields .field {
        float: none;
        width: 100%
    }
    .contacts-index-index #contactForm .fields .field input {
        width: 100%
    }
    .contacts-index-index #contactForm textarea,
    .contacts-index-index #contactForm .buttons-set {
        width: 100%;
        max-width: 100%
    }
}

@media only screen and (max-width: 599px) {
    .contacts-index-index .contacts-index-index .buttons-set button {
        float: right;
        margin-left: 5px
    }
}

.contacts-index-index .block-contacts-googlemap {
    border-top: solid 2px #8998a3;
    margin-bottom: 50px
}

.contacts-index-index .buttons-set {
    text-align: left;
    border-top: 0;
    padding-top: 0;
    margin: 30px 0 0
}

.contacts-index-index .buttons-set .button {
    float: left;
    margin: 0 17px 10px 0
}

.contacts-index-index .buttons-set .button.btn-submit span span::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 28px;
    color: #fff;
    float: left;
    left: auto;
    right: 0.333em;
    position: relative;
    z-index: 4;
    vertical-align: bottom;
    display: inline-block
}

@media only screen and (max-width: 991px) {
    .contacts-index-index .buttons-set .button.btn-submit span span::before {
        display: none
    }
}

.contacts-index-index .buttons-set .button.btn-submit.button-secondary span span::before,
.contacts-index-index .buttons-set .button.btn-submit.button2 span span::before {
    color: #8998a3
}

.contacts-index-index .buttons-set .button.btn-submit:hover span span::before {
    -moz-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
}

.contacts-index-index .buttons-set .button.btn-reset span span::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 28px;
    color: #fff;
    float: left;
    left: auto;
    right: 0.333em;
    position: relative;
    z-index: 4;
    vertical-align: bottom;
    display: inline-block
}

@media only screen and (max-width: 991px) {
    .contacts-index-index .buttons-set .button.btn-reset span span::before {
        display: none
    }
}

.contacts-index-index .buttons-set .button.btn-reset.button-secondary span span::before,
.contacts-index-index .buttons-set .button.btn-reset.button2 span span::before {
    color: #8998a3
}

.contacts-index-index .buttons-set .button.btn-reset:hover span span::before {
    -moz-transform: rotate(181deg);
    -o-transform: rotate(181deg);
    -ms-transform: rotate(181deg);
    -webkit-transform: rotate(181deg);
    transform: rotate(181deg)
}

.contacts-index-index .buttons-set p.required {
    float: left
}

@media only screen and (max-width: 599px) {
    .contacts-index-index .buttons-set {
        max-width: 330px;
        margin-left: 0
    }
    .contacts-index-index .buttons-set button {
        float: left;
        margin-left: 0px
    }
    .contacts-index-index .buttons-set p.required {
        float: right
    }
}

.theme-border,
.table-bordered {
    border-top: solid 2px #8998a3
}

.theme-color {
    color: #8998a3
}

.title-border {
    border-bottom: solid 2px #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .title-border {
        margin-bottom: 15px;
        padding-bottom: 10px
    }
}

.theme-block {
    border: solid 1px #dfdfdf;
    border-top: solid 2px #8998a3;
    padding: 30px 29px;
    margin-bottom: 60px
}

.no-theme-block {
    border: none;
    padding: 0;
    margin-bottom: 0
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    font-size: 16px;
    line-height: 1.667em;
    color: #333;
    text-transform: uppercase;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .theme-block {
        padding: 15px;
        margin-bottom: 30px
    }
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    border-bottom-width: 1px
}

.table-bordered th,
.table-bordered td {
    border: solid 1px #dfdfdf
}

.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 9999
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.icon-sprite,
.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}

.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png)
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .icon-sprite,
    .icon-sprite-for-modules {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px
    }
}

.price-box .minimal-price-link .label {
    color: #CF5050;
    font-family: "Ubuntu", sans-serif;
    font-size: 12px;
    text-transform: uppercase
}

.map-info {
    white-space: nowrap
}

.catalog-product-view .map-info {
    white-space: normal
}

.catalog-product-view .map-info>span {
    float: none;
    margin-bottom: 5px
}

.catalog-product-view .price-box.map-info>a {
    float: none;
    display: inline-block;
    font-size: 12px
}

.customer-account-login .new-users .button,
.customer-account-login .registered-users .button {
    font-size: 18px;
    padding: 14px 28px
}

@media only screen and (max-width: 991px) {
    .customer-account-login .new-users .button,
    .customer-account-login .registered-users .button {
        padding: 7px 12px
    }
}

.form-list .control input[type="radio"],
.form-list .control input[type="checkbox"] {
    float: left;
    margin-top: 5px;
    display: none
}

.form-list .control input[type="radio"]+label,
.form-list .control input[type="radio"]+.label label {
    cursor: pointer;
    position: relative;
    padding-left: 27px;
    text-transform: none;
    display: inline-block
}

.form-list .control input[type="radio"]+label:before,
.form-list .control input[type="radio"]+.label label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 2px;
    background-color: #f5f5f5;
    border: solid 1px #dfdfdf
}

.form-list .control input[type="radio"]+label:after,
.form-list .control input[type="radio"]+.label label:after {
    content: "";
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    width: 0px;
    height: 0px;
    left: 9px;
    top: 10px;
    background-color: #8998a3;
    box-shadow: inset -1px -1px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8)
}

.form-list .control input[type="radio"]+label:hover,
.form-list .control input[type="radio"]+.label label:hover {
    color: #8998a3
}

.form-list .control input[type=radio]:checked+.label label:after,
.form-list .control input[type=radio]:checked+label:after {
    width: 12px;
    height: 12px;
    left: 2px;
    top: 4px
}

.form-list .control input[type="checkbox"]+label,
.form-list .control input[type="checkbox"]+.label label {
    display: inline-block;
    padding-left: 27px;
    position: relative;
    clear: both;
    cursor: pointer;
    text-transform: none
}

.form-list .control input[type="checkbox"]+label:before,
.form-list .control input[type="checkbox"]+.label label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 2px;
    background-color: #f5f5f5;
    border: solid 1px #dfdfdf
}

.form-list .control input[type="checkbox"]+label:after,
.form-list .control input[type="checkbox"]+.label label:after {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    font-size: 0;
    left: 9px;
    top: 10px;
    color: #8998a3;
    text-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8)
}

.form-list .control input[type="checkbox"]+label:hover,
.form-list .control input[type="checkbox"]+.label label:hover {
    color: #8998a3
}

.form-list .control input[type=checkbox]:checked+label:after,
.form-list .control input[type=checkbox]:checked+.label label:after {
    font-size: 22px;
    top: -9px;
    left: 0
}

body.customer-account .my-account .pager .limiter .dropdown {
    width: 100%;
    background-color: #f5f5f5;
    border: solid 1px #dfdfdf;
    border-radius: 0px
}

body.customer-account .my-account .pager .limiter .dropdown:hover {
    box-shadow: none;
    background: #EDEDED
}

body.customer-account .my-account .pager .limiter .dropdown .validation-advice {
    position: relative;
    height: auto;
    opacity: 1;
    padding: 0 0 10px;
    background: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    top: -1px;
    left: -1px;
    margin-right: -2px
}

body.customer-account .my-account .pager .limiter .dropdown div {
    background-color: #f5f5f5;
    border: solid 1px #dfdfdf
}

body.customer-account .my-account .pager .limiter .dropdown div ul {
    z-index: 12
}

body.customer-account .my-account .pager .limiter .dropdown div ul li {
    margin: 0
}

body.customer-account .my-account .pager .limiter .dropdown div ul li.focus {
    background: #EDEDED;
    color: #333
}

body.customer-account .my-account .pager .limiter .dropdown div ul li.active {
    font-weight: normal;
    background: #EDEDED
}

body.customer-account .my-account .pager .limiter .dropdown li,
body.customer-account .my-account .pager .limiter .dropdown .selected {
    font-size: 14px;
    color: #8b8b8b;
    padding: 13px 20px
}

body.customer-account .my-account .pager .limiter .dropdown .selected {
    color: #333
}

body.customer-account .my-account .pager .limiter .dropdown .selected::after {
    box-shadow: none
}

body.customer-account .my-account .pager .limiter .dropdown .carat {
    border-width: 6px;
    border-color: #777 transparent transparent;
    right: 20px
}

body.customer-account .my-account .pager .limiter .dropdown.open {
    z-index: 15
}

body.customer-account .my-account .pager .limiter .dropdown.open .carat {
    border-bottom: 6px solid #777;
    border-top: 6px solid transparent;
    margin-top: -10px
}

body.customer-account .my-account .pager .limiter .dropdown.open div {
    padding: 10px 0;
    height: auto
}

body.customer-account .my-account .pager .limiter .dropdown.open div ul {
    position: relative;
    z-index: 12
}

.theme-border,
.table-bordered,
body.customer-account .data-table {
    border-top: solid 2px #8998a3
}

.theme-color {
    color: #8998a3
}

.title-border,
body.customer-account .my-account .page-title h1,
.dashboard .page-title h1 {
    border-bottom: solid 2px #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .title-border,
    body.customer-account .my-account .page-title h1,
    .dashboard .page-title h1 {
        margin-bottom: 15px;
        padding-bottom: 10px
    }
}

.theme-block,
body.customer-account .my-account .box,
body.customer-account .my-account #form-validate .fieldset,
.dashboard #my_recent_tags,
.dashboard #my_recent_reviews {
    border: solid 1px #dfdfdf;
    border-top: solid 2px #8998a3;
    padding: 30px 29px;
    margin-bottom: 60px
}

.no-theme-block {
    border: none;
    padding: 0;
    margin-bottom: 0
}

.customer-account-login .benefits li,
.customer-account-login label {
    text-transform: uppercase;
    color: #333;
    font-weight: normal
}

body.customer-account .my-account .welcome-msg p.hello {
    font-size: 18px;
    line-height: 1.667em;
    color: #8998a3;
    text-transform: uppercase;
    font-weight: 500
}

.table-bordered thead>tr>th,
body.customer-account .data-table thead>tr>th,
.table-bordered thead>tr>td,
body.customer-account .data-table thead>tr>td {
    font-size: 16px;
    line-height: 1.667em;
    color: #333;
    text-transform: uppercase;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .theme-block,
    body.customer-account .my-account .box,
    body.customer-account .my-account #form-validate .fieldset,
    .dashboard #my_recent_tags,
    .dashboard #my_recent_reviews {
        padding: 15px;
        margin-bottom: 30px
    }
    .customer-account-login .benefits li,
    .customer-account-login label {
        font-size: 12px
    }
}

.table-bordered thead>tr>th,
body.customer-account .data-table thead>tr>th,
.table-bordered thead>tr>td,
body.customer-account .data-table thead>tr>td {
    border-bottom-width: 1px
}

.table-bordered th,
body.customer-account .data-table th,
.table-bordered td,
body.customer-account .data-table td {
    border: solid 1px #dfdfdf
}

.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 9999
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.icon-sprite,
.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}

.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png)
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .icon-sprite,
    .icon-sprite-for-modules {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px
    }
}

.customer-account-login h2 {
    margin: 0;
    margin-bottom: 10px;
    color: #333;
    font-family: "Ubuntu", sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 17px
}

.customer-account-login .form-instructions {
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
    font-size: 14px;
    margin-bottom: 25px
}

.customer-account-login .benefits li {
    margin-bottom: 8px
}

.customer-account-login .benefits li::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 24px;
    line-height: 18px;
    color: #8998a3;
    padding-right: 13px
}

.customer-account-login .new-users .button span span::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 28px;
    color: #fff;
    float: left;
    left: auto;
    right: 0.333em;
    position: relative;
    z-index: 4;
    vertical-align: bottom;
    display: inline-block
}

@media only screen and (max-width: 991px) {
    .customer-account-login .new-users .button span span::before {
        display: none
    }
}

.customer-account-login .new-users .button.button-secondary span span::before,
.customer-account-login .new-users .button.button2 span span::before {
    color: #8998a3
}

.customer-account-login .registered-users .button span span::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 28px;
    color: #fff;
    float: left;
    left: auto;
    right: 0.333em;
    position: relative;
    z-index: 4;
    vertical-align: bottom;
    display: inline-block
}

@media only screen and (max-width: 991px) {
    .customer-account-login .registered-users .button span span::before {
        display: none
    }
}

.customer-account-login .registered-users .button.button-secondary span span::before,
.customer-account-login .registered-users .button.button2 span span::before {
    color: #8998a3
}

.customer-account-login .registered-users .form-list {
    border: none;
    padding: 0;
    margin: 0
}

.customer-account-login .registered-users .form-list li {
    margin-bottom: 20px
}

.customer-account-login .registered-users .form-list li:last-child {
    margin-bottom: 0
}

.customer-account-login #login-form input {
    width: 100%
}

.customer-account-login p.required {
    margin-top: -45px
}

.customer-account-login label {
    margin-bottom: 8px
}

.customer-account-login .buttons-set {
    border: none;
    text-align: left;
    margin: 0;
    padding-top: 18px
}

.customer-account-login .buttons-set:after {
    content: '';
    display: table;
    clear: both
}

.customer-account-login .buttons-set .button {
    float: left;
    margin: 0 20px 0 0
}

@media only screen and (min-width: 1200px) {
    .customer-account-login .theme-block,
    .customer-account-login body.customer-account .my-account .box,
    body.customer-account .my-account .customer-account-login .box,
    .customer-account-login body.customer-account .my-account #form-validate .fieldset,
    body.customer-account .my-account #form-validate .customer-account-login .fieldset,
    .customer-account-login .dashboard #my_recent_tags,
    .dashboard .customer-account-login #my_recent_tags,
    .customer-account-login .dashboard #my_recent_reviews,
    .dashboard .customer-account-login #my_recent_reviews {
        min-height: 405px
    }
}

@media only screen and (max-width: 1199px) {
    .customer-account-login p.required {
        margin-top: 0
    }
}

.customer-account-create .scaffold-form label:first-child {
    width: 140px
}

.opc #opc-login p:not(.required) {
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 13px;
    color: #909090
}

.remember-me-box a.hide {
    display: none
}

.remember-me-box .link-tip {
    font-size: 13px;
    padding-left: 10px
}

.remember-me-popup {
    display: none;
    border: 1px solid #e0e7ed;
    padding: 10px;
    position: relative
}

.remember-me-popup.show {
    display: block
}

.remember-me-popup p {
    font-family: "Ubuntu", sans-serif
}

.remember-me-popup .remember-me-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    font-size: 12px
}

.remember-me-popup .remember-me-popup-close-button {
    display: none
}

.customer-account-create .buttons-set {
    max-width: 455px
}

.customer-account-create .fieldset,
.customer-account-create .buttons-set {
    margin-left: 30px
}

@media only screen and (max-width: 479px) {
    .customer-account-create .fieldset,
    .customer-account-create .buttons-set {
        margin-left: 0
    }
}

.customer-account-create .fieldset .hidden {
    display: none
}

.customer-account-create #remember-me-popup {
    max-width: 455px
}

.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
    margin-left: 30px;
    max-width: 400px
}

@media only screen and (max-width: 479px) {
    .customer-account-forgotpassword .fieldset,
    .customer-account-forgotpassword .buttons-set {
        margin-left: 0
    }
}

.customer-account-forgotpassword .fieldset .input-box input.input-text {
    width: 100%
}

body.customer-account .my-account .title-buttons {
    position: relative;
    text-align: right
}

body.customer-account .my-account .title-buttons h1 {
    text-align: left
}

body.customer-account .my-account .title-buttons .button {
    position: absolute;
    right: 0;
    top: 0
}

body.customer-account .my-account .title-buttons a,
body.customer-account .my-account .title-buttons span.separator {
    position: relative;
    top: -42px
}

body.customer-account .my-account h2 {
    font-size: 20px;
    color: #333;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 20px
}

body.customer-account .my-account .box {
    margin-bottom: 10px
}

body.customer-account .my-account .box .box-title {
    position: relative;
    padding-bottom: 10px
}

body.customer-account .my-account .box .box-title h2,
body.customer-account .my-account .box .box-title h3 {
    font-size: 16px;
    color: #8998a3;
    line-height: 22px;
    font-weight: 500;
    padding: 0;
    margin: 0 0 15px 0;
    position: relative
}

body.customer-account .my-account .box .box-title h2:before,
body.customer-account .my-account .box .box-title h3:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 27px;
    border: solid 2px #8998a3;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin-right: 15px;
    line-height: 48.6px;
    width: 54px;
    height: 54px
}

body.customer-account .my-account .box .box-title h2.shipping-title,
body.customer-account .my-account .box .box-title h3.shipping-title {
    font-size: 16px;
    color: #8998a3;
    line-height: 22px;
    font-weight: 500;
    padding: 0;
    margin: 0 0 15px 0;
    position: relative
}

body.customer-account .my-account .box .box-title h2.shipping-title:before,
body.customer-account .my-account .box .box-title h3.shipping-title:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 27px;
    border: solid 2px #8998a3;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin-right: 15px;
    line-height: 48.6px;
    width: 54px;
    height: 54px
}

body.customer-account .my-account .box .box-title h2.billing-title,
body.customer-account .my-account .box .box-title h3.billing-title {
    font-size: 16px;
    color: #8998a3;
    line-height: 22px;
    font-weight: 500;
    padding: 0;
    margin: 0 0 15px 0;
    position: relative
}

body.customer-account .my-account .box .box-title h2.billing-title:before,
body.customer-account .my-account .box .box-title h3.billing-title:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 27px;
    border: solid 2px #8998a3;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin-right: 15px;
    line-height: 48.6px;
    width: 54px;
    height: 54px
}

body.customer-account .my-account .box .box-title h2.contact-title,
body.customer-account .my-account .box .box-title h3.contact-title {
    font-size: 16px;
    color: #8998a3;
    line-height: 22px;
    font-weight: 500;
    padding: 0;
    margin: 0 0 15px 0;
    position: relative
}

body.customer-account .my-account .box .box-title h2.contact-title:before,
body.customer-account .my-account .box .box-title h3.contact-title:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 27px;
    border: solid 2px #8998a3;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin-right: 15px;
    line-height: 48.6px;
    width: 54px;
    height: 54px
}

body.customer-account .my-account .box .box-title h2.newsletters-title,
body.customer-account .my-account .box .box-title h3.newsletters-title {
    font-size: 16px;
    color: #8998a3;
    line-height: 22px;
    font-weight: 500;
    padding: 0;
    margin: 0 0 15px 0;
    position: relative
}

body.customer-account .my-account .box .box-title h2.newsletters-title:before,
body.customer-account .my-account .box .box-title h3.newsletters-title:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 27px;
    border: solid 2px #8998a3;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin-right: 15px;
    line-height: 48.6px;
    width: 54px;
    height: 54px
}

body.customer-account .my-account .box .box-title a {
    line-height: 19.6px
}

body.customer-account .my-account .welcome-msg {
    text-align: center
}

body.customer-account .my-account .welcome-msg p.hello {
    margin-bottom: 20px
}

body.customer-account .my-account .welcome-msg p.hello strong {
    font-weight: 500
}

body.customer-account .my-account .pager .limiter {
    height: auto;
    width: auto
}

body.customer-account .my-account .pager .limiter .dropdown {
    float: left;
    width: 100px
}

body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
    width: 100%;
    display: inline-block
}

body.customer-account .my-account p.required {
    float: none;
    text-align: right
}

body.customer-account .my-account .addresses-list h3 {
    font-size: 14px;
    font-weight: 600
}

body.customer-account .my-account .fieldset {
    margin-top: 30px;
    margin-bottom: 30px
}

body.customer-account .my-account #form-validate .fieldset .input-box input,
body.customer-account .my-account #form-validate .fieldset .input-box select {
    width: 70%
}

body.customer-account .data-table {
    margin-top: 5px
}

body.customer-account .data-table td a {
    font-family: "Ubuntu", sans-serif;
    text-transform: uppercase;
    font-style: normal;
    font-size: 13px
}

body.customer-account .data-table span.nobr {
    white-space: normal
}

body.customer-account .data-table span.nobr a {
    white-space: nowrap
}

body.customer-account .data-table td.view a {
    display: block
}

body.customer-account .data-table .separator {
    display: none
}

body.customer-account .sidebar .block ol#compare-items li {
    margin: 10px 0
}

body.customer-account .sidebar .block .block-content p.block-subtitle {
    margin-bottom: 15px
}

body.customer-account .sidebar .block .block-content .actions {
    margin-top: 30px
}

body.customer-account .sidebar ol#cart-sidebar-reorder li {
    margin-top: 10px;
    margin-bottom: 0
}

body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
    display: inline-block;
    margin-bottom: 0
}

body.customer-account .sidebar .block-cart .summary {
    margin-bottom: 15px
}

body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
    margin-top: 10px;
    margin-bottom: 0
}

body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
    margin-right: 10px
}

body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
    display: inline;
    margin-bottom: 0
}

.form-list input[type="email"],
.form-list input[type="search"],
.form-list input[type="number"],
.form-list input[type="password"],
.form-list input[type="tel"],
.form-list input[type="text"] {
    width: 250px
}

.form-list .control label {
    padding: 0;
    background: 0
}

.form-list .control label:hover {
    background: none
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
    width: 40px;
    float: left;
    margin-right: 10px
}

.form-list .customer-dob .dob-year {
    width: 80px;
    float: left
}

.dashboard .page-title h1:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 45px;
    color: #8998a3;
    padding-right: 0.244em
}

@media only screen and (max-width: 767px) {
    .dashboard .page-title h1:before {
        font-size: 30px
    }
}

.dashboard .box-head {
    margin-top: 30px;
    padding-bottom: 0
}

.dashboard .box-head a {
    padding: 10px
}

.dashboard .box-title a,
.dashboard .box-head a {
    font-weight: 500;
    text-decoration: underline
}

.dashboard .box-title a:hover,
.dashboard .box-head a:hover {
    text-decoration: none
}

.dashboard .box-content {
    clear: both
}

.dashboard .box-account {
    margin-bottom: 40px
}

.dashboard #my_recent_tags li,
.dashboard #my_recent_reviews li {
    margin-bottom: 20px
}

.dashboard #my_recent_tags .number,
.dashboard #my_recent_reviews .number {
    float: left;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    margin-right: 20px;
    color: #8998a3;
    border: solid 2px #8998a3
}

.dashboard #my_recent_tags .details,
.dashboard #my_recent_reviews .details {
    overflow: hidden
}

.dashboard #my_recent_tags .ratings strong,
.dashboard #my_recent_reviews .ratings strong {
    margin: 7px 10px 0 0
}

.dashboard .box-reviews.box-account {
    padding-bottom: 0
}

.dashboard .box-reviews li {
    padding: 10px 0;
    border-top: 1px solid #dfdfdf
}

.dashboard .box-reviews li:first-child {
    border-top: 0
}

.dashboard .box-reviews li .number {
    margin-right: -20px;
    float: left;
    line-height: 1.4;
    font-size: 13px
}

.dashboard .box-reviews li .details {
    margin-left: 20px
}

.dashboard .box-reviews li .details .ratings {
    content: '';
    display: table;
    clear: both;
    margin-bottom: 0
}

.dashboard .box-reviews li .details .ratings strong {
    float: left;
    font-family: "Ubuntu", sans-serif;
    font-size: 13px;
    margin-right: 5px
}

.dashboard .box-reviews li .details .ratings .rating-box {
    float: left;
    margin: 3px 0 0 0
}

.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
    padding-bottom: 0
}

.my-account .addresses-list .item {
    margin: 0
}

.my-account .addresses-list .item p {
    margin-top: 10px
}

@media only screen and (max-width: 767px) {
    .my-account .addresses-list .col-1,
    .my-account .addresses-list .col-2 {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
    .my-account .addresses-list .col-1 li.empty,
    .my-account .addresses-list .col-2 li.empty {
        width: 100%
    }
}

@media only screen and (max-width: 599px) {
    .my-account .addresses-list .addresses-additional p a {
        white-space: nowrap
    }
}

.order-info {
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
    width: 100%;
    margin-bottom: 30px
}

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
    display: inline
}

.order-info dt {
    margin-right: 20px
}

.order-info li {
    margin: 0 0 0 20px
}

.order-info li.current {
    font-weight: 600
}

.order-info li:first-child {
    margin-left: 0
}

.order-date {
    font-family: "Ubuntu", sans-serif;
    text-transform: uppercase
}

.order-info-box {
    margin-bottom: 40px;
    margin-top: 20px
}

.order-info-box+.order-info-box {
    padding-bottom: 40px;
    border-bottom: 1px solid #dfdfdf
}

.order-info-box .col-1 {
    padding-right: 0;
    width: 48%
}

.order-info-box .col-2 {
    width: 52%
}

.order-info-box .col-1,
.order-info-box .col-2 {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0
}

.order-info-box .box-title {
    width: 150px;
    padding-right: 10px;
    float: left
}

.order-info-box .box-title h2 {
    font-size: 14px;
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
    line-height: 1.5
}

.order-info-box .box-title h2:after {
    content: ':'
}

.order-info-box .box-content {
    float: left;
    font-family: Georgia, Times, "Times New Roman", serif
}

.order-info-box .box-content td,
.order-info-box .box-content th {
    font-family: Georgia, Times, "Times New Roman", serif;
    line-height: 1.3
}

.order-info-box .box-content th {
    padding-top: 10px
}

.order-info-box .box-content td {
    padding-left: 15px
}

.order-info-box .box-content strong {
    font-family: "Ubuntu", sans-serif;
    font-weight: normal;
    text-transform: uppercase
}

#my-orders-table .option-label {
    margin-left: 10px;
    font-weight: 600;
    font-style: italic
}

#my-orders-table .option-value {
    margin-left: 20px
}

#my-orders-table tr.bundle:not(:last-child) td {
    border-bottom: none;
    border-top: none
}

ol#cart-sidebar-reorder li {
    margin-top: 10px;
    margin-bottom: 0
}

ol#cart-sidebar-reorder li input {
    margin-right: 10px
}

ol#cart-sidebar-reorder p.product-name {
    display: inline
}

@media only screen and (max-width: 599px) {
    #my-orders-table .option-label {
        margin-left: 20px
    }
    #my-orders-table .option-value {
        margin-left: 35px
    }
    #my-orders-table td[data-rwd-label=Qty] .nobr br {
        display: none
    }
    #my-orders-table td[data-rwd-label=Qty] .nobr strong {
        margin-right: 10px
    }
    #my-orders-table tr.bundle {
        border-color: #dfdfdf
    }
    #my-orders-table tr.bundle.child td[data-rwd-label] {
        padding-left: 60px
    }
    #my-orders-table tbody:last-child tr:last-child td {
        padding-bottom: 10px;
        border-bottom: 0
    }
    #my-orders-table tbody:last-child tr:last-child td:last-child {
        padding-bottom: 15px
    }
    #my-orders-table tfoot tr.shipping {
        margin-top: 0
    }
}

.order-additional {
    margin: 40px 0
}

.order-gift-message dd {
    margin-top: 10px
}

@media only screen and (max-width: 1199px) {
    .dashboard .col2-set .col-1,
    .dashboard .col2-set .col-2 {
        padding-right: 30px;
        padding-bottom: 0
    }
    body.customer-account .data-table {
        border-top: none
    }
    body.customer-account .data-table tr,
    body.customer-account .data-table th,
    body.customer-account .data-table td {
        display: block
    }
    body.customer-account .data-table thead {
        display: none
    }
    body.customer-account .data-table thead th {
        border-right: 0;
        border-left: 0
    }
    body.customer-account .data-table thead th.lin-hide {
        display: none
    }
    body.customer-account .data-table thead th:nth-child(1n+2) {
        display: none
    }
    body.customer-account .data-table tbody tr {
        position: relative;
        border-bottom: 1px solid #e0e7ed
    }
    body.customer-account .data-table tbody td {
        padding: 0 10px 4px;
        border-right: 0;
        border-bottom: 0
    }
    body.customer-account .data-table tbody td.lin-hide {
        display: none
    }
    body.customer-account .data-table tbody td:first-child {
        padding-top: 10px
    }
    body.customer-account .data-table tbody td:first-child,
    body.customer-account .data-table tbody td:first-child h3 {
        font-weight: bold
    }
    body.customer-account .data-table tbody td[data-rwd-label] {
        text-align: left;
        padding-left: 30px
    }
    body.customer-account .data-table tbody td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        font-size: 12px;
        font-family: "Ubuntu", sans-serif;
        padding: 5px 5px 5px 0;
        text-transform: uppercase
    }
    body.customer-account .data-table tfoot tr {
        display: block;
        text-align: right
    }
    body.customer-account .data-table tfoot tr:after {
        content: '';
        display: table;
        clear: both
    }
    body.customer-account .data-table tfoot td {
        display: block;
        float: left
    }
    body.customer-account .data-table tfoot td.lin-hide {
        display: none
    }
    body.customer-account .data-table tfoot td:nth-child(odd) {
        clear: left;
        width: 60%
    }
    body.customer-account .data-table tfoot td:nth-child(even) {
        text-align: left;
        width: 40%
    }
    body.customer-account .data-table .linearize-hide {
        display: none
    }
    body.customer-account .data-table .linearize-unpad {
        padding: 0
    }
    body.customer-account .data-table .linearize-show {
        display: block
    }
    body.customer-account .data-table th,
    body.customer-account .data-table td {
        border: solid 1px #dfdfdf
    }
    body.customer-account .data-table tbody tr.first {
        border-top: solid 2px #8998a3
    }
    body.customer-account .data-table td.view a {
        white-space: normal
    }
}

@media only screen and (max-width: 991px) {
    body.customer-account .my-account .title-buttons {
        text-align: left
    }
    body.customer-account .my-account .title-buttons span.separator,
    body.customer-account .my-account .title-buttons a {
        top: -12px
    }
}

@media only screen and (max-width: 767px) {
    .order-info-box .box-content {
        clear: left
    }
    .addresses-list .item {
        float: left;
        width: 50%;
        padding-right: 30px
    }
    .order-info dt {
        display: none
    }
    .dashboard .page-title {
        margin-top: 20px
    }
    .dashboard .page-title h1 {
        margin-top: 0
    }
    .dashboard .box-account {
        padding-bottom: 15px;
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 599px) {
    body.customer-account .my-account .form-list .control {
        padding-left: 0
    }
}

@media only screen and (max-width: 479px) {
    body.customer-account .my-account .page-title h1 {
        text-align: center
    }
    body.customer-account .my-account .title-buttons {
        text-align: center
    }
    body.customer-account .my-account .title-buttons .button {
        width: 100%;
        position: static;
        margin-bottom: 15px
    }
    body.customer-account .my-account .title-buttons .button+.button {
        margin-left: 0px
    }
    body.customer-account .my-account .fieldset h2 {
        margin-bottom: 15px
    }
    body.customer-account .my-account .order-details h2 {
        margin-bottom: 15px
    }
    body.customer-account .my-account .buttons-set {
        border-top: 0
    }
    body.customer-account .my-account .addresses-list .item {
        margin-bottom: 15px;
        padding-right: 0;
        float: none;
        width: auto
    }
    body.customer-account .my-account .addresses-list h2 {
        margin-bottom: 15px
    }
    .order-info {
        margin-top: 15px
    }
    .data-table.orders td.view {
        text-align: right
    }
    .dashboard .col2-set .col-1,
    .dashboard .col2-set .col-2 {
        width: 100%;
        margin-top: 15px
    }
    .order-info-box {
        margin: 0
    }
    .order-info-box .col-1,
    .order-info-box .col-2 {
        width: 100%;
        border-bottom: 1px solid #dfdfdf;
        padding: 15px 0
    }
    .order-info-box+.order-info-box {
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 30px
    }
    #my-reviews-table .nobr {
        white-space: normal
    }
}

body.newsletter-manage-index .my-account .fieldset {
    margin-bottom: 20px
}

body.newsletter-manage-index .my-account .fieldset h2 {
    display: none
}

body.newsletter-manage-index .my-account .form-list {
    border-top: 1px solid #EDEDED;
    padding-top: 10px
}

.review-summary-table tbody td input[type="radio"],
.review-summary-table tbody td input[type="checkbox"] {
    float: left;
    margin-top: 5px;
    display: none
}

.review-summary-table tbody td input[type="radio"]+label,
.review-summary-table tbody td input[type="radio"]+.label label {
    cursor: pointer;
    position: relative;
    padding-left: 27px;
    text-transform: none;
    display: inline-block
}

.review-summary-table tbody td input[type="radio"]+label:before,
.review-summary-table tbody td input[type="radio"]+.label label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 2px;
    background-color: #f5f5f5;
    border: solid 1px #dfdfdf
}

.review-summary-table tbody td input[type="radio"]+label:after,
.review-summary-table tbody td input[type="radio"]+.label label:after {
    content: "";
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    width: 0px;
    height: 0px;
    left: 9px;
    top: 10px;
    background-color: #8998a3;
    box-shadow: inset -1px -1px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8)
}

.review-summary-table tbody td input[type="radio"]+label:hover,
.review-summary-table tbody td input[type="radio"]+.label label:hover {
    color: #8998a3
}

.review-summary-table tbody td input[type=radio]:checked+.label label:after,
.review-summary-table tbody td input[type=radio]:checked+label:after {
    width: 12px;
    height: 12px;
    left: 2px;
    top: 4px
}

.review-summary-table tbody td input[type="checkbox"]+label,
.review-summary-table tbody td input[type="checkbox"]+.label label {
    display: inline-block;
    padding-left: 27px;
    position: relative;
    clear: both;
    cursor: pointer;
    text-transform: none
}

.review-summary-table tbody td input[type="checkbox"]+label:before,
.review-summary-table tbody td input[type="checkbox"]+.label label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 2px;
    background-color: #f5f5f5;
    border: solid 1px #dfdfdf
}

.review-summary-table tbody td input[type="checkbox"]+label:after,
.review-summary-table tbody td input[type="checkbox"]+.label label:after {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    font-size: 0;
    left: 9px;
    top: 10px;
    color: #8998a3;
    text-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8)
}

.review-summary-table tbody td input[type="checkbox"]+label:hover,
.review-summary-table tbody td input[type="checkbox"]+.label label:hover {
    color: #8998a3
}

.review-summary-table tbody td input[type=checkbox]:checked+label:after,
.review-summary-table tbody td input[type=checkbox]:checked+.label label:after {
    font-size: 22px;
    top: -9px;
    left: 0
}

#customer-reviews .review-heading .pager .count-container .limiter .dropdown {
    width: 100%;
    background-color: #f5f5f5;
    border: solid 1px #dfdfdf;
    border-radius: 0px
}

#customer-reviews .review-heading .pager .count-container .limiter .dropdown:hover {
    box-shadow: none;
    background: #EDEDED
}

#customer-reviews .review-heading .pager .count-container .limiter .dropdown .validation-advice {
    position: relative;
    height: auto;
    opacity: 1;
    padding: 0 0 10px;
    background: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    top: -1px;
    left: -1px;
    margin-right: -2px
}

#customer-reviews .review-heading .pager .count-container .limiter .dropdown div {
    background-color: #f5f5f5;
    border: solid 1px #dfdfdf
}

#customer-reviews .review-heading .pager .count-container .limiter .dropdown div ul {
    z-index: 12
}

#customer-reviews .review-heading .pager .count-container .limiter .dropdown div ul li {
    margin: 0
}

#customer-reviews .review-heading .pager .count-container .limiter .dropdown div ul li.focus {
    background: #EDEDED;
    color: #333
}

#customer-reviews .review-heading .pager .count-container .limiter .dropdown div ul li.active {
    font-weight: normal;
    background: #EDEDED
}

#customer-reviews .review-heading .pager .count-container .limiter .dropdown li,
#customer-reviews .review-heading .pager .count-container .limiter .dropdown .selected {
    font-size: 14px;
    color: #8b8b8b;
    padding: 13px 20px
}

#customer-reviews .review-heading .pager .count-container .limiter .dropdown .selected {
    color: #333
}

#customer-reviews .review-heading .pager .count-container .limiter .dropdown .selected::after {
    box-shadow: none
}

#customer-reviews .review-heading .pager .count-container .limiter .dropdown .carat {
    border-width: 6px;
    border-color: #777 transparent transparent;
    right: 20px
}

#customer-reviews .review-heading .pager .count-container .limiter .dropdown.open {
    z-index: 15
}

#customer-reviews .review-heading .pager .count-container .limiter .dropdown.open .carat {
    border-bottom: 6px solid #777;
    border-top: 6px solid transparent;
    margin-top: -10px
}

#customer-reviews .review-heading .pager .count-container .limiter .dropdown.open div {
    padding: 10px 0;
    height: auto
}

#customer-reviews .review-heading .pager .count-container .limiter .dropdown.open div ul {
    position: relative;
    z-index: 12
}

.theme-border,
.table-bordered {
    border-top: solid 2px #8998a3
}

.theme-color {
    color: #8998a3
}

.title-border {
    border-bottom: solid 2px #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .title-border {
        margin-bottom: 15px;
        padding-bottom: 10px
    }
}

.theme-block {
    border: solid 1px #dfdfdf;
    border-top: solid 2px #8998a3;
    padding: 30px 29px;
    margin-bottom: 60px
}

.no-theme-block {
    border: none;
    padding: 0;
    margin-bottom: 0
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    font-size: 16px;
    line-height: 1.667em;
    color: #333;
    text-transform: uppercase;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .theme-block {
        padding: 15px;
        margin-bottom: 30px
    }
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    border-bottom-width: 1px
}

.table-bordered th,
.table-bordered td {
    border: solid 1px #dfdfdf
}

.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 9999
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.icon-sprite,
.icon-sprite-for-modules,
.ratings-table .rating-box,
.ratings-table .rating-box .rating {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}

.icon-sprite-for-modules,
.ratings-table .rating-box,
.ratings-table .rating-box .rating {
    background-image: url(../images/icon_sprite.png)
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .icon-sprite,
    .icon-sprite-for-modules,
    .ratings-table .rating-box,
    .ratings-table .rating-box .rating {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px
    }
}

#customer-reviews {
    width: 66%;
    float: none
}

#customer-reviews .review-heading {
    border-bottom: 1px solid #dfdfdf;
    padding: 0 0 9px;
    margin-bottom: 22px
}

#customer-reviews .review-heading:after {
    content: '';
    display: table;
    clear: both
}

#customer-reviews .review-heading h2 {
    float: left;
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 16px
}

#customer-reviews .review-heading .pager {
    clear: none;
    float: right
}

#customer-reviews .review-heading .pager .count-container .limiter {
    margin-bottom: 0
}

#customer-reviews .review-heading .pager .count-container .limiter label {
    text-transform: uppercase
}

#customer-reviews .review-heading .pager .count-container .limiter .dropdown {
    width: 98px;
    float: left
}

#customer-reviews .review-heading .pager .count-container .limiter .dropdown .selected {
    padding: 18px 20px 17px
}

#customer-reviews .review-heading .pager .amount {
    display: none
}

#customer-reviews .no-rating,
#customer-reviews .addthis_toolbox,
#customer-reviews .review-button {
    display: none
}

#customer-reviews .form-add h2 {
    font-size: 18px;
    border-bottom: 1px solid #dfdfdf;
    padding: 0 0 19px;
    margin-bottom: 26px
}

#customer-reviews h3 {
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase
}

#customer-reviews h3 span {
    color: #8998a3;
    text-transform: none
}

#customer-reviews .fieldset {
    padding-top: 20px
}

#customer-reviews .fieldset h4 {
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 15px;
    text-transform: uppercase
}

#customer-reviews .fieldset h4 em {
    display: none
}

#customer-reviews .fieldset .form-list {
    font-family: "Ubuntu", sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin: 10px 0;
    text-transform: uppercase
}

#customer-reviews .fieldset .form-list .inline-label:after {
    content: '';
    display: table;
    clear: both
}

#customer-reviews .fieldset .form-list li {
    margin-bottom: 15px
}

#customer-reviews .fieldset .form-list label {
    color: #333;
    margin-bottom: 10px;
    font-weight: normal
}

#customer-reviews .fieldset .form-list textarea {
    min-width: 100%;
    -webkit-appearance: none
}

#customer-reviews .fieldset .form-list input {
    border: 1px solid #e0e7ed;
    border-radius: 0
}

#customer-reviews .fieldset .form-list input[type="text"] {
    width: 100%
}

#customer-reviews .buttons-set {
    border: none;
    margin: 0
}

#customer-reviews .buttons-set .button {
    float: left;
    margin: 0
}

#customer-reviews dl {
    font-family: "Ubuntu", sans-serif;
    font-weight: normal;
    margin-bottom: 10px
}

#customer-reviews dl dt {
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: normal
}

#customer-reviews dl dd {
    font-size: 14px;
    margin: 10px 0 30px;
    border-bottom: solid 1px #dfdfdf;
    padding-bottom: 30px
}

#customer-reviews dl dd:last-child {
    border-bottom: none;
    padding: 0
}

#customer-reviews dl dd .ratings-table {
    font-family: "Ubuntu", sans-serif;
    width: 100%;
    border: solid 0px
}

#customer-reviews dl dd .ratings-table tr {
    margin-right: 15px
}

#customer-reviews dl dd .ratings-table .review-label {
    width: 300px;
    max-width: 70%
}

#customer-reviews dl dd table {
    margin: 15px 0
}

#customer-reviews dl dd .review-meta {
    font-family: "Ubuntu", sans-serif;
    font-size: 12px;
    font-weight: normal
}

.product-collateral #customer-reviews {
    width: auto
}

.product-collateral #customer-reviews .no-rating,
.product-collateral #customer-reviews .review-button {
    display: inline-block
}

.no-rating a::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    padding-right: 5px
}

.review-summary-table {
    margin: 0 0 30px
}

.review-summary-table td,
.review-summary-table th {
    padding: 7px 20px
}

.review-summary-table thead {
    background: transparent
}

.review-summary-table thead th {
    background: transparent;
    border: none;
    padding: 7px 7px 8px 8px
}

.review-summary-table tbody th {
    background: #fff;
    text-transform: none;
    text-align: right
}

.review-summary-table tbody td {
    border: none;
    text-align: center;
    padding: 0
}

.review-summary-table tbody td label {
    width: 100%;
    display: block;
    padding: 11px 0
}

.review-summary-table tbody td input[type="radio"]+.label {
    padding: 0 0 0 20px;
    display: inline-block;
    margin: 0 auto
}

.review-summary-table .rating-box .rating-number {
    display: none
}

.review-summary-table .rating-box .rating-number:after {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 16px;
    position: relative;
    margin-left: 5px;
    color: #8998a3
}

.ratings .rating-box.stars {
    margin: 5px 0;
    width: 66px;
    height: 22px;
    background-image: none;
    text-indent: 0;
    position: relative
}

.ratings .rating-box.stars i {
    font-size: 13px;
    float: left;
    display: inline-block;
    font-style: normal;
    color: #e3e9ef
}

.ratings .rating-box.stars i::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}

.ratings .rating-box.stars .rating {
    white-space: nowrap;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    text-align: left;
    background-image: none;
    text-indent: 0;
    height: 22px
}

.ratings .rating-box.stars .rating i {
    color: #5e7485
}

.ratings .rating-box.stars .rating .mask {
    width: 150px
}

.up-sell-carousel .ratings .rating-box.stars,
.block-related .ratings .rating-box.stars {
    margin: 5px auto
}

.ratings-table {
    font-family: "Ubuntu", sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px
}

.ratings-table th,
.ratings-table td {
    padding: 15px 20px;
    border-bottom: solid 1px #dfdfdf
}

.ratings-table th {
    border-right: solid 1px #dfdfdf;
    text-align: right;
    color: #333
}

.ratings-table tr:last-child th,
.ratings-table tr:last-child td {
    border-bottom: none
}

.ratings-table .rating-box {
    background-position: 0 -615px;
    background-repeat: repeat-x;
    height: 13px;
    overflow: hidden;
    text-indent: -9999px;
    width: 65px
}

.ratings-table .rating-box .rating {
    background-position: 0 -600px;
    background-repeat: repeat-x;
    float: left;
    height: 13px;
    text-indent: -9999px
}

.ratings-table .rating-box.stars {
    margin: 0
}

@media only screen and (max-width: 991px) {
    #customer-reviews {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    body.review-product-list .product-view .product-shop .price-info {
        padding-left: 0
    }
    body.review-product-list .product-view .product-shop .extra-info {
        padding: 0;
        min-width: 84%
    }
    body.review-product-list .product-view .product-shop .extra-info .ratings-table {
        margin: 10px 0;
        width: 100%
    }
    body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
        margin-right: 15px
    }
    .review-summary-table thead th {
        padding-left: 0px;
        padding-right: 0px
    }
    .review-summary-table tbody th {
        padding-left: 0px;
        padding-right: 0px
    }
    .review-summary-table tbody td {
        width: 20%;
        padding: 0px
    }
    .review-summary-table .rating-box.stars {
        text-indent: 0px;
        text-align: center;
        background: none;
        height: 19.6px;
        width: auto
    }
    .review-summary-table .rating-box.stars .rating {
        display: none
    }
    .review-summary-table .rating-box.stars .rating-number {
        display: inline-block
    }
}

@media only screen and (max-width: 535px) {
    body.review-product-list .product-view .product-shop .extra-info {
        min-width: 0
    }
    body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
        float: none;
        margin-right: 0
    }
}

@media only screen and (max-width: 520px) {
    #customer-reviews .fieldset {
        width: 100%
    }
    #customer-reviews .fieldset .form-list {
        width: 100%
    }
    #customer-reviews .fieldset .form-list .inline-label label,
    #customer-reviews .fieldset .form-list .inline-label .input-box {
        float: none
    }
    #customer-reviews .buttons-set {
        width: 100%
    }
}

@media only screen and (max-width: 450px) {
    #customer-reviews dl dd .ratings-table tr {
        float: none
    }
}

.review-product-view .product-review .product-details h2,
.review-product-view .product-review .product-details #customer-reviews .review-heading h2,
#customer-reviews .review-heading .review-product-view .product-review .product-details h2,
.review-product-view .product-review .product-details #customer-reviews .form-add h2,
#customer-reviews .form-add .review-product-view .product-review .product-details h2 {
    border-bottom: none
}

.review-product-view .product-review .product-img-box {
    width: auto;
    max-width: 50%
}

.review-product-view .product-review .product-img-box>a {
    width: 100%
}

.review-product-view .product-review .product-img-box .product-image {
    width: 100%
}

@media only screen and (max-width: 767px) {
    .review-product-view .product-review .product-img-box {
        max-width: 100%
    }
}

.advanced-search .input-box .dropdown {
    width: 100%;
    background-color: #f5f5f5;
    border: solid 1px #dfdfdf;
    border-radius: 0px
}

.advanced-search .input-box .dropdown:hover {
    box-shadow: none;
    background: #EDEDED
}

.advanced-search .input-box .dropdown .validation-advice {
    position: relative;
    height: auto;
    opacity: 1;
    padding: 0 0 10px;
    background: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    top: -1px;
    left: -1px;
    margin-right: -2px
}

.advanced-search .input-box .dropdown div {
    background-color: #f5f5f5;
    border: solid 1px #dfdfdf
}

.advanced-search .input-box .dropdown div ul {
    z-index: 12
}

.advanced-search .input-box .dropdown div ul li {
    margin: 0
}

.advanced-search .input-box .dropdown div ul li.focus {
    background: #EDEDED;
    color: #333
}

.advanced-search .input-box .dropdown div ul li.active {
    font-weight: normal;
    background: #EDEDED
}

.advanced-search .input-box .dropdown li,
.advanced-search .input-box .dropdown .selected {
    font-size: 14px;
    color: #8b8b8b;
    padding: 13px 20px
}

.advanced-search .input-box .dropdown .selected {
    color: #333
}

.advanced-search .input-box .dropdown .selected::after {
    box-shadow: none
}

.advanced-search .input-box .dropdown .carat {
    border-width: 6px;
    border-color: #777 transparent transparent;
    right: 20px
}

.advanced-search .input-box .dropdown.open {
    z-index: 15
}

.advanced-search .input-box .dropdown.open .carat {
    border-bottom: 6px solid #777;
    border-top: 6px solid transparent;
    margin-top: -10px
}

.advanced-search .input-box .dropdown.open div {
    padding: 10px 0;
    height: auto
}

.advanced-search .input-box .dropdown.open div ul {
    position: relative;
    z-index: 12
}

.theme-border,
.table-bordered {
    border-top: solid 2px #8998a3
}

.theme-color {
    color: #8998a3
}

.title-border,
.catalogsearch-term-popular .page-title h1 {
    border-bottom: solid 2px #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .title-border,
    .catalogsearch-term-popular .page-title h1 {
        margin-bottom: 15px;
        padding-bottom: 10px
    }
}

.theme-block,
.advanced-search {
    border: solid 1px #dfdfdf;
    border-top: solid 2px #8998a3;
    padding: 30px 29px;
    margin-bottom: 60px
}

.no-theme-block {
    border: none;
    padding: 0;
    margin-bottom: 0
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    font-size: 16px;
    line-height: 1.667em;
    color: #333;
    text-transform: uppercase;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .theme-block,
    .advanced-search {
        padding: 15px;
        margin-bottom: 30px
    }
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    border-bottom-width: 1px
}

.table-bordered th,
.table-bordered td {
    border: solid 1px #dfdfdf
}

.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 9999
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.icon-sprite,
.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}

.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png)
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .icon-sprite,
    .icon-sprite-for-modules {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px
    }
}

.catalogsearch-advanced-index .page-title h1:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 55px;
    color: #8998a3;
    padding-right: 0.244em
}

@media only screen and (max-width: 767px) {
    .catalogsearch-advanced-index .page-title h1:before {
        font-size: 30px
    }
}

.catalogsearch-term-popular .page-title h1:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 55px;
    color: #8998a3;
    padding-right: 0.244em
}

@media only screen and (max-width: 767px) {
    .catalogsearch-term-popular .page-title h1:before {
        font-size: 30px
    }
}

.catalogsearch-term-popular .tags-list li {
    width: 23%
}

.catalogsearch-term-popular .tags-list li a {
    color: #8998a3
}

.catalogsearch-term-popular .tags-list li a:hover {
    color: #526a7c
}

.search-autocomplete {
    left: 0;
    overflow: visible;
    position: relative;
    top: 15px;
    width: 100%;
    z-index: 200
}

.search-autocomplete ul {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #FFFFFF;
    border: 1px solid #2dcc70;
    left: 0;
    padding-left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.search-autocomplete ul li {
    border-bottom: 1px solid #f5f5f5;
    color: #8998a3;
    cursor: pointer;
    font-size: 12px;
    padding: 4px 6px;
    text-align: left
}

.search-autocomplete ul li:hover {
    color: #526a7c
}

.search-autocomplete ul li.selected {
    background-color: #2dcc70;
    color: white
}

.search-autocomplete ul li .amount {
    float: right;
    font-weight: bold
}

.search-autocomplete ul li:last-child {
    border-bottom: none
}

.advanced-search {
    margin-bottom: 20px
}

.advanced-search .input-box {
    width: 80%
}

.advanced-search .form-list input {
    width: 100%
}

.advanced-search .input-range .input-text {
    width: 39.2%
}

.advanced-search .input-range small {
    font-size: 100%;
    padding-left: 10px
}

.advanced-search select.multiselect {
    width: 100%
}

.advanced-search select.multiselect option {
    padding: 8px 10px
}

.advanced-search+.buttons-set {
    border-top: none;
    margin-top: 0
}

@media only screen and (max-width: 767px) {
    .advanced-search {
        padding: 15px
    }
    .advanced-search .input-box {
        width: 100%
    }
    .catalogsearch-term-popular .tags-list li {
        width: auto
    }
}

@media only screen and (max-width: 479px) {
    .advanced-search {
        padding: 15px
    }
}

.theme-border,
.table-bordered {
    border-top: solid 2px #8998a3
}

.theme-color {
    color: #8998a3
}

.title-border {
    border-bottom: solid 2px #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .title-border {
        margin-bottom: 15px;
        padding-bottom: 10px
    }
}

.theme-block {
    border: solid 1px #dfdfdf;
    border-top: solid 2px #8998a3;
    padding: 30px 29px;
    margin-bottom: 60px
}

.no-theme-block {
    border: none;
    padding: 0;
    margin-bottom: 0
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    font-size: 16px;
    line-height: 1.667em;
    color: #333;
    text-transform: uppercase;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .theme-block {
        padding: 15px;
        margin-bottom: 30px
    }
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    border-bottom-width: 1px
}

.table-bordered th,
.table-bordered td {
    border: solid 1px #dfdfdf
}

.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 9999
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.icon-sprite,
.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}

.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png)
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .icon-sprite,
    .icon-sprite-for-modules {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px
    }
}

#addTagForm .input-box input {
    width: 100%
}

#addTagForm button {
    margin-top: 30px;
    margin-bottom: 25px
}

#addTagForm .form-add {
    margin-top: 10px
}

.product-tags {
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0
}

.product-tags li {
    float: left;
    margin-right: 15px;
    color: #8998a3
}

.product-tags li.last {
    margin-right: 0px
}

.tags-list {
    float: left;
    width: 100%;
    margin-bottom: 10px
}

.tags-list>li {
    display: inline-block;
    margin-right: 10px
}

.tags-list>li a {
    color: #8b8b8b
}

.tags-list>li a:hover {
    color: #8998a3
}

.block-tags .actions>a {
    font-size: 14px;
    font-weight: 500
}

.my-tag-edit .button.btn-remove {
    padding: 0
}

.my-tag-edit .button.btn-remove:after {
    color: white
}

@media only screen and (max-width: 767px) {
    .tags-list>li,
    .tags-list {
        float: none
    }
}

#wishlist-table .item-manage .button {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #2dcc70;
    border: none;
    display: inline-block;
    padding: 9px 18px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: "Ubuntu", sans-serif;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    overflow: hidden;
    position: relative
}

#wishlist-table .item-manage .button span {
    z-index: 9;
    position: relative
}

#wishlist-table .item-manage .button:not(a)::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: #24a259;
    z-index: 2
}

#wishlist-table .item-manage .button:hover {
    background: #24a259;
    cursor: pointer
}

#wishlist-table .item-manage .button:hover::after {
    height: 100%
}

#wishlist-table .item-manage .button:active::after {
    background: #1b7842
}

#wishlist-table .item-manage .button:focus {
    color: #fff;
    background: #1b7842
}

#wishlist-table .item-manage .button {
    background: #eee;
    color: #333;
    text-shadow: none
}

#wishlist-table .item-manage .button:not(a)::after {
    background: #e1e1e1
}

#wishlist-table .item-manage .button:hover {
    background: #e1e1e1;
    cursor: pointer;
    color: #333
}

#wishlist-table .item-manage .button:active {
    color: #333
}

#wishlist-table .item-manage .button:active::after {
    background: #d5d5d5
}

#wishlist-table .item-manage .button:focus {
    background: #d5d5d5;
    color: #333;
    outline: none
}

#wishlist-table .item-manage .button,
#wishlist-table td.customer-wishlist-item-cart .button,
#wishlist-table .truncated .details {
    font-size: 14px;
    text-transform: none;
    padding: 6px 15px
}

#wishlist-table td.customer-wishlist-item-cart .button.btn-cart,
.my-wishlist .buttons-set .btn-add {
    background-color: #2dcc70
}

#wishlist-table td.customer-wishlist-item-cart .button.btn-cart::after,
.my-wishlist .buttons-set .btn-add::after {
    background: #1f8d4e
}

#wishlist-table td.customer-wishlist-item-cart .button.btn-cart:hover,
.my-wishlist .buttons-set .btn-add:hover {
    background: #1f8d4e
}

#wishlist-table td.customer-wishlist-item-cart .button.btn-cart:active::after,
.my-wishlist .buttons-set .btn-add:active::after {
    background: #1b7842
}

#wishlist-table td.customer-wishlist-item-cart .button.btn-cart:focus,
.my-wishlist .buttons-set .btn-add:focus {
    background: none
}

#wishlist-table .item-manage .button:hover {
    z-index: 999
}

.theme-border,
.table-bordered,
#wishlist-table.clean-table {
    border-top: solid 2px #8998a3
}

.theme-color {
    color: #8998a3
}

.title-border {
    border-bottom: solid 2px #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .title-border {
        margin-bottom: 15px;
        padding-bottom: 10px
    }
}

.theme-block {
    border: solid 1px #dfdfdf;
    border-top: solid 2px #8998a3;
    padding: 30px 29px;
    margin-bottom: 60px
}

.no-theme-block {
    border: none;
    padding: 0;
    margin-bottom: 0
}

#wishlist-table .wishlist-sku {
    text-transform: uppercase;
    color: #333;
    font-weight: normal
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td,
#wishlist-table.clean-table th {
    font-size: 16px;
    line-height: 1.667em;
    color: #333;
    text-transform: uppercase;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .theme-block {
        padding: 15px;
        margin-bottom: 30px
    }
    #wishlist-table .wishlist-sku {
        font-size: 12px
    }
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    border-bottom-width: 1px
}

.table-bordered th,
.table-bordered td {
    border: solid 1px #dfdfdf
}

.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 9999
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.icon-sprite,
.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}

.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png)
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .icon-sprite,
    .icon-sprite-for-modules {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px
    }
}

#wishlist-table th {
    text-align: center
}

#wishlist-table.clean-table {
    text-transform: uppercase;
    width: 100%
}

#wishlist-table.clean-table th {
    border: 1px solid #dfdfdf;
    padding: 10px;
    background-color: #f5f5f5
}

#wishlist-table.clean-table td {
    padding: 15px;
    vertical-align: top;
    border: 1px solid #dfdfdf
}

#wishlist-table.clean-table th.customer-wishlist-item-image,
#wishlist-table.clean-table td.customer-wishlist-item-image {
    border-right: none;
    padding-right: 0
}

#wishlist-table.clean-table th.customer-wishlist-item-info,
#wishlist-table.clean-table td.customer-wishlist-item-info {
    border-left: none
}

#wishlist-table .product-name {
    font-size: 16px;
    font-family: "Ubuntu", sans-serif;
    margin-bottom: 0;
    text-transform: none
}

#wishlist-table .wishlist-sku {
    margin: 5px 0
}

#wishlist-table textarea {
    border: 1px solid #dfdfdf;
    width: 100%;
    height: 85px;
    resize: none;
    font-size: 11px;
    font-family: "Ubuntu", sans-serif
}

#wishlist-table textarea::-webkit-input-placeholder {
    text-transform: uppercase
}

#wishlist-table textarea:-moz-placeholder {
    text-transform: uppercase
}

#wishlist-table textarea::-moz-placeholder {
    text-transform: uppercase
}

#wishlist-table textarea:-ms-input-placeholder {
    text-transform: uppercase
}

#wishlist-table textarea:focus {
    border: 1px solid #cdcdcd
}

#wishlist-table .item-manage {
    max-width: 450px;
    padding-top: 18px
}

#wishlist-table .cart-cell {
    text-align: center
}

#wishlist-table td.customer-wishlist-item-image {
    width: 113px
}

#wishlist-table td.customer-wishlist-item-quantity {
    width: 3em
}

#wishlist-table td.customer-wishlist-item-price {
    width: 120px;
    text-align: center
}

#wishlist-table td.customer-wishlist-item-cart {
    width: 150px
}

#wishlist-table td.customer-wishlist-item-cart .button {
    margin-bottom: 10px;
    width: 100%
}

#wishlist-table td.customer-wishlist-item-cart .truncated {
    margin-bottom: 10px
}

#wishlist-table td.customer-wishlist-item-cart>p {
    margin-bottom: 0
}

#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    text-align: center
}

#wishlist-table td.customer-wishlist-item-cart .btn-remove {
    vertical-align: top
}

#wishlist-table td.customer-wishlist-item-remove {
    width: 20px
}

#wishlist-table td .button,
#wishlist-table td button {
    white-space: normal
}

#wishlist-table .price-box .price {
    font-size: 15px;
    color: #2dcc70
}

#wishlist-table .giftregisty-add {
    margin-top: 5px
}

#wishlist-table .giftregisty-add .change {
    display: none
}

#wishlist-table .giftregisty-add li {
    cursor: pointer;
    color: #2dcc70;
    margin-bottom: 3px
}

#wishlist-table td[data-rwd-label]:before {
    font-weight: 600
}

.my-wishlist .page-title h1:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 45px;
    color: #8998a3;
    padding-right: 0.244em
}

@media only screen and (max-width: 767px) {
    .my-wishlist .page-title h1:before {
        font-size: 30px
    }
}

.my-wishlist .buttons-set {
    border-top: none
}

.my-wishlist .buttons-set .btn-update {
    float: left;
    margin: 0 10px 10px 0
}

.my-wishlist .buttons-set .btn-update span span::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 28px;
    color: #fff;
    float: left;
    left: auto;
    right: 0.333em;
    position: relative;
    z-index: 4;
    vertical-align: bottom;
    display: inline-block
}

@media only screen and (max-width: 991px) {
    .my-wishlist .buttons-set .btn-update span span::before {
        display: none
    }
}

.my-wishlist .buttons-set .btn-update.button-secondary span span::before,
.my-wishlist .buttons-set .btn-update.button2 span span::before {
    color: #8998a3
}

.my-wishlist .buttons-set .btn-update:hover span span::before {
    -moz-transform: rotate(181deg);
    -o-transform: rotate(181deg);
    -ms-transform: rotate(181deg);
    -webkit-transform: rotate(181deg);
    transform: rotate(181deg)
}

.my-wishlist .buttons-set .btn-add span span::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 28px;
    color: #fff;
    float: left;
    left: auto;
    right: 0.333em;
    position: relative;
    z-index: 4;
    vertical-align: bottom;
    display: inline-block
}

@media only screen and (max-width: 991px) {
    .my-wishlist .buttons-set .btn-add span span::before {
        display: none
    }
}

.my-wishlist .buttons-set .btn-add.button-secondary span span::before,
.my-wishlist .buttons-set .btn-add.button2 span span::before {
    color: #8998a3
}

.my-wishlist .fieldset {
    margin-bottom: 0
}

.my-wishlist+.buttons-set {
    border-top: none;
    padding-top: 0;
    margin-top: 0
}

.my-wishlist+.buttons-set .btn-share {
    background: none;
    padding: 0;
    font-size: 14px;
    text-transform: none;
    color: #8998a3;
    text-shadow: none;
    border: none
}

.my-wishlist+.buttons-set .btn-share:after,
.my-wishlist+.buttons-set .btn-share:before {
    display: none
}

.my-wishlist+.buttons-set .btn-share:hover {
    background: none;
    box-shadow: none;
    color: #526a7c
}

@media only screen and (max-width: 1199px) {
    #wishlist-table.clean-table td {
        padding: 10px 10px;
        padding: 10px 10px
    }
}

@media only screen and (max-width: 991px) {
    #wishlist-table.clean-table td {
        padding-left: 5px;
        padding-right: 5px
    }
    #wishlist-table.clean-table td textarea {
        height: 100px
    }
    #wishlist-table.clean-table td.customer-wishlist-item-cart {
        width: 110px
    }
    #wishlist-table.clean-table td,
    #wishlist-table.clean-table th {
        border: none
    }
    #wishlist-table.clean-table th {
        padding: 0
    }
    #wishlist-table .product-name {
        font-size: 13px
    }
    #wishlist-table .price-box .old-price,
    #wishlist-table .price-box .special-price {
        display: inline-block;
        padding: 0 3px
    }
}

@media only screen and (max-width: 991px) {
    #wishlist-table:after {
        content: '';
        display: table;
        clear: both
    }
    #wishlist-table .product-name {
        font-size: 16px
    }
    #wishlist-table textarea {
        height: 68px;
        max-width: 100%
    }
    #wishlist-table .item-manage {
        max-width: 100%
    }
    #wishlist-table tr {
        position: relative
    }
    #wishlist-table tr:after {
        content: '';
        display: table;
        clear: both
    }
    #wishlist-table td.customer-wishlist-item-image {
        width: 70px
    }
    #wishlist-table td.customer-wishlist-item-image img {
        width: 70px;
        height: 70px
    }
    #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
        margin-right: 0;
        padding-top: 4px
    }
    #wishlist-table td.customer-wishlist-item-cart {
        padding-right: 15px
    }
}

@media only screen and (max-width: 599px) {
    #wishlist-table td.customer-wishlist-item-quantity {
        padding-left: 0
    }
    #wishlist-table td.customer-wishlist-item-image,
    #wishlist-table th.customer-wishlist-item-image {
        display: none
    }
    .my-wishlist .buttons-set button.btn-add,
    .my-wishlist .buttons-set button.btn-update {
        float: left;
        clear: both;
        margin: 0 0 15px 0
    }
}

@media only screen and (max-width: 991px) {
    .linearize-table tr,
    .linearize-table th,
    .linearize-table td {
        display: block
    }
    .linearize-table thead {
        display: none
    }
    .linearize-table thead th {
        border-right: 0;
        border-left: 0
    }
    .linearize-table thead th.lin-hide {
        display: none
    }
    .linearize-table thead th:nth-child(1n+2) {
        display: none
    }
    .linearize-table tbody tr {
        position: relative;
        border-bottom: 1px solid #e0e7ed
    }
    .linearize-table tbody td {
        padding: 0 10px 4px;
        border-right: 0;
        border-bottom: 0
    }
    .linearize-table tbody td.lin-hide {
        display: none
    }
    .linearize-table tbody td:first-child {
        padding-top: 10px
    }
    .linearize-table tbody td:first-child,
    .linearize-table tbody td:first-child h3 {
        font-weight: bold
    }
    .linearize-table tbody td[data-rwd-label] {
        text-align: left;
        padding-left: 30px
    }
    .linearize-table tbody td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        font-size: 12px;
        font-family: "Ubuntu", sans-serif;
        padding: 5px 5px 5px 0;
        text-transform: uppercase
    }
    .linearize-table tfoot tr {
        display: block;
        text-align: right
    }
    .linearize-table tfoot tr:after {
        content: '';
        display: table;
        clear: both
    }
    .linearize-table tfoot td {
        display: block;
        float: left
    }
    .linearize-table tfoot td.lin-hide {
        display: none
    }
    .linearize-table tfoot td:nth-child(odd) {
        clear: left;
        width: 60%
    }
    .linearize-table tfoot td:nth-child(even) {
        text-align: left;
        width: 40%
    }
    .linearize-table .linearize-hide {
        display: none
    }
    .linearize-table .linearize-unpad {
        padding: 0
    }
    .linearize-table .linearize-show {
        display: block
    }
    #wishlist-table tr {
        position: relative
    }
    #wishlist-table th.customer-wishlist-item-image {
        display: block
    }
    #wishlist-table td.customer-wishlist-item-image,
    #wishlist-table td.customer-wishlist-item-info,
    #wishlist-table td.customer-wishlist-item-quantity,
    #wishlist-table td.customer-wishlist-item-price,
    #wishlist-table td.customer-wishlist-item-cart {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        empty-cells: hide
    }
    #wishlist-table td.customer-wishlist-item-image {
        display: block;
        overflow: hidden
    }
    #wishlist-table td.customer-wishlist-item-image a {
        float: left
    }
    #wishlist-table td.customer-wishlist-item-image a img {
        width: 113px;
        height: 113px
    }
    #wishlist-table td.customer-wishlist-item-quantity,
    #wishlist-table td.customer-wishlist-item-price {
        text-align: left
    }
    #wishlist-table td.customer-wishlist-item-quantity:before,
    #wishlist-table td.customer-wishlist-item-price:before {
        float: left;
        margin-right: 15px
    }
    #wishlist-table td.customer-wishlist-item-quantity .cart-cell,
    #wishlist-table td.customer-wishlist-item-price .cart-cell {
        text-align: left
    }
    #wishlist-table td.customer-wishlist-item-quantity .price-box,
    #wishlist-table td.customer-wishlist-item-price .price-box {
        margin-top: 0
    }
    #wishlist-table td.customer-wishlist-item-cart .cart-cell {
        display: inline-block;
        width: 48%
    }
    #wishlist-table td.customer-wishlist-item-cart>p {
        display: inline-block;
        width: 48%
    }
    #wishlist-table td.customer-wishlist-item-cart>p::after {
        content: '';
        display: table;
        clear: both
    }
    #wishlist-table td.customer-wishlist-item-remove {
        position: absolute;
        top: 15px;
        right: 0px;
        display: block;
        padding: 0px;
        height: 20px
    }
    #wishlist-table.clean-table td.customer-wishlist-item-cart {
        width: 100%
    }
    .my-wishlist .buttons-set {
        border-top: none
    }
}

.block-wishlist .mini-products-list>li:not(:last-child) {
    padding-bottom: 5px
}

.block-wishlist .product-details .product-name {
    padding-top: 0;
    margin-bottom: 5px
}

.block-wishlist .price-box {
    float: left;
    margin: 0
}

.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
    font-size: 12px
}

.block-wishlist .link-cart {
    float: left;
    text-transform: uppercase;
    margin-right: 7px;
    padding-right: 7px;
    border-right: 1px solid #dfdfdf
}

.theme-border,
.table-bordered {
    border-top: solid 2px #8998a3
}

.theme-color {
    color: #8998a3
}

.title-border {
    border-bottom: solid 2px #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .title-border {
        margin-bottom: 15px;
        padding-bottom: 10px
    }
}

.theme-block {
    border: solid 1px #dfdfdf;
    border-top: solid 2px #8998a3;
    padding: 30px 29px;
    margin-bottom: 60px
}

.no-theme-block {
    border: none;
    padding: 0;
    margin-bottom: 0
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    font-size: 16px;
    line-height: 1.667em;
    color: #333;
    text-transform: uppercase;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .theme-block {
        padding: 15px;
        margin-bottom: 30px
    }
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    border-bottom-width: 1px
}

.table-bordered th,
.table-bordered td {
    border: solid 1px #dfdfdf
}

.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 9999
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.icon-sprite,
.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}

.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png)
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .icon-sprite,
    .icon-sprite-for-modules {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px
    }
}

.cart-msrp-totals {
    color: red;
    font-size: 12px;
    font-weight: bold;
    margin: 10px 10px 0;
    padding: 10px;
    text-align: right;
    text-transform: uppercase
}

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

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

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

@media only screen and (max-width: 767px) {
    .map-popup {
        width: 100%;
        left: 0px
    }
}

.map-popup .map-popup-heading {
    padding: 8px 10px;
    margin-right: 40px;
    width: auto
}

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

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

.map-popup .map-popup-close {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 36px;
    width: 36px;
    font-size: 20px;
    line-height: 32px;
    text-align: center
}

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

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

.map-popup .map-popup-checkout {
    padding: 10px 0
}

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 479px) {
    .map-popup .map-popup-checkout {
        text-align: center
    }
    .map-popup .map-popup-checkout .button,
    .map-popup .map-popup-checkout .additional-addtocart-box,
    .map-popup .map-popup-checkout .paypal-logo a,
    .map-popup .map-popup-checkout .paypal-logo .paypal-or {
        float: none
    }
    .map-popup .map-popup-checkout .additional-addtocart-box {
        min-width: 0px
    }
    .map-popup .map-popup-checkout .paypal-logo .paypal-or {
        margin: 0px;
        margin-bottom: 10px
    }
}

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

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

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

.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
    display: inline-block;
    margin: 0;
    padding: 0
}

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

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

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

.price-box .map-link {
    display: block;
    text-align: center
}

.sidebar .block-wishlist .actions a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #2dcc70;
    border: none;
    display: inline-block;
    padding: 9px 18px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: "Ubuntu", sans-serif;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    overflow: hidden;
    position: relative
}

.sidebar .block-wishlist .actions a span {
    z-index: 9;
    position: relative
}

.sidebar .block-wishlist .actions a:not(a)::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: #24a259;
    z-index: 2
}

.sidebar .block-wishlist .actions a:hover {
    background: #24a259;
    cursor: pointer
}

.sidebar .block-wishlist .actions a:hover::after {
    height: 100%
}

.sidebar .block-wishlist .actions a:active::after {
    background: #1b7842
}

.sidebar .block-wishlist .actions a:focus {
    color: #fff;
    background: #1b7842
}

.sidebar .block-content .product-details .details {
    border-bottom: solid 1px rgba(0, 0, 0, 0.28);
    border-right: solid 1px rgba(0, 0, 0, 0.2);
    border-top: solid 1px transparent;
    border-left: solid 1px transparent
}

.sidebar .block-content .product-details .details:hover {
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: rgba(0, 0, 0, 0.28);
    border-left-color: rgba(0, 0, 0, 0.2)
}

.sidebar .block-wishlist .actions a:hover {
    z-index: 999
}

.sidebar .block-poll input[type="radio"],
.sidebar .block-poll input[type="checkbox"] {
    float: left;
    margin-top: 5px;
    display: none
}

.sidebar .block-poll input[type="radio"]+label,
.sidebar .block-poll input[type="radio"]+.label label {
    cursor: pointer;
    position: relative;
    padding-left: 27px;
    text-transform: none;
    display: inline-block
}

.sidebar .block-poll input[type="radio"]+label:before,
.sidebar .block-poll input[type="radio"]+.label label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 2px;
    background-color: #f5f5f5;
    border: solid 1px #dfdfdf
}

.sidebar .block-poll input[type="radio"]+label:after,
.sidebar .block-poll input[type="radio"]+.label label:after {
    content: "";
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    width: 0px;
    height: 0px;
    left: 9px;
    top: 10px;
    background-color: #8998a3;
    box-shadow: inset -1px -1px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8)
}

.sidebar .block-poll input[type="radio"]+label:hover,
.sidebar .block-poll input[type="radio"]+.label label:hover {
    color: #8998a3
}

.sidebar .block-poll input[type=radio]:checked+.label label:after,
.sidebar .block-poll input[type=radio]:checked+label:after {
    width: 12px;
    height: 12px;
    left: 2px;
    top: 4px
}

.sidebar .block-poll input[type="checkbox"]+label,
.sidebar .block-poll input[type="checkbox"]+.label label {
    display: inline-block;
    padding-left: 27px;
    position: relative;
    clear: both;
    cursor: pointer;
    text-transform: none
}

.sidebar .block-poll input[type="checkbox"]+label:before,
.sidebar .block-poll input[type="checkbox"]+.label label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 2px;
    background-color: #f5f5f5;
    border: solid 1px #dfdfdf
}

.sidebar .block-poll input[type="checkbox"]+label:after,
.sidebar .block-poll input[type="checkbox"]+.label label:after {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    font-size: 0;
    left: 9px;
    top: 10px;
    color: #8998a3;
    text-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8)
}

.sidebar .block-poll input[type="checkbox"]+label:hover,
.sidebar .block-poll input[type="checkbox"]+.label label:hover {
    color: #8998a3
}

.sidebar .block-poll input[type=checkbox]:checked+label:after,
.sidebar .block-poll input[type=checkbox]:checked+.label label:after {
    font-size: 22px;
    top: -9px;
    left: 0
}

.theme-border,
.table-bordered {
    border-top: solid 2px #8998a3
}

.theme-color {
    color: #8998a3
}

.title-border {
    border-bottom: solid 2px #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .title-border {
        margin-bottom: 15px;
        padding-bottom: 10px
    }
}

.theme-block {
    border: solid 1px #dfdfdf;
    border-top: solid 2px #8998a3;
    padding: 30px 29px;
    margin-bottom: 60px
}

.no-theme-block {
    border: none;
    padding: 0;
    margin-bottom: 0
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    font-size: 16px;
    line-height: 1.667em;
    color: #333;
    text-transform: uppercase;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .theme-block {
        padding: 15px;
        margin-bottom: 30px
    }
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    border-bottom-width: 1px
}

.table-bordered th,
.table-bordered td {
    border: solid 1px #dfdfdf
}

.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 9999
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.icon-sprite,
.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}

.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png)
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .icon-sprite,
    .icon-sprite-for-modules {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px
    }
}

.sidebar .col-left-first {
    margin-bottom: 54px
}

.sidebar .block {
    margin-bottom: 54px
}

.sidebar .block .amount {
    margin: 0;
    padding: 4px 0 15px;
    font-size: 15px
}

.sidebar .block .product-image {
    padding: 5px
}

.sidebar .block .product-image:hover {
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.15)
}

.sidebar .block .product-name {
    font-size: 14px
}

.sidebar .col-left-first .block {
    border-bottom: none;
    padding-bottom: 0
}

.sidebar .col-left-first .block:last-of-type {
    margin-bottom: 0
}

.sidebar .block-title {
    position: relative;
    padding: 0 0 14px;
    margin-bottom: 20px;
    border-bottom: solid 2px #dfdfdf
}

.sidebar .block-title h2,
.sidebar .block-title h3,
.sidebar .block-title strong {
    margin: 0;
    margin-bottom: 10px;
    color: #333;
    font-family: "Ubuntu", sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 500
}

.sidebar .block-title small {
    font-size: 100%;
    font-weight: normal;
    color: #909090
}

.sidebar body:not(.customer-account) .block:first-child .block-title {
    border-top: none;
    padding-top: 0
}

.sidebar .block-subtitle {
    margin: 0;
    margin-bottom: 10px;
    color: #333;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    color: #8998a3;
    font-weight: 500;
    margin-bottom: 25px
}

.sidebar .block-content {
    margin-top: 5px
}

.sidebar .block-content .subtotal {
    background-color: #f5f5f5;
    padding: 9px 14px 10px;
    margin-bottom: 25px;
    overflow: hidden
}

.sidebar .block-content .subtotal .label {
    color: #333;
    font-weight: 500
}

.sidebar .block-content .subtotal .price {
    float: right;
    color: #8998a3;
    font-weight: 500
}

.sidebar .block-content .product-details {
    color: #8998a3
}

.sidebar .block-content .product-details strong {
    font-weight: normal
}

.sidebar .block-content .product-details .btn-edit {
    color: #8b8b8b
}

.sidebar .block-content .product-details .btn-edit:hover {
    color: #8998a3
}

.sidebar .block-content .product-details .details {
    background-color: #eee;
    color: #333;
    font-weight: 500;
    padding: 6px 14px
}

.sidebar .block-content.unpad {
    padding: 0
}

.sidebar .block-content li.item {
    margin: 0 0 25px 0
}

.sidebar .block-content li.item:last-child {
    margin-bottom: 0
}

.sidebar .block .actions {
    margin: 30px 0 0
}

.sidebar .block .actions:after {
    content: '';
    display: table;
    clear: both
}

.sidebar .block .actions a {
    float: left;
    font-weight: 500;
    margin-top: 7px
}

.sidebar .block .actions .button {
    float: left;
    margin-top: 0
}

.sidebar .col-left .block .actions .button ~ a,
.sidebar .col-right .block .actions .button ~ a {
    line-height: 33px;
    margin-right: 5px
}

.sidebar .block-account .block-title,
.sidebar .block-cms-menu .block-title {
    padding-top: 0;
    border-top: none
}

.sidebar .block-account li,
.sidebar .block-cms-menu li {
    text-transform: none;
    font-family: "Ubuntu", sans-serif;
    margin: 7px 0
}

.sidebar .block-account li strong,
.sidebar .block-cms-menu li strong {
    font-weight: 400;
    color: #2dcc70
}

.sidebar .block-account li a,
.sidebar .block-cms-menu li a {
    color: #8b8b8b
}

.sidebar .block-account li a:hover,
.sidebar .block-cms-menu li a:hover {
    color: #2dcc70
}

.sidebar .block-poll label {
    display: inline-block;
    font-size: 14px;
    font-family: "Ubuntu", sans-serif;
    color: #8b8b8b;
    font-weight: normal;
    margin: 0;
    text-transform: none
}

.sidebar .block-poll #poll-answers li {
    margin-bottom: 10px
}

.sidebar .block-poll #poll-answers li::after {
    content: '';
    display: table;
    clear: both
}

.sidebar .block-poll #poll-answers .answer {
    font-size: 12px
}

.sidebar .block-poll #poll-answers .votes {
    float: right;
    padding: 0 0 5px 7px;
    color: #8998a3
}

@media only screen and (max-width: 991px) {
    .sidebar .block-poll #poll-answers .answer {
        width: 100%;
        float: none;
        display: block;
        overflow: hidden;
        padding-bottom: 7px;
        border-bottom: solid 1px #ccc
    }
    .sidebar .block-poll #poll-answers li {
        padding-top: 5px
    }
}

.sidebar .block-cart .actions {
    padding-top: 30px;
    border-top: solid 1px #dfdfdf
}

.sidebar .block-cart .actions .button::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    z-index: 10;
    float: right;
    font-size: 28px;
    padding-left: 0;
    z-index: 11;
    position: relative
}

.sidebar .block-cart .actions .button:hover::before {
    margin: 0 -10px 0 10px
}

.sidebar .block-cart .truncated {
    margin-top: 15px
}

.sidebar .block-cart .truncated .truncated_full_value .item-options {
    left: -40px;
    top: 42px
}

.sidebar .block-cart .truncated .truncated_full_value .item-options::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 14px solid transparent;
    border-left: none;
    border-bottom: 14px solid #dfdfdf;
    border-top: none
}

.sidebar .block-cart .truncated .truncated_full_value .item-options::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 14px solid transparent;
    border-left: none;
    border-bottom: 14px solid #f5f5f5;
    border-top: none
}

.sidebar .block-wishlist .actions a {
    margin-top: 0
}

.sidebar .block-wishlist .actions a:after {
    display: none
}

.sidebar .block-wishlist .actions a::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    z-index: 10;
    float: right;
    font-size: 24px;
    margin: 0 -5px 0 5px;
    z-index: 11;
    position: relative;
    width: 30px
}

.sidebar .block-wishlist .actions a:hover::before {
    font-size: 16px
}

.sidebar .block-compare .actions .button {
    margin-bottom: 5px
}

.sidebar .block-compare .actions .button::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    z-index: 10;
    float: right;
    font-size: 28px;
    margin: 0 -5px 0 5px;
    z-index: 11;
    position: relative
}

.sidebar .block-compare .actions .button:hover::before {
    font-size: 20px;
    padding-right: 8px
}

.sidebar .block-compare .actions a {
    float: right;
    margin-top: 8px;
    font-weight: 500
}

.sidebar .block-reorder .actions a {
    float: right
}

@media only screen and (max-width: 1199px) {
    .sidebar .block-title h2,
    .sidebar .block-title h3,
    .sidebar .block-title strong {
        font-size: 16px
    }
    .sidebar .product-image {
        width: 90px
    }
    .sidebar .product-details {
        margin-left: 100px
    }
    .sidebar .block-content .subtotal .price {
        float: none;
        display: block
    }
}

@media only screen and (max-width: 991px) {
    .sidebar .product-image {
        float: none;
        margin-bottom: 15px
    }
    .sidebar .product-details {
        margin-left: 0
    }
    .sidebar .block-subtitle {
        margin: 0;
        margin-bottom: 10px;
        color: #333;
        font-family: "Ubuntu", sans-serif;
        font-size: 13px;
        font-weight: 500;
        font-style: normal;
        line-height: 1.4;
        text-rendering: optimizeSpeed;
        text-transform: uppercase;
        font-weight: bold;
        color: #8998a3
    }
}

@media only screen and (max-width: 767px) {
    .sidebar .block:not(.block-layered-nav) {
        margin-bottom: 0;
        padding: 0;
        border: none
    }
    .sidebar .block:not(.block-layered-nav) .block-title {
        padding: 0;
        margin-top: 0;
        border-bottom: none;
        border-top: none;
        margin-bottom: 0
    }
    .sidebar .block:not(.block-layered-nav) .block-title>strong {
        margin: 0;
        margin-bottom: 10px;
        color: #333;
        font-family: "Ubuntu", sans-serif;
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        line-height: 1.4;
        text-rendering: optimizeSpeed;
        text-transform: uppercase;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
        color: #8998a3;
        font-weight: 500;
        margin-bottom: 0px;
        padding: 7px 10px 7px 24px;
        border-top: solid 1px #dfdfdf;
        position: relative;
        background-color: #f5f5f5;
        display: block;
        width: 100%;
        cursor: pointer
    }
    .sidebar .block:not(.block-layered-nav) .block-title>strong:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #2dcc70;
        border-right: none;
        left: 10px;
        top: 50%;
        margin-top: -3px
    }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
    .sidebar .block:not(.block-layered-nav) .block-title>strong {
        color: #333;
        font-weight: normal;
        border: solid 1px #dfdfdf;
        border-bottom: none
    }
    .sidebar .block:not(.block-layered-nav) .block-title>strong:hover {
        background-color: #EDEDED
    }
}

@media only screen and (max-width: 767px) {
    .sidebar .block:not(.block-layered-nav) .block-title.active>strong {
        margin: 0;
        margin-bottom: 10px;
        color: #333;
        font-family: "Ubuntu", sans-serif;
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        line-height: 1.4;
        text-rendering: optimizeSpeed;
        text-transform: uppercase;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
        color: #8998a3;
        font-weight: 500;
        margin-bottom: 0px;
        padding: 7px 10px 7px 24px;
        border-top: solid 1px #dfdfdf;
        position: relative;
        background-color: #f5f5f5
    }
    .sidebar .block:not(.block-layered-nav) .block-title.active>strong:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid #2dcc70;
        border-bottom: none;
        left: 10px;
        top: 50%;
        margin-top: -3px
    }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
    .sidebar .block:not(.block-layered-nav) .block-title.active>strong {
        color: #333;
        font-weight: normal;
        border: solid 1px #dfdfdf;
        border-bottom: none
    }
    .sidebar .block:not(.block-layered-nav) .block-title.active>strong:hover {
        background-color: #EDEDED
    }
}

@media only screen and (max-width: 767px) {
    .sidebar .block:not(.block-layered-nav) .block-content {
        padding: 10px;
        margin-top: 0;
        border-width: 1px 1px 0;
        border-style: solid;
        border-color: #dfdfdf
    }
    .sidebar .block:not(.block-layered-nav):last-child .block-title>strong {
        border-bottom: solid 1px #dfdfdf
    }
    .sidebar .block:not(.block-layered-nav):last-child .block-content {
        border-width: 0 1px 1px 1px
    }
    .sidebar .product-image {
        width: 90px;
        float: left
    }
    .sidebar .product-details {
        margin-left: 100px
    }
}

.theme-border,
.table-bordered {
    border-top: solid 2px #8998a3
}

.theme-color {
    color: #8998a3
}

.title-border {
    border-bottom: solid 2px #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .title-border {
        margin-bottom: 15px;
        padding-bottom: 10px
    }
}

.theme-block {
    border: solid 1px #dfdfdf;
    border-top: solid 2px #8998a3;
    padding: 30px 29px;
    margin-bottom: 60px
}

.no-theme-block {
    border: none;
    padding: 0;
    margin-bottom: 0
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    font-size: 16px;
    line-height: 1.667em;
    color: #333;
    text-transform: uppercase;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .theme-block {
        padding: 15px;
        margin-bottom: 30px
    }
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    border-bottom-width: 1px
}

.table-bordered th,
.table-bordered td {
    border: solid 1px #dfdfdf
}

.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 9999
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.icon-sprite,
.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}

.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png)
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .icon-sprite,
    .icon-sprite-for-modules {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px
    }
}

.nav-container,
.nav-container-mobile {
    position: relative;
    z-index: 994;
    width: 100%;
    background: none
}

.nav-container-mobile {
    display: none
}

.nav {
    margin: 0 auto
}

.nav .grid-full {
    position: relative;
    z-index: 9;
    width: 100%;
    padding: 0px
}

.nav-container .grid-full::after {
    content: '';
    display: table;
    clear: both
}

.nav .grid-full>.parent a {
    padding-right: 14px
}

.nav .grid-full>.parent:hover>a:before {
    content: "";
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #fff;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -11px;
    width: auto;
    z-index: 999
}

.nav .grid-full ul li a {
    display: inline-block;
    float: none
}

.grid-full .grid-full-home-link span {
    padding-left: 30px;
    padding-right: 30px
}

.grid-full>li {
    float: right
}

.grid-full .li-wrapper {
    float: none
}

.grid-full>li {
    border-right: none
}

.grid-full li a .thumbnail {
    background: none;
    border: 0;
    border-radius: 0;
    display: block;
    line-height: inherit;
    margin: 0;
    padding: 0
}

.grid-full>li>a {
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    min-height: 33px;
    line-height: 1;
    text-align: center;
    border-right: 1px solid #e0e7ed;
    text-decoration: none;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 25px;
    color: #5e7485;
    margin: 0 0
}

.grid-full>li.last>a {
    border: none
}

.grid-full>li>a>span {
    padding: 0;
    cursor: pointer;
    white-space: normal;
    position: relative;
    z-index: 2;
    max-width: 110px
}

.nav .grid-full>.parent>a>span {
    padding-right: 20px
}

.nav .grid-full>.parent>a>span:after {
    display: inline-block;
    font-size: 18px;
    border-radius: 20px;
    line-height: 20px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: -2px;
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}

.grid-full>li>a .thumbnail {
    display: none
}

.grid-full li a span {
    display: block
}

.grid-full>li>.level-top {
    left: 0;
    top: 34px;
    margin: 0 auto;
    position: absolute;
    z-index: -99999;
    border: none;
    background: #fff;
    -webkit-box-shadow: 3px 4px 21px rgba(94, 116, 133, 0.17);
    -moz-box-shadow: 3px 4px 21px rgba(94, 116, 133, 0.17);
    box-shadow: 3px 4px 21px rgba(94, 116, 133, 0.17);
    display: none;
    overflow: hidden
}
.grid-full>li:hover>.level-top {
    display: block !important;
}

.grid-full>li>.level-top .level.column5 {
    background: url(../../../images/bkg-sub.png) no-repeat left bottom #fff
}

.grid-full .parent:hover>.level-top {
    left: 0px;
    z-index: 99
}

.grid-full ul ul {
    position: static;
    width: 100%
}

.nav .grid-full .level2 {
    margin: 0px
}

.nav li>.shown-sub,
.nav li>div.shown-sub {
    left: 0px;
    display: block
}

.grid-full ul span,
.grid-full ul .last li span {
    padding: 0px
}

.grid-full .level-top .level {
    padding: 0;
    float: left;
    top: 0px
}

.grid-full .parent .level-top>.level .level>li {
    float: none
}

.grid-full .parent .level-top>.level .level>li>.catagory_children {
    padding: 30px;
    width: 100%
}

.grid-full .level-top .level .level {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0;
    height: auto
}

.grid-full ul ul,
.grid-full ul div {
    position: relative;
    top: 0
}

.grid-full .level1 .catagory-level1 {
    font-size: 16px;
    color: #526a7c;
    font-weight: 700;
    margin-bottom: 20px
}

.grid-full .level1 .catagory-level1:hover,
.grid-full .level1.active .catagory-level1 {
    color: #8998a3
}

.grid-full .level1.menu-product {
    padding-top: 10px
}

.grid-full ul .level1.menu-product img {
    float: left;
    width: 90px;
    padding: 10px;
    height: auto;
    margin-right: 10px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3)
}

.grid-full ul .level1.menu-product .levelproduct {
    float: left
}

.grid-full ul .level1.menu-product .levelproduct.fast {
    margin-left: 0px
}

.grid-full ul .level1.menu-product .availability {
    margin-left: -55px;
    margin-top: 10px
}

.grid-full .menu-product .level2 a {
    display: block;
    float: left
}

.grid-full .menu-product .level2 a .product-name {
    line-height: 15px;
    color: #000;
    text-shadow: 0 0 0 #f03838;
    font-size: 14px;
    padding: 0px
}

.grid-full .menu-product .level2 div.rating-box {
    float: left;
    left: -141px;
    margin-right: 88px;
    margin-top: 5px;
    position: static;
    width: 55px
}

.grid-full .grid-full-home-link:hover a,
.grid-full .level.over>a,
.grid-full .level.active>a {
    color: #62bbae
}

.grid-full .grid-full-home-link:hover a::after,
.grid-full .level.over>a::after,
.grid-full .level.active>a::after {
    top: 0;
    height: 100%;
    background: #232323
}

.grid-full .level.over a:before,
.grid-full .level.active a:before,
.grid-full .level.over a:after,
.grid-full .level.active a:after {
    width: 100%;
    left: 0
}

.grid-full .grid-full-home-link:hover .level-top a,
.grid-full .level.over .level-top a,
.grid-full .level.active .level-top a {
    background: none;
    overflow: visible
}

.grid-full .level.over .menu-product a,
.grid-full .level.over .catagory_children span,
.grid-full .level.over p a span,
.grid-full .level.over p a {
    background: none
}

.nav .grid-full>li>a>span,
.grid-full .level.over .catagory_children a span,
.grid-full .level.over .catagory_children a,
.grid-full ul .level1.menu-product button a span {
    background: none
}

.grid-full>li>a>span.spanchildren,
.grid-full>.over>a>span.spanchildren,
.nav .grid-full>.nav-3>a>span.spanchildren {
    display: none
}

.grid-full ul .level1.menu-product .price-box {
    float: left;
    margin: 10px 0
}

.grid-full ul .level1.menu-product .price-box .old-price .price {
    padding: 0px;
    margin-right: 10px
}

.grid-full ul .level1.menu-product .price-box .special-price .price {
    margin-top: -1px;
    float: left
}

.grid-full .catagory_children:after {
    content: "";
    display: table;
    clear: both
}

.grid-full .catagory_children .level1 {
    background: none
}

.grid-full .catagory_children .item {
    float: left
}

.grid-full .column1 .catagory_children .level1 {
    width: 100%;
    margin: 0
}

.grid-full .catagory_children .level1 span {
    padding: 0px;
    text-shadow: none;
    position: relative
}

.grid-full .static-block-right {
    float: right
}

.grid-full .catagory_children .level1 .level-top {
    width: 100%;
    background: none;
    box-shadow: none;
    padding: 0px;
    left: 0px;
    position: static
}

.grid-full .catagory_children .level-top .level1 {
    margin: 0px
}

.grid-full .catagory_children .level-top .static-block {
    margin-top: 5px
}

.grid-full .catagory_children .catagory_children .level2 {
    width: 100%;
    margin: 0;
    position: relative
}

.grid-full .catagory_children .catagory_children li a span,
.nav .grid-full .first ul .nav-1-1 .catagory_children span {
    text-transform: none;
    text-shadow: none
}

.grid-full .level1 .level2 img {
    margin-right: 5px
}

.grid-full .menu-product1 a {
    float: left
}

.grid-full .menu-product1 .level2 span {
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    text-transform: none
}

.grid-full .menu-product1 a span.product-name {
    color: #333;
    margin-top: 5px
}

.grid-full ul li .price-box {
    margin-left: 29px;
    margin-top: -13px;
    position: static;
    top: -20px;
    width: 140px
}

.grid-full ul li .price-box p {
    float: left;
    font-size: 12px
}

.grid-full ul .levelproduct .price-box .special-price span {
    float: left;
    margin-left: 5px;
    font-size: 12px
}

.grid-full .catagory_children .level-top .level1.menu-product1 {
    float: left;
    width: 100%
}

.grid-full .catagory_children .catagory_children .level2.last {
    margin-bottom: 0px;
    border-bottom: 0px solid red
}

.grid-full .catagory_children .catagory_children .level2.no-level-thumbnail .thumbnail,
.grid-full .catagory_children .catagory_children .level4.no-level-thumbnail .thumbnail {
    display: none
}

.grid-full .level1 .catagory_children {
    position: static;
    width: 100%
}

.grid-full .level-top .level2.column2 {
    background: #ffffff;
    float: left;
    margin-left: 135px;
    margin-top: 0px;
    position: absolute;
    z-index: 9999999;
    width: 756px;
    border: 1px solid #dce1e6;
    display: none;
    left: 0
}

.grid-full .level-top ul,
.grid-full .level-top div {
    left: 0px
}

.grid-full .level-top .catagory_children .level2.column1 {
    background: #ffffff;
    float: left;
    margin: 0;
    position: absolute;
    z-index: 999
}

.grid-full .catagory_children .level3 .level4 {
    left: 0px;
    margin-left: 0px
}

.grid-full .level-top .level3 .catagory_children {
    margin-left: 0;
    margin-top: 0;
    position: relative
}

.grid-full .catagory_children .level3 .level-top .level3 {
    position: relative
}

.grid-full .catagory_children .catagory_children .level2:hover>a,
.grid-full .catagory_children .catagory_children .level2.active>a {
    color: #fff;
    position: relative;
    text-decoration: none;
    width: 100%;
    z-index: 9999;
    color: #62bbae
}

.grid-full .catagory_children .catagory_children .level2 a {
    background: none repeat scroll 0 0 transparent;
    color: #8998a3;
    font-size: 14px;
    font-weight: normal;
    display: block;
    line-height: 21px;
    padding: 5px 5px 5px 27px;
    position: relative;
    width: 100%;
    position: relative
}

.grid-full .catagory_children .catagory_children .level2 a:before {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #62bbae;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 9px
}

.grid-full .catagory_children .catagory_children .level2 a:after {
    content: "";
    display: table;
    clear: both
}

.grid-full .catagory_children .catagory_children .level2.parent:hover li a {
    box-shadow: none;
    width: auto
}

.grid-full .catagory_children .level3 {
    float: left;
    width: 100%
}

.grid-full .level2 .catagory_children.column1 {
    background: #fff;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 0 21px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.18);
    padding: 20px;
    margin-top: -20px;
    display: none
}

.grid-full .level2:hover .catagory_children.column1 {
    display: block
}

.grid-full .level2 .catagory_children.column1 .grid-full .catagory_children.column1 .level3 a {
    margin: 0
}

.grid-full .catagory_children .level3.level-top {
    float: left
}

.grid-full .catagory_children.column1 .level3 a:hover,
.grid-full .catagory_children.column1 .level3.active a {
    background: #fe6868;
    color: #fff
}

.grid-full .level2 .static-block-left {
    float: left
}

.grid-full .level2 .catagory_children.column2 {
    float: left;
    width: 320px
}

.grid-full .level2 .catagory_children.column2.catagory_children {
    border: none;
    margin-top: 20px
}

.grid-full .level2 .catagory_children.column2 .level3 .catagory_children {
    margin-top: -20px;
    border: none
}

.grid-full .level2 .catagory_children.column2 .level3 {
    float: left;
    margin-right: 10px;
    border: none;
    margin: 0
}

.grid-full .level-top .level2 .level4 .menu-content {
    display: none
}

.grid-full .level2 .catagory_children .level3 {
    margin-bottom: 10px
}

.grid-full .level2 .catagory_children .level3:last-child {
    margin-bottom: 0
}

.grid-full .catagory_children .catagory_children .level2 .level4 a,
.grid-full .catagory_children .catagory_children .level2:hover .level4 a {
    border: none;
    margin: 0px;
    padding: 0px
}

.grid-full .level2 .catagory_children .level3 .catagory_children {
    float: left;
    width: 100%
}

.grid-full .catagory_children .catagory_children .level4.no-level-thumbnail {
    height: 30px;
    margin: 0;
    width: 100%;
    border-bottom: 1px dotted #dce1e6
}

.grid-full .level .catagory_children .level2 .catagory_children .level4 a span,
.nav .grid-full .level .catagory_children .level2 .first ul .level4.nav-1-1 .catagory_children span {
    text-transform: none
}

.grid-full .level2:hover .level-top .level2.column2,
.grid-full .level2:hover .level-top .level2.column1,
.grid-full .level2.active .level-top .level2.column1 {
    display: block;
    left: auto;
    right: -100%
}

.grid-full .old-price .price {
    color: #999
}

.grid-full .catagory_children .catagory_children .level2:hover .level3 a {
    border: none
}

.grid-full .catagory_children .catagory_children.leftchildren {
    border-bottom: 0 none;
    float: left;
    margin: 0
}

.grid-full .static-block p {
    line-height: 23px
}

.grid-full .catagory_children .level-top .static-block p a span {
    text-transform: none
}

.grid-full .btn-carthover2 span span {
    color: #ff7575;
    height: 25px;
    margin-left: 20px;
    padding: 0
}

.grid-full ul.add-to-links li {
    width: 85px;
    float: left
}

.grid-full .level a.link-wishlist,
.grid-full .level:hover a.link-wishlist,
.grid-full a.link-wishlist,
.grid-full .level-top:hover a.link-wishlist {
    background: url(../../../images/cmsmart/megamenu/wl_1.png) no-repeat scroll 0 1px;
    display: block;
    font-size: 10px;
    height: 35px;
    overflow: hidden;
    margin: 0px;
    padding-left: 20px;
    line-height: 18px
}

.grid-full .add-to-links li:hover a.link-wishlist:hover {
    background: url(../../../images/cmsmart/megamenu/wl.png) no-repeat scroll 0 1px
}

.grid-full .level a.link-compare,
.grid-full .level:hover a.link-compare,
.grid-full a.link-compare,
.grid-full .level-top:hover a.link-compare {
    display: block;
    font-size: 10px;
    height: 35px;
    overflow: hidden;
    background: url(../../../images/cmsmart/megamenu/cp_1.png) no-repeat scroll 0 1px;
    margin-top: 0px;
    padding-left: 20px;
    line-height: 35px
}

.grid-full .add-to-links li:hover a.link-compare:hover {
    background: url(../../../images/cmsmart/megamenu/cp.png) no-repeat scroll 0 1px
}

.grid-full .level-top:hover button span,
.grid-full .level-top:hover .add-to-links span {
    background: none
}

.grid-full ul.add-to-links {
    float: left;
    position: inherit;
    width: 100%;
    margin-top: -10px
}

.grid-full .level1.menu-product-one .level2 img {
    margin-top: 5px;
    width: 100%
}

.grid-full .level1.menu-product-one .price-box {
    float: left;
    text-align: center;
    width: 100%
}

.grid-full .level1.menu-product-one .price-box p.old-price {
    margin-left: 25px;
    margin-right: 30px;
    margin-top: 4px
}

.grid-full .level1.menu-product-one .price-box p.special-price {
    margin-top: 2px
}

.grid-full .level1.menu-product-one .price-box p span {
    font-size: 14px
}

.grid-full .level1.menu-product-one div.rating-box {
    position: static;
    top: 50px;
    width: 55px
}

.grid-full .level1.menu-product-one li a {
    float: left;
    text-align: center;
    width: 100%
}

.grid-full>.grid-full-home-link a span {
    background: none repeat scroll 0 0 transparent
}

.grid-full .level1.menu-product-one ul.add-to-links {
    margin-top: 5px;
    border-top: 1px solid #dedede;
    padding-top: 5px
}

.grid-full .level1.menu-product-one ul.add-to-links li {
    width: 45%;
    float: left;
    white-space: normal
}

.grid-full .level1.menu-product-one ul.add-to-links span {
    float: left
}

.grid-full .level1.menu-product-one ul.add-to-links li a {
    height: auto;
    line-height: 20px;
    text-align: left;
    white-space: normal;
    width: auto
}

.grid-full .catagory_children .catagory_children li:hover .catagory_children a span {
    text-decoration: none
}

.grid-full .level2 .catagory_children.column2 .level3 div {
    float: left
}

.grid-full .pin-bottom:before {
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    content: "";
    height: 0;
    position: absolute;
    left: 0px;
    top: 16px;
    width: 0
}

.grid-full .level span.cat-label {
    background: #ee372a;
    border: medium none;
    color: #FFF;
    float: left;
    font-weight: normal;
    font-size: 11px;
    line-height: 12px;
    padding: 5px;
    position: absolute;
    text-transform: none;
    top: -14px;
    left: 20px;
    text-shadow: 2px 2px #ff0000;
    -webkit-transition: all, 0.2s, ease-in-out;
    -o-transition: all, 0.2s, ease-in-out;
    transition: all, 0.2s, ease-in-out
}

.grid-full .level1 span.cat-label {
    background: #ee372a;
    color: #FFF;
    float: none;
    font-weight: normal;
    line-height: 12px;
    padding: 5px;
    position: absolute;
    left: 0;
    text-transform: lowercase;
    top: -25px
}

.isStuck .grid-full>.level>a>span>span.cat-label {
    top: 3px;
    left: 5px;
    opacity: 0.7
}

.grid-full .level:hover .level1 span.cat-label {
    background: #ee372a
}

.grid-full .level:hover span.cat-label,
.grid-full .level:hover .level1:hover span.cat-label,
.grid-full .catagory_children .level1:hover .catagory_children .level2:hover span.cat-label {
    text-shadow: 0px 0px #FFF
}

.grid-full .level>a>span>.cat-label.pin-bottom:before,
.grid-full .level1>a>span>.cat-label.pin-bottom:before,
.grid-full .level.over .level2>a>span>.cat-label.pin-bottom:before,
.grid-full .catagory_children .level1 .catagory_children .level2 .pin-bottom:before {
    border-left-color: #ee372a
}

.grid-full .level:hover .level1:hover .level2 span.cat-label {
    background: red
}

.grid-full .catagory_children .level1 .catagory_children .level2 span.cat-label {
    line-height: 15px;
    right: 0px;
    left: auto;
    top: -15px
}

.grid-full ul li,
.grid-full ul .active,
.grid-full ul .last {
    background: none
}

.grid-full .menu-product1 li {
    float: left;
    width: 100%
}

.grid-full .old-price .price-label,
.grid-full .special-price .price-label {
    display: none
}

.grid-full .special-price {
    padding: 0px
}

.grid-full level div {
    position: static
}

.grid-full .btn-carthover2 span span {
    color: #ff7575;
    height: 14px;
    padding: 0
}

.grid-full .btn-carthover2 {
    background: url("/../../images/cmsmart/megamenu/icon_cart_hover.png") no-repeat scroll 0 0 transparent;
    height: 25px;
    margin-top: 0px
}

.grid-full .menu-product ul.add-to-links {
    display: block;
    margin-left: -2px;
    margin-top: 10px;
    position: relative;
    width: 185px
}

.grid-full .menu-product ul.add-to-links .separator {
    float: left
}

.grid-full .menu-product a.link-compare,
.grid-full .menu-product a.link-compare,
.grid-full .level-top:hover .menu-product a.link-compare {
    line-height: 20px
}

.nav .grid-full .menu-product1 li .price-box {
    margin-left: 28px
}

.nav .grid-full .first ul .nav-1-1 span {
    line-height: inherit
}

.nav .grid-full .menu-product1.menu-product-one .price-box {
    margin-left: 0;
    margin-top: 5px;
    text-align: center
}

.nav .grid-full ul .menu-product1 li {
    line-height: 20px;
    margin-bottom: 25px
}

.grid-full .add-to-links .separator {
    display: block;
    float: left
}

.nav .grid-full .first ul .nav-1-1 .levelproducttow span,
.nav .grid-full .first ul .nav-1-1 .menu-product1 span {
    line-height: normal
}

.grid-full .level .menu-product-one a.link-compare {
    margin-left: 25px
}

.grid-full .catagory_children .catagory_children .level4.last.no-level-thumbnail {
    border: none
}

.nav .level.nav-home-link .level-top {
    box-shadow: none
}

.thumbnail-img {
    width: 100%;
    margin-bottom: 20px
}

@media only screen and (max-width: 1199px) {
    .nav,
    .catagory_children {
        width: auto
    }
    .grid-full>li>a {
        font-size: 14px;
        padding: 0 15px
    }
    .nav .grid-full>.parent>a>span:after {
        font-size: 24px
    }
    .grid-full>li>a>span {
        padding-left: 12px;
        padding-right: 12px
    }
    .grid-full>li>.level-top {
        width: 940px;
        top: 34px
    }
    .grid-full>li>.level-top>.level {
        width: 100%
    }
}

@media only screen and (max-width: 991px) {
    .nav-container {
        display: none
    }
}

.theme-border,
.table-bordered {
    border-top: solid 2px #8998a3
}

.theme-color {
    color: #8998a3
}

.title-border {
    border-bottom: solid 2px #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .title-border {
        margin-bottom: 15px;
        padding-bottom: 10px
    }
}

.theme-block {
    border: solid 1px #dfdfdf;
    border-top: solid 2px #8998a3;
    padding: 30px 29px;
    margin-bottom: 60px
}

.no-theme-block {
    border: none;
    padding: 0;
    margin-bottom: 0
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    font-size: 16px;
    line-height: 1.667em;
    color: #333;
    text-transform: uppercase;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .theme-block {
        padding: 15px;
        margin-bottom: 30px
    }
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    border-bottom-width: 1px
}

.table-bordered th,
.table-bordered td {
    border: solid 1px #dfdfdf
}

.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 9999
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.icon-sprite,
.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}

.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png)
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .icon-sprite,
    .icon-sprite-for-modules {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px
    }
}

@media only screen and (max-width: 991px) {
    .nav-container {
        position: relative
    }
    .pseudoStickyBlock {
        display: none
    }
    .sf-menu,
    .sf-menu-phone {
        display: none
    }
    .sf-menu-block {
        display: block;
        position: relative
    }
    .nav-container-mobile {
        display: block;
        clear: both;
        margin: 0
    }
    .sf-menu-phone {
        background-color: #232323;
        border-top: 0;
        position: absolute;
        z-index: 2;
        width: 100%
    }
    .sf-menu-phone>li {
        border-bottom: 1px solid #f7f9fb;
        padding: 10px 20px;
        font-size: 14px
    }
    .sf-menu-phone>li>strong {
        top: 9px;
        right: 18px;
        font-size: 20px;
        line-height: 20px
    }
    .sf-menu-phone>li.last {
        border-bottom: 0
    }
    .sf-menu-phone li {
        position: relative;
        text-transform: uppercase
    }
    .sf-menu-phone li a {
        display: inline-block;
        color: #5e7485
    }
    .sf-menu-phone li li {
        font-size: 13px;
        padding: 4px 8px
    }
    .sf-menu-phone li li.last {
        padding-bottom: 10px
    }
    .sf-menu-phone li li::first-child {
        padding-top: 10px
    }
    .sf-menu-phone li li::first-child strong {
        top: 10px
    }
    .sf-menu-phone li strong {
        position: absolute;
        display: block;
        top: 10px;
        right: 5px;
        width: 24px;
        font-size: 16px;
        line-height: 16px;
        text-align: center;
        color: #2dcc70
    }
    .sf-menu-phone li strong::before {
        display: inline-block;
        font-family: FontAwesome;
        font-size: inherit;
        line-height: normal;
        font-weight: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        content: "\f105"
    }
    .sf-menu-phone li strong.opened::before {
        display: inline-block;
        font-family: FontAwesome;
        font-size: inherit;
        line-height: normal;
        font-weight: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        content: "\f107"
    }
    .sf-menu-phone li strong:hover {
        cursor: pointer
    }
    .sf-menu-phone ul {
        width: auto;
        padding: 15px 0;
        display: none
    }
    .sf-menu-phone>li.active>a>span {
        color: inherit
    }
    .sf-menu-phone>li.active>a,
    .sf-menu-phone>li>a:hover,
    .sf-menu-phone li li.active>a,
    .sf-menu-phone li li a:hover {
        color: #2dcc70
    }
}

.button.button-secondary,
.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #2dcc70;
    border: none;
    display: inline-block;
    padding: 9px 18px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: "Ubuntu", sans-serif;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    overflow: hidden;
    position: relative
}

.button.button-secondary span,
.button span,
.cart-table .product-cart-actions .button span,
#co-shipping-method-form .buttons-set .button span,
.footer .button span {
    z-index: 9;
    position: relative
}

.button.button-secondary:not(a)::after,
.button:not(a)::after,
.cart-table .product-cart-actions .button:not(a)::after,
#co-shipping-method-form .buttons-set .button:not(a)::after,
.footer .button:not(a)::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: #24a259;
    z-index: 2
}

.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover {
    background: #24a259;
    cursor: pointer
}

.button:hover::after,
.cart-table .product-cart-actions .button:hover::after,
#co-shipping-method-form .buttons-set .button:hover::after {
    height: 100%
}

.button:active::after,
.cart-table .product-cart-actions .button:active::after,
#co-shipping-method-form .buttons-set .button:active::after {
    background: #1b7842
}

.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus {
    color: #fff;
    background: #1b7842
}

.button.button-secondary {
    background: #eee;
    color: #333;
    text-shadow: none
}

.button.button-secondary:not(a)::after {
    background: #e1e1e1
}

.button.button-secondary:hover {
    background: #e1e1e1;
    cursor: pointer;
    color: #333
}

.button.button-secondary:active {
    color: #333
}

.button.button-secondary:active::after {
    background: #d5d5d5
}

.button.button-secondary:focus {
    background: #d5d5d5;
    color: #333;
    outline: none
}

.truncated a.details {
    border-bottom: solid 1px rgba(0, 0, 0, 0.28);
    border-right: solid 1px rgba(0, 0, 0, 0.2);
    border-top: solid 1px transparent;
    border-left: solid 1px transparent
}

.truncated a.details:hover {
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: rgba(0, 0, 0, 0.28);
    border-left-color: rgba(0, 0, 0, 0.2)
}

.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover {
    z-index: 999
}

.btn-remove:hover::after,
.btn-previous:hover::after,
.sorter>.sort-by .sort-by-switcher:hover,
.sorter>.view-mode a.grid:hover,
.sorter>.view-mode a.list:hover,
.pages ol li a:hover {
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
    z-index: 999
}

.btn-remove:active::after,
.btn-previous:active::after,
.sorter>.sort-by .sort-by-switcher:active,
.sorter>.view-mode a.grid:active,
.sorter>.view-mode a.list:active,
.pages ol li a:active {
    opacity: 0.8
}

.toolbar .dropdown {
    width: 100%;
    background-color: #f5f5f5;
    border: solid 1px #dfdfdf;
    border-radius: 0px
}

.toolbar .dropdown:hover {
    box-shadow: none;
    background: #EDEDED
}

.toolbar .dropdown .validation-advice {
    position: relative;
    height: auto;
    opacity: 1;
    padding: 0 0 10px;
    background: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    top: -1px;
    left: -1px;
    margin-right: -2px
}

.toolbar .dropdown div {
    background-color: #f5f5f5;
    border: solid 1px #dfdfdf
}

.toolbar .dropdown div ul {
    z-index: 12
}

.toolbar .dropdown div ul li {
    margin: 0
}

.toolbar .dropdown div ul li.focus {
    background: #EDEDED;
    color: #333
}

.toolbar .dropdown div ul li.active {
    font-weight: normal;
    background: #EDEDED
}

.toolbar .dropdown li,
.toolbar .dropdown .selected {
    font-size: 14px;
    color: #8b8b8b;
    padding: 13px 20px
}

.toolbar .dropdown .selected {
    color: #333
}

.toolbar .dropdown .selected::after {
    box-shadow: none
}

.toolbar .dropdown .carat {
    border-width: 6px;
    border-color: #777 transparent transparent;
    right: 20px
}

.toolbar .dropdown.open {
    z-index: 15
}

.toolbar .dropdown.open .carat {
    border-bottom: 6px solid #777;
    border-top: 6px solid transparent;
    margin-top: -10px
}

.toolbar .dropdown.open div {
    padding: 10px 0;
    height: auto
}

.toolbar .dropdown.open div ul {
    position: relative;
    z-index: 12
}

.theme-border,
.table-bordered {
    border-top: solid 2px #8998a3
}

.theme-color {
    color: #8998a3
}

.title-border {
    border-bottom: solid 2px #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .title-border {
        margin-bottom: 15px;
        padding-bottom: 10px
    }
}

.theme-block {
    border: solid 1px #dfdfdf;
    border-top: solid 2px #8998a3;
    padding: 30px 29px;
    margin-bottom: 60px
}

.no-theme-block {
    border: none;
    padding: 0;
    margin-bottom: 0
}

label {
    text-transform: uppercase;
    color: #333;
    font-weight: normal
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    font-size: 16px;
    line-height: 1.667em;
    color: #333;
    text-transform: uppercase;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .theme-block {
        padding: 15px;
        margin-bottom: 30px
    }
    label {
        font-size: 12px
    }
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    border-bottom-width: 1px
}

.table-bordered th,
.table-bordered td {
    border: solid 1px #dfdfdf
}

.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 9999
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.icon-sprite,
.icon-sprite-for-modules,
.ratings .rating-box,
.ratings .rating-box .rating {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}

.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png)
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .icon-sprite,
    .icon-sprite-for-modules,
    .ratings .rating-box,
    .ratings .rating-box .rating {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px
    }
}


/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%
}

body {
    background: #FFFFFF;
    color: #000000;
    line-height: 1
}

html,
body,
img,
fieldset,
abbr,
acronym {
    border: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

th,
code,
cite,
caption {
    font-weight: normal;
    font-style: normal;
    text-align: left
}

address {
    font-style: normal
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

img {
    display: block
}

ol,
ul {
    list-style: none
}

q:before,
q:after {
    content: ''
}

input:focus,
input[type="search"]:focus {
    outline-offset: -2px
}

input[type="search"] {
    -webkit-appearance: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@-ms-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

.header-row,
.page-header {
    font-family: "Ubuntu", sans-serif;
    border: none;
    margin: 0 auto
}

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

body,
button,
input,
select,
table,
textarea {
    font-family: "Ubuntu", sans-serif;
    color: #8b8b8b;
    font-size: 14px;
    line-height: 1.5
}

p {
    color: #8b8b8b;
}

a {
    color: #8998a3;
    text-decoration: none
}

a:hover {
    color: #526a7c;
    text-decoration: none
}

a:focus {
    outline: 0;
    outline-color: none;
    text-decoration: none;
    color: inherit;
    color: #526a7c
}

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

h1,
.h1 {
    margin: 0;
    margin-bottom: 0.7em;
    color: #333;
    font-family: "Ubuntu", sans-serif;
    font-size: 28px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase
}

h2,
.h2 {
    margin: 0;
    margin-bottom: 1.5em;
    color: #333;
    font-family: "Ubuntu", sans-serif;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase
}

h3,
.h3 {
    margin: 0;
    margin-bottom: 10px;
    color: #333;
    font-family: "Ubuntu", sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase
}

h4,
.h4 {
    margin: 0;
    margin-bottom: 10px;
    color: #333;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase
}

h5,
.h5 {
    margin: 0;
    margin-bottom: 10px;
    color: #333;
    font-family: "Ubuntu", sans-serif;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase
}

h6,
.h6 {
    margin: 0;
    margin-bottom: 5px;
    color: #333;
    font-family: "Ubuntu", sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase
}

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

.availability {
    margin-bottom: 0
}

.availability.in-stock {
    color: #54b70b;
    font-weight: 500
}

.availability.available-soon,
.availability.out-of-stock {
    color: #ee372a
}

.availability-only {
    color: #333;
    margin-bottom: 0
}

.label {
    display: inline;
    font-size: 1em;
    font-weight: normal;
    text-transform: none;
    padding: 0;
    text-align: left;
    border-radius: 0;
    line-height: inherit;
    white-space: normal;
    color: #8b8b8b
}

.clear {
    clear: both
}

.page-title,
.widget-title {
    text-align: center
}

.page-title h1,
.page-title h2,
.widget-title h1,
.widget-title h2 {
    font-size: 34px;
    font-weight: 500;
    color: #333;
    padding-bottom: 0;
    margin-bottom: 23px;
    text-transform: uppercase
}

@media only screen and (max-width: 767px) {
    .page-title h1,
    .page-title h2,
    .widget-title h1,
    .widget-title h2 {
        font-size: 20px
    }
}

.sidebar .actions button.button {
    white-space: normal
}

a.button {
    text-decoration: none
}

a.button::after {
    display: none
}

a.button:hover {
    color: #FFFFFF
}

.button.disabled,
.button:disabled {
    opacity: 0.6;
    cursor: not-allowed
}

.button+.button {
    margin-left: 5px
}

.button2 {
    border: 0;
    padding: 0 5px;
    margin: 0;
    font-size: 16px;
    color: #8998a3;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    vertical-align: middle
}

.button2:hover {
    color: #8b8b8b
}

.button2:focus {
    outline: none
}

.button2 span,
.button2 span span {
    line-height: 30px;
    height: 30px;
    text-transform: uppercase;
    display: inline-block
}

@media only screen and (max-width: 767px) {
    .col2-set .buttons-set .button,
    .col2-set .buttons-set .button2 {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
    .col2-set .buttons-set .back-link {
        display: none
    }
    .col2-set .buttons-set .required {
        display: none
    }
}

@media only screen and (max-width: 479px) {
    .buttons-set .button {
        float: none;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 7px
    }
    .buttons-set .back-link {
        display: none
    }
    .buttons-set .required {
        display: none
    }
}

.paypal-logo.paypal-after {
    float: left
}

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

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

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

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

.paypal-button img {
    display: inline
}

@media only screen and (max-width: 740px) {
    .paypal-or {
        line-height: 20px
    }
    .paypal-logo,
    .paypal-or,
    .paypal-button {
        text-align: center;
        display: inline-block;
        margin: 15px 0 0;
        float: none
    }
}

.buttons-set {
    clear: both;
    margin: 10px 0;
    padding-top: 10px;
    border-top: 1px solid #dfdfdf;
    text-align: right
}

.buttons-set p.required {
    margin: 0;
    margin-left: 10px;
    line-height: 33px;
    float: right
}

.buttons-set .back-link {
    float: left;
    margin: 0;
    line-height: 33px
}

.buttons-set .back-link small {
    display: none
}

.buttons-set .back-link::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 23px;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
    color: #8998a3
}

.buttons-set a:not(.button) {
    line-height: 20px;
    display: inline-block;
    padding: 5px
}

.buttons-set button.button {
    float: right;
    margin-left: 5px;
    margin-bottom: 5px
}

.buttons-set:after {
    content: '';
    display: table;
    clear: both
}

.icon-sprite,
.icon-sprite-for-modules,
.ratings .rating-box,
.ratings .rating-box .rating {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .icon-sprite,
    .icon-sprite-for-modules,
    .ratings .rating-box,
    .ratings .rating-box .rating {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px
    }
}

.breadcrumbs {
    overflow: hidden;
    margin: -15px auto 33px;
    background-color: #f5f5f5;
    padding: 14px 0 13px;
    max-width: 1170px
}

.breadcrumbs li {
    float: left;
    font-size: 15px;
    font-family: "Ubuntu", sans-serif;
    text-transform: none
}

.breadcrumbs li a {
    display: inline-block;
    color: #8b8b8b
}

.breadcrumbs li a:hover {
    color: #2dcc70
}

.breadcrumbs li.home a {
    font-size: 0;
    line-height: 0;
    color: #8998a3
}

.breadcrumbs li.home a::before {
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}

.breadcrumbs li.home a:hover::before {
    color: #6d7f8c
}

.breadcrumbs strong {
    color: #8b8b8b;
    font-weight: normal
}

.breadcrumbs span {
    padding: 0 10px;
    line-height: 14px;
    color: #c7c7c7
}

@media only screen and (max-width: 767px) {
    .breadcrumbs {
        display: none
    }
}

.main-container,
.footer-container {
    position: relative;
    margin: 0 auto;
    padding: 15px 0
}

.main-container:after,
.footer-container:after {
    content: '';
    display: table;
    clear: both
}

@media only screen and (min-width: 480px) {
    .breadcrumbs {
        margin: 0 auto 20px
    }
}

.btn-remove,
.btn-previous {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    position: relative
}

.btn-remove:after {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    color: #8998a3;
    line-height: 20px;
    width: 100%;
    font-size: 18px
}

.btn-remove2 {
    border: none;
    width: auto;
    height: auto
}

.btn-remove2:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 22px;
    color: #8998a3
}

.btn-remove2:after {
    display: none
}

.btn-remove2:hover {
    background-color: transparent;
    opacity: 0.6;
    filter: alpha(opacity=60)
}

.btn-previous:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #2dcc70;
    border-left: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -4px
}

.btn-previous:hover:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #fff;
    border-left: none
}

.block-layered-nav .currently .btn-remove,
.block-layered-nav .currently .btn-previous,
.mini-products-list .btn-remove,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-previous {
    float: right;
    margin-left: 6px
}

.checkout-agreements li {
    margin-bottom: 20px
}

.checkout-agreements .agreement-content {
    overflow-y: auto;
    max-width: 670px;
    max-height: 125px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #e0e7ed;
    background: #f5f5f5
}

.cvv-what-is-this {
    margin: 7px 0 0;
    font-size: 14px;
    color: #ee372a;
    line-height: 24px;
    display: inline-block
}

.main-container,
.footer-container {
    position: relative;
    margin: 0 auto;
    padding: 15px 0
}

.main-container:after,
.footer-container:after {
    content: '';
    display: table;
    clear: both
}

@media only screen and (min-width: 480px) {
    .main-container,
    .footer-container {
        padding: 30px 0
    }
}

.footer-container {
    padding-top: 0px
}

.col-left {
    float: left
}

.col3-layout .col-main,
.col2-left-layout .col-main {
    float: right;
    margin-bottom: 20px
}

@media only screen and (min-width: 768px) {
    .top-container {
        max-width: 1230px;
        margin: 0 auto;
        padding: 0 30px
    }
}

.global-site-notice {
    background: #333;
    color: #E6E6E6;
    font-size: 11px
}

.global-site-notice .notice-inner {
    padding-left: 120px;
    width: 100%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    line-height: 11px;
    min-height: 40px;
    padding-top: 14.5px;
    padding-bottom: 14.5px;
    background-image: url("/images/demo-logo.png");
    background-position: left;
    background-repeat: no-repeat
}

.global-site-notice p {
    margin-bottom: 0
}

.promo-msg {
    color: #333;
    text-align: center;
    margin: 10px;
    text-transform: uppercase;
    font-family: "Ubuntu", sans-serif
}

.grid:after {
    content: '';
    display: table;
    clear: both
}

.success {
    color: #54b70b
}

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

.notice {
    color: #E26703;
    font-weight: bold
}

.messages {
    margin-bottom: 25px
}

.messages li li {
    position: relative;
    margin-bottom: 5px;
    padding: 7px 10px 7px 20px;
    background: #f5f5f5;
    font-size: 15px
}

.messages li li:before {
    top: 50%;
    left: 0;
    margin-top: -6px
}

.messages .error-msg li {
    color: #000;
    border-left: 5px solid #ee372a;
    background-color: #FAEBE7
}

.messages .error-msg li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #ee372a;
    border-right: none
}

.messages .notice-msg li {
    color: #000;
    border-left: 5px solid #E26703;
    background-color: #F9EBE6
}

.messages .notice-msg li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #E26703;
    border-right: none
}

.messages .success-msg li {
    color: #000;
    border-left: 5px solid #54b70b;
    background-color: #EFF5EA
}

.messages .success-msg li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #54b70b;
    border-right: none
}

@media only screen and (min-width: 915px) {
    .order-list-grid .col-1 {
        width: 30%
    }
    .order-list-grid .col-2 {
        width: 50%;
        padding-right: 20px
    }
    .order-list-grid .col-3 {
        clear: none;
        width: 20%;
        padding-top: 0
    }
}

.page-popup {
    padding: 20px;
    background: #FFFFFF;
    height: auto
}

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

.payment-methods {
    margin-bottom: 20px
}

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

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

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

.payment-methods .form-list:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 10px solid transparent;
    border-left: none;
    border-bottom: 10px solid #e0e7ed;
    border-top: none;
    top: -11px;
    left: 30px
}

.payment-methods .form-list:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 10px solid transparent;
    border-left: none;
    border-bottom: 10px solid #f5f5f5;
    border-top: none;
    top: -10px;
    left: 30px
}

.payment-methods .form-list li:last-child {
    margin-bottom: 0
}

.please-wait {
    display: inline-block;
    margin-left: 10px;
    margin-top: 5px;
    line-height: 24px;
    height: 24px;
    white-space: nowrap
}

.please-wait img {
    float: left;
    margin-right: 5px;
    width: 24px
}

.price-box {
    margin: 7px 0
}

.price-box p {
    margin-bottom: 0
}

.price-notice {
    color: #909090
}

.price-box .price {
    color: #2dcc70;
    font-size: 18px;
    font-weight: 600
}

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

.price-box .minimal-price-link {
    padding-left: 1em;
    color: #333;
    display: block
}

.price-box .minimal-price-link .label {
    color: #909090
}

.price-box .old-price,
.price-box .special-price {
    display: block
}

.price-box .old-price .price-label,
.price-box .special-price .price-label {
    display: none
}

.price-box .old-price .price,
.price-box .special-price .price {
    display: inline-block
}

.price-box .old-price .price {
    color: #9b9b9b;
    text-decoration: line-through;
    font-size: 18px
}

.price-box .special-price .price {
    color: #2dcc70
}

.price-box .special-price .price-label {
    color: #D84D3C
}

.price-box .price-excluding-tax,
.price-box .price-including-tax {
    display: block
}

span.weee {
    display: block
}

.product-pricing,
.tier-prices,
.tier-prices-grouped {
    display: inline-block;
    padding: 4px 8px;
    background: #FBF4DE;
    border: 1px solid #E2D4C7;
    margin-top: 7px
}

.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
    font-size: 12px
}

.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
    font-style: italic
}

.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
    font-weight: bold
}

.item-options {
    font-size: 12px;
    font-family: "Ubuntu", sans-serif;
    color: #8b8b8b;
    font-weight: 400;
    text-transform: capitalize
}

.item-options:after {
    content: '';
    display: table;
    clear: both
}

.item-options dt {
    float: left;
    clear: left;
    padding-right: 0px;
    color: #333;
    font-weight: 400
}

.item-options dt:after {
    content: ': '
}

.item-options dd {
    float: left;
    padding-left: 10px;
    margin: 0 0 6px
}

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

.truncated a.details {
    cursor: help;
    background-color: #eee;
    color: #333;
    font-weight: 500;
    display: inline-block;
    padding: 6px 14px
}

.truncated a.details:hover {
    text-decoration: none
}

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

.truncated .truncated_full_value .item-options {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 300;
    width: 200px;
    padding: 18px;
    border: 1px solid #dfdfdf;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    background-color: #F6F6F6;
    top: 31px;
    left: 0px
}

.truncated .truncated_full_value .item-options::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 14px solid transparent;
    border-left: none;
    border-bottom: 14px solid #dfdfdf;
    border-top: none;
    top: -14px;
    left: 50px
}

.truncated .truncated_full_value .item-options::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 14px solid transparent;
    border-left: none;
    border-bottom: 14px solid #f5f5f5;
    border-top: none;
    top: -12px;
    left: 51px
}

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

.truncated .show .item-options {
    visibility: visible;
    opacity: 1
}

@media only screen and (max-width: 479px) {
    .truncated {
        cursor: inherit
    }
    .truncated a.details {
        display: none
    }
    .truncated .truncated_full_value .item-options {
        display: block;
        visibility: visible;
        opacity: 1;
        position: static;
        padding: 10px 0;
        z-index: 1;
        width: 100%;
        border: none;
        background-color: transparent;
        box-shadow: none
    }
    .truncated .truncated_full_value .item-options p {
        float: none
    }
    .truncated .truncated_full_value .item-options dl {
        overflow: hidden;
        margin-bottom: 0
    }
    .truncated .truncated_full_value .item-options:after,
    .truncated .truncated_full_value .item-options:before {
        display: none
    }
}

.page-print {
    width: 6.5in;
    margin: 20px;
    background: #FFFFFF
}

.add-to-links {
    margin: 7px 0;
    font-size: 14px
}

.add-to-links a {
    display: inline-block;
    padding: 0px 3px 3px;
    font-weight: 500
}

.link-compare,
.link-wishlist {
    font-weight: 500
}

.link-compare::before,
.link-wishlist::before {
    font-size: 17px;
    padding-right: 5px
}

.link-compare::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}

.link-wishlist::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}

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

.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
    position: relative;
    display: block;
    background-color: #f7f9fc;
    border: none;
    text-align: center
}

.product-image img,
.no-touch .product-img-box .product-image:not(.zoom-available):hover img {
    margin: 0 auto;
    max-width: 100%
}

@media only screen and (max-width: 767px) {
    body .product-img-box .product-image:hover {
        border-color: #dfdfdf
    }
}

.ratings {
    margin: 7px 0
}

.ratings .rating-box,
.ratings .rating-links {
    margin: 5px 0;
    font-size: 12px;
    line-height: 26px
}

.ratings .rating-box {
    width: 65px;
    height: 13px;
    background-repeat: repeat-x;
    background-position: 0 -615px;
    overflow: hidden
}

.ratings .rating-box .rating {
    float: left;
    height: 13px;
    background-repeat: repeat-x;
    background-position: 0 -600px
}

.ratings .amount {
    display: block;
    margin: 5px auto
}

.ratings .rating-links a {
    vertical-align: middle
}

.ratings .separator {
    margin: 0 10px;
    overflow: hidden;
    text-indent: -999em;
    position: relative;
    line-height: 26px;
    display: inline-block;
    width: 2px;
    vertical-align: middle
}

.ratings .separator.temp {
    float: left
}

.ratings .separator::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #dfdfdf
}

.std p {
    margin: 0 0 1.5em
}

.std ol {
    list-style: decimal outside;
    margin-bottom: 1.5em
}

.std ol li {
    margin-left: 2em
}

.std ul {
    list-style: disc outside;
    margin-bottom: 1.5em
}

.std ul li {
    margin-left: 2em
}

.std .note {
    color: #909090;
    font-size: 13px
}

.tabs {
    margin-bottom: 10px;
    background: #FFFFFF
}

.toolbar {
    margin-bottom: 35px;
    background-color: #f5f5f5;
    padding: 0;
    clear: both
}

.toolbar:after {
    content: '';
    display: table;
    clear: both
}

.toolbar select {
    width: auto;
    display: inline-block;
    float: left;
    vertical-align: middle;
    margin: 7px
}

.toolbar .dropdown {
    border-top: none;
    border-left: none;
    border-bottom: none;
    float: left;
    width: 270px
}

.toolbar .dropdown li,
.toolbar .dropdown .selected {
    padding: 18px 20px 17px
}

.toolbar .dropdown .carat {
    margin: 0
}

@media only screen and (max-width: 1199px) {
    .toolbar .dropdown {
        width: 170px
    }
}

.pager-no-toolbar {
    margin-bottom: 10px
}

.pager-no-toolbar ~ .pager-no-toolbar {
    margin-top: 10px
}

.toolbar,
.pager {
    font-family: "Ubuntu", sans-serif;
    color: #8b8b8b;
    line-height: 30px;
    font-size: 12px
}

.toolbar li,
.pager li {
    border: none;
    margin-right: 2px
}

.toolbar li>a,
.toolbar li>span,
.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 0;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 0;
    vertical-align: top
}

.toolbar label,
.pager-no-toolbar label {
    float: left;
    font-weight: normal;
    text-transform: none;
    font-size: 14px;
    color: #333
}

.sorter {
    float: left
}

.sorter label {
    float: left;
    margin-right: 5px;
    display: none
}

.sorter label:after {
    content: ':'
}

.sorter>.sort-by {
    float: left;
    margin-left: 0px
}

.sorter>.sort-by .selectboxit-container .selectboxit-list {
    margin-left: -1px
}

.sorter>.sort-by .sort-by-switcher {
    float: left;
    position: relative;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
    padding-top: 2px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #8998a3;
    border-right: solid 1px #dfdfdf;
    background-color: #f5f5f5
}

.sorter>.sort-by .sort-by-switcher::before {
    font-size: 24px;
    line-height: 46px;
    -webkit-transition: all, 0.3s, ease-in-out;
    -o-transition: all, 0.3s, ease-in-out;
    transition: all, 0.3s, ease-in-out;
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}

.sorter>.sort-by .sort-by-switcher:hover::before {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sorter>.sort-by .sort-by-switcher--desc:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sorter>.sort-by .sort-by-switcher--desc:hover::before {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.sorter>.view-mode {
    float: left;
    margin-bottom: 0
}

.sorter>.view-mode .grid,
.sorter>.view-mode .list {
    float: left;
    font-size: 0;
    position: relative;
    border-right: solid 1px #dfdfdf;
    background-color: #f5f5f5;
    line-height: 0;
    padding: 10px 13px 10px 13px;
    -webkit-transition: all, 0.1s, ease-in-out;
    -o-transition: all, 0.1s, ease-in-out;
    transition: all, 0.1s, ease-in-out;
    color: #909090;
    height: 50px;
    overflow: hidden
}

.sorter>.view-mode .grid:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 24px;
    line-height: 28px;
    font-weight: 100
}

.sorter>.view-mode strong.grid {
    color: #8998a3
}

.sorter>.view-mode .list:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 24px;
    line-height: 28px;
    font-weight: 100
}

.sorter>.view-mode strong.list {
    color: #8998a3
}

.pager {
    float: right;
    margin: 0
}

.pager .selectboxit-container .selectboxit-btn {
    width: 120px;
    border-right: none;
    border-left: solid 1px #dfdfdf
}

.pager .selectboxit-container .selectboxit-list {
    width: 120px
}

.pager .selectboxit-container .selectboxit-list li {
    margin: 0
}

.pager>.count-container {
    float: left
}

.pager .amount {
    float: left;
    white-space: nowrap;
    margin: 10px 20px 0 0;
    color: #8998a3;
    font-size: 14px
}

.pager .amount strong {
    font-weight: normal
}

.pager .limiter>label {
    padding-right: 20px
}

.pager .limiter>label:after {
    content: ':'
}

.pager .dropdown {
    text-align: left;
    border: none;
    border-left: solid 1px #dfdfdf;
    width: 120px
}

.pager .dropdown li,
.pager .dropdown .selected {
    padding: 18px 20px 17px
}

.category-products .pages {
    display: none
}

.pages {
    float: left;
    margin: 0
}

.pages li {
    display: inline-block;
    margin: 0;
    float: left;
    position: relative
}

.pages ol li a,
.pages ol li.current {
    display: inline-block;
    border: 0;
    font-size: 14px;
    text-align: center;
    position: relative;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    overflow: hidden;
    border-right: 1px solid #dfdfdf;
    -webkit-transition: all, 0.3s, ease-in-out;
    -o-transition: all, 0.3s, ease-in-out;
    transition: all, 0.3s, ease-in-out
}

.pages ol li a.next,
.pages ol li.current.next {
    border-right: none
}

.pages ol li a {
    color: #8b8b8b;
    background-color: #f5f5f5
}

.pages ol li a:hover {
    color: #333;
    background-color: #EDEDED
}

.pages ol li.current,
.pages ol li.current a {
    color: #333;
    background-color: #EDEDED
}

.pages .next,
.pages .previous {
    font: 0/0 a;
    text-shadow: none;
    position: relative
}

.pages .next:before,
.pages .previous:before {
    color: #8998a3;
    font-size: 18px;
    line-height: 30px
}

.pages .next:before {
    display: inline-block;
    font-family: 'FontAwesome';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: '\f054';
}

.pages .previous:before {
    display: inline-block;
    font-family: "FontAwesome";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f053"
}

.toolbar-bottom .toolbar {
    background: #fff
}

.toolbar-bottom .toolbar .pager {
    float: left
}

.toolbar-bottom .toolbar .sorter,
.toolbar-bottom .toolbar .count-container {
    display: none
}

.category-products .toolbar-bottom .toolbar .pages {
    display: block
}

@media only screen and (max-width: 479px) {
    .pager .amount--has-pages {
        display: none
    }
    .pages {
        float: left
    }
    .pages ol li a,
    .pages ol li.current {
        width: 30px;
        height: 30px;
        line-height: 30px
    }
    .pages .next:before,
    .pages .previous:before {
        line-height: 30px
    }
    .limiter label {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .col1-layout .sorter,
    .col1-layout .pager {
        width: 100%
    }
    .col1-layout .pager {
        float: left;
        clear: both
    }
    .col1-layout .pager .pages {
        float: left;
        margin-left: 0
    }
    .col1-layout .pager .count-container {
        float: right
    }
}

@media only screen and (max-width: 991px) {
    .sorter {
        border-bottom: solid 1px #dfdfdf
    }
    .sorter>.sort-by {
        float: right
    }
    .col2-left-layout .sorter,
    .col2-left-layout .pager,
    .col2-right-layout .sorter,
    .col2-right-layout .pager,
    .col3-layout .sorter,
    .col3-layout .pager {
        width: 100%
    }
    .col2-left-layout .pager,
    .col2-right-layout .pager,
    .col3-layout .pager {
        float: left;
        clear: both
    }
    .col2-left-layout .pager .pages,
    .col2-right-layout .pager .pages,
    .col3-layout .pager .pages {
        float: left;
        margin-left: 0
    }
    .col2-left-layout .pager .count-container,
    .col2-right-layout .pager .count-container,
    .col3-layout .pager .count-container {
        float: right
    }
}

@media only screen and (max-width: 1279px) {
    .toolbar .view-mode>label {
        display: none
    }
}

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

#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid #39c;
    border-bottom: none;
    position: static;
    display: inline-block;
    margin-right: 5px
}

#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid #0d0d0d;
    border-bottom: none;
    position: static;
    display: inline-block;
    margin-right: 5px
}

#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: none;
    border-bottom: 7px solid #39c;
    border-top: none;
    position: static;
    display: inline-block;
    margin-right: 5px
}

#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: none;
    border-bottom: 7px solid #0d0d0d;
    border-top: none;
    position: static;
    display: inline-block;
    margin-right: 5px
}

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

.a-center {
    text-align: center
}

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

.f-right {
    float: right
}

.f-left {
    float: left
}

.no-display {
    display: none
}

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

.width-full {
    width: 100%
}

.hidden {
    display: none
}

.page-print .print-head {
    margin: 0 0 15px
}

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

.owl-controls .owl-buttons div {
    background: none;
    opacity: 1
}

.owl-controls .owl-buttons div.owl-prev,
.owl-controls .owl-buttons div.owl-next {
    position: absolute;
    top: 30%;
    left: -25px;
    right: auto;
    background: none;
    padding: 0;
    text-align: center;
    margin: 0;
    font-size: 0;
    opacity: 1
}

.owl-controls .owl-buttons div.owl-prev::before,
.owl-controls .owl-buttons div.owl-next::before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    line-height: normal;
    font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 36px;
    color: #c9c9c9;
    background: none;
    margin: 0 auto;
    text-align: center;
    opacity: 1
}

.owl-controls .owl-buttons div.owl-prev:hover::before,
.owl-controls .owl-buttons div.owl-next:hover::before {
    color: #333
}

.owl-controls .owl-buttons div.owl-next {
    right: -25px;
    left: auto
}

.owl-controls .owl-buttons div.owl-prev:before {
    content: ""
}

.owl-controls .owl-buttons div.owl-next:before {
    content: ""
}

@media only screen and (max-width: 991px) {
    .owl-controls .owl-buttons div.owl-prev {
        left: 7px
    }
    .owl-controls .owl-buttons div.owl-next {
        right: 7px
    }
}

a,
.button,
a::after,
a::before,
.button::after,
.button::before,
.button span span::before,
.btn-remove:after,
.swatch-link,
.swatch-link .swatch-label,
.swatch-link .swatch-text,
.swatch-link.has-image .swatch-label::before,
.block .product-image,
label:after,
#header-cart,
.skip-cart .count::before,
.skip-cart .count {
    -webkit-transition: all, 0.2s, ease-in-out;
    -o-transition: all, 0.2s, ease-in-out;
    transition: all, 0.2s, ease-in-out
}

img,
.truncated .truncated_full_value .item-options {
    -webkit-transition: all, 0.8s, ease-in-out;
    -o-transition: all, 0.8s, ease-in-out;
    transition: all, 0.8s, ease-in-out
}

.cms-index-index .page-title h1,
.cms-index-index .page-title h2,
.cms-index-index .widget-title h1,
.cms-index-index .widget-title h2 {
    text-align: left;
    font-size: 18px;
    color: #5e7485;
    font-weight: 700;
    margin-bottom: 33px
}

.cms-index-index .widget-new-products,
.cms-index-index .widget-catalogsale-products {
    margin-top: 35px
}

.slider-block {
    margin-bottom: 30px
}

.banner-container-1 h3 {
    font-size: 60px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 1
}

@media only screen and (max-width: 1800px) {
    .banner-container-1 h3 {
        font-size: 3.33vw
    }
}

@media only screen and (max-width: 991px) {
    .banner-container-1 h3 {
        font-size: 2.7vw
    }
}

@media only screen and (max-width: 767px) {
    .banner-container-1 h3 {
        font-size: 7.33vw
    }
}

.banner-container-1 .banner-block {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px
}

.banner-container-1 .banner-block:hover .img-bn-block img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.banner-container-1 .text-bn-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 19.64% 20px 20px
}

@media only screen and (max-width: 991px) and (min-width: 767px) {
    .banner-container-1 .text-bn-block {
        padding: 15.64% 20px 20px
    }
}

.banner-container-1 .img-bn-block img {
    width: 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.banner-container-2 {
    position: relative;
    text-align: center;
    margin-top: 20px
}

.banner-container-2 h3 {
    font-size: 60px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 1
}

@media only screen and (max-width: 1800px) {
    .banner-container-2 h3 {
        font-size: 3.33vw
    }
}

@media only screen and (max-width: 767px) {
    .banner-container-2 h3 {
        font-size: 7.33vw
    }
}

.banner-container-2 .pre-title {
    font-size: 50px;
    color: #fff;
    margin-bottom: 30px;
    display: block
}

@media only screen and (max-width: 1800px) {
    .banner-container-2 .pre-title {
        font-size: 3.0vw
    }
}

@media only screen and (max-width: 767px) {
    .banner-container-2 .pre-title {
        font-size: 7.0vw;
        margin-bottom: 15px;
        line-height: 1
    }
}

.banner-container-2 .text-bn-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 14.68% 20px 20px
}

@media only screen and (max-width: 1199px) {
    .banner-container-2 .text-bn-block {
        padding-top: 10%
    }
}

@media only screen and (max-width: 767px) {
    .banner-container-2 .text-bn-block {
        padding-top: 5%
    }
}

.banner-container-2 .img-bn-block img {
    width: 100%
}

.banner-container-2 .banner-link {
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: underline;
    font-size: 16px;
    color: #fff
}

.banner-container-2 .banner-link:hover {
    color: #2dcc70;
    text-decoration: none
}

.fieldset p {
    margin-bottom: 7px
}

.fieldset p.required {
    margin-bottom: 5px;
    float: right;
    font-size: 14px;
    margin-top: 5px;
    margin-right: 5px
}

.fieldset+.fieldset {
    margin-top: 5px
}

form .legend {
    margin: 0;
    margin-bottom: 10px;
    color: #333;
    font-family: "Ubuntu", sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 500
}

.input-box {
    padding-top: 2px;
    position: relative
}

.input-box .input-box:after {
    content: '';
    display: table;
    clear: both
}

li.centinel-logos div.input-box img {
    display: inline;
    vertical-align: middle
}

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

label {
    margin: 0;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none
}

label.required:after,
span.required:after {
    content: ' * ';
    color: #ee372a;
    font-weight: normal;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px
}

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

.input-hint {
    color: #909090;
    font-size: 12px
}

select {
    font-size: 14px
}

select+select {
    margin-left: 5px
}

select[multiple] {
    width: 270px;
    border: 1px solid #dfdfdf;
    font-size: 15px;
    padding: 5px
}

textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 450px;
    padding: 5px
}

.input-text,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #dfdfdf;
    font-size: 14px
}

.input-text:focus,
textarea:focus {
    border: 1px solid #cdcdcd;
    outline: 0
}

.input-text.validation-failed {
    border-color: #ee372a
}

.input-text.validation-failed:focus {
    outline-color: #f79b95
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
    height: 40px;
    padding: 0 8px;
    border: solid 1px #dfdfdf
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
    width: 230px;
    max-width: 100%
}

select {
    max-width: 100%;
    width: 92%;
    height: 40px;
    background: #f5f5f5;
    border: solid 1px #dfdfdf;
    margin-top: 0
}

select option {
    padding: 5px 10px
}

@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
    input[type=email],
    input[type=search],
    input[type=number],
    input[type=password],
    input[type=tel],
    input[type=text],
    select {
        font-size: 16px
    }
}

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

input[type=number].qty,
input[type=text].qty {
    width: 3em;
    text-align: center;
    vertical-align: middle
}

::-webkit-input-placeholder {
    color: #909090
}

input:-moz-placeholder {
    color: #909090
}

input::-webkit-input-placeholder {
    opacity: 0.7
}

input::-moz-placeholder {
    opacity: 0.7
}

input:-moz-placeholder {
    opacity: 0.7
}

input:-ms-input-placeholder {
    opacity: 0.7
}

input:focus::-webkit-input-placeholder {
    opacity: 0.3
}

input:focus::-moz-placeholder {
    opacity: 0.3
}

input:focus:-moz-placeholder {
    opacity: 0.3
}

input:focus:-ms-input-placeholder {
    opacity: 0.3
}

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

.checkbox+label,
.radio+label {
    width: auto;
    max-width: 85%;
    padding: 0 0 0 8px;
    font-size: 14px;
    font-weight: normal;
    vertical-align: top
}

p.required,
.validation-advice {
    margin: 5px 0 0;
    color: #ee372a;
    font-size: 14px
}

p.required {
    font-size: 14px
}

.form-list>li {
    margin-bottom: 10px
}

.form-list select {
    margin-top: 4px;
    width: 300px;
    max-width: 100%
}

.form-list .input-range .input-text {
    width: 74px
}

.form-list .field,
.form-list .wide,
.form-list .control {
    margin-bottom: 15px
}

.form-list .control div.input-box,
.sp-methods dt div.input-box,
.product-options ul.options-list div.input-box {
    display: inline;
    float: left
}

.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after,
.product-options ul.options-list div.input-box:after {
    display: none
}

.form-list .control input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
    float: left;
    margin-right: -40px;
    margin-top: 10px;
    margin-left: 15px
}

.form-list .control label,
.sp-methods dt label,
.product-options ul.options-list label {
    color: #8b8b8b;
    background-color: #f5f5f5;
    padding: 5px 10px;
    display: inline-block;
    width: auto;
    max-width: none;
    min-width: 250px;
    float: none;
    padding: 6px 10px 6px 40px
}

.form-list .control label:hover,
.sp-methods dt label:hover,
.product-options ul.options-list label:hover {
    background-color: #EDEDED
}

.form-list .control .no-display+label,
.sp-methods dt .no-display+label,
.product-options ul.options-list .no-display+label {
    padding-left: 10px;
    background-color: transparent
}

.form-list .control .no-display+label:hover,
.sp-methods dt .no-display+label:hover,
.product-options ul.options-list .no-display+label:hover {
    background-color: transparent
}

.product-options ul.options-list label,
.col2-set .form-list .control label {
    min-width: inherit;
    width: 100%;
    max-width: 100%
}

.form-list .control.remember-me-box label {
    width: auto;
    max-width: none;
    min-width: inherit
}

.form-list .control {
    margin-top: 15px
}

.form-list .control label {
    float: none
}

.form-list .control .radio,
.form-list .control .checkbox {
    margin-right: 6px
}

.form-list .control .input-box {
    clear: none;
    display: inline-block;
    width: auto;
    padding: 0
}

form .form-instructions {
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 13px;
    color: #909090
}

.hide-th {
    text-indent: -9999px
}

.data-table {
    width: 100%;
    margin-bottom: 30px
}

.data-table td,
.data-table th {
    padding: 15px 20px;
    vertical-align: middle
}

.data-table th {
    background: #F4F4F4;
    text-transform: uppercase;
    font-family: "Ubuntu", sans-serif;
    line-height: 1.4;
    white-space: nowrap
}

.data-table thead th,
.data-table tbody td {
    border-bottom: 1px solid #dfdfdf
}

.data-table tbody td,
.data-table tfoot td {
    font-family: "Ubuntu", sans-serif
}

.data-table tfoot tr {
    background: #F4F4F4
}

.data-table tbody td .item-options {
    margin-top: 10px
}

.data-table tbody td .item-options dt:after {
    content: ':'
}

.info-box {
    border: 1px solid #dfdfdf;
    padding: 12px 15px;
    margin: 0 0 15px
}

.info-box h2 {
    font-weight: bold;
    font-size: 13px
}

.info-table th,
.info-table td {
    vertical-align: top
}

.info-table th {
    font-weight: bold;
    padding: 4px 20px 4px 0
}

.info-table td {
    padding: 4px 0
}

.zebra-table tr:first-child,
.zebra-table th:first-child {
    border-top: 1px solid #dfdfdf
}

.zebra-table td,
.zebra-table th {
    border-bottom: 1px solid #dfdfdf;
    padding: 6px;
    background-color: transparent
}

.zebra-table tr {
    background-color: #EEEDED
}

.zebra-table tr:nth-child(odd) {
    background-color: #F8F7F5
}

@media only screen and (max-width: 479px) {
    .linearize-table tr,
    .linearize-table th,
    .linearize-table td {
        display: block
    }
    .linearize-table thead {
        display: none
    }
    .linearize-table thead th {
        border-right: 0;
        border-left: 0
    }
    .linearize-table thead th.lin-hide {
        display: none
    }
    .linearize-table thead th:nth-child(1n+2) {
        display: none
    }
    .linearize-table tbody tr {
        position: relative;
        border-bottom: 1px solid #e0e7ed
    }
    .linearize-table tbody td {
        padding: 0 10px 4px;
        border-right: 0;
        border-bottom: 0
    }
    .linearize-table tbody td.lin-hide {
        display: none
    }
    .linearize-table tbody td:first-child {
        padding-top: 10px
    }
    .linearize-table tbody td:first-child,
    .linearize-table tbody td:first-child h3 {
        font-weight: bold
    }
    .linearize-table tbody td[data-rwd-label] {
        text-align: left;
        padding-left: 30px
    }
    .linearize-table tbody td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        font-size: 12px;
        font-family: "Ubuntu", sans-serif;
        padding: 5px 5px 5px 0;
        text-transform: uppercase
    }
    .linearize-table tfoot tr {
        display: block;
        text-align: right
    }
    .linearize-table tfoot tr:after {
        content: '';
        display: table;
        clear: both
    }
    .linearize-table tfoot td {
        display: block;
        float: left
    }
    .linearize-table tfoot td.lin-hide {
        display: none
    }
    .linearize-table tfoot td:nth-child(odd) {
        clear: left;
        width: 60%
    }
    .linearize-table tfoot td:nth-child(even) {
        text-align: left;
        width: 40%
    }
    .linearize-table .linearize-hide {
        display: none
    }
    .linearize-table .linearize-unpad {
        padding: 0
    }
    .linearize-table .linearize-show {
        display: block
    }
}

@media only screen and (max-width: 599px) {
    .linearize-table-large tr,
    .linearize-table-large th,
    .linearize-table-large td {
        display: block
    }
    .linearize-table-large thead {
        display: none
    }
    .linearize-table-large thead th {
        border-right: 0;
        border-left: 0
    }
    .linearize-table-large thead th.lin-hide {
        display: none
    }
    .linearize-table-large thead th:nth-child(1n+2) {
        display: none
    }
    .linearize-table-large tbody tr {
        position: relative;
        border-bottom: 1px solid #e0e7ed
    }
    .linearize-table-large tbody td {
        padding: 0 10px 4px;
        border-right: 0;
        border-bottom: 0
    }
    .linearize-table-large tbody td.lin-hide {
        display: none
    }
    .linearize-table-large tbody td:first-child {
        padding-top: 10px
    }
    .linearize-table-large tbody td:first-child,
    .linearize-table-large tbody td:first-child h3 {
        font-weight: bold
    }
    .linearize-table-large tbody td[data-rwd-label] {
        text-align: left;
        padding-left: 30px
    }
    .linearize-table-large tbody td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        font-size: 12px;
        font-family: "Ubuntu", sans-serif;
        padding: 5px 5px 5px 0;
        text-transform: uppercase
    }
    .linearize-table-large tfoot tr {
        display: block;
        text-align: right
    }
    .linearize-table-large tfoot tr:after {
        content: '';
        display: table;
        clear: both
    }
    .linearize-table-large tfoot td {
        display: block;
        float: left
    }
    .linearize-table-large tfoot td.lin-hide {
        display: none
    }
    .linearize-table-large tfoot td:nth-child(odd) {
        clear: left;
        width: 60%
    }
    .linearize-table-large tfoot td:nth-child(even) {
        text-align: left;
        width: 40%
    }
    .linearize-table-large .linearize-hide {
        display: none
    }
    .linearize-table-large .linearize-unpad {
        padding: 0
    }
    .linearize-table-large .linearize-show {
        display: block
    }
}

@media only screen and (min-width: 600px) {
    .linearize-table .linearize-collapse {
        display: none
    }
}

div.calendar table {
    border-collapse: separate
}

div.calendar table td.button {
    display: table-cell;
    background: inherit;
    color: inherit;
    text-transform: none
}

.product-image-container {
    float: left;
    position: relative;
}

.fast-track-icon, .fast-track-icon-product {
    position: absolute;
    left: 0;
}

.fast-track-icon {
    bottom:  0;
}

.fast-track-icon-product {
    top:  0;
    padding: 10px;
}

.inside-outside-icon, .inside-outside-icon-product {
    position: absolute;
}

.inside-outside-icon {
    top:  0;
    right: 20px;
}

.inside-outside-icon-product {
    top: 0;
    right: 0;
}

.make-enquiry {
    color:#52ad94 !important;
    padding: 10px 5px 10px 50px;
    display: block;
}
@media screen and (max-width: 769px) {
    .make-enquiry {
        padding: 10px 5px 10px 30px;
    }
}

.product-thumbs {
    clear: both;
    overflow: hidden;
    margin: 0 -2px;
}

.product-thumb {
    display: inline-block;
    margin: 4px 2px;
}

.product-thumb img {
    max-width: 100%;
}

.products-grid .product-image-container {
    float: none;
}

.product-thumb a {
    border: 1px solid #ececec;
    display: block;
}

.product-thumb a.active,
.product-thumb a:hover {
    border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
    .products-grid .product-thumbs {
        float: left;
        clear: none;
        margin-right: 15px;
    }
    .products-grid .product-thumb {
        display: block;
        margin: 0 0 7px;
    }
    .products-grid .product-thumb img {
        width: 50px;
        height: auto;
    }
}

@media screen and (max-width: 599px) {
    .products-grid .product-thumbs {
        margin-right: 10px;
    }
    .products-grid .product-thumb img {
        width: 25px;
    }
}

.caption-animate .carousel-item.active .carousel-caption {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;

}

.caption-animate .carousel-item.active .carousel-caption.left {
    left: 0;
    bottom: 0;
}
.caption-animate .carousel-item.active .carousel-caption.right {
    right: 0;
    bottom: 0;
}

.caption-animate .carousel-item.next .carousel-caption {
  display:none;
}

.caption-animate  .carousel-item.active .carousel-caption.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.caption-animate  .carousel-item.active .carousel-caption.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.caption-animate .carousel-item.active .carousel-caption.flipOutX,
.caption-animate .carousel-item.active .carousel-caption.flipOutY,
.caption-animate .carousel-item.active .carousel-caption.bounceIn,
.caption-animate .carousel-item.active .carousel-caption.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
.caption-animate .carousel-item .carousel-caption.fadeIn,
.caption-animate .carousel-item .carousel-caption.fadeInDown,
.caption-animate .carousel-item .carousel-caption.fadeInDownBig,
.caption-animate .carousel-item .carousel-caption.fadeInLeft,
.caption-animate .carousel-item .carousel-caption.fadeInLeftBig,
.caption-animate .carousel-item .carousel-caption.fadeInRight,
.caption-animate .carousel-item .carousel-caption.fadeInRightBig,
.caption-animate .carousel-item .carousel-caption.fadeInUp,
.caption-animate .carousel-item .carousel-caption.fadeInUpBig{
  opacity:0;
}

.page-main #carousel {
    height: auto;
    max-height: none;
}

#carousel .carousel-inner .carousel-item .carousel-caption {
    left: 0;
    bottom: 0;
    text-shadow: none;
}

#carousel h2 {
    font-weight: 600;
    text-align: right;
    padding: 25px 20px 0 0;
    margin: 0;
    text-shadow: none !important;
}

#carousel h3 {
    text-align: right;
    padding-right: 20px;
    font-size: 16px;
    color: #62bbae;
    text-shadow: none;
}

.background {
    background-color: #eee;
    opacity: 0.9;
    width: 30vw;
    height: 130px;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2015 Daniel Eden
 */

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

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

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

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

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

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

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

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

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

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

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

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

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

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

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

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

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

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

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

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

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

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

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

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

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

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

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

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

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

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

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

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

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

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

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

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

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

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

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

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

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

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

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

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

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

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

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

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

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

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

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

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

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

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

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

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

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

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

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

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

@keyframes rollOut {
  from {
    opacity: 1;
  }

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

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

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

  50% {
    opacity: 1;
  }
}

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

  50% {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

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

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

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

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

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

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

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

.landing-page .pagecontent {
    max-width: 1000px;
    margin: 0 auto;
}

.landing-page .pagecontent .row {
    margin-top: 20px;
    position: relative;
}

.landing-page .price-from {
    position: absolute;
    right: -25px;
    padding: 5px;
    font-weight: bold;
    opacity: 0.9;
}

.landing-page .price-from span {
    color: #FFF;
    font-size: 20px;
}

img.responsive {
    width:100%;
}

.landing-page .header h1 {
    color: #45B9E7;
    font-weight: bold;
    font-size: 38px;
    margin: 0px;
    text-transform: none;
}

.landing-page.secondary .header h1 {
    color: #8b8b8b;
    font-size: 45px;
}

.landing-page .header h1 span {
    color: #FEED3B;
    font-weight: bold;
    text-transform: uppercase;
}

.landing-page.secondary .header h1 span,
.landing-page.secondary .largetext p {
    color: #98B544;
}


.landing-page .header h2 {
    color: #4ABAE4;
    font-size: 35px;
    font-weight: bold;
    margin: 0px;
    text-transform: none;
}

.landing-page .content {
    color: #FFF;
    font-size: 14px;
    background-color: #000;
}

.landing-page .content .row {
    margin-top: 10px;
    z-index: 100;
}

.landing-page .primary a {
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    z-index: 10000;
}

.landing-page h2, .landing-page h3 {
    color: #FFF;
}

.landing-page h2 {
    width: 100%;
    margin:0px;
    border-bottom: 1px solid #FFF;
    font-weight: 600;
    margin-top: 10px;
}

.landing-page .safety {
    color: #46BBE3;
    border: 1px solid #46BBE3;
    padding: 5px;
}

.landing-page .safety p{
    font-size: 12px;
    margin-bottom: 0px;
}
.landing-page .safety h2,
.landing-page .safety a{
    color: #46BBE3 !important;
    text-align: center;
}

.landing-page h3 {
    font-size: 14px;
    text-decoration: underline;
    text-transform: none;
    margin-bottom: 5px;
}

.landing-page ul li {
    list-style: disc;
    list-style-position: inside;
    line-height: 1;
}

.landing-page .overlay {
    position: absolute;
    opacity: 0.6;
    top: 30px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.landing-page .loop .overlay,
.landing-page .loop-picnic .overlay {
    width: 160px;
}

.landing-page .loop-arc .overlay {
    width: 481px;
}

.landing-page .loop-playfield .overlay {
    width: 212px;
}

.landing-page .boa .overlay {
    width: 291px;
}

.landing-page .hopop .overlay {
    width: 356px;
}

.landing-page .lava .overlay {
    width: 250px;
}

.landing-page .rock .overlay {
    width: 250px;
}

.landing-page .plateau .overlay {
    width: 200px;
}


.landing-page .overlay .img-responsive {
    height: 160px;
    width: auto;
}

.landing-page .primary.loop .content,
.landing-page .primary.loop .price-from  {
    background-color: rgba(255, 129, 85, 0.7);
}

.landing-page .primary.loop-arc .content,
.landing-page .primary.loop-arc .price-from {
    background-color: rgba(196, 117, 146, 0.7);
}

.landing-page .primary.loop-picnic .content,
.landing-page .primary.loop-picnic .price-from {
    background-color: rgba(176, 199, 219, 0.7);
}
.landing-page .primary.loop-playfield .content,
.landing-page .primary.loop-playfield .price-from {
    background-color: rgba(71, 186, 232, 0.7);
}
.landing-page .primary.boa .content,
.landing-page .primary.boa .price-from {
    background-color: rgba(154, 197, 134, 0.7);
}
.landing-page .primary.hopop .content,
.landing-page .primary.hopop .price-from {
    background-color: rgba(255, 195, 58, 0.7);
}
.landing-page .primary.lava .content,
.landing-page .primary.lava .price-from {
    background-color: rgba(207, 109, 205, 0.7);
}
.landing-page .primary.rock .content,
.landing-page .primary.rock .price-from {
    background-color: rgba(150, 155, 120, 0.7);
}

.landing-page .logos img {
    margin: 0 auto;
}

.landing-page .early,
.landing-page .early a:hover  {
    font-size: 30px;
    color: #FB3931 !important;
    text-decoration: underline !important;
    cursor: pointer;
}

.landing-page .secondary a:hover  {
    font-size: 30px;
    color: #3AB4EC !important;
    text-decoration: underline !important;
    cursor: pointer;
}

.landing-page .submit {
    background-color: #808080 !important;
}

.landing-page .largetext {
    font-size: 16px;
    text-align: justify;
}


.landing-page .secondary.loop .content,
.landing-page .secondary.loop .price-from  {
    background-color: rgba(255, 129, 86, 0.7);
    color: #FFF;
}

.landing-page .secondary.loop-arc .content,
.landing-page .secondary.loop-arc .price-from {
    background-color: rgba(197, 170, 153, 0.7);
    color: #FFF;
}

.landing-page .secondary.loop-picnic .content,
.landing-page .secondary.loop-picnic .price-from {
    background-color: rgba(176, 199, 219, 0.7);
    color: #FFF;
}
.landing-page .secondary.loop-playfield .content,
.landing-page .secondary.loop-playfield .price-from {
    background-color: rgba(201, 87, 87, 0.7);
    color: #FFF;
}
.landing-page .secondary.boa .content,
.landing-page .secondary.boa .price-from {
    background-color: rgba(155, 197, 134, 0.7);
    color: #FFF;
}
.landing-page .secondary.hopop .content,
.landing-page .secondary.hopop .price-from {
    background-color: rgba(240, 200, 76, 0.7);
    color: #FFF;
}
.landing-page .secondary.lava .content,
.landing-page .secondary.lava .price-from {
    background-color: rgba(159, 149, 235, 0.7);
    color: #FFF;
}
.landing-page .secondary.plateau .content,
.landing-page .secondary.plateau .price-from {
    background-color: rgba(150, 156, 120, 0.7);
    color: #FFF;
}





.signup {
    font-weight: bold;
    text-decoration: underline;
    color: #000;
}

#mc_embed_signup {
    width: 50% !important;
    margin: 0 auto !important;
    background-color: #DCDCDC !important;
}
@media only screen and (max-width: 768px) {
    #mc_embed_signup {
        width: 92% !important;
        margin: 0 15px !important;
    }
}
.mce_inline_error {
    background-color: #DCDCDC !important;
}
#mc_embed_signup .button {
    background-color: #FF950D !important;
}
#mc_embed_signup .clear {
    width: 350px !important;
    margin: 0 auto !important;
}


.designers-grid {
    position: relative;
}

.designers-grid li {
    overflow: hidden;
    padding: 0px;
}

.designer {
    margin: 7.5px;
    position: relative;
}

.designers-grid .img-responsive {
    width: 100%;
    height: auto;
}

.designer-name {
    position: absolute;
    bottom: 0px;
    margin-bottom: 0px;
    background-color: #52ad94;
    padding-left: 10px;
    font-size: 12px;
    width: 100%;
}

.designer-name a, .designer-name a:hover {
    color: #FFF;
    font-weight: bold;
}

.designer:hover .designer-name {
    opacity: 0;
}

.designer .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 12px;
    padding: 5px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: 2s ease;
}

.designer .overlay a {
    color: #FFF !important;
}

.designer .overlay p {
    line-height: 14px;
}

.designer .overlay:hover {
    opacity: 1;
    cursor: pointer;
}

.cms-home .widget-latest-title .normal-text {
    font-size: 18px;
    font-weight: normal;
}

.product-attachment a:hover {
    cursor: pointer;
}

@media screen and (min-width: 1199px) {
    .case-study-item:not(:last-child) {
        padding-right: 0;
    }
    .case-study-item:not(:last-child) img {
        border-right: 1px solid #D9D9D9;
        padding-right: 15px;
    }
}

/******** NEWS ********/

.fade:not(.show) {
    opacity: 1 !important;
}
.post-list-content {
    padding-top: 50px;
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.post-list-content .row, .news-page-container .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.news-title-container h1 {
    color: #52ad94;
}
.post-image img.img-responsive {
    max-height: none !important;
}
.mp-post-info {
    color: #A9AAAC;
}
.post-short-description p {
    font-weight: bold;
    color: #8C8B93;
}
.read-more {
    font-size: 2rem;
    color: #52ad94;
}
.post-image {
    display: block !important;
}
.border {
    border: 1px solid #dee2e6!important;
}
.p-3 {
    padding: 1rem!important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.my-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.post-info-wraper h2 a {
    color: #52ad94;
    font-weight: 600;
}
.share .fa-share-alt {
    color: #52ad94;
    cursor: pointer;
    font-style: normal;
    font-size: 25px;
}
.post-info-wraper .fa-chevron-right {
    color: #52ad94;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.post-info-wraper {
    display: flex;
    flex-direction: column;
}
.post-item-wraper .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.post-item-wraper {
    padding: 10px !important;
    border: 1px solid #eee;
}
.post-list-item {
    margin-bottom: 20px;
}
.post-info-wraper h2 {
    margin-bottom: 10px;
}
.post-list-content .restrict {
    max-width: 1400px !important;
}
.popover-title {
    margin: 0;
    padding: 1rem;
    font-size: 1.9rem;
    font-weight: 600;
    text-transform: capitalize;
}
.share a:hover, .popover-content a:hover, .popover-content a .fab:hover {
    text-decoration: none;
    color: #52ad94;
}


.popover-body a:hover,.popover-body a .fa:hover{
    text-decoration:none;color:#060D32
}
.mt-0{
    margin-top:0
}
.mr-3{
    margin-right:1rem
}
.popover.fade.show{
    opacity:1
}
.popover-header{
    margin:0;
    padding:1rem !important;
    font-size:1.4rem !important;
    background-color:#eeeeee !important;
    font-weight:700
}
.popover-body{
    font-size:2rem;
    text-align:center;
    padding:10px 0
}

.popover-body i {
    font-style: normal;
}

.popover-body a .fa-facebook-f{
    color:#4867AA
}
.popover-body a .fa-twitter{
    color:#1DA1F2
}
.popover-body a .fa-pinterest{
    color:#BD081B
}
.popover-body a .fa-linkedin{
    color:#0077B5
}


@media screen and (min-width: 992px) {
    .post-item-wraper {
        display: flex;
    }
    .post-item-wraper .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media screen and (max-width: 991px) {
    .post-image {
        margin-bottom: 15px;
    }
}

/****** CASE STUDIES ********/

.next-case-study-btn {
    padding: 10px;
    border-radius: 5px;
    background-color: #52ad94;
    color: #fff!important;
}
.view-banner {
    background-color: #eeeeee;
    width: 100%;
    z-index: 20;
}
.d-flex {
    display: flex;
}
.view-banner-title {
    padding: 10px;
    border-right: 1px solid #53AD94;
}
.view-banner .restrict {
    display: flex;
}
.banner-tabs ul {
    display: flex;
}
.banner-tab {
    transition: all 1000ms ease 0s;
    padding: 10px;
    cursor: pointer;
}
.active-tab {
    background-color: #0BB59D;
    color: #fff;
}
.slide {
    width: 100vw;
    overflow-x: hidden;
    position: relative;
}
.case-study-container {
    width: 300vw;
    transition: all 1000ms ease 0s;
}
.control-arrow {
    position: absolute;
    top: 50%;
    z-index: 20;
    font-size: 40px;
    cursor: pointer;
}
.control-arrow i {
    font-style: normal;
    color: #000;
    opacity: 1;
    transition: all 1000ms ease 0s;
}
.control-arrow.next {
    right: 2%;
}
.control-arrow.prev {
    left: 2%;
}
@media screen and (min-width: 1200px) {
    .h-vw {
        height: 750px;
    }
    .case-study-image {
        display: none;
    }
    .case-study-container {
        margin-left: -100vw;
    }
    .mt-xl-60 {
        margin-top: 60px;
    }
}
@media screen and (max-width: 1199px) {
    .banner-tab.map, #map-container, .control-arrow {
        display: none;
    }
    .case-study-container {
        width: 200vw;
    }
    body.casestudies-index-index {
        overflow-x: hidden;
    }
    .case-study-container .restrict div h2 {
        padding-top: 20px !important;
    }
}

/***** COVID *****/

.covid {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #62BBAE;
}
.covid p {
    margin: 0;
}
.covid p b {
    color: #62BBAE;
}
.slider-block {
    margin-top: -10px !important;
}

/***** FOOTER *****/

.bsfg {
    text-align: center;
}
.bsfg img {
    margin: 0 auto;
}
.social-media-icons {
    margin-top: 25px;
    margin-bottom: 25px;
}
.follow-us {
    color: #269988;
    font-size: 40px;
    font-weight: 700;
    margin-right: 20px;
}
.td-none {
    text-decoration: none !important;
}
.justify-content-center {
    justify-content: center;
}
@media screen and (min-width: 1200px) {
    .social-media-icons img {
        margin: 0 10px;
    }
}
@media screen and (max-width: 1199px) {
    .social-media-icons img {
        max-width: 55px;
    }
}

/******** FOOTER CONTACT FORM *******/
#contact-form .control {
    margin-bottom: 10px;
}
#contact-form .input {
    border-radius: 5px;
    padding: 10px 5px;
    height: inherit;
    line-height: inherit;

}
#contact-form .textarea {
    height: 100px;
    border-radius: 5px;
}
#contact-form .textarea:placeholder {
    color: #757575;
}
#contact-form label {
    color: #fff;
}
#contact-form .submit {
    background-color: transparent;
    border: 3px solid white;
    color:  #fff;
    width: 40%;
}
.mt-auto {
    margin-top: auto;
}
.mw-button {
    max-width: 110px;
}
.fs-16 {
    font-size: 16px;
    color: #fff;
}
.f-white {
    color: #fff;
}
.bold {
    font-weight: bold;
}
.btn-lg {
    font-size: 1.6rem !important;
    border-radius: 8px;
    color: #fff !important;
    background-color: #62bbae;
    font-weight: 700 !important;
    line-height: 1.3333 !important;
    padding: 7px 20px;
    cursor: pointer;
}
.gdpr-label {
    font-size: 1rem;
}
.align-items-center {
    align-items: center;
}
.pb-5, .py-5 {
    padding-bottom: 3rem!important;
}
.pt-5, .py-5 {
    padding-top: 3rem!important;
}
.p-4 {
    padding: 1.5rem!important;
}
.px-4 {
    padding-left: 1.5rem!important;
    padding-right: 1.5rem!important;
}
.pt-4 {
    padding-top: 1.5rem!important;
}
.pb-5 {
    padding-bottom: 3rem!important;
}
.mt-3 {
    margin-top: 1rem;
}
.pt-0, .py-0 {
    padding-top: 0!important;
}
.mr-2, .mx-2 {
    margin-right: .5rem!important;
}
.mt-0, .my-0 {
    margin-top: 0!important;
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
}
.text-center {
    text-align: center!important;
}
.enquiry-container label {
    display: inline-block;
    margin-bottom: .5rem;
}
.enquiry-container textarea {
    background: #fff;
    max-width: 1000px;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px !important;
    height: auto;
    line-height: 1.42857143;
    margin: 0;
    padding: 10px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    resize: vertical;
}
.enquiry-container .col-12, .enquiry-container .col-lg-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.enquiry-container .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.text-left {
    text-align: left!important;
}
@media (min-width: 992px) {
    .enquiry-container .d-lg-flex {
        display: -ms-flexbox!important;
        display: flex!important;
    }
    .enquiry-container .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .pb-lg-0 {
        padding-bottom: 0;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
}

html {
    font-size: 62.5%;
}
body {
    font-size: 1.6rem !important;
    font-family: 'Roboto', sans-serif !important;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Roboto Condensed', sans-serif !important;
    text-transform: uppercase;
}
.btn {
    background-color: #62bbae !important;
}

/******** HEADER *******/

.line-break {
    border-right: 1px solid #e0e7ed;
}
.navbar-nav li {
    margin: 0;
}
.navbar-shadow {
    -webkit-box-shadow: 0px 2px 8px 0px rgba(46,46,46,0.5);
    -moz-box-shadow: 0px 2px 8px 0px rgba(46,46,46,0.5);
    box-shadow: 0px 2px 8px 0px rgba(46,46,46,0.5);
}
.vertical {
    flex-direction: column !important;
}
.nav-link {
    font-weight: 700;
    color: #FAD52D;
}
.nav-link:hover {
    color: #16181b !important;
    text-decoration: none;
    background-color: #fff;
}
.nav-links {
    width: 100%;
}
.vertical .nav-link {
    padding: 0;
}
.vertical .nav-link i {
    display: inline;
}
.vertical .nav-link img {
    margin-left: 5px;
}
.telephone-nav-link {
    font-weight: 500;
}
.top-link {
    font-size: 1.5rem;
    color: #fff!important;
}
.top-link.nav-link {
    font-weight: 400;
}
#navbar-top .nav-item {
    padding-bottom: 0;
    display: flex;
    align-items: center;
}
.dropdown-toggle::after {
    display:none !important;
}
.dropdown-menu {
    color: #FAD52D;
    font-size: 1.6rem;
}
div.dropdown-item, a.dropdown-item {
    font-size: 1.6rem;
}
.dropdown-item a {
    color: #767676;
    line-height: 1.5;
    font-weight: 700;
}
.search-menu.show {
    display: block !important;
}
.search-menu hr {
    border-top: 0.15rem solid;
}
.contact-menu .mx-auto .vertical a {
    font-size: 1.6rem !important;
    font-weight: 500 !important;
    display: flex;
    align-items: center;
}
.contact-menu .mx-auto .vertical h2 {
    font-size: 2.5rem !important;
}
.contact-menu .mx-auto {
    width: 992px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .contact-menu .mx-auto {
        margin: 0 !important;
    }
}
.d-block-o-hidden {
    position: relative;
    display: block;
    overflow: hidden;
}
.social-media-icons {
    margin-top: 25px;
    margin-bottom: 25px;
}
.date-text {
    float: right;
}
.latest-news-overlay .date-text {
    font-size: 2rem;
}
.border-nav {
    border-bottom: 1px solid #009376!important;
}

@media screen and (max-width: 1199px) {
    #maincontent {
        margin-top: 62px;
    }
    nav.navbar{
        padding: 0;
        background-color: transparent !important;
    }
    .navbar-main {
        width: 100%;
        padding: 0;
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #fff !important;
    }
    .navbar-brand {
        padding: 0.5rem;
        max-width: 200px;
    }
    .navbar-toggler {
        margin: 0 1rem;
        font-size: 1rem;
        padding: .20rem .5rem;
    }
    .contact-link {
        padding-right: 10px;
        color: #269988 !important;
    }
    .phone {
        font-size: 2.3rem;
    }
    .email {
        font-size: 2.5rem;
    }
    .nav-link {
        padding-left: 1rem !important;
        background-color: #dfe4e8;
        border-bottom: 1px solid #dcdcdc;
    }
    .nav-links {
        width: 70%;
    }
    .show-mobile {
        display: block;
    }
    .dropdown-menu {
        border: 0;
        background-color: #fff;
    }
    .dropdown-menu a:last-child {
        border-bottom: 0;
    }
    .dropdown-item {
        border-bottom: 1px solid #dcdcdc;
    }
    .overlay {
        position: fixed;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.5);
        z-index: 2;
        cursor: pointer;
    }

    /****** CSS taken from Tooth Express *******/
    .minisearch {
        padding: 0 15px;
        position: relative;
        margin: 15px 0;
    }
    .minisearch input {
        border-radius: 10px;
        height: 40px;
        background: #fff;
        background-clip: padding-box;
        border: 1px solid #c2c2c2;
        font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-size: 14px;
        line-height: 1.42857143;
        padding: 0 9px;
        vertical-align: baseline;
        width: 100%;
        box-sizing: border-box;
    }
    .minisearch .search-autocomplete {
        display: none;
        margin-top: -15px;
        overflow: hidden;
        position: absolute;
        z-index: 3;
    }
    .minisearch .actions {
        position: absolute;
        top: 8px;
        right: 25px;
    }
    .minisearch button {
        border: none;
        background-color: transparent;
        padding: 0;
        color: #c2c2c2;
    }
    .w3-animate-right {
        position: relative;
        animation: animateright 0.4s;
    }
    @keyframes animateright {
        from{
            right: -300px;
            opacity: 0
        } to {
            right: 0;
            opacity: 1
        }
    }

    /******* CSS taken from https://www.codeply.com/go/Nu4fAIThY8/bootstrap-4-navbar-mobile-slide-left *******/
    .navbar-collapse {
        right: 0;
        max-height: calc(100vh - 91px);
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .navbar-collapse.collapsing {
        height: auto;
        -webkit-transition: right 0.3s ease;
        -o-transition: right 0.3s ease;
        -moz-transition: right 0.3s ease;
        transition: right 0.3s ease;
        right: -100%;
    }

    .social-media-icons img {
        max-width: 55px;
    }
}

@media screen and (min-width: 1200px) {
    .navbar-collapse .container {
        max-width: 1400px !important;
    }
    #maincontent {
        margin-top: 125px;
    }
    #navbar-top {
        background-color: #AAAAAA;
        overflow: auto;
    }
    #top-social a {
        color: #fff;
        margin-right: 10px;
        font-weight: 400;
    }
    .navbar-collapse h3 {
        font-weight: 700 !important;
        font-size: 2.2rem;
    }
    .navbar-collapse, .navbar-collapse .dropdown-menu {
        font-size: 1.6rem;
    }
    .navbar-collapse .dropdown-menu {
        margin-top: 0;
    }
    .w-xl-50 {
        width: 50%;
    }
    .w-xl-50 .nav-link, .w-xl-50 a:visited, .w-xl-50 a {
        color: #666666 !important;
    }
    .products-dropdown-menu {
        position: absolute;
        width: 100%;
        z-index: 10000;
        background-color: #fff;
    }
    .products-menu-sub {
        position: absolute;
        right: -160px;
        top: 0;
        padding: 5px;
        background: #fff;
        z-index: 10000;
        width: 100%;
    }
    .products-dropdown-menu li {
        text-align: left;
        padding: 0 15px 5px;
        line-height: 1.5;
    }
    .navbar-brand {
        padding-bottom: .7rem;
    }
    .lg-invisible {
        visibility: hidden;
    }
    .dropdown {
        position: static !important;
    }
    .dropdown-menu {
        width: 100%;
        border-top: 0px !important;
        border-right: 0px !important;
        border-left: 0px !important;
        border-bottom: 1px solid rgba(0,0,0,.15) !important;
    }
    .dropdown-menu.show {
        display: flex !important;
    }
    .dropdown-menu.show .mx-auto {
        display: inline-flex;
    }
    .dropdown-item {
        font-size: 1.4rem;
        display: grid;
        font-weight: 700;
        margin: .25rem .4rem;
        padding: 0;
        white-space: normal;
        color: #767676;
    }
    .dropdown-item .products-dropdown-menu a {
        font-size: 1.4rem;
        font-weight: 700;
    }
    .dropdown-item .products-dropdown-menu ul {
        list-style: none;
    }
    .dropdown-item .products-menu-sub a {
        font-size: 1.3rem;
        font-weight: 500;
    }
    .dropdown-item:hover .products-dropdown-menu a:hover {
        color: #16181b;
        text-decoration: none;
    }
    .view-all-width {
        width: 30%;
    }
    .search-nav-link .fa-search {
        margin-right: 5px;
    }
    .search-nav-link input {
        width: 0px;
        padding: 0;
        transition: width .5s, padding .5s;
    }
    .search-nav-link:hover input, .search-nav-link input:focus {
        width: 165px;
        padding: 0 9px;
    }
    .minisearch {
        display: flex;
    }
    .minisearch .search {
        width: 100%;
    }
    .minisearch .control input {
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        font-weight: 600;
        text-align: center;
        border-top: 0;
        border-right: 0;
        border-left: 0;
        border-bottom: 1px solid #767676;
        color: #646363;
    }
    .minisearch .control input::placeholder {
        color: #646363;
    }
    .minisearch .actions button {
        border: 0;
        background-color: #646363;
        font-size: 3rem;
        color: white;
        padding: 14.5px;
        border-radius: 0;
    }
    .minisearch .actions button:hover {
        background: #e2e2e2;
        color: #555;
    }
    .minisearch .actions .fa-search {
        font-size: 3rem;
    }
    .search-lower-menu {
        display: flex;
    }
    .search-lower-menu .mx-auto {
        width: 70%;
    }
    .close-icon {
        display: none;
    }
    .close-icon-container {
        width: 102.5px;
    }
    .news-overlay {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 50%;
        padding: 0px 10px;
        font-size: 1.7rem;
        color: #fff;
        font-weight: 400;
        background-color: rgba(0,0,0,0.5);
    }
    .social-media-icons img {
        margin: 0 10px;
    }
}

.products-dropdown-menu, .products-menu-sub {
    display: none;
}

/***** CASE STUDIES *****/

.cs-heading {
    position: relative;
    margin: 0 auto;
    width: 100%;
}
#cs-carousel .carousel-control-next, #cs-carousel .carousel-control-prev {
    width: 7%;
}
#cs-carousel .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e") !important;
}
 #cs-carousel .carousel-control-prev-icon {
     background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
 }
 .next-case-study-btn .fa {
     color: #fff;
 }
 .cursor-pointer {
     cursor: pointer;
 }
 .p-side .designer-image img {
     width: 100%;
 }
 @media screen and (max-width: 991px) {
     .p-side {
         padding: 0 15px;
     }
     .p-content {
         padding: 0 30px
     }
     .p-content h2 {
         font-weight: 700;
     }
     .cs-heading {
         position: absolute;
         top: 0;
     }
     .cs-heading .mheading1 {
         top: 0;
         background: #A1A1A1;
         padding-left: 15px;
     }
     .cs-h2 {
         padding-left: 20px;
         font-weight: 700;
     }
     .cs-content iframe {
         width: 100%;
     }
     .cs-fcs {
         padding: 0 20px;
     }
     .cs-ncs {
         display: flex;
         justify-content: center;
     }
 }

 /***** DESIGNERS *****/

@media screen and (min-width: 768px) {
    .d-h1 {
        text-transform: none;
        text-align: left;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }
}
@media screen and (max-width: 767px) {
    .d-h1 {
        text-align: center;
        margin-top: 20px;
    }
}

.xmas-banner {
	background-color: #494949;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}
.xmas-banner p {
	margin-bottom: 0px;
}

.xmas-banner i {
	color: #FFF !important;
}
.xmas-banner span {
	font-style: italic;
	color: #FFF !important;
}

.cky-box-bottom-left {
  top: 10%;
  left: 50% !important;
  transform: translate(-50%, 0);
}

#contact-form input[type=text],#contact-form input[type=password],#contact-form input[type=url],#contact-form input[type=tel],#contact-form input[type=search],#contact-form input[type=number],#contact-form input[type*=date],#contact-form input[type=email] {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box
}

#contact-form label {
    text-transform: none;
    font-weight: bold
}

#contact-form select {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 5px 10px 4px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}

#contact-form textarea {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: auto;
    line-height: 1.42857143;
    margin: 0;
    padding: 10px;
    vertical-align: baseline;
    width: 100%;
	max-width: 100%;
    box-sizing: border-box;
    resize: vertical;
}

#contact-form form {
	display: flex;
	flex-wrap: wrap;
	max-width: 1060px;
	margin: 0 auto;
	background-color: rgba(110,109,107,.8);
	padding: 1.5rem 1.5rem 3rem;
	border-radius: 20px;
}

#contact-form h2 {
	width: 100%;
	text-align: center;
	color: #FFF;
	margin: 1.5rem 0;
    font-size: 2.6rem
}

.gf__text {
	width: 100%;
}

.gf__control {
	flex: 0 0 50%;
    max-width: 50%;
	padding-right: 15px;
    padding-left: 15px;
	margin-bottom: 10px;
}

.gf__control label {
	padding: 0;
	font-size: 1.6rem;
}

.gf__control input {
	border-radius: 5px !important;
    padding: 10px 5px;
}

.gf__control select {
	border-radius: 5px !important;
}

.gf__control textarea {
    height: 100px;
    border-radius: 5px !important;
}

.gf__submit {
	margin-top: 27px;
	display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	font-size: 1.8rem;
    border-radius: 8px;
    color: #fff !important;
    background-color: #275b90;
    font-weight: 700;
    padding: 7px 20px;
    cursor: pointer;
}

.gf__submit:hover {
	background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #555;
}

.gf__control__label__checkbox {
	font-weight: 400 !important;
}

.gf__control .gf__control__input-container:has(.gf__control__input--checkbox) {
	display: flex;
	align-items: flex-start;
}

.gf__status-message {
	color: #FFF;
}

.fs-20 {
	font-size: 20px;
}

.f-white p{
	color: #FFF;
}

.bg-grey {
	background-color: #5D6161;
}

.crowd-brand {
	background-color: #424242;
	text-align: center;
	padding: 20px;
}

.crowd-brand img {
	margin: 0 auto;
}

#caseStudyMoved .modal-content {
	background-image: url(media/theme/bsfg-rhombus.svg);
	background-repeat: no-repeat;
    background-size: 148%;
    background-position: -121px;
	border-radius: 15px;
}

#caseStudyMoved .modal-body {
	padding: 5rem;
	color: #666;
	font-weight: bolder;
	text-align: center;
}

#caseStudyMoved .bsfg-visit {
	border-radius: 10px;
    background-color: #666;
    color: #FFF;
    padding: 10px 20px;
    border: none;
}

#caseStudyMoved h2 {
	font-weight: 700;
	text-transform: none;
}

#caseStudyMoved .stay {
	cursor: pointer;
}