@font-face {
        font-family: "hyykh";
        src:url("https://res-shop.nubia.com/shop-soa-static/font/hyykh/hyykh45W.ttf")  format("truetype");
        font-style: normal;
        font-weight:400;
		unicode-range: U+4E00-9FD5;
    }
@font-face {
        font-family: "hyykh";
        src:url("https://res-shop.nubia.com/shop-soa-static/font/hyykh/hyykh55W.ttf")  format("truetype");
        font-style: normal;
        font-weight:500;
		unicode-range: U+4E00-9FD5;
    }
@font-face {
	        font-family: "hyykh";
	        src:url("https://res-shop.nubia.com/shop-soa-static/font/hyykh/hyykh55W.ttf")  format("truetype");
	        font-style: normal;
	        font-weight:bold;
			unicode-range: U+4E00-9FD5;
	    }
@font-face {
        font-family: "hyykh";
        src:url("https://res-shop.nubia.com/shop-soa-static/font/hyykh/hyykh65W.ttf")  format("truetype");
        font-style: normal;
        font-weight:600;
		unicode-range: U+4E00-9FD5;
    }
@font-face {
        font-family: "hyykh";
        src:url("https://res-shop.nubia.com/shop-soa-static/font/hyykh/hyykh65W.ttf")  format("truetype");
        font-style: normal;
        font-weight:700;
		unicode-range: U+4E00-9FD5;
    }
@font-face {
        font-family: "hyykh";
        src:url("https://res-shop.nubia.com/shop-soa-static/font/hyykh/hyykh85W.ttf")  format("truetype");
        font-style: normal;
        font-weight:800;
		unicode-range: U+4E00-9FD5;
    }
body, h1, h2, h3, h4, h5, h6,body *{
    font-family: "思源黑体","hyykh","Microsoft Yahei","微软雅黑",Arial,Helvetica,sans-serif;
}
body {
  font-size: 14px;
  line-height: 1.52222;
  color: #414143;
  font-weight: 300;
}

input,
button,
select,
textarea {
  /*  color: #000;*/
}

a {
  color: #606463;
  text-decoration: none;
  -webkit-transition: all 0.15s cubic-bezier(0.65, 0.045, 0.35, 1);
  transition: all 0.15s cubic-bezier(0.65, 0.045, 0.35, 1);
  word-wrap: break-word;
  cursor: pointer;
}

a:hover,
a:focus,
a.active {
  color: #e95f46;
  text-decoration: none;
}

a:focus {
  outline: none;
}

a.disabled {
  cursor: default;
}

a.links,
.card p a,
.media-body p a {
  border-bottom: .05em solid rgba(0, 0, 0, .05);
  padding-bottom: .07em;
  color: #e95f46;
}

a.links:hover,
.card p a:hover,
.media-body p a:hover {
  border-bottom: .05em solid #e95f46;
}

.lead span a.links {
  padding-bottom: .15em;
}

.img-rounded {
  border-radius: 6px;
}

.img-rounded.top {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.img-rounded.bottom {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.img-rounded.left {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.img-rounded.right {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.user-imgbox {
	position: relative;
	height: 100px;
	width: 100px;
	overflow: hidden;
	background: #282828;
	display: block;
	margin: auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;			
}
.user-imgbox__bg {
	opacity: 1;
	text-align: center;
	height: 100px;
	width: 100px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
	border: 6px solid white;
}
.user-imgbox:hover .user-imgbox__bg {
	opacity: .5;
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);			
}
.user-imgbox__head {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0 30px;
	box-sizing: border-box;
	opacity: 0;
	transition: opacity .3s;
}
.user-imgbox:hover .user-imgbox__head {
	opacity: 1;
}
.user-imgbox__head h4 {
	color: #fff;
	margin: 0;
	font-size: 35px;
	line-height: 20px
}

ul {
  padding-left: 25px;
}

hr {
  border-top: 1px #FDFDFD solid;
  border-bottom: 1px #f3f3f5 solid;
  margin-top: 10px;
  margin-bottom: 10px;
}

.divider {
  font-size: 1rem;
  margin: 1rem 0;
  line-height: 1;
  height: 0;
  letter-spacing: .05em;
  color: rgba(0, 0, 0, .85);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.horizontal.divider {
  position: relative;
  height: auto;
  margin: '';
  overflow: hidden;
  line-height: 1;
  text-align: center;
}

.horizontal.divider:before {
  margin-left: -webkit-calc(-50% - 1em);
  margin-left: calc(-50% - 1em);
}

.horizontal.divider:after,
.horizontal.divider:before {
  position: absolute;
  content: '';
  z-index: 3;
  width: 50%;
  top: 50%;
  height: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .4);
}

.horizontal.divider:after {
  margin-left: 1em;
}

.horizontal.divider:after,
.horizontal.divider:before {
  border-bottom: 1px solid #BDC1C3;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.2;
  font-weight: 300;
}
h1,
h2,
h3,
.h1,
.h2,
.h3
 {
  font-weight: 100;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  color: inherit;
  vertical-align: middle;
  margin-top: 1px;
  margin-bottom: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

h1,
h2,
h3,
h4 {
  margin-top: 20px;
  margin-bottom: 15px;
}

h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1,
.h1 {
  font-size: 69px;
}

h2,
.h2 {
  font-size: 44px;
}

h3,
.h3 {
  font-size: 31px;
}

h4,
.h4 {
  font-size: 23px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 14px;
}

p {
  font-size: 15.4222px;
  line-height: 1.72222;
  margin: 0 0 10px;
}

sup {
  font-size: 60%;
  top: -.7em;
}

.lead.xl {
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 1.46428571;
}

@media (min-width: 768px) {
  .lead {
    font-size: 23.006px;
  }
}

small,
.small {
  font-size: 88%;
}

strong,
.strong {
  font-weight: bold;
}

.text-muted {
  color: #ACB0B1;
  text-shadow: none;
}

.text-break {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase!important;
}

.text-initial {
  text-transform: initial!important;
}

.nodata {
  color: #d7d7d9;
  text-shadow: rgb(255, 255, 255) 2px 2px 2px;
}

.text-light {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.text-lighter {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.text-inverse,
a.text-inverse.links {
  color: #ffffff;
}

a.text-inverse:hover,
a.text-inverse:focus {
  color: #888;
}

.text-dark {
  color: #414143;
}

.table a,
.text-primary {
  color: #e95f46;
}

.table a:hover,
a.text-dark:hover,
a.text-primary:hover {
  color: #cf2b00;
}

.text-warning {
  color: #f6bb42;
}

a.text-warning:hover {
  color: #d6821e;
}

.text-success {
  color: #87c149;
}

a.text-success:hover {
  color: #719a45;
}

.text-info {
  color: #428bca;
}

a.text-info:hover {
  color: #68a4d7;
}

.bg-inverse {
  background: #2a2a2a;
}

.bg-inverse-dark {
  background: #262626;
}

.bg-primary {
  color: #ffffff;
  background-color: #f23300;
}

.bg-secondary {
  color: #ffffff;
  background-color: #f56c3c;
  border-bottom: .1em solid #54B180;
}

.bg-white {
  background-color: #ffffff;
}

.bg-base-lgt {
  background-color: #f8f6f5;
}
.bg-base {
  background-color: #f4f3f0;
}
.bg-base-dark {
  background-color: #efeeeb;
}
.bg-coffee{
	background-color: #d9d4ce;
}
.bg-pink {
    background-color: #efe4dd;
}
.bg-pink-light {
    background-color: #f4efed;
}
.bg-skin {
    background-color: #f4e3c8;
}
.bg-gold{
        background-color: #f9e5ba;
}
.bg-brown
{
        background-color:#cda67f;
}
.bg-clouds {
    background-color: #F0EFEC;
}

.bg-silver {
  background-color: #ebebeb;
}

.bg-concrete {
  background-color: #dadbda;
}

.bg-black {
  background-color: #000000;
}

.bg-ruby {
  background-color: #f0303f;
}

.bg-indian-red {
  background-color: #e55658;
}

.bg-turquoise {
  background-color: #1abc9c;
}

.bg-green-sea {
  background-color: #16a085;
}

.bg-emerland {
  background-color: #2ecc71;
}

.bg-nephritis {
  background-color: #27ae60;
}

.bg-peter-river {
  background-color: #3498db;
}

.bg-belize-hole {
  background-color: #2980b9;
}
.bg-serenity {
  background-color: #91a9ce;
}
.bg-rose {
  background-color: #f6c8c7;
}
.bg-amethyst {
  background-color: #9b59b6;
}

.bg-wisteria {
  background-color: #8e44ad;
}

.bg-wet-asphalt {
  background-color: #34495e;
}

.bg-midnight-blue {
  background-color: #2c3e50;
}

.bg-asbestos {
  background-color: #7f8c8d;
}

.bg-sun-flower {
  background-color: #ffcf10;
}

.bg-orange {
  background-color: #f39c12;
}

.bg-carrot {
  background-color: #e67e22;
}

.bg-pumpkin {
  background-color: #d35400;
}

.bg-danger {
  background-color: #e74c3c;
}

.bg-pomegranate {
  background-color: #c0392b;
}

.bordered {
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e9;
}

.bordered.top {
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.bordered.right {
  border-top: none;
  border-bottom: none;
  border-left: none;
}

.bordered.bottom {
  border-top: none;
  border-right: none;
  border-left: none;
}

.bordered.left {
  border-top: none;
  border-right: none;
  border-bottom: none;
}

.bordered.h {
  border-top: none;
  border-bottom: none;
}

.bordered.v {
  border-right: none;
  border-left: none;
}

.bordered.bg-success {
  border-bottom: 1px solid #daebd3;
}

.bordered.bg-turquoise {
  border-color: #16a085;
}

.bordered.bg-emerland {
  border-color: #27ae60;
}

.bordered.bg-peter-river {
  border-color: #2980b9;
}

.bordered.bg-amethyst {
  border-color: #8e44ad;
}

.bordered.bg-wet-asphalt {
  border-color: #2c3e50;
}

.bordered.bg-sun-flower {
  border-color: #f39c12;
}

.bordered.bg-carrot {
  border-color: #d35400;
}

.bordered.bg-alizarin {
  border-color: #c0392b;
}

.bordered.bg-clouds {
  border-color: #e4ebf0;
}

.bordered.bg-silver {
  border-color: #e2e4e6;
}

.bordered.bg-concrete {
  border-color: #7f8c8d;
}

.bordered.bg-base {
  border-color: #E8E7E4;
}

.circle {
  width: 9px;
  height: 9px;
  line-height: 9px;
  display: block;
  border-radius: 10px;
}

.circle-md {
  width: 12px;
  height: 12px;
  line-height: 12px;
  border-radius: 12px;
}

ul,
ol {
  margin-bottom: 15px;
}

dt {
  font-weight: 100;
}

dt,
dd {
  line-height: 1.72222;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    width: 190px;
  }
  .dl-horizontal dd {
    margin-left: 210px;
  }
}

abbr[title],
abbr[data-original-title] {
  border-bottom: 1px dotted #adadad;
}

blockquote {
  border-left: 3px solid #e7e9ec;
  padding: 0 0 0 16px;
  margin: 0 0 30px;
}

blockquote p {
  font-size: 20px;
  line-height: 1.55;
  font-weight: normal;
  margin-bottom: .4em;
}

blockquote small,
blockquote .small {
  font-size: 18px;
  line-height: 1.72222;
  font-style: italic;
  color: inherit;
}

blockquote small:before,
blockquote .small:before {
  content: "";
}

blockquote.pull-right {
  padding-right: 16px;
  padding-left: 0;
  border-right: 3px solid #e7e9ec;
  border-left: 0;
}

blockquote.pull-right small:after {
  content: "";
}

address {
  line-height: 1.72222;
}

code,
kbd,
pre,
samp {
}

code {
  padding: 2px 6px;
  font-size: 85%;
  color: #E91212;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 6px;
  font-size: 85%;
  color: #ffffff;
  background-color: #353536;
  border-radius: 4px;
  box-shadow: none;
}

pre {
  padding: 8px;
  margin: 0 0 15px;
  font-size: 13px;
  line-height: 1.72222;
  color: inherit;
  background-color: #ffffff;
  border: 2px solid #e7e9ec;
  border-radius: 6px;
  white-space: pre;
}

.pre-scrollable {
  max-height: 340px;
}

.btn {
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.3;
  padding: 6px 12px;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: border .25s ease-out, color .25s ease-out, background-color .25s ease-out;
  transition: border .25s ease-out, color .25s ease-out, background-color .25s ease-out;
  border-radius: 50px;
}

.btn:hover,
.btn:focus {
  outline: none;
  color: #ffffff;
}

.btn:active,
.btn.active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  background-color: #D7D7DB;
  color: rgba(255, 255, 255, 0.75);
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.btn> [class^="icon-"] {
  margin: 0 1px;
  position: relative;
  line-height: 1;
  top: 1px;
}

.btn-xs.btn> [class^="icon-"] {
  font-size: 11px;
  top: 0;
}

.btn-hg.btn> [class^="icon-"] {
  top: 2px;
}

.btn-primary {
  color: #ffffff;
  background-color: #ee4834;
}

.btn-primary:hover,
.btn-primary.hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #e8340e;
  border-color: #e8340e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background: #a33a29;
  border-color: #a33a29;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled.hover,
.btn-primary[disabled].hover,
fieldset[disabled] .btn-primary.hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #e95f46;
  border-color: #e95f46;
}

.btn-primary .badge {
  color: #f23300;
  background-color: #ffffff;
}

.btn-secondary {
  color: #888;
  background-color: #E9E8E6;
}

.btn-secondary:hover,
.btn-secondary.hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  color: #fff;
  background-color: #B6B6B6;
  border-color: #B6B6B6;
}

.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  background: #a4a3a1;
  border-color: #a4a3a1;
}

.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled.hover,
.btn-secondary[disabled].hover,
fieldset[disabled] .btn-secondary.hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #E9E8E6;
  border-color: #E9E8E6;
  color: #8d8d8d;
}

.btn-secondary.badge {
  color: #8D8D8D;
  background-color: #ffffff;
}

.btn-info {
  color: #ffffff;
  background-color: #428bca;
}

.btn-info:hover,
.btn-info.hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #63a3da;
  border-color: #63a3da;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background: #3a80bc;
  border-color: #3a80bc;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled.hover,
.btn-info[disabled].hover,
fieldset[disabled] .btn-info.hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #428bca;
  border-color: #428bca;
}

.btn-info .badge {
  color: #428bca;
  background-color: #ffffff;
}

.btn-success {
  color: #ffffff;
  background-color: #B9DD7C;
}

.btn-success:hover,
.btn-success.hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #c4e58c;
  border-color: #c4e58c;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background: #b1d673;
  border-color: #b1d673;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled.hover,
.btn-success[disabled].hover,
fieldset[disabled] .btn-success.hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #c4e58c;
  border-color: #c4e58c;
}

.btn-success .badge {
  color: #e95f46;
  background-color: #ffffff;
}

.btn-warning {
  color: #ffffff;
  background-color: #f6bb42;
}

.btn-warning:hover,
.btn-warning.hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #fbc14c;
  border-color: #fbc14c;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background: #e7a41b;
  border-color: #e7a41b;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled.hover,
.btn-warning[disabled].hover,
fieldset[disabled] .btn-warning.hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background: #fabf77;
  border-color: #fabf77;
}

.btn-warning .badge {
  color: #e37c00;
  background-color: #ffffff;
}

.btn-buy {
  background-color: #ee4834;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.btn-buy:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-buy:before {
  font-family: 'nubia';
  content: "\e9bd";
  position: absolute;
  height: 100%;
  width: 100%;
  font-size: 180%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  top: -100%;
}

.btn-buy span {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-transition: all 0.3s;
  -moz-backface-visibility: hidden;
  transition: all 0.3s;
  backface-visibility: hidden;
}

.btn-buy:hover span {
  -webkit-transform: translateY(300%);
  -moz-transform: translateY(300%);
  -ms-transform: translateY(300%);
  transform: translateY(300%);
}

.btn-buy:hover:before {
  top: 0;
}

.btn-buy:active {
  background: #f25c4a;
}

.btn-buy:active:before {
  color: rgba(255, 255, 255, 0.67);
}

.btn-buy.btn-hg:before {
  font-size: 36px;
}

.btn-buy .badge {
  color: #e37c00;
  background-color: #ffffff;
}

.btn-inverse {
  color: #ffffff;
  background-color: #414143;
}

.btn-inverse:hover,
.btn-inverse.hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  color: #fff!important;
  background-color: #ee4833;
  border-color: #ee4833;
}

.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  background: #353536;
  border-color: #353536;
}

.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled.hover,
.btn-inverse[disabled].hover,
fieldset[disabled] .btn-inverse.hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #414143;
  border-color: #414143;
}

.btn-inverse .badge {
  color: #414143;
  background-color: #ffffff;
}
.btn-white {
  color: #57b989;
  background-color: #fdfdfd;
}
.btn-white:hover,
.btn-white.hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  color: #70cc9f;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  background: #f4f3f0;
  border-color: #f4f3f0;
}
.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled.hover,
.btn-white[disabled].hover,
fieldset[disabled] .btn-white.hover,
.btn-white.disabled:focus,
.btn-iwhite[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
  background-color: #fff;
  border-color: #fff;
}
.btn-white .badge {
  color: #fff;
  background-color: #5BB88A;
}

.btn-embossed {
  background-clip: padding-box;
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.15) inset, 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
}

.btn-embossed.active,
.btn-embossed:active {
  -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.10);
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.10);
}

.btn-primary-outline {
  color: #e95f46;
  background-color: transparent;
  background-image: none;
  border-color: #e95f46;
}

.btn-primary-outline:hover,
.btn-primary-outline.hover,
.btn-primary-outline.active,
.btn-primary-outline:active {
  color: #fff!important;
  background-color: #ee4833;
  border-color: #ee4833;
}

.btn-secondary-outline {
  color: #666;
  background-color: transparent;
  background-image: none;
  border-color: #bbb;
}

.btn-secondary-outline:hover,
.btn-secondary-outline.hover,
.btn-secondary-outline.active,
.btn-secondary-outline:active,
.btn-secondary-outline:focus,
.btn-secondary-outline:focus{
  color: #e8340e;
  border: #e8340e 1px solid;
}

.btn-secondary-outline.disabled,
.btn-secondary-outline[disabled] {
  background-color: transparent;
  color: #888;
  border: rgba(177, 177, 177, 0.5) 1px solid;
}

.btn-inverse-outline {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #e4e4e4;
}

.btn-inverse-outline:hover,
.btn-inverse-outline.hover,
.btn-inverse-outline.active,
.btn-inverse-outline:active .open .dropdown-toggle.btn-inverse-outline {
  color: #f56c3c;
  border-color: #f56c3c;
}

.btn-inverse-outline:active,
.btn-inverse-outline.active,
.open .dropdown-toggle.btn-inverse-outline {
  background: #f8f7f7;
  border-color: #f8f7f7;
}

.btn-inverse-outline.disabled,
.btn-inverse-outline[disabled],
fieldset[disabled] .btn-inverse-outline,
.btn-inverse-outline.disabled:hover,
.btn-inverse-outline[disabled]:hover,
fieldset[disabled] .btn-inverse-outline:hover,
.btn-inverse-outline.disabled.hover,
.btn-inverse-outline[disabled].hover,
fieldset[disabled] .btn-inverse-outline.hover,
.btn-inverse-outline.disabled:focus,
.btn-iwhite[disabled]:focus,
fieldset[disabled] .btn-inverse-outline:focus,
.btn-inverse-outline.disabled:active,
.btn-inverse-outline[disabled]:active,
fieldset[disabled] .btn-inverse-outline:active,
.btn-inverse-outline.disabled.active,
.btn-inverse-outline[disabled].active,
fieldset[disabled] .btn-inverse-outline.active {
  background-color: transparent;
  border-color: rgba(228, 228, 228, 0.6);
}

.btn-inverse-outline .badge {
  color: #fff;
  background-color: #f56c3c;
}

.btn-info-outline {
  color: #428bca;
  background-color: transparent;
  background-image: none;
  border-color: #428bca;
}

.btn-info-outline:hover,
.btn-info-outline.hover,
.btn-info-outline:focus,
.btn-info-outline:active,
.btn-info-outline.active,
.open .dropdown-toggle.btn-info-outline {
  color: #63a3da;
  border-color: #63a3da;
}

.btn-info-outline:active,
.btn-info-outline.active,
.open .dropdown-toggle.btn-info-outline {
  color: #3a80bc;
  border-color: #3a80bc;
}

.btn-info-outline.disabled,
.btn-info-outline[disabled],
fieldset[disabled] .btn-info-outline,
.btn-info-outline.disabled:hover,
.btn-info-outline[disabled]:hover,
fieldset[disabled] .btn-info-outline:hover,
.btn-info-outline.disabled.hover,
.btn-info-outline[disabled].hover,
fieldset[disabled] .btn-info-outline.hover,
.btn-info-outline.disabled:focus,
.btn-info-outline[disabled]:focus,
fieldset[disabled] .btn-info-outline:focus,
.btn-info-outline.disabled:active,
.btn-info-outline[disabled]:active,
fieldset[disabled] .btn-info-outline:active,
.btn-info-outline.disabled.active,
.btn-info-outline[disabled].active,
fieldset[disabled] .btn-info-outline.active {
  background-color: #63a3da;
  border-color: #63a3da;
}

.btn-info-outline .badge {
  color: #63a3da;
  background-color: #ffffff;
}

.btn-success-outline {
  color: #B9DD7C;
  background-color: transparent;
  background-image: none;
  border-color: #B9DD7C;
}

.btn-success-outline:hover,
.btn-success-outline.hover,
.btn-success-outline:focus,
.btn-success-outline:active,
.btn-success-outline.active,
.open .dropdown-toggle.btn-success-outline {
  color: #c4e58c;
  border-color: #c4e58c;
}

.btn-success-outline:active,
.btn-success-outline.active,
.open .dropdown-toggle.btn-success-outline {
  color: #b1d673;
  border-color: #b1d673;
}

.btn-success-outline.disabled,
.btn-success-outline[disabled],
fieldset[disabled] .btn-success-outline,
.btn-success-outline.disabled:hover,
.btn-success-outline[disabled]:hover,
fieldset[disabled] .btn-success-outline:hover,
.btn-success-outline.disabled.hover,
.btn-success-outline[disabled].hover,
fieldset[disabled] .btn-success-outline.hover,
.btn-success-outline.disabled:focus,
.btn-success-outline[disabled]:focus,
fieldset[disabled] .btn-success-outline:focus,
.btn-success-outline.disabled:active,
.btn-success-outline[disabled]:active,
fieldset[disabled] .btn-success-outline:active,
.btn-success-outline.disabled.active,
.btn-success-outline[disabled].active,
fieldset[disabled] .btn-success-outline.active {
  color: #c4e58c;
  border-color: #c4e58c;
}

.btn-success-outline .badge {
  color: #e95f46;
  background-color: #ffffff;
}

.btn-warning-outline {
  color: #f6bb42;
  background-color: transparent;
  background-image: none;
  border-color: #f6bb42;
}

.btn-warning-outline:hover,
.btn-warning-outline.hover,
.btn-warning-outline:focus,
.btn-warning-outline:active,
.btn-warning.active-outline,
.open .dropdown-toggle.btn-warning-outline {
  color: #fbc14c;
  border-color: #fbc14c;
}

.btn-warning-outline:active,
.btn-warning-outline.active,
.open .dropdown-toggle.btn-warning-outline {
  cololr: #e7a41b;
  border-color: #e7a41b;
}

.btn-warning-outline.disabled,
.btn-warning-outline[disabled],
fieldset[disabled] .btn-warning-outline,
.btn-warning-outline.disabled:hover,
.btn-warning-outline[disabled]:hover,
fieldset[disabled] .btn-warning-outline:hover,
.btn-warning-outline.disabled.hover,
.btn-warning-outline[disabled].hover,
fieldset[disabled] .btn-warning-outline.hover,
.btn-warning-outline.disabled:focus,
.btn-warning-outline[disabled]:focus,
fieldset[disabled] .btn-warning-outline:focus,
.btn-warning-outline.disabled:active,
.btn-warning-outline[disabled]:active,
fieldset[disabled] .btn-warning-outline:active,
.btn-warning-outline.disabled.active,
.btn-warning-outline[disabled].active,
fieldset[disabled] .btn-warning-outline.active {
  color: #fabf77;
  border-color: #fabf77;
}

.btn-warning-outline .badge {
  color: #e37c00;
  background-color: #ffffff;
}

.btn-link {
  color: #505554;
  padding-right: 0px!important;
  padding-left: 0px!important;
  border-radius: 0px;
/*  border-bottom: .05em solid rgba(0, 0, 0, .15);*/
	margin-left: 10px;
	margin-right: 10px;
}
.btn-link:hover,
.btn-link:focus {
  color: #f56c3c;
  text-decoration: none;
  background-color: transparent;
/*    border-bottom: .05em solid #e95f46;*/
}
.btn-link.disabled,
.btn-link[disabled],
fieldset[disabled] .btn-link,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #adadad;
  text-decoration: none;
  background-color: transparent;
}

