@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
@import url(//fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900);
.top-search .input-group-addon.close-search, [role=button] {
	cursor: pointer
}
.mfp-arrow, html {
	-webkit-tap-highlight-color: transparent
}
@font-face {
	font-family: zingende;
	src: url(../fonts/zingende.eot);
	src: url(../fonts/zingende.woff) format("woff"), url(../fonts/zingende.woff2) format("woff2"), url(../fonts/zingende.otf) format("opentype"), url(http://www.partypopstar.com/fonts/zingende.svg#zingende) format("svg")
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
 .success,
    .error {
        padding: 1em;
        margin-bottom: 12px;
        margin-bottom: 12px;
        margin-bottom: 12px;
        margin-bottom: 0.75rem;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
        border-radius: 4px;
    }
    
    .success {
        color: #fff;
        background-color: #2ecc71
    }
.animated {
	animation-duration: 1s;
	animation-fill-mode: both
}
.animated.infinite {
	animation-iteration-count: infinite
}
.animated.hinge {
	animation-duration: 2s
}
.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
	animation-duration: .75s
}
@keyframes bounce {
	0%, 20%, 53%, 80%, to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		transform: translateZ(0)
	}
	40%, 43% {
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		transform: translate3d(0, -4px, 0)
	}
}
.bounce {
	animation-name: bounce;
	transform-origin: center bottom
}
@keyframes flash {
	0%, 50%, to {
		opacity: 1
	}
	25%, 75% {
		opacity: 0
	}
}
.flash {
	animation-name: flash
}
@keyframes pulse {
	0%, to {
		transform: scaleX(1)
	}
	50% {
		transform: scale3d(1.05, 1.05, 1.05)
	}
}
.pulse {
	animation-name: pulse
}
@keyframes rubberBand {
	0%, to {
		transform: scaleX(1)
	}
	30% {
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		transform: scale3d(1.05, .95, 1)
	}
}
.rubberBand {
	animation-name: rubberBand
}
@keyframes shake {
	0%, to {
		transform: translateZ(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: rotate(15deg)
	}
	40% {
		transform: rotate(-10deg)
	}
	60% {
		transform: rotate(5deg)
	}
	80% {
		transform: rotate(-5deg)
	}
	to {
		transform: rotate(0)
	}
}
.swing {
	transform-origin: top center;
	animation-name: swing
}
@keyframes tada {
	0%, to {
		transform: scaleX(1)
	}
	10%, 20% {
		transform: scale3d(.9, .9, .9) rotate(-3deg)
	}
	30%, 50%, 70%, 90% {
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}
	40%, 60%, 80% {
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}
}
.tada {
	animation-name: tada
}
@keyframes wobble {
	0%, to {
		transform: none
	}
	15% {
		transform: translate3d(-25%, 0, 0) rotate(-5deg)
	}
	30% {
		transform: translate3d(20%, 0, 0) rotate(3deg)
	}
	45% {
		transform: translate3d(-15%, 0, 0) rotate(-3deg)
	}
	60% {
		transform: translate3d(10%, 0, 0) rotate(2deg)
	}
	75% {
		transform: translate3d(-5%, 0, 0) rotate(-1deg)
	}
}
.wobble {
	animation-name: wobble
}
@keyframes jello {
	0%, 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(-.78125deg) skewY(-.78125deg)
	}
	77.7% {
		transform: skewX(.390625deg) skewY(.390625deg)
	}
	88.8% {
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}
.jello {
	animation-name: jello;
	transform-origin: center
}
@keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	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: scaleX(1)
	}
}
.bounceIn {
	animation-name: bounceIn
}
@keyframes bounceInDown {
	0%, 60%, 75%, 90%, to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	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 {
	0%, 60%, 75%, 90%, to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	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 {
	0%, 60%, 75%, 90%, to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	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
	}
}
.bounceInRight {
	animation-name: bounceInRight
}
@keyframes bounceInUp {
	0%, 60%, 75%, 90%, to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		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: translateZ(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 {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
.fadeIn {
	animation-name: fadeIn
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}
.fadeInDown {
	animation-name: fadeInDown
}
@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translate3d(0, -2000px, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}
.fadeInDownBig {
	animation-name: fadeInDownBig
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}
.fadeInLeft {
	animation-name: fadeInLeft
}
@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}
.fadeInLeftBig {
	animation-name: fadeInLeftBig
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}
.fadeInRight {
	animation-name: fadeInRight
}
@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translate3d(2000px, 0, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}
.fadeInRightBig {
	animation-name: fadeInRightBig
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}
.fadeInUp {
	animation-name: fadeInUp
}
@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translate3d(0, 2000px, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}
.fadeInUpBig {
	animation-name: fadeInUpBig
}
@keyframes fadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}
.fadeOut {
	animation-name: fadeOut
}
@keyframes fadeOutDown {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		transform: translate3d(0, 100%, 0)
	}
}
.fadeOutDown {
	animation-name: fadeOutDown
}
@keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		transform: translate3d(0, 2000px, 0)
	}
}
.fadeOutDownBig {
	animation-name: fadeOutDownBig
}
@keyframes fadeOutLeft {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		transform: translate3d(-100%, 0, 0)
	}
}
.fadeOutLeft {
	animation-name: fadeOutLeft
}
@keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0)
	}
}
.fadeOutLeftBig {
	animation-name: fadeOutLeftBig
}
@keyframes fadeOutRight {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		transform: translate3d(100%, 0, 0)
	}
}
.fadeOutRight {
	animation-name: fadeOutRight
}
@keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		transform: translate3d(2000px, 0, 0)
	}
}
.fadeOutRightBig {
	animation-name: fadeOutRightBig
}
@keyframes fadeOutUp {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}
}
.fadeOutUp {
	animation-name: fadeOutUp
}
@keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		transform: translate3d(0, -2000px, 0)
	}
}
.fadeOutUpBig {
	animation-name: fadeOutUpBig
}
@keyframes flip {
	0% {
		transform: perspective(400px) rotateY(-1turn);
		animation-timing-function: ease-out
	}
	40% {
		transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		animation-timing-function: ease-out
	}
	50% {
		transform: perspective(400px) translateZ(150px) rotateY(-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 {
	0% {
		transform: perspective(400px) rotateX(90deg);
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		transform: perspective(400px) rotateX(-20deg);
		animation-timing-function: ease-in
	}
	60% {
		transform: perspective(400px) rotateX(10deg);
		opacity: 1
	}
	80% {
		transform: perspective(400px) rotateX(-5deg)
	}
	to {
		transform: perspective(400px)
	}
}
.flipInX {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	animation-name: flipInX
}
.flipInY, .flipOutX {
	-webkit-backface-visibility: visible!important
}
@keyframes flipInY {
	0% {
		transform: perspective(400px) rotateY(90deg);
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		transform: perspective(400px) rotateY(-20deg);
		animation-timing-function: ease-in
	}
	60% {
		transform: perspective(400px) rotateY(10deg);
		opacity: 1
	}
	80% {
		transform: perspective(400px) rotateY(-5deg)
	}
	to {
		transform: perspective(400px)
	}
}
.flipInY {
	backface-visibility: visible!important;
	animation-name: flipInY
}
@keyframes flipOutX {
	0% {
		transform: perspective(400px)
	}
	30% {
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1
	}
	to {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}
.flipOutX {
	animation-name: flipOutX;
	backface-visibility: visible!important
}
@keyframes flipOutY {
	0% {
		transform: perspective(400px)
	}
	30% {
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1
	}
	to {
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}
.flipOutY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	animation-name: flipOutY
}
@keyframes lightSpeedIn {
	0% {
		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 {
	0% {
		opacity: 1
	}
	to {
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}
.lightSpeedOut {
	animation-name: lightSpeedOut;
	animation-timing-function: ease-in
}
@keyframes rotateIn {
	0% {
		transform-origin: center;
		transform: rotate(-200deg);
		opacity: 0
	}
	to {
		transform-origin: center;
		transform: none;
		opacity: 1
	}
}
.rotateIn {
	animation-name: rotateIn
}
@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(-45deg);
		opacity: 0
	}
	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1
	}
}
.rotateInDownLeft {
	animation-name: rotateInDownLeft
}
@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(45deg);
		opacity: 0
	}
	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1
	}
}
.rotateInDownRight {
	animation-name: rotateInDownRight
}
@keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(45deg);
		opacity: 0
	}
	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1
	}
}
.rotateInUpLeft {
	animation-name: rotateInUpLeft
}
@keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0
	}
	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1
	}
}
.rotateInUpRight {
	animation-name: rotateInUpRight
}
@keyframes rotateOut {
	0% {
		transform-origin: center;
		opacity: 1
	}
	to {
		transform-origin: center;
		transform: rotate(200deg);
		opacity: 0
	}
}
.rotateOut {
	animation-name: rotateOut
}
@keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		transform-origin: left bottom;
		transform: rotate(45deg);
		opacity: 0
	}
}
.rotateOutDownLeft {
	animation-name: rotateOutDownLeft
}
@keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		transform-origin: right bottom;
		transform: rotate(-45deg);
		opacity: 0
	}
}
.rotateOutDownRight {
	animation-name: rotateOutDownRight
}
@keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		transform-origin: left bottom;
		transform: rotate(-45deg);
		opacity: 0
	}
}
.rotateOutUpLeft {
	animation-name: rotateOutUpLeft
}
@keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0
	}
}
.rotateOutUpRight {
	animation-name: rotateOutUpRight
}
@keyframes hinge {
	0% {
		transform-origin: top left;
		animation-timing-function: ease-in-out
	}
	20%, 60% {
		transform: rotate(80deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out
	}
	40%, 80% {
		transform: rotate(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 {
	0% {
		opacity: 0;
		transform: scale(.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 {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0) rotate(-120deg)
	}
	to {
		opacity: 1;
		transform: none
	}
}
.rollIn {
	animation-name: rollIn
}
@keyframes rollOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		transform: translate3d(100%, 0, 0) rotate(120deg)
	}
}
.rollOut {
	animation-name: rollOut
}
@keyframes zoomIn {
	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}
.zoomIn {
	animation-name: zoomIn
}
@keyframes zoomInDown {
	0% {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
.zoomInDown {
	animation-name: zoomInDown
}
@keyframes zoomInLeft {
	0% {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
.zoomInLeft {
	animation-name: zoomInLeft
}
@keyframes zoomInRight {
	0% {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
.zoomInRight {
	animation-name: zoomInRight
}
@keyframes zoomInUp {
	0% {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
.zoomInUp {
	animation-name: zoomInUp
}
@keyframes zoomOut {
	0% {
		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(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform-origin: center bottom;
		animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform-origin: center bottom;
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
.zoomOutUp {
	animation-name: zoomOutUp
}
@keyframes slideInDown {
	0% {
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}
	to {
		transform: translateZ(0)
	}
}
.slideInDown {
	animation-name: slideInDown
}
@keyframes slideInLeft {
	0% {
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}
	to {
		transform: translateZ(0)
	}
}
.slideInLeft {
	animation-name: slideInLeft
}
@keyframes slideInRight {
	0% {
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}
	to {
		transform: translateZ(0)
	}
}
.slideInRight {
	animation-name: slideInRight
}
@keyframes slideInUp {
	0% {
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}
	to {
		transform: translateZ(0)
	}
}
.slideInUp {
	animation-name: slideInUp
}
@keyframes slideOutDown {
	0% {
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		transform: translate3d(0, 100%, 0)
	}
}
.slideOutDown {
	animation-name: slideOutDown
}
@keyframes slideOutLeft {
	0% {
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		transform: translate3d(-100%, 0, 0)
	}
}
.slideOutLeft {
	animation-name: slideOutLeft
}
@keyframes slideOutRight {
	0% {
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		transform: translate3d(100%, 0, 0)
	}
}
.slideOutRight {
	animation-name: slideOutRight
}
@keyframes slideOutUp {
	0% {
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		transform: translate3d(0, -100%, 0)
	}
}
.slideOutUp {
	animation-name: slideOutUp
}
nav.bootsnav .megamenu-fw .dropdown-menu {
	left: auto
}
nav.bootsnav .megamenu-content {
	padding: 15px;
	width: 100%
}
nav.bootsnav .megamenu-content .title {
	margin-top: 0
}
nav.bootsnav .dropdown.megamenu-fw .dropdown-menu {
	left: 0;
	right: 0
}
nav.navbar.bootsnav {
	margin-bottom: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	border: none
}
nav.navbar.bootsnav ul.nav>li>a {
	background-color: transparent!important
}
nav.navbar.bootsnav ul.nav li.active>a, nav.navbar.bootsnav ul.nav li.active>a:focus, nav.navbar.bootsnav ul.nav li.active>a:hover, nav.navbar.bootsnav ul.nav li.megamenu-fw>a:focus, nav.navbar.bootsnav ul.nav li.megamenu-fw>a:hover {
	background-color: transparent
}
nav.navbar.bootsnav .navbar-toggle {
	background-color: transparent!important;
	border: none;
	padding: 0;
	font-size: 18px;
	position: relative;
	top: 5px
}
nav.navbar.bootsnav ul.nav ul.dropdown-menu>li>a {
	white-space: normal
}
ul.menu-col {
	padding: 0;
	margin: 0;
	list-style: none
}
ul.menu-col li a {
	color: #6f6f6f
}
ul.menu-col li a:focus, ul.menu-col li a:hover {
	text-decoration: none
}
nav.bootsnav.navbar-full {
	padding-bottom: 10px;
	padding-top: 10px
}
nav.bootsnav.navbar-full .navbar-header {
	display: block
}
nav.bootsnav.navbar-full .navbar-toggle {
	display: inline-block;
	position: relative;
	top: 0;
	font-size: 30px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	margin: 0
}
nav.bootsnav.navbar-full .navbar-toggle:focus, nav.bootsnav.navbar-full .navbar-toggle:hover {
	background-color: inherit
}
nav.bootsnav.navbar-full .navbar-collapse {
	position: fixed;
	width: 100%;
	height: 100%!important;
	top: 0;
	left: 0;
	padding: 0;
	display: none!important;
	z-index: 9;
	max-height: 100%!important
}
nav.bootsnav.navbar-full .navbar-collapse.in {
	display: block!important
}
nav.bootsnav.navbar-full .navbar-collapse .nav-full {
	overflow: auto
}
nav.bootsnav.navbar-full .navbar-collapse .wrap-full-menu {
	display: table-cell;
	vertical-align: middle;
	overflow: auto;
	background: rgba(0, 0, 0, .88)
}
nav.bootsnav.navbar-full .navbar-collapse .nav-full::-webkit-scrollbar {
	width: 0
}
nav.bootsnav.navbar-full .navbar-collapse .nav-full::-moz-scrollbar {
	width: 0
}
nav.bootsnav.navbar-full .navbar-collapse .nav-full::-ms-scrollbar {
	width: 0
}
nav.bootsnav.navbar-full .navbar-collapse .nav-full::-o-scrollbar {
	width: 0
}
nav.bootsnav.navbar-full .navbar-collapse .nav {
	display: block;
	width: 100%
}
nav.navbar.bootsnav.navbar-full li {
	margin: 20px 0
}
nav.navbar.bootsnav.navbar-full li a {
	font-size: 22px!important;
	color: #232323;
	font-weight: 700;
	line-height: 26px!important;
	background: 0 0
}
nav.navbar.bootsnav.navbar-full li.dropdown ul {
	padding: 5px 15px!important
}
nav.navbar.bootsnav.navbar-full li.dropdown ul.dropdown-menu {
	top: 0!important;
	left: auto;
	margin: 0;
	padding: 10px 20px;
	position: relative;
	float: none;
	background: inherit;
	border: 0;
	box-shadow: none
}
nav.navbar.bootsnav.navbar-full li.dropdown ul.dropdown-menu li {
	margin: 5px 0
}
nav.navbar.bootsnav.navbar-full li.dropdown ul.dropdown-menu li a {
	color: #232323!important;
	border: none!important;
	padding: 0;
	font-size: 14px!important;
	font-weight: 400
}
nav.navbar.bootsnav.navbar-full li.dropdown ul.dropdown-menu li a:hover {
	color: #ff214f!important
}
nav.navbar.bootsnav.navbar-full ul>li a {
	padding-left: 35px;
	position: relative
}
nav.navbar.bootsnav.navbar-full ul li.dropdown.open a, nav.navbar.bootsnav.navbar-full ul>li a:hover {
	color: #ff214f
}
nav.navbar.bootsnav.navbar-full ul li.dropdown.open a:after, nav.navbar.bootsnav.navbar-full ul>li a:hover:after {
	background: #ff214f
}
nav.navbar.bootsnav.navbar-full ul>li a::after {
	background: #dbdbdb;
	content: "";
	display: inline-block;
	height: 4px;
	left: 0;
	position: absolute;
	top: 14px;
	width: 18px
}
nav.navbar.bootsnav.navbar-full ul>li.dropdown ul.dropdown-menu li a:after {
	display: none
}
nav.navbar.bootsnav.navbar-full ul>li.dropdown ul.dropdown-menu {
	padding-left: 50px!important
}
.close-full-menu {
	background: #000;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 78
}
.close-full-menu>a {
	float: left;
	padding: 10px 15px
}
.attr-nav {
	float: right;
	display: inline-block;
	margin-left: 13px;
	margin-right: -15px
}
.attr-nav>ul {
	padding: 0;
	margin: 0 0 -7px;
	list-style: none;
	display: inline-block
}
.attr-nav>ul>li {
	float: left;
	display: block
}
.attr-nav>ul>li>a {
	color: #6f6f6f;
	display: block;
	position: relative
}
.attr-nav>ul>li>a span.badge {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	right: 5px;
	font-size: 10px;
	padding: 2px 0 0;
	width: 15px;
	height: 15px
}
.attr-nav>ul>li.dropdown ul.dropdown-menu {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	border: 1px solid #e0e0e0
}
ul.cart-list {
	padding: 0!important;
	width: 250px!important
}
ul.cart-list>li {
	position: relative;
	border-bottom: solid 1px #efefef;
	padding: 15px 15px 23px!important
}
ul.cart-list>li>a.photo, ul.cart-list>li>h6>a.photo {
	padding: 0!important;
	display: block
}
ul.cart-list>li>a.photo {
	margin-right: 15px;
	float: left;
	width: 50px;
	height: 50px;
	left: 15px;
	top: 15px
}
ul.cart-list>li img {
	width: 50px;
	height: 50px;
	border: 1px solid #efefef
}
ul.cart-list>li>h6 {
	margin: 0
}
ul.cart-list>li>p {
	margin-bottom: 0
}
ul.cart-list>li.total {
	background-color: #f5f5f5;
	padding-bottom: 15px!important
}
ul.cart-list>li.total>.btn {
	display: inline-block;
	border-bottom: solid 1px #efefef!important
}
ul.cart-list>li .price {
	font-weight: 700
}
ul.cart-list>li.total>span {
	padding-top: 8px
}
.top-search {
	background-color: #333;
	padding: 10px 0;
	display: none
}
.top-search input.form-control {
	background-color: transparent;
	border: none;
	color: #fff;
	height: 40px;
	padding: 0 15px
}
.top-search .input-group-addon {
	background-color: transparent;
	border: none;
	color: #fff;
	padding-left: 0;
	padding-right: 0
}
body {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
body.on-side {
	margin-left: -280px
}
.side {
	position: fixed;
	overflow-y: auto;
	top: 0;
	right: -280px;
	width: 280px;
	padding: 25px 30px;
	height: 100%;
	display: block;
	background-color: #333;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 9
}
.side.on {
	right: 0
}
.side .close-side {
	float: right;
	color: #fff;
	position: relative;
	z-index: 2;
	font-size: 16px
}
.side .widget {
	position: relative;
	z-index: 1;
	margin-bottom: 25px
}
.side .widget .title {
	color: #fff;
	margin-bottom: 15px
}
.side .widget ul.link {
	padding: 0;
	margin: 0;
	list-style: none
}
.side .widget ul.link li a {
	color: #9f9f9f;
	letter-spacing: 1px
}
.side .widget ul.link li a:focus, .side .widget ul.link li a:hover {
	color: #fff;
	text-decoration: none
}
nav.navbar.bootsnav .share {
	padding: 0 30px;
	margin-bottom: 30px
}
nav.navbar.bootsnav .share ul {
	display: inline-block;
	padding: 0;
	margin: 0 0 -7px;
	list-style: none
}
nav.navbar.bootsnav .share ul>li {
	float: left;
	display: block;
	margin-right: 5px
}
nav.navbar.bootsnav .share ul>li>a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 35px;
	height: 35px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background-color: #cfcfcf;
	color: #fff
}
.label, sub, sup {
	vertical-align: baseline
}
nav.navbar.bootsnav.navbar-fixed {
	position: fixed;
	display: block;
	width: 100%
}
nav.navbar.bootsnav.no-background {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out
}
.wrap-sticky {
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.wrap-sticky nav.navbar.bootsnav {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0
}
.wrap-sticky nav.navbar.bootsnav.sticked {
	position: fixed;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
body.on-side .wrap-sticky nav.navbar.bootsnav.sticked {
	left: -280px
}
@media (min-width:1024px) and (max-width:1400px) {
	body.wrap-nav-sidebar .wrapper .container {
		width: 100%;
		padding-left: 30px
	}
}
@media (min-width:1024px) {
	nav.navbar.bootsnav ul.nav>li>a {
		padding: 30px 15px
	}
	nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after {
		font-family: FontAwesome;
		content: "\f0d7";
		margin-left: 5px;
		margin-top: 2px
	}
	nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
		border: none
	}
	nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li a:hover, nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li:last-child>a {
		border-bottom: none
	}
	nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
		text-align: right
	}
	nav.navbar.bootsnav ul.dropdown-menu.megamenu-content.tabbed, nav.navbar.bootsnav ul.dropdown-menu.megamenu-content.tabbed>li {
		padding: 0
	}
	nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu {
		padding: 0 30px;
		margin: 0 -.5px;
		border-left: solid 1px #f0f0f0
	}
	nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu:first-child {
		border-left: none
	}
	nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu:last-child {
		border-right: none
	}
	nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content {
		display: none
	}
	nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a {
		text-align: left;
		padding: 5px 0;
		display: block;
		width: 100%;
		margin-bottom: 0;
		border-bottom: none;
		color: #6f6f6f
	}
	nav.navbar.bootsnav.on ul.dropdown-menu.megamenu-content .content {
		display: block!important;
		height: auto!important
	}
	nav.navbar.bootsnav.no-background {
		background-color: transparent;
		border: none
	}
	nav.navbar.bootsnav.navbar-transparent .attr-nav {
		padding-left: 15px;
		margin-left: 30px
	}
	nav.navbar.bootsnav.navbar-transparent.white {
		background-color: rgba(255, 255, 255, .3);
		border-bottom: solid 1px #bbb
	}
	nav.navbar.bootsnav.navbar-transparent.dark, nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark {
		background-color: rgba(0, 0, 0, .3);
		border-bottom: solid 1px #555
	}
	nav.navbar.bootsnav.navbar-transparent.white .attr-nav {
		border-left: solid 1px #bbb
	}
	nav.navbar.bootsnav.navbar-transparent.dark .attr-nav, nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark .attr-nav {
		border-left: solid 1px #555
	}
	nav.navbar.bootsnav.navbar-transparent.white .attr-nav>ul>li>a, nav.navbar.bootsnav.navbar-transparent.white ul.nav>li>a, nav.navbar.bootsnav.no-background.white .attr-nav>ul>li>a, nav.navbar.bootsnav.no-background.white ul.nav>li>a {
		color: #fff
	}
	nav.navbar.bootsnav.navbar-fixed.navbar-transparent .logo-scrolled, nav.navbar.bootsnav.navbar-fixed.no-background .logo-scrolled {
		display: none
	}
	nav.navbar.bootsnav.navbar-fixed.navbar-transparent .logo-display, nav.navbar.bootsnav.navbar-fixed.no-background .logo-display {
		display: block
	}
	nav.navbar.bootsnav.navbar-fixed .logo-display {
		display: none
	}
	nav.navbar.bootsnav.navbar-fixed .logo-scrolled {
		display: block
	}
	.attr-nav>ul>li.dropdown ul.dropdown-menu {
		margin-top: 0;
		margin-left: 55px;
		width: 250px;
		left: -250px
	}
	nav.navbar.bootsnav.menu-center .container {
		position: relative
	}
	nav.navbar.bootsnav.menu-center ul.nav.navbar-center {
		float: none;
		margin: 0 auto;
		display: table;
		table-layout: fixed
	}
	nav.navbar.bootsnav.menu-center .attr-nav, nav.navbar.bootsnav.menu-center .navbar-header {
		position: absolute
	}
	nav.navbar.bootsnav.menu-center .attr-nav {
		right: 15px
	}
	nav.bootsnav.navbar-brand-top .navbar-header {
		display: block;
		width: 100%;
		text-align: center
	}
	nav.bootsnav.navbar-brand-top ul.nav>li.dropdown>ul.dropdown-menu {
		margin-top: 2px
	}
	nav.bootsnav.navbar-brand-top ul.nav>li.dropdown.megamenu-fw>ul.dropdown-menu {
		margin-top: 0
	}
	nav.bootsnav.navbar-brand-top .navbar-header .navbar-brand {
		display: inline-block;
		float: none;
		margin: 0
	}
	nav.bootsnav.navbar-brand-top .navbar-collapse {
		text-align: center
	}
	nav.bootsnav.navbar-brand-top ul.nav {
		display: inline-block;
		float: none;
		margin: 0 0 -5px
	}
	nav.bootsnav.brand-center .navbar-header {
		display: block;
		width: 100%;
		position: absolute;
		text-align: center;
		top: 0;
		left: 0
	}
	nav.bootsnav.brand-center .navbar-brand {
		display: inline-block;
		float: none
	}
	nav.bootsnav.brand-center .navbar-collapse {
		text-align: center;
		display: inline-block;
		padding-left: 0;
		padding-right: 0
	}
	nav.bootsnav.brand-center ul.nav>li.dropdown>ul.dropdown-menu {
		margin-top: 2px
	}
	nav.bootsnav.brand-center ul.nav>li.dropdown.megamenu-fw>ul.dropdown-menu {
		margin-top: 0
	}
	nav.bootsnav.brand-center .navbar-collapse .col-half {
		width: 50%;
		float: left;
		display: block
	}
	nav.bootsnav.brand-center .navbar-collapse .col-half.left {
		text-align: right;
		padding-right: 100px
	}
	nav.bootsnav.brand-center .navbar-collapse .col-half.right {
		text-align: left;
		padding-left: 100px
	}
	nav.bootsnav.brand-center ul.nav {
		float: none!important;
		margin-bottom: -5px!important;
		display: inline-block!important
	}
	nav.bootsnav.brand-center ul.nav.navbar-right {
		margin: 0
	}
	nav.bootsnav.brand-center.center-side .navbar-collapse .col-half.left {
		text-align: left;
		padding-right: 100px
	}
	nav.bootsnav.brand-center.center-side .navbar-collapse .col-half.right {
		text-align: right;
		padding-left: 100px
	}
	body.wrap-nav-sidebar .wrapper {
		padding-left: 260px;
		overflow-x: hidden
	}
	nav.bootsnav.navbar-sidebar {
		position: fixed;
		width: 260px;
		overflow: hidden;
		left: 0;
		padding: 0!important;
		background: #fff
	}
	nav.bootsnav.navbar-sidebar .scroller {
		width: 280px;
		overflow-y: auto;
		overflow-x: hidden
	}
	nav.bootsnav.navbar-sidebar .container, nav.bootsnav.navbar-sidebar .container-fluid {
		padding: 0!important
	}
	nav.bootsnav.navbar-sidebar .navbar-header {
		float: none;
		display: block;
		width: 260px;
		padding: 10px 15px;
		margin: 10px 0 0!important
	}
	nav.bootsnav.navbar-sidebar .navbar-collapse {
		padding: 0!important;
		width: 260px
	}
	nav.bootsnav.navbar-sidebar ul.nav {
		float: none;
		display: block;
		width: 100%;
		padding: 0 15px!important;
		margin: 0 0 30px
	}
	nav.bootsnav.navbar-sidebar ul.nav li {
		float: none!important
	}
	nav.bootsnav.navbar-sidebar ul.nav>li>a {
		padding: 10px 15px;
		font-weight: 700
	}
	nav.bootsnav.navbar-sidebar ul.nav>li.dropdown>a:after {
		float: right
	}
	nav.bootsnav.navbar-sidebar ul.nav .megamenu-content .col-menu {
		border: none!important
	}
	nav.bootsnav.navbar-sidebar ul.nav>li.dropdown>ul.dropdown-menu {
		margin-bottom: 15px
	}
	nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu {
		top: 0;
		position: relative!important;
		left: 0!important;
		width: 100%!important;
		height: auto!important;
		background-color: transparent;
		border: none!important;
		padding: 0;
		float: none;
		margin-bottom: 0
	}
	nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a {
		padding: 5px 15px;
		color: #6f6f6f;
		border: none
	}
	nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu ul.dropdown-menu {
		padding-left: 15px;
		margin-top: 0
	}
	nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li.dropdown>a:before {
		font-family: FontAwesome;
		content: "\f105";
		float: right
	}
	nav.bootsnav.navbar-sidebar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on>a:before {
		content: "\f107"
	}
	nav.bootsnav.navbar-sidebar ul.dropdown-menu.megamenu-content>li {
		padding: 0!important
	}
	nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu {
		display: block;
		float: none!important;
		padding: 0;
		margin: 0;
		width: 100%;
		border: none
	}
	nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu .title {
		padding: 7px 0;
		text-transform: none;
		font-weight: 400;
		letter-spacing: 0;
		margin-bottom: 0;
		cursor: pointer;
		color: #6f6f6f
	}
	nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu .title:before {
		font-family: FontAwesome;
		content: "\f105";
		float: right
	}
	nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu.on .title:before {
		content: "\f107"
	}
	nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu .content {
		padding: 0 0 0 15px
	}
	nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu ul.menu-col li a {
		padding: 3px 0!important
	}
}
@media (max-width:991px) {
	nav.navbar.bootsnav .navbar-brand {
		display: inline-block;
		float: none!important;
		margin: 0!important
	}
	nav.navbar.bootsnav .navbar-header {
		float: none;
		display: block;
		text-align: center;
		padding-left: 30px;
		padding-right: 30px
	}
	nav.navbar.bootsnav .navbar-toggle {
		display: inline-block;
		float: right;
		margin-right: 0;
		margin-top: 0
	}
	nav.navbar.bootsnav .navbar-collapse {
		border: none;
		margin-bottom: 0
	}
	nav.navbar.bootsnav.no-full .navbar-collapse {
		overflow-y: inherit!important
	}
	nav.navbar.bootsnav .navbar-collapse.collapse {
		display: none!important
	}
	nav.navbar.bootsnav .navbar-collapse.collapse.in {
		display: block!important
	}
	nav.navbar.bootsnav .navbar-nav {
		float: none!important;
		padding-left: 30px;
		padding-right: 30px;
		margin: 0 -15px
	}
	nav.navbar.bootsnav.navbar-full .navbar-nav {
		padding: 0;
		margin: 0
	}
	nav.navbar.bootsnav .navbar-nav>li {
		float: none
	}
	nav.navbar.bootsnav .navbar-nav>li>a {
		display: block;
		width: 100%;
		border-bottom: solid 1px #e0e0e0;
		padding: 10px 0;
		border-top: solid 1px #e0e0e0;
		margin-bottom: -1px
	}
	nav.navbar.bootsnav .navbar-nav>li:first-child>a {
		border-top: none
	}
	nav.navbar.bootsnav ul.navbar-nav.navbar-left>li:last-child>ul.dropdown-menu {
		border-bottom: solid 1px #e0e0e0
	}
	nav.navbar.bootsnav ul.nav li.dropdown li a.dropdown-toggle {
		float: none!important;
		position: relative;
		display: block;
		width: 100%
	}
	nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
		width: 100%;
		position: relative!important;
		background-color: transparent;
		float: none;
		border: none;
		padding: 0 0 0 15px!important;
		margin: 0 0 -1px!important;
		border-radius: 0
	}
	nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a {
		display: block;
		width: 100%;
		border-bottom: solid 1px #e0e0e0;
		padding: 10px 0;
		color: #6f6f6f
	}
	nav.navbar.bootsnav ul.nav ul.dropdown-menu li a:focus, nav.navbar.bootsnav ul.nav ul.dropdown-menu li a:hover {
		background-color: transparent
	}
	nav.navbar.bootsnav ul.nav ul.dropdown-menu ul.dropdown-menu {
		float: none!important;
		left: 0;
		padding: 0 0 0 15px;
		position: relative;
		background: 0 0;
		width: 100%
	}
	nav.navbar.bootsnav ul.nav ul.dropdown-menu li.dropdown.on>ul.dropdown-menu {
		display: inline-block;
		margin-top: -10px
	}
	nav.navbar.bootsnav li.dropdown ul.dropdown-menu li.dropdown>a.dropdown-toggle:after {
		display: none
	}
	nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title {
		padding: 10px 15px 10px 0;
		line-height: 24px;
		text-transform: none;
		font-weight: 400;
		letter-spacing: 0;
		margin-bottom: 0;
		cursor: pointer;
		border-bottom: solid 1px #e0e0e0;
		color: #6f6f6f
	}
	nav.navbar.bootsnav .dropdown .megamenu-content .col-menu ul>li>a {
		display: block;
		width: 100%;
		border-bottom: solid 1px #e0e0e0;
		padding: 8px 0
	}
	nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title:before {
		font-family: FontAwesome;
		content: "\f105";
		float: right;
		font-size: 16px;
		margin-left: 10px;
		position: relative;
		right: -15px
	}
	nav.navbar.bootsnav .dropdown .megamenu-content .col-menu:last-child .title {
		border-bottom: none
	}
	nav.navbar.bootsnav .dropdown .megamenu-content .col-menu.on:last-child .title {
		border-bottom: solid 1px #e0e0e0
	}
	nav.navbar.bootsnav .dropdown .megamenu-content .col-menu:last-child ul.menu-col li:last-child a {
		border-bottom: none
	}
	nav.navbar.bootsnav .dropdown .megamenu-content .col-menu.on .title:before {
		content: "\f107"
	}
	nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .content {
		padding: 0 0 0 15px
	}
	nav.bootsnav.brand-center .navbar-collapse {
		display: block
	}
	nav.bootsnav.brand-center ul.nav {
		margin-bottom: 0!important
	}
	nav.bootsnav.brand-center .navbar-collapse .col-half {
		width: 100%;
		float: none;
		display: block
	}
	nav.bootsnav.brand-center .navbar-collapse .col-half.left {
		margin-bottom: 0
	}
	nav.bootsnav .megamenu-content {
		padding: 0
	}
	nav.bootsnav .megamenu-content .col-menu {
		padding-bottom: 0
	}
	nav.bootsnav .megamenu-content .title {
		cursor: pointer;
		display: block;
		padding: 10px 15px;
		margin-bottom: 0;
		font-weight: 400
	}
	.attr-nav>ul>li.dropdown>a.dropdown-toggle:before, nav.bootsnav .megamenu-content .content {
		display: none
	}
	.attr-nav {
		position: absolute;
		right: 60px
	}
	.attr-nav>ul {
		padding: 0;
		margin: 0 -15px -7px 0
	}
	.attr-nav>ul>li>a {
		padding: 16px 15px 15px
	}
	.attr-nav>ul>li.dropdown ul.dropdown-menu {
		margin-top: 2px;
		margin-left: 55px;
		width: 250px;
		left: -250px;
		border-top: solid 5px
	}
	.top-search .container {
		padding: 0 45px
	}
	nav.bootsnav.navbar-full ul.nav {
		margin-left: 0
	}
	nav.bootsnav.navbar-full ul.nav>li>a {
		border: none
	}
	nav.bootsnav.navbar-full .navbar-brand {
		float: left!important;
		padding-left: 0
	}
	nav.bootsnav.navbar-full .navbar-toggle {
		display: inline-block;
		float: right;
		margin-right: 0;
		margin-top: 10px
	}
	nav.bootsnav.navbar-full .navbar-header {
		padding-left: 15px;
		padding-right: 15px
	}
	nav.navbar.bootsnav.navbar-sidebar .share {
		padding: 30px 15px;
		margin-bottom: 0
	}
	nav.navbar.bootsnav .megamenu-content.tabbed {
		padding-left: 0!important
	}
	nav.navbar.bootsnav .tabbed>li {
		padding: 25px 0;
		margin-left: -15px!important
	}
	body>.wrapper {
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}
	body.side-right>.wrapper {
		margin-left: 280px;
		margin-right: -280px!important
	}
	nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
		position: fixed;
		overflow-y: auto!important;
		overflow-x: hidden!important;
		display: block;
		background: #fff;
		z-index: 99;
		width: 280px;
		height: 100%!important;
		left: -280px;
		top: 0;
		padding: 0;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}
	nav.navbar.bootsnav.navbar-mobile .navbar-collapse.in {
		left: 0
	}
	nav.navbar.bootsnav.navbar-mobile ul.nav {
		width: 293px;
		padding-right: 0;
		padding-left: 15px
	}
	nav.navbar.bootsnav.navbar-mobile ul.nav>li>a {
		padding: 15px
	}
	nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu>li>a {
		padding-right: 15px!important;
		padding-top: 15px!important;
		padding-bottom: 15px!important
	}
	nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title {
		padding-right: 30px!important;
		padding-top: 13px!important;
		padding-bottom: 13px!important
	}
	nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a {
		padding-top: 13px!important;
		padding-bottom: 13px!important
	}
	nav.navbar.bootsnav.navbar-mobile .navbar-collapse [class*=' col-'] {
		width: 100%
	}
	nav.navbar.bootsnav.navbar-fixed .logo-scrolled {
		display: block!important
	}
	nav.navbar.bootsnav.navbar-fixed .logo-display {
		display: none!important
	}
	nav.navbar.bootsnav.navbar-mobile .tab-content, nav.navbar.bootsnav.navbar-mobile .tab-menu {
		width: 100%;
		display: block
	}
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .pre-scrollable {
	max-height: 340px
}
hr, img {
	border: 0
}
.btn-group>.btn-group, .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group, .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, .dropdown-menu {
	float: left
}
body, figure {
	margin: 0
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
	display: none
}
a {
	background-color: transparent
}
a:active, a:hover {
	outline: 0
}
dfn {
	font-style: italic
}
mark {
	color: #000;
	background: #ff0
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
img {
	vertical-align: middle
}
svg:not(:root) {
	overflow: hidden
}
hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
*, :after, :before, input[type=checkbox], input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}
pre, textarea {
	overflow: auto
}
code, kbd, pre, samp {
	font-size: 1em
}
button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit
}
.glyphicon, body {
	-webkit-font-smoothing: antialiased
}
button {
	overflow: visible
}
button, select {
	text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	height: auto
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}
optgroup {
	font-weight: 700
}
table {
	border-spacing: 0;
	border-collapse: collapse
}
td, th {
	padding: 0
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
	blockquote, img, pre, tr {
		page-break-inside: avoid
	}
	*, :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
	}
	thead {
		display: table-header-group
	}
	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
	}
}
.dropdown-menu, .modal-content {
	-webkit-background-clip: padding-box
}
.btn, .btn-danger.active, .btn-danger:active, .btn-default.active, .btn-default:active, .btn-info.active, .btn-info:active, .btn-primary.active, .btn-primary:active, .btn-warning.active, .btn-warning:active, .btn.active, .btn:active, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover, .form-control, .navbar-toggle, .open>.dropdown-toggle.btn-danger, .open>.dropdown-toggle.btn-default, .open>.dropdown-toggle.btn-info, .open>.dropdown-toggle.btn-primary, .open>.dropdown-toggle.btn-warning {
	background-image: none
}
.img-thumbnail, body {
	background-color: #fff
}
@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.woff) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg) format('svg')
}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-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, .glyphicon-btc:before, .glyphicon-xbt:before {
	content: "\e227"
}
.glyphicon-jpy:before, .glyphicon-yen:before {
	content: "\00a5"
}
.glyphicon-rub:before, .glyphicon-ruble: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"
}
*, :after, :before {
	box-sizing: border-box
}
html {
	font-size: 10px;
    overflow-x: hidden;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
a:focus {
	outline-offset: -2px
}
.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;
	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-top: 1px solid #eee
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}
.h1 .small, .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
}
.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4
}
dt, kbd kbd, label {
	font-weight: 700
}
address, blockquote .small, blockquote footer, blockquote small, dd, dt, pre {
	line-height: 1.42857143
}
@media (min-width:768px) {
	.lead {
		font-size: 21px
	}
}
.small, small {
	font-size: 85%
}
.mark, mark {
	padding: .2em;
	background-color: #fcf8e3
}
.list-inline, .list-unstyled {
	padding-left: 0;
	list-style: none
}
.text-left {
	text-align: left
}
.text-right {
	text-align: right
}
.text-center {
	text-align: center
}
.text-justify {
	text-align: justify
}
.text-lowercase {
	text-transform: lowercase
}
.text-uppercase {
	text-transform: uppercase
}
.text-capitalize {
	text-transform: capitalize
}
.text-muted {
	color: #777
}
.text-primary {
	color: #337ab7
}
a.text-primary:focus, a.text-primary:hover {
	color: #286090
}
.text-success {
	color: #3c763d
}
a.text-success:focus, a.text-success:hover {
	color: #2b542c
}
.text-info {
	color: #31708f
}
a.text-info:focus, a.text-info:hover {
	color: #245269
}
.text-warning {
	color: #8a6d3b
}
a.text-warning:focus, a.text-warning:hover {
	color: #66512c
}
.text-danger {
	color: #a94442
}
a.text-danger:focus, a.text-danger:hover {
	color: #843534
}
.bg-primary {
	color: #fff;
	background-color: #337ab7
}
a.bg-primary:focus, a.bg-primary:hover {
	background-color: #286090
}
.bg-success {
	background-color: #dff0d8
}
a.bg-success:focus, a.bg-success:hover {
	background-color: #c1e2b3
}
.bg-info {
	background-color: #d9edf7
}
a.bg-info:focus, a.bg-info:hover {
	background-color: #afd9ee
}
.bg-warning {
	background-color: #fcf8e3
}
a.bg-warning:focus, a.bg-warning:hover {
	background-color: #f7ecb5
}
.bg-danger {
	background-color: #f2dede
}
a.bg-danger:focus, a.bg-danger:hover {
	background-color: #e4b9b9
}
pre code, table {
	background-color: transparent
}
.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}
dl, ol, ul {
	margin-top: 0
}
blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child, ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0
}
.list-inline {
	margin-left: -5px
}
.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px
}
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
	}
	.container {
		width: 750px
	}
}
abbr[data-original-title], abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #777
}
.initialism {
	font-size: 90%;
	text-transform: uppercase
}
blockquote {
	font-size: 17.5px
}
blockquote .small, blockquote footer, blockquote small {
	display: block;
	font-size: 80%;
	color: #777
}
legend, pre {
	display: block;
	color: #333
}
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
}
code, kbd {
	padding: 2px 4px;
	font-size: 90%
}
caption, th {
	text-align: left
}
.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
}
code, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}
code {
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px
}
kbd {
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	-webkit-box-shadow: none;
	box-shadow: none
}
pre {
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}
.container, .container-fluid {
	margin-right: auto;
	margin-left: auto
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	border-radius: 0
}
.container, .container-fluid {
	padding-right: 15px;
	padding-left: 15px
}
.pre-scrollable {
	overflow-y: scroll
}
@media (min-width:992px) {
	.container {
		width: 970px
	}
}
@media (min-width:1200px) {
	.container {
		width: 1170px
	}
}
.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-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
	}
}
caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}
.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
	border-top: 0
}
.table>tbody+tbody {
	border-top: 2px solid #ddd
}
.table .table {
	background-color: #fff
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
	padding: 5px
}
.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border: 1px solid #ddd
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border-bottom-width: 2px
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}
.table-hover>tbody>tr:hover, .table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
	background-color: #f5f5f5
}
table col[class*=col-] {
	position: static;
	display: table-column;
	float: none
}
table td[class*=col-], table th[class*=col-] {
	position: static;
	display: table-cell;
	float: none
}
.table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover {
	background-color: #e8e8e8
}
.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success {
	background-color: #dff0d8
}
.table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr.success:hover>th, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover {
	background-color: #d0e9c6
}
.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
	background-color: #d9edf7
}
.table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr.info:hover>th, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover {
	background-color: #c4e3f3
}
.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
	background-color: #fcf8e3
}
.table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr.warning:hover>th, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover {
	background-color: #faf2cc
}
.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger {
	background-color: #f2dede
}
.table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr.danger:hover>th, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover {
	background-color: #ebcccc
}
.table-responsive {
	min-height: .01%;
	overflow-x: auto
}
@media screen and (max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd
	}
	.table-responsive>.table {
		margin-bottom: 0
	}
	.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
		white-space: nowrap
	}
	.table-responsive>.table-bordered {
		border: 0
	}
	.table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>thead>tr>th:first-child {
		border-left: 0
	}
	.table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>thead>tr>th:last-child {
		border-right: 0
	}
	.table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th {
		border-bottom: 0
	}
}
fieldset, legend {
	padding: 0;
	border: 0
}
fieldset {
	min-width: 0;
	margin: 0
}
legend {
	width: 100%;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	border-bottom: 1px solid #e5e5e5
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px
}
input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none
}
input[type=checkbox], input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px\9;
	line-height: normal
}
.form-control, output {
	font-size: 14px;
	line-height: 1.42857143;
	color: #cb1417;
	display: block
}
input[type=file] {
	display: block
}
input[type=range] {
	display: block;
	width: 100%
}
select[multiple], select[size] {
	height: auto
}
input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px
}
output {
	padding-top: 7px
}
.form-control {
	width: 100%;
	height: 44px;
	padding: 6px 12px;
	background-color: transparent;
	border: 1px solid #ccc;
	-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
}
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .form-control-feedback, .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
}
.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
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
		line-height: 34px
	}
	.input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
		line-height: 30px
	}
	.input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].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
}
.checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio label, fieldset[disabled] .radio-inline, 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
}
.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
}
.form-group-sm .form-control, .input-sm {
	padding: 5px 10px;
	border-radius: 3px;
	font-size: 12px
}
.input-sm {
	height: 30px;
	line-height: 1.5
}
select.input-sm {
	height: 30px;
	line-height: 30px
}
select[multiple].input-sm, textarea.input-sm {
	height: auto
}
.form-group-sm .form-control {
	height: 30px;
	line-height: 1.5
}
.form-group-lg .form-control, .input-lg {
	border-radius: 6px;
	padding: 10px 16px;
	font-size: 18px
}
.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;
	line-height: 1.3333333
}
select.input-lg {
	height: 46px;
	line-height: 46px
}
select[multiple].input-lg, textarea.input-lg {
	height: auto
}
.form-group-lg .form-control {
	height: 46px;
	line-height: 1.3333333
}
.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
}
.collapsing, .dropdown, .dropup {
	position: relative
}
.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 .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-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .form-control-feedback, .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-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .form-control-feedback, .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-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-control-static, .form-inline .form-group {
		display: inline-block
	}
	.form-inline .control-label, .form-inline .form-group {
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle
	}
	.form-inline .input-group .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 .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 .control-label {
		padding-top: 7px;
		margin-bottom: 0;
		text-align: right
	}
}
.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
}
.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
	}
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px
	}
}
.btn {
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	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
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline-offset: -2px
}
.btn.focus, .btn:focus, .btn:hover {
	color: #333;
	text-decoration: none
}
.btn.active, .btn:active {
	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.active, .btn-default:active, .btn-default:hover, .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.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.active, .btn-primary:active, .btn-primary:hover, .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.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.active, .btn-success:active, .btn-success:hover, .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.active, .btn-info:active, .btn-info:hover, .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.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.active, .btn-warning:active, .btn-warning:hover, .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.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.active, .btn-danger:active, .btn-danger:hover, .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.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 {
	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-toggle:focus {
	outline: 0
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	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-right, .dropdown-menu.pull-right {
	right: 0;
	left: auto
}
.dropdown-header, .dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	line-height: 1.42857143;
	white-space: nowrap
}
.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle, .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child, .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-vertical>.btn:not(:first-child):not(:last-child), .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn, .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}
.dropdown-menu>li>a {
	clear: both;
	font-weight: 400;
	color: #333
}
.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;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.open>.dropdown-menu {
	display: block
}
.open>a {
	outline: 0
}
.dropdown-menu-left {
	right: auto;
	left: 0
}
.dropdown-header {
	font-size: 12px;
	color: #777
}
.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990
}
.nav-justified>.dropdown .dropdown-menu, .nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}
.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 {
	margin-left: 5px
}
.btn .caret, .btn-group>.btn:first-child {
	margin-left: 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-lg .caret {
	border-width: 5px 5px 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:first-child:not(:last-child) {
	border-radius: 4px 4px 0 0
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-radius: 0 0 4px 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
}
.nav>li, .nav>li>a {
	display: block;
	position: relative
}
.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>a {
	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
}
.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;
	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 {
		display: table-cell;
		width: 1%
	}
	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0;
		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-justified>li, .nav-stacked>li {
	float: none
}
.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+li {
	margin-top: 2px;
	margin-left: 0
}
.nav-justified {
	width: 100%
}
.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center
}
.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-justified>li {
		display: table-cell;
		width: 1%
	}
	.nav-justified>li>a {
		margin-bottom: 0
	}
	.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
}
.navbar-collapse {
	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 {
		border-radius: 4px
	}
	.navbar-header {
		float: left
	}
	.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
	}
}
.carousel-inner, .embed-responsive, .justified-gallery, .media, .media-body, .modal, .modal-open, .progress {
	overflow: hidden
}
@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
}
.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}
.navbar-fixed-bottom, .navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 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;
	font-size: 18px;
	line-height: 20px
}
.navbar-brand:focus, .navbar-brand:hover {
	text-decoration: none
}
.navbar-brand>img {
	display: block
}
@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-fixed-bottom, .navbar-fixed-top, .navbar-static-top {
		border-radius: 0
	}
	.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-bottom: 8px;
	background-color: transparent;
	border: 1px solid transparent
}
.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
}
.navbar-nav {
	margin: 7.5px -15px
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}
@media (max-width:767px) {
	.text-title-large {
		font-size: 38px;
	}
	.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
	}
}
.progress-bar-striped, .progress-striped .progress-bar, .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)
}
@media (min-width:768px) {
	.navbar-toggle {
		display: none
	}
	.navbar-nav {
		float: left;
		margin: 0
	}
	.navbar-nav>li {
		float: left
	}
	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px
	}
}
.navbar-form {
	padding: 10px 15px;
	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);
	margin: 8px -15px
}
@media (min-width:768px) {
	.navbar-form .form-control-static, .navbar-form .form-group {
		display: inline-block
	}
	.navbar-form .control-label, .navbar-form .form-group {
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle
	}
	.navbar-form .input-group .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 .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
	}
	.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
	}
}
.breadcrumb>li, .pagination {
	display: inline-block
}
.btn .badge, .btn .label {
	top: -1px;
	position: relative
}
@media (max-width:767px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}
	.navbar-form .form-group:last-child {
		margin-bottom: 0
	}
}
.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-radius: 4px 4px 0 0
}
.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px
}
.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px
}
.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px
}
.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px
}
@media (min-width:768px) {
	.navbar-text {
		float: left;
		margin-right: 15px;
		margin-left: 15px
	}
	.navbar-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-nav>li>a, .navbar-default .navbar-text {
	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-nav>li>a, .navbar-inverse .navbar-text {
	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 {
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5
}
.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0"
}
.breadcrumb>.active {
	color: #777
}
.pagination {
	padding-left: 0
}
.pager li, .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
}
.badge, .label {
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	text-align: center
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}
.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none
}
.pager li>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
}
a.badge:focus, a.badge:hover, a.label:focus, a.label:hover {
	color: #fff;
	cursor: pointer;
	text-decoration: none
}
.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	color: #fff;
	border-radius: .25em
}
.label:empty {
	display: none
}
.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;
	color: #fff;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px
}
.badge:empty {
	display: none
}
.media-object, .thumbnail {
	display: block
}
.btn-group-xs>.btn .badge, .btn-xs .badge {
	top: 0;
	padding: 1px 5px
}
.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
	color: #337ab7;
	background-color: #fff
}
.jumbotron, .jumbotron .h1, .jumbotron h1 {
	color: inherit
}
.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;
	background-color: #eee
}
.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200
}
.alert, .thumbnail {
	margin-bottom: 20px
}
.alert .alert-link, .close {
	font-weight: 700
}
.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 {
	padding: 4px;
	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: 4px
}
.alert h4 {
	margin-top: 0;
	color: inherit
}
.alert>p, .alert>ul {
	margin-bottom: 0
}
.alert>p+p {
	margin-top: 5px
}
.alert-dismissable, .alert-dismissible {
	padding-right: 35px
}
.alert-dismissable .close, .alert-dismissible .close {
	position: relative;
	right: -21px;
	color: inherit
}
.modal, .modal-backdrop {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}
.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;
	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: 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: 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-striped .progress-bar-info, .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)
}
.progress-bar-info {
	background-color: #5bc0de
}
.progress-striped .progress-bar-info {
	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: 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 {
	zoom: 1
}
.media-body {
	width: 10000px
}
.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, .mfp-container:before, .mfp-content, .vertical-align-middle, video {
	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
}
.panel-heading>.dropdown .dropdown-toggle, .panel-title, .panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
	color: inherit
}
.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-title, .panel>.list-group, .panel>.panel-collapse>.list-group, .panel>.panel-collapse>.table, .panel>.table, .panel>.table-responsive>.table {
	margin-bottom: 0
}
.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-title {
	margin-top: 0;
	font-size: 16px
}
.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 .list-group-item, .panel>.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}
.panel-group .panel-heading, .panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>th, .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-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>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, .panel>.table-responsive>.table-bordered>thead>tr:first-child>td, .panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
	border-bottom: 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
}
.list-group+.panel-footer, .panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 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-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, .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-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, .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-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+.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
}
.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;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2
}
.popover, .tooltip {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-shadow: none;
	text-transform: none;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	line-break: auto;
	text-decoration: none;
	letter-spacing: normal
}
.close:focus, .close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5
}
button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0
}
.modal {
	position: fixed;
	z-index: 1050;
	display: none;
	-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;
	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;
	z-index: 1040;
	background-color: #000
}
.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0
}
.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}
.modal-header .close {
	margin-top: -2px
}
.modal-title {
	margin: 0;
	line-height: 1.42857143
}
.modal-body {
	position: relative;
	padding: 15px
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}
.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px
}
.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
	margin-left: 0
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}
@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}
	.modal-sm {
		width: 300px
	}
}
@media (min-width:992px) {
	.modal-lg {
		width: 900px
	}
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-size: 12px;
	text-align: left;
	text-align: start;
	filter: alpha(opacity=0);
	opacity: 0
}
.tooltip.in {
	filter: alpha(opacity=90);
	opacity: .9
}
.tooltip.top {
	padding: 5px 0;
	margin-top: -3px
}
.tooltip.right {
	padding: 0 5px;
	margin-left: 3px
}
.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px
}
.tooltip.left {
	padding: 0 5px;
	margin-left: -3px
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}
.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
	bottom: 0;
	border-width: 5px 5px 0;
	border-top-color: #000
}
.tooltip.top .tooltip-arrow {
	left: 50%;
	margin-left: -5px
}
.tooltip.top-left .tooltip-arrow {
	right: 5px;
	margin-bottom: -5px
}
.tooltip.top-right .tooltip-arrow {
	left: 5px;
	margin-bottom: -5px
}
.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, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
	border-width: 0 5px 5px;
	border-bottom-color: #000;
	top: 0
}
.tooltip.bottom .tooltip-arrow {
	left: 50%;
	margin-left: -5px
}
.tooltip.bottom-left .tooltip-arrow {
	right: 5px;
	margin-top: -5px
}
.tooltip.bottom-right .tooltip-arrow {
	left: 5px;
	margin-top: -5px
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-size: 14px;
	text-align: left;
	text-align: start;
	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)
}
.carousel-caption, .carousel-control {
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	text-align: center
}
.mfp-title, .word-wrap {
	word-wrap: break-word
}
.mfp-counter, .text-middle-line, .text-nowrap {
	white-space: nowrap
}
.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
}
.carousel, .carousel-inner {
	position: relative
}
.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.left>.arrow:after, .popover.right>.arrow:after {
	bottom: -10px;
	content: " "
}
.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 {
	left: 1px;
	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;
	border-right-width: 0;
	border-left-color: #fff
}
.carousel-inner {
	width: 100%
}
.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;
	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
}
.carousel-caption .btn, .text-hide {
	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-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
	display: table;
	content: " "
}
.mfp-arrow:after, .mfp-arrow:before, .mfp-container:before, .mfp-figure:after {
	content: ''
}
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .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
}
.hidden, .visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
	display: none!important
}
.invisible {
	visibility: hidden
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	background-color: transparent;
	border: 0
}
.affix {
	position: fixed
}
@-ms-viewport {
	width: device-width
}
@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
	}
	.visible-xs-block {
		display: block!important
	}
	.visible-xs-inline {
		display: inline!important
	}
	.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
	}
	.visible-sm-block {
		display: block!important
	}
	.visible-sm-inline {
		display: inline!important
	}
	.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
	}
	.visible-md-block {
		display: block!important
	}
	.visible-md-inline {
		display: inline!important
	}
	.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
	}
	.visible-lg-block {
		display: block!important
	}
	.visible-lg-inline {
		display: inline!important
	}
	.visible-lg-inline-block {
		display: inline-block!important
	}
	.hidden-lg {
		display: none!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
	}
}
.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
	}
	.hidden-print {
		display: none!important
	}
}
/*!
 * Justified Gallery - v3.6.3
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2016 Miro Mannino
 * Licensed under the MIT license.
 */

.justified-gallery {
	width: 100%;
	position: relative
}
.justified-gallery>a, .justified-gallery>div {
	position: absolute;
	display: inline-block;
	overflow: hidden;
	filter: "alpha(opacity=10)";
	opacity: .1
}
.justified-gallery>a>a>img, .justified-gallery>a>img, .justified-gallery>div>a>img, .justified-gallery>div>img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	border: 0;
	filter: "alpha(opacity=0)";
	opacity: 0
}
.justified-gallery>a>.caption, .justified-gallery>div>.caption {
	position: absolute;
	background-color: #000;
	left: 0;
	right: 0;
	margin: 0;
	color: #fff
}
.justified-gallery>a>.caption.caption-visible, .justified-gallery>div>.caption.caption-visible {
	display: initial;
	filter: "alpha(opacity=70)";
	opacity: .7;
	-webkit-transition: opacity .5s ease-in;
	-moz-transition: opacity .5s ease-in;
	-o-transition: opacity .5s ease-in;
	transition: opacity .5s ease-in
}
.justified-gallery>.entry-visible {
	filter: "alpha(opacity=100)";
	opacity: 1;
	background: 0 0
}
.justified-gallery>.entry-visible>a>img, .justified-gallery>.entry-visible>img {
	filter: "alpha(opacity=100)";
	opacity: 1;
	-webkit-transition: opacity .5s ease-in;
	-moz-transition: opacity .5s ease-in;
	-o-transition: opacity .5s ease-in;
	transition: opacity .5s ease-in
}
.justified-gallery>.jg-filtered {
	display: none
}
.justified-gallery>.spinner {
	position: absolute;
	bottom: 0;
	margin-left: -24px;
	padding: 10px 0;
	left: 50%;
	filter: "alpha(opacity=100)";
	opacity: 1;
	overflow: initial
}
.mfp-bg, .mfp-wrap {
	position: fixed;
	top: 0
}
.justified-gallery>.spinner>span {
	display: inline-block;
	filter: "alpha(opacity=0)";
	opacity: 0;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	background-color: #000;
	border-radius: 6px
}
.mfp-bg, .mfp-container, .mfp-wrap {
	width: 100%;
	height: 100%
}
.mfp-bg {
	left: 0;
	overflow: hidden
}
.mfp-wrap {
	left: 0;
	outline: 0!important;
	-webkit-backface-visibility: hidden
}
.mfp-container {
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box
}
.mfp-container:before {
	display: inline-block;
	height: 100%
}
.mfp-align-top .mfp-container:before {
	display: none
}
.mfp-content {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}
.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}
.mfp-ajax-cur {
	cursor: progress
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
	cursor: auto
}
.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}
.mfp-loading.mfp-figure {
	display: none
}
.mfp-hide {
	display: none!important
}
.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}
.mfp-preloader a {
	color: #CCC
}
.mfp-preloader a:hover {
	color: #FFF
}
.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
	display: none
}
button.mfp-arrow, button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation
}
.mfp-figure:after, .mfp-iframe-scaler iframe {
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	position: absolute;
	left: 0
}
button::-moz-focus-inner {
	padding: 0;
	border: 0
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	text-decoration: none;
	text-align: center;
	padding: 0 0 18px 10px;
	font-style: normal
}
.mfp-close:focus, .mfp-close:hover {
	opacity: 1
}
.mfp-close-btn-in .mfp-close {
	color: #333
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px
}
.mfp-figure, img.mfp-img {
	line-height: 0
}
.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: -55px 0 0;
	top: 50%;
	padding: 0;
	width: 90px;
	height: 110px
}
.mfp-arrow:active {
	margin-top: -54px
}
.mfp-arrow:focus, .mfp-arrow:hover {
	opacity: 1
}
.mfp-arrow:after, .mfp-arrow:before {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: inset transparent
}
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}
.mfp-arrow-left {
	left: 0
}
.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px
}
.mfp-arrow-left:before {
	margin-left: 25px
}
.mfp-arrow-right {
	right: 0
}
.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}
.mfp-image-holder .mfp-content, img, img.mfp-img, input, select, textarea {
	max-width: 100%
}
.mfp-iframe-holder .mfp-close {
	top: -40px
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
	display: block;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000
}
.mfp-figure:after, img.mfp-img {
	width: auto;
	height: auto;
	display: block
}
img.mfp-img {
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto
}
.mfp-figure:after {
	top: 40px;
	bottom: 40px;
	right: 0;
	z-index: -1;
	background: #444
}
.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px
}
.mfp-figure figure {
	margin: 0
}
.mfp-bottom-bar {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	padding-right: 36px
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}
@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}
.swiper-slide, .swiper-wrapper {
	height: 100%;
	position: relative;
	width: 100%
}
@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75)
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
	float: left
}
.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}
.swiper-wrapper {
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform, height
}
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	left: 0
}
.swiper-pagination-bullet {
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}
.swiper-pagination-bullet-active {
	opacity: 1
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}
.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-o-transform: translate(0, -50%);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}
.swiper-pagination-progress {
	background: rgba(0, 0, 0, .25);
	position: absolute
}
.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}
.swiper-container-vertical>.swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}
.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255, 255, 255, .5)
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000
}
.swiper-container-3d {
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}
.swiper-container-cube, .swiper-container-flip {
	overflow: visible
}
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}
.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center
}
.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}
.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}
.swiper-scrollbar-cursor-drag {
	cursor: move
}
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}
.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg)
	}
}
@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}
body {
	font-family: Roboto, sans-serif;
	font-smoothing: antialiased;
	font-size: 14px;
	color: #555;
	font-weight: 400;
	line-height: 24px
}
body, html {
	height: 100%;
	-moz-osx-font-smoothing: grayscale;
    width: 100%;
    
}
a, a:active, a:focus {
	color: #6f6f6f;
	text-decoration: none
}
a:active, a:hover {
	color: #ff214f;
	text-decoration: none
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, a:active, a:focus, button:active, button:focus {
	outline: 0
}
img {
	height: auto
}

video { 
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
  transition: 1s opacity;
}
input, select, textarea {
	border: 1px solid #d1d1d1;
	font-size: 14px;
	padding: 8px 15px;
	width: 100%;
	margin: 0 0 20px;
	resize: none;
	color: #fff
}
input[type=submit] {
	width: auto
}
input[type=submit], input[type=button], input[type=text], input[type=email], input[type=search], input[type=password], textarea {
	-webkit-appearance: none;
	outline: 0
}
input:focus, textarea:focus {
	border-color: #585858;
	outline: 0
}
input[type=button]:focus {
	outline: 0
}
select::-ms-expand {
	display: none
}
iframe {
	border: 0
}
p {
	margin: 0 0 25px
}
b, strong {
	font-weight: 600
}
.last-paragraph-no-margin p:last-of-type {
	margin-bottom: 0
}
.alt-font strong {
	font-weight: 700
}
dl, ol, ul {
	list-style-position: outside;
	margin-bottom: 25px
}
*, :hover {
	transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-duration: .2s;
	-ms-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s
}
::selection {
	color: #000;
	background: #dbdbdb
}
::-moz-selection {
	color: #000;
	background: #dbdbdb
}
::-webkit-input-placeholder {
	color: #6f6f6f;
	text-overflow: ellipsis
}
::-moz-placeholder {
	color: #6f6f6f;
	text-overflow: ellipsis;
	opacity: 1
}
:-ms-input-placeholder {
	color: #6f6f6f;
	text-overflow: ellipsis;
	opacity: 1
}
.alt-font {
	font-family: zingende, sans-serif!important;
	font-weight: 500
}
.main-font {
	font-family: Roboto, sans-serif
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 25px;
	padding: 0;
	letter-spacing: 0;
	font-weight: 400
}
.first-letter, .first-letter-big {
	float: left;
	margin: 0 20px 0 0;
	font-weight: 600;
	text-align: center
}
h1 {
	font-size: 70px;
	line-height: 70px
}
h2 {
	font-size: 57px;
	line-height: 60px
}
h3 {
	font-size: 50px;
	line-height: 54px
}
h4 {
	font-size: 42px;
	line-height: 46px
}
h5 {
	font-size: 34px;
	line-height: 40px
}
h6 {
	font-size: 27px;
	line-height: 30px
}
.text-extra-small {
	font-size: 11px;
	line-height: 14px
}
.text-small {
	font-size: 12px;
	line-height: 20px
}
.text-medium {
	font-size: 18px;
	line-height: 23px
}
.text-large {
	font-size: 18px;
	line-height: 26px
}
.text-title-large {
	font-size: 48px;
}
.text-extra-large {
	font-size: 20px;
	line-height: 26px
}
.title-large {
	font-size: 100px;
	line-height: 95px
}
.title-extra-large {
	font-size: 130px;
	line-height: 120px
}
.text-white {
	color: #FFF
}
.text-black {
	color: #000
}
.text-extra-dark-gray {
	color: #232323
}
.text-dark-gray {
	color: #626262
}
.text-extra-medium-gray {
	color: #757575
}
.text-medium-gray {
	color: #939393
}
.text-extra-light-gray {
	color: #b7b7b7
}
.text-light-gray {
	color: #d6d5d5
}
.text-very-light-gray {
	color: #ededed
}
.text-deep-pink {
	color: #cb1417
}
.first-letter {
	font-size: 50px;
	line-height: auto;
	padding: 10px 0
}
.first-letter-big {
	font-size: 110px;
	line-height: 110px;
	padding: 0 8px;
	position: relative
}
.first-letter-big:before {
	position: absolute;
	border-bottom: 1px solid;
	content: "";
	display: block;
	width: 100%;
	top: 55%;
	left: 0
}
.text-middle-line, .text-outside-line {
	position: relative
}
.first-letter-block {
	font-size: 30px;
	height: 55px;
	line-height: 22px;
	padding: 15px 0;
	width: 55px;
	font-weight: 500;
	margin-top: 5px
}
.first-letter-block-round {
	border-radius: 6px;
	border: 1px solid
}
.first-letter-round {
	border-radius: 50%;
	font-size: 35px;
	padding: 15px;
	width: 65px;
	height: 65px;
	line-height: 32px
}
blockquote p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 17px!important;
	font-weight: 300
}
blockquote {
	border-left: 2px solid;
	padding: 15px 40px;
	margin: 45px 0
}
blockquote footer {
	color: #939393
}
.blog-image blockquote {
	padding: 60px;
	border: 0;
	margin: 0
}
.blog-image blockquote h6:before {
	content: "\e67f";
	font-family: themify;
	font-size: 40px;
	top: 5px;
	position: relative;
	margin-right: 12px;
	color: #ff214f
}
a.text-link-white, a.text-link-white i {
	color: #fff
}
a.text-link-white:focus, a.text-link-white:focus i, a.text-link-white:hover, a.text-link-white:hover i {
	color: #ff214f
}
a.text-link-black, a.text-link-black i {
	color: #000
}
a.text-link-dark-gray {
	color: #939393
}
.text-link-dark-gray:focus, a.text-link-dark-gray:hover, a.text-link-extra-dark-gray {
	color: #232323
}
a.text-link-extra-dark-gray:focus, a.text-link-extra-dark-gray:hover {
	color: #000
}
a.text-link-deep-pink, a.text-link-deep-pink i {
	color: #ff214f
}
a.text-link-deep-pink:focus, a.text-link-deep-pink:focus i, a.text-link-deep-pink:hover, a.text-link-deep-pink:hover i, a.text-white-hover:focus, a.text-white-hover:hover {
	color: #fff
}
a.text-black-hover:focus, a.text-black-hover:hover {
	color: #000
}
a.text-deep-pink-hover:focus, a.text-deep-pink-hover:hover {
	color: #ff214f
}
a.text-extra-dark-gray-hover:hover {
	color: #232323
}
a.text-dark-gray-hover:hover {
	color: #626262
}
a.text-extra-medium-gray-hover:hover {
	color: #757575
}
a.text-medium-gray-hover:hover {
	color: #939393
}
a.text-extra-light-gray-hover:hover {
	color: #b7b7b7
}
a.text-light-gray-hover:hover {
	color: #d6d5d5
}
a.text-very-light-gray-hover:hover {
	color: #ededed
}
.no-letter-spacing {
	letter-spacing: 0
}
.letter-spacing-1 {
	letter-spacing: 1px
}
.letter-spacing-2 {
	letter-spacing: 2px
}
.letter-spacing-3 {
	letter-spacing: 3px
}
.letter-spacing-4 {
	letter-spacing: 4px
}
.letter-spacing-5 {
	letter-spacing: 5px
}
.letter-spacing-6 {
	letter-spacing: 6px
}
.letter-spacing-7 {
	letter-spacing: 7px
}
.letter-spacing-8 {
	letter-spacing: 8px
}
.letter-spacing-9 {
	letter-spacing: 9px
}
.letter-spacing-10 {
	letter-spacing: 10px
}
.letter-spacing-minus-1 {
	letter-spacing: -1px
}
.letter-spacing-minus-2 {
	letter-spacing: -2px
}
.letter-spacing-minus-3 {
	letter-spacing: -3px
}
.letter-spacing-minus-4 {
	letter-spacing: -4px
}
.letter-spacing-minus-5 {
	letter-spacing: -5px
}
.letter-spacing-minus-6 {
	letter-spacing: -6px
}
.letter-spacing-minus-7 {
	letter-spacing: -7px
}
.letter-spacing-minus-8 {
	letter-spacing: -8px
}
.letter-spacing-minus-9 {
	letter-spacing: -9px
}
.letter-spacing-minus-10 {
	letter-spacing: -10px
}
.font-weight-100 {
	font-weight: 100
}
.font-weight-200 {
	font-weight: 200
}
.font-weight-300 {
	font-weight: 300
}
.font-weight-400 {
	font-weight: 400
}
.font-weight-500 {
	font-weight: 500
}
.font-weight-600 {
	font-weight: 600
}
.font-weight-700 {
	font-weight: 700
}
.font-weight-800 {
	font-weight: 800
}
.font-weight-900 {
	font-weight: 900
}
.text-transform-unset {
	text-transform: unset
}
.text-decoration-underline {
	text-decoration: underline
}
.text-decoration-line-through {
	text-decoration: line-through
}
.line-height-unset {
	line-height: unset
}
.line-height-normal {
	line-height: normal
}
.line-height-none {
	line-height: 0
}
.text-transform-none {
	text-transform: none
}
.btn, .tag-cloud a {
	text-transform: uppercase
}
.title-line-through {
	padding: 0 15px
}
.text-outside-line::after, .text-outside-line::before {
	position: absolute;
	top: 50%;
	width: 40px;
	opacity: .4;
	border-top: 1px solid;
	content: "";
	height: 0
}
.text-outside-line::before {
	left: auto;
	right: -60px
}
.text-outside-line::after {
	left: -60px
}
.text-leftside-line {
	position: relative;
	padding-left: 35px
}
.text-leftside-line:before {
	border-top: 1px solid;
	content: "";
	height: 0;
	position: absolute;
	left: 0;
	top: 45%;
	width: 25px;
	opacity: .7
}
.text-outside-line-full {
	position: relative;
	display: inline-block
}
.text-outside-line-full::after, .text-outside-line-full::before {
	top: 50%;
	width: 99%;
	display: block;
	opacity: .15;
	border-bottom: 1px solid;
	position: absolute;
	height: 1px;
	content: ""
}
.text-outside-line-full::before {
	right: 100%;
	margin-right: 25px
}
.text-outside-line-full::after {
	left: 100%;
	margin-left: 25px
}
.text-middle-line:before {
	border-bottom: 1px solid;
	position: absolute;
	content: "";
	width: 100%;
	top: 53%;
	opacity: .35
}
.text-bottom-line {
	width: 1px;
	border-top: 30px solid;
	margin-left: auto;
	margin-right: auto
}
.text-middle-line-deep-pink:before {
	border-bottom: 1px solid #ff214f;
	position: absolute;
	content: "";
	width: 100%;
	margin-top: 5px;
	margin-left: -20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}
.text-decoration-line-through-black, .text-decoration-line-through-deep-pink {
	position: relative
}
.text-decoration-line-through-deep-pink:before {
	background: #ff214f
}
.text-decoration-line-through-black:before {
	background: #000
}
.text-decoration-line-through-black::before, .text-decoration-line-through-deep-pink:before {
	content: "";
	height: 1px;
	left: -10px;
	position: absolute;
	top: 53%;
	width: calc(100% + 20px);
	-webkit-transform: translateY(-53%);
	-moz-transform: translateY(-53%);
	-ms-transform: translateY(-53%);
	-o-transform: translateY(-53%);
	transform: translateY(-53%)
}
.line-height-10 {
	line-height: 10px
}
.line-height-13 {
	line-height: 13px
}
.line-height-18 {
	line-height: 18px
}
.line-height-20 {
	line-height: 20px
}
.line-height-24 {
	line-height: 24px
}
.line-height-22 {
	line-height: 22px
}
.line-height-26 {
	line-height: 26px
}
.line-height-28 {
	line-height: 28px
}
.line-height-30 {
	line-height: 30px
}
.line-height-35 {
	line-height: 35px
}
.line-height-40 {
	line-height: 40px
}
.line-height-45 {
	line-height: 45px
}
.line-height-50 {
	line-height: 50px
}
.line-height-55 {
	line-height: 55px
}
.line-height-60 {
	line-height: 60px
}
.line-height-65 {
	line-height: 65px
}
.line-height-70 {
	line-height: 70px
}
.line-height-75 {
	line-height: 75px
}
.line-height-80 {
	line-height: 80px
}
.line-height-85 {
	line-height: 85px
}
.line-height-90 {
	line-height: 90px
}
.line-height-95 {
	line-height: 95px
}
.line-height-100 {
	line-height: 100px
}
.line-height-110 {
	line-height: 110px
}
.line-height-120 {
	line-height: 120px
}
.bg-transparent {
	background-color: transparent
}
.bg-white {
	background-color: #fff
}
.bg-black {
	background-color: #000
}
.bg-extra-dark-gray {
	background-color: #1c1c1c
}
.bg-dark-gray {
	background-color: #757575
}
.bg-extra-medium-gray {
	background-color: #939393
}
.bg-medium-gray {
	background-color: #dbdbdb
}
.bg-extra-light-gray {
	background-color: #e0e0e0
}
.bg-medium-light-gray {
	background-color: #ededed
}
.bg-light-gray {
	background-color: #f7f7f7
}
.bg-very-light-gray {
	background-color: #fafafa
}
.bg-deep-pink {
	background-color: #ff214f
}
.bg-transparent-white {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 37%, rgba(255, 255, 255, 1) 96%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(37%, rgba(255, 255, 255, 0)), color-stop(96%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 37%, rgba(255, 255, 255, 1) 96%, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 37%, rgba(255, 255, 255, 1) 96%, rgba(255, 255, 255, 1) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 37%, rgba(255, 255, 255, 1) 96%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 37%, rgba(255, 255, 255, 1) 96%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1)
}
.bg-transparent-black {
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 37%, rgba(0, 0, 0, 1) 96%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(37%, rgba(0, 0, 0, 0)), color-stop(96%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, 1)));
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 37%, rgba(0, 0, 0, 1) 96%, rgba(0, 0, 0, 1) 100%);
	background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 37%, rgba(0, 0, 0, 1) 96%, rgba(0, 0, 0, 1) 100%);
	background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 37%, rgba(0, 0, 0, 1) 96%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 37%, rgba(0, 0, 0, 1) 96%, rgba(0, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1)
}
.bg-white-opacity {
	background-color: rgba(255, 255, 255, .85)
}
.bg-black-opacity {
	background-color: rgba(0, 0, 0, .85)
}
.bg-black-opacity-light {
	background-color: rgba(0, 0, 0, .5)
}
.bg-deep-pink-opacity {
	background-color: rgba(255, 33, 79, .85)
}
.bg-charcoal-gray {
	background-color: #0e0f10
}
.center-col {
	float: none;
	margin-left: auto;
	margin-right: auto
}
section {
	padding: 110px 0;
	overflow: hidden
}
section.big-section {
	padding: 160px 0
}
section.extra-big-section {
	padding: 200px 0
}
section.half-section {
	padding: 80px 0
}
.overlap-section {
	margin-top: -14%;
	position: relative
}
.col-2-nth .col-md-6:nth-child(2n+1), .col-2-nth .col-sm-6:nth-child(2n+1), .col-3-nth .col-md-4:nth-child(3n+1), .col-3-nth .col-sm-4:nth-child(3n+1), .col-4-nth .col-md-3:nth-child(4n+1), .col-4-nth .col-sm-3:nth-child(4n+1) {
	clear: left
}
.clear-both, .feature-box.feature-box-17:after, .feature-box.feature-box-7:after {
	clear: both
}
.input-border-bottom {
	background: 0 0;
	border: 0;
	border-bottom: 1px solid #484848;
	padding: 10px 0;
	margin-bottom: 30px;
	font-size: 14px
}
.input-border-bottom:focus {
	background: 0 0;
	border: 0;
	border-bottom: 1px solid #929292
}
.input-border-bottom::-webkit-input-placeholder {
	font-weight: 300;
	font-size: 14px
}
.input-border-bottom::-moz-placeholder {
	font-weight: 300;
	font-size: 14px
}
.input-border-bottom:-ms-input-placeholder {
	font-weight: 300;
	font-size: 14px
}
.extra-big-input, .extra-big-select select, .extra-big-textarea {
	padding: 18px 25px;
	font-size: 14px;
	line-height: 24px;
	height: 62px
}
.big-input, .big-select select, .big-textarea {
	padding: 18px 25px;
	font-size: 14px;
	border-radius: 0;
	color: #cb1417
}
.medium-input, .medium-select select, .medium-textarea {
	padding: 12px 20px;
	font-size: 14px;
	line-height: normal;
	border-radius: 0
}
.small-input, .small-textarea {
	padding: 12px 15px;
	font-size: 11px;
	line-height: normal
}
.small-select select {
	padding: 15px;
	line-height: normal
}
.medium-input-light, .medium-select-light select, .medium-textarea-light {
	padding: 12px 25px;
	font-size: 12px;
	line-height: normal
}
.extra-small-input, .extra-small-select select, .extra-small-textarea {
	padding: 9px 17px;
	font-size: 12px;
	line-height: normal
}
.select-style {
	width: 100%;
	overflow: hidden;
	background: url(http://www.partypopstar.com/images/select-arrow.png) 97% 50% no-repeat;
	border: 1px solid #d1d1d1;
	margin-bottom: 20px
}
.select-style select {
	width: 100%;
	border: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer
}
.select-style select:focus {
	outline: 0;
	border: none;
	box-shadow: none
}
.input-group input, .input-group select, .input-group textarea {
	margin: 0;
	border-radius: 4px 0 0 4px;
	border-color: #fff;
	padding: 19px 25px
}
.input-group-btn .btn {
	border-radius: 0 4px 4px 0
}
.input-group-btn .btn.btn-large {
	line-height: 2px;
	height: 62px;
	padding: 15px 25px!important
}
.input-group-404 input {
	height: 62px
}
.input-group .required-error, .input-group .required-error+.input-group-btn a.btn, .input-group .required-error+.input-group-btn button {
	border: 1px solid #ee2323!important
}
.input-border-white .input-border-bottom {
	border-bottom: 1px solid #fff;
	color: #fff;
	border-top: transparent!important;
	border-left: transparent!important;
	border-right: transparent!important
}
.input-border-white .input-border-bottom:focus {
	background: 0 0;
	border-bottom: 1px solid #fff;
	color: #fff
}
input.input-bg, textarea.input-bg {
	background-color: #f7f7f7;
	padding: 10px 20px;
	margin-bottom: 15px
}
.input-border-white .input-border-bottom::-webkit-input-placeholder {
	color: #fff
}
.input-border-white .input-border-bottom::-moz-placeholder {
	color: #fff
}
.input-border-white .input-border-bottom:-ms-input-placeholder {
	color: #fff
}
.btn .caret {
	border-top: 4px solid
}
input.input-bg {
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, .1)
}
input.input-bg:focus, textarea.input-bg:focus {
	border: 0;
	border: 1px solid rgba(0, 0, 0, .3)
}
textarea.input-bg {
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, .1);
	min-height: 130px
}
.input-bg::-webkit-input-placeholder {
	font-weight: 400;
	font-size: 14px
}
.input-bg::-moz-placeholder {
	font-weight: 400;
	font-size: 14px
}
.input-bg:-ms-input-placeholder {
	font-weight: 400;
	font-size: 14px
}
.required-error {
	border: 1px solid #ee2323!important
}
.input-border-bottom.required-error {
	border-width: 0 0 1px!important;
	border-bottom-color: #ee2323!important
}
#success-contact-form, #success-contact-form-2, #success-contact-form-3, #success-project-contact, #success-project-contact-4, #success-subscribe-newsletter, #success-subscribe-newsletter2 {
	clear: both;
	margin: 0 15px 15px;
	text-align: center;
	border: 1px solid #1a940a;
	color: #1a940a;
	padding: 2px 0;
	display: none;
	font-size: 11px
}
.separator-line-verticle-extra-small {
	width: 1px;
	height: 8px
}
.separator-line-verticle-small-thick {
	width: 17px;
	height: 3px
}
.separator-line-verticle-small {
	width: 1px;
	height: 13px
}
.separator-line-verticle-small-thick2 {
	width: 64px;
	height: 7px
}
.separator-line-verticle-large {
	width: 1px;
	height: 20px
}
.separator-line-verticle-extra-large {
	width: 1px;
	height: 30px
}
.separator-line-verticle-medium-thick-full {
	width: 8px;
	height: 40px
}
.separator-line-verticle-large-thick {
	width: 109px;
	height: 11px
}
.separator-line-horrizontal-medium-light {
	width: 36px;
	height: 3px
}
.separator-line-horrizontal-medium-light2 {
	width: 40%;
	height: 1px
}
.separator-line-horrizontal-medium-light3 {
	width: 18%;
	height: 1px
}
.separator-line-horrizontal-medium-thick {
	width: 50px;
	height: 5px
}
.divider-full, .separator-line-horrizontal-full {
	width: 100%;
	height: 1px
}
.divider-full {
	display: inline-block
}
.opacity-extra-medium, .opacity-full, .opacity-full-dark, .opacity-light, .opacity-medium, .opacity-very-light {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute
}
.opacity-very-light {
	opacity: .2
}
.opacity-light {
	opacity: .3
}
.opacity-extra-medium {
	opacity: .5
}
.opacity-medium {
	opacity: .75
}
.opacity-full {
	opacity: .8
}
.opacity-full-dark {
	opacity: .9
}
.opacity1 {
	opacity: .1
}
.opacity2 {
	opacity: .2
}
.opacity3 {
	opacity: .3
}
.opacity4 {
	opacity: .4
}
.opacity5 {
	opacity: .5
}
.opacity6 {
	opacity: .6
}
.opacity7 {
	opacity: .7
}
.opacity8 {
	opacity: .8
}
.opacity9 {
	opacity: .9
}
.btn-shadow {
	box-shadow: 0 0 6px rgba(0, 0, 0, .3)
}
.box-shadow-light {
	box-shadow: 0 0 3px rgba(0, 0, 0, .1)
}
.box-shadow {
	box-shadow: 0 0 3px rgba(0, 0, 0, .2)
}
.box-shadow-dark {
	box-shadow: 0 0 4px rgba(0, 0, 0, .4)
}
.box-shadow-large {
	box-shadow: 0 0 12px rgba(0, 0, 0, .1)
}
.z-index-1111 {
	z-index: 1111
}
.z-index-111 {
	z-index: 111
}
.z-index-1 {
	z-index: 1
}
.z-index-2 {
	z-index: 2
}
.z-index-3 {
	z-index: 3
}
.z-index-4 {
	z-index: 4
}
.z-index-5 {
	z-index: 5
}
.z-index-0 {
	z-index: 0
}
.z-index-minus2 {
	z-index: -2
}
.vertical-align-top {
	vertical-align: top
}
.vertical-align-bottom {
	vertical-align: bottom
}
.vertical-middle {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
	right: 0
}
.line-break {
	display: block
}
.aside-title span, .aside-title:after, .btn, .tag-cloud a {
	display: inline-block
}
.header-searchbar *, .header-social-icon *, .mfp-container *, .no-transition *, .parallax, .portfolio-grid *, .rev-slider *, .skillbar-bar-main *, .swiper-container * {
	transition-timing-function: none;
	-moz-transition-timing-function: none;
	-webkit-transition-timing-function: none;
	-o-transition-timing-function: none;
	-ms-transition-timing-function: none;
	transition-duration: 0s;
	-moz-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	-ms-transition-duration: 0s
}
.btn, .navbar-top {
	transition-duration: .3s
}
.absolute-middle-center {
	left: 50%;
	top: 50%;
	position: absolute;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%)
}
.absolute-bottom-center {
	left: 50%;
	top: 80%;
	position: absolute;
	-ms-transform: translateX(-50%) translateY(-80%);
	-moz-transform: translateX(-50%) translateY(-80%);
	-webkit-transform: translateX(-50%) translateY(-80%);
	transform: translateX(-50%) translateY(-80%);
	-o-transform: translateX(-50%) translateY(-80%)
}
.btn {
	border: 2px solid transparent;
	letter-spacing: .5px;
	line-height: inherit;
	border-radius: 0;
	width: auto;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	transition-timing-function: ease-in-out
}
.btn.btn-very-small {
	font-size: 9px;
	padding: 1px 17px;
	line-height: 22px
}
.btn.btn-small {
	font-size: 11px;
	padding: 4px 24px
}
.btn.btn-medium {
	font-size: 12px;
	padding: 6px 25px 5px
}
.btn.btn-large {
	font-size: 13px;
	padding: 9px 34px;
	line-height: 25px
}
.btn.btn-extra-large {
	font-size: 15px;
	padding: 12px 40px 13px;
	line-height: 25px
}
.btn-dual .btn {
	margin: 0 10px
}
.btn i {
	margin-left: 6px;
	vertical-align: middle;
	position: relative;
	top: -1px
}
.btn.btn-white {
	background: #fff;
	border-color: #fff;
	color: #232323
}
.btn.btn-white:focus, .btn.btn-white:hover {
	background: 0 0;
	color: #fff
}
.btn.btn-black {
	background: #000;
	border-color: #000;
	color: #fff
}
.btn.btn-black:focus, .btn.btn-black:hover {
	background: 0 0;
	color: #000
}
.btn.btn-dark-gray {
	background: #232323;
	border-color: #232323;
	color: #fff
}
.btn.btn-dark-gray:focus, .btn.btn-dark-gray:hover {
	background: 0 0;
	color: #232323
}
.btn.btn-light-gray {
	background: #dbdbdb;
	border-color: #dbdbdb;
	color: #232323
}
.btn.btn-light-gray:focus, .btn.btn-light-gray:hover {
	background: 0 0;
	border-color: #dbdbdb;
	color: #dbdbdb
}
.btn.btn-deep-pink {
	background-color: #fff;
	border-color: #cb1417;
	color: #cb1417
}
.btn.btn-deep-pink:focus, .btn.btn-deep-pink:hover {
	border-color: ##cb1417;
	color: #fff;
	background-color: #cb1417
}
.btn.btn-transparent-white {
	background: 0 0;
	border-color: #fff;
	color: #fff
}
.btn.btn-transparent-white:focus, .btn.btn-transparent-white:hover {
	background: #fff;
	border-color: #fff;
	color: #cb1417
}
.btn.btn-transparent-black {
	background: 0 0;
	border-color: #000;
	color: #000
}
.btn.btn-transparent-black:focus, .btn.btn-transparent-black:hover {
	background: #000;
	border-color: #000;
	color: #fff
}
.btn.btn-transparent-dark-gray {
	background: 0 0;
	border-color: #ccc;
	color: #ccc;
}
.btn.btn-transparent-dark-gray:focus, .btn.btn-transparent-dark-gray:hover {
	background: #232323;
	border-color: #232323;
	color: #fff
}
.btn.btn-transparent-light-gray {
	background: 0 0;
	border-color: #dbdbdb;
	color: #dbdbdb
}
.btn.btn-transparent-light-gray:focus, .btn.btn-transparent-light-gray:hover {
	background: #dbdbdb;
	border-color: #dbdbdb;
	color: #232323
}
.btn.btn-transparent-deep-pink {
	background: 0 0;
	border-color: #ff214f;
	color: #ff214f
}
.btn.btn-transparent-deep-pink:focus, .btn.btn-transparent-deep-pink:hover {
	background: #ff214f;
	border-color: #ff214f;
	color: #fff
}
.btn.btn-rounded {
	border-radius: 50px
}
.btn.btn-rounded.btn-very-small {
	padding: 2px 23px 1px
}
.btn.btn-rounded.btn-small {
	padding: 5px 29px
}
.btn.btn-rounded.btn-medium {
	padding: 6px 32px
}
.btn.btn-rounded.btn-large {
	padding: 9px 38px
}
.btn.btn-rounded.btn-extra-large {
	padding: 12px 45px 13px
}
.image-button {
	width: 100%;
	background: rgba(0, 0, 0, .8);
	padding: 26px;
	font-family: Roboto, sans-serif;
	font-size: 16px
}
.image-button:hover {
	background: rgba(0, 0, 0, .5)
}
.tag-cloud a {
	font-size: 10px;
	padding: 3px 8px;
	border: 1px solid #d9d9d9;
	margin: 0 8px 8px 0;
	color: #232323;
	line-height: 18px
}
.tag-cloud a:hover {
	background: #232323;
	color: #fff!important;
	border: 1px solid #232323
}
.dropdown-style-1 .btn {
	color: #fff;
	font-size: 11px;
	padding: 0;
	margin: 0;
	background: 0 0;
	border: none;
	font-weight: 400
}
.custom-dropdown btn:focus, .dropdown-style-1 .btn:hover {
	color: #ff214f
}
.dropdown-style-1 .dropdown-menu {
	margin-top: 2px;
	min-width: 130px;
	border-radius: 0;
	border: none;
	z-index: 444;
	right: 0;
	left: auto
}
.dropdown-style-1 .dropdown-menu>li>a {
	padding: 6px 15px;
	font-size: 12px
}
.no-padding-tb, .no-padding-top {
	padding-top: 0!important
}
.no-padding-bottom, .no-padding-tb {
	padding-bottom: 0!important
}
.dropdown-style-1 .dropdown-menu>li>a:focus, .dropdown-style-1 .dropdown-menu>li>a:hover {
	background: #ededed
}
.border-all {
	border: 1px solid #ededed
}
.border-width-1 {
	border-width: 1px
}
.border-width-2 {
	border-width: 2px
}
.border-width-3 {
	border-width: 3px
}
.border-width-4 {
	border-width: 4px
}
.border-width-5 {
	border-width: 5px
}
.border-width-6 {
	border-width: 6px
}
.border-width-7 {
	border-width: 7px
}
.border-width-8 {
	border-width: 8px
}
.border-width-9 {
	border-width: 9px
}
.border-width-10 {
	border-width: 10px
}
.border-width-20 {
	border-width: 20px
}
.border-left, .border-lr {
	border-left: 1px solid
}
.border-lr, .border-right {
	border-right: 1px solid
}
.border-tb, .border-top {
	border-top: 1px solid
}
.border-bottom, .border-tb {
	border-bottom: 1px solid
}
.border-color-white {
	border-color: #fff
}
.border-color-black {
	border-color: #000
}
.border-color-extra-dark-gray {
	border-color: #232323
}
.border-color-medium-dark-gray {
	border-color: #363636
}
.border-color-dark-gray {
	border-color: #939393
}
.border-color-extra-medium-gray {
	border-color: #dbdbdb
}
.border-color-medium-gray {
	border-color: #e4e4e4
}
.border-color-extra-light-gray {
	border-color: #ededed
}
.border-color-light-gray {
	border-color: #f5f5f5
}
.border-color-light-pink {
	border-color: #862237
}
.border-color-deep-pink {
	border-color: #ff214f
}
.border-color-transparent-pink {
	border-color: rgba(255, 33, 79, .45)
}
.border-dotted {
	border-style: dotted!important
}
.border-dashed {
	border-style: dashed!important
}
.border-solid {
	border-style: solid!important
}
.border-double {
	border-style: double!important
}
.border-groove {
	border-style: groove!important
}
.border-ridge {
	border-style: ridge!important
}
.border-inset {
	border-style: inset!important
}
.border-outset {
	border-style: outset!important
}
.border-none {
	border-style: none!important
}
.border-hidden {
	border-style: hidden!important
}
.border-transperent {
	border-color: transparent!important
}
.no-border-top {
	border-top: 0!important
}
.no-border-bottom {
	border-bottom: 0!important
}
.no-border-right {
	border-right: 0!important
}
.no-border-left {
	border-left: 0!important
}
.overline-icon-box {
	border-top-width: 4px
}
.overline-icon-box.overline-white {
	border-top-color: #fff
}
.overline-icon-box.overline-black {
	border-top-color: #000
}
.overline-icon-box.overline-extra-dark-gray {
	border-top-color: #232323
}
.overline-icon-box.overline-medium-dark-gray {
	border-top-color: #363636
}
.overline-icon-box.overline-dark-gray {
	border-top-color: #939393
}
.overline-icon-box.overline-extra-light-gray {
	border-top-color: #dbdbdb
}
.overline-icon-box.overline-medium-gray {
	border-top-color: #e4e4e4
}
.overline-icon-box.overline-light-gray {
	border-top-color: #f5f5f5
}
.overline-icon-box.overline-light-pink {
	border-top-color: #862237
}
.overline-icon-box.overline-deep-pink {
	border-top-color: #ff214f
}
.overline-icon-box.overline-transparent-pink {
	border-top-color: rgba(255, 33, 79, .45)
}
.border-black-light {
	border-color: rgba(0, 0, 0, .1)!important
}
.border-white-light {
	border-color: rgba(255, 255, 255, .1)!important
}
.border-radius-1 {
	border-radius: 1px
}
.border-radius-2 {
	border-radius: 2px
}
.border-radius-3 {
	border-radius: 3px
}
.border-radius-4 {
	border-radius: 4px
}
.border-radius-5 {
	border-radius: 5px
}
.border-radius-6 {
	border-radius: 6px
}
.border-radius-7 {
	border-radius: 7px
}
.border-radius-8 {
	border-radius: 8px
}
.border-radius-9 {
	border-radius: 9px
}
.border-radius-10 {
	border-radius: 10px
}
.border-radius-50 {
	border-radius: 50%
}
.border-radius-100 {
	border-radius: 100%
}
.border-radius-none {
	border-radius: 0
}
.aside-title {
	position: relative;
	overflow: hidden
}
.aside-title span {
	vertical-align: middle;
	margin-right: 20px
}
.aside-title:after {
	content: "";
	width: 100%;
	background: #ff214f;
	height: 1px;
	top: 50%;
	position: absolute
}
.right-sidebar {
	padding-right: 45px
}
.no-padding-lr, .no-padding-right {
	padding-right: 0!important
}
.left-sidebar {
	padding-left: 45px
}
.no-padding-left, .no-padding-lr {
	padding-left: 0!important
}
.video-wrapper {
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 100%
}
.html-video {
	background-color: #000;
	height: auto;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	width: auto;
	z-index: -3
}
.video-background, .video-wrapper iframe {
	height: 100vh;
	width: 100vw;
}
.video-wrapper iframe {
	left: 0;
	position: absolute;
	top: -5px!important
}
.fix-background, .parallax {
	position: relative;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden
}
.fix-background {
	animation-duration: 0s;
	animation-fill-mode: none;
	-webkit-animation-duration: 0s;
	-webkit-animation-fill-mode: none;
	-moz-animation-duration: 0s;
	-moz-animation-fill-mode: none;
	-ms-animation-duration: 0s;
	-ms-animation-fill-mode: none;
	-o-animation-fill-mode: none;
	background-position: center center;
	background-repeat: no-repeat
}
.cover-background, .overflow-hidden {
	overflow: hidden!important
}
.cover-background {
	position: relative!important;
	background-size: cover!important;
	background-position: center!important;
	background-repeat: no-repeat!important
}
.background-size-inherit {
	background-size: inherit
}
.background-attachment-inherit {
	background-attachment: inherit
}
.background-position-left {
	background-position: left center
}
.background-position-left-bottom {
	background-position: left bottom
}
.background-position-right {
	background-position: right center
}
.background-position-top {
	background-position: center top!important
}
.up-down-ani {
	display: table;
	position: relative;
	-webkit-animation-name: up-down-animation;
	-webkit-animation-duration: .7s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: .7s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-moz-animation-name: up-down-animation;
	-moz-animation-duration: .7s;
	-moz-animation-timing-function: linear;
	-moz-animation-delay: .7s;
	-moz-animation-iteration-count: infinite;
	-ms-animation-name: up-down-animation;
	-ms-animation-duration: .7s;
	-ms-animation-timing-function: linear;
	-ms-animation-delay: .7s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-direction: alternate;
	-o-animation-name: up-down-animation;
	-o-animation-duration: .7s;
	-o-animation-timing-function: linear;
	-o-animation-delay: .7s;
	-o-animation-iteration-count: infinite;
	-o-animation-direction: alternate;
	animation-name: up-down-animation;
	animation-duration: .7s;
	animation-timing-function: linear;
	animation-delay: .7s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	margin: 0 auto
}
.background-position-x-50 {
	background-position-x: 50%!important
}
.margin-half-all {
	margin: .5%
}
.margin-one-all {
	margin: 1%
}
.margin-one-half-all {
	margin: 1.5%
}
.margin-two-all {
	margin: 2%
}
.margin-two-half-all {
	margin: 2.5%
}
.margin-three-all {
	margin: 3%
}
.margin-three-half-all {
	margin: 3.5%
}
.margin-four-all {
	margin: 4%
}
.margin-four-half-all {
	margin: 4.5%
}
.margin-five-all {
	margin: 5%
}
.margin-five-half-all {
	margin: 5.5%
}
.margin-six-all {
	margin: 6%
}
.margin-six-half-all {
	margin: 6.5%
}
.margin-seven-all {
	margin: 7%
}
.margin-seven-half-all {
	margin: 7.5%
}
.margin-eight-all {
	margin: 8%
}
.margin-eight-half-all {
	margin: 8.5%
}
.margin-nine-all {
	margin: 9%
}
.margin-nine-half-all {
	margin: 9.5%
}
.margin-ten-all {
	margin: 10%
}
.margin-ten-half-all {
	margin: 10.5%
}
.margin-eleven-all {
	margin: 11%
}
.margin-eleven-half-all {
	margin: 11.5%
}
.margin-twelve-all {
	margin: 12%
}
.margin-twelve-half-all {
	margin: 12.5%
}
.margin-thirteen-all {
	margin: 13%
}
.margin-thirteen-half-all {
	margin: 13.5%
}
.margin-fourteen-all {
	margin: 14%
}
.margin-fourteen-half-all {
	margin: 14.5%
}
.margin-fifteen-all {
	margin: 15%
}
.margin-fifteen-half-all {
	margin: 15.5%
}
.margin-sixteen-all {
	margin: 16%
}
.margin-sixteen-half-all {
	margin: 16.5%
}
.margin-seventeen-all {
	margin: 17%
}
.margin-seventeen-half-all {
	margin: 17.5%
}
.margin-eighteen-all {
	margin: 18%
}
.margin-eighteen-half-all {
	margin: 18.5%
}
.margin-nineteen-all {
	margin: 19%
}
.margin-nineteen-half-all {
	margin: 19.5%
}
.margin-twenty-all {
	margin: 20%
}
.margin-twenty-half-all {
	margin: 20.5%
}
.margin-twenty-one-all {
	margin: 21%
}
.margin-twenty-one-half-all {
	margin: 21.5%
}
.margin-twenty-two-all {
	margin: 22%
}
.margin-twenty-two-half-all {
	margin: 22.5%
}
.margin-twenty-three-all {
	margin: 23%
}
.margin-twenty-three-half-all {
	margin: 23.5%
}
.margin-twenty-four-all {
	margin: 24%
}
.margin-twenty-four-half-all {
	margin: 24.5%
}
.margin-twenty-five-all {
	margin: 25%
}
.margin-5px-all {
	margin: 5px
}
.margin-10px-all {
	margin: 10px
}
.margin-15px-all {
	margin: 15px
}
.margin-20px-all {
	margin: 20px
}
.margin-25px-all {
	margin: 25px
}
.margin-30px-all {
	margin: 30px
}
.margin-35px-all {
	margin: 35px
}
.margin-40px-all {
	margin: 40px
}
.margin-45px-all {
	margin: 45px
}
.margin-50px-all {
	margin: 50px
}
.margin-55px-all {
	margin: 55px
}
.margin-60px-all {
	margin: 60px
}
.margin-65px-all {
	margin: 65px
}
.margin-70px-all {
	margin: 70px
}
.margin-75px-all {
	margin: 75px
}
.margin-80px-all {
	margin: 80px
}
.margin-85px-all {
	margin: 85px
}
.margin-90px-all {
	margin: 90px
}
.margin-95px-all {
	margin: 95px
}
.margin-100px-all {
	margin: 100px
}
.no-margin-tb, .no-margin-top {
	margin-top: 0!important
}
.no-margin-bottom, .no-margin-tb {
	margin-bottom: 0!important
}
.no-margin-left, .no-margin-lr {
	margin-left: 0!important
}
.no-margin-lr, .no-margin-right {
	margin-right: 0!important
}
.no-margin {
	margin: 0!important
}
.margin-lr-auto {
	margin-left: auto!important;
	margin-right: auto!important
}
.margin-auto {
	margin: 0 auto!important
}
.margin-one-top {
	margin-top: 1%
}
.margin-one-half-top {
	margin-top: 1.5%
}
.margin-two-top {
	margin-top: 2%
}
.margin-two-half-top {
	margin-top: 2.5%
}
.margin-three-top {
	margin-top: 3%
}
.margin-three-half-top {
	margin-top: 3.5%
}
.margin-four-top {
	margin-top: 4%
}
.margin-four-half-top {
	margin-top: 4.5%
}
.margin-five-top {
	margin-top: 5%
}
.margin-five-half-top {
	margin-top: 5.5%
}
.margin-six-top {
	margin-top: 6%
}
.margin-six-half-top {
	margin-top: 6.5%
}
.margin-seven-top {
	margin-top: 7%
}
.margin-seven-half-top {
	margin-top: 7.5%
}
.margin-eight-top {
	margin-top: 8%
}
.margin-eight-half-top {
	margin-top: 8.5%
}
.margin-nine-top {
	margin-top: 9%
}
.margin-nine-half-top {
	margin-top: 9.5%
}
.margin-ten-top {
	margin-top: 10%
}
.margin-ten-half-top {
	margin-top: 10.5%
}
.margin-eleven-top {
	margin-top: 11%
}
.margin-eleven-half-top {
	margin-top: 11.5%
}
.margin-twelve-top {
	margin-top: 12%
}
.margin-twelve-half-top {
	margin-top: 12.5%
}
.margin-thirteen-top {
	margin-top: 13%
}
.margin-thirteen-half-top {
	margin-top: 13.5%
}
.margin-fourteen-top {
	margin-top: 14%
}
.margin-fourteen-half-top {
	margin-top: 14.5%
}
.margin-fifteen-top {
	margin-top: 15%
}
.margin-fifteen-half-top {
	margin-top: 15.5%
}
.margin-sixteen-top {
	margin-top: 16%
}
.margin-sixteen-half-top {
	margin-top: 16.5%
}
.margin-seventeen-top {
	margin-top: 17%
}
.margin-seventeen-half-top {
	margin-top: 17.5%
}
.margin-eighteen-top {
	margin-top: 18%
}
.margin-eighteen-half-top {
	margin-top: 18.5%
}
.margin-nineteen-top {
	margin-top: 19%
}
.margin-nineteen-half-top {
	margin-top: 19.5%
}
.margin-twenty-top {
	margin-top: 20%
}
.margin-twenty-half-top {
	margin-top: 20.5%
}
.margin-twenty-one-top {
	margin-top: 21%
}
.margin-twenty-one-half-top {
	margin-top: 21.5%
}
.margin-twenty-two-top {
	margin-top: 22%
}
.margin-twenty-two-half-top {
	margin-top: 22.5%
}
.margin-twenty-three-top {
	margin-top: 23%
}
.margin-twenty-three-half-top {
	margin-top: 23.5%
}
.margin-twenty-four-top {
	margin-top: 24%
}
.margin-twenty-four-half-top {
	margin-top: 24.5%
}
.margin-twenty-five-top {
	margin-top: 25%
}
.margin-5px-top {
	margin-top: 5px
}
.margin-10px-top {
	margin-top: 10px
}
.margin-15px-top {
	margin-top: 15px
}
.margin-20px-top {
	margin-top: 20px
}
.margin-25px-top {
	margin-top: 25px
}
.margin-30px-top {
	margin-top: 30px
}
.margin-35px-top {
	margin-top: 35px
}
.margin-40px-top {
	margin-top: 40px
}
.margin-45px-top {
	margin-top: 45px
}
.margin-50px-top {
	margin-top: 50px
}
.margin-55px-top {
	margin-top: 55px
}
.margin-60px-top {
	margin-top: 60px
}
.margin-65px-top {
	margin-top: 65px
}
.margin-70px-top {
	margin-top: 70px
}
.margin-75px-top {
	margin-top: 75px
}
.margin-80px-top {
	margin-top: 80px
}
.margin-90px-top {
	margin-top: 90px
}
.margin-100px-top {
	margin-top: 100px
}
.margin-one-bottom {
	margin-bottom: 1%
}
.margin-one-half-bottom {
	margin-bottom: 1.5%
}
.margin-two-bottom {
	margin-bottom: 2%
}
.margin-two-half-bottom {
	margin-bottom: 2.5%
}
.margin-three-bottom {
	margin-bottom: 3%
}
.margin-three-half-bottom {
	margin-bottom: 3.5%
}
.margin-four-bottom {
	margin-bottom: 4%
}
.margin-four-half-bottom {
	margin-bottom: 4.5%
}
.margin-five-bottom {
	margin-bottom: 5%
}
.margin-five-half-bottom {
	margin-bottom: 5.5%
}
.margin-six-bottom {
	margin-bottom: 6%
}
.margin-six-half-bottom {
	margin-bottom: 6.5%
}
.margin-seven-bottom {
	margin-bottom: 7%
}
.margin-seven-half-bottom {
	margin-bottom: 7.5%
}
.margin-eight-bottom {
	margin-bottom: 8%
}
.margin-eight-half-bottom {
	margin-bottom: 8.5%
}
.margin-nine-bottom {
	margin-bottom: 9%
}
.margin-nine-half-bottom {
	margin-bottom: 9.5%
}
.margin-ten-bottom {
	margin-bottom: 10%
}
.margin-ten-half-bottom {
	margin-bottom: 10.5%
}
.margin-eleven-bottom {
	margin-bottom: 11%
}
.margin-eleven-half-bottom {
	margin-bottom: 11.5%
}
.margin-twelve-bottom {
	margin-bottom: 12%
}
.margin-twelve-half-bottom {
	margin-bottom: 12.5%
}
.margin-thirteen-bottom {
	margin-bottom: 13%
}
.margin-thirteen-half-bottom {
	margin-bottom: 13.5%
}
.margin-fourteen-bottom {
	margin-bottom: 14%
}
.margin-fourteen-half-bottom {
	margin-bottom: 14.5%
}
.margin-fifteen-bottom {
	margin-bottom: 15%
}
.margin-fifteen-half-bottom {
	margin-bottom: 15.5%
}
.margin-sixteen-bottom {
	margin-bottom: 16%
}
.margin-sixteen-half-bottom {
	margin-bottom: 16.5%
}
.margin-seventeen-bottom {
	margin-bottom: 17%
}
.margin-seventeen-half-bottom {
	margin-bottom: 17.5%
}
.margin-eighteen-bottom {
	margin-bottom: 18%
}
.margin-eighteen-half-bottom {
	margin-bottom: 18.5%
}
.margin-nineteen-bottom {
	margin-bottom: 19%
}
.margin-nineteen-half-bottom {
	margin-bottom: 19.5%
}
.margin-twenty-bottom {
	margin-bottom: 20%
}
.margin-twenty-half-bottom {
	margin-bottom: 20.5%
}
.margin-twenty-one-bottom {
	margin-bottom: 21%
}
.margin-twenty-one-half-bottom {
	margin-bottom: 21.5%
}
.margin-twenty-two-bottom {
	margin-bottom: 22%
}
.margin-twenty-two-half-bottom {
	margin-bottom: 22.5%
}
.margin-twenty-three-bottom {
	margin-bottom: 23%
}
.margin-twenty-three-half-bottom {
	margin-bottom: 23.5%
}
.margin-twenty-four-bottom {
	margin-bottom: 24%
}
.margin-twenty-four-half-bottom {
	margin-bottom: 24.5%
}
.margin-twenty-five-bottom {
	margin-bottom: 25%
}
.margin-0px-bottom {
	margin-bottom: 0
}
.margin-5px-bottom {
	margin-bottom: 5px
}
.margin-10px-bottom {
	margin-bottom: 10px
}
.margin-15px-bottom {
	margin-bottom: 15px
}
.margin-20px-bottom {
	margin-bottom: 20px
}
.margin-25px-bottom {
	margin-bottom: 25px
}
.margin-30px-bottom {
	margin-bottom: 30px
}
.margin-35px-bottom {
	margin-bottom: 35px
}
.margin-40px-bottom {
	margin-bottom: 40px
}
.margin-45px-bottom {
	margin-bottom: 45px
}
.margin-50px-bottom {
	margin-bottom: 50px
}
.margin-55px-bottom {
	margin-bottom: 55px
}
.margin-60px-bottom {
	margin-bottom: 60px
}
.margin-65px-bottom {
	margin-bottom: 65px
}
.margin-70px-bottom {
	margin-bottom: 70px
}
.margin-75px-bottom {
	margin-bottom: 75px
}
.margin-80px-bottom {
	margin-bottom: 80px
}
.margin-85px-bottom {
	margin-bottom: 85px
}
.margin-90px-bottom {
	margin-bottom: 90px
}
.margin-95px-bottom {
	margin-bottom: 95px
}
.margin-100px-bottom {
	margin-bottom: 100px
}
.margin-one-right {
	margin-right: 1%
}
.margin-one-half-right {
	margin-right: 1.5%
}
.margin-two-right {
	margin-right: 2%
}
.margin-two-half-right {
	margin-right: 2.5%
}
.margin-three-right {
	margin-right: 3%
}
.margin-three-half-right {
	margin-right: 3.5%
}
.margin-four-right {
	margin-right: 4%
}
.margin-four-half-right {
	margin-right: 4.5%
}
.margin-five-right {
	margin-right: 5%
}
.margin-five-half-right {
	margin-right: 5.5%
}
.margin-six-right {
	margin-right: 6%
}
.margin-six-half-right {
	margin-right: 6.5%
}
.margin-seven-right {
	margin-right: 7%
}
.margin-seven-half-right {
	margin-right: 7.5%
}
.margin-eight-right {
	margin-right: 8%
}
.margin-eight-half-right {
	margin-right: 8.5%
}
.margin-nine-right {
	margin-right: 9%
}
.margin-nine-half-right {
	margin-right: 9.5%
}
.margin-ten-right {
	margin-right: 10%
}
.margin-ten-half-right {
	margin-right: 10.5%
}
.margin-eleven-right {
	margin-right: 11%
}
.margin-eleven-half-right {
	margin-right: 11.5%
}
.margin-twelve-right {
	margin-right: 12%
}
.margin-twelve-half-right {
	margin-right: 12.5%
}
.margin-thirteen-right {
	margin-right: 13%
}
.margin-thirteen-half-right {
	margin-right: 13.5%
}
.margin-fourteen-right {
	margin-right: 14%
}
.margin-fourteen-half-right {
	margin-right: 14.5%
}
.margin-fifteen-right {
	margin-right: 15%
}
.margin-fifteen-half-right {
	margin-right: 15.5%
}
.margin-sixteen-right {
	margin-right: 16%
}
.margin-sixteen-half-right {
	margin-right: 16.5%
}
.margin-seventeen-right {
	margin-right: 17%
}
.margin-seventeen-half-right {
	margin-right: 17.5%
}
.margin-eighteen-right {
	margin-right: 18%
}
.margin-eighteen-half-right {
	margin-right: 18.5%
}
.margin-nineteen-right {
	margin-right: 19%
}
.margin-nineteen-half-right {
	margin-right: 19.5%
}
.margin-twenty-half-right {
	margin-right: 20.5%
}
.margin-twenty-right {
	margin-right: 21%
}
.margin-twenty-one-half-right {
	margin-right: 21.5%
}
.margin-twenty-two-right {
	margin-right: 22%
}
.margin-twenty-two-half-right {
	margin-right: 22.5%
}
.margin-twenty-three-right {
	margin-right: 23%
}
.margin-twenty-three-half-right {
	margin-right: 23.5%
}
.margin-twenty-four-right {
	margin-right: 24%
}
.margin-twenty-four-half-right {
	margin-right: 24.5%
}
.margin-twenty-five-right {
	margin-right: 25%
}
.margin-5px-right {
	margin-right: 5px
}
.margin-10px-right {
	margin-right: 10px
}
.margin-15px-right {
	margin-right: 15px
}
.margin-20px-right {
	margin-right: 20px
}
.margin-25px-right {
	margin-right: 25px
}
.margin-30px-right {
	margin-right: 30px
}
.margin-35px-right {
	margin-right: 35px
}
.margin-40px-right {
	margin-right: 40px
}
.margin-45px-right {
	margin-right: 45px
}
.margin-50px-right {
	margin-right: 50px
}
.margin-55px-right {
	margin-right: 55px
}
.margin-60px-right {
	margin-right: 60px
}
.margin-65px-right {
	margin-right: 65px
}
.margin-70px-right {
	margin-right: 70px
}
.margin-75px-right {
	margin-right: 75px
}
.margin-80px-right {
	margin-right: 80px
}
.margin-85px-right {
	margin-right: 85px
}
.margin-90px-right {
	margin-right: 90px
}
.margin-95px-right {
	margin-right: 95px
}
.margin-100px-right {
	margin-right: 100px
}
.margin-one-left {
	margin-left: 1%
}
.margin-one-half-left {
	margin-left: 1.5%
}
.margin-two-left {
	margin-left: 2%
}
.margin-two-half-left {
	margin-left: 2.5%
}
.margin-three-left {
	margin-left: 3%
}
.margin-three-half-left {
	margin-left: 3.5%
}
.margin-four-left {
	margin-left: 4%
}
.margin-four-half-left {
	margin-left: 4.5%
}
.margin-five-left {
	margin-left: 5%
}
.margin-five-half-left {
	margin-left: 5.5%
}
.margin-six-left {
	margin-left: 6%
}
.margin-six-half-left {
	margin-left: 6.5%
}
.margin-seven-left {
	margin-left: 7%
}
.margin-seven-half-left {
	margin-left: 7.5%
}
.margin-eight-left {
	margin-left: 8%
}
.margin-eight-half-left {
	margin-left: 8.5%
}
.margin-nine-left {
	margin-left: 9%
}
.margin-nine-half-left {
	margin-left: 9.5%
}
.margin-ten-left {
	margin-left: 10%
}
.margin-ten-half-left {
	margin-left: 10.5%
}
.margin-eleven-left {
	margin-left: 11%
}
.margin-eleven-half-left {
	margin-left: 11.5%
}
.margin-twelve-left {
	margin-left: 12%
}
.margin-twelve-half-left {
	margin-left: 12.5%
}
.margin-thirteen-left {
	margin-left: 13%
}
.margin-thirteen-half-left {
	margin-left: 13.5%
}
.margin-fourteen-left {
	margin-left: 14%
}
.margin-fourteen-half-left {
	margin-left: 14.5%
}
.margin-fifteen-left {
	margin-left: 15%
}
.margin-fifteen-half-left {
	margin-left: 15.5%
}
.margin-sixteen-left {
	margin-left: 16%
}
.margin-sixteen-half-left {
	margin-left: 16.5%
}
.margin-seventeen-left {
	margin-left: 17%
}
.margin-seventeen-half-left {
	margin-left: 17.5%
}
.margin-eighteen-left {
	margin-left: 18%
}
.margin-eighteen-half-left {
	margin-left: 18.5%
}
.margin-nineteen-left {
	margin-left: 19%
}
.margin-nineteen-half-left {
	margin-left: 19.5%
}
.margin-twenty-left {
	margin-left: 20%
}
.margin-twenty-half-left {
	margin-left: 20.5%
}
.margin-twenty-one-left {
	margin-left: 21%
}
.margin-twenty-one-half-left {
	margin-left: 21.5%
}
.margin-twenty-two-left {
	margin-left: 22%
}
.margin-twenty-two-half-left {
	margin-left: 22.5%
}
.margin-twenty-three-left {
	margin-left: 23%
}
.margin-twenty-three-half-left {
	margin-left: 23.5%
}
.margin-twenty-four-left {
	margin-left: 24%
}
.margin-twenty-four-half-left {
	margin-left: 24.5%
}
.margin-twenty-five-left {
	margin-left: 25%
}
.margin-5px-left {
	margin-left: 5px
}
.margin-10px-left {
	margin-left: 10px
}
.margin-15px-left {
	margin-left: 15px
}
.margin-20px-left {
	margin-left: 20px
}
.margin-25px-left {
	margin-left: 25px
}
.margin-30px-left {
	margin-left: 30px
}
.margin-35px-left {
	margin-left: 35px
}
.margin-40px-left {
	margin-left: 40px
}
.margin-45px-left {
	margin-left: 45px
}
.margin-50px-left {
	margin-left: 50px
}
.margin-55px-left {
	margin-left: 55px
}
.margin-60px-left {
	margin-left: 60px
}
.margin-65px-left {
	margin-left: 65px
}
.margin-70px-left {
	margin-left: 70px
}
.margin-75px-left {
	margin-left: 75px
}
.margin-80px-left {
	margin-left: 80px
}
.margin-85px-left {
	margin-left: 85px
}
.margin-90px-left {
	margin-left: 90px
}
.margin-95px-left {
	margin-left: 95px
}
.margin-100px-left {
	margin-left: 100px
}
.margin-one-lr {
	margin-left: 1%;
	margin-right: 1%
}
.margin-one-half-lr {
	margin-left: 1.5%;
	margin-right: 1.5%
}
.margin-two-lr {
	margin-left: 2%;
	margin-right: 2%
}
.margin-two-half-lr {
	margin-left: 2.5%;
	margin-right: 2.5%
}
.margin-three-lr {
	margin-left: 3%;
	margin-right: 3%
}
.margin-three-half-lr {
	margin-left: 3.5%;
	margin-right: 3.5%
}
.margin-four-lr {
	margin-left: 4%;
	margin-right: 4%
}
.margin-four-half-lr {
	margin-left: 4.5%;
	margin-right: 4.5%
}
.margin-five-lr {
	margin-left: 5%;
	margin-right: 5%
}
.margin-five-half-lr {
	margin-left: 5.5%;
	margin-right: 5.5%
}
.margin-six-lr {
	margin-left: 6%;
	margin-right: 6%
}
.margin-six-half-lr {
	margin-left: 6.5%;
	margin-right: 6.5%
}
.margin-seven-lr {
	margin-left: 7%;
	margin-right: 7%
}
.margin-seven-half-lr {
	margin-left: 7.5%;
	margin-right: 7.5%
}
.margin-eight-lr {
	margin-left: 8%;
	margin-right: 8%
}
.margin-eight-half-lr {
	margin-left: 8.5%;
	margin-right: 8.5%
}
.margin-nine-lr {
	margin-left: 9%;
	margin-right: 9%
}
.margin-nine-half-lr {
	margin-left: 9.5%;
	margin-right: 9.5%
}
.margin-ten-lr {
	margin-left: 10%;
	margin-right: 10%
}
.margin-ten-half-lr {
	margin-left: 10.5%;
	margin-right: 10.5%
}
.margin-eleven-lr {
	margin-left: 11%;
	margin-right: 11%
}
.margin-eleven-half-lr {
	margin-left: 11.5%;
	margin-right: 11.5%
}
.margin-twelve-lr {
	margin-left: 12%;
	margin-right: 12%
}
.margin-twelve-half-lr {
	margin-left: 12.5%;
	margin-right: 12.5%
}
.margin-thirteen-lr {
	margin-left: 13%;
	margin-right: 13%
}
.margin-thirteen-half-lr {
	margin-left: 13.5%;
	margin-right: 13.5%
}
.margin-fourteen-lr {
	margin-left: 14%;
	margin-right: 14%
}
.margin-fourteen-half-lr {
	margin-left: 14.5%;
	margin-right: 14.5%
}
.margin-fifteen-lr {
	margin-left: 15%;
	margin-right: 15%
}
.margin-fifteen-half-lr {
	margin-left: 15.5%;
	margin-right: 15.5%
}
.margin-sixteen-lr {
	margin-left: 16%;
	margin-right: 16%
}
.margin-sixteen-half-lr {
	margin-left: 16.5%;
	margin-right: 16.5%
}
.margin-seventeen-lr {
	margin-left: 17%;
	margin-right: 17%
}
.margin-seventeen-half-lr {
	margin-left: 17.5%;
	margin-right: 17.5%
}
.margin-eighteen-lr {
	margin-left: 18%;
	margin-right: 18%
}
.margin-eighteen-half-lr {
	margin-left: 18.5%;
	margin-right: 18.5%
}
.margin-nineteen-lr {
	margin-left: 19%;
	margin-right: 19%
}
.margin-nineteen-half-lr {
	margin-left: 19.5%;
	margin-right: 19.5%
}
.margin-twenty-lr {
	margin-left: 20%;
	margin-right: 20%
}
.margin-twenty-half-lr {
	margin-left: 20.5%;
	margin-right: 20.5%
}
.margin-twenty-one-lr {
	margin-left: 21%;
	margin-right: 21%
}
.margin-twenty-one-half-lr {
	margin-left: 21.5%;
	margin-right: 21.5%
}
.margin-twenty-two-lr {
	margin-left: 22%;
	margin-right: 22%
}
.margin-twenty-two-half-lr {
	margin-left: 22.5%;
	margin-right: 22.5%
}
.margin-twenty-three-lr {
	margin-left: 23%;
	margin-right: 23%
}
.margin-twenty-three-half-lr {
	margin-left: 23.5%;
	margin-right: 23.5%
}
.margin-twenty-four-lr {
	margin-left: 24%;
	margin-right: 24%
}
.margin-twenty-four-half-lr {
	margin-left: 24.5%;
	margin-right: 24.5%
}
.margin-twenty-five-lr {
	margin-left: 25%;
	margin-right: 25%
}
.margin-5px-lr {
	margin-left: 5px;
	margin-right: 5px
}
.margin-10px-lr {
	margin-left: 10px;
	margin-right: 10px
}
.margin-15px-lr {
	margin-left: 15px;
	margin-right: 15px
}
.margin-20px-lr {
	margin-left: 20px;
	margin-right: 20px
}
.margin-25px-lr {
	margin-left: 25px;
	margin-right: 25px
}
.margin-30px-lr {
	margin-left: 30px;
	margin-right: 30px
}
.margin-35px-lr {
	margin-left: 35px;
	margin-right: 35px
}
.margin-40px-lr {
	margin-left: 40px;
	margin-right: 40px
}
.margin-45px-lr {
	margin-left: 45px;
	margin-right: 45px
}
.margin-50px-lr {
	margin-left: 50px;
	margin-right: 50px
}
.margin-55px-lr {
	margin-left: 55px;
	margin-right: 55px
}
.margin-60px-lr {
	margin-left: 60px;
	margin-right: 60px
}
.margin-65px-lr {
	margin-left: 65px;
	margin-right: 65px
}
.margin-70px-lr {
	margin-left: 70px;
	margin-right: 70px
}
.margin-75px-lr {
	margin-left: 75px;
	margin-right: 75px
}
.margin-80px-lr {
	margin-left: 80px;
	margin-right: 80px
}
.margin-85px-lr {
	margin-left: 85px;
	margin-right: 85px
}
.margin-90px-lr {
	margin-left: 90px;
	margin-right: 90px
}
.margin-95px-lr {
	margin-left: 95px;
	margin-right: 95px
}
.margin-100px-lr {
	margin-left: 100px;
	margin-right: 100px
}
.margin-one-tb {
	margin-top: 1%;
	margin-bottom: 1%
}
.margin-one-half-tb {
	margin-top: 1.5%;
	margin-bottom: 1.5%
}
.margin-two-tb {
	margin-top: 2%;
	margin-bottom: 2%
}
.margin-two-half-tb {
	margin-top: 2.5%;
	margin-bottom: 2.5%
}
.margin-three-tb {
	margin-top: 3%;
	margin-bottom: 3%
}
.margin-three-half-tb {
	margin-top: 3.5%;
	margin-bottom: 3.5%
}
.margin-four-tb {
	margin-top: 4%;
	margin-bottom: 4%
}
.margin-four-half-tb {
	margin-top: 4.5%;
	margin-bottom: 4.5%
}
.margin-five-tb {
	margin-top: 5%;
	margin-bottom: 5%
}
.margin-five-half-tb {
	margin-top: 5.5%;
	margin-bottom: 5.5%
}
.margin-six-tb {
	margin-top: 6%;
	margin-bottom: 6%
}
.margin-six-half-tb {
	margin-top: 6.5%;
	margin-bottom: 6.5%
}
.margin-seven-tb {
	margin-top: 7%;
	margin-bottom: 7%
}
.margin-seven-half-tb {
	margin-top: 7.5%;
	margin-bottom: 7.5%
}
.margin-eight-tb {
	margin-top: 8%;
	margin-bottom: 8%
}
.margin-eight-half-tb {
	margin-top: 8.5%;
	margin-bottom: 8.5%
}
.margin-nine-tb {
	margin-top: 9%;
	margin-bottom: 9%
}
.margin-nine-half-tb {
	margin-top: 9.5%;
	margin-bottom: 9.5%
}
.margin-ten-tb {
	margin-top: 10%;
	margin-bottom: 10%
}
.margin-ten-half-tb {
	margin-top: 10.5%;
	margin-bottom: 10.5%
}
.margin-eleven-tb {
	margin-top: 11%;
	margin-bottom: 11%
}
.margin-eleven-half-tb {
	margin-top: 11.5%;
	margin-bottom: 11.5%
}
.margin-twelve-tb {
	margin-top: 12%;
	margin-bottom: 12%
}
.margin-twelve-half-tb {
	margin-top: 12.5%;
	margin-bottom: 12.5%
}
.margin-thirteen-tb {
	margin-top: 13%;
	margin-bottom: 13%
}
.margin-thirteen-half-tb {
	margin-top: 13.5%;
	margin-bottom: 13.5%
}
.margin-fourteen-tb {
	margin-top: 14%;
	margin-bottom: 14%
}
.margin-fourteen-half-tb {
	margin-top: 14.5%;
	margin-bottom: 14.5%
}
.margin-fifteen-tb {
	margin-top: 15%;
	margin-bottom: 15%
}
.margin-fifteen-half-tb {
	margin-top: 15.5%;
	margin-bottom: 15.5%
}
.margin-sixteen-tb {
	margin-top: 16%;
	margin-bottom: 16%
}
.margin-sixteen-half-tb {
	margin-top: 16.5%;
	margin-bottom: 16.5%
}
.margin-seventeen-tb {
	margin-top: 17%;
	margin-bottom: 17%
}
.margin-seventeen-half-tb {
	margin-top: 17.5%;
	margin-bottom: 17.5%
}
.margin-eighteen-tb {
	margin-top: 18%;
	margin-bottom: 18%
}
.margin-eighteen-half-tb {
	margin-top: 18.5%;
	margin-bottom: 18.5%
}
.margin-nineteen-tb {
	margin-top: 19%;
	margin-bottom: 19%
}
.margin-nineteen-half-tb {
	margin-top: 19.5%;
	margin-bottom: 19.5%
}
.margin-twenty-tb {
	margin-top: 20%;
	margin-bottom: 20%
}
.margin-twenty-half-tb {
	margin-top: 20.5%;
	margin-bottom: 20.5%
}
.margin-twenty-one-tb {
	margin-top: 21%;
	margin-bottom: 21%
}
.margin-twenty-one-half-tb {
	margin-top: 21.5%;
	margin-bottom: 21.5%
}
.margin-twenty-two-tb {
	margin-top: 22%;
	margin-bottom: 22%
}
.margin-twenty-two-half-tb {
	margin-top: 22.5%;
	margin-bottom: 22.5%
}
.margin-twenty-three-tb {
	margin-top: 23%;
	margin-bottom: 23%
}
.margin-twenty-three-half-tb {
	margin-top: 23.5%;
	margin-bottom: 23.5%
}
.margin-twenty-four-tb {
	margin-top: 24%;
	margin-bottom: 24%
}
.margin-twenty-four-half-tb {
	margin-top: 24.5%;
	margin-bottom: 24.5%
}
.margin-twenty-five-tb {
	margin-top: 25%;
	margin-bottom: 25%
}
.margin-5px-tb {
	margin-top: 5px;
	margin-bottom: 5px
}
.margin-10px-tb {
	margin-top: 10px;
	margin-bottom: 10px
}
.margin-15px-tb {
	margin-top: 15px;
	margin-bottom: 15px
}
.margin-20px-tb {
	margin-top: 20px;
	margin-bottom: 20px
}
.margin-25px-tb {
	margin-top: 25px;
	margin-bottom: 25px
}
.margin-30px-tb {
	margin-top: 30px;
	margin-bottom: 30px
}
.margin-35px-tb {
	margin-top: 35px;
	margin-bottom: 35px
}
.margin-40px-tb {
	margin-top: 40px;
	margin-bottom: 40px
}
.margin-45px-tb {
	margin-top: 45px;
	margin-bottom: 45px
}
.margin-50px-tb {
	margin-top: 50px;
	margin-bottom: 50px
}
.margin-55px-tb {
	margin-top: 55px;
	margin-bottom: 55px
}
.margin-60px-tb {
	margin-top: 60px;
	margin-bottom: 60px
}
.margin-65px-tb {
	margin-top: 65px;
	margin-bottom: 65px
}
.margin-70px-tb {
	margin-top: 70px;
	margin-bottom: 70px
}
.margin-75px-tb {
	margin-top: 75px;
	margin-bottom: 75px
}
.margin-80px-tb {
	margin-top: 80px;
	margin-bottom: 80px
}
.margin-85px-tb {
	margin-top: 85px;
	margin-bottom: 85px
}
.margin-90px-tb {
	margin-top: 90px;
	margin-bottom: 90px
}
.margin-95px-tb {
	margin-top: 95px;
	margin-bottom: 95px
}
.margin-100px-tb {
	margin-top: 100px;
	margin-bottom: 100px
}
.no-padding {
	padding: 0!important
}
.padding-one-all {
	padding: 1%
}
.padding-one-half-all {
	padding: 1.5%
}
.padding-two-all {
	padding: 2%
}
.padding-two-half-all {
	padding: 2.5%
}
.padding-three-all {
	padding: 3%
}
.padding-three-half-all {
	padding: 3.5%
}
.padding-four-all {
	padding: 4%
}
.padding-four-half-all {
	padding: 4.5%
}
.padding-five-all {
	padding: 5%
}
.padding-five-half-all {
	padding: 5.5%
}
.padding-six-all {
	padding: 6%
}
.padding-six-half-all {
	padding: 6.5%
}
.padding-seven-all {
	padding: 7%
}
.padding-seven-half-all {
	padding: 7.5%
}
.padding-eight-all {
	padding: 8%
}
.padding-eight-half-all {
	padding: 8.5%
}
.padding-nine-all {
	padding: 9%
}
.padding-nine-half-all {
	padding: 9.5%
}
.padding-ten-all {
	padding: 10%
}
.padding-ten-half-all {
	padding: 10.5%
}
.padding-eleven-all {
	padding: 11%
}
.padding-eleven-half-all {
	padding: 11.5%
}
.padding-twelve-all {
	padding: 12%
}
.padding-twelve-half-all {
	padding: 12.5%
}
.padding-thirteen-all {
	padding: 13%
}
.padding-thirteen-half-all {
	padding: 13.5%
}
.padding-fourteen-all {
	padding: 14%
}
.padding-fourteen-half-all {
	padding: 14.5%
}
.padding-fifteen-all {
	padding: 15%
}
.padding-fifteen-half-all {
	padding: 15.5%
}
.padding-sixteen-all {
	padding: 16%
}
.padding-sixteen-half-all {
	padding: 16.5%
}
.padding-seventeen-all {
	padding: 17%
}
.padding-seventeen-half-all {
	padding: 17.5%
}
.padding-eighteen-all {
	padding: 18%
}
.padding-eighteen-half-all {
	padding: 18.5%
}
.padding-nineteen-all {
	padding: 19%
}
.padding-nineteen-half-all {
	padding: 19.5%
}
.padding-twenty-all {
	padding: 20%
}
.padding-twenty-half-all {
	padding: 20.5%
}
.padding-twenty-one-all {
	padding: 21%
}
.padding-twenty-one-half-all {
	padding: 21.5%
}
.padding-twenty-two-all {
	padding: 22%
}
.padding-twenty-two-half-all {
	padding: 22.5%
}
.padding-twenty-three-all {
	padding: 23%
}
.padding-twenty-three-half-all {
	padding: 23.5%
}
.padding-twenty-four-all {
	padding: 24%
}
.padding-twenty-four-half-all {
	padding: 24.5%
}
.padding-twenty-five-all {
	padding: 25%
}
.padding-twenty-five-half-all {
	padding: 25.5%
}
.padding-5px-all {
	padding: 5px
}
.padding-10px-all {
	padding: 10px
}
.padding-15px-all {
	padding: 15px
}
.padding-20px-all {
	padding: 20px
}
.padding-25px-all {
	padding: 25px
}
.padding-30px-all {
	padding: 30px
}
.padding-35px-all {
	padding: 35px
}
.padding-40px-all {
	padding: 40px
}
.padding-45px-all {
	padding: 45px
}
.padding-50px-all {
	padding: 50px
}
.padding-55px-all {
	padding: 55px
}
.padding-60px-all {
	padding: 60px
}
.padding-65px-all {
	padding: 65px
}
.padding-70px-all {
	padding: 70px
}
.padding-75px-all {
	padding: 75px
}
.padding-80px-all {
	padding: 80px
}
.padding-85px-all {
	padding: 85px
}
.padding-90px-all {
	padding: 90px
}
.padding-95px-all {
	padding: 95px
}
.padding-100px-all {
	padding: 100px
}
.padding-one-top {
	padding-top: 1%
}
.padding-one-half-top {
	padding-top: 1.5%
}
.padding-two-top {
	padding-top: 2%
}
.padding-two-half-top {
	padding-top: 2.5%
}
.padding-three-top {
	padding-top: 3%
}
.padding-three-half-top {
	padding-top: 3.5%
}
.padding-four-top {
	padding-top: 4%
}
.padding-four-half-top {
	padding-top: 4.5%
}
.padding-five-top {
	padding-top: 5%
}
.padding-five-half-top {
	padding-top: 5.5%
}
.padding-six-top {
	padding-top: 6%
}
.padding-six-half-top {
	padding-top: 6.5%
}
.padding-seven-top {
	padding-top: 7%
}
.padding-seven-half-top {
	padding-top: 7.5%
}
.padding-eight-top {
	padding-top: 8%
}
.padding-eight-half-top {
	padding-top: 8.5%
}
.padding-nine-top {
	padding-top: 9%
}
.padding-nine-half-top {
	padding-top: 9.5%
}
.padding-ten-top {
	padding-top: 10%
}
.padding-ten-half-top {
	padding-top: 10.5%
}
.padding-eleven-top {
	padding-top: 11%
}
.padding-eleven-half-top {
	padding-top: 11.5%
}
.padding-twelve-top {
	padding-top: 12%
}
.padding-twelve-half-top {
	padding-top: 12.5%
}
.padding-thirteen-top {
	padding-top: 13%
}
.padding-thirteen-half-top {
	padding-top: 13.5%
}
.padding-fourteen-top {
	padding-top: 14%
}
.padding-fourteen-half-top {
	padding-top: 14.5%
}
.padding-fifteen-top {
	padding-top: 15%
}
.padding-fifteen-half-top {
	padding-top: 15.5%
}
.padding-sixteen-top {
	padding-top: 16%
}
.padding-sixteen-half-top {
	padding-top: 16.5%
}
.padding-seventeen-top {
	padding-top: 17%
}
.padding-seventeen-half-top {
	padding-top: 17.5%
}
.padding-eighteen-top {
	padding-top: 18%
}
.padding-eighteen-half-top {
	padding-top: 18.5%
}
.padding-nineteen-top {
	padding-top: 19%
}
.padding-nineteen-half-top {
	padding-top: 19.5%
}
.padding-twenty-top {
	padding-top: 20%
}
.padding-twenty-half-top {
	padding-top: 20.5%
}
.padding-twenty-one-top {
	padding-top: 21%
}
.padding-twenty-one-half-top {
	padding-top: 21.5%
}
.padding-twenty-two-top {
	padding-top: 22%
}
.padding-twenty-two-half-top {
	padding-top: 22.5%
}
.padding-twenty-three-top {
	padding-top: 23%
}
.padding-twenty-three-half-top {
	padding-top: 23.5%
}
.padding-twenty-four-top {
	padding-top: 24%
}
.padding-twenty-four-half-top {
	padding-top: 24.5%
}
.padding-twenty-five-top {
	padding-top: 25%
}
.padding-5px-top {
	padding-top: 5px
}
.padding-10px-top {
	padding-top: 10px
}
.padding-15px-top {
	padding-top: 15px
}
.padding-20px-top {
	padding-top: 20px
}
.padding-25px-top {
	padding-top: 25px
}
.padding-30px-top {
	padding-top: 30px
}
.padding-35px-top {
	padding-top: 35px
}
.padding-40px-top {
	padding-top: 40px
}
.padding-45px-top {
	padding-top: 45px
}
.padding-50px-top {
	padding-top: 50px
}
.padding-55px-top {
	padding-top: 55px
}
.padding-60px-top {
	padding-top: 60px
}
.padding-65px-top {
	padding-top: 65px
}
.padding-70px-top {
	padding-top: 70px
}
.padding-75px-top {
	padding-top: 75px
}
.padding-80px-top {
	padding-top: 80px
}
.padding-85px-top {
	padding-top: 85px
}
.padding-90px-top {
	padding-top: 90px
}
.padding-95px-top {
	padding-top: 95px
}
.padding-100px-top {
	padding-top: 100px
}
.padding-one-bottom {
	padding-bottom: 1%
}
.padding-one-half-bottom {
	padding-bottom: 1.5%
}
.padding-two-bottom {
	padding-bottom: 2%
}
.padding-two-half-bottom {
	padding-bottom: 2.5%
}
.padding-three-bottom {
	padding-bottom: 3%
}
.padding-three-half-bottom {
	padding-bottom: 3.5%
}
.padding-four-bottom {
	padding-bottom: 4%
}
.padding-four-half-bottom {
	padding-bottom: 4.5%
}
.padding-five-bottom {
	padding-bottom: 5%
}
.padding-five-half-bottom {
	padding-bottom: 5.5%
}
.padding-six-bottom {
	padding-bottom: 6%
}
.padding-six-half-bottom {
	padding-bottom: 6.5%
}
.padding-seven-bottom {
	padding-bottom: 7%
}
.padding-seven-half-bottom {
	padding-bottom: 7.5%
}
.padding-eight-bottom {
	padding-bottom: 8%
}
.padding-eight-half-bottom {
	padding-bottom: 8.5%
}
.padding-nine-bottom {
	padding-bottom: 9%
}
.padding-nine-half-bottom {
	padding-bottom: 9.5%
}
.padding-ten-bottom {
	padding-bottom: 10%
}
.padding-ten-half-bottom {
	padding-bottom: 10.5%
}
.padding-eleven-bottom {
	padding-bottom: 11%
}
.padding-eleven-half-bottom {
	padding-bottom: 11.5%
}
.padding-twelve-bottom {
	padding-bottom: 12%
}
.padding-twelve-half-bottom {
	padding-bottom: 12.5%
}
.padding-thirteen-bottom {
	padding-bottom: 13%
}
.padding-thirteen-half-bottom {
	padding-bottom: 13.5%
}
.padding-fourteen-bottom {
	padding-bottom: 14%
}
.padding-fourteen-half-bottom {
	padding-bottom: 14.5%
}
.padding-fifteen-bottom {
	padding-bottom: 15%
}
.padding-fifteen-half-bottom {
	padding-bottom: 15.5%
}
.padding-sixteen-bottom {
	padding-bottom: 16%
}
.padding-sixteen-half-bottom {
	padding-bottom: 16.5%
}
.padding-seventeen-bottom {
	padding-bottom: 17%
}
.padding-seventeen-half-bottom {
	padding-bottom: 17.5%
}
.padding-eighteen-bottom {
	padding-bottom: 18%
}
.padding-eighteen-half-bottom {
	padding-bottom: 18.5%
}
.padding-nineteen-bottom {
	padding-bottom: 19%
}
.padding-nineteen-half-bottom {
	padding-bottom: 19.5%
}
.padding-twenty-bottom {
	padding-bottom: 20%
}
.padding-twenty-half-bottom {
	padding-bottom: 20.5%
}
.padding-twenty-one-bottom {
	padding-bottom: 21%
}
.padding-twenty-one-half-bottom {
	padding-bottom: 21.5%
}
.padding-twenty-two-bottom {
	padding-bottom: 22%
}
.padding-twenty-two-half-bottom {
	padding-bottom: 22.5%
}
.padding-twenty-three-bottom {
	padding-bottom: 23%
}
.padding-twenty-three-half-bottom {
	padding-bottom: 23.5%
}
.padding-twenty-four-bottom {
	padding-bottom: 24%
}
.padding-twenty-four-half-bottom {
	padding-bottom: 24.5%
}
.padding-twenty-five-bottom {
	padding-bottom: 25%
}
.padding-5px-bottom {
	padding-bottom: 5px
}
.padding-10px-bottom {
	padding-bottom: 10px
}
.padding-15px-bottom {
	padding-bottom: 15px
}
.padding-20px-bottom {
	padding-bottom: 20px
}
.padding-25px-bottom {
	padding-bottom: 25px
}
.padding-30px-bottom {
	padding-bottom: 30px
}
.padding-35px-bottom {
	padding-bottom: 35px
}
.padding-40px-bottom {
	padding-bottom: 40px
}
.padding-45px-bottom {
	padding-bottom: 45px
}
.padding-50px-bottom {
	padding-bottom: 50px
}
.padding-55px-bottom {
	padding-bottom: 55px
}
.padding-60px-bottom {
	padding-bottom: 60px
}
.padding-65px-bottom {
	padding-bottom: 65px
}
.padding-70px-bottom {
	padding-bottom: 70px
}
.padding-75px-bottom {
	padding-bottom: 75px
}
.padding-80px-bottom {
	padding-bottom: 80px
}
.padding-85px-bottom {
	padding-bottom: 85px
}
.padding-90px-bottom {
	padding-bottom: 90px
}
.padding-95px-bottom {
	padding-bottom: 95px
}
.padding-100px-bottom {
	padding-bottom: 100px
}
.padding-one-right {
	padding-right: 1%
}
.padding-one-half-right {
	padding-right: 1.5%
}
.padding-two-right {
	padding-right: 2%
}
.padding-two-half-right {
	padding-right: 2.5%
}
.padding-three-right {
	padding-right: 3%
}
.padding-three-half-right {
	padding-right: 3.5%
}
.padding-four-right {
	padding-right: 4%
}
.padding-four-half-right {
	padding-right: 4.5%
}
.padding-five-right {
	padding-right: 5%
}
.padding-five-half-right {
	padding-right: 5.5%
}
.padding-six-right {
	padding-right: 6%
}
.padding-six-half-right {
	padding-right: 6.5%
}
.padding-seven-right {
	padding-right: 7%
}
.padding-seven-half-right {
	padding-right: 7.5%
}
.padding-eight-right {
	padding-right: 8%
}
.padding-eight-half-right {
	padding-right: 8.5%
}
.padding-nine-right {
	padding-right: 9%
}
.padding-nine-half-right {
	padding-right: 9.5%
}
.padding-ten-right {
	padding-right: 10%
}
.padding-ten-half-right {
	padding-right: 10.5%
}
.padding-eleven-right {
	padding-right: 11%
}
.padding-eleven-half-right {
	padding-right: 11.5%
}
.padding-twelve-right {
	padding-right: 12%
}
.padding-twelve-half-right {
	padding-right: 12.5%
}
.padding-thirteen-right {
	padding-right: 13%
}
.padding-thirteen-half-right {
	padding-right: 13.5%
}
.padding-fourteen-right {
	padding-right: 14%
}
.padding-fourteen-half-right {
	padding-right: 14.5%
}
.padding-fifteen-right {
	padding-right: 15%
}
.padding-fifteen-half-right {
	padding-right: 15.5%
}
.padding-sixteen-right {
	padding-right: 16%
}
.padding-sixteen-half-right {
	padding-right: 16.5%
}
.padding-seventeen-right {
	padding-right: 17%
}
.padding-seventeen-half-right {
	padding-right: 17.5%
}
.padding-eighteen-right {
	padding-right: 18%
}
.padding-eighteen-half-right {
	padding-right: 18.5%
}
.padding-nineteen-right {
	padding-right: 19%
}
.padding-nineteen-half-right {
	padding-right: 19.5%
}
.padding-twenty-right {
	padding-right: 20%
}
.padding-twenty-half-right {
	padding-right: 20.5%
}
.padding-twenty-one-right {
	padding-right: 21%
}
.padding-twenty-one-half-right {
	padding-right: 21.5%
}
.padding-twenty-two-right {
	padding-right: 22%
}
.padding-twenty-two-half-right {
	padding-right: 22.5%
}
.padding-twenty-three-right {
	padding-right: 23%
}
.padding-twenty-three-half-right {
	padding-right: 23.5%
}
.padding-twenty-four-right {
	padding-right: 24%
}
.padding-twenty-four-half-right {
	padding-right: 24.5%
}
.padding-twenty-five-right {
	padding-right: 25%
}
.padding-5px-right {
	padding-right: 5px
}
.padding-10px-right {
	padding-right: 10px
}
.padding-15px-right {
	padding-right: 15px
}
.padding-20px-right {
	padding-right: 20px
}
.padding-25px-right {
	padding-right: 25px
}
.padding-30px-right {
	padding-right: 30px
}
.padding-35px-right {
	padding-right: 35px
}
.padding-40px-right {
	padding-right: 40px
}
.padding-45px-right {
	padding-right: 45px
}
.padding-50px-right {
	padding-right: 50px
}
.padding-55px-right {
	padding-right: 55px
}
.padding-60px-right {
	padding-right: 60px
}
.padding-65px-right {
	padding-right: 65px
}
.padding-70px-right {
	padding-right: 70px
}
.padding-75px-right {
	padding-right: 75px
}
.padding-80px-right {
	padding-right: 80px
}
.padding-85px-right {
	padding-right: 85px
}
.padding-90px-right {
	padding-right: 90px
}
.padding-95px-right {
	padding-right: 95px
}
.padding-100px-right {
	padding-right: 100px
}
.padding-one-left {
	padding-left: 1%
}
.padding-one-half-left {
	padding-left: 1.5%
}
.padding-two-left {
	padding-left: 2%
}
.padding-two-half-left {
	padding-left: 2.5%
}
.padding-three-left {
	padding-left: 3%
}
.padding-three-half-left {
	padding-left: 3.5%
}
.padding-four-left {
	padding-left: 4%
}
.padding-four-half-left {
	padding-left: 4.5%
}
.padding-five-left {
	padding-left: 5%
}
.padding-five-half-left {
	padding-left: 5.5%
}
.padding-six-left {
	padding-left: 6%
}
.padding-six-half-left {
	padding-left: 6.5%
}
.padding-seven-left {
	padding-left: 7%
}
.padding-seven-half-left {
	padding-left: 7.5%
}
.padding-eight-left {
	padding-left: 8%
}
.padding-eight-half-left {
	padding-left: 8.5%
}
.padding-nine-left {
	padding-left: 9%
}
.padding-nine-half-left {
	padding-left: 9.5%
}
.padding-ten-left {
	padding-left: 10%
}
.padding-ten-half-left {
	padding-left: 10.5%
}
.padding-eleven-left {
	padding-left: 11%
}
.padding-eleven-half-left {
	padding-left: 11.5%
}
.padding-twelve-left {
	padding-left: 12%
}
.padding-twelve-half-left {
	padding-left: 12.5%
}
.padding-thirteen-left {
	padding-left: 13%
}
.padding-thirteen-half-left {
	padding-left: 13.5%
}
.padding-fourteen-left {
	padding-left: 14%
}
.padding-fourteen-half-left {
	padding-left: 14.5%
}
.padding-fifteen-left {
	padding-left: 15%
}
.padding-fifteen-half-left {
	padding-left: 15.5%
}
.padding-sixteen-left {
	padding-left: 16%
}
.padding-sixteen-half-left {
	padding-left: 16.5%
}
.padding-seventeen-left {
	padding-left: 17%
}
.padding-seventeen-half-left {
	padding-left: 17.5%
}
.padding-eighteen-left {
	padding-left: 18%
}
.padding-eighteen-half-left {
	padding-left: 18.5%
}
.padding-nineteen-left {
	padding-left: 19%
}
.padding-nineteen-half-left {
	padding-left: 19.5%
}
.padding-twenty-left {
	padding-left: 20%
}
.padding-twenty-half-left {
	padding-left: 20.5%
}
.padding-twenty-one-left {
	padding-left: 21%
}
.padding-twenty-one-half-left {
	padding-left: 21.5%
}
.padding-twenty-two-left {
	padding-left: 22%
}
.padding-twenty-two-half-left {
	padding-left: 22.5%
}
.padding-twenty-three-left {
	padding-left: 23%
}
.padding-twenty-three-half-left {
	padding-left: 23.5%
}
.padding-twenty-four-left {
	padding-left: 24%
}
.padding-twenty-four-half-left {
	padding-left: 24.5%
}
.padding-twenty-five-left {
	padding-left: 25%
}
.padding-5px-left {
	padding-left: 5px
}
.padding-10px-left {
	padding-left: 10px
}
.padding-15px-left {
	padding-left: 15px
}
.padding-20px-left {
	padding-left: 20px
}
.padding-25px-left {
	padding-left: 25px!important
}
.padding-30px-left {
	padding-left: 30px
}
.padding-35px-left {
	padding-left: 35px
}
.padding-40px-left {
	padding-left: 40px
}
.padding-45px-left {
	padding-left: 45px
}
.padding-50px-left {
	padding-left: 50px
}
.padding-55px-left {
	padding-left: 55px
}
.padding-60px-left {
	padding-left: 60px
}
.padding-65px-left {
	padding-left: 65px
}
.padding-70px-left {
	padding-left: 70px
}
.padding-75px-left {
	padding-left: 75px
}
.padding-80px-left {
	padding-left: 80px
}
.padding-85px-left {
	padding-left: 85px
}
.padding-90px-left {
	padding-left: 90px
}
.padding-95px-left {
	padding-left: 95px
}
.padding-100px-left {
	padding-left: 100px
}
.padding-one-tb {
	padding-top: 1%;
	padding-bottom: 1%
}
.padding-one-half-tb {
	padding-top: 1.5%;
	padding-bottom: 1.5%
}
.padding-two-tb {
	padding-top: 2%;
	padding-bottom: 2%
}
.padding-two-half-tb {
	padding-top: 2.5%;
	padding-bottom: 2.5%
}
.padding-three-tb {
	padding-top: 3%;
	padding-bottom: 3%
}
.padding-three-half-tb {
	padding-top: 3.5%;
	padding-bottom: 3.5%
}
.padding-four-tb {
	padding-top: 4%;
	padding-bottom: 4%
}
.padding-four-half-tb {
	padding-top: 4.5%;
	padding-bottom: 4.5%
}
.padding-five-tb {
	padding-top: 5%;
	padding-bottom: 5%
}
.padding-five-half-tb {
	padding-top: 5.5%;
	padding-bottom: 5.5%
}
.padding-six-tb {
	padding-top: 6%;
	padding-bottom: 6%
}
.padding-six-half-tb {
	padding-top: 6.5%;
	padding-bottom: 6.5%
}
.padding-seven-tb {
	padding-top: 7%;
	padding-bottom: 7%
}
.padding-seven-half-tb {
	padding-top: 7.5%;
	padding-bottom: 7.5%
}
.padding-eight-tb {
	padding-top: 8%;
	padding-bottom: 8%
}
.padding-eight-half-tb {
	padding-top: 8.5%;
	padding-bottom: 8.5%
}
.padding-nine-tb {
	padding-top: 9%;
	padding-bottom: 9%
}
.padding-nine-half-tb {
	padding-top: 9.5%;
	padding-bottom: 9.5%
}
.padding-ten-tb {
	padding-top: 10%;
	padding-bottom: 10%
}
.padding-ten-half-tb {
	padding-top: 10.5%;
	padding-bottom: 10.5%
}
.padding-eleven-tb {
	padding-top: 11%;
	padding-bottom: 11%
}
.padding-eleven-half-tb {
	padding-top: 11.5%;
	padding-bottom: 11.5%
}
.padding-twelve-tb {
	padding-top: 12%;
	padding-bottom: 12%
}
.padding-twelve-half-tb {
	padding-top: 12.5%;
	padding-bottom: 12.5%
}
.padding-thirteen-tb {
	padding-top: 13%;
	padding-bottom: 13%
}
.padding-thirteen-half-tb {
	padding-top: 13.5%;
	padding-bottom: 13.5%
}
.padding-fourteen-tb {
	padding-top: 14%;
	padding-bottom: 14%
}
.padding-fourteen-half-tb {
	padding-top: 14.5%;
	padding-bottom: 14.5%
}
.padding-fifteen-tb {
	padding-top: 15%;
	padding-bottom: 15%
}
.padding-fifteen-half-tb {
	padding-top: 15.5%;
	padding-bottom: 15.5%
}
.padding-sixteen-tb {
	padding-top: 16%;
	padding-bottom: 16%
}
.padding-sixteen-half-tb {
	padding-top: 16.5%;
	padding-bottom: 16.5%
}
.padding-seventeen-tb {
	padding-top: 17%;
	padding-bottom: 17%
}
.padding-seventeen-half-tb {
	padding-top: 17.5%;
	padding-bottom: 17.5%
}
.padding-eighteen-tb {
	padding-top: 18%;
	padding-bottom: 18%
}
.padding-eighteen-half-tb {
	padding-top: 18.5%;
	padding-bottom: 18.5%
}
.padding-nineteen-tb {
	padding-top: 19%;
	padding-bottom: 19%
}
.padding-nineteen-half-tb {
	padding-top: 19.5%;
	padding-bottom: 19.5%
}
.padding-twenty-tb {
	padding-top: 20%;
	padding-bottom: 20%
}
.padding-twenty-half-tb {
	padding-top: 20.5%;
	padding-bottom: 20%
}
.padding-twenty-one-tb {
	padding-top: 21%;
	padding-bottom: 21%
}
.padding-twenty-one-half-tb {
	padding-top: 21.5%;
	padding-bottom: 21.5%
}
.padding-twenty-two-tb {
	padding-top: 22%;
	padding-bottom: 22%
}
.padding-twenty-two-half-tb {
	padding-top: 22.5%;
	padding-bottom: 22.5%
}
.padding-twenty-three-tb {
	padding-top: 23%;
	padding-bottom: 23%
}
.padding-twenty-three-half-tb {
	padding-top: 23.5%;
	padding-bottom: 23.5%
}
.padding-twenty-four-tb {
	padding-top: 24%;
	padding-bottom: 24%
}
.padding-twenty-four-half-tb {
	padding-top: 24.5%;
	padding-bottom: 24.5%
}
.padding-twenty-five-tb {
	padding-top: 25%;
	padding-bottom: 25%
}
.padding-thirty-tb {
	padding-top: 30%;
	padding-bottom: 30%
}
.padding-5px-tb {
	padding-top: 5px;
	padding-bottom: 5px
}
.padding-10px-tb {
	padding-top: 10px;
	padding-bottom: 10px
}
.padding-15px-tb {
	padding-top: 15px;
	padding-bottom: 15px
}
.padding-20px-tb {
	padding-top: 20px;
	padding-bottom: 20px
}
.padding-25px-tb {
	padding-top: 25px;
	padding-bottom: 25px
}
.padding-30px-tb {
	padding-top: 30px;
	padding-bottom: 30px
}
.padding-35px-tb {
	padding-top: 35px;
	padding-bottom: 35px
}
.padding-40px-tb {
	padding-top: 40px;
	padding-bottom: 40px
}
.padding-45px-tb {
	padding-top: 45px;
	padding-bottom: 45px
}
.padding-50px-tb {
	padding-top: 50px;
	padding-bottom: 50px
}
.padding-55px-tb {
	padding-top: 55px;
	padding-bottom: 55px
}
.padding-60px-tb {
	padding-top: 60px;
	padding-bottom: 60px
}
.padding-65px-tb {
	padding-top: 65px;
	padding-bottom: 65px
}
.padding-70px-tb {
	padding-top: 70px;
	padding-bottom: 70px
}
.padding-75px-tb {
	padding-top: 75px;
	padding-bottom: 75px
}
.padding-80px-tb {
	padding-top: 80px;
	padding-bottom: 80px
}
.padding-85px-tb {
	padding-top: 85px;
	padding-bottom: 85px
}
.padding-90px-tb {
	padding-top: 90px;
	padding-bottom: 90px
}
.padding-95px-tb {
	padding-top: 95px;
	padding-bottom: 95px
}
.padding-100px-tb {
	padding-top: 100px;
	padding-bottom: 100px
}
.padding-one-lr {
	padding-left: 1%;
	padding-right: 1%
}
.padding-one-half-lr {
	padding-left: 1.5%;
	padding-right: 1.5%
}
.padding-two-lr {
	padding-left: 2%;
	padding-right: 2%
}
.padding-two-half-lr {
	padding-left: 2.5%;
	padding-right: 2.5%
}
.padding-three-lr {
	padding-left: 3%;
	padding-right: 3%
}
.padding-three-half-lr {
	padding-left: 3.5%;
	padding-right: 3.5%
}
.padding-four-lr {
	padding-left: 4%;
	padding-right: 4%
}
.padding-four-half-lr {
	padding-left: 4.5%;
	padding-right: 4.5%
}
.padding-five-lr {
	padding-left: 5%;
	padding-right: 5%
}
.padding-five-half-lr {
	padding-left: 5.5%;
	padding-right: 5.5%
}
.padding-six-lr {
	padding-left: 6%;
	padding-right: 6%
}
.padding-six-half-lr {
	padding-left: 6.5%;
	padding-right: 6.5%
}
.padding-seven-lr {
	padding-left: 7%;
	padding-right: 7%
}
.padding-seven-half-lr {
	padding-left: 7.5%;
	padding-right: 7.5%
}
.padding-eight-lr {
	padding-left: 8%;
	padding-right: 8%
}
.padding-eight-half-lr {
	padding-left: 8.5%;
	padding-right: 8.5%
}
.padding-nine-lr {
	padding-left: 9%;
	padding-right: 9%
}
.padding-nine-half-lr {
	padding-left: 9.5%;
	padding-right: 9.5%
}
.padding-ten-lr {
	padding-left: 10%;
	padding-right: 10%
}
.padding-ten-half-lr {
	padding-left: 10.5%;
	padding-right: 10.5%
}
.padding-eleven-lr {
	padding-left: 11%;
	padding-right: 11%
}
.padding-eleven-half-lr {
	padding-left: 11.5%;
	padding-right: 11.5%
}
.padding-twelve-lr {
	padding-left: 12%;
	padding-right: 12%
}
.padding-twelve-half-lr {
	padding-left: 12.5%;
	padding-right: 12.5%
}
.padding-thirteen-lr {
	padding-left: 13%;
	padding-right: 13%
}
.padding-thirteen-half-lr {
	padding-left: 13.5%;
	padding-right: 13.5%
}
.padding-fourteen-lr {
	padding-left: 14%;
	padding-right: 14%
}
.padding-fourteen-half-lr {
	padding-left: 14.5%;
	padding-right: 14.5%
}
.padding-fifteen-lr {
	padding-left: 15%;
	padding-right: 15%
}
.padding-fifteen-half-lr {
	padding-left: 15.5%;
	padding-right: 15.5%
}
.padding-sixteen-lr {
	padding-left: 16%;
	padding-right: 16%
}
.padding-sixteen-half-lr {
	padding-left: 16.5%;
	padding-right: 16.5%
}
.padding-seventeen-lr {
	padding-left: 17%;
	padding-right: 17%
}
.padding-seventeen-half-lr {
	padding-left: 17.5%;
	padding-right: 17.5%
}
.padding-eighteen-lr {
	padding-left: 18%;
	padding-right: 18%
}
.padding-eighteen-half-lr {
	padding-left: 18.5%;
	padding-right: 18.5%
}
.padding-nineteen-lr {
	padding-left: 19%;
	padding-right: 19%
}
.padding-nineteen-half-lr {
	padding-left: 19.5%;
	padding-right: 19.5%
}
.padding-twenty-lr {
	padding-left: 20%;
	padding-right: 20%
}
.padding-twenty-half-lr {
	padding-left: 20.5%;
	padding-right: 20.5%
}
.padding-twenty-one-lr {
	padding-left: 21%;
	padding-right: 21%
}
.padding-twenty-one-half-lr {
	padding-left: 21.5%;
	padding-right: 21.5%
}
.padding-twenty-two-lr {
	padding-left: 22%;
	padding-right: 22%
}
.padding-twenty-two-half-lr {
	padding-left: 22.5%;
	padding-right: 22.5%
}
.padding-twenty-three-lr {
	padding-left: 23%;
	padding-right: 23%
}
.padding-twenty-three-half-lr {
	padding-left: 23.5%;
	padding-right: 23.5%
}
.padding-twenty-four-lr {
	padding-left: 24%;
	padding-right: 24%
}
.padding-twenty-four-half-lr {
	padding-left: 24.5%;
	padding-right: 24.5%
}
.padding-twenty-five-lr {
	padding-left: 25%;
	padding-right: 25%
}
.padding-5px-lr {
	padding-left: 5px;
	padding-right: 5px
}
.padding-10px-lr {
	padding-left: 10px;
	padding-right: 10px
}
.padding-15px-lr {
	padding-left: 15px;
	padding-right: 15px
}
.padding-20px-lr {
	padding-left: 20px;
	padding-right: 20px
}
.padding-25px-lr {
	padding-left: 25px;
	padding-right: 25px
}
.padding-30px-lr {
	padding-left: 30px;
	padding-right: 30px
}
.padding-35px-lr {
	padding-left: 35px;
	padding-right: 35px
}
.padding-40px-lr {
	padding-left: 40px;
	padding-right: 40px
}
.padding-45px-lr {
	padding-left: 45px;
	padding-right: 45px
}
.padding-50px-lr {
	padding-left: 50px;
	padding-right: 50px
}
.padding-55px-lr {
	padding-left: 55px;
	padding-right: 55px
}
.padding-60px-lr {
	padding-left: 60px;
	padding-right: 60px
}
.padding-65px-lr {
	padding-left: 65px;
	padding-right: 65px
}
.padding-70px-lr {
	padding-left: 70px;
	padding-right: 70px
}
.padding-75px-lr {
	padding-left: 75px;
	padding-right: 75px
}
.padding-80px-lr {
	padding-left: 80px;
	padding-right: 80px
}
.padding-85px-lr {
	padding-left: 85px;
	padding-right: 85px
}
.padding-90px-lr {
	padding-left: 90px;
	padding-right: 90px
}
.padding-95px-lr {
	padding-left: 95px;
	padding-right: 95px
}
.padding-100px-lr {
	padding-left: 100px;
	padding-right: 100px
}
.display-block {
	display: block!important
}
.display-inline-block {
	display: inline-block!important
}
.display-inline {
	display: inline!important
}
.display-none {
	display: none!important
}
.display-inherit {
	display: inherit!important
}
.display-table {
	display: table!important
}
.display-table-cell {
	display: table-cell!important
}
.overflow-visible {
	overflow: visible!important
}
.overflow-auto {
	overflow: auto!important
}
.display-flex {
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-inline-flexbox;
	display: -moz-flex;
	display: -webkit-inline-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-o-flex-flow: row wrap
}
.icon-round-medium, .icon-round-small {
	border-radius: 100%;
	display: table-cell;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle
}
.display-flex>div:nth-of-type(1) {
	order: 2;
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2
}
.display-flex>div:nth-of-type(2) {
	order: 1;
	-webkit-order: 1;
	-moz-order: 1;
	-ms-order: 1
}
.display-flex>div:nth-of-type(3) {
	order: 3;
	-webkit-order: 3;
	-moz-order: 3;
	-ms-order: 3
}
.float-left {
	float: left!important
}
.float-right {
	float: right!important
}
.float-none {
	float: none!important
}
.position-inherit {
	position: inherit!important
}
.position-relative {
	position: relative!important
}
.position-absolute {
	position: absolute!important
}
.position-fixed {
	position: fixed!important
}
.position-right {
	right: 0!important
}
.position-left {
	left: 0!important
}
.position-top {
	top: 0!important
}
.top-auto {
	top: auto
}
.top-inherit {
	top: inherit!important
}
.top-0 {
	top: 0!important
}
.top-1 {
	top: 1px
}
.top-2 {
	top: 2px
}
.top-3 {
	top: 3px
}
.top-4 {
	top: 4px
}
.top-5 {
	top: 5px
}
.top-6 {
	top: 6px
}
.top-7 {
	top: 7px
}
.top-8 {
	top: 8px
}
.top-9 {
	top: 9px
}
.top-10 {
	top: 10px
}
.top-15 {
	top: 15px
}
.top-20 {
	top: 20px
}
.top-25 {
	top: 25px
}
.top-30 {
	top: 30px
}
.top-35 {
	top: 35px
}
.top-40 {
	top: 40px
}
.top-45 {
	top: 45px
}
.top-50 {
	top: 50px
}
.top-minus1 {
	top: -1px
}
.top-minus2 {
	top: -2px
}
.top-minus3 {
	top: -3px
}
.top-minus4 {
	top: -4px
}
.top-minus5 {
	top: -5px
}
.top-minus6 {
	top: -6px
}
.top-minus7 {
	top: -7px
}
.top-minus8 {
	top: -8px
}
.top-minus9 {
	top: -9px
}
.top-minus10 {
	top: -10px
}
.top-minus15 {
	top: -15px
}
.top-minus20 {
	top: -20px
}
.top-minus25 {
	top: -25px
}
.top-minus30 {
	top: -30px
}
.top-minus35 {
	top: -35px
}
.top-minus40 {
	top: -40px
}
.bottom-auto {
	bottom: auto
}
.bottom-0 {
	bottom: 0
}
.bottom-1 {
	bottom: 1px
}
.bottom-2 {
	bottom: 2px
}
.bottom-3 {
	bottom: 3px
}
.bottom-4 {
	bottom: 4px
}
.bottom-5 {
	bottom: 5px
}
.bottom-6 {
	bottom: 6px
}
.bottom-7 {
	bottom: 7px
}
.bottom-8 {
	bottom: 8px
}
.bottom-9 {
	bottom: 9px
}
.bottom-10 {
	bottom: 10px
}
.bottom-15 {
	bottom: 15px
}
.bottom-20 {
	bottom: 20px
}
.bottom-25 {
	bottom: 25px
}
.bottom-30 {
	bottom: 30px
}
.bottom-35 {
	bottom: 35px
}
.bottom-40 {
	bottom: 40px
}
.bottom-45 {
	bottom: 45px
}
.bottom-50 {
	bottom: 50px
}
.left-auto {
	left: auto
}
.left-0 {
	left: 0
}
.left-1 {
	left: 1px
}
.left-2 {
	left: 2px
}
.left-3 {
	left: 3px
}
.left-4 {
	left: 4px
}
.left-5 {
	left: 5px
}
.left-6 {
	left: 6px
}
.left-7 {
	left: 7px
}
.left-8 {
	left: 8px
}
.left-9 {
	left: 9px
}
.left-10 {
	left: 10px
}
.left-15 {
	left: 15px
}
.left-20 {
	left: 20px
}
.left-25 {
	left: 25px
}
.left-30 {
	left: 30px
}
.left-35 {
	left: 35px
}
.left-40 {
	left: 40px
}
.left-45 {
	left: 45px
}
.left-50 {
	left: 50px
}
.right-auto {
	right: auto
}
.right-0 {
	right: 0
}
.right-1 {
	right: 1px
}
.right-2 {
	right: 2px
}
.right-3 {
	right: 3px
}
.right-4 {
	right: 4px
}
.right-5 {
	right: 5px
}
.right-6 {
	right: 6px
}
.right-7 {
	right: 7px
}
.right-8 {
	right: 8px
}
.right-9 {
	right: 9px
}
.right-10 {
	right: 10px
}
.width-1px {
	width: 1px
}
.width-2px {
	width: 2px
}
.width-3px {
	width: 3px
}
.width-4px {
	width: 4px
}
.width-5px {
	width: 5px
}
.width-6px {
	width: 6px
}
.width-7px {
	width: 7px
}
.width-8px {
	width: 8px
}
.width-9px {
	width: 9px
}
.width-10px {
	width: 10px
}
.width-15px {
	width: 15px
}
.width-20px {
	width: 20px
}
.width-25px {
	width: 25px
}
.width-30px {
	width: 30px
}
.width-35px {
	width: 35px
}
.width-40px {
	width: 40px
}
.width-50px {
	width: 50px
}
.width-55px {
	width: 55px
}
.width-60px {
	width: 60px
}
.width-65px {
	width: 65px
}
.width-70px {
	width: 70px
}
.width-75px {
	width: 75px
}
.width-80px {
	width: 80px
}
.width-85px {
	width: 85px
}
.width-90px {
	width: 90px
}
.width-100px {
	width: 100px
}
.width-120px {
	width: 120px
}
.width-130px {
	width: 130px
}
.width-150px {
	width: 150px
}
.width-180px {
	width: 180px
}
.width-200px {
	width: 200px
}
.width-250px {
	width: 250px
}
.width-300px {
	width: 300px
}
.width-350px {
	width: 350px
}
.width-400px {
	width: 400px
}
.width-450px {
	width: 450px
}
.width-500px {
	width: 500px
}
.width-550px {
	width: 550px
}
.width-600px {
	width: 600px
}
.width-650px {
	width: 650px
}
.width-700px {
	width: 700px
}
.width-750px {
	width: 750px
}
.width-800px {
	width: 800px
}
.width-850px {
	width: 850px
}
.width-900px {
	width: 900px
}
.width-950px {
	width: 950px
}
.width-1000px {
	width: 1000px
}
.width-10 {
	width: 10%
}
.width-12 {
	width: 12%
}
.width-15 {
	width: 15%
}
.width-20 {
	width: 20%
}
.width-25 {
	width: 25%
}
.width-30 {
	width: 30%
}
.width-35 {
	width: 35%
}
.width-40 {
	width: 40%
}
.width-45 {
	width: 45%
}
.width-50 {
	width: 50%
}
.width-55 {
	width: 55%
}
.width-60 {
	width: 60%
}
.width-65 {
	width: 65%
}
.width-70 {
	width: 70%
}
.width-75 {
	width: 75%
}
.width-80 {
	width: 80%
}
.width-85 {
	width: 85%
}
.width-90 {
	width: 90%
}
.width-95 {
	width: 95%
}
.width-100 {
	width: 100%
}
.width-auto {
	width: auto
}
.height-1px {
	height: 1px
}
.height-2px {
	height: 2px
}
.height-3px {
	height: 3px
}
.height-4px {
	height: 4px
}
.height-5px {
	height: 5px
}
.height-6px {
	height: 6px
}
.height-7px {
	height: 7px
}
.height-8px {
	height: 8px
}
.height-9px {
	height: 9px
}
.height-10px {
	height: 10px
}
.height-80px {
	height: 80px
}
.height-90px {
	height: 90px
}
.height-100px {
	height: 100px
}
.height-130px {
	height: 130px
}
.height-150px {
	height: 150px
}
.height-200px {
	height: 200px
}
.height-250px {
	height: 250px
}
.height-300px {
	height: 300px
}
.height-350px {
	height: 350px
}
.height-400px {
	height: 400px
}
.height-450px {
	height: 450px
}
.height-500px {
	height: 500px
}
.height-550px {
	height: 550px
}
.height-600px {
	height: 600px
}
.height-650px {
	height: 650px
}
.height-700px {
	height: 700px
}
.height-50 {
	height: 50%
}
.height-80 {
	height: 80%
}
.height-100 {
	height: 100%!important
}
.height-auto {
	height: auto!important
}
.max-height-100 {
	max-height: 100%
}
.full-screen {
	min-height: 980px
}
.min-height-100px {
	min-height: 100px
}
.min-height-200px {
	min-height: 200px
}
.min-height-300px {
	min-height: 300px
}
.min-height-400px {
	min-height: 400px
}
.min-height-500px {
	min-height: 500px
}
.min-height-600px {
	min-height: 600px
}
.min-height-700px {
	min-height: 700px
}
.extra-small-screen {
	height: 300px
}
.small-screen {
	height: 400px
}
.one-second-screen {
	height: 600px
}
.one-third-screen {
	height: 700px
}
.one-fourth-screen {
	height: 800px
}
.one-fifth-screen {
	height: 900px
}
.one-sixth-screen {
	height: 887px
}
.inner-match-height {
	position: relative;
	height: 100%
}
.icon-very-small {
	font-size: 16px
}
.icon-small {
	font-size: 24px
}
.icon-medium {
	font-size: 35px
}
.icon-extra-medium {
	font-size: 40px
}
.icon-large {
	font-size: 50px
}
.icon-round-small {
	height: 80px;
	width: 80px;
	font-size: 32px
}
.icon-round-medium {
	height: 90px;
	width: 90px
}
.icon-social-very-small {
	font-size: 12px
}
.icon-social-small {
	font-size: 14px
}
.icon-social-medium {
	font-size: 16px
}
.icon-social-large {
	font-size: 20px
}
.icon-social-extra-large {
	font-size: 24px
}
.icon-social-medium a i, .icon-social-small a i, .icon-social-very-small a i {
	margin: 0 8px;
	vertical-align: middle
}
.icon-social-large a i {
	margin: 0 4px;
	vertical-align: middle
}
.extra-large-icon, .extra-small-icon, .large-icon, .medium-icon, .small-icon {
	list-style: none;
	padding: 0
}
.extra-large-icon li, .extra-small-icon li, .large-icon li, .medium-icon li, .small-icon li {
	display: inline-block
}
footer .extra-large-icon li:first-child, footer .extra-small-icon li:first-child, footer .large-icon li:first-child, footer .medium-icon li:first-child, footer .small-icon li:first-child {
	margin-left: 0
}
footer .extra-large-icon li:last-child, footer .extra-small-icon li:last-child, footer .large-icon li:last-child, footer .medium-icon li:last-child, footer .small-icon li:last-child {
	margin-right: 0
}
.extra-small-icon li {
	margin: 0 2px
}
.small-icon li {
	margin: 0 5px
}
.medium-icon li {
	margin: 0 8px
}
.large-icon li {
	margin: 0 10px
}
.extra-large-icon li {
	margin: 0 12px
}
.extra-small-icon a {
	font-size: 14px;
	width: 30px;
	height: 30px;
	line-height: 29px
}
.small-icon a {
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 38px
}
.medium-icon a {
	font-size: 20px;
	width: 50px;
	height: 50px;
	line-height: 48px
}
.large-icon a {
	font-size: 24px;
	width: 60px;
	height: 60px;
	line-height: 58px
}
.extra-large-icon a {
	font-size: 30px;
	width: 70px;
	height: 70px;
	line-height: 68px
}
.mfp-arrow-left:before, .mfp-arrow-right:before {
	font-size: 2em;
	font-family: themify
}
.social-icon-style-1 a.facebook, .social-icon-style-10 a.facebook span, .social-icon-style-2 a.facebook, .social-icon-style-3 a.facebook, .social-icon-style-4 a.facebook span {
	background-color: #3b5998
}
.social-icon-style-1 a.twitter, .social-icon-style-10 a.twitter span, .social-icon-style-2 a.twitter, .social-icon-style-3 a.twitter, .social-icon-style-4 a.twitter span {
	background-color: #00aced
}
.social-icon-style-1 a.google, .social-icon-style-10 a.google span, .social-icon-style-2 a.google, .social-icon-style-3 a.google, .social-icon-style-4 a.google span {
	background-color: #dc4a38
}
.social-icon-style-1 a.dribbble, .social-icon-style-10 a.dribbble span, .social-icon-style-2 a.dribbble, .social-icon-style-3 a.dribbble, .social-icon-style-4 a.dribbble span {
	background-color: #ea4c89
}
.social-icon-style-1 a.youtube, .social-icon-style-10 a.youtube span, .social-icon-style-2 a.youtube, .social-icon-style-3 a.youtube, .social-icon-style-4 a.youtube span {
	background-color: #b00
}
.social-icon-style-1 a.linkedin, .social-icon-style-10 a.linkedin span, .social-icon-style-2 a.linkedin, .social-icon-style-3 a.linkedin, .social-icon-style-4 a.linkedin span {
	background-color: #007bb6
}
.social-icon-style-1 a.instagram, .social-icon-style-10 a.instagram span, .social-icon-style-2 a.instagram, .social-icon-style-3 a.instagram, .social-icon-style-4 a.instagram span {
	background-color: #FE1F49
}
.social-icon-style-1 a.pinterest, .social-icon-style-10 a.pinterest span, .social-icon-style-2 a.pinterest, .social-icon-style-3 a.pinterest, .social-icon-style-4 a.pinterest span {
	background-color: #CB2027
}
.social-icon-style-1 a.flickr, .social-icon-style-10 a.flickr span, .social-icon-style-2 a.flickr, .social-icon-style-3 a.flickr, .social-icon-style-4 a.flickr span {
	background-color: #ff0084
}
.social-icon-style-1 a.rss, .social-icon-style-10 a.rss span, .social-icon-style-2 a.rss, .social-icon-style-3 a.rss, .social-icon-style-4 a.rss span {
	background-color: #f2890a
}
.social-icon-style-1 a.behance, .social-icon-style-10 a.behance span, .social-icon-style-2 a.behance, .social-icon-style-3 a.behance, .social-icon-style-4 a.behance span {
	background-color: #1769ff
}
.social-icon-style-1 a.vine, .social-icon-style-10 a.vine span, .social-icon-style-2 a.vine, .social-icon-style-3 a.vine, .social-icon-style-4 a.vine span {
	background-color: #00bf8f
}
.social-icon-style-1 a.email, .social-icon-style-10 a.email span, .social-icon-style-2 a.email, .social-icon-style-3 a.email, .social-icon-style-4 a.email span {
	background-color: #7d7d7d
}
.social-icon-style-1 a.sms, .social-icon-style-10 a.sms span, .social-icon-style-2 a.sms, .social-icon-style-3 a.sms, .social-icon-style-4 a.sms span {
	background-color: #ffbd00
}
.social-icon-style-1 a.sharethis, .social-icon-style-10 a.sharethis span, .social-icon-style-2 a.sharethis, .social-icon-style-3 a.sharethis, .social-icon-style-4 a.sharethis span {
	background-color: #95D03A
}
.social-icon-style-1 a.reddit, .social-icon-style-10 a.reddit span, .social-icon-style-2 a.reddit, .social-icon-style-3 a.reddit, .social-icon-style-4 a.reddit span {
	background-color: #ff4500
}
.social-icon-style-1 a.tumblr, .social-icon-style-10 a.tumblr span, .social-icon-style-2 a.tumblr, .social-icon-style-3 a.tumblr, .social-icon-style-4 a.tumblr span {
	background-color: #32506d
}
.social-icon-style-1 a.digg, .social-icon-style-10 a.digg span, .social-icon-style-2 a.digg, .social-icon-style-3 a.digg, .social-icon-style-4 a.digg span {
	background-color: #262626
}
.social-icon-style-1 a.stumbleupon, .social-icon-style-10 a.stumbleupon span, .social-icon-style-2 a.stumbleupon, .social-icon-style-3 a.stumbleupon, .social-icon-style-4 a.stumbleupon span {
	background-color: #eb4924
}
.social-icon-style-1 a.whatsapp, .social-icon-style-10 a.whatsapp span, .social-icon-style-2 a.whatsapp, .social-icon-style-3 a.whatsapp, .social-icon-style-4 a.whatsapp span {
	background-color: #25d366
}
.social-icon-style-1 a.vk, .social-icon-style-10 a.vk span, .social-icon-style-2 a.vk, .social-icon-style-3 a.vk, .social-icon-style-4 a.vk span {
	background-color: #4c6c91
}
.social-icon-style-1 a.weibo, .social-icon-style-10 a.weibo span, .social-icon-style-2 a.weibo, .social-icon-style-3 a.weibo, .social-icon-style-4 a.weibo span {
	background-color: #f93
}
.social-icon-style-1 a.odnoklassniki, .social-icon-style-10 a.odnoklassniki span, .social-icon-style-2 a.odnoklassniki, .social-icon-style-3 a.odnoklassniki, .social-icon-style-4 a.odnoklassniki span {
	background-color: #d7772d
}
.social-icon-style-1 a.xing, .social-icon-style-10 a.xing span, .social-icon-style-2 a.xing, .social-icon-style-3 a.xing, .social-icon-style-4 a.xing span {
	background-color: #1a7576
}
.social-icon-style-1 a.print, .social-icon-style-10 a.print span, .social-icon-style-2 a.print, .social-icon-style-3 a.print, .social-icon-style-4 a.print span {
	background-color: #222
}
.social-icon-style-1 a.blogger, .social-icon-style-10 a.blogger span, .social-icon-style-2 a.blogger, .social-icon-style-3 a.blogger, .social-icon-style-4 a.blogger span {
	background-color: #ff8000
}
.social-icon-style-1 a.flipboard, .social-icon-style-10 a.flipboard span, .social-icon-style-2 a.flipboard, .social-icon-style-3 a.flipboard, .social-icon-style-4 a.flipboard span {
	background-color: #e12828
}
.social-icon-style-1 a.meneame, .social-icon-style-10 a.meneame span, .social-icon-style-2 a.meneame, .social-icon-style-3 a.meneame, .social-icon-style-4 a.meneame span {
	background-color: #ff6400
}
.social-icon-style-1 a.mailru, .social-icon-style-10 a.mailru span, .social-icon-style-2 a.mailru, .social-icon-style-3 a.mailru, .social-icon-style-4 a.mailru span {
	background-color: #168de2
}
.social-icon-style-1 a.delicious, .social-icon-style-10 a.delicious span, .social-icon-style-2 a.delicious, .social-icon-style-3 a.delicious, .social-icon-style-4 a.delicious span {
	background-color: #205cc0
}
.social-icon-style-1 a.livejournal, .social-icon-style-10 a.livejournal span, .social-icon-style-2 a.livejournal, .social-icon-style-3 a.livejournal, .social-icon-style-4 a.livejournal span {
	background-color: #00b0ea
}
.social-icon-style-6 a.facebook:hover {
	border-color: #3b5998;
	color: #3b5998
}
.social-icon-style-6 a.twitter:hover {
	border-color: #00aced;
	color: #00aced
}
.social-icon-style-6 a.google:hover {
	border-color: #dc4a38;
	color: #dc4a38
}
.social-icon-style-6 a.dribbble:hover {
	border-color: #ea4c89;
	color: #ea4c89
}
.social-icon-style-6 a.youtube:hover {
	border-color: #b00;
	color: #b00
}
.social-icon-style-6 a.linkedin:hover {
	border-color: #0077b5;
	color: #0077b5
}
.social-icon-style-6 a.instagram:hover {
	border-color: #FE1F49;
	color: #FE1F49
}
.social-icon-style-6 a.pinterest:hover {
	border-color: #CB2027;
	color: #CB2027
}
.social-icon-style-6 a.flickr:hover {
	border-color: #ff0084;
	color: #ff0084
}
.social-icon-style-6 a.rss:hover {
	border-color: #f2890a;
	color: #f2890a
}
.social-icon-style-6 a.behance:hover {
	border-color: #1769ff;
	color: #1769ff
}
.social-icon-style-6 a.vine:hover {
	border-color: #00bf8f;
	color: #00bf8f
}
.social-icon-style-6 a.email:hover {
	border-color: #7d7d7d;
	color: #7d7d7d
}
.social-icon-style-6 a.sms:hover {
	border-color: #ffbd00;
	color: #ffbd00
}
.social-icon-style-6 a.sharethis:hover {
	border-color: #95D03A;
	color: #95D03A
}
.social-icon-style-6 a.reddit:hover {
	border-color: #ff4500;
	color: #ff4500
}
.social-icon-style-6 a.tumblr:hover {
	border-color: #32506d;
	color: #32506d
}
.social-icon-style-6 a.digg:hover {
	border-color: #262626;
	color: #262626
}
.social-icon-style-6 a.stumbleupon:hover {
	border-color: #eb4924;
	color: #eb4924
}
.social-icon-style-6 a.whatsapp:hover {
	border-color: #25d366;
	color: #25d366
}
.social-icon-style-6 a.vk:hover {
	border-color: #4c6c91;
	color: #4c6c91
}
.social-icon-style-6 a.weibo:hover {
	border-color: #f93;
	color: #f93
}
.social-icon-style-6 a.odnoklassniki:hover {
	border-color: #d7772d;
	color: #d7772d
}
.social-icon-style-6 a.xing:hover {
	border-color: #1a7576;
	color: #1a7576
}
.social-icon-style-6 a.print:hover {
	border-color: #222;
	color: #222
}
.social-icon-style-6 a.blogger:hover {
	border-color: #ff8000;
	color: #ff8000
}
.social-icon-style-6 a.flipboard:hover {
	border-color: #e12828;
	color: #e12828
}
.social-icon-style-6 a.meneame:hover {
	border-color: #ff6400;
	color: #ff6400
}
.social-icon-style-6 a.mailru:hover {
	border-color: #168de2;
	color: #168de2
}
.social-icon-style-6 a.delicious:hover {
	border-color: #205cc0;
	color: #205cc0
}
.social-icon-style-6 a.livejournal:hover {
	border-color: #00b0ea;
	color: #00b0ea
}
.social-icon-style-7 a.facebook:hover {
	border-color: #3b5998;
	background-color: #3b5998
}
.social-icon-style-7 a.twitter:hover {
	border-color: #00aced;
	background-color: #00aced
}
.social-icon-style-7 a.google:hover {
	border-color: #dc4a38;
	background-color: #dc4a38
}
.social-icon-style-7 a.dribbble:hover {
	border-color: #ea4c89;
	background-color: #ea4c89
}
.social-icon-style-7 a.youtube:hover {
	border-color: #b00;
	background-color: #b00
}
.social-icon-style-7 a.linkedin:hover {
	border-color: #0077b5;
	background-color: #0077b5
}
.social-icon-style-7 a.instagram:hover {
	border-color: #FE1F49;
	background-color: #FE1F49
}
.social-icon-style-7 a.pinterest:hover {
	border-color: #CB2027;
	background-color: #CB2027
}
.social-icon-style-7 a.flickr:hover {
	border-color: #ff0084;
	background-color: #ff0084
}
.social-icon-style-7 a.rss:hover {
	border-color: #f2890a;
	background-color: #f2890a
}
.social-icon-style-7 a.behance:hover {
	border-color: #1769ff;
	background-color: #1769ff
}
.social-icon-style-7 a.vine:hover {
	border-color: #00bf8f;
	background-color: #00bf8f
}
.social-icon-style-7 a.email:hover {
	border-color: #7d7d7d;
	background-color: #7d7d7d
}
.social-icon-style-7 a.sms:hover {
	border-color: #ffbd00;
	background-color: #ffbd00
}
.social-icon-style-7 a.sharethis:hover {
	border-color: #95D03A;
	background-color: #95D03A
}
.social-icon-style-7 a.reddit:hover {
	border-color: #ff4500;
	background-color: #ff4500
}
.social-icon-style-7 a.tumblr:hover {
	border-color: #32506d;
	background-color: #32506d
}
.social-icon-style-7 a.digg:hover {
	border-color: #262626;
	background-color: #262626
}
.social-icon-style-7 a.stumbleupon:hover {
	border-color: #eb4924;
	background-color: #eb4924
}
.social-icon-style-7 a.whatsapp:hover {
	border-color: #25d366;
	background-color: #25d366
}
.social-icon-style-7 a.vk:hover {
	border-color: #4c6c91;
	background-color: #4c6c91
}
.social-icon-style-7 a.weibo:hover {
	border-color: #f93;
	background-color: #f93
}
.social-icon-style-7 a.odnoklassniki:hover {
	border-color: #d7772d;
	background-color: #d7772d
}
.social-icon-style-7 a.xing:hover {
	border-color: #1a7576;
	background-color: #1a7576
}
.social-icon-style-7 a.print:hover {
	border-color: #222;
	background-color: #222
}
.social-icon-style-7 a.blogger:hover {
	border-color: #ff8000;
	background-color: #ff8000
}
.social-icon-style-7 a.flipboard:hover {
	border-color: #e12828;
	background-color: #e12828
}
.social-icon-style-7 a.meneame:hover {
	border-color: #ff6400;
	background-color: #ff6400
}
.social-icon-style-7 a.mailru:hover {
	border-color: #168de2;
	background-color: #168de2
}
.social-icon-style-7 a.delicious:hover {
	border-color: #205cc0;
	background-color: #205cc0
}
.social-icon-style-7 a.livejournal:hover {
	border-color: #00b0ea;
	background-color: #00b0ea
}
.social-icon-style-5 a:hover, .social-icon-style-5-light a:hover {
	background-color: #ff214f;
	border-radius: 100%;
	color: #fff
}
a.likes-count {
	padding: 0 15px;
	width: auto;
	border-radius: 30px!important
}
a.likes-count i {
	margin-right: 8px
}
a.likes-count span {
	position: relative;
	top: -1px
}
.social-icon-style-1 a {
	text-align: center;
	display: inline-block;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	color: #fff
}
.social-icon-style-1 a:hover {
	border-radius: 100%
}
.social-icon-style-2 a {
	text-align: center;
	display: inline-block;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	border-radius: 100%;
	color: #fff
}
.social-icon-style-2 a:hover {
	border-radius: 0
}
.social-icon-style-3 a, .social-icon-style-4 a {
	display: inline-block;
	border-radius: 100%;
	text-align: center
}
.social-icon-style-3 a {
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	color: #fff
}
.social-icon-style-3 a:hover i {
	transition: transform .4s ease-out;
	-webkit-transition: transform .4s ease-out;
	-moz-transition: transform .4s ease-out;
	-ms-transition: transform .4s ease-out;
	-o-transition: transform .4s ease-out;
	transform: rotateZ(360deg);
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg)
}
.social-icon-style-4 a {
	position: relative;
	border: 1px solid rgba(0, 0, 0, .1);
	color: #232323;
	z-index: 1
}
.social-icon-style-4 a:hover {
	color: #fff
}
.social-icon-style-4 a span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	width: 0;
	z-index: -1
}
.social-icon-style-5 a, .social-icon-style-5-light a, .social-icon-style-6 a {
	text-align: center;
	display: inline-block
}
.social-icon-style-10, .social-icon-style-10 a {
	position: relative
}
.social-icon-style-4 a:hover span {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	top: 0;
	left: 0
}
.social-icon-style-5 a {
	color: #232323
}
.social-icon-style-5-light a {
	color: #fff
}
.social-icon-style-6 a {
	border: 1px solid rgba(0, 0, 0, .1);
	color: #232323;
	background-color: transparent;
	border-radius: 100%
}
.social-icon-style-10 a, .social-icon-style-7 a {
	display: inline-block;
	border-radius: 100%;
	text-align: center
}
.social-icon-style-6 a:hover {
	border-color: #ff214f;
	color: #ff214f;
	background-color: transparent
}
.social-icon-style-7 a {
	color: #232323;
	background-color: #fff
}
.social-icon-style-7 a:hover {
	color: #fff;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
	-o-transform: scale(1.2)
}
.social-icon-style-8 ul li a {
	text-align: center;
	width: auto;
	height: auto
}
.social-icon-style-8 a:hover {
	color: #ff214f
}
.social-icon-style-9 ul li a {
	text-align: center;
	width: auto;
	height: auto
}
.social-icon-style-9 a.facebook:hover {
	color: #3b5998
}
.social-icon-style-9 a.twitter:hover {
	color: #00aced
}
.social-icon-style-9 a.google:hover {
	color: #dc4a38
}
.social-icon-style-9 a.dribbble:hover {
	color: #ea4c89
}
.social-icon-style-9 a.youtube:hover {
	color: #b00
}
.social-icon-style-9 a.linkedin:hover {
	color: #007bb6
}
.social-icon-style-9 a.pinterest:hover {
	color: #CB2027
}
.social-icon-style-9 a.email:hover {
	color: #7d7d7d
}
.social-icon-style-9 a.sms:hover {
	color: #ffbd00
}
.social-icon-style-9 a.sharethis:hover {
	color: #95D03A
}
.social-icon-style-9 a.reddit:hover {
	color: #ff4500
}
.social-icon-style-9 a.tumblr:hover {
	color: #32506d
}
.social-icon-style-9 a.digg:hover {
	color: #262626
}
.social-icon-style-9 a.stumbleupon:hover {
	color: #eb4924
}
.social-icon-style-9 a.whatsapp:hover {
	color: #25d366
}
.social-icon-style-9 a.vk:hover {
	color: #4c6c91
}
.social-icon-style-9 a.weibo:hover {
	color: #f93
}
.social-icon-style-9 a.odnoklassniki:hover {
	color: #d7772d
}
.social-icon-style-9 a.xing:hover {
	color: #1a7576
}
.social-icon-style-9 a.print:hover {
	color: #222
}
.social-icon-style-9 a.blogger:hover {
	color: #ff8000
}
.social-icon-style-9 a.flipboard:hover {
	color: #e12828
}
.social-icon-style-9 a.meneame:hover {
	color: #ff6400
}
.social-icon-style-9 a.mailru:hover {
	color: #168de2
}
.social-icon-style-9 a.delicious:hover {
	color: #205cc0
}
.social-icon-style-9 a.livejournal:hover {
	color: #00b0ea
}
.social-icon-style-10 a:hover {
	color: #fff
}
.social-icon-style-10 a i {
	position: relative;
	z-index: 1
}
.social-icon-style-10 a span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	width: 0
}
.social-icon-style-10 a:hover span {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	top: 0;
	left: 0
}
.social-icon-style-11 {
	position: relative
}
.social-icon-style-11 a {
	display: inline-block;
	border-radius: 100%;
	position: relative;
	text-align: center
}
.social-icon-style-11 a.facebook {
	color: #3b5998
}
.social-icon-style-11 a.twitter {
	color: #00aced
}
.social-icon-style-11 a.google {
	color: #dc4a38
}
.social-icon-style-11 a.dribbble {
	color: #ea4c89
}
.social-icon-style-11 a.youtube {
	color: #b00
}
.social-icon-style-11 a.linkedin {
	color: #0077b5
}
.social-icon-style-11 a.instagram {
	color: #FE1F49
}
.social-icon-style-11 a.pinterest {
	color: #CB2027
}
.social-icon-style-11 a.flickr {
	color: #ff0084
}
.social-icon-style-11 a.rss {
	color: #f2890a
}
.social-icon-style-11 a.behance {
	color: #1769ff
}
.social-icon-style-11 a.vine {
	color: #00bf8f
}
.social-icon-style-11 a.email {
	color: #7d7d7d
}
.social-icon-style-11 a.sms {
	color: #ffbd00
}
.social-icon-style-11 a.sharethis {
	color: #95D03A
}
.social-icon-style-11 a.reddit {
	color: #ff4500
}
.social-icon-style-11 a.tumblr {
	color: #32506d
}
.social-icon-style-11 a.digg {
	color: #262626
}
.social-icon-style-11 a.stumbleupon {
	color: #eb4924
}
.social-icon-style-11 a.whatsapp {
	color: #25d366
}
.social-icon-style-11 a.vk {
	color: #4c6c91
}
.social-icon-style-11 a.weibo {
	color: #f93
}
.social-icon-style-11 a.odnoklassniki {
	color: #d7772d
}
.social-icon-style-11 a.xing {
	color: #1a7576
}
.social-icon-style-11 a.print {
	color: #222
}
.social-icon-style-11 a.blogger {
	color: #ff8000
}
.social-icon-style-11 a.flipboard {
	color: #e12828
}
.social-icon-style-11 a.meneame {
	color: #ff6400
}
.social-icon-style-11 a.mailru {
	color: #168de2
}
.social-icon-style-11 a.delicious {
	color: #205cc0
}
.social-icon-style-11 a.livejournal {
	color: #00b0ea
}
.social-icon-style-11 a:hover {
	color: #fff
}
footer .small-icon li {
	margin: 0 8px
}
.icon-country {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 0 10px 0 5px;
	vertical-align: middle
}
.icon-country.usa {
	background: url(http://www.partypopstar.com/images/country-flag-16X16/usa.png)
}
.icon-country.england {
	background: url(http://www.partypopstar.com/images/country-flag-16X16/england.png)
}
.icon-country.china {
	background: url(http://www.partypopstar.com/images/country-flag-16X16/china.png)
}
.icon-country.hong-kong {
	background: url(http://www.partypopstar.com/images/country-flag-16X16/hong-kong.png)
}
.icon-country.france {
	background: url(http://www.partypopstar.com/images/country-flag-16X16/france.png)
}
.mfp-bg {
	background: #000;
	opacity: .93
}
.mfp-bg, .mfp-wrap {
	z-index: 10007
}
#popup-form {
	cursor: default
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
	color: #fff;
	background: 0 0
}
.mfp-close, .mfp-close:active {
	opacity: 1;
	background-color: transparent;
	color: #fff;
	right: 30px;
	top: 30px
}
.modal-popup-main .mfp-close, .modal-popup-main .mfp-close:active {
	right: 0;
	top: 0
}
.lightbox-gallery a {
	position: relative;
	display: block
}
.lightbox-gallery .gallary-over-layer {
	position: absolute;
	top: 0;
	left: 0
}
.mfp-arrow-left:after, .mfp-arrow-right:after {
	display: none
}
.mfp-arrow-right:before {
	border-left: none;
	content: "\e628";
	color: #fff
}
.mfp-arrow-left:before {
	border-right: none;
	content: "\e629";
	color: #fff
}
.mfp-bottom-bar {
	margin-top: -24px;
	font-size: 12px
}
.mfp-close {
	font-size: 36px;
	font-family: Montserrat, sans-serif;
	font-weight: 500
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@-moz-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@-o-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
.mfp-figure {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	-ms-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: .4s;
	-moz-animation-duration: .4s;
	-ms-animation-duration: .4s;
	-o-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden
}
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8)
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	opacity: 0
}
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	-ms-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out
}
.mfp-fade.mfp-bg, .my-mfp-slide-bottom .zoom-anim-dialog {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: .8
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0
}
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	transform: translateY(-20px) perspective(600px) rotateX(10deg)
}
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective(600px) rotateX(0);
	-moz-transform: translateY(0) perspective(600px) rotateX(0);
	-ms-transform: translateY(0) perspective(600px) rotateX(0);
	-o-transform: translateY(0) perspective(600px) rotateX(0);
	transform: translateY(0) perspective(600px) rotateX(0)
}
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	transform: translateY(-10px) perspective(600px) rotateX(10deg)
}
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	-ms-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out
}
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: .8
}
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: .97
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0
}
.show-grid [class^=col-] {
	background-color: #f5f5f5;
	border: 1px solid rgba(0, 0, 0, .2);
	margin-bottom: 15px;
	padding: 10px 0;
	text-align: center
}
.header-searchbar, .header-social-icon {
	border-left: 1px solid rgba(0, 0, 0, .15);
	padding-left: 15px;
	line-height: 15px
}
.alert-dismissable .close, .alert-dismissible .close {
	top: 0
}
.header-searchbar, .header-social-icon, .heder-menu-button {
	top: -1px;
	position: relative;
	display: inline-block
}
.header-social-icon {
	margin-left: 12px
}
.heder-menu-button {
	line-height: 14px;
	padding-left: 5px
}
nav.navbar.bootsnav .heder-menu-button .navbar-toggle {
	float: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	top: 4px
}
.white-link .header-searchbar, .white-link .header-social-icon {
	border-left: 1px solid rgba(255, 255, 255, .15)
}
.header-social-icon a {
	color: #232323
}
.header-searchbar a i, .header-social-icon a i {
	margin: 0 11px
}
.header-searchbar a i {
	position: relative;
	top: -1px
}
.header-social-icon a:last-child i {
	margin-right: 0
}
.search-icon {
	padding-right: 10px
}
.menu-center .header-right {
	flex: 1 2 auto
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0
}
.menu-logo-center .navbar-left>li {
	float: none;
	display: inline-block;
	vertical-align: middle
}
header nav.menu-logo-center .navbar-nav>li>a {
	margin: 0 20px
}
header nav.menu-logo-center .navbar-nav>li:last-child a {
	margin-right: 20px
}
header nav.navbar .navbar-nav>li>a, nav.navbar.bootsnav ul.nav>li>a {
	color: #cb1417
}
header nav.navbar.bootsnav ul.nav.white-link>li>a, header nav.navbar.white-link .header-searchbar a, header nav.navbar.white-link .header-social-icon a, header nav.navbar.white-link .navbar-nav>li>a, nav.navbar.bootsnav.white-link .header-searchbar a, nav.navbar.bootsnav.white-link .header-social-icon a, nav.navbar.bootsnav.white-link ul.nav>li>a, nav.navbar.white-link .heder-menu-button a {
	color: #fff
}
header.sticky nav.navbar-fixed-top.header-light-transparent.white-link .header-searchbar a, header.sticky nav.navbar-fixed-top.header-light-transparent.white-link .header-social-icon a, header.sticky nav.navbar-fixed-top.header-light-transparent.white-link .navbar-nav>li>a, header.sticky nav.navbar-fixed-top.header-light.white-link .header-menu-button a, header.sticky nav.navbar-fixed-top.header-light.white-link .header-searchbar a, header.sticky nav.navbar-fixed-top.header-light.white-link .header-social-icon a, header.sticky nav.navbar-fixed-top.header-light.white-link .navbar-nav>li>a {
	color: #232323
}
header .logo .logo-dark, header .logo .logo-light {
	visibility: hidden;
	opacity: 0;
	width: 0;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s
}
header .logo .logo-dark.default, header .logo .logo-light.default {
	visibility: visible;
	opacity: 1;
	width: auto;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	height: 90px
}
header.sticky nav.header-dark .logo .logo-light, header.sticky nav.header-dark-transparent .logo .logo-light {
	visibility: visible;
	opacity: 1;
	width: auto;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s
}
header.sticky nav.header-dark .logo .logo-dark, header.sticky nav.header-dark-transparent .logo .logo-dark {
	visibility: hidden;
	opacity: 0;
	width: 0;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s
}
header.sticky nav.header-light .logo .logo-dark, header.sticky nav.header-light-transparent .logo .logo-dark {
	visibility: visible;
	opacity: 1;
	width: auto;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s
}
header.sticky nav.header-light .logo .logo-light, header.sticky nav.header-light-transparent .logo .logo-light {
	visibility: hidden;
	opacity: 0;
	width: 0;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s
}
.nav-top-scroll {
	position: absolute;
	top: 0;
	z-index: 5
}
header.sticky nav.nav-top-scroll {
	background-color: inherit
}
header a.logo {
	display: inline-block;
	vertical-align: middle
}
header a.logo img {
	max-height: 90px
}
header .left-nav .sidebar-part1 a.logo img {
	max-height: inherit
}
.logo-holder img {
	max-height: 26px
}
.navbar-top {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s
}
.sticky .navbar-top, .sticky.header-appear .navbar-fixed-top.navbar-transparent-no-sticky, .sticky.header-appear .navbar-top.navbar-transparent-no-sticky {
	top: -160px;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s
}
.sticky.header-appear .navbar-top {
	top: 0;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s
}
header .bootsnav .dropdown .animated {
	-webkit-animation-duration: .3s;
	-moz-animation-duration: .3s;
	-ms-animation-duration: .3s;
	-o-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	top: 80px!important
}
nav.navbar.bootsnav .simple-dropdown .dropdown-menu>li.dropdown>ul:before {
	position: absolute;
	height: calc(100% + 20px);
	width: 100%;
	display: block;
	content: ""
}
header.sticky .navbar-scroll-fixed-top {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s
}
header.sticky .navbar-scroll-top {
	position: fixed;
	top: -120px;
	width: 100%;
	left: 0;
	transition-duration: 0s;
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s
}
header.sticky.header-appear .navbar-scroll-top {
	top: 0;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s
}
.header-search-form:hover, .header-social-icon a:hover, header nav.navbar .navbar-nav>li>a:hover, header.header-appear nav.bootsnav.header-light .navbar-nav>li>a:hover, header.header-appear nav.bootsnav.header-light-transparent .navbar-nav>li>a:hover, header.header-appear nav.header-light .header-searchbar a:hover, header.header-appear nav.header-light .header-social-icon a:hover, header.header-appear nav.header-light-transparent .header-searchbar a:hover, header.header-appear nav.header-light-transparent .header-social-icon a:hover, header.header-appear nav.header-light-transparent.white-link .header-searchbar a:hover, header.header-appear nav.header-light-transparent.white-link .header-social-icon a:hover, header.header-appear nav.header-light-transparent.white-link .heder-menu-button a:hover, header.header-appear nav.header-light.white-link .header-searchbar a:hover, header.header-appear nav.header-light.white-link .header-social-icon a:hover, nav.navbar.bootsnav ul.nav>li>a:hover {
	color: rgba(0, 0, 0, .6)
}
header nav.navbar.bootsnav ul.nav.white-link>li>a:hover, header nav.navbar.white-link .header-searchbar a:hover, header nav.navbar.white-link .header-social-icon a:hover, header nav.navbar.white-link .navbar-nav>li>a:hover, header.header-appear nav.header-dark .navbar-nav>li>a:hover, header.header-appear nav.header-dark .search-button:hover, header.header-appear nav.header-dark-transparent .navbar-nav>li>a:hover, header.header-appear nav.header-dark-transparent .search-button:hover, header.sticky nav.header-dark .navbar-nav>li>a:hover, header.sticky nav.header-dark .search-button:hover, header.sticky nav.header-dark-transparent .navbar-nav>li>a:hover, header.sticky nav.header-dark-transparent .search-button:hover, nav.navbar.bootsnav.white-link .header-searchbar a:hover, nav.navbar.bootsnav.white-link .header-social-icon a:hover, nav.navbar.bootsnav.white-link ul.nav>li>a:hover {
	color: rgba(255, 255, 255, .6)
}
header.sticky nav.navbar-fixed-top.header-light-transparent.white-link .header-searchbar a:hover, header.sticky nav.navbar-fixed-top.header-light-transparent.white-link .header-social-icon a:hover, header.sticky nav.navbar-fixed-top.header-light-transparent.white-link .navbar-nav>li>a:hover, header.sticky nav.navbar-fixed-top.header-light.white-link .header-menu-button a:hover, header.sticky nav.navbar-fixed-top.header-light.white-link .header-searchbar a:hover, header.sticky nav.navbar-fixed-top.header-light.white-link .header-social-icon a:hover, header.sticky nav.navbar-fixed-top.header-light.white-link .navbar-nav>li>a:hover, header.sticky nav.navbar.bootsnav.white-link ul.nav>li>a:hover, header.sticky nav.navbar.white-link .navbar-nav>li>a:hover {
	color: rgba(0, 0, 0, .6)
}
header.sticky nav.header-dark .header-social-icon a:hover, header.sticky nav.navbar.bootsnav.header-dark.white-link ul.nav>li>a:hover, header.sticky nav.navbar.header-dark.white-link .navbar-nav>li>a:hover {
	color: rgba(255, 255, 255, .6)
}
header nav.navbar .navbar-nav>li.active>a, header.header-appear nav.bootsnav.header-light .navbar-nav>li.active>a, header.header-appear nav.bootsnav.header-light-transparent .navbar-nav>li.active>a, nav.navbar.bootsnav ul.nav>li.active>a {
	color: rgba(0, 0, 0, .6)
}
header nav.navbar.bootsnav ul.nav.white-link>li.active>a, header nav.navbar.white-link .navbar-nav>li.active>a, header.header-appear nav.header-dark .navbar-nav>li.active>a, header.header-appear nav.header-dark-transparent .navbar-nav>li.active>a, header.sticky nav.header-dark .navbar-nav>li.active>a, header.sticky nav.header-dark-transparent .navbar-nav>li.active>a, header.sticky nav.navbar.bootsnav.header-dark-transparent.white-link .navbar-nav>li.active>a, nav.navbar.bootsnav.white-link ul.nav>li.active>a {
	color: rgba(255, 255, 255, .6)
}
header.sticky nav.navbar-fixed-top.header-light-transparent.white-link .navbar-nav>li.active>a, header.sticky nav.navbar-fixed-top.header-light.white-link .navbar-nav>li.active>a, header.sticky nav.navbar.bootsnav.white-link ul.nav>li.active>a, header.sticky nav.navbar.white-link .navbar-nav>li.active>a {
	color: rgba(0, 0, 0, .6)
}
header.sticky nav.navbar.bootsnav.header-dark.white-link ul.nav>li.active>a, header.sticky nav.navbar.header-dark.white-link .navbar-nav>li.active>a {
	color: rgba(255, 255, 255, .6)
}
header nav.navbar .navbar-nav>li>a.active, header.header-appear nav.bootsnav.header-light .navbar-nav>li>a.active, header.header-appear nav.bootsnav.header-light-transparent .navbar-nav>li>a.active, nav.navbar.bootsnav ul.nav>li>a.active {
	color: rgba(0, 0, 0, .6)
}
header nav.navbar.bootsnav ul.nav.white-link>li>a.active, header nav.navbar.white-link .navbar-nav>li>a.active, header.header-appear nav.header-dark .navbar-nav>li>a.active, header.header-appear nav.header-dark-transparent .navbar-nav>li>a.active, header.sticky nav.header-dark .navbar-nav>li>a.active, header.sticky nav.header-dark-transparent .navbar-nav>li>a.active, nav.navbar.bootsnav.white-link ul.nav>li>a.active {
	color: rgba(255, 255, 255, .6)
}
header.sticky nav.navbar-fixed-top.header-light-transparent.white-link .navbar-nav>li>a.active, header.sticky nav.navbar-fixed-top.header-light.white-link .navbar-nav>li>a.active {
	color: rgba(0, 0, 0, .6)
}
header.sticky nav.navbar.bootsnav.white-link ul.nav>li>a.active, header.sticky nav.navbar.white-link .navbar-nav>li>a.active {
	color: rgba(0, 0, 0, .8)
}
header.sticky nav.navbar.bootsnav.header-dark.white-link ul.nav>li>a.active, header.sticky nav.navbar.header-dark.white-link .navbar-nav>li>a.active {
	color: rgba(255, 255, 255, .6)
}
header nav.navbar .navbar-nav>li.dropdown.on>a, header.header-appear nav.bootsnav.header-light .navbar-nav>li.dropdown.on>a, header.header-appear nav.bootsnav.header-light-transparent .navbar-nav>li.dropdown.on>a, nav.navbar.bootsnav ul.nav>li.dropdown.on>a {
	color: rgba(0, 0, 0, .6)
}
header nav.navbar.bootsnav ul.nav.white-link>li.dropdown.on>a, header nav.navbar.white-link .navbar-nav>li.dropdown.on>a, header.header-appear nav.header-dark .navbar-nav>li.dropdown.on>a, header.header-appear nav.header-dark-transparent .navbar-nav>li.dropdown.on>a, header.sticky nav.header-dark .navbar-nav>li.dropdown.on>a, header.sticky nav.header-dark-transparent .navbar-nav>li.dropdown.on>a, nav.navbar.bootsnav.white-link ul.nav>li.dropdown.on>a {
	color: rgba(255, 255, 255, .6)
}
header.sticky nav.navbar-fixed-top.header-light-transparent.white-link .navbar-nav>li.dropdown.on>a, header.sticky nav.navbar-fixed-top.header-light.white-link .navbar-nav>li.dropdown.on>a, header.sticky nav.navbar.bootsnav.white-link ul.nav>li.dropdown.on>a, header.sticky nav.navbar.white-link .navbar-nav>li.dropdown.on>a {
	color: rgba(0, 0, 0, .6)
}
header.sticky nav.navbar.bootsnav.header-dark.white-link ul.nav>li.dropdown.on>a, header.sticky nav.navbar.header-dark.white-link .navbar-nav>li.dropdown.on>a {
	color: rgba(255, 255, 255, .6)
}
header {
	width: 100%;
	z-index: 99
}
.header-with-topbar .top-header-area {
	font-size: 11px;
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	transition: ease-in-out .3s;
	-webkit-transition: ease-in-out .3s;
	-moz-transition: ease-in-out .3s;
	-ms-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s
}
.sticky.header-with-topbar .top-header-area {
	top: -45px
}
header .top-header-area .icon-social-very-small a:last-child i {
	margin-right: 0
}
header nav .row {
	align-items: center;
	display: -ms-flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	height: auto;
	padding: 0
}
header nav .row>div:first-child {
	flex: 1 1 auto
}
header nav.navbar {
	border-radius: 0;
	padding: 0
}
header nav.navbar-default, nav.navbar.bootsnav {
	border-bottom: 0;
	background-color: rgba(0, 0, 0, .9)
}
header nav {
	width: 100%;
	top: 0;
	z-index: 99;
	margin-bottom: 0;
	display: table
}
header nav .nav-header-container {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	height: 90px
}
.navbar-nav>li, nav .accordion-menu {
	position: inherit
}
header nav .navbar-nav>li>a {
	color: #232323;
	font-size: 12px;
	font-weight: 800;
	margin: 0 20px;
	padding: 5px 0;
	letter-spacing: .015em
}
.navbar-toggle, header nav .navbar-nav>li:last-child a {
	margin-right: 0
}
header nav .navbar-nav>li.active>a, header nav .navbar-nav>li>a:focus, header nav .navbar-nav>li>a:hover {
	background: 0 0
}
.navbar-fixed-bottom, .navbar-fixed-top {
	z-index: 9999
}
header nav.navbar-default .navbar-nav>li.active>a, header nav.navbar-default .navbar-nav>li>a:focus, header nav.navbar-default .navbar-nav>li>a:hover {
	border-bottom-color: #232323
}
header nav .navbar-nav.text-normal>li>a {
	font-weight: 500;
	font-size: 14px
}
.navbar-nav>li.dropdown>.fa {
	display: none
}
.navbar-nav>li ul {
	margin: 0;
	padding: 0
}
.navbar-toggle {
	border-radius: 0
}
.mobile-toggle {
	display: block
}
.sidebar-nav .mobile-toggle {
	display: none
}
.mobile-toggle span {
	display: block;
	width: 16px;
	height: 2px;
	background: #232323;
	content: "";
	margin: 3px 0
}
.mobile-toggle:hover span, .white-link .mobile-toggle:hover span {
	background-color: red
}
.white-link .mobile-toggle span {
	background: #fff
}
header nav .brand-logo {
	padding-top: 20px;
	padding-bottom: 20px
}
header.sticky nav .brand-logo {
	padding-top: 15px;
	padding-bottom: 15px
}
header.sticky nav.navbar.navbar-default.navbar-fixed-top ul.nav>li>a, header.sticky nav.navbar.navbar-default.navbar-top ul.nav>li>a {
	padding: 20px 0
}
nav.navbar.bootsnav li.dropdown ul li {
	list-style: none;
	padding: 0
}
nav.navbar.bootsnav li.dropdown .mega-menu-full {
	width: 100%;
	box-sizing: border-box;
	background: rgba(35, 35, 35, 1);
	padding: 45px 50px;
	box-shadow: none;
	border-radius: 0;
	border: 0
}
nav.navbar.bootsnav li.dropdown .mega-menu-full ul {
	margin: 0;
	list-style: none
}
nav.navbar.bootsnav li.dropdown .menu-back-div>ul {
	margin: 0 auto;
	width: 1070px;
	display: table;
	background: rgba(35, 35, 35, 1)
}
nav.navbar.bootsnav li.dropdown .mega-menu-full>ul li.dropdown-header {
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	margin-bottom: 8px;
	white-space: inherit;
	padding: 0 40px;
	border-bottom: none;
	text-transform: uppercase
}
nav.navbar.bootsnav li.dropdown .mega-menu-full>ul li a {
	text-align: left;
	font-size: 12px;
	color: #9d9d9d;
	padding: 3px 40px;
	text-transform: capitalize;
	margin: 0;
	display: block;
	position: relative;
	overflow: hidden;
	left: 0
}
nav.navbar.bootsnav li.dropdown .mega-menu-full>ul li:first-child .dropdown-header, nav.navbar.bootsnav li.dropdown .mega-menu-full>ul li:first-child a {
	padding-left: 0
}
nav.navbar.bootsnav li.dropdown.megamenu-fw .icon-list-menu li>a>i {
	font-size: 14px;
	vertical-align: middle;
	width: 24px
}
nav.navbar.bootsnav li.dropdown .mega-menu-full>ul>li {
	border-right: 1px solid rgba(255, 255, 255, .05)
}
nav.navbar.bootsnav li.dropdown .mega-menu-full>ul>li:last-child {
	border: 0
}
nav.navbar.bootsnav li.dropdown .mega-menu-full>ul>li:last-child img {
	padding-left: 40px;
	background-size: cover;
	background-position: bottom right
}
nav.navbar.bootsnav li.dropdown .mega-menu-full>ul>li>ul {
	margin-top: 18px
}
nav.navbar.bootsnav li.dropdown .mega-menu-full>ul>li>ul:first-child {
	margin-top: 0
}
nav.navbar.bootsnav li.dropdown .megamenu-fw .icon-list-menu li>a>i {
	font-size: 14px;
	vertical-align: middle;
	width: 24px
}
nav.navbar.navbar-default ul li.dropdown .dropdown-menu .mega-menu-column li>a.menu-banner-image, nav.navbar.navbar-default ul li.dropdown .dropdown-menu .mega-menu-column li>a:hover.menu-banner-image {
	left: 0;
	padding: 0;
	margin-bottom: 20px
}
nav.navbar.navbar-default ul li.dropdown .dropdown-menu .mega-menu-column li:last-child>a.menu-banner-image {
	margin-bottom: 0
}
.nav-center, .nav-left, .nav-right {
	display: table-cell;
	vertical-align: middle;
	width: 33.33%
}
header nav .navbar-nav.navbar-center>li:last-child a {
	margin-right: 20px
}
.social-icon a {
	margin: 0 15px
}
.social-icon a:first-child {
	margin-left: 0
}
.social-icon a:last-child {
	margin-right: 0
}
header nav.nav-center-logo .row {
	min-height: 0;
	height: auto;
	display: block
}
header nav.nav-center-logo .row>div:first-child {
	flex: none
}
.nav-center-logo .navbar-nav>li {
	float: none;
	display: inline-block;
	vertical-align: middle
}
.nav-center-logo .navbar-nav>li>a {
	display: flex
}
.nav-center-logo .navbar-left {
	margin-left: -15px
}
.nav-center-logo .navbar-left li:first-child a, .navbar.navbar-brand-top>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin-left: 0
}
nav.bootsnav.brand-center ul.nav>li.dropdown>ul.dropdown-menu, nav.nav-center-logo.navbar.bootsnav li.dropdown ul.dropdown-menu {
	margin-top: 0
}
.center-logo {
	left: 50%;
	position: absolute;
	margin-top: -14px;
	top: 50%;
	text-align: center;
	transform: translateX(-50%);
	z-index: 1;
	max-width: 20%
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
	text-align: left
}
header nav.navbar-fixed .nav-header-container {
	width: 100%;
	float: left
}
header .menu-logo-center .navbar-nav>li.social-links {
	padding: 26px 0
}
header.sticky .menu-logo-center .navbar-nav>li.social-links, nav.navbar-brand-top.navbar.navbar-default ul.nav>li>a {
	padding: 20px 0
}
.navbar-brand-top .navbar-brand {
	height: auto
}
.navbar-brand-top .navbar-collapse.collapse {
	display: inline-block!important;
	vertical-align: middle
}
.center-nav {
	float: none;
	text-align: center
}
.center-nav>li {
	float: none;
	display: inline-block
}
nav.navbar.bootsnav.menu-center ul.nav.navbar-center {
	display: table;
	float: none;
	margin: 0 auto;
	table-layout: fixed
}
.simple-dropdown.dropdown {
	position: relative
}
.simple-dropdown .dropdown-menu {
	position: absolute;
	left: 0;
	background: rgba(0, 0, 0, .8);
	min-width: 220px;
	padding: 13px 0 15px;
	box-shadow: none
}
nav.navbar.bootsnav .simple-dropdown .dropdown-menu>li {
	padding-left: 28px;
	padding-right: 28px;
	font-family: Roboto, sans-serif
}
.simple-dropdown .dropdown-menu>li>a {
	font-size: 14px;
	color: #fff
}
.simple-dropdown .dropdown-menu>li a {
	padding: 9px 0 7px;
	overflow: hidden;
	position: relative;
	left: 0;
	font-weight: 400
}
.simple-dropdown .dropdown-menu>li a:hover {
	background-color: #000;
	color: #fff
}
.simple-dropdown .dropdown-menu>li>a.dropdown-toggle .fa, nav.navbar.bootsnav.sidebar-nav .nav.navbar-left-sidebar li.dropdown>a>.fa {
	position: absolute;
	right: 0;
	font-size: 12px;
	margin-top: 0;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%)
}
nav.navbar.bootsnav.sidebar-nav .nav.navbar-left-sidebar li a .fa {
	font-size: 16px
}
nav.navbar.bootsnav .simple-dropdown .dropdown-menu>li.dropdown>ul, nav.navbar.bootsnav .simple-dropdown .dropdown-menu>li.dropdown>ul>li.dropdown>ul {
	background: rgba(35, 35, 35, 1);
	display: none;
	left: 220px;
	margin: -13px 0 0 1px;
	min-width: 220px;
	white-space: nowrap;
	position: absolute;
	top: 0;
	padding: 13px 0;
	font-weight: 500;
	text-transform: capitalize
}
.simple-dropdown .dropdown-menu>li.dropdown>ul li a {
	color: #9d9d9d;
	font-size: 12px;
	line-height: 18px;
	font-weight: 500
}
nav.navbar.bootsnav.navbar-default li.dropdown.simple-dropdown>ul.dropdown-menu>li.active>a {
	color: #fff
}
header.header-appear nav.header-light-transparent, header.sticky nav.navbar-fixed-top.header-light-transparent, header.sticky nav.navbar-scroll-fixed-top.header-light-transparent {
	background: rgba(255, 255, 255, .95);
	box-shadow: 0 5px 10px -10px rgba(0, 0, 0, .6)
}
header.header-appear nav.header-light .separator-line-verticle-small, header.header-appear nav.header-light-transparent .separator-line-verticle-small {
	background: rgba(0, 0, 0, .4)
}
header.header-appear nav.header-light .header-searchbar a, header.header-appear nav.header-light .header-social-icon a, header.header-appear nav.header-light-transparent .header-searchbar a, header.header-appear nav.header-light-transparent .header-social-icon a, header.header-appear nav.header-light-transparent.white-link .header-searchbar a, header.header-appear nav.header-light-transparent.white-link .header-social-icon a, header.header-appear nav.header-light-transparent.white-link .heder-menu-button a, header.header-appear nav.header-light.white-link .header-searchbar a, header.header-appear nav.header-light.white-link .header-social-icon a {
	color: #232323
}
header.header-appear nav.bootsnav.header-light .navbar-nav>li>a, header.header-appear nav.bootsnav.header-light-transparent .navbar-nav>li>a {
	color: #cb1417
}
header.header-appear nav.header-light .header-searchbar, header.header-appear nav.header-light-transparent .header-searchbar, header.header-appear nav.header-light-transparent.white-link .header-social-icon, header.header-appear.header-light-transparent .header-social-icon, header.sticky nav.header-light .header-searchbar, header.sticky nav.header-light .header-social-icon, header.sticky nav.header-light-transparent .header-searchbar, header.sticky nav.header-light-transparent .header-social-icon {
	border-left: 1px solid rgba(0, 0, 0, .25)
}
header.header-appear nav.nav-fixed-top.header-light-transparent.white-link .header-searchbar a, header.header-appear nav.nav-fixed-top.header-light-transparent.white-link .header-social-icon a, header.header-appear nav.nav-fixed-top.header-light-transparent.white-link .navbar-nav>li>a, header.header-appear nav.nav-scroll-fixed-top.header-light-transparent.white-link .header-searchbar a, header.header-appear nav.nav-scroll-fixed-top.header-light-transparent.white-link .header-social-icon a, header.header-appear nav.nav-scroll-fixed-top.header-light-transparent.white-link .navbar-nav>li>a {
	color: #232323
}
header.sticky nav.header-light .heder-menu-button .mobile-toggle span, header.sticky nav.header-light-transparent .heder-menu-button .mobile-toggle span {
	background: #232323
}
header.header-appear nav.header-dark-transparent, header.sticky nav.navbar-fixed-top.header-dark-transparent, header.sticky nav.navbar-scroll-fixed-top.header-dark-transparent {
	background: rgba(23, 23, 23, .85)
}
header.header-appear nav.header-dark .separator-line-verticle-small, header.header-appear nav.header-dark-transparent .separator-line-verticle-small, header.sticky .header-dark .mobile-toggle span, header.sticky nav.header-dark-transparent .mobile-toggle span {
	background: #fff
}
header.header-appear nav.header-dark .header-social-icon a, header.header-appear nav.header-dark .navbar-nav>li>a, header.header-appear nav.header-dark .right-menu-button, header.header-appear nav.header-dark .search-button, header.header-appear nav.header-dark-transparent .header-social-icon a, header.header-appear nav.header-dark-transparent .navbar-nav>li>a, header.header-appear nav.header-dark-transparent .right-menu-button, header.header-appear nav.header-dark-transparent .search-button, header.sticky nav.header-dark .header-social-icon a, header.sticky nav.header-dark .navbar-nav>li>a, header.sticky nav.header-dark .right-menu-button, header.sticky nav.header-dark .search-button, header.sticky nav.header-dark-transparent .header-social-icon a, header.sticky nav.header-dark-transparent .navbar-nav>li>a, header.sticky nav.header-dark-transparent .right-menu-button, header.sticky nav.header-dark-transparent .search-button {
	color: #fff
}
header.sticky nav.header-dark .header-searchbar, header.sticky nav.header-dark .header-social-icon, header.sticky nav.header-dark-transparent .header-searchbar, header.sticky nav.header-dark-transparent .header-social-icon {
	border-left: 1px solid rgba(255, 255, 255, .4)
}
header.sticky .header-dark .mobile-toggle:hover span, header.sticky nav.header-dark-transparent .mobile-toggle:hover span {
	background: red
}
header.header-appear nav.header-light, header.sticky nav.navbar-fixed-top.header-light, header.sticky nav.navbar-scroll-fixed-top.header-light {
	background-color: #fff;
	box-shadow: 0 5px 10px -10px rgba(0, 0, 0, .6)
}
header.header-appear nav.header-dark, header.sticky nav.navbar-fixed-top.header-dark, header.sticky nav.navbar-scroll-fixed-top.header-dark {
	background-color: rgba(0, 0, 0, .8)
}
.navbar-default .navbar-toggle .icon-bar, header.sticky .navbar-default.header-light .navbar-toggle .icon-bar, header.sticky .navbar-default.header-light-transparent .navbar-toggle .icon-bar {
	background: #232323
}
.navbar-default.white-link .navbar-toggle .icon-bar, header.sticky .navbar-default.header-dark .navbar-toggle .icon-bar, header.sticky .navbar-default.header-dark-transparent .navbar-toggle .icon-bar {
	background: #fff
}
nav.navbar.bootsnav .btn-hamburger {
	padding: 0
}
nav.navbar.bootsnav .btn-hamburger .navbar-toggle {
	margin: 0;
	top: -2px
}
.hamburger-menu-wrepper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: -10005;
	padding: 55px 80px;
	display: table;
	opacity: 0;
	visibility: collapse
}
.menu-middle {
	display: table;
	height: 100%;
	width: 65%;
	margin: 0 auto;
	opacity: 0
}
.hamburger-menu-links {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 52px;
	line-height: 55px;
	opacity: 0
}
.hamburger-menu-links li {
	float: left;
	margin-bottom: 36px;
	width: 50%
}
.hamburger-menu-links li a {
	color: #fff;
	position: relative
}
.follow-box a:hover, .hamburger-menu-links li a:hover, .hamburger-menu-links li.open>a {
	color: #ff2149
}
.animation-box {
	position: absolute;
	top: 5%;
	height: 100%;
	width: 100%;
	left: 0;
	transform: perspective(600px) rotateX(-20deg);
	-weblit-transform: perspective(600px) rotateX(-20deg);
	-moz-transform: perspective(600px) rotateX(-20deg);
	-ms-transform: perspective(600px) rotateX(-20deg);
	-o-transform: perspective(600px) rotateX(-20deg)
}
.hamburger-menu.show-menu .hamburger-menu-wrepper {
	z-index: 10004;
	opacity: 1;
	visibility: visible
}
.hamburger-menu.show-menu .animation-box {
	top: 0;
	transform: perspective(600px) rotateX(0);
	-webkit-transform: perspective(600px) rotateX(0);
	-moz-transform: perspective(600px) rotateX(0);
	-o-transform: perspective(600px) rotateX(0);
	-ms-transform: perspective(600px) rotateX(0);
	opacity: 1
}
.hamburger-menu.show-menu .hamburger-menu-links, .hamburger-menu.show-menu .menu-middle {
	opacity: 1
}
.hamburger-menu .btn-hamburger .close-menu, .hamburger-menu.show-menu .btn-hamburger .mobile-toggle {
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0)
}
.hamburger-menu .btn-hamburger .mobile-toggle, .hamburger-menu.show-menu .btn-hamburger .close-menu {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1)
}
.hamburger-menu .hamburger-menu-wrepper .btn-hamburger {
	border-color: #fff;
	height: 18px;
	position: absolute;
	width: 18px;
	z-index: 99;
	padding: 0;
	margin: -27px 0 0 -15px;
	opacity: 0
}
.hamburger-menu.show-menu .hamburger-menu-wrepper .btn-hamburger {
	opacity: 1;
	right: 40px;
	transition-delay: .2s;
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	-ms-transition-delay: .2s;
	-o-transition-delay: .2s
}
.hamburger-menu .close-button-menu {
	float: none;
	height: auto;
	margin: 0;
	padding: 0;
	position: inherit;
	right: -26px;
	top: 44px;
	width: auto
}
.hamburger-menu .close-button-menu:after, .hamburger-menu .close-button-menu:before {
	background: #fff;
	width: 22px;
	right: 26px;
	top: -34px
}
.hamburger-menu-links li.dropdown>a:after {
	content: "\f107";
	display: inline-block;
	position: absolute;
	right: -60px;
	top: 15px;
	font-family: FontAwesome;
	font-size: 42px
}
.header-with-topbar .navbar-top {
	top: 36px;
	background: #fff;
	box-shadow: 0 4px 10px -10px rgba(0, 0, 0, .6)
}
.header-with-topbar.sticky .navbar-top {
	top: -160px
}
.header-with-topbar.sticky.header-appear .navbar-top {
	top: 0
}
header nav.nav-full-width {
	width: 100%
}
.close-button-menu {
	float: right;
	padding: 10px;
	background-color: transparent;
	color: #232323;
	border: 0;
	position: absolute;
	height: 40px;
	width: 40px;
	outline: 0;
	top: 20px;
	right: 20px
}
.full-width-pull-menu .dropdown-toggle {
	position: relative
}
.full-width-pull-menu span.dropdown-toggle {
	position: absolute;
	right: 30px;
	width: 40px;
	height: 40px;
	text-align: center;
	top: 43px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%)
}
.full-width-pull-menu .dropdown .dropdown-toggle:before {
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	top: 15px;
	height: 11px;
	width: 1px;
	background: #232323
}
.dropdown-toggle {
	font-family: FontAwesome
}
.full-width-pull-menu .dropdown.open .dropdown-toggle:before {
	height: 0
}
.full-width-pull-menu .dropdown .dropdown-toggle:after {
	content: "";
	display: block;
	position: absolute;
	right: 15px;
	top: 20px;
	height: 1px;
	width: 11px;
	background: #232323
}
.full-width-pull-menu .dropdown ul {
	background-color: inherit
}
.full-width-pull-menu .link-style-1 .link-style-1 ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.full-width-pull-menu .link-style-1 ul li {
	margin: 20px 0;
	display: table
}
.full-width-pull-menu .link-style-1 ul li a {
	background: inherit;
	color: #232323;
	font-size: 22px;
	line-height: 26px;
	position: relative;
	padding-left: 35px
}
.full-width-pull-menu .link-style-1 ul li.open>a, .full-width-pull-menu .link-style-1 ul li:hover>a {
	color: #ff214f
}
.full-width-pull-menu .link-style-1 ul li.open>a:after, .full-width-pull-menu .link-style-1 ul li:hover>a:after {
	background: #ff214f
}
.full-width-pull-menu .link-style-1 ul li a:after {
	background: #dbdbdb;
	content: "";
	display: inline-block;
	height: 4px;
	left: 0;
	position: absolute;
	top: 14px;
	width: 18px
}
.full-width-pull-menu .link-style-1 .dropdown.open ul {
	display: block
}
.full-width-pull-menu .link-style-1 .dropdown ul {
	position: inherit;
	left: 0;
	right: 0;
	padding: 10px 30px 0;
	background-color: inherit;
	border: 0;
	float: none;
	box-shadow: none;
	margin: 0
}
.full-width-pull-menu .link-style-1 ul li li a {
	font-size: 18px;
	line-height: 22px;
	padding-left: 30px
}
.dropdown ul li a:focus, .full-width-pull-menu .link-style-1 .dropdown ul li a:hover {
	background-color: inherit
}
.full-width-pull-menu .link-style-1 .dropdown ul li {
	margin: 5px
}
.full-width-pull-menu .link-style-1 .dropdown ul li:last-child {
	margin-bottom: 0
}
.full-width-pull-menu .link-style-2 .link-style-2 ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.full-width-pull-menu .link-style-2 ul li {
	display: table;
	width: 90%
}
.full-width-pull-menu .link-style-2 ul li a {
	background: inherit;
	color: #232323;
	font-size: 48px;
	line-height: 85px;
	position: relative
}
.full-width-pull-menu .link-style-2 ul li.open>a, .full-width-pull-menu .link-style-2 ul li:hover>a {
	color: #ff214f
}
.full-width-pull-menu .link-style-2 ul li.open>a:after {
	background: #ff214f
}
.full-width-pull-menu .link-style-2 .dropdown ul {
	display: block!important;
	height: 0;
	overflow: hidden;
	position: inherit;
	left: 0;
	right: 0;
	padding: 0;
	background-color: inherit;
	border: 0;
	float: none;
	box-shadow: none;
	margin: 0
}
.full-width-pull-menu .link-style-2 .dropdown.open ul {
	display: block;
	height: 100%
}
.full-width-pull-menu .link-style-2 .dropdown ul li a {
	font-size: 14px;
	line-height: 18px;
	color: #757575;
	padding: 0;
	margin: 0
}
.full-width-pull-menu .link-style-2 .dropdown ul li {
	border-bottom: 1px solid #e3e3e3;
	padding: 7px 0
}
.full-width-pull-menu .link-style-2 .dropdown ul li:last-child {
	border-bottom: 1px solid transparent;
	margin-bottom: 0
}
.dropdown ul li a:focus, .full-width-pull-menu .link-style-2 .dropdown ul li a:hover {
	background-color: inherit
}
.full-width-pull-menu .link-style-2 .dropdown ul li ul.sub-menu {
	padding-left: 15px;
	padding-top: 2px
}
.full-width-pull-menu .link-style-2 .dropdown ul li ul.sub-menu li {
	border-bottom: 0;
	padding: 5px 0 0
}
.full-width-pull-menu .link-style-2 .icon-social-medium a:first-child {
	margin-left: 0
}
.full-width-pull-menu .link-style-2 .icon-social-medium a:last-child {
	margin-right: 0
}
.close-button-menu:after, .close-button-menu:before {
	content: "";
	display: block;
	background: #000;
	height: 2px;
	width: 18px;
	position: absolute
}
.close-button-menu:after {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg)
}
.close-button-menu:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg)
}
.menu-wrap, .show-menu .menu-wrap {
	left: auto
}
.show-menu .menu-wrap {
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	opacity: 1;
	visibility: visible;
	z-index: 10001
}
.big-menu-right, .menu-wrap {
	position: fixed;
	top: 0;
	opacity: 0;
	right: 0
}
.menu-wrap {
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	width: 100%;
	z-index: -10001;
	visibility: hidden
}
header nav.nav-box-width {
	padding: 0 50px
}
.big-menu-right {
	width: 40%;
	height: 100%;
	padding: 0 5%;
	transform: translateX(30%) scaleX(.6);
	-webkit-transform: translateX(30%) scaleX(.6);
	-moz-transform: translateX(30%) scaleX(.6);
	-o-transform: translateX(30%) scaleX(.6);
	-ms-transform: translateX(30%) scaleX(.6);
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	-ms-transition-duration: .3s;
	z-index: -1
}
.big-menu-links {
	list-style: none;
	margin: 0;
	padding: 0
}
.big-menu-links li, .feature-box-9 .text-bottom-line {
	margin-bottom: 15px
}
.big-menu-links li {
	display: block;
	width: 100%;
	float: left
}
.big-menu-links li a {
	font-size: 50px;
	line-height: 1.5;
	color: #676767;
	float: left
}
.big-menu-links li a:after {
	width: 0;
	background: #ff214f;
	height: 3px;
	content: "";
	display: block;
	transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transition-duration: .5s
}
.big-menu-links li a:hover {
	color: #ddd
}
.big-menu-links li a:hover:after {
	width: 100px;
	transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transition-duration: .5s
}
.big-menu-right.open {
	transform: translateX(0) scaleX(1);
	-moz-transform: translateX(0) scaleX(1);
	-webkit-transform: translateX(0) scaleX(1);
	-o-transform: translateX(0) scaleX(1);
	-ms-transform: translateX(0) scaleX(1);
	opacity: 1;
	z-index: 9999
}
.big-menu-close {
	background: #fff;
	position: absolute;
	right: 0;
	width: 40px;
	height: 40px;
	color: #232323
}
nav.navbar.navbar-default ul.nav>li>a {
	padding: 26px 0;
	background: 0 0;
	border-color: transparent;
	font-weight: 400;
	font-family: zingende, sans-serif;
	font-size: 20px
}
nav.navbar.navbar-default ul.nav>li.dropdown>a.dropdown-toggle::after, nav.navbar.sidebar-nav ul.nav>li.dropdown>a.dropdown-toggle::after {
	content: "";
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin-top: 0
}
nav.navbar.navbar-default ul li.dropdown ul.dropdown-menu>li:last-child {
	border-bottom: 0
}
nav.navbar.navbar-default ul li.dropdown .dropdown-menu li>a:hover {
	color: #fff;
	background: 0 0;
	left: 5px
}
nav.navbar.navbar-default ul li.dropdown .dropdown-menu li.active>a {
	color: #fff
}
nav.navbar.navbar-default ul.menu-links li.dropdown ul.dropdown-menu li.active>a, nav.navbar.navbar-default ul.menu-links li.dropdown ul.dropdown-menu li>a:hover {
	color: #232323
}
.dropdown ul.second-level {
	left: 270px;
	top: 0;
	height: 100%
}
.dropdown ul.third-level {
	left: 530px;
	top: 0;
	height: 100%
}
nav.navbar ul.nav .dropdown-menu.second-level .dropdown-menu {
	margin-top: 0
}
.navbar-default ul li li.dropdown ul {
	display: none
}
.navbar-default ul li li.dropdown.on>ul, .navbar-default ul li li.dropdown.on>ul>li.dropdown.on>ul {
	display: block;
	position: absolute;
	left: 100%;
	margin-top: 0;
	padding: 0;
	top: 0
}
.navbar-default ul li li.dropdown ul.dropdown-menu {
	position: absolute;
	left: 100%;
	margin-top: 0;
	padding: 0;
	top: 0;
	box-shadow: none
}
.navbar-default ul li li.dropdown ul.dropdown-menu li {
	padding: 0
}
.dropdown-menu .dropdown a {
	position: relative
}
header .menu-wrap .widget {
	margin-bottom: 30px;
	display: inline-block;
	width: 100%
}
.nav.navbar-left-sidebar {
	transition: all 0s ease-in-out 0s;
	-webkit-transition: all 0s ease-in-out 0s;
	-moz-transition: all 0s ease-in-out 0s;
	-ms-transition: all 0s ease-in-out 0s;
	-o-transition: all 0s ease-in-out 0s;
	overflow-y: auto
}
.nav.navbar-left-sidebar li {
	display: inline-block;
	width: 100%;
	padding: 0 45px
}
.nav.navbar-left-sidebar li a, nav.navbar.bootsnav.navbar-left-sidebar ul.nav>li>a {
	font-size: 11px;
	text-transform: uppercase;
	color: #939393;
	background: 0 0!important;
	font-weight: 600;
	border-bottom: 1px solid #e5e5e5!important;
	padding: 15px 0
}
nav.navbar.sidebar-nav .navbar-left-sidebar li.dropdown .third-level a>[class*=" ti-"], nav.navbar.sidebar-nav .navbar-left-sidebar li.dropdown .third-level a>[class^=ti-] {
	margin-right: 5px
}
.nav.navbar-left-sidebar li:last-child a {
	border-bottom: none
}
.nav.navbar-left-sidebar li a:hover {
	color: #fff
}
.nav.navbar-left-sidebar li a .nav-caret {
	height: 35px;
	text-align: right;
	width: 35px
}
.nav.navbar-left-sidebar .dropdown .second-level {
	opacity: 0!important;
	left: 245px;
	display: block!important;
	visibility: hidden
}
.nav.navbar-left-sidebar .dropdown.on .second-level {
	opacity: 1!important;
	left: 289px;
	visibility: visible;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s
}
.nav.navbar-left-sidebar .second-level .dropdown .third-level {
	opacity: 0!important;
	display: block!important;
	visibility: hidden;
	left: 525px
}
.nav.navbar-left-sidebar .second-level .dropdown.on .third-level {
	opacity: 1!important;
	left: 569px;
	visibility: visible;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s
}
.nav.navbar-left-sidebar .dropdown-menu .dropdown>a:after {
	display: none
}
.cbp-spmenu {
	background: #fff;
	position: fixed;
	z-index: 1
}
.cbp-spmenu-vertical {
	width: 455px;
	height: 100%;
	top: 0;
	z-index: 10005
}
.cbp-spmenu-right {
	right: -455px
}
.cbp-spmenu-left {
	left: -100%
}
.cbp-spmenu-left.cbp-spmenu-open {
	left: 0
}
.cbp-spmenu-right.cbp-spmenu-open {
	right: 0;
	overflow-x: auto;
	box-shadow: 0 0 4px rgba(0, 0, 0, .2)
}
.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0
}
.cbp-spmenu, .cbp-spmenu-push {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.cbp-spmenu-right::-webkit-scrollbar, .navbar-left-sidebar::-webkit-scrollbar {
	width: 5px
}
.cbp-spmenu-right::-webkit-scrollbar-track, .navbar-left-sidebar::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	-moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	-ms-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	-o-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}
.cbp-spmenu-right::-webkit-scrollbar-thumb, .navbar-left-sidebar::-webkit-scrollbar-thumb {
	background-color: #a9a9a9;
	outline: #708090 solid 1px
}
nav.navbar.sidebar-nav .container {
	display: table-cell;
	height: 75px;
	position: relative;
	vertical-align: top
}
nav.navbar.bootsnav.sidebar-nav .navbar-left-sidebar>li>a {
	color: #626262;
	border-color: #ededed;
	padding: 15px 0
}
nav.navbar.bootsnav.sidebar-nav ul.nav.navbar-left-sidebar li.active>a, nav.navbar.sidebar-nav .navbar-left-sidebar li a:hover {
	color: #000
}
.sidebar-nav .logo-holder {
	text-align: center;
	min-height: 107px
}
.sidebar-nav .footer-holder {
	text-align: center
}
nav.navbar .toggle-button {
	background: #000;
	border: none;
	height: auto;
	margin: 0;
	padding: 0;
	width: auto
}
.sidebar-nav .dropdown-menu {
	box-shadow: none;
	height: 100%;
	left: 270px;
	position: fixed;
	top: 0;
	width: 240px;
	padding: 80px 0
}
nav.navbar.sidebar-nav li.dropdown ul.dropdown-menu {
	border: none
}
nav.navbar.bootsnav.sidebar-nav li.dropdown ul.dropdown-menu {
	padding-top: 160px
}
.sidebar-nav .dropdown-menu li>a {
	margin: 0 45px
}
nav.navbar.sidebar-nav {
	border: none;
	display: inline-table;
	width: 290px;
	border-radius: 0;
	position: fixed;
	top: 0;
	z-index: 10005;
	height: 100%;
	padding: 50px 0 25px;
	border-right: 1px solid rgba(0, 0, 0, .07);
	left: 0
}
.sidebar-wrapper {
	padding-left: 290px
}
.sidebar-nav-style-1 .dropdown .second-level {
	top: 0;
	left: 290px;
	width: 280px
}
.sidebar-nav-style-1 .dropdown.on .second-level {
	background: #fbfbfb
}
.sidebar-nav-style-1 .dropdown .third-level {
	top: 0;
	left: 570px;
	width: 280px;
	background: #f3f3f3
}
.left-nav, .sidebar-part2 {
	height: 100%;
	background-color: #fff
}
.sidebar-nav-style-1 .dropdown ul.second-level li ul {
	display: none;
	opacity: 0
}
.left-nav-sidebar {
	padding-left: 90px;
	transition: all .3s ease 0s
}
.left-nav {
	position: fixed;
	top: 0;
	width: auto;
	left: 0;
	z-index: 99999;
	transition: all .3s ease 0s
}
.sidebar-part1 {
	position: absolute;
	top: 0;
	width: 90px
}
.sidebar-part2 {
	padding: 0 0 0 110px;
	border-right: 1px solid #dfdfdf;
	width: 400px;
	position: fixed;
	z-index: -1;
	left: -370px
}
.sidebar-part3 {
	position: absolute;
	bottom: 0
}
.sidebar-part2 .right-bg:before, .sidebar-part2:before {
	bottom: 75px;
	content: "";
	left: 0
}
.left-nav-on .sidebar-part2 {
	left: 0
}
.sidebar-part2:before {
	width: 100%;
	height: 1px;
	background-color: #dfdfdf;
	position: absolute;
	display: inline-block
}
.left-nav-on .sidebar-part2 .sidebar-middle .sidebar-middle-menu .nav {
	overflow-y: auto;
	overflow-x: hidden
}
.sidebar-part2 .sidebar-middle {
	padding: 180px 0
}
.sidebar-part2 .sidebar-middle-menu {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle
}
.bottom-menu-icon {
	width: 90px;
	padding: 22px 30px;
	text-align: center
}
header .sidebar-part2 nav.navbar.bootsnav ul>li>a {
	font-size: 36px;
	display: block;
	padding: 0;
	color: #0f0f0f;
	text-transform: none;
	margin: 0;
	line-height: 40px;
	font-weight: 600;
	position: relative
}
header .sidebar-part2 nav.navbar.bootsnav ul>li>a>.fa {
	font-size: 25px;
	top: 10px;
	position: absolute;
	right: 18px
}
header .sidebar-part2 nav.navbar.bootsnav ul>li>.second-level>li>a>.fa {
	font-size: 14px;
	line-height: 30px
}
.sidebar-part2 ul>li {
	margin: 0;
	float: none;
	padding: 15px 20px 15px 0;
	width: 291px;
	word-break: break-all;
	position: initial
}
.sidebar-part2 ul li a:hover {
	background-color: inherit
}
.sidebar-part2 nav.navbar.bootsnav {
	border-bottom: 0;
	position: inherit
}
.sidebar-part2 .right-bg {
	position: fixed;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #fff;
	width: 90px
}
.sidebar-part2 .right-bg:before {
	background-color: #dfdfdf;
	display: inline-block;
	height: 1px;
	position: absolute;
	width: 100%
}
.sidebar-part2 .right-bg img {
	position: absolute;
	top: 50%;
	left: 37px;
	transform: translateY(-100px);
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px)
}
header .sidebar-part2 nav.navbar.bootsnav ul li ul li a {
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #f0f0f0;
	color: #939393;
	font-weight: 500
}
header .sidebar-part2 nav.navbar.bootsnav ul li ul li a:hover, header .sidebar-part2 nav.navbar.bootsnav ul.second-level li.active ul li.active>a, header .sidebar-part2 nav.navbar.bootsnav ul.second-level li.active>a {
	color: #ff214f
}
.sidebar-nav-style-1 .navbar-left-sidebar li.dropdown>a, header .sidebar-part2 nav.navbar.bootsnav ul li.dropdown>a {
	padding-right: 20px
}
header .sidebar-part2 nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li a:hover {
	border-bottom: 1px solid #ff214f;
	background: inherit
}
header .sidebar-part2 nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li:last-child>a:hover {
	border-bottom: 0
}
header .sidebar-part2 nav.navbar.bootsnav ul li ul li a>i {
	vertical-align: middle;
	margin-right: 5px
}
header .sidebar-part2 nav.navbar.bootsnav ul li ul li {
	margin: 0;
	padding: 0 30px;
	width: 100%;
	word-break: normal
}
header .sidebar-part2 nav.navbar.bootsnav ul li ul li.dropdown {
	border-left: 0
}
.sidebar-part2 .dropdown ul.second-level, .sidebar-part2 .dropdown ul.third-level {
	border-left: 1px solid #eee!important
}
.sidebar-part2 .dropdown ul.second-level {
	left: 399px;
	transition: 0s;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-ms-transition: 0s;
	-o-transition: 0s
}
.sidebar-part2 .dropdown ul.third-level {
	left: 249px
}
.sidebar-part2 nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
	box-shadow: none;
	height: 100%;
	position: absolute;
	transition: 0s;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-ms-transition: 0s;
	-o-transition: 0s;
	width: 250px;
	padding: 180px 0;
	background: #fff
}
.bottom-menu-icon a {
	font-size: 24px;
	width: 23px;
	height: 18px;
	display: inline-block;
	position: relative
}
.nav-icon span {
	display: block;
	position: absolute;
	height: 2px;
	width: 23px;
	background: #232323;
	border-radius: 0;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}
.breadcrumb ul li, .menu-wrap .widget {
	display: inline-block
}
.nav-icon.active span, .nav-icon:hover span {
	background-color: red
}
.nav-icon span:nth-child(1) {
	top: 0
}
.nav-icon span:nth-child(2), .nav-icon span:nth-child(3) {
	top: 8px
}
.nav-icon span:nth-child(4) {
	top: 16px
}
.nav-icon.active span:nth-child(1), .nav-icon.active span:nth-child(4) {
	top: 8px;
	width: 0%;
	left: 50%
}
.nav-icon.active span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.nav-icon.active span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
nav.navbar.brand-center ul.nav>li>a {
	padding: 26px;
	margin: 0
}
header.sticky nav.navbar.brand-center ul.nav>li>a {
	padding: 20px;
	margin: 0 20px
}
.menu-wrap .widget {
	width: 100%
}
.page-title-extra-small h1 {
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase
}
.page-title-small h1 {
	font-size: 20px;
	line-height: 26px
}
.page-title-medium h1 {
	font-size: 32px;
	line-height: 37px
}
.page-title-large h1 {
	font-size: 46px;
	line-height: 49px
}
.page-title-extra-large h1 {
	font-size: 55px;
	line-height: 50px
}
.breadcrumb {
	background: 0 0;
	border-radius: 0;
	padding: 0
}
.breadcrumb ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.breadcrumb ul>li:after {
	content: "\f111";
	font-family: FontAwesome;
	padding: 0 11px 0 14px;
	display: inline-block;
	vertical-align: middle;
	font-size: 5px;
	opacity: .6
}
.breadcrumb ul>li:last-child:after {
	border-right: 0;
	content: "";
	padding: 0
}
.swiper-container {
	overflow: hidden;
	position: relative;
	max-height: 300px
}
.swiper-pagination-bullet-active {
	background: #232323
}
.swiper-pagination {
	width: 100%
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 35px;
	width: 100%
}
.swiper-pagination-bullet {
	height: 9px;
	width: 9px
}
.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}
.swiper-pagination-bottom .swiper-wrapper {
	margin: 0 0 35px
}
.swiper-pagination-bottom.swiper-container-horizontal .swiper-wrapper {
	margin: 0 0 95px
}
.swiper-slider-second {
	text-align: center
}
.swiper-bottom-scrollbar-full.swiper-container {
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	top: 0;
	transition: all .3s ease-in-out .7s;
	-webkit-transition: all .3s ease-in-out .7s;
	-moz-transition: all .3s ease-in-out .7s;
	-ms-transition: all .3s ease-in-out .7s;
	-o-transition: all .3s ease-in-out .7s;
	width: 100%
}
.swiper-bottom-scrollbar-full .swiper-scrollbar-drag {
	border-radius: 0;
	background: #ff214f
}
.swiper-bottom-scrollbar-full .swiper-scrollbar {
	left: 0;
	opacity: 1;
	position: absolute;
	width: 100%;
	bottom: 0;
	border-radius: 0;
	height: 2px;
	background: rgba(255, 255, 255, .2)
}
.swiper-bottom-scrollbar-full .swiper-slide img {
	max-height: 450px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	opacity: .8;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-ms-filter: grayscale(1);
	-o-filter: grayscale(1)
}
.swiper-bottom-scrollbar-full .swiper-slide:hover img {
	opacity: 1;
	filter: grayscale(0);
	filter: contrast(130%);
	-webkit-filter: contrast(130%);
	-moz-filter: contrast(130%);
	-ms-filter: contrast(130%);
	-o-filter: contrast(130%);
	max-height: 500px
}
.swiper-bottom-scrollbar-full .swiper-slide .hover-title-box {
	visibility: hidden
}
.swiper-bottom-scrollbar-full .swiper-slide:hover .hover-title-box {
	right: -160px;
	opacity: 1;
	visibility: visible
}
.swiper-bottom-scrollbar-full .bottom-text {
	position: absolute;
	bottom: 50px;
	opacity: 0;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out
}
.swiper-bottom-scrollbar-full .swiper-slide:hover .bottom-text {
	opacity: .7;
	letter-spacing: 5px;
	left: 4px
}
.swiper-vertical-pagination {
	width: 100%;
	height: 100%;
	position: absolute
}
.swiper-vertical-pagination .swiper-slide {
	text-align: center;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}
.swiper-vertical-pagination>.swiper-pagination-bullets {
	right: 60px
}
.swiper-vertical-pagination .swiper-pagination {
	width: auto
}
.swiper-vertical-pagination .swiper-slide .swiper-bottom-content {
	opacity: 0;
	transform: translate3d(0, 150px, 0);
	-webkit-transform: translate3d(0, 150px, 0);
	-moz-transform: translate3d(0, 150px, 0);
	-ms-transform: translate3d(0, 150px, 0);
	-o-transform: translate3d(0, 150px, 0);
	transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s
}
.swiper-vertical-pagination .swiper-slide-active .swiper-bottom-content {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transition: all .3s ease-in-out .3s;
	-webkit-transition: all .3s ease-in-out .3s;
	-moz-transition: all .3s ease-in-out .3s;
	-ms-transition: all .3s ease-in-out .3s;
	-o-transition: all .3s ease-in-out .3s
}
.swiper-vertical-pagination .box-arrow {
	position: absolute;
	right: -45px;
	width: 90px;
	height: 90px
}
.swiper-auto-width .swiper-slide {
	width: 60%
}
.swiper-auto-width.swiper-container {
	height: calc(100% - 200px);
	top: 100px;
	margin: 0 auto;
	overflow: visible;
	position: absolute;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transition: all .3s ease-in-out .7s;
	-webkit-transition: all .3s ease-in-out .7s;
	-moz-transition: all .3s ease-in-out .7s;
	-ms-transition: all .3s ease-in-out .7s;
	-o-transition: all .3s ease-in-out .7s;
	width: 100%
}
.swiper-auto-width .swiper-scrollbar {
	left: 20%;
	opacity: 1;
	position: absolute;
	width: 60%;
	bottom: -50px;
	border-radius: 0;
	height: 1px
}
.swiper-auto-width .swiper-scrollbar-drag {
	border-radius: 0;
	background: 0 0
}
.swiper-auto-width .swiper-scrollbar-drag:before {
	cursor: move;
	position: absolute;
	content: "";
	background: #ff214f;
	width: 13px;
	height: 13px;
	border-radius: 100%;
	top: -6px;
	left: calc(50% - 13px)
}
.swiper-auto-width .swiper-slide {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-ms-filter: grayscale(1);
	-o-filter: grayscale(1);
	transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s
}
.swiper-auto-width .swiper-slide.swiper-slide-active {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out
}
.swiper-auto-width .swiper-slide .absolute-middle-center h2 {
	opacity: 0;
	margin-bottom: 10px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transform: translateY(-60px);
	-webkit-transform: translateY(-60px);
	-moz-transform: translateY(-60px);
	-ms-transform: translateY(-60px);
	-o-transform: translateY(-60px)
}
.swiper-auto-width .swiper-slide.swiper-slide-active .absolute-middle-center h2 {
	opacity: 1;
	transition: all .3s ease-in-out .7s;
	-webkit-transition: all .3s ease-in-out .7s;
	-moz-transition: all .3s ease-in-out .7s;
	-ms-transition: all .3s ease-in-out .7s;
	-o-transition: all .3s ease-in-out .7s;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0)
}
.swiper-auto-width .swiper-slide span {
	opacity: 0;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out
}
.swiper-auto-width .swiper-slide.swiper-slide-active span {
	opacity: 1;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-white-highlight, .swiper-container-rtl .swiper-button-next.swiper-button-white-highlight {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white-highlight, .swiper-container-rtl .swiper-button-prev.swiper-button-white-highlight {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white-highlight, .swiper-button-prev.swiper-button-white-highlight {
	background-color: #000;
	background-size: 28% auto;
	border-radius: 3px;
	height: 30px;
	width: 30px;
	margin: -15px 10px 0;
	top: 50%
}
.swiper-button-next.swiper-button-black-highlight, .swiper-container-rtl .swiper-button-prev.swiper-button-black-highlight {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-black-highlight, .swiper-container-rtl .swiper-button-next.swiper-button-black-highlight {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-black-highlight, .swiper-button-prev.swiper-button-black-highlight {
	background-color: #fff;
	background-size: 28% auto;
	border-radius: 3px;
	height: 30px;
	width: 30px;
	margin: -15px 10px 0;
	top: 50%
}
.swiper-button-next, .swiper-button-prev {
	background-size: inherit;
	height: 22px;
	width: 50px;
	top: 51%
}
.swiper-fullscreen-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-fullscreen-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-fullscreen-next, .swiper-fullscreen-prev {
	background-color: #fff;
	background-size: 28% auto;
	border-radius: 3px;
	height: 30px;
	width: 30px;
	margin: 10px;
	top: 47.5%
}
.swiper-blog .swiper-slide .slide-content {
	opacity: 0;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px)
}
.swiper-blog .swiper-slide.swiper-slide-active .slide-content {
	opacity: 1;
	transition-delay: .3s;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-ms-transition-delay: .3s;
	-o-transition-delay: .3s;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0)
}
.swiper-button-prev.slider-long-arrow-white, .swiper-container-rtl .swiper-button-next.slider-long-arrow-white {
	background-image: url(http://www.partypopstar.com/images/arrow-prev-light-dark.png);
	left: 0
}
.swiper-button-next.slider-long-arrow-white, .swiper-container-rtl .swiper-button-prev.slider-long-arrow-white {
	background-image: url(http://www.partypopstar.com/images/arrow-next-light-dark.png);
	right: 0
}
.swiper-next-style2, .swiper-prev-style2 {
	position: absolute;
	bottom: -60px;
	cursor: pointer;
	text-transform: uppercase
}
.swiper-next-style2 {
	right: 15%
}
.swiper-prev-style2 {
	left: 15%
}
.swiper-portfolio-next, .swiper-portfolio-prev {
	position: absolute;
	top: 50%;
	z-index: 1;
	background: #fff;
	color: #232323;
	padding: 15px;
	font-size: 18px;
	cursor: pointer;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%)
}
.swiper-portfolio-next.swiper-button-disabled, .swiper-portfolio-prev.swiper-button-disabled {
	opacity: 0;
	visibility: hidden
}
.swiper-portfolio-prev {
	left: 15px
}
.swiper-portfolio-next {
	right: 15px
}
.swiper-button-next.swiper-next-style3, .swiper-button-prev.swiper-prev-style3 {
	background-image: none;
	position: absolute;
	cursor: pointer;
	left: 41.1%;
	top: inherit;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	width: 40px;
	height: 40px;
	background-color: #ff214f;
	color: #fff;
	z-index: 9
}
.swiper-button-prev.swiper-prev-style3 {
	bottom: 141px
}
.swiper-button-next.swiper-next-style3 {
	bottom: 100px
}
.navigation-area {
	position: absolute;
	bottom: 0;
	display: inline-block;
	width: 40px;
	height: 82px
}
.swiper-button-next.swiper-next-style4, .swiper-button-prev.swiper-prev-style4 {
	background: #ff214f;
	color: #fff;
	text-align: center;
	line-height: 40px;
	height: 40px;
	width: 40px;
	display: block;
	float: left;
	position: relative;
	left: auto;
	right: auto;
	top: 0;
	margin: 0 auto
}
.swiper-button-next.swiper-next-style4 {
	margin-bottom: 1px
}
.swiper-button-next.swiper-next-style5, .swiper-button-prev.swiper-prev-style5 {
	position: absolute;
	top: 22px;
	bottom: 0;
	height: 100%;
	width: 15%;
	background-image: none;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s
}
.swiper-button-prev.swiper-prev-style5 {
	opacity: 0;
	background: -moz-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
	background: linear-gradient(to right, rgba(0, 0, 0, .5), transparent);
	left: 0;
	cursor: url(http://www.partypopstar.com/images/arrow-prev-light-dark.png), pointer
}
.swiper-button-next.swiper-next-style5 {
	opacity: 0;
	background: -moz-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
	background: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
	background: linear-gradient(to left, rgba(0, 0, 0, .5), transparent);
	right: 0;
	cursor: url(http://www.partypopstar.com/images/arrow-next-light-dark.png), pointer
}
.swiper-button-next.swiper-next-style5:hover, .swiper-button-prev.swiper-prev-style5:hover {
	opacity: 1;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s
}
.swiper-pagination-white .swiper-pagination-bullet, .swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}
.swiper-pagination-square-bottom.swiper-pagination-bullets {
	bottom: -50px
}
.swiper-pagination-square .swiper-pagination-bullet {
	height: 3px;
	width: 30px;
	border-radius: 0
}
.white-move .swiper-slide {
	cursor: url(http://www.partypopstar.com/images/icon-move-light.png), move
}
.black-move .swiper-slide {
	cursor: url(http://www.partypopstar.com/images/icon-move-black.png), move
}
.swiper-number {
	left: auto!important;
	right: 0!important;
	width: 35px!important;
	text-align: right!important;
	top: 38%!important;
	bottom: inherit!important
}
.swiper-number .swiper-pagination-bullet {
	background: 0 0;
	color: #939393;
	display: block;
	font-size: 20px;
	height: 45px;
	line-height: 20px;
	opacity: .7;
	padding: 14px 0 0;
	text-align: center;
	width: 23px;
	border-radius: 0;
	margin: 0 0 5px
}
.swiper-number .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-bottom: 1px solid rgba(0, 0, 0, .5);
	opacity: 1
}
.swiper-number .swiper-pagination-bullet-active {
	color: #000;
	background: 0 0
}
.tp-bullet {
	border-radius: 100%;
	background: 0 0;
	border: 1px solid #fff
}
.tp-bullet.selected, .tp-bullet:hover {
	background: #fff
}
.hermes .tp-bullet {
	box-shadow: 0 0 0 0 #fff;
	height: 12px;
	width: 12px;
	border: 2px solid #fff
}
.hermes .tp-bullet::after {
	box-shadow: 0 0 0 0 #fff inset
}
.slider-half-small-screen {
	min-height: 630px
}
.slider-half-screen {
	min-height: 765px
}
.slider-medium-screen {
	min-height: 898px
}
.scroll-down {
	bottom: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 11
}
.scroll-down a {
	background: #232323;
	display: inline-block;
	height: 57px;
	width: 57px;
	text-align: center
}
.scroll-down a i.scroll-arrow-down {
	vertical-align: top;
	background-image: url(http://www.partypopstar.com/images/scroll-down-icon.png);
	width: 17px;
	height: 30px;
	display: inline-block
}
.scroll-down a:hover {
	background: #fff
}
.scroll-to-down {
	cursor: url(http://www.partypopstar.com/images/arrow-down.png), pointer
}
.scroll-to-down-white {
	cursor: url(http://www.partypopstar.com/images/arrow-down-white.png), pointer
}
.background-slider-text {
	position: absolute;
	width: 100%
}
.cursor-default {
	cursor: default
}
.slider-text-middle-main {
	display: table;
	height: 100%;
	width: 100%
}
.slider-text-middle {
	vertical-align: middle;
	padding: 100px 0
}
.slider-typography {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	left: 0
}
.slider-text-bottom {
	display: table-cell;
	vertical-align: bottom
}
.slider-text-top {
	display: table-cell;
	vertical-align: top
}
.down-section {
	position: absolute;
	width: 100%;
	bottom: 50px;
	left: 0;
	right: 0
}
.blog-slider .swiper-slide .slider-typography {
	padding: 60px
}
.blog-grid.gutter-very-small li, .portfolio-grid.gutter-very-small li {
	padding: 3px
}
.blog-grid.gutter-small li, .portfolio-grid.gutter-small li {
	padding: 5px
}
.blog-grid.gutter-medium li, .portfolio-grid.gutter-medium li {
	padding: 7px
}
.blog-grid.gutter-large li, .portfolio-grid.gutter-large li {
	padding: 10px
}
.blog-grid.gutter-extra-large li, .portfolio-grid.gutter-extra-large li {
	padding: 20px
}
.blog-grid.gutter-extra-large, .portfolio-grid.gutter-extra-large {
	margin: 0 -20px
}
.blog-grid.gutter-large {
	margin-left: 10px;
	margin-right: 10px
}
.portfolio-grid.gutter-large {
	margin: 0 10px
}
.blog-grid.gutter-very-small, .portfolio-grid.gutter-very-small {
	margin: 0 3px
}
.blog-grid.gutter-small, .portfolio-grid.gutter-small {
	margin: 0 5px
}
.blog-grid.gutter-medium, .portfolio-grid.gutter-medium {
	margin: 0 7px
}
.blog-grid.blog-6col li, .portfolio-grid.work-6col li {
	width: 16.67%
}
.blog-grid.blog-6col li.grid-item-double, .portfolio-grid.work-6col li.grid-item-double {
	width: 33.33%
}
.blog-grid.blog-5col li, .portfolio-grid.work-5col li {
	width: 20%
}
.blog-grid.blog-5col li.grid-item-double, .portfolio-grid.work-5col li.grid-item-double {
	width: 40%
}
.blog-grid.blog-4col li, .portfolio-grid.work-4col li {
	width: 25%
}
.blog-grid.blog-4col li.grid-item-double, .portfolio-grid.work-4col li.grid-item-double {
	width: 50%
}
.blog-grid.blog-3col li, .portfolio-grid.work-3col li {
	width: 33.33%;
	float: left
}
.blog-grid.blog-3col li.grid-item-double, .portfolio-grid.work-3col li.grid-item-double {
	width: 66.67%
}
.blog-grid.work-2col li, .portfolio-grid.work-2col li {
	width: 50%
}
.blog-grid.work-2col li.grid-item-double, .portfolio-grid.work-2col li.grid-item-double, .work-1col .portfolio-grid li {
	width: 100%
}
.portfolio-grid {
	list-style: none;
	padding: 0;
	margin: 0
}
.portfolio-grid .grid-item figure {
	margin: 0;
	position: relative;
	overflow: hidden
}
.portfolio-grid .grid-item figure img {
	cursor: pointer;
	display: block;
	opacity: 1;
	width: 100%;
	transition: all .3s ease 0s
}
.portfolio-grid .grid-item {
	opacity: 1;
	overflow: hidden
}
.portfolio-grid .grid-item figcaption {
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	width: 100%;
	height: 100%;
	padding: 45px;
	z-index: 1;
	text-align: center
}
.portfolio-grid .grid-item figure .portfolio-img, .portfolio-grid .grid-item figure:hover .portfolio-img {
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s
}
.portfolio-grid .grid-item figure:hover img {
	opacity: .15;
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s
}
.portfolio-grid .grid-item figure:hover figcaption {
	opacity: 1;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s
}
.container .hover-option4 .grid-item figcaption {
	padding: 30px
}
.blog-grid {
	list-style: none;
	padding: 0;
	margin: 0
}
.blog-grid .grid-item a {
	position: relative;
	z-index: 11
}
.blog-grid .grid-item a img {
	width: 100%
}
.justified-gallery>a>.caption, .justified-gallery>div>.caption {
	padding: 7px 15px;
	opacity: 0;
	display: initial!important;
	bottom: -20px;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	font-size: 11px;
	text-transform: uppercase
}
.caption.caption-visible {
	opacity: 1;
	bottom: 0!important
}
.grid-item .portfolio-hover-box {
	display: table-cell;
	height: 100%
}
.hover-option1 .grid-item figcaption {
	height: 100%
}
.hover-option1 .grid-item .portfolio-hover-main {
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	display: table;
	height: 100%;
	top: 0;
	width: 100%
}
.hover-option2 .grid-item figcaption {
	height: 100%
}
.hover-option2 .grid-item .portfolio-hover-main {
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	display: table;
	height: 100%;
	top: 0;
	width: 100%
}
.hover-option2 .grid-item .portfolio-hover-content {
	bottom: -15px;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s
}
.hover-option2 .grid-item:hover .portfolio-hover-content {
	bottom: 0
}
.hover-option2 .separator-line-horrizontal-medium-light2 {
	opacity: .5
}
.hover-option2 .grid-item figure:hover img {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
	-o-filter: blur(5px);
	filter: blur(5px);
	opacity: .1;
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s
}
.container .hover-option2 .grid-item figcaption {
	padding: 30px
}
.hover-option3 .grid-item .slide-hover-box {
	position: absolute;
	width: 100%;
	height: 100%
}
.hover-option3 .grid-item .opacity-medium {
	opacity: 0;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s
}
.hover-option3 .grid-item .slide-hover-box:hover .opacity-medium {
	opacity: .5;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s
}
.hover-option3 .grid-item figure {
	bottom: 130px;
	z-index: 5;
	width: 100%;
	overflow: visible
}
.hover-option3 .grid-item figure h6 {
	position: relative;
	bottom: -70px;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s
}
.hover-option3 .grid-item .slide-hover-box:hover h6 {
	bottom: 0
}
.hover-option3 .grid-item figure p {
	bottom: -40px;
	opacity: 0;
	position: relative;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s
}
.hover-option3 .grid-item .slide-hover-box:hover p {
	opacity: .6;
	bottom: 0
}
.hover-option3 .grid-item figure figcaption {
	left: 0;
	right: 0;
	opacity: 1;
	padding: 0 60px;
	height: auto;
	text-align: left
}
.hover-option3 .grid-item .separator-line-horrizontal-medium-light2 {
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	width: 20%
}
.hover-option3 .grid-item .slide-hover-box:hover .separator-line-horrizontal-medium-light2 {
	width: 60%;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s
}
.hover-option4 .grid-item figcaption {
	height: 100%
}
.hover-option4 .grid-item .portfolio-hover-main {
	transform: none;
	display: table;
	height: 100%;
	top: 0;
	width: 100%
}
.hover-option4 .grid-item figure:hover img {
	opacity: .08;
	transform: scale(1, 1);
	transition: all .2s ease 0s;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-ms-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;
	filter: blur(4px);
	-webkit-filter: blur(4px);
	-moz-filter: blur(4px);
	-ms-filter: blur(4px);
	-o-filter: blur(4px)
}
.hover-option4 .grid-item .portfolio-hover-content {
	bottom: -15px;
	transition: all .2s ease 0s;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-ms-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s
}
.hover-option4 .grid-item:hover .portfolio-hover-content {
	bottom: 0
}
.hover-option4 .swiper-slide.grid-item figcaption {
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0
}
.hover-option4 .swiper-slide.grid-item:hover figcaption {
	opacity: 1
}
.hover-option5 .grid-item figcaption {
	height: 100%;
	padding: 20px
}
.hover-option5 .grid-item .portfolio-hover-main {
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	display: table;
	height: 100%;
	top: 0;
	width: 100%
}
.hover-option5 .grid-item .portfolio-hover-box {
	padding: 20px
}
.hover-option5 .grid-item:hover .portfolio-hover-box {
	background: rgba(0, 0, 0, .8)
}
.hover-option5 .grid-item .separator-line-horrizontal-medium-light2 {
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-ms-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
	top: 5px;
	width: 100px
}
.hover-option5 .grid-item:hover .separator-line-horrizontal-medium-light2 {
	transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px)
}
.hover-option5 .grid-item figure:hover img {
	opacity: .8
}
.container .hover-option5 .grid-item .portfolio-hover-box {
	padding: 10px
}
.hover-option6 .grid-item figcaption {
	height: 100%;
	position: relative;
	opacity: 1;
	padding: 35px 10px;
	background: #fff
}
.hover-option6 .grid-item .portfolio-hover-main {
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	display: table;
	height: 100%;
	top: 0;
	width: 100%
}
.hover-option6 .grid-item .portfolio-icon {
	transition: all .3s ease 0s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	top: 55%;
	left: 0;
	right: 0;
	opacity: 0
}
.hover-option6 .grid-item figure:hover .portfolio-icon {
	opacity: 1;
	top: 50%
}
.hover-option6 .grid-item .portfolio-icon a {
	border-radius: 50%;
	border: 2px solid transparent;
	background: #fff;
	margin: 0 7px;
	height: 46px;
	width: 46px;
	display: inline-block;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-ms-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;
	transition: all .2s ease 0s
}
.hover-option6 .grid-item .portfolio-icon i.fa-link {
	font-size: 20px;
	position: relative;
	top: 11px
}
.hover-option6 .grid-item .portfolio-icon i.fa-search {
	font-size: 16px;
	position: relative;
	top: 8px
}
.hover-option6 .grid-item .portfolio-icon a:hover, .hover-option6 .grid-item .portfolio-icon a:hover i {
	background: 0 0;
	color: #fff
}
.hover-option6 .grid-item .portfolio-icon a:hover {
	background: 0 0;
	border: 2px solid #fff;
	color: #fff;
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1)
}
.hover-option6 .grid-item figure:hover img {
	cursor: default;
	opacity: .15;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1)
}
.hover-option6 .grid-item figure:hover figcaption {
	cursor: default
}
.hover-option6 .grid-item figure:hover .portfolio-img {
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s
}
.container .hover-option6 .grid-item figcaption {
	padding: 25px 10px
}
.hover-option7 .grid-item figcaption {
	height: auto;
	position: absolute;
	opacity: 0;
	padding: 32px;
	bottom: -101px
}
.hover-option7 .grid-item figure:hover figcaption {
	bottom: 0;
	cursor: pointer
}
.hover-option7 .grid-item .portfolio-hover-main {
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	display: table;
	height: 100%;
	top: 0;
	width: 100%
}
.hover-option7 .grid-item figure img {
	top: 0;
	position: relative
}
.hover-option7 .grid-item figure:hover img {
	cursor: pointer;
	opacity: 1;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	top: -101px
}
.hover-option7 .grid-item figure:hover .portfolio-img {
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	background: 0 0
}
.container .hover-option7 .grid-item figcaption {
	padding: 20px
}
.container .hover-option7 .grid-item figure:hover img {
	top: -81px
}
.hover-option8 .grid-item figure figcaption {
	opacity: 0;
	padding: 0;
	transition: all .2s ease 0s;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-ms-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s
}
.hover-option8 .grid-item .portfolio-hover-main {
	display: table;
	height: 100%;
	top: 0;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	width: 100%
}
.hover-option8 .grid-item .portfolio-icon {
	position: absolute;
	right: 55px;
	top: 51px;
	transition: all .1s ease 0s;
	-webkit-transition: all .1s ease 0s;
	-moz-transition: all .1s ease 0s;
	-ms-transition: all .1s ease 0s;
	-o-transition: all .1s ease 0s
}
.hover-option8 .grid-item figure:hover figcaption {
	opacity: 1;
	cursor: pointer;
	padding: 25px;
	transition: all .2s ease 0s;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-ms-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;
	box-shadow: 0 0 4px rgba(0, 0, 0, .4)
}
.hover-option8 .grid-item figure:hover figcaption .portfolio-hover-main {
	background: #fff
}
.hover-option8.portfolio-grid .grid-item figure:hover img {
	opacity: 1;
	filter: blur(4px);
	-webkit-filter: blur(4px);
	-moz-filter: blur(4px);
	-ms-filter: blur(4px);
	-o-filter: blur(4px)
}
.container .hover-option8 .grid-item figure:hover figcaption {
	padding: 20px
}
.container .hover-option8 .grid-item .portfolio-icon {
	top: 30px;
	right: 35px
}
.hover-option10 .grid-item * {
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.hover-option10 .grid-item figure .portfolio-img img {
	transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05)
}
.hover-option10 .grid-item figure:hover .portfolio-img img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	opacity: .15
}
.hover-option10 .grid-item figure figcaption {
	padding: 0
}
.hover-option10 .grid-item figure .portfolio-hover-main {
	display: table;
	width: 100%;
	height: 100%;
	padding: 50px
}
.hover-option10 .grid-item figure .portfolio-icon {
	margin-bottom: 30px;
	position: relative;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}
.hover-option10 .grid-item figure .portfolio-hover-content {
	position: relative;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%)
}
.hover-option10 .grid-item figure:hover .portfolio-hover-content, .hover-option10 .grid-item figure:hover .portfolio-icon {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0)
}
.hover-option10 .grid-item .portfolio-icon a {
	margin: 0 7px;
	height: 50px;
	width: 50px;
	display: inline-block;
	border-radius: 100%;
	border: 2px solid rgba(255, 255, 255, 1);
	box-sizing: border-box;
	vertical-align: top;
	text-align: center;
	color: #fff
}
.hover-option10 .grid-item .portfolio-icon a:hover {
	color: #232323;
	background: #fff;
	border-radius: 5px
}
.hover-option10 .grid-item .portfolio-icon a:hover i {
	color: #232323
}
.hover-option10 .grid-item .portfolio-icon i.fa-link {
	font-size: 22px;
	position: relative;
	top: 14px
}
.hover-option10 .grid-item .portfolio-icon i.fa-search {
	font-size: 20px;
	position: relative;
	top: 13px
}
.container .hover-option10 .grid-item .portfolio-icon i.fa-link {
	font-size: 16px;
	position: relative;
	top: 10px
}
.container .hover-option10 .grid-item .portfolio-icon i.fa-search {
	font-size: 14px;
	position: relative;
	top: 8px
}
.container .hover-option10 .grid-item .portfolio-icon a {
	width: 45px;
	height: 45px
}
.container .hover-option10 .grid-item figure .portfolio-hover-main {
	padding: 30px
}
.hover-option11 .grid-item figcaption {
	height: 100%
}
.hover-option11 .grid-item .portfolio-hover-main {
	transform: none;
	display: table;
	height: 100%;
	top: 0;
	width: 100%
}
.hover-option11 .grid-item figure:hover img {
	opacity: .05;
	transform: scale(1, 1);
	transition: all .2s ease 0s;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-ms-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;
	filter: blur(4px);
	-webkit-filter: blur(4px);
	-moz-filter: blur(4px);
	-ms-filter: blur(4px);
	-o-filter: blur(4px)
}
.hover-option11 .grid-item .portfolio-hover-content {
	bottom: -15px;
	transition: all .2s ease 0s;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-ms-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s
}
.hover-option11 .grid-item:hover .portfolio-hover-content {
	bottom: 0
}
.hover-option11 .swiper-slide.grid-item figcaption {
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0
}
.hover-option11 .swiper-slide.grid-item:hover figcaption {
	opacity: 1
}
.hover-option11 .grid-item .portfolio-item-title {
	transition: all .2s ease 0s;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;
	-ms-transition: all .2s ease 0s
}
.hover-option11 .grid-item>a:hover .portfolio-item-title {
	color: #fff
}
.hover-option11 .grid-item .portfolio-img {
	margin-bottom: 33px;
	transition: all .2s ease 0s;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;
	-ms-transition: all .2s ease 0s
}
.hover-option11 .grid-item .portfolio-img img {
	box-shadow: 0 0 8px rgba(0, 0, 0, 1)
}
.hover-option11 .grid-item:hover .portfolio-img img {
	opacity: .6;
	transition: all .2s ease 0s;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;
	-ms-transition: all .2s ease 0s
}
.hover-option11 .grid-item>a {
	display: block;
	position: relative
}
.hover-option11 .grid-item>a:hover .portfolio-img {
	box-shadow: 0 6px 14px 0 rgba(0, 0, 0, .2);
	transform: translateY(-10px)
}
.portfolio-filter-tab-1 li {
	margin: 0 25px;
	display: inline-block;
	float: none
}
.portfolio-filter-tab-1 li a {
	background: 0 0;
	border: none;
	padding: 0 0 2px;
	display: inline;
	color: #6f6f6f;
	margin: 0
}
.portfolio-filter-tab-1 li a:focus, .portfolio-filter-tab-1 li a:hover {
	background: 0 0;
	border-bottom: 1px solid #232323;
	color: #232323
}
.portfolio-filter-tab-1 li.active a {
	background: 0 0!important;
	border-bottom: 1px solid #232323;
	color: #232323
}
.portfolio-filter-tab-2 li {
	display: inline-block;
	float: none
}
.portfolio-filter-tab-2 li a {
	border: none;
	border-radius: 50px;
	padding: 7px 24px;
	margin-right: 4px
}
.portfolio-filter-tab-2 li a:hover, .portfolio-filter-tab-2 li>a:focus {
	background: rgba(144, 144, 144, .22);
	color: #fff
}
.portfolio-filter-tab-2.nav-tabs li.active a, .portfolio-filter-tab-2.nav-tabs li.active a:focus, .portfolio-filter-tab-2.nav-tabs li.active a:hover {
	background: rgba(144, 144, 144, .22);
	color: #fff;
	border: none
}
.search-box .add-on .input-group-btn>.btn, .search-box2 .add-on .input-group-btn>.btn {
	margin-right: 0;
	margin-left: -1px;
	text-transform: uppercase;
	border-width: 1px;
	border-style: solid
}
.blog-nav-link {
	padding: 30px 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	position: relative
}
.blog-nav-link-next .blog-nav-icon, .blog-nav-link-prev .blog-nav-icon {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	position: absolute
}
.blog-nav-link-next {
	padding-right: 50px
}
.blog-nav-link-next .blog-nav-icon {
	right: 0
}
.blog-nav-link-prev {
	padding-left: 50px
}
.blog-nav-link-prev .blog-nav-icon {
	left: 0
}
.special-char-small {
	font-size: 40px;
	line-height: 60px
}
.special-char-medium {
	font-size: 80px;
	line-height: 120px
}
.special-char-large {
	font-size: 140px;
	line-height: 120px
}
.special-char-extra-large {
	font-size: 200px;
	line-height: 150px
}
.search-box .add-on .input-group-btn>.btn {
	left: 0;
	border-color: #ededed;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	padding: 5px 9px;
	height: 31px
}
.search-box .add-on .form-control:focus, .search-box .add-on .input-group-btn>.btn:focus, .search-box .add-on .input-group-btn>.btn:hover {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	border-color: #ededed;
	background: #f7f7f7
}
.search-box .add-on i {
	color: #939393;
	font-size: 11px;
	top: -5px;
	left: -2px
}
.sidebar-nav-style-1 .search-box .add-on i {
	top: -3px
}
.search-box input[type=text], .search-box input[type=search] {
	border-color: #ededed;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	font-size: 12px;
	font-weight: 400;
	color: #232323;
	height: 31px
}
.search-box .add-on input[type=text] {
	padding: 5px 8px
}
.search-box input[type=text]::-webkit-input-placeholder {
	color: #939393;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: .015em
}
.search-box input[type=text]::-moz-placeholder {
	color: #939393;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: .015em
}
.search-box input[type=text]::-ms-input-placeholder {
	color: #939393;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: .015em
}
.search-box input[type=text]::-o-placeholder {
	color: #939393;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: .015em
}
.search-box2 .add-on .input-group-btn>.btn {
	left: 0;
	border-color: #4f4f4f;
	background-color: #4f4f4f;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	padding: 5px 8px 5px 10px;
	height: 45px;
	width: 45px
}
.search-box2 .add-on .input-group-btn {
	width: 45px
}
.search-box2 .add-on .input-group-btn>.btn:focus, .search-box2 .add-on .input-group-btn>.btn:hover {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	border-color: #4f4f4f;
	background-color: #4f4f4f
}
.search-box2 .add-on i {
	color: #fff;
	font-size: 17px
}
.search-box2 input[type=text], .search-box2 input[type=search] {
	border-color: #474747;
	background-color: transparent;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	font-size: 14px;
	font-weight: 400;
	color: #636363;
	height: 45px
}
.search-box2 .add-on input[type=text] {
	padding: 10px 14px
}
.search-box2 input[type=text]::-webkit-input-placeholder {
	color: #636363;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .015em;
	background-color: transparent
}
.search-box2 input[type=text]::-moz-placeholder {
	color: #636363;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .015em;
	background-color: transparent
}
.search-box2 input[type=text]::-ms-input-placeholder {
	color: #636363;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .015em;
	background-color: transparent
}
.search-box2 input[type=text]::-o-placeholder {
	color: #636363;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .015em;
	background-color: transparent
}
.search-cart-header {
	padding-top: 14px;
	float: right;
	letter-spacing: 1px
}
.header-search-form {
	color: #232323
}
.search-form .search-input {
	border: none;
	border-radius: 0;
	border-bottom: 2px solid rgba(255, 255, 255, .5);
	font-size: 30px;
	font-weight: 100;
	padding: 20px 38px 20px 2px;
	text-transform: capitalize;
	background: 0 0;
	line-height: 40px;
	color: #fff
}
.search-form .search-input:focus {
	outline: 0
}
.search-input ::-moz-placeholder, .search-input [placeholder] {
	color: red
}
.search-form .search-button {
	font-size: 21px;
	color: #fff;
	top: 31px;
	right: 0;
	outline: 0
}
#search-header {
	height: 100%;
	width: 45%;
	margin: 0 auto
}
.close-search {
	color: #373737;
	position: absolute;
	right: 0;
	top: 23px;
	z-index: 998;
	cursor: pointer
}
.close-search:hover {
	color: #9a9a9a
}
.search-button {
	cursor: pointer;
	z-index: 0;
	margin-right: 0;
	border: none;
	background: 0 0
}
.list-style-2 li:before, .list-style-3 li:before {
	content: "";
	height: 1px;
	background-color: #ff214f
}
.list-style-none li {
	list-style: none
}
.list-style-1 li {
	padding: 5px 0
}
.list-style-2 {
	list-style: none;
	margin: 0;
	padding: 0
}
.list-style-2 li {
	position: relative;
	padding: 0 0 0 12px;
	margin: 0 0 9px
}
.list-style-2 li:before {
	width: 5px;
	position: absolute;
	top: 12px;
	left: 0
}
.list-style-3 {
	list-style: none;
	margin: 0;
	padding: 0
}
.list-style-3 li {
	position: relative;
	padding: 0 0 0 22px;
	margin: 0 0 15px
}
.list-style-3 li:before {
	width: 10px;
	position: absolute;
	top: 13px;
	left: 0
}
.list-style-4 li:before, .list-style-5 li:before {
	top: 1px;
	left: 0;
	font-family: FontAwesome
}
.list-style-4 {
	list-style: none;
	margin: 0;
	padding: 0
}
.list-style-4 li {
	position: relative;
	padding: 0 0 10px 22px;
	margin: 0 0 10px;
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}
.list-style-4 li:before {
	content: "\f00c";
	position: absolute
}
.list-style-4 li:last-child {
	border-bottom: 0
}
.list-style-4.list-style-color li {
	border-color: rgba(255, 255, 255, .15)
}
.list-style-4.list-style-color li:before {
	color: #cb1417
}
.list-style-5 {
	list-style: none;
	margin: 0;
	padding: 0
}
.list-style-5 li {
	position: relative;
	padding: 0 0 10px 22px;
	margin: 0 0 10px;
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}
.list-style-5 li:before {
	content: "\f192";
	position: absolute;
	color: silver
}
.list-style-11 li:before, .list-style-6 li:before, .list-style-8 li:before, .list-style-9 li:before {
	content: ""
}
.feature-box.feature-box-7 .box:hover i, .list-style-5.list-style-color li:before {
	color: #ff214f
}
.list-style-5 li:last-child {
	border-bottom: 0
}
.list-style-5.list-style-color li {
	border-color: rgba(255, 255, 255, .15)
}
.list-style-6 {
	list-style: none;
	margin: 0;
	padding: 0
}
.list-style-6 li {
	position: relative;
	padding: 0 15px 8px 0;
	margin: 0 0 8px;
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}
.list-style-6 li span {
	position: absolute;
	top: 3px;
	right: 0
}
.list-style-6 li:last-child {
	border-bottom: none
}
.list-style-7 {
	list-style: none;
	margin: 0;
	padding: 0
}
.list-style-7 li {
	padding: 0 0 13px;
	margin: 0 0 10px
}
.list-style-7 li:last-child, .list-style-8 {
	margin: 0;
	padding: 0
}
.list-style-8 {
	list-style: none
}
.list-style-8 li {
	position: relative;
	padding: 15px 0;
	margin: 0 0 4px;
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}
.list-style-8 li span {
	margin-bottom: 2px
}
.list-style-8 li p {
	margin-bottom: 0
}
.list-style-8 li:last-child {
	border-bottom: none
}
.list-style-9 {
	list-style: none;
	margin: 0;
	padding: 0
}
.list-style-9 li {
	position: relative;
	padding: 15px 0;
	margin: 0 0 4px;
	border-bottom: 1px solid #373737
}
.list-style-9 li span {
	margin-bottom: 2px
}
.list-style-9 li p {
	margin-bottom: 0
}
.list-style-9 li:last-child {
	border-bottom: none
}
.list-style-10 {
	list-style: none;
	margin: 0;
	padding: 0
}
.list-style-10 li {
	padding: 15px 0;
	margin: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}
.list-style-10 li i {
	float: left;
	margin-top: 5px
}
.list-style-10 li span {
	padding-left: 15px;
	display: table
}
.list-style-10 li:last-child {
	border-bottom: none
}
.list-style-11 {
	list-style: none;
	margin: 0;
	padding: 0
}
.list-style-11 li {
	position: relative;
	padding: 0 0 8px;
	margin: 0 0 8px;
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}
.list-style-11 li span {
	position: absolute;
	top: 3px;
	right: 0
}
.list-style-11 li:last-child {
	border-bottom: none
}
.image-hover-style-1 {
	background: #222
}
.image-hover-style-1:hover img {
	opacity: .5;
	transform: scale(1.2, 1.2) rotate(-5deg);
	transition: all .3s ease 0s
}
.banner-style1 figure, .banner-style3 figure {
	transition-timing-function: ease-in-out;
	overflow: hidden
}
.image-hover-style-3:hover .cover-background {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-ms-filter: grayscale(1);
	-o-filter: grayscale(1)
}
.banner-style1 figure {
	position: relative;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	-ms-transition-duration: .2s
}
.banner-style1 figure figcaption {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	height: 100%;
	width: 100%
}
.banner-style1 figure:hover .banner-image, .banner-style1 figure:hover .banner-image img {
	opacity: .3;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-ms-filter: grayscale(1);
	-o-filter: grayscale(1)
}
.banner-style1 figure figcaption p {
	opacity: 0;
	margin-bottom: 0;
	height: 0
}
.banner-style1 figure:hover figcaption p {
	height: 100px;
	opacity: 1
}
.banner-style2 figure {
	position: relative;
	overflow: hidden
}
.banner-style2 figure:hover .banner-image img {
	opacity: .4
}
.banner-style2 figcaption {
	position: absolute;
	right: -50px;
	top: 40px;
	height: 100%;
	height: calc(100% - 80px);
	width: 50%;
	opacity: 0;
	visibility: hidden
}
.banner-style2 figure:hover figcaption {
	right: 40px;
	opacity: 1;
	visibility: visible
}
.banner-style3 figure {
	position: relative;
	cursor: pointer;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	-ms-transition-duration: .2s
}
.banner-style3 figure figcaption {
	position: absolute;
	left: 0;
	top: 52%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	height: 100%;
	width: 100%;
	opacity: 0
}
.banner-style3 figure:hover figcaption {
	opacity: 1;
	top: 50%
}
.banner-style1 figure:hover .banner-image, .banner-style3 figure:hover .banner-image img {
	opacity: .3
}
.highlight .pricing-box {
	box-shadow: 0 0 40px rgba(200, 200, 200, .3);
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15)
}
.feature-box {
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: pointer
}
.feature-box .content {
	padding: 35px 15px
}
.feature-box .content:after, .feature-box .content:before, .feature-box:after, .feature-box:before {
	position: absolute;
	content: "";
	background-color: #ff214f;
	z-index: 1;
	display: none
}
.feature-box .content:before, .feature-box:before {
	right: 0;
	top: 0
}
.feature-box .content:after, .feature-box:after {
	left: 0;
	bottom: 0
}
.feature-box:hover:after, .feature-box:hover:before {
	transform: scaleY(1);
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s
}
.feature-box:before {
	transform-origin: right top 0;
	-webkit-transform-origin: right top 0;
	-moz-transform-origin: right top 0;
	-ms-transform-origin: right top 0;
	-o-transform-origin: right top 0
}
.feature-box:after {
	transform-origin: left bottom 0;
	-webkit-transform-origin: left bottom 0;
	-moz-transform-origin: left bottom 0;
	-ms-transform-origin: left bottom 0;
	-o-transform-origin: left bottom 0
}
.feature-box .content:before {
	transform-origin: right top 0;
	-webkit-transform-origin: right top 0;
	-moz-transform-origin: right top 0;
	-ms-transform-origin: right top 0;
	-o-transform-origin: right top 0
}
.feature-box .content:after {
	transform-origin: top left 0;
	-webkit-transform-origin: top left 0;
	-moz-transform-origin: top left 0;
	-ms-transform-origin: top left 0;
	-o-transform-origin: top left 0
}
.feature-box:after, .feature-box:before {
	height: 100%;
	width: 3px;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	display: none
}
.feature-box:hover .content:after, .feature-box:hover .content:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s
}
.feature-box .content:after, .feature-box .content:before {
	width: 100%;
	height: 3px;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s
}
.feature-box-1 {
	display: table
}
.feature-box-1 .char-value {
	display: table-cell;
	vertical-align: middle
}
.grid-item.feature-box-4 {
	overflow: hidden;
	position: relative
}
.grid-item.feature-box-4 figure img {
	width: 100%;
	cursor: auto
}
.grid-item.feature-box-4 figure figcaption {
	position: absolute;
	left: 0;
	top: auto;
	z-index: 9;
	bottom: 0;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transition: transform .35s ease-out;
	-webkit-transition: transform .35s ease-out;
	-moz-transition: transform .35s ease-out;
	-ms-transition: transform .35s ease-out;
	-o-transition: transform .35s ease-out;
	padding: 0 0 15px 60px;
	width: auto;
	height: auto;
	text-align: left;
	opacity: 1;
	cursor: default
}
.feature-box-4 figure:focus img, .grid-item.feature-box-4 figure:hover img {
	opacity: 1;
	-ms-transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none
}
.grid-item.feature-box-4 figure:hover figcaption {
	transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px)
}
.grid-item.feature-box-4 figure figcaption .btn {
	opacity: 0
}
.grid-item.feature-box-4 figure:hover .btn {
	opacity: 1;
	display: inline-block
}
.grid-item.feature-box-4 figure:hover img {
	transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transform: scale(1.09, 1.09);
	-webkit-transform: scale(1.09, 1.09);
	-moz-transform: scale(1.09, 1.09);
	-ms-transform: scale(1.09, 1.09);
	-o-transform: scale(1.09, 1.09)
}
.feature-box-5 {
	padding-left: 75px
}
.feature-box-5 i {
	position: absolute;
	top: 0;
	left: 0
}
.feature-box-6 {
	padding-left: 70px
}
.feature-box-6 i {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-22px);
	-webkit-transform: translateY(-22px);
	-moz-transform: translateY(-22px);
	-ms-transform: translateY(-22px);
	-o-transform: translateY(-22px)
}
.feature-box.feature-box-7:after, .feature-box.feature-box-7:before {
	content: '';
	display: table
}
.feature-box.feature-box-7:hover, .feature-box.feature-box-7:hover:after, .feature-box.feature-box-7:hover:before {
	border: none
}
.feature-box.feature-box-7 .content::after, .feature-box.feature-box-7 .content::before, .feature-box.feature-box-7::after, .feature-box.feature-box-7::before {
	background: 0 0
}
.feature-box.feature-box-7 .box {
	cursor: default;
	height: 100%;
	width: 100%;
	display: table;
	position: relative;
	-webkit-transition: all .4s cubic-bezier(.48, .83, .63, .91);
	-moz-transition: all .4s cubic-bezier(.48, .83, .63, .91);
	-mstransition: all .4s cubic-bezier(.48, .83, .63, .91);
	-o-transition: all .4s cubic-bezier(.48, .83, .63, .91);
	transition: all .4s cubic-bezier(.48, .83, .63, .91);
	border: 1px solid #ededed;
	border-right: none;
	overflow: hidden
}
.feature-box.feature-box-17 .box, .feature-box.feature-box-7 .box figure {
	-webkit-transition: all .4s cubic-bezier(.48, .83, .63, .91);
	-moz-transition: all .4s cubic-bezier(.48, .83, .63, .91);
	-ms-transition: all .4s cubic-bezier(.48, .83, .63, .91)
}
.feature-box.feature-box-7 div:first-child .box {
	border-left: none
}
.feature-box.feature-box-7 .box figure {
	-o-transition: all .4s cubic-bezier(.48, .83, .63, .91);
	transition: all .4s cubic-bezier(.48, .83, .63, .91);
	padding: 8% 0
}
.feature-box.feature-box-7 .box .content {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	padding: 0;
	position: relative;
	top: 30px
}
.feature-box.feature-box-7 .box .content .details {
	opacity: 0
}
.feature-box.feature-box-7 .box:hover .content .details {
	opacity: 1
}
.feature-box.feature-box-7 .box:hover .content {
	top: 0;
	border-bottom-color: #ff214f
}
.container .feature-box.feature-box-7 .box .content {
	top: 43px
}
.container .feature-box.feature-box-7 .box:hover .content {
	top: 0
}
.feature-box-8 .feature-box-overlay {
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 2px;
	position: absolute;
	z-index: -2
}
.feature-box-8:hover .feature-box-overlay {
	height: 100%;
	background: #2f2f2f
}
.feature-box-8:hover div, .feature-box-8:hover p {
	color: #fff
}
.feature-box-8:hover .icon-round-small {
	background: #fff;
	color: #ff214f
}
.parallax-feature-box-bottom {
	position: absolute;
	bottom: -150%
}
.parallax-feature-box {
	overflow: visible
}
.feature-box-9 i {
	position: relative;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	top: 0
}
.feature-box-9:hover i {
	top: -8px;
	color: #fff
}
.feature-box-9:hover p {
	color: #ff214f
}
.feature-box-9:hover .text-bottom-line {
	border-top: 45px solid;
	margin-bottom: 0
}
.feature-box-10 .number {
	display: table-cell;
	font-size: 30px;
	height: 90px;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	width: 90px;
	position: relative
}
.feature-box-10:hover .number {
	background: #ff214f;
	color: #fff
}
.feature-box-10 .number-center:after, .feature-box-10 .number-center:before {
	width: 250%;
	background: #e2e2e2;
	top: 45px;
	z-index: -1;
	height: 1px;
	position: absolute;
	content: ""
}
.feature-box-10 .number-center:after {
	left: 130px
}
.feature-box-10 .number-center:before {
	right: 130px
}
.feature-box-11 .progress-line:after {
	content: "";
	display: block;
	width: 12%;
	height: 1px;
	background: #d8d8d8;
	position: absolute;
	right: -6%;
	top: 65px;
	text-align: center
}
.feature-box-11 .process-bg {
	border-radius: 100%;
	height: 130px;
	width: 130px;
	line-height: 130px
}
.feature-box-12 .feature-icon-box {
	width: 90px;
	height: 90px;
	border-radius: 6px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #d6d5d5;
	display: table-cell;
	transform: rotateX(0);
	-webkit-transform: rotateX(0);
	-moz-transform: rotateX(0);
	-ms-transform: rotateX(0);
	-o-transform: rotateX(0);
	transition: ease-in-out .6s;
	-webkit-transition: ease-in-out .6s;
	-moz-transition: ease-in-out .6s;
	-ms-transition: ease-in-out .6s;
	-o-transition: ease-in-out .6s
}
.feature-box-12 .feature-content-box {
	display: table-cell;
	vertical-align: middle;
	transform: rotateY(0);
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transition: ease-in-out .6s;
	-webkit-transition: ease-in-out .6s;
	-moz-transition: ease-in-out .6s;
	-ms-transition: ease-in-out .6s;
	-o-transition: ease-in-out .6s;
	opacity: 1
}
.feature-box-12 .feature-content-box, .feature-box-12 .hover-content-box {
	backface-visibility: hidden;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d
}
.feature-box-12 .hover-content-box {
	background-color: #232323;
	width: 80%;
	transition: ease-in-out .6s;
	-webkit-transition: ease-in-out .6s;
	-moz-transition: ease-in-out .6s;
	-ms-transition: ease-in-out .6s;
	-o-transition: ease-in-out .6s;
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	position: absolute;
	top: -45%;
	left: 0;
	opacity: 0
}
.feature-box-12:hover .hover-content-box {
	transform: rotateX(0);
	-webkit-transform: rotateX(0);
	-moz-transform: rotateX(0);
	-ms-transform: rotateX(0);
	-o-transform: rotateX(0);
	opacity: 1
}
.feature-box-12:hover .feature-content-box, .feature-box-12:hover .feature-icon-box {
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	opacity: 0
}
.feature-box-13 {
	overflow: hidden;
	z-index: 1
}
.feature-box-13:before {
	background: #ff214f;
	left: 0;
	height: 100%;
	top: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
	display: block;
	content: "";
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	opacity: 0
}
.feature-box-13:hover:before {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	opacity: 1
}
.feature-box-13:hover i {
	color: #232323
}
.feature-box-13:hover p, .feature-box.feature-box-17 .box:hover .text-white-hover, .feature-box.feature-box-17 .box:hover i {
	color: #fff
}
.feature-box-14>div {
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed
}
.feature-box-14>div:last-child {
	border-right: 0
}
.feature-box-15 .feature-box-content {
	position: relative;
	overflow: hidden
}
.feature-box-15 .feature-box-image, .feature-box-15 .hover-content {
	backface-visibility: hidden;
	transform-style: preserve-3d;
	transform: rotateY(0);
	transition: ease-in-out .4s;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: rotateY(0);
	-webkit-transition: ease-in-out .4s;
	-moz-transform-style: preserve-3d;
	-moz-transform: rotateY(0);
	-moz-transition: ease-in-out .4s;
	-ms-transform-style: preserve-3d;
	-ms-transform: rotateY(0);
	-ms-transition: ease-in-out .4s;
	-o-transform-style: preserve-3d;
	-o-transform: rotateY(0);
	-o-transition: ease-in-out .4s
}
.feature-box-15 .hover-content {
	left: 0;
	position: absolute;
	top: 0;
	height: 100%;
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	width: 100%;
	opacity: 0
}
.feature-box-15 .feature-box-content:hover .feature-box-image {
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	opacity: 0
}
.feature-box-15 .feature-box-content:hover .hover-content {
	transform: rotateX(0);
	-webkit-transform: rotateX(0);
	-moz-transform: rotateX(0);
	-ms-transform: rotateX(0);
	-o-transform: rotateX(0);
	opacity: 1
}
.feature-box-16 .feature-box-content {
	position: absolute;
	bottom: 0;
	width: 100%;
	transition: ease-in-out .4s;
	height: 60px
}
.feature-box-16 .feature-box-content p {
	opacity: 0;
	transition: ease-in-out .5s;
	-webkit-transition: ease-in-out .5s;
	-moz-transition: ease-in-out .5s;
	-ms-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s
}
.feature-box-16 {
	position: relative;
	overflow: hidden
}
.feature-box-16:hover .feature-box-content {
	height: 100%
}
.feature-box-16:hover .feature-box-content p {
	opacity: 1
}
.feature-box.feature-box-17:after, .feature-box.feature-box-17:before {
	content: '';
	display: table
}
.feature-box.feature-box-17:hover, .feature-box.feature-box-17:hover:after, .feature-box.feature-box-17:hover:before {
	border: none
}
.feature-box.feature-box-17 .content::after, .feature-box.feature-box-17 .content::before, .feature-box.feature-box-17::after, .feature-box.feature-box-17::before {
	background: 0 0
}
.feature-box.feature-box-17 .box {
	cursor: default;
	height: 100%;
	width: 100%;
	display: table;
	position: relative;
	transition: all .4s cubic-bezier(.48, .83, .63, .91);
	overflow: hidden
}
.feature-box.feature-box-17 div:first-child .box {
	border-left: none
}
.feature-box.feature-box-17 .box figure {
	-webkit-transition: all .4s cubic-bezier(.48, .83, .63, .91);
	-ms-transition: all .4s cubic-bezier(.48, .83, .63, .91);
	-moz-transition: all .4s cubic-bezier(.48, .83, .63, .91);
	-o-transition: all .4s cubic-bezier(.48, .83, .63, .91);
	transition: all .4s cubic-bezier(.48, .83, .63, .91);
	padding: 10% 0
}
.feature-box.feature-box-17 .box .content {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	padding: 0;
	position: relative;
	top: 30px
}
.feature-box.feature-box-17 .box .content .details {
	opacity: 0
}
.feature-box.feature-box-17 .box:hover .content .details {
	opacity: 1
}
.feature-box.feature-box-17 .box:hover .content {
	top: 0;
	border-bottom-color: #ff214f
}
.feature-box.feature-box-17 .box:hover {
	background-color: #ff214f
}
.info-banner-box-2 {
	position: relative;
	overflow: hidden;
	height: 200px
}
.info-banner-box-2 .hover-box {
	position: absolute;
	left: 100%;
	top: 0;
	height: 100%;
	transition: ease-in-out .5s;
	-webkit-transition: ease-in-out .5s;
	-moz-transition: ease-in-out .5s;
	-ms-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s
}
.info-banner-box-2 .content-box {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	transition: ease-in-out .5s;
	-webkit-transition: ease-in-out .5s;
	-moz-transition: ease-in-out .5s;
	-ms-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s
}
.info-banner-box-2:hover .hover-box {
	left: 0
}
.info-banner-box-2:hover .content-box {
	left: -100%
}
.counter-feature-box-1 {
	height: 199px
}
.counter-feature-box-1:hover {
	background: #ff214f;
	border-color: #ff214f
}
.counter-box-3 .counter-box {
	display: inline-block;
	width: 140px;
	padding: 0;
	vertical-align: top;
	text-align: center;
	position: relative
}
.counter-box-3 .counter-box:after {
	position: absolute;
	right: 0;
	width: 1px;
	height: 36px;
	background-color: #eb214b;
	content: "";
	top: 8px
}
.counter-box-3 .counter-box:last-child:after {
	width: 0
}
.counter-box-3 .counter-box .number {
	display: block;
	font-weight: 400;
	font-size: 32px;
	line-height: 30px
}
.counter-box-3 .counter-box span {
	font-weight: 400;
	font-size: 12px;
	line-height: 28px;
	text-transform: uppercase
}
.counter-box-4 .timer:after {
	content: "+";
	position: absolute;
	right: -5%;
	top: 35%;
	color: #b6b6b6;
	font-weight: 300
}
.chart-style3 .percent:after, .percent:after {
	content: '%'
}
.counter-box-4:last-child .timer:after {
	display: none
}
.counter-box-5 .counter-box {
	display: inline-block;
	width: 13%;
	padding: 0;
	vertical-align: top;
	text-align: center;
	position: relative
}
.counter-box-5 .counter-box .number {
	display: block;
	font-weight: 400;
	font-size: 80px;
	line-height: 80px;
	letter-spacing: -3px
}
.counter-box-5 .counter-box span {
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 1px;
	opacity: .5;
	line-height: 28px;
	text-transform: uppercase
}
.skillbar-bar-style1 .skillbar {
	position: relative;
	display: inline-block;
	margin: 35px 0 10px;
	background: rgba(0, 0, 0, .15);
	height: 5px;
	width: 88%;
	border-radius: 10px;
	text-align: left
}
.skillbar-bar-style1 .skillbar-bar {
	height: 5px;
	border-radius: 10px;
	width: 0;
	background: rgba(0, 0, 0, .7);
	display: inline-block;
	position: absolute;
	top: 0;
	margin-bottom: 0
}
.chart-style1 .chart1, .chart-style2 .chart2, .chart-style3 .chart3 {
	border-radius: 50%;
	display: inline-block
}
.skillbar-bar-style1 .skill-bar-percent {
	position: absolute;
	top: -12px;
	right: -39px
}
.skillbar-bar-style1 .skill-bar-text {
	top: -22px;
	position: absolute
}
.skillbar-bar-style2 .skillbar {
	position: relative;
	display: inline-block;
	margin: 35px 0 10px;
	background: rgba(0, 0, 0, .15);
	height: 3px;
	width: 88%;
	text-align: left
}
.skillbar-bar-style2 .skillbar-bar {
	height: 3px;
	width: 0;
	background: rgba(0, 0, 0, .7);
	display: inline-block;
	position: absolute;
	top: 0;
	margin: 0
}
.skillbar-bar-style2 .skill-bar-percent {
	position: absolute;
	top: -9px;
	right: -39px
}
.skillbar-bar-style2 .skill-bar-text {
	top: -24px;
	position: absolute
}
.skillbar-bar-style3 .skillbar {
	position: relative;
	display: inline-block;
	margin: 15px 0 30px;
	background: rgba(255, 255, 255, .2);
	height: 5px;
	width: 88%;
	text-align: left
}
.skillbar-bar-style3 .skillbar-bar {
	height: 5px;
	width: 0;
	display: inline-block;
	position: absolute;
	top: 0;
	margin: 0;
	overflow: visible;
	background: #ff214f;
	background: -moz-linear-gradient(left, #ff214f 0, #fff 100%);
	background: -webkit-linear-gradient(left, #ff214f 0, #fff 100%);
	background: linear-gradient(to right, #ff214f 0, #fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff214f', endColorstr='#ffffff', GradientType=1)
}
.skillbar-bar-style3 .skill-bar-percent {
	position: absolute;
	top: 13px;
	right: 0
}
.skillbar-bar-style3 .skill-bar-text {
	top: 15px;
	position: absolute
}
.chart-style1 .chart1 {
	position: relative;
	width: 150px;
	height: 150px;
	text-align: center
}
.chart-style1 .chart1 canvas {
	position: absolute;
	top: 0;
	left: 0
}
.chart-style1 .chart-percent {
	margin: 0 0 15px
}
.chart-style1 .percent {
	display: inline-block;
	line-height: 150px;
	z-index: 2
}
.chart-style2 .chart2 {
	position: relative;
	width: 120px;
	height: 120px;
	text-align: center
}
.chart-style2 .chart2 canvas {
	position: absolute;
	top: 0;
	left: 0
}
.chart-style2 .percent {
	display: inline-block;
	line-height: 120px;
	z-index: 2
}
.chart-style2 .chart-percent {
	margin: 0 0 10px
}
.chart-style3 .chart3 {
	position: relative;
	width: 140px;
	height: 140px;
	text-align: center
}
.chart-style3 .chart3 canvas {
	position: absolute;
	top: 0;
	left: 0
}
.chart-style3 .percent {
	display: inline-block;
	line-height: 68px;
	z-index: 2;
	background: #fff;
	border-radius: 100%;
	width: 70px;
	height: 70px;
	color: #232323;
	right: -60px;
	top: 10px;
	position: relative
}
.accordion-style2 .panel, .accordion-style2 .panel-title {
	background: 0 0;
	border: none
}
.chart-style3 .chart-percent {
	margin: 0 0 15px
}
.team-style-1 figure .team-image {
	position: relative;
	overflow: hidden
}
.team-style-1 .team-overlay {
	display: block;
	position: absolute;
	overflow: hidden;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0
}
.team-style-1 figure:hover .team-overlay {
	height: 100%
}
.team-style-1 figure figcaption {
	width: 100%;
	position: relative;
	margin-top: 17px
}
.team-style-1 figure .overlay-content {
	opacity: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	top: -15px
}
.team-style-1 figure:hover .overlay-content {
	opacity: 1;
	z-index: 1111;
	top: 0
}
.team-style-1 figure figcaption .team-member-position {
	position: relative;
	top: 0;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s
}
.team-style-2 figure, .team-style-2 figure .team-image {
	position: relative
}
.team-style-2 .team-overlay {
	display: block;
	position: absolute;
	overflow: hidden;
	transition: all .3s ease 0s;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}
.team-style-2 figure:hover .team-overlay {
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: .9
}
.team-style-2 figure .team-member-position {
	position: absolute;
	top: 100%;
	width: 100%;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s
}
.team-style-2 figure:hover .team-member-position {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	margin: 0
}
.team-style-2 figure:hover .team-member-position .text-extra-dark-gray, .team-style-2 figure:hover .team-member-position .text-medium-gray {
	color: #fff
}
.team-style-2 figure figcaption {
	min-height: 20px
}
.team-style-2 figure figcaption .overlay-content {
	opacity: 0;
	top: 0;
	position: relative
}
.team-style-2 figure:hover figcaption .overlay-content {
	opacity: 1;
	top: 30px
}
.accordion-style1 .panel {
	background: 0 0;
	box-shadow: none;
	margin-top: 0!important
}
.accordion-style1.panel-group .panel-heading {
	border: 0;
	border-bottom: 1px solid #e4e4e4
}
.accordion-style1 .panel-heading {
	padding: 16px 0
}
.accordion-style1 .panel-title {
	font-size: 15px;
	padding-right: 30px;
	position: relative
}
.accordion-style1 .panel-title>span.pull-right {
	position: absolute;
	right: 0;
	top: 0
}
.accordion-style1 .panel-heading i {
	font-size: 12px;
	color: #626262
}
.accordion-style1.panel-group .panel-heading+.panel-collapse>.list-group, .accordion-style1.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 0;
	padding: 25px 0
}
.accordion-style2 .panel {
	margin-bottom: 15px;
	box-shadow: none
}
.accordion-style2 .panel .panel-heading {
	background: #fff;
	border-radius: 0;
	padding: 18px 28px 19px
}
.accordion-style2 .panel-body {
	padding: 35px 28px 25px;
	border-top: none
}
.accordion-style2 .panel-heading i {
	font-size: 25px;
	margin: 0
}
.accordion-style2 .panel-title {
	padding: 0
}
.accordion-style2 .tab-tag {
	font-size: 20px;
	padding: 0;
	margin-right: 7px;
	display: inline-block;
	vertical-align: top
}
.accordion-style2 a, .accordion-style2 a:hover, .accordion-style2 a:hover i {
	color: #282828
}
.accordion-style2 .panel-default:last-child {
	border-bottom: 1px solid transparent;
	margin-bottom: 0
}
.accordion-style2 {
	margin-bottom: 0
}
.accordion-style3 .panel {
	background-color: transparent;
	border: none;
	margin-bottom: 15px;
	box-shadow: none;
	border-radius: 0
}
.accordion-style3 .panel-title {
	background: 0 0;
	border: none
}
.accordion-style3 .panel .panel-heading {
	background: #000;
	color: #fff;
	border-radius: 0;
	padding: 18px 28px 19px
}
.accordion-style3 .panel-body {
	padding: 35px 28px 25px;
	border-top: none
}
.accordion-style3 .panel-heading i {
	font-size: 25px;
	margin: 0;
	color: #fff
}
.accordion-style3 .tab-tag {
	font-size: 20px;
	padding: 0;
	margin-right: 7px;
	display: inline-block;
	vertical-align: top
}
.accordion-style2 a:hover, .accordion-style3 a, .accordion-style3 a:hover i {
	color: #fff
}
.accordion-style3 .panel-default:last-child {
	border-bottom: 1px solid transparent;
	margin-bottom: 0
}
.accordion-style3 {
	margin-bottom: 0
}
.toggles .panel {
	background: 0 0;
	box-shadow: none;
	border-radius: 0;
	border: 1px solid #ddd
}
.toggles .panel-title {
	font-size: 13px;
	padding-right: 30px;
	position: relative
}
.toggles .panel-title>span.pull-right {
	position: absolute;
	right: 0;
	top: 0
}
.toggles .panel-heading {
	padding: 18px;
	background-color: transparent
}
.toggles .panel-heading i {
	font-size: 12px;
	color: #626262
}
.toggles .panel+.panel {
	margin-top: -1px
}
.toggles .panel-body {
	padding: 25px
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border: 0;
	border-bottom: 1px solid
}
.tab-style1 .nav-tabs {
	border: none;
	display: inline-block;
	width: 100%
}
.tab-style1 .nav-tabs li {
	display: inline-block;
	float: none;
	width: 24%
}
.blog-image a>img, .blog-post.blog-post-style1 .blog-post-images img {
	width: 100%
}
.tab-style1 .nav-tabs li a {
	margin: 0
}
.tab-style1 .nav-tabs li:hover {
	background: 0 0
}
.tab-style1 .nav-tabs>li>a, .tab-style1 .nav-tabs>li>a:focus, .tab-style1 .nav-tabs>li>a:hover {
	border: none;
	background-color: transparent
}
.tab-style1 .nav-tabs li.active i, .tab-style1 .nav-tabs li:hover i {
	color: #ff214f
}
.tab-style1 .nav-tabs li.active span, .tab-style1 .nav-tabs li:hover span {
	color: #232323
}
.tab-style2 .tab-content {
	padding: 55px 0 0;
	border-top: 1px solid #e5e5e5
}
.tab-style2 .nav-tabs {
	border: 0
}
.tab-style2 .nav-tabs li {
	border: 1px solid #e5e5e5;
	border-bottom: none;
	border-radius: 0;
	margin-bottom: 0;
	display: inline-block;
	float: none;
	margin-right: 2px
}
.tab-style2 .nav-tabs li a {
	background-color: #f7f7f7;
	border: none;
	color: #575757;
	line-height: 44px;
	margin: 0!important;
	padding: 0 25px;
	border-radius: 0
}
.tab-style2 .nav-tabs-light li:first-child {
	border-left: 1px solid #e5e5e5;
	margin-left: 15px
}
.tab-style2 .nav-tabs>li.active>a {
	border: none;
	border-radius: 0;
	background: #fff;
	top: 1px
}
.tab-style3 .nav-tabs {
	border-bottom: 1px solid transparent
}
.tab-style3 .nav-tabs li {
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px;
	padding: 3px 0
}
.tab-style3 .nav-tabs li.active {
	border-bottom: 1px solid #232323
}
.tab-style3 .nav-tabs li.active a {
	color: #232323
}
.tab-style3 .nav-tabs>li.active>a:hover, .tab-style3 .nav-tabs>li>a, .tab-style3 .nav-tabs>li>a:focus, .tab-style3 .nav-tabs>li>a:hover {
	background-color: transparent;
	border: none;
	padding: 0
}
.testimonial-style2 .profile-box {
	margin-top: -50px
}
.testimonial-style3 .arrow-bottom:after {
	border-top-color: #d6d5d5;
	left: 15%;
	border-width: 10px;
	margin-left: -10px
}
.testimonial-box .image-box, .testimonial-box .name-box {
	display: table-cell;
	vertical-align: middle
}
.blog-post.blog-post-style1 .blog-post-images {
	background: #232323
}
.blog-post.blog-post-style1:hover .blog-post-images img {
	opacity: .5;
	transform: scale(1.2, 1.2);
	transition: all .3s ease 0s
}
.blog-post.blog-post-style2 .author img {
	width: 30px;
	display: inline-block;
	vertical-align: middle
}
.blog-post.blog-post-style2 .author span {
	max-width: calc(100% - 40px);
	vertical-align: middle;
	display: inline-block
}
.blog-post-style3 .grid-item .blog-post * {
	transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s
}
.blog-post-style3 .grid-item .blog-post .author img {
	width: 25px
}
.blog-post-style3 .grid-item .blog-post .blog-post-images a {
	display: block
}
.blog-post-style3 .grid-item .blog-post .blog-post-images .blog-hover-icon {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .5);
	top: 0;
	left: 0;
	text-align: center;
	opacity: 0
}
.blog-post-style3 .grid-item .blog-post:hover .blog-post-images .blog-hover-icon {
	opacity: 1
}
.blog-post-style3 .grid-item .blog-post .blog-post-images .blog-hover-icon span {
	top: 35%;
	position: relative;
	font-size: 48px;
	color: #fff;
	opacity: 0
}
.blog-post-style3 .grid-item .blog-post:hover .blog-post-images .blog-hover-icon span {
	top: 40%;
	opacity: 1
}
.blog-post-style4 .blog-grid .grid-item figure {
	position: relative;
	overflow: hidden
}
.blog-post-style4 figure figcaption {
	padding: 15px;
	bottom: 0;
	position: absolute;
	background: rgba(0, 0, 0, .85);
	width: 100%;
	transition: ease-in-out .5s;
	-webkit-transition: ease-in-out .5s;
	-moz-transition: ease-in-out .5s;
	-ms-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s
}
.blog-post-style4 .grid-item figure figcaption p {
	margin-bottom: 0;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	display: none
}
.blog-post-style4 .blog-grid .grid-item .blog-img img {
	cursor: pointer;
	display: block;
	width: 100%;
	opacity: .9;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s
}
.blog-post-style6 .author:before, .blog-post-style7 .author:before {
	width: 100px;
	top: 0;
	left: 0;
	display: inline-block;
	content: ""
}
.blog-post-style4 .blog-grid .grid-item:hover .blog-img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	opacity: .5;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s
}
.blog-post-style4 .blog-grid a {
	position: relative;
	z-index: auto
}
.container .blog-post-style4 figure figcaption {
	padding: 35px
}
.blog-post-style5 .blog-post .blog-post-images {
	height: 100%;
	position: relative
}
.blog-post-style5 .blog-post .blog-categories {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 25;
	padding: 10px 20px 8px
}
.blog-post-style6:hover {
	background-color: #fff
}
.blog-post-style6:hover .text-white {
	color: #000
}
.blog-post-style6:hover .author:before {
	background-color: #000
}
.blog-post-style6 .author:before {
	height: 1px;
	background-color: #fff;
	opacity: .25;
	position: absolute
}
.blog-post-style7:hover {
	background-color: #1c1c1c;
	color: #fff
}
.blog-post-style7:hover a {
	color: #fff
}
.blog-post-style7:hover .author:before {
	background-color: #fff;
	opacity: .8
}
.blog-post-style7 .author:before {
	height: 1px;
	background-color: #939393;
	opacity: .25;
	position: absolute
}
.pagination {
	border-radius: 0;
	padding: 0;
	margin: 0
}
.pagination ul {
	display: inline-block;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0
}
.pagination li {
	display: inline
}
.pagination a {
	float: left;
	padding: 0 18px;
	line-height: 40px;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left-width: 0;
	background: #fff
}
.pagination a:hover {
	background-color: #232323;
	color: #fff
}
.pagination .active a {
	background-color: #f5f5f5;
	color: #999;
	cursor: default
}
.pagination .disabled a, .pagination .disabled a:hover, .pagination .disabled span {
	color: #999;
	background-color: transparent;
	cursor: default
}
.pagination li:first-child a {
	border-left-width: 1px
}
.pagination-centered {
	text-align: center
}
.pagination-right {
	text-align: right
}
.about-author-img {
	float: left;
	max-width: 100px;
	margin-right: 35px;
	margin-bottom: 15px
}
.about-author-text {
	top: -5px
}
.author-sharing a {
	margin-right: 15px;
	color: #737373
}
.author-sharing a:hover {
	color: #000
}
.alignnone {
	margin: 5px 30px 40px 0
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto
}
.alignright {
	float: right;
	margin: 5px 0 30px 40px
}
.alignleft {
	float: left;
	margin: 5px 40px 30px 0
}
a img.alignright {
	float: right;
	margin: 5px 0 40px 30px
}
a img.alignleft, a img.alignnone {
	margin: 5px 20px 20px 0
}
a img.alignleft {
	float: left
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #f7f7f7;
	padding: 17px;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, .1);
	max-width: 50%
}
.wp-caption figcaption {
	padding: 18px 25px 0
}
.wp-caption img {
	width: 100%
}
.wp-caption.alignnone {
	margin: 5px 30px 40px 0
}
.wp-caption.alignleft {
	margin: 5px 40px 30px 0
}
.wp-caption.alignright {
	margin: 5px 0 40px 30px
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute!important;
	height: 1px;
	width: 1px;
	overflow: hidden
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto!important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 1
}
.blog-comment {
	list-style: none;
	margin: 0;
	padding: 0
}
.blog-comment li {
	padding: 50px 0;
	border-bottom: 1px solid #ededed;
	position: relative
}
.blog-comment li .btn-reply {
	float: right;
	border: 1px solid #ededed;
	padding: 0 8px;
	font-size: 10px;
	font-weight: 600;
	position: relative
}
.blog-comment>li:first-child {
	padding-top: 0
}
.blog-comment li:last-child {
	border-bottom: none;
	padding-bottom: 0
}
.blog-comment li ul.child-comment {
	margin-left: 40px;
	list-style: none
}
.blog-comment li ul.child-comment li {
	border: none;
	padding-bottom: 0;
	border-top: 1px solid #ededed;
	margin-top: 50px
}
.scroll-top-arrow, .scroll-top-arrow:focus {
	color: #fff;
	background: #878787;
	line-height: 28px;
	display: none;
	height: 30px;
	width: 30px;
	padding: 0;
	position: fixed;
	right: 45px;
	text-align: center;
	text-decoration: none;
	top: 91%;
	z-index: 10006;
	border-radius: 100%
}
.scroll-top-arrow:hover {
	background: #000;
	opacity: .8;
	color: #fff;
	border-color: #ff214f
}
.scroll-top-arrow i {
	line-height: 30px;
	position: relative
}
.bg-dark-footer {
	background-color: #141414
}
.footer-logo {
	max-height: 90px
}
footer input::-webkit-input-placeholder {
	color: #6f6f6f;
	text-overflow: ellipsis;
	font-size: 11px;
	font-weight: 400;
	opacity: 1
}
footer input::-moz-placeholder {
	color: #6f6f6f;
	text-overflow: ellipsis;
	font-size: 11px;
	font-weight: 400;
	opacity: 1
}
footer input:-ms-input-placeholder {
	color: #6f6f6f;
	text-overflow: ellipsis;
	font-size: 11px;
	font-weight: 400;
	opacity: 1
}
footer .newsletter input {
	color: #6f6f6f;
	letter-spacing: normal
}
.latest-post {
	list-style: none;
	padding: 0;
	margin: 0
}
.latest-post li {
	display: table;
	padding: 15px 0
}
aside .latest-post li {
	padding: 10px 0
}
.latest-post li:first-child {
	padding-top: 0
}
.latest-post li:last-child {
	border-bottom: none
}
.latest-post li figure {
	height: 33px;
	width: 60px;
	float: left
}
.latest-post li figure, footer .latest-post li div {
	display: table-cell;
	vertical-align: top
}
aside .latest-post li figure {
	width: 75px
}
.latest-post li div {
	line-height: normal;
	padding-left: 13px;
	position: relative;
	top: -1px
}
.latest-post li figure:focus img, .latest-post li figure:hover img {
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none
}
.newsletter input {
	float: left;
	font-size: 12px;
	color: #fff;
	width: 100%;
	height: 100%;
	padding: 0 38px 0 12px
}
.newsletter .btn.btn-arrow-small {
	background: 0 0;
	margin-right: 0;
	height: 100%;
	padding-top: 0;
	padding-bottom: 5px;
	text-align: center;
	right: 0;
	border-width: 0 0 0 1px
}
.newsletter .btn.btn-arrow-small i {
	color: #626262;
	font-size: 18px;
	display: block;
	margin-top: 6px
}
.newsletter {
	width: 100%;
	height: 33px
}
.newsletter .btn.border-color-white {
	border-color: #fff
}
.newsletter .btn.border-color-black {
	border-color: #000
}
.newsletter .btn.border-color-extra-dark-gray {
	border-color: #232323
}
.newsletter .btn.border-color-medium-dark-gray {
	border-color: #363636
}
.newsletter .btn.border-color-dark-gray {
	border-color: #939393
}
.newsletter .btn.border-color-extra-medium-gray {
	border-color: #dbdbdb
}
.newsletter .btn.border-color-medium-gray {
	border-color: #e4e4e4
}
.newsletter .btn.border-color-extra-light-gray {
	border-color: #ededed
}
.newsletter .btn.border-color-light-gray {
	border-color: #f5f5f5
}
.newsletter .btn.border-color-light-pink {
	border-color: #862237
}
.newsletter .btn.border-color-deep-pink {
	border-color: #ff214f
}
.newsletter .btn.border-color-transparent-pink {
	border-color: rgba(255, 33, 79, .45)
}
.instagram-follow-api ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	text-align: center
}
.instagram-follow-api li {
	padding: 0 10px 10px 0;
	width: 33.333%;
	box-sizing: border-box;
	display: inline-block
}
.instagram-follow-api li img {
	width: 100%
}
.instagram-follow-api li figure {
	position: relative;
	overflow: hidden
}
.instagram-follow-api li figure a .insta-counts {
	position: absolute;
	bottom: -100%;
	left: 0;
	text-align: center;
	background: rgba(35, 35, 35, .8);
	color: #fff;
	width: 100%;
	font-size: 12px
}
.instagram-follow-api li figure:hover a .insta-counts {
	bottom: 0
}
.instagram-follow-api li figure a .insta-counts i {
	margin-right: 5px;
	margin-left: 5px;
	vertical-align: middle
}
.instagram-follow-api li figure span {
	vertical-align: middle
}
.instafeed-style1 {
	margin-bottom: 30px;
	overflow: hidden
}
.instafeed-style1 .insta-image {
	width: 100%
}
.instafeed-style1 .insta-link {
	position: relative;
	display: block;
	background: #232323
}
.instafeed-style1 .insta-counts {
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-30%);
	-webkit-transform: translateY(-30%);
	-moz-transform: translateY(-30%);
	-ms-transform: translateY(-30%);
	-o-transform: translateY(-30%);
	left: 0;
	width: 100%;
	color: #fff;
	opacity: 0
}
.instafeed-style1 .insta-link:hover .insta-counts {
	opacity: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%)
}
.instafeed-style1 .insta-link:hover .insta-image {
	opacity: .2
}
.instafeed-style1 .insta-counts i {
	vertical-align: middle;
	font-size: 28px
}
.instafeed-style1 .insta-counts span {
	margin-right: 25px;
	position: relative
}
.instafeed-style1 .insta-counts span.count-number {
	position: absolute;
	top: -14px;
	font-size: 12px;
	left: 15px;
	width: 22px;
	height: 22px;
	text-align: center;
	background: #ff214f;
	line-height: 20px;
	border-radius: 100%
}
.bg-background-fade, .color-1 {
	background-color: #ff5851
}
.box-layout {
	padding: 0 60px
}
.icon-box {
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}
.icon-box:last-child {
	border-bottom: none
}
.icon-box .icon-box-holder {
	padding-left: 74px;
	height: 112px
}
.icon-box .icon-box-holder i {
	position: absolute;
	left: 0;
	vertical-align: middle;
	padding-top: 10px
}
.head-text {
	font-size: 80px;
	line-height: 95px
}
.image-block {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .8);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
	-o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .8);
	-ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .8)
}
.attr-nav>ul>li>a {
	padding: 3px 15px
}
.icon-play img {
	width: 60%
}
.icon-play:hover img {
	width: 68%
}
.icon-box-holder a:hover {
	color: #fff
}
.hover-title-box {
	position: absolute;
	right: -100px;
	opacity: 0;
	top: 50%;
	transform: translateY(-53px);
	-webkit-transform: translateY(-53px);
	-moz-transform: translateY(-53px);
	-ms-transform: translateY(-53px);
	-o-transform: translateY(-53px);
	z-index: 99;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out
}
.hover-title-box .separator {
	height: 1px;
	content: "";
	position: absolute;
	left: -10px;
	top: 30px
}
.gridblock-main {
	padding: 110px 90px
}
.gridblock-list li {
	width: 33.33%;
	float: left;
	padding: 0;
	text-align: center
}
.gridblock-list>* {
	vertical-align: top;
	display: inline-block;
	content: ""
}
.gridblock-list>:nth-child(3n) {
	margin-right: 0
}
.blog-header-style1 {
	margin: 0 8px;
	padding: 0;
	list-style: none;
	display: block
}
.blog-header-style1 li {
	width: 25%;
	padding: 0 8px;
	margin: 0 -4px 0 0;
	display: inline-block;
	box-sizing: border-box;
	overflow: hidden;
	vertical-align: top;
	transition: .8s;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-ms-transition: .8s;
	-o-transition: .8s
}
.blog-header-style1 li .blog-banner {
	display: block;
	position: relative;
	height: 100%
}
.blog-header-style1 li figure figcaption {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 50px;
	transform: translateY(60px);
	-webkit-transform: translateY(60px);
	-moz-transform: translateY(60px);
	-ms-transform: translateY(60px);
	-o-transform: translateY(60px)
}
.blog-header-style1 li.blog-column-active figure figcaption {
	transition-delay: .5s;
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	-ms-transition-delay: .5s;
	-o-transition-delay: .5s;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0)
}
.blog-header-style1 li figure figcaption .btn {
	opacity: 0;
	transform: translateY(60px);
	-webkit-transform: translateY(60px);
	-moz-transform: translateY(60px);
	-ms-transform: translateY(60px);
	-o-transform: translateY(60px);
	transition-delay: .3s;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-ms-transition-delay: .3s;
	-o-transition-delay: .3s
}
.blog-header-style1 li.blog-column-active figure figcaption .btn {
	opacity: 1;
	transition-delay: .6s;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0)
}
.blog-header-style1 li.blog-column-active {
	width: 50%;
	transition-duration: .8s;
	-webkit-transition-duration: .8s;
	-moz-transition-duration: .8s;
	-ms-transition-duration: .8s;
	-o-transition-duration: .8s
}
.blog-header-style1 li .blog-title {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.blog-box .blog-box-content, .blog-box .blog-box-image {
	position: absolute;
	top: 0;
	width: 100%;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out
}
.blog-box .blog-box-image {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	opacity: 1
}
.blog-box .blog-box-content {
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	opacity: 0
}
.blog-box:hover .blog-box-image {
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	opacity: 0
}
.blog-box:hover .blog-box-content {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	opacity: 1
}
.box-separator-line {
	height: 1px;
	content: "";
	position: absolute;
	left: -90px;
	top: 130px
}
.right-image {
	bottom: -200px;
	position: absolute;
	right: -100px;
	width: 60%
}
.right-image img {
	max-width: none
}
.content-right-slider .swiper-button-next {
	right: 70px
}
.content-right-slider .swiper-button-prev {
	left: 70px
}
.color-code {
	justify-content: space-around;
	align-items: center;
	z-index: 0
}
.color-1, .color-2, .color-3, .color-4, .color-5 {
	-webkit-transition: background-color .7s linear;
	-moz-transition: background-color .7s linear;
	-o-transition: background-color .7s linear;
	-ms-transition: background-color .7s linear;
	transition: background-color .7s linear
}
.color-2 {
	background-color: #e86618
}
.color-3 {
	background-color: #ef3158
}
.color-4 {
	background-color: #6b0990
}
.color-5 {
	background-color: #4c0990
}
.color-6 {
	background-color: #1b3194
}
.after-before-separator:after, .after-before-separator:before {
	width: 35px;
	margin: 0 15px;
	height: 1px;
	background: rgba(255, 255, 255, .2);
	content: "";
	display: inline-block;
	vertical-align: super
}
.background-slide {
	height: auto;
	min-height: 700px
}
.rev-slider .tp-bullet {
	width: 35px;
	height: 3px;
	background-color: #fff;
	opacity: .5;
	border-radius: 0;
	padding: 0 4px
}
.rev-slider .tp-bullet.selected, .tp-bullet:hover {
	opacity: 1
}
.text-bold-underline:before {
	background-color: #ff214f;
	height: 3px;
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 5px;
	content: ""
}
.arrow-bottom:after, .arrow-top:after {
	left: 50%;
	content: " ";
	height: 0;
	width: 0;
	pointer-events: none;
	margin-left: -15px;
	z-index: 9
}
.parallax-title {
	padding: 16px 35px;
	display: inline-block
}
.highlight-bg-text {
	padding: 5px 16px;
	display: inline-block;
	margin-bottom: 15px
}
.arrow-bottom {
	position: relative
}
.arrow-bottom:after {
	top: 100%;
	border: solid transparent;
	position: absolute;
	border-color: rgba(245, 245, 245, 0);
	border-top-color: #f5f5f5;
	border-width: 15px
}
.arrow-top {
	position: relative
}
.arrow-top:after {
	top: -29px;
	border: solid transparent;
	position: absolute;
	border-color: rgba(245, 245, 245, 0);
	border-bottom-color: #f5f5f5;
	border-width: 15px
}
.clients-list {
	height: 190px
}
.clients-list:hover {
	box-shadow: 0 0 4px rgba(0, 0, 0, .1)
}
.clients-list:hover img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1)
}
.tparrows:before {
	font-family: FontAwesome
}
.tparrows.tp-leftarrow:before {
	content: '\f060'
}
.tparrows.tp-rightarrow:before {
	content: '\f061'
}
.rev_slider_wrapper {
	height: 980px
}
@-webkit-keyframes up-down-animation {
	0% {
		opacity: 1;
		top: 0
	}
	25% {
		opacity: .4;
		top: 2px
	}
	50% {
		opacity: .3;
		top: 4px
	}
	75% {
		opacity: .2;
		top: 5px
	}
	100% {
		opacity: 0;
		top: 9px
	}
}
@keyframes up-down-animation {
	0% {
		opacity: 1;
		top: 0
	}
	25% {
		opacity: .4;
		top: 4px
	}
	50% {
		opacity: .3;
		top: 8px
	}
	75% {
		opacity: .2;
		top: 12px
	}
	100% {
		opacity: 0;
		top: 16px
	}
}
.demo-heading {
	font-size: 40px;
	line-height: 46px
}
* {
	box-sizing: border-box
}
.video-background {
	background: #111;
    width: "100%";
    height: "100%";
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -99
}
.video-background iframe, .video-foreground {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
#vidtop-content {
	top: 0;
	color: #fff
}
.vid-info {
	position: absolute;
	top: 0;
	right: 0;
	width: 33%;
	background: rgba(0, 0, 0, .3);
	color: #fff;
	padding: 1rem;
	font-family: Avenir, Helvetica, sans-serif
}
.vid-info h1 {
	font-size: 2rem;
	font-weight: 700;
	margin-top: 0;
	line-height: 1.2
}
.vid-info a {
	display: block;
	color: #fff;
	text-decoration: none;
	background: rgba(0, 0, 0, .5);
	transition: .6s background;
	border-bottom: none;
	margin: 1rem auto;
	text-align: center
}
@media (min-aspect-ratio:16/9) {
	.video-foreground {
		height: 300%;
		top: -100%
	}
}
@media (max-aspect-ratio:16/9) {
	.video-foreground {
		width: 300%;
		left: -100%
	}
}
@media all and (max-width:600px) {
	.vid-info {
		width: 50%;
		padding: .5rem
	}
	.vid-info h1 {
		margin-bottom: .2rem
	}
}
@media all and (max-width:500px) {
	.vid-info .acronym {
		display: none
	}
}
.pps-light-red-text {
	color: #cb1417
}
.pps-light-red-bg {
	background-color: #cb1417
}
.grow {
	transition: all .2s ease-in-out
}
.grow:hover {
	transform: scale(1.2)
}
.grow:active {
	transform: scale(1, 1)
}
.name-font {
	font-family: zingende, sans-serif
}
.z-index-9999 {
	z-index: 9999
}
@media (max-width:992px) {
	.padding-25px-left {
		padding-left: 0!important
	}
}
.fullscreen-bg {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: -9999;
	background-position: center;
	background-size: cover
}
.fullscreen-bg__video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}
@media (min-aspect-ratio:16/9) {
	.fullscreen-bg__video {
		height: 300%;
		top: -100%
	}
}
@media (max-aspect-ratio:16/9) {
	.fullscreen-bg__video {
		width: 300%;
		left: -100%
	}
}
@media (max-width:767px) {
	.fullscreen-bg {
		background: url(http://www.partypopstar.com/img/videoframe.jpg) center center/cover no-repeat
	}
	.fullscreen-bg__video {
		display: none
	}
}
@media (max-width:480px) {
	header .logo .logo-dark.default, header .logo .logo-light.default {
		height: 70px;
	}
	.text-medium {
		font-size: 15px;
	}
}

.banner-faq {
	background-image: url("../images/banner-faq.jpg")
}
.banner-ultimate {
	background-image: url("../images/banner.jpg")
}
.banner-contact {
	background-image: url("../images/banner.jpg")
}
.banner-ladies {
	background-image: url("../images/packages/Ladies-Night.jpg")
}
.banner-solo {
	background-image: url("../images/packages/Solo-Singing-1.jpg")
}
.banner-karoake {
	background-image: url("../images/packages/Karaoke-Party.jpg")
}
.banner-packages {
	background-image: url("../images/banner-faq.jpg");
}
.banner-pop{
    background-image: url("../images/packages/Taster-Party.jpg")
}
@media (max-width:480px){
   
    .banner-index {
	background-image: url("../images/video-images/index-mobile.jpg");
        background-position: center;
        background-size: cover;
}
.banner-faq {
	background-image: url("../images/banner-faq-mobile.jpg")
}
.banner-ultimate {
	background-image: url("../images/banner-mobile.jpg")
}
.banner-contact {
	background-image: url("../images/banner-mobile.jpg")
}
.banner-ladies {
	background-image: url("../images/packages/Ladies-Night-mobile.jpg")
}
.banner-solo {
	background-image: url("../images/packages/Solo-Singing-1.jpg")
}
.banner-karoake {
	background-image: url("../images/packages/karaoke-mobile.jpg")
}
.banner-packages {
	background-image: url("../images/banner-faq-mobile.jpg");
}
.banner-pop{
    background-image: url("../images/packages/Taster-Party-mobile.jpg")
}
}
.fullscreen {
    width: 110vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}

.tv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tv .screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0 !important;
  z-index: 1;
  margin: auto;
  opacity: 0;
  transition: opacity .5s;
}
.tv .screen.active {
  opacity: 1;
}