/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    background: #ffffff;
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -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;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  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;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  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-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.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("../../frontend/Mgs/molly/en_US/MGS_Mpanel/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-theme .owl-controls{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.img-responsive{max-width:100%}
.promobanner {
	position: relative;
	margin-bottom: 20px;
}
.promobanner .text {
	position: absolute;
    padding: 15px;
    z-index: 99;
	bottom: 0;
	color: #fff;
}
.promobanner .middle-left, .promobanner .middle-right {
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	top: 50%;
}
.promobanner .middle-left {
	left: 0;
}
.promobanner .middle-right {
	right: 0;
}
.promobanner .bottom-center, .promobanner .top-middle {
	width: 100%;
	text-align: center;
}
.promobanner .bottom-center {
	bottom: 0;
	width: 100%;
	text-align: center;
}
.promobanner .top-middle {
	top: 0;
	width: 100%;
	text-align: center;
}
.promobanner .middle-center {
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
}
.promobanner .top-left {
	left: 0;
	top: 0;
}
.promobanner .top-right {
	right: 0;
	top: 0;
}
.promobanner .bottom-left {
	bottom: 0;
	left: 0;
}
.promobanner .bottom-right {
	bottom: 0;
	right: 0;
}
.promobanner img {
	width: 100%;
}
.promobanner button {
	padding: 10px 15px;
}
.promobanner {
	overflow: hidden;
}
/* Zoom */
.promobanner.zoom img{
	transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
}
.promobanner.zoom:hover img {
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
}
/* Border Zoom */
.promobanner.border-zoom:before {
	border: 1px solid #fff;
    top: 10px;
    bottom: 10px;
    right: 10px;
    left: 10px;
    content: '';
    display: block;
    position: absolute;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.promobanner.border-zoom:hover:before{
	transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    z-index: 9;
}
.promobanner.border-zoom img {
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.promobanner.border-zoom:hover img{
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
/* flashed */
.promobanner.flashed:after {
	position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    -moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    -o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.promobanner.flashed:hover:after {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    -o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    -moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
/* zoom-flashed */
.promobanner.zoom-flashed:after {
	position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    -moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    -o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.promobanner.zoom-flashed:hover:after {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    -o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    -moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
.promobanner.zoom-flashed img {
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.promobanner.zoom-flashed:hover img {
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
/* shadow-corner */
.promobanner.shadow-corner:before {
	position: absolute;
    height: 200%;
    width: 50%;
    transform: rotate(45deg);
    background: #ca7379;
    top: 50%;
    right: -140px;
    content: "";
    opacity: 0;
    z-index: 10;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
}
.promobanner.shadow-corner:after {
	position: absolute;
    height: 200%;
    width: 50%;
    transform: rotate(45deg);
    background-image: url('../../frontend/Mgs/molly/en_US/MGS_Promobanners/css/bg_tabs.jpg');
    background-repeat: repeat;
    top: 0;
    right: -140px;
    content: "";
    z-index: 9;
}
.promobanner.shadow-corner:hover:before {
	opacity: 1;
    top: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
}
/* border-run */
.promobanner.border-run:before,
.promobanner.border-run:after {
    bottom: 15px;
    content: "";
    left: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    z-index: 1;
}
.promobanner.border-run:after {
	border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}
.promobanner.border-run:before {
	border-bottom: 5px solid #fff;
    border-top: 5px solid #fff;
}
.promobanner.border-run:hover:after{
	transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -o-transform: scale(1, 0);
	border-color: #ca7379;
}
/* promobanner zoom-shadow */
.promobanner.zoom-shadow:after {
	position: absolute;
    content: "";
    left: 20px;
    right: 20px;
    bottom: 20px;
    top: 20px;
    background: #000000;
    opacity: 0.4;
    transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.promobanner.zoom-shadow:hover:after {
	left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
/* cup-border */
.promobanner.cup-border {
	overflow: visible;
}
.promobanner.cup-border a:after {
	border: 2px solid #ddbe86;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    content: "";
    opacity: 0;
    transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    -webkit-transform: translate(0);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.promobanner.cup-border:hover a:after {
	opacity: 1;
    transform: translate(15px, 15px);
    -moz-transform: translate(15px, 15px);
    -o-transform: translate(15px, 15px);
    -webkit-transform: translate(15px, 15px);
}
/* flashed-zoom */
.promobanner.flashed-zoom a:after {
	position: absolute;
    content: "";
    width: 100%;
    padding-top: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg) scale(0);
    -moz-transform: translate(-50%,-50%) rotate(45deg) scale(0);
    -webkit-transform: translate(-50%,-50%) rotate(45deg) scale(0);
    -o-transform: translate(-50%,-50%) rotate(45deg) scale(0);
    opacity: 1;
    background: #fff;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
}
.promobanner.flashed-zoom:hover a:after {
	opacity: 0;
    transform: translate(-50%,-50%) rotate(45deg) scale(1);
    -moz-transform: translate(-50%,-50%) rotate(45deg) scale(1);
    -webkit-transform: translate(-50%,-50%) rotate(45deg) scale(1);
    -o-transform: translate(-50%,-50%) rotate(45deg) scale(1);
}
.promobanner.flashed-zoom a > img {
	-webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
}
.promobanner.flashed-zoom:hover a > img {
	transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
/* zoom-out-shadow */
.promobanner.zoom-out-shadow a:after {
	position: absolute;
    content: "";
    left: -10px;
    right: -10px;
    bottom: -10px;
    top: -10px;
    border: 2px solid #fff;
    outline-width: 15px;
    outline-style: solid;
    outline-color: rgba(0,0,0,0.3);
    z-index: 100;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.promobanner.zoom-out-shadow:hover a:after {
	left: 15px;
    right: 15px;
    bottom: 15px;
    top: 15px;
}
/* mist */
.promobanner.mist a:after {
	position: absolute;
    z-index: 1;
    background-color: rgba(255,255,255,0.8);
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.promobanner.mist:hover a:after {
	transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}
/* Mist text */
.promobanner.mist-text a:after {
	position: absolute;
    z-index: 1;
    background-color: rgba(255,255,255,0.8);
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.promobanner.mist-text:hover a:after {
	transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}
.promobanner.mist-text .text {
	position: absolute;
    left: 35px;
    bottom: 30px;
    z-index: 3;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.promobanner.mist-text:hover .text {
	bottom: 50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
}/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.1 | MIT License | git.io/normalize */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,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:0 0}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}@media print{*{color:#000!important;text-shadow:none!important;background:transparent!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:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../../frontend/Mgs/molly/en_US/fonts/glyphicons-halflings-regular.eot);src:url(../../frontend/Mgs/molly/en_US/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../../frontend/Mgs/molly/en_US/fonts/glyphicons-halflings-regular.woff) format('woff'),url(../../frontend/Mgs/molly/en_US/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../../frontend/Mgs/molly/en_US/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-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"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:before,:after{-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}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;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}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;width:100% \9;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;width:100% \9;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}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,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:400;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.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,.h4,h5,.h5,h6,.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%}cite{font-style:normal}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:#428bca}a.text-primary:hover{color:#3071a9}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#428bca}a.bg-primary:hover{background-color:#3071a9}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{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}dt,dd{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[title],abbr[data-original-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 p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote footer:before,blockquote small: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 footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}blockquote:before,blockquote:after{content:""}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%;-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-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{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-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{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-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{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-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{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}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding: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>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}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=radio],input[type=checkbox]{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=radio]:focus,input[type=checkbox]: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:#777;opacity:1}.form-control:-ms-input-placeholder{color:#777}.form-control::-webkit-input-placeholder{color:#777}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{line-height:34px;line-height:1.42857143 \0}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[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}.radio,.checkbox{position:relative;display:block;min-height:20px;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{position:absolute;margin-top:4px \9;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type=radio][disabled],input[type=checkbox][disabled],input[type=radio].disabled,input[type=checkbox].disabled,fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{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,.form-horizontal .form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.input-lg,.form-horizontal .form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:25px;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.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 .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .radio,.form-horizontal .checkbox{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{top:0;right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.3px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.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;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:focus,.btn:active:focus,.btn.active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#3071a9;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-primary .badge{color:#428bca;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-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:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#428bca;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{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=submit].btn-block,input[type=reset].btn-block,input[type=button].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:height .35s ease;-o-transition:height .35s ease;transition:height .35s ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;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:hover,.dropdown-menu>li>a:focus{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#428bca;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{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 solid}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.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>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-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=radio],[data-toggle=buttons]>.btn>input[type=checkbox]{position:absolute;z-index:-1;filter:alpha(opacity=0);opacity:0}.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.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control: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=radio],.input-group-addon input[type=checkbox]{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:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{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:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{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:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{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{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:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.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:hover,.nav-tabs>li.active>a:focus{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:hover,.nav-tabs.nav-justified>.active>a:focus{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:hover,.nav-tabs.nav-justified>.active>a:focus{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:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{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:hover,.nav-tabs-justified>.active>a:focus{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-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{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-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030;-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{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:hover,.navbar-brand:focus{text-decoration:none}@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>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}.navbar-nav.navbar-right:last-child{margin-right:-15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type=radio],.navbar-form .checkbox input[type=checkbox]{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}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-form.navbar-right:last-child{margin-right:-15px}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{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}.navbar-text.navbar-right:last-child{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{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:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{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:hover,.navbar-default .navbar-nav>.open>a:focus{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:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#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:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#777}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#777}.navbar-inverse .navbar-nav>li>a{color:#777}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{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:hover,.navbar-inverse .navbar-nav>.open>a:focus{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:#777}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#777}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#777}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{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:#428bca;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:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#2a6496;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#428bca;border-color:#428bca}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{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}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.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:hover,.pager li>a:focus{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:hover,.pager .disabled>a:focus,.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:hover,a.label:focus{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]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding: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{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.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}.thumbnail>img,.thumbnail a>img{margin-right:auto;margin-left:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}.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:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar,.progress-bar-striped{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.active .progress-bar,.progress-bar.active{-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[aria-valuenow="1"],.progress-bar[aria-valuenow="2"]{min-width:30px}.progress-bar[aria-valuenow="0"]{min-width:30px;color:#777;background-color:transparent;background-image:none;-webkit-box-shadow:none;box-shadow:none}.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,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-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}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{color:#555;text-decoration:none;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{color:#777;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{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>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{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.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{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.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>.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:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#428bca}.panel-primary>.panel-heading .badge{color:#428bca;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-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 iframe,.embed-responsive embed,.embed-responsive object{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive.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:hover,.close:focus{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:translate3d(0,-25%,0);-o-transform:translate3d(0,-25%,0);transform:translate3d(0,-25%,0)}.modal.in .modal-dialog{-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,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-size:12px;line-height:1.4;visibility:visible;filter:alpha(opacity=0);opacity:0}.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;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{right:5px;bottom:0;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;left:5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;right: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;text-align:left;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)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{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>img,.carousel-inner>.item>a>img{line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);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:hover,.carousel-control:focus{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color: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-prev,.carousel-control .icon-next{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}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{display:table;content:" "}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer: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;visibility:hidden!important}.affix{position:fixed;-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none!important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}th.visible-xs,td.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}tr.visible-sm{display:table-row!important}th.visible-sm,td.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}tr.visible-md{display:table-row!important}th.visible-md,td.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}tr.visible-lg{display:table-row!important}th.visible-lg,td.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}tr.visible-print{display:table-row!important}th.visible-print,td.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}}/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../frontend/Mgs/molly/en_US/fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../../frontend/Mgs/molly/en_US/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../../frontend/Mgs/molly/en_US/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../../frontend/Mgs/molly/en_US/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../../frontend/Mgs/molly/en_US/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../../frontend/Mgs/molly/en_US/fonts/fontawesome-webfont.svg?v=4.5.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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.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: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  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;
}
/* Deprecated as of 4.4.0 */
.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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  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 {
  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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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: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-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-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";
}
@media (min-width: 992px) {
  body.cms-index-index .vertical-menu-home .vertical-menu-content {
    min-height: 499px;
  }
}
@media (max-width: 991px) {
  .header-v1 .topsearch-block .input-text {
    border: 1px solid #eeeeee !important;
  }
}
@media (max-width: 767px) {
  .header-v1.top-header-content .top-bar-right {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (min-width: 992px) {
  .vertical-menu li {
    position: relative;
  }
  .vertical-menu li > ul.dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    transform: translateX(50px);
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -o-transform: translateX(50px);
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    visibility: hidden;
    opacity: 0;
    display: block !important;
  }
  .vertical-menu li:hover > ul.dropdown-menu {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .vertical-menu-home .vertical-menu-content {
    display: none;
  }
  .vertical-menu-home .vertical-title:before {
    content: "\f107";
  }
  .vertical-menu-home .vertical-menu {
    border: 1px solid #eee;
    border-bottom: none;
  }
  .vertical-menu-home .vertical-menu li {
    position: relative;
  }
  .vertical-menu-home .vertical-menu li > ul.dropdown-menu {
    position: static;
    float: none;
    border: none;
    box-shadow: none;
  }
  .vertical-menu-home .vertical-menu li .mega-menu-content {
    width: 100% !important;
    padding-left: 20px;
  }
  .vertical-menu-home .vertical-menu li span.toggle-menu {
    position: absolute;
    top: 4px;
    right: 15px;
  }
  .vertical-menu-home .vertical-menu li span.toggle-menu .fa-minus {
    display: none;
  }
  .vertical-menu-home .vertical-menu li span.toggle-menu .active .fa-plus {
    display: none;
  }
  .vertical-menu-home .vertical-menu li span.toggle-menu .active .fa-minus {
    display: block;
  }
}
@media (max-width: 1200px) {
  .header .top-header-content .header-social .phone {
    display: none;
  }
}
@media (min-width: 992px) {
  .header .btn-responsive-nav {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header .top-header-content .top-bar-right .header-newsletter {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header .top-header-content .top-bar-right .switcher {
    padding: 0 10px;
  }
  .header .header-sticky-menu .top-bar-right .minicart-wrapper.switcher {
    right: 5%;
  }
}
@media (max-width: 991px) {
  .header .btn-responsive-nav {
    display: block;
    background: none;
    color: #222;
    font-size: 24px;
    height: 60px;
    position: absolute;
    right: 12px;
    top: -80px;
    width: 60px;
    z-index: 9;
  }
  .header .navbar-collapse {
    padding: 0;
    margin: 0;
    background: none;
  }
  .header .navbar-collapse .navigation {
    position: fixed;
    right: 0;
    padding-top: 24px;
    top: 0;
    width: 300px;
    background-color: #222;
    overflow-y: scroll;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transition: transform .4s linear 0s;
    -moz-transition: -moz-transform 0.4s linear 0s;
    -webkit-transition: -webkit-transform 0.4s linear 0s;
    -ms-transition: -ms-transform 0.4s linear 0s;
    -o-transition: -o-transform 0.4s linear 0s;
    height: 100%;
    left: auto;
    z-index: 1001;
    display: block;
  }
  .header .navbar-collapse .navigation li.level0.mega-menu-item {
    position: relative;
  }
  .header .navbar-collapse .navigation li.level0.mega-menu-item li.level1 > a {
    padding: 7px 10px;
  }
  .header .navbar-collapse .navigation li.level0.mega-menu-item li.level1 .toggle-menu .fa-plus,
  .header .navbar-collapse .navigation li.level0.mega-menu-item li.level1 .toggle-menu .fa-minus {
    padding-right: 0;
    margin-right: -2px;
  }
  .header .navbar-collapse .navigation li.level0.mega-menu-item li.level1 .toggle-menu .hide-plus.fa-plus {
    display: none;
  }
  .header .navbar-collapse .navigation li.level0.mega-menu-item li.level1 .toggle-menu .show-minus.fa-minus {
    display: block;
  }
  .header .navbar-collapse .navigation li.level0.mega-menu-item .dropdown-menu .level1 > ul {
    display: none;
    margin-left: 10px;
  }
  .header .navbar-collapse .navigation li {
    float: left;
    position: relative;
    width: 100%;
  }
  .header .navbar-collapse .navigation li a {
    color: #fff;
    text-align: left;
  }
  .header .navbar-collapse .navigation li a:hover {
    color: #e74c3c;
  }
  .header .navbar-collapse .navigation li span.toggle-menu {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
  }
  .header .navbar-collapse .navigation li span.toggle-menu a.active .fa-minus {
    display: block;
  }
  .header .navbar-collapse .navigation li span.toggle-menu a.active .fa-plus {
    display: none;
  }
  .header .navbar-collapse .navigation li span.toggle-menu .fa-minus,
  .header .navbar-collapse .navigation li span.toggle-menu .fa-plus {
    color: #f7f7f7;
    height: 30px;
    padding-right: 13px;
    text-align: right;
    width: 50px;
  }
  .header .navbar-collapse .navigation li span.toggle-menu .fa-minus {
    display: none;
  }
  .header .navbar-collapse .navigation li.level0 {
    border: none;
    float: left;
    height: auto;
    margin: 0;
    width: 100%;
  }
  .header .navbar-collapse .navigation li.level0 > a.level0 {
    margin: 15px 20px;
    text-align: left;
    color: #fff;
  }
  .header .navbar-collapse .navigation li.level0 > a.level0 span {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
  }
  .header .navbar-collapse .navigation li.level0:hover,
  .header .navbar-collapse .navigation li.level0 .active {
    background: none;
  }
  .header .navbar-collapse .navigation ul.nav-main .dropdown .dropdown-menu {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    background: none;
    display: none;
    border: none;
    position: relative;
    margin: 0;
    visibility: visible;
    width: 100%;
    padding: 0 0 0 20px;
    opacity: 1;
    left: 0;
    right: auto;
  }
  .header .navbar-collapse .navigation ul.nav-main .dropdown .dropdown-submenu a:after {
    display: none;
  }
  .header .navbar-collapse .navigation ul.nav-main .dropdown .dropdown-submenu .toggle-menu .fa-plus,
  .header .navbar-collapse .navigation ul.nav-main .dropdown .dropdown-submenu .toggle-menu .fa-minus {
    padding-right: 9px;
  }
  .header .navbar-collapse .navigation ul.nav-main .dropdown .dropdown-submenu .toggle-menu .hide-plus.fa-plus {
    display: none;
  }
  .header .navbar-collapse .navigation ul.nav-main .dropdown .dropdown-submenu .toggle-menu .show-minus.fa-minus {
    display: block;
  }
  .header .navbar-collapse .navigation ul.nav-main .dropdown:hover .dropdown-menu {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
  }
  .header .navbar-collapse .navigation ul.nav-main li.small-width .dropdown-menu {
    width: 100% !important;
  }
  .header .navbar-collapse .navigation ul.nav-main .custom-img {
    position: relative;
    right: 0;
    top: 0;
  }
  .header .navbar-collapse .navigation ul.nav-main .custom-img img {
    width: 100%;
    height: auto;
  }
  .header .navbar-collapse .navigation ul.nav-main .category-menu .dropdown-submenu .toggle-menu .fa-plus,
  .header .navbar-collapse .navigation ul.nav-main .category-menu .dropdown-submenu .toggle-menu .fa-minus {
    padding-right: 3px;
  }
  .header .navbar-collapse .navigation .fa-times {
    color: #f7f7f7;
    cursor: pointer;
    font-size: 16px;
    margin-left: 20px;
    float: left;
    margin-bottom: 10px;
  }
  .header .navbar-collapse .navigation.show-menu {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
@media (max-width: 768px) {
  .header .logo-container {
    float: left;
  }
  .header .top-header-content .header-social ul {
    text-align: center;
  }
  .header .top-header-content .header-social ul li {
    float: none;
  }
  .header .top-header-content .top-bar-right {
    border-bottom: 1px solid #eee;
    height: 50px;
  }
  .header .top-header-content .top-bar-right .header-account {
    text-align: center;
  }
  .header .top-header-content .top-bar-right .switcher,
  .header .top-header-content .top-bar-right .block-search {
    float: none !important;
  }
  .header .top-header-content .top-bar-right .header-newsletter {
    border: none;
    padding: 0 15px;
  }
  .header .top-header-content .top-bar-right .header-newsletter .dropdown-menu {
    left: 0;
    right: auto;
  }
  .header .top-header-content .top-bar-right .block-search .dropdown-menu {
    left: 0;
    right: auto;
  }
  .header .minicart-wrapper {
    border: none;
  }
  .header .minicart-wrapper > .ui-widget-content {
    left: 0;
    right: auto;
  }
}
@media (max-width: 480px) {
  .header .logo-container {
    margin: 30px 0;
  }
  .header .logo-container .title-logo {
    display: none;
  }
  .header .btn-responsive-nav {
    /* top: -100px; */
  }
  .header .top-header-content .top-bar-right .switcher {
    padding: 0 10px;
    position: static;
  }
  .header .top-header-content .top-bar-right .top-links.switcher .dropdown-menu {
    right: 0;
    left: auto;
  }
  .header .top-header-content .top-bar-right .header-newsletter,
  .header .top-header-content .top-bar-right .block-search {
    position: static;
    padding: 0 10px;
    width: auto;
  }
  .header .top-header-content .top-bar-right .header-newsletter .dropdown-menu,
  .header .top-header-content .top-bar-right .block-search .dropdown-menu {
    left: 0;
    margin: 0 auto;
    width: 290px;
    right: 0;
  }
  .header .top-header-content .top-bar-right .switcher-language .switcher-options > .ui-widget-content,
  .header .top-header-content .top-bar-right .switcher-current .switcher-options > .ui-widget-content {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .header .top-header-content .top-bar-right .minicart-wrapper {
    position: static;
  }
  .header .top-header-content .top-bar-right .minicart-wrapper > .ui-widget-content {
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 10px 5px;
    width: 290px !important;
    min-width: 290px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer .top-footer .social a {
    width: 55px;
  }
}
@media (max-width: 991px) {
  .footer .top-footer .social {
    margin: 0;
  }
  .footer .top-footer .social a {
    width: 50px;
    float: none;
  }
  .footer .top-footer .newsletter-footer {
    width: 100%;
  }
  .footer .top-footer .newsletter-footer .field.newsletter {
    width: calc(30%);
  }
  .footer .top-footer .newsletter-footer .actions {
    width: 70px;
  }
  .footer .top-footer .newsletter-footer .input-box {
    width: calc(-48%);
  }
}
@media (max-width: 768px) {
  .footer .top-footer .social-footer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .footer .top-footer .social-footer .social {
    text-align: center;
  }
  .footer .top-footer .social-footer .social li {
    display: inline-block;
    float: none;
  }
  .footer .top-footer .newsletter-footer {
    float: left;
  }
  .footer .middle-footer .middle-block {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .footer .top-footer .newsletter-footer .form-subscribe-header {
    display: none;
  }
  .footer .top-footer .newsletter-footer .input-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .title-inline {
    padding: 0 30px;
  }
}
@media (max-width: 360px) {
  .title-inline .heading {
    width: 100%;
    font-size: 20px;
  }
  .title-inline .text-desc {
    display: none;
  }
}
@media (max-width: 360px) {
  .owl-carousel .owl-controls .owl-nav .owl-prev,
  .owl-carousel .owl-controls .owl-nav .owl-next {
    top: 40%;
  }
}
@media (max-width: 767px) {
  .category-tabs .item.title {
    font-size: 12px;
  }
  .category-tabs .item.title a {
    padding: 1px 20px;
  }
  .category-tabs .item.title:first-child a {
    padding-left: 30px;
  }
}
@media (max-width: 480px) {
  .category-tabs .item.title {
    float: none;
    border-bottom: 1px solid #ccc;
    margin-left: 30px;
    margin-right: 30px;
    text-align: left;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .category-tabs .item.title:first-child {
    border-top: 1px solid #cccccc;
  }
  .category-tabs .item.title:first-child + .item.content {
    margin-top: 70px;
  }
  .category-tabs .item.title a {
    border: none;
    padding-left: 10px !important;
  }
  .category-tabs .item.content {
    margin-left: -100%;
  }
}
@media (max-width: 359px) {
  .catalog-product-view .product-essential .product-social-links .product-addto-links a.action {
    display: block;
  }
  .catalog-product-view .product-essential .product-social-links .product-addto-links a.action.tocompare {
    margin-top: 10px;
  }
}
@media (max-width: 359px) {
  .share-this-block .label-share {
    display: block;
  }
  .share-this-block > span .stButton .stLarge {
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 600px) {
  .block.upsell .title-inline {
    padding: 0;
    text-align: center;
  }
  .block.upsell .title-inline span {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .checkout-cart-index .cart.actions > .action {
    margin-bottom: 15px;
  }
  .checkout-cart-index .shopping-cart-bottom > div {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .checkout-index-index .opc-wrapper {
    width: 100%;
  }
  .checkout-index-index .opc-wrapper .form-shipping-address {
    max-width: 100%;
  }
  .checkout-index-index .field-tooltip {
    position: relative;
    right: 0;
    top: 0;
  }
}
@media (max-width: 360px) {
  .checkout-index-index .opc-sidebar {
    width: 100%;
    margin: 0;
  }
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .catalog-product-view .product-essential .product.media {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .sidebar > .block:not(.filter) {
    display: none;
  }
}
@media (max-width: 767px) {
  .catalog-category-view .sidebar {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .product.media .gallery-placeholder .fotorama__nav-wrap {
    padding: 0;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .first-row-item {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .row-sm-first {
    clear: left;
  }
}
@media (max-width: 767px) {
  .row-xs-first {
    clear: left;
  }
}
@media (max-width: 991px) {
  .service-box {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .widget-latest-post .item .latest-post-decs {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 360px) {
  .home1 .title-inline .heading span:before,
  .home1 .title-inline .heading span:after,
  .home1 .title-center .heading span:before,
  .home1 .title-center .heading span:after {
    content: none;
  }
}
@media (max-width: 480px) {
  .home1 .category-tabs .item.title {
    display: block;
  }
}
@media (max-width: 991px) {
  .more-text {
    left: auto !important;
    right: 11px !important;
  }
}
@media (max-width: 600px) {
  .more-text {
    display: none;
  }
}
@media (max-width: 991px) {
  .addtocart {
    left: auto !important;
    right: 80px !important;
  }
}
@media (max-width: 600px) {
  .addtocart {
    right: 65px !important;
    top: 120px !important;
    font-size: 8px !important;
  }
}
@media (max-width: 480px) {
  .addtocart {
    right: 40px !important;
    top: 122px !important;
  }
}
@media (max-width: 360px) {
  .addtocart {
    right: 18px !important;
    top: 100px !important;
  }
}
@media (max-width: 320px) {
  .addtocart {
    right: 11px !important;
  }
}
@media (max-width: 991px) {
  .cwc {
    left: auto !important;
    right: 38px !important;
  }
}
@media (max-width: 600px) {
  .cwc {
    font-size: 12px !important;
    right: 15px !important;
  }
}
@media (max-width: 480px) {
  .cwc {
    font-size: 11px !important;
    right: -3px !important;
  }
}
@media (max-width: 360px) {
  .cwc {
    right: -29px !important;
  }
}
@media (max-width: 320px) {
  .cwc {
    right: -34px !important;
  }
}
@media (max-width: 991px) {
  .rprice {
    left: auto !important;
    right: 147px !important;
  }
}
@media (max-width: 600px) {
  .rprice {
    font-size: 13px !important;
    right: 130px !important;
    top: 78px !important;
  }
}
@media (max-width: 480px) {
  .rprice {
    right: 105px !important;
    top: 90px !important;
  }
}
@media (max-width: 360px) {
  .rprice {
    right: 80px !important;
    top: 65px !important;
  }
}
@media (max-width: 320px) {
  .rprice {
    top: 65px !important;
    right: 75px !important;
  }
}
@media (max-width: 600px) {
  .wj {
    left: auto !important;
    right: 53px !important;
  }
}
@media (max-width: 360px) {
  .wj {
    right: 96px !important;
  }
}
@media (max-width: 360px) {
  .wj {
    right: 55px !important;
  }
}
@media (max-width: 320px) {
  .wj {
    right: 55px !important;
    top: 29px !important;
  }
}
@media (max-width: 767px) {
  .header-v3.top-header-content .top-bar-right .header-newsletter,
  .header-v3.top-header-content .top-bar-right .switcher,
  .header-v3.top-header-content a {
    color: #222;
  }
  .header-v3 .switcher-language .dropdown span,
  .header-v3 .switcher-currency .dropdown span,
  .header-v3 .block-search .name {
    color: #222;
  }
}
@media (max-width: 360px) {
  .header-v3 .top-bar-right {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .category-tabs .item.title {
    display: block;
  }
}
@media (max-width: 1100px) {
  .block-to-deals {
    padding: 20px 20px 0;
  }
}
@media (max-width: 1080px) {
  .block-to-deals {
    padding: 30px 30px 0;
  }
  .block-to-deals .molly_sub_title_deals {
    display: none;
  }
}
@media (max-width: 991px) {
  .block-to-deals {
    padding: 20px;
  }
  .block-to-deals .deal-timer .countdown > span > b {
    padding: 5px 0;
  }
  .block-to-deals .deal-timer {
    margin-top: 0;
  }
}
@media (max-width: 360px) {
  .block-to-deals .deal-timer .countdown > span > b {
    font-size: 32px;
  }
}
@media (max-width: 1080px) {
  .home4 .newletter-center {
    padding: 30px;
  }
  .home4 .newletter-center .text > p {
    display: none;
  }
}
@media (max-width: 991px) {
  .home4 .newletter-center {
    padding: 20px;
  }
  .home4 .newletter-center br {
    display: none;
  }
  .home4 .newletter-center .text-desc {
    margin-top: 7px;
  }
}
@media (max-width: 767px) {
  .header .top-header-content .header-social {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home4 .title-inline {
    padding: 0;
  }
  .home4 .title-inline h3 {
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  .home4 .products-grid .item .product-content .product-desc .desc-prd .add-cart-item .product-item-actions button:hover {
    padding: 8px 4px;
  }
}
@media (max-width: 400px) {
  .home4 .products-grid .item .product-content .product-desc .product-item-name {
    min-height: 55px;
  }
}
@media (max-width: 1100px) {
  .home4 .newletter-center {
    padding: 30px 30px 0;
  }
}
@media (max-width: 991px) {
  .all-brands .brand-list .item {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .all-brands .brand-list .item {
    width: 40%;
  }
}
@media (max-width: 480px) {
  .all-brands .brand-list .item {
    width: 50%;
  }
}
@media (max-width: 360px) {
  .all-brands .brand-list .item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .brand-list .shop-by-brand .item .brand-content img {
    height: 152px !important;
  }
}
@media (max-width: 767px) {
  .brand-list .shop-by-brand .item .brand-content img {
    height: 164px !important;
  }
}
@media (max-width: 360px) {
  .brand-list .shop-by-brand .item .brand-title {
    border: none;
  }
}
@media (max-width: 767px) {
  .brand-list .shop-by-brand .title-inline {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cms-index-index .header-v4 {
    position: relative;
  }
}
@media (min-width: 992px) {
  .col-md-custom-5 {
    padding-left: 12px;
    padding-right: 12px;
    width: 20%;
  }
}
@media (max-width: 767px) {
  .home5 .title-inline {
    padding: 0;
  }
  .home5 .title-inline .heading {
    font-size: 20px;
  }
  .home5 .promobanner {
    margin-bottom: 20px;
  }
}
@media (max-width: 360px) {
  .home5 .product-item-name {
    height: 45px;
  }
}
@media (max-width: 480px) {
  .product-label {
    height: 40px;
    width: 40px;
    padding: 9px 0;
    font-size: 12px;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .widget-latest-post .blog-view-container {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .vertical-menu li.level1 {
    padding-left: 35px;
  }
  .vertical-menu li.level1 > a {
    font-weight: 700;
    text-transform: uppercase;
  }
  .vertical-menu .mega-menu-content li.level1 {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .vertical-menu-home .vertical-menu-content .vertical-menu li.level1 ul > li {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .header-v5 .navigation ul.nav-main li.level0 {
    height: auto;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .header-v5 span.phone {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-v5 .section-headertop > .container {
    width: 100%;
  }
  .header-v5 .section-headertop .vertical-menu-home .vertical-menu-content {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-v5 .social {
    display: none;
  }
  .header-v5 .social-login-options .fa-angle-down {
    position: absolute;
    top: 19px;
    right: 2px;
  }
  .header-v5 .social-toplink-trigger .fa-users {
    line-height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-v5 .top-header-content .top-bar-right .switcher,
  .header-v5 .top-header-content .top-bar-right .block-search {
    float: right !important;
  }
}
@media (max-width: 768px) {
  .header-v5 .top-bar-left {
    text-align: center;
  }
  .header-v5 .top-bar-right {
    text-align: center;
  }
  .header-v5 .top-bar-right .header-account {
    display: inline-block;
    margin: 0 auto;
  }
}
@media (min-width: 360px) and (max-width: 480px) {
  .header-v5 .block-search {
    width: 140px !important;
  }
}
@media (max-width: 359px) {
  .header-v5 .block-search {
    width: 100px !important;
  }
  .header-v5 .block-search .minisearch {
    padding-left: 20px;
  }
  .header-v5 .block-search .btn-primary {
    left: -10px;
    width: 30px;
  }
}
@media (max-width: 768px) {
  .header .header-v5 .top-header-content .top-bar-right .switcher,
  .header .header-v5 .top-header-content .top-bar-right .block-search {
    float: right !important;
  }
}
@media (max-width: 768px) {
  .tab-electronic > li {
    border: 1px solid #e3e3e3;
  }
  .col-lg-3.col-md-4.col-sm-5.col-xs-12.top-bar-left {
    display: block;
    float: left;
    width: 180px;
    height: 40px;
  }
  .col-lg-9.col-md-8.col-sm-7.col-xs-12.top-bar-right {
    display: block;
    float: right;
    width: 150px;
    height: 40px;
  }
  .header .top-header-content .header-social ul li a {
    width: 35px;
    height: 40px;
  }
  .top-header-content.header-v3 {
    height: 40px;
  }
  .header-social {
    height: 40px;
  }
  .header .top-header-content .header-social {
    height: 40px !important;
  }
  .header .top-header-content .header-social ul {
    height: 40px;
  }
  .header .top-header-content .header-social ul li a {
    line-height: 40px;
  }
  .header .top-header-content .top-bar-right .switcher {
    height: 40px;
  }
  .minicart-wrapper {
    width: 40px;
  }
  div#top-links {
    margin: 0;
    /* max-width: 0px; */
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .sidebar_deal .deal-timer .countdown > span > b {
    height: 38px;
    width: 38px;
  }
  .sidebar_deal .deal-timer .time-note > span {
    width: 46px;
  }
}
@font-face {
	font-family: 'Pe-icon-7-stroke';
	src:url('../../frontend/Mgs/molly/en_US/fonts/Pe-icon-7-stroke.eot?d7yf1v');
	src:url('../../frontend/Mgs/molly/en_US/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'),
		url('../../frontend/Mgs/molly/en_US/fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'),
		url('../../frontend/Mgs/molly/en_US/fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'),
		url('../../frontend/Mgs/molly/en_US/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="pe-7s-"], [class*=" pe-7s-"] {
	display: inline-block;
	font-family: 'Pe-icon-7-stroke';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pe-7s-album:before {
	content: "\e6aa";
}
.pe-7s-arc:before {
	content: "\e6ab";
}
.pe-7s-back-2:before {
	content: "\e6ac";
}
.pe-7s-bandaid:before {
	content: "\e6ad";
}
.pe-7s-car:before {
	content: "\e6ae";
}
.pe-7s-diamond:before {
	content: "\e6af";
}
.pe-7s-door-lock:before {
	content: "\e6b0";
}
.pe-7s-eyedropper:before {
	content: "\e6b1";
}
.pe-7s-female:before {
	content: "\e6b2";
}
.pe-7s-gym:before {
	content: "\e6b3";
}
.pe-7s-hammer:before {
	content: "\e6b4";
}
.pe-7s-headphones:before {
	content: "\e6b5";
}
.pe-7s-helm:before {
	content: "\e6b6";
}
.pe-7s-hourglass:before {
	content: "\e6b7";
}
.pe-7s-leaf:before {
	content: "\e6b8";
}
.pe-7s-magic-wand:before {
	content: "\e6b9";
}
.pe-7s-male:before {
	content: "\e6ba";
}
.pe-7s-map-2:before {
	content: "\e6bb";
}
.pe-7s-next-2:before {
	content: "\e6bc";
}
.pe-7s-paint-bucket:before {
	content: "\e6bd";
}
.pe-7s-pendrive:before {
	content: "\e6be";
}
.pe-7s-photo:before {
	content: "\e6bf";
}
.pe-7s-piggy:before {
	content: "\e6c0";
}
.pe-7s-plugin:before {
	content: "\e6c1";
}
.pe-7s-refresh-2:before {
	content: "\e6c2";
}
.pe-7s-rocket:before {
	content: "\e6c3";
}
.pe-7s-settings:before {
	content: "\e6c4";
}
.pe-7s-shield:before {
	content: "\e6c5";
}
.pe-7s-smile:before {
	content: "\e6c6";
}
.pe-7s-usb:before {
	content: "\e6c7";
}
.pe-7s-vector:before {
	content: "\e6c8";
}
.pe-7s-wine:before {
	content: "\e6c9";
}
.pe-7s-cloud-upload:before {
	content: "\e68a";
}
.pe-7s-cash:before {
	content: "\e68c";
}
.pe-7s-close:before {
	content: "\e680";
}
.pe-7s-bluetooth:before {
	content: "\e68d";
}
.pe-7s-cloud-download:before {
	content: "\e68b";
}
.pe-7s-way:before {
	content: "\e68e";
}
.pe-7s-close-circle:before {
	content: "\e681";
}
.pe-7s-id:before {
	content: "\e68f";
}
.pe-7s-angle-up:before {
	content: "\e682";
}
.pe-7s-wristwatch:before {
	content: "\e690";
}
.pe-7s-angle-up-circle:before {
	content: "\e683";
}
.pe-7s-world:before {
	content: "\e691";
}
.pe-7s-angle-right:before {
	content: "\e684";
}
.pe-7s-volume:before {
	content: "\e692";
}
.pe-7s-angle-right-circle:before {
	content: "\e685";
}
.pe-7s-users:before {
	content: "\e693";
}
.pe-7s-angle-left:before {
	content: "\e686";
}
.pe-7s-user-female:before {
	content: "\e694";
}
.pe-7s-angle-left-circle:before {
	content: "\e687";
}
.pe-7s-up-arrow:before {
	content: "\e695";
}
.pe-7s-angle-down:before {
	content: "\e688";
}
.pe-7s-switch:before {
	content: "\e696";
}
.pe-7s-angle-down-circle:before {
	content: "\e689";
}
.pe-7s-scissors:before {
	content: "\e697";
}
.pe-7s-wallet:before {
	content: "\e600";
}
.pe-7s-safe:before {
	content: "\e698";
}
.pe-7s-volume2:before {
	content: "\e601";
}
.pe-7s-volume1:before {
	content: "\e602";
}
.pe-7s-voicemail:before {
	content: "\e603";
}
.pe-7s-video:before {
	content: "\e604";
}
.pe-7s-user:before {
	content: "\e605";
}
.pe-7s-upload:before {
	content: "\e606";
}
.pe-7s-unlock:before {
	content: "\e607";
}
.pe-7s-umbrella:before {
	content: "\e608";
}
.pe-7s-trash:before {
	content: "\e609";
}
.pe-7s-tools:before {
	content: "\e60a";
}
.pe-7s-timer:before {
	content: "\e60b";
}
.pe-7s-ticket:before {
	content: "\e60c";
}
.pe-7s-target:before {
	content: "\e60d";
}
.pe-7s-sun:before {
	content: "\e60e";
}
.pe-7s-study:before {
	content: "\e60f";
}
.pe-7s-stopwatch:before {
	content: "\e610";
}
.pe-7s-star:before {
	content: "\e611";
}
.pe-7s-speaker:before {
	content: "\e612";
}
.pe-7s-signal:before {
	content: "\e613";
}
.pe-7s-shuffle:before {
	content: "\e614";
}
.pe-7s-shopbag:before {
	content: "\e615";
}
.pe-7s-share:before {
	content: "\e616";
}
.pe-7s-server:before {
	content: "\e617";
}
.pe-7s-search:before {
	content: "\e618";
}
.pe-7s-film:before {
	content: "\e6a5";
}
.pe-7s-science:before {
	content: "\e619";
}
.pe-7s-disk:before {
	content: "\e6a6";
}
.pe-7s-ribbon:before {
	content: "\e61a";
}
.pe-7s-repeat:before {
	content: "\e61b";
}
.pe-7s-refresh:before {
	content: "\e61c";
}
.pe-7s-add-user:before {
	content: "\e6a9";
}
.pe-7s-refresh-cloud:before {
	content: "\e61d";
}
.pe-7s-paperclip:before {
	content: "\e69c";
}
.pe-7s-radio:before {
	content: "\e61e";
}
.pe-7s-note2:before {
	content: "\e69d";
}
.pe-7s-print:before {
	content: "\e61f";
}
.pe-7s-network:before {
	content: "\e69e";
}
.pe-7s-prev:before {
	content: "\e620";
}
.pe-7s-mute:before {
	content: "\e69f";
}
.pe-7s-power:before {
	content: "\e621";
}
.pe-7s-medal:before {
	content: "\e6a0";
}
.pe-7s-portfolio:before {
	content: "\e622";
}
.pe-7s-like2:before {
	content: "\e6a1";
}
.pe-7s-plus:before {
	content: "\e623";
}
.pe-7s-left-arrow:before {
	content: "\e6a2";
}
.pe-7s-play:before {
	content: "\e624";
}
.pe-7s-key:before {
	content: "\e6a3";
}
.pe-7s-plane:before {
	content: "\e625";
}
.pe-7s-joy:before {
	content: "\e6a4";
}
.pe-7s-photo-gallery:before {
	content: "\e626";
}
.pe-7s-pin:before {
	content: "\e69b";
}
.pe-7s-phone:before {
	content: "\e627";
}
.pe-7s-plug:before {
	content: "\e69a";
}
.pe-7s-pen:before {
	content: "\e628";
}
.pe-7s-right-arrow:before {
	content: "\e699";
}
.pe-7s-paper-plane:before {
	content: "\e629";
}
.pe-7s-delete-user:before {
	content: "\e6a7";
}
.pe-7s-paint:before {
	content: "\e62a";
}
.pe-7s-bottom-arrow:before {
	content: "\e6a8";
}
.pe-7s-notebook:before {
	content: "\e62b";
}
.pe-7s-note:before {
	content: "\e62c";
}
.pe-7s-next:before {
	content: "\e62d";
}
.pe-7s-news-paper:before {
	content: "\e62e";
}
.pe-7s-musiclist:before {
	content: "\e62f";
}
.pe-7s-music:before {
	content: "\e630";
}
.pe-7s-mouse:before {
	content: "\e631";
}
.pe-7s-more:before {
	content: "\e632";
}
.pe-7s-moon:before {
	content: "\e633";
}
.pe-7s-monitor:before {
	content: "\e634";
}
.pe-7s-micro:before {
	content: "\e635";
}
.pe-7s-menu:before {
	content: "\e636";
}
.pe-7s-map:before {
	content: "\e637";
}
.pe-7s-map-marker:before {
	content: "\e638";
}
.pe-7s-mail:before {
	content: "\e639";
}
.pe-7s-mail-open:before {
	content: "\e63a";
}
.pe-7s-mail-open-file:before {
	content: "\e63b";
}
.pe-7s-magnet:before {
	content: "\e63c";
}
.pe-7s-loop:before {
	content: "\e63d";
}
.pe-7s-look:before {
	content: "\e63e";
}
.pe-7s-lock:before {
	content: "\e63f";
}
.pe-7s-lintern:before {
	content: "\e640";
}
.pe-7s-link:before {
	content: "\e641";
}
.pe-7s-like:before {
	content: "\e642";
}
.pe-7s-light:before {
	content: "\e643";
}
.pe-7s-less:before {
	content: "\e644";
}
.pe-7s-keypad:before {
	content: "\e645";
}
.pe-7s-junk:before {
	content: "\e646";
}
.pe-7s-info:before {
	content: "\e647";
}
.pe-7s-home:before {
	content: "\e648";
}
.pe-7s-help2:before {
	content: "\e649";
}
.pe-7s-help1:before {
	content: "\e64a";
}
.pe-7s-graph3:before {
	content: "\e64b";
}
.pe-7s-graph2:before {
	content: "\e64c";
}
.pe-7s-graph1:before {
	content: "\e64d";
}
.pe-7s-graph:before {
	content: "\e64e";
}
.pe-7s-global:before {
	content: "\e64f";
}
.pe-7s-gleam:before {
	content: "\e650";
}
.pe-7s-glasses:before {
	content: "\e651";
}
.pe-7s-gift:before {
	content: "\e652";
}
.pe-7s-folder:before {
	content: "\e653";
}
.pe-7s-flag:before {
	content: "\e654";
}
.pe-7s-filter:before {
	content: "\e655";
}
.pe-7s-file:before {
	content: "\e656";
}
.pe-7s-expand1:before {
	content: "\e657";
}
.pe-7s-exapnd2:before {
	content: "\e658";
}
.pe-7s-edit:before {
	content: "\e659";
}
.pe-7s-drop:before {
	content: "\e65a";
}
.pe-7s-drawer:before {
	content: "\e65b";
}
.pe-7s-download:before {
	content: "\e65c";
}
.pe-7s-display2:before {
	content: "\e65d";
}
.pe-7s-display1:before {
	content: "\e65e";
}
.pe-7s-diskette:before {
	content: "\e65f";
}
.pe-7s-date:before {
	content: "\e660";
}
.pe-7s-cup:before {
	content: "\e661";
}
.pe-7s-culture:before {
	content: "\e662";
}
.pe-7s-crop:before {
	content: "\e663";
}
.pe-7s-credit:before {
	content: "\e664";
}
.pe-7s-copy-file:before {
	content: "\e665";
}
.pe-7s-config:before {
	content: "\e666";
}
.pe-7s-compass:before {
	content: "\e667";
}
.pe-7s-comment:before {
	content: "\e668";
}
.pe-7s-coffee:before {
	content: "\e669";
}
.pe-7s-cloud:before {
	content: "\e66a";
}
.pe-7s-clock:before {
	content: "\e66b";
}
.pe-7s-check:before {
	content: "\e66c";
}
.pe-7s-chat:before {
	content: "\e66d";
}
.pe-7s-cart:before {
	content: "\e66e";
}
.pe-7s-camera:before {
	content: "\e66f";
}
.pe-7s-call:before {
	content: "\e670";
}
.pe-7s-calculator:before {
	content: "\e671";
}
.pe-7s-browser:before {
	content: "\e672";
}
.pe-7s-box2:before {
	content: "\e673";
}
.pe-7s-box1:before {
	content: "\e674";
}
.pe-7s-bookmarks:before {
	content: "\e675";
}
.pe-7s-bicycle:before {
	content: "\e676";
}
.pe-7s-bell:before {
	content: "\e677";
}
.pe-7s-battery:before {
	content: "\e678";
}
.pe-7s-ball:before {
	content: "\e679";
}
.pe-7s-back:before {
	content: "\e67a";
}
.pe-7s-attention:before {
	content: "\e67b";
}
.pe-7s-anchor:before {
	content: "\e67c";
}
.pe-7s-albums:before {
	content: "\e67d";
}
.pe-7s-alarm:before {
	content: "\e67e";
}
.pe-7s-airplay:before {
	content: "\e67f";
}
.navigation {
  display: table;
  width: 100%;
  height: 70px;
  text-align: center;
  float: left;
}
.navigation ul.nav-main {
  display: inline-block;
  vertical-align: middle;
  position: static;
}
.navigation ul.nav-main li.small-width > .dropdown-menu {
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 83.333% !important;
}
.navigation ul.nav-main li.level0.mega-menu-item {
  position: static;
}
.navigation ul.nav-main li.level0.mega-menu-item .dropdown-menu {
  width: 100%;
}
.navigation ul.nav-main li.level0.mega-menu-item li.level1 > a {
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
}
.navigation ul.nav-main li.level0.mega-menu-item li.level1 .level2 {
  font-weight: 400;
  text-transform: none;
}
.navigation ul.nav-main > li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.navigation ul.nav-main li.level0 {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  display: table-cell;
  float: none;
  height: 70px;
  vertical-align: middle;
}
.navigation ul.nav-main li.level0 > a.level0 {
  color: #f7f7f7;
  line-height: 1;
  margin: 0 35px;
  overflow: hidden;
  padding: 0;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  font-style: normal;
  background: none;
}
.navigation ul.nav-main li.level0 > a.level0 span {
  display: inline-block;
  position: relative;
  transition: transform 0.6s ease 0s;
  -moz-transition: -moz-transform 0.6s ease 0s;
  -webkit-transition: -webkit-transform 0.6s ease 0s;
  -ms-transition: -ms-transform 0.6s ease 0s;
}
.navigation ul.nav-main li.level0 > a.level0 span:before {
  content: attr(data-hover);
  position: absolute;
  top: 100%;
  opacity: 0;
  display: block;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translated(0, 0, 0);
}
.navigation ul.nav-main li.level0 > a.level0 .icon-next .fa {
  margin-left: 9px;
}
.navigation ul.nav-main li.level0 .active {
  background-color: rgba(255, 255, 255, 0.2);
}
.navigation ul.nav-main li.level0 li.level1 a,
.navigation ul.nav-main li.level0 li a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 10px;
  text-transform: none;
  white-space: nowrap;
  background: none;
}
.navigation ul.nav-main li.level0 li.level1 a:hover,
.navigation ul.nav-main li.level0 li a:hover {
  color: #e74c3c;
}
.navigation ul.nav-main li.level0 li.level1 a:focus,
.navigation ul.nav-main li.level0 li a:focus {
  color: #e74c3c;
}
.navigation ul.nav-main li.level0:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.navigation ul.nav-main li.level0:hover > a.level0 span {
  transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
}
.navigation ul.nav-main li.level0:hover > a.level0 span:before {
  opacity: 1;
}
.navigation ul.nav-main .dropdown-menu {
  border: 1px solid #ebebeb;
  border-radius: 0;
  box-shadow: none;
  padding: 13px 10px;
  top: auto;
  background-color: #fff;
  display: block;
  margin-left: -1px;
  opacity: 0;
  top: 100%;
  visibility: hidden;
  transform: translateY(30px);
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transition: transform 0.6s ease 0s,opacity 0.6s ease 0s, visibility 0.6s ease 0s;
  -moz-transition: -moz-transform 0.6s ease 0s, opacity 0.6s ease 0s, visibility 0.6s ease 0s;
  -webkit-transition: -webkit-transform 0.6s ease 0s, opacity 0.6s ease 0s, visibility 0.6s ease 0s;
  -ms-transition: -ms-transform 0.6s ease 0s, opacity 0.6s ease 0s, visibility 0.6s ease 0s;
  -o-transition: -o-transform 0.6s ease 0s, opacity 0.6s ease 0s, visibility 0.6s ease 0s;
  margin-top: 0;
}
.navigation ul.nav-main .dropdown-menu .dropdown-submenu .dropdown-menu {
  left: 100%;
  margin-left: 10px;
  margin-top: -20px;
}
.navigation ul.nav-main .dropdown-menu .dropdown-submenu > a:after {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  margin-top: 5px;
  margin-right: -10px;
  float: right;
}
.navigation ul.nav-main .dropdown:hover .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  visibility: visible;
}
.navigation ul.nav-main .dropdown:hover .dropdown-submenu {
  position: relative;
}
.navigation ul.nav-main .dropdown:hover .dropdown-submenu .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
}
.navigation ul.nav-main .dropdown:hover .dropdown-submenu:hover .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  visibility: visible;
}
.navigation ul.nav-main .custom-img {
  position: absolute;
  right: -11px;
  top: -14px;
}
@keyframes reveal-header {
  0% {
    opacity: 0;
    top: -2em;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-moz-keyframes reveal-header {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2em);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
}
@-webkit-keyframes reveal-header {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
}
@-ms-keyframes reveal-header {
  0% {
    opacity: 0;
    -ms-transform: translateY(-2em);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
}
.header-sticky-menu .middle-header-content.navbar-collapse {
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  max-height: 60px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  animation: 1s cubic-bezier(0.005, 0.75, 0.75, 1) 0s normal none 1 running reveal-header;
  -moz-animation: 1s cubic-bezier(0.005, 0.75, 0.75, 1) 0s normal none 1 running reveal-header;
  -webkit-animation: 1s cubic-bezier(0.005, 0.75, 0.75, 1) 0s normal none 1 running reveal-header;
  -ms-animation: 1s cubic-bezier(0.005, 0.75, 0.75, 1) 0s normal none 1 running reveal-header;
  -o-animation: 1s cubic-bezier(0.005, 0.75, 0.75, 1) 0s normal none 1 running reveal-header;
}
.header-sticky-menu .navigation {
  height: auto;
}
.header-sticky-menu .navigation ul.nav-main li.level0 {
  height: 60px;
}
.header-sticky-menu .navigation ul.nav-main li.level0 > a.level0 {
  color: #222;
  margin: 0 25px;
  border: none;
}
.header-sticky-menu .minicart-wrapper .showcart .fa {
  font-size: 20px;
}
html,
body {
	overflow-x: hidden
}

body {
	color: #000;
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	line-height: 1.7;
	overflow-x: hidden;
	position: relative;
}

.row {
	margin-right: 0;
	margin-left: 0;
}

.container,
.container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.col-md-1,
.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-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.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-lg-10,
.col-lg-11,
.col-lg-12,
.col-sm-1,
.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-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	padding-right: 12px;
	padding-left: 12px
}

.padding10 {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 0
}

.padding15 {
	padding-top: 7.5px;
	padding-bottom: 7.5px;
	height: 0
}

.padding20 {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 0
}

.padding30 {
	padding-top: 15px;
	padding-bottom: 15px;
	height: 0
}

.padding40 {
	padding-top: 20px;
	padding-bottom: 20px;
	height: 0
}

.padding50 {
	padding-top: 25px;
	padding-bottom: 25px;
	height: 0
}

.padding60 {
	padding-top: 30px;
	padding-bottom: 30px;
	height: 0
}

.products-grid .owl-carousel .owl-item {
	padding: 0 12px
}

.padding-5 .row {
	margin-right: -5px;
	margin-left: -5px
}

.padding-5 .container,
.padding-5 .container-fluid {
	padding-left: 5px;
	padding-right: 5px
}

.categories-landding .cate-content {
	margin-bottom: 24px
}

.padding-5 .categories-landding .cate-content {
	margin-bottom: 10px
}

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

.padding-5 .products-grid .owl-wrapper-outer .owl-item,
.padding-5 .latest-post-carousel .owl-wrapper-outer .owl-wrapper .owl-item,
.padding-5 .featured-brands .owl-carousel .owl-item,
.padding-5 .portfolio-grid.owl-carousel .owl-item,
.padding-5 .feature-brand-carousel .owl-item {
	padding: 0 5px
}

.banner-full-width>.container-fluid {
	padding-right: 24px;
	padding-left: 24px
}

.no-padding {
	padding-left: 0;
	padding-right: 0
}

.text-desc,
.sidebar_deal .deal-timer .time-note>span {
	font-family: 'Droid Serif', serif;
	font-style: italic
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
	margin-left: 0
}

.validation-advice {
	color: #ff0000
}

fieldset {
	border: 0
}

legend {
	display: none
}

input:focus,
select:focus {
	outline: none
}

.label-form {
	vertical-align: middle;
	font-weight: 700;
	color: #222222;
	font-size: 15px;
	margin-bottom: 7px;
	text-transform: uppercase
}

.input-text,
input[type="text"],
input[type="password"],
input[type="email"],
select {
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	height: 50px;
	margin-bottom: 10px;
	border: 1px solid #e1e1e1;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
	-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
}

button:disabled,
input[type="text"]:disabled,
input[type="number"]:disabled,
input[type="email"]:disabled {
	opacity: .5
}

select[multiple] {
	padding: 0
}

select[multiple]>option {
	padding: 7px 0px 7px 15px
}

textarea {
	min-height: 130px;
	background-color: #ffffff;
	max-width: 100%
}

.form-control:focus,
.input-text:focus {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(221, 190, 134, 0.6)
}

.form-control {
	background-color: #ffffff;
	margin-bottom: 10px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	height: 50px
}

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

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

h2,
.h2 {
	font-size: 32px
}

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

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

h5,
.h5 {
	font-size: 16px
}

h6,
.h6 {
	font-size: 14px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	display: block
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 0
}

.btn {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	text-transform: uppercase;
	font-size: 14px
}

.btn-lg {
	padding: 13px 29px
}

.btn-default {
	background: transparent;
	color: #222222;
	border: 1px solid #222
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	background-color: #e74c3c;
	color: #fff;
	border-color: #e74c3c
}

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

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	background-color: #e74c3c;
	border-color: #e74c3c
}

.btn-secondary {
	background: #222222;
	color: #fff;
	border: 1px solid #222
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
	background: #e74c3c;
	color: #fff;
	border-color: #e74c3c
}

.btn-full {
	width: 100%
}

a {
	text-decoration: none;
	color: #212121
}

a:hover,
a:focus {
	text-decoration: none;
	outline: 0;
	color: #e74c3c
}

.sidebar .service-inline {
	margin-bottom: 20px
}

.sidebar .service-inline .title {
	color: #222
}

.sidebar h3 {
	margin-bottom: 0
}

ul,
ol {
	list-style: none;
	padding: 0;
}

ul li,
ol li {
	line-height: 24px;
	margin-bottom: 1rem;
}

.label {
	color: #222;
	font-size: inherit;
	margin: 0 0 8px;
	display: inline-block;
	border: none;
	padding-left: 0;
	text-align: left
}

.fieldset>.field.required>.label:after,
.fieldset>.fields>.field.required>.label:after {
	content: '*';
	color: #e02b27;
	font-size: 2rem;
	margin: 0
}

.swatch-option {
	height: auto !important
}

.swatch-option.color {
	height: 20px !important
}

.no-display {
	display: none
}

.clearer {
	clear: both;
	height: 0
}

.nav-toggle {
	display: none
}

.header .loading-mask .loader>img {
	bottom: -30px;
	left: -10px;
	margin: auto;
	position: fixed;
	top: auto;
	z-index: 100;
	height: 16px;
	width: 16px
}

.header:not(.header-sticky-menu) .top-bar-right .minicart-wrapper.switcher {
	right: 0 !important
}

.header .top-links {
	line-height: 50px
}

.header .top-links a {
	color: #999
}

.header .top-links a:hover {
	color: #e74c3c
}

.header .welcome {
	line-height: 34px;
	margin-left: 10px;
	float: left
}

.header .top-header-content {
	padding: 0;
	background-color: #fff;
	border-bottom: 1px solid #eee;
	color: #999;
	height: 50px
}

.header .top-header-content .header-social {
	height: 50px
}

.header .top-header-content .header-social ul {
	height: 50px;
	margin: 0;
	display: inline-block
}

.header .top-header-content .header-social ul li {
	border-left: 1px solid #eee;
	display: inline-block;
	float: left;
	font-size: 14.4px;
	text-align: center
}

.header .top-header-content .header-social ul li a {
	color: #999;
	height: 50px;
	line-height: 50px;
	width: 50px;
	float: left
}

.header .top-header-content .header-social ul li a:hover {
	color: #e74c3c
}

.header .top-header-content .header-social ul li a .tooltip-top {
	display: none
}

.header .top-header-content .header-social ul li:last-child {
	border-right: 1px solid #eee
}

.header .top-header-content .header-social .phone {
	line-height: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: top;
	padding-left: 15px
}

.header .top-header-content .top-bar-right .switcher:not(.minicart-wrapper) {
	text-transform: uppercase
}

.header .top-header-content .top-bar-right .switcher {
	color: #666;
	font-size: 12px;
	float: right;
	height: 50px;
	display: inline-block;
	position: relative;
	padding: 0 15px
}

.header .top-header-content .top-bar-right .switcher.minicart-wrapper .subtitle.empty {
	font-weight: 400;
	color: #878787;
	font-size: 14px
}

.header .top-header-content .top-bar-right .switcher .name:hover {
	color: #e74c3c
}

.header .top-header-content .top-bar-right .switcher span {
	cursor: pointer
}

.header .top-header-content .top-bar-right .switcher .fa-angle-down {
	margin-left: 9px
}

.header .top-header-content .top-bar-right .switcher .dropdown-menu {
	color: #212121;
	border-radius: 0;
	box-shadow: none;
	margin-top: -1px;
	padding: 5px 0;
	min-width: 170px
}

.header .top-header-content .top-bar-right .switcher .dropdown-menu a {
	color: #212121;
	font-size: 13px;
	padding: 3px 20px;
	clear: both;
	float: left;
	font-weight: 700;
}

.header .top-header-content .top-bar-right .switcher .dropdown-menu a:hover {
	color: #e74c3c
}

.header .top-header-content .top-bar-right .header-newsletter {
	color: #222;
	border-left: 1px solid #eee;
	padding: 0 27px 0 30px;
	text-align: center;
	line-height: 50px
}

.header .top-header-content .top-bar-right .header-newsletter .fa {
	font-size: 14px;
	margin-right: 6px
}

.header .top-header-content .top-bar-right .header-newsletter .input-text {
	margin: 0
}

.header .top-header-content .top-bar-right .header-newsletter .dropdown-menu {
	width: 336px;
	padding: 20px;
	background-color: #eee;
	right: 0;
	left: auto
}

.header .top-header-content .top-bar-right .header-newsletter .dropdown-menu .form {
	float: left;
	position: relative;
	width: 100%
}

.header .top-header-content .top-bar-right .header-newsletter .dropdown-menu .actions {
	position: absolute;
	right: 0;
	top: 0
}

.header .top-header-content .top-bar-right .header-newsletter .dropdown-menu .action {
	background: none;
	border: none;
	font-size: 16px
}

.header .top-header-content .top-bar-right .header-newsletter .dropdown-menu .action:hover {
	color: #e74c3c
}

.header .top-header-content .top-bar-right .dropdown .action {
	color: #212121;
	font-size: 12px
}

.header .top-header-content .top-bar-right .dropdown .action:hover {
	color: #e74c3c
}

.header .top-header-content .top-bar-right .block-search .dropdown-menu {
	padding: 20px;
	border: none
}

.header .top-header-content a:hover {
	color: #e74c3c
}

.header .logo-container {
	text-align: center;
	margin-top: 35px;
	margin-bottom: 40px;
	width: 100%
}

.header .logo-container .logo {
	display: inline-block;
	width: 100%;
	margin-bottom: 25px
}

.header .logo-container .title-logo {
	font-family: "Droid Serif", serif;
	font-size: 13px;
	font-style: italic;
	line-height: 1
}

.header .navbar-collapse {
	background-color: #e74c3c;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	text-aglin: center
}

.switcher-language .dropdown span,
.switcher-currency .dropdown span {
	color: #666
}

.switcher-language .dropdown span:hover,
.switcher-currency .dropdown span:hover {
	color: #e74c3c
}

.switcher-language .switcher-label,
.switcher-currency .switcher-label,
.switcher-language .switcher-options,
.switcher-currency .switcher-options {
	display: inline-block;
	vertical-align: middle;
	color: #212121
}

.switcher-language .switcher-options,
.switcher-currency .switcher-options {
	cursor: pointer
}

.switcher-language .switcher-options .switcher-trigger,
.switcher-currency .switcher-options .switcher-trigger {
	padding: 0;
	line-height: 50px;
	position: relative;
	color: #666
}

.switcher-language .switcher-options>.ui-widget-content,
.switcher-currency .switcher-options>.ui-widget-content {
	width: 100%;
	position: absolute;
	background-color: #fff !important;
	border: 1px solid rgba(0, 0, 0, 0.15);
	padding: 5px 0;
	z-index: 99;
	top: 100%;
	min-width: 160px;
	text-align: left;
	margin-top: -1px
}

.switcher-language .switcher-options>.ui-widget-content ul.switcher-dropdown,
.switcher-currency .switcher-options>.ui-widget-content ul.switcher-dropdown {
	list-style: none;
	margin-bottom: 0
}

.switcher-language .switcher-options>.ui-widget-content ul.switcher-dropdown li a,
.switcher-currency .switcher-options>.ui-widget-content ul.switcher-dropdown li a {
	clear: both;
	float: left;
	color: #212121;
	padding: 3px 20px
}

.switcher-language .switcher-options>.ui-widget-content ul.switcher-dropdown li a:hover,
.switcher-currency .switcher-options>.ui-widget-content ul.switcher-dropdown li a:hover {
	color: #e74c3c
}

.minicart-wrapper {
	float: right;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 0 15px;
	line-height: 50px;
	text-align: center;
	width: 51px
}

.minicart-wrapper .cart-count,
.minicart-wrapper .cart-count-text {
	display: none
}

.minicart-wrapper .showcart {
	color: #222;
	text-transform: uppercase;
	position: relative
}

.minicart-wrapper .showcart .fa {
	font-size: 20px;
}

.minicart-wrapper .showcart .counter {
	position: absolute;
	text-align: center;
	width: 18px;
	height: 18px;
	color: #fff;
	background-color: #e74c3c;
	border-radius: 50%;
	right: 0;
	top: 0;
	margin-right: -10px;
	margin-top: -10px;
	line-height: 16px
}

.minicart-wrapper>.ui-widget-content {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	padding: 15px !important;
	min-width: 350px !important;
	position: absolute;
	z-index: 998;
	right: 0;
	top: 100%;
	left: auto;
	margin-top: -1px
}

.minicart-wrapper>.ui-widget-content .block-minicart #minicart-content-wrapper .block-title {
	display: none
}

.minicart-wrapper>.ui-widget-content .block-minicart #minicart-content-wrapper .block-content {
	color: #878787
}

.minicart-wrapper>.ui-widget-content .block-minicart #minicart-content-wrapper .block-content .close,
.minicart-wrapper>.ui-widget-content .block-minicart #minicart-content-wrapper .block-content .details-map {
	display: none
}

.minicart-wrapper>.ui-widget-content .block-minicart #minicart-content-wrapper .block-content .empty {
	color: #212121;
	font-size: 12px
}

.minicart-wrapper>.ui-widget-content .block-minicart #minicart-content-wrapper .block-content .subtotal .label {
	color: #212121;
	display: inline-block;
	padding: 0;
	font-size: 14px;
	text-transform: none
}

.minicart-wrapper>.ui-widget-content .block-minicart #minicart-content-wrapper .block-content .subtotal .amount {
	display: inline-block
}

.minicart-wrapper>.ui-widget-content .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper {
	float: left;
	width: 100%;
	max-height: 400px;
	overflow-y: auto
}

.minicart-wrapper>.ui-widget-content .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items {
	list-style: none;
	padding-left: 0;
	position: relative;
	float: left;
	width: 100%;
	height: auto !important
}

.minicart-wrapper>.ui-widget-content .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items>.item {
	clear: both;
	position: relative;
	margin-bottom: 12px;
	margin-top: 12px;
	min-height: 130px
}

.minicart-wrapper>.ui-widget-content .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items>.item .product .product-item-photo {
	float: left;
	margin-right: 12px
}

.minicart-wrapper>.ui-widget-content .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items>.item .product .product-item-photo img {
	float: left;
	height: 80px
}

.minicart-wrapper>.ui-widget-content .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items>.item .product .product-item-photo {
	float: left;
	width: auto
}

.minicart-wrapper>.ui-widget-content .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items>.item .product .product-item-details {
	float: left;
	width: 120px;
	margin-left: 10px
}

.minicart-wrapper>.ui-widget-content .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items>.item .product .product-item-details {
	padding-top: 10px;
	width: calc(100% - 95px);
	text-align: left
}

.minicart-wrapper>.ui-widget-content .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items>.item .product .product-item-details .options {
	clear: both
}

.minicart-wrapper>.ui-widget-content .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items>.item .product .product-item-details .product-item-name a {
	color: #212121;
	font-size: 16px;
	text-transform: none;
	width: 190px
}

.minicart-wrapper>.ui-widget-content .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items>.item .product .product-item-details .product-item-name a:hover {
	color: #e74c3c
}

.minicart-wrapper>.ui-widget-content .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items>.item .product .product-item-details .price {
	float: left;
	text-align: left;
	width: 100%
}

.minicart-wrapper>.ui-widget-content .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items>.item .product .product-item-details .details-qty {
	width: 150px;
	float: left
}

.minicart-wrapper>.ui-widget-content .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items>.item .product .product-item-details .details-qty .label {
	display: none
}

.minicart-wrapper>.ui-widget-content .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items>.item .product .product-item-details .details-qty input {
	height: 35px;
	width: 40px;
	color: #212121;
	font-size: 14px;
	text-align: center;
	float: left
}

.minicart-wrapper>.ui-widget-content .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items>.item .product .product-item-details .details-qty input[type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	-ms-appearance: textfield;
	-o-appearance: textfield;
	margin: 0
}

.minicart-wrapper>.ui-widget-content .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items>.item .product .product-item-details .details-qty input[type="number"]::-webkit-inner-spin-button,
.minicart-wrapper>.ui-widget-content .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items>.item .product .product-item-details .details-qty input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none
}

.minicart-wrapper>.ui-widget-content .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items>.item .product .product-item-details .details-qty .update-cart-item {
	float: left;
	display: inline-block;
	height: 35px;
	margin-left: 5px
}

.minicart-wrapper>.ui-widget-content .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items>.item .product .product-item-details .actions {
	position: absolute;
	right: 0;
	top: 10px;
	width: 40px;
	text-align: center;
	color: #e74c3c
}

.minicart-wrapper>.ui-widget-content .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items>.item .product .product-item-details .actions a {
	color: #e74c3c
}

.minicart-wrapper>.ui-widget-content .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items>.item .product .product-item-details .actions .primary,
.minicart-wrapper>.ui-widget-content .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items>.item .product .product-item-details .actions .secondary {
	display: inline-block;
	float: right;
	font-size: 14px;
	margin-right: 5px
}

.minicart-wrapper>.ui-widget-content .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items>.item .product .product-item-details .product .toggle {
	cursor: pointer;
	display: block;
	position: relative;
	text-decoration: none
}

.minicart-wrapper>.ui-widget-content .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items>.item .product .product-item-details .product .toggle:after {
	content: "\f107";
	display: inline-block;
	font: normal normal normal 12px/1 FontAwesome;
	color: #212121;
	line-height: 16px;
	margin-left: 5px
}

.minicart-wrapper>.ui-widget-content .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items>.item .product .product-item-details .product.active .toggle:after {
	content: "\f106";
	font: normal normal normal 12px/1 FontAwesome
}

.minicart-wrapper>.ui-widget-content .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items>.item .product .product-item-details .product.options dd {
	margin: 2px 0;
	padding: 0 10px 5px
}

.minicart-wrapper>.ui-widget-content .block-minicart #minicart-content-wrapper .block-content .price {
	font-size: 14px
}

.minicart-wrapper>.ui-widget-content .block-minicart #minicart-content-wrapper .block-content .items-total {
	display: none
}

.minicart-wrapper>.ui-widget-content .block-minicart #minicart-content-wrapper .block-content .subtotal {
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 5px;
	float: left;
	width: 100%;
	text-align: left
}

.minicart-wrapper>.ui-widget-content .block-minicart #minicart-content-wrapper .block-content .actions {
	text-align: left;
	display: inline-block;
	clear: both
}

.minicart-wrapper>.ui-widget-content .block-minicart #minicart-content-wrapper .block-content .actions .viewcart {
	margin-left: 5px;
	float: none;
	font-size: 14px;
	padding: 13px 29px
}

.minicart-wrapper>.ui-widget-content .block-minicart #minicart-content-wrapper .block-content .actions .viewcart:hover {
	color: #fff
}

.minicart-wrapper>.ui-widget-content .block-minicart.empty {
	text-align: center
}

.minicart-wrapper .dropdown-menu {
	font-size: 12px
}

.minicart-wrapper .dropdown-menu .minicart-items-wrapper a {
	padding: 0 !important;
	font-size: inherit
}

.minicart-items .product-image-wrapper {
	padding-bottom: 0
}

.header-v2 .navigation ul.nav-main li.level0>a.level0 {
	color: #fff
}

nav.navigation #mainMenu li:hover a.level0,
nav.navigation #mainMenu a.level0:active,
nav.navigation #mainMenu a.level0:focus,
nav.navigation #mainMenu .level0>a.ui-state-focus,
nav.navigation #mainMenu li.active a.level0 {
	color: #fff
}

.block-search {
	color: #212121;
	width: 51px;
	line-height: 47px;
	text-align: center;
	z-index: 992
}

.block-search .name {
	color: #222;
	font-size: 14px
}

.block-search .dropdown-menu {
	width: 336px;
	background-color: #eee
}

.block-search .minisearch {
	position: relative;
	float: left;
	width: 100%
}

.block-search #search_mini_form .input-text {
	background-color: #fff;
	border: none;
	color: #212121;
	border-radius: 0
}

.block-search .form-group,
.block-search .input-text {
	margin: 0
}

.block-search .btn-primary {
	background: none !important;
	border: none;
	color: #222;
	line-height: 50px;
	padding: 0;
	position: absolute;
	right: 15px;
	top: 0
}

.block-search .btn-primary:hover {
	color: #e74c3c
}

.block-search .btn-primary:active {
	color: #e74c3c
}

.block-search .btn-primary:focus {
	color: #e74c3c
}

.rating-summary .label {
	display: none
}

.block-new-products .block-title h3 {
	margin-bottom: 0;
	padding: 20px 0
}

.block-new-products .product-items {
	list-style: none;
	padding-left: 0
}

.block-products-list .block-title h3 {
	margin-bottom: 0;
	padding: 20px 0
}

.navigation ul.nav-main li.level0.dropdown>a.level0 {
	padding-right: 15px
}

.navigation ul.nav-main li.level0.dropdown>a.level0 .icon-next {
	position: absolute;
	top: 0;
	right: 0
}

.navigation ul.nav-main li.level0>a.level0 {
	color: #222
}

.header.header-sticky-menu .header-v1.middle-header-content {
	background-color: #fff
}

.header.header-sticky-menu .header-v1.middle-header-content .logo-block {
	padding-top: 5px;
	padding-bottom: 0
}

.header.header-sticky-menu .header-v1 .navigation.mega-menu {
	padding-top: 0px;
	padding-right: 45px
}

.header.header-sticky-menu .header-v1 .navigation.mega-menu ul.nav-main li.level0>a.level0 {
	margin: 13px 20px 14px
}

.header.header-sticky-menu .header-v1.top-header-content .minicart-wrapper .showcart {
	color: #222
}

.header.header-sticky-menu .header-v3.middle-header-content .logo-block {
	padding-top: 8px
}

.header.header-sticky-menu .header-v3 .navigation.mega-menu {
	padding-top: 0;
	margin-right: 40px
}

.header.header-sticky-menu .header-v3 .navigation.mega-menu ul.nav-main li.level0>a.level0 {
	margin: 23px 20px
}

.header.header-sticky-menu .header-v3.top-header-content a {
	color: #222
}

.header .header-v1.navbar-collapse {
	float: none;
	background: none
}

.header .top-header-content.header-v1 {
	height: auto;
	background-color: #222222
}

.header .top-header-content.header-v1 .header-social ul li {
	border-color: rgba(255, 255, 255, 0.2)
}

.header .top-header-content.header-v1 .header-social ul li a {
	color: #fff
}

.header .top-header-content.header-v1 .header-social ul li a:hover {
	color: #e74c3c
}

.header .top-header-content.header-v1 .top-bar-right .switcher {
	color: #fff
}

.header .top-header-content.header-v1 .switcher-language .dropdown span {
	color: #fff
}

.header .top-header-content.header-v1 .switcher-currency .dropdown span {
	color: #fff
}

.header .top-header-content.header-v1 .top-bar-right .header-newsletter {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.2)
}

.header .top-header-content.header-v1 .minicart-wrapper {
	border-color: rgba(255, 255, 255, 0.2)
}

.header .top-header-content.header-v1 .minicart-wrapper .showcart {
	color: #fff
}

.header-v1.middle-header-content .logo-block,
.header-v3.middle-header-content .logo-block {
	padding-top: 10px;
	padding-bottom: 10px;
}

.header-v1.middle-header-content .logo-block .logo,
.header-v3.middle-header-content .logo-block .logo {
	margin: 0
}

.header-v1 .navigation.mega-menu,
.header-v3 .navigation.mega-menu {
	height: auto;
	width: auto;
	float: right;
	padding-top: 35px
}

.header-v1 .navigation.mega-menu ul.nav-main li.level0,
.header-v3 .navigation.mega-menu ul.nav-main li.level0 {
	border: none
}

.header-v1 .navigation.mega-menu ul.nav-main li.level0>a.level0,
.header-v3 .navigation.mega-menu ul.nav-main li.level0>a.level0 {
	margin: 13px 20px 54px
}

.header-v1 .navigation.mega-menu ul.nav-main li.level0.active>a.level0,
.header-v3 .navigation.mega-menu ul.nav-main li.level0.active>a.level0 {
	color: #e74c3c
}

.header-v1 .navigation.mega-menu.show-menu a,
.header-v3 .navigation.mega-menu.show-menu a {
	color: #fff !important
}

.header-v1 .navigation.mega-menu.show-menu ul.nav-main li.level0>a.level0,
.header-v3 .navigation.mega-menu.show-menu ul.nav-main li.level0>a.level0 {
	margin: 13px 20px 15px
}

.header-v1.section-headertop,
.header-v3.section-headertop {
	border-top: 1px solid #eee
}

.header-v1 .topsearch-block .block-search,
.header-v3 .topsearch-block .block-search {
	width: auto
}

.header-v1 .topsearch-block .block-search .minisearch,
.header-v3 .topsearch-block .block-search .minisearch {
	float: none
}

.header-v1 .topsearch-block .block-search .minisearch .input-text,
.header-v3 .topsearch-block .block-search .minisearch .input-text {
	height: 59px;
	box-shadow: none;
	border-left: 1px solid #eee
}

.header-v1 .topsearch-block .block-search .btn-primary,
.header-v3 .topsearch-block .block-search .btn-primary {
	height: 59px;
	width: 59px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	right: 0
}

.header-v1 .topsearch-block .block-search .btn-primary:hover,
.header-v3 .topsearch-block .block-search .btn-primary:hover {
	background-color: #e74c3c !important;
	color: #fff
}

.header-v1.section-headertop,
.header-v3.section-headertop {
	border-bottom: 1px solid #eee
}

.header-v3.top-header-content {
	background-color: #222;
	color: #fff
}

.header-v3.top-header-content a {
	color: #fff
}

.header-v3.top-header-content .top-bar-right .header-newsletter,
.header-v3.top-header-content .top-bar-right .switcher,
.header-v3.top-header-content .header-social ul li a {
	color: #fff
}

.header-v3.middle-header-content {
	background: none
}

.header-v3 .switcher-language .dropdown span,
.header-v3 .switcher-currency .dropdown span,
.header-v3 .block-search .name {
	color: #fff
}

.header .header-v3.top-header-content .header-social ul li {
	border-color: rgba(255, 255, 255, 0.2)
}

.header .header-v3.top-header-content .top-bar-right .header-newsletter {
	border-color: rgba(255, 255, 255, 0.2)
}

.header .header-v3.top-header-content .top-bar-right .block-search {
	border-righ: 1px solid rgba(255, 255, 255, 0.2)
}

.header .header-v3 .minicart-wrapper {
	border-color: rgba(255, 255, 255, 0.2)
}

body:not(.cms-index-index) .vertical-menu-home .vertical-menu-content {
	display: none
}

.vertical-menu-home {
	z-index: 888;
	position: relative
}

.vertical-menu-home .vertical-title {
	cursor: pointer;
	position: relative;
	background-color: #e74c3c;
	border-top: 1px solid #e74c3c;
	color: #fff;
	font-size: 16px;
	height: 60px;
	line-height: 1;
	margin-top: -1px;
	padding-left: 20px;
	padding-top: 20px;
	text-transform: uppercase
}

.vertical-menu-home .vertical-title:after {
	width: 59px;
	height: 59px;
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	right: 0;
	top: 0;
	content: ""
}

.vertical-menu-home .vertical-title:before {
	font: normal normal normal 20px/1 FontAwesome;
	content: "\f0c9";
	right: 22px;
	top: 18px;
	color: #fff;
	z-index: 1;
	position: absolute
}

.vertical-menu-home .vertical-menu-content {
	background-color: #fff;
	left: 0;
	min-width: 100%;
	position: absolute;
	top: 60px;
	z-index: 99
}

.vertical-menu-home .vertical-menu-content .vertical-menu>li {
	border: none;
	border-bottom: 1px solid #eee
}

.vertical-menu-home .vertical-menu-content .vertical-menu>li>a {
	padding: 13px 0 12px 20px !important
}

.vertical-menu-home .vertical-menu-content .vertical-menu li {
	min-width: 200px
}

.vertical-menu-home .vertical-menu-content .vertical-menu li.active>a {
	color: #e74c3c
}

.vertical-menu-home .vertical-menu-content .vertical-menu li a {
	font-size: 14px;
	padding: 7px 10px;
	background: none !important;
	display: block
}

.vertical-menu-home .vertical-menu-content .vertical-menu li a.level0 {
	text-transform: uppercase
}

.vertical-menu-home .vertical-menu-content .vertical-menu li a.level0>.icon-next {
	float: right;
	margin-right: 15px
}

.vertical-menu-home .vertical-menu-content .vertical-menu li a.level0>.icon-next .fa-angle-down:before {
	content: "\f105" !important
}

.vertical-menu-home .vertical-menu-content .vertical-menu .mega-menu-content li.level1>a {
	text-transform: uppercase;
	font-weight: 700
}

.vertical-menu-home .vertical-menu-content .vertical-menu .mega-menu-content li.level1 ul>li {
	padding-left: 15px
}

.vertical-menu-home .vertical-menu-content .vertical-menu .dropdown-menu {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	padding: 0;
	margin: 0
}

.vertical-menu>li {
	float: none;
	width: 100%
}

.vertical-menu li {
	margin: 0 !important
}

.vertical-menu li a:hover {
	color: #e74c3c
}

.title-inline .heading {
	color: #444444;
	font-weight: 700
}

.title-inline .heading span {
	padding-right: 20px
}

.title-inline .heading span::after {
	left: 100%
}

.title-inline .heading.full {
	width: 100% !important
}

.title-inline .heading,
.title-inline .text-desc {
	display: inline-block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	width: 50%
}

.title-inline .heading span,
.title-inline .text-desc span {
	display: inline-block;
	position: relative
}

.title-inline .heading span:after,
.title-inline .text-desc span:after {
	border-top: 1px solid #e0e0e0;
	content: "";
	position: absolute;
	top: 10px;
	width: 1200px
}

.title-inline .text-desc {
	text-align: right;
	font-style: italic;
	font-size: 13px;
	color: #666666;
	float: right
}

.title-inline .text-desc span {
	padding-left: 20px
}

.title-inline .text-desc span:after {
	left: -1200px
}

.category-tabs {
	border: none;
	overflow: hidden;
	margin-top: 36px;
	text-align: left
}

.category-tabs .item.content {
	float: right;
	margin-top: 39px;
	width: 100%;
	text-align: left
}

.category-tabs .item.content .product-item {
	display: inline-block
}

.category-tabs .item.title {
	display: inline-block;
	text-align: center;
	margin: 0 -4px 0 0
}

.category-tabs .item.title a {
	color: #444444;
	font-weight: 700;
	padding: 1px 29px;
	text-transform: uppercase;
	border-left: 1px solid #ddd !important
}

.category-tabs .item.title a:hover {
	color: #e74c3c
}

.category-tabs .item.title:last-child a {
	border-right: 1px solid #ddd !important
}

.category-tabs .item.title.active a {
	color: #e74c3c
}

.owl-carousel .owl-item {
	padding: 0 12px
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
	font-size: 24px;
	width: 60px;
	height: 60px;
	line-height: 55px;
	background: #fff;
	color: #444444;
	top: 50%;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
	left: 15px
}

.owl-carousel .owl-controls .owl-nav .owl-next {
	right: 15px
}

.owl-carousel:hover .owl-controls .owl-nav .owl-prev,
.owl-carousel:hover .owl-controls .owl-nav .owl-next {
	opacity: 1;
	visibility: visible;
	background: none;
	color: #444
}

.owl-carousel:hover .owl-controls .owl-nav .owl-prev {
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%)
}

.owl-carousel:hover .owl-controls .owl-nav .owl-next {
	transform: translate(50%, -50%);
	-webkit-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%)
}

.promo-static .categories-landding .cate-content>a:after,
.promo-static .categories-landding .cate-content.horizontal .text,
.promo-banner>a:after {
	transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s
}

#maincontent {
	padding: 0 0 0 0;
	clear: both;
	min-height: calc(100vh - 255px);
}

.cms-index-index #maincontent {
	width: 100%
}

.cms-index-index .column.main {
	padding-right: 0;
	padding-left: 0
}

.messages {
	clear: both
}

.message.notice,
.message.warning {
	background: #fdf0d5;
	color: #6f4400;
	margin-bottom: 20px
}

.message.error {
	background: #fae5e5;
	color: #e02b27;
	margin-bottom: 20px
}

.promo-static .categories-landding {
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 40px
}

.promo-static .categories-landding .cate-content {
	margin-bottom: 10px;
	position: relative
}

.promo-static .categories-landding .cate-content>a:after {
	background-color: rgba(255, 255, 255, 0.8);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform-origin: 50% 100% 0;
	visibility: hidden;
	z-index: 1
}

.promo-static .categories-landding .cate-content.horizontal .text {
	bottom: 30px;
	left: 35px;
	position: absolute;
	z-index: 3
}

.promo-static .categories-landding .cate-content.horizontal .text .cate-name {
	color: #212121;
	font-weight: 400
}

.promo-static .categories-landding .cate-content.horizontal .text .cate-name .text-desc {
	color: #666666;
	font-size: 13px;
	font-style: italic
}

.promo-static .categories-landding .cate-content.horizontal:hover .text {
	bottom: 50%;
	transform: translateY(50%);
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-o-transform: translateY(50%)
}

.promo-static .categories-landding .cate-content.vertical .text {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	color: #000;
	z-index: 1;
	text-align: center
}

.promo-static .categories-landding .cate-content:hover>a:after {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	opacity: 1;
	visibility: visible
}

.service-static {
	background-color: #222222;
	padding-top: 46px;
	padding-bottom: 14px;
	margin-top: 55px;
	margin-bottom: 24px
}

.service-inline {
	margin-bottom: 30px;
	color: #aaaaaa;
	padding-left: 60px;
	position: relative
}

.service-inline .icon {
	font-size: 36px;
	left: 0;
	position: absolute;
	top: 0;
	color: #e74c3c
}

.service-inline .title,
.service-box .title {
	color: #fff;
	font-weight: 700;
	margin-bottom: 12px
}

.promo-banner {
	overflow: hidden;
	position: relative
}

.promo-banner>a:after {
	background-color: #fff;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform-origin: 50% 100% 0;
	visibility: hidden
}

.promo-banner:hover>a:after {
	opacity: 0.5;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	visibility: visible
}

.promo-banner .text-right {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	right: 0;
	text-align: right
}

.promo-banner .text-container {
	position: absolute;
	padding: 15px;
	z-index: 98
}

.promo-banner .text-container h1,
.promo-banner .text-container .h1 {
	font-size: 34px;
	font-weight: 900
}

.promo-banner .text-container .view-more {
	margin-top: 10px
}

.promo-banner>a>img {
	margin: 0 auto
}

.promo-banner .btn-promo-banner {
	border-color: #FFFFFF;
	color: #fff;
	background-color: transparent
}

.button-border-hover-colour-peru button:hover {
	border-color: #CD853F;
	color: #FFFFFF;
	background-color: #CD853F
}

.button-border-hover-colour-salmon button:hover {
	border-color: #FA8072;
	color: #FFFFFF;
	background-color: #FA8072
}

.text-left .promo-banner .text-container {
	text-align: left
}

.attr {
	margin-top: 57px
}

.title-block {
	overflow: hidden;
	margin-bottom: 37px
}

.title-block .title {
	margin: 0
}

.title-block span {
	color: #202020;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	padding-right: 20px
}

.title-block span:after {
	position: absolute;
	content: "";
	height: 1px;
	background-color: #eeeeee;
	left: 100%;
	width: 990px;
	top: 10px
}

.product-content .top-desc {
	position: relative;
	padding-top: 18px;
	padding-bottom: 7px
}

.product-content .top-desc .cate-name {
	font-size: 13px;
	font-style: italic;
	color: #666666;
	padding-right: 56px
}

.product-content .top-desc .cate-name.no-cp {
	padding-right: 28px
}

.product-content .top-desc .cate-name .text {
	overflow: hidden
}

.product-content .top-desc .cate-name .text span {
	position: relative;
	padding-right: 10px
}

.product-content .top-desc .cate-name .text span:after {
	position: absolute;
	left: 100%;
	right: 100%;
	width: 1000px;
	height: 1px;
	background-color: #eeeeee;
	top: 9px;
	content: ""
}

.product-content .top-desc .icon-links {
	top: 16px;
	position: absolute;
	right: 0
}

.product-content .top-desc .icon-links li {
	display: inline-block
}

.product-list .top-desc .icon-links {
	top: -4px;
	position: absolute;
	right: 0
}

.price {
	color: #e74c3c;
	font-size: 18px;
	font-weight: 700
}

.price-box .special-price .price-container .price-label {
	display: none
}

.price-box .old-price .price-container .price-label {
	display: none
}

.price-box .old-price .price {
	color: #aaaaaa;
	font-size: 16px;
	font-weight: 400;
	text-decoration: line-through;
	padding-left: 20px
}

.rating-box {
	font-size: 0;
	height: 15px;
	line-height: 0;
	overflow: hidden;
	text-indent: -999em;
	width: 75px;
	position: relative
}

.product-list-block .product-content {
	position: relative;
	padding-left: 100px;
	margin-bottom: 20px
}

.product-list-block .product-content .product-top {
	position: absolute;
	left: 0;
	top: 0
}

.product-list-block .product-content .product-details .top-desc {
	padding-top: 0
}

.product-list-block .product-content .product-name {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 5px
}

.product-list-block .product-content .price-box {
	margin-bottom: 12px
}

.slider-testimonial {
	text-align: center
}

.slider-testimonial .testimonial-item {
	color: #f7f7f7;
	padding-bottom: 45px;
	padding-left: 90px;
	position: relative
}

.slider-testimonial .testimonial-item .testimonial-author {
	position: absolute;
	width: 70px;
	height: 70px;
	left: 0;
	top: 0
}

.slider-testimonial .testimonial-item .testimonial-author .img-thumbnail {
	padding: 0;
	border: none;
	overflow: hidden;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%
}

.slider-testimonial .testimonial-item .testimonial-author .img-thumbnail img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%
}

.slider-testimonial .testimonial-item .testimonial-content {
	text-align: left
}

.slider-testimonial .testimonial-item .testimonial-content .content {
	font-size: 28px;
	font-weight: 300;
	line-height: 1.2
}

.slider-testimonial .testimonial-item .testimonial-content .author span {
	font-weight: 700;
	text-transform: uppercase;
	padding-left: 35px;
	position: relative;
	font-size: 15px;
	margin-right: 4px
}

.slider-testimonial .testimonial-item .testimonial-content .author span:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 1px;
	left: 0;
	top: 8px;
	background: #eeeeee
}

.slider-testimonial .testimonial-item .testimonial-content .author strong {
	font-style: italic;
	font-size: 13px
}

.slider-testimonial:hover .owl-carousel .owl-controls .owl-nav .owl-prev,
.slider-testimonial:hover .owl-carousel .owl-controls .owl-nav .owl-next {
	opacity: 1;
	visibility: visible
}

.slider-testimonial .owl-carousel .owl-controls .owl-nav .owl-prev,
.slider-testimonial .owl-carousel .owl-controls .owl-nav .owl-next {
	font-size: 24px !important;
	position: absolute;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	background: transparent !important;
	border: 1px solid #fff;
	width: 60px;
	height: 60px;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	padding-top: 0 !important
}

.slider-testimonial .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.slider-testimonial .owl-carousel .owl-controls .owl-nav .owl-next:hover {
	background-color: #fff !important;
	color: #222 !important
}

.slider-testimonial .owl-carousel .owl-controls .owl-nav .owl-prev {
	left: 60px
}

.slider-testimonial .owl-carousel .owl-controls .owl-nav .owl-next {
	right: 60px
}

.slider-testimonial .owl-carousel .owl-controls .owl-dot span {
	height: 10px !important;
	width: 10px !important;
	border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	-o-border-radius: 50% !important;
	background-color: rgba(247, 247, 247, 0.5) !important
}

.slider-testimonial .owl-carousel .owl-controls .owl-dot.active span,
.slider-testimonial .owl-carousel .owl-controls .owl-dot:hover span {
	background-color: #f7f7f7 !important
}

.slider-testimonial .owl-controls {
	margin-top: 40px !important
}

.big-text {
	font-size: 36px;
	font-weight: 900;
	letter-spacing: 13px;
	margin-bottom: 20px
}

.new_collection {
	padding-top: 77px;
	padding-bottom: 105px;
	text-align: center
}

.new_collection .text-desc {
	font-style: italic
}

.new_collection button {
	border: 1px solid #f5f5f5;
	color: #F5F5F5
}

.product-label {
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	padding: 18px 0;
	position: absolute;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	width: 60px;
	height: 60px
}

.product-label.sale-label {
	background-color: #e74c3c;
	right: 20px
}

.product-label.new-label {
	background-color: #3398db;
	left: 20px
}

.product-label.sold-label {
	background-color: #da6504;
	right: 20px
}

.rating-result {
	font-size: 0;
	height: 15px;
	line-height: 0;
	overflow: hidden;
	position: relative;
	text-indent: -999em;
	width: 75px
}

.rating-result:after {
	color: #8a8a7b;
	content: "\f006\f006\f006\f006\f006";
	font-family: FontAwesome;
	font-size: 14px;
	left: 0;
	letter-spacing: 2px;
	padding: 0 1px;
	position: absolute;
	top: 9px;
	width: 100%
}

.rating-result span {
	float: left;
	height: 15px;
	overflow: hidden;
	position: relative
}

.rating-result span:after {
	color: #8a8a7b;
	content: "\f005\f005\f005\f005\f005";
	font-family: FontAwesome;
	font-size: 14px;
	left: 0;
	letter-spacing: 2px;
	padding: 0 1px;
	position: absolute;
	top: 9px;
	width: 100%;
	z-index: 1
}

.product-image-photo.swatch-option-loading {
	position: relative;
	content: none !important;
	opacity: .5
}

.product-image-photo.swatch-option-loading:after {
	content: url("../../frontend/Mgs/molly/en_US/images/loader-2.gif");
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.toolbar-products select {
	width: auto;
	display: inline
}

.sidebar .empty {
	padding: 15px
}

.fotorama__stage__frame .fotorama__img {
	max-height: none !important
}

.qty-product-buy {
	background-color: #eeeeee;
	margin-right: 10px;
	position: relative;
	width: 110px
}

.qty-product-buy .control {
	text-align: center
}

.qty-product-buy .input-text.qty {
	width: 50px;
	margin: 0 auto;
	padding: 0;
	text-align: center
}

.qty-product-buy .edit-qty {
	cursor: pointer;
	display: block;
	height: 100%;
	line-height: 50px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 30px
}

.qty-product-buy .edit-qty.minus {
	left: 0
}

.qty-product-buy .edit-qty.plus {
	right: 0
}

.box-tocart .actions {
	float: left
}

.box-tocart .actions .tocart {
	padding: 15px 29px
}

.box-tocart .qty-product-buy {
	float: left
}

.catalog-product-view .bundle-options-wrapper .product-addto-links {
	display: none
}

.catalog-product-view .bundle-options-wrapper .block-bundle-summary .bundle-info .product-image-container {
	display: none
}

.catalog-product-view .bundle-options-wrapper .block-bundle-summary .bundle-info .product-image-container {
	display: none
}

.catalog-product-view .bundle-options-wrapper .action.back.btn-primary {
	padding-right: 40px;
	position: relative;
	margin-bottom: 25px
}

.catalog-product-view .bundle-options-wrapper .action.back.btn-primary .fa {
	font-size: 20px;
	position: absolute;
	top: 17px;
	right: 15px
}

.catalog-product-view .bundle-options-wrapper .fieldset-bundle-options>.field.option>.label {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #222
}

.catalog-product-view .bundle-options-wrapper .fieldset-bundle-options>.field.option .options-list>.field {
	position: relative;
	padding: 7px 0 7px 20px
}

.catalog-product-view .bundle-options-wrapper .fieldset-bundle-options>.field.option .options-list>.field .radio {
	left: 0;
	position: absolute;
	top: 5px
}

.catalog-product-view .bundle-options-wrapper .fieldset-bundle-options>.field.option .options-list>.field .checkbox {
	left: 0;
	position: absolute;
	top: 6px
}

.catalog-product-view .bundle-options-wrapper .fieldset-bundle-options>.field.option .options-list>.field .label {
	font-size: 14px;
	font-weight: 400
}

.catalog-product-view .bundle-options-wrapper .fieldset-bundle-options .price {
	font-size: 14px;
	font-weight: 400;
	color: #222
}

.catalog-product-view .block.related {
	margin-top: 60px
}

.catalog-product-view .block.related .block-actions .action {
	background: none;
	border: none;
	box-shadow: none;
	color: #e74c3c;
	font-weight: 700
}

.catalog-product-view .block.related .product-item .product-item-details .choice.related {
	position: relative;
	padding-left: 20px
}

.catalog-product-view .block.related .product-item .product-item-details .choice.related .checkbox {
	position: absolute;
	left: 0;
	top: 0
}

.catalog-product-view .product.media .gallery-placeholder .fotorama__nav-wrap {
	margin-top: 20px;
	padding: 0 50px
}

.catalog-product-view .product.media .gallery-placeholder .fotorama__nav-wrap .fotorama__nav__frame--thumb {
	cursor: pointer
}

.catalog-product-view .review-add .review-form .add-review-table {
	margin-bottom: 30px;
	width: 450px
}

.catalog-product-view .review-add .review-form .add-review-table tr th {
	text-align: center;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: -moz-use-text-color -moz-use-text-color #eee;
	border-image: none;
	border-style: none none solid;
	border-width: medium medium 1px;
	padding: 6px 0;
	width: 70px;
	color: #202020;
	font-size: 12px;
	font-weight: 700;
	padding-left: 0;
	text-transform: uppercase
}

.catalog-product-view .review-add .review-form .add-review-table tr td {
	text-align: center;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: -moz-use-text-color -moz-use-text-color #eee;
	border-image: none;
	border-style: none none solid;
	border-width: medium medium 1px;
	padding: 6px 0;
	width: 70px
}

.catalog-product-view .review-add .review-form .add-review-table tr td .radio {
	margin: 0 auto
}

.catalog-product-view .product-essential {
	border-bottom: 1px solid #eee;
	margin-bottom: 18px;
	padding-bottom: 53px
}

.catalog-product-view .product-essential .action.mailto.friend {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase
}

.catalog-product-view .product-essential .action.mailto.friend .fa {
	font-size: 16px;
	margin-right: 13px
}

.catalog-product-view .product-essential .product-info-stock-sku .stock {
	display: none
}

.catalog-product-view .product-essential .product-info-stock-sku .product-info tr td {
	padding: 15px 22px
}

.catalog-product-view .product-essential .product-info-stock-sku .product-info .title {
	width: 140px;
	color: #202020;
	font-size: 12px;
	font-weight: 700;
	padding-left: 0;
	text-transform: uppercase
}

.catalog-product-view .product-essential .product-info-stock-sku .product-info .text-desc {
	font-size: 13px
}

.catalog-product-view .product-essential .product-info-stock-sku .product-info .text-desc a {
	color: #e74c3c
}

.catalog-product-view .product-essential .product-name {
	margin-bottom: 20px
}

.catalog-product-view .product-essential .product-name .h1 {
	color: #202020;
	margin: 0
}

.catalog-product-view .product-essential .product-reviews-summary {
	margin-bottom: 10px
}

.catalog-product-view .product-essential .product-reviews-summary .rating-result span:after {
	font-size: 18px
}

.catalog-product-view .product-essential .product-reviews-summary .rating-result {
	width: 100px;
	height: 20px
}

.catalog-product-view .product-essential .product-reviews-summary .rating-result:after {
	font-size: 18px
}

.catalog-product-view .product-essential .product-reviews-summary .reviews-actions {
	float: left;
	font-size: 16px;
	margin-right: 15px
}

.catalog-product-view .product-essential .product-reviews-summary .rating-summary {
	float: left;
	margin-top: 3px
}

.catalog-product-view .product-essential .product-reviews-summary .reviews-links {
	float: right
}

.catalog-product-view .product-essential .product-reviews-summary .reviews-links a {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase
}

.catalog-product-view .product-essential .product-reviews-summary .reviews-links a .fa {
	font-size: 16px;
	margin-right: 13px
}

.catalog-product-view .product-essential .product-add-form {
	margin-bottom: 30px;
	margin-top: 30px
}

.catalog-product-view .product-essential .product-add-form .table-wrapper.grouped thead tr th {
	color: #222
}

.catalog-product-view .product-essential .product-add-form .product-options-wrapper .fieldset>.field>.label {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700
}

.catalog-product-view .product-essential .product-add-form .product-options-wrapper>.fieldset>.field {
	margin-bottom: 15px
}

.catalog-product-view .product-essential .product-add-form .product-options-wrapper .options-list.nested .field.choice {
	position: relative;
	padding: 7px 0 7px 20px
}

.catalog-product-view .product-essential .product-add-form .product-options-wrapper .options-list.nested .field.choice .radio {
	position: absolute;
	left: 0;
	top: 5px
}

.catalog-product-view .product-essential .product-add-form .product-options-wrapper .options-list.nested .field.choice .checkbox {
	position: absolute;
	left: 0;
	top: 6px
}

.catalog-product-view .product-essential .product-add-form .product-options-wrapper .options-list.nested .field.choice .label {
	font-size: 14px;
	font-weight: 400
}

.catalog-product-view .product-essential .product-social-links {
	border-bottom: 1px solid #eee;
	padding-bottom: 34px
}

.catalog-product-view .product-essential .product-social-links .product-addto-links a.action {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase
}

.catalog-product-view .product-essential .product-social-links .product-addto-links a.action.towishlist {
	padding-right: 27px
}

.catalog-product-view .product-essential .product-social-links .product-addto-links a.action .fa {
	font-size: 16px;
	margin-right: 13px
}

.catalog-product-view .product-essential .product-social-links .product-addto-links a.action:hover {
	color: #e74c3c
}

.catalog-product-view .product-essential .product-infomation {
	padding-bottom: 21px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px
}

.catalog-product-view .product-essential .product-infomation .product-info-price .price-box {
	margin-top: 10px
}

.catalog-product-view .product-essential .product-infomation .product-info-price .price-box .price {
	font-size: 28px
}

.catalog-product-view .product-essential .product-infomation .product-info-price .price-box .old-price .price {
	font-size: 24px
}

.catalog-product-view .product-essential .product-infomation .product-info-price .price-box .price-from {
	margin: 0;
	display: inline-block
}

.catalog-product-view .product-essential .product-infomation .product-info-price .price-box .price-to {
	margin-bottom: 0;
	margin-left: 15px;
	display: inline-block
}

.catalog-product-view .product-essential .bundle-actions {
	margin-top: 10px
}

.catalog-product-view .product-essential .bundle-actions .btn-primary {
	padding-right: 40px;
	position: relative
}

.catalog-product-view .product-essential .bundle-actions .btn-primary .fa {
	font-size: 20px;
	position: absolute;
	top: 9px;
	right: 15px
}

.catalog-product-view .block.upsell {
	margin-top: 60px
}

.catalog-product-view .info.detailed {
	border-bottom: 1px solid #eee;
	padding-bottom: 40px
}

.catalog-product-view .info.detailed .detailed-menu .item.title a {
	border-bottom: 1px solid #eee;
	color: #444444;
	font-size: 14px;
	font-weight: 700;
	padding: 20px 0 5px;
	text-transform: uppercase;
	display: block
}

.catalog-product-view .info.detailed .detailed-menu .item.title a:hover {
	border-bottom: 1px solid #e74c3c
}

.catalog-product-view .info.detailed .detailed-menu .item.title a .counter {
	float: left;
	margin-right: 4px
}

.catalog-product-view .info.detailed .detailed-menu .content {
	border: 1px solid #e74c3c;
	border-radius: 0 0 4px 4px;
	padding: 15px;
	background-color: #fff
}

.catalog-product-view .info.detailed .detailed-menu .content .label {
	color: #222
}

.catalog-product-view .info.detailed .detailed-menu .content .label>.counter {
	color: #666;
	float: right;
	font-size: 70%;
	margin-right: 10px
}

.catalog-product-view .info.detailed .detailed-menu .item.title.active a {
	border-bottom: 1px solid #e74c3c
}

.catalog-product-view .info.detailed .table.additional-attributes tbody tr th {
	color: #222
}

.catalog-product-view .info.detailed .detailed-content {
	padding-top: 25px
}

.catalog-product-view .info.detailed .detailed-content .review-list .review-toolbar .limiter {
	display: none
}

.catalog-product-view .info.detailed .detailed-content .review-list .title-inline {
	margin-bottom: 15px
}

.catalog-product-view .info.detailed .detailed-content .review-list .review-items .review-item {
	width: 100%;
	display: block
}

.catalog-product-view .info.detailed .detailed-content .review-list .review-items .review-item .review-title {
	margin-bottom: 6px
}

.catalog-product-view .info.detailed .detailed-content .review-list .review-items .review-item .review-content {
	margin-top: 10px
}

.catalog-product-view .info.detailed .detailed-content .review-list .review-items .review-item .review-details .review-author {
	display: inline-block
}

.catalog-product-view .info.detailed .detailed-content .review-list .review-items .review-item .review-details .review-date {
	display: inline-block;
	margin-left: 10px
}

.catalog-product-view .product.data.items {
	position: relative;
	z-index: 1;
	border-bottom: 0;
	margin-left: 0;
	margin-right: 0
}

.catalog-product-view .product.data.items>.item.title {
	float: left;
	width: auto;
	margin: 0 -1px 0 0
}

.catalog-product-view .product.data.items>.item.title>.switch {
	font-weight: 400;
	line-height: 40px;
	font-size: 1.4rem;
	color: #7d7d7d;
	text-decoration: none;
	border-bottom: none;
	height: 40px;
	border: 1px solid #428bca;
	padding: 1px 35px 1px 35px;
	display: block;
	position: relative;
	z-index: 2;
	color: #222
}

.catalog-product-view .product.data.items>.item.title.active>.switch {
	background: #428bca;
	color: #fff;
	padding-bottom: 2px
}

.catalog-product-view .product.data.items>.item.content {
	background: #fff;
	margin-top: 39px;
	padding: 35px 35px 35px 35px;
	border: 1px solid #428bca;
	box-sizing: border-box;
	float: right;
	margin-left: -100%;
	width: 100%
}

.checkout-cart-index .items thead th {
	border-bottom: 1px solid #222;
	text-aglin: left
}

.checkout-cart-index .items thead th span {
	color: #222;
	font-size: 13px;
	text-transform: uppercase
}

.checkout-cart-index .items .item .item-info td {
	vertical-align: middle
}

.checkout-cart-index .items .item .item-info td .product-item-name a {
	font-weight: 500;
	font-size: 16px
}

.checkout-cart-index .items .item .item-info .product-item-photo,
.checkout-cart-index .items .item .item-info .product-item-details {
	display: inline-block
}

.checkout-cart-index .items .item .item-info .product-item-details {
	margin-left: 10px
}

.checkout-cart-index .items .item .item-info .product-image-wrapper {
	padding-bottom: 0 !important
}

.checkout-cart-index .items .item .qty .label {
	display: none
}

.checkout-cart-index .items .item .qty .qty {
	width: 70px
}

.checkout-cart-index .items .item .item-actions {
	text-align: right
}

.checkout-cart-index .items .item .actions-toolbar a {
	color: #aaa
}

.checkout-cart-index .items .item .actions-toolbar a:hover {
	color: #e74c3c
}

.checkout-cart-index .items .item .actions-toolbar .action-edit {
	margin-right: 10px;
	margin-left: 10px
}

.checkout-cart-index .items .img-thumbnail {
	border: none
}

.checkout-cart-index .shopping-cart-bottom {
	padding-top: 40px;
	padding-bottom: 50px
}

.checkout-cart-index .shopping-cart-bottom .title {
	background-color: #e74c3c;
	padding: 15px;
	color: #fff;
	position: relative;
	text-transform: uppercase
}

.checkout-cart-index .shopping-cart-bottom .title:hover {
	cursor: pointer
}

.checkout-cart-index .shopping-cart-bottom .title:after {
	position: absolute;
	right: 10px;
	top: 15px;
	-webkit-font-smoothing: antialiased;
	font-size: 12px;
	line-height: 12px;
	color: inherit;
	content: "\f107";
	font-family: FontAwesome;
	margin: 6px 0 0;
	vertical-align: middle;
	display: inline-block;
	font-weight: normal;
	overflow: hidden;
	speak: none;
	text-align: center
}

.checkout-cart-index .shopping-cart-bottom .active .title:after {
	content: "\f106"
}

.checkout-cart-index .shopping-cart-bottom .content {
	border: 1px solid #e74c3c;
	padding: 15px
}

.checkout-cart-index .shopping-cart-bottom .shipping .item-options input,
.checkout-cart-index .shopping-cart-bottom .shipping .item-options label {
	display: inline-block;
	vertical-align: middle
}

.checkout-cart-index .shopping-cart-bottom .shipping .item-options label {
	margin: 0
}

.checkout-cart-index .shopping-cart-bottom .shipping br {
	display: none
}

.checkout-cart-index .shopping-cart-bottom .discount .actions-toolbar {
	padding-top: 10px
}

.checkout-cart-index .shopping-cart-bottom .totals tbody {
	border: 1px solid #e74c3c
}

.checkout-cart-index .shopping-cart-bottom .totals .table-caption {
	background-color: #e74c3c;
	padding: 15px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase
}

.checkout-cart-index .shopping-cart-bottom .totals .table-caption:hover {
	cursor: pointer
}

.checkout-cart-index .shopping-cart-bottom .totals .mark {
	background-color: #fff;
	border-right: 1px solid #ddd;
	color: #222
}

.checkout-cart-index .shopping-cart-bottom .totals .grand.totals {
	font-size: 25px
}

.checkout-cart-index .shopping-cart-bottom .totals .grand.totals .amount span {
	font-size: 25px
}

.checkout-cart-index .shopping-cart-bottom .label {
	font-weight: 400
}

.checkout-cart-index .shopping-cart-bottom .checkout {
	width: 100%
}

.checkout-cart-index .cart.actions {
	text-align: right
}

.checkout-cart-index .checkout-methods-items button.checkout {
	background: #e74c3c;
	color: #fff;
	border: 1px solid #e74c3c;
	padding: 14px 30px;
	text-transform: uppercase
}

.mage-error {
	color: red
}

.loading-mask {
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	margin: auto;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100
}

.loading-mask .loader>img {
	bottom: 0;
	left: 0;
	margin: auto;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100
}

.loading-mask .loader>p {
	display: none
}

#checkout {
	padding-top: 30px
}

.checkout-index-index {
	overflow-y: hidden
}

.checkout-index-index .checkout-payment-method .payment-method-content {
	padding: 0 0 20px 22px
}

.checkout-index-index .checkout-payment-method .payment-method-content .payment-method-billing-address label {
	color: #222
}

.checkout-index-index .checkout-payment-method .payment-method-content .payment-method-billing-address .billing-address-details {
	line-height: 27px;
	padding: 0 0 0 16px
}

.checkout-index-index .checkout-payment-method .payment-method-content .actions-toolbar {
	text-align: right
}

.checkout-index-index .checkout-payment-method .payment-method-content .actions-toolbar button {
	background: #e74c3c;
	color: #fff;
	border: 1px solid #e74c3c;
	font-size: 24px;
	padding: 13px 29px;
	text-align: right
}

.checkout-index-index .checkout-payment-method .payment-option-title {
	border-top: 1px solid #ccc;
	padding-left: 22px
}

.checkout-index-index .checkout-payment-method .payment-option-title .action-toggle span {
	color: #e74c3c;
	display: inline-block;
	padding-bottom: 10px;
	padding-top: 10px
}

.checkout-index-index .checkout-payment-method .payment-option-title .action-toggle span:hover {
	cursor: pointer
}

.checkout-index-index .checkout-payment-method .payment-option-title .action-toggle:after {
	color: #8f8f8f;
	content: "\f107";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	margin: 0 0 0 10px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle
}

.checkout-index-index .checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
	content: "\f106"
}

.checkout-index-index .checkout-payment-method .payment-option-content {
	padding: 0 0 20px 22px
}

.checkout-index-index .checkout-payment-method .payment-option-content label {
	display: none
}

.checkout-index-index .checkout-payment-method .payment-option-content .actions-toolbar button {
	background: none;
	border: 1px solid #222;
	color: #222;
	padding: 13px 29px
}

.checkout-index-index .checkout-payment-method .payment-option-content .actions-toolbar button:hover {
	background: #e74c3c;
	border: 1px solid #e74c3c;
	color: #fff
}

.checkout-index-index .label {
	font-weight: 400
}

.checkout-index-index .control .label {
	display: none
}

.checkout-index-index .page-main {
	position: relative
}

.checkout-index-index .page-main .main {
	position: static
}

.checkout-index-index .checkout-container {
	position: relative;
	counter-reset: i
}

.checkout-index-index .authentication-wrapper {
	position: relative;
	/* right: 0; */
	/* bottom: 0; */
	display: inline-block;
	float: right;
	padding: 10px;
}

.checkout-index-index .authentication-wrapper .secondary a {
	color: #e74c3c
}

.checkout-index-index .authentication-wrapper button {
	background: none;
	border: none;
	padding-left: 0;
	padding-right: 0
}

.checkout-index-index .authentication-wrapper button span {
	color: #e74c3c
}

.checkout-index-index .authentication-wrapper aside.authentication-dropdown {
	display: none;
	position: absolute;
	width: 450px;
	right: 0;
	border: 1px solid #ccc;
	padding: 15px;
	background-color: #fff;
	z-index: 99 !important
}

.checkout-index-index .authentication-wrapper .modal-header {
	text-align: right;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	border: none
}

.checkout-index-index .authentication-wrapper .modal-header .action-close {
	background: none;
	border: none
}

.checkout-index-index .authentication-wrapper .modal-header .action-close span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.checkout-index-index .authentication-wrapper .modal-header .action-close:before {
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	line-height: 14px;
	color: #8f8f8f;
	content: "\f00d";
	font-family: FontAwesome;
	margin: 0;
	vertical-align: top;
	display: inline-block;
	font-weight: normal;
	overflow: hidden;
	speak: none;
	text-align: center
}

.checkout-index-index .authentication-wrapper .modal-content {
	box-shadow: none;
	border: none
}

.checkout-index-index .authentication-wrapper .modal-content .block-title {
	display: none
}

.checkout-index-index .authentication-wrapper .modal-content .actions-toolbar {
	padding-top: 10px
}

.checkout-index-index .authentication-wrapper aside._show {
	display: block
}

.checkout-index-index .opc-progress-bar .opc-progress-bar-item {
	width: 185px;
	display: inline-block;
	position: relative;
	text-align: center;
	vertical-align: top
}

.checkout-index-index .opc-progress-bar .opc-progress-bar-item:before {
	background: #e4e4e4;
	top: 19px;
	transition: background .3s;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-o-transition: background .3s;
	content: '';
	height: 7px;
	left: 0;
	position: absolute;
	width: 100%
}

.checkout-index-index .opc-progress-bar .opc-progress-bar-item>span {
	display: inline-block;
	padding-top: 45px;
	width: 100%;
	word-wrap: break-word;
	color: #e4e4e4;
	font-weight: 300;
	font-size: 1.8rem
}

.checkout-index-index .opc-progress-bar .opc-progress-bar-item>span:before,
.checkout-index-index .opc-progress-bar .opc-progress-bar-item>span:after {
	background: #e4e4e4;
	height: 38px;
	margin-left: -19px;
	transition: background .3s;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-o-transition: background .3s;
	width: 38px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	content: '';
	left: 50%;
	position: absolute;
	top: 0
}

.checkout-index-index .opc-progress-bar .opc-progress-bar-item>span:after {
	background: #fff;
	height: 26px;
	margin-left: -13px;
	top: 6px;
	width: 26px;
	content: counter(i);
	counter-increment: i;
	color: #222;
	font-weight: 600;
	font-size: 1.8rem
}

.checkout-index-index .opc-progress-bar .opc-progress-bar-item._active>span {
	color: #222
}

.checkout-index-index .opc-progress-bar .opc-progress-bar-item._active>span:before {
	background: #ff5501
}

.checkout-index-index .opc-progress-bar .opc-progress-bar-item._active>span:after {
	font-family: FontAwesome;
	content: "\f00c"
}

.checkout-index-index .opc-progress-bar .opc-progress-bar-item._active:before {
	background: #ff5501
}

.checkout-index-index .opc-estimated-wrapper {
	display: none
}

.checkout-index-index .opc-wrapper {
	width: 66.66666667%;
	float: left;
	order: 1;
	padding-right: 30px
}

.checkout-index-index .opc-wrapper .step-title {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	color: #222;
	font-weight: 300;
	font-size: 2.6rem
}

.checkout-index-index .opc-wrapper .step-content {
	margin: 0 0 40px
}

.checkout-index-index .opc-wrapper .step-content .shipping-address-item.selected-item {
	border-color: #ff5501
}

.checkout-index-index .opc-wrapper .step-content .shipping-address-item.selected-item .action-select-shipping-item {
	visibility: hidden
}

.checkout-index-index .opc-wrapper .step-content .shipping-address-item.selected-item:after {
	background: #ff5501 none repeat scroll 0 0;
	color: #fff;
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 19px;
	height: 27px;
	line-height: 21px;
	padding-top: 2px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 29px
}

.checkout-index-index .opc-wrapper .step-content .shipping-address-item {
	width: 33.3333%;
	border: 2px solid transparent;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	margin: 0 0 20px;
	padding: 20px 35px 20px 20px;
	position: relative;
	transition: border-color .3s ease 0s;
	-webkit-transition: border-color .3s ease 0s;
	-moz-transition: border-color .3s ease 0s;
	-o-transition: border-color .3s ease 0s;
	vertical-align: top;
	width: 50%;
	word-wrap: break-word;
	color: #222
}

.checkout-index-index .opc-wrapper .step-content .shipping-address-item .not-selected-item:before {
	background: none
}

.checkout-index-index .opc-wrapper .step-content .shipping-address-item:before {
	background: #ccc none repeat scroll 0 0;
	content: "";
	height: calc(80%);
	left: 0;
	position: absolute;
	top: 0;
	width: 1px
}

.checkout-index-index .opc-wrapper .step-content .shipping-address-item:nth-child(3n+1):before {
	display: none
}

.checkout-index-index .opc-wrapper .step-content .shipping-address-item.not-selected-item button {
	background: #e74c3c;
	color: #fff;
	border: 1px solid #e74c3c
}

.checkout-index-index .opc-wrapper .step-content .shipping-address-item .edit-address-link {
	background: none;
	border: none;
	box-shadow: none;
	color: #e74c3c
}

.checkout-index-index .opc-wrapper .step-content .action-show-popup {
	background: #e74c3c;
	color: #fff;
	border: 1px solid #e74c3c
}

.checkout-index-index .opc-wrapper .form-login,
.checkout-index-index .opc-wrapper .form-shipping-address {
	margin-top: 28px;
	margin-bottom: 28px;
	max-width: 500px
}

.checkout-index-index .opc-wrapper .form-login .note,
.checkout-index-index .opc-wrapper .form-shipping-address .note {
	font-size: 14px;
	margin-top: 10px;
	display: block
}

.checkout-index-index .opc-wrapper .form-login {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px
}

.checkout-index-index .opc-wrapper .form-login button.login {
	background: #e74c3c;
	color: #fff;
	border: 1px solid #e74c3c;
	font-size: 14px
}

.checkout-index-index .methods-shipping .table-checkout-shipping-method {
	width: 100%
}

.checkout-index-index .methods-shipping .table-checkout-shipping-method thead th {
	display: none
}

.checkout-index-index .methods-shipping .table-checkout-shipping-method tbody tr:first-child td {
	border-top: none
}

.checkout-index-index .methods-shipping .table-checkout-shipping-method tbody tr:first-child td:first-child {
	padding-left: 0;
	padding-right: 0;
	width: 20px
}

.checkout-index-index .methods-shipping .table-checkout-shipping-method tbody td {
	border-top: 1px solid #ccc;
	padding-bottom: 20px;
	padding-top: 20px
}

.checkout-index-index .methods-shipping .table-checkout-shipping-method tbody .col-price {
	font-weight: 600
}

.checkout-index-index .methods-shipping .actions-toolbar {
	text-align: right
}

.checkout-index-index .methods-shipping .actions-toolbar button {
	padding: 14px 17px;
	font-size: 1.8rem;
	line-height: 2.2rem;
	margin: 0;
	background: #e74c3c;
	border: 1px solid #e74c3c;
	color: #fff
}

.checkout-index-index .opc-sidebar {
	margin: 46px 0 20px;
	width: 33.33333333%;
	float: right;
	order: 2
}

.checkout-index-index .opc-sidebar .modal-header .action-close {
	display: none
}

.checkout-index-index .opc-sidebar .modal-content {
	box-shadow: none;
	border: none
}

.checkout-index-index .opc-sidebar .modal-content .opc-block-summary {
	background: #f5f5f5;
	margin: 0 0 20px;
	padding: 22px 30px
}

.checkout-index-index .opc-sidebar .modal-content .opc-block-summary>.title {
	display: block;
	color: #222;
	font-size: 2.6rem;
	font-weight: 300;
	padding-bottom: 10px
}

.checkout-index-index .opc-sidebar .modal-content .opc-block-summary>.table-totals .table-caption {
	display: none
}

.checkout-index-index .opc-sidebar .modal-content .opc-block-summary .items-in-cart>.title {
	border-bottom: 1px solid #ccc;
	padding: 10px 40px 10px 0;
	cursor: pointer;
	display: block;
	text-decoration: none;
	margin-bottom: 0;
	position: relative
}

.checkout-index-index .opc-sidebar .modal-content .opc-block-summary .items-in-cart>.title strong {
	font-size: 1.8rem;
	font-weight: 300;
	margin: 0
}

.checkout-index-index .opc-sidebar .modal-content .opc-block-summary .items-in-cart>.title:after {
	position: absolute;
	right: 0;
	top: 17px;
	-webkit-font-smoothing: antialiased;
	font-size: 15px;
	line-height: 12px;
	color: inherit;
	content: "\f107";
	font-family: FontAwesome;
	margin: 3px 0 0;
	vertical-align: middle;
	display: inline-block;
	font-weight: normal;
	overflow: hidden;
	speak: none;
	text-align: center
}

.checkout-index-index .opc-sidebar .modal-content .opc-block-summary .items-in-cart .minicart-items {
	margin: 0;
	padding: 0;
	list-style: none none
}

.checkout-index-index .opc-sidebar .modal-content .opc-block-summary .grandtotal {
	font-size: 20px;
	color: #e74c3c;
	font-weight: 700
}

.checkout-index-index .opc-sidebar .modal-content .opc-block-summary .items-in-cart.active>.title:after {
	content: "\f106"
}

.checkout-index-index .opc-sidebar .modal-content .opc-block-shipping-information {
	padding: 0 30px
}

.checkout-index-index .opc-sidebar .modal-content .opc-block-shipping-information .ship-to,
.checkout-index-index .opc-sidebar .modal-content .opc-block-shipping-information .ship-via {
	margin: 0 0 20px
}

.checkout-index-index .opc-sidebar .modal-content .opc-block-shipping-information .shipping-information-title {
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px;
	position: relative
}

.checkout-index-index .opc-sidebar .modal-content .opc-block-shipping-information .shipping-information-title>span {
	color: #222;
	font-size: 2.6rem;
	font-weight: 300
}

.checkout-index-index .opc-sidebar .modal-content .opc-block-shipping-information .shipping-information-content {
	line-height: 27px
}

.checkout-index-index .opc-sidebar .modal-content .opc-block-shipping-information .action-edit {
	display: inline-block;
	margin: 0;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 10px;
	box-shadow: none;
	background: none;
	border: none
}

.checkout-index-index .opc-sidebar .modal-content .opc-block-shipping-information .action-edit>span {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.checkout-index-index .opc-sidebar .modal-content .opc-block-shipping-information .action-edit:before {
	color: #8f8f8f;
	content: "\f040";
	display: inline-block;
	font-family: "luma-icons";
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle
}

.checkout-index-index .opc-sidebar .modal-content .opc-block-shipping-information .action-edit:hover {
	color: #222
}

.checkout-index-index .opc-sidebar .minicart-items .product-item {
	padding-top: 20px
}

.checkout-index-index .opc-sidebar .minicart-items .product-item .product-image-container,
.checkout-index-index .opc-sidebar .minicart-items .product-item .product-item-details {
	display: inline-block;
	vertical-align: top
}

.checkout-index-index .opc-sidebar .minicart-items .product-item .product-item-details {
	padding-left: 10px
}

.checkout-index-index .opc-sidebar .minicart-items .product-item .product-item-details .subtotal {
	color: #e74c3c
}

.checkout-onepage-success {
	overflow-y: hidden
}

.checkout-onepage-success .checkout-success {
	padding: 30px 0;
	color: #222
}

.checkout-onepage-success .checkout-success .actions-toolbar .continue {
	color: #e74c3c
}

.field-tooltip {
	cursor: pointer;
	position: absolute;
	right: -25px;
	top: 10px
}

.field-tooltip .field-tooltip-action {
	display: inline-block;
	text-decoration: none
}

.field-tooltip .field-tooltip-action:before {
	-webkit-font-smoothing: antialiased;
	font-size: 25px;
	line-height: inherit;
	color: #bbb;
	content: "\f059";
	font-family: FontAwesome;
	vertical-align: middle;
	display: inline-block;
	font-weight: normal;
	speak: none;
	text-align: center
}

.field-tooltip .field-tooltip-action:hover:before {
	color: #222
}

.field-tooltip .field-tooltip-content {
	background: #f4f4f4;
	border: 1px solid #999;
	color: #999;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-o-border-radius: 1px;
	font-size: 14px;
	padding: 12px;
	width: 270px;
	display: none;
	left: 38px;
	position: absolute;
	text-transform: none;
	top: -9px;
	word-wrap: break-word;
	z-index: 2
}

.field-tooltip .field-tooltip-content:after,
.field-tooltip .field-tooltip-content:before {
	border: 10px solid transparent;
	height: 0;
	width: 0;
	border-right-color: #f4f4f4;
	left: -21px;
	top: 12px;
	content: '';
	display: block;
	position: absolute;
	z-index: 3
}

.field-tooltip .field-tooltip-content:before {
	border-right-color: #666
}

.field-tooltip .field-tooltip-content:after {
	border-right-color: #f4f4f4;
	width: 1px;
	z-index: 4
}

.field-tooltip._active .field-tooltip-content {
	display: block
}

.control._with-tooltip {
	position: relative
}

.control._with-tooltip._active {
	z-index: 100
}

.control._with-tooltip._active .field-tooltip-action:before {
	color: #222
}

.control._with-tooltip._active .field-tooltip-content {
	display: block
}

.customer-account-login .block-title {
	margin-bottom: 30px;
	font-size: 24px;
	color: #202020;
	text-transform: uppercase;
	position: relative;
	overflow: hidden
}

.customer-account-login .block-title strong {
	position: relative
}

.customer-account-login .block-title strong:after {
	background-color: #eee;
	content: "";
	height: 1px;
	left: 100%;
	top: 15px;
	width: 990px;
	position: absolute;
	margin-left: 15px
}

.customer-account-login input[type="radio"],
.customer-account-login input[type="checkbox"] {
	float: left;
	margin-right: 5px
}

.customer-account-login .block-customer-login,
.customer-account-login .block-new-customer {
	width: 50%;
	padding: 0 20px
}

.customer-account-login .block-customer-login {
	float: left
}

.customer-account-login .block-customer-login .actions-toolbar {
	padding-top: 10px
}

.customer-account-login .block-new-customer {
	float: right
}

.customer-account-login .action.back:before {
	content: "\f100";
	font: normal normal normal 14px/1 FontAwesome;
	display: inline-block
}

.customer-account-create .account .actions-toolbar {
	padding-top: 10px
}

.account .page.messages {
	margin-bottom: 30px
}

.choice {
	position: relative;
	padding-left: 20px
}

.choice .checkbox {
	left: 0;
	margin-top: 3px;
	position: absolute
}

.page.messages {
	position: relative;
	z-index: 990
}

.catalog-product-view .page.messages .message {
	margin-bottom: 30px
}

.account-nav ul li {
	border-bottom: 1px solid #eee;
	float: left;
	height: auto;
	width: 100%
}

.account-nav ul li a,
.account-nav ul li strong {
	text-transform: uppercase;
	float: left;
	padding-bottom: 17px;
	padding-left: 22px;
	padding-top: 12px;
	color: #212121
}

.account-nav ul li a:hover,
.account-nav ul li strong:hover,
.account-nav ul li a:focus,
.account-nav ul li strong:focus {
	background: none;
	color: #e74c3c;
	font-weight: 700
}

.account-nav ul li.active strong,
.account-nav ul li.current strong {
	color: #e74c3c
}

.account-nav ul li.active a strong,
.account-nav ul li.current a strong {
	color: #e74c3c;
	padding: 0
}

.my-account-main .block-title {
	color: #202020;
	margin-bottom: 10px;
	font-weight: 700
}

.my-account-main .box-actions a {
	margin-right: 15px
}

.form-edit-account input[type="radio"] {
	float: left;
	margin-left: 5px
}

.form-address-edit .country select {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	height: 50px;
	margin-bottom: 10px;
	padding: 6px 12px;
	transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
	-moz-transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
	-webkit-transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
	-o-transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
	width: 100%
}

.form-wishlist-items .product-item-photo {
	float: left;
	margin-right: 15px
}

.form-wishlist-items .product-item-photo .product-image-wrapper {
	padding: 0 !important
}

.form-wishlist-items .product-item-name {
	font-size: 16px;
	font-weight: 400
}

.form-wishlist-items .product-item-inner {
	float: left
}

.form-wishlist-items .actions-toolbar {
	margin-top: 30px;
	float: left
}

.form-wishlist-items .product-item-actions {
	position: absolute;
	right: 0;
	top: 15px;
	font-size: 16px
}

.form-wishlist-items .product-item-actions a {
	margin-right: 15px;
	color: #e74c3c
}

.form-wishlist-items .box-tocart .product-item-actions {
	position: relative;
	top: 0;
	margin-bottom: 24px
}

.message {
	padding: 15px
}

.message-success {
	background-color: #dff0d8
}

.message-info {
	background-color: #d9edf7
}

.message-warning {
	background-color: #fcf8e3
}

.message-danger {
	background-color: #f2dede
}

.message-error {
	color: red
}

.catalog-product-compare-index .product-reviews-summary {
	clear: both
}

.catalog-product-compare-index .product-item-actions .action {
	background: none;
	border: none;
	box-shadow: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	padding: 8px 0
}

.catalog-product-compare-index .product-item-actions .action.tocart {
	color: #e74c3c
}

.catalog-product-compare-index .product-item-actions .action .fa {
	margin-right: 10px
}

.table-comparison .remove.product .action.delete {
	text-align: right;
	font-size: 20px
}

.table-comparison thead {
	border-bottom: 1px
}

.table-comparison thead th,
.table-comparison thead td {
	border: none !important
}

.table-comparison tbody th,
.table-comparison tbody td {
	border: none !important
}

.table-comparison tbody th {
	color: #212121;
	font-size: 14px;
	width: 30%
}

.table-comparison tbody .product.info {
	background-color: #fff
}

.table-comparison tbody .product.info .product-item-photo {
	float: left;
	margin-right: 12px
}

.table-comparison tbody .product.info .product-item-photo .img-thumbnail {
	width: 150px;
	border: none
}

.table-comparison>tbody+tbody {
	margin-top: 12px
}

.sidebar .block-compare .counter {
	display: none
}

.sidebar .block-compare .actions-toolbar .secondary {
	float: right
}

.pager li>a,
.pager li>span {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px
}

.content-page-404 .text-404 {
	background-image: url('../../frontend/Mgs/molly/en_US/images/bg_404.jpg');
	background-position: center center;
	background-size: cover;
	color: #fff;
	font-size: 24px;
	padding: 100px 0;
	width: 100%
}

.content-page-404 .text-404 .big-404 {
	font-size: 80px;
	font-weight: 900;
	line-height: 1
}

.contact-index-index .title-contact-form {
	margin-bottom: 40px
}

.contact-index-index .contact-form {
	margin-bottom: 60px
}

.contact-index-index .contact-form .label {
	color: #222222;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 7px;
	text-transform: uppercase;
	vertical-align: middle
}

.contact-index-index .contact-form .fieldset>.field {
	margin-bottom: 15px
}

.contact-info {
	color: #202020;
	font-size: 18px;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 35px;
	padding-top: 45px
}

.contact-info.center {
	border-left-color: #eeeeee;
	border-right-color: #eeeeee
}

.contact-info .icon {
	font-size: 36px;
	margin-bottom: 28px;
	padding-left: 22px;
	color: #e74c3c
}

.contact-info .text-desc {
	color: #666666;
	font-size: 16px;
	margin-bottom: 5px
}

.footer {
	padding: 0;
	background-color: #0098da;
	color: #aaa;
	float: left;
	width: 100%
}

.width1024 .container {
	width: 994px
}

.width1366 .container {
	width: 1336px
}

.fullwidth .container {
	width: 100%
}

.header-sticky-menu .middle-header-content.navbar-collapse {
	z-index: 1000
}

.header-sticky-menu .navigation ul.nav-main li.level0>a.level0 {
	color: #222 !important
}

.header-sticky-menu .logo-container .logo {
	position: fixed;
	z-index: 1001;
	float: left;
	display: block;
	top: 0;
	margin: 7px 0 0;
	width: auto
}

.header-sticky-menu .top-bar-right .minicart-wrapper.switcher {
	position: fixed;
	z-index: 1001;
	top: 0;
	right: 5%;
	height: 60px;
	padding: 5px 15px;
	color: #222;
	border: none
}

.header-sticky-menu .top-bar-right .minicart-wrapper.switcher>.fa {
	font-size: 1
}

.header-sticky-menu .top-bar-right .minicart-wrapper.switcher .showcart .counter {
	margin-top: -15px
}

.scroll-to-top {
	border-width: 1px;
	border-style: solid;
	bottom: -100px;
	cursor: pointer;
	height: 40px;
	text-align: center;
	position: fixed;
	right: 25px;
	transition: all .7s ease-in-out 0s;
	-webkit-transition: all .7s ease-in-out 0s;
	-moz-transition: all .7s ease-in-out 0s;
	-o-transition: all .7s ease-in-out 0s;
	width: 40px;
	z-index: 9999;
	line-height: 30px;
	padding: 3px;
	background: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%
}

.modal-popup {
	visibility: hidden;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 9999 !important
}

.modal-popup._inner-scroll .modal-content {
	overflow-y: auto;
	height: 300px
}

.modal-popup._inner-scroll .modal-footer .action-save-address {
	background: #e74c3c;
	color: #fff;
	border: 1px solid #e74c3c
}

.modal-popup._inner-scroll .modal-footer .action-hide-popup {
	background: none;
	color: #e74c3c;
	border: none;
	box-shadow: none
}

.modal-popup .modal-inner-wrap {
	padding: 12px;
	width: 400px;
	box-sizing: border-box;
	height: auto;
	left: 0;
	margin: 10rem auto;
	position: absolute;
	right: 0;
	transform: translateY(-200%);
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-o-transform: translateY(-200%);
	transition-duration: .2s;
	-webkit-transition-property: -webkit-transform, visibility;
	transition-property: transform, visibility;
	transition-timing-function: ease;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
	opacity: 1;
	pointer-events: auto
}

.modal-popup._show {
	visibility: visible
}

.modal-popup._show .modal-inner-wrap {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0)
}

.modal-popup .modal-header {
	padding-bottom: 1.2rem;
	flex-shrink: 0;
	padding-top: 3rem;
	flex-grow: 0;
	padding-left: 3rem;
	padding-right: 3rem;
	display: block;
	border: none
}

.modal-popup .modal-header .action-close {
	padding: 15px
}

.modal-popup .action-close {
	padding: 1ssrem;
	color: #736963;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	background-color: transparent;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	box-shadow: none;
	margin: 0;
	border-color: #adadad
}

.modal-popup .action-close:before {
	content: "\f00d";
	transition: color .1s linear;
	-webkit-transition: color .1s linear;
	-moz-transition: color .1s linear;
	-o-transition: color .1s linear;
	font-size: 2rem;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	line-height: 1;
	font-style: normal;
	font-weight: normal;
	speak: none
}

.modal-popup .action-close>span {
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
	position: absolute;
	display: none;
	visibility: hidden
}

.modal-popup .modal-content {
	padding-left: 3rem;
	padding-right: 3rem;
	box-shadow: none;
	border: none
}

.modal-popup .modal-footer {
	text-align: right;
	padding-top: 2.6rem;
	margin-top: auto;
	padding-bottom: 1rem;
	flex-grow: 0;
	flex-shrink: 0;
	padding-left: 3rem;
	padding-right: 3rem;
	border: none;
	text-align: center
}

.modal-popup .modal-footer .action-secondary,
.modal-popup .modal-footer .action-primary {
	padding: 6px 12px;
	border: 1px solid transparent;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	vertical-align: middle;
	border-radius: 0
}

.modal-popup .modal-footer .action-secondary {
	color: #222;
	border-color: #222
}

.modal-popup .modal-footer .action-primary {
	color: #fff;
	border-color: #e74c3c;
	background-color: #e74c3c
}

.cms-index-index .modal-popup._inner-scroll .modal-content {
	height: auto;
	overflow-y: visible;
	padding-left: 0;
	padding-right: 0
}

.cms-index-index .modal-popup .modal-header {
	position: absolute;
	right: -5px;
	top: -8px
}

.cms-index-index .modal-popup .modal-header .modal-title {
	display: none
}

.cms-index-index .modal-popup p {
	margin: 0
}

.cms-index-index .modal-popup.newsletter-popup .modal-inner-wrap {
	width: 756px
}

.newsletter-popup .newsletter-popup {
	height: 100%;
	padding-top: 25px;
	position: absolute;
	text-align: left;
	top: 0;
	width: 100%
}

.newsletter-popup .newsletter-popup img {
	height: 46px;
	margin-left: 20px;
	margin-top: 20px
}

.newsletter-popup .newsletter-popup h3 {
	color: #111;
	padding-left: 20px;
	margin-top: 20px
}

.newsletter-popup .newsletter-popup .desc-popup {
	color: #111;
	line-height: 24px;
	padding-left: 20px;
	width: 363px;
	margin-bottom: 15px !important
}

.newsletter-popup .newsletter-popup .block-subscribe {
	padding-bottom: 10px;
	padding-left: 20px;
	position: relative
}

.newsletter-popup .newsletter-popup .block-subscribe input,
.newsletter-popup .newsletter-popup .block-subscribe button {
	display: inline-block;
	vertical-align: middle
}

.newsletter-popup .newsletter-popup .block-subscribe button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	left: 260px;
	margin-left: 0;
	position: absolute;
	top: 7px;
	border: none
}

.newsletter-popup .newsletter-popup .checkbox,
.newsletter-popup .newsletter-popup form {
	display: block;
	width: 100% !important
}

.newsletter-popup .newsletter-popup form input {
	border: 1px solid #9d9d9c;
	border-radius: 0;
	margin: 0;
	width: 280px
}

.newsletter-popup .newsletter-popup .checkbox {
	bottom: 0;
	padding-left: 20px;
	text-align: left;
	top: auto
}

.newsletter-popup .newsletter-popup .checkbox input {
	margin-top: 7px
}

.modal-popup.newsletter-popup .modal-inner-wrap {
	padding: 0
}

.modals-overlay {
	background: rgba(0, 0, 0, 0.35) none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0
}

.hidden-top .toolbar .top-toolbar,
.hidden-bottom .toolbar .toolbar-bottom {
	display: none
}

.toolbar .top-toolbar {
	margin-bottom: 40px
}

.toolbar .top-toolbar .pager {
	border-bottom: 1px solid #eee;
	margin: 0;
	padding-bottom: 12px
}

.toolbar .top-toolbar .pager>.limiter {
	background: rgba(0, 0, 0, 0) url("../../frontend/Mgs/molly/en_US/images/link-separator.png") no-repeat scroll right center;
	margin-right: 15px;
	padding-right: 15px
}

.toolbar .top-toolbar .pager .pull-left>div>label {
	display: inline-block;
	font-weight: 300
}

.toolbar .top-toolbar .pager .sort-by .sorter-action {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	display: block;
	float: right;
	height: 30px;
	margin-left: 15px;
	overflow: hidden;
	width: 30px
}

.toolbar .top-toolbar .pager .sort-by .sorter-action:hover .fa.sellect {
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%)
}

.toolbar .top-toolbar .pager .sort-by .sorter-action .fa {
	border: 1px solid #666;
	color: #666666;
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	width: 30px
}

.toolbar .top-toolbar .pager .sort-by .sorter-action .fa.sellect {
	border: 1px solid #e74c3c;
	color: #fff;
	background-color: #e74c3c;
	z-index: 1
}

.toolbar select {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url("../../frontend/Mgs/molly/en_US/images/arrow-select.png");
	background-position: right 10px center;
	background-repeat: no-repeat;
	border: 1px solid #666;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	color: #666666;
	font-weight: 300;
	height: 30px;
	line-height: 17px;
	margin: 0 5px;
	padding-left: 10px;
	padding-right: 20px;
	display: inline-block;
	width: auto
}

.toolbar .view-mode strong,
.toolbar .view-mode a {
	border: 1px solid;
	display: inline-block;
	font-weight: 300;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px
}

.toolbar .view-mode strong {
	color: #e74c3c
}

.toolbar .toolbar-bottom {
	text-align: center
}

.toolbar .toolbar-bottom .toolbar-amount {
	display: none
}

.toolbar .toolbar-bottom .list-inline {
	margin: 0
}

.toolbar .toolbar-bottom .list-inline .pagination {
	margin: 0
}

.toolbar .toolbar-bottom .list-inline .pagination li>a {
	background: #fff none repeat scroll 0 0;
	border: 2px solid #989898;
	color: #212121;
	font-size: 14px;
	font-weight: 700;
	height: 51px;
	margin: 0 5px;
	padding: 14px 0 0;
	text-align: center;
	width: 51px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px
}

.toolbar .toolbar-bottom .list-inline .pagination li>a span {
	float: none
}

.toolbar .toolbar-bottom .list-inline .pagination li.current>a,
.toolbar .toolbar-bottom .list-inline .pagination li:hover>a {
	background-color: #222222;
	border: 2px solid #989898;
	color: #fff
}

.category-products-list .item {
	margin-bottom: 30px
}

.category-products-list .item .product-name {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 8px;
	padding-top: 9px
}

.category-products-list .item .product-images-box {
	padding-top: 12px;
	position: relative
}

.category-products-list .item .product-images-box .img-thumbnail {
	padding: 0;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	background: none
}

.category-products-list .item .product-name {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 8px;
	padding-top: 3px
}

.category-products-list .item .rating-summary {
	margin: 12px 0 14px
}

.category-products-list .item .rating-summary .label {
	display: none
}

.category-products-list .item .product-item-description {
	margin-bottom: 27px
}

.category-products-list .item .controls .icon-links li {
	display: inline-block
}

.category-products-list .item .controls .icon-links li.add-cart-item button {
	color: #fff;
	background-color: #e74c3c;
	border: medium none;
	box-shadow: none;
	font-size: 14px;
	font-weight: 700;
	padding: 6px 15px;
	text-transform: uppercase
}

.category-products-list .item .controls .icon-links li a.action {
	border: medium none;
	box-shadow: none;
	font-size: 14px;
	font-weight: 700;
	padding: 6px 15px;
	text-transform: uppercase;
	color: rbg(135, 135, 135)
}

.category-products-list .item .controls .icon-links li a.action:hover {
	color: #e74c3c
}

.category-products-list .item .controls .icon-links li a.action .fa {
	font-size: 16px;
	margin-right: 13px
}

.products-grid .item .product-content .product-top {
	padding-top: 12px;
	position: relative
}

.products-grid .item .product-content .product-top .product-item-photo:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 12px;
	content: "";
	background: rgba(0, 0, 0, 0.2);
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-o-transform: scaleY(0);
	transition: all 250ms ease-in-out 0s;
	-webkit-transition: all 250ms ease-in-out 0s;
	-moz-transition: all 250ms ease-in-out 0s;
	-o-transition: all 250ms ease-in-out 0s;
	transform-origin: 50% 100% 0;
	-moz-transform-origin: 50% 100% 0;
	-webkit-transform-origin: 50% 100% 0;
	-o-transform-origin: 50% 100% 0;
	visibility: hidden;
	opacity: 0
}

.products-grid .item .product-content .product-top .product-item-photo .img-thumbnail {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	padding: 0;
	border: none
}

.products-grid .item .product-content .product-top .product-item-photo .img-two {
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 12px;
	visibility: hidden
}

.products-grid .item .product-content .product-top .product-item-photo:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 12px;
	content: "";
	background: rgba(0, 0, 0, 0.2);
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-o-transform: scaleY(0);
	transition: all 250ms ease-in-out 0s;
	-webkit-transition: all 250ms ease-in-out 0s;
	-moz-transition: all 250ms ease-in-out 0s;
	-o-transition: all 250ms ease-in-out 0s;
	transform-origin: 50% 100% 0;
	-moz-transform-origin: 50% 100% 0;
	-webkit-transform-origin: 50% 100% 0;
	-o-transform-origin: 50% 100% 0;
	visibility: hidden;
	opacity: 0
}

.products-grid .item .product-content .product-desc {
	overflow: hidden
}

.products-grid .item .product-content .product-desc .product-item-name {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 8px
}

.products-grid .item .product-content .product-desc .top-desc {
	padding-bottom: 7px;
	padding-top: 18px;
	position: relative
}

.products-grid .item .product-content .product-desc .top-desc .cate-name {
	color: #666666;
	font-size: 13px;
	font-style: italic;
	padding-right: 56px
}

.products-grid .item .product-content .product-desc .top-desc .cate-name.no-cp {
	padding-right: 28px
}

.products-grid .item .product-content .product-desc .top-desc .cate-name.no-all {
	padding-right: 0
}

.products-grid .item .product-content .product-desc .top-desc .cate-name .text {
	overflow: hidden
}

.products-grid .item .product-content .product-desc .top-desc .cate-name .text span {
	position: relative;
	padding-right: 10px
}

.products-grid .item .product-content .product-desc .top-desc .cate-name .text span:after {
	background-color: #eeeeee;
	content: "";
	height: 1px;
	left: 100%;
	position: absolute;
	right: 100%;
	top: 9px;
	width: 1000px
}

.products-grid .item .product-content .product-desc .top-desc .controls {
	position: absolute;
	right: 0;
	top: 16px
}

.products-grid .item .product-content .product-desc .top-desc .controls .actions-secondary li {
	display: inline-block
}

.products-grid .item .product-content .product-desc .top-desc .controls .actions-secondary li a {
	color: #444444;
	font-size: 16px;
	display: block
}

.products-grid .item .product-content .product-desc .top-desc .controls .actions-secondary li a.tocompare {
	padding-left: 10px
}

.products-grid .item .product-content .product-desc .top-desc .controls .actions-secondary li a:hover {
	color: #e74c3c
}

.products-grid .item .product-content .product-desc .top-desc .controls .actions-secondary li a .fa-heart.active {
	color: #e74c3c
}

.products-grid .item .product-content .product-desc .desc-prd {
	position: relative
}

.products-grid .item .product-content .product-desc .desc-prd .information-prd {
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	visibility: visible
}

.products-grid .item .product-content .product-desc .desc-prd .information-prd .price-box {
	margin-bottom: 10px
}

.products-grid .item .product-content .product-desc .desc-prd .information-prd .price-box .price-from {
	display: inline-block
}

.products-grid .item .product-content .product-desc .desc-prd .information-prd .price-box .price-to {
	display: inline-block;
	margin-left: 12px
}

.products-grid .item .product-content .product-desc .desc-prd .information-prd.no-effect {
	opacity: 1 !important;
	transform: translateY(0px) !important;
	-moz-transform: translateY(0px) !important;
	-webkit-transform: translateY(0px) !important;
	-o-transform: translateY(0px) !important;
	visibility: visible !important
}

.products-grid .item .product-content .product-desc .desc-prd .add-cart-item {
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	position: absolute;
	visibility: hidden;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s
}

.products-grid .item .product-content .product-desc .desc-prd .add-cart-item .product-item-actions button {
	padding: 8px 0;
	background: none;
	border: none;
	box-shadow: none;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	color: #e74c3c
}

.products-grid .item .product-content .product-desc .desc-prd .add-cart-item .product-item-actions button .fa {
	margin-right: 10px
}

.products-grid .item .product-content .product-desc .desc-prd .add-cart-item .product-item-actions button:hover {
	background-color: #e74c3c;
	color: #fff;
	padding: 8px 10px
}

.products-grid .item .product-content:hover .product-desc .desc-prd .add-cart-item {
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	visibility: visible
}

.products-grid .item .product-content:hover .product-desc .desc-prd .information-prd {
	opacity: 0;
	transform: translateX(-100%);
	visibility: hidden
}

.products-grid .item .product-content:hover .product-top .product-item-photo .img-two {
	opacity: 1;
	visibility: visible
}

.products-grid .item .product-content:hover .product-top .product-item-photo:after {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	opacity: 1;
	visibility: visible
}

.products-grid .item .rating-summary .label {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.products-grid .item .rating-summary,
.products-grid .item .reviews-actions {
	display: inline-block;
	vertical-align: middle
}

.products-list .actions-primary,
.products-list .actions-secondary {
	display: inline-block;
	vertical-align: middle
}

.breadcrumbs {
	background-image: url("../../frontend/Mgs/molly/en_US/images/bg_bredcrumb.jpg");
	background-position: center center;
	background-size: cover;
	margin-bottom: 60px;
	padding: 130px 0;
	color: #fff;
	clear: both
}

.breadcrumbs h1 {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	margin: 0
}

.breadcrumbs .breadcrumb {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	font-style: italic;
	margin: 0;
	padding: 0;
	font-size: 14px
}

.breadcrumbs .breadcrumb li.active {
	color: #fff
}

.breadcrumbs .breadcrumb li a {
	color: #fff;
	font-size: 14px
}

.breadcrumbs .breadcrumb li a:hover {
	color: #e74c3c
}

#maincontent .page-title-wrapper {
	display: none
}

.sidebar .block {
	margin-bottom: 60px;
	background: none;
	border: none;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0
}

.sidebar .block.closed {
	margin-bottom: 30px
}

.sidebar .block .block-title {
	margin-bottom: 27px;
	overflow: hidden;
	background: none;
	border: none;
	padding: 0
}

.sidebar .block .block-title.closed {
	margin-bottom: 0px
}

.sidebar .block .block-title .title {
	position: relative;
	margin: 0
}

.sidebar .block .block-title .title span {
	color: #202020;
	font-weight: 700;
	padding-right: 20px;
	position: relative;
	text-transform: uppercase
}

.sidebar .block .block-title .title span:after {
	background-color: #eeeeee;
	content: "";
	height: 1px;
	left: 100%;
	position: absolute;
	top: 10px;
	width: 990px
}

.sidebar .block .panel-body {
	padding: 0
}

.sidebar .block .panel-body .product-items .product-item {
	margin-bottom: 20px
}

.sidebar .block .panel-body .product-items .product-item .product-item-info .product-item-photo {
	display: inline-block;
	vertical-align: top
}

.sidebar .block .panel-body .product-items .product-item .product-item-details {
	display: inline-block;
	width: calc(100% - 80px);
	padding-left: 13px
}

.sidebar .block .panel-body .product-items .product-item .product-item-details .actions-primary button {
	font-weight: 700;
	margin: 6px 0
}

.sidebar .block .panel-body .subtitle {
	color: #222;
	margin-bottom: 15px;
	display: block
}

.fotorama__stage::before,
.fotorama__nav::before,
.fotorama__stage::after,
.fotorama__nav::after {
	content: none !important
}

.list-menu {
	margin: 0
}

.list-menu li {
	border-bottom: 1px solid #eee;
	float: none;
	position: relative;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	display: block;
	list-style-type: none;
	padding: 0;
	width: 100%
}

.list-menu li>a {
	display: inline-block;
	padding: 12px 5px 17px 22px;
	text-transform: uppercase
}

.share-this-block {
	margin-top: 20px
}

.share-this-block .label-share {
	color: #444444;
	font-size: 12px;
	font-weight: 700;
	padding-right: 30px;
	margin-top: 8px;
	text-transform: uppercase;
	vertical-align: top;
	display: inline-block
}

.share-this-block>span .stButton .stLarge {
	background-image: none !important;
	position: relative;
	width: 50px;
	height: 50px;
	border: 1px solid #eee;
	margin: 0;
	float: left;
	display: block
}

.share-this-block>span .stButton .stLarge:after {
	right: 0;
	bottom: 0;
	position: absolute;
	content: "";
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	left: 0;
	top: 0
}

.share-this-block>span .stButton .stLarge:before {
	font-size: 14px;
	color: #b8b8b8;
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	z-index: 1;
	text-align: center;
	transform: translateY(-50%);
	top: 50%;
	right: 0px
}

.share-this-block .st_sharethis_large .stButton .stLarge:before {
	content: "\f1e0"
}

.share-this-block .st_facebook_large .stButton .stLarge:before {
	content: "\f09a"
}

.share-this-block .st_twitter_large .stButton .stLarge:before {
	content: "\f099"
}

.share-this-block .st_linkedin_large .stButton .stLarge:before {
	content: "\f0e1"
}

.share-this-block .st_pinterest_large .stButton .stLarge:before {
	content: "\f231"
}

.share-this-block .st_email_large .stButton .stLarge:before {
	content: "\f003"
}

.share-this-block>span .stButton {
	margin: 0 !important
}

.product-custom-static {
	margin-top: 30px
}

.filter-options-block .panel-heading .title:after {
	background: #fff none repeat scroll 0 0;
	color: #222;
	content: "\f106";
	cursor: pointer;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
	width: 13px
}

.filter-options-block .panel-heading.closed .title:after {
	content: "\f107"
}

.filter-current .panel-body li.item {
	padding: 10px 0 10px 22px;
	border-bottom: 1px solid #eee
}

.filter-current .panel-body li.item>span {
	color: #222;
	font-weight: 700
}

.ajaxcart-popup {
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999
}

.ajaxcart-popup .content {
	background-color: #fff;
	left: 50%;
	margin-left: -25%;
	padding: 20px;
	position: absolute;
	top: 100px;
	width: 50%
}

@media (max-width:768px) {
	.ajaxcart-popup .content {
		width: 90%;
		margin-left: -45%
	}
}

.ajaxcart-popup span.step {
	display: inline-block;
	margin-right: 10px;
	width: 16px;
	height: 16px
}

.ajaxcart-popup span.step.processing {
	background-image: url(../../frontend/Mgs/molly/en_US/images/spinner.gif)
}

.ajaxcart-popup span.step.completed {
	background-image: url(../../frontend/Mgs/molly/en_US/images/green.png)
}

.personal-banner .text-container {
	width: 50%;
	right: 0;
	color: #fff
}

.personal-banner .text-container .title {
	font-weight: 900;
	font-size: 48px;
	line-height: 1.2;
	letter-spacing: 12px
}

.personal-banner .text-container .btn-default {
	color: #fff;
	background-color: #321d15;
	border-color: #321d15;
	margin-top: 20px
}

.chart-table tr td {
	border: none !important
}

.chart-table tr td:first-child {
	font-size: 12px;
	font-weight: 700;
	color: #202020;
	text-transform: uppercase;
	padding-left: 0;
	width: 150px
}

.chart-table tr td:last-child {
	padding-right: 50px;
	position: relative
}

.chart-parent {
	width: 100%;
	height: 10px;
	background-color: #fff
}

.chart-parent .chart {
	height: 10px;
	background-color: #000
}

.chart-parent span {
	position: absolute;
	right: 0;
	font-weight: 700;
	top: 3px;
	color: #e74c3c
}

.service-inline .icon.number {
	font-weight: 300;
	font-size: 48px;
	top: -24px
}

.text-container.text-center {
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%)
}

.title-center {
	overflow: hidden;
	text-align: center
}

.title-center .heading {
	color: #444;
	font-weight: 700;
	margin-bottom: 16px;
	margin-top: 0
}

.title-center .heading span {
	position: relative;
	padding: 0 23px
}

.title-center .heading span:before,
.title-center .heading span:after {
	border-top: 1px solid #eee;
	content: "";
	position: absolute;
	top: 50%;
	width: 1200px
}

.title-center .heading span:before {
	left: -1200px
}

.title-center .heading span:after {
	left: 100%
}

.text-desc {
	font-family: "Droid Serif", serif;
	font-style: italic
}

.block-to-deals {
	padding: 34px 100px
}

.block-to-deals .title-inline {
	margin-bottom: 14px
}

.block-to-deals .title-inline .heading.full {
	width: 100%
}

.block-to-deals .title-inline .heading {
	color: #444;
	font-weight: 700;
	display: inline-block;
	height: 100%;
	overflow: hidden;
	margin: 0;
	width: 50%
}

.shopping-guides li {
	color: #444;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 21px;
	min-height: 48px;
	position: relative;
	padding-left: 50px
}

.shopping-guides li .icon {
	font-size: 30px;
	left: 0;
	top: 0;
	position: absolute;
	color: #e74c3c
}

.accordion_question.panel-group {
	text-align: center
}

.accordion_question.panel-group .panel-collapse .panel-body {
	border-top: 1px solid #e74c3c
}

footer {
	margin-top: 60px
}

.cms-index-index footer {
	margin-top: 0
}

.tab-menu.tab-products.tabs-categories-portfolio {
	margin-bottom: 50px
}

.tab-menu.tab-products.tabs-categories-portfolio li a.is-checked {
	color: #e74c3c
}

.tab-center .tab-products {
	text-align: center
}

.tab-center .tab-products li {
	display: inline-block;
	float: none
}

.tab-menu.tab-products {
	border-bottom: none
}

.tab-menu.tab-products li a {
	color: #444;
	border-right: 1px solid #ddd;
	font-weight: 700;
	padding: 1px 29px;
	text-transform: uppercase
}

.tab-menu.tab-products li:last-child a {
	border-right: none
}

.portfolio-content .portfolio-top-content {
	position: relative
}

.portfolio-content .portfolio-top-content .portfolio-image:after {
	background-color: #fff;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform-origin: 50% 100% 0;
	-moz-transform-origin: 50% 100% 0;
	-webkit-transform-origin: 50% 100% 0;
	-ms-transform-origin: 50% 100% 0;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	visibility: hidden
}

.portfolio-content .portfolio-top-content a.view {
	display: block;
	font-size: 25px;
	height: 30px;
	left: 50%;
	line-height: 30px;
	margin-left: -15px;
	margin-top: -15px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 30px;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s
}

.portfolio-content .portfolio-bottom-content {
	padding-bottom: 32px;
	padding-top: 16px
}

.portfolio-content .portfolio-bottom-content .portfolio-name {
	font-weight: 700
}

.portfolio-content .portfolio-bottom-content .category-link {
	font-size: 13px;
	font-style: italic;
	height: 22px;
	overflow: hidden
}

.portfolio-content:hover .portfolio-image:after {
	opacity: 0.5;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	visibility: visible
}

.portfolio-content:hover a.view {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	visibility: visible
}

.portfolio-details .title-portfolio {
	color: #202020;
	margin-bottom: 20px;
	margin-top: 47px;
	text-transform: uppercase
}

.portfolio-details .portfolio-category {
	font-size: 16px;
	margin-bottom: 15px
}

.portfolio-details .portfolio-container {
	margin-top: 60px
}

.portfolio-details .portfolio-table tr td {
	border-bottom: 1px solid #eee;
	border-top: medium none;
	font-size: 12px;
	padding: 19px 15px
}

.portfolio-details .portfolio-table tr td:first-child {
	color: #202020;
	font-size: 12px;
	font-weight: 700;
	padding-left: 0;
	text-transform: uppercase
}

.owl-carousel .owl-controls .owl-buttons .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-buttons .owl-nav .owl-next {
	background-color: #fff;
	color: #444;
	font-size: 24px;
	height: 60px;
	line-height: 60px;
	opacity: 0;
	text-align: center;
	top: 50%;
	transform: translate(0px, -50%);
	-webkit-transform: translate(0px, -50%);
	-moz-transform: translate(0px, -50%);
	-o-transform: translate(0px, -50%);
	visibility: hidden;
	width: 60px
}

.owl-carousel .owl-controls .owl-buttons .owl-nav .owl-prev {
	left: 15px
}

.owl-carousel .owl-controls .owl-buttons .owl-nav .owl-next {
	right: 15px
}

.owl-carousel:hover .owl-controls .owl-buttons .owl-nav .owl-prev,
.owl-carousel:hover .owl-controls .owl-buttons .owl-nav .owl-next {
	background-color: #fff;
	opacity: 1;
	visibility: visible
}

.owl-carousel:hover .owl-controls .owl-buttons .owl-nav .owl-prev {
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%)
}

.owl-carousel:hover .owl-controls .owl-buttons .owl-nav .owl-next {
	transform: translate(50%, -50%);
	-webkit-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%)
}

.owl-theme .owl-controls {
	margin: 0 !important
}

.testimonials-center .testimonial-item {
	padding-left: 0;
	text-align: center;
	padding-bottom: 25px;
	position: relative;
	color: #f7f7f7
}

.testimonials-center .testimonial-author {
	position: static;
	margin: 0 auto 25px;
	width: 70px;
	height: 70px;
	left: 0;
	right: 0
}

.testimonials-center .testimonial-author .img-thumbnail {
	padding: 0;
	border: none;
	border-radius: 50%;
	overflow: hidden
}

.testimonials-center .testimonial-content {
	font-size: 20px;
	color: #222;
	font-weight: 300;
	line-height: 1.2
}

.testimonials-center .testimonial-content .name-author {
	color: #222;
	padding-left: 0;
	padding-top: 20px;
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	font-size: 15px;
	margin-right: 4px
}

.testimonials-center .testimonial-content .text-desc {
	color: #666;
	font-size: 13px
}

.page-layout-1column .block.filter {
	display: none
}

.orders-history .history .table-caption {
	font-size: 20px;
	text-align: left;
	color: #212121;
	text-transform: uppercase;
	margin-bottom: 24px
}

.orders-history .history .table-caption thead tr th {
	color: #212121
}

.order-products-toolbar .toolbar-amount {
	text-align: left
}

.order-products-toolbar .limiter {
	text-align: right
}

.service-box {
	border: 4px double #eee;
	text-align: center;
	transition: .5s;
	margin-left:0;
	margin-right:0;
	width: 100%;
}

.service-box:hover {
    width: 120%;
    margin-left: -10%;
    margin-top: -10%;
    transition: .5s;
}


.service-box .icon {
	font-size: 36px;
	padding-left: 20px;
	color: #e74c3c
}

.service-box .title {
	margin-bottom: 22px;
	margin-top: 10px
}

.service-box a {
	font-size: 13px;
	color: #666666;
	text-decoration: underline
}

.service-box a .fa {
	margin-left: 2px
}

.service-box a:hover {
	color: #e74c3c
}

.newsletter-promo,
.promo-newsletter {
	background-color: #f4f4f4;
	overflow: hidden
}

.newletter-center {
	padding: 61px 50px 0;
	text-align: center
}

.newletter-center .heading {
	margin-top: 0;
	margin-bottom: 14px;
	color: #444444;
	font-weight: 700
}

.newletter-center button {
	padding: 13px 29px
}

.newletter-center .title,
.newletter-center label {
	display: none
}

.newletter-center .content {
	padding-top: 10px
}

.tab-center .tab-product.category-tabs {
	text-align: center
}

.tab-center .tab-product.category-tabs li {
	float: none
}

.tab-center .tab-product.category-tabs li:first-child>a {
	border-left: none !important
}

.tab-center .tab-product.category-tabs li:last-child>a {
	border-right: none !important
}

.tab-center .category-tabs .item.title a {
	border-left: 1px solid #ddd;
	border-right: none
}

.tab-center .category-tabs .item.title:first-child a {
	border-left: none
}

.tab-center .attr {
	margin-top: 0
}

.tab-center .title-inline {
	text-align: center;
	overflow: hidden
}

.tab-center .title-inline .heading {
	margin-top: 0;
	color: #444444;
	margin-bottom: 16px;
	font-weight: 700;
	width: 100%
}

.tab-center .title-inline .heading span {
	position: relative;
	padding: 0 23px
}

.tab-center .title-inline .heading span:before,
.tab-center .title-inline .heading span:after {
	content: "";
	position: absolute;
	border-top: 1px solid #eee;
	width: 1200px;
	top: 50%
}

.tab-center .title-inline .heading span:before {
	left: -1200px
}

.tab-center .title-inline .heading span:after {
	left: 100%
}

.tab-center .title-inline .text-desc {
	text-align: center;
	float: none
}

.tab-center .title-inline .text-desc span {
	padding-left: 0
}

.tab-center .title-inline .text-desc span:after {
	content: none
}

.tab-center .promo-banner .text-right {
	text-align: left
}

.tab-center .btn-promo-banner:hover {
	background-color: #e74c3c;
	border-color: #e74c3c
}

.widget-latest-post .latest-post:not(.owl-carousel) .item {
	margin-bottom: 30px
}

.widget-latest-post .latest-post.owl-carousel {
	display: block !important
}

.widget-latest-post .item .latest-post-img {
	position: relative;
	padding-top: 12px
}

.widget-latest-post .item .read-more {
	text-transform: uppercase;
	font-weight: 700;
	color: #222222;
	font-size: 14px;
	background-color: rgba(247, 247, 247, 0.9);
	border: none;
	box-shadow: none;
	padding: 18px 0;
	text-align: center;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-o-transform: scaleY(0);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	opacity: 0;
	visibility: hidden;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0
}

.widget-latest-post .item .read-more .fa {
	margin-right: 8px
}

.widget-latest-post .item .read-more:hover {
	color: #e74c3c
}

.widget-latest-post .item .latest-post-img .day-desc {
	padding: 13px 0;
	left: 20px;
	height: 60px;
	position: absolute;
	top: 0;
	background: #3398db;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	width: 60px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%
}

.widget-latest-post .item .latest-post-img .day-desc>span {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 1.1;
	font-size: 14px;
	font-weight: 400
}

.widget-latest-post .item .latest-post-img .day-desc .day {
	font-weight: 900
}

.widget-latest-post .item .latest-post-decs {
	padding-top: 21px
}

.widget-latest-post .item .latest-post-decs .latest-name {
	margin-bottom: 3px
}

.widget-latest-post .item .latest-post-decs .latest-name a {
	text-transform: uppercase;
	color: #444444;
	font-size: 16px;
	font-weight: 700
}

.widget-latest-post .item .latest-post-decs .latest-name a:hover {
	color: #e74c3c
}

.widget-latest-post .item .latest-post-decs .post-info a {
	color: #666666;
	font-size: 13px;
	font-style: italic
}

.widget-latest-post .item .latest-post-decs .post-info a:hover {
	color: #e74c3c
}

.widget-latest-post .item .latest-post-decs .user-author {
	padding-right: 10px;
	margin-right: 6px;
	border-right: 4px double #ddd
}

.widget-latest-post .item:hover .read-more {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	opacity: 1;
	visibility: visible
}

.home3 .service-inline .title {
	color: #444
}

.home3 .promo-banner .text-right {
	text-align: left
}

.number-count {
	border-left: 1px solid #eee;
	padding-bottom: 35px;
	padding-top: 45px
}

.number-count.first {
	border-left-color: transparent
}

.number-count .icon {
	font-size: 36px;
	margin-bottom: 28px;
	padding-left: 22px
}

.number-count .text-desc {
	color: #666666;
	font-size: 16px;
	margin-bottom: 5px;
	font-family: "Droid Serif", serif;
	font-style: italic
}

.number-count .counter {
	color: #212121;
	font-size: 34px;
	font-weight: 700
}

.mgs-brand-widget .item .image {
	position: relative
}

.mgs-brand-widget .item .image>a {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%)
}

.mgs-brand-widget .owl-carousel .owl-item {
	padding-left: 0;
	padding-right: 0
}

.mgs-brand-widget .owl-carousel .owl-pagination {
	display: none
}

.mgs-brand-widget .owl-carousel .owl-controls .owl-prev,
.mgs-brand-widget .owl-carousel .owl-controls .owl-next {
	position: absolute;
	font-size: 24px;
	width: 60px;
	height: 60px;
	line-height: 55px;
	background: #fff;
	color: #444444;
	top: 50%;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out
}

.mgs-brand-widget .owl-carousel .owl-controls .owl-next {
	right: 15px
}

.mgs-brand-widget .owl-carousel .owl-controls .owl-prev {
	left: 15px
}

.mgs-brand-widget .owl-carousel:hover .owl-controls .owl-prev,
.mgs-brand-widget .owl-carousel:hover .owl-controls .owl-next {
	opacity: 1;
	visibility: visible
}

.mgs-brand-widget .owl-carousel:hover .owl-controls .owl-prev {
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%)
}

.mgs-brand-widget .owl-carousel:hover .owl-controls .owl-next {
	transform: translate(50%, -50%);
	-webkit-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%)
}

.mgs-brand-widget .block-content {
	padding-top: 40px
}

.brand-list .shop-by-brand .item {
	width: auto
}

.brand-list .shop-by-brand .item .brand-title {
	padding: 15px 10px;
	border: 1px solid #eee;
	border-top: none
}

.brand-list .shop-by-brand .item .brand-title a {
	font-size: 14px;
	font-weight: 700
}

.brand-list .shop-by-brand .item .brand-title a span {
	display: block;
	color: #878787;
	font-weight: 400;
	line-height: 24px
}

.brand-list .shop-by-brand .item .brand-content {
	box-shadow: none;
	border: none;
	margin: 0 12px
}

.brand-list .shop-by-brand .item:hover .brand-content {
	border: none;
	box-shadow: none
}

.brand-list .shop-by-brand .owl-item {
	padding-left: 0;
	padding-right: 0
}

.brand-list .shop-by-brand .title-inline {
	margin-bottom: 27px
}

.featured-brand-list:hover .owl-controls .owl-nav .owl-prev,
.featured-brand-list:hover .owl-controls .owl-nav .owl-next {
	background: #fff
}

.brands-search .title-inline {
	margin-bottom: 20px
}

.shop-by-brand .characters {
	margin-top: 30px
}

.all-brands .brand-list .item {
	width: 20%
}

.products-grid .item {
	margin-bottom: 23px
}

.deals-special {
	overflow: hidden;
	background-color: #f4f4f4
}

.block-to-deals {
	padding: 80px 100px 0
}

.block-to-deals .title-inline {
	margin-bottom: 14px
}

.block-to-deals .deal-timer {
	font-weight: 700;
	float: left;
	display: block;
	clear: both;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 26px
}

.block-to-deals .deal-timer .countdown {
	margin-left: -10px;
	margin-right: -10px
}

.block-to-deals .deal-timer .countdown>span {
	padding: 0 10px;
	display: block;
	width: 25%;
	float: left;
	text-align: center
}

.block-to-deals .deal-timer .countdown>span>b {
	margin: 0;
	font-size: 34px;
	background: #fff;
	color: #202020;
	font-weight: 700;
	padding: 20px 0;
	display: block
}

.block-to-deals .deal-timer .time-note {
	margin-left: -10px;
	margin-right: -10px
}

.block-to-deals .deal-timer .time-note>span {
	font-weight: 300;
	padding: 20px 10px 0;
	display: block;
	float: left;
	width: 25%;
	text-align: center;
	font-style: italic;
	font-family: 'Droid Serif', serif
}

.promobanner {
	margin-bottom: 0
}

.home4 .newletter-center {
	text-align: left;
	padding: 61px 116px 0
}

.home4 .newletter-center .heading span {
	position: relative
}

.home4 .service-static {
	margin-bottom: 0
}

.home4 .products-grid .product-items .item {
	margin-bottom: 23px
}

div[class^="swatch-opt-"] {
	margin-left: 3px
}

.home5 .promobanner .cate-name {
	margin-top: 45px;
	color: #212121
}

.home5 .promobanner .text-desc {
	color: #212121
}

.home5 .promo .promobanner .text {
	left: 60px;
	color: #000
}

.home5 .promo .promobanner .text .h1 {
	font-size: 34px;
	font-weight: 900;
	margin: 0
}

.home5 .promo .promobanner .text .banner-button {
	margin-top: 10px;
	display: block
}

.home5 .promo .promobanner .text .banner-button button {
	background-color: #000;
	color: #fff;
	border-color: #000
}

.home5 .promo .promobanner .text .banner-button button:hover {
	background-color: #fff;
	color: #000;
	border-color: #fff
}

.home5 .service-static {
	margin-bottom: 0
}

.home5 .att-products {
	text-align: center
}

.home5 .att-products .products-grid {
	text-align: left
}

.home5 .att-products>a {
	position: relative
}

.home5 .att-products .loading {
	background-image: url("../../frontend/Mgs/molly/en_US/images/loading.gif");
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	left: -30px;
	position: absolute;
	width: 16px;
	z-index: 999;
	top: 15px
}

.cms-index-index .header-v4 {
	position: absolute;
	width: 100%;
	z-index: 100
}

.cms-index-index .header-v4 .top-header-content {
	background-color: transparent;
	border-bottom-color: #ddd
}

.cms-index-index .header-v4 .top-header-content .top-bar-right .header-newsletter,
.cms-index-index .header-v4 .top-header-content .header-social ul li {
	border-left-color: #ddd
}

.cms-index-index .header-v4 .top-header-content .minicart-wrapper {
	border-left-color: #ddd;
	border-right-color: #ddd
}

.cms-index-index .header-v4 .top-header-content .header-social ul li:last-child {
	border-right-color: #ddd
}

.cms-index-index .header-v4 nav ul.nav-main li.level0 {
	border: none
}

.cms-index-index .header-v4 nav ul.nav-main li.level0:hover {
	background: none
}

.header-v4 .navbar-collapse {
	background-color: transparent
}

.header-sticky-menu .header-v4 .navbar-collapse {
	background-color: #fff
}

.modal-popup .modal-footer.action-accept .action-primary {
	color: #fff
}

.header .switcher.top-links>div,
.header .currency.switcher-currency .switcher-options>div,
.header .switcher-language .switcher-options>div:last-child {
	display: none
}

.brand-related-products {
	margin-top: 60px
}

.brand-related-products .title-inline {
	margin-bottom: 17px
}

.block-blog-categories .category-list .item {
	border-bottom: 1px solid #eee;
	float: none;
	height: auto;
	position: relative
}

.block-blog-categories .category-list .item:first-child {
	border-top: 1px solid #ddd
}

.block-blog-categories .category-list .item a {
	border: medium none;
	display: block;
	float: none;
	padding-bottom: 17px;
	padding-left: 22px;
	padding-top: 12px;
	text-transform: uppercase
}

.block-blog-tags .block-content .small {
	border: 1px solid #eee;
	color: #777777;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	margin: 0 2px 5px;
	padding: 5px 15px;
	text-transform: uppercase
}

.block-blog-tags .block-content .small:hover {
	border-color: #e74c3c
}

body:not(.cms-index-index) .page.messages .messages .message {
	margin-bottom: 30px
}

.block-blog-posts .post-list .item {
	border-top: 1px solid #ddd;
	padding: 15px 0
}

.block-blog-posts .post-list .item:last-child {
	border-bottom: 1px solid #ddd
}

.block-blog-posts .post-list .item .lastes-content {
	display: table;
	width: 100%
}

.block-blog-posts .post-list .item .lastes-content .post-img {
	display: table-cell;
	vertical-align: top
}

.block-blog-posts .post-list .item .lastes-content .post-img a {
	display: block;
	width: 70px
}

.block-blog-posts .post-list .item .lastes-content .post-desc {
	display: table-cell;
	vertical-align: top;
	padding-left: 20px
}

.post-list .postWrapper {
	border-bottom: 1px solid #eee;
	padding-bottom: 50px;
	padding-top: 57px
}

.post-list .postWrapper.first {
	padding-top: 0
}

.post-list .postWrapper .title-blog {
	margin-top: 0;
	margin-bottom: 23px
}

.post-list .postWrapper .latest-post-decs {
	font-size: 13px;
	color: #666666;
	margin-bottom: 27px
}

.post-list .postWrapper .latest-post-decs span.comments {
	border-left: 1px solid #ddd;
	margin-left: 13px;
	padding-left: 19px
}

.post-list .postWrapper .latest-post-decs span.comments a {
	font-size: 13px;
	color: #666666
}

.post-list .postWrapper .latest-post-decs .user-author {
	border-right: 1px solid #ddd;
	margin-right: 13px;
	padding-right: 19px
}

.post-list .postWrapper .post-img {
	margin-bottom: 22px
}

.post-list .postWrapper .postContent .aw-blog-read-more {
	display: inline-block;
	margin-top: 23px
}

.post-list .toolbar-bottom {
	padding-top: 10px
}

.post-list .post-tags {
	padding-top: 8px;
	margin-bottom: 22px;
	padding-bottom: 0
}

.post-list .post-tags .tags li {
	display: inline-block
}

.post-list .post-tags .tags li.title {
	color: #666666;
	padding-right: 10px;
	font-weight: 300;
	font-size: 13px
}

.post-list .tags {
	padding-bottom: 0;
	font-weight: 400
}

.post-list .a-tags {
	color: #777777;
	border: 1px solid #eee;
	padding: 5px 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 2px;
	display: inline-block;
	font-size: 11px
}

.post-detail .title-blog {
	margin-top: 0;
	margin-bottom: 23px;
	color: #202020
}

.post-detail .latest-post-decs {
	font-size: 13px;
	color: #666666;
	margin-bottom: 27px
}

.post-detail .latest-post-decs span.comments {
	border-left: 1px solid #ddd;
	margin-left: 13px;
	padding-left: 19px
}

.post-detail .latest-post-decs span.comments a {
	font-size: 13px;
	color: #666666
}

.post-detail .latest-post-decs .user-author {
	border-right: 1px solid #ddd;
	margin-right: 13px;
	padding-right: 19px
}

.post-detail .post-img {
	margin-bottom: 22px
}

.post-detail>.tags {
	padding-top: 8px;
	margin-bottom: 22px;
	padding-bottom: 0
}

.post-detail>.tags .tags {
	padding-bottom: 0;
	font-weight: 400
}

.post-detail>.tags .tags li {
	display: inline-block
}

.post-detail>.tags .tags li.title {
	color: #666666;
	padding-right: 10px;
	font-weight: 300;
	font-size: 13px
}

.post-detail .a-tags {
	color: #777777;
	border: 1px solid #eee;
	padding: 5px 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 2px;
	display: inline-block;
	font-size: 11px
}

.post-detail .social-icons {
	padding-top: 27px;
	padding-bottom: 11px
}

.comment-blog {
	padding-top: 50px
}

.comment-blog .title-inline {
	margin-bottom: 20px
}

.comment-blog .comment-box {
	padding-bottom: 16px
}

.comment-blog .comment-box .commentWrapper {
	border-bottom: 1px solid #222;
	float: left;
	width: 100%;
	padding-bottom: 7px;
	margin-bottom: 30px
}

.comment-blog .comment-box .commentWrapper .commentDetails {
	float: left;
	width: 100%;
	padding-top: 13px
}

.comment-blog .comment-box .commentWrapper .commentContent {
	border: 1px solid #eee;
	position: relative;
	padding: 12px 25px 14px
}

.comment-blog .comment-box .commentWrapper .commentContent:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	bottom: -14px;
	left: 20px;
	border-top: 7px solid #ddd;
	border-left: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 7px solid transparent
}

.comment-blog .comment-box .commentWrapper .commentDetails .pull-left {
	font-size: 15px;
	color: #212121;
	font-weight: 700
}

.comment-blog .comment-box .commentWrapper .commentDetails .pull-right {
	font-size: 13px
}

.comment-blog .comment-box .toolbar-bottom .pager {
	margin-top: 0;
	margin-bottom: 23px
}

.toolbar-bottom.blog-toolbar .toolbar-amount,
.toolbar-bottom.blog-toolbar .limiter {
	display: none
}

.toolbar-bottom.blog-toolbar .pagination {
	margin: 0
}

.toolbar-bottom.blog-toolbar .pagination li a {
	background: #fff none repeat scroll 0 0;
	border: 2px solid #989898;
	color: #212121;
	font-size: 14px;
	font-weight: 700;
	height: 51px;
	margin: 0 5px;
	border-radius: 0;
	padding: 14px 0 0;
	text-align: center;
	width: 51px
}

.toolbar-bottom.blog-toolbar .pagination li.current a,
.toolbar-bottom.blog-toolbar .pagination li a:hover {
	background-color: #222222;
	border: 2px solid #989898;
	color: #fff
}

.toolbar-bottom.blog-toolbar .pager .next>a,
.toolbar-bottom.blog-toolbar .pager .next>span,
.toolbar-bottom.blog-toolbar .pager .previous>a,
.toolbar-bottom.blog-toolbar .pager .previous>span {
	float: none;
	font-size: 20px;
	padding: 0;
	line-height: 1
}

.slider_mgs_carousel {
	position: relative
}

.slider_mgs_carousel .owl-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0
}

.slider_mgs_carousel .owl-dots .owl-dot.active span,
.slider_mgs_carousel .owl-dots .owl-dot:hover span {
	background: #e74c3c
}

.slider_mgs_carousel .owl-dots .owl-dot span {
	background: #fff
}

.discount-save .percent {
	font-size: 17px;
	font-weight: 700;
	line-height: 17px;
	color: #fff
}

.header .header-v5 .btn-responsive-nav {
	color: #fff;
	top: -60px;
	z-index: 9999
}

.header .header-v5 .logo-container {
	margin-top: 20px;
	margin-bottom: 25px
}

.header .header-v5 .logo-container .logo {
	margin-bottom: 0 !important
}

.header-v5 .btn-responsive-nav {
	color: #fff;
	top: -60px;
	z-index: 9999
}

.header-v5 .minicart-wrapper {
	border: none;
	width: auto
}

.header-v5 .minicart-wrapper .showcart>.text {
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	padding-right: 13px;
	margin-right: 15px
}

.header-v5 .minicart-wrapper .showcart .cart-count,
.header-v5 .minicart-wrapper .showcart .cart-count-text {
	display: inline-block
}

.header-v5 .minicart-wrapper .showcart .counter {
	display: none
}

.header-v5 .navigation {
	height: auto
}

.header-v5 .navigation ul.nav-main {
	float: left
}

.header-v5 .navigation ul.nav-main li.level0 {
	height: 59px;
	border-right: 1px solid #eee
}

.header-v5 .vertical-menu-home .vertical-menu-content {
	min-height: 0 !important
}

.header-v5 .vertical-menu-home .vertical-menu-content .vertical-menu li a.level0 {
	color: #fff
}

.header-v5 .vertical-menu-home .vertical-menu-content .vertical-menu li a.level0:focus,
.header-v5 .vertical-menu-home .vertical-menu-content .vertical-menu li a.level0:hover {
	color: #fff
}

.header-v5 .vertical-menu-home .vertical-menu-content .vertical-menu li a.level0 .fa {
	margin-right: 17px
}

.header-v5 .vertical-menu-home .vertical-menu-content .vertical-menu>li {
	background: #e74c3c;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.header-v5 .vertical-menu-home .vertical-title:after {
	width: 100%
}

.header-v5 .vertical-menu-home .vertical-title h5 {
	position: relative;
	z-index: 99
}

.header-v5 .vertical-menu-home .vertical-title:before {
	content: none
}

.header-v5 .section-headertop {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee
}

.header-v5 .social {
	text-align: left
}

.header-v5 .social li {
	color: #999;
	display: inline-block;
	font-size: 14.4px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px
}

.header-v5 .social li a {
	color: #999
}

.header-v5 .social li a:hover {
	color: #e74c3c
}

.header-v5 .social li:first-child {
	margin-left: 0
}

.header-v5 .top-bar-left {
	height: 50px;
	line-height: 50px
}

.header-v5 .top-bar-left>span {
	display: inline-block
}

.header-v5 span.phone {
	position: relative;
	padding-left: 12px;
	margin-left: 10px
}

.header-v5 span.phone:after {
	background-color: #222;
	content: "";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	top: 15px;
	width: 1px
}

.header-v5 .block-search {
	float: right;
	width: 220px;
	border-left: 1px solid #e3e3e3;
	height: 49px;
	overflow: hidden
}

.header-v5 .block-search .input-text {
	padding-left: 0;
	box-shadow: none !important;
	background: none !important
}

.header-v5 .block-search .btn-primary {
	right: auto;
	left: 0;
	width: 50px
}

.header-v5 .block-search .minisearch {
	float: none;
	padding-left: 50px
}

.tab-electronic>li {
	min-width: 110px;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #ddd -moz-use-text-color #ddd #ddd;
	border-image: none;
	border-style: solid none solid solid;
	border-width: 1px medium 1px 1px;
	padding: 20px;
	text-align: center;
	vertical-align: middle;
	width: 10%
}

.tab-electronic>li>a,
.tab-electronic>li>a:hover,
.tab-electronic>li a:focus {
	border: none;
	padding: 0;
	background: none
}

.tab-electronic>li.active>a,
.tab-electronic>li.active>a:hover,
.tab-electronic>li.active>a:focus {
	border: none;
	padding: 0;
	background: none
}

.tab-electronic>li.active:hover>a,
.tab-electronic>li.active:hover>a:hover,
.tab-electronic>li.active:hover>a:focus {
	border: none;
	padding: 0;
	background: none
}

.tab-electronic>li:last-child {
	border-right: 1px solid #ddd
}

.tab-electronic>li:first-child {
	margin-left: 0
}

.tab-electronic>li.active,
.tab-electronic>li:hover {
	background-color: #e74c3c
}

.tab-electronic>li:hover>a>span[class^="pe-7s"],
.tab-electronic>li:hover>a>span:last-child {
	color: #fff
}

.tab-electronic>li.active>a>span[class^="pe-7s"],
.tab-electronic>li.active>a>span:last-child {
	color: #fff
}

.tab-electronic>li>a>span {
	display: block
}

.tab-electronic>li>a>span[class^="pe-7s"] {
	color: #e74c3c;
	font-size: 36px;
	padding-left: 15px
}

.owl-button-border .owl-carousel .owl-controls .owl-buttons .owl-prev,
.owl-button-border .owl-carousel .owl-controls .owl-buttons .owl-next {
	border: 3px solid #ddd;
	line-height: 54px
}

.category-tabs {
	position: relative
}

.category-tabs .tab-product.category-tabs {
	margin-bottom: 40px
}

.category-tabs .tab-content {
	position: relative
}

.category-tabs .tab-pane {
	position: absolute;
	top: 0;
	width: 100%;
	display: block !important;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	transition: all 900ms ease-in-out 0s;
	-webkit-transition: all 900ms ease-in-out 0s;
	-moz-transition: all 900ms ease-in-out 0s;
	-o-transition: all 900ms ease-in-out 0s
}

.category-tabs .tab-pane.ready {
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%)
}

.category-tabs .tab-pane.active {
	position: relative;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0)
}

.category-tabs .tab-pane .products-grid .owl-item .item {
	margin-bottom: 0
}

.category-tabs>li>a {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0
}

.category-tabs>li>a,
.category-tabs>li>a:hover {
	border: none;
	background: none
}

.category-tabs>li.active>a,
.category-tabs>li.active>a:hover,
.category-tabs>li.active>a:focus {
	border: none;
	background: none
}

.category-tabs>li.active:hover>a,
.category-tabs>li.active:hover>a:hover,
.category-tabs>li.active:hover>a:focus {
	border: none;
	background: none
}

.tab-electronic .category-tabs .tab-product-menu {
	display: none
}

.sidebar_deal .owl-carousel .owl-item {
	padding: 0
}

.sidebar_deal .slider-deal {
	border: 1px solid #ddd;
	padding: 16px 16px 11px
}

.sidebar_deal .slider-deal .title-block {
	margin-bottom: 22px
}

.sidebar_deal .title h4 {
	text-transform: uppercase;
	font-weight: 700;
	color: #444444;
	float: left
}

.sidebar_deal .discount-save {
	background-image: none;
	background-color: green;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center
}

.sidebar_deal .discount-save .save-content {
	padding-top: 0
}

.sidebar_deal .rating-box {
	overflow: visible
}

.sidebar_deal .ratings {
	margin-top: 10px
}

.sidebar_deal .time-left .note {
	display: none
}

.sidebar_deal .deal-timer {
	width: 100%
}

.sidebar_deal .deal-timer .countdown {
	margin-top: 20px;
	margin-bottom: 10px;
	overflow: hidden
}

.sidebar_deal .deal-timer .countdown>span {
	margin-right: 10px;
	display: inline-block
}

.sidebar_deal .deal-timer .countdown>span:last-child {
	margin: 0
}

.sidebar_deal .deal-timer .countdown>span>b {
	font-size: 18px;
	font-weight: 700;
	border: 1px solid #ddd;
	height: 50px;
	width: 50px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center
}

.sidebar_deal .deal-timer .time-note {
	clear: both
}

.sidebar_deal .deal-timer .time-note>span {
	font-size: 14px;
	font-weight: 400;
	width: 58px;
	text-align: center;
	float: left;
	font-style: italic
}

.sidebar_deal .desc-prd {
	position: relative;
	overflow: hidden
}

.sidebar_deal .add-cart-item {
	position: absolute;
	top: 0;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	left: 0;
	right: 0;
	opacity: 0;
	padding-left: 0;
	visibility: hidden
}

.sidebar_deal .information-prd {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s
}

.sidebar_deal .product-content:hover .add-cart-item {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0)
}

.sidebar_deal .product-content:hover .information-prd {
	opacity: 0;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	visibility: hidden
}

.header-sticky-menu .header-v5 .logo-container {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	margin: 0;
	z-index: 999999;
	background: #fff;
	height: 60px
}

.header-sticky-menu .header-v5 .logo-container .header-cart,
.header-sticky-menu .header-v5 .logo-container .social {
	display: none
}

.header-sticky-menu .header-v5 .section-headertop .menu-block {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999999
}

.header-sticky-menu .header-v5 .sticky-logo {
	float: left;
	width: 100%
}

.custom-electronic .owl-carousel .owl-controls .owl-nav .owl-prev {
	left: auto;
	right: 12px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%)
}

.custom-electronic .owl-carousel .owl-controls .owl-nav .owl-next {
	transform: translate(50%, -50%);
	-webkit-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%)
}

.custom-electronic .owl-carousel .owl-controls .owl-nav .owl-prev,
.custom-electronic .owl-carousel .owl-controls .owl-nav .owl-next {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	height: 30px;
	line-height: 30px;
	opacity: 1;
	top: -53px;
	visibility: visible;
	width: 30px
}

.checkout-index-index .column.main {
	width: 100% !important;
	float: left !important
}

.checkout-index-index .page-header {
	text-align: center;
	padding-bottom: 30px
}

.checkout-index-index .opc-payment .payment-methods .payment-method .payment-method-content {
	display: none
}

.checkout-index-index .opc-payment .payment-methods .payment-method._active .payment-method-content {
	display: block
}

*:focus {
	outline: none
}

.header-v1 .navigation {
	height: auto;
	width: auto;
	float: right;
	padding-top: 35px
}

.header-v1 .navigation ul li.level0>a.level-top {
	margin: 13px 20px 54px
}

.header-v1 .navigation ul .level0>a {
	margin: 13px 20px 54px
}

.header-v1 .navigation.show-menu ul.ui-menu li.level0>a.level-top {
	margin: 13px 20px 15px
}

.header-v3 .navigation {
	height: auto;
	width: auto;
	float: right;
	padding-top: 15px;
}

.header-v3 .navigation ul .level0>a {
	margin: 13px 20px 54px
}

.header-v3 .navigation ul li.level0>a.level-top {
	margin: 34px 10px;
}

.header-v3 .navigation.show-menu ul.ui-menu li.level0>a.level-top {
	margin: 13px 20px 15px
}

.navigation ul.container {
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	position: static;
	width: unset
}

.navigation ul.container .level0>a {
	color: #222222;
	line-height: 1;
	margin: 0 35px;
	overflow: hidden;
	padding: 0;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	font-style: normal;
	background: none
}

.navigation ul li.level0 {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	cursor: pointer;
	display: table-cell;
	float: none;
	height: 70px;
	vertical-align: middle
}

.navigation li.level0 a.level-top {
	color: #222222;
	line-height: 1;
	margin: 0 35px;
	overflow: hidden;
	padding: 0;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	font-style: normal;
	background: none
}

.navigation ul.ui-menu li.level0.parent>a.level-top:after {
	content: "\f107";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 16px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: 9px
}

.navigation ul.ui-menu li:hover a.level-top {
	color: #e74c3c
}

.navigation ul.ui-menu a.level-top:active {
	color: #e74c3c
}

.navigation ul.ui-menu a.level-top:focus {
	color: #e74c3c;
	color: initial
}

.navigation ul.ui-menu .level0>a.ui-state-focus {
	color: #e74c3c
}

.navigation ul.ui-menu li.active a.level-top {
	color: #e74c3c;
	color: initial
}

.navigation ul.ui-menu .parent:hover .parent {
	position: relative
}

.ui-menu.ui-widget>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
	border-radius: 4px
}

.header.header-sticky-menu .header-v1 .navigation {
	padding-top: 0;
	padding-right: 45px
}

.header.header-sticky-menu .header-v1 .navigation ul li.level0>a.level-top {
	margin: 13px 20px 14px
}

.header.header-sticky-menu .middle-header-content.navbar-collapse {
	background-color: #fff
}

.header-sticky-menu .navigation ul li.level0 {
	height: 60px
}

.header-sticky-menu .navigation li.level0 a.level-top {
	color: #222 !important
}

.header-v2 .navigation li.level0 a.level-top {
	color: #fff
}

.header-v2 .navigation ul.container .level0>a {
	color: #fff
}

.header-v2 .navigation ul.ui-menu li:hover a.level-top {
	color: initial
}

.header-v2 .navigation ul.ui-menu a.level-top:active {
	color: initial
}

.header-v2 .navigation ul.ui-menu .level0>a.ui-state-focus {
	color: initial
}

.header .navbar-collapse.middle-header-content {
	background-color: #ffffff;
	border-bottom: 1px solid #000;
}

.header-v4 .navbar-collapse.middle-header-content {
	background-color: transparent
}

@media (min-width:992px) {
	.submenu {
		position: absolute !important;
		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, 0.15);
		border-radius: 4px;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175)
	}
	.navigation ul.ui-menu .submenu {
		border: 1px solid #ebebeb;
		border-radius: 0;
		box-shadow: none;
		padding: 13px 10px;
		top: 100% !important;
		left: auto !important;
		background-color: #fff;
		display: block !important;
		margin-left: -1px;
		opacity: 0;
		top: 100%;
		visibility: hidden;
		transform: translateY(30px);
		-webkit-transform: translateY(30px);
		-moz-transform: translateY(30px);
		-o-transform: translateY(30px);
		transition: transform .6s ease 0s, opacity .6s ease 0s, visibility .6s ease 0s;
		-moz-transition: -moz-transform .6s ease 0s, opacity .6s ease 0s, visibility .6s ease 0s;
		-webkit-transition: -webkit-transform .6s ease 0s, opacity .6s ease 0s, visibility .6s ease 0s;
		-ms-transition: -ms-transform .6s ease 0s, opacity .6s ease 0s, visibility .6s ease 0s;
		-o-transition: -o-transform .6s ease 0s, opacity .6s ease 0s, visibility .6s ease 0s;
		margin-top: 0
	}
	.navigation ul.ui-menu .submenu .parent .submenu {
		left: 100% !important;
		margin-left: 10px;
		margin-top: -40px
	}
	.navigation ul.ui-menu .submenu .parent>a:after {
		content: "\f105";
		font: normal normal normal 14px/1 FontAwesome;
		display: inline-block;
		margin-top: 5px;
		margin-right: -10px;
		float: right
	}
	.navigation ul.ui-menu .parent:hover .submenu {
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		visibility: visible
	}
	.navigation ul.ui-menu .parent:hover .submenu .submenu {
		opacity: 0;
		visibility: hidden;
		transform: translateY(30px);
		-webkit-transform: translateY(30px);
		-moz-transform: translateY(30px);
		-o-transform: translateY(30px)
	}
	.navigation ul.ui-menu .level-top.parent:hover .parent:hover .submenu {
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		visibility: visible
	}
}

@media (max-width:991px) {
	.navigation ul.ui-menu.ui-widget li.level0 {
		float: left;
		height: auto
	}
	.navigation li.level0 a.level-top {
	color: #ffffff;
	line-height: 1;
	margin: 0 35px;
	overflow: hidden;
	padding: 0;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	font-style: normal;
	background: none
}
	.navigation ul.ui-menu li.level0.parent>a.level-top:after {
		position: absolute;
		right: 10px;
		top: -2px
	}
	.navigation ul.ui-menu li.level0.parent>a.level-top.ui-state-active:after {
		content: '\f106'
	}
	.navigation .submenu:not(:first-child) {
		font-weight: 400;
		line-height: 1.3;
		left: auto !important;
		overflow-x: hidden;
		padding: 0;
		position: relative;
		top: auto !important;
		transition: left .3s ease-out;
		-webkit-transition: left .3s ease-out;
		-moz-transition: left .3s ease-out;
		-o-transition: left .3s ease-out
	}
	.navigation .submenu:not(:first-child) ul {
		display: block;
		padding-left: 15px
	}
	.navigation .submenu:not(:first-child).expanded {
		display: block !important;
		padding-right: 0;
		top: 0 !important
	}
	.header-v1 .navigation.show-menu ul.ui-menu li a {
		margin-left: 15px
	}
	.header-v3 .navigation.show-menu ul.ui-menu li>a {
		margin-left: 15px
	}
}

.swatch-attribute-options {
	margin-top: 10px
}

.swatch-attribute-options:focus {
	outline: unset
}

.swatch-option {
	padding: 1px 2px;
	min-width: 30px;
	max-width: 90px;
	height: 20px;
	float: left;
	margin: 0 10px 5px 0;
	text-align: center;
	cursor: pointer;
	position: relative;
	border: 1px solid #dadada;
	overflow: hidden;
	text-overflow: ellipsis
}

.swatch-option:focus {
	outline: unset
}

.swatch-option.color {
	height: 20px !important
}

.swatch-option.color:not(.disabled):hover {
	outline: 2px solid #ff5216;
	border: 1px solid #fff
}

.swatch-option.text {
	background: #f2f2f2;
	color: #7f7f7f;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	padding: 4px 8px;
	min-width: 22px;
	margin-right: 7px
}

.swatch-attribute.size .swatch-option {
	background: #f0f0f0;
	color: #949494
}

.swatch-attribute.size .swatch-option.selected {
	color: black;
	background: #fff;
	border: 1px solid #fff
}

.swatch-attribute.manufacturer .swatch-option {
	background: #f0f0f0;
	color: #949494
}

.swatch-attribute.manufacturer .swatch-option.selected {
	color: black;
	background: #fff;
	border: 1px solid #fff
}

.swatch-option.image:not(.disabled):hover {
	outline: 2px solid #ff5216;
	border: 1px solid #fff
}

.swatch-option.selected {
	outline: 2px solid #ff5100;
	border: 1px solid #fff;
	color: #333
}

.swatch-option.text.selected {
	background-color: #FFF !important
}

.swatch-input {
	visibility: hidden;
	position: absolute;
	left: -1000px
}

.price-box .price-label {
	display: none !important
}

.swatch-option-tooltip {
	max-width: 140px;
	max-height: 100%;
	min-height: 20px;
	min-width: 20px;
	position: absolute;
	padding: 5px;
	background: #fff;
	color: #949494;
	border: 1px solid #adadad;
	display: none;
	z-index: 999;
	text-align: center
}

.swatch-option-tooltip .image {
	display: block;
	height: 130px;
	width: 130px;
	margin: 0 auto
}

.swatch-option-tooltip-layered .image {
	display: block;
	height: 130px;
	width: 130px;
	margin: 0 auto
}

.minicart-wrapper>.ui-widget-content .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items>.item .product .product-item-details {
	padding-bottom: 20px
}

.minicart-wrapper>.ui-widget-content .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items>.item .product .product-item-details .product.options dd {
	margin: 0;
	margin-bottom: 8px;
	line-height: 21px;
	margin-left: 3px;
	margin-top: -4.5px;
	padding: 0
}

dl.product.options.list dt {
	float: left;
	vertical-align: top;
	clear: left;
	margin: 0;
	font-size: 12px;
	color: #222;
	font-weight: 500;
	padding: 0
}

dl.product.options.list dt:after {
	content: ":";
	display: inline-block
}

dl.product.options.list dd {
	float: left;
	vertical-align: top;
	margin: 0;
	margin-bottom: 8px;
	line-height: 21px;
	margin-left: 3px;
	margin-top: -4.5px;
	padding: 0
}

.product.options .content .subtitle {
	display: none
}

dl.product.options {
	margin-bottom: 5px
}

.catalog-product-view .product-essential .product-reviews-summary .reviews-links {
	margin-top: 3px
}

.catalog-product-view .product-essential .product-reviews-summary .rating-summary {
	margin-top: 5px
}

.swatch-opt {
	margin: 20px 0
}

.swatch-opt .swatch-attribute-label:after {
	content: ":";
	margin-left: 2px
}

.swatch-attribute-label {
	font-weight: bold;
	position: relative
}

.cart.item .product-item-details dl.item-options dt {
	float: left;
	vertical-align: top;
	clear: left;
	margin: 0;
	font-size: 12px;
	color: #222;
	font-weight: 500;
	padding: 0;
	min-width: 40px
}

.cart.item .product-item-details dl.item-options dt:after {
	content: ":";
	display: inline-block
}

.cart.item .product-item-details dl.item-options dd {
	margin: 0;
	margin-bottom: 8px;
	line-height: 21px;
	margin-left: 3px;
	margin-top: -1px;
	padding: 0
}

dl.item-options dd {
	float: left;
	vertical-align: top
}
div#switcher-currency {
    display: none;
}

div#header-newsletter {
    display: none;
}

div#topsearch-dropdown {
    display: none;
}