.btn-link-inverse {
  color: #fff;
}
.btn-link-inverse:hover,
.btn-link-inverse:focus {
  color: #f45441;
  text-decoration: none;
  background-color: transparent;
    border-bottom: .05em solid #f45441;
}


[class*="btn-social-"] {
  padding: 3px;
  font-size: 28px;
  line-height: 0.95;
  border-radius: 50% !important;
  min-width: 30px;
  min-height: 30px;
  border: 1px solid #bbb;
}

.btn-wide {
  min-width: 120px;
  padding-left: 25px;
  padding-right: 25px;
}

.btn-wide-sm {
  min-width: 90px;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-hg {
  padding: 13px 26px;
  font-size: 18px;
  line-height: 1.227;
}

.btn-lg {
  padding: 10px 20px;
  font-size: 15px;
  line-height: 1.435;
}

.btn-sm {
  padding: 6px 15px;
  font-size: 13px;
  line-height: 1.385;
}

.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.2;
}

.btn-nn {
  padding: 4px 10px;
  font-size: 11px;
  line-height: 1;
}

.nav-counter,
.btn-tip {
  padding: 2px 5px;
  font-size: 92%;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  margin-left: 5px;
}

.btn-block {
  white-space: normal;
}

.btn-social-email {
  color: #ffffff;
  background-color: #adadad;
}

.btn-social-email:hover,
.btn-social-email:focus {
  background-color: #B6B6B6;
  border-color: #B6B6B6;
}

.btn-social-email:active,
.btn-social-email.active {
  background: #666363;
  border-color: #505554;
}

.btn-social-linkedin {
  color: #ffffff;
  background-color: #367bb4;
}

.btn-social-linkedin:hover,
.btn-social-linkedin:focus {
  background-color: #338ec4;
}

.btn-social-linkedin:active,
.btn-social-linkedin.active {
  background-color: #00619a;
}

.btn-social-weibo {
  color: #ffffff;
  background-color: #eb7350;
  border-color: #eb7350;
}

.btn-social-weibo:hover,
.btn-social-weibo:focus {
  background-color: #ef7a58;
}

.btn-social-weibo:active,
.btn-social-weibo.active {
  background-color: #e5613b;
}

.btn-social-google {
  background-color: #d75a49;
  border-color: #d75a49;
  color: #ffffff;
}

.btn-social-google:hover,
.btn-social-google:focus {
  background-color: #e46453;
}

.btn-social-google:active,
.btn-social-google.active {
  background-color: #c84a39;
}

.btn-social-wechat {
  color: #ffffff;
  background-color: #61c032;
  border-color: #61c032;
}

.btn-social-wechat:hover,
.btn-social-wechat:focus {
  background-color: #64ce30;
}

.btn-social-wechat:active,
.btn-social-wechat.active {
  background-color: #5aac31;
}

.btn-social-facebook {
  background-color: #4e69a1;
  border-color: #4e69a1;
  color: #ffffff;
}

.btn-social-facebook:hover,
.btn-social-facebook:focus {
  background-color: #4a6fbd;
}

.btn-social-facebook:active,
.btn-social-facebook.active {
  background-color: #28407d;
}

.btn-social-twitter {
  background-color: #0cc5f6;
  border-color: #00bdef;
  color: #ffffff;
}

.btn-social-twitter:hover,
.btn-social-twitter:focus {
  background-color: #18ccfb;
}

.btn-social-twitter:active,
.btn-social-twitter.active {
  background-color: #00a1cb;
}

.btn-social-alipay {
  background-color: #00aaed;
  border-color: #00aaed;
  color: #ffffff;
}
.btn-social-alipay:hover,
.btn-social-alipay:focus {
  background-color: #0dbaff;
}
.btn-social-alipay:active,
.btn-social-alipay.active {
  background-color: #0099d5;
}

.btn-social-qq {
  background-color: #12b7f5;
  border-color: #12b7f5;
  color: #ffffff;
}
.btn-social-qq:hover,
.btn-social-qq:focus {
  background-color: #37c3f7;
}
.btn-social-alipay:active,
.btn-social-alipay.active {
  background-color: #0b98cd;
}

.btn-secondary.caret {
  border-top-color: #ffffff;
}

.btn-inverse .caret,
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-info-outline .caret,
.btn-info .caret {
  border-top-color: #ffffff;
}

.dropup .btn-secondary.caret {
  border-bottom-color: #ffffff;
}

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-info-outline .caret,
.dropup .btn-info .caret {
  border-bottom-color: #ffffff;
}

.btn-group-xs> .btn {
  padding: 6px 9px;
  font-size: 12px;
  line-height: 1.183;
  border-radius: 3px;
}

.btn-group-sm> .btn {
  padding: 9px 13px;
  font-size: 13px;
  line-height: 1.385;
  border-radius: 4px;
}

.btn-group-lg> .btn {
  padding: 10px 19px;
  font-size: 17px;
  line-height: 1.471;
  border-radius: 6px;
}

.btn-group-gh> .btn {
  padding: 13px 20px;
  font-size: 22px;
  line-height: 1.227;
  border-radius: 6px;
}

.btn-group> .btn+ .btn {
  margin-left: 0;
}

