/*
Theme Name: Progressive
Description: Progressive responsive theme
Version: 2.2.4
*/

@charset "utf-8";

/******************************************************************************
  General
*******************************************************************************/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
* {
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 0;
  zoom: 1;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
*:focus {
  outline: none !important;
}
html,
body {
  height: 100%;
}
.full-height {
  height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  height: 100%;
  line-height: 1.6;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.loaded {
  overflow-x: inherit;
}
.scroll-width {
  height: 150px;
  left: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  top: 0;
  width: 200px;
}
.scroll-width div {
  height: 200px;
  width: 100%;
}
input,
button,
select,
textarea {
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #ff1578;
}
.page-box {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
.page-box-content {
  padding-bottom: 310px;
}
img {
  max-width: 100%;
  height: auto;
}
svg image {
  display: none;
}

/* Text */
a {
  color: #ca0072;
}
a:visited {
  color: #e82661;
}
a:active {
  color: #e82661;
}
a.no-border,
.no-border a {
  color: #535353;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}
a.no-border:hover,
.no-border a:hover {
  color: #c10841;
  text-decoration: none;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}
.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 {
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 22px;
  text-rendering: optimizelegibility;
}
.light {
  font-weight: normal;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 16px;
}
p {
  margin-bottom: 22px;
}
p:last-child {
  margin-bottom: 0;
}
address {
  font-size: 13px;
}
.white,
.icon.white {
  color: #fff;
}
.muted,
.icon.muted {
  color: #555;
}
.text-warning,
.text-warning:visited,
a.text-warning:hover,
.icon.text-warning {
  color: #f89406;
  }
.text-mauve,
.text-mauve:visited,
a.text-mauve:hover,
.icon.text-mauve {
  color: #a500f0;
}
.text-error,
.text-error:visited,
a.text-error:hover,
.icon.text-error {
  color: #c10841;
}
.text-info,
.text-info:visited,
a.text-info:hover,
.icon.text-info {
  color: #0098ca;
}
.text-success,
.text-success:visited,
a.text-success:hover,
.icon.text-success {
  color: #738d00;
}
.bg-white {
  background: #fff !important;
}
.bg-muted {
  background: #555 !important;
}
.bg-primary {
  background: #428bca !important;
  }
.bg-mauve {
  background: #a500f0 !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-color: #c10841 !important;
}
.border-info {
  border-color: #0098ca !important;
}
.border-success {
  border-color: #738d00 !important;
}
.border-grey {
  border-color: #777 !important;
}
hr {
  border: 0;
  border-top: 1px solid #e1e1e1;
  border-top: 1px solid rgba(0,0,0,.1);
  border-bottom: 0 none;
  margin: 40px 0;
}
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 {
  border: 0 none;
  margin-bottom: 30px;
  overflow: hidden;
  padding-top: 10px;
  position: relative;
}
hr.shadow:after {
  bottom: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.8);
  box-shadow: 0 0 10px rgba(0,0,0,0.8);
  content: "";
  height: 20px;
  left: 5%;
  position: absolute;
  right: 5%;
  z-index: -1;
}
hr.no-line {
  border: 0 none;
  height: 1px;
}
hr.margin-bottom {
  margin-top: 0;
}
hr.margin-top {
  margin-bottom: 0;
}
ul,
ol {
  padding: 0 0 0 60px;
  margin: 0 0 22px 0;
}
.text-small {
  font-size: 12px;
  line-height: 18px;
}
.lead {
  margin-bottom: 26px;
  font-size: 16px;
  line-height: 24px;
}
.label-success,
.badge-success {
  background-color: #8aa902;
}
.label-primary,
.badge-primary {
  background-color: #048ce2;
}
.label-info,
.badge-info {
  background-color: #02a9e0;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-danger,
.badge-danger {
  background-color: #c10841;
  }
.label-mauve,
.badge-mauve {
  background-color: #a500f0;
  
}
.help-block {
  margin-top: -10px;
  margin-bottom: 15px;
}
.caret {
  color: #777;
  border: 0 none;
  height: 6px;
  width: 9px;
}
.caret:before {
  content: "\f107";
  display: block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 6px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 6px;
  position: absolute;
  width: 9px;
}
.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";
}
.btn.dropdown-toggle, 
.btn.dropdown-toggle:hover,
.btn.dropdown-toggle:focus {
  outline: none;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rating-box {
  background-image: url("../img/svg/rating.svg"), none;
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 12px;
  width: 73px;
}
.rating-box .rating {
  height: 12px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 73px;
}
.rating-box .rating * {
  vertical-align: top;
}
.prising-info .rating-box .rating svg polygon {
  fill: #01a5db;
}
.pricing-success .rating-box .rating svg polygon {
  fill: #84a200;
}
.pricing-error .rating-box .rating svg polygon {
  fill: #d40746;
}
.switches a {
  background: #d8dee3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  //display: block;
  //float: left;
  height: 10px;
  margin: 0 5px;
  text-indent: -9999px;
  vertical-align: top;
  width: 10px;
}
.switches a.selected {
  background-color: #41474c;
  background-image: -webkit-linear-gradient(bottom, #41474c, #6a7279);
  background-image: -moz-linear-gradient(bottom, #41474c, #6a7279);
  background-image: -o-linear-gradient(bottom, #41474c, #6a7279);
  background-image: -ms-linear-gradient(bottom, #41474c, #6a7279);
  background-image: linear-gradient(to top, #41474c, #6a7279);
}
.switches a span {
  display: none;
}
.close,
.close:visited {
  float: none;
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  color: #7f7f7f;
  position: relative;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
  vertical-align: top;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}
.close:hover,
.close:focus {
  color: #c10841;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}
.close span {
  display: inline-block;
  font-size: 12px;
  font-family: Arial;
  line-height: 12px;
  margin-top: 2px;
  vertical-align: top;
}
.product-remove,
.product-remove:visited {
  color: #7f7f7f;
  height: 16px;
  text-decoration: none;
  width: 16px;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}
.product-remove:hover {
  color: #c10841;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}
.product-remove path {
  fill: currentColor;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.product-remove i {
  font-size: 16px;
}
a.edit {
  color: #707070;
  font-size: 12px;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
a.edit:hover {
  color: #707070;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
a.edit i:before {
  font-style: italic;
  line-height: 9px;
  margin: 0;
}
.map-box iframe {
  border: 0 none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
}
.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;
}


/* Pagination wp */
.navigation li a,

.navigation li a:hover,

.navigation li.active a,

.navigation li.disabled {

color: #fff;

text-decoration:none;

}

.navigation li {

display: inline;

}

.navigation li a,

.navigation li a:hover,

.navigation li.active a,

.navigation li.disabled {

background-color: #6FB7E9;

border-radius: 3px;

cursor: pointer;

padding: 12px;

padding: 0.75rem;

}

.navigation li a:hover,

.navigation li.active a {

background-color: #3C8DC5;

}




/* Alert */
.alert {
  background-color: #555;
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  min-height: 34px;
  margin-bottom: 22px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-shadow: none;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}
.alert-pink {
  background-color: #e82661;
}
.alert-success {
  background-color: #738d00;
}
.alert-danger {
  background-color: #c10841;
  }
.alert-mauve{
  background-color: #a500f0;
}
.alert-info {
  background-color: #0098ca;
}
.alert-warning {
  background-color: #f89406;
}
.alert .alert-link {
  color: #fff;
  color: rgba(255,255,255,.7);
}
.alert .alert-link:hover {
  color: #fff;
}
.alert .close {
  color: #ffffff;
  line-height: 22px;
  font-weight: bold;
  position: absolute;
  right: 8px;
  top: 1px;
}
.alert .alert-icon {
  display: block;
  float: left;
  margin: 0 20px 0 0;
}
.alert .alert-icon:before {
  font-size: 24px;
}
.alert.alert-border {
  background: none;
  border: 1px solid #e1e1e1;
  color: #c10841;
}
.alert.alert-border .close {
  color: #c10841;
}
.alert.alert-border.alert-black {
  background: none;
  border: 1px solid #c10841;
}
.alert.alert-border.alert-success {
  background: none;
  border: 1px solid #738d00;
}
.alert.alert-border.alert-danger {
  background: none;
  border: 1px solid #c10841;
  }
.alert.alert-border.alert-mauve {
  background: none;
  border: 1px solid #a500f0;
}
.alert.alert-border.alert-warning {
  background: none;
  border: 1px solid #f89406;
}
.alert.alert-border.alert-info {
  background: none;
  border: 1px solid #0098ca;
}

/* Tooltip */
.tooltip.left {
  margin-left: -12px;
}
#tooltip {
  border: 1px solid #e1e1e1;
  background-color: #f7f7f7;
  padding: 5px;
  position: absolute;
  z-index: 3000;
}
#tooltip h3,
#tooltip div {
  margin: 0;
}
.text-warning + .tooltip .tooltip-inner {
  background-color: #c09853;
}
.text-warning + .tooltip.top .tooltip-arrow {
  border-top-color: #c09853;
}
.text-warning + .tooltip.right .tooltip-arrow {
  border-right-color: #c09853;
}
.text-warning + .tooltip.left .tooltip-arrow {
  border-left-color: #c09853;
}
.text-warning + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #c09853;
}
.text-error + .tooltip .tooltip-inner {
  background-color: #c10841;
}
.text-error + .tooltip.top .tooltip-arrow {
  border-top-color: #c10841;
}
.text-error + .tooltip.right .tooltip-arrow {
  border-right-color: #c10841;
}
.text-error + .tooltip.left .tooltip-arrow {
  border-left-color: #c10841;
}
.text-error + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #c10841;
  }
.text-mauve + .tooltip .tooltip-inner {
  background-color: #a500f0;
}
.text-mauve + .tooltip.top .tooltip-arrow {
  border-top-color: #a500f0;
}
.text-mauve + .tooltip.right .tooltip-arrow {
  border-right-color: #a500f0;
}
.text-mauve + .tooltip.left .tooltip-arrow {
  border-left-color: #a500f0;
}
.text-mauve + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #a500f0;
}
.text-info + .tooltip .tooltip-inner {
  background-color: #0098ca;
}
.text-info + .tooltip.top .tooltip-arrow {
  border-top-color: #0098ca;
}
.text-info + .tooltip.right .tooltip-arrow {
  border-right-color: #0098ca;
}
.text-info + .tooltip.left .tooltip-arrow {
  border-left-color: #0098ca;
}
.text-info + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #0098ca;
}
.text-success + .tooltip .tooltip-inner {
  background-color: #738d00;
}
.text-success + .tooltip.top .tooltip-arrow {
  border-top-color: #738d00;
}
.text-success + .tooltip.right .tooltip-arrow {
  border-right-color: #738d00;
}
.text-success + .tooltip.left .tooltip-arrow {
  border-left-color: #738d00;
}
.text-success + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #738d00;
}

/* Popover */
.popover {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
  box-shadow: 0 0 5px rgba(0,0,0,.15);
}

/* List Group */
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-success {
  background-color: #738d00;
  border: 0 none;
  color: #fff;
}
.list-group-item-info {
  background-color: #0098ca;
  border: 0 none;
  color: #fff;
}
.list-group-item-warning {
  background-color: #f89406;
  border: 0 none;
  color: #fff;
}
.list-group-item-danger {
  background-color: #c10841;
  border: 0 none;
  color: #fff;
  }
.list-group-item-mauve {
  background-color: #a500f0;
  border: 0 none;
  color: #fff;
}
a.list-group-item-success,
a.list-group-item-info,
a.list-group-item-warning,
a.list-group-item-mauve,
a.list-group-item-danger {
  color: #fff;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  background-color: #819819;
  color: rgba(255,255,255,.7);
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  background-color: #19A2CF;
  color: rgba(255,255,255,.7);
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  background-color: #F99F1F;
  color: rgba(255,255,255,.7);
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  background-color: #C72154;
  color: rgba(255,255,255,.7);
  }
a.list-group-item-mauve:hover,
a.list-group-item-mauve:focus {
  background-color: #a500f0;
  color: rgba(255,255,255,.7);
}
.list-group-item .badge {
  margin-top: 2px;
}

/* Forms */
form {
  margin-bottom: 22px;
}
label {
  font-weight: bold;
  margin: 0 0 3px;
}
.required {
  color: #c3293a;
  display: inline-block;
  font-size: 14px;
}
.selectBox,
.form-control {
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
  -moz-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
  box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  height: 40px;
  line-height: 22px;
  margin-bottom: 22px;
  min-height: 40px;
  padding: 8px 12px;
  /*-webkit-appearance: none;*/
  width: 100%;
}
.selectBox:hover,
.form-control:hover {
  border-color: #ccc;
  text-decoration: none;
}
.selectBox.selectBox-menuShowing,
.form-control:focus {
  -webkit-box-shadow: 0 0 10px rgba(46,84,129,.3);
  -moz-box-shadow: 0 0 10px rgba(46,84,129,.3);
  box-shadow: 0 0 10px rgba(46,84,129,.3);
  border: solid 1px #839bb7;
  outline: none;
  -webkit-transition:
    border linear .2s,
    box-shadow linear .2s;
  -moz-transition:
    border linear .2s,
    box-shadow linear .2s;
  transition:
    border linear .2s, box-shadow linear .2s;
}
textarea.form-control {
  height: 100px;
  max-width: 100%;
}
.selectBox {
  max-width: 100%;
  width: 100% !important;
}
.radio,
.checkbox {
  font-weight: normal;
  margin: 0 0 8px;
  min-height: 18px;
  padding-left: 20px;
}
.new-radio,
.new-checkbox {
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  float: left;
  height: 15px;
  margin: 2px 0 0 -20px;
  position: absolute;
  width: 15px;
}
.new-radio {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  height: 14px;
  width: 14px;
}
.new-radio input[type="radio"],
.new-checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  cursor: pointer;
  height: 100%;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  vertical-align: top;
  width: 100%;
}
.new-checkbox svg {
  display: none;
  height: 18px;
  margin: -3px 0 0 -2px;
  width: 18px;
}
.new-checkbox svg polygon {
  fill: #c10841;
}
.new-checkbox.checked svg {
  display: block;
}
.new-radio span {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  height: 6px;
  margin: 3px 0 0 3px;
  width: 6px;
}
.new-radio.checked span {
  background: #c10841;
}
.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 {
  background: #f2f2f2;
  width: 10px;
}
.selectBox::-webkit-scrollbar-thumb,
.selectBox-dropdown-menu::-webkit-scrollbar-thumb {
  border-width: 1px 1px 1px 2px;
  background-color: #839bb7;
  width: 5px;
}
.selectBox {
  background: #fff;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}
.selectBox:hover,
.selectBox:focus,
button {
  outline: none;
  text-decoration: none;
}
.selectBox-label {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #555;
  display: block;
  max-width: 100%;
  padding: 0 25px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.selectBox-arrow {
  background: url("../img/svg/select.svg") 50% 50% no-repeat;
  border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -khtml-border-radius: 0 3px 3px 0;
  height: 100%;
  left: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
}
.selectBox-dropdown-menu {
  background: #fff;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 0 10px rgba(46,84,129,.3);
  -moz-box-shadow: 0 0 10px rgba(46,84,129,.3);
  box-shadow: 0 0 10px rgba(46,84,129,.3);
  border: solid 1px #839bb7;
  outline: none;
  -webkit-transition:
    border linear .2s,
    box-shadow linear .2s;
  -moz-transition:
    border linear .2s,
    box-shadow linear .2s;
  -o-transition:
    border linear .2s,
    box-shadow linear .2s;
  transition:
    border linear .2s,
    box-shadow linear .2s;
  color: #5f5f5f;
  font-size: 12px;
  list-style: none;
  margin: 0;
  max-height: 117px;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}
.selectBox-options li {
  display: block;
}
.selectBox-options li a {
  color: #c10841;
  cursor: pointer;
  display: block;
  line-height: 1.5;
  padding: 2px 2px 2px 16px;
  margin: 0;
  min-height: 23px;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.selectBox-options li+li a {
  border-top: 1px solid #839bb7;
}
.selectBox-options li a:hover {
  background: #f2f2f2;
  color: #111;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.selectBox-options li.selectBox-selected a {
  background: #e9e9e9;
  color: #000;
  text-decoration: none;
}
.selectBox-inline {
  overflow-y: auto;
  padding: 0;
  width: 100%;
}
.selectBox-inline ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
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;
  -webkit-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
  -moz-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
  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;
}

/* Form size */
.input-lg {
  border-radius: 4px;
  font-size: 18px;
  height: 46px;
  line-height: 1.33;
  padding-top: 10px;
  padding-bottom: 10px;
}
.input-sm {
  border-radius: 2px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  min-height: inherit !important;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* Form color */
.has-feedback .form-control-feedback {
  height: 40px;
  line-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 {
  border-color: #738d00;
}
.has-warning .form-control {
  border-color: #f89406;
}
.has-error .form-control {
  border-color: #c10841;
}
.has-success .form-control:focus {
  border-color: #738d00;
  -webkit-box-shadow: 0 0 10px rgba(115,141,0,.3);
  box-shadow: 0 0 10px rgba(115,141,0,.3);
  -webkit-transition: box-shadow linear .2s;
  transition: box-shadow linear .2s;
}
.has-warning .form-control:focus {
  border-color: #f89406;
  -webkit-box-shadow: 0 0 10px rgba(248,148,6,.3);
  box-shadow: 0 0 10px rgba(248,148,6,.3);
}
.has-error .form-control:focus {
  border-color: #c10841;
  -webkit-box-shadow: 0 0 10px rgba(193,8,65,.3);
  box-shadow: 0 0 10px rgba(193,8,65,.3);
}

/* IMG */
.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 {
  color: #7f7f7f;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  line-height: 18px;
  margin-bottom: 22px;
  max-width: 100%;
}
.caption img {
  display: block;
  margin: 0 auto 10px;
}
.img-rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.img-thumbnail {
  border-radius: 0;
  display: inline-block;
  line-height: 0;
  position: relative;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
}
.img-thumbnail:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}
.img-thumbnail.lightbox:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.img-thumbnail .bg-images {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.img-thumbnail:hover > .bg-images {
  background: #fff;
  background: rgba(255,255,255,.7);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.img-thumbnail .bg-images i {
  margin: 5px 0 0 5px;
}
.img-thumbnail .bg-images i:before {
  color: #fff;
  font-size: 20px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.img-thumbnail:hover .bg-images i:before {
  color: #000;
  font-size: 30px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.img-thumbnail.img-rounded,
.img-thumbnail.img-rounded img,
.img-thumbnail.img-rounded .bg-images {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.img-thumbnail.img-circle,
.img-thumbnail.img-circle img,
.img-thumbnail.img-circle .bg-images {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.img-thumbnail.img-circle .bg-images i {
  margin: 17% 0 0 17%;
}
.img-thumbnail .bg-images i {
  margin: 9px 0 0 9px;
}
.fancybox-wrap {
    -webkit-overflow-scrolling: touch;
}

/* Video */
embed,
iframe,
object,
video,
audio {
  max-width: 100%;
}
.video-box {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
  box-shadow: 0 1px 2px rgba(0,0,0,.4);
  height: 0;
  margin-bottom: 22px;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.video-box embed,
.video-box iframe,
.video-box object,
.video-box video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.video-box.html5 {
  height: auto;
  padding: 0;
}
.video-box.html5 .video-js {
  height: auto !important;
  line-height: 0;
  width: 100% !important;
}
.video-box.html5 .video-js .vjs-tech {
  height: auto;
  margin: 0;
  position: relative;
  width: 100%;
}
.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);
}

/* Audio */
.audio-box audio {
  width: 100%;
}
.jp-audio,
.jp-audio *,
.jp-jplayer,
.jp-jplayer * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
div.jp-audio ul.jp-controls {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
div.jp-audio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 300px;
  width: 100%;
}


/* Nav Bar */
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #7b7b7b;
  text-shadow: none;
}

/* Drop Down */
.dropdown-backdrop {
  position: static;
}
.btn-group .dropdown-toggle,
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.dropdown-menu {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
  box-shadow: 0 0 5px rgba(0,0,0,.15);
  min-width: 156px;
  padding: 0;
  z-index: 800;
}
.open > .dropdown-menu {
  -webkit-animation: fadeIn 0.4s;
  animation: fadeIn 0.4s;
}


/* Button */
.btn,
.btn:visited {
  background: #c10841;
  border: 0 none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
  line-height: 22px;
  outline: none;
  padding: 9px 20px;
  text-shadow: none;
  filter: none;
  -webkit-transition:
    background .2s linear,
    color .2s linear;
  transition:
    background .2s linear,
    color .2s linear;
  white-space: normal;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled],
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background: #565656;
  *background: #565656;
  color: #fff;
  outline: none;
  -webkit-transition:
    background .2s linear,
    color .2s linear;
  transition:
    background .2s linear,
    color .2s linear;
}
.btn:active,
.btn.active,
.btn-group.open .btn.dropdown-toggle {
  background: #c10841;
  background-color: rgba(30, 30, 30, 1);
  -webkit-box-shadow: inset 0px 5px 0px rgba(0,0,0,0.12);
  -moz-box-shadow: inset 0px 5px 0px rgba(0,0,0,0.12);
  box-shadow: inset 0px 5px 0px rgba(0,0,0,0.12);
  outline: none;
}
.btn-group.open .btn.dropdown-toggle {
  background: #c10841;
  background-color: rgba(30, 30, 30, 1);
  -webkit-box-shadow: inset 0px 5px 0px rgba(0,0,0,0.12);
  -moz-box-shadow: inset 0px 5px 0px rgba(0,0,0,0.12);
  box-shadow: inset 0px 5px 0px rgba(0,0,0,0.12);
}
.btn.btn-inverse,
.btn.btn-inverse:visited {
  background: #ccc;
  background: rgba(47, 47, 47, 1);
}
.btn.btn-inverse:hover,
.btn.btn-inverse:focus,
.btn.btn-inverse:active,
.btn.btn-inverse.active,
.btn.btn-inverse.disabled,
.btn.btn-inverse[disabled] {
  color: #efefef;
  background-color: #4b4b4b;
}
.btn.btn-inverse:active,
.btn.btn-inverse.active,
.btn-group.open .btn.dropdown-toggle.btn-inverse {
  background-color: #ccc;
}
.btn.btn-primary,
.btn.btn-primary:visited {
  background: #037ac5;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active,
.btn.btn-primary.disabled,
.btn.btn-primary[disabled] {
  color: #ffffff;
  background-color: #048ce2;
}
.btn.btn-primary:active,
.btn.btn-primary.active,
.btn-group.open .btn.dropdown-toggle.btn-primary {
  background-color: #048ce2;
  }
.btn.btn-alert,
.btn.btn-alert:visited {
  background: #c10841;
}
.btn.btn-alert:hover,
.btn.btn-alert:focus,
.btn.btn-alert:active,
.btn.btn-alert.active,
.btn.btn-alert.disabled,
.btn.btn-alert[disabled] {
  color: #ffffff;
  background-color: #db0f4d;
}
.btn.btn-alert:active,
.btn.btn-alert.active,
.btn-group.open .btn.dropdown-toggle.btn-alert {
  background-color: #db0f4d;
}
.btn.btn-warning,
.btn.btn-warning:visited {
  background: #f89406;
}
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:active,
.btn.btn-warning.active,
.btn.btn-warning.disabled,
.btn.btn-warning[disabled] {
  color: #ffffff;
  background-color: #fda425;
}
.btn.btn-warning:active,
.btn.btn-warning.active,
.btn-group.open .btn.dropdown-toggle.btn-warning {
  background-color: #fda425;
}
.btn.btn-danger,
.btn.btn-danger:visited {
  background: #c10841;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active,
.btn.btn-danger.active,
.btn.btn-danger.disabled,
.btn.btn-danger[disabled] {
  color: #ffffff;
  background-color: #d70a49;
}
.btn.btn-danger:active,
.btn.btn-danger.active,
.btn-group.open .btn.dropdown-toggle.btn-danger {
  background-color: #d70a49;
  }
.btn.btn-mauve,
.btn.btn-mauve:visited {
  background: #a500f0;
}
.btn.btn-mauve:hover,
.btn.btn-mauve:focus,
.btn.btn-mauve:active,
.btn.btn-mauve.active,
.btn.btn-mauve.disabled,
.btn.btn-mauve[disabled] {
  color: #ffffff;
  background-color: #bc29ff;
}
.btn.btn-mauve:active,
.btn.btn-mauve.active,
.btn-group.open .btn.dropdown-toggle.btn-mauve {
  background-color: #a500f0;
    }
.btn.btn-vertc,
.btn.btn-vertc:visited {
  background: #00c64d;
}
.btn.btn-vertc:hover,
.btn.btn-vertc:focus,
.btn.btn-vertc:active,
.btn.btn-vertc.active,
.btn.btn-vertc.disabled,
.btn.btn-vertc[disabled] {
  color: #ffffff;
  background-color: #05ff67;
}
.btn.btn-vertc:active,
.btn.btn-vertc.active,
.btn-group.open .btn.dropdown-toggle.btn-vertc{
  background-color: #00c64d;
      }
.btn.btn-red,
.btn.btn-red:visited {
  background: #e4000a;
}
.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: #ffffff;
  background-color: #ff0b16;
}
.btn.btn-red:active,
.btn.btn-red.active,
.btn-group.open .btn.dropdown-toggle.btn-red {
  background-color: #e4000a;
      }
.btn.btn-ocean,
.btn.btn-ocean:visited {
  background: #052cff;
}
.btn.btn-ocean:hover,
.btn.btn-ocean:focus,
.btn.btn-ocean:active,
.btn.btn-ocean.active,
.btn.btn-ocean.disabled,
.btn.btn-ocean[disabled] {
  color: #ffffff;
  background-color: #2f4fff;
}
.btn.btn-ocean:active,
.btn.btn-ocean.active,
.btn-group.open .btn.dropdown-toggle.btn-ocean {
  background-color: #052cff;
  
}
.btn.btn-success,
.btn.btn-success:visited {
  background: #738d00;
}
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active,
.btn.btn-success.active,
.btn.btn-success.disabled,
.btn.btn-success[disabled] {
  color: #ffffff;
  background-color: #8aa902;
}
.btn.btn-success:active,
.btn.btn-success.active,
.btn-group.open .btn.dropdown-toggle.btn-success {
  background-color: #8aa902;
}
.btn.btn-info,
.btn.btn-info:visited {
  background: #0098ca;
}
.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:active,
.btn.btn-info.active,
.btn.btn-info.disabled,
.btn.btn-info[disabled] {
  color: #ffffff;
  background-color: #02a9e0;
}
.btn.btn-info:active,
.btn.btn-info.active,
.btn-group.open .btn.dropdown-toggle.btn-info {
  background-color: #02a9e0;
}
.btn.btn-link,
.btn.btn-link:active,
.btn.btn-link[disabled] {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-link,
.btn.btn-link:visited {
  cursor: pointer;
  color: #2e5481;
}
.btn.btn-link:hover,
.btn.btn-link:focus {
  background: none;
  color: #2e5481;
  text-decoration: underline;
}
.btn.btn-link[disabled]:hover,
.btn.btn-link[disabled]:focus {
  opacity: .8;
  filter: alpha(opacity=80);
}
.btn.btn-red,
.btn.btn-red:visited {
  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: #ffffff;
  background-color: #fb4c71;
}
.btn.btn-white,
.btn.btn-white:visited {
  background: #fff;
  color: #c10841;
}
.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.dropdown-toggle.btn-white {
  color: #c10841;
  background-color: #fff;
  background-color: rgba(255,255,255,.8);
}
.btn.disabled,
.btn[disabled] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; 
}
.btn.btn-border {
  background: none;
  border: 1px solid #c10841;
  color: #c10841;
  padding-top: 9px;
  padding-bottom: 9px;
}
.btn.btn-border .caret {
  color: #c10841;
}
.btn.btn-border.btn-inverse,
.btn.btn-border.btn-inverse .caret {
  border-color: rgba(30,30,30,.3);
  color: rgba(30,30,30,.3);
}
.btn.btn-border.btn-primary,
.btn.btn-border.btn-primary .caret {
  border-color: #037ac5;
  color: #037ac5;
}
.btn.btn-border.btn-warning,
.btn.btn-border.btn-warning .caret {
  border-color: #f89406;
  color: #f89406;
}
.btn.btn-border.btn-danger,
.btn.btn-border.btn-danger .caret {
  border-color: #c10841;
  color: #c10841;
  }
.btn.btn-border.btn-mauve,
.btn.btn-border.btn-mauve .caret {
  border-color: #a500f0;
  color: #a500f0;
}
.btn.btn-border.btn-success,
.btn.btn-border.btn-success .caret {
  border-color: #738d00;
  color: #738d00;
}
.btn.btn-border.btn-info,
.btn.btn-border.btn-info .caret {
  border-color: #0098ca;
  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.dropdown-toggle.btn-border,
.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.dropdown-toggle.btn-border .caret {
  color: #fff;
}

.btn-group > .btn:first-child {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.btn.btn-lg {
  font-size: 14px;
  padding: 16px 45px;
}
.btn.btn-sm {
  font-size: 12px;
  padding: 5px 15px;
}
.btn.btn-xs {
  font-size: 10px;
  padding: 2px 10px;
}
.btn-group > .btn:before,
.btn-group > .btn:after {
  border-left: 1px solid rgba(255,255,255,.2);
  bottom: 0;
  display: inline-block;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
}
.btn-group > .btn.btn-border:before,
.btn-group > .btn.btn-border:after {
  display: none;
}
.btn-group > .btn:after {
  left: auto;
  right: 0;
}
.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;
}

/* Tables */
.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 {
  border-top: 1px solid #e1e1e1;
  line-height: 18px;
  padding: 16px 10px 15px;
}
.table > thead > tr > th {
  border-bottom: 1px solid #e1e1e1;
  font-size: 13px;
}
.table-striped thead th {
  background-color: #f7f7f7;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background: none;
}
.table-bordered {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  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 0.4s linear;
  transition: all 0.4s linear;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #fffdee;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 4px 5px;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #f89406;
  color: #fff;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #738d00;
  color: #fff;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #c10841;
  color: #fff;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #0098ca;
  color: #fff;
  }
.table > thead > tr > td.mauve,
.table > tbody > tr > td.mauve,
.table > tfoot > tr > td.mauve,
.table > thead > tr > th.mauve,
.table > tbody > tr > th.mauve,
.table > tfoot > tr > th.mauve,
.table > thead > tr.mauve > td,
.table > tbody > tr.mauve > td,
.table > tfoot > tr.mauve > td,
.table > thead > tr.mauve > th,
.table > tbody > tr.mauve > th,
.table > tfoot > tr.mauve > th {
  background-color: #a500f0;
  color: #fff;
}

/* Quotes */
blockquote {
  padding: 0 0 0 20px;
  margin: 0 0 22px;
  border-left: 2px solid #e1e1e1;
}
blockquote.pull-right {
  border-left: 0;
  border-right: 2px solid #e1e1e1;
  float: right;
  padding-left: 0;
  padding-right: 20px;
}
blockquote p {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 0;
}
blockquote small {
  line-height: 26px;
}

/* Tabs */
.nav-tabs {
  margin-bottom: 0;
  margin-left: 0;
}
.nav-tabs > li > a {
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0; 
  color: #c10841;
  font-size: 12px;
  padding: 10px 20px 11px;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #f7f7f7;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}
.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 {
  border: 1px solid #e1e1e1;
  border-bottom-color: transparent;
  color: #c10841;
  font-weight: bold;
}
.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 {
  border: 0 none;
  border-right: 1px solid #ddd;
  float: left;
  margin: 0 -1px 0 0;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.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 {
  border-left: 1px solid #ddd;
  margin: 0;
  overflow: auto;
}
.tabs-left > .tab-content > .tab-pane {
  padding: 0 0 0 20px;
}
.tabs-right > .nav-tabs {
  border: 0 none;
  border-left: 1px solid #ddd;
  float: right;
  margin: 0 0 0 -1px;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  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 {
  border-right: 1px solid #ddd;
  margin: 0;
  overflow: auto;
}
.tabs-right > .tab-content > .tab-pane {
  padding: 0 20px 0 0;
}

/* Accordion */
.panel {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 22px;
}
.panel-heading {
  padding: 9px 20px;
  border: 0 none;
  border-radius: 0;
}
.panel-footer {
  background-color: #e1e1e1;
  border-top: 1px solid #e1e1e1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.panel-title {
  font-size: 14px;
}
.panel-body {
  padding: 10px 20px;
}
.list-group-item {
  padding-left: 20px;
  padding-right: 20px;
}
.panel-primary {
  border-color: #037ac5;
}
.panel-success {
  border-color: #738d00;
}
.panel-info {
  border-color: #0098ca;
}
.panel-warning {
  border-color: #f89406;
}
.panel-danger {
  border-color: #c10841;
  }
.panel-mauve {
  border-color: #a500f0;
}
.panel-default > .panel-heading {
  background-color: #f2f2f2;
  color: #c10841;
}
.panel-primary > .panel-heading {
  background-color: #037ac5;
  color: #fff;
}
.panel-success > .panel-heading {
  background-color: #738d00;
  color: #fff;
}
.panel-info > .panel-heading {
  background-color: #0098ca;
  color: #fff;
}
.panel-warning > .panel-heading {
  background-color: #f89406;
  color: #fff;
}
.panel-danger > .panel-heading {
  background-color: #c10841;
  color: #fff;
  }
.panel-mauve> .panel-heading {
  background-color: #a500f0;
  color: #fff;
}
.panel-default {
  border-color: #e1e1e1;
}
.panel-default > .panel-heading {
  background-color: #e1e1e1;
}
.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  background-color: inherit;
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-group .panel .panel-heading {
  background-color: inherit;
  padding: 0;
  position: relative;
}
.panel-group .panel .panel-heading > .panel-title:before {
  background: #e1e1e1;
  background: rgba(255,255,255,.4);
  bottom: 0;
  content: "";
  display: block;
  left: 45px;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 1;
}
.panel-group .active.panel .panel-heading > .panel-title:before {
  background: #444;
  background: rgba(255,255,255,.2);
}
.panel-group .panel .panel-heading > .panel-title > a {
  background-color: #f2f2f2;
  color: #c10841;
  display: block;
  line-height: 22px;
  padding: 9px 9px 9px 60px;
  text-decoration: none;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}
.panel-group .panel .panel-heading > .panel-title > a:hover {
  background-color: #e9e9e9;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}
.panel-group .active.panel .panel-heading > .panel-title > a,
.panel-group .active.panel .panel-heading > .panel-title > a:hover {
  background-color: #c10841;
  color: #fff;
  display: block;
  padding: 9px 9px 9px 60px;
  text-decoration: none;
}
.panel-group .panel .panel-heading > .panel-title > a:before,
.panel-group .panel .panel-heading > .panel-title > a:after {
  background: #c10841;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin: 19px 0 0 15px;
  position: absolute;
  top: 0;
  width: 16px;
}
.panel-group .panel .panel-heading > .panel-title > a:after {
  height: 16px;
  margin: 12px 0 0 22px;
  width: 2px;
}
.panel-group .active.panel .panel-heading > .panel-title > a:before,
.panel-group .active.panel .panel-heading > .panel-title > a:after {
  background: #fff;
}
.panel-group .active.panel .panel-heading > .panel-title > a:after {
  display: none;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 0 none;
}
.panel-group .panel.e-hidden {
  margin: 0;
  overflow: hidden;
}
.panel-group .panel-default .panel-heading > .panel-title > a {
  background-color: #f2f2f2;
}
.panel-group .panel-default .panel-heading > .panel-title > a:hover {
  background-color: #e9e9e9;
}
.panel-group .panel-primary .panel-heading > .panel-title > a {
  background-color: #037ac5;
  color: #fff;
}
.panel-group .panel-primary .panel-heading > .panel-title > a:hover {
  background-color: rgba(3,122,197,.9);
  color: #fff;
}
.panel-group .panel-success .panel-heading > .panel-title > a {
  background-color: #738d00;
  color: #fff;
}
.panel-group .panel-success .panel-heading > .panel-title > a:hover {
  background-color: rgba(115,141,0,.9);
}
.panel-group .panel-info .panel-heading > .panel-title > a {
  background-color: #0098ca;
  color: #fff;
}
.panel-group .panel-info .panel-heading > .panel-title > a:hover {
  background-color: rgba(0,152,202,.9);
}
.panel-group .panel-warning .panel-heading > .panel-title > a {
  background-color: #f89406;
  color: #fff;
}
.panel-group .panel-warning .panel-heading > .panel-title > a:hover {
  background-color: rgba(248,148,6,.9);
}
.panel-group .panel-mauve .panel-heading > .panel-title > a {
  background-color: #a500f0;
  color: #fff;
}
.panel-group .panel-danger .panel-heading > .panel-title > a {
  background-color: #c10841;
  color: #fff;
}
.panel-group .panel-danger .panel-heading > .panel-title > a:hover {
  background-color: rgba(193,8,65,.9);
}
.panel-group .panel-primary .panel-heading > .panel-title > a:before,
.panel-group .panel-primary .panel-heading > .panel-title > a:after,
.panel-group .panel-mauve .panel-heading > .panel-title > a:before,
.panel-group .panel-mauve .panel-heading > .panel-title > a:after,
.panel-group .panel-success .panel-heading > .panel-title > a:before,
.panel-group .panel-success .panel-heading > .panel-title > a:after,
.panel-group .panel-info .panel-heading > .panel-title > a:before,
.panel-group .panel-info .panel-heading > .panel-title > a:after,
.panel-group .panel-warning .panel-heading > .panel-title > a:before,
.panel-group .panel-warning .panel-heading > .panel-title > a:after,
.panel-group .panel-danger .panel-heading > .panel-title > a:before,
.panel-group .panel-danger .panel-heading > .panel-title > a:after {
  background-color: #fff;
}
.panel-group.one-open .panel.active .panel-heading > .panel-title > a {
  cursor: default;
}
.panel-group .panel-body {
  padding: 10px 0 10px 1px;
}
.panel.panel-bg .panel-body {
  background: #f7f7f7;
  padding-left: 20px;
  padding-right: 20px;
}

/* Progress */
.progress {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 40px;
}
.progress-bar {
  font-size: 14px;
  background: #c10841;
  filter: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 40px;
  text-align: left;
  text-indent: 10px;
  text-shadow: none;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.progress-bar-info {
  background-color: #0098ca;
}
.progress-bar-success {
  background-color: #738d00;
}
.progress-bar-warning {
  background-color: #f89406;
}
.progress-bar-danger {
  background-color: #c10841;
  }
.progress-bar-mauve {
  background-color: #a500f0;
}
.progress.border-radius {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.progress[data-appear-progress-animation] .progress-bar {
  text-indent: -100%;
}
.progress.hover .progress-bar:hover {
  background: #c10841;
}
.progress.hover .progress-bar-info:hover {
  background: #0098ca;
}
.progress.hover .progress-bar-success:hover {
  background: #738d00;
}
.progress.hover .progress-bar-warning:hover {
  background: #c09853;
}
.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 {
  border: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #7f7f7f;
  font-size: 0;
  font-style: italic;
  font-weight: normal !important;
}

/* Pagination */
.pagination {
  margin: 20px 0;
}
.pagination > li > a,
.pagination > li > span {
  background-color: #ccc;
  border: 0 none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  float: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  margin: 0 5px 0 0;
  min-width: 6px;
  padding: 0 9px;
  text-align: center;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.pagination > li > a:hover,
.pagination > li > a:hover {
  background-color: #c10841;
  color: #fff;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > span:hover {
  background-color: #c10841;
  background-color: rgba(30,30,30,.7);
  color: #fff;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-left-width: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 15px;
  font-weight: normal;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background-color: #ccc;
  color: #fff;
}
.pagination + .pagination-text {
  color: #999;
  font-size: 12px;
  float: right;
  line-height: 24px;
  vertical-align: top;
}
.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{
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 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 {
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
}

/* Icons */
.icon {
  background: none;
  color: #c10841;
  display: inline-block;
  font-size: 20px;
  height: 32px;
  line-height: 32px;
  margin: 0 0 4px 0;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  width: 32px;
}
.icon.pull-left {
  float: left;
  margin-right: 10px;
}
.icon.pull-right {
  float: right;
  margin-left: 10px;
}
.icon.icon-24 {
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  width: 24px;
}
.icon.icon-40 {
  font-size: 26px;
  height: 40px;
  line-height: 40px;
  width: 40px;
}
.icon.icon-60 {
  font-size: 32px;
  height: 60px;
  line-height: 60px;
  width: 60px;
}
.icon.icon-100 {
  font-size: 50px;
  height: 100px;
  line-height: 100px;
  width: 100px;
}
.icon .fa {
  width: 100%;
}
.icon.rounded {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.icon.border {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px;
}
.sbtnf:before,
.sbtnf:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* Frames */
.frame {
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.frame > img {
  width: 100%;
}
.frame-padding {
  background: #fff;
  padding: 4px;
}
.frame-border {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.frame-shadow {
  -moz-box-shadow: 0 0 15px rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,.5);
  box-shadow: 0 0 15px rgba(0,0,0,.5);
}
[class*="frame-shadow"] {
  background: #fff;
  position: relative;
}
.frame-shadow-lifted:before,
.frame-shadow-lifted:after {
  bottom: 15px;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 20px;
  left: 10px;
  position: absolute;
  width: 50%;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -1;
}
.frame-shadow-lifted:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}
.frame-shadow-perspective:before {
  bottom: 5px;
  -webkit-box-shadow:-80px 0 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow:-80px 0 8px rgba(0, 0, 0, 0.4);
  box-shadow:-80px 0 8px rgba(0, 0, 0, 0.4);
  content: "";
  height: 35%;
  left: 80px;
  max-width: 200px;
  max-height: 50px;
  position: absolute;
  width: 50%;
  -webkit-transform: skew(50deg);
  -moz-transform: skew(50deg);
  -ms-transform: skew(50deg);
  -o-transform: skew(50deg);
  transform: skew(50deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
  z-index: -1;
}
.frame-shadow-curved:before {
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.6);
  -moz-box-shadow: 0 0 15px rgba(0,0,0,0.6);
  box-shadow: 0 0 15px rgba(0,0,0,0.6);
  -webkit-border-radius: 10px/100px;
  -moz-border-radius: 10px/100px;
  border-radius: 10px/100px;
  bottom: 10px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: -1;
}
.frame-shadow-raised {
  -webkit-box-shadow:
    0 15px 10px -10px rgba(0, 0, 0, 0.5),
    0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow:
    0 15px 10px -10px rgba(0, 0, 0, 0.5),
    0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow:
    0 15px 10px -10px rgba(0, 0, 0, 0.5),
    0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.rotated-box {
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.rotated-right-box {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}

/* Modal */
.modal {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
  box-shadow: 0 0 5px rgba(0,0,0,.15);
}
.modal.modal-center .modal-dialog {
  transform: translate(0, 0%) !important;
  -ms-transform: translate(0, 0%) !important;
  -webkit-transform: translate(0, 0%) !important;
}
.modal .close {
  font-size: 26px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.modal .close span {
  line-height: 18px;
  margin-right: 5px;
  margin-top: 0;
  text-transform: uppercase;
}
.modal-header {
  border: 0 none;
  padding: 30px 20px 0;
}
.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 {
  background-color: #f7f7f7;
  border-top: 1px solid #e1e1e1;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  padding: 20px;
}

/* Product */
.product-name a {
  color: #c10841;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.product-name a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.product-image {
  background: #f2f2f2;
  display: inline-block;
  line-height: 0;
}
.product-image > img {
  width: 100%;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.product-image:hover > img {
  opacity: .9;
  filter: alpha(opacity=90);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.rotation .product-image:hover > img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.price-old {
  color: #7f7f7f;
  display: inline-block;
  margin-right: 6px;
  position: relative;
}

.price-old:before {
  background: #f00;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  margin: 0 0 0 -23px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  width: 46px;
}
.sale {
  border-top: 56px solid #f89406;
  border-right: 56px solid transparent;
  display: block;
  height: 0;
  line-height: 22px;
  position: absolute;
  width: 0;
  z-index: 1;
  -webkit-transform: translateZ(0px);
}
.sale:before {
  color: #fff;
  content: "Sale";
  display: block;
  font-size: 11px;
  font-weight: bold;
  margin: -46px 0 0 5px;
  position: absolute;
  text-transform: uppercase;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.sale.top {
  border-top: 56px solid #738d00;
}
.sale.top:before {
  content: "Top";
}
.sale.new {
  border-top: 56px solid #c10841;
}
.sale.new:before {
  content: "New";
}
.sale.best {
  border-top: 56px solid #0098ca;
}
.sale.best:before {
  content: "Best";
}

/* Additional Classes */
.display-t {
  display: table;
}
.display-tc {
  display: table-cell;
}
.slim {
  font-weight: normal;
}
.border-radius {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.bg {
  background-color: #f2f2f2;
}
.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;
}
.col2-set .col-1,
.col2-set .col-2 {
  float: left;
  width: 48.5%;
}
.col2-set .col-2 {
  float: right;
}

/******************************************************************************
  Top
*******************************************************************************/
#top-box {
  width: 100%;
}
#top-box .top-box-wrapper {
  background: #c10841;
  min-height: 30px;
  padding: 5px 0;
}
/* Language/Currency */
.btn-group.btn-select {
  color: #7f7f7f;
  font-size: 12px;
  vertical-align: top;
}
#top-box .btn-group.btn-select {
  margin: 3px 0 0 0;
}
#top-box .btn-group.btn-select.language{
  margin-right: 6px;
}
.btn-group.btn-select .dropdown-toggle {
  background: rgba(255,255,255,.1);
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;  
  color: #7f7f7f;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  padding: 0 7px 3px;
  z-index: 2;
}
.btn-group.btn-select.open .btn.dropdown-toggle {
  background: #fff;
  border: 1px solid #ccc;
  border-bottom: 0 none;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
  box-shadow: 0 0 5px rgba(0,0,0,.15);
  color: #7f7f7f;
}
.btn-group.btn-select .btn.dropdown-toggle .caret {
  color: #fff;
  color: rgba(255,255,255,.5);
  margin-left: 0;
}
.btn-group.btn-select.open .btn.dropdown-toggle .caret {
  color: #777;
}
.btn-group.btn-select.open .btn.dropdown-toggle:after {
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 6px;
  left: 0px;
  margin: 0 0 -6px;
  position: absolute;
  right: 0;
  top: auto;
  z-index: 3;
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
}
.btn-group.btn-select .dropdown-menu {
  -webkit-border-radius: 0 3px 3px 3px;
  -moz-border-radius: 0 3px 3px 3px;
  border-radius: 0 3px 3px 3px;
  margin: 0;
  padding-top: 8px;
  z-index: 1;
}
.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:hover {
  background: #f2f2f2;
}
.btn-group.btn-select .dropdown-menu > li > a img {
  margin: 5px 9px 0 0;
  vertical-align: top;
  
}
.dropdown-menu > li > a i {
  font-size: 18px;
  margin-right: 10px;
  min-width: 18px;
  vertical-align: middle;
}
#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;
}

/* Menu */
.top-navbar {
  background: none;
  border: 0 none;
  border-radius: 0;
  height: auto;
  margin: 0;
  min-height: 30px;
}
.top-navbar .collapse {
  padding: 0;
}
.top-navbar .nav {
  margin-top: -5px;
  margin-bottom: -5px;
}
.top-navbar .nav > li a {
  font-size: 12px;
  line-height: 22px;
  padding: 9px 15px 9px;
  -webkit-transition:
    background 0.2s linear,
    color 0.2s linear;
  transition:
    background 0.2s linear,
    color 0.2s linear;
}
.top-navbar .nav > li a .fa {
  font-size: 120%;
  margin-right: 4px;
}
.top-navbar .nav > li a .fa.after {
  margin-left: 4px;
  margin-right: 0;
}
.top-navbar .nav > li a .count {
  background: rgba(255,255,255,.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  font-size: 110%;
  line-height: 1;
  margin-left: 4px;
  padding: 3px 5px;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.top-navbar .nav > li:hover a .count {
  background: rgba(0,0,0,.1);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.top-navbar .nav > li:hover > a,
.top-navbar .nav > li > a:hover {
  background: #efefef;
  color: #7b7b7b;
  -webkit-transition:
    background 0.2s linear,
    color 0.2s linear;
  transition:
    background 0.2s linear,
    color 0.2s linear;
}

/* Search */
.top-search {
  margin: 0 0 0 auto;
  max-width: 300px;
  position: relative;
}
.top-search .form-control {
  background: rgba(255,255,255,.1);
  border: 1px solid #e1e1e1;
  border: 1px solid rgba(255,255,255,.2);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
  height: 30px;
  line-height: 14px;
  margin: 0;
  min-height: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.top-search .form-control:focus {
  border-color: rgba(255,255,255,.7);
}
.top-search .form-control::-moz-placeholder {
  color: #fff;
  color: rgba(255,255,255,.3);
}
.top-search .form-control:-ms-input-placeholder {
  color: #fff;
  color: rgba(255,255,255,.3);
}
.top-search .form-control::-webkit-input-placeholder {
  color: #fff;
  color: rgba(255,255,255,.3);
}
.top-search .search-submit {
  background: none;
  height: 30px;
  opacity: .5;
  filter: alpha(opacity=50);
  padding: 6px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  width: 30px;
}
.top-search .search-submit:hover {
  opacity: .7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
/* Info */
.top-info {
  color: #fff;
  font-size: 13px;
  padding: 5px 0;
}
.top-info a {
  color: #fff;
  color: rgba(255,255,255,.8);
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}
.top-info a:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}
.top-info .separator {
  color: rgba(255,255,255,.4);
  vertical-align: top;
}

/******************************************************************************
  Header
*******************************************************************************/
.header {
  width: 100%;
}
.header-wrapper {
  background: rgba(255,255,255,.97);
  min-height: 128px;
  padding: 2px 0;
}
.header .container {
  position: relative;
}
.header .logo-box {
  display: table;
  table-layout: fixed;
}
.header .logo {
  display: table-cell;
  height: 160px;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
}
.header .logo a {
  display: inline-block;
  max-width: 100%;
}
.header .logo img,
.header .logo .logo-img {
  max-height: 160px;
}
.header .logo-box.auto-height {
  display: block;
  height: 160px;
}
.header .logo-box.auto-height .logo {
  display: block;
}
.header .logo-box.auto-height img {
  max-height: inherit;
}
.header .site-description {
  color: #bbb;
  font-size: 9px;
  line-height: 1.3;
}

/* Fixed Header */
.fixed-header {
  margin-top: 0;
}
.fixed-header .page-box {
  padding-top: 104px;
}
.fixed-header .header {
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 870;
  -webkit-backface-visibility: hidden;
  /*-webkit-transform: translateZ(0);*/
  width: auto;
}
.fixed-header.loaded .header {
  -webkit-transition: margin-top 0.2s linear;
  transition: margin-top 0.2s linear;
}
.fixed-header .header-wrapper {
  background: #fff;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.fixed-header.background-opacity .header-wrapper {
  background: rgba(255,255,255,.97);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.hidden-top.visible-top .header-wrapper:only-child,
.fixed-header.fixed .header-wrapper:only-child {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
  box-shadow: 0 0 5px rgba(0,0,0,.15);
}

/* Hidden Top Bar */
.hidden-top #top-box {
  left: 0;
  margin-top: -32px;
  position: fixed;
  top: 0;
  z-index: 910;
}
.hidden-top.loaded #top-box {
  -webkit-transition: margin-top 0.2s linear;
  transition: margin-top 0.2s linear;
}
.hidden-top.visible-top #top-box {
  margin-top: 0;
  -webkit-transition: margin-top 0.2s linear;
  transition: margin-top 0.2s linear;
}
.hidden-top.loaded .page-box,
.hidden-top.visible-top.loaded .page-box {
  -webkit-transition: padding-top 0.2s linear;
  transition: padding-top 0.2s linear;
}
.hidden-top .page-box {
  padding-top: 8px;
}
.hidden-top.visible-top .page-box {
  padding-top: 40px;
}

/* Fixed Header/Hidden Top Bar */
.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 0.2s linear;
  transition: margin-top 0.2s linear;
}
.fixed-header.hidden-top .header {
  margin-top: 8px;
  top: 0;
}
.fixed-header.hidden-top.visible-top .header {
  margin-top: 40px;
}
.fixed-header.hidden-top.fixed .header {
  margin-top: 0;
  -webkit-transition: margin-top 0.2s linear;
  transition: margin-top 0.2s linear;
}

/* Fixed Top Bar */
.fixed-header.fixed-top #top-box {
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 871;
}
.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 */
.fixed-double-header .header {
  margin-bottom: 104px;
}
.fixed-double-header .header .header-wrapper + .header-wrapper {
  margin: 0;
  position: absolute;
  width: 100%;
}

/* Primary Menu */
.header .primary {
  float: left;
  margin-bottom: 10px;
  z-index: 900;
}
.header .primary .navbar {
  background: none;
  border: 0 none;
  margin: 0;
  min-height: 44px;
}
.header .primary .navbar .navbar-collapse {
  padding: 0;
  position: relative;
}
.header .primary .navbar .nav {
  margin: 0;
  position: relative;
}
.header .primary .navbar .nav > li {
  padding: 12px 3px 0;
  position: relative;
}
.header .primary .navbar .nav > li > a,
.header .primary .navbar .nav > li > a:visited {
  background: none;
  border: 1px solid #fff;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #c10841;
  padding: 11px 13px;
  position: static;
  text-shadow: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 901;
}
.header .primary .navbar .nav > .selected > a {
  color: #777;
}
.header .primary .navbar .nav a > i {
  margin-right: 2px;
  opacity: .8;
  filter: alpha(opacity=80);
  text-align: center;
  width: 15px;
}
.header .primary .navbar .nav a .item-new {
  background: #ff0068;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.01em;
  padding: 4px 10px;
  position: absolute;
  right: 19px;
  top: 1px;
  text-transform: uppercase;
}
.header .primary .navbar .nav .megamenu a .item-new {
  right: 14px;
  top: -12px;
}
.header .primary .navbar .nav a .item-new .before,
.header .primary .navbar .nav a .item-new:before {
  border: 5px solid transparent;
  border-right-color: #ff0068;
  bottom: -5px;
  content: "";
  display: block;
  position: absolute;
  right: 0;
}
.header .primary .navbar .nav a .item-new.bg-info .before,
.header .primary .navbar .nav a .item-new.bg-info:before {
  border-right-color: #0098ca;
}
.header .primary .navbar .nav a .item-new.bg-success .before,
.header .primary .navbar .nav a .item-new.bg-success:before {
  border-right-color: #738d00;
}
.header .primary .navbar .nav a .item-new.bg-primary .before,
.header .primary .navbar .nav a .item-new.bg-primary:before {
  border-right-color: #428bca;
}
.header .primary .navbar .nav a .item-new.bg-warning .before,
.header .primary .navbar .nav a .item-new.bg-warning:before {
  border-right-color: #f89406;
}
.header .primary .navbar .nav a .item-new.bg-danger .before,
.header .primary .navbar .nav a .item-new.bg-danger:before {
  border-right-color: #c10841;
}
.header .primary .navbar .nav .sub .item-new,
.header .primary .navbar .nav .megamenu .sub a .item-new {
  float: right;
  left: 0;
  margin: 2px 0 0 10px;
  position: relative;
  top: 0;
}
.header .primary .navbar .nav .megamenu .sub a .item-new {
  float: none;
}
.header .primary .navbar .nav .sub .item-new .before,
.header .primary .navbar .nav .sub .item-new:before {
  display: none;
}
.header .primary .navbar .nav > li:hover > a {
  background: #fff;
  border-color: #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
  box-shadow: 0 0 5px rgba(0,0,0,.15);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header .primary .navbar .nav .parent {
  position: relative;
}
.header .primary .navbar .nav > li.parent:hover > a {
  background: #fff;
  border-bottom-color: transparent;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.header .primary .navbar .nav > li.parent > a:after {
  background: transparent;
  bottom: 0;
  content: "";
  display: none;
  height: 12px;
  left: 4px;
  margin: 0 0 -6px 0;
  position: absolute;
  right: 4px;
  -webkit-transition: background 0.5s linear;
  transition: background 0.5s linear;
  z-index: 906;
}
.header .primary .navbar .nav > li.parent:hover > a:after {
  background: #fff;
  display: block;
  -webkit-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
.header .primary .navbar .nav > li.parent.megamenu:hover > a:after {
  left: 0;
  right: 0;
}
.header .primary .sub {
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 0 3px 3px 3px;
  -moz-border-radius: 0 3px 3px 3px;
  border-radius: 0 3px 3px 3px;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
  box-shadow: 0 0 5px rgba(0,0,0,.15);
  display: none;
  font-size: 13px;
  line-height: 24px;
  margin: -1px 0 0;
  padding: 15px 20px;
  position: absolute;
  z-index: 905;
}
.header .primary .sub li {
  font-size: 13px;
  line-height: 24px;
}
.header .primary .parent:hover > .sub {
  display: block;
  -webkit-animation: fadeIn 0.4s;
  animation: fadeIn 0.4s;
}
.header .primary .sub a,
.header .primary .sub a:visited {
  color: #c10841;
  display: block;
  text-decoration: none;
  width: 175px;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.header .primary .sub a:hover {
  opacity: .6;
  filter: alpha(opacity=60);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.header .primary .sub .sub {
  left: 100%;
  top: 0;
}
.header .primary .navbar .nav .parent .parent > a:after {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  display: block;
  line-height: 1;
  position: absolute;
  right: -10px;
  top: 6px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header .primary .navbar .nav .parent.megamenu {
  overflow: hidden;
  position: static;
}
.header .primary .navbar .nav .parent.megamenu > a {
  position: relative;
}
.header .primary .megamenu > .sub {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  left: -15px;
  padding: 0;
  width: 886px;
  z-index: 900;
}
.header .primary .megamenu > .sub .sub-wrapper {
  display: table;
  width: 100%;
}
.header .primary .megamenu > .sub .promo-block {
  border-right: 1px solid #ccc;
  display: table-cell;
  font-size: 12px;
  line-height: 18px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 34%;
}
.header .primary .megamenu > .sub .sub-list + .promo-block {
  border-left: 1px solid #ccc;
  border-right: 0 none;
}
.header .primary .megamenu > .sub .sub-list {
  display: table-cell;
  padding: 35px 5px;
  vertical-align: top;
  width: 100%;
}
.header .primary .megamenu.promo > .sub .sub-list {
  width: 66%;
}
.header .primary .megamenu > .sub .box {
  float: left;
  padding: 0 20px 28px;
  width: 33%;
}
.header .primary .megamenu > .sub .box:nth-child(3n+1),
.header .primary .megamenu.promo > .sub .box:nth-child(2n+1) {
  clear: left;
}
.header .primary .megamenu.promo > .sub .box {
  clear: none;
}
.header .primary .megamenu.promo > .sub .box {
  width: 50%;
}
/* Four columns */
.header .primary .megamenu.four-columns > .sub .box {
  clear: none;
}
.header .primary .megamenu.four-columns > .sub .box:nth-child(4n+1),
.header .primary .megamenu.promo.four-columns > .sub .box:nth-child(3n+1) {
  clear: left;
}
.header .primary .megamenu.promo.four-columns > .sub .box {
  clear: none;
}
.header .primary .megamenu.four-columns > .sub .promo-block,
.header .primary .megamenu.four-columns > .sub .box {
  width: 25%;
}
.header .primary .megamenu.four-columns > .sub .sub-list {
  width: 75%;
}
.header .primary .megamenu.promo.four-columns > .sub .box {
  width: 33%;
}
/* Five columns */
.header .primary .megamenu.five-columns > .sub .box {
  clear: none;
}
.header .primary .megamenu.five-columns > .sub .box:nth-child(5n+1),
.header .primary .megamenu.promo.five-columns > .sub .box:nth-child(4n+1) {
  clear: left;
}
.header .primary .megamenu.promo.five-columns > .sub .box {
  clear: none;
}
.header .primary .megamenu.five-columns > .sub .promo-block,
.header .primary .megamenu.five-columns > .sub .box {
  width: 20%;
}
.header .primary .megamenu.five-columns > .sub .sub-list {
  width: 80%;
}
.header .primary .megamenu.promo.five-columns > .sub .box {
  width: 25%;
}
.header .primary .megamenu .title {
  font-size: 13px;
  line-height: 23px;
  margin: 0 0 3px;
  text-transform: uppercase;
}
.header .primary .megamenu > .sub a {
  width: 100%;
}
.header .primary .sub .sub .sub .sub {
  background: none;
  border: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: block;
  left: 0;
  padding: 0;
  position: relative;
  -webkit-animation: fadeIn 0;
  animation: fadeIn 0;
}
.header .primary .sub .sub .sub .parent > a {
  background: none !important;
}
/* Menu Color */
.header .primary .navbar .nav > li.text-primary > a {
  color: #428bca;
}
.header .primary .navbar .nav > li.text-success > a {
  color: #738d00;
}
.header .primary .navbar .nav > li.text-info > a {
  color: #0098ca;
}
.header .primary .navbar .nav > li.text-warning > a {
  color: #f89406;
}
.header .primary .navbar .nav > li.text-danger > a {
  color: #c10841;
  }
.header .primary .navbar .nav > li.text-mauve > a {
  color: #a500f0;
}
.header .primary .navbar .nav > li[class*="item-"]:hover > a,
.header .primary [class*="item-"] .sub {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header .primary .navbar .nav > li.parent.item-bg:hover > a:after {
  display: none;
}
.header .primary .navbar .nav > li.item-primary:hover > a,
.header .primary .item-primary .sub,
.header .primary .item-primary.megamenu > .sub .promo-block {
  border-color: #428bca;
}
.header .primary .navbar .nav > li.item-success:hover > a,
.header .primary .item-success .sub,
.header .primary .item-success.megamenu > .sub .promo-block {
  border-color: #738d00;
}
.header .primary .navbar .nav > li.item-info:hover > a,
.header .primary .item-info .sub,
.header .primary .item-info.megamenu > .sub .promo-block {
  border-color: #0098ca;
}
.header .primary .navbar .nav > li.item-warning:hover > a,
.header .primary .item-warning .sub,
.header .primary .item-warning.megamenu > .sub .promo-block {
  border-color: #f89406;
}
.header .primary .navbar .nav > li.item-danger:hover > a,
.header .primary .item-danger .sub,
.header .primary .item-danger.megamenu > .sub .promo-block {
  border-color: #c10841;
  }
.header .primary .navbar .nav > li.item-mauve:hover > a,
.header .primary .item-mauve .sub,
.header .primary .item-mauve.megamenu > .sub .promo-block {
  border-color: #a500f0;
}
.header .primary .navbar .nav > li.item-bg:hover a,
.header .primary .navbar .nav > li.item-bg .sub a {
  color: #fff;
}
.header .primary .navbar .nav > li.item-primary.item-bg:hover > a,
.header .primary .item-primary.item-bg .sub,
.header .primary .item-primary.item-bg.parent .sub,
.header .primary .item-primary.item-bg.parent:hover > .sub {
  background: #428bca;
}
.header .primary .navbar .nav > li.item-success.item-bg:hover > a,
.header .primary .item-success.item-bg .sub,
.header .primary .item-success.item-bg.parent .sub,
.header .primary .item-success.item-bg.parent:hover > .sub  {
  background: #738d00;
}
.header .primary .navbar .nav > li.item-info.item-bg:hover > a,
.header .primary .item-info.item-bg .sub,
.header .primary .item-info.item-bg.parent .sub,
.header .primary .item-info.item-bg.parent:hover > .sub  {
  background: #0098ca;
}
.header .primary .navbar .nav > li.item-warning.item-bg:hover > a,
.header .primary .item-warning.item-bg .sub,
.header .primary .item-warning.item-bg.parent .sub,
.header .primary .item-warning.item-bg.parent:hover > .sub  {
  background: #f89406;
}
.header .primary .navbar .nav > li.item-danger.item-bg:hover > a,
.header .primary .item-danger.item-bg .sub,
.header .primary .item-danger.item-bg.parent .sub,
.header .primary .item-danger.item-bg.parent:hover > .sub  {
  background: #c10841;
 }
.header .primary .navbar .nav > li.item-mauve.item-bg:hover > a,
.header .primary .item-mauve.item-bg .sub,
.header .primary .item-mauve.item-bg.parent .sub,
.header .primary .item-mauve.item-bg.parent:hover > .sub  {
  background: #a500f0;
  
}
.header .primary .navbar .nav > li.item-inverse > a {
  color: #fff;
}
.header .primary .navbar .nav > li.item-primary.item-inverse > a {
  background: #428bca;
}
.header .primary .navbar .nav > li.item-success.item-inverse > a {
  background: #738d00;
}
.header .primary .navbar .nav > li.item-info.item-inverse > a {
  background: #0098ca;
}
.header .primary .navbar .nav > li.item-warning.item-inverse > a {
  background: #f89406;
}
.header .primary .navbar .nav > li.item-danger.item-inverse > a {
  background: #c10841;
}
.header .mauve .navbar .nav > li.item-danger.item-inverse > a {
  background: #a500f0;
}
.header .primary .navbar .nav > li.item-inverse:hover > a {
  background: #fff;
  color: #c10841;
}

.header .header-icons {
  float: right;
  margin: 9px 0;
  text-align: right;
}


/* Phone & Search Header */
.phone-header,
.search-header {
  border-right: 1px solid #ccc;
  border-right: 1px solid rgba(204,204,204,.8);
  color: #c10841;
  display: inline-block;
  height: 30px;
  margin: 8px 0;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 41px;
}
.phone-header:last-child,
.search-header:last-child {
  border-right: 0 none;
}
.phone-header a,
.search-header a {
  display: block;
  height: 23px;
  padding-top: 7px;
  width: 100%;
}
.phone-header a svg,
.search-header a svg {
  overflow: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform: translateZ(0px);
}
.phone-header a:hover svg,
.search-header a:hover svg {
  opacity: .5;
  filter: alpha(opacity=50);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

/* Phone & Search Active Header */
.phone-active,
.search-active {
  bottom: 0;
  display: none;
  margin: 18px 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 920;
}
.phone-active {
  background: #fff;
  color: #ebebeb;
  font-size: 48px;
  line-height: 58px;
}
.phone-active .close,
.search-active .close {
  float: right;
  font-size: 26px;
  margin: 24px 0 0 5px;
}
.phone-active .close span,
.search-active .close span {
  line-height: 18px;
  margin-right: 5px;
  margin-top: 0;
  text-transform: uppercase;
}
.phone-active strong {
  color: #c10841;
  letter-spacing: 1px;
}
.search-active .close {
  position: absolute;
  right: 79px;
  z-index: 1;
}
.header .search-form {
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.header .search-form .search-string,
.header .search-form .search-string:hover {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #c10841;
  font-size: 24px;
  height: 100%;
  line-height: 30px;
  margin: 0;
  padding: 14px 135px 14px 18px;
  width: 100%;
}
.header .search-form .search-string:focus {
  border-color: #ccc;
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header .search-form .search-submit {
  background: none;
  border-left-width: 1px;
  height: 30px;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 0;
  position: absolute;
  right: 1px;
  top: 17px;
  width: 46px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.header .search-form .search-submit svg {
  margin-top: 2px;
}
.header .search-form .search-submit svg path {
  fill: #c10841;
}
.header .search-form .search-submit:hover {
  opacity: .5;
  filter: alpha(opacity=50);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.header.header-two .phone-header {
  border-right: 0 none;
  margin-right: -15px;
}
.header.header-three {
  background: rgba(255,255,255,.9);
}
.header.header-three,
.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;
}
.header .right-box .search-form .search-string {
  padding-right: 64px;
}
.header .header-wrapper + .header-wrapper {
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  min-height: 104px;
  padding: 0;
}
.header .header-wrapper + .header-wrapper .right-box-wrapper {
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  height: 104px;
}
.header .header-wrapper + .header-wrapper .cart-header {
  margin-right: -1px;
}
.header .header-wrapper + .header-wrapper .phone-active {
  left: 16px;
  margin: 20px 0;
  right: 16px;
  width: auto;
}
.header .header-wrapper + .header-wrapper .primary .megamenu > .sub {
  left: -1px;
  margin-left: 0;
}

/******************************************************************************
  Top Fixed Box
*******************************************************************************/
.top-fixed-box {
  background: #fff;
  background: rgba(255,255,255,.97);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
  box-shadow: 0 0 5px rgba(0,0,0,.15);
  border: 1px solid #e1e1e1;
  border: 1px solid rgba(0,0,0,.1);
  left: 0;
  margin-top: -60px;
  padding: 7px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: margin-top .3s linear;
  transition: margin-top .3s linear;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.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 {
  color: #7f7f7f;
  font-size: 12px;
  margin-top: 11px;
}
.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: 17px;
  vertical-align: top;
}

/******************************************************************************
  Minimized Menu
*******************************************************************************/
.fixed-header .minimized-menu {
  -webkit-backface-visibility: inherit;
  -webkit-transform: inherit;
}
.minimized-menu .right-box {
  float: right;
  width: 50%;
}
.minimized-menu .right-box-wrapper {
  text-align: right;
}
.minimized-menu .primary {
  display: inline-block;
  float: none;
  margin: 0 0 0 -4px;
  text-align: left;
  vertical-align: top;
  z-index: inherit;
}
.minimized-menu .primary .navbar {
  margin: 0;
  min-height: inherit;
  position: static;
}
.minimized-menu .primary .navbar .btn-navbar {
  background: #fff;
  border: 1px solid #ccc;
  border-bottom: 0 none;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: block;
  float: left;
  height: 46px;
  line-height: 15px;
  margin: 0;
  padding: 10px 15px;
  position: relative;
  text-shadow: none;
  z-index: 920;
}
.minimized-menu .primary .navbar .btn-navbar:before {
  border-left: 1px solid #ccc;
  border-left: 1px solid rgba(204,204,204,.8);
  bottom: 8px;
  content: "";
  display: none;
  left: -1px;
  position: absolute;
  top: 7px;
}
.minimized-menu .primary .navbar .btn-navbar.collapsed:before {
  display: block;
}
.minimized-menu .primary .navbar .btn-navbar.collapsed {
  background: none;
  border: 1px solid transparent;
  border-bottom: 0 none;
}
.minimized-menu .primary .navbar .btn-navbar .text {
  color: #c10841;
  float: right;
  line-height: 16px;
  padding: 0 0 0 30px;
}
.minimized-menu .primary .navbar .btn-navbar .icon-bar {
  background: #c10841;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 3px;
  margin: 0;
  width: 22px;
}
.minimized-menu .primary .navbar .btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.minimized-menu .primary .navbar-collapse.collapse {
  display: none !important;
}
.minimized-menu .primary .navbar-collapse.collapse.in {
  display: block !important;
}
.minimized-menu .primary .navbar .navbar-collapse {
  border: 0 none;
  box-shadow: none;
  left: auto;
  margin: 22px 0 0;
  max-height: inherit;
  overflow: hidden !important;
  padding: 0 15px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 200%;
  z-index: 919;
}
.minimized-menu .primary .navbar .nav {
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px 0 3px 3px;
  -moz-border-radius: 3px 0 3px 3px;
  border-radius: 3px 0 3px 3px;
  float: none;
  padding: 6px 6px 3px;
}
.minimized-menu .primary .navbar .nav > li {
  float: none;
  margin: 0 0 3px;
  padding: 0;
}
.minimized-menu .primary .navbar .nav > li > a,
.minimized-menu .primary .navbar .nav > li > a:visited {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: normal;
  margin: 0;
  padding: 7px 9px 7px 59px;
  text-decoration: none;
}
.minimized-menu .primary .navbar .nav > li > a:hover,
.minimized-menu .primary .navbar .nav > li:hover > a {
  background: #e9e9e9;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.minimized-menu .primary .navbar .nav > .parent > a,
.minimized-menu .primary .navbar .nav > li.parent:hover > a {
  background: #f2f2f2;
  position: relative;
}
.minimized-menu .primary .navbar .nav .parent .parent > a:after {
  display: none;
}
.minimized-menu .primary .navbar .nav .open-sub {
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 320px;
}
.minimized-menu .primary .navbar .nav .open-sub span {
  background: #c10841;
  display: block;
  height: 2px;
  margin: 17px 0 0 15px;
  position: absolute;
  width: 16px;
}
.minimized-menu .primary .navbar .nav .open-sub span + span {
  height: 16px;
  margin: 10px 0 0 22px;
  width: 2px;
}
.minimized-menu .primary .navbar .nav .parent .parent > a .open-sub span,
.minimized-menu .primary .navbar .nav .megamenu .title .open-sub span {
  background: #7f7f7f;
  height: 2px;
  margin: 14px 0 0 38px;
  position: absolute;
  width: 12px;
}
.minimized-menu .primary .navbar .nav .parent .parent > a .open-sub span + span,
.minimized-menu .primary .navbar .nav .megamenu .title .open-sub span + span {
  height: 12px;
  margin: 9px 0 0 43px;
  width: 2px;
}
.minimized-menu .primary .navbar .nav > li.parent:hover > a:after {
  display: none;
}
.minimized-menu .primary .sub,
.minimized-menu .primary .parent .sub,
.minimized-menu .primary .parent:hover > .sub {
  background: #f7f7f7;
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  font-size: 13px;
  left: 0;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 6px 0 5px;
  position: relative;
}
.minimized-menu .primary .navbar .nav > li.parent:hover > a {
  background-color: #e9e9e9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.minimized-menu .primary .navbar .nav > .parent.active > a,
.minimized-menu .primary .navbar .nav > .parent.active:hover > a{
  background: #c10841;
  border-color: #c10841;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.minimized-menu .primary .navbar .nav > .parent.active > a .open-sub span {
  background: #fff;
}
.minimized-menu .primary .navbar .nav .parent.active > a .open-sub span + span,
.minimized-menu .primary .megamenu .box.active .title .open-sub span + span {
  display: none;
}
.minimized-menu .primary .parent:hover > .sub {
  -webkit-animation: fadeIn 0;
  animation: fadeIn 0;
}
.minimized-menu .primary .sub li {
  line-height: 22px;
} 
.minimized-menu .primary .sub a,
.minimized-menu .primary .sub a:visited {
  background: none;
  color: #7f7f7f;
  padding: 4px 9px 4px 60px;
  text-decoration: none;
  width: auto !important;
}
.minimized-menu .primary .navbar .nav a > i {
  color: #c10841;
}
.minimized-menu .primary li:hover > .sub a {
  background: none;
}
.minimized-menu .primary .sub .sub {
  left: 0;
  margin-left: 10px;
}
.minimized-menu.header .primary .megamenu > .sub {
  margin: 0;
  padding: 6px 0 5px;
  width: 100%;
}
.minimized-menu .primary .megamenu > .sub .sub-wrapper {
  display: block;
}
.minimized-menu .primary .megamenu > .sub .promo-block {
  display: none;
}
.minimized-menu .primary .megamenu > .sub .sub-list {
  display: block;
  padding: 0;
  width: 100% !important;
}
.minimized-menu .primary .megamenu > .sub .box {
  float: none;
  margin: 0;
  padding: 0;
  width: 100% !important;
}
.minimized-menu .primary .megamenu .title {
  color: #7f7f7f;
  cursor: pointer;
  font-weight: normal;
  line-height: 22px;
  margin: 0;
  padding: 4px 9px 4px 60px;
  position: relative;
  text-transform: none;
}
.minimized-menu .primary .megamenu > .sub .box.closed ul {
  display: none;
  margin-left: 10px;
}
.minimized-menu .primary .navbar .nav a .item-new,
.minimized-menu .primary .navbar .nav .megamenu a .item-new,
.minimized-menu .primary .navbar .nav .megamenu .sub a .item-new {
  left: 0;
  float: right;
  position: static;
  top: 0;
}
.minimized-menu .primary .navbar .nav a .item-new .before,
.minimized-menu .primary .navbar .nav a .item-new:before {
  display: none;
}
.minimized-menu .primary .navbar .nav > li.item-bg > a .open-sub span,
.minimized-menu .primary .navbar .nav > li.item-inverse > a .open-sub span {
  background: #fff;
}
.minimized-menu .primary .navbar .nav > li.item-bg > a,
.minimized-menu .primary .navbar .nav > li.item-inverse > a,
.minimized-menu .primary .navbar .nav > li.item-inverse:hover > a {
  color: #fff;
}
.minimized-menu .primary .navbar .nav > li.item-primary > a {
  border-color: #428bca;
}
.minimized-menu .primary .navbar .nav > li.item-success > a {
  border-color: #738d00;
}
.minimized-menu .primary .navbar .nav > li.item-info > a {
  border-color: #0098ca;
}
.minimized-menu .primary .navbar .nav > li.item-warning > a {
  border-color: #f89406;
}
.minimized-menu .primary .navbar .nav > li.item-danger > a {
  border-color: #c10841;
}
.minimized-menu .primary .navbar .nav > li.item-primary.item-bg > a,
.minimized-menu .primary .navbar .nav > li.item-primary.item-bg:hover > a,
.minimized-menu .primary .navbar .nav > li.item-primary.item-inverse > a,
.minimized-menu .primary .navbar .nav > li.item-primary.item-inverse:hover > a {
  background-color: #428bca;
  border-color: #428bca;
}
.minimized-menu .primary .navbar .nav > li.item-success.item-bg > a,
.minimized-menu .primary .navbar .nav > li.item-success.item-bg:hover > a,
.minimized-menu .primary .navbar .nav > li.item-success.item-inverse > a,
.minimized-menu .primary .navbar .nav > li.item-success.item-inverse:hover > a {
  background-color: #738d00;
  border-color: #738d00;
}
.minimized-menu .primary .navbar .nav > li.item-info.item-bg > a,
.minimized-menu .primary .navbar .nav > li.item-info.item-bg:hover > a,
.minimized-menu .primary .navbar .nav > li.item-info.item-inverse > a,
.minimized-menu .primary .navbar .nav > li.item-info.item-inverse:hover > a {
  background-color: #0098ca;
  border-color: #0098ca;
}
.minimized-menu .primary .navbar .nav > li.item-warning.item-bg > a,
.minimized-menu .primary .navbar .nav > li.item-warning.item-bg:hover > a,
.minimized-menu .primary .navbar .nav > li.item-warning.item-inverse > a,
.minimized-menu .primary .navbar .nav > li.item-warning.item-inverse:hover > a {
  background-color: #f89406;
  border-color: #f89406;
}
.minimized-menu .primary .navbar .nav > li.item-danger.item-bg > a,
.minimized-menu .primary .navbar .nav > li.item-danger.item-bg:hover > a,
.minimized-menu .primary .navbar .nav > li.item-danger.item-inverse > a,
.minimized-menu .primary .navbar .nav > li.item-danger.item-inverse:hover > a {
  background-color: #c10841;
  border-color: #c10841;
  }
.minimized-menu .primary .navbar .nav > li.item-mauve.item-bg > a,
.minimized-menu .primary .navbar .nav > li.item-mauve.item-bg:hover > a,
.minimized-menu .primary .navbar .nav > li.item-mauve.item-inverse > a,
.minimized-menu .primary .navbar .nav > li.item-mauve.item-inverse:hover > a {
  background-color: #a500f0;
  border-color: #a500f0;
}
.minimized-menu .primary .navbar .navbar-collapse .nav > li.item-bg .sub {
  background: #f7f7f7;
}
.minimized-menu .primary .navbar .navbar-collapse .nav > li.item-bg .sub a {
  color: #7f7f7f;
}

.minimized-menu .cart-header .dropdown-menu {
  margin-top: -1px;
  margin-right: -98px;
}
.minimized-menu .cart-header.open .dropdown-toggle:after {
  left: 0;
}
.minimized-menu.header-two .phone-header {
  margin-right: 0;
}
.minimized-menu.header-two .phone-active,
.minimized-menu.header-two .search-active {
  z-index: 1003;
}
.minimized-menu .header-icons {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
.minimized-menu .scroll-wrapper > .scroll-content {
  box-sizing: border-box !important;
}
.minimized-menu .navbar-nav > .scroll-element,
.minimized-menu .navbar-nav > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 1000;
}
.minimized-menu .navbar-nav > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.minimized-menu .navbar-nav > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}
.minimized-menu .navbar-nav > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 4px;
}
.minimized-menu .navbar-nav > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
.minimized-menu .navbar-nav > .scroll-element .scroll-element_outer,
.minimized-menu .navbar-nav > .scroll-element .scroll-element_track,
.minimized-menu .navbar-nav > .scroll-element .scroll-bar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.minimized-menu .navbar-nav > .scroll-element .scroll-element_track {
  background-color: #ccc;
}
.minimized-menu .navbar-nav > .scroll-element .scroll-bar {
  background-color: rgba(31,31,31,.2);
}
.minimized-menu .navbar-nav > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}
.minimized-menu .navbar-nav > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}
.minimized-menu .navbar-nav > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}
.minimized-menu .navbar-nav > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}


/******************************************************************************
  Sidebar
*******************************************************************************/
.sidebar .widget {
  margin: 0 0 80px;
}
.sidebar .widget:last-child {
  margin-bottom: 0;
}
.sidebar .widget ol,
.sidebar .widget ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.sidebar .widget header,
.sidebar .widget .title-block,
.product-bottom .related-products header {
  border-bottom: 1px solid #e1e1e1;
  margin: 0 0 40px;
  padding: 0 0 15px;
  position: relative;
}
.sidebar .widget header:before,
.sidebar .widget .title-block:before,
.product-bottom .related-products header:before {
  background: #c10841;
  bottom: 0px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: 0 0 -1px;
  position: absolute;
  width: 40px;  
}
.sidebar .widget header .title,
.sidebar .widget .title-block .title,
.product-bottom .related-products header h3 {
  color: #7f7f7f;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
}
.sidebar .widget .subtitle {
  font-size: 14px;
  line-height: 1;
  margin: 0 0 25px;
}
.sidebar .whats-news {
  margin-bottom: 40px;
  overflow: hidden;
}
.sidebar .carousel-box header .title {
  line-height: 40px;
}
.sidebar .whats-news header {
  margin: 0;
}
.sidebar .carousel-box .product {
  display: block;
  float: left;
  margin: 40px 15px;
}
.sidebar .action {
  overflow: hidden;
}
.sidebar .action .clear-all {
  float: left;
  font-size: 14px;
  line-height: 40px;
  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 {
  color: #7f7f7f;
  font-size: 12px;
  margin: 5px 0 0;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.sidebar .more:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  text-decoration: none;
}

/* Menu */
.sidebar .menu li {
  margin: 0 0 3px;
}
.sidebar .menu li a {
  background-color: #f2f2f2;
  background-color: rgba(0,0,0,.05);
  color: #8e0830;
  display: block;
  padding: 9px 9px 9px 60px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.sidebar .menu li a:before {
  background: #e1e1e1;
  background: rgba(255,255,255,.4);
  bottom: 0;
  content: "";
  display: block;
  left: 45px;
  position: absolute;
  top: 0;
  width: 1px;
}
.sidebar .menu li a:hover {
  background-color: #e9e9e9;
  background-color: rgba(0,0,0,.1);
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.sidebar .menu li.active > a {
  background-color: #c10841;
  color: #fff;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.sidebar .menu li.active > a:before {
  background: #c10841;
  background: rgba(255,255,255,.2);
}
.sidebar .menu li.parent > a .open-sub {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 213px;
}
.sidebar .menu li.parent > a .open-sub:before,
.sidebar .menu li.parent > a .open-sub:after {
  background: #c10841;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin: 19px 0 0 15px;
  position: absolute;
  top: 0;
  width: 16px;
}
.sidebar .menu li.parent > a .open-sub:after {
  height: 16px;
  margin: 12px 0 0 22px;
  width: 2px;
}
.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 {
  background-color: #f2f2f2;
  background-color: rgba(0,0,0,.05);
  padding: 7px 0 4px 5px;
}
.sidebar .menu .sub li {
  margin: 0;
}
.sidebar .menu .sub a {
  background: none;
  color: #6d6d6d;
  font-size: 15px;
  margin: 0;
  padding: 4px 9px 4px 60px;
  font-weight: bold;
  line-height: 22px;
}
.sidebar .menu .sub a:before {
  display: none;
}
.sidebar .menu .sub a:hover {
  background-color: #d3d3d3;
  background-color: rgba(211, 211, 211, 0.5);
}
.sidebar .menu .sub .active > a {
  background: none;
  color: #000;
}
.sidebar .menu .sub .sub {
  background: none;
}
.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 {
  background: #7f7f7f;
  margin: 14px 0 0 22px;
  width: 12px;
}
.sidebar .menu .sub li.parent > a .open-sub:after {
  height: 12px;
  margin: 9px 0 0 27px;
  width: 2px;
}
.sidebar .menu li > a .item-icon {
  left: 15px;
  position: absolute;
  top: 13px;
}
.sidebar .menu li:not(.active) > a .item-icon {
  opacity: .5;
  filter: alpha(opacity=50);
}


/* List */
.sidebar .list ul {
  margin-bottom: 0;
}
.sidebar .list li {
  padding: 4px 0;
}
.sidebar .list li a {
  color: #c10841;
}
.sidebar .list li span {
  color: #7f7f7f;
}




/* Newsletter */
.sidebar .newsletter form {
  margin: 5px 0 0;
  position: relative;
}
.sidebar .newsletter input {
  margin: 0;
  padding-right: 43px;  
}
.sidebar .newsletter .submit {
  background: none;
  color: #ccc;
  height: 38px;
  outline: none;
  padding: 0;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 38px;
}
.sidebar .newsletter .submit .glyphicon {
  line-height: 20px;
}
.sidebar .newsletter input:focus + .submit {
  color: #000;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

/* Recommended */
.sidebar .banners {
  overflow: hidden;
}
.sidebar .banners .slide {
  float: left;
  max-width: 270px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.sidebar .banners .banner-text {
  background: rgb(30,30,30);
  background: rgba(30,30,30,.65);
  bottom: 0;
  color: #fff;
  left: 0;
  min-height: 58px;
  padding: 20px;
  position: absolute;
  right: 0;
  text-align: right;
}
.sidebar .banners .banner-text .title {
  font-size: 20px;
  margin: 0;
}
.sidebar .banners .banner-text p {
  line-height: 18px;
  margin: 0;
}

/* Tags */
.sidebar .tags ul {
  margin: 0;
}
.sidebar .tags li {
  float: left;
  margin: 0 3px 3px 0;
}
.sidebar .tags a {
  background: #c10841;
  background: rgba(30,30,30,.7);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  display: block;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  padding: 0 5px;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.sidebar .tags a:hover {
  background: #c10841;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

/* Social */
.social .sbtnf {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  display: block;
  height: 40px;
  float: left;
  line-height: 40px;
  margin: 0 10px 0 0;
  opacity: .35;
  filter: alpha(opacity=35);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  text-align: center;
  width: 40px;
}
.social .sbtnf:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.sidebar .widget.social .sbtnf {
  margin-bottom: 10px;
}

/* Links */
.sidebar .links li {
  line-height: 21px;
}
.sidebar .links a,
.sidebar .links a:visited {
  color: #7f7f7f;
  text-decoration: none;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}
.sidebar .links a:hover {
  color: #000;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}





/******************************************************************************
  Main
*******************************************************************************/
#main {
  padding: 40px 0;
}
#main.no-padding {
  padding: 0;
}
.page-header {
  border-bottom: 1px solid #e1e1e1;
  margin: 0 0 40px;
  padding: 0;
}
.page-header .title {
  font-weight: normal;
  margin: -4px 0 18px;
  padding: 0;
  position: relative;
}
.page-header .container {
  position: relative;
}
.page-header .container:before {
  background: #c10841;
  bottom: 0px;
  content: "";
  display: block;
  height: 1px;
  left: 15px;
  margin: 0 0 -1px;
  position: absolute;
  width: 40px;
}
.page-header .page-description {
  padding: 0 0 18px;
}
.title-box {
  border-bottom-width: 1px;
  margin-bottom: 40px;
  position: relative;
}
.title-box.no-margin,
.no-margin {
  margin-bottom: 0 !important;
}
.title-box:before {
  background: #c10841;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: 0 0 -1px;
  position: absolute;
  width: 40px;
}
.title-box.text-right:before {
  left: auto;
  right: 0;
}
.title-box.text-center:before {
  left: 50%;
  margin-left: -20px;
}
.title-box .title {
  color: #c10841;
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 12px 0;
  padding: 14px 0 0;
}
.title-box h1.title,
.title-box .h1.title {
  font-size: 24px;
}
.title-box .btn {
  font-size: 12px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  right: 0;
  top: 0;
}
.title-box .btn .glyphicon {
  margin: -1px 0 0 3px;
}
.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;
}
.title-box.title-white .title {
  color: #fff;
}






/******************************************************************************
  News
*******************************************************************************/
.news .news-item {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 35px;
}
.news .news-item .time {
  color: #7f7f7f;
  margin-bottom: 2px;
}
.news .news-item .title {
  font-size: 14px;
  margin-bottom: 7px;
}
.news .news-item .title a {
  color: #c10841;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.news .news-item .title a:hover {
  opacity: .75;
  filter: alpha(opacity=75);
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.news .news-item .more {
  color: #7f7f7f;
  margin: 3px 0 0;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.news .news-item .more:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.news .news-item .more span {
  font-size: 16px;
  line-height: 20px;
  vertical-align: top;
}




/******************************************************************************
  Blog
*******************************************************************************/
.post {
  margin-bottom: 40px;
  padding: 0;
}
.blog .post {
  margin-top: -3px;
}
.post + .post {
  border-top-width: 1px;
  padding-top: 37px;
}
.post .entry-title {
  font-size: 26px;
  font-weight: normal;
  margin: 0 0 17px;
}
.post .entry-title a {
  color: #c10841;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.post .entry-title a:hover {
  text-decoration: none;
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.post .entry-content {
  margin: 0 0 25px;
}
.post .entry-content p:last-child {
  margin-bottom: 0;
}
.post .entry-meta {
  color: #7f7f7f;
  font-size: 12px;
  line-height: 1.3;
}
.post .entry-meta .separator {
  margin: 0 10px;
}
.post .entry-meta .comments-link {
  background: url("../img/comment-link.png") 0 50% no-repeat;
  padding: 0 0 0 18px;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.post .entry-meta .comments-link:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.post .entry-meta .comments-link a {
  color: #7f7f7f;
  text-decoration: none;
}
.blog-post .post {
  margin-bottom: 76px;
}
.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;
}
.commentlist li .avatar {
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  border-radius: 42px;
  float: left;
  height: 84px;
  margin: 0 25px 0 0;
  width: 84px;
}
.blog-post .commentlist li .meta {
  margin: 0 0 10px;
}
.blog-post .commentlist li .description {
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  overflow: hidden;
}
.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 {
  color: #7f7f7f;
  font-size: 11px;
  line-height: 12px;
  vertical-align: top;
}
.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;
}
.carousel .post {
  border: 0 none;
  float: left;
  line-height: 22px;
  margin: 0 15px;
  padding: 0;
}

/******************************************************************************
  Search Result
*******************************************************************************/
.search-result .search-form {
  margin-bottom: 40px;
  position: relative;
}
.search-result .search-form .search-string {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #c10841;
  font-size: 24px;
  height: 60px;
  line-height: 30px;
  margin: 0;
  padding: 14px 50px 14px 18px;
}
.search-result .search-form .search-string:focus {
  border-color: #ccc;
}
.search-result .search-form .search-submit {
  background: none;
  border-left: 1px solid #e1e1e1;
  height: 30px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 15px;
  text-align: center;
  width: 46px;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.search-result .search-form .search-submit svg {
  margin-top: 2px;
}
.search-result .search-form .search-submit:hover {
  opacity: .5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.search-result .filter-buttons,
.search-result .text-results {
  margin-bottom: 30px;
}
.search-result .text-results {
  color: #999;
  font-size: 12px;
  padding-top: 9px;
  padding-bottom: 10px;
  text-align: right;
}
.search-result .item {
  background: none;
  border: 0 none;
  border-top: 1px solid #e1e1e1;
  margin-top: 0 -15px 40px;
  padding: 37px 0 0;
}
.search-result .pagination {
  margin-top: 0;
}


/******************************************************************************
  Sitemap
*******************************************************************************/
.sitemap,
.sitemap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sitemap ul {
  margin: 0 0 0 15px;
}
.sitemap li {
  background: url("../img/point.png") right 13px repeat-x #fff;
}
.sitemap a {
  background: #fff;
  color: #c10841;
  font-size: 12px;
  line-height: 1;
  padding: 0 5px 0 12px;
  position: relative;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.sitemap a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.sitemap a:before {
  content: "\f105";
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 12px;
  left: 0;
  position: absolute;
  top: 2px;
}


/******************************************************************************
  404
*******************************************************************************/
.box-404 {
  -webkit-border-radius: 177px;
  -moz-border-radius: 177px;
  border-radius: 177px;
  font-weight: normal;
  height: 354px;
  margin: 0 auto;
  padding: 92px 0 0;
  text-align: center;
  width: 354px;
}
.box-404 h1 {
  font-size: 150px;
  font-weight: normal;
  line-height: 0.9;
  margin: 0;
}
.box-404 h2 {
  color: #7f7f7f;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
}

/******************************************************************************
  Portfolio
*******************************************************************************/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.year-regulator {
  padding-top: 13px;
}
.year-regulator .label {
  color: inherit;
  display: table-cell;
  font-size: 12px;
  line-height: 14px;
  padding: 0 20px 0 0;
  text-align: left;
  vertical-align: middle;
}
.year-regulator .layout-slider {
  display: table-cell;
  width: 100%;
}
.year-regulator .layout-slider input[type="slider"] {
  visibility: hidden;
}
.portfolio .filter-elements {
  overflow: visible !important;
}
.portfolio .work {
  margin-bottom: 40px;
}
.work,
.work:visited {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  display: block;
  position: relative;
  text-align: center;
  text-shadow: 0 1px #000;
}
.work:hover {
  display: block;
  text-decoration: none;
}
.carousel .work {
  margin: 2px 1px;
}
.work img {
  background-color: #555;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
  box-shadow: 0 1px 2px rgba(0,0,0,.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  width: 100%;
}
.work .shadow {
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 29%, rgba(0,0,0,0.01) 30%, rgba(0,0,0,0.01) 33%, rgba(0,0,0,0.17) 62%, rgba(0,0,0,0.24) 68%, rgba(0,0,0,0.62) 90%, rgba(0,0,0,0.73) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(29%,rgba(255,255,255,0.01)), color-stop(30%,rgba(0,0,0,0.01)), color-stop(33%,rgba(0,0,0,0.01)), color-stop(62%,rgba(0,0,0,0.17)), color-stop(68%,rgba(0,0,0,0.24)), color-stop(90%,rgba(0,0,0,0.62)), color-stop(100%,rgba(0,0,0,0.73)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 29%,rgba(0,0,0,0.01) 30%,rgba(0,0,0,0.01) 33%,rgba(0,0,0,0.17) 62%,rgba(0,0,0,0.24) 68%,rgba(0,0,0,0.62) 90%,rgba(0,0,0,0.73) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 29%,rgba(0,0,0,0.01) 30%,rgba(0,0,0,0.01) 33%,rgba(0,0,0,0.17) 62%,rgba(0,0,0,0.24) 68%,rgba(0,0,0,0.62) 90%,rgba(0,0,0,0.73) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 29%,rgba(0,0,0,0.01) 30%,rgba(0,0,0,0.01) 33%,rgba(0,0,0,0.17) 62%,rgba(0,0,0,0.24) 68%,rgba(0,0,0,0.62) 90%,rgba(0,0,0,0.73) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 29%,rgba(0,0,0,0.01) 30%,rgba(0,0,0,0.01) 33%,rgba(0,0,0,0.17) 62%,rgba(0,0,0,0.24) 68%,rgba(0,0,0,0.62) 90%,rgba(0,0,0,0.73) 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.work .work-title {
  bottom: 37px;
  left: 0;
  margin: 0 0 -17px;
  padding: 0 5px;
  position: absolute;
  right: 0;
  text-align: center;
  -webkit-transition: bottom .2s ease-in;
  transition: bottom .2s ease-in;
}
.work .title {
  bottom: 46px;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 6px;
  text-align: center;
}
.work .description {
  font-size: 11px;
  font-style: italic;
  font-family: Georgia;
  line-height: 16px;
  text-align: center;
}
.work .bg-hover {
  background: #fff;
  background: rgba(255,255,255,.9);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  bottom: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.work:hover {
  text-shadow: none;
}
.work:hover .work-title {
  bottom: 46%;
  color: #c10841;
  -webkit-transition: bottom .2s ease-in;
  transition: bottom .2s ease-in;
}
.work:hover .bg-hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.work-single .carousel-box {
  overflow: hidden;
}
.work-single .carousel-box .carousel img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  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 {
  color: #7f7f7f;
  font-size: 14px;
  margin: 0 0 22px;
}

/* Portfolio One */
.work-one {
  color: #7f7f7f;
  max-width: 100%;
  overflow: hidden;
}
.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 {
  color: #c10841;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.work-one .title a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.work-one .description {
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 27px;
}
.work-one .work-image {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  line-height: 0;
  overflow: hidden;
}
.work-one .work-image img {
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.work-one .work-image img:hover {
  -webkit-filter: grayscale(100%);
}

/******************************************************************************
  Galery
*******************************************************************************/
.gallery .images-box {
  margin-bottom: 30px;
}
.gallery-images {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  line-height: 0;
  max-width: 100%;
  position: relative;
}
.gallery-images img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.gallery-images .bg-images {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.gallery-images:hover > .bg-images {
  background: #fff;
  background: rgba(255,255,255,.7);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.gallery-images .bg-images i {
  margin: 5px 0 0 5px;
}
.gallery-images .bg-images i:before {
  color: #fff;
  font-size: 20px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.gallery-images:hover .bg-images i:before {
  color: #000;
  font-size: 30px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

/******************************************************************************
  Chart
*******************************************************************************/
.chart {
  position: relative;
  text-align: center;
}
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.graph  text {
  overflow: hidden !important;
}
.morris-hover {
  z-index: 700;
}



/******************************************************************************
  Pages 404
*******************************************************************************/
.page-404-promo .page-box {
  background: #2b8cd6;
  background: rgba(43,140,214,.9);
  display: table;
  height: 100% !important;
  width: 100%;
}
.page-404-promo #main {
  display: table-cell;
  padding: 20px 0;
  vertical-align: middle;
}
.page-404-promo #main .title {
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid rgba(255,255,255,.3);
  color: #fff;
  padding: 0 10px;
  text-align: center;
}
.page-404-promo #main .title h1 {
  display: inline-block;
  font-size: 200px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  position: relative;
}
.page-404-promo #main .title h1:before {
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}
.page-404-promo #main .content {
  color: #fff;
  padding: 35px 10px 0;
  text-align: center;
}
.page-404-promo #main .content h2 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 38px;
}
.page-404-promo #main .content .back-home {
  color: #2b8cd6;
  font-size: 18px;
  padding-right: 30px;
  padding-left: 20px;
}
.page-404-promo #main .content .back-home .fa {
  font-size: 22px;
  margin-right: 8px;
}



/******************************************************************************
  Footer
*******************************************************************************/
#footer {
  color: #7f7f7f;
  margin: -310px 0 0 0;
  overflow-x: hidden;
}
#footer.footer-two {
  margin: -176px 0 0 0;
}
#footer .footer-top {
  background: #f2f2f2;
  font-size: 12px;
  line-height: 21px;
  padding: 50px 0 13px;
}
#footer.footer-two .footer-top {
  padding-bottom: 43px;
}
#footer .sidebar .widget {
  margin-bottom: 30px;
}
#footer .sidebar .widget:nth-child(4n+1) {
  clear: left;
}
#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 .title-block:before {
  display: none;
}
#footer .sidebar .widget header .title,
#footer .sidebar .widget .title-block .title {
  color: #c10841;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  text-transform: uppercase;
}
#footer .sidebar .widget .next,
#footer .sidebar .widget .prev {
  height: 26px;
  line-height: 26px;
  width: 26px;
}
#footer .sidebar .widget .next svg,
#footer .sidebar .widget .prev svg {
  height: 14px;
}
#footer .widget p {
  margin: 0 0 16px;
}
#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-two .social {
  text-align: center;
}
.footer-two .social .sbtnf {
  display: inline-block;
  float: none;
  margin: 0 3px;
}
#footer .footer-bottom {
  background: #f7f7f7;
  border-top-width: 1px;
  font-size: 11px;
  line-height: 17px;
  padding: 21px 0 20px;
}
#footer .phone,
#footer .address {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 34px;
  position: relative;
}
#footer .footer-icon {
  color: #c6c6c6;
  left: 16px;
  position: absolute;
  top: 0;
}
#footer .footer-icon:before {
  font-size: 20px;
  line-height: 18px;
  width: auto;
}
#footer .up {
  background: #c6c6c6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  float: right;
  height: 40px;
  text-align: center;
  width: 40px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  position:absolute;
     bottom:0;
     right:0;
}
#footer .up:hover {
  background: #000;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
#footer .up .glyphicon {
  color: #fff;
  margin: 14px 0 0 -.5px;
  vertical-align: top;
}

 #banner-12345 {
        display: none;
        margin-bottom: 30px;
        padding: 20px 10px;
        border-radius: 5px;
        background: #D30000;
        color: #fff;
        text-align: center;
        font-weight: bold;
    }

/******************************************************************************
  Retina
*******************************************************************************/
@media (-webkit-min-device-pixel-ratio: 2) {
  .replace-2x {
    opacity: 0;
  }
  .replace-2x.loaded {
    opacity: 1;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
  }
}