#top-links i.fa.fa-user.hidden-lg.hidden-md {
    font-size: 18px;
}

#main-content .owl-carousel .owl-stage-outer {
    padding-top: 0 !important;
}
.service-box a {
    text-decoration: none;
}

.service-box a {
    display: block;
}

.service-box a img {
    width: 100%;
    display: block;
}

    .services-container{display: inline-block;width: 100%;padding:30px;}
    .services-container h3{text-align: center;}
    .service-box-container{display: grid;width:100%;grid-template-columns: repeat(5, calc((100% - 80px)/5));grid-gap:20px;}
    .service-box h3{text-align: center;padding:20px;}


    @media(max-width: 1124px){
    	.service-box-container{display: grid;grid-template-columns: repeat(3, calc((100% - 40px)/3)); grid-gap:20px;}
    }
    
    @media(max-width: 900px){
    	.service-box-container{display: grid;grid-template-columns: calc((100% - 20px)/2) calc((100% - 20px)/2);grid-gap:20px;}
    }

       @media(max-width: 600px){
    	.service-box-container{display: grid;grid-template-columns: 100%;}
    	.service-box{margin-bottom:0 !important}
    }
    
    
    /*Order Page*/
    /* ======================================== order_page */
/* ======================================== order_page */
body.order-index-trackorder div#gmap_canvas div#map_canvas {
  width: 100% !important;
}
@media only screen and (max-width: 767px) {
  body.order-index-trackorder div#gmap_canvas div#map_canvas {
    height: 300px !important;
  }
}
body.order-index-trackorder .top_search_row {
  padding: 10px;
  border: solid 1px rgba(0, 0, 0, 0.3);
  margin: 15px 0;
  border-radius: 5px;
}
body.order-index-trackorder .top_search_row div[class^="col-md"] {
  float: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  body.order-index-trackorder .top_search_row div[class^="col-md"] {
    display: block;
  }
}
body.order-index-trackorder .top_search_row div[class^="col-md"] > div {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  body.order-index-trackorder .top_search_row div[class^="col-md"] > div {
    max-width: 100%;
  }
}
body.order-index-trackorder .top_search_row div[class^="col-md"] > div label {
  display: none !important;
}
body.order-index-trackorder .top_search_row div[class^="col-md"] > div.form-group {
  width: 100%;
  max-width: 100%;
  float: none;
  margin: 0;
}
body.order-index-trackorder .top_search_row div[class^="col-md"] > div.form-group input {
  margin-left: 15px;
}
body.order-index-trackorder .top_search_row div[class^="col-md"] > div.form-group button {
  min-height: 40px;
  margin: 0 0 0 15px;
  height: 50px;
  background: #0098da;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  body.order-index-trackorder .top_search_row div[class^="col-md"] > div.form-group {
    display: block;
  }
  body.order-index-trackorder .top_search_row div[class^="col-md"] > div.form-group input {
    margin-left: 0px;
    margin-bottom: 5px;
  }
  body.order-index-trackorder .top_search_row div[class^="col-md"] > div.form-group button {
    margin: 0px;
  }
}
body.order-index-trackorder .top_search_row div[class^="col-md"] > div:first-child {
  margin-right: 80px;
}
@media only screen and (max-width: 767px) {
  body.order-index-trackorder .top_search_row div[class^="col-md"] > div:first-child {
    margin-bottom: 15px;
  }
}
body.order-index-trackorder .top_search_row div[class^="col-md"] > div:first-child:after {
  content: '';
  display: inline-block;
  border-right: solid 2px #b2b2b2;
  position: absolute;
  top: 0;
  right: -50px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  body.order-index-trackorder .top_search_row div[class^="col-md"] > div:first-child:after {
    width: 100%;
    border-bottom: solid 1px #b2b2b2;
    border-right: 0;
    position: static;
  }
}
body.order-index-trackorder .top_search_row div[class^="col-md"] > div:first-child input {
  margin-left: 0 !important;
}
body.order-index-trackorder .top_search_row form {
  width: 100%;
  padding: 0 15px;
}
body.order-index-trackorder .adress_error_messgae {
  margin-bottom: 0;
  padding: 0 15px;
}
body.order-index-trackorder .gmap_section div#price {
  margin-bottom: 0;
}
body.order-index-trackorder .gmap_section .map_sec {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  body.order-index-trackorder .gmap_section .map_sec {
    padding: 0;
  }
}
body.order-index-trackorder .gmap_section form h6,
body.order-index-trackorder .gmap_section .map_cont_sec h6 {
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 10px 0;
}
body.order-index-trackorder .gmap_section div#price {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  body.order-index-trackorder .gmap_section .map_cont_sec {
    padding: 0;
  }
}
body.order-index-trackorder .gmap_section .map_cont_sec div#measurements_div,
body.order-index-trackorder .gmap_section .map_cont_sec .comments,
body.order-index-trackorder .gmap_section .map_cont_sec .upload_logo,
body.order-index-trackorder .gmap_section .map_cont_sec .enter_pitch_value {
  margin-bottom: 10px;
}
body.order-index-trackorder .gmap_section .map_cont_sec .gmap-right .form_inputs {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
}
body.order-index-trackorder .gmap_section .map_cont_sec .gmap-right .form_inputs input {
  margin: -6px 5px 0 0;
  /* width: 15px; height: 15px;*/
  float: left;
  outline: none !important;
  box-shadow: none !important;
}
body.order-index-trackorder .gmap_section .map_cont_sec .gmap-right .form_inputs label {
  font-size: 12px;
  font-weight: 400;
}
body.order-index-trackorder .gmap_section .map_cont_sec .gmap-right div#property_div > div {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
}
/*body.order-index-trackorder .gmap_section .map_cont_sec .gmap-right div#property_div > div input {
  width: 20px !important;
}*/
body.order-index-trackorder .gmap_section .map_cont_sec div#delivery_trail .form_inputs,
body.order-index-trackorder .gmap_section .map_cont_sec .file_format .form_inputs {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  margin-right: 10px;
}
body.order-index-trackorder .gmap_section .map_cont_sec div#delivery_trail .form_inputs label,
body.order-index-trackorder .gmap_section .map_cont_sec .file_format .form_inputs label {
  padding: 0 0 0 5px !important;
  margin: 0 0 15px;
  font-weight: 400;
  font-size: 12px;
}


