

.pav-parallax {
  	background-size: cover;
  	background-attachment: fixed;
  	background-position: center center;
  	position: relative;
}
.pav-parallax:before{
	 background: url(admin/images/pattern.png);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    opacity: 0.8;
}
/**
 * Suffix classes for make owner style for row and column. this will load automatic in setting form.
 * format: .pav-col.YOUR_SUFFIX_CLASS , .pav-row.YOUR_SUFFIX_CLASS;
 */

 /* widget load prestashop module **/
.widget-inner > [class*="col-"]{
 	width: 100%!important;
 	padding-left:0!important;
 	padding-right: 0!important;
 }
/* column style */
.pav-col.default{

}

.pav-col.primary{

}

.pav-col.success{

}

.pav-col.info{

}

.pav-col.warning{

}

.pav-col.danger{

}

.pav-col.highlighted{

}

/* row style */
.pav-row.default{

}

.pav-row.primary{

}

.pav-row.success{

}

.pav-row.info{

}

.pav-row.warning{

}

.pav-row.danger{

}

.pav-row.highlighted{
	
}

.widget.default{

}
.widget.primary{

}
.widget.danger{

}
.widget.info{

}
.widget.warning{

}
.widget.highlighted{

}
/**
 * Widget Styles
 */
 /* Separator style */
.widget-separator .w_text_separator {
  float: left;
  height: 2px;
  position: relative;
  width: 100%;
  background-color: #797C85;
}
.widget-separator .w_text_separator .text_separ {
	position: absolute;
	padding: 0 1px;
	width: 50px;
	top: -9px;
	margin: 0 auto;
	text-align: center;
	background-color: #ffffff;
	font-size: 15px;
	font-family: monospace;
}
.widget-separator .separator_align_center {
  left: 0;
  right: 0;
}
.widget-separator .separator_align_left {
  left: 0;
}
.widget-separator .separator_align_right {
  right: 0;
}

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls .owl-buttons div {
	position: absolute;
}
.owl-controls .owl-buttons .owl-prev {
	left: 10px;
	top: 50%;
}
.owl-controls .owl-buttons .owl-next {
	right: 10px;
	top: 50%;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
/* OpenCart Code */
.owl-carousel {
	margin: 0 0 20px;
	background: #fff;
	direction: ltr !important;
	z-index: 1;
}
.owl-wrapper-outer {
	border: 4px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
.owl-carousel .owl-buttons div {
	opacity: 0;
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	transition: all .3s ease;
}
.owl-carousel:hover .owl-buttons div {
	opacity: 0.7;
}
.owl-carousel .owl-buttons .owl-prev {
	left: 10px;
}
.owl-carousel .owl-buttons .owl-next {
	right: 10px;
}
.owl-carousel .owl-buttons div i {
	font-size: 40px;
	margin: -20px 0 0;
}
.owl-pagination {
	text-align: center;
	top: 20px;
	position: relative;
}
.owl-controls .owl-page {
	display: inline-block;
	margin: 0px 6px;
}
.owl-controls .owl-page span {
	display: block;
	width: 11px;
	height: 11px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.owl-controls .owl-page.active span {
	background: rgba(0, 0, 0, 0.9);
}


/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls .owl-buttons div {
	position: absolute;
}
.owl-controls .owl-buttons .owl-prev {
	left: 10px;
	top: 50%;
}
.owl-controls .owl-buttons .owl-next {
	right: 10px;
	top: 50%;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
/* OpenCart Code */
.owl-carousel {
	margin: 0 0 20px;
	background: #fff;
	direction: ltr !important;
	z-index: 1;
}
.owl-wrapper-outer {
	border: 4px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
.owl-carousel .owl-buttons div {
	opacity: 0;
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	transition: all .3s ease;
}
.owl-carousel:hover .owl-buttons div {
	opacity: 0.7;
}
.owl-carousel .owl-buttons .owl-prev {
	left: 10px;
}
.owl-carousel .owl-buttons .owl-next {
	right: 10px;
}
.owl-carousel .owl-buttons div i {
	font-size: 40px;
	margin: -20px 0 0;
}
.owl-pagination {
	text-align: center;
	top: 20px;
	position: relative;
}
.owl-controls .owl-page {
	display: inline-block;
	margin: 0px 6px;
}
.owl-controls .owl-page span {
	display: block;
	width: 11px;
	height: 11px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.owl-controls .owl-page.active span {
	background: rgba(0, 0, 0, 0.9);
}


/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls .owl-buttons div {
	position: absolute;
}
.owl-controls .owl-buttons .owl-prev {
	left: 10px;
	top: 50%;
}
.owl-controls .owl-buttons .owl-next {
	right: 10px;
	top: 50%;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
/* OpenCart Code */
.owl-carousel {
	margin: 0 0 20px;
	background: #fff;
	direction: ltr !important;
	z-index: 1;
}
.owl-wrapper-outer {
	border: 4px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
.owl-carousel .owl-buttons div {
	opacity: 0;
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	transition: all .3s ease;
}
.owl-carousel:hover .owl-buttons div {
	opacity: 0.7;
}
.owl-carousel .owl-buttons .owl-prev {
	left: 10px;
}
.owl-carousel .owl-buttons .owl-next {
	right: 10px;
}
.owl-carousel .owl-buttons div i {
	font-size: 40px;
	margin: -20px 0 0;
}
.owl-pagination {
	text-align: center;
	top: 20px;
	position: relative;
}
.owl-controls .owl-page {
	display: inline-block;
	margin: 0px 6px;
}
.owl-controls .owl-page span {
	display: block;
	width: 11px;
	height: 11px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.owl-controls .owl-page.active span {
	background: rgba(0, 0, 0, 0.9);
}


/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

@charset "UTF-8";

/* cyrillic */
@font-face {
  font-family: 'Marck Script';
  font-style: normal;
  font-weight: 400;
  src: local('Marck Script'), local('MarckScript-Regular'), url(https://fonts.gstatic.com/s/marckscript/v8/nwpTtK2oNgBA3Or78gapdwuyzCg_WMM.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Marck Script';
  font-style: normal;
  font-weight: 400;
  src: local('Marck Script'), local('MarckScript-Regular'), url(https://fonts.gstatic.com/s/marckscript/v8/nwpTtK2oNgBA3Or78gapdwuyxig_WMM.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Marck Script';
  font-style: normal;
  font-weight: 400;
  src: local('Marck Script'), local('MarckScript-Regular'), url(https://fonts.gstatic.com/s/marckscript/v8/nwpTtK2oNgBA3Or78gapdwuyyCg_.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v18/KFOkCnqEu92Fr1MmgVxFIzIFKw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v18/KFOkCnqEu92Fr1MmgVxMIzIFKw.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v18/KFOkCnqEu92Fr1MmgVxEIzIFKw.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v18/KFOkCnqEu92Fr1MmgVxLIzIFKw.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v18/KFOkCnqEu92Fr1MmgVxHIzIFKw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v18/KFOkCnqEu92Fr1MmgVxGIzIFKw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v18/KFOkCnqEu92Fr1MmgVxIIzI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmYUtfCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmYUtfABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmYUtfCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmYUtfBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmYUtfCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmYUtfChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmYUtfBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Abril Fatface';
  font-style: normal;
  font-weight: 400;
  src: local('Abril Fatface'), local('AbrilFatface-Regular'), url(https://fonts.gstatic.com/s/abrilfatface/v9/zOL64pLDlL1D99S8g8PtiKchq-lmjdLh.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Abril Fatface';
  font-style: normal;
  font-weight: 400;
  src: local('Abril Fatface'), local('AbrilFatface-Regular'), url(https://fonts.gstatic.com/s/abrilfatface/v9/zOL64pLDlL1D99S8g8PtiKchq-dmjQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Bitter';
  font-style: italic;
  font-weight: 400;
  src: local('Bitter Italic'), local('Bitter-Italic'), url(https://fonts.gstatic.com/s/bitter/v12/rax-HiqOu8IVPmn7erxlJD1img.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Bitter';
  font-style: italic;
  font-weight: 400;
  src: local('Bitter Italic'), local('Bitter-Italic'), url(https://fonts.gstatic.com/s/bitter/v12/rax-HiqOu8IVPmn7erxrJD0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 400;
  src: local('Bitter Regular'), local('Bitter-Regular'), url(https://fonts.gstatic.com/s/bitter/v12/rax8HiqOu8IVPmn7cYxpPDk.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 400;
  src: local('Bitter Regular'), local('Bitter-Regular'), url(https://fonts.gstatic.com/s/bitter/v12/rax8HiqOu8IVPmn7f4xp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 700;
  src: local('Bitter Bold'), local('Bitter-Bold'), url(https://fonts.gstatic.com/s/bitter/v12/rax_HiqOu8IVPmnzxKl8DRhfo0s.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 700;
  src: local('Bitter Bold'), local('Bitter-Bold'), url(https://fonts.gstatic.com/s/bitter/v12/rax_HiqOu8IVPmnzxKl8Axhf.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}


/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.33px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.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:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:3;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.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;line-height:1.5}.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}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.43px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

@font-face{font-family:material-design;src:url(../fonts/material-design.eot);src:url(../fonts/material-design.eot#iefix) format("embedded-opentype"),url(../fonts/material-design.woff) format("woff"),url(../fonts/material-design.ttf) format("truetype"),url(../fonts/material-design.svg) format("svg");font-weight:400;font-style:normal}.material-design-ico,[class*=" material-design-"]:after,[class*=" material-design-"]:before,[class^=material-design-]:after,[class^=material-design-]:before{font-family:material-design;font-size:inherit;font-weight:400;font-style:normal}.material-design-account4:before{content:"\e000"}.material-design-add179:before{content:"\e001"}.material-design-add180:before{content:"\e002"}.material-design-add181:before{content:"\e003"}.material-design-add182:before{content:"\e004"}.material-design-add183:before{content:"\e005"}.material-design-add184:before{content:"\e006"}.material-design-add186:before{content:"\e007"}.material-design-adjust6:before{content:"\e008"}.material-design-airplane106:before{content:"\e009"}.material-design-android11:before{content:"\e00a"}.material-design-android12:before{content:"\e00b"}.material-design-apple70:before{content:"\e00c"}.material-design-attachment19:before{content:"\e00d"}.material-design-auto1:before{content:"\e00e"}.material-design-automatic2:before{content:"\e00f"}.material-design-automatic3:before{content:"\e010"}.material-design-back57:before{content:"\e011"}.material-design-backspace1:before{content:"\e012"}.material-design-bed24:before{content:"\e013"}.material-design-been:before{content:"\e014"}.material-design-birthday20:before{content:"\e015"}.material-design-black394:before{content:"\e016"}.material-design-black395:before{content:"\e017"}.material-design-black396:before{content:"\e018"}.material-design-black397:before{content:"\e019"}.material-design-black398:before{content:"\e01a"}.material-design-black399:before{content:"\e01b"}.material-design-black400:before{content:"\e01c"}.material-design-black401:before{content:"\e01d"}.material-design-black402:before{content:"\e01e"}.material-design-blank30:before{content:"\e01f"}.material-design-blank31:before{content:"\e020"}.material-design-blank32:before{content:"\e021"}.material-design-blank33:before{content:"\e022"}.material-design-blogger12:before{content:"\e023"}.material-design-blueetooth:before{content:"\e024"}.material-design-bluetooth21:before{content:"\e025"}.material-design-bluetooth22:before{content:"\e026"}.material-design-bluetooth23:before{content:"\e027"}.material-design-bluetooth24:before{content:"\e028"}.material-design-bluetooth25:before{content:"\e029"}.material-design-bookmark45:before{content:"\e02a"}.material-design-bookmark46:before{content:"\e02b"}.material-design-bookmark47:before{content:"\e02c"}.material-design-bookmark48:before{content:"\e02d"}.material-design-briefcase49:before{content:"\e02e"}.material-design-briefcase50:before{content:"\e02f"}.material-design-brightness10:before{content:"\e030"}.material-design-brochure6:before{content:"\e031"}.material-design-bubble8:before{content:"\e032"}.material-design-bug18:before{content:"\e033"}.material-design-burn9:before{content:"\e034"}.material-design-button11:before{content:"\e035"}.material-design-call47:before{content:"\e036"}.material-design-call48:before{content:"\e037"}.material-design-call49:before{content:"\e038"}.material-design-camera59:before{content:"\e039"}.material-design-camera60:before{content:"\e03a"}.material-design-cancel19:before{content:"\e03b"}.material-design-caps1:before{content:"\e03c"}.material-design-caps:before{content:"\e03d"}.material-design-car145:before{content:"\e03e"}.material-design-car146:before{content:"\e03f"}.material-design-car147:before{content:"\e040"}.material-design-cell10:before{content:"\e041"}.material-design-cell11:before{content:"\e042"}.material-design-cell12:before{content:"\e043"}.material-design-change3:before{content:"\e044"}.material-design-chat75:before{content:"\e045"}.material-design-chat76:before{content:"\e046"}.material-design-check51:before{content:"\e047"}.material-design-check52:before{content:"\e048"}.material-design-chemistry17:before{content:"\e049"}.material-design-circle107:before{content:"\e04a"}.material-design-circle108:before{content:"\e04b"}.material-design-circles23:before{content:"\e04c"}.material-design-circumference:before{content:"\e04d"}.material-design-city24:before{content:"\e04e"}.material-design-clapperboard4:before{content:"\e04f"}.material-design-clapperboard5:before{content:"\e050"}.material-design-clear5:before{content:"\e051"}.material-design-clipboard99:before{content:"\e052"}.material-design-clock100:before{content:"\e053"}.material-design-close47:before{content:"\e054"}.material-design-closed64:before{content:"\e055"}.material-design-cloud302:before{content:"\e056"}.material-design-cloud303:before{content:"\e057"}.material-design-cloud304:before{content:"\e058"}.material-design-cloud305:before{content:"\e059"}.material-design-cloud306:before{content:"\e05a"}.material-design-cloud307:before{content:"\e05b"}.material-design-compass106:before{content:"\e05c"}.material-design-connection21:before{content:"\e05d"}.material-design-copy31:before{content:"\e05e"}.material-design-create2:before{content:"\e05f"}.material-design-create3:before{content:"\e060"}.material-design-credit98:before{content:"\e061"}.material-design-crop13:before{content:"\e062"}.material-design-crop14:before{content:"\e063"}.material-design-cut23:before{content:"\e064"}.material-design-dark55:before{content:"\e065"}.material-design-developer2:before{content:"\e066"}.material-design-device4:before{content:"\e067"}.material-design-device5:before{content:"\e068"}.material-design-disc30:before{content:"\e069"}.material-design-do10:before{content:"\e06a"}.material-design-double126:before{content:"\e06b"}.material-design-download162:before{content:"\e06c"}.material-design-download164:before{content:"\e06d"}.material-design-download166:before{content:"\e06e"}.material-design-downwards:before{content:"\e06f"}.material-design-drafts:before{content:"\e070"}.material-design-drop25:before{content:"\e071"}.material-design-drop26:before{content:"\e072"}.material-design-drop27:before{content:"\e073"}.material-design-earth205:before{content:"\e074"}.material-design-ellipsis1:before{content:"\e075"}.material-design-email107:before{content:"\e076"}.material-design-emoticon117:before{content:"\e077"}.material-design-end3:before{content:"\e078"}.material-design-enter5:before{content:"\e079"}.material-design-exit13:before{content:"\e07a"}.material-design-expand38:before{content:"\e07b"}.material-design-expand39:before{content:"\e07c"}.material-design-facebook56:before{content:"\e07d"}.material-design-fast46:before{content:"\e07e"}.material-design-favorite21:before{content:"\e07f"}.material-design-favorite22:before{content:"\e080"}.material-design-filled13:before{content:"\e081"}.material-design-film61:before{content:"\e082"}.material-design-filter20:before{content:"\e083"}.material-design-flash25:before{content:"\e084"}.material-design-flash26:before{content:"\e085"}.material-design-folder215:before{content:"\e086"}.material-design-forward18:before{content:"\e087"}.material-design-forward19:before{content:"\e088"}.material-design-framed1:before{content:"\e089"}.material-design-front15:before{content:"\e08a"}.material-design-front16:before{content:"\e08b"}.material-design-front17:before{content:"\e08c"}.material-design-full46:before{content:"\e08d"}.material-design-gamepad3:before{content:"\e08e"}.material-design-gamepad4:before{content:"\e08f"}.material-design-get:before{content:"\e090"}.material-design-gmail3:before{content:"\e091"}.material-design-go10:before{content:"\e092"}.material-design-good4:before{content:"\e093"}.material-design-good5:before{content:"\e094"}.material-design-google117:before{content:"\e095"}.material-design-google118:before{content:"\e096"}.material-design-google119:before{content:"\e097"}.material-design-google120:before{content:"\e098"}.material-design-google121:before{content:"\e099"}.material-design-google122:before{content:"\e09a"}.material-design-google123:before{content:"\e09b"}.material-design-google124:before{content:"\e09c"}.material-design-google125:before{content:"\e09d"}.material-design-google126:before{content:"\e09e"}.material-design-google127:before{content:"\e09f"}.material-design-google128:before{content:"\e0a0"}.material-design-google129:before{content:"\e0a1"}.material-design-google130:before{content:"\e0a2"}.material-design-google131:before{content:"\e0a3"}.material-design-google132:before{content:"\e0a4"}.material-design-google133:before{content:"\e0a5"}.material-design-google134:before{content:"\e0a6"}.material-design-google135:before{content:"\e0a7"}.material-design-google136:before{content:"\e0a8"}.material-design-google137:before{content:"\e0a9"}.material-design-gps25:before{content:"\e0aa"}.material-design-gps26:before{content:"\e0ab"}.material-design-gps27:before{content:"\e0ac"}.material-design-gps28:before{content:"\e0ad"}.material-design-graduate32:before{content:"\e0ae"}.material-design-halffilled1:before{content:"\e0af"}.material-design-hangouts:before{content:"\e0b0"}.material-design-headset11:before{content:"\e0b1"}.material-design-headset12:before{content:"\e0b2"}.material-design-help18:before{content:"\e0b3"}.material-design-help19:before{content:"\e0b4"}.material-design-hide3:before{content:"\e0b5"}.material-design-high20:before{content:"\e0b6"}.material-design-high21:before{content:"\e0b7"}.material-design-high22:before{content:"\e0b8"}.material-design-history6:before{content:"\e0b9"}.material-design-home149:before{content:"\e0ba"}.material-design-horizontal39:before{content:"\e0bb"}.material-design-hotel68:before{content:"\e0bc"}.material-design-https:before{content:"\e0bd"}.material-design-import:before{content:"\e0be"}.material-design-insert4:before{content:"\e0bf"}.material-design-instagram16:before{content:"\e0c0"}.material-design-invert1:before{content:"\e0c1"}.material-design-keyboard53:before{content:"\e0c2"}.material-design-keyboard54:before{content:"\e0c3"}.material-design-label31:before{content:"\e0c4"}.material-design-landscape10:before{content:"\e0c5"}.material-design-laptop117:before{content:"\e0c6"}.material-design-left216:before{content:"\e0c7"}.material-design-left217:before{content:"\e0c8"}.material-design-left218:before{content:"\e0c9"}.material-design-light88:before{content:"\e0ca"}.material-design-link60:before{content:"\e0cb"}.material-design-linkedin24:before{content:"\e0cc"}.material-design-list88:before{content:"\e0cd"}.material-design-list89:before{content:"\e0ce"}.material-design-location41:before{content:"\e0cf"}.material-design-locked57:before{content:"\e0d0"}.material-design-locked58:before{content:"\e0d1"}.material-design-low34:before{content:"\e0d2"}.material-design-magic20:before{content:"\e0d3"}.material-design-man459:before{content:"\e0d4"}.material-design-man460:before{content:"\e0d5"}.material-design-map102:before{content:"\e0d6"}.material-design-map103:before{content:"\e0d7"}.material-design-mark1:before{content:"\e0d8"}.material-design-mark2:before{content:"\e0d9"}.material-design-medium5:before{content:"\e0da"}.material-design-medium6:before{content:"\e0db"}.material-design-medium7:before{content:"\e0dc"}.material-design-memory1:before{content:"\e0dd"}.material-design-menu55:before{content:"\e0de"}.material-design-merge:before{content:"\e0df"}.material-design-microphone84:before{content:"\e0e0"}.material-design-microphone85:before{content:"\e0e1"}.material-design-microsoft7:before{content:"\e0e2"}.material-design-microsoft8:before{content:"\e0e3"}.material-design-missed:before{content:"\e0e4"}.material-design-mountain31:before{content:"\e0e5"}.material-design-mountain32:before{content:"\e0e6"}.material-design-mountains14:before{content:"\e0e7"}.material-design-move26:before{content:"\e0e8"}.material-design-new102:before{content:"\e0e9"}.material-design-new103:before{content:"\e0ea"}.material-design-nfc1:before{content:"\e0eb"}.material-design-notifications1:before{content:"\e0ec"}.material-design-notifications2:before{content:"\e0ed"}.material-design-notifications:before{content:"\e0ee"}.material-design-painter14:before{content:"\e0ef"}.material-design-panoramic1:before{content:"\e0f0"}.material-design-parking14:before{content:"\e0f1"}.material-design-pause44:before{content:"\e0f2"}.material-design-person325:before{content:"\e0f3"}.material-design-phone370:before{content:"\e0f4"}.material-design-phone371:before{content:"\e0f5"}.material-design-phone372:before{content:"\e0f6"}.material-design-phone373:before{content:"\e0f7"}.material-design-phone374:before{content:"\e0f8"}.material-design-phone375:before{content:"\e0f9"}.material-design-photo210:before{content:"\e0fa"}.material-design-photo211:before{content:"\e0fb"}.material-design-photo212:before{content:"\e0fc"}.material-design-photographic1:before{content:"\e0fd"}.material-design-pinterest33:before{content:"\e0fe"}.material-design-planet29:before{content:"\e0ff"}.material-design-play105:before{content:"\e100"}.material-design-play106:before{content:"\e101"}.material-design-play107:before{content:"\e102"}.material-design-play108:before{content:"\e103"}.material-design-play109:before{content:"\e104"}.material-design-plus80:before{content:"\e105"}.material-design-poll:before{content:"\e106"}.material-design-power106:before{content:"\e107"}.material-design-previous14:before{content:"\e108"}.material-design-printer88:before{content:"\e109"}.material-design-problems:before{content:"\e10a"}.material-design-progress10:before{content:"\e10b"}.material-design-public10:before{content:"\e10c"}.material-design-public11:before{content:"\e10d"}.material-design-public9:before{content:"\e10e"}.material-design-puzzle37:before{content:"\e10f"}.material-design-radio51:before{content:"\e110"}.material-design-random5:before{content:"\e111"}.material-design-rate:before{content:"\e112"}.material-design-read5:before{content:"\e113"}.material-design-receipt9:before{content:"\e114"}.material-design-record9:before{content:"\e115"}.material-design-refresh55:before{content:"\e116"}.material-design-refresh56:before{content:"\e117"}.material-design-reminder6:before{content:"\e118"}.material-design-replay4:before{content:"\e119"}.material-design-reply18:before{content:"\e11a"}.material-design-report:before{content:"\e11b"}.material-design-rewind45:before{content:"\e11c"}.material-design-right237:before{content:"\e11d"}.material-design-right244:before{content:"\e11e"}.material-design-ring24:before{content:"\e11f"}.material-design-rotate11:before{content:"\e120"}.material-design-rotate12:before{content:"\e121"}.material-design-round50:before{content:"\e122"}.material-design-round51:before{content:"\e123"}.material-design-round52:before{content:"\e124"}.material-design-round53:before{content:"\e125"}.material-design-round54:before{content:"\e126"}.material-design-round55:before{content:"\e127"}.material-design-round56:before{content:"\e128"}.material-design-round57:before{content:"\e129"}.material-design-round58:before{content:"\e12a"}.material-design-rounded54:before{content:"\e12b"}.material-design-rounded55:before{content:"\e12c"}.material-design-rounded56:before{content:"\e12d"}.material-design-rounded57:before{content:"\e12e"}.material-design-rounded58:before{content:"\e12f"}.material-design-rounded59:before{content:"\e130"}.material-design-rounded60:before{content:"\e131"}.material-design-rubbish:before{content:"\e132"}.material-design-save20:before{content:"\e133"}.material-design-schedule2:before{content:"\e134"}.material-design-screen44:before{content:"\e135"}.material-design-screen45:before{content:"\e136"}.material-design-screen46:before{content:"\e137"}.material-design-screen47:before{content:"\e138"}.material-design-screen48:before{content:"\e139"}.material-design-screen49:before{content:"\e13a"}.material-design-sd7:before{content:"\e13b"}.material-design-sd8:before{content:"\e13c"}.material-design-search100:before{content:"\e13d"}.material-design-searching41:before{content:"\e13e"}.material-design-select3:before{content:"\e13f"}.material-design-select4:before{content:"\e140"}.material-design-send12:before{content:"\e141"}.material-design-send13:before{content:"\e142"}.material-design-send14:before{content:"\e143"}.material-design-server40:before{content:"\e144"}.material-design-set5:before{content:"\e145"}.material-design-set6:before{content:"\e146"}.material-design-settings49:before{content:"\e147"}.material-design-settings50:before{content:"\e148"}.material-design-share39:before{content:"\e149"}.material-design-shared1:before{content:"\e14a"}.material-design-shining2:before{content:"\e14b"}.material-design-shining3:before{content:"\e14c"}.material-design-shopping231:before{content:"\e14d"}.material-design-shopping232:before{content:"\e14e"}.material-design-show4:before{content:"\e14f"}.material-design-show5:before{content:"\e150"}.material-design-show6:before{content:"\e151"}.material-design-show7:before{content:"\e152"}.material-design-show8:before{content:"\e153"}.material-design-shuffle24:before{content:"\e154"}.material-design-sim2:before{content:"\e155"}.material-design-smartphone19:before{content:"\e156"}.material-design-smartphone20:before{content:"\e157"}.material-design-sms5:before{content:"\e158"}.material-design-sms6:before{content:"\e159"}.material-design-sms7:before{content:"\e15a"}.material-design-snake4:before{content:"\e15b"}.material-design-sort52:before{content:"\e15c"}.material-design-speech108:before{content:"\e15d"}.material-design-split4:before{content:"\e15e"}.material-design-square181:before{content:"\e15f"}.material-design-stop46:before{content:"\e160"}.material-design-swap2:before{content:"\e161"}.material-design-swap3:before{content:"\e162"}.material-design-switch27:before{content:"\e163"}.material-design-switch28:before{content:"\e164"}.material-design-switch29:before{content:"\e165"}.material-design-switch30:before{content:"\e166"}.material-design-synchronization3:before{content:"\e167"}.material-design-synchronization4:before{content:"\e168"}.material-design-synchronization5:before{content:"\e169"}.material-design-tab3:before{content:"\e16a"}.material-design-tablet95:before{content:"\e16b"}.material-design-tack:before{content:"\e16c"}.material-design-tag71:before{content:"\e16d"}.material-design-telephone105:before{content:"\e16e"}.material-design-thermostat1:before{content:"\e16f"}.material-design-three168:before{content:"\e170"}.material-design-three170:before{content:"\e171"}.material-design-thumb53:before{content:"\e172"}.material-design-thumb54:before{content:"\e173"}.material-design-tick7:before{content:"\e174"}.material-design-timelapse:before{content:"\e175"}.material-design-traffic21:before{content:"\e176"}.material-design-tumblr22:before{content:"\e177"}.material-design-turn17:before{content:"\e178"}.material-design-turn18:before{content:"\e179"}.material-design-turn19:before{content:"\e17a"}.material-design-turn20:before{content:"\e17b"}.material-design-turn21:before{content:"\e17c"}.material-design-turn22:before{content:"\e17d"}.material-design-turn23:before{content:"\e17e"}.material-design-twitter47:before{content:"\e17f"}.material-design-two375:before{content:"\e180"}.material-design-two385:before{content:"\e181"}.material-design-two393:before{content:"\e182"}.material-design-underline6:before{content:"\e183"}.material-design-underline7:before{content:"\e184"}.material-design-undo19:before{content:"\e185"}.material-design-unlocked43:before{content:"\e186"}.material-design-up176:before{content:"\e187"}.material-design-upload119:before{content:"\e188"}.material-design-upload120:before{content:"\e189"}.material-design-usb33:before{content:"\e18a"}.material-design-user157:before{content:"\e18b"}.material-design-user158:before{content:"\e18c"}.material-design-users25:before{content:"\e18d"}.material-design-verification24:before{content:"\e18e"}.material-design-videocall:before{content:"\e18f"}.material-design-view12:before{content:"\e190"}.material-design-virtual2:before{content:"\e191"}.material-design-visibility1:before{content:"\e192"}.material-design-voice32:before{content:"\e193"}.material-design-voicemail1:before{content:"\e194"}.material-design-volume47:before{content:"\e195"}.material-design-volume49:before{content:"\e196"}.material-design-volume50:before{content:"\e197"}.material-design-volume51:before{content:"\e198"}.material-design-warning37:before{content:"\e199"}.material-design-watch16:before{content:"\e19a"}.material-design-waving:before{content:"\e19b"}.material-design-web37:before{content:"\e19c"}.material-design-website12:before{content:"\e19d"}.material-design-wifi81:before{content:"\e19e"}.material-design-wifi82:before{content:"\e19f"}.material-design-wifi83:before{content:"\e1a0"}.material-design-window57:before{content:"\e1a1"}.material-design-work3:before{content:"\e1a2"}.material-design-workspace:before{content:"\e1a3"}.material-design-world96:before{content:"\e1a4"}.material-design-write20:before{content:"\e1a5"}.material-design-youtube35:before{content:"\e1a6"}

@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(../fonts/MaterialIcons-Regular.eot);src:local('Material Icons'),local('MaterialIcons-Regular'),url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),url(../fonts/MaterialIcons-Regular.woff) format('woff'),url(../fonts/MaterialIcons-Regular.ttf) format('truetype')}.material-icons-ico,[class*=material-icons-]:before{font-family:'Material Icons';font-weight:400;font-style:normal;font-size:inherit}.material-icons-3d_rotation:before{content:"\e84d"}.material-icons-access_alarm:before{content:"\e190"}.material-icons-access_alarms:before{content:"\e191"}.material-icons-access_time:before{content:"\e192"}.material-icons-accessibility:before{content:"\e84e"}.material-icons-account_balance:before{content:"\e84f"}.material-icons-account_balance_wallet:before{content:"\e850"}.material-icons-account_box:before{content:"\e851"}.material-icons-account_circle:before{content:"\e853"}.material-icons-adb:before{content:"\e60e"}.material-icons-add:before{content:"\e145"}.material-icons-add_alarm:before{content:"\e193"}.material-icons-add_alert:before{content:"\e003"}.material-icons-add_box:before{content:"\e146"}.material-icons-add_circle:before{content:"\e147"}.material-icons-add_circle_outline:before{content:"\e148"}.material-icons-add_shopping_cart:before{content:"\e854"}.material-icons-add_to_photos:before{content:"\e39d"}.material-icons-adjust:before{content:"\e39e"}.material-icons-airline_seat_flat:before{content:"\e630"}.material-icons-airline_seat_flat_angled:before{content:"\e631"}.material-icons-airline_seat_individual_suite:before{content:"\e632"}.material-icons-airline_seat_legroom_extra:before{content:"\e633"}.material-icons-airline_seat_legroom_normal:before{content:"\e634"}.material-icons-airline_seat_legroom_reduced:before{content:"\e635"}.material-icons-airline_seat_recline_extra:before{content:"\e636"}.material-icons-airline_seat_recline_normal:before{content:"\e637"}.material-icons-airplanemode_active:before{content:"\e195"}.material-icons-airplanemode_inactive:before{content:"\e194"}.material-icons-airplay:before{content:"\e055"}.material-icons-alarm:before{content:"\e855"}.material-icons-alarm_add:before{content:"\e856"}.material-icons-alarm_off:before{content:"\e857"}.material-icons-alarm_on:before{content:"\e858"}.material-icons-album:before{content:"\e019"}.material-icons-android:before{content:"\e859"}.material-icons-announcement:before{content:"\e85a"}.material-icons-apps:before{content:"\e5c3"}.material-icons-archive:before{content:"\e149"}.material-icons-arrow_back:before{content:"\e5c4"}.material-icons-arrow_drop_down:before{content:"\e5c5"}.material-icons-arrow_drop_down_circle:before{content:"\e5c6"}.material-icons-arrow_drop_up:before{content:"\e5c7"}.material-icons-arrow_forward:before{content:"\e5c8"}.material-icons-aspect_ratio:before{content:"\e85b"}.material-icons-assessment:before{content:"\e85c"}.material-icons-assignment:before{content:"\e85d"}.material-icons-assignment_ind:before{content:"\e85e"}.material-icons-assignment_late:before{content:"\e85f"}.material-icons-assignment_return:before{content:"\e860"}.material-icons-assignment_returned:before{content:"\e861"}.material-icons-assignment_turned_in:before{content:"\e862"}.material-icons-assistant:before{content:"\e39f"}.material-icons-assistant_photo:before{content:"\e3a0"}.material-icons-attach_file:before{content:"\e226"}.material-icons-attach_money:before{content:"\e227"}.material-icons-attachment:before{content:"\e2bc"}.material-icons-audiotrack:before{content:"\e3a1"}.material-icons-autorenew:before{content:"\e863"}.material-icons-av_timer:before{content:"\e01b"}.material-icons-backspace:before{content:"\e14a"}.material-icons-backup:before{content:"\e864"}.material-icons-battery_alert:before{content:"\e19c"}.material-icons-battery_charging_full:before{content:"\e1a3"}.material-icons-battery_full:before{content:"\e1a4"}.material-icons-battery_std:before{content:"\e1a5"}.material-icons-battery_unknown:before{content:"\e1a6"}.material-icons-beenhere:before{content:"\e52d"}.material-icons-block:before{content:"\e14b"}.material-icons-bluetooth:before{content:"\e1a7"}.material-icons-bluetooth_audio:before{content:"\e60f"}.material-icons-bluetooth_connected:before{content:"\e1a8"}.material-icons-bluetooth_disabled:before{content:"\e1a9"}.material-icons-bluetooth_searching:before{content:"\e1aa"}.material-icons-blur_circular:before{content:"\e3a2"}.material-icons-blur_linear:before{content:"\e3a3"}.material-icons-blur_off:before{content:"\e3a4"}.material-icons-blur_on:before{content:"\e3a5"}.material-icons-book:before{content:"\e865"}.material-icons-bookmark:before{content:"\e866"}.material-icons-bookmark_border:before{content:"\e867"}.material-icons-border_all:before{content:"\e228"}.material-icons-border_bottom:before{content:"\e229"}.material-icons-border_clear:before{content:"\e22a"}.material-icons-border_color:before{content:"\e22b"}.material-icons-border_horizontal:before{content:"\e22c"}.material-icons-border_inner:before{content:"\e22d"}.material-icons-border_left:before{content:"\e22e"}.material-icons-border_outer:before{content:"\e22f"}.material-icons-border_right:before{content:"\e230"}.material-icons-border_style:before{content:"\e231"}.material-icons-border_top:before{content:"\e232"}.material-icons-border_vertical:before{content:"\e233"}.material-icons-brightness_1:before{content:"\e3a6"}.material-icons-brightness_2:before{content:"\e3a7"}.material-icons-brightness_3:before{content:"\e3a8"}.material-icons-brightness_4:before{content:"\e3a9"}.material-icons-brightness_5:before{content:"\e3aa"}.material-icons-brightness_6:before{content:"\e3ab"}.material-icons-brightness_7:before{content:"\e3ac"}.material-icons-brightness_auto:before{content:"\e1ab"}.material-icons-brightness_high:before{content:"\e1ac"}.material-icons-brightness_low:before{content:"\e1ad"}.material-icons-brightness_medium:before{content:"\e1ae"}.material-icons-broken_image:before{content:"\e3ad"}.material-icons-brush:before{content:"\e3ae"}.material-icons-bug_report:before{content:"\e868"}.material-icons-build:before{content:"\e869"}.material-icons-business:before{content:"\e0af"}.material-icons-cached:before{content:"\e86a"}.material-icons-cake:before{content:"\e7e9"}.material-icons-call:before{content:"\e0b0"}.material-icons-call_end:before{content:"\e0b1"}.material-icons-call_made:before{content:"\e0b2"}.material-icons-call_merge:before{content:"\e0b3"}.material-icons-call_missed:before{content:"\e0b4"}.material-icons-call_received:before{content:"\e0b5"}.material-icons-call_split:before{content:"\e0b6"}.material-icons-camera:before{content:"\e3af"}.material-icons-camera_alt:before{content:"\e3b0"}.material-icons-camera_enhance:before{content:"\e8fc"}.material-icons-camera_front:before{content:"\e3b1"}.material-icons-camera_rear:before{content:"\e3b2"}.material-icons-camera_roll:before{content:"\e3b3"}.material-icons-cancel:before{content:"\e5c9"}.material-icons-card_giftcard:before{content:"\e8f6"}.material-icons-card_membership:before{content:"\e8f7"}.material-icons-card_travel:before{content:"\e8f8"}.material-icons-cast:before{content:"\e307"}.material-icons-cast_connected:before{content:"\e308"}.material-icons-center_focus_strong:before{content:"\e3b4"}.material-icons-center_focus_weak:before{content:"\e3b5"}.material-icons-change_history:before{content:"\e86b"}.material-icons-chat:before{content:"\e0b7"}.material-icons-chat_bubble:before{content:"\e0ca"}.material-icons-chat_bubble_outline:before{content:"\e0cb"}.material-icons-check:before{content:"\e5ca"}.material-icons-check_box:before{content:"\e834"}.material-icons-check_box_outline_blank:before{content:"\e835"}.material-icons-check_circle:before{content:"\e86c"}.material-icons-chevron_left:before{content:"\e5cb"}.material-icons-chevron_right:before{content:"\e5cc"}.material-icons-chrome_reader_mode:before{content:"\e86d"}.material-icons-class:before{content:"\e86e"}.material-icons-clear:before{content:"\e14c"}.material-icons-clear_all:before{content:"\e0b8"}.material-icons-close:before{content:"\e5cd"}.material-icons-closed_caption:before{content:"\e01c"}.material-icons-cloud:before{content:"\e2bd"}.material-icons-cloud_circle:before{content:"\e2be"}.material-icons-cloud_done:before{content:"\e2bf"}.material-icons-cloud_download:before{content:"\e2c0"}.material-icons-cloud_off:before{content:"\e2c1"}.material-icons-cloud_queue:before{content:"\e2c2"}.material-icons-cloud_upload:before{content:"\e2c3"}.material-icons-code:before{content:"\e86f"}.material-icons-collections:before{content:"\e3b6"}.material-icons-collections_bookmark:before{content:"\e431"}.material-icons-color_lens:before{content:"\e3b7"}.material-icons-colorize:before{content:"\e3b8"}.material-icons-comment:before{content:"\e0b9"}.material-icons-compare:before{content:"\e3b9"}.material-icons-computer:before{content:"\e30a"}.material-icons-confirmation_number:before{content:"\e638"}.material-icons-contact_phone:before{content:"\e0cf"}.material-icons-contacts:before{content:"\e0ba"}.material-icons-content_copy:before{content:"\e14d"}.material-icons-content_cut:before{content:"\e14e"}.material-icons-content_paste:before{content:"\e14f"}.material-icons-control_point:before{content:"\e3ba"}.material-icons-control_point_duplicate:before{content:"\e3bb"}.material-icons-create:before{content:"\e150"}.material-icons-credit_card:before{content:"\e870"}.material-icons-crop:before{content:"\e3be"}.material-icons-crop_16_9:before{content:"\e3bc"}.material-icons-crop_3_2:before{content:"\e3bd"}.material-icons-crop_5_4:before{content:"\e3bf"}.material-icons-crop_7_5:before{content:"\e3c0"}.material-icons-crop_din:before{content:"\e3c1"}.material-icons-crop_free:before{content:"\e3c2"}.material-icons-crop_landscape:before{content:"\e3c3"}.material-icons-crop_original:before{content:"\e3c4"}.material-icons-crop_portrait:before{content:"\e3c5"}.material-icons-crop_square:before{content:"\e3c6"}.material-icons-dashboard:before{content:"\e871"}.material-icons-data_usage:before{content:"\e1af"}.material-icons-dehaze:before{content:"\e3c7"}.material-icons-delete:before{content:"\e872"}.material-icons-description:before{content:"\e873"}.material-icons-desktop_mac:before{content:"\e30b"}.material-icons-desktop_windows:before{content:"\e30c"}.material-icons-details:before{content:"\e3c8"}.material-icons-developer_board:before{content:"\e30d"}.material-icons-developer_mode:before{content:"\e1b0"}.material-icons-device_hub:before{content:"\e335"}.material-icons-devices:before{content:"\e1b1"}.material-icons-dialer_sip:before{content:"\e0bb"}.material-icons-dialpad:before{content:"\e0bc"}.material-icons-directions:before{content:"\e52e"}.material-icons-directions_bike:before{content:"\e52f"}.material-icons-directions_boat:before{content:"\e532"}.material-icons-directions_bus:before{content:"\e530"}.material-icons-directions_car:before{content:"\e531"}.material-icons-directions_railway:before{content:"\e534"}.material-icons-directions_run:before{content:"\e566"}.material-icons-directions_subway:before{content:"\e533"}.material-icons-directions_transit:before{content:"\e535"}.material-icons-directions_walk:before{content:"\e536"}.material-icons-disc_full:before{content:"\e610"}.material-icons-dns:before{content:"\e875"}.material-icons-do_not_disturb:before{content:"\e612"}.material-icons-do_not_disturb_alt:before{content:"\e611"}.material-icons-dock:before{content:"\e30e"}.material-icons-domain:before{content:"\e7ee"}.material-icons-done:before{content:"\e876"}.material-icons-done_all:before{content:"\e877"}.material-icons-drafts:before{content:"\e151"}.material-icons-drive_eta:before{content:"\e613"}.material-icons-dvr:before{content:"\e1b2"}.material-icons-edit:before{content:"\e3c9"}.material-icons-eject:before{content:"\e8fb"}.material-icons-email:before{content:"\e0be"}.material-icons-equalizer:before{content:"\e01d"}.material-icons-error:before{content:"\e000"}.material-icons-error_outline:before{content:"\e001"}.material-icons-event:before{content:"\e878"}.material-icons-event_available:before{content:"\e614"}.material-icons-event_busy:before{content:"\e615"}.material-icons-event_note:before{content:"\e616"}.material-icons-event_seat:before{content:"\e903"}.material-icons-exit_to_app:before{content:"\e879"}.material-icons-expand_less:before{content:"\e5ce"}.material-icons-expand_more:before{content:"\e5cf"}.material-icons-explicit:before{content:"\e01e"}.material-icons-explore:before{content:"\e87a"}.material-icons-exposure:before{content:"\e3ca"}.material-icons-exposure_neg_1:before{content:"\e3cb"}.material-icons-exposure_neg_2:before{content:"\e3cc"}.material-icons-exposure_plus_1:before{content:"\e3cd"}.material-icons-exposure_plus_2:before{content:"\e3ce"}.material-icons-exposure_zero:before{content:"\e3cf"}.material-icons-extension:before{content:"\e87b"}.material-icons-face:before{content:"\e87c"}.material-icons-fast_forward:before{content:"\e01f"}.material-icons-fast_rewind:before{content:"\e020"}.material-icons-favorite:before{content:"\e87d"}.material-icons-favorite_border:before{content:"\e87e"}.material-icons-feedback:before{content:"\e87f"}.material-icons-file_download:before{content:"\e2c4"}.material-icons-file_upload:before{content:"\e2c6"}.material-icons-filter:before{content:"\e3d3"}.material-icons-filter_1:before{content:"\e3d0"}.material-icons-filter_2:before{content:"\e3d1"}.material-icons-filter_3:before{content:"\e3d2"}.material-icons-filter_4:before{content:"\e3d4"}.material-icons-filter_5:before{content:"\e3d5"}.material-icons-filter_6:before{content:"\e3d6"}.material-icons-filter_7:before{content:"\e3d7"}.material-icons-filter_8:before{content:"\e3d8"}.material-icons-filter_9:before{content:"\e3d9"}.material-icons-filter_9_plus:before{content:"\e3da"}.material-icons-filter_b_and_w:before{content:"\e3db"}.material-icons-filter_center_focus:before{content:"\e3dc"}.material-icons-filter_drama:before{content:"\e3dd"}.material-icons-filter_frames:before{content:"\e3de"}.material-icons-filter_hdr:before{content:"\e3df"}.material-icons-filter_list:before{content:"\e152"}.material-icons-filter_none:before{content:"\e3e0"}.material-icons-filter_tilt_shift:before{content:"\e3e2"}.material-icons-filter_vintage:before{content:"\e3e3"}.material-icons-find_in_page:before{content:"\e880"}.material-icons-find_replace:before{content:"\e881"}.material-icons-flag:before{content:"\e153"}.material-icons-flare:before{content:"\e3e4"}.material-icons-flash_auto:before{content:"\e3e5"}.material-icons-flash_off:before{content:"\e3e6"}.material-icons-flash_on:before{content:"\e3e7"}.material-icons-flight:before{content:"\e539"}.material-icons-flight_land:before{content:"\e904"}.material-icons-flight_takeoff:before{content:"\e905"}.material-icons-flip:before{content:"\e3e8"}.material-icons-flip_to_back:before{content:"\e882"}.material-icons-flip_to_front:before{content:"\e883"}.material-icons-folder:before{content:"\e2c7"}.material-icons-folder_open:before{content:"\e2c8"}.material-icons-folder_shared:before{content:"\e2c9"}.material-icons-folder_special:before{content:"\e617"}.material-icons-font_download:before{content:"\e167"}.material-icons-format_align_center:before{content:"\e234"}.material-icons-format_align_justify:before{content:"\e235"}.material-icons-format_align_left:before{content:"\e236"}.material-icons-format_align_right:before{content:"\e237"}.material-icons-format_bold:before{content:"\e238"}.material-icons-format_clear:before{content:"\e239"}.material-icons-format_color_fill:before{content:"\e23a"}.material-icons-format_color_reset:before{content:"\e23b"}.material-icons-format_color_text:before{content:"\e23c"}.material-icons-format_indent_decrease:before{content:"\e23d"}.material-icons-format_indent_increase:before{content:"\e23e"}.material-icons-format_italic:before{content:"\e23f"}.material-icons-format_line_spacing:before{content:"\e240"}.material-icons-format_list_bulleted:before{content:"\e241"}.material-icons-format_list_numbered:before{content:"\e242"}.material-icons-format_paint:before{content:"\e243"}.material-icons-format_quote:before{content:"\e244"}.material-icons-format_size:before{content:"\e245"}.material-icons-format_strikethrough:before{content:"\e246"}.material-icons-format_textdirection_l_to_r:before{content:"\e247"}.material-icons-format_textdirection_r_to_l:before{content:"\e248"}.material-icons-format_underlined:before{content:"\e249"}.material-icons-forum:before{content:"\e0bf"}.material-icons-forward:before{content:"\e154"}.material-icons-forward_10:before{content:"\e056"}.material-icons-forward_30:before{content:"\e057"}.material-icons-forward_5:before{content:"\e058"}.material-icons-fullscreen:before{content:"\e5d0"}.material-icons-fullscreen_exit:before{content:"\e5d1"}.material-icons-functions:before{content:"\e24a"}.material-icons-gamepad:before{content:"\e30f"}.material-icons-games:before{content:"\e021"}.material-icons-gesture:before{content:"\e155"}.material-icons-get_app:before{content:"\e884"}.material-icons-gif:before{content:"\e908"}.material-icons-gps_fixed:before{content:"\e1b3"}.material-icons-gps_not_fixed:before{content:"\e1b4"}.material-icons-gps_off:before{content:"\e1b5"}.material-icons-grade:before{content:"\e885"}.material-icons-gradient:before{content:"\e3e9"}.material-icons-grain:before{content:"\e3ea"}.material-icons-graphic_eq:before{content:"\e1b8"}.material-icons-grid_off:before{content:"\e3eb"}.material-icons-grid_on:before{content:"\e3ec"}.material-icons-group:before{content:"\e7ef"}.material-icons-group_add:before{content:"\e7f0"}.material-icons-group_work:before{content:"\e886"}.material-icons-hd:before{content:"\e052"}.material-icons-hdr_off:before{content:"\e3ed"}.material-icons-hdr_on:before{content:"\e3ee"}.material-icons-hdr_strong:before{content:"\e3f1"}.material-icons-hdr_weak:before{content:"\e3f2"}.material-icons-headset:before{content:"\e310"}.material-icons-headset_mic:before{content:"\e311"}.material-icons-healing:before{content:"\e3f3"}.material-icons-hearing:before{content:"\e023"}.material-icons-help:before{content:"\e887"}.material-icons-help_outline:before{content:"\e8fd"}.material-icons-high_quality:before{content:"\e024"}.material-icons-highlight_off:before{content:"\e888"}.material-icons-history:before{content:"\e889"}.material-icons-home:before{content:"\e88a"}.material-icons-hotel:before{content:"\e53a"}.material-icons-hourglass_empty:before{content:"\e88b"}.material-icons-hourglass_full:before{content:"\e88c"}.material-icons-http:before{content:"\e902"}.material-icons-https:before{content:"\e88d"}.material-icons-image:before{content:"\e3f4"}.material-icons-image_aspect_ratio:before{content:"\e3f5"}.material-icons-import_export:before{content:"\e0c3"}.material-icons-inbox:before{content:"\e156"}.material-icons-indeterminate_check_box:before{content:"\e909"}.material-icons-info:before{content:"\e88e"}.material-icons-info_outline:before{content:"\e88f"}.material-icons-input:before{content:"\e890"}.material-icons-insert_chart:before{content:"\e24b"}.material-icons-insert_comment:before{content:"\e24c"}.material-icons-insert_drive_file:before{content:"\e24d"}.material-icons-insert_emoticon:before{content:"\e24e"}.material-icons-insert_invitation:before{content:"\e24f"}.material-icons-insert_link:before{content:"\e250"}.material-icons-insert_photo:before{content:"\e251"}.material-icons-invert_colors:before{content:"\e891"}.material-icons-invert_colors_off:before{content:"\e0c4"}.material-icons-iso:before{content:"\e3f6"}.material-icons-keyboard:before{content:"\e312"}.material-icons-keyboard_arrow_down:before{content:"\e313"}.material-icons-keyboard_arrow_left:before{content:"\e314"}.material-icons-keyboard_arrow_right:before{content:"\e315"}.material-icons-keyboard_arrow_up:before{content:"\e316"}.material-icons-keyboard_backspace:before{content:"\e317"}.material-icons-keyboard_capslock:before{content:"\e318"}.material-icons-keyboard_hide:before{content:"\e31a"}.material-icons-keyboard_return:before{content:"\e31b"}.material-icons-keyboard_tab:before{content:"\e31c"}.material-icons-keyboard_voice:before{content:"\e31d"}.material-icons-label:before{content:"\e892"}.material-icons-label_outline:before{content:"\e893"}.material-icons-landscape:before{content:"\e3f7"}.material-icons-language:before{content:"\e894"}.material-icons-laptop:before{content:"\e31e"}.material-icons-laptop_chromebook:before{content:"\e31f"}.material-icons-laptop_mac:before{content:"\e320"}.material-icons-laptop_windows:before{content:"\e321"}.material-icons-launch:before{content:"\e895"}.material-icons-layers:before{content:"\e53b"}.material-icons-layers_clear:before{content:"\e53c"}.material-icons-leak_add:before{content:"\e3f8"}.material-icons-leak_remove:before{content:"\e3f9"}.material-icons-lens:before{content:"\e3fa"}.material-icons-library_add:before{content:"\e02e"}.material-icons-library_books:before{content:"\e02f"}.material-icons-library_music:before{content:"\e030"}.material-icons-link:before{content:"\e157"}.material-icons-list:before{content:"\e896"}.material-icons-live_help:before{content:"\e0c6"}.material-icons-live_tv:before{content:"\e639"}.material-icons-local_activity:before{content:"\e53f"}.material-icons-local_airport:before{content:"\e53d"}.material-icons-local_atm:before{content:"\e53e"}.material-icons-local_bar:before{content:"\e540"}.material-icons-local_cafe:before{content:"\e541"}.material-icons-local_car_wash:before{content:"\e542"}.material-icons-local_convenience_store:before{content:"\e543"}.material-icons-local_dining:before{content:"\e556"}.material-icons-local_drink:before{content:"\e544"}.material-icons-local_florist:before{content:"\e545"}.material-icons-local_gas_station:before{content:"\e546"}.material-icons-local_grocery_store:before{content:"\e547"}.material-icons-local_hospital:before{content:"\e548"}.material-icons-local_hotel:before{content:"\e549"}.material-icons-local_laundry_service:before{content:"\e54a"}.material-icons-local_library:before{content:"\e54b"}.material-icons-local_mall:before{content:"\e54c"}.material-icons-local_movies:before{content:"\e54d"}.material-icons-local_offer:before{content:"\e54e"}.material-icons-local_parking:before{content:"\e54f"}.material-icons-local_pharmacy:before{content:"\e550"}.material-icons-local_phone:before{content:"\e551"}.material-icons-local_pizza:before{content:"\e552"}.material-icons-local_play:before{content:"\e553"}.material-icons-local_post_office:before{content:"\e554"}.material-icons-local_printshop:before{content:"\e555"}.material-icons-local_see:before{content:"\e557"}.material-icons-local_shipping:before{content:"\e558"}.material-icons-local_taxi:before{content:"\e559"}.material-icons-location_city:before{content:"\e7f1"}.material-icons-location_disabled:before{content:"\e1b6"}.material-icons-location_off:before{content:"\e0c7"}.material-icons-location_on:before{content:"\e0c8"}.material-icons-location_searching:before{content:"\e1b7"}.material-icons-lock:before{content:"\e897"}.material-icons-lock_open:before{content:"\e898"}.material-icons-lock_outline:before{content:"\e899"}.material-icons-looks:before{content:"\e3fc"}.material-icons-looks_3:before{content:"\e3fb"}.material-icons-looks_4:before{content:"\e3fd"}.material-icons-looks_5:before{content:"\e3fe"}.material-icons-looks_6:before{content:"\e3ff"}.material-icons-looks_one:before{content:"\e400"}.material-icons-looks_two:before{content:"\e401"}.material-icons-loop:before{content:"\e028"}.material-icons-loupe:before{content:"\e402"}.material-icons-loyalty:before{content:"\e89a"}.material-icons-mail:before{content:"\e158"}.material-icons-map:before{content:"\e55b"}.material-icons-markunread:before{content:"\e159"}.material-icons-markunread_mailbox:before{content:"\e89b"}.material-icons-memory:before{content:"\e322"}.material-icons-menu:before{content:"\e5d2"}.material-icons-merge_type:before{content:"\e252"}.material-icons-message:before{content:"\e0c9"}.material-icons-mic:before{content:"\e029"}.material-icons-mic_none:before{content:"\e02a"}.material-icons-mic_off:before{content:"\e02b"}.material-icons-mms:before{content:"\e618"}.material-icons-mode_comment:before{content:"\e253"}.material-icons-mode_edit:before{content:"\e254"}.material-icons-money_off:before{content:"\e25c"}.material-icons-monochrome_photos:before{content:"\e403"}.material-icons-mood:before{content:"\e7f2"}.material-icons-mood_bad:before{content:"\e7f3"}.material-icons-more:before{content:"\e619"}.material-icons-more_horiz:before{content:"\e5d3"}.material-icons-more_vert:before{content:"\e5d4"}.material-icons-mouse:before{content:"\e323"}.material-icons-movie:before{content:"\e02c"}.material-icons-movie_creation:before{content:"\e404"}.material-icons-music_note:before{content:"\e405"}.material-icons-my_location:before{content:"\e55c"}.material-icons-nature:before{content:"\e406"}.material-icons-nature_people:before{content:"\e407"}.material-icons-navigate_before:before{content:"\e408"}.material-icons-navigate_next:before{content:"\e409"}.material-icons-navigation:before{content:"\e55d"}.material-icons-network_cell:before{content:"\e1b9"}.material-icons-network_locked:before{content:"\e61a"}.material-icons-network_wifi:before{content:"\e1ba"}.material-icons-new_releases:before{content:"\e031"}.material-icons-nfc:before{content:"\e1bb"}.material-icons-no_sim:before{content:"\e0cc"}.material-icons-not_interested:before{content:"\e033"}.material-icons-note_add:before{content:"\e89c"}.material-icons-notifications:before{content:"\e7f4"}.material-icons-notifications_active:before{content:"\e7f7"}.material-icons-notifications_none:before{content:"\e7f5"}.material-icons-notifications_off:before{content:"\e7f6"}.material-icons-notifications_paused:before{content:"\e7f8"}.material-icons-offline_pin:before{content:"\e90a"}.material-icons-ondemand_video:before{content:"\e63a"}.material-icons-open_in_browser:before{content:"\e89d"}.material-icons-open_in_new:before{content:"\e89e"}.material-icons-open_with:before{content:"\e89f"}.material-icons-pages:before{content:"\e7f9"}.material-icons-pageview:before{content:"\e8a0"}.material-icons-palette:before{content:"\e40a"}.material-icons-panorama:before{content:"\e40b"}.material-icons-panorama_fish_eye:before{content:"\e40c"}.material-icons-panorama_horizontal:before{content:"\e40d"}.material-icons-panorama_vertical:before{content:"\e40e"}.material-icons-panorama_wide_angle:before{content:"\e40f"}.material-icons-party_mode:before{content:"\e7fa"}.material-icons-pause:before{content:"\e034"}.material-icons-pause_circle_filled:before{content:"\e035"}.material-icons-pause_circle_outline:before{content:"\e036"}.material-icons-payment:before{content:"\e8a1"}.material-icons-people:before{content:"\e7fb"}.material-icons-people_outline:before{content:"\e7fc"}.material-icons-perm_camera_mic:before{content:"\e8a2"}.material-icons-perm_contact_calendar:before{content:"\e8a3"}.material-icons-perm_data_setting:before{content:"\e8a4"}.material-icons-perm_device_information:before{content:"\e8a5"}.material-icons-perm_identity:before{content:"\e8a6"}.material-icons-perm_media:before{content:"\e8a7"}.material-icons-perm_phone_msg:before{content:"\e8a8"}.material-icons-perm_scan_wifi:before{content:"\e8a9"}.material-icons-person:before{content:"\e7fd"}.material-icons-person_add:before{content:"\e7fe"}.material-icons-person_outline:before{content:"\e7ff"}.material-icons-person_pin:before{content:"\e55a"}.material-icons-personal_video:before{content:"\e63b"}.material-icons-phone:before{content:"\e0cd"}.material-icons-phone_android:before{content:"\e324"}.material-icons-phone_bluetooth_speaker:before{content:"\e61b"}.material-icons-phone_forwarded:before{content:"\e61c"}.material-icons-phone_in_talk:before{content:"\e61d"}.material-icons-phone_iphone:before{content:"\e325"}.material-icons-phone_locked:before{content:"\e61e"}.material-icons-phone_missed:before{content:"\e61f"}.material-icons-phone_paused:before{content:"\e620"}.material-icons-phonelink:before{content:"\e326"}.material-icons-phonelink_erase:before{content:"\e0db"}.material-icons-phonelink_lock:before{content:"\e0dc"}.material-icons-phonelink_off:before{content:"\e327"}.material-icons-phonelink_ring:before{content:"\e0dd"}.material-icons-phonelink_setup:before{content:"\e0de"}.material-icons-photo:before{content:"\e410"}.material-icons-photo_album:before{content:"\e411"}.material-icons-photo_camera:before{content:"\e412"}.material-icons-photo_library:before{content:"\e413"}.material-icons-photo_size_select_actual:before{content:"\e432"}.material-icons-photo_size_select_large:before{content:"\e433"}.material-icons-photo_size_select_small:before{content:"\e434"}.material-icons-picture_as_pdf:before{content:"\e415"}.material-icons-picture_in_picture:before{content:"\e8aa"}.material-icons-pin_drop:before{content:"\e55e"}.material-icons-place:before{content:"\e55f"}.material-icons-play_arrow:before{content:"\e037"}.material-icons-play_circle_filled:before{content:"\e038"}.material-icons-play_circle_outline:before{content:"\e039"}.material-icons-play_for_work:before{content:"\e906"}.material-icons-playlist_add:before{content:"\e03b"}.material-icons-plus_one:before{content:"\e800"}.material-icons-poll:before{content:"\e801"}.material-icons-polymer:before{content:"\e8ab"}.material-icons-portable_wifi_off:before{content:"\e0ce"}.material-icons-portrait:before{content:"\e416"}.material-icons-power:before{content:"\e63c"}.material-icons-power_input:before{content:"\e336"}.material-icons-power_settings_new:before{content:"\e8ac"}.material-icons-present_to_all:before{content:"\e0df"}.material-icons-print:before{content:"\e8ad"}.material-icons-public:before{content:"\e80b"}.material-icons-publish:before{content:"\e255"}.material-icons-query_builder:before{content:"\e8ae"}.material-icons-question_answer:before{content:"\e8af"}.material-icons-queue:before{content:"\e03c"}.material-icons-queue_music:before{content:"\e03d"}.material-icons-radio:before{content:"\e03e"}.material-icons-radio_button_checked:before{content:"\e837"}.material-icons-radio_button_unchecked:before{content:"\e836"}.material-icons-rate_review:before{content:"\e560"}.material-icons-receipt:before{content:"\e8b0"}.material-icons-recent_actors:before{content:"\e03f"}.material-icons-redeem:before{content:"\e8b1"}.material-icons-redo:before{content:"\e15a"}.material-icons-refresh:before{content:"\e5d5"}.material-icons-remove:before{content:"\e15b"}.material-icons-remove_circle:before{content:"\e15c"}.material-icons-remove_circle_outline:before{content:"\e15d"}.material-icons-remove_red_eye:before{content:"\e417"}.material-icons-reorder:before{content:"\e8fe"}.material-icons-repeat:before{content:"\e040"}.material-icons-repeat_one:before{content:"\e041"}.material-icons-replay:before{content:"\e042"}.material-icons-replay_10:before{content:"\e059"}.material-icons-replay_30:before{content:"\e05a"}.material-icons-replay_5:before{content:"\e05b"}.material-icons-reply:before{content:"\e15e"}.material-icons-reply_all:before{content:"\e15f"}.material-icons-report:before{content:"\e160"}.material-icons-report_problem:before{content:"\e8b2"}.material-icons-restaurant_menu:before{content:"\e561"}.material-icons-restore:before{content:"\e8b3"}.material-icons-ring_volume:before{content:"\e0d1"}.material-icons-room:before{content:"\e8b4"}.material-icons-rotate_90_degrees_ccw:before{content:"\e418"}.material-icons-rotate_left:before{content:"\e419"}.material-icons-rotate_right:before{content:"\e41a"}.material-icons-router:before{content:"\e328"}.material-icons-satellite:before{content:"\e562"}.material-icons-save:before{content:"\e161"}.material-icons-scanner:before{content:"\e329"}.material-icons-schedule:before{content:"\e8b5"}.material-icons-school:before{content:"\e80c"}.material-icons-screen_lock_landscape:before{content:"\e1be"}.material-icons-screen_lock_portrait:before{content:"\e1bf"}.material-icons-screen_lock_rotation:before{content:"\e1c0"}.material-icons-screen_rotation:before{content:"\e1c1"}.material-icons-sd_card:before{content:"\e623"}.material-icons-sd_storage:before{content:"\e1c2"}.material-icons-search:before{content:"\e8b6"}.material-icons-security:before{content:"\e32a"}.material-icons-select_all:before{content:"\e162"}.material-icons-send:before{content:"\e163"}.material-icons-settings:before{content:"\e8b8"}.material-icons-settings_applications:before{content:"\e8b9"}.material-icons-settings_backup_restore:before{content:"\e8ba"}.material-icons-settings_bluetooth:before{content:"\e8bb"}.material-icons-settings_brightness:before{content:"\e8bd"}.material-icons-settings_cell:before{content:"\e8bc"}.material-icons-settings_ethernet:before{content:"\e8be"}.material-icons-settings_input_antenna:before{content:"\e8bf"}.material-icons-settings_input_component:before{content:"\e8c0"}.material-icons-settings_input_composite:before{content:"\e8c1"}.material-icons-settings_input_hdmi:before{content:"\e8c2"}.material-icons-settings_input_svideo:before{content:"\e8c3"}.material-icons-settings_overscan:before{content:"\e8c4"}.material-icons-settings_phone:before{content:"\e8c5"}.material-icons-settings_power:before{content:"\e8c6"}.material-icons-settings_remote:before{content:"\e8c7"}.material-icons-settings_system_daydream:before{content:"\e1c3"}.material-icons-settings_voice:before{content:"\e8c8"}.material-icons-share:before{content:"\e80d"}.material-icons-shop:before{content:"\e8c9"}.material-icons-shop_two:before{content:"\e8ca"}.material-icons-shopping_basket:before{content:"\e8cb"}.material-icons-shopping_cart:before{content:"\e8cc"}.material-icons-shuffle:before{content:"\e043"}.material-icons-signal_cellular_4_bar:before{content:"\e1c8"}.material-icons-signal_cellular_connected_no_internet_4_bar:before{content:"\e1cd"}.material-icons-signal_cellular_no_sim:before{content:"\e1ce"}.material-icons-signal_cellular_null:before{content:"\e1cf"}.material-icons-signal_cellular_off:before{content:"\e1d0"}.material-icons-signal_wifi_4_bar:before{content:"\e1d8"}.material-icons-signal_wifi_4_bar_lock:before{content:"\e1d9"}.material-icons-signal_wifi_off:before{content:"\e1da"}.material-icons-sim_card:before{content:"\e32b"}.material-icons-sim_card_alert:before{content:"\e624"}.material-icons-skip_next:before{content:"\e044"}.material-icons-skip_previous:before{content:"\e045"}.material-icons-slideshow:before{content:"\e41b"}.material-icons-smartphone:before{content:"\e32c"}.material-icons-sms:before{content:"\e625"}.material-icons-sms_failed:before{content:"\e626"}.material-icons-snooze:before{content:"\e046"}.material-icons-sort:before{content:"\e164"}.material-icons-sort_by_alpha:before{content:"\e053"}.material-icons-space_bar:before{content:"\e256"}.material-icons-speaker:before{content:"\e32d"}.material-icons-speaker_group:before{content:"\e32e"}.material-icons-speaker_notes:before{content:"\e8cd"}.material-icons-speaker_phone:before{content:"\e0d2"}.material-icons-spellcheck:before{content:"\e8ce"}.material-icons-star:before{content:"\e838"}.material-icons-star_border:before{content:"\e83a"}.material-icons-star_half:before{content:"\e839"}.material-icons-stars:before{content:"\e8d0"}.material-icons-stay_current_landscape:before{content:"\e0d3"}.material-icons-stay_current_portrait:before{content:"\e0d4"}.material-icons-stay_primary_landscape:before{content:"\e0d5"}.material-icons-stay_primary_portrait:before{content:"\e0d6"}.material-icons-stop:before{content:"\e047"}.material-icons-storage:before{content:"\e1db"}.material-icons-store:before{content:"\e8d1"}.material-icons-store_mall_directory:before{content:"\e563"}.material-icons-straighten:before{content:"\e41c"}.material-icons-strikethrough_s:before{content:"\e257"}.material-icons-style:before{content:"\e41d"}.material-icons-subject:before{content:"\e8d2"}.material-icons-subtitles:before{content:"\e048"}.material-icons-supervisor_account:before{content:"\e8d3"}.material-icons-surround_sound:before{content:"\e049"}.material-icons-swap_calls:before{content:"\e0d7"}.material-icons-swap_horiz:before{content:"\e8d4"}.material-icons-swap_vert:before{content:"\e8d5"}.material-icons-swap_vertical_circle:before{content:"\e8d6"}.material-icons-switch_camera:before{content:"\e41e"}.material-icons-switch_video:before{content:"\e41f"}.material-icons-sync:before{content:"\e627"}.material-icons-sync_disabled:before{content:"\e628"}.material-icons-sync_problem:before{content:"\e629"}.material-icons-system_update:before{content:"\e62a"}.material-icons-system_update_alt:before{content:"\e8d7"}.material-icons-tab:before{content:"\e8d8"}.material-icons-tab_unselected:before{content:"\e8d9"}.material-icons-tablet:before{content:"\e32f"}.material-icons-tablet_android:before{content:"\e330"}.material-icons-tablet_mac:before{content:"\e331"}.material-icons-tag_faces:before{content:"\e420"}.material-icons-tap_and_play:before{content:"\e62b"}.material-icons-terrain:before{content:"\e564"}.material-icons-text_format:before{content:"\e165"}.material-icons-textsms:before{content:"\e0d8"}.material-icons-texture:before{content:"\e421"}.material-icons-theaters:before{content:"\e8da"}.material-icons-thumb_down:before{content:"\e8db"}.material-icons-thumb_up:before{content:"\e8dc"}.material-icons-thumbs_up_down:before{content:"\e8dd"}.material-icons-time_to_leave:before{content:"\e62c"}.material-icons-timelapse:before{content:"\e422"}.material-icons-timer:before{content:"\e425"}.material-icons-timer_10:before{content:"\e423"}.material-icons-timer_3:before{content:"\e424"}.material-icons-timer_off:before{content:"\e426"}.material-icons-toc:before{content:"\e8de"}.material-icons-today:before{content:"\e8df"}.material-icons-toll:before{content:"\e8e0"}.material-icons-tonality:before{content:"\e427"}.material-icons-toys:before{content:"\e332"}.material-icons-track_changes:before{content:"\e8e1"}.material-icons-traffic:before{content:"\e565"}.material-icons-transform:before{content:"\e428"}.material-icons-translate:before{content:"\e8e2"}.material-icons-trending_down:before{content:"\e8e3"}.material-icons-trending_flat:before{content:"\e8e4"}.material-icons-trending_up:before{content:"\e8e5"}.material-icons-tune:before{content:"\e429"}.material-icons-turned_in:before{content:"\e8e6"}.material-icons-turned_in_not:before{content:"\e8e7"}.material-icons-tv:before{content:"\e333"}.material-icons-undo:before{content:"\e166"}.material-icons-unfold_less:before{content:"\e5d6"}.material-icons-unfold_more:before{content:"\e5d7"}.material-icons-usb:before{content:"\e1e0"}.material-icons-verified_user:before{content:"\e8e8"}.material-icons-vertical_align_bottom:before{content:"\e258"}.material-icons-vertical_align_center:before{content:"\e259"}.material-icons-vertical_align_top:before{content:"\e25a"}.material-icons-vibration:before{content:"\e62d"}.material-icons-video_library:before{content:"\e04a"}.material-icons-videocam:before{content:"\e04b"}.material-icons-videocam_off:before{content:"\e04c"}.material-icons-view_agenda:before{content:"\e8e9"}.material-icons-view_array:before{content:"\e8ea"}.material-icons-view_carousel:before{content:"\e8eb"}.material-icons-view_column:before{content:"\e8ec"}.material-icons-view_comfy:before{content:"\e42a"}.material-icons-view_compact:before{content:"\e42b"}.material-icons-view_day:before{content:"\e8ed"}.material-icons-view_headline:before{content:"\e8ee"}.material-icons-view_list:before{content:"\e8ef"}.material-icons-view_module:before{content:"\e8f0"}.material-icons-view_quilt:before{content:"\e8f1"}.material-icons-view_stream:before{content:"\e8f2"}.material-icons-view_week:before{content:"\e8f3"}.material-icons-vignette:before{content:"\e435"}.material-icons-visibility:before{content:"\e8f4"}.material-icons-visibility_off:before{content:"\e8f5"}.material-icons-voice_chat:before{content:"\e62e"}.material-icons-voicemail:before{content:"\e0d9"}.material-icons-volume_down:before{content:"\e04d"}.material-icons-volume_mute:before{content:"\e04e"}.material-icons-volume_off:before{content:"\e04f"}.material-icons-volume_up:before{content:"\e050"}.material-icons-vpn_key:before{content:"\e0da"}.material-icons-vpn_lock:before{content:"\e62f"}.material-icons-wallpaper:before{content:"\e1bc"}.material-icons-warning:before{content:"\e002"}.material-icons-watch:before{content:"\e334"}.material-icons-wb_auto:before{content:"\e42c"}.material-icons-wb_cloudy:before{content:"\e42d"}.material-icons-wb_incandescent:before{content:"\e42e"}.material-icons-wb_iridescent:before{content:"\e436"}.material-icons-wb_sunny:before{content:"\e430"}.material-icons-wc:before{content:"\e63d"}.material-icons-web:before{content:"\e051"}.material-icons-whatshot:before{content:"\e80e"}.material-icons-widgets:before{content:"\e1bd"}.material-icons-wifi:before{content:"\e63e"}.material-icons-wifi_lock:before{content:"\e1e1"}.material-icons-wifi_tethering:before{content:"\e1e2"}.material-icons-work:before{content:"\e8f9"}.material-icons-wrap_text:before{content:"\e25b"}.material-icons-youtube_searched_for:before{content:"\e8fa"}.material-icons-zoom_in:before{content:"\e8ff"}.material-icons-zoom_out:before{content:"\e900"}

@font-face{font-family:'Thin Regular';src:url(../fonts/Thin-Regular.eot?66413286);src:url(../fonts/Thin-Regular.eot?66413286#iefix) format('embedded-opentype'),url(../fonts/Thin-Regular.woff?66413286) format('woff'),url(../fonts/Thin-Regular.ttf?66413286) format('truetype'),url(../fonts/Thin-Regular.svg?66413286#thin) format('svg');font-weight:400;font-style:normal}.thin-ico,[class*=" thin-icon-"]:before,[class^=thin-icon-]:before{font-family:"Thin Regular";font-weight:400;font-style:normal;font-size:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.thin-icon-volume-on:before{content:'\e800'}.thin-icon-gift:before{content:'\e801'}.thin-icon-cup:before{content:'\e802'}.thin-icon-folder:before{content:'\e803'}.thin-icon-dublicate:before{content:'\e804'}.thin-icon-tag:before{content:'\e805'}.thin-icon-chat:before{content:'\e806'}.thin-icon-clock:before{content:'\e807'}.thin-icon-microphone:before{content:'\e808'}.thin-icon-map-marker:before{content:'\e809'}.thin-icon-mobile:before{content:'\e80a'}.thin-icon-cloud-charge:before{content:'\e80b'}.thin-icon-resize:before{content:'\e80c'}.thin-icon-cake:before{content:'\e80d'}.thin-icon-case:before{content:'\e80e'}.thin-icon-address:before{content:'\e80f'}.thin-icon-phone-support:before{content:'\e810'}.thin-icon-fullscreen:before{content:'\e811'}.thin-icon-db:before{content:'\e812'}.thin-icon-music:before{content:'\e813'}.thin-icon-network:before{content:'\e814'}.thin-icon-db-network:before{content:'\e815'}.thin-icon-dropbox-upload:before{content:'\e816'}.thin-icon-phone-call:before{content:'\e817'}.thin-icon-briefcase-2:before{content:'\e818'}.thin-icon-card:before{content:'\e819'}.thin-icon-support:before{content:'\e81a'}.thin-icon-pull:before{content:'\e81b'}.thin-icon-desktop:before{content:'\e81c'}.thin-icon-pass:before{content:'\e81d'}.thin-icon-picture:before{content:'\e81e'}.thin-icon-email:before{content:'\e81f'}.thin-icon-push:before{content:'\e820'}.thin-icon-house:before{content:'\e821'}.thin-icon-download:before{content:'\e822'}.thin-icon-storage:before{content:'\e823'}.thin-icon-milk:before{content:'\e824'}.thin-icon-external-right:before{content:'\e825'}.thin-icon-email-open:before{content:'\e826'}.thin-icon-planet:before{content:'\e827'}.thin-icon-pointer:before{content:'\e828'}.thin-icon-email-search:before{content:'\e829'}.thin-icon-external-left:before{content:'\e82a'}.thin-icon-shirt:before{content:'\e82b'}.thin-icon-document-edit:before{content:'\e82c'}.thin-icon-document-delete:before{content:'\e82d'}.thin-icon-money:before{content:'\e82e'}.thin-icon-eye:before{content:'\e82f'}.thin-icon-settings:before{content:'\e830'}.thin-icon-arrow-bottom-right:before{content:'\e831'}.thin-icon-arrow-right:before{content:'\e832'}.thin-icon-flag:before{content:'\e833'}.thin-icon-star:before{content:'\e834'}.thin-icon-calculator:before{content:'\e835'}.thin-icon-safe:before{content:'\e836'}.thin-icon-cart:before{content:'\e837'}.thin-icon-bullhorn:before{content:'\e838'}.thin-icon-anchor:before{content:'\e839'}.thin-icon-globe:before{content:'\e83a'}.thin-icon-statistics:before{content:'\e83b'}.thin-icon-thumb-up:before{content:'\e83c'}.thin-icon-headphones:before{content:'\e83d'}.thin-icon-bell:before{content:'\e83e'}.thin-icon-study:before{content:'\e83f'}.thin-icon-cart-add:before{content:'\e840'}.thin-icon-cart-delete:before{content:'\e841'}.thin-icon-satelite:before{content:'\e842'}.thin-icon-home:before{content:'\e843'}.thin-icon-time:before{content:'\e844'}.thin-icon-book:before{content:'\e845'}.thin-icon-bookmark:before{content:'\e846'}.thin-icon-key:before{content:'\e847'}.thin-icon-timer:before{content:'\e848'}.thin-icon-saturn:before{content:'\e849'}.thin-icon-notes:before{content:'\e84a'}.thin-icon-ambulance:before{content:'\e84b'}.thin-icon-briefcase:before{content:'\e84c'}.thin-icon-layers:before{content:'\e84d'}.thin-icon-delivery:before{content:'\e84e'}.thin-icon-tint:before{content:'\e84f'}.thin-icon-trash:before{content:'\e850'}.thin-icon-lightbulb:before{content:'\e851'}.thin-icon-calendar:before{content:'\e852'}.thin-icon-chart:before{content:'\e853'}.thin-icon-documents:before{content:'\e854'}.thin-icon-checklist:before{content:'\e855'}.thin-icon-camera-web:before{content:'\e856'}.thin-icon-camera:before{content:'\e857'}.thin-icon-lock:before{content:'\e858'}.thin-icon-umbrella:before{content:'\e859'}.thin-icon-user:before{content:'\e85a'}.thin-icon-love:before{content:'\e85b'}.thin-icon-hanger:before{content:'\e85c'}.thin-icon-car:before{content:'\e85d'}.thin-icon-cloth:before{content:'\e85e'}.thin-icon-box:before{content:'\e85f'}.thin-icon-attachment:before{content:'\e860'}.thin-icon-cd:before{content:'\e861'}.thin-icon-love-broken:before{content:'\e862'}.thin-icon-volume-off:before{content:'\e863'}

@font-face{font-family:fl-bigmug-line;src:url(../fonts/fl-bigmug-line.eot);src:url(../fonts/fl-bigmug-line.eot#iefix) format("embedded-opentype"),url(../fonts/fl-bigmug-line.woff) format("woff"),url(../fonts/fl-bigmug-line.ttf) format("truetype"),url(../fonts/fl-bigmug-line.svg) format("svg");font-weight:400;font-style:normal}.fl-bigmug-line-ico,[class*=" fl-bigmug-line-"]:after,[class*=" fl-bigmug-line-"]:before,[class^=fl-bigmug-line-]:after,[class^=fl-bigmug-line-]:before{font-family:fl-bigmug-line;font-size:inherit;font-weight:400;font-style:normal}.fl-bigmug-line-add137:before{content:"\e000"}.fl-bigmug-line-add139:before{content:"\e001"}.fl-bigmug-line-add149:before{content:"\e002"}.fl-bigmug-line-airplane86:before{content:"\e003"}.fl-bigmug-line-alarm31:before{content:"\e004"}.fl-bigmug-line-arrow592:before{content:"\e005"}.fl-bigmug-line-attach8:before{content:"\e006"}.fl-bigmug-line-attachment15:before{content:"\e007"}.fl-bigmug-line-audio46:before{content:"\e008"}.fl-bigmug-line-back44:before{content:"\e009"}.fl-bigmug-line-back46:before{content:"\e00a"}.fl-bigmug-line-big104:before{content:"\e00b"}.fl-bigmug-line-book188:before{content:"\e00c"}.fl-bigmug-line-bookmark28:before{content:"\e00d"}.fl-bigmug-line-bottle34:before{content:"\e00e"}.fl-bigmug-line-button5:before{content:"\e00f"}.fl-bigmug-line-buttons5:before{content:"\e010"}.fl-bigmug-line-cellphone55:before{content:"\e011"}.fl-bigmug-line-cellular9:before{content:"\e012"}.fl-bigmug-line-center10:before{content:"\e013"}.fl-bigmug-line-chat51:before{content:"\e014"}.fl-bigmug-line-chat55:before{content:"\e015"}.fl-bigmug-line-checkmark14:before{content:"\e016"}.fl-bigmug-line-checkmark15:before{content:"\e017"}.fl-bigmug-line-checkmark16:before{content:"\e018"}.fl-bigmug-line-circular220:before{content:"\e019"}.fl-bigmug-line-circular224:before{content:"\e01a"}.fl-bigmug-line-circular228:before{content:"\e01b"}.fl-bigmug-line-circular229:before{content:"\e01c"}.fl-bigmug-line-clipboard68:before{content:"\e01d"}.fl-bigmug-line-close42:before{content:"\e01e"}.fl-bigmug-line-cloud255:before{content:"\e01f"}.fl-bigmug-line-cloud260:before{content:"\e020"}.fl-bigmug-line-cocktail26:before{content:"\e021"}.fl-bigmug-line-code30:before{content:"\e022"}.fl-bigmug-line-collapse5:before{content:"\e023"}.fl-bigmug-line-comment45:before{content:"\e024"}.fl-bigmug-line-compass80:before{content:"\e025"}.fl-bigmug-line-contract5:before{content:"\e026"}.fl-bigmug-line-copy23:before{content:"\e027"}.fl-bigmug-line-crescent23:before{content:"\e028"}.fl-bigmug-line-cropping1:before{content:"\e029"}.fl-bigmug-line-cross81:before{content:"\e02a"}.fl-bigmug-line-cross83:before{content:"\e02b"}.fl-bigmug-line-cube29:before{content:"\e02c"}.fl-bigmug-line-double97:before{content:"\e02d"}.fl-bigmug-line-double98:before{content:"\e02e"}.fl-bigmug-line-double99:before{content:"\e02f"}.fl-bigmug-line-down55:before{content:"\e030"}.fl-bigmug-line-down56:before{content:"\e031"}.fl-bigmug-line-down58:before{content:"\e032"}.fl-bigmug-line-down59:before{content:"\e033"}.fl-bigmug-line-down64:before{content:"\e034"}.fl-bigmug-line-download136:before{content:"\e035"}.fl-bigmug-line-download142:before{content:"\e036"}.fl-bigmug-line-download146:before{content:"\e037"}.fl-bigmug-line-download147:before{content:"\e038"}.fl-bigmug-line-download148:before{content:"\e039"}.fl-bigmug-line-electrical17:before{content:"\e03a"}.fl-bigmug-line-electronic57:before{content:"\e03b"}.fl-bigmug-line-email64:before{content:"\e03c"}.fl-bigmug-line-email67:before{content:"\e03d"}.fl-bigmug-line-equalization3:before{content:"\e03e"}.fl-bigmug-line-equalizer26:before{content:"\e03f"}.fl-bigmug-line-event6:before{content:"\e040"}.fl-bigmug-line-expand25:before{content:"\e041"}.fl-bigmug-line-expanding2:before{content:"\e042"}.fl-bigmug-line-fast33:before{content:"\e043"}.fl-bigmug-line-favourites5:before{content:"\e044"}.fl-bigmug-line-file68:before{content:"\e045"}.fl-bigmug-line-file69:before{content:"\e046"}.fl-bigmug-line-film57:before{content:"\e047"}.fl-bigmug-line-flag53:before{content:"\e048"}.fl-bigmug-line-fog10:before{content:"\e049"}.fl-bigmug-line-foggy3:before{content:"\e04a"}.fl-bigmug-line-folder173:before{content:"\e04b"}.fl-bigmug-line-fork34:before{content:"\e04c"}.fl-bigmug-line-four87:before{content:"\e04d"}.fl-bigmug-line-full40:before{content:"\e04e"}.fl-bigmug-line-games32:before{content:"\e04f"}.fl-bigmug-line-gear30:before{content:"\e050"}.fl-bigmug-line-giftbox54:before{content:"\e051"}.fl-bigmug-line-graphical8:before{content:"\e052"}.fl-bigmug-line-headphones32:before{content:"\e053"}.fl-bigmug-line-hot67:before{content:"\e054"}.fl-bigmug-line-images21:before{content:"\e055"}.fl-bigmug-line-ink12:before{content:"\e056"}.fl-bigmug-line-label25:before{content:"\e057"}.fl-bigmug-line-left144:before{content:"\e058"}.fl-bigmug-line-left145:before{content:"\e059"}.fl-bigmug-line-left146:before{content:"\e05a"}.fl-bigmug-line-left148:before{content:"\e05b"}.fl-bigmug-line-left152:before{content:"\e05c"}.fl-bigmug-line-left153:before{content:"\e05d"}.fl-bigmug-line-left158:before{content:"\e05e"}.fl-bigmug-line-left159:before{content:"\e05f"}.fl-bigmug-line-like51:before{content:"\e060"}.fl-bigmug-line-link52:before{content:"\e061"}.fl-bigmug-line-list63:before{content:"\e062"}.fl-bigmug-line-list65:before{content:"\e063"}.fl-bigmug-line-lock64:before{content:"\e064"}.fl-bigmug-line-login12:before{content:"\e065"}.fl-bigmug-line-login9:before{content:"\e066"}.fl-bigmug-line-map87:before{content:"\e067"}.fl-bigmug-line-megaphone11:before{content:"\e068"}.fl-bigmug-line-men25:before{content:"\e069"}.fl-bigmug-line-menu40:before{content:"\e06a"}.fl-bigmug-line-menu41:before{content:"\e06b"}.fl-bigmug-line-microphone76:before{content:"\e06c"}.fl-bigmug-line-microphone77:before{content:"\e06d"}.fl-bigmug-line-minus79:before{content:"\e06e"}.fl-bigmug-line-minus80:before{content:"\e06f"}.fl-bigmug-line-minus83:before{content:"\e070"}.fl-bigmug-line-minus86:before{content:"\e071"}.fl-bigmug-line-monitor74:before{content:"\e072"}.fl-bigmug-line-music218:before{content:"\e073"}.fl-bigmug-line-music219:before{content:"\e074"}.fl-bigmug-line-music221:before{content:"\e075"}.fl-bigmug-line-musical100:before{content:"\e076"}.fl-bigmug-line-musical98:before{content:"\e077"}.fl-bigmug-line-mute34:before{content:"\e078"}.fl-bigmug-line-new83:before{content:"\e079"}.fl-bigmug-line-nine16:before{content:"\e07a"}.fl-bigmug-line-note35:before{content:"\e07b"}.fl-bigmug-line-notebook41:before{content:"\e07c"}.fl-bigmug-line-notification4:before{content:"\e07d"}.fl-bigmug-line-notification5:before{content:"\e07e"}.fl-bigmug-line-opened25:before{content:"\e07f"}.fl-bigmug-line-oval34:before{content:"\e080"}.fl-bigmug-line-paintbrush9:before{content:"\e081"}.fl-bigmug-line-paper122:before{content:"\e082"}.fl-bigmug-line-pause37:before{content:"\e083"}.fl-bigmug-line-pencil85:before{content:"\e084"}.fl-bigmug-line-phone351:before{content:"\e085"}.fl-bigmug-line-photo181:before{content:"\e086"}.fl-bigmug-line-pin42:before{content:"\e087"}.fl-bigmug-line-planetary2:before{content:"\e088"}.fl-bigmug-line-play83:before{content:"\e089"}.fl-bigmug-line-portfolio23:before{content:"\e08a"}.fl-bigmug-line-print34:before{content:"\e08b"}.fl-bigmug-line-radio46:before{content:"\e08c"}.fl-bigmug-line-rain30:before{content:"\e08d"}.fl-bigmug-line-rectangular78:before{content:"\e08e"}.fl-bigmug-line-recycling10:before{content:"\e08f"}.fl-bigmug-line-rewind37:before{content:"\e090"}.fl-bigmug-line-right139:before{content:"\e091"}.fl-bigmug-line-right141:before{content:"\e092"}.fl-bigmug-line-right142:before{content:"\e093"}.fl-bigmug-line-right144:before{content:"\e094"}.fl-bigmug-line-right148:before{content:"\e095"}.fl-bigmug-line-right153:before{content:"\e096"}.fl-bigmug-line-right154:before{content:"\e097"}.fl-bigmug-line-right156:before{content:"\e098"}.fl-bigmug-line-rounded51:before{content:"\e099"}.fl-bigmug-line-sand14:before{content:"\e09a"}.fl-bigmug-line-save15:before{content:"\e09b"}.fl-bigmug-line-search74:before{content:"\e09c"}.fl-bigmug-line-search78:before{content:"\e09d"}.fl-bigmug-line-share27:before{content:"\e09e"}.fl-bigmug-line-shopping198:before{content:"\e09f"}.fl-bigmug-line-shopping199:before{content:"\e0a0"}.fl-bigmug-line-shopping202:before{content:"\e0a1"}.fl-bigmug-line-shopping204:before{content:"\e0a2"}.fl-bigmug-line-shuffle17:before{content:"\e0a3"}.fl-bigmug-line-sort47:before{content:"\e0a4"}.fl-bigmug-line-sort48:before{content:"\e0a5"}.fl-bigmug-line-speaker75:before{content:"\e0a6"}.fl-bigmug-line-speaker80:before{content:"\e0a7"}.fl-bigmug-line-speaker81:before{content:"\e0a8"}.fl-bigmug-line-speaker86:before{content:"\e0a9"}.fl-bigmug-line-speaker87:before{content:"\e0aa"}.fl-bigmug-line-speech96:before{content:"\e0ab"}.fl-bigmug-line-square152:before{content:"\e0ac"}.fl-bigmug-line-square156:before{content:"\e0ad"}.fl-bigmug-line-square160:before{content:"\e0ae"}.fl-bigmug-line-store10:before{content:"\e0af"}.fl-bigmug-line-sun81:before{content:"\e0b0"}.fl-bigmug-line-sunrise3:before{content:"\e0b1"}.fl-bigmug-line-switch23:before{content:"\e0b2"}.fl-bigmug-line-switch24:before{content:"\e0b3"}.fl-bigmug-line-tag47:before{content:"\e0b4"}.fl-bigmug-line-television20:before{content:"\e0b5"}.fl-bigmug-line-text108:before{content:"\e0b6"}.fl-bigmug-line-text109:before{content:"\e0b7"}.fl-bigmug-line-three142:before{content:"\e0b8"}.fl-bigmug-line-timer35:before{content:"\e0b9"}.fl-bigmug-line-tool16:before{content:"\e0ba"}.fl-bigmug-line-triangle33:before{content:"\e0bb"}.fl-bigmug-line-trophy55:before{content:"\e0bc"}.fl-bigmug-line-two311:before{content:"\e0bd"}.fl-bigmug-line-two316:before{content:"\e0be"}.fl-bigmug-line-two317:before{content:"\e0bf"}.fl-bigmug-line-two319:before{content:"\e0c0"}.fl-bigmug-line-two323:before{content:"\e0c1"}.fl-bigmug-line-unlocked27:before{content:"\e0c2"}.fl-bigmug-line-up100:before{content:"\e0c3"}.fl-bigmug-line-up102:before{content:"\e0c4"}.fl-bigmug-line-up103:before{content:"\e0c5"}.fl-bigmug-line-up104:before{content:"\e0c6"}.fl-bigmug-line-up107:before{content:"\e0c7"}.fl-bigmug-line-up111:before{content:"\e0c8"}.fl-bigmug-line-up112:before{content:"\e0c9"}.fl-bigmug-line-up114:before{content:"\e0ca"}.fl-bigmug-line-up98:before{content:"\e0cb"}.fl-bigmug-line-up99:before{content:"\e0cc"}.fl-bigmug-line-upload91:before{content:"\e0cd"}.fl-bigmug-line-upload92:before{content:"\e0ce"}.fl-bigmug-line-upper8:before{content:"\e0cf"}.fl-bigmug-line-user143:before{content:"\e0d0"}.fl-bigmug-line-user144:before{content:"\e0d1"}.fl-bigmug-line-video163:before{content:"\e0d2"}.fl-bigmug-line-wallet26:before{content:"\e0d3"}.fl-bigmug-line-weather21:before{content:"\e0d4"}.fl-bigmug-line-weekly14:before{content:"\e0d5"}.fl-bigmug-line-weekly15:before{content:"\e0d6"}.fl-bigmug-line-wind24:before{content:"\e0d7"}.fl-bigmug-line-window50:before{content:"\e0d8"}.fl-bigmug-line-winds4:before{content:"\e0d9"}.fl-bigmug-line-wrench66:before{content:"\e0da"}.fl-bigmug-line-zoom60:before{content:"\e0db"}

.fancybox-image,.fancybox-inner,.fancybox-nav,.fancybox-nav span,.fancybox-outer,.fancybox-skin,.fancybox-tmp,.fancybox-wrap,.fancybox-wrap iframe,.fancybox-wrap object{padding:0;margin:0;border:0;outline:0;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;z-index:10020}.fancybox-inner,.fancybox-outer,.fancybox-skin{position:relative}.fancybox-skin{background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.fancybox-opened{z-index:10030}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,.5);box-shadow:0 10px 25px rgba(0,0,0,.5)}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap}.fancybox-iframe,.fancybox-image{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span{background-image:url(fancybox_sprite.png)}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:10060}.fancybox-close,.fancybox-nav,.fancybox-nav span{cursor:pointer;z-index:10040;position:absolute}#fancybox-loading div{width:44px;height:44px;background:url(fancybox_loading.gif) center center no-repeat}.fancybox-close{top:-18px;right:-18px;width:36px;height:36px}.fancybox-nav{top:0;width:40%;height:100%;text-decoration:none;background:url(blank.gif);-webkit-tap-highlight-color:transparent}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{top:50%;width:36px;height:34px;margin-top:-18px;visibility:hidden}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible!important}.fancybox-lock,.fancybox-lock body{overflow:hidden!important}.fancybox-lock{width:auto}.fancybox-lock-test{overflow-y:hidden!important}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:10010;background:url(fancybox_overlay.png)}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;font:400 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:10050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:10050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:0 0;background:rgba(0,0,0,.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,.8)}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span{background-image:url(fancybox_sprite@2x.png);background-size:44px 152px}#fancybox-loading div{background-image:url(fancybox_loading@2x.gif);background-size:24px 24px}}

div.ps-caption,div.ps-document-overlay,div.ps-viewport,div.ps-zoom-pan-rotate{background:#000}div.ps-caption,div.ps-toolbar{color:#fff;font-size:13px;font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;text-align:center}body.ps-active{-webkit-text-size-adjust:none;overflow:hidden}body.ps-active *{-webkit-tap-highlight-color:rgba(255,255,255,0)}body.ps-active :focus{outline:0}div.ps-viewport{cursor:pointer}div.ps-slider-item-loading{background:url(../image/photoswipe-loader.gif) center center no-repeat}div.ps-caption{background:-moz-linear-gradient(top,#303130 0,#000101 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#303130),color-stop(100%,#000101));border-bottom:1px solid #42403f}div.ps-caption-bottom{border-top:1px solid #42403f;border-bottom:none}div.ps-caption-content{padding:13px}div.ps-toolbar{background:#000;background:-moz-linear-gradient(top,#303130 0,#000101 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#303130),color-stop(100%,#000101));border-top:1px solid #42403f;height:44px;display:table;table-layout:fixed}div.ps-toolbar-top{border-bottom:1px solid #42403f;border-top:none}div.ps-toolbar-close,div.ps-toolbar-next,div.ps-toolbar-play,div.ps-toolbar-previous{cursor:pointer;display:table-cell}div.ps-toolbar div div.ps-toolbar-content{width:44px;height:44px;margin:0 auto;background-image:url(../image/photoswipe-icons.png);background-repeat:no-repeat}div.ps-toolbar-close div.ps-toolbar-content{background-position:0 0}div.ps-toolbar-previous div.ps-toolbar-content{background-position:-44px 0}div.ps-toolbar-previous-disabled div.ps-toolbar-content{background-position:-44px -44px}div.ps-toolbar-next div.ps-toolbar-content{background-position:-132px 0}div.ps-toolbar-next-disabled div.ps-toolbar-content{background-position:-132px -44px}div.ps-toolbar-play div.ps-toolbar-content{background-position:-88px 0}@media only screen and (-webkit-min-device-pixel-ratio:2){div.ps-toolbar div div.ps-toolbar-content{-webkit-background-size:176px 88px;background-image:url(../image/photoswipe-icons@2x.png)}}

@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Marck+Script&subset=cyrillic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans&subset=cyrillic);

@font-face{

font-family: 'bada';
src: url('/image/bada.ttf');
font-weight: normal;
font-style: normal;
}
.stock-title
{
    color: #fff;
    font-size: 17px;
    line-height: 1.1; 
    text-align: center; 
    text-transform: uppercase; 
    width: 100%;
    margin-bottom: 20px;
}
.stock-content
{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin-left: 36px;
    margin-bottom: -20px;
    margin-top: 35px;
}
.tm-deal-banner__description .tm-deal-banner__countdown{
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -o-transform: skew(-25deg);    
}
 
.tm-deal-banner__description .stock-title{
    font-size: 64px;
}

.tm-deal-banner__description p{
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    padding-top: 15px;
}

.i4ewOd-pzNkMb-tJHJj{
    display: none!important;
}
.stock-content b
{
    display: block;
    color: #fff;
    font-size: 36px;
    margin: 20px 0px;
    font-weight: normal;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    margin-top: 60px;
    text-align: left;
    margin-left: 29px;
}

.stock-content b i{
    display: none;
}  

.percentages
{
    background: #f91f1f;
    border-radius: 50px 0px 50px 0px;
    color: #fff;
    font-size: 64px;
    font-weight: bold;
    height: 152px;
    line-height: 152px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0px;
    width: 152px;
}
 
.tm-deal-banner__description
{
    background: #343434;
    max-width: 370px;
    width: 100%;
    display: inline-block;
    padding-bottom: 40px;
    padding-top: 20px;
    -webkit-transform: skew(25deg);
    -moz-transform: skew(25deg);
    -o-transform: skew(25deg);
    margin-left: 100px;
    height: 346px;
}
.tm-deal-banner__description .stock-descpr{
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -o-transform: skew(-25deg);    
}


.tm-deal-banner__cont
{
    position: relative;
}
.product-grid .product-thumb .image .sale
{ 
    background: url(/image/sale-bg.png);
    height: 41px;
    width: 106px;
    text-align: center;
    color: #fff;
    background-size: contain;
    transform: rotate(-30deg);
    bottom: 22px;
    top: inherit;
    font-size: 20px;
    line-height: 29px;
    position: absolute;
    z-index: 2;
    right: 20px;
    font-family: "bada";
}

 .product-grid .product-thumb .image .sale i{
    font-style: normal;
    font-weight: 100; 
    font-family: "bada";   
 }


.product-category-72 .product-layout:nth-child(5) .product-thumb .image .sale,
.product-category-72 .product-layout:nth-child(6) .product-thumb .image .sale,
.product-category-72 .product-layout:nth-child(7) .product-thumb .image .sale,
.product-category-72 .product-layout:nth-child(8) .product-thumb .image .sale,
.product-category-72 .product-layout:nth-child(9) .product-thumb .image .sale,
.product-category-72 .product-layout:nth-child(10) .product-thumb .image .sale{
    display: none;
}


.del-right
{
    display: none;
}
.box.single-category .product-thumb .price-new,
.box.single-category .product-thumb .price-by-currency
{
    color: #fff;
}
 
rt,.table td
{
    -moz-box-sizing: border-box;
}
.alert button.close,
 .site-map-page #content ul.category-list li:before
{
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}
.alert,.alert a
{
    font-weight: 700;
}
.sbSelector,h1
{
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
a,a:focus,a:hover,a:visited
{
    text-decoration: none;
}
.catalog__cont,a,img
{
    max-width: 100%;
}
.btn,.btn:focus,.search input[type=text]:focus,a:focus,a:visited,button,button:focus
{
    outline: 0;
}
#page>
 .ie-warning,.alert i,h1
{
    text-align: center;
}
.article-description ol li,
 .privacy_page ol li
{
    counter-increment: list;
}
.product-buttons li,
 .sbOptions,.sf-menu,.soc-in-foot
{
    list-style: none;
}
.name-and-price .name,.rd-mobilepanel_title,
 .sbSelector,h1
{
    text-overflow: ellipsis;
}
.btn,button
{
    background: 0 0;
    border: none;
    cursor: pointer;
    display: inline-block;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    outline-offset: 0;
    padding: 0;
    transition: .3s all ease;
    -webkit-appearance: none;
    -webkit-transition: .3s all ease;
}
.btn::-moz-focus-inner,button::-moz-focus-inner
{
    border: none;
    padding: 0;
}
@media (min-width:768px) and (max-width:991px)
{
    label
    {
        font-size: 10px;
    }
}
label
{
    cursor: default;
}
textarea
{
    resize: none;
}
blockquote
{
    font-size: inherit;
    line-height: inherit;
}
.input-group-btn:last-child>.btn,
 .input-group-btn:last-child>
 .btn-group
{
    z-index: auto;
}
.bootstrap-datetimepicker-widget
{
    z-index: 998!important;
}
.bootstrap-datetimepicker-widget td span,
 .bootstrap-datetimepicker-widget td.day,
 .bootstrap-datetimepicker-widget td.hour,
 .bootstrap-datetimepicker-widget td.minute,
 .bootstrap-datetimepicker-widget td.second,
 .bootstrap-datetimepicker-widget thead tr:first-child th
{
    border: 1px solid transparent;
    border-radius: 0;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    -webkit-transition: color .3s ease;
}
.bootstrap-datetimepicker-widget td span:hover,
 .bootstrap-datetimepicker-widget td.day:hover,.bootstrap-datetimepicker-widget td.hour:hover,
 .bootstrap-datetimepicker-widget td.minute:hover,
 .bootstrap-datetimepicker-widget td.second:hover,
 .bootstrap-datetimepicker-widget thead tr:first-child th:hover
{
    background: 0 0;
    border-color: #707475!important;
    color: #f91f1f;
}
.bootstrap-datetimepicker-widget td.separator
{
    font-size: 20px;
    line-height: 20px;
}
.bootstrap-datetimepicker-widget a[data-action]
{
    background: 0 0;
    color: #333;
}
.bootstrap-datetimepicker-widget a[data-action] span
{
    border: none;
}
.bootstrap-datetimepicker-widget .timepicker td>span,.bootstrap-datetimepicker-widget a[data-action],
 .bootstrap-datetimepicker-widget td.separator
{
    color: #333;
}
.bootstrap-datetimepicker-widget 
 .timepicker td>span:hover,
 .bootstrap-datetimepicker-widget a[data-action]:hover
{
    color: #f91f1f;
}
.bootstrap-datetimepicker-widget .timepicker
{
    margin-top: 5px;
}
.bootstrap-datetimepicker-widget .timepicker .table-condensed
{
    border-collapse: separate;
}
.bootstrap-datetimepicker-widget .timepicker td span
{
    height: 15px;
    line-height: 15px;
    margin: 5px 0;
    width: 15px;
}
.bootstrap-datetimepicker-widget .timepicker td span.timepicker-hour,
 .bootstrap-datetimepicker-widget .timepicker td span.timepicker-minute
{
    border: 1px solid #707475;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    width: 50px;
}
.bootstrap-datetimepicker-widget td.day.active,
 .bootstrap-datetimepicker-widget td.day.active:hover
{
    background: #f91f1f;
    color: #333;
    cursor: inherit;
}
.fancybox-overlay
{
    z-index: 10001;
}
.fancybox-opened
{
    z-index: 10003;
}
.breadcrumb+.alert,.container>.alert
{
    animation: alert-anim 1s cubic-bezier(1,-.01,0,.99);
    left: 0;
    -moz-animation: alert-anim 1s cubic-bezier(1,-.01,0,.99);
    -ms-animation: alert-anim 1s cubic-bezier(1,-.01,0,.99);
    -o-animation: alert-anim 1s cubic-bezier(1,-.01,0,.99);
    position: fixed;
    top: 0;
    -webkit-animation: alert-anim 1s cubic-bezier(1,-.01,0,.99);
    width: 100%;
    z-index: 10004;
}
.breadcrumb+.alert .alert,.container>.alert .alert
{
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
}
.breadcrumb+.alert .alert.fadeOut,.container>.alert .alert.fadeOut
{
    top: -100%;
}

@-ms-keyframes alert-anim
{
    0%
    {
        top: -100%;
    }
    100%,60%
    {
        top: 0;
    }
}
@-o-keyframes alert-anim
{
    0%
    {
        top: -100%;
    }
    100%,60%
    {
        top: 0;
    }
}
@-webkit-keyframes alert-anim
{
    0%
    {
        top: -100%;
    }
    100%,60%
    {
        top: 0;
    }
}
@-moz-keyframes alert-anim
{
    0%
    {
        top: -100%;
    }
    100%,60%
    {
        top: 0;
    }
}
@keyframes alert-anim
{
    0%
    {
        top: -100%;
    }
    100%,60%
    {
        top: 0;
    }
}
@-ms-keyframes alert-anim2
{
    0%
    {
        top: -100%;
    }
    100%,60%
    {
        top: 100%;
    }
}
@-o-keyframes alert-anim2
{
    0%
    {
        top: -100%;
    }
    100%,60%
    {
        top: 100%;
    }
}
@-webkit-keyframes alert-anim2
{
    0%
    {
        top: -100%;
    }
    100%,60%
    {
        top: 100%;
    }
}
@-moz-keyframes alert-anim2
{
    0%
    {
        top: -100%;
    }
    100%,60%
    {
        top: 100%;
    }
}
@keyframes alert-anim2
{
    0%
    {
        top: -100%;
    }
    100%,60%
    {
        top: 100%;
    }
}
@-ms-keyframes alert-icon-anim
{
    0%,60%
    {
        font-size: 0;
    }
}
@-o-keyframes alert-icon-anim
{
    0%,60%
    {
        font-size: 0;
    }
}
@-webkit-keyframes alert-icon-anim
{
    0%,60%
    {
        font-size: 0;
    }
}
@-moz-keyframes alert-icon-anim
{
    0%,60%
    {
        font-size: 0;
    }
}
@keyframes alert-icon-anim
{
    0%,60%
    {
        font-size: 0;
    }
}
.product_page-right .alert
{
    margin-top: 20px;
}
.alert
{
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 5px transparent;
    box-sizing: border-box;
    color: #333;
    min-height: 60px;
    moz-box-shadow: 1px 1px 5px transparent;
    moz-transition: 1s all cubic-bezier(1,-.01,0,.99);
    o-transition: 1s all cubic-bezier(1,-.01,0,.99);
    padding: 23px 40px 24px 75px;
    position: relative;
    transition: 1s all cubic-bezier(1,-.01,0,.99);
    webkit-box-shadow: 1px 1px 5px transparent;
    webkit-box-sizing: border-box;
    webkit-transition: 1s all cubic-bezier(1,-.01,0,.99);
    z-index: 30;
}
.alert i
{
    animation: alert-icon-anim 1s;
    bottom: 0;
    font-size: 40px;
    left: 0;
    moz-animation: alert-icon-anim 1s;
    ms-animation: alert-icon-anim 1s;
    o-animation: alert-icon-anim 1s;
    position: absolute;
    text-shadow: 1px 1px 5px rgba(0,0,0,.15);
    top: 0;
    webkit-animation: alert-icon-anim 1s;
    width: 60px;
}
.alert i:before
{
    left: 0;
    line-height: 0;
    position: absolute;
    right: 0;
    top: 50%;
}
.alert a
{
    color: #333;
}
.alert a:hover
{
    color: #f91f1f;
}
.alert button.close
{
    color: #333;
    line-height: 1;
    opacity: .7;
    o-transform: translate(0,-50%);
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0,-50%);
}
.alert button.close:hover
{
    color: #f91f1f;
}
.alert button.close:focus
{
    color: #333;
    opacity: 1;
}
.alert.fadeOut
{
    moz-transform: translate(0,-100%);
    ms-transform: translate(0,-100%);
    o-transform: translate(0,-100%);
    transform: translate(0,-100%);
    webkit-transform: translate(0,-100%);
}
.alert.fadeOut .alert
{
    top: 100%;
}
@media (max-width:479px)
{
    .alert
    {
        padding-right: 30px;
    }
    .alert button.close
    {
        right: 5px;
    }
}
.alert-success
{
    background-color: #2b2b2b;
}
.alert-success a,.alert-success a:focus,.alert-success a:hover,.alert-success a:visited
{
    color: #333;
}
.alert-danger
{
    background-color: #192021;
}
.alert-danger i
{
    background: #D32F2F;
}
.alert-danger a,.alert-danger a:focus,.alert-danger a:hover,.alert-danger a:visited
{
    color: #FFCDD2;
}
.alert-info
{
    background-color: #03A9F4;
}
.alert-info i
{
    background: #0288D1;
}
.alert-info a,.alert-info a:focus,.alert-info a:hover,.alert-info a:visited
{
    color: #B3E5FC;
}
.alert-warning
{
    background-color: #192021;
}
.alert-warning i
{
    background: #E64A19;
}
.alert-warning a,.alert-warning a:focus,.alert-warning a:hover,.alert-warning a:visited
{
    color: #FFCCBC;
}
.pagination>li:first-child>a,.pagination>li:first-child>span,.pagination>li:last-child>a,.pagination>li:last-child>span
{
    border-radius: 0;
}
.pagination
{
    float: right;
    margin: 0;
}
.pagination:after,.pagination:before
{
    content: "";
    display: table;
    line-height: 0;
}
.pagination:after
{
    clear: both;
}
.pagination>li
{
    border-right: 1px solid #fff;
    display: block;
    float: left;
}
.pagination>li>a,.pagination>li>span
{
    background: #ebeaea;
    border: 0;
    color: #333;
    display: inline-block;
    float: none;
    height: 45px;
    line-height: 45px;
    margin-left: 0;
    padding: 0;
    text-align: center;
    width: 45px;
}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover
{
    background: #2b2b2b;
    border-color: #333;
    color: #fff;
    z-index: 3;
}
.pagination>li.active>a,.pagination>li.active>a:focus,.pagination>li.active>a:hover,.pagination>li.active>span,.pagination>li.active>span:focus,.pagination>li.active>span:hover
{
    background: #f91f1f;
    border-color: #333;
    color: #fff;
    z-index: auto;
}
.pagination>li+li>a,.pagination>li+li>span
{
    border-left: none;
}
.pagination>li+li:nth-child(5n+6)
{
    clear: left;
}
.pagination>li+li:nth-child(5n+6)>a,.pagination>li+li:nth-child(5n+6)>span
{
    border-left: 1px solid #707475;
}
.pagination>li+li:nth-child(n+6)
{
    margin-top: 2px;
}
.nav .open>a,.nav .open>a:focus,.nav .open>a:hover
{
    background: 0 0;
    text-decoration: none;
}
.val>a,p a:focus:hover,p a:hover,p a:visited:hover
{
    text-decoration: underline;
}
.table th,.table thead td
{
    background-color: #fff;
    color: #333;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.table-bordered>thead>tr>td,.table-bordered>thead>tr>th
{
    border-bottom: none;
}
.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th
{
    padding: 15px 10px;
}
.table td
{
    border-color: #707475;
    box-sizing: border-box;
    padding: 20px;
}
.block-compare .table td,.block-compare .table th
{
    padding: 7px;
}
.panel,.panel-group .panel,.table-bordered,.table-bordered tbody:first-child tr:first-child>td:first-child,.table-bordered tbody:first-child tr:first-child>td:last-child,.table-bordered tbody:first-child tr:first-child>th:first-child,.table-bordered tbody:first-child tr:first-child>th:last-child,.table-bordered tbody:last-child tr:last-child>td:first-child,.table-bordered tbody:last-child tr:last-child>th:first-child,.table-bordered tfoot:last-child tr:last-child>td:first-child,.table-bordered tfoot:last-child tr:last-child>th:first-child,.table-bordered thead:first-child tr:first-child>th:first-child,.table-bordered thead:first-child tr:first-child>th:last-child,.table-bordered thead:last-child tr:last-child>th:first-child
{
    border-radius: 0;
}
.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th
{
    border-color: #e1e1e1;
}
.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th
{
    white-space: normal;
}
.table-bordered td,.table-bordered tr,.table-responsive thead td,.table-responsive thead tr
{
    background: #fff;
}
.table-bordered>tbody>tr>td
{
    vertical-align: middle;
}
.table>tbody+tbody
{
    border-top: none;
}
.panel-default>.panel-heading
{
    background: #192021;
    color: #333;
    padding: 20px;
}
.panel-default .panel-body
{
    background: #192021;
}
.addthis_sharing_toolbox a
{
    moz-transition: .3s all ease;
    o-transition: .3s all ease;
    transition: .3s all ease;
    webkit-transition: .3s all ease;
}
.addthis_sharing_toolbox a:hover
{
    opacity: .6;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span{background-image:url('images/fancybox_sprite.png');}
.fancybox-close,.fancybox-next span,.fancybox-prev span
{
    opacity: .8;
}
.fancybox-lock
{
    overflow: visible!important;
}
.fancybox-close:hover,.fancybox-next span:hover,.fancybox-prev span:hover
{
    opacity: 1;
}
.form-horizontal .checkbox,.form-horizontal .radio
{
    min-height: inherit;
}
.form-horizontal .checkbox-inline,.form-horizontal .checkbox:first-child,.form-horizontal .control-label,.form-horizontal .radio-inline,.form-horizontal .radio:first-child
{
    padding-top: 0;
}
.input-group .form-control
{
    z-index: auto;
}
.atm-f
{
    height: auto!important;
}
.text-danger
{
    color: red;
}
#google-map,a:hover,h1 i,p a,p a:focus,p a:visited
{
    color: #f91f1f;
}
b,body,legend,strong
{
    color: #333;
}
.has-error *+.text-danger
{
    margin-top: 5px;
}
.buttons input[type=checkbox]
{
    position: relative;
    top: 2px;
}
.tooltip
{
    z-index: 9999;
}
.ps-caption,.ps-carousel,.ps-document-overlay,.ps-toolbar,.ps-uilayer
{
    z-index: 100000000!important;
}
.vcenter
{
    vertical-align: middle!important;
}
.table-custom>tbody>tr>td,.table-custom>tbody>tr>th,.table-custom>tfoot>tr>td,.table-custom>tfoot>tr>th,.table-custom>thead>tr>td,.table-custom>thead>tr>th
{
    border-bottom: 1px solid #707475;
    border-top: none;
    padding-bottom: 10px;
}
.table-hover>tbody>tr:hover
{
    background-color: #192021;
}
.account-wishlist .table-hover>tbody>tr:hover
{
    background: 0 0;
}
.modal
{
    z-index: 10005;
}
.modal .terms_conditions_page
{
    margin-top: 30px;
}
.modal-backdrop
{
    z-index: 10000;
}
body
{
    background: #fff;
    font: 400 14px/20px Roboto,sans-serif;
}
h1,h2,h3,h4,h5,h6
{
    color: #333;
    font-family: Roboto,sans-serif;
    font-weight: 700;
    letter-spacing: .8px;
    line-height: normal;
    margin: 0 0 20px;
    text-transform: none;
}
h1
{
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    overflow: hidden;
}
h1 i
{
    font-size: 45px;
    margin-right: 10px;
}
h1 i:before
{
    vertical-align: middle;
}
h1:after
{
    background: #707475;
    content: '';
    display: block;
    height: 1px;
    margin: 20px 0 40px;
}
h1.no-line
{
    margin-bottom: 30px;
}
h1.no-line:after
{
    display: none;
}
h2,h4
{
    font-size: 19px;
    line-height: 27px;
}
h3
{
    font-size: 17px;
    text-transform: uppercase;
}
h5
{
    font-size: 16px;
}
h6
{
    font-size: 10.2px;
}
a
{
    color: inherit;
    display: inline-block;
    font: inherit;
}
a:active
{
    background-color: transparent;
}
img
{
    height: auto;
}
legend
{
    font-size: 18px;
    padding: 7px 0;
}
header .nav li a,header .nav>a
{
    font-size: 11px;
    text-transform: uppercase;
}
.input-group .input-group-addon
{
    height: 30px;
}
.nav-tabs
{
    margin-bottom: 15px;
}
div.required .control-label:after
{
    color: #ee372a;
    content: '*';
    font-weight: 700;
    margin-left: 5px;
}
.fa
{
    font-family: inherit;
    line-height: inherit;
}
.fa:before
{
    font-family: FontAwesome;
}
#page>.ie-warning
{
    clear: both;
    display: none;
    position: relative;
}
@media (min-width:768px)
{
    .lt-ie11 #page>.ie-warning
    {
        display: block;
    }
}
.common-home header .top
{
    margin-top: -20px;
}
header
{
    color: #333;
    margin-bottom: 0;
}
header .f-left
{
    float: left;
}
header .f-right
{
    float: right;
}
@media (max-width:767px)
{
    header .f-right
    {
        float: none;
    }
}
header .mid-line
{
    padding: 18px 0 15px;
    position: relative;
}
header .bot-line
{
    background: #f91f1f; 
}
header .box-cart
{
    padding: 0 0 0 20px;
    text-transform: uppercase;
}
 
.toggle-wrap,header .nav>a
{
    position: relative;
}

.logo-nws{
    margin: -10px 0px;
}

.logo-nws img{
    height: 60px;
}
  
header .navigation
{
    float: left; 
}
header .nav>a
{
    color: #333;
    display: inline-block;
    left: 0;
    line-height: 28px;
    margin: 0;
}
header .nav>a:hover
{
    color: #f91f1f;
}
header .nav li
{
    display: inline-block;
    float: left;
    padding: 0 15px;
}
@media (min-width:768px)
{
    header .nav li
    {
        padding: 0;
    }
    header .nav li+li
    {
        margin-left: 25px;
    }
}
.toggle_cont
{
    background: #f4f4f4;
    border: 0;
    border-radius: 0;
    color: #333;
    display: none;
    font-size: 14px;
    line-height: 20px;
    list-style-type: none;
    margin-top: 15px;
    moz-border-radius: 0;
    opacity: 0;
    padding: 30px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 80px;
    webkit-border-radius: 0;
    width: 200px;
    z-index: 20;
}
@media (max-width:767px)
{
    .toggle_cont
    {
        max-height: 188px;
        overflow-y: scroll;
        padding: 18px 0;
        top: 56px;
        width: 190px;
    }
}
#page,.lazy
{
    overflow: hidden;
}
.toggle_cont>li
{
    position: relative;
}
.toggle_cont>li>a,.toggle_cont>li>button
{
    color: #333;
    display: inline-block;
    font-size: 14px;
    line-height: 27px;
    padding: 0;
}
.toggle_cont>li>a:visited,.toggle_cont>li>button:visited
{
    color: #333;
}
.toggle_cont>li>a:active,.toggle_cont>li>a:focus,.toggle_cont>li>a:hover,.toggle_cont>li>button:active,.toggle_cont>li>button:focus,.toggle_cont>li>button:hover
{
    color: #f91f1f;
}
.toggle_cont__right
{
    left: 0;
    right: auto;
}
.toggle_cont ul
{
    margin: 0;
    padding: 0;
}
.toggle.active+.toggle_cont
{
    top: 56px;
}
.btn-group.open .dropdown-toggle
{
    box-shadow: none;
    moz-box-shadow: none;
    webkit-box-shadow: none;
}
@media (min-width:768px)
{
    header .nav>.toggle_cont
    {
        right: -58px;
    }
    header .nav>.toggle_cont .btn-group .dropdown-menu
    {
        box-shadow: none;
        display: none;
        left: -201px;
        margin: 15px 0 0;
        moz-box-shadow: none;
        overflow: hidden;
        padding: 28px 30px;
        position: absolute;
        top: 0;
        webkit-box-shadow: none;
        width: 200px;
    }
}
.box-cart .btn-danger:focus,.box-cart .btn-danger:focus:focus,.well
{
    box-shadow: none;
}
.box-currency,.box-language
{
    display: inline-block;
    float: right;
    font-size: 11px;
    line-height: 16px;
    margin-top: 13px;
    text-transform: uppercase;
}
.box-currency+a,.box-language+a
{
    background: #474747;
    display: inline-block;
    float: left;
    font-size: 12px;
    line-height: 20px;
    margin-left: 45px;
    padding: 8px 20px;
    text-transform: uppercase;
}
.box-currency+a:hover,.box-language+a:hover
{
    background: #ff771f;
    color: #333;
}
@media (max-width:344px)
{
    .box-currency+a,.box-language+a
    {
        padding: 6px 12px;
    }
}
.box-currency .btn-group,.box-language .btn-group
{
    padding-left: 30px;
}
@media (max-width:767px)
{
    .box-currency+a,.box-language+a
    {
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
    }
    .box-currency .btn-group,.box-language .btn-group
    {
        padding-left: 0;
    }
}
.box-currency .dropdown-toggle,.box-language .dropdown-toggle
{
    cursor: pointer;
    display: block;
    moz-transition: .3s all ease;
    o-transition: .3s all ease;
    transition: .3s all ease;
    webkit-transition: .3s all ease;
    width: 100%;
}
.box-currency .dropdown-toggle:after,.box-language .dropdown-toggle:after
{
    content: '\f107';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    padding: 0;
    position: absolute;
    right: -15px;
    top: 0;
}
.box-currency .dropdown-toggle.sfHover,.box-currency .dropdown-toggle:hover,.box-language .dropdown-toggle.sfHover,.box-language .dropdown-toggle:hover
{
    color: #f91f1f;
}
.box-currency .dropdown-menu,.box-language .dropdown-menu
{
    background: #f91f1f;
    border: 1px solid #f91f1f;
    border-radius: 0;
    moz-border-radius: 0;
    padding-left: 15px;
    top: 130%;
    webkit-border-radius: 0;
}
.box-currency .dropdown-menu>li>a,.box-currency .dropdown-menu>li>button,.box-language .dropdown-menu>li>a,.box-language .dropdown-menu>li>button
{
    color: #fff;
    line-height: 27px;
}
.box-currency .dropdown-menu>li>a.select,.box-currency .dropdown-menu>li>a:hover,.box-currency .dropdown-menu>li>button.select,.box-currency .dropdown-menu>li>button:hover,.box-language .dropdown-menu>li>a.select,.box-language .dropdown-menu>li>a:hover,.box-language .dropdown-menu>li>button.select,.box-language .dropdown-menu>li>button:hover
{
    color: #333;
}
@media (min-width:992px) and (max-width:1199px)
{
    header .box-cart
    {
        padding: 0 10px;
    }
    [lang=ru] header .box-cart,[lang=ru] header .nav>.toggle_cont>li>a,[lang=ru] header .search input[type=text]
    {
        font-size: 12px;
    }
}
@media (max-width:991px)
{
    header .mid-line .col-sm-12+.col-sm-12
    {
        margin-top: 30px;
    }
    header .bot-line
    {
        text-align: center;
    }
    header .bot-line .logo,header .bot-line .navigation,header .bot-line .search
    {
        display: inline-block;
        float: none;
    }
}
@media (max-width:767px)
{
    header .box-cart
    {
        float: none;
        margin-top: 0;
        right: 30px;
        width: auto;
    }
}
@media (max-width:480px)
{
    header .col-xs-6
    {
        width: 100%;
    }
    header .logo
    {
        margin-bottom: 15px;
        position: relative;
    }
}
@media (max-width:369px)
{
    header .f-right,header .nav
    {
        float: none;
        text-align: center;
    }
    header .nav li
    {
        float: none;
    }
    header .f-right .box-currency,header .f-right .box-language
    {
        float: none;
        margin-top: 6px;
    }
}
#page
{
    background: #fff;
}
section.bottom
{
    margin-top: 13px;
}
.box.account ul,.box.affilate ul
{
    list-style-type: none;
    padding: 0;
}
.box.account ul li+li,.box.affilate ul li+li
{
    border-top: 1px solid #707475;
}
.box.account ul a,.box.affilate ul a
{
    background: #192021;
    display: block;
    padding: 13px 15px;
    position: relative;
}
.box.account ul a:hover,.box.affilate ul a:hover
{
    background: #f91f1f;
    color: #2b2b2b;
}
#content ul.list-unstyled,.manufacturer-content div
{
    list-style-type: none;
    margin: 0;
}
#content ul.list-unstyled li+li,.manufacturer-content div li+li
{
    margin-top: 10px;
}
#content ul.list-unstyled a,.manufacturer-content div a
{
    color: #333;
    position: relative;
}
#content ul.list-unstyled a:hover,.manufacturer-content div a:hover
{
    color: #f91f1f;
}
#content ul.list-unstyled a:before,.manufacturer-content div a:before
{
    color: #f91f1f;
    content: '\e11d';
    font-family: material-design;
    font-size: 20px;
    font-weight: 400;
    margin-right: 5px;
}
#content .product-info ul.list-unstyled a:before
{
    display: none;
}
@media (max-width:767px)
{
    aside
    {
        margin-top: 20px;
    }
    aside .container
    {
        padding: 0;
        width: 100%;
    }
}
@media (max-width:480px)
{


.product-grid .product-thumb .image .sale {
    background: url(/image/sale-bg.png) no-repeat;
    height: 31px;
    width: 80px;
    font-size: 15px;
    line-height: 25px;
    right: 6px;
    background-size: contain;
}
    .col-sm-3 .img-thumbnail
    {
        float: none;
        margin: 0 0 20px;
        width: 100%;
    }
}
.lazy
{
    background: url(../image/lazy-loader.gif) center center no-repeat;
    display: block;
    height: 0;
    position: relative;
}
.lazy img
{
    bottom: 0;
    height: auto;
    left: 0;
    moz-transform: translateY(-50%);
    moz-transition: 1s all ease;
    ms-transform: translateY(-50%);
    opacity: 0;
    o-transform: translateY(-50%);
    o-transition: 1s all ease;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: 1s all ease;
    webkit-backface-visibility: hidden;
    webkit-transform: translateY(-50%);
    webkit-transition: 1s all ease;
    z-index: 0;
}
.lazy.lazy-loaded
{
    background: 0 0;
}
.lazy.lazy-loaded img
{
    opacity: 1;
}
.search
{
    position: relative;
    width: 220px;
    z-index: 100;
}
.search input[type=text]
{
    background: 0 0;
    border: 1px solid #707475;
    border-radius: 0;
    box-sizing: border-box;
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    line-height: 26px;
    margin: 0;
    moz-border-radius: 0;
    moz-box-sizing: border-box;
    padding: 1px 50px 1px 20px;
    text-transform: uppercase;
    webkit-border-radius: 0;
    webkit-box-sizing: border-box;
    width: 100%;
}
.search input[type=text]::-webkit-input-placeholder
{
    color: #333!important;
    opacity: 1;
}
.search input[type=text]:-moz-placeholder
{
    color: #333!important;
    opacity: 1;
}
.search input[type=text]::-moz-placeholder
{
    color: #333!important;
    opacity: 1;
}
.search input[type=text]:-ms-input-placeholder
{
    color: #333!important;
    opacity: 1;
}
.search input[type=text]:focus::-webkit-input-placeholder
{
    color: transparent!important;
}
.search input[type=text]:focus::-moz-placeholder
{
    color: transparent!important;
}
.search input[type=text]:focus:-moz-placeholder
{
    color: transparent!important;
}
.search input[type=text]:focus:-ms-input-placeholder
{
    color: transparent!important;
}
.search button,.search button:active,.search button:focus
{
    background: #333;
    border: none;
    bottom: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: 400 15px/34px FontAwesome;
    height: 40px;
    moz-transition: .3s all ease;
    o-transition: .3s all ease;
    outline: 0;
    outline-offset: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: .3s all ease;
    webkit-appearance: none;
    webkit-transition: .3s all ease;
    width: 40px;
}
.search button::-moz-focus-inner,.search button:active::-moz-focus-inner,.search button:focus::-moz-focus-inner
{
    border: none;
    padding: 0;
}
.search button:active:hover,.search button:focus:hover,.search button:hover
{
    background: #474747;
}
#livesearch_search_results
{
    background: #192021;
    font-size: 14px;
    left: 0;
    list-style-type: none;
    margin: 3px 0 0;
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 5px;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 100%;
    z-index: 12;
}
#livesearch_search_results li img
{
    float: left;
    margin-right: 10px;
}
#livesearch_search_results li img.loading
{
    background: #fff;
}
#livesearch_search_results li.highlighted,#livesearch_search_results li:hover
{
    background-color: none;
}
#livesearch_search_results li.highlighted a,#livesearch_search_results li.highlighted a:visited,#livesearch_search_results li:hover a,#livesearch_search_results li:hover a:visited
{
    color: #333;
}
#livesearch_search_results li.highlighted a:hover,#livesearch_search_results li.highlighted a:visited:hover,#livesearch_search_results li:hover a:hover,#livesearch_search_results li:hover a:visited:hover
{
    color: #f91f1f;
}
#livesearch_search_results a,#livesearch_search_results a:visited
{
    color: #333;
    display: block;
    padding: 5px;
}
#livesearch_search_results a:after,#livesearch_search_results a:before,#livesearch_search_results a:visited:after,#livesearch_search_results a:visited:before
{
    content: "";
    display: table;
    line-height: 0;
}
#livesearch_search_results a:after,#livesearch_search_results a:visited:after
{
    clear: both;
}
#livesearch_search_results a:hover,#livesearch_search_results a:visited:hover
{
    color: #f91f1f;
}
@media (max-width:1199px)
{
    .search input[type=text]
    {
        padding-left: 10px;
    }
}
@media (max-width:991px)
{
    .search
    {
        width: 67%;
    }
}
@media (max-width:767px)
{
    .search
    {
        width: 100%;
        z-index: auto;
    }
}
@media (max-width:480px)
{
    .search
    {
        width: 100%;
    }
    .search input[type=text]
    {
        padding-left: 0;
    }
}
.box-cart
{
    position: relative;
}
.box-cart .btn-remove-wrap,.box-cart .btn-remove__cnt
{
    left: 0;
    position: absolute;
    right: 0;
}
.box-cart .btn-remove-wrap i,.box-cart .btn-remove__cnt i
{
    font-size: 17px;
    margin-right: 5px;
}
.box-cart .btn-remove-wrap
{
    background: #fff;
    bottom: 0;
    display: none;
    top: 0;
    z-index: 10;
}
.box-cart .btn-remove__cnt
{
    moz-transform: translateY(-50%);
    ms-transform: translateY(-50%);
    o-transform: translateY(-50%);
    top: 50%;
    transform: translateY(-50%);
    webkit-transform: translateY(-50%);
}
.box-cart .btn-remove__cnt .link
{
    display: block;
    margin: 0 auto;
}
.box-cart .btn-danger,.box-cart .btn-danger:focus
{
    background: 0 0;
    border: 0;
    color: #f91f1f;
    font-size: 13px;
    padding: 0;
}
.box-cart .btn-danger:focus:hover,.box-cart .btn-danger:hover
{
    background: 0 0;
    color: #f91f1f;
}
.box-cart a:hover img
{
    opacity: .6;
}
.box-cart .fl-left
{
    float: left;
    width: 25%;
}
.box-cart .fl-right
{
    float: right;
    line-height: 28px;
    margin-right: 7%;
    width: 66%;
}
.box-cart .btn-remove
{
    color: #333;
    line-height: 20px;
    position: absolute;
    right: 7px;
    top: 8px;
}
.box-cart .btn-remove i
{
    font-size: 20px;
    line-height: 20px;
    moz-transition: .4s all ease;
    o-transition: .4s all ease;
    transition: .4s all ease;
    webkit-transition: .4s all ease;
}
.box-cart .btn-remove:hover
{
    color: #f91f1f;
}
.cart
{
    line-height: 36px;
    position: relative;
}
.cart>button
{
    color: #333;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    top: 1px;
}
.cart>button i,.cart>button span,.cart>button strong
{
    moz-transition: .4s all ease;
    o-transition: .4s all ease;
    transition: .4s all ease;
    vertical-align: middle;
    webkit-transition: .4s all ease;
}
.cart>button i
{
    background: #f91f1f;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    margin-right: 8px;
    padding-right: 3px;
    text-align: center;
    width: 40px;
}
.cart .btn-l,.cart .btn-r
{
    letter-spacing: 0;
    padding: 11px 5px;
    width: 49.5%;
}
.cart>button:hover i,.cart>button:hover span,.cart>button:hover strong
{
    color: #474747;
}
.cart .cart-remove-btn
{
    margin-left: 5px;
}
.cart .cart-remove-btn:before,.cart .cart-remove-btn>span
{
    vertical-align: middle;
}
.cart .cart-remove-btn:before
{
    margin-right: 5px;
}
.cart .btn-l
{
    float: left;
}
.cart .btn-r
{
    float: right;
}
.cart .name a
{
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    text-transform: uppercase;
}
.cart .name a:hover
{
    color: #f91f1f;
}
.cart .toggle_cont
{
    background: #192021;
    border: 1px solid #e1e1e1;
    list-style-type: none;
    margin: 0;
    max-height: 500px;
    min-width: 300px;
    padding: 0;
    top: 100%;
    z-index: 1001;
}
.cart .toggle_cont p
{
    margin: 0;
}
.cart .toggle_cont>li
{
    background: #fff;
    overflow: hidden;
    padding: 10px;
    position: relative;
}
.cart .toggle_cont>li+li
{
    border-top: 1px solid #e1e1e1;
}
.cart .toggle_cont .total
{
    list-style-type: none;
}
.cart .toggle_cont .total>.t-row
{
    font-size: 14px;
    overflow: hidden;
    position: relative;
}
.cart .toggle_cont .total>.t-row>div
{
    float: left;
    line-height: 28px;
    vertical-align: middle;
    width: 60%;
}
.cart .toggle_cont .total>.t-row>div+div
{
    width: 40%;
}
@media (max-width:767px)
{
    .cart
    {
        margin: 0;
        position: fixed;
        right: 41px;
        top: 0;
        z-index: 10000;
    }
    .cart>button
    {
        padding-right: 4px;
        position: relative;
    }
    .cart>button .cart-total,.cart>button strong
    {
        display: none;
    }
    .cart>button .cart-total2
    {
        font-size: 14px;
        line-height: 42px;
        position: relative;
        right: 0;
        text-align: center;
        top: 0;
    }
    .cart .toggle_cont
    {
        max-height: 280px; 
    }
}
.product-layout
{
    margin-bottom: 27px;
}
.product-thumb
{
    padding: 0;
    text-align: left;
}
.owl-carousel .product-thumb
{
    text-align: center;
}
.product-thumb .image
{
    background: 0 0;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    transition: all .3s ease;
}
.owl-carousel .product-thumb .image
{
    background: 0 0;
}
.product-compare .product-thumb .image
{
    margin-bottom: 10px;
    text-align: center;
}
.product-thumb .image [class*=product-include_options]
{
    background: rgba(0,0,0,.4);
    bottom: 0;
    left: 0;
    margin: 0;
    min-height: 45px;
    padding: 2px 10px;
    position: absolute;
    text-align: left;
    transform: translateY(100%);
    transition: all .5s ease;
    width: 100%;
    z-index: 8;
}
.product-thumb .image [class*=product-include_options] span
{
    color: #fff;
    display: inline-block;
    font-size: 13px;
    margin-right: 6px;
    text-transform: capitalize;
    white-space: nowrap;
}
.product-thumb .image [class*=product-include_options] span+span
{
    text-transform: lowercase;
}
.product-thumb .image [class*=product-include_options] span:after
{
    content: ', ';
    position: absolute;
}
.product-thumb .image [class*=product-include_options] span:last-child:after
{
    content: '. ';
}
.product-thumb .image a
{
    transition: all .5s ease;
}
.product-thumb .image:hover [class*=product-include_options]
{
    bottom: 0;
    transform: translateY(0);
}
.product-thumb .caption
{
    padding: 10px 0 0;
    position: relative;
}
.product-thumb .caption .product-options
{
    border-bottom: 0;
    display: block;
    padding-bottom: 0;
}
.product-thumb .caption .product-options .control-label
{
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .8px;
}
.product-thumb .caption .product-options .option-color
{
    padding-left: 52px;
}
.product-thumb .caption .product-options .option-color .text-danger
{
    font-size: 12px;
    position: absolute;
    right: 15px;
    text-transform: uppercase;
    top: 0;
}
.product-thumb .caption .product-options .option-color .radio
{
    display: inline-block;
    margin: 0 3px 0 0;
}
.product-thumb .caption .product-options .option-color .radio input[type=radio]+label
{
    background: 0 0;
    border: 0;
    display: inline-block;
    height: 15px;
    padding: 0;
    vertical-align: middle;
    width: 15px;
}
.owl-carousel .product-thumb .cart-buttons,.product-thumb .caption .product-options .option-color .radio input[type=radio]+label:before
{
    display: none;
}
.product-thumb .caption .product-options .option-color .radio input[type=radio]+label:after
{
    background: 0 0;
    border: 1px solid transparent;
    border-radius: 0;
    height: 21px;
    left: -3px;
    top: 0;
    width: 21px;
}
.product-thumb .caption .product-options .option-color .radio input[type=radio]:checked+label:after
{
    border: 1px solid #2b2b2b;
}
.product-thumb .cart-buttons .product-btn-add
{
    float: left;
}
.product-thumb .cart-buttons .product-btn
{
    float: left;
    margin-left: 2%;
}
.product-thumb .icon-buttons button
{
    float: left;
    background: #f91f1f;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px;
    height: 34px;
    line-height: 16px;
}

.product-thumb .icon-buttons button span{
    margin-left: 10px;
}
 
.product-thumb .icon-buttons button:hover
{
    background: #333;
}
.owl-carousel .product-thumb .icon-buttons
{
    display: inline-block;
}
.product-thumb .price-product
{
    display: block;
    padding-bottom: 11px;
}
.product-thumb .quantity
{
    display: inline-block;
    left: 0;
    position: absolute;
    top: 1px;
    z-index: 1;
}
.product-thumb .quantity>label
{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.new-pr,.product-thumb .name>a,.sale
{
    font-weight: 700;
    text-transform: uppercase;
}
.product-thumb .quantity input[name*=quantity]
{
    border: 1px solid #707475;
    font-size: 12px;
    height: 21px;
    padding: 0 12px 0 4px;
}
.product-thumb .quantity .counter
{
    background: 0 0;
    border: 0;
    color: #333;
    display: inline-block;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    padding: 0;
    position: absolute;
    right: 1px;
    top: 1px;
    vertical-align: top;
    width: 12px;
}
.product-thumb,.product-thumb .product-option-wrap
{
    position: relative;
}
.product-thumb .quantity .counter.counter-minus
{
    bottom: 1px;
    padding: 0;
    top: auto;
}
.product-thumb .quantity .counter:hover
{
    background: 0 0;
    color: #2b2b2b;
}
 
.owl-carousel .owl-item img
{
    width: auto!important;
}
.product-thumb .image>a
{
    display: block;
}
.product-thumb .image>a img
{
    margin: 0 auto;
    moz-transition: all .5s ease;
    o-transition: all .5s ease;
    transition: all .5s ease;
    webkit-transition: all .5s ease;
}
.product-thumb .image>a .img-primary
{
    opacity: 1;
}
.product-thumb .image>a .img-secondary,.product-thumb:hover .image>a .img-primary
{
    opacity: 0;
}
.product-thumb
{
    box-sizing: border-box;
    moz-box-sizing: border-box;
    webkit-box-sizing: border-box;
}
.product-thumb:hover .image>a .img-secondary
{
    opacity: 1;
}
.product-thumb .aside
{
    display: none;
}
.product-thumb .name>a
{
    color: #333;
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 15px;
    min-height: 31px;
    margin: 3px 0px;
}
.product-thumb .name>a:hover
{
    color: #f91f1f;
}
.product-thumb .description
{
    display: none;
}
.product-list .product-thumb .description
{
    display: block;
    margin-top: 12px;
}

.cart .toggle_cont {
    max-height: 420px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
}



.product-thumb:hover .image>.quickview
{
    opacity: .85;
}
@media (min-width:768px)
{
    .product-list .product-thumb:after,.product-list .product-thumb:before
    {
        content: "";
        display: table;
        line-height: 0;
    }
    .product-list .product-thumb:after
    {
        clear: both;
    }
}
.product-list .product-thumb .image
{
    box-sizing: border-box;
    float: left;
    moz-box-sizing: border-box;
    padding: 0 15px;
    webkit-box-sizing: border-box;
    width: 31%;
}
.product-list .product-thumb .caption
{
    float: left;
    padding: 0 15px;
    width: 69%;
}
.product-list .product-thumb .aside
{
    display: block;
    text-align: left;
}
.product-list .product-thumb .cart-buttons
{
    width: 260px;
}
.product-list .product-thumb .radio
{
    display: inline-block;
}
.product-grid .product-thumb .description-large,.product-list .product-thumb>.cart-button,.product-list .product-thumb>.cart-buttons,.product-list .product-thumb>.price
{
    display: none;
}
.product-list .product-thumb .description-large
{
    padding-top: 10px;
}
.clearfix+.product-list .product-thumb,.product-list+.product-list .product-thumb
{
    border-top: 3px solid #707475;
    padding-top: 30px;
}
.product-list .product-thumb
{
    margin-bottom: 0;
}
.product-grid .product-thumb .image
{
    float: none;
}
 
.box-carousel .new-pr,
.new-pr,
.owl-carousel .new-pr
{
    display: none;
}

 
 
.ajax-overlay .product-options .col-sm-8,.quickview-style h2
{
    text-align: left;
}
[lang=ru] .new-pr,[lang=ru] .sale
{
    font-size: 7px;
}
 
.new-pr
{
    background: #9eecfa;
    left: 10px;
}
.discount
{
    color: #333;
    font-size: 14px;
    font-weight: 400;
    left: 28px;
    line-height: 20px;
    position: absolute;
    top: 42px;
}
.product-thumb .price,.product-thumb .price-new
{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 18px;
}
.price,.price .price-old,.price-new,.price-old
{
    color: #d1d1d1;
    font-size: 18px;
    letter-spacing: .5px;
    line-height: 18px;
}
.price,.price-new,.price-old
{
    display: inline-block;
    font-weight: 400;
}
.price
{
    padding: 2px 0 0;
}
.price .price-old
{
    font-size: 11px;
    padding: 0px;
    position: absolute;
    top: -1px;
    width: 56px;
    right: 1px;
    text-decoration: line-through;
    text-align: right;
}
.price-old
{
    font-weight: 400!important;
    position: relative;
}
.price-section,.price-total
{
    font-weight: 700;
}
 
.price-section .price-new,.price-section .price-section .price-old
{
    color: #333;
    font-size: 30px;
    line-height: 30px;
}
.price-section .price-old
{
    font-size: 20px;
    line-height: 30px;
}
.price-section .reward
{
    display: block;
    margin-top: 10px;
}
.price-tax
{
    font-size: 12px;
}
.price s
{
    font-size: 15px;
}
.stock
{
    color: #3bb141;
}
.in_stock strong
{
    display: none;
}
.out-stock
{
    color: #EE372A;
}
.product-thumb .price-tax
{
    color: #999;
    display: block;
    font-size: 12px;
}
.rating
{
    display: none;
    padding: 0;
    position: absolute;
}
.product-list .rating
{
    display: block;
    left: 0;
    padding: 10px 0;
    position: relative;
    top: 0;
}
.product-thumb .product-options,.quick_info
{
    display: none;
}
.ajax-quickview .rating
{
    display: none;
    left: 0;
    position: relative;
    top: 10px;
}
.fa-stack
{
    font-size: 14px;
    height: 14px;
    line-height: 13px;
    width: .8em;
}
.fa-stack i
{
    color: #e2e2e2;
}
.fa-stack i.star
{
    color: #2b2b2b;
}
.fa-stack-2x
{
    font-size: 1em;
}
.product-thumb .fa-stack
{
    font-size: 14px;
}
.rat
{
    color: #f91f1f;
}
.quickview_description
{
    border: 1px solid #707475;
    margin-top: 15px;
    max-height: 300px;
    overflow: auto;
    padding: 10px;
}
.quickview_description iframe
{
    float: left;
    height: 200px!important;
    margin-right: 2em;
    width: 40%!important;
}
.quickview-style .inf
{
    font-size: 14px;
    margin-bottom: 10px;
}
.quickview-style .cart-button
{
    margin-top: 10px;
}
.quickview-style .rating
{
    margin-top: 5px;
}
.cart-buttons
{
    margin-top: 10px;
    text-align: center;
}
.cart-buttons .product-btn
{
    float: right;
}
.ajax-overlay .product-options
{
    backface-visibility: hidden;
    border-bottom: none;
    display: inline-block;
    max-height: 80%;
    max-width: 450px;
    min-width: 300px;
    padding-bottom: 0;
    position: relative;
    vertical-align: middle;
}
.ajax-overlay .product-options h3
{
    margin-top: 0;
}
.ajax-overlay .product-options .options
{
    background: #FFF;
    border-radius: 0;
    box-shadow: 1px 1px 8px rgba(0,0,0,.8);
    moz-border-radius: 0;
    moz-box-shadow: 1px 1px 8px rgba(0,0,0,.8);
    padding: 20px;
    text-align: center;
    webkit-border-radius: 0;
    webkit-box-shadow: 1px 1px 8px rgba(0,0,0,.8);
}
.ajax-overlay .product-options .options .product-btn-add
{
    padding: 8px 20px;
}
.ajax-overlay .product-options .ajax-overlay_close
{
    color: rgba(0,0,0,.5);
    font-family: material-design;
    font-size: 16px;
    position: absolute;
    right: 10px;
    text-shadow: 1px 1px 5px rgba(255,255,255,.2);
    top: 10px;
}
.ajax-overlay .product-options .ajax-overlay_close:before
{
    content: '\e054';
}
.ajax-overlay .product-options .ajax-overlay_close:hover
{
    color: #000;
}
.ajax-overlay .product-option-wrap
{
    height: 100%;
    text-align: center;
}
.ajax-overlay .product-option-wrap:before
{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.ajax-overlay
{
    bottom: 0;
    left: 0;
    moz-transition: opacity .3s ease-in-out;
    opacity: 0;
    o-transition: opacity .3s ease-in-out;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .3s ease-in-out;
    visibility: hidden;
    webkit-transition: opacity .3s ease-in-out;
    z-index: 997;
}
.ajax-overlay.visible
{
    background: rgba(0,0,0,.7);
    opacity: 1;
    visibility: visible;
}
@media (max-width:1200px)
{
    .product-thumb .button-group button,.product-thumb .button-group button+button
    {
        width: 33.33%;
    }
}
@media (max-width:991px)
{
    .product-thumb .cart-buttons .product-btn-add
    {
        float: none;
        margin-bottom: 3%;
        width: 100%;
    }
    .product-thumb .cart-buttons .product-btn
    {
        float: left;
        margin: 0;
        width: 48%;
    }
    .product-thumb .cart-buttons .product-btn+.product-btn
    {
        float: right;
    }
    .product-thumb .caption .product-options .option-color .text-danger
    {
        left: 0;
        position: relative;
        right: auto;
    }
}
@media (min-width:768px)
{
    .box .box-content .last
    {
        clear: left;
    }
    .fancybox-next
    {
        right: -30px;
    }
    .fancybox-prev
    {
        left: -30px;
    }
    .product-reviews .fa-stack
    {
        font-size: 14px;
    }
}
@media (max-width:767px)
{
    .col-sm-3 .img-thumbnail
    {
        float: left;
        margin: 0 20px 20px 0;
    }
    .product-list .product-thumb .caption
    {
        padding: 0;
    }
    .panel-group .product-thumb .image .lazy img
    {
        top: 40%;
    }
 
    #content .product-layout
    {
        float: left;
        margin-bottom: 30px;
        width: 50%;
    }
    #content .product-layout:nth-child(2n+3)
    {
        clear: left;
    }
    #content .product-layout+.product-layout
    {
        margin-top: 0;
    }
    #content .product-layout.clr
    {
        clear: both;
    }
    .quickview_description iframe
    {
        float: none;
        margin: 0 0 2em;
        width: 100%!important;
    }
    .product-grid .product-thumb .aside,.product-grid .product-thumb .caption,.product-grid .product-thumb .image,.product-list .product-thumb .aside,.product-list .product-thumb .caption,.product-list .product-thumb .image
    {
        float: none;
        margin: 0 0 15px;
        width: 100%;
    }
    .product-grid .product-thumb .aside,.product-list .product-thumb .aside
    {
        display: none;
    }
    .product-grid .product-thumb .caption,.product-list .product-thumb .caption
    {
        border-right: none;
    }
    .product-grid .product-thumb .cart-button,.product-grid .product-thumb>.price,.product-list .product-thumb .cart-button,.product-list .product-thumb>.price
    {
        display: block;
    }
    .product-list+.product-list .product-thumb
    {
        border: 0;
        padding-top: 0;
    }
    .clearfix+.product-list .product-thumb
    {
        padding: 0;
    }
}
#review-title,#tm-newsletter-popup-form:after,.article-comment .comment-date,.buttons:after,.lookbook.lookbook--banner>div:after,.newsletter-popup:after,.product-buttons:after,.product-gallery:after,.product_tabs:after,.sf-menu .sf-mega_row:after,.social-list:after,.tm-deal-banner__description:after
{
    clear: both;
}
@media (max-width:640px)
{
    .panel-group .product-thumb
    {
        margin: 0 auto;
        width: 320px;
    }
}
@media (max-width:600px)
{
    .product-desc iframe,.quickview_description iframe
    {
        height: 240px!important;
    }
}
@media (max-width:540px)
{
    #content .product-layout
    {
        float: none;
        width: 100%;
    }
    .product-thumb .product-options
    {
        max-width: 95%;
    }
    .product-thumb .product-options [class*=col-xs]
    {
        float: left;
    }
    .product-thumb .product-options [class*=col-xs]+[class*=col-xs]
    {
        margin-top: 0!important;
    }
}
@media (max-width:480px)
{





    .home-popular .product-thumb:nth-child(1) .image img, 
    .home-popular .product-thumb:nth-child(2) .image img, 
    .home-popular .product-thumb:nth-child(3) .image img, 
    .home-popular .product-thumb:nth-child(4) .image img, 
    .home-popular .product-thumb:nth-child(5) .image img, 
    .home-popular .product-thumb:nth-child(6) .image img, 
    .home-popular .product-thumb:nth-child(7) .image img, 
    .home-popular .product-thumb:nth-child(8) .image img, 
    .home-popular .product-thumb:nth-child(9) .image img, 
    .home-popular .product-thumb:nth-child(10) .image img{
        margin: inherit!important;
    }



    .panel-group .product-thumb
    {
        width: 256px;
    }
 
    .table.table-bordered .product-thumb
    {
        width: auto;
    }
    .owl-carousel .product-thumb
    {
        width: 100%;
    }
    .product-thumb .cart-button button
    {
        float: none;
        margin: 1% 0;
        width: 100%;
    }
    .owl-carousel.owl-loaded{
        padding:0px 57px;
    }
}
.box
{
    margin-bottom: 30px;
}
.box .box-heading
{
    border-bottom: 3px solid #333;
    margin: 0 0 20px;
    padding: 3px 0;
    position: relative;
    text-align: left;
}
.box .box-heading h3
{
    color: #333;
    display: block;
    font: 700 18px/24px Roboto,sans-serif;
    font-size: 20px;
    letter-spacing: .1px;
    margin: 0;
    text-transform: uppercase;
}
.box.specials
{
    margin-bottom: 0;
    margin-top: 20px;
}
.box.specials .box-heading h3
{
    color: #f91f1f;
}
aside .box .box-heading
{
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 17px;
    padding: 10px;
    text-transform: uppercase;
}
aside .box .product-layout
{
    width: 100%;
}
aside .box .product-layout+.product-layout
{
    margin-top: 0;
}
aside .container,aside [class*=col-]
{
    padding: 0;
    width: 100%;
}
aside .row
{
    margin: 0;
}
@media (min-width:768px) and (max-width:991px)
{
    .box.info .box-content ul a
    {
        padding: 13px 5px;
    }
    aside .box .box-heading h3
    {
        font-size: 16px;
    }
}
@media (max-width:767px)
{
    aside .box .box-heading
    {
        border: 1px solid #ddd;
        border-radius: 0;
        cursor: pointer;
        margin-bottom: 35px;
        moz-border-radius: 0;
        padding: 10px 0;
        position: relative;
        webkit-border-radius: 0;
    }
    aside .box .box-heading h3
    {
        padding: 0 35px 0 20px;
        text-align: left;
    }
    aside .box .box-heading:after
    {
        color: #333;
        content: '\f055';
        font-family: FontAwesome;
        font-size: 21px;
        position: absolute;
        right: 15px;
        top: 16px;
    }
    aside .box .box-heading.active:after
    {
        content: '\f056';
    }
}
@media (min-width:550px) and (max-width:767px)
{
    aside .box .product-thumb
    {
        margin: 0 auto 30px;
        width: 60%;
    }
}
#button-search+h2
{
    margin-top: 15px;
}
.buttons
{
    margin: 1em 0;
}
.buttons:after,.buttons:before
{
    content: "";
    display: table;
    line-height: 0;
}
.buttons .btn
{
    margin-bottom: 10px;
}
.buttons .btn:hover
{
    box-shadow: none;
    moz-box-shadow: none;
    webkit-box-shadow: none;
}
.buttons .btn i,.buttons .btn span
{
    vertical-align: middle;
}
.buttons .btn i
{
    display: inline-block;
    font-size: 24px;
    line-height: 20px;
    margin: 0 5px;
}
.buttons .pull-right .btn
{
    margin-right: 10px;
}
.buttons .pull-right [for=agree1]+.btn
{
    margin-bottom: 0;
}
.input-group-btn .btn i
{
    font-size: 15px;
    line-height: 18px;
}
.agree b
{
    moz-transition: .3s all ease;
    o-transition: .3s all ease;
    transition: .3s all ease;
    webkit-transition: .3s all ease;
}
.agree:hover b
{
    color: #f91f1f;
}
.btn,.btn-1,.btn-default,.btn-info,.btn-primary,.btn-success,.btn-warning,.btn.btn-primary,.pull-left .btn-default,.pull-right .btn-default
{
    background: #f91f1f;
    border: 3px solid #f91f1f;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1;
    moz-border-radius: 0;
    moz-transition: all .4s ease;
    o-transition: all .4s ease;
    padding: 10px 40px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .4s ease;
    webkit-border-radius: 0;
    webkit-transition: all .4s ease;
}
.account-return-add .btn.btn-default i,.btn-icon i
{
    display: block;
}
[lang=ru] .btn,[lang=ru] .btn-1,[lang=ru] .btn-default,[lang=ru] .btn-info,[lang=ru] .btn-primary,[lang=ru] .btn-success,[lang=ru] .btn-warning,[lang=ru] .btn.btn-primary,[lang=ru] .pull-left .btn-default,[lang=ru] .pull-right .btn-default
{
    font-size: 13px;
    letter-spacing: 0;
}
.btn-1:hover,.btn-default:hover,.btn-info:hover,.btn-primary:hover,.btn-success:hover,.btn-warning:hover,.btn.btn-primary:hover,.btn:hover,.pull-left .btn-default:hover,.pull-right .btn-default:hover
{
    background: #fff!important;
    border-color: #f91f1f!important;
    color: #f91f1f!important;
}
.btn-1:hover span,.btn-default:hover span,.btn-info:hover span,.btn-primary:hover span,.btn-success:hover span,.btn-warning:hover span,.btn.btn-primary:hover span,.btn:hover span,.pull-left .btn-default:hover span,.pull-right .btn-default:hover span
{
    color: #f91f1f!important;
}
.btn-1:focus,.btn-1:visited,.btn-default:focus,.btn-default:visited,.btn-info:focus,.btn-info:visited,.btn-primary:focus,.btn-primary:visited,.btn-success:focus,.btn-success:visited,.btn-warning:focus,.btn-warning:visited,.btn.btn-primary:focus,.btn.btn-primary:visited,.btn:focus,.btn:visited,.pull-left .btn-default:focus,.pull-left .btn-default:visited,.pull-right .btn-default:focus,.pull-right .btn-default:visited
{
    background: #f91f1f;
    color: #fff;
    outline: 0!important;
    text-decoration: none;
}
.btn span,.btn-1 span,.btn-default span,.btn-info span,.btn-primary span,.btn-success span,.btn-warning span,.btn.btn-primary span,.pull-left .btn-default span,.pull-right .btn-default span
{
    color: #fff;
}
.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary
{
    background: #f91f1f;
    border-color: #f91f1f;
    color: #333;
}
.product-btn,.product-btn-add
{
    border: 2px solid #f91f1f;
    color: #fff;
    margin: 0;
    padding: 11px 8px;
}
.product-btn-add:focus,.product-btn-add:visited,.product-btn:focus,.product-btn:visited
{
    background: #f91f1f;
    color: #333;
    outline: 0!important;
    text-decoration: none;
}
.sbToggle,input[type=password]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=date]:focus,input[type=month]:focus,input[type=time]:focus,input[type=week]:focus,input[type=number]:focus,input[type=email]:focus,input[type=url]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=color]:focus,input[type=text]:focus,select:focus,textarea:focus
{
    outline: 0;
}
.product-btn-add:hover,.product-btn:hover
{
    background: #fff;
    border-color: #f91f1f;
    color: #f91f1f;
}
.product-btn-add
{
    background: #f91f1f;
    color: #fff;
    font-size: 12px;
    margin-bottom: -1px;
    padding: 10px 40px;
    text-transform: uppercase;
}
.form-horizontal .input-group-btn .btn.btn-default:after
{
    border-radius: 0;
    moz-border-radius: 0;
    webkit-border-radius: 0;
}
.btn-icon i
{
    color: gray;
    font-size: 24px;
}
.btn-icon:after
{
    display: none;
}
.btn-icon:hover i
{
    color: #f91f1f;
}
input.btn.btn-primary:hover
{
    background: #fff;
    color: #f91f1f;
}
.product-thumb .image>.quickview
{
    background-color: rgba(0,0,0,.1);
    border-radius: 50%;
    color: #333;
    display: none;
    font-size: 24px;
    font-weight: 400;
    height: 68px;
    left: 50%;
    letter-spacing: 0;
    line-height: 68px;
    moz-transform: translate(-50%,-50%);
    moz-transition: all .4s ease;
    ms-transform: translate(-50%,-50%);
    opacity: 0;
    o-transform: translate(-50%,-50%);
    o-transition: all .4s ease;
    padding: 0;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all .4s ease;
    webkit-transform: translate(-50%,-50%);
    webkit-transition: all .4s ease;
    width: 68px;
    z-index: 1;
}
.owq-option table thead,.sf-menu>li>a
{
    font-weight: 700;
}
.btn-block .counter,.btn-block .counter:hover
{
    color: #333!important;
}
.product-thumb .image>.quickview i
{
    font-size: 33px;
    margin: 0;
}
.product-thumb .image>.quickview:hover
{
    background-color: rgba(0,0,0,.3);
    opacity: 1;
}
.product-thumb .image>.quickview span
{
    position: relative;
    z-index: 3;
}
.product-buttons
{
    margin: 30px 0 1em;
    padding: 0;
}
.product-buttons:after,.product-buttons:before
{
    content: "";
    display: table;
    line-height: 0;
}
#button-cart,.product-buttons li
{
    display: inline-block;
    margin-right: 10px;
}
.product-buttons li+li
{
    margin-top: 15px;
}
#button-cart
{
    vertical-align: middle;
}
#button-cart:disabled
{
    opacity: .5;
    pointer-events: none;
}
.tooltip-inner
{
    background: #f91f1f;
}
[class][class].tooltip-arrow
{
    border-top-color: #f91f1f;
}
@media (max-width:1199px)
{
    .btn,.btn-1,.btn-default,.btn-info,.btn-primary,.btn-success,.btn-warning,.btn.btn-primary,.product-btn,.product-btn-add
    {
        letter-spacing: 0;
    }
}
@media (min-width:992px) and (max-width:1199px)
{
    .account-wishlist table td .btn
    {
        padding: 10px;
    }
}
@media (min-width:768px) and (max-width:991px)
{
    .table-bordered>tbody>tr>.text-right
    {
        padding: 5px;
    }
    .account-wishlist table td .btn
    {
        padding: 6px;
    }
}
@media (max-width:767px)
{
    #grid-view,#list-view,.product-thumb .image>.quickview
    {
        display: none;
    }
}
@media (max-width:479px)
{
    .buttons .pull-left,.buttons .pull-right
    {
        float: none!important;
        margin-left: 0;
    }
    #button-cart
    {
        display: block;
        margin: 15px 0;
        width: 100%;
    }
}
@media (max-width:410px)
{
    .account-address .table td a
    {
        display: block;
    }
    .account-address .table td a+a
    {
        margin-top: 5px;
    }
}
.btn-block .counter
{
    margin: 2px;
}
input[type=password],input[type=datetime],input[type=datetime-local],input[type=date],input[type=month],input[type=time],input[type=week],input[type=number],input[type=email],input[type=url],input[type=search],input[type=tel],input[type=color],input[type=text],select,textarea
{
    appearance: none;
    background: 0 0;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #333;
    display: block;
    font-size: 14px;
    height: 37px;
    line-height: 24px;
    moz-appearance: none;
    moz-border-radius: 0;
    moz-box-shadow: none;
    moz-box-sizing: border-box;
    moz-transition: .3s all ease;
    o-transition: .3s all ease;
    outline: 0;
    padding: 6.5px 10px 6.5px 20px;
    transition: .3s all ease;
    webkit-appearance: none;
    webkit-border-radius: 0;
    webkit-box-shadow: none;
    webkit-box-sizing: border-box;
    webkit-transition: .3s all ease;
    width: 100%;
}
input[type=password]::-webkit-input-placeholder,input[type=datetime]::-webkit-input-placeholder,input[type=datetime-local]::-webkit-input-placeholder,input[type=date]::-webkit-input-placeholder,input[type=month]::-webkit-input-placeholder,input[type=time]::-webkit-input-placeholder,input[type=week]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder,input[type=url]::-webkit-input-placeholder,input[type=search]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=color]::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder
{
    color: #333!important;
    opacity: 1;
}
input[type=password]:-moz-placeholder,input[type=datetime]:-moz-placeholder,input[type=datetime-local]:-moz-placeholder,input[type=date]:-moz-placeholder,input[type=month]:-moz-placeholder,input[type=time]:-moz-placeholder,input[type=week]:-moz-placeholder,input[type=number]:-moz-placeholder,input[type=email]:-moz-placeholder,input[type=url]:-moz-placeholder,input[type=search]:-moz-placeholder,input[type=tel]:-moz-placeholder,input[type=color]:-moz-placeholder,input[type=text]:-moz-placeholder,select:-moz-placeholder,textarea:-moz-placeholder
{
    color: #333!important;
    opacity: 1;
}
input[type=password]::-moz-placeholder,input[type=datetime]::-moz-placeholder,input[type=datetime-local]::-moz-placeholder,input[type=date]::-moz-placeholder,input[type=month]::-moz-placeholder,input[type=time]::-moz-placeholder,input[type=week]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=url]::-moz-placeholder,input[type=search]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=color]::-moz-placeholder,input[type=text]::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder
{
    color: #333!important;
    opacity: 1;
}
input[type=password]:-ms-input-placeholder,input[type=datetime]:-ms-input-placeholder,input[type=datetime-local]:-ms-input-placeholder,input[type=date]:-ms-input-placeholder,input[type=month]:-ms-input-placeholder,input[type=time]:-ms-input-placeholder,input[type=week]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=url]:-ms-input-placeholder,input[type=search]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=color]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder
{
    color: #333!important;
    opacity: 1;
}
input[type=password]:focus::-webkit-input-placeholder,input[type=datetime]:focus::-webkit-input-placeholder,input[type=datetime-local]:focus::-webkit-input-placeholder,input[type=date]:focus::-webkit-input-placeholder,input[type=month]:focus::-webkit-input-placeholder,input[type=time]:focus::-webkit-input-placeholder,input[type=week]:focus::-webkit-input-placeholder,input[type=number]:focus::-webkit-input-placeholder,input[type=email]:focus::-webkit-input-placeholder,input[type=url]:focus::-webkit-input-placeholder,input[type=search]:focus::-webkit-input-placeholder,input[type=tel]:focus::-webkit-input-placeholder,input[type=color]:focus::-webkit-input-placeholder,input[type=text]:focus::-webkit-input-placeholder,select:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder
{
    color: transparent!important;
}
input[type=password]:focus::-moz-placeholder,input[type=datetime]:focus::-moz-placeholder,input[type=datetime-local]:focus::-moz-placeholder,input[type=date]:focus::-moz-placeholder,input[type=month]:focus::-moz-placeholder,input[type=time]:focus::-moz-placeholder,input[type=week]:focus::-moz-placeholder,input[type=number]:focus::-moz-placeholder,input[type=email]:focus::-moz-placeholder,input[type=url]:focus::-moz-placeholder,input[type=search]:focus::-moz-placeholder,input[type=tel]:focus::-moz-placeholder,input[type=color]:focus::-moz-placeholder,input[type=text]:focus::-moz-placeholder,select:focus::-moz-placeholder,textarea:focus::-moz-placeholder
{
    color: transparent!important;
}
input[type=password]:focus:-moz-placeholder,input[type=datetime]:focus:-moz-placeholder,input[type=datetime-local]:focus:-moz-placeholder,input[type=date]:focus:-moz-placeholder,input[type=month]:focus:-moz-placeholder,input[type=time]:focus:-moz-placeholder,input[type=week]:focus:-moz-placeholder,input[type=number]:focus:-moz-placeholder,input[type=email]:focus:-moz-placeholder,input[type=url]:focus:-moz-placeholder,input[type=search]:focus:-moz-placeholder,input[type=tel]:focus:-moz-placeholder,input[type=color]:focus:-moz-placeholder,input[type=text]:focus:-moz-placeholder,select:focus:-moz-placeholder,textarea:focus:-moz-placeholder
{
    color: transparent!important;
}
input[type=password]:focus:-ms-input-placeholder,input[type=datetime]:focus:-ms-input-placeholder,input[type=datetime-local]:focus:-ms-input-placeholder,input[type=date]:focus:-ms-input-placeholder,input[type=month]:focus:-ms-input-placeholder,input[type=time]:focus:-ms-input-placeholder,input[type=week]:focus:-ms-input-placeholder,input[type=number]:focus:-ms-input-placeholder,input[type=email]:focus:-ms-input-placeholder,input[type=url]:focus:-ms-input-placeholder,input[type=search]:focus:-ms-input-placeholder,input[type=tel]:focus:-ms-input-placeholder,input[type=color]:focus:-ms-input-placeholder,input[type=text]:focus:-ms-input-placeholder,select:focus:-ms-input-placeholder,textarea:focus:-ms-input-placeholder
{
    color: transparent!important;
}
.product-options .checkbox input[type=checkbox]+label,.product-options .radio input[type=radio]+label
{
    border: 1px solid #ccc;
    border-radius: 0;
    color: #777;
    moz-border-radius: 0;
    webkit-border-radius: 0;
}
select:hover
{
    cursor: pointer;
}
input[name*=quantity]
{
    border-width: 3px;
    display: inline-block;
    height: 48px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    vertical-align: middle;
    width: 40px;
}
input[name=captcha]+img
{
    margin-top: 15px;
}
textarea:not([class*=habla])
{
    min-height: 200px;
}
select
{
    display: none;
}
#modal-shipping input[type=radio]
{
    display: inline;
    float: left;
    margin-top: 8px;
}
@media (max-width:479px)
{
    #modal-shipping #button-shipping,#modal-shipping .btn
    {
        margin-top: 5px;
    }
}
.counter,.counter:focus
{
    background: #fff;
    border: 3px solid #f4f4f4;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    height: 48px;
    line-height: 41px;
    moz-border-radius: 0;
    text-align: center;
    vertical-align: middle;
    webkit-border-radius: 0;
    width: 48px;
}
.counter:focus:hover,.counter:hover
{
    background: #fff;
    border-color: #333;
    color: #e1e1e1;
}
@media (max-width:991px)
{
    .counter,.counter:focus
    {
        width: 36px;
    }
}
.counter-minus,.counter-plus
{
    font-size: 20px;
}
@media (max-width:767px)
{
    .counter,.counter:focus
    {
        display: none;
    }
    #product .counter
    {
        display: inline-block;
    }
}
.input-group-btn .btn
{
    box-sizing: border-box;
    height: 37px;
    moz-box-sizing: border-box;
    padding-bottom: 0;
    padding-top: 0;
    webkit-box-sizing: border-box;
}
.sbHolder,.sbSelector
{
    moz-box-sizing: border-box;
    moz-transition: .4s all ease;
    o-transition: .4s all ease;
    webkit-box-sizing: border-box;
    webkit-transition: .4s all ease;
}
.product-options .form-group.required input
{
    border-radius: 0;
    moz-border-radius: 0;
    webkit-border-radius: 0;
}
.product-options .form-group.required .btn.btn-default:after
{
    border-radius: 0 25px 25px 0;
    moz-border-radius: 0 25px 25px 0;
    webkit-border-radius: 0 25px 25px 0;
}
.product-options .form-group.required .btn.btn-default .glyphicon
{
    top: 3px;
}
.product-options .form-group.required .sbHolder
{
    border-radius: 0;
    moz-border-radius: 0;
    webkit-border-radius: 0;
}
.product-options .form-group.required .sbHolder .sbSelector
{
    border-radius: 0;
    moz-border-radius: 0;
    right: 30px;
    webkit-border-radius: 0;
}
.product-option-wrap .form-group
{
    position: relative;
}
.product-option-wrap .form-group .fl-right
{
    position: absolute;
    right: 0;
    top: 0;
}
.product-option-wrap .form-group .fl-right .btn
{
    font-size: 20px;
    padding: 10px 14px 11px;
}
.product-option-wrap .form-group .fl-right input[name*=quantity]
{
    border-width: 3px;
    color: #333;
    height: 48px;
    width: 46px;
}
@media (max-width:991px)
{
    .product-option-wrap .form-group .fl-right
    {
        margin: 5px 0 0;
        position: relative;
    }
}
.sbHolder
{
    background-color: #fff;
    border: 1px solid #b0afaf;
    border-radius: 0;
    box-sizing: border-box;
    color: #333;
    height: 37px;
    min-width: 120px;
    moz-border-radius: 0;
    position: relative;
    text-align: left;
    transition: .4s all ease;
    webkit-border-radius: 0;
    width: 100%;
}
.sbSelector,.sbToggle
{
    display: block;
    height: 100%;
    top: 0;
}
.sbHolder:focus,.sbHolder:hover,.sbSelector:hover
{
    background: #f91f1f;
    color: #fff;
}
.sbHolder:hover .sbToggle:hover
{
    color: #fff;
}
.sbSelector
{
    box-sizing: border-box;
    left: 0;
    line-height: 24px;
    overflow: hidden;
    padding: 6.5px 10px 6.5px 15px;
    position: absolute;
    right: 30px;
    transition: .4s all ease;
    white-space: nowrap;
}
.sbOptions,.sbToggle
{
    position: absolute;
    right: 0;
}
.sbToggle
{
    color: #333;
    color: inherit;
    font-family: FontAwesome;
    font-size: 12px;
    line-height: 37px;
    text-align: center;
    width: 30px;
}
.sbToggle:before
{
    content: "";
    display: block;
    moz-transition: .4s all ease;
    o-transition: .4s all ease;
    transition: .4s all ease;
    webkit-transition: .4s all ease;
}
.sbToggle:hover
{
    color: #333;
}
.sbToggleOpen:before
{
    moz-transform: rotateX(180deg);
    ms-transform: rotateX(180deg);
    o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    webkit-transform: rotateX(180deg);
}
.sbHolderDisabled
{
    background-color: #3C3C3C;
    border: 1px solid #ccc;
}
.sbOptions
{
    background-color: #fff;
    box-shadow: 1px 1px 8px rgba(0,0,0,.15);
    left: 0;
    margin: 3px 0;
    moz-box-shadow: 1px 1px 8px rgba(0,0,0,.15);
    outline: #e1e1e1 solid 1px;
    overflow-y: auto;
    padding: 10px 0;
    webkit-box-shadow: 1px 1px 8px rgba(0,0,0,.15);
    z-index: 4;
}
.sbOptions li a
{
    color: #333;
    display: block;
    padding: 8px 15px;
}
.owq-option table thead,input[type=radio],input[type=checkbox]
{
    display: none;
}
.sbOptions li a:hover
{
    background: #f91f1f;
    color: #fff;
}
input[type=radio]+label
{
    line-height: 20px;
    padding-left: 30px;
    position: relative;
}
input[type=radio]+label:after,input[type=radio]+label:before
{
    border-radius: 50%;
    box-sizing: border-box;
    content: '';
    moz-border-radius: 50%;
    moz-box-sizing: border-box;
    position: absolute;
    webkit-border-radius: 50%;
    webkit-box-sizing: border-box;
}
input[type=radio]+label:before
{
    background: #1c1c1c;
    border: 1px solid #ccc;
    height: 16px;
    left: 0;
    top: 2px;
    width: 16px;
}
input[type=radio]+label:after
{
    height: 10px;
    left: 3px;
    moz-transition: .3s all ease;
    o-transition: .3s all ease;
    top: 5px;
    transition: .3s all ease;
    webkit-transition: .3s all ease;
    width: 10px;
}
input[type=radio]:checked+label:after
{
    background: #f91f1f;
}
.radio-inline
{
    margin-right: 5px;
}
input[type=checkbox]+label
{
    cursor: pointer;
    padding-left: 20px;
    position: relative;
}
input[type=checkbox]+label:after,input[type=checkbox]+label:before
{
    box-sizing: border-box;
    content: '';
    height: 14px;
    left: 0;
    moz-box-sizing: border-box;
    position: absolute;
    top: 3px;
    webkit-box-sizing: border-box;
    width: 14px;
}
.sf-menu li,.sf-menu>li
{
    position: relative;
}
.owq-option table,.sf-menu
{
    width: 100%;
}
input[type=checkbox]+label:before
{
    background: #1c1c1c;
    border: 1px solid #707475;
    border-radius: 0;
    moz-border-radius: 0;
    webkit-border-radius: 0;
}
input[type=checkbox]+label:after
{
    color: #f91f1f;
    font-family: FontAwesome;
    line-height: 14px;
    text-align: center;
}
input[type=checkbox]:checked+label:after
{
    content: "";
}
input[type=checkbox][disabled]+label
{
    color: #fff;
    display: none;
}
input[type=checkbox][name=agree]+label
{
    margin-bottom: 10px;
}
input[type=checkbox][name=agree]+label:after,input[type=checkbox][name=agree]+label:before
{
    top: 0;
}
#habla_window_div #habla_topbar_div
{
    background: #f91f1f!important;
}
#at15s,#at20mc
{
    z-index: 999!important;
}
#product label
{
    color: #333!important;
}
.owq-option table td
{
    padding: 3px 5px;
    text-align: center;
}
.owq-option table tbody tr:nth-child(2n+1)
{
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}
.owq-option table tbody tr:last-child
{
    border-bottom: 1px solid #e1e1e1;
}
.owq-option input[type=text]
{
    max-width: 40px;
    padding-left: 5px;
    padding-right: 5px;
}
.owq-quantity .form-control
{
    display: inline-block!important;
    text-align: center;
}
.owq-quantity,.owq-quantity>span
{
    display: inline-block;
}
.owq-quantity>span
{
    cursor: pointer;
    font-size: 20px;
    khtml-user-select: none;
    margin: 0 3px;
    moz-user-select: none;
    ms-user-select: none;
    padding-bottom: 3px;
    user-select: none;
    vertical-align: middle;
    webkit-touch-callout: none;
    webkit-user-select: none;
}
.megamenu,.sf-menu
{
    margin: 0;
    padding: 0;
}
.owq-option tr.no-stock .stock
{
    color: #833;
    font-weight: 700;
}
.owq-option tr.no-stock .form-control
{
    background: #1c1c1c;
}
@media (max-width:480px)
{
    .panel-group .panel .input-group,.panel-group .panel .input-group-btn,.panel-group .panel input#button-coupon,.panel-group .panel input#button-voucher,.panel-group .panel input#input-coupon,.panel-group .panel input#input-voucher
    {
        font-size: 10px;
    }
}
.rd-mobilemenu_ul li.sf-product:hover
{
    background: #c33636; 
}

.rd-mobilemenu_ul li:hover a,
.rd-mobilemenu_ul li:hover span
{ 
    color: #fff;
}

.rd-mobilemenu_ul a:focus,
.rd-mobilemenu_ul a:hover{
    color: #fff;
}


.rd-mobilemenu_ul a.rd-with-ul
{
    font-size: 18px;
    text-transform: uppercase;
}
@media (max-width:767px)
{
    body
    {
        /*background: #060608;*/
    }
    .rd-mobilemenu,.rd-mobilepanel
    {
        display: block;
    }
    .cart
    {
        height: 56px;
        right: 34px;
        z-index: 10001;
    }
    .cart>button
    {
        line-height: 50px;
    }
    header .nav>.toggle
    {
        line-height: 56px;
    }
    .cart>button,.nav>.toggle
    {
        color: #333;
        font-size: 19px;
        left: -10px;
    }
    .cart>button:hover,.nav>.toggle:hover
    {
        color: rgba(244,101,52,.9);
    }
}
.sf-menu
{
    border-left: 1px solid #f94242;
    display: block;
    table-layout: fixed;
}
.sf-menu>li
{
    display: inline-block;
    float: none;
    padding: 0;
}
.megamenu
{
    background: 0 0;
}
.sf-menu li.sfHover>a,.sf-menu li>a.active,.sf-menu li>a:hover
{
    background: #333;
    color: #fff;
}
.sf-menu li.sf-with-mega
{
    position: static;
}
.sf-menu>li+li
{
    margin-left: -5px;
}
.sf-menu>li>a
{
border-right: 1px solid #f94242;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 60px;
    padding-left: 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding-right: 14px!important;
}

.sf-menu>li>a img, .rd-mobilemenu_ul a img{
    max-height: 28px;
}




.sf-menu>li>a.sf-with-ul
{
    padding-right: 0;
}
.sf-menu>li>a.sf-with-ul:after
{
    content: "\f107";
    display: block; 
    font: normal normal normal 18px/1 FontAwesome;
    font-size: 20px; 
    moz-osx-font-smoothing: grayscale;
    position: absolute;
    text-rendering: auto;
    top: 36px;
    webkit-font-smoothing: antialiased;
    left: 69px;
    display: none;
}
.sf-menu .simple_menu
{
    background: #f4f4f4;
    box-sizing: border-box;
    display: none;
    left: 0;
    list-style-type: none;
    margin-top: 1px;
    moz-box-sizing: border-box;
    padding: 21px 26px 32px;
    position: absolute;
    top: 100%;
    webkit-box-sizing: border-box;
    width: 270px;
    z-index: 109;
}
.sf-menu .simple_menu li
{
    position: relative;
}
.sf-menu .simple_menu a
{
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
}
.sf-menu .simple_menu a:hover,.sf-menu .simple_menu li.active>a,.sf-menu .simple_menu li.sfHover>a
{
    color: #2b2b2b;
}
.sf-menu .simple_menu .simple_menu
{
    left: 10px;
    margin-top: 0;
    top: 30px;
    width: 115%;
}
.sf-menu .simple_menu .simple_menu:before
{
    display: none;
}
.menu-gadget
{
    display: none!important;
}
.sf-menu .sf-mega
{
    background: no-repeat #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.75);
    color: #333;
    display: none;
    left: 0;
    list-style-type: none;
    margin-top: 0;
    moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.75);
    padding: 15px 20px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 100%;
    webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.75);
    z-index: 109;
}
.sf-menu .sf-mega .container,.sf-menu .sf-mega .row,.sf-menu .sf-mega [class*=col-]
{
    margin: 0;
    padding: 0;
    width: 100%;
}
.sf-menu .sf-mega>li
{
    padding: 0;
}
.sf-menu .sf-mega li .sf-mega_section ul>li,.sf-menu .sf-mega li .submenu_title
{
    margin-bottom: 0;
}
.sf-menu .sf-mega li .submenu_title a
{
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    text-transform: capitalize;
}
.sf-menu .sf-mega li .submenu_title a:hover
{
    background: 0 0;
    color: #f91f1f;
}
.sf-menu .sf-mega li a
{
    color: #333;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 0;
}
.sf-menu .sf-mega li a:hover
{
    background: 0 0;
    color: #d84f4f;
}
.sf-menu .sf-mega li a.active
{
    background-color: transparent;
    color: #333;
}
.sf-menu .sf-mega ul
{
    list-style-type: none;
    padding: 0;
}
.sf-menu .sf-mega_row
{
    margin: 0 -15px;
}
.sf-menu .sf-mega_row:after,.sf-menu .sf-mega_row:before
{
    content: "";
    display: table;
    line-height: 0;
}
.sf-menu ul>li>.sf-with-ul:after,.sf-menu>li>.sf-with-ul:before
{
    content: '\f107';
    font: 400 14px/14px FontAwesome;
    top: 50%;
}
.sf-menu .sf-mega_section
{
    border-right: 1px solid #ddd;
    float: left;
    padding: 0 15px;
}
.sf-menu .sf-mega_section .sf-product__price
{
    float: right;
    padding-top: 4px;
}
.sf-menu .sf-mega_section-custom
{
    border: none;
}
.sf-product__image
{
    max-height: 200px;
}
.sf-product__thumbs>div
{
    float: left;
    height: 120px;
    margin: 0 1.5%;
    width: 30%;
}
.sf-product
{
    margin: 3px 0!important;
}
.sf-product:hover a,.sf-product:hover span
{
    color: #d84f4f;
}
.megamenu_custom__image
{
    height: 300px;
    text-align: center;
    width: 100%;
}
.megamenu_custom__image img
{
    max-height: 300px;
    width: auto!important;
}
.megamenu_custom__thumbs
{
    height: 100px;
    margin: 10px 0 0;
    width: 100%;
}
.megamenu_custom__thumbs img
{
    margin: 0 10px 0 0;
    max-height: 110px;
    max-width: 110px;
}
.sf-menu>li>.sf-with-ul
{
    position: relative;
}
.sf-menu>li>.sf-with-ul:before
{
    display: inline-block;
    display: none;
    left: 100%;
    margin: -8px 0 0 6px;
    position: absolute;
}
.sf-menu ul>li>.sf-with-ul
{
    position: relative;
}
.sf-menu ul>li>.sf-with-ul:after
{
    margin-top: -7px;
    position: absolute;
    right: 0;
}
@media (max-width:767px)
{
    .sf-menu
    {
        display: none;
    }
    .sf-mega_section
    {
        width: 100%!important;
    }
}
.stuck-menu
{
    position: relative;
    width: auto!important;
}
.scroll-fix .logo
{
    top: 0;
}
.scroll-fix .logo img
{
    max-width: 36px;
}
.ajax-overlay-open .scroll-fix
{
    z-index: 996;
}
@media only screen and (min-width:991px)
{
    .scroll-fix
    {
        background: #f91f1f;
        box-shadow: 0 0 1px rgba(255,143,104,.7);
        left: 0;
        moz-box-shadow: 0 0 1px rgba(255,143,104,.7);
        moz-transition: .4s all ease;
        o-transition: .4s all ease;
        position: fixed;
        right: 0;
        top: 0;
        transition: .4s all ease;
        webkit-box-shadow: 0 0 1px rgba(255,143,104,.7);
        webkit-transition: .4s all ease;
        z-index: 10000;
    }
}
.rd-mobilemenu,.reply-cancel
{
    moz-transition: .3s all ease;
    o-transition: .3s all ease;
    webkit-transition: .3s all ease;
}
@media only screen and (max-width:991px)
{
    .stuck-menu
    {
        position: static;
    }
    .stuck-menu+.stuck-menu
    {
        display: none;
    }
}
.rd-mobilemenu
{
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    text-align: left;
    top: 0;
    transition: .3s all ease;
    z-index: 999;
}
.rd-mobilemenu.active
{
    right: 0;
}
.rd-mobilemenu_ul
{
    background: #f91f1f;
    bottom: -68px;
    box-shadow: 5px 0 5px 0 rgba(0,0,0,.1);
    color: #fff;
    font-size: 14px;
    left: 0;
    line-height: 20px;
    moz-box-shadow: 5px 0 5px 0 rgba(0,0,0,.1);
    moz-transform: translateX(-100%);
    moz-transition: .3s cubic-bezier(.55,0,.1,1);
    ms-transform: translateX(-100%);
    o-transform: translateX(-100%);
    o-transition: .3s cubic-bezier(.55,0,.1,1);
    overflow: auto;
    padding: 0 0 76px;
    position: fixed;
    top: 56px;
    transform: translateX(-100%);
    transition: .3s cubic-bezier(.55,0,.1,1);
    webkit-box-shadow: 5px 0 5px 0 rgba(0,0,0,.1);
    webkit-transform: translateX(-100%);
    webkit-transition: .3s cubic-bezier(.55,0,.1,1);
    width: 100%;
    max-width: 280px;
}
.rd-mobilemenu.active .rd-mobilemenu_ul
{
    moz-transform: translateX(0);
    ms-transform: translateX(0);
    o-transform: translateX(0);
    transform: translateX(0);
    webkit-transform: translateX(0);
}
.rd-mobilemenu_ul a
{
    display: block;
        padding: 10px 45px 10px 25px;
}
.rd-mobilemenu_ul li ul li a
{
    padding: 8px 25px 6px 15px;
}
.rd-mobilemenu_ul a .rd-submenu-toggle
{
    background: rgba(0,0,0,.1);
    border-radius: 50%;
    font: 400 10px FontAwesome;
    height: 32px;
    line-height: 32px;
    margin-top: -17.5px;
    moz-border-radius: 50%;
    moz-transition: .5s all ease;
    o-transition: .5s all ease;
    position: absolute;
    right: 11px;
    text-align: center;
    top: 50%;
    transition: .5s all ease;
    webkit-border-radius: 50%;
    webkit-transition: .5s all ease;
    width: 32px;
    z-index: 1;
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after
{
    content: '\f078';
}
.rd-mobilemenu_ul a.rd-with-ul
{
    position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle
{
    moz-transform: rotate(180deg);
    ms-transform: rotate(180deg);
    o-transform: rotate(180deg);
    transform: rotate(180deg);
    webkit-transform: rotate(180deg);
}
.rd-mobilemenu_ul ul
{
    list-style-type: none;
    padding-left: 0;
}
.rd-mobilemenu_ul ul a
{
    padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a
{
    padding-left: 60px;
}
.rd-mobilemenu_ul:after
{
    content: '';
    display: block;
    height: 20px;
}
.rd-mobilepanel
{
    background: #fff;
    box-shadow: 0 0 1px #707475;
    color: #f91f1f;
    display: none;
    height: 56px;
    left: 0;
    moz-box-shadow: 0 0 1px #707475;
    position: fixed;
    right: 0;
    top: 0;
    webkit-box-shadow: 0 0 1px #707475;
    z-index: 10000;
}
.newsletter .box-content .tm-login-form input:focus,.newsletter-popup .tm-login-form input:focus
{
    box-shadow: 0 0 5px #2b2b2b;
}
.rd-mobilepanel_title
{
    color: #f91f1f;
    font-size: 24px;
    font-weight: 400;
    left: 52px;
    line-height: 48px;
    margin: 0;
    overflow: hidden;
    position: fixed;
    right: 96px;
    text-transform: capitalize;
    top: 2px;
    white-space: nowrap;
}
.rd-mobilepanel_toggle
{
    background: 0 0;
    border: none;
    cursor: pointer;
    display: inline-block;
    height: 48px;
    left: 4px;
    outline: 0;
    outline-offset: 0;
    padding: 0;
    position: fixed;
    top: 4px;
    webkit-appearance: none;
    width: 48px;
}
.rd-mobilepanel_toggle::-moz-focus-inner
{
    border: none;
    padding: 0;
}
.rd-mobilepanel_toggle span
{
    display: block;
    margin: auto;
    moz-transform: rotate(180deg);
    moz-transition: all .3s ease;
    ms-transform: rotate(180deg);
    o-transform: rotate(180deg);
    o-transition: all .3s ease;
    position: relative;
    transform: rotate(180deg);
    transition: all .3s ease;
    webkit-transform: rotate(180deg);
    webkit-transition: all .3s ease;
}
.rd-mobilepanel_toggle span:after,.rd-mobilepanel_toggle span:before
{
    content: "";
    left: 0;
    moz-transform-origin: 1.71px center;
    moz-transition: all .3s ease;
    ms-transform-origin: 1.71px center;
    o-transform-origin: 1.71px center;
    o-transition: all .3s ease;
    position: absolute;
    top: -8px;
    transform-origin: 1.71px center;
    transition: all .3s ease;
    webkit-transform-origin: 1.71px center;
    webkit-transition: all .3s ease;
}
.rd-mobilepanel_toggle span:after
{
    top: 8px;
}
.rd-mobilepanel_toggle span,.rd-mobilepanel_toggle span:after,.rd-mobilepanel_toggle span:before
{
    backface-visibility: hidden;
    background-color: #333;
    border-radius: 2px;
    height: 4px;
    moz-border-radius: 2px;
    webkit-border-radius: 2px;
    width: 24px;
}
.rd-mobilepanel_toggle.active span
{
    moz-transform: rotate(360deg);
    ms-transform: rotate(360deg);
    o-transform: rotate(360deg);
    transform: rotate(360deg);
    webkit-transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:after,.rd-mobilepanel_toggle.active span:before
{
    top: 0;
    width: 15px;
}
.rd-mobilepanel_toggle.active span:before
{
    transform: rotate3d(0,0,1,-40deg);
    webkit-transform: rotate3d(0,0,1,-40deg);
}
.rd-mobilepanel_toggle.active span:after
{
    transform: rotate3d(0,0,1,40deg);
    webkit-transform: rotate3d(0,0,1,40deg);
}
@media (max-width:767px)
{
    body
    {
        /*background: #060608;*/
    }
    .cart
    {
        height: 56px;
        right: 0;
        z-index: 10001;
    }
    .cart>button
    {
        line-height: 50px;
    }
    header .nav>.toggle
    {
        line-height: 56px;
    }
    .cart>button,.nav>.toggle
    {
        color: #333;
        font-size: 19px;
        left: -10px;
    }
    .cart>button:hover,.nav>.toggle:hover
    {
        color: rgba(244,101,52,.9);
    }
}
@media (max-width:400px)
{
   
    .cart>button,header .nav>.toggle
    {
        font-size: 22px;
    }
}
.megamenu .banner
{
    display: inline-block;
}
.megamenu .banner img
{
    width: 100%;
}
.megamenu .banner>div .s-desc
{
    left: auto;
    right: 20%;
    top: 17%;
    transform: translateX(50%);
    width: 50%;
}
.megamenu .banner>div .s-desc h3
{
    border-bottom: none;
    color: #333;
    font-size: 12px;
    transition: all .3s ease;
}
@media (max-width:1199px)
{
    .megamenu .banner>div .s-desc
    {
        top: 14%;
    }
    .megamenu .banner>div .s-desc h3
    {
        font-size: 8px;
    }
}
@media (max-width:991px)
{
    .megamenu .banner>div .s-desc
    {
        right: 17%;
    }
    .megamenu .banner>div .s-desc h3
    {
        font-size: 10px;
    }
}
.megamenu .banner:hover .s-desc h3
{
    color: #f91f1f;
}
@media (max-width:767px)
{
    .megamenu_module .banner>div .s-desc
    {
        right: 14%;
    }
    .megamenu_module .banner>div .s-desc h3
    {
        font-size: 12px;
    }
    .megamenu_module .banner .banner-box>a
    {
        padding: 5px;
    }
}
.banners
{
    color: #fff;
    margin: 30px 0;
    overflow: hidden;
    position: relative;
}
.banners>div
{
    background: 0 0;
    moz-transition: all .4s ease;
    o-transition: all .4s ease;
    position: relative;
    transition: all .4s ease;
    webkit-transition: all .4s ease;
    z-index: 1;
}
.banners>div .s-desc
{
    left: 60px;
    moz-transform: translateY(-50%);
    ms-transform: translateY(-50%);
    o-transform: translateY(-50%);
    position: absolute;
    right: 0;
    text-align: left;
    top: 55%;
    transform: translateY(-50%);
    webkit-transform: translateY(-50%);
}
.article-image,.article-info .article-sub-title
{
    text-align: center;
}
.banners>div .s-desc h3
{
    color: #fff;
    display: block;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.banners>div .s-desc h3 span
{
    display: block;
    text-transform: none;
}
.banners>div .s-desc p
{
    font-size: 18px;
    font-style: italic;
    line-height: 24px;
}
.banners>div .s-desc .btn
{
    color: #fff;
    margin-top: 40px;
}
.col-lg-4 .banners>div .s-desc
{
    left: 42px;
    top: 50%;
}
.col-lg-4 .banners>div .s-desc h3+p
{
    margin-top: 10px;
}
.col-lg-4 .banners>div .s-desc p
{
    width: 65%;
}
.col-lg-4 .banners>div .s-desc .btn
{
    margin-top: 16px;
}
.banner-aside
{
    margin-bottom: 0;
    margin-top: 12px;
}
.banner-aside .banners
{
    margin-bottom: 14px;
}
.banner-aside .banners>div:after
{
    display: none;
}
.banner-aside .banners>div .s-desc
{
    bottom: 0;
    moz-transform: translateY(0);
    ms-transform: translateY(0);
    o-transform: translateY(0);
    top: 0;
    transform: translateY(0);
    webkit-transform: translateY(0);
}
.banner-aside .banners>div .s-desc h2
{
    color: #333;
    display: block;
    font-family: Roboto,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1.8px;
    line-height: 24px;
    moz-transform: translate3d(0,0,0);
    moz-transition-delay: 0;
    ms-transform: translate3d(0,0,0);
    opacity: 1;
    o-transform: translate3d(0,0,0);
    o-transition-delay: 0;
    transform: translate3d(0,0,0);
    transition-delay: 0;
    webkit-transform: translate3d(0,0,0);
    webkit-transition-delay: 0;
}
.banner-aside .banners>div .s-desc h5
{
    display: block;
    font-family: Georgia;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 18px;
    padding: 6px 30px 0;
}
.article-comment .comment-date:before,.article-description ul li:before,.article-sub-title span:before,.terms_conditions_page h4:before,.testimonials blockquote:before
{
    font-family: material-design;
}
.banner-aside .banners>div .s-desc .btn
{
    background: #fff;
    border-color: #333;
    bottom: 0;
    font-size: 14px;
    left: 30px;
    padding: 10px 20px;
    position: absolute;
    right: 30px;
    top: auto;
}
.banner-aside .banners>div .s-desc .btn:hover
{
    border-color: #2b2b2b;
}
.blog_article+.blog_article,aside .blog-categories ul ul,aside .blog-categories ul>li+li
{
    border-top: 1px solid #707475;
}
.banner-aside .banners>div .banner-box
{
    background: #fff;
    padding: 100px 0;
}
.banner-aside .banners>div .banner-box img
{
    display: inline-block;
}
.banner-aside .banners>div:hover .banner-box img
{
    opacity: 1;
}
@media (max-width:1199px)
{
    .banner-aside .banners>div .banner-box
    {
        padding: 133px 0 58px;
    }
    .col-inner .banners,[class*=information-information] #content .banners
    {
        text-align: center;
    }
    .col-inner .banners>div,[class*=information-information] #content .banners>div
    {
        display: inline-block;
    }
    .col-inner .col-lg-4 .banners,[class*=information-information] #content .col-lg-4 .banners
    {
        margin-top: 30px;
    }
}
@media (max-width:580px)
{
    .col-inner .banners>.banner-big .s-desc,[class*=information-information] #content .banners>.banner-big .s-desc
    {
        left: 36px;
    }
    .col-inner .banners>.banner-big .s-desc h3,[class*=information-information] #content .banners>.banner-big .s-desc h3
    {
        width: 240px;
    }
}
@media (max-width:767px)
{
    .banner-group .container
    {
        padding-left: 0;
        padding-right: 0;
    }
    [class*=information-information] #content .banners>div .banner-box img
    {
        min-height: 300px;
    }
    .col-inner .banners>.banner-big img,[class*=information-information] #content .banners>.banner-big img
    {
        min-width: 600px;
    }
    .banner-aside .banners>div img
    {
        width: auto;
    }
    .banner-aside .banners>div .s-desc .btn
    {
        left: 0;
        margin: 0 auto;
        padding: 10px;
        right: 0;
        width: 200px;
    }
    .banner-aside .banners>div .banner-box
    {
        padding: 84px 0 58px;
    }
}
@media (max-width:480px)
{
    .banner-group .col-xs-6,.banners .banner-big
    {
        width: 100%;
    }
}
.blog_article
{
    margin-bottom: 40px;
}
.blog_article .btn
{
    margin-top: 30px;
}
.blog_article+.blog_article
{
    padding-top: 40px;
}
.article-info .btn
{
    margin-top: 15px;
}
.article-title,.related-article .article-sub-title
{
    text-align: left;
}
.simple_blog-article-view h1:after
{
    margin-bottom: 15px;
}
.article-title
{
    color: #333;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.article-title>a
{
    display: inline;
}
.article-title a:hover
{
    color: #f91f1f;
}
.article-title+*
{
    margin-top: 20px;
}
*+.article-description,.article-sub-title+*
{
    margin-top: 30px;
}
.article-sub-title
{
    color: #333;
    font-size: 14px;
    font-weight: 400;
}
.article-sub-title span:before
{
    color: #f91f1f;
    font-size: 18px;
    line-height: inherit;
    margin-right: 5px;
    vertical-align: bottom;
}
.article-sub-title span+span
{
    margin-left: 20px;
}
.article-description ol,.article-description ul
{
    list-style-type: none;
    margin: 35px 0 45px;
    padding-left: 0;
}
.article-description ol li,.article-description ul li
{
    color: #f91f1f;
    font-size: 16px;
    font-weight: 700;
    padding-left: 50px;
    position: relative;
    text-transform: uppercase;
}
.article-description ol li:before,.article-description ul li:before
{
    left: 0;
    position: absolute;
    top: 0;
}
.article-description ol li+li,.article-description ul li+li
{
    margin-top: 16px;
}
.article-description ul li:before
{
    content: '\e18e';
    font-size: 28px;
}
.article-description ol
{
    counter-reset: list;
}
.article-description ol li:before
{
    color: #333;
    content: counter(list,decimal-leading-zero) ".";
    font-size: 16px;
    font-weight: 700;
}
.article-description+*
{
    margin-top: 20px;
}
.related-article h4
{
    color: #f91f1f;
    text-transform: uppercase;
}
.related-article h4 a:hover
{
    color: #333;
}
.content-block,.content-block i,a.socials
{
    position: relative;
    text-align: center;
}
.related-article .article-sub-title span+span
{
    margin-left: 5px;
}
.related-article .row+.row
{
    margin-top: 30px;
}
.related-article .image
{
    margin-top: 5px;
}
.author-info .image
{
    float: left;
    margin: 5px 30px 10px 0;
}
.article-comment
{
    border-bottom: 1px solid #707475;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.article-comment .author
{
    float: left;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.article-comment .reply-message
{
    color: #f91f1f;
    float: right;
    text-transform: uppercase;
}
.article-comment .reply-message a:hover
{
    color: #333;
}
.article-comment .comment-date
{
    color: #333;
    text-transform: uppercase;
}
.article-comment .comment-date:before
{
    color: #f91f1f;
    content: '\e053';
    font-size: 15px;
    margin-right: 5px;
}
.reply-cancel,aside .blog_articles .article-title
{
    font-size: 16px;
}
.article-comment .text
{
    margin-top: 15px;
}
.article-comment .article-reply
{
    margin: 30px 0 0 60px;
}
.reply-cancel
{
    color: #f91f1f;
    margin-top: 10px;
    text-transform: uppercase;
    transition: .3s all ease;
}
.reply-cancel:hover
{
    color: #333;
}
aside .blog_articles .col-sm-4+.col-sm-4
{
    margin-top: 30px;
}
aside .blog_articles *+.article-description
{
    margin-top: 15px;
}
aside .blog-categories .box-heading
{
    margin-bottom: 0;
}
aside .blog-categories ul>li
{
    position: relative;
}
aside .blog-categories ul>li>i
{
    color: #333;
    cursor: pointer;
    font-size: 20px;
    moz-transition: .3s all ease;
    o-transition: .3s all ease;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: .3s all ease;
    webkit-transition: .3s all ease;
}
aside .blog-categories ul>li>i:hover
{
    color: #f91f1f;
}
aside .blog-categories ul>li>a
{
    color: #333;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0;
    text-transform: uppercase;
}
aside .blog-categories ul>li>a:hover
{
    background: 0 0;
    color: #f91f1f;
}
aside .blog-categories ul ul
{
    display: none;
    list-style-type: none;
    padding: 0;
}
aside .blog-categories ul ul a
{
    padding-left: 40px;
}
aside #blog-search
{
    margin: 15px 0 0;
    position: relative;
}
aside #blog-search input
{
    background: #fff;
    border-radius: 0;
    color: #333;
    padding-right: 35px;
}
aside #blog-search a
{
    background: 0 0;
    color: #192021;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 37px;
    position: absolute;
    right: 15px;
    top: 0;
}
aside #blog-search a:before
{
    content: '\f002';
}
aside #blog-search a:hover
{
    color: #f91f1f;
}
.simple_blog-article-view .product_tabs .nav-tabs
{
    width: 25%;
}
.simple_blog-article-view .product_tabs .tab-content
{
    width: 75%;
}
@media (min-width:992px) and (max-width:1199px)
{
    .article-sub-title span+span
    {
        margin-left: 5px;
    }
}
@media (max-width:991px)
{
    .article-image
    {
        margin-bottom: 15px;
    }
}
@media (max-width:767px)
{
    .simple_blog-article-view .product_tabs .nav-tabs,.simple_blog-article-view .product_tabs .tab-content
    {
        width: 100%;
    }
}
@media (max-width:600px)
{
    .reply-cancel
    {
        display: block;
        float: none;
    }
}
@media (max-width:479px)
{
    .article-sub-title span
    {
        display: block;
    }
    .article-sub-title span+span
    {
        margin: 10px 0 0;
    }
}
.google-map__search-box
{
    background: url(../../../image/catalog/location-background.jpg) center center no-repeat #000;
    height: 380px;
    padding: 40px 0;
}
.google-map__search-box input.controls
{
    border-width: 1px;
    height: 54px;
    text-transform: uppercase;
}
.google-map__search-box h2
{
    font-size: 30px;
    letter-spacing: 0;
    line-height: 30px;
    text-transform: uppercase;
}
.google-map__search-box h2+*
{
    margin-top: 30px;
}
.map-info
{
    overflow: hidden;
    padding: 30px 0;
    position: relative;
}
.map-info,.map-info h5
{
    text-transform: uppercase;
}
.map-info h5,.map-info p
{
    margin: 0;
}
.map-info h5
{
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 14px;
}
.map-info p
{
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 12px;
    word-spacing: 5px;
}
.map-info p+h5
{
    margin-top: 7px;
}
.map-info[class*=map-info--]
{
    padding-left: 56px;
}
.map-info[class*=map-info--]:before
{
    content: '';
    height: 34px;
    left: 0;
    position: absolute;
    top: 30px;
    width: 36px;
}
.map-info[class*="--green"]:before
{
    background-color: #12d440;
}
.map-info[class*="--yellow"]:before
{
    background-color: #e1d95c;
}
.map-info[class*="--red"]:before
{
    background-color: #f0330d;
}
.content-block
{
    margin: 0 15px;
    padding: 71px 30px 45px;
}
.content-block i
{
    color: #333;
    display: inline-block;
    font-size: 71px;
    line-height: 71px;
    margin-bottom: 5px;
}
.content-block h1,.content-block h2,.content-block h3,.content-block h4,.content-block h5,.content-block h6
{
    color: #333;
    margin-bottom: 24px;
    position: relative;
}
.content-block p
{
    color: #333;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
}
.content-block .btn
{
    font-size: 16px;
    margin-top: 27px;
}
a.socials
{
    color: #333;
    float: left;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 24px;
    moz-transition: .4s all ease;
    o-transition: .4s all ease;
    overflow: hidden;
    padding: 41px 10px 40px;
    text-transform: uppercase;
    transition: .4s all ease;
    webkit-transition: .4s all ease;
    width: 50%;
    z-index: 1;
}
a.socials:after
{
    border-color: rgba(255,255,255,.2) transparent transparent;
    border-style: solid;
    border-width: 0;
    content: '';
    height: 0;
    left: 0;
    moz-transition: .5s all ease;
    o-transition: .5s all ease;
    position: absolute;
    top: 0;
    transition: .5s all ease;
    webkit-transition: .5s all ease;
    width: 0;
    z-index: -1;
}
a.socials:hover
{
    text-shadow: 0 0 2px rgba(0,0,0,.15);
}
a.socials:hover:after
{
    border-width: 700px 300px 0 0;
}
a.socials i
{
    display: block;
    margin-bottom: 10px;
}
a.socials:nth-child(1)
{
    background: #c3e2cf;
}
a.socials:nth-child(2)
{
    background: #efd3c5;
}
a.socials:nth-child(3)
{
    background: #aab8c2;
}
a.socials:nth-child(4)
{
    background: #b5b5b5;
}
@media (max-width:480px)
{
    a.socials
    {
        float: none;
        width: 100%;
    }
}
.module_tab
{
    clear: both;
    margin: 0 0 19px;
}
.module_tab .nav-tabs
{
    border-bottom: 3px solid #707475;
    margin: 0 0 30px;
    padding: 3px 0;
    text-align: left;
}
.newsletter,.tab-content .box
{
    margin-bottom: 0;
}
.module_tab .nav-tabs>li
{
    display: inline-block;
    float: none;
}
.module_tab .nav-tabs>li>a,.module_tab .nav-tabs>li>a:focus
{
    border: 0;
    color: #333;
    font: 700 18px/24px Roboto,sans-serif;
    letter-spacing: .1px;
    margin: 0;
    text-transform: uppercase;
}
.module_tab .nav-tabs>li>a
{
    padding: 0;
}
.module_tab .nav-tabs>li.active>a,.module_tab .nav-tabs>li>a:hover
{
    background: 0 0;
    border: 0;
    color: #f91f1f;
}
.module_tab .nav-tabs>li+li
{
    margin-left: 20px;
}
.single-category.box .box-heading
{
    border-bottom: none; 
    z-index: 9;
}
.single-category .box-heading
{
    margin-bottom: 0;
    padding: 0;
    position: relative;
}
.single-category .box-heading:after,.single-category .box-heading:before
{
    bottom: 0;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
}
.single-category .box-heading:before
{
    left: -100%;
}
.single-category .box-heading:after
{
    right: -100%;
}
.single-category .box-heading h3
{
    display: inline-block;
    padding: 0 18px 0 0;
    position: relative;
}
.single-category .module_tab
{
    margin-top: 0;
}
.tab-content
{
    margin-top: 20px;
}
.newsletter
{
    float: right;
    margin-right: -15px;
}
.newsletter .box-heading
{
    display: inline-block;
    margin: 0;
    padding: 0;
}
.newsletter .box-content .newsletter-description
{
    color: #333;
    display: inline-block;
    float: left;
    font-size: 18px;
    font-weight: 300;
    margin-top: 6px;
    text-align: center;
}
.newsletter .box-content .newsletter-description h2
{
    color: #333;
    font-size: 48px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 48px;
    margin-bottom: 19px;
    text-transform: none;
}
.newsletter .box-content .newsletter-description h3
{
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    text-transform: none;
}
.newsletter .box-content #tm-newsletter-form
{
    float: left;
    height: 40px;
    margin-bottom: 0;
    position: relative;
}
.newsletter .box-content .tm-login-form
{
    display: inline-block;
    margin: 0 auto 0 20px;
    position: relative;
}
.newsletter .box-content .tm-login-form input
{
    background: 0 0;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    color: #fff;
    float: left;
    font-size: 14px;
    height: 40px;
    padding: 10px 15px;
    width: 380px;
}
.newsletter .box-content .tm-login-form input::-webkit-input-placeholder
{
    color: #fff!important;
    opacity: 1;
}
.newsletter .box-content .tm-login-form input:-moz-placeholder
{
    color: #fff!important;
    opacity: 1;
}
.newsletter .box-content .tm-login-form input::-moz-placeholder
{
    color: #fff!important;
    opacity: 1;
}
.newsletter .box-content .tm-login-form input:-ms-input-placeholder
{
    color: #fff!important;
    opacity: 1;
}
.newsletter .box-content .tm-login-form input:focus::-webkit-input-placeholder
{
    color: transparent!important;
}
.newsletter .box-content .tm-login-form input:focus::-moz-placeholder
{
    color: transparent!important;
}
.newsletter .box-content .tm-login-form input:focus:-moz-placeholder
{
    color: transparent!important;
}
.newsletter .box-content .tm-login-form input:focus:-ms-input-placeholder
{
    color: transparent!important;
}
.newsletter .box-content .tm-login-form .btn
{
    background: #f91f1f;
    border: 0;
    display: inline-block;
    float: left;
    font-size: 12px;
    height: 40px;
    margin-left: 30px;
    padding: 10px 0;
    text-align: center;
    width: 134px;
}
.newsletter .box-content .tm-login-form .btn:hover
{
    background: #474747;
    color: #333;
}
.newsletter .box-content .tm-login-form .newsletter-error,.newsletter .box-content .tm-login-form .newsletter-success
{
    font-size: 11px;
    left: 15px;
    line-height: 16px;
    moz-transition: .4s all ease;
    o-transition: .4s all ease;
    position: absolute;
    right: 0;
    text-align: left;
    top: 40px;
    transition: .4s all ease;
    webkit-transition: .4s all ease;
}
.newsletter .box-content .tm-login-form .newsletter-error
{
    color: #333;
}
.newsletter .box-content .tm-login-form .newsletter-success
{
    color: #f91f1f;
}
@media (max-width:1199px)
{
    .newsletter
    {
        float: none;
        margin-right: 0;
        text-align: center;
    }
    .newsletter .box-content .newsletter-description
    {
        float: none;
        width: 100%;
    }
    .newsletter .box-content #tm-newsletter-form
    {
        float: none;
        margin-top: 20px;
    }
}
@media (max-width:610px)
{
    .newsletter .box-content .tm-login-form input
    {
        width: 260px;
    }
}
@media (max-width:480px)
{
    .newsletter .box-content .tm-login-form
    {
        margin-left: 0;
    }
    .newsletter .box-content .tm-login-form input
    {
        width: 180px;
    }
    .newsletter .box-content .tm-login-form .btn
    {
        font-size: 8px;
        margin-left: 4px;
        width: 104px;
    }
}
#tm-newsletter-popup-form:after,#tm-newsletter-popup-form:before
{
    content: "";
    display: table;
    line-height: 0;
}
.newsletter-popup-wrap
{
    background: rgba(0,0,0,.3);
    bottom: 0;
    display: none;
    left: 0;
    padding-top: 278px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
}
@media (max-width:991px)
{
    .newsletter-popup-wrap
    {
        padding-top: 192px;
    }
}
.newsletter-popup
{
    background-color: #ffa27f;
    background-repeat: no-repeat;
    border-radius: 0;
    margin: 0 auto;
    padding: 47px 79px 71px;
    position: relative;
    text-align: center;
    width: 597px;
}
.newsletter-popup:after,.newsletter-popup:before
{
    content: "";
    display: table;
    line-height: 0;
}
.newsletter-popup i
{
    color: #333;
    display: block;
    font-size: 71px;
    line-height: 71px;
    margin-bottom: 5px;
    position: relative;
    text-align: center;
}
.newsletter-popup h2
{
    color: #333;
    font: 400 19px/27px Roboto,sans-serif;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.newsletter-popup h2+p
{
    color: #333;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin: 24px 0 0;
}
.newsletter-popup .tm-login-form
{
    margin: 36px auto 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.newsletter-popup .tm-login-form input
{
    background: #fff;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    color: #333;
    float: left;
    font-size: 14px;
    font-weight: 300;
    height: 51px;
    margin-right: 2%;
    moz-box-sizing: border-box;
    padding: 14px 15px;
    position: relative;
    webkit-box-sizing: border-box;
    width: 66%;
}
.newsletter-popup .tm-login-form input::-webkit-input-placeholder
{
    color: #333!important;
    opacity: 1;
}
.newsletter-popup .tm-login-form input:-moz-placeholder
{
    color: #333!important;
    opacity: 1;
}
.newsletter-popup .tm-login-form input::-moz-placeholder
{
    color: #333!important;
    opacity: 1;
}
.newsletter-popup .tm-login-form input:-ms-input-placeholder
{
    color: #333!important;
    opacity: 1;
}
.newsletter-popup .tm-login-form input:focus::-webkit-input-placeholder
{
    color: transparent!important;
}
.newsletter-popup .tm-login-form input:focus::-moz-placeholder
{
    color: transparent!important;
}
.newsletter-popup .tm-login-form input:focus:-moz-placeholder
{
    color: transparent!important;
}
.newsletter-popup .tm-login-form input:focus:-ms-input-placeholder
{
    color: transparent!important;
}
.newsletter-popup .tm-login-form .btn
{
    float: right;
    padding-left: 5px;
    padding-right: 5px;
    width: 32%;
}
.newsletter-popup .logo+h2
{
    margin-top: 25px;
}
.newsletter-popup .logo img
{
    display: inline-block;
}
.newsletter-popup-close-btn
{
    background: 0 0;
    border: none;
    color: #333;
    font-size: 21px;
    line-height: 21px;
    outline: 0;
    position: absolute;
    right: 23px;
    top: 21px;
}
.newsletter-error,.newsletter-popup-close-btn:hover
{
    color: #f91f1f;
}
.newsletter-popup .newsletter-error,.newsletter-popup .newsletter-success
{
    background: 0 0;
    border-radius: 0;
    bottom: -88px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 5px;
    moz-transition: .3s all ease;
    o-transition: .3s all ease;
    padding: 0;
    position: absolute;
    text-align: left;
    transition: .3s all ease;
    webkit-transition: .3s all ease;
}
.newsletter-success
{
    color: #2b2b2b;
}
.newsletter-popup-dont-show
{
    display: none;
}
@media (max-width:991px)
{
    .newsletter-popup .tm-login-form .btn
    {
        padding: 14px 13px 13px;
    }
}
@media (max-width:767px)
{
    .newsletter-popup-wrap
    {
        display: none!important;
    }
}
.owl-carousel
{
    margin: 0 -15px;
    padding: 0 100px;
    position: relative;
    width: auto;
}
.owl-carousel .owl-item
{
    padding: 0 10px;
    width: auto;
}
.owl-carousel .owl-nav div
{
    background: #f4f4f4;
    border-radius: 50%;
    color: #333;
    display: inline-block;
    height: 44px;
    moz-border-radius: 50%;
    moz-transform: translateY(-50%);
    moz-transition: .3s all ease;
    ms-transform: translateY(-50%);
    o-transform: translateY(-50%);
    o-transition: .3s all ease;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s all ease;
    webkit-border-radius: 50%;
    webkit-transform: translateY(-50%);
    webkit-transition: .3s all ease;
    width: 43px;
    z-index: 9;
}
.social-list li a,.swiper-button
{
    moz-transition: all .4s ease;
    o-transition: all .4s ease;
    webkit-transition: all .4s ease;
}
.owl-carousel .owl-nav div:hover
{
    background: #f91f1f;
    color: #333;
}
.owl-carousel .owl-nav .owl-prev
{
    font-size: 14px;
    left: 15px;
    line-height: 44px;
}
.owl-carousel .owl-nav .owl-next
{
    font-size: 14px;
    line-height: 44px;
    right: 15px;
}
.testimonials.owl-carousel .owl-nav
{
    margin-top: 30px;
}
.testimonials.owl-carousel .owl-nav div
{
    display: inline-block;
    margin: 0 5px;
    opacity: 1;
    position: static;
}
.owl-pagination
{
    position: relative;
    text-align: center;
    top: 40px;
}
.owl-controls .owl-page
{
    display: inline-block;
    margin: 0 6px;
}
.owl-controls .owl-page span
{
    background: rgba(0,0,0,.5);
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    display: block;
    height: 11px;
    width: 11px;
}
.owl-controls .owl-page.active span
{
    background: rgba(0,0,0,.9);
}
@media (max-width:767px)
{
    .owl-carousel .owl-item
    {
        padding: 10px 0;
    }
}
.social-title
{
    float: left;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: 25px;
    text-transform: none;
}
.social-list
{
    margin-bottom: 0;
    margin-top: 8px;
}
.social-list:after,.social-list:before
{
    content: "";
    display: table;
    line-height: 0;
}
.social-list li
{
    display: inline-block;
    float: left;
}
.social-list li+li
{
    margin-left: 20px;
    margin-top: 0;
}
.social-list li a
{
    font-size: 30px;
    text-align: center;
    transition: all .4s ease;
}
.social-list li a:hover
{
    color: #f91f1f!important;
}
.social-list li a[class*=youtube],.social-list li a[class*=facebook],.social-list li a[class*=google],.social-list li a[class*=twitter],.social-list li a[class*=pinterest],.social-list li a[class*=instagram],.social-list li a[class*=vimeo]
{
    color: #333;
}
@media (max-width:1199px)
{
    .social-title
    {
        float: none;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }
    .social-list
    {
        margin-bottom: 30px;
        margin-top: 30px;
        text-align: center;
    }
    .social-list li
    {
        display: inline-block;
        float: none;
    }
}
.ajax-quickview,.ajax-quickview-images,.ajax-quickview-images>ul,.ajax-quickview-images>ul>li
{
    height: 100%;
}
.ajax-quickview
{
    background: url(../image/main-bg.jpg);
}
.ajax-quickview-cont-wrap
{
    width: 48%;
}
.ajax-quickview-images
{
    background: #f7f7f7;
    border-radius: 0;
    float: left;
    margin: 0;
    moz-border-radius: 0;
    position: relative;
    webkit-border-radius: 0;
    width: 50%;
}
.ajax-quickview-images>ul
{
    margin: 0;
}
.ajax-quickview-images>ul>li
{
    left: 0;
    moz-transition: opacity .5s ease;
    opacity: 0;
    o-transition: opacity .5s ease;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    transition: opacity .5s ease;
    webkit-transition: opacity .5s ease;
    width: 100%;
    z-index: 1;
}
.ajax-quickview-cont-wrap .ajax-quickview-cont .name h3,.ajax-quickview-cont-wrap .product-options h3
{
    text-align: left;
}
.ajax-quickview-images>ul>li>img
{
    display: inline-block;
    left: 50%;
    max-height: 78%;
    max-width: none;
    moz-transform: translate(-50%,-50%);
    ms-transform: translate(-50%,-50%);
    o-transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    webkit-transform: translate(-50%,-50%);
    width: auto;
}
.ajax-quickview-images>ul>li.active
{
    opacity: 1;
    z-index: 2;
}
.ajax-quickview-images .next-img,.ajax-quickview-images .prev-img
{
    moz-transform: translateY(-50%);
    ms-transform: translateY(-50%);
    o-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    webkit-transform: translateY(-50%);
    z-index: 5;
}
.ajax-quickview-images .next-img
{
    right: 15px;
}
.ajax-quickview-images .prev-img
{
    left: 15px;
}
.ajax-quickview-cont-wrap
{
    float: right;
    max-height: 100%;
    overflow-y: auto;
}
.ajax-quickview-cont-wrap .ajax-quickview-cont
{
    padding: 30px 50px 30px 20px;
}
.ajax-quickview-cont-wrap .ajax-quickview-cont .cart-button .btn,.ajax-quickview-cont-wrap .ajax-quickview-cont .form-group
{
    margin-bottom: 5px;
}
.ajax-quickview-cont-wrap .discount,.ajax-quickview-cont-wrap .new-pr,.ajax-quickview-cont-wrap .sale
{
    position: static;
}
.ajax-quickview-cont-wrap .product-options
{
    border-bottom: none;
    padding-top: 20px;
}
.ajax-quickview-cont-wrap .product-btn-add
{
    margin-right: 20px;
    vertical-align: middle;
}
.ajax-quickview-cont-wrap .counter+.product-btn-add
{
    margin-left: 20px;
}
.ajax-quickview-overlay
{
    background: rgba(119,119,119,.38);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 20;
}
.ajax-quickview-overlay .ajax-quickview-overlay__preloader
{
    background: url(../image/quick_view_preloader.gif);
    display: inline-block;
    height: 64px;
    left: 50%;
    moz-transform: translate(-50%,-50%);
    ms-transform: translate(-50%,-50%);
    o-transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    webkit-transform: translate(-50%,-50%);
    width: 64px;
}
.ajax-quickview-overlay.visible
{
    opacity: 1;
    visibility: visible;
}
.fancybox-skin
{
    border-radius: 0;
    moz-border-radius: 0;
    webkit-border-radius: 0;
}
.fancybox-skin:hover .fancybox-nav span
{
    visibility: visible;
}
.fancybox-nav
{
    height: 40px;
    top: 50%;
    width: 40px;
}
.swiper-slide,.swiper-wrapper
{
    height: 100%;
    position: relative;
    width: 100%;
}
.fancybox-next
{
    right: -60px;
}
.fancybox-prev
{
    left: -60px;
}
@media (min-width:768px) and (max-width:991px)
{
    .product-option-wrap .form-group .product-btn-add
    {
        display: block;
        margin-bottom: 5px;
    }
}
.swiper-container
{
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide
{
    float: left;
}
.swiper-container-vertical>.swiper-wrapper
{
    flex-direction: column;
    moz-box-orient: vertical;
    ms-flex-direction: column;
    webkit-box-orient: vertical;
    webkit-flex-direction: column;
}
.swiper-wrapper
{
    box-sizing: content-box;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    moz-box-sizing: content-box;
    moz-transition-property: -moz-transform;
    ms-transition-property: -ms-transform;
    o-transition-property: -o-transform;
    transition-property: transform;
    webkit-box-sizing: content-box;
    webkit-transition-property: -webkit-transform;
    z-index: 1;
}
.swiper-container-android .swiper-slide,.swiper-wrapper
{
    moz-transform: translate3d(0,0,0);
    ms-transform: translate3d(0,0,0);
    o-transform: translate(0,0);
    transform: translate3d(0,0,0);
    webkit-transform: translate3d(0,0,0);
}
.swiper-container-multirow>.swiper-wrapper
{
    flex-wrap: wrap;
    moz-box-lines: multiple;
    ms-flex-wrap: wrap;
    webkit-box-lines: multiple;
    webkit-flex-wrap: wrap;
}
.swiper-container-free-mode>.swiper-wrapper
{
    margin: 0 auto;
    moz-transition-timing-function: ease-out;
    ms-transition-timing-function: ease-out;
    o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    webkit-transition-timing-function: ease-out;
}
.swiper-slide
{
    flex-shrink: 0;
    ms-flex: 0 0 auto;
    webkit-flex-shrink: 0;
}
.swiper-slide .bg_wrapper
{
    background: rgba(0,0,0,.5);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.swiper-slide .caption
{
    display: inline-block;
    left: 0;
    margin: 0 auto;
    moz-transform: translateY(-50%);
    ms-transform: translateY(-50%);
    o-transform: translateY(-50%);
    position: absolute;
    right: 60px;
    text-align: left;
    top: 47%;
    transform: translateY(-50%);
    vertical-align: middle;
    webkit-transform: translateY(-50%);
    width: 1100px;
}
.swiper-slide .caption h2
{
    color: #fff;
    display: block;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 10px;
    position: relative;
    text-transform: none;
}
.swiper-slide .caption h2 span
{
    color: #f91f1f;
}
.swiper-slide .caption h3
{
    color: #fff;
    display: inline-block;
    font-size: 150px;
    line-height: 150px;
}
.swiper-slide .caption h3 em
{
    float: left;
    font-size: 48px;
    font-style: normal;
    line-height: 48px;
    margin-top: 15px;
}
.swiper-slide .caption h3>span
{
    float: right;
    font-size: 72px;
    line-height: 86px;
    margin-left: 5px;
    text-transform: none;
}
.swiper-slide .caption h3>span span
{
    display: block;
    font-size: 48px;
    line-height: 44px;
}
.swiper-slide .caption p
{
    color: #fff;
    font-size: 18px;
    font-style: italic;
}
.swiper-slide .caption .btn
{
    background: #f91f1f;
    border-color: #f91f1f;
    color: #fff;
    font-size: 12px;
    margin-top: 22px;
    padding: 10px 40px;
    text-transform: uppercase;
}
.single-category .nav-tabs>li>a,.single-category .nav-tabs>li>a:focus
{
    background: 0 0;
    font-size: 14px;
    text-transform: capitalize;
}
.swiper-slide .caption .btn:hover
{
    background: #fff;
    border-color: #f91f1f;
    color: #f91f1f;
}
.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide
{
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper
{
    align-items: flex-start;
    moz-transition-property: -moz-transform;
    ms-flex-align: start;
    ms-transition-property: -ms-transform;
    o-transition-property: -o-transform;
    transition-property: transform,height;
    webkit-align-items: flex-start;
    webkit-box-align: start;
    webkit-transition-property: -webkit-transform,height;
}
.swiper-container .swiper-notification
{
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000;
}
.swiper-wp8-horizontal
{
    ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-wp8-vertical
{
    ms-touch-action: pan-x;
    touch-action: pan-x;
}
.mobile .preview,.tablet .preview
{
    display: none;
}
.swiper-navigation
{
    bottom: 45%;
    left: 0;
    margin: -43px auto 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 1300px;
    z-index: 10;
}
.swiper-button
{
    background: rgba(255,255,255,.2);
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 43px;
    moz-border-radius: 50%;
    moz-transform: translateY(0);
    ms-transform: translateY(0);
    o-transform: translateY(0);
    perspective: 1000px;
    text-align: center;
    top: 0;
    transform: translateY(0);
    transition: all .4s ease;
    webkit-border-radius: 50%;
    webkit-perspective: 1000px;
    webkit-transform: translateY(0);
    width: 43px;
    z-index: 9;
}
.swiper-button.swiper-button-next
{
    float: right;
}
.swiper-button.swiper-button-next i
{
    left: 2px;
}
.swiper-button.swiper-button-prev
{
    float: left;
}
.swiper-button.swiper-button-prev i
{
    left: -2px;
}
.swiper-button.swiper-button-next,.swiper-button.swiper-button-prev
{
    margin: 0;
}
.swiper-button.swiper-button-next i,.swiper-button.swiper-button-prev i
{
    color: #333;
    font-size: 18px;
    line-height: 44px;
    moz-transition: all .4s ease;
    o-transition: all .4s ease;
    position: relative;
    text-align: center;
    transition: all .4s ease;
    webkit-transition: all .4s ease;
}
.swiper-button:hover
{
    background: rgba(244,101,52,.8);
}
.swiper-button:hover i
{
    color: #333;
}
.desktop .swiper-button:hover .preview__img
{
    moz-transform: translateX(0);
    ms-transform: translateX(0);
    opacity: .7;
    o-transform: translateX(0);
    transform: translateX(0);
    webkit-transform: translateX(0);
}
.catalog-thumb.catalog-thumb--effect-julia.active .catalog-item,.swiper-pagination
{
    ms-transform: translate3d(0,0,0);
    o-transform: translate3d(0,0,0);
    webkit-transform: translate3d(0,0,0);
}
.swiper-pagination
{
    moz-transition: .3s;
    o-transition: .3s;
    position: absolute;
    text-align: center;
    transform: translate3d(0,0,0);
    transition: .3s;
    webkit-transition: .3s;
    z-index: 10;
}
.swiper-pagination.swiper-pagination-custom
{
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 27px;
}
.swiper-pagination.swiper-pagination-custom span
{
    font-size: 29px;
    line-height: 35px;
    vertical-align: bottom;
}
.swiper-pagination.swiper-pagination-hidden
{
    opacity: 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction
{
    bottom: 48px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullet
{
    background: #000;
    border-radius: 100%;
    display: inline-block;
    height: 12px;
    opacity: .2;
    width: 12px;
}
button.swiper-pagination-bullet
{
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    moz-appearance: none;
    ms-appearance: none;
    padding: 0;
    webkit-appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet
{
    cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet
{
    background: #fff;
}
.swiper-pagination-bullet-active
{
    background: #007aff;
    opacity: 1;
}
.swiper-pagination-white .swiper-pagination-bullet-active
{
    background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active
{
    background: #000;
}
.swiper-container-vertical>.swiper-pagination-bullets
{
    moz-transform: translate3d(0,-50%,0);
    ms-transform: translate3d(0,-50%,0);
    o-transform: translate(0,-50%);
    right: 10px;
    top: 50%;
    transform: translate3d(0,-50%,0);
    webkit-transform: translate3d(0,-50%,0);
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet
{
    display: block;
    margin: 5px 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet
{
    margin: 0 5px;
}
.swiper-pagination-progress
{
    background: rgba(0,0,0,.25);
    position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar
{
    background: #007aff;
    height: 100%;
    left: 0;
    moz-transform-origin: left top;
    ms-transform: scale(0);
    ms-transform-origin: left top;
    o-transform: scale(0);
    o-transform-origin: left top;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    webkit-transform: scale(0);
    webkit-transform-origin: left top;
    width: 100%;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar
{
    moz-transform-origin: right top;
    ms-transform-origin: right top;
    o-transform-origin: right top;
    transform-origin: right top;
    webkit-transform-origin: right top;
}
.swiper-container-horizontal>.swiper-pagination-progress
{
    height: 4px;
    left: 0;
    top: 0;
    width: 100%;
}
.swiper-container-vertical>.swiper-pagination-progress
{
    height: 100%;
    left: 0;
    top: 0;
    width: 4px;
}
.swiper-pagination-progress.swiper-pagination-white
{
    background: rgba(255,255,255,.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar
{
    background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar
{
    background: #000;
}
.swiper-container-3d
{
    moz-perspective: 1200px;
    o-perspective: 1200px;
    perspective: 1200px;
    webkit-perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper
{
    moz-transform-style: preserve-3d;
    ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    webkit-transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top
{
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left
{
    background-image: linear-gradient(to left,rgba(0,0,0,.5),transparent);
    background-image: -moz-linear-gradient(right,rgba(0,0,0,.5),transparent);
    background-image: -o-linear-gradient(right,rgba(0,0,0,.5),transparent);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));
    background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),transparent);
}
.swiper-container-3d .swiper-slide-shadow-right
{
    background-image: linear-gradient(to right,rgba(0,0,0,.5),transparent);
    background-image: -moz-linear-gradient(left,rgba(0,0,0,.5),transparent);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5),transparent);
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),transparent);
}
.swiper-container-3d .swiper-slide-shadow-top
{
    background-image: linear-gradient(to top,rgba(0,0,0,.5),transparent);
    background-image: -moz-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom
{
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),transparent);
    background-image: -moz-linear-gradient(top,rgba(0,0,0,.5),transparent);
    background-image: -o-linear-gradient(top,rgba(0,0,0,.5),transparent);
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),transparent);
}
.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper
{
    ms-perspective: 1200px;
}
.swiper-container-cube,.swiper-container-flip
{
    overflow: visible;
}
.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide
{
    backface-visibility: hidden;
    moz-backface-visibility: hidden;
    ms-backface-visibility: hidden;
    pointer-events: none;
    webkit-backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide
{
    pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active
{
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top
{
    backface-visibility: hidden;
    moz-backface-visibility: hidden;
    ms-backface-visibility: hidden;
    webkit-backface-visibility: hidden;
    z-index: 0;
}
.swiper-container-cube .swiper-slide
{
    height: 100%;
    moz-transform-origin: 0 0;
    ms-transform-origin: 0 0;
    transform-origin: 0 0;
    visibility: hidden;
    webkit-transform-origin: 0 0;
    width: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide
{
    moz-transform-origin: 100% 0;
    ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    webkit-transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev
{
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow
{
    background: #000;
    bottom: 0;
    filter: blur(50px);
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    webkit-filter: blur(50px);
    width: 100%;
    z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide
{
    moz-transition-timing-function: ease-out;
    ms-transition-timing-function: ease-out;
    o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    webkit-transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide
{
    moz-transition-property: opacity;
    o-transition-property: opacity;
    pointer-events: none;
    transition-property: opacity;
    webkit-transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide
{
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active
{
    pointer-events: auto;
}
.swiper-scrollbar
{
    background: rgba(0,0,0,.1);
    border-radius: 10px;
    ms-touch-action: none;
    position: relative;
}
.swiper-container-horizontal>.swiper-scrollbar
{
    bottom: 3px;
    height: 5px;
    left: 1%;
    position: absolute;
    width: 98%;
    z-index: 50;
}
.swiper-container-vertical>.swiper-scrollbar
{
    height: 98%;
    position: absolute;
    right: 3px;
    top: 1%;
    width: 5px;
    z-index: 50;
}
.swiper-scrollbar-drag
{
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}
.swiper-scrollbar-cursor-drag
{
    cursor: move;
}
.swiper-lazy-preloader
{
    animation: swiper-preloader-spin 1s steps(12,end) infinite;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    moz-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    moz-transform-origin: 50%;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    webkit-transform-origin: 50%;
    width: 42px;
    z-index: 10;
}
.swiper-lazy-preloader:after
{
    background-image: url("data:image/svg+xml");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    height: 100%;
    webkit-background-size: 100%;
    width: 100%;
}
.swiper-lazy-preloader-white:after
{
    background-image: url("data:image/svg+xml");
}
@-webkit-keyframes swiper-preloader-spin
{
    100%
    {
        webkit-transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin
{
    100%
    {
        transform: rotate(360deg);
    }
}
.swiper-slide
{
    background-position: center top;
}
.swiper-slide__link
{
    display: block;
    height: 100%;
}
@media (max-width:1199px)
{
    .swiper-slide .caption
    {
        left: 0;
        right: 0;
        top: 50%;
        width: 830px;
    }
    .swiper-navigation
    {
        width: 940px;
    }
}
@media (max-width:991px)
{
    .swiper-slide .caption
    {
        width: 600px;
    }
    .swiper-slide .caption h2
    {
        font-size: 60px;
        line-height: 64px;
        margin-bottom: 0;
    }
    .swiper-slide .caption h2 b
    {
        font-size: inherit;
        line-height: inherit;
    }
    .swiper-navigation
    {
        width: 740px;
    }
}
@media (max-width:767px)
{
    .swiper-slide .caption
    {
        text-align: center;
        width: 380px;
    }
    .swiper-slide .caption h2
    {
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 5px;
    }
    .swiper-slide .caption .btn
    {
        margin-top: 10px;
    }
    .swiper-navigation
    {
        width: 470px;
    }
}
@media (max-width:380px)
{
    .swiper-slide .caption
    {
        width: 100%;
    }
    .swiper-slide .caption h3
    {
        font-size: 130px;
    }
}
@media (min-width:992px)
{
    .animated
    {
        animation-duration: 1s;
        animation-fill-mode: both;
        opacity: 1;
        webkit-animation-duration: 1s;
        webkit-animation-fill-mode: both;
    }
    .not-animated
    {
        opacity: 0;
    }
    .all-ie .not-animated
    {
        opacity: 1;
    }
    @-webkit-keyframes zoomIn
    {
        0%
        {
            opacity: 0;
            transform: scale3d(.3,.3,.3);
            webkit-transform: scale3d(.3,.3,.3);
        }
        50%
        {
            opacity: 1;
        }
    }
    @keyframes zoomIn
    {
        0%
        {
            opacity: 0;
            transform: scale3d(.3,.3,.3);
            webkit-transform: scale3d(.3,.3,.3);
        }
        50%
        {
            opacity: 1;
        }
    }
    .zoomIn
    {
        animation-name: zoomIn;
        webkit-animation-name: zoomIn;
    }
}
.rd-parallax-inner
{
    background-color: #000;
    height: 435px;
    margin: 40px 0 52px;
    overflow: hidden;
    position: relative;
    webkit-backface-visibility: hidden;
    z-index: 1;
}
.rd-parallax-layer[data-type=media]
{
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    webkit-backface-visibility: hidden;
}
.rd-parallax-layer[data-type=html],.single-category
{
    position: relative;
}
.rd-parallax-layer[data-type=media] iframe
{
    height: 100%;
    width: 100%;
}
.rd-parallax-layer[data-url]
{
    background-position: center center;
    background-size: cover;
    opacity: .5;
    webkit-background-size: cover;
}
@media (max-width:480px)
{
    .rd-parallax-inner
    {
        margin-top: 0;
    }
}
.single-category
{
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
}
.single-category .product-layout
{
    margin-bottom: 27px;
}
.single-category .box
{
    margin-bottom: 0;
}
.single-category .name__aside
{
    display: none;
}
.single-category .nav-tabs
{
    border: 0;
    bottom: 18px;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 15px;
    width: auto;
}
.single-category .nav-tabs>li
{
    display: inline-block;
    float: none;
    margin-bottom: 0;
}
.single-category .nav-tabs>li>a
{
    border: 0;
    color: #333;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.single-category .nav-tabs>li>a:hover
{
    color: #f91f1f;
}
.single-category .nav-tabs li.active>a,.single-category .nav-tabs li.active>a:focus,.single-category .nav-tabs li.active>a:hover
{
    background: 0 0;
    border: 0;
    color: #f91f1f;
    text-transform: capitalize;
}
.single-category .nav-tabs li+li
{
    margin-left: 11px;
}
.single-category .tab-content
{
    padding-top: 0;
}
.single-category .view-all
{
    display: none;
}
.nav>li>a:focus,.nav>li>a:hover
{
    color: #333;
}
@media (min-width:768px)
{
    .single-category
    {
        position: relative;
    }
    .single-category>.box-heading
    {
        display: none;
    }
}
@media (max-width:767px)
{
    .single-category
    {
        margin-bottom: 30px;
    }
    .single-category>.box-heading
    {
        display: none;
    }
    .single-category .box-heading
    {
        border-bottom: 2px solid #707475;
        margin-bottom: 10px;
        padding-bottom: 7px;
    }
    .single-category .tab-content
    {
        border-top: none;
        margin-left: -15px;
        margin-right: -15px;
        padding-top: 23px;
    }
    .single-category .mobile-carousel
    {
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }
    .single-category .product-thumb
    {
        margin: 0 auto;
        text-align: center;
        width: 280px;
    }
    .single-category .nav-tabs
    {
        bottom: 12px;
        padding-right: 37px;
    }
    .single-category .nav-tabs>li>a
    {
        border-radius: 0;
        border-width: 0;
        font-size: 12px;
        line-height: 14px;
        margin-left: 0;
        margin-right: 0;
        moz-border-radius: 0;
        padding: 5px 0;
        webkit-border-radius: 0;
    }
    .single-category .nav-tabs>li+li
    {
        margin-left: 8px;
    }
    .single-category .nav-tabs li.active>a,.single-category .nav-tabs li.active>a:focus,.single-category .nav-tabs li.active>a:hover
    {
        border: none;
    }
    .bottom .single-category
    {
        margin-bottom: 28px;
    }
    .bottom .single-category .owl-carousel
    {
        text-align: center;
    }
    .bottom .single-category .box-heading
    {
        border: none;
        display: inline-block;
        float: left;
        margin: 0 3px 0 0;
        padding: 0;
    }
    .bottom .single-category .box-heading h3
    {
        margin-top: 6px;
    }
    .bottom .single-category .image
    {
        width: 100%;
    }
    .bottom .single-category .product-thumb .name
    {
        margin-bottom: 9px;
    }
    .bottom .single-category .product-thumb .caption
    {
        padding: 0;
        text-align: center;
        width: 100%;
    }
    .bottom .single-category .product-thumb .caption .discount
    {
        display: none!important;
    }
    .bottom .single-category .nav-tabs>li>a
    {
        padding: 6px 2px 0;
    }
    .bottom .single-category .tab-content
    {
        border-top: 2px solid #707475;
        margin-left: 0;
        margin-right: 0;
        margin-top: 2px;
        padding-top: 29px;
    }
    .bottom .single-category>.box-heading
    {
        display: none;
    }
}
@media (max-width:480px)
{
    .single-category .box-heading h3
    {
        display: block;
    }
    .single-category .nav.nav-tabs
    {
        bottom: auto;
        position: relative;
        right: auto;
    }
    .single-category .nav.nav-tabs~.tab-content .owl-carousel .owl-nav
    {
        top: -83px;
    }
    .single-category .nav-tabs
    {
        margin-top: 10px;
        padding-right: 0;
    }
}
#page-preloader .logo,#page-preloader .preloader,#product-preloader .load-more,#product-preloader .preloader
{
    display: inline-block;
}
#page-preloader
{
    background: #fff;
    bottom: 0;
    left: 0;
    moz-transition: all 1.3s ease .3s;
    opacity: 0;
    o-transition: all 1.3s ease .3s;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 1.3s ease .3s;
    webkit-transition: all 1.3s ease .3s;
    z-index: -1;
}
#page-preloader.visible
{
    opacity: 1;
    z-index: 100500;
}
#page-preloader.visible .page-preloader__cnt
{
    opacity: 1;
}
#page-preloader .page-preloader__cnt
{
    left: 50%;
    margin-left: auto;
    margin-right: auto;
    moz-transform: translate(-50%,-50%);
    ms-transform: translate(-50%,-50%);
    opacity: 0;
    o-transform: translate(-50%,-50%);
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%,-50%);
    webkit-transform: translate(-50%,-50%);
    width: 300px;
}
#page-preloader .preloader,#product-preloader .preloader
{
    background: url(../image/preloader.gif) 50% 50% no-repeat;
    height: 40px;
    width: 180px;
}
#product-preloader
{
    position: relative;
    text-align: center;
}
#product-preloader+*
{
    margin-top: 30px;
}
#product-preloader .preloader
{
    left: 50%;
    moz-transform: translate(-50%,-150%);
    moz-transition: all 0s ease;
    ms-transform: translate(-50%,-150%);
    opacity: 0;
    o-transform: translate(-50%,-150%);
    o-transition: all 0s ease;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-150%);
    transition: all 0s ease;
    webkit-transform: translate(-50%,-150%);
    webkit-transition: all 0s ease;
}
#product-preloader.loading .preloader
{
    moz-transform: translate(-50%,-50%);
    moz-transition: .5s ease .3s;
    ms-transform: translate(-50%,-50%);
    opacity: 1;
    o-transform: translate(-50%,-50%);
    o-transition: .5s ease .3s;
    transform: translate(-50%,-50%);
    transition: .5s ease .3s;
    webkit-transform: translate(-50%,-50%);
    webkit-transition: .5s ease .3s;
}
#product-preloader.loading .load-more
{
    opacity: 0;
    pointer-events: none;
}
.lookbook.lookbook--banner>div,.tm-deal-banner__description
{
    moz-transition: .5s all ease;
    o-transition: .5s all ease;
    transition: .5s all ease;
    webkit-transition: .5s all ease;
}
.lookbook.lookbook--banner>div .title,.tm-deal-banner__description .title
{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    left: 0;
    letter-spacing: 1px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 60px;
}
.lookbook.lookbook--banner>div .content,.tm-deal-banner__description .content
{
    bottom: 45px;
    color: #fff;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
.lookbook.lookbook--banner>div .content h3,.tm-deal-banner__description .content h3
{
    color: #fff;
    display: inline-block;
    font-size: 48px;
    margin-bottom: 15px;
}
.lookbook.lookbook--banner>div .content h3 span,.tm-deal-banner__description .content h3 span
{
    display: block;
    font-size: 18px;
    line-height: 24px;
}
.lookbook.lookbook--banner>div .content h3>span,.tm-deal-banner__description .content h3>span
{
    float: right;
    margin-left: 5px;
    margin-top: 12px;
    text-align: left;
}
.lookbook.lookbook--banner>div .content p,.tm-deal-banner__description .content p
{
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.lookbook.lookbook--banner>div .pull-left,.tm-deal-banner__description .pull-left
{
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
}
.lookbook.lookbook--banner>div .pull-left h2,.tm-deal-banner__description .pull-left h2
{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .9px;
    line-height: 22px;
    margin-bottom: 0;
    margin-top: 3px;
    text-transform: uppercase;
}
.lookbook.lookbook--banner>div .pull-left h2 em,.tm-deal-banner__description .pull-left h2 em
{
    color: #f91f1f;
    font-style: normal;
    font-weight: 600;
}
.lookbook.lookbook--banner>div .pull-right,.tm-deal-banner__description .pull-right
{
    margin-top: 0;
}
.tm-deal-banner
{ 
    display: block;
    line-height: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    position: relative;
}
.tm-deal-banner__countdown
{
 
    color: #333;  
    margin-top: 15px;
    display: inline-block;
    margin-left: 40px;
}
.fixed-left .mfilter-box,.fixed-left__cont
{
    margin-bottom: 55px;
}
.tm-deal-banner__countdown .simple-countdown>div
{
    display: inline-block;
    float: left;
    font-size: 19px;
    padding: 0 2px;
    text-transform: uppercase;
}
.tm-deal-banner__countdown .simple-countdown>div.cell
{
    background: #f91f1f;
    padding: 17px;
    position: relative;
}
.tm-deal-banner__countdown .simple-countdown>div.cell span
{
    color: #fff;
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 18px;
    width: 100%;
}
.tm-deal-banner__countdown .simple-countdown>div.cell em
{
bottom: -10px;
    color: #fff;
    font-size: 10px;
    font-style: normal;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
.fixed-left__toggle,.fixed-left__toggle:focus,.fixed-left__toggle:visited
{
    background: #fff;
    color: rgba(255,255,255,.6);
}
.tm-deal-banner__countdown .simple-countdown>div.cell+.cell
{
    margin-left: 4px;
    position: relative;
}
.tm-deal-banner__countdown .simple-countdown>div.cell+.cell:before
{
    content: ':';
    display: none;
    font-size: 19px;
    height: 100%;
    left: 0;
    line-height: 13px;
    position: absolute;
    top: 0;
}
@media (max-width:1199px)
{
    .tm-deal-banner__description .content
    {
        bottom: 14px;
    }
    .stock-content
    {
        top: 65px;
    }
    .tm-deal-banner__countdown
    {
        top: 175px;
    }
    .tm-deal-banner__description .title
    {
        top: 40px;
    }
}
@media (max-width:991px)
{
    .tm-deal-banner__description .content
    {
        display: none;
    }
}
@media (max-width:644px)
{
    .tm-deal-banner__image img
    {
        min-height: 169px;
    }
    .tm-deal-banner__countdown
    {
        left: 0;
        right: 0;
        text-align: center;
        transform: none;
    }
    .tm-deal-banner__countdown .simple-countdown>div
    {
        font-size: 16px;
    }
    .tm-deal-banner__countdown .simple-countdown>div.cell
    {
        display: inline-block;
        float: none;
        padding: 10px;
    }
}
.fixed-left
{
    background: #fff;
    height: 100%;
    left: 0;
    moz-transform: translateX(-300px);
    moz-transition: transform .5s ease;
    ms-transform: translateX(-300px);
    o-transform: translateX(-300px);
    o-transition: transform .5s ease;
    position: fixed;
    top: 55px;
    transform: translateX(-300px);
    transition: transform .5s ease;
    webkit-transform: translateX(-300px);
    webkit-transition: transform .5s ease;
    width: 300px;
    z-index: 1011;
}
.fixed-left.active
{
    moz-transform: translateX(0);
    ms-transform: translateX(0);
    o-transform: translateX(0);
    transform: translateX(0);
    webkit-transform: translateX(0);
    z-index: 1015;
}
.fixed-left__toggle
{
    display: inline-block;
    font-size: 26px;
    height: 60px;
    left: 100%;
    line-height: 60px;
    position: absolute;
    text-align: center;
    top: 196px;
    width: 57px;
}
.fixed-left__toggle:active,.fixed-left__toggle:hover
{
    background: #fff;
    color: #333;
}
.fixed-left__cont
{
    border-right: 2px solid #707475;
    height: 100%;
    overflow: auto;
    padding: 15px;
}
@media (min-width:768px)
{
    .fixed-left
    {
        top: 0;
    }
    .fixed-left__toggle
    {
        top: 251px;
    }
}
.fixed-left .mfilter-filter-item+.mfilter-filter-item
{
    margin-top: 0;
}
.catalog-thumb
{
    background: #f7f7f7;
    border-radius: 6px;
    moz-border-radius: 6px;
    opacity: .45;
    overflow: hidden;
    position: relative;
    text-align: center;
    webkit-border-radius: 6px;
}
.catalog-thumb+.catalog-thumb
{
    margin-top: 15px;
}
.catalog-thumb img
{
    display: block;
    max-width: 100%;
    min-height: 100%;
    position: relative;
}
.catalog-thumb .catalog-item
{
    font-size: 14px;
}
.catalog-thumb .catalog-item,.catalog-thumb .catalog-thumb__title
{
    margin: 0;
}
.catalog-thumb .catalog-thumb__overlay
{
    backface-visibility: hidden;
    color: #333;
    font-size: 20px;
    height: 100%;
    left: 0;
    padding: 70px 40px 40px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    webkit-backface-visibility: hidden;
    width: 100%;
}
.catalog-thumb .catalog-thumb__overlay>a
{
    font-size: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-indent: 200%;
    top: 0;
    white-space: nowrap;
    width: 100%;
    z-index: 1000;
}
.catalog-thumb.catalog-thumb--effect-julia
{
    background: #f7f7f7;
    max-width: 400px;
    moz-transition: filter .5s ease,background-color 1s ease;
    o-transition: filter .5s ease,background-color 1s ease;
    transition: filter .5s ease,background-color 1s ease;
    webkit-transition: filter .5s ease,background-color 1s ease;
}
.catalog-thumb.catalog-thumb--effect-julia img
{
    backface-visibility: hidden;
    max-height: 400px;
    transition: opacity 1s,transform 1s;
    webkit-backface-visibility: hidden;
}
.catalog-thumb.catalog-thumb--effect-julia .catalog-thumb__overlay
{
    text-align: left;
}
.catalog-thumb.catalog-thumb--effect-julia .catalog-thumb__title
{
    background: rgba(255,255,255,.55);
    color: #222328;
    display: inline-block;
    left: 0;
    padding: 10px 30px;
    position: absolute;
    top: 0;
    width: 100%;
}
.catalog-thumb.catalog-thumb--effect-julia .catalog-item
{
    background: rgba(255,255,255,.9);
    border-radius: 4px;
    color: #143546;
    display: inline-block;
    margin: 0 0 .25em;
    moz-border-radius: 4px;
    moz-transform: translate3d(-360px,0,0);
    ms-transform: translate3d(-360px,0,0);
    o-transform: translate3d(-360px,0,0);
    padding: .4em 1em;
    text-transform: none;
    transform: translate3d(-360px,0,0);
    transition: opacity .35s,transform .35s;
    webkit-border-radius: 4px;
    webkit-transform: translate3d(-360px,0,0);
}
.catalog-thumb.catalog-thumb--effect-julia .catalog-item:first-child
{
    transition-delay: .15s;
}
.catalog-thumb.catalog-thumb--effect-julia .catalog-item:nth-of-type(2)
{
    transition-delay: .1s;
}
.catalog-thumb.catalog-thumb--effect-julia .catalog-item:nth-of-type(3)
{
    transition-delay: 50ms;
}
.catalog-thumb.catalog-thumb--effect-julia.active
{
    background-color: #f7f7f7;
    opacity: 1;
}
.catalog-thumb.catalog-thumb--effect-julia.active .catalog-item:first-child
{
    transition-delay: 0s;
}
.catalog-thumb.catalog-thumb--effect-julia.active .catalog-item:nth-of-type(2)
{
    transition-delay: 50ms;
}
.catalog-thumb.catalog-thumb--effect-julia.active .catalog-item:nth-of-type(3)
{
    transition-delay: .1s;
}
.catalog-thumb.catalog-thumb--effect-julia.active .catalog-item
{
    moz-transform: translate3d(0,0,0);
    opacity: 1;
    transform: translate3d(0,0,0);
}
.mobile .catalog-thumb.catalog-thumb--effect-julia .catalog-item:first-child,.tablet .catalog-thumb.catalog-thumb--effect-julia .catalog-item:first-child
{
    transition-delay: 0s;
}
.mobile .catalog-thumb.catalog-thumb--effect-julia .catalog-item:nth-of-type(2),.tablet .catalog-thumb.catalog-thumb--effect-julia .catalog-item:nth-of-type(2)
{
    transition-delay: 50ms;
}
.mobile .catalog-thumb.catalog-thumb--effect-julia .catalog-item:nth-of-type(3),.tablet .catalog-thumb.catalog-thumb--effect-julia .catalog-item:nth-of-type(3)
{
    transition-delay: .1s;
}
.mobile .catalog-thumb.catalog-thumb--effect-julia .catalog-item,.tablet .catalog-thumb.catalog-thumb--effect-julia .catalog-item
{
    moz-transform: translate3d(0,0,0);
    ms-transform: translate3d(0,0,0);
    opacity: 1;
    o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    webkit-transform: translate3d(0,0,0);
}
.catalog__cont *+.price
{
    margin-top: 15px;
}
.catalog__cont *+.options
{
    margin-top: 20px;
}
.catalog__cont *+.option
{
    margin-top: 10px;
}
.catalog__cont .option .name+ul
{
    margin-left: 5px;
}
.catalog__cont
{
    background: #f7f7f7;
    border-radius: 6px;
    moz-border-radius: 6px;
    moz-transition: opacity 1s ease;
    opacity: 1;
    o-transition: opacity 1s ease;
    overflow: hidden;
    overflow-y: auto;
    padding: 20px;
    transition: opacity 1s ease;
    webkit-border-radius: 6px;
    webkit-transition: opacity 1s ease;
    width: inherit;
}
.catalog__cont-wrap
{
    display: none;
    position: relative;
}
@media (min-width:768px)
{
    .catalog__cont-wrap
    {
        display: block;
    }
}
@media (min-width:768px) and (max-width:991px)
{
    .catalog__cont-wrap
    {
        width: 407.5px;
    }
}
@media (min-width:992px) and (max-width:1199px)
{
    .catalog__cont-wrap
    {
        width: 535.83px;
    }
}
@media (min-width:1200px)
{
    .catalog__cont-wrap
    {
        width: 670px;
    }
}
.catalog__cont.loading
{
    opacity: 0;
}
.catalog__cont.fixed
{
    max-height: calc(100% - 30px);
    position: fixed;
    top: 15px;
}
.catalog__cont.absolute
{
    bottom: 0;
    position: absolute;
}
.catalog__cont.static
{
    position: static;
}
.catalog__cont .options h3
{
    display: none;
}
.catalog__cont .name
{
    color: #222328;
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
}
.catalog__cont .price,.catalog__cont .price-new
{
    font-size: 26px;
    line-height: 30px;
}
.catalog__cont .price-old
{
    font-size: 22px;
    line-height: 30px;
    vertical-align: bottom;
}
.catalog__cont .new-pr,.catalog__cont .sale
{
    left: auto;
    margin-bottom: 10px;
    position: relative;
    right: auto;
    top: auto;
}
.catalog__cont .sale+.new-pr
{
    margin-left: 3px;
}
.catalog__cont .product-spec .table td
{
    background-color: #333;
    border-color: #f7f7f7;
    color: #143546;
    padding: 15px 20px;
}
.catalog__cont .product-spec .table td:first-child
{
    border-color: #f7f7f7;
}
.catalog__cont .option>.name,.catalog__cont .option>ul
{
    display: inline-block;
}
.catalog__cont .option>ul
{
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}
.catalog__cont .option>ul,.catalog__cont .option>ul>li>img
{
    vertical-align: bottom;
}
.catalog__cont .option>ul>li
{
    float: left;
}
.catalog__cont .option>ul>li>span:after
{
    content: '';
}


.catalog__cont .option>ul>li:last-of-type>span:after
{
    content: '.';
}
.catalog__cont .option>ul>li+li
{
    margin-left: 10px;
    margin-top: 0;
}
.catalog__cont .option .name
{
    font-size: 16px;
    line-height: 21px;
}
.product-catalog .pagination-block
{
    margin-top: 15px;
}
div.mfilter-content-opts
{
    padding: 0 0 20px;
}
div.mfilter-content-opts .mfilter-options
{
    padding: 0;
}
div.mfilter-content-opts .mfilter-options .mfilter-search
{
    margin-bottom: 18px;
}
div.mfilter-content-opts .mfilter-options .mfilter-search input[type=text]
{
    border: 1px solid #707475;
    height: 40px;
    padding-right: 40px;
}
div.mfilter-content-opts .mfilter-options .mfilter-search #mfilter-opts-search
{
    margin: 0;
}
div.mfilter-content-opts .mfilter-options .mfilter-search #mfilter-opts-search:focus
{
    border-color: #2b2b2b;
    outline: 0;
}
div.mfilter-content-opts .mfilter-options .mfilter-search #mfilter-opts-search_button
{
    background: 0 0;
    color: #2b2b2b;
    font-size: 18px;
    height: 37px;
    line-height: 34px;
    margin: 0;
    right: 5px;
}
div.mfilter-content-opts .mfilter-options .mfilter-search #mfilter-opts-search_button:hover
{
    color: #f91f1f;
}
div.mfilter-content-opts .mfilter-options .mfilter-price
{
    letter-spacing: 3px;
    margin-bottom: 15px;
    margin-top: 3px;
    text-align: center;
}
div.mfilter-content-opts .mfilter-options .mfilter-price #mfilter-opts-price-max,div.mfilter-content-opts .mfilter-options .mfilter-price #mfilter-opts-price-min,div.mfilter-content-opts .mfilter-options .mfilter-price input[type=text]
{
    background: 0 0;
    border: none;
    color: #143546;
    font: 400 12px/16px Roboto,sans-serif;
    height: 16px;
    letter-spacing: 0;
    max-width: 60px;
    min-width: 0;
    outline: 0;
    padding: 0;
    text-align: center;
    width: 60px;
}
.account-wishlist #content .table.table-bordered tr td:nth-child(2),.account-wishlist .table.table-bordered tr td:nth-child(6),.checkout-cart #content .table td:nth-child(3),.checkout-cart #content .table.table-bordered tr td:nth-child(2),.product-compare #content .table.table-bordered tr td:nth-child(2)
{
    min-width: 150px;
}
div.mfilter-content-opts .mfilter-options .mfilter-price #mfilter-price-slider,div.mfilter-content-opts .mfilter-options .mfilter-price .mfilter-slider-slider
{
    background: #f7f7f7;
    height: 3px!important;
    margin: 5px 0 0!important;
}
div.mfilter-content-opts .mfilter-options .mfilter-price #mfilter-price-slider .ui-slider-range,div.mfilter-content-opts .mfilter-options .mfilter-price .mfilter-slider-slider .ui-slider-range
{
    background: #f6846a!important;
}
div.mfilter-content-opts .mfilter-options .mfilter-price #mfilter-price-slider .ui-slider-handle,div.mfilter-content-opts .mfilter-options .mfilter-price .mfilter-slider-slider .ui-slider-handle
{
    background: #f6846a!important;
    border-radius: 3px;
    height: 15px!important;
    margin: 0!important;
    moz-border-radius: 3px;
    webkit-border-radius: 3px;
    width: 5px!important;
}
div.mfilter-content-opts .mfilter-options .mfilter-price-slider
{
    margin-right: 0!important;
    padding: 0!important;
}
div.mfilter-content-opts .mfilter-options .ui-slider-horizontal .ui-slider-handle
{
    top: -6px!important;
}
.mfilter-filter-item:nth-child(n+1) .mfilter-heading,.mfilter-filter-item:nth-child(n+2) .mfilter-heading,.mfilter-filter-item:nth-child(n+3) .mfilter-heading
{
    background: #2b2b2b;
}
.mfilter-filter-item:nth-child(n+4) .mfilter-heading
{
    background: #b5b5b5;
}
.mfilter-filter-item:nth-child(n+5) .mfilter-heading
{
    background: #aab8c2;
}
.mfilter-search
{
    margin-top: 5px;
}
.mfilter-search .mfilter-heading
{
    display: none;
}
div.mfilter-heading
{
    border: 0;
    color: #333;
    font: 700 18px/24px Roboto,sans-serif;
    letter-spacing: 0;
    margin-bottom: 7px;
    padding: 14px 20px 15px;
    text-transform: uppercase;
}
div.mfilter-heading .mfilter-heading-text
{
    letter-spacing: 1.4px;
    moz-transition: .4s all ease;
    o-transition: .4s all ease;
    transition: .4s all ease;
    webkit-transition: .4s all ease;
}
div.mfilter-heading .mfilter-head-icon
{
    background: 0 0;
    color: #333;
    display: inline-block;
    height: 24px;
    margin: 0;
    moz-transform: translateY(-50%) rotateX(-180deg);
    ms-transform: translateY(-50%) rotateX(-180deg);
    o-transform: translateY(-50%) rotateX(-180deg);
    transform: translateY(-50%) rotateX(-180deg);
    vertical-align: top;
    webkit-transform: translateY(-50%) rotateX(-180deg);
    width: auto;
}
div.mfilter-heading .mfilter-head-icon:before
{
    color: #333;
    content: '\f107';
    font: 400 16px/24px FontAwesome;
}
div.mfilter-heading:hover .mfilter-heading-text
{
    text-shadow: 0 0 1px rgba(0,0,0,.1);
}
.mfilter-heading.mfilter-collapsed i.mfilter-head-icon
{
    moz-transform: translateY(-50%) rotateX(0);
    ms-transform: translateY(-50%) rotateX(0);
    o-transform: translateY(-50%) rotateX(0);
    transform: translateY(-50%) rotateX(0);
    webkit-transform: translateY(-50%) rotateX(0);
}
div.mfilter-tb-as-tr.mfilter-option
{
    display: inline-block;
    margin-bottom: 3px;
    position: relative;
    width: 100%;
}
.mfilter-option .mfilter-tb-as-td
{
    border: none;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    moz-transition: .4s all ease;
    o-transition: .4s all ease;
    padding: 0;
    transition: .4s all ease;
    webkit-transition: .4s all ease;
}
.mfilter-option .mfilter-tb-as-td:hover
{
    color: #f91f1f;
}
.mfilter-option>div input[type=checkbox]
{
    position: relative;
}
.mfilter-option>div input[type=checkbox]:after,.mfilter-option>div input[type=checkbox]:before
{
    content: '';
    height: 20px;
    left: 0;
    position: absolute;
    top: -5px;
    width: 20px;
}
.mfilter-option>div input[type=checkbox]:before
{
    background: #fff;
    border: 2px solid #707475;
    border-radius: 5px;
    moz-border-radius: 5px;
    webkit-border-radius: 5px;
}
.mfilter-option>div input[type=checkbox]:after
{
    color: #333;
    content: '\f00c';
    font: 400 12px/20px FontAwesome;
    moz-transition: .3s all ease;
    opacity: 0;
    o-transition: .3s all ease;
    text-align: center;
    transition: .3s all ease;
    webkit-transition: .3s all ease;
}
.mfilter-option>div input[type=checkbox]:checked:before
{
    background: #f6846a;
    border-color: #f6846a;
}
.mfilter-option>div input[type=checkbox]:checked:after
{
    opacity: 1;
}
.mfilter-option>div+label.mfilter-tb-as-td
{
    margin-top: 0;
    padding-left: 0;
}
.mfilter-option>div+label.mfilter-tb-as-td+.mfilter-col-count
{
    position: absolute;
    right: 8px;
    top: 6px;
}
.mfilter-option.mfilter-disabled>div input[type=checkbox]:before
{
    border-color: #f1f3f7;
}
label
{
    color: #333;
    font-size: 14px;
    font-weight: 700;
}
div.mfilter-opts-container
{
    padding-bottom: 10px;
}
.product-filter .sort.sort--category .sbHolder
{
    width: 200px;
}
.iScrollVerticalScrollbar
{
    background: #f4f4f4;
}
.iScrollIndicator
{
    background-color: #ddd!important;
}
.catalog__cont-wrap
{
    line-height: 21px;
}
.catalog__cont-wrap .options ul li img
{
    border-radius: 14px;
    height: 21px!important;
    margin-right: 5px;
    moz-border-radius: 14px;
    webkit-border-radius: 14px;
    width: 21px!important;
}
@media (min-width:992px) and (max-width:1199px)
{
    .catalog-thumb.catalog-thumb--effect-julia h2
    {
        font-size: 17px;
        line-height: 20px;
    }
}
@media (min-width:768px) and (max-width:991px)
{
    .catalog-thumb.catalog-thumb--effect-julia h2
    {
        font-size: 13px;
        line-height: 16px;
    }
}
@media (max-width:767px)
{
    #mfilter-content-container
    {
        text-align: center;
    }
    .catalog-thumb.catalog-thumb--effect-julia
    {
        display: inline-block;
        opacity: 1!important;
    }
    .catalog-thumb.catalog-thumb--effect-julia h2
    {
        font-size: 13px;
        line-height: 16px;
    }
}
@media (max-width:366px)
{
    .fixed-left
    {
        left: 47px;
        width: 253px;
    }
    .fixed-left.active
    {
        left: 0;
    }
}
.breadcrumb
{
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #777;
    font-size: 14px;
    line-height: 30px;
    margin: 0 0 0 0px;
    moz-border-radius: 0;
    padding: 0 10px;
    webkit-border-radius: 0;
}
.breadcrumb a
{
    color: #f91f1f;
    display: inline-block;
    font-size: 12px;
}
.breadcrumb a:hover,.breadcrumb a:hover i
{
    color: #333;
}

.breadcrumb{
    margin: 0px;
    padding: 0px;    
}
    
.breadcrumb>li
{
    display: inline-block;
    font-family: "Open Sans";
    font-size: 14px;
    margin-right: 5px;
    padding-right: 5px;
    position: relative;
}
.breadcrumb>li+li:before,.breadcrumb>li>a,.breadcrumb>li>a>i,.breadcrumb>li>span
{
    vertical-align: middle;
}
.breadcrumb>li>span
{
    color: #777;
    font-size: 12px;
}
.breadcrumb>li:not(:last-child):after
{
    color: #333;
    content: '|';
    position: absolute;
    right: -4px;
    top: 0;
}
.breadcrumb i
{
    moz-transition: color .3s ease;
    o-transition: color .3s ease;
    transition: color .3s ease;
    webkit-transition: color .3s ease;
}
.bread-wrap
{
    background: #ebeaea;
    margin-bottom: 50px;
    padding: 5px 0;
}
.breadcrumb>li:before
{
    display: none;
}
.product-share
{
    height: 32px;
    margin-top: 1em;
}
.review-form-title
{
    text-align: center;
}
.review-form-title h3
{
    border-bottom: 1px solid #707475;
    cursor: pointer;
    display: inline-block;
    moz-transition: .3s all ease;
    o-transition: .3s all ease;
    padding: 0 10px 5px;
    position: relative;
    transition: .3s all ease;
    webkit-transition: .3s all ease;
}
.review-form-title h3:before
{
    border: 10px solid transparent;
    border-top-color: #707475;
    bottom: -20px;
    content: '';
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
}
.review-form-title h3:hover
{
    color: #f91f1f;
}
.product-rating-status .fa-stack+.review-link,.product-rating-status .review-link+.review-link
{
    border-left: 1px solid #707475;
}
.product-rating-status .review-link
{
    margin-left: 7px;
    padding-left: 7px;
    position: relative;
    vertical-align: middle;
}
.rating-section a
{
    cursor: pointer;
}
.product-review-form
{
    display: none;
}
.product-options
{
    padding-bottom: 0;
}
.product-options .control-label
{
    color: #333;
    font-size: 14px;
    margin: 0 0 10px;
    text-align: left;
    text-transform: uppercase;
}
.product-options .radio
{
    padding-top: 0;
}
.product-options .checkbox label,.product-options .radio input[type=radio]+label
{
    display: block;
    padding: 5px 5px 5px 45px;
    text-align: left;
    text-transform: capitalize;
}
.product-options .radio input[type=radio]+label:before
{
    left: 13px;
    top: 7px;
}
.product-options .radio input[type=radio]+label:after
{
    left: 16px;
    top: 10px;
}
.product-options .radio+.radio
{
    margin-top: 15px;
}
.product-options .checkbox label
{
    background: #fff;
}
.product-options .checkbox label:after,.product-options .checkbox label:before
{
    left: 13px;
    top: 8px;
}
.product-options .checkbox label:before
{
    background: 0 0;
    border: 1px solid #707475;
}
.table-hover>tbody>tr:hover
{
    background: #fafafa;
}
.product_tabs
{
    margin: 50px 15px;
}
.product_tabs:after,.product_tabs:before
{
    content: "";
    display: table;
    line-height: 0;
}
.product_tabs .nav-tabs
{
    border-bottom: none;
    border-top: 1px solid #e1e1e1;
    float: left;
    width: 30%;
}
.product_tabs .nav-tabs>li
{
    float: none;
    margin-bottom: 0;
}
.product_tabs .nav-tabs>li>a
{
    border: 1px solid #e1e1e1;
    border-radius: 0;
    border-right: none!important;
    border-top: none;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-right: 0;
    moz-border-radius: 0;
    position: relative;
    text-transform: uppercase;
    webkit-border-radius: 0;
    z-index: 0;
}
.product_tabs .nav-tabs>li>a:hover
{
    background: 0 0;
    color: #f91f1f;
}
.product_tabs .nav-tabs>li>a:focus
{
    border-top: none;
}
.product_tabs .nav-tabs>li.active>a
{
    color: #f91f1f;
}
.product_tabs .nav-tabs>li.active>a:before
{
    right: -2px;
}
.product_tabs .nav-tabs>li.active>a:focus,.product_tabs .nav-tabs>li.active>a:hover
{
    background: 0 0;
    border: 1px solid #e1e1e1;
    border-top: none;
}
.product_tabs .tab-content
{
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    float: left;
    margin-top: 0;
    moz-box-sizing: border-box;
    padding: 40px;
    webkit-box-sizing: border-box;
    width: 70%;
}
.product-spec .table
{
    border: none;
}
.product-spec .table th
{
    font-size: 18px;
    padding: 15px 5px;
    text-align: center;
    text-transform: uppercase;
}
.product-spec .table td
{
    border-left: none;
    border-top: none;
    line-height: 20px;
    padding: 15px;
}
.product-spec .table tr+tr td
{
    border-top: 1px solid #e1e1e1;
}
.product-spec .table td:first-child
{
    color: #333;
    text-align: right;
    text-transform: uppercase;
    width: 30%;
}
.product-spec .table td
{
    border-right: none;
    width: 70%;
}
@media (max-width:479px)
{
    .product-spec .table td,.product-spec .table td:first-child
    {
        width: 50%;
    }
}
@media (max-width:767px)
{
    .product_tabs .nav-tabs,.product_tabs .tab-content
    {
        float: none;
        width: 100%;
    }
    .product_tabs .nav-tabs>li>a:before
    {
        display: none;
    }
    .product_tabs .nav-tabs>li>a
    {
        border-right: 1px solid #e1e1e1;
    }
    .product_tabs .tab-content
    {
        border-left: 1px solid #e1e1e1;
        padding: 15px!important;
    }
}
.review-score .fa-stack
{
    height: 1em;
    margin-bottom: 10px;
    width: 1em;
}
.product-title
{
    color: #333;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 20px;
    text-align: left;
    text-transform: uppercase;
}
.reward-block
{
    margin-top: 12px;
}
.reward-block span
{
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}
.form-group .sbHolder
{
    max-width: 230px;
}
.product-include_options h3
{
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
}
.product-include_options span
{
    display: inline-block;
    font-style: italic;
    padding-right: 4px;
    text-transform: capitalize;
}
 
.product-include_options
{
    margin-bottom: 12px;
}
.product-include_options span:after
{
    content: ', ';
}
.product-include_options span:last-child:after
{
    content: '. ';
}
#product
{
    margin-top: 15px;
}
 
#product .input-group[class*=col-]
{
    padding-left: 15px;
    padding-right: 15px;
}
#product label
{
    font-weight: 300;
}
#product label.control-label
{
    color: #7f8187;
    letter-spacing: .8px;
}
#product .quantity
{
    margin-top: 0;
}
#product .quantity label
{
    margin-right: 10px;
}
#product #button-cart
{
    border: 2px solid #f91f1f;
    float: left;
    font-weight: 700;
    margin: 0 4px 0 0;
    padding: 14px 26px;
}
#product #button-cart .out,#product #button-cart .over
{
    line-height: 52px;
}
@media (max-width:991px)
{
    #product #button-cart
    {
        display: block;
        margin-bottom: 10px;
    }
}
#product .product-btn-add
{
    font-size: 9px;
}
#product .price-section
{
    color: #333;
    display: inline-block;
    font-size: 34px;
    line-height: 34px;
}


#product .product-oldprice{
    text-decoration:line-through;
    font-size:16px;
    color:#757575;
    font-weight: normal;
}




#product .in_stock
{
    margin-bottom: 25px;
    margin-top: 25px;
}
.quantity
{
    background: 0 0;
    border: 1px solid #fff;
    display: inline-block;
    float: left;
    margin-right: 25px;
    position: relative;
}
.quantity>label
{
    display: none;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
}
.quantity input[name*=quantity]
{
    background: 0 0;
    border: 1px solid #e1e1e1;
    height: 34px;
    padding-bottom: 1px;
    padding-left: 15px;
    padding-top: 2px;
    text-align: left;
    width: 60px;
}
.quantity .counter
{
    background: #f91f1f;
    border: none;
    display: inline-block;
    font-size: 15px;
    height: 17px;
    line-height: 14px;
    padding-top: 0;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: top;
    width: 18px;
}
.quantity .counter.counter-minus
{
    bottom: 0;
    padding: 0;
    top: auto;
}
.quantity .counter:active,.quantity .counter:focus,.quantity .counter:hover
{
    background: #f91f1f;
    color: #fff;
}
.magnificent-viewport,.polaroid
{
    background: #192021;
}
.polaroid
{
    box-shadow: none;
    moz-box-shadow: none;
    padding: 0;
    webkit-box-shadow: none;
}
.general_info
{
    margin-top: -7px;
}
.general_info .price-section
{
    border-bottom: 1px solid #707475;
    margin: 0;
    padding-bottom: 10px;
}
.general_info .product-section
{
    border-bottom: 1px solid #707475;
    padding: 10px 0;
}
.general_info .product-section strong
{
    color: #333;
}
.general_info a
{
    color: #f91f1f;
}
.general_info a:hover
{
    color: #333;
}
.product-video .r_frame
{
    padding-bottom: 50%;
    position: relative;
}
.product-video iframe
{
    height: 100%!important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%!important;
}
.relative
{
    position: relative;
}
@media (max-width:1199px)
{
    .zoomContainer
    {
        display: none!important;
    }
    .product-compare #content .table.table-bordered tr td:nth-child(2),.product-compare .table-responsive td+td
    {
        min-width: auto!important;
    }
}
.product-gallery .image-additional li img,.product-gallery>.row>.col-lg-12>img
{
    background: 0 0;
    /*border: 1px solid #e1e1e1;
    padding: 5px;*/
}
.product-gallery .builder-images-block>img.hidden
{
    bottom: 0;
    display: block!important;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.product-gallery:after,.product-gallery:before
{
    content: "";
    display: table;
    line-height: 0;
}
.product-gallery .bx-wrapper
{
    width: 100%;
}
.product-gallery .image-thumb
{
    margin-top: 30px;
    width: 100%;
}
.product-gallery .image-thumb .bx-wrapper .bx-next,.product-gallery .image-thumb .bx-wrapper .bx-prev
{
    /*background: rgba(244,101,52,.5);*/
    color: #333;
    /*display: none;*/
    font-size: 28px;
    line-height: 140px;
    margin: 0;
    /*opacity: 0;*/
    position: absolute;
    text-align: center;
    transition: all .3s ease;
}
.product-gallery .image-thumb .bx-wrapper .bx-next.disabled,.product-gallery .image-thumb .bx-wrapper .bx-prev.disabled
{
    display: none;
    visibility: hidden;
}
.product-gallery .image-thumb .bx-wrapper .bx-next:hover,.product-gallery .image-thumb .bx-wrapper .bx-prev:hover
{
    background: #f91f1f;
}
.product-gallery .image-thumb .bx-wrapper:hover .bx-next,.product-gallery .image-thumb .bx-wrapper:hover .bx-prev
{
    opacity: 1;
}
.product-gallery .image-thumb .bx-wrapper .bx-prev
{
    bottom: 0;
    left: 0;
    right: auto;
    top: 0;
    margin-left: -10px;
}
.product-gallery .image-thumb .bx-wrapper .bx-next
{
    bottom: 0;
    left: auto;
    right: 0;
    top: 0;
    margin-right: -6px;
}
@media (max-width:767px)
{
    .product_page-left+.product_page-right
    {
        margin-top: 25px;
    }
}
.product-gallery .image-thumb .bx-wrapper .bx-viewport
{
    box-sizing: content-box;
    moz-box-sizing: content-box;
    webkit-box-sizing: content-box;
}
.product-gallery .image-thumb li a
{
    /*background: #192021;
    border: 1px solid #192021;*/
    display: block;
}
@media (min-width:1200px)
{
    .product-gallery .image-thumb li a.zoomGalleryActive,.product-gallery .image-thumb li a:hover
    {
        background: #192021;
        box-shadow: 1px 1px 8px rgba(0,0,0,.15);
        moz-box-shadow: 1px 1px 8px rgba(0,0,0,.15);
        webkit-box-shadow: 1px 1px 8px rgba(0,0,0,.15);
    }
}
.image-additional
{
    list-style-type: none;
    margin: 0 -10px 0 0;
    padding: 0 10px 0 0;
}
.product-reviews input[type=radio]
{
    display: inline;
    outline: 0;
}
.product-reviews input[type=radio]:focus
{
    outline: 0;
}
.product-reviews .review-item
{
    margin-bottom: 2em;
}
.box-subcat
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.box-subcat li
{
    margin-bottom: 15px;
    text-align: center;
}
.box-subcat li .thumb
{
    background: #fff;
    border: 1px solid #707475;
    padding: 10px 0;
}
.box-subcat li .name
{
    border-top: 1px solid #707475;
    padding: 10px 5px 0;
}
.box-subcat li .name a
{
    text-transform: capitalize;
}
.box-subcat li .image
{
    margin-bottom: 15px;
    overflow: hidden;
}
.box-subcat li .image a
{
    display: block;
    padding: 10px;
}
.box-subcat li .image a:hover img
{
    opacity: .7;
}
.box-subcat li .image img
{
    moz-transition: .3s all ease;
    o-transition: .3s all ease;
    transition: .3s all ease;
    webkit-transition: .3s all ease;
}
.box-subcat li.first-in-line
{
    clear: left;
}
@media (max-width:767px)
{
    .box-subcat li .thumb:after,.box-subcat li:nth-child(2n+1)
    {
        clear: both;
    }
    .box-subcat li
    {
        float: left;
        text-align: left;
        width: 50%;
    }
    .box-subcat li .thumb
    {
        padding: 0;
        position: relative;
    }
    .box-subcat li .thumb:after,.box-subcat li .thumb:before
    {
        content: "";
        display: table;
        line-height: 0;
    }
    .box-subcat li .image
    {
        border-right: 1px solid #707475;
        display: inline-block;
        float: left;
        margin-bottom: 0;
        margin-right: 15px;
        width: 30%;
    }
    .box-subcat li .name
    {
        border-top: none;
        left: 30%;
        moz-transform: translate(0,-50%);
        ms-transform: translate(0,-50%);
        o-transform: translate(0,-50%);
        padding-top: 0;
        position: absolute;
        top: 50%;
        transform: translate(0,-50%);
        webkit-transform: translate(0,-50%);
    }
    #content .box-subcat [class*=col-sm-]+[class*=col-sm-]
    {
        margin-top: 0;
    }
}
.delivery_page,.icon-box i
{
    text-align: center;
}
@media (max-width:550px)
{
    .box-subcat li
    {
        clear: both;
        float: none;
        width: 100%;
    }
}
.button-view
{
    margin-right: 15px;
}
.button-view button+button
{
    border-left: 0;
}
.button-view a,.button-view button
{
    color: #aab8c2;
    display: inline-block;
    font-size: 18px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 28px;
}
.button-view .compare-total
{
    margin-left: 10px;
}
#grid-view.active,#grid-view:hover,#list-view.active,#list-view:hover
{
    color: #2b2b2b;
}
#grid-view.active:hover,#list-view.active:hover
{
    color: #f91f1f;
}
.product-filter
{
    background: #fff;
    border: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin: 11px 0 30px;
    padding: 10px 10px 9px;
}
.product-filter_elem
{
    float: left;
}
.product-filter_elem .sbHolder,.product-filter_elem select
{
    border: 1px solid #e1e1e1;
    border-radius: 0;
    height: 34px;
    moz-border-radius: 0;
    padding: 4px 10px;
    webkit-border-radius: 0;
}
.product-filter_elem .sbHolder .sbSelector,.product-filter_elem select .sbSelector
{
    font-size: 12px;
    padding: 4px 10px;
}
.product-filter_elem .sbHolder .sbToggle,.product-filter_elem select .sbToggle
{
    line-height: 34px;
}
.product-filter_elem.show .sbHolder
{
    width: auto;
}
.product-filter .sort
{
    width: 31%;
}
.product-filter .sort label
{
    display: none;
}
.product-filter .sbHolder,.product-filter label
{
    display: inline-block;
    vertical-align: middle;
}
.product-filter label
{
    color: #333;
    font-size: 14px;
    font-weight: 400;
    margin: 0 10px 0 0;
}
.product-filter .compare-total
{
    color: #f91f1f;
}
.product-filter .compare-total span
{
    display: none;
}
.product-filter .compare-total:hover
{
    color: #2b2b2b;
}
.results
{
    margin-top: 13px;
}
.nav-cat
{
    margin-bottom: 13px;
}
.nav-cat .nam-page
{
    margin: 5px 0 5px 10px;
}
.account-wishlist #content h1,.checkout-cart #content h1,.product-compare #content h1
{
    margin: 30px 0 50px;
}
.account-wishlist #content .table a,.checkout-cart #content .table a,.product-compare #content .table a
{
    color: #f91f1f;
    font-weight: 700;
}
.account-wishlist #content .table a:hover,.checkout-cart #content .table a:hover,.product-compare #content .table a:hover
{
    color: #333;
}
.account-wishlist #content .table p .link,.checkout-cart #content .table p .link,.product-compare #content .table p .link
{
    margin-top: 5px;
}
.account-wishlist #content .table-custom .price,.checkout-cart #content .table-custom .price,.product-compare #content .table-custom .price
{
    font-weight: 700;
}
.account-wishlist #content .table-custom td:first-child,.checkout-cart #content .table-custom td:first-child,.product-compare #content .table-custom td:first-child
{
    color: #333;
    text-transform: uppercase;
}
.account-wishlist #content .table-custom tr:last-child td,.checkout-cart #content .table-custom tr:last-child td,.product-compare #content .table-custom tr:last-child td
{
    color: #333;
    font-weight: 700;
}
.account-wishlist #content .table-custom tr:last-child .price,.checkout-cart #content .table-custom tr:last-child .price,.product-compare #content .table-custom tr:last-child .price
{
    color: #f91f1f;
    font-size: 28px;
}
.checkout-checkout #content #collapse-checkout-option .col-sm-6+.col-sm-6>h2
{
    margin-top: 25px;
}
.checkout-checkout #content .table-responsive .table tfoot td:last-child
{
    color: #333;
}
.checkout-checkout #content .table-responsive .table tfoot tr:last-child td
{
    font-size: 18px;
}
.checkout-checkout #content .table-responsive .table tfoot tr:last-child td:last-child
{
    color: #f91f1f;
    font-weight: 700;
}
#accordion .btn.btn-primary
{
    border-radius: 0;
    moz-border-radius: 0;
    moz-transition: all .4s ease;
    o-transition: all .4s ease;
    transition: all .4s ease;
    webkit-border-radius: 0;
    webkit-transition: all .4s ease;
}
.cart-wrapper
{
    border: 1px solid #707475;
    border-top-width: 2px;
    padding: 30px;
}
.cart-remove-btn,.cart-remove-btn:visited
{
    color: #f91f1f;
    display: inline-block;
    font-size: 22px;
}
.cart-remove-btn span,.cart-remove-btn:visited span,.link
{
    font-size: 14px;
}
.link,.link:focus,.link:visited
{
    color: #333;
}
.cart-remove-btn:focus,.cart-remove-btn:visited:focus
{
    text-decoration: none;
}
.cart-remove-btn:hover,.cart-remove-btn:visited:hover
{
    color: #333;
    text-decoration: none;
}
.link
{
    font-weight: 700;
    text-transform: uppercase;
}
.link:hover
{
    color: #f91f1f;
}
.link.show-desc
{
    color: #f91f1f;
}
.link.show-desc:hover
{
    color: #f91f1f;
}
@media (max-width:767px)
{
    .cart-wrapper
    {
        border-bottom: none;
        border-left: none;
        border-right: none;
        padding: 30px 0;
    }
}
@media (max-width:500px)
{
    .account-wishlist #content .table td:first-child,.account-wishlist #content .table td:nth-child(3),.checkout-cart #content .table.table-bordered td:first-child,.checkout-cart #content .table.table-bordered td:nth-child(4)
    {
        display: none;
    }
}
.product-compare #content .table td:first-child
{
    background: #f91f1f;
    color: #fff;
}
.product-compare #content .table td:first-child strong
{
    color: #fff;
}
.product-compare #content .table-bordered>tbody>tr>td:first-child
{
    background: #ebeaea;
    color: #333;
}
.product-compare #content .table-bordered>tbody>tr>td
{
    vertical-align: top;
}
.product-compare #content .product-thumb
{
    padding: 0 20px;
}
.rating .review
{
    border-left: 1px solid #707475;
    display: inline-block;
    margin-left: 5px;
    padding-left: 5px;
    position: relative;
}
.product-thumb .cart-remove-btn
{
    font-size: 22px;
    position: absolute;
    right: -6px;
    top: 0;
}
@media (max-width:1199px)
{
    .product-compare .table-responsive
    {
        border: none;
        overflow-x: scroll;
    }
    .product-compare .table-responsive .table-bordered
    {
        border: 2px solid #707475;
    }
    .product-compare .table-responsive td+td
    {
        min-width: 270px;
    }
}
@media (max-width:767px)
{
    .product-compare .table-responsive td+td
    {
        max-width: 170px;
        min-width: inherit;
    }
    .rating .review
    {
        border: none;
        display: block;
        margin-left: 0;
        padding-left: 0;
    }
}
.extra-wrap
{
    overflow: hidden;
}
@media (min-width:1200px)
{
    .product-compare #content .table td:first-child
    {
        width: 12%;
    }
    .product-compare #content .table-bordered>tbody>tr>td
    {
        width: 22%;
    }
    [class*=information-information] .banners
    {
        display: inline-block;
        float: left;
    }
    [class*=information-information] .banners+*+.banners
    {
        margin-left: 30px;
    }
}
[class*=information-information] .banners+*+.banners
{
    margin-bottom: 30px;
}
.information-information-4 h1
{
    display: none;
}
.information-information-4 .about-comments
{
    clear: left;
}
.clear,.contact_page .col-sm-4:nth-child(3n-2),.manufacturer-list:after,.well .heading:after
{
    clear: both;
}
.information-information-4 h4.full-bg
{
    background: #192021;
    padding: 15px;
    position: relative;
}
.information-information-4 h4.full-bg:after,.information-information-4 h4.full-bg:before
{
    background: #192021;
    bottom: 0;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.information-information-4 h4.full-bg:before
{
    left: -100%;
}
.information-information-4 h4.full-bg:after
{
    right: -100%;
}
.information-information #content h4,.information-information #content h5
{
    color: #f91f1f;
    line-height: normal;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.information-information #content h4 a:hover,.information-information #content h5 a:hover
{
    color: #333;
}
.count-box strong,.delivery_page .table tbody td:first-child,.delivery_page h4,.icon-box i,.information-information #content h5
{
    color: #f91f1f;
}
.information-information #content h3
{
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.information-information #content h3:after
{
    background: #707475;
    content: '';
    display: block;
    height: 1px;
    margin: 20px 0 40px;
}
.information-information #content h3.clear
{
    margin-bottom: 30px;
}
.information-information #content h3.clear:after
{
    display: none;
}
.information-information #content h1,.information-information #content h2,.information-information #content h3,.information-information #content h4,.information-information #content h5
{
    font-weight: 500;
}
.information-information #content *+h3
{
    margin-top: 60px;
}
.information-information #content p+h4
{
    margin-top: 40px;
}
@media (max-width:767px)
{
    .information-information #content [class*=col-sm]+[class*=col-sm]
    {
        margin-top: 30px;
    }
}
.count-box
{
    margin-top: 40px;
}
.count-box strong
{
    display: block;
    font-size: 56px;
    font-weight: 500;
    line-height: 60px;
    margin-bottom: 15px;
}
.icon-box i
{
    border: 2px solid #f91f1f;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    font-size: 66px;
    height: 120px;
    line-height: 120px;
    margin-bottom: 25px;
    moz-border-radius: 50%;
    moz-box-sizing: border-box;
    webkit-border-radius: 50%;
    webkit-box-sizing: border-box;
    width: 120px;
}
.testimonials blockquote
{
    border: 0;
    padding: 0 20px;
}
.testimonials blockquote:before
{
    color: #f91f1f;
    content: '\e09d';
    display: inline-block;
    font-size: 84px;
    line-height: 100px;
    margin-bottom: 20px;
}
.thumbnail
{
    background: 0 0;
    border: none;
    border-radius: 0;
    margin: 0 auto 25px;
    overflow: hidden;
    padding: 0;
}
.thumbnail img
{
    moz-transition: .3s transform ease;
    o-transition: .3s transform ease;
    transition: .3s transform ease;
    webkit-transition: .3s transform ease;
}
.thumbnail a
{
    display: block;
    max-width: 100%;
}
.thumbnail a:hover img
{
    moz-transform: scale(1.2);
    ms-transform: scale(1.2);
    o-transform: scale(1.2);
    transform: scale(1.2);
    webkit-transform: scale(1.2);
}
@media (max-width:767px)
{
    .thumbnail a
    {
        display: inline-block;
    }
}
.img-thumbnail
{
    background-color: #fff;
    border: 1px solid ddd;
    border-radius: 0;
    padding: 0;
}
.table-bordered .img-thumbnail
{
    background-color: transparent;
}
.human_info .thumbnail
{
    float: left;
    margin-right: 20px;
}
.clear
{
    border: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}
@media (max-width:500px)
{
    .human_info .thumbnail,img.alignleft
    {
        float: none;
        margin: 0 auto 20px;
    }
}
.privacy_page ol li+li,.terms_conditions_page p+h4
{
    margin-top: 40px;
}
.delivery_page .table
{
    border-top: 2px solid #f91f1f;
    text-align: left;
}
.delivery_page .table tbody td:last-child
{
    color: #333;
    font-weight: 700;
}
.delivery_page .table tbody td
{
    min-width: 150px;
}
.terms_conditions_page h4
{
    padding-left: 60px;
    position: relative;
}
.privacy_page ol,.site-map-page #content ul
{
    list-style-type: none;
    padding-left: 0;
}
.terms_conditions_page h4:before
{
    bottom: -7px;
    color: #f91f1f;
    content: '\e174';
    font-size: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
}
.privacy_page ol
{
    counter-reset: list;
}
.privacy_page ol li h4:before
{
    background: #f91f1f;
    border-radius: 50%;
    box-shadow: inset -1px -1px 0 rgba(0,0,0,.2);
    color: #333;
    content: counter(list,decimal);
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    moz-border-radius: 50%;
    moz-box-shadow: inset -1px -1px 0 rgba(0,0,0,.2);
    text-align: center;
    webkit-border-radius: 50%;
    webkit-box-shadow: inset -1px -1px 0 rgba(0,0,0,.2);
    width: 40px;
}
.image-category
{
    border-radius: 0;
    display: inline-block;
    margin-bottom: 15px;
    moz-border-radius: 0;
    overflow: hidden;
    webkit-border-radius: 0;
}
.description-category
{
    font-size: 18px;
    line-height: 24px;
    moz-transition: height .5s ease;
    o-transition: height .5s ease;
    position: relative;
    transition: height .5s ease;
    webkit-transition: height .5s ease;
}
.description-category:before,.description-category__links
{
    bottom: 0;
    left: 15px;
    position: absolute;
    right: 15px;
}
.description-category:before
{
    background: #fff;
    box-shadow: 0 0 50px 35px url(../image/main-bg.jpg);
    content: '';
    display: block;
    height: 27px;
}
.description-category.open:before
{
    box-shadow: 0 0 0 0 url(../image/main-bg.jpg);
}
.site-map-page h5
{
    color: #f91f1f;
    line-height: normal;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.site-map-page ul+h5
{
    margin-top: 40px;
}
.site-map-page #content ul li
{
    line-height: 20px;
    position: relative;
}
.site-map-page #content ul li+li
{
    margin-top: 20px;
}
.site-map-page #content ul li a:hover
{
    color: #f91f1f;
}
.site-map-page #content ul.category-list
{
    position: relative;
}
.site-map-page #content ul.category-list:before
{
    background: #f91f1f;
    bottom: 10px;
    content: '';
    left: 0;
    position: absolute;
    top: 10px;
    width: 1px;
}
.site-map-page #content ul.category-list .ul-with-ul:after,.site-map-page #content ul.category-list .ul-with-ul:before
{
    moz-transform: translate(0,0);
    ms-transform: translate(0,0);
    o-transform: translate(0,0);
    transform: translate(0,0);
    webkit-transform: translate(0,0);
}
.site-map-page #content ul.category-list .ul-with-ul:before
{
    top: 10px;
}
.site-map-page #content ul.category-list .ul-with-ul:after
{
    top: 4px;
}
.site-map-page #content ul.category-list ul
{
    margin-top: 20px;
    position: relative;
}
.site-map-page #content ul.category-list ul:before
{
    background: #707475;
    bottom: 10px;
    content: '';
    left: 0;
    position: absolute;
    top: 10px;
    width: 1px;
}
.site-map-page #content ul.category-list li
{
    padding-left: 60px;
    position: relative;
}
.site-map-page #content ul.category-list li:before
{
    background: #707475;
    content: '';
    height: 1px;
    left: 0;
    o-transform: translate(0,-50%);
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    width: 35px;
}
.site-map-page #content ul.category-list>li:after
{
    border-radius: 50%;
    content: '';
    height: 12px;
    left: 35px;
    moz-border-radius: 50%;
    moz-transform: translate(0,-50%);
    ms-transform: translate(0,-50%);
    o-transform: translate(0,-50%);
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    webkit-border-radius: 50%;
    webkit-transform: translate(0,-50%);
    width: 12px;
}
.site-map-page #content ul.category-list>li:after,.site-map-page #content ul.category-list>li:before
{
    background: #f91f1f;
}
.contact_page .panel,.contact_page .panel img
{
    background-color: transparent;
}
@media (max-width:767px)
{
    .site-map-page .col-sm-6+.col-sm-6
    {
        margin-top: 30px;
    }
}
@media (max-width:479px)
{
    .site-map-page .col-xs-6
    {
        float: none;
        width: 100%;
    }
    .site-map-page .col-xs-6+.col-xs-6
    {
        margin-top: 30px;
    }
}
.contact_page .icon+.icon,.inset-top-67 a
{
    margin-top: 20px;
}
.inset-top-67
{
    padding-top: 67px;
}
.inset-top-67 a h4
{
    color: #f91f1f;
    transition: all .3s ease;
}
.inset-top-67 a:hover h4
{
    color: #2b2b2b;
}
.contact_page .panel
{
    border: none;
    border-top: 2px solid #f91f1f;
    box-shadow: none;
    moz-box-shadow: none;
    padding-top: 15px;
    webkit-box-shadow: none;
}
.contact_page .map
{
    border-top: 2px solid #f91f1f;
    margin-bottom: 30px;
}
.contact_page .icon
{
    display: block;
    min-height: 55px;
    padding-left: 70px;
    position: relative;
}
.contact_page .icon[class*=fa-]:before
{
    font-family: FontAwesome;
}
.contact_page .icon:before
{
    border: 2px solid #f91f1f;
    border-radius: 50%;
    color: #f91f1f;
    font-size: 26px;
    height: 55px;
    left: 0;
    line-height: 55px;
    moz-border-radius: 50%;
    position: absolute;
    text-align: center;
    top: 0;
    webkit-border-radius: 50%;
    width: 55px;
}
.contact_page .col-sm-4:nth-child(n+4)
{
    margin-top: 15px;
}
.contact_page .form-horizontal .form-group
{
    margin-left: 0;
    margin-right: 0;
}
.contact_page .form-horizontal .form-group label
{
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.brands,.well
{
    margin-bottom: 30px;
}
@media (max-width:767px)
{
    .contact_page .col-sm-4:nth-child(n+2)
    {
        margin-top: 30px;
    }
}
.manufacturer-list:after,.manufacturer-list:before
{
    content: "";
    display: table;
    line-height: 0;
}
.manufacturer-list .manufacturer-heading
{
    box-sizing: border-box;
    color: #333;
    display: block;
    float: left;
    font-size: 25px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    moz-box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    webkit-box-sizing: border-box;
    width: 15%;
}
.manufacturer-list .manufacturer-content
{
    border-left: 1px solid #707475;
    box-sizing: border-box;
    float: left;
    moz-box-sizing: border-box;
    padding: 12px 15px;
    webkit-box-sizing: border-box;
    width: 85%;
}
.manufacturer-list .manufacturer-content a
{
    white-space: nowrap;
}
.manufacturer-list+.manufacturer-list
{
    border-top: 1px solid #707475;
}
.brands
{
    background: #192021;
    padding: 20px;
}
.well
{
    background-color: #fff;
    border: 1px solid #707475;
    border-radius: 0;
    border-top: 3px solid #f91f1f;
    padding: 30px;
}
.well .heading
{
    margin-bottom: 20px;
}
.well .heading:after,.well .heading:before
{
    content: "";
    display: table;
    line-height: 0;
}
.well .heading i
{
    color: #f91f1f;
    float: left;
    font-size: 56px;
    line-height: 60px;
    margin-right: 14px;
}
.well .heading h2
{
    color: #333;
    font-size: 23px;
    margin: 0 0 5px;
}
.account-account h3 i,footer address a:hover,footer ul li a:hover,footer ul li a:visited:hover
{
    color: #f91f1f;
}
.well .heading strong
{
    font-style: italic;
    font-weight: 400;
}
.well p
{
    border-bottom: 0 solid #707475;
    padding: 20px 0;
}
.well a
{
    display: inline-block;
    margin-top: 20px;
}
.account-account h3
{
    border-bottom: 1px solid #f91f1f;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.account-account h3 i
{
    font-size: 30px;
    margin-right: 10px;
}
@media (max-width:767px)
{
    .account-account .col-sm-4+.col-sm-4
    {
        margin-top: 30px;
    }
}
.account-address .table,.account-address-delete .table
{
    margin: 0 auto;
    width: 50%;
}
@media (max-width:991px)
{
    .account-address .table,.account-address-delete .table
    {
        width: 100%;
    }
}
@media (min-width:768px) and (max-width:991px)
{
    .well .heading
    {
        text-align: center;
    }
    .well .heading h2
    {
        font-size: 17px;
    }
    .well .heading i
    {
        float: none;
    }
}
.datepicker .day,.datepicker .month,.datepicker .next,.datepicker .picker-switch,.datepicker .prev,.datepicker .year
{
    cursor: pointer;
    moz-transition: .3s all ease;
    o-transition: .3s all ease;
    transition: .3s all ease;
    webkit-transition: .3s all ease;
}
.datepicker .day.active,.datepicker .day:hover,.datepicker .month.active,.datepicker .month:hover,.datepicker .next.active,.datepicker .next:hover,.datepicker .picker-switch.active,.datepicker .picker-switch:hover,.datepicker .prev.active,.datepicker .prev:hover,.datepicker .year.active,.datepicker .year:hover
{
    background: 0 0;
    color: #f91f1f;
}
.datepicker th
{
    text-align: center;
}
@media (min-width:768px)
{
    #column-left .product-layout .col-md-3
    {
        width: 100%;
    }
    #column-left+#content .product-layout .col-md-3
    {
        width: 50%;
    }
    #column-left+#content+#column-right .product-layout .col-md-3,#content+#column-right .product-layout .col-md-3
    {
        width: 100%;
    }
}
input#input-coupon,input#input-voucher
{
    width: 90%;
}
#collapse-coupon .col-sm-2,#collapse-voucher .col-sm-2
{
    float: none;
    padding-left: 3px;
    width: 100%;
}
[class*=product-product] footer
{
    padding-top: 0;
}
.common-home footer
{
    margin-top: 0;
}
footer
{
    background: #fff;
    color: #333;
    margin-top: 30px;
    padding: 50px 0 0;
}
.main-footer>.wrap-fot
{
    background: #f3f3f3;
    padding: 17px 0 20px;
}
footer h5
{
    color: #333;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}
footer h5+ul
{
    margin-top: 15px;
}
footer ul
{
    margin-bottom: 0;
}
footer ul li a,footer ul li a:visited
{
    color: #333!important;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}
footer ul li+li
{
    margin-top: 6px;
}
footer .footer_box .social-list
{
    padding-top: 19px;
}
footer .footer_box .social-list li
{
    display: inline-block;
    float: none;
}
footer .footer_box .social-list li a
{
    font-size: 24px;
}
footer .footer_box .social-list li a i
{
    font-style: normal;
    font-weight: 400;
}
footer .footer_box .social-list li+li
{
    margin-left: 29px;
    margin-top: 0;
}
footer address
{
    color: #333;
    position: relative;
    text-align: left;
}
footer address dl
{
    margin-bottom: 12px;
    position: relative;
}
footer address dl dd
{
    line-height: 24px;
}
footer address a
{
    color: #333;
    font-weight: 400;
}
.copyright br
{
    display: none;
}
.copyright
{
    align-items: flex-end;
    background: #232423;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-size: 14px;
    line-height: 20px;
    padding: 20px 0;
}
.foot-new-block__30,.foot-new-block__40
{
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}
.copyright a:hover
{
    color: #2b2b2b;
}
.foot-new-block-wrap
{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5px;
}
.foot-new-block-wrap:after,.foot-new-block-wrap:before
{
    display: none!important;
}
.foot-new-block__30
{
    width: auto;
}
.foot-new-block__40
{
    float: left;
    width: 50%;
}
.main-footer
{
    padding-top: 0;
}
.site-link a,.site-link h5
{
    color: #777676;
}
.foot-new-block__mail,.foot-new-block__tel
{
    align-items: center;
    color: #292929;
    display: flex;
    font-size: 24px;
}
.foot-new-block__mail
{
    margin-top: 20px;
}
.foot-new-block__tel i
{
    font-size: 40px;
    margin-right: 15px;
}
.foot-new-block__tel
{
    color: #fff;
    margin-top: 12px;
}
.foot-new-block__tel:hover
{
    color: #fff;
}
.foot-new-block__mail i
{
    background-image: url(../image/spr-foot-1.png);
    background-position: -50px -5px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 29px;
    margin-right: 20px;
    min-width: 35px;
}
.soc-in-foot
{
    display: inline-block;
    margin-left: -5px;
    padding-left: 0;
    text-align: center;
}
.soc-in-foot li
{
    display: inline;
}
.soc-in-foot a
{
    background: #f91f1f;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 88px;
    margin: 4px;
    moz-transition: all .3s ease 0s;
    ms-transition: all .3s ease 0s;
    o-transition: all .3s ease 0s;
    text-align: center;
    transition: all .3s ease 0s;
    webkit-transition: all .3s ease 0s;
    width: 88px;
}
 
.soc-in-foot a i
{
    color: #fff;
    font-size: 63px;
    line-height: 87px;
}
.soc-in-foot a:hover
{
    transform: scale(1.1);
}
.face
{
    background-position: -5px -5px;
}
.inst
{
    background-position: -103px -5px;
}
.you-t
{
    background-position: -201px -5px;
}
.twit
{
    background-position: -299px -5px;
}
@media screen and (min-width:1025px)
{
    .bottom-block>div:first-child,.bottom-block>div:last-child
    {
        width: 25%;
    }
    .bottom-block>div:nth-child(2)
    {
        width: 50%;
    }
    .bottom-block>div:nth-child(2)>.col-inner
    {
        margin-left: auto;
        margin-right: auto;
        max-width: 392px;
    }
}
@media screen and (max-width:1024px)
{
    .foot-new-block__40
    {
        order: 4;
        width: 100%;
    }
    .foot-new-block__30:first-child
    {
        margin-bottom: 30px;
    }
}
@media screen and (max-width:767px)
{
    .foot-new-block__30
    {
        width: 100%;
    }
}
@media screen and (min-width:1200px)
{
    .newsletter .box-content .newsletter-description h3
    {
        margin-left: -20px;
    }
}
@media screen and (max-width:1199px)
{
    .foot-new-block__tel
    {
        justify-content: center;
        margin: 5px 0 20px;
        text-align: center;
        width: 100%;
    }
}
@media (min-width:992px) and (max-width:1199px)
{
    footer .social-list
    {
        padding-right: 40px;
    }
}
@media (min-width:479px) and (max-width:767px)
{
    footer [class*=col-xs]:nth-child(2n-1)
    {
        clear: both;
    }
    footer .col-xs-6,footer [class*=col-xs]:nth-child(n+3)
    {
        margin-top: 30px;
    }
}
@media (max-width:767px)
{
    footer>.container
    {
        text-align: left;
    }
}
@media (max-width:480px)
{
    .copyright,footer>.container
    {
        text-align: center;
    }
    footer [class*=col-xs]
    {
        float: none;
        width: 100%;
    }
    footer address
    {
        margin-top: 30px;
    }
    footer address dl
    {
        margin-bottom: 16px;
        padding-left: 0;
    }
    .copyright .footer_modules
    {
        float: none;
        margin-top: 15px;
    }
}
.ui-to-top
{
    border-radius: 0;
    bottom: 60px;
    font-size: 30px;
    height: 87px;
    line-height: 36px;
    -moz-transform: translateY(120px) scale(0) rotate(0);
    -ms-transform: translateY(120px) scale(0) rotate(0);
    -o-transform: translateY(120px) scale(0) rotate(0);
    overflow: hidden;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    -o-transform: translateY(120px) scale(0) rotate(0);
    -webkit-transform: translateY(120px) scale(0) rotate(0);
    width: 55px;
    z-index: 20;
}
.ui-to-top.active
{
    -moz-transform: translateY(0) scale(1) rotate(135deg);
    -ms-transform: translateY(0) scale(1) rotate(135deg);
    -o-transform: translateY(0) scale(1) rotate(135deg);
    transform: translateY(1px) scale(1) rotate(0); 
}
.ui-to-top:before
{
    background: url(../image/to-top.png) no-repeat;
    bottom: 1px;
    color: #333;
    content: '';
    left: 1px;
    position: absolute;
    right: 1px;
    top: 1px;
}
@media (min-width:480px)
{
    .ui-to-top
    {
        bottom: 73px;
        right: 24px;
    }
}
@media (max-width:480px)
{
    .ui-to-top
    {
        right: 15px;
    }
}
.d-flex
{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media (max-width:991px)
{
    footer
    {
        padding-top: 40px;
    }
     
    header .navigation
    {
        margin-left: 0;
    }
}
.container-fix
{
    padding-left: 0;
    padding-right: 0;
}
@media (max-width:1200px)
{
    .table td,.table th
    {
        padding: 8px;
    }
}
@media (min-width:1200px)
{
    .container
    {
        width: 1200px;
    }
}
@media (max-width:767px)
{
    select
    {
        display: block!important;
        -webkit-appearance: menulist-button;
    }
    .product-filter select
    {
        border-left-color: #ccc;
        border-right-color: #ccc;
        display: inline-block!important;
    }
    .product-filter .show select
    {
        width: auto;
    }
    .sbHolder
    {
        display: none!important;
    }
    .table-responsive
    {
        border: none;
    }
    .table-responsive .table-bordered
    {
        border: 2px solid #ccc;
    }
    .delivery_page .table
    {
        font-size: 13px;
    }
    .product-filter .sort
    {
        padding-left: 10px;
        width: auto;
    }
    .product-filter .sort .sbHolder,.product-filter .sort select
    {
        width: 200px;
    }
    .product-filter .sort label
    {
        color: #777;
        display: inline-block;
    }
    .image
    {
        text-align: center;
    }
    .panel-group
    {
        margin-bottom: 30px;
    }
    .calb-icon,.del-right,.val
    {
        display: none!important;
    }
    .foot-new-block.foot-new-block__30
    {
        padding-left: 15px!important;
    }
    .single-category .box-carousel .product-thumb
    {
        width: 100%;
    }
    #top-links
    {
        margin-top: 12px;
    }
    .free-number,.time-work
    {
        margin-left: auto!important;
        margin-right: auto!important;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width:640px)
{
    .panel-group .col-xs-6
    {
        width: 100%;
    }
}
@media (max-width:600px)
{
    .product-filter
    {
        background: 0 0;
        margin-left: auto;
        margin-right: auto;
        width: 75%;
    }
    .product-filter .sort
    {
        margin-bottom: 15px;
        padding-left: 0;
        width: 100%;
    }
    .product-filter_elem,.product-filter_elem.pull-right
    {
        float: none!important;
    }
    .product-filter .product-filter_elem
    {
        margin-bottom: 15px;
        text-align: center;
    }
    .product-filter .product-filter_elem:after,.product-filter .product-filter_elem:before
    {
        content: "";
        display: table;
        line-height: 0;
    }
    .product-filter .product-filter_elem:after
    {
        clear: both;
    }
    .product-filter .product-filter_elem label
    {
        box-sizing: border-box;
        float: left;
        margin-right: 0;
        margin-top: 13px;
        -moz-box-sizing: border-box;
        padding-right: 15px;
        text-align: right;
        -webkit-box-sizing: border-box;
        width: 35%;
    }
    .product-filter .product-filter_elem select
    {
        display: block!important;
        float: left;
        width: 65%;
    }
    .product-filter .compare-total
    {
        width: auto;
    }
    .product-filter .compare-total:before
    {
        display: none;
    }
    .product-filter .compare-total span
    {
        display: inline-block;
    }
}
@media (max-width:580px)
{
    .panel-group .panel .input-group,.panel-group .panel .input-group-btn,.panel-group .panel input#button-coupon,.panel-group .panel input#button-voucher,.panel-group .panel input#input-coupon,.panel-group .panel input#input-voucher
    {
        width: 100%;
    }
    .panel-group .panel .input-group-btn
    {
        float: left;
        margin-top: 5px;
    }
    h1
    {
        font-size: 18px;
        line-height: 30px;
    }
}
@media (max-width:479px)
{
    #habla_beta_container_do_not_rely_on_div_classes_or_names
    {
        display: none!important;
    }
    .product-filter
    {
        width: 100%;
    }
    header .logo
    {
        margin-bottom: 15px;
        padding-right: 0;
        position: relative;
        text-align: center;
        width: 100%;
    }
    .free-number,.time-work
    {
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    .cart,.cart .toggle_cont
    {
        right: 0;
    }
}
#content .panel-body .box .product-layout:last-child,#top-links>ul,.panel-body .box,.panel-body .box .product-layout:last-child
{
    margin-bottom: 0;
}
@media (max-width:410px)
{
    #accordion .table td,#accordion .table thead td
    {
        font-size: 9px;
        word-wrap: break-word;
    }
}
@media (max-width:370px)
{
    .delivery_page .table td,.delivery_page .table th
    {
        padding: 6px;
    }
}
#habla_window_div.olrk-fixed-bottom #habla_topbar_div,#habla_window_div.olrk-fixed-bottom .habla_panel_border
{
    border: 1px solid #fff!important;
    border-radius: 15px 15px 0 0!important;
}
.bootstrap-datetimepicker-widget.dropdown-menu.picker-open
{
    min-width: 100px;
    padding: 0;
    text-align: center;
}
.bootstrap-datetimepicker-widget .timepicker td span.timepicker-hour,.bootstrap-datetimepicker-widget .timepicker td span.timepicker-minute
{
    font-size: 20px;
    padding: 0 3px;
}
.bootstrap-datetimepicker-widget a.btn:hover
{
    background: 0 0!important;
}
#accordion .panel-body
{
    padding: 25px 0;
}
.checkout-cart #accordion .panel-body,.checkout-checkout #accordion .panel-body
{
    padding: 15px;
}
.panel-body
{
    padding: 25px 15px 15px;
}
.panel-title
{
    text-transform: uppercase;
}
.panel-group .panel+.panel
{
    margin-top: 10px;
}
@media (min-width:768px) and (max-width:991px)
{
    [data-clear-sm]+.product-layout
    {
        clear: left;
    }
}
@media (min-width:992px)
{
    [data-clear-md]+.product-layout
    {
        clear: left;
    }
}
#banner3:after,.bottom-block .article-description,.copyright,.copyright:after
{
    clear: both;
}
.row1
{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.top-right>*
{
    display: inline-block;
    vertical-align: middle;
}
.name-and-price
{
    display: flex;
    justify-content: center;
}
.name-and-price>div
{
    margin: 2px 5px;
}
.name-and-price .name
{
    overflow: hidden;
    white-space: nowrap;
}
.product-thumb .cart-buttons .product-btn-add
{
    background-color: #f91f1f;
    border-color: #f91f1f;
    box-sizing: border-box;
    color: #fff;
    font-size: 20px;
    height: 40px;
    padding: 0 4px;
    width: 40px;
}
.product-thumb .cart-buttons .product-btn-add i
{
    line-height: 36px;
}
.product-thumb .cart-buttons .product-btn-add:hover
{
    background-color: #ebeaea;
}
.product-thumb .cart-buttons .product-btn
{
    background: #ebeaea;
    border: 0;
    border-radius: 0;
    color: #777;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    width: 40px;
}
.product-thumb .cart-buttons .product-btn:hover
{
    animation: hvr-push .3s ease 1;
    background: #333;
    color: #fff;
}
.product-thumb .cart-buttons .product-btn:before
{
    font-weight: 400;
    text-rendering: auto;
    transform: translate(0,0);
    webkit-font-smoothing: antialiased;
}
.product-thumb .cart-buttons .product-btn i
{
    vertical-align: top;
}
.container-middle-width
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    max-width: 1600px;
}
/*.container-middle-width>div
{
    margin-bottom: 7px;
    padding-left: 7px;
    padding-right: 7px;
}
*/
.container-middle-width img
{
    position: relative;
    transform: scale3d(1.05,1.05,1);
    transition: transform 5s cubic-bezier(.19,1,.22,1);
    will-change: transform;
}
.container-middle-width .col-inner:hover img
{
    transform: scale3d(1,1,1);
}
.container-middle-width a.clearfix
{
    overflow: hidden;
    position: relative;
}
.container-middle-width .s-desc
{
    z-index: 1;
}
.container-middle-width .banners>div .s-desc h3
{
    color: #ffd554;
    font-family: "Marck Script",cursive;
    font-size: 38px;
    font-weight: 400;
    line-height: 41px;
    text-transform: none;
}
.container-middle-width .banners>div .s-desc h2
{
    color: #fff;
    font-size: 60px;
    font-weight: 400;
    line-height: 66px;
    margin-bottom: 17px;
    margin-top: 0;
    position: relative;
}
.container-middle-width .banners>div .s-desc p
{
    border-top: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 17px;
    font-style: normal;
    margin-top: 20px;
    padding-top: 20px;
    text-transform: uppercase;
    width: 92%;
}
.container-middle-width .banners>div .s-desc h2:after
{
    border-bottom: 1px solid rgba(255,255,255,.5);
    bottom: -8px;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transition: width .5s ease-out;
    width: 70%;
}
.container-middle-width .col-inner:hover .banners>div .s-desc h2:after,.container-middle-width .col-inner:hover .banners>div .s-desc h2:before
{
    width: 0;
}
.container-middle-width span
{
    background: #f91f1f;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin-top: 152px;
    padding: 10px 40px;
    position: absolute;
    right: 40px;
    text-transform: uppercase;
    transition: all .4s ease 0s;
    vertical-align: text-bottom;
}
.container-middle-width .banners>div.Banner-bottom-2 .s-desc h2:after,.container-middle-width .banners>div.Banner-bottom-2 .s-desc h2:before
{
    content: '';
    display: block;
    height: 1px;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    transition: width .5s ease-out;
    width: 70%;
}
.container-middle-width span i
{
    font-size: 16px;
    margin-left: 15px;
    position: relative;
    top: 1px;
}
.container-middle-width .banners>div.Banner-bottom-2 .s-desc h3
{
    font-size: 98px;
    line-height: 69px;
    margin-bottom: 17px;
}
.container-middle-width .banners>div.Banner-bottom-2 .s-desc h2
{
    font-size: 36px;
    line-height: 39px;
    text-transform: uppercase;
}
.container-middle-width .banners>div.Banner-bottom-2 .s-desc h2:before
{
    border-top: 1px solid rgba(255,255,255,.5);
    bottom: auto;
    position: absolute;
    top: -8px;
}
.container-middle-width .banners>div.Banner-bottom-2 .s-desc h2:after
{
    border-bottom: 1px solid rgba(255,255,255,.5);
    bottom: -8px;
    position: absolute;
}


.row-shipping_address_field23{
        display: inline-block;
    margin-right: 15px!important;
}

.row-shipping_address_field23 label{
    min-width: 106px;
}

.row-shipping_address_field23 .col-sm-8{
    max-width: 89px;
    padding: 0px;
    padding-left: 30px;
}

.row-shipping_address_field24{
    display: inline-block;
}

.row-shipping_address_field24 .col-sm-8{
    max-width: 90px;
}

#simplecheckout_shipping_address legend i{
    line-height: 12px;
    font-size: 12px!important;
    display: block;
}   

.row-shipping_address_field25 label{
    line-height: 14px;
    padding-top: 3px!important;
}





@media screen and (min-width:768px) and (max-width:1220px)
{
    .container-middle-width .banners>div .s-desc h3
    {
        font-size: 28px;
        line-height: 30px;
    }
    .container-middle-width .banners>div .s-desc h2
    {
        font-size: 32px;
        line-height: 37px;
    }
    .container-middle-width .banners>div .s-desc p
    {
        font-size: 15px;
        line-height: 17px;
        margin-bottom: 40px;
    }
    .container-middle-width span
    {
        border-radius: 25px;
        font-size: 12px;
        line-height: 12px;
        moz-border-radius: 25px;
        padding: 17px 30px;
        webkit-border-radius: 25px;
    }
    .container-middle-width
    {
        display: flex;
        display: -ms-flexbox;
        display: -webkit-box;
        flex-wrap: wrap;
        justify-content: space-around;
        ms-flex-pack: distribute;
        ms-flex-wrap: wrap;
    }
    .container-middle-width:after,.container-middle-width:before
    {
        width: 0!important;
    }
}
@media screen and (max-width:1220px)
{
    .container-middle-width .banners>div .s-desc p
    {
        width: 100%;
    }

    .container-middle-width span{
        margin-top: 0px;
        top: 168px;
        bottom: inherit;
    }
}
#banner3
{
    margin-left: -3px;
}
#banner3:after
{
    content: '';
    display: block;
    overflow: hidden;
}
.bottom-block
{
    margin-top: 35px;
}
.bottom-block>div
{
    margin-bottom: 20px;
}
.bottom-block h2
{
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.bottom-block .box-heading
{
    display: none;
}
.bottom-block .col-sm-4
{
    padding: 0;
    width: 100%;
}
.bottom-block .article-image
{
    float: left;
    margin: 0 0 10px;
    width: 29%;
}
.bottom-block .article-title
{
    box-sizing: border-box;
    float: right;
    font-size: 14px;
    padding-left: 20px;
    width: 71%;
}
.bottom-block .article-title a
{
    color: #f91f1f;
}
.bottom-block .row
{
    margin-left: 0;
    margin-right: 0;
}
.bottom-block .row>div+div,.bottom-block .ya-share2
{
    margin-top: 20px;
}
.iconbox
{
    background-color: #7db641;
    border-radius: 0;
    box-shadow: none;
    color: #FFF;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 15px;
    height: 26px;
    line-height: 26px;
    margin-right: 8px;
    moz-border-radius: 0;
    ms-border-radius: 0;
    o-border-radius: 0;
    text-align: center;
    transition: all .4s ease 0s;
    webkit-border-radius: 0;
    webkit-box-shadow: none;
    webkit-transition: all .4s ease 0s;
    width: 26px;
}
.iconbox:hover
{
    box-shadow: 0 0 0 30px #c83a3a inset;
    color: #fff;
    webkit-box-shadow: 0 0 0 30px #c83a3a inset;
}
.copyright:after,.copyright:before
{
    content: "";
    display: block;
    overflow: hidden;
}
.copyright>.container>div
{
    margin: 5px 0;
}
.copyright>.container>div.paypal
{
    margin-left: 5px;
}
.foot-block-wrap
{
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    flex-wrap: wrap;
    justify-content: space-between;
    ms-flex-pack: justify;
    ms-flex-wrap: wrap;
    webkit-box-pack: justify;
}
.foot-block-wrap:after,.foot-block-wrap:before
{
    width: 100%;
}
.foot-block
{
    padding-left: 15px;
    padding-right: 15px;
}
.display-none
{
    display: none!important;
}
.product-btn-add-2
{
    backface-visibility: hidden;
    background: #f91f1f;
    border: 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    height: 40px;
    line-height: inherit;
    margin: 0;
    outline: 0;
    outline-offset: 0;
    overflow: visible;
    padding: 9px;
    transform: translateZ(0);
    transition: .3s all ease;
    webkit-appearance: none;
    width: 40px;
}
.product-btn-add-2:before
{
    content: "\f07a";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 22px;
    line-height: 22px;
    moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    transform: translate(0,0);
    vertical-align: text-bottom;
    webkit-font-smoothing: antialiased;
}
.product-thumb .cart-buttons .product-btn-add:hover
{
    animation: hvr-push .3s ease 1;
    background: #333;
    color: #fff;
}
.product-thumb .descr-in-categ
{
    color: #777;
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    height: 59px;
    overflow: hidden;
}
.name-and-price-listing
{
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    ms-flex-pack: justify;
    webkit-justify-content: space-between;
}
.name-and-price-listing .name
{
    display: block;
    overflow: hidden;
    padding-right: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.name-and-price-listing .name a
{
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 18px;
    padding-top: 3px;
    text-transform: uppercase;
}
.name-and-price-listing .price
{
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}
.val strong,.val>a
{
    font-weight: 400;
    letter-spacing: 0;
}
.name-and-price-listing .price>span
{
    display: block;
}
.more-prod,.more-prod:focus,.more-prod:visited
{
    color: #f91f1f;
    display: inline;
}
.more-prod:hover
{
    color: #333;
}
.name-and-price-listing .price-old
{
    display: none!important;
}
.sf-mega_section-custom
{
    text-align: center;
}
.megamenu_custom
{
    font-size: 0;
}
.sf-product
{
    overflow: hidden;
}
.rd-mobilemenu_submenu .megamenu_custom
{
    display: none;
}



.delivery-area>.wrap>strong{
        font-size: 20px;
    display: block;
    margin-bottom: 21px;
}

.delivery-area>.wrap>strong span{
    display: block;
    font-size: 16px;
    font-weight: normal;
}

.delivery-area>.wrap>strong span a{
    color: #f91f1f;    
}



@media screen and (max-width:991px)
{
    .megamenu_custom__thumbs img
    {
        max-width: 100%;
    }
    .sf-menu .sf-mega
    {
        padding: 0;
    }
    .sf-menu .sf-mega li .sf-mega_section ul>li
    {
        display: flex;
        justify-content: space-between;
    }
    .sf-menu .sf-mega_section .sf-product__price
    {
        padding-top: 5px;
    }
}
@-webkit-keyframes hvr-push
{
    50%
    {
        transform: scale(.8);
        webkit-transform: scale(.8);
    }
    100%
    {
        transform: scale(1);
        webkit-transform: scale(1);
    }
}
@keyframes hvr-push
{
    50%
    {
        transform: scale(.8);
        webkit-transform: scale(.8);
    }
    100%
    {
        transform: scale(1);
        webkit-transform: scale(1);
    }
}
@media screen and (max-width:1200px)
{
    .bottom-block
    {
        display: flex;
        display: -ms-flexbox;
        display: -webkit-box;
        flex-wrap: wrap;
        justify-content: space-around;
        -ms-flex-pack: distribute;
        -ms-flex-wrap: wrap;
    }
    .bottom-block:after,.bottom-block:before
    {
        width: 100%;
    }
}
@media screen and (min-width:640px) and (max-width:1024px)
{
    .bottom-block>div
    {
        width: 50%;
    }
}
@media screen and (max-width:991px)
{
    .foot-block-wrap
    {
        justify-content: space-around;
        -ms-flex-pack: distribute;
    }
}
@media screen and (max-width:1200px)
{
    .rd-mobilemenu_ul ul ul a
    {
        padding-left: 10px;
        padding-right: 3px;
    }
    .rd-mobilemenu_ul .sf-product
    {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }
    .rd-mobilemenu_ul .sf-product__price
    {
        padding-right: 5px;
    }
}
.alert-success a,.container>.alert
{
    color: #fff!important;
}
.foot-new-block-phone i
{
    background-image: url(../image/spr-foot-1.png);
    background-position: -3px -3px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 25px;
    left: 0;
    margin-right: 8px;
    min-width: 20px;
    position: absolute;
}
.foot-new-block-phone
{
    display: block;
    font-size: 24px;
    margin-top: 10px;
    padding-left: 28px;
    position: relative;
    vertical-align: top;
}
.bot-pgone-block
{
    display: inline-block;
    margin-left: 35px;
    vertical-align: top;
}
.foot-new-block.foot-new-block__30
{
    padding-left: 0;
    z-index: 2;
}
.foot-new-block.foot-new-block__30 .soc-in-foot a
{
    margin: 0 6px;
}
.main-footer
{
    position: relative;
}
.main-footer:after
{
    background: url(../image/rocket-fot.png) no-repeat;
    content: "";
    display: block;
    height: 152px;
    left: calc(50% + 82px);
    margin: 0 auto;
    opacity: .8;
    position: absolute;
    top: 0;
    width: 256px;
    z-index: 0;
}
.wrap-popup
{
    background: rgba(0,0,0,.6);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    transition: .3s all ease;
    width: 100%;
    z-index: 99999;
}
.five-min .close,.ne-rab .close
{
    height: 32px;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 32px;
}
.five-min .close:hover,.ne-rab .close:hover
{
    background-color: #000;
}
.five-min .close:after,
.five-min .close:before,
.ne-rab .close:after,
.ne-rab .close:before
{
    background-color: #fff;
    content: ' ';
    height: 33px;
    left: 15px;
    position: absolute;
    width: 2px;
}
.types-orders ul li:after,.weight:before
{
    content: "";
}
.five-min .close:before,
.ne-rab .close:before
{
    transform: rotate(45deg);
}
.five-min .close:after,
.ne-rab .close:after
{
    transform: rotate(-45deg);
}
.wrap-popup.active,
{
    display: block;
}


.five-min .content-popup 

{
    background: #f91f1f;
    display: inline-block;
    margin-top: 50px;
    max-width: 500px;
    padding: 50px 20px 20px;
    position: relative;
    width: 100%;
}
.ne-rab .content-popup{
    background:  url(/image/desc11.jpg);
    display: inline-block;
    margin-top: 20px;
    max-width: 500px;
    height: 692px;
    padding: 0px;
    position: relative;
    width: 100%;
}


.wrap-popup.ne-rab{
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden; 
    background: rgba(0,0,0,.6); 
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    transition: .3s all ease;
    width: 100%;
    z-index: 99999; 
}

.wrap-popup.ne-rab.active{
    display: block;
    overflow: auto;
}

body.modall {
    overflow: hidden;
    position: fixed;
}


.five-min .content-popup strong
{
    color: #fffbfb;
    display: block;
    font-size: 30px;
    margin-bottom: 30px;
}
#cart-total2,.social-ic a,.time-work,.top-logo
{
    display: inline-block;
}
.five-min .callback
{
    margin-top: 15px;
}
.five-min .content-popup input
{
    border: none;
    font-size: 16px;
    height: 40px;
    margin: 10px auto;
    max-width: 290px;
    padding: 0 45px;
    width: 100%;
}
.five-min .content-popup input.input-name
{
    background: url(../image/ico-name.jpg) center left no-repeat #fff;
}
.five-min .content-popup input.input-phone
{
    background: url(../image/ico-phone.jpg) center left no-repeat #fff;
}
.five-min .content-popup .fcallback
{
    background: #000;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin: 10px auto;
    max-width: 147px;
    text-transform: uppercase;
    width: 100%;
}
.five-min .content-popup .fcallback:hover
{
    background: #fff;
    color: #000;
    cursor: pointer;
}
.social-ic
{
    margin-top: 30px;
}
.social-ic a
{
    background: #000;
    border-radius: 50%;
    height: 50px;
    margin: 3px;
    width: 50px;
}
.social-ic i
{
    color: #fff;
    font-size: 36px;
    line-height: 50px;
}
.social-ic a:hover
{
    background: #fff;
}
.social-ic a:hover i
{
    color: #f91f1f;
}
.top-logo
{
    float: left;
    margin-top: -50px;
    position: absolute;
    z-index: 999;
}
.scroll-fix .top-logo
{
    height: 60px;
    margin-top: 0;
}
.scroll-fix .top-logo img
{
    height: 100%;
}


 


#confirm-button,#simplecheckout_proceed_payment,
.simplecheckout_proceed_payment{
    display: none!important;
}

 

#cart-total2
{
    background: #f5f5f5;
    height: 40px;
    line-height: 40px;
    margin-left: -12px;
    margin-right: 10px;
    width: 40px;
}
.banner-box .s-desc
{
    text-align: left;
}
.calb-icon,.val a,.val ul li a,.val>a
{
    text-align: center;
}
.banner-box .s-desc strong
{
    color: #fff;
    display: inline-block;
    font-size: 40px;
    line-height: 47px;
}
#single-category0 .box-heading,
#single-category1 .box-heading,
#single-category2 .box-heading,
#single-category3 .box-heading,
#single-category4 .box-heading,
#single-category5 .box-heading
{
    margin-bottom: -10px;
    padding-bottom: 0;
}
#single-category0 .box-heading h3,
#single-category1 .box-heading h3,
#single-category2 .box-heading h3,
#single-category3 .box-heading h3,
#single-category4 .box-heading h3,
#single-category5 .box-heading h3
{
    margin: 0;
    padding: 0;
}
.box-content .tab-content
{
    margin-top: 0;
}
.bf-count,.bf-layout-id-112 .ui-widget-header
{
    background: #777!important;
}
.description-category__cont p,.description-category__cont p b
{
    color: #434343;
    font-size: 16px;
}
.delive
{
    background: #f91f1f;
    color: #fff;
    font-size: 12px;
    margin-bottom: -1px;
    margin-right: -21px;
    margin-top: 1px;
    padding: 10px 40px;
    text-transform: uppercase;
    position: relative;
}
.delive:hover
{
    background: #fff;
    border: 2px solid;
    color: #f91f1f;
    padding: 8px 38px;
}

.delive i{
    position: absolute;
    left: 17px;
    font-size: 18px;
}

.container-middle-width span:hover
{
    background: #fff;
    border: 2px solid;
    color: #f91f1f;
    padding: 9px 39px;
}
 
.free-number
{
    margin-left: 60px;
}
.free-number span,.time-work span
{
    color: #535353;
    display: block;
    font-size: 14px;
}
.free-number span span
{
    display: initial;
}
.free-number b,.time-work b
{
    color: #535353;
    display: block;
    font-size: 24px;
}
.free-number a:hover b
{
    color: #f91f1f;
}

.time-work i
{
    color: #f91f1f;
    margin-left: -30px;
}

.free-number i{
    margin-left: -19px;
    margin-right: 3px;
    transform: rotate(15deg);
    font-size: 20px;
    font-weight: bold;
    color: #f91f1f;    
}



.calb-icon
{
    background: #fff;
    border: 3px solid #f91f1f;
    border-radius: 50%;
    bottom: 168px;
    display: inline-block;
    height: 60px;
    padding: 5px;
    position: fixed;
    right: 24px;
    width: 60px;
    z-index: 20;
}
.calb-icon:hover
{
    background: #f91f1f;
    border: 3px solid #232423;
    cursor: pointer;
}
.calb-icon:hover i
{
    color: #fff;
}
.calb-icon i
{
    color: #f91f1f;
    font-size: 45px;
    line-height: 52px;
}
.val strong,.val ul li a
{
    font-size: 12px;
    text-transform: uppercase;
}
.raz
{
    background: #ccc;
    height: 100em;
    margin: 0 auto;
    max-width: 400px;
    position: relative;
}
.raz>div
{
    position: absolute;
    right: 0;
    top: 0;
}
.raz>div>div
{
    position: fixed;
}
.raz>div>div>div
{
    background: green;
    margin: 0 100% 0 -100%;
}
.foot-new-block-wrap
{
    position: relative;
}
.val
{
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}
.val a,.val strong,.val ul li a,.val>a
{
    display: block;
}
.val>div
{
    background: #f91f1f;
    bottom: 1px;
    left: 1px;
    padding: 3px 3px 1px;
    position: fixed;
    z-index: 9;
}
.val a
{
    color: #fff;
}
.val strong
{
    color: #fff;
    margin: 2px -5px;
    moz-transform: scale(.85,1);
    ms-transform: scale(.85,1);
    o-transform: scale(.85,1);
    transform: scale(.85,1);
    webkit-transform: scale(.85,1);
}
.val ul
{
    background: #fff;
    margin: 0 2px;
    padding: 3px;
}
footer .val ul li
{
    display: block;
    margin-top: 1px;
}
.val ul li a
{
    color: #f91f1f;
    line-height: 1;
    padding: 7px 0 6px;
}
footer .val ul li a:hover
{
    background: #f91f1f;
    color: #fff;
}
.val>a
{
    color: #fff;
    font-size: 11px;
    margin-top: 5px;
    -moz-transform: scale(.85,1);
    -ms-transform: scale(.85,1);
    -o-transform: scale(.85,1);
    text-transform: uppercase;
    transform: scale(.85,1);
    -webkit-transform: scale(.85,1);
}
.val>a:hover
{
    text-decoration: none;
}
.wrap
{
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
    width: 100%;
}
.terms-delivery
{
    margin: 10px 0 20px;
}
.terms-delivery h1
{
    color: #333;
    font-size: 36px;
    text-align: left;
}
.terms-delivery h1:after
{
    display: none;
}
.terms-delivery ul
{
    padding: 0;
    text-align: center;
}
.terms-delivery ul li
{
    display: inline-block;
    margin: 20px;
    max-width: 300px;
    padding: 20px;
    vertical-align: top;
}
.terms-delivery ul li i
{
    background: #f91f1f;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 72px;
    font-style: normal;
    line-height: 60px;
    padding: 35px;
    text-align: center;
}
.terms-delivery ul li i:before
{
    text-shadow: 1px 1px 2px #000,0 0 1em #f91f1f;
}
.terms-delivery ul li strong
{
    color: #333;
    display: block;
    font-size: 28px;
    margin-top: 15px;
}
.terms-delivery ul li span
{
    display: block;
    line-height: 15px;
    margin-top: 12px;
}
.types-orders
{
    margin: 20px 0;
}
.types-orders strong
{
    color: #333;
    display: block;
    font-size: 32px;
    padding: 20px 0;
}
.types-orders ul
{
    padding: 0;
}
.types-orders ul li
{
    display: inline-block;
    margin: 18px 0;
    max-width: 582px;
    vertical-align: top;
}
.types-orders ul li:after
{
    clear: both;
    display: block;
}
.types-orders ul li i
{
    background: #f91f1f;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 45px;
    line-height: 60px;
    margin-right: 20px;
    min-width: 102px;
    padding: 15px;
    text-align: center;
}
.types-orders ul li b
{
    display: block;
    font-size: 21px;
    padding: 2px 0 5px;
}
.types-orders ul li span
{
    display: block;
    line-height: 1.2;
    padding: 0 20px;
}
.types-orders ul li i:before
{
    text-shadow: 1px 1px 2px #000,0 0 1em #f91f1f;
}
.payment-methods
{
    background: #e7e7e7;
    margin-bottom: 40px;
    padding: 50px 0 30px;
}
.payment-methods strong
{
    color: #333;
    display: block;
    font-size: 32px;
    padding: 20px 0;
}
.payment-methods ul
{
    padding: 0;
    text-align: center;
}
.payment-methods ul li
{
    display: inline-block;
    margin: 20px;
    max-width: 300px;
    padding: 20px;
    position: relative;
    vertical-align: top;
}
.payment-methods ul li i
{
    background: #f91f1f;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 72px;
    font-style: normal;
    line-height: 60px;
    padding: 35px;
    text-align: center;
}
.payment-methods ul li b
{
    color: #333;
    display: block;
    font-size: 24px;
    margin-top: 15px;
}
.payment-methods ul li span
{
    display: block;
    line-height: 15px;
    margin-top: 12px;
}
.payment-methods ul li i:before
{
    text-shadow: 1px 1px 2px #000,0 0 1em #f91f1f;
}
.delivery-area
{
    margin: 50px 0;
}
.delivery-area ul
{
    padding: 0;
    text-align: center;
}
.delivery-area ul li
{
    display: inline-block;
    max-width: 289px;
    text-align: left;
    vertical-align: top;
    width: 100%;
}
.delivery-area ul li strong
{
    display: block;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 8px;
    margin-top: 4px;
}
.delivery-area ul li a
{
    color: #f91f1f;
}
.delivery-area ul li i
{
    background: #fff;
    border: 4px solid #f91f1f;
    border-radius: 5px;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    height: 70px;
    margin-right: 10px;
    padding: 4px;
    width: 70px;
}
.delivery-area ul li i span
{
    display: block;
    height: 54px;
    width: 100%;
}
 
.delivery-area ul li:nth-child(1) i span{
    background: #36a038;
}

.delivery-area ul li:nth-child(2) i span{
    background: #ead700;
}

.delivery-area ul li:nth-child(3) i span{
    background: #d43b3b;
}
.delivery-area ul li:nth-child(4) i span{
    background: #271c95;
}


.delivery-area ul li b
{
    display: block;
    font-size: 16px;
    margin-top: 3px;
}
.delivery-area ul li>span
{
    display: block;
    line-height: 1.2;
    margin-top: 5px;
}
.min-price
{
    background: #e7e7e7;
    margin: 20px 0;
    padding: 30px 0 40px;
}
.min-price strong
{
    color: #333;
    display: block;
    font-size: 32px;
    padding: 20px 0;
}
.min-price ul li
{
    display: inline-block;
    max-width: 256px;
    width: 100%;
}
.min-price ul li:nth-child(1)
{
    color: #f91f1f;
    font-size: 150px;
    font-weight: 700;
    letter-spacing: -7px;
    line-height: 1;
}
.min-price ul li:nth-child(2)
{
    border-right: 1px solid #333;
    line-height: 1;
    margin-right: 12px;
    max-width: 157px;
}
.min-price ul li:nth-child(3)
{
    font-size: 16px;
    line-height: 1.4;
    margin-top: 79px;
    vertical-align: top;
}
.min-price ul li span
{
    font-size: 16px;
}
.min-price ul li span b
{
    display: block;
    font-size: 36px;
}
#simplecheckout_form_0 .simplecheckout-left-column
{
    float: none;
    max-width: 100%;
    width: 100%;
}
#simplecheckout_form_0 .simplecheckout-cart
{
    border: none;
    margin-bottom: 70px!important;
}
#simplecheckout_form_0 .simplecheckout-cart th
{
    background: #fff;
    color: #f91f1f;
    font-size: 14px;
    width: 110px;
}
#simplecheckout_form_0 .simplecheckout-cart td.image
{
    min-width: 120px;
}
#simplecheckout_form_0 .simplecheckout-cart td.name
{
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}
#simplecheckout_form_0 .simplecheckout-cart td.name .model
{
    font-weight: 400;
    text-transform: none;
}
.left-col a,.left-col span,.s-cart-total strong
{
    text-transform: uppercase;
}
#simplecheckout_form_0 .btn-primary
{
    border: 2px solid #f91f1f;
    padding: 11px;
}
#simplecheckout_form_0 .form-control
{
    border: none;
    font-weight: 700;
    height: 30px;
    min-width: 35px;
    padding: 0;
    text-align: center;
    width: 56px;
}
#simplecheckout_form_0 .input-group-btn .btn i
{
    line-height: 14px;
}
#simplecheckout_form_0 .btn-danger
{
    border: 2px solid #f91f1f;
    margin-left: 5px;
    padding: 11px;
}
.s-cart-total
{
    background: url(../image/k1.jpg) right bottom no-repeat #f3f2f2;
    border: 1px solid #b0afaf;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    max-width: 375px;
    min-height: 382px;
    padding: 32px 37px 15px 35px;
    vertical-align: top;
    width: 100%;
}

.s-cart-total .simplecheckout-cart-total
{
    border: 0;
    line-height: 24px;
    padding: 0;
    text-align: left;
}
.s-cart-total .simplecheckout-cart-total span
{
    color: #333;
    font-weight: 700;
}
.s-cart-total .simplecheckout-cart-total span b
{
    color: #747171;
    font-size: 14px;
}
.s-cart-total #total_coupon span:first-child,.s-cart-total #total_shipping span:first-child,.s-cart-total #total_sub_total span:first-child,.s-cart-total #total_total span:first-child,.s-cart-total #total_pizza_for_free span:first-child
{
    display: inline-block;
    width: 60%;
}
.s-cart-total #total_coupon span:nth-child(2),.s-cart-total #total_shipping span:nth-child(2),.s-cart-total #total_sub_total span:nth-child(2),.s-cart-total #total_total span:nth-child(2),.s-cart-total #total_pizza_for_free span:nth-child(2)
{
    display: inline-block;
    font-size: 13px;
    text-align: right;
    width: 36%;
}
.s-cart-total #total_total
{
    border-bottom: 1px solid #333;
    margin-bottom: 12px;
    padding-bottom: 12px;
}
.s-cart-total .simplecheckout-cart-total .form-control
{
    background: #fff;
    border: 1px solid #b0afaf;
}
.s-cart-total .simplecheckout-cart-total-remove
{
    display: none;
}
.s-cart-total .simplecheckout-cart-total span.inputs
{
    color: #747171;
    display: block!important;
}
#simplecheckout_cart .inputs .form-control
{
    border: 1px solid #333;
    display: block!important;
    height: 46px;
    margin-bottom: 10px!important;
    margin-top: 11px!important;
    max-width: 100%;
    padding: 0 15px;
    text-align: left;
    width: 100%!important;
}
.s-cart-total #simplecheckout_button_cart
{
    width: 156px;
}
.s-cart-total #simplecheckout_button_cart span
{
    color: #fff;
    font-weight: 400;
}
.s-cart-total .inputs.buttons
{
    text-align: right;
}
.simplecheckout-warning-block
{
    color: #fff!important;
}
::-webkit-input-placeholder
{
    color: #a7a5a5;
    font-weight: 400;
}
::-moz-placeholder
{
    color: #a7a5a5;
    font-weight: 400;
}
:-moz-placeholder
{
    color: #a7a5a5;
    font-weight: 400;
}
:-ms-input-placeholder
{
    color: #a7a5a5;
    font-weight: 400;
}
#simplecheckout_form_0 .simplecheckout-right-column
{
    float: none;
    max-width: 100%;
    width: 100%;
}
#simplecheckout_form_0 #simplecheckout_shipping
{
    background: url(../image/k3.jpg) right bottom no-repeat #f3f2f2;
    border: 1px solid #b0afaf;
    box-sizing: border-box;
    display: inline-block;
    max-width: 375px;
    min-height: 382px;
    padding: 32px 37px 25px 35px;
    vertical-align: top;
    width: 100%;
}
#simplecheckout_form_0 .s-cart-total input.form-control
{
    border: 1px solid #b0afaf;
    height: 46px;
    margin-bottom: 10px!important;
    margin-top: 11px!important;
    max-width: 100%;
    padding: 0 15px;
    text-align: left;
    width: 100%;
}
#simplecheckout_comment,
#simplecheckout_form_0 #simplecheckout_payment,
#simplecheckout_shipping_address
{
    border: 1px solid #b0afaf;
    box-sizing: border-box;
    display: inline-block;
    max-width: 375px;
    min-height: 382px;
    padding: 20px 20px 25px 20px;
    vertical-align: top;
    width: 100%;
}
#simplecheckout_form_0 #simplecheckout_payment
{
    background: url(../image/k5.jpg) right bottom no-repeat #f3f2f2;
}
#simplecheckout_shipping_address
{
    background: url(../image/k4.jpg) right bottom no-repeat #f3f2f2;
}
#simplecheckout_comment
{
    background: url(../image/k6.jpg) right bottom no-repeat #f3f2f2;
}
#simplecheckout_payment .radio label:before,#simplecheckout_payment_form,
#simplecheckout_shipping .radio label:before
{
    display: none;
}
#simplecheckout_payment
{
    margin: 0 10px;
}
#simplecheckout_payment input[type=radio]:checked+label:after,#simplecheckout_shipping input[type=radio]:checked+label:after
{
    background: 0 0;
    border: 1px solid #f91f1f;
    border-radius: 0;
    height: 100%; 
    left: -5px;
    opacity: .7;
    top: 0;
    width: calc(100% + 20px);
}
#simplecheckout_shipping label span
{
    vertical-align: inherit!important;
}
#simplecheckout_payment .simplecheckout-block-content,
#simplecheckout_payment input[type=radio]+label,
#simplecheckout_shipping input[type=radio]+label
{
    padding: 0;
}
#simplecheckout_customer .col-sm-10:first-child,
#simplecheckout_shipping_address .col-sm-10:last-child
{
    width: 100%;
}
#simplecheckout_shipping_address .form-group
{
    margin-bottom: 5px;
}
#simplecheckout_form_0 .checkout-heading
{
    background: 0 0;
    border-bottom: 1px solid #555;
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 11px;
    padding-bottom: 7px;
    padding-left: 0;
    padding-top: 0;
    text-transform: uppercase;
}

.s-cart-total strong
{
    border-bottom: 1px solid #555;
    color: #333;
    display: block;
    font-size: 16px;
    margin-bottom: 11px;
    padding-bottom: 7px;
}
#simplecheckout_shipping i,#simplecheckout_shipping_address legend b,
#simplecheckout_shipping_address legend i
{
    color: #747171;
    font-size: 14px;
}
#simplecheckout_shipping .simplecheckout-block-content
{
    padding: 10px 0 0;
}
#simplecheckout_customer .simplecheckout-block-content legend b,
#simplecheckout_shipping .simplecheckout-block-content p b
{
    color: #747171;
    font-size: 14px;
    font-weight: 400;
}
#simplecheckout_customer .simplecheckout-block-content legend,
#simplecheckout_shipping .simplecheckout-block-content p
{
    line-height: 16px;
}
#simplecheckout_shipping .simplecheckout-block-content p b a
{
    text-decoration: underline;
}
#simplecheckout_shipping .simplecheckout-block-content p b a:hover,
#simplecheckout_shipping i a:hover
{
    text-decoration: none;
}
#simplecheckout_shipping .simplecheckout-block-content p b i
{
    border-top: 1px solid #333;
    display: block;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 16px;
    margin-top: 14px;
    padding-top: 16px;
}
#simplecheckout_customer
{
    background: url(../image/k2.jpg) right bottom no-repeat #f3f2f2;
    border: 1px solid #b0afaf;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 10px;
    max-width: 375px;
    min-height: 382px;
    padding: 32px 37px 8px 35px;
    vertical-align: top;
    width: 100%;
}
#simplecheckout_comment .simplecheckout-block-content,
#simplecheckout_customer .simplecheckout-block-content,
#simplecheckout_shipping_address .simplecheckout-block-content
{
    padding: 0;
}
#simplecheckout_comment input,#simplecheckout_customer input,
#simplecheckout_shipping_address input
{
    background: #fff;
    border: 1px solid #b0afaf!important;
    box-sizing: border-box;
    padding-left: 10px!important;
    text-align: left!important;
    width: 100%!important;
}
#simplecheckout_customer .form-horizontal .control-label,#simplecheckout_shipping_address .control-label
{
    color: #747171;
    font-size: 14px;
    padding-top: 7px;
    text-align: left;
}
#simplecheckout_shipping_address legend
{
    border: 0;
    line-height: 16px;
    margin-bottom: 0;
}
#simplecheckout_comment textarea
{
    background: #fff;
    border: 1px solid #b0afaf;
    min-height: 210px!important;
    padding: 10px 15px!important;
    text-align: left!important;
}
.left-col,.right-col
{
    min-height: 320px;
    vertical-align: top;
    width: 100%;
}
#simplecheckout_shipping i
{
    display: block;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 15px;
}
#simplecheckout_shipping i a
{
    color: #f91f1f;
    text-decoration: underline;
}
.rice-recipe .left-col img
{
    bottom: 0;
    left: 0;
    position: absolute;
}
.rice-recipe .left-col:hover img,.salad-recipe .left-col:hover img,.sushi-recipe .left-col:hover img
{
    transform: scale3d(1.06,1.06,1);
    transition: transform 5s cubic-bezier(.19,1,.22,1);
    will-change: transform;
}
.salad-recipe .left-col img,.sushi-recipe .left-col img
{
    bottom: 0;
    position: absolute;
    right: 0;
}
.sushi-recipe
{
    display: block;
    margin: 0px 0 50px;
}
.left-col
{
    background: #f3f3f3;
    display: inline-block;
    max-width: 770px;
    overflow: hidden;
    position: relative;
}
.left-col b,.left-col span
{
    color: #222;
    display: block;
    margin-left: 60px;
}
.left-col span
{
    font-size: 28px;
    line-height: 1;
    margin-top: 60px;
}
.left-col b
{
    font-size: 22px;
    margin-top: 30px;
}
.left-col a
{
    background: #f91f1f;
    color: #fff;
    font-size: 12px;
    margin-left: 60px;
    margin-top: 60px;
    padding: 10px 40px;
    position: absolute;
    z-index: 2;
}
.left-col a:hover
{
    background: #fff;
    border: 2px solid;
    color: #f91f1f;
    padding: 8px 38px;
}
.right-col a,.right-col i
{
    color: #fff;
    text-transform: uppercase;
}
.right-col
{
    background: #f91f1f;
    display: inline-block;
    margin-left: 23px;
    max-width: 373px;
    text-align: center;
}
.right-col i
{
    display: block;
    font-size: 46px;
    font-style: normal;
    line-height: 1;
    margin-bottom: 20px;
}
.right-col a
{
    background: #f91f1f;
    border: 1px solid #fff;
    font-size: 12px;
    padding: 9px 39px;
}
.right-col a:hover
{
    background: #fff;
    color: #f91f1f;
}
.rice-recipe
{
    margin: 20px 0 50px;
}
.rice-recipe .right-col
{
    margin-left: 0;
    margin-right: 23px;
}
.rice-recipe .left-col b
{
    margin-right: 170px;
    text-align: right;
}
.rice-recipe .left-col a
{
    right: 170px;
}
.del-right
{
    bottom: 265px;
    line-height: 1;
    position: fixed;
    right: 0;
    z-index: 9;
}
.del-right span
{
    background: #fff;
    border: 3px solid #f91f1f;
    border-radius: 50%;
    bottom: 238px;
    display: none;
    height: 60px;
    padding: 5px;
    position: fixed;
    right: 24px;
    width: 60px;
    z-index: 20;
}
.del-right span i
{
    color: #f91f1f;
    font-size: 40px;
    line-height: 46px;
}
.del-right span:hover i,.min b,.min p
{
    color: #fff;
}
.del-right .min,.del-right span.active
{
    display: block;
}
.del-right .min.close
{
    display: none;
}
.min b,.min i,.min p,.min strong
{
    display: block;
}
.del-right span:hover
{
    background: #f91f1f;
    border: 3px solid #000;
    cursor: pointer;
}
.del-right .min
{
    background: url(../image/39min.png);
    height: 181px;
    position: relative;
    width: 285px;
}
.min b,.min i,.min p,.min strong
{
    position: absolute;
}
.min i
{
    height: 40px;
    top: 8px;
    width: 40px;
}
.min i:hover
{
    cursor: pointer;
}
.min p
{
    font-size: 28px;
    left: 0;
    moz-transform: rotate(90deg);
    ms-transform: rotate(90deg);
    o-transform: rotate(90deg);
    text-transform: uppercase;
    top: 90px;
    transform: rotate(90deg);
    webkit-transform: rotate(90deg);
}
.min b
{
    font-size: 30px;
    font-weight: 700;
    left: 80px;
    top: 61px;
}
.min strong
{
    color: #fff;
    font-size: 26px;
    left: 83px;
    top: 144px;
}
.description-category
{
    height: auto!important;
    overflow: inherit;
    padding-bottom: 25px;
}
.description-category__cont .right-col
{
    margin-left: 22px;
}
#simplecheckout_step_menu,.description-category__cont h2:first-child,.show-desc
{
    display: none;
}
.description-category__cont
{
    color: #979797;
    font-size: 16px;
}
.description-category__cont b,.description-category__cont h1,.description-category__cont h2
{
    color: #7f7f7f;
}
.box-carousel .product-thumb .weight
{
    background: none!important;
    color: #000!important;
    padding: 2px 4px 0;
    text-transform: none; 
    font-size: 14px;
}
#simplecheckout_customer p a,.alert a
{
    text-decoration: underline;
}
#simplecheckout_customer p a:hover,.alert a:hover
{
    text-decoration: none;
}
.cart .btn-r.buy-popup
{
    float: none;
    font-size: 14px;
    width: 100%;
}
.box-carousel .weight
{
    background: #888888;
    
}

.box-carousel .weight:before{
    display: none;
}

.weight:before
{
    background: url(../image/ves-ico.jpg);
    display: inline-block;
    float: left;
    height: 15px;
    margin-right: 5px;
    margin-top: 1px;
    width: 17px;
        opacity: 0.9;
}
#simplecheckout_customer .radio input+label:after,
#single-category4 .owl-item:last-child .cart-buttons,
#single-category4 .owl-item:last-child .icon-buttons,
#single-category4 .owl-item:last-child .price,
#single-category4 .owl-item:last-child .product-thumb .image [class*=product-include_options],
#single-category1 .owl-item:last-child .cart-buttons,
#single-category1 .owl-item:last-child .icon-buttons,
#single-category1 .owl-item:last-child .price,
#single-category1 .owl-item:last-child .product-thumb .image [class*=product-include_options],
#single-category2 .owl-item:last-child .cart-buttons,#single-category2 .owl-item:last-child .icon-buttons,
#single-category2 .owl-item:last-child .price,
#single-category2 .owl-item:last-child .product-thumb .image [class*=product-include_options],
#single-category3 .owl-item:last-child .cart-buttons,
#single-category3 .owl-item:last-child .icon-buttons,
#single-category3 .owl-item:last-child .price,
#single-category3 .owl-item:last-child .product-thumb .image [class*=product-include_options],
#single-category9 .owl-item:last-child .cart-buttons,
#single-category9 .owl-item:last-child .icon-buttons,
#single-category9 .owl-item:last-child .price,
#single-category9 .owl-item:last-child .product-thumb .image [class*=product-include_options],
#single-category7 .owl-item:last-child .cart-buttons,
#single-category7 .owl-item:last-child .icon-buttons,
#single-category7 .owl-item:last-child .price,
#single-category7 .owl-item:last-child .product-thumb .image [class*=product-include_options]
{
    display: none;
}



.product-gallery .weight
{
    background: #ff3535;
    left: 0;
    top: 248px;
        border-radius: 3px;
    color: #fff!important;
    padding: 2px 4px 0;
} 
 
.product-thumb .weight{
    background: #ff3535;
    top: auto!important;
    border-radius: 3px;
    color: #fff!important;
    padding: 2px 4px 0;
    bottom: 0px;
}

     
#temp_popup_container #simplecheckout_login input
{
    background: #fff!important;
    border: 1px solid #b0afaf;
    box-sizing: border-box;
    padding-left: 10px;
    text-align: left;
    width: 100%;
}
#simplecheckout_customer .row-customer_registe .control-label.col-sm-4
{
    margin-right: 0;
    min-width: 114px;
    padding: 8px 0 0;
}
#simplecheckout_customer .form-group,#simplecheckout_customer legend
{
    margin-bottom: 7px;
}
#single-category4 .owl-item:last-child img,
#single-category1 .owl-item:last-child img,
#single-category2 .owl-item:last-child img,
#single-category3 .owl-item:last-child img,
#single-category9 .owl-item:last-child img,
#single-category7 .owl-item:last-child img
{
    height: 135px;
    top: 100px;
}
#single-category4 .owl-item:last-child .name a,
#single-category1 .owl-item:last-child .name a,
#single-category2 .owl-item:last-child .name a,
#single-category3 .owl-item:last-child .name a,
#single-category9 .owl-item:last-child .name a,
#single-category7 .owl-item:last-child .name a
{
    color: #f91f1f;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.2;
}
#single-category4 .owl-item:last-child a,
#single-category1 .owl-item:last-child a,
#single-category2 .owl-item:last-child a,
#single-category3 .owl-item:last-child a,
#single-category9 .owl-item:last-child a,
#single-category7 .owl-item:last-child a
{
    cursor: default;
    pointer-events: none;
}
#simplecheckout_customer .radio input
{
    margin: 10px 0 0 20px;
    opacity: 0;
    position: absolute;
    z-index: -1;
}
#simplecheckout_customer .radio input+label
{
    cursor: pointer;
    position: relative;
}
#simplecheckout_customer .radio input+label:before
{
    background: url(../image/ni.png);
    border: 0;
    border-radius: 0;
    content: '';
    height: 23px;
    left: 26;
    position: absolute;
    transition: .2s;
    width: 49px;
}
#simplecheckout_customer .radio
{
    padding: 0;
    position: absolute;
}
#simplecheckout_customer .radio:nth-child(2) input+label:before
{
    background: url(../image/tak.png);
}
#simplecheckout_customer .radio label
{
    color: #f3f2f2;
    padding: 6px;
    z-index: 2;
}
#simplecheckout_customer b,#simplecheckout_customer p
{
    color: #747171;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}
#simplecheckout_customer .radio input:checked+label
{
    z-index: 1;
}
#simplecheckout_customer .row-customer_register .col-sm-8
{
    position: absolute;
}
#simplecheckout_customer .control-label
{
    width: 100%;
}
#simplecheckout_customer b
{
    padding-right: 30px;
}
#simplecheckout_customer p
{
    margin-bottom: 5px;
    margin-top: 10px;
    padding: 0;
}
#simplecheckout_customer
{
    position: relative;
}
#simplecheckout_customer .row-customer_register .col-sm-8
{
    margin-left: 15px;
    margin-top: 9px;
    max-width: 90px;
    right: 12px;
}
#simplecheckout_customer .checkout-heading-button
{
    min-width: 108px;
    position: relative;
}
#simplecheckout_customer .checkout-heading-button a
{
    color: #ff3535;
}
#simplecheckout_customer .checkout-heading-button a:hover
{
    color: #f91f1f;
}
#simplecheckout_customer .checkout-heading-button:after
{
    background: url(../image/log-k.jpg);
    content: "";
    display: inline-block;
    height: 22px;
    position: absolute;
    right: 0;
    top: -3px;
    width: 44px;
}
#simplecheckout_form_0 .checkout-heading
{
    padding-right: 0;
}
#simplecheckout_form_0 .has-error input
{
    border: 1px solid red!important;
}
#simplecheckout_form_0 .has-error .simplecheckout-rule-group
{
    display: none!important;
}
#simplecheckout_customer .row-customer_confirm_password label,#simplecheckout_customer .row-customer_email label,#simplecheckout_customer .row-customer_password label,#simplecheckout_customer .row-customer_telephone label
{
    width: 33%!important;
}
#simplecheckout_customer .row-customer_confirm_password span
{
    font-size: 12px;
    font-weight: 400;
    left: 15px;
    position: absolute;
    top: 20px;
}
.sf-menu .sf-with-mega:nth-child(2) ul.sf-mega,
.sf-menu .sf-with-mega:nth-child(3) ul.sf-mega,
.sf-menu .sf-with-mega:nth-child(4) ul.sf-mega

{
    left: auto;
    right: 230px;
    width: 702px;
    left: 0px
}
.sf-menu .sf-with-mega:nth-child(5) ul.sf-mega,
.sf-menu .sf-with-mega:nth-child(6) ul.sf-mega,
.sf-menu .sf-with-mega:nth-child(7) ul.sf-mega
{
    left: auto;
    right: 0px;
    width: 705px;
}
.simplecheckout-cart td.quantity .input-group
{
    padding-top: 11px;
}
.simplecheckout-cart td.price,.simplecheckout-cart td.total
{
    padding-top: 28px;
}
.d-flex .text-left
{
    display: none;
}
.d-flex .text-right
{
    text-align: right;
    width: 100%;
}
.payment-methods ul li:nth-child(3):before
{
    background: url(../image/close-hr.png) center center no-repeat;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    moz-transform: rotate(-7deg);
    ms-transform: rotate(-7deg);
    o-transform: rotate(-7deg);
    position: absolute;
    top: 0;
    webkit-transform: rotate(-7deg);
    width: 100%;
}
.sf-menu .sf-mega .sh-mega-row__more a
{
    color: #d84f4f;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding-left: 13px;
    text-decoration: underline;
    text-transform: uppercase;
}
.sf-menu .sf-mega .sh-mega-row__more a:hover
{
    color: #333;
    text-decoration: none;
}
.container>.alert .alert.fadeOut
{
    color: #fff!important;
}
#single-category12 .product-thumb .image:hover [class*=product-include_options],#single-category13 .product-thumb .image:hover [class*=product-include_options]
{
    display: none!important;
}
.simplecheckout-cart-total span.inputs i
{
    display: inline-block;
    float: left;
    padding-top: 7px;
}
#simplecheckout_form_0 .s-cart-total .simplecheckout-cart-total span.inputs input.form-control
{
    display: inline-block;
    float: right;
    margin-top: 0!important;
    max-height: 37px;
    max-width: 115px;
    padding: 0 5px;
}
section.cat-desc h2,section.cat-desc strong
{
    color: #333;
    font-size: 20px;
    margin: 20px 0 5px;
}
#form-review .alert.alert-danger,#form-review .alert.alert-success
{
    color: #fff;
}
#simplecheckout_form_0 select.form-control,#simplecheckout_form_0 textarea.form-control
{
    border: 1px solid #b0afaf;
    border-radius: 0;
    padding: 0 5px 0 10px;
    width: 100%;
}
#simplecheckout_form_0 .row-shipping_address_address_id .col-sm-8:before
{
    color: #333;
    content: "";
    display: block;
    font-family: FontAwesome;
    font-size: 12px;
    line-height: 37px;
    -moz-transition: .4s all ease;
    -o-transition: .4s all ease;
    position: absolute;
    right: 24px;
    top: 2px;
    transition: .4s all ease;
    -webkit-transition: .4s all ease;
}
.product-thumb .image .price.price-product
{
    background: #333; 
    bottom: 0;
    color: #fff;
    font-weight: 700;
    padding: 2px 7px 3px 6px;
    position: absolute;
    right: 20px;
}
section.cat-desc
{
    color: #7f7f7f;
}
section.cat-desc h1
{
    color: #333;
}
section.cat-desc strong
{
    display: block;
}
section.cat-desc p
{
    color: #7f7f7f;
    line-height: 22px;
}
section.cat-desc b
{
    color: #505050;
}
.right-col strong,section.cat-desc .right-col strong
{
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.right-col strong
{
    margin-top: 90px;
}
.article-description ul li
{
    color: #7f7f7f;
    font-size: 14px;
    font-weight: 400;
    padding-left: 30px;
    text-transform: none;
}
.article-description section.cat-desc ul li:before
{
    color: #f91f1f;
    font-size: 20px;
    font-weight: 700;
}
.weight-section
{
    display: block;
    font-size: 15px;
    margin-bottom: 20px;
}
.autocalc-product-weight
{
    font-weight: 700;
}
.mob-nws
{
    display: inherit;
}
#simplecheckout_shipping .radio
{
    margin-bottom: 6px;
    margin-top: 6px;
}
.product-buttons .product-btn
{
    background: #ebeaea;
    border: 0;
    border-radius: 0;
    color: #777;
    display: inline-block;
    font-size: 18px;
    height: 44px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    width: 43px;
}
.simplecheckout-cart .thead,.t-body .t-body-row
{
    border-bottom: 1px solid #DDD;
}
.product-buttons .product-btn:hover
{
    background: #f91f1f;
    color: #fff;
}
#list-view
{
    display: none;
}
.simplecheckout-cart .thead .thead-item
{
    background: #fff;
    color: #f91f1f;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    width: 20%;
}
.simplecheckout-cart .thead .thead-item:nth-child(1),.t-body .t-body-row .t-body-item:nth-child(1)
{
    text-align: left;
    width: 39%;
}
.simplecheckout-cart .thead .thead-item:nth-child(2),.t-body .t-body-row .t-body-item:nth-child(2)
{
    text-align: left;
}
.simplecheckout-cart .thead .thead-item:nth-child(3),.simplecheckout-cart .thead .thead-item:nth-child(4),.t-body .t-body-row .t-body-item:nth-child(3),.t-body .t-body-row .t-body-item:nth-child(4)
{
    text-align: center;
}
.t-body .t-body-item
{
    display: inline-block!important;
    vertical-align: middle;
    width: 20%;
}
.t-body .t-body-item>a
{
    font-weight: 700;
    margin-top: 22px;
    text-transform: uppercase;
}
.t-body .t-body-item>small
{
    color: #8d8d8d;
    display: block;
    font-size: 85%;
    font-weight: 700;
    margin-top: 2px;
    text-transform: uppercase;
}
.t-body .t-body-item .image
{
    float: left;
    margin-right: 10px;
}
.t-body .t-body-item.quantity
{
    float: none;
    margin-right: 0;
}
.t-body .t-body-item.quantity .input-group
{
    max-width: 177px!important;
}
.t-body .t-body-item:nth-child(3)>span,.t-body .t-body-item:nth-child(4)>span
{
    display: none;
}
.form-control:active,.form-control:focus,.form-control:hover
{
    box-shadow: none!important;
    outline: 0!important;
    outline-offset: 0!important;
}
#simplecheckout_cart .table-responsive
{
    overflow: inherit;
}

.rd-mobilemenu_submenu .sf-mega_section{
    width: 100%!important;
}


.categ-anchor{
    padding: 0px;
    text-align: center;
    margin-bottom: 30px; 
    display: block;
}

.categ-anchor li{
    display: inline-block;
    margin: 3px; 
    font-size: 16px;
    width: 105px;
    background: #ededed;
}

.categ-anchor li  a{
    padding: 4px 0px 3px 0px;
    display: block;
     -webkit-transition: all 0.3s ease;;
  -moz-transition: all 0.3s ease;;
  -o-transition: all 0.3s ease;;
  transition: all 0.3s ease;
  color: #231F20
}
    
 
.categ-anchor li:hover a{
    color:#fff; 
     background:#231F20;
}

.anchor-met{
    margin-top: -110px;
    margin-bottom: 110px;
}

.categ-anchor.fixed{
    position: fixed;
    top: 57px;
    padding-top: 5px;
    left: 0px;
    z-index: 99;
    background: #fff; 
    width: 100%;
    border-bottom: 1px solid #ededed;
}

input
{
    outline: 0!important;
}



.single-category .tab-content>.tab-pane{
    border-bottom: 1px solid #f6f6f6;
}


.single-category .tab-content>#tab-single-featured-8{
    border-bottom: 0px;
}


.terms_conditions_page{
    margin: 0px auto;
    max-width: 1150px; 
    padding: 0px 15px;
}




.weight-category{
    display: block; 
    font-size: 13px;
}

.weight-category b{
    color: #f91f1f;
}

 

.in_stock .out-stock:before{
    content: "немає в наявності";
    font-size: 15px;
    font-weight: bold;
}

.ne-rab span{
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}

.ne-rab b{
    display: block;
    font-size: 72px; 
    color: #fff;
    line-height: 1;
}


.ne-rab i{
    display: block;
    font-size: 24px; 
    color: #323232;
    line-height: 1;
    font-style: normal;
    font-weight: bold;
    margin: 10px
}

.ne-rab strong{
    font-size: 30px;
    color: #fff;
    display: block;
    line-height: 1;
}

.ne-rab .popup-roll{
display: block;
    max-width: 290px;
    background: #323232;
    color: #fff;
    font-size: 32px;
    padding: 12px;
    margin: 10px auto;
    font-weight: bold;
}

.ne-rab p{
    color: #fff;
    display: block;
    max-width: 290px;
    margin: 10px auto;
    text-align: left;
    text-align: center;
}


.ne-rab .popup-text{
        line-height: 1; 
        text-align: justify;
}





#simplecheckout_shipping_address .col-sm-4{
    padding-right: 7px;
    padding-left: 15px;
}



#simplecheckout_form_0 #simplecheckout_payment{
    padding-bottom: 15px;
}

.wrap-popup.active{
    display: block;
}
.ne-rab.active{
    display: block;
}

.cart .toggle_cont.active{
    opacity: 1;
    right: 10px;
    display: block;
}

.mig {
    display: none;
    padding: 10px 10px 10px 10px;
    border-radius: 3px;
    font-size: 1.2em;
    animation: anim 2s ease infinite;
    font-weight: bold;
    text-decoration: none;
    color: white;
    margin: 0px;
    position: absolute;
    max-width: 300px;
    width: 100%;
    left: calc(50% - 150px);
    margin-top: -19px;
    text-align: center;
    z-index: 2;
}

@keyframes anim {
  0% {
    background: #f91f1f;
  }
  50% {
    background: #555555; 
  }
  100% {
    background: #f91f1f;
  }
}

.delivery-area ul li strong.red{
    color: #f91f1f;
    font-size: 14px;
    display: unset;
}




.box .box-heading a:hover h3{
    color:#f91f1f; 
}

 
/*#simplecheckout_shipping_address .form-group.row-shipping_address_field25{
    display: inline-block;
    float: left;
    max-width: 195px;
} */

#simplecheckout_shipping_address .form-group.row-shipping_address_field25 .col-sm-4 {
    padding-right: 24px;
    padding-left: 15px; 
    width: auto;
    max-width: 120px;
}
/*#simplecheckout_shipping_address .form-group.row-shipping_address_field25 .col-sm-8{
    max-width: 40px;
    padding: 0px;
    padding-left: 4px;
    margin-right: 10px;
}*/

.row-shipping_address_dontphone input[type=checkbox]+label:before{
    width: 20px;
    height: 20px;
}

.row-shipping_address_dontphone input[type=checkbox]+label:after{
    font-size: 20px;
    padding: 2px 0px 0px 1px;
}

.row-shipping_address_dontphone .col-sm-8{
    padding-top: 3px;
}

#simplecheckout_shipping_address .form-group.row-shipping_address_palochki .col-sm-4{
        max-width: 77px;
}

#simplecheckout_shipping_address .form-group.row-shipping_address_palochki .col-sm-8{
    max-width: 83px;
    display: inline-block;
    padding: 0px;
    margin: 0px;
}

#simplecheckout_shipping_address .form-group.row-shipping_address_palochki .sbHolder{
    max-width: 99px;
    min-width: auto;
    height: 30px;
}
#simplecheckout_shipping_address .form-group.row-shipping_address_palochki .sbSelector{
        line-height: 18px;
        right: 0px;
            padding: 6.5px 10px 6.5px 5px;

}
#simplecheckout_shipping_address .form-group.row-shipping_address_palochki .sbToggle{
    width: 15px;
    line-height: 34px; 
        

}


#mfilter-content-container{
    padding-top: 20px;
}

/*
#input-option569 .radio input[type=radio]+label{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

#input-option569 .radio input[type=radio]+label span{
    position: absolute;
    z-index: 2
}

#input-option569 .radio:first-child input[type=radio]+label:before{
    background:#f91f1f;
}
*/

 
.sf-menu>li:first-child a:after{
    background: #eee600;
    right: 0px;
    top: 7px;
    content: "new";
    color: #111;
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(35deg);
    position: absolute;
    /* height: 20px; */
    display: inline-block;
    font-size: 9px;
    padding: 1px 5px;
    line-height: 01;
}



.sale2{
  background: url(/image/logo.svg)  no-repeat;
  height: 30px;
  width: 30px;
  transform: rotate(15deg);
}




















@media (max-width:1200px)
{
 

    .logo-nws{margin: 5px 0px;}
    .ne-rab .content-popup{ 
        background: url(/image/mob11.jpg)no-repeat center top; 
    background-size: contain;
    }  


    .anchor-met{
    margin-top: -80px;
    margin-bottom: 80px;
    }

    .categ-anchor.fixed{
        position: static;
        top: auto;;
        border-bottom: 0px;
        padding-top: 0px;
    }
    header .mid-line
    {
        padding: 70px 0 10px;
    }
    .bot-line,.bottom-block,.del-right .min,.homebuilder .tm-container:first-child,.rice-recipe .right-col,.salad-recipe .right-col,.sushi-recipe .right-col
    {
        display: none;
    }
    .rice-recipe .left-col,.salad-recipe .left-col,.sushi-recipe .left-col
    {
        max-width: 100%;
    }
    .del-right span,.rd-mobilepanel
    {
        display: block;
    }
    .rd-mobilepanel_title
    {
        font-size: 17px;
    }
    header .container
    {
        border-bottom: 2px solid #f91f1f;
        padding-bottom: 14px;
        width: auto;
    }
    header .container .row1
    {
        display: block;
        text-align: center;
    }
    header .container .free-number,header .container .time-work,header .container .top-right
    {
        display: inline-block!important;
        text-align: left;
    }
    header .container .free-number,header .container .time-work
    {
        margin: 0 10px;
    }
    header .container .logo-mob
    {
        display: inline-block!important;
        left: 20px;
        position: absolute;
        top: 61px;
    }
    header .mob-nws
    {
        margin: 0 0 15px;
    }
    .terms-delivery
    {
        margin: 10px 10px 20px;
    }
    .min-price,.payment-methods
    {
        padding: 15px 10px 20px;
    }
    .blog_article,.types-orders
    {
        padding: 0 10px;
    }
    .breadcrumb
    {
        margin-left: 0;
    }
    header .container .time-work
    {
        margin-left: 30px;
    }
    .payment-methods ul li
    {
        margin: 0;
    }
    .checkout-simplecheckout .container
    {
        width: 100%!important;
    }
    .simplecheckout
    {
        text-align: center;
    }
    #simplecheckout_payment,#simplecheckout_shipping
    {
        text-align: left;
    }
    .s-cart-total
    {
        float: none;
    }
    #simplecheckout_comment,#simplecheckout_customer,#simplecheckout_payment,#simplecheckout_shipping,
    #simplecheckout_shipping_address,.s-cart-total
    {
        margin: 5px;
    }
    #buttons .simplecheckout-button-right
    {
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    #simplecheckout_customer .checkout-heading-button
    {
        min-width: 151px;
    }
    .rd-mobilemenu,.rd-mobilepanel
    {
        display: block;
    }
    .delive
    {
        margin-right: -11px;
    }
    .owq-quantity{
        min-width: 80px;
    }
}
@media (max-width:1180px)
{
    .delivery-area
    {
        margin: 35px 0;
    }
    .delivery-area ul
    {
        text-align: center;
    }
 
    .delivery-area ul li
    {
        margin: 10px 0;
        max-width: 260px;
        text-align: left;
    }
}
@media (max-width:1100px)
{
    .simplecheckout-cart .thead
    {
        display: none;
    }
    .t-body .t-body-row .t-body-item:nth-child(1)
    {
        max-width: 370px;
        width: 100%;
    }
    .t-body .t-body-row .t-body-item:nth-child(2)
    {
        margin: 0 10px;
        max-width: 177px;
    }
    .t-body .t-body-row .t-body-item:nth-child(3),.t-body .t-body-row .t-body-item:nth-child(4)
    {
        margin: 0 10px;
        min-width: 120px;
        width: auto;
    }
  /*  .t-body .t-body-item:nth-child(3)>span,.t-body .t-body-item:nth-child(4)>span
    {
        display: inline-block;
    }*/
}
@media (max-width:1024px)
{


  



    .homebuilder .tm-container:nth-child(4)
    {
        display: none;
    }
    .terms-delivery h1
    {
        font-size: 32px;
        margin-bottom: 20px;
        text-align: center;
    }
    .terms-delivery ul li
    {
        margin: 0;
        padding: 15px;
    }
    .types-orders ul
    {
        text-align: center;
    }
    .types-orders ul li
    {
        text-align: left;
    }
    .payment-methods ul li i
    {
        font-size: 50px;
        line-height: 46px;
    }
    .payment-methods ul li
    {
        max-width: 250px;
    }
    .payment-methods ul li:nth-child(3):before
    {
        background-size: contain;
    }
    .stock-content b{
        margin: 0px;
    }
    .stock-title{
        margin-bottom: 10px;
    }

}
@media (max-width:900px)
{
    .t-body .t-body-row .t-body-item:nth-child(1)
    {
        max-width: inherit;
        width: 60%;
    }
    .t-body .t-body-row .t-body-item:nth-child(2)
    {
        width: 100%;
    }
    .t-body-row
    {
        padding-bottom: 7px;
    }
}
@media (max-width:800px)
{

    .delivery-area>.wrap>strong{
        text-align: center;
    }
    .delivery-area ul li
    {
        margin-left: calc(50% - 130px);
        max-width: 800px;
    }
 
    .foot-new-block.foot-new-block__30
    {
        text-align: center;
        width: 100%;
    }
    .foot-new-block.foot-new-block__30 .list-unstyled
    {
        padding-top: 20px;
    }
    .foot-new-block.foot-new-block__30 .list-unstyled li
    {
        display: inline-block;
        margin: 5px 10px;
    }
    #ui-to-top,.rice-recipe .left-col,.salad-recipe .left-col,.sushi-recipe .left-col
    {
        display: none;
    }
    .rice-recipe .right-col,.salad-recipe .right-col,.sushi-recipe .right-col
    {
        display: block;
        margin-left: 0;
        max-width: 100%;
        min-height: auto;
        padding: 20px 0;
        width: 100%;
    }
    .rice-recipe strong,.salad-recipe strong,.sushi-recipe strong
    {
        margin-bottom: 15px;
        margin-top: 0;
    }
    .min-price strong,.payment-methods strong,.terms-delivery h1,.types-orders strong
    {
        font-size: 28px;
        text-align: center;
    }
    .terms-delivery ul li
    {
        max-width: 200px;
    }
    .terms-delivery ul li i
    {
        font-size: 50px;
        line-height: 46px;
    }
    .terms-delivery ul li strong
    {
        font-size: 24px;
    }
    .min-price ul
    {
        padding: 0;
    }
    .min-price ul li:nth-child(1)
    {
        font-size: 124px;
        max-width: 205px;
    }
    .min-price ul li:nth-child(2)
    {
        max-width: 124px;
    }
    .min-price ul li:nth-child(3)
    {
        margin-top: 62px;
        max-width: 240px;
    }
    .payment-methods ul li:nth-child(3):before
    {
        margin: 0 auto;
        margin-left: calc(50% - 100px);
        max-height: 200px;
        max-width: 200px;
    }
    .cart .toggle_cont
    {
        border-bottom: 2px #e1e1e1 solid;
    }
}
@media (max-width:768px)
{
    .box-language
    {
        margin-top: 19px;
    }
    .rd-mobilepanel_title
    {
        right: 108px;
        text-transform: none;
    }
    .free-number span>span
    {
        display: none;
    }
    .payment-methods ul li
    {
        max-width: 100%;
        width: 100%;
    }


    .tm-deal-banner
    {
        display: block;
        float: none;
    }
    .tm-deal-banner__image
    {
        background: red;
        height: 190px;
        overflow: hidden;
        width: 100%;
    }
    .tm-deal-banner__image img
    {
        display: block;
        margin-left: calc(50% - 321px);
        min-height: 190px;
        min-width: 641px;
        position: absolute;
        top: 0;
        width: 100%;
    }
}
@media (max-width:767px)
{
    #simplecheckout_customer .row-customer_register .col-sm-8
    {
        right: 71px;
        top: 87px;
    }

    .price .price-old{
        white-space: nowrap;
        right: 0px;
    }
}
@media (max-width:680px)
{
    .t-body .t-body-item.quantity .input-group
    {
        max-width: 175px;
    }
    .t-body .t-body-row .t-body-item:nth-child(2)
    {
        margin-bottom: 7px;
        max-width: 100%;
        padding-left: calc(50% - 88px);
    }
    .t-body .t-body-row .t-body-item:nth-child(1)
    {
        margin-bottom: 10px;
        max-width: 300px;
        text-align: center;
    }
    .t-body .t-body-item>a
    {
        margin-top: 2px;
    }
    .t-body .t-body-item .image
    {
        float: none;
    }

}
@media (max-width:640px)
{
    .rice-recipe .right-col,.salad-recipe .right-col,
        .sushi-recipe .right-col
    {
        margin: 0 -15px;
        max-width: calc(100% + 30px);
        width: auto;
    }
    .bot-pgone-block
    {
        margin-left: 0;
    }
    .soc-in-foot
    {
        margin-bottom: 10px;
    }
    header .container .logo-mob
    {
        left: 0;
        position: relative;
        top: 0;
        vertical-align: top;
    }
    header .logo-mob img
    {
        max-height: 85px;
    }
    header .container .time-work
    {
        display: block!important;
        margin-bottom: 8px;
        margin-top: -3px;
    }
    header .mob-nws
    {
        display: inline-block;
    }
    .free-number b,.time-work b
    {
        color: #535353;
    }
    .terms-delivery ul li
    {
        max-width: 100%;
        width: 100%;
    }
    .min-price ul
    {
        text-align: center;
    }
    .min-price ul li:nth-child(2)
    {
        border: 0;
        text-align: left;
    }
    .min-price ul li:nth-child(3)
    {
        margin-top: 10px;
        max-width: 100%;
    }
    .min-price ul li:nth-child(1)
    {
        font-size: 100px;
    }
    .types-orders ul li i
    {
        margin-bottom: 3px;
    }
    .min-price ul li span b
    {
        font-size: 30px;
    }
 

}
@media (max-width:480px)
{
    .pull-left,.pull-right
    {
        float: none!important;
    }
    .soc-in-foot a
    {
        height: 70px;
        width: 70px;
    }
    .soc-in-foot a i
    {
        font-size: 46px;
        line-height: 71px;
    }
    .soc-in-foot li:nth-child(2) a i
    {
        line-height: 72px;
        margin-left: 1px;
    }
    .right-col a
    {
        padding: 9px 18px;
    }
    .product-thumb .image [class*=product-include_options]
    {
        display: none;
    }
    header .box-language,header .delive
    {
        display: inline-block;
        vertical-align: top;
    }
    header .delive
    {
        background: 0 0;
        color: #333;
        font-size: 11px;
        margin: 1px 3px 0 0;
        padding: 0;
    }
    header .delive i{
        display: none;
    }
    header #top-links
    {
        margin: 0;
        vertical-align: top;
    }
    header .box-language
    {
        display: none;
        float: right;
        margin: 3px 15px 0 6px;
    }
    header .box-cart
    {
        position: absolute;
    }
    header .nav li
    {
        padding: 0 6px;
    }
    .free-number b,
        .time-work b
    {
        color: #f91f1f;
        display: block;
        font-size: 24px;
        opacity: .95;
    }
    .delive:hover
    {
        border: 0;
        padding: 0;
    }
    .delivery-area ul li strong,.min-price strong,
        .payment-methods strong,.terms-delivery h1,.types-orders strong
    {
        font-size: 24px;
        line-height: 1.1;
    }
    .terms-delivery ul li strong
    {
        font-size: 20px;
        margin-top: 10px;
    }
    .min-price ul li:nth-child(1)
    {
        font-size: 72px;
        max-width: 130px;
    }
    .min-price ul li:nth-child(2)
    {
        margin-right: 0;
        max-width: 110px;
    }
    .types-orders ul li i
    {
        display: block;
        float: none;
        margin: 0 auto;
        max-width: 102px;
    }
    .types-orders ul li b
    {
        margin: 10px 0 5px;
        text-align: center;
    }
    .types-orders ul li span
    {
        padding: 0 10px;
    }
    #simplecheckout_form_0 #simplecheckout_comment,#simplecheckout_form_0 #simplecheckout_customer,
        #simplecheckout_form_0 #simplecheckout_payment,#simplecheckout_form_0 #simplecheckout_shipping,
        #simplecheckout_form_0 #simplecheckout_shipping_address,.s-cart-total
    {
        padding: 15px;
    }
    #simplecheckout_customer .row-customer_register .col-sm-8
    {
        right: 50px;
        top: 70px;
    }
    #simplecheckout_customer b
    {
        padding-right: 45px;
    }
    .tm-deal-banner__cont{
        background-position: center center!important;
    }
    .stock-title{
        margin-bottom: 5px;
        font-size: 16px;
    }
    .stock-content{
        font-size: 24px;
    }
 
 
    .tm-deal-banner{
        margin-left: -15px;
        margin-right: -15px;
    }
    .categ-anchor{
        margin-bottom: 20px;
        padding-top: 0px;
    }
    .categ-anchor li { 
        margin: 3px 2px; 
        font-size: 14px;
        width: 90px;
    }

    #product .td-image
    {
        display: none;
    }
    .owq-option table td{
        text-align: left;
    }

}
@media (max-width:380px)
{
    .stock-descpr
    {
        margin-left: calc(50% - 174px);
    }
    .tm-deal-banner__cont
    {
        overflow: hidden;
    }
    .checkout-simplecheckout .simple-content
    {
        margin: 0;
    }
    #simplecheckout_comment,#simplecheckout_customer,#simplecheckout_payment,#simplecheckout_shipping,#simplecheckout_shipping_address,.s-cart-total
    {
        margin: 5px 0;
    }
    #simplecheckout_customer .row-customer_register .col-sm-8
    {
        right: 55px;
    }
    .s-cart-total #total_coupon span:first-child,.s-cart-total #total_shipping span:first-child,.s-cart-total #total_sub_total span:first-child,.s-cart-total #total_total span:first-child
    {
        width: 58%;
    }
}
@media (max-width:360px)
{
    .stock-descpr
    {
        margin-left: calc(50% - 165px);
    }
}
@media (max-width:340px)
{
    .stock-descpr
    {
        margin-left: calc(50% - 155px);
    }
}
@media (max-width:320px)
{
    .stock-descpr
    {
        margin-left: calc(50% - 145px);
    }
}






.tm-deal-banner.tm-deal-banner-2{
    padding-bottom: 30px;
}

.tm-deal-banner.tm-deal-banner-2 .stock-title,
.tm-deal-banner.tm-deal-banner-2 .stock-b,
.tm-deal-banner.tm-deal-banner-2 .stock-desc{
      -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -o-transform: skew(-25deg); 
    color: #fff; 
}



.tm-deal-banner.tm-deal-banner-2 .tm-deal-banner__description{
    text-align: center;
}
.tm-deal-banner.tm-deal-banner-2 .stock-b{
    color: #f91f1f;
    -webkit-text-stroke: 2px #fff;
    font-weight: bold;
    font-size: 100px;
    display: block;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 20px;
}

.tm-deal-banner.tm-deal-banner-2 .stock-desc{
    font-size: 26px; 
    line-height: 1.21;
    text-transform: uppercase;
}

.tm-deal-banner__description span{
    display: block;
    color: #fff;
    margin-top: 20px;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -o-transform: skew(-25deg);  
}







@media (max-width:1023px){

.tm-deal-banner{
    margin: 30px -40px;
}


.tm-deal-banner__description{
    height: auto; 
    text-align: center;
}
 
.tm-deal-banner.tm-deal-banner-2{
    padding-bottom: 20px;
}
.tm-deal-banner__description{
    margin-left: 65px;
}



.tm-deal-banner__description .stock-descpr,
.tm-deal-banner__countdown,
.tm-deal-banner__description .tm-deal-banner__countdown,
.stock-content b,
.tm-deal-banner.tm-deal-banner-2 .stock-title,
.tm-deal-banner.tm-deal-banner-2 .stock-b,
.tm-deal-banner.tm-deal-banner-2 .stock-desc{
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    margin-left: 0px;
}

.tm-deal-banner.tm-deal-banner-2 .stock-b{
    margin: 10px 0px;
}

.stock-content{
    margin-left: 35px;
    top: 20px;
    margin-top: 0px;
}
.stock-title{
    margin-bottom: 0px;
}
.stock-content b{
    margin-top: 35px; 
    margin-left: -50px;
    text-align: center;
}
 

}

@media (max-width:799px){
    .tm-deal-banner__description p{
        max-width: 182px;
        margin-left: 55px; 
    }

    .tm-deal-banner__countdown .simple-countdown>div.cell em{
            font-style: 10px;
    }
    .tm-deal-banner__countdown .simple-countdown>div.cell
    {
        padding: 10px;
    }
    .tm-deal-banner__countdown .simple-countdown>div.cell span
    {
        font-size: 18px;
    }
    .tm-deal-banner__description{
        max-width: 310px;
    }
    .tm-deal-banner__description{
        margin-left: 25px;
    }
    .tm-deal-banner.tm-deal-banner-2 .stock-title{
        font-size: 38px;
    }
    .tm-deal-banner.tm-deal-banner-2 .stock-b{
        font-size: 99px;
    }
    .tm-deal-banner.tm-deal-banner-2 .stock-desc{
        font-size: 22px;
    }

}

@media (max-width:639px){
    .tm-deal-banner__description span{font-size: 12px}
    .tm-deal-banner__description{
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    max-width:230px;
    }
    .tm-deal-banner__description .stock-descpr, 
    .tm-deal-banner__countdown, .tm-deal-banner__description 
    .tm-deal-banner__countdown, .stock-content b, 
    .tm-deal-banner.tm-deal-banner-2 .stock-title, 
    .tm-deal-banner.tm-deal-banner-2 .stock-b, 
    .tm-deal-banner.tm-deal-banner-2 .stock-desc {
    -webkit-transform: skew(-0deg);
    -moz-transform: skew(-0deg);
    -o-transform: skew(-0deg);
    margin-left: 0px;
    }
    .stock-content{margin-left: 0px;}
    .tm-deal-banner__description p{
        width: 100%;
        display: block;
        margin: 5px auto 9px auto;
    }
    .tm-deal-banner.tm-deal-banner-2 .stock-title{
        font-size: 42px;
    }


}

@media (max-width:535px){
    .tm-deal-banner--0 .tm-deal-banner__cont{
       background:#f91f1f!important; 
    }
    .tm-deal-banner--0 .tm-deal-banner__cont:before{
    background: url(/image/25perc.png) no-repeat center center;
    width: 237px;
    height: 117px;
    display: block;
    position: absolute;
    content: "";
    right: 30px;
    top: 80px;
    }


    .tm-deal-banner-2 .tm-deal-banner__cont{
       background:#f91f1f!important; 
    }
    .tm-deal-banner-2 .tm-deal-banner__cont:before{
        background: url(/image/rols-b.png) no-repeat center center;
        width: 245px;
        height: 125px;
        display: block;
        position: absolute;
        content: "";
        right: 30px;
        top: 80px;
        background-size: contain;
    }
    .tm-deal-banner-2 .tm-deal-banner__description{
        padding-bottom: 20px;
    }
    .mig{
        display: block;
    }
    header .container{border: 0px}
    .five-min img{max-height: 120px;display: none;}
    .five-min .content-popup strong{font-weight: normal;line-height: 1.1;font-size: 22px;margin-bottom: 10px;}

}

 

@media (max-width:479px){

.tm-deal-banner--0 .tm-deal-banner__cont:before{
     -moz-transform: rotate(-90deg); /* Для Firefox */
    -ms-transform: rotate(-90deg); /* Для IE */
    -webkit-transform: rotate(-90deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(-90deg); /* Для Opera */
    transform: rotate(-90deg); 
    right: 0px;  
}


.tm-deal-banner-2 .tm-deal-banner__cont:before{
        background: url(/image/rols-b2.png) no-repeat center center;
        width: 70px;
        height: 200px;
        display: block;
        position: absolute;
        content: "";
        right: calc(25% - 35px);
        top: 30px;
        background-size: contain;
    }
}

@media (max-width:390px){
    .tm-deal-banner--0 .tm-deal-banner__cont:before{
        right: 15px;
        top: 100px;
        width: 150px;
        height: 78px;
        background-size: cover; 
    }
    .tm-deal-banner-2 .tm-deal-banner__cont:before{
        right: calc(25% - 55px);
    }
}

@media (max-width:339px){
    .tm-deal-banner--0 .tm-deal-banner__cont:before{
        right: -5px; 
    }

}



 

.product-thumb .sale span{
    color: #000; 
    font-size: 10px;
    font-weight: bold;
    background: #fff;
    display: block;
    padding: 0px;
    line-height: 1.4;
}

.calb-icon-2{
background: #fff;
border: 3px solid #f91f1f;
border-radius: 50%;
bottom: 168px;
display: inline-block;
height: 60px;
padding: 5px;
position: fixed;
right: 24px;
width: 60px;
z-index: 20;
margin-bottom: 80px;
text-align: center;
}
.calb-icon-2 i{
color: #f91f1f;
font-size: 34px;
line-height: 47px;
}
@media screen and (max-width: 767px){
.calb-icon-2{
display: none;
}
}

.cart-buttons button { 
    background: #f91f1f;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 6px;
    height: 34px;
    line-height: 16px; 
    border:solid 2px #f91f1f;
} 

.cart-buttons button span{
    margin-left: 10px;
}
.cart-buttons button:hover{
    animation: .3s ease 1; 
    color: #f91f1f;
    border:solid 2px #f91f1f;
    background: none;
} 

.row-3{
    text-align: center;
    margin: 0px -5px; 
}


.product-thumb .image>a{
    margin-top: -36px;
}

.row-3 a{
    max-width: 381px;
    margin: 5px;
}

.first-block{
    margin-left: -15px;
    margin-right: 15px;
}


@media screen and (max-width: 1200px){
.rd-mobilemenu_ul a .rd-submenu-toggle{
    display: none;
}


.row-3 a{
    max-width: 32%;
    margin: 5px;
}



}



@media screen and (max-width:992px){
 .row-3 a{
    max-width: 32%;
    margin: 2px;
}   
.row-3{    margin: 0px -7px;
    margin-bottom: 20px;}
}


@media screen and (max-width: 800px){
   #column-left{display: none!important} 
}




 .product-layout{
    margin-bottom: 40px;
}



 .product-grid .product-thumb .image { 
    max-height: 200px;
}
 

.tab-content .product-thumb .image>a{
    margin-top: 0px;
}


.tab-content .product-thumb .price{
    float: left;
    margin-right: 2px;
}


.product-thumb .price {
    background: #555;
    display: inline-block; 
    height: 34px;
    padding-left: 7px;
    line-height: 33px;
    width: 95px;
    position: relative;
    vertical-align: top;
}

 .product-thumb .caption{
    padding: 0px;
}

.name-and-price-listing .name{
    white-space: normal;
    overflow: inherit;
    height: 34px;
}


.box-carousel .product-thumb .image>a{
    margin-top: inherit;
}



.name-and-price-listing .name a{
    font-size: 16px; 
    line-height: 17px;
    padding-top: 0px;
}

 .product-layout:hover .name a{
    color: #f91f1f;
}


#productGallery  li{
    display: inline-block;
}


.poster-category{
    display: none;
}

@media screen and (max-width: 768px){
.row-level-1 {
    margin-right: -30px;
    margin-right: 0px;
}

.first-block{
    margin-right: -30px;
}

}

@media screen and (max-width: 641px){
 #content .product-layout{width: 100%;float: none;}
 .product-thumb .image>a .img-secondary{display: none!important;}
 .product-thumb .image>a .img-primary,
  .lazy img{display: block;position: relative;opacity: 1!important; transform: inherit;}
  .product-grid .product-thumb .image  { 
        display: inline-block;
        width: inherit;
        float: left;
        margin-right: 15px;
    }

.product-thumb .image>a{    
        padding: 0px!important;
        height: inherit;
        display: inline-block;
        margin-top: 0px; }
.product-category-71 .product-thumb .image>a{    
         
        margin-top: -28px;
    }
 
 .cart-buttons {
    margin-top: 5px;
    display: inline-block;
}
.product-thumb .descr-in-categ{
    font-size: 12px;
    line-height: 14px;
    height: 57px;
}
}

@media screen and (max-width: 480px){
    .mig{
            margin-top: -6px;
    padding: 5px;
    max-width: 271px;
    margin-left: auto;
    margin-right: auto;
    position: static;
    margin-bottom: -20px;
    }
    header .mid-line{
        padding-bottom: 0px;
    }
    header .container .row1{
        text-align: center;
        max-width: 285px;
        margin: 0 auto;
    }
    header .mob-nws{
        margin-top: 13px;
        float: right;
    }

    .bread-wrap{
        margin-bottom: 0px;
        padding:0px;
    }

    .free-number b, .time-work b{
        font-size: 19px;
        color: #222
    }
    .free-number i{
        margin-left: 0px;
        margin-right: 7px;
        font-size: 18px;
    }
    .time-work i{
        margin-left: 0px;
    }

    .free-number span, .time-work span{
        display: none;
    }
    .logo-nws{
        vertical-align: top;
        display: inline-block;
        float: left;
    }
    
    .poster-category{
        display: inline-block;
        margin: 0px -20px 20px -20px;
    }
    .price .price-old{font-size: 10px;top:-3px;}
    .product-thumb .price-new{font-size: 12px;}
     #page .product-layout{
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0px;
    }
     .product-grid .product-thumb .image{
        max-width: 160px;
        margin-right: 5px;
    }
     .product-grid .product-thumb .image{
        max-width: 180px;
    }
    .product-thumb .descr-in-categ{
        height: 41px;
    }
    .product-category-82 .product-thumb .descr-in-categ{
        height: 98px;
    }
    .weight-category{font-size: 12px;}
     .product-thumb .price{ 
    padding-left: 5px;
    line-height: 28px;
    width: 62px;
    }
    .product-thumb .price{font-size: 13px;}
    .cart-buttons button{  
    font-size: 15px; 
    height: 29px;
    line-height: 16px;
    padding: 0px 4px;
    }
    .product-thumb .cart-buttons .fa:before{
            font-size: 10px;
    margin-top: 0px;
    display: inline-block;
    vertical-align: top;
    }
    .cart-buttons button span {
    margin-left: 4px;
    font-size: 12px;
}
 .row-3 a{max-width: 31%}
}







@media screen and (max-width: 1220px){
     .banner-box .s-desc strong{
        font-size: 28px;
        line-height: 26px;
    }   
}




@media screen and (max-width: 380px){
        .product-grid .product-thumb .image{
        max-width: 160px;
        margin-right: 3px; 
    }
     .row-3 a{    max-width: 30%;
    margin: 3px;}     
}

@media screen and (max-width: 340px){
      .product-grid .product-thumb .image{
            max-width: 140px;
   
    margin-right: 4px;
    }  
}


.t-body__gifts-wrapper input[type=radio]{
    display: none;
}

.owl-carousel-top.owl-carousel{
    padding: 0px;
    margin-top: 40px; 
    margin-left: 0px;
    margin-right: 0px;
}
.owl-carousel-top.owl-carousel .owl-item{
    padding: 0px;
}

.navigation .sf-with-ul img{
    margin-right: 6px;
}

@media screen and (max-width: 480px){
  #mfilter-content-container   .product-thumb .price{height: 29px;}
  .product-thumb .icon-buttons button{    padding: 7px 10px 12px 10px;    height: 29px;}
}

.blured {
  -webkit-filter: blur(5px);
     -moz-filter: blur(5px);
       -o-filter: blur(5px);
      -ms-filter: blur(5px);
          filter: blur(5px);
}
#overlay-all {
	width: 100%;
	height: 100%;
	background: white;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#loader-all {
	width: 150px;
	height: 138px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -69px 0 0 -75px;
	background: url(images/pizza-loader.gif) 0 0 no-repeat;
	z-index: 999;  
}
.t-body-row_pizza_for_free .t-body-item {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}

.list_payment{
    max-height: 268px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
    display: block;
}

.total_cart{
    background: #fff;
    border-top: 1px solid #75b43a;
    margin-top: 10px;
    padding-top: 10px;
    display: block;
}

.toggle.active+.toggle_cont{
    background: #fff;
}

#cart .list_payment li, #cart .list_payment .cart-item {
    display: inline-block;
    width: 100%; 
    float: none;
    position: relative;
    background: #fff;
    overflow: hidden;
    padding: 10px;
}

#cart .list_payment > div+div
{
    border-top: 1px solid #e1e1e1;
}

.time-work b strong{
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 13px;
}

.time-work i{
    float: left;
}

@media screen and (max-width: 480px){
.time-work i { 
    margin-right: 5px;
}
#single-category0 .product-thumb .price {
    height: 29px;
}







