@font-face {
	font-family: 'Graphik-Cy';
	src: url('/assets/theme/fonts/Graphik-Light-Cy.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Graphik-Cy';
	src: url('/assets/theme/fonts/Graphik-Regular-Web.eot');
	src: url('/assets/theme/fonts/Graphik-Regular-Web.eot?#iefix') format('embedded-opentype'), url('/assets/theme/fonts/Graphik-Regular-Web.woff') format('woff'), url('/assets/theme/fonts/Graphik-Regular-Web.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Graphik-Cy';
	src: url('/assets/theme/fonts/Graphik-Medium-Web.eot');
	src: url('/assets/theme/fonts/Graphik-Medium-Web.eot?#iefix') format('embedded-opentype'), url('/assets/theme/fonts/Graphik-Medium-Web.woff') format('woff'), url('/assets/theme/fonts/Graphik-Medium-Web.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Graphik-Cy';
	src: url('/assets/theme/fonts/Graphik-Bold-Web.eot');
	src: url('/assets/theme/fonts/Graphik-Bold-Web.eot?#iefix') format('embedded-opentype'), url('/assets/theme/fonts/Graphik-Bold-Web.woff') format('woff'), url('/assets/theme/fonts/Graphik-Bold-Web.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'DIN Pro Condensed Bold';
	src: url('/assets/theme/fonts/DINPro-CondensedBold.eot');
	src: url('/assets/theme/fonts/DINPro-CondensedBold.eot?#iefix') format('embedded-opentype'), url('/assets/theme/fonts/DINPro-CondensedBold.woff') format('woff'), url('/assets/theme/fonts/DINPro-CondensedBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@media screen and (min-width:992px){
    
  .img-obzor{
        width:75%;
        display:block;
        margin:0 auto;
    }  
    
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

body.no-scroll{
    overflow:hidden;
}

#canvas {
border: 1px solid black;
position: absolute;
z-index: 10000;
}

.adminpanel{
    position: fixed;
    left:0px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
    background-color:#fff;
    top:50%;
    transform:translateY(-50%);
    z-index:10001;
    padding:20px;
}

.adminpanel .item:not(:first-child){
    border-top:1px solid #ccc;
    padding-top:10px;
    margin-top: 10px;
}

@media screen and (max-width:768px){
    
    .adminpanel{
        display: none;
    }
    
}


#flake {
color: #fff;
position: absolute;
font-size: 25px;
top: -50px;
z-index:1000;
}

#loader{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color:#fff;
    z-index:9999;
    opacity:1;
    transition-duration:.4s;
}

#loader.active{
    opacity:0;
}

.order-button-payment a{
    text-decoration:underline;
}

.sidebar-filter-title{
    padding: 18.5px 15px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    font-weight:500;
    font-size:21px;
    position: fixed;
    background-color: #fff;
    width: 320px;
    z-index: 5;
    top:0;
    left:-100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    transition-duration:.2s;
    visibility:hidden;
    opacity:0;
}

.sidebar-filter-close{
    opacity:0.5;
    cursor:pointer;
}

.show .sidebar-filter-title{
    left:0;
    visibility:visible;
    opacity:1;
}

.mc-nav-list{
    display: flex;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    list-style: none;
    padding: 20px 15px 0;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 3px;
}

.mc-nav-list li{
    margin: 0 7px 0 1px;
    display:flex;
}

.mc-nav-list li:last-child{
    padding-right: 15px;
}

.mc-nav-list li a{
    display: flex;
    background: #ffffff;
    width:80px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    padding: 8px 0 9px 0;
    text-align:center;
}

.mc-nav-list li a .ico{
        min-height: 40px;
    max-height: 40px;
    width: 100%;
    position: relative;
    padding:0 15px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.mc-nav-list li a .title{
    font-size: 11px;
        padding: 5px 4px 0;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display:inline-block;
    white-space:pre-wrap;
    line-height:1.17;
}

.mc-nav-list li a .ico img{
    height:30px;
}

.mobile-category-nav{
    background-color:rgba(54, 63, 77, 0.07);
    padding-bottom: 20px;
}

a.meanmenu-reveal {
	display: none
}

.mobile-slider{
    position:relative;
}

.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	background: #0c1923;
	padding: 4px 0;
	min-height: 42px;
	z-index: 999999
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #0c1923;
	margin-top: 44px
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid #383838;
	border-top: 1px solid rgba(255, 255, 255, .5);
	text-decoration: none;
	text-transform: uppercase
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255, 255, 255, .25);
	opacity: .75;
	filter: alpha(opacity=75);
	text-shadow: none!important;
	visibility: visible
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: 0;
	margin-bottom: 0
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%
}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255, 255, 255, .1)
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 32px;
	padding: 12px!important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255, 255, 255, .1);
	border: 0!important;
	border-left: 1px solid rgba(255, 255, 255, .4)!important;
	border-bottom: 1px solid rgba(255, 255, 255, .2)!important
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0, 0, 0, .9)
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.mean-remove {
	display: none!important
}

@charset "UTF-8";
.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.animated.infinite {
	animation-iteration-count: infinite;
}

.animated.hinge {
	animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
	animation-duration: .75s;
}

@keyframes bounce {
	from,
	20%,
	53%,
	80%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transform: translate3d(0, 0, 0);
	}
	40%,
	43% {
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		transform: translate3d(0, -4px, 0);
	}
}

.bounce {
	animation-name: bounce;
	transform-origin: center bottom;
}

