::-webkit-scrollbar {
    width: 12px;
    border: none;
}

::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

body {
    font-family: open sans,microsoft yahei,wenquanyi micro hei,sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 12px;
    line-height: 20px;
}

h1,h2,h3,h4,h5,h6 {
    color: #444;
}

.fa {
}

h1 {
    font-size: 33px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a:hover {
    text-decoration: none;
}

legend {
    font-size: 18px;
    padding: 7px 0;
}

label {
    font-size: 12px;
    font-weight: 400;
}

select.form-control,textarea.form-control,input[type=text].form-control,input[type=password].form-control,input[type=datetime].form-control,input[type=datetime-local].form-control,input[type=date].form-control,input[type=month].form-control,input[type=time].form-control,input[type=week].form-control,input[type=number].form-control,input[type=email].form-control,input[type=url].form-control,input[type=search].form-control,input[type=tel].form-control,input[type=color].form-control {
    font-size: 12px;
}

.input-group input,.input-group select,.input-group .dropdown-menu,.input-group .popover {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

span.hidden-xs,span.hidden-sm,span.hidden-md,span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:before {
    content: '* ';
    color: red;
    font-weight: 700;
}

#content {
    min-height: 600px;
}

.alert {
    padding: 8px 14px;
}

.breadcrumb {
    margin: 30px 0 20px;
    padding: 8px 0;
    border: 1px solid #ddd;
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb>li {
    text-shadow: 0 1px 0 #fff;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}

.breadcrumb>li+li:before {
    content: '';
    padding: 0;
}

.breadcrumb>li:after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    right: -5px;
    width: 26px;
    height: 26px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pagination {
    margin: 0;
}

.buttons {
    margin: 1em 0;
    overflow: auto;
}

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.btn-group>.btn,.btn-group>.dropdown-menu,.btn-group>.popover {
    font-size: 12px;
}

.btn-group>.btn-xs {
    font-size: 9px;
}

.btn-group>.btn-sm {
    font-size: 10.2px;
}

.btn-group>.btn-lg {
    font-size: 15px;
}

.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom,#eeeeee,#dddddd);
    background-repeat: repeat-x;
    border-color: #ddd #ddd #b3b3b3 #b7b7b7;
}

.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #229ac8;
    background-image: linear-gradient(to bottom,#23a1d1,#1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

.btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled] {
    background-color: #1f90bb;
    background-position: 0 -15px;
}

.btn-warning {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom,#fbb450,#f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0,0,0,.1);
}

.btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0,0,0,.1);
}

.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom,#62c462,#51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0,0,0,.1);
}

.btn-info {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom,#e06342,#dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #23a1d1;
    border-radius: 0;
}

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

.btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom,#444444,#222222);
    background-repeat: repeat-x;
    border-color: #222 #222 #000;
}

.btn-inverse:hover,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled] {
    background-color: #222;
    background-image: linear-gradient(to bottom,#333333,#111111);
}

.list-group a {
    border: 1px solid #ddd;
    color: #888;
    padding: 8px 12px;
}

.list-group a.active,.list-group a.active:hover,.list-group a:hover {
    color: #444;
    background: #eee;
    border: 1px solid #ddd;
    text-shadow: 0 1px 0 #fff;
}

.carousel-caption {
    color: #fff;
    text-shadow: 0 1px 0 #000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

.product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;
}

.product-thumb .image {
    text-align: center;
}

.product-thumb .image a {
    display: block;
}

.product-thumb .image a:hover {
    opacity: .8;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}

.product-grid .product-thumb .image {
    float: none;
}

@media(min-width:767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 15px;
    }
}

.product-thumb h4 {
    font-weight: 700;
}

.product-thumb .caption {
    padding: 0 20px;
    min-height: 180px;
}

.product-list .product-thumb .caption {
    margin-left: 230px;
}

@media(max-width:1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}

@media(max-width:767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }

    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

.product-thumb .rating {
    padding-bottom: 10px;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #fc0;
    font-size: 15px;
}

.rating .fa-star+.fa-star-o {
    color: #e69500;
}

h2.price {
    margin: 0;
}

.product-thumb .price {
    color: #444;
}

.product-thumb .price-new {
    font-weight: 600;
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}

@media(max-width:768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}

.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.product-thumb .button-group button+button {
    width: 20%;
    border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

@media(max-width:1200px) {
    .product-thumb .button-group button,.product-thumb .button-group button+button {
        width: 33.33%;
    }
}

@media(max-width:767px) {
    .product-thumb .button-group button,.product-thumb .button-group button+button {
        width: 33.33%;
    }
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails>li {
    margin-left: 20px;
}

.thumbnails {
    margin-left: -20px;
}

.thumbnails>img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}

.image-additional {
    max-width: 78px;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

.flexslider .slides img {
    width: inherit;
}

.flexslider.carousel .slides img {
    width: auto;
}

.slides {
    padding: 0;
    margin: 0;
    list-style: none;
}

.slides li {
    text-align: center;
}

.slides li img {
    text-align: center;
}

.flex-direction-nav a:before {
    line-height: 40px;
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
}

.bubblingG {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    margin: -36px 0 0 -57px;
    width: 115px;
    height: 73px;
}

.bubblingG span {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin: 36px auto;
    background: #787878;
    -moz-border-radius: 72px;
    -moz-animation: bubblingG 1.7s infinite alternate;
    -webkit-border-radius: 72px;
    -webkit-animation: bubblingG 1.7s infinite alternate;
    -ms-border-radius: 72px;
    -ms-animation: bubblingG 1.7s infinite alternate;
    -o-border-radius: 72px;
    -o-animation: bubblingG 1.7s infinite alternate;
    border-radius: 72px;
    animation: bubblingG 1.7s infinite alternate;
}

#bubblingG_1 {
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}

#bubblingG_2 {
    -moz-animation-delay: .51s;
    -webkit-animation-delay: .51s;
    -ms-animation-delay: .51s;
    -o-animation-delay: .51s;
    animation-delay: .51s;
}

#bubblingG_3 {
    -moz-animation-delay: 1.02s;
    -webkit-animation-delay: 1.02s;
    -ms-animation-delay: 1.02s;
    -o-animation-delay: 1.02s;
    animation-delay: 1.02s;
}

@-moz-keyframes bubblingG {
    0% {
        width: 14px;
        height: 14px;
        background-color: #787878;
        -moz-transform: translateY(0);
    }

    100% {
        width: 35px;
        height: 35px;
        background-color: #fff;
        -moz-transform: translateY(-30px);
    }
}

@-webkit-keyframes bubblingG {
    0% {
        width: 14px;
        height: 14px;
        background-color: #787878;
        -webkit-transform: translateY(0);
    }

    100% {
        width: 35px;
        height: 35px;
        background-color: #fff;
        -webkit-transform: translateY(-30px);
    }
}

@-ms-keyframes bubblingG {
    0% {
        width: 14px;
        height: 14px;
        background-color: #787878;
        -ms-transform: translateY(0);
    }

    100% {
        width: 35px;
        height: 35px;
        background-color: #fff;
        -ms-transform: translateY(-30px);
    }
}

@-o-keyframes bubblingG {
    0% {
        width: 14px;
        height: 14px;
        background-color: #787878;
        -o-transform: translateY(0);
    }

    100% {
        width: 35px;
        height: 35px;
        background-color: #fff;
        -o-transform: translateY(-30px);
    }
}

@keyframes bubblingG {
    0% {
        width: 14px;
        height: 14px;
        background-color: #787878;
        transform: translateY(0);
    }

    100% {
        width: 35px;
        height: 35px;
        background-color: #fff;
        transform: translateY(-30px);
    }
}/*!* Bootstrap v3.0.3 (http://getbootstrap.com)
* Copyright 2014 Twitter, Inc.
* Licensed under http://www.apache.org/licenses/LICENSE-2.0*//*!normalize.css v2.1.3 | MIT License | git.io/normalize*/article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block;
}

audio,canvas,video {
    display: inline-block;
}

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

[hidden],template {
    display: none;
}

#header-menu {
    margin-top: 15px;
}

html {
    font-family: microsoft yahei,wenquanyi micro hei,sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a {
    background: 0 0;
}

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

h1 {
    margin: .67em 0;
}

b,strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

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

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

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

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

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

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 0;
}

button,input,select,textarea {
    margin: 0;
}

button,select {
    text-transform: none;
}

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

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

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

input[type=search] {
    -webkit-appearance: textfield;
}

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

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

textarea {
    overflow: auto;
    vertical-align: top;
}

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

@media print {
    * {
        color: #000!important;
        text-shadow: none!important;
        background: 0 0!important;
        box-shadow: none!important;
    }

    a,a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after,a[href^="#"]:after {
        content: "";
    }

    blockquote,pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img,tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100%!important;
    }@    page {
        margin: 2cm .5cm;
    }

    h2,h3,p {
        orphans: 3;
        widows: 3;
    }

    h2,h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff!important;
    }

    .navbar {
        display: none;
    }

    .table td,.table th {
        background-color: #fff!important;
    }

    .btn>.caret,.dropup>.btn>.caret {
        border-top-color: #000!important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse!important;
    }

    .table-bordered td,.table-bordered th {
        border: 1px solid #ddd!important;
    }
}

*,:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: helvetica neue,Helvetica,Arial,microsoft yahei,wenquanyi micro hei,sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff;
}

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

a {
    color: #428bca;
    text-decoration: none;
}

a:focus,a:hover {
    color: #2a6496;
    text-decoration: underline;
}

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

img {
    vertical-align: middle;
}

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

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

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

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

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

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

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: helvetica neue,Helvetica,Arial,microsoft yahei,wenquanyi micro hei,sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

p {
    margin: 0 0 10px;
}

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

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

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

cite {
    font-style: normal;
}

.text-muted {
    color: #999;
}

.text-primary {
    color: #428bca;
}

.text-primary:hover {
    color: #3071a9;
}

.text-warning {
    color: #8a6d3b;
}

.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

.text-danger:hover {
    color: #843534;
}

.text-success {
    color: #3c763d;
}

.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

.text-info:hover {
    color: #245269;
}

.text-left {
    text-align: left;
}

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

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

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ol,ul {
    margin-top: 0;
    margin-bottom: 10px;
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0;
}

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

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

.list-inline>li:first-child {
    padding-left: 0;
}

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

dd,dt {
    line-height: 1.428571429;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

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

    .dl-horizontal dd {
        margin-left: 180px;
    }

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

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

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

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

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

blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25;
}

blockquote p:last-child {
    margin-bottom: 0;
}

blockquote .small,blockquote small {
    display: block;
    line-height: 1.428571429;
    color: #999;
}

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

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

blockquote.pull-right .small,blockquote.pull-right p,blockquote.pull-right small {
    text-align: right;
}

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

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

blockquote:after,blockquote:before {
    content: "";
}

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

code,kbd,pre,samp {
    font-family: Menlo,Monaco,Consolas,courier new,monospace;
}

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

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

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

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

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

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

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

.row:after {
    clear: both;
}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    float: left;
}

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

.col-xs-11 {
    width: 91.66666666666666%;
}

.col-xs-10 {
    width: 83.33333333333334%;
}

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

.col-xs-8 {
    width: 66.66666666666666%;
}

.col-xs-7 {
    width: 58.333333333333336%;
}

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

.col-xs-5 {
    width: 41.66666666666667%;
}

.col-xs-4 {
    width: 33.33333333333333%;
}

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

.col-xs-2 {
    width: 16.666666666666664%;
}

.col-xs-1 {
    width: 8.333333333333332%;
}

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

.col-xs-pull-11 {
    right: 91.66666666666666%;
}

.col-xs-pull-10 {
    right: 83.33333333333334%;
}

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

.col-xs-pull-8 {
    right: 66.66666666666666%;
}

.col-xs-pull-7 {
    right: 58.333333333333336%;
}

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

.col-xs-pull-5 {
    right: 41.66666666666667%;
}

.col-xs-pull-4 {
    right: 33.33333333333333%;
}

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

.col-xs-pull-2 {
    right: 16.666666666666664%;
}

.col-xs-pull-1 {
    right: 8.333333333333332%;
}

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

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

.col-xs-push-11 {
    left: 91.66666666666666%;
}

.col-xs-push-10 {
    left: 83.33333333333334%;
}

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

.col-xs-push-8 {
    left: 66.66666666666666%;
}

.col-xs-push-7 {
    left: 58.333333333333336%;
}

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

.col-xs-push-5 {
    left: 41.66666666666667%;
}

.col-xs-push-4 {
    left: 33.33333333333333%;
}

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

.col-xs-push-2 {
    left: 16.666666666666664%;
}

.col-xs-push-1 {
    left: 8.333333333333332%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:768px) {
    .col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666666666666%;
    }

    .col-sm-10 {
        width: 83.33333333333334%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666666666666%;
    }

    .col-sm-7 {
        width: 58.333333333333336%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666666666667%;
    }

    .col-sm-4 {
        width: 33.33333333333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.666666666666664%;
    }

    .col-sm-1 {
        width: 8.333333333333332%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666666666666%;
    }

    .col-sm-pull-10 {
        right: 83.33333333333334%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666666666666%;
    }

    .col-sm-pull-7 {
        right: 58.333333333333336%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666666666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.666666666666664%;
    }

    .col-sm-pull-1 {
        right: 8.333333333333332%;
    }

    .col-sm-pull-0 {
        right: 0;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666666666666%;
    }

    .col-sm-push-10 {
        left: 83.33333333333334%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666666666666%;
    }

    .col-sm-push-7 {
        left: 58.333333333333336%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666666666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.666666666666664%;
    }

    .col-sm-push-1 {
        left: 8.333333333333332%;
    }

    .col-sm-push-0 {
        left: 0;
    }

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

    .col-sm-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333333334%;
    }

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

    .col-sm-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-sm-offset-7 {
        margin-left: 58.333333333333336%;
    }

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

    .col-sm-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333333333%;
    }

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

    .col-sm-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-sm-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media(min-width:992px) {
    .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666666666666%;
    }

    .col-md-10 {
        width: 83.33333333333334%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666666666666%;
    }

    .col-md-7 {
        width: 58.333333333333336%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666666666667%;
    }

    .col-md-4 {
        width: 33.33333333333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.666666666666664%;
    }

    .col-md-1 {
        width: 8.333333333333332%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666666666666%;
    }

    .col-md-pull-10 {
        right: 83.33333333333334%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666666666666%;
    }

    .col-md-pull-7 {
        right: 58.333333333333336%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666666666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.666666666666664%;
    }

    .col-md-pull-1 {
        right: 8.333333333333332%;
    }

    .col-md-pull-0 {
        right: 0;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666666666666%;
    }

    .col-md-push-10 {
        left: 83.33333333333334%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666666666666%;
    }

    .col-md-push-7 {
        left: 58.333333333333336%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666666666667%;
    }

    .col-md-push-4 {
        left: 33.33333333333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.666666666666664%;
    }

    .col-md-push-1 {
        left: 8.333333333333332%;
    }

    .col-md-push-0 {
        left: 0;
    }

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

    .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }

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

    .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }

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

    .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }

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

    .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media(min-width:1200px) {
    .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666666666666%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666666666666%;
    }

    .col-lg-pull-10 {
        right: 83.33333333333334%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666666666666%;
    }

    .col-lg-pull-7 {
        right: 58.333333333333336%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666666666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.666666666666664%;
    }

    .col-lg-pull-1 {
        right: 8.333333333333332%;
    }

    .col-lg-pull-0 {
        right: 0;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666666666666%;
    }

    .col-lg-push-10 {
        left: 83.33333333333334%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666666666666%;
    }

    .col-lg-push-7 {
        left: 58.333333333333336%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666666666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.666666666666664%;
    }

    .col-lg-push-1 {
        left: 8.333333333333332%;
    }

    .col-lg-push-0 {
        left: 0;
    }

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

    .col-lg-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333333334%;
    }

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

    .col-lg-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333333336%;
    }

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

    .col-lg-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }

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

    .col-lg-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-lg-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

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

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th {
    border-top: 0;
}

.table>tbody+tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th {
    padding: 5px;
}

.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}

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

.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5;
}

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

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

.table>tbody>.active>td,.table>tbody>.active>th,.table>tbody>tr>.active,.table>tfoot>.active>td,.table>tfoot>.active>th,.table>tfoot>tr>.active,.table>thead>.active>td,.table>thead>.active>th,.table>thead>tr>.active {
    background-color: #f5f5f5;
}

.table-hover>tbody>.active:hover>td,.table-hover>tbody>.active:hover>th,.table-hover>tbody>tr>.active:hover {
    background-color: #e8e8e8;
}

.table>tbody>.success>td,.table>tbody>.success>th,.table>tbody>tr>.success,.table>tfoot>.success>td,.table>tfoot>.success>th,.table>tfoot>tr>.success,.table>thead>.success>td,.table>thead>.success>th,.table>thead>tr>.success {
    background-color: #dff0d8;
}

.table-hover>tbody>.success:hover>td,.table-hover>tbody>.success:hover>th,.table-hover>tbody>tr>.success:hover {
    background-color: #d0e9c6;
}

.table>tbody>.danger>td,.table>tbody>.danger>th,.table>tbody>tr>.danger,.table>tfoot>.danger>td,.table>tfoot>.danger>th,.table>tfoot>tr>.danger,.table>thead>.danger>td,.table>thead>.danger>th,.table>thead>tr>.danger {
    background-color: #f2dede;
}

.table-hover>tbody>.danger:hover>td,.table-hover>tbody>.danger:hover>th,.table-hover>tbody>tr>.danger:hover {
    background-color: #ebcccc;
}

.table>tbody>.warning>td,.table>tbody>.warning>th,.table>tbody>tr>.warning,.table>tfoot>.warning>td,.table>tfoot>.warning>th,.table>tfoot>tr>.warning,.table>thead>.warning>td,.table>thead>.warning>th,.table>thead>tr>.warning {
    background-color: #fcf8e3;
}

.table-hover>tbody>.warning:hover>td,.table-hover>tbody>.warning:hover>th,.table-hover>tbody>tr>.warning:hover {
    background-color: #faf2cc;
}

@media(max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        border: 1px solid #ddd;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
    }

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

    .table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th {
        white-space: nowrap;
    }

    .table-responsive>.table-bordered {
        border: 0;
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0;
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0;
    }

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

fieldset {
    border: 0;
}

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

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=checkbox],input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type=file] {
    display: block;
}

select[multiple],select[size] {
    height: auto;
}

select optgroup {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
}

input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

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

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.form-control:-moz-placeholder {
    color: #999;
}

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

textarea.form-control {
    height: auto;
}

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

.checkbox,.radio {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}

.checkbox label,.radio label {
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio] {
    float: left;
    margin-left: -20px;
}

.checkbox+.checkbox,.radio+.radio {
}

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

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

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

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

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm {
    height: auto;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg {
    height: auto;
}

.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline {
    color: #8a6d3b;
}

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

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

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

.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline {
    color: #a94442;
}

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

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

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

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

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

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

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

.form-control-static {
    margin-bottom: 0;
}

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

@media(min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
    }

    .form-inline select.form-control {
        width: auto;
    }

    .form-inline .checkbox,.form-inline .radio {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio] {
        float: none;
        margin-left: 0;
    }
}

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

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

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

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

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

.form-horizontal .form-control-static {
    padding-top: 7px;
}

@media(min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}

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

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

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

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

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

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

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

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

.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc;
}

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

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-primary.active,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
}

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

.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-primary .badge {
    color: #428bca;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning.active,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512;
}

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

.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

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

.btn-danger.active,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
}

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

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

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

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

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

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

.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info.active,.btn-info:active,.btn-info:focus,.btn-info:hover,.open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc;
}

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

.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-link {
    font-weight: 400;
    color: #428bca;
    cursor: pointer;
    border-radius: 0;
}

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

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

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

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

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

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

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease;
}

@font-face {
    font-family:glyphicons halflings;src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular) format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: glyphicons halflings;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon:empty {
    width: 1em;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    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,.dropdown-menu div.top_block>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
}

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

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

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

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

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

.open>a {
    outline: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999;
}

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

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

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

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

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

.btn-group,.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group-vertical>.btn,.btn-group>.btn {
    position: relative;
    float: left;
}

.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover {
    z-index: 2;
}

.btn-group-vertical>.btn:focus,.btn-group>.btn:focus {
    outline: 0;
}

.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:after,.btn-toolbar:before {
    display: table;
    content: " ";
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar .btn-group {
    float: left;
}

.btn-toolbar>.btn+.btn,.btn-toolbar>.btn+.btn-group,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn-group+.btn-group {
    margin-left: 5px;
}

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

.btn-group>.btn:first-child {
    margin-left: 0;
}

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

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

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

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

.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

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

.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

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

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

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before {
    display: table;
    content: " ";
}

.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-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    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>.btn:last-child,.btn-group-vertical>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

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

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

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

[data-toggle=buttons]>.btn>input[type=checkbox],[data-toggle=buttons]>.btn>input[type=radio] {
    display: none;
}

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

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

.input-group .form-control {
    width: 100%;
    margin-bottom: 0;
}

.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

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

textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn {
    height: auto;
}

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

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

textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn {
    height: auto;
}

.input-group .form-control,.input-group-addon,.input-group-btn {
    display: table-cell;
}

.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.input-group-addon input[type=checkbox],.input-group-addon input[type=radio] {
    margin-top: 0;
}

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

.input-group-addon:first-child {
    border-right: 0;
}

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

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    white-space: nowrap;
}

.input-group-btn:first-child>.btn {
    margin-right: -1px;
}

.input-group-btn:last-child>.btn {
    margin-left: -1px;
}

.input-group-btn>.btn {
    position: relative;
}

.input-group-btn>.btn+.btn {
    margin-left: -4px;
}

.input-group-btn>.btn:active,.input-group-btn>.btn:hover {
    z-index: 2;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

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

.nav:after {
    clear: both;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav>li>a:focus,.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
}

.nav>li.disabled>a {
    color: #999;
}

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

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

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

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

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

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

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

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

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

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

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

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
    }
}

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

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

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

    .nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff;
    }
}

.nav-pills>li {
    float: left;
}

.nav-pills>li>a {
    border-radius: 4px;
}

.nav-pills>li+li {
    margin-left: 2px;
}

.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #428bca;
}

.nav-stacked>li {
    float: none;
}

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

.nav-justified {
    width: 100%;
}

.nav-justified>li {
    float: none;
}

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

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

@media(min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified>li>a {
        margin-bottom: 0;
    }
}

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

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

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

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

    .nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff;
    }
}

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

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

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

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

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

.navbar:after {
    clear: both;
}

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

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

.navbar-header:after {
    clear: both;
}

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

.navbar-collapse {
    max-height: 340px;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch;
}

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

.navbar-collapse:after {
    clear: both;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media(min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.container>.navbar-collapse,.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

@media(min-width:768px) {
    .container>.navbar-collapse,.container>.navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media(min-width:768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-bottom,.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media(min-width:768px) {
    .navbar-fixed-bottom,.navbar-fixed-top {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand:focus,.navbar-brand:hover {
    text-decoration: none;
}

@media(min-width:768px) {
    .navbar>.container .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

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

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

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

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media(max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none;
    }
}

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

    .navbar-nav>li {
        float: left;
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }
}

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

    .navbar-right {
        float: right!important;
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
}

@media(min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
    }

    .navbar-form select.form-control {
        width: auto;
    }

    .navbar-form .checkbox,.navbar-form .radio {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio] {
        float: none;
        margin-left: 0;
    }
}

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

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

    .navbar-form.navbar-right:last-child {
        margin-right: -15px;
    }
}

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

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

.navbar-nav.pull-right>li>.dropdown-menu,.navbar-nav>li>.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

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

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

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

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

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

    .navbar-text.navbar-right:last-child {
        margin-right: 0;
    }
}

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

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

.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a,.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ccc;
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7;
}

@media(max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

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

.navbar-inverse .navbar-brand {
    color: #999;
}

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

.navbar-inverse .navbar-nav>li>a,.navbar-inverse .navbar-text {
    color: #999;
}

.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808;
}

.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #080808;
}

@media(max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #999;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #999;
}

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

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

.breadcrumb>li {
    display: inline-block;
}

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

.breadcrumb>.active {
    color: #999;
}

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

.pagination>li {
    display: inline;
}

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

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

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

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

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

.pagination-lg>li>a,.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
}

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

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

.pagination-sm>li>a,.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
}

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

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

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

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

.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:focus,.pager li>a:hover {
    text-decoration: none;
    background-color: #eee;
}

.pager .next>a,.pager .next>span {
    float: right;
}

.pager .previous>a,.pager .previous>span {
    float: left;
}

.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    position: absolute;
    left: 1px;
    top: 10px;
    border-radius: .25em;
}

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

.label:empty {
    display: none;
}

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

.label-default {
    background-color: #999;
}

.label-default[href]:focus,.label-default[href]:hover {
    background-color: gray;
}

.label-primary {
    background-color: #428bca;
}

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

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:focus,.label-success[href]:hover {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:focus,.label-info[href]:hover {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:focus,.label-warning[href]:hover {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:focus,.label-danger[href]:hover {
    background-color: #c9302c;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

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

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

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

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

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eee;
}

.jumbotron .h1,.jumbotron h1 {
    line-height: 1;
    color: inherit;
}

.jumbotron p {
    line-height: 1.4;
}

.container .jumbotron {
    border-radius: 6px;
}

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

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron .h1,.jumbotron h1 {
        font-size: 63px;
    }
}

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

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

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

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: 700;
}

.alert>p,.alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-dismissable {
    padding-right: 35px;
}

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

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

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

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

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

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

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

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

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

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

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

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

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

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

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

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

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);
}

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

.media,.media .media {
    margin-top: 15px;
}

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

.media-object {
    display: block;
}

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

.media>.pull-left {
    margin-right: 10px;
}

.media>.pull-right {
    margin-left: 10px;
}

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

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

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    border-top-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;
}

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

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

a.list-group-item {
    color: #555;
}

a.list-group-item .list-group-item-heading {
    color: #333;
}

a.list-group-item:focus,a.list-group-item:hover {
    text-decoration: none;
    background-color: #f5f5f5;
}

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

a.list-group-item.active .list-group-item-heading,a.list-group-item.active:focus .list-group-item-heading,a.list-group-item.active:hover .list-group-item-heading {
    color: inherit;
}

a.list-group-item.active .list-group-item-text,a.list-group-item.active:focus .list-group-item-text,a.list-group-item.active:hover .list-group-item-text {
    color: #e1edf7;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-body {
    padding: 15px;
}

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

.panel-body:after {
    clear: both;
}

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

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

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

.panel>.list-group .list-group-item:last-child {
    border-bottom: 0;
}

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

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

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

.panel>.table>tbody:first-child td,.panel>.table>tbody:first-child th {
    border-top: 0;
}

.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
    border: 0;
}

.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0;
}

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

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

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

.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 {
    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-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px;
}

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

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

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

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

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

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

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

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

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

.panel-primary {
    border-color: #428bca;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #428bca;
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #428bca;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0,0,0,.15);
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

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

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

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
}

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

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

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

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

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000;
}

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

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

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

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

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

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

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

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

.modal-footer:after {
    clear: both;
}

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

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

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

@media screen and (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}

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

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

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

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

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

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

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

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

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

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

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

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

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

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

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    background-clip: padding-box;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover .arrow,.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 11px;
}

.popover .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0;
}

.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #fff;
    border-bottom-width: 0;
    content: " ";
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0;
}

.popover.right .arrow:after {
    bottom: -10px;
    left: 1px;
    border-right-color: #fff;
    border-left-width: 0;
    content: " ";
}

.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
    border-top-width: 0;
}

.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #fff;
    border-top-width: 0;
    content: " ";
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25);
    border-right-width: 0;
}

.popover.left .arrow:after {
    right: 1px;
    bottom: -10px;
    border-left-color: #fff;
    border-right-width: 0;
    content: " ";
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img {
    display: block;
    height: auto;
    max-width: 100%;
    line-height: 1;
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
    display: block;
}

.carousel-inner>.active {
    left: 0;
}

.carousel-inner>.next,.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner>.next {
    left: 100%;
}

.carousel-inner>.prev {
    left: -100%;
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
    left: 0;
}

.carousel-inner>.active.left {
    left: -100%;
}

.carousel-inner>.active.right {
    left: 100%;
}

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

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

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

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

.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
    left: 50%;
}

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

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

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

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

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

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

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicons-chevron-left,.carousel-control .glyphicons-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

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

.clearfix:after {
    clear: both;
}

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

.pull-right {
    float: right!important;
}

.pull-left {
    float: left!important;
}

.hide {
    display: none!important;
}

.show {
    display: block!important;
}

.invisible {
    visibility: hidden;
}

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

.affix {
    position: fixed;
}

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

