.toolbar .up-down, .sitemap a:before {
     font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
* {
    zoom: 1;
    border-width: 0;
    border-style: solid;
     border-color: #e1e1e1;
    -webkit-tap-highlight-color: transparent;
}
*, *:hover, *:focus {
     outline: none !important;
}
html, body {
     font-size: 14px;
    height: 100%;
}
.full-height {
     height: 100% !important;
}
.full-height.scroll {
     height: auto !important;
}
.full-height body {
     position: relative;
}
body {
    font-family: 'Arimo',sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
    height: 100%;
     color: #333;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
}
body.loaded {
     overflow-x: inherit;
}
.scroll-width {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    width: 200px;
     height: 150px;
}
.scroll-width div {
    width: 100%;
     height: 200px;
}
input, button, select, textarea {
     font-family: 'Arimo',sans-serif;
}
.page-box {
    height: auto !important;
    height: 100%;
     min-height: 100%;
}
img {
     max-width: 100%;
    height: auto;
}
svg image {
     display: none;
}
nav ul {
    margin: 0;
    padding: 0;
     list-style: none;
}
label {
     font-weight: normal;
}
a:active {
     color: #000;
}
a.no-border, .no-border a {
    -webkit-transition: color .2s linear ;
    transition: color .2s linear;
    text-decoration: none;
     color: #7f7f7f;
}
a.no-border:hover, .no-border a:hover {
    -webkit-transition: color .2s linear ;
    transition: color .2s linear;
    text-decoration: none;
     color: #1e1e1e;
}
.white a.no-border, .white .no-border a {
     color: #fff ;
    color: rgba(255,255,255,.8);
}
.white a.no-border:hover, .white .no-border a:hover {
     color: #fff;
}
h1, h2, h3, h4, h5, h6 {
     margin: 0 0 22px;
    text-rendering: optimizelegibility;
}
.light {
     font-weight: normal;
}
p {
     margin-bottom: 22px;
}
p:last-child {
     margin-bottom: 0;
}
address {
     font-size: 13px;
}
ul, ol {
    margin: 0 0 22px 0;
     padding: 0 0 0 20px;
}
nav ul {
    margin: 0;
    padding: 0;
     list-style: none;
}
.slid-contert-pattern {
    background: rgba(34, 34, 34, 0.6);
    padding: 20px 30px 30px;
}
.white, .icon.white {
     color: #fff;
}
.muted, .icon.muted {
     color: #555;
}
.text-warning, a.text-warning:hover, .icon.text-warning {
     color: #f89406;
}
.text-error, a.text-error:hover, .icon.text-error, .text-danger, a.text-danger:hover, .icon.text-danger {
     color: #c10841;
}
.text-info, a.text-info:hover, .icon.text-info {
     color: #0098ca;
}
.text-success, a.text-success:hover, .icon.text-success {
     color: #738d00;
}
.bg-white {
     background: #fff !important;
}
.bg-muted {
     background: #555 !important;
}
.bg-primary {
     background: #037ac5 !important;
}
.bg-warning {
     background: #f89406 !important;
}
.bg-error, .bg-danger {
     background: #c10841 !important;
}
.bg-info {
     background: #0098ca !important;
}
.bg-success {
     background: #738d00 !important;
}
.border-muted {
     border-color: #555 !important;
}
.border-warning {
     border-color: #f89406 !important;
}
.border-error, .border-danger {
     border-color: #c10841 !important;
}
.border-info {
     border-color: #0098ca !important;
}
.border-success {
     border-color: #738d00 !important;
}
.border-grey {
     border-color: #777 !important;
}
.lead {
     font-size: 16px;
    line-height: 1.5;
    margin-bottom: 26px;
}
.text-small {
     font-size: 12px;
    line-height: 18px;
}
hr {
    margin: 40px 0;
     border: 0;
    border-top: 1px solid #e1e1e1;
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 0 none;
}
hr.dotted {
     border-style: dotted;
    border-top-width: 1px;
}
hr.dashed {
     border-style: dashed;
    border-top-width: 1px;
}
hr.double {
     border-style: double;
    border-top-width: 3px;
}
hr.shadow {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    padding-top: 10px;
     border: 0 none;
}
hr.shadow:after {
    position: absolute;
    z-index: -1;
    right: 5%;
     bottom: 10px;
    left: 5%;
    height: 20px;
    content: '';
    border-radius: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,.8);
}
hr.no-line {
    height: 1px;
     border: 0 none;
}
hr.margin-bottom {
     margin-top: 0;
}
hr.margin-top {
     margin-bottom: 0;
}
.btn {
    line-height: 22px;
    padding: 8px 9px;
    -webkit-transition: background .2s linear, border .2s linear, color .2s linear;
    transition: background .2s linear, border .2s linear, color .2s linear;
    white-space: normal;
     border-radius: 3px;
    outline: none;
    -webkit-filter: none;
    filter: none;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default.focus, .btn.btn-default:active, .btn.btn-default.active, .open > .btn.btn-default.dropdown-toggle {
    border-color: #565656;
     background: #565656;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:active, .btn.btn-primary.active, .open > .btn.btn-primary.dropdown-toggle {
    border-color: #00adee;
    background: #00adee;
}
.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success.focus, .btn.btn-success:active, .btn.btn-success.active, .open > .btn.btn-success.dropdown-toggle {
    border-color: #9dc000;
     background: #9dc000;
}
.btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info.focus, .btn.btn-info:active, .btn.btn-info.active, .open > .btn.btn-info.dropdown-toggle {
    border-color: #00befd;
     background: #00befd;
}
.btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning.focus, .btn.btn-warning:active, .btn.btn-warning.active, .open > .btn.btn-warning.dropdown-toggle {
    border-color: #faa937;
     background: #faa937;
}
.btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger.focus, .btn.btn-danger:active, .btn.btn-danger.active, .open > .btn.btn-danger.dropdown-toggle {
    border-color: #f20a51;
     background: #f20a51;
}
.btn.btn-red {
    color: #fff;
     background: #ed093a;
}
.btn.btn-red:hover, .btn.btn-red:focus, .btn.btn-red:active, .btn.btn-red.active, .btn.btn-red.disabled, .btn.btn-red[disabled] {
     color: #fff;
    background-color: #fb4c71;
}
.btn.btn-red:active, .btn.btn-red.active, .btn-group.open .btn.btn-red.dropdown-toggle {
     box-shadow: inset 0 5px 0 rgba(0,0,0,.12);
}
.btn.btn-white {
    color: #1e1e1e;
    border-color: #fff;
     background: #fff;
}
.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active, .btn.btn-white.active, .btn.btn-white.disabled, .btn.btn-white[disabled], .btn-group.open .btn.btn-white.dropdown-toggle {
    color: #1e1e1e;
    border-color: rgba(255,255,255,.8);
     background-color: rgba(255,255,255,.8);
}
.btn.btn-link[disabled]:hover, .btn.btn-link[disabled]:focus {
     opacity: .8;
    filter: alpha(opacity=80);
}
.btn .btn.disabled, .btn .btn[disabled] {
     opacity: .8;
    filter: alpha(opacity=80);
}
.btn.btn-inverse {
    color: #fff;
     background: #ccc ;
    background: rgba(30,30,30,.3);
}
.btn.btn-inverse:hover, .btn.btn-inverse:focus, .btn.btn-inverse:active, .btn.btn-inverse.active, .btn.btn-inverse.disabled, .btn.btn-inverse[disabled], .btn-group.open .btn.btn-inverse.dropdown-toggle {
     color: #efefef;
    background-color: #000;
}
.btn.btn-border {
    color: #1e1e1e;
    border: 1px solid #1e1e1e;
     background: none;
}
.btn.btn-border .caret {
     color: #1e1e1e;
}
.btn.btn-border.btn-inverse, .btn.btn-border.btn-inverse .caret {
    color: rgba(30,30,30,.3);
     border-color: rgba(30,30,30,.3);
}
.btn.btn-border.btn-primary, .btn.btn-border.btn-primary .caret {
    color: #037ac5;
     border-color: #037ac5;
}
.btn.btn-border.btn-warning, .btn.btn-border.btn-warning .caret {
    color: #f89406;
     border-color: #f89406;
}
.btn.btn-border.btn-danger, .btn.btn-border.btn-danger .caret {
    color: #c10841;
     border-color: #c10841;
}
.btn.btn-border.btn-success, .btn.btn-border.btn-success .caret {
    color: #738d00;
     border-color: #738d00;
}
.btn.btn-border.btn-info, .btn.btn-border.btn-info .caret {
    color: #0098ca;
     border-color: #0098ca;
}
.btn.btn-border:hover, .btn.btn-border:focus, .btn.btn-border:active, .btn.btn-border.active, .btn.btn-border.disabled, .btn.btn-border[disabled], .btn-group.open .btn.btn-border.btn.dropdown-toggle {
     color: #fff;
}
.btn.btn-border:hover .caret, .btn.btn-border:focus .caret, .btn.btn-border:active .caret, .btn.btn-border.active .caret, .btn.btn-border.disabled .caret, .btn.btn-border[disabled] .caret, .btn-group.open .btn.btn-border.btn.dropdown-toggle .caret {
     color: #fff;
}
.btn.btn-lg {
     font-size: 14px;
    padding: 15px 44px;
}
.btn.btn-sm {
     font-size: 12px;
    padding: 4px 14px;
}
.btn.btn-xs {
     font-size: 10px;
    padding: 1px 9px;
}
.dropdown-menu {
    z-index: 800;
    min-width: 156px;
    padding: 0;
	border: 1px solid rgba(41, 185, 237, 0.35);
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(41, 185, 237, 0.35);
}
.dropdown-menu > li > a i {
     font-size: 18px;
    min-width: 18px;
    margin-right: 10px;
    vertical-align: middle;
}
.dropdown-backdrop {
     position: static;
}
.btn-group .dropdown-toggle, .btn-group.open .dropdown-toggle {
     box-shadow: none;
}
.open > .dropdown-menu {
     -webkit-animation: fadeIn .4s ;
    animation: fadeIn .4s;
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
     color: #7b7b7b;
    text-shadow: none;
}
.btn-group > .btn:first-child {
     border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
     border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.btn-group > .btn:before, .btn-group > .btn:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    display: inline-block;
    content: '';
     border-left: 1px solid rgba(255,255,255,.2);
}
.btn-group > .btn.btn-border:before, .btn-group > .btn.btn-border:after {
     display: none;
}
.btn-group .btn-group > .btn:after {
    right: 0;
     left: auto;
}
.btn-group > .btn:first-child:before, .btn-group > .btn:last-child:after, .btn-group > .btn:only-of-type:after, .btn-group > .btn:only-of-type:before {
     display: none;
}
.ladda-button {
     font-size: 100%;
}
.ladda-button[data-style=contract][data-loading] {
     width: 42px;
}
form {
     margin-bottom: 22px;
}
label {
     font-weight: bold;
    margin: 0 0 3px;
}
.selectBox, .form-control {
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    height: 40px;
    min-height: 40px;
    margin-bottom: 15px;
    padding: 8px 12px;
	border: 1px solid rgba(0, 173, 238, 0.4);
    border-radius: 3px;
    box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0, 173, 238, 0.5);
}
.selectBox:hover, .form-control:hover {
    text-decoration: none;
     border-color: #00adee;
}
.selectBox:focus, .selectBox.selectBox-menuShowing, .form-control:focus, .form-control.selectBox-menuShowing {
    -webkit-transition: border linear .2s, box-shadow linear .2s ;
    transition: border linear .2s, box-shadow linear .2s;
    border: solid 1px #839bb7;
    outline: none;
     box-shadow: 0 0 10px rgba(46,84,129,.3);
}
textarea.form-control {
    max-width: 100%;
     height: 100px;
}
.selectBox {
    width: 100% !important;
     max-width: 100%;
}
.has-feedback .form-control-feedback {
    line-height: 40px;
     height: 40px;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success .form-control-feedback {
     color: #738d00;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning .form-control-feedback {
     color: #f89406;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error .form-control-feedback {
     color: #c10841;
}
.has-success .form-control {
    -webkit-transition: box-shadow linear .2s ;
    transition: box-shadow linear .2s;
     border-color: #738d00;
}
.has-warning .form-control {
    -webkit-transition: box-shadow linear .2s ;
    transition: box-shadow linear .2s;
     border-color: #f89406;
}
.has-error .form-control {
    -webkit-transition: box-shadow linear .2s ;
    transition: box-shadow linear .2s;
     border-color: #c10841;
}
.has-success .form-control:focus {
     border-color: #738d00;
    box-shadow: 0 0 10px rgba(115,141,0,.3);
}
.has-warning .form-control:focus {
     border-color: #f89406;
    box-shadow: 0 0 10px rgba(248,148,6,.3);
}
.has-error .form-control:focus {
     border-color: #c10841;
    box-shadow: 0 0 10px rgba(193,8,65,.3);
}
.has-feedback label ~ .form-control-feedback {
     top: 25px;
}
.radio, .checkbox {
     font-weight: normal;
    min-height: 18px;
    margin: 0 0 8px;
    padding-left: 0px;
}
.new-radio, .new-checkbox {
    position: absolute;
    float: left;
    width: 15px;
    height: 15px;
    margin: 3px 0 0 -20px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 2px;
     background: #fff;
}
.new-radio {
    width: 14px;
    height: 14px;
     border-radius: 7px;
}
.new-radio input[type='radio'], .new-checkbox input[type='checkbox'], .form-inline .radio input[type='radio'], .form-inline .checkbox input[type='checkbox'] {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
     cursor: pointer;
    vertical-align: top;
    opacity: 0;
    filter: alpha(opacity=0);
}
.new-checkbox svg {
     display: none;
    width: 18px;
    height: 18px;
    margin: -3px 0 0 -2px;
}
.new-checkbox svg polygon {
     fill: #1e1e1e;
}
.new-checkbox svg polygon {
     fill: #1e1e1e;
}
.new-checkbox.checked svg {
     display: block;
}
.new-radio span {
    display: block;
    width: 6px;
    height: 6px;
    margin: 3px 0 0 3px;
     border-radius: 3px;
}
.new-radio.checked span {
     background: #1e1e1e;
}
.new-radio.disabled, .new-checkbox.disabled {
     opacity: .5;
    filter: alpha(opacity=50);
}
.form-search .radio, .form-search .checkbox, .form-inline .radio, .form-inline .checkbox {
     padding-left: 20px;
}
.form-search .radio input[type='radio'], .form-search .checkbox input[type='checkbox'], .form-inline .radio input[type='radio'], .form-inline .checkbox input[type='checkbox'] {
     margin-left: -20px;
}
.selectBox::-webkit-scrollbar, .selectBox-dropdown-menu::-webkit-scrollbar {
    width: 10px;
     background: #f2f2f2;
}
.selectBox::-webkit-scrollbar-thumb, .selectBox-dropdown-menu::-webkit-scrollbar-thumb {
    width: 5px;
     border-width: 1px 1px 1px 2px;
    background-color: #839bb7;
}
.selectBox {
    position: relative;
    cursor: pointer;
    text-decoration: none;
     background: #fff;
}
.selectBox:hover, .selectBox:focus, button {
    text-decoration: none;
     outline: none;
}
.selectBox-label {
    display: block;
    overflow: hidden;
     box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 0 25px 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #555;
}
.selectBox-arrow {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    overflow: hidden;
    width: 32px;
    height: 100%;
    border-radius: 0 3px 3px 0;
     background: url('../img/svg/select.svg') 50% 50% no-repeat;
}
.selectBox-dropdown-menu {
    font-size: 12px;
    position: absolute;
    overflow-y: auto;
    max-height: 117px;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    -webkit-animation: fadeIn .5s;
    animation: fadeIn .5s;
    color: #5f5f5f;
    border: solid 1px #839bb7;
    border-radius: 0 0 4px 4px;
    outline: none;
     background: #fff;
    box-shadow: 0 0 10px rgba(46,84,129,.3);
}
.selectBox-options li {
     display: block;
}
.selectBox-options li a {
    line-height: 1.5;
    display: block;
    min-height: 23px;
    margin: 0;
    padding: 2px 2px 2px 16px;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-decoration: none;
     color: #1e1e1e;
}
.selectBox-options li + li a {
     border-top: 1px solid #839bb7;
}
.selectBox-options li a:hover {
    -webkit-transition: all .2s linear ;
    transition: all .2s linear;
    text-decoration: none;
    color: #111;
     background: #f2f2f2;
}
.selectBox-options li.selectBox-selected a {
    text-decoration: none;
    color: #000;
     background: #e9e9e9;
}
.selectBox-inline {
     overflow-y: auto;
    width: 100%;
    padding: 0;
}
.selectBox-inline ul {
    width: 100%;
    margin: 0;
    padding: 0;
     list-style: none;
}
fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
     cursor: default;
}
fieldset[disabled] select, fieldset[disabled] .selectBox, fieldset[disabled] .selectBox .selectBox-label, .selectBox.selectBox-disabled, .selectBox.selectBox-disabled .selectBox-label {
     color: #999;
}
fieldset[disabled] .selectBox .selectBox-arrow, .selectBox.selectBox-disabled .selectBox-arrow {
     opacity: .3;
    filter: alpha(opacity=30);
}
.selectBox.selectBox-disabled:focus {
     border-color: #e1e1e1;
    box-shadow: 0 1px #fff,inset 0 1px 4px rgba(0,0,0,.15);
}
.form-inline .control-label, .form-inline .form-control, .form-horizontal .form-group .form-control {
     margin-bottom: 0;
}
.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    font-size: 18px;
    line-height: 1.33;
    height: 46px;
    padding-top: 10px;
    padding-bottom: 10px;
     border-radius: 4px;
}
.input-lg-selectBox-dropdown-menu {
     border-radius: 0 0 4px 4px;
}
.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    font-size: 12px;
    line-height: 1.5;
    height: 30px;
    min-height: inherit !important;
    padding-top: 5px;
    padding-bottom: 5px;
     border-radius: 2px;
}
.input-sm-selectBox-dropdown-menu {
     border-radius: 0 0 2px 2px;
}
.alignnone {
     margin: 0 0 25px;
}
.aligncenter {
     clear: both;
    margin: 0 auto 25px;
    text-align: center;
}
.alignleft {
     float: left;
    margin: 0 25px 25px 0;
}
.alignright {
     float: right;
    margin: 0 0 25px 25px;
}
.caption {
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 22px;
     color: #7f7f7f;
}
.caption img {
     display: block;
    margin: 0 auto 10px;
}
.img-rounded, .img-thumbnail.img-rounded img, .img-thumbnail.img-rounded .bg-images, .img-thumbnail.img-circle img, .img-thumbnail.img-circle .bg-images {
     border-radius: 4px;
}
.img-thumbnail {
    line-height: 0;
    position: relative;
    display: inline-block;
    width: auto;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
     border-radius: 0;
}
.img-thumbnail:hover {
    -webkit-transition: opacity .2s ease-out ;
    transition: opacity .2s ease-out;
     opacity: .8;
    filter: alpha(opacity=80);
}
.img-thumbnail:hover .bg-images {
    -webkit-transition: all .2s ease-out ;
    transition: all .2s ease-out;
     background: #fff;
    background: rgba(255,255,255,.7);
}
.img-thumbnail:hover .bg-images i:before {
    font-size: 30px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
     color: #000;
}
.img-thumbnail.lightbox:hover {
     opacity: 1;
    filter: alpha(opacity=100);
}
.img-thumbnail .bg-images {
    position: absolute;
    top: 0;
    right: 0;
     bottom: 0;
    left: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.img-thumbnail .bg-images i {
     margin: 9px 0 0 9px;
}
.img-thumbnail .bg-images i:before {
    font-size: 20px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
     color: #fff;
}
.img-thumbnail.img-rounded, .img-thumbnail.img-rounded img.img-thumbnail, .img-thumbnail.img-rounded .img-thumbnail.bg-images, .img-thumbnail.img-circle img.img-thumbnail, .img-thumbnail.img-circle .img-thumbnail.bg-images {
     border-radius: 4px;
}
.img-thumbnail.img-circle {
     border-radius: 50%;
}
.img-thumbnail.img-circle img, .img-thumbnail.img-circle .bg-images {
     border-radius: 50%;
}
.img-thumbnail.img-circle .bg-images i {
     margin: 17% 0 0 17%;
}
.fancybox-wrap {
     -webkit-overflow-scrolling: touch;
}
.alert {
    position: relative;
    overflow: hidden;
     min-height: 34px;
    margin-bottom: 22px;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    text-shadow: none;
}
.alert .alert-link {
    -webkit-transition: color .2s linear ;
    transition: color .2s linear;
     color: #fff;
    color: rgba(255,255,255,.7);
}
.alert .alert-link:hover {
    text-decoration: none;
     color: #fff;
}
.alert .close {
    line-height: 22px;
    position: absolute;
    top: 9px;
    right: 10px;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
     color: #fff;
}
.alert .close:hover {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
    opacity: .8;
     color: #fff;
    filter: alpha(opacity=80);
}
.alert .alert-icon {
     display: block;
    float: left;
    margin: 0 20px 0 0;
}
.alert .alert-icon:before {
     font-size: 34px;
}
.alert.alert-default {
    color: #fff;
    border: 1px solid #555;
     background-color: #555;
}
.alert.alert-black {
    color: #fff;
    border: 1px solid #1e1e1e;
     background-color: #1e1e1e;
}
.alert.alert-border {
    color: #1e1e1e;
     background: none;
}
.alert.alert-border .close {
     color: #1e1e1e;
}
.tooltip.left {
     margin-left: -12px;
}
#tooltip {
    position: absolute;
    z-index: 3000;
    padding: 5px;
     border: 1px solid #e1e1e1;
    background-color: #f7f7f7;
}
#tooltip h3, #tooltip div {
     margin: 0;
}
.text-warning + .tooltip .tooltip-inner {
     background-color: #f89406;
}
.text-warning + .tooltip.top .tooltip-arrow {
     border-top-color: #f89406;
}
.text-warning + .tooltip.bottom .tooltip-arrow {
     border-bottom-color: #f89406;
}
.text-warning + .tooltip.left .tooltip-arrow {
     border-left-color: #f89406;
}
.text-warning + .tooltip.right .tooltip-arrow {
     border-right-color: #f89406;
}
.text-error + .tooltip .tooltip-inner {
     background-color: #c10841;
}
.text-error + .tooltip.top .tooltip-arrow {
     border-top-color: #c10841;
}
.text-error + .tooltip.bottom .tooltip-arrow {
     border-bottom-color: #c10841;
}
.text-error + .tooltip.left .tooltip-arrow {
     border-left-color: #c10841;
}
.text-error + .tooltip.right .tooltip-arrow {
     border-right-color: #c10841;
}
.text-danger + .tooltip .tooltip-inner {
     background-color: #c10841;
}
.text-danger + .tooltip.top .tooltip-arrow {
     border-top-color: #c10841;
}
.text-danger + .tooltip.bottom .tooltip-arrow {
     border-bottom-color: #c10841;
}
.text-danger + .tooltip.left .tooltip-arrow {
     border-left-color: #c10841;
}
.text-danger + .tooltip.right .tooltip-arrow {
     border-right-color: #c10841;
}
.text-info + .tooltip .tooltip-inner {
     background-color: #0098ca;
}
.text-info + .tooltip.top .tooltip-arrow {
     border-top-color: #0098ca;
}
.text-info + .tooltip.bottom .tooltip-arrow {
     border-bottom-color: #0098ca;
}
.text-info + .tooltip.left .tooltip-arrow {
     border-left-color: #0098ca;
}
.text-info + .tooltip.right .tooltip-arrow {
     border-right-color: #0098ca;
}
.text-success + .tooltip .tooltip-inner {
     background-color: #738d00;
}
.text-success + .tooltip.top .tooltip-arrow {
     border-top-color: #738d00;
}
.text-success + .tooltip.bottom .tooltip-arrow {
     border-bottom-color: #738d00;
}
.text-success + .tooltip.left .tooltip-arrow {
     border-left-color: #738d00;
}
.text-success + .tooltip.right .tooltip-arrow {
     border-right-color: #738d00;
}
.popover {
     border-radius: 3px;
    box-shadow: 0 0 5px rgba(41, 185, 237, 0.35);
}
a.list-group-item, a.list-group-item:hover, a.list-group-item:focus {
     -webkit-transition: background-color .3s linear, color .3s linear ;
    transition: background-color .3s linear, color .3s linear;
}
.list-group-item-warning {
    color: #fff;
    border: 0 none;
     background-color: #f89406;
}
a.list-group-item-warning {
     color: #fff;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: rgba(255,255,255,.7);
     background-color: #faa937;
}
.list-group-item-danger {
    color: #fff;
    border: 0 none;
     background-color: #c10841;
}
a.list-group-item-danger {
     color: #fff;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: rgba(255,255,255,.7);
     background-color: #f20a51;
}
.list-group-item-info {
    color: #fff;
    border: 0 none;
     background-color: #0098ca;
}
a.list-group-item-info {
     color: #fff;
}
a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: rgba(255,255,255,.7);
     background-color: #00befd;
}
.list-group-item-success {
    color: #fff;
    border: 0 none;
     background-color: #738d00;
}
a.list-group-item-success {
     color: #fff;
}
a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: rgba(255,255,255,.7);
     background-color: #9dc000;
}
.list-group-item .badge {
     margin-top: 2px;
}
.table {
     font-size: 12px;
    line-height: 18px;
    margin-bottom: 22px;
    text-align: center;
}
th {
     text-align: center;
}
.table.text-left, .table.text-left th:not(.text-center) {
     text-align: left;
}
.table.text-right, .table.text-right th:not(.text-center) {
     text-align: right;
}
.table th, .table td, .table > thead > tr>th, .table > tbody > tr>th, .table > tfoot > tr>th, .table > thead > tr>td, .table > tbody > tr>td, .table > tfoot > tr>td {
     line-height: 18px;
}
.table > thead > tr>th {
    font-size: 13px;
     border-bottom-width: 1px;
}
.table-striped thead th {
     background-color: rgba(0, 173, 238, 0.4);
}
.table-bordered>thead>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>tfoot>tr>td {
    border: 1px solid rgba(0, 173, 238, 0.4) !important;
}
.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
     background: none;
}
.table-bordered {
     border-radius: 0;
}
.table-bordered > thead > tr>th, .table-bordered > thead > tr>td {
     border-bottom-width: 1px;
}
.table-hover tbody tr > td, .table-hover tbody tr > th {
     -webkit-transition: all .4s linear ;
    transition: all .4s linear;
}
.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th {
    -webkit-transition: all .4s linear ;
    transition: all .4s linear;
     background-color: #fffdee;
}
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning>td, .table > tbody > tr.warning>td, .table > tfoot > tr.warning>td, .table > thead > tr.warning>th, .table > tbody > tr.warning>th, .table > tfoot > tr.warning>th, .table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success>td, .table > tbody > tr.success>td, .table > tfoot > tr.success>td, .table > thead > tr.success>th, .table > tbody > tr.success>th, .table > tfoot > tr.success>th, .table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger>td, .table > tbody > tr.danger>td, .table > tfoot > tr.danger>td, .table > thead > tr.danger>th, .table > tbody > tr.danger>th, .table > tfoot > tr.danger>th, .table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info>td, .table > tbody > tr.info>td, .table > tfoot > tr.info>td, .table > thead > tr.info>th, .table > tbody > tr.info>th, .table > tfoot > tr.info>th {
     color: #fff;
}
blockquote {
    margin: 0 0 22px;
     padding: 0 0 0 20px;
    border-left: 2px solid #e1e1e1;
}
blockquote.pull-right {
    float: right;
    padding-right: 20px;
    padding-left: 0;
    border-right: 2px solid #e1e1e1;
     border-left: 0;
}
blockquote p {
     font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
    font-style: italic;
    line-height: 1.625;
    margin-bottom: 0;
}
blockquote small {
     line-height: 26px;
}
.progress {
     height: 40px;
}
.progress-bar {
     font-size: 14px;
    line-height: 40px;
    -webkit-transition: background .2s linear;
    transition: background .2s linear;
    text-align: left;
    text-indent: 10px;
    box-shadow: none;
    text-shadow: none;
    -webkit-filter: none;
    filter: none;
}
.progress.border-radius {
     border-radius: 5px;
}
.progress[data-appear-progress-animation] .progress-bar {
     text-indent: -100%;
}
.progress.hover .progress-bar:hover {
     background: #1e1e1e;
}
.progress.hover .progress-bar-info:hover {
     background: #0098ca;
}
.progress.hover .progress-bar-success:hover {
     background: #738d00;
}
.progress.hover .progress-bar-warning:hover {
     background: #f89406;
}
.progress.hover .progress-bar-danger:hover {
     background: #c10841;
}
.progress-circular {
     position: relative;
    text-align: center;
}
.progress-circular > div {
     display: inline-block;
    vertical-align: top;
}
.progress-circular input.knob {
    font-size: 0;
    font-weight: normal !important;
    font-style: italic;
    color: #7f7f7f;
     border: 0 none;
    box-shadow: none;
}
.pagination {
     margin: 20px 0;
}
.pagination > li > a, .pagination > li > span {
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    float: left;
    min-width: 6px;
    margin: 0 5px 0 0;
    padding: 0 9px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-align: center;
     border: 0 none;
    border-radius: 2px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    font-size: 15px;
    font-weight: normal;
     border-left-width: 0;
    border-radius: 2px;
}
.pagination + .pagination-text {
    font-size: 12px;
    line-height: 24px;
    float: right;
    vertical-align: top;
     color: #999;
}
.pagination.pagination-lg > li > a, .pagination.pagination-lg > li > span {
     font-size: 16px;
    line-height: 28px;
    padding: 4px 14px;
}
.pagination.pagination-sm > li > a, .pagination.pagination-sm > li > span {
     font-size: 10px;
    line-height: 20px;
    padding: 0 7px;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span, .pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
     border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span, .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
     border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.modal {
     border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(41, 185, 237, 0.35);
}
.modal .close {
     font-size: 26px;
    position: absolute;
    top: 20px;
    right: 20px;
}
.modal .close span {
     line-height: 18px;
    margin-top: 0;
    margin-right: 5px;
    text-transform: uppercase;
}
.modal.modal-center .modal-dialog {
     -webkit-transform: translate(0, 0%) !important ;
    -ms-transform: translate(0, 0%) !important;
    transform: translate(0, 0%) !important;
}
.modal-header {
    padding: 30px 20px 0;
     border: 0 none;
}
.modal-header .title-box {
     margin-bottom: 20px;
}
.modal-header .title-box .title {
     margin: 0 0 12px 0;
    padding: 0;
}
.modal-body {
     padding: 0 20px 20px;
}
.modal-footer {
    padding: 20px;
    border-top: 1px solid #e1e1e1;
    border-radius: 0 0 3px 3px;
     background-color: #f7f7f7;
    box-shadow: inset 0 1px 0 #fff;
}
.nav > li > a:hover, .nav > li > a:focus {
    -webkit-transition: background-color .2s linear ;
    transition: background-color .2s linear;
     background-color: #f7f7f7;
}
.nav-tabs {
     margin-bottom: 0;
    margin-left: 0;
}
.nav-tabs > li > a {
    font-size: 12px;
    padding: 10px 20px 11px;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
    color: #1e1e1e;
     border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
     border-color: #f7f7f7 #f7f7f7 #e1e1e1;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    font-weight: bold;
    color: #1e1e1e;
     border: 1px solid #e1e1e1;
    border-bottom-color: transparent;
}
.nav-tabs > .active.dropdown > a {
     z-index: 911;
}
.tab-content > .tab-pane, .pill-content > .pill-pane {
     padding: 36px 0 0;
}
.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
     float: none;
    margin: 0;
}
.tabs-left > .nav-tabs > li>a, .tabs-right > .nav-tabs > li>a {
     min-width: 110px;
    margin-right: 0;
    margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
    float: left;
    margin: 0 -1px 0 0;
     border: 0 none;
    border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li>a {
     margin-right: -1px;
    border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
     border-color: #f7f7f7 #ddd #f7f7f7 #f7f7f7;
}
.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus {
     border-color: #ddd transparent #ddd #ddd;
}
.tabs-left > .tab-content {
    overflow: auto;
    margin: 0;
     border-left: 1px solid #ddd;
}
.tabs-left > .tab-content > .tab-pane {
     padding: 0 0 0 20px;
}
.tabs-right > .nav-tabs {
    float: right;
    margin: 0 0 0 -1px;
     border: 0 none;
    border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li>a {
     margin-left: -1px;
    border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
     border-color: #f7f7f7 #f7f7f7 #f7f7f7 #ddd;
}
.tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover, .tabs-right > .nav-tabs .active > a:focus {
     border-color: #ddd #ddd #ddd transparent;
}
.tabs-right > .tab-content {
    overflow: auto;
    margin: 0;
     border-right: 1px solid #ddd;
}
.tabs-right > .tab-content > .tab-pane {
     padding: 0 20px 0 0;
}
.panel {
    margin-bottom: 22px;
     border-radius: 0;
    box-shadow: none;
}
.panel-heading {
     border: 0 none;
}
.panel-title {
     font-size: 14px;
}
.panel-footer {
     border: 0;
}
.list-group-item {
    padding-right: 20px;
     padding-left: 20px;
}
.panel-group {
     margin-bottom: 22px;
}
.panel-group .panel {
    margin-bottom: 0;
     border: 0 none;
    border-radius: 0;
}
.panel-group .panel .panel-heading {
    position: relative;
    padding: 0;
     background-color: inherit;
}
.panel-group .panel .panel-heading > .panel-title:before {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 45px;
    display: block;
    width: 1px;
    content: '';
     background: rgba(255,255,255,.4);
}
.panel-group .panel .panel-heading > .panel-title > a {
    line-height: 22px;
    display: block;
    padding: 9px 9px 9px 60px;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
    text-decoration: none;
     background-color: #f2f2f2;
}
.panel-group .panel .panel-heading > .panel-title > a:before, .panel-group .panel .panel-heading > .panel-title > a:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 2px;
    margin: 19px 0 0 15px;
    content: '';
     background: #1e1e1e;
}
.panel-group .panel .panel-heading > .panel-title > a:after {
    width: 2px;
     height: 16px;
    margin: 12px 0 0 22px;
}
.panel-group .panel .panel-heading > .panel-title > a:hover {
     background-color: #e9e9e9;
}
.panel-group .panel .panel-heading + .panel-collapse .panel-body {
     border-top: 0 none;
}
.panel-group .panel.active .panel-heading > .panel-title:before {
     background: rgba(255,255,255,.2);
}
.panel-group .panel.active .panel-heading > .panel-title > a, .panel-group .panel.active .panel-heading > .panel-title > a:hover {
    color: #fff;
     background-color: #1e1e1e;
}
.panel-group .panel.active .panel-heading > .panel-title > a:before, .panel-group .panel.active .panel-heading > .panel-title > a:after, .panel-group .panel.active .panel-heading > .panel-title > a:hover:before, .panel-group .panel.active .panel-heading > .panel-title > a:hover:after {
     background: #fff;
}
.panel-group .panel.active .panel-heading > .panel-title > a:after, .panel-group .panel.active .panel-heading > .panel-title > a:hover:after {
     display: none;
}
.panel-group .panel.panel-primary .panel-heading > .panel-title > a {
    color: #fff;
     background-color: #037ac5;
}
.panel-group .panel.panel-primary .panel-heading > .panel-title > a:hover {
     background-color: rgba(3,122,197,.9);
}
.panel-group .panel.panel-primary .panel-heading > .panel-title > a:before, .panel-group .panel.panel-primary .panel-heading > .panel-title > a:after {
     background-color: #fff;
}
.panel-group .panel.panel-warning .panel-heading > .panel-title > a {
    color: #fff;
     background-color: #f89406;
}
.panel-group .panel.panel-warning .panel-heading > .panel-title > a:hover {
     background-color: rgba(248,148,6,.9);
}
.panel-group .panel.panel-warning .panel-heading > .panel-title > a:before, .panel-group .panel.panel-warning .panel-heading > .panel-title > a:after {
     background-color: #fff;
}
.panel-group .panel.panel-danger .panel-heading > .panel-title > a {
    color: #fff;
     background-color: #c10841;
}
.panel-group .panel.panel-danger .panel-heading > .panel-title > a:hover {
     background-color: rgba(193,8,65,.9);
}
.panel-group .panel.panel-danger .panel-heading > .panel-title > a:before, .panel-group .panel.panel-danger .panel-heading > .panel-title > a:after {
     background-color: #fff;
}
.panel-group .panel.panel-info .panel-heading > .panel-title > a {
    color: #fff;
     background-color: #0098ca;
}
.panel-group .panel.panel-info .panel-heading > .panel-title > a:hover {
     background-color: rgba(0,152,202,.9);
}
.panel-group .panel.panel-info .panel-heading > .panel-title > a:before, .panel-group .panel.panel-info .panel-heading > .panel-title > a:after {
     background-color: #fff;
}
.panel-group .panel.panel-success .panel-heading > .panel-title > a {
    color: #fff;
     background-color: #738d00;
}
.panel-group .panel.panel-success .panel-heading > .panel-title > a:hover {
     background-color: rgba(115,141,0,.9);
}
.panel-group .panel.panel-success .panel-heading > .panel-title > a:before, .panel-group .panel.panel-success .panel-heading > .panel-title > a:after {
     background-color: #fff;
}
.panel-group .panel.e-hidden {
    overflow: hidden;
     margin: 0;
}
.panel-group .panel-body {
     padding: 10px 0 10px 1px;
}
.panel-group.panel-bg .panel-body {
    padding-right: 20px;
    padding-left: 20px;
     background: #f7f7f7;
}
.panel-group.one-open .panel.active .panel-heading > .panel-title > a {
     cursor: default;
}
.close {
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    position: relative;
     float: none;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
    vertical-align: top;
    opacity: 1;
    color: #7f7f7f;
    text-shadow: none;
    filter: alpha(opacity=100);
}
.close:hover {
    opacity: 1;
     color: #1e1e1e;
    filter: alpha(opacity=100);
}
.close span {
    font-family: Arial;
    font-size: 12px;
    line-height: 12px;
     display: inline-block;
    margin-top: 2px;
    vertical-align: top;
}
a.edit {
    font-size: 12px;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    text-decoration: none;
     color: #707070;
}
a.edit:hover {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
    opacity: .8;
     color: #707070;
    filter: alpha(opacity=80);
}
a.edit i:before {
     font-style: italic;
    line-height: 9px;
    margin: 0;
}
.rating-box {
    width: 73px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.rating-box .rating {
    overflow: hidden;
    margin: -2px;
    padding: 0;
}
.rating-box .rating * {
     vertical-align: top;
}
.pricing-info .rating-box .rating svg polygon {
     fill: #0098ca;
}
.pricing-success .rating-box .rating svg polygon {
     fill: #738d00;
}
.pricing-warning .rating-box .rating svg polygon {
     fill: #f89406;
}
.pricing-error .rating-box .rating svg polygon, .pricing-danger .rating-box .rating svg polygon {
     fill: #c10841;
}
.reviews-box {
    font-size: 12px;
    line-height: 14px;
     color: #7f7f7f;
}
.reviews-box .rating-box {
     float: left;
    margin: 0 35px 0 0;
}
.reviews-box .separator {
     margin: 0 4px;
}
.reviews-box .add-review {
    text-decoration: none;
     color: #7f7f7f;
}
.reviews-box .add-review:hover {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
     opacity: .8;
    filter: alpha(opacity=80);
}
.display-t {
     display: table;
}
.display-tc {
     display: table-cell;
}
.slim {
     font-weight: normal;
}
.border-radius {
     border-radius: 5px;
}
.bg {
     background-color: rgba(0, 173, 238, 0.4);
}
.border {
     border-width: 1px;
}
.width-auto .col-md-1, .width-auto .col-md-2, .width-auto .col-md-3, .width-auto .col-md-4, .width-auto .col-md-5, .width-auto .col-md-6, .width-auto .col-md-7, .width-auto .col-md-8, .width-auto .col-md-9, .width-auto .col-md-10, .width-auto .col-md-11, .width-auto .col-md-12 {
     float: left;
    width: auto;
}
.margin-center {
     margin: 0 auto;
}
.bottom-padding {
     margin-bottom: 80px;
}
.bottom-padding-mini {
     margin-bottom: 40px;
}
.bottom-padding.last {
     margin-bottom: 0;
}
.no-top-padding {
     padding-top: 0 !important;
}
.rotation {
     background: none;
    -webkit-perspective: 600px;
    perspective: 600px;
}
.rotation.product, .rotation.employee {
     overflow: visible;
}
.rotation .default, .rotation .front-end {
    position: relative;
    z-index: 24;
     overflow: hidden;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
}
.rotation .default {
    border-radius: 3px;
     background: #f7f7f7;
}
.rotation.product .product-hover, .rotation .back-end {
    z-index: 13;
     display: block;
    width: 100%;
    height: inherit;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    -webkit-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
}
.rotation.hover .default, .rotation.hover .front-end {
     z-index: 35;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.rotation.hover .product-hover, .rotation.hover .back-end {
     z-index: 46;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateY(0deg);
}
.btn.dropdown-toggle, .btn.dropdown-toggle:hover, .btn.dropdown-toggle:focus {
     outline: none;
}
.btn-group.btn-select {
    font-size: 12px;
    vertical-align: top;
     color: #7f7f7f;
}
.btn-group.btn-select .dropdown-toggle {
    font-size: 12px;
    line-height: 39px;
    z-index: 2;
    height: 40px;
    padding: 0 19px;
    color: #7f7f7f;
    border: 1px solid transparent;
    background: #72be44;
    box-shadow: none;
}
.btn-group.btn-select .btn.dropdown-toggle .caret {
    margin-left: 0;
     color: #fff ;
    color: rgba(255,255,255,.5);
}
.btn-group.btn-select.open .btn.dropdown-toggle {
    color: #7f7f7f;
    border: 1px solid #ccc;
    border-bottom: 0 none;
    border-radius: 3px 3px 0 0;
     background: #fff;
    box-shadow: 0 0 5px rgba(41, 185, 237, 0.35);
}
.btn-group.btn-select.open .btn.dropdown-toggle:after {
    position: absolute;
    z-index: 27;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 6px;
    margin: 0 0 -6px;
    content: '';
    -webkit-animation: fadeIn .3s;
    animation: fadeIn .3s;
     background: #fff;
}
.btn-group.btn-select.open .btn.dropdown-toggle .caret {
     color: #777;
}
.btn-group.btn-select .dropdown-menu {
    z-index: 25;
    margin: 0;
    padding-top: 8px;
     border-radius: 0 3px 3px 3px;
}
.btn-group.btn-select .dropdown-menu > li > a {
     font-size: 12px;
    line-height: 22px;
    padding: 4px 6px;
}
.btn-group.btn-select .dropdown-menu > li > a img {
     margin: 5px 9px 0 0;
    vertical-align: top;
}
.jslider .jslider-pointer {
    width: 8px;
    height: 12px;
    margin: 0 0 0 -4px;
     background: none;
}
.jslider .jslider-pointer svg {
     vertical-align: top;
}
.pagination-box {
     margin: 40px 0 0;
}
.pagination-box .pagination {
     margin: 0 10px 0 0;
}
.map-box iframe {
    width: 100%;
     border: 0 none;
    border-radius: 5px;
}
.map-box img {
     max-width: inherit;
}
.map-canvas {
     height: 400px;
}
.map-canvas * {
     border: 0 none;
}
.map-content {
     width: 200px;
}
.map-content .title {
     font-size: 16px;
    margin-bottom: 10px;
}
.caret {
    width: 9px;
    height: 6px;
     color: #777;
    border: 0 none;
}
.caret:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    line-height: 6px;
    position: absolute;
    display: block;
    width: 9px;
    height: 6px;
     content: '\f107';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.open .caret {
     color: #777;
}
.btn .caret {
     margin: -2px 0 0;
}
.btn-group .caret {
     color: #fff;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
     border: 0 none;
}
.dropup .caret:before, .navbar-fixed-bottom .dropdown .caret:before {
     content: '\f106';
}
.help-block {
     margin-top: -10px;
    margin-bottom: 15px;
    color: #da0202;
}
.buttons-box .required {
     font-size: 11px;
}
.social .social-list {
     margin: 0 -4px;
}
.social .icon {
    font-size: 14px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    margin-right: 4px;
    margin-left: 4px;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    text-align: center;
    opacity: .35;
    color: #fff;
    border-radius: 2px;
     background: #1e1e1e;
    filter: alpha(opacity=35);
}
.social .icon:hover {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
     opacity: 1;
    filter: alpha(opacity=100);
}
.social .icon-facebook {
     background: #3b5998;
}
.social .icon-twitter {
     background: #00bdec;
}
.social .icon-vk {
     background: #2a5885;
}
.social .icon-google {
     background: #d94a39;
}
.social .icon-linkedin {
     background: #1b92bd;
}
.filter-elements-wrapper {
     margin: 0 auto;
}
.filter-buttons {
     display: block;
    margin-bottom: 30px;
}
.filter-buttons .dropdown-toggle {
    font-weight: bold;
    line-height: 38px;
    display: block;
    float: left;
    height: 38px;
    margin-right: 20px;
    padding: 0 10px 0 20px;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    color: #1e1e1e;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
     background: transparent;
}
.filter-buttons .dropdown-toggle .caret {
    margin: -2px 0 0 5px;
     color: #777;
}
.filter-buttons .dropdown-toggle:hover {
    -webkit-transition: opacity .2s ease-out ;
    transition: opacity .2s ease-out;
    text-decoration: none;
    opacity: .7;
     background: transparent;
    filter: alpha(opacity=70);
}
.filter-buttons .dropdown-menu {
     border: 1px solid #e1e1e1;
}
.filter-buttons .dropdown-menu .active {
     background-color: #f5f5f5;
}
.filter-buttons.open .dropdown-toggle {
     background: transparent;
}
.filter-buttons.white .dropdown-toggle, .filter-buttons.white .dropdown-toggle .caret {
     color: #fff;
}
.isotope, .isotope .isotope-item {
     -webkit-transition-duration: .8s ;
    transition-duration: .8s;
}
.isotope {
     -webkit-transition-property: height, width ;
    transition-property: height, width;
}
.isotope .isotope-item {
     -webkit-transition-property: -webkit-transform, opacity ;
    transition-property: transform, opacity;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
     -webkit-transition-duration: 0s ;
    transition-duration: 0s;
}
.isotope-item {
     z-index: 2;
}
.isotope-hidden.isotope-item {
    z-index: 1;
     pointer-events: none;
}
.grid-sizer {
     min-height: 0;
}
.year-regulator {
     padding-top: 13px;
}
.year-regulator .label {
    font-size: 12px;
    line-height: 14px;
    display: table-cell;
    padding: 0 20px 0 0;
    text-align: left;
    vertical-align: middle;
     color: inherit;
}
.year-regulator .layout-slider {
     display: table-cell;
    width: 100%;
}
.year-regulator .layout-slider input[type='slider'] {
     visibility: hidden;
}
@media (max-width: 600px) {
     .hidden-600 {
         display: none !important;
    }
}

#top-box {
     width: 100%;
}
#top-box .top-box-wrapper {
    min-height: 50px;
    padding: 10px 0;
    background: url(/assets/theme/img/header-bg.jpg) 50% 50% no-repeat;
    background-size: cover;
}
#top-box .btn-group.btn-select {
     margin: 0;
}
#top-box .btn-group.btn-select.language {
     margin-right: 6px;
}
#top-box .btn-group.btn-select .dropdown-toggle {
     z-index: 911;
}
#top-box .btn-group.btn-select .dropdown-menu {
     z-index: 910;
}
#top-box .btn-group.btn-select.open .btn.dropdown-toggle:after {
     z-index: 912;
}
#top-box .top-navbar {
    height: auto;
    min-height: 30px;
    margin: 0;
    border: 0 none;
    border-radius: 0;
     background: none;
}
#top-box .top-navbar .collapse {
     padding: 0;
}
#top-box .top-navbar .nav {
     margin-top: 0px;
    margin-bottom: 0px;
}
@media (max-width: 1199px) {
     #top-box .top-navbar .nav {
         margin-top: 0;
        margin-bottom: 0;
    }
}
#top-box .top-navbar .nav > li a {
     font-size: 15px;
    line-height: 22px;
    padding: 9px 10px 9px;
    -webkit-transition: background .2s linear, color .2s linear;
    transition: background .2s linear, color .2s linear;
}
#top-box .top-navbar .nav > li a .fa {
     font-size: 120%;
    margin-right: 4px;
}
#top-box .top-navbar .nav > li a .fa.after {
    margin-right: 0;
     margin-left: 4px;
}
#top-box .top-navbar .nav > li a .count {
    font-size: 110%;
    line-height: 1;
    display: inline-block;
    margin-left: 4px;
    padding: 3px 5px;
    -webkit-transition: background .2s linear;
    transition: background .2s linear;
    border-radius: 3px;
     background: rgba(255,255,255,.1);
}
#top-box .top-navbar .nav > li:hover a {
    -webkit-transition: background .2s linear, color .2s linear ;
    transition: background .2s linear, color .2s linear;
    color: #7b7b7b;
     background: #efefef;
}
#top-box .top-navbar .nav > li:hover a .count {
    -webkit-transition: background .2s linear ;
    transition: background .2s linear;
     background: rgba(0,0,0,.1);
}
#top-box .top-social {
     margin: 0;
}
#top-box .top-social .icon-item {
    line-height: 30px;
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 1px;
    margin-left: 1px;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
    text-align: center;
    vertical-align: top;
     color: #fff;
    color: rgba(255,255,255,.3);
}
#top-box .top-social .icon-item i {
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
     bottom: 0;
    left: 0;
}
#top-box .top-social .icon-item i:before {
     text-shadow: 1px 1px 1px rgba(0,0,0,.1);
}
#top-box .top-social .icon-item:hover {
    -webkit-transition: color .2s linear ;
    transition: color .2s linear;
     color: #fff;
}
#top-box .top-social .icon-item:hover i:before {
     text-shadow: none;
}
#top-box .top-social.bg-social .icon-item {
    color: #fff;
    border-radius: 3px;
     background: #fff;
}
#top-box .top-social.bg-social .icon-item i {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
    opacity: .7;
     border-radius: 2px;
    filter: alpha(opacity=70);
}
#top-box .top-social.bg-social .icon-item i:before {
     text-shadow: none;
}
#top-box .top-social.bg-social .icon-item:hover {
     opacity: 1;
    filter: alpha(opacity=100);
}
#top-box .top-social.bg-social .icon-item:hover i {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
     opacity: 1;
    filter: alpha(opacity=100);
}
#top-box .top-social.bg-social .icon-item .fa-facebook {
     background: #3b5998;
}
#top-box .top-social.bg-social .icon-item .fa-twitter {
     background: #00bdec;
}
#top-box .top-social.bg-social .icon-item .fa-google-plus {
     background: #d94a39;
}
#top-box .top-social.bg-social .icon-item .fa-linkedin {
     background: #1b92bd;
}
#top-box .top-search {
    position: relative;
    max-width: 300px;
     margin: 0 0 0 auto;
}
#top-box .top-search .form-control {
    line-height: 14px;
    height: 30px;
    min-height: 30px;
    margin: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #fff;
    border: 1px solid #e1e1e1;
    border: 1px solid rgba(255,255,255,.2);
     background: rgba(255,255,255,.1);
    box-shadow: none;
}
#top-box .top-search .form-control:focus {
     border-color: rgba(255,255,255,.7);
}
#top-box .top-search .form-control::-moz-placeholder {
     color: #fff ;
    color: rgba(255,255,255,.3);
}
#top-box .top-search .form-control:-ms-input-placeholder {
     color: #fff ;
    color: rgba(255,255,255,.3);
}
#top-box .top-search .form-control::-webkit-input-placeholder {
     color: #fff ;
    color: rgba(255,255,255,.3);
}
#top-box .top-search .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    padding: 6px 0 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    opacity: .5;
     background: none;
    filter: alpha(opacity=50);
}
#top-box .top-search .search-submit:hover {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
     opacity: .7;
    filter: alpha(opacity=70);
}
#top-box .top-info {
    font-size: 13px;
    padding: 5px 0;
     color: #fff;
}
#top-box .top-info a {
    -webkit-transition: color .2s linear ;
    transition: color .2s linear;
     color: #fff;
    color: rgba(255,255,255,.8);
}
#top-box .top-info a:hover {
    -webkit-transition: color .2s linear ;
    transition: color .2s linear;
    text-decoration: none;
     color: #fff;
}
#top-box .top-info .separator {
    vertical-align: top;
     color: rgba(255,255,255,.4);
}
.header {
     width: 100%;
}
.header .header-wrapper {
    min-height: 100px;
    padding: 2px 0;
     background: rgba(255,255,255,.97);
}
.header .header-wrapper .container {
     position: relative;
}
.header .header-wrapper .logo-box {
     display: table;
    table-layout: fixed;
}
.header .header-wrapper .logo-box .logo {
     display: table-cell;
    width: 100%;
    max-width: 100%;
    height: 100px;
    vertical-align: middle;
}
.header .header-wrapper .logo-box .logo a {
     display: inline-block;
    max-width: 100%;
}
.header .header-wrapper .logo-box .logo a img, .header .header-wrapper .logo-box .logo a .logo-img {
     max-height: 100px;
}
.header .header-wrapper .logo-box.auto-height {
     display: block;
    height: 100px;
}
.header .header-wrapper .logo-box.auto-height .logo {
     display: block;
}
.header .header-wrapper .logo-box.auto-height .logo img {
     max-height: inherit;
}
.header .header-wrapper .primary {
    z-index: 900;
     float: left;
    margin-bottom: 10px;
}
@media (max-width: 991px) {
     .header .header-wrapper .primary {
        z-index: inherit;
         display: inline-block;
        float: none;
        margin: 0 0 0 -4px;
        text-align: left;
        vertical-align: top;
    }
}
.header .header-wrapper .primary .navbar {
    min-height: 44px;
    margin: 0;
    border: 0 none;
     background: none;
}
@media (max-width: 600px) {
     .header .header-wrapper .primary .navbar .btn-navbar {
        padding-right: 5px;
         padding-left: 5px;
    }
}
.header .header-wrapper .primary .navbar .navbar-collapse {
    position: relative;
     padding: 0;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav {
    position: relative;
     margin: 0;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .parent {
     position: relative;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .parent:hover > .sub {
     display: block;
    -webkit-animation: fadeIn .4s;
    animation: fadeIn .4s;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li {
    position: relative;
     padding: 12px 3px 0;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li > a {
    line-height: 20px;
    position: static;
    z-index: 901;
    padding: 11px 13px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    color: #1e1e1e;
    border: 1px solid #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    background: none;
    text-shadow: none;
	text-transform: uppercase;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.selected > a {
     color: #777;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li:hover > a {
    -webkit-transition: all .2s linear ;
    transition: all .2s linear;
    border-color: #ccc;
    border-radius: 3px;
     background: #fff;
    box-shadow: 0 0 5px rgba(41, 185, 237, 0.35);
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent:hover > a {
    border-bottom-color: transparent;
    border-radius: 3px 3px 0 0;
     background: #fff;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent > a:after {
    position: absolute;
    z-index: 906;
    right: 4px;
    bottom: 0;
    left: 4px;
    display: none;
    height: 12px;
    margin: 0 0 -6px 0;
    content: '';
    -webkit-transition: background .5s linear;
    transition: background .5s linear;
     background: transparent;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent:hover > a:after {
    display: block;
    -webkit-transition: background .1s linear;
    transition: background .1s linear;
     background: #fff;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent.megamenu {
    position: static;
     overflow: hidden;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent.megamenu > a {
     position: relative;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent.megamenu:hover > a:after {
    right: 0;
     left: 0;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent .parent > a:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    position: absolute;
    top: 6px;
    right: -10px;
    display: block;
     content: '\f105';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav a > i {
    width: 15px;
     margin-right: 2px;
    text-align: center;
    opacity: .8;
    filter: alpha(opacity=80);
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new {
    font-size: 11px;
    line-height: 1;
    position: absolute;
    top: 1px;
    right: 19px;
    padding: 4px 10px;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
     background: #72be44;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new .before, .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new:before {
    position: absolute;
    right: 0;
    bottom: -5px;
    display: block;
    content: '';
     border: 5px solid transparent;
    border-right-color: #72be44;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-info .before, .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-info:before {
     border-right-color: #0098ca;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-success .before, .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-success:before {
     border-right-color: #738d00;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-primary .before, .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-primary:before {
     border-right-color: #037ac5;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-warning .before, .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-warning:before {
     border-right-color: #f89406;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-danger .before, .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-danger:before {
     border-right-color: #c10841;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu a .item-new {
    top: -12px;
     right: 14px;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub .item-new, .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .sub a .item-new {
    position: relative;
    top: 0;
    left: 0;
     float: right;
    margin: 2px 0 0 10px;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .sub a .item-new {
     float: none;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub {
    font-size: 13px;
    line-height: 24px;
    position: absolute;
    z-index: 905;
    display: none;
    margin: -1px 0 0;
    padding: 15px 20px;
    border: 1px solid rgba(41, 185, 237, 0.35);
    border-radius: 0 3px 3px 3px;
     background: #fff;
    box-shadow: 0 0 5px rgba(41, 185, 237, 0.35);
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub li {
    font-size: 13px;
    line-height: 24px;
	border-bottom: 1px dotted rgba(0, 176, 240, 0.6);
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub li a {
    display: block;
    width: 240px;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    text-decoration: none;
    color: #1e1e1e;
	padding: 5px 0;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub li:last-child {
    border-bottom: none;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub li a:hover {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
     opacity: .6;
    filter: alpha(opacity=60);
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub .item-new .before, .header .header-wrapper .primary .navbar .navbar-collapse .nav .sub .item-new:before {
     display: none;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub .sub {
    top: 0;
     left: 100%;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub .sub .sub .parent > a {
     background: none !important;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub .sub .sub .parent > a:after {
     display: none;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub .sub .sub .sub {
    position: relative;
    left: 0;
    display: block;
    padding: 0 0 0 10px;
    -webkit-animation: fadeIn 0;
    animation: fadeIn 0;
    border: 0 none;
     background: none;
    box-shadow: none;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .title {
     font-size: 13px;
    line-height: 23px;
    margin: 0 0 3px;
    text-transform: uppercase;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub {
    z-index: 900;
    left: -15px;
    width: 886px;
    padding: 0;
     border-radius: 3px;
}
@media (min-width: 992px) and (max-width: 1199px) {
     .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub {
        width: 832px;
         margin: -1px 0 0 -37px;
    }
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub a {
     width: 100%;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .sub-wrapper {
     display: table;
    width: 100%;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .promo-block {
    font-size: 12px;
    line-height: 18px;
    position: relative;
    display: table-cell;
    width: 34%;
    text-align: center;
    vertical-align: middle;
     border-right: 1px solid #ccc;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .promo-block.text-right {
     text-align: right;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .promo-block.text-left {
     text-align: left;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .sub-list {
     display: table-cell;
    width: 100%;
    padding: 35px 5px;
    vertical-align: top;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .sub-list + .promo-block {
    border-right: 0 none;
     border-left: 1px solid #ccc;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .box {
     float: left;
    width: 33%;
    padding: 0 20px 28px;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .box:nth-child(3n+1) {
     clear: left;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo > .sub .sub-list {
     width: 66%;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo > .sub .box {
     clear: none;
    width: 50%;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo > .sub .box:nth-child(2n+1) {
     clear: left;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.four-columns > .sub .box {
     clear: none;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.four-columns > .sub .box:nth-child(4n+1), .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.four-columns > .sub .box:nth-child(3n+1) {
     clear: left;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo.four-columns > .sub .box {
     clear: none;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.four-columns > .sub .promo-block, .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.four-columns > .sub .box {
     width: 25%;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.four-columns > .sub .sub-list {
     width: 75%;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo.four-columns > .sub .box {
     width: 33%;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.five-columns > .sub .box {
     clear: none;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.five-columns > .sub .box:nth-child(5n+1), .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo.five-columns > .sub .box:nth-child(4n+1) {
     clear: left;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo.five-columns > .sub .box {
     clear: none;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.five-columns > .sub .promo-block, .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.five-columns > .sub .box {
     width: 20%;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.five-columns > .sub .sub-list {
     width: 80%;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo.five-columns > .sub .box {
     width: 25%;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li[class*='item-']:hover > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav [class*='item-'] .sub {
     box-shadow: none;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.text-primary > a {
     color: #037ac5;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.text-success > a {
     color: #738d00;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.text-info > a {
     color: #0098ca;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.text-warning > a {
     color: #f89406;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.text-danger > a {
     color: #c10841;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent.item-bg:hover > a:after {
     display: none;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-inverse > a {
     color: #fff;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-primary.item-inverse > a {
     background: #037ac5;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-success.item-inverse > a {
     background: #738d00;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-info.item-inverse > a {
     background: #0098ca;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-warning.item-inverse > a {
     background: #f89406;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-danger.item-inverse > a {
     background: #c10841;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-inverse:hover > a {
    color: #1e1e1e;
     background: #fff;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-primary:hover > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-primary .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-primary.megamenu > .sub .promo-block {
     border-color: #037ac5;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-success:hover > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-success .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-success.megamenu > .sub .promo-block {
     border-color: #738d00;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-info:hover > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-info .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-info.megamenu > .sub .promo-block {
     border-color: #0098ca;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-warning:hover > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-warning .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-warning.megamenu > .sub .promo-block {
     border-color: #f89406;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-danger:hover > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-danger .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-danger.megamenu > .sub .promo-block {
     border-color: #c10841;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-bg:hover a, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-bg .sub a {
     color: #fff;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-primary.item-bg:hover > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-primary.item-bg .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-primary.item-bg.parent .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-primary.item-bg.parent:hover > .sub {
     background: #037ac5;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-success.item-bg:hover > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-success.item-bg .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-success.item-bg.parent .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-success.item-bg.parent:hover > .sub {
     background: #738d00;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-info.item-bg:hover > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-info.item-bg .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-info.item-bg.parent .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-info.item-bg.parent:hover > .sub {
     background: #0098ca;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-warning.item-bg:hover > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-warning.item-bg .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-warning.item-bg.parent .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-warning.item-bg.parent:hover > .sub {
     background: #f89406;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-danger.item-bg:hover > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-danger.item-bg .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-danger.item-bg.parent .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-danger.item-bg.parent:hover > .sub {
     background: #c10841;
}
.header .header-wrapper .header-icons {
     float: right;
    margin: 9px 0;
    text-align: right;
}
@media (max-width: 991px) {
     .header .header-wrapper .header-icons {
         display: inline-block;
        float: none;
        margin: 0;
        vertical-align: top;
    }
}
.header .header-wrapper .cart-header {
    font-size: 12px;
     display: inline-block;
    margin: 0 -15px 0 -1px;
    white-space: normal;
}
.header .header-wrapper .cart-header.no-open {
     opacity: 0;
    filter: alpha(opacity=0);
}
.header .header-wrapper .cart-header .dropdown-toggle {
    line-height: 22px;
    position: relative;
    z-index: 891;
    display: block;
    padding: 11px 15px 12px;
    -webkit-transition: border-color .4s linear, box-shadow .4s linear;
    transition: border-color .4s linear, box-shadow .4s linear;
    text-decoration: none;
    color: #1e1e1e;
     border-width: 1px;
    border-color: #fff;
    border-color: transparent;
    border-bottom: 0 none;
    outline: none;
    text-shadow: none;
}
@media (max-width: 600px) {
     .header .header-wrapper .cart-header .dropdown-toggle {
        padding-right: 5px;
         padding-left: 5px;
    }
}
.header .header-wrapper .cart-header .dropdown-toggle .icon {
     display: inline-block;
    width: 16px;
    height: 22px;
    margin: 0 8px 0 0;
    vertical-align: top;
}
.header .header-wrapper .cart-header .dropdown-toggle .icon svg {
     margin-top: 2px;
    vertical-align: top;
}
@media (max-width: 600px) {
     .header .header-wrapper .cart-header .dropdown-toggle .count {
         display: none;
    }
}
.header .header-wrapper .cart-header.open .dropdown-toggle {
    -webkit-transition: border-color .4s linear, box-shadow .4s linear ;
    transition: border-color .4s linear, box-shadow .4s linear;
    border-color: #ccc;
    border-bottom: 0 none;
    border-radius: 3px 3px 0 0;
     background: #fff;
    box-shadow: 0 0 5px rgba(41, 185, 237, 0.35);
}
.header .header-wrapper .cart-header.open .dropdown-toggle:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: -3px;
    display: block;
    height: 8px;
    margin: 0 0 -5px 0;
    content: '';
     background: #fff;
}
@media (max-width: 600px) {
     .header .header-wrapper .cart-header.open .dropdown-toggle:after {
         right: -3px;
    }
}
.header .header-wrapper .cart-header .dropdown-menu {
    z-index: 890;
    right: 0;
     left: auto;
    width: 355px;
    margin: -4px 0 0 0;
    padding: 17px 20px 20px;
    -webkit-animation: fadeIn .4s;
    animation: fadeIn .4s;
    text-align: left;
}
@media (max-width: 600px) {
     .header .header-wrapper .cart-header .dropdown-menu {
        width: 306px;
         margin-right: -90px;
    }
}
.header .header-wrapper .cart-header .dropdown-menu .close-box {
     line-height: 12px;
    margin: 0 0 13px;
    text-align: right;
}
.header .header-wrapper .cart-header .dropdown-menu .close {
     font-size: 26px;
    line-height: 12px;
    vertical-align: top;
    text-transform: uppercase;
}
.header .header-wrapper .cart-header .dropdown-menu .close span {
     line-height: 14px;
    margin: 0 5px 0 0;
}
.header .header-wrapper .cart-header .dropdown-menu > strong {
     font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
}
.header .header-wrapper .cart-header .dropdown-menu > ul {
     margin: 0 0 20px;
}
.header .header-wrapper .cart-header .dropdown-menu > ul li {
    position: relative;
    padding: 24px 20px 24px 0;
     border-bottom: 1px solid #e1e1e1;
}
.header .header-wrapper .cart-header .dropdown-menu .product-image {
     display: block;
    float: left;
    width: 70px;
    margin: 0 15px 0 0;
}
.header .header-wrapper .cart-header .dropdown-menu .product-remove {
    position: absolute;
    top: 24px;
    right: 0;
     margin: 0 0 0 5px;
}
.header .header-wrapper .cart-header .dropdown-menu .product-name {
     font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    margin: 0 0 10px;
    padding-left: 85px;
}
.header .header-wrapper .cart-header .dropdown-menu .product-price {
     font-size: 12px;
    line-height: 16px;
    padding-left: 85px;
}
.header .header-wrapper .cart-header .dropdown-menu .product-price .price {
     font-size: 16px;
}
.header .header-wrapper .cart-header .dropdown-menu .cart-button {
     text-align: right;
}
.header .header-wrapper .cart-header .dropdown-menu .cart-button .checkout {
     margin-left: 6px;
}
.fixed-header .header {
    position: fixed;
    z-index: 870;
    top: 0;
    right: 0;
     left: 0;
    width: auto;
    margin: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.fixed-header .header .header-wrapper {
    -webkit-transition: background .2s linear ;
    transition: background .2s linear;
     background: #fff;
}
.fixed-header.loaded .header {
     -webkit-transition: margin-top .2s linear ;
    transition: margin-top .2s linear;
}
.fixed-header.background-opacity .header .header-wrapper {
    -webkit-transition: background .2s linear ;
    transition: background .2s linear;
     background: rgba(255,255,255,.97);
}
.fixed-header {
     margin-top: 0;
}
@media (max-width: 991px) {
     .fixed-header {
         margin-top: 0 !important;
        padding-top: 0 !important;
    }
}
.fixed-header .page-box {
     padding-top: 104px;
}
@media (max-width: 991px) {
     .fixed-header .page-box {
         margin-top: 0 !important;
        padding-top: 0 !important;
        -webkit-transition: none !important;
        transition: none !important;
    }
}
.hidden-top.visible-top .header-wrapper:only-child, .fixed-header.fixed .header-wrapper:only-child {
     box-shadow: 0 0 5px rgba(41, 185, 237, 0.35);
}
.hidden-top #top-box {
    position: fixed;
    z-index: 910;
    top: 0;
     left: 0;
    margin-top: -32px;
}
.hidden-top.loaded #top-box {
     -webkit-transition: margin-top .2s linear ;
    transition: margin-top .2s linear;
}
.hidden-top.visible-top #top-box {
     margin-top: 0;
    -webkit-transition: margin-top .2s linear;
    transition: margin-top .2s linear;
}
@media (min-width: 992px) {
     #top-box:not(.minimized-menu) .navbar-collapse {
         display: block !important;
        height: auto !important;
    }
    #top-box:not(.minimized-menu) .navbar-collapse.collapse {
        overflow: visible !important;
         padding-bottom: 0;
    }
}
.hidden-top.loaded .page-box, .hidden-top.visible-top.loaded .page-box {
     -webkit-transition: padding-top .2s linear ;
    transition: padding-top .2s linear;
}
.hidden-top .page-box {
     padding-top: 8px;
}
.hidden-top.visible-top .page-box {
     padding-top: 40px;
}
.fixed-header.hidden-top .page-box {
     padding-top: 112px;
}
.fixed-header.hidden-top.fixed .page-box {
     padding-top: 104px;
}
.fixed-header.hidden-top.fixed #top-box, .fixed-header.hidden-top.visible-top.fixed #top-box {
     margin-top: -40px;
    -webkit-transition: margin-top .2s linear;
    transition: margin-top .2s linear;
}
.fixed-header.hidden-top .header {
    top: 0;
     margin-top: 8px;
}
.fixed-header.hidden-top.visible-top .header {
     margin-top: 40px;
}
.fixed-header.hidden-top.fixed .header {
     margin-top: 0;
    -webkit-transition: margin-top .2s linear;
    transition: margin-top .2s linear;
}
.fixed-header.fixed-top #top-box {
    position: fixed;
    z-index: 871;
    top: 0;
    right: 0;
     left: 0;
    margin: 0;
}
.fixed-header.fixed-top .header {
     top: 40px;
}
.fixed-header.fixed-top .page-box {
     padding-top: 144px;
}
.header .right-box {
     display: table;
}
.header .right-box-wrapper {
     display: table-cell;
    height: 100px;
    vertical-align: middle;
}
.fixed-header.fixed-top.boxed #top-box {
     position: absolute;
}
.fixed-double-header .header {
     margin-bottom: 104px;
}
.fixed-double-header .header .header-wrapper + .header-wrapper {
    position: absolute;
    width: 100%;
     margin: 0;
}
.phone-header, .search-header {
    position: relative;
    display: inline-block;
    width: 41px;
    height: 30px;
    margin: 8px 0;
    text-align: center;
    vertical-align: top;
    color: #1e1e1e;
     border-right: 1px solid #ccc;
    border-right: 1px solid rgba(204,204,204,.8);
}
.phone-header:last-child, .search-header:last-child {
     border-right: 0 none;
}
.phone-header a, .search-header a {
     display: block;
    width: 100%;
    height: 23px;
    padding-top: 7px;
}
.phone-header a svg, .search-header a svg {
     overflow: visible;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: translateZ(0px);
    opacity: 1;
    filter: alpha(opacity=100);
}
.phone-header a:hover svg, .search-header a:hover svg {
    -webkit-transition: all .3s linear ;
    transition: all .3s linear;
     opacity: .5;
    filter: alpha(opacity=50);
}
.phone-active, .search-active {
    position: absolute;
    z-index: 920;
    top: 0;
    right: 0;
     bottom: 0;
    display: none;
    overflow: hidden;
    margin: 18px 0;
}
.phone-active .close, .search-active .close {
    font-size: 26px;
     float: right;
    margin: 24px 0 0 5px;
}
.phone-active .close span, .search-active .close span {
     line-height: 18px;
    margin-top: 0;
    margin-right: 5px;
    text-transform: uppercase;
}
.phone-active {
    font-size: 48px;
    line-height: 58px;
    color: #ebebeb;
     background: #fff;
}
.phone-active strong {
    letter-spacing: 1px;
     color: #1e1e1e;
}
.search-active .close {
     position: absolute;
    z-index: 1;
    right: 79px;
}
.header .search-form {
    position: relative;
    width: 100%;
     height: 100%;
    margin: 0;
}
.header .search-form .search-string, .header .search-form .search-string:hover {
    font-size: 24px;
    line-height: 30px;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 14px 135px 14px 18px;
    color: #1e1e1e;
     box-shadow: none;
}
.header .search-form .search-string:focus {
     border-color: #ccc;
    outline: 0;
    outline: thin dotted \9;
    box-shadow: none;
}
.header .search-form .search-submit {
    line-height: 1;
    position: absolute;
    top: 17px;
    right: 1px;
    width: 46px;
    height: 30px;
    margin: 0;
    padding: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-left-width: 1px;
    outline: none;
     background: none;
}
.header .search-form .search-submit svg {
     margin-top: 2px;
}
.header .search-form .search-submit svg path {
     fill: #1e1e1e;
}
.header .search-form .search-submit:hover {
    -webkit-transition: all .3s linear ;
    transition: all .3s linear;
     opacity: .5;
    filter: alpha(opacity=50);
}
@media (max-width: 600px) {
     .header.header-two .header-wrapper .primary .navbar .btn-navbar.collapsed:before {
         display: none;
    }
}
.header.header-two .phone-header {
    margin-right: -15px;
     border-right: 0 none;
}
.header.header-three {
    min-height: inherit;
     background: rgba(255,255,255,.9);
}
.header.header-three .row, .header.header-three .container {
     min-height: inherit;
}
.header.header-three .logo-box {
     text-align: center;
}
.header .right-box .search-form {
     height: 64px;
}
@media (max-width: 480px) {
     .header .right-box .search-form {
         display: none;
    }
}
.header .right-box .search-form .search-string {
     padding-right: 64px;
}
.header .header-wrapper + .header-wrapper {
    min-height: 104px;
    padding: 0;
    border-top: 1px solid #e1e1e1;
     border-bottom: 1px solid #e1e1e1;
}
.header .header-wrapper + .header-wrapper .right-box-wrapper {
    height: 104px;
    border-right: 1px solid #e1e1e1;
     border-left: 1px solid #e1e1e1;
}
.header .header-wrapper + .header-wrapper .cart-header {
     margin-right: -1px;
}
.header .header-wrapper + .header-wrapper .phone-active {
    right: 16px;
     left: 16px;
    width: auto;
    margin: 20px 0;
}
.header .header-wrapper + .header-wrapper .primary .megamenu > .sub {
     left: -1px;
    margin-left: 0;
}
.top-fixed-box {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: -60px;
    padding: 7px 0;
    -webkit-transition: margin-top .3s linear;
    transition: margin-top .3s linear;
    -webkit-transform: translateZ(0);
    border: 1px solid #e1e1e1;
    border: 1px solid rgba(0,0,0,.1);
     background: #fff;
    background: rgba(255,255,255,.97);
    box-shadow: 0 0 5px rgba(41, 185, 237, 0.35);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.top-fixed-box.fixed {
     margin-top: 0;
    -webkit-transition: margin-top .3s linear;
    transition: margin-top .3s linear;
}
.top-fixed-box .social {
     display: inline-block;
    margin: 0 6px;
    vertical-align: top;
}
.top-fixed-box .contact-box {
    font-size: 16px;
    margin-top: 8px;
     color: #7f7f7f;
}
.top-fixed-box .contact-box .phone {
     margin-right: 20px;
}
.top-fixed-box .contact-box .fa {
     font-size: 14px;
    margin-right: 3px;
}
.top-fixed-box .contact-box .phone .fa {
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle;
}
.fixed-header .minimized-menu {
    -webkit-transform: inherit;
     -webkit-backface-visibility: inherit;
}
.minimized-menu .header-wrapper .right-box {
     float: right;
    width: 50%;
}
.minimized-menu .header-wrapper .right-box-wrapper {
     text-align: right;
}
.minimized-menu .header-wrapper .primary {
    z-index: inherit;
     display: inline-block;
    float: none;
    margin: 0 0 0 -4px;
    text-align: left;
    vertical-align: top;
}
.minimized-menu .header-wrapper .primary .navbar {
    position: static;
    min-height: inherit;
     margin: 0;
}
.minimized-menu .header-wrapper .primary .navbar .btn-navbar {
    line-height: 15px;
    position: relative;
    z-index: 920;
    display: block;
    float: left;
    height: 46px;
    margin: 0;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-bottom: 0 none;
    border-radius: 3px 3px 0 0;
     background: #fff;
    box-shadow: none;
    text-shadow: none;
}
.minimized-menu .header-wrapper .primary .navbar .btn-navbar:before {
    position: absolute;
    top: 7px;
    bottom: 8px;
    left: -1px;
    display: none;
    content: '';
     border-left: 1px solid #ccc;
    border-left: 1px solid rgba(204,204,204,.8);
}
.minimized-menu .header-wrapper .primary .navbar .btn-navbar.collapsed {
    border: 1px solid transparent;
    border-bottom: 0 none;
     background: none;
}
.minimized-menu .header-wrapper .primary .navbar .btn-navbar.collapsed:before {
     display: block;
}
.minimized-menu .header-wrapper .primary .navbar .btn-navbar .text {
    line-height: 16px;
    float: right;
    padding: 0 0 0 30px;
     color: #1e1e1e;
}
.minimized-menu .header-wrapper .primary .navbar .btn-navbar .icon-bar {
    width: 22px;
    height: 3px;
    margin: 0;
    border-radius: 0;
     background: #1e1e1e;
    box-shadow: none;
}
.minimized-menu .header-wrapper .primary .navbar .btn-navbar .icon-bar + .icon-bar {
     margin-top: 3px;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse {
    position: absolute;
    z-index: 919;
    top: 50%;
    right: 0;
    left: auto;
    overflow: hidden !important;
    width: 200%;
    max-height: inherit;
    margin: 22px 0 0;
    padding: 0 15px;
     border: 0 none;
    box-shadow: none;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse.collapse {
     display: none !important;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse.collapse.in {
     display: block !important;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav {
    float: none;
    padding: 6px 6px 3px;
    border: 1px solid #ccc;
    border-radius: 3px 0 3px 3px;
     background: #fff;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li {
     float: none;
    margin: 0 0 3px;
    padding: 0;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li > a {
    font-weight: normal;
    margin: 0;
    padding: 7px 9px 7px 59px;
    text-decoration: none;
    border: 1px solid #f2f2f2;
    border-radius: 0;
     background: #f2f2f2;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li:hover > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li > a:hover {
    border: 1px solid #e9e9e9;
    border-radius: 0;
     background: #e9e9e9;
    box-shadow: none;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > .parent > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent:hover > a {
    position: relative;
     background: #f2f2f2;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent:hover > a:after {
     display: none !important;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .parent .parent > a:after {
     display: none !important;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .open-sub {
    position: absolute;
    top: 0;
     bottom: 0;
    left: 0;
    width: 55px;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .open-sub span {
    position: absolute;
    display: block;
    width: 16px;
    height: 2px;
    margin: 17px 0 0 15px;
     background: #1e1e1e;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .open-sub span + span {
    width: 2px;
     height: 16px;
    margin: 10px 0 0 22px;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .parent .parent > a .open-sub span, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .title .open-sub span {
    position: absolute;
    width: 12px;
    height: 2px;
    margin: 14px 0 0 38px;
     background: #7f7f7f;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .parent .parent > a .open-sub span + span, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .title .open-sub span + span {
    width: 2px;
     height: 12px;
    margin: 9px 0 0 43px;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .sub, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .parent .sub, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .parent:hover > .sub {
    font-size: 13px;
    line-height: 24px;
    position: relative;
    left: 0;
    display: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 6px 0 5px;
    border: 0 none;
    border-radius: 0;
     background: #f7f7f7;
    box-shadow: none;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent:hover > a {
    border-radius: 0;
     background-color: #e9e9e9;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > .parent.active > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > .parent.active:hover > a {
    -webkit-transition: all .2s linear ;
    transition: all .2s linear;
    color: #fff;
    border-color: #1e1e1e;
     background: #1e1e1e;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > .parent.active > a .open-sub span {
     background: #fff;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .parent.active > a .open-sub span + span, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .box.active .title .open-sub span + span {
     display: none;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .parent:hover > .sub {
     -webkit-animation: fadeIn 0 ;
    animation: fadeIn 0;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .sub li {
     line-height: 22px;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .sub a {
    width: auto !important;
    padding: 4px 9px 4px 60px;
    text-decoration: none;
    color: #7f7f7f;
     background: none;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .sub a > i {
     color: #1e1e1e;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .sub .sub {
     left: 0;
    margin-left: 10px;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav li:hover > .sub a {
     background: none;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub {
    width: 100%;
     margin: 0;
    padding: 6px 0 5px;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .sub-wrapper {
     display: block;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .promo-block {
     display: none;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .sub-list {
     display: block;
    width: 100% !important;
    padding: 0;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .box {
     float: none;
    width: 100% !important;
    margin: 0;
    padding: 0;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .box.closed ul {
     display: none;
    margin-left: 10px;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .title {
    font-weight: normal;
    line-height: 22px;
    position: relative;
    margin: 0;
    padding: 4px 9px 4px 60px;
    cursor: pointer;
    text-transform: none;
     color: #7f7f7f;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu a .item-new, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .sub a .item-new {
    position: static;
    top: 0;
     left: 0;
    float: right;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .item-new .before, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new:before {
     display: none;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-bg > a .open-sub span, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-inverse > a .open-sub span {
     background: #fff;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-bg > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-inverse > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-inverse:hover > a {
     color: #fff;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-primary > a {
     border-color: #037ac5;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-success > a {
     border-color: #738d00;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-info > a {
     border-color: #0098ca;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-warning > a {
     border-color: #f89406;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-danger > a {
     border-color: #c10841;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-primary.item-bg > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-primary.item-bg:hover > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-primary.item-inverse > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-primary.item-inverse:hover > a {
    border-color: #037ac5;
     background-color: #037ac5;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-success.item-bg > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-success.item-bg:hover > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-success.item-inverse > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-success.item-inverse:hover > a {
    border-color: #738d00;
     background-color: #738d00;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-info.item-bg > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-info.item-bg:hover > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-info.item-inverse > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-info.item-inverse:hover > a {
    border-color: #0098ca;
     background-color: #0098ca;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-warning.item-bg > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-warning.item-bg:hover > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-warning.item-inverse > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-warning.item-inverse:hover > a {
    border-color: #f89406;
     background-color: #f89406;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-danger.item-bg > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-danger.item-bg:hover > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-danger.item-inverse > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-danger.item-inverse:hover > a {
    border-color: #c10841;
     background-color: #c10841;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-bg .sub {
     background: #f7f7f7 !important;
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-bg .sub a {
     color: #7f7f7f;
}
.minimized-menu .header-wrapper .cart-header .dropdown-menu {
     margin-top: -1px;
    margin-right: -98px;
}
.minimized-menu .header-wrapper .cart-header.open .dropdown-toggle:after {
     left: 0;
}
.minimized-menu .header-wrapper .header-icons {
     display: inline-block;
    float: none;
    margin: 0;
    vertical-align: top;
}
.minimized-menu .header-wrapper .scroll-wrapper > .scroll-content {
     box-sizing: border-box !important;
    height: auto !important;
}
.minimized-menu .header-wrapper .navbar-nav > .scroll-element, .minimized-menu .header-wrapper .navbar-nav > .scroll-element .navbar-nav > div {
    position: absolute;
    z-index: 1000;
    margin: 0;
    padding: 0;
     border: none;
}
.minimized-menu .header-wrapper .navbar-nav > .scroll-element div {
    top: 0;
    left: 0;
     display: block;
    width: 100%;
    height: 100%;
}
.minimized-menu .header-wrapper .navbar-nav > .scroll-element.scroll-x, .minimized-menu .header-wrapper .navbar-nav > .scroll-element .navbar-nav > div.scroll-x {
     bottom: 2px;
    left: 0;
    width: 100%;
    height: 8px;
}
.minimized-menu .header-wrapper .navbar-nav > .scroll-element.scroll-y, .minimized-menu .header-wrapper .navbar-nav > .scroll-element .navbar-nav > div.scroll-y {
    top: 0;
    right: 0;
    width: 4px;
     height: 100%;
}
.minimized-menu .header-wrapper .navbar-nav > .scroll-element .scroll-element_outer {
     overflow: hidden;
}
.minimized-menu .header-wrapper .navbar-nav > .scroll-element .scroll-element_outer, .minimized-menu .header-wrapper .navbar-nav > .scroll-element .scroll-element_track, .minimized-menu .header-wrapper .navbar-nav > .scroll-element .scroll-bar {
     border-radius: 0;
}
.minimized-menu .header-wrapper .navbar-nav > .scroll-element .scroll-element_track {
     background-color: #ccc;
}
.minimized-menu .header-wrapper .navbar-nav > .scroll-element .scroll-bar {
     background-color: rgba(31,31,31,.2);
}
.minimized-menu .header-wrapper .navbar-nav > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track, .minimized-menu .header-wrapper .navbar-nav > .scroll-element .navbar-nav > div.scroll-x.scroll-scrolly_visible .scroll-element_track {
     left: -12px;
}
.minimized-menu .header-wrapper .navbar-nav > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track, .minimized-menu .header-wrapper .navbar-nav > .scroll-element .navbar-nav > div.scroll-y.scroll-scrollx_visible .scroll-element_track {
     top: -12px;
}
.minimized-menu .header-wrapper .navbar-nav > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size, .minimized-menu .header-wrapper .navbar-nav > .scroll-element .navbar-nav > div.scroll-x.scroll-scrolly_visible .scroll-element_size {
     left: -12px;
}
.minimized-menu .header-wrapper .navbar-nav > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size, .minimized-menu .header-wrapper .navbar-nav > .scroll-element .navbar-nav > div.scroll-y.scroll-scrollx_visible .scroll-element_size {
     top: -12px;
}
.minimized-menu.header-two .header-wrapper .phone-header {
     margin-right: 0;
}
.minimized-menu.header-two .header-wrapper .phone-active, .minimized-menu.header-two .header-wrapper .search-active {
     z-index: 1003;
}
.breadcrumb-box {
    overflow: hidden;
     background: #00adee;
}
.breadcrumb {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    padding: 11px 0;
    color: #fff;
     background: transparent;
}
.breadcrumb > li {
     line-height: 18px;
    text-shadow: none;
}
.breadcrumb>.active {
    color: #fff !important;
}
.breadcrumb > li > a {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
    text-decoration: none;
     color: #fff;
}
.breadcrumb > li > a:hover {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
     opacity: .8;
    filter: alpha(opacity=80);
}
.breadcrumb > li + li:before {
    padding: 0 6px;
    color: #ffffff;
}
.breadcrumb-none {
     height: 10px;
}
#main {
     padding: 80px 0;
}
#main.no-padding {
     padding: 0;
}
.page-header {
    margin: 0 0 60px;
    padding: 0;
     border-bottom: 1px solid #e1e1e1;
}
.page-header .title {
     font-weight: normal;
    position: relative;
    margin: -4px 0 18px;
    padding: 0;
}
.page-header .container {
     position: relative;
}
.page-header .container:before {
    position: absolute;
    bottom: 0;
    left: 15px;
    display: block;
    width: 40px;
    height: 1px;
    margin: 0 0 -1px;
    content: '';
     background: #1e1e1e;
}
.page-header .page-description {
     padding: 0 0 18px;
}
.title-box {
    position: relative;
    margin-bottom: 40px;
     border-bottom-width: 1px;
}
.title-box:before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 1px;
    margin: 0 0 -1px;
    content: '';
     background: #1e1e1e;
}
.title-box.text-right:before {
    right: 0;
     left: auto;
}
.title-box.text-center:before {
     left: 50%;
    margin-left: -20px;
}
.title-box .title {
	font-size: 22px;
    font-weight: 600;
    margin: 0 0 12px 0;
    padding: 14px 0 0;
    color: #222;
}
.title-box h1.title, .title-box .h1.title {
     font-size: 24px;
}
.title-box .btn {
     font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 15px;
    padding-left: 15px;
}
.title-box .btn .glyphicon {
     margin: -1px 0 0 3px;
}
.title-box.title-white .title {
     color: #fff;
}
.title-box.no-margin, .no-margin {
     margin-bottom: 0 !important;
}
.title-box.title-white, .page-header.white {
     border-color: rgba(255,255,255,.3);
}
.title-box.title-white:before, .page-header.white .container:before {
     background: #fff;
}
.carousel .col-sm-1, .carousel .col-sm-2, .carousel .col-sm-3, .carousel .col-sm-4, .carousel .col-sm-5, .carousel .col-sm-6, .carousel .col-sm-7, .carousel .col-sm-8, .carousel .col-sm-9, .carousel .col-sm-10, .carousel .col-sm-11, .carousel .col-sm-12 {
     display: block;
    float: left;
}
.carousel .col-md-1 {
     max-width: 80px;
}
@media (min-width: 1200px) {
     .carousel .col-md-1 {
         max-width: 100px;
    }
}
.carousel .col-md-2 {
     max-width: 161px;
}
@media (min-width: 1200px) {
     .carousel .col-md-2 {
         max-width: 200px;
    }
}
.carousel .col-md-3 {
     max-width: 242px;
}
@media (min-width: 1200px) {
     .carousel .col-md-3 {
        width: 300px;
         max-width: 300px;
         margin-top:40px;
    }
}
.carousel .col-md-4 {
     max-width: 323px;
}
@media (min-width: 1200px) {
     .carousel .col-md-4 {
         max-width: 400px;
    }
}
.carousel .col-md-5 {
     max-width: 404px;
}
@media (min-width: 1200px) {
     .carousel .col-md-5 {
         max-width: 500px;
    }
}
.carousel .col-md-6 {
     max-width: 485px;
}
@media (min-width: 1200px) {
     .carousel .col-md-6 {
         max-width: 600px;
    }
}
.carousel .col-md-7 {
     max-width: 565px;
}
@media (min-width: 1200px) {
     .carousel .col-md-7 {
         max-width: 700px;
    }
}
.carousel .col-md-8 {
     max-width: 646px;
}
@media (min-width: 1200px) {
     .carousel .col-md-8 {
         max-width: 800px;
    }
}
.carousel .col-md-9 {
     max-width: 727px;
}
@media (min-width: 1200px) {
     .carousel .col-md-9 {
         max-width: 900px;
    }
}
.carousel .col-md-10 {
     max-width: 808px;
}
@media (min-width: 1200px) {
     .carousel .col-md-10 {
         max-width: 1000px;
    }
}
.carousel .col-md-11 {
     max-width: 889px;
}
@media (min-width: 1200px) {
     .carousel .col-md-11 {
         max-width: 1100px;
    }
}
.carousel .col-md-12 {
     max-width: 970px;
}
@media (min-width: 1200px) {
     .carousel .col-md-12 {
         max-width: 1200px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
     .carousel .col-sm-1 {
         max-width: 62px;
    }
    .carousel .col-sm-2 {
         max-width: 125px;
    }
    .carousel .col-sm-3 {
         max-width: 187px;
    }
    .carousel .col-sm-4 {
         max-width: 250px;
    }
    .carousel .col-sm-5 {
         max-width: 31px;
    }
    .carousel .col-sm-6 {
         max-width: 375px;
    }
    .carousel .col-sm-7 {
         max-width: 437px;
    }
    .carousel .col-sm-8 {
         max-width: 500px;
    }
    .carousel .col-sm-9 {
         max-width: 562px;
    }
    .carousel .col-sm-10 {
         max-width: 625px;
    }
    .carousel .col-sm-11 {
         max-width: 687px;
    }
    .carousel .col-sm-12 {
         max-width: 750px;
    }
}
@media (max-width: 767px) {
     .carousel .col-sm-1, .carousel .col-sm-2, .carousel .col-sm-3, .carousel .col-sm-4 {
         min-width: 160px;
    }
    .carousel .col-sm-5, .carousel .col-sm-6, .carousel .col-sm-7, .carousel .col-sm-8, .carousel .col-sm-9, .carousel .col-sm-10, .carousel .col-sm-11, .carousel .col-sm-12 {
         min-width: 300px;
    }
    .carousel .col-md-1, .carousel .col-md-2, .carousel .col-md-3, .carousel .col-md-4, .carousel .col-xs-1, .carousel .col-xs-2, .carousel .col-xs-3, .carousel .col-xs-4, .carousel .col-xs-5, .carousel .col-xs-6, .carousel .col-xs-7, .carousel .col-xs-8, .carousel .col-xs-9, .carousel .col-xs-10, .carousel .col-xs-11, .carousel .col-xs-12 {
         max-width: 300px;
    }
}
.carousel [class*='span'].pull-right {
     float: right;
}
.carousel-box > * {
     -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
}
.carousel-box .next, .carousel-box .prev {
    line-height: 40px;
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    margin: 0 0 0 10px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-align: center;
    text-decoration: none;
    color: #fbfbfb;
    border-radius: 3px;
     background-color: #ccc;
}
.carousel-box .next:hover, .carousel-box .prev:hover {
    -webkit-transition: color .2s linear, background-color .2s linear ;
    transition: color .2s linear, background-color .2s linear;
    text-decoration: none;
    color: #efefef;
     background-color: #000;
}
.carousel-box .next:hover polygon, .carousel-box .prev:hover polygon {
     fill: #efefef;
}
.carousel-box .next *, .carousel-box .prev * {
     vertical-align: middle;
}
.carousel-box .next svg {
     margin-left: 2px;
}
.carousel-box .prev svg {
     margin-right: 2px;
}
.carousel-box.no-nav .next, .carousel-box.no-nav .prev {
     display: none;
}
.carousel-box .pagination {
    width: 100%;
     margin-bottom: 0;
    text-align: center;
}
.carousel-box .pagination a {
     background: #ececec;
}
.carousel-box .pagination a:hover {
     background: #000;
}
.carousel-box .pagination a.selected {
     background: #ccc ;
    background: rgba(0,0,0,.3);
}
.carousel-box.no-pagination .pagination {
     display: none;
}
.carousel-box.load {
     background-image: url('../img/svg/loader.svg'),none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40px;
}
.carousel-box.load > * {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
     opacity: 0;
    filter: alpha(opacity=0);
}
.carousel-box.load .carousel > a + a, .carousel-box.load .carousel > div + div {
     visibility: hidden;
}
.carousel-links a {
     -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
}
.carousel-links a:hover {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
     opacity: .8;
    filter: alpha(opacity=80);
}
.caroufredsel_wrapper {
     margin-bottom: 0 !important;
}
.overflow {
     overflow: hidden;
}
.switches a {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 3px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    vertical-align: top;
    text-indent: -9999px;
    border-radius: 7px;
     background: #fff;
    background: rgba(255,255,255,.1);
}
.content .switches a {
     width: 11px;
    height: 11px;
}
.switches a:hover {
    -webkit-transition: all .3s linear ;
    transition: all .3s linear;
     background: #fff;
}
.switches a.selected {
    -webkit-transition: all .3s linear ;
    transition: all .3s linear;
     background: #fff;
    background: rgba(255,255,255,.5);
}
.switches a span {
     display: none;
}
.slider > .container {
     position: relative;
}
.slider .slid {
     position: relative;
}
.slider .slid .slid-img {
    z-index: 1;
     max-height: 550px;
}
.slider .slid-content {
	font-size: 15px;
    line-height: 18px;
    position: absolute;
    z-index: 3;
    top: 0;
    right: 15px;
    bottom: 0;
    overflow: hidden;
    padding: 100px 40px 0;
    color: #7b7b7b;
}
 .slider .slid-content > ul {
     padding: 0 0 10px 15px;
}
 .slider .slid-content .slid-contert-pattern > ul li a{
     color: #fff;
     font-size: 12px;
     border-bottom: 1px dashed;
     text-decoration: none;
}
 @media (min-width: 992px) and (max-width: 1199px) {
     .slider .slid-content {
         width: 400px;
    }
}
.content .slider .slid-content {
    right: 8px;
     bottom: 84px;
    width: 47.333333%;
    padding: 28px 30px 0;
}
.slider .slid-content .title {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 16px;
    color: #fff;
}
@media (max-width: 480px) {
     .slider .slid-content .title {
        overflow: hidden;
         max-height: 42px;
    }
}
.slider .slid-content .descriptions {
     margin: 0 0 37px 0;
}
.slider .slid-content .btn {
	position: relative;
    font-weight: bold;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    color: #fff;
    background: #72be44;
}
.slider .slid-content .btn:hover {
    -webkit-transition: all .3s linear ;
    transition: all .3s linear;
    background: #00adee;
    border-color: #00adee;
}
.slider .slider-nav {
    position: relative;
    z-index: 4;
    top: 0;
    right: 15px;
    bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
     .slider .slider-nav {
         width: 400px;
    }
}
.content .slider .slider-nav {
     right: 0;
    width: 47.333333%;
}
.slider .slider-nav .nav-box {
    position: absolute;
    z-index: 4;
    right: 43px;
     bottom: 33px;
    left: 43px;
    text-align: center;
}
.content .slider .slider-nav .nav-box {
     bottom: 30px;
}
.slider .slider-nav .prev, .slider .slider-nav .next {
    line-height: 60px;
    position: absolute;
    left: 0;
    display: block;
    visibility: hidden;
    width: 60px;
    height: 60px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    text-align: center;
    text-decoration: none;
    opacity: 0;
    color: #838282;
    border-radius: 3px;
     background-color: #fff;
    background-color: rgba(255,255,255,.1);
    filter: alpha(opacity=0);
}
.content .slider .slider-nav .prev, .content .slider .slider-nav .next {
    line-height: 36px;
    width: 36px;
     height: 36px;
}
.slider .slider-nav .prev *, .slider .slider-nav .next * {
     vertical-align: middle;
}
.slider .slider-nav .prev:hover, .slider .slider-nav .next:hover {
    -webkit-transition: all .3s linear ;
    transition: all .3s linear;
    color: #a0a0a0;
     background-color: #fff;
}
.slider .slider-nav .prev:hover polygon, .slider .slider-nav .next:hover polygon {
    -webkit-transition: all .3s linear ;
    transition: all .3s linear;
     fill: #9f9f9f;
}
.slider .slider-nav .next {
    right: 0;
     left: auto;
    margin-left: 2px;
}
.slider .slider-nav .prev {
     margin-right: 2px;
}
.slider .slider-nav .pagination {
     padding: 0 65px;
    text-align: center;
}
.content .slider .slider-nav .pagination {
     margin: 5px 0;
}
.slider.load .sliders-box > .col-md-12 + .col-md-12 {
     display: none;
}
.slider .container:hover .slider-nav .prev, .slider .container:hover .slider-nav .next, .page-slider:hover .slider-nav .prev, .page-slider:hover .slider-nav .next {
    visibility: visible;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
     opacity: 1;
    filter: alpha(opacity=100);
}
.progressive-slider .slider-nav .pagination a {
     vertical-align: middle;
}
.page-slider {
    position: relative;
    padding: 0;
     background: none;
}
.progressive-slider-two .sliders-container {
    position: relative;
     margin: 0 -15px 0 15px;
    padding: 0;
}
.progressive-slider-two .pagination {
    position: absolute;
    right: 0;
     bottom: 0;
    left: 0;
    margin: 0 0 15px;
    text-align: center;
}
.progressive-slider-two .pagination a {
     background: #1e1e1e ;
    background: rgba(30,30,30,.5);
}
.progressive-slider-two .pagination a:hover, .progressive-slider-two .pagination a.selected {
     background: #1e1e1e;
}
.progressive-slider-two .slider-banners {
     display: table;
    height: 100%;
    table-layout: fixed;
}
.progressive-slider-two .slider-banners .banner {
    display: table-row;
    height: 33.33333333%;
     background: #f6a232;
}
.progressive-slider-two .slider-banners .banner:nth-child(1) {
     background: #ee485c;
}
.progressive-slider-two .slider-banners .banner:nth-child(2) {
     background: #65a93c;
}
.progressive-slider-two.load .sliders-box img + img {
     display: none;
}
.progressive-slider-three .slider-wrapper {
     border: solid 6px #fff;
    border-radius: 6px;
}
.progressive-slider-three.load .slider-wrapper img + img, .progressive-slider-four.load .slider-wrapper img + img {
     display: none;
}
.progressive-slider-four {
    position: relative;
    padding: 0;
     background: none;
}
.progressive-slider-four .prev, .progressive-slider-four .next {
    font-size: 40px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -20px;
     color: #fff;
}
.progressive-slider-four .next {
    right: 30px;
     left: auto;
}
.content .progressive-slider .container {
    width: 100% !important;
     padding: 0;
}
.content .slider.progressive-slider {
     padding: 0;
}
.slider.rs-slider {
    position: relative;
    overflow: hidden;
    max-height: 500px;
    padding: 0;
    border: 0 none;
     background: none;
}
.slider.rs-slider.load {
    overflow: hidden;
    background-color: inherit;
     background-image: url('../img/svg/loader.svg'),none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40px;
}
.slider.rs-slider.load .tp-banner-container {
     visibility: hidden;
}
.slider.rs-slider .tp-revslider-slidesli {
     opacity: 0;
}
.slider.rs-slider .container {
     position: relative;
}
.slider.rs-slider .title {
    font-size: 40px;
    font-weight: normal;
    width: 800px;
    margin: 0;
     color: #fff;
}
.slider.rs-slider .description {
    font-size: 17px;
    line-height: 25px;
    width: 500px;
    margin: 0;
    padding: 0 15px;
    white-space: normal;
     color: #fff;
}
.slider.rs-slider .btn {
    white-space: nowrap;
     color: #fff;
}
.slider.rs-slider .btn.orang {
    border-right: #ea4e16;
     background: #ea4e16;
}
.slider.rs-slider .btn.cherry {
    border-color: #752033;
     background: #752033;
}
.slider.rs-slider .phone-text {
    font-size: 17px;
     color: #fff;
}
.slider.rs-slider .tp-bullets .tp-bullet {
    display: inline-block;
    float: none;
    width: 14px;
    height: 14px;
    margin: 0 3px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    vertical-align: top;
    border: 0 none !important;
    border-radius: 7px;
     background: #fff;
    background: rgba(255,255,255,.5);
    box-shadow: none;
}
.slider.rs-slider .tp-bullets .tp-bullet:hover {
    -webkit-transition: all .3s linear ;
    transition: all .3s linear;
     background: #fff;
}
.slider.rs-slider .tp-bullets .tp-bullet.selected {
    -webkit-transition: all .3s linear ;
    transition: all .3s linear;
     background: rgba(255,255,255,.7);
}
.slider.rs-slider .tparrows {
    z-index: 50 !important;
    width: 40px !important;
    height: 40px !important;
    cursor: pointer;
    -webkit-transition: background .3s linear;
    -webkit-transition: opacity .2s ease-out;
    transition: background .3s linear;
    -webkit-transform: inherit;
    border-radius: 5px;
     background: #1e1e1e;
    background: rgba(30,30,30,.5);
}
.slider.rs-slider .tparrows:before {
     font-family: 'revicons';
    font-size: 19px;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    width: 40px;
    margin-top: 1px;
    margin-right: 0;
    text-align: center;
    text-decoration: inherit;
    color: #fff;
    speak: none;
}
.slider.rs-slider .tparrows:hover {
    -webkit-transition: background .3s linear ;
    transition: background .3s linear;
     background: #1e1e1e;
}
.slider.rs-slider .tp-loader {
    z-index: 700;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
     -webkit-animation: none;
    animation: none;
    background-color: inherit;
    background-image: url('../img/svg/loader.svg'),none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.slider.rs-slider.full-width {
     max-height: inherit;
}
.slider.rs-slider.full-width .title {
     font-size: 60px;
    line-height: .9;
}
.slider.rs-slider.full-width .btn-link {
     font-size: 14px !important;
    font-weight: bold;
    line-height: 31px;
    padding: 0;
    text-decoration: none;
    letter-spacing: 1px;
}
.slider.rs-slider.full-width .btn-link .fa {
    font-size: 180%;
    line-height: 32px;
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-left: 10px;
    padding: 0 0 0 3px;
    text-align: center;
    vertical-align: middle;
     border: 2px solid #fff;
    border-radius: 50%;
}
.slider.rs-slider.full-width .btn-link:hover {
     opacity: .8;
}
.slider.rs-slider.full-width .tp-rightarrow, .slider.rs-slider.full-width .tp-leftarrow {
     display: none !important;
}
.rs-slider ul {
    margin: 0;
    padding: 0;
     list-style: none;
}
.tp-bannertimer {
    height: 5px !important;
     background: #777 !important ;
    background: rgba(0,0,0,.1) !important;
}
.tp-bullets.simplebullets.navbar {
     height: 35px;
    padding: 0;
}
.tp-bullets.simplebullets .bullet.last {
     margin-right: 0;
}
.tp-leftarrow:before {
     content: '\e824';
}
.tp-rightarrow:before {
     content: '\e825';
}
.slider4container .tparrows:before, .slider4container .tparrows:hover, .slider4container .tparrows {
     color: #000 !important;
}
.slider4container .tparrows {
     background: #fff !important ;
    background: rgba(255,255,255,.5) !important;
}
.slider4container .tparrows:hover {
     background: #fff !important;
}
.layerslider {
     margin: 0 auto;
}
.royal-slider {
    width: 100%;
    padding: 0;
     background: none;
}
.royal-slider.load {
    overflow: hidden;
    background-color: inherit;
     background-image: url('../img/svg/loader.svg'),none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40px;
}
.rsMinW, .rsMinW .rsOverflow, .rsMinW .rsSlide, .rsMinW .rsVideoFrameHolder, .rsMinW .rsThumbs {
     background: #f2f2f2;
}
.coloredBlock {
    top: 5%;
    left: 20%;
    width: 200px;
     padding: 12px;
    color: #fff;
    background: rgba(255,0,0,.6);
}
.infoBlock {
     position: absolute;
    top: 30px;
    right: 30px;
    left: auto;
    overflow: hidden;
    max-width: 25%;
    padding: 20px;
    padding-bottom: 0;
    background: #fff;
    background: rgba(255,255,255,.8);
}
.infoBlock h4 {
     font-size: 20px;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 3px;
}
.infoBlock p {
     font-size: 14px;
    margin: 4px 0 0;
}
.infoBlock a {
    text-decoration: underline;
     color: #fff;
}
.infoBlockLeftBlack {
    right: auto;
    left: 30px;
     color: #fff;
    background: #000;
    background: rgba(0,0,0,.75);
}
.photosBy {
    font-size: 12px;
    line-height: 24px;
     position: absolute;
    position: absolute;
    z-index: 25;
    top: auto;
    bottom: 12px;
    left: 12px;
    padding: 0 10px;
    color: #000;
    border-radius: 2px;
    background: #fff;
}
.photosBy a {
     color: #000;
}
.fullWidth {
     max-width: 1400px;
    margin: 0 auto 24px;
}
.layer-slider {
     overflow: hidden;
}
.metro-banners {
    padding: 54px 0 24px;
     background: #b3768e ;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #b3768e), color-stop(100%, #54638e));
    background: -webkit-linear-gradient(left, #b3768e 0%, #54638e 100%);
    background: linear-gradient(to right, #b3768e 0%, #54638e 100%);
}
.metro-banners .banner {
     margin-bottom: 30px;
    text-align: center;
}
.metro-banners .banner img {
     box-shadow: 3px 3px 0 0 rgba(50,50,50,.5);
}
.banner {
     display: block;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    text-align: center;
}
.banner:hover {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
     opacity: .8;
    filter: alpha(opacity=80);
}
.sidebar .widget {
     margin: 0 0 30px;
}
.sidebar .widget:last-child {
     margin-bottom: 0;
}
.sidebar .widget ol, .sidebar .widget ul {
    margin-left: 0;
    padding-left: 0;
     list-style: none;
}
.sidebar .widget header, .sidebar .widget .title-block {
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 15px;
     border-bottom: 1px solid #1e1e1e;
}
.sidebar .widget header:before, .sidebar .widget .title-block:before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 1px;
    margin: 0 0 -1px;
    content: '';
     background: #1e1e1e;
}
.sidebar .widget header .title, .sidebar .widget .title-block .title {
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    margin: 0;
     color: #7f7f7f;
}
.sidebar .widget .subtitle {
     font-size: 14px;
    line-height: 1;
    margin: 0 0 25px;
}
.sidebar .whats-news {
    overflow: hidden;
     margin-bottom: 40px;
}
.sidebar .whats-news header {
     margin: 0;
}
.sidebar .carousel-box header .title {
     line-height: 40px;
}
.sidebar .carousel-box .product {
     display: block;
    float: left;
    margin: 40px 15px;
}
.sidebar .action {
     overflow: hidden;
}
.sidebar .action .clear-all {
    font-size: 14px;
    line-height: 40px;
     float: left;
    text-transform: none;
}
.sidebar .action .clear-all.close {
     font-size: 20px;
    line-height: 38px;
}
.sidebar .action .clear-all span {
     font-size: 14px;
    line-height: 39px;
    margin: 0 0 0 2px;
    vertical-align: middle;
}
.sidebar .action .btn {
     float: right;
}
.sidebar .more {
    font-size: 12px;
    margin: 5px 0 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    text-decoration: none;
     color: #7f7f7f;
}
.sidebar .more:hover {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
    text-decoration: none;
     opacity: .8;
    filter: alpha(opacity=80);
}
.sidebar .menu li {
     margin: 0 0 3px;
}
.sidebar .menu li a {
    position: relative;
    display: block;
    padding: 9px 9px 9px 60px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-decoration: none;
    color: #1e1e1e;
    background-color: rgba(0, 173, 238, 0.4);
}
.sidebar .menu li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 45px;
    display: block;
    width: 1px;
    content: '';
     background: #e1e1e1;
    background: rgba(255,255,255,.4);
}
.sidebar .menu li a:hover {
    -webkit-transition: all .2s linear ;
    transition: all .2s linear;
	color: #fff;
    background-color: rgba(0, 173, 238, 0.8);
}
.sidebar .menu li > a .item-icon {
    position: absolute;
    top: 13px;
     left: 15px;
}
.sidebar .menu li.active > a {
    -webkit-transition: all .2s linear ;
    transition: all .2s linear;
    color: #fff;
     background-color: #1e1e1e;
}
.sidebar .menu li.active > a:before {
     background: #444 ;
    background: rgba(255,255,255,.2);
}
.sidebar .menu li.parent > a .open-sub {
    position: absolute;
    top: 0;
     bottom: 0;
    left: 0;
    display: block;
    width: 45px;
}
.sidebar .menu li.parent > a .open-sub:before, .sidebar .menu li.parent > a .open-sub:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 2px;
    margin: 19px 0 0 15px;
    content: '';
     background: #1e1e1e;
}
.sidebar .menu li.parent > a .open-sub:after {
    width: 2px;
     height: 16px;
    margin: 12px 0 0 22px;
}
.sidebar .menu li.parent.active > a .open-sub:before, .sidebar .menu li.parent.active > a .open-sub:after {
     background: #fff;
}
.sidebar .menu li.parent.active > a .open-sub:after {
     display: none;
}
.sidebar .menu .sub {
    padding: 7px 0 4px 5px;
    background-color: #fff;
	border: 1px solid rgba(0, 173, 238, 0.4);
}
.sidebar .menu .sub li {
     margin: 0;
}
.sidebar .menu .sub li a {
    margin: 0;
    padding: 4px 9px 4px 60px;
    color: #7f7f7f;
     background: none;
}
.sidebar .menu .sub li a:before {
     display: none;
}
.sidebar .menu .sub li a:hover {
     background-color: #e9e9e9 ;
    background-color: rgba(0,0,0,.05);
}
.sidebar .menu .sub li.parent > a .open-sub {
     left: 10px;
}
.sidebar .menu .sub li.parent > a .open-sub:before, .sidebar .menu .sub li.parent > a .open-sub:after {
    width: 12px;
    margin: 14px 0 0 22px;
     background: #7f7f7f;
}
.sidebar .menu .sub li.parent > a .open-sub:after {
    width: 2px;
     height: 12px;
    margin: 9px 0 0 27px;
}
.sidebar .menu .sub li :not(.active) > a .item-icon {
     opacity: .5;
    filter: alpha(opacity=50);
}
.sidebar .menu .sub .active > a {
    color: #000;
     background: none;
}
.sidebar .menu .sub .sub {
     background: none;
}
.sidebar .section + .section {
    margin: 20px 0 0;
    padding: 20px 0 0;
     border-top-width: 1px;
}
.sidebar .section li {
    line-height: 18px;
    overflow: hidden;
     color: #7f7f7f;
}
.sidebar .section li + li {
     margin: 12px 0 0;
}
.sidebar .section li > a:not(.close) {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
    text-decoration: none;
     color: #1e1e1e;
}
.sidebar .section li > a:not(.close):hover, .sidebar .section li > a:not(.close):focus {
    text-decoration: none;
     opacity: .8;
}
.sidebar .section li .fa {
     color: #7f7f7f;
}
.sidebar .section li > span:after {
    font-size: .5em;
    line-height: 40px;
    position: absolute;
    display: inline-block;
    margin: -10px 16px 0 5px;
    content: '';
    pointer-events: none;
     color: #7f7f7f;
}
.sidebar .section li > span span {
     color: #1e1e1e;
}
.sidebar .section .selected li {
    position: relative;
     margin: 0 0 8px;
    padding: 0 16px 0 0;
}
.sidebar .section .selected li .close {
    font-size: 20px;
    position: absolute;
    right: 0;
     bottom: 2px;
    padding: 0 2px;
}
.sidebar .list ul {
     margin-bottom: 0;
}
.sidebar .list ul li {
     padding: 4px 0;
}
.sidebar .list ul li a {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
    text-decoration: none;
     color: #1e1e1e;
}
.sidebar .list ul li a:hover, .sidebar .list ul li a:focus {
    text-decoration: none;
     opacity: .8;
}
.sidebar .list ul li span {
     color: #7f7f7f;
}
.sidebar .specials li {
     padding: 24px 0;
}
.sidebar .specials li:first-child {
     padding-top: 0;
}
.sidebar .specials li:last-child {
     padding-bottom: 0;
}
.sidebar .specials li + li {
     border-top-width: 1px;
}
.sidebar .specials li .product-image {
    float: left;
    overflow: hidden;
    width: 74px;
    height: 74px;
    margin: 0 15px 1px 0;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
     background: #f7f7f7;
}
.sidebar .specials li .product-name {
     font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0 4px;
    padding-left: 85px;
}
.sidebar .specials li .price-box {
     font-size: 16px;
    line-height: 22px;
    padding-left: 85px;
}
.sidebar .specials li .rating-box {
    overflow: hidden;
     margin: 3px 0 14px 85px;
}
.sidebar .poll strong {
     display: block;
    margin-bottom: 21px;
}
.sidebar .poll ul {
     margin: 0;
    padding: 0 0 27px;
}
.sidebar .poll li {
     margin-bottom: 11px;
}
.sidebar .compare-products ul {
     margin: 0;
    padding: 0 0 17px;
}
.sidebar .compare-products ul li {
    position: relative;
    overflow: hidden;
     margin: 0 0 8px;
    padding: 0 16px 0 0;
}
.sidebar .compare-products ul li .title {
    padding-right: 2px;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    text-decoration: none;
     color: #1e1e1e;
}
.sidebar .compare-products ul li .title:hover, .sidebar .compare-products ul li .title:focus {
    text-decoration: none;
     opacity: .8;
}
.sidebar .compare-products ul li .title:after {
    font-size: .5em;
    line-height: 40px;
    position: absolute;
    display: inline-block;
    margin: -6px 16px 0 5px;
     content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .';
    pointer-events: none;
}
.sidebar .compare-products ul li .close {
    font-size: 20px;
    position: absolute;
    right: 0;
     bottom: 2px;
    padding: 0 2px;
}
.sidebar .wishlist li {
     padding: 0 46px 0 0;
}
.sidebar .wishlist li .title:after {
     margin-right: 40px !important;
}
.sidebar .wishlist .add-cart {
    position: absolute;
    right: 18px;
     bottom: 3px;
    height: 16px;
    padding: 0 3px;
    color: #7f7f7f;
}
.sidebar .wishlist .add-cart path {
     -webkit-transition: all .2s linear ;
    transition: all .2s linear;
}
.sidebar .wishlist .add-cart:hover path {
    -webkit-transition: all .2s linear ;
    transition: all .2s linear;
     fill: #1e1e1e;
}
.sidebar .newsletter form {
    position: relative;
     margin: 5px 0 0;
}
.sidebar .newsletter input {
     margin: 0;
    padding-right: 43px;
}
.sidebar .newsletter input:focus + .submit {
    -webkit-transition: all .2s linear ;
    transition: all .2s linear;
     color: #000;
}
.sidebar .newsletter .submit {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 38px;
    height: 38px;
    padding: 0;
    color: #ccc;
    outline: none;
     background: none;
}
.sidebar .newsletter .submit .glyphicon {
     line-height: 20px;
}
.sidebar .banners {
     overflow: hidden;
}
.sidebar .banners .slide {
    position: relative;
     float: left;
    max-width: 270px;
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 0;
    padding-left: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
     .sidebar .banners .slide {
         width: 220px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
     .sidebar .banners .slide {
         width: 165px;
    }
}
.sidebar .banners .banner-text {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 58px;
    padding: 20px;
    text-align: right;
    color: #fff;
     background: #1e1e1e;
    background: rgba(30,30,30,.65);
}
@media (min-width: 768px) and (max-width: 991px) {
     .sidebar .banners .banner-text {
         padding: 10px;
    }
}
.sidebar .banners .banner-text .title {
     font-size: 20px;
    margin: 0;
}
.sidebar .banners .banner-text p {
     line-height: 18px;
    margin: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
     .sidebar .banners .banner-text p {
         display: none;
    }
}
.sidebar .tags ul {
     margin: 0;
}
.sidebar .tags li {
     float: left;
    margin: 0 3px 3px 0;
}
.sidebar .tags a {
    font-size: 12px;
    line-height: 24px;
    display: block;
    height: 24px;
    padding: 0 5px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-decoration: none;
    color: #fff;
    border-radius: 2px;
     background: #1e1e1e;
    background: rgba(30,30,30,.7);
}
.sidebar .tags a:hover {
    -webkit-transition: all .2s linear ;
    transition: all .2s linear;
     background: #1e1e1e;
}
.sidebar .links li {
     line-height: 21px;
}
.sidebar .links a {
    -webkit-transition: color .2s linear ;
    transition: color .2s linear;
    text-decoration: none;
     color: #7f7f7f;
}
.sidebar .links a:hover {
    -webkit-transition: color .2s linear ;
    transition: color .2s linear;
     color: #000;
}
.sidebar .calendar-wrap {
    overflow: hidden;
    text-align: center;
    border-radius: 3px;
     background: rgba(0,0,0,.05);
}
.sidebar .calendar-wrap table {
     margin: 0;
}
.sidebar .calendar-wrap table td, .sidebar .calendar-wrap table th {
     padding: 3px;
    text-align: center;
}
.sidebar .calendar-wrap caption {
    font-size: 14px;
    padding: 5px;
    text-align: center;
    color: #fff;
     background: #1e1e1e;
}
.sidebar .calendar-wrap tfoot td {
     border: 0 none;
}
.sidebar .calendar-wrap tfoot a {
     text-decoration: none;
}
.sidebar .calendar-wrap tfoot a:hover {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
     opacity: .8;
    filter: alpha(opacity=80);
}
.sidebar .calendar .datepicker-box .datepicker {
    width: 270px;
    max-width: 100%;
    padding: 0;
    border-radius: 3px;
     background: rgba(0,0,0,.02);
}
.sidebar .calendar .datepicker-box .datepicker table {
     width: 100%;
    max-width: 100%;
}
.sidebar .facebook-widget .fb-like-box {
    width: 100%;
    max-width: 270px;
     border: 1px solid #e1e1e1;
}
.sidebar .facebook-widget .fb-like-box > span {
     max-width: 100% !important;
}
.product-bottom .related-products header {
    position: relative;
    margin: 0 0 40px;
    padding: 0 0 15px;
     border-bottom: 1px solid #e1e1e1;
}
.product-bottom .related-products header:before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 1px;
    margin: 0 0 -1px;
    content: '';
     background: #1e1e1e;
}
.product-bottom .related-products header h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    margin: 0;
     color: #7f7f7f;
}
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
     background: #037ac5;
}
.datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today[disabled], .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    color: #fff;
     background: #f89406;
}
.product-name a {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
    text-decoration: none;
     color: #fff;
}
#msProduct .old_price, #msCart .old_price, .ms2_product .old_price {
    color: #1e1e1e;
    font-style: italic;
    text-decoration: line-through;
    position: relative;
    top: -4px;
    font-size: 11px;
}
.btn-primary {
    color: #fff;
    background-color: #72be44;
    border-color: #72be44;
}

.product-name a:hover {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
     opacity: .8;
    filter: alpha(opacity=80);
}
.product-image {
    line-height: 0;
    display: inline-block;
    text-decoration: none;
    border: 0 none;
     background: #f2f2f2;
}
.product-image > img {
     width: 100%;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
.product-image:hover > img {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
     opacity: .9;
    filter: alpha(opacity=90);
}
.rotation .product-image:hover > img {
     opacity: 1;
    filter: alpha(opacity=100);
}
.price-box .price-label {
     font-size: 14px;
    font-weight: bold;
    margin: 0 0 14px;
}
.price-box .emergence .price {
     display: none;
}
.price-box .emergence .emergence-price {
    font-size: 12px;
    vertical-align: middle;
     color: #7f7f7f;
}
.price-old {
    position: relative;
    display: inline-block;
    margin-right: 6px;
     color: #7f7f7f;
}
.price-old:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    margin: 0;
    content: '';
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
     background: #f00;
}
 .sale-left {
    border-top: 70px solid #f89406!important;
    border-left: 70px solid transparent!important;
    margin: 0px -70px 0 0;
    right: 0;
}
 .sale-left:before {
     -webkit-transform: rotate(407deg)!important;
     -ms-transform: rotate(407deg)!important;
     transform: rotate(407deg)!important;
    margin: -54px 0 0 -39px!important;
}
 .sale {
	line-height: 22px;
    position: absolute;
    z-index: 1;
    display: block;
    width: 0;
    height: 0;
    -webkit-transform: translateZ(0px);
    border-top: 70px solid #f89406;
    border-right: 70px solid transparent;
}
.sale:before {
	font-size: 16px;
    font-weight: bold;
    position: absolute;
    display: block;
    margin: -55px 0 0 8px;
    content: 'Sale';
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
    text-transform: uppercase;
    color: #fff;
}
.sale.top {
     border-top: 70px solid #738d00;
}
.sale.top:before {
     content: 'Top';
}
.sale.new {
     border-top: 70px solid #c10841;
}
.sale.new:before {
     content: 'New';
}
.sale.best {
    border-top: 70px solid #00adee;
}
.sale.best:before {
     content: 'ХИТ';
}
.product-remove {
    background: none;
    height: 16px;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
    text-decoration: none;
     color: #7f7f7f;
}
.product-remove:hover {
    -webkit-transition: color .2s linear ;
    transition: color .2s linear;
     color: #1e1e1e;
}
.product-remove path {
    -webkit-transition: all .2s linear ;
    transition: all .2s linear;
     fill: currentColor;
}
.product-remove i {
     font-size: 16px;
}
.product {
    position: relative;
    display: inline-block;
    float: left;
    overflow: hidden;
    min-width: 240px;
    margin: 0 0 40px;
    text-align: left;
    vertical-align: top;
     border-radius: 3px;
}
@media (min-width: 992px) and (max-width: 1199px) {
     .product.col-md-3, .col-md-3 > .product {
         max-width: 242px;
    }
}
.product.product-mini {
     min-width: 180px;
}
.carousel .product.product-mini {
     width: 200px;
}
.carousel .product.rotation {
     margin-top: 40px;
}
.product .default {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    background: #f7f7f7;
	border: 1px solid rgba(114, 190, 68, 0.39);
    box-shadow: 0 0 5px rgba(114, 190, 68, 0.39);
}
.product .product-image {
    line-height: 0;
    display: block;
    margin: 0;
    text-decoration: none;
     border: 0 none;
}
.limit-offer {
    font-size: 12px;
    line-height: 1;
    position: absolute;
    right: 0;
    bottom: 72px;
    left: 0;
    width: auto !important;
    padding: 10px 0 13px;
    color: #fff;
     background: #1e1e1e;
    background: rgba(30,30,30,.9);
}
.limit-offer .title {
     margin: 0 0 3px;
}
.limit-offer .county-days-wrapper, .limit-offer .county-hours-wrapper, .limit-offer .county-minutes-wrapper, .limit-offer .county-seconds-wrapper {
    font-size: 30px;
    position: relative;
    display: inline-block;
    overflow: hidden;
     box-sizing: content-box;
    height: 26px;
    padding: 0 7px 2px 6px;
    text-align: center;
}
.limit-offer .county-days-wrapper span, .limit-offer .county-hours-wrapper span, .limit-offer .county-minutes-wrapper span, .limit-offer .county-seconds-wrapper span {
     opacity: 1 !important;
}
.limit-offer .county-days-wrapper:before, .limit-offer .county-hours-wrapper:before, .limit-offer .county-minutes-wrapper:before {
    position: absolute;
    top: 11px;
    right: 0;
    display: block;
    width: 1px;
    height: 11px;
    content: '';
     background: #fff;
    background: rgba(255,255,255,.4);
}
.limit-offer .county-days, .limit-offer .county-hours, .limit-offer .county-minutes, .limit-offer .county-seconds {
     font-size: 30px;
    right: 0;
    left: 0;
}
.limit-offer .county-label-days, .limit-offer .county-label-hours, .limit-offer .county-label-minutes, .limit-offer .county-label-seconds {
    display: inline-block;
    text-align: center;
    text-transform: lowercase;
     color: rgba(255,255,255,.7);
}
.limit-offer .county-label-days i, .limit-offer .county-label-hours i, .limit-offer .county-label-minutes i, .limit-offer .county-label-seconds i {
     display: none;
}
.limit-offer .loaded {
    position: absolute;
     box-sizing: content-box;
    padding-right: 6px;
    padding-left: 7px;
}
.product .actions.not-rotation-actions {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 9px 10px;
    -webkit-transition: bottom .2s linear;
    transition: bottom .2s linear;
    text-align: center;
     background: #1e1e1e;
    background: rgba(30,30,30,.9);
}
.product .actions.not-rotation-actions + .product-description .limit-offer {
     -webkit-transition: bottom .2s linear ;
    transition: bottom .2s linear;
}
.product:hover .actions.not-rotation-actions {
     bottom: 72px;
    -webkit-transition: bottom .2s linear;
    transition: bottom .2s linear;
}
.product:hover .actions.not-rotation-actions + .product-description .limit-offer {
     bottom: 144px;
    -webkit-transition: bottom .2s linear;
    transition: bottom .2s linear;
}
.product .product-description {
	font-size: 13px;
    line-height: 18px;
    position: relative;
    z-index: 1;
    display: table;
    width: 101%;
    height: 72px;
    text-align: center;
    color: #ffffff;
    border-top: 1px solid #e1e1e1;
    background: #72be44;;
}
.product .product-description .vertical {
     display: table-cell;
    height: 72px;
    padding-right: 5px;
    padding-left: 5px;
    vertical-align: middle;
}
.product .product-name {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    margin: 0 0 4px;
     color: #1e1e1e;
}
.product .product-name a {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
     text-decoration: none;
}
.product .product-name a:hover {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
     opacity: .8;
    filter: alpha(opacity=80);
}
.products-tab .product .product-name {
     text-transform: none;
}
.product .product .price {
     font-weight: bold;
}
.product .product-hover {
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    width: auto !important;
    padding: 16px 20px 90px;
    color: #7f7f7f;
    border-radius: 3px;
     background: #1e1e1e;
}
.product .product-hover .product-name {
     font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    margin: 0 0 7px;
}
.product .product-hover .product-name a {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
     color: #fff;
}
.product .product-hover .product-name a:hover {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
    text-decoration: none;
     opacity: .8;
    filter: alpha(opacity=80);
}
.product .product-hover .price {
     font-size: 18px;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 24px;
}
.product .product-hover .product-image {
    line-height: 0;
    position: relative;
    z-index: 1;
    display: block;
    float: right;
    width: 70px;
    height: 70px;
    margin: 4px 0 0 5px;
    padding: 0;
    text-decoration: none;
    border: 0 none;
    border-radius: 2px;
     background: #f7f7f7;
}
.product .product-hover .product-image img {
    border-radius: 2px;
     background: #f7f7f7;
}
.product .product-hover ul {
    overflow: hidden;
    max-height: 120px;
     margin: 0;
    padding: 0;
}
.product .product-hover ul li {
    line-height: 20px;
    position: relative;
    padding: 0 0 0 15px;
    list-style: none;
     background-image: url('../img/svg/check-icon.svg'),none;
    background-repeat: no-repeat;
    background-position: 0 5px;
}
.product:hover .product-hover {
     display: block;
    -webkit-animation: fadeIn .0s;
    animation: fadeIn .0s;
}
.product.col-md-1 .product-hover, .product.col-md-2 .product-hover, .product.col-md-3 .product-hover, .product.col-md-4 .product-hover, .product.col-md-5 .product-hover, .product.col-md-6 .product-hover, .product.col-md-7 .product-hover, .product.col-md-8 .product-hover, .product.col-md-9 .product-hover, .product.col-md-10 .product-hover, .product.col-md-11 .product-hover, .product.col-md-11 .product-hover {
    right: 15px;
     left: 15px;
}
 .product .actions {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
     -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
 .product .actions a.buttons{
     display: inline-block;
}
 .product .actions a {
    width: 54px;
    height: 54px;
    margin: 0 -2px;
    padding-top: 19px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-align: center;
    vertical-align: top;
    text-decoration: none;
     background: #fff;
}
 .product .actions button {
     display: inline-block;
     width: 51px;
     height: 50px;
     margin: 0;
     padding: 0;
     -webkit-transition: all .2s linear;
     transition: all .2s linear;
     text-align: center;
     vertical-align: top;
     text-decoration: none;
     background: #fff;
}
 .product .actions a.add-cart {
     width: 54px;
     height: 54px;
     padding: 4px 0 2px 2px;
}
 .product .not-rotation-actions a.add-cart:hover i {
     color:#18a1ce!important;
}
 .product .actions a.add-cart:hover i {
     color:#fff;
}
 .product .actions a + a {
     border-left-width: 1px;
}
.product .actions a:hover {
    -webkit-transition: all .2s linear ;
    transition: all .2s linear;
     background: #f2f2f2;
}
.product .actions a i {
    line-height: 48px;
     color: #72be44;
}
.product .actions a i:before {
     font-size: 16px;
    width: auto;
}
.product .actions .add-cart {
     border-radius: 3px 0 0 3px;
}
.product .actions .add-compare {
     border-radius: 0 3px 3px 0;
}
 .product.product-danger .product-hover, .product.product-danger .limit-offer, .product.product-danger .actions.not-rotation-actions {
     background-color: #c10841;
}
.product.product-danger .limit-offer, .product.product-danger .actions.not-rotation-actions {
     background-color: rgba(193,8,65,.9);
}
.product.product-danger .actions a svg path {
     fill: #c10841;
}
.product.product-success .product-hover, .product.product-success .limit-offer, .product.product-success .actions.not-rotation-actions {
     background-color: #738d00;
}
.product.product-success .limit-offer, .product.product-success .actions.not-rotation-actions {
     background-color: rgba(115,141,0,.9);
}
.product.product-success .actions a svg path {
     fill: #738d00;
}
.product.product-info .product-hover, .product.product-info .limit-offer, .product.product-info .actions.not-rotation-actions {
     background-color: #0098ca;
}
.product.product-info .limit-offer, .product.product-info .actions.not-rotation-actions {
     background-color: rgba(0,152,202,.9);
}
.product.product-info .actions a svg path {
     fill: #0098ca;
}
.product.product-warning .product-hover, .product.product-warning .limit-offer, .product.product-warning .actions.not-rotation-actions {
     background-color: #f89406;
}
.product.product-warning .limit-offer, .product.product-warning .actions.not-rotation-actions {
     background-color: rgba(248,148,6,.9);
}
.product.product-warning .actions a svg path {
     fill: #f89406;
}
.double-product {
     min-width: 240px;
}
.double-product .product.rotation {
     min-width: 210px;
}
.carousel .double-product .product.rotation + .product.rotation {
     margin-top: 0;
}
.county-label-days i, .county-label-hours i, .county-label-minutes i, .county-label-seconds i {
     font-style: normal;
}
.list .product {
    display: block;
    overflow: hidden;
    width: auto;
    margin-right: 0;
    margin-left: 0;
     background: none;
}
.list .product .product-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
    text-align: center;
    border-radius: 3px;
     background: #f7f7f7;
}
.list .product .product-name {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    margin: 0 0 14px;
     color: #1e1e1e;
}
.list .product .reviews-box {
     margin: 0 0 16px;
}
.list .product .excerpt {
    width: 400px;
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 15px;
     color: #7f7f7f;
}
.list .product .price-box {
     margin: 0 0 30px;
}
.list .product .price {
     font-size: 24px;
    font-weight: normal;
}
.list .product .price-old {
     font-size: 18px;
}
.list .product .actions {
    position: relative;
     bottom: 0;
    text-align: left;
}
.list .product .actions a {
    -webkit-transition: all .2s linear ;
    transition: all .2s linear;
     background: #f2f2f2;
}
.list .product .actions a:hover {
    -webkit-transition: all .2s linear ;
    transition: all .2s linear;
     background: #1e1e1e;
}
.list .product .actions a:hover path {
    -webkit-transition: all .2s linear ;
    transition: all .2s linear;
     fill: #fff;
}
.list .product .actions a path {
     -webkit-transition: all .2s linear ;
    transition: all .2s linear;
}
.products-tab .product.rotation {
     overflow: visible;
}
.products-tab .nav-tabs > li > a {
    font-size: 18px;
    line-height: 33px;
     color: #7f7f7f;
}
.products-tab .nav-tabs > .active > a, .products-tab .nav-tabs > .active > a:hover, .products-tab .nav-tabs > .active > a:focus {
    font-weight: normal;
     color: #7f7f7f;
}
.products-tab .tab-content > .tab-pane {
     overflow: hidden;
    padding: 40px 0 0;
}
.zoomWindow {
    border: 1px solid #ccc;
     background-color: #f7f7f7;
    box-shadow: 0 0 5px rgba(41, 185, 237, 0.35);
}
.zoomContainer {
     height: auto !important;
}
.product-page .image-box {
    position: relative;
    overflow: hidden;
     border-radius: 3px;
}
.product-page .image-box .general-img {
    overflow: hidden;
    border-radius: 3px;
     background: #f7f7f7;
}
.product-page .image-box .thumblist-box {
    position: relative;
    overflow: hidden;
    max-height: 100px;
     margin: 30px 0 0;
    padding: 0 54px;
}
.product-page .image-box .thumblist-box.load {
     opacity: 0;
}
.product-page .image-box .thumblist-box .prev, .product-page .image-box .thumblist-box .next {
    line-height: 40px;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-align: center;
    text-decoration: none;
    color: #fbfbfb;
    border-radius: 3px;
     background-color: #ccc;
}
.product-page .image-box .thumblist-box .prev:hover, .product-page .image-box .thumblist-box .next:hover {
    -webkit-transition: all .2s linear ;
    transition: all .2s linear;
    text-decoration: none;
    color: #efefef;
     background-color: #000;
}
.product-page .image-box .thumblist-box .prev:hover polygon, .product-page .image-box .thumblist-box .next:hover polygon {
     fill: #efefef;
}
.product-page .image-box .thumblist-box .prev *, .product-page .image-box .thumblist-box .next * {
     vertical-align: middle;
}
.product-page .image-box .thumblist-box .next {
    right: 0;
     left: auto;
}
.product-page .image-box #thumblist a {
    display: block;
    float: left;
    width: 100px;
    height: 100px;
    margin: 0 9px;
     background: #f7f7f7;
}
.product-page .image-box #thumblist a img {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
     border-radius: 2px;
}
.product-page .image-box #thumblist a:hover img {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
     opacity: .8;
    filter: alpha(opacity=80);
}
.product-page .reviews-box {
     margin: 0 0 38px;
}
.product-page .description {
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 32px;
     color: #7f7f7f;
}
.product-page .col-md-5 .price-box {
    font-size: 48px;
    line-height: 1;
    margin: 20px 0 40px;
    padding: 0 0 35px;
     border-bottom-width: 1px;
}
 .limit-page {
     height: 80px;
}
 .limit-page .county {
     position: initial;
     background-color: rgba(0,152,202,.9);
     background: #19a2cf;
}
.product-page .col-md-5 .price-box .price-old {
     font-size: 30px;
}
.product-page .add-cart-form {
     margin: 0;
}
.product-page .add-cart-form .add-cart {
     font-weight: bold;
    min-width: 240px;
    margin: 0 17px 40px 0;
    text-transform: uppercase;
}
.product-page .add-cart-form .number {
     display: inline-block;
    margin-bottom: 40px;
    vertical-align: top;
}
.product-page .add-cart-form .number label {
    font-weight: normal;
    line-height: 54px;
    margin: 0 7px 0 0;
    vertical-align: top;
     color: #7f7f7f;
}
.product-page .add-cart-form .number input {
    display: inline-block;
    width: 75px;
    height: 54px;
    padding: 15px 12px;
    text-align: center;
    vertical-align: top;
     color: #7f7f7f;
}
.product-page .add-cart-form .number .regulator {
     display: inline-block;
    vertical-align: top;
}
.product-page .add-cart-form .number .regulator a {
    display: block;
    width: 24px;
    height: 24px;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
    text-align: center;
    color: #fff;
    border-radius: 2px;
     background: #ccc;
}
.product-page .add-cart-form .number .regulator a:hover {
    -webkit-transition: background-color .2s linear ;
    transition: background-color .2s linear;
     background-color: #1e1e1e;
    background-color: rgba(30,30,30,.5);
}
.product-page .add-cart-form .number .regulator a .fa {
     line-height: 24px;
}
.product-page .add-cart-form .number .regulator .number-down {
     margin: 6px 0 0 0;
}
.product-page .availability-sku {
	font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 20px;
    margin: 0 0 36px;
}
.product-page .availability-sku .availability span {
     color: #2ca073;
}
.product-page .product-options-border {
    padding: 40px 0 0;
     border-top: 1px solid #cecece!important;
}
.product-page .product-options {
     font-size: 12px;
    line-height: 20px;
}
.product-page .product-options .selectBox, .product-page .product-options .select {
     margin: 0 0 10px;
}
.product-page .product-options .selectBox:last-child, .product-page .product-options .select:last-child {
     margin: 0;
}
.product-page .product-options-table table {
     margin: 0 0 35px;
}
.product-page .product-options-table table th, .product-page .product-options-table table td {
     line-height: 20px;
    padding: 16px 25px 13px;
    text-align: left;
    vertical-align: middle;
}
.product-page .product-options-table table .price {
    width: 150px;
     text-align: right;
}
.product-page .product-options-table table td.price {
     font-size: 16px;
}
.product-page .product-options-table table .qty {
    width: 70px;
     text-align: right;
}
.product-page .product-options-table table .qty input {
    width: 50px;
     margin: 0;
}
.product-page .product-options-table table td.qty {
     padding: 5px 25px;
}
.product-page .product-options-samples {
     font-size: 12px;
    line-height: 20px;
    margin: 0 0 30px;
}
.product-page .product-options-samples .title {
    font-size: 14px;
    line-height: 1;
     display: block;
    margin: 0 0 14px;
}
.product-page .product-options-samples label {
     line-height: 20px;
    margin: 0;
}
.product-page .product-options-samples label .new-checkbox {
     margin-top: 1px;
}
.product-page .product-options-samples .required-box {
     font-size: 11px;
    line-height: 1;
    text-align: right;
}
.product-page .product-options-samples .required {
     font-size: 11px;
    line-height: 1;
}
.product-page .product-price-configured {
     font-size: 12px;
    line-height: 16px;
    padding-bottom: 30px;
}
.product-page .col-md-5 .actions {
     margin: 0 0 40px;
}
.product-page .col-md-5 .actions a {
    width: 54px;
    height: 54px;
    margin: 0 -2px;
    padding-top: 19px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-align: center;
    text-decoration: none;
     background: #f2f2f2;
}
.product-page .col-md-5 .actions a path {
    -webkit-transition: all .2s linear ;
    transition: all .2s linear;
     fill: #1e1e1e;
}
.product-page .col-md-5 .actions a:hover {
    -webkit-transition: all .2s linear ;
    transition: all .2s linear;
     background: #1e1e1e;
}
.product-page .col-md-5 .actions a:hover path {
    -webkit-transition: all .2s linear ;
    transition: all .2s linear;
     fill: #fff;
}
.product-page .col-md-5 .actions a + a {
     border-left-width: 1px;
}
.product-page .col-md-5 .actions .add-wishlist {
     border-radius: 3px 0 0 3px;
}
.product-page .col-md-5 .actions .add-compare {
     border-radius: 0 3px 3px 0;
}
.product-page .product-tab {
     margin: 80px 0;
}
.product-page .product-tab .tab-pane {
     padding: 36px 0 0;
}
.product-page .product-tab .tab-pane .title {
     margin: 0 0 18px;
}
.product-options-detail {
    font-size: 12px;
    line-height: 20px;
    padding: 27px 30px 30px;
     background: #f2f2f2;
}
.product-options-detail .detail-box {
     margin: 0 0 25px;
}
.product-options-detail .pull-right.required {
     font-size: 11px;
    line-height: 18px;
}
.product-options-detail .title {
    font-size: 14px;
    line-height: 20px;
     display: block;
    margin: 0 0 11px;
}
.product-options-detail .checkbox, .product-options-detail .radio {
     line-height: 20px;
    margin: 0;
}
.product-options-detail .checkbox .new-checkbox, .product-options-detail .checkbox .new-radio, .product-options-detail .radio .new-checkbox, .product-options-detail .radio .new-radio {
     margin-top: 0;
}
.product-options-detail .qty {
     margin: 15px 0 0;
}
.product-options-detail .qty label {
    font-size: 12px;
    line-height: 40px;
     float: left;
    margin: 0 12px 0 0;
}
.product-options-detail .qty input {
    width: 48px;
     margin: 0;
}
.product-options-detail .price {
     font-size: 48px;
    line-height: 1;
}
.product-options-detail .add-cart {
    font-weight: bold;
     float: right;
    min-width: 290px;
    margin: -14px 17px 0 0;
    text-transform: uppercase;
}
.product-bottom {
    overflow: hidden;
     padding: 40px 0 0;
}
.product-bottom .related-products .select-all {
     margin: -4px 0 13px;
}
.product-bottom .related-products ul {
    margin: 0;
    padding: 0;
     list-style: none;
}
.product-bottom .related-products ul li {
     padding: 24px 0;
}
.product-bottom .related-products ul li + li {
     border-top-width: 1px;
}
.product-bottom .related-products ul li .product-image {
    float: left;
    width: 64px;
    height: 64px;
    margin: 0 15px 1px 0;
    padding: 2px;
     border: 1px solid #f5f5f5;
    background: #f7f7f7;
}
.product-bottom .related-products ul li .product-name {
     font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0 4px;
}
.product-bottom .related-products ul li .price-box {
     font-size: 16px;
    line-height: 22px;
}
.product-bottom .related-products ul li .button-box {
    overflow: hidden;
     margin: 10px 0 0;
    text-align: right;
}
.product-bottom .related-products ul li .button-box label, .product-bottom .related-products ul li .button-box .wishlist {
    float: right;
    margin: 0 0 0 10px;
     color: #ccc;
}
.product-bottom .related-products ul li .button-box .new-checkbox {
     margin-top: 0;
}
.product-bottom .related-products ul li .button-box .wishlist svg path {
    -webkit-transition: fill .2s linear ;
    transition: fill .2s linear;
     fill: #ccc;
}
.product-bottom .related-products ul li .button-box .wishlist:hover svg path {
    -webkit-transition: fill .2s linear ;
    transition: fill .2s linear;
     fill: #1e1e1e;
}
#catalog .products {
     clear: both;
    margin-top: 20px;
}
#catalog .products.grid {
     text-align: center;
}
#catalog .category-img {
    position: relative;
    margin: 0 0 80px;
     background: #f2f2f2;
}
#catalog .category-img img {
     width: 100%;
}
#catalog .category-img .description {
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 35px 38px;
    color: #fff;
     background: #1e1e1e;
    background: rgba(30,30,30,.7);
}
.toolbar .grid-list {
     float: left;
}
.toolbar .grid-list .grid, .toolbar .grid-list .list {
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    margin: 0 7px 0 0;
    text-align: center;
    border-radius: 2px;
     background-color: #1e1e1e;
    background-color: rgba(30,30,30,.7);
}
.toolbar .grid-list .grid .glyphicon, .toolbar .grid-list .list .glyphicon {
    font-size: 12px;
    top: 0;
    margin: 5px 0 0;
    vertical-align: top;
     color: #fff;
}
.toolbar .grid-list a.grid, .toolbar .grid-list a.list {
    -webkit-transition: background .2s linear ;
    transition: background .2s linear;
     background: #ccc;
}
.toolbar .grid-list a.grid:hover, .toolbar .grid-list a.list:hover {
    -webkit-transition: background .2s linear ;
    transition: background .2s linear;
     background: #1e1e1e;
}
.toolbar .sort-catalog {
     float: left;
    margin: 0 17px 0 13px;
}
.toolbar .sort-catalog .dropdown-toggle {
    z-index: 26;
    color: #ccc;
     background-color: #1e1e1e;
    background-color: rgba(30,30,30,.7);
}
.toolbar .sort-catalog .dropdown-toggle span {
     color: #f7f7f7;
}
.toolbar .sort-catalog .open .dropdown-toggle span {
     color: #7f7f7f;
}
.toolbar .up-down {
    font-size: 10px;
    width: 22px;
    height: 24px;
    margin: 0 0 0 3px;
    padding: 0;
    vertical-align: top;
     background-color: #1e1e1e;
    background-color: rgba(30,30,30,.7);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    box-shadow: none;
}
.toolbar .up-down:before {
     content: '\f062';
}
.toolbar .up-down.active:before {
     content: '\f063';
}
.toolbar .per-page {
    font-size: 12px;
    line-height: 24px;
    margin: 0 0 0 3px;
     color: #7f7f7f;
}
.toolbar .price-regulator {
    font-size: 12px;
    width: 323px;
     color: #7f7f7f;
}
.toolbar .price-regulator b {
    display: inline-block;
    margin-top: 5px;
     color: #1e1e1e;
}
.toolbar .price-regulator .layout-slider {
     float: right;
    width: 270px;
    margin-top: 5px;
}
.toolbar .grid-list, .toolbar .sort-catalog {
     margin-bottom: 20px;
}
.shopping-cart-table.table {
    margin: 0;
     border-bottom-width: 0;
}
.shopping-cart-table.table thead th {
     padding: 16px 30px 12px;
    text-align: left;
    vertical-align: top;
}
.shopping-cart-table.table tbody td {
     font-size: 12px;
    line-height: 20px;
    padding: 30px;
}
.shopping-cart-table.table .td-images {
     width: 131px;
}
.shopping-cart-table.table .product-image {
    display: block;
    width: 70px;
    border-radius: 3px;
     background: #f2f2f2;
}
.shopping-cart-table.table .td-name {
     text-align: left;
}
.shopping-cart-table.table .td-name .product-name {
     font-size: 12px;
    font-weight: normal;
    line-height: 20px;
}
.shopping-cart-table.table .td-edit {
    width: 92px;
    padding-right: 20px;
     padding-left: 20px;
}
.shopping-cart-table.table .td-price {
    width: 112px;
    padding-right: 20px;
     padding-left: 20px;
    text-align: center;
}
.shopping-cart-table.table .td-qty {
    width: 100px;
     min-width: 48px;
    padding-right: 25px;
    padding-left: 25px;
    text-align: center;
}
.shopping-cart-table.table .td-qty input {
    min-width: 40px;
     margin: 0;
    text-align: center;
}
.shopping-cart-table.table td.td-qty {
     padding-top: 19px;
}
.shopping-cart-table.table .td-total {
    width: 102px;
    padding-right: 20px;
     padding-left: 20px;
    text-align: center;
}
.shopping-cart-table.table .td-remove {
    width: 60px;
    padding-right: 20px;
     padding-left: 20px;
    text-align: center;
}
.shopping-cart-table-button.table {
    margin: 0 0 40px;
    border-right-width: 0;
     border-bottom-width: 1px;
}
.shopping-cart-table-button.table tbody td {
    height: 49px;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    border-top-width: 0;
     border-left-width: 0;
}
.shopping-cart-table-button.table a {
     line-height: 32px;
}
.shopping-cart-table-button.table a i {
     font-size: 17px;
    line-height: 29px;
    vertical-align: top;
}
.shopping-cart-table-button.table .update {
     float: right;
}
.shopping-cart-table-button.table .update i {
     font-size: 12px;
}
#car-bottom {
     margin-bottom: 40px;
}
#car-bottom .car-bottom-box {
     font-size: 12px;
    line-height: 18px;
    max-width: 350px;
    margin: 0 auto 40px;
    padding: 27px 30px 30px;
}
#car-bottom .car-bottom-box h5 {
     margin: 0 0 17px;
}
#car-bottom .car-bottom-box p {
     line-height: 18px;
    margin: 0 0 18px;
}
#car-bottom .car-bottom-box label {
     line-height: 20px;
}
#car-bottom .car-bottom-box .btn {
     margin: 8px 0 0;
}
#car-bottom .total {
     padding-bottom: 26px;
    text-align: right;
}
#car-bottom .total table {
     margin: 0 0 20px auto;
}
#car-bottom .total table td {
     font-size: 13px;
    line-height: 24px;
    height: 35px;
    padding: 0 0 0 5px;
    vertical-align: top;
}
#car-bottom .total table .price {
     font-size: 18px;
}
#car-bottom .total table .tr-total td {
     font-size: 18px;
    line-height: 30px;
}
#car-bottom .total table .tr-total td:first-child {
     padding-right: 12px;
}
#car-bottom .total table .tr-total .price {
     font-size: 30px;
}
#car-bottom .total .checkout {
     font-weight: bold;
    margin: 0 0 19px;
    text-transform: uppercase;
}
#checkoutsteps {
    margin: 0;
    padding: 0;
     list-style: none;
}
#checkoutsteps > li {
     margin: 0 0 11px;
}
#checkoutsteps .step-title {
    display: block;
    height: 50px;
    padding: 0 18px;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    text-decoration: none;
    color: #1e1e1e;
    border: 1px solid #e1e1e1;
     background: #f2f2f2;
}
#checkoutsteps .step-title.collapsed {
    color: #7f7f7f;
     border-color: #f2f2f2;
}
#checkoutsteps .step-title .number {
    font-size: 16px;
    line-height: 49px;
    float: right;
     color: #7f7f7f;
}
#checkoutsteps .step-title h6 {
     font-size: 16px;
    font-weight: normal;
    line-height: 49px;
    margin: 0;
}
#checkoutsteps a.step-title:hover {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
     opacity: .85;
    filter: alpha(opacity=85);
}
#checkoutsteps .step-content {
    font-size: 12px;
    line-height: 20px;
    padding: 22px 18px 19px;
     border: 1px solid #e1e1e1;
    border-top: 0 none;
}
#checkoutsteps .step-content label {
     font-size: 12px;
    line-height: 22px;
}
#checkoutsteps .step-content .radio, #checkoutsteps .step-content .checkbox {
     line-height: 18px;
}
#checkoutsteps .step-content .radio .new-radio, #checkoutsteps .step-content .radio .new-checkbox, #checkoutsteps .step-content .checkbox .new-radio, #checkoutsteps .step-content .checkbox .new-checkbox {
     margin-top: 0;
}
#checkoutsteps .step-content .title {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    position: relative;
    margin: 0 0 17px;
    padding: 0 0 10px;
     border-bottom: 1px solid #e1e1e1;
}
#checkoutsteps .step-content .title:before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 1px;
    margin: 0 0 -1px;
    content: '';
     background: #1e1e1e;
}
#checkoutsteps .step-content .register-radio {
     margin: 0 0 22px 39px;
}
#checkoutsteps .step-content ul {
     list-style-type: disc;
}
#checkoutsteps .step-content input.last {
     margin-bottom: 14px;
}
#checkoutsteps .step-content .buttons-box {
     font-size: 11px;
    line-height: 1.5;
    overflow: hidden;
    margin-top: 6px;
    padding-top: 10px;
    text-align: right;
}
#checkoutsteps .step-content .buttons-box .btn {
     float: left;
    margin: -10px 10px 0 0;
}
#checkoutsteps .step-content .buttons-box .required {
    font-size: 11px;
     display: inline-block;
    margin-left: 12px;
}
.sidebar.checkout-progress header {
     margin: 0 0 13px;
}
.sidebar.checkout-progress .progress-list {
     margin: 0;
}
.sidebar.checkout-progress .progress-list li {
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding: 12px 0 7px;
     color: #7f7f7f;
}
.sidebar.checkout-progress .progress-list li + li {
     border-top-width: 1px;
}
.sidebar.checkout-progress .progress-list li a {
    float: right;
     color: #7f7f7f;
}
.sidebar.checkout-progress .progress-list li.active {
    font-weight: bold;
     color: #1e1e1e;
}
.sidebar.checkout-progress .progress-list li.active a {
     display: none;
}
.my-account.margin-top {
     margin-top: -16px;
}
.my-account .subtitle {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
     color: #7f7f7f;
}
.my-account .info-box {
     margin-bottom: 40px;
}
.my-account .buttons-box .required {
     float: right;
    margin: 12px 0 0 10px;
}
.my-account .pagination-text {
    font-size: 12px;
     color: #999;
}
.my-account .btn.margin-top {
     margin-top: 10px;
}
.my-account .table {
     margin: 0;
}
#compare-table {
    margin: 0;
     border: 0 none;
}
#compare-table tr th:last-child, #compare-table tr td:last-child {
     border-right-width: 1px;
}
#compare-table .remove td {
    height: 26px;
    padding: 0;
     border-width: 0;
}
#compare-table .remove td:last-child {
     border-right-width: 0;
}
#compare-table .remove-bottom td {
    vertical-align: bottom;
     border-top-width: 1px;
}
#compare-table th {
    vertical-align: top;
     background: #f7f7f7;
}
#compare-table td {
     font-size: 12px;
    line-height: 20px;
    padding-top: 24px;
    padding-bottom: 24px;
    vertical-align: top;
}
#compare-table .first {
     font-size: 13px;
    width: 190px;
    min-width: inherit;
    padding: 19px 24px;
    text-align: left;
}
#compare-table .product-name {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
    text-decoration: none;
     color: #1e1e1e;
}
#compare-table .product-name:hover {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
     opacity: .8;
    filter: alpha(opacity=80);
}
#compare-table .product-image {
    display: block;
    overflow: hidden;
    width: 100px;
    margin: 0 auto;
    border-radius: 3px;
     background: #f2f2f2;
}
#compare-table .price-old {
     font-size: 11px;
    margin: 0 0 3px;
    text-decoration: line-through;
}
#compare-table .price-old:after {
     display: none;
}
#compare-table .price {
     font-size: 16px;
}
#compare-table .rating-box {
     margin: 0 auto;
}
#compare-table .description td {
     text-align: left;
}
.icon {
    font-size: 20px;
    line-height: 32px;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 0 4px;
    text-align: center;
    vertical-align: top;
    text-decoration: none;
    color: #1e1e1e;
     background: none;
}
.icon .fa {
     width: 100%;
}
.icon.pull-left {
     float: left;
    margin-right: 10px;
}
.icon.pull-right {
     float: right;
    margin-left: 10px;
}
.icon.icon-24 {
     font-size: 14px;
    line-height: 24px;
    width: 24px;
    height: 24px;
}
.icon.icon-40 {
     font-size: 26px;
    line-height: 40px;
    width: 40px;
    height: 40px;
}
.icon.icon-60 {
     font-size: 32px;
    line-height: 60px;
    width: 60px;
    height: 60px;
}
.icon.icon-100 {
     font-size: 50px;
    line-height: 100px;
    width: 100px;
    height: 100px;
}
.icon.rounded {
     border-radius: 3px;
}
.icon.circle {
     border-radius: 400px;
}
.icon.border {
     box-sizing: border-box;
    border-width: 1px;
}
.icon.bg {
     background-color: #f2f2f2;
}
.btn-icon .icon {
    font-size: 14px;
    width: auto;
    margin: 2px 0;
    padding-right: 10px;
    padding-left: 10px;
    text-decoration: none;
     color: #fff;
}
.btn-icon .icon .fa {
     width: inherit;
}
.livicon {
    line-height: inherit;
     display: inline-block;
    vertical-align: middle;
}
.livicon svg {
     vertical-align: top;
}
.livicon.metro-bg {
    overflow: hidden;
     box-sizing: content-box;
    margin-bottom: 4px;
    padding: 26px 25px 26px 27px;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
}
.big-icon .livicon svg, .icon .livicon svg {
     top: 25% !important;
}
.color.icon {
    -webkit-transition: background-color .2s linear ;
    transition: background-color .2s linear;
     color: #fff;
}
.color.icon:hover {
     background-color: #000;
}
.color.icon-adn {
     background-color: #504e54;
}
.color.icon-apple {
     background-color: #aeb5c5;
}
.color.icon-android {
     background-color: #a5c63b;
}
.color.icon-bitbucket, .color.icon-bitbucket-square {
     background-color: #036;
}
.color.icon-bitcoin, .color.icon-btc {
     background-color: #f7931a;
}
.color.icon-css3 {
     background-color: #1572b7;
}
.color.icon-dribbble {
     background-color: #f46899;
}
.color.icon-dropbox {
     background-color: #018bd3;
}
.color.icon-facebook, .color.icon-facebook-square {
     background-color: #3c599f;
}
.color.icon-flickr {
     background-color: #ff0084;
}
.color.icon-foursquare {
     background-color: #0086be;
}
.color.icon-github, .color.icon-github-alt, .color.icon-github-square {
     background-color: #070709;
}
.color.icon-google-plus, .color.icon-google-plus-square {
     background-color: #cf3d2e;
}
.color.icon-html5 {
     background-color: #e54d26;
}
.color.icon-instagram {
     background-color: #a1755c;
}
.color.icon-linkedin, .color.icon-linkedin-square {
     background-color: #0085ae;
}
.color.icon-linux {
     background-color: #fbc002;
}
.color.icon-maxcdn {
     background-color: #f6ae1c;
}
.color.icon-pagelines {
    color: #3984ea;
     background-color: #241e20;
}
.color.icon-pinterest, .color.icon-pinterest-square {
     background-color: #cc2127;
}
.color.icon-renren {
     background-color: #025dac;
}
.color.icon-skype {
     background-color: #01aef2;
}
.color.icon-stack-exchange {
     background-color: #245590;
}
.color.icon-stack-overflow {
     background-color: #ff7300;
}
.color.icon-trello {
     background-color: #265a7f;
}
.color.icon-tumblr, .color.icon-tumblr-square {
     background-color: #314e6c;
}
.color.icon-twitter, .color.icon-twitter-square {
     background-color: #32ccfe;
}
.color.icon-vimeo-square {
     background-color: #229acc;
}
.color.icon-vk {
     background-color: #375474;
}
.color.icon-weibo {
     background-color: #d72b2b;
}
.color.icon-windows {
     background-color: #12b6f3;
}
.color.icon-xing, .color.icon-xing-square {
     background-color: #00555c;
}
.color.icon-youtube, .color.icon-youtube-play, .color.icon-youtube-square {
     background-color: #c52f30;
}
embed, iframe, object, video, audio {
     max-width: 100%;
}
.video-box {
    position: relative;
    overflow: hidden;
    height: 0;
    margin-bottom: 22px;
    padding-bottom: 56.25%;
     box-shadow: 0 1px 2px rgba(0,0,0,.4);
}
.video-box.html5 {
     height: auto;
    padding: 0;
}
.video-box.html5 .video-js {
    line-height: 0;
    width: 100% !important;
     height: auto !important;
}
.video-box.html5 .video-js .vjs-tech {
    position: relative;
    width: 100%;
     height: auto;
    margin: 0;
}
.video-box.html5 .vjs-default-skin {
     color: #fff;
}
.video-box.html5 .vjs-default-skin .vjs-play-progress, .video-box.html5 .vjs-default-skin .vjs-volume-level {
     background-color: #555;
}
.video-box.html5 .vjs-default-skin .vjs-control-bar, .video-box.html5 .vjs-default-skin .vjs-big-play-button {
     background: rgba(0,0,0,.8);
}
.video-box.html5 .vjs-default-skin .vjs-slider {
     background: rgba(0,0,0,.8);
}
.video-box embed, .video-box iframe, .video-box object, .video-box video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
     height: 100%;
}
.audio-box audio {
     width: 100%;
}
.jp-audio, .jp-audio *, .jp-jplayer, .jp-jplayer * {
     box-sizing: content-box;
}
div.jp-audio {
     box-sizing: border-box;
    width: 100%;
    min-width: 300px;
}
div.jp-audio ul.jp-controls {
     box-sizing: border-box;
    width: 100%;
}
.jp-audio button {
     padding: 0;
}
.post {
     margin-bottom: 40px;
    padding: 0;
}
.post + .post {
    padding-top: 37px;
     border-top-width: 1px;
}
.post .entry-title {
     font-size: 26px;
    font-weight: normal;
    margin: 0 0 17px;
}
.post .entry-title a {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
    text-decoration: none;
     color: #1e1e1e;
}
.post .entry-title a:hover {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
     text-decoration: none;
    opacity: .8;
    filter: alpha(opacity=80);
}
.post .entry-content {
     margin: 0 0 25px;
}
.post .entry-content img {
    margin-bottom: 30px;
}
.post .entry-content p:last-child {
     margin-bottom: 0;
}
.post .entry-meta {
    font-size: 12px;
    line-height: 1.3;
     color: #7f7f7f;
}
.post .entry-meta .separator {
     margin: 0 10px;
}
.post .entry-meta .comments-link {
     padding: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
.post .entry-meta .comments-link:hover {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
     opacity: .8;
    filter: alpha(opacity=80);
}
.post .entry-meta .comments-link a {
    text-decoration: none;
     color: #7f7f7f;
}
.blog .post {
    margin-top: -3px;
     margin-bottom: 76px;
}
.carousel .post {
    line-height: 22px;
    float: left;
    margin: 0 15px;
    padding: 0;
     border: 0 none;
}
.commentlist {
    margin: 0;
    padding: 0 0 33px;
     list-style: none;
}
.commentlist li {
     padding: 0 0 5px;
}
.commentlist li + li {
    padding: 25px 0 0;
     border-top-width: 1px;
}
.commentlist li .avatar {
    float: left;
    width: 60px;
    height: 60px;
    margin: 0 25px 0 0;
     border-radius: 42px;
}
.commentlist .meta {
    font-size: 11px;
    line-height: 18px;
    margin: 0 0 4px;
     color: #7f7f7f;
}
.blog-post .commentlist {
     margin: 0 0 54px;
    padding: 0;
}
.blog-post .commentlist li {
     padding: 22px 0;
}
.blog-post .commentlist li:first-child {
     padding-top: 10px;
}
.blog-post .commentlist li .meta {
     margin: 0 0 10px;
}
.blog-post .commentlist li .description {
     font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    margin: 0;
}
.evaluation-box {
     overflow: hidden;
}
.evaluation {
    font-size: 12px;
    line-height: 15px;
     float: left;
    height: 15px;
    margin: 0 10px 14px 0;
}
.evaluation + .evaluation {
    padding-left: 10px;
     border-left-width: 1px;
}
.evaluation .rating-box {
     display: inline-block;
    margin: 0 0 0 7px;
}
.evaluation .add-rating {
     float: left;
    overflow: hidden;
    margin: 0 0 0 10px;
}
.evaluation .add-rating label {
    position: relative;
     float: left;
    width: 2px;
    height: 30px;
    margin: 0 1px;
    padding: 0 0 0 14px;
}
.evaluation .add-rating label .new-radio {
     margin: 0 0 0 -14px;
}
.evaluation .add-rating label .number {
    font-size: 11px;
    line-height: 1;
    position: absolute;
     bottom: 0;
    left: 3px;
    color: #7f7f7f;
}
.comments-form .evaluation-box .evaluation {
     margin-bottom: 30px;
}
.comments-form .row label {
     font-weight: bold;
    margin: 0 0 4px;
}
.comments-form .row textarea {
     box-sizing: border-box;
    width: 100%;
    height: 128px;
    margin: 0 0 10px;
}
.comments-form .row i {
    font-size: 12px;
     color: #999;
}
.comments-form .row .btn {
     margin: 34px 0 0 0;
}
.blog-post .comments-form {
     margin: 6px 0 0;
}
.blog-post .comments-form .comment-box {
     margin: 0;
    text-align: right;
}
.blog-post .comments-form .comment-box textarea {
     margin: 0 0 15px;
}
.blog-post .comments-form .comment-box i {
    font-size: 11px;
    line-height: 12px;
    vertical-align: top;
     color: #7f7f7f;
}
.blog-post .comments-form .button-set {
     margin: 19px 0 0;
}
.blog-post .comments-form .button-set .required {
     font-size: 11px;
    line-height: 40px;
}
.blog-post .comments-form .button-set .required b {
     font-size: 14px;
}
.post.carousel {
     line-height: 22px;
}
.post.carousel .col-xs-12 {
     max-width: inherit;
}
.post.carousel .images-box {
     overflow: hidden;
}
@media (max-width: 600px) {
     .post.carousel .images-box, .post.carousel .images-box.pull-right {
         display: block;
        float: none !important;
        margin: 0 auto 20px;
    }
}
.post.carousel .images-box img, .post.carousel .images-box iframe {
     border-radius: 5px;
}
.post.carousel .carousel-box {
    position: relative;
     margin-bottom: 42px;
}
.post.carousel .carousel-box.load {
     max-height: 300px;
}
.post.carousel .carousel-box.no-pagination {
     margin-bottom: 8px;
}
.post.carousel .carousel-box .next, .post.carousel .carousel-box .prev {
    position: absolute;
    top: 50%;
     left: 0;
    margin: -20px 5px 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    opacity: 0;
    filter: alpha(opacity=0);
}
.post.carousel .carousel-box .next {
    right: 0;
     left: auto;
}
.post.carousel .carousel-box:hover .next, .post.carousel .carousel-box:hover .prev {
    -webkit-transition: opacity .2s linear, background-color .2s linear ;
    transition: opacity .2s linear, background-color .2s linear;
     opacity: 1;
    filter: alpha(opacity=100);
}
.post.carousel .carousel-box:hover .next:hover, .post.carousel .carousel-box:hover .prev:hover {
     -webkit-transition: background-color .2s linear ;
    transition: background-color .2s linear;
}
.post.carousel .carousel-box .pagination {
    position: absolute;
    right: 0;
     left: 0;
}
#footer {
    overflow-x: hidden;
    margin: 0;
    color: #444;
	background-image: url(/assets/theme/img/footer-bg.jpg);
}
#footer.footer-two {
    position: absolute;
     bottom: 0;
    width: 100%;
}
#footer.footer-two .footer-top {
     padding-bottom: 43px;
}
#footer.footer-two .social {
     text-align: center;
}
#footer.footer-two .social .icon {
     display: inline-block;
    float: none;
    margin: 0 3px;
}
#footer .footer-top {
    font-size: 12px;
    line-height: 21px;
    padding: 50px 0 13px;
}
#footer .footer-bottom {
    font-size: 11px;
    line-height: 17px;
    padding: 21px 0 20px;
    border-top-width: 1px;
}
#footer .sidebar .widget {
     margin-bottom: 30px;
}
#footer .sidebar .widget:nth-child(4n+1) {
     clear: left;
}
#footer .sidebar .widget p {
     margin: 0 0 16px;
}
#footer .sidebar .widget header, #footer .sidebar .widget .title-block {
     margin: 0 0 15px;
    padding: 0 0 12px;
}
#footer .sidebar .widget header:before, #footer .sidebar .widget header:before, #footer .sidebar .widget .title-block:before, #footer .sidebar .widget .title-block:before {
     display: none;
}
#footer .sidebar .widget header .title, #footer .sidebar .widget .title-block .title {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3;
    text-transform: uppercase;
     color: #1e1e1e;
}
#footer .sidebar .widget .next, #footer .sidebar .widget .prev {
    line-height: 26px;
    width: 26px;
     height: 26px;
}
#footer .sidebar .widget .next svg, #footer .sidebar .widget .prev svg {
     height: 14px;
}
#footer .sidebar .compare-products li, #footer .sidebar .compare-products li .title, #footer .sidebar .compare-products li .close, #footer .sidebar .wishlist .add-cart {
     background-color: #f2f2f2;
}
#footer .phone, #footer .address {
    position: relative;
     padding-left: 34px;
}
#footer .footer-icon {
    position: absolute;
    top: 0;
    left: 16px;
     color: #444;
}
#footer .footer-icon:before {
     font-size: 20px;
    line-height: 18px;
    width: auto;
}
#footer .up {
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-align: center;
    border-radius: 3px;
     background: #72be44;
}
#footer .up:hover {
    -webkit-transition: all .2s linear ;
    transition: all .2s linear;
     background: #000;
}
#footer .up .glyphicon {
    margin: 14px 0 0 -.5px;
    vertical-align: top;
     color: #fff;
}
.fancybox-margin .fixed-header .header, .fancybox-margin .fixed-header #top-box {
     left: -7.5px;
}
.fancybox-close {
    font-size: 25px;
    font-weight: normal;
    line-height: 29px;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
    text-align: center;
    text-decoration: none;
    color: #1e1e1e;
    border: 1px solid #7f7f7f;
    border-radius: 50%;
     background: #fff;
}
.fancybox-close:hover {
    -webkit-transition: color .2s linear ;
    transition: color .2s linear;
    text-decoration: none;
     color: #7f7f7f;
}
.fancybox-nav span {
    line-height: 40px;
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-align: center;
    text-decoration: none;
    color: #fbfbfb;
    border: 0 none;
    border-radius: 3px;
     background: #ccc;
}
.fancybox-nav span:hover {
    -webkit-transition: all .2s linear ;
    transition: all .2s linear;
    text-decoration: none;
    color: #efefef;
     background-color: #000;
}
.fancybox-nav span svg {
     vertical-align: middle;
}
.fontawesome-icon-list {
     color: #7f7f7f;
}
.fontawesome-icon-list .fa {
    font-size: 14px;
    display: inline-block;
    width: 22px;
    margin-right: 5px;
    text-align: center;
     color: #1e1e1e;
}
.boxed {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 20px;
     background: #fff;
}
@media (max-width: 1300px) {
     .boxed {
         padding-top: 0;
    }
}
.boxed .page-box {
    position: relative;
    overflow: hidden;
     background: #fff;
    box-shadow: rgba(0,0,0,.6) 0 0 18px;
}
.boxed.loaded .page-box {
     overflow: visible;
}
.boxed.fixed-header .header {
    position: absolute;
     margin-top: 0;
}
.boxed.fixed-header.fixed .header {
     position: fixed;
    top: 0;
}
.boxed.fixed-header.fixed.fixed-top #top-box {
     position: fixed;
    top: 0;
}
.boxed.fixed-header.fixed.fixed-top .header {
     top: 40px;
}
.boxed.fixed-header.hidden-top #top-box {
     margin-bottom: 104px;
}
.boxed.hidden-top .page-box {
     padding-top: 0;
    -webkit-transition: none;
    transition: none;
}
.boxed.hidden-top #top-box {
    position: static;
     left: 0;
    margin-top: 0;
    -webkit-transition: none;
    transition: none;
}
.boxed.hidden-top .header {
     top: 40px;
}
.boxed.hidden-top.fixed .header {
     top: 0;
}
.boxed .header-wrapper {
    max-width: 1300px;
    margin: 0 auto;
     box-shadow: 0 0 5px rgba(41, 185, 237, 0.35);
}
.boxed .top-box-wrapper {
    max-width: 1300px;
     margin: 0 auto;
}
.boxed .banner-set.banner-set-mini.banner-set-no-pagination .pagination {
     display: inline-block !important;
}
.boxed .banner-set.banner-set-mini.banner-set-no-pagination .prev, .boxed .banner-set.banner-set-mini.banner-set-no-pagination .next {
    position: static;
     margin: 15px 0 0 !important;
}
.boxed #footer {
    position: relative;
     min-width: 100%;
    padding-bottom: 20px;
}
@media (max-width: 1300px) {
     .boxed #footer {
         padding-bottom: 0;
    }
}
.boxed #footer.footer-two {
     margin-bottom: 0;
}
@media (min-width: 1200px) {
     .boxed.padding-top {
         padding-top: 420px;
    }
}
.one-page #main {
     padding-top: 0;
    padding-bottom: 0;
}
.one-page .page-header {
     margin-bottom: 40px;
}
.one-page .full-width-box:last-child {
     padding-bottom: 0;
}
.one-page .header .primary .navbar .nav .active {
     color: #c10841;
}
.promo-partners {
     font-size: 13px;
    line-height: 20px;
}
.promo-partners .col-md-2 {
     margin-bottom: 37px;
}
.about-us {
     font-size: 13px;
}
.about-us strong {
     font-size: 14px;
}
.body-bg-img {
     background: url('../content/img/coming-soon.jpg') 50% 0 no-repeat;
}
.body-bg-img.under-construction {
     background: url('../content/img/under-construction.jpg') 50% 0 no-repeat;
}
.body-bg-img .page-box {
     display: table;
    width: 100%;
    height: 100% !important;
    table-layout: fixed;
}
.body-bg-img .header-three {
    position: absolute;
    width: 100%;
     min-height: 1px;
}
.body-bg-img #main {
     display: table-cell;
    width: 100%;
    padding: 119px 0 192px;
    vertical-align: middle;
}
.count-down-box {
     float: right;
}
#count-down {
    width: auto !important;
     text-align: right;
}
@media (max-width: 991px) {
     #count-down {
         text-align: center;
    }
}
#count-down .county-days-wrapper, #count-down .county-hours-wrapper, #count-down .county-minutes-wrapper, #count-down .county-seconds-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 23% !important;
    height: 135px;
    margin-right: 2px;
    margin-left: 2px;
    text-align: center;
     background: #c10841;
    background: rgba(193,8,65,.5);
}
#count-down .county-hours-wrapper {
     background: #f89406 ;
    background: rgba(248,148,6,.5);
}
#count-down .county-minutes-wrapper {
     background: #0098ca ;
    background: rgba(0,152,202,.5);
}
#count-down .county-seconds-wrapper {
     background: #738d00 ;
    background: rgba(115,141,0,.5);
}
#count-down .county-days, #count-down .county-hours, #count-down .county-minutes, #count-down .county-seconds {
     font-size: 60px;
    line-height: 135px;
    display: inline-block !important;
    width: auto !important;
    opacity: 1 !important;
    color: #fff;
}
#count-down .county-label-days, #count-down .county-label-hours, #count-down .county-label-minutes, #count-down .county-label-seconds {
    font-size: 18px;
    display: inline-block;
    width: 23% !important;
    margin-right: 2px;
     margin-left: 2px;
    padding-top: 10px;
    text-align: center;
}
.coming-text {
     margin-top: -4px;
}
.coming-text form {
     position: relative;
}
.coming-text .success {
    position: absolute;
     bottom: 100%;
    margin-bottom: 5px;
}
.coming-text .form-control {
     padding-right: 100px;
}
.coming-text .btn {
     position: absolute;
    top: 0;
    right: 0;
    width: 90px;
}
.under-contact .phone, .under-contact .address {
    position: relative;
     padding: 0 0 0 34px;
}
.under-contact .footer-icon {
    position: absolute;
    top: 0;
    left: 16px;
     color: #000;
}
.under-contact .footer-icon:before {
     font-size: 20px;
    line-height: 18px;
    width: auto;
}
.list-images > .col-md-4 {
     margin-bottom: 30px;
}
[data-appear-animation] {
    -webkit-transition: .5s opacity .1s linear ;
    transition: .5s opacity .1s linear;
     opacity: 0;
}
@media (max-width: 767px) {
     [data-appear-animation] {
         opacity: 1;
    }
}
[data-appear-animation].animated {
     opacity: 1;
}
.banner-set {
    overflow: hidden;
    padding-bottom: 16px;
     border-top-width: 1px;
}
.banner-set:before {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    margin-top: -1px;
    content: '';
     border-top: 1px solid #e1e1e1;
}
.banner-set > .container:after {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    margin-top: -1px;
    content: '';
     border-top: 1px solid #e1e1e1;
}
.banner-set .container > * {
     -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
}
.banner-set .banner {
    font-size: 12px;
    line-height: 18px;
    display: block;
    float: left;
    width: 292px;
    margin: 0;
    padding: 19px;
    -webkit-transition: color .2s linear, box-shadow .2s linear;
    transition: color .2s linear, box-shadow .2s linear;
    text-align: left;
    text-decoration: none;
    color: #7f7f7f;
     border-right-width: 1px;
}
@media (max-width: 1199px) {
     .banner-set .banner {
        width: 235px;
         padding: 19px 9px;
    }
}
@media (max-width: 991px) {
     .banner-set .banner {
         width: 180px;
    }
}
@media (max-width: 767px) {
     .banner-set .banner {
         width: 290px;
    }
}
.banner-set .banner:first-child {
     border-left-width: 1px;
}
.banner-set .banner img {
    width: 100%;
    max-height: 158px;
     margin: 0 0 28px 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
.banner-set .banner .title {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 12px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-decoration: none;
     color: #7f7f7f;
}
@media (max-width: 991px) {
     .banner-set .banner .title {
         font-size: 18px;
    }
}
.banner-set .banner .description {
    overflow: hidden;
     height: 54px;
    text-overflow: ellipsis;
}
.banner-set .banner:hover {
    -webkit-transition: color .2s linear, box-shadow .2s linear ;
    transition: color .2s linear, box-shadow .2s linear;
    opacity: 1;
     color: #1e1e1e;
    box-shadow: inset 0 0 10px rgba(0,0,0,.13);
    filter: alpha(opacity=100);
}
.banner-set .banner:hover img {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
     opacity: .9;
    filter: alpha(opacity=90);
}
.banner-set .banner:hover .title {
    -webkit-transition: all .2s linear ;
    transition: all .2s linear;
     color: #1e1e1e;
}
.banner-set .nav-box {
     padding: 0;
    text-align: center;
    vertical-align: top;
}
.banner-set .next, .banner-set .prev, .banner-set .pagination {
     display: inline-block !important;
    margin-top: 14px;
    vertical-align: top;
}
.banner-set .next, .banner-set .prev {
    font-size: 13px;
    line-height: 14px;
    height: 14px;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
    vertical-align: top;
     color: #ccc;
}
.banner-set .next:hover, .banner-set .prev:hover {
    -webkit-transition: color .2s linear ;
    transition: color .2s linear;
     color: #1e1e1e;
}
.banner-set .next.disabled, .banner-set .prev.disabled {
     cursor: default;
    opacity: .12;
    filter: alpha(opacity=12);
}
.banner-set .next .glyphicon, .banner-set .prev .glyphicon {
    top: 0;
     margin: 0;
    vertical-align: top;
}
.banner-set .pagination {
     height: 14px;
    margin: 15px 7px 0;
}
.banner-set .pagination a {
     background: #ececec;
}
.banner-set .pagination a:hover {
     background: #000;
}
.banner-set .pagination a.selected {
     background: #ccc;
}
.container .banner-set .container {
    width: auto;
     padding: 0;
}
.banner-set.bottom-padding {
     padding-bottom: 0;
}
.banner-set.load .container {
    overflow: hidden;
    height: 314px;
     background-image: url('../img/svg/loader.svg'),none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
     .banner-set.load .container {
         height: 258px;
    }
}
.banner-set.load .container > * {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
     opacity: 0;
    filter: alpha(opacity=0);
}
.banner-set.load .nav-box .container, .banner-set.load.banner-set-mini .nav-box .container {
    height: auto;
     background: none;
}
.banner-set.banner-set-mini {
     overflow: visible;
    padding-bottom: 0;
}
.banner-set.banner-set-mini .banner {
    width: 146px;
     padding: 9px;
}
@media (max-width: 1199px) {
     .banner-set.banner-set-mini .banner {
         width: 144px;
    }
}
.banner-set.banner-set-mini .banner img {
     margin-bottom: 14px;
}
.banner-set.banner-set-mini .banner .title {
     font-size: 14px;
    padding: 0;
}
@media (max-width: 1199px) {
     .banner-set.banner-set-mini .prev {
         margin-left: 0;
    }
    .banner-set.banner-set-mini .next {
         margin-right: 0;
    }
}
.banner-set.banner-set-mini .pagination {
     margin-bottom: 15px;
}
@media (max-width: 1199px) {
     .banner-set.banner-set-mini.banner-set-no-pagination .container {
        padding-right: 30px;
         padding-left: 30px;
    }
}
@media (max-width: 991px) {
     .banner-set.banner-set-mini.banner-set-no-pagination .container {
        padding-right: 15px;
         padding-left: 15px;
    }
}
.banner-set.banner-set-mini.banner-set-no-pagination .nav-box {
     position: relative;
}
.banner-set.banner-set-mini.banner-set-no-pagination .nav-box .container {
     position: relative;
}
.banner-set.banner-set-mini.banner-set-no-pagination .pagination {
     display: none !important;
}
@media (min-width: 1200px) and (max-width: 1270px) {
     .banner-set.banner-set-mini.banner-set-no-pagination .pagination {
         display: inline-block !important;
    }
}
@media (max-width: 800px) {
     .banner-set.banner-set-mini.banner-set-no-pagination .pagination {
         display: inline-block !important;
    }
}
.banner-set.banner-set-mini.banner-set-no-pagination .prev {
    position: absolute;
    top: 0;
     left: 0;
    margin: -70.5px 0 0 -15px;
}
@media (min-width: 1200px) and (max-width: 1270px) {
     .banner-set.banner-set-mini.banner-set-no-pagination .prev {
        position: static;
         display: inline-block !important;
        margin: 15px 0 0 !important;
    }
}
@media (max-width: 1199px) {
     .banner-set.banner-set-mini.banner-set-no-pagination .prev {
         margin-left: 15px;
    }
}
@media (max-width: 991px) {
     .banner-set.banner-set-mini.banner-set-no-pagination .prev {
         margin-left: -15px;
    }
}
@media (max-width: 800px) {
     .banner-set.banner-set-mini.banner-set-no-pagination .prev {
        position: static;
         display: inline-block !important;
        margin: 15px 0 0 !important;
    }
}
.banner-set.banner-set-mini.banner-set-no-pagination .next {
    position: absolute;
    top: 0;
    right: 0;
     margin: -70.5px -15px 0 0;
}
@media (min-width: 1200px) and (max-width: 1270px) {
     .banner-set.banner-set-mini.banner-set-no-pagination .next {
        position: static;
         display: inline-block !important;
        margin: 15px 0 0 !important;
    }
}
@media (max-width: 1199px) {
     .banner-set.banner-set-mini.banner-set-no-pagination .next {
         margin-right: 15px;
    }
}
@media (max-width: 991px) {
     .banner-set.banner-set-mini.banner-set-no-pagination .next {
         margin-right: -15px;
    }
}
@media (max-width: 800px) {
     .banner-set.banner-set-mini.banner-set-no-pagination .next {
        position: static;
         display: inline-block !important;
        margin: 15px 0 0 !important;
    }
}
@media (max-width: 991px) {
     .container .banner-set.banner-set-mini.banner-set-no-pagination .container {
        padding-right: 0;
         padding-left: 0;
    }
}
.container .banner-set.banner-set-mini.banner-set-no-pagination .prev {
     margin-left: -30px;
}
@media (max-width: 1199px) {
     .container .banner-set.banner-set-mini.banner-set-no-pagination .prev {
         margin-left: 0;
    }
}
@media (max-width: 991px) {
     .container .banner-set.banner-set-mini.banner-set-no-pagination .prev {
         margin-left: -30px;
    }
}
.container .banner-set.banner-set-mini.banner-set-no-pagination .next {
     margin-right: -30px;
}
@media (max-width: 1199px) {
     .container .banner-set.banner-set-mini.banner-set-no-pagination .next {
         margin-right: 0;
    }
}
@media (max-width: 991px) {
     .container .banner-set.banner-set-mini.banner-set-no-pagination .next {
         margin-right: -30px;
    }
}
.banner-set.banner-set-mini.load .container {
    overflow: hidden;
     height: 127px;
}
.banner-set.banner-set-mini.load .container .banners {
    overflow: hidden;
     height: 127px;
}
.touch-device .banner-set .carousel-box .pagination a:hover, .touch-device .banner-set .banner-set .pagination a:hover {
     background: #ececec;
}
.touch-device .banner-set .carousel-box .pagination a.selected, .touch-device .banner-set .banner-set .pagination a.selected {
     background: #ccc ;
    background: rgba(0,0,0,.3);
}
.touch-device .banner-set .banner-set .next:hover, .touch-device .banner-set .banner-set .prev:hover {
     color: #ccc;
}
.blur-page {
     background-image: url('../img/svg/loader.svg'),none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40px;
}
.blur-page .page-box {
     opacity: 0;
}
.blur-page .blur-box {
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block !important;
    text-align: center;
    opacity: 0;
     background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.blur-page.blur-load {
    -webkit-transition: background-image .2s linear ;
    transition: background-image .2s linear;
     background-image: inherit;
}
.blur-page.blur-load .page-box {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
     opacity: 1;
}
.blur-page.blur-load .blur-box {
    -webkit-transition: opacity .4s linear ;
    transition: opacity .4s linear;
     opacity: 1;
}
.blur-page.blur-load .blur-box img, .blur-page.blur-load .blur-box canvas {
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    width: auto;
    min-width: 100%;
    max-width: inherit;
    min-height: 100%;
    vertical-align: top;
     background-size: cover;
}
.blur-page.blur-load .blur-box img {
     visibility: hidden;
}
.chart {
     position: relative;
    text-align: center;
}
.jqstooltip {
     box-sizing: content-box;
}
.graph text {
     overflow: hidden !important;
}
.morris-hover {
     z-index: 700;
}
.client {
    display: inline-block;
    width: 200px;
    max-width: 100%;
    margin: 0 auto 20px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    text-align: center;
    border: 1px solid rgba(0, 173, 238, 0.4);
    border-radius: 3px;
    background: rgba(0, 173, 238, 0.2);
}
.client:hover {
    -webkit-transition: border-color .2s ease-in ;
    transition: border-color .2s ease-in;
     border-color: rgba(0, 173, 238, 1);
}
.client + .tooltip {
     font-size: 14px;
    z-index: 800;
}
.client + .tooltip .tooltip-inner {
     padding: 10px;
}
.carousel .client {
     margin-bottom: 0;
}
.contact-info {
     margin-top: 30px;
}
.contact-info .title {
     font-size: 20px;
    font-weight: normal;
    line-height: 1.3;
    margin: 0 0 22px;
}
.contact-info address {
     margin-top: 5px;
    margin-bottom: 35px;
}
.contact-info hr {
     margin: 0 0 36px;
}
.contact-info .buttons-box {
     margin: 8px 0 0;
}
.map-box {
     position: relative;
}
.map-box .contact-info {
    position: absolute;
    z-index: 1;
    top: 150px;
    margin: 0;
    padding: 5px 10px;
     background: #fff;
}
.map-box .contact-info address {
     margin-bottom: 15px;
}
.content-block {
     box-sizing: border-box;
    padding: 20px;
}
.content-block .btn + .btn {
     margin-left: 14px;
}
.content-block .btn.pull-left {
     margin: 0 10px 0 0;
}
.content-block .btn.pull-right {
     margin: 0 0 0 10px;
}
.features-block .header-box {
     display: block;
    overflow: hidden;
    min-height: 30px;
    margin: 0 0 13px;
}
.features-block .header-box .icon-box {
    float: left;
    width: 24px;
    height: 30px;
    margin: 0 10px 0 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    text-align: center;
    color: #1e1e1e;
     background: none;
}
.features-block .header-box .icon-box i:before {
     font-size: 20px;
    line-height: 30px;
}
.features-block .header-box a.icon-box:hover {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
     opacity: .8;
    filter: alpha(opacity=80);
}
.features-block .header-box h6 {
     margin: 6px 0 0;
}
.frame {
     border: 1px solid #ccc ;
    border: 1px solid rgba(0,0,0,.2);
}
.frame > img {
     width: 100%;
}
.frame-padding {
    padding: 4px;
     background: #fff;
}
.frame-border {
     border-radius: 5px;
}
.frame-shadow {
     box-shadow: 0 0 15px rgba(0,0,0,.5);
}
[class*='frame-shadow'] {
    position: relative;
     background: #fff;
}
.frame-shadow-lifted:before, .frame-shadow-lifted:after {
    position: absolute;
    z-index: -1;
     bottom: 15px;
    left: 10px;
    display: block;
    width: 50%;
    height: 20px;
    content: '';
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    box-shadow: 0 15px 10px rgba(0,0,0,.5);
}
.frame-shadow-lifted:after {
     right: 10px;
    left: auto;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}
.frame-shadow-perspective:before {
    position: absolute;
    z-index: -1;
     bottom: 5px;
    left: 80px;
    width: 50%;
    max-width: 200px;
    height: 35%;
    max-height: 50px;
    content: '';
    -webkit-transform: skew(50deg);
    -ms-transform: skew(50deg);
    transform: skew(50deg);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    box-shadow: -80px 0 8px rgba(0,0,0,.4);
}
.frame-shadow-curved:before {
    position: absolute;
    z-index: -1;
    top: 10px;
    right: 0;
    bottom: 10px;
    left: 0;
    content: '';
    border-radius: 10px/100px;
     box-shadow: 0 0 15px rgba(0,0,0,.6);
}
.frame-shadow-raised {
     box-shadow: 0 15px 10px -10px rgba(0,0,0,.5),0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;
}
.rotated-box {
     -webkit-transform: rotate(-3deg) ;
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.rotated-right-box {
     -webkit-transform: rotate(3deg) ;
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}
.full-width-box {
    position: relative;
     overflow: hidden;
    padding: 76px 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
@media (max-width: 767px) {
     .full-width-box {
         padding-top: 40px;
        padding-bottom: 40px;
    }
}
.full-width-box .auto-width {
    margin-right: -15px;
     margin-left: -15px;
    opacity: 0;
}
.full-width-box .auto-width.loaded {
    margin-right: 0;
     margin-left: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    opacity: 1;
}
.container .full-width-box {
    margin-right: -15px;
     margin-left: -15px;
}
.full-width-box .fwb-bg {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    text-align: center;
     background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.full-width-box .fwb-bg .overlay {
    width: 100%;
    height: 100%;
    opacity: .2;
     background: #000;
    filter: alpha(opacity=20);
}
@media (max-width: 767px) {
     .full-width-box .container {
        margin-right: 0;
         margin-left: 0;
        padding-right: 10px;
        padding-left: 10px;
    }
}
.full-width-box .container, .full-width-box .page-header {
     position: relative;
}
.full-width-box .fwb-fixed, .full-width-box .fwb-paralax {
     background-attachment: fixed;
}
.touch-device .full-width-box .fwb-paralax, .touch-device .full-width-box .fwb-fixed {
     background-attachment: scroll;
    background-position: 50% 50% !important;
}
.full-width-box .fwb-blur {
     background-position: center top !important;
}
.full-width-box .fwb-blur .blur-box {
    position: absolute;
    z-index: -100;
    top: 0;
    right: 0;
     bottom: 0;
    left: 0;
    display: block !important;
}
.full-width-box .fwb-blur .blur-box canvas {
    width: auto;
    min-width: 100%;
    max-width: inherit;
    min-height: 100%;
    vertical-align: top;
    background-attachment: fixed;
     background-size: cover;
}
.full-width-box .fwb-video {
     background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.full-width-box .fwb-video video, .full-width-box .fwb-video iframe, .full-width-box .fwb-video img {
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    width: auto;
    min-width: 100%;
    max-width: inherit;
    height: auto;
    min-height: 100%;
    vertical-align: top;
     background-attachment: fixed;
}
.gallery .images-box {
     margin-bottom: 30px;
}
.gallery-images {
    line-height: 0;
    position: relative;
    display: block;
    max-width: 100%;
     border-radius: 5px;
}
.gallery-images img {
     border-radius: 5px;
}
.gallery-images .bg-images {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
     border-radius: 4px;
}
.gallery-images .bg-images i {
     margin: 5px 0 0 5px;
}
.gallery-images .bg-images i:before {
    font-size: 20px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
     color: #fff;
}
.gallery-images:hover > .bg-images {
    -webkit-transition: all .2s ease-out ;
    transition: all .2s ease-out;
     background: #fff;
    background: rgba(255,255,255,.7);
}
.gallery-images:hover .bg-images i:before {
    font-size: 30px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
     color: #000;
}
.latest-posts {
    margin: 0;
    padding: 0;
     list-style: none;
}
.latest-posts li {
     overflow: hidden;
    padding: 22px 0;
}
.latest-posts li + li {
     border-top-width: 1px;
}
.latest-posts li:first-child {
     padding-top: 0;
}
.latest-posts li:last-child {
     padding-bottom: 0;
}
.latest-posts li .image {
     float: left;
    width: 84px;
    height: 84px;
    margin: 0 25px 0 0;
}
.latest-posts li .meta {
    font-size: 11px;
    line-height: 18px;
    margin: 0 0 10px;
     color: #7f7f7f;
}
.latest-posts li .description {
     overflow: hidden;
}
.latest-posts li a {
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    -webkit-transition: opacity linear .2s;
    transition: opacity linear .2s;
     color: #1e1e1e;
}
.latest-posts li a:hover {
    text-decoration: none;
     opacity: .8;
    filter: alpha(opacity=80);
}
.latest-posts-white li {
     border-color: rgba(255,255,255,.3);
}
.latest-posts-white li .meta {
     color: rgba(255,255,255,.6);
}
.latest-posts-white li a {
     color: rgba(255,255,255,.8);
}
#main.login-register {
     overflow: hidden;
    padding-bottom: 40px;
}
.form-box.forgot-form {
     margin-bottom: 0;
}
.info-box {
     margin-bottom: 40px;
    padding: 27px 0 0;
}
.info-box .title, .form-box .title {
     font-weight: normal;
    margin: 0 0 17px;
}
.info-box .descriptions, .form-box .descriptions {
     margin: 0 0 26px;
}
.form-box {
    margin: 0 0 40px 0;
    padding: 27px 30px 25px;
    border-radius: 5px;
    background: rgba(0, 173, 238, 0.4);
}
.form-box .checkbox {
     font-size: 12px;
    margin: 0 0 28px;
}
.form-box .checkbox .new-checkbox {
     margin-top: 0;
}
.form-box .buttons-box {
     font-size: 11px;
    line-height: 1.5;
}
.form-box .buttons-box .btn {
     margin: 3px 8px 5px 0;
}
.form-box .buttons-box .required {
     font-size: 11px;
    margin: 3px 8px 5px 0;
}
 .required {
     color: #da0202;
}
 .form-box .buttons-box .forgot {
     display: inline-block;
    margin: 3px 8px 5px 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
.form-box .buttons-box .forgot:hover {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
     text-decoration: none;
    opacity: .8;
    filter: alpha(opacity=80);
}
.form-box .form-group {
     position: relative;
}
.page-login-promo .page-box {
     display: table;
    overflow: hidden;
    width: 100%;
    height: 100% !important;
}
.page-login-promo .header {
    position: absolute;
    width: 100%;
     min-height: 1px;
}
.page-login-promo .form-box {
     margin: 0;
}
.page-login-promo .form-box .title small {
    font-size: 24px;
     color: #c1c1c2;
}
.page-login-promo .form-box .title a {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
     color: #c1c1c2;
}
.page-login-promo .form-box .title a:hover {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
     text-decoration: none;
    opacity: .8;
    filter: alpha(opacity=80);
}
.page-login-promo #main {
     display: table-cell;
    padding: 134px 0 30px;
    vertical-align: middle;
}
.page-login-promo .rotation {
     position: relative;
}
.page-login-promo .form-content {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
     -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.page-login-promo .front-end, .page-login-promo .back-end {
    display: table;
    width: 100%;
    table-layout: fixed;
    -webkit-transition: .3s opacity 0s ease-in-out, -webkit-transform .6s ease-in-out;
    transition: .3s opacity 0s ease-in-out, transform .6s ease-in-out;
     -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.page-login-promo .back-end {
    position: absolute;
    top: 0;
     left: 0;
    opacity: 0;
}
.page-login-promo .hover .back-end {
     opacity: 1;
}
.page-login-promo .hover .front-end, .page-login-promo .hover .back-end {
     -webkit-transition: .3s opacity .3s ease-in-out, -webkit-transform .6s ease-in-out ;
    transition: .3s opacity .3s ease-in-out, transform .6s ease-in-out;
}
 .carousel .banners {
     width: 240px!important;
     height: auto!important;
     margin: 0;
}
 .carousel .banners a{
     border: none!important;
     background: none!important;
     max-width: none!important;
     max-height: none!important;
     padding: 0!important;
}
 .manufactures .make-wrapper {
     float: left;
    width: 164px;
    height: 164px;
    margin: 0 15px;
}
.manufactures .make {
    line-height: 0;
    display: table-cell;
    max-width: 164px;
    height: 164px;
    max-height: 100%;
    padding: 0 20px;
    -webkit-transition: background .2s linear, border .2s linear, opacity .2s linear;
    transition: background .2s linear, border .2s linear, opacity .2s linear;
    text-align: center;
    vertical-align: middle;
    opacity: .6;
    border: 1px solid rgba(0, 173, 238, 0.9);
    border-radius: 4px;
     background: rgba(0, 173, 238, 0.2);
    filter: alpha(opacity=60);
}
.manufactures a.make:hover {
    -webkit-transition: background .2s linear, border .2s linear, opacity .2s linear ;
    transition: background .2s linear, border .2s linear, opacity .2s linear;
    opacity: 1;
    border: 1px solid #ccc;
     background: #f2f2f2;
    filter: alpha(opacity=100);
}
.manufactures-list {
     text-align: center;
}
.manufactures-list .make-wrapper {
     display: inline-block;
    float: none;
    margin-bottom: 30px;
}
.news .news-item {
     font-size: 12px;
    line-height: 20px;
    margin-bottom: 35px;
}
.news .news-item .time {
    margin-bottom: 2px;
     text-transform: capitalize;
     color: #7f7f7f;
}
.news .news-item .title {
     font-size: 14px;
    margin-bottom: 7px;
}
.news .news-item .title a {
    -webkit-transition: all .2s linear ;
    transition: all .2s linear;
     color: #1e1e1e;
}
.news .news-item .title a:hover {
    -webkit-transition: all .2s linear ;
    transition: all .2s linear;
     opacity: .75;
    filter: alpha(opacity=75);
}
.news .news-item .more {
    margin: 5px 0 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-decoration: none;
     color: #7f7f7f;
}
.news .news-item .more:hover {
    -webkit-transition: all .2s linear ;
    transition: all .2s linear;
     opacity: .8;
    filter: alpha(opacity=80);
}
.news .news-item .more span {
     font-size: 16px;
    line-height: 20px;
    vertical-align: top;
}
.package {
    max-width: 370px;
    margin: 0 auto 40px;
     background: #f7f7f7;
}
.package .title {
     line-height: 32px;
    padding: 20px 20px 15px;
}
.package .title a {
    font-size: 28px;
    font-weight: bold;
    line-height: 32px;
    text-decoration: none;
     color: #1e1e1e;
}
.package .price-box {
     font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    padding: 0 20px 20px;
}
.package .price-box .icon {
    width: 96px;
    height: 96px;
    text-align: center;
     color: #505050;
}
.package .price-box .icon i {
    font-size: 50px;
    line-height: 100px;
    width: auto;
    height: auto;
    margin: 0;
     background: none;
}
.package .price-box .description {
     margin: 0 120px 17px 0;
}
.package .price-box .price {
     font-size: 36px;
    font-weight: bold;
    line-height: 1;
    margin: 7px 0 0;
}
.package .price-box .price span {
     font-size: 12px;
}
.package .bottom-box {
    overflow: hidden;
    padding: 19px 19px 20px;
     border-top-width: 1px;
}
.package .bottom-box .more {
    font-size: 12px;
    line-height: 1;
    display: block;
    float: left;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    text-decoration: none;
     color: #7f7f7f;
}
.package .bottom-box .more:hover {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
     opacity: .65;
    filter: alpha(opacity=65);
}
.package .bottom-box .more span {
     font-size: 17px;
    line-height: 12px;
    margin: 0 0 0 3px;
    vertical-align: top;
}
.package .bottom-box .rating-box {
     float: right;
}
.box-404 {
    font-weight: normal;
    width: 354px;
    height: 354px;
    margin: 0 auto;
    padding: 92px 0 0;
    text-align: center;
     border-radius: 177px;
}
.box-404 h1 {
     font-size: 150px;
    font-weight: normal;
    line-height: .9;
    margin: 0;
}
.box-404 h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    margin: 0;
     color: #7f7f7f;
}
.page-404-promo .page-box {
    display: table;
    width: 100%;
    height: 100% !important;
     background: #2b8cd6;
    background: rgba(43,140,214,.9);
}
.page-404-promo #main {
     display: table-cell;
    padding: 20px 0;
    vertical-align: middle;
}
.page-404-promo #main .title {
    padding: 0 10px;
    text-align: center;
    color: #fff;
     border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba(255,255,255,.3);
}
.page-404-promo #main .title h1 {
    font-size: 200px;
    font-weight: normal;
    line-height: 1;
    position: relative;
     display: inline-block;
    margin: 0;
}
.page-404-promo #main .title h1:before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 1px;
    content: '';
     background: #fff;
}
.page-404-promo #main .content {
    padding: 35px 10px 0;
    text-align: center;
     color: #fff;
}
.page-404-promo #main .content h2 {
     font-size: 24px;
    font-weight: normal;
    margin-bottom: 38px;
}
.page-404-promo #main .content .back-home {
    font-size: 18px;
    padding-right: 30px;
    padding-left: 20px;
     color: #2b8cd6;
}
.page-404-promo #main .content .back-home .fa {
     font-size: 22px;
    margin-right: 8px;
}
.pricing {
    position: relative;
    max-width: 270px;
    margin: 0 auto 40px;
    text-align: left;
     background-color: #fff;
}
.pricing * {
     position: relative;
}
.pricing:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
     background: #f7f7f7;
    background: rgba(30,30,30,.06);
}
.pricing .title {
     line-height: 32px;
    padding: 17px 20px 21px;
}
.pricing .title a {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    text-decoration: none;
     color: #1e1e1e;
}
.pricing .price-box {
     font-size: 12px;
    line-height: 1;
    overflow: hidden;
    padding: 0 20px 20px;
}
.pricing .price-box .icon {
    z-index: 1;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #505050;
     background: #fff;
}
.pricing .price-box .icon i, .pricing .price-box .icon .livicon {
    font-size: 30px;
    line-height: 52px;
    width: auto;
    height: auto;
    margin: 0;
     background: none;
}
.pricing .price-box .icon i svg, .pricing .price-box .icon .livicon svg {
     top: 0 !important;
    vertical-align: middle;
}
.pricing .price-box .price {
     font-size: 36px;
    font-weight: bold;
    margin: 13px 0 0;
}
.pricing .price-box .price span {
     font-size: 12px;
}
.pricing .options {
    margin: 0;
    padding: 0;
     list-style: none;
}
.pricing .options li {
    line-height: 22px;
    position: relative;
    padding: 13px 10px 13px 45px;
    color: #999;
    color: rgba(30,30,30,.4);
     border-top: 1px solid rgba(30,30,30,.1);
}
.pricing .options li span {
    line-height: 1;
    position: absolute;
    top: 16px;
    left: 25px;
    display: none;
     color: #1e1e1e;
}
.pricing .options li.active {
     color: #1e1e1e;
}
.pricing .options li.active span {
     display: block;
}
.pricing .bottom-box {
    overflow: hidden;
    padding: 19px 19px 20px;
     border-top: 1px solid rgba(30,30,30,.1);
    background: rgba(30,30,30,.05);
}
.pricing .bottom-box .clearfix {
     clear: both;
}
.pricing .bottom-box .more {
    font-size: 12px;
    line-height: 1;
    display: block;
    float: left;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    text-decoration: none;
     color: #7f7f7f;
    color: rgba(30,30,30,.7);
}
.pricing .bottom-box .more:hover {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
     opacity: .65;
    filter: alpha(opacity=65);
}
.pricing .bottom-box .more span {
     font-size: 17px;
    line-height: 12px;
    margin: 0 0 0 3px;
    vertical-align: top;
}
.pricing .bottom-box .rating-box {
     float: right;
}
.pricing .bottom-box .btn {
     font-weight: bold;
    width: 100%;
    margin: 19px 0 0;
}
.pricing.pricing-error:before {
     background: rgba(193,8,65,.06);
}
.pricing.pricing-error .title a {
     color: #c10841;
}
.pricing.pricing-error .price-box .icon {
     color: #c10841;
    border-color: #c10841;
}
.pricing.pricing-error .options li, .pricing.pricing-error .bottom-box {
    color: rgba(193,8,65,.4);
     border-color: rgba(193,8,65,.1);
}
.pricing.pricing-error .bottom-box {
     border-top: 1px solid rgba(193,8,65,.1);
    background: rgba(193,8,65,.05);
}
.pricing.pricing-error .options li span, .pricing.pricing-error .bottom-box .more, .pricing.pricing-error .options li.active {
     color: #c10841;
}
.pricing.pricing-warning:before {
     background: rgba(248,148,6,.06);
}
.pricing.pricing-warning .title a {
     color: #f89406;
}
.pricing.pricing-warning .price-box .icon {
     color: #f89406;
    border-color: #f89406;
}
.pricing.pricing-warning .options li, .pricing.pricing-warning .bottom-box {
    color: rgba(248,148,6,.4);
     border-color: rgba(248,148,6,.1);
}
.pricing.pricing-warning .bottom-box {
     border-top: 1px solid rgba(248,148,6,.1);
    background: rgba(248,148,6,.05);
}
.pricing.pricing-warning .options li span, .pricing.pricing-warning .bottom-box .more, .pricing.pricing-warning .options li.active {
     color: #f89406;
}
.pricing.pricing-danger:before {
     background: rgba(193,8,65,.06);
}
.pricing.pricing-danger .title a {
     color: #c10841;
}
.pricing.pricing-danger .price-box .icon {
     color: #c10841;
    border-color: #c10841;
}
.pricing.pricing-danger .options li, .pricing.pricing-danger .bottom-box {
    color: rgba(193,8,65,.4);
     border-color: rgba(193,8,65,.1);
}
.pricing.pricing-danger .bottom-box {
     border-top: 1px solid rgba(193,8,65,.1);
    background: rgba(193,8,65,.05);
}
.pricing.pricing-danger .options li span, .pricing.pricing-danger .bottom-box .more, .pricing.pricing-danger .options li.active {
     color: #c10841;
}
.pricing.pricing-info:before {
     background: rgba(0,152,202,.06);
}
.pricing.pricing-info .title a {
     color: #0098ca;
}
.pricing.pricing-info .price-box .icon {
     color: #0098ca;
    border-color: #0098ca;
}
.pricing.pricing-info .options li, .pricing.pricing-info .bottom-box {
    color: rgba(0,152,202,.4);
     border-color: rgba(0,152,202,.1);
}
.pricing.pricing-info .bottom-box {
     border-top: 1px solid rgba(0,152,202,.1);
    background: rgba(0,152,202,.05);
}
.pricing.pricing-info .options li span, .pricing.pricing-info .bottom-box .more, .pricing.pricing-info .options li.active {
     color: #0098ca;
}
.pricing.pricing-success:before {
     background: rgba(115,141,0,.06);
}
.pricing.pricing-success .title a {
     color: #738d00;
}
.pricing.pricing-success .price-box .icon {
     color: #738d00;
    border-color: #738d00;
}
.pricing.pricing-success .options li, .pricing.pricing-success .bottom-box {
    color: rgba(115,141,0,.4);
     border-color: rgba(115,141,0,.1);
}
.pricing.pricing-success .bottom-box {
     border-top: 1px solid rgba(115,141,0,.1);
    background: rgba(115,141,0,.05);
}
.pricing.pricing-success .options li span, .pricing.pricing-success .bottom-box .more, .pricing.pricing-success .options li.active {
     color: #738d00;
}
.respond {
    border: 0 none;
     background: none;
}
.respond .description {
    font-size: 90%;
    font-style: italic;
    line-height: 1.4;
    position: relative;
    margin-bottom: 10px;
    padding: 20px;
    color: #1e1e1e;
    border-radius: 5px;
     background: #fff;
}
.respond .name {
    min-height: 22px;
    padding: 5px 5px 5px 5px;
     color: #7f7f7f;
}
.respond .name .icon {
    font-size: 30px;
    margin: -5px 0 0;
     color: #7f7f7f;
}
.respond.bg .description {
     background-color: #a5e573;
}
.respond.bg .description:before {
    position: absolute;
    bottom: -20px;
    display: block;
    width: 0;
    height: 0;
    content: '';
     border: 10px solid transparent;
    border-top-color: #a5e573;
}
.respond.border .description {
    border-width: 1px;
     border-color: #a5e573;
}
.respond.border .description:before {
    position: absolute;
    bottom: -20px;
    display: block;
    width: 0;
    height: 0;
    content: '';
     border: 10px solid transparent;
    border-top-color: #a5e573;
}
.respond.border .description:after {
    position: absolute;
    bottom: -18px;
    display: block;
    width: 0;
    height: 0;
    content: '';
     border: 10px solid transparent;
    border-top-color: #fff;
}
.respond.border.respond-blockquote blockquote:before, .respond.border.respond-blockquote blockquote:after {
     color: #a5e573;
}
.respond.white .name {
     color: #fff;
}
.respond.white .name .icon {
     color: #fff;
}
.respond.respond-blockquote blockquote {
    margin: 0;
    padding-left: 30px;
     border: none;
}
.respond.respond-blockquote blockquote:before {
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 14px;
    left: 16px;
     content: open-quote;
}
.respond.respond-blockquote blockquote:after {
    font-size: 50px;
    font-weight: bold;
    line-height: 0;
    display: inline-block;
    margin: 0 0 -5px 0;
     content: close-quote;
    vertical-align: bottom;
}
.respond.respond-blockquote .name .icon {
     float: left;
    width: 50px;
    height: 50px;
    margin: 0 10px 0 0;
}
.respond.respond-blockquote .name strong {
     font-size: 120%;
}
.respond-carousel {
     overflow: hidden;
}
.respond-carousel .pagination {
     margin: 0;
}
.respond .description.bg-primary {
     color: #fff;
}
.respond .description.bg-primary:before, .respond .description.border-primary:before {
     border-top-color: #037ac5;
}
.respond.respond-blockquote.border .border-primary blockquote:before, .respond.respond-blockquote.border .border-primary blockquote:after {
     color: #0098ca;
}
.respond .description.bg-warning {
     color: #fff;
}
.respond .description.bg-warning:before, .respond .description.border-warning:before {
     border-top-color: #f89406;
}
.respond.respond-blockquote.border .border-warning blockquote:before, .respond.respond-blockquote.border .border-warning blockquote:after {
     color: #0098ca;
}
.respond .description.bg-danger {
     color: #fff;
}
.respond .description.bg-danger:before, .respond .description.border-danger:before {
     border-top-color: #c10841;
}
.respond.respond-blockquote.border .border-danger blockquote:before, .respond.respond-blockquote.border .border-danger blockquote:after {
     color: #0098ca;
}
.respond .description.bg-info {
     color: #fff;
}
.respond .description.bg-info:before, .respond .description.border-info:before {
     border-top-color: #0098ca;
}
.respond.respond-blockquote.border .border-info blockquote:before, .respond.respond-blockquote.border .border-info blockquote:after {
     color: #0098ca;
}
.respond .description.bg-success {
     color: #fff;
}
.respond .description.bg-success:before, .respond .description.border-success:before {
     border-top-color: #738d00;
}
.respond.respond-blockquote.border .border-success blockquote:before, .respond.respond-blockquote.border .border-success blockquote:after {
     color: #0098ca;
}
.respond .description.bg-white:before, .respond .description.border-white:before {
     border-top-color: #fff;
}
.respond.border .description.border-white {
     border-color: #fff;
}
.respond.respond-blockquote.border .border-white blockquote:before, .respond.respond-blockquote.border .border-white blockquote:after {
     color: #1e1e1e;
}
.search-result .search-form {
    position: relative;
     margin-bottom: 40px;
}
.search-result .search-form .search-string, .search-result .header .search-form .search-string:hover, .header .search-result .search-form .search-string:hover {
    font-size: 24px;
    line-height: 30px;
     box-sizing: border-box;
    height: 60px;
    margin: 0;
    padding: 14px 50px 14px 18px;
    color: #1e1e1e;
    box-shadow: none;
}
.search-result .search-form .search-string:focus {
     border-color: #ccc;
}
.search-result .search-form .search-submit {
    line-height: 1;
    position: absolute;
    top: 15px;
    right: 0;
    width: 46px;
    height: 30px;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    text-align: center;
    border-left: 1px solid #e1e1e1;
     background: none;
}
.search-result .search-form .search-submit svg {
     margin-top: 2px;
}
.search-result .search-form .search-submit:hover {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
     opacity: .5;
    filter: alpha(opacity=50);
}
.search-result .filter-buttons, .search-result .text-results {
     margin-bottom: 30px;
}
.search-result .text-results {
    font-size: 12px;
    padding-top: 9px;
    padding-bottom: 10px;
    text-align: right;
     color: #999;
}
.search-result .item {
    margin: 0 -15px 40px;
    padding: 37px 0 0;
    border: 0 none;
    border-top: 1px solid #e1e1e1;
     background: none;
}
.search-result .pagination {
     margin-top: 0;
}
.service .icon {
    display: block;
    float: left;
    width: 70px;
    height: 70px;
    margin: 0 30px 0 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    text-align: center;
    text-decoration: none;
    color: #1e1e1e;
     border-radius: 35px;
}
.service .icon:hover {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
     opacity: .8;
    filter: alpha(opacity=80);
}
.service .icon i:before {
     font-size: 30px;
    line-height: 70px;
}
.service .title {
     margin: 2px 0 17px;
}
.service .text-small {
     overflow: hidden;
}
.services .service, .services .features-block {
     margin-bottom: 40px;
}
.services-box-three-left {
     margin-bottom: 40px;
    padding: 20px;
}
.service a:not(.btn), .big-services-box a:not(.btn), .features-block a:not(.btn) {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
     color: #1e1e1e;
}
.service a:not(.btn):hover, .big-services-box a:not(.btn):hover, .features-block a:not(.btn):hover {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
     text-decoration: none;
    text-decoration: none;
    opacity: .8;
    filter: alpha(opacity=80);
}
.service > a, .big-services-box > a, .features-block > a {
     display: inline-block;
}
.white .service a, .white .big-services-box a {
     color: #fff;
}
.big-services-box {
     margin-bottom: 40px;
    text-align: center;
}
.big-icon {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    text-align: center;
    color: #1e1e1e;
     border-radius: 50px;
}
.big-icon i:before {
     font-size: 50px;
    line-height: 100px;
}
a.big-icon:hover {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
     opacity: .8;
    filter: alpha(opacity=80);
}
.big-icon.pull-left {
     margin: 0 20px 20px 0;
}
.sitemap, .sitemap ul {
    margin: 0;
    padding: 0;
     list-style: none;
}
.sitemap ul {
     margin: 0 0 0 15px;
}
.sitemap li, .sitemap .li {
    position: relative;
     overflow: hidden;
}
.sitemap li:after, .sitemap .li:after {
    font-size: .5em;
    line-height: 40px;
    position: absolute;
    display: inline-block;
    margin: -6px 0 0 0;
     content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ';
    pointer-events: none;
}
.sitemap a {
    font-size: 12px;
    line-height: 1;
    position: relative;
    padding: 0 5px 0 12px;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    text-decoration: none;
    color: #1e1e1e;
     background: #fff;
}
.sitemap a:hover {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
     opacity: .8;
    filter: alpha(opacity=80);
}
.sitemap a:before {
    line-height: 12px;
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
     content: '\f105';
}
.social-feed {
     background-image: url('../img/svg/loader.svg'),none;
    background-repeat: no-repeat;
    background-position: 50% 100px;
    background-size: 40px;
}
.social-feed > * {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
     opacity: 0;
}
.social-feed .isotope-item {
     margin-bottom: 20px;
}
.social-feed .post {
    margin: 0;
    padding: 19px;
    border: 1px solid #ccc;
    border-radius: 3px;
     background: #fff;
}
.social-feed .post.bg {
    color: #fff;
     background: #ccc;
}
.social-feed .post.bg-danger {
     border-color: #c10841;
}
.social-feed .post.bg-warning {
     border-color: #f89406;
}
.social-feed .post.bg-info {
     border-color: #0098ca;
}
.social-feed .post.bg-success {
     border-color: #738d00;
}
.social-feed .post.bg-primary {
     border-color: #037ac5;
}
.social-feed .post.number {
    position: relative;
    padding-right: 40px;
     padding-left: 40px;
    text-align: center;
}
.social-feed .post.number .post-icon {
     font-size: 24px;
    position: absolute;
    top: 10px;
    left: 10px;
    opacity: .8;
    filter: alpha(opacity=80);
}
.social-feed .post.number .social-data {
    font-style: italic;
    line-height: 1;
     display: inline-block;
    vertical-align: middle;
}
.social-feed .post.number .social-data .count {
     font-size: 60px;
    font-style: normal;
}
.social-feed .add-post {
    padding: 0;
    border: 0 none;
     background: none;
}
.social-feed .add-post .nav-tabs {
     border: 0 none;
}
.social-feed .add-post .nav-tabs > li > a {
    padding: 6px 10px 7px;
     border-radius: 3px 3px 0 0;
}
.social-feed .add-post .nav-tabs > li > a .fa {
     color: #7f7f7f;
}
.social-feed .add-post .nav-tabs > li.active > a, .social-feed .add-post .nav-tabs > li.active > a:hover, .social-feed .add-post .nav-tabs > li.active > a:focus {
    font-weight: normal;
     color: #555;
}
.social-feed .add-post .tab-content {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 3px;
     background: #fff;
}
.social-feed .add-post .tab-content .tab-pane {
     padding: 0;
}
.social-feed .add-post .tab-content .tab-pane form {
     margin: 0;
}
.social-feed .add-post .tab-pane input {
     margin-bottom: 22px;
}
.social-feed .author-info {
     margin-bottom: 15px;
}
.social-feed .author-info .avatar {
    float: left;
    overflow: hidden;
    width: 50px;
    height: 50px;
    margin: 0 20px 0 0;
     border-radius: 50%;
}
.social-feed .author-info .user-name {
     font-size: 16px;
}
.social-feed .author-info .user-name a {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
    text-decoration: none;
     color: #1e1e1e;
}
.social-feed .author-info .user-name a:hover {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
     opacity: .8;
    filter: alpha(opacity=80);
}
.social-feed .author-info time {
    font-style: italic;
     color: #7f7f7f;
}
.social-feed .preview {
     margin: 0 -20px 20px;
    text-align: center;
}
.social-feed .preview img {
     display: block;
    margin: 0 auto;
}
.social-feed .buttons {
     margin-bottom: 20px;
    text-align: right;
}
.social-feed .buttons .btn {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
    color: rgba(0,0,0,.5);
    border: 1px solid rgba(0,0,0,.5);
     background: none;
}
.social-feed .buttons .btn:hover {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
     opacity: .8;
    filter: alpha(opacity=80);
}
.social-feed .comments {
    margin: 0 -20px -20px;
    padding: 20px;
     background: rgba(0,0,0,.1);
}
.social-feed .comments .comment {
     margin: 0 0 25px;
}
.social-feed .comments .comment .avatar {
    float: left;
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin: 0 10px 5px 0;
     border-radius: 50%;
}
.social-feed .comments .comment .author-details {
     margin-bottom: 5px;
}
.social-feed .comments .comment .user-name a {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
    text-decoration: none;
     color: #1e1e1e;
}
.social-feed .comments .comment .user-name a:hover {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
     opacity: .8;
    filter: alpha(opacity=80);
}
.social-feed .comments .comment time {
    font-size: 12px;
    font-style: italic;
     color: #7f7f7f;
}
.social-feed .comments .form {
     margin: 0;
}
.social-feed .comments .form .form-control {
     height: 62px;
    margin: 0;
}
.social-feed .comments .form textarea {
     resize: none;
}
.social-feed.loaded {
     background: none;
}
.social-feed.loaded > * {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
     opacity: 1;
}
.social-feed .bg .author-info .user-name a, .social-feed .bg .comments .comment .user-name a {
     color: #fff;
}
.social-feed .bg .author-info time, .social-feed .bg .comments .comment time {
     color: rgba(255,255,255,.8);
}
.social-feed .bg .buttons .btn {
    color: #1e1e1e;
    border-color: #fff;
     background: #fff;
}
.social-feed .bg-danger .buttons .btn {
     color: #c10841;
}
.social-feed .bg-warning .buttons .btn {
     color: #f89406;
}
.social-feed .bg-info .buttons .btn {
     color: #0098ca;
}
.social-feed .bg-success .buttons .btn {
     color: #738d00;
}
.social-feed .bg-primary .buttons .btn {
     color: #037ac5;
}
.social-feed .post.number.twitter {
    border-color: #00aced;
     background: #00aced;
}
.social-feed .post.number.facebook {
    border-color: #3b5998;
     background: #3b5998;
}
.social-feed .post.number.google {
    border-color: #dd4b39;
     background: #dd4b39;
}
.social-feed .post.number.pinterest {
    border-color: #cb2027;
     background: #cb2027;
}
.social-feed .post.number.linkedin {
    border-color: #007bb6;
     background: #007bb6;
}
.social-feed .post.number.youtube {
    border-color: #b00;
     background: #b00;
}
.steps {
     display: table;
    width: 100%;
    table-layout: fixed;
}
.steps .step {
    position: relative;
    display: table-cell;
    padding: 15px;
    vertical-align: middle;
    border: 1px solid #e1e1e1;
     background: #fff;
}
.steps .step .step-wrapper {
     position: relative;
}
.steps .step .step-wrapper:after, .steps .step .step-wrapper:before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: -29px;
     content: '';
    border: 7px solid transparent;
    border-left-color: #e1e1e1;
}
.steps .step .step-wrapper:before {
    z-index: 2;
    right: -27px;
     border-left-color: #fff;
}
.steps .step + .step {
     border-left: 0 none;
}
.steps .step:first-child {
     border-radius: 3px 0 0 3px;
}
.steps .step:last-child {
     border-radius: 0 3px 3px 0;
}
.steps .step:last-child .step-wrapper:after, .steps .step:last-child .step-wrapper:before {
     display: none;
}
.steps .step .bg-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .1;
    background-repeat: no-repeat;
    background-position: 50% 50%;
     background-size: cover;
    filter: alpha(opacity=10);
}
.steps .step .bg-image ~ * {
     position: relative;
}
.steps .step.border-error .step-wrapper:after {
     border-left-color: #c10841;
}
.steps .step.bg-error .step-wrapper:before {
     border-left-color: #c10841;
}
.steps .step.border-danger .step-wrapper:after {
     border-left-color: #c10841;
}
.steps .step.bg-danger .step-wrapper:before {
     border-left-color: #c10841;
}
.steps .step.border-info .step-wrapper:after {
     border-left-color: #0098ca;
}
.steps .step.bg-info .step-wrapper:before {
     border-left-color: #0098ca;
}
.steps .step.border-warning .step-wrapper:after {
     border-left-color: #f89406;
}
.steps .step.bg-warning .step-wrapper:before {
     border-left-color: #f89406;
}
.steps .step.border-success .step-wrapper:after {
     border-left-color: #738d00;
}
.steps .step.bg-success .step-wrapper:before {
     border-left-color: #738d00;
}
.steps .step.border-grey .step-wrapper:after {
     border-left-color: #777;
}
.steps .step.bg-grey .step-wrapper:before {
     border-left-color: #777;
}
.steps .step.bg-grey {
     background: #777;
}
.steps.steps-apart {
     display: block;
    width: auto;
}
.steps.steps-apart .step {
    display: block;
     border-radius: 3px;
}
.steps.steps-apart .step:last-child .step-wrapper:after, .steps.steps-apart .step:last-child .step-wrapper:before {
     display: block;
}
.steps.steps-apart > [class*='col-md']:last-child > .step .step-wrapper:after, .steps.steps-apart > [class*='col-md']:last-child > .step .step-wrapper:before {
     display: none;
}
.steps.progress-steps {
     display: block;
}
.steps.progress-steps .step {
    display: block;
    min-height: 185px;
    margin: 0 0 40px;
    padding: 0;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
     background: none !important;
}
.steps.progress-steps .step .step-wrapper {
    position: static;
     padding: 20px 20px 20px 260px;
}
.steps.progress-steps .step .number {
    font-size: 150px;
    line-height: 1.2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 240px;
    text-align: center;
    color: #fff;
     background: #e1e1e1;
}
.steps.progress-steps .step .number:after, .steps.progress-steps .step .number:before {
    position: absolute;
    z-index: 1;
    bottom: -15px;
    left: 50%;
    margin-left: -7px;
    content: '';
     border: 7px solid transparent;
    border-top-color: #e1e1e1;
}
.steps.progress-steps .step .number:before {
    z-index: 2;
     bottom: -13px;
}
.steps.progress-steps .step.step-right .step-wrapper {
     padding: 20px 260px 20px 20px;
}
.steps.progress-steps .step.step-right .number {
    right: 0;
     left: auto;
}
.steps.progress-steps .step .step-wrapper:after, .steps.progress-steps .step .step-wrapper:before, .steps.progress-steps .step:last-child .number:after, .steps.progress-steps .step:last-child .number:before {
     display: none;
}
.steps.progress-steps .step.border-error .number {
     color: #c10841;
}
.steps.progress-steps .step.border-error .number:after {
     border-top-color: #c10841;
}
.steps.progress-steps .step.bg-error .number {
    color: #fff;
     background: #c10841;
}
.steps.progress-steps .step.bg-error .number:before {
     border-top-color: #c10841;
}
.steps.progress-steps .step.border-danger .number {
     color: #c10841;
}
.steps.progress-steps .step.border-danger .number:after {
     border-top-color: #c10841;
}
.steps.progress-steps .step.bg-danger .number {
    color: #fff;
     background: #c10841;
}
.steps.progress-steps .step.bg-danger .number:before {
     border-top-color: #c10841;
}
.steps.progress-steps .step.border-info .number {
     color: #0098ca;
}
.steps.progress-steps .step.border-info .number:after {
     border-top-color: #0098ca;
}
.steps.progress-steps .step.bg-info .number {
    color: #fff;
     background: #0098ca;
}
.steps.progress-steps .step.bg-info .number:before {
     border-top-color: #0098ca;
}
.steps.progress-steps .step.border-warning .number {
     color: #f89406;
}
.steps.progress-steps .step.border-warning .number:after {
     border-top-color: #f89406;
}
.steps.progress-steps .step.bg-warning .number {
    color: #fff;
     background: #f89406;
}
.steps.progress-steps .step.bg-warning .number:before {
     border-top-color: #f89406;
}
.steps.progress-steps .step.border-success .number {
     color: #738d00;
}
.steps.progress-steps .step.border-success .number:after {
     border-top-color: #738d00;
}
.steps.progress-steps .step.bg-success .number {
    color: #fff;
     background: #738d00;
}
.steps.progress-steps .step.bg-success .number:before {
     border-top-color: #738d00;
}
.steps.progress-steps .step.border-grey .number {
     color: #777;
}
.steps.progress-steps .step.border-grey .number:after {
     border-top-color: #777;
}
.steps.progress-steps .step.bg-grey .number {
    color: #fff;
     background: #777;
}
.steps.progress-steps .step.bg-grey .number:before {
     border-top-color: #777;
}
.employee {
    position: relative;
    display: inline-block;
    float: none;
    overflow: hidden;
    min-width: 260px;
    margin: 0 0 40px;
    text-align: left;
    vertical-align: top;
     border-radius: 3px;
}
.carousel .employee {
     margin-top: 40px;
}
.employee .image {
    line-height: 0;
    display: block;
    margin: 0;
     background: #f2f2f2;
}
.employee .image > img {
     width: 100%;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
.employee .description {
    font-size: 13px;
    line-height: 18px;
    display: table;
    width: 100%;
    height: 72px;
    text-align: center;
    color: #505050;
    border-top-width: 1px;
     background: #f2f2f2;
}
.employee .description .vertical {
     display: table-cell;
    height: 72px;
    padding-right: 5px;
    padding-left: 5px;
    vertical-align: middle;
}
.employee .name {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    margin: 0 0 4px;
     color: #1e1e1e;
}
.employee .role {
     font-size: 11px;
}
.employee .employee-hover {
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    display: none;
    box-sizing: border-box;
    padding: 16px 20px 90px;
    color: #7f7f7f;
    border-radius: 3px;
     background: #1e1e1e;
    background: rgba(30,30,30,.9);
}
.employee .employee-hover .name {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.4;
    margin: 0 0 7px;
     color: #fff;
}
.employee .employee-hover .role {
     line-height: 1;
    margin: 0 0 24px;
}
.employee .employee-hover .contact {
     color: #fff;
}
.employee .employee-hover .image {
    line-height: 0;
    position: relative;
    z-index: 1;
    display: block;
    float: right;
    overflow: hidden;
    width: 60px;
    height: 60px;
    margin: 4px 0 0 5px;
    padding: 0;
    border-radius: 3px;
     background: #f7f7f7;
}
.employee .employee-hover .social {
    position: absolute;
     bottom: 20px;
    left: 20px;
    text-align: center;
}
.employee .employee-hover .social .icon {
    position: relative;
    float: left;
    margin: 0 10px 0 0;
    opacity: 1;
     background: #fff;
    filter: alpha(opacity=100);
}
.employee .employee-hover .social .icon span {
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    opacity: .35;
     border-radius: 2px;
    filter: alpha(opacity=35);
}
.employee .employee-hover .social .icon:hover span {
     opacity: 1;
    filter: alpha(opacity=100);
}
.rotation .employee-hover {
    z-index: 13;
     display: block;
    height: inherit;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
}
.rotation.hover .employee-hover {
    z-index: 46;
    -webkit-transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transform: rotateY(0deg);
    -webkit-transform: rotateX(0deg) rotateY(0deg);
     -moz-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateY(0deg);
}
@media (max-width: 600px) {
     .employee-single .images-box {
         display: block;
        float: none !important;
        margin: 0 auto 20px;
    }
}
.employee-single .images-box .carousel-box {
     overflow: hidden;
}
.employee-single .images-box .carousel-box.load {
    overflow: hidden;
     max-height: 390px;
}
.employee-single .images-box .image {
    float: left;
     box-sizing: border-box;
    margin: 0 0 20px;
    text-align: center;
}
.employee-single .images-box img {
     border-radius: 5px;
}
.employee-single .images-box .pagination {
     margin-top: 0;
}
.employee-single.employee {
    width: auto;
    max-width: inherit;
     margin: 0;
}
.employee-single .employee-description .name {
     font-size: 22px;
    line-height: 1.3;
    margin: 0 0 5px;
}
.employee-single .employee-description .role {
     font-size: 14px;
    margin: 0 0 22px;
}
.employee-single .employee-description .social {
     margin: 22px 0 0;
}
.employee-single-rotation .content-box {
    padding-right: 15px;
     padding-left: 15px;
}
@media (max-width: 600px) {
     .employee-single-rotation .employee, .employee-single-rotation .employee.pull-right {
         display: block;
        float: none !important;
        margin: 0 auto 20px;
    }
}
.timeline {
    position: relative;
     padding: 20px 0;
}
.timeline:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 4px;
    height: 100%;
    margin-left: -2px;
    content: '';
    border-radius: 2px;
     background-color: #d2d2d2;
    background-color: rgba(0,0,0,.2);
}
.timeline .post {
    width: 50%;
    margin: 0;
    padding: 0 40px 5px 0;
     border: 0 none;
}
.timeline .post:last-child, .timeline .post:nth-child(even):last-child {
     padding-bottom: 0;
}
.timeline .post:nth-child(even) {
     margin-left: 50%;
    padding: 0 0 5px 40px;
}
.timeline .post:nth-child(even) .timeline-time {
    right: 50%;
     left: auto;
    margin: 31px 40px 0 0;
    text-align: right;
}
.timeline .post:nth-child(even) .timeline-content:before {
    right: auto;
    left: -30px;
     border: 15px solid transparent;
    border-right-color: #ccc;
}
.timeline .post:nth-child(even) .timeline-content:after {
    right: auto;
    left: -28px;
     border: 14px solid transparent;
    border-right-color: #fff;
}
.timeline .post .timeline-time {
    position: absolute;
    left: 50%;
    margin: 31px 0 0 40px;
     color: #999;
}
.timeline .post .timeline-icon {
    font-size: 18px;
    line-height: 40px;
    position: absolute;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: 22px 0 0 -20px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
     background: #1e1e1e;
}
.timeline .post .timeline-icon .livicon svg {
     left: 0 !important;
}
.timeline .post .timeline-content {
    position: relative;
    padding: 46px;
    border: 1px solid #ccc;
    border-radius: 3px;
     background: #fff;
}
.timeline .post .timeline-content:before, .timeline .post .timeline-content:after {
    position: absolute;
    top: 26px;
    right: -30px;
    display: block;
    content: '';
     border: 15px solid transparent;
    border-left-color: #ccc;
}
.timeline .post .timeline-content:after {
    top: 27px;
    right: -28px;
     border: 14px solid transparent;
    border-left-color: #fff;
}
.timeline .post .timeline-content .video-box:last-child, .timeline .post .timeline-content blockquote:last-child {
     margin-bottom: 0;
}
.timeline .post .timeline-content .map-canvas {
     height: 250px;
}
.timeline .post .timeline-content .img-rounded, .timeline .post .timeline-content .img-thumbnail.img-rounded img, .img-thumbnail.img-rounded .timeline .post .timeline-content img, .timeline .post .timeline-content .img-thumbnail.img-rounded .bg-images, .img-thumbnail.img-rounded .timeline .post .timeline-content .bg-images, .timeline .post .timeline-content .img-thumbnail.img-circle img, .img-thumbnail.img-circle .timeline .post .timeline-content img, .timeline .post .timeline-content .img-thumbnail.img-circle .bg-images, .img-thumbnail.img-circle .timeline .post .timeline-content .bg-images {
     border-radius: 2px;
}
.timeline .post .timeline-content .entry-title {
     font-size: 18px;
    margin: 0 0 10px;
}
.timeline .post .timeline-content .entry-content {
     margin: 0;
}
.timeline .post .timeline-content.bg {
    color: #fff;
     background: #ccc;
}
.timeline .post .timeline-content.bg .entry-title a, .timeline .post .timeline-content.bg blockquote footer, .timeline .post .timeline-content.bg blockquote small, .timeline .post .timeline-content.bg blockquote .small {
     color: #fff;
}
.timeline .post.no-padding .timeline-content {
     padding: 0;
}
.timeline .post:not(.no-padding) .timeline-content.bg:after {
     display: none;
}
.timeline .post .timeline-content.bg-danger, .timeline .post .timeline-content.border-danger {
     border-color: #c10841;
}
.timeline .post .timeline-content.bg-danger:before, .timeline .post .timeline-content.border-danger:before {
     border-left-color: #c10841;
}
.timeline .post:nth-child(even) .timeline-content.bg-danger:before, .timeline .post:nth-child(even) .timeline-content.border-danger:before {
     border: 15px solid transparent;
    border-right-color: #c10841;
}
.timeline .post .timeline-content.bg-info, .timeline .post .timeline-content.border-info {
     border-color: #0098ca;
}
.timeline .post .timeline-content.bg-info:before, .timeline .post .timeline-content.border-info:before {
     border-left-color: #0098ca;
}
.timeline .post:nth-child(even) .timeline-content.bg-info:before, .timeline .post:nth-child(even) .timeline-content.border-info:before {
     border: 15px solid transparent;
    border-right-color: #0098ca;
}
.timeline .post .timeline-content.bg-warning, .timeline .post .timeline-content.border-warning {
     border-color: #f89406;
}
.timeline .post .timeline-content.bg-warning:before, .timeline .post .timeline-content.border-warning:before {
     border-left-color: #f89406;
}
.timeline .post:nth-child(even) .timeline-content.bg-warning:before, .timeline .post:nth-child(even) .timeline-content.border-warning:before {
     border: 15px solid transparent;
    border-right-color: #f89406;
}
.timeline .post .timeline-content.bg-success, .timeline .post .timeline-content.border-success {
     border-color: #738d00;
}
.timeline .post .timeline-content.bg-success:before, .timeline .post .timeline-content.border-success:before {
     border-left-color: #738d00;
}
.timeline .post:nth-child(even) .timeline-content.bg-success:before, .timeline .post:nth-child(even) .timeline-content.border-success:before {
     border: 15px solid transparent;
    border-right-color: #738d00;
}
.timeline .post .timeline-content.bg-primary, .timeline .post .timeline-content.border-primary {
     border-color: #037ac5;
}
.timeline .post .timeline-content.bg-primary:before, .timeline .post .timeline-content.border-primary:before {
     border-left-color: #037ac5;
}
.timeline .post:nth-child(even) .timeline-content.bg-primary:before, .timeline .post:nth-child(even) .timeline-content.border-primary:before {
     border: 15px solid transparent;
    border-right-color: #037ac5;
}
.why-choose ul {
    margin: 0;
    padding: 0;
     list-style: none;
}
.why-choose li {
     font-size: 13px;
    line-height: 20px;
    position: relative;
    padding: 11px 0 8px 23px;
}
.why-choose li:before {
    font-size: 16px;
    position: absolute;
    top: 11px;
    left: 2px;
    display: block;
     content: '?';
}
.why-choose li + li {
     border-top-width: 1px;
}
.word-rotate {
    display: inline-block;
    overflow: hidden;
    padding: 0 8px;
    text-align: center;
    vertical-align: top;
     background: #1e1e1e;
}
.word-rotate:not(.border) {
     color: #fff;
}
.word-rotate .words-box {
    position: relative;
     display: inline-block;
}
.word-rotate .words-box span {
     display: block;
    white-space: nowrap;
}
.word-rotate .words-box span + span {
     display: none;
}
.word-rotate.loaded .words-box span + span {
     display: block;
}
.word-rotate.border {
    border: 1px solid #1e1e1e;
     background: none;
}
.portfolio .filter-elements {
     overflow: visible !important;
}
.portfolio .work {
     margin-bottom: 40px;
}
.work {
    position: relative;
    display: block;
    text-align: center;
    color: #fff;
     border-radius: 5px;
    text-shadow: 0 1px #000;
}
.work:hover {
     display: block;
    text-decoration: none;
}
.carousel .work {
     margin: 2px 1px;
}
.work img {
    width: 100%;
    text-align: center;
    border-radius: 5px;
     background-color: #555;
    box-shadow: 0 1px 2px rgba(0,0,0,.4);
}
.work .shadow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 5px;
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(29%, rgba(255,255,255,.01)), color-stop(30%, rgba(0,0,0,.01)), color-stop(33%, rgba(0,0,0,.01)), color-stop(62%, rgba(0,0,0,.17)), color-stop(68%, rgba(0,0,0,.24)), color-stop(90%, rgba(0,0,0,.62)), color-stop(100%, rgba(0,0,0,.73)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.01) 29%, rgba(0,0,0,.01) 30%, rgba(0,0,0,.01) 33%, rgba(0,0,0,.17) 62%, rgba(0,0,0,.24) 68%, rgba(0,0,0,.62) 90%, rgba(0,0,0,.73) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,.01) 29%, rgba(0,0,0,.01) 30%, rgba(0,0,0,.01) 33%, rgba(0,0,0,.17) 62%, rgba(0,0,0,.24) 68%, rgba(0,0,0,.62) 90%, rgba(0,0,0,.73) 100%);
}
.work .work-title {
    position: absolute;
    right: 0;
     bottom: 37px;
    left: 0;
    margin: 0 0 -17px;
    padding: 0 5px;
    -webkit-transition: bottom .2s ease-in;
    transition: bottom .2s ease-in;
    text-align: center;
}
.work .title {
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
     bottom: 46px;
    margin: 0 0 6px;
    text-align: center;
}
.work .description {
    font-family: Georgia;
     font-size: 11px;
    font-style: italic;
    line-height: 16px;
    text-align: center;
}
.work .bg-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    opacity: 0;
    border-radius: 5px;
     background: #fff;
    background: rgba(255,255,255,.9);
    filter: alpha(opacity=0);
}
.work:hover {
     text-shadow: none;
}
.work:hover .work-title {
     bottom: 46%;
    -webkit-transition: bottom .2s ease-in;
    transition: bottom .2s ease-in;
    color: #1e1e1e;
}
.work:hover .bg-hover {
    -webkit-transition: all .2s ease-in ;
    transition: all .2s ease-in;
     opacity: 1;
    filter: alpha(opacity=100);
}
.work-single .carousel-box {
     overflow: hidden;
}
.work-single .carousel-box .carousel img {
     border-radius: 5px;
}
.work-single .carousel-box.load {
     max-height: 270px;
}
.work-single .title {
     font-size: 22px;
    font-weight: normal;
    margin: 0 0 5px;
}
.work-single .type {
    font-size: 14px;
    margin: 0 0 22px;
     color: #7f7f7f;
}
.work-one {
    overflow: hidden;
    max-width: 100%;
     color: #7f7f7f;
}
.work-one + .work-one {
     margin-top: 40px;
}
.work-one .title {
     font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 7px;
}
.work-one .title a {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
     color: #1e1e1e;
}
.work-one .title a:hover {
    -webkit-transition: opacity .2s linear ;
    transition: opacity .2s linear;
    text-decoration: none;
     opacity: .8;
    filter: alpha(opacity=80);
}
.work-one .description {
     font-size: 11px;
    line-height: 14px;
    margin: 0 0 27px;
}
.work-one .work-image {
    line-height: 0;
    display: block;
    overflow: hidden;
     border-radius: 5px;
}
.work-one .work-image img {
     -webkit-transition: all 1s ease ;
    transition: all 1s ease;
}
.work-one .work-image img:hover {
     -webkit-filter: grayscale(100%);
}
@media (max-width: 1199px) {
     .phone-active, .search-active {
         left: 0;
        width: auto;
    }
    .toolbar .per-page {
         display: none;
    }
    .content .slider .slid-content {
         bottom: 43px;
    }
    .content .slider .pagination {
         padding: 0;
    }
    .content .slider .slider-nav .nav-box {
         bottom: 10px;
    }
    .content .slider .slider-nav .prev, .content .slider .slider-nav .next {
         display: none !important;
    }
    #car-bottom .total .checkout {
         font-size: 12px;
    }
    .pricing .title a {
         font-size: 21px;
    }
    .employee .employee-hover .role {
         margin: 0 0 15px;
    }
    .gallery-images:hover .bg-images i:before {
         font-size: 40px;
    }
    .sidebar .whats-news .product {
        min-width: inherit;
         max-width: 270px;
    }
    .sidebar .whats-news .rotation.hover .default {
         -webkit-transform: rotateY(0) ;
        -moz-transform: rotateY(0);
    }
    .sidebar .whats-news .rotation .product-hover {
         display: none;
    }
    .rs-slider.full-width .tp-bullets {
         left: 27px !important;
        margin-left: 0 !important;
    }
}
@media (max-width: 991px) {
     .fixed-top-box {
         padding-top: 0;
    }
    .fixed-top-box #top-box {
         position: static;
        z-index: inherit;
        top: inherit;
    }
    .fixed-header .header, .boxed.fixed-header .header, .boxed.fixed-header.fixed .header, .fixed-header.hidden-top.visible-top .header {
        position: static;
        z-index: inherit;
        top: inherit;
        -webkit-transform: inherit;
         box-shadow: none;
        -webkit-backface-visibility: inherit;
    }
    .fixed-header .header-two + * {
         margin-top: 0;
    }
    .hidden-top, .hidden-top .page-box, .hidden-top.visible-top .page-box {
         margin-top: 0;
        padding-top: 0;
    }
    .hidden-top {
         -webkit-transition: all 0 linear ;
        transition: all 0 linear;
    }
    .hidden-top #top-box, .boxed.hidden-top #top-box, .boxed.fixed-header.hidden-top #top-box {
        position: static;
         margin-top: 0;
        margin-bottom: 0;
    }
    .hidden-top .header, .fixed-header.hidden-top .header {
        position: static;
         margin-top: 0;
    }
    .fixed-header.hidden-top.visible-top .header, .fixed-header.hidden-top.fixed #top-box, .fixed-header.hidden-top.visible-top.fixed #top-box {
         margin-top: 0;
    }
    .top-navbar {
        min-height: 30px;
         margin: 0;
    }
    .top-navbar .btn-navbar {
        font-size: 16px;
        display: block;
        margin: 0;
        padding: 7px;
        color: #fff;
        color: rgba(255,255,255,.7);
        border-color: rgba(255,255,255,.2);
        border-radius: 3px;
         background: none !important;
    }
    .top-navbar .btn-navbar.collapsed {
         border-color: transparent;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        border-radius: 0;
         background-color: rgba(255,255,255,.7);
    }
    .top-navbar .navbar-collapse.collapse {
         display: none !important;
    }
    .top-navbar .navbar-collapse.collapse.in {
         display: block !important;
    }
    .top-navbar .collapse, .top-navbar .collapsing {
        position: absolute !important;
        z-index: 1002;
        top: 100%;
        left: 0;
        margin: 5px 0 0;
        padding: 0;
        border: 0 none;
         background: #fff;
        box-shadow: 0 0 5px rgba(41, 185, 237, 0.35);
    }
    .top-navbar .navbar-nav.navbar-right:last-child, .top-navbar .navbar-nav {
         margin: 0;
    }
    .top-navbar .nav > li {
         float: none;
    }
    #top-box .top-navbar .nav > li a {
         color: #7b7b7b;
    }
    .top-navbar .nav > li:hover a, .top-navbar .nav > li a:hover {
         background: none;
    }
    .top-navbar.top-navbar-right .navbar-right {
         float: none !important;
    }
    .top-navbar.top-navbar-right .collapse, .top-navbar.top-navbar-right .collapsing {
        right: 0;
         left: auto;
    }
    .top-navbar .nav > li a .count {
         background: rgba(0,0,0,.1);
    }
    .header {
         width: auto;
    }
    .header .right-box-wrapper {
         text-align: right;
    }
    .header .header-wrapper .cart-header {
         margin-right: 0;
    }
    .header .header-wrapper .primary .navbar {
        position: static;
        min-height: inherit;
         margin: 0;
    }
    .header .header-wrapper .primary .navbar .btn-navbar {
        line-height: 15px;
        position: relative;
        z-index: 920;
        display: block;
        float: left;
        height: 46px;
        margin: 0;
        padding: 10px 15px;
        border: 1px solid #ccc;
        border-bottom: 0 none;
        border-radius: 3px 3px 0 0;
         background: #fff;
        box-shadow: none;
        text-shadow: none;
    }
    .header .header-wrapper .primary .navbar .btn-navbar:before {
        position: absolute;
        top: 7px;
        bottom: 8px;
        left: -1px;
        display: none;
        content: '';
         border-left: 1px solid #ccc;
        border-left: 1px solid rgba(204,204,204,.8);
    }
    .header .header-wrapper .primary .navbar .btn-navbar.collapsed:before {
         display: block;
    }
    .header .header-wrapper .primary .navbar .btn-navbar.collapsed {
        border: 1px solid transparent;
        border-bottom: 0 none;
         background: none;
    }
    .header .header-wrapper .primary .navbar .btn-navbar .text {
        line-height: 16px;
        float: right;
        padding: 0 0 0 30px;
         color: #1e1e1e;
    }
    .header .header-wrapper .primary .navbar .btn-navbar .icon-bar {
        width: 22px;
        height: 3px;
        margin: 0;
        border-radius: 0;
         background: #1e1e1e;
        box-shadow: none;
    }
    .header .header-wrapper .primary .navbar .btn-navbar .icon-bar + .icon-bar {
         margin-top: 3px;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse {
        position: absolute;
        z-index: 919;
        top: 50%;
        right: 0;
        left: auto;
        overflow: hidden !important;
        width: 200%;
        max-height: inherit;
        margin: 22px 0 0;
        padding: 0 15px;
         border: 0 none;
        box-shadow: none;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav {
        float: none;
        padding: 6px 6px 3px;
        border: 1px solid #ccc;
        border-radius: 3px 0 3px 3px;
         background: #fff;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav > li {
         float: none;
        margin: 0 0 3px;
        padding: 0;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav > li > a {
        font-weight: normal;
        margin: 0;
        padding: 7px 9px 7px 59px;
        text-decoration: none;
        border: 1px solid #f2f2f2;
        border-radius: 0;
        background: #f2f2f2;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav > li > a:hover, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li:hover > a {
        border: 1px solid #e9e9e9;
        border-radius: 0;
         background: #e9e9e9;
        box-shadow: none;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav > .parent > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent:hover > a {
        position: relative;
         background: #f2f2f2;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent .parent > a:after {
         display: none;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .open-sub {
        position: absolute;
        top: 0;
         bottom: 0;
        left: 0;
        width: 55px;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .open-sub span {
        position: absolute;
        display: block;
        width: 16px;
        height: 2px;
        margin: 17px 0 0 15px;
         background: #1e1e1e;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .open-sub span + span {
        width: 2px;
         height: 16px;
        margin: 10px 0 0 22px;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .parent .parent > a .open-sub span, .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .title .open-sub span {
        position: absolute;
        width: 12px;
        height: 2px;
        margin: 14px 0 0 38px;
         background: #7f7f7f;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .parent .parent > a .open-sub span + span, .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .title .open-sub span + span {
        width: 2px;
         height: 12px;
        margin: 9px 0 0 43px;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent:hover > a:after {
         display: none;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .sub, .header .header-wrapper .primary .navbar .navbar-collapse .parent .sub, .header .header-wrapper .primary .navbar .navbar-collapse .parent:hover > .sub {
        font-size: 13px;
        line-height: 24px;
        position: relative;
        left: 0;
        display: none;
        margin-top: 0;
        margin-bottom: 0;
        padding: 6px 0 5px;
        border: 0 none;
        border-radius: 0;
         background: #f7f7f7;
        box-shadow: none;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent:hover > a {
        border-radius: 0;
         background-color: #e9e9e9;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav > .parent.active > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav > .parent.active:hover > a {
        -webkit-transition: all .2s linear ;
        transition: all .2s linear;
        color: #fff;
        border-color: #1e1e1e;
         background: #1e1e1e;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav > .parent.active > a .open-sub span {
         background: #fff;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .parent.active > a .open-sub span + span, .header .header-wrapper .primary .megamenu .box.active .title .open-sub span + span {
         display: none;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .parent:hover > .sub {
        display: none;
         -webkit-animation: fadeIn 0 ;
        animation: fadeIn 0;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .sub li {
         line-height: 22px;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .sub li a {
        width: auto !important;
        padding: 4px 9px 4px 60px;
        text-decoration: none;
        color: #7f7f7f;
         background: none;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav li a > i {
         color: #1e1e1e;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav li:hover > .sub a {
         background: none;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .sub .sub {
         left: 0;
        margin-left: 10px;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub {
         left: 0;
        width: 100%;
        padding: 6px 0 5px;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .sub-wrapper {
         display: block;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .promo-block {
         display: none;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .sub-list {
         display: block;
        width: 100% !important;
        padding: 0;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .box {
         float: none;
        width: 100% !important;
        margin: 0;
        padding: 0;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .title {
        font-weight: normal;
        line-height: 22px;
        position: relative;
        margin: 0;
        padding: 4px 9px 4px 60px;
        cursor: pointer;
        text-transform: none;
         color: #7f7f7f;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .box.closed ul {
         display: none;
        margin-left: 10px;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new, .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu a .item-new, .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .sub a .item-new {
        position: static;
        top: 0;
         left: 0;
        float: right;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new .before, .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new:before {
         display: none;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-bg > a .open-sub span, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-inverse > a .open-sub span {
         background: #fff;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-bg > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-inverse > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-inverse:hover > a {
         color: #fff;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-primary > a {
         border-color: #428bca;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-success > a {
         border-color: #738d00;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-info > a {
         border-color: #0098ca;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-warning > a {
         border-color: #f89406;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-danger > a {
         border-color: #c10841;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-primary.item-bg > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-primary.item-bg:hover > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-primary.item-inverse > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-primary.item-inverse:hover > a {
        border-color: #428bca;
         background-color: #428bca;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-success.item-bg > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-success.item-bg:hover > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-success.item-inverse > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-success.item-inverse:hover > a {
        border-color: #738d00;
         background-color: #738d00;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-info.item-bg > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-info.item-bg:hover > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-info.item-inverse > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-info.item-inverse:hover > a {
        border-color: #0098ca;
         background-color: #0098ca;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-warning.item-bg > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-warning.item-bg:hover > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-warning.item-inverse > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-warning.item-inverse:hover > a {
        border-color: #f89406;
         background-color: #f89406;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-danger.item-bg > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-danger.item-bg:hover > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-danger.item-inverse > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-danger.item-inverse:hover > a {
        border-color: #c10841;
         background-color: #c10841;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-bg .sub {
         background: #f7f7f7 !important;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-bg .sub a {
         color: #7f7f7f;
    }
    .header .header-wrapper + .header-wrapper .col-sm-6.col-md-9 {
         text-align: left;
    }
    .header .header-wrapper + .header-wrapper .primary {
         margin: 0 0 0 -1px;
    }
    .header .header-wrapper + .header-wrapper .primary .navbar .btn-navbar:before {
         border: 0 none;
    }
    .header .header-wrapper + .header-wrapper .primary .navbar .navbar-collapse {
         left: -1px;
        width: calc(200% + px);
    }
    .header .header-wrapper + .header-wrapper .primary .navbar .nav {
         border-radius: 0 3px 3px 3px;
    }
    .header .cart-header .dropdown-menu {
         margin-top: -1px;
        margin-right: -98px;
    }
    .header .header-wrapper + .header-wrapper .cart-header .dropdown-menu {
         margin-right: 0;
    }
    .header .cart-header.open .dropdown-toggle:after {
         left: 0;
    }
    .header.header-two .phone-header {
         margin-right: 0;
    }
    .header.header-two .phone-active, .header.header-two .search-active {
         z-index: 1003;
    }
    .header.header-three .logo-box {
         width: 724px;
    }
    .top-fixed-box {
         display: none;
    }
    .fixed-header.fixed-top #top-box, .boxed.fixed-header.fixed-top #top-box, .boxed.fixed-header.fixed-top.fixed #top-box {
         position: static;
    }
    .slider {
         padding: 10px 0;
    }
    .slider .slid-content, .slider .slider-nav {
         width: 370px;
    }
    .slider .slid-content .title {
         margin: 0 0 14px;
    }
    .slider .slid-content .descriptions {
         margin: 0 0 17px 0;
    }
    .slider .slider-nav {
         right: 15px;
    }
    .slider .slider-nav .nav-box {
         bottom: 0;
    }
    .slider .slider-nav .prev, .slider .slider-nav .next {
         display: none !important;
    }
    .slider .slid-content {
         bottom: 60px;
    }
    .progressive-slider-two .slider-wrapper {
         height: auto !important;
    }
    .progressive-slider-two .sliders-container {
         margin: 0;
        padding-right: 15px;
        padding-left: 15px;
    }
    .progressive-slider-two .slider-banners {
        width: 100%;
         height: auto;
    }
    .progressive-slider-two .slider-banners .banner {
         display: table-cell;
        width: 33.33333333%;
        height: auto;
    }
    .page-slider {
         padding: 0;
    }
    .metro-banners {
         padding: 30px 0 11px;
    }
    .metro-banners .banner {
         margin-bottom: 19px;
    }
    .sidebar.col-sm-12 {
         margin-top: 40px;
    }
    .sidebar .whats-news .carousel-pagination {
        max-width: 300px;
         margin: 0 auto;
    }
    .toolbar .grid-list .grid, .toolbar .grid-list .list {
         margin-right: 6px;
    }
    .toolbar .sort-catalog {
         margin: 0 6px 20px 1px;
    }
    .products.grid {
        margin-right: -10px;
         margin-left: -10px;
        text-align: center;
    }
    .table-box {
         overflow-x: auto;
        padding: 0 1px;
    }
    .portfolio .filter-buttons {
         float: none;
        margin-bottom: 20px;
    }
    .portfolio .year-regulator {
         float: none;
        margin-bottom: 60px;
    }
    .product-page .product-options .buy-for, .product-page .product-options .col-sm-12 {
         float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .product-options-samples .col-sm-12 {
         margin-bottom: 20px;
    }
    .product-options-samples .required-box {
         margin-bottom: 0;
    }
    .product-bottom .col-sm-12 + .col-sm-12 {
         margin-top: 40px;
    }
    .shopping-cart-table tbody td, .shopping-cart-table .td-qty {
         padding: 20px;
    }
    #car-bottom .car-bottom-box {
         padding: 17px 20px 20px;
    }
    .employee-single {
         margin-left: 0;
    }
    .employee-single .images-box {
         float: none;
        margin: 0 auto 20px;
    }
    .employee-single .employee-description {
        width: 100%;
         margin-left: 0;
    }
    .employee-single-rotation .content-box {
         float: none;
        width: auto;
    }
    .employee-single-rotation .employee {
         margin: 0 20px 10px;
    }
    .employee-single-rotation .employee.pull-right {
         margin-right: 0;
    }
    .royalSlider.heroSlider, .royalSlider.heroSlider .rsOverflow, img.rsImg {
         min-height: 220px !important;
    }
    .infoBlock {
        font-size: 12px;
        top: 5px;
        right: auto;
        left: 5px;
        min-width: 40%;
        height: auto;
        max-height: 100%;
         padding: 10px;
    }
    .infoBlock h3, .infoBlock h4 {
         font-size: 14px;
        line-height: 17px;
    }
    .layer-slider .container {
        padding-right: 0;
         padding-left: 0;
    }
    .count-down-box {
         float: none;
        margin-bottom: 30px;
    }
    #footer .newsletter form {
         width: 270px;
    }
    .post.carousel .images-box + [class*='span'] {
         float: none;
        width: auto;
        margin-left: 0;
    }
    #footer .sidebar .widget:nth-child(2n+1) {
         clear: left;
    }
    #footer .sidebar .carousel-box header .title {
         margin-bottom: 0;
    }
    #footer .sidebar .carousel-box header .next, #footer .sidebar .carousel-box header .prev {
        position: static;
         bottom: inherit;
        left: 0;
        margin: 0 0 0 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
     .top-navbar .nav > li a {
        padding-right: 10px;
         padding-left: 10px;
    }
    .primary .navbar-collapse.collapse {
         display: none !important;
    }
    .primary .navbar-collapse.collapse.in {
         display: block !important;
    }
    .toolbar .price-regulator {
         width: 245px;
    }
    .toolbar .price-regulator .layout-slider {
         width: 200px;
    }
    .product-page .add-cart-form .add-cart {
         min-width: 200px;
    }
    .product-page .image-box .thumblist-box {
         padding: 0 45px;
    }
    .product-page .image-box #thumblist a {
        width: 70px;
         height: 70px;
    }
    #car-bottom .total .checkout {
         padding: 9px 10px;
    }
    .contact-info address {
         float: none;
        width: 100%;
    }
    .package .title a {
         font-size: 20px;
    }
    .package .price-box .icon {
         display: none;
    }
    .package .price-box .description {
         margin: 0 0 17px 0;
    }
    .products-tab .tab-content {
         overflow: visible;
    }
    .col-sm-5.respond-carousel .carousel .respond {
         max-width: 312px;
    }
    #footer .footer-top .col-md-3 {
         margin-bottom: 40px;
    }
}
@media (min-width: 768px) {
     .filter-list.filter-buttons .dropdown-toggle {
         display: none;
    }
    .filter-list.filter-buttons .dropdown-menu {
        position: relative;
        z-index: inherit;
        top: inherit;
        left: inherit;
        display: block !important;
        float: none;
        min-width: inherit;
        margin: 0;
        padding: 0;
        border: 0 none;
        border-radius: 0;
         background: none;
        box-shadow: none;
    }
    .filter-list.filter-buttons .dropdown-menu > li {
         float: left;
        margin: 0 20px 10px 0;
    }
    .filter-list.filter-buttons .dropdown-menu > li > a {
        line-height: 38px;
        clear: none;
        height: 38px;
        margin: 0;
        padding: 0 20px;
        -webkit-transition: opacity .2s ease-out;
        transition: opacity .2s ease-out;
        color: #1e1e1e;
        border: 1px solid transparent;
        border-radius: 3px;
         background: transparent;
    }
    .filter-list.filter-buttons .dropdown-menu > li > a:hover {
        -webkit-transition: opacity .2s ease-out ;
        transition: opacity .2s ease-out;
        text-decoration: none;
        opacity: .7;
         background: transparent;
        filter: alpha(opacity=70);
    }
    .filter-list.filter-buttons .dropdown-menu > li > a.active {
        font-weight: bold;
        text-decoration: none;
        opacity: 1;
         border: 1px solid #e1e1e1;
        filter: alpha(opacity=100);
    }
    .filter-list.filter-buttons.white .dropdown-menu > li > a {
         color: #fff;
    }
}
@media (max-width: 767px) {
     .container {
        padding-right: 10px;
         padding-left: 10px;
    }
    body, body.loaded {
        overflow-x: hidden;
         min-width: 320px;
        padding-right: 0;
        padding-left: 0;
    }
    .page-box, .boxed.loaded .page-box {
        overflow-x: hidden;
         height: auto !important;
        min-height: inherit;
    }
    .page-box-content {
         padding-bottom: 0;
    }
    #top-box .btn-group.btn-select .visible-xs {
         display: inline-block !important;
    }
    #top-box .btn-group.btn-select .dropdown-menu {
         box-sizing: border-box;
        width: 100%;
        min-width: inherit;
        border-radius: 0 0 3px 3px;
    }
    .header-three {
         overflow: hidden;
    }
    .header .right-box {
         padding-left: 0;
    }
    .header .header-wrapper + .header-wrapper .right-box {
         padding-left: 15px;
    }
    .header .header-wrapper + .header-wrapper {
         min-height: 40px;
    }
    .header .header-wrapper + .header-wrapper .right-box-wrapper {
         height: 40px;
    }
    .phone-active, .search-active {
        right: 10px;
         left: 10px;
        padding: 0;
    }
    .phone-active {
         font-size: 22px;
        line-height: 58px;
    }
    .phone-active .title {
         display: none;
    }
    .search-active .search-string, .search-active .header .search-form .search-string:hover, .header .search-form .search-active .search-string:hover, .search-active .search-string:hover, .search-active .header .search-form .search-string:hover, .header .search-form .search-active .search-string:hover {
         padding-left: 8px;
    }
    .header .cart-header .dropdown-toggle, .header .header-wrapper .primary .navbar .btn-navbar {
        padding-right: 10px;
         padding-left: 10px;
    }
    .header .cart-header .dropdown-menu {
         width: 325px;
    }
    .header.header-three .logo-box {
         width: 100%;
    }
    .breadcrumb {
        padding-right: 10px;
         padding-left: 10px;
    }
    .progressive-slider .container {
        padding-right: 0;
         padding-left: 0;
    }
    .slider .slid {
        margin-right: 0;
         margin-left: 0;
    }
    .slider .slider-nav {
         right: 0;
        width: 50%;
    }
    .slider .slid .col-sm-12.col-md-12 {
        padding-right: 0;
         padding-left: 0;
    }
    .slider .slid-content {
        right: 0;
         bottom: 30px;
        width: 50%;
        padding: 13px 10px 0;
    }
    .slider .slid-content .title {
         font-size: 12px;
        line-height: 14px;
    }
    .slider .slid-content .descriptions {
         display: none;
    }
    .slider .slid-content .btn {
         font-size: 12px;
        padding-top: 8px;
        padding-bottom: 7px;
    }
    .slider .slider-nav .nav-box {
        right: 10px;
         bottom: 10px;
        left: 10px;
    }
    .slider .slider-nav .pagination {
         margin: 0;
        padding: 0;
    }
    .page-slider {
        margin-right: 0;
         margin-left: 0;
    }
    .progressive-slider-two .slider-banners .banner {
         display: block;
        width: 100%;
    }
    .rs-slider.full-width .tp-bullets {
        top: 10px !important;
         left: 7px !important;
        margin-left: 0 !important;
    }
    .slider.rs-slider.full-width .btn-link {
         font-size: 12px !important;
    }
    .progressive-slider-four .prev, .progressive-slider-four .next {
         font-size: 30px;
        left: 10px;
        margin-top: -15px;
    }
    .progressive-slider-four .next {
        right: 10px;
         left: auto;
    }
    .page-header .container:before {
         left: 10px;
    }
    #main {
         padding: 40px 0;
    }
    #main.no-padding {
         padding-top: 0;
        padding-bottom: 0;
    }
    .work-element.col-md-3 .work {
        max-width: 270px;
        margin-right: auto;
         margin-left: auto;
    }
    .work-element.col-md-4 .work {
        max-width: 300px;
        margin-right: auto;
         margin-left: auto;
    }
    .work-one .work-title {
         margin-bottom: 20px;
    }
    .work-single .carousel-box .carousel .col-md-3 {
         float: left;
        margin-right: 10px;
        margin-left: 10px;
    }
    .work-single .carousel-box .carousel .col-md-4 {
         float: left;
        width: 280px;
        margin-right: 10px;
        margin-left: 10px;
    }
    .content.pull-right {
         float: none !important;
    }
    .sidebar {
         margin-top: 40px;
    }
    .sidebar .widget {
         margin: 0 0 40px;
    }
    .sidebar .carousel > .col-md-3 {
         float: left;
        margin-right: 10px;
        margin-left: 10px;
    }
    #catalog .category-img {
         margin-bottom: 40px;
    }
    #catalog .category-img .description {
         font-size: 18px;
        padding: 20px;
    }
    .toolbar .price-regulator {
         float: left !important;
        width: 300px;
        margin-top: 3px;
    }
    .toolbar .price-regulator .layout-slider {
         width: 240px;
    }
    .pagination-box {
         margin-top: 0;
        text-align: center;
    }
    .pagination-box .pagination {
         margin: 0 -5px 0 0;
    }
    .pagination-box .pagination-text {
         display: block;
        float: none;
    }
    .products {
         text-align: center;
    }
    .list .product .col-md-3, .list .product .col-md-4 {
         margin-bottom: 20px;
    }
    .list .product .product-image {
        max-width: 300px;
        margin-right: auto;
         margin-left: auto;
    }
    .caroufredsel_wrapper {
        margin-right: auto !important;
         margin-left: auto !important;
    }
    .recommended-product .products > .col-md-3 .product {
         display: block;
        margin-right: 0;
        margin-left: 0;
    }
    .products-tab .tab-content > .tab-pane {
         height: 263px;
        text-align: center;
    }
    .bottom-padding, .bottom-padding-mobile, .bottom-padding.row.carousel-box {
         margin-bottom: 40px;
    }
    .bottom-padding-mini {
         margin-bottom: 0;
    }
    .bottom-padding.bottom-padding-mini {
         margin-bottom: 40px;
    }
    .text-center-mobile {
         text-align: center;
    }
    .accordion-tab, .tabs-left .accordion-tab, .tabs-right .accordion-tab {
        float: none;
        width: 100%;
         border: 0 none;
    }
    .accordion-tab > li, .tabs-left > .accordion-tab > li, .tabs-right > .accordion-tab > li {
         float: none;
        margin: 0 0 3px;
    }
    .accordion-tab > li > a, .products-tab .accordion-tab > li > a, .tabs-left > .accordion-tab > li>a, .tabs-right > .accordion-tab > li>a {
        font-size: 14px;
        line-height: 22px;
        position: relative;
        display: block;
        margin: 0;
        padding: 9px 9px 9px 60px;
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
        text-decoration: none;
        color: #1e1e1e;
        border: 0 none;
        border-radius: 0;
        background-color: #f2f2f2;
        background-repeat: no-repeat;
         background-position: 14px 50%;
    }
    .accordion-tab > li > a:hover, .products-tab .accordion-tab > li > a:hover {
        -webkit-transition: all .2s linear ;
        transition: all .2s linear;
         background-color: #e9e9e9;
    }
    .accordion-tab > li.active > a, .accordion-tab > li.active > a:hover, .accordion-tab > li.active > a:focus, .accordion-tab > li.active:hover > a, .products-tab .accordion-tab > li.active > a, .products-tab .accordion-tab > li.active:hover > a {
        color: #fff !important;
        border: 0 none;
        border-radius: 0;
         background-color: #1e1e1e;
    }
    .accordion-tab > li > a:before, .products-tab .accordion-tab > li > a:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 45px;
        display: block;
        width: 1px;
        content: '';
         background: #e1e1e1;
        background: rgba(255,255,255,.4);
    }
    .accordion-tab > li.active > a:before, .products-tab .accordion-tab > li.active > a:before {
         background: #444 ;
        background: rgba(255,255,255,.2);
    }
    .accordion-tab > li > a .open-sub, .products-tab .accordion-tab > li > a .open-sub {
        position: absolute;
        top: 0;
         bottom: 0;
        left: 0;
        display: block;
        width: 45px;
    }
    .accordion-tab > li > a .open-sub:before, .accordion-tab > li > a .open-sub:after, .products-tab .accordion-tab > li > a .open-sub:before, .products-tab .accordion-tab > li > a .open-sub:after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 16px;
        height: 2px;
        margin: 19px 0 0 15px;
        content: '';
         background: #1e1e1e;
    }
    .accordion-tab > li > a .open-sub:after, .products-tab .accordion-tab > li > a .open-sub:after {
        width: 2px;
         height: 16px;
        margin: 12px 0 0 22px;
    }
    .accordion-tab > .active > a .open-sub:before, .accordion-tab > .active > a .open-sub:after, .products-tab .accordion-tab > .active > a .open-sub:before, .products-tab .accordion-tab > .active > a .open-sub:after {
         background: #fff;
    }
    .accordion-tab > .active > a .open-sub:after, .products-tab .accordion-tab > .active > a .open-sub:after {
         display: none;
    }
    .accordion-tab .tab-pane {
        font-size: 13px;
        display: none;
        padding: 20px 0 30px;
         border: 0 none;
    }
    .products-tab .accordion-tab .tab-pane {
         background: none;
    }
    .promo-partners .manufactures {
         text-align: center;
    }
    .page-header {
         margin-bottom: 40px;
    }
    .image-box {
        max-width: 470px;
         margin: 0 auto 40px;
    }
    .product, .double-product {
         width: 300px;
    }
    .double-product .product {
         max-width: 100%;
    }
    .product.product-mini {
         width: 250px;
    }
    .product-page .image-box .thumblist-box {
         max-height: 80px;
        padding: 0 45px;
    }
    .product-page .image-box #thumblist a {
        width: 70px;
         height: 70px;
    }
    .product-page .col-md-5 .price-box {
         font-size: 40px;
    }
    .product-page .add-cart-form {
         margin-bottom: 0;
    }
    .product-page .add-cart-form .add-cart, .product-page .add-cart-form .number {
         margin-bottom: 40px;
    }
    .product-page .product-tab {
         margin: 40px 0;
    }
    .product-page .product-tab .tab-pane {
         padding: 20px 0;
    }
    .product-page .product-options-table table th, .product-page .product-options-table table td, .product-page .product-options-table table td.qty {
        padding-right: 15px;
         padding-left: 15px;
    }
    .product-options-detail .add-cart {
         display: block;
        float: none;
        min-width: inherit;
        margin: 20px 0 0;
    }
    #car-bottom {
         margin-bottom: 0;
    }
    #checkoutsteps {
         margin-bottom: 40px;
    }
    .login .new-costumers {
         padding: 0 0 40px;
    }
    .map-box .contact-info {
        position: relative;
        top: 0;
         margin-bottom: 20px;
        padding: 0;
    }
    .box-404 {
        width: 300px;
        height: 300px;
        margin: 0 auto 40px;
        padding: 75px 0 0;
         border-radius: 150px;
    }
    .box-404 h1 {
         font-size: 120px;
    }
    .team-box {
         text-align: center;
    }
    .list-images {
        margin-right: -10px;
        margin-bottom: 20px;
         margin-left: -10px;
        text-align: center;
    }
    .list-images > .col-md-4 {
         display: inline-block;
        width: 170px;
        margin: 0 0 20px;
        text-align: left;
    }
    .gallery .images-box {
         text-align: center;
    }
    .gallery-images {
         display: inline-block;
    }
    .gallery-images .bg-images {
         text-align: left;
    }
    .year-regulator .layout-slider {
         width: 240px;
    }
    .work-one .description {
         margin-bottom: 15px;
    }
    .work-box + .work-box {
         margin-top: 40px;
    }
    .employee {
         max-width: 300px;
    }
    .employee-single {
         width: 100%;
    }
    .employee-single .images-box {
         display: block;
        max-width: 430px;
    }
    .employee-single .images-box.pull-right {
         float: right;
        margin: 0 0 10px 20px;
    }
    .respond-carousel .carousel [class*='span'] {
        margin-right: 2px;
         margin-left: 2px;
    }
    .steps {
         display: block;
    }
    .steps .step {
        display: block;
         border: 1px solid #e1e1e1;
    }
    .steps .step + .step {
         border: 1px solid #e1e1e1;
        border-top: 0 none;
    }
    .steps .step:first-child {
         border-radius: 3px 3px 0 0;
    }
    .steps .step:last-child {
         border-radius: 0 0 3px 3px;
    }
    .steps .step .step-wrapper:after, .steps .step .step-wrapper:before {
        top: auto;
        right: auto;
        bottom: -30px;
        left: 50%;
        margin: 0 0 0 -7px;
         border: 7px solid transparent;
        border-top-color: #e1e1e1;
    }
    .steps .step .step-wrapper:before {
        bottom: -28px;
         border-top-color: #fff;
    }
    .steps .step.border-grey .step-wrapper:after, .steps .step.bg-grey .step-wrapper:before {
        border-top-color: #777;
         border-left-color: transparent;
    }
    .steps .step.border-warning .step-wrapper:after {
         border-top-color: #f89406;
        border-left-color: transparent;
    }
    .steps .step.border-error .step-wrapper:after {
         border-top-color: #c10841;
        border-left-color: transparent;
    }
    .steps .step.border-info .step-wrapper:after {
         border-top-color: #0098ca;
        border-left-color: transparent;
    }
    .steps .step.border-success .step-wrapper:after {
         border-top-color: #738d00;
        border-left-color: transparent;
    }
    .steps .step.bg-warning .step-wrapper:before {
         border-top-color: #f89406;
        border-left-color: transparent;
    }
    .steps .step.bg-error .step-wrapper:before {
         border-top-color: #c10841;
        border-left-color: transparent;
    }
    .steps .step.bg-info .step-wrapper:before {
         border-top-color: #0098ca;
        border-left-color: transparent;
    }
    .steps .step.bg-success .step-wrapper:before {
         border-top-color: #738d00;
        border-left-color: transparent;
    }
    .steps.steps-apart .step {
        margin-bottom: 22px;
         border-radius: 3px;
    }
    .steps.progress-steps .step {
        margin-bottom: 22px;
         border: 1px solid #e1e1e1;
        border-radius: 3px;
    }
    .steps.progress-steps .step .step-wrapper {
         padding-left: 100px;
    }
    .steps.progress-steps .step.step-right .step-wrapper {
         padding-right: 100px;
    }
    .steps.progress-steps .step .number {
         font-size: 40px;
        line-height: 2;
        width: 80px;
    }
    #count-down .county-days-wrapper, #count-down .county-hours-wrapper, #count-down .county-minutes-wrapper, #count-down .county-seconds-wrapper {
         height: 80px;
    }
    #count-down .county-days, #count-down .county-hours, #count-down .county-minutes, #count-down .county-seconds {
         line-height: 80px;
    }
    .page-404-promo #main .title h1 {
         font-size: 120px;
    }
    .page-404-promo #main .content .back-home {
         padding: 10px 20px 10px 10px;
    }
    .timeline:before {
         left: 20px;
    }
    .timeline .post, .timeline .post:nth-child(even) {
        width: 100%;
         margin: 0;
        padding: 0 0 30px 60px;
    }
    .timeline .post .timeline-time, .timeline .post:nth-child(even) .timeline-time {
        position: relative;
        right: 0;
         left: 0;
        margin: 0 0 5px;
        text-align: left;
    }
    .timeline .post .timeline-icon {
         left: 0;
        margin: 22px 0 0 0;
    }
    .timeline .post .timeline-content:before, .timeline .post:nth-child(even) .timeline-content:before {
        right: auto;
        left: -30px;
         border: 15px solid transparent;
        border-right-color: #ccc;
    }
    .timeline .post .timeline-content:after, .timeline .post:nth-child(even) .timeline-content:after {
        right: auto;
        left: -28px;
         border: 14px solid transparent;
        border-right-color: #fff;
    }
    .timeline .post .timeline-content.bg:before, .timeline .post .timeline-content.border:before {
         border: 15px solid transparent;
        border-right-color: #ccc;
    }
    .timeline .post .timeline-content.bg-danger:before, .timeline .post:nth-child(even) .timeline-content.bg-danger:before, .timeline .post .timeline-content.border-danger:before, .timeline .post:nth-child(even) .timeline-content.border-danger:before {
         border-right-color: #c10841;
    }
    .timeline .post .timeline-content.bg-warning:before, .timeline .post:nth-child(even) .timeline-content.bg-warning:before, .timeline .post .timeline-content.border-warning:before, .timeline .post:nth-child(even) .timeline-content.border-warning:before {
         border-right-color: #f89406;
    }
    .timeline .post .timeline-content.bg-info:before, .timeline .post:nth-child(even) .timeline-content.bg-info:before, .timeline .post .timeline-content.border-info:before, .timeline .post:nth-child(even) .timeline-content.border-info:before {
         border-right-color: #0098ca;
    }
    .timeline .post .timeline-content.bg-success:before, .timeline .post:nth-child(even) .timeline-content.bg-success:before, .timeline .post .timeline-content.border-success:before, .timeline .post:nth-child(even) .timeline-content.border-success:before {
         border-right-color: #738d00;
    }
    .timeline .post .timeline-content.bg-primary:before, .timeline .post:nth-child(even) .timeline-content.bg-primary:before, .timeline .post .timeline-content.border-primary:before, .timeline .post:nth-child(even) .timeline-content.border-primary:before {
         border-right-color: #428bca;
    }
    .timeline .post .timeline-content .entry-content img {
         width: 100%;
    }
    #footer {
         margin-top: 0;
    }
    #footer .sidebar {
         margin-top: 0;
    }
    #footer .footer-top {
         padding-bottom: 0;
    }
    #footer .footer-top .col-md-3 {
        overflow: hidden;
         margin-bottom: 36px;
    }
    #footer .footer-bottom .col-md-3 {
         overflow: hidden;
    }
    #footer .footer-bottom .copyright {
         padding: 17px 0;
        text-align: center;
    }
    #footer .phone, #footer .address {
         float: left;
        width: 48%;
        margin-bottom: 29px;
    }
    #footer .phone .title {
         display: block;
    }
    #footer .address {
         float: right;
    }
    #footer .up {
         float: none;
        margin: 0 auto;
    }
    #count-down {
         text-align: center;
    }
    #count-down .county-days, #count-down .county-hours, #count-down .county-minutes, #count-down .county-seconds {
         font-size: 30px;
    }
}
@media (max-width: 480px) {
     div.jp-audio div.jp-type-playlist div.jp-interface {
         height: 100px;
    }
    div.jp-audio ul.jp-controls {
        padding-right: 10px;
         padding-left: 10px;
    }
    div.jp-audio ul.jp-controls li:nth-child(6) {
         clear: left;
    }
    div.jp-audio div.jp-type-playlist div.jp-progress, div.jp-audio div.jp-type-playlist div.jp-time-holder {
         left: 156px;
    }
    div.jp-audio div.jp-type-playlist a.jp-mute, div.jp-audio div.jp-type-playlist a.jp-unmute {
         margin-left: 0;
    }
    div.jp-audio div.jp-volume-bar {
         top: 77px;
        left: 29px;
    }
    div.jp-audio .jp-type-playlist ul.jp-toggles {
        top: 71px;
         left: 114px;
    }
}
.touch-device .carousel-box .next:hover, .touch-device .carousel-box .prev:hover {
    color: #fbfbfb;
     background-color: #ccc;
}
.touch-device #footer .up:hover {
     background: #c6c6c6;
}
.touch-device .work:hover {
     text-shadow: 0 1px #000;
}
.touch-device .work:hover .work-title {
     bottom: 37px;
    color: #fff;
}
.touch-device .work:hover .bg-hover {
     opacity: 0;
    filter: alpha(opacity=0);
}
.touch-device.fixed-header .page-box {
     margin-top: 0 !important;
    padding-top: 0 !important;
    -webkit-transition: none !important;
    transition: none !important;
}
.touch-device.fixed-header .header, .touch-device.boxed.fixed-header .header, .touch-device.boxed.fixed-header.fixed .header, .touch-device.hidden-top.visible-top .header {
    position: static;
    top: inherit;
    -webkit-transform: inherit;
     box-shadow: none;
    -webkit-backface-visibility: inherit;
}
.touch-device.hidden-top {
     -webkit-transition: all 0 linear ;
    transition: all 0 linear;
}
.touch-device.hidden-top .page-box, .touch-device.hidden-top.visible-top .page-box {
     padding-top: 0;
}
.touch-device.hidden-top #top-box, .touch-device.boxed.hidden-top #top-box, .touch-device.fixed-top #top-box, .touch-device.boxed.fixed-header.fixed-top #top-box, .touch-device.boxed.fixed-header.fixed-top.fixed #top-box {
    position: static;
     margin-top: 0;
    margin-bottom: 0;
}
.touch-device.hidden-top .header, .touch-device.boxed.hidden-top .header {
    position: inherit;
    top: 0;
     margin-top: 0;
}
.boxed.fixed-header.fixed-top #top-box, .boxed.fixed-header.fixed-top.fixed #top-box {
    position: static;
     margin-top: 0;
    margin-bottom: 0;
}
.touch-device .carousel-box .next:hover, .touch-device .carousel-box .prev:hover {
    color: #fbfbfb;
     background-color: #ccc;
}
.touch-device .carousel-box .next:hover polygon, .touch-device .carousel-box .prev:hover polygon {
     fill: #fbfbfb;
}
.touch-device .slider .slider-nav .prev, .touch-device .slider .slider-nav .next {
    visibility: visible;
     opacity: 1;
    filter: alpha(opacity=100);
}
.touch-device .slider .slider-nav .prev:hover, .touch-device .slider .slider-nav .next:hover {
    visibility: visible;
    opacity: 1;
     background-color: #fff;
    background-color: rgba(255,255,255,.1);
    filter: alpha(opacity=100);
}
.touch-device .slider .slider-nav .prev:hover polygon, .touch-device .slider .slider-nav .next:hover polygon {
     fill: #838383;
}
.touch-device .switches a:hover {
     background: #fff ;
    background: rgba(255,255,255,.1);
}
.touch-device .switches a.selected {
     background: #fff ;
    background: rgba(255,255,255,.5);
}
.touch-device .panel-group .panel .panel-heading > .panel-title > a:hover, .touch-device .panel-group .panel-default .panel-heading > .panel-title > a:hover {
     background-color: #f2f2f2;
}
.touch-device .panel-group .panel-primary .panel-heading > .panel-title > a:hover {
     background-color: #037ac5;
}
.touch-device .panel-group .panel-success .panel-heading > .panel-title > a:hover {
     background-color: #738d00;
}
.touch-device .panel-group .panel-info .panel-heading > .panel-title > a:hover {
     background-color: #0098ca;
}
.touch-device .panel-group .panel-warning .panel-heading > .panel-title > a:hover {
     background-color: #f89406;
}
.touch-device .panel-group .panel-danger .panel-heading > .panel-title > a:hover {
     background-color: #c10841;
}
.touch-device .filter-buttons a:hover {
     opacity: 1;
    filter: alpha(opacity=100);
}
.touch-device .gallery-images:hover > .bg-images {
     background: none;
}
.touch-device .post.carousel .carousel-box .next, .touch-device .post.carousel .carousel-box .prev {
     display: none !important;
}
.fancybox-margin .touch-device.fixed-header .header, .fancybox-margin .touch-device.fixed-header #top-box {
     left: 0;
}
.touch-device .fancybox-wrap {
     position: fixed !important;
    top: 20px !important;
    -webkit-overflow-scrolling: touch !important;
}
 #mse2_filters .ui-slider-horizontal .ui-slider-range {
    background-color: #00adee !important;
}
span.price {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
	color: #222;
}
.btn-top {
    margin-right: 7px;
}
.search-header svg, .icon svg {
    width: 24px;
    height: 24px;
    position: relative;
    bottom: 4px;
}
.client-logo-row {
    display: table;
    height: 180px;
}
.make-wrapper {
    display: table-cell;
    vertical-align: middle;
}
.text-center {
	text-align: center;
}
.dropdown-menu-phone {
	min-width: 220px;
	text-align: right;
	padding-bottom: 5px;
}
#top-box .top-navbar .nav > li:hover a {
     background: #fff;
}
.dropdown-menu-phone li {
	padding-bottom: 5px;
}
.buttom-head {
    position: relative;
    top: 21px;
}
.social-head {
    position: relative;
    margin-top: -4px;
    margin-left: 15px;
}
.social-head a {
    color: #7f7f7f;
}
.social-list-head {
	display: inline-block;
    position: relative;
    top: 3px;
	margin-right: 10px;
    float: right;
}
.phone-head a {
    font-size: 16px !important;
    font-weight: 600;
}
.social-list-head a {
    color: #fff;
	font-size: 20px;
}
.social-list-head a:hover {
    color: #333;
}
.padding-lr-0 {
	padding-left: 0;
	padding-right: 0;
}
.qbuy-btn a {
	width: 254px;
    text-transform: uppercase;
    font-weight: 600;
}