.top_search_row {}

.top_search_row input {
    margin-bottom: 0;
}

.top_search_row input[type="submit"] {
    width: 100%;
}

input.validate_order.submit.btn.all_button_design {
    width: 100%;
    background: #0098da;
    padding: 10px;
    color: #fff;
}

textarea[name="comments"] {
    width: 100%;
}
.order-index-trackorder label {
    font-size: 16px !important;
    margin-top:-3px !important;
}
.order-index-trackorder .form_inputs {
    margin-left: 20px;
}

.order-index-trackorder .file_format .form_inputs label{
    margin-top: -5px !important;
}

input.noof_buildings {
    width: 100%;
}

/*Order Page End*/
/*About Us*/
.cms-about-us .column.main.col-lg-12.col-md-12.col-sm-12.col-xs-12 {
    padding: 0;
}

.about-tags{border-top: 1px solid #000;margin-top: 170px;display: inline-block;padding-top:25px;}

.cms-about-us .col3-set {
    display: block;
    width: 100%;
    padding: 50px;
}

.cms-about-us h2{text-align:center;}
@media (max-width:600px){.cms-about-us .col3-set {
    display: block;
    width: 100%;
    padding: 30px 20px;
}
}

@media (max-width:415px){
    .cms-about-us h2{text-align:center; font-size:24px;}
}
/*About Us End*/

/*Pricing Page*/
.pricing-box-container {
    display: grid;
    max-width: 1200px;
    margin: 30px auto;
    grid-gap: 20px;
    grid-template-columns: calc((100% - 40px)/3) calc((100% - 40px)/3) calc((100% - 40px)/3);
}

.pricing-box {
    display: block;
    text-align: center;
    border: 2px solid #cccccc;
    padding: 10px;
}

.download-pdf-shiva a {
    display: inline-block;
    padding: 10px;
    color: #fff;
    background: #919191;
}

.order-now-shiva a {
    display: inline-block;
    background: #0098da;
    padding: 10px;
    color: #fff;
    margin-top: 10px;
}

@media (max-width: 900px)
{
    .pricing-box-container {
    display: grid;
    margin: 30px 20px;
    grid-gap: 20px;
    grid-template-columns: calc((100% - 10px)/2) calc((100% - 10px)/2);
}
}

@media (max-width: 600px)
{
    .pricing-box-container {
    display: grid;
    margin: 30px 20px;
    grid-gap: 20px;
    grid-template-columns: 100%;
}
}
/*Pricing Page End*/



.home_measure_services {
    padding: 20px 30px;
}

section.top-footer {
    display: none !important;
}

.cms-home-page-3 .col-md-12 {
    padding: 0 30px;
}
ul.bullets li {
    list-style: outside;
}


    .our-stats{display: inline-block;width:100%;padding:15px 30px;}
    .our-stats h3{text-align: center;}
    .stats-container{display: grid;max-width: 1200px;width:100%;margin:auto;grid-template-columns: repeat(4, calc((100% - 60px)/4)); grid-gap: 20px;}
    .stat-container{text-align: center;border:2px solid #ccc; padding: 30px 20px;}
    .stat-container span {display: block;}
@media (max-width: 768px){
    .stats-container {grid-template-columns: repeat(2, calc((100% - 20px)/2))}
}

@media (max-width: 430px){
    .stats-container {grid-template-columns: 100%}
}



p {
    font-size: 15px;
}

span.stat-value,.stat-content {
    font-weight: 700;
    font-size: 20px;
    line-height:25px;
    padding:8px 0 0 0;
}
.about-left {
    display: block;
    float: left;
    width: calc(100% - 400px);
}

.about-right {
    display: block;
    float: right;
    width: 350px;
}

.about-right img {
    display: block;
    width: 100%;
}

.cms-about-us .col-2 {
    display: inline-block;
    width: 100%;
}
@media (max-width: 768px){
	.about-left{width:100%;}
	.about-right{width:100%;max-width: 400px; float:none;margin:10px auto}
}


.switcher-language .dropdown span, .switcher-currency .dropdown span, .header .top-header-content .top-bar-right .switcher span {
    font-size: 15px;
    font-weight: 700;
}

.content-heading{text-align: center;}
		.testimonial-box{display: block;padding:20px;margin-bottom: 20px;position: relative;box-shadow: 4px 4px 5px 0px rgba(191,191,191,0.75);
    margin-top: 100px;
    background: #fff;min-height: 280px;}
		.testimonial-description{min-height: 130px;text-align: left;margin:10px;}
		.testimonial-image {display: block;width: 90px;margin:10px auto;}
		

ul.footer-links-shiva {
    display: flex;
    justify-content: center;
}

ul.footer-links-shiva li {
    padding: 8px 15px;
    margin-bottom: 0;
    margin-top: 5px;
}

ul.footer-links-shiva li a {
    color: #fff;
}
@media (max-width: 600px){
	ul.footer-links-shiva{display:block;}
}
.breadcrumb{margin-bottom:0;padding-bottom:0;}
.account-nav .nav.item:nth-child(3), .account-nav .nav.item:nth-child(9),.account-nav .nav.item:nth-child(11),.account-nav .nav.item:nth-child(10),.account-nav .nav.item:nth-child(7) {
    display:none;
}
.shiva-title {
    margin: 50px;
    text-align: center;
}

.contact-info-shiva {
    display: grid;
    width: 100%;
    max-width: 1200px;
    margin: 10px auto;
    grid-gap: 20px;
    grid-template-columns: repeat(3, calc((100% - 40px)/3));
}

.cbs {
    display: grid;
    grid-template-columns: 50px calc(100% - 70px);
}

.cbsi .fa {
    color: #428bca;
    font-size: 30px;
}

.cbsii a, .cbsii p {
    display: block;
    font-weight: 700;
    font-size: 16px;
}

@media (max-width:1024px){
    .contact-info-shiva {
    display: grid;
    width: 100%;
    max-width: 600px;
    margin: 10px auto;
    grid-gap: 20px;
    grid-template-columns: repeat(2, calc((100% - 10px)/2));
    
}
}

@media (max-width:768px){
    .contact-info-shiva {
    display: grid;
    width: 100%;
    max-width: 300px;
    margin: 10px auto;
    grid-gap: 20px;
    grid-template-columns: 100%;
    
}
}

#mini-cart span {
    color: #000;
}

#mini-cart .subtotal span {
    color: #000;
}

.subtotal span.label span {
    color: #000;
}

#minicart-content-wrapper .subtotal span {
    color: #000;
}