.visible-lg,.visible-md,.visible-sm,.visible-xs,td.visible-lg,td.visible-md,td.visible-sm,td.visible-xs,th.visible-lg,th.visible-md,th.visible-sm,th.visible-xs,tr.visible-lg,tr.visible-md,tr.visible-sm,tr.visible-xs {
    display: none!important;
}

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

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row!important;
    }

    td.visible-xs,th.visible-xs {
        display: table-cell!important;
    }
}

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

    table.visible-xs.visible-sm {
        display: table;
    }

    tr.visible-xs.visible-sm {
        display: table-row!important;
    }

    td.visible-xs.visible-sm,th.visible-xs.visible-sm {
        display: table-cell!important;
    }
}

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

    table.visible-xs.visible-md {
        display: table;
    }

    tr.visible-xs.visible-md {
        display: table-row!important;
    }

    td.visible-xs.visible-md,th.visible-xs.visible-md {
        display: table-cell!important;
    }
}

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

    table.visible-xs.visible-lg {
        display: table;
    }

    tr.visible-xs.visible-lg {
        display: table-row!important;
    }

    td.visible-xs.visible-lg,th.visible-xs.visible-lg {
        display: table-cell!important;
    }
}

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

    table.visible-sm.visible-xs {
        display: table;
    }

    tr.visible-sm.visible-xs {
        display: table-row!important;
    }

    td.visible-sm.visible-xs,th.visible-sm.visible-xs {
        display: table-cell!important;
    }
}

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

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row!important;
    }

    td.visible-sm,th.visible-sm {
        display: table-cell!important;
    }
}

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

    table.visible-sm.visible-md {
        display: table;
    }

    tr.visible-sm.visible-md {
        display: table-row!important;
    }

    td.visible-sm.visible-md,th.visible-sm.visible-md {
        display: table-cell!important;
    }
}

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

    table.visible-sm.visible-lg {
        display: table;
    }

    tr.visible-sm.visible-lg {
        display: table-row!important;
    }

    td.visible-sm.visible-lg,th.visible-sm.visible-lg {
        display: table-cell!important;
    }
}

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

    table.visible-md.visible-xs {
        display: table;
    }

    tr.visible-md.visible-xs {
        display: table-row!important;
    }

    td.visible-md.visible-xs,th.visible-md.visible-xs {
        display: table-cell!important;
    }
}

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

    table.visible-md.visible-sm {
        display: table;
    }

    tr.visible-md.visible-sm {
        display: table-row!important;
    }

    td.visible-md.visible-sm,th.visible-md.visible-sm {
        display: table-cell!important;
    }
}

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

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row!important;
    }

    td.visible-md,th.visible-md {
        display: table-cell!important;
    }
}

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

    table.visible-md.visible-lg {
        display: table;
    }

    tr.visible-md.visible-lg {
        display: table-row!important;
    }

    td.visible-md.visible-lg,th.visible-md.visible-lg {
        display: table-cell!important;
    }
}

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

    table.visible-lg.visible-xs {
        display: table;
    }

    tr.visible-lg.visible-xs {
        display: table-row!important;
    }

    td.visible-lg.visible-xs,th.visible-lg.visible-xs {
        display: table-cell!important;
    }
}

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

    table.visible-lg.visible-sm {
        display: table;
    }

    tr.visible-lg.visible-sm {
        display: table-row!important;
    }

    td.visible-lg.visible-sm,th.visible-lg.visible-sm {
        display: table-cell!important;
    }
}

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

    table.visible-lg.visible-md {
        display: table;
    }

    tr.visible-lg.visible-md {
        display: table-row!important;
    }

    td.visible-lg.visible-md,th.visible-lg.visible-md {
        display: table-cell!important;
    }
}

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

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row!important;
    }

    td.visible-lg,th.visible-lg {
        display: table-cell!important;
    }
}

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

table.hidden-xs {
    display: table;
}

tr.hidden-xs {
    display: table-row!important;
}

td.hidden-xs,th.hidden-xs {
    display: table-cell!important;
}