@keyframes flash {
	from,
	50%,
	to {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}

.flash {
	animation-name: flash;
}

@keyframes pulse {
	from {
		transform: scale3d(1, 1, 1);
	}
	50% {
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		transform: scale3d(1, 1, 1);
	}
}

.pulse {
	animation-name: pulse;
}

@keyframes rubberBand {
	from {
		transform: scale3d(1, 1, 1);
	}
	30% {
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		transform: scale3d(.95, 1.05, 1);
	}
	75% {
		transform: scale3d(1.05, .95, 1);
	}
	to {
		transform: scale3d(1, 1, 1);
	}
}

.rubberBand {
	animation-name: rubberBand;
}

@keyframes shake {
	from,
	to {
		transform: translate3d(0, 0, 0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translate3d(-10px, 0, 0);
	}
	20%,
	40%,
	60%,
	80% {
		transform: translate3d(10px, 0, 0);
	}
}

.shake {
	animation-name: shake;
}

@keyframes headShake {
	0% {
		transform: translateX(0);
	}
	6.5% {
		transform: translateX(-6px) rotateY(-9deg);
	}
	18.5% {
		transform: translateX(5px) rotateY(7deg);
	}
	31.5% {
		transform: translateX(-3px) rotateY(-5deg);
	}
	43.5% {
		transform: translateX(2px) rotateY(3deg);
	}
	50% {
		transform: translateX(0);
	}
}

.headShake {
	animation-timing-function: ease-in-out;
	animation-name: headShake;
}

@keyframes swing {
	20% {
		transform: rotate3d(0, 0, 1, 15deg);
	}
	40% {
		transform: rotate3d(0, 0, 1, -10deg);
	}
	60% {
		transform: rotate3d(0, 0, 1, 5deg);
	}
	80% {
		transform: rotate3d(0, 0, 1, -5deg);
	}
	to {
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

.swing {
	transform-origin: top center;
	animation-name: swing;
}

@keyframes tada {
	from {
		transform: scale3d(1, 1, 1);
	}
	10%,
	20% {
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}
	30%,
	50%,
	70%,
	90% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%,
	60%,
	80% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	to {
		transform: scale3d(1, 1, 1);
	}
}

.tada {
	animation-name: tada;
}

@keyframes wobble {
	from {
		transform: none;
	}
	15% {
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	30% {
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	45% {
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	60% {
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	75% {
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
	to {
		transform: none;
	}
}

.wobble {
	animation-name: wobble;
}

@keyframes jello {
	from,
	11.1%,
	to {
		transform: none;
	}
	22.2% {
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}
	88.8% {
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}

.jello {
	animation-name: jello;
	transform-origin: center;
}

@keyframes bounceIn {
	from,
	20%,
	40%,
	60%,
	80%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3);
	}
	20% {
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		transform: scale3d(.9, .9, .9);
	}
	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		transform: scale3d(.97, .97, .97);
	}
	to {
		opacity: 1;
		transform: scale3d(1, 1, 1);
	}
}

.bounceIn {
	animation-name: bounceIn;
}

@keyframes bounceInDown {
	from,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	0% {
		opacity: 0;
		transform: translate3d(0, -3000px, 0);
	}
	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0);
	}
	75% {
		transform: translate3d(0, -10px, 0);
	}
	90% {
		transform: translate3d(0, 5px, 0);
	}
	to {
		transform: none;
	}
}

.bounceInDown {
	animation-name: bounceInDown;
}

@keyframes bounceInLeft {
	from,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	0% {
		opacity: 0;
		transform: translate3d(-3000px, 0, 0);
	}
	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0);
	}
	75% {
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		transform: translate3d(5px, 0, 0);
	}
	to {
		transform: none;
	}
}

.bounceInLeft {
	animation-name: bounceInLeft;
}

@keyframes bounceInRight {
	from,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	from {
		opacity: 0;
		transform: translate3d(3000px, 0, 0);
	}
	60% {
		opacity: 1;
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		transform: translate3d(10px, 0, 0);
	}
	90% {
		transform: translate3d(-5px, 0, 0);
	}
	to {
		transform: none;
	}
}

.bounceInRight {
	animation-name: bounceInRight;
}

@keyframes bounceInUp {
	from,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	from {
		opacity: 0;
		transform: translate3d(0, 3000px, 0);
	}
	60% {
		opacity: 1;
		transform: translate3d(0, -20px, 0);
	}
	75% {
		transform: translate3d(0, 10px, 0);
	}
	90% {
		transform: translate3d(0, -5px, 0);
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}

.bounceInUp {
	animation-name: bounceInUp;
}

@keyframes bounceOut {
	20% {
		transform: scale3d(.9, .9, .9);
	}
	50%,
	55% {
		opacity: 1;
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		opacity: 0;
		transform: scale3d(.3, .3, .3);
	}
}

.bounceOut {
	animation-name: bounceOut;
}

@keyframes bounceOutDown {
	20% {
		transform: translate3d(0, 10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		transform: translate3d(0, -20px, 0);
	}
	to {
		opacity: 0;
		transform: translate3d(0, 2000px, 0);
	}
}

.bounceOutDown {
	animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		transform: translate3d(20px, 0, 0);
	}
	to {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0);
	}
}

.bounceOutLeft {
	animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		transform: translate3d(-20px, 0, 0);
	}
	to {
		opacity: 0;
		transform: translate3d(2000px, 0, 0);
	}
}

.bounceOutRight {
	animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
	20% {
		transform: translate3d(0, -10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		transform: translate3d(0, 20px, 0);
	}
	to {
		opacity: 0;
		transform: translate3d(0, -2000px, 0);
	}
}

.bounceOutUp {
	animation-name: bounceOutUp;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.fadeIn {
	animation-name: fadeIn;
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInDown {
	animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
	from {
		opacity: 0;
		transform: translate3d(0, -2000px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInDownBig {
	animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInLeft {
	animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInLeftBig {
	animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInRight {
	animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		transform: translate3d(2000px, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInRightBig {
	animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInUp {
	animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
	from {
		opacity: 0;
		transform: translate3d(0, 2000px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInUpBig {
	animation-name: fadeInUpBig;
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOutDown {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
}

.fadeOutDown {
	animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(0, 2000px, 0);
	}
}

.fadeOutDownBig {
	animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
}

.fadeOutLeft {
	animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0);
	}
}

.fadeOutLeftBig {
	animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
}

.fadeOutRight {
	animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(2000px, 0, 0);
	}
}

.fadeOutRightBig {
	animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
}

.fadeOutUp {
	animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(0, -2000px, 0);
	}
}

.fadeOutUpBig {
	animation-name: fadeOutUpBig;
}

@keyframes flip {
	from {
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		animation-timing-function: ease-out;
	}
	40% {
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		animation-timing-function: ease-out;
	}
	50% {
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		animation-timing-function: ease-in;
	}
	80% {
		transform: perspective(400px) scale3d(.95, .95, .95);
		animation-timing-function: ease-in;
	}
	to {
		transform: perspective(400px);
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	animation-name: flip;
}

@keyframes flipInX {
	from {
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		animation-timing-function: ease-in;
	}
	60% {
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	to {
		transform: perspective(400px);
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipInX;
}

@keyframes flipInY {
	from {
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		animation-timing-function: ease-in;
	}
	60% {
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	80% {
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	to {
		transform: perspective(400px);
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipInY;
}

@keyframes flipOutX {
	from {
		transform: perspective(400px);
	}
	30% {
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	to {
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

.flipOutX {
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@keyframes flipOutY {
	from {
		transform: perspective(400px);
	}
	30% {
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}
	to {
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipOutY;
}

@keyframes lightSpeedIn {
	from {
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	60% {
		transform: skewX(20deg);
		opacity: 1;
	}
	80% {
		transform: skewX(-5deg);
		opacity: 1;
	}
	to {
		transform: none;
		opacity: 1;
	}
}

.lightSpeedIn {
	animation-name: lightSpeedIn;
	animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
	from {
		opacity: 1;
	}
	to {
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	animation-name: lightSpeedOut;
	animation-timing-function: ease-in;
}

@keyframes rotateIn {
	from {
		transform-origin: center;
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	to {
		transform-origin: center;
		transform: none;
		opacity: 1;
	}
}

.rotateIn {
	animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
	from {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownLeft {
	animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
	from {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownRight {
	animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
	from {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpLeft {
	animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
	from {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpRight {
	animation-name: rotateInUpRight;
}

@keyframes rotateOut {
	from {
		transform-origin: center;
		opacity: 1;
	}
	to {
		transform-origin: center;
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

.rotateOut {
	animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
	from {
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
	from {
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
	from {
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
	from {
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	animation-name: rotateOutUpRight;
}

@keyframes hinge {
	0% {
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}
	20%,
	60% {
		transform: rotate3d(0, 0, 1, 80deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}
	40%,
	80% {
		transform: rotate3d(0, 0, 1, 60deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	to {
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

.hinge {
	animation-name: hinge;
}

@keyframes jackInTheBox {
	from {
		opacity: 0;
		transform: scale(0.1) rotate(30deg);
		transform-origin: center bottom;
	}
	50% {
		transform: rotate(-10deg);
	}
	70% {
		transform: rotate(3deg);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

.jackInTheBox {
	animation-name: jackInTheBox;
}

@keyframes rollIn {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.rollIn {
	animation-name: rollIn;
}

@keyframes rollOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

.rollOut {
	animation-name: rollOut;
}

@keyframes zoomIn {
	from {
		opacity: 0;
		transform: scale3d(.3, .3, .3);
	}
	50% {
		opacity: 1;
	}
}

.zoomIn {
	animation-name: zoomIn;
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomInDown {
	animation-name: zoomInDown;
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomInLeft {
	animation-name: zoomInLeft;
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomInRight {
	animation-name: zoomInRight;
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomInUp {
	animation-name: zoomInUp;
}

@keyframes zoomOut {
	from {
		opacity: 1;
	}
	50% {
		opacity: 0;
		transform: scale3d(.3, .3, .3);
	}
	to {
		opacity: 0;
	}
}

.zoomOut {
	animation-name: zoomOut;
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}
	to {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform-origin: center bottom;
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomOutDown {
	animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}
	to {
		opacity: 0;
		transform: scale(.1) translate3d(-2000px, 0, 0);
		transform-origin: left center;
	}
}

.zoomOutLeft {
	animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}
	to {
		opacity: 0;
		transform: scale(.1) translate3d(2000px, 0, 0);
		transform-origin: right center;
	}
}

.zoomOutRight {
	animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}
	to {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform-origin: center bottom;
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomOutUp {
	animation-name: zoomOutUp;
}

@keyframes slideInDown {
	from {
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	animation-name: slideInDown;
}

@keyframes slideInLeft {
	from {
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	animation-name: slideInLeft;
}

@keyframes slideInRight {
	from {
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	animation-name: slideInRight;
}

@keyframes slideInUp {
	from {
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}

.slideInUp {
	animation-name: slideInUp;
}

@keyframes slideOutDown {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	animation-name: slideOutDown;
}

@keyframes slideOutLeft {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		transform: translate3d(-100%, 0, 0);
	}
}

.slideOutLeft {
	animation-name: slideOutLeft;
}

@keyframes slideOutRight {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		transform: translate3d(100%, 0, 0);
	}
}

.slideOutRight {
	animation-name: slideOutRight;
}

@keyframes slideOutUp {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		transform: translate3d(0, -100%, 0);
	}
}

.slideOutUp {
	animation-name: slideOutUp;
}

.nivoSlider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: none;
}

.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}

.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
	background: white;
	filter: alpha(opacity=0);
	opacity: 0;
}

.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0;
}

.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
	overflow: hidden;
}

.nivo-box img {
	display: block;
}

.nivo-caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #000;
	color: #fff;
	width: 100%;
	z-index: 8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter: alpha(opacity=8);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nivo-caption p {
	padding: 5px;
	margin: 0;
}

.nivo-caption a {
	display: inline !important;
}

.nivo-html-caption {
	display: none;
}

.nivo-directionNav a {
	position: absolute;
	top: 45%;
	z-index: 9;
	cursor: pointer;
}

.nivo-prevNav {
	left: 0px;
}

.nivo-nextNav {
	right: 0px;
}

.nivo-controlNav {
	text-align: center;
	padding: 15px 0;
}

.nivo-controlNav a {
	cursor: pointer;
}

.nivo-controlNav a.active {
	font-weight: bold;
}

.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("https://d29u17ylf1ylz9.cloudfront.net/bigon/css/owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.ui-helper-hidden {
	display: none
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse
}

.ui-helper-clearfix:after {
	clear: both
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0)
}

.ui-front {
	z-index: 100
}

.ui-state-disabled {
	cursor: default!important;
	pointer-events: none
}

.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ui-slider {
	position: relative;
	text-align: left
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit
}

.ui-slider-horizontal {
	height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0
}

.ui-slider-vertical {
	width: .8em;
	height: 100px
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0
}

.ui-widget {
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
	font-size: 1.1em
}

.ui-widget .ui-widget {
	font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
	font-size: 1em
}

.ui-widget.ui-widget-content {
	border: 1px solid #c5dbec
}

.ui-widget-content {
	border: 1px solid #a6c9e2;
	background: #fcfdfd url("https://d29u17ylf1ylz9.cloudfront.net/bigon/css/images/ui-bg_inset-hard_100_fcfdfd_1x100.png") 50% bottom repeat-x;
	color: #222
}

.ui-widget-content a {
	color: #222
}

.ui-widget-header {
	border: 1px solid #4297d7;
	background: #5c9ccc url("https://d29u17ylf1ylz9.cloudfront.net/bigon/css/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") 50% 50% repeat-x;
	color: #fff;
	font-weight: bold
}

.ui-widget-header a {
	color: #fff
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5dbec;
	background: #dfeffc url("https://d29u17ylf1ylz9.cloudfront.net/bigon/css/images/ui-bg_glass_85_dfeffc_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #2e6e9e
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #2e6e9e;
	text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #79b7e7;
	background: #d0e5f5 url("https://d29u17ylf1ylz9.cloudfront.net/bigon/css/images/ui-bg_glass_75_d0e5f5_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #1d5987
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #1d5987;
	text-decoration: none
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214)
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #79b7e7;
	background: #f5f8f9 url("https://d29u17ylf1ylz9.cloudfront.net/bigon/css/images/ui-bg_inset-hard_100_f5f8f9_1x100.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #e17009
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #79b7e7;
	background-color: #e17009
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #e17009;
	text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fad42e;
	background: #fbec88;
	color: #363636
}

.ui-state-checked {
	border: 1px solid #fad42e;
	background: #fbec88
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("https://d29u17ylf1ylz9.cloudfront.net/bigon/css/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: normal
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35)
}

.ui-icon {
	width: 16px;
	height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("https://d29u17ylf1ylz9.cloudfront.net/bigon/css/images/ui-icons_469bdd_256x240.png")
}

.ui-widget-header .ui-icon {
	background-image: url("https://d29u17ylf1ylz9.cloudfront.net/bigon/css/images/ui-icons_d8e7f3_256x240.png")
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("https://d29u17ylf1ylz9.cloudfront.net/bigon/css/images/ui-icons_217bc0_256x240.png")
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("https://d29u17ylf1ylz9.cloudfront.net/bigon/css/images/ui-icons_f9bd01_256x240.png")
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("https://d29u17ylf1ylz9.cloudfront.net/bigon/css/images/ui-icons_2e83ff_256x240.png")
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("https://d29u17ylf1ylz9.cloudfront.net/bigon/css/images/ui-icons_cd0a0a_256x240.png")
}

.ui-button .ui-icon {
	background-image: url("https://d29u17ylf1ylz9.cloudfront.net/bigon/css/images/ui-icons_6da8d5_256x240.png")
}

.ui-icon-blank {
	background-position: 16px 16px
}

.ui-icon-caret-1-n {
	background-position: 0 0
}

.ui-icon-caret-1-ne {
	background-position: -16px 0
}

.ui-icon-caret-1-e {
	background-position: -32px 0
}

.ui-icon-caret-1-se {
	background-position: -48px 0
}

.ui-icon-caret-1-s {
	background-position: -65px 0
}

.ui-icon-caret-1-sw {
	background-position: -80px 0
}

.ui-icon-caret-1-w {
	background-position: -96px 0
}

.ui-icon-caret-1-nw {
	background-position: -112px 0
}

.ui-icon-caret-2-n-s {
	background-position: -128px 0
}

.ui-icon-caret-2-e-w {
	background-position: -144px 0
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px
}

.ui-icon-triangle-1-s {
	background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px
}

.ui-icon-arrow-1-s {
	background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
	background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px
}

.ui-icon-arrow-4 {
	background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px
}

.ui-icon-extlink {
	background-position: -32px -80px
}

.ui-icon-newwin {
	background-position: -48px -80px
}

.ui-icon-refresh {
	background-position: -64px -80px
}

.ui-icon-shuffle {
	background-position: -80px -80px
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px
}

.ui-icon-folder-open {
	background-position: -16px -96px
}

.ui-icon-document {
	background-position: -32px -96px
}

.ui-icon-document-b {
	background-position: -48px -96px
}

.ui-icon-note {
	background-position: -64px -96px
}

.ui-icon-mail-closed {
	background-position: -80px -96px
}

.ui-icon-mail-open {
	background-position: -96px -96px
}

.ui-icon-suitcase {
	background-position: -112px -96px
}

.ui-icon-comment {
	background-position: -128px -96px
}

.ui-icon-person {
	background-position: -144px -96px
}

.ui-icon-print {
	background-position: -160px -96px
}

.ui-icon-trash {
	background-position: -176px -96px
}

.ui-icon-locked {
	background-position: -192px -96px
}

.ui-icon-unlocked {
	background-position: -208px -96px
}

.ui-icon-bookmark {
	background-position: -224px -96px
}

.ui-icon-tag {
	background-position: -240px -96px
}

.ui-icon-home {
	background-position: 0 -112px
}

.ui-icon-flag {
	background-position: -16px -112px
}

.ui-icon-calendar {
	background-position: -32px -112px
}

.ui-icon-cart {
	background-position: -48px -112px
}

.ui-icon-pencil {
	background-position: -64px -112px
}

.ui-icon-clock {
	background-position: -80px -112px
}

.ui-icon-disk {
	background-position: -96px -112px
}

.ui-icon-calculator {
	background-position: -112px -112px
}

.ui-icon-zoomin {
	background-position: -128px -112px
}

.ui-icon-zoomout {
	background-position: -144px -112px
}

.ui-icon-search {
	background-position: -160px -112px
}

.ui-icon-wrench {
	background-position: -176px -112px
}

.ui-icon-gear {
	background-position: -192px -112px
}

.ui-icon-heart {
	background-position: -208px -112px
}

.ui-icon-star {
	background-position: -224px -112px
}

.ui-icon-link {
	background-position: -240px -112px
}

.ui-icon-cancel {
	background-position: 0 -128px
}

.ui-icon-plus {
	background-position: -16px -128px
}

.ui-icon-plusthick {
	background-position: -32px -128px
}

.ui-icon-minus {
	background-position: -48px -128px
}

.ui-icon-minusthick {
	background-position: -64px -128px
}

.ui-icon-close {
	background-position: -80px -128px
}

.ui-icon-closethick {
	background-position: -96px -128px
}

.ui-icon-key {
	background-position: -112px -128px
}

.ui-icon-lightbulb {
	background-position: -128px -128px
}

.ui-icon-scissors {
	background-position: -144px -128px
}

.ui-icon-clipboard {
	background-position: -160px -128px
}

.ui-icon-copy {
	background-position: -176px -128px
}

.ui-icon-contact {
	background-position: -192px -128px
}

.ui-icon-image {
	background-position: -208px -128px
}

.ui-icon-video {
	background-position: -224px -128px
}

.ui-icon-script {
	background-position: -240px -128px
}

.ui-icon-alert {
	background-position: 0 -144px
}

.ui-icon-info {
	background-position: -16px -144px
}

.ui-icon-notice {
	background-position: -32px -144px
}

.ui-icon-help {
	background-position: -48px -144px
}

.ui-icon-check {
	background-position: -64px -144px
}

.ui-icon-bullet {
	background-position: -80px -144px
}

.ui-icon-radio-on {
	background-position: -96px -144px
}

.ui-icon-radio-off {
	background-position: -112px -144px
}

.ui-icon-pin-w {
	background-position: -128px -144px
}

.ui-icon-pin-s {
	background-position: -144px -144px
}

.ui-icon-play {
	background-position: 0 -160px
}

.ui-icon-pause {
	background-position: -16px -160px
}

.ui-icon-seek-next {
	background-position: -32px -160px
}

.ui-icon-seek-prev {
	background-position: -48px -160px
}

.ui-icon-seek-end {
	background-position: -64px -160px
}

.ui-icon-seek-start {
	background-position: -80px -160px
}

.ui-icon-seek-first {
	background-position: -80px -160px
}

.ui-icon-stop {
	background-position: -96px -160px
}

.ui-icon-eject {
	background-position: -112px -160px
}

.ui-icon-volume-off {
	background-position: -128px -160px
}

.ui-icon-volume-on {
	background-position: -144px -160px
}

.ui-icon-power {
	background-position: 0 -176px
}

.ui-icon-signal-diag {
	background-position: -16px -176px
}

.ui-icon-signal {
	background-position: -32px -176px
}

.ui-icon-battery-0 {
	background-position: -48px -176px
}

.ui-icon-battery-1 {
	background-position: -64px -176px
}

.ui-icon-battery-2 {
	background-position: -80px -176px
}

.ui-icon-battery-3 {
	background-position: -96px -176px
}

.ui-icon-circle-plus {
	background-position: 0 -192px
}

.ui-icon-circle-minus {
	background-position: -16px -192px
}

.ui-icon-circle-close {
	background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px
}

.ui-icon-circle-check {
	background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 5px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 5px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 5px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 5px
}

.ui-widget-overlay {
	background: #aaa;
	opacity: .3;
	filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
	-webkit-box-shadow: -8px -8px 8px #aaa;
	box-shadow: -8px -8px 8px #aaa
}

@charset "UTF-8";
.fancybox-enabled {
	overflow: hidden;
}

.fancybox-enabled body {
	overflow: visible;
	height: 100%;
}

.fancybox-is-hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99993;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.fancybox-container~.fancybox-container {
	z-index: 99992;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.fancybox-outer {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.fancybox-bg {
	background: #fff;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
	opacity: 0.95;
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s, visibility 0s linear .25s;
	box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
	visibility: visible;
	transition: opacity .25s, visibility 0s;
}

.fancybox-infobar {
	top: 0;
	left: 50%;
	margin-left: -79px;
}

.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	line-height: 44px;
	font-size: 13px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	color: #ddd;
	background-color: rgba(30, 30, 30, 0.7);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
	top: 0;
	right: 0;
}

.fancybox-stage {
	overflow: hidden;
	direction: ltr;
	z-index: 99994;
	-webkit-transform: translate3d(0, 0, 0);
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.fancybox-slide::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: visible;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
	background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
	background: #E5E3DF;
}

.fancybox-slide--next {
	z-index: 99995;
}

.fancybox-slide>* {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0 44px;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: calc(100% - 100px);
	max-height: calc(100% - 88px);
	overflow: visible;
	background: #fff;
}

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.fancybox-error {
	margin: 0;
	padding: 40px;
	width: 100%;
	max-width: 380px;
	background: #fff;
	cursor: default;
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	outline: none;
	background: transparent;
	z-index: 10;
	cursor: pointer;
}

.fancybox-close-small:after {
	content: '×';
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background: #fff;
	transition: background .25s;
	box-sizing: border-box;
	z-index: 2;
}

.fancybox-close-small:focus:after {
	outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
	color: #555;
	background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
	top: 0;
	right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
	background: transparent;
	font-size: 35px;
	color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
	color: #fff;
}

.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 0 30px;
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
	pointer-events: none;
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
	pointer-events: all;
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline;
}

.fancybox-button {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: transparent;
	color: #ddd;
	border-radius: 0;
	cursor: pointer;
	vertical-align: top;
	outline: none;
}

.fancybox-button[disabled] {
	cursor: default;
	pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
	background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
	content: '';
	pointer-events: none;
	position: absolute;
	background-color: currentColor;
	color: currentColor;
	opacity: 0.9;
	box-sizing: border-box;
	display: inline-block;
}

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
	opacity: 0.3;
}

.fancybox-button--left::after,
.fancybox-button--right::after {
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
}

.fancybox-button--left::after {
	left: 20px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.fancybox-button--right::after {
	right: 20px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--left {
	border-bottom-left-radius: 5px;
}

.fancybox-button--right {
	border-bottom-right-radius: 5px;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
	content: '';
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: calc(50% - 1px);
	left: calc(50% - 8px);
}

.fancybox-button--close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--close::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.fancybox-arrow {
	position: absolute;
	top: 50%;
	margin: -50px 0 0 0;
	height: 100px;
	width: 54px;
	padding: 0;
	border: 0;
	outline: none;
	background: none;
	cursor: pointer;
	z-index: 99995;
	opacity: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: opacity .25s;
}

.fancybox-arrow::after {
	content: '';
	position: absolute;
	top: 28px;
	width: 44px;
	height: 44px;
	background-color: rgba(30, 30, 30, 0.8);
	background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px 24px;
}

.fancybox-arrow--right {
	right: 0;
}

.fancybox-arrow--left {
	left: 0;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
	left: 0;
}

.fancybox-show-nav .fancybox-arrow {
	opacity: 0.6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
	opacity: 0.3;
}

.fancybox-loading {
	border: 6px solid rgba(100, 100, 100, 0.4);
	border-top: 6px solid rgba(255, 255, 255, 0.6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
	-webkit-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
	opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

@media all and (max-width:800px) {
	.fancybox-infobar {
		left: 0;
		margin-left: 0;
	}
	.fancybox-button--left,
	.fancybox-button--right {
		display: none !important;
	}
	.fancybox-caption {
		padding: 20px 0;
		margin: 0;
	}
}

.fancybox-button--fullscreen::before {
	width: 15px;
	height: 11px;
	left: calc(50% - 7px);
	top: calc(50% - 6px);
	border: 2px solid;
	background: none;
}

.fancybox-button--play::before,
.fancybox-button--pause::before {
	top: calc(50% - 6px);
	left: calc(50% - 4px);
	background: transparent;
}

.fancybox-button--play::before {
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px;
}

.fancybox-button--pause::before {
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px 0 2px;
}

.fancybox-thumbs {
	display: none;
}

.fancybox-button--thumbs {
	display: none;
}

@media all and (min-width:800px) {
	.fancybox-button--thumbs {
		display: inline-block;
	}
	.fancybox-button--thumbs span {
		font-size: 23px;
	}
	.fancybox-button--thumbs::before {
		width: 3px;
		height: 3px;
		top: calc(50% - 2px);
		left: calc(50% - 2px);
		box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
	}
	.fancybox-thumbs {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		width: 220px;
		margin: 0;
		padding: 5px 5px 0 0;
		background: #fff;
		word-break: normal;
		-webkit-tap-highlight-color: transparent;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		box-sizing: border-box;
		z-index: 99995;
	}
	.fancybox-show-thumbs .fancybox-thumbs {
		display: block;
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 220px;
	}
	.fancybox-thumbs>ul {
		list-style: none;
		position: absolute;
		position: relative;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
		overflow-y: auto;
		font-size: 0;
	}
	.fancybox-thumbs>ul>li {
		float: left;
		overflow: hidden;
		max-width: 50%;
		padding: 0;
		margin: 0;
		width: 105px;
		height: 75px;
		position: relative;
		cursor: pointer;
		outline: none;
		border: 5px solid transparent;
		border-top-width: 0;
		border-right-width: 0;
		-webkit-tap-highlight-color: transparent;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		box-sizing: border-box;
	}
	li.fancybox-thumbs-loading {
		background: rgba(0, 0, 0, 0.1);
	}
	.fancybox-thumbs>ul>li>img {
		position: absolute;
		top: 0;
		left: 0;
		min-width: 100%;
		min-height: 100%;
		max-width: none;
		max-height: none;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.fancybox-thumbs>ul>li:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		border-radius: 2px;
		border: 4px solid #4ea7f9;
		z-index: 99991;
		opacity: 0;
		transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}
	.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
		opacity: 1;
	}
}

@media print {
	*,
	:after,
	:before {
		color: #000!important;
		text-shadow: none!important;
		background: 0 0!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: ""
	}
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	img,
	tr {
		page-break-inside: avoid
	}
	img {
		max-width: 100%!important
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	.navbar {
		display: none
	}
	.btn>.caret,
	.dropup>.btn>.caret {
		border-top-color: #000!important
	}
	.label {
		border: 1px solid #000
	}
	.table {
		border-collapse: collapse!important
	}
	.table td,
	.table th {
		background-color: #fff!important
	}
	.table-bordered td,
	.table-bordered th {
		border: 1px solid #ddd!important
	}
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url("../fonts/glyphicons-halflings-regular.eot");
	src: url("../fonts/glyphicons-halflings-regular-.eot#iefix") format('embedded-opentype'), url("../fonts/glyphicons-halflings-regular.woff2") format('woff2'), url("../fonts/glyphicons-halflings-regular.woff") format('woff'), url("../fonts/glyphicons-halflings-regular.ttf") format('truetype'), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format('svg')
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
	content: "\002a"
}

.glyphicon-plus:before {
	content: "\002b"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
	content: "\20ac"
}

.glyphicon-minus:before {
	content: "\2212"
}

.glyphicon-cloud:before {
	content: "\2601"
}

.glyphicon-envelope:before {
	content: "\2709"
}

.glyphicon-pencil:before {
	content: "\270f"
}

.glyphicon-glass:before {
	content: "\e001"
}

.glyphicon-music:before {
	content: "\e002"
}

.glyphicon-search:before {
	content: "\e003"
}

.glyphicon-heart:before {
	content: "\e005"
}

.glyphicon-star:before {
	content: "\e006"
}

.glyphicon-star-empty:before {
	content: "\e007"
}

.glyphicon-user:before {
	content: "\e008"
}

.glyphicon-film:before {
	content: "\e009"
}

.glyphicon-th-large:before {
	content: "\e010"
}

.glyphicon-th:before {
	content: "\e011"
}

.glyphicon-th-list:before {
	content: "\e012"
}

.glyphicon-ok:before {
	content: "\e013"
}

.glyphicon-remove:before {
	content: "\e014"
}

.glyphicon-zoom-in:before {
	content: "\e015"
}

.glyphicon-zoom-out:before {
	content: "\e016"
}

.glyphicon-off:before {
	content: "\e017"
}

.glyphicon-signal:before {
	content: "\e018"
}

.glyphicon-cog:before {
	content: "\e019"
}

.glyphicon-trash:before {
	content: "\e020"
}

.glyphicon-home:before {
	content: "\e021"
}

.glyphicon-file:before {
	content: "\e022"
}

.glyphicon-time:before {
	content: "\e023"
}

.glyphicon-road:before {
	content: "\e024"
}

.glyphicon-download-alt:before {
	content: "\e025"
}

.glyphicon-download:before {
	content: "\e026"
}

.glyphicon-upload:before {
	content: "\e027"
}

.glyphicon-inbox:before {
	content: "\e028"
}

.glyphicon-play-circle:before {
	content: "\e029"
}

.glyphicon-repeat:before {
	content: "\e030"
}

.glyphicon-refresh:before {
	content: "\e031"
}

.glyphicon-list-alt:before {
	content: "\e032"
}

.glyphicon-lock:before {
	content: "\e033"
}

.glyphicon-flag:before {
	content: "\e034"
}

.glyphicon-headphones:before {
	content: "\e035"
}

.glyphicon-volume-off:before {
	content: "\e036"
}

.glyphicon-volume-down:before {
	content: "\e037"
}

.glyphicon-volume-up:before {
	content: "\e038"
}

.glyphicon-qrcode:before {
	content: "\e039"
}

.glyphicon-barcode:before {
	content: "\e040"
}

.glyphicon-tag:before {
	content: "\e041"
}

.glyphicon-tags:before {
	content: "\e042"
}

.glyphicon-book:before {
	content: "\e043"
}

.glyphicon-bookmark:before {
	content: "\e044"
}

.glyphicon-print:before {
	content: "\e045"
}

.glyphicon-camera:before {
	content: "\e046"
}

.glyphicon-font:before {
	content: "\e047"
}

.glyphicon-bold:before {
	content: "\e048"
}

.glyphicon-italic:before {
	content: "\e049"
}

.glyphicon-text-height:before {
	content: "\e050"
}

.glyphicon-text-width:before {
	content: "\e051"
}

.glyphicon-align-left:before {
	content: "\e052"
}

.glyphicon-align-center:before {
	content: "\e053"
}

.glyphicon-align-right:before {
	content: "\e054"
}

.glyphicon-align-justify:before {
	content: "\e055"
}

.glyphicon-list:before {
	content: "\e056"
}

.glyphicon-indent-left:before {
	content: "\e057"
}

.glyphicon-indent-right:before {
	content: "\e058"
}

.glyphicon-facetime-video:before {
	content: "\e059"
}

.glyphicon-picture:before {
	content: "\e060"
}

.glyphicon-map-marker:before {
	content: "\e062"
}

.glyphicon-adjust:before {
	content: "\e063"
}

.glyphicon-tint:before {
	content: "\e064"
}

.glyphicon-edit:before {
	content: "\e065"
}

.glyphicon-share:before {
	content: "\e066"
}

.glyphicon-check:before {
	content: "\e067"
}

.glyphicon-move:before {
	content: "\e068"
}

.glyphicon-step-backward:before {
	content: "\e069"
}

.glyphicon-fast-backward:before {
	content: "\e070"
}

.glyphicon-backward:before {
	content: "\e071"
}

.glyphicon-play:before {
	content: "\e072"
}

.glyphicon-pause:before {
	content: "\e073"
}

.glyphicon-stop:before {
	content: "\e074"
}

.glyphicon-forward:before {
	content: "\e075"
}

.glyphicon-fast-forward:before {
	content: "\e076"
}

.glyphicon-step-forward:before {
	content: "\e077"
}

.glyphicon-eject:before {
	content: "\e078"
}

.glyphicon-chevron-left:before {
	content: "\e079"
}

.glyphicon-chevron-right:before {
	content: "\e080"
}

.glyphicon-plus-sign:before {
	content: "\e081"
}

.glyphicon-minus-sign:before {
	content: "\e082"
}

.glyphicon-remove-sign:before {
	content: "\e083"
}

.glyphicon-ok-sign:before {
	content: "\e084"
}

.glyphicon-question-sign:before {
	content: "\e085"
}

.glyphicon-info-sign:before {
	content: "\e086"
}

.glyphicon-screenshot:before {
	content: "\e087"
}

.glyphicon-remove-circle:before {
	content: "\e088"
}

.glyphicon-ok-circle:before {
	content: "\e089"
}

.glyphicon-ban-circle:before {
	content: "\e090"
}

.glyphicon-arrow-left:before {
	content: "\e091"
}

.glyphicon-arrow-right:before {
	content: "\e092"
}

.glyphicon-arrow-up:before {
	content: "\e093"
}

.glyphicon-arrow-down:before {
	content: "\e094"
}

.glyphicon-share-alt:before {
	content: "\e095"
}

.glyphicon-resize-full:before {
	content: "\e096"
}

.glyphicon-resize-small:before {
	content: "\e097"
}

.glyphicon-exclamation-sign:before {
	content: "\e101"
}

.glyphicon-gift:before {
	content: "\e102"
}

.glyphicon-leaf:before {
	content: "\e103"
}

.glyphicon-fire:before {
	content: "\e104"
}

.glyphicon-eye-open:before {
	content: "\e105"
}

.glyphicon-eye-close:before {
	content: "\e106"
}

.glyphicon-warning-sign:before {
	content: "\e107"
}

.glyphicon-plane:before {
	content: "\e108"
}

.glyphicon-calendar:before {
	content: "\e109"
}

.glyphicon-random:before {
	content: "\e110"
}

.glyphicon-comment:before {
	content: "\e111"
}

.glyphicon-magnet:before {
	content: "\e112"
}

.glyphicon-chevron-up:before {
	content: "\e113"
}

.glyphicon-chevron-down:before {
	content: "\e114"
}

.glyphicon-retweet:before {
	content: "\e115"
}

.glyphicon-shopping-cart:before {
	content: "\e116"
}

.glyphicon-folder-close:before {
	content: "\e117"
}

.glyphicon-folder-open:before {
	content: "\e118"
}

.glyphicon-resize-vertical:before {
	content: "\e119"
}

.glyphicon-resize-horizontal:before {
	content: "\e120"
}

.glyphicon-hdd:before {
	content: "\e121"
}

.glyphicon-bullhorn:before {
	content: "\e122"
}

.glyphicon-bell:before {
	content: "\e123"
}

.glyphicon-certificate:before {
	content: "\e124"
}

.glyphicon-thumbs-up:before {
	content: "\e125"
}

.glyphicon-thumbs-down:before {
	content: "\e126"
}

.glyphicon-hand-right:before {
	content: "\e127"
}

.glyphicon-hand-left:before {
	content: "\e128"
}

.glyphicon-hand-up:before {
	content: "\e129"
}

.glyphicon-hand-down:before {
	content: "\e130"
}

.glyphicon-circle-arrow-right:before {
	content: "\e131"
}

.glyphicon-circle-arrow-left:before {
	content: "\e132"
}

.glyphicon-circle-arrow-up:before {
	content: "\e133"
}

.glyphicon-circle-arrow-down:before {
	content: "\e134"
}

.glyphicon-globe:before {
	content: "\e135"
}

.glyphicon-wrench:before {
	content: "\e136"
}

.glyphicon-tasks:before {
	content: "\e137"
}

.glyphicon-filter:before {
	content: "\e138"
}

.glyphicon-briefcase:before {
	content: "\e139"
}

.glyphicon-fullscreen:before {
	content: "\e140"
}

.glyphicon-dashboard:before {
	content: "\e141"
}

.glyphicon-paperclip:before {
	content: "\e142"
}

.glyphicon-heart-empty:before {
	content: "\e143"
}

.glyphicon-link:before {
	content: "\e144"
}

.glyphicon-phone:before {
	content: "\e145"
}

.glyphicon-pushpin:before {
	content: "\e146"
}

.glyphicon-usd:before {
	content: "\e148"
}

.glyphicon-gbp:before {
	content: "\e149"
}

.glyphicon-sort:before {
	content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
	content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152"
}

.glyphicon-sort-by-order:before {
	content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
	content: "\e154"
}

.glyphicon-sort-by-attributes:before {
	content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
	content: "\e156"
}

.glyphicon-unchecked:before {
	content: "\e157"
}

.glyphicon-expand:before {
	content: "\e158"
}

.glyphicon-collapse-down:before {
	content: "\e159"
}

.glyphicon-collapse-up:before {
	content: "\e160"
}

.glyphicon-log-in:before {
	content: "\e161"
}

.glyphicon-flash:before {
	content: "\e162"
}

.glyphicon-log-out:before {
	content: "\e163"
}

.glyphicon-new-window:before {
	content: "\e164"
}

.glyphicon-record:before {
	content: "\e165"
}

.glyphicon-save:before {
	content: "\e166"
}

.glyphicon-open:before {
	content: "\e167"
}

.glyphicon-saved:before {
	content: "\e168"
}

.glyphicon-import:before {
	content: "\e169"
}

.glyphicon-export:before {
	content: "\e170"
}

.glyphicon-send:before {
	content: "\e171"
}

.glyphicon-floppy-disk:before {
	content: "\e172"
}

.glyphicon-floppy-saved:before {
	content: "\e173"
}

.glyphicon-floppy-remove:before {
	content: "\e174"
}

.glyphicon-floppy-save:before {
	content: "\e175"
}

.glyphicon-floppy-open:before {
	content: "\e176"
}

.glyphicon-credit-card:before {
	content: "\e177"
}

.glyphicon-transfer:before {
	content: "\e178"
}

.glyphicon-cutlery:before {
	content: "\e179"
}

.glyphicon-header:before {
	content: "\e180"
}

.glyphicon-compressed:before {
	content: "\e181"
}

.glyphicon-earphone:before {
	content: "\e182"
}

.glyphicon-phone-alt:before {
	content: "\e183"
}

.glyphicon-tower:before {
	content: "\e184"
}

.glyphicon-stats:before {
	content: "\e185"
}

.glyphicon-sd-video:before {
	content: "\e186"
}

.glyphicon-hd-video:before {
	content: "\e187"
}

.glyphicon-subtitles:before {
	content: "\e188"
}

.glyphicon-sound-stereo:before {
	content: "\e189"
}

.glyphicon-sound-dolby:before {
	content: "\e190"
}

.glyphicon-sound-5-1:before {
	content: "\e191"
}

.glyphicon-sound-6-1:before {
	content: "\e192"
}

.glyphicon-sound-7-1:before {
	content: "\e193"
}

.glyphicon-copyright-mark:before {
	content: "\e194"
}

.glyphicon-registration-mark:before {
	content: "\e195"
}

.glyphicon-cloud-download:before {
	content: "\e197"
}

.glyphicon-cloud-upload:before {
	content: "\e198"
}

.glyphicon-tree-conifer:before {
	content: "\e199"
}

.glyphicon-tree-deciduous:before {
	content: "\e200"
}

.glyphicon-cd:before {
	content: "\e201"
}

.glyphicon-save-file:before {
	content: "\e202"
}

.glyphicon-open-file:before {
	content: "\e203"
}

.glyphicon-level-up:before {
	content: "\e204"
}

.glyphicon-copy:before {
	content: "\e205"
}

.glyphicon-paste:before {
	content: "\e206"
}

.glyphicon-alert:before {
	content: "\e209"
}

.glyphicon-equalizer:before {
	content: "\e210"
}

.glyphicon-king:before {
	content: "\e211"
}

.glyphicon-queen:before {
	content: "\e212"
}

.glyphicon-pawn:before {
	content: "\e213"
}

.glyphicon-bishop:before {
	content: "\e214"
}

.glyphicon-knight:before {
	content: "\e215"
}

.glyphicon-baby-formula:before {
	content: "\e216"
}

.glyphicon-tent:before {
	content: "\26fa"
}

.glyphicon-blackboard:before {
	content: "\e218"
}

.glyphicon-bed:before {
	content: "\e219"
}

.glyphicon-apple:before {
	content: "\f8ff"
}

.glyphicon-erase:before {
	content: "\e221"
}

.glyphicon-hourglass:before {
	content: "\231b"
}

.glyphicon-lamp:before {
	content: "\e223"
}

.glyphicon-duplicate:before {
	content: "\e224"
}

.glyphicon-piggy-bank:before {
	content: "\e225"
}

.glyphicon-scissors:before {
	content: "\e226"
}

.glyphicon-bitcoin:before {
	content: "\e227"
}

.glyphicon-btc:before {
	content: "\e227"
}

.glyphicon-xbt:before {
	content: "\e227"
}

.glyphicon-yen:before {
	content: "\00a5"
}

.glyphicon-jpy:before {
	content: "\00a5"
}

.glyphicon-ruble:before {
	content: "\20bd"
}

.glyphicon-rub:before {
	content: "\20bd"
}

.glyphicon-scale:before {
	content: "\e230"
}

.glyphicon-ice-lolly:before {
	content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
	content: "\e232"
}

.glyphicon-education:before {
	content: "\e233"
}

.glyphicon-option-horizontal:before {
	content: "\e234"
}

.glyphicon-option-vertical:before {
	content: "\e235"
}

.glyphicon-menu-hamburger:before {
	content: "\e236"
}

.glyphicon-modal-window:before {
	content: "\e237"
}

.glyphicon-oil:before {
	content: "\e238"
}

.glyphicon-grain:before {
	content: "\e239"
}

.glyphicon-sunglasses:before {
	content: "\e240"
}

.glyphicon-text-size:before {
	content: "\e241"
}

.glyphicon-text-color:before {
	content: "\e242"
}

.glyphicon-text-background:before {
	content: "\e243"
}

.glyphicon-object-align-top:before {
	content: "\e244"
}

.glyphicon-object-align-bottom:before {
	content: "\e245"
}

.glyphicon-object-align-horizontal:before {
	content: "\e246"
}

.glyphicon-object-align-left:before {
	content: "\e247"
}

.glyphicon-object-align-vertical:before {
	content: "\e248"
}

.glyphicon-object-align-right:before {
	content: "\e249"
}

.glyphicon-triangle-right:before {
	content: "\e250"
}

.glyphicon-triangle-left:before {
	content: "\e251"
}

.glyphicon-triangle-bottom:before {
	content: "\e252"
}

.glyphicon-triangle-top:before {
	content: "\e253"
}

.glyphicon-console:before {
	content: "\e254"
}

.glyphicon-superscript:before {
	content: "\e255"
}

.glyphicon-subscript:before {
	content: "\e256"
}

.glyphicon-menu-left:before {
	content: "\e257"
}

.glyphicon-menu-right:before {
	content: "\e258"
}

.glyphicon-menu-down:before {
	content: "\e259"
}

.glyphicon-menu-up:before {
	content: "\e260"
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #337ab7;
	text-decoration: none
}

a:focus,
a:hover {
	color: #23527c;
	text-decoration: underline
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

[role=button] {
	cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.3;
	color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-weight: 400;
	line-height: 1;
	color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
	font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-size: 75%
}

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

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

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

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

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

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

p {
	margin: 0 0 10px
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4
}

@media (min-width:768px) {
	.lead {
		font-size: 21px
	}
}

.small,
small {
	font-size: 85%
}

.mark,
mark {
	padding: .2em;
	background-color: #fcf8e3
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #777
}

.text-primary {
	color: #ff640f
}

a.text-primary:focus,
a.text-primary:hover {
	color: #286090
}

.text-success {
	color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
	color: #2b542c
}

.text-info {
	color: #31708f
}

a.text-info:focus,
a.text-info:hover {
	color: #245269
}

.text-warning {
	color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
	color: #66512c
}

.text-danger {
	color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
	color: #843534
}

.bg-primary {
	color: #fff;
	background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
	background-color: #286090
}

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

a.bg-success:focus,
a.bg-success:hover {
	background-color: #c1e2b3
}

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

a.bg-info:focus,
a.bg-info:hover {
	background-color: #afd9ee
}

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

a.bg-warning:focus,
a.bg-warning:hover {
	background-color: #f7ecb5
}

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

a.bg-danger:focus,
a.bg-danger:hover {
	background-color: #e4b9b9
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

.header-secondary{
    background-color:#f5f5f5;
    padding:10px 0;
    font-size:14px;
}

.header-secondary ul{
    display:flex;
}

.header-secondary ul li:not(:first-child){
    margin-left: 15px;
}

.header-secondary ul li a{
    color:#777;
}

.header-secondary ul li a:hover{
    color:#ff640f;
}

.header-secondary_info span{
    display:inline-block;
}

.header-secondary_info span:not(:first-child){
    margin-left: 15px;
}

ol,
ul {
	margin-top: 0;
	margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none
}

.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px
}

dl {
	margin-top: 0;
	margin-bottom: 20px
}

dd,
dt {
	line-height: 1.42857143
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}

@media (min-width:768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		overflow: hidden;
		clear: left;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap
	}
	.dl-horizontal dd {
		margin-left: 180px
	}
}

abbr[data-original-title],
abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #777
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
	margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
	content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	text-align: right;
	border-right: 5px solid #eee;
	border-left: 0
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
	content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
	content: '\00A0 \2014'
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
	-webkit-box-shadow: none;
	box-shadow: none
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:768px) {
	.container {
		width: 100%;
	}
}

@media (min-width:992px) {
	.container {
		width: 100%;
	}
}

@media (min-width:1345px) {
	.container {
		width: 1340px
	}
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.row {
	margin-right: -15px;
	margin-left: -15px
}

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

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-pull-11 {
	right: 91.66666667%
}

.col-xs-pull-10 {
	right: 83.33333333%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-8 {
	right: 66.66666667%
}

.col-xs-pull-7 {
	right: 58.33333333%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-5 {
	right: 41.66666667%
}

.col-xs-pull-4 {
	right: 33.33333333%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-2 {
	right: 16.66666667%
}

.col-xs-pull-1 {
	right: 8.33333333%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-push-11 {
	left: 91.66666667%
}

.col-xs-push-10 {
	left: 83.33333333%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-8 {
	left: 66.66666667%
}

.col-xs-push-7 {
	left: 58.33333333%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-5 {
	left: 41.66666667%
}

.col-xs-push-4 {
	left: 33.33333333%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-2 {
	left: 16.66666667%
}

.col-xs-push-1 {
	left: 8.33333333%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-offset-0 {
	margin-left: 0
}

@media (min-width:768px) {
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		float: left
	}
	.col-sm-12 {
		width: 100%
	}
	.col-sm-11 {
		width: 91.66666667%
	}
	.col-sm-10 {
		width: 83.33333333%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-8 {
		width: 66.66666667%
	}
	.col-sm-7 {
		width: 58.33333333%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-5 {
		width: 41.66666667%
	}
	.col-sm-4 {
		width: 33.33333333%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-2 {
		width: 16.66666667%
	}
	.col-sm-1 {
		width: 8.33333333%
	}
	.col-sm-pull-12 {
		right: 100%
	}
	.col-sm-pull-11 {
		right: 91.66666667%
	}
	.col-sm-pull-10 {
		right: 83.33333333%
	}
	.col-sm-pull-9 {
		right: 75%
	}
	.col-sm-pull-8 {
		right: 66.66666667%
	}
	.col-sm-pull-7 {
		right: 58.33333333%
	}
	.col-sm-pull-6 {
		right: 50%
	}
	.col-sm-pull-5 {
		right: 41.66666667%
	}
	.col-sm-pull-4 {
		right: 33.33333333%
	}
	.col-sm-pull-3 {
		right: 25%
	}
	.col-sm-pull-2 {
		right: 16.66666667%
	}
	.col-sm-pull-1 {
		right: 8.33333333%
	}
	.col-sm-pull-0 {
		right: auto
	}
	.col-sm-push-12 {
		left: 100%
	}
	.col-sm-push-11 {
		left: 91.66666667%
	}
	.col-sm-push-10 {
		left: 83.33333333%
	}
	.col-sm-push-9 {
		left: 75%
	}
	.col-sm-push-8 {
		left: 66.66666667%
	}
	.col-sm-push-7 {
		left: 58.33333333%
	}
	.col-sm-push-6 {
		left: 50%
	}
	.col-sm-push-5 {
		left: 41.66666667%
	}
	.col-sm-push-4 {
		left: 33.33333333%
	}
	.col-sm-push-3 {
		left: 25%
	}
	.col-sm-push-2 {
		left: 16.66666667%
	}
	.col-sm-push-1 {
		left: 8.33333333%
	}
	.col-sm-push-0 {
		left: auto
	}
	.col-sm-offset-12 {
		margin-left: 100%
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}
	.col-sm-offset-9 {
		margin-left: 75%
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}
	.col-sm-offset-6 {
		margin-left: 50%
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}
	.col-sm-offset-3 {
		margin-left: 25%
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}
	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media (min-width:992px) {
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		float: left
	}
	.col-md-12 {
		width: 100%
	}
	.col-md-11 {
		width: 91.66666667%
	}
	.col-md-10 {
		width: 83.33333333%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-8 {
		width: 66.66666667%
	}
	.col-md-7 {
		width: 58.33333333%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-5 {
		width: 41.66666667%
	}
	.col-md-4 {
		width: 33.33333333%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-2 {
		width: 16.66666667%
	}
	.col-md-1 {
		width: 8.33333333%
	}
	.col-md-pull-12 {
		right: 100%
	}
	.col-md-pull-11 {
		right: 91.66666667%
	}
	.col-md-pull-10 {
		right: 83.33333333%
	}
	.col-md-pull-9 {
		right: 75%
	}
	.col-md-pull-8 {
		right: 66.66666667%
	}
	.col-md-pull-7 {
		right: 58.33333333%
	}
	.col-md-pull-6 {
		right: 50%
	}
	.col-md-pull-5 {
		right: 41.66666667%
	}
	.col-md-pull-4 {
		right: 33.33333333%
	}
	.col-md-pull-3 {
		right: 25%
	}
	.col-md-pull-2 {
		right: 16.66666667%
	}
	.col-md-pull-1 {
		right: 8.33333333%
	}
	.col-md-pull-0 {
		right: auto
	}
	.col-md-push-12 {
		left: 100%
	}
	.col-md-push-11 {
		left: 91.66666667%
	}
	.col-md-push-10 {
		left: 83.33333333%
	}
	.col-md-push-9 {
		left: 75%
	}
	.col-md-push-8 {
		left: 66.66666667%
	}
	.col-md-push-7 {
		left: 58.33333333%
	}
	.col-md-push-6 {
		left: 50%
	}
	.col-md-push-5 {
		left: 41.66666667%
	}
	.col-md-push-4 {
		left: 33.33333333%
	}
	.col-md-push-3 {
		left: 25%
	}
	.col-md-push-2 {
		left: 16.66666667%
	}
	.col-md-push-1 {
		left: 8.33333333%
	}
	.col-md-push-0 {
		left: auto
	}
	.col-md-offset-12 {
		margin-left: 100%
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%
	}
	.col-md-offset-0 {
		margin-left: 0
	}
}

@media (min-width:1200px) {
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9 {
		float: left
	}
	.col-lg-12 {
		width: 100%
	}
	.col-lg-11 {
		width: 91.66666667%
	}
	.col-lg-10 {
		width: 83.33333333%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-8 {
		width: 66.66666667%
	}
	.col-lg-7 {
		width: 58.33333333%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-5 {
		width: 41.66666667%
	}
	.col-lg-4 {
		width: 33.33333333%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-2 {
		width: 16.66666667%
	}
	.col-lg-1 {
		width: 8.33333333%
	}
	.col-lg-pull-12 {
		right: 100%
	}
	.col-lg-pull-11 {
		right: 91.66666667%
	}
	.col-lg-pull-10 {
		right: 83.33333333%
	}
	.col-lg-pull-9 {
		right: 75%
	}
	.col-lg-pull-8 {
		right: 66.66666667%
	}
	.col-lg-pull-7 {
		right: 58.33333333%
	}
	.col-lg-pull-6 {
		right: 50%
	}
	.col-lg-pull-5 {
		right: 41.66666667%
	}
	.col-lg-pull-4 {
		right: 33.33333333%
	}
	.col-lg-pull-3 {
		right: 25%
	}
	.col-lg-pull-2 {
		right: 16.66666667%
	}
	.col-lg-pull-1 {
		right: 8.33333333%
	}
	.col-lg-pull-0 {
		right: auto
	}
	.col-lg-push-12 {
		left: 100%
	}
	.col-lg-push-11 {
		left: 91.66666667%
	}
	.col-lg-push-10 {
		left: 83.33333333%
	}
	.col-lg-push-9 {
		left: 75%
	}
	.col-lg-push-8 {
		left: 66.66666667%
	}
	.col-lg-push-7 {
		left: 58.33333333%
	}
	.col-lg-push-6 {
		left: 50%
	}
	.col-lg-push-5 {
		left: 41.66666667%
	}
	.col-lg-push-4 {
		left: 33.33333333%
	}
	.col-lg-push-3 {
		left: 25%
	}
	.col-lg-push-2 {
		left: 16.66666667%
	}
	.col-lg-push-1 {
		left: 8.33333333%
	}
	.col-lg-push-0 {
		left: auto
	}
	.col-lg-offset-12 {
		margin-left: 100%
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}
	.col-lg-offset-0 {
		margin-left: 0
	}
}

table {
	background-color: transparent
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left
}

th {
	text-align: left
}

.table {
	width: 100%;
	max-width: 100%;
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto
}

@media screen and (max-width:767px) {
    .checkbox-form{
        padding-bottom: 20px;
    }
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd
	}
	.table-responsive>.table {
		margin-bottom: 0
	}
	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tfoot>tr>td,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>thead>tr>th {
		white-space: nowrap
	}
	.table-responsive>.table-bordered {
		border: 0
	}
	.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.table-responsive>.table-bordered>tfoot>tr>td:first-child,
	.table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.table-responsive>.table-bordered>thead>tr>td:first-child,
	.table-responsive>.table-bordered>thead>tr>th:first-child {
		border-left: 0
	}
	.table-responsive>.table-bordered>tbody>tr>td:last-child,
	.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.table-responsive>.table-bordered>tfoot>tr>td:last-child,
	.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.table-responsive>.table-bordered>thead>tr>td:last-child,
	.table-responsive>.table-bordered>thead>tr>th:last-child {
		border-right: 0
	}
	.table-responsive>.table-bordered>tbody>tr:last-child>td,
	.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.table-responsive>.table-bordered>tfoot>tr:last-child>td,
	.table-responsive>.table-bordered>tfoot>tr:last-child>th {
		border-bottom: 0
	}
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}

input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px\9;
	line-height: normal
}

input[type=file] {
	display: block
}

input[type=range] {
	display: block;
	width: 100%
}

select[multiple],
select[size] {
	height: auto
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed
}

textarea.form-control {
	height: auto
}

input[type=search] {
	-webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type=date].form-control,
	input[type=time].form-control,
	input[type=datetime-local].form-control,
	input[type=month].form-control {
		line-height: 34px
	}
	.input-group-sm input[type=date],
	.input-group-sm input[type=time],
	.input-group-sm input[type=datetime-local],
	.input-group-sm input[type=month],
	input[type=date].input-sm,
	input[type=time].input-sm,
	input[type=datetime-local].input-sm,
	input[type=month].input-sm {
		line-height: 30px
	}
	.input-group-lg input[type=date],
	.input-group-lg input[type=time],
	.input-group-lg input[type=datetime-local],
	.input-group-lg input[type=month],
	input[type=date].input-lg,
	input[type=time].input-lg,
	input[type=datetime-local].input-lg,
	input[type=month].input-lg {
		line-height: 46px
	}
}

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

.checkbox,
.radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.checkbox label,
.radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
	position: absolute;
	margin-top: 4px\9;
	margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
	margin-top: -5px
}

.checkbox-inline,
.radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
	cursor: not-allowed
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
	cursor: not-allowed
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
	cursor: not-allowed
}

.form-control-static {
	min-height: 34px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
	padding-right: 0;
	padding-left: 0
}

.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-sm {
	height: 30px;
	line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
	height: auto
}

.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
	height: auto
}

.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

select.input-lg {
	height: 46px;
	line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
	height: auto
}

.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
	height: auto
}

.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 42.5px
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
	color: #3c763d
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d
}

.has-success .form-control-feedback {
	color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
	color: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b
}

.has-warning .form-control-feedback {
	color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
	color: #a94442
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442
}

.has-error .form-control-feedback {
	color: #a94442
}

.has-feedback label~.form-control-feedback {
	top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
	top: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

@media (min-width:768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .form-control-static {
		display: inline-block
	}
	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle
	}
	.form-inline .input-group .form-control,
	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn {
		width: auto
	}
	.form-inline .input-group>.form-control {
		width: 100%
	}
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .checkbox,
	.form-inline .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .checkbox label,
	.form-inline .radio label {
		padding-left: 0
	}
	.form-inline .checkbox input[type=checkbox],
	.form-inline .radio input[type=radio] {
		position: relative;
		margin-left: 0
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0
}

.form-horizontal .checkbox,
.form-horizontal .radio {
	min-height: 27px
}

.form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width:768px) {
	.form-horizontal .control-label {
		padding-top: 7px;
		margin-bottom: 0;
		text-align: right
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px
}

@media (min-width:768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 11px;
		font-size: 18px
	}
}

@media (min-width:768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px
	}
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
	color: #333;
	text-decoration: none
}

.btn.active,
.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c
}

.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
	background-image: none
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #ccc
}

.btn-default .badge {
	color: #fff;
	background-color: #333
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40
}

.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
	background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary .badge {
	color: #337ab7;
	background-color: #fff
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625
}

.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
	background-image: none
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
	background-image: none
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
	background-image: none
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19
}

.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
	background-image: none
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}

.btn-link {
	font-weight: 400;
	color: #337ab7;
	border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
	border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
	color: #777;
	text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

tr.collapse.in {
	display: table-row
}

tbody.collapse.in {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropdown,
.dropup {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #337ab7;
	outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
	color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
	display: block
}

.open>a {
	outline: 0
}

.dropdown-menu-right {
	right: 0;
	left: auto
}

.dropdown-menu-left {
	right: auto;
	left: 0
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap
}

.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid\9
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}

@media (min-width:768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto
	}
	.navbar-right .dropdown-menu-left {
		right: auto;
		left: 0
	}
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
	position: relative;
	float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
	z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
	margin-left: -1px
}

.btn-toolbar {
	margin-left: -5px
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
	float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
	margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}

.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group>.btn-group {
	float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group>.btn+.dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn .caret {
	margin-left: 0
}

.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}

.dropup .btn-lg .caret {
	border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
	float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-left-radius: 4px;
	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-right-radius: 4px;
	border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
	display: table-cell;
	float: none;
	width: 1%
}

.btn-group-justified>.btn-group .btn {
	width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
	left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

.input-group[class*=col-] {
	float: none;
	padding-right: 0;
	padding-left: 0
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}

.input-group .form-control:focus {
	z-index: 3
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	line-height: 46px
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
	height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	line-height: 30px
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
	height: auto
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
	display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px
}

.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px
}

.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
	margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group-addon:first-child {
	border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group-addon:last-child {
	border-left: 0
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}

.input-group-btn>.btn {
	position: relative
}

.input-group-btn>.btn+.btn {
	margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
	z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
	margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
	z-index: 2;
	margin-left: -1px
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav>li {
	position: relative;
	display: block
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.nav>li.disabled>a {
	color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: #eee;
	border-color: #337ab7
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.nav>li>a>img {
	max-width: none
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent
}

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0
}

.nav-tabs.nav-justified>li {
	float: none
}

.nav-tabs.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}
	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
	border: 1px solid #ddd
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}
	.nav-tabs.nav-justified>.active>a,
	.nav-tabs.nav-justified>.active>a:focus,
	.nav-tabs.nav-justified>.active>a:hover {
		border-bottom-color: #fff
	}
}

.nav-pills>li {
	float: left
}

.nav-pills>li>a {
	border-radius: 4px
}

.nav-pills>li+li {
	margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #337ab7
}

.nav-stacked>li {
	float: none
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}

.nav-justified {
	width: 100%
}

.nav-justified>li {
	float: none
}

.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:768px) {
	.nav-justified>li {
		display: table-cell;
		width: 1%
	}
	.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs-justified {
	border-bottom: 0
}

.nav-tabs-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
	border: 1px solid #ddd
}

@media (min-width:768px) {
	.nav-tabs-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}
	.nav-tabs-justified>.active>a,
	.nav-tabs-justified>.active>a:focus,
	.nav-tabs-justified>.active>a:hover {
		border-bottom-color: #fff
	}
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

@media (min-width:768px) {
	.navbar {
		border-radius: 4px
	}
}

@media (min-width:768px) {
	.navbar-header {
		float: left
	}
}

.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
	overflow-y: auto
}

@media (min-width:768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.navbar-collapse.collapse {
		display: block!important;
		height: auto!important;
		padding-bottom: 0;
		overflow: visible!important
	}
	.navbar-collapse.in {
		overflow-y: visible
	}
	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse {
		padding-right: 0;
		padding-left: 0
	}
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
	max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse {
		max-height: 200px
	}
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width:768px) {
	.container-fluid>.navbar-collapse,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.container>.navbar-header {
		margin-right: 0;
		margin-left: 0
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

@media (min-width:768px) {
	.navbar-static-top {
		border-radius: 0
	}
}

.navbar-fixed-bottom,
.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

@media (min-width:768px) {
	.navbar-fixed-bottom,
	.navbar-fixed-top {
		border-radius: 0
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px
}

.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none
}

.navbar-brand>img {
	display: block
}

@media (min-width:768px) {
	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: -15px
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.navbar-toggle:focus {
	outline: 0
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}

@media (min-width:768px) {
	.navbar-toggle {
		display: none
	}
}

.navbar-nav {
	margin: 7.5px -15px
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}

@media (max-width:767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 15px 5px 25px
	}
	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px
	}
	.navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-nav .open .dropdown-menu>li>a:hover {
		background-image: none
	}
}

@media (min-width:768px) {
	.navbar-nav {
		float: left;
		margin: 0
	}
	.navbar-nav>li {
		float: left
	}
	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px
	}
}

.newsletter-box .agreement{
    margin-top: 10px;
}

.agreement {
  position: relative;
  color: #fff;
  line-height: 1.2;
}

.agreement a{
    color:#fff;
    text-decoration:underline;
}

.fancy-modal .agreement, .form-white .agreement{
        color: #777;
}

.fancy-modal .agreement a, .form-white .agreement a{
    color:#ff640f;
}

.agreement label {
  margin-bottom: 0;
  font-size:12px;
}

.agreement input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden
}

.agreement i {
  color: #fff;
  margin-right: 3px
}

.fancy-modal .agreement i, .form-white .agreement i{
    color:#777;
}

.agreement input+label .checked {
  display: none
}

.agreement input:checked+label .checked {
  display: inline-block
}

.agreement input:checked+label .no-checked {
  display: none
}

.agreement input.error+label {
  color: red
}

.navbar-form {
	padding: 10px 15px;
	margin-top: 8px;
	margin-right: -15px;
	margin-bottom: 8px;
	margin-left: -15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width:768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.navbar-form .form-control-static {
		display: inline-block
	}
	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle
	}
	.navbar-form .input-group .form-control,
	.navbar-form .input-group .input-group-addon,
	.navbar-form .input-group .input-group-btn {
		width: auto
	}
	.navbar-form .input-group>.form-control {
		width: 100%
	}
	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .checkbox,
	.navbar-form .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .checkbox label,
	.navbar-form .radio label {
		padding-left: 0
	}
	.navbar-form .checkbox input[type=checkbox],
	.navbar-form .radio input[type=radio] {
		position: relative;
		margin-left: 0
	}
	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}
}

@media (max-width:767px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}
	.navbar-form .form-group:last-child {
		margin-bottom: 0
	}
}

@media (min-width:768px) {
	.navbar-form {
		width: auto;
		padding-top: 0;
		padding-bottom: 0;
		margin-right: 0;
		margin-left: 0;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px
}

.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px
}

.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px
}

@media (min-width:768px) {
	.navbar-text {
		float: left;
		margin-right: 15px;
		margin-left: 15px
	}
}

@media (min-width:768px) {
	.navbar-left {
		float: left!important
	}
	.navbar-right {
		float: right!important;
		margin-right: -15px
	}
	.navbar-right~.navbar-right {
		margin-right: 0
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}

.navbar-default .navbar-brand {
	color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: transparent
}

.navbar-default .navbar-text {
	color: #777
}

.navbar-default .navbar-nav>li>a {
	color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #333;
	background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
	color: #ccc;
	background-color: transparent
}

.navbar-default .navbar-toggle {
	border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #555;
	background-color: #e7e7e7
}

@media (max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #333;
		background-color: transparent
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #555;
		background-color: #e7e7e7
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #ccc;
		background-color: transparent
	}
}

.navbar-default .navbar-link {
	color: #777
}

.navbar-default .navbar-link:hover {
	color: #333
}

.navbar-default .btn-link {
	color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
	color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
	color: #ccc
}

.navbar-inverse {
	background-color: #222;
	border-color: #080808
}

.navbar-inverse .navbar-brand {
	color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-text {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
	color: #444;
	background-color: transparent
}

.navbar-inverse .navbar-toggle {
	border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: #080808
}

@media (max-width:767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #080808
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #9d9d9d
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #fff;
		background-color: transparent
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #fff;
		background-color: #080808
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #444;
		background-color: transparent
	}
}

.navbar-inverse .navbar-link {
	color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
	color: #fff
}

.navbar-inverse .btn-link {
	color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
	color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
	color: #444
}

.breadcrumb-nav {
    border:none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color:#fff;
}

.breadcrumb {
    margin-bottom: 0px;
    background: transparent;
    line-height: 1;
    font-weight: 400;
    padding: 20px 0;
    font-size:13px;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
}

.breadcrumb li{
    display:inline-block;
}

.breadcrumb li svg{
    fill:#777;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none;
	display:flex;
}

.pager li {
	display:block;
	width:50%;
}

.pager li:not(:first-child){
    margin-left: 15px;
    text-align:right;
}

.pager li>a,
.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.pager .next>a,
.pager .next>span {
	float: right
}

.pager .previous>a,
.pager .previous>span {
	float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

a.label:focus,
a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label:empty {
	display: none
}

.btn .label {
	position: relative;
	top: -1px
}

.label-default {
	background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
	background-color: #5e5e5e
}

.label-primary {
	background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
	background-color: #286090
}

.label-success {
	background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
	background-color: #449d44
}

.label-info {
	background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
	background-color: #31b0d5
}

.label-warning {
	background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
	background-color: #ec971f
}

.label-danger {
	background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
	background-color: #c9302c
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
	top: 0;
	padding: 1px 5px
}

a.badge:focus,
a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
	color: #337ab7;
	background-color: #fff
}

.list-group-item>.badge {
	float: right
}

.list-group-item>.badge+.badge {
	margin-right: 5px
}

.nav-pills>li>a>.badge {
	margin-left: 3px
}

.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee
}

.jumbotron .h1,
.jumbotron h1 {
	color: inherit
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200
}

.jumbotron>hr {
	border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 6px
}

.jumbotron .container {
	max-width: 100%
}

@media screen and (min-width:768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px
	}
	.container .jumbotron,
	.container-fluid .jumbotron {
		padding-right: 60px;
		padding-left: 60px
	}
	.jumbotron .h1,
	.jumbotron h1 {
		font-size: 63px
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
	margin-right: auto;
	margin-left: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
	border-color: #337ab7
}

.thumbnail .caption {
	padding: 9px;
	color: #333
}

.alert {
	padding: 15px;
	border: 1px solid transparent;
	border-radius: 5px
}

.alert-secondary{
        border: 1px solid #e6e6e6;
}

.alert:not(:last-child) {
	margin-bottom: 20px;
}

.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.category-description{
    padding: 30px;
    color:#777;
}

.alert.category-description p:not(:first-child){
    margin-top: 15px;
}

.alert-dismissable,
.alert-dismissible {
	padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.alert-success hr {
	border-top-color: #c9e2b3
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.alert-info hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.alert-warning hr {
	border-top-color: #f7e1b5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.alert-danger hr {
	border-top-color: #e4b9c0
}

.alert-danger .alert-link {
	color: #843534
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}

@-o-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}

.progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
	background-color: #5cb85c
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
	background-color: #5bc0de
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
	background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
	background-color: #d9534f
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
	margin-top: 15px
}

.media:first-child {
	margin-top: 0
}

.media,
.media-body {
	overflow: hidden;
	zoom: 1
}

.media-body {
	width: 10000px
}

.media-object {
	display: block
}

.media-object.img-thumbnail {
	max-width: none
}

.media-right,
.media>.pull-right {
	padding-left: 10px
}

.media-left,
.media>.pull-left {
	padding-right: 10px
}

.media-body,
.media-left,
.media-right {
	display: table-cell;
	vertical-align: top
}

.media-middle {
	vertical-align: middle
}

.media-bottom {
	vertical-align: bottom
}

.media-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.media-list {
	padding-left: 0;
	list-style: none
}

.list-group {
	padding-left: 0;
	margin-bottom: 20px
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}

.list-group-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

a.list-group-item,
button.list-group-item {
	color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
	color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5
}

button.list-group-item {
	width: 100%;
	text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
	color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
	color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
	color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
	color: #c7ddef
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
	color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
	color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
	color: #3c763d;
	background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
	color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
	color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
	color: #31708f;
	background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
	color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
	color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
	color: #8a6d3b;
	background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
	color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
	color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
	color: #a94442;
	background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
	padding: 15px
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
	color: inherit
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
	margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}

.list-group+.panel-footer {
	border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
	margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
	padding-right: 15px;
	padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
	border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
	border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
	border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
	border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
	border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
	border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
	border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0
}

.panel>.table-responsive {
	margin-bottom: 0;
	border: 0
}

.panel-group {
	margin-bottom: 20px
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px
}

.panel-group .panel+.panel {
	margin-top: 5px
}

.panel-group .panel-heading {
	border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 1px solid #ddd
}

.panel-group .panel-footer {
	border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd
}

.panel-default {
	border-color: #ddd
}

.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
	color: #f5f5f5;
	background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ddd
}

.panel-primary {
	border-color: #337ab7
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
	color: #337ab7;
	background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #337ab7
}

.panel-success {
	border-color: #d6e9c6
}

.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #d6e9c6
}

.panel-info {
	border-color: #bce8f1
}

.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #bce8f1
}

.panel-warning {
	border-color: #faebcc
}

.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #faebcc
}

.panel-danger {
	border-color: #ebccd1
}

.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
	color: #f2dede;
	background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ebccd1
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%
}

.embed-responsive-4by3 {
	padding-bottom: 75%
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, .15)
}

.well-lg {
	padding: 24px;
	border-radius: 6px
}

.well-sm {
	padding: 9px;
	border-radius: 3px
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2
}

.close:focus,
.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0
}

.recommend-row{
    padding:15px;
    padding-top: 0;
}

.modal-open {
	overflow: hidden
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%)
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: rgba(0, 0, 0, .6);
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5
}

.modal-header {
	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;
	border-bottom: 1px solid #e5e5e5
}

.modal-footer {
	padding: 15px;
	text-align: right;
}

.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}
	.modal-sm {
		width: 300px
	}
}

@media (min-width:992px) {
	.modal-lg {
		width: 900px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	filter: alpha(opacity=0);
	opacity: 0;
	line-break: auto
}

.tooltip.in {
	filter: alpha(opacity=90);
	opacity: .9
}

.tooltip.top {
	padding: 5px 0;
	margin-top: -3px
}

.tooltip.right {
	padding: 0 5px;
	margin-left: 3px
}

.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px
}

.tooltip.left {
	padding: 0 5px;
	margin-left: -3px
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
	right: 5px;
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	line-break: auto
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

.popover-content {
	padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover>.arrow {
	border-width: 11px
}

.popover>.arrow:after {
	content: "";
	border-width: 10px
}

.popover.top>.arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	border-bottom-width: 0
}

.popover.top>.arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0
}

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, .25);
	border-left-width: 0
}

.popover.right>.arrow:after {
	bottom: -10px;
	left: 1px;
	content: " ";
	border-right-color: #fff;
	border-left-width: 0
}

.popover.bottom>.arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff
}

.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
	right: 1px;
	bottom: -10px;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-inner>.item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
	line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
	.carousel-inner>.item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px
	}
	.carousel-inner>.item.active.right,
	.carousel-inner>.item.next {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	.carousel-inner>.item.active.left,
	.carousel-inner>.item.prev {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	.carousel-inner>.item.active,
	.carousel-inner>.item.next.left,
	.carousel-inner>.item.prev.right {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
	display: block
}

.carousel-inner>.active {
	left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner>.next {
	left: 100%
}

.carousel-inner>.prev {
	left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
	left: 0
}

.carousel-inner>.active.left {
	left: -100%
}

.carousel-inner>.active.right {
	left: 100%
}

.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	background-color: rgba(0, 0, 0, 0);
	filter: alpha(opacity=50);
	opacity: .5
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 50%;
	margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	font-family: serif;
	line-height: 1
}

.carousel-control .icon-prev:before {
	content: '\2039'
}

.carousel-control .icon-next:before {
	content: '\203a'
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000\9;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	border-radius: 10px
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
	text-shadow: none
}

@media screen and (min-width:768px) {
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next,
	.carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -10px
	}
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -10px
	}
	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px
	}
	.carousel-indicators {
		bottom: 20px
	}
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
	clear: both
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto
}

.pull-right {
	float: right!important
}

.pull-left {
	float: left!important
}

.hide {
	display: none!important
}

.show {
	display: block!important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none!important
}

.affix {
	position: fixed
}

@-ms-viewport {
	width: device-width
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
	display: none!important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
	display: none!important
}

@media (max-width:767px) {
	.visible-xs {
		display: block!important
	}
	table.visible-xs {
		display: table!important
	}
	tr.visible-xs {
		display: table-row!important
	}
	td.visible-xs,
	th.visible-xs {
		display: table-cell!important
	}
}

@media (max-width:767px) {
	.visible-xs-block {
		display: block!important
	}
}

@media (max-width:767px) {
	.visible-xs-inline {
		display: inline!important
	}
}

@media (max-width:767px) {
	.visible-xs-inline-block {
		display: inline-block!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block!important
	}
	table.visible-sm {
		display: table!important
	}
	tr.visible-sm {
		display: table-row!important
	}
	td.visible-sm,
	th.visible-sm {
		display: table-cell!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-block {
		display: block!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline {
		display: inline!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline-block {
		display: inline-block!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block!important
	}
	table.visible-md {
		display: table!important
	}
	tr.visible-md {
		display: table-row!important
	}
	td.visible-md,
	th.visible-md {
		display: table-cell!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-block {
		display: block!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline {
		display: inline!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline-block {
		display: inline-block!important
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block!important
	}
	table.visible-lg {
		display: table!important
	}
	tr.visible-lg {
		display: table-row!important
	}
	td.visible-lg,
	th.visible-lg {
		display: table-cell!important
	}
}

@media (min-width:1200px) {
	.visible-lg-block {
		display: block!important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline {
		display: inline!important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline-block {
		display: inline-block!important
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none!important
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none!important
	}
}

.visible-print {
	display: none!important
}

@media print {
	.visible-print {
		display: block!important
	}
	table.visible-print {
		display: table!important
	}
	tr.visible-print {
		display: table-row!important
	}
	td.visible-print,
	th.visible-print {
		display: table-cell!important
	}
}

.visible-print-block {
	display: none!important
}

@media print {
	.visible-print-block {
		display: block!important
	}
}

.visible-print-inline {
	display: none!important
}

@media print {
	.visible-print-inline {
		display: inline!important
	}
}

.visible-print-inline-block {
	display: none!important
}

@media print {
	.visible-print-inline-block {
		display: inline-block!important
	}
}

@media print {
	.hidden-print {
		display: none!important
	}
}

.img {
	max-width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.full-img {
	width: 100%;
	height: auto;
}

a,
.btn,
button {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn {
	border-radius: 0px;
	font-size: 14px;
	padding: 0px 15px;
	height: 30px;
	line-height: 30px;
}

a:focus,
.btn:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}

a,
button,
input {
	outline: medium none;
	color: #333333;
}

.uppercase {
	text-transform: uppercase
}

.capitalize {
	text-transform: capitalize
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6
{
	font-weight: 500;
	margin-top: 0px;
	font-style: normal;
	margin: 0;
	color: #363f4d;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit
}

h1, .h1 {
	font-size: 30px;
}

h2, .h2 {
	font-size: 25px;
}

h3, .h3 {
	font-size: 21px;
}

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

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

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

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none
}

p {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
}

b,
strong {
	font-weight: 500;
}

hr {
	margin: 60px 0;
	padding: 0px;
	border-bottom: 1px solid #eceff8;
	border-top: 0px;
}

hr.style-2 {
	border-bottom: 1px dashed #f10;
}

hr.mp-0 {
	margin: 0;
	border-bottom: 1px solid #eceff8;
}

hr.mtb-40 {
	margin: 40px 0;
	border-bottom: 1px solid #eceff8;
	border-top: 0px;
}

label {
	font-size: 14px;
	font-weight: 400;
	vertical-align: middle;
}

*::-moz-selection {
	background: #0162bd;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #0162bd;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #0162bd;
	color: #fff;
	text-shadow: none;
}

.mark,
mark {
	background: #4fc1f0 none repeat scroll 0 0;
	color: #ffffff;
}

span.tooltip-content {
	color: #00a9da;
	cursor: help;
	font-weight: 600;
}

.f-left {
	float: left
}

.f-right {
	float: right
}

.fix {
	overflow: hidden
}

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

a.button::after,
a.button-small::after {
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.share ul,
.share:hover ul {
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

a.button-border span,
a.button-border-white span,
input,
select,
textarea {
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}

a.button {
	border: 0 none;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
	cursor: pointer;
	display: inline-block;
	margin-right: 10px;
	overflow: hidden;
	padding: 0;
	position: relative;
	background-color: #4FC1F0;
	color: #fff;
	font-size: 15px;
}

a.button i {
	background: rgba(0, 0, 0, 0.09);
	display: block;
	float: left;
	padding: 14px;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	width: 50px;
	text-align: center;
}

a.button span {
	display: block;
	float: left;
	position: relative;
	z-index: 2;
	padding: 11px 20px;
	font-size: 15px;
	color: #fff;
	font-weight: normal;
}

a.button::after {
	background: rgba(0, 0, 0, 0.09) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	z-index: 1;
}

a.button:hover::after {
	width: 100%
}

a.button.button-white {
	border: 0 none;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
	cursor: pointer;
	display: inline-block;
	margin-right: 10px;
	overflow: hidden;
	padding: 0;
	position: relative;
	background-color: #fff;
	color: #4FC1F0;
	font-size: 15px;
}

a.button.button-white i {
	background: rgba(0, 0, 0, 0.09);
	display: block;
	float: left;
	padding: 14px;
	font-size: 16px;
	color: #4FC1F0;
	font-weight: normal;
	width: 50px;
	text-align: center;
}

a.button.button-white span {
	display: block;
	float: left;
	position: relative;
	z-index: 2;
	padding: 11px 20px;
	font-size: 15px;
	color: #4FC1F0;
	font-weight: normal;
}

a.button.button-grey {
	border: 0 none;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
	cursor: pointer;
	display: inline-block;
	margin-right: 10px;
	overflow: hidden;
	padding: 0;
	position: relative;
	background-color: #eceff7;
	color: #4FC1F0;
	font-size: 15px;
}

a.button.button-grey i {
	background: rgba(0, 0, 0, 0.09);
	display: block;
	float: left;
	padding: 14px;
	font-size: 16px;
	color: #4FC1F0;
	font-weight: normal;
	width: 50px;
	text-align: center;
}

a.button.button-grey span {
	display: block;
	float: left;
	position: relative;
	z-index: 2;
	padding: 11px 20px;
	font-size: 15px;
	color: #4FC1F0;
	font-weight: normal;
}

a.button.button-black {
	border: 0 none;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
	cursor: pointer;
	display: inline-block;
	margin-right: 10px;
	overflow: hidden;
	padding: 0;
	position: relative;
	background-color: #444444;
	color: #4FC1F0;
	font-size: 15px;
}

a.button.button-black i {
	background: rgba(0, 0, 0, 0.3);
	display: block;
	float: left;
	padding: 14px;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	width: 50px;
	text-align: center;
}

a.button.button-black span {
	display: block;
	float: left;
	position: relative;
	z-index: 2;
	padding: 11px 20px;
	font-size: 15px;
	color: #fff;
	font-weight: normal;
}

a.button-border span {
	border: 0 none;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	padding: 11px 20px;
	margin-right: 10px;
	overflow: hidden;
	position: relative;
	background-color: transparent;
	color: #4FC1F0;
	font-size: 15px;
	border: 1px solid #4FC1F0;
}

a.button-border span:hover {
	-webkit-box-shadow: -200px 0 0 #4FC1F0 inset;
	box-shadow: -200px 0 0 #4FC1F0 inset;
	color: #fff;
	border-color: #4FC1F0;
}

a.button-border-white span {
	border: 0 none;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	padding: 11px 20px;
	margin-right: 10px;
	overflow: hidden;
	position: relative;
	background-color: transparent;
	color: #fff;
	font-size: 15px;
	border: 1px solid #fff;
}

a.button-border-white span:hover {
	-webkit-box-shadow: -200px 0 0 #fff inset;
	box-shadow: -200px 0 0 #fff inset;
	color: #4FC1F0;
	border-color: #fff;
}

a.button-small {
	border: 0 none;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
	cursor: pointer;
	display: inline-block;
	margin-right: 10px;
	overflow: hidden;
	padding: 0;
	position: relative;
	background-color: #4FC1F0;
	color: #fff;
	font-size: 15px;
}

a.button-small i {
	background: rgba(0, 0, 0, 0.09);
	display: block;
	float: left;
	padding: 10px;
	font-size: 13px;
	color: #fff;
	font-weight: normal;
	width: 40px;
	text-align: center;
}

a.button-small span {
	display: block;
	float: left;
	position: relative;
	z-index: 2;
	padding: 8px 10px;
	font-size: 13px;
	color: #fff;
	font-weight: normal;
}

a.button-small:after {
	background: rgba(0, 0, 0, 0.09) none repeat scroll 0 0;
	content: "";
	height: 100%;
	right: 0;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 1;
}

a.button-small:hover::after {
	width: 100%
}

a.button.large {
	margin-right: 0px;
}

a.button.large span {
	padding: 16px 80px;
	font-size: 18px;
}

a.button.large i {
	padding: 20px;
	width: 60px;
	font-size: 18px;
}

a.button.medium span {
	padding: 14px 60px;
	font-size: 16px;
}

a.button.medium i {
	padding: 17px;
	width: 50px;
	font-size: 16px;
}

a.button.small span {
	padding: 12px 40px;
}

a.button.small i {
	padding: 14px;
	width: 45px;
}

a.button.small span {
	padding: 12px 40px;
}

a.button.small i {
	padding: 15px;
	width: 45px;
}

a.button.extra-small span {
	padding: 8px 20px;
	font-size: 13px;
}

a.button.extra-small i {
	padding: 11px;
	width: 38px;
	font-size: 13px;
}

.social-icon ul {
	margin: 0;
	padding: 0;
}

.social-icon ul li {
	display: inline-block;
	list-style: none;
}

.social-icon ul li a {
	display: block;
	margin: 3px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	background: #4FC1F0;
	text-align: center;
	border-radius: 50%;
}

.social-icon ul li a:hover {
	background: #EB3B60;
}

.social-icon.socile-icon-style-2 ul li a {
	color: #fff;
	background: #323232;
	border-radius: 0;
}

.social-icon.socile-icon-style-2 ul li a:hover {
	background: #EB3B60;
}

.social-icon.socile-icon-style-3 ul li a {
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
}

.social-icon.socile-icon-style-3 ul li a:hover {
	background: #EB3B60;
	border-color: #EB3B60;
}

.text-blue {
	color: #4FC1F0;
}

.text-white {
	color: #fff;
}

.text-black {
	color: #363636;
}

.text-theme {
	color: #f10;
}

.text-white h1,
.text-white p,
.text-white h2 {
	color: #fff;
}

.text-white {
	color: #fff;
}

.text-black {
	color: #363636;
}

.text-theme {
	color: #f10;
}

input {
	background: #eceff8;
	border: 2px solid #eceff8;
	height: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-left: 10px;
	font-size: 14px;
	color: #626262;
}

select {
	width: 100%;
	background: #eceff8;
	border: 2px solid #eceff8;
	height: 45px;
	padding-left: 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
	color: #626262;
	outline: none;
}

option {
	background: #fff none repeat scroll 0 0;
	border: 0 solid #626262;
	font-size: 14px;
	padding: 5px 0 5px 10px;
}

input:focus {
	background: #fff;
	border: none;
}

textarea {
	resize: vertical;
	background: #eceff8;
	border: 2px solid #eceff8;
	padding: 10px;
	width: 100%;
	font-size: 14px;
}

textarea:focus {
	background: transparent;
	outline: none;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input[type="text"]#email-two::-webkit-input-placeholder {
	color: #bbb;
}

.input-group.divcenter.input-group .form-control {
	padding-left: 0px
}

#back-to-top .top {
	z-index: 999;
	position: fixed;
	margin: 0px;
	color: #fff;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	position: fixed;
	bottom: 105px;
	right: 15px;
	border-radius: 3px;
	z-index: 999;
	background: transparent;
	font-size: 14px;
	background: #4FC1F0;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
}

#back-to-top .top:hover {
	color: #fff;
	height: 50px;
}

#back-to-top .top {
	background: #007da1;
}

.m-0 {
	margin-top: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
}

.p-0 {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.mt-0 {
	margin-top: 0
}

.mt-5 {
	margin-top: 5px
}

.mt-10 {
	margin-top: 10px
}

.mt-12 {
	margin-top: 12px
}

.mt-15 {
	margin-top: 15px
}

.mt-20 {
	margin-top: 20px
}

.mt-25 {
	margin-top: 25px
}

.mt-30 {
	margin-top: 30px
}

.mt-40 {
	margin-top: 40px
}

.mt-50 {
	margin-top: 50px
}

.mt-60 {
	margin-top: 60px
}

.mt-70 {
	margin-top: 70px
}

.mt-80 {
	margin-top: 80px
}

.mt-90 {
	margin-top: 90px
}

.mt-100 {
	margin-top: 100px
}

.mt-110 {
	margin-top: 110px
}

.mt-120 {
	margin-top: 120px
}

.mt-130 {
	margin-top: 130px
}

.mt-140 {
	margin-top: 140px
}

.mt-150 {
	margin-top: 150px
}

.mr-0 {
	margin-right: 0px
}

.mr-10 {
	margin-right: 10px
}

.mr-15 {
	margin-right: 15px
}

.mr-20 {
	margin-right: 20px
}

.mr-30 {
	margin-right: 30px
}

.mr-40 {
	margin-right: 40px
}

.mr-50 {
	margin-right: 50px
}

.mr-60 {
	margin-right: 60px
}

.mr-70 {
	margin-right: 70px
}

.mr-80 {
	margin-right: 80px
}

.mr-90 {
	margin-right: 90px
}

.mr-100 {
	margin-right: 100px
}

.mr-110 {
	margin-right: 110px
}

.mr-120 {
	margin-right: 120px
}

.mr-130 {
	margin-right: 130px
}

.mr-140 {
	margin-right: 140px
}

.mr-150 {
	margin-right: 150px
}

.mb-0 {
	margin-bottom: 0
}

.mb-5 {
	margin-bottom: 5px
}

.mb-10 {
	margin-bottom: 10px
}

.mb-15 {
	margin-bottom: 15px
}

.mb-20 {
	margin-bottom: 20px
}

.mb-25 {
	margin-bottom: 25px
}

.mb-30 {
	margin-bottom: 30px
}

.mb-35 {
	margin-bottom: 35px
}

.mb-40 {
	margin-bottom: 40px
}

.mb-45 {
	margin-bottom: 45px
}

.mb-50 {
	margin-bottom: 50px
}

.mb-60 {
	margin-bottom: 60px
}

.mb-70 {
	margin-bottom: 70px
}

.mb-80 {
	margin-bottom: 80px
}

.mb-90 {
	margin-bottom: 90px
}

.mb-100 {
	margin-bottom: 100px
}

.mb-110 {
	margin-bottom: 110px
}

.mb-120 {
	margin-bottom: 120px
}

.mb-130 {
	margin-bottom: 130px
}

.mb-140 {
	margin-bottom: 140px
}

.mb-150 {
	margin-bottom: 150px
}

.ml-0 {
	margin-left: 0
}

.ml-10 {
	margin-left: 10px
}

.ml-15 {
	margin-left: 15px
}

.ml-20 {
	margin-left: 20px
}

.ml-30 {
	margin-left: 30px
}

.ml-40 {
	margin-left: 40px
}

.ml-50 {
	margin-left: 50px
}

.ml-60 {
	margin-left: 60px
}

.ml-70 {
	margin-left: 70px
}

.ml-80 {
	margin-left: 80px
}

.ml-90 {
	margin-left: 90px
}

.ml-100 {
	margin-left: 100px
}

.ml-110 {
	margin-left: 110px
}

.ml-120 {
	margin-left: 120px
}

.ml-130 {
	margin-left: 130px
}

.ml-140 {
	margin-left: 140px
}

.ml-150 {
	margin-left: 150px
}

.p-0 {
	padding: 0
}

.p-5 {
	padding: 5px
}

.p-10 {
	padding: 10px
}

.p-15 {
	padding: 15px
}

.p-20 {
	padding: 20px
}

.p-25 {
	padding: 25px
}

.p-30 {
	padding: 30px
}

.p-35 {
	padding: 35px
}

.p-40 {
	padding: 40px
}

.p-45 {
	padding: 45px
}

.p-50 {
	padding: 50px
}

.p-55 {
	padding: 55px
}

.p-60 {
	padding: 60px
}

.p-65 {
	padding: 65px
}

.p-70 {
	padding: 70px
}

.p-75 {
	padding: 75px
}

.p-80 {
	padding: 80px
}

.p-85 {
	padding: 85px
}

.p-90 {
	padding: 90px
}

.p-95 {
	padding: 95px
}

.p-100 {
	padding: 100px
}

.pt-0 {
	padding-top: 0
}

.pt-5 {
	padding-top: 5px
}

.pt-10 {
	padding-top: 10px
}

.pt-15 {
	padding-top: 15px
}

.pt-20 {
	padding-top: 20px
}

.pt-30 {
	padding-top: 30px
}

.pt-40 {
	padding-top: 40px
}

.pt-50 {
	padding-top: 50px
}

.pt-60 {
	padding-top: 60px
}

.pt-70 {
	padding-top: 70px
}

.pt-75 {
	padding-top: 75px
}

.pt-80 {
	padding-top: 80px
}

.pt-90 {
	padding-top: 90px
}

.pt-100 {
	padding-top: 100px
}

.pt-110 {
	padding-top: 110px
}

.pt-120 {
	padding-top: 120px
}

.pt-130 {
	padding-top: 130px
}

.pt-140 {
	padding-top: 140px
}

.pt-150 {
	padding-top: 150px
}

.pr-0 {
	padding-right: 0
}

.pr-10 {
	padding-right: 10px
}

.pr-15 {
	padding-right: 15px
}

.pr-20 {
	padding-right: 20px
}

.pr-30 {
	padding-right: 30px
}

.pr-40 {
	padding-right: 40px
}

.pr-50 {
	padding-right: 50px
}

.pr-60 {
	padding-right: 60px
}

.pr-70 {
	padding-right: 70px
}

.pr-80 {
	padding-right: 80px
}

.pr-90 {
	padding-right: 90px
}

.pr-100 {
	padding-right: 100px
}

.pr-110 {
	padding-right: 110px
}

.pr-120 {
	padding-right: 120px
}

.pr-130 {
	padding-right: 130px
}

.pr-140 {
	padding-right: 140px
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pb-10 {
	padding-bottom: 10px
}

.pb-15 {
	padding-bottom: 15px
}

.pb-20 {
	padding-bottom: 20px
}

.pb-30 {
	padding-bottom: 30px
}

.pb-40 {
	padding-bottom: 40px
}

.pb-45 {
	padding-bottom: 45px
}

.pb-50 {
	padding-bottom: 50px
}

.pb-55 {
	padding-bottom: 55px
}

.pb-60 {
	padding-bottom: 60px
}

.pb-70 {
	padding-bottom: 70px
}

.pb-80 {
	padding-bottom: 80px
}

.pb-90 {
	padding-bottom: 90px
}

.pb-100 {
	padding-bottom: 100px
}

.pb-110 {
	padding-bottom: 110px
}

.pb-120 {
	padding-bottom: 120px
}

.pb-130 {
	padding-bottom: 130px
}

.pb-140 {
	padding-bottom: 140px
}

.pb-150 {
	padding-bottom: 150px
}

.pl-0 {
	padding-left: 0
}

.pl-10 {
	padding-left: 10px
}

.pl-15 {
	padding-left: 15px
}

.pl-20 {
	padding-left: 20px
}

.pl-30 {
	padding-left: 30px
}

.pl-40 {
	padding-left: 40px
}

.pl-50 {
	padding-left: 50px
}

.pl-60 {
	padding-left: 60px
}

.pl-70 {
	padding-left: 70px
}

.pl-80 {
	padding-left: 80px
}

.pl-90 {
	padding-left: 90px
}

.pl-100 {
	padding-left: 100px
}

.pl-110 {
	padding-left: 110px
}

.pl-120 {
	padding-left: 120px
}

.pl-130 {
	padding-left: 130px
}

.pl-140 {
	padding-left: 140px
}

.pl-150 {
	padding-left: 150px
}

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

.ptb-0 {
	padding: 0
}

.ptb-10 {
	padding: 10px 0
}

.ptb-15 {
	padding: 15px 0
}

.ptb-20 {
	padding: 20px 0
}

.ptb-30 {
	padding: 30px 0
}

.ptb-40 {
	padding: 40px 0
}

.ptb-45 {
	padding: 45px 0
}

.ptb-50 {
	padding: 50px 0
}

.ptb-60 {
	padding: 60px 0
}

.ptb-70 {
	padding: 70px 0
}

.ptb-75 {
	padding: 75px 0
}

.ptb-80 {
	padding: 80px 0
}

.ptb-90 {
	padding: 90px 0
}

.ptb-100 {
	padding: 100px 0
}

.ptb-110 {
	padding: 110px 0
}

.ptb-120 {
	padding: 120px 0
}

.ptb-130 {
	padding: 130px 0
}

.ptb-140 {
	padding: 140px 0
}

.ptb-150 {
	padding: 150px 0
}

.mtb-0 {
	margin: 0
}

.mtb-10 {
	margin: 10px 0
}

.mtb-15 {
	margin: 15px 0
}

.mtb-20 {
	margin: 20px 0
}

.mtb-30 {
	margin: 30px 0
}

.mtb-40 {
	margin: 40px 0
}

.mtb-50 {
	margin: 50px 0
}

.mtb-60 {
	margin: 60px 0
}

.mtb-70 {
	margin: 70px 0
}

.mtb-80 {
	margin: 80px 0
}

.mtb-90 {
	margin: 90px 0
}

.mtb-100 {
	margin: 100px 0
}

.mtb-110 {
	margin: 110px 0
}

.mtb-120 {
	margin: 120px 0
}

.mtb-130 {
	margin: 130px 0
}

.mtb-140 {
	margin: 140px 0
}

.mtb-150 {
	margin: 150px 0;
}

.pricing .container .row [class*="col-"] {}

.white-bg {
	background: #fff;
}

.off-white-bg {
	background: #f3f3f3;
}

.gray-bg {
	background: #f5f5f5;
}

.light-gray-bg {
	background: #dcdcdc;
}

.blue-bg {
	background: #0162bd;
}

.light-blue-bg {
	background: #03a9f4;
}

.default-bg {
	background: #50C1F0;
}

.black-bg {
	background: #363f4d;
}

.black-o-bg {
	background: #232f3e;
}

.transparent-bg {
	background: transparent;
}

.bg-opacity-black-10:before,
.bg-opacity-black-20:before,
.bg-opacity-black-30:before,
.bg-opacity-black-40:before,
.bg-opacity-black-50:before,
.bg-opacity-black-60:before,
.bg-opacity-black-70:before,
.bg-opacity-black-80:before,
.bg-opacity-black-90:before,
.bg-opacity-white-10:before,
.bg-opacity-white-20:before,
.bg-opacity-white-30:before,
.bg-opacity-white-40:before,
.bg-opacity-white-50:before,
.bg-opacity-white-60:before,
.bg-opacity-white-70:before,
.bg-opacity-white-80:before,
.bg-opacity-white-90:before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.bg-opacity-black-10:before {
	background: rgba(0, 0, 0, 0.1);
}

.bg-opacity-black-20:before {
	background: rgba(0, 0, 0, 0.2);
}

.bg-opacity-black-30:before {
	background: rgba(0, 0, 0, 0.3);
}

.bg-opacity-black-40:before {
	background: rgba(0, 0, 0, 0.4);
}

.bg-opacity-black-50:before {
	background: rgba(0, 0, 0, 0.5);
}

.bg-opacity-black-60:before {
	background: rgba(0, 0, 0, 0.6);
}

.bg-opacity-black-70:before {
	background: rgba(0, 0, 0, 0.7);
}

.bg-opacity-black-80:before {
	background: rgba(0, 0, 0, 0.8);
}

.bg-opacity-black-90:before {
	background: rgba(0, 0, 0, 0.9);
}

.bg-opacity-white-10:before {
	background: rgba(255, 255, 255, 0.1);
}

.bg-opacity-white-20:before {
	background: rgba(255, 255, 255, 0.2);
}

.bg-opacity-white-30:before {
	background: rgba(255, 255, 255, 0.3);
}

.bg-opacity-white-40:before {
	background: rgba(255, 255, 255, 0.4);
}

.bg-opacity-white-50:before {
	background: rgba(255, 255, 255, 0.5);
}

.bg-opacity-white-60:before {
	background: rgba(255, 255, 255, 0.6);
}

.bg-opacity-white-70:before {
	background: rgba(255, 255, 255, 0.7);
}

.bg-opacity-white-80:before {
	background: rgba(255, 255, 255, 0.8);
}

.bg-opacity-white-90:before {
	background: rgba(255, 255, 255, 0.9);
}

.bg-1,
.bg-2,
.bg-3,
.bg-4,
.bg-5,
.bg-6,
.bg-7,
.bg-8,
.bg-9,
.bg-10 {
	background-attachment: fixed;
	background-clip: initial;
	background-color: rgba(0, 0, 0, 0);
	background-origin: initial;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
}

.bg-1 {
	background: url("https://d29u17ylf1ylz9.cloudfront.net/images/bg/1.jpg");
}

.bg-2 {
	background: url("https://d29u17ylf1ylz9.cloudfront.net/images/bg/2.jpg");
}

.bg-3 {
	background: url("https://d29u17ylf1ylz9.cloudfront.net/images/bg/3.jpg");
}

.bg-4 {
	background: url("https://d29u17ylf1ylz9.cloudfront.net/images/bg/4.jpg");
}

.bg-5 {
	background: url("https://d29u17ylf1ylz9.cloudfront.net/images/bg/5.jpg");
}

.bg-6 {
	background: url("https://d29u17ylf1ylz9.cloudfront.net/images/bg/6.jpg");
}

.bg-7 {
	background: url("https://d29u17ylf1ylz9.cloudfront.net/images/bg/7.jpg");
}

.bg-8 {
	background: url("https://d29u17ylf1ylz9.cloudfront.net/images/bg/8.jpg");
}

.bg-9 {
	background: url("https://d29u17ylf1ylz9.cloudfront.net/images/bg/9.jpg");
}

.bg-10 {
	background: url("https://d29u17ylf1ylz9.cloudfront.net/images/bg/10.jpg");
}

.pattern-bg {
	background: url("https://d29u17ylf1ylz9.cloudfront.net/images/pattern/pattern-bg.png") repeat;
	background-position: top right;
	background-color: rgba(236, 239, 247, 1);
}

.product-tab-content {}

.product-tab-content .tab-pane {
	display: block;
	height: 0;
}

.product-tab-content .tab-pane.active {
	height: auto;
}

.separator {
	position: relative;
	display: inline-block;
	clear: both;
	background: rgba(0, 0, 0, 0.07) none repeat scroll 0 0;
	bottom: 0;
	height: 1px;
	width: 33%;
}

.separator::before {
	background: #4fc1f0 none repeat scroll 0 0;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 100px;
}

.section-title:hover .separator::before {
	width: 75%;
}

.separator i {
	background: #ECEFF7 none repeat scroll 0 0;
	color: #4fc1f0;
	display: block;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	text-align: center;
	top: -20px;
	width: 40px;
}

.separator span {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #4fc1f0;
	border-radius: 100%;
	display: block;
	height: 10px;
	position: absolute;
	top: -5px;
	width: 10px;
}

.separator i,
.separator span {
	left: 0;
	-webkit-transform: none;
	transform: none;
}

.text-center .separator::before,
.text-center .separator i,
.text-center .separator span {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.text-right .separator::before,
.text-right .separator i,
.text-right .separator span {
	left: auto;
	-webkit-transform: none;
	transform: none;
	right: 0;
}

.socile-icon-tooltip [data-tooltip],
.socile-icon-tooltip .tooltip {
	cursor: pointer;
	position: relative;
}

.socile-icon-tooltip [data-tooltip]::before,
.socile-icon-tooltip [data-tooltip]::after,
.socile-icon-tooltip .tooltip::before,
.socile-icon-tooltip .tooltip::after {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	-webkit-transition: opacity 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24) 0s;
	transition: opacity 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24) 0s;
	transition: opacity 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24) 0s;
	transition: opacity 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24) 0s, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24) 0s;
	visibility: hidden;
}

.socile-icon-tooltip [data-tooltip]:hover::before,
.socile-icon-tooltip [data-tooltip]:hover::after,
.socile-icon-tooltip [data-tooltip]:focus::before,
.socile-icon-tooltip [data-tooltip]:focus::after,
.socile-icon-tooltip .tooltip:hover::before,
.socile-icon-tooltip .tooltip:hover::after,
.socile-icon-tooltip .tooltip:focus::before,
.socile-icon-tooltip .tooltip:focus::after {
	opacity: 1;
	visibility: visible;
}

.socile-icon-tooltip .tooltip::before,
.socile-icon-tooltip [data-tooltip]::before {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 6px solid rgba(0, 0, 0, 0);
	content: "";
	z-index: 1001;
}

.socile-icon-tooltip .tooltip::after,
.socile-icon-tooltip [data-tooltip]::after {
	background-color: #00a9da;
	border-radius: 3px;
	color: #ffffff;
	content: attr(data-tooltip);
	font-size: 14px;
	line-height: 1.2;
	padding: 8px;
	text-align: center;
	width: 100px;
	z-index: 1000;
}

.socile-icon-tooltip [data-tooltip]::before,
.socile-icon-tooltip [data-tooltip]::after,
.socile-icon-tooltip .tooltip::before,
.socile-icon-tooltip .tooltip::after,
.socile-icon-tooltip .tooltip-top::before,
.socile-icon-tooltip .tooltip-top::after {
	bottom: 100%;
	left: 50%;
}

.socile-icon-tooltip [data-tooltip]::before,
.socile-icon-tooltip .tooltip::before,
.socile-icon-tooltip .tooltip-top::before {
	border-top-color: #00a9da;
	margin-bottom: -12px;
	margin-left: -6px;
}

.socile-icon-tooltip [data-tooltip]::after,
.socile-icon-tooltip .tooltip::after,
.socile-icon-tooltip .tooltip-top::after {
	margin-left: -50px;
}

.socile-icon-tooltip [data-tooltip]:hover::before,
.socile-icon-tooltip [data-tooltip]:hover::after,
.socile-icon-tooltip [data-tooltip]:focus::before,
.socile-icon-tooltip [data-tooltip]:focus::after,
.socile-icon-tooltip .tooltip:hover::before,
.socile-icon-tooltip .tooltip:hover::after,
.socile-icon-tooltip .tooltip:focus::before,
.socile-icon-tooltip .tooltip:focus::after,
.socile-icon-tooltip .tooltip-top:hover::before,
.socile-icon-tooltip .tooltip-top:hover::after,
.socile-icon-tooltip .tooltip-top:focus::before,
.socile-icon-tooltip .tooltip-top:focus::after {
	-webkit-transform: translateY(-25px);
	transform: translateY(-25px);
}

#dtail p:not(:first-child){
    margin-top: 15px;
}

.middle-menu-list:after {
	content: '';
	display: table;
	clear: both;
}

.catalog-link {
	padding: 20px;
	display: block;
	line-height: 25px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #515b6b;
	position:relative;
	z-index:999;
}

.catalog-link .fa {
	padding-right: 7px;
}

.vertical-menu .catalog-link:focus {
	color:#fff;
}

.catalog-link:hover{
    background-color:#2b3340;
    color:#fff;
}

#mse2_results {
	margin-bottom: 0!important;
}

#mse2_results:after{
    content:'';
    display: block;
    clear:both;
}

#search_filters_wrapper #search_filters h4 {
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	color: #252525;
	padding-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 20px;
	position: relative
}

.facet-content {
	margin-top: 20px
}

#search_filters .facet .facet-title {
	display: block;
	clear: both;
	color: #000;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 24px;
}

#search_filters .facet .collapse {
	margin: 0;
	background: white
}

#search_filters .facet .collapse li {
	line-height: 25px
}

#search_filters .facet .custom-checkbox input[type="checkbox"]+span {
	margin: -3px 3px 0 0;
	width: 15px;
	height: 15px;
	border: 1px #dadada solid;
	border-radius: 3px
}

#search_filters .facet .custom-checkbox input[type="checkbox"]+span.color {
	border: 0
}

#search_filters .facet .facet-label {
	margin: 5px 0
}

#search_filters .facet .facet-label a {
	color: #363f4d;
	font-size: 13px;
	margin-top: 0
}

#search_filters .facet .facet-label a:hover {
	color: #fed700
}

.facet-dropdown {
	color: #363f4d;
	background: white;
	border: none;
	box-shadow: none
}

.facet-dropdown .select-title {
	border: 1px solid #ebebeb;
	color: #363f4d;
	padding: 10px 15px;
	border-radius: 5px;
	background: #fff;
	background: -moz-linear-gradient(top, white 1%, #f3f3f3 100%);
	background: -webkit-linear-gradient(top, white 1%, #f3f3f3 100%);
	background: linear-gradient(to bottom, #ffffff 1%, #f3f3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0)
}

.facet-dropdown.open>.select-title {
	border: 1px solid #ebebeb;
	background: #fff;
	background: -moz-linear-gradient(top, white 1%, #f3f3f3 100%);
	background: -webkit-linear-gradient(top, white 1%, #f3f3f3 100%);
	background: linear-gradient(to bottom, #ffffff 1%, #f3f3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0)
}

.facet-dropdown .dropdown-menu {
	border: 1px solid #ebebeb;
	background: -moz-linear-gradient(top, white 1%, #f3f3f3 100%);
	background: -webkit-linear-gradient(top, white 1%, #f3f3f3 100%);
	background: linear-gradient(to bottom, #ffffff 1%, #f3f3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
	box-shadow: none
}

.block-categories,
#search_filters {
	box-shadow: none;
	background: transparent;
	padding: 30px 15px;
	border: 1px solid #ebebeb;
	border-radius: 3px
}

.input-inline label span p{
    color:#777;
}

.input-inline label span{
    font-weight:500;
}

.delivery-row > *:not(:first-child){
    margin-top: 20px;
}

.text-align-center {
	text-align: center;
}

.actions-secondary span.comparison {
	width: 33px;
	height: 32px;
	display: inline-block;
}

a.comparison-link {
	border: none!important;
}

.comparison-param,
.comparison-table .field-price {
	font-weight: 500 !important;
}

.comparison-events a.comparison-link {
	background-color: #eee;
	padding: 5px 10px;
	border-radius: 3px;
	color: #777;
}

.comparison-events {
	display: flex;
	flex-direction: column;
}

.comparison-events a.comparison-link.active {
	background: #ff640f!important;
	color: #fff!important;
}

.comparison-events a.comparison-link:not(:first-child) {
	margin-top: 10px;
}

.actions-secondary {
	display: flex;
}

.comparison-head {
	position: relative;
}

.comparison-head .comparison-remove {
	position: absolute;
	top: 15px;
	right: 15px;
}

.comparison-table>tbody>tr:not(:first-child):hover td {
	background-color: #f9f9f9;
}

.styled-checkbox {
	position: absolute;
	opacity: 0;
}

.styled-checkbox+label {
	position: relative;
	cursor: pointer;
	padding: 0;
}

.styled-checkbox+label:before {
	content: '';
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	border: 1px solid #ccc;
}

.min-row .styled-checkbox+label{
    width:25px;
    height:25px;
    flex:0 0 25px;
    margin-right: 10px;
}

.min-row .styled-checkbox+label.disabled{
    display: none;
}

.min-row .styled-checkbox+label:before{
    width:100%;
    height:100%;
    border-radius:100%;
    margin-right: 0;
}

.min-row .styled-checkbox:checked+label:before{
    background-color:#fff;
}

.min-row .styled-checkbox:checked+label:after{
    left:7.5px;
}

.filter-functions > .btn:not(.hidden){
    margin-top: 30px;
}

.checkbox-inp{
        position: absolute;
    width: 19px;
    height: 19px;
    top: 3px;
    left: 3px;
    border-radius:100%;
}

.min-row{
    margin:0 -5px !important;
}

.min-row > *{

}

.styled-checkbox{
    width:0px;
    height:0px;
    opacity:0;
    visibility:hidden;
}

.styled-checkbox:hover+label:before {
	border: 1px solid #ff640f;
}

.styled-checkbox:checked+label:before {
	background: #ff640f;
	border: 1px solid #ff640f;
}

.styled-checkbox:disabled+label {
	color: #b8b8b8;
	cursor: auto;
}

.styled-checkbox:disabled+label:before {
	box-shadow: none;
	background: #ddd;
}

.styled-checkbox:not([type="radio"]):checked+label:after {
	content: '';
	position: absolute;
	left: 4px;
	top: 11px;
	background: white;
	width: 2px;
	height: 2px;
	box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.styled-checkbox[type="radio"]+label:before{
    border-radius:100%;
}

.styled-checkbox[type="radio"]:checked+label:after{
    height: 9px;
    width: 9px;
    background: white;
    content: '';
    position: absolute;
    top: 8px;
    left: 4.5px;
    border-radius:100%;
}

#search_filters>*:not(:first-child) {
	margin-top: 20px;
}

.form-input {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ebebeb;
	border-radius: 0;
	height: 34px;
	width: 100%;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
}

.text-center {
	text-align: center;
}

.text-center .form-input {
	text-align: center;
}

.mse2_number_inputs .form-group:first-child:after {
	position: absolute;
	content: '—';
	right: -6px;
	line-height: 1px;
	top: 50%;
	margin-top: -2px;
}

#mse2_filters .mse2_number_slider {
	margin-bottom: 25px!important;
}

.mse2_number_slider>span {
	margin-left: -7px !important;
}

.product-cart-actions {
	display: flex;
	border: 1px solid #ebebeb;
}

.product-cart-actions>* {
	width: 50%;
	padding: 20px;
}

.product-cart-left {
	text-align: center;
}

.product-cart-right {
	border-left: 1px solid #ebebeb;
	display: flex;
	align-items: center;
	justify-content: center;
}

.add-cart-btn {
	background-color: #ff640f;
	color: #fff;
	font-weight: 500;
	margin-top: 15px;
	padding: 12px 18px;
	border: none;
	font-size: 15px;
	border-radius: 4px;
	cursor:pointer;
}

.add-cart-btn:hover{
    
}

.add-cart-btn:disabled, .addToCart:disabled{
    opacity:.5;
}

.add-cart-btn .fa {
	padding-right: 10px;
}

.list-v .add-cart-btn{
    margin-top: 0;
    margin-bottom: 10px;
    width:100%;
    padding:8px 10px;
}

.list-v .add-cart-btn span:last-child{
    display: none;
}

.product-v2-right{
    width:100%;
    display:flex;
    align-items:center;
    padding:20px;
    border-left: 1px solid #ebebeb;
}

.product-v2-right > div{
    width:100%;
}

.list-v .price{
    font-size:20px;
    display: block;
    text-align:center;
}

.list-v .prev-price{
    text-align:center;
    display: block;
    margin-top: 5px;
    font-size: 15px;
    margin-left: 0;
}

.actions-secondary-2{
    display:flex;
    justify-content:space-between;
}

.actions-secondary-2 a{
    color:#9d9d9d;
}

.product-price {
	font-size: 21px;
	font-weight: 500;
}

.product-old-price {
	color: #c7c7c7;
	font-size: 14px;
	text-decoration: line-through;
}

.product-links {
	display: flex;
	flex-direction: column;
}

.product-links a {
	color: #777;
}

.product-links a.oneClickOrder{
    color:#ff640f;
}

.product-links a.oneClickOrder:hover{
    color:#363f4d;
}

.product-links a i {
	padding-right: 7px;
}

.product-links>*:not(:first-child) {
	margin-top: 5px;
}

.product-head-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.product-head-info h1{
    font-size:21px;
    margin:0;
    line-height:1.3;
}

.product-info-color {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.product-color {
	display: flex;
	align-items: center;
}

.product-color .option-row {
	display: flex;
	flex-wrap:wrap;
}

.product-color .option-label {
	margin-right: 10px;
}

.product-color .option-row a {
	border: 2px solid transparent;
	padding: 4px;
	border-radius: 50%;
	display: block;
}

.product-color .option-row a:not(:last-child) {
	margin-right: 7px;
}

.product-color .option-row a:hover,
.product-color .option-row a.checked {
	border: 2px solid #ff640f;
}

.product-color .option-row span {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: block;
}

span.color-black {
	background-color: #000;
}

span.color-silver {
	background-color: #eeeff1;
}

span.color-gold {
	background-color: #f9e3cc;
}

.pro-desc p:not(:first-child) {
	margin-top: 10px;
}

.product-dil-desc {
	background-color: #f5f5f5;
	padding: 20px;
	margin-top: 20px;
	border-radius: 4px;
}

.pdd-item {
	display: flex;
}

.pdd-item:not(:first-child) {
	margin-top: 20px;
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
}

.pdd-item .ico {
	font-size: 24px;
	margin-right: 15px;
}

.pdd-item a {
	color: #ff640f;
}

.stock-status .in-stock {
	background: #67a506;
	border-radius: 4px;
	font-size: 11px;
	color: #fff;
	padding: 3px 10px;
}

.thumnail-desc{
    overflow:hidden;
}

.btn {
	height: 45px;
	line-height: 45px;
}

.icon-left i {
	padding-right: 6px;
}

.btn-site {
	background-color: #ff640f;
	color: #fff;
	font-weight: 500;
}

.btn-secondary {
	border: 1px solid #e5e5e5;
	color: #444;
	border-radius:5px;
}

.btn-secondary:hover{
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

.modal-header {
	padding: 20px;
}

.modal-body h5 {
	margin-bottom: 5px;
}

.modal-header-secondary {
	border-top: 1px solid #e5e5e5;
}

.modal-header .close {
	margin-top: 0;
	font-weight: 400;
	font-size: 26px;
}

.modal-title {
	display: inline-block;
}

.popup {
	background-color: #fff;
	position: fixed;
	box-shadow: 3px 5px 24px #d0d0d0;
	bottom: -50%;
	z-index: 70;
	left: 0;
	right: 0;
	padding: 20px 0;
}

.compare-bottom-popup a {
	color: #ff640f;
}

.column-row {
	display: flex;
}

.column-row.align-center {
	align-items: center;
}

.column-row.justify-space-between {
	justify-content: space-between;
}

.compare-popup-close {
	width: 60px;
	height: 60px;
	background-color: #f5f5f5;
	text-align: center;
	line-height: 60px;
	font-size: 35px;
	border-radius: 50%;
	cursor: pointer;
	color: #7c7c7c;
}

.compare-product_image {
	margin-right: 30px;
}

.grid-list-top.border-default {
	padding: 15px 30px;
}

.main-shop-page .grid-list-view li {
	vertical-align: middle;
}

.main-shop-page .grid-list-view li a {
	line-height: 18px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

#mse2_tpl li a.active {
	color: #ff640f;
}

#mse2_sort a {
	margin-left: 10px;
	color: #777;
}

#mse2_sort a:not(.active):hover{
    color: #ff640f;
}

#mse2_sort a.active {
	font-weight: 500;
	cursor: pointer;
}

.breadcrumb-list-item .pagination {
	margin: 0;
}

.pagination-outer li {
	display: inline-block;
}

.pagination-outer li:not(:last-child) {
	margin-right: 5px;
}

.pagination-outer li a {
	padding: 3px 12px;
	border: 1px solid #ebebeb;
	display: inline-block;
}

.pagination-outer li.disabled {
	display: none;
}

.pagination-outer li.active a {
	background-color: #ff640f;
	border-color: #ff640f;
	color: #fff;
}

.product-links .msfavorites:not(.voted) span:last-child, .pro-actions-v2 .msfavorites:not(.voted) span:not(.pc):last-child, .msfav-text.msfavorites:not(.voted) span:not(.pc):last-child {
	display: none;
}

.product-links .msfavorites.voted,
.product-links .comparison-remove,
.msfav-text.msfavorites.voted
{
	color: #ff640f;
}

.product-links .msfavorites.voted span:first-child, .msfav-text.msfavorites.voted span:first-child{
	display: none;
}

.ec-rating-stars {
	margin: 0 -5px;
}

.ec-rating-stars span {
	background: none !important;
	width: auto !important;
	height: auto !important;
	float: none !important;
	padding: 0 5px;
}

.ec-rating-stars span:after {
	content: "\f006";
	font: normal normal normal 14px/1 FontAwesome;
	display: inline-block;
	color: #f9ba48;
	line-height: 1;
	vertical-align: top;
}

.ec-rating-stars span.active2:after,
.ec-rating-stars span.active:after {
	content: "\f005";
}

.ec-rating-stars {
	display: flex;
	float: none !important;
}

.ec-stars-post i {
	color: #f9ba48;
}

.ec-rating-1 i:nth-child(-n+1):before {
	content: "\f005";
}

.ec-rating-2 i:nth-child(-n+2):before {
	content: "\f005";
}

.ec-rating-3 i:nth-child(-n+3):before {
	content: "\f005";
}

.ec-rating-4 i:nth-child(-n+4):before {
	content: "\f005";
}

.ec-rating-5 i:nth-child(-n+5):before {
	content: "\f005";
}

.ec-message-post {
	border: 1px solid #ebebeb;
	border-radius: 3px;
	padding: 15px;
}

.ec-message-post:not(:first-child) {
	margin-top: 30px;
}

.attribute-item:not(:last-child) {
	margin-bottom: 5px;
}

.attribute-item .attribute-item_label {
	color: #c7c7c7;
	position: relative;
}

.attribute-item .attribute-item_label:after {
	width: calc(100% - 15px);
	height: 1px;
	background-image: linear-gradient(to right, #c7c7c7 33%, rgba(255, 255, 255, 0) 0%);
	background-position: bottom;
	background-size: 3px 1px;
	background-repeat: repeat-x;
	content: '';
	position: absolute;
	bottom: 8px;
	left: 15px;
	z-index: 1;
}

.attribute-item .attribute-item_label span {
	position: relative;
	z-index: 2;
	background-color: #fff;
	padding-right: 5px;
}

.attributes .h5 {
	margin-bottom: 20px;
}

.attributes hr {
	margin: 20px 0;
	width: 100%;
	height: 1px;
	background-color: #ebebeb;
	border-bottom: 0;
}

.left-menu ul {
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.left-menu ul:not(:first-child) {
	margin-top: 30px;
}

.left-menu ul li a {
	padding: 15px;
	display: block;
}

.left-menu ul li:not(:first-child) a {
	border-top: 1px solid #e6e6e6;
}

.left-menu ul li.active a {
	background-color: #F7F7F7;
}

.container-content p:not(:first-child) {
	margin-top: 20px;
}

.container-content a{
    color: #ff640f;
}

.container-content a:hover{
    text-decoration:underline;
}

.tab-info-content {
	padding: 0 20px;
}

.pay-cards-info {
	background-color: #fff;
	box-shadow: 0px 1px 3px 0px rgba(63, 69, 75, 0.5);
	border-radius: 5px;
	padding: 20px;
}

.icon-left {
	margin-right: 1rem;
}

.main-categories,
.child-categories {
	display: flex;
	margin: 0 -15px;
	flex-wrap: wrap;
	margin-bottom: -30px;
}

.main-categories>*,
.child-categories>* {
	display: flex;
}

.main-categories:before,
.main-categories:after {
	display: none;
}

.main-categories .element {
	display: flex;
	padding: 20px;
	width: 100%;
	margin-bottom: 30px;
}

.main-categories .element .ico {
	flex: 0 0 50px;
	margin-right: 1rem;
}

.main-categories .element .info ul {
	margin-top: 1rem;
}

.main-categories .element .info h5{
    font-size:15px;
    line-height: 20px;
}

.child-categories .element {
	width: 100%;
	margin-bottom: 30px;
	transition-duration: .3s;
}

.child-categories .element .group-title h2 {
	transition-duration: .3s;
	text-transform:none;
	font-weight:500;
	font-size:15px;
	    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.child-categories .element .img-wrapper {
	text-align: center;
}

.child-categories .element .img-wrapper img {
	width: 100px;
}

.child-categories .element-col {
	width: 20%;
	padding: 0 15px;
}

a.absolute {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

.position-relative {
	position: relative;
}

.child-categories .element:hover .group-title h2 {
	color: #ff640f;
}

.child-categories .element:hover {
	border: 1px solid #dcdcdc;
}

.main-right-sidebar{
    position:sticky;
    top:100px;
}

.blog-page-filter ul {
	display: flex;
	justify-content: flex-end;
}

.blog-page-filter ul li {
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	text-transform: uppercase;
}

.blog-page-filter ul li:not(:first-child) {
	margin-left: 40px;
}

.blog-page-filter ul li a {
	color: #aaa;
	position: relative;
}

.blog-page-filter ul li a:after {
	content: '';
	width: 100%;
	position: absolute;
	bottom: -7px;
	width: 0px;
	height: 2px;
	background-color: #ff640f;
	left: 0;
	transition-duration: .3s;
}

.blog-page-filter ul li.active a,
.blog-page-filter ul li a:hover {
	color: #363f4d;
}

.blog-page-filter ul li.active a:after {
	width: 100%;
}

.megamenu {
	display: flex;
	flex-wrap: wrap;
}

.megamenu>ul {
	width: 33.33%;
	flex: 0 0 33.33%;
}

.ram-select {
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0 0 1em 10px;
}

.gs-variant-size-item {
	display: inline-block;
	vertical-align: middle;
	margin-right: 9px;
	margin-bottom: 7px;
	list-style-type: none;
}

.ram-select .gs-variant-size-item a,
.ram-select .gs-variant-size-item span {
	font-size: 11px;
	line-height: 1;
	color: #555555;
	padding: 5px 7px;
	border-radius: 2px;
	background-color: #ffffff;
	border: solid 1px #c4c4c4;
	text-decoration: none !important;
}

.ram-select .gs-variant-size-item span.current {
	border: 1px solid #ff640f;
	cursor: default;
}

body {
	font-family: 'Graphik-Cy';
	font-weight: 400;
	color: #444;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
}

img {
	max-width: 100%;
}

.group-title {
	border-bottom: 1px solid #ebebeb;
	color: #363f4d;
	margin-bottom: 20px;
	padding-bottom: 25px;
	padding-top: 25px;
	position: relative;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.universal-padding {
	padding-left: 15px;
	padding-right: 15px;
}

.universal-margin {
	margin-left: 15px;
	margin-right: 15px;
}

.border-default {
	border: 1px solid #ebebeb;
	border-radius: 3px;
	padding-bottom: 20px;
}

.new-pro-content{
    padding-bottom: 20px;
}

.group-title h2 {
	font-size: 16px;
	font-weight: 500;
}

.title-border {
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 10px;
}

.blog-title {
	display: block;
	font-size: 20px;
	text-transform: none;
	font-weight: 400;
	line-height: 1.3;
	position: relative;
	margin-top: 0;
}

.blog-title a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.zoom {
	position: relative;
	overflow: hidden;
}

.zoom img {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	width: 100%;
}

.zoom img:hover {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

.zoom a::before {
	background: rgba(0, 0, 0, 0.18) none repeat scroll 0 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 100%;
	z-index: 22;
}

.zoom a:hover:before {
	opacity: 1;
}

.popup_wrapper {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	height: 100%;
	opacity: 0;
	position: fixed;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	visibility: hidden;
	width: 100%;
	z-index: 9999999;
}

.test {
	background: #fff none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding: 25px 50px;
	position: absolute;
	right: 0;
	top: 0;
	max-width: 790px;
	height: 390px;
}

.popup_off {
	background: hsl(0, 0%, 40%) none repeat scroll 0 0;
	border: 1px solid hsl(0, 0%, 100%);
	color: hsl(0, 0%, 100%);
	cursor: pointer;
	display: block;
	font-size: 11px;
	font-weight: 500;
	height: 25px;
	line-height: 25px;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	top: -26px;
	-webkit-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
	width: 75px;
}

.popup_off:hover {
	background: #1a1a1a;
}

.subscribe-form-group {
	margin-top: 15px;
}

.subscribe-form-group input {
	background: hsl(0, 0%, 92%) none repeat scroll 0 0;
	border: 0 none;
	color: #999;
	height: 41px;
	line-height: 20px;
	padding: 0 20px;
	width: 380px;
}

.subscribe_area p {
	font-size: 14px;
	color: #888;
}

input#newsletter-permission {
	width: 12px;
}

.subscribe-form-group button {
	background: #d8d8d8 none repeat scroll 0 0;
	border: 0 none;
	color: #333;
	display: block;
	font-size: 12px;
	font-weight: 500;
	line-height: 38px;
	margin: 20px auto;
	padding: 2px 20px 0;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.subscribe-form-group button:hover {
	background: #ff640f;
	color: #fff;
}

.subscribe_area h2 {
	font-size: 35px;
	font-weight: 400;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.header-list-menu>li>span {
	display: inline-block;
	font-size: 13px;
	margin-top: 10px;
	margin-right: 10px;
	padding-right: 10px;
}

.header-list-menu>li i {
	color: #ff640f;
	font-size: 13px;
	margin-right: 5px;
	vertical-align: middle;
}

.header-list-menu>li,
.middle-menu-list>li {
	float: left;
	position: relative;
}

.header-list-menu>li>a,
.homeo-2 .ht-dropdown.megamenu li a {
	color: #363f4d;
	display: block;
	font-size: 12px;
	padding: 10px 10px 10px 0;
	text-transform: capitalize;
}

.header-list-menu>li:hover>a,
.header-list-menu>li>ul.ht-dropdown>li:hover a,
.megamenu-three-column>ul>li ul>li:hover>a,
.catergorie-product .single-product .pro-content .pro-title a:hover,
.cat-list li a:hover,
.middle-menu-list>li>ul.ht-dropdown>li:hover>a {
	color: #ff640f;
}

.header-top-left .header-list-menu li a i,
.middle-menu-list>li a i {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	vertical-align: inherit;
	font-size: 14px;
	margin-left: 4px;
}

.header-list-menu.right-menu li>a:first-child {
	padding-right: 0;
}

.ht-dropdown {
	background: #fff;
	left: 0;
	opacity: 0;
	padding: 10px 20px;
	position: absolute;
	top: 100%;
	-webkiit-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	width: 150px;
	text-align: left;
	visibility: hidden;
	z-index: 3;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

.ht-dropdown.dropdown-style-two {
	left: auto;
	right: 0;
}

.header-list-menu>li:hover>ul.ht-dropdown,
.vertical-menu-list>li:hover ul.ht-dropdown,
.cart-box>ul>li:hover ul.ht-dropdown,
.middle-menu-list>li:hover>ul.ht-dropdown,
.cart-box>ul>li.search-bar-xs:hover .ht-dropdown {
	visibility: visible;
	-webkiit-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
}

.cart-box>ul>li.search-bar-xs .ht-dropdown {
	padding: 0;
	width: 300px;
	right: 0;
	left: auto;
}

.header-list-menu>li>ul.ht-dropdown>li>a,
.middle-menu-list>li>ul.ht-dropdown>li>a {
	font-size: 13px;
	padding: 5px 0;
	line-height: 24px;
	display: block;
	text-transform: capitalize;
	text-align: left;
	color: #888;
	font-weight: 400;
}

.header-list-menu>li>ul.ht-account {
	left: auto;
	right: 0;
}

.middle-menu-list>li>ul.ht-dropdown {
	width: 200px;
}

.header-sticky.sticky {
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1049;
}

.sticky-logo {
	display: none;
}

.sticky .sticky-logo {
	display: block;
	margin-top: 14px;
}

.logo {
	padding: 22px 0;
}

.logo img {
    width:auto;
	max-width: 100%;
}

.header-middle.white-bg.header-sticky.sticky .logo {
	padding: 12px 0;
}

.header-middle.white-bg.header-sticky.sticky .middle-menu-list>li>a {
	padding: 20px 0 20px 30px;
}

.middle-menu-list>li>a {
	background: transparent none repeat scroll 0 0;
	color: #363f4d;
	display: block;
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
	padding: 30px 0 30px 30px;
}

.vertical-menu-list>li:hover>a{
    color:#222;
        background-color: #f4f4f4;
}

.middle-menu-list>li:hover a,
.pro-content .pro-title:hover a,
.single-footer li:hover a,
.category-sub li:hover a {
	color: #ff640f;
}

.mobile-menu {
	position: relative;
}

.mean-container a.meanmenu-reveal {
	background: transparent none repeat scroll 0 0;
	color: #8d98aa;
	height: auto;
	padding: 0;
	top: -48px;
}

.mean-container .mean-bar {
	background: inherit;
	left: 0;
	min-height: 0;
	padding: 0;
	position: absolute;
	z-index: 9999;
}

.mean-container .mean-nav {
	background: hsl(217, 18%, 26%) none repeat scroll 0 0;
	margin-top: 0;
	max-height: 255px;
	overflow-y: auto;
}

.mean-container a.meanmenu-reveal span {
	background: #8d98aa none repeat scroll 0 0;
	height: 3px;
	margin-top: 4px;
}

.mean-container .mean-nav ul li a.mean-expand {
	height: 25px;
}

.mean-container .mean-nav ul li a {
	font-size: 13px;
}

.mean-container .mean-nav ul li a {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	padding: 13px 5%;
}

.mean-container .mean-nav ul li a.mean-expand:hover,
.mean-container .mean-nav ul li a.mean-expand.mean-expand.mean-clicked {
	background: #363f4d;
}

.mean-container .mean-nav ul li a.mean-expand {
	border-color: currentcolor currentcolor hsla(0, 0%, 100%, 0.2) hsla(0, 0%, 100%, 0.3);
}

.header-bottom.black-bg.hidden-xs {
	padding: 10px 0;
}

.menu-hidden {
	display: none;
}

.vertical-menu {
	width: 100%;
}

.vertical-menu.active {
	z-index: 150;
}

.header-bottom,
.vertical-menu {
	position: relative;
}

.vertical-menu,
.search-box-view {
	position: relative;
}

.vertical-menu-list {
	border-top:0;
	background: #fff none repeat scroll 0 0;
	left: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 999;
	padding:15px 0;
}
.vertical-menu-list>li{
    padding:0 15px;
}
.vertical-menu-list>li>a,
.category-menu li a {
	color: #222;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	overflow-wrap: break-word;
	padding: 12px 15px;
	position: relative;
	text-align: left;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.vertical-menu-list>li>a:hover {
	border-radius: 4px;
	background-color: #f4f4f4;
	color:#222;
}

.vertical-menu-list>li>a img {
	width: 25px;
	margin-right: 1rem;
	height: 25px;
}

.category-menu li.has-sub>a {
	text-align: center;
}

.category-menu li.has-sub a>span {
	width: 0;
}

.vertical-menu-list>li>a:after {
	width: 20px;
	height: 20px;
	content: '';
	background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2224%22%20height=%2224%22%3E%3Cpath%20fill-opacity=%22.87%22%20fill-rule=%22evenodd%22%20d=%22M10.007%2019.997l-1.414-1.414L15.176%2012%208.593%205.417l1.414-1.414L18.004%2012z%22/%3E%3C/svg%3E');
	background-size: contain;
	opacity: .2;
	top: 50%;
	margin-top: -10px;
	right: 15px;
	position: absolute;
}

.vertical-menu-list>li ul.megamenu {
	min-height: 521px;
	background: #fff none repeat scroll 0 0;
	left: 100%;
	padding: 20px;
	top: 0;
	width: 991px;
	border-top:0;
	border:1px solid rgba(0,0,0,.09);
}


/** NEW VERSION **/

.vertical-menu-list>li ul{
    position: absolute;
    top: 0;
    left:100%;
    opacity:0;
    width: fit-content;
    visibility:hidden;
    background-color:#fff;
    min-height:100%;
    border-left:1px solid #f4f4f4;
}

.vertical-menu-list li:hover>ul{
    opacity:1;
    visibility:visible;
}

.vertical-menu-list>li>ul>li img{
    display:inline-block;
    margin-right: 7px;
}

.vertical-menu-list>li>ul li a{
    white-space:nowrap;
    padding:10px 25px;
    border-bottom:1px solid #f4f4f4;
    display: block;
    position: relative;
}

.vertical-menu-list>li>ul li:hover > a{
    color: #ff640f;
}

.vertical-menu-list>li>ul li.dropmenu > a{
    padding-right: 60px;
}

.vertical-menu-list>li>ul li.dropmenu > a:after{
    width: 20px;
	height: 20px;
	content: '';
	background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2224%22%20height=%2224%22%3E%3Cpath%20fill-opacity=%22.87%22%20fill-rule=%22evenodd%22%20d=%22M10.007%2019.997l-1.414-1.414L15.176%2012%208.593%205.417l1.414-1.414L18.004%2012z%22/%3E%3C/svg%3E');
	background-size: contain;
	opacity: .2;
	top: 50%;
	margin-top: -10px;
	right: 15px;
	position: absolute;
}

/** END NEW VERSION **/

.vertical-menu-list>li ul.megamenu-four {
	width: 383px;
}

.megamenu-four .megamenu-three-column>ul>li {
	width: 44%;
}

.megamenu-three-column>ul>li {
	float: left;
	margin-right: 20px;
	padding-right: 0;
	width: 29.33%;
}

.megamenu-three-column>ul>li:last-child {
	border-right: none;
}

.megamenu-three-column h3 {
	border-bottom: 2px solid #f1f1f1;
	color: #444;
	font-family: "Rubik", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 8px;
	padding-bottom: 6px;
	text-transform: uppercase;
}

.megamenu-three-column>ul>li ul>li>a {
	color: #404040;
	display: block;
	font-size: 13px;
	line-height: 20px;
	padding: 3px 0;
	text-transform: capitalize;
}

.mega-image ul li:not(:last-child) {
	border-bottom: 2px solid #e5e5e5;
}

.category-menu>ul>li>a:hover {
	cursor: pointer;
}

.category-menu>ul>li>ul.category-sub {
	display: none;
}

.vertical-menu-list>li span,
.category-sub li span {
	display: inline-block;
	width: 35px;
}

.category-sub li span {
	float: left;
	margin-top: 14px;
}

.vertical-menu>span {
	background: #ff640f none repeat scroll 0 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: 500;
	margin: 0;
	padding: 11px 30px 12px;
	position: relative;
	text-transform: uppercase;
}

.vertical-menu>span::after,
.search-box-view .submit::before {
	content: "";
	font-family: "FontAwesome";
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	right: 16px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.search-box-view .email {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #eee;
	border-radius: 5px;
	color: #888;
	float: left;
	font-size: 13px;
	font-weight: 400;
	height: 49px;
	line-height: 45px;
	padding: 0 50px 0 20px;
	position: relative;
	width: calc(100% - 10px);
}

.search-box-view .submit:before {
	content: "\f002";
}

.search-box-view .submit {
	background: #ff640f none repeat scroll 0 0;
	border: medium none;
	border-radius: 5px;
	color: #fff;
	cursor:pointer;
	float: left;
	font-size: 16px;
	font-weight: 400;
	height: 49px;
	line-height: 49px;
	position: absolute;
	right: 0;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 49px;
}

.search-box-view .submit:hover {
	background: #ea3a3c;
}

.main-cart-box {
	padding: 30px;
}

.cart-box ul li {
	position: relative;
	display: inline-block;
}

.cart-box ul li a span {
	background: #ea3a3c none repeat scroll 0 0;
	border-radius: 100%;
	color: #fff;
	font-size: 10px;
	font-weight: 500;
	height: 18px;
	line-height: 19px;
	position: absolute;
	right: 0px;
	text-align: center;
	text-transform: capitalize;
	top: 12px;
	width: 18px;
}

.cart-box ul li:not(:nth-child(3)) a span {
	width: 15px;
	height: 15px;
	line-height: 15px;
	font-size: 9px;
	right: -5px;
}

.cart-box>ul>li>a {
	color: #8d98aa;
	display: inline-block;
	font-size: 25px;
	line-height: 29px;
	margin: 0;
	padding: 10px 0 10px 15px;
}

.cart-box>ul>li:hover>a {
	color: #ff640f;
}

.cart-text {
	display: block;
	font-weight: 700;
	line-height: 20px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}

.cart-counter {
	color: #fff;
	font-size: 11px;
	font-weight: 400;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	text-align: center;
	line-height: 15px;
}

.main-cart-box {
	width: 278px;
	left: auto;
	right: 0;
}

.single-cart-box {
	overflow: hidden;
	position: relative;
	margin-bottom: 18px;
}

.cart-img {
	width: 35%;
	float: left;
	padding-right: 10px;
	position: relative;
}

.cart-img img {
	max-width: 100%;
}

.cart-content {
	float: left;
	width: 65%;
	padding: 0 15px 15px 0;
}

.cart-content span {
	color: #888;
	font-size: 12px;
}

.cart-content h6 {
	color: #333;
	font-size: 13px;
	margin-bottom: 10px;
	line-height: 1.4;
	text-transform: capitalize;
	font-weight: normal;
	    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.cart-footer .h5 {
	font-size: 14px;
	padding: 15px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	color: #555;
}

.cart-footer .h5 span {
	color: #ea3a3c;
	font-size: 15px;
	font-weight: 500;
}

.cart-actions a {
	border-radius: 5px;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	padding: 12px 0;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.checkout {
	background: #ea3a3c;
	color: #fff;
}

.checkout:hover {
	background-color: #ff640f;
	border-color: transparent;
	color: #fff;
}

.del-icone {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 45;
	color: #666;
	padding: 0;
	border: none;
	background: none;
}

.del-icone:hover {
	color: #333;
}

.slider-image img {
	width: 100%;
}

.nivo-caption p {
	padding: 0;
}

.slider-text {
	left: 70px;
	position: absolute;
	top: 46%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slider-text h1,
.slider-text h1 span {
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 300;
	color: #222;
	line-height: 60px;
}

.slider-text h1 span {
	font-weight: 700;
}

.slider-text h5 {
	font-size: 20px;
	color: #ff640f;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 18px;
	margin: 20px 0 15px 0;
	display: inline-block;
}

.slider-text p {
	font-size: 60px;
	font-weight: 700;
	color: #222;
	line-height: 60px;
	margin-bottom: 25px;
}

.slider-text p span {
	font-size: 40px;
}

.slider-text a {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	padding: 15px 20px;
	background: #0162bd;
	position: absolute;
}

.slider-text a:hover {
	background: #ff640f;
}

.slider-wrapper.theme-default {
	position: relative;
}

.nivo-caption {
	padding: 0;
}

.nivo-controlNav {
	padding: 0;
	position: absolute;
	z-index: 12;
	bottom: 15px;
	width: 100%;
}

.nivo-controlNav a {
	font-size: 0;
	cursor: pointer;
	width: 12px;
	height: 12px;
	background: rgba(0,0,0,.3);
	margin: 0 7px;
	display: inline-block;
	line-height: 12px;
	border-radius: 50%;
}

.nivo-controlNav a.active {
	background:#ff640f;
}

.single-banner img {
	width: 100%;
}

.slider-right-content {
	border: 1px solid #eee;
}

.slider-right-content .single-product {
	overflow: hidden;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 20px 15px;
	width: 100%;
}

.slider-right-content .single-product:last-child {
	border-bottom: 0px solid #eee;
}

.slider-right-content .last .single-product {
	border-right: 0px solid #eee;
}

.slider-right-content .pro-img {
	float: left;
	width: 109px;
}

.slider-right-content .pro-content {
	overflow: hidden;
}

.slider-right-content .single-product:hover .pro-content, .single-product.single-product-v2:hover .pro-content{
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

@media screen and (min-width:992px){
    
    .single-product.single-product-main:hover .pro-content .product-rating + p{
        opacity:0;
    }
    
}

.slider-right-content .pro-content .pro-title {
	margin: 5px 0;
	margin-top: 0;
	font-weight: 400;
	text-transform: capitalize;
}

.slider-right-content .pro-content .pro-title a {
	font-size: 13px;
}

.slider-right-content .pro-content .pro-title {
	color: #363f4d;
}

.slider-right-content .pro-content .product-rating {
	margin-bottom: 10px;
}

.pro-content .product-rating + p{
    margin-top: 0 !important;
}

.slider-right-content .pro-content .product-rating i,
.product-rating i {
	color: #f9ba48;
	font-size: 14px;
	line-height:1;
}

.price {
	font-size: 14px;
	font-weight: 500;
}

#msOrder {
	margin-top: 0!important;
}

#msCart .old_price {
	font-size: 12px;
	color: #bfbfbf !important;
}

.prev-price {
	color: #a4a4a4;
	font-size: 12px;
	font-weight: normal;
	margin-left: 8px;
}

.single-product_badges {
    position: absolute;
    top: 20px;
    right: 15px;
    text-align: right;
    z-index:5;
}

.list-v .single-product_badges > *:not(:first-child){
        margin-top: 0;
    }

    .list-v .single-product_badges > *{
        margin-right: 4px;
        margin-bottom: 4px;
    }
    
    .list-v .single-product_badges{
        position: unset;
        display: flex;
        flex-wrap: wrap;
    }

.item-badge{
    line-height:1;
}

.single-product_badges > *:not(:first-child) {
    margin-top: 2px;
}

.single-product_badges span.new{
        background-color: #78b72f;
}

.single-product_badges span.popular{
        background-color: #f33232;
}

.single-product_badges span.sale{
        background-color: #2399cb;
}

.list-v .product-stickers{
    margin-bottom: 10px;
}

.list-v .sticker-new,
.list-v .sticker-sale{
    position: inherit;
    display:inline-block;
    top: 0;right: 0;
}

.sticker-new {
	background: #78b72f;
}

.sticker-sale {
	background: #31a2e2;
}

.main-multi-product .owl-nav div,
.new-pro-active .owl-nav div,
.deal-pro-active .owl-nav div,
.best-selling-pro .owl-nav div,
.popular-cat-active .owl-nav div,
.random-pro-active .owl-nav div,
.testimonial__container .dcare-arrow,
.home-2-new-pro-active .owl-nav div,
.home-2 .best-seller-pro .owl-nav div,
.deal-pro-three-active .owl-nav div,
.best-selling-items .owl-nav div,
.recommend-slider .owl-nav div,
.best-seller-unique .owl-nav div {
	background: #f1f1f1;
	border: 1px solid #ebebeb;
	color: #c2c4c3;
	height: 26px;
	width: 26px;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	border-radius: 3px;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.main-multi-product .owl-nav div {
	opacity: 0;
}

.main-multi-product:hover .owl-nav div {
	opacity: 1;
}

.main-multi-product .owl-nav div:not(.disabled):hover,
.new-pro-active .owl-nav div:not(.disabled):hover,
.deal-pro-active .owl-nav div:not(.disabled):hover,
.best-selling-pro .owl-nav div:not(.disabled):hover,
.recommend-slider .owl-nav div:not(.disabled):hover,
.popular-cat-active .owl-nav div:not(.disabled):hover,
.random-pro-active .owl-nav div:not(.disabled):hover,
.testimonial__container .dcare-arrow:hover,
.home-2-new-pro-active .owl-nav div:not(.disabled):hover,
.home-2 .best-seller-pro .owl-nav div:not(.disabled):hover,
.deal-pro-three-active .owl-nav div:not(.disabled):hover,
.best-selling-items .owl-nav div:not(.disabled):hover {
	border-color: #ff640f;
	background: #ff640f;
	color: #fff;
}

.main-multi-product .owl-nav div.owl-next,
.new-pro-active .owl-nav div.owl-next,
.deal-pro-active .owl-nav div.owl-next,
.recommend-slider .owl-nav div.owl-next,
.best-selling-pro .owl-nav div.owl-next,
.popular-cat-active .owl-nav div.owl-next,
.random-pro-active .owl-nav div.owl-next,
.testimonial__container .dcare-arrow.dcare-next,
.home-2-new-pro-active .owl-nav div {
	left: auto;
	right: 0;
}

.new-pro-active .owl-nav div,
.deal-pro-active .owl-nav div,
.recommend-slider .owl-nav div,
.best-selling-pro .owl-nav div,
.popular-cat-active .owl-nav div,
.random-pro-active .owl-nav div,
.testimonial__container .dcare-arrow,
.home-2-new-pro-active .owl-nav div,
.home-2 .best-seller-pro .owl-nav div,
.deal-pro-three-active .owl-nav div,
.best-selling-items .owl-nav div,
.best-selling-items .owl-nav div,
.best-seller-unique .owl-nav div {
	background: transparent;
	top: -73px;
	right: 33px;
	left: auto;
}

.home-2-new-pro-active.home-2-new-customize .owl-nav div {
	top: -56px;
}

.deal-pro-active .owl-nav div,
.testimonial__container .dcare-arrow,
.home-2 .best-seller-pro .owl-nav div,
.deal-pro-three-active .owl-nav div,
.best-selling-items .owl-nav div,
.random-pro-active .owl-nav div,
.recommend-slider .owl-nav div,
.popular-cat-active .owl-nav div,
.new-pro-active.new-upsell-pro .owl-nav div,
.best-seller-unique .owl-nav div {
	top: -53px;
}

.best-selling-pro .owl-nav div,
.new-pro-active.more-e-pro .owl-nav div,
.home-2-new-pro-active .owl-nav div {
	top: -57px;
}

.new-pro-active .owl-nav div,
.popular-cat-active .owl-nav div,
.home-2-new-pro-active .owl-nav div,
.home-2 .best-seller-pro .owl-nav div {
	right: 48px;
}

.deal-pro-three-active .owl-nav div,
.new-pro-active.new-upsell-pro .owl-nav div,
.best-seller-unique .owl-nav div {
	right: 33px;
}

.new-pro-active .owl-nav div.owl-next,
.popular-cat-active .owl-nav div.owl-next,
.home-2-new-pro-active .owl-nav div.owl-next,
.home-2 .best-seller-pro .owl-nav div.owl-next,
.best-seller-unique .owl-nav div.owl-next {
	right: 15px;
}

.best-seller-pro .owl-nav div.owl-next,
.deal-pro-three-active .owl-nav div.owl-next,
.new-pro-active.new-upsell-pro .owl-nav div.owl-next,
.best-seller-unique .owl-nav div.owl-next {
	right: 0;
}

.new-products .product-list li,
.best-selling-items .product-list li {
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	position: relative;
}

.new-products .product-list li:not(:first-child), .best-selling-items .product-list li:not(:first-child){
    margin-left: 40px;
}

.new-products .product-list li a,
.best-selling-items .product-list li a {
	color: #aaa;
	display:inline-block;
}

.product-list li.active a,
.best-selling-items .product-list li.active a {
	color: #363f4d;
}

.new-products .product-list {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 20px;
	padding: 25px 0 20px 0;
}

.single-product {
	position: relative;
	background: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.pro-img {
	position: relative;
	padding: 25px;
}

.pro-img img {
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.pro-img .secondary-img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	opacity: 0;
	padding: 25px;
}

.random-pro-active .pro-img .secondary-img,
.random-pro-active .pro-img,
.deal-mini .pro-img,
.deal-mini .pro-img .secondary-img {
	padding: 0 10px;
}

.single-product:hover .pro-img .secondary-img {
	opacity: 0;
}

.pro-content {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
	z-index: 66;
}

.single-product:hover .pro-content {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	z-index: 22;
	position: relative;
}

.pro-content .pro-title{
    min-height:45px;
}

.pro-content .pro-title a {
	color: #363f4d;
	font-size: 14px;
	line-height: 21px;
	font-weight: normal;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.list-v .pro-content .pro-title{
	min-height: auto;
	margin-top: 0;
}

.deal-pro-active {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.deal-pro-active .pro-content .pro-title a {
	min-height: auto;
}

.pro-content .product-rating {
	margin-bottom: 5px;
	line-height:1;
}

.new-pro-active .owl-item,
.best-selling-pro .owl-item,
.home-2-new-pro-active .owl-item {
	border-right: 1px solid hsl(0, 0%, 93%);
	padding: 16px 15px;
}

.pro-actions {
	bottom: 1px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
	z-index: 99;
}

.new-pro-active .owl-item.owl-item.active.last,
.best-selling-pro .owl-item.owl-item.last.active {
	border-right: none;
}

.single-product:hover .pro-actions {
	opacity: 1;
	visibility: visible;
}

.actions-primary a,
.actions-secondary a {
	display: inline-block;
}

.actions-secondary a {
	margin-left: 5px;
}

.actions-primary a,
.actions-secondary a,
.actions-primary button,
.product-add-to-cart button {
	background: #363f4d none repeat scroll 0 0;
	border-radius: 5px;
	color: #fff;
	border: none;
	display: inline-block;
	font-size: 13px;
	cursor:pointer;
	height: 32px;
	line-height: 32px;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
	width: 115px;
}

.actions-secondary a {
	display: block;
}

.actions-primary a:hover,
.actions-secondary a:hover,
.actions-primary button:hover,
.actions-secondary a.voted,
.product-add-to-cart button:hover,
.actions-secondary a.comparison-remove {
	background: #ff640f;
	color: #fff;
}

.actions-secondary a.voted i:before {
	content: "\f004";
}

.actions-secondary a {
	width: 33px;
}

.double-product .single-product {
	border-bottom: 1px solid hsl(0, 0%, 93%);
	padding: 25px 0;
}

.double-product .single-product:last-child {
	border-bottom: 0px solid #dddd;
	padding-bottom: 0;
}

.random-pro-active.slider-right-content .single-product {
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 0px solid transparent;
}

.random-pro-active.slider-right-content .single-product:last-child {
	border-bottom: 0px solid #eee;
}

.random-pro-active.slider-right-content .owl-item:not(.active)+.owl-item.active .single-product,
.random-pro-active.slider-right-content .owl-item.active:first-child .single-product {
	border-left: 0px solid #eee;
}

.deal p+p {
	color: #7a7a7a;
	margin: 15px 0 20px;
}

.deal .price {
	display: inline-block;
	font-size: 18px;
	margin: 13px 0;
}

.deal .prev-price {
	font-size: 14px;
	font-weight: 500;
}

.deal .pro-img {
	overflow: hidden;
	padding: 30px 75px 40px;
}

.deal .pro-content {
	padding: 0;
}

.deal .pro-img .pro-actions {
	-ms-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-o-justify-content: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.deal .single-product:hover .pro-actions {
	bottom: 20px;
}

.deal .single-product:hover .pro-content {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.count {
	display: inline-block;
	margin-right: 10px;
	text-align: center;
}

.count p {
	background: #ff640f none repeat scroll 0 0;
	border-radius: 4px 23px 22px 18px;
	color: #fff;
	font-size: 14px;
	height: 47px;
	line-height: 47px;
	position: relative;
	width: 47px;
}

.count span {
	background: #fff none repeat scroll 0 0;
	color: #888;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	width: 100%;
}

.best-selling-items .product-list {
	padding-right: 50px;
}

.best-selling-items .product-list li {
	font-size: 13px;
	font-weight: normal;
	text-transform: capitalize;
}

.single-categorie img {
	width: 100%;
}

.single-categorie h3 {
	color: #363f4d;
	font-size: 15px;
	font-weight: 500;
	margin: 20px 0;
}

.single-categorie li a {
	color: #7a7a7a;
	font-size: 13px;
	line-height: 20px;
	display:inline-block;
}

.single-categorie .cat-link {
	background: #363f4d none repeat scroll 0 0;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	margin-top: 30px;
	padding: 5px 30px;
}

.single-categorie li a:hover {
	color: #ff640f;
}

.single-categorie a.cat-link:hover {
	color: #fff;
	background: #ff640f;
}

.brand-banner.owl-carousel .owl-item img {
	max-width: 100%;
}

.categorie-content {
	padding-bottom: 30px;
}

.brand-banner {
	border-top: 1px solid #ebebeb;
}

.brand-banner.owl-carousel .single-brand {
	text-align: center;
}

.brand-banner.owl-carousel .single-brand img {
	display: block;
	width: auto;
	margin: 0 auto;
	height:30px;
}

.popular-cat-active .owl-carousel .owl-item img {
	width: 100%;
}

.main-pop-cat .pop-cat-img {
	float: left;
	width: 200px;
}

.main-pop-cat .pop-cat-img a {
	display: block;
}

.main-pop-cat h4 {
	line-height: 18px;
}

.main-pop-cat h4 a {
	font-size: 14px;
	font-weight: 500;
	text-transform: initial;
}

.main-pop-cat h4 a:hover {
	color: #ff640f;
}

.pop-cat-content {
	padding-left: 20px;
	overflow: hidden;
}

.pop-cat-content span {
	display: block;
	font-size: 13px;
	margin: 18px 0 12px;
}

.pop-cat-content .pop-link {
	display: inline-block;
	font-size: 13px;
}

.popular-cat-active .dual-pop-pro .main-pop-cat:first-child {
	margin-bottom: 30px;
}

.single-comments .desc {
	line-height: 25px;
}

.slick-initialized .slick-slide {
	outline: none;
}

.single-comments .email {
	margin: 10px 0;
	text-transform: capitalize;
}

.single-comments .name {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 12px;
}

.thumb_active {
	margin: 30px auto 10px;
	width: 320px;
}

.testimonial__container .slick-slide img {
	display: inline-block;
	max-width: 100%;
}

.testimonial__img span img {
	position: relative;
}

.tes__img__slide.slick-initialized .slick-slide {
	outline: none!important;
}

.testimonial__container .tes__img__slide .testimonial__img span::after {
	background: rgba(238, 236, 237, 0.79) none repeat scroll 0 0;
	border-radius: 100%;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.testimonial__container .tes__img__slide .testimonial__img.slick-active.slick-center span::after {
	display: none;
}

.testimonial__container .tes__img__slide .testimonial__img span {
	border: 3px solid #fff;
	border-radius: 100%;
	display: inline-block;
	height: 84px;
	margin: 5px;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 84px;
}

.testimonial__container .tes__img__slide .testimonial__img.slick-active.slick-center span,
.testimonial__container .tes__img__slide .testimonial__img span:hover {
	border-color: #ff640f;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.single-policy.po-1:before {
	background: url("/assets/theme/img/icon/1.png")no-repeat center center;
}

.single-policy.po-2:before {
	background: url("/assets/theme/img/icon/2.png")no-repeat center center;
}

.single-policy.po-3:before {
	background: url("/assets/theme/img/icon/3.png")no-repeat center center;
}

.single-policy.po-4:before {
	background: url("/assets/theme/img/icon/4.png")no-repeat center center;
}

.policy-conditions {
	position: relative;
}

.single-policy::before {
	content: "";
	height: 50px;
	left: 15px;
	position: absolute;
	top: -3px;
	width: 48px;
}

.single-policy.po-1::after,
.single-policy.po-2::after,
.single-policy.po-3::after {
	background: #e1e1e1;
	content: "";
	height: 100%;
	position: absolute;
	right: -15px;
	top: 0;
	width: 1px;
}

.policy-desc {
	padding-left: 85px;
}

.main-policy {
	background: #faf6d8 none repeat scroll 0 0;
	border-radius: 5px;
	padding: 40px 30px;
}

.single-policy h3 {
	font-size: 14px;
	font-weight: 500;
	margin: 5px 0;
	text-transform: capitalize;
}

.single-policy p {
	color: #959595;
	font-size: 13px;
	margin-bottom: 0;
}

.random-product .slider-right-content,
.deal-mini .slider-right-content {
	border: none;
}

.deal-mini .slider-right-content .single-product {
	padding-top: 0;
	padding-bottom: 0;
}

.news-desc {
	position: relative;
	padding-left: 0px;
}

.newsletter {
	background: #37475a none repeat scroll 0 0;
	margin-top: 38px;
	padding: 44px 0;
}

.news-desc .h3 {
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 10px;
	margin-top: 0;
}

.news-desc .h3 span {
	color: #ff640f;
	font-weight: 500;
}

.news-desc p {
	color: #fff;
}

.newsletter-box .subscribe {
	border: 0 none;
	border-radius: 5px;
	color: #666;
	height: 50px;
	line-height: 50px;
	padding: 0 130px 0 20px;
	position: relative;
	width: 100%;
	background: #fff;
}

.newsletter-box {
	margin-top: 4px;
	position: relative;
}

.newsletter-box .submit {
	background: #ff640f none repeat scroll 0 0;
	border: 0 none;
	border-radius: 0 5px 5px 0;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	height: 50px;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	width: 120px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.newsletter-box .submit:hover {
	background: #ea3a3c;
}

.single-footer .footer-title {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 28px;
	text-transform: uppercase;
}

.footer-content p {
	color: #fff;
}

.footer-content span {
	color: hsl(216, 15%, 65%);
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	margin: 15px 0;
}

.footer-content ul li:not(:last-child) {
	line-height: 30px;
}

.footer-content ul li a {
	color: #fff;
	font-size: 14px;
}

.footer-content ul li:hover a {
	padding-left: 10px;
}

.footer-bottom p,
.footer-bottom p a {
	color: #fff;
}

.footer-bottom p a{
    text-decoration:underline;
}
.footer-bottom p.small-text{
    line-height:1.2;
}

.footer-link-list li {
	color: #5b697b;
	margin-bottom: 8px;
}

.footer-middle-content {
	border-top: 1px solid #2d3846;
	border-bottom: 1px solid #2d3846;
}

.footer-link-list li span.title {
	background: #37475a none repeat scroll 0 0;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	margin-right: 10px;
	padding: 10px 32px 10px 17px;
}

.footer-link-list li a {
	color: hsl(216, 15%, 65%);
	font-size: 13px;
	text-decoration: none;
}

.footer-link-list li a:hover {
	color: #fff;
}

.footer-bottom-content p a:hover {
	color: #ff640f;
}

.footer-social-content li {
	display: inline-block;
}

.footer-social-content li a {
	background: #37475a none repeat scroll 0 0;
	border-radius: 5px;
	color: #ddd;
	display: block;
	height: 40px;
	line-height: 43px;
	margin-left: 5px;
	text-align: center;
	text-decoration: none;
	width: 40px;
}

.footer-social-content li a:hover {
	background: #ff640f;
	color: #fff;
}

.breadcrumb-area .breadcrumb {
	background-color: #f5f5f5;
	margin-bottom: 0;
	padding: 25px 15px;
}

.breadcrumb-area .breadcrumb li.active a,
.breadcrumb li:hover a {
	color: #ff640f;
}

.breadcrumb li a {
	color: #777;
}

.sidebar .group-title {
	padding: 20px 0;
}

.sidebar .group-title h2 {
	font-weight: 500;
}

.toolbar-sorter select,
.toolbar-sorter-footer select {
	width: 130px;
	height: 35px;
	background: transparent;
	border: 1px solid #eceff8;
}

.toolbar-sorter option,
.toolbar-sorter-footer option {
	padding: 5px;
}

.toolbar-sorter label,
.toolbar-sorter-footer label {
	font-size: 13px;
	font-weight: 500;
	margin-right: 5px;
	text-transform: capitalize;
}

.toolbar-sorter-footer label {
	margin-bottom: 0;
}

.toolbar-sorter-footer select {
	width: auto;
}

.toolbar-sorter-footer span,
.toolbar-sorter span a {
	color: #777;
	margin-left: 5px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.toolbar-sorter span a:hover {
	color: #000;
}

.toolbar-sorter-footer span {
	font-size: 13px;
}

.grid-item-list {
	font-size: 12px;
	margin-left: 10px;
	vertical-align: top;
}

.sidebar li a {
	color: #777;
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border-bottom:1px solid #ebebeb;
	padding:7px 0;
}

.sidebar li.last a{
    border-bottom: 0;
}

.sidebar li a:hover {
	color: #ff640f;
}

.main-page_title {
	margin-bottom: 30px;
}

.main-shop-page .grid-list-view li a {
	font-size: 18px;
}

.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content {
	margin-top: 35px;
}

.ui-slider-handle.ui-state-default.ui-corner-all {
	width: 13px;
	height: 13px;
	border-radius: 0;
	top: -4px;
	background: #fff;
	border: none;
	border: 2px solid #ff640f;
	border-radius: 50%;
}

.ui-slider-range.ui-widget-header.ui-corner-all {
	background: #ff640f;
	border-radius: 0;
	height: 6px;
}

.ui-widget.ui-widget-content {
	border: none;
	background: #fff;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	background-color: transparent !important;
	color: #363f4d!important;
	border: 1px solid transparent !important;
}

.ui-widget.ui-widget-content {
	border: 1px solid #eee !important;
}

.ui-menu .ui-menu-item-wrapper {
	font-size: 13px;
	color: #777;
}

.ui-menu .ui-menu-item:not(:first-child) {
	border-top: 1px solid #eee;
}

.ui-slider-horizontal .ui-slider-handle {
	margin-left: 0;
}

.ui-slider-handle.ui-corner-all.ui-state-default.ui-state-focus {
	outline: none;
}

.amount {
	padding: 5px 0;
	text-align: center;
	font-size: 15px;
	margin-top: 8px;
	color: #808080;
	background: transparent;
	border: none;
}

.amount,
.price-button {
	width: 100%;
	text-align: center;
}

.flter-option.mb-80 {
	padding-right: 15px;
}

.color-option li a {
	display: block;
	height: 18px;
	margin: 0 8px 10px 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 26px;
	outline: 1px solid transparent;
}

.color-option li a:hover {
	outline: 1px solid #FF5216;
}

.color-option li {
	display: inline-block;
}

.black {
	background: #000;
}

.blue {
	background: #1857f7;
}

.grey {
	background: #8f8f8f;
}

.green {
	background: #53a828;
}

.purple {
	background: #ce64d4;
}

.orange {
	background: #eb6703;
}

.rose {
	background: #ef3dff;
}

.red {
	background: #ff0000;
}

.yellow {
	background: #ffd500;
}

.main-categorie .single-product.grid-v {
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	float: left;
	width: 25%;
	height:378px;
}

.main-categorie .single-product.list-v {
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	padding:0;
}

.main-categorie .list-v .pro-content {
	overflow: hidden;
	padding: 25px;
	padding-left: 0;
}

.main-categorie .list-v .pro-content p+p {
	margin: 15px 0;
}

.main-categorie .list-v .pro-actions {
	opacity: 1;
	position: static;
}

.learn-more {
	color: #ff640f;
	text-transform: capitalize;
	margin-bottom: 15px;
	display: inline-block;
}

.main-categorie .actions-primary a,
.related-product .actions-primary a {
	width: 110px;
}

.main-categorie .border-default {
	padding-bottom: 0;
	border-right: none;
	border-bottom: none;
}

.breadcrubm-page-show.border-default {
	padding: 10px 15px;
}

.breadcrumb li {
	display: inline-block;
}

.breadcrumb li+li::before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0";
}

/* NEW STYLE PRODUCTS **/

.main-categorie .single-product.grid-v:hover{
    box-shadow: rgb(208, 208, 208) 2px 3px 16px;
    z-index:10;
}

.main-categorie .single-product.grid-v form{
    height:377px;
    overflow:hidden;
    padding-top: 25px;
    transition-duration:.3s;
    background-color:#fff;
}

.main-categorie .single-product.grid-v .pro-content{
    padding:0 10px;
    padding-bottom: 20px;
}

.main-categorie .single-product.grid-v:hover form{
    position: absolute;
    height: auto;
    width: 100%;
    z-index: 100;
    top:0;
    left:0;
    box-shadow: 2px 3px 16px #d0d0d0;
}

.main-categorie #mse2_results{
    display:flex;
    flex-wrap:wrap;
}

.main-categorie .single-product.grid-v .pro-optional{
    width:100%;
    padding:15px;
    border-top:1px solid #ebebeb;
    visibility:hidden;
    opacity:0;
    margin-top: 2px;
}

.main-categorie .single-product.grid-v:hover .pro-optional{
    opacity:1;
    visibility:visible;
}

.pro-optional_favorite{
    padding-top: 10px;
    padding-bottom: 10px;
}

.pro-optional_favorite a{
    color:#777;
}

.product-status .stock{
  color:#78b72f;
}

.product-status .stock2{
  color:#777;
}

.product-status .no-stock{
    color:#777;
}

/* ./ NEW STYLE PRODUCTS **/

.thumb-menu .owl-nav div {
	background: rgba(255, 255, 255, 0.3);
	color: #999;
	height: 100%;
	width: 25px;
	line-height: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.thumb-menu .owl-nav div:hover {
	color: #999;
	background: rgba(255, 255, 255, 0.4);
}

.thumb-menu .owl-nav div.owl-next {
	left: auto;
	right: 0;
}

.thumb-menu .owl-nav div i {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.main-product-thumbnail #msGallery{
    position:sticky;
    top:120px;
}

.product-badges{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index:10;
    display:flex;
}

.product-badges span.new {
    background-color: #78b72f;
}

.product-badges span.hit {
    background-color: #f33232;
}

.product-badges span.stock{
    background-color:#ff640f;
}

.product-badges span.sale{
    background-color:#2399cb;
}

.product-badges span {
    font-weight: 500;
    color: #fff;
    text-transform:uppercase;
    font-size:10px;
    padding: 5px 10px 4px;
    display: inline-block;
    letter-spacing: 1px;
}

.product-badges span:not(:first-child){
    margin-left: 5px;
}

.main-product-thumbnail .tab-content {
	border: 1px solid #ebebeb;
	padding: 20px;
	text-align: center;
}

.main-product-thumbnail .tab-content img {
	width: 70%;
}

.product-thumbnail .thumb-menu div img {
	width: 100%;
	border: 1px solid #ebebeb;
	padding: 15px;
}

.fancybox-thumbs>ul>li {
	height: 120px;
}

.product-thumbnail {
	margin-top: 15px;
}

.product-header {
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 500;
}

.rating {
	margin-right: 10px;
}

.rating i,
.review-list i {
	color: #f9ba48;
	font-size: 14px;
	line-height: 20px;
}

.rating-feedback a {
	text-transform: capitalize;
	margin: 0 5px;
	font-size: 12px;
	display: inline-block;
}

.rating-feedback a:hover {
	color: #ff640f;
}

.pro-ref span {
	display: inline-block;
	margin-right: 5px;
}

.pro-ref span.in-stock {
	margin-right: 15px;
	font-weight: 600;
}

.sku {
	font-weight: 600;
	text-transform: uppercase;
	color: #888;
}

.box-quantity input {
	background: #fff;
	width: 65px;
	padding: 5px;
	height: 35px;
	border: 1px solid #ebebeb;
	margin-right: 15px;
}

.add-cart {
	background: #ff640f none repeat scroll 0 0;
	border-color: #ff640f;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	height: 35px;
	line-height: 36px;
	padding: 0 10px;
	text-align: center;
	text-transform: capitalize;
	width: 117px;
}

.add-cart:hover,
.add-cart:focus {
	opacity: 0.8;
	color: #fff;
}

.product-link {
	border-top: 1px solid #ebebeb;
	padding-top: 25px;
	margin-top: 20px;
}

.product-link li a {
	background-color: #e3e3e3;
	border: 1px solid #e3e3e3;
	color: #333;
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
	padding: 13px 15px;
	font-size: 1.4rem;
	vertical-align: middle;
	text-transform: uppercase;
	display: block;
	height: 40px;
	padding: 0 15px;
	line-height: 40px;
}

.product-link li a:hover {
	background: #ff640f none repeat scroll 0 0;
	border-color: #ff640f;
	color: #fff;
}

.main-thumb-desc li {
	display: inline-block;
	margin-right: 5px;
}

.main-thumb-desc li a {
	font-weight: 500;
	line-height: 30px;
	font-size: 16px;
	color: #444;
	background: #f0f0f0;
	border: 1px solid #ebebeb;
	padding: 10px 20px;
	display: inline-block;
}

.tab-content.thumb-content {
	padding: 20px;
	margin-top: -1px;
}

.main-thumb-desc li.active a {
	background: transparent;
	border-bottom-color: #fff;
}

.tab-list-item {
	margin: 10px 0 0 35px;
}

.tab-list-item li {
	list-style: inherit;
}

.review-mini-title {
	font-weight: 300;
	font-size: 18px;
	margin: 30px 0 30px 0;
	text-transform: capitalize;
}

.review-list li {
	text-align: left;
}

.review-list li>span {
	font-weight: 500;
	font-size: 14px;
	width: 49px;
	display: inline-block;
}

.review-list li label span {
	font-weight: 500;
}

.review-list li label {
	font-size: 13px;
	position: relative;
	left: 120px;
}

.review-list li label a:hover {
	color: #ff640f;
}

.review-title {
	font-size: 16px;
	font-weight: 400;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 20px;
	padding-top: 15px;
	line-height:26px;
}

.review-title span {
	font-weight: 500;
}

.riview-field input,
.riview-field textarea {
	border: 1px solid #ebebeb;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 50%;
}

.riview-field label {
	font-weight: 500;
	color: #333;
	font-size: 13px;
}

.btn-submit {
	background: #f2f2f2;
	border: 1px solid #cdcdcd;
	color: #333;
	padding: 8px 15px;
	text-transform: uppercase;
	font-weight: 500;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in
}

.btn-submit:hover {
	background: #ff640f;
	border-color: #ff640f;
	color: #fff;
}

.related-product .single-product {
	padding: 25px 0;
}

.cart-main-area .section-title h2,
.coupon-area .section-title h2 {
	text-transform: capitalize;
	color: #555;
	font-weight: 500;
}

.cart-main-area {}

.shipping_method input {
	background: #eceff8 none repeat scroll 0 0;
	border: 2px solid #eceff8;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #626262;
	font-size: 14px;
	height: 45px;
	padding-left: 10px;
	width: inherit;
}

.cart-title-area {
	padding-top: 30px;
}

.car-header-title {}

.car-header-title h2 {
	font-size: 20px;
	margin: 0;
	text-transform: uppercase;
}

.table-content table {
	background: #fff none repeat scroll 0 0;
	border-color: #e5e5e5;
	border-radius: 0;
	border-style: solid;
	border-width: 1px 0 0 1px;
	text-align: center;
	width: 100%;
}

.table-content table th {
	border-top: medium none;
	font-weight: normal;
	padding: 20px 10px;
	text-align: center;
	text-transform: capitalize;
	vertical-align: middle;
	white-space: nowrap;
	font-weight: 500;
}

.table-content table th,
.table-content table td {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.table-content table td {
	border-top: medium none;
	padding: 20px 10px;
	vertical-align: middle;
	font-size: 13px;
}

.table-content table td input {
	background: #e5e5e5 none repeat scroll 0 0;
	border: medium none;
	border-radius: 3px;
	color: #6f6f6f;
	font-size: 15px;
	font-weight: normal;
	height: 40px;
	padding: 0 5px 0 10px;
	width: 60px;
}

.table-content table td.product-subtotal {
	font-size: 14px;
	font-weight: 500;
	width: 120px;
}

.table-content table td.product-name a,
.product-stock-status span {
	font-size: 14px;
	font-weight: 500;
	margin-left: 10px;
	color: #6f6f6f;
	text-transform: capitalize;
}

.product-stock-status span {
	font-weight: normal;
	color: #ff640f;
}

.table-content table td.product-name {
	width: 270px;
}

.table-content table td.product-thumbnail {
	width: 60px;
}

.btn-cart-remove {
	padding: 0;
	border: none;
}

.table-content table td.product-remove i {
	color: #919191;
	display: inline-block;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
}

.table-content table .product-price .amount {
	font-size: 15px;
	font-weight: 500;
}

.table-content table td.product-remove i:hover {
	color: #ff640f;
}

.table-content table td.product-quantity {
	width: 180px;
}

.table-content table td.product-remove {
	width: 150px;
}

.table-content table td.product-price {
	width: 130px;
}

.table-content table td.product-name a:hover,
.buttons-cart a:hover {
	color: #ff640f;
}

.product-thumbnail img {
	width: 100%;
}

.buttons-cart {
	margin-bottom: 30px;
	overflow: hidden;
}

.buttons-cart input,
.coupon input[type="submit"],
.buttons-cart a,
.coupon-info p.form-row input[type="submit"] {
	background: #363f4d none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 12px;
	font-weight: 500;
	height: 40px;
	line-height: 40px;
	margin-right: 15px;
	padding: 0 15px;
	text-shadow: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	white-space: nowrap;
	width: inherit;
}

.wc-proceed-to-checkout {
	clear: both;
	display: block;
	margin-top: 20px;
}

.buttons-cart input:hover,
.coupon input[type="submit"]:hover,
.buttons-cart a:hover {
	background: #ff640f none repeat scroll 0 0;
	color: #fff;
}

.buttons-cart a {
	color: #fff;
	float: left;
	height: 40px;
	line-height: 40px;
}

.coupon input[type=submit] {}

.cart_totals {
	padding: 30px;
	position: sticky;
	top: 90px;
}

.row-flex {
	isplay: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.d-flex{
   display: -ms-flexbox !important;display: flex !important;
}

.w-100{
    width:100%;
}

.flex-1{
    flex:1;
}

.cart_totals h2 {
	border-bottom: 2px solid #222;
	display: inline-block;
	font-size: 21px;
	margin: 0 0 20px;
	text-transform: uppercase;
	font-weight: 500;
}

.cart_totals table {
	border: medium none;
	float: right;
	margin: 0;
	text-align: right;
}

.cart_totals table th {
	border: medium none;
	font-size: 14px;
	font-weight: bold;
	padding: 0 20px 12px 0;
	text-align: right;
	text-transform: uppercase;
	vertical-align: top;
}

.cart_totals table td {
	border: medium none;
	padding: 0 0 12px;
	vertical-align: top;
}

.cart_totals table td .amount {
	color: #ff640f;
	font-size: 13px;
	font-weight: bold;
	margin-left: 5px;
	text-align: right;
	text-transform: uppercase;
}

.cart_totals table td ul#shipping_method {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.cart_totals table td ul#shipping_method li {
	float: left;
	margin: 0 0 10px;
	padding: 0;
	text-indent: 0;
	width: 100%;
}

.cart_totals table td ul#shipping_method li input {
	margin: 0;
	position: relative;
	top: 2px;
}

.cart_totals table {}

a.shipping-calculator-button {
	font-weight: bold;
	color: #6f6f6f;
}

a.shipping-calculator-button:hover {
	color: #83CBDC
}

.cart_totals table tr.order-total th,
.cart_totals table tr.order-total .amount {
	font-size: 20px;
	text-transform: uppercase;
	white-space: nowrap;
	font-weight: 600;
}

.cart_totals table tr.order-total th {
	font-weight: 700;
}

.cart-total-price {
	display: flex;
}

.ctp_label {
	flex: 1;
	position: relative;
	z-index: 1;
	margin-right: 10px;
}

.ctp_label > span {
	background-color: #fff;
	padding-right: 5px;
}

.ctp_label:after {
	width: calc(100% - 15px);
	height: 1px;
	background-image: linear-gradient(to right, #c7c7c7 33%, rgba(255, 255, 255, 0) 0%);
	background-position: bottom;
	background-size: 3px 1px;
	background-repeat: repeat-x;
	content: '';
	position: absolute;
	bottom: 8px;
	left: 15px;
	z-index: -1;
}

.ctp_total {
	color: #333;
	font-size: 18px;
	font-weight: 500;
}

.amount del {
	font-size: 13px;
	margin-left: 5px;
	font-weight: 600;
}

.cart-main-area.wish-list .product-remove {
	width: 20px;
}

.cart-main-area.wish-list table td.product-thumbnail {
	width: 140px;
}

.cart-main-area.wish-list .product-add-to-cart a {
	background: #ff640f none repeat scroll 0 0;
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-weight: 700;
	padding: 10px 56px;
	text-transform: uppercase;
	width: 260px;
	margin: 0 auto;
}

.cart-main-area.wish-list .product-add-to-cart a:hover {
	background: #1a1a1a;
}

.cart-main-area.wish-list td.product-add-to-cart {
	width: 240px;
}

.coupon-area .coupon-info input {
	background: transparent;
	border: 1px solid #e5e5e5;
}

.coupon-area .coupon-info .checkout-coupon .code:focus {
	border: 1px solid #e5e5e5;
}

.coupon-area {}

.coupon-accordion {}

.coupon-accordion h3 {
	background-color: #f6f6f6;
	border-top: 3px solid #ff640f;
	color: #515151;
	font-size: 14px;
	font-weight: 400;
	list-style: outside none none;
	margin: 0 0 2em;
	padding: 1em 2em 1em 3.5em;
	position: relative;
	width: auto;
	text-transform: capitalize;
}

.coupon-accordion h3::before {
	color: #777;
	content: "\f0f6";
	display: inline-block;
	font-family: 'FontAwesome';
	left: 16px;
	position: absolute;
	top: 16px;
}

.coupon-accordion span {
	cursor: pointer;
	color: #6f6f6f;
	-webkit-transition: .3s;
	transition: .3s
}

.coupon-accordion span:hover,
p.lost-password a:hover {
	color: #888;
}

.coupon-content {
	border: 1px solid #e5e5e5;
	display: none;
	margin-bottom: 20px;
	padding: 20px;
}

.coupon-info {}

.coupon-info p.coupon-text {
	margin-bottom: 15px
}

.coupon-info p {
	margin-bottom: 0
}

.coupon-info p.form-row-first {}

.coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
	display: block;
	color: inherit;
}

.coupon-info p.form-row-first label span.required,
.coupon-info p.form-row-last label span.required {
	color: red;
	font-weight: 700;
}

.coupon-info p.form-row-first input,
.coupon-info p.form-row-last input {
	border: 1px solid #ccc;
	height: 34px;
	margin: 0 0 14px;
	max-width: 100%;
	padding: 0 0 0 10px;
	width: 370px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.coupon-info p.form-row input[type="submit"]:hover,
p.checkout-coupon input[type="submit"]:hover {
	background: #ff640f none repeat scroll 0 0;
}

.coupon-info p.form-row input[type="checkbox"] {
	height: inherit;
	position: relative;
	top: 2px;
	width: inherit;
}

.form-row>label {
	margin-top: 7px;
}

p.lost-password {
	margin-top: 15px;
}

p.lost-password a {
	color: #6f6f6f;
	font-size: 12px;
}

p.checkout-coupon {}

p.checkout-coupon input[type=text] {
	height: 36px;
	padding-left: 10px;
	width: 170px;
}

p.checkout-coupon input[type="submit"] {
	background: #333 none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	color: #fff;
	height: 36px;
	margin-left: 6px;
	padding: 5px 10px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: inherit;
}

.coupon-checkout-content {
	margin-bottom: 30px;
	display: none;
}

.checkbox-form h3 {
	border-bottom: 1px solid #ebebeb;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-weight: 500;
}

.ship-different-title h3 label {
	display: inline-block;
	margin-right: 20px;
	font-size: 22px;
	font-weight: 500;
	color: #222;
}

.country-select label,
.country-select label,
.checkout-form-list label {
	color: #333;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	margin: 0 0 5px;
	display: block;
	font-weight: 700;
}

.country-select label span.required,
.checkout-form-list label span.required {
	color: #ff640f
}

.country-select select {
	border: 1px solid #ddd;
	height: 32px;
	padding-left: 10px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
}

.checkout-form-list label {
	color: #333;
}

.checkout-form-list label span.required {}

.checkout-form-list input[type=text],
.checkout-form-list input[type=password],
.checkout-form-list input[type=email] {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ebebeb;
	border-radius: 0;
	height: 34px;
	width: 100%;
	padding: 0 0 0 10px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
}

.checkbox-form textarea{
    background: #fff none repeat scroll 0 0;
	border: 1px solid #ebebeb;
	border-radius: 0;
	height: 100px;
	resize:none;
	width: 100%;
	padding: 20px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
}

.checkout-form-list {}

.checkout-form-list input[type="checkbox"] {
	display: inline-block;
	height: inherit;
	margin-right: 10px;
	position: relative;
	top: 0;
	width: inherit;
}

.create-acc label {
	color: #333;
	display: inline-block;
}

.checkout-form-list input[type=password] {}

.create-accounts {
	display: none
}

.ship-different-title {}

.ship-different-title h3 label {
	display: inline-block;
	margin-right: 20px;
}

.order-notes textarea {
	height: 90px;
	padding: 15px;
	width: 100%;
	background: #fff;
}

.ship-different-title input {
	margin-top: 0;
	vertical-align: middle;
}

#ship-box-info {
	display: none
}

.your-order {
	background: #f2f2f2 none repeat scroll 0 0;
	padding: 30px 40px 45px;
	position:sticky;
	top:90px;
}

.your-order h3 {
	border-bottom: 1px solid #ebebeb;
	font-size: 25px;
	margin: 0 0 20px;
	padding-bottom: 10px;
	width: 100%;
	font-weight: 500;
}

.your-order-table table {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	width: 100%;
}

.your-order-table table th,
.your-order-table table td {
	border-bottom: 1px solid #d8d8d8;
	border-right: medium none;
	font-size: 14px;
	padding: 15px 0;
	text-align: center;
}

.your-order-table table th {
	border-top: medium none;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
	width: 250px;
}

.your-order-table table .shipping ul li input {
	position: relative;
	top: 2px;
}

.your-order-table table .shipping th {
	vertical-align: top;
}

.your-order-table table .order-total th {
	border-bottom: medium none;
	font-size: 18px;
}

.your-order-table table .order-total td {
	border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
	background: #F9F9F9
}

.your-order-table table tr.order-total td span {
	color: #ff640f;
	font-size: 20px;
}

.your-order-table table {}

.payment-method {
	margin-top: 40px;
}

.payment-accordion {}

.payment-accordion h3 {
	border-bottom: 0 none;
	margin-bottom: 10px;
	padding-bottom: 0;
}

.payment-accordion h3 a {
	color: #6f6f6f;
	font-size: 14px;
	padding-left: 25px;
	position: relative;
	text-transform: capitalize;
	text-decoration: none
}

.payment-accordion h3 a:before,
.payment-accordion h3.open a:after {
	content: "Ã¯Ââ€¢";
	display: inline-block;
	font-family: fontawesome;
	font-size: 20px;
	left: 0;
	position: absolute;
	top: -2px;
}

.payment-accordion h3.open a:after {
	content: "\f056";
}

.payment-content {}

.payment-content p {
	font-size: 13px;
}

.payment-accordion img {
	height: 60px;
	margin-left: 15px;
}

.order-button-payment input,
.order-button-payment button {
	background: #ff640f;
	border: medium none;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	height: 50px;
	margin: 20px 0 0;
	padding: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
}

.order-button-payment input:hover {
	background: #444
}

.sub-heading {
	padding-bottom: 40px;
	color: #555;
	font-weight: 500;
	font-size: 25px;
}

.newsletter.blog-newsletter {
	margin-top: 0;
	padding-top: 70px;
}

.blog-content {
	background: #fff;
	flex: auto;
    display: flex;
    flex-direction: column;
}

.blog-content-upper {
	padding: 30px;
}

.blog-content-lower {
	border-top: 1px solid #eaeaea;
	padding: 30px;
	margin-top:auto;
}

.blog-title {
	font-size: 18px;
	line-height:1.3;
	font-weight: 500;
	position: relative;
	padding-bottom: 15px;
	display: block;
}

.blog-title:hover a {
	color: #ff640f;
}

.blog-content-lower a:hover {
	color: #ff640f;
}

.blog-content-upper p {
	letter-spacing: 0.025em;
	line-height: 24px;
	padding: 10px 0 0;
}

.blog-img a {
	position: relative;
	display: block;
}

.blog-img a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .15);
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.single-blog:hover .blog-img a:before {
	opacity: 1;
}

.blog-area {
}

.blog-area #pdopage > .row > *{
        display: flex;
}

.blog-area.off-white-bg .single-blog {
	margin-bottom: 30px;
	width:100%;
	    display: flex;
    flex-direction: column;
}

.blog-img img {
	width: 100%;
}

.blog-pagination {
	display: inline-block;
}

.blog-pagination li {
	display: inline-block;
	margin-right: 1px;
}

.blog-pagination li a {
	display: block;
	font-size: 16px;
	color: 808080;
	border: 1px solid #e7e7e7;
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: #fff;
}

.blog-pagination li.disabled span {
	display: block;
	font-size: 16px;
	color: 808080;
	border: 1px solid #e7e7e7;
	width: 40px;
	cursor: pointer;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: #ececec;
}

.blog-pagination li.active a,
.blog-pagination li a:hover {
	background: #ff640f;
	color: #fff;
}

.search-box-view.fix.blog-search>form {
	position: relative;
}

.blog-related-post-active .single-blog {
	border: 1px solid #ebebeb;
}

.social-link-list li {
	display: inline-block;
	margin-left: 15px;
	font-size: 16px;
}

.social-link-list li a {
	color: #666;
}

.social-link-list li i {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social-link-list li i:hover {
	color: #ff640f;
}

.blog-pager .pager {
	border-bottom: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
	padding: 20px 0;
	text-align: left;
}

.blog-pager .pager li>a {
	background-color: #f6f6f6;
	border: medium none;
	border-radius: 0;
	display: block;
	width:100%;
	font-size: 13px;
	font-weight: 500;
	padding: 7px 25px;
}

.blog-pager .pager li>a>span {
	font-weight: 400;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: block;
}

.blog-pager .pager li:hover>a {
	background: #ff640f;
	color: #fff;
}

.blog-pager .pager li.previous i {
	margin-right: 5px;
}

.blog-pager .pager li.next i {
	margin-left: 5px;
}

.blog-img.blog-single-img img {
	border: 1px solid #ebebeb;
}

.blog-pager .pager li.previous i,
.blog-pager .pager li.next i {
	vertical-align: middle;
}

.blog-single-img img {
	margin-bottom: 20px;
}

.single-related-post img {
	width: 100%;
}

.blog-related-post .single-related-post {
	margin-bottom: 40px;
}

.single-content h3 {
	font-size: 16px;
	line-height: 20px;
}

.comment-details h4 {
	font-size: 16px;
	margin-bottom: 10px;
}

.comment-details span {
	margin-bottom: 10px;
	display: inline-block;
}

.single-comment {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 50px;
	padding-bottom: 50px;
	position: relative;
}

.single-comment .reply {
	background-color: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 50px;
	bottom: -16px;
	color: #4c4c4c;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 7px 20px 6px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
}

.single-comment .reply:hover {
	background: #ff640f;
	color: #fff;
	border-color: transparent;
}

.submit-comment .comment {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #dddddd;
	color: #666666;
	font-size: 14px;
	height: 178px;
	letter-spacing: 1px;
	margin-bottom: 30px;
	margin-top: 40px;
	padding: 30px;
}

.half-left {
	width: 50%;
	float: left;
	padding-right: 15px;
}

.half-right {
	width: 50%;
	float: left;
	padding-left: 15px;
}

.submit-comment h3 {
	color: #222222;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
}

.submit-comment input {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #dddddd;
	color: #666;
	font-size: 14px;
	height: 48px;
	letter-spacing: 1px;
	padding: 2px 30px;
	width: 100%;
	margin-bottom: 30px;
}

.submit-comment .submit {
	text-transform: uppercase;
	background: #222;
	color: #fff;
	border-radius: 3px;
}

.search-box-view.blog-search .submit:hover,
.submit-comment .submit:hover {
	background: #ff640f;
	color: #fff;
}

.recent-post .sidebar-title {
	border-bottom: medium none;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 40px;
	padding-bottom: 5px;
	position: relative;
	text-transform: uppercase;
}

.blog-details img{
    height:auto;
}

.blog-details blockquote {
	background: #f7f7f7 none repeat scroll 0 0;
	border-left: 2px solid #ff640f;
	padding: 30px;
}

.blog-details blockquote p {
	color: #808080;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 26px;
}

.post-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 13px;
	position: relative;
}

.post-info-left {
	padding-left: 85px;
}

.post-date {
	background: #ff640f none repeat scroll 0 0;
	color: #fefefe;
	font-size: 14px;
	font-weight: 400;
	height: 70px;
	left: 0;
	padding: 15px 0;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 70px;
	z-index: 99;
}

.post-date span {
	display: block;
	font-size: 30px;
	font-weight: 500;
	line-height: 25px;
}

.blog-details .semi-title {
	margin: 30px 0 20px;
}

.semi-title,
.semi-title a {
	color: #333333;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.post-info a {
	color: #424242;
	font-size: 12px;
	font-weight: 400;
	text-transform: capitalize;
}

.post-info a:hover {
	color: #ff640f;
}

.post-info-right a {
	padding-left: 20px;
}

.post-info-right {
	float: right;
	text-align: right;
}

.recent-post .sidebar-title:before {
	background-color: #ff640f;
	bottom: -5px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 120px;
	letter-spacing: 1px;
}

.left-post-thumb {
	border: 1px solid #ebebeb;
	width: 70px;
}

.left-post-thumb img {
	width: 100%;
}

.right-post-thumb h4 {
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 20px;
	text-transform: capitalize;
}

.right-post-thumb h4 a:hover {
	color: #ff640f;
}

.right-post-thumb span {
	color: #000;
	font-size: 12px;
	display: block;
	margin-top: 5px;
}

.categorie-list>li {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 12px;
	padding-bottom: 12px
}

.categorie-list li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.categorie-list li a:hover {
	color: #ff640f;
}

.blog-pagination {
	display: inline-block;
}

.tag-list {
	margin-left: -6px;
	margin-right: -6px;
}

.tag-list li {
	display: inline-block;
}

.tag-list li a {
	border-radius: 5px;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 1px;
	margin: 0 6px 12px 6px;
	padding: 7px 16px;
	background-color: #f6f6f6;
	text-transform: capitalize;
}

.tag-list li:hover a {
	background: #ff640f;
	color: #fff;
}

.address-wrapper input {
	background: #f5f5f5 none repeat scroll 0 0;
	border: 1px solid #e8e8e8;
	color: #888;
	float: left;
	font-size: 14px;
	height: 45px;
	margin-bottom: 30px;
	padding: 0 15px;
	width: 100%;
}

.address-textarea textarea {
	background: #f5f5f5 none repeat scroll 0 0;
	border: 1px solid #e8e8e8;
	font-size: 14px;
	height: 300px;
	padding: 15px;
	width: 100%;
	color: #888;
}

.send-email input {
	background: #ff640f none repeat scroll 0 0;
	border: 1px solid #ff640f;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	height: 45px;
	letter-spacing: 1px;
	line-height: 45px;
	margin-top: 20px;
	text-transform: uppercase;
	width: 120px;
}

.send-email input:hover {
	background: #363f4d;
	border-color: #363f4d;
}

.error-text h1 {
	color: #ff640f;
	font-size: 200px;
	font-weight: 900;
	letter-spacing: 10px;
	line-height: 170px;
	margin-bottom: 30px;
}

.error-text h2 {
	color: #4c4c4c;
	font-size: 35px;
	font-weight: 700;
	line-height: 35px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.error-text>p {
	color: #4c4c4c;
	font-size: 24px;
	font-weight: 300;
	line-height: 25px;
	margin-bottom: 30px;
	padding: 0 130px;
}

#search-form {
	position: relative;
	width: 450px;
	text-align: center;
	display: inline-block;
}

#search-form input {
	background: #f8f8f8 none repeat scroll 0 0;
	border: 1px solid #c1c1c1;
	color: #666666;
	float: left;
	font-size: 14px;
	height: 45px;
	padding: 0 50px 0 20px;
	width: 100%;
	border: 1px solid #e9e9e9;
	border-radius: 30px;
}

#search-form input::-webkit-input-placeholder {
	color: #888;
}

#search-form input::-ms-input-placeholder {
	color: #888;
}

#search-form input::-moz-input-placeholder {
	color: #888;
}

#search-form button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #4f4f4f;
	font-size: 18px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 50px;
}

#search-form button:hover {
	color: #ff640f;
}

.error-button a {
	background: #ff640f none repeat scroll 0 0;
	border-radius: 35px;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
	margin-top: 53px;
	padding: 0 30px;
	text-transform: uppercase;
	-webkit-transition: .3s;
	transition: .3s;
}

.error-button a:hover {
	background: #1a1a1a;
	color: #fff;
}

.newsletter-input input {
	width: auto;
}

.register-title h3 {
	font-size: 31px;
}

.log-in h3 {
	font-weight: 500;
}

legend {
	font-size: 18px;
	padding: 7px 0px;
}

.newsletter-input label.radio-inline {
	padding-top: 0;
}

.newsletter-btn,
.customer-btn,
.return-customer-btn {
	background: #ff640f none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	margin-top: 20px;
	padding: 10px 30px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
}

.newsletter-btn:hover,
.customer-btn:hover,
.return-customer-btn:hover,
.newsletter-btn:focus,
.customer-btn:focus,
.return-customer-btn:focus {
	background: #1a1a1a;
	color: #fff;
}

.log-in .well {
	background: transparent;
	margin-bottom: 0;
}

.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #ccc;
}

.lost-password {
	font-weight: 600;
}

.require {
	color: #cc0000;
	margin-right: 5px;
	font-weight: 600;
}

.form-horizontal label.control-label {
	padding-top: 0;
}

.agree {
	margin-right: 5px;
}

.address-wrapper input {
	height: 45px;
	padding: 0 15px;
	background: #f5f5f5;
	border: 1px solid #e8e8e8;
	margin-bottom: 30px;
	float: left;
	color: #888;
}

.address-subject input {
	width: 100%;
}

.address-textarea textarea {
	width: 100%;
	height: 220px;
	background: #f5f5f5;
	border: 1px solid #e8e8e8;
	padding: 15px;
}

.footer-content.mail-content {
	margin-top: 0;
}

.contact-form p.success,
.contact-form p.error {
	color: green;
	font-size: 16px;
}

.contact-form p.error {
	color: red;
}

.address-wrapper input::-webkit-input-placeholder {
	color: #888;
}

.address-wrapper input::-moz-input-placeholder {
	color: #888;
}

.address-wrapper input::-ms-input-placeholder {
	color: #888;
}

.address-textarea textarea::-webkit-input-placeholder {
	color: #888;
}

#scrollUp {
	position: fixed;
	bottom: 65px;
	right: 30px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	width: 40px;
	height: 40px;
	font-weight: 600;
	text-transform: uppercase;
	background: #ff640f;
	z-index: 999;
}

#scrollUp i {
	font-size: 25px;
	line-height: 40px;
}

#scrollUp:hover {
	border-color: #ff640f;
}

.logo-style-two.logo {
	padding: 0;
}

.logo-style-two.logo a{
    display: block;
}

.logo-style-two.logo svg{
    display: block;
    max-width:100%;
}

.search-box-style-two.search-box-view {
	margin-top: 0;
}

.cart-style-two.cart-box>ul>li>a {
	font-size: 26px;
	line-height: 49px;
	padding: 0 0 0 15px;
}

.header-middle-two {
	padding: 15px 0;
}

.header-middle-two.fixed:not(.no-fixed) {
	position: fixed;
	width: 100%;
	left: 0;
	top:0;
	z-index: 100;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
	animation: animFixed 0.3s ease-in-out;
	transition-duration: .3s;
}

.no-scroll .header-middle-two{
    z-index:8;
}

@keyframes animFixed{from{top:30px;opacity:0;visibility:hidden;}
to{top:0;opacity:1;visibility:visible;}
}

.header-middle-two.fixed.min:not(.no-fixed) {
	padding: 10px 0;
}

.header-middle-two+.header-middle-push {
	display: none;
}

.header-middle-two.fixed:not(.no-fixed)+.header-middle-push {
	display: block;
}

.home-2-mid-menu .middle-menu-list>li>a {
	padding: 20px 30px 20px 30px;
	border-right: 1px solid #515b6a;
	text-align: center;
}

.home-2-mid-menu .middle-menu-list>li.last>a {}

.home-2-mid-menu .middle-menu-list>li>ul.ht-dropdown>li a {
	color: #444;
}

.home-2-mid-menu {
	position: relative;
}

.home-2-mid-menu .middle-menu-list>li>ul.ht-dropdown.megamenu {
	width: 765px;
	left: auto;
	padding: 30px 30px 40px;
}

.home-2-mid-menu .middle-menu-list>li>ul.ht-dropdown.megamenu-two {
	width: 437px;
}

.home-2-mid-menu .middle-menu-list>li>ul.ht-dropdown.megamenu-two .megamenu-three-column>ul>li {
	width: 44%;
}

.home-2-mid-menu .megamenu-three-column h3 {
	font-size: 13px;
	font-weight: 500;
	line-height: 22px;
}

.deal-two .pro-img {
	padding: 20px 0;
}

.home-2-actions .actions-primary a {
	width: 100px;
}

.best-seller-multi-product .single-product:not(:last-child) {
	border-bottom: 1px solid hsl(0, 0%, 93%);
	padding-bottom: 21px;
}

.home-2-pro-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}

.home-2-pro-actions .actions-primary a,
.home-2-pro-actions .actions-secondary a {
	background-color: #e3e3e3;
	border: 1px solid #e3e3e3;
	color: #555;
	border-radius: 3px;
	font-weight: 500;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	text-transform: uppercase;
	width: 140px;
}

.home-2-pro-actions .actions-secondary a {
	width: 45px;
	line-height: 40px;
}

.home-2-pro-actions .actions-secondary a i {
	font-size: 24px;
	line-height: 40px;
}

.home-3.header-bottom {
	padding: 0;
}

.menu-styel-three.middle-menu-list>li>a {
	padding: 20px 30px 20px 0;
}

.header-middle-three {
	padding: 35px 0;
}

.vertical-style-3.menu-hidden {
	display: block;
}

.home-3.header-sticky.sticky .vertical-style-3.menu-hidden {
	display: none;
}

.deal-products-three .pro-content {
	overflow: hidden;
}

.header-sticky.sticky .vertical-menu {
	display: none;
}

.deal-products-three .pro-img {
	overflow: hidden;
	padding: 20px 0;
	width: 205px;
	float: left;
}

.deal-pro-three-active .dual-product .single-product {
	padding: 20px 10px;
}

.deal-pro-three-active .owl-item.active:first-child .dual-product {
	border-right: 1px solid #e1e1e1;
}

.deal-pro-three-active .dual-product .single-product:first-child {
	border-bottom: 1px solid #ebebeb;
}

.cart-style-three.cart-box ul li a span {
	background: transparent;
	color: #fff;
	right: -6px;
	top: -4px;
	font-size: 13px;
}

.policy-style-two .main-policy {
	background-color: transparent;
	border: 1px solid #ebebeb;
}

.best-seller-pro-two .single-product .pro-img,
.best-seller-unique .single-product .pro-img {
	width: 80px;
	float: left;
	padding-right: 10px;
}

.best-seller-pro-two .single-product .pro-content,
.best-seller-unique .single-product .pro-content {
	overflow: hidden;
}

.best-seller-pro-two .best-seller-multi-product .single-product {
	padding: 17px 0;
}

.best-seller-unique .single-product {
	padding: 15px 0;
}

.best-seller-pro-two .single-product:hover .pro-content,
.main-categorie .single-product.list-v:hover .pro-content,
.best-seller-unique .single-product:hover .pro-content {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	border: 1px solid #ebebeb;
}

.table-responsive>.table>tbody>tr>td,
.table-responsive>.table>tbody>tr>th,
.table-responsive>.table>tfoot>tr>td,
.table-responsive>.table>tfoot>tr>th,
.table-responsive>.table>thead>tr>td,
.table-responsive>.table>thead>tr>th {
	white-space: normal;
}

.compare-content>tbody>tr>td {
	padding: 20px 15px;
	vertical-align: middle;
}

.product-title {
	width: 120px;
	font-weight: 500;
	color: #555;
}

.product-description {
	width: 200px;
}

.product-description p {
	text-align: left;
}

.product-description .compare-cart {
	background: #ff640f none repeat scroll 0 0;
	border-radius: 20px;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	padding: 6px 0 6px 16px;
	position: relative;
	width: 110px;
}

.product-description .compare-cart:hover {
	border-color: #ff640f;
	background: #555;
	color: #fff;
}

.product-description .compare-cart i {
	background: #fff none repeat scroll 0 0;
	border-radius: 50%;
	-webkit-box-shadow: 0 1px 1px #efefef;
	box-shadow: 0 1px 1px #efefef;
	color: #777;
	font-size: 12px;
	height: 24px;
	left: 1px;
	line-height: 24px;
	position: absolute;
	text-align: center;
	top: 1px;
	width: 24px;
}

.product-description .fa-trash-o {
	color: #666;
	font-size: 16px;
}

.product-description img {
	width: 100%;
}

.compare-details {
	text-align: center;
}

.product-description .product-rating i {
	font-size: 12px;
}

.compare-detail-img {
	margin-bottom: 15px;
}

.comparison-table .comparison-head img {
	min-height: auto !important;
	max-height: 90px;
}

.compare-details span {
	text-transform: capitalize;
	display: inline-block;
	font-size: 12px;
	color: #777;
}

.compare-details h4 {
	line-height: 18px;
}

.compare-details h4 a {
	text-transform: capitalize;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.comparison-table tbody .comparison-row:first-child td {
	max-width: 200px;
}

.comparison-corner {
	width: 250px;
}

.compare-details h4 a:hover,
.product-description .fa-trash-o:hover {
	color: #ff640f;
	cursor: pointer;
}

.about-content h3,
.single-misson h3,
.ht-single-about h3 {
	font-weight: 500;
	line-height: 25px;
	margin-bottom: 22px;
	text-transform: capitalize;
}

.about-content h3 {
	font-size: 22px;
	text-transform: uppercase;
}

.about-content h3 span,
.single-misson h3 span {
	font-weight: 400;
	text-transform: uppercase;
	padding-left: 5px;
}

.about-content-list li {
	line-height: 28px;
}

.about-content-list li:before {
	content: "\f00c";
	font-family: FontAwesome;
	color: #888;
	padding-right: 10px;
}

.about-content-list li a:hover {
	color: #ff640f;
}

.progress {
	background: #ebebeb none repeat scroll 0 0;
	border-radius: 30px;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 24px;
	overflow: visible;
}

.progress-bar {
	background: #8d98aa none repeat scroll 0 0;
	border-radius: 30px;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
}

.progress-bar .text-top {
	background: #363f4d none repeat scroll 0 0;
	border-radius: 50%;
	font-size: 12px;
	height: 42px;
	left: 0;
	line-height: 42px;
	position: absolute;
	text-transform: uppercase;
	top: -9px;
	width: 42px;
}

.skill-bar-item {
	padding-bottom: 6px;
	position: relative;
}

.skill-bar-item>span {
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	line-height: 23px;
	margin-left: 50px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	z-index: 2;
}

.skill-bar {
	overflow: hidden;
	padding-top: 9px;
}

.ht-single-about h3 {
	font-size: 22px;
}

.ht-single-about>h5 {
	color: #444444;
	font-size: 13px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 9px;
}

.ht-about-work {
	margin-bottom: 27px;
	position: relative;
}

.ht-work-text>h5 {
	font-size: 14px;
	font-weight: 500;
	line-height: 12px;
	margin-bottom: 5px;
	padding-top: 8px;
}

.ht-work-text>h5 a {
	color: #444444;
	font-size: 13px;
}

.ht-work-text>h5 a:hover {
	color: #7d7d7d;
}

.ht-work-text>p {
	color: #7d7d7d;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ht-about-work>span {
	background: #ebebeb none repeat scroll 0 0;
	border-radius: 50%;
	color: #7d7d7d;
	display: block;
	float: left;
	height: 42px;
	line-height: 43px;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 42px;
}

.ht-work-text {
	overflow: hidden;
	padding-left: 10px;
}

.ht-about-work:hover>span {
	background: #222222 none repeat scroll 0 0;
	color: #ffffff;
}

.ht-about-work:last-child {
	margin: 0;
}

.dashboard-content .table {
	margin-bottom: 0;
}

.dashboard-upper-info {
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	margin-bottom: 50px;
}

.dashboard-content .tab-pane:not(.active) {
	display: none;
}

.dashboard-upper-info .d-single-info {
	padding: 30px 20px;
}

.dashboard-upper-info [class*="col-"]:not(:last-child) .d-single-info {
	border-right: 1px solid #ebebeb;
}

.user-name {
	position: relative;
	padding-left: 25px;
}

.user-name::before {
	color: #555;
	content: "";
	font-family: FontAwesome;
	font-size: 18px;
	left: 0;
	position: absolute;
	top: 0;
}

.account-dashboard p {
	font-size: 13px;
	text-transform: capitalize;
}

.view-cart {
	display: inline-block;
	font-size: 13px;
}

.view-cart i {
	font-size: 15px;
	margin-right: 5px;
}

.user-name span {
	color: #303030;
	font-size: 15px;
	font-weight: 500;
}

.dashboard-list li:not(:last-child) a {
	border-bottom: 1px solid #ebebeb;
}

.dashboard-list li a {
	color: #ff640f;
	display: block;
	font-size: 14px;
	padding: 12px 0;
	text-transform: capitalize;
}

.dashboard-list li.active a,
.dashboard-list li a:hover,
#dashboard a:hover {
	color: #003c97;
}

.dashboard-list li.active a:after {
	content: "\f105";
	font-family: FontAwesome;
	margin-left: 5px;
	-webkit-transition: 0.10s;
	transition: 0.10s;
}

.dashboard-list li a:hover,
.dashboard-list li.active a {
	background: transparent;
}

.dashboard-content {
	border: 1px solid #ebebeb;
	padding: 30px;
}

.dashboard-content h3 {
	text-transform: capitalize;
}

.dashboard-content h3 {
	border-bottom: 1px solid #ebebeb;
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	text-transform: capitalize;
}

.dashboard-content .table-responsive .table>tbody>tr>td,
.dashboard-content .table-responsive .table>tbody>tr>th,
.dashboard-content .table-responsive .table>tfoot>tr>td,
.dashboard-content .table-responsive .table>tfoot>tr>th,
.dashboard-content .table-responsive .table>thead>tr>td,
.dashboard-content .table-responsive .table>thead>tr>th {
	border: none;
}

.dashboard-content .table-responsive>.table>thead {
	border-bottom: 1px solid #ebebeb;
}

.dashboard-content .table-responsive .table>thead>tr>th {
	font-size: 14px;
	font-weight: 600;
}

.dashboard-content .table-responsive .table>tbody>tr>td {
	color: #7b7b7b;
	font-size: 13px;
	padding: 15px 8px;
}

#dashboard a {
	color: #ff640f;
	text-transform: capitalize;
}

.view,
.view-cart {
	background: #ff640f none repeat scroll 0 0;
	color: #fff;
	padding: 5px 12px;
	text-transform: capitalize;
}

.view:hover,
.view:focus,
.show-btn:hover,
.view-cart:hover,
.view-cart:focus {
	color: #fff;
	background: #1a1a1a;
}

#dashboard a:hover {
	color: #003c97;
}

.billing-address {
	font-size: 16px;
	font-weight: 700;
	margin-top: 25px;
}

#address .view {
	display: inline-block;
	font-size: 14px;
	margin: 15px 0 12px;
	padding: 3px 12px;
}

.show-btn {
	background: #878787 none repeat scroll 0 0;
	border-radius: 0;
	color: #fff;
	font-size: 12px;
	height: 35px;
	position: absolute;
	right: 15px;
	text-transform: uppercase;
	top: 0;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	line-height: 24px;
}

.show-btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.login-form .form-check label {
	display: inline;
	font-size: 13px;
	padding-left: 5px;
}

.login-form .form-control,
.login-form .custom-radio,
.login-form span {
	font-size: 14px;
	height: 35px;
}

.no-gutters>[class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}

.dashboard-upper-info .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 0;
	margin-right: 0;
}

.align-items-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.login-form .form-control {
	font-size: 13px;
}

.catalogParent {
	width: 33.33%;
	margin-bottom: 2em;
}

.catalogParent>a {
	font-weight: 500;
	font-size: 15px;
	display: inline-block;
	margin-bottom: 10px;
}

.catalogParent>a>img {
	width: 30px;
	margin-right: 1rem;
}

.catalogParent ul {}

.catalogParent ul a {
	color: #555;
}

.allCatsLink {
	color: #222!important;
	display: inline-block;
	margin-top: 10px;
	font-size: 12px;
}

.allCatsLink {
	font-weight: 500;
}

.main-multi-product .owl-nav div:not(.disabled):hover,
.new-pro-active .owl-nav div:not(.disabled):hover,
.deal-pro-active .owl-nav div:not(.disabled):hover,
.best-selling-pro .owl-nav div:not(.disabled):hover,
.blog-active .owl-nav div:not(.disabled):hover,
.random-pro-active .owl-nav div:not(.disabled):hover,
.testimonial__container .dcare-arrow:hover,
.home-2-new-pro-active .owl-nav div:not(.disabled):hover,
.home-2 .best-seller-pro .owl-nav div:not(.disabled):hover {
	border-color: #ff640f;
	background: #ff640f;
	color: #fff;
}

.footer-social-content li a:hover {
	background: #ff640f;
}

.footer-bottom-content p a:hover {
	color: #ff640f;
}

a:focus,
a:hover,
.category-sub li:hover a {
	color: #ff640f;
}

.vertical-menu>span {
	background: #232f3e;
}

.header-top.off-white-bg {}

.header-middle.white-bg {
	background: #fff;
	color: #363f4d;
}

.actions-primary a:hover,
.actions-secondary a:hover,
.single-categorie a.cat-link:hover {
	background: #ff640f;
	color: #fff;
}

.testimonial__container .tes__img__slide .testimonial__img.slick-active.slick-center span,
.testimonial__container .tes__img__slide .testimonial__img span:hover {
	border-color: #ff640f;
}

.search-box-view .submit,
.newsletter-box .submit {
	background: #ff640f;
	color: #fff;
	font-weight: 500;
}

.search-box-view .submit,
.newsletter-box .submit:hover {
	color: #fff;
}

.header-list-menu>li>a,
.header-list-menu>li i {
	color: #363f4d;
}

.middle-menu-list {
	display: flex;
}

.middle-menu-list>li {
	width: 100%;
}

.middle-menu-list>li>a {
	color: #fff;
}

.header-list-menu>li:hover>a,
.header-list-menu>li>ul.ht-dropdown>li:hover a,
.megamenu-three-column>ul>li ul>li:hover>a,
.catergorie-product .single-product .pro-content .pro-title a:hover,
.cat-list li a:hover,
.middle-menu-list>li>ul.ht-dropdown>li:hover>a {
	color: #ff640f;
}

.cart-box>ul>li>a,
.news-desc .h3 span,
.pro-content .pro-title:hover a,
.single-categorie li a:hover {
	color: #363f4d;
}

.single-footer li:hover a {
	color: hsl(216, 15%, 65%);
}

.cart-box>ul>li:hover>a {
	color: #ff640f;
}

.search-box-view .submit:hover {
	background: #e4693e;
	color: #fff;
}

.middle-menu-list>li:hover>a,
.middle-menu-list>li>ul.ht-dropdown>li:hover>a,
.middle-menu-list>li>ul.ht-dropdown li:hover>a {
	color: #ff640f;
}

.count p {
	background: #ff640f;
	color: #fff;
}

.count span {
	font-weight: 500;
}


/* Normal desktop:992px.*/

@media (min-width:992px) and (max-width:1200px) {
	.single-comments .desc {
		margin-top: 0;
	}
	.slider-right-content .pro-img {
		width: 126px;
	}
	.single-footer h3 {
		font-size: 13px;
	}
	.best-seller-pro-two .best-seller-multi-product .single-product {
		padding: 22.5px 0;
	}
	.main-categorie #grid-view .single-product:not(.list-v) {
		width: 33.333333%;
	}
	.deal-pro-three-active .single-product {
		padding: 15px 10px;
	}
	.home-2-mid-menu .middle-menu-list>li>ul.ht-dropdown.megamenu {
		width: 655px;
	}
	.home-2-mid-menu .middle-menu-list>li>ul.ht-dropdown.megamenu.megamenu-two {
		width: 435px;
	}
	.best-seller-pro .actions-primary a {
		width: 100px;
	}
	.single-banner.zoom.mt-20 {
		margin-top: 50px;
	}
	.blog-related-post-active .actions-primary a {
		width: 100px;
	}
	.deal.deal-style-one .pro-img {
		padding: 11px 75px;
	}
}


/* Tablet desktop:768px.*/

@media (min-width:768px) and (max-width:991px) {
	.logo.mt-20 {
		margin-top: 25px;
	}
	.cart-box>ul>li>a {
		font-size: 24px;
	}
	.search-box-view .email {
		border: 1px solid #e1e1e1;
	}
	.vertical-menu-list>li ul.megamenu {
		width: 520px;
	}
	.megamenu-three-column>ul>li {
		width: 45.33%;
		margin-bottom: 20px;
	}
	.newsletter-box {
		margin-top: 20px;
	}
	.footer-link-list li span.title {
		padding: 7px 19px 8px 17px;
	}
	.main-testmonial {
		margin-top: 50px;
	}
	.popular-categorie .single-categorie {
		margin-bottom: 20px;
	}
	.footer-top .row [class*="col"]:nth-child(-n+3) .single-footer {
		margin-bottom: 40px;
	}
	.single-policy.po-1::after,
	.single-policy.po-2::after,
	.single-policy.po-3::after {
		display: none;
	}
	.company-policy .row [class*="col"]:nth-child(-n+2) .single-policy {
		padding-bottom: 30px;
	}
	.footer-content ul li a {
		font-size: 13px;
	}
	.pop-cat-content {
		margin-top: -6px;
	}
	.main-pop-cat h4 a {
		font-size: 12px;
	}
	.pop-cat-content span {
		margin: 5px 0;
	}
	.main-pop-cat .pop-cat-img {
		width: 150px;
	}
	.logo {
		padding: 26px 0;
	}
	.home-2-mid-menu .middle-menu-list>li>a {
		font-size: 11px;
		padding: 15px 21px 15px 0;
	}
	.vertical-style-3.menu-hidden {
		display: none;
	}
	.menu-styel-three.middle-menu-list>li>a {
		font-size: 12px;
		padding: 20px 24px 20px 0;
	}
	.main-categorie #grid-view .single-product:not(.list-v) {
		width: 33.333333%;
	}
	.main-categorie #list-view .single-product {
		padding: 10px 0;
	}
	.main-categorie #list-view .pro-img {
		width: 170px;
	}
	.product-link li a {
		padding: 0 12px;
	}
	.blog-detail-contact {
		margin-bottom: 30px;
	}
	.same-sidebar {
		margin-bottom: 20px;
	}
	.cart-main-area.wish-list .product-add-to-cart a {
		padding: 8px 15px;
		width: 160px;
	}
	.deal-pro-three-active .single-product {
		padding: 20px 10px;
	}
	.deal-pro-three-active .owl-item.active:first-child .dual-product {
		border-right: none;
	}
	.home-2-mid-menu .middle-menu-list>li>ul.ht-dropdown.megamenu {
		width: 495px;
	}
	.home-2-mid-menu .middle-menu-list>li>ul.ht-dropdown.megamenu.megamenu-two {
		width: 250px;
		padding: 30px 30px 12px;
	}
	.home-2-mid-menu .middle-menu-list>li>ul.ht-dropdown.megamenu-two .megamenu-three-column>ul>li {
		width: 100%;
	}
	.home-2-mid-menu .megamenu-three-column>ul>li ul>li>a {
		font-size: 12px;
	}
	.home-2-new-pro-active .owl-item.last.active {
		border-right: 0;
	}
	.best-seller-pro .owl-item.active,
	.best-seller-unique .owl-item.active {
		border-right: 1px solid #ebebeb;
		padding: 18px 15px;
	}
	.best-seller-pro .owl-item.last.active,
	.best-seller-unique .owl-item.last.active {
		border-right: none;
	}
	.single-banner.zoom.mt-20 {
		margin-top: 50px;
	}
	.about-bottom .ht-single-about:first-child {
		margin-bottom: 40px;
	}
	.slider-right-content {
		;
		margin-top: 30px;
	}
	.deal-pro-style-one .pro-img {
		float: left;
		width: 50%;
		padding: 0px 40px 20px;
	}
	.deal-pro-style-one .pro-content {
		overflow: hidden;
	}
	.sticky .sticky-logo>img {
		max-width: 110px;
	}
	.header-middle.white-bg.header-sticky.sticky .logo {
		padding: 16px 0;
	}
	.sticky .sticky-logo {
		margin-top: 18px;
	}
	.random-pro-active .owl-nav div {
		top: -65px!important;
	}
	.deal.deal-style-one.border-default.universal-padding {
		margin-bottom: 50px;
	}
	.error-text>p {
		font-size: 20px;
	}
	.log-in h3,
	.blog-detail-contact h3,
	.cart_totals h2 {
		font-size: 25px;
	}
	.error-text h1 {
		font-size: 150px;
		line-height: 155px;
	}
	.error-text h2 {
		font-size: 25px;
		margin-bottom: 16px;
	}
	.error-text>p {
		font-size: 21px;
	}
	.dashboard-content {
		margin-top: 30px;
	}
	.d-single-info.text-center {
		text-align: left;
	}
	.dashboard-upper-info [class*="col-"]:not(:last-child) .d-single-info {
		border-right: 0 none;
	}
	.dashboard-upper-info .d-single-info {
		padding: 0 0 20px;
	}
	.dashboard-upper-info {
		padding-top: 20px;
	}
	.dashboard-upper-info {
		margin-bottom: 30px;
	}
	.dashboard-content #downloads .table-responsive .table>tbody>tr>td {
		min-width: 260px;
	}
	.dashboard-content #orders .table-responsive .table>tbody>tr>td {
		min-width: 130px;
	}
}


/* small mobile:320px.*/

@media (max-width:767px) {
	.container {
		width: 100%;
	}
	.upper-banner.banner .row [class*="col"]:nth-child(-n+2) .single-banner {
		margin-bottom: 30px;
	}
	.banner-bottom .banner .row [class*="col"]:nth-child(-n+1) .single-banner {
		margin-bottom: 30px;
	}
	.popular-categorie .single-categorie {
		margin-bottom: 20px;
	}
	.best-selling-items .product-list {
		padding-right: 0;
		margin-top: 10px;
	}
	.group-title {
		display: block;
	}
	.company-policy .row [class*="col"]:nth-child(-n+3) .single-policy {
		padding-bottom: 30px;
	}
	.single-policy.po-1::after,
	.single-policy.po-2::after,
	.single-policy.po-3::after {
		display: none;
	}
	.main-testmonial {
		margin-top: 40px;
	}
	.double-product .single-product:nth-child(1) {
		border-bottom: 1px solid #ebebeb;
		padding-bottom: 15px;
	}
	.footer-bottom-content .pull-left {
		margin-bottom: 20px;
	}
	.footer-bottom-content .pull-left,
	.footer-bottom-content .pull-right {
		float: none !important;
		width: 100%;
	}
	.footer-bottom.ptb-40 {
		text-align: left;
	}
	.news-desc {
		padding-left: 0;
	}
	.news-desc .h3 {
		font-size: 20px;
	}
	.news-desc::before {
		display: none;
	}
	.logo.mt-20 {
		margin-top: 10px;
	}
	.cart-box>ul>li>a {
		padding-left: 0 0 0 15px;
		line-height: 31px;
		font-size: 22px;
	}
	.cart-box {
		padding-right: 0;
		margin-top: 0;
	}
	.header-bottom.black-bg {
		background: #fff none repeat scroll 0 0;
	}
	.search-box-view .email {
		border: 1px solid #e1e1e1;
	}
	.mean-container a.meanmenu-reveal {
		top: -37px;
	}
	.full-col,
	.logo.mt-20.pull-left {
		width: 100%;
		text-align: center;
	}
	.mean-container a.meanmenu-reveal {
		left: 0 !important;
		right: auto !important;
	}
	.main-cart-box {
		right: -37px;
		width: 268px;
	}
	.vertical-menu,
	.search-box-view {
		margin-top: 0;
		position: absolute;
	}
	.search-box-view .submit,
	.search-box-view .email {
		border-radius: 0;
	}
	.cart-box ul li {
		display: inline-block!important;
	}
	.full-col {
		width: 100%;
	}
	.cart-box>ul>li.search-bar-xs .ht-dropdown {
		width: 270px;
	}
	.blog-content {
		padding-left: 0;
	}
	.newsletter-box {
		margin-top: 20px;
	}
	.footer-link-list li span.title {
		padding: 7px 19px 8px 17px;
	}
	.testimonial__container .dcare-arrow {
		display: none!important;
	}
	.footer-content ul li a {
		font-size: 13px;
	}
	.footer-link-list li {
		margin-bottom: 15px;
	}
	#scrollUp {
		display: none!important;
	}
	.sticky .logo {
		display: none;
	}
	.pop-cat-content span {
		display: block;
		font-size: 13px;
		margin: 5px 0;
	}
	.main-pop-cat h4 a {
		font-size: 14px;
	}
	.pop-cat-content {
		padding-left: 0;
		padding-top: 15px;
		padding-bottom: 15px;
		position: relative;
	}
	.main-pop-cat .pop-cat-img {
		width: 180px;
		margin-right: 15px;
		float: none;
	}
	.thumb_active {
		width: 208px;
	}
	.testimonial__container .tes__img__slide .testimonial__img span {
		border-width: 2px;
		height: 50px;
		margin: 5px;
		width: 50px;
	}
	.footer-full {
		width: 100%;
	}
	.footer-social-content li a {
		height: 30px;
		line-height: 30px;
		margin: 0;
		width: 30px;
	}
	.newsletter-box .subscribe {
		padding: 0 95px 0 15px;
		font-size: 13px;
	}
	.header-bottom .fl-r,
	.header-middle .fl-r {
		float: right;
	}
	.footer-top .row [class*="col"]:nth-child(-n+4) .single-footer {
		margin-bottom: 40px;
	}
	.logo {
		padding: 0;
	}
	.header-bottom-style-two.header-bottom.black-bg {
		background: #232f3e;
	}
	.header-bottom-style-two .mean-container a.meanmenu-reveal {
		color: #fed700;
	}
	.header-bottom-style-two .mean-container a.meanmenu-reveal span {
		background: #fed700;
	}
	.home-3.header-bottom.black-bg {
		background: #e32727;
	}
	.home-3 .mean-container a.meanmenu-reveal,
	.home-4 .mean-container a.meanmenu-reveal {
		color: #fff;
	}
	.home-3 .mean-container a.meanmenu-reveal span,
	.home-4 .mean-container a.meanmenu-reveal span {
		background: #fff;
	}
	.home-4.header-bottom.black-bg {
		background: #08c;
	}
	.home-2-pro-actions .actions-primary a {
		width: 115px;
	}
	.group-title h2 {
		font-weight: 500;
	}
	.deal-products-three .pro-img {
		float: none;
		width: 100%;
	}
	.deal-products-three .single-product {
		padding: 0;
	}
	.main-categorie #grid-view .single-product.list-v{
	    width:100%;
	}
	.main-categorie .list-v .pro-content{
	    padding:0;
	}
	.grid-list-view.f-left,
	.main-toolbar-sorter.f-right {
		float: none;
	}
	.grid-list-top.border-default {
		padding: 15px 30px;
	}
	.grid-list-view.f-left {
		margin-top: 0;
	}
	.toolbar-sorter select,
	.toolbar-sorter-footer select {
		width: 125px;
	}
	.main-categorie #list-view .pro-img {
		width: 100%;
	}
	.review-list li label {
		left: 0;
	}
	.riview-field input,
	.riview-field textarea {
		width: 100%;
	}
	.product-link li {
		display: block;
		margin-bottom: 10px;
	}
	.product-link li a {
		display: inline-block;
		font-size: 12px;
	}
	.cart-main-area.wish-list .product-add-to-cart a {
		padding: 8px 25px;
		width: 155px;
		font-size: 12px;
	}
	.buttons-cart a {
		margin-top: 20px;
	}
	.cart_totals {
		float: none;
		text-align: left;
		margin-top: 40px;
	}
	.cart_totals table {
		float: none;
	}
	.cart_totals table tr.order-total th {
		text-align: left;
	}
	.blog-detail-contact {
		margin-bottom: 30px;
	}
	.blog-related-post-active .actions-primary a {
		width: 100px;
	}
	.blog-single-img .col-xs {
		width: 100%;
	}
	.social-links.text-right {
		margin-top: 10px;
		text-align: left;
	}
	.social-link-list li {
		margin-left: 0;
		margin-right: 10px;
	}
	.breadcrumb-area.ptb-50 {
		padding-bottom: 50px;
		padding-top: 0;
	}
	.error-text h1 {
		font-size: 85px;
		line-height: 80px;
		margin-bottom: 15px;
	}
	.error-text h2 {
		font-size: 18px;
	}
	.error-text>p {
		font-size: 15px;
		padding: 0;
	}
	.deal-pro-three-active .owl-item.active:first-child .dual-product {
		border-right: none;
	}
	.single-banner.zoom.mt-20 {
		margin-top: 50px;
	}
	.about-bottom .row div:nth-child(-n+2) .ht-single-about {
		margin-bottom: 40px;
	}
	.about-content {
		margin-top: 25px;
	}
	#search-form {
		width: 100%;
	}
	.slider-right-content {
		margin-top: 30px;
	}
	.count p {
		height: 42px;
		line-height: 42px;
		width: 42px;
	}
	.mobile-vertical-menu .vertical-menu {
		left: 15px;
		right: 15px;
		width: auto;
	}
	.vertical-menu-list>li a::after {
		display: none;
	}
	.mobile-vertical-menu.visible-xs {
		margin: 15px 0 62px 0;
	}
	.slider-area.pt-20 {
		padding-top: 0;
	}
	.header-middle.white-bg.header-sticky.sticky .logo {
		padding: 0;
	}
	.home-2-new-pro-active.home-2-new-customize .owl-nav div,
	.home-2-new-pro-active .owl-nav div {
		top: -120px;
	}
	.random-pro-active .owl-nav div {
		top: -65px!important;
	}
	.agree {
		margin-right: 0;
	}
	.deal.deal-style-one.border-default.universal-padding {
		margin-bottom: 50px;
	}
	.ship-different-title h3 label {
		font-size: 16px;
		margin-right: 5px;
		margin-top: 3px;
	}
	.your-order {
		margin-top: 50px;
	}
	.your-order-table table th,
	.your-order-table table td {
		font-size: 12px;
		padding: 15px 5px;
	}
	.your-order-table table .order-total th {
		font-size: 14px;
	}
	.your-order-table table tr.order-total td span {
		font-size: 15px;
	}
	.coupon-accordion h3 {
		line-height: 22px;
	}
	p.checkout-coupon input[type="submit"] {
		margin-left: 0;
		margin-top: 10px;
	}
	.header-middle.white-bg.header-sticky {
		background: #f7f7f7;
	}
	.slider-area.slider-one.pt-30 {
		padding-top: 0;
	}
	.footer-bottom-content .pull-left.pt-10 {
		padding-top: 0;
	}
	.breadcrubm-page-show {
		text-align: center;
	}
	.vertical-menu-list>li>a,
	.category-menu li a {
		line-height: 18px;
		position: relative;
		z-index: 5;
		padding: 0 8px 0 11px;
	}
	.vertical-menu-list>li>a:hover {
		background-color: #fff;
	}
	.panel-title,
	.order-button-payment input,
	.blog-title {
		font-size: 14px;
	}
	.register-title h3,
	.section-title h3,
	.single-misson h3,
	.contact-email-area h3,
	.checkbox-form h3,
	.cart-main-area .section-title h2,
	.coupon-area .section-title h2,
	.your-order h3,
	.cart_totals h2,
	.blog-detail-contact h3 {
		font-size: 25px;
	}
	.log-in h3 {
		font-size: 19px;
	}
	.comment-details h4 {
		font-size: 13px;
	}
	.skill-bar-item>span {
		font-size: 10px;
	}
	.deal-pro-style-two .col-xs-4,
	.deal-pro-style-two .col-xs-8,
	.deal-style-four .col-xs-4,
	.deal-style-four .col-xs-8 {
		width: 100%;
	}
	.double-product .single-product:nth-child(1) {
		border-bottom: none;
	}
	.dashboard-content {
		margin-top: 30px;
	}
	.d-single-info.text-center {
		text-align: left;
	}
	.dashboard-upper-info [class*="col-"]:not(:last-child) .d-single-info {
		border-right: 0 none;
	}
	.dashboard-upper-info .d-single-info {
		padding: 0 0 20px;
	}
	.dashboard-upper-info {
		padding-top: 20px;
	}
	.dashboard-upper-info .row {
		display: block;
	}
	.dashboard-upper-info {
		margin-bottom: 30px;
	}
	.dashboard-content {
		padding: 15px;
	}
	.dashboard-content .table-responsive .table>tbody>tr>td {
		min-width: 150px;
	}
	.dashboard-content h3 {
		font-size: 19px;
		line-height: 19px;
		margin-bottom: 14px;
	}
	.dashboard-content #downloads .table-responsive .table>tbody>tr>td {
		min-width: 260px;
	}
	.dashboard-content #orders .table-responsive .table>tbody>tr>td {
		min-width: 130px;
	}
}


/* Large Mobile:480px.*/

@media only screen and (min-width:480px) and (max-width:767px) {
	.container {
		width: 100%;
	}
	.full-col,
	.logo.mt-20.pull-left {
		width: auto;
		text-align: center;
	}
	.mean-container a.meanmenu-reveal {
		left: auto !important;
		right: 0 !important;
	}
	.main-cart-box {
		width: 290px;
	}
	.cart-box>ul>li.search-bar-xs .ht-dropdown {
		width: 380px;
	}
	.new-pro-active .owl-nav div,
	.deal-pro-active .owl-nav div,
	.best-selling-pro .owl-nav div,
	.popular-cat-active .owl-nav div,
	.random-pro-active .owl-nav div,
	.testimonial__container .dcare-arrow {
		top: -55px;
	}
	.owl-nav div,
	.testimonial__container .dcare-arrow {
		display: block!important;
	}
	.new-pro-active.new-upsell-pro .owl-nav div {
		top: -53px !important;
	}
	.new-pro-active .owl-nav div {
		top: -120px!important;
	}
	.best-selling-pro .owl-nav div {
		top: -110px;
	}
	#scrollUp {
		display: block !important;
	}
	.sticky .logo {
		display: block;
	}
	.thumb_active {
		width: 320px;
	}
	.testimonial__container .tes__img__slide .testimonial__img span {
		height: 84px;
		width: 84px;
	}
	.footer-top .row [class*="col"]:nth-child(-n+4) .single-footer {
		margin-bottom: 0;
	}
	.footer-top .row [class*="col"]:nth-child(-n+3) .single-footer {
		margin-bottom: 40px;
	}
	.news-desc .h3 {
		font-size: 20px;
	}
	.newsletter-box .submit {
		width: 120px;
	}
	.newsletter-box .subscribe {
		padding: 0 135px 0 20px;
	}
	.main-pop-cat .pop-cat-img {
		float: left;
		margin-right: 0;
		width: 200px;
	}
	.pop-cat-content {
		width: auto;
		top: 0;
		padding-left: 20px;
	}
	.logo img {
		margin-bottom: 0;
	}
	.product-link li a {
		padding: 0 12px;
		font-size: 13px;
	}
	.review-list li label {
		left: 30px;
	}
	.product-link li {
		display: inline-block;
		margin-bottom: 0;
	}
	.buttons-cart a {
		margin-top: 0;
	}
	.blog-single-img .col-xs {
		width: 50%;
	}
	.agree {
		margin-right: 5px;
	}
	p.checkout-coupon input[type="submit"] {
		margin-left: 6px;
	}
	.breadcrubm-page-show {
		text-align: left;
	}
	.main-categorie .actions-primary a {
		width: 108px;
	}
	.more-e-pro .actions-primary a,
	.best-seller-pro .actions-primary a,
	.new-pro-active .actions-primary a {
		width: 100px;
	}
	.related-product .actions-primary a,
	.best-selling-pro .actions-primary a {
		width: 90px;
	}
	.related-product .actions-secondary a,
	.best-selling-pro .actions-secondary a {
		width: 30px;
	}
	.new-pro-active .owl-item,
	.best-selling-pro .owl-item,
	.home-2-new-pro-active .owl-item {
		padding: 16px 14px;
	}
	.deal-pro-style-two .col-xs-4,
	.deal-style-four .col-xs-4 {
		width: 33.3333%;
	}
	.deal-pro-style-two .col-xs-8,
	.deal-style-four .col-xs-8 {
		width: 66.6667%;
	}
	.best-seller-pro .owl-item.active {
		border-right: 1px solid #ebebeb;
		padding: 0;
	}
	.best-seller-pro .owl-item.active.last,
	.best-seller-pro .owl-item.active {
		border-right: none;
	}
	.best-seller-pro-two .single-product .pro-img {
		width: 120px;
	}
}

.cart-box ul li.link_search,
.cart-box ul li.link_menu {
	display: none;
}


/** MOBILE MENU **/

.mobile-menu {
	background-color: #f9f9f9;
	position: fixed;
	top: 79px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transform-origin: 0% 0%;
	transform: translate(-100%, 0);
	transition: all 0.5s ease 0s;
}

.mobile-menu.open {
	transform: none;
}

.menu-section-list > ul {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	border-top: 1px solid rgba(0, 0, 0, .1);
	background-color: #fff;
}

.menu-section-list > ul:not(:first-child) {
	margin-top: 15px;
}

.menu-section-list > ul li a {
	height: 50px;
	display: flex;
	align-items: center;
	padding: 0 15px;
	font-size: 16px;
}

.menu-section-list > ul li a .svg-icon {
	fill: #999;
	margin-right: 15px;
}

.menu-other-list ul {
	padding: 15px;
}

.menu-other-list ul li:not(:first-child) {
	margin-top: 15px;
}

.menu-other-list ul li a {
	font-size: 16px;
	color: #999;
	display: inline-block;
}

.hamburger {
	position: relative;
	width: 25px;
	height: 20px;
	transition: transform 750ms ease-in-out;
}

#menu-button:active .hamburger {
	transition: transform 50ms;
	transform: scale(.95);
}

.hamburger::before,
.hamburger::after,
.hamburger .inner {
	content: '';
	position: absolute;
	width: 25px;
	height: 3px;
	border-radius: 4px;
	background: #363f4d;
	transform-origin: 100% 50%;
	left: 0;
	transition: all 750ms ease-in-out;
}

.hamburger::before {
	top: 0px;
}

.hamburger .inner {
	top: 8px;
	transform-origin: 50% 50%;
}

.hamburger::after {
	top: 16px;
}

.active .hamburger {
	transform: rotateY(-180deg);
}

.active #menu-button:active .hamburger {
	transform: scale(.95) rotateY(-180deg);
}

.active .hamburger::before,
.active .hamburger::after,
.active .hamburger .inner {
	background: #363f4d;
}

.active .hamburger::before {
	transform: translate3d(-4px, 0px, 0) rotateZ(-45deg);
}

.active .hamburger .inner {
	transform: rotateY(-90deg);
	transition: transform 375ms, background-color 750ms ease-in-out;
}

.active .hamburger::after {
	transform: translate3d(-4px, 1px, 0) rotateZ(45deg);
}

.mobile-catalog-head {
	margin-bottom: 15px;
}

.group-head {
	display: flex;
}

.group-head>* {
	width: 50%;
}

.group-head a {
	background-color: #f5f5f5;
	border: 1px solid #d9d9d9;
	font-size: 12px;
	color: #434343;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	padding: 0 15px;
	margin-left: 15px;
}

.group-head a svg {
	fill: #9D9D9D;
}

.group-head select {
	background-color: #f5f5f5;
	border: 1px solid #d9d9d9;
	font-size: 12px;
	color: #434343;
	border-radius: 2px;
	box-shadow: none;
	height: 40px;
}

.input-group-count {
	display: flex;
	border: 1px solid #cbcbcb;
}

.input-number {
	width: 50px !important;
	height: 30px;
	text-align: center;
	border: none;
	border-radius: 0;
	background: none;
	box-shadow: none;
}

.btn-number {
	width: 30px;
	height: 30px;
	background: #fff;
	border: none;
	font-size: 1.1em;
	cursor: pointer;
}

.btn-minus {
	border-right: 1px solid #cbcbcb;
}

.btn-plus {
	border-left: 1px solid #cbcbcb;
}

.element-counter .btn-number:hover:not([disabled="disabled"]) {
	background: #f7f7f7;
}

.element-counter .btn-number[disabled="disabled"] {
	color: #d5d5d5;
}

#msCart [type="submit"][value="cart/change"] {
	display: none;
}

.cart-item {
	display: flex;
	flex-wrap: wrap;
}

.cart-item:not(:first-child) {
	border-top: 1px solid #ebebeb;
	padding-top: 30px;
	margin-top: 30px;
}

.cart-item-img {
	width: 150px;
	margin-right: 15px;
}

.cart-item-info {
	width: 50%;
}

.cart-item-price,
.cart-item-count {
	width: 25%;
	display: flex;
	justify-content: center;
}

.cart-item_actions {
	display: flex;
}

.cart-item_right {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
}

.cart-item_actions a,
.cart-item_actions button {
	color: #9d9d9d;
	font-size: 12px;
	cursor: pointer;
	background-color: transparent;
}

.cart-item_actions>*:not(:first-child) {
	margin-left: 15px;
}

.cart-item_actions a:hover,
.cart-item_actions button:hover {
	color: #333;
}

.header-modal-close, .modal-filter-close {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0, 0, 0, .18);
	transition-duration:.6s;
	display: none;
	z-index: 100;
	cursor: pointer;
}

.left-menu{
    position:sticky;
    top:100px;
}

.special-offers{
    margin-bottom: -30px;
}

.special-offers .element{
    margin-bottom: 30px;
        border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding:20px;
    transition-duration:.3s;
}

.special-offers .element:hover{
    border: 1px solid #ff640f;
}

.special-offers .element .img-wrapper{
    position:relative;
}

.special-offers .element .img-wrapper span{
    position:absolute;
    display:inline-block;
    padding:1px 12px;
    background-color:#ff640f;
    color:#fff;
    white-space:nowrap;
    font-size:12px;
    border-radius:6px;
    top:10px;
    left: 10px;
}

.special-offers .element .title{
    font-weight:500;
    font-size:16px;
    margin:10px 0;
}

.container-content p{
    margin:0;
}

.container-content > ul li:before{
    width: 10px;
    height: 3px;
    background-color: #ff640f;
    content: '';
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-right: 5px;
}

.container-content > ul li:not(:first-child){
    margin-top: 15px;
}

.container-content ol{
        padding-left: 16px;
}

.container-content ol li{
    list-style:auto;
}

p:not(:first-child), p+div, p+blockqoute, p+.blockqoute, p+ul, .p-attribute+ul, .p-attribute+div{
  margin-top: 20px
}

.container-content > div+div{
    margin-top: 30px;
}

.container-content .h1+div,
.container-content .h2+div,
.container-content .h3+div,
.container-content .h4+div,
.container-content .h5+div,
.container-content .h6+div,
.container-content h1+div,
.container-content h2+div,
.container-content h3+div,
.container-content h4+div,
.container-content h5+div,
.container-content h6+div,
.container-content .h1+ol,
.container-content .h2+ol,
.container-content .h3+ol,
.container-content .h4+ol,
.container-content .h5+ol,
.container-content .h6+ol,
.container-content h1+ol,
.container-content h2+ol,
.container-content h3+ol,
.container-content h4+ol,
.container-content h5+ol,
.container-content h6+ol,
.container-content .h1+ul,
.container-content .h2+ul,
.container-content .h3+ul,
.container-content .h4+ul,
.container-content .h5+ul,
.container-content .h6+ul,
.container-content h1+ul,
.container-content h2+ul,
.container-content h3+ul,
.container-content h4+ul,
.container-content h5+ul,
.container-content h6+ul
{
    margin-top: 20px;
}

.h1:not(:first-child),
.h2:not(:first-child),
.h3:not(:first-child),
.h4:not(:first-child),
.h5:not(:first-child),
.h6:not(:first-child),
h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child),
h5:not(:first-child),
h6:not(:first-child) {
  margin-top: 20px
}

.other-offers{
    margin-top: 40px;
    padding-top: 40px;
    border-top:1px solid #e6e6e6;
}

.other-offers_title{
    margin-bottom: 40px;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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-sm,
.col-sm-auto, .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-md,
.col-md-auto, .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-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */

.contacts-row{
    margin-bottom: -30px;
}

.contacts-row .element{
    padding:20px;
    width:100%;
        border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin-bottom: 30px;
    display:flex;
    flex-direction:column;
}

.contacts-row .element .ico{
    width:50px;
    flex:0 0 50px;
    height:50px;
    display:flex;
    align-items:center;
    margin:0 auto;
    margin-bottom: 15px;
}

.contacts-row .element p:not(:first-child){
    margin-top: 15px;
}

.contacts-row .element .contain{
    margin-bottom: 15px;
}

.contacts-row .element .contain-footer{
    margin-top:auto;
}

.contacts-row .element .contain-footer .footer-social-content li a{
    background-color:#f5f5f5;
    color:#363f4d;
}

.contacts-row .element .contain-footer .footer-social-content li a:hover{
    background-color:#ff640f;
    color:#fff;
}

.contacts-row .element a{
    color:#ff640f;
}

.prop-info .table tr td:first-child{
    white-space:nowrap;
}

.filter-menu li.active a{
    font-weight:500;
    color:#ff640f;
}

section[id="mse2_msoption|color_product"] .disabled{
    opacity:.3;
}

p:not(:first-child) {
    margin-top: 20px;
}

/** BUTTONS **/

.btn{
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    height: 45px;
    padding: .375rem 1.7rem;
    font-size: 15px;
    line-height: normal;
}

.btn-large{
    width:100%;
}

.btn-primary{
    background-color: #ff640f;
    font-weight:500;
    border:1px solid #ff640f;
    border-radius:5px;
}

.btn-primary:hover{
    background-color:#e4693e;
    border-color:#e4693e;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline:none;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover,.btn-primary.focus, .btn-primary:focus{
    background-color:#d05a30;
    border-color:#d05a30;
}

/** TABLE **/

table.table{
        border-left: 1px solid rgba(0,0,0,.1);
    border-right: 1px solid rgba(0,0,0,.1);
    font-size:15px;
}

table.table thead{
    background-color: #FAFAFA;
    font-size:15px;
}

table.table thead th{
    font-weight:500;
    border-top:1px solid #E9E9E9;
    padding: 15px 15px;
}

table.table td span{
    font-size:12px;
    color:#777;
    display: block;
    margin-top: 5px;
}

table.table td{
        padding: 15px 15px;
    border-bottom: 1px solid #E9E9E9;
}

table.table tr:nth-child(2n) td {
    background-color: #FAFAFA;
}

/** OTHER **/

.delivery-boxes{
    margin-bottom: -20px;
}

.delivery-boxes .element{
    margin-bottom: 20px;
}

/** MODAL **/

.fancy-modal{
    display: none;
    border: 1px solid;
    border-color: rgb(230, 230, 230);
    background-color: white;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 25px 50px -8px;
    width: 650px;
    padding: 40px;
    max-width: 95%;
}

.modal-head {
    margin-bottom: 30px;
}

.modal-subtitle{
    margin-top: 10px;
    color:#777;
}

.main-policy > .row{
    margin-bottom: -30px;
}

.main-policy .element{
    display:flex;
    align-items:center;
    margin-bottom: 30px;
}

.main-policy .element .title{
    font-weight:500;
    font-size:16px;
}

.main-policy .element .ico{
    width:45px;
    height:45px;
    flex:0 0 45px;
    margin-right: 15px;
}

.main-policy .element .ico svg{
    fill:#444;
}

.single-product_badges span {
    font-size: 9px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    padding: 4px 4px 3px;
    display: inline-block;
    letter-spacing: 1px;
    line-height:1;
}

.newsletter{
    margin-top:0 !important;
}

.page-content_wrapper{
    padding:30px 0;
}

/** MAIN BLOG **/

.main-block .main-post_content .post-title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.main-blog_wrapper{
    padding-bottom: 40px;
}

.main-post .main-post_content{
  position: absolute;
  padding:30px;
  bottom:0;
  right: 0;
  left: 0;
  color:#fff;
}

.main-post .post-title{
  font-size:28px;
  line-height:1.3;
  font-weight:300;
}

.main-post .main-post_content .post-title{
  margin-bottom: 10px;
}

.main-blog_wrapper .main-post .element .img-wrapper{
    position: relative;
}

.main-blog_wrapper .main-post .element .img-wrapper:after{
    background-color:rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;left: 0;
    content:'';
}

.main-little-articles .main-post_content .post-title{
  margin:14px 0 8px;
  transition-duration:.2s;
}

.main-little-articles .main-post_content .post-blog-date{
  font-size:12px;
  color: #999;
}

.main-little-articles .element:hover .post-title{
  color:#ff640f;
}

.section-head{
  margin-bottom: 50px;
}

.section-head p{
  margin-top: 15px;
  font-size: 14px;
}

.main-blog .element img{
  transition-duration:.2s;
}

.main-blog .element:hover img{
  opacity:0.9;
}

.main-blog-more{
  margin-top: 40px;
}

.sidebar-catalog_banner{
    position:sticky;
    top:100px;
}

.sidebar-catalog_banner > a{
    display:block;
}

.sidebar-catalog_banner > a:not(:first-child){
    margin-top: 15px;
}


.card-default{
    padding:1rem;
    background:#f2f2f2;
    border-radius: .5rem;
}

.cards-features .ico{
        font-size: 4rem;
    display: inline-flex;
    background: #fff;
    width: 8rem;
    height: 8rem;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}

.seo-text h2, .seo-text .h2{
    font-size: 18px;
}

.seo-text h3, .seo-text .h3{
    font-size:16px;
}

.footer-paymethods li{
    line-height: 1 !important;
}

.footer-paymethods li:not(:first-child){
    margin-left: 8px;
}

.footer-paymethods img{
    background-color: #f6f6f6;
    padding: 4px 6px;
    border-radius: 2px;
    height: 22px;
}

@media screen and (max-width:1179px){.about-img{margin-top:20px}.list-v .add-cart-btn span:last-child{display:inline-block}.list-v .add-cart-btn span.pc{display:none}.list-v .comparison{display:none}.actions-secondary-2{justify-content:center}}@media screen and (max-width:1100px){.child-categories .element-col{width:25%}.order-button-payment input,.order-button-payment button{font-size:14px}}@media screen and (max-width:991px){.main-little-articles>.row{margin-bottom:-30px}.main-little-articles .element{margin-bottom:30px}.main-little-articles{margin-top:30px}.main-blog{padding-top:30px}.section-head{margin-bottom:30px}.blog-page-title{padding:30px 0 !important}.blog-page-filter ul li{font-weight:500;text-transform:unset}.blog-page-filter ul li:not(:first-child){margin-left:15px}.blog-page-filter ul{justify-content:flex-start;margin-top:30px;flex-wrap:wrap}.main-product-thumbnail #msGallery{position:relative;top:0}.main-categorie .single-product.single-product-v2{height:auto}.main-categorie .single-product.single-product-v2 form,.main-categorie .single-product.single-product-v2:hover form{height:auto;position:unset;box-shadow:none}.cart-box>ul>li:hover ul.ht-dropdown{visibility:hidden;-webkiit-transform:scaleY(0);-webkit-transform:scaleY(0);transform:scaleY(0);opacity:0}.two-about-block{margin-top:20px}.main-policy{padding:30px}.list-v .single-product_badges>*:not(:first-child),.best-selling-items .single-product_badges>*:not(:first-child){margin-top:0}.list-v .single-product_badges>*,.best-selling-items .single-product_badges>*{margin-right:4px;margin-bottom:4px}.list-v .single-product_badges,.best-selling-items .single-product_badges{position:unset;display:flex;flex-wrap:wrap}.pro-actions-v2 .msfavorites span.pc{display:none}.footer-list{display:flex;flex-wrap:wrap;margin-bottom:-5px;margin-top:20px}.footer-list li{margin-right:20px;margin-bottom:5px}.footer-list li a{color:#fff}.footer-bottom.pb-40{padding:20px 0}.footer-content span{margin-bottom:0}.new-products.mb-50{margin-bottom:20px !important}.mobile-adv.mt-20{margin-top:0}.pay-cards-box{margin-top:20px}header{position:relative}.header-sticky-control{position:absolute;top:0;left:0;right:0}.header-middle-two.fixed:not(.no-fixed){animation:none}.main-categories .element .info ul{display:none}.main-categories .element{align-items:center}.single-product:hover .pro-content{-webkit-transform:translateY(0px);transform:translateY(0px)}.best-selling-items .owl-nav div{top:-34px}.best-seller-pro .owl-item.active{padding:0}.best-selling-items .group-title{margin-bottom:0}.best-selling-items{padding-top:0;padding-bottom:0}.best-seller-multi-product .single-product{padding:20px 15px !important;background-color:transparent}.best-seller-multi-product .single-product .pro-content .pro-title{min-height:auto;margin-bottom:10px}.best-seller-multi-product .single-product .pro-content .pro-title a{margin-bottom:0}.best-selling-items .pro-img{float:left;margin-right:15px}.main-categorie .border-default{border-left:0;border-radius:0}.main-categorie{margin:0 -15px}.actions-secondary span.comparison{display:none}.pro-content .pro-title a{font-size:12px;line-height:18px;margin-bottom:0}.pro-img{padding:0;width:110px;margin:0 auto;margin-bottom:15px}.pro-img .secondary-img{padding:0}.list-v .pro-img{width:auto;margin-bottom:0}.pro-content{overflow:hidden}.pro-actions{position:unset;visibility:visible;opacity:1;transform:none;margin-top:10px;width:auto;padding-right:5px}.actions-primary a,.actions-secondary a,.actions-primary button,.product-add-to-cart button{background-color:transparent;color:#363f4d}.actions-primary button{width:auto;padding-left:15px;padding-right:15px;background-color:#ff640f;color:#fff;font-size:12px;white-space:nowrap}.megaMobile{display:block}.left-menu{margin-top:20px}.news-desc{text-align:center}.amount{font-size:12px}.your-order h3{border-bottom:0;padding-bottom:0}.your-order-table{margin:0 -15px;background-color:#fff;border-left:0;border-right:0;width:auto;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.24),0 1px 3px 0 rgba(0,0,0,.12);box-shadow:0 1px 2px 0 rgba(0,0,0,.24),0 1px 3px 0 rgba(0,0,0,.12)}.your-order{margin:0 -15px;padding:20px 15px}.cart-grid .random-product{margin-top:30px}.cart_totals{position:unset;margin-top:30px}.child-categories .element-col{width:33.33%}.newsletter{margin-top:30px}#aside-filter{position:fixed;left:-100%;top:0;bottom:0;width:320px;max-width:320px;z-index:9999;padding:0;overflow-y:scroll;overflow-x:hidden;-webkit-overflow-scrolling:touch;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.24),0 1px 3px 0 rgba(0,0,0,.12);box-shadow:0 1px 2px 0 rgba(0,0,0,.24),0 1px 3px 0 rgba(0,0,0,.12);transition-duration:.2s;visibility:hidden;opacity:0;background-color:#fff}.filter-functions{-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.24),0 1px 3px 0 rgba(0,0,0,.12);box-shadow:0 1px 2px 0 rgba(0,0,0,.24),0 1px 3px 0 rgba(0,0,0,.12);font-weight:500;font-size:21px;position:fixed;background-color:#fff;width:320px;z-index:5;bottom:0;left:-100%;transition-duration:.2s;visibility:hidden;opacity:0;padding:0 15px}.filter-functions>.btn:not(.hidden){margin:15px 0;width:100%}.show .filter-functions{left:0;visibility:visible;opacity:1}.sidebar form#mse2_filters{padding-top:60px;padding-bottom:75px}#aside-filter.show{left:0;visibility:visible;opacity:1}#search_filters{border-radius:0;border:0}.breadcrumb-list-item.f-left{text-align:center;margin-bottom:0;float:none}.page-list.f-right{display:none}.grid-list-view ul.list-inline{display:flex;align-items:center}.grid-list-view ul.list-inline li:last-child{order:1;flex:1}.grid-list-view ul.list-inline li:nth-child(1){order:2}.grid-list-view ul.list-inline li:nth-child(2){order:3}.grid-item-list{margin-left:0}.grid-list-top.border-default{padding:15px}.grid-list-top{margin-bottom:15px !important}.main-page_title{margin-bottom:30px}.main-page_title h1{font-size:18px}.breadcrumb-area{padding:0;margin-bottom:30px;border-bottom:1px solid #ebebeb}.breadcrumb-area>.container{padding:0}.breadcrumb-area .breadcrumb{padding:15px}.main-toolbar-sorter{display:none}.cart-box ul li.link_fav,.cart-box ul li.comparison{display:none !important}.cart-box ul li.link_search,.cart-box ul li.link_menu{display:inline-block}.header-top{display:none}.header-bottom{display:none}.header-middle-two{box-shadow:0 1px 4px rgba(0,0,0,.28)}.slider-wrapper.theme-default{margin-bottom:30px}.breadcrumb-area .breadcrumb{white-space:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;position:relative}.breadcrumb-area .breadcrumb:after{height:100%;width:15px;content:"";position:absolute;right:0;top:0}}@media screen and (max-width:991px){.new-products .product-list li:not(:first-child),.best-selling-items .product-list li:not(:first-child){margin-left:0}.product-tab-content .tab-pane.active{overflow:hidden}.pay-tabs img{max-width:30px}.tab-info-content{padding-top:20px;padding-bottom:20px}.main-categories .element{padding:20px 15px}.main-categories .element h5{font-size:14px}.main-categories .element{margin:0 -15px;border-radius:0;border:0;width:-webkit-fill-available;border-top:1px solid #ebebeb}.main-categorie #grid-view .single-product{width:100%}.best-seller-pro .owl-nav div.owl-next{right:15px}.best-seller-pro .owl-nav div.owl-prev{right:48px}.footer-top .row [class*="col"]:nth-child(-n+4) .single-footer{margin-bottom:0}.footer-top{padding-bottom:0;padding-top:30px}.slider-area.slider-style-three{padding:0}.slider-wrapper.theme-default{margin:0 -15px}.blog{padding-bottom:0}.new-products .product-list li,.best-selling-items .product-list li{font-weight:500;text-transform:none;padding-right:0}.new-products .product-list li a,.best-selling-items .product-list li a{font-size:14px;line-height:30px;padding:10px 20px;display:inline-block}.product-list li.active a,.best-selling-items .product-list li.active a{border-bottom:2px solid #ff640f}.product-tab-list{white-space:nowrap;margin:0 !important;border-bottom:0 !important;padding:0 15px !important;overflow-x:auto;-webkit-overflow-scrolling:touch;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.24),0 1px 3px 0 rgba(0,0,0,.12);box-shadow:0 1px 2px 0 rgba(0,0,0,.24),0 1px 3px 0 rgba(0,0,0,.12);position:relative;z-index:3}.new-pro-content .pro-content .pro-title a{margin-bottom:0}.new-pro-content .pro-content .pro-title{margin-bottom:10px}.new-pro-content,.best-selling-items,.blog-box{margin-left:-15px;margin-right:-15px;border-left:0;border-right:0}.best-selling-items .group-title,.blog-box .group-title{margin:0;padding:18.5px 15px;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.24),0 1px 3px 0 rgba(0,0,0,.12);box-shadow:0 1px 2px 0 rgba(0,0,0,.24),0 1px 3px 0 rgba(0,0,0,.12);border-bottom:0}.blog-box{padding-bottom:15px}.blog-box .group-title{margin:0 -15px;margin-bottom:15px}.best-selling-items .group-title h2,.blog-box .group-title h2{text-transform:none;font-size:18px}.new-pro-content,.best-selling-items{padding:0}.new-pro-active .owl-item,.best-selling-pro .owl-item,.home-2-new-pro-active .owl-item{padding:0}.new-pro-content .single-product{padding:15px}.best-selling-items .owl-nav div{top:-28px;z-index:4}.popular-cat-active .owl-nav div{top:-43px}.random-product{display:none}.deal-pro-active{border:0;padding-bottom:0;margin-bottom:0}.deal-mini{display:none}.review-title{font-size:13px;line-height:21px}.list-v .pro-content .pro-title a{margin-bottom:5px}.main-categorie #grid-view .single-product.list-v{padding:20px 15px}.pro-actions-v2{display:flex;align-items:center}.list-v .add-cart-btn{padding-left:15px;padding-right:15px;margin-bottom:0;margin-right:15px;width:auto;font-size:14px;padding-top:0;padding-bottom:0;height:32px;line-height:32px}.product-v2-right{border-left:0;padding:0}.list-v .price{font-size:14px;text-align:left}.list-v .prev-price{text-align:left;font-size:12px;line-height:1;margin-top:0}.cart-item-price{margin-right:15px}.cart-item-price,.cart-item-count{width:auto}.cart-item_right{align-items:center}.cart-item-info{width:100%;margin-bottom:10px}.child-categories .element-col{width:50%}.header-middle-two{padding:15px 0}.product-head-info{flex-direction:column;align-items:flex-start}.product-head-info h1{font-size:16px;line-height:21px;margin-bottom:10px}.product-head-info .rating-summary{width:100%}.product-head-info .rating-summary:not(.no-stock){width:100%;display:flex;align-items:center;justify-content:space-between}.rating-summary_box.no-stock{width:100%;display:flex;align-items:center;justify-content:space-between}.product-head-info .rating-summary a{color:#9d9d9d}.stock-status{display:none}.product-color{flex-direction:column;align-items:flex-start}.product-color .option-label,.ram-options>span{display:block;color:#9d9d9d;font-size:12px;margin-bottom:5px}.ram-select{margin-left:0}.product-info-color{margin-bottom:15px}iframe{max-width:100%}.thubnail-desc{margin-top:15px}.product-cart-actions{flex-direction:column}.product-cart-actions>*{width:100%}.product-cart-right{border-left:0;border-top:1px solid #ebebeb;padding:10px 20px}.add-cart-btn{display:block;width:100%}.product-links .comparison{display:none}.product-links{width:100%;font-size:12px;display:flex;flex-direction:row;justify-content:space-between}.product-links a{color:#555}.product-links>*:not(:first-child){margin-top:0}.main-product-thumbnail{padding-bottom:0}.main-thumb-desc{white-space:nowrap;margin:0 -15px;padding:0 15px;overflow-x:auto;-webkit-overflow-scrolling:touch;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.24),0 1px 3px 0 rgba(0,0,0,.12);box-shadow:0 1px 2px 0 rgba(0,0,0,.24),0 1px 3px 0 rgba(0,0,0,.12);margin-bottom:15px}.main-thumb-desc+.tab-content.thumb-content{border:0;padding:0}.main-thumb-desc li a{font-size:14px;text-transform:none;background-color:transparent;border:0}.main-thumb-desc li.active a{border-bottom:2px solid #ff640f}.product-dil-desc{margin:0 -15px;padding:10px 0;margin-top:15px}.pdd-item{background-color:#fff;padding:15px;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.24),0 1px 3px 0 rgba(0,0,0,.12);box-shadow:0 1px 2px 0 rgba(0,0,0,.24),0 1px 3px 0 rgba(0,0,0,.12)}.pdd-item:not(:first-child){border-top:0;margin-top:10px}}@media screen and (max-width:767px){.your-order{position:relative;top:0}.msProductModal{padding:0 150px;text-align:center}.productModal-info{margin-top:20px}.modal-footer{display:flex}.modal-footer>.btn{width:100%}}@media screen and (max-width:575px){.main-post .post-title{font-size:21px}.blog-share.mtb-50{margin:15px 0 !important}.pager li{width:100%}.pager li:not(:first-child){margin-left:0;margin-top:15px;text-align:left}.pager{flex-direction:column}.product-badges{flex-direction:column}.product-badges span:not(:first-child){margin:0;margin-top:5px}.msProductModal{padding:0}.footer-social-content{margin-top:20px}.other-offers{margin-top:30px;padding-top:30px}.other-offers_title{margin-bottom:30px}.other-offers_title h2{font-size:18px}.main-categorie #grid-view .single-product{width:50%}}@media screen and (max-width:479px){.modal-footer .btn+.btn{margin-left:0;margin-top:10px}.modal-footer{flex-direction:column}.blog-box{padding-bottom:0}.prop-info .table tr td{font-size:12px}.pop-cat-content .pop-link{display:inline-block;font-size:13px;background-color:#363f4d;color:#363f4d;border-radius:4px;padding:5px 15px;width:100%;text-align:center;font-weight:500}.popular-cat-active .dual-pop-pro .main-pop-cat:first-child{margin-bottom:0}.actions-secondary-2 a{color:#363f4d;width:33px;display:block}.list-v .add-cart-btn{font-size:12px}.register-title h3,.section-title h3,.single-misson h3,.contact-email-area h3,.checkbox-form h3,.cart-main-area .section-title h2,.coupon-area .section-title h2,.your-order h3,.cart_totals h2,.blog-detail-contact h3{font-size:18px}.cart-total-price{margin:0 -15px;padding:15px;padding:15px;background-color:#fff;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.24),0 1px 3px 0 rgba(0,0,0,.12);box-shadow:0 1px 2px 0 rgba(0,0,0,.24),0 1px 3px 0 rgba(0,0,0,.12)}.cart_totals{margin:0 -15px;margin-top:30px;background-color:#f5f5f5;border-left:0;border-right:0;padding:15px}.cart-item-count{margin-top:15px}.cart-item-count.desktop{display:none}.input-number{width:38px !important}.cart-item-info>a{font-size:14px;line-height:20px;display:inline-block}.cart-item-img{width:100px}.child-categories .element-col{width:100%}.main-pop-cat .pop-cat-img{width:100%}.main-categorie .single-product.grid-v:nth-child(2n){border-right:0}}