a.action.viewcart.btn.btn-default.btn-lg {
    background: #428BCA;
    border: #428BCA;
}

i.fa.fa-pencil, i.fa.fa-trash-o {
    font-size: 40px;
    padding: 10px;
}

.cart-title-shiva{text-align:center;margin:50px}
.payment-method input[type="radio"] {
    margin-right: 10px;
    display:inline-block;
}
strong.subtitle.empty span {
    color: #000 !important;
}
.modals-overlay{display:none;}

.testimonial-image {
    position: absolute;
    right: 30px;
    top: -60px;
}


.testimonial-review img {
    width: 150px !important;
    margin: 10px;
}

.testimonials-container {background: #cbe1f4;display: inline-block;width: 100%;padding: 50px 2px;margin-top: 20px;}
.testimonial-description {text-align:left;}

.testimonial-username {
    margin: 10px;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.dropdown-menu {
    position: absolute;
    right: 0 !important;
    width: 100% !important;
    min-width: 320px !important;
    left:auto !important;
}

.minicart-items-wrapper {
    height: auto !important;
}
.payment-method:nth-child(3) label {
    background: url(../../frontend/Mgs/molly/en_US/images/cards-logo.png);
    width: 380px !important;
    height: 50px;
    display: inline-block;
    background-position: center;
    background-size: contain;
    margin:10px 30px;
}

.payment-method:nth-child(3) label span,.payment-method:nth-child(3) label .action.action-help,.payment-method:nth-child(3) .payment-icon{display:none}
#paypal_express {position:absolute;top:20px;}

@media(max-width: 768px)
{
	a.top-bar-order-btn { display: none;}
}

.table-wrapper.orders-history {
    overflow-x: scroll;
}

.blog-post-view img,.blog-post-list img {
    width: 100% !important;
    height: auto !important;
}/**
 * Webkul Software
 *
 * @category Webkul
 * @package Webkul_Walletsystem
 * @author Webkul
 * @copyright Copyright (c) Webkul Software Private Limited (https://webkul.com)
 * @license https://store.webkul.com/license.html
 */
.wk_ws_outer{
    margin: 10px;
}
.wk_ws_sub_head1{
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.wk_ws_sub_head2 h2, .wk_ws_sub_head2 h3{
    margin: 0px;
}
.wk_ws_outer table{
    width: 100%;
    clear: both;
}
.wk_ws_outer th{
    text-align: center;
    background-color: #DDDDDD;
    padding: 10px;
    font-size: 18px;
}
.wk_ws_outer td{
    text-align: center;
}
.wk_ws_outer tr:nth-child(odd){
    background-color: #EEEEEE;
}
.wk_ws_wallet_payment {
    border-top: 1px solid #cccccc;
    padding-top: 10px;
}
.wk_ws_wallet_payment li{
    list-style-type: none;
}
.wk_ws_price{
    color: green;
    margin-left: 10px;
}
.wk_ws_wallet_tocart_outer{
    margin: 10px;
}
.wk_ws_main *{
    box-sizing:border-box;
}
.wk_ws_main h2, .wk_ws_main h3{
    font-weight: bold;
    letter-spacing: 1px;
}
.wk_ws_wallet_payment .wk_ws_payment_reset{
    margin-top: 10px;
}
.wk_ws_wallet_tocart_outer .button{
    display: none;
    margin-top: 10px;
}
.wk_ws_wallet_payment .wk_ws_payment_submit{
    display: block;
}
.wk_ws_none{
    display: none !important;
}
.wk_ws_block{
    display: block !important;
}
.wk_ws_loader{
    display: none;
    background:none repeat scroll 0 0 rgba(255, 244, 232, 0.61);
    position: absolute;
    top: 0px;
    left:0;
    width: 100%;
    z-index:2000;
    height: 2000px;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFF4E9,endColorstr=#FFF4E9);
}
.wk_ws_line{
    display: block;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
    display: inline-block;
    width: 60px;
}
.multishipping-checkout-billing.page-layout-checkout .wk_ws_line {
    width: 15px;
}
.wk_ws_payment_table tr:nth-child(even) td:nth-child(odd){
    height: 40px;
    background-color: #eeeeee;
    border: 1px solid #ddd;
    color: #666;
    font-family: raleway regular;
    font-size: 13px;
    text-align: center;
}
.wk_ws_payment_table th{
    padding: 0px;
}
.wk_ws_payment_table td{
    max-width: 160px;
    word-wrap:break-word;
    padding: 0px;

}
.wk_ws_minus {
    background: url('../../frontend/Mgs/molly/en_US/Webkul_Walletsystem/images/minus.png');
    height: 30px;
    display: inline-block;
    width: 30px;
}
.wk_ws_plus{
    background: url('../../frontend/Mgs/molly/en_US/Webkul_Walletsystem/images/equal.png');
    height: 30px;
    display: inline-block;
    width: 30px;
}
.wk_ws_loader > div{
    background:url("../../frontend/Mgs/molly/en_US/Webkul_Walletsystem/images/loader.gif") no-repeat scroll 0 0 transparent;
    position: fixed;
    top: 48%;
    border-radius: 18px;
    left:48%;
    width: 32px;
    height: 32px;
    width: 32px;
}
.wk_appliedAmount{
    font-weight: bold;
    color: green;
}
.wk_ws_restpayment_color{
    color: #ef5350 !important;
}
.wk_appliedAmount label{
    display: block !important;
    background: none !important;
}
.wk_ws_payment_inner{
    display: inline-block;
    float: left;
    width: 33%;
    border: 1px solid #ccc;
    padding: 10px;
}

.wk_ws_payment_form_outer{
    border: 1px solid #ccc;
    background-color: #ccc;
    display: table;
    width: 100%;
}
.wk_ws_payment_outer{
    display: none;
    background-color: white;
    padding: 10px;
}
.wk_ws_payment_outer._active{
    display: block;
}
.wk_ws_payment_inner h4{
    color: green;
}
.wk_ws_payment_table{
    margin: 0px auto;
    text-align: center;
}
.wk_ws_payment_table h4{
    font-weight: normal;
    text-transform: capitalize;
    margin: 0px;
    margin-bottom: 10px;
}
.wk_wallet_total_outer{
    display: inline-block;
    float: right;
    padding: 5px;
}
.wk_wallet_check_outer{
    display: inline-block;
    padding: 5px;
}
.wk_ws_fieldset{
    clear: both;
}
.wk_ws_body{
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 40px 20px;
    padding: 25px;

}
#wk_ws_price{
    border: none;
    background: none;
    border-bottom: 1px solid #bdbdbd;
    width: 100%;
    margin-right: 20px;
}
#wk_ws_price:focus{
    box-shadow: none;
}
.wk_ws_main #form-custom-data button{
    margin-left: 20px;
}
.wk_ws_add_payment{
    border-radius: 5px;
}
.wk_ws_main .wk_ws_fieldset{
    font-size: 16px;
}
.fieldset.wk_ws_fieldset .field label.label {
    width: 100%;
    display: block;
    float: none;
    text-align: left;
    margin-bottom: 10px;
}
#transfer-form-data .fieldset.wk_ws_fieldset .field .control {
    width: 100%;
}
#verify-form .fieldset.wk_ws_fieldset .field .control {
    width: 100%;
}
.wk_ws_cart_table > thead > tr{
    background-color: #DDDDDD;
    color: #333;

}
.wk_ws_cart_table > thead > tr >th,.wk_ws_cart_table > tbody > tr >td{
    padding: 10px;
}
.wk_ws_cart_table{
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.wk_ws_checkout_button_outer{
    margin-top: 10px;
}
.wk_ws_price_outer{
    display: inline-block;
    width: 60%;
    float: left;
}
.wk_credited_highlight {
    background-color: #F5F5F5;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    text-align: justify;
    font-weight: 600;
}
.wk_ws_table .walletorder .col.description {
    text-transform: capitalize;
}
.walletsystemnav
{
    position: relative;
}
.walletsystemnav ul.nav
{
    display:none;
    top: 0px;
    position: absolute;
    background-color: #f5f5f5;
    margin-left: 35%;
    border: 1px solid rgb(204, 204, 204);
    z-index: 1;
}
.walletsystemnav:hover ul.nav
{
    display:block;
}
.block-collapsible-nav .walletsystemnav.current .item a {
    font-weight: normal;
    border-left:none;
}
.wk_ws_main .limiter {
    display: block;
}
.wallet-transaction-view td {
    text-transform: capitalize;
}
.wk-ws-details {
    width: 100%;
    margin-bottom: 10px;
}
.wk_ws_center {
    text-align: center;
}
.wk-details{
    border: 1px solid #e5e5e5;
}
.wk-ws-details tr>td{
    width: 60%;
    padding: 10px;
    border-right: 1px solid #e5e5e5;
    text-transform: capitalize;
}
.wk-ws-details tr>th {
    text-transform: capitalize;
    padding: 10px;
    text-align: left;
}
.wk-ws-details th {
    background-color: #e0e0e0;
}
.resendCode {
    font-size: 16px;
    padding: 10px;
    padding-top: 20px;
    font-weight: bold;
}
.resendCode a:active {
    color: #006bb4;
}
.wk_ws_sub_head2 .wk_ws_sub_head_details{
    display: inline-block;
    width:60%
}
.wk_ws_sub_head2 .wk_ws_sub_head_transfer, .wk_ws_sub_head2 .wk_ws_sub_add_payee{
    display: inline-block;
    float: right;
    cursor: pointer;
}
#walletsystem_trasfer_amount .fieldset *, #walletsystem_add_payee .fieldset *
{
    margin-top: 10px;
}
.error_msg{
    color: red;
}
.limiter{
    float:right;
}