.btn-group> .btn+ .dropdown-toggle {
  border-left: 1px solid rgba(52, 73, 94, 0.15);
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group> .btn+ .dropdown-toggle .caret {
  margin-left: 3px;
  margin-right: 3px;
}

.btn-group> .btn.btn-gh+ .dropdown-toggle .caret {
  margin-left: 7px;
  margin-right: 7px;
}

.btn-group> .btn.btn-sm+ .dropdown-toggle .caret {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-toggle .caret {
  margin-left: 8px;
}

.btn-group:focus .dropdown-toggle {
  outline: none;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-toolbar .btn.active {
  color: #ffffff;
}

.btn-toolbar .btn> [class^="icon-"] {
  font-size: 16px;
  margin: 0 1px;
}

.caret {
  border-width: 6px 5px;
  border-bottom-color: #414143;
  border-top-color: #414143;
  border-style: solid;
  border-bottom-style: none;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  -webkit-transform: scale(1.001, );
  -ms-transform: scale(1.001, );
  transform: scale(1.001, );
}

.dropup .caret,
.dropup .btn-lg .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-bottom-width: 8px;
}

.btn-lg .caret {
  border-top-width: 8px;
  border-right-width: 6px;
  border-left-width: 6px;
}

.select {
  display: inline-block;
  margin-bottom: 10px;
}

[class*="span"]> .select[class*="span"] {
  margin-left: 0;
}

.select[class*="span"] .btn {
  width: 100%;
}

.select.select-block {
  display: block;
  float: none;
  margin-left: 0;
  width: auto;
}

.select.select-block:before,
.select.select-block:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.select.select-block:after {
  clear: both;
}

.select.select-block .btn {
  width: 100%;
}

.select.select-block .dropdown-menu {
  width: 100%;
}

.select .btn {
  width: 220px;
}

.select .btn.btn-hg .filter-option {
  left: 20px;
  right: 40px;
  top: 13px;
}

.select .btn.btn-hg .caret {
  right: 20px;
}

.select .btn.btn-lg .filter-option {
  left: 18px;
  right: 38px;
}

.select .btn.btn-sm .filter-option {
  left: 10px;
  right: 22px;
}

.select .btn.btn-sm .caret {
  right: 9px;
}

.select .btn.btn-xs .filter-option {
  left: 10px;
  right: 33px;
  top: 5px;
}

.select .btn.btn-xs .caret {
  right: 9px;
}

.select .btn .filter-option {
  height: 26px;
  left: 13px;
  overflow: hidden;
  position: absolute;
  right: 33px;
  text-align: left;
  top: 6px;
}

.select .btn .caret {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -3px;
}

.select .btn .dropdown-toggle {
  border-radius: 6px;
}

.select .btn .dropdown-menu {
  min-width: 100%;
}

.select .btn .dropdown-menu dt {
  cursor: default;
  display: block;
  padding: 3px 20px;
}

.select .btn .dropdown-menu li:not(.disabled)> a:hover small {
  color: rgba(255, 255, 255, 0.004);
}

.select .btn .dropdown-menu li> a {
  min-height: 20px;
}

.select .btn .dropdown-menu li> a.opt {
  padding-left: 35px;
}

.select .btn .dropdown-menu li small {
  padding-left: .5em;
}

.select .btn .dropdown-menu li> dt small {
  font-weight: normal;
}

.select .btn> .disabled,
.select .btn .dropdown-menu li.disabled> a {
  cursor: default;
}

.select .caret {
  border-bottom-color: #ccc;
  border-top-color: #ccc;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: inherit;
  color: inherit;
  border-bottom: none;
}

textarea {
  font-size: 20px;
  line-height: 24px;
  padding: 5px 11px;
}

input[type="search"] {
  -webkit-appearance: none !important;
}

label {
  font-weight: normal;
  font-size: 13px;
  line-height: 1.7;
}

.form-control:-moz-placeholder {
  color: #999;
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control.placeholder {
  color: #999;
}

.form-control {
  border: 1px solid #ebebeb;
  color: #414143;
  font-size: 13px;
  line-height: 1.467;
  padding: 6px 8px;
  height: 32px;
  -webkit-appearance: none;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border .15s linear, color .15s linear, background-color .15s linear;
  transition: border .15s linear, color .15s linear, background-color .15s linear;
}

.form-group.focus .form-control,
.form-control:focus {
  border-color: #e95f46;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f4f6f6;
  border-color: #cdd2d2;
  color: #a3a7a7;
  cursor: not-allowed;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.form-control.flat,
.form-control.transparent,
.form-control.base {
  border-color: transparent;
}
.form-control.flat:hover,
.form-control.transparent:hover,
.form-control.base:hover {
  border-color: #f49d8d;
}
.form-control.flat:focus,
.form-control.transparent:focus,
.form-control.base:focus {
  border-color: #ec5a62;
}

.form-control.base {
  background-color: #f5f5f6;
}
.form-control.base:-moz-placeholder {
  color: #414143;
}
.form-control.base::-moz-placeholder {
  color: #414143;
  opacity: 1;
}
.form-control.base:-ms-input-placeholder {
  color: #414143;
}
.form-control.base::-webkit-input-placeholder {
  color: #414143;
}
.form-control.base.placeholder {
  color: #414143;
}

.form-control.transparent {
  background-color: transparent;
}
.form-control.transparent:-moz-placeholder {
  color: #414143;
}
.form-control.transparent::-moz-placeholder {
  color: #414143;
  opacity: 1;
}
.form-control.transparent:-ms-input-placeholder {
  color: #414143;
}
.form-control.transparent::-webkit-input-placeholder {
  color: #414143;
}
.form-control.transparent.placeholder {
  color: #414143;
}

.form-control.inverse {
  background-color: #3b3b3b;
  color: #e95f46;
}

.input-sm {
  height: 27px;
  padding: 7px 10px;
  font-size: 12px;
  line-height: 1.362;
  border-radius: 2px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
  padding: 0px 10px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.input-lg {
  height: 45px;
  padding: 10px 15px;
  font-size: 13px;
  line-height: 1.235;
  border-radius: 0;
}

select.input-lg {
  height: 45px;
  line-height: 45px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.input-hg {
  height: 53px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.318;
  border-radius: 6px;
}

select.input-hg {
  height: 53px;
  line-height: 53px;
}

textarea.input-hg,
select[multiple].input-hg {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #f6bb42;
}

.has-warning .form-control {
  color: #e7c990;
  border-color: #f6da87;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff9e6;
}

.has-warning .form-control:-moz-placeholder {
  color: #f6bb42;
}

.has-warning .form-control::-moz-placeholder {
  color: #f6bb42;
  opacity: 1;
}

.has-warning .form-control:-ms-input-placeholder {
  color: #f6bb42;
}

.has-warning .form-control::-webkit-input-placeholder {
  color: #f6bb42;
}

.has-warning .form-control.placeholder {
  color: #f6bb42;
}

.has-warning .form-control:focus,
.has-warning .form-control.flat:hover,
.has-warning .form-control.transparent:hover {
  border-color: #e79027;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-warning .form-control-feedback {
  color: #f2c569;
}

.has-warning .input-group-addon {
  color: #f6bb42;
  border-color: #f6bb42;
  background-color: #ffffff;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #e9573f;
}

.has-error .form-control {
  color: #AD655F;
  border-color: #D78079;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #E4A6A1;
}

.has-error .form-control:-moz-placeholder {
  color: #e9573f;
}

.has-error .form-control::-moz-placeholder {
  color: #e9573f;
  opacity: 1;
}

.has-error .form-control:-ms-input-placeholder {
  color: #e9573f;
}

.has-error .form-control::-webkit-input-placeholder {
  color: #e9573f;
}

.has-error .form-control.placeholder {
  color: #e9573f;
}

.has-error .form-control:focus,
.has-error .form-control.flat:hover,
.has-error .form-control.transparent:hover {
  border-color: #955251;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-error .form-control-feedback {
  color: #AD655F;
}

.has-error .input-group-addon {
  color: #e9573f;
  border-color: #e9573f;
  background-color: #ffffff;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #95c544;
}

.has-success .form-control {
  color: #95c544;
  border-color: #95c544;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-success .form-control:-moz-placeholder {
  color: #95c544;
}

.has-success .form-control::-moz-placeholder {
  color: #95c544;
  opacity: 1;
}

.has-success .form-control:-ms-input-placeholder {
  color: #95c544;
}

.has-success .form-control::-webkit-input-placeholder {
  color: #95c544;
}

.has-success .form-control.placeholder {
  color: #95c544;
}

.has-success .form-control:focus {
  border-color: #95c544;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-success .form-control-feedback {
  color: #e95f46;
}

.has-success .input-group-addon {
  color: #95c544;
  border-color: #95c544;
  background-color: #ffffff;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'nubia';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-warning-sign:before {
  content: "\e999";
}

.glyphicon-ok:before {
  content: "\f00c";
}

.help-block {
  font-size: 15px;
  margin-bottom: 5px;
  color: inherit;
}

.form-group {
  position: relative;
  margin-bottom: 10px;
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-control-static {
  padding-top: 6px;
}

.form-control+ .input-icon {
  position: absolute;
  top: 2px;
  right: 2px;
  line-height: 27px;
  vertical-align: middle;
  font-size: 20px;
  color: #b2bcc5;
  background-color: #ffffff;
  padding: 0 12px 0 0;
  border-radius: 6px;
}

.input-hg+ .input-icon {
  line-height: 49px;
  padding: 0 16px 0 0;
}

.input-lg+ .input-icon {
  line-height: 41px;
  padding: 0 15px 0 0;
}

.input-sm+ .input-icon {
  font-size: 18px;
  line-height: 30px;
  padding: 0 10px 0 0;
}

.has-success .input-icon {
  color: #95c544;
}

.has-warning .input-icon {
  color: #f6bb42;
}

.has-error .input-icon {
  color: #e9573f;
}

.form-control[disabled]+ .input-icon,
.form-control[readonly]+ .input-icon,
fieldset[disabled] .form-control+ .input-icon,
.form-control.disabled+ .input-icon {
  color: #d5dbdb;
  background-color: transparent;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.input-group-hg> .form-control,
.input-group-hg> .input-group-addon,
.input-group-hg> .input-group-btn> .btn {
  height: 53px;
  border-radius: 6px;
  line-height: 53px;
  padding: 0 20px 0 20px;
  font-size: 14px;
}

select.input-group-hg> .form-control,
select.input-group-hg> .input-group-addon,
select.input-group-hg> .input-group-btn> .btn {
  height: 53px;
  line-height: 53px;
}

textarea.input-group-hg> .form-control,
textarea.input-group-hg> .input-group-addon,
textarea.input-group-hg> .input-group-btn> .btn,
select[multiple].input-group-hg> .form-control,
select[multiple].input-group-hg> .input-group-addon,
select[multiple].input-group-hg> .input-group-btn> .btn {
  height: auto;
}

.input-group-lg> .form-control,
.input-group-lg> .input-group-addon,
.input-group-lg> .input-group-btn> .btn {
  height: 45px;
  padding: 10px 15px;
  font-size: 13px;
  line-height: 1.235;
  border-radius: 0;
}

select.input-group-lg> .form-control,
select.input-group-lg> .input-group-addon,
select.input-group-lg> .input-group-btn> .btn {
  height: 40px;
  line-height: 40px;
}

textarea.input-group-lg> .form-control,
textarea.input-group-lg> .input-group-addon,
textarea.input-group-lg> .input-group-btn> .btn,
select[multiple].input-group-lg> .form-control,
select[multiple].input-group-lg> .input-group-addon,
select[multiple].input-group-lg> .input-group-btn> .btn {
  height: auto;
}

.input-group-sm> .form-control,
.input-group-sm> .input-group-addon,
.input-group-sm> .input-group-btn> .btn {
  height: 30px;
  padding: 7px 10px;
  font-size: 12px;
  line-height: 1.362;
  border-radius: 2px;
}

select.input-group-sm> .form-control,
select.input-group-sm> .input-group-addon,
select.input-group-sm> .input-group-btn> .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm> .form-control,
textarea.input-group-sm> .input-group-addon,
textarea.input-group-sm> .input-group-btn> .btn,
select[multiple].input-group-sm> .form-control,
select[multiple].input-group-sm> .input-group-addon,
select[multiple].input-group-sm> .input-group-btn> .btn {
  height: auto;
}

.input-group-addon {
  padding: 7px 12px;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  background-color: #adadad;
  border: 1px solid #adadad;
  border-radius: 6px;
  -webkit-transition: border .15s linear, color .15s linear, background-color .15s linear;
  transition: border .15s linear, color .15s linear, background-color .15s linear;
}

.input-group-hg .input-group-addon,
.input-group-lg .input-group-addon,
.input-group-sm .input-group-addon {
  line-height: 1;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child> .btn,
.input-group-btn:first-child> .dropdown-toggle,
.input-group-btn:last-child> .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child> .btn,
.input-group-btn:last-child> .dropdown-toggle,
.input-group-btn:first-child> .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.form-group.focus .input-group-addon,
.input-group.focus .input-group-addon {
  background-color: #e95f46;
  border-color: #e95f46;
}

.form-group.focus .input-group-btn> .btn-secondary+ .btn-secondary,
.input-group.focus .input-group-btn> .btn-secondary+ .btn-secondary {
  border-left-color: #ec5a62;
}

.form-group.focus .input-group-btn .btn,
.input-group.focus .input-group-btn .btn {
  border-color: #ee4833;
  background-color: #ffffff;
  color: #d5462f;
}

.form-group.focus .input-group-btn .btn-secondary,
.input-group.focus .input-group-btn .btn-secondary {
  color: #ffffff;
  background-color: #e95f46;
}

.form-group.focus .input-group-btn .btn-secondary:hover,
.input-group.focus .input-group-btn .btn-secondary:hover,
.form-group.focus .input-group-btn .btn-secondary.hover,
.input-group.focus .input-group-btn .btn-secondary.hover,
.form-group.focus .input-group-btn .btn-secondary:focus,
.input-group.focus .input-group-btn .btn-secondary:focus,
.form-group.focus .input-group-btn .btn-secondary:active,
.input-group.focus .input-group-btn .btn-secondary:active,
.form-group.focus .input-group-btn .btn-secondary.active,
.input-group.focus .input-group-btn .btn-secondary.active,
.open .dropdown-toggle.form-group.focus .input-group-btn .btn-secondary,
.open .dropdown-toggle.input-group.focus .input-group-btn .btn-secondary {
  color: #ffffff;
  background-color: #f2503c;
  border-color: #f2503c;
}

.form-group.focus .input-group-btn .btn-secondary:active,
.input-group.focus .input-group-btn .btn-secondary:active,
.form-group.focus .input-group-btn .btn-secondary.active,
.input-group.focus .input-group-btn .btn-secondary.active,
.open .dropdown-toggle.form-group.focus .input-group-btn .btn-secondary,
.open .dropdown-toggle.input-group.focus .input-group-btn .btn-secondary {
  background: #ee4833;
  border-color: #ee4833;
}

.form-group.focus .input-group-btn .btn-secondary.disabled,
.input-group.focus .input-group-btn .btn-secondary.disabled,
.form-group.focus .input-group-btn .btn-secondary[disabled],
.input-group.focus .input-group-btn .btn-secondary[disabled],
fieldset[disabled] .form-group.focus .input-group-btn .btn-secondary,
fieldset[disabled] .input-group.focus .input-group-btn .btn-secondary,
.form-group.focus .input-group-btn .btn-secondary.disabled:hover,
.input-group.focus .input-group-btn .btn-secondary.disabled:hover,
.form-group.focus .input-group-btn .btn-secondary[disabled]:hover,
.input-group.focus .input-group-btn .btn-secondary[disabled]:hover,
fieldset[disabled] .form-group.focus .input-group-btn .btn-secondary:hover,
fieldset[disabled] .input-group.focus .input-group-btn .btn-secondary:hover,
.form-group.focus .input-group-btn .btn-secondary.disabled.hover,
.input-group.focus .input-group-btn .btn-secondary.disabled.hover,
.form-group.focus .input-group-btn .btn-secondary[disabled].hover,
.input-group.focus .input-group-btn .btn-secondary[disabled].hover,
fieldset[disabled] .form-group.focus .input-group-btn .btn-secondary.hover,
fieldset[disabled] .input-group.focus .input-group-btn .btn-secondary.hover,
.form-group.focus .input-group-btn .btn-secondary.disabled:focus,
.input-group.focus .input-group-btn .btn-secondary.disabled:focus,
.form-group.focus .input-group-btn .btn-secondary[disabled]:focus,
.input-group.focus .input-group-btn .btn-secondary[disabled]:focus,
fieldset[disabled] .form-group.focus .input-group-btn .btn-secondary:focus,
fieldset[disabled] .input-group.focus .input-group-btn .btn-secondary:focus,
.form-group.focus .input-group-btn .btn-secondary.disabled:active,
.input-group.focus .input-group-btn .btn-secondary.disabled:active,
.form-group.focus .input-group-btn .btn-secondary[disabled]:active,
.input-group.focus .input-group-btn .btn-secondary[disabled]:active,
fieldset[disabled] .form-group.focus .input-group-btn .btn-secondary:active,
fieldset[disabled] .input-group.focus .input-group-btn .btn-secondary:active,
.form-group.focus .input-group-btn .btn-secondary.disabled.active,
.input-group.focus .input-group-btn .btn-secondary.disabled.active,
.form-group.focus .input-group-btn .btn-secondary[disabled].active,
.input-group.focus .input-group-btn .btn-secondary[disabled].active,
fieldset[disabled] .form-group.focus .input-group-btn .btn-secondary.active,
fieldset[disabled] .input-group.focus .input-group-btn .btn-secondary.active {
  background-color: #e95f46;
  border-color: #e95f46;
}

.form-group.focus .input-group-btn .btn-secondary.badge,
.input-group.focus .input-group-btn .btn-secondary.badge {
  color: #e95f46;
  background-color: #ffffff;
}

.input-group-btn .btn {
  border: 1px solid #ebebeb;
  line-height: 18px;
}

.input-group-btn .btn-default {
  background-color: #ffffff;
  color: #adadad;
}

.input-group-btn.flat .btn {
  border-color: transparent;
}

.input-group-btn .btn-secondary {
  color: #ffffff;
  background-color: #49494a;
}

.input-group-btn .btn-secondary:hover,
.input-group-btn .btn-secondary.hover,
.input-group-btn .btn-secondary:focus,
.input-group-btn .btn-secondary:active,
.input-group-btn .btn-secondary.active,
.open .dropdown-toggle.input-group-btn .btn-secondary {
  color: #ffffff;
  background-color: #ee4833;
  border-color: #ee4833;
}

.input-group-btn .btn-secondary:active,
.input-group-btn .btn-secondary.active,
.open .dropdown-toggle.input-group-btn .btn-secondary {
  background: #353536;
  border-color: #353536;
}

.input-group-btn .btn-secondary.disabled,
.input-group-btn .btn-secondary[disabled],
fieldset[disabled] .input-group-btn .btn-secondary,
.input-group-btn .btn-secondary.disabled:hover,
.input-group-btn .btn-secondary[disabled]:hover,
fieldset[disabled] .input-group-btn .btn-secondary:hover,
.input-group-btn .btn-secondary.disabled.hover,
.input-group-btn .btn-secondary[disabled].hover,
fieldset[disabled] .input-group-btn .btn-secondary.hover,
.input-group-btn .btn-secondary.disabled:focus,
.input-group-btn .btn-secondary[disabled]:focus,
fieldset[disabled] .input-group-btn .btn-secondary:focus,
.input-group-btn .btn-secondary.disabled:active,
.input-group-btn .btn-secondary[disabled]:active,
fieldset[disabled] .input-group-btn .btn-secondary:active,
.input-group-btn .btn-secondary.disabled.active,
.input-group-btn .btn-secondary[disabled].active,
fieldset[disabled] .input-group-btn .btn-secondary.active {
  background-color: #adadad;
  border-color: #adadad;
}

.input-group-btn .btn-secondary.badge {
  color: #adadad;
  background-color: #ffffff;
}

.input-group-hg .input-group-btn .btn {
  line-height: 31px;
}

.input-group-lg .input-group-btn .btn {
  line-height: 19px;
}

.input-group-sm .input-group-btn .btn {
  line-height: 15px;
}

.input-group-btn:first-child> .btn {
  border-right-width: 0;
  margin-right: 0px;
}

.input-group-btn:last-child> .btn {
  border-left-width: 0;
  margin-left: 0px;
}

.input-group-btn> .btn-secondary+ .btn-secondary {
  border-left: 1px solid #adadad;
}

.input-group-btn> .btn:first-child+ .btn .caret {
  margin-left: 0;
}

.input-group-rounded .input-group-btn+ .form-control,
.input-group-rounded .input-group-btn:last-child .btn {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}

.input-group-hg.input-group-rounded .input-group-btn+ .form-control,
.input-group-hg.input-group-rounded .input-group-btn:last-child .btn {
  border-bottom-right-radius: 27px;
  border-top-right-radius: 27px;
}

.input-group-lg.input-group-rounded .input-group-btn+ .form-control,
.input-group-lg.input-group-rounded .input-group-btn:last-child .btn {
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}

.input-group-rounded .form-control:first-child,
.input-group-rounded .input-group-btn:first-child .btn {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}

.input-group-hg.input-group-rounded .form-control:first-child,
.input-group-hg.input-group-rounded .input-group-btn:first-child .btn {
  border-bottom-left-radius: 27px;
  border-top-left-radius: 27px;
}

.input-group-lg.input-group-rounded .form-control:first-child,
.input-group-lg.input-group-rounded .input-group-btn:first-child .btn {
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}

.input-group-rounded .form-control {
  padding-left: 15px;
}

.input-group-rounded .input-group-btn+ .form-control {
  padding-left: 0;
}

.input-group-addon:not(:first-child) {
  border-left: 0;
}

.filter-group {
  margin-bottom: 10px;
}

.btn-file {
  overflow: hidden;
  position: relative;
}

.btn-file> input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
  width: 100%;
}

.fileinput {
  margin-bottom: 9px;
  display: block;
}

.fileinput .fileinput-filename {
  font-size: 13px;
}

.fileinput .uneditable-input {
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fileinput .uneditable-input [class^="icon-"] {
  margin-right: .3em;
}

.fileinput .fileinput-preview {
  cursor: pointer;
}

.fileinput .thumbnail {
  overflow: hidden;
  display: inline-block;
}

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}

.fileinput-inline .fileinput-controls {
  display: inline;
}

.fileinput-new .input-group .btn-file {
  border-radius: 0 4px 4px 0;
}

.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-sm {
  border-radius: 0 3px 3px 0;
}

.fileinput-new .input-group .btn-file.btn-lg {
  border-radius: 0 6px 6px 0;
}

.form-group.has-warning .fileinput .uneditable-input {
  color: #f6bb42;
  border-color: #faebcc;
}

.form-group.has-warning .fileinput .fileinput-preview {
  color: #f6bb42;
}

.form-group.has-warning .fileinput .thumbnail {
  border-color: #faebcc;
}

.form-group.has-error .fileinput .uneditable-input {
  color: #e9573f;
  border-color: #ebccd1;
}

.form-group.has-error .fileinput .fileinput-preview {
  color: #e9573f;
}

.form-group.has-error .fileinput .thumbnail {
  border-color: #ebccd1;
}

.form-group.has-success .fileinput .uneditable-input {
  color: #95c544;
  border-color: #d6e9c6;
}

.form-group.has-success .fileinput .fileinput-preview {
  color: #95c544;
}

.form-group.has-success .fileinput .thumbnail {
  border-color: #d6e9c6;
}

.input-group-addon:not(:first-child) {
  border-left: 0;
}

.radio-inline+ .radio-inline,
.checkbox-inline+ .checkbox-inline {
  margin-top: 4px;
}

.checkbox,
.radio {
  margin-top: -1px;
  padding-left: 25px;
  position: relative;
  -webkit-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
  font-size: 12px;
  line-height: 1.6;
  cursor: pointer;
}

.checkbox input,
.radio input {
  outline: none !important;
  display: none;
}

.checkbox .icons,
.radio .icons {
  color: #999;
  display: block;
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}

.checkbox .icons .first-icon,
.radio .icons .first-icon,
.checkbox .icons .second-icon,
.radio .icons .second-icon {
  display: inline-table;
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  margin: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  padding-right: 1px;
}

.checkbox .icons .second-icon,
.radio .icons .second-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}

.checkbox:hover,
.radio:hover {
  -webkit-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}

.checkbox:hover .first-icon,
.radio:hover .first-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}

.checkbox:hover .second-icon,
.radio:hover .second-icon {
  opacity: 1;
  filter: alpha(opacity=100);
}

.checkbox.checked,
.radio.checked {
  color: #e95f46;
}

.checkbox.checked .first-icon,
.radio.checked .first-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}

.checkbox.checked .second-icon,
.radio.checked .second-icon {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #e95f46;
  -webkit-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}

.checkbox.disabled,
.radio.disabled {
  cursor: default;
  color: #B6B6B6;
}

.checkbox.disabled .icons,
.radio.disabled .icons {
  color: #dbdada;
  cursor: not-allowed;
}

.checkbox.disabled .first-icon,
.radio.disabled .first-icon {
  opacity: 1;
  filter: alpha(opacity=100);
}

.checkbox.disabled .second-icon,
.radio.disabled .second-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}

.checkbox.disabled.checked .icons,
.radio.disabled.checked .icons {
  color: #dbdada;
}

.checkbox.disabled.checked .first-icon,
.radio.disabled.checked .first-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}

.checkbox.disabled.checked .second-icon,
.radio.disabled.checked .second-icon {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #dbdada;
}

.checkbox.inverse,
.radio.inverse,
.checkbox.inverse .icons,
.radio.inverse .icons,
.checkbox.inverse.checked,
.radio.inverse.checked,
.checkbox.inverse.checked .icons,
.radio.inverse.checked .icons,
.checkbox.inverse.checked .second-icon,
.radio.inverse.checked .second-icon {
  color: #fff;
}

.checkbox.inverse.disabled,
.radio.inverse.disabled {
  cursor: default;
  color: #f0efef;
}

.checkbox.inverse.disabled .icons,
.radio.inverse.disabled .icons {
  color: #f0efef;
}

.checkbox.inverse.disabled.checked .icons,
.radio.inverse.disabled.checked .icons {
  color: #f0efef;
}

.checkbox.primary .icons,
.radio.primary .icons {
  color: #414143;
}

.checkbox.primary.checked,
.radio.primary.checked {
  color: #509B74;
}

.checkbox.primary.checked .icons,
.radio.primary.checked .icons {
  color: #509B74;
}

.checkbox.primary.disabled,
.radio.primary.disabled {
  cursor: default;
  color: #adadad;
}

.checkbox.primary.disabled .icons,
.radio.primary.disabled .icons {
  color: #adadad;
}

.checkbox.primary.disabled.checked .icons,
.radio.primary.disabled.checked .icons {
  color: #adadad;
}

label.checkbox-sm,
label.radio-sm {
  margin-bottom: 10px;
  margin-top: 8px;
  padding: 10px 10px 10px 40px;
  font-size: 17px;
  font-weight: 100;
  line-height: 1.3;
}

label.radio-sm .icons,
label.checkbox-sm .icons {
  margin-top: 11px;
  margin-left: 10px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
}

label.checkbox-md,
label.radio-md {
  margin-bottom: 10px;
  margin-top: 8px;
  padding: 9px 10px 5px 40px;
  font-size: 23px;
  font-weight: 100;
  line-height: 1.3;
}

label.radio-md .icons,
label.checkbox-md .icons {
  margin-top: 11px;
  margin-left: 10px;
  height: 23px;
  width: 23px;
  line-height: 23px;
  font-size: 23px;
}

label.checkbox-lg,
label.radio-lg {
  margin-bottom: 10px;
  margin-top: 8px;
  padding: 20px 20px 20px 60px;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.3;
  border-radius: 35px;
  background-color: #fff;
  border: 1px solid #fff;
}

label.checkbox-lg.checked,
label.radio-lg.checked {
  color: #313131;
  background-color: #f4f3f0;
}

label.radio-lg .icons,
label.checkbox-lg .icons {
  margin-top: 17px;
  margin-left: 15px;
  height: 28px;
  width: 28px;
  line-height: 28px;
  font-size: 28px;
}

.radio+ .radio,
.checkbox+ .checkbox {
  margin-top: -1px;
}

.tagsinput {
  border-radius: 3px;
  height: 100px;
  margin-bottom: 5px;
  text-align: left;
}
.tagsinput .tag {
  background-color: #b8dd7b;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  line-height: 1;
  vertical-align: middle;
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  border-radius: 4px;
   border: none; 
  color: #fff;
  padding: 6px 0 6px 12px;
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset, 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
}

.tagsinput .tag .tagsinput-remove-link {
  background-color: #acd16f;
}

.tagsinput .tag:hover {
  background-color: #c4e58e;
  border-color: #b8dd7b;
}
.tagsinput .tag:active {
background-color: #acd16f;
}
.tagsinput .tag:hover .tags input-remove-link {
  background-color: #b3d974;
}
.tagsinput .tag .tagsinput-remove-link:hover {  
  background-color: #b8de7a;
}
.tagsinput .tag .tagsinput-remove-link:active {
  background-color: #acd16f;
}
.tagsinput .tag-important {
	background-color: #E7817E;
	border: 1px solid #BE7876;
	color: #fff;
}
.tagsinput .tag-group {
	background-color: #EAE9E6;
	border: 1px solid #EAE9E6;
	padding: 5px 15px 0 5px;
	margin-bottom: 5px;
	border-radius: 8px;
}
.tagsinput .tag-group:hover {
	border: 1px solid #e0dfdc;
	background-color: #EAE9E6;
	-webkit-transition: 0.15s ease-out;
	transition: 0.15s ease-out;
}
.tagsinput .tag-group .close {
	margin-top: 7px; 
}

.tagsinput input {
  background: transparent;
  border: none;
  color: #505554;
  font-size: 14px;
  margin: 0px;
  padding: 0 0 0 5px;
  outline: none !important;
  margin: 6px 5px 0 0;
  vertical-align: top;
  width: 12px;
}
.tagsinput-remove-link {
  bottom: 0;
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  padding: 7px 7px 6px 6px;
  right: 0;
  text-align: right;
  text-decoration: none;
  top: 0;
  width: 100%;
}
.tagsinput-remove-link:before {
  color: #fff;
  content: "\e98e";
  font-family: "nubia";
}

.progress {
  background: #ebedef;
  border-radius: 32px;
  height: 13px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(100, 100, 100, 0.1);
  margin-bottom: 5px;
}

.progress-sm {
  height: 6px;
}

.progress-bar {
  background: #97ceec;
  line-height: 12px;
  font-size: 11px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.3);
}

.progress-bar-blank.even,
.progress-bar-blank {
  background-color: transparent;
}
.progress-bar-blank.odd,
.progress-bar-blank {
  background-color: rgba(0, 0, 0, 0.04);
}

.progress-bar-primary.even,
.progress-bar-primary {
  background-color: #e55658;
}
.progress-bar-primary.odd,
.progress-bar-primary {
  background: #ba3d40;
}

.progress-bar-step1 {
  background-color: #97ceec;
  color: #2694d0;
}
.progress-bar-step2 {
  background-color: #e55658;
}

.progress-bar-success,
.progress-bar-step3 {
  background-color: #B9DD7C;
}

.progress-bar-warning,
.progress-bar-step4 {
  background-color: #f7b565;
}

.progress-bar-step5 {
  background-color: #e46662;
  color: #c4241f;
}

.progress-bar-step6 {
  background-color: #d299c8;
  color: #a6659a;
}

.progress-tracker {
  margin-bottom: 50px;
  margin-top: 100px;
}

.progress-tracker .progress-trackbar {
  display: block;
  background: #e6e5e1;
	background-clip: padding-box;
	width: auto;
  height: 6px;
  margin: 0 70px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
	-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.progress-tracker .progress-trackbar .progress-indicator {
  background: #e54e3c;
  background-clip: padding-box;
  width: 0%;
  height: 6px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.progress-tracker.no-margin .tab-content {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.progress-tracker> ul {
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
}

.progress-tracker> ul> li {
  display: table-cell;
  width: 1%;
  text-align: center;
  position: relative;
}

.progress-tracker> ul> li a {
  position: relative;
  display: block;
  padding-top: 35px;
  font-weight: 600;
  color: #888;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media only screen and (max-width: 768px) {
  .progress-tracker {
    margin-bottom: 20px;
    margin-top: 80px;
  }
  .progress-tracker> ul> li a {
    font-size: 12px;
  }
}

.progress-tracker> ul> li a span {
  position: absolute;
  display: block;
  background: #f8f7f7;
  color: #888;
  line-height: 35px;
  text-align: center;
  margin-top: -55.5px;
  left: 50%;
  margin-left: -17.5px;
  width: 35px;
  height: 35px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-box-shadow: 0px 0px 0px 2px #ecebeb;
  -webkit-box-shadow: 0px 0px 0px 2px #ecebeb;
  box-shadow: 0px 0px 0px 2px #ecebeb;
}

.progress-tracker> ul> li.completed a {
  color: #f25c4a;
}

.progress-tracker> ul> li.completed a span {
  background: #f25c4a;
  color: #fff;
  -moz-box-shadow: 0px 0px 0px 5px #f25c4a;
  -webkit-box-shadow: 0px 0px 0px 5px #f25c4a;
  box-shadow: 0px 0px 0px 5px #f25c4a;
}

.progress-tracker> ul> li.disabled a {
  cursor: default;
}

.progress-tracker> ul> li.active a,
.progress-tracker> ul> li:hover a {
  color: #c5c5c5;
  font-weight: 700;
  color: #303641;
}

.progress-tracker> ul> li.active a span,
.progress-tracker> ul> li:hover a span {
  background: #ecebeb;
  background: #fff;
  color: #525252;
  -moz-box-shadow: 0px 0px 0px 5px #ecebeb;
  -webkit-box-shadow: 0px 0px 0px 5px #ecebeb;
  box-shadow: 0px 0px 0px 5px #ecebeb;
}

.progress-tracker .tab-content {
  margin: 0 30px;
  margin-top: 25px;
}

@media (max-width: 767px) {
  .progress-tracker .tab-content {
    margin: 0 10px;
  }
}

.nav-header{
  color: #414141;
  padding: 13px 0;
  margin-bottom: 13px;
  font-weight: 300;
}
.nav-pills {
  padding-left: 13px;
  padding-right: 13px;
}

.nav-pills .nav-header {
  padding: 0 13px;
  line-height: 1.538;
  color: #bbb;
  font-size: 15px;
  text-transform: initial;
}

.nav-pills> li {
  margin-bottom: 3px;
}

.nav-pills> li.active> a,
.nav-pills> li.active> a:hover,
.nav-pills> li.active> a:focus {
  background: rgba(118, 117, 128, 0.1);
  color: rgba(236, 90, 98, 1);
}

.nav-pills> li> a {
  border-radius: 20px;
  font-size: 13px;
  line-height: 1.333;
  padding: 10px 13px 12px;
  text-shadow: none;
}

.nav-pills> li> a:hover {
  background: rgba(118, 117, 128, 0.1);
  color: rgba(236, 90, 98, 1);
}

.nav-pills .badge.pull-right {
  margin: -1px -4px -1px 0;
  font: 10.755px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.nav-pills-vivid {
  background-color: #edeff1;
  border-radius: 4px;
  padding-bottom: 2px;
}

.nav-pills-vivid> li {
  margin-bottom: 2px;
}

.nav-pills-vivid> li.divider {
  background-color: transparent;
  margin: 3px 0 0;
}

.nav-pills-vivid> li.active> a,
.nav-pills-vivid> li.active> a:hover,
.nav-pills-vivid> li.active> a:focus {
  background-color: #e95f46;
  color: #ffffff;
}

.nav-pills-vivid> li> a {
  border-radius: 0;
  color: #526476;
  font-size: 14px;
}

.nav-pills-vivid> li> a:hover,
.nav-pills-vivid> li> a:focus {
  color: #ee4833;
}

.nav-pills-vivid .nav-header:first-child {
  padding-top: 10px;
}

.nav-pills-primary {
  padding-left: 13px;
  padding-right: 13px;
}

.nav-pills-primary .nav-header {
  margin-left: -13px;
  margin-right: -13px;
  padding: 0 13px;
  line-height: 1.538;
}

.nav-pills-primary> li {
  margin-bottom: 3px;
}

.nav-pills-primary> li.active> a,
.nav-pills-primary> li.active> a:hover,
.nav-pills-primary> li.active> a:focus {
  z-index: 2;
  color: #fff;
  background-color: rgba(208, 145, 126, 0.26);
  border-color: rgba(208, 145, 126, 0.26);
}

.nav-pills-primary> li.divider {
  height: 1px;
  border-bottom: none;
  margin: 13px -13px 17px 0;
  background-color: #ebedef;
}

.nav-pills-primary> li> a {
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.222;
  margin-left: -13px;
  margin-right: -13px;
  padding: 6px 13px 8px;
  text-shadow: none;
}

.nav-pills-primary> li> a:hover {
  background-color: #F6F6F7;
}

.nav-pills-primary .badge.pull-right {
  margin: 1px -4px -1px 0;
}

.nav-pills-secondary> li.active> a,
.nav-pills-secondary> li.active> a:hover,
.nav-pills-secondary> li.active> a:focus {
  color: #e95f46;
  border-bottom: none;
  background-color: rgba(208, 145, 126, 0.26);
}

.nav-pills-secondary> li> a:hover {
  background-color: #f3f3ef;
}

@media only screen and (max-width: 767px) {
  .nav-responsive {
    max-height: 300px;
    overflow-y: scroll;
    border: solid 1px #e9e9e9;
    border-radius: 6px;
    padding-top: 15px;
  }
}

.navbar {
  font-size: 14px;
  min-height: 65px;
  margin-bottom: 0px;
  border: none;
  border-radius: 6px;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  box-shadow: none;
  padding-right: 21px;
  padding-left: 21px;
}

@media (min-width: 768px) {
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -36px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child> .dropdown:last-child> a {
    border-radius: 0 6px 6px 0;
  }
  .navbar-fixed-top .navbar-collapse .navbar-right:last-child {
  	margin-right: -15px;
  }
  .navbar-fixed-bottom .navbar-collapse .navbar-right:last-child {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-bottom: 20px;
  }
}

.navbar-inner> .container-fluid> .navbar-collapse {
  margin-right: -36px;
  margin-left: -36px;
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0;
  border-radius: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  z-index: 1030;
  border-radius: 0;
}

.navbar-fixed-top {
  border-width: 0;
  box-shadow: inset 0 0 #d7dee0, 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 #d7dee0, 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.navbar-fixed-bottom {
  margin-bottom: 0;
  border-width: 0;
}

.navbar-brand {
  font-size: 25px;
  line-height: 1.18;
  padding: 20px 0px 20px 0;
  font-weight: 100;
}

.navbar-brand> [class*="icon-"] {
  font-size: 19px;
  line-height: 1.263;
  vertical-align: top;
}

@media (min-width: 768px) {
  .navbar> .container .navbar-brand,
  .navbar> .container-fluid .navbar-brand {
    margin-left: 0;
  }
  .navbar> .container .navbar-header .navbar-btn,
  .navbar> .container-fluid .navbar-header .navbar-btn {
    display: none;
  }
}

@media (max-width: 768px) {
  .navbar> .container .navbar-brand,
  .navbar> .container-fluid .navbar-brand {
    width: 100%;
    font-size: 22px;
    margin-top: -56px;
  }
  .navbar> .container .navbar-header .navbar-btn,
  .navbar> .container-fluid .navbar-header .navbar-btn {
    margin-top: -38px;
    margin-bottom: 15px;
    float: right;
    margin-right: 20px;
  }
}

.navbar-toggle {
  border: none;
  color: #414143;
  float: left;
  margin: 0;
  padding: 4px 21px;
  height: 53px;
  line-height: 53px;
  /*  margin-top: -36px;*/
}

.navbar-toggle:before {
  color: #ddd;
  content: "\e9e8";
  font-family: "nubia";
  font-size: 42px;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: color 0.05s ease-out;
  transition: color 0.05s ease-out;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
  outline: none;
}

.navbar-toggle:hover:before,
.navbar-toggle:focus:before {
/*  color: #f23300;*/
}

.navbar-toggle .icon-bar {
  display: none;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 0;
}

.navbar-nav> li> a {
  font-size: 13px;
  padding: 20px 15px;
  line-height: 34px;
  line-height: 3px\9;
}

.navbar-nav .dropdown-toggle .caret {
  border-top-color: #e95f46;
  border-bottom-color: #e95f46;
  border-width: 5px 4px 0;
  margin-left: 6px;
}

.navbar-nav> li> a:hover,
.navbar-nav> li> a:focus,
.navbar-nav .open> a:focus,
.navbar-nav .open> a:hover {
  background-color: transparent;
}

.navbar-nav> li> a:hover .caret,
.navbar-nav> li> a:focus .caret,
.navbar-nav .open> a:focus .caret,
.navbar-nav .open> a:hover .caret {
  border-top-color: #f23300;
  border-bottom-color: #f23300;
}

.navbar-nav [class^="icon-"] {
  line-height: 17px;
  position: relative;
  top: 3px;
  font-size: 18px
}

.navbar-nav .visible-sm> [class^="icon-"],
.navbar-nav .visible-xs> [class^="icon-"] {
  margin-left: 12px;
}

@media (max-width: 767px) {
  .navbar-nav {
    margin: 0 -21px;
  }
  .sidebar-menu .navbar-nav {
    margin: 0;
  }
  .navbar-nav .open .dropdown-menu> li> a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 7px 15px 7px 31px !important;
  }
  .navbar-nav .open .dropdown-menu> li> a {
    line-height: 23px;
  }
  .navbar-nav> li> a {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

.navbar-input {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.4;
  border-radius: 3px;
}

select.navbar-input {
  height: 35px;
  line-height: 35px;
}

textarea.navbar-input,
select[multiple].navbar-input {
  height: auto;
}

.navbar-form {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 19px;
  padding-left: 19px;
  padding-top: 9px;
  padding-bottom: 9px;
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .navbar-form {
    margin: 3px -21px;
    width: auto;
  }
}

@media (min-width: 768px) {
  .navbar-nav+ .navbar-form.navbar-left,
  .navbar-form.navbar-right:last-child {
    width: 260px;
  }
}

.navbar-form .form-control,
.navbar-form .input-group-addon,
.navbar-form .btn {
  /*  height: 34px;*/
  /*  padding: 5px 10px;*/
  font-size: 13px;
  /*  line-height: 1.4;*/
  border-radius: 3px;
}

select.navbar-form .form-control,
select.navbar-form .input-group-addon,
select.navbar-form .btn {
  /*  height: 34px;
    line-height: 34px;*/
}

textarea.navbar-form .form-control,
textarea.navbar-form .input-group-addon,
textarea.navbar-form .btn,
select[multiple].navbar-form .form-control,
select[multiple].navbar-form .input-group-addon,
select[multiple].navbar-form .btn {
  height: auto;
}

.navbar-form .input-group .form-control:first-child,
.navbar-form .input-group-addon:first-child,
.navbar-form .input-group-btn:first-child> .btn,
.navbar-form .input-group-btn:first-child> .dropdown-toggle,
.navbar-form .input-group-btn:last-child> .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.navbar-form .input-group .form-control:last-child,
.navbar-form .input-group-addon:last-child,
.navbar-form .input-group-btn:last-child> .btn,
.navbar-form .input-group-btn:last-child> .dropdown-toggle,
.navbar-form .input-group-btn:first-child> .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.navbar-form .form-control {
  /*  font-size: 15px;*/
  /*  border-radius: 5px;*/
  display: table-cell;
}

.navbar-form .form-group+ .btn {
  /*  font-size: 15px;*/
  /*  border-radius: 5px;*/
  margin-left: 4px;
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 0;
  }
  .navbar-form .form-group+ .btn {
    margin-top: 9px;
    margin-left: 0;
  }
}

.navbar-nav> li> .dropdown-menu {
  min-width: 100%;
  border-radius: 2px;
}

@media (max-width: 767px) {
  .navbar-nav> li> .dropdown-menu {
    -webkit-transition: all 0s;
    transition: all 0s;
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-nav> li.open> .dropdown-menu {
    margin-top: 0 !important;
    display: block;
  }
}

.navbar-fixed-bottom .navbar-nav> li> .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.navbar-nav> .open> .dropdown-toggle,
.navbar-nav> .open> .dropdown-toggle:focus,
.navbar-nav> .open> .dropdown-toggle:hover {
  background-color: transparent;
}

.navbar-text {
  font-size: 16px;
  line-height: 1.438;
  color: #414143;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    margin-left: 21px;
    margin-right: 21px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

.navbar-btn {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.navbar-btn.btn-sm {
  margin-top: 5px;
  margin-bottom: 5px;
}

.navbar-btn.btn-xs {
  margin-top: 25px;
  margin-bottom: 20px;
}

.navbar-unread,
.navbar-new {
  background-color: #f23300;
  border-radius: 50%;
  color: #ffffff;
  font-size: 0;
  height: 6px;
  line-height: 1;
  position: absolute;
  right: 12px;
  text-align: center;
  top: 35%;
  width: 6px;
  z-index: 10;
}

@media (max-width: 768px) {
  .navbar-unread,
  .navbar-new {
    position: static;
    float: right;
    margin: 0 0 0 10px;
  }
}

.active .navbar-unread,
.active .navbar-new {
  background-color: #ffffff;
  display: none;
}

.navbar-new {
  background-color: #e9573f;
  font-size: 12px;
  height: 18px;
  line-height: 17px;
  margin: -6px -10px;
  min-width: 18px;
  padding: 0 1px;
  width: auto;
  -webkit-font-smoothing: subpixel-antialiased;
}

.navbar-default {
  background-color: #fff;
}

.navbar-default .navbar-brand {
  color: #414143;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #f23300;
  background-color: transparent;
}

.navbar-default .navbar-toggle:before {
  color: #414143;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle:hover:before,
.navbar-default .navbar-toggle:focus:before {
  color: #f23300;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-width: 0px;
}

.navbar-default .navbar-nav> li> a {
  color: #414143;
}

.navbar-default .navbar-nav> li> a:hover,
.navbar-default .navbar-nav> li> a:focus {
  color: #f23300;
  background-color: transparent;
}

.navbar-default .navbar-nav> .active> a,
.navbar-default .navbar-nav> .active> a:hover,
.navbar-default .navbar-nav> .active> a:focus {
  color: #f23300;
  background-color: transparent;
}

.navbar-default .navbar-nav> .disabled> a,
.navbar-default .navbar-nav> .disabled> a:hover,
.navbar-default .navbar-nav> .disabled> a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-nav> .dropdown> a .caret {
  border-top-color: #414143;
  border-bottom-color: #414143;
}

.navbar-default .navbar-nav> .active> a .caret {
  border-top-color: #f23300;
  border-bottom-color: #f23300;
}

.navbar-default .navbar-nav> .dropdown> a:hover .caret,
.navbar-default .navbar-nav> .dropdown> a:focus .caret {
  border-top-color: #f23300;
  border-bottom-color: #f23300;
}

.navbar-default .navbar-nav> .open> a,
.navbar-default .navbar-nav> .open> a:hover,
.navbar-default .navbar-nav> .open> a:focus {
  background-color: transparent;
  color: #f23300;
}

.navbar-default .navbar-nav> .open> a .caret,
.navbar-default .navbar-nav> .open> a:hover .caret,
.navbar-default .navbar-nav> .open> a:focus .caret {
  border-top-color: #f23300;
  border-bottom-color: #f23300;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu> li> a {
    color: #414143;
  }
  .navbar-default .navbar-nav .open .dropdown-menu> li> a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu> li> a:focus {
    color: #f23300;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu> .active> a,
  .navbar-default .navbar-nav .open .dropdown-menu> .active> a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu> .active> a:focus {
    color: #f23300;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu> .disabled> a,
  .navbar-default .navbar-nav .open .dropdown-menu> .disabled> a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu> .disabled> a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-form .form-control {
  border-color: transparent;
}

.navbar-default .navbar-form .form-control:-moz-placeholder {
  color: #aeb6bf;
}

.navbar-default .navbar-form .form-control::-moz-placeholder {
  color: #aeb6bf;
  opacity: 1;
}

.navbar-default .navbar-form .form-control:-ms-input-placeholder {
  color: #aeb6bf;
}

.navbar-default .navbar-form .form-control::-webkit-input-placeholder {
  color: #aeb6bf;
}

.navbar-default .navbar-form .form-control.placeholder {
  color: #aeb6bf;
}

.navbar-default .navbar-form .form-control:focus {
  border-color: #e95f46;
  color: #f23300;
}

.navbar-default .navbar-form .input-group-btn .btn {
  border-color: transparent;
  /*  color: #919ba4;*/
}

.navbar-default .navbar-form .input-group.focus .form-control,
.navbar-default .navbar-form .input-group.focus .input-group-btn .btn {
  border-color: #e95f46;
  color: #f23300;
}

.navbar-default .navbar-text {
  color: #414143;
}

.navbar-default .navbar-text a {
  color: #414143;
}

.navbar-default .navbar-text a:hover,
.navbar-default .navbar-text a:focus {
  color: #f23300;
}

.navbar-inner {
  margin-bottom: 20px;
  min-height: 30px;
  border-bottom: 1px solid #eff1f3;
  border-radius: 0px;
  /*  background-color: #F0EFEC;*/
}

.navbar-inner .navbar-brand {
  color: #414143;
}

.navbar-inner .navbar-brand:hover,
.navbar-inner .navbar-brand:focus {
  color: #f23300;
  background-color: transparent;
}

.navbar-inner .navbar-toggle:before {
  color: #414143;
}

.navbar-inner .navbar-toggle:hover,
.navbar-inner .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-inner .navbar-toggle:hover:before,
.navbar-inner .navbar-toggle:focus:before {
  color: #f23300;
}

.navbar-inner .navbar-collapse,
.navbar-inner .navbar-form {
  border-width: 2px;
}

.navbar-inner .navbar-nav> li> a,
.navbar-inner .navbar-nav> li> span.divider {
  color: #606463;
  font-size: 13px;
  text-transform: none;
  font-family: inherit;
  line-height: 24px;
  padding: 1px 19px 5px;
}

.navbar-inner .navbar-nav> li> span.divider {
  border-left: 1px solid #dbdddf;
  padding: 0 0 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.navbar-inner .navbar-nav> li> a:active,
.navbar-inner .navbar-nav> li> a:active:hover {
  /*  background-color: #E8E7E4;*/
}

.navbar-inner .navbar-nav> li> a:hover,
.navbar-inner .navbar-nav> li> a:focus {
  /*  background-color: #F0EFEC;*/
  color: #54B180;
}

.navbar-inner .navbar-nav> .active> a,
.navbar-inner .navbar-nav> .active> a:hover,
.navbar-inner .navbar-nav> .active> a:focus {
  font-weight: bold;
  color: #e95f46;
  border-bottom: 1px solid #e95f46;
}

.navbar-inner .navbar-nav> .disabled> a,
.navbar-inner .navbar-nav> .disabled> a:hover,
.navbar-inner .navbar-nav> .disabled> a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-inner .navbar-nav> .dropdown> a .caret {
  border-top-color: #414143;
  border-bottom-color: #414143;
}

.navbar-inner .navbar-nav> .active> a .caret {
  border-top-color: #f23300;
  border-bottom-color: #f23300;
}

.navbar-inner .navbar-nav> .dropdown> a:hover .caret,
.navbar-inner .navbar-nav> .dropdown> a:focus .caret {
  border-top-color: #f23300;
  border-bottom-color: #f23300;
}

.navbar-inner .navbar-nav> .open> a,
.navbar-inner .navbar-nav> .open> a:hover,
.navbar-inner .navbar-nav> .open> a:focus {
  background-color: transparent;
  color: #f23300;
}

.navbar-inner .navbar-nav> .open> a .caret,
.navbar-inner .navbar-nav> .open> a:hover .caret,
.navbar-inner .navbar-nav> .open> a:focus .caret {
  border-top-color: #f23300;
  border-bottom-color: #f23300;
}

@media (max-width: 767px) {
  .navbar-inner .navbar-nav .open .dropdown-menu> li> a {
    color: #414143;
  }
  .navbar-inner .navbar-nav .open .dropdown-menu> li> a:hover,
  .navbar-inner .navbar-nav .open .dropdown-menu> li> a:focus {
    color: #f23300;
    background-color: transparent;
  }
  .navbar-inner .navbar-nav .open .dropdown-menu> .active> a,
  .navbar-inner .navbar-nav .open .dropdown-menu> .active> a:hover,
  .navbar-inner .navbar-nav .open .dropdown-menu> .active> a:focus {
    color: #f23300;
    background-color: transparent;
  }
  .navbar-inner .navbar-nav .open .dropdown-menu> .disabled> a,
  .navbar-inner .navbar-nav .open .dropdown-menu> .disabled> a:hover,
  .navbar-inner .navbar-nav .open .dropdown-menu> .disabled> a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

.navbar-inner .navbar-form .form-control {
  border-color: transparent;
}

.navbar-inner .navbar-form .form-control:-moz-placeholder {
  color: #aeb6bf;
}

.navbar-inner .navbar-form .form-control::-moz-placeholder {
  color: #aeb6bf;
  opacity: 1;
}

.navbar-inner .navbar-form .form-control:-ms-input-placeholder {
  color: #aeb6bf;
}

.navbar-inner .navbar-form .form-control::-webkit-input-placeholder {
  color: #aeb6bf;
}

.navbar-inner .navbar-form .form-control.placeholder {
  color: #aeb6bf;
}

.navbar-inner .navbar-form .form-control:focus {
  border-color: #e95f46;
  color: #f23300;
}

.navbar-inner .navbar-form .input-group-btn .btn {
  border-color: transparent;
  color: #919ba4;
}

.navbar-inner .navbar-form .input-group.focus .form-control,
.navbar-inner .navbar-form .input-group.focus .input-group-btn .btn {
  border-color: #e95f46;
  color: #f23300;
}

.navbar-inner .navbar-text {
  color: #414143;
}

.navbar-inner .navbar-text a {
  color: #414143;
}

.navbar-inner .navbar-text a:hover,
.navbar-inner .navbar-text a:focus {
  color: #f23300;
}

.navbar-inverse {
  background-color: #000;
}

.navbar-inverse .navbar-brand {
  color: #ffffff;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #f23300;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle:before {
  color: #ffffff;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-inverse .navbar-toggle:hover:before,
.navbar-inverse .navbar-toggle:focus:before {
  color: #f23300;
}

.navbar-inverse .navbar-collapse {
  border-color: #f23300;
  border-width: 0px;
}

.navbar-inverse .navbar-nav> li> a {
  color: #fff;
  padding: 20px 19px;
  font-size: 14px;
  line-height: 20px;
}

.navbar-inverse .navbar-nav> li> a:hover,
.navbar-inverse .navbar-nav> li> a:focus,
.navbar-inverse .navbar-nav> .active> a:hover,
.navbar-inverse .navbar-nav> .active> a:focus {
  color: #e95f46;
}

.navbar-inverse .navbar-nav> li> a.btn-circle {
  background-color: #414143;
  border-radius: 30px;
  text-align: center;
  margin: 7px;
  padding: 6px 10px 6px;
}

.navbar-inverse .navbar-nav> li> a.btn-circle> span.icon-th-menu {
  font-size: 13px;
  top: 2px;
}

.navbar-inverse .navbar-nav> li> a.btn-circle:hover {
  background-color: #3A3D3D;
}

.navbar-inverse .navbar-nav> li> a.btn-circle:active,
.navbar-inverse .navbar-nav> li> a:active,
.navbar-inverse .navbar-nav> .active> a {
  background-color: #DF3D25;
}

.navbar-inverse .navbar-nav> .disabled> a,
.navbar-inverse .navbar-nav> .disabled> a:hover,
.navbar-inverse .navbar-nav> .disabled> a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-nav> .dropdown> a:hover .caret,
.navbar-inverse .navbar-nav> .dropdown> a:focus .caret {
  border-top-color: #f23300;
  border-bottom-color: #f23300;
}

.navbar-inverse .navbar-nav> .open> a,
.navbar-inverse .navbar-nav> .open> a:hover,
.navbar-inverse .navbar-nav> .open> a:focus {
  background-color: #353536;
  color: #ffffff;
  border-left-color: transparent;
}

.navbar-inverse .navbar-nav> .open> a .caret,
.navbar-inverse .navbar-nav> .open> a:hover .caret,
.navbar-inverse .navbar-nav> .open> a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-nav> .dropdown> a .caret {
  border-top-color: #4b6075;
  border-bottom-color: #4b6075;
}

.navbar-inverse .navbar-nav> .open> .dropdown-arrow {
  border-top-color: #353536;
  border-bottom-color: #353536;
}

.navbar-inverse .navbar-nav> .open> .dropdown-menu {
  background-color: #353536;
  padding: 3px 4px;
}

.navbar-inverse .navbar-nav> .open> .dropdown-menu> li> a {
  color: #fff;
  border-radius: 2px;
  padding: 6px 9px;
}

.navbar-inverse .navbar-nav> .open> .dropdown-menu> li> a:hover,
.navbar-inverse .navbar-nav> .open> .dropdown-menu> li> a:focus {
  background: #e95f46;
  color: #414143;
}

.navbar-inverse .navbar-nav> .open> .dropdown-menu> .divider {
  background-color: #444;
  height: 2px;
  margin-left: -4px;
  margin-right: -4px;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav> li> a {
    border-left-width: 0;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu> li> a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu> li> a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu> li> a:focus {
    color: #f23300;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu> .active> a,
  .navbar-inverse .navbar-nav .open .dropdown-menu> .active> a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu> .active> a:focus {
    color: #ffffff;
    background-color: #f23300;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu> .disabled> a,
  .navbar-inverse .navbar-nav .open .dropdown-menu> .disabled> a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu> .disabled> a:focus {
    color: #444444;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .dropdown-menu .divider {
    background-color: #2f4154;
  }
}

.navbar-inverse .navbar-form .form-control {
  border-color: transparent;
}

.navbar-inverse .navbar-form .form-control:focus {
  border-color: #e95f46;
  color: #f23300;
}

.navbar-inverse .navbar-form .btn {
  color: #ffffff;
  background-color: #f23300;
}

.navbar-inverse .navbar-form .btn:hover,
.navbar-inverse .navbar-form .btn.hover,
.navbar-inverse .navbar-form .btn:focus,
.navbar-inverse .navbar-form .btn:active,
.navbar-inverse .navbar-form .btn.active,
.open .dropdown-toggle.navbar-inverse .navbar-form .btn {
  color: #ffffff;
  background-color: #f2503c;
  border-color: #f2503c;
}

.navbar-inverse .navbar-form .btn:active,
.navbar-inverse .navbar-form .btn.active,
.open .dropdown-toggle.navbar-inverse .navbar-form .btn {
  background: #e95f46;
  border-color: #e95f46;
}

.navbar-inverse .navbar-form .btn.disabled,
.navbar-inverse .navbar-form .btn[disabled],
fieldset[disabled] .navbar-inverse .navbar-form .btn,
.navbar-inverse .navbar-form .btn.disabled:hover,
.navbar-inverse .navbar-form .btn[disabled]:hover,
fieldset[disabled] .navbar-inverse .navbar-form .btn:hover,
.navbar-inverse .navbar-form .btn.disabled.hover,
.navbar-inverse .navbar-form .btn[disabled].hover,
fieldset[disabled] .navbar-inverse .navbar-form .btn.hover,
.navbar-inverse .navbar-form .btn.disabled:focus,
.navbar-inverse .navbar-form .btn[disabled]:focus,
fieldset[disabled] .navbar-inverse .navbar-form .btn:focus,
.navbar-inverse .navbar-form .btn.disabled:active,
.navbar-inverse .navbar-form .btn[disabled]:active,
fieldset[disabled] .navbar-inverse .navbar-form .btn:active,
.navbar-inverse .navbar-form .btn.disabled.active,
.navbar-inverse .navbar-form .btn[disabled].active,
fieldset[disabled] .navbar-inverse .navbar-form .btn.active {
  background-color: #f23300;
  border-color: #f23300;
}

.navbar-inverse .navbar-form .btn .badge {
  color: #f23300;
  background-color: #ffffff;
}

.navbar-inverse .navbar-form .input-group-btn .btn {
  border-color: transparent;
  background-color: #f56c3c;
}

.navbar-inverse .navbar-form .input-group.focus .form-control,
.navbar-inverse .navbar-form .input-group.focus .input-group-btn .btn {
  border-color: #e95f46;
  color: #f23300;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-form {
    border-color: #2f4154;
    border-width: 2px 0;
  }
}

.navbar-inverse .navbar-text {
  color: #ffffff;
}

.navbar-inverse .navbar-text a {
  color: #ffffff;
}

.navbar-inverse .navbar-text a:hover,
.navbar-inverse .navbar-text a:focus {
  color: #f23300;
}

.navbar-inverse .navbar-btn {
  color: #ffffff;
  background-color: #f23300;
}

.navbar-inverse .navbar-btn:hover,
.navbar-inverse .navbar-btn.hover,
.navbar-inverse .navbar-btn:focus,
.navbar-inverse .navbar-btn:active,
.navbar-inverse .navbar-btn.active,
.open .dropdown-toggle.navbar-inverse .navbar-btn {
  color: #ffffff;
  background-color: #f2503c;
  border-color: #f2503c;
}

.navbar-inverse .navbar-btn:active,
.navbar-inverse .navbar-btn.active,
.open .dropdown-toggle.navbar-inverse .navbar-btn {
  background: #e95f46;
  border-color: #e95f46;
}

.navbar-inverse .navbar-btn.disabled,
.navbar-inverse .navbar-btn[disabled],
fieldset[disabled] .navbar-inverse .navbar-btn,
.navbar-inverse .navbar-btn.disabled:hover,
.navbar-inverse .navbar-btn[disabled]:hover,
fieldset[disabled] .navbar-inverse .navbar-btn:hover,
.navbar-inverse .navbar-btn.disabled.hover,
.navbar-inverse .navbar-btn[disabled].hover,
fieldset[disabled] .navbar-inverse .navbar-btn.hover,
.navbar-inverse .navbar-btn.disabled:focus,
.navbar-inverse .navbar-btn[disabled]:focus,
fieldset[disabled] .navbar-inverse .navbar-btn:focus,
.navbar-inverse .navbar-btn.disabled:active,
.navbar-inverse .navbar-btn[disabled]:active,
fieldset[disabled] .navbar-inverse .navbar-btn:active,
.navbar-inverse .navbar-btn.disabled.active,
.navbar-inverse .navbar-btn[disabled].active,
fieldset[disabled] .navbar-inverse .navbar-btn.active {
  background-color: #f23300;
  border-color: #f23300;
}

.navbar-inverse .navbar-btn .badge {
  color: #f23300;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  .navbar-embossed> .navbar-collapse {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  }
  .navbar-embossed.navbar-inverse .navbar-nav .active> a,
  .navbar-embossed.navbar-inverse .navbar-nav .open> a {
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  }
}

.navbar-lg {
  min-height: 76px;
}

.navbar-lg .navbar-brand {
  line-height: 1;
  padding-top: 26px;
  padding-bottom: 26px;
}

.navbar-lg .navbar-brand> [class*="icon-"] {
  font-size: 24px;
  line-height: 1;
}

.navbar-lg .navbar-nav> li> a {
  font-size: 15px;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .navbar-lg .navbar-nav> li> a {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}

.navbar-lg .navbar-toggle {
  height: 76px;
  line-height: 76px;
}

.navbar-lg .navbar-form {
  padding-top: 20.5px;
  padding-bottom: 20.5px;
}

.navbar-lg .navbar-text {
  padding-top: 26.5px;
  padding-bottom: 26.5px;
}

.navbar-lg .navbar-btn {
  margin-top: 17.5px;
  margin-bottom: 17.5px;
}

.navbar-lg .navbar-btn.btn-sm {
  margin-top: 20.5px;
  margin-bottom: 20.5px;
}

.navbar-lg .navbar-btn.btn-xs {
  margin-top: 25.5px;
  margin-bottom: 25.5px;
}

.dropdown-menu {
  background-color: #fff;
  border: none;
  border-radius: 6px;
  margin-top: 8px;
  opacity: 0;
  padding: 3px;
  visibility: hidden;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-size: 12px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.open> .dropdown-menu {
  margin-top: 12px !important;
  opacity: 1;
  visibility: visible;
}

.dropdown-menu li:first-child dt+ a {
  border-radius: 0;
}

.dropdown-menu li:first-child> a {
  border-radius: 6px 6px 0 0;
  padding-top: 8px;
}

.dropdown-menu li:last-child> a {
  border-radius: 0 0 6px 6px;
  padding-bottom: 10px;
}

.dropdown-menu li.active> a,
.dropdown-menu li.selected> a,
.dropdown-menu li.active> a.highlighted,
.dropdown-menu li.selected> a.highlighted {
  background-color: #f38d7d;
}

.dropdown-menu li.active> a:hover,
.dropdown-menu li.selected> a:hover,
.dropdown-menu li.active> a.highlighted:hover,
.dropdown-menu li.selected> a.highlighted:hover,
.dropdown-menu li.active> a:focus,
.dropdown-menu li.selected> a:focus,
.dropdown-menu li.active> a.highlighted:focus,
.dropdown-menu li.selected> a.highlighted:focus {
  background-color: #ff968c;
}

.dropdown-menu li> a {
  color: rgba(31, 31, 31, 0.65);
  padding: 5px 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0.65, 0.045, 0.35, 1);
  transition: all 0.2s cubic-bezier(0.65, 0.045, 0.35, 1);
}

.dropdown-menu li> a:before,
.dropdown-menu li> a:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.dropdown-menu li> a:after {
  clear: both;
}

.dropdown-menu li> a:hover,
.dropdown-menu li> a:active,
.dropdown-menu li> a:focus {
  background: #f2f2f2;
  color: inherit;
  outline: none;
}

.dropdown-menu li> a.highlighted {
  background: #555;
  color: #ffffff;
}

.dropdown-menu li> a.highlighted:hover,
.dropdown-menu li> a.highlighted:focus {
  background: #ff968c;
  color: #ffffff;
}

.dropdown-menu li> a:before {
  float: right;
  margin-top: 1px;
}

.dropdown-menu li dt {
  margin-bottom: 3px;
  margin-top: 12px;
  padding: 0 15px;
}

.dropdown-menu .divider {
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: #efefef;
}

.dropdown-menu.dropdown-inverse .divider {
  background-color: #555;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  margin-bottom: 8px;
}

.dropup .dropdown-arrow,
.navbar-fixed-bottom .dropdown .dropdown-arrow {
  border-bottom: none;
  border-top: 8px outset #3b8ada;
  bottom: 100%;
  top: auto;
}

.navbar-fixed-bottom .nav> li> ul:before {
  border-bottom: none;
  border-top: 9px outset #414143;
  bottom: 4px;
  top: auto;
}

.open.dropup> .dropdown-menu {
  margin-bottom: 18px;
}

.open.dropup> .dropdown-arrow {
  margin-bottom: 10px;
}

.open.dropup> .dropdown-arrow.dropdown-arrow-inverse {
  border-top-color: #414143;
}

.open> .dropdown-arrow {
  margin-top: 6px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dropdown-arrow {
  border-style: solid;
  border-width: 0 8px 7px;
  border-color: transparent transparent #ECECEE transparent;
  height: 0;
  margin-top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  right: 16px;
  top: 100%;
  width: 0;
  z-index: 10;
  -webkit-transform: rotate(360deg);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.dropdown-arrow-inverse {
  border-color: transparent transparent #353536 transparent;
}

.dropdown-inverse {
  background-color: #333333;
  color: #cccccc;
  padding: 4px 0 6px;
}

.dropdown-inverse li:first-child> a,
.dropdown-inverse li:last-child> a {
  border-radius: 0px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.dropdown-inverse li:first-child dt+ a,
.dropdown-inverse li:last-child dt+ a {
  border-radius: 2px;
}

.dropdown-inverse li.active> a,
.dropdown-inverse li.selected> a {
  background-color: #fc785f;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.dropdown-inverse li dt {
  padding-left: 11px;
  padding-right: 11px;
}

.dropdown-inverse li .divider {
  margin-left: 11px;
  margin-right: 11px;
}

.dropdown-inverse li> a {
  border-radius: 0px;
  color: #ffffff;
  padding: 10px 11px 14px;
}

.dropdown-inverse li> a:hover,
.dropdown-inverse li> a:active,
.dropdown-inverse li> a:focus {
  background: #ed664c;
  color: #fff;
}

.dropdown-inverse li> a.highlighted {
  background: #555;
}

.dropdown-inverse li.active> a:hover,
.dropdown-inverse li.selected> a:hover,
.dropdown-inverse li.active> a.highlighted:hover,
.dropdown-inverse li.selected> a.highlighted:hover,
.dropdown-inverse li.active> a:focus,
.dropdown-inverse li.selected> a:focus,
.dropdown-inverse li.active> a.highlighted:focus,
.dropdown-inverse li.selected> a.highlighted:focus {
  background-color: #fd8b75;
}

.dropdown-inverse li .divider {
  background-color: #526476;
  border-bottom-color: #526476;
}

.dropdown-medium .dropdown-menu {
  left: auto;
  right: 0;
  width: 320px;
  border-radius: 3px;
}

.dropdown-medium .nav> li> a {
  font-size: 17px;
  padding: 0.75em;
  margin: 0.3em 0;
}

.dropdown-medium .nav> li> a:hover,
.dropdown-medium .nav> li> a:focus {
  background: transparent;
  color: #888;
}

.dropdown-large {
  position: static !important;
}

.dropdown-menu-large {
  padding: 15px 0px 0px;
  top: auto;
  left: 15%;
}

.dropdown-menu-large> li {
  margin-bottom: 15px;
}

.dropdown-menu-large> li> a {
  min-height: 180px;
  border: 2px solid #4d4d4f;
  padding: 0!important;
  margin: 0;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  display: block;
  white-space: normal;
}

.dropdown-menu-large> li> a .icon-check {
  color: #e95f46;
}

.dropdown-menu-large> li.active> a,
.dropdown-menu-large> li.active> a:hover,
.dropdown-menu-large> li a:hover,
.dropdown-menu-large> li a:focus {
  background-color: transparent;
  text-decoration: none;
  border-color: #42c294;
  color: #fff;
}

.dropdown-menu-large .disabled> a,
.dropdown-menu-large .disabled> a:hover,
.dropdown-menu-large .disabled> a:focus {
  color: #999999;
}

.dropdown-menu-large .disabled> a:hover,
.dropdown-menu-large .disabled> a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}

.dropdown-menu-large .dropdown-header {
  background-color: #4d4d4f;
  color: #f4f3f0;
  font-size: 22px;
  font-weight: 100;
  letter-spacing: 2px;
  padding-top: 10px;
  height: 55px;
}

.dropdown-menu-large .disabled .dropdown-header {
  color: #80807d;
}

@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0;
    margin-right: 0;
    width: width: 700px;
    ;
  }
  .dropdown-menu-large> li {
    margin-bottom: 10px;
  }
  .dropdown-menu-large> li:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-large {
    left: 35%;
  }
}

.list-group {
  box-shadow: 0 1px 2px rgba(186, 186, 186, 0.2);
}

.list-group-item {
  border-top: 1px solid #efefef;
  padding: 7px 12px;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #4C4B4A;
  border-color: #4C4B4A;
  font-weight: bold;
}

a.list-group-item:hover,
a.list-group-item:focus {
  background-color: #FAFAFA;
}

.list-group-item:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.list-group-item:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

a.list-group-item .list-group-item-text {
  color: #999;
  font-weight: 200;
}

a.list-group-item .list-group-item-heading,
a.list-group-item:hover .list-group-item-text {
  color: #555961;
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #fff;
}

.list-group-item-heading .label {
  padding: .4em .6em 0em;
  line-height: 1;
}

.list-table .row {
  border-top: 1px solid #f4f3f0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.list-table .row:first-child {
  border-top: none;
}

.list-table .row.list-table-header {
  background-color: #F5F7FA;
  border-radius: 6px 6px 0 0;
}

.list-table .row a {
  margin: 7px 5px 0 0;
}

.list-table .row .title {
  color: #A5A5A8;
  margin-bottom: 10px;
  font-size: 0.9em;
}

.list-table .row p {
  margin: 3px 0 5px;
}

.card {
  background-color: #fff;
  /*  padding: 15px 20px 1.5em;*/
  padding: 25px 20px 1.5em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: inset 0 0 #d7dee0, 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 #d7dee0, 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .card {
    padding: 15px 20px;
  }
}

.card-title {
  min-height: 50px;
  line-height: 20px;
  text-align: center;
  color: #e95f46;
  border-bottom: 1px solid #e95f46;
  font-size: 21px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.card-tabs> ul.nav-tabs {
  margin-bottom: -1px;
}

.card-tabs> ul.nav-tabs> li> a {
  line-height: 0.6;
  padding: 15px 19px 0px;
  min-height: 77px;
  text-align: left;
  -webkit-transition: color ease-in-out 0.25s;
  -moz-transition: color ease-in-out 0.25s;
  -ms-transition: color ease-in-out 0.25s;
  -o-transition: color ease-in-out 0.25s;
  transition: color ease-in-out 0.25s;
}

@media (min-width: 768px) {
  .card-tabs> ul.nav-tabs.nav-justified> li.active> a {
    border-radius: .625em .625em 0 0;
  }
}

.card-nav {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 35px;
}

.card-nav a {
  color: #414143;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: -1px;
}

.card-nav .active {
  border-bottom: 1px solid #e95f46;
  height: 120px;
  margin-bottom: -1px;
  z-index: 200;
}

.card-nav.xl .active {
  height: 155px;
}

.card-nav .nav-title {
  font-size: 16px;
  padding: 20px 0 0;
  -webkit-transition: color ease-in-out 0.25s;
  -moz-transition: color ease-in-out 0.25s;
  -ms-transition: color ease-in-out 0.25s;
  -o-transition: color ease-in-out 0.25s;
  transition: color ease-in-out 0.25s;
}

.card-nav .active .nav-title,
.card-nav a:hover .nav-title {
  color: #e95f46;
}

.card-nav span {
  line-height: 1.5;
  color: #606463;
}

.card-nav .card-nav-icon {
  background-color: transparent;
  margin-top: 20px;
  margin-right: 18px;
  text-align: center;
  width: 50px;
  height: 50px;
  float: left;
  border-radius: 50%;
}

.card-nav .active .card-nav-icon {
  background-color: #e95f46;
  color: #fff;
}

.card-nav .card-nav-icon> [class^="icon-"] {
  line-height: 50px;
  vertical-align: middle;
  font-size: 30px;
}

@media screen and (max-width: 1023px) {
  .card-nav {
    margin-bottom: 28px;
  }
  .card-nav a {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .card-nav .card-nav-icon {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    float: none;
  }
  .card-nav .nav-title {
    text-align: center;
    padding-top: 12px;
    font-size: 14px;
  }
  .card-nav .active {
    height: 140px;
  }
}

.card-products {
  background: #fff;
  text-align: center;
  padding: 0 15px 15px;
  margin-bottom: 20px;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.card-products:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}

.card-products img {
  height: auto;
  max-height: 240px;
  margin: auto;
  width: 100%;
  max-width: 240px;
  padding: 30px;
  display: block;
}

.card-products h5 {
font-size: 16px;
font-weight: 100;
color: #555;

}
.card-products h6 {
font-size: 12px;
font-weight: 600;
}

.table {
  font-size: 13px;
}

.table> thead> tr> th,
.table> tbody> tr> th,
.table> tfoot> tr> th,
.table> thead> tr> td,
.table> tbody> tr> td,
.table> tfoot> tr> td {
  padding: 10px 11px;
  line-height: 1.481;
  vertical-align: middle;
}

.table> thead> tr> th,
.table> tbody> tr> th,
.table> tfoot> tr> th {
  border-bottom: none;
  border-top: none;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 300;
  color: #555961;
  text-decoration: none;
  color: #313131;
  font-size: 12px;
  background-color: #f8f7f7;
}

.table> thead> tr> th.active,
.table> tbody> tr> th.active,
.table> tfoot> tr> th.active {
  background-color: #e95f46;
  color: #fff;
}

.table> thead> tr> th a,
.table> tbody> tr> th a,
.table> tfoot> tr> th a {
  color: #ACAEB3;
}

.table> thead> tr> th.active a,
.table> tbody> tr> th.active a,
.table> tfoot> tr> th.active a,
.table> thead> tr> th.active a:hover,
.table> tbody> tr> th.active a:hover,
.table> tfoot> tr> th.active a:hover {
  color: #fff;
}

.table> thead> tr> th a:hover,
.table> tbody> tr> th a:hover,
.table> tfoot> tr> th a:hover,
.table> thead> tr> th a:hover .icon-unsorted,
.table> tbody> tr> th a:hover .icon-unsorted,
.table> tfoot> tr> th a:hover .icon-unsorted {
  color: #54B180;
}

.table .checkbox,
.table .radio {
  margin: 0 0 0 -1px;
}

.table .checkbox.no-label,
.table .radio.no-label {
  padding-left: 0;
}

.table .selected-row> td {
  background-color: #E7F0F8!important;
}

.table .selected-row:hover> td {
  background-color: #D0F3E1!important;
}

.table img {
  vertical-align: top;
  min-height: 130px;
}

.table-inner {
  font-size: 13px;
}

.table-inner> thead> tr> th,
.table-inner> tbody> tr> th,
.table-inner> tfoot> tr> th,
.table-inner> thead> tr> td,
.table-inner> tbody> tr> td,
.table-inner> tfoot> tr> td {
  padding: 20px;
  border-top: 1px dashed #E0E0E0;
  vertical-align: middle;
}

.table-inner> thead> tr> th,
.table-inner> tbody> tr> th,
.table-inner> tfoot> tr> th {
  background: transparent;
  font-size: 14px;
  font-weight: 100;
}

.table.table-detailed.table-striped> tbody> tr.even> td,
.table.table-detailed.table-striped> tbody> tr.even> th,
.table-striped> tbody> tr:nth-child(even)> td,
.table-striped> tbody> tr.selected-row> td,
.table-striped> tbody> tr:nth-child(even)> th,
.table-striped> tbody> tr.selected-row> th {
  background-color: #F6F6F7;
}

.table.table-detailed.table-striped> tr.odd> td,
.table.table-detailed.table-striped> tr.odd> th,
.table-striped> tbody> tr:nth-child(odd)> td,
.table-striped> tbody> tr:nth-child(odd)> th {
  background-color: #fff;
}

.table-striped> thead> tr td,
.table-striped> tbody> tr td,
.table-striped> tfoot> tr td {
  border-bottom: 1px solid #ebedef;
  border-top: none!important;
}

.table-bordered {
  border: none!important;
  font-size: 13px;
  background-color: inherit!important;
}

.table-bordered> thead> tr th,
.table-bordered> tbody> tr th,
.table-bordered> tfoot> tr th,
.table-bordered> thead> tr td,
.table-bordered> tbody> tr td,
.table-bordered> tfoot> tr td {
  border: 1px solid #eef0f0 !important;
  padding-top: 8px;
  padding-bottom: 8px;
  vertical-align: middle;
}

.table-inline {
  border: 1px solid #eef0f0;
  font-size: 13px;
}

.table-inline> thead> tr th,
.table-inline> tbody> tr th,
.table-inline> tfoot> tr th,
.table-inline> thead> tr td,
.table-inline> tbody> tr td,
.table-inline> tfoot> tr td {
  border-top: 1px solid #eef0f0 !important;
  padding-top: 8px;
  padding-bottom: 8px;
  vertical-align: middle;
}

.table-condensed .btn-link {
  padding-top: 0;
  padding-bottom: 0;
}

.table-condensed> thead> tr> th,
.table-condensed> tbody> tr> th,
.table-condensed> tfoot> tr> th,
.table-condensed> thead> tr> td,
.table-condensed> tbody> tr> td,
.table-condensed> tfoot> tr> td {
  padding: 5px;
}

.table-hover> tbody> tr:hover> td,
.table-hover> tbody> tr:hover> th {
  background-color: #ebf3e6;
}

.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: #ecfaf2;
}

.table-hover> tbody> tr> td.success:hover,
.table-hover> tbody> tr> th.success:hover,
.table-hover> tbody> tr.success:hover> td,
.table-hover> tbody> tr.success:hover> th {
  background-color: #e4f8ed;
}

.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: #edf6fc;
}

.table-hover> tbody> tr> td.info:hover,
.table-hover> tbody> tr> th.info:hover,
.table-hover> tbody> tr.info:hover> td,
.table-hover> tbody> tr.info:hover> th {
  background-color: #e4f1fa;
}

.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: #fefae9;
}

.table-hover> tbody> tr> td.warning:hover,
.table-hover> tbody> tr> th.warning:hover,
.table-hover> tbody> tr.warning:hover> td,
.table-hover> tbody> tr.warning:hover> th {
  background-color: #fdf7e0;
}

.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: #fdefed;
}

.table-hover> tbody> tr> td.danger:hover,
.table-hover> tbody> tr> th.danger:hover,
.table-hover> tbody> tr.danger:hover> td,
.table-hover> tbody> tr.danger:hover> th {
  background-color: #fce7e4;
}

.table .caption-nodata {
  caption-side: bottom;
}

.table .caption-nodata,
.block-nodata {
  width: 100%;
  line-height: 120px;
  font-size: 14px;
  text-align: center;
  color: #888;
}

.table-responsive.xxl {
  width: 100%;
  margin-bottom: 15px;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border-left: 1px solid #eef0f0;
  border-right: 1px solid #eef0f0;
}

.table-responsive.xxl> .table {
  margin-bottom: 0;
}

.table-responsive.xxl> .table> thead> tr> th,
.table-responsive.xxl> .table> tbody> tr> th,
.table-responsive.xxl> .table> tfoot> tr> th,
.table-responsive.xxl> .table> thead> tr> td,
.table-responsive.xxl> .table> tbody> tr> td,
.table-responsive.xxl> .table> tfoot> tr> td {
  white-space: nowrap;
}

.table-responsive.xxl> .table-bordered {
  border: 0;
}

.table-responsive.xxl> .table-bordered> thead> tr> th:first-child,
.table-responsive.xxl> .table-bordered> tbody> tr> th:first-child,
.table-responsive.xxl> .table-bordered> tfoot> tr> th:first-child,
.table-responsive.xxl> .table-bordered> thead> tr> td:first-child,
.table-responsive.xxl> .table-bordered> tbody> tr> td:first-child,
.table-responsive.xxl> .table-bordered> tfoot> tr> td:first-child {
  border-left: 0;
}

.table-responsive.xxl> .table-bordered> thead> tr> th:last-child,
.table-responsive.xxl> .table-bordered> tbody> tr> th:last-child,
.table-responsive.xxl> .table-bordered> tfoot> tr> th:last-child,
.table-responsive.xxl> .table-bordered> thead> tr> td:last-child,
.table-responsive.xxl> .table-bordered> tbody> tr> td:last-child,
.table-responsive.xxl> .table-bordered> tfoot> tr> td:last-child {
  border-right: 0;
}

.table-responsive.xxl> .table-bordered> tbody> tr:last-child> th,
.table-responsive.xxl> .table-bordered> tfoot> tr:last-child> th,
.table-responsive.xxl> .table-bordered> tbody> tr:last-child> td,
.table-responsive.xxl> .table-bordered> tfoot> tr:last-child> td {
  border-bottom: 0;
}

@media (max-width: 1720px) {
  .table-responsive.xl {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border-left: 1px solid #eef0f0;
    border-right: 1px solid #eef0f0;
  }
  .table-responsive.xl> .table {
    margin-bottom: 0;
  }
  .table-responsive.xl> .table> thead> tr> th,
  .table-responsive.xl> .table> tbody> tr> th,
  .table-responsive.xl> .table> tfoot> tr> th,
  .table-responsive.xl> .table> thead> tr> td,
  .table-responsive.xl> .table> tbody> tr> td,
  .table-responsive.xl> .table> tfoot> tr> td {
    white-space: nowrap;
  }
  .table-responsive.xl> .table-bordered {
    border: 0;
  }
  .table-responsive.xl> .table-bordered> thead> tr> th:first-child,
  .table-responsive.xl> .table-bordered> tbody> tr> th:first-child,
  .table-responsive.xl> .table-bordered> tfoot> tr> th:first-child,
  .table-responsive.xl> .table-bordered> thead> tr> td:first-child,
  .table-responsive.xl> .table-bordered> tbody> tr> td:first-child,
  .table-responsive.xl> .table-bordered> tfoot> tr> td:first-child {
    border-left: 0;
  }
  .table-responsive.xl> .table-bordered> thead> tr> th:last-child,
  .table-responsive.xl> .table-bordered> tbody> tr> th:last-child,
  .table-responsive.xl> .table-bordered> tfoot> tr> th:last-child,
  .table-responsive.xl> .table-bordered> thead> tr> td:last-child,
  .table-responsive.xl> .table-bordered> tbody> tr> td:last-child,
  .table-responsive.xl> .table-bordered> tfoot> tr> td:last-child {
    border-right: 0;
  }
  .table-responsive.xl> .table-bordered> tbody> tr:last-child> th,
  .table-responsive.xl> .table-bordered> tfoot> tr:last-child> th,
  .table-responsive.xl> .table-bordered> tbody> tr:last-child> td,
  .table-responsive.xl> .table-bordered> tfoot> tr:last-child> td {
    border-bottom: 0;
  }
}

@media (max-width: 1199px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border-left: 1px solid #eef0f0;
    border-right: 1px solid #eef0f0;
  }
  .table-responsive> .table {
    margin-bottom: 0;
  }
  .table-responsive> .table> thead> tr> th,
  .table-responsive> .table> tbody> tr> th,
  .table-responsive> .table> tfoot> tr> th,
  .table-responsive> .table> thead> tr> td,
  .table-responsive> .table> tbody> tr> td,
  .table-responsive> .table> tfoot> tr> td {
    white-space: nowrap;
  }
  .table-responsive> .table-bordered {
    border: 0;
  }
  .table-responsive> .table-bordered> thead> tr> th:first-child,
  .table-responsive> .table-bordered> tbody> tr> th:first-child,
  .table-responsive> .table-bordered> tfoot> tr> th:first-child,
  .table-responsive> .table-bordered> thead> tr> td:first-child,
  .table-responsive> .table-bordered> tbody> tr> td:first-child,
  .table-responsive> .table-bordered> tfoot> tr> td:first-child {
    border-left: 0;
  }
  .table-responsive> .table-bordered> thead> tr> th:last-child,
  .table-responsive> .table-bordered> tbody> tr> th:last-child,
  .table-responsive> .table-bordered> tfoot> tr> th:last-child,
  .table-responsive> .table-bordered> thead> tr> td:last-child,
  .table-responsive> .table-bordered> tbody> tr> td:last-child,
  .table-responsive> .table-bordered> tfoot> tr> td:last-child {
    border-right: 0;
  }
  .table-responsive> .table-bordered> tbody> tr:last-child> th,
  .table-responsive> .table-bordered> tfoot> tr:last-child> th,
  .table-responsive> .table-bordered> tbody> tr:last-child> td,
  .table-responsive> .table-bordered> tfoot> tr:last-child> td {
    border-bottom: 0;
  }
}

.table-products> thead> tr> th,
.table-products> tbody> tr> th {
  color: #adadad;
  padding: 10px 25px;
  font-size: 13px;
  border-right: 2px solid #f8f7f7;
  border-bottom: 0;
}

.table-products> thead> tr> th:last-child,
.table-products> tbody> tr> th:last-child {
  border-right: 0;
  border-radius: 0 20px 20px 0;
}

.table-products> thead> tr> th:first-child,
.table-products> tbody> tr> th:first-child {
  border-radius: 20px 0 0 20px;
}

.table-products> thead> tr> td,
.table-products> tbody> tr> td {
  padding: 10px 0;
  border-top: 1px solid #f0f0f0;
}

.table-products> tbody> tr:first-child> td {
  border-width: 0;
  padding-top: 25px;
}

.table-products .col-xs-1 img {
  max-width: 70px;
  margin: auto;
}

.table-products h4 {
  margin-left: 25px;
  font-size: 17px;
  color: #666666;
  font-weight: 400;
}

.table-products h4 small {
  margin-top: 5px;
  display: block;
  font-style: italic;
}

.table-products ul {
	padding-left: 25px;
	font-size: 14px;
	list-style: none;
	  font-weight: 400;
	
}

.table-products .input-qt {
  text-align: center;
}

@media (max-width:600px) {
  .table-products> tbody> tr> td:first-child,
  .table-products> thead> tr> th:first-child {
    display: none;
  }
  .table-products> thead> tr> th:last-child,
  .table-products> tbody> tr> th:last-child {
    border-radius: 0;
  }
  .table-products> thead> tr> td,
  .table-products> tbody> tr> td {
    padding: 10px;
  }
  .table-products h4 {
    margin-left: 0;
  }
  .table-products ul {
    padding-left: 0;
  }
  .table-products> thead> tr> th,
  .table-products> tbody> tr> th {
    padding: 15px 15px;
    font-size: 12px;
  }
}

.label {
  font-weight: normal;
  padding: .1em .5em .1em;
  line-height: 1.8;
}

.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
}

.btn .label {
  position: relative;
  top: -1px;
}

.badge {
  background-color: #d4d4d4;
  padding: 4px 6px;
}

.badge-primary,
.label-primary {
  background-color: #ee4834;
  color: #ffffff;
}

.badge-primary[href],
.label-primary[href] {
  color: #ffffff;
}

.badge-primary[href]:hover,
.label-primary[href]:hover,
.label-primary[href]:focus {
  color: #ffffff;
  background-color: #e95f46;
}

.label-default {
  background-color: #ebedef;
  color: #7b8996;
}

.label-default[href] {
  color: #7b8996;
}

.label-default[href]:hover,
.label-default[href]:focus {
  color: #7b8996;
  background-color: #e1e4e7;
}

.label-inverse {
  background-color: #414143;
  color: #ffffff;
}

.label-inverse[href] {
  color: #ffffff;
}

.label-inverse[href]:hover,
.label-inverse[href]:focus {
  color: #ffffff;
  background-color: #a4adb7;
}

.badge-success,
.label-success {
  background-color: #7fca7c;
  color: #ffffff;
}
.badge-success[href],
.label-success[href] {
  color: #ffffff;
}
.badge-success[href]:hover,
.badge-success[href]:focus,
.label-success[href]:hover,
.label-success[href]:focus {
  color: #ffffff;
  background-color: #9bca92;
}
.badge-warning,
.label-warning {
  background-color: #f6bb42;
  color: #ffffff;
}
.badge-warning[href],
.label-warning[href] {
  color: #ffffff;
}
.badge-warning[href]:hover,
.badge-warning[href]:focus,
.label-warning[href]:hover,
.label-warning[href]:focus {
  color: #ffffff;
  background-color: #f6bb40;
}
.badge-danger,
.label-danger {
  background-color: #f6644a;
  color: #ffffff;
}
.badge-danger[href],
.label-danger[href] {
  color: #ffffff;
}
.badge-danger[href]:hover,
.badge-danger[href]:focus,
.label-danger[href]:hover,
.label-danger[href]:focus {
  color: #ffffff;
  background-color: #e55658;
}
.badge-info,
.label-info {
  background-color: #51aac5;
  color: #ffffff;
}
.badge-info[href],
.label-info[href] {
  color: #ffffff;
}
.badge-info[href]:hover,
.badge-info[href]:focus,
.label-info[href]:hover,
.label-info[href]:focus {
  color: #ffffff;
  background-color: #50b1ce;
}
.badge-orchid,
.label-orchid {
  background-color: #d299c8;
  color: #ffffff;
}
.badge-orchid[href],
.label-orchid[href] {
  color: #ffffff;
}
.badge-orchid[href]:hover,
.badge-orchid[href]:focus,
.label-orchid[href]:hover,
.label-orchid[href]:focus {
  color: #ffffff;
  background-color: #dba8d2;
}
.badge-lavender,
.label-lavender {
  background-color: #9295ca;
  color: #ffffff;
}
.badge-lavender[href],
.label-lavender[href] {
  color: #ffffff;
}
.badge-lavender[href]:hover,
.badge-lavender[href]:focus,
.label-lavender[href]:hover,
.label-lavender[href]:focus {
  color: #ffffff;
  background-color: #9a9dd1;
}

.inner-block {
  background: #fff;
  padding: 15px;
}
@media (max-width:600px) {
  .inner-block {
    padding: 3px;
  }
}
.dialog {
  position: relative;
  padding: 8px 0 9px;
  font-size: 13px;
  text-align: center;
  border-top-style: solid;
  border-top-width: 3px;
  }
.dialog .btn {
  display: inline-block;
  vertical-align: baseline;
  }
@media (max-width: 767px) {
  .dialog .btn {
    display: block;
    width: 100%;
    }
  }
@media (min-width: 768px) {
  .dialog {
    padding-right: 0;
    padding-left: 0;
    }
  .dialog input,
  .dialog .btn {
    margin-left: 20px;
    }
  }
@media (min-width: 768px) and (max-width: 991px) {
  .dialog .form-group {
    margin-bottom: 10px;
    }
  }
.dialog.dialog-default {
  background-color: #edeff1;
  border-top-color: #d6dbdf;
  }
.dialog.dialog-success {
  background-color: #ecfaf2;
  border-top-color: #d5f5e3;
  }
.dialog.dialog-danger {
  background-color: #fdefed;
  border-top-color: #fadbd8;
  }
.dialog.dialog-warning {
  background-color: #FFEDA5;
  border-top-color: #f6bb42;
  color: #e79027 ;
  }
.dialog.dialog-info {
  background-color: #edf6fc;
  border-top-color: #d6eaf8;
  }


.alert {
/*  box-shadow: inset 0 0 #d7dee0, 0 1px 2px 0 rgba(0, 0, 0, 0.23);*/
  color: #414143;
  padding: 18px 45px 20px 30px;
  text-shadow: none;
/*  background-color: #fff;
  border: 1px solid #E1E4E6;*/
  font-size: 14px;
  line-height: 1.625;
  border-radius: 4px;
/*  -moz-box-shadow: inset 0 0 #d7dee0, 0 1px 2px 0 rgba(0, 0, 0, 0.23);*/
  border: 0px;
  background-color: #fff;
  /*  padding: 15px 20px 1.5em;*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: inset 0 0 #d7dee0, 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 #d7dee0, 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}

.alert a.btn {
  color: #ffffff;
  text-decoration: none;
}

.alert a.btn:active,
.alert a.btn.active {
  color: rgba(255, 255, 255, 0.75);
}

.alert h4 {
  font-size: 19px;
  line-height: 1.2;
  margin-bottom: 4px;
}

.alert p {
  font-size: inherit;
  line-height: inherit;
}

.alert .close {
  position: relative;
  top: -10px;
  right: -31px;
  line-height: 18px;
  font-size: 18px;
  color: #fff;
}

.alert .btn {
  margin-bottom: 10px;
  margin-top: 10px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .alert .btn {
    display: block;
    min-width: auto;
    margin-bottom: 10px;
    margin-right: -15px;
  }
}

.alert-success {
  background-color: #B9DD7C;
}

.alert-success a {
  color: #e95f46;
}

.alert-info {
  background-color: #6196d5;
  color: #fff;
}

.alert-info a {
  color: #428bca;
}

.alert-warning {
  background-color: #f9dd91;
}

.alert-warning .alert-link {
  color: #f1c40f;
}

.alert-error {
  background-color: #f8f5f5;
}

.alert-error a {
  color: #e9573f;
}

.bottom-menu {
  padding-top: 39px;
  padding-bottom: 42px;
  color: #666;
}

.bottom-menu .navbar-brand {
  font-size: 24px;
  margin-top: -4px;
  padding: 0;
}

.bottom-menu .title {
  font-size: 18px;
  margin-top: 0;
}

.bottom-menu .label,
.bottom-menu .badge {
  vertical-align: middle;
}

.bottom-menu .lead {
  font-size: 18px;
}

.bottom-menu-large {
  padding-bottom: 80px;
  padding-top: 60px;
}

.bottom-menu-large .navbar-brand {
  margin-top: -2px;
}

.bottom-menu-large .bottom-links li {
  float: none;
  font-size: 12px;
  line-height: 22px;
  margin-right: 0;
}

.bottom-menu-large .title {
  margin-bottom: 10px;
  margin-top: 15px;
}

.bottom-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bottom-links li {
  display: block;
  float: left;
  margin: 0 18px 0 0;
}

.bottom-links li a.text-facebook:hover {
  color: #3255b1;
}
.bottom-links li a.text-twitter:hover {
  color: #00bdef;
}
.bottom-links li a.text-google:hover {
  color: #D0472F;
}
.bottom-links li a.text-instagram:hover {
  color: #e2387d;
}
.bottom-links li a.text-vk:hover {
  color: #5280b3;
}

@media (max-width: 767px) {
  .bottom-menu .navbar-brand,
  .bottom-menu .bottom-links {
    margin-bottom: 50px;
  }
  .bottom-menu .navbar-brand {
    padding: 15px;
    float: none;
  }
  .bottom-menu .bottom-links li {
    float: none;
    margin-bottom: 2px;
  }
  .bottom-menu [class*="span"]:last-child .bottom-links {
    margin-bottom: 0;
  }
  .bottom-menu-large {
    padding-left: 30px;
  }
}

.nav .dropdown-toggle .caret {
  border-bottom-color: #7f8c9a;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #7f8c9a;
  border-top-width: 6px;
}

.nav-tabs {
  margin-bottom: 20px;
  border: none;
  border-bottom: 1px solid #ddd;
}

.nav-tabs.nav-append-content {
  border-bottom: none;
  margin-bottom: 0;
}

.nav-tabs.nav-append-content> li.active:first-child:before {
  background-color: #ffffff;
  border-left: 1px solid #e95f46;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 6px;
  z-index: 2;
}

.nav-tabs> li {
  margin-bottom: -2px;
  position: relative;
}

.nav-tabs> li.active {
  z-index: 2;
}

.nav-tabs> li.active> a,
.nav-tabs> li.active> a:hover,
.nav-tabs> li.active> a:focus {
  border-color: #ee4833;
  border-bottom-color: #ffffff;
  border-width: 1px;
  color: #ee4833;
  background: none;
}

.nav-tabs> li.active .dropdown-toggle,
.nav-tabs> li.active .dropdown-toggle:hover,
.nav-tabs> li.active .dropdown-toggle:focus {
  color: #7f8c9a;
}

.nav-tabs> li.active .dropdown-toggle .caret,
.nav-tabs> li.active .dropdown-toggle:hover .caret,
.nav-tabs> li.active .dropdown-toggle:focus .caret {
  border-bottom-color: #7f8c9a;
  border-top-color: #7f8c9a;
}

.nav-tabs> li.open a.dropdown-toggle,
.nav-tabs> li.open.active a.dropdown-toggle,
.nav-tabs> li.open a.dropdown-toggle:hover,
.nav-tabs> li.open.active a.dropdown-toggle:hover {
  background-color: #f3f4f5;
  border-color: #e1e4e7;
  border-bottom-color: transparent;
  color: #7f8c9a;
}

.nav-tabs> li.open a.dropdown-toggle .caret,
.nav-tabs> li.open.active a.dropdown-toggle .caret,
.nav-tabs> li.open a.dropdown-toggle:hover .caret,
.nav-tabs> li.open.active a.dropdown-toggle:hover .caret {
  border-bottom-color: #7f8c9a;
  border-top-color: #7f8c9a;
}

.nav-tabs> li.open .dropdown-menu,
.nav-tabs> li.open.active .dropdown-menu {
  margin-top: -2px;
}

.nav-tabs> li.open.active {
  z-index: 1003;
}

.nav-tabs> li> a {
  border-width: 1px;
  font-size: 13px;
  padding: 7px 21px 7px;
  color: #5f5f5f;
  border-radius: 4px 4px 0 0;
  -webkit-transition: none;
  transition: none;
}

.nav-tabs> li> a:hover,
.nav-tabs> li> a:focus {
  background-color: transparent;
  border-color: transparent;
  border-bottom-color: transparent;
  outline: none;
  color: #ee4833;
}

.nav-tabs> li .dropdown-toggle {
  position: relative;
  z-index: 1002;
}

.nav-tabs> li .dropdown-toggle:hover .caret,
.nav-tabs> li .dropdown-toggle:focus .caret {
  border-bottom-color: #e95f46;
  border-top-color: #e95f46;
}

.nav-tabs> li .dropdown-menu {
  border: 1px solid #e1e4e7;
  margin-top: -10px;
  border-radius: 0 4px 4px 4px;
}

.nav-tabs> li .dropdown-menu li:first-child> a {
  border-radius: 0 4px 0 0;
}

.nav-tabs> li .dropdown-menu li:last-child> a {
  border-radius: 0 0 4px 4px;
}

.nav-tabs> li .dropdown-menu li a {
  border-radius: 0;
}

.nav-tabs> li .open .dropdown-toggle {
  background-color: #f3f4f5;
}

@media (max-width: 767px) {
  .nav-tabs {
    border-bottom: none;
  }
  .nav-tabs> li {
    display: block;
    float: none;
  }
  .nav-tabs> li.active> a,
  .nav-tabs> li.active> a:hover,
  .nav-tabs> li.active> a:focus {
    background-color: #e95f46;
    border: 2px solid #e95f46;
    color: #ffffff;
  }
  .nav-tabs> li.active> a:before,
  .nav-tabs> li.active> a:hover:before,
  .nav-tabs> li.active> a:focus:before {
    display: none;
  }
  .nav-tabs> li.active:before {
    display: none;
  }
  .nav-tabs> li.dropdown.active> a,
  .nav-tabs> li.dropdown.active> a.dropdown-toggle,
  .nav-tabs> li.dropdown.active> a:hover {
    color: #ffffff;
  }
  .nav-tabs> li.dropdown.active> a .caret,
  .nav-tabs> li.dropdown.active> a.dropdown-toggle .caret,
  .nav-tabs> li.dropdown.active> a:hover .caret {
    border-bottom-color: #ffffff;
    border-top-color: #ffffff;
  }
  .nav-tabs> li.dropdown.active.open> a,
  .nav-tabs> li.dropdown.active.open> a.dropdown-toggle,
  .nav-tabs> li.dropdown.active.open> a:hover {
    color: #7f8c9a;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs> li.dropdown.active.open> a .caret,
  .nav-tabs> li.dropdown.active.open> a.dropdown-toggle .caret,
  .nav-tabs> li.dropdown.active.open> a:hover .caret {
    border-bottom-color: #7f8c9a;
    border-top-color: #7f8c9a;
  }
  .nav-tabs> li> a,
  .nav-tabs> li> a:hover,
  .nav-tabs> li> a:focus {
    border: 1px solid #e1e4e7;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 10px 15px;
    border-radius: 4px;
  }
  .nav-tabs.nav-justified> li> a {
    margin-bottom: 10px;
    text-align: center;
  }
}

.nav-tabs.nav-justified> .active> a,
.nav-tabs.nav-justified> .active> a:hover,
.nav-tabs.nav-justified> .active> a:focus {
  border-color: rgba(0, 0, 0, .07);
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified> li> a {
    border-bottom: 0;
  }
  .nav-tabs.nav-justified> .active> a,
  .nav-tabs.nav-justified> .active> a:hover,
  .nav-tabs.nav-justified> .active> a:focus {
    border-bottom-color: #fff;
    border-radius: initial;
  }
}

.tab-content {
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 5px;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .tab-content {
    padding: 20px 20px 5px;
  }
}

.panel {
  background-color: #fff;
  border: none;
  box-shadow: inset 0 0 #e0d9d7, 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 #e0d9d7, 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}

.panel-heading {
  padding: 20px;
}

.panel-title {
  color: #414143;
  font-weight: 300;
}

.panel-group .panel {
  margin-bottom: 8px;
}

.panel-group .panel .panel-heading {
  padding: 0px;
}

.panel-group .panel-heading .panel-title a {
  display: block;
  padding: 25px;
}

.panel-primary .tools a {
  color: #fff;
}

.panel .list-group {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.panel .list-group-item:first-child {
  border-top: 1px solid #e6e9ed;
}

.panel-body,
.panel-footer {
  padding: 30px 25px 40px;
}

.panel-footer {
  background: rgba(118, 117, 128, 0.1);
  border-top-color: #e6e9ed;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
}

.panel-default {
  border-color: #e6e9ed;
}

.panel-default> .panel-heading {
  color: #444;
  background: #fff;
}

.panel-default> .panel-heading+ .panel-collapse .panel-body {
  border-color: #f4f4f4;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary> .panel-heading {
  color: white;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-success {
  border-color: #8cc152;
}

.panel-success> .panel-heading {
  color: white;
  background-color: #8cc152;
  border-color: #8cc152;
}

.panel-info {
  border-color: #37bc9b;
}

.panel-info> .panel-heading {
  color: white;
  background-color: #37bc9b;
  border-color: #37bc9b;
}

.panel-warning {
  border-color: #f6bb42;
}

.panel-warning> .panel-heading {
  color: white;
  background-color: #f6bb42;
  border-color: #f6bb42;
}

.panel-danger {
  border-color: #e9573f;
}

.panel-danger> .panel-heading {
  color: white;
  background-color: #e9573f;
  border-color: #e9573f;
}

.panel-primary> .panel-heading> .panel-title,
.panel-success> .panel-heading> .panel-title,
.panel-info> .panel-heading> .panel-title,
.panel-warning> .panel-heading> .panel-title,
.panel-danger> .panel-heading> .panel-title {
  color: white;
}

.panel> .list-group:first-child .list-group-item:first-child,
.panel> .table:first-child,
.panel> .table-responsive:first-child> .table:first-child {
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
}

.panel> .list-group:last-child .list-group-item:last-child {
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
}

.panel> .table:first-child> thead:first-child> tr:first-child td:first-child,
.panel> .table-responsive:first-child> .table:first-child> thead:first-child> tr:first-child td:first-child,
.panel> .table:first-child> tbody:first-child> tr:first-child td:first-child,
.panel> .table-responsive:first-child> .table:first-child> tbody:first-child> tr:first-child td:first-child,
.panel> .table:first-child> thead:first-child> tr:first-child th:first-child,
.panel> .table-responsive:first-child> .table:first-child> thead:first-child> tr:first-child th:first-child,
.panel> .table:first-child> tbody:first-child> tr:first-child th:first-child,
.panel> .table-responsive:first-child> .table:first-child> tbody:first-child> tr:first-child th:first-child {
  border-radius: 4px 0 0 0;
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
}

.panel> .table:first-child> thead:first-child> tr:first-child td:last-child,
.panel> .table-responsive:first-child> .table:first-child> thead:first-child> tr:first-child td:last-child,
.panel> .table:first-child> tbody:first-child> tr:first-child td:last-child,
.panel> .table-responsive:first-child> .table:first-child> tbody:first-child> tr:first-child td:last-child,
.panel> .table:first-child> thead:first-child> tr:first-child th:last-child,
.panel> .table-responsive:first-child> .table:first-child> thead:first-child> tr:first-child th:last-child,
.panel> .table:first-child> tbody:first-child> tr:first-child th:last-child,
.panel> .table-responsive:first-child> .table:first-child> tbody:first-child> tr:first-child th:last-child {
  border-radius: 0 4px 0 0;
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
}

.panel> .table:last-child,
.panel> .table-responsive:last-child> .table:last-child {
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
}

.panel> .table:last-child> tbody:last-child> tr:last-child td:first-child,
.panel> .table-responsive:last-child> .table:last-child> tbody:last-child> tr:last-child td:first-child,
.panel> .table:last-child> tfoot:last-child> tr:last-child td:first-child,
.panel> .table-responsive:last-child> .table:last-child> tfoot:last-child> tr:last-child td:first-child,
.panel> .table:last-child> tbody:last-child> tr:last-child th:first-child,
.panel> .table-responsive:last-child> .table:last-child> tbody:last-child> tr:last-child th:first-child,
.panel> .table:last-child> tfoot:last-child> tr:last-child th:first-child,
.panel> .table-responsive:last-child> .table:last-child> tfoot:last-child> tr:last-child th:first-child {
  border-radius: 0 0 0 4px;
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
}

.panel> .table:last-child> tbody:last-child> tr:last-child td:last-child,
.panel> .table-responsive:last-child> .table:last-child> tbody:last-child> tr:last-child td:last-child,
.panel> .table:last-child> tfoot:last-child> tr:last-child td:last-child,
.panel> .table-responsive:last-child> .table:last-child> tfoot:last-child> tr:last-child td:last-child,
.panel> .table:last-child> tbody:last-child> tr:last-child th:last-child,
.panel> .table-responsive:last-child> .table:last-child> tbody:last-child> tr:last-child th:last-child,
.panel> .table:last-child> tfoot:last-child> tr:last-child th:last-child,
.panel> .table-responsive:last-child> .table:last-child> tfoot:last-child> tr:last-child th:last-child {
  border-radius: 0 0 4px 0;
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
}

.panel> .panel-body+ .table,
.panel> .panel-body+ .table-responsive {
  border-top-color: #e6e9ed;
}

.panel-heading .nav {
  border: medium none;
  font-size: 13px;
  margin: -15px -15px -13px;
}

.panel-tabnav ul>li>a {
  display: block;
  padding: 15px 15px 14px !important;
}

.panel-tabnav {
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #eff1f3;
}

.panel-heading .nav>li>a,
.panel-heading .nav>li.active>a {
  border-width: 0;
  border-radius: 0;
}

.panel-heading .nav>li>a {
  color: #898989;
}

.panel-heading .nav>li.active>a,
.panel-heading .nav>li>a:hover {
  color: #7dcfb6;
  border-bottom: 1px solid #7dcfb6;
}

.panel-heading .nav>li:first-child.active>a,
.panel-heading .nav>li:first-child>a:hover {
  border-radius: 4px 0 0 0;
  -webkit-border-radius: 4px 0 0 0;
}

.tab-right {
  height: 58px;
}

.panel-heading.tab-right .nav>li:first-child.active>a,
.tab-right.panel-heading .nav>li:first-child>a:hover {
  border-radius: 0;
  -webkit-border-radius: 0;
}

.panel-heading.tab-right .nav>li:last-child.active>a,
.tab-right.panel-heading .nav>li:last-child>a:hover {
  border-radius: 0 4px 0 0;
  -webkit-border-radius: 0 4px 0 0;
}

.panel-heading.tab-right .nav-tabs>li>a {
  margin-left: 0px;
  margin-right: 0px;
}

.panel-tabnav-icon {
  background-color: #F6F6F7;
  margin-top: -5px;
  margin-right: 8px;
  text-align: center;
  width: 30px;
  height: 30px;
  float: left;
  border-radius: 50%;
}

.master-footer {
  text-align: center;
  color: #555;
  font-size: 11px;
  padding-top: 10px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .master-footer {
    padding-top: 17px;
    padding-bottom: 25px;
  }
}

.master-footer .nubia-foot-nav {
  padding-top: 10px;
  line-height: 2.5;
}

.master-footer .nubia-foot-nav>small,
.master-footer .nubia-foot-nav>a {
  padding: 0 5px;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  word-break: keep-all;
}
.master-footer>a {
	color: #888;
}
.master-footer .nubia-foot-nav>a {
  color: #e95f46;
  margin-right: 5px;
}
.master-footer .nubia-foot-nav>a:hover {
  color: #cf2b00;
}
.master-footer a.text-facebook:hover {
  color: #3c5a96;
}
.master-footer a.text-twitter:hover {
  color: #1ea0f0;
}
.master-footer a.text-google:hover {
  color: #e62117;
}
.master-footer a.text-instagram:hover {
  color: #dc318b;
}
.master-footer a.text-vk:hover {
  color: #5280b3;
}
.master-footer a.text-wechat:hover {
  color: #2ec000;
}
.master-footer a.text-weibo:hover {
  color: #e5162c;
}


.breadcrumb {
  background-color: transparent;
  font-size: 11px;
  line-height: 1;
  padding: 8px 20px;
  margin-top: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 0px 1px rgba(0, 0, 0, .3);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, .3);
}

.breadcrumb> li {
  position: relative;
  text-shadow: none;
}

.breadcrumb> li:after {
  color: #adadad;
  content: "\e986";
  display: inline-block;
  font-family: 'nubia';
  font-size: 9.75px;
  margin: 0 9px 0 13px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

.breadcrumb .active {
  color: #adadad;
  cursor: default;
}

.breadcrumb .active:after {
  display: none;
}

.breadcrumb .active> a {
  color: inherit;
  cursor: inherit;
}

.breadcrumb> li+ li:before {
  content: "";
  padding: 0;
}

.breadcrumb-text {
  color: #adadad;
  margin-bottom: 10px;
  margin-top: 0;
  padding: 10px 0px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.breadcrumb-text> li:after {
  margin: 0 5px 0 10px;
}

.breadcrumb-text .caption {
  margin: 0 0 3px;
  font-size: 18px;
}

.breadcrumb-text .caption:after {
  content: "\e986";
  display: inline-block;
  font-family: 'nubia';
  font-size: 74%;
  font-weight: normal;
  font-variant: normal;
  margin-left: 5px;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.breadcrumb-text p {
  font-size: 24px;
  margin-bottom: 20px;
}

.breadcrumb-text p a:after {
  color: #adadad;
  content: "/";
  font-weight: normal;
  margin: 0 4px 0 9px;
}

.modal {
  z-index: 1050;
}

.modal-content {
  background-color: #f3f3f5;
  border: 0px solid #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
  box-shadow: inset 0 0 #d7dee0, 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 #d7dee0, 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 #d7dee0, 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.modal-backdrop {
  z-index: 1040;
  background: rgba(77, 77, 77, 0.9);
}

.modal-backdrop.in {
  opacity: 0.85;
  filter: alpha(opacity=85);
}

.modal-header {
  padding: 30px 34px 30px 34px;
  border-bottom: 0px #2c2c2c solid;
  background-color: #f7f5f7;
}

.modal-header .close {
  margin: 5px 0 0;
  padding: 0;
  font-size: 18px;
  line-height: 1;
  text-shadow: none;
}

.modal-title {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
}

.modal-body {
  padding: 27px 34px 32px;
  background-color: #fff;
}

.modal-body p {
  font-size: 14px;
  line-height: 1.425
}

.modal-footer {
  padding: 18px 22px 19px;
  margin-top: 0;
  border-top: 1px #ECEDEE solid;
  border-radius: 0 0 2px 2px;
}

.modal-footer .btn+ .btn {
  margin-left: 9px;
}

@media (max-width: 767px) {
  .modal-footer .btn {
    display: block;
    min-width: 100%;
    margin-bottom: 10px;
  }
  .modal-footer .btn:last-child {
    margin-bottom: 0;
  }
  .modal-footer .btn+ .btn {
    margin-left: 0;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 624px;
    margin: 30px auto;
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-hg,
  .modal-lg {
    width: 900px;
  }
}

@media (min-width: 1200px) {
  .modal-hg {
    width: 1100px;
  }
}

@media (min-width: 1600px) {
  .modal-hg {
    width: 1500px;
  }
}

.modal-inverse .modal-header {
  background-color: #333;
}

.modal-inverse .modal-header,
.modal-inverse .modal-header .close {
  color: #eee;
}

.modal-inverse .modal-content {
  background-color: #222;
}

.modal-alert {
  color: #fff;
  font-size: 18px;
  padding: 50px 20px 40px;
}

.last-col {
  overflow: hidden;
}

.color-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 6px;
}

.icon-sm {
  font-size: 72%;
}

.icon-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -12%;
}

.icon-2x {
  font-size: 1.8em;
  line-height: .75em;
  vertical-align: -18%;
}

.icon-3x {
  font-size: 3em
}

.icon-4x {
  font-size: 4em
}

.icon-5x {
  font-size: 5em
}

.maxw {
  max-width: 100px;
}

.maxw-xs {
  max-width: 30px;
}

.maxw-sm {
  max-width: 50px;
}

.maxw-md {
  max-width: 150px;
}

.maxw-lg {
  max-width: 130px;
}

@media (min-width: 360px) {
  .maxw-lg {
    max-width: 180px;
  }
}

@media (min-width: 768px) {
  .maxw-lg {
    max-width: 400px;
  }
}

.minwidth {
  min-width: 50px!important;
}

.v-align-bottom {
  vertical-align: bottom;
}

.v-align-top {
  vertical-align: top;
}

.v-align-middle {
  vertical-align: middle;
}

.concat div {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: inherit;
}

.concat div.moreCon {
  display: inline-block;
  vertical-align: top;
}

.concat span.more {
  display: inline-block;
}

.concat span.more span {
  cursor: pointer;
  color: #54B180;
}

.block {
  display: block
}

.inline-block {
  display: inline-block !important
}

.ptn,
.pvn,
.pan {
  padding-top: 0 !important;
}

.ptx,
.pvx,
.pax {
  padding-top: 3px !important;
}

.pts,
.pvs,
.pas {
  padding-top: 5px !important;
}

.ptm,
.pvm,
.pam {
  padding-top: 10px !important;
}

.ptl,
.pvl,
.pal {
  padding-top: 20px !important;
}

.pth,
.pvh,
.pah {
  padding-top: 50px !important;
}

.prn,
.phn,
.pan {
  padding-right: 0 !important;
}

.prx,
.phx,
.pax {
  padding-right: 3px !important;
}

.prs,
.phs,
.pas {
  padding-right: 5px !important;
}

.prm,
.phm,
.pam {
  padding-right: 10px !important;
}

.prl,
.phl,
.pal {
  padding-right: 20px !important;
}

.prh,
.phh,
.pah {
  padding-right: 50px !important;
}

.pbn,
.pvn,
.pan {
  padding-bottom: 0 !important;
}

.pbx,
.pvx,
.pax {
  padding-bottom: 3px !important;
}

.pbs,
.pvs,
.pas {
  padding-bottom: 5px !important;
}

.pbm,
.pvm,
.pam {
  padding-bottom: 10px !important;
}

.pbl,
.pvl,
.pal {
  padding-bottom: 20px !important;
}

.pbh,
.pvh,
.pah {
  padding-bottom: 50px !important;
}

.pln,
.phn,
.pan {
  padding-left: 0 !important;
}

.plx,
.phx,
.pax {
  padding-left: 3px !important;
}

.pls,
.phs,
.pas {
  padding-left: 5px !important;
}

.plm,
.phm,
.pam {
  padding-left: 10px !important;
}

.pll,
.phl,
.pal {
  padding-left: 20px !important;
}

.plh,
.phh,
.pah {
  padding-left: 50px !important;
}

.mtn,
.mvn,
.man {
  margin-top: 0px !important;
}

.mtx,
.mvx,
.max {
  margin-top: 3px !important;
}

.mts,
.mvs,
.mas {
  margin-top: 5px !important;
}

.mtm,
.mvm,
.mam {
  margin-top: 10px !important;
}

.mtl,
.mvl,
.mal {
  margin-top: 20px !important;
}

.mth,
.mvh,
.mah {
  margin-top: 50px !important;
}

.mrn,
.mhn,
.man {
  margin-right: 0px !important;
}

.mrx,
.mhx,
.max {
  margin-right: 3px !important;
}

.mrs,
.mhs,
.mas {
  margin-right: 5px !important;
}

.mrm,
.mhm,
.mam {
  margin-right: 10px !important;
}

.mrl,
.mhl,
.mal {
  margin-right: 20px !important;
}

.mrh,
.mhh,
.mah {
  margin-right: 50px !important;
}

.mbn,
.mvn,
.man {
  margin-bottom: 0px !important;
}

.mbx,
.mvx,
.max {
  margin-bottom: 3px !important;
}

.mbs,
.mvs,
.mas {
  margin-bottom: 5px !important;
}

.mbm,
.mvm,
.mam {
  margin-bottom: 10px !important;
}

.mbl,
.mvl,
.mal {
  margin-bottom: 20px !important;
}

.mbh,
.mvh,
.mah {
  margin-bottom: 50px !important;
}

.mln,
.mhn,
.man {
  margin-left: 0px !important;
}

.mlx,
.mhx,
.max {
  margin-left: 3px !important;
}

.mls,
.mhs,
.mas {
  margin-left: 5px !important;
}

.mlm,
.mhm,
.mam {
  margin-left: 10px !important;
}

.mll,
.mhl,
.mal {
  margin-left: 20px !important;
}

.mlh,
.mhh,
.mah {
  margin-left: 50px !important;
}

.no-gutter> [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}


/*------------------------
----- Bootstrap XL Grid -----
-------------------------- */

.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl {
  display: none !important;
}

@media (min-width: 1600px) {
  .container {
    width: 1570px;
  }
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
  .visible-xl-block {
    display: block !important;
  }
  .visible-xl-inline {
    display: inline !important;
  }
  .visible-xl-inline-block {
    display: inline-block !important;
  }
  .hidden-xl {
    display: none !important;
  }
}


/*------------------------
----- responsive text -----
-------------------------- */

.text-xs-left {
  text-align: left;
}

.text-xs-right {
  text-align: right;
}

.text-xs-center {
  text-align: center;
}

.text-xs-justify {
  text-align: justify;
}

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}

@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}


/*-----------------------------
-------- Top bar Header -------
----------------------------- */

header .master-head {
  padding: 12px 0;
  text-transform: initial;
}

header .master-head .container {
  padding-bottom: 0;
}

.master-head {
  background: #f2f1f1;
  color: #dddddd;
}

.master-head .nav {
  font-size: 11px;
}

.master-head .nav ul {
  margin: 0;
}

.master-head .nav .list-inline li {
  padding: 0;
}

.master-head .nav ul li .dropdown-toggle,
.master-head .nav> ul> li> a {
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: 1px solid #ddd;
}

.master-head .nav ul li:first-child .dropdown-toggle,
.master-head .nav> ul> li:first-child> a {
  border-top: none;
  border-bottom: none;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.master-head .nav .dropdown-toggle,
.master-head .nav> ul> li> a {
  background: none;
  text-transform: initial;
  padding: 0 15px;
  position: relative;
  color: #999;
  font-weight: 300;
}

.master-head .nav .dropdown-toggle:hover,
.master-head .nav> ul> li> a:hover,
.master-head .nav .dropdown-toggle:active,
.master-head .nav> ul> li> a.active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #e95f46;
}

.master-head .nav .dropdown-menu {
  margin-top: 10px;
  text-transform: none;
}

.master-head .nav .dropdown-menu li a {
  padding: 6px 30px;
  margin: 10px 0;
}

.master-head .nav .dropdown-menu li a i {
  margin-right: 10px;
}

.menu-wrapper {
  position: static;
}

.master-dropdown {
  position: relative;
}

.master-dropdown .master-dropdown-content {
  padding-top: 15px;
  position: absolute;
  right: -25px;
  margin-top: -3px;
  z-index: -1;
  opacity: 0;
  -moz-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  -webkit-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}

.master-dropdown:hover .master-dropdown-content {
  opacity: 1;
  z-index: 1000;
  margin-top: -7px!important;
}

.master-dropdown .master-dropdown-content .c-holder {
  text-align: initial;
  background: #fff;
  width: 340px;
  padding: 10px 25px 25px;
  border-radius: 3px;
  box-shadow: inset 0 0 #d7dee0, 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 #d7dee0, 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.master-dropdown .master-dropdown-content .title {
  text-transform: initial;
  font-size: 15px;
  color: #a9a9a9;
  text-align: center;
  letter-spacing: 1.5px;
  margin: 20px 0;
}

.products-list-table {
  border-bottom: 1px solid #555;
  padding: 15px 6px;
}

.products-list-table .image {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 0;
  background-color: white;
  border-radius: 50%;
  border: 4px solid #efefef;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.products-list-table:hover .image {
  -webkit-box-shadow: 0 0 5px rgba(127, 48, 29, 0.1);
  box-shadow: 0 0 5px rgba(127, 48, 29, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
  transform: scale(1.08);
  -moz-box-shadow: 0 0 5px rgba(127, 48, 29, 0.1);
}

.products-list-table .image:after {
  display: none;
}

.products-list-table .caption {
  display: inline-block;
  vertical-align: middle;
  text-transform: initial;
  margin: 0 10px;
}

.products-list-table .caption .product-name {
  font-size: inherit;
  font-weight: 400;
  display: block;
}

.products-list .products-list-table a {
  color: #fff;
}

.products-list-table .caption .product-options p {
  font-size: 11px;
  margin-bottom: 5px;
}

.products-list-table .caption .product-options p:last-child {
  margin-bottom: 0;
}

.products-list-table .caption .product-price {
  font-size: inherit;
  font-weight: 300;
  color: #bbb;
}

.products-list-table .product-remove {
  margin-top: 21px;
  float: right;
  font-size: 15px;
}

.products-subtotal {
  color: #888;
  margin: 25px 0;
}

.products-subtotal .subtotal-price {
  color: #fff;
  font-size: 21px;
  font-weight: 200;
  padding-left: 10px;
}

.has-feedback .form-control-feedback {
  top: 7px;
}



/*------------------------------
-------- Main navigation -------
------------------------------ */

header .main-header {
  min-height: 75px;
  position: relative;
  background: #282828;
}

@media (max-width: 420px) {
  .header-brand {
  	margin-top: 6px;
  	height: 50px;
  }
}
  .header-brand {
  	transition: all ease-out 0.2s;
  	height: 40px;
  	margin-top: 12px;
  }
@media (min-width: 992px) {
  .header-brand {
  margin-top: 6px;
  	height: 50px;
  }
}

@media (min-width: 768px) {
  header .main-header .main-nav {
    margin-top: 23px;
  }
}

header .main-header .main-nav> ul {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

header .main-header .main-nav> ul> li {
/*  position: relative;*/
  padding: 0 3% 10px;
}

header .main-header .main-nav> ul> li a img {
  width: 45px;
  display: inline-block;
  vertical-align: middle;
}

header .main-header .main-nav> ul> li a div {
  display: inline-block;
  vertical-align: middle;
}

.main-nav a {
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 1px;
}

.main-nav li.selected a,
.main-nav a:hover {
  text-decoration: none;
  color: #888;
}

.main-nav a .image {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 0;
  background-color: #fff;
  border-radius: 50%;
  border: 5px solid #efefed;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.main-nav a:hover .image {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(127, 48, 29, 0.1);
  box-shadow: 0 0 5px rgba(127, 48, 29, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
  transform: scale(1.08);
  -moz-box-shadow: 0 0 5px rgba(127, 48, 29, 0.1);
}

.main-nav a i {
  opacity: 0.6;
}

.pagination {
  position: relative;
  margin-top: 10px;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .pagination {
    display: block;
  }
}

.pagination ul {
  color: #606463;
  background-color: #E9E8E6;
  padding: 0;
  margin: 0;
  display: inline-block;
  border-radius: 25px;
}

@media (max-width: 767px) {
  .pagination ul {
    height: 31px;
    padding: 0 55px 0 52px;
    overflow: auto;
    white-space: nowrap;
    border-radius: 3px;
  }
}

.pagination ul li {
  display: inline-block;
  margin-right: -4px;
  vertical-align: middle;
  line-height: 34px;
}

.pagination ul li.active> a,
.pagination ul li.active> span {
  background-color: #ee4833;
  color: #ffffff;
}

.pagination ul li.active.previous> a,
.pagination ul li.active.next> a,
.pagination ul li.active.previous> span,
.pagination ul li.active.next> span {
  margin: 0;
}

.pagination ul li.active.previous> a,
.pagination ul li.active.next> a,
.pagination ul li.active.previous> span,
.pagination ul li.active.next> span,
.pagination ul li.active.previous> a:hover,
.pagination ul li.active.next> a:hover,
.pagination ul li.active.previous> span:hover,
.pagination ul li.active.next> span:hover,
.pagination ul li.active.previous> a:focus,
.pagination ul li.active.next> a:focus,
.pagination ul li.active.previous> span:focus,
.pagination ul li.active.next> span:focus {
  background-color: #ee4833;
  color: #ffffff;
}

.pagination ul li:first-child> a,
.pagination ul li:first-child> span {
  border-radius: 25px 0 0 25px;
  border-left: none;
}

.pagination ul li:first-child.previous+ li> a,
.pagination ul li:first-child.previous+ li> span {
  border-left-width: 0;
}

.pagination ul li:last-child {
  margin-right: 0;
}

.pagination ul li:last-child> a,
.pagination ul li:last-child> span,
.pagination ul li:last-child> a:hover,
.pagination ul li:last-child> span:hover,
.pagination ul li:last-child> a:focus,
.pagination ul li:last-child> span:focus {
  border-radius: 0 25px 25px 0;
}

.pagination ul li.previous> a,
.pagination ul li.next> a,
.pagination ul li.previous> span,
.pagination ul li.next> span {
  border-right: 1px solid #fff;
  font-size: 14px;
  min-width: auto;
  padding: 0 12px 1px;
  line-height: 34px;
}

.pagination ul li.next> a,
.pagination ul li.next> span {
  border-right: none;
}

@media (max-width: 767px) {
  .pagination ul li.next,
  .pagination ul li.previous {
    background-color: #EDEDF0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    border-radius: 0 3px 3px 0;
  }
  .pagination ul li.previous {
    left: 0;
    right: auto;
    border-radius: 3px 0 0 3px;
  }
}

.pagination ul li> a,
.pagination ul li> span {
  display: inline-block;
  background: transparent;
  border: none;
  border-left: 1px solid #fff;
  color: #888;
  line-height: 34px;
  min-width: 41px;
  outline: none;
  padding: 0px 12px;
  text-align: center;
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}

.pagination ul li> a:hover,
.pagination ul li> span:hover,
.pagination ul li> a:focus,
.pagination ul li> span:focus {
  background-color: #ee4833;
  color: #ffffff;
}

.pagination ul li> a:active,
.pagination ul li> span:active {
  background-color: #60c191;
  color: #ffffff;
}

.pagination> .btn.previous,
.pagination> .btn.next {
  margin-right: 8px;
  font-size: 14px;
  line-height: 1.429;
  padding-left: 23px;
  padding-right: 23px;
}

.pagination> .btn.previous [class*="icon-"],
.pagination> .btn.next [class*="icon-"] {
  font-size: 16px;
  margin-left: -2px;
  margin-top: -2px;
}

.pagination> .btn.next {
  margin-left: 8px;
  margin-right: 0;
}

.pagination> .btn.next [class*="icon-"] {
  margin-right: -2px;
  margin-left: 4px;
}

@media (max-width: 767px) {
  .pagination> .btn {
    display: block;
    margin: 0;
    width: 50%;
  }
  .pagination> .btn:first-child {
    border-bottom: 2px solid #dfe2e5;
    border-radius: 3px 0 0;
  }
  .pagination> .btn:first-child.btn-primary {
    border-bottom-color: #42cf91;
  }
  .pagination> .btn:first-child.btn-danger {
    border-bottom-color: #fc6e51;
  }
  .pagination> .btn:first-child.btn-warning {
    border-bottom-color: #f4d03f;
  }
  .pagination> .btn:first-child.btn-success-secondary {
    border-bottom-color: #42cf91;
  }
  .pagination> .btn:first-child.btn-info {
    border-bottom-color: #63a3da;
  }
  .pagination> .btn:first-child.btn-inverse {
    border-bottom-color: #414143;
  }
  .pagination> .btn:first-child> [class*="icon"] {
    margin-left: -20px;
  }
  .pagination> .btn+ ul {
    padding: 0;
    text-align: center;
    border-radius: 0 0 6px 6px;
  }
  .pagination> .btn+ ul+ .btn {
    border-bottom: 2px solid #dfe2e5;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 3px 0 0;
  }
  .pagination> .btn+ ul+ .btn.btn-primary {
    border-bottom-color: #42cf91;
  }
  .pagination> .btn+ ul+ .btn.btn-danger {
    border-bottom-color: #fc6e51;
  }
  .pagination> .btn+ ul+ .btn.btn-warning {
    border-bottom-color: #f4d03f;
  }
  .pagination> .btn+ ul+ .btn.btn-success-secondary {
    border-bottom-color: #42cf91;
  }
  .pagination> .btn+ ul+ .btn.btn-info {
    border-bottom-color: #63a3da;
  }
  .pagination> .btn+ ul+ .btn.btn-inverse {
    border-bottom-color: #414143;
  }
  .pagination> .btn+ ul+ .btn> [class*="icon"] {
    margin-right: -20px;
  }
  .pagination ul {
    display: block;
  }
  .pagination ul> li> a {
    border-radius: 0;
  }
}

.pagination-inverse ul {
  background-color: #414143;
}

.pagination-inverse ul li.previous> a {
  border-right-color: #8e8e95;
}

.pagination-inverse ul li> a,
.pagination-inverse ul li> span {
  border-left-color: #555;
  color: #ffffff;
}

.pagination-inverse ul li> a:hover,
.pagination-inverse ul li> span:hover,
.pagination-inverse ul li> a:focus,
.pagination-inverse ul li> span:focus {
  background-color: #ee4833;
}

.pagination-inverse ul li> a:active,
.pagination-inverse ul li> span:active {
  background-color: #8e8e95;
}

.pagination-inverse ul li.active> a,
.pagination-inverse ul li.active> span {
  background-color: #8e8e95;
}

.pagination-input .input-sm {
  width: 55px;
  height: 25px;
  border-radius: 0px;
  margin-left: 15px;
  padding: 4px 8px;
  line-height: 1;
}

.tooltip {
  font-size: 12px;
  line-height: 1.086;
  text-transform: none;
}

.tooltip.in {
  opacity: 1;
}

.tooltip.top {
  padding-bottom: 6px;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #414143;
  border-width: 6px 6px 0;
  bottom: 0;
  margin-left: -6px;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #414143;
  border-width: 6px 6px 6px 0;
  margin-top: -6px;
  left: -3px;
}

.tooltip.bottom {
  padding-top: 4px;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #414143;
  border-width: 0 6px 6px;
  margin-left: -6px;
  top: -1px;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #414143;
  border-width: 6px 0 6px 6px;
  margin-top: -6px;
  right: -3px;
}

.tooltip-inner {
  background-color: #31363d;
  line-height: 1.286;
  padding: 8px 8px;
  text-align: center;
  width: 183px;
  border-radius: 4px;
}

.tooltip-light.bottom .tooltip-arrow {
  border-bottom-color: #edeff1;
}

.tooltip-light.left .tooltip-arrow {
  border-left-color: #edeff1;
}

.tooltip-light.right .tooltip-arrow {
  border-right-color: #edeff1;
}

.tooltip-light.top .tooltip-arrow {
  border-top-color: #edeff1;
}

.tooltip-light .tooltip-inner {
  background-color: #edeff1;
  color: #414143;
}

.popover {
  z-index: 1060;
  max-width: 276px;
  padding: 0;
  background-color: #fff;
  color: #414143;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  box-shadow: none;
  word-wrap: break-word;
}

.popover.top {
  margin-top: -14px;
}

.popover.right {
  margin-left: 14px;
}

.popover.bottom {
  margin-top: 14px;
}

.popover.left {
  margin-left: -14px;
}

.popover-title {
  padding: 7px 10px;
  margin: 0;
  font-size: 13px;
  font-family: helvetica;
  line-height: 1;
  font-weight: normal;
  color: #414143;
  background-color: #F6F6F7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.popover-title:not(:empty)+ .popover-content> p {
  margin-bottom: 0;
}

.popover-content {
  padding: 10px;
  font-size: 12px;
  line-height: 1.286;
}

.popover-content p {
  font-size: inherit;
  line-height: inherit;
}

.popover> .arrow,
.popover> .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover> .arrow {
  border-width: 10px;
}

.popover> .arrow:after {
  border-width: 9px;
}

.popover.top> .arrow {
  bottom: -10px;
  margin-left: -10px;
  border-top-color: transparent;
}

.popover.top> .arrow:after {
  margin-left: -9px;
  border-top-color: #dfdfdf;
}

.popover.right> .arrow {
  left: -10px;
  margin-top: -10px;
  border-right-color: transparent;
}

.popover.right> .arrow:after {
  bottom: -9px;
  border-right-color: #dfdfdf;
}

.popover.bottom> .arrow {
  top: -10px;
  margin-left: -10px;
  border-bottom-color: transparent;
}

.popover.bottom> .arrow:after {
  margin-left: -9px;
  border-bottom-color: #dfdfdf;
}

.popover.left> .arrow {
  right: -10px;
  margin-top: -10px;
  border-left-color: transparent;
}

.popover.left> .arrow:after {
  bottom: -9px;
  border-left-color: #dfdfdf;
}

/*!
 * From Bootstrap-select v1.7.3 (http://silviomoreto.github.io/bootstrap-select)
 */
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 35px;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 10035;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0!important;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 20px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1036;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #dbdcda;
  position: absolute;
  bottom: -11px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #dbdcda;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
}
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
select.mobile-device {
  position: absolute !important;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}

.dropdown-megamenu {
  background: #fff;
  margin-top: -15px;
  border-radius: 3px;
  width: 90%;
  padding: 0;
  left: 5%;
  top: auto;
  box-shadow: inset 0 0 #d7dee0, 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 #d7dee0, 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.open> .dropdown-megamenu {
  margin-top: 8px !important;
}

.dropdown-megamenu .megamenu-l ul {
  padding-left: 0;
  padding-right: 0;
}

.dropdown-megamenu .megamenu-l ul> li> a {
  font-size: 17px;
  padding-top: 35px;
  padding-bottom: 35px;
  border-radius: 0;
}

.dropdown-megamenu .megamenu-r {
  background-color: #f38d7d;
  margin-bottom: 0;
  padding-bottom: 35px;
  min-height: 380px;
  border-radius: 0px;
}

.dropdown-megamenu .megamenu-title {
  letter-spacing: 1px;
  text-transform: initial;
  color: #666;
  padding: 0.5em 0;
}

.dropdown-megamenu .megamenu-r .megamenu-item a {
  margin-bottom: 8px;
  position: relative;
  display: block;
  cursor: pointer;
  border-radius: 4px;
  background: rgba(255, 249, 255, 0.5);
  font-size: 14px;
  color: #444;
  box-shadow: inset 0 0 #e0d9d7, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 #e0d9d7, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.dropdown-megamenu .megamenu-r .megamenu-item a:focus,
.dropdown-megamenu .megamenu-r .megamenu-item a:active {
  box-shadow: none;
  -moz-box-shadow: none;
}

.dropdown-megamenu .megamenu-r .megamenu-item a:hover {
  background: rgba(255, 249, 255, 0.7);
  color: #e95f46;
}

.dropdown-megamenu .megamenu-r .megamenu-item a.megamenu-list-img,
.dropdown-megamenu .megamenu-r .megamenu-item .megamenu-list-icon {
  padding: 0.9em 0.75em 0.9em 0.5em;
}

.dropdown-megamenu .megamenu-r .megamenu-item .megamenu-list-img> img,
.dropdown-megamenu .megamenu-r .megamenu-item .megamenu-list-img> div,
.dropdown-megamenu .megamenu-r .megamenu-item .megamenu-list-icon> div,
.dropdown-megamenu .megamenu-r .megamenu-item .megamenu-list-icon> div {
  display: inline-block;
  vertical-align: middle;
}

.dropdown-megamenu .megamenu-r .megamenu-item .megamenu-list-img> img {
  width: 74px;
}

.dropdown-megamenu .megamenu-r .megamenu-item .megamenu-list-icon> i {
  display: inline-block;
  vertical-align: middle;
  padding-left: 12px;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 38px;
  width: 62px;
}

.dropdown-megamenu .megamenu-r .megamenu-item .megamenu-list-img> div {
  width: calc(100% - 90px);
}

.dropdown-megamenu .megamenu-r .megamenu-item .megamenu-list-icon> div {
  width: calc(100% - 68px);
}

.dropdown-megamenu .megamenu-r .megamenu-item a.megamenu-list-text {
  padding: 0.9em 0.75em 0.9em 2.5em;
}

.dropdown-megamenu .megamenu-item .megamenu-list-text:before {
  font-family: "nubia";
  content: "\e986";
  display: inline-block;
  position: absolute;
  left: 10px;
  font-size: 13px;
  color: #d6462f;
}

.dropdown-megamenu.dropdown-inverse {
  background-color: #3f3f3f;
}

.dropdown-megamenu.dropdown-inverse .megamenu-r {
  background-color: #f3745c;
}

.dropdown-megamenu.dropdown-inverse .megamenu-title {
  color: #fff;
}

.dropdown-megamenu.dropdown-inverse .megamenu-r .megamenu-item a {
  background-color: rgba(255, 255, 255, 0.78);
}

.dropdown-megamenu.dropdown-inverse .megamenu-r .megamenu-item a:hover {
  background-color: rgba(255, 255, 255, 0.93);
}

@media only screen and (max-width: 768px) {
  .main-nav> ul> li {
    width: 100%;
  }
  .main-nav> ul> li> a {
    display: block;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .main-header {
    min-height: 75px;
  }
  header .main-header .main-nav {
/*    width: 100%;*/
    text-align: center;
  }
  header .main-header .main-nav> ul> li {
    text-align: left;
  }
  .dropdown-megamenu {
    width: 85%;
    padding: 0;
    left: 10%;
  }
}

@media (min-width: 992px) {
  header .main-header .main-nav {
    width: 66.66666666666666%;
    text-align: center;
  }
  .dropdown-megamenu {
    width: 65%;
    padding: 0;
    left: 30%;
  }
}


/*---------------------
------- Video ------
----------------------- */

.videocover {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  -webkit-transition: all 0.15s cubic-bezier(0.65, 0.045, 0.35, 1);
  transition: all 0.15s cubic-bezier(0.65, 0.045, 0.35, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.videocover .icon-circle_arrow-right3 {
  font-size: 118px;
  margin-top: -55px;
  color: rgba(212, 212, 212, 0.40);
}

.videocover:hover {
  background-color: rgba(0, 0, 0, 0.3);
}


/*---------------------
------- Carousel ------
----------------------- */

html,
body,
#carousel,
#carousel2,
#carousel3,
#carousel4,
#carousel-shop,
#carousel .carousel-inner,
#carousel2 .carousel-inner,
#carousel3 .carousel-inner,
#carousel4 .carousel-inner,
#carousel-shop .carousel-inner,
#carousel .carousel-inner .item,
#carousel2 .carousel-inner .item,
#carousel3 .carousel-inner .item,
#carousel-shop .carousel-inner .item,
#carousel4 .carousel-inner .item {
  height: 100%;
}

#carousel,
#carousel2,
#carousel3,
#carousel4,
#carousel .item,
#carousel2 .item,
#carousel3 .item,
#carousel4 .item {
  height: 65%;
  min-height: 560px;
}

#carousel-shop,
#carousel-shop .item {
  height: 35%;
  min-height: 360px;
}

@media only screen and (max-width: 735px) {
  #carousel,
  #carousel2,
  #carousel3,
  #carousel4,
  #carousel .item,
  #carousel2 .item,
  #carousel3 .item,
  #carousel4 .item{
    height: 80%;
    min-height: 391px;
  }
  
  #carousel-shop,
  #carousel-shop .item {
    height: 45%;
    min-height: 420px;
  }
}

@media only screen and (max-width: 735px) and (orientation: portrait) {
  #carousel,
  #carousel2,
  #carousel3,
  #carousel4,
  #carousel .item,
  #carousel2 .item,
  #carousel3 .item,
  #carousel4 .item{
    max-height: 420px;
  }
  
  #carousel-shop,
  #carousel-shop .item {
    max-height: 420px;
  }
}

@media only screen and (min-width: 1442px) {
  #carousel,
  #carousel2,
  #carousel3,
  #carousel4,
  #carousel .item,
  #carousel2 .item,
  #carousel3 .item,
  #carousel4 .item{
    min-height: 620px;
  }
  #carousel-shop,
  #carousel-shop .item {
    min-height: 420px;
  }
}

.carousel-inner .item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.carousel .carousel-control {
  width: 10%;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 10%;
}

.carousel-control .icon-arrow-left4,
.carousel-control .icon-arrow-right4 {
  font-size: 42px;
  padding: 10px 0px;
  position: absolute;
  top: 43%;
  z-index: 100;
  display: inline-block;
  opacity: 0;
  color: #444;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0);
  -webkit-transition: 250ms opacity linear, 250ms color linear, 250ms background-color linear;
  transition: 250ms opacity linear, 250ms color linear, 250ms background-color linear;
    border-radius: 50px;  
}
.carousel:hover .carousel-control .icon-arrow-left4,
.carousel:hover .carousel-control .icon-arrow-right4 {
  opacity: 0.6;
  filter: alpha(opacity=60);
  background-color: rgba(191, 191, 191, 0.20);
}

.carousel-control .icon-arrow-left4 {
  left: 30%;
  margin-left: -5px;
}
.carousel-control .icon-arrow-right4 {
  right: 30%;
  margin-right: -5px;
}

.carousel-control.right,
.carousel-control.left {
  background-image: none;
}

@media screen and (min-width: 735px) {
  .carousel-control .icon-arrow-left4,
  .carousel-control .icon-arrow-right4 {
    width: 48px;
    font-size: 48px;
    padding: 20px 0px;
  }
  .carousel-control .icon-arrow-left4 {
    margin-left: -10px;
  }
  .carousel-control .icon-arrow-right4 {
    margin-right: -10px;
  }
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.carousel-indicators {
  bottom: 0px;
}

.carousel-indicators li {
	width: 40px;
	height: 2px;

  background-color: #555;
  position: relative;
  top: 0px;
/*  border: 2px transparent solid;*/
  border-color: #555;

  vertical-align: middle;
/*  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;*/
/*  -webkit-transform: scale(.7);
  -moz-transform: scale(.7);
  -ms-transform: scale(.7);
  transform: scale(.7);*/
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.carousel-indicators li:hover {
/*  background: #333;*/
}

.carousel-indicators li.active {
	width: 40px;
	height: 2px;

/*  background: transparent;*/
  background-color: #e95f46;
  border-color: #e95f46;
/*  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);*/
}

.carousel-indicators-text {
  margin-bottom: -100px;
}

.carousel-indicators-text li {
  border-radius: 20px;
  text-indent: 0;
  width: 120px;
  height: 30px;
  padding-top: 5px;
  display: inline-block;
  border: none;
  background-color: transparent;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  color: #999;
}

.carousel-indicators-text li:hover {
  background: #f0f0f0;
}

.carousel-indicators-text li.active {
  color: #555;
  width: 120px;
  height: 30px;
}

.carousel-caption {
  padding-top: 0px;
}

@media screen and (min-width: 735px) {
  .carousel-indicators {
    bottom: 5px;
  }
  .carousel-indicators-text {
    margin-bottom: -60px;
  }
}

.caption-xs-top-left {
  top: 20px;
  left: 10%;
  right: 20%%;
}

.caption-xs-top {
  top: 2%;
}

.caption-xs-top-right {
  top: 20px;
  left: 60%;
  right: 5%;
}

.caption-xs-middle-left {
  top: 80px;
  left: 10%;
  right: 20%%;
}

.caption-xs-middle {
  top: 80px;
}

.caption-xs-middle-right {
  top: 80px;
  left: 60%;
  right: 5%;
}

@media (min-width: 735px) {
  .caption-sm-top-left {
    top: 50px;
    left: 10%;
    right: 20%%;
  }
  .caption-sm-top {
    top: 50px;
  }
  .caption-sm-top-right {
    top: 50px;
    left: 70%;
    right: 5%;
  }
  .caption-sm-middle-left {
    top: 250px;
    left: 10%;
    right: 20%%;
  }
  .caption-sm-middle {
    top: 250px;
  }
  .caption-sm-middle-right {
    top: 250px;
    left: 70%;
    right: 5%;
  }
}

@media (min-width: 992px) {
  .caption-md-top-left {
    top: 100px;
    left: 10%;
    right: 20%%;
  }
  .caption-md-top {
    top: 100px;
  }
  .caption-md-top-right {
    top: 100px;
    left: 70%;
    right: 5%;
  }
  .caption-md-middle-left {
    top: 250px;
    left: 10%;
    right: 20%%;
  }
  .caption-md-middle {
    top: 250px;
  }
  .caption-md-middle-right {
    top: 250px;
    left: 70%;
    right: 5%;
  }
}

@media (min-width: 1200px) {
  .caption-lg-top-left {
    top: 100px;
    left: 15%;
    right: 25%%;
  }
  .caption-lg-top {
    top: 100px;
  }
  .caption-lg-top-right {
    top: 100px;
    left: 65%;
    right: 10%;
  }
  .caption-lg-middle-left {
    top: 250px;
    left: 15%;
    right: 25%%;
  }
  .caption-lg-middle {
    top: 250px;
  }
  .caption-lg-middle-right {
    top: 250px;
    left: 75%;
    right: 10%;
  }
}

@media only screen and (min-width: 1442px) {
  .caption-lg-top-left {
    top: 100px;
    left: 15%;
    right: 25%%;
  }
  .caption-lg-top {
    top: 100px;
  }
  .caption-lg-top-right {
    top: 100px;
    left: 60%;
    right: 15%;
  }
  .caption-lg-middle-left {
    top: 250px;
    left: 15%;
    right: 25%%;
  }
  .caption-lg-middle {
    top: 250px;
  }
  .caption-lg-middle-right {
    top: 250px;
    left: 60%;
    right: 15%;
  }
}

.carousel-caption h2 {
  font-weight: 100;
  line-height: 0.9;
}

.carousel-caption h3,
.carousel-caption h4,
.carousel-caption h5 {
  font-weight: 100;
  line-height: 1;
  opacity: 0.9;
}

.carousel-caption h2,
.carousel-caption h3,
.carousel-caption h4,
.carousel-caption h5 {
  text-shadow: none;
}

@media (max-width: 700px) {
  .carousel-caption h2 {
    font-size: 30px;
  }
  .carousel-caption h3 {
    font-size: 20px;
  }
  .carousel-caption h4 {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .carousel-caption h2 {
    font-size: 58px;
  }
  .carousel-caption h3 {
    font-size: 26px;
  }
  .carousel-caption h4 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1442px) {
  .carousel-caption h2 {
    font-size: 80px;
  }
  .carousel-caption h3 {
    font-size: 40px;
  }
  .carousel-caption h4 {
    font-size: 30px;
  }
}
@media (min-width: 700px) {
	.carousel .btn-link:first-of-type {
		margin-left: 0px;
	}
}


.carousel .icon-container {
  display: inline-block;
  font-size: 25px;
  line-height: 25px;
  padding: 1em;
  text-align: center;
  border-radius: 50%;
}

.carousel .img-container {
  display: inline-block;
  position: absolute;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -o-background-size: contain;
  background-repeat: no-repeat;
  left: 3%;
  width: 300px;
  height: 100%;
  text-align: center;
  z-index: 2;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}

.carousel .img-container2 {
  display: none;
}

@media screen and (min-width: 735px) {
  .carousel .img-container {
    top: 8%;
    left: 30%;
    width: 500px;
  }
  .carousel .img-container2 {
    display: inline-block;
    position: absolute;
    left: 15%;
    width: 480px;
    height: 100%%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
  }
}


/* Animation delays */

.carousel-caption h3:first-child,
.carousel-caption h4:first-child,
.carousel-caption h5:first-child {
  animation-delay: 0.5s;
}

.carousel-caption h3:nth-child(2),
.carousel-caption h4:nth-child(2),
.carousel-caption h5:nth-child(2) {
  animation-delay: 0.5s;
}

.carousel-caption h3:nth-child(3),
.carousel-caption h4:nth-child(3),
.carousel-caption h5:nth-child(3) {
  animation-delay: 0.5s;
}

.carousel-caption button {
  animation-delay: 0.5s;
}


/*-----------------------
---- Products blocks ----
---------------------- */

div.wrap {
  height: 490px;
  text-align: center;
  padding: 25px 0px;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  border: 5px solid #fff;
}
div.wrap> [class*='tile-'] {
  height: 260px;
  height: auto;
  padding: 85px 0 0px 0;
  -moz-transition: -moz-transform .3s;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
}
div.wrap:hover> [class*='tile-'] {
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
div.wrap> [class*='tile-'] img {
  height: 200px;
}
div.wrap .wrap__heading {
  position: absolute;
  top: 15%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0 30px;
  box-sizing: border-box
}
div.wrap h3 {
  font-size: 21px;
  text-align: center;
  margin: 0;
}
div.wrap h4 {
  color: #555;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  transition: all 0.15s cubic-bezier(0.65, 0.045, 0.35, 1);
  transition: all 0.15s cubic-bezier(0.65, 0.045, 0.35, 1);
}
div.wrap a.btn{margin: 6px 0 6px 0;}

div.wrap-sm {
  height: 340px;
}
div.wrap-sm> [class*='tile-'] {
  height: 200px;
  padding: 10px 15px 10px;
}
div.wrap-sm> [class*='tile-'] img {
  height: 180px;
}
div.wrap-sm .wrap__heading {
  top: 5%;
}
div.wrap-sm h4 {
  font-size: 13px;
  margin: 5px;
}
div.wrap-sm a.btn {
  margin: 5px 5px;
}

@media only screen and (min-width: 768px) {
	div.wrap-lg{height: 630px;}
	div.wrap-lg> [class*='tile-']{padding: 95px 0 10px 0; height: auto;}
	div.wrap-lg> [class*='tile-'] img{height: 310px; max-width: 100%;}
	div.wrap-lg h4 {font-size: 16px;}
}

.wrap-imgbox {
	position: relative;
	height: 490px;
	overflow: hidden;
	background: #282828;
	display: block;
	border: 5px solid #fff;
}
.wrap-imgbox__bg {
	text-align: center;
	opacity: 1;
	text-align: center;
	height: 490px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
}
.wrap-lg .wrap-imgbox__bg{
  height: 630px;
}
.wrap-imgbox:hover .wrap-imgbox__bg {
	opacity: .5;
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}
.wrap-imgbox__head {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0 30px;
	box-sizing: border-box;
	opacity: 0;
	transition: opacity .3s;
}
.wrap-imgbox:hover .wrap-imgbox__head {
	opacity: 1;
}

.wrap-imgbox__head h4 {
	color: #a4a5a6;
	text-align: center;
	margin: 0;
	text-transform: initial;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 20px
}
.wrap-imgbox__head h3 {
	color: #fff;
	text-align: center;
	margin: 0
}

.wrap-title {
	position: relative;
	height: 490px;
	overflow: hidden;
	display: block;
}
.wrap-title-lg {
	height: 630px;
}

.wrap-title__head {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0 30px;
	box-sizing: border-box;
}
.wrap-title__head h3,
.wrap-title__head h1 {
	color: #555;
	text-align: center;
	margin: 0
}
@media (max-width: 767px) {
	 .wrap-title, .wrap-title-lg { height: auto; min-height: 280px; }
	
}

/*------------------------
----- Featured blocks ----
-------------------------- */

.featured-items-container {
  padding-bottom: 0;
  background-color: #222;
}
.featured-items-container .featured-items {
  max-width: none;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none
}
.featured-items-container .featured-items .featured-item {
  position: relative;
  height: 300px;
  overflow: hidden;
  border: 3px solid #efeeeb;
}
.featured-items-container .featured-items .featured-item a {
  display: block;
}
.featured-items-container .featured-items .featured-item .featured-item__image {
  opacity: 1;
  text-align: center;
  height: 300px;
  width: 100%;
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: -webkit-transform 1.6s, opacity 1.1s;
  transition: transform 1.6s, opacity 1.1s;
  transition-timing-function: cubic-bezier(0,0.3,0.8,1);
  
}
.featured-items-container .featured-items .featured-item .featured-item__heading {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  padding: 120px 30px 0;
  box-sizing: border-box
}
.featured-items-container .featured-items .featured-item .featured-item__heading h3 {
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 23px;
}
.featured-items-container .featured-items .featured-item .featured-item__heading h4 {
  color: #e95f46;
  text-align: center;
  margin: 0;
  text-transform: initial;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 20px;
}
.featured-items-container .featured-items .featured-item:hover .featured-item__image {
  opacity: .7;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1)
}


/*------------------------
----- sidebar layout -----
-------------------------- */

.page-container {
  position: relative;
}

.page-container:before,
.page-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.page-container:after {
  clear: both;
}


/*.page-container.loaded .page-container {
  position: relative;
}*/

.page-container .sidebar-menu {
  position: absolute;
  width: 275px;
  top: 0;
  left: 0;
  bottom: 0;
  background: #f4f3f0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.page-container .sidebar-menu .navbar-collapse.submenu {
  max-height: none;
}

.page-container .sidebar-menu .submenu {
  list-style: none;
}

.page-container .sidebar-menu .submenu li {
  /*  position: relative;*/
  font-size: 14px;
  font-weight: 100;
}

.page-container .sidebar-menu .submenu li.has-sub {
  box-shadow: 0 1px 0px #e9e9e9;
}

.page-container .sidebar-menu .submenu> li:first-child {
  /*  position: relative;*/
  margin-top: 20px;
}

@media (max-width: 767px) {
  .page-container .sidebar-menu .submenu> li:first-child {
    margin-top: 0px;
  }
}

.page-container .sidebar-menu .submenu li i {
  position: relative;
  margin-right: 5px;
}

.page-container .sidebar-menu .submenu li a {
  position: relative;
  display: block;
  z-index: 1;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 3px;
}

.page-container .sidebar-menu .submenu li.active> a {
  border-radius: 5px;
  background: rgba(118, 117, 128, 0.05);
  color: #e95f46;
}

.page-container .sidebar-menu .submenu li.active> a:hover {
  background: rgba(118, 117, 128, 0.1);
}

.page-container .sidebar-menu .submenu li.tool.active> a {
  background-color: #73AFE1;
}

.page-container .sidebar-menu .submenu li.tool.active> .sidebar-arrow {
  border-color: transparent transparent transparent #73AFE1;
  border-left-color: #73AFE1;
}

@media (max-width: 767px) {
  /*  .page-container .sidebar-menu .submenu li.active > .sidebar-arrow {
        display: none;
    }*/
  .page-container .sidebar-menu .submenu li.active> a {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
  }
}

.page-container .sidebar-menu .submenu li.has-sub> a:before {
  position: relative;
  content: "\e98c";
  display: inline-block;
  font-family: 'nubia';
  color: #adadad;
  float: right;
  font-size: 15px;
  margin-left: 13px;
  top: -1px;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.page-container .sidebar-menu .submenu li.has-sub.opened> a:before {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-container .sidebar-menu .submenu li.disabled> a {
  cursor: default;
  color: #ccc;
}

.page-container .sidebar-menu .submenu li .submenu-nav {
  /*  position: relative;*/
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  overflow: hidden;
  z-index: 0;
}

.page-container .sidebar-menu .submenu li .submenu-nav .checkbox,
.page-container .sidebar-menu .submenu li .submenu-nav .radio {
  margin-top: -1px;
}

.page-container .sidebar-menu .submenu li .submenu-nav.visible {
  display: block;
}

.page-container .sidebar-menu .submenu li .submenu-nav> li> a {
  padding-left: 10px;
  font-size: 13px;
  font-family: source_sans_prolight, Helvetica, Arial, sans-serif;
  ;
}

.page-container .sidebar-menu .submenu li .submenu-nav> li:last-child {
  border-bottom: 0;
  padding-bottom: 8px;
}

.page-container .sidebar-menu .submenu li .submenu-nav> li ul> li> a {
  padding-left: 20px;
  background-color: #E6E7E9;
}

.page-container .sidebar-menu .submenu li .submenu-nav> li ul> li ul> li> a {
  padding-left: 30px;
  background-color: #E3E4E7;
}

.page-container .sidebar-menu .submenu li .submenu-nav> li ul> li ul> li ul> li> a {
  padding-left: 40px;
  background-color: #E1E2E4;
}

.page-container .sidebar-menu .submenu li .submenu-nav .btn-xs {
  position: absolute;
  padding-top: 2px;
}

.page-container .sidebar-menu .submenu .dropdown-inverse li {
  font-size: 12px;
}

.page-container .sidebar-menu .submenu .unread {
  background-color: #ee4833;
  border-radius: 50%;
  color: #ffffff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.667;
  min-width: 20px;
  padding: 0 2px;
  position: absolute;
  text-align: center;
  -webkit-font-smoothing: auto;
  margin-left: 5px;
}

.page-container .sidebar-menu .submenu .help {
  background-color: #4279BA;
  border-radius: 50%;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.667;
  min-width: 20px;
  padding: 0 2px;
  position: absolute;
  text-align: center;
  -webkit-font-smoothing: auto;
  margin-left: 5px;
}

.page-container .main-content {
  position: relative;
  float: left;
  width: 100%;
  z-index: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .page-body .page-container {
    padding-left: 0;
  }
  .page-body .page-container .sidebar-menu {
    position: relative;
    width: 100%;
  }
  .page-body .page-container .sidebar-menu .logo-env {
    padding: 15px 20px;
  }
  .page-body .page-container .sidebar-menu .logo-env> div.logo {
    display: block;
    width: auto;
  }
  .page-body .page-container .main-content {
    min-height: auto !important;
  }
  .page-body .page-container .main-content {
    min-height: 0 !important;
  }
}

.page-container .sidebar-menu .submenu li.opened {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  transition: all 0.25s ease-in;
}


/*---------------------
----- sidebar collapse -----
----------------------- */

#leftSliderToggle {
  background-color: #fff;
  border-radius: 30px;
  padding: 5px 6px;
  margin-top: 14px;
  color: #666;
  font-size: 18px;
  line-height: 16px;
  border: 1px solid #888;
  -moz-outline: 0 none;
  outline: 0 none;
  display: inline-block;
}

#leftSliderToggle[status='aarowLeft'] {
  margin-left: -32px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#leftSliderToggle:hover {
  border-color: #e8340e;
  color: #e8340e;
}


/**when the sidebar is collapsed*/

#leftSliderToggle[status='aarowRight'] {
  margin-left: -1px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}


/*---------------------
-------- AFFIX --------
----------------------- */

@media (max-width: 768px) {
  .affix {
    position: static;
  }
}

.panel-affix {
  min-width: 225px;
}

.panel-affix .nav-pills> li {
  margin: 0;
}

.panel-affix .nav-pills> li> a {
  border-radius: 20px 0px 0px 20px;
  border-right: 1px solid #eee;
  text-align: right;
  transition-duration: 0.2s;
}

.panel-affix .nav-pills> li> a:hover,
.panel-affix .nav-pills> li.active> a,
.panel-affix .nav-pills> li.active> a:hover,
.panel-affix .nav-pills> li.active> a:focus {
  border-color: #555;
  color: #fff;
  background-color: #555;
}


/*---------------------
---- Color Preview ----
----------------------- */

.color-preview ul,
.color-preview2 .color-img  {
    position: relative;
    height: 400px;
    width: 373px;
    margin: 0 auto 30px auto;
}
.color-preview ul li,
.color-preview2 .color-img img {
    width: 373px;
    height: 400px;
    position: absolute;
    list-style: none;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s ease-out;
    -webkit-transition: opacity 0.4s ease-out
}

.color-preview ul li.white {
    background: url("../images/params_z11mini_01.png") no-repeat left top
}
.color-preview ul li.black {
    background: url("../images/params_z11mini_02.png") no-repeat left top
}
.color-preview ul li.gold {
    background: url("../images/params_z11mini_03.png") no-repeat left top
}
.color-preview ul li.cr7 {
    background: url("../images/params_z11mini_04.png") no-repeat left top
}


.color-preview ul li.active,
.color-preview2 .color-img img.active {
    opacity: 1
}
.color-preview2 p,
.color-preview p {
    display: none;
    text-align: center
}
.color-preview2 p.active,
.color-preview p.active {
    display: block
}
.color-switch {
	display: block;
	margin: 0 auto;
}


.color-switch ul li {
    text-align: center;
    list-style: none;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    display: inline-block;
}

.color-switch ul li:hover .cir .checked,
.color-switch ul li.active .cir .checked {
    display: block;
}

.color-switch .cir {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0), inset 0 2px 2px 0 rgba(0, 0, 0, .2);
}
.color-switch-sm ul li {
	margin-left: 5px;
	margin-right: 5px;
}
.color-switch-sm .cir{
	width: 16px;
	height: 16px;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0), inset 0 1px 1px 0 rgba(0, 0, 0, .2);
}

.color-switch .cir .checked {
    position: absolute;
    border: 1px solid rgb(244, 127, 106);
    top: -7px;
    left: -7px;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    display: none;
    
}

.color-switch  ul li:hover .cir .checked {
    border: 1px solid #bbb;
    -webkit-transition: all 0.2s cubic-bezier(0.65, 0.045, 0.35, 1);
    transition: all 0.2s cubic-bezier(0.65, 0.045, 0.35, 1);
}
.color-switch ul li.active:hover .cir .checked {
    border: 1px solid rgba(233, 95, 70, 1);
}
.color-switch ul li p {
	margin-top: 10px;
    font-size: 12px;
}

.color-switch .cir.black {
    background: #2e2f2e
}

.color-switch .cir.grey,.color-switch .cir.gray {
    background: #d9d9dc
}

.color-switch .cir.white {
    background: #f5f5f6
}

.color-switch .cir.gold {
    background: #efe0d0
}

.color-switch .cir.cr7 {
	background: #efe0d0;
}


/*---------------------
----- Buy process -----
----------------------- */

ul.order-summary li{
border-bottom: 1px solid #ddd;
text-align: right;
height: 60px;
line-height: 60px;
vertical-align: middle;
}
ul.order-summary .image {
float: left;
margin-left: 10px;
height: 60px;
padding: 10px 0px;
}
ul.order-summary .image:after {
  display: none;
}
ul.order-summary span {
width: 130px;
display: inline-block;
font-weight: 600;
color: #555555;
}
ul.order-total {
  text-align: right;
  margin: 0;
}

ul.order-total li {
  padding: 2px 0;
  font-size: 15px;
}

ul.order-total span {
  width: 130px;
  display: inline-block;
  font-weight: 600;
  color: #555555;
}
ul.order-total span.discount {
  color: #B9DD7C;
}
ul.order-total span.total {
  color: #E74C3C;
}



.wrapper h1,
.wrapper h2,
.wrapper h3,
.wrapper h4 {
  text-transform: uppercase;
}

.paymentPaypalLogo {
  background: url('../images/paypal-logo.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.paymentCardLogo {
  background: url('../images/card-logo.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.payment2c2pLogo {
  background: url('../images/2c2p-logo.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.payment7-11Logo {
  background: url('../images/7-11-logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  min-width: 25px;
  display: inline-block;
}


/*---------------------
------- Support -------
----------------------- */

@media only screen and (min-width: 768px) {
  #nav-faqs {
    padding-top: 80px;
  }
}

.map {
  height: 165px;
  margin: 25px 0 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}


/*---------------------
------- pagination -------
----------------------- */

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination> li {
  display: inline;
}

.pagination> li> a,
.pagination> li> span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #666;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #bbb;
  background: transparent;
}

.pagination> li:first-child> a,
.pagination> li:first-child> span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination> li:last-child> a,
.pagination> li:last-child> span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination> li> a:hover,
.pagination> li> span:hover,
.pagination> li> a:focus,
.pagination> li> span:focus {
  color: #e95f46;
  background-color: #fff;
  border-color: #e95f46;
}

.pagination> .active> a,
.pagination> .active> span,
.pagination> .active> a:hover,
.pagination> .active> span:hover,
.pagination> .active> a:focus,
.pagination> .active> span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #e95f46;
  border-color: #e95f46;
}

.pagination> .disabled> span,
.pagination> .disabled> span:hover,
.pagination> .disabled> span:focus,
.pagination> .disabled> a,
.pagination> .disabled> a:hover,
.pagination> .disabled> a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg> li> a,
.pagination-lg> li> span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg> li:first-child> a,
.pagination-lg> li:first-child> span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg> li:last-child> a,
.pagination-lg> li:last-child> span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm> li> a,
.pagination-sm> li> span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm> li:first-child> a,
.pagination-sm> li:first-child> span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm> li:last-child> a,
.pagination-sm> li:last-child> span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/*---------------------
------- Z11 Specs -------
----------------------- */
.color-preview.z11 ul li.gold{ background-image: url("../images/Z11/photo/z11-b.jpg"); } 
.color-preview.z11 ul li.white { background-image: url("../images/Z11/photo/z11-w.jpg"); } 
.color-preview.z11 ul li.gray{ background-image: url("../images/Z11/photo/z11-g.jpg"); }

.mall-buy{position:relative;color:#fff; display: none;}
.mall-buy span{padding-left:30%}
.mall-buy:before{font-family:nubia; content:"\e9bd";position:absolute;left:20%;top:-1px;font-size:22px}
.modal-mall .modal-title{position:relative;margin-right:20px;padding-left:24px;text-align:center}
.modal-mall .modal-title:before{display:none;font-family:nubia;position:absolute;content:'\e985';left:0;top:0}
.modal-mall .flag,.modal-mall .icon-globe{position:absolute;left:24px;top:32%}
.modal-mall .icon-globe{top:6px}
.modal-mall .col-xs-6{margin:20px 0}
.modal-mall .col-xs-6:hover{background:#f6f6f6;border-radius:50px}
@media only screen and (min-width:320px) and (max-width:768px){
  .modal-mall .modal-header{padding:18px 12px}
    .modal-mall .col-xs-6:hover{background:#f6f6f6;border-radius:20px}
  .mall-buy:before{left:50%;transform:translateX(-50%)}
  .mall-buy span{opacity:0}
}