@media(max-width:767px) {
    .hidden-xs,td.hidden-xs,th.hidden-xs,tr.hidden-xs {
        display: none!important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-xs.hidden-sm,td.hidden-xs.hidden-sm,th.hidden-xs.hidden-sm,tr.hidden-xs.hidden-sm {
        display: none!important;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-xs.hidden-md,td.hidden-xs.hidden-md,th.hidden-xs.hidden-md,tr.hidden-xs.hidden-md {
        display: none!important;
    }
}

@media(min-width:1200px) {
    .hidden-xs.hidden-lg,td.hidden-xs.hidden-lg,th.hidden-xs.hidden-lg,tr.hidden-xs.hidden-lg {
        display: none!important;
    }
}

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

table.hidden-sm {
    display: table;
}

tr.hidden-sm {
    display: table-row!important;
}

td.hidden-sm,th.hidden-sm {
    display: table-cell!important;
}

@media(max-width:767px) {
    .hidden-sm.hidden-xs,td.hidden-sm.hidden-xs,th.hidden-sm.hidden-xs,tr.hidden-sm.hidden-xs {
        display: none!important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-sm,td.hidden-sm,th.hidden-sm,tr.hidden-sm {
        display: none!important;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-sm.hidden-md,td.hidden-sm.hidden-md,th.hidden-sm.hidden-md,tr.hidden-sm.hidden-md {
        display: none!important;
    }
}

@media(min-width:1200px) {
    .hidden-sm.hidden-lg,td.hidden-sm.hidden-lg,th.hidden-sm.hidden-lg,tr.hidden-sm.hidden-lg {
        display: none!important;
    }
}

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

table.hidden-md {
    display: table;
}

tr.hidden-md {
    display: table-row!important;
}

td.hidden-md,th.hidden-md {
    display: table-cell!important;
}

@media(max-width:767px) {
    .hidden-md.hidden-xs,td.hidden-md.hidden-xs,th.hidden-md.hidden-xs,tr.hidden-md.hidden-xs {
        display: none!important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-md.hidden-sm,td.hidden-md.hidden-sm,th.hidden-md.hidden-sm,tr.hidden-md.hidden-sm {
        display: none!important;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-md,td.hidden-md,th.hidden-md,tr.hidden-md {
        display: none!important;
    }
}

@media(min-width:1200px) {
    .hidden-md.hidden-lg,td.hidden-md.hidden-lg,th.hidden-md.hidden-lg,tr.hidden-md.hidden-lg {
        display: none!important;
    }
}

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

table.hidden-lg {
    display: table;
}

tr.hidden-lg {
    display: table-row!important;
}

td.hidden-lg,th.hidden-lg {
    display: table-cell!important;
}

@media(max-width:767px) {
    .hidden-lg.hidden-xs,td.hidden-lg.hidden-xs,th.hidden-lg.hidden-xs,tr.hidden-lg.hidden-xs {
        display: none!important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-lg.hidden-sm,td.hidden-lg.hidden-sm,th.hidden-lg.hidden-sm,tr.hidden-lg.hidden-sm {
        display: none!important;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-lg.hidden-md,td.hidden-lg.hidden-md,th.hidden-lg.hidden-md,tr.hidden-lg.hidden-md {
        display: none!important;
    }
}

@media(min-width:1200px) {
    .hidden-lg,td.hidden-lg,th.hidden-lg,tr.hidden-lg {
        display: none!important;
    }
}

.visible-print,td.visible-print,th.visible-print,tr.visible-print {
    display: none!important;
}

@media print {
    .visible-print {
        display: block!important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row!important;
    }

    td.visible-print,th.visible-print {
        display: table-cell!important;
    }

    .hidden-print,td.hidden-print,th.hidden-print,tr.hidden-print {
        display: none!important;
    }
}

@font-face {
    font-family:Mavenpro;src:url(../fonts/mavenpro-regular.eot);src:url(../fonts/mavenpro-regular.eot) format('embedded-opentype'),url(../fonts/mavenpro-regular.woff) format('woff'),url(../fonts/mavenpro-regular.ttf) format('truetype'),url(../fonts/mavenpro-regular.svg#maven_proregular) format('svg');font-weight:400;font-style:normal;
}

@font-face {
    font-family:Mavenpro-black;src:url(../fonts/mavenpro-black-webfont.eot);src:url(../fonts/mavenpro-black-webfont.eot) format('embedded-opentype'),url(../fonts/mavenpro-black-webfont.woff) format('woff'),url(../fonts/mavenpro-black-webfont.ttf) format('truetype'),url(../fonts/mavenpro-black-webfont.svg#maven_problack) format('svg');font-weight:400;font-style:normal;
}

@font-face {
    font-family:Mavenpro-bold;src:url(../fonts/mavenpro-bold-webfont.eot);src:url(../fonts/mavenpro-bold-webfont.eot) format('embedded-opentype'),url(../fonts/mavenpro-bold-webfont.woff) format('woff'),url(../fonts/mavenpro-bold-webfont.ttf) format('truetype'),url(../fonts/mavenpro-bold-webfont.svg#maven_probold) format('svg');font-weight:400;font-style:normal;
}

@font-face {
    font-family:Mavenpro-medium;src:url(../fonts/mavenpro-medium-webfont.eot);src:url(../fonts/mavenpro-medium-webfont.eot) format('embedded-opentype'),url(../fonts/mavenpro-medium-webfont.woff) format('woff'),url(../fonts/mavenpro-medium-webfont.ttf) format('truetype'),url(../fonts/mavenpro-medium-webfont.svg#maven_promedium) format('svg');font-weight:400;font-style:normal;
}

.touch input[type=email],.touch input[type=password],.touch input[type=search],.touch input[type=text] {
    -webkit-appearance: caret;
    -moz-appearance: caret;
}

body {
    background: url(../images/blank.gif) no-repeat;
}

html,html a {
    -webkit-font-smoothing: antialiased;
}

html {
    -ms-overflow-style: scrollbar;
}

body {
    font: 1.29em/1.29em Arial,Helvetica,sans-serif;
    color: #565656;
    overflow-x: hidden;
}

#background_wrap {
    display: none;
}

body.back-bg.touch {
    background: 0 0;
}

body.touch #background_wrap {
    display: block;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: 100%;
    background-image: url(../images/back-bg.jpg);
    background-attachment: fixed;
}

body.back-bg .background>.container,body.back-bg .container.page-content,body.back-bg .main-slider.container,body.back-bg .services-block>.container,body.back-bg section.container,body.back-bg section.content.section_footer_socials>.container {
    background: rgba(255,255,255,.65);
}

a,a:active,a:focus,a:hover,a:visited {
    color: #565656;
    outline: 0;
}

a:active,a:focus,a:visited {
    text-decoration: none;
}

p {
    margin: 0 0 1em;
    padding: 0;
    line-height: 1.4em;
}

.form-control {
    line-height: 1.5em;
    color: #333;
}

.form-control::-webkit-input-placeholder {
    padding: 1px 0;
}

h1 {
    margin: 0;
    padding: 0 0 1.3em;
    font: 2.46em Mavenpro,Arial,Helvetica,microsoft yahei,wenquanyi micro hei,sans-serif;
    text-transform: uppercase;
    color: #2b2b2b;
}

h2 {
    margin: 0;
    padding: 0 0 1.3em;
    font: 2em Mavenpro,Arial,Helvetica,microsoft yahei,wenquanyi micro hei,sans-serif;
    color: #4a4a4a;
}

h3 {
    margin: 0;
    padding: 0 0 .95em;
    font: 1.692em Mavenpro,Arial,Helvetica,microsoft yahei,wenquanyi micro hei,sans-serif;
    text-transform: uppercase;
    color: #2b2b2b;
}

h4 {
    margin: 0;
    padding: 0 0 .8em;
    font: 1.4em Mavenpro-bold,Arial,Helvetica,microsoft yahei,wenquanyi micro hei,sans-serif;
    text-transform: uppercase;
    color: #000;
}

h5 {
    margin: 0;
    padding: 0 0 .8em;
    font: 1.384em Mavenpro,Arial,Helvetica,microsoft yahei,wenquanyi micro hei,sans-serif;
    text-transform: uppercase;
    color: #2b2b2b;
}

h6 {
    margin: 0;
    padding: 0 0 .8em;
    font: 1.077em Mavenpro,Arial,Helvetica,microsoft yahei,wenquanyi micro hei,sans-serif;
    color: #2b2b2b;
}

h1.mega {
    margin: 0;
    padding: 0 0 20px;
    font: 2em/1em Mavenpro,Arial,Helvetica,"Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
    text-transform: uppercase;
    color: #000;
}

h2.mega {
    margin: 0;
    padding: 0 0 20px;
    font: 1.692em/1em Mavenpro,Arial,Helvetica,"Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
    text-transform: uppercase;
    color: #000;
}

h3.mega {
    margin: 0;
    padding: 0 0 20px;
    font: 1.538em/1em Mavenpro,Arial,Helvetica,"Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
    text-transform: uppercase;
    color: #000;
}

h4.mega {
    margin: 0;
    padding: 0 0 20px;
    font: 1.385em/1em Mavenpro,Arial,Helvetica,"Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
    text-transform: uppercase;
    color: #000;
}

h5.mega {
    margin: 0;
    padding: 0 0 20px;
    font: 1.077em/1em Mavenpro,Arial,Helvetica,"Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
    text-transform: uppercase;
    color: #000;
}

h6.mega {
    margin: 0;
    padding: 0 0 20px;
    font: .923em/1em Mavenpro,Arial,Helvetica,"Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
    text-transform: uppercase;
    color: #000;
}

label {
    font-weight: 400;
    margin-bottom: 7px;
}

.form-label {
    display: inline-block;
    margin-bottom: 7px;
}

.input-sm {
    font-size: 1em;
    border-radius: 4px;
}

.form-group-sm {
    margin-bottom: 7px;
    position: relative;
}

.upper {
    text-transform: uppercase;
}

.line-divider {
    height: 20px;
    margin-bottom: 30px;
}

.divider-xxs {
    margin: 0;
    height: 1px;
    line-height: 1px;
    clear: both;
}

.divider-xs {
    height: 10px;
    line-height: 10px;
    clear: both;
}

.divider-sm {
    height: 20px;
    clear: both;
}

.divider-md {
    height: 30px;
    clear: both;
}

.divider-lg {
    height: 40px;
    clear: both;
}

.panel-group .panel {
    border-radius: 0;
}

.btn-sm,.btn-xs {
    border-radius: 4px;
}

.btn-mega-view {
    color: #0e0e0e;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    border-radius: 0;
    line-height: 2em;
}

.btn-mega-view:hover {
    color: #0e0e0e;
    background-color: #fff;
    border-color: #f5f5f5;
}

.btn-mega,.btn-primary,.buttons .btn-default,.btn-block+.btn-block,.modal-footer .btn-default {
    background-color: #000;
    color: #fff!important;
    font: .9em Mavenpro-black,Arial,Helvetica,sans-serif;
    padding: 12px 14px;
    text-transform: uppercase;
    border-radius: 4px;
}

.btn-mega:hover,.btn-primary.active,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open .dropdown-toggle.btn-primary,.modal-footer .btn-default:hover {
    border-color: #f39fb5;
    color: #fff!important;
    background: #f39fb5;
}

.btn-mega.btn-lg {
    padding: 15px 35px;
    border-radius: 4px;
    font: 1.077em Mavenpro-black,Arial,Helvetica,sans-serif;
}

.btn-mega.btn-xlg {
    padding: 1.5em 3em;
    border-radius: 4px;
    font: 1.7em Mavenpro-black,Arial,Helvetica,sans-serif;
}

.btn-mega [class*=" icon-"],.btn-mega [class^=icon-] {
    position: relative;
    bottom: -1px;
}

.btn-mega.btn-inverse {
    background: #fff;
    border-color: #f39fb5;
    color: #f39fb5!important;
}

.btn-mega.btn-inverse:hover {
    background: #f39fb5;
    border-color: #f39fb5;
    color: #fff!important;
}

.dropdown-menu {
    box-shadow: 0 1px 3px rgba(5,5,5,.1);
    border: 1px solid rgba(0,0,0,.1);
    font-size: 1em;
}

.caret.min {
    border-top: 2px solid #333;
    border-right: 2px solid transparent;
    border-bottom: 0 dotted;
    border-left: 2px solid transparent;
    position: relative;
    top: -1px;
    right: -2px;
    margin-left: 4px;
}

.label-mega {
    background: #f39fb5;
}

.radio input[type=radio] {
    position: relative;
    display: inline;
    margin-top: 0;
}

.checkbox label,.radio label {
    line-height: 1em;
}

.content {
    padding-top: 35px;
    padding-bottom: 35px;
}

.content.nopad-bottom {
    padding-bottom: 0;
}

.content.slider-products {
    padding-bottom: 20px;
}

.content-border {
    border-top: 1px solid #eee;
}

.content-aside,.content-box,.content-row {
    padding-bottom: 35px;
}

.animate-hover:hover {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.icon-flag {
    display: inline;
    font-size: 9px!important;
    padding: 0 7px;
    position: relative;
    top: -1px;
    background: url(../images/icons-flags.png) no-repeat 0 0;
}

.icon-flag-en {
    background-position: 0 0;
}

.icon-flag-de {
    background-position: 0 -22px;
}

.icon-flag-fr {
    background-position: 0 -44px;
}

.icon-flag-da {
    background-position: 0 -66px;
}

.icon-flag-el {
    background-position: 0 -88px;
}

.icon-flag-es {
    background-position: 0 -110px;
}

.icon-flag-it {
    background-position: 0 -132px;
}

.icon-flag-nl {
    background-position: 0 -154px;
}

.icon-flag-pl {
    background-position: 0 -176px;
}

.icon-flag-pt {
    background-position: 0 -198px;
}

.icon-flag-ru {
    background-position: 0 -220px;
}

.icon-flag-sv {
    background-position: 0 -242px;
}

.icon-xcart {
    position: relative;
    display: inline-block;
    margin: -100px 0;
    font-size: .92em;
    line-height: 1.3em;
    padding: 13px 0 10px;
    width: 30px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    background: url(../images/icon-cart.png) no-repeat 0 0;
}

.mobile-nav .icon-xcart-white {
    position: relative;
    display: block;
    width: 29px;
    height: 33px;
    color: #fff;
    text-align: center;
    background: url(../images/bag.png) no-repeat 0 0;
    margin: 9px auto;
    font-size: 12px;
    line-height: 25px;
    padding: 8px 1px 10px 0;
}

.top_cart.btn {
    padding: 3px 5px;
}

.icon-size {
    display: inline-block;
    padding: 1px 2.5px;
    margin-right: 1px;
    margin-bottom: 2px;
    position: relative;
    font: 10px/13px Arial,Helvetica,sans-serif;
    color: #353535;
    border: 1px solid #d1d1d1;
    cursor: pointer;
}

.icon-color {
    font-size: 9px;
    line-height: 9px;
    width: 12px;
    margin-right: 5px;
    position: relative;
    top: -2px;
    display: inline-block;
    cursor: pointer;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome,.icon-color {
        top: 1px;
    }
}

.icon-color:after {
    content: "";
    display: inline-block;
}

.icon-color-light-grey {
    background: #e8e8ea;
}

.icon-color-black {
    background: #000;
}

.icon-color-blue {
    background: #5f8fac;
}

.icon-color-brown {
    background: #7e0506;
}

.icon-color-gray {
    background: #c2c3c4;
}

.icon-color-green {
    background: #3a7d05;
}

.icon-color-magneta {
    background: #7e054a;
}

.icon-color-pink {
    background: #e3006d;
}

.icon-color-red {
    background: #e30000;
}

.icon-color-silver {
    background: #e9eaec;
}

.icon-color-white {
    background: #f8f8f8;
}

.icon-color-beige {
    background: #eedfcf;
}

.icon-facebook-3 {
    color: #4664b7;
}

.icon-twitter-3 {
    color: #00b6e4;
}

.icon-linkedin-2 {
    color: #0073a5;
}

.icon-youtube-3 {
    color: #a21616;
}

.icon-pinterest-2 {
    color: #cb2027;
}

.icon-googleplus-2 {
    color: #363636;
}

.navbar-secondary-menu .icon-xcart-animate {
    position: relative;
    display: inline-block;
    padding-top: 5px;
    margin: -5px 0 0 10px;
}

.navbar-secondary-menu .icon-xcart-animate .box {
    display: block;
    z-index: 1;
    position: relative;
    background: #f9b0c3;
    border: 1px solid #c39da7;
    height: 28px;
    width: 30px;
    font-size: .92em;
    line-height: 1.3em;
    padding: 5px 0 10px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-radius: 2px;
}

.navbar-secondary-menu .icon-xcart-animate:hover .box {
    background: #fff;
    color: #353535;
}

.navbar-secondary-menu .icon-xcart-animate .handle {
    display: block;
    position: absolute;
    left: 8px;
    top: 0;
    border: 2px solid #360606;
    width: 14px;
    height: 14px;
}

.navbar-secondary-menu .icon-xcart-animate:hover .handle {
    top: -3px;
}

.social-widgets {
    position: fixed;
    z-index: 10000;
    top: 50%;
    height: 0;
    width: 0;
    right: 0;
}

.social-widgets .item,.social-widgets .items {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.social-widgets .items {
    top: -125px;
    position: relative;
}

.social-widgets .item {
    position: absolute;
    top: 0;
    left: 120px;
}

.social-widgets .active {
    z-index: 100;
    left: -310px;
}

.social-widgets .item-01,.social-widgets .item-02,.social-widgets .item-03,.social-widgets .item-04,.social-widgets .item-05,.social-widgets .item-06,.social-widgets .item-07,.social-widgets .item-08,.social-widgets .item-09 {
    left: 0;
}

.social-widgets .item-01 {
    top: 0;
    z-index: 99;
}

.social-widgets .item-02 {
    top: 66px;
    z-index: 98;
}

.social-widgets .item-03 {
    top: 132px;
    z-index: 97;
}

.social-widgets .item-04 {
    top: 198px;
    z-index: 96;
}

.social-widgets .item-05 {
    top: 264px;
    z-index: 95;
}

.social-widgets .item-06 {
    top: 330px;
    z-index: 94;
}

.social-widgets .item-07 {
    top: 396px;
    z-index: 93;
}

.social-widgets .item-08 {
    top: 462px;
    z-index: 92;
}

.social-widgets .item-09 {
    top: 528px;
    z-index: 91;
}

.social-widgets .tab-icon {
    position: absolute;
    top: 0;
    left: -57px;
    display: block;
    width: 57px;
    height: 59px;
    background: #fff;
    background: rgba(255,255,255,.6);
    border: 1px solid #bfbbb6;
    border-right: 0;
    text-align: center;
    font-size: 1.54em;
    line-height: 3.2;
}

.social-widgets .tab-icon:hover {
    text-decoration: none;
}

.social-widgets .active .tab-icon {
    border-color: #e9e9e9;
    background: #fff;
}

.social-widgets .tab-content {
    background: #fff;
    width: 310px;
    padding: 10px 15px;
}

.social-widgets .active .tab-content {
    box-shadow: 0 0 4px rgba(0,0,0,.15);
}

.social-widgets .title {
    padding: 4px 0 11px;
    font: 1.23em Mavenpro,Arial,Helvetica,sans-serif;
    text-transform: uppercase;
}

.social-widgets .facebook.active {
    left: -260px;
}

.social-widgets .facebook .tab-content {
    width: 260px;
}

.social-widgets .twitter.active {
    left: -300px;
}

.social-widgets .twitter .tab-content {
    width: 300px;
}

.social-widgets .twitter-widget {
    padding-top: 10px;
}

.social-widgets .youtube.active {
    left: -450px;
}

.social-widgets .youtube .tab-content {
    width: 450px;
    padding-left: 18px;
}

.social-widgets .loading {
    min-height: 200px;
    position: relative;
    z-index: 1000;
}

.social-widgets .loading img.ajaxloader {
    position: absolute;
    top: 45%;
    left: 45%;
    width: 32px;
    height: 32px;
}

.slider-range:after {
    content: " ";
    display: block;
    clear: both;
}

.slider-range .control {
    margin: 0 7px;
}

.slider-range .max {
    padding-top: 23px;
    float: right;
}

.slider-range .min {
    padding-top: 23px;
    float: left;
}

.slider-range .ui-slider,.slider-range .ui-slider-range {
    height: 5px;
    border-radius: 0;
    background: #e9e9e9;
    border: none;
}

.slider-range .ui-slider-range {
    background: #818181;
}

.slider-range .ui-slider-handle,.slider-range .ui-slider-handle:hover {
    width: 19px!important;
    height: 21px!important;
    border-radius: 2px!important;
    border: 1px solid #cfcfcf!important;
    background: #f9f9f9!important;
    top: -8px!important;
}

.slider-range .ui-slider-handle:before {
    border: 1px solid #e0e0e0;
    position: absolute;
    top: 7px;
    left: 5px;
    content: " ";
    font-size: 0;
    line-height: 0;
    display: block;
    height: 5px;
    width: 3px;
    border-bottom: 0;
    border-top: 0;
}

.slider-range .ui-slider-handle:after {
    border: 1px solid #e0e0e0;
    position: absolute;
    top: 7px;
    left: 9px;
    content: " ";
    font-size: 0;
    line-height: 0;
    display: block;
    height: 5px;
    width: 3px;
    border-bottom: 0;
    border-top: 0;
}

.breadcrumbs {
    padding-top: 35px;
    background: 0 0!important;
    position: relative;
    z-index: 10;
}

.breadcrumbs .divider {
    padding: 0 10px;
}

.slider-controls {
    float: right;
    font-size: 2em;
    line-height: 1em;
    letter-spacing: -3px;
    position: relative;
}

.slider-controls a {
    position: relative;
    display: inline-block;
}

.slider-controls a:hover {
    text-decoration: none;
    color: #f39fb5;
}

.slider-controls.min {
    font-size: 1.5em;
}

.listing-title {
    position: absolute;
    right: 5%;
    top: 45%;
    z-index: 1000;
}

.container-widget {
    border: 1px solid #eaeaea;
    border-top-width: 4px;
    border-radius: 3px;
    padding: 22px;
    margin-bottom: 25px;
}

.container-widget h3 {
    padding-bottom: .9em;
}

.container-widget p:last-child {
    margin: 0;
}

.container-paper {
    margin: 2px 0 37px;
    padding: 18px;
    background: #f2f2f2;
    position: relative;
}

.container-paper:after,.container-paper:before {
    content: " ";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    background: url(../images/container-paper-back.png) repeat-x 0 0;
}

.container-paper:before {
    top: -2px;
    background-position: 0 0;
}

.container-paper:after {
    bottom: -2px;
}

.container-paper .title {
    display: table;
    width: 82%;
    background: #fff;
    min-height: 77px;
    margin: 0 0 20px -18px;
    position: relative;
}

.container-paper .title h2,.container-paper .title h1 {
    display: table-cell;
    vertical-align: middle;
    height: 75px;
    padding: 10px 25px 10px 43px;
    font: 1.85em Mavenpro-bold,Arial,Helvetica,sans-serif;
    color: #565656;
    text-transform: none;
}

.container-paper .title:before {
    content: " ";
    display: block;
    width: 51px;
    height: 53px;
    position: absolute;
    top: -9px;
    left: -15px;
    background: url(../images/container-paper-clips.png) no-repeat 0 0;
}

.container-paper-table {
    margin: 2px 0 37px;
    padding: 15px 0;
    background: #f2f2f2;
    position: relative;
}

.container-paper-table:before,.container-paper:after {
    content: " ";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    background: url(../images/container-paper-back.png) repeat-x 0 0;
}

.container-paper-table:before {
    top: -2px;
    background-position: 0 0;
}

.container-paper-table:after {
    bottom: -2px;
    background-position: 0 -2px;
}

.container-paper-table .title {
    display: table;
    width: 100%;
    background: #fff;
    min-height: 50px;
    margin: 0 0 10px;
    position: relative;
}

.container-paper-table .title h2 {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    padding: 10px 25px 10px 43px;
}

.container-paper-table .title:before {
    content: " ";
    display: block;
    width: 51px;
    height: 53px;
    position: absolute;
    top: -9px;
    left: -15px;
    background: url(../images/container-paper-clips1.png) no-repeat 0 0;
}

.list-info {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.list-info li {
    margin: 0 0 3px;
    padding: 6px 15px 3px 49px;
    background: #f8f8f8;
}

.list-info li,.list-info li a {
    color: #9c9c9c;
}

.list-info .icon {
    display: inline-block;
    margin: 0 5px 3px -34px;
    width: 25px;
    height: 25px;
    font-size: 1.08em;
    line-height: 1.55em;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    text-align: center;
}

.container-paper-table .list-info li {
    display: inline-block;
    float: left;
}

.blog-post .post-container {
    background: #fff;
}

.blog-post .post-container>.row {
    padding: 30px 0;
}

.blog-post .post-container .col-l {
    padding-left: 30px;
}

.blog-post .post-container .col-r {
    padding-right: 30px;
}

.blog-post .post-container .blockquote {
    margin: 10px 30px 10px 60px;
}

.blog-post .post-container .text {
    margin: 10px 30px;
}

.post-navigation {
    margin: -20px 0 40px;
    overflow: hidden;
}

.container-paper-table .post-container {
    margin: 0 18px;
    background: #fff;
}

.container-paper-table .post-container img {
    margin: 0 auto;
    width: 100%;
}

.container-paper-table .post-container .text {
    padding: 10px 12px 0;
    margin: 0 0 2px;
}

.posts-isotope {
    margin-top: 25px;
}

.services-block-dark {
    background: #4c4c4c;
    padding: 40px 0 35px;
    color: #c7c7c7;
    line-height: 1.35em;
    text-align: center;
}

.services-block-dark .item {
    display: block;
    color: #c7c7c7;
}

.services-block-dark .item:hover {
    text-decoration: none;
}

.services-block-dark .title {
    display: block;
    color: #fff;
    text-transform: uppercase;
}

.services-block-dark .icon {
    display: inline-block;
    margin-bottom: 30px;
    width: 122px;
    height: 122px;
    border-radius: 61px;
    background: #fff;
    color: #2b2b2b;
    font-size: 3.08em;
    line-height: 3.3em;
}

.services-block-box {
    padding: 0 0 35px;
    color: #c7c7c7;
    line-height: 1.35em;
    text-align: center;
}

.services-block-box .item {
    color: #000;
    border: 1px solid #f39fb5;
    display: block;
    padding: 12px;
}

.services-block-box .item:hover {
    text-decoration: none;
}

.services-block-box .title {
    display: block;
    margin: 0 -12px 10px;
    padding: .5em 0;
    font: 1.384em Mavenpro-bold,Arial,Helvetica,sans-serif;
    color: #fff;
    background: #f39fb5;
    text-transform: uppercase;
}

.services-block-box .full-text {
    display: block;
    margin: 10px -12px -12px;
    padding: 1em 0;
    font: 1.23em Mavenpro-bold,Arial,Helvetica,sans-serif;
    color: #fff;
    background: #f39fb5;
}

.services-block-box .icon {
    display: inline-block;
    padding: 0;
    margin-bottom: 10px;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: #f39fb5;
    color: #fff;
    font-size: 3.08em;
    line-height: 2.55em;
}

.services-block-box a:hover .icon span {
    color: #fff;
}

.grey-container {
    background: #f2f2f2;
    padding-top: 35px;
    padding-bottom: 35px;
    color: #000;
}

.grey-container-dark {
    background: #ebebeb;
    border-top: 1px solid #e6e6e6;
}

.grey-container-light {
    background: #e7e7e7;
}

.member-info {
    line-height: 1.35em;
    padding-bottom: 20px;
}

.member-info strong {
    font-family: Arial,Helvetica,microsoft yahei,wenquanyi micro hei,sans-serif;
    font-weight: 700;
}

.member-info .photo {
    padding-bottom: 25px;
}

.member-info .name {
    padding-bottom: 8px;
}

.member-info .about {
    padding-bottom: 18px;
}

.member-info .contact-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #8a8a8a;
    font-size: 1.08em;
    line-height: 2.7em;
    border: 1px solid #c9c9c9;
    background: #fff;
    border-radius: 2px;
}

.member-info .contact-icon span {
    color: #8a8a8a;
}

.member-info .contact-icon:hover {
    text-decoration: none;
    border-color: #f39fb5;
    background: #f39fb5;
    color: #fff;
}

.member-info .contact-icon:hover span {
    color: #fff;
}

.quote-block {
    padding: 20px 15px 20px 25px;
    background: #f8f8f8;
    position: relative;
    line-height: 1.35em;
}

.quote-block:before {
    content: " ";
    display: block;
    width: 54px;
    height: 43px;
    position: absolute;
    top: -14px;
    left: -15px;
    background: url(../images/quotes.png) no-repeat 0 0;
}

.quote-block:after {
    content: " ";
    display: block;
    width: 54px;
    height: 43px;
    position: absolute;
    bottom: -13px;
    right: -5px;
    background: url(../images/quotes.png) no-repeat -54px 0;
}

.quote-block .media-heading {
    font-size: 1em;
    padding-bottom: 0;
}

.quote-block .pull-left {
    margin-right: 20px;
}

.navbar {
    width: 100%;
    border-radius: 0;
    background: 0 0;
    position: absolute;
    top: 0;
    margin-bottom: 0;
    border: 0!important;
}

.navbar .background {
    background: #fff;
    background: rgba(255,255,255,.9);
    padding-top: 3px;
    z-index: 1;
}

header.variant4 .navbar {
    background: #fff;
}

header.variant4 .navbar .background {
    padding-top: 12px;
}

@media(max-width:500px) {
    header.variant4 .navbar .background {
        padding-top: 0;
    }
}

.navbar-main-menu,.navbar-main-menu .item {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

header.variant4 .navbar-main-menu-outer {
    margin-top: 10px;
}

header.variant4 .navbar-main-menu-outer.black {
    background: url(../images/menu-bg.gif) 0 0 repeat-x;
}

header.variant4 .navbar-compact .navbar-main-menu-outer.black {
    background-color: transparent;
    background-image: none;
}

body.back-bg .navbar-main-menu-outer {
    margin-top: 0;
    box-shadow: none;
}

body.back-bg .background .navbar-main-menu-outer .container {
    background: rgba(255,255,255,.65);
    border-bottom: 1px solid #e7e7e7;
}

.navbar-compact .background {
    padding: 6px 0;
}

.navbar-compact .navbar-main-menu-outer,body.back-bg .navbar-compact .navbar-main-menu-outer,header.variant4 .navbar-compact .navbar-main-menu-outer {
    margin: 0;
    box-shadow: none;
    margin-top: -56px;
}

body.back-bg .navbar .background {
    background: 0 0;
}

body.back-bg .navbar .background .container {
    border-bottom: 1px solid #eee;
}

body.back-bg .boxed_bg .navbar .background .container {
    border-bottom: none;
}

body.back-bg .navbar-compact .background,body.back-bg .navbar-compact .background .container {
    border-bottom: none;
    background: #fff;
}

.back-to-top {
    cursor: pointer;
    display: none;
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 1000;
    background: #fff;
    width: 52px;
    height: 52px;
    border: 1px solid #cbcbcb;
    border-radius: 2px;
    text-align: center;
    font-size: 2.77em;
    line-height: 1.7em;
}

.back-to-top:hover {
    background: #f39fb5;
    color: #fff;
    border-color: #f39fb5;
}

.navbar-height-inner {
    height:50px;
}

.navbar-logo {
    position: relative;
    margin-left: -7px;
}

.navbar-welcome {
    text-align: center;
    padding: 22px 35px;
    _min-width: 300px;
    margin-right: -60px;
}

.navbar-secondary-menu {
    padding: 12px 0 0;
    height: 20px;
    position: relative;
    z-index: 1200;
}

.navbar-secondary-menu .btn-default,.navbar-secondary-menu .open .btn-default {
    border-radius: 0;
    border: 0;
    border-left: 1px solid #e7e7e7;
    background: 0 0;
    padding-left: 15px;
    padding-right: 12px;
}

header.variant4 .navbar-secondary-menu .btn-group.btn-hidden {
    width: 50px;
    border: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

header.variant4 .navbar-secondary-menu .dropdown-menu {
    margin-top: 0;
}

.navbar-secondary-menu .btn-default,.navbar-secondary-menu .open .btn-default {
    border-radius: 0;
    border: 0;
    background: 0 0;
    padding-left: 15px;
    padding-right: 12px;
    border-left: 1px solid #e7e7e7;
}

header.variant4 .navbar-secondary-menu .btn-default,header.variant4 .navbar-secondary-menu .open .btn-default {
    border: none;
}

.navbar-secondary-menu .btn-group.btn-hidden .btn-default,.navbar-secondary-menu .btn-group.btn-hidden.open .btn-default {
}

.navbar-secondary-menu .btn-default:hover,.navbar-secondary-menu .open .btn-default:hover {
    background: 0 0;
}

.navbar-secondary-menu .btn-xs {
    font-size: 1em;
    line-height: 2em;
}

.navbar-secondary-menu .icon {
    font-size: 1.2em;
    position: relative;
    bottom: -2px;
    margin-right: 2px;
}

.navbar-secondary-menu .caret {
    border-width: 2px;
    border-bottom-width: 0;
    position: relative;
    top: -1px;
    margin-left: 4px;
}

header.variant4 .navbar-secondary-menu .btn-xs {
    font-size: 1em;
    line-height: 2.54em;
}

header.variant4 .navbar-secondary-menu .icon {
    display: block;
    float: left;
    font-size: 2.154em;
    position: relative;
    margin-right: 10px;
}

header.variant4 .navbar-secondary-menu .caret {
    border-width: 2px;
    border-bottom-width: 0;
    position: relative;
    top: -1px;
    margin-left: 4px;
}

.navbar-secondary-menu .icon-xcart {
    margin-left: 10px;
    margin-right: -12px;
}

#off-canvas-menu {
    display: none;
}

.navbar-secondary-menu .btn-group:last-child .btn-default {
    padding-right: 0;
}

.shoppingcart-box {
    width: 290px;
    padding: 20px;
}

.shoppingcart-box.empty {
    width: 170px;
}

.shoppingcart-box .list {
    margin: 8px 0 0;
    padding: 0;
    list-style-type: none;
    border-top: 1px solid #f5f5f5;
}

.shoppingcart-box .item {
    padding: 12px 0;
    overflow: hidden;
    border-bottom: 1px solid #f5f5f5;
}

.shoppingcart-box .preview {
    width: 47px;
    display: block;
    float: left;
}

.shoppingcart-box .icon-product-delete,.shoppingcart-box .icon-product-edit {
    cursor: pointer;
}

.shoppingcart-box .description {
    margin-left: 80px;
}

.shoppingcart-box .price {
    display: block;
    padding-top: 8px;
    font-size: 1em;
}

.shoppingcart-box .total {
    text-align: right;
    padding: 6px 0 12px;
}

.shoppingcart-box .total>div {
    margin-bottom: 10px;
}

.shoppingcart-box .view-link {
    padding-top: 11px;
}

.shoppingcart-box .view-link:hover {
    text-decoration: underline;
}

.shoppingcart-box a:hover {
    text-decoration: none;
}

.navbar-search {
    clear: both;
    margin-bottom: -80px;
    position: relative;
    z-index: 990;
    margin-top: 50px;
}

header.variant4 {
    margin-bottom: 40px;
}

@media(max-width:500px) {
    header.variant4 {
        margin-bottom: 0;
    }
}

header.variant4 .navbar-search {
    z-index: 8;
    position: relative;
}

.navbar-search input.form-control {
    font-size: 1em;
    line-height: 1.5em;
    width: 125px;
    float: right;
    padding-top: 8px;
}

.navbar-search .form-control {
    padding-right: 32px;
}

.navbar-search .form-control:focus {
    width: 230px;
}

.navbar-search .button {
    float: right;
    margin-left: -34px;
    background: 0 0;
    font-size: 1.31em;
    position: relative;
    bottom: 1px;
    height: 34px;
    border: none;
    width: 34px;
    outline: 0;
}

.touch .navbar-search .button span {
    margin-left: -10px;
}

.navbar-search .button:active {
    line-height: .8em;
}

.navbar-search .dropdown-search {
    display: none;
    position: absolute;
    right: 0;
    top: 34px;
    width: 100%;
    border: 1px solid #dcdcdc;
    box-shadow: 0 1px 3px rgba(5,5,5,.1);
    border-radius: 4px;
    background: #fff;
    padding: 10px;
    font-size: 1em;
}

.navbar-search .dropdown-search ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navbar-search .dropdown-search li {
    margin-bottom: 5px;
    cursor: pointer;
}

.navbar-search .dropdown-search li:hover {
    opacity: .6;
}

.navbar-search .dropdown-search li a {
    text-decoration: none;
}

.navbar-search .dropdown-search li .amount {
    float: right;
    padding-left: 5px;
}

.navbar-main-menu {
    padding: 18px 0 0;
    clear: both;
    list-style-type: none;
    position: relative;
    bottom: -1px;
}

.v-align {
    margin-left: -25px;
}

.touch header.variant4 .navbar-main-menu-outer {
    padding-top: 10px;
}

.navbar-main-menu .item {
    float: left;
    height: 38px;
    padding: 0;
    margin: 0 0 -6px;
    position: relative;
}

.navbar-compact .navbar-main-menu .item {
    height: 32px;
}

.navbar-main-menu .item:hover {
    z-index: 1000000;
}

.navbar-main-menu .item:first-child {
    margin-left: -10px;
}

.navbar-main-menu .item .btn-main {
    position: relative;
    border-bottom: 0 solid #f39fb5;
    display: block;
    height: 38px;
    padding: 0 15px 20px;
    font: 1.23em Mavenpro-medium,Arial,Helvetica,microsoft yahei,wenquanyi micro hei,sans-serif;
    text-transform: uppercase;
    line-height: 18px;
}

header.variant4 .navbar-main-menu .item .btn-main {
    padding: 4px 15px 16px;
}

header.variant4 .navbar-main-menu-outer.black .navbar-main-menu .item .btn-main {
    color: #fff;
}

.navbar-compact .navbar-main-menu .item .btn-main {
    height: 32px;
    margin-bottom: 10px;
}

header.variant4 .navbar-compact .navbar-main-menu .item .btn-main {
    padding: 0 7px;
}

header.variant4 .navbar-compact .navbar-main-menu-outer.black .navbar-main-menu .item .btn-main {
    color: #565656;
}

.navbar-main-menu .btn-main:hover {
    text-decoration: none;
}

.navbar-main-menu .active .btn-main,.navbar-main-menu .with-sub .btn-main:hover,.navbar-main-menu .current .btn-main {
    border-bottom: 5px solid #f39fb5;
}

.navbar-main-menu .item .btn-main .icon {
    font-size: 1.12em;
    line-height: .3em;
    position: relative;
    bottom: -1px;
    margin-left: 1px;
}

.navbar-main-menu .item-content {
    float: right;
    overflow: hidden;
    display: none;
    margin-left: -100%;
    width: 100%;
    margin-top: 38px!important;
    margin-bottom: -6px!important;
    background: #fff;
    position: relative;
}

.navbar-compact .navbar-main-menu .item-content {
    margin-top: 28px!important;
}

.navbar-main-menu .item-content .wrapper-border .row .row>div {
    display: inline-block!important;
    float: none!important;
    vertical-align: top;
    margin: 0 -5px 0 0;
}

.navbar-main-submenu {
    color: #000;
}

.navbar-main-submenu .button-up {
    position: absolute;
    bottom: 0;
    left: 46%;
    z-index: 100;
    width: 8%;
    height: 40px;
    text-align: center;
    font-size: 1.3em;
    line-height: 2em;
}

.navbar-main-submenu .button-up.full {
    left: 0;
    right: 0;
    width: auto;
}

.navbar-main-submenu .button-up:hover {
    text-decoration: none;
    color: #f39fb5;
}

.navbar-main-submenu .exclusive {
    padding: 12px .8em 20px;
    margin: 0;
    list-style-type: none;
    font: 1em Mavenpro-medium,Arial,Helvetica,sans-serif;
    overflow: hidden;
}

.navbar-main-submenu .exclusive li {
    padding: 0;
    margin: 0 28px 0 0;
    float: left;
    text-transform: uppercase;
}

.navbar-main-submenu .exclusive .icon {
    color: #f39fb5;
    font-size: 1.57em;
    position: relative;
    bottom: -4px;
    margin-right: .2em;
}

.navbar-main-submenu .wrapper-border {
    border: 1px solid #dcdcdc;
    padding: 25px 0;
    border-left: 0;
    border-right: 0;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 0;
}

.navbar-main-submenu .wrapper {
    padding: 40px 0 20px;
}

.navbar-main-menu-divider {
    height: 50px;
}

.navbar-compact .navbar-main-menu-divider {
    height: 38px;
}

.navbar-main-menu {
    box-sizing: content-box;
}

.submenu-block .icon {
    position: relative;
    top: -6px;
    font-size: 1.2em;
    display: block;
    float: left;
    width: 2.5em;
    text-align: center;
}

.submenu-block .name {
    font: 1em Mavenpro-bold,Arial,Helvetica,sans-serif;
    text-transform: uppercase;
}

.submenu-block .label {
    margin-left: 1.1em!important;
    padding: .4em .3em .2em;
    font: .9em Mavenpro-black,Arial,Helvetica,sans-serif;
}

.submenu-block ul {
    padding: 12px 0 18px;
    margin: 0 0 0 3.1em;
    list-style-type: none;
}

.submenu-block ul li {
    padding: 0 0 4px;
    margin: 0;
    position: relative;
}

.submenu-block ul ul {
    position: absolute;
    z-index: -100;
    display: block;
    top: -10px;
    margin: 0;
    padding: 10px;
    left: 80%;
    width: 100%;
    min-width: 160px;
    background: #fff!important;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    opacity: 0;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

.submenu-block ul ul ul {
    left: 100%;
    margin-left: 12px;
}

.submenu-block ul li:hover>ul {
    opacity: 1;
    z-index: 100;
}

.submenu-block ul li:hover>a {
    text-decoration: underline;
}

.submenu-block-other {
    padding-bottom: 25px;
}

.submenu-block-other .title {
    padding-top: 25px;
}

.submenu-block-other ul {
    margin-left: 0;
    padding-top: 15px;
}

.submenu-block-other .img-responsive {
    border-radius: 3px;
}

.navbar-main-menu .img-fullheight {
    margin: -55px 0 -100px;
}

.navbar-switcher {
    text-align: center;
    float: right;
    display: none;
    width: 49px;
    height: 47px;
    margin-bottom: -47px;
    margin-right: 10px;
    background: #f39fb5!important;
    padding: 6px 7px;
    border-radius: 0 0 3px 3px;
    cursor: pointer;
    color: #fff;
}

.navbar-switcher.active {
    background: #e08099!important;
}

.navbar-switcher .i-active,.navbar-switcher.active .i-inactive {
    display: none;
}

.navbar-switcher.active .i-active {
    display: inline;
    font-size: 1.8em;
    line-height: 1.5em;
}

.navbar-compact {
    top: -60px;
    position: fixed;
}

.navbar-compact .compact-hidden,.navbar-compact .compact-hidden.hidden-xs {
    display: none!important;
}

.navbar-compact .navbar-logo-outer {
    width: auto!important;
}

.navbar-compact .navbar-secondary-menu .btn-default {
    border-left: 0;
}

.navbar-compact .navbar-main-menu {
    clear: none;
    padding-top: 25px;
}

.navbar-compact .navbar-main-menu:before {
    content: " ";
    display: block;
    width: 0;
    height: 10px;
    float: left;
}

.navbar-compact .navbar-main-menu .compact-line:before {
    display: none;
}

.navbar-compact .navbar-search {
    clear: none;
    position: relative;
    margin-top: 12px;
    margin-right: -10px;
}

header.variant4 .navbar-compact .navbar-search {
    margin-top: 12px;
}

.navbar-compact .navbar-search .form-control:focus {
    width: 145px;
}

.navbar-compact .navbar-switcher {
    display: block;
}

.navbar-compact .navbar-main-menu {
    margin-top: 4px;
}

.navbar-compact .navbar-main-menu .item .btn-main,.navbar-compact .navbar-main-menu .sf-menu>li>a {
    padding: 0 7px;
    font-size: 1.05em;
}

.navbar-compact .navbar-main-menu .sf-menu>li:first-child>a {
    padding-left: 7px!important;
}

.navbar-compact .navbar-main-menu .item .line:before,.navbar-compact .navbar-main-menu .sf-menu>li>a:before {
    left: -7px!important;
}

.navbar-compact .navbar-main-menu .item:first-child {
    margin-left: 0;
}

.variant2 .navbar-secondary-menu .btn-group:last-child .btn-default {
    padding-right: 0!important;
}

.variant2 .navbar-secondary-menu .btn-default,.variant2 .navbar-secondary-menu .open .btn-default {
    border-width: 0;
    padding-left: 10px;
    padding-right: 5px;
}

.variant2 .navbar-search {
    clear: none;
    float: left!important;
    margin: 12px 0 0 135px;
    position: relative;
    z-index: 11;
}

.variant2 .navbar-search input.form-control {
    float: right;
    font-size: 1em;
    padding-top: 8px;
}

.variant2 .navbar-search .form-control:focus,.variant2 .navbar-search input.form-control {
    width: 335px;
}

.variant2 .navbar-compact .navbar-search {
    margin: 12px 0 0 15px;
}

.variant2 .navbar-compact .navbar-search .form-control:focus,.variant2 .navbar-compact .navbar-search input.form-control {
    width: 130px;
}

.variant2 .navbar-compact .navbar-main-menu:before {
    width: 15px;
}

.variant2 .navbar-secondary-menu .btn-group .dropdown-menu {
    right: 0;
    left: auto;
}

.variant3 .navbar-logo {
    width: 40%;
    text-align: center;
    z-index: 11;
}

.variant3 .navbar-welcome {
    width: 30%;
    padding-left: 0;
    text-align: left;
}

.variant3 .navbar-secondary-menu {
    width: 30%;
    z-index: 1200;
    text-align: right;
}

.variant3 .navbar-secondary-menu .btn-group {
    text-align: left;
}

.variant3 .navbar-compact .navbar-logo {
    width: 25%;
}

.variant3 .navbar-compact .navbar-secondary-menu {
    width: 0;
}

.variant3 .navbar-secondary-menu .btn-default,.variant3 .navbar-secondary-menu .open .btn-default {
    border-width: 0;
    padding-left: 10px;
    padding-right: 5px;
}

.variant3 .navbar-secondary-menu .btn-group:last-child .btn-default {
    padding-right: 0;
}

.variant3 .navbar-compact .navbar-main-menu {
    margin-top: 0;
}

.main-slider a {
    display: block;
    margin: 0;
    padding: 0;
    text-shadow: 2px 1px rgba(0,0,0,.2);
}

.main-slider a:hover {
    text-decoration: none;
}

.main-slider span {
    display: block;
}

.main-slider .rw-slider-preload {
    font: 10.9em/0.9em Mavenpro-black,Arial,Helvetica,sans-serif!important;
    background: #e8e1d7!important;
    padding: 0!important;
}

.main-slider .rw-slider-preload:before {
    display: block;
    content: " ";
    height: 40%;
}

.main-slider .title-slide-01 {
    position: absolute;
    top: 36%;
    left: 0;
    width: 100%;
    text-align: center;
}

.main-slider .title-slide-01 .big {
    font: 15.9em/0.9em Mavenpro-black,Arial,Helvetica,sans-serif;
    color: #fff;
    opacity: .9;
    text-transform: uppercase;
    letter-spacing: -.06em;
}

.main-slider .title-slide-01 .middle {
    font: 5.5em/0.9em Mavenpro-medium,Arial,Helvetica,sans-serif;
    color: #fff;
    opacity: .9;
    letter-spacing: -.08em;
}

.main-slider .title-slide-02 {
    position: absolute;
    top: 44%;
    left: 8%;
    width: 86%;
}

.main-slider .title-slide-02 .big {
    margin-left: -.06em;
    font: 10.8em/0.7em Mavenpro-black,Arial,Helvetica,sans-serif;
    color: #fff;
    opacity: .9;
    text-transform: uppercase;
    letter-spacing: -.06em;
}

.main-slider .title-slide-02 .middle {
    font: 4.6em/0.9em Mavenpro-black,Arial,Helvetica,sans-serif;
    color: #fff;
    opacity: .9;
    text-transform: uppercase;
    letter-spacing: -.08em;
}

.main-slider .title-slide-02 .small {
    font: 3.7em/0.9em Mavenpro-medium,Arial,Helvetica,sans-serif;
    color: #fff;
    opacity: .9;
    text-transform: uppercase;
    letter-spacing: -.08em;
}

.main-slider .title-slide-03 {
    position: absolute;
    top: 21%;
    left: 50%;
    width: 44%;
}

.main-slider .title-slide-03 .big {
    margin-left: -.06em;
    font: 10.2em/0.75em Mavenpro-black,Arial,Helvetica,sans-serif;
    color: #fff;
    opacity: .9;
    text-transform: uppercase;
    letter-spacing: -.06em;
}

.main-slider .title-slide-03 .middle {
    padding: .3em 0 .5em;
    font: 5.5em/0.9em Mavenpro-medium,Arial,Helvetica,sans-serif;
    color: #fff;
    opacity: .9;
    letter-spacing: -.08em;
}

.main-slider .title-slide-03 .small {
    font: 2.3em/0.9em Mavenpro-black,Arial,Helvetica,sans-serif;
    color: #fff;
    opacity: .9;
    text-transform: uppercase;
    letter-spacing: -.08em;
}

.main-slider .scroll-down {
    position: absolute;
    display: block;
    margin-bottom: 0;
    z-index: 100;
    color: #fff;
    left: 39%;
    bottom: 3%;
    width: 22%;
    text-align: center;
    text-shadow: 1px 1px rgba(0,0,0,.5);
    font: 2em/1em Mavenpro-medium,Arial,Helvetica,sans-serif;
}

.main-slider .scroll-down:hover {
    text-decoration: none;
}

.main-slider .scroll-down .icon {
    display: block;
    font-size: 2.6em;
}

.main-slider .control.next {
    right: 5%;
}

.title-slide-01,.title-slide-02,.title-slide-03 {
    text-shadow: 1px 1px 2px rgba(0,0,0,.27);
}

.fullwidthbanner .title-slide-01,.main-slider .owl-slider .title-slide-01,.main-slider .ss-slides .title-slide-01 {
    position: absolute;
    top: 22%;
    right: 15%;
    width: 90%;
    text-align: right;
}

.fullwidthbanner .title-slide-01 .big,.main-slider .owl-slider .title-slide-01 .big,.main-slider .ss-slides .title-slide-01 .big {
    font: 10.5em/0.9em Mavenpro-black,Arial,Helvetica,sans-serif;
    color: #fff;
    opacity: .9;
    text-transform: uppercase;
    letter-spacing: -.06em;
    text-shadow: 1px 1px 2px rgba(0,0,0,.2);
}

.fullwidthbanner .title-slide-01 .middle,.main-slider .owl-slider .title-slide-01 .middle,.main-slider .ss-slides .title-slide-01 .middle {
    font: 3.6em/0.9em Mavenpro-medium,Arial,Helvetica,sans-serif;
    color: #fff;
    opacity: .9;
    letter-spacing: -.08em;
}

.fullwidthbanner .title-slide-02,.main-slider .owl-slider .title-slide-02,.main-slider .ss-slides .title-slide-02 {
    position: absolute;
    top: 25%;
    left: 10%;
    width: 40%;
}

.fullwidthbanner .title-slide-02 .big,.main-slider .owl-slider .title-slide-02 .big,.main-slider .ss-slides .title-slide-02 .big {
    margin-left: -.06em;
    font: 9em/0.7em Mavenpro-black,Arial,Helvetica,sans-serif;
    color: #fff;
    opacity: .9;
    text-transform: uppercase;
    letter-spacing: -.06em;
}

.fullwidthbanner .title-slide-02 .middle,.main-slider .owl-slider .title-slide-02 .middle,.main-slider .ss-slides .title-slide-02 .middle {
    font: 3.8em/0.9em Mavenpro-black,Arial,Helvetica,sans-serif;
    color: #fff;
    opacity: .9;
    text-transform: uppercase;
    letter-spacing: -.08em;
}

.fullwidthbanner .title-slide-02 .small,.main-slider .owl-slider .title-slide-02 .small,.main-slider .ss-slides .title-slide-02 .small {
    font: 3.1em/0.9em Mavenpro-medium,Arial,Helvetica,sans-serif;
    color: #fff;
    opacity: .9;
    text-transform: uppercase;
    letter-spacing: -.08em;
}

.fullwidthbanner .title-slide-03,.main-slider .owl-slider .title-slide-03,.main-slider .ss-slide .title-slide-03 {
    position: absolute;
    top: 5%;
    left: 55%;
    width: 25%;
}

.fullwidthbanner .title-slide-03 .big,.main-slider .owl-slider .title-slide-03 .big,.main-slider .ss-slide .title-slide-03 .big {
    margin-left: -.06em;
    font: 6.2em/0.75em Mavenpro-black,Arial,Helvetica,sans-serif;
    color: #fff;
    opacity: .9;
    text-transform: uppercase;
    letter-spacing: -.06em;
}

.fullwidthbanner .title-slide-03 .middle,.main-slider .owl-slider .title-slide-03 .middle,.main-slider .ss-slide .title-slide-03 .middle {
    padding: .3em 0 .5em;
    font: 3.4em/0.9em Mavenpro-medium,Arial,Helvetica,sans-serif;
    color: #fff;
    opacity: .9;
    letter-spacing: -.08em;
}

.fullwidthbanner .title-slide-03 .small,.main-slider .owl-slider .title-slide-03 .small,.main-slider .ss-slide .title-slide-03 .small {
    font: 1.4em/0.9em Mavenpro-black,Arial,Helvetica,sans-serif;
    color: #fff;
    opacity: .9;
    text-transform: uppercase;
    letter-spacing: -.08em;
}

.filters-panel {
    padding: 1.3em 0 2.3em;
}

.filters-panel a {
    text-decoration: none;
}

.filters-panel .divider {
    height: 25px;
}

.filters-panel .divider:after {
    content: " ";
    display: block;
    height: 10px;
    border-bottom: 1px solid #e9e9e9;
}

.filters-panel .sort-select .dropdown-menu {
    min-width: 98px;
}

.filters-panel .sort-select .value {
    min-width: 60px;
}

.filters-panel .sort-select-arrow.up .down {
    display: none;
}

.filters-panel .sort-select-arrow.down .down,.filters-panel .sort-select-arrow.up .up {
    display: inline;
}

.filters-panel .sort-select-arrow.down .up {
    display: none;
}

.filters-panel .perpage-select .dropdown-menu {
    min-width: 53px;
}

.filters-panel .perpage-select .value {
    min-width: 15px;
}

.filters-panel .view-mode {
    text-align: center;
}

.filters-panel .view-mode a {
    font-size: 1.6em;
    line-height: .5em;
    position: relative;
    bottom: -5px;
}

.pagination {
    margin: 0;
    display: block;
}

.pagination .icon {
    background: #ececec;
    border-radius: 1px;
    padding: 5px 4px 1px;
    margin-left: 12px;
}

.pagination a:hover {
    text-decoration: none;
}

.login-form h3 {
    font-family: Mavenpro-medium,Arial,Helvetica,microsoft yahei,wenquanyi micro hei,sans-serif;
}

.login-form .form-control {
    width: 60%;
    min-width: 150px;
}

.login-form .form-link {
    display: block;
    padding-bottom: 2em;
}

.login-form .btn {
    padding-left: 30px;
    padding-right: 30px;
}

.container-with-large-icon {
    border: 2px solid #ebebeb;
    min-height: 420px;
    padding: 45px;
    position: relative;
    margin-bottom: 40px;
}

.container-with-large-icon .large-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.container-with-large-icon .wrap {
    position: relative;
}

.pagination-main {
    margin: 0 auto;
    padding: 0 0 35px;
    list-style-type: none;
    text-align: center;
}

.pagination-main li {
    display: inline-block;
    margin: 0;
    padding: 0 1px 0 0;
    font: 1.08em/2.3em Mavenpro-bold,Arial,Helvetica,sans-serif;
    color: #9c9c9c;
}

.pagination-main li a {
    display: inline-block;
    border: 1px solid #e5e5e5;
    width: 30px;
    height: 34px;
    text-align: center;
    border-radius: 2px;
}

.pagination-main li a:hover,.pagination-main li.active a {
    text-decoration: none;
    color: #fff;
    background: #f39fb5;
    border-color: #f39fb5;
}

.pagination-main li.active a {
    cursor: default;
}

.options-panel {
    padding: 30px 0 40px;
}

.options-panel h3 {
    padding-bottom: 10px;
}

.options-panel .slider-range {
    margin-top: 10px;
}

.options-panel .pagination {
    display: block;
    float: right;
    margin-left: 1.5em;
    line-height: 1.5em;
    padding-top: 4px;
}

.options-panel .perpage-select .dropdown-menu {
    min-width: 53px;
}

.options-panel .perpage-select .value {
    min-width: 15px;
}

.options-panel .filters-panel {
    padding-top: 32px;
    float: right;
}

.services-block {
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.services-block.single {
    border-top: 1px solid #eee;
    margin-bottom: 30px;
}

.services-block .divider-right {
    position: relative;
}

.services-block .divider-right:after {
    display: block;
    content: " ";
    position: absolute;
    top: 25px;
    bottom: 25px;
    width: 1px;
    right: 0;
    font-size: 0;
    line-height: 0;
    border-left: 1px solid #e7e7e7;
}

.services-block .divider-right:last-child:after {
    border-left: none;
}

.services-block .item {
    display: table;
    width: 100%;
    padding: 2em 1.2em;
    color: #2b2b2b;
}

.services-block .item:hover {
    text-decoration: none;
}

.services-block.small .item {
    padding: 2.9em 2.2em;
    min-height: 8.5em;
}

.services-block .icon {
    display: table-cell;
    vertical-align: middle;
    font-size: 4.78em;
    padding-right: 10px;
    line-height: .7em;
}

.services-block.small .icon {
    font-size: 2.8em;
    line-height: 1em;
    width: 62px;
    padding: .2em;
    margin-right: 0;
}

.services-block .icon-airplane-2 {
    font-size: 3.5em;
    line-height: 1em;
}

.services-block .item .text {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.services-block .title {
    display: block;
    font: 2.15em/1em Mavenpro-bold,Arial,Helvetica,sans-serif;
    text-transform: uppercase;
}

.services-block.small .title {
    font-size: 1.24em;
    line-height: 1.2em;
}

.services-block .description {
    display: block;
    color: #5b5b5b;
}

.services-block.vertical.small {
    padding: 1.5em 0 2em;
    margin-bottom: 20px;
    border: none;
}

.services-block.vertical.small>div {
    padding: 0!important;
    border-bottom: 1px solid #e7e7e7;
}

.services-block.vertical.small>div:last-child {
    border: none;
}

.services-block.vertical.small .item {
    margin: 1em 0;
    padding: 0;
    min-height: 4.2em;
}

.expander-list,.expander-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.expander-list li {
    margin: 0;
}

.expander-list .expander {
    float: right;
    cursor: pointer;
    padding: 0 8px;
    font-family: Verdana,Arial,Helvetica,microsoft yahei,wenquanyi micro hei,sans-serif;
}

.expander-list .name {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 7px 0 6px;
}

.expander-list ul .name {
    padding-left: 21px;
}

.expander-list ul ul .name {
    padding-left: 42px;
}

.expander-list ul ul ul .name {
    padding-left: 63px;
}

.expander-list .last>.name {
    border: none;
}

.menu-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.menu-list li {
    margin: 0;
    display: block;
    border-top: 1px solid #eee;
}

.menu-list li:first-child {
    border: none;
}

.menu-list li a {
    display: block;
    padding: 15px 20px 14px;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    font-family: Mavenpro,Arial,Helvetica,microsoft yahei,wenquanyi micro hei,sans-serif;
    text-transform: uppercase;
    color: #2b2b2b;
}

.menu-list li a:hover {
    background: #f5f5f5;
}

.error-page {
    padding-top: 30px;
    padding-bottom: 100px;
    text-align: center;
}

.error-page .error-number {
    color: #868686;
    font: 17.7em/1 Mavenpro,Arial,Helvetica,"Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
    padding-bottom: 35px;
}

.error-page .icon {
    margin-top: 0%;
}

.error-page h2 {
    padding-bottom: 3px;
}

.error-page .list {
    padding: 0;
    list-style-type: none;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}

.error-page .list li {
    margin: 0;
    padding: 0 0 0 15px;
    position: relative;
}

.error-page .list li:before {
    content: "â€º";
    display: inline;
    font-size: 1.4em;
    position: absolute;
    left: 0;
}

.simple-list {
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    list-style-type: none;
}

.bold-list>li>a {
    font-weight: 700;
    text-transform: uppercase;
}

.simple-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    bottom: -.8em;
}

.simple-list li {
    margin: 0;
    padding: 0 0 12px;
}

.simple-list .checkbox {
    padding-left: 0;
    margin-bottom: 5px;
    margin-top: 5px;
}

.simple-list .checkbox input[type=checkbox] {
    margin-right: 10px;
}

.simple-list .icon {
    margin-right: 9px;
}

.underline_title {
    border-bottom: 1px solid #000;
}

.compressed-list li {
    padding-bottom: 8px;
}

.dotted-list li {
    border-bottom: 1px dotted #eaeaea;
    padding: 9px 0 7px;
}

.dotted-list li:last-child {
    border-bottom: 0;
}

.arrow-list li {
    padding-left: 12px;
    position: relative;
}

.arrow-list li:before {
    content: "â€º";
    display: inline;
    font-size: 1.1em;
    position: absolute;
    left: 0;
    top: -1px;
}

.dotted-list.arrow-list li:before {
    top: 8px;
}

.contacts .address {
    padding-bottom: 20px;
}

.contacts .map,.contacts-form {
    padding-bottom: 40px;
}

.contacts-form .wrap-paper {
    margin: 0 3.462% -1.3% 3.2%;
    position: relative;
    border: 1px solid #eee;
    border-bottom: 0;
    padding: 30px 12% 0;
    background: #fafafa;
    background: -moz-linear-gradient(top,rgba(250,250,250,1)0,rgba(253,253,253,1)100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(250,250,250,1)),color-stop(100%,rgba(253,253,253,1)));
    background: -webkit-linear-gradient(top,rgba(250,250,250,1)0,rgba(253,253,253,1)100%);
    background: -o-linear-gradient(top,rgba(250,250,250,1)0,rgba(253,253,253,1)100%);
    background: -ms-linear-gradient(top,rgba(250,250,250,1)0,rgba(253,253,253,1)100%);
    background: linear-gradient(to bottom,rgba(250,250,250,1)0,rgba(253,253,253,1)100%);
}

.contacts-form .paper {
    margin-bottom: -35%;
    float: left;
    width: 100%;
}

.contacts-form .back {
    width: 100%;
}

.contacts-form .form-group {
    margin-bottom: 7px;
    position: relative;
}

.contacts-form .btn {
    margin-top: 9px;
}

.contacts-form .form-control {
    -webkit-appearance: none!important;
    border: 1px solid #eee;
    border: 0 solid transparent;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
    font-size: 1em;
    padding-left: 30px;
}

.contacts-form input.form-control {
    height: 30px;
    line-height: 1;
}

.contacts-form textarea.form-control {
    height: 154px;
    resize: none;
}

.contacts-form input.form-control,.contacts-form textarea.form-control {
    padding-top: 9px\0;
}

_:valid\0,.contacts-form input.form-control,.contacts-form textarea.form-control {
    padding-top: 6px;
}

.contacts-form .icon {
    font-size: 1.23em;
    position: absolute;
    top: 6px;
    left: 7px;
    color: #cfcfcf;
}

.contacts-form .form-control:focus {
    -webkit-box-shadow: 0 0 8px rgba(102,175,233,.6);
    box-shadow: 0 0 8px rgba(102,175,233,.6);
}

.contacts-form .btn-mega:hover {
    background: #fff;
    background: transparent;
}

.tags-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.tags-list li {
    margin: 0;
    padding: 0 0 2px;
    display: inline-block;
    margin-right: 4px;
}

.tags-list li a {
    display: inline-block;
    margin-left: -2px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding: 5px 8px 4px;
}

.tags-list li a:hover {
    text-decoration: none;
    color: #fff;
    background: #f39fb5;
    border-color: #f39fb5;
}

.section-divider {
    height: 47px;
}

.section-divider:before {
    content: " ";
    display: block;
    width: 100%;
    border-bottom: 1px solid #f4f4f4;
    height: 24px;
}

.rating {
    color: #f39fb5;
    font-size: 1.08em;
    letter-spacing: -.1em;
    padding-bottom: 4px;
}

.price,.price_normal {
    color: #4a4a4a;
}

.price.old {
    text-decoration: line-through;
}

.price.new {
    color: #f39fb5!important;
}

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

.btn-select .btn {
    font-size: 1em;
}

.btn-select .value {
    display: inline-block;
    text-align: left;
    position: relative;
    bottom: -1px;
    min-width: 122px;
}

.btn-select .dropdown-menu {
    font-size: 1em;
}

.btn-select .icon-color {
    top: -1px;
    font-size: .85em;
}

.btn-select .m-icon {
    font-size: 1em;
    margin: -3px 0;
}

.btn-select-xl .value {
    height: 22px;
    padding-top: 1px;
}

.btn-select-wide .btn {
    display: block;
    text-align: left;
}

.btn-select-wide .caret {
    position: absolute;
    top: 13px;
    right: 10px;
}

.btn-select-wide .dropdown-menu {
    width: 100%;
}

.cloud-tags a {
    margin-right: 5px;
}

.input-control input.form-control {
    font-size: 1em;
    width: 262px;
}

.input-control .button {
    float: right;
    margin-left: -34px;
    background: 0 0;
    font-size: 1.2em;
    position: relative;
    bottom: -1px;
    height: 34px;
    border: none;
    width: 34px;
    outline: 0;
    color: #353535;
}

.touch .input-control .button span {
    margin-left: -10px;
}

.input-control .button:active {
    line-height: .8em;
}

.quantity-control {
    width: 5.8em;
}

.quantity-control .input-group-addon {
    padding: 6px 7px;
    border: 0;
    background: #e1e1e1;
    cursor: pointer;
    border-radius: 0;
    height: auto;
}

.quantity-control .input-group-addon:last-child {
    border-radius: 0 2px 2px 0;
}

.quantity-control .input-group-addon:first-child {
    border-radius: 2px 0 0 2px;
}

.quantity-control .form-control {
    padding: 7px 0;
    text-align: center;
    margin: -1px 0;
    height: 28px;
    line-height: 14px;
    border-radius: 3px!important;
}

.accordion-simple {
    text-align: left;
}

.accordion-simple .panel-heading {
    padding: 0;
}

.accordion-simple .panel-heading a {
    display: block;
    font: 1em Mavenpro-bold,Arial,Helvetiva,sans-serif;
    text-transform: uppercase;
    padding: 13px 0 15px;
}

.accordion-simple .panel-heading a:hover {
    text-decoration: none;
}

.accordion-simple .panel {
    border-bottom: 1px solid #e7e7e7;
}

.accordion-simple .panel:last-child {
    border-bottom: none;
}

.accordion-simple .panel-heading {
    border: 0;
}

.accordion-simple .arrow-down,.accordion-simple .arrow-up {
    float: right;
    font-size: 1.54em;
    position: relative;
    top: -3px;
}

.accordion-simple .arrow-down,.accordion-simple .collapsed .arrow-up {
    display: none;
}

.accordion-simple .collapsed .arrow-down {
    display: inline;
}

.accordion-simple .panel-body {
    border-top: 0!important;
    padding: 0 2em 1em 2px;
}

.accordion-faq {
    text-align: left;
    position: relative;
}

.accordion-faq .panel {
    border-radius: 0;
}

.accordion-faq .panel .panel-heading {
    padding: 0;
    color: #fff;
    border-radius: 0!important;
    background: #333;
}

.accordion-faq .panel-heading a {
    display: block;
    position: relative;
    background: #f39fb5;
    font: 700 1.077em/1.2em Arial,Helvetica,sans-serif;
    color: #fff;
    padding: 10px 5px 12px 15px;
    border-radius: 0;
    border-right: 48px solid #3b3b3b;
    min-height: 50px;
}

.accordion-faq .panel-heading a:hover {
    text-decoration: none;
}

.accordion-faq .panel:last-child {
    border-bottom: none;
}

.accordion-faq .arrow-down,.accordion-faq .arrow-up {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 1.7em;
    top: 50%;
    margin-top: -10px;
    right: -36px;
}

.accordion-faq .arrow-down,.accordion-faq .collapsed .arrow-up {
    display: none;
}

.accordion-faq .collapsed .arrow-down {
    display: block;
}

.accordion-faq .panel-body {
    border-top: 0!important;
    padding: 15px;
    background: #f4f4f4;
}

.accordion-faq.panel-group .panel+.panel {
    margin-top: 3px;
}

.product-preview {
    font-size: 1.082em;
    text-align: center;
    padding-bottom: 40px;
    position: relative;
    max-width: 350px;
}

.product-preview .preview {
    position: relative;
    overflow: hidden;
}

.product-preview .preview .img-responsive {
    width: 100%;
    border-radius: 0;
}

.product-preview h3.title {
    color: #000;
    font: inherit;
    text-transform: none;
    padding: 12px 0 9px;
}

.product-preview .quick-view {
    position: absolute;
    display: block;
    border-radius: 0 0 3px 3px;
    bottom: -62px;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 12px 0 10px!important;
}

.product-preview .quick-view:hover {
    text-decoration: none;
}

.product-preview:hover .quick-view {
    bottom: 0;
}

.product-preview .quick-view .rating {
    color: #d9d9d9;
    font-size: 1em;
    display: block;
}

.product-preview .quick-view span.icon-zoom-in-2 {
    font-size: 1.15em;
}

.product-preview .price {
    font-size: 1.4em;
    color: #353535;
}

.preview.hover-slide .preview-image {
    display: block;
    height: 320px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.preview.hover-slide .preview-image img {
    position: absolute;
    top: 0;
}

.preview.hover-slide .preview-image img:first-child {
    top: -100%;
}

.slider-products .product-preview {
    padding-bottom: 25px;
}

.slider-products {
    padding-bottom: 15px;
}

.slider-products h3 {
    padding-right: 40px;
}

.product-controls-list {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.product-controls-list.right {
    right: -2px;
    left: auto;
}

.product-controls-list li {
    margin: 0;
    padding: 0;
    min-width: 3.956em;
}

.product-controls-list .label {
    min-height: 2.14em;
    text-transform: uppercase;
    display: block;
    width: 6.6em;
    padding: .7em 0 .6em;
    font: .86em Mavenpro-black,Arial,Helvetiva,sans-serif;
    color: #000;
    background: #fff;
}

.product-controls-list .label-sale {
    background: #f39fb5;
    color: #fff;
}

.product-controls-list .label-new {
    background: #939393;
    color: #fff;
}

.product-controls-list .top-out-small {
    height: 90px;
}

.product-controls-list .top-out {
    height: 90px;
}

.product-controls-list a:hover {
    text-decoration: none;
}

.product-controls-list .circle {
    display: block;
    width: 2.1em;
    height: 2.1em;
    text-align: center;
    background: #babab9;
    color: #fff;
    border-radius: 1.05em;
    font-size: 1.3em;
    line-height: 2.4em;
    margin: 0 auto 2px;
}

.product-controls-list .cart span,.product-controls-list .circle span {
    display: inline-block;
}

.product-controls-list .circle:hover {
    background: rgba(0,0,0,.7);
}

.product-controls-list .cart {
    font-size: 2em;
    line-height: 2em;
    color: #f39fb5;
    text-shadow: 1px 1px rgba(0,0,0,.19);
}

.product-controls-list.hide-right {
    right: -4em;
}

.product-preview:hover .product-controls-list.hide-right {
    right: 0;
}

.touch .product-preview .quick-view {
    bottom: 0!important;
}

.touch .product-preview .product-controls-list.hide-right {
    right: 0!important;
}

.list_buttons,.list_description,.list_rating {
    display: none;
}

.products-list-in-row .product-controls-list.hide-right,.products-list-in-row .product-preview .quick-view {
    display: none!important;
}

.products-list-in-row .product-preview {
    float: left!important;
    width: 100%!important;
    max-width: none!important;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative!important;
    clear: both!important;
    left: 0!important;
    transform: none!important;
    text-align: left!important;
}

.products-list-in-row .list_description {
    border-top: 1px solid #eee;
    margin-top: 15px;
}

.products-list-in-row .list_buttons,.products-list-in-row .list_description,.products-list-in-row .title {
    display: block;
    position: relative;
    padding: 15px 0;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.products-list-in-row .product-options-outer {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    overflow: hidden;
    padding-bottom: 10px;
}

.products-list-in-row .title {
    margin-bottom: 15px;
    font-weight: 700!important;
}

.products-list-in-row .list_buttons {
    border: none;
}

.products-list-in-row .list_rating {
    display: block;
    margin-top: -20px;
    margin-left: 2px;
    margin-right: 2px;
    overflow: hidden;
}

.products-list-in-row .list_rating span {
    float: right;
    padding-right: 5px;
    display: block;
}

.products-list-in-row .product-preview .preview {
    float: left;
    width: 25%;
    margin-right: 15px;
    margin-bottom: 15px;
}

.products-list-in-row .product-preview ul {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
}

.products-list-in-row .product-preview ul li {
    display: inline;
    white-space: nowrap;
    margin: 0 15px;
}

.products-slider .item {
    margin-right: 30px;
}

.product-view-ajax {
    display: none;
    position: relative;
    min-height: 0;
    padding-bottom: 40px;
}

.product-view-ajax .layar {
    position: absolute;
    z-index: 4;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,.8);
}

.product-view-ajax .ajax-loader {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 45%;
    margin: 15px auto 0!important;
}

.product-view-compact {
    padding-bottom: 15px;
    padding-top: 20px;
}

.product-view-ajax-container {
    width: 100%;
    float: left;
}

.product-preview-popup {
    width: 960px;
    margin: -5px 5px 0;
    padding-bottom: 15px;
    overflow: hidden;
}

.product-view .close-view {
    float: right;
    font-size: 1.4em;
    position: relative;
    z-index: 1;
}

.product-view .close-view:hover {
    text-decoration: none;
    color: #f39fb5;
}

.product-preview-popup .product-view .close-view {
    position: absolute;
    top: 0;
    right: 0;
}

.product-view .images-cell {
    width: 37%;
    float: left;
}

.product-view .img-responsive {
    border-radius: 3px;
}

.product-view .large-image {
    text-align: center;
}

.product-view .large-image img {
    max-width: 100%;
}

.product-view .large-image.vertical {
    position: relative;
    width: 100%;
    padding: 0 20px 0 86px;
}

.product-view .flexslider-thumb {
    max-width: 332px;
    margin: 30px auto 0;
    padding: 0 45px;
    position: relative;
}

.product-view-compact .flexslider-thumb {
    margin: 17px auto 0;
}

.product-view .flexslider-thumb .flex-viewport {
    z-index: 10 padding-bottom:20px;
}

.product-view .flexslider-thumb .flex-direction-nav {
    top: 15%;
    left: 0;
    width: 100%;
    z-index: 9;
}

.product-view .flexslider-thumb .flex-prev {
    position: absolute;
    left: 0;
}

.product-view .flexslider-thumb .flex-next {
    position: absolute;
    right: 0;
}

.product-view .flexslider-thumb li img {
    cursor: pointer;
    -moz-user-select: none;
}

.product-view .previews-list {
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.product-view .previews-list li {
    width: 76px;
    margin-right: 7px;
    padding: 0;
    float: none;
    display: inline-block;
}

.product-view-compact .rating {
    padding: 18px 0 21px;
}

.product-view-compact .btn-toolbar {
    margin: 0;
    padding: 7px 0 22px;
}

.product-view-compact .price {
    padding: 6px 0 20px;
}

.product-view .flexslider-thumb-vertical-outer {
    margin: 0 10px 15px 0;
    width: 76px;
    float: left;
    position: relative;
    z-index: 1;
}

.product-view .flexslider-thumb-vertical .flex-viewport {
    height: 300px!important;
}

.product-view .flexslider-thumb-vertical .slides {
    margin: -4px 0 0;
    padding: 0;
    list-style-type: none;
}

.product-view .flexslider-thumb-vertical .slides li {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.product-view .flexslider-thumb-vertical .slides li img {
    width: 100%;
    padding: 4px 0;
    cursor: pointer;
    -moz-user-select: none;
}

.product-view .product-qr-code {
    position: absolute;
    right: 15px;
    bottom: 0;
}

.sharethis {
    min-height: 50px;
    margin: 25px 0 15px;
}

.stButton .stFb,.stButton .stMainServices,.stButton .stTwbutton {
    height: 22px!important;
    line-height: 20px;
    margin-bottom: 5px!important;
}

.stButton .stButton_gradient {
    height: 20px!important;
    padding-top: 0!important;
}

.ajax-loader {
    margin: 10px auto!important;
    width: 80px!important;
    height: 15px!important;
}

.ajax-loader .progress-bar {
    width: 100%;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}

.product-card {
    max-width: 393px;
    margin: -70px 0 30px;
    position: relative;
}

.product-card .img-responsive {
    border-radius: 0;
}

.product-card .wrap {
    border: 6px solid #353535;
    border-top: 0;
    background: #fff;
    padding: 0 5px 5px;
}

.product-card .wrap.side {
    padding-bottom: 0;
    border-bottom: 0;
}

.product-card .price-part {
    background: #353535;
    color: #fff;
    border: 1px solid #2e2e2e;
    border-bottom: 0;
    border-top: 0;
    text-align: center;
    padding-bottom: 13px;
}

.product-card .options-part {
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-top: 0;
    text-align: center;
    padding: 0 18px 18px;
}

.product-card h2 {
    font-size: 1.53em;
    padding-bottom: 7px;
}

.product-card .price {
    color: #fff;
}

.product-card .btn-toolbar {
    margin: 0;
    padding: 5px 0 15px;
}

.product-card .btn-select {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    float: none;
}

.product-card .btn-select .value {
    min-width: 164px;
}

.product-card .btn-select .dropdown-menu {
    min-width: 202px;
}

.product-card .rating {
    padding: 16px 0 13px;
}

.product-card .quantity-control {
    margin: 5px auto 13px;
}

.product-label {
    max-width: 485px;
    position: relative;
    height: auto;
    margin-bottom: 38px;
}

.product-label .back {
    position: absolute;
    top: -17px;
    left: -7px;
}

.product-label h1 {
    font-size: 1.53em;
    padding-bottom: 7px;
    text-transform: none;
}

.product-label .box-wrap {
    padding-top: 0;
    padding-left: 72px;
    position: relative;
}

.product-label .box-wrap-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 50%;
}

.product-label .box-wrap-bot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 72px;
    height: 50%;
}

.product-label .box-wrap-center {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -80px;
    width: 72px;
    height: 160px;
}

.product-label .box {
    width: 100%;
}

.product-label .box .box-content {
    height: 109px;
    overflow: hidden;
    padding: 0 20px;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    border-radius: 0;
}

.product-description {
    margin-left: 22px;
}

.product-description .rating {
    display: block;
    padding-bottom: 20px;
}

.product-description .option.quantity {
    display: inline-block;
    padding: 0 15px 40px 0;
}

.product-description .option .btn-toolbar,.product-description .option .input-group {
    margin-top: 3px;
}

.product-description .btn {
    display: inline-block;
    vertical-align: top;
}

.products-list {
    padding-bottom: 20px;
}

.products-list .product-preview {
    padding-bottom: 30px;
}

.products-list .quick-view {
    padding: 9px 0 2px;
}

.product-options-outer {
    padding: 0 0 4px;
}

.products-list .product-options {
    padding: 0 0 2px;
}

.products-list-small .slides {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
}

.products-list-small .slides li {
    display: block;
    margin: 0 8px;
}

.products-list-small .slides li img {
    width: 100%;
}

.products-list-small .quick-view {
    padding: 6px 0 4px;
}

.touch .products-list-small .quick-view {
    bottom: -50px!important;
}

.product-options {
    font: .71em/1.9em Mavenpro,Arial,Helvetiva,sans-serif;
    text-transform: uppercase;
    padding-bottom: 4px;
}

.product-description .product-options .icon-size {
    top: 4px;
}

.product-description .product-options .icon-color,.product-preview .product-options .icon-color {
    top: 4px;
    border: 1px solid #d1d1d1;
    font-style: normal;
    margin-right: 0;
    margin-left: 0;
    font-size: 14px;
    line-height: 15px;
    padding: 0 9px;
    border-radius: 0;
}

.product-preview .product-options .icon-color {
    top: 0;
}

.product-options .disable {
    opacity: .2;
    filter: alpha(opacity=20);
    cursor: auto;
}

.product-description .product-options {
    margin-top: 3px;
}

.product-description .product-options .icon {
    cursor: pointer;
}

.product-description .product-options .icon.selected {
    border-color: #f39fb5;
}

.product-description .product-options .icon.disable {
    cursor: default;
}

.shopping-cart-aside {
    padding-top: 35px;
}

.shopping-cart {
    max-width: none;
}

.shopping-cart-header {
    background: url(../images/shopping-cart-back.png) no-repeat center 0;
    width: 100%;
    height: 230px;
    margin-top: -55px;
    overflow: hidden;
}

.shopping-cart .box {
    background: #f7f7f7;
    padding: 0 70px 30px;
    margin-bottom: 10px;
}

.visible-xs .shopping-cart .box {
    background: #f7f7f7;
    padding: 5px 30px;
}

.shopping-cart .remove-button {
    text-decoration: none;
    color: #c7c7c7;
    font-size: 18px;
}

.shopping-cart .remove-button:hover {
    text-decoration: none;
    color: #2b2b2b;
}

.shopping-cart table {
    width: 100%;
    margin-bottom: 35px;
}

.shopping-cart table td,.shopping-cart table th {
    text-align: center;
    padding: 10px 10px 11px;
    border-bottom: 1px solid #cfcfcf;
    vertical-align: middle;
}

.shopping-cart table th {
    color: #494949;
}

.shopping-cart table td:first-child {
    padding: 8px 0;
    font-size: 1.5em;
}

.visible-xs .shopping-cart table td:first-child {
    padding: 8px 0;
    font-size: 1em;
    color: #494949;
}

.shopping-cart table td:first-child a:hover {
    text-decoration: none;
}

.shopping-cart table td {
    padding: 8px 10px;
}

.shopping-cart .preview {
    width: 52px;
}

.shopping-cart .quantity-control {
    margin: 0 auto;
}

.shopping-cart .title {
    margin-right: 5px;
}

.shopping-cart .price {
    font: 700 1.85em Arial,Helvetica,san-serif;
}

.blog-widget {
    color: #d9d9d9;
    background: url(../images/blog-back.jpg) no-repeat 50% 0 #262626;
    -webkit-backface-visibility: visible;
    overflow: hidden;
    padding: 30px 0;
}

.back-bg .blog-widget {
    background-image: none;
}

.blog-widget .content {
    overflow: hidden;
}

.container .blog-widget .content.container {
    width: auto;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

.touch .blog-widget {
    background-image: none;
}

.blog-widget p {
    color: #fff;
}

.blog-widget h3 {
    text-decoration: none;
    color: #fff;
}

.blog-widget h4,.blog-widget h4 a {
    text-decoration: none;
    color: #fff;
    text-transform: none;
}

.blog-widget-small h4,.blog-widget-small h4 a {
    text-transform: none;
}

.blog-widget a {
    color: #ddd;
    text-decoration: underline;
}

.blog-widget a:hover {
    text-decoration: none;
}

.blog-widget .img-responsive {
    border-radius: 2px;
}

.blog-widget .posts {
    width: 100%;
    padding: 20px 5%;
    position: relative;
}

.blog-widget .posts .flex-viewport {
    z-index: 10;
}

.blog-widget .posts .flex-direction-nav {
    top: 45%;
    left: 10px;
    width: 100%;
    z-index: 9;
}

.blog-widget .posts .flex-direction-nav a {
    color: #fff;
}

.blog-widget .posts .flex-direction-nav a:hover {
    opacity: .8;
}

.blog-widget .posts .flex-disabled {
    color: #ccc!important;
}

.blog-widget .posts .flex-prev {
    position: absolute;
    left: 0;
}

.blog-widget .posts .flex-next {
    position: absolute;
    right: 20px;
    left: auto;
}

.blog-widget .posts li {
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: left;
}

.blog-widget .image-cell {
    width: 27%;
    padding-left: 2px;
    float: left;
    padding-top: 10px;
}

.blog-widget .offset-image {
    width: 70%;
    float: right;
}

.blog-widget .rating {
    color: #ddd;
    display: inline;
}

.blog-widget-small h4,.blog-widget-small h4 a {
    margin-top: 18px;
    text-decoration: none;
}

.blog-widget-small h4 a:hover {
    text-decoration: underline;
}

.blog-widget-small .img-responsive {
    border-radius: 2px;
}

.blog-widget-small .rating {
    display: block;
    float: left;
    color: #565656;
    padding: 1px 0 0;
}

.box-parallax-widget {
    color: #fff;
    background: url(../images/box-parallax-back.jpg) no-repeat 50% 0 #262626;
    -webkit-backface-visibility: visible;
    overflow: hidden;
}

.touch .box-parallax-widget {
    background: url(../images/box-parallax-back.jpg) no-repeat 50% 50% #262626;
}

.box-parallax-widget h2 {
    font-size: 3em;
    color: #fff;
    margin-bottom: 15px;
    padding: 40px 0 0;
}

.products-widget {
    max-height: 360px;
}

.products-widget:after {
    content: " ";
    display: block;
    position: relative;
    z-index: 1;
    height: 2px;
    margin-top: -2px;
    background: #fff;
}

.grey-container .products-widget:after {
    background: #f2f2f2;
}

.grey-container-dark .products-widget:after {
    background: #ebebeb;
}

.grey-container-light .products-widget:after {
    background: #f7f7f7;
}

.products-widget.flexslider {
    margin-bottom: 15px;
}

.products-widget .slides {
    margin: -12px 0 0;
    padding: 0;
    list-style-type: none;
}

.products-widget .slides li {
    margin: 0 2px 0 0;
    height: 118px!important;
    padding: 0;
    border-bottom: 1px dotted #d7d7d7;
    overflow: hidden;
    float: none!important;
}

.products-widget .slides li.last {
    border-color: transparent;
}

.products-widget .product {
    padding: 15px 0;
    text-align: left;
}

.products-widget .product>a {
    display: block;
    border-radius: 2px;
    float: left;
    margin-right: 17px;
    width: 68px!important;
    overflow: hidden;
}

.products-widget .rating {
    display: block;
    color: #d9d9d9;
    height: 1.8em;
    margin-top: -3px;
}

.products-widget .name {
    color: #565656;
    overflow: hidden;
    height: 2.5em;
    padding-right: 20%;
    line-height: 1.2em;
}

.products-widget .price {
    font-size: 1.14em;
}

.products-widget .flex-viewport {
    height: 312px!important;
}

.products-mobile-list .slides {
    margin: -12px 0 15px;
    padding: 0;
    list-style-type: none;
}

.products-mobile-list .slides li {
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #d7d7d7;
    overflow: hidden;
    display: block;
    width: 100%;
}

.products-mobile-list .product {
    padding: 12px 0;
}

.products-mobile-list .img-responsive {
    border-radius: 2px;
    float: left;
    margin: 0 17px 15px 0;
    width: auto!important;
}

.products-mobile-list .rating {
    display: block;
    color: #d9d9d9;
    height: 1.8em;
    margin-top: -3px;
}

.products-mobile-list .name {
    color: #565656;
    overflow: hidden;
    height: 2.5em;
    padding-right: 20%;
}

.products-mobile-list .price {
    font-size: 1.14em;
}

.products-mobile-list .flex-viewport {
    height: 312px!important;
}

.posts-widget ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.posts-widget ul li {
    margin: 0;
    padding: 0 0 20px;
    overflow: hidden;
}

.posts-widget ul li:last-child {
    padding-bottom: 0;
}

.posts-widget .img {
    width: 77px;
    float: left;
    margin: 0 23px 10px 0;
}

.posts-widget .title {
    font-family: Arial,Helvetica,microsoft yahei,wenquanyi micro hei,sans-serif;
    font-weight: 700;
}

.posts-widget .date {
    display: block;
    border-top: 1px dotted #eaeaea;
    padding-top: 10px;
    margin-top: 8px;
    margin-left: 100px;
}

.twitter-widget ul {
    margin: 0;
    padding: 0 0 0 25px;
    list-style-type: none;
    line-height: 1.35em;
}

.twitter-widget ul li {
    margin: 0 0 12px;
    padding: 0 0 12px;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
}

.twitter-widget ul li:before {
    content: "\e0a7";
    display: inline;
    font: 1.23em icomoon;
    position: absolute;
    top: 0;
    left: -23px;
    color: #e7e7e7;
}

.twitter-widget ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.twitter-widget .link {
    display: block;
    padding-top: 2px;
}

.twitter-widget a {
    color: #f39fb5;
    text-decoration: underline;
}

.twitter-widget .time {
    color: #bababa;
    display: block;
    padding-top: 7px;
}

.find-us {
    margin: 0;
    padding: 5px 0 0;
    list-style-type: none;
    font-size: 1.5em;
    overflow: hidden;
}

.find-us li {
    float: left;
    margin-right: 28px;
    margin-bottom: 10px;
}

.find-us .icon {
    display: inline-block;
}

.find-us .divider:before {
    content: " ";
    display: inline-block;
    height: 1em;
    position: relative;
    left: -14px;
    border-left: 1px solid #e7e7e7;
}

.find-us a {
    display: inline-block;
}

.find-us a:hover {
    text-decoration: none;
}

.footer-navbar {
}

.footer-navbar .icon {
    font-size: .92em;
}

.footer-navbar .menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-navbar .menu li {
    margin: 0;
    padding: 0 0 10px;
}

.footer-navbar .content {
    padding-top: 38px;
    padding-bottom: 20px;
}

.footer-navbar.dark {
    background: url(../images/footer-pattern.jpg) 50% 50% #fff;
    border-top: 1px dashed #bfbfbf;
}

.footer-navbar.dark h3 {
    color: #fff;
}

.footer-navbar.dark a {
    color: #000;
}

.footer-navbar.dark .icon {
    color: #656565;
}

.footer-bottom-block {
    padding-top: 17px;
    padding-bottom: 17px;
    line-height: 2em;
    background: #000;
    color: #fff;
}

.footer-bottom-block .copyright {
    margin-right: 84px;
}

.footer-bottom-block .dropdown-menu {
    text-align: left;
}

.payment-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.payment-list li {
    margin: 0;
    padding: 0 5px 0 0;
    float: left;
}

.collapsed-block {
    margin-bottom: 15px;
}

.nav-tabs {
    border-bottom: 4px solid #000;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.nav-tabs>li {
    display: inline-block;
    float: none;
    margin-bottom: 0;
}

.nav-tabs>li>a {
    margin-right: 2px;
    border: 1px solid #e9e9e9;
    border-radius: 3px 3px 0 0;
    text-transform: uppercase;
    padding: 10px 15px 8px;
    font: 1em/1.5em Mavenpro,Arial,Helvetica,sans-serif;
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #f39fb5;
    border-bottom-color: transparent;
}

.tab-content {
    padding: 0;
    border: 1px solid #000;
    margin-bottom: 30px;
}

.tabsslider .carousel-next,.tabsslider .carousel-prev {
    display: none;
}

.product-carousel .item {
    margin: 0 15px;
}

.brands-carousel .owl-item {
    margin: 0;
    text-align: center;
}

.owl-slider-outer {
    width: 100%;
    overflow: hidden;
    float: left;
    position: relative;
    border-radius: 0;
    margin-bottom: 10px;
    background: #fff;
}

.owl-slider {
    width: 100%;
}

.owl-slider .owl-item .item {
    width: 100%!important;
}

.owl-slider .owl-item .item img {
    width: auto;
}

.main-slider .owl-slider-outer {
    margin-top: 0;
}

.banners-block {
    float: right;
    width: 30%;
    margin-top: 0;
}

.banners-block .item {
    margin: 6px 0 0 7px;
    position: relative;
    overflow: hidden;
}

.banners-block .item:first-child {
    margin-top: 0;
}

.banners-block .item img {
    width: 100%;
    max-width: 100%;
}

.banners-block .item .banner-text {
    position: absolute;
    top: 35%;
    left: 48%;
    width: 100%;
    font-size: 1.5em;
    line-height: 1.1em;
    color: #fff;
    z-index: 1;
}

.banners-block .item .banner-text.black {
    color: #000;
}

.col-lg-12 .products-list .product-preview,.products-list .product-preview {
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-lg-9.col-md-9 .products-list .product-preview {
    width: 33.33333333333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-lg-6 .products-list .product-preview {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.products-list.products-list-small .product-preview {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-lg-9 .products-list.products-list-small .product-preview,.col-lg-9.col-md-9 .products-list.products-list-small .product-preview {
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-lg-6 .products-list.products-list-small .product-preview {
    width: 33.33333333333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.products-list-isotope {
    width: 100%;
}

.products-list-isotope:after {
    content: " ";
    display: block;
    clear: both;
}

.products-list-isotope .product-preview {
    width: 24.9%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    max-width: none;
}

.products-list-isotope .width-two-column {
    width: 49.5%;
}

.products-list-isotope .width-three-column {
    width: 49.9%;
}

.col-lg-9 .products-list-isotope .product-preview {
    width: 33.2%;
}

.col-lg-9 .products-list-isotope .width-two-column {
    width: 66.2%;
}

.col-lg-9 .products-list-isotope .width-three-column {
    width: 99.5%;
}

.filters-by-category {
    display: inline-block;
    width: 100%;
    margin: 30px 0 0;
}

.filters-by-category.nomargin {
    margin: 0;
}

.filters-by-category ul {
    padding: 0;
    margin: 0;
}

.filters-by-category li {
    margin: 0 0 10px;
    height: 26px;
    display: inline-block;
    border-left: 1px solid #e7e7e7;
}

.filters-by-category ul li:first-child {
    border: none;
}

.filters-by-category li a {
    display: block;
    color: #2b2b2b!important;
    font: 1.23em Mavenpro-bold,Arial,Helvetica,sans-serif;
    padding: 12px 14px;
    margin: -9px 12px 9px;
    text-transform: uppercase;
    border-radius: 3px;
    border: 2px solid #fff;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}

.filters-by-category li a.selected,.filters-by-category li a:hover {
    border-color: #f39fb5;
}

.filters-by-category li a.selected {
    background: #f39fb5;
    color: #fff!important;
}

.filters-by-category.header-filter {
    display: block;
    width: 100%;
    margin: 0 0 20px;
}

.filters-by-category.header-filter li {
    margin: 0;
    height: auto;
    border-left: 0;
    color: #d5d5d5!important;
    font: 1.692em Mavenpro-bold,Arial,Helvetica,sans-serif;
}

.filters-by-category.header-filter li a {
    display: block;
    color: #d5d5d5!important;
    font: 1em Mavenpro,Arial,Helvetica,sans-serif;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
}

.filters-by-category.header-filter li a.selected {
    background: 0 0;
    color: #2b2b2b!important;
}

.live-chat {
    position: fixed;
    bottom: -293px;
    right: 0;
    z-index: 5000;
    cursor: pointer;
    width: 306px;
    height: 325px;
}

.live-chat.active {
    bottom: -3px;
}

.live-chat .head {
    height: 32px;
    background: #f39fb5;
    font: 1.23em/2.2em Mavenpro-medium,Arial,Helvetica,sans-serif;
    color: #fff;
}

.live-chat .head span.icon-left {
    display: block;
    float: left;
    height: 32px;
    line-height: 2em;
    text-align: center;
    color: #db3624;
    background: #a01d0e;
    width: 32px;
    border-right: 1px solid #f7513e;
    margin-right: 11px;
    padding-right: 2px;
}

.live-chat .head span.caret {
    display: block;
    float: right;
    height: 32px;
    color: #fff;
    margin-right: 30px;
    border: none;
}

.live-chat .head span.caret:before {
    font-family: icomoon;
    font-size: 1.4em;
    content: "\e076";
}

.live-chat.active span.caret:before {
    content: "\e075";
}

.live-chat .tab-content {
    box-shadow: 0 0 4px rgba(0,0,0,.15);
    background: #fff;
    height: 290px;
}

.live-chat .tab-content .form-group {
    margin: 0 0 8px;
}

.live-chat .tab-content .form-group textarea {
    height: 95px;
}

.live-chat .tab-content .form-control {
    color: #494949!important;
    display: block;
    font-size: 1em;
    height: 25px;
    padding: 5px 6px;
    border-radius: 2px;
}

.live-chat .tab-content .btn-mega {
    height: 26px;
    width: 100%;
    padding: 2px 0;
}

#popup-box {
    width: 800px;
}

#popup-box img {
    margin-bottom: 15px;
}

#popup-box .input-control input.form-control {
    width: 100%!important;
}

#popup-box label.checkbox-inline {
    line-height: 1.8em;
    margin-bottom: 25px;
}

.small-previews {
    float: right;
    margin-top: -42px;
    position: relative;
    z-index: 100;
}

.touch .small-previews {
    float: right;
    margin-right: 50px;
}

.small-previews a {
    position: absolute;
    right: -10px;
    top: 0;
    cursor: pointer;
    text-decoration: none;
}

.small-previews a.prev {
    right: 15px;
}

.small-previews a:before {
    font-family: icomoon;
    font-size: 2em;
    display: inline-block;
    content: '\e078';
    cursor: pointer;
}

.small-previews a.next:before {
    content: '\e07b';
}

.small-previews a:hover {
    color: #f39fb5;
}

.small-preview {
    position: absolute;
    top: -25px;
    display: none;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,.27);
}

.small-preview.next {
    right: -60px;
    width: 51px;
}

.small-preview.prev {
    right: 40px;
    width: 51px;
}

#video-container iframe {
    width: 100%;
    height: 545px;
}

.page-content {
    color: #000;
}

.dropcap {
    display: block;
    float: left;
    margin: -2px 5px 0 0;
    padding: 0 10px;
    color: #000;
    font: 3.077em/1em Mavenpro-bold,Arial,Helvetica,sans-serif;
}

.dropcap.color {
    color: #f39fb5;
}

.dropcap.dark {
    color: #fff;
    background-color: #f39fb5;
}

.styled-list {
    position: relative;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    line-height: 18px;
}

.styled-list li {
    margin-bottom: 6px;
    padding: 0;
}

.styled-list li span {
    display: block;
    overflow: hidden;
}

.styled-list li i {
    width: 16px;
    float: left;
    margin-right: 10px;
    text-align: center;
    color: #000;
    font-size: 14px;
}

.styled-list li:before {
    color: #f39fb5;
    float: left;
}

.styled-list .circle li,.styled-list.circle li {
    text-indent: 0;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.styled-list .circle li:before,.styled-list.circle li:before {
    content: "\25CF";
    margin: -1px 10px 0 0;
    font-size: 12px;
}

.styled-list.arrow>li {
    margin-left: -15px;
    padding-left: 35px;
}

.styled-list.arrow>li:before {
    margin: -1px 8px 0 -20px;
    content: '\e06f';
    font-family: icomoon;
    font-size: 1em;
}

.styled-list ul {
    margin-left: 0;
    padding: 5px 0 0;
}

.styled-list ul.circle li:before {
    content: "\25CB";
    color: #f39fb5;
}

ul.sitemap.styled-list.circle ul li:before {
    content: "\25CF";
}

ul.sitemap.styled-list.circle ul ul li:before {
    content: "\25CB";
}

.styled-list.checkmark>li {
    margin-left: -15px;
    padding-left: 35px;
    margin-bottom: 10px;
}

.styled-list.checkmark>li:before {
    margin: -1px 8px 0 -20px;
    content: '\e013';
    font-family: icomoon;
    font-size: 1em;
}

.styled-list.decimal {
    list-style: decimal outside;
    margin-left: 25px;
}

.styled-list.decimal li {
    padding-left: 0;
    text-indent: 0;
}

.mark {
    background: #d9d9d9;
    padding: 2px 2px 0;
}

.color_mark {
    background-color: #f39fb5;
    color: #fff;
    padding: 2px 2px 0;
}

.color,.color:hover {
    color: #f39fb5;
}

.underline {
    text-decoration: underline;
}

.underline:hover {
    text-decoration: none;
}

.blockquote {
    position: relative;
    border-top: 4px solid #f39fb5;
}

.blockquote .inside {
    padding: 15px;
    border: 1px solid #eaeaea;
}

.testimonials {
    position: relative;
    border-top: 4px solid #f39fb5;
}

.testimonials .inside {
    padding: 15px 15px 15px 114px;
    border: 1px solid #eaeaea;
    position: relative;
}

.testimonials .inside :before {
    display: block;
    position: absolute;
    top: 18px;
    left: 20px;
    color: #fff;
    border-radius: 50%;
    background: #ececec;
    text-align: center;
    content: '\e0c9';
    font-family: icomoon;
    font-size: 4.153em;
    line-height: 1.2em;
    width: 77px;
    height: 77px;
}

.infobox {
    border: 1px solid #f39fb5;
}

.infobox .inside {
    padding: 15px 15px 15px 84px;
    position: relative;
}

.infobox .inside :before {
    infobox: block;
    position: absolute;
    top: 16px;
    left: 16px;
    color: #f39fb5;
    content: '\e063';
    font-family: icomoon;
    font-size: 4.23em;
    line-height: 1em;
}

.comment {
    position: relative;
    color: #000;
}

.comment .inside {
    padding: 30px 15px 30px 100px;
    border-top: 1px solid #eaeaea;
    position: relative;
}

.comment .inside :before {
    display: block;
    position: absolute;
    top: 30px;
    left: 10px;
    color: #fff;
    border-radius: 50%;
    background: #ececec;
    text-align: center;
    content: '\e0c9';
    font-family: icomoon;
    font-size: 4.153em;
    line-height: 1.2em;
    width: 77px;
    height: 77px;
}

.comment a {
    color: #f39fb5;
    text-decoration: underline;
}

.comment a:hover {
    text-decoration: none;
}

.comment p {
    margin-bottom: .7em;
}

.comments .comment {
    padding-left: 10%;
}

.comments>.comment:first-child {
    padding-left: 0;
}

.comments>.comment:first-child .inside {
    border: none;
}

.icon-circle {
    background: #e2e2e2;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 101px;
    width: 101px;
    margin: 10px auto 15px;
}

.icon-circle .icon {
    font-size: 4.923em;
    line-height: 1.62em;
}

.icon-circle .icon-airplane-2 {
    font-size: 3.538em;
    line-height: 2.25em;
}

.icon-circle-sm.active,.icon-circle-xs.active,.icon-circle.active {
    background: #f39fb5;
}

.icon-circle-sm {
    background: #e2e2e2;
    border-radius: 50%;
    color: #fff;
    display: block;
    float: left;
    height: 62px;
    width: 62px;
    margin: 0 20px 10px 0;
    text-align: center;
}

.icon-circle-sm .icon {
    font-size: 3em;
    line-height: 1.62em;
}

.icon-circle-sm .icon-airplane-2 {
    font-size: 2.154em;
    line-height: 2.25em;
}

.icon-circle-xs {
    background: #e2e2e2;
    border-radius: 50%;
    color: #fff;
    display: block;
    float: left;
    height: 46px;
    width: 46px;
    margin: 0 3px 10px 0;
    text-align: center;
}

.icon-circle-xs .icon {
    font-size: 1.769em;
    line-height: 2.1em;
    color: #fff!important;
}

.icons-set {
    line-height: 2em;
    color: #000;
    margin: 10px 0;
}

.icons-set span span {
    font-size: 1.231em;
    color: #000!important;
}

.icons-set span span:before {
    padding-top: 3px;
    display: block;
    float: left;
    margin-right: 4px;
}

.icons-set [class^=m-icon-],[class*=" m-icon-"] {
    font-size: 1.35em;
}

.icons-set [class^=m-icon-]:before,[class*=" m-icon-"]:before {
    padding-top: 6px;
}

.videoWrapperFull {
    position: relative;
    max-height: 575px;
    min-height: 300px;
    height: auto;
    overflow: hidden;
    background: url(../images/full-video.jpg);
}

.touch .videoWrapperFull {
    min-height: 500px;
}

.videoWrapperFull video {
    margin-bottom: -10px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 35px;
}

.videoWrapper iframe,.videoWrapperFull iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-hover-color {
    background: #000;
    opacity: .01;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
}

.video-hover {
    background: url(../images/video-hover.png) repeat transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
}

.video-text {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 102;
    width: 100%;
    height: 100%;
}

.video-text.top20 {
    top: 20%;
}

.video-text .title {
    font-size: 3em;
    margin-bottom: 25px;
    padding: 0;
    color: #fff;
}

.video-text .title1 {
    margin-top: 15px;
    font-size: 5.5em;
    line-height: 1em;
    margin-bottom: 25px;
}

.video-text .title2 {
    font-size: 1.85em;
    line-height: 1em;
    margin-bottom: 15px;
}

.countdown_sale_price {
    margin: 10px 0 0;
}

.sale_price_label {
    margin: 0 0 7px;
    font-weight: 700;
}

.is-countdown {
    padding: 3px 0 14px;
}

.countdown-rtl {
    direction: rtl;
}

.countdown-holding span {
    color: #888;
}

.countdown-row {
    clear: both;
    width: 100%;
    padding: 0 2px;
    text-align: center;
}

.countdown-show1 .countdown-section {
    width: 98%;
}

.countdown-show2 .countdown-section {
    width: 48%;
}

.countdown-show3 .countdown-section {
    width: 32.5%;
}

.countdown-show4 .countdown-section {
    width: 24.5%;
}

.countdown-show5 .countdown-section {
    width: 19.5%;
}

.countdown-show6 .countdown-section {
    width: 16.25%;
}

.countdown-show7 .countdown-section {
    width: 14%;
}

.countdown-section {
    display: block;
    float: left;
    font-size: .9em;
    text-align: center;
}

.countdown-period {
    display: block;
}

.countdown-descr {
    display: block;
    width: 100%;
}

.countdown_box {
    color: #353535;
    font-family: Arial,Helvetica,microsoft yahei,wenquanyi micro hei,sans-serif;
    font-weight: 700;
    left: 0;
    line-height: 18px;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 999;
}

.countdown_inner {
    overflow: hidden;
    border-radius: 4px;
    border: 2px solid #ed4330;
    box-shadow: 0 0 5px rgba(0,0,0,.4);
    margin: 0 8px;
    padding: 16px 0 21px;
    background: rgba(255,255,255,.95);
}

.countdown_inner .title {
    margin: 0 0 15px;
    font: 1.077em Mavenpro-black,Arial,Helvetica,microsoft yahei,wenquanyi micro hei,sans-serif;
    color: #353535;
    text-transform: uppercase;
}

.countdown-amount {
    color: #f39fb5;
    font: 2em Mavenpro-black,Arial,Helvetica,sans-serif;
}

.products-list-in-column .product-preview:hover .countdown_box,.products-list-in-row .preview:hover .countdown_box {
    display: none;
}

.image-wrapper {
    position: relative;
    clear: both;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.image-wrapper a {
    text-decoration: none;
}

.noGutter .image-wrapper {
    margin-bottom: 0;
}

.image-wrapper img {
    width: 100%;
    display: block;
}

.image-title {
    position: absolute;
    bottom: 12px;
    left: 10px;
    z-index: 1;
    padding: 10px;
    background: url(../images/black-transparent.png) repeat 0 0;
    text-align: left;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.noGutter .image-title {
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0;
    text-align: center;
    opacity: 0;
    background: 0 0;
}

.noGutter .image-wrapper:hover .image-title {
    opacity: 1;
}

.image-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.noGutter .image-hover {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.image-hover i[class*=icon-] {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    font-size: 42px;
    line-height: 42px;
    overflow: hidden;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity-color .5s ease;
    -moz-transition: opacity-color .5s ease;
    transition: opacity-color .5s ease;
}

.fancybox-gallery:hover .image-hover i[class*=icon-] {
    opacity: 1;
}

.fancybox-gallery:hover .image-hover {
    background: rgba(0,0,0,.65);
}

.noGutter {
    margin: 15px 0;
}

.noGutter .col-md-3,.noGutter .col-sm-3 {
    padding: 0!important;
    margin: -5px 0 0!important;
}

.price-table {
    margin-bottom: 30px;
    border: 1px solid #e4e4e4;
    text-align: center;
    color: #000;
}

.price-table.active {
    margin-top: -22px;
    padding: 20px 0;
    border: 3px solid #f39fb5;
}

.price-table-title {
    text-transform: uppercase;
    text-align: center;
    font: 22px/22px Mavenpro-bold,Arial,Helvetica,sans-serif;
    padding: 25px 0;
}

.price-table.active .price-table-title {
    padding: 15px 0 35px;
}

.price-table-price {
    background: #f7f7f7;
    font-size: 18px;
    padding: 17px 0;
}

.price-table.active .price-table-price {
    background: #f39fb5;
    color: #fff;
}

.price-table ul {
    margin: 0;
    padding: 0;
}

.price-table-info li {
    padding: 10px;
    line-height: 18px;
    list-style: none;
}

.price-table-info li:hover {
    background: #f9fbfc;
}

.price-table-info li,.price-table-price,.price-table-title {
    border-bottom: 1px solid #dedede;
}

.price-table.active .price-table-price,.price-table.active .price-table-title {
    border-color: #d63523;
}

.price-table button {
    margin: 18px 0;
}

.flex-direction-nav a:hover {
    color: #f39fb5;
}

.fullwidthbanner-container,.fullwidthbanner-container .fullwidthbanner {
    max-height: 1000px!important;
}

.addthis_toolbox {
    margin-top: 15px;
    margin-bottom: 15px;
}

.touch .hidden-touch {
    display: none!important;
}

.notouch .hidden-notouch {
    display: none!important;
}

@media(max-width:767px) {
    .responsive .content.nopad-xs {
        padding-top: 20px;
        padding-bottom: 0;
    }
}

@media(max-width:991px) {
    .responsive .list-info {
        margin: 0 0 15px;
    }
}

@media(max-width:991px) {
    .responsive .blog-post .post-container>.row {
        padding: 30px 15px;
    }

    .responsive .blog-post .post-container .col-l,.responsive .blog-post .post-container .col-r {
        padding: 0 15px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .responsive .navbar-height-inner {
        height: 185px;
    }

    body.back-bg.responsive .navbar-height-inner {
        height: 159px;
    }
}

@media(max-width:767px) {
    .responsive .navbar {
        width: 100%;
        position: relative;
        margin-bottom: 0;
    }

    .responsive .navbar.navbar-compact {
        position: fixed;
    }

    .responsive .navbar-logo {
        width: 75%;
        margin: 15px 0;
    }

    .responsive .navbar-logo img {
        max-width: 100%;
    }

    .responsive .navbar-height-inner {
        height: 0!important;
    }

    body.back-bg.responsive .navbar-height-inner {
        height: 0;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .responsive .navbar-secondary-menu .icon-xcart {
        margin-left: 5px;
        margin-right: 0;
    }

    .responsive .navbar-welcome {
        padding: 22px 10px;
    }

    .responsive .navbar-secondary-menu .btn-default,.responsive .navbar-secondary-menu .open .btn-default {
        padding-left: 7px;
        padding-right: 4px;
    }

    .responsive .navbar-secondary-menu .btn-group.btn-hidden .btn-default,.responsive .navbar-secondary-menu .btn-group.btn-hidden.open .btn-default {
        padding-left: 15px;
        padding-right: 12px;
    }

    .responsive .navbar-compact .hidden-compact {
        display: none;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .responsive .navbar-compact .navbar-main-menu-outer,.back-bg.responsive .navbar-compact .navbar-main-menu-outer,.responsive header.variant4 .navbar-compact .navbar-main-menu-outer {
        margin-top: -10px;
    }

    .responsive .navbar-compact .icon-xcart-animate {
        top: -5px!important;
    }

    .responsive .navbar-secondary-menu {
        padding: 5px 0 0;
        height: 45px;
    }

    .responsive .navbar-secondary-menu .btn-default,.responsive .navbar-secondary-menu .open .btn-default {
        padding-left: 14px;
        padding-right: 9px;
    }

    .responsive .navbar-secondary-menu .btn-group:first-child .btn-default {
        border: none;
        padding-left: 0;
    }

    .responsive .navbar-secondary-menu .btn-group.btn-hidden:first-child .btn-default {
        padding-left: 15px;
    }

    .responsive .navbar-secondary-menu .btn-group.btn-hidden:first-child {
        margin-left: -15px;
    }
}

@media(max-width:767px) {
    .responsive .navbar-secondary-menu {
        padding: 12px 0 0 10px;
        margin: 15px 0 0;
    }

    .responsive .navbar-secondary-menu .btn-group {
        float: left;
        margin: 0;
    }

    .responsive .btn-group-vertical>.btn,.responsive .navbar-secondary-menu .btn-group>.btn {
        float: none;
    }

    .responsive .navbar-secondary-menu .btn-default,.responsive .navbar-secondary-menu.visible-xs .open .btn-default {
        border-left: none;
        padding-left: 3px;
        padding-right: 4px;
    }

    .responsive .navbar-secondary-menu .btn-group:last-child .btn-default {
        padding-right: 0;
    }

    .responsive .navbar-secondary-menu .dropdown-menu {
        float: right;
        left: auto;
        right: 0;
        min-width: 140px;
    }

    .responsive .navbar-secondary-menu .caret {
        margin-left: 2px;
    }

    .responsive .mobile-nav {
        position: relative;
        height: 51px;
    }

    .responsive .mobile-nav .nav-item:first-child {
        border: 0;
    }

    .responsive .mobile-nav .nav-item.item-02>a {
        left: 25%;
    }

    .responsive .mobile-nav .nav-item.item-03>a {
        left: 50%;
    }

    .responsive .mobile-nav .nav-item.item-04>a {
        left: 75%;
    }

    .responsive .mobile-nav .nav-item>a {
        border-left: 1px solid #d795a6;
        height: 50px;
        line-height: 50px;
        width: 25%;
        float: left;
        display: block;
        background: #f9b0c3;
        z-index: 2;
        position: absolute;
        top: 0;
        left: 0;
        text-decoration: none;
        text-align: center;
    }

    .responsive .mobile-nav .nav-item.active>a,.responsive .mobile-nav .nav-item.open>a.top_cart {
        background: #686868;
    }

    .responsive .mobile-nav .nav-item>a .icon {
        position: relative;
        font-size: 30px;
        color: #fff;
        display: block;
        line-height: 50px;
    }

    .responsive .mobile-nav .nav-item .tab-content {
        z-index: 0;
        overflow: hidden;
        position: absolute;
        left: 0;
        top: -35px;
        background: #fff;
        width: 100%;
        max-height: 0;
    }

    .responsive .mobile-nav .nav-item.active .tab-content,.responsive .mobile-nav .nav-item.open .tab-content {
        top: 0;
        max-height: 1000px;
        box-shadow: 0 2px 4px rgba(0,0,0,.2);
        z-index: 1000;
    }
}

@media(max-width:767px) {
    .responsive #outer {
        overflow: hidden;
    }

    #outer-canvas,.responsive #off-canvas-menu {
        width: 100%;
    }

    body.off-canvas-menu-open.responsive #outer-canvas {
        margin-left: 280px;
        position: relative;
        overflow: hidden;
    }

    .responsive #outer-canvas:before {
        content: " ";
        position: absolute;
        z-index: -1;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: #fff;
    }

    .responsive #off-canvas-menu {
        position: absolute;
        display: block;
        left: -280px;
        top: 0;
        overflow: hidden;
        min-height: 100%;
        z-index: 1001;
        width: 280px;
        font-family: Mavenpro,Arial,Helvetica,microsoft yahei,wenquanyi micro hei,sans-serif;
        background: #f5f5f5;
    }

    .responsive #off-canvas-menu .expander-list .expander {
        font-size: 16px;
        margin-top: 5px;
    }

    .responsive #off-canvas-menu .expander-list .name {
        padding: 10px 10px 10px 25px;
    }

    .responsive #off-canvas-menu ul li span.icon {
        padding: 0 10px 0 0;
        font-size: 18px;
        line-height: 22px;
    }

    .responsive #off-canvas-menu ul li li li {
        padding-left: 35px;
    }

    .responsive #off-canvas-menu ul li a {
        font-size: 14px;
        line-height: 26px;
        color: #2b2b2b;
        text-transform: uppercase;
        text-decoration: none;
    }

    .responsive #off-canvas-menu-title {
        display: block;
        background: #f5f5f5;
        border-bottom: 1px solid #e7e7e7;
        font-size: 16px;
        line-height: 46px;
        padding-left: 25px;
        font-family: Mavenpro-bold,Arial,Helvetica,microsoft yahei,wenquanyi micro hei,sans-serif;
    }

    .responsive #off-canvas-menu-close {
        font-size: 20px;
        cursor: pointer;
        float: right;
        color: #707070;
        padding: 12px 12px 0 0;
    }

    body.off-canvas-menu-open.responsive #off-canvas-menu {
        display: block;
        left: 0;
    }

    body.off-canvas-menu-open.responsive #outer-overlay {
        display: block;
        background: none repeat scroll 0 0 #000;
        height: 100%;
        left: 0;
        min-height: 100%!important;
        position: absolute!important;
        top: 0;
        width: 100%!important;
        opacity: .5;
        z-index: 1000;
    }

    .responsive #outer-overlay {
        opacity: 0;
        z-index: 0;
    }
}

@media(max-width:767px) {
    .responsive .shoppingcart-box {
        width: 100%;
        padding: 0 20px 20px;
    }

    .responsive .shoppingcart-box.empty {
        width: 100%;
    }

    .responsive .shoppingcart-box .title {
        background: #eee;
        margin: 0 -20px;
        padding: 20px;
    }

    .responsive .shoppingcart-box .list {
        border-top: 0;
    }

    .responsive .shoppingcart-box .item {
        position: relative;
    }

    .responsive .shoppingcart-box .item .icon-product-delete,.responsive .shoppingcart-box .item .icon-product-edit {
        position: absolute;
        top: 0;
        right: 20px;
        font-size: 17px;
        color: #fff;
    }

    .responsive .shoppingcart-box .item .icon-product-delete {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 17px;
        color: #fff;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .responsive .navbar-search {
        margin: -95px 0 0;
    }

    .responsive header.variant4 .navbar-search {
        margin: -95px 0 0;
    }
}

@media(max-width:767px) {
    .responsive .navbar-search {
        float: none!important;
        clear: none!important;
        margin: 0!important;
        padding: 25px 20px 10px!important;
    }

    .responsive .navbar-search input.form-control {
        font-size: 1em;
        width: 100%!important;
        float: none!important;
        padding-top: 8px!important;
    }

    .responsive .navbar-search .form-control {
        padding-right: 32px!important;
    }

    .responsive .navbar-search .form-control:focus {
        width: 100%!important;
    }

    .responsive .navbar-search .button {
        float: right!important;
        margin-left: -34px!important;
        background: 0 0!important;
        font-size: 1.31em!important;
        position: relative!important;
        bottom: -1px!important;
        height: 34px!important;
        border: none!important;
        width: 34px!important;
        outline: 0!important;
    }

    .responsive .navbar-search .button:active {
        line-height: .8em;
    }
}

@media(max-width:767px) {
    .responsive .navbar-compact {
        top: -145px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .responsive .navbar-compact {
        top: -115px;
    }

    .responsive .navbar-compact .navbar-secondary-menu.pull-right {
        float: right!important;
        margin-top: -40px;
    }

    .responsive .navbar-compact .navbar-search {
        margin-top: -40px;
    }

    header.variant4 .navbar-compact .navbar-search {
        margin-top: -40px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .responsive .fullwidthbanner,.responsive .main-slider .owl-slider {
        font-size: .7em;
    }

    .responsive .banners-block {
        font-size: .8em;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .responsive .fullwidthbanner,.responsive .main-slider .owl-slider {
        font-size: .5em;
    }

    .responsive .banners-block {
        font-size: .65em;
    }
}

@media(max-width:767px) {
    .responsive .fullwidthbanner,.responsive .main-slider .owl-slider {
        font-size: .4em;
    }

    .responsive .main-slider .owl-slider-outer {
        margin-top: 0;
    }
}

@media(max-width:767px) {
    .responsive .options-panel .filters-panel {
        float: none;
    }
}

@media(max-width:1199px) {
    .responsive .services-block.small .item {
        padding: .5em 0;
    }

    .responsive .services-block .title {
        font-size: 1.6em;
    }

    .responsive .services-block .icon {
        width: 65px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .responsive .services-block .item {
        text-align: center;
    }

    .responsive .services-block .icon {
        display: block;
        float: none;
        text-align: center;
        margin: 5px auto 20px;
    }

    .responsive .services-block.vertical.small>div,.responsive .services-block.vertical.small>div:last-child {
        border-bottom: 1px solid #e7e7e7;
    }

    .responsive .services-block.vertical.small div:nth-child(odd) .item {
        border-right: 1px solid #e7e7e7;
    }

    .responsive .services-block.vertical.small .item {
        margin-bottom: 10px;
    }
}

@media(max-width:767px) {
    .responsive .services-block .item {
        border-top: 1px solid #eee;
        margin: 0 -15px;
        padding: 0 15px;
    }

    .responsive .services-block div:first-child .item,.responsive .services-block.vertical.small .item {
        border-top: none;
    }
}

@media(max-width:767px) {
    .responsive .error-page .error-number {
        font-size: 14.7em;
    }
}

@media(max-width:767px) {
    .responsive .input-control input.form-control {
        width: 100%;
    }
}

@media(max-width:767px) {
    .responsive .product-preview .product-controls-list.hide-right {
        right: 0!important;
    }
}

@media(max-width:767px) {
    .responsive .product-view .flexslider-thumb {
        width: 284px;
        margin: 30px auto 0;
        padding: 0 23px 30px;
        position: relative;
    }
}

@media(max-width:767px) {
    .responsive .product-card {
        margin: 15px auto 30px;
    }
}

@media(max-width:1199px) {
    .responsive .product-label .price {
        font-size: 1.8em;
    }
}

@media(max-width:767px) {
    .responsive .product-label {
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }
}

@media(max-width:360px) {
    .responsive .product-label .price {
        font-size: 1.7em;
    }

    .responsive .product-label .price.old {
        font-size: 1.4em;
    }

    .responsive .product-label .box .box-content {
        padding: 0 5px;
    }

    .responsive .product-label .box .box-content h2 {
        padding: 0 20px 10px 0;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .responsive .product-description .option {
        padding-bottom: 15px;
    }
}

@media(max-width:767px) {
    .responsive .product-description {
        margin: 0;
        text-align: center;
    }

    .responsive .product-description .option {
        padding-bottom: 15px;
    }
}

@media(min-width:1192px) {
    .responsive .products-list .product-options>span {
        display: inline-block!important;
        float: left;
        margin-right: 2px;
        line-height: 1.9em;
    }
}

@media(min-width:361px) and (max-width:767px) {
    .responsive .blog-widget .image-cell {
        width: 100%;
        margin-bottom: 15px;
        padding-left: 2px;
        text-align: center;
    }

    .responsive .blog-widget .image-cell img {
        margin: 0 auto;
        max-width: none;
    }

    .responsive .blog-widget .offset-image {
        width: 100%;
        padding-left: 2px;
        float: none;
    }

    .responsive .blog-widget .posts .flex-direction-nav {
        top: -51px!important;
        left: auto;
        right: 0;
        width: 60px;
        z-index: 9;
    }

    .responsive .blog-widget .posts .flex-prev {
        right: 10px;
    }

    .responsive .blog-widget .posts .flex-next {
        right: 5px;
    }
}

@media(max-width:360px) {
    .responsive .blog-widget .image-cell {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }

    .responsive .blog-widget .offset-image {
        width: 100%;
        float: none;
    }

    .responsive .blog-widget .posts .flex-direction-nav {
        top: -51px!important;
        left: auto;
        right: 0;
        width: 60px;
        z-index: 9;
    }

    .responsive .blog-widget .posts .flex-prev {
        right: 10px;
    }

    .responsive .blog-widget .posts .flex-next {
        right: 5px;
    }
}

@media(min-width:768px) {
    .responsive .footer-navbar .tabBlock {
        display: block!important;
    }
}

@media(max-width:767px) {
    .responsive .footer-navbar,.responsive .footer-navbar.dark {
        color: #2b2b2b;
        border: none background:url(../images/footer-pattern.jpg) 50% 50% #fff;
        color: #d9d9d9;
    }

    .responsive .container .footer-navbar .container {
        padding: 0;
    }

    .responsive .footer-navbar.dark .icon,.responsive .footer-navbar.dark a,.responsive .footer-navbar.dark h3 {
        color: #2b2b2b;
    }

    .responsive .footer-navbar .menu {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .responsive .footer-navbar .menu li {
        margin: 0;
        padding: 0 0 10px;
    }

    .responsive .content-border {
        border: none;
    }

    .responsive .collapsed-block {
        border-bottom: 1px solid #e7e7e7;
        padding-top: 15px;
        margin: 0;
    }

    .responsive .collapsed-block h3 {
        padding-bottom: 15px;
    }

    .responsive .collapsed-block .tabBlock {
        display: none;
    }

    .responsive .collapsed-block .expander {
        float: right;
        cursor: pointer;
        padding: 0 8px;
        margin-top: -5px;
        font-size: 20px;
        font-family: Verdana,Arial,Helvetica,microsoft yahei,wenquanyi micro hei,sans-serif;
        text-decoration: none;
    }

    .responsive .footer-bottom-block {
        text-align: center;
        padding: 20px 0;
        background: #000;
        color: #fff;
    }

    .responsive .payment-list.pull-right {
        float: none!important;
        text-align: center;
        padding: 5px 0;
    }

    .responsive .payment-list li {
        display: inline;
        float: none;
    }
}

@media(min-width:768px) {
    .responsive .tabs-left {
        overflow: hidden;
        margin-bottom: 20px;
    }

    .responsive .tabs-left .tab-content-outer {
        float: left;
        width: 85%;
        border: none;
        border-left: 3px solid #f39fb5;
        padding: 0;
    }

    .responsive .tabs-left .tab-content {
        min-height: 166px;
        margin: 0;
    }

    .responsive .tabs-left .nav-tabs {
        float: left;
        border-bottom: 0;
        margin-right: 0;
        width: 15%;
    }

    .responsive .tabs-left .nav-tabs>li {
        float: none;
        display: block;
    }

    .responsive .tabs-left .nav-tabs>li>a {
        min-width: 80px;
        margin-bottom: 3px;
    }

    .responsive .tabs-left .nav-tabs>li>a:hover {
        border-color: #eee;
    }

    .responsive .tabs-left .nav-tabs>li>a {
        margin-right: -1px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .responsive .tabs-left .tab-content-outer {
        width: 75%;
    }

    .responsive .tabs-left .nav-tabs {
        width: 25%;
    }
}

@media(max-width:767px) {
    .responsive .nav-tabs {
        padding: 0 15px;
    }

    .responsive .nav-tabs>li:last-child {
        margin-right: 15px;
    }

    .responsive .producttab {
        margin: 0 -15px;
    }

    .responsive .tab-content {
        padding: 20px 20px 15px;
        border: none;
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .responsive .nav-tabs>li>a {
        font-family: Mavenpro-bold,Arial,Helvetica,microsoft yahei,wenquanyi micro hei,sans-serif;
        border: 1px solid transparent;
    }

    .responsive .tabsslider {
        position: relative;
    }

    .responsive .tabsslider .carousel-next,.responsive .tabsslider .carousel-prev {
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        width: 15px;
        background: #fff;
        left: -2px;
        text-decoration: none;
    }

    .responsive .tabsslider .carousel-next.disable,.responsive .tabsslider .carousel-prev.disable {
        display: none;
    }

    .responsive .tabsslider .carousel-next:hover,.responsive .tabsslider .carousel-prev:hover {
        color: #f39fb5;
    }

    .responsive .tabsslider a.carousel-next {
        right: -2px;
        left: auto;
    }

    .responsive .tabsslider a.carousel-next:before,.responsive .tabsslider a.carousel-prev:before {
        font-family: icomoon;
        font-size: 1.2em;
        line-height: 2.5em;
        display: block;
        content: '\e078';
    }

    .responsive .tabsslider a.carousel-next:before {
        content: '\e07b';
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .responsive .products-list .product-preview {
        width: 25%;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .responsive .products-list .product-preview {
        width: 33.33333333333333%;
    }
}

@media(min-width:361px) and (max-width:767px) {
    .responsive .products-list .product-preview {
        width: 50%;
    }
}

@media(max-width:360px) {
    .responsive .products-list .product-preview {
        width: 100%;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .responsive .col-lg-12 .products-list .product-preview {
        width: 25%;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .responsive .col-lg-12 .products-list .product-preview {
        width: 33.33333333333333%;
    }
}

@media(min-width:361px) and (max-width:767px) {
    .responsive .col-lg-12 .products-list .product-preview {
        width: 50%;
    }
}

@media(max-width:360px) {
    .responsive .col-lg-12 .products-list .product-preview {
        width: 100%;
    }
}

.responsive .col-lg-9 .products-list .product-preview {
    width: 33.33333333333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media(min-width:992px) and (max-width:1199px) {
    .responsive .col-lg-9 .products-list .product-preview {
        width: 33.33333333333333%;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .responsive .col-lg-9 .products-list .product-preview {
        width: 50%;
    }
}

@media(min-width:361px) and (max-width:767px) {
    .responsive .col-lg-9 .products-list .product-preview {
        width: 50%;
    }
}

@media(max-width:360px) {
    .responsive .col-lg-9 .product-list .product-preview {
        width: 100%;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .responsive .col-lg-9.col-md-9 .products-list .product-preview {
        width: 33.33333333333333%;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .responsive .col-lg-9.col-md-9 .products-list .product-preview {
        width: 50%;
    }
}

@media(min-width:361px) and (max-width:767px) {
    .responsive .col-lg-9.col-md-9 .products-list .product-preview {
        width: 50%;
    }
}

@media(max-width:360px) {
    .responsive .col-lg-9.col-md-9 .products-list .product-preview {
        width: 100%;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .responsive .col-lg-6 .products-list .product-preview {
        width: 50%;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .responsive .col-lg-6 .products-list .product-preview {
        width: 50%;
    }
}

@media(min-width:361px) and (max-width:767px) {
    .responsive .col-lg-6 .products-list .product-preview {
        width: 50%;
    }
}

@media(max-width:360px) {
    .responsive .col-lg-6 .products-list .product-preview {
        width: 100%;
    }
}

@media(min-width:361px) and (max-width:767px) {
    .responsive .col-lg-6.col-sm-12 .products-list .product-preview {
        width: 33.33333333333333%;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .responsive .products-list.products-list-small .product-preview {
        width: 25%;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .responsive .products-list.products-list-small .product-preview {
        width: 33.33333333333333%;
    }
}

@media(min-width:361px) and (max-width:767px) {
    .responsive .products-list.products-list-small .product-preview {
        width: 50%;
    }
}

@media(max-width:360px) {
    .responsive .products-list.products-list-small .product-preview {
        width: 100%;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .responsive .col-lg-9 .products-list.products-list-small .product-preview {
        width: 25%;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .responsive .col-lg-9 .products-list.products-list-small .product-preview {
        width: 50%;
    }
}

@media(min-width:361px) and (max-width:767px) {
    .responsive .col-lg-9 .products-list.products-list-small .product-preview {
        width: 50%;
    }
}

@media(max-width:360px) {
    .responsive .col-lg-9 .products-list.products-list-small .product-preview {
        width: 100%;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .responsive .col-lg-9.col-md-9 .products-list.products-list-small .product-preview {
        width: 25%;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .responsive .col-lg-9.col-md-9 .products-list.products-list-small .product-preview {
        width: 33.33333333333333%;
    }
}

@media(min-width:361px) and (max-width:767px) {
    .responsive .col-lg-9.col-md-9 .products-list.products-list-small .product-preview {
        width: 50%;
    }
}

@media(max-width:360px) {
    .responsive .col-lg-9.col-md-9 .products-list.products-list-small .product-preview {
        width: 100%;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .responsive .col-lg-6 .products-list.products-list-small .product-preview {
        width: 33.33333333333333%;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .responsive .col-lg-6 .products-list.products-list-small .product-preview {
        width: 33.33333333333333%;
    }
}

@media(min-width:361px) and (max-width:767px) {
    .responsive .col-lg-6 .products-list.products-list-small .product-preview {
        width: 33.33333333333333%;
    }
}

@media(max-width:360px) {
    .responsive .col-lg-6 .proproductsduct-list.products-list-small .product-preview {
        width: 100%;
    }
}

@media(min-width:361px) and (max-width:767px) {
    .responsive .col-lg-6.col-sm-12 .products-list.products-list-small .product-preview {
        width: 100%;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .responsive .products-list-isotope .product-preview {
        width: 33.2%;
    }

    .responsive .products-list-isotope .width-two-column {
        width: 62.4%;
    }

    .responsive .products-list-isotope .width-three-column {
        width: 99.5%;
    }

    .responsive .col-lg-9 .products-list-isotope .product-preview {
        width: 33.2%;
    }

    .responsive .col-lg-9 .products-list-isotope .width-two-column {
        width: 62.4%;
    }

    .responsive .col-lg-9 .products-list-isotope .width-three-column {
        width: 99.5%;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .responsive .products-list-isotope .product-preview {
        width: 33.2%;
    }

    .responsive .products-list-isotope .width-two-column {
        width: 99.5%;
    }

    .responsive .products-list-isotope .width-three-column {
        width: 999.5%;
    }

    .responsive .col-lg-9 .products-list-isotope .product-preview {
        width: 49.9%;
    }

    .responsive .col-lg-9 .products-list-isotope .width-three-column,.responsive .col-lg-9 .products-list-isotope .width-two-column {
        width: 99.5%;
    }
}

@media(max-width:767px) {
    .responsive .products-mobile-list {
        margin-bottom: 20px;
    }
}

@media(min-width:361px) and (max-width:767px) {
    .responsive .products-list-isotope.hidden-xs {
        display: none!important;
    }

    .responsive .products-list-isotope .product-preview {
        width: 49.9%;
    }

    .responsive .products-list-isotope .width-three-column,.responsive .products-list-isotope .width-two-column {
        width: 99.5%;
    }
}

@media(max-width:360px) {
    .responsive .products-list-isotope.hidden-xs {
        display: none!important;
    }

    .responsive .products-list-isotope .product-preview,.responsive .products-list-isotope .width-three-column,.responsive .products-list-isotope .width-two-column {
        width: 99.5%;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .responsive .filters-by-category li a {
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media(max-width:767px) {
    .responsive .filters-by-category li {
        margin-bottom: 20px;
        border: none;
        height: 18px;
    }

    .responsive .filters-by-category li a {
        margin: -4px 5px 4px;
        padding: 4px 7px;
        font-size: .9em;
    }
}

@media(max-width:991px) {
    .responsive .module {
        margin-bottom: 35px;
    }

    .responsive .slider-products.module {
        margin-bottom: 0;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .responsive #popup-box {
        width: 500px;
    }
}

@media(max-width:767px) {
    .responsive #popup-box {
        width: 300px;
    }
}

@media(max-width:767px) {
    .responsive .videoWrapperFull {
        min-height: 200px;
    }

    .responsive .video-text {
        top: 30%;
        width: 90%;
        left: 5%;
    }

    .responsive .video-text .title {
        font: 26px/26px Oswald,sans-serif;
        margin-bottom: 25px;
    }
}

@media(max-width:479px) {
    .responsive .videoWrapperFull {
        min-height: 150px;
    }

    .responsive .video-text {
        top: 20%;
        width: 90%;
        left: 5%;
    }

    .responsive .video-text .title {
        font: 20px/20px Oswald,sans-serif;
        margin-bottom: 25px;
    }
}

@media(max-width:359px) {
    .responsive .video-text {
        top: 10%;
        width: 90%;
        left: 5%;
    }

    .responsive .video-text .title {
        font: 20px/20px Oswald,sans-serif;
        margin-bottom: 15px;
    }
}

@media(max-width:1199px) {
    .responsive .countdown_box {
        font-size: .8em;
    }
}

@media all and (device-width:768px) and (device-height:1024px) and (orientation:landscape) {
    .responsive .countdown_box {
        top: 20%;
    }
}

@media(max-width:767px) {
    .responsive .products-list-in-row .product-preview .preview {
        width: 50%;
        margin-right: 15px;
    }

    .responsive .products-list-in-row .list_buttons .btn {
        float: none!important;
    }

    .responsive .products-list-in-row .product-preview ul li {
        display: block;
        margin: 0 0 5px;
    }
}

@media(max-width:359px) {
    .responsive .products-list-in-row .product-preview .preview {
        width: 100%;
        margin-right: 0;
    }
}

@media(max-width:1199px) {
    .responsive .navbar-main-menu .item .btn-main,.responsive .navbar-main-menu .sf-menu>li>a {
        padding: 0 9px;
    }

    .responsive .navbar-main-menu .sf-menu>li:first-child>a {
        padding-left: 15px!important;
    }

    .responsive .navbar-main-menu .item .line:before,.responsive .navbar-main-menu .sf-menu>li>a:before {
        left: -15px!important;
    }

    .responsive .slider-range .max,.responsive .slider-range .min {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media(max-width:991px) {
    .responsive .navbar-main-menu .item .btn-main,.responsive .navbar-main-menu .sf-menu>li>a {
        padding: 0 6px;
        font-size: 1.15em;
    }

    header.variant4 .navbar-main-menu .item .btn-main {
        font-size: 1.15em;
    }

    .responsive .navbar-main-menu .sf-menu>li:first-child>a {
        padding-left: 15px!important;
    }

    .responsive .navbar-main-menu .item .line:before,.responsive .navbar-main-menu .sf-menu>li>a:before {
        left: -15px!important;
    }

    .responsive .touch .navbar-main-menu .item .btn-main,.responsive .touch .navbar-main-menu .sf-menu>li>a {
        padding: 0 6px;
        font-size: 1.15em;
    }

    .responsive .touch .navbar-main-menu .sf-menu>li:first-child>a {
        padding-left: 6px!important;
    }

    .responsive .touch .navbar-main-menu .item .line:before,.responsive .touch .navbar-main-menu .sf-menu>li>a:before {
        left: -6px!important;
    }
}

@media all and (device-width:768px) and (device-height:1024px) and (orientation:landscape) {
    .responsive .navbar-compact .navbar-main-menu .item .btn-main,.responsive .navbar-compact .navbar-main-menu .sf-menu>li>a {
        padding: 0 6px!important;
    }

    .responsive .navbar-compact .navbar-main-menu .sf-menu>li:first-child>a {
        padding-left: 6px!important;
    }

    .responsive .navbar-compact .navbar-main-menu .item .line:before,.responsive .navbar-compact .navbar-main-menu .sf-menu>li>a:before {
        left: -6px!important;
    }

    .touch .product-controls-list .top-out {
        height: 60px;
    }

    .back-to-top {
        bottom: 75px;
    }

    .responsive .navbar-search input.form-control {
        width: 125px;
    }

    .responsive .navbar-search .form-control:focus {
        width: 125px;
    }
}

@media all and (device-width:768px) and (device-height:1024px) and (orientation:portrait) {
    .responsive .navbar-compact .navbar-main-menu .item.compact-hidden,.responsive .navbar-compact .navbar-main-menu .item.compact-hidden.hidden-xs {
        display: block!important;
    }

    .responsive .navbar-compact .navbar-main-menu .sf-menu>li>a,.responsive .navbar-main-menu .item .btn-main {
        padding: 0 6px!important;
    }

    .responsive .navbar-main-menu .sf-menu>li:first-child>a {
        padding-left: 6px!important;
    }

    .responsive .navbar-main-menu .item .line:before,.responsive .navbar-main-menu .sf-menu>li>a:before {
        left: -6px!important;
    }
}

@media(max-width:1199px) {
    .responsive .navbar-compact .navbar-main-menu .item .btn-main,.responsive .navbar-compact .navbar-main-menu .sf-menu>li>a {
        padding: 0 6px!important;
    }

    .responsive .navbar-compact .navbar-main-menu .sf-menu>li:first-child>a {
        padding-left: 6px!important;
    }

    .responsive .navbar-compact .navbar-main-menu .item .line:before,.responsive .navbar-compact .navbar-main-menu .sf-menu>li>a:before {
        left: -6px!important;
    }

    .responsive .navbar-main-menu .item:first-child {
        margin-left: -6px;
    }
}

@media(max-width:991px) {
    .responsive .navbar-compact .navbar-main-menu .item.compact-hidden,.responsive .navbar-compact .navbar-main-menu .item.compact-hidden.hidden-xs {
        display: block!important;
    }

    .responsive .navbar-main-menu .item:first-child {
        margin-left: -6px;
    }

    .responsive .navbar-compact .navbar-main-menu:before {
        width: 0;
    }
}

@media(min-width:1200px) {
    .responsive .navbar-compact .navbar-main-menu .item.compact-hidden,.responsive .navbar-compact .navbar-main-menu .item.compact-hidden.hidden-xs {
        display: block!important;
    }
}

@media(max-width:1199px) {
    .variant2 .navbar-search {
        margin: 12px 0 0 15px;
    }

    .variant2 .navbar-search .form-control:focus,.variant2 .navbar-search input.form-control {
        width: 180px;
    }
}

@media(max-width:992px) {
    .variant2 .navbar-compact .navbar-search {
        margin: 14px 40px 0 20px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .responsive .variant2 .navbar-secondary-menu.pull-right {
        float: right!important;
        margin-top: -45px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .responsive .variant2 .navbar-height-inner {
        height: 145px;
    }
}

@media(max-width:767px) {
    .responsive .variant2 .navbar-secondary-menu {
        width: auto;
    }
}

@media(max-width:991px) {
    .responsive .variant2 .navbar-main-menu .item .btn-main,.responsive .variant2 .navbar-main-menu .sf-menu>li>a {
        padding: 0 6px;
        font-size: 1.15em;
    }

    .responsive .variant2 .navbar-main-menu .sf-menu>li:first-child>a {
        padding-left: 6px!important;
    }

    .responsive .variant2 .navbar-main-menu .item .line:before,.responsive .variant2 .navbar-main-menu .sf-menu>li>a:before {
        left: -6px!important;
    }
}

@media(max-width:1199px) {
    .responsive .variant3 .navbar-search {
        margin: 4px 0 -80px 10px;
    }

    .responsive .variant3 .navbar-compact .navbar-search {
        margin: 8px -10px 0 0;
    }

    .responsive .variant3 .navbar-search input.form-control {
        width: 130px;
    }

    .responsive .variant3 .navbar-search .form-control:focus {
        width: 160px;
    }
}

@media(max-width:992px) {
    .responsive .variant3 .navbar-compact .navbar-search {
        margin: 14px 40px 0 20px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .responsive .variant3 .navbar-logo {
        text-align: center;
    }

    .responsive .variant3 .navbar-secondary-menu,.responsive .variant3 .navbar-secondary-menu.pull-right {
        float: right!important;
        margin-top: 5px;
        position: relative;
        z-index: 1200;
    }

    .responsive .variant3 .navbar-search {
        margin: 4px 0 10px -10px;
        float: none!important;
        text-align: center;
    }

    .responsive .variant3 .navbar-compact .navbar-search {
        margin: 10px 0 10px -10px;
        float: right!important;
        text-align: left;
    }

    .responsive .variant3 .navbar-search input.form-control {
        width: 225px;
    }

    .responsive .variant3 .navbar-search .form-control:focus {
        width: 305px;
    }

    .responsive .variant3 .navbar-compact .navbar-main-menu {
        clear: both;
    }

    .responsive .variant3 .icon-xcart-animate {
        margin: 12px 0 0;
    }
}

@media(max-width:767px) {
    .responsive .variant3 .navbar-secondary-menu {
        width: auto;
    }

    .responsive .variant3 .navbar-secondary-menu .btn-default,.responsive .variant3 .navbar-secondary-menu.visible-xs .open .btn-default {
        border-left: medium;
        padding-left: 3px;
        padding-right: 4px;
    }

    .responsive .variant3 .navbar-secondary-menu .btn-group:last-child .btn-default {
        padding-right: 0;
    }
}

@media(max-width:1199px) {
    .responsive .product-preview-popup {
        width: 95%;
    }
}

@media(max-width:359px) {
    .responsive .btn-select .value {
        min-width: 90px;
    }

    .responsive .dropdown-menu {
        min-width: 128px;
    }
}

@media(max-width:767px) {
    .shopping-cart .box {
        padding: 20px 20px 30px;
    }

    .shopping-cart tr {
        display: block;
        width: 100%;
    }

    .shopping-cart table td {
        width: 100%;
        display: block;
        padding-left: 30%;
        position: relative;
        overflow: hidden;
        text-align: left;
    }

    .shopping-cart table td:last-child,.shopping-cart table td:first-child {
        border: none;
    }

    .shopping-cart h3 {
        margin-top: -38px;
    }

    .shopping-cart table .td-name {
        position: absolute;
        left: 0;
        width: 30%;
        font-weight: 700;
    }

    .shopping-cart table .remove-button {
        float: left;
        position: absolute;
        left: 0;
        top: 40%;
    }

    .shopping-cart .quantity-control {
        margin: 0;
    }

    .shopping-cart-header {
        background: url(../images/shopping-cart-back-mobile.png) no-repeat center 0;
    }
}/*!Animate.css - http://daneden.me/animate
Licensed under the MIT license
Copyright (c) 2014 Daniel Eden
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.*/.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

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

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

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

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

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

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

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

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

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

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

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

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

.animate,.animate-delay {
    opacity: 0;
}

.touch .animate,.touch .animate-delay {
    opacity: 1!important;
}

.animate-delay.animated.scale,.animate.animated.scale {
    -webkit-animation: scale 1s 1 cubic-bezier(.445,.05,.55,.95);
    -moz-animation: scale 1s 1 cubic-bezier(.445,.05,.55,.95);
    -o-animation: scale 1s 1 cubic-bezier(.445,.05,.55,.95);
    animation: scale 1s 1 cubic-bezier(.445,.05,.55,.95);
    opacity: 1;
}

.animate-delay.animated.pulse,.animate.animated.pulse {
    -webkit-animation: pulse .5s 1 linear;
    -moz-animation: pulse .5s 1 linear;
    -o-animation: pulse .5s 1 linear;
    animation: pulse .5s 1 linear;
}

.animate-delay.animated.flip,.animate.animated.flip {
    -webkit-animation: flip .5s 1 linear;
    -moz-animation: flip .5s 1 linear;
    -o-animation: flip .5s 1 linear;
    animation: flip .5s 1 linear;
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    opacity: 1;
}

.animate-delay.animated.fadeUp,.animate.animated.fadeUp {
    -webkit-animation: fadeUp .5s 1 linear;
    -moz-animation: fadeUp .5s 1 linear;
    -o-animation: fadeUp .5s 1 linear;
    animation: fadeUp .5s 1 linear;
    opacity: 1;
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(.3);
        opacity: .1;
    }

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

@-moz-keyframes scale {
    0% {
        -moz-transform: scale(.3);
        opacity: .1;
    }

    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}

@-o-keyframes scale {
    0% {
        -o-transform: scale(.3);
        opacity: .1;
    }

    100% {
        -o-transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale {
    0% {
        transform: scale(.3);
        opacity: .1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

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

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

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

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

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

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

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }

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

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }

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

@-webkit-keyframes fadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

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

@keyframes fadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

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

.animate-move-down,.animate-scale {
    -o-transition: -o-transform .2s linear 0s;
    -moz-transition: -moz-transform .2s linear 0s;
    -webkit-transition: -webkit-transform .2s linear 0s;
    -ms-transition: -ms-transform .2s linear 0s;
    transition: transform .2s linear 0s;
}

.animate-scale:hover {
    -o-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}

.animate-move-down:hover {
    -o-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.banners-block .item .banner-text,.banners-block .item img {
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.banners-block .item:hover .banner-text {
}

.banners-block .item:hover img {
    -o-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.btn-mega,.btn-primary,.filters-by-category li a,.filters-by-category li a.selected,.member-info .contact-icon,.pagination-main li a,.tags-list li a,.tags-list li a:hover {
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.back-to-top {
    -o-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
}

.services-block .item {
    -webkit-transform: translate3d(0,0,0);
}

.services-block .item .icon {
    -o-transition: -o-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    -ms-transition: -ms-transform .1s ease;
    transition: transform .3s ease;
}

.services-block .item:hover .icon {
    -o-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.flex-direction-nav,.slider-controls {
    -webkit-transform: translate3d(0,0,0);
}

.flex-direction-nav a,.slider-controls a,.small-previews a,.jcarousel-skin-previews .jcarousel-prev,.jcarousel-skin-previews .jcarousel-next {
    -o-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -webkit-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
}

.navbar-search input.form-control {
    -o-transition: width .5s ease;
    -moz-transition: width .5s ease;
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
}

.navbar-search.noTransition input.form-control {
    -o-transition: width 0 ease!important;
    -moz-transition: width 0 ease!important;
    -webkit-transition: width 0 ease!important;
    transition: width 0 ease!important;
}

.navbar-main-menu .item .btn-main,.sf-menu>li {
    -o-transition: border .1s ease;
    -moz-transition: border .1s ease;
    -webkit-transition: border .1s ease;
    transition: border .1s ease;
}

.navbar-switcher {
    -o-transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    transition: background .5s ease;
}

.product-controls-list.hide-right,.product-preview .quick-view {
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.product-preview .preview:not(.hover-slide) .img-responsive,.products-widget .product .img-responsive {
}

.product-preview:hover .preview:not(.hover-slide) .img-responsive {
}

.products-widget .product .img-responsive:hover {
}

.touch .products-widget .product .img-responsive:hover,.touch .product-preview:hover .preview:not(.hover-slide) .img-responsive {
    -o-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.preview.hover-slide .preview-image img {
    -o-transition: top .3s ease-out;
    -moz-transition: top .3s ease-out;
    -webkit-transition: top .3s ease-out;
    -ms-transition: top .3s ease-out;
    transition: top .3s ease-out;
}

.preview.hover-slide:hover .preview-image img {
    -o-transition: top .3s ease-out;
    -moz-transition: top .3s ease-out;
    -webkit-transition: top .3s ease-out;
    -ms-transition: top .3s ease-out;
    transition: top .3s ease-out;
    top: 100%;
}

.touch .preview.hover-slide:hover .preview-image img {
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
    top: auto;
}

.preview.hover-slide:hover .preview-image img:first-child {
    top: 0;
}

.product-controls-list .circle:hover {
    -webkit-animation: pulse .5s linear;
    -moz-animation: pulse .5s linear;
    -o-animation: pulse .5s linear;
    animation: pulse .5s linear;
}

.product-controls-list .cart:hover span {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation: swing 1s linear;
    -moz-animation: swing 1s linear;
    -o-animation: swing 1s linear;
    animation: swing 1s linear;
}

.find-us .icon {
    -o-transition: -o-transform 1s ease;
    -moz-transition: -moz-transform 1s ease;
    -webkit-transition: -webkit-transform 1s ease;
    -ms-transition: -ms-transform 1s ease;
    transition: transform 1s ease;
}

.services-block-dark {
    -webkit-transform: translate3d(0,0,0);
}

.services-block-dark .icon {
    -o-transition: -o-transform .5s ease;
    -moz-transition: -moz-transform .5s ease;
    -webkit-transition: -webkit-transform .5s ease;
    -ms-transition: -ms-transform .5s ease;
    transition: transform .5s ease;
}

.services-block-dark .icon span {
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.services-block-dark a:hover .icon {
    -o-transform: scale(1.3,1.3);
    -moz-transform: scale(1.3,1.3);
    -webkit-transform: scale(1.3,1.3);
    -ms-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3);
}

.services-block-dark .icon span {
    display: inline-block;
}

.services-block-dark a:hover .icon span {
    color: #f39fb5;
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.services-block-box {
    -webkit-transform: translate3d(0,0,0);
}

.services-block-box .icon {
    -o-transition: -o-transform .5s ease;
    -moz-transition: -moz-transform .5s ease;
    -webkit-transition: -webkit-transform .5s ease;
    -ms-transition: -ms-transform .5s ease;
    transition: transform .5s ease;
}

.services-block-box .icon span {
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.services-block-box a:hover .icon {
    -o-transform: scale(1.15,1.15);
    -moz-transform: scale(1.15,1.15);
    -webkit-transform: scale(1.15,1.15);
    -ms-transform: scale(1.15,1.15);
    transform: scale(1.15,1.15);
}

.social-widgets .item,.social-widgets .tab-content,.social-widgets .tab-icon {
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.live-chat {
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

#off-canvas-menu,#outer-canvas,.mobile-nav .nav-item .tab-content,.mobile-nav .nav-item a,.mobile-nav .nav-item.active .tab-content {
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

.brands-carousel img,.owl-item,.preview.hover-slide .preview-image {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.brands-carousel a {
    display: block;
}

.brands-carousel .brands_active {
    opacity: 1;
    -webkit-transition-duration: 500ms;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-duration: 500ms;
    -moz-transition-timing-function: ease-out;
    -o-transition-duration: 500ms;
    -p-transition-timing-function: ease-out;
    -ms-transform-duration: 500ms;
    -ms-transform-timing-function: ease-out;
}

.brands-carousel .brands_n_active {
    opacity: .4;
    -webkit-transition-duration: 500ms;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-duration: 500ms;
    -moz-transition-timing-function: ease-out;
    -o-transition-duration: 500ms;
    -p-transition-timing-function: ease-out;
    -ms-transform-duration: 500ms;
    -ms-transform-timing-function: ease-out;
}

.flex-direction-nav,.owl-slider-outer .owl-slider-next,.owl-slider-outer .owl-slider-prev,.owl-theme .owl-controls,.jcarousel-skin-previews .jcarousel-prev,.jcarousel-skin-previews .jcarousel-next,.jcarousel-skin-previews .jcarousel-prev-disabled,.jcarousel-skin-previews .jcarousel-next-disabled {
    opacity: 0;
    -webkit-transition-duration: 500ms;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-duration: 500ms;
    -moz-transition-timing-function: ease-out;
    -o-transition-duration: 500ms;
    -p-transition-timing-function: ease-out;
    -ms-transform-duration: 500ms;
    -ms-transform-timing-function: ease-out;
}

.touch .flex-direction-nav,.touch .owl-slider-outer .owl-slider-next,.touch .owl-slider-outer .owl-slider-prev,.touch .owl-theme .owl-controls,.touch .jcarousel-skin-previews .jcarousel-prev,.touch .jcarousel-skin-previews .jcarousel-next {
    opacity: 1;
}

.flexslider:hover .flex-direction-nav,.owl-slider-outer:hover .owl-slider-next,.owl-slider-outer:hover .owl-slider-prev,.owl-theme:hover .owl-controls,.jcarousel-skin-previews:hover .jcarousel-prev,.jcarousel-skin-previews:hover .jcarousel-next {
    opacity: 1;
    -webkit-transition-duration: 500ms;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-duration: 500ms;
    -moz-transition-timing-function: ease-out;
    -o-transition-duration: 500ms;
    -p-transition-timing-function: ease-out;
    -ms-transform-duration: 500ms;
    -ms-transform-timing-function: ease-out;
}

.jcarousel-skin-previews:hover .jcarousel-prev-disabled,.jcarousel-skin-previews:hover .jcarousel-next-disabled {
    opacity: .5;
}

.icon-xcart-animate .box,.icon-xcart-animate .handle,.tp-leftarrow.default:before,.tp-rightarrow.default:before {
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

.tabs-left .tab-content-outer {
    -o-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -webkit-transition: height .2s ease;
    -ms-transition: height .2s ease;
    transition: height .2s ease;
}

.collapsing {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.pulse {
    position: absolute;
    display: block;
    margin-left: -22px;
    margin-top: 6px;
}

.pulse_icon {
    display: block;
    background-image: url(../images/attention_icon.png);
    border: 1px solid red;
    width: 14px;
    height: 14px;
    -webkit-animation: blink 1.5s ease-in infinite;
    -moz-animation: blink 1.5s ease-in infinite;
    -ms-animation: blink 1.5s ease-in infinite;
    -o-animation: blink 1.5s ease-in infinite;
    animation: blink 1.5s ease-in infinite;
}

@media(max-width:767px) {
    .responsive .pulse {
        display: inline-block;
        float: left;
        position: relative;
        margin: 4px 10px 0 0;
    }
}

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

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

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

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

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

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

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

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.carouFredSel {
    position: relative;
}

.carouFredSel .slides {
    margin: 18px 0 0;
    padding: 0;
    list-style-type: none;
}

.carouFredSel .slides li {
    margin: 0 15px;
    padding: 0;
    min-height: 50px;
    float: left;
}

.carouFredSel .slides img {
    max-width: 100%;
}

.carouFredSel .carouFredSel-controls {
    position: absolute;
    margin: 0;
    right: 5px;
    top: -41px;
    padding-bottom: 20px;
    opacity: 0;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

.carouFredSel:hover .carouFredSel-controls {
    opacity: 1;
}

.carouFredSel .carouFredSel-controls .carouFredSel-buttons a {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.carouFredSel .carouFredSel-controls .carouFredSel-buttons a:hover {
    color: #f39fb5;
}

.carouFredSel .carouFredSel-controls .carouFredSel-buttons a:before {
    font-family: icomoon;
    font-size: 26px!important;
    display: inline-block;
    content: '\e078';
}

.carouFredSel .carouFredSel-controls .carouFredSel-buttons a.next:before {
    content: '\e07b';
}

h1,h2,h3,h4,.filters-by-category.header-filter li a {
    font-weight: 700;
}

@media(min-width:768px) {
    header.variant4 .navbar-search input.form-control {
        border: 1px solid transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
        color: transparent;
        -moz-transition: all .2s ease;
        -webkit-transition: all .2s ease;
        -ms-transition: all .2s ease;
        transition: all .2s ease;
    }

    header.variant4 .navbar-search:hover input.form-control,header.variant4 .navbar-search.focus input.form-control {
        border-bottom: 1px solid #ccc;
        color: #000;
    }

    header.variant4 .navbar-search .button {
        color: #555;
    }

    header.variant4 .navbar-search:hover .button,header.variant4 .navbar-search.focus .button {
        color: #444;
    }

    header.variant4 .navbar-search:hover input.form-control,header.variant4 .navbar-search .button {
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-transition-delay: .2s;
        -moz-transition-delay: .2s;
        -ms-transition-delay: .2s;
        transition-delay: .2s;
    }

    .navbar-search:hover {
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-transition-delay: .2s;
        -moz-transition-delay: .2s;
        -ms-transition-delay: .2s;
        transition-delay: .2s;
        -webkit-box-shadow: 0 0 25px 6px rgba(166,166,166,.4);
        -moz-box-shadow: 0 0 25px 6px rgba(166,166,166,.4);
        box-shadow: 0 0 25px 6px rgba(166,166,166,.4);
        background-color: #fff;
    }

    header.variant4 .navbar-compact .navbar-search .button {
        color: #777;
    }

    header.variant4 .navbar-compact .navbar-search:hover .button {
        color: #000;
    }

    header.variant4 .btn-shopping-cart>a {
        padding-left: 0;
    }

    header.variant4 .btn-shopping-cart>a>span.text-shopping-cart,header.variant4 .btn-shopping-cart>button>span.text-shopping-cart {
        width: 1px;
        text-indent: 1px;
        overflow: hidden;
        display: block;
        float: left;
        margin-top: 2px;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -ms-transition: all .5s ease;
        transition: all .5s ease;
    }

    header.variant4 .btn-shopping-cart:hover>a>span.text-shopping-cart,header.variant4 .btn-shopping-cart:hover>button>span.text-shopping-cart {
        width: auto;
        min-width: 130px;
    }

    header.variant4 .icon-xcart-animate {
        margin: 1px 0 0 10px;
    }

    header.variant4 .navbar-compact .icon-xcart-animate {
        margin: 4px 0 0 10px;
    }

    header.variant4 .navbar-secondary-menu {
        padding: 2px 0 0;
    }
}

.cms-index-index .content.slider-products {
    padding-bottom: 5px;
}

.cms-index-index .row.brands {
    margin-top: -6px;
}

.cms-index-index .blog-widget {
    margin-bottom: 7px;
}

.cms-index-index .content.nopad-bottom {
    padding-top: 40px;
}

.cms-index-index .social-widget {
    padding: 40px 0 25px;
}

a,a:hover {
    cursor: pointer;
}

a.fancybox-close:hover,a:hover,#notification .success_ev a:hover,a.button:hover,input.button:hover,.left_block.block_category a,.breadcrumbs a,.navbar a,.product-preview a,.social-widgets a,.footer-navbar a,.footer-bottom-block a,.navbar a.btn-group,.navbar a.btn-group:hover,.services-block a,.products-widget a,.btn,.btn:hover,.product-view .close-view,.product-view .close-view:hover,.main-slider a,.main-slider a:hover,.category-list a,.fancybox-close,.fancybox-close:hover,.product-description .wish_comp a,#button-filter,.nav-tabs>li>a,a.button,input.button,a.button:hover,input.button:hover,.tags-list li a,.tags-list li a:hover,footer a,#cart .cart_product_name,.page-sitemap .bold-list li a,.accordion-simple .panel-heading a,.panel-title>a,.btn-group>.btn:first-child,.page-content a,.services-block-dark a,.member-info a,.breadcrumb a,.carouFredSel .carouFredSel-controls .carouFredSel-buttons a:hover,a#brands-carousel-next:hover,a#brands-carousel-next,a#brands-carousel-prev,a#brands-carousel-prev:hover,.arrow-list a,.services-block-box a,.brands .carouFredSel-buttons a,.brands .carouFredSel-buttons a:hover,.jcarousel-skin-previews a.jcarousel-prev:hover,.jcarousel-skin-previews a.jcarousel-next:hover,.jcarousel-skin-previews:hover a.jcarousel-prev,.jcarousel-skin-previews:hover a.jcarousel-next,.jcarousel-skin-previews:hover a.jcarousel-prev:hover,.jcarousel-skin-previews:hover a.jcarousel-next:hover {
    text-decoration: none;
}

a,#notification .success_ev a,#notification .success_ev a:hover,.left_block.block_category a:hover,.breadcrumbs a:hover,.product-preview .title a:hover,.footer-navbar a:hover,.footer-bottom-block a:hover,.products-widget a:hover,.category-list a:hover,.add-to-links.wish_comp .text:hover,footer a:hover,#cart .cart_product_name:hover,.page-sitemap .bold-list li a:hover,.breadcrumb a:hover,.arrow-list a:hover {
    text-decoration: underline;
}

.social-widget {
    clear: both;
}

.overflow_hidden,.btn-mega-view,.quick_view_button .btn-mega,.carouFredSel .slides {
    overflow: hidden;
}

.overflow_auto {
    overflow: auto;
}

body.back-bg .grey-container-light,body.back-bg .grey-container-dark,.boxed_page .grey-container-dark,.boxed_page .grey-container-light,footer {
    background: 0 0;
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover,.dropdown-menu div.top_block>a:focus,.dropdown-menu div.top_block>a:hover {
    background-image: none;
}

footer,footer a,footer a:hover {
    color: inherit;
}

.breadcrumb>li+li:before {
    content: normal;
}

.language_block button {
    text-transform: uppercase;
}

.fancybox-close,.index_page .footer_socials {
    display: block;
}

.navbar-main-submenu .exclusive,.shopping-cart .input-group-btn {
    display: inline-block;
}

.cloudzoom-blank>div:last-child {
    display: none!important;
}

.welcome,.none_index_page .section_footer_socials,.index_page .promo_main,.page-sitemap .promo_main,.product_image_info .promo_main,.layout_7 .error-page .error-number,.container-widget h3.promo_main,.contacts h3.promo_main {
    display: none;
}

.menu-list>li.login_link>a,.menu-list>li.logout_link>a,.navbar-secondary-menu .language-box .btn-default,.slider-listing h2 {
    text-transform: capitalize;
}

.toplevelcategory {
    font-weight: 700!important;
}

.expander-list li.active>span>a {
    font-weight: 700;
}

.welcome {
    text-align: center;
}

.layout_7 .error-page,.responsive .product-description #product .form-group {
    text-align: left;
}

.btn-group.open .dropdown-toggle,.btn.active,.btn:active,body.back-bg .navbar .background,.navbar-secondary-menu .btn-default,.navbar-secondary-menu .open .btn-default,.btn-mega,.btn-primary,.noGutter .image-wrapper img,.product-description .btn,.accordion-faq .panel:last-child,.accordion-faq .panel,.accordion-simple .panel:last-child,.accordion-simple .panel,.navbar-secondary-menu .btn-default:hover,.navbar-secondary-menu .open .btn-default:hover,.navbar-secondary-menu .btn-default,.navbar-secondary-menu .open .btn-default,.product-view .flexslider-thumb,.slider-products .owl-carousel,#button-shipping.btn-primary[disabled],.top_cart.btn {
    box-shadow: none;
}

.slider-products .owl-carousel {
    border: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: 0 0;
}

.live-chat .tab-content .form-control,.ajax-loader {
    box-shadow: none!important;
}

.ajax-loader {
    -webkit-box-shadow: none!important;
}

.accordion-faq .panel,.accordion-simple .panel,.btn-group.open .dropdown-toggle,.btn.active,.btn:active {
    -webkit-box-shadow: none;
}

.noGutter .image-wrapper img,.form-horizontal legend,.product-preview h3.title {
    border: 0;
}

.owl-carousel {
    border: none;
}

#input-captcha {
    width: auto;
}

body.back-bg .grey-container-light,body.back-bg .grey-container-dark,body.back-bg .services-block {
    border: none;
}

#search {
    margin-bottom: 0;
}

footer {
    margin: 0;
    padding: 0;
    border: 0;
    clear: both;
}

.main-slider .scroll-down {
    bottom: 18%;
}

.main-slider .title-slide-01 {
    top: 22%;
}

.services-block .icon {
    max-width: 70px;
}

.services-block .icon.icon-airplane-2 {
    max-width: 55px;
}

.fancybox-close {
    background: 0 0!important;
}

.fancybox-close:before {
    content: "\e012";
    font-family: icomoon;
    font-size: 1.4em;
}

header.variant4 .navbar-secondary-menu .icon.icon-edit,header.variant4 .navbar-secondary-menu .icon.icon-trash-2 {
    font-size: 1.5em;
    margin-right: 0;
}

.product-view-compact,.submenu-block-other ul,.submenu-block ul,.content.slider-products.slider-related,.brands_block {
    padding-top: 0;
}

.search_in_descr {
    padding-top: 10px;
}

.text_search {
    padding-top: 15px;
}

.page-sitemap h1,h1.page_title {
    padding-top: 25px;
}

.newsletter,.footer_socials,.content-aside {
    padding-top: 35px;
}

.shoppingcart-box .table.table-striped>tbody>tr>td {
    padding-right: 0;
}

.product-view-compact,#accordion h4.panel-title,h1.page_title,.submenu-block p,.services-block.vertical.small,.submenu-block ul,.brands_block h3,.product_image_info .slider-products.module.right_column,.product_image_info .slider-products .product-preview {
    padding-bottom: 0;
}

.product-filter.filters-panel,.submenu-block-other .title,.no_subcategory_img,.text_search,.added_items,.block_category h3 {
    padding-bottom: 15px;
}

.brands_block {
    padding-bottom: 20px;
}

.search_title,.product-compare,#accordion.panel-group,#video-container,.left_block.block_filter {
    padding-bottom: 25px;
}

.navbar-secondary-menu .language_block .icon {
    margin-right: 5px;
}

.input-entry-email,.login-form .form-control#input-password,h1.page_title {
    margin-bottom: 15px;
}

.block_category {
    margin-bottom: 30px;
}

.about_blog {
    margin-top: 10px;
}

#input-captcha,.alert {
    margin-top: 20px;
}

.form-horizontal .form-group .radio-inline input[type=radio] {
    margin-top: 0;
}

.owl-carousel,.submenu-block p,.services-block.vertical.small {
    margin-bottom: 0;
}

.product-description .checkbox {
    line-height: 21px;
}

#input-password {
    margin-bottom: 15px;
}

.btn-danger,.btn-primary,.btn-info,.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover,.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
    background-color: #000;
    border-color: #000;
    box-shadow: none;
    text-shadow: none;
}

.rating .fa-star,.rating .fa-star+.fa-star-o {
    color: #f39fb5;
}

.buttons .btn-default,a.btn.btn-info,a.btn.btn-danger {
    color: #fff;
}

.btn-danger.active,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open .dropdown-toggle.btn-danger,.btn-info.active,.btn-info:active,.btn-info:focus,.btn-info:hover,.open .dropdown-toggle.btn-info,.buttons .btn-default.active,.buttons .btn-default:active,.buttons .btn-default:focus,.buttons .btn-default:hover {
    border-color: #f39fb5;
    color: #f39fb5!important;
    background: 0 0;
    box-shadow: none;
    text-shadow: none;
}

.btn-danger {
    padding: 10px 13px;
    padding-bottom: 9px;
}

.page-cart .btn-primary {
    background-color: #c7c7c7;
    border-color: #c7c7c7;
    text-shadow: none;
    color: #fff!important;
    font: 1.29em/1.29em Arial,Helvetica,sans-serif;
    line-height: initial;
}

.page-cart .btn-primary.active,.page-cart .btn-primary:active,.page-cart .btn-primary:focus,.page-cart .btn-primary:hover,.page-cart .open .dropdown-toggle.btn-primary {
    background-color: #000!important;
    border-color: #000!important;
}

.responsive .tabs-left .nav-tabs>li>a:hover {
    background-color: #f39fb5;
}

.btn-block .input-group-btn button.btn {
    padding: 6px 12px;
}

.btn-mega-view {
    display: block;
    float: left;
}

.quick_view_button .btn-mega {
    display: block;
    margin-top: 20px;
    float: left;
}

.dropdown-menu>li.login_link,.dropdown-menu>li.logout_link,.menu-list>li.login_link,.menu-list>li.logout_link {
    visibility: hidden;
    line-height: 1px;
}

.responsive .mobile-nav .nav-item>a.top_cart {
    border-radius: 0;
    border: none;
    border-left: 1px solid #d795a6;
}

.dropdown-menu>li.login_link>a,.dropdown-menu>li.logout_link>a,.menu-list>li.login_link>a,.menu-list>li.logout_link>a {
    visibility: visible;
    text-transform: capitalize;
}

#colorbox {
    -webkit-box-sizing: content-box!important;
    -moz-box-sizing: content-box!important;
    box-sizing: content-box!important;
}

.cart-close {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 1004;
    background-image: url(../images/fancybox_sprite.png);
}

.success_ev {
    background-color: rgba(0,0,0,.8);
    border: medium;
    border-radius: 6px;
    color: #fff;
    left: 20%;
    right: 20%;
    position: absolute;
    text-align: center;
    width: auto;
    padding: 20px;
}

.success,.warning,.attention,.information {
    padding: 21px 40px 21px 80px;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,.3);
    position: fixed;
    top: 37px;
    right: 20px;
    max-width: 350px;
    border-radius: 0;
    z-index: 999999;
}

.success_ev a,.success_ev a:hover,.responsive .tabs-left .nav-tabs>li>a:hover {
    color: #fff;
}

.shopping-cart table .td-name-qty {
    line-height: 34px;
}

.preloader {
    position: fixed;
    width: 100%;
    z-index: 100000;
    top: 40%;
}

.responsive .shoppingcart-box .item .icon-product-delete,.responsive .shoppingcart-box .item .icon-product-edit {
    position: absolute;
    top: 5px;
    right: 20px;
    font-size: 17px;
    color: #fff;
}

.responsive .shoppingcart-box .item .icon-product-delete {
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 17px;
    color: #fff;
}

.mobile-nav .btn-group>.dropdown-menu .icon.icon-edit,.mobile-nav .btn-group>.dropdown-menu .icon.icon-trash-2 {
    font-size: 30px;
}

.responsive .navbar-secondary-menu.language_wrapper,.responsive .navbar-secondary-menu.currency_wrapper {
    padding-left: 0;
}

.responsive #off-canvas-menu ul li span.icon {
    padding: 0;
}

.slider-listing h2 {
    margin: 0;
    padding: 0 0 1.3em;
    font: 2.46em Mavenpro,Arial,Helvetica,sans-serif;
    color: #2b2b2b;
    font-weight: 700;
}

.product-filter {
    overflow: hidden;
    border: none;
}

.products-list-small .countdown_inner,.products-list-in-row .countdown_inner {
    padding: 16px 0 0;
}

.products-list-small .is-countdown,.products-list-in-row .is-countdown {
    padding: 3px 0 5px;
}

.products-list-small .countdown_box,.products-list-in-row .countdown_box {
    top: 25%;
}

.filters-panel .view-mode a.active {
    color: #f39fb5;
    cursor: text;
}

.filters-panel .view-mode a:hover {
    color: #f39fb5;
}

.products-list-in-row.products-list .product-preview {
    padding-bottom: 0;
}

.product-listing.product-list .product {
    float: left!important;
    clear: both!important;
    width: 100%!important;
    margin: 0;
    padding: 0 0 20px;
    position: static!important;
    overflow: hidden;
    transform: none!important;
    -webkit-transform: none!important;
}

.product-options-outer .colorswatch-attribute {
    margin: 0;
    padding: 0;
}

.product-options-outer .colorswatch-attribute .colorswatch-swatch-container {
    cursor: inherit;
    display: inline-block;
    float: none;
    padding: 1px;
    position: relative;
}

.add-to-links.wish_comp {
    margin-top: 20px;
}

.add-to-links.wish_comp ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.product-description .wish_comp li {
    display: inline;
    margin-right: 10px;
}

.product-preview-popup .product-view .large-image img {
    opacity: 1!important;
}

.owl-carousel:hover .owl-buttons .owl-prev {
    left: auto;
    right: 40px;
}

.owl-carousel .owl-buttons .owl-next {
    right: 20px;
}

.page-cart #accordion .btn-primary {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.breadcrumb {
    margin: 0;
    padding: 8px;
    padding-bottom: 12px;
    position: relative;
    z-index: 10;
    margin-top: 30px;
    background: #f3f3f3;
}

@media screen and (max-width:500px) {
    .breadcrumb {
        margin: 0;
        padding: 8px;
        padding-bottom: 12px;
        position: relative;
        z-index: 10;
        margin-top: 10px;
        background: #f3f3f3;
    }
}

.product_page .breadcrumb {
    margin-bottom: 13px;
}

.block_filter input[type=checkbox] {
    margin: 0;
}

#content {
    overflow: hidden;
    padding-top: 29px;
}

.image_option_type .radio input[type=radio].image_radio {
    display: none;
}

.image_option_type .radio {
    padding-left: 0;
    display: inline;
}

.product-description .product-options img.icon-color {
    width: 30px;
    padding: 0;
}

.product_page .breadcrumbs {
    padding-bottom: 32px;
}

.product-view .flexslider-thumb.not_full_slider {
    padding: 0;
}

.product_page_price .price {
    margin: 0;
}

.color-swatch-wrapper {
    position: relative;
    padding-bottom: 20px;
}

.color-swatch-wrapper .swatch-title {
    display: none;
}

.swatch_item {
    display: inline-block;
    position: relative;
}

.color-swatch-wrapper .image-base {
    width: 20px;
    height: 20px;
    border: 1px solid #d1d1d1;
    cursor: pointer;
}

.color-swatch-wrapper label {
    display: block;
}

.color-swatch-wrapper .image-base.image_border {
    border-color: #f39fb5;
}

#tab-review input.form-control,.shopping-cart .input-group.btn-block .form-control {
    width: auto;
}

.color-swatch-wrapper .prefix {
    position: absolute;
    left: 0;
    top: 35px;
    display: none;
}

h2#review-title {
    clear: both;
    padding-bottom: 20px;
    padding-top: 20px;
}

.related {
    padding-bottom: 20px;
}

.slider-products h2.promo_main {
    margin: 0;
    padding: 0 0 .95em;
    font: 1.692em Mavenpro,Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    color: #2b2b2b;
    font-weight: 700;
}

.boxed_home .pulse {
    position: static;
    display: inline-block;
    margin-left: 0;
}

.content.section_footer_socials {
    padding-bottom: 0;
    padding-top: 0;
}

.content.section_footer_socials>.container {
    padding-bottom: 20px;
    padding-top: 35px;
}

.section_footer_socials {
    background-color: #fff;
}

.boxed_page .section_footer_socials {
    background-color: transparent;
}

.right_column .container,.left_column .container,.full_container.container {
    width: auto!important;
    margin-left: 0!important;
    margin-right: 0!important;
    padding-left: 0!important;
    padding-right: 0!important;
}

.line-divider {
    margin: 0;
    height: 1px;
    line-height: 1px;
    clear: both;
}

.right_column .line-divider,.left_column .line-divider {
    border-bottom: 1px solid #eee;
    height: 20px;
    margin-bottom: 30px;
}

.msie .shopping-cart .input-group.btn-block .form-control.qty_field {
    display: inline;
}

.msie .shopping-cart .input-group-btn.btn_refresh {
    display: inline-block;
    margin-left: -3px;
}

.shopping-cart.wishlist-page .price {
    font: 2em Mavenpro-medium,Arial,Helvetica,sans-serif;
}

.wishlist-page .cart_add_wishlist {
    position: absolute;
    top: 20%;
    right: 0;
}

.language.language_dropdown .image_flag {
    margin-top: -2px;
}

.social-links .btn .fa,.free-social-links .btn .fa,.box-social-links .btn .fa {
    font-size: 20px;
    line-height: 35px;
}

.detailed-social-links .btn .fa {
    font-size: 18px;
    line-height: 24px;
}

.free-social-links,.detailed-social-links {
    display: block;
    float: none!important;
    padding: 10px 5px 5px 0;
    text-align: left;
}

.free-social-links .btn {
    border: 0;
    border-radius: 5px;
    box-shadow: none;
    height: 35px;
    line-height: 35px;
    padding: 0;
    text-align: center;
    width: 35px;
}

.detailed-social-links .btn {
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    height: 24px;
    line-height: 24px;
    padding: 0;
    text-align: center;
    width: 24px;
}

.box-social-links .btn {
    border: 0;
    border-radius: 50%;
    box-shadow: none;
    height: 35px;
    line-height: 35px;
    padding: 0;
    text-align: center;
    width: 35px;
}

.social-links {
    position: absolute;
}

.social-links .btn {
    display: inline-block;
    border: 0;
    border-radius: 50%;
    box-shadow: none;
    height: 35px;
    line-height: 35px;
    padding: 0;
    text-align: center;
    width: 35px;
}

.btn-twitter {
    background: #00acee;
    border-radius: 0;
    color: #fff;
}

.btn-twitter:link,.btn-twitter:visited {
    color: #fff;
}

.btn-twitter:active,.btn-twitter:hover {
    background: #0087bd;
    color: #fff;
}

.btn-facebook {
    background: #3b5998;
    border-radius: 0;
    color: #fff;
}

.btn-facebook:link,.btn-facebook:visited {
    color: #fff;
}

.btn-facebook:active,.btn-facebook:hover {
    background: #30477a;
    color: #fff;
}

.btn-googleplus {
    background: #e93f2e;
    border-radius: 0;
    color: #fff;
}

.btn-googleplus:link,.btn-googleplus:visited {
    color: #fff;
}

.btn-googleplus:active,.btn-googleplus:hover {
    background: #ba3225;
    color: #fff;
}

.btn-stumbleupon {
    background: #f74425;
    border-radius: 0;
    color: #fff;
}

.btn-stumbleupon:link,.btn-stumbleupon:visited {
    color: #fff;
}

.btn-stumbleupon:active,.btn-stumbleupon:hover {
    background: #c7371e;
    color: #fff;
}

.btn-linkedin {
    background: #0e76a8;
    border-radius: 0;
    color: #fff;
}

.btn-linkedin:link,.btn-linkedin:visited {
    color: #fff;
}

.btn-linkedin:active,.btn-linkedin:hover {
    background: #0b6087;
    color: #fff;
}

.elegant-post {
    font-family: roboto,microsoft yahei,wenquanyi micro hei,sans-serif;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #dadada;
    border-radius: 3px;
    margin-bottom: 15px;
    overflow: hidden;
    overflow: auto;
    padding: 10px;
    position: relative;
}

.elegant-post .thumbnail {
    background-color: #f1f1f1;
    border: 0 solid #ddd;
    border-radius: 0;
    display: block;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 0;
    transition: all .2s ease-in-out 0;
}

.elegant-post .blog-item-wrap {
    margin-bottom: 0;
}

.elegant-post .single-featured {
    display: block;
    margin: auto;
    transition: opacity .3s linear 0;
}

.elegant-post .single-featured:hover {
    opacity: .8;
}

.elegant-post .post-inner-content {
    background-color: #fff;
    border: 0;
    padding: 15px;
}

.elegant-post .entry-title {
    font-family: roboto,microsoft yahei,wenquanyi micro hei,sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #444;
    line-height: 30.8px;
    margin: 0 0 30px;
}

.elegant-post .entry-title a {
    font-family: roboto,microsoft yahei,wenquanyi micro hei,sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #444;
    text-decoration: none;
    line-height: 30.8px;
}

.elegant-post .entry-meta {
    margin-bottom: 30px;
}

.elegant-post .entry-meta a {
    color: #6b6b6b;
    font-size: 13px;
}

.elegant-post .entry-meta .byline {
    margin-right: 0;
}

.entry-meta span {
    font-family: roboto,sans-serif;
    margin-right: 10px;
}

.elegant-post .entry-meta .updated {
    display: none;
}

.elegant-post .entry-meta .fa {
    font-size: 14px;
    margin-right: 3px;
}

.elegant-post .entry-content p {
    color: #454545;
    font-family: roboto,microsoft yahei,wenquanyi micro hei,sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 25.6px;
    margin-bottom: 25.6px;
}

.elegant-post .clearfix {
    clear: both;
    margin-bottom: 30px;
}

.posts-rows {
    margin-top: 15px;
    margin-bottom: 15px;
}

.post {
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 0 1px #ccc;
}

.post img {
    filter: blur(2px);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
}

.post .content .desc p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}

.post .content h4 {
    margin: 0;
    padding: 0;
}

.post .content h4.post-title a {
    display: block;
    font-size: 16px;
    line-height: 24px;
}

.post .content {
    padding: 15px;
}

.post .author {
    color: #737373;
    font-size: 11px;
    padding: 10px 0;
}

.post .post-img-content {
    height: 196px;
    position: relative;
}

.post .post-img-content {
    height: auto;
    overflow: hidden;
    position: relative;
}

.post .post-title {
    display: table-cell;
    left: 0;
    position: absolute;
    top: 15px;
    vertical-align: bottom;
    z-index: 2;
}

.post .post-title b {
    background-color: rgba(51,51,51,.58);
    display: inline-block;
    margin-bottom: 5px;
    color: #fff;
    padding: 10px 15px;
    margin-top: 5px;
}

.detailed-post h3 a {
    display: block;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
    text-decoration: none;
}

.detailed-post .desc p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500px;
}

.comment-form .control-label {
    color: #444;
}

.comment-form .alert,.comment-form .attention {
    margin-bottom: 10px;
}

body .blog-post h2 {
    display: inline;
}

body .blog-post h2 a {
    border: 0;
    display: block;
    font-family: open sans,helvetica neue,microsoft yahei,wenquanyi micro hei,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 14px;
    text-decoration: none;
}

.blog-post cite {
    color: #fff;
    display: inline-block;
    font-family: open sans,helvetica neue,sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 19.2px;
    margin-bottom: 8px;
}

.blog-post .entry p {
    font-family: open sans,helvetica neue,microsoft yahei,wenquanyi micro hei,sans-serif;
    font-size: 14px;
    color: #444;
    line-height: 20px;
}

.blog-post .entry .post_date {
    font-family: open sans,helvetica neue,microsoft yahei,wenquanyi micro hei,sans-serif;
    font-size: 14px;
    color: #999;
    line-height: 22.4px;
    white-space: nowrap;
}

.blog-post .author-avatar {
    display: block;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #efefef;
    padding: 10px;
}

.cat-img-left {
    border-radius: 50%;
    box-shadow: 1px 1px 3px #888;
}

.bc-img-left-list .row {
    border: 1px solid #ddd;
    border-bottom: 0;
    padding: 5px 0;
    margin-right: 0;
}

.bc-img-left-list .row:last-child {
    border-bottom: 1px solid #ddd;
}

.bc-img-left-list .row.active {
    background-color: #efefef;
}

.blog-category-widget a,.blog-category-widget a:focus,.blog-category-widget a:hover {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    outline: medium;
    text-decoration: none;
}

.list-unstyled.bc-simple-list>li {
    border: 0;
    border-radius: 10px;
    color: #b8b8b8;
    list-style: outside none none;
    margin: 0 0 5px;
    padding: 5px 10px;
}

.list-unstyled.bc-simple-list li.active {
    background-color: #f5f5f5;
}

.list-unstyled.bc-simple-list li ul li {
    list-style: initial;
}

.nopadding {
    padding: 0;
}

.bc-img-top-list .row {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    padding: 10px 0;
}

.bc-img-top-list .row.active {
    background: none repeat scroll 0 0 #f5f5f5;
}

#socialbuttonnav {
    overflow: auto;
}

#socialbuttonnav li {
    list-style: none;
    overflow: hidden;
    margin: 1 auto;
    background: 0;
    overflow: hidden;
    width: 92px;
    height: 25px;
    line-height: 10px;
    margin-right: 1px;
    padding: 20px 0 0;
    float: left;
    text-align: center;
}

.single-post .entry-content p {
    color: #454545;
    font-family: roboto,microsoft yahei,wenquanyi micro hei,sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 25.6px;
    margin-bottom: 25.6px;
}

.single-post .post-inner-content {
    padding-bottom: 100px;
}

.post_related_tags .label.label-primary {
    font-size: 13px;
    line-height: 30px;
}

#post-social-links {
    float: right;
    margin: 0;
}

.sharrre {
    margin: 10px;
    float: left;
}

.sharrre .box {
    float: left;
    width: 80px;
    height: 75px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0 1px 0 #c3c3c3,0 6px 0 #54a2bc,0 2px 3px 0 rgba(47,58,61,.25),inset 0 1px 0 0 #fff;
    -moz-box-shadow: 0 1px 0 #c3c3c3,0 6px 0 #54a2bc,0 2px 3px 0 rgba(47,58,61,.25),inset 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 #c3c3c3,0 6px 0 #54a2bc,0 2px 3px 0 rgba(47,58,61,.25),inset 0 2px 0 0 #fff;
    background: #dee7ea;
    background: -moz-linear-gradient(top,#dee7ea 0,#e5eef2 20%,#e5eef2 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#dee7ea),color-stop(20%,#e5eef2),color-stop(100%,#e5eef2));
    background: -webkit-linear-gradient(top,#dee7ea 0,#e5eef2 20%,#e5eef2 100%);
    background: -o-linear-gradient(top,#dee7ea 0,#e5eef2 20%,#e5eef2 100%);
    background: -ms-linear-gradient(top,#dee7ea 0,#e5eef2 20%,#e5eef2 100%);
    background: linear-gradient(top,#dee7ea 0,#e5eef2 20%,#e5eef2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dee7ea',endColorstr='#e5eef2',GradientType=0);
}

#facebook .box {
    -webkit-box-shadow: 0 1px 0 #c3c3c3,0 6px 0 #28437a,0 2px 3px 0 rgba(47,58,61,.25),inset 0 1px 0 0 #fff;
    -moz-box-shadow: 0 1px 0 #c3c3c3,0 6px 0 #28437a,0 2px 3px 0 rgba(47,58,61,.25),inset 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 #c3c3c3,0 6px 0 #28437a,0 2px 3px 0 rgba(47,58,61,.25),inset 0 2px 0 0 #fff;
}

#googleplus .box {
    -webkit-box-shadow: 0 1px 0 #c3c3c3,0 6px 0 #404040,0 2px 3px 0 rgba(47,58,61,.25),inset 0 1px 0 0 #fff;
    -moz-box-shadow: 0 1px 0 #c3c3c3,0 6px 0 #404040,0 2px 3px 0 rgba(47,58,61,.25),inset 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 #c3c3c3,0 6px 0 #404040,0 2px 3px 0 rgba(47,58,61,.25),inset 0 2px 0 0 #fff;
}

.sharrre .box:active,#facebook .box:active,#googleplus .box:active {
    box-shadow: 0 0 3px #333;
    margin-top: 4px;
}

.sharrre .count,.sharrre .share {
    display: inline-block;
    width: 78px;
    text-align: center;
    font-weight: 700;
}

.sharrre .count {
    font-size: 20px;
    color: #444;
    text-shadow: 0 1px 0 #fff;
    filter: dropshadow(color=#ffffff,offx=0,offy=1);
    height: 40px;
    line-height: 40px;
    border: 1px solid #b9b9b9;
    border-width: 1px 1px 0;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    position: relative;
}

.sharrre .count:before,.sharrre .count:after {
    content: '';
    display: block;
    position: absolute;
    left: 49%;
    width: 0;
    height: 0;
}

.sharrre .count:before {
    border: solid 7px transparent;
    border-top-color: #b2c6cc;
    margin-left: -7px;
    bottom: -14px;
}

.sharrre .count:after {
    border: solid 6px transparent;
    margin-left: -6px;
    bottom: -12px;
    border-top-color: #e5eef2;
}

.sharrre .share {
    height: 34px;
    line-height: 34px;
    color: #fff;
    font-size: 13px;
    text-shadow: 0 1px 0 rgba(0,0,0,.35);
    filter: dropshadow(color=#d1d1d1,offx=0,offy=1);
    border: 1px solid #6fa4b5;
    border-width: 0 1px 1px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
    background-color: #7ac5df;
    -webkit-box-shadow: inset 0 1px 0 0 #69a4b9,inset 0 -1px 2px 0 rgba(255,255,255,.6),inset 0 2px 1px 0 rgba(255,0,0,.15);
    -moz-box-shadow: inset 0 1px 0 0 #69a4b9,inset 0 -1px 2px 0 rgba(255,255,255,.6),inset 0 2px 1px 0 rgba(255,0,0,.15);
    box-shadow: inset 0 1px 0 0 #69a4b9,inset 0 -1px 2px 0 rgba(255,255,255,.6),inset 0 2px 1px 0 rgba(255,0,0,.15);
}

.sharrre .share span {
    background: url(../images/example6.png) no-repeat scroll 0 0 transparent;
    width: 18px;
    height: 10px;
    display: inline-block;
}

#facebook .share span {
    background-position: 0 -35px;
    height: 12px;
}

#facebook .share {
    border-color: #35538f;
    background: #637fbb;
    background: -moz-linear-gradient(top,#637fbb 0,#49649e 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#637fbb),color-stop(100%,#49649e));
    background: -webkit-linear-gradient(top,#637fbb 0,#49649e 100%);
    background: -o-linear-gradient(top,#637fbb 0,#49649e 100%);
    background: -ms-linear-gradient(top,#637fbb 0,#49649e 100%);
    background: linear-gradient(top,#637fbb 0,#49649e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#637fbb',endColorstr='#49649e',GradientType=0);
    -webkit-box-shadow: inset 0 1px 0 0 #4a5f8a,inset 0 -1px 2px 0 rgba(255,255,255,.4),inset 0 2px 1px 0 rgba(255,0,0,.15);
    -moz-box-shadow: inset 0 1px 0 0 #4a5f8a,inset 0 -1px 2px 0 rgba(255,255,255,.4),inset 0 2px 1px 0 rgba(255,0,0,.15);
    box-shadow: inset 0 1px 0 0 #4a5f8a,inset 0 -1px 2px 0 rgba(255,255,255,.4),inset 0 2px 1px 0 rgba(255,0,0,.15);
}

#googleplus .share {
    border-color: #303030;
    background: #626263;
    background: -moz-linear-gradient(top,#626263 0,#424244 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#626263),color-stop(100%,#424244));
    background: -webkit-linear-gradient(top,#626263 0,#424244 100%);
    background: -o-linear-gradient(top,#626263 0,#424244 100%);
    background: -ms-linear-gradient(top,#626263 0,#424244 100%);
    background: linear-gradient(top,#626263 0,#424244 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#626263',endColorstr='#424244',GradientType=0);
    -webkit-box-shadow: inset 0 1px 0 0 #4a5f8a,inset 0 -1px 2px 0 rgba(255,255,255,.4),inset 0 2px 1px 0 rgba(255,0,0,.15);
    -moz-box-shadow: inset 0 1px 0 0 #4a5f8a,inset 0 -1px 2px 0 rgba(255,255,255,.4),inset 0 2px 1px 0 rgba(255,0,0,.15);
    box-shadow: inset 0 1px 0 0 #4a5f8a,inset 0 -1px 2px 0 rgba(255,255,255,.4),inset 0 2px 1px 0 rgba(255,0,0,.15);
}

.webby-blog-widget {
    list-style: none;
}

.webby-blog-widget li {
    list-style: none;
    position: relative;
}

.webby-blog-widget li a,.webby-blog-widget li a:hover,.webby-blog-widget li a:focus {
    display: block;
    font-size: 13px;
    line-height: 26px;
    text-decoration: none;
    outline: 0;
    font-family: open sans,sans-serif;
    color: #444;
}

.webby-blog-widget li a {
    padding-left: 10px;
    padding-left: 10px!important;
}

.webby-blog-widget>ul>li>a {
    padding-left: 0!important;
}

.webby-blog-widget li.active>a {
    color: #b60040;
}

.webby-blog-widget li.active>a .fa-brown {
    font-weight: 700;
    font-size: 16px;
    color: #b60040;
}

.webby-blog-widget li a:hover,.webby-blog-widget li a:focus {
    color: #b60040;
}

.webby-blog-widget li a.bc-dropdown {
    position: absolute;
    right: 5px;
    padding: 0;
    margin: 0;
    top: 1px;
}

.webby-blog-widget li a.bc-dropdown .fa {
    font-size: 14px;
    color: #2a6496;
}

.webby-blog-widget li a.bc-dropdown,.webby-blog-widget li a.bc-dropdown:hover,.webby-blog-widget li a.bc-dropdown:focus {
    background-color: transparent;
    text-decoration: none;
    outline: 0;
    color: #872a2a;
}

.webby-blog-widget ul>li>ul>li {
    background-color: #f1f1f1;
}

.webby-blog-widget ul>li>ul>li>ul>li {
    background-color: #e0e0e0;
}

.webby-blog-widget ul>li>ul>li>ul>li>a {
    padding-left: 20px;
}

.fa-brown {
    color: #872a2a;
}

#column-left h3 {
    font-weight: 700;
    font-size: 16px;
}

.entry-links {
    position: relative;
    padding-bottom: 65px;
    padding-top: 25px;
}

#column-left h3 {
    font-weight: 700;
    font-size: 16px;
    border-bottom: 1px solid #00aefe;
    padding-bottom: 7px;
}

.recent-posts h4 {
    font-size: 14px;
    line-height: 20px;
}

.threaded-comments li {
    list-style: none;
}

.threaded-comments li ul {
    padding-left: 60px;
}

.comment-author {
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-size-adjust: none;
    color: #222;
    text-decoration: none;
    line-height: 24px;
    font-family: helvetica neue,microsoft yahei,wenquanyi micro hei,â€‹Helvetica,â€‹Arial,â€‹sans-serif;
}

.comment-date {
    color: #bbb;
    display: block;
    font-family: helvetica neue,Helvetica,Arial,microsoft yahei,wenquanyi micro hei,sans-serif;
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.comment-content {
    font-size: 15px;
    line-height: 27px;
}

@media(max-width:990px) {
    .recent-posts .media,.media-body {
        clear: both;
    }
}

.blog_post .list-info li {
    display: inline-block;
    background: 0 0;
}

.blog_post .thumbnails .thumbnail {
    border: none;
    background: 0 0;
}

.blog_post .line-divider {
    border-bottom: 1px solid #eee;
    height: 20px;
    margin-bottom: 30px;
}

.blog_posts .pagination,.blog_post .pagination {
    margin-bottom: 30px;
    overflow: hidden;
}

.blog_post .image-additional a {
    padding: 1px;
}

.posts_filter {
    padding-bottom: 30px;
}

.posts_filter .form-group {
    margin-bottom: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome,.posts_filter .input-group-addon.btn {
        height: 10px!important;
        padding-bottom: 0!important;
        padding-top: 0!important;
    }

    ::i-block-chrome,.device_computer .products-list-in-row .product-preview {
        -o-transition: none!important;
        -moz-transition: none!important;
        -webkit-transition: none!important;
        -ms-transition: none!important;
        transition: none!important;
        transform: none!important;
        -o-transform: none!important;
        -moz-transform: none!important;
        -webkit-transform: none!important;
        -ms-transform: none!important;
    }
}

.mailchimp_error {
    color: red!important;
    padding-bottom: 0;
    font-size: 20px;
    text-transform: none;
}

#response {
    padding-top: 15px;
    display: block;
    color: red;
}

.device_computer .product-preview {
    -o-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -ms-transition: all .8s ease;
    transition: all .8s ease;
}

.device_computer header.variant4 .navbar-main-menu-outer .sf-menu>li>a {
    padding: 4px 15px 0;
}

.device_computer header.variant4 .navbar.navbar-compact .navbar-main-menu-outer .sf-menu>li>a {
    padding: 0 7px;
}

.system_android .form-control {
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.5);
    box-shadow: inset 0 0 1px rgba(0,0,0,.5);
    border-top: none;
}

.mobile-nav .item-04 .dropdown-menu {
    display: block;
}

@media(min-width:980px) and (max-width:1200px) {
    .device_tablet .navbar-main-menu-outer .sf-menu>li>a {
        padding-top: 4px;
    }
}

@media(max-width:767px) {
    .btn-group {
        display: block;
    }

    .responsive .mobile-nav .nav-item>a .compact-hidden {
        display: none;
    }

    .success_ev {
        width: auto;
        left: 10%;
        right: 10%;
    }
}

@media(max-width:767px) and (min-width:480px) {
    .btn-group {
        display: block;
    }

    .responsive .mobile-nav .nav-item>a .compact-hidden,.currency-desktop,.language-desktop {
        display: none;
    }

    .success_ev {
        width: auto;
        left: 10%;
        right: 10%;
    }

    .content.section_footer_socials>.container {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media(max-width:479px) {
    .responsive .mobile-nav .nav-item>a .compact-hidden,.currency-desktop,.language-desktop {
        display: none;
    }

    .success_ev {
        width: auto;
        left: 10%;
        right: 10%;
    }

    .content.section_footer_socials>.container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .breadcrumb {
        padding-bottom: 13px;
    }

    .breadcrumb>li:after {
        top: 4px;
        width: 10px;
        height: 10px;
    }

    .breadcrumb>li {
        padding: 0 10px;
    }
}

i.fa.fa-phone.iconphone {
    font-size: 30px;
    padding: 5px;
}

.social-facebook,.social-instagram,.social-pinterest {
    padding-right: 8px;
    float: left;
    padding-top: 10px;
}

.footer-links:hover {
    color: #f39fb5;
}

.footer-links:hover .footer_circle {
    background-color: #f39fb5;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.footer-links:hover .footer_text_circle {
    color: #f39fb5;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.inbox_contact {
    border-right: #fff3ee solid 1px;
}

.footer_nopadding {
    padding: 0;
}

.footer_circle {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    font-size: 5px;
    color: #000;
    text-align: center;
    background: #e7e7e7;
}

.footer_circle i {
    margin-top: 20px;
}

.footer-icons a,.footer-icons p {
    text-align: center;
}

.footer-icons {
    padding: 0;
}

.footer_circle p {
    text-align: center;
}

.footer_text_circle {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

.color_selection {
    padding: 15px;
    text-align: center;
    border: 2px dotted #eee9e9;
}

.color_selection:hover {
    border: 2px solid #96cdcd;
}

.color_selection .selected {
    border: 2px solid #96cdcd;
}

.hot-searches {
    text-align: center;
    font-size: 1.25em;
    padding-bottom: 15px;
    border-bottom: 2px solid #e7e7e7;
}

.hot-searches a {
    padding: 10px 25px;
}

.hot-searches a:hover {
    color: #f39fb5;
}

.cart-checkout {
    list-style-type: none;
    margin-top: 15px;
}

.fa-caret-down,.fa-times-circle,.fa-refresh {
    font-size: 16px;
}

.colour-options {
    text-align: center;
    min-height: 40px;
    line-height: 20px;
    padding: 10px;
    min-width: 40px;
}

.colour-options:hover {
    background-color: #000;
    color: #fff;
    cursor: pointer;
}

.colour-options:selected,.colour-options:focus,.colour-options:active {
    border: 1px solid #000;
    color: #000;
}

.colour-options>.active {
    background-color: #000;
    color: #fff;
}

.option-selection {
    margin-top: 10px;
}

.option-border {
    border: 1px solid #ddd;
}

.uppercase {
    text-transform: uppercase;
}

.orangebear {
    margin-top: 1.5em;
}

.condensed {
    font-size: 28px;
    font-family: roboto condensed,sans-serif;
}

.bold {
    margin-top: 3px;
}

.fancy {
    font-family: allura,cursive;
    text-transform: none;
    font-size: 32px;
}

.seperatorline {
    border-top: 2px dashed #e3e3e3;
    margin-top: 33px;
}

.orangebear-title {
    text-align: center;
}

.new-imoda img {
    margin-top: 10px;
}

.show-in-tab>.nav-tabs {
    float: right;
    margin-top: 0;
    margin-bottom: 0;
}

.show-in-tab>.nav-tabs>li.active {
    background-color: #000;
    color: #fff;
}

.show-in-tab-mod {
    margin-top: 3.5em;
}

.show-in-tab-override .product-thumb {
    border: none;
}

.show-in-tab h3 {
    padding: 0;
}

.submenu-block .name {
    font-weight: bolder;
}

.show-in-tab-override .description {
    height: 60px;
    overflow: hidden;
    border-bottom: 1px solid #f39fb5;
    margin-bottom: 5px;
    text-align: center;
}

.show-in-tab-override .description h4 a {
    font-size: 16px;
    text-decoration: none;
}

.product-thumb .price {
    text-align: center;
    font-size: 14px;
    color: #f39fb5;
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
    background-color: #000;
    color: #fff;
}

.show-in-tab>.nav-tabs>li.active {
    border: none;
}

.show-in-tab>.nav-tabs>li.active>a {
    color: #fff;
}

.show-in-tab>.nav-tabs>li.open,.show-in-tab>.nav-tabs>li:hover {
    border: none;
}

div[role=tabpanel] {
}

.footer-icons p {
    text-align: center;
}

.large-font {
    font-size: 36px;
}

.product-info {
    margin-top: 0;
    margin-bottom: 25px;
}

.product-info-extended {
    list-style-type: none;
}

.product-info-extended li span {
    font-size: 20px;
    margin-bottom: 10px;
}

.product-info-title {
    font-weight: 700;
    color: #000;
}

.product-info h1 {
    font-size: 2em;
    padding-bottom: 10px;
}

.quantity {
    margin-bottom: 10px;
}

.menu-title {
    text-align: center;
    width: 80px;
    float: right;
}

.menu-title {
    border-right: 1px solid #ddd;
}

.menu-title a:hover {
    font-weight: 700;
}

.menu-title:nth-last-child {
    border: none;
}

.navbar-search {
    margin-right: 2px;
}

.border-bottom {
}

.product-preview h3.title {
    padding: 0;
}

.carouFredSel-controls {
    display: none;
}

.producttab {
    margin: 3em 0;
}

.related-slider-nav-right i,.related-slider-nav-left i {
    margin-top: 50px;
}

.related-slider-nav-right i:hover,.related-slider-nav-left i:hover {
    color: #d795a6;
}

.related-products-header {
    margin-top: 3em;
}

.attribute {
    margin-bottom: 1.5em;
}

#shipping_method h4,#payment_method h4,#shipping_address h4,#payment_address h4,#cart_view h4 {
    padding: 0;
}

.active-options {
    background-color: #000;
    color: #fff;
}

.filter-groups {
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.footer_circle .fa,.related-products-header .fa {
    font-size: 33px;
}

#shipping_method_wrap .price {
    font-size: 1.25em;
}

.promotion {
    background-color: #000;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.slideshow-margin-top {
    margin-top: 35px;
}

@media screen and (max-width:500px) {
    .slideshow-margin-top {
        margin-top: 0;
    }｝    .navbar-main-menu {
        margin-bottom: 0;
    }

    .product-preview h3.title {
        height: 50px;
        overflow: hidden;
    }

    .list-unstyled li {
        padding: 10px;
    }

    #quickcheckout h4 {
        padding: 0!IMPORTANT;
    }

    #d_quickcheckout .btn-primary {
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0,0,0,.25);
        background-color: #f39fb5;
    }

    #d_quickout_label {
        font-size: 16px;
    }

    #confirm_view #qc_confirm_order .btn-primary {
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0,0,0,.25);
        background-color: #f39fb5;
    }

    #d_quickcheckout {
        margin-top: 20px;
    }

    .ppkk-facebook-like {
        line-height: 20px;
        position: relative;
        left: -15px;
        top: -2px;
    }@    media screen and (max-width:500px) {
        .ppkk-facebook-like{line-height: 40px;
        position: relative;
        left: -15px;
        top: -2px;
    }
}

.ppkk-hot-item {
    background: #eee;
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 10px 20px;
}

.brands-carousel-padding {
    margin-left: -20px;
}

@media screen and (max-width:768px) {
    .brands-carousel-padding {
        margin-left: -20px;
    }
}

.ppkkproduct-content {
    padding-top: 10px;
    font-size: 15px;
    color: #000;
    background: #f2f2f2;
    height: 42px;
    overflow: hidden;
}

.ppkkproduct-price {
    font-size: 22px;
    color: #000;
    background: #f2f2f2;
    line-height: 50px;
}

.ppkkhoverbtn {
    opacity: 0;
}

.ppkkhoverbtn:hover {
    opacity: 1;
}

.ppkkshowbtn {
    display: none;
}

.ppkkshowbuy:hover .ppkkshowbtn {
    display: block;
}}