@-webkit-keyframes moveUp {
	100% {
		-webkit-transform: translateY(0);
		opacity: 1
	}
}

@keyframes moveUp {
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes spin-rotate-left {
	to {
		transform: rotate(30deg)
	}

	from {
		transform: rotate(175deg)
	}
}

@-webkit-keyframes spin-rotate-left {
	to {
		transform: rotate(30deg)
	}

	from {
		transform: rotate(175deg)
	}
}

@keyframes spin-rotate-right {
	from {
		transform: rotate(-175deg)
	}

	to {
		transform: rotate(-30deg)
	}
}

@-webkit-keyframes spin-rotate-right {
	from {
		transform: rotate(-175deg)
	}

	to {
		transform: rotate(-30deg)
	}
}

@keyframes spin-rotate-all {
	from {
		transform: rotate(0)
	}

	to {
		transform: rotate(-360deg)
	}
}

@-webkit-keyframes spin-rotate-all {
	from {
		transform: rotate(0)
	}

	to {
		transform: rotate(-360deg)
	}
}

@keyframes spin-fade-in-first {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@-webkit-keyframes spin-fade-in-first {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes spin-fade-in-second {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes spin-fade-in-second {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes markerWave {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: .8
	}

	20% {
		opacity: .8
	}

	100% {
		-webkit-transform: scale(5.5);
		transform: scale(5.5);
		opacity: 0
	}
}

@keyframes markerWave {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: .8
	}

	20% {
		opacity: .8
	}

	100% {
		-webkit-transform: scale(5.5);
		transform: scale(5.5);
		opacity: 0
	}
}

@-webkit-keyframes rotateplane {
	0% {
		-webkit-transform: perspective(120px)
	}

	50% {
		-webkit-transform: perspective(120px)rotateY(180deg)
	}

	100% {
		-webkit-transform: perspective(120px)rotateY(180deg)rotateX(180deg)
	}
}

@keyframes rotateplane {
	0% {
		-webkit-transform: perspective(120px)rotateX(0)rotateY(0);
		transform: perspective(120px)rotateX(0)rotateY(0)
	}

	50% {
		-webkit-transform: perspective(120px)rotateX(-180.1deg)rotateY(0);
		transform: perspective(120px)rotateX(-180.1deg)rotateY(0)
	}

	100% {
		-webkit-transform: perspective(120px)rotateX(-180deg)rotateY(-179.9deg);
		transform: perspective(120px)rotateX(-180deg)rotateY(-179.9deg)
	}
}

@-webkit-keyframes ct-bounce {
	0%,100% {
		-webkit-transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1)
	}
}

@keyframes ct-bounce {
	0%,100% {
		transform: scale(0);
		-webkit-transform: scale(0)
	}

	50% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@-webkit-keyframes ct-stretchdelay {
	0%,40%,100% {
		-webkit-transform: scaleY(.4)
	}

	20% {
		-webkit-transform: scaleY(1)
	}
}

@keyframes ct-stretchdelay {
	0%,40%,100% {
		transform: scaleY(.4);
		-webkit-transform: scaleY(.4)
	}

	20% {
		transform: scaleY(1);
		-webkit-transform: scaleY(1)
	}
}

@-webkit-keyframes ct-bouncedelay {
	0%,80%,100% {
		-webkit-transform: scale(0)
	}

	40% {
		-webkit-transform: scale(1)
	}
}

@keyframes ct-bouncedelay {
	0%,80%,100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes ct-cubeGridScaleDelay {
	0%,70%,100% {
		-webkit-transform: scale3D(1,1,1);
		transform: scale3D(1,1,1)
	}

	35% {
		-webkit-transform: scale3D(0,0,1);
		transform: scale3D(0,0,1)
	}
}

@keyframes ct-cubeGridScaleDelay {
	0%,70%,100% {
		-webkit-transform: scale3D(1,1,1);
		transform: scale3D(1,1,1)
	}

	35% {
		-webkit-transform: scale3D(0,0,1);
		transform: scale3D(0,0,1)
	}
}

@-webkit-keyframes ct-foldCubeAngle {
	0%,10% {
		-webkit-transform: perspective(140px)rotateX(-180deg);
		transform: perspective(140px)rotateX(-180deg);
		opacity: 0
	}

	25%,75% {
		-webkit-transform: perspective(140px)rotateX(0);
		transform: perspective(140px)rotateX(0);
		opacity: 1
	}

	90%,100% {
		-webkit-transform: perspective(140px)rotateY(180deg);
		transform: perspective(140px)rotateY(180deg);
		opacity: 0
	}
}

@keyframes ct-foldCubeAngle {
	0%,10% {
		-webkit-transform: perspective(140px)rotateX(-180deg);
		transform: perspective(140px)rotateX(-180deg);
		opacity: 0
	}

	25%,75% {
		-webkit-transform: perspective(140px)rotateX(0);
		transform: perspective(140px)rotateX(0);
		opacity: 1
	}

	90%,100% {
		-webkit-transform: perspective(140px)rotateY(180deg);
		transform: perspective(140px)rotateY(180deg);
		opacity: 0
	}
}

@keyframes ball {
	0% {
		transform: translate(0,0)
	}

	5% {
		transform: translate(8px,-14px)
	}

	10% {
		transform: translate(15px,-10px)
	}

	17% {
		transform: translate(23px,-24px)
	}

	20% {
		transform: translate(30px,-20px)
	}

	27% {
		transform: translate(38px,-34px)
	}

	30% {
		transform: translate(45px,-30px)
	}

	37% {
		transform: translate(53px,-44px)
	}

	40% {
		transform: translate(60px,-40px)
	}

	50% {
		transform: translate(60px,0)
	}

	57% {
		transform: translate(53px,-14px)
	}

	60% {
		transform: translate(45px,-10px)
	}

	67% {
		transform: translate(37px,-24px)
	}

	70% {
		transform: translate(30px,-20px)
	}

	77% {
		transform: translate(22px,-34px)
	}

	80% {
		transform: translate(15px,-30px)
	}

	87% {
		transform: translate(7px,-44px)
	}

	90% {
		transform: translate(0,-40px)
	}

	100% {
		transform: translate(0,0)
	}
}

@keyframes barUp1 {
	0% {
		transform: scale(1,.2)
	}

	40% {
		transform: scale(1,.2)
	}

	50% {
		transform: scale(1,1)
	}

	90% {
		transform: scale(1,1)
	}

	100% {
		transform: scale(1,.2)
	}
}

@keyframes barUp2 {
	0% {
		transform: scale(1,.4)
	}

	40% {
		transform: scale(1,.4)
	}

	50% {
		transform: scale(1,.8)
	}

	90% {
		transform: scale(1,.8)
	}

	100% {
		transform: scale(1,.4)
	}
}

@keyframes barUp3 {
	0% {
		transform: scale(1,.6)
	}

	100% {
		transform: scale(1,.6)
	}
}

@keyframes barUp4 {
	0% {
		transform: scale(1,.8)
	}

	40% {
		transform: scale(1,.8)
	}

	50% {
		transform: scale(1,.4)
	}

	90% {
		transform: scale(1,.4)
	}

	100% {
		transform: scale(1,.8)
	}
}

@keyframes barUp5 {
	0% {
		transform: scale(1,1)
	}

	40% {
		transform: scale(1,1)
	}

	50% {
		transform: scale(1,.2)
	}

	90% {
		transform: scale(1,.2)
	}

	100% {
		transform: scale(1,1)
	}
}

@-moz-keyframes headerSlideDown {
	0% {
		margin-top: -150px
	}

	100% {
		margin-top: 0
	}
}

@-ms-keyframes headerSlideDown {
	0% {
		margin-top: -150px
	}

	100% {
		margin-top: 0
	}
}

@-webkit-keyframes headerSlideDown {
	0% {
		margin-top: -150px
	}

	100% {
		margin-top: 0
	}
}

@keyframes headerSlideDown {
	0% {
		margin-top: -150px
	}

	100% {
		margin-top: 0
	}
}

@-webkit-keyframes ct-rotate {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes ct-rotate {
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg)
	}
}

@-webkit-keyframes ct-bounce {
	0%,100% {
		-webkit-transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1)
	}
}

@-webkit-keyframes video-icon-animation {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		opacity: 1
	}

	to {
		-webkit-transform: scale(1.2,1.2);
		transform: scale(1.2,1.2);
		opacity: 0
	}
}

@keyframes video-icon-animation {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		opacity: 1
	}

	to {
		-webkit-transform: scale(1.2,1.2);
		transform: scale(1.2,1.2);
		opacity: 0
	}
}

@keyframes blink {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes blink {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes hvrpulse {
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	75% {
		-webkit-transform: scale(.9);
		transform: scale(.9)
	}
}

@keyframes hvrpulse {
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	75% {
		-webkit-transform: scale(.9);
		transform: scale(.9)
	}
}

@-webkit-keyframes bounceReadMore {
	0% {
		margin-bottom: 30px
	}

	50% {
		margin-bottom: -10px
	}

	100% {
		margin-bottom: 0
	}
}

@-moz-keyframes bounceReadMore {
	0% {
		margin-bottom: 30px
	}

	50% {
		margin-bottom: -10px
	}

	100% {
		margin-bottom: 0
	}
}

@-o-keyframes bounceReadMore {
	0% {
		margin-bottom: 30px
	}

	50% {
		margin-bottom: -10px
	}

	100% {
		margin-bottom: 0
	}
}

@keyframes bounceReadMore {
	0% {
		margin-bottom: 30px
	}

	50% {
		margin-bottom: -10px
	}

	100% {
		margin-bottom: 0
	}
}

@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%)
	}

	50% {
		opacity: 0;
		-webkit-transform: translate(-100%)
	}

	51% {
		opacity: 1
	}
}

@-moz-keyframes toRightFromLeft {
	49% {
		-moz-transform: translate(100%)
	}

	50% {
		opacity: 0;
		-moz-transform: translate(-100%)
	}

	51% {
		opacity: 1
	}
}

@keyframes toRightFromLeft {
	49% {
		transform: translate(100%)
	}

	50% {
		opacity: 0;
		transform: translate(-100%)
	}

	51% {
		opacity: 1
	}
}

@-webkit-keyframes state1-animation {
	0% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@-moz-keyframes state1-animation {
	0% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@-ms-keyframes state1-animation {
	0% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@-o-keyframes state1-animation {
	0% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes state1-animation {
	0% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@-webkit-keyframes state2-animation {
	0% {
		opacity: 0
	}

	10% {
		opacity: 0
	}

	60% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@-moz-keyframes state2-animation {
	0% {
		opacity: 0
	}

	10% {
		opacity: 0
	}

	60% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@-ms-keyframes state2-animation {
	0% {
		opacity: 0
	}

	10% {
		opacity: 0
	}

	60% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@-o-keyframes state2-animation {
	0% {
		opacity: 0
	}

	10% {
		opacity: 0
	}

	60% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes state2-animation {
	0% {
		opacity: 0
	}

	10% {
		opacity: 0
	}

	60% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@-webkit-keyframes state3-animation {
	0% {
		opacity: 0
	}

	20% {
		opacity: 0
	}

	70% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@-moz-keyframes state3-animation {
	0% {
		opacity: 0
	}

	20% {
		opacity: 0
	}

	70% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@-ms-keyframes state3-animation {
	0% {
		opacity: 0
	}

	20% {
		opacity: 0
	}

	70% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@-o-keyframes state3-animation {
	0% {
		opacity: 0
	}

	20% {
		opacity: 0
	}

	70% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes state3-animation {
	0% {
		opacity: 0
	}

	20% {
		opacity: 0
	}

	70% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@-webkit-keyframes state4-animation {
	0% {
		opacity: 0
	}

	30% {
		opacity: 0
	}

	80% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@-moz-keyframes state4-animation {
	0% {
		opacity: 0
	}

	30% {
		opacity: 0
	}

	80% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@-ms-keyframes state4-animation {
	0% {
		opacity: 0
	}

	30% {
		opacity: 0
	}

	80% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@-o-keyframes state4-animation {
	0% {
		opacity: 0
	}

	30% {
		opacity: 0
	}

	80% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes state4-animation {
	0% {
		opacity: 0
	}

	30% {
		opacity: 0
	}

	80% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@-webkit-keyframes loading-square-holder {
	0% {
		-webkit-transform: scale(1);
		-khtml-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}

	90% {
		-webkit-transform: scale(1);
		-khtml-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}

	100% {
		-webkit-transform: translate(.5);
		-khtml-transform: translate(.5);
		-moz-transform: translate(.5);
		-ms-transform: translate(.5);
		-o-transform: translate(.5);
		transform: translate(.5)
	}
}

@-moz-keyframes loading-square-holder {
	0% {
		-webkit-transform: scale(1);
		-khtml-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}

	90% {
		-webkit-transform: scale(1);
		-khtml-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}

	100% {
		-webkit-transform: translate(.5);
		-khtml-transform: translate(.5);
		-moz-transform: translate(.5);
		-ms-transform: translate(.5);
		-o-transform: translate(.5);
		transform: translate(.5)
	}
}

@-ms-keyframes loading-square-holder {
	0% {
		-webkit-transform: scale(1);
		-khtml-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}

	90% {
		-webkit-transform: scale(1);
		-khtml-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}

	100% {
		-webkit-transform: translate(.5);
		-khtml-transform: translate(.5);
		-moz-transform: translate(.5);
		-ms-transform: translate(.5);
		-o-transform: translate(.5);
		transform: translate(.5)
	}
}

@-o-keyframes loading-square-holder {
	0% {
		-webkit-transform: scale(1);
		-khtml-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}

	90% {
		-webkit-transform: scale(1);
		-khtml-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}

	100% {
		-webkit-transform: translate(.5);
		-khtml-transform: translate(.5);
		-moz-transform: translate(.5);
		-ms-transform: translate(.5);
		-o-transform: translate(.5);
		transform: translate(.5)
	}
}

@keyframes loading-square-holder {
	0% {
		-webkit-transform: scale(1);
		-khtml-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}

	90% {
		-webkit-transform: scale(1);
		-khtml-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}

	100% {
		-webkit-transform: translate(.5);
		-khtml-transform: translate(.5);
		-moz-transform: translate(.5);
		-ms-transform: translate(.5);
		-o-transform: translate(.5);
		transform: translate(.5)
	}
}

@-webkit-keyframes loading-square2 {
	0% {
		-webkit-transform: translateY(-50px);
		-khtml-transform: translateY(-50px);
		-moz-transform: translateY(-50px);
		-ms-transform: translateY(-50px);
		-o-transform: translateY(-50px);
		transform: translateY(-50px)
	}

	25% {
		-webkit-transform: translate(0);
		-khtml-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0)
	}

	100% {
		-webkit-transform: translate(0);
		-khtml-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0)
	}
}

@-moz-keyframes loading-square2 {
	0% {
		-webkit-transform: translateY(-50px);
		-khtml-transform: translateY(-50px);
		-moz-transform: translateY(-50px);
		-ms-transform: translateY(-50px);
		-o-transform: translateY(-50px);
		transform: translateY(-50px)
	}

	25% {
		-webkit-transform: translate(0);
		-khtml-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0)
	}

	100% {
		-webkit-transform: translate(0);
		-khtml-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0)
	}
}

@-ms-keyframes loading-square2 {
	0% {
		-webkit-transform: translateY(-50px);
		-khtml-transform: translateY(-50px);
		-moz-transform: translateY(-50px);
		-ms-transform: translateY(-50px);
		-o-transform: translateY(-50px);
		transform: translateY(-50px)
	}

	25% {
		-webkit-transform: translate(0);
		-khtml-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0)
	}

	100% {
		-webkit-transform: translate(0);
		-khtml-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0)
	}
}

@-o-keyframes loading-square2 {
	0% {
		-webkit-transform: translateY(-50px);
		-khtml-transform: translateY(-50px);
		-moz-transform: translateY(-50px);
		-ms-transform: translateY(-50px);
		-o-transform: translateY(-50px);
		transform: translateY(-50px)
	}

	25% {
		-webkit-transform: translate(0);
		-khtml-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0)
	}

	100% {
		-webkit-transform: translate(0);
		-khtml-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0)
	}
}

@keyframes loading-square2 {
	0% {
		-webkit-transform: translateY(-50px);
		-khtml-transform: translateY(-50px);
		-moz-transform: translateY(-50px);
		-ms-transform: translateY(-50px);
		-o-transform: translateY(-50px);
		transform: translateY(-50px)
	}

	25% {
		-webkit-transform: translate(0);
		-khtml-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0)
	}

	100% {
		-webkit-transform: translate(0);
		-khtml-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0)
	}
}

@-webkit-keyframes loading-square3 {
	0% {
		-webkit-transform: translateY(-50px);
		-khtml-transform: translateY(-50px);
		-moz-transform: translateY(-50px);
		-ms-transform: translateY(-50px);
		-o-transform: translateY(-50px);
		transform: translateY(-50px)
	}

	50% {
		-webkit-transform: translate(0);
		-khtml-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0)
	}

	100% {
		-webkit-transform: translate(0);
		-khtml-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0)
	}
}

@-moz-keyframes loading-square3 {
	0% {
		-webkit-transform: translateY(-50px);
		-khtml-transform: translateY(-50px);
		-moz-transform: translateY(-50px);
		-ms-transform: translateY(-50px);
		-o-transform: translateY(-50px);
		transform: translateY(-50px)
	}

	50% {
		-webkit-transform: translate(0);
		-khtml-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0)
	}

	100% {
		-webkit-transform: translate(0);
		-khtml-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0)
	}
}

@-ms-keyframes loading-square3 {
	0% {
		-webkit-transform: translateY(-50px);
		-khtml-transform: translateY(-50px);
		-moz-transform: translateY(-50px);
		-ms-transform: translateY(-50px);
		-o-transform: translateY(-50px);
		transform: translateY(-50px)
	}

	50% {
		-webkit-transform: translate(0);
		-khtml-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0)
	}

	100% {
		-webkit-transform: translate(0);
		-khtml-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0)
	}
}

@-o-keyframes loading-square3 {
	0% {
		-webkit-transform: translateY(-50px);
		-khtml-transform: translateY(-50px);
		-moz-transform: translateY(-50px);
		-ms-transform: translateY(-50px);
		-o-transform: translateY(-50px);
		transform: translateY(-50px)
	}

	50% {
		-webkit-transform: translate(0);
		-khtml-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0)
	}

	100% {
		-webkit-transform: translate(0);
		-khtml-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0)
	}
}

@keyframes loading-square3 {
	0% {
		-webkit-transform: translateY(-50px);
		-khtml-transform: translateY(-50px);
		-moz-transform: translateY(-50px);
		-ms-transform: translateY(-50px);
		-o-transform: translateY(-50px);
		transform: translateY(-50px)
	}

	50% {
		-webkit-transform: translate(0);
		-khtml-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0)
	}

	100% {
		-webkit-transform: translate(0);
		-khtml-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0)
	}
}

@-webkit-keyframes loading-square4 {
	0% {
		-webkit-transform: translateY(-50px);
		-khtml-transform: translateY(-50px);
		-moz-transform: translateY(-50px);
		-ms-transform: translateY(-50px);
		-o-transform: translateY(-50px);
		transform: translateY(-50px)
	}

	57% {
		-webkit-transform: translate(0);
		-khtml-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0)
	}

	100% {
		-webkit-transform: translate(0);
		-khtml-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0)
	}
}

@-moz-keyframes loading-square4 {
	0% {
		-webkit-transform: translateY(-50px);
		-khtml-transform: translateY(-50px);
		-moz-transform: translateY(-50px);
		-ms-transform: translateY(-50px);
		-o-transform: translateY(-50px);
		transform: translateY(-50px)
	}

	57% {
		-webkit-transform: translate(0);
		-khtml-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0)
	}

	100% {
		-webkit-transform: translate(0);
		-khtml-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0)
	}
}

@-ms-keyframes loading-square4 {
	0% {
		-webkit-transform: translateY(-50px);
		-khtml-transform: translateY(-50px);
		-moz-transform: translateY(-50px);
		-ms-transform: translateY(-50px);
		-o-transform: translateY(-50px);
		transform: translateY(-50px)
	}

	57% {
		-webkit-transform: translate(0);
		-khtml-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0)
	}

	100% {
		-webkit-transform: translate(0);
		-khtml-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0)
	}
}

@-o-keyframes loading-square4 {
	0% {
		-webkit-transform: translateY(-50px);
		-khtml-transform: translateY(-50px);
		-moz-transform: translateY(-50px);
		-ms-transform: translateY(-50px);
		-o-transform: translateY(-50px);
		transform: translateY(-50px)
	}

	57% {
		-webkit-transform: translate(0);
		-khtml-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0)
	}

	100% {
		-webkit-transform: translate(0);
		-khtml-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0)
	}
}

@keyframes loading-square4 {
	0% {
		-webkit-transform: translateY(-50px);
		-khtml-transform: translateY(-50px);
		-moz-transform: translateY(-50px);
		-ms-transform: translateY(-50px);
		-o-transform: translateY(-50px);
		transform: translateY(-50px)
	}

	57% {
		-webkit-transform: translate(0);
		-khtml-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0)
	}

	100% {
		-webkit-transform: translate(0);
		-khtml-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0)
	}
}

@-webkit-keyframes myPulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.2);
		box-shadow: 0 0 rgba(255,255,255,.2)
	}

	70% {
		-webkit-box-shadow: 0 0 0 60px rgba(255,255,255,0);
		box-shadow: 0 0 0 60px rgba(255,255,255,0)
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0);
		box-shadow: 0 0 rgba(255,255,255,0)
	}
}

@keyframes myPulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.2);
		box-shadow: 0 0 rgba(255,255,255,.2)
	}

	70% {
		-webkit-box-shadow: 0 0 0 60px rgba(255,255,255,0);
		box-shadow: 0 0 0 60px rgba(255,255,255,0)
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0);
		box-shadow: 0 0 rgba(255,255,255,0)
	}
}

@-webkit-keyframes background-animate {
	0% {
		-webkit-transform: translateX(-1e3px);
		transform: translateX(-1e3px)
	}

	50% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	100% {
		-webkit-transform: translateX(-1e3px);
		transform: translateX(-1e3px)
	}
}

@keyframes background-animate {
	0% {
		-webkit-transform: translateX(-1e3px);
		transform: translateX(-1e3px)
	}

	50% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	100% {
		-webkit-transform: translateX(-1e3px);
		transform: translateX(-1e3px)
	}
}

@-ms-keyframes ctspin {
	from {
		-ms-transform: rotate(0)
	}

	to {
		-ms-transform: rotate(360deg)
	}
}

@-moz-keyframes ctspin {
	from {
		-moz-transform: rotate(0)
	}

	to {
		-moz-transform: rotate(360deg)
	}
}

@-webkit-keyframes ctspin {
	from {
		-webkit-transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes ctspin {
	from {
		transform: rotate(0)
	}

	to {
		transform: rotate(360deg)
	}
}

html {
	box-sizing: border-box
}

a {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	color: #3140fc
}

a.underline {
	text-decoration: underline
}

a,a:hover,a:focus,a:before,a:after {
	outline: none;
	text-decoration: none
}

a:hover,a:focus {
	color: #091394
}

p {
	margin-bottom: 15px
}

body {
	background-color: #fff;
	font-size: 16px;
	line-height: 1.625;
	color: #1a1e66;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	font-weight: 400;
	letter-spacing: 0
}

body.body-default-font {
	font-family: muli,sans-serif
}

body.ovhidden {
	overflow: hidden
}

body.ct-preset5 {
	color: #666
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-weight: 400;
	color: #1a1e66;
	clear: both;
	line-height: 1.25;
	margin: 0 0 15px;
	font-weight: 600
}

.heading-default-font h1,.heading-default-font h2,.heading-default-font h3,.heading-default-font h4,.heading-default-font h5,.heading-default-font h6,.heading-default-font .h1,.heading-default-font .h2,.heading-default-font .h3,.heading-default-font .h4,.heading-default-font .h5,.heading-default-font .h6 {
	font-family: poppins,sans-serif
}

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

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

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

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

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

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

img {
	width: auto;
	max-width: 100%;
	height: auto
}

label {
	margin-bottom: 0
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}

table th {
	color: #1e2331
}

caption,td {
	font-weight: 400;
	text-align: left
}

.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: 13px 8px
}

th {
	font-weight: 700
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0
}

dl {
	margin: 0 0 0 25px
}

dl dt {
	font-weight: 400;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: 700;
	color: #000
}

dl dd {
	line-height: normal;
	margin-bottom: 20px
}

dl dd a {
	color: #000
}

dl dd a:hover {
	color: #3140fc
}

code,kbd {
	background-color: initial;
	border-radius: 4px;
	color: inherit;
	font-size: 100%;
	padding: 2px 4px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none
}

ins {
	color: #fff;
	border: none;
	padding: 2px;
	text-decoration: none;
	background-color: #3140fc
}

pre {
	background: #f5f5f5;
	color: #666;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre-wrap;
	word-wrap: break-word
}

ol {
	list-style: outside none decimal
}

ul {
	padding: 0;
	margin: 0 0 15px
}

ul li {
	list-style-position: inside
}

blockquote {
	background-color: #f4f7fc;
	font-size: 20px;
	color: #1a1e66;
	line-height: 1.7;
	position: relative;
	padding: 50px 30px 30px 115px;
	font-family: poppins,sans-serif;
	clear: both;
	margin: 40px 0;
	overflow: hidden
}

blockquote p {
	margin-bottom: 0!important
}

blockquote cite {
	font-style: normal;
	display: block;
	color: #091394;
	font-weight: 700;
	font-size: 16px;
	margin-top: 11px
}

blockquote:before {
	content: '\f10d';
	font-family: fontawesome;
	color: #3140fc;
	font-size: 28px;
	position: absolute;
	left: 22px;
	top: 10px;
	font-style: normal;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#3140fc),to(#091394));
	background-image: -webkit-linear-gradient(top,#3140fc,#091394);
	background-image: -moz-linear-gradient(top,#3140fc,#091394);
	background-image: -ms-linear-gradient(top,#3140fc,#091394);
	background-image: -o-linear-gradient(top,#3140fc,#091394);
	background-image: linear-gradient(top,#3140fc,#091394);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3140fc',endColorStr='#091394');
	background-color: initial;
	background-clip: text;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	z-index: 2
}

blockquote:after {
	content: '';
	z-index: 1;
	height: 110px;
	width: 110px;
	background-color: #fff;
	text-align: center;
	position: absolute;
	top: -24px;
	left: -24px;
	-webkit-border-radius: 110px;
	-khtml-border-radius: 110px;
	-moz-border-radius: 110px;
	-ms-border-radius: 110px;
	-o-border-radius: 110px;
	border-radius: 110px
}

@media screen and (max-width:767px) {
	blockquote {
		padding-left: 20px;
		padding-top: 110px;
		font-size: 16px;
		padding-right: 20px
	}
}

@media(min-width:992px) and (max-width:1199px) {
	blockquote+p+h2+table td {
		min-width: 80px
	}

	blockquote+p+h2+table th {
		padding: 6px 10px 6px 0
	}
}

.dlab-divider {
	height: 1px;
	width: 100%;
	margin: 30px 0;
	background-color: #d3d3d3
}

dl+h2+ul {
	padding-left: 35px
}

dl+h2+ul ul {
	padding-left: 35px
}

dl+h2+ul ul li {
	list-style: outside
}

.post-password-form label {
	display: block;
	max-width: 60%
}

.post-password-form input {
	margin: 10px 0
}

@media screen and (max-width:767px) {
	.post-password-form label {
		max-width: 60%
	}
}

@font-face {
	font-family:droidsans;src:url(../fonts/droidsans-webfont.woff2)format('woff2'),url(../fonts/droidsans-webfont.woff)format('woff');font-weight:400;font-style:normal
}

.wp-block-button {
	margin-bottom: 20px
}

.wp-block-gallery .blocks-gallery-item {
	float: left
}

.entry-body .entry-content .wp-block-cover-text {
	color: rgba(255,255,255,.87);
	padding-left: 30px;
	padding-right: 30px;
	font-size: 24px;
	line-height: 1.25
}

.ft-droidsans {
	font-family: droidsans
}

#tslOverlay {
	background: 0 0!important
}

.fw-400 {
	font-weight: 400
}

.fw-300 {
	font-weight: 300
}

.fw-500 {
	font-weight: 500
}

.fw-600 {
	font-weight: 600
}

.fw-700 {
	font-weight: 700
}

.fw-800 {
	font-weight: 800
}

.text-link {
	font-size: 14px;
	line-height: 26px;
	text-align: center
}

.text-link a {
	font-weight: 700;
	text-decoration: underline;
	color: #4659e2
}

.border-shadow {
	-webkit-box-shadow: 6px 6px 0 rgba(0,0,0,.16);
	-khtml-box-shadow: 6px 6px 0 rgba(0,0,0,.16);
	-moz-box-shadow: 6px 6px 0 rgba(0,0,0,.16);
	-ms-box-shadow: 6px 6px 0 rgba(0,0,0,.16);
	-o-box-shadow: 6px 6px 0 rgba(0,0,0,.16);
	box-shadow: 6px 6px rgba(0,0,0,.16);
	border: 2px solid #3140fc
}

.shadow-style2 img {
	-webkit-box-shadow: 0 1px 18px rgba(34,34,34,.24);
	-khtml-box-shadow: 0 1px 18px rgba(34,34,34,.24);
	-moz-box-shadow: 0 1px 18px rgba(34,34,34,.24);
	-ms-box-shadow: 0 1px 18px rgba(34,34,34,.24);
	-o-box-shadow: 0 1px 18px rgba(34,34,34,.24);
	box-shadow: 0 1px 18px rgba(34,34,34,.24);
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px
}

.label-hide {
	opacity: 0
}

.index-99 {
	z-index: 99;
	position: relative
}

.vc-row-flex {
	display: flex;
	flex-wrap: wrap
}

.col-shadow {
	-webkit-box-shadow: 0 16px 27px rgba(0,0,0,.24);
	-khtml-box-shadow: 0 16px 27px rgba(0,0,0,.24);
	-moz-box-shadow: 0 16px 27px rgba(0,0,0,.24);
	-ms-box-shadow: 0 16px 27px rgba(0,0,0,.24);
	-o-box-shadow: 0 16px 27px rgba(0,0,0,.24);
	box-shadow: 0 16px 27px rgba(0,0,0,.24)
}

.ct-arrow-white-left,.ct-arrow-white-right {
	width: 32px;
	height: 17px;
	display: inline-block;
	background-image: url(../images/arrow-white-lg.png);
	background-position: 50%;
	background-repeat: no-repeat
}

.ct-arrow-white-right {
	-webkit-transform: rotate(180deg);
	-khtml-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

.ct-arrow-small-left,.ct-arrow-small-right {
	width: 21px;
	height: 11px;
	display: inline-block;
	background-image: url(../images/arrow-white-sm.png);
	background-position: 50%;
	background-repeat: no-repeat
}

.ct-arrow-small-right {
	-webkit-transform: rotate(180deg);
	-khtml-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

.color-white {
	color: #fff
}

.underlink {
	text-decoration: underline
}

.underlink:hover {
	text-decoration: underline
}

.d-table {
	display: table
}

.d-table-cell {
	display: table-cell;
	vertical-align: middle
}

.bg-image {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}

.screen-reader-text {
	display: none
}

#content[tabindex="-1"]:focus {
	outline: 0
}

#content.zindex,.vc_row.zindex {
	position: relative;
	z-index: 9999
}

.wpb_text_column p {
	margin-bottom: 26px
}

.wpb_text_column p:last-child {
	margin-bottom: 0
}

.alignleft,.alignright,.aligncenter {
	margin-bottom: 35px
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 30px
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.bg-overlay {
	position: relative
}

.bg-overlay:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: inherit;
	display: block
}

.bg-gradient {
	position: relative;
	z-index: 1
}

.bg-gradient:before {
	background-image: -webkit-gradient(linear,left top,left bottom,from(#3140fc),to(#091394));
	background-image: -webkit-linear-gradient(top,#3140fc,#091394);
	background-image: -moz-linear-gradient(top,#3140fc,#091394);
	background-image: -ms-linear-gradient(top,#3140fc,#091394);
	background-image: -o-linear-gradient(top,#3140fc,#091394);
	background-image: linear-gradient(top,#3140fc,#091394);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3140fc',endColorStr='#091394');
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: -1
}

.bg-gradient.preset2:before {
	background-image: -webkit-gradient(linear,left top,left bottom,from(#a5dc26),to(#4aa112));
	background-image: -webkit-linear-gradient(top,#a5dc26,#4aa112);
	background-image: -moz-linear-gradient(top,#a5dc26,#4aa112);
	background-image: -ms-linear-gradient(top,#a5dc26,#4aa112);
	background-image: -o-linear-gradient(top,#a5dc26,#4aa112);
	background-image: linear-gradient(top,#a5dc26,#4aa112);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#a5dc26',endColorStr='#4aa112')
}

.bg-gradient-landing {
	position: relative;
	z-index: 1
}

.bg-gradient-landing:before {
	background-color: #3140fc;
	background-image: -webkit-gradient(linear,left top,right top,from(#3140fc),to(#091394));
	background-image: -webkit-linear-gradient(left,#3140fc,#091394);
	background-image: -moz-linear-gradient(left,#3140fc,#091394);
	background-image: -ms-linear-gradient(left,#3140fc,#091394);
	background-image: -o-linear-gradient(left,#3140fc,#091394);
	background-image: linear-gradient(left,#3140fc,#091394);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3140fc',endColorStr='#091394',gradientType='1');
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block!important;
	z-index: -1
}

.el-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.box-white {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	padding: 29px
}

.box-white .menu li {
	font-size: 18px;
	line-height: 29px;
	font-weight: 600
}

.bg-primary {
	background-color: #3140fc!important
}

.br-radius {
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px
}

.ct-box {
	padding: 30px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.12);
	-khtml-box-shadow: 0 2px 5px rgba(0,0,0,.12);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,.12);
	-ms-box-shadow: 0 2px 5px rgba(0,0,0,.12);
	-o-box-shadow: 0 2px 5px rgba(0,0,0,.12);
	box-shadow: 0 2px 5px rgba(0,0,0,.12)
}

.ct-bgimage {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.row-visible {
	overflow: visible!important
}

.ct-close {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	width: 30px;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.ct-close:before,.ct-close:after {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	content: "";
	background-color: #282828;
	display: block;
	height: 2px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 22px;
	top: 21px
}

.ct-close:before {
	top: 15px;
	-webkit-transform: rotate(45deg);
	-khtml-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.ct-close:after {
	-webkit-transform: rotate(-45deg);
	-khtml-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 15px
}

.ct-close:hover:before,.ct-close:hover:after {
	background-color: #091394
}

.ct-icon-plus {
	height: 12px;
	width: 12px;
	position: relative;
	display: inline-block
}

.ct-icon-plus:before,.ct-icon-plus:after {
	content: "";
	background-color: #012068;
	position: absolute;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.ct-icon-plus:before {
	width: 100%;
	height: 2px;
	top: 5px;
	left: 0
}

.ct-icon-plus:after {
	width: 2px;
	height: 100%;
	left: 5px;
	top: 0
}

.ct-icon-plus.icon-white:before,.ct-icon-plus.icon-white:after {
	background-color: #fff
}

.ct-icon-plus.icon-small {
	height: 11px;
	width: 11px
}

.ct-icon-plus.icon-small:before {
	height: 1px
}

.ct-icon-plus.icon-small:after {
	width: 1px
}

.h-gap span {
	width: 47px;
	height: 4px;
	position: relative;
	display: inline-block;
	vertical-align: top
}

.h-gap span i {
	height: 1px;
	background-color: #091394;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto
}

.h-gap span i:nth-child(1) {
	top: 0
}

.h-gap span i:nth-child(2) {
	top: 1px;
	width: 45px
}

.h-gap span i:nth-child(3) {
	top: 2px;
	width: 43px
}

.h-gap span i:nth-child(4) {
	top: 3px;
	width: 41px
}

.inline-block {
	display: inline-block;
	vertical-align: middle
}

.text-right,.align-right {
	text-align: right
}

.text-left,.align-left {
	text-align: left
}

.text-center,.align-center {
	text-align: center
}

.style-none {
	list-style: none;
	margin: 0
}

.z-index-1 {
	z-index: 1
}

.text-gradient,.contact-info .ct-contact-info-inner.style2 li i,.ct-contact-info .ct-contact-info-icon:not(.colored) i {
	background-image: -webkit-gradient(linear,left top,left bottom,from(#3140fc),to(#091394));
	background-image: -webkit-linear-gradient(top,#3140fc,#091394);
	background-image: -moz-linear-gradient(top,#3140fc,#091394);
	background-image: -ms-linear-gradient(top,#3140fc,#091394);
	background-image: -o-linear-gradient(top,#3140fc,#091394);
	background-image: linear-gradient(top,#3140fc,#091394);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3140fc',endColorStr='#091394');
	background-color: initial;
	background-clip: text;
	-o-background-clip: text;
	-ms-background-clip: text;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-o-text-fill-color: transparent;
	-ms-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-webkit-text-fill-color: transparent
}

.text-gradient_set2,body .vc_tta-container .vc_tta.vc_tta-accordion.vc_tta-style-default .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a:before {
	background-image: -webkit-gradient(linear,left top,left bottom,from(#a5dc26),to(#4aa112));
	background-image: -webkit-linear-gradient(top,#a5dc26,#4aa112);
	background-image: -moz-linear-gradient(top,#a5dc26,#4aa112);
	background-image: -ms-linear-gradient(top,#a5dc26,#4aa112);
	background-image: -o-linear-gradient(top,#a5dc26,#4aa112);
	background-image: linear-gradient(top,#a5dc26,#4aa112);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#a5dc26',endColorStr='#4aa112');
	background-color: initial;
	background-clip: text;
	-o-background-clip: text;
	-ms-background-clip: text;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-o-text-fill-color: transparent;
	-ms-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-webkit-text-fill-color: transparent
}

.text-gradient_set3 {
	background-color: #f44c01;
	background-image: -webkit-gradient(linear,left top,right top,from(#f44c01),to(#ff7a01));
	background-image: -webkit-linear-gradient(45deg,#f44c01,#ff7a01);
	background-image: -moz-linear-gradient(45deg,#f44c01,#ff7a01);
	background-image: -ms-linear-gradient(45deg,#f44c01,#ff7a01);
	background-image: -o-linear-gradient(45deg,#f44c01,#ff7a01);
	background-image: linear-gradient(45deg,#f44c01,#ff7a01);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f44c01',endColorStr='#ff7a01',gradientType='1');
	background-color: initial;
	background-clip: text;
	-o-background-clip: text;
	-ms-background-clip: text;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-o-text-fill-color: transparent;
	-ms-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-webkit-text-fill-color: transparent
}

.color-gradient-preset3 cite {
	background-color: #f44c01;
	background-image: -webkit-gradient(linear,left top,right top,from(#f44c01),to(#ff7a01));
	background-image: -webkit-linear-gradient(left,#f44c01,#ff7a01);
	background-image: -moz-linear-gradient(left,#f44c01,#ff7a01);
	background-image: -ms-linear-gradient(left,#f44c01,#ff7a01);
	background-image: -o-linear-gradient(left,#f44c01,#ff7a01);
	background-image: linear-gradient(left,#f44c01,#ff7a01);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f44c01',endColorStr='#ff7a01',gradientType='1');
	background-color: initial;
	background-clip: text;
	-o-background-clip: text;
	-ms-background-clip: text;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-o-text-fill-color: transparent;
	-ms-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-webkit-text-fill-color: transparent
}

.ft-heebo {
	font-family: heebo,sans-serif
}

.col-boxshadow>.vc_column-inner {
	background-color: #fff;
	-webkit-box-shadow: 0 1px 18px rgba(0,0,0,.15);
	-khtml-box-shadow: 0 1px 18px rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 18px rgba(0,0,0,.15);
	-ms-box-shadow: 0 1px 18px rgba(0,0,0,.15);
	-o-box-shadow: 0 1px 18px rgba(0,0,0,.15);
	box-shadow: 0 1px 18px rgba(0,0,0,.15)
}

@media screen and (min-width:992px) {
	.flex {
		display: flex;
		display: -webkit-flex;
		display: -ms-flex;
		flex-wrap: wrap
	}

	.flex .flex-col {
		display: flex!important;
		display: -webkit-flex!important;
		display: -ms-flex!important;
		flex-wrap: wrap;
		align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center
	}

	.flex-two {
		display: flex;
		display: -webkit-flex;
		display: -ms-flex;
		flex-flow: row wrap
	}

	.flex-two .flex-col {
		flex: 1 0;
		-webkit-flex: 1 0 0;
		-ms-flex: 1 0 0;
		display: flex!important;
		display: -webkit-flex!important;
		display: -ms-flex!important;
		flex-wrap: wrap;
		align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center
	}
}

@media screen and (min-width:992px) {
	.text-left-lg {
		text-align: left!important
	}

	.text-right-lg {
		text-align: right!important
	}
}

@media screen and (max-width:1199px) {
	.align-center-md {
		text-align: center
	}

	.align-left-md {
		text-align: left
	}

	.align-right-md {
		text-align: right
	}
}

@media screen and (max-width:991px) {
	.text-center-md {
		text-align: center!important
	}

	.text-left-md {
		text-align: left!important
	}

	.text-right-md {
		text-align: right!important
	}

	.align-center-sm {
		text-align: center
	}

	.align-left-sm {
		text-align: left
	}

	.align-right-sm {
		text-align: right
	}
}

@media screen and (max-width:767px) {
	.text-center-sm {
		text-align: center!important
	}

	.text-left-sm {
		text-align: left!important
	}

	.text-right-sm {
		text-align: right!important
	}

	.align-center-xs {
		text-align: center
	}

	.align-left-xs {
		text-align: left
	}

	.align-right-xs {
		text-align: right
	}
}

input::-moz-placeholder,textarea::-moz-placeholder {
	color: inherit;
	opacity: 1
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color: inherit;
	opacity: 1
}

input::-o-placeholder,textarea::-o-placeholder {
	color: inherit;
	opacity: 1
}

input::-ms-placeholder,textarea::-ms-placeholder {
	color: inherit;
	opacity: 1
}

input[type=text],input[type=email],input[type=url],input[type=password],input[type=search],input[type=tel],input[type=number],input[type=range],input[type=date],input[type=month],input[type=week],input[type=time],input[type=datetime],input[type=datetime-local],input[type=color],textarea,select,.nice-select {
	background-color: #fff;
	border: 1px solid #ececec;
	color: #838281;
	padding: 8px 16px;
	line-height: normal;
	font-size: 13px;
	height: 40px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	width: 100%;
	outline: none
}

input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=number]:focus,input[type=range]:focus,input[type=date]:focus,input[type=month]:focus,input[type=week]:focus,input[type=time]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=color]:focus,textarea:focus,select:focus,.nice-select:focus {
	border-color: #3140fc
}

select {
	height: 47px
}

textarea {
	line-height: normal;
	padding-top: 14px;
	padding-bottom: 14px;
	height: 195px
}

input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=password]:focus,input[type=search]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=range]:focus,input[type=date]:focus,input[type=month]:focus,input[type=week]:focus,input[type=time]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=color]:focus,textarea:focus,select:focus {
	outline: 0;
	border-color: #3140fc
}

.ct-select form {
	position: relative;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px
}

.ct-select select {
	height: 39px;
	line-height: 37px;
	font-size: 15px;
	background-color: initial;
	position: relative;
	z-index: 99;
	-webkit-appearance: none;
	-khtml-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none
}

.ct-select i {
	position: absolute;
	right: 14px;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%)
}

body .wpcf7-form {
	position: relative
}

body .wpcf7-form:before {
	content: '';
	width: 30px;
	height: 30px;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	border-color: transparent #3140fc transparent #3140fc;
	border-width: 2px;
	border-style: solid;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	animation: ctspin .6s infinite linear;
	-webkit-animation: ctspin .6s infinite linear;
	box-sizing: border-box;
	z-index: 2;
	-webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
	-o-transition: all .25s cubic-bezier(.645,.045,.355,1);
	transition: all .25s cubic-bezier(.645,.045,.355,1);
	visibility: hidden
}

body .wpcf7-form .wpcf7-form-control-wrap {
	margin-bottom: 10px;
	display: block
}

body .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	display: none
}

body .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid {
	border-color: #f13c3c!important
}

body .wpcf7-form .wpcf7-response-output {
	margin: 30px 0 0;
	background-color: #fff;
	border-radius: 3px;
	border: none;
	padding: 14px 20px;
	font-size: 14px;
	font-style: normal;
	-webkit-box-shadow: 0 12px 24px rgba(0,0,0,8%);
	-khtml-box-shadow: 0 12px 24px rgba(0,0,0,8%);
	-moz-box-shadow: 0 12px 24px rgba(0,0,0,8%);
	-ms-box-shadow: 0 12px 24px rgba(0,0,0,8%);
	-o-box-shadow: 0 12px 24px rgba(0,0,0,8%);
	box-shadow: 0 12px 24px rgba(0,0,0,8%)
}

body .wpcf7-form .ajax-loader,body .wpcf7-form .wpcf7-spinner {
	display: none!important
}

body .wpcf7-form .wpcf7-menu {
	display: block
}

body .wpcf7-form .wpcf7-menu select {
	background-color: initial;
	-webkit-appearance: none;
	-khtml-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	z-index: 99
}

body .wpcf7-form .wpcf7-menu select option {
	padding: 5px
}

body .wpcf7-form.submitting * {
	opacity: .66
}

body .wpcf7-form.submitting:before {
	opacity: 1;
	visibility: visible
}

.select2 .select2-selection--single {
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	border: 1px solid #e7e8e9;
	height: 47px
}

.select2 .select2-selection--single .select2-selection__rendered {
	padding-left: 15px;
	line-height: 47px
}

.select2 .select2-selection--single .select2-selection__arrow {
	right: 8px;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%)
}

#ui-datepicker-div {
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 4px 15px rgba(0,0,0,.24);
	border: none;
	padding: 0
}

#ui-datepicker-div .ui-datepicker-header {
	background-color: #3140fc;
	border: none;
	border-bottom: 1px solid rgba(255,255,255,.1);
	-webkit-border-radius: 3px 3px 0 0;
	-khtml-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	font-weight: 400;
	padding: 0
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev,#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background-color: initial;
	border: none;
	cursor: pointer;
	padding: 0;
	margin: 0;
	top: 0
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span,#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
	display: none
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:before,#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:before {
	font-family: material-design-iconic-font;
	font-size: 16px;
	color: rgba(255,255,255,.4)
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
	left: 0
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:before {
	content: "\f2f4"
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
	right: 0
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:before {
	content: "\f2f6"
}

#ui-datepicker-div .ui-datepicker-title {
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	margin: 0 40px
}

#ui-datepicker-div .ui-datepicker-title select {
	font-size: inherit;
	color: #fff;
	line-height: normal;
	height: inherit;
	background-color: initial;
	-webkit-appearance: none;
	-khtml-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
	width: inherit;
	border: none
}

#ui-datepicker-div .ui-datepicker-title select option {
	padding: 0
}

#ui-datepicker-div .ui-datepicker-calendar {
	background-color: initial;
	border: none;
	margin: 0
}

#ui-datepicker-div .ui-datepicker-calendar thead {
	background-color: #3140fc
}

#ui-datepicker-div .ui-datepicker-calendar th span {
	text-transform: uppercase;
	color: #fff
}

#ui-datepicker-div .ui-datepicker-calendar td {
	font-size: 12px
}

#ui-datepicker-div .ui-datepicker-calendar td a,#ui-datepicker-div .ui-datepicker-calendar td span {
	background-color: initial;
	border: none;
	text-align: center
}

#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-active,#ui-datepicker-div .ui-datepicker-calendar td span.ui-state-active,#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-highlight,#ui-datepicker-div .ui-datepicker-calendar td span.ui-state-highlight {
	background-color: #3140fc;
	color: #fff;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px
}

#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-highlight,#ui-datepicker-div .ui-datepicker-calendar td span.ui-state-highlight {
	background-color: rgba(49,64,252,.7)
}

form .select2-container--default {
	width: 100%!important
}

form .select2-container--default .select2-selection {
	border: 1px solid #e7e8e9;
	height: 47px
}

form .select2-container--default .select2-selection .select2-selection__rendered {
	line-height: 47px;
	padding-left: 15px
}

form .select2-container--default .select2-selection .select2-selection__arrow {
	right: 10px;
	top: 50%;
	color: #8f8f8f
}

form .select2-container--default .select2-selection .select2-selection__clear {
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 30px;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	width: 20px;
	color: #8f8f8f
}

form .select2-container--default .select2-selection .select2-selection__placeholder {
	color: rgba(55,55,55,.87)
}

.select2-container.select2-container--open .select2-dropdown {
	border-color: #e7e8e9
}

.select2-container.select2-container--open .select2-dropdown .select2-search__field {
	border: 1px solid #e7e8e9;
	padding-left: 15px;
	padding-right: 15px
}

.select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
	background-color: #3140fc
}

.ct-field-checkbox {
	position: relative;
	padding-left: 27px
}

.ct-field-checkbox .icon-check {
	border: 1px solid #e1e3e3;
	border-radius: 1px;
	display: block;
	height: 17px;
	width: 17px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	z-index: 1
}

.ct-field-checkbox .icon-check:before {
	content: "\f00c";
	font-size: 13px;
	color: #3140fc;
	position: absolute;
	top: -4px;
	left: 1px;
	font-family: FontAwesome;
	opacity: 0
}

.ct-field-checkbox input {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	opacity: 0;
	cursor: pointer;
	z-index: 3
}

.ct-field-checkbox input:checked+.icon-check:before {
	opacity: 1
}

.nice-select {
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
	padding-right: 40px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

.nice-select:after {
	content: "\f2f9";
	font-family: material-design-iconic-font;
	font-size: 18px;
	color: #222;
	position: absolute;
	right: 18px;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%)
}

.nice-select span.current {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 40px
}

.nice-select .option {
	text-overflow: ellipsis;
	overflow: hidden
}

.nice-select.open .list {
	width: 100%;
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1)translateY(0);
	-ms-transform: scale(1)translateY(0);
	transform: scale(1)translateY(0)
}

.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none
}

.nice-select.disabled:after {
	border-color: #ccc
}

.nice-select.wide {
	width: 100%
}

.nice-select.wide .list {
	left: 0!important;
	right: 0!important
}

.nice-select.right {
	float: right
}

.nice-select.right .list {
	left: auto;
	right: 0
}

.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px
}

.nice-select.small:after {
	height: 4px;
	width: 4px
}

.nice-select.small .option {
	line-height: 34px;
	min-height: 34px
}

.nice-select .list {
	max-height: 250px;
	overflow: auto;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	margin-top: 3px!important;
	background-color: #fff;
	padding: 12px 0;
	box-sizing: border-box;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(.75)translateY(-21px);
	-ms-transform: scale(.75)translateY(-21px);
	transform: scale(.75)translateY(-21px);
	-webkit-transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
	transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
	z-index: 9;
	color: #6c757d;
	border: 1px solid #efefef;
	font-size: 15px
}

.nice-select .list .selected {
	color: #3140fc
}

.nice-select .list:hover .option:not(:hover) {
	background-color: initial!important
}

.nice-select .option {
	cursor: pointer;
	line-height: normal;
	list-style: none;
	outline: none;
	padding: 6px 22px;
	text-align: left;
	-webkit-transition: all .2s;
	-khtml-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	margin-bottom: 0!important
}

.nice-select .option:hover {
	color: #3140fc
}

.nice-select .option.selected {
	font-weight: 700
}

.nice-select .option.disabled {
	background-color: initial;
	color: #999;
	cursor: default
}

.no-csspointerevents .nice-select .list {
	display: none
}

.no-csspointerevents .nice-select.open .list {
	display: block
}

body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-title {
	color: #091394
}

body #content #booked-profile-page .booked-profile-header,body #content table.booked-calendar th {
	background-color: #3140fc!important
}

body #content table.booked-calendar tr:not(.days) th {
	background-color: rgba(49,64,252,.8)!important
}

body #booked-profile-page input[type=submit].button-primary:hover,body table.booked-calendar input[type=submit].button-primary:hover,body .booked-list-view button.button:hover,body .booked-list-view input[type=submit].button-primary:hover,body .booked-modal input[type=submit].button-primary:hover,body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover,body #booked-profile-page .appt-block .google-cal-button>a:hover {
	background-color: #091394!important;
	border-color: #091394!important
}

#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td.ui-datepicker-today a,#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td.ui-datepicker-today a:hover,body #booked-profile-page input[type=submit].button-primary,body table.booked-calendar input[type=submit].button-primary,body .booked-list-view button.button,body .booked-list-view input[type=submit].button-primary,body .booked-list-view button.button,body .booked-list-view input[type=submit].button-primary,body .booked-modal input[type=submit].button-primary,body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button,body #booked-profile-page .booked-profile-appt-list .appt-block.approved .status-block,body #booked-profile-page .appt-block .google-cal-button>a,body .booked-modal p.booked-title-bar,body table.booked-calendar td:hover .date span,body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active,body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active:hover,.booked-ms-modal .booked-book-appt {
	background-color: #3140fc!important;
	border-color: #3140fc!important
}

body #content table.booked-calendar td.today .date span {
	border-color: #091394!important
}

body #content table.booked-calendar td.today:hover .date span {
	background-color: #091394!important
}

body #content table.booked-calendar td.active:hover .date span {
	color: #fff!important
}

.btn,button,.button,input[type=submit] {
	background-color: #3140fc;
	font-family: poppins,sans-serif;
	border: none;
	color: #fff;
	font-size: 14px;
	padding: 0 32px;
	line-height: 47px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	-webkit-border-radius: 47px;
	-khtml-border-radius: 47px;
	-moz-border-radius: 47px;
	-ms-border-radius: 47px;
	-o-border-radius: 47px;
	border-radius: 47px;
	position: relative;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	z-index: 1;
	font-weight: 500;
	outline: none;
	white-space: nowrap;
	-webkit-box-shadow: 0 4px 10px rgba(49,64,252,.36);
	-khtml-box-shadow: 0 4px 10px rgba(49,64,252,.36);
	-moz-box-shadow: 0 4px 10px rgba(49,64,252,.36);
	-ms-box-shadow: 0 4px 10px rgba(49,64,252,.36);
	-o-box-shadow: 0 4px 10px rgba(49,64,252,.36);
	box-shadow: 0 4px 10px rgba(49,64,252,.36)
}

.btn:hover,button:hover,.button:hover,input[type=submit]:hover,.btn:focus,button:focus,.button:focus,input[type=submit]:focus,.btn:active,button:active,.button:active,input[type=submit]:active {
	outline: none;
	text-decoration: none;
	color: #fff;
	background-color: #091394
}

.btn i {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.btn.size-lg {
	line-height: 58px;
	padding: 0 44px
}

.btn.btn-dark,.btn.btn-third {
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background-color: #000;
	line-height: 45px;
	padding-left: 37px;
	padding-right: 37px
}

.btn.btn-dark:hover,.btn.btn-third:hover {
	background-color: #4659e2
}

.btn.btn-third {
	background-color: #4659e2;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.1)inset;
	-khtml-box-shadow: 0 2px 4px rgba(0,0,0,.1)inset;
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,.1)inset;
	-ms-box-shadow: 0 2px 4px rgba(0,0,0,.1)inset;
	-o-box-shadow: 0 2px 4px rgba(0,0,0,.1)inset;
	box-shadow: 0 2px 4px rgba(0,0,0,.1)inset
}

.btn.btn-third:hover {
	background-color: #091394
}

.btn.btn-primary {
	background-color: #3140fc;
	background-image: none
}

.btn.btn-secondary {
	background-color: #091394;
	background-image: none
}

.btn.no-shadow {
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none
}

.btn.btn-outline {
	color: #2d3136;
	background-color: initial;
	background-image: none
}

.btn.btn-outline i {
	color: #3140fc
}

.btn.btn-outline span:before {
	content: '';
	background-color: #3140fc;
	background-image: -webkit-gradient(linear,left top,right top,from(#3140fc),to(#091394));
	background-image: -webkit-linear-gradient(left,#3140fc,#091394);
	background-image: -moz-linear-gradient(left,#3140fc,#091394);
	background-image: -ms-linear-gradient(left,#3140fc,#091394);
	background-image: -o-linear-gradient(left,#3140fc,#091394);
	background-image: linear-gradient(left,#3140fc,#091394);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3140fc',endColorStr='#091394',gradientType='1');
	z-index: -2;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px
}

.btn.btn-outline span:after {
	content: '';
	background-color: #fff;
	z-index: -1;
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.btn.btn-outline:hover {
	color: #fff
}

.btn.btn-outline:hover i {
	color: #fff
}

.btn.btn-outline:hover span:after {
	background-color: initial
}

.btn.btn-gray {
	background-color: #eeeef6;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	line-height: 45px;
	padding-left: 48px;
	padding-right: 48px;
	font-size: 15px;
	color: #333;
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.1)inset;
	-khtml-box-shadow: 2px 2px 4px rgba(0,0,0,.1)inset;
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,.1)inset;
	-ms-box-shadow: 2px 2px 4px rgba(0,0,0,.1)inset;
	-o-box-shadow: 2px 2px 4px rgba(0,0,0,.1)inset;
	box-shadow: 2px 2px 4px rgba(0,0,0,.1)inset
}

.btn.btn-gray:before {
	background-image: -webkit-gradient(linear,left top,left bottom,from(#a5dc26),to(#4aa112));
	background-image: -webkit-linear-gradient(top,#a5dc26,#4aa112);
	background-image: -moz-linear-gradient(top,#a5dc26,#4aa112);
	background-image: -ms-linear-gradient(top,#a5dc26,#4aa112);
	background-image: -o-linear-gradient(top,#a5dc26,#4aa112);
	background-image: linear-gradient(top,#a5dc26,#4aa112);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#a5dc26',endColorStr='#4aa112');
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	z-index: -1;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	opacity: 0
}

.btn.btn-gray:hover,.btn.btn-gray:focus {
	background-color: initial;
	color: #fff
}

.btn.btn-gray:hover:before,.btn.btn-gray:focus:before {
	opacity: 1
}

.btn.btn-gradient {
	background-color: initial;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	line-height: 45px;
	font-size: 15px;
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.1)inset;
	-khtml-box-shadow: 2px 2px 4px rgba(0,0,0,.1)inset;
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,.1)inset;
	-ms-box-shadow: 2px 2px 4px rgba(0,0,0,.1)inset;
	-o-box-shadow: 2px 2px 4px rgba(0,0,0,.1)inset;
	box-shadow: 2px 2px 4px rgba(0,0,0,.1)inset
}

.btn.btn-gradient:before,.btn.btn-gradient:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	z-index: -1;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.btn.btn-gradient:before {
	background-image: -webkit-gradient(linear,left top,left bottom,from(#a5dc26),to(#4aa112));
	background-image: -webkit-linear-gradient(top,#a5dc26,#4aa112);
	background-image: -moz-linear-gradient(top,#a5dc26,#4aa112);
	background-image: -ms-linear-gradient(top,#a5dc26,#4aa112);
	background-image: -o-linear-gradient(top,#a5dc26,#4aa112);
	background-image: linear-gradient(top,#a5dc26,#4aa112);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#a5dc26',endColorStr='#4aa112')
}

.btn.btn-gradient:after {
	background-image: -webkit-gradient(linear,left top,left bottom,from(#4aa112),to(#a5dc26));
	background-image: -webkit-linear-gradient(top,#4aa112,#a5dc26);
	background-image: -moz-linear-gradient(top,#4aa112,#a5dc26);
	background-image: -ms-linear-gradient(top,#4aa112,#a5dc26);
	background-image: -o-linear-gradient(top,#4aa112,#a5dc26);
	background-image: linear-gradient(top,#4aa112,#a5dc26);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4aa112',endColorStr='#a5dc26');
	opacity: 0
}

.btn.btn-gradient:hover:before,.btn.btn-gradient:focus:before {
	opacity: 0
}

.btn.btn-gradient:hover:after,.btn.btn-gradient:focus:after {
	opacity: 1
}

.btn.btn-shadow {
	-webkit-box-shadow: 0 2px 10px rgba(34,34,34,.36);
	-khtml-box-shadow: 0 2px 10px rgba(34,34,34,.36);
	-moz-box-shadow: 0 2px 10px rgba(34,34,34,.36);
	-ms-box-shadow: 0 2px 10px rgba(34,34,34,.36);
	-o-box-shadow: 0 2px 10px rgba(34,34,34,.36);
	box-shadow: 0 2px 10px rgba(34,34,34,.36)
}

.btn.btn-link {
	line-height: 47px;
	padding-left: 30px;
	padding-right: 74px
}

.btn.btn-link i {
	width: 56px;
	height: 47px;
	line-height: 47px;
	font-size: 13px;
	color: #fff;
	-webkit-border-radius: 0 47px 47px 0;
	-khtml-border-radius: 0 47px 47px 0;
	-moz-border-radius: 0 47px 47px 0;
	-ms-border-radius: 0 47px 47px 0;
	-o-border-radius: 0 47px 47px 0;
	border-radius: 0 47px 47px 0;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #091394
}

.btn-align-center {
	text-align: center
}

.btn-align-right {
	text-align: right
}

.btn-group .btn+.btn {
	margin-left: 30px
}

.btn-block {
	display: block
}

.ct-button-wrapper i {
	margin-left: 10px
}

.ct-btn-group {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px
}

.ct-button-wrapper .btn.btn-icon {
	padding-left: 27px;
	padding-right: 77px
}

.ct-button-wrapper .btn.btn-icon i {
	font-size: 13px;
	line-height: inherit;
	width: 56px;
	background-color: #091394;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden
}

.ct-button-wrapper .btn.btn-icon:hover {
	background-color: #3140fc
}

.ct-button-wrapper .btn.btn-icon:hover i:before {
	-o-animation: toRightFromLeft .3s forwards;
	-ms-animation: toRightFromLeft .3s forwards;
	-webkit-animation: toRightFromLeft .3s forwards;
	animation: toRightFromLeft .3s forwards;
	display: block
}

#header-wrap {
	position: relative;
	z-index: 999;
	background-color: #fff
}

#header-wrap .header-branding {
	margin: 10px 15px;
	position: relative;
	flex-grow: 1
}

#header-wrap .header-branding img {
	max-height: 86px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

#header-wrap .header-branding .logo-sticky,#header-wrap .header-branding .logo-mobile {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0
}

#header-wrap .header-topbar-icon {
	margin-left: 77px
}

#header-wrap .header-topbar-icon .h-btn-cart {
	position: relative;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

#header-wrap .header-topbar-icon .cart-counter {
	background-color: #42a200;
	font-size: 10px;
	height: 16px;
	width: 16px;
	line-height: 16px;
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 16px;
	-khtml-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
	position: absolute;
	top: -5px;
	right: -6px;
	overflow: hidden;
	color: #fff
}

#header-wrap .header-topbar-contact {
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 14px;
	color: #fff;
	font-weight: 600
}

#header-wrap .header-topbar-contact li {
	display: inline-block;
	position: relative;
	z-index: 998
}

#header-wrap .header-topbar-contact li i {
	font-size: 18px;
	margin-right: 10px
}

#header-wrap .header-topbar-contact li a {
	color: inherit
}

#header-wrap .header-topbar-contact li a:hover {
	color: inherit
}

#header-wrap .header-topbar-contact li+li {
	margin-left: 34px
}

#header-wrap .site-menu-right {
	margin-left: 45px
}

#header-wrap .site-menu-right .menu-right-item {
	font-size: 15px;
	color: #000;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	cursor: pointer
}

#header-wrap .site-menu-right .menu-right-item:hover {
	color: #3140fc
}

#header-wrap .header-social {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin-left: 33px
}

#header-wrap .header-social a {
	font-size: 18px;
	color: #091394;
	margin-left: 9px
}

#header-wrap .header-social a:hover {
	color: #3140fc
}

#header-wrap .header-topbar-wrap.style1 {
	padding: 16px 0 16px 130px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: nowrap
}

#header-wrap .header-topbar-wrap.style1:before {
	background-color: #000;
	content: "";
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 1e4px;
	-webkit-transform: skew(45deg);
	-khtml-transform: skew(45deg);
	-moz-transform: skew(45deg);
	-ms-transform: skew(45deg);
	-o-transform: skew(45deg);
	transform: skew(45deg)
}

#header-wrap .header-topbar-wrap.style2 {
	border-bottom: 1px solid #ecebeb
}

#header-wrap .header-topbar-wrap.style2 .header-topbar-contact {
	color: #333;
	flex-grow: 1;
	justify-content: left
}

#header-wrap .header-topbar-wrap.style2 .header-topbar-contact i {
	color: #091394
}

#header-wrap .header-topbar-wrap.style2 .header-topbar-contact li {
	padding: 21px 33px;
	border-right: 1px solid #ecebeb
}

#header-wrap .header-topbar-wrap.style2 .header-topbar-contact li+li {
	margin: 0
}

@media(min-width:992px) and (max-width:1199px) {
	#header-wrap .header-topbar-wrap.style2 .header-topbar-contact {
		flex-grow: inherit
	}

	#header-wrap .header-topbar-wrap.style2 .header-topbar-contact li:first-child {
		border-left: 1px solid #ecebeb
	}

	#header-wrap .header-topbar-wrap.style2 .header-topbar-contact i {
		margin: 0
	}

	#header-wrap .header-topbar-wrap.style2 .header-topbar-contact span {
		display: none
	}
}

#header-wrap .header-main.h-fixed {
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,5%);
	-khtml-box-shadow: 0 3px 6px rgba(0,0,0,5%);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,5%);
	-ms-box-shadow: 0 3px 6px rgba(0,0,0,5%);
	-o-box-shadow: 0 3px 6px rgba(0,0,0,5%);
	box-shadow: 0 3px 6px rgba(0,0,0,5%)
}

#header-wrap .header-main.h-fixed .header-branding .logo-main {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0
}

#header-wrap .header-main.h-fixed .header-branding .logo-sticky {
	opacity: 1;
	position: static
}

#header-wrap .header-main.h-fixed .header-branding img {
	max-height: 64px
}

#header-wrap .header-main .row {
	align-items: center
}

@media screen and (min-width:992px) {
	#header-wrap .header-navigation {
		margin: 0 15px
	}

	#header-wrap.header-layout1 .main-navigation {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: flex-end
	}

	#header-wrap.header-layout1 .header-main.h-fixed .header-topbar-wrap {
		padding-top: 10px;
		padding-bottom: 10px
	}

	#header-wrap.header-layout1 .header-main.h-fixed .primary-menu>li>a {
		line-height: 55px
	}

	#header-wrap.header-layout1 .site-menu-right .menu-right-item+.menu-right-item {
		margin-left: 26px
	}

	#header-wrap.header-layout2 {
		background-color: initial
	}

	#header-wrap.header-layout2 #header-main .primary-menu>li>a:before {
		width: 0;
		height: 4px;
		right: 12px;
		left: auto;
		background-color: #509cf9;
		top: calc(50% + 16px);
		top: -webkit-calc(50% + 16px);
		top: -ms-calc(50% + 16px);
		top: -o-calc(50% + 16px);
		bottom: auto
	}

	#header-wrap.header-layout2 #header-main .primary-menu>li>a.current:before,#header-wrap.header-layout2 #header-main .primary-menu>li:hover>a:before,#header-wrap.header-layout2 #header-main .primary-menu>li.current_page_item>a:before,#header-wrap.header-layout2 #header-main .primary-menu>li.current-menu-item>a:before,#header-wrap.header-layout2 #header-main .primary-menu>li.current_page_ancestor>a:before,#header-wrap.header-layout2 #header-main .primary-menu>li.current-menu-ancestor>a:before {
		width: 22px
	}

	#header-wrap.header-layout2 #header-main .primary-menu>li .sub-menu li>a:hover,#header-wrap.header-layout2 #header-main .primary-menu>li .sub-menu li.current_page_item>a,#header-wrap.header-layout2 #header-main .primary-menu>li .sub-menu li.current-menu-item>a,#header-wrap.header-layout2 #header-main .primary-menu>li .sub-menu li.current_page_ancestor>a,#header-wrap.header-layout2 #header-main .primary-menu>li .sub-menu li.current-menu-ancestor>a {
		color: #509cf9
	}

	#header-wrap.header-layout2 #header-main .primary-menu>li .sub-menu li>a:hover:before,#header-wrap.header-layout2 #header-main .primary-menu>li .sub-menu li.current_page_item>a:before,#header-wrap.header-layout2 #header-main .primary-menu>li .sub-menu li.current-menu-item>a:before,#header-wrap.header-layout2 #header-main .primary-menu>li .sub-menu li.current_page_ancestor>a:before,#header-wrap.header-layout2 #header-main .primary-menu>li .sub-menu li.current-menu-ancestor>a:before {
		background-color: #509cf9
	}

	#header-wrap.header-layout2 #header-main:not(.h-fixed) {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin-top: 20px
	}

	#header-wrap.header-layout2 #header-main:not(.h-fixed) .primary-menu>li>a {
		color: #fff;
		line-height: 100px;
		padding: 0 12px
	}

	#header-wrap.header-layout2 #header-main.h-fixed {
		background-color: #fff
	}

	#header-wrap.header-layout2 #header-main.h-fixed .primary-menu>li>a {
		line-height: 80px
	}

	#header-wrap.header-layout3 {
		background-color: initial
	}

	#header-wrap.header-layout3 .container {
		position: relative
	}

	#header-wrap.header-layout3 .header-topbar-wrap {
		background-color: #fff
	}

	#header-wrap.header-layout3 .header-topbar-wrap .row {
		padding-left: 287px
	}

	#header-wrap.header-layout3 .header-topbar-wrap .header-branding {
		width: 272px;
		border: 1px solid #ecebeb;
		padding: 25px 0;
		background-color: #fff;
		text-align: center;
		position: absolute;
		margin: 0;
		top: 0;
		left: 15px;
		z-index: 1;
		-webkit-box-shadow: 0 4px 15px rgba(0,0,0,.12);
		-khtml-box-shadow: 0 4px 15px rgba(0,0,0,.12);
		-moz-box-shadow: 0 4px 15px rgba(0,0,0,.12);
		-ms-box-shadow: 0 4px 15px rgba(0,0,0,.12);
		-o-box-shadow: 0 4px 15px rgba(0,0,0,.12);
		box-shadow: 0 4px 15px rgba(0,0,0,.12)
	}

	#header-wrap.header-layout3 .main-navigation {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: flex-end
	}

	#header-wrap.header-layout3 .site-menu-right {
		margin-left: 60px;
		display: flex;
		align-items: center
	}

	#header-wrap.header-layout3 .site-menu-right .menu-right-item {
		margin-left: 27px
	}

	#header-wrap.header-layout3 .site-menu-right .menu-right-item:hover {
		color: #509cf9
	}

	#header-wrap.header-layout3 .site-menu-right .header-topbar-icon {
		margin-left: 0
	}

	#header-wrap.header-layout3 .header-social {
		margin-right: 15px
	}

	#header-wrap.header-layout3 .header-main {
		position: absolute;
		top: 66px;
		left: 0;
		right: 0;
		background-color: rgba(0,0,0,.55)
	}

	#header-wrap.header-layout3 .header-main .row {
		justify-content: flex-end
	}

	#header-wrap.header-layout3 .header-main .primary-menu>li>a:before {
		display: none
	}

	#header-wrap.header-layout3 .header-main .primary-menu>li>a.current,#header-wrap.header-layout3 .header-main .primary-menu>li:hover>a,#header-wrap.header-layout3 .header-main .primary-menu>li.current_page_item>a,#header-wrap.header-layout3 .header-main .primary-menu>li.current-menu-item>a,#header-wrap.header-layout3 .header-main .primary-menu>li.current_page_ancestor>a,#header-wrap.header-layout3 .header-main .primary-menu>li.current-menu-ancestor>a {
		color: #509cf9
	}

	#header-wrap.header-layout3 .header-main .primary-menu>li .sub-menu li>a:hover,#header-wrap.header-layout3 .header-main .primary-menu>li .sub-menu li.current_page_item>a,#header-wrap.header-layout3 .header-main .primary-menu>li .sub-menu li.current-menu-item>a,#header-wrap.header-layout3 .header-main .primary-menu>li .sub-menu li.current_page_ancestor>a,#header-wrap.header-layout3 .header-main .primary-menu>li .sub-menu li.current-menu-ancestor>a {
		color: #509cf9
	}

	#header-wrap.header-layout3 .header-main .primary-menu>li .sub-menu li>a:hover:before,#header-wrap.header-layout3 .header-main .primary-menu>li .sub-menu li.current_page_item>a:before,#header-wrap.header-layout3 .header-main .primary-menu>li .sub-menu li.current-menu-item>a:before,#header-wrap.header-layout3 .header-main .primary-menu>li .sub-menu li.current_page_ancestor>a:before,#header-wrap.header-layout3 .header-main .primary-menu>li .sub-menu li.current-menu-ancestor>a:before {
		background-color: #509cf9
	}

	#header-wrap.header-layout3 .header-main .cart-counter {
		background-color: #509cf9
	}

	#header-wrap.header-layout3 .header-main:not(.h-fixed) .site-menu-right .menu-right-item {
		color: #fff
	}

	#header-wrap.header-layout3 .header-main:not(.h-fixed) .site-menu-right .menu-right-item:hover {
		color: #509cf9
	}

	#header-wrap.header-layout3 .header-main:not(.h-fixed) .site-menu-right .h-btn-cart:hover {
		color: #509cf9
	}

	#header-wrap.header-layout3 .header-main:not(.h-fixed) .primary-menu>li>a {
		color: #fff;
		line-height: 55px
	}

	#header-wrap.header-layout3 .header-main:not(.h-fixed) .primary-menu>li:hover>a,#header-wrap.header-layout3 .header-main:not(.h-fixed) .primary-menu>li.current_page_item>a,#header-wrap.header-layout3 .header-main:not(.h-fixed) .primary-menu>li.current-menu-item>a,#header-wrap.header-layout3 .header-main:not(.h-fixed) .primary-menu>li.current_page_ancestor>a,#header-wrap.header-layout3 .header-main:not(.h-fixed) .primary-menu>li.current-menu-ancestor>a {
		color: #509cf9
	}

	#header-wrap.header-layout3 .header-main:not(.h-fixed) .header-branding {
		display: none
	}

	#header-wrap.header-layout3 .header-main.h-fixed .header-topbar-icon .h-btn-cart {
		color: #000
	}

	#header-wrap.header-layout3 .header-main.h-fixed .header-topbar-icon .h-btn-cart:hover {
		color: #509cf9
	}

	#header-wrap.header-layout3 .header-main.h-fixed .primary-menu>li>a {
		line-height: 55px
	}

	#header-wrap.header-layout4 {
		background-color: initial
	}

	#header-wrap.header-layout4 .header-branding {
		margin: 0 15px
	}

	#header-wrap.header-layout4 .header-branding .header-branding-inner {
		-webkit-transition: all 300ms linear 0ms;
		-khtml-transition: all 300ms linear 0ms;
		-moz-transition: all 300ms linear 0ms;
		-ms-transition: all 300ms linear 0ms;
		-o-transition: all 300ms linear 0ms;
		transition: all 300ms linear 0ms
	}

	#header-wrap.header-layout4 .main-navigation {
		display: flex;
		align-items: center;
		flex-wrap: wrap
	}

	#header-wrap.header-layout4 .site-menu-right {
		margin-left: 36px
	}

	#header-wrap.header-layout4 .site-menu-right .menu-right-item {
		font-size: 20px
	}

	#header-wrap.header-layout4 #header-main .primary-menu>li>a {
		z-index: 1
	}

	#header-wrap.header-layout4 #header-main .primary-menu>li>a:before {
		height: 5px;
		right: 14px;
		left: 14px;
		top: calc(50% + 4px);
		top: -webkit-calc(50% + 4px);
		top: -ms-calc(50% + 4px);
		top: -o-calc(50% + 4px);
		bottom: auto;
		background-color: #f44c01;
		background-image: -webkit-gradient(linear,left top,right top,from(#f44c01),to(#ff7a01));
		background-image: -webkit-linear-gradient(left,#f44c01,#ff7a01);
		background-image: -moz-linear-gradient(left,#f44c01,#ff7a01);
		background-image: -ms-linear-gradient(left,#f44c01,#ff7a01);
		background-image: -o-linear-gradient(left,#f44c01,#ff7a01);
		background-image: linear-gradient(left,#f44c01,#ff7a01);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f44c01',endColorStr='#ff7a01',gradientType='1');
		opacity: 0;
		z-index: -1
	}

	#header-wrap.header-layout4 #header-main .primary-menu>li>a.current:before,#header-wrap.header-layout4 #header-main .primary-menu>li:hover>a:before,#header-wrap.header-layout4 #header-main .primary-menu>li.current_page_item>a:before,#header-wrap.header-layout4 #header-main .primary-menu>li.current-menu-item>a:before,#header-wrap.header-layout4 #header-main .primary-menu>li.current_page_ancestor>a:before,#header-wrap.header-layout4 #header-main .primary-menu>li.current-menu-ancestor>a:before {
		opacity: 1;
		width: inherit
	}

	#header-wrap.header-layout4 #header-main .primary-menu>li .sub-menu li>a:hover,#header-wrap.header-layout4 #header-main .primary-menu>li .sub-menu li.current_page_item>a,#header-wrap.header-layout4 #header-main .primary-menu>li .sub-menu li.current-menu-item>a,#header-wrap.header-layout4 #header-main .primary-menu>li .sub-menu li.current_page_ancestor>a,#header-wrap.header-layout4 #header-main .primary-menu>li .sub-menu li.current-menu-ancestor>a {
		color: #f44c01
	}

	#header-wrap.header-layout4 #header-main .primary-menu>li .sub-menu li>a:hover:before,#header-wrap.header-layout4 #header-main .primary-menu>li .sub-menu li.current_page_item>a:before,#header-wrap.header-layout4 #header-main .primary-menu>li .sub-menu li.current-menu-item>a:before,#header-wrap.header-layout4 #header-main .primary-menu>li .sub-menu li.current_page_ancestor>a:before,#header-wrap.header-layout4 #header-main .primary-menu>li .sub-menu li.current-menu-ancestor>a:before {
		background-color: #f44c01
	}

	#header-wrap.header-layout4 #header-main:not(.h-fixed) {
		position: absolute;
		top: 0;
		left: 0;
		right: 0
	}

	#header-wrap.header-layout4 #header-main:not(.h-fixed) .header-branding-inner {
		display: inline-block;
		background-color: #fff;
		padding: 31px 27px 52px;
		border-radius: 0 0 76px 76px
	}

	#header-wrap.header-layout4 #header-main:not(.h-fixed) .primary-menu>li>a {
		color: #fff;
		line-height: 100px
	}

	#header-wrap.header-layout4 #header-main:not(.h-fixed) .site-menu-right .menu-right-item {
		color: #fff
	}

	#header-wrap.header-layout4 #header-main:not(.h-fixed) .site-menu-right .menu-right-item:hover {
		color: #f44c01
	}

	#header-wrap.header-layout4 #header-main.h-fixed {
		background-color: #fff
	}

	#header-wrap.header-layout4 #header-main.h-fixed .primary-menu>li>a {
		line-height: 80px
	}

	#header-wrap.header-layout5 #header-main {
		position: absolute;
		top: 60px;
		left: 0;
		right: 0;
		background-color: #fff;
		max-width: 1170px;
		margin: auto;
		-webkit-box-shadow: -5px 0 10px rgba(0,0,0,.31)inset;
		-khtml-box-shadow: -5px 0 10px rgba(0,0,0,.31)inset;
		-moz-box-shadow: -5px 0 10px rgba(0,0,0,.31)inset;
		-ms-box-shadow: -5px 0 10px rgba(0,0,0,.31)inset;
		-o-box-shadow: -5px 0 10px rgba(0,0,0,.31)inset;
		box-shadow: -5px 0 10px rgba(0,0,0,.31)inset
	}

	#header-wrap.header-layout5 #header-main .line-menu {
		background-color: #3b3b3b;
		height: 2px;
		width: 2px;
		position: absolute;
		top: 50%;
		-webkit-transform: translate(0,-50%);
		-khtml-transform: translate(0,-50%);
		-moz-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		-o-transform: translate(0,-50%);
		transform: translate(0,-50%);
		right: -1px
	}

	#header-wrap.header-layout5 #header-main .line-menu:before,#header-wrap.header-layout5 #header-main .line-menu:after {
		content: '';
		background-color: #3b3b3b;
		height: 2px;
		width: 2px;
		position: absolute
	}

	#header-wrap.header-layout5 #header-main .line-menu:before {
		top: -5px
	}

	#header-wrap.header-layout5 #header-main .line-menu:after {
		bottom: -5px
	}

	#header-wrap.header-layout5 #header-main .primary-menu>li>a:before {
		height: 5px;
		background-color: #ad8e63
	}

	#header-wrap.header-layout5 #header-main .primary-menu>li:last-child .line-menu {
		display: none
	}

	#header-wrap.header-layout5 #header-main .primary-menu>li .sub-menu li>a:before {
		background-color: #ad8e63
	}

	#header-wrap.header-layout5 #header-main .primary-menu>li .sub-menu li>a:hover,#header-wrap.header-layout5 #header-main .primary-menu>li .sub-menu li.current_page_item>a,#header-wrap.header-layout5 #header-main .primary-menu>li .sub-menu li.current-menu-item>a,#header-wrap.header-layout5 #header-main .primary-menu>li .sub-menu li.current_page_ancestor>a,#header-wrap.header-layout5 #header-main .primary-menu>li .sub-menu li.current-menu-ancestor>a {
		color: #ad8e63
	}

	#header-wrap.header-layout5 #header-main:not(.h-fixed) .primary-menu>li>a {
		line-height: 105px
	}

	#header-wrap.header-layout5 #header-main.h-fixed .primary-menu>li>a {
		line-height: 80px
	}

	#header-wrap.header-layout5 .header-branding {
		margin-left: 50px
	}

	#header-wrap.header-layout5 .header-navigation {
		margin-right: 40px
	}

	#header-wrap.header-layout5 .main-navigation {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: flex-end
	}

	#header-wrap.header-layout5 .site-menu-right {
		margin-left: 35px;
		display: flex;
		align-items: center
	}

	#header-wrap.header-layout5 .site-menu-right .menu-right-item {
		margin-left: 27px;
		color: #ad8e63
	}

	#header-wrap.header-layout5 .site-menu-right .header-topbar-icon {
		margin-left: 0
	}

	#header-wrap.header-layout5 .site-menu-right .header-topbar-icon .h-btn-cart {
		color: #ad8e63
	}

	#header-wrap.header-layout5 .site-menu-right .header-topbar-icon .cart-counter {
		background-color: #000
	}
}

@media screen and (min-width:1930px) {
	#header-wrap.header-layout2 #header-main .container {
		max-width: 100%;
		padding: 0 200px
	}
}

@media(min-width:992px) and (max-width:1199px) {
	#header-wrap.header-layout3 .header-topbar-wrap .header-branding {
		width: 222px
	}

	#header-wrap.header-layout3 .header-topbar-wrap .row {
		padding-left: 0;
		justify-content: flex-end
	}

	#header-wrap.header-layout3 .site-menu-right {
		margin-left: 32px
	}
}

@media screen and (max-width:991px) {
	#header-wrap.fixed-height {
		height: inherit!important
	}

	#header-wrap .header-branding {
		margin-top: 15px;
		margin-bottom: 15px
	}

	#header-wrap .header-branding img {
		max-height: 60px
	}

	#header-wrap .header-branding .logo-mobile {
		position: static;
		opacity: 1
	}

	#header-wrap .header-branding .logo-mobile+.logo-main {
		position: absolute;
		opacity: 0
	}

	#header-wrap #main-menu-mobile {
		position: absolute;
		top: 50%;
		right: 15px;
		-webkit-transform: translate(0,-50%);
		-khtml-transform: translate(0,-50%);
		-moz-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		-o-transform: translate(0,-50%);
		transform: translate(0,-50%)
	}

	#header-wrap .header-topbar-wrap {
		display: none!important
	}

	#header-wrap #header-main.h-fixed {
		position: fixed;
		left: 0;
		width: 100%;
		top: 0
	}

	#header-wrap #header-main.h-fixed .header-branding .logo-mobile+.logo-main+.logo-sticky {
		position: absolute;
		opacity: 0
	}

	.admin-bar #header-main:not(.h-fixed) .header-navigation .main-navigation {
		top: 32px
	}
}

@media screen and (max-width:782px) {
	.admin-bar #header-main:not(.h-fixed) .header-navigation .main-navigation {
		top: 46px
	}
}

#header-wrap.is-sticky #header-main,#header-wrap.is-sticky-offset #header-main {
	-webkit-transition: all .3s cubic-bezier(.39,.575,.565,1)0s;
	-khtml-transition: all .3s cubic-bezier(.39,.575,.565,1)0s;
	-moz-transition: all .3s cubic-bezier(.39,.575,.565,1)0s;
	-ms-transition: all .3s cubic-bezier(.39,.575,.565,1)0s;
	-o-transition: all .3s cubic-bezier(.39,.575,.565,1)0s;
	transition: all .3s cubic-bezier(.39,.575,.565,1)0s
}

#header-wrap.is-sticky #header-main.h-fixed,#header-wrap.is-sticky-offset #header-main.h-fixed {
	padding-top: 0;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	-webkit-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
	-khtml-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
	-moz-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
	-ms-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
	-o-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
	animation: .95s ease 0s normal forwards 1 running headerSlideDown
}

.admin-bar #header-wrap.is-sticky #header-main.h-fixed,.admin-bar #header-wrap.is-sticky-offset #header-main.h-fixed {
	top: 32px
}

@media screen and (max-width:782px) {
	.admin-bar #header-wrap.is-sticky #header-main.h-fixed,.admin-bar #header-wrap.is-sticky-offset #header-main.h-fixed {
		top: 46px
	}
}

@media screen and (max-width:600px) {
	.admin-bar #header-wrap.is-sticky #header-main.h-fixed,.admin-bar #header-wrap.is-sticky-offset #header-main.h-fixed {
		top: 0
	}
}

ul.menu {
	list-style: none;
	margin: 0
}

ul.menu ul {
	list-style: none;
	margin: 0
}

@media screen and (min-width:992px) {
	.menu-toggle,.main-menu-toggle,.header-mobile-search,.mobile-menu-cart {
		display: none
	}

	.main-navigation ul {
		display: block
	}

	.primary-menu-not-set a {
		font-size: 16px;
		font-weight: 600;
		color: #000;
		line-height: 67px;
		padding: 0 15px;
		position: relative
	}

	.primary-menu {
		list-style: none;
		margin: 0;
		padding: 0
	}

	.primary-menu li {
		position: relative
	}

	.primary-menu li a {
		display: block;
		-webkit-transition: all 300ms linear 0ms!important;
		-khtml-transition: all 300ms linear 0ms!important;
		-moz-transition: all 300ms linear 0ms!important;
		-ms-transition: all 300ms linear 0ms!important;
		-o-transition: all 300ms linear 0ms!important;
		transition: all 300ms linear 0ms!important;
		font-family: poppins,sans-serif
	}

	.primary-menu>li {
		display: inline-block;
		vertical-align: middle;
		float: left;
		white-space: nowrap;
		margin: 0
	}

	.primary-menu>li>a {
		font-size: 16px;
		font-weight: 600;
		color: #000;
		line-height: 67px;
		padding: 0 15px;
		position: relative
	}

	.primary-menu>li>a:before {
		content: '';
		height: 4px;
		width: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		position: absolute;
		background-color: #3140fc;
		opacity: 0;
		-webkit-transition: all 300ms linear 0ms;
		-khtml-transition: all 300ms linear 0ms;
		-moz-transition: all 300ms linear 0ms;
		-ms-transition: all 300ms linear 0ms;
		-o-transition: all 300ms linear 0ms;
		transition: all 300ms linear 0ms
	}

	.primary-menu>li>a.current:before,.primary-menu>li:hover>a:before,.primary-menu>li.current_page_item>a:before,.primary-menu>li.current-menu-item>a:before,.primary-menu>li.current_page_ancestor>a:before,.primary-menu>li.current-menu-ancestor>a:before {
		width: 100%;
		opacity: 1
	}

	.primary-menu>li.menu-item-type-custom.current-menu-parent>a.item-one-page:before {
		display: none
	}

	.primary-menu>li.menu-item-type-custom.current-menu-parent>a.item-one-page.current:before {
		display: block
	}

	.primary-menu>li.menu-item-has-children>a:after {
		content: "\f078";
		font-family: fontawesome;
		font-size: 9px;
		margin-left: 5px;
		font-weight: 400;
		vertical-align: middle;
		margin-top: -3px;
		display: inline-block
	}

	.primary-menu>li:first-child {
		margin-left: 0
	}

	.primary-menu>li>ul.back {
		right: 0!important;
		left: auto!important
	}

	.primary-menu>li>ul.back li>ul.back {
		right: 100%!important;
		left: auto!important
	}

	.primary-menu>li>.sub-menu li>ul.back {
		right: 100%!important;
		left: auto!important
	}

	.primary-menu .sub-menu {
		margin-top: 40px;
		list-style: none;
		position: absolute;
		background-color: #fff;
		top: 100%;
		left: 0;
		min-width: 240px;
		z-index: 99;
		visibility: hidden;
		opacity: 0;
		-webkit-box-shadow: 0 0 40px rgba(0,0,0,.2);
		-khtml-box-shadow: 0 0 40px rgba(0,0,0,.2);
		-moz-box-shadow: 0 0 40px rgba(0,0,0,.2);
		-ms-box-shadow: 0 0 40px rgba(0,0,0,.2);
		-o-box-shadow: 0 0 40px rgba(0,0,0,.2);
		box-shadow: 0 0 40px rgba(0,0,0,.2);
		-webkit-transition: all 300ms linear 0ms;
		-khtml-transition: all 300ms linear 0ms;
		-moz-transition: all 300ms linear 0ms;
		-ms-transition: all 300ms linear 0ms;
		-o-transition: all 300ms linear 0ms;
		transition: all 300ms linear 0ms;
		clip: rect(1px,1px,1px,1px);
		padding: 30px 0;
		height: auto!important;
		display: block!important
	}

	.primary-menu .sub-menu li {
		padding: 0 30px
	}

	.primary-menu .sub-menu li a {
		color: #666;
		font-size: 14px;
		font-weight: 600;
		padding: 6px 0;
		position: relative
	}

	.primary-menu .sub-menu li a:before {
		-webkit-transition: all 300ms linear 0ms;
		-khtml-transition: all 300ms linear 0ms;
		-moz-transition: all 300ms linear 0ms;
		-ms-transition: all 300ms linear 0ms;
		-o-transition: all 300ms linear 0ms;
		transition: all 300ms linear 0ms;
		content: '';
		width: 10px;
		height: 2px;
		background-color: #3140fc;
		position: absolute;
		top: 50%;
		-webkit-transform: translate(0,-50%);
		-khtml-transform: translate(0,-50%);
		-moz-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		-o-transform: translate(0,-50%);
		transform: translate(0,-50%);
		left: 0;
		opacity: 0;
		-webkit-border-radius: 1px;
		-khtml-border-radius: 1px;
		-moz-border-radius: 1px;
		-ms-border-radius: 1px;
		-o-border-radius: 1px;
		border-radius: 1px
	}

	.primary-menu .sub-menu li>a:hover {
		padding-left: 20px;
		color: #3140fc
	}

	.primary-menu .sub-menu li>a:hover:before {
		opacity: 1
	}

	.primary-menu .sub-menu li.current_page_item>a,.primary-menu .sub-menu li.current-menu-item>a,.primary-menu .sub-menu li.current_page_ancestor>a,.primary-menu .sub-menu li.current-menu-ancestor>a {
		color: #3140fc;
		padding-left: 20px
	}

	.primary-menu .sub-menu li.current_page_item>a:before,.primary-menu .sub-menu li.current-menu-item>a:before,.primary-menu .sub-menu li.current_page_ancestor>a:before,.primary-menu .sub-menu li.current-menu-ancestor>a:before {
		opacity: 1
	}

	.primary-menu .sub-menu li:hover .sub-menu,.primary-menu .sub-menu li.focus .sub-menu {
		margin-top: -30px
	}

	.primary-menu .sub-menu .sub-menu {
		top: 0;
		left: 100%
	}

	.primary-menu .sub-menu .vc_row {
		background: #fff;
		padding: 10px;
		-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
		-khtml-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
		-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
		-ms-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
		-o-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
		box-shadow: 0 1px 3px rgba(0,0,0,.25)
	}

	.primary-menu .sub-menu .menu-item-has-children>a {
		position: relative
	}

	.primary-menu .sub-menu .menu-item-has-children>a:after {
		content: "\f105";
		font-family: FontAwesome;
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translate(0,-50%);
		-khtml-transform: translate(0,-50%);
		-moz-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		-o-transform: translate(0,-50%);
		transform: translate(0,-50%)
	}

	.primary-menu li:hover,.primary-menu li.focus {
		overflow: visible
	}

	.primary-menu li:hover>.sub-menu,.primary-menu li.focus>.sub-menu {
		visibility: visible;
		opacity: 1;
		margin-top: 0;
		clip: inherit
	}

	.menu-mobile-close,.header-social-mobile {
		display: none
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.primary-menu>li>a {
		padding-left: 10px!important;
		padding-right: 10px!important
	}
}

@media screen and (max-width:991px) {
	.site-menu-right {
		display: none
	}

	.header-social-mobile {
		display: block;
		text-align: center;
		margin-top: 35px;
		margin-bottom: 25px
	}

	.header-social-mobile a {
		color: #505050;
		font-size: 16px;
		margin: 0 6px
	}

	.header-social-mobile a:hover {
		color: #3140fc
	}

	.menu-mobile-close {
		display: block;
		width: 40px;
		height: 40px;
		background-color: #3140fc;
		line-height: 40px;
		text-align: center;
		color: #fff;
		font-size: 20px;
		position: absolute;
		top: 0;
		right: 0;
		-webkit-transition: all 300ms linear 0ms;
		-khtml-transition: all 300ms linear 0ms;
		-moz-transition: all 300ms linear 0ms;
		-ms-transition: all 300ms linear 0ms;
		-o-transition: all 300ms linear 0ms;
		transition: all 300ms linear 0ms;
		cursor: pointer
	}

	.menu-mobile-close:hover {
		background-color: #091394;
		color: #fff
	}

	.header-mobile-search {
		margin-bottom: 15px;
		position: relative;
		display: block
	}

	.header-mobile-search .search-submit {
		position: absolute;
		width: 45px;
		height: 100%;
		right: 0;
		line-height: 100%;
		padding: 0;
		border: none;
		background-color: initial;
		color: #999;
		top: 0;
		-webkit-box-shadow: none;
		-khtml-box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
		box-shadow: none
	}

	.header-mobile-search .search-submit:hover {
		color: #3140fc
	}

	.header-mobile-search .search-field {
		background-color: #fff;
		border: 1px solid #e0e0e0
	}

	.header-mobile-search .search-field:focus {
		border-color: #3140fc
	}

	.menu-mobile-button {
		display: block;
		margin-bottom: 15px;
		text-align: center
	}

	.menu-mobile-button .h-btn {
		line-height: 42px;
		background-color: #3140fc;
		padding: 0 26px;
		display: block;
		color: #fff;
		font-size: 15px;
		font-weight: 500
	}

	.menu-mobile-button .h-btn.h-btn-call {
		padding-left: 62px;
		background-image: url(../images/icon-call.png);
		background-repeat: no-repeat;
		background-position: 23px
	}

	.menu-mobile-button .h-btn:hover {
		background-color: #091394;
		color: #fff
	}

	.menu-mobile-overlay {
		position: fixed;
		height: 100%;
		width: 100%;
		z-index: 998;
		background-color: rgba(0,0,0,.4);
		left: 0;
		top: 0;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all 300ms linear 0ms;
		-khtml-transition: all 300ms linear 0ms;
		-moz-transition: all 300ms linear 0ms;
		-ms-transition: all 300ms linear 0ms;
		-o-transition: all 300ms linear 0ms;
		transition: all 300ms linear 0ms;
		cursor: url(../images/close-icon-white.png),auto
	}

	.menu-mobile-overlay.active {
		opacity: 1;
		visibility: visible
	}

	.header-navigation {
		position: absolute;
		height: 100vh;
		width: 280px;
		top: 0;
		bottom: 0;
		margin: 0!important;
		overflow: hidden;
		visibility: hidden;
		z-index: 999
	}

	.header-navigation .main-navigation {
		overflow: hidden;
		width: 280px;
		padding: 58px 0 16px;
		background-color: #fff;
		position: fixed;
		z-index: 1001;
		top: 0;
		height: 100%;
		left: 0;
		right: 0;
		-webkit-transition: all 300ms linear 0ms;
		-khtml-transition: all 300ms linear 0ms;
		-moz-transition: all 300ms linear 0ms;
		-ms-transition: all 300ms linear 0ms;
		-o-transition: all 300ms linear 0ms;
		transition: all 300ms linear 0ms;
		-webkit-transform: translateX(-100%);
		-khtml-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%)
	}

	.header-navigation .main-navigation .main-navigation-inner {
		height: 100%;
		overflow-y: scroll;
		padding: 0 26px 0 16px;
		margin-right: -10px
	}

	.header-navigation.navigation-open {
		z-index: 999;
		visibility: visible
	}

	.header-navigation.navigation-open .main-navigation {
		-webkit-transform: translateX(0%);
		-khtml-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%)
	}

	.primary-menu {
		list-style: none;
		margin: 0;
		padding: 0
	}

	.primary-menu li {
		position: relative;
		list-style: none
	}

	.primary-menu li a {
		display: block;
		padding: 12px 16px;
		color: #1e2331;
		font-size: 14px;
		font-weight: 600;
		font-family: poppins,sans-serif
	}

	.primary-menu li.current-menu-parent>a,.primary-menu li.current-menu-item>a {
		color: #3140fc
	}

	.primary-menu>li>a:hover {
		background-color: #f5f5f5
	}

	.primary-menu .sub-menu {
		position: relative;
		padding-left: 20px;
		display: none
	}

	.primary-menu .sub-menu.submenu-open+.main-menu-toggle:before {
		content: '\f2fc'
	}

	.primary-menu .sub-menu li a:hover {
		color: #3140fc
	}

	.primary-menu li.focus>.sub-menu {
		visibility: visible;
		opacity: 1;
		max-height: none;
		overflow: visible
	}

	#main-menu-mobile .mobile-menu-cart {
		line-height: 32px;
		width: 30px;
		color: #1f2233;
		margin-right: 8px;
		display: inline-block;
		text-align: center;
		cursor: pointer
	}

	#main-menu-mobile .mobile-menu-cart .widget_shopping_cart {
		top: calc(100% + 19px);
		top: -webkit-calc(100% + 19px);
		top: -ms-calc(100% + 19px);
		top: -o-calc(100% + 19px);
		width: 295px;
		padding-left: 20px;
		padding-right: 20px
	}

	#main-menu-mobile .mobile-menu-cart .widget_shopping_cart .widget_shopping_cart_footer .buttons .btn {
		letter-spacing: 0
	}

	#main-menu-mobile .mobile-menu-cart .h-btn-cart {
		display: block;
		height: 32px;
		width: 30px
	}

	#main-menu-mobile .btn-nav-mobile {
		color: #000;
		display: inline-block;
		font-size: 16px;
		height: 32px;
		line-height: 32px;
		text-align: center;
		vertical-align: middle;
		width: 30px;
		cursor: pointer;
		position: relative;
		-webkit-transition: all 300ms linear 0ms;
		-khtml-transition: all 300ms linear 0ms;
		-moz-transition: all 300ms linear 0ms;
		-ms-transition: all 300ms linear 0ms;
		-o-transition: all 300ms linear 0ms;
		transition: all 300ms linear 0ms
	}

	#main-menu-mobile .btn-nav-mobile:before,#main-menu-mobile .btn-nav-mobile:after,#main-menu-mobile .btn-nav-mobile span {
		-webkit-transition: all 300ms linear 0ms;
		-khtml-transition: all 300ms linear 0ms;
		-moz-transition: all 300ms linear 0ms;
		-ms-transition: all 300ms linear 0ms;
		-o-transition: all 300ms linear 0ms;
		transition: all 300ms linear 0ms;
		content: "";
		background-color: #000;
		display: block;
		height: 2px;
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;
		width: 22px;
		top: 21px
	}

	#main-menu-mobile .btn-nav-mobile:before {
		top: 9px
	}

	#main-menu-mobile .btn-nav-mobile span {
		top: 15px
	}

	#main-menu-mobile .btn-nav-mobile.opened:before {
		top: 15px;
		-webkit-transform: rotate(45deg);
		-khtml-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	#main-menu-mobile .btn-nav-mobile.opened:after {
		-webkit-transform: rotate(-45deg);
		-khtml-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 15px
	}

	#main-menu-mobile .btn-nav-mobile.opened span {
		display: none
	}

	.main-menu-toggle {
		-webkit-transition: all 300ms linear 0ms;
		-khtml-transition: all 300ms linear 0ms;
		-moz-transition: all 300ms linear 0ms;
		-ms-transition: all 300ms linear 0ms;
		-o-transition: all 300ms linear 0ms;
		transition: all 300ms linear 0ms;
		cursor: pointer;
		display: inline-block;
		height: 19px;
		line-height: 19px;
		position: absolute;
		right: 12px;
		text-align: center;
		top: 14px;
		width: 19px
	}

	.main-menu-toggle:before {
		content: "\f2f9";
		font-family: material-design-iconic-font;
		font-size: 18px;
		color: #1e2331
	}

	.main-menu-toggle+.main-menu-toggle {
		display: none
	}
}

.comment-navigation,.posts-navigation,.post-navigation {
}

.site-main .comment-navigation,.site-main .posts-navigation,.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden
}

.comment-navigation .nav-previous,.posts-navigation .nav-previous,.post-navigation .nav-previous {
	float: left;
	width: 50%
}

.comment-navigation .nav-next,.posts-navigation .nav-next,.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%
}

ul.back {
	right: 100%;
	left: auto!important
}

#pagetitle {
	padding: 100px 0;
	background-color: #3140fc;
	background-image: url(../images/bg-page-title.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed
}

@media screen and (max-width:1199px) {
	#pagetitle {
		background-attachment: inherit
	}
}

@media screen and (max-width:991px) {
	#pagetitle {
		padding: 80px 0
	}
}

#pagetitle:before {
	background-color: rgba(0,0,0,.8)
}

#pagetitle .container {
	position: relative;
	z-index: 99
}

#pagetitle .page-title-inner {
	padding-left: 26px;
	position: relative
}

#pagetitle .page-title-inner:before {
	content: '';
	width: 4px;
	top: 16px;
	bottom: 4px;
	left: 0;
	background-color: #3140fc;
	position: absolute
}

@media screen and (max-width:991px) {
	#pagetitle .page-title-inner:before {
		top: 10px
	}
}

@media screen and (max-width:767px) {
	#pagetitle .page-title-inner:before {
		top: 6px
	}
}

#pagetitle h1.page-title {
	font-size: 60px;
	color: #fff;
	margin-bottom: 0;
	font-weight: 700
}

#pagetitle h1.page-title cite {
	font-family: playfair display,sans-serif
}

@media screen and (max-width:991px) {
	#pagetitle h1.page-title {
		font-size: 36px
	}
}

@media screen and (max-width:767px) {
	#pagetitle h1.page-title {
		font-size: 30px
	}
}

#pagetitle .ct-breadcrumb {
	margin: 14px 0 0;
	list-style: none
}

#pagetitle .ct-breadcrumb li {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	margin-right: 8px;
	font-weight: 700
}

#pagetitle .ct-breadcrumb li:after {
	content: "\f105";
	font-family: FontAwesome;
	margin-left: 9px
}

#pagetitle .ct-breadcrumb li a {
	color: #fff
}

#pagetitle .ct-breadcrumb li:last-child:after {
	display: none
}

.entry-readmore .btn,.item-readmore .btn {
	padding: 0 43px;
	text-transform: none;
	line-height: 48px;
	font-size: 16px;
	font-family: heebo
}

.entry-video iframe {
	width: 100%;
	margin-bottom: -8px
}

.entry-video .wp-video {
	width: 100%!important
}

.entry-video .wp-video .mejs-container {
	height: inherit!important
}

.entry-video .entry-video-intro {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.entry-video .entry-video-intro.offintro {
	opacity: 0;
	visibility: hidden;
	z-index: -999
}

.entry-video .entry-video-intro .button-video {
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	text-align: center;
	background-color: #fff;
	color: #3140fc;
	display: block;
	width: 70px;
	-webkit-border-radius: 70px;
	-khtml-border-radius: 70px;
	-moz-border-radius: 70px;
	-ms-border-radius: 70px;
	-o-border-radius: 70px;
	border-radius: 70px;
	cursor: pointer;
	z-index: 999;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.entry-video .entry-video-intro .button-video:hover {
	background-color: #3140fc;
	color: #fff
}

.entry-video .entry-video-intro+.wp-video {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	opacity: 0;
	visibility: hidden
}

.entry-video .entry-video-intro+.wp-video.onvideo {
	opacity: 1;
	visibility: visible
}

.entry-gallery {
	position: relative;
	overflow: hidden;
	margin-bottom: -35px
}

.entry-gallery .owl-nav .owl-next,.entry-gallery .owl-nav .owl-prev {
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	position: absolute;
	color: #091394;
	font-size: 18px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	opacity: 0;
	margin: 0;
	background: #3140fc
}

.entry-gallery .owl-nav .owl-next:hover,.entry-gallery .owl-nav .owl-prev:hover {
	background: #091394;
	color: #3140fc
}

.entry-gallery .owl-nav .owl-next {
	right: 30px;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%)
}

.entry-gallery .owl-nav .owl-prev {
	left: 30px;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%)
}

.entry-gallery:hover .owl-nav .owl-next,.entry-gallery:hover .owl-nav .owl-prev {
	opacity: 1
}

.entry-gallery:hover .owl-nav .owl-next.disabled,.entry-gallery:hover .owl-nav .owl-prev.disabled {
	opacity: .76
}

.posts-pagination .posts-page-links {
	display: flex;
	flex-wrap: nowrap
}

.posts-pagination .page-numbers {
	text-align: center;
	height: 42px;
	width: 42px;
	line-height: 42px;
	color: #180b36;
	background-color: #f4f7fc;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	margin-right: 10px;
	-webkit-border-radius: 42px;
	-khtml-border-radius: 42px;
	-moz-border-radius: 42px;
	-ms-border-radius: 42px;
	-o-border-radius: 42px;
	border-radius: 42px;
	font-family: poppins,sans-serif
}

.posts-pagination .page-numbers.current,.posts-pagination .page-numbers:hover {
	background-color: #3140fc;
	color: #fff
}

.posts-pagination .page-numbers i {
	font-size: 20px
}

.entry-title a {
	color: inherit
}

.entry-title a:hover {
	color: #3140fc
}

.entry-featured {
	position: relative
}

@media screen and (max-width:991px) {
	.entry-featured {
		width: 100%
	}
}

.entry-featured:not(.entry-gallery) {
	display: inline-block
}

.entry-featured .post-image {
	position: relative
}

.entry-featured .post-image a {
	display: block
}

.entry-featured .post-image img {
	-webkit-transition: all .4s cubic-bezier(.39,.575,.565,1)0s;
	-khtml-transition: all .4s cubic-bezier(.39,.575,.565,1)0s;
	-moz-transition: all .4s cubic-bezier(.39,.575,.565,1)0s;
	-ms-transition: all .4s cubic-bezier(.39,.575,.565,1)0s;
	-o-transition: all .4s cubic-bezier(.39,.575,.565,1)0s;
	transition: all .4s cubic-bezier(.39,.575,.565,1)0s
}

.entry-featured .post-image .entry-more {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 20px;
	color: #3140fc;
	background-color: rgba(9,19,148,.8);
	opacity: 0
}

.entry-featured .post-image .entry-more i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-khtml-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.entry-featured .bg-overlay:before {
	background-color: rgba(9,19,148,.85);
	opacity: 0
}

.reduxon .entry-featured .post-image img {
	width: 100%
}

.entry-meta,.item-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 0 17px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ececf0;
	position: relative
}

.entry-meta:before,.item-meta:before {
	content: '';
	width: 40px;
	height: 3px;
	background-color: #3140fc;
	position: absolute;
	bottom: -1px;
	left: 0
}

.entry-meta li,.item-meta li {
	position: relative;
	display: inline-block;
	color: #1a1e66;
	font-size: 14px;
	padding: 0 24px 0 0;
	text-transform: capitalize
}

.entry-meta li a,.item-meta li a {
	color: inherit
}

.entry-meta li a:hover,.item-meta li a:hover {
	color: #3140fc
}

.entry-meta li i,.item-meta li i {
	margin-right: 6px;
	color: #3140fc
}

.entry-meta li:last-child,.item-meta li:last-child {
	padding-right: 0
}

.single-hentry .entry-blog {
	display: flex;
	flex-wrap: wrap;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0 2px 29px rgba(34,34,34,.14);
	-khtml-box-shadow: 0 2px 29px rgba(34,34,34,.14);
	-moz-box-shadow: 0 2px 29px rgba(34,34,34,.14);
	-ms-box-shadow: 0 2px 29px rgba(34,34,34,.14);
	-o-box-shadow: 0 2px 29px rgba(34,34,34,.14);
	box-shadow: 0 2px 29px rgba(34,34,34,.14);
	background-color: #fff
}

.single-hentry .entry-featured {
	-webkit-border-radius: 7px 7px 0 0;
	-khtml-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	-ms-border-radius: 7px 7px 0 0;
	-o-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
	overflow: hidden
}

.single-hentry .entry-content .underline {
	font-weight: 700;
	text-decoration: underline
}

.single-hentry .entry-title {
	font-size: 26px;
	color: #180b36;
	margin-bottom: 20px
}

.single-hentry .post-image {
	position: relative;
	overflow: hidden
}

.single-hentry .post-image img {
	-webkit-transition: all 10s;
	-khtml-transition: all 10s;
	-moz-transition: all 10s;
	-ms-transition: all 10s;
	-o-transition: all 10s;
	transition: all 10s
}

.single-hentry .post-image img:hover {
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.single-hentry .entry-body {
	padding: 27px 33px 56px;
	width: 100%;
	position: relative;
	-webkit-border-radius: 0 0 7px 7px;
	-khtml-border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	-ms-border-radius: 0 0 7px 7px;
	-o-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px
}

.single-hentry.archive {
	margin-bottom: 50px
}

.single-hentry.archive .entry-readmore {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	opacity: 0;
	visibility: hidden
}

.single-hentry.archive:hover .entry-readmore {
	-webkit-animation: bounceReadMore .6s ease-in-out both;
	-moz-animation: bounceReadMore .6s ease-in-out both;
	-o-animation: bounceReadMore .6s ease-in-out both;
	animation: bounceReadMore .6s ease-in-out both;
	bottom: -24px;
	opacity: 1;
	visibility: visible
}

.single-hentry.archive:last-child {
	margin-bottom: 75px
}

@media screen and (max-width:991px) {
	body .single-hentry.archive .entry-readmore {
		bottom: -24px;
		opacity: 1;
		visibility: visible;
		margin: 0!important
	}
}

.single-post .post-h4 {
	color: #170b35;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 28px
}

.single-post .blog-side-img {
	max-width: 300px;
	margin-top: 15px
}

@media screen and (max-width:767px) {
	.single-post .blog-side-img {
		max-width: 150px
	}
}

.single-post .blog-side-img.alignright {
	margin-top: 8px
}

.single-post .entry-meta {
	margin-bottom: 23px
}

.single-post .content-area .entry-body {
	padding-bottom: 46px
}

@media screen and (max-width:767px) {
	.single-post .content-area .entry-body {
		padding: 20px 15px;
		font-size: 15px
	}

	.single-post .content-area .entry-body .heading-title {
		font-size: 20px
	}
}

.single-post .content-area .entry-content h1,.single-post .content-area .entry-content h2,.single-post .content-area .entry-content h3,.single-post .content-area .entry-content h4,.single-post .content-area .entry-content h5,.single-post .content-area .entry-content h6 {
	font-weight: 500;
	margin-bottom: 23px
}

.single-post .content-area .entry-content p {
	margin-bottom: 28px
}

.single-post .content-area .entry-content p:last-child {
	margin-bottom: 0
}

.single-post .content-area .post-previous-next {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	border-bottom: 1px solid #ececf0;
	padding: 20px 0
}

.single-post .content-area .post-previous-next .post-previous {
	flex-grow: 1;
	margin-right: 20px
}

.single-post .content-area .post-previous-next a {
	color: #666;
	font-weight: 600;
	font-size: 15px;
	font-family: poppins,sans-serif
}

.single-post .content-area .post-previous-next a:hover {
	color: #091394
}

.single-post .content-area .post-previous-next a .fa-angle-double-left {
	margin-right: 4px
}

.single-post .content-area .post-previous-next a .fa-angle-double-right {
	margin-left: 4px
}

.single-post .content-area .entry-footer {
	padding: 0 50px
}

@media screen and (max-width:767px) {
	.single-post .content-area .entry-footer {
		padding: 0 15px
	}
}

.single-post .content-area .entry-content-bottom {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	padding: 50px 0 26px;
	border-bottom: 1px solid #ececf0
}

.single-post .content-area .entry-content-bottom .entry-tags {
	margin-right: 30px;
	flex-grow: 1
}

.single-post .content-area .entry-content-bottom .entry-tags label {
	margin-right: 17px;
	font-weight: 500;
	font-size: 15px;
	font-family: poppins,sans-serif
}

.single-post .content-area .entry-content-bottom .entry-social {
	display: flex;
	margin: 15px 0
}

.single-post .content-area .entry-content-bottom .entry-social a {
	margin-right: 5px;
	display: inline-block;
	height: 32px;
	width: 32px;
	-webkit-border-radius: 32px;
	-khtml-border-radius: 32px;
	-moz-border-radius: 32px;
	-ms-border-radius: 32px;
	-o-border-radius: 32px;
	border-radius: 32px;
	background-color: #3140fc;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 32px
}

.single-post .content-area .entry-content-bottom .entry-social a.fb-social {
	background-color: #3b5998
}

.single-post .content-area .entry-content-bottom .entry-social a.tw-social {
	background-color: #1da1f2
}

.single-post .content-area .entry-content-bottom .entry-social a.g-social {
	background-color: #d73d32
}

.single-post .content-area .entry-content-bottom .entry-social a.pin-social {
	background-color: #bd081c
}

.single-post .content-area .entry-content-bottom .entry-social a:last-child {
	margin-right: 0
}

.entry-content .page-links {
	clear: left;
	padding-top: 10px
}

.entry-content .page-links span {
	text-align: center;
	display: inline-block;
	height: 26px;
	width: 26px;
	line-height: 26px;
	color: #fff;
	background-color: #091394;
	font-size: 14px;
	margin: 0 3px;
	font-family: poppins,sans-serif;
	-webkit-transition: all .3s cubic-bezier(.39,.575,.565,1)0s;
	-khtml-transition: all .3s cubic-bezier(.39,.575,.565,1)0s;
	-moz-transition: all .3s cubic-bezier(.39,.575,.565,1)0s;
	-ms-transition: all .3s cubic-bezier(.39,.575,.565,1)0s;
	-o-transition: all .3s cubic-bezier(.39,.575,.565,1)0s;
	transition: all .3s cubic-bezier(.39,.575,.565,1)0s
}

.entry-content .page-links a span {
	background-color: #e0e3e8;
	color: #000
}

.entry-content .page-links a span:hover {
	background-color: #091394;
	color: #fff
}

.ct-related-post-wrap {
	padding: 82px 0 90px;
	background-color: #f7fbff
}

.ct-related-post .ct-related-post-inner {
	justify-content: center;
	-webkit-justify-content: center
}

.ct-related-post .section-title {
	font-size: 36px;
	margin-bottom: 55px;
	text-align: center
}

.ct-related-post .grid-item-inner {
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,5%);
	-khtml-box-shadow: 0 5px 10px rgba(0,0,0,5%);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,5%);
	-ms-box-shadow: 0 5px 10px rgba(0,0,0,5%);
	-o-box-shadow: 0 5px 10px rgba(0,0,0,5%);
	box-shadow: 0 5px 10px rgba(0,0,0,5%);
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px
}

.ct-related-post .grid-item-inner .item-featured img {
	-webkit-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0
}

.ct-related-post .item-holder {
	padding: 24px;
	-webkit-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	background-color: #fff
}

.ct-related-post .item-holder .item-title {
	font-size: 18px;
	margin-bottom: 10px
}

.ct-related-post .item-holder .item-title a {
	color: #091394
}

.ct-related-post .item-holder .item-title a:hover {
	color: #3140fc
}

.ct-related-post .item-holder .item-content {
	color: #393e42
}

.ct-related-post .item-readmore {
	padding-top: 10px
}

.ct-related-post .item-readmore a {
	font-family: poppins,sans-serif;
	color: #3140fc
}

.ct-related-post .item-readmore a:hover {
	color: #091394
}

.ct-related-post .item-readmore a i {
	margin-left: 9px
}

@media screen and (max-width:767px) {
	.ct-related-post .grid-item {
		margin-bottom: 30px
	}

	.ct-related-post .grid-item:last-child {
		margin-bottom: 0
	}
}

.no-results .searchform-wrap {
	position: relative
}

.no-results .searchform-wrap .search-field {
	padding-right: 50px;
	height: 45px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px
}

.no-results .searchform-wrap .search-submit {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 45px;
	-webkit-border-radius: 0 3px 3px 0;
	-khtml-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0
}

.page-template-blog-classic #primary.content-full-width,.single-post #primary.content-full-width {
	max-width: 860px;
	margin: auto
}

.error404 .error404-inner {
	max-width: 785px;
	margin: auto;
	padding: 0 30px
}

@media screen and (max-width:767px) {
	.error404 .error404-inner {
		max-width: 560px
	}
}

.error404 .site-main {
	-webkit-box-shadow: 0 2px 21px rgba(0,0,0,.14);
	-khtml-box-shadow: 0 2px 21px rgba(0,0,0,.14);
	-moz-box-shadow: 0 2px 21px rgba(0,0,0,.14);
	-ms-box-shadow: 0 2px 21px rgba(0,0,0,.14);
	-o-box-shadow: 0 2px 21px rgba(0,0,0,.14);
	box-shadow: 0 2px 21px rgba(0,0,0,.14);
	padding: 100px 0 105px
}

.error404 .site-main span {
	font-size: 14px;
	color: #012068;
	font-family: poppins,sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	margin-bottom: 15px
}

.error404 .site-main h3 {
	font-size: 60px;
	font-weight: 700;
	line-height: 1.25;
	margin-top: 17px;
	margin-bottom: 55px
}

@media screen and (max-width:767px) {
	.error404 .site-main h3 {
		font-size: 34px
	}
}

.error404 .site-main h3 cite {
	color: #3140fc;
	font-family: playfair display,sans-serif
}

@media screen and (min-width:768px) {
	.error404 .site-main .btn {
		font-size: 18px;
		line-height: 74px;
		padding-left: 84px;
		padding-right: 84px
	}
}

.error404 .site-content {
	padding: 0!important
}

.single-portfolio .wpb_text_column {
	font-size: 15px;
	line-height: 1.8
}

.single-service .wpb_text_column,.single-case-study .wpb_text_column {
	font-size: 15px;
	line-height: 1.8
}

.single-service #secondary .footer-widget-title,.single-case-study #secondary .footer-widget-title,.single-service #secondary .widget-title,.single-case-study #secondary .widget-title {
	font-size: 30px;
	color: #0d1d36;
	font-weight: 500;
	margin-bottom: 23px;
	padding: 0
}

@media screen and (max-width:991px) {
	.single-service #secondary .footer-widget-title,.single-case-study #secondary .footer-widget-title,.single-service #secondary .widget-title,.single-case-study #secondary .widget-title {
		font-size: 24px
	}
}

.single-service #secondary .footer-widget-title:before,.single-case-study #secondary .footer-widget-title:before,.single-service #secondary .widget-title:before,.single-case-study #secondary .widget-title:before {
	display: none
}

.widget {
	margin-bottom: 45px
}

.widget:last-child {
	margin-bottom: 0
}

.widget select {
	max-width: 100%
}

.logged-in .hide-logged {
	display: none
}

ul.menu {
	list-style: none;
	margin: 0
}

.widget_nav_menu.column3 ul.menu {
	margin: 0 -15px;
	overflow: hidden
}

.widget_nav_menu.column3 ul.menu li {
	width: 33.33%;
	padding: 0 15px;
	float: left
}

@media screen and (max-width:767px) {
	.widget_nav_menu.column3 ul.menu li {
		width: 50%
	}
}

@media screen and (max-width:575px) {
	.widget_nav_menu.column3 ul.menu li {
		width: 100%
	}
}

.widget_nav_menu.column2 ul.menu {
	margin: 0 -15px;
	overflow: hidden
}

.widget_nav_menu.column2 ul.menu li {
	width: 50%;
	padding: 0 15px;
	float: left
}

@media screen and (max-width:575px) {
	.widget_nav_menu.column2 ul.menu li {
		width: 100%
	}
}

.widget_categories ul,.widget_nav_menu ul,.widget_pages ul,.widget_archive ul,.widget_meta ul,.widget_recent_entries ul {
	list-style: none;
	margin-bottom: 0
}

#content .widget_categories ul ul ul ul ul,#content .widget_pages ul ul ul ul ul,#content .widget_nav_menu ul ul ul ul ul,#content .widget_meta ul ul ul ul ul,#content .widget_recent_entries ul ul ul ul ul {
	padding-left: 0
}

#content .widget_categories ul li,#content .widget_nav_menu ul li,#content .widget_pages ul li,#content .widget_archive ul li,#content .widget_meta ul li,#content .widget_recent_entries ul li {
	font-size: 0
}

#content .widget_categories ul li a,#content .widget_nav_menu ul li a,#content .widget_pages ul li a,#content .widget_archive ul li a,#content .widget_meta ul li a,#content .widget_recent_entries ul li a {
	color: #1a1e66;
	display: block;
	font-size: 15px;
	padding: 12px 0;
	position: relative;
	border-bottom: 1px solid #ececf0;
	font-family: poppins,sans-serif;
	font-weight: 400;
	position: relative
}

#content .widget_categories ul li a:before,#content .widget_nav_menu ul li a:before,#content .widget_pages ul li a:before,#content .widget_archive ul li a:before,#content .widget_meta ul li a:before,#content .widget_recent_entries ul li a:before {
	content: '';
	height: 7px;
	width: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	background-color: #3140fc;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	opacity: 0;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

#content .widget_categories ul li:last-child>a,#content .widget_nav_menu ul li:last-child>a,#content .widget_pages ul li:last-child>a,#content .widget_archive ul li:last-child>a,#content .widget_meta ul li:last-child>a,#content .widget_recent_entries ul li:last-child>a {
	border-bottom: none
}

#content .widget_categories ul li.current-menu-item>a,#content .widget_nav_menu ul li.current-menu-item>a,#content .widget_pages ul li.current-menu-item>a,#content .widget_archive ul li.current-menu-item>a,#content .widget_meta ul li.current-menu-item>a,#content .widget_recent_entries ul li.current-menu-item>a,#content .widget_categories ul li.current-cat>a,#content .widget_nav_menu ul li.current-cat>a,#content .widget_pages ul li.current-cat>a,#content .widget_archive ul li.current-cat>a,#content .widget_meta ul li.current-cat>a,#content .widget_recent_entries ul li.current-cat>a,#content .widget_categories ul li.current-cat-parent>a,#content .widget_nav_menu ul li.current-cat-parent>a,#content .widget_pages ul li.current-cat-parent>a,#content .widget_archive ul li.current-cat-parent>a,#content .widget_meta ul li.current-cat-parent>a,#content .widget_recent_entries ul li.current-cat-parent>a,#content .widget_categories ul li>a:hover,#content .widget_nav_menu ul li>a:hover,#content .widget_pages ul li>a:hover,#content .widget_archive ul li>a:hover,#content .widget_meta ul li>a:hover,#content .widget_recent_entries ul li>a:hover {
	color: #3140fc;
	padding-left: 30px
}

#content .widget_categories ul li.current-menu-item>a:before,#content .widget_nav_menu ul li.current-menu-item>a:before,#content .widget_pages ul li.current-menu-item>a:before,#content .widget_archive ul li.current-menu-item>a:before,#content .widget_meta ul li.current-menu-item>a:before,#content .widget_recent_entries ul li.current-menu-item>a:before,#content .widget_categories ul li.current-cat>a:before,#content .widget_nav_menu ul li.current-cat>a:before,#content .widget_pages ul li.current-cat>a:before,#content .widget_archive ul li.current-cat>a:before,#content .widget_meta ul li.current-cat>a:before,#content .widget_recent_entries ul li.current-cat>a:before,#content .widget_categories ul li.current-cat-parent>a:before,#content .widget_nav_menu ul li.current-cat-parent>a:before,#content .widget_pages ul li.current-cat-parent>a:before,#content .widget_archive ul li.current-cat-parent>a:before,#content .widget_meta ul li.current-cat-parent>a:before,#content .widget_recent_entries ul li.current-cat-parent>a:before,#content .widget_categories ul li>a:hover:before,#content .widget_nav_menu ul li>a:hover:before,#content .widget_pages ul li>a:hover:before,#content .widget_archive ul li>a:hover:before,#content .widget_meta ul li>a:hover:before,#content .widget_recent_entries ul li>a:hover:before {
	left: 15px;
	opacity: 1
}

#content .widget_categories ul li.menu-item-has-children>a,#content .widget_nav_menu ul li.menu-item-has-children>a,#content .widget_pages ul li.menu-item-has-children>a,#content .widget_archive ul li.menu-item-has-children>a,#content .widget_meta ul li.menu-item-has-children>a,#content .widget_recent_entries ul li.menu-item-has-children>a {
	border-bottom: 1px solid rgba(102,102,102,.11)
}

#content .widget_categories ul li .children,#content .widget_nav_menu ul li .children,#content .widget_pages ul li .children,#content .widget_archive ul li .children,#content .widget_meta ul li .children,#content .widget_recent_entries ul li .children,#content .widget_categories ul li .sub-menu,#content .widget_nav_menu ul li .sub-menu,#content .widget_pages ul li .sub-menu,#content .widget_archive ul li .sub-menu,#content .widget_meta ul li .sub-menu,#content .widget_recent_entries ul li .sub-menu {
	padding-left: 12px
}

#content .widget_categories ul li .children li a,#content .widget_nav_menu ul li .children li a,#content .widget_pages ul li .children li a,#content .widget_archive ul li .children li a,#content .widget_meta ul li .children li a,#content .widget_recent_entries ul li .children li a,#content .widget_categories ul li .sub-menu li a,#content .widget_nav_menu ul li .sub-menu li a,#content .widget_pages ul li .sub-menu li a,#content .widget_archive ul li .sub-menu li a,#content .widget_meta ul li .sub-menu li a,#content .widget_recent_entries ul li .sub-menu li a {
	border-bottom: 1px solid rgba(102,102,102,.11)
}

#content .widget_categories ul li .children li:last-child>a,#content .widget_nav_menu ul li .children li:last-child>a,#content .widget_pages ul li .children li:last-child>a,#content .widget_archive ul li .children li:last-child>a,#content .widget_meta ul li .children li:last-child>a,#content .widget_recent_entries ul li .children li:last-child>a,#content .widget_categories ul li .sub-menu li:last-child>a,#content .widget_nav_menu ul li .sub-menu li:last-child>a,#content .widget_pages ul li .sub-menu li:last-child>a,#content .widget_archive ul li .sub-menu li:last-child>a,#content .widget_meta ul li .sub-menu li:last-child>a,#content .widget_recent_entries ul li .sub-menu li:last-child>a {
	border-bottom: 1px solid rgba(102,102,102,.11)
}

#content .widget_categories .nice-select ul li,#content .widget_nav_menu .nice-select ul li,#content .widget_pages .nice-select ul li,#content .widget_archive .nice-select ul li,#content .widget_meta .nice-select ul li,#content .widget_recent_entries .nice-select ul li {
	border: none;
	font-size: 14px;
	line-height: normal;
	padding: 8px 24px;
	font-weight: 500
}

#content .widget_recent_entries ul li a {
	padding: 13px 0
}

#content .vc_wp_custommenu {
	margin-bottom: 0
}

#content .vc_wp_custommenu .widget_nav_menu ul li {
	margin-bottom: 3px
}

#content .vc_wp_custommenu .widget_nav_menu ul li a {
	padding: 15px 20px;
	border-left: 3px solid transparent;
	border-bottom: none;
	background-color: rgba(49,64,252,8%);
	color: #000214
}

#content .vc_wp_custommenu .widget_nav_menu ul li a:before {
	display: none
}

#content .vc_wp_custommenu .widget_nav_menu ul li.current-menu-item>a,#content .vc_wp_custommenu .widget_nav_menu ul li a:hover {
	border-color: #3140fc
}

body.single-service #content .widget_nav_menu li a,body.single-case-study #content .widget_nav_menu li a {
	border: 1px solid #d7d7d7!important;
	padding: 11px 36px 11px 26px;
	margin-bottom: 7px;
	font-size: 18px;
	font-weight: 600;
	font-family: poppins,sans-serif;
	z-index: 1
}

@media screen and (max-width:991px) {
	body.single-service #content .widget_nav_menu li a,body.single-case-study #content .widget_nav_menu li a {
		font-size: 16px
	}
}

body.single-service #content .widget_nav_menu li a:before,body.single-case-study #content .widget_nav_menu li a:before {
	left: -1px;
	top: -1px;
	width: calc(100% + 2px);
	width: -webkit-calc(100% + 2px);
	width: -ms-calc(100% + 2px);
	width: -o-calc(100% + 2px);
	height: calc(100% + 2px);
	height: -webkit-calc(100% + 2px);
	height: -ms-calc(100% + 2px);
	height: -o-calc(100% + 2px);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#3140fc),to(#091394));
	background-image: -webkit-linear-gradient(top,#3140fc,#091394);
	background-image: -moz-linear-gradient(top,#3140fc,#091394);
	background-image: -ms-linear-gradient(top,#3140fc,#091394);
	background-image: -o-linear-gradient(top,#3140fc,#091394);
	background-image: linear-gradient(top,#3140fc,#091394);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3140fc',endColorStr='#091394');
	z-index: -1;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	opacity: 0;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	-webkit-transform: translate(0,0%);
	-khtml-transform: translate(0,0%);
	-moz-transform: translate(0,0%);
	-ms-transform: translate(0,0%);
	-o-transform: translate(0,0%);
	transform: translate(0,0%)
}

body.single-service #content .widget_nav_menu li a:after,body.single-case-study #content .widget_nav_menu li a:after {
	content: '\f105';
	font-family: FontAwesome;
	right: 26px;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	position: absolute
}

body.single-service #content .widget_nav_menu li.current-menu-item>a,body.single-case-study #content .widget_nav_menu li.current-menu-item>a,body.single-service #content .widget_nav_menu li>a:hover,body.single-case-study #content .widget_nav_menu li>a:hover {
	padding: 11px 36px 11px 26px;
	color: #fff;
	border-color: transparent
}

body.single-service #content .widget_nav_menu li.current-menu-item>a:before,body.single-case-study #content .widget_nav_menu li.current-menu-item>a:before,body.single-service #content .widget_nav_menu li>a:hover:before,body.single-case-study #content .widget_nav_menu li>a:hover:before {
	opacity: 1
}

.widget_recent_comments li {
	font-size: 16px;
	line-height: 24px;
	color: #6a6a6a
}

.widget_recent_comments li+li {
	padding-top: 26px;
	margin-top: 8px;
	border-top: 1px solid rgba(0,0,0,.085)
}

.widget_recent_comments li span {
	color: #4c4c4c
}

.widget_recent_comments li a {
	color: #000001
}

.widget_recent_comments li a:hover {
	color: #3140fc
}

.widget_rss ul {
	list-style: none;
	padding: 0
}

.widget_rss li {
	margin-bottom: 16px
}

.widget_rss li:last-child {
	margin-bottom: 0
}

.widget_rss .rsswidget {
	display: inline-block;
	color: #111
}

.widget_rss .rsswidget .rss-widget-icon {
	margin-top: -2px
}

.widget_rss .rss-date {
	font-size: .875em;
	font-style: italic;
	display: block
}

.widget_rss cite {
	font-size: .875em
}

.widget_calendar th,.widget_calendar td {
	text-align: center
}

.widget_calendar #prev {
	text-align: left
}

.widget_calendar #next {
	text-align: right
}

.widget_calendar caption {
	text-align: center
}

.contact-info {
	max-width: 250px
}

.contact-info ul {
	list-style: none;
	margin: 0
}

.contact-info ul li {
	padding-left: 27px;
	position: relative
}

.contact-info ul li+li {
	margin-top: 14px
}

.contact-info ul li i {
	position: absolute;
	top: 6px;
	left: 0;
	font-size: 14px;
	color: #3140fc
}

.contact-info ul li i.fa-home {
	font-size: 16px
}

.contact-info .ct-contact-info-inner.style2 li {
	font-size: 18px;
	color: #666;
	line-height: 1.6666;
	padding-left: 45px
}

.contact-info .ct-contact-info-inner.style2 li+li {
	margin-top: 27px
}

.contact-info .ct-contact-info-inner.style2 li i {
	font-size: 25px;
	top: 3px
}

.widget_text p {
	margin-bottom: 0
}

.widget_text .wpb_image_grid {
	margin: 0 -5px
}

.widget_text .wpb_image_grid .isotope-item {
	width: 32.6%;
	margin-bottom: 10px
}

.widget_text .wpb_image_grid .isotope-item a {
	display: block;
	margin-bottom: 10px;
	padding: 0 5px
}

.widget_text .wpb_image_grid .isotope-item a img {
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}

.widget_cms_check_availability {
	background-color: #fff;
	border: 1px solid #e5e5e5!important;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 55px!important;
	padding: 30px!important
}

.widget_cms_check_availability .select2-selection__arrow {
	display: none!important
}

.widget_newsletterwidget {
	line-height: 1.714
}

.widget_newsletterwidget form {
	margin-top: 20px;
	position: relative;
	display: flex;
	flex-wrap: nowrap
}

.widget_newsletterwidget form .tnp-field-email {
	flex-grow: 1;
	margin-bottom: 0
}

.widget_newsletterwidget form .tnp-field-email .tnp-email {
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
	border: 2px solid rgba(0,0,0,.1);
	height: 50px;
	padding: 10px 20px;
	background-color: initial;
	font-size: 15px;
	color: #6c757d
}

.widget_newsletterwidget form .tnp-field-email .tnp-email:focus {
	border-color: #3140fc
}

.widget_newsletterwidget form .tnp-field-button {
	margin-bottom: 0
}

.widget_newsletterwidget form .tnp-field-button .tnp-submit {
	background-color: #3140fc;
	border: none;
	line-height: 50px;
	padding: 0 20px;
	font-size: 15px;
	width: inherit;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px
}

.widget_newsletterwidget form .tnp-field-button .tnp-submit:hover {
	background-color: #091394
}

.widget_newsletterwidget form .tnp-field {
	margin-right: 15px
}

.widget_newsletterwidget form .tnp-field:last-child {
	margin-right: 0
}

.widget_ct_recent_posts .widget-title {
	margin-bottom: 30px
}

.widget_ct_recent_posts .entry-brief {
	display: flex;
	flex-wrap: nowrap
}

.widget_ct_recent_posts .entry-brief+.entry-brief {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid #e2e2e7
}

.widget_ct_recent_posts .entry-media {
	width: 65px;
	margin-right: 25px;
	min-width: 65px
}

.widget_ct_recent_posts .entry-media img {
	-webkit-border-radius: 65px;
	-khtml-border-radius: 65px;
	-moz-border-radius: 65px;
	-ms-border-radius: 65px;
	-o-border-radius: 65px;
	border-radius: 65px
}

.widget_ct_recent_posts .entry-title {
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 10px
}

.widget_ct_recent_posts .entry-title a {
	color: inherit
}

.widget_ct_recent_posts .entry-title a:hover {
	color: #3140fc
}

.widget_ct_recent_posts .entry-meta {
	line-height: 1;
	margin: 0;
	border: none;
	padding: 0
}

.widget_ct_recent_posts .entry-meta:before {
	display: none
}

.widget_ct_recent_posts .entry-meta li {
	margin: 0
}

.tagcloud {
	display: flex;
	flex-wrap: wrap
}

.tagcloud a {
	background-color: #f4f7fc;
	padding: 0 22px;
	color: #1a1e66;
	display: inline-block;
	font-size: 15px!important;
	line-height: 32px;
	margin-right: 5px;
	margin-bottom: 10px;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}

.tagcloud a:hover {
	background-color: #3140fc;
	color: #fff
}

.entry-tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

.entry-tags a {
	background-color: #f4f7fc;
	padding: 0 26px;
	color: #1a1e66;
	display: inline-block;
	font-size: 15px!important;
	line-height: 40px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-top: 6px;
	-webkit-border-radius: 40px;
	-khtml-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
	position: relative;
	z-index: 1
}

.entry-tags a:before {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#3140fc),to(#091394));
	background-image: -webkit-linear-gradient(top,#3140fc,#091394);
	background-image: -moz-linear-gradient(top,#3140fc,#091394);
	background-image: -ms-linear-gradient(top,#3140fc,#091394);
	background-image: -o-linear-gradient(top,#3140fc,#091394);
	background-image: linear-gradient(top,#3140fc,#091394);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3140fc',endColorStr='#091394');
	-webkit-border-radius: 40px;
	-khtml-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.entry-tags a:hover {
	color: #fff
}

.entry-tags a:hover:before {
	opacity: 1
}

.widget_search .search-form {
	position: relative
}

.widget_search .search-form .search-field {
	font-size: 15px;
	color: #333;
	border-color: #ececf0;
	background-color: #fff;
	height: 51px;
	padding-left: 20px;
	padding-right: 51px;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}

.widget_search .search-form .search-field:focus {
	border-color: #3140fc
}

.widget_search .search-form .search-field:focus+.search-submit {
	border-color: #3140fc
}

.widget_search .search-form .search-submit {
	padding: 0;
	border: none;
	line-height: 50px;
	width: 51px;
	border-left: 1px solid #ececf0;
	position: absolute;
	top: 0;
	right: 0;
	color: #333;
	font-size: 15px;
	background-image: none;
	background-color: initial;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}

.widget_search .search-form .search-submit:before,.widget_search .search-form .search-submit:after {
	display: none
}

.widget_search .search-form .search-submit:hover {
	color: #3140fc
}

.ct-social {
	margin: 0;
	list-style: none
}

.ct-social li {
	display: inline-block;
	margin-right: 8px
}

.ct-social li a {
	font-size: 16px;
	color: #fff!important;
	background-color: #3140fc;
	height: 40px;
	width: 40px;
	line-height: 40px;
	-webkit-border-radius: 40px;
	-khtml-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
	text-align: center;
	display: block
}

.ct-social li a span {
	display: none
}

.ct-social li a.social-facebook {
	background-color: #3b5999
}

.ct-social li a.social-rss {
	background-color: #f57d00
}

.ct-social li a.social-youtube {
	background-color: #cd201f
}

.ct-social li a.social-twitter {
	background-color: #55acee
}

.ct-social li a.social-google {
	background-color: #dd4b39
}

.ct-social li a.social-skype {
	background-color: #00aff0
}

.ct-social li a.social-dribbble {
	background-color: #ea4c89
}

.ct-social li a.social-flickr {
	background-color: #ff0084
}

.ct-social li a.social-linkedin {
	background-color: #0077b5
}

.ct-social li a.social-vimeo {
	background-color: #1ab7ea
}

.ct-social li a.social-pinterest {
	background-color: #bd081c
}

.ct-social li a.social-instagram {
	background-color: #e4405f
}

.ct-newsletter.widget .ct-newsletter-inner {
	background-color: #f5f6f7;
	padding: 20px;
	position: relative;
	overflow: hidden
}

.ct-newsletter.widget .ct-newsletter-inner:before {
	font-family: themify;
	content: "\e75a";
	font-size: 50px;
	font-weight: 700;
	position: absolute;
	right: 0;
	top: 0;
	opacity: .05
}

.ct-newsletter.widget .ct-newsletter-inner .newsletter {
	position: relative
}

.ct-newsletter.widget .ct-newsletter-inner .newsletter:after {
	color: #000;
	content: "Newslatter";
	font-family: montserrat;
	font-size: 50px;
	font-weight: 700;
	opacity: .05;
	position: absolute;
	top: -40px
}

.ct-newsletter.widget .ct-newsletter-inner .ct-newsletter-introduction {
	font-size: 15px;
	font-style: italic;
	margin-bottom: 24px
}

.ct-newsletter.widget .ct-newsletter-inner .tnp-field {
	position: relative;
	z-index: 1
}

.ct-newsletter.widget .ct-newsletter-inner .tnp-field-email {
	margin-bottom: 15px
}

.ct-newsletter.widget .ct-newsletter-inner .tnp-field-email .tnp-email {
	border: 1px solid #d0d0d0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	height: 45px;
	padding: 5px 20px
}

.ct-newsletter.widget .ct-newsletter-inner .tnp-field-email .tnp-email:focus {
	border-color: #3140fc
}

.ct-newsletter.widget .ct-newsletter-inner .tnp-field-button .tnp-button {
	line-height: 45px;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	width: 100%
}

.wpb_wrapper .contact-info {
	font-size: 21px;
	color: #797979;
	line-height: 1.363;
	font-weight: 500;
	max-width: 300px
}

.wpb_wrapper .contact-info span {
	color: #333
}

.wpb_wrapper .contact-info.color-white {
	color: #fff
}

.wpb_wrapper .contact-info.color-white span {
	color: rgba(255,255,255,.85)
}

body .ct-brochures {
	margin-bottom: 17px
}

body .ct-brochures:last-child {
	margin-bottom: 44px
}

body .ct-brochures a {
	display: block;
	border: 1px solid #d7d7d7;
	padding: 10px 30px;
	font-size: 16px;
	font-weight: 600;
	color: #00000a;
	font-family: poppins,sans-serif;
	z-index: 1;
	position: relative
}

body .ct-brochures a span {
	position: relative;
	padding-left: 40px
}

body .ct-brochures a i {
	font-size: 25px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

body .ct-brochures a:before {
	content: '';
	left: -1px;
	top: -1px;
	width: calc(100% + 2px);
	width: -webkit-calc(100% + 2px);
	width: -ms-calc(100% + 2px);
	width: -o-calc(100% + 2px);
	height: calc(100% + 2px);
	height: -webkit-calc(100% + 2px);
	height: -ms-calc(100% + 2px);
	height: -o-calc(100% + 2px);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#3140fc),to(#091394));
	background-image: -webkit-linear-gradient(top,#3140fc,#091394);
	background-image: -moz-linear-gradient(top,#3140fc,#091394);
	background-image: -ms-linear-gradient(top,#3140fc,#091394);
	background-image: -o-linear-gradient(top,#3140fc,#091394);
	background-image: linear-gradient(top,#3140fc,#091394);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3140fc',endColorStr='#091394');
	z-index: -1;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	opacity: 0;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	-webkit-transform: translate(0,0%);
	-khtml-transform: translate(0,0%);
	-moz-transform: translate(0,0%);
	-ms-transform: translate(0,0%);
	-o-transform: translate(0,0%);
	transform: translate(0,0%);
	position: absolute
}

body .ct-brochures a:hover {
	color: #fff
}

body .ct-brochures a:hover i {
	color: #fff;
	background-image: none;
	background-color: initial;
	background-clip: inherit;
	-o-background-clip: inherit;
	-ms-background-clip: inherit;
	-moz-background-clip: inherit;
	-webkit-background-clip: inherit;
	text-fill-color: inherit;
	-o-text-fill-color: inherit;
	-ms-text-fill-color: inherit;
	-moz-text-fill-color: inherit;
	-webkit-text-fill-color: inherit
}

body .ct-brochures a:hover:before {
	opacity: 1
}

body .ct-brochures+.widget {
	margin-top: 44px
}

body .ct-brochures+.ct-wg-fancybox {
	margin-top: 60px
}

body .text-brochure {
	color: #666;
	line-height: 1.75;
	margin-bottom: 24px
}

.ct-wg-fancybox {
}

.ct-wg-fancybox .ct-wg-fancybox-inner {
	padding: 35px 30px 63px;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff
}

.ct-wg-fancybox .ct-wg-fancybox-inner:before {
	content: '';
	z-index: -1;
	background-color: rgba(0,0,0,.84);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ct-wg-fancybox .wg-fancybox-title {
	margin: 0 0 36px;
	font-size: 34px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: .1em
}

.ct-wg-fancybox .wg-fancybox-subtitle {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: .1em;
	margin-bottom: 25px
}

.ct-wg-fancybox .wg-fancybox-icon {
	margin-bottom: 30px
}

.ct-wg-fancybox .wg-fancybox-button a {
	display: inline-block;
	padding-left: 29px;
	padding-right: 73px;
	background-color: #fff;
	line-height: 47px;
	-webkit-border-radius: 47px;
	-khtml-border-radius: 47px;
	-moz-border-radius: 47px;
	-ms-border-radius: 47px;
	-o-border-radius: 47px;
	border-radius: 47px;
	font-size: 14px;
	color: #091394;
	font-weight: 600;
	position: relative
}

.ct-wg-fancybox .wg-fancybox-button a:hover {
	background-color: #091394;
	color: #fff
}

.ct-wg-fancybox .wg-fancybox-button i {
	width: 56px;
	text-align: center;
	position: absolute;
	top: 0;
	right: -1px;
	height: 47px;
	line-height: 47px;
	background-color: #3140fc;
	color: #fff;
	-webkit-border-radius: 0 47px 47px 0;
	-khtml-border-radius: 0 47px 47px 0;
	-moz-border-radius: 0 47px 47px 0;
	-ms-border-radius: 0 47px 47px 0;
	-o-border-radius: 0 47px 47px 0;
	border-radius: 0 47px 47px 0
}

.widget_block .widget-content .wp-block-search__label,.widget_block .widget-content .wp-block-group__inner-container>h2 {
	font-size: 22px;
	color: #180b36;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 23px;
	display: block;
	font-weight: 700;
	font-family: poppins,sans-serif
}

.widget_block .widget-content .wp-block-search__label:before,.widget_block .widget-content .wp-block-group__inner-container>h2:before {
	content: '';
	width: 40px;
	height: 3px;
	background-color: #3140fc;
	position: absolute;
	bottom: 0;
	left: 0
}

.widget_block .widget-content ol,.widget_block .widget-content ul {
	padding-left: 0
}

.widget_block.widget_search {
	position: relative
}

.widget_block.widget_search .wp-block-search__button {
	padding: 0;
	border: none;
	line-height: 51px;
	height: 51px;
	width: 51px;
	border-left: 1px solid #ececf0;
	position: absolute;
	top: 0;
	right: 0;
	color: #333;
	font-size: 15px;
	background-image: none;
	background-color: initial;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	font-size: 0
}

.widget_block.widget_search .wp-block-search__button:before {
	content: "\f002";
	font-family: fontawesome;
	font-size: 15px
}

.widget_block.widget_search .wp-block-search__button:after {
	display: none
}

.widget_block.widget_search .wp-block-search__button:hover {
	color: #3140fc
}

.widget_block.widget_search .wp-block-search__input {
	font-size: 15px;
	color: #333;
	border-color: #ececf0;
	background-color: #fff;
	height: 51px;
	padding-left: 20px;
	padding-right: 51px;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}

.widget_block.widget_search .wp-block-search__input:focus {
	border-color: #3140fc
}

.widget_block.widget_search .wp-block-search__input:focus+.wp-block-search__button {
	border-color: #3140fc
}

.widget_block.widget_search .wp-block-search__inside-wrapper {
	display: block;
	position: relative
}

.widget_block .wp-block-latest-posts__list li {
	font-size: 0
}

.widget_block .wp-block-latest-posts__list li a {
	color: #1a1e66;
	display: block;
	font-size: 15px;
	padding: 12px 0;
	position: relative;
	border-bottom: 1px solid #ececf0;
	font-family: poppins,sans-serif;
	font-weight: 400;
	position: relative
}

.widget_block .wp-block-latest-posts__list li a:before {
	content: '';
	height: 7px;
	width: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	background-color: #3140fc;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	opacity: 0;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.widget_block .wp-block-latest-posts__list li a:hover {
	color: #3140fc;
	padding-left: 30px
}

.widget_block .wp-block-latest-posts__list li a:hover:before {
	left: 15px;
	opacity: 1
}

.widget_block .wp-block-latest-comments li {
	color: #1a1e66;
	display: block;
	font-size: 15px;
	line-height: normal;
	padding: 12px 0;
	position: relative;
	border-bottom: 1px solid #ececf0;
	font-family: poppins,sans-serif;
	font-weight: 400;
	position: relative
}

.widget_block .wp-block-latest-comments li a {
	color: inherit
}

.widget_block .wp-block-latest-comments li a:hover {
	color: #3140fc
}

.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0
}

embed,iframe,object {
	max-width: 100%
}

.custom-logo-link {
	display: inline-block
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%
}

.wp-caption img[class*=wp-image-] {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption .wp-caption-text {
	padding: .8075em 0;
	font-size: .875em;
	font-style: italic
}

.wp-caption-text {
	text-align: center
}

.gallery {
	margin-bottom: 1.5em
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%
}

.gallery-caption {
	display: block
}

.wp-video .mejs-container {
	min-width: inherit!important
}

.wp-video .mejs-controls.mejs-offscreen {
	opacity: 1!important;
	display: block!important
}

.wp-video .mejs-controls .mejs-time-rail .mejs-time-current {
	background-color: #3140fc
}

.comment-content a {
	word-wrap: break-word
}

.bypostauthor {
	display: block
}

.comments-area {
	padding: 0 50px
}

@media screen and (max-width:767px) {
	.comments-area {
		padding: 0 15px
	}
}

.comments-area .comment-list-wrap {
	padding: 55px 0 0
}

.comments-area .comment-respond {
	margin-top: 51px
}

.comments-area .comment-respond #cancel-comment-reply-link {
	color: #888
}

.comments-area .comment-respond #cancel-comment-reply-link:hover {
	color: #091394
}

.comments-area .comment-respond .logged-in-as {
	margin-bottom: 25px;
	color: #666
}

.comments-area .comment-respond .logged-in-as a {
	color: inherit;
	font-size: 14px
}

.comments-area .comment-respond .logged-in-as a:hover {
	color: #3140fc
}

.comments-area .no-comments {
	display: none
}

.comment-title {
	font-size: 18px;
	color: #1a1e66;
	text-transform: capitalize;
	margin-bottom: 0
}

.comment-title a {
	color: inherit
}

.comment-title a:hover {
	color: #3140fc
}

.comment-list {
	padding: 0;
	list-style: none
}

.comment-list li .children {
	padding-left: 35px
}

.comment-list li .children li {
	list-style: none;
	margin-top: 37px
}

.comment-list li .comment-respond {
	margin-top: 30px;
	margin-left: 84px
}

@media screen and (max-width:767px) {
	.comment-list li .comment-respond {
		margin-left: 0
	}
}

.comment-list>li {
	margin-bottom: 37px
}

.comment-list>li:last-child {
	margin-bottom: 0
}

.comment-inner {
	display: flex;
	flex-wrap: nowrap
}

.comment-inner img.avatar {
	width: 90px;
	height: 90px;
	min-width: 90px;
	margin-right: 30px;
	float: left;
	-webkit-border-radius: 90px;
	-khtml-border-radius: 90px;
	-moz-border-radius: 90px;
	-ms-border-radius: 90px;
	-o-border-radius: 90px;
	border-radius: 90px
}

@media screen and (max-width:767px) {
	.comment-inner {
		display: block
	}

	.comment-inner img.avatar {
		margin: 0 0 25px
	}

	.comment-inner .comment-reply {
		position: static;
		padding-top: 20px
	}
}

.comment-date {
	color: #524b48;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 22px;
	font-family: poppins,sans-serif
}

.comment-content {
	position: relative;
	flex-grow: 1;
	padding: 20px 25px 32px;
	background: #f4f7fc
}

.comment-content .comment-text p {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 27px;
	font-family: poppins,sans-serif
}

.comment-reply {
	position: absolute;
	right: 23px;
	top: 20px
}

.comment-reply a {
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	display: inline-block;
	font-family: poppins,sans-serif;
	color: #fff;
	padding: 0 16px;
	line-height: 35px;
	-webkit-border-radius: 35px;
	-khtml-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
	-o-border-radius: 35px;
	border-radius: 35px;
	background-color: #191919;
	position: relative;
	z-index: 1
}

.comment-reply a:before {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#3140fc),to(#091394));
	background-image: -webkit-linear-gradient(top,#3140fc,#091394);
	background-image: -moz-linear-gradient(top,#3140fc,#091394);
	background-image: -ms-linear-gradient(top,#3140fc,#091394);
	background-image: -o-linear-gradient(top,#3140fc,#091394);
	background-image: linear-gradient(top,#3140fc,#091394);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3140fc',endColorStr='#091394');
	-webkit-border-radius: 35px;
	-khtml-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
	-o-border-radius: 35px;
	border-radius: 35px;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.comment-reply a:after {
	content: "\f105";
	font-family: FontAwesome;
	margin-left: 4px;
	font-weight: 400
}

.comment-reply a:hover {
	color: #fff
}

.comment-reply a:hover:before {
	opacity: 1
}

.comment-form .form-submit {
	margin-bottom: 0
}

.comment-form .comment-notes {
	display: none
}

.comment-form .col-lg-4 {
	margin-bottom: 30px
}

.comment-form .comment-form-comment {
	margin-bottom: 27px
}

.comment-form .submit {
	padding-left: 22px;
	padding-right: 22px;
	text-transform: uppercase
}

@media screen and (max-width:767px) {
	.comment-inner,.comments-title {
		text-align: center
	}

	.comment-inner:before,.comments-title:before {
		left: 0;
		right: 0;
		margin: auto
	}

	.comment-inner img.avatar {
		float: none;
		display: inline-block
	}

	.comment-content {
		display: block
	}

	.comment-content ul,.comment-content ol {
		text-align: left
	}

	.comment-content:before,.comment-content:after {
		border-color: transparent transparent #fff;
		border-width: 10px;
		left: 0;
		top: -19px;
		right: 0;
		margin: auto
	}

	.comment-content:after {
		border-color: transparent transparent #e9e9e9;
		top: -21px
	}

	.comment-list li .children {
		padding-left: 0
	}
}

#cta-footer {
	padding: 13px 0;
	background-color: #020f2f
}

#cta-footer .row {
	align-items: center
}

#cta-footer .cta-content {
	font-size: 30px;
	font-family: poppins,sans-serif;
	font-weight: 700;
	color: #fff;
	flex-grow: 1;
	padding: 10px 15px
}

#cta-footer .cta-content cite {
	color: #3140fc;
	font-family: playfair display,sans-serif
}

@media screen and (max-width:767px) {
	#cta-footer .cta-content {
		font-size: 26px
	}
}

#cta-footer .cta-button {
	padding: 10px 15px
}

#cta-footer .cta-button a {
	line-height: 45px;
	padding: 0 20px;
	color: #012068;
	background-color: #fff;
	display: inherit;
	border-radius: 5px;
	font-size: 15px;
	font-family: poppins,sans-serif;
	-webkit-box-shadow: -2px 2px 3px rgba(0,0,0,.25)inset;
	-khtml-box-shadow: -2px 2px 3px rgba(0,0,0,.25)inset;
	-moz-box-shadow: -2px 2px 3px rgba(0,0,0,.25)inset;
	-ms-box-shadow: -2px 2px 3px rgba(0,0,0,.25)inset;
	-o-box-shadow: -2px 2px 3px rgba(0,0,0,.25)inset;
	box-shadow: -2px 2px 3px rgba(0,0,0,.25)inset
}

#cta-footer .cta-button a:hover {
	background-color: #3140fc;
	color: #fff
}

#cta-footer .cta-button a i {
	margin-left: 8px
}

.site-footer {
	font-size: 14px;
	line-height: 1.714;
	color: #fff
}

.site-footer .top-footer {
	background-color: #1a1e66;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	padding: 112px 0 86px
}

.site-footer .top-footer.bg-hide {
	background-image: none!important
}

@media screen and (max-width:991px) {
	.site-footer .top-footer {
		padding-top: 82px;
		padding-bottom: 37px
	}
}

.site-footer .top-footer .footer-widget-title {
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 24px;
	letter-spacing: -.024em
}

.site-footer .top-footer .footer-logo {
	margin-top: 7px;
	margin-bottom: 30px
}

.site-footer .top-footer .footer-logo.home4,.site-footer .top-footer .footer-logo.home5 {
	display: none
}

.site-footer .top-footer ul.menu li+li,.site-footer .top-footer .widget_pages ul li+li,.site-footer .top-footer .widget_meta ul li+li,.site-footer .top-footer .widget_categories ul li+li,.site-footer .top-footer .widget_archive ul li+li {
	margin-top: 15px
}

.site-footer .top-footer ul.menu li a,.site-footer .top-footer .widget_pages ul li a,.site-footer .top-footer .widget_meta ul li a,.site-footer .top-footer .widget_categories ul li a,.site-footer .top-footer .widget_archive ul li a {
	color: #afd3f3;
	position: relative;
	padding-left: 14px
}

.site-footer .top-footer ul.menu li a:before,.site-footer .top-footer .widget_pages ul li a:before,.site-footer .top-footer .widget_meta ul li a:before,.site-footer .top-footer .widget_categories ul li a:before,.site-footer .top-footer .widget_archive ul li a:before {
	font-family: FontAwesome;
	content: '\f105';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.site-footer .top-footer ul.menu li a:after,.site-footer .top-footer .widget_pages ul li a:after,.site-footer .top-footer .widget_meta ul li a:after,.site-footer .top-footer .widget_categories ul li a:after,.site-footer .top-footer .widget_archive ul li a:after {
	height: 1px;
	right: 0;
	content: '';
	position: absolute;
	bottom: 0;
	background-color: #fff;
	opacity: 0;
	left: 14px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.site-footer .top-footer ul.menu li>a:hover,.site-footer .top-footer .widget_pages ul li>a:hover,.site-footer .top-footer .widget_meta ul li>a:hover,.site-footer .top-footer .widget_categories ul li>a:hover,.site-footer .top-footer .widget_archive ul li>a:hover,.site-footer .top-footer ul.menu li.current_page_item>a,.site-footer .top-footer .widget_pages ul li.current_page_item>a,.site-footer .top-footer .widget_meta ul li.current_page_item>a,.site-footer .top-footer .widget_categories ul li.current_page_item>a,.site-footer .top-footer .widget_archive ul li.current_page_item>a,.site-footer .top-footer ul.menu li.current-menu-item>a,.site-footer .top-footer .widget_pages ul li.current-menu-item>a,.site-footer .top-footer .widget_meta ul li.current-menu-item>a,.site-footer .top-footer .widget_categories ul li.current-menu-item>a,.site-footer .top-footer .widget_archive ul li.current-menu-item>a,.site-footer .top-footer ul.menu li.current_page_ancestor>a,.site-footer .top-footer .widget_pages ul li.current_page_ancestor>a,.site-footer .top-footer .widget_meta ul li.current_page_ancestor>a,.site-footer .top-footer .widget_categories ul li.current_page_ancestor>a,.site-footer .top-footer .widget_archive ul li.current_page_ancestor>a,.site-footer .top-footer ul.menu li.current-menu-ancestor>a,.site-footer .top-footer .widget_pages ul li.current-menu-ancestor>a,.site-footer .top-footer .widget_meta ul li.current-menu-ancestor>a,.site-footer .top-footer .widget_categories ul li.current-menu-ancestor>a,.site-footer .top-footer .widget_archive ul li.current-menu-ancestor>a {
	padding-left: 21px;
	color: #fff
}

.site-footer .top-footer ul.menu li>a:hover:before,.site-footer .top-footer .widget_pages ul li>a:hover:before,.site-footer .top-footer .widget_meta ul li>a:hover:before,.site-footer .top-footer .widget_categories ul li>a:hover:before,.site-footer .top-footer .widget_archive ul li>a:hover:before,.site-footer .top-footer ul.menu li.current_page_item>a:before,.site-footer .top-footer .widget_pages ul li.current_page_item>a:before,.site-footer .top-footer .widget_meta ul li.current_page_item>a:before,.site-footer .top-footer .widget_categories ul li.current_page_item>a:before,.site-footer .top-footer .widget_archive ul li.current_page_item>a:before,.site-footer .top-footer ul.menu li.current-menu-item>a:before,.site-footer .top-footer .widget_pages ul li.current-menu-item>a:before,.site-footer .top-footer .widget_meta ul li.current-menu-item>a:before,.site-footer .top-footer .widget_categories ul li.current-menu-item>a:before,.site-footer .top-footer .widget_archive ul li.current-menu-item>a:before,.site-footer .top-footer ul.menu li.current_page_ancestor>a:before,.site-footer .top-footer .widget_pages ul li.current_page_ancestor>a:before,.site-footer .top-footer .widget_meta ul li.current_page_ancestor>a:before,.site-footer .top-footer .widget_categories ul li.current_page_ancestor>a:before,.site-footer .top-footer .widget_archive ul li.current_page_ancestor>a:before,.site-footer .top-footer ul.menu li.current-menu-ancestor>a:before,.site-footer .top-footer .widget_pages ul li.current-menu-ancestor>a:before,.site-footer .top-footer .widget_meta ul li.current-menu-ancestor>a:before,.site-footer .top-footer .widget_categories ul li.current-menu-ancestor>a:before,.site-footer .top-footer .widget_archive ul li.current-menu-ancestor>a:before {
	left: 8px
}

.site-footer .top-footer ul.menu li>a:hover:after,.site-footer .top-footer .widget_pages ul li>a:hover:after,.site-footer .top-footer .widget_meta ul li>a:hover:after,.site-footer .top-footer .widget_categories ul li>a:hover:after,.site-footer .top-footer .widget_archive ul li>a:hover:after,.site-footer .top-footer ul.menu li.current_page_item>a:after,.site-footer .top-footer .widget_pages ul li.current_page_item>a:after,.site-footer .top-footer .widget_meta ul li.current_page_item>a:after,.site-footer .top-footer .widget_categories ul li.current_page_item>a:after,.site-footer .top-footer .widget_archive ul li.current_page_item>a:after,.site-footer .top-footer ul.menu li.current-menu-item>a:after,.site-footer .top-footer .widget_pages ul li.current-menu-item>a:after,.site-footer .top-footer .widget_meta ul li.current-menu-item>a:after,.site-footer .top-footer .widget_categories ul li.current-menu-item>a:after,.site-footer .top-footer .widget_archive ul li.current-menu-item>a:after,.site-footer .top-footer ul.menu li.current_page_ancestor>a:after,.site-footer .top-footer .widget_pages ul li.current_page_ancestor>a:after,.site-footer .top-footer .widget_meta ul li.current_page_ancestor>a:after,.site-footer .top-footer .widget_categories ul li.current_page_ancestor>a:after,.site-footer .top-footer .widget_archive ul li.current_page_ancestor>a:after,.site-footer .top-footer ul.menu li.current-menu-ancestor>a:after,.site-footer .top-footer .widget_pages ul li.current-menu-ancestor>a:after,.site-footer .top-footer .widget_meta ul li.current-menu-ancestor>a:after,.site-footer .top-footer .widget_categories ul li.current-menu-ancestor>a:after,.site-footer .top-footer .widget_archive ul li.current-menu-ancestor>a:after {
	left: 21px;
	opacity: 1
}

.site-footer .top-footer ul.menu .sub-menu,.site-footer .top-footer .widget_pages ul .sub-menu,.site-footer .top-footer .widget_meta ul .sub-menu,.site-footer .top-footer .widget_categories ul .sub-menu,.site-footer .top-footer .widget_archive ul .sub-menu {
	margin-top: 15px
}

.site-footer .top-footer .widget_calendar td,.site-footer .top-footer .widget_calendar table {
	border-color: rgba(255,255,255,.14)
}

.site-footer .top-footer .widget_calendar caption {
	color: inherit
}

.site-footer .top-footer .widget_calendar #prev a,.site-footer .top-footer .widget_calendar #next a {
	color: inherit
}

.site-footer .top-footer .widget_calendar #prev a:hover,.site-footer .top-footer .widget_calendar #next a:hover {
	color: inherit
}

.site-footer .top-footer .widget_recent_comments {
	color: #afd3f3
}

.site-footer .top-footer .widget_recent_comments ul {
	list-style: none
}

.site-footer .top-footer .widget_recent_comments ul li span {
	color: #afd3f3
}

.site-footer .top-footer .widget_recent_comments ul a {
	color: #afd3f3
}

.site-footer .top-footer .widget_recent_comments ul a:hover {
	color: #3140fc
}

.site-footer .top-footer .widget_rss .rsswidget,.site-footer .top-footer table th {
	color: #afd3f3
}

.site-footer .top-footer .remove-arrow ul.menu li a {
	padding-left: 0
}

.site-footer .top-footer .remove-arrow ul.menu li a:before {
	display: none
}

.site-footer .top-footer .remove-arrow ul.menu li a:after {
	left: 0
}

.site-footer .top-footer .contact-info {
	color: #afd3f3
}

@media screen and (min-width:1200px) {
	.site-footer .top-footer .ct-footer-item.col-xl-3:nth-child(1) {
		flex: 0 0 35.8%;
		max-width: 35.8%;
		padding-right: 60px
	}

	.site-footer .top-footer .ct-footer-item.col-xl-3:nth-child(2) {
		flex: 0 0 20.2%;
		max-width: 20.2%
	}

	.site-footer .top-footer .ct-footer-item.col-xl-3:nth-child(3) {
		flex: 0 0 20%;
		max-width: 20%
	}

	.site-footer .top-footer .ct-footer-item.col-xl-3:nth-child(4) {
		flex: 0 0 24%;
		max-width: 24%
	}
}

@media screen and (max-width:991px) {
	.site-footer .top-footer .ct-footer-item {
		margin-bottom: 45px
	}
}

.site-footer .top-footer .wpb_gallery {
	margin-bottom: 0!important
}

.site-footer .top-footer .wpb_gallery_slides.wpb_image_grid {
	margin-top: 8px
}

.site-footer .top-footer .wpb_gallery_slides.wpb_image_grid .isotope-item a img {
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.site-footer .top-footer .wpb_gallery_slides.wpb_image_grid .isotope-item a img:hover {
	opacity: .75
}

.site-footer .bottom-footer {
	background-color: #020f2f;
	color: #afd3f3;
	padding: 10px 0
}

.site-footer .bottom-footer .row {
	align-items: center
}

.site-footer .bottom-footer .bottom-social {
	padding: 0 15px
}

.site-footer .bottom-footer .bottom-social label {
	font-family: open sans;
	font-weight: 600
}

.site-footer .bottom-footer .bottom-social a {
	display: inline-block;
	font-size: 18px;
	color: inherit;
	margin-left: 9px;
	color: #fff
}

.site-footer .bottom-footer .bottom-social a:hover {
	color: #3140fc
}

@media screen and (max-width:767px) {
	.site-footer .bottom-footer .bottom-social {
		width: 100%;
		text-align: center
	}
}

.site-footer .bottom-footer .bottom-copyright {
	padding: 0 15px;
	flex-grow: 1;
	font-family: poppins,sans-serif
}

.site-footer .bottom-footer .bottom-copyright a {
	color: #3140fc
}

.site-footer .bottom-footer .bottom-copyright a:hover {
	color: #fff
}

@media screen and (max-width:767px) {
	.site-footer .bottom-footer .bottom-copyright {
		width: 100%;
		text-align: center
	}
}

.ct-scroll-top.fixed-bottom {
	display: none
}

.ct-scroll-top:not(.fixed-bottom) {
	background-image: -webkit-gradient(linear,left top,left bottom,from(#3140fc),to(#091394));
	background-image: -webkit-linear-gradient(top,#3140fc,#091394);
	background-image: -moz-linear-gradient(top,#3140fc,#091394);
	background-image: -ms-linear-gradient(top,#3140fc,#091394);
	background-image: -o-linear-gradient(top,#3140fc,#091394);
	background-image: linear-gradient(top,#3140fc,#091394);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3140fc',endColorStr='#091394');
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	color: #fff;
	height: 45px;
	position: fixed;
	right: 30px;
	text-align: center;
	width: 45px;
	font-size: 18px;
	z-index: 1002;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-khtml-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-ms-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-o-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-webkit-border-radius: 45px;
	-khtml-border-radius: 45px;
	-moz-border-radius: 45px;
	-ms-border-radius: 45px;
	-o-border-radius: 45px;
	border-radius: 45px;
	overflow: hidden;
	line-height: 45px
}

.ct-scroll-top:not(.fixed-bottom):hover {
	-webkit-box-shadow: 0 8px 16px rgba(0,0,0,.2);
	-khtml-box-shadow: 0 8px 16px rgba(0,0,0,.2);
	-moz-box-shadow: 0 8px 16px rgba(0,0,0,.2);
	-ms-box-shadow: 0 8px 16px rgba(0,0,0,.2);
	-o-box-shadow: 0 8px 16px rgba(0,0,0,.2);
	box-shadow: 0 8px 16px rgba(0,0,0,.2)
}

.ct-scroll-top:not(.fixed-bottom).on {
	visibility: visible;
	opacity: 1;
	bottom: 30px
}

.ct-modal.ct-search-popup .ct-modal-content {
	max-width: 1170px
}

.ct-modal.ct-search-popup .ct-modal-content form {
	padding: 20px 0;
	position: relative;
	border-bottom: 1px solid #fff
}

.ct-modal.ct-search-popup .ct-modal-content .search-field {
	font-size: 48px;
	height: inherit;
	font-family: poppins,sans-serif;
	color: #fff;
	padding: 0;
	border: none;
	background-color: initial;
	font-weight: 600;
	padding-right: 80px
}

@media screen and (max-width:991px) {
	.ct-modal.ct-search-popup .ct-modal-content .search-field {
		font-size: 48px;
		padding-right: 60px
	}
}

@media screen and (max-width:767px) {
	.ct-modal.ct-search-popup .ct-modal-content .search-field {
		font-size: 24px
	}
}

.ct-modal.ct-search-popup .ct-modal-content .esc-search {
	margin-top: 24px;
	font-size: 15px;
	color: #fff
}

.ct-modal.ct-search-popup .ct-modal-content .search-submit {
	background-image: none;
	background-color: initial;
	color: #fff;
	font-size: 42px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	right: 0;
	padding: 5px 0 5px 5px;
	line-height: 1;
	padding: 0;
	width: inherit;
	height: inherit;
	box-shadow: none;
	overflow: visible
}

@media screen and (max-width:991px) {
	.ct-modal.ct-search-popup .ct-modal-content .search-submit {
		font-size: 36px
	}
}

@media screen and (max-width:767px) {
	.ct-modal.ct-search-popup .ct-modal-content .search-submit {
		display: none
	}
}

.hidden-sidebar {
	width: 370px;
	position: fixed;
	top: 0;
	right: 0;
	background-color: #fff;
	height: 100%;
	padding: 65px 0;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	-webkit-transform: translateX(270px);
	-khtml-transform: translateX(270px);
	-moz-transform: translateX(270px);
	-ms-transform: translateX(270px);
	-o-transform: translateX(270px);
	transform: translateX(270px);
	visibility: hidden;
	z-index: 999;
	opacity: 0;
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,.1);
	-khtml-box-shadow: 0 0 30px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 30px rgba(0,0,0,.1);
	-ms-box-shadow: 0 0 30px rgba(0,0,0,.1);
	-o-box-shadow: 0 0 30px rgba(0,0,0,.1);
	box-shadow: 0 0 30px rgba(0,0,0,.1)
}

@media screen and (max-width:767px) {
	.hidden-sidebar {
		width: 300px
	}
}

.hidden-sidebar.open {
	-webkit-transform: translateX(0);
	-khtml-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	visibility: visible
}

.hidden-sidebar .hidden-sidebar-inner {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	overflow: auto;
	padding: 0 40px
}

.hidden-sidebar .hidden-sidebar-inner .hidden-sidebar-logo img {
	max-height: 26px
}

.hidden-sidebar .hidden-sidebar-inner>div {
	width: 100%
}

.hidden-sidebar .hidden-sidebar-close {
	cursor: pointer;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	font-size: 18px;
	position: absolute;
	top: 22px;
	right: 22px
}

.hidden-sidebar .hidden-sidebar-close:before,.hidden-sidebar .hidden-sidebar-close:after {
	background-color: #000
}

.hidden-sidebar .hidden-sidebar-close:hover:before,.hidden-sidebar .hidden-sidebar-close:hover:after {
	background-color: #3140fc
}

.hidden-sidebar .widget_ct_recent_posts .entry-brief+.entry-brief {
	padding-top: 0;
	border-top: none
}

.admin-bar .hidden-sidebar {
	top: 32px
}

.ct-preset4 {
	color: #000
}

.ct-preset4 h1,.ct-preset4 h2,.ct-preset4 h3,.ct-preset4 h4,.ct-preset4 h5,.ct-preset4 h6 {
	color: #000
}

.ct-preset4 .wpb_text_column a {
	color: #ad8e63
}

.ct-preset4 .wpb_text_column a:hover {
	color: #7e6a46
}

.ct-preset4 .ct-heading cite {
	color: #ad8e63
}

.ct-preset4 .ct-scroll-top:not(.fixed-bottom) {
	background-image: -webkit-gradient(linear,left top,left bottom,from(#ad8e63),to(#7e6a46));
	background-image: -webkit-linear-gradient(top,#ad8e63,#7e6a46);
	background-image: -moz-linear-gradient(top,#ad8e63,#7e6a46);
	background-image: -ms-linear-gradient(top,#ad8e63,#7e6a46);
	background-image: -o-linear-gradient(top,#ad8e63,#7e6a46);
	background-image: linear-gradient(top,#ad8e63,#7e6a46);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ad8e63',endColorStr='#7e6a46')
}

.ct-preset4 .ct-modal .ct-close:hover::before,.ct-preset4 .ct-modal .ct-close:hover::after,.ct-preset4 .menu-mobile-close,.ct-preset4 .ct-spinner5>div {
	background-color: #ad8e63
}

.ct-preset4 .menu-mobile-close:hover {
	background-color: #7e6a46
}

.ct-preset4 .primary-menu li.current-menu-parent>a,.ct-preset4 .primary-menu li.current-menu-item>a {
	color: #ad8e63
}

.ct-preset4 .ct-fancybox-layout6 .ct-fancybox-inner.color-primary {
	background-color: #ad8e63
}

.ct-preset4 .ct-fancybox-layout6 .ct-fancybox-inner.color-secondary {
	background-color: #7e6a46
}

.ct-preset4 .ct-fancybox-layout6 .ct-fancybox-inner.color-third {
	background-color: #6a592f
}

.ct-preset4 .ct-fancybox-layout6 .ct-fancybox-desc-list i {
	color: #d7c8b3
}

.ct-preset4 .ct-counter-default .ct-counter-digit {
	color: #6a592f
}

.ct-preset4 .ct-video-button.style2 {
	background-color: #ad8e63
}

.ct-preset4 .ct-video-button.style2:hover {
	background-color: #7e6a46;
	color: #fff
}

.ct-preset4 .ct-fancybox-layout7 .ct-fancybox-icon {
	background-color: #ad8e63;
	-webkit-box-shadow: 0 4px 4px rgba(173,142,99,.63);
	-khtml-box-shadow: 0 4px 4px rgba(173,142,99,.63);
	-moz-box-shadow: 0 4px 4px rgba(173,142,99,.63);
	-ms-box-shadow: 0 4px 4px rgba(173,142,99,.63);
	-o-box-shadow: 0 4px 4px rgba(173,142,99,.63);
	box-shadow: 0 4px 4px rgba(173,142,99,.63)
}

.ct-preset4 .ct-fancybox-layout7 .ct-fancybox-inner:hover {
	border-color: #ad8e63
}

.ct-preset4 .ct-grid-service-layout3 .item-more a {
	background-color: #ad8e63
}

.ct-preset4 .ct-grid-service-layout3 .item-more a:hover {
	background-color: #7e6a46
}

.ct-preset4 .ct-grid .item-title a:hover {
	color: #ad8e63
}

.ct-preset4 .ct-carousel-case-study-layout1.color-preset2 .item-more {
	background-color: #000;
	background-image: none
}

.ct-preset4 .ct-carousel-case-study-layout1.color-preset2 .owl-item:nth-child(3n+1) .item-body {
	background-image: none;
	background-color: #6a592f
}

.ct-preset4 .ct-carousel-case-study-layout1.color-preset2 .owl-item:nth-child(3n+2) .item-body {
	background-image: none;
	background-color: #7e6a46
}

.ct-preset4 .ct-carousel-case-study-layout1.color-preset2 .owl-item:nth-child(3n+3) .item-body {
	background-image: none;
	background-color: #ad8e63
}

.ct-preset4 .ct-carousel-case-study-layout1.color-preset2 .item-category a {
	color: #d7c8b3
}

.ct-preset4 .ct-testimonial-layout1 .testimonial-featured::before,.ct-preset4 .ct-testimonial-layout1 .grid-item-inner:hover {
	border-color: #ad8e63
}

.ct-preset4 .ct-testimonial-layout1 .grid-item-inner:hover .testimonial-icon,.ct-preset4 .call-us a:hover {
	color: #ad8e63
}

.ct-preset4 .ct-testimonial-layout1 .owl-dots .owl-dot.active {
	background-color: #ad8e63
}

.ct-preset4 .ct-contact-form-default.submit-normal .wpcf7-submit {
	background-color: #ad8e63;
	-webkit-box-shadow: 0 4px 10px rgba(173,142,99,.36);
	-khtml-box-shadow: 0 4px 10px rgba(173,142,99,.36);
	-moz-box-shadow: 0 4px 10px rgba(173,142,99,.36);
	-ms-box-shadow: 0 4px 10px rgba(173,142,99,.36);
	-o-box-shadow: 0 4px 10px rgba(173,142,99,.36);
	box-shadow: 0 4px 10px rgba(173,142,99,.36)
}

.ct-preset4 .ct-contact-form-default.submit-normal .wpcf7-submit:hover {
	background-color: #ad8e63
}

.ct-preset4 .ct-contact-form-default.submit-normal .wpcf7-submit i {
	background-color: #7e6a46
}

@media screen and (max-width:991px) {
	.ct-preset5 .primary-menu>li:hover>a,.ct-preset5 .primary-menu>li.current_page_item>a,.ct-preset5 .primary-menu>li.current-menu-item>a,.ct-preset5 .primary-menu>li.current_page_ancestor>a,.ct-preset5 .primary-menu>li.current-menu-ancestor>a {
		color: #ec0203
	}
}

.ct-preset5 .primary-menu>li:hover>a:before,.ct-preset5 .primary-menu>li.current_page_item>a:before,.ct-preset5 .primary-menu>li.current-menu-item>a:before,.ct-preset5 .primary-menu>li.current_page_ancestor>a:before,.ct-preset5 .primary-menu>li.current-menu-ancestor>a:before {
	background-color: #ec0203
}

.ct-preset5 .primary-menu>li .sub-menu li>a:hover,.ct-preset5 .primary-menu>li .sub-menu li.current_page_item>a,.ct-preset5 .primary-menu>li .sub-menu li.current-menu-item>a,.ct-preset5 .primary-menu>li .sub-menu li.current_page_ancestor>a,.ct-preset5 .primary-menu>li .sub-menu li.current-menu-ancestor>a {
	color: #ec0203
}

.ct-preset5 .primary-menu>li .sub-menu li>a:hover:before,.ct-preset5 .primary-menu>li .sub-menu li.current_page_item>a:before,.ct-preset5 .primary-menu>li .sub-menu li.current-menu-item>a:before,.ct-preset5 .primary-menu>li .sub-menu li.current_page_ancestor>a:before,.ct-preset5 .primary-menu>li .sub-menu li.current-menu-ancestor>a:before {
	background-color: #ec0203
}

.ct-preset5 #header-wrap .site-menu-right .menu-right-item:hover,.ct-preset5 .ct-heading.style2 .ct-heading-sub {
	color: #ec0203
}

.ct-preset5 .ct-modal .ct-close:hover::before,.ct-preset5 .ct-modal .ct-close:hover::after,.ct-preset5 .menu-mobile-close,.ct-preset5 #header-wrap .header-topbar-icon .cart-counter,.ct-preset5 .ct-spinner5>div {
	background-color: #ec0203
}

.ct-preset5 .ct-scroll-top:not(.fixed-bottom) {
	background-image: -webkit-gradient(linear,left top,left bottom,from(#ec0203),to(#b0180e));
	background-image: -webkit-linear-gradient(top,#ec0203,#b0180e);
	background-image: -moz-linear-gradient(top,#ec0203,#b0180e);
	background-image: -ms-linear-gradient(top,#ec0203,#b0180e);
	background-image: -o-linear-gradient(top,#ec0203,#b0180e);
	background-image: linear-gradient(top,#ec0203,#b0180e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ec0203',endColorStr='#b0180e')
}

.ct-preset5 .ct-heading.style2 {
	border-color: #ec0203
}

.ct-preset5 .ct-progress-layout1 {
	padding-bottom: 0;
	overflow: visible
}

.ct-preset5 .ct-progress-layout1 .ct-progress-title {
	color: #666
}

.ct-preset5 .ct-progress-layout1 .ct-progress.progress .progress-bar span {
	background-color: #141414
}

.ct-preset5 .ct-grid-service-layout1 .item-icon i {
	color: #ec0203;
	background-color: initial;
	background-image: none;
	background-clip: inherit;
	-o-background-clip: inherit;
	-ms-background-clip: inherit;
	-moz-background-clip: inherit;
	-webkit-background-clip: inherit;
	text-fill-color: inherit;
	-o-text-fill-color: inherit;
	-ms-text-fill-color: inherit;
	-moz-text-fill-color: inherit;
	-webkit-text-fill-color: inherit
}

.ct-preset5 .ct-grid-service-layout1 .grid-item-inner:hover {
	-webkit-box-shadow: 0 4px 10px rgba(8,8,8,.36);
	-khtml-box-shadow: 0 4px 10px rgba(8,8,8,.36);
	-moz-box-shadow: 0 4px 10px rgba(8,8,8,.36);
	-ms-box-shadow: 0 4px 10px rgba(8,8,8,.36);
	-o-box-shadow: 0 4px 10px rgba(8,8,8,.36);
	box-shadow: 0 4px 10px rgba(8,8,8,.36)
}

.ct-preset5 .ct-grid-service-layout1 .grid-item-inner:before {
	background-image: none;
	background-color: #ec0203
}

.ct-preset5 .ct-tabs.layout1 .nav-item a::before,.ct-preset5 .ct-tabs.layout1 .nav-item .nav-arrow,.ct-preset5 .ct-team-member-default .ct-team-holder::before {
	background-image: none;
	background-color: #ec0203
}

.ct-preset5 .ct-contact-form-default.style1 .wpcf7-form-control-wrap {
	margin-bottom: 26px
}

.ct-preset5 .ct-contact-form-default.style1 .wpcf7-form-control:not(.wpcf7-submit):focus {
	border-color: #ec0203
}

.ct-preset5 .nice-select .list .selected {
	color: #ec0203
}

.hover-effect {
	position: relative;
	overflow: hidden;
	z-index: 1
}

.hover-effect:before,.hover-effect:after {
	background-color: #000;
	content: "";
	height: 100%;
	left: -110%;
	opacity: .1;
	position: absolute;
	top: 0;
	-webkit-transition: all .5s ease 0s;
	-khtml-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	-webkit-transform: skewX(25deg);
	-khtml-transform: skewX(25deg);
	-moz-transform: skewX(25deg);
	-ms-transform: skewX(25deg);
	-o-transform: skewX(25deg);
	transform: skewX(25deg);
	width: 100%;
	z-index: -1
}

.hover-effect:hover:before,.hover-effect:focus:before,.hover-effect:active:before {
	left: -10%;
	-webkit-transition: all .3s ease 0s;
	-khtml-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-effect:hover:after,.hover-effect:focus:after,.hover-effect:active:after {
	left: -20%
}

.hover-effect.hover-light:before,.hover-effect.hover-light:after {
	background-color: #fff
}

.item-featured img {
	width: 100%;
	-webkit-transition: all .4s cubic-bezier(.39,.575,.565,1)0s;
	-khtml-transition: all .4s cubic-bezier(.39,.575,.565,1)0s;
	-moz-transition: all .4s cubic-bezier(.39,.575,.565,1)0s;
	-ms-transition: all .4s cubic-bezier(.39,.575,.565,1)0s;
	-o-transition: all .4s cubic-bezier(.39,.575,.565,1)0s;
	transition: all .4s cubic-bezier(.39,.575,.565,1)0s
}

.item-featured a.no-thumnail {
	min-height: 280px;
	background-color: #3140fc
}

.ct-carousel .item-title a {
	color: inherit
}

.ct-carousel .item-title a:hover {
	color: #3140fc
}

.ct-grid .ct-grid-inner,.ct-grid .grid-item-inner {
	position: relative
}

.ct-grid .grid-item.ct-animated .grid-item-inner {
	animation: .65s ease 0s normal forwards 1 running moveUp;
	-webkit-animation: .65s ease 0s normal forwards 1 running moveUp;
	-webkit-transform: translateY(200px);
	-khtml-transform: translateY(200px);
	-moz-transform: translateY(200px);
	-ms-transform: translateY(200px);
	-o-transform: translateY(200px);
	transform: translateY(200px)
}

.ct-grid .ct-load-more {
	margin-top: 30px
}

.ct-grid .ct-load-more .btn {
	line-height: 47px;
	padding-left: 50px;
	padding-right: 50px
}

.ct-grid .ct-load-more i {
	margin-right: 5px
}

.ct-grid .item-title {
	font-size: 20px;
	line-height: 1.5
}

.ct-grid .item-title a {
	color: inherit
}

.ct-grid .item-title a:hover {
	color: #3140fc
}

.ct-grid .ct-grid-pagination {
	margin-top: 20px
}

.ct-grid .item-featured a {
	display: block
}

.grid-filter-wrap {
	margin-bottom: 48px;
	text-align: center
}

.grid-filter-wrap .filter-item {
	color: #012068;
	font-weight: 500;
	line-height: 1.25;
	padding: 9px 15px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	-webkit-transition: all .2s linear;
	-khtml-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	font-size: 18px;
	font-family: poppins,sans-serif
}

.grid-filter-wrap .filter-item:before {
	content: '';
	height: 4px;
	width: 0;
	background-color: #3140fc;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.grid-filter-wrap .filter-item:after {
	background-color: #012068;
	content: "";
	height: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: skew(-20deg,-20deg)translate(0,-50%);
	-khtml-transform: skew(-20deg,-20deg)translate(0,-50%);
	-moz-transform: skew(-20deg,-20deg)translate(0,-50%);
	-ms-transform: skew(-20deg,-20deg)translate(0,-50%);
	-o-transform: skew(-20deg,-20deg)translate(0,-50%);
	transform: skew(-20deg,-20deg)translate(0,-50%);
	width: 2px
}

.grid-filter-wrap .filter-item.active:before,.grid-filter-wrap .filter-item:hover:before {
	opacity: 1;
	width: 32px
}

.grid-filter-wrap .filter-item:last-child:after {
	display: none
}

.grid-filter-wrap i {
	font-style: normal
}

@media screen and (max-width:767px) {
	.grid-filter-wrap i {
		display: none
	}
}

.grid-filter-wrap.align-left span:first-child {
	padding-left: 0
}

.grid-filter-wrap.align-right span:last-child {
	padding-left: 0
}

.select-filter-wrap.nice-select,.select-order-wrap.nice-select {
	min-width: 160px;
	height: 40px;
	line-height: 40px;
	padding: 0 40px 0 21px;
	display: inline-block;
	width: inherit;
	border: none;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.24);
	-khtml-box-shadow: 0 2px 4px rgba(0,0,0,.24);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,.24);
	-ms-box-shadow: 0 2px 4px rgba(0,0,0,.24);
	-o-box-shadow: 0 2px 4px rgba(0,0,0,.24);
	box-shadow: 0 2px 4px rgba(0,0,0,.24);
	font-size: 15px
}

.select-filter-wrap.nice-select:after,.select-order-wrap.nice-select:after {
	content: "\f2f9";
	right: 15px;
	font-size: 15px
}

.select-order-wrap {
	margin-left: 15px
}

.ct-grid-header {
	align-items: center;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-wrap: nowrap;
	margin-bottom: 45px
}

.ct-grid-header>h3 {
	margin: 0;
	font-size: 40px;
	letter-spacing: .03em;
	flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	-o-flex-grow: 1
}

@media screen and (max-width:991px) {
	.ct-grid-header {
		display: block
	}

	.ct-grid-header>h3 {
		margin-bottom: 25px
	}
}

@media screen and (max-width:991px) {
	.ct-grid-header .nice-select {
		margin: 15px 0 0
	}
}

.item-order {
	position: absolute;
	opacity: 0;
	visibility: hidden
}

.owl-nav {
	text-align: center;
	margin-top: 36px
}

.owl-nav .owl-prev,.owl-nav .owl-next {
	color: #fff;
	background-color: #000;
	display: inline-block;
	font-size: 14px;
	height: 52px;
	line-height: 52px;
	-webkit-border-radius: 52px;
	-khtml-border-radius: 52px;
	-moz-border-radius: 52px;
	-ms-border-radius: 52px;
	-o-border-radius: 52px;
	border-radius: 52px;
	text-align: center;
	width: 52px;
	margin: 6px 8px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	padding: 0;
	border: none;
	letter-spacing: 0
}

.owl-nav .owl-prev:hover,.owl-nav .owl-next:hover {
	background-color: #3140fc;
	color: #fff!important
}

.owl-nav .owl-prev i,.owl-nav .owl-next i {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.owl-arrows-middle .owl-nav {
	margin: 0
}

.owl-arrows-middle .owl-prev,.owl-arrows-middle .owl-next {
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%)
}

.owl-arrows-middle .owl-prev {
	left: 0
}

.owl-arrows-middle .owl-next {
	right: 0
}

.owl-dots {
	text-align: center;
	margin-top: 30px;
	display: flex;
	justify-content: center;
	padding: 0 4px
}

.owl-dots .owl-dot {
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	background-color: #bbb;
	display: inline-block;
	height: 8px;
	margin: 0 5px;
	padding: 0;
	border: none;
	width: 7px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	position: relative
}

.owl-dots .owl-dot.active {
	background-color: #395189
}

.owl-dots .owl-dot.active:before {
	opacity: 1
}

.ct-carousel-filter {
	margin-bottom: 25px
}

.ct-carousel-filter .ct-filter-item {
	font-size: 24px;
	line-height: normal;
	color: rgba(0,0,0,.33);
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	margin: 0 38px 10px 0;
	display: inline-block
}

.ct-carousel-filter .ct-filter-item.ct-filter-active,.ct-carousel-filter .ct-filter-item:hover {
	color: #3140fc;
	cursor: pointer
}

#ct-loadding {
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 999999;
	top: 0;
	left: 0;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	background-color: #fff
}

#ct-loadding .loading-spin {
	display: block;
	height: 65px;
	margin: -32px auto 0;
	position: relative;
	top: 50%;
	width: 65px
}

#ct-loadding .loading-spin .spinner {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-animation: spin-rotate-all 1s linear infinite;
	animation: spin-rotate-all 1s linear infinite
}

#ct-loadding .loading-spin .spinner .right-side,#ct-loadding .loading-spin .spinner .left-side {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	overflow: hidden;
	-webkit-animation: spin-fade-in-first 1.2s linear infinite alternate;
	animation: spin-fade-in-first 1.2s linear infinite alternate
}

#ct-loadding .loading-spin .spinner .left-side {
	left: 0
}

#ct-loadding .loading-spin .spinner .right-side {
	right: 0
}

#ct-loadding .loading-spin .spinner.color-2 .right-side,#ct-loadding .loading-spin .spinner.color-2 .left-side {
	-webkit-animation: spin-fade-in-second 1.2s linear infinite alternate;
	animation: spin-fade-in-second 1.2s linear infinite alternate
}

#ct-loadding .loading-spin .spinner .bar {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 200px 0 0 200px;
	-khtml-border-radius: 200px 0 0 200px;
	-moz-border-radius: 200px 0 0 200px;
	-ms-border-radius: 200px 0 0 200px;
	-o-border-radius: 200px 0 0 200px;
	border-radius: 200px 0 0 200px;
	border: 6px solid #3140fc;
	position: relative
}

#ct-loadding .loading-spin .spinner .bar:after {
	content: "";
	width: 6px;
	height: 6px;
	display: block;
	background: #3140fc;
	position: absolute;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px
}

#ct-loadding .loading-spin .spinner .right-side .bar {
	-webkit-border-radius: 0 200px 200px 0;
	-khtml-border-radius: 0 200px 200px 0;
	-moz-border-radius: 0 200px 200px 0;
	-ms-border-radius: 0 200px 200px 0;
	-o-border-radius: 0 200px 200px 0;
	border-radius: 0 200px 200px 0;
	border-left: none;
	-webkit-transform: rotate(-10deg);
	-webkit-transform-origin: left center;
	transform: rotate(-10deg);
	transform-origin: left center;
	-webkit-animation: spin-rotate-right .75s linear infinite alternate;
	animation: spin-rotate-right .75s linear infinite alternate
}

#ct-loadding .loading-spin .spinner .right-side .bar:after {
	bottom: -6px;
	left: -3px
}

#ct-loadding .loading-spin .spinner .left-side .bar {
	border-right: none;
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);
	-webkit-transform-origin: right center;
	transform-origin: right center;
	-webkit-animation: spin-rotate-left .75s linear infinite alternate;
	animation: spin-rotate-left .75s linear infinite alternate
}

#ct-loadding .loading-spin .spinner .left-side .bar:after {
	bottom: -6px;
	right: -3px
}

.ct-spinner2 {
	width: 45px;
	height: 45px;
	background-color: #3140fc;
	margin: 100px auto;
	-webkit-animation: rotateplane 1.2s infinite ease-in-out;
	animation: rotateplane 1.2s infinite ease-in-out;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0
}

.ct-spinner3 {
	width: 45px;
	height: 45px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0
}

.ct-spinner3 .double-bounce1,.ct-spinner3 .double-bounce2 {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background-color: #3140fc;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: ct-bounce 2s infinite ease-in-out;
	animation: ct-bounce 2s infinite ease-in-out
}

.ct-spinner3 .double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

.ct-spinner4 {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	width: 70px;
	height: 40px;
	text-align: center;
	font-size: 10px
}

.ct-spinner4>div {
	background-color: #3140fc;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: ct-stretchdelay 1.2s infinite ease-in-out;
	animation: ct-stretchdelay 1.2s infinite ease-in-out
}

.ct-spinner4 .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}

.ct-spinner4 .rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

.ct-spinner4 .rect4 {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}

.ct-spinner4 .rect5 {
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s
}

.ct-spinner5 {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	width: 70px;
	text-align: center
}

.ct-spinner5>div {
	width: 18px;
	height: 18px;
	background-color: #3140fc;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: ct-bouncedelay 1.4s infinite ease-in-out both;
	animation: ct-bouncedelay 1.4s infinite ease-in-out both
}

.ct-spinner5 .bounce1 {
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s
}

.ct-spinner5 .bounce2 {
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s
}

.ct-cube-grid {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0
}

.ct-cube-grid .ct-cube {
	width: 33%;
	height: 33%;
	background-color: #3140fc;
	float: left;
	-webkit-animation: ct-cubeGridScaleDelay 1.3s infinite ease-in-out;
	animation: ct-cubeGridScaleDelay 1.3s infinite ease-in-out
}

.ct-cube-grid .ct-cube1 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.ct-cube-grid .ct-cube2 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.ct-cube-grid .ct-cube3 {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.ct-cube-grid .ct-cube4 {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}

.ct-cube-grid .ct-cube5 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.ct-cube-grid .ct-cube6 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.ct-cube-grid .ct-cube7 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}

.ct-cube-grid .ct-cube8 {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}

.ct-cube-grid .ct-cube9 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.ct-folding-cube {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg)
}

.ct-folding-cube .ct-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.ct-folding-cube .ct-cube:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #3140fc;
	-webkit-animation: ct-foldCubeAngle 2.4s infinite linear both;
	animation: ct-foldCubeAngle 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}

.ct-folding-cube .ct-cube2 {
	-webkit-transform: scale(1.1)rotateZ(90deg);
	transform: scale(1.1)rotateZ(90deg)
}

.ct-folding-cube .ct-cube2:before {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.ct-folding-cube .ct-cube3 {
	-webkit-transform: scale(1.1)rotateZ(180deg);
	transform: scale(1.1)rotateZ(180deg)
}

.ct-folding-cube .ct-cube3:before {
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}

.ct-folding-cube .ct-cube4 {
	-webkit-transform: scale(1.1)rotateZ(270deg);
	transform: scale(1.1)rotateZ(270deg)
}

.ct-folding-cube .ct-cube4:before {
	-webkit-animation-delay: .9s;
	animation-delay: .9s
}

.ct-loading-stairs {
	height: 100px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	width: 75px;
	margin-top: -25px
}

.ct-loading-stairs .loader-bar {
	position: absolute;
	bottom: 0;
	width: 10px;
	height: 50%;
	background: #3140fc;
	transform-origin: center bottom;
	-webkit-box-shadow: 1px 1px 0 rgba(0,0,0,.2);
	-khtml-box-shadow: 1px 1px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 1px 1px 0 rgba(0,0,0,.2);
	-ms-box-shadow: 1px 1px 0 rgba(0,0,0,.2);
	-o-box-shadow: 1px 1px 0 rgba(0,0,0,.2);
	box-shadow: 1px 1px rgba(0,0,0,.2)
}

.ct-loading-stairs .loader-bar:nth-child(1) {
	left: 0;
	-webkit-transform: scale(1,.2);
	-khtml-transform: scale(1,.2);
	-moz-transform: scale(1,.2);
	-ms-transform: scale(1,.2);
	-o-transform: scale(1,.2);
	transform: scale(1,.2);
	animation: barUp1 4s infinite;
	-webkit-animation: barUp1 4s infinite;
	-ms-animation: barUp1 4s infinite
}

.ct-loading-stairs .loader-bar:nth-child(2) {
	left: 15px;
	-webkit-transform: scale(1,.4);
	-khtml-transform: scale(1,.4);
	-moz-transform: scale(1,.4);
	-ms-transform: scale(1,.4);
	-o-transform: scale(1,.4);
	transform: scale(1,.4);
	animation: barUp2 4s infinite;
	-webkit-animation: barUp2 4s infinite;
	-ms-animation: barUp2 4s infinite
}

.ct-loading-stairs .loader-bar:nth-child(3) {
	left: 30px;
	-webkit-transform: scale(1,.6);
	-khtml-transform: scale(1,.6);
	-moz-transform: scale(1,.6);
	-ms-transform: scale(1,.6);
	-o-transform: scale(1,.6);
	transform: scale(1,.6);
	animation: barUp3 4s infinite;
	-webkit-animation: barUp3 4s infinite;
	-ms-animation: barUp3 4s infinite
}

.ct-loading-stairs .loader-bar:nth-child(4) {
	left: 45px;
	-webkit-transform: scale(1,.8);
	-khtml-transform: scale(1,.8);
	-moz-transform: scale(1,.8);
	-ms-transform: scale(1,.8);
	-o-transform: scale(1,.8);
	transform: scale(1,.8);
	animation: barUp4 4s infinite;
	-webkit-animation: barUp4 4s infinite;
	-ms-animation: barUp4 4s infinite
}

.ct-loading-stairs .loader-bar:nth-child(5) {
	left: 60px;
	-webkit-transform: scale(1,1);
	-khtml-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
	animation: barUp5 4s infinite;
	-webkit-animation: barUp5 4s infinite;
	-ms-animation: barUp5 4s infinite
}

.ct-loading-stairs .loader-ball {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #3140fc;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	animation: ball 4s infinite;
	-webkit-animation: ball 4s infinite;
	-ms-animation: ball 4s infinite
}

.ct-spinner9-wrap {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	left: 0;
	right: 0;
	width: 45px;
	height: 45px;
	margin: auto
}

.ct-spinner9 {
	margin: 0 auto;
	width: 45px;
	height: 45px;
	position: relative;
	text-align: center;
	-webkit-animation: ct-rotate 2s infinite linear;
	animation: ct-rotate 2s infinite linear
}

.ct-spinner9 .dot1,.ct-spinner9 .dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color:;
	background-image: -webkit-gradient(linear,left top,right top,from(),to());
	background-image: -webkit-linear-gradient(left,,);
	background-image: -moz-linear-gradient(left,,);
	background-image: -ms-linear-gradient(left,,);
	background-image: -o-linear-gradient(left,,);
	background-image: linear-gradient(left,,);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='',gradientType='1');
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-animation: ct-bounce 2s infinite ease-in-out;
	animation: ct-bounce 2s infinite ease-in-out
}

.ct-spinner9 .dot2 {
	top: auto;
	bottom: 0;
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

.ct-loading-square {
	height: 50px;
	width: 50px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	left: 0;
	right: 0;
	margin: 0 auto
}

.ct-loading-square .loading-square {
	position: absolute;
	height: 25px;
	width: 25px;
	background: #3140fc;
	opacity: .2;
	top: 0;
	left: 0
}

.ct-loading-square .loading-square.loading-state1 {
	animation: state1-animation 2e3ms infinite
}

.ct-loading-square .loading-square.loading-state2 {
	left: 25px;
	animation: state2-animation 2e3ms infinite
}

.ct-loading-square .loading-square.loading-state3 {
	top: 25px;
	left: 25px;
	animation: state3-animation 2e3ms infinite
}

.ct-loading-square .loading-square.loading-state4 {
	top: 25px;
	animation: state4-animation 2e3ms infinite
}

.ct-loading-square-two {
	height: 40px;
	width: 40px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	-o-animation: loading-square-holder 1s linear infinite;
	-ms-animation: loading-square-holder 1s linear infinite;
	-webkit-animation: loading-square-holder 1s linear infinite;
	animation: loading-square-holder 1s linear infinite
}

.ct-loading-square-two .loading-square {
	position: absolute;
	height: 20px;
	width: 20px;
	background: #3140fc
}

.ct-loading-square-two .loading-square.loading-state1 {
	left: 0;
	top: 20px
}

.ct-loading-square-two .loading-square.loading-state2 {
	left: 20px;
	top: 20px;
	-o-animation: loading-square2 1s linear infinite;
	-ms-animation: loading-square2 1s linear infinite;
	-webkit-animation: loading-square2 1s linear infinite;
	animation: loading-square2 1s linear infinite
}

.ct-loading-square-two .loading-square.loading-state3 {
	top: 0;
	left: 0;
	-o-animation: loading-square3 1s linear infinite;
	-ms-animation: loading-square3 1s linear infinite;
	-webkit-animation: loading-square3 1s linear infinite;
	animation: loading-square3 1s linear infinite
}

.ct-loading-square-two .loading-square.loading-state4 {
	left: 20px;
	top: 0;
	-o-animation: loading-square4 1s linear infinite;
	-ms-animation: loading-square4 1s linear infinite;
	-webkit-animation: loading-square4 1s linear infinite;
	animation: loading-square4 1s linear infinite
}

.nav-tabs.ct-tabs {
	border: none;
	margin-bottom: 10px
}

.nav-tabs.ct-tabs .nav-item {
	margin: 0 0 10px 26px
}

.nav-tabs.ct-tabs .nav-item:first-child {
	margin-left: 0
}

.nav-tabs.ct-tabs .nav-item a {
	margin: 0;
	border: none;
	padding: 0;
	font-size: 13px;
	color: rgba(30,35,49,.33)
}

.nav-tabs.ct-tabs .nav-item a.active {
	color: #1e2331
}

.entry-footer .entry-edit-link {
	display: none
}

div.pp_overlay {
	z-index: 9999!important;
	opacity: .85!important
}

.nav-tabs-none {
	border: none
}

.nav-tabs-none li.nav-item {
	margin: 0
}

.nav-tabs-none li.nav-item a.nav-link {
	border: none;
	padding: 0
}

.owl-carousel[data-arrows=false] .owl-nav,.owl-carousel[data-bullets=false] .owl-dots {
	display: none
}

.ct-modal {
	background-color: rgba(0,0,0,.95);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	-webkit-transform: translateY(-100%);
	-khtml-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
	-webkit-transition: all 500ms ease-in-out;
	-khtml-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out
}

.ct-modal .ct-modal-content {
	left: 0;
	margin: auto;
	max-width: 570px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0,-50%)scaleX(0);
	-khtml-transform: translate(0,-50%)scaleX(0);
	-moz-transform: translate(0,-50%)scaleX(0);
	-ms-transform: translate(0,-50%)scaleX(0);
	-o-transform: translate(0,-50%)scaleX(0);
	transform: translate(0,-50%)scaleX(0);
	position: relative;
	-webkit-transition: all 500ms ease-in-out;
	-khtml-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	transition-delay: 500ms
}

.ct-modal.open {
	-webkit-transform: translateY(0%);
	-khtml-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1
}

.ct-modal.open .ct-modal-content {
	-webkit-transform: translate(0,-50%)scaleX(1);
	-khtml-transform: translate(0,-50%)scaleX(1);
	-moz-transform: translate(0,-50%)scaleX(1);
	-ms-transform: translate(0,-50%)scaleX(1);
	-o-transform: translate(0,-50%)scaleX(1);
	transform: translate(0,-50%)scaleX(1)
}

.ct-modal.remove {
	-webkit-transform: translateY(-100%);
	-khtml-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
	transition-delay: 500ms
}

.ct-modal.remove .ct-modal-content {
	-webkit-transform: translate(0,-50%)scaleX(0);
	-khtml-transform: translate(0,-50%)scaleX(0);
	-moz-transform: translate(0,-50%)scaleX(0);
	-ms-transform: translate(0,-50%)scaleX(0);
	-o-transform: translate(0,-50%)scaleX(0);
	transform: translate(0,-50%)scaleX(0);
	transition-delay: 0ms
}

.ct-modal .ct-close {
	position: absolute;
	top: 30px;
	right: 30px
}

.ct-modal .ct-close:before,.ct-modal .ct-close:after {
	background-color: #fff
}

.ct-modal .ct-close:hover:before,.ct-modal .ct-close:hover:after {
	background-color: #3140fc
}

@media screen and (max-width:991px) {
	.ct-modal .ct-close {
		display: block
	}
}

@media screen and (max-width:575px) {
	.ct-modal .ct-modal-content {
		max-width: 300px
	}
}

.vc_row .ct-row-overlay {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.vc_row .ct-row-overlay.position-left {
	left: 0
}

.vc_row .ct-row-overlay.position-right {
	right: 0
}

.vc_row .ct-row-overlay span {
	font-size: 278px;
	font-weight: 600;
	color: rgba(255,255,255,5%);
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1
}

@media screen and (max-width:991px) {
	.vc_row .ct-row-overlay span {
		font-size: 150px
	}
}

@media screen and (max-width:767px) {
	.vc_row .ct-row-overlay span {
		font-size: 80px
	}
}

.vc_row .ct-row-overlay+.vc_column-inner {
	position: relative;
	z-index: inherit
}

.vc_row.bg-image-ps-top {
	background-position: top!important
}

.vc_row.bg-image-ps-center {
	background-position: 50%!important
}

.vc_row.bg-image-ps-bottom {
	background-position: bottom!important
}

.ct-carousel-nav .ct-nav-prev,.ct-carousel-nav .ct-nav-next {
	width: 90px;
	height: 73px;
	background-color: #000;
	color: #fff;
	text-align: center;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	display: inline-block;
	line-height: 73px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	font-size: 18px;
	cursor: pointer
}

.ct-carousel-nav .ct-nav-prev:hover,.ct-carousel-nav .ct-nav-next:hover {
	background-color: #3140fc
}

.ct-carousel-nav .ct-nav-prev {
	left: -90px;
	-webkit-border-radius: 90px 0 0 90px;
	-khtml-border-radius: 90px 0 0 90px;
	-moz-border-radius: 90px 0 0 90px;
	-ms-border-radius: 90px 0 0 90px;
	-o-border-radius: 90px 0 0 90px;
	border-radius: 90px 0 0 90px;
	text-align: right;
	padding-right: 16px
}

.ct-carousel-nav .ct-nav-next {
	right: -90px;
	-webkit-border-radius: 0 90px 90px 0;
	-khtml-border-radius: 0 90px 90px 0;
	-moz-border-radius: 0 90px 90px 0;
	-ms-border-radius: 0 90px 90px 0;
	-o-border-radius: 0 90px 90px 0;
	border-radius: 0 90px 90px 0;
	text-align: left;
	padding-left: 16px
}

.ct-demo-bar {
	position: fixed;
	top: 0;
	right: 0;
	width: 300px;
	background: #fff;
	z-index: 99999;
	height: 100%;
	text-align: center;
	-webkit-transform: translate(301px,0);
	-khtml-transform: translate(301px,0);
	-moz-transform: translate(301px,0);
	-ms-transform: translate(301px,0);
	-o-transform: translate(301px,0);
	transform: translate(301px,0);
	-webkit-transition: transform .6s ease;
	-khtml-transition: transform .6s ease;
	-moz-transition: transform .6s ease;
	-ms-transition: transform .6s ease;
	-o-transition: transform .6s ease;
	transition: transform .6s ease
}

@media screen and (max-width:575px) {
	.ct-demo-bar {
		width: 260px;
		-webkit-transform: translate(260px,0);
		-khtml-transform: translate(260px,0);
		-moz-transform: translate(260px,0);
		-ms-transform: translate(260px,0);
		-o-transform: translate(260px,0);
		transform: translate(260px,0)
	}
}

.ct-demo-bar.active {
	-webkit-transform: translate(0,0);
	-khtml-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0)
}

.ct-demo-bar .ct-demo-option {
	position: absolute;
	top: 150px;
	left: -40px;
	height: 110px;
	padding: 10px 0;
	width: 40px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 15px rgba(0,0,0,.1);
	-khtml-box-shadow: 0 3px 15px rgba(0,0,0,.1);
	-moz-box-shadow: 0 3px 15px rgba(0,0,0,.1);
	-ms-box-shadow: 0 3px 15px rgba(0,0,0,.1);
	-o-box-shadow: 0 3px 15px rgba(0,0,0,.1);
	box-shadow: 0 3px 15px rgba(0,0,0,.1);
	-webkit-border-radius: 5px 0 0 5px;
	-khtml-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px
}

.ct-demo-bar .ct-demo-option span {
	position: absolute;
	background-color: #222;
	color: #fff;
	white-space: nowrap;
	padding: 0 12px;
	font-size: 13px;
	top: 0;
	right: 100%;
	margin-right: 12px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.ct-demo-bar .ct-demo-option span:before {
	content: '';
	border-color: #222;
	border-style: solid;
	border-color: transparent transparent transparent #222;
	border-width: 6px;
	position: absolute;
	top: 50%;
	right: -12px;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%)
}

.ct-demo-bar .ct-demo-option a {
	display: block;
	color: #222;
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	position: relative
}

.ct-demo-bar .ct-demo-option a:first-child {
	font-size: 16px
}

.ct-demo-bar .ct-demo-option a:hover span {
	opacity: 1;
	visibility: visible
}

.ct-demo-bar .ct-demo-bar-meta {
	padding: 40px 20px 0
}

.ct-demo-bar .ct-demo-bar-meta h4 {
	font-size: 18px
}

.ct-demo-bar .ct-demo-bar-inner {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: -1px 1px 10px rgba(0,0,0,.1);
	-khtml-box-shadow: -1px 1px 10px rgba(0,0,0,.1);
	-moz-box-shadow: -1px 1px 10px rgba(0,0,0,.1);
	-ms-box-shadow: -1px 1px 10px rgba(0,0,0,.1);
	-o-box-shadow: -1px 1px 10px rgba(0,0,0,.1);
	box-shadow: -1px 1px 10px rgba(0,0,0,.1);
	overflow: auto;
	height: 100%;
	color: #222;
	line-height: 1.5;
	font-size: 14px
}

.ct-demo-bar .ct-demo-bar-inner:hover {
	overflow-y: auto
}

.ct-demo-bar .ct-demo-bar-list {
	list-style: none;
	margin: 0;
	padding: 20px
}

.ct-demo-bar .ct-demo-bar-item {
	position: relative
}

.ct-demo-bar .ct-demo-bar-item:before {
	z-index: 1;
	content: '';
	background-color: rgba(0,0,0,.78);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	opacity: 0
}

.ct-demo-bar .ct-demo-bar-item .ct-demo-bar-holder {
	position: absolute;
	top: 50%;
	padding: 20px;
	left: 0;
	right: 0;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	opacity: 0;
	z-index: 2
}

.ct-demo-bar .ct-demo-bar-item .ct-demo-bar-holder h6 {
	color: #fff;
	margin-bottom: 18px
}

.ct-demo-bar .ct-demo-bar-item .ct-demo-bar-holder .btn {
	line-height: 40px;
	font-size: 14px;
	padding: 0 20px
}

.ct-demo-bar .ct-demo-bar-item+.ct-demo-bar-item {
	margin-top: 20px
}

.ct-demo-bar .ct-demo-bar-item:hover:before,.ct-demo-bar .ct-demo-bar-item:hover .ct-demo-bar-holder {
	opacity: 1
}

body img.mfp-img {
	padding: 0!important
}

body .mfp-fade.mfp-bg.mfp-ready {
	opacity: .85;
	background-color: #000
}

body .mfp-container .mfp-content {
	padding: 15px
}

body .mfp-figure::after {
	display: none
}

body .mfp-bottom-bar {
	margin-top: 0;
	width: inherit;
	left: 15px;
	right: 15px
}

body .mfp-image-holder .mfp-close,body .mfp-iframe-holder .mfp-close {
	line-height: 30px;
	height: 30px;
	padding: 0;
	right: 0;
	text-align: center;
	top: 0;
	width: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	letter-spacing: 0;
	font-weight: 400;
	overflow: hidden;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#3140fc),to(#091394));
	background-image: -webkit-linear-gradient(top,#3140fc,#091394);
	background-image: -moz-linear-gradient(top,#3140fc,#091394);
	background-image: -ms-linear-gradient(top,#3140fc,#091394);
	background-image: -o-linear-gradient(top,#3140fc,#091394);
	background-image: linear-gradient(top,#3140fc,#091394);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3140fc',endColorStr='#091394');
	opacity: 1
}

body .mfp-image-holder .mfp-close:before,body .mfp-iframe-holder .mfp-close:before,body .mfp-image-holder .mfp-close:after,body .mfp-iframe-holder .mfp-close:after {
	display: none;
	background-color: #091394
}

.pp_pic_holder .ppt,.pp_pic_holder .pp_gallery {
	display: none!important
}

.mfp-wrap .mfp-container .mfp-arrow {
	background-image: -webkit-gradient(linear,left top,left bottom,from(#3140fc),to(#091394));
	background-image: -webkit-linear-gradient(top,#3140fc,#091394);
	background-image: -moz-linear-gradient(top,#3140fc,#091394);
	background-image: -ms-linear-gradient(top,#3140fc,#091394);
	background-image: -o-linear-gradient(top,#3140fc,#091394);
	background-image: linear-gradient(top,#3140fc,#091394);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3140fc',endColorStr='#091394');
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50px!important;
	-khtml-border-radius: 50px!important;
	-moz-border-radius: 50px!important;
	-ms-border-radius: 50px!important;
	-o-border-radius: 50px!important;
	border-radius: 50px!important;
	opacity: 1
}

.mfp-wrap .mfp-container .mfp-arrow:before,.mfp-wrap .mfp-container .mfp-arrow:after {
	border: none
}

.mfp-wrap .mfp-container .mfp-arrow:before {
	font-family: material-design-iconic-font;
	font-size: 20px;
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: normal;
	position: absolute;
	top: 50%;
	display: block;
	-webkit-transform: translate(-50%,-50%);
	-khtml-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	opacity: 1;
	left: 50%;
	width: auto;
	height: auto;
	background-color: initial
}

.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left {
	margin: -25px 0 0 30px
}

.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:before {
	content: "\f2ea"
}

.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right {
	margin: -25px 30px 0 0
}

.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:before {
	content: "\f2ee"
}

.wpb_revslider_element {
	margin-bottom: 0!important
}

.rev_slider,.revslider-initialised {
	margin-bottom: 0!important
}

.rev_slider .tp-video-play-button,.revslider-initialised .tp-video-play-button {
	display: none!important
}

.rev_slider cite,.revslider-initialised cite {
	font-family: playfair display,serif!important;
	color: #3140fc!important
}

.rev_slider cite.white,.revslider-initialised cite.white {
	color: inherit!important
}

.rev_slider .icon-space-left,.revslider-initialised .icon-space-left {
	margin-left: 8px
}

.rev_slider .preset4 cite,.revslider-initialised .preset4 cite {
	color: #ad8e63!important
}

.rev_slider .ct-countdown .countdown-period,.revslider-initialised .ct-countdown .countdown-period {
	color: #fff
}

.rev_slider .ct-countdown .countdown-amount,.revslider-initialised .ct-countdown .countdown-amount {
	color: rgba(255,175,205,.9)
}

.rev_slider .lt-2,.revslider-initialised .lt-2 {
	letter-spacing: .2em
}

.rev_slider .ft-display,.revslider-initialised .ft-display {
	font-family: playfair display,serif!important
}

.rev_slider .tp-leftarrow.custom:before,.revslider-initialised .tp-leftarrow.custom:before,.rev_slider .tp-rightarrow.custom:before,.revslider-initialised .tp-rightarrow.custom:before {
	font-family: fontawesome!important;
	font-size: 42px!important
}

.rev_slider .tp-leftarrow.custom:before,.revslider-initialised .tp-leftarrow.custom:before {
	content: "\f104"!important
}

.rev_slider .tp-rightarrow.custom:before,.revslider-initialised .tp-rightarrow.custom:before {
	content: "\f105"!important
}

.rev_slider .tp-leftarrow.custom,.revslider-initialised .tp-leftarrow.custom,.rev_slider .tp-rightarrow.custom,.revslider-initialised .tp-rightarrow.custom {
	width: 40px!important;
	height: 40px!important;
	-webkit-border-radius: 0!important;
	-khtml-border-radius: 0!important;
	-moz-border-radius: 0!important;
	-ms-border-radius: 0!important;
	-o-border-radius: 0!important;
	border-radius: 0!important;
	background-color: initial!important;
	-webkit-transition: all .3s linear!important;
	-khtml-transition: all .3s linear!important;
	-moz-transition: all .3s linear!important;
	-ms-transition: all .3s linear!important;
	-o-transition: all .3s linear!important;
	transition: all .3s linear!important
}

.rev_slider .tp-leftarrow.custom:before,.revslider-initialised .tp-leftarrow.custom:before,.rev_slider .tp-rightarrow.custom:before,.revslider-initialised .tp-rightarrow.custom:before {
	color: rgba(255,255,255,.75)!important;
	line-height: 40px!important;
	-webkit-transition: all .3s linear!important;
	-khtml-transition: all .3s linear!important;
	-moz-transition: all .3s linear!important;
	-ms-transition: all .3s linear!important;
	-o-transition: all .3s linear!important;
	transition: all .3s linear!important
}

.rev_slider .tp-leftarrow.custom:hover:before,.revslider-initialised .tp-leftarrow.custom:hover:before,.rev_slider .tp-rightarrow.custom:hover:before,.revslider-initialised .tp-rightarrow.custom:hover:before {
	color: #fff!important
}

.rev_slider .tp-bullets.custom .tp-bullet,.revslider-initialised .tp-bullets.custom .tp-bullet {
	height: 8px!important;
	width: 8px!important;
	-webkit-border-radius: 8px!important;
	-khtml-border-radius: 8px!important;
	-moz-border-radius: 8px!important;
	-ms-border-radius: 8px!important;
	-o-border-radius: 8px!important;
	border-radius: 8px!important;
	background: #fff!important
}

.rev_slider .tp-bullets.custom .tp-bullet:before,.revslider-initialised .tp-bullets.custom .tp-bullet:before {
	-webkit-transition: all .3s linear!important;
	-khtml-transition: all .3s linear!important;
	-moz-transition: all .3s linear!important;
	-ms-transition: all .3s linear!important;
	-o-transition: all .3s linear!important;
	transition: all .3s linear!important;
	-webkit-transform: scale(.8)!important;
	-khtml-transform: scale(.8)!important;
	-moz-transform: scale(.8)!important;
	-ms-transform: scale(.8)!important;
	-o-transform: scale(.8)!important;
	transform: scale(.8)!important;
	content: ''!important;
	height: 16px!important;
	width: 16px!important;
	opacity: 0!important;
	border: 1px solid #fff!important;
	position: absolute!important;
	top: -4px!important;
	left: -4px!important;
	-webkit-border-radius: 14px!important;
	-khtml-border-radius: 14px!important;
	-moz-border-radius: 14px!important;
	-ms-border-radius: 14px!important;
	-o-border-radius: 14px!important;
	border-radius: 14px!important;
	opacity: 0
}

.rev_slider .tp-bullets.custom .tp-bullet.selected:before,.revslider-initialised .tp-bullets.custom .tp-bullet.selected:before {
	opacity: 1!important;
	-webkit-transform: scale(1)!important;
	-khtml-transform: scale(1)!important;
	-moz-transform: scale(1)!important;
	-ms-transform: scale(1)!important;
	-o-transform: scale(1)!important;
	transform: scale(1)!important
}

.ct-heading .ct-heading-sub {
	font-size: 11px;
	color: #012068;
	font-family: poppins,sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	margin-bottom: 15px
}

.ct-heading h1,.ct-heading h2,.ct-heading h3,.ct-heading h4,.ct-heading h5,.ct-heading h6 {
	font-weight: 700
}

@media screen and (max-width:575px) {
	.ct-heading h1 br,.ct-heading h2 br,.ct-heading h3 br,.ct-heading h4 br,.ct-heading h5 br,.ct-heading h6 br {
		display: none
	}
}

.ct-heading h3.ct-heading-tag {
	line-height: 1.333;
	font-size: 30px
}

.ct-heading cite {
	color: #3140fc;
	font-family: playfair display,sans-serif
}

.ct-heading .text-shadow {
	text-shadow: 0 3px 3px rgba(0,0,0,.25)2px 5px rgba(0,0,0,.4)
}

.ct-heading .preset3 cite {
	color: #4659e2
}

.ct-heading .cite-normal cite {
	font-style: normal;
	font-family: inherit
}

.ct-heading .cite-white cite,.ct-heading .cite-inherit cite {
	color: inherit
}

.ct-heading .cite-color-3nd cite {
	color: #509cf9
}

.ct-heading .h-gap {
	margin-top: 25px;
	height: 4px
}

.ct-heading .ct-heading-desc {
	margin-top: 26px
}

@media screen and (max-width:575px) {
	.ct-heading .ct-heading-desc br {
		display: none
	}
}

.ct-heading.style2 {
	padding-left: 20px;
	border-left: 3px solid #3140fc
}

.ct-heading.style2.align-center {
	border: none
}

.ct-heading.style2.align-right {
	padding-left: 0;
	border-left: none;
	padding-right: 20px;
	border-right: 3px solid #3140fc
}

.ct-heading.style2 .ct-heading-sub {
	letter-spacing: .3em;
	color: #3140fc;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 13px
}

.ct-heading.style2 h3.ct-heading-tag {
	color: #010101;
	font-size: 46px;
	line-height: 1;
	margin-bottom: 0
}

.ct-blog-carousel .item-featured,.ct-grid-blog-layout1 .item-featured {
	-webkit-border-radius: 7px 7px 0 0;
	-khtml-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	-ms-border-radius: 7px 7px 0 0;
	-o-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
	position: relative;
	overflow: hidden
}

.ct-blog-carousel .item-featured img,.ct-grid-blog-layout1 .item-featured img {
	-webkit-border-radius: 7px 7px 0 0;
	-khtml-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	-ms-border-radius: 7px 7px 0 0;
	-o-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0
}

.ct-blog-carousel .item-featured a.overlay:before,.ct-grid-blog-layout1 .item-featured a.overlay:before,.ct-blog-carousel .item-featured a.overlay:after,.ct-grid-blog-layout1 .item-featured a.overlay:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.ct-blog-carousel .item-featured a.overlay:before,.ct-grid-blog-layout1 .item-featured a.overlay:before {
	z-index: 1
}

.ct-blog-carousel .item-featured a.overlay:after,.ct-grid-blog-layout1 .item-featured a.overlay:after {
	z-index: 2;
	background-color: rgba(0,0,0,.61)
}

.ct-blog-carousel .item-body,.ct-grid-blog-layout1 .item-body {
	padding: 29px 32px 38px 29px
}

.ct-blog-carousel .item-meta,.ct-grid-blog-layout1 .item-meta {
	margin-bottom: 10px
}

.ct-blog-carousel .item-title,.ct-grid-blog-layout1 .item-title {
	font-size: 24px;
	line-height: 1.5
}

.ct-blog-carousel .item-title a,.ct-grid-blog-layout1 .item-title a {
	color: inherit
}

.ct-blog-carousel .item-title a:hover,.ct-grid-blog-layout1 .item-title a:hover {
	color: #3140fc
}

.ct-blog-carousel .item-readmore,.ct-grid-blog-layout1 .item-readmore {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	opacity: 0;
	visibility: hidden
}

.ct-blog-carousel .ct-carousel-item,.ct-grid-blog-layout1 .ct-carousel-item {
	max-width: 100%;
    height: auto;
    display: block;
}

.ct-blog-carousel .ct-carousel-item .grid-item-inner,.ct-grid-blog-layout1 .ct-carousel-item .grid-item-inner {
	background-color: #fff;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	height: 100%;
	position: relative
}

.ct-blog-carousel .ct-video-button,.ct-grid-blog-layout1 .ct-video-button {
	position: absolute;
	top: 0;
	z-index: 99;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #3140fc;
	color: #fff;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 60px;
	-khtml-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
	line-height: 60px;
	text-align: center
}

.ct-blog-carousel .ct-video-button:hover,.ct-grid-blog-layout1 .ct-video-button:hover {
	background-color: #fff;
	color: #3140fc
}

.ct-blog-carousel .owl-stage-outer,.ct-grid-blog-layout1 .owl-stage-outer {
	margin: 0 -20px;
	padding: 0 20px
}

.ct-blog-carousel .owl-stage-outer .owl-item.active .ct-carousel-item .grid-item-inner,.ct-grid-blog-layout1 .owl-stage-outer .owl-item.active .ct-carousel-item .grid-item-inner {
	-webkit-box-shadow: 0 2px 15px rgba(34,34,34,.17);
	-khtml-box-shadow: 0 2px 15px rgba(34,34,34,.17);
	-moz-box-shadow: 0 2px 15px rgba(34,34,34,.17);
	-ms-box-shadow: 0 2px 15px rgba(34,34,34,.17);
	-o-box-shadow: 0 2px 15px rgba(34,34,34,.17);
	box-shadow: 0 2px 15px rgba(34,34,34,.17)
}

.ct-blog-carousel .owl-stage-outer .owl-stage,.ct-grid-blog-layout1 .owl-stage-outer .owl-stage {
	display: flex
}

.ct-blog-carousel .grid-item-inner:hover .item-title a,.ct-grid-blog-layout1 .grid-item-inner:hover .item-title a {
	color: #3140fc
}

.ct-blog-carousel .grid-item-inner:hover .item-readmore,.ct-grid-blog-layout1 .grid-item-inner:hover .item-readmore {
	-webkit-animation: bounceReadMore .6s ease-in-out both;
	-moz-animation: bounceReadMore .6s ease-in-out both;
	-o-animation: bounceReadMore .6s ease-in-out both;
	animation: bounceReadMore .6s ease-in-out both;
	bottom: -24px;
	opacity: 1;
	visibility: visible
}

.ct-blog-carousel .grid-item-inner:hover .item-featured a.ct-video-button,.ct-grid-blog-layout1 .grid-item-inner:hover .item-featured a.ct-video-button,.ct-blog-carousel .grid-item-inner:hover .item-featured a:before,.ct-grid-blog-layout1 .grid-item-inner:hover .item-featured a:before,.ct-blog-carousel .grid-item-inner:hover .item-featured a:after,.ct-grid-blog-layout1 .grid-item-inner:hover .item-featured a:after {
	opacity: 1
}

.ct-blog-carousel .grid-item-inner:hover .item-featured .ct-video-button,.ct-grid-blog-layout1 .grid-item-inner:hover .item-featured .ct-video-button {
	color: #fff
}

.ct-blog-carousel .ct-grid-pagination,.ct-grid-blog-layout1 .ct-grid-pagination {
	margin-top: 0
}

@media screen and (max-width:991px) {
	body .ct-blog-carousel .grid-item-inner .item-readmore,body .ct-grid-blog-layout1 .grid-item-inner .item-readmore {
		bottom: -24px;
		opacity: 1;
		visibility: visible;
		margin: 0!important
	}
}

.ct-grid-blog-layout1 .grid-item-inner {
	-webkit-box-shadow: 0 2px 15px rgba(34,34,34,.17);
	-khtml-box-shadow: 0 2px 15px rgba(34,34,34,.17);
	-moz-box-shadow: 0 2px 15px rgba(34,34,34,.17);
	-ms-box-shadow: 0 2px 15px rgba(34,34,34,.17);
	-o-box-shadow: 0 2px 15px rgba(34,34,34,.17);
	box-shadow: 0 2px 15px rgba(34,34,34,.17);
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	margin-bottom: 44px
}

.ct-contact-form-default .wpcf7-form p {
	margin-bottom: 0
}

.ct-contact-form-default .label-filled {
	font-size: 15px;
	margin-bottom: 9px
}

.ct-contact-form-default.style1 .nice-select .list {
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}

.ct-contact-form-default.style1 .wpcf7-form-control-wrap {
	margin-bottom: 15px
}

.ct-contact-form-default.style1 .wpcf7-form-control:not(.wpcf7-submit) {
	background-color: #eef1f5;
	color: #a6a8bd;
	height: 45px;
	padding-left: 25px;
	padding-right: 25px;
	border-color: #eef1f5;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	font-size: 15px
}

.ct-contact-form-default.style1 .wpcf7-form-control:not(.wpcf7-submit):focus {
	border-color: #3140fc
}

.ct-contact-form-default.style1 .wpcf7-form-control.wpcf7-textarea {
	height: 112px
}

.ct-contact-form-default.style1 .wpcf7-form-control.wpcf7-submit {
	padding-left: 44px;
	padding-right: 44px;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#3140fc),to(#091394));
	background-image: -webkit-linear-gradient(top,#3140fc,#091394);
	background-image: -moz-linear-gradient(top,#3140fc,#091394);
	background-image: -ms-linear-gradient(top,#3140fc,#091394);
	background-image: -o-linear-gradient(top,#3140fc,#091394);
	background-image: linear-gradient(top,#3140fc,#091394);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3140fc',endColorStr='#091394');
	line-height: 45px
}

.ct-contact-form-default.style1 .wpcf7-form-control.wpcf7-submit:hover {
	background-image: -webkit-gradient(linear,left top,left bottom,from(#091394),to(#3140fc));
	background-image: -webkit-linear-gradient(top,#091394,#3140fc);
	background-image: -moz-linear-gradient(top,#091394,#3140fc);
	background-image: -ms-linear-gradient(top,#091394,#3140fc);
	background-image: -o-linear-gradient(top,#091394,#3140fc);
	background-image: linear-gradient(top,#091394,#3140fc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#091394',endColorStr='#3140fc')
}

.ct-contact-form-default.style1 .wpcf7-form-control.wpcf7-submit.btn-primary-preset5 {
	background-color: #ec0203;
	background-image: -webkit-gradient(linear,left top,right top,from(#ec0203),to(#b0180e));
	background-image: -webkit-linear-gradient(left,#ec0203,#b0180e);
	background-image: -moz-linear-gradient(left,#ec0203,#b0180e);
	background-image: -ms-linear-gradient(left,#ec0203,#b0180e);
	background-image: -o-linear-gradient(left,#ec0203,#b0180e);
	background-image: linear-gradient(left,#ec0203,#b0180e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ec0203',endColorStr='#b0180e',gradientType='1');
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none
}

.ct-contact-form-default.style1 .wpcf7-form-control.wpcf7-submit.btn-primary-preset5:hover {
	background-color: #b0180e;
	background-image: -webkit-gradient(linear,left top,right top,from(#b0180e),to(#ec0203));
	background-image: -webkit-linear-gradient(left,#b0180e,#ec0203);
	background-image: -moz-linear-gradient(left,#b0180e,#ec0203);
	background-image: -ms-linear-gradient(left,#b0180e,#ec0203);
	background-image: -o-linear-gradient(left,#b0180e,#ec0203);
	background-image: linear-gradient(left,#b0180e,#ec0203);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#b0180e',endColorStr='#ec0203',gradientType='1')
}

.ct-contact-form-default.style2 .wpcf7-form-control:not(.wpcf7-submit) {
	background-color: #fff;
	color: #333;
	height: 51px;
	padding-left: 22px;
	padding-right: 22px;
	border-color: #fff;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px
}

.ct-contact-form-default.style2 .wpcf7-form-control:not(.wpcf7-submit):focus {
	border-color: #3140fc
}

.ct-contact-form-default.style2 .wpcf7-form-control.wpcf7-textarea {
	height: 112px
}

.ct-contact-form-default.style2 .wpcf7-submit {
	width: 100%;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#3140fc),to(#091394));
	background-image: -webkit-linear-gradient(top,#3140fc,#091394);
	background-image: -moz-linear-gradient(top,#3140fc,#091394);
	background-image: -ms-linear-gradient(top,#3140fc,#091394);
	background-image: -o-linear-gradient(top,#3140fc,#091394);
	background-image: linear-gradient(top,#3140fc,#091394);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3140fc',endColorStr='#091394');
	position: relative;
	line-height: 51px
}

.ct-contact-form-default.style2 .wpcf7-submit:hover {
	background-image: -webkit-gradient(linear,left top,left bottom,from(#091394),to(#3140fc));
	background-image: -webkit-linear-gradient(top,#091394,#3140fc);
	background-image: -moz-linear-gradient(top,#091394,#3140fc);
	background-image: -ms-linear-gradient(top,#091394,#3140fc);
	background-image: -o-linear-gradient(top,#091394,#3140fc);
	background-image: linear-gradient(top,#091394,#3140fc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#091394',endColorStr='#3140fc')
}

.ct-contact-form-default.style2 .wpcf7-submit.wpcf7-submit-custom {
	padding-right: 87px;
	padding-left: 20px
}

.ct-contact-form-default.style2 .wpcf7-submit i {
	position: absolute;
	font-size: 13px;
	color: #edeef2;
	width: 67px;
	height: 51px;
	line-height: 51px;
	top: 0;
	right: 0;
	background-color: #091394;
	text-align: center;
	overflow: hidden
}

.ct-contact-form-default.style2 .wpcf7-submit:hover i:before {
	-o-animation: toRightFromLeft .3s forwards;
	-ms-animation: toRightFromLeft .3s forwards;
	-webkit-animation: toRightFromLeft .3s forwards;
	animation: toRightFromLeft .3s forwards;
	display: block
}

.ct-contact-form-default.style2 .row {
	margin: 0 -5px
}

.ct-contact-form-default.style2 .row>div {
	padding: 0 5px
}

.ct-contact-form-default.submit-normal .wpcf7-submit {
	background-image: none;
	background-color: #3140fc
}

.ct-contact-form-default.submit-normal .wpcf7-submit:hover {
	background-image: none;
	background-color: #3140fc
}

.ct-contact-form-default.style3 {
	padding: 40px 32px 47px;
	background-color: #091394
}

.ct-contact-form-default.style3 .ct-contact-form-meta {
	padding-bottom: 20px
}

.ct-contact-form-default.style3 .ct-contact-form-meta h3 {
	font-size: 28px;
	color: #fff;
	margin-bottom: 13px
}

.ct-contact-form-default.style3 .ct-contact-form-meta h3 cite {
	font-family: playfair display,sans-serif
}

.ct-contact-form-default.style3 .ct-contact-form-meta span {
	color: #fff
}

.ct-contact-form-default.style3 .wpcf7-form .wpcf7-form-control {
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}

.ct-contact-form-default.style3 .wpcf7-form .wpcf7-form-control.wpcf7-textarea {
	height: 120px;
	margin-bottom: 16px
}

.ct-contact-form-default.style3 .wpcf7-form .wpcf7-submit {
	background-image: -webkit-gradient(linear,left top,left bottom,from(#a5dc26),to(#4aa112));
	background-image: -webkit-linear-gradient(top,#a5dc26,#4aa112);
	background-image: -moz-linear-gradient(top,#a5dc26,#4aa112);
	background-image: -ms-linear-gradient(top,#a5dc26,#4aa112);
	background-image: -o-linear-gradient(top,#a5dc26,#4aa112);
	background-image: linear-gradient(top,#a5dc26,#4aa112);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#a5dc26',endColorStr='#4aa112');
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none
}

.ct-contact-info .contact-info-inner {
	position: relative
}

.ct-contact-info .ct-contact-info-icon {
	position: absolute;
	top: 3px;
	left: 0
}

.ct-contact-info .ct-contact-info-icon i {
	font-size: 18px
}

.ct-contact-info .ct-contact-info-icon+.ct-contact-info-content {
	padding-left: 38px
}

.ct-contact-info .ct-contact-info-content {
	font-size: 18px;
	line-height: 1.8888
}

@media screen and (max-width:991px) {
	.ct-contact-info .ct-contact-info-content {
		font-size: 16px
	}

	.ct-contact-info .ct-contact-info-content br {
		display: none
	}
}

.ct-contact-info .ct-contact-info-content a {
	color: inherit
}

.ct-contact-info .ct-contact-info-content a:hover {
	color: #3140fc
}

.ct-contact-info .ct-contact-info-content .view-map {
	display: block
}

.ct-contact-info .ct-contact-info-content .view-map a {
	color: #3140fc
}

.ct-contact-info .ct-contact-info-content .view-map a:hover {
	color: #091394
}

.ct-contact-info.style2 .ct-contact-info-icon {
	top: 0
}

.ct-contact-info.style2 .ct-contact-info-icon i {
	font-size: 22px
}

.ct-contact-info.style2 .ct-contact-info-icon+.ct-contact-info-content {
	padding-left: 54px
}

@media screen and (max-width:991px) {
	.ct-contact-info.style2 .ct-contact-info-icon+.ct-contact-info-content {
		padding-left: 44px
	}
}

.ct-contact-info.style2 .ct-contact-info-content {
	line-height: 1.6666
}

.ct-contact-info.contact-info-group {
	display: inline-block;
	margin-right: 24px
}

.ct-contact-info.contact-info-group .ct-contact-info-icon+.ct-contact-info-content {
	padding-left: 32px
}

.ct-fancybox-title {
	font-size: 18px;
	font-weight: 700
}

.ct-fancybox-title a {
	color: inherit
}

.ct-fancybox-title a:hover {
	color: #3140fc
}

.ct-fancybox-default {
	position: relative;
	padding: 0 40px 44px;
	background-color: #fff;
	text-align: center;
	-webkit-box-shadow: 0 1px 15px rgba(0,0,0,.11);
	-khtml-box-shadow: 0 1px 15px rgba(0,0,0,.11);
	-moz-box-shadow: 0 1px 15px rgba(0,0,0,.11);
	-ms-box-shadow: 0 1px 15px rgba(0,0,0,.11);
	-o-box-shadow: 0 1px 15px rgba(0,0,0,.11);
	box-shadow: 0 1px 15px rgba(0,0,0,.11);
	border-bottom: 6px solid #fff;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.ct-fancybox-default .ct-fancybox-content {
	padding-top: 47px
}

.ct-fancybox-default .ct-fancybox-icon {
	height: 110px;
	width: 110px;
	line-height: 110px;
	-webkit-border-radius: 100px;
	-khtml-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	overflow: hidden;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: -55px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center
}

.ct-fancybox-default .ct-fancybox-icon i {
	font-size: 44px;
	color: #fff;
	-webkit-transition: all .4s ease;
	-khtml-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	display: block
}

.ct-fancybox-default .ct-fancybox-icon+.ct-fancybox-content {
	padding-top: 80px
}

.ct-fancybox-default:hover {
	border-color: #3140fc;
	-webkit-transform: translateY(20px);
	-khtml-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px)
}

.ct-fancybox-default:hover .ct-fancybox-icon i {
	-webkit-transform: rotateY(360deg);
	-khtml-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg)
}

.ct-fancybox-layout2 .ct-fancybox-icon {
	height: 114px;
	width: 114px;
	line-height: 114px;
	-webkit-border-radius: 114px;
	-khtml-border-radius: 114px;
	-moz-border-radius: 114px;
	-ms-border-radius: 114px;
	-o-border-radius: 114px;
	border-radius: 114px;
	overflow: hidden;
	text-align: center;
	margin-right: 37px;
	min-width: 114px
}

.ct-fancybox-layout2 .ct-fancybox-icon:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-border-radius: 114px;
	-khtml-border-radius: 114px;
	-moz-border-radius: 114px;
	-ms-border-radius: 114px;
	-o-border-radius: 114px;
	border-radius: 114px;
	-webkit-box-shadow: 0 6px 10px rgba(0,0,0,.24)inset;
	-khtml-box-shadow: 0 6px 10px rgba(0,0,0,.24)inset;
	-moz-box-shadow: 0 6px 10px rgba(0,0,0,.24)inset;
	-ms-box-shadow: 0 6px 10px rgba(0,0,0,.24)inset;
	-o-box-shadow: 0 6px 10px rgba(0,0,0,.24)inset;
	box-shadow: 0 6px 10px rgba(0,0,0,.24)inset;
	z-index: -1
}

.ct-fancybox-layout2 .ct-fancybox-icon i {
	font-size: 53px;
	color: #fff;
	-webkit-transition: all .4s ease;
	-khtml-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	display: block
}

.ct-fancybox-layout2 .ct-fancybox-icon+.ct-fancybox-content {
	padding-top: 33px
}

@media screen and (max-width:575px) {
	.ct-fancybox-layout2 .ct-fancybox-icon {
		height: 100px;
		width: 100px;
		line-height: 100px;
		min-width: 100px;
		margin-right: 22px
	}
}

.ct-fancybox-layout2 .ct-fancybox-inner {
	display: flex;
	flex-wrap: nowrap
}

.ct-fancybox-layout2:hover .ct-fancybox-icon i {
	-webkit-transform: rotateY(360deg);
	-khtml-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg)
}

.ct-fancybox-layout3 .ct-fancybox-icon {
	line-height: 1;
	width: 168px;
	min-width: 168px;
	height: 180px;
	background-image: url(../images/bg-icon-box.png);
	background-position: 50%;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 168px;
	margin-right: 32px;
	background-size: cover
}

.ct-fancybox-layout3 .ct-fancybox-icon i {
	font-size: 64px
}

@media screen and (max-width:991px) {
	.ct-fancybox-layout3 .ct-fancybox-icon {
		width: 90px;
		min-width: 90px;
		height: 96px;
		line-height: 96px
	}

	.ct-fancybox-layout3 .ct-fancybox-icon i {
		font-size: 32px
	}
}

.ct-fancybox-layout3 .ct-fancybox-inner {
	display: flex;
	flex-wrap: nowrap;
	align-items: center
}

.ct-fancybox-layout3 .ct-fancybox-inner:hover .ct-fancybox-title a {
	color: #4659e2;
	text-decoration: underline
}

.ct-fancybox-layout4 .ct-fancybox-icon {
	margin-bottom: 22px;
	line-height: 1
}

.ct-fancybox-layout4 .ct-fancybox-icon i {
	font-size: 64px;
	color: #fff
}

.ct-fancybox-layout4 .ct-fancybox-title {
	font-size: 20px;
	color: #fff;
	position: relative;
	padding-bottom: 16px;
	margin-bottom: 21px
}

.ct-fancybox-layout4 .ct-fancybox-title:before {
	content: '';
	width: 31px;
	height: 3px;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0
}

.ct-fancybox-layout4 .ct-fancybox-desc {
	color: #fff
}

.ct-fancybox-layout4 .ct-fancybox-inner {
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f44c01),to(#ff7a01));
	background-image: -webkit-linear-gradient(top,#f44c01,#ff7a01);
	background-image: -moz-linear-gradient(top,#f44c01,#ff7a01);
	background-image: -ms-linear-gradient(top,#f44c01,#ff7a01);
	background-image: -o-linear-gradient(top,#f44c01,#ff7a01);
	background-image: linear-gradient(top,#f44c01,#ff7a01);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f44c01',endColorStr='#ff7a01');
	padding: 72px 30px;
	text-align: center
}

.ct-fancybox-layout5 .ct-fancybox-icon {
	margin-bottom: 22px;
	line-height: 1
}

.ct-fancybox-layout5 .ct-fancybox-icon i {
	font-size: 50px;
	color: #012068;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.ct-fancybox-layout5 .ct-fancybox-title {
	font-size: 20px;
	position: relative;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

@media screen and (max-width:1199px) {
	.ct-fancybox-layout5 .ct-fancybox-title {
		font-size: 18px
	}
}

.ct-fancybox-layout5 .ct-fancybox-desc {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.ct-fancybox-layout5 .ct-fancybox-inner {
	background-color: #fff;
	padding: 47px 30px;
	text-align: center;
	-webkit-box-shadow: 0 1px 18px rgba(0,0,0,.11);
	-khtml-box-shadow: 0 1px 18px rgba(0,0,0,.11);
	-moz-box-shadow: 0 1px 18px rgba(0,0,0,.11);
	-ms-box-shadow: 0 1px 18px rgba(0,0,0,.11);
	-o-box-shadow: 0 1px 18px rgba(0,0,0,.11);
	box-shadow: 0 1px 18px rgba(0,0,0,.11);
	position: relative;
	z-index: 1
}

.ct-fancybox-layout5 .ct-fancybox-inner:before {
	content: '';
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f44c01),to(#ff7a01));
	background-image: -webkit-linear-gradient(top,#f44c01,#ff7a01);
	background-image: -moz-linear-gradient(top,#f44c01,#ff7a01);
	background-image: -ms-linear-gradient(top,#f44c01,#ff7a01);
	background-image: -o-linear-gradient(top,#f44c01,#ff7a01);
	background-image: linear-gradient(top,#f44c01,#ff7a01);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f44c01',endColorStr='#ff7a01');
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	opacity: 0
}

.ct-fancybox-layout5 .ct-fancybox-inner:hover:before {
	opacity: 1
}

.ct-fancybox-layout5 .ct-fancybox-inner:hover .ct-fancybox-title,.ct-fancybox-layout5 .ct-fancybox-inner:hover .ct-fancybox-icon i,.ct-fancybox-layout5 .ct-fancybox-inner:hover .ct-fancybox-desc {
	color: #fff
}

.ct-fancybox-layout5.style2 .ct-fancybox-inner .ct-fancybox-desc {
	font-size: 15px
}

.ct-fancybox-layout5.style2 .ct-fancybox-inner:before {
	display: none
}

.ct-fancybox-layout5.style2 .ct-fancybox-inner .ct-fancybox-icon i {
	background-image: -webkit-gradient(linear,left top,left bottom,from(#a5dc26),to(#4aa112));
	background-image: -webkit-linear-gradient(top,#a5dc26,#4aa112);
	background-image: -moz-linear-gradient(top,#a5dc26,#4aa112);
	background-image: -ms-linear-gradient(top,#a5dc26,#4aa112);
	background-image: -o-linear-gradient(top,#a5dc26,#4aa112);
	background-image: linear-gradient(top,#a5dc26,#4aa112);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#a5dc26',endColorStr='#4aa112');
	background-color: initial;
	background-clip: text;
	-o-background-clip: text;
	-ms-background-clip: text;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-o-text-fill-color: transparent;
	-ms-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-webkit-text-fill-color: transparent
}

.ct-fancybox-layout5.style2 .ct-fancybox-inner .ct-fancybox-icon img {
	max-height: 50px
}

.ct-fancybox-layout5.style2 .ct-fancybox-inner:hover .ct-fancybox-title {
	color: #012068
}

.ct-fancybox-layout5.style2 .ct-fancybox-inner:hover .ct-fancybox-desc {
	color: #1a1e66
}

.ct-fancybox-layout6 .ct-fancybox-icon-up {
	opacity: .2;
	position: absolute;
	top: 12px;
	right: 33px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	opacity: 0
}

.ct-fancybox-layout6 .ct-fancybox-meta {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin-bottom: 15px;
	position: relative;
	z-index: 1
}

.ct-fancybox-layout6 .ct-fancybox-icon {
	line-height: 1;
	margin-right: 26px
}

.ct-fancybox-layout6 .ct-fancybox-icon img {
	max-height: 51px
}

.ct-fancybox-layout6 .ct-fancybox-icon i {
	font-size: 51px;
	color: #fff
}

.ct-fancybox-layout6 .ct-fancybox-title {
	font-size: 24px;
	color: #fff;
	margin-bottom: 0
}

.ct-fancybox-layout6 .ct-fancybox-title a {
	color: inherit
}

.ct-fancybox-layout6 .ct-fancybox-desc {
	color: #fff;
	padding-bottom: 18px
}

.ct-fancybox-layout6 .ct-fancybox-desc-list {
	color: #fff;
	list-style: none;
	margin: 0
}

.ct-fancybox-layout6 .ct-fancybox-desc-list i {
	font-size: 10px;
	color: #aab0fe;
	margin-right: 9px
}

.ct-fancybox-layout6 .ct-fancybox-desc-list li+li {
	padding-top: 9px
}

.ct-fancybox-layout6 .ct-fancybox-inner {
	overflow: hidden;
	position: relative;
	padding: 46px 40px 66px 57px;
	background-color: #3140fc;
	-webkit-box-shadow: -8px 0 18px rgba(0,0,0,.1)inset;
	-khtml-box-shadow: -8px 0 18px rgba(0,0,0,.1)inset;
	-moz-box-shadow: -8px 0 18px rgba(0,0,0,.1)inset;
	-ms-box-shadow: -8px 0 18px rgba(0,0,0,.1)inset;
	-o-box-shadow: -8px 0 18px rgba(0,0,0,.1)inset;
	box-shadow: -8px 0 18px rgba(0,0,0,.1)inset
}

.ct-fancybox-layout6 .ct-fancybox-inner.color-third {
	background-color: #509cf9
}

.ct-fancybox-layout6 .ct-fancybox-inner.color-secondary {
	background-color: #091394
}

@media screen and (max-width:1199px) {
	.ct-fancybox-layout6 .ct-fancybox-inner {
		padding: 30px 30px 40px
	}
}

.ct-fancybox-layout6 .ct-fancybox-inner:hover .ct-fancybox-icon-up {
	-webkit-transform: scale(1.8);
	-khtml-transform: scale(1.8);
	-moz-transform: scale(1.8);
	-ms-transform: scale(1.8);
	-o-transform: scale(1.8);
	transform: scale(1.8);
	opacity: .2
}

.ct-fancybox-layout7 .ct-fancybox-icon {
	height: 40px;
	width: 40px;
	min-width: 40px;
	background-color: #3140fc;
	color: #fff;
	line-height: 40px;
	text-align: center;
	-webkit-box-shadow: 0 4px 4px rgba(49,64,252,.63);
	-khtml-box-shadow: 0 4px 4px rgba(49,64,252,.63);
	-moz-box-shadow: 0 4px 4px rgba(49,64,252,.63);
	-ms-box-shadow: 0 4px 4px rgba(49,64,252,.63);
	-o-box-shadow: 0 4px 4px rgba(49,64,252,.63);
	box-shadow: 0 4px 4px rgba(49,64,252,.63);
	margin-right: 22px
}

.ct-fancybox-layout7 .ct-fancybox-icon i {
	font-size: 16px
}

.ct-fancybox-layout7 .ct-fancybox-icon img {
	max-height: 30px
}

.ct-fancybox-layout7 .ct-fancybox-title {
	margin-bottom: 5px
}

.ct-fancybox-layout7 .ct-fancybox-content {
	margin-top: -4px
}

.ct-fancybox-layout7 .ct-fancybox-inner {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	background-color: #fff;
	padding: 28px 35px 27px;
	display: flex;
	flex-wrap: nowrap;
	border: 2px solid #fff
}

.ct-fancybox-layout7 .ct-fancybox-inner:hover {
	border-color: #3140fc
}

.ct-fancybox-layout8 .ct-fancybox-icon {
	width: 117px;
	height: 117px;
	line-height: 117px;
	background-color: #ec0203;
	color: #fff;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	-webkit-border-radius: 117px;
	-khtml-border-radius: 117px;
	-moz-border-radius: 117px;
	-ms-border-radius: 117px;
	-o-border-radius: 117px;
	border-radius: 117px;
	margin: 0 auto 35px
}

.ct-fancybox-layout8 .ct-fancybox-icon i {
	font-size: 55px
}

.ct-fancybox-layout8 .ct-fancybox-icon img {
	max-width: 80px
}

.ct-fancybox-layout8 .ct-fancybox-title {
	font-size: 20px;
	line-height: 26px;
	color: #000;
	margin-bottom: 0;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.ct-fancybox-layout8 .ct-fancybox-desc {
	padding-top: 15px
}

.ct-fancybox-layout8 .ct-fancybox-inner {
	text-align: center
}

.ct-fancybox-layout8 .ct-fancybox-inner:hover .ct-fancybox-icon {
	background-color: #141414;
	-webkit-box-shadow: 0 4px 10px rgba(8,8,8,.36);
	-khtml-box-shadow: 0 4px 10px rgba(8,8,8,.36);
	-moz-box-shadow: 0 4px 10px rgba(8,8,8,.36);
	-ms-box-shadow: 0 4px 10px rgba(8,8,8,.36);
	-o-box-shadow: 0 4px 10px rgba(8,8,8,.36);
	box-shadow: 0 4px 10px rgba(8,8,8,.36)
}

.ct-fancybox-layout8 .ct-fancybox-inner:hover .ct-fancybox-title {
	color: #ec0203
}

.ct-banner-default .ct-banner-inner {
	position: relative;
	padding-right: 160px;
	padding-bottom: 125px;
	display: inline-block
}

@media screen and (max-width:991px) {
	.ct-banner-default .ct-banner-inner {
		padding-right: 80px;
		padding-bottom: 45px
	}
}

.ct-banner-default .ct-banner-img1 {
	position: relative
}

.ct-banner-default .ct-banner-img1:before {
	content: '';
	position: absolute;
	width: 150px;
	top: 42px;
	bottom: 42px;
	left: -150px;
	background-image: url(../images/dot-banner.png);
	background-position: 0 0;
	background-repeat: repeat
}

.ct-banner-default .ct-banner-img1 img {
	width: 100%;
	-webkit-box-shadow: 0 25px 27px rgba(0,0,0,.21);
	-khtml-box-shadow: 0 25px 27px rgba(0,0,0,.21);
	-moz-box-shadow: 0 25px 27px rgba(0,0,0,.21);
	-ms-box-shadow: 0 25px 27px rgba(0,0,0,.21);
	-o-box-shadow: 0 25px 27px rgba(0,0,0,.21);
	box-shadow: 0 25px 27px rgba(0,0,0,.21);
	position: relative;
	z-index: 99
}

.ct-banner-default .ct-banner-img2 {
	position: absolute;
	top: 45px;
	bottom: 0;
	left: 80px;
	right: 0;
	z-index: 88;
	opacity: .4
}

.ct-progress-layout1 {
	position: relative;
	overflow: hidden;
	padding-bottom: 22px
}

.ct-progress-layout1 .ct-progress-title {
	font-size: 18px;
	margin-bottom: 9px
}

.ct-progress-layout1 .ct-progress.progress {
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	background-color: initial;
	height: 5px;
	overflow: visible;
	margin: 0
}

.ct-progress-layout1 .ct-progress.progress .progress-bar {
	background-color: #01050b;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	overflow: visible
}

.ct-progress-layout1 .ct-progress.progress .progress-bar span {
	display: inline-block;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	background-color: #1a1e66;
	color: #fff;
	line-height: 50px;
	width: 50px;
	text-align: center;
	padding: 0;
	font-size: 18px;
	font-family: poppins,sans-serif;
	font-weight: 600;
	position: absolute;
	bottom: -21px;
	right: -1px
}

.ct-progress-layout1 .ct-progress-item+.ct-progress-item {
	margin-top: 36px
}

.ct-video-button.style1 {
	font-size: 12px;
	line-height: 60px;
	width: 60px;
	height: 60px;
	color: #fff;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#3140fc),to(#091394));
	background-image: -webkit-linear-gradient(top,#3140fc,#091394);
	background-image: -moz-linear-gradient(top,#3140fc,#091394);
	background-image: -ms-linear-gradient(top,#3140fc,#091394);
	background-image: -o-linear-gradient(top,#3140fc,#091394);
	background-image: linear-gradient(top,#3140fc,#091394);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3140fc',endColorStr='#091394');
	-webkit-border-radius: 60px;
	-khtml-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 1
}

.ct-video-button.style1:before,.ct-video-button.style1:after {
	content: '';
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	z-index: -1;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.ct-video-button.style1:before {
	height: 88px;
	width: 88px;
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(49,64,252,.3)),to(rgba(9,19,148,.3)));
	background-image: -webkit-linear-gradient(top,rgba(49,64,252,.3),rgba(9,19,148,.3));
	background-image: -moz-linear-gradient(top,rgba(49,64,252,.3),rgba(9,19,148,.3));
	background-image: -ms-linear-gradient(top,rgba(49,64,252,.3),rgba(9,19,148,.3));
	background-image: -o-linear-gradient(top,rgba(49,64,252,.3),rgba(9,19,148,.3));
	background-image: linear-gradient(top,rgba(49,64,252,.3),rgba(9,19,148,.3));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(49, 64, 252, 0.3)',endColorStr='rgba(9, 19, 148, 0.3)');
	background-color: initial;
	top: -14px;
	left: -14px
}

.ct-video-button.style1:after {
	height: 110px;
	width: 110px;
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(49,64,252,.3)),to(rgba(9,19,148,.3)));
	background-image: -webkit-linear-gradient(top,rgba(49,64,252,.3),rgba(9,19,148,.3));
	background-image: -moz-linear-gradient(top,rgba(49,64,252,.3),rgba(9,19,148,.3));
	background-image: -ms-linear-gradient(top,rgba(49,64,252,.3),rgba(9,19,148,.3));
	background-image: -o-linear-gradient(top,rgba(49,64,252,.3),rgba(9,19,148,.3));
	background-image: linear-gradient(top,rgba(49,64,252,.3),rgba(9,19,148,.3));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(49, 64, 252, 0.3)',endColorStr='rgba(9, 19, 148, 0.3)');
	background-color: initial;
	top: -25px;
	left: -25px
}

.ct-video-button.style1:hover,.ct-video-button.style1:focus,.ct-video-button.style1:active {
	color: #fff
}

.ct-video-button.style1:hover:before,.ct-video-button.style1:focus:before,.ct-video-button.style1:active:before,.ct-video-button.style1:hover:after,.ct-video-button.style1:focus:after,.ct-video-button.style1:active:after {
	width: 60px;
	height: 60px;
	left: 0;
	top: 0;
	opacity: 0!important
}

.ct-video-button.style2 {
	height: 80px;
	width: 80px;
	line-height: 80px;
	font-size: 14px;
	background-color: #3140fc;
	background-image: none;
	-webkit-border-radius: 80px;
	-khtml-border-radius: 80px;
	-moz-border-radius: 80px;
	-ms-border-radius: 80px;
	-o-border-radius: 80px;
	border-radius: 80px;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	color: #fff;
	z-index: 1;
	-webkit-box-shadow: 0 0 10px rgba(49,64,252,.1);
	-khtml-box-shadow: 0 0 10px rgba(49,64,252,.1);
	-moz-box-shadow: 0 0 10px rgba(49,64,252,.1);
	-ms-box-shadow: 0 0 10px rgba(49,64,252,.1);
	-o-box-shadow: 0 0 10px rgba(49,64,252,.1);
	box-shadow: 0 0 10px rgba(49,64,252,.1)
}

.ct-video-button.style2:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	z-index: -1;
	-o-animation: myPulse 3s infinite cubic-bezier(.4,0,1,1)both;
	-ms-animation: myPulse 3s infinite cubic-bezier(.4,0,1,1)both;
	-webkit-animation: myPulse 3s infinite cubic-bezier(.4,0,1,1)both;
	animation: myPulse 3s infinite cubic-bezier(.4,0,1,1)both
}

.ct-video-button.style2:hover {
	background-color: #091394
}

.ct-video-wrapper {
	text-align: center;
	position: relative
}

.ct-video-wrapper img+.ct-video-button {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-khtml-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.ct-video-wrapper .intro-style1 img {
	-webkit-border-radius: 32px;
	-khtml-border-radius: 32px;
	-moz-border-radius: 32px;
	-ms-border-radius: 32px;
	-o-border-radius: 32px;
	border-radius: 32px;
	-webkit-box-shadow: 0 19px 35px rgba(54,54,54,.31);
	-khtml-box-shadow: 0 19px 35px rgba(54,54,54,.31);
	-moz-box-shadow: 0 19px 35px rgba(54,54,54,.31);
	-ms-box-shadow: 0 19px 35px rgba(54,54,54,.31);
	-o-box-shadow: 0 19px 35px rgba(54,54,54,.31);
	box-shadow: 0 19px 35px rgba(54,54,54,.31)
}

.ct-video-wrapper .intro-style2 img {
	-webkit-box-shadow: 0 11px 27px rgba(54,54,54,.24);
	-khtml-box-shadow: 0 11px 27px rgba(54,54,54,.24);
	-moz-box-shadow: 0 11px 27px rgba(54,54,54,.24);
	-ms-box-shadow: 0 11px 27px rgba(54,54,54,.24);
	-o-box-shadow: 0 11px 27px rgba(54,54,54,.24);
	box-shadow: 0 11px 27px rgba(54,54,54,.24)
}

.ct-tabs.layout1 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.ct-tabs.layout1 .nav-tabs {
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
	max-width: 35%;
	padding: 0 15px;
	border: none
}

@media screen and (max-width:991px) {
	.ct-tabs.layout1 .nav-tabs {
		-ms-flex: 0 0 45%;
		flex: 0 0 45%;
		max-width: 45%
	}
}

@media screen and (max-width:767px) {
	.ct-tabs.layout1 .nav-tabs {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.ct-tabs.layout1 .tab-content {
	-ms-flex: 0 0 65%;
	flex: 0 0 65%;
	max-width: 65%;
	padding: 0 15px
}

@media screen and (max-width:991px) {
	.ct-tabs.layout1 .tab-content {
		-ms-flex: 0 0 55%;
		flex: 0 0 55%;
		max-width: 55%
	}
}

@media screen and (max-width:767px) {
	.ct-tabs.layout1 .tab-content {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.ct-tabs.layout1 .tab-content .tab-pane {
	height: 100%;
	position: relative
}

.ct-tabs.layout1 .tab-content .tab-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

@media screen and (max-width:767px) {
	.ct-tabs.layout1 .tab-content .tab-image {
		margin-top: 20px;
		position: static;
		height: 300px
	}
}

.ct-tabs.layout1 .nav-item+.nav-item {
	margin-top: 20px
}

.ct-tabs.layout1 .nav-item .nav-title {
	color: #010101;
	font-family: poppins,sans-serif;
	font-size: 24px;
	display: block;
	font-weight: 600;
	margin-bottom: 8px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

@media screen and (max-width:991px) {
	.ct-tabs.layout1 .nav-item .nav-title {
		font-size: 20px
	}
}

.ct-tabs.layout1 .nav-item .nav-content {
	color: #666;
	font-size: 16px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	line-height: 1.5
}

.ct-tabs.layout1 .nav-item .nav-arrow {
	width: 13px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -12px;
	overflow: hidden;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	opacity: 0;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#3140fc),to(#091394));
	background-image: -webkit-linear-gradient(top,#3140fc,#091394);
	background-image: -moz-linear-gradient(top,#3140fc,#091394);
	background-image: -ms-linear-gradient(top,#3140fc,#091394);
	background-image: -o-linear-gradient(top,#3140fc,#091394);
	background-image: linear-gradient(top,#3140fc,#091394);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3140fc',endColorStr='#091394')
}

.ct-tabs.layout1 .nav-item .nav-arrow:before,.ct-tabs.layout1 .nav-item .nav-arrow:after {
	content: '';
	background-color: #fff;
	position: absolute;
	height: 50%;
	left: 0;
	width: 100%
}

.ct-tabs.layout1 .nav-item .nav-arrow:before {
	top: -6px;
	transform: skewY(45deg)
}

.ct-tabs.layout1 .nav-item .nav-arrow:after {
	bottom: -6px;
	transform: skewY(-45deg)
}

@media screen and (max-width:767px) {
	.ct-tabs.layout1 .nav-item .nav-arrow {
		display: none
	}
}

.ct-tabs.layout1 .nav-item a {
	background-color: #fff;
	border-radius: 1px;
	padding: 30px 40px 34px;
	display: block;
	position: relative;
	z-index: 1
}

.ct-tabs.layout1 .nav-item a:before,.ct-tabs.layout1 .nav-item a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	z-index: -1
}

.ct-tabs.layout1 .nav-item a:before {
	background-image: -webkit-gradient(linear,left top,left bottom,from(#3140fc),to(#091394));
	background-image: -webkit-linear-gradient(top,#3140fc,#091394);
	background-image: -moz-linear-gradient(top,#3140fc,#091394);
	background-image: -ms-linear-gradient(top,#3140fc,#091394);
	background-image: -o-linear-gradient(top,#3140fc,#091394);
	background-image: linear-gradient(top,#3140fc,#091394);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3140fc',endColorStr='#091394');
	opacity: 0
}

.ct-tabs.layout1 .nav-item a:after {
	border: 1px solid #d9d9d9
}

.ct-tabs.layout1 .nav-item a.active:before {
	opacity: 1
}

.ct-tabs.layout1 .nav-item a.active:after {
	opacity: 0
}

.ct-tabs.layout1 .nav-item a.active .nav-arrow {
	opacity: 1
}

.ct-tabs.layout1 .nav-item a.active .nav-title,.ct-tabs.layout1 .nav-item a.active .nav-content {
	color: #fff
}

.ct-grid-case-layout1 .item-featured {
	position: relative
}

.ct-grid-case-layout1 .item-featured img {
	-webkit-box-shadow: 0 1px 16px rgba(171,171,171,.25);
	-khtml-box-shadow: 0 1px 16px rgba(171,171,171,.25);
	-moz-box-shadow: 0 1px 16px rgba(171,171,171,.25);
	-ms-box-shadow: 0 1px 16px rgba(171,171,171,.25);
	-o-box-shadow: 0 1px 16px rgba(171,171,171,.25);
	box-shadow: 0 1px 16px rgba(171,171,171,.25);
	width: 100%
}

.ct-grid-case-layout1 .item-featured .item-overlay {
	border: 5px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.9);
	-webkit-transition: all 200ms linear 0ms;
	-khtml-transition: all 200ms linear 0ms;
	-moz-transition: all 200ms linear 0ms;
	-ms-transition: all 200ms linear 0ms;
	-o-transition: all 200ms linear 0ms;
	transition: all 200ms linear 0ms;
	overflow: hidden;
	opacity: 0
}

.ct-grid-case-layout1 .item-featured .item-overlay a {
	height: 54px;
	width: 54px;
	-webkit-border-radius: 54px;
	-khtml-border-radius: 54px;
	-moz-border-radius: 54px;
	-ms-border-radius: 54px;
	-o-border-radius: 54px;
	border-radius: 54px;
	background-color: #fff;
	text-align: center;
	line-height: 54px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-transform: translateY(100px);
	-khtml-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px)
}

.ct-grid-case-layout1 .item-featured .item-overlay a:hover {
	background-color: #3140fc
}

.ct-grid-case-layout1 .item-featured .item-overlay a:hover i:before,.ct-grid-case-layout1 .item-featured .item-overlay a:hover i:after {
	background-color: #fff
}

.ct-grid-case-layout1 .item-category {
	border-bottom: 1px solid #e6e8eb;
	padding: 12px 0;
	margin-bottom: 18px
}

.ct-grid-case-layout1 .item-category a {
	color: #091394;
	font-size: 14px
}

.ct-grid-case-layout1 .item-category a:hover {
	color: #3140fc
}

.ct-grid-case-layout1 .item-title {
	font-size: 26px;
	line-height: 1.307;
	font-weight: 700;
	margin-bottom: 18px
}

@media screen and (max-width:991px) {
	.ct-grid-case-layout1 .item-title {
		font-size: 22px
	}
}

.ct-grid-case-layout1 .item-body {
	margin-bottom: 50px
}

.ct-grid-case-layout1 .grid-item-inner:hover .item-title a {
	color: #3140fc
}

.ct-grid-case-layout1 .grid-item-inner:hover .item-overlay {
	opacity: 1
}

.ct-grid-case-layout1 .grid-item-inner:hover .item-overlay a {
	-webkit-transform: translateY(0);
	-khtml-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.ct-grid-case-layout1 .posts-pagination .page-numbers {
	height: 30px;
	width: 30px;
	line-height: 30px;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	font-size: 16px;
	background-color: initial;
	position: relative;
	z-index: 1
}

.ct-grid-case-layout1 .posts-pagination .page-numbers:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#3140fc),to(#091394));
	background-image: -webkit-linear-gradient(top,#3140fc,#091394);
	background-image: -moz-linear-gradient(top,#3140fc,#091394);
	background-image: -ms-linear-gradient(top,#3140fc,#091394);
	background-image: -o-linear-gradient(top,#3140fc,#091394);
	background-image: linear-gradient(top,#3140fc,#091394);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3140fc',endColorStr='#091394');
	opacity: 0;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	z-index: -1
}

.ct-grid-case-layout1 .posts-pagination .page-numbers.current:before,.ct-grid-case-layout1 .posts-pagination .page-numbers:hover:before {
	opacity: 1
}

.ct-grid-case-layout1 .posts-pagination .page-numbers.next i:before {
	content: "\f101"
}

.ct-grid-case-layout1 .posts-pagination .page-numbers.prev i:before {
	content: "\f100"
}

.ct-grid-case-layout1 .posts-pagination .posts-page-links {
	justify-content: center
}

.ct-team-member-default {
	text-align: center
}

.ct-team-member-default .ct-team-member-inner {
	display: inline-block
}

.ct-team-member-default .ct-team-title {
	font-size: 20px;
	color: #000;
	margin-bottom: 0;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.ct-team-member-default .ct-team-title a {
	color: inherit
}

.ct-team-member-default .ct-team-position {
	color: #666;
	font-weight: 600;
	line-height: 25px;
	font-size: 16px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.ct-team-member-default .ct-team-image {
	position: relative;
	overflow: hidden
}

.ct-team-member-default .ct-team-image:before {
	content: '';
	-webkit-transition: all 200ms linear 0ms;
	-khtml-transition: all 200ms linear 0ms;
	-moz-transition: all 200ms linear 0ms;
	-ms-transition: all 200ms linear 0ms;
	-o-transition: all 200ms linear 0ms;
	transition: all 200ms linear 0ms;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-box-shadow: 0 -85px 54px rgba(0,0,0,.75)inset;
	-khtml-box-shadow: 0 -85px 54px rgba(0,0,0,.75)inset;
	-moz-box-shadow: 0 -85px 54px rgba(0,0,0,.75)inset;
	-ms-box-shadow: 0 -85px 54px rgba(0,0,0,.75)inset;
	-o-box-shadow: 0 -85px 54px rgba(0,0,0,.75)inset;
	box-shadow: 0 -85px 54px rgba(0,0,0,.75)inset;
	opacity: 0
}

.ct-team-member-default .ct-team-image .ct-team-social {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 22px 20px;
	z-index: 1;
	-webkit-transform: translateY(100%);
	-khtml-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.ct-team-member-default .ct-team-image .ct-team-social a {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	margin: 5px 7px
}

.ct-team-member-default .ct-team-image .ct-team-social a:hover {
	color: #3140fc
}

.ct-team-member-default .ct-team-holder {
	padding: 19px 20px;
	position: relative;
	z-index: 1
}

.ct-team-member-default .ct-team-holder:before {
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#3140fc),to(#091394));
	background-image: -webkit-linear-gradient(top,#3140fc,#091394);
	background-image: -moz-linear-gradient(top,#3140fc,#091394);
	background-image: -ms-linear-gradient(top,#3140fc,#091394);
	background-image: -o-linear-gradient(top,#3140fc,#091394);
	background-image: linear-gradient(top,#3140fc,#091394);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3140fc',endColorStr='#091394');
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.ct-team-member-default.single-team .ct-team-image:before,.ct-team-member-default:hover .ct-team-image:before {
	opacity: 1
}

.ct-team-member-default.single-team .ct-team-image .ct-team-social,.ct-team-member-default:hover .ct-team-image .ct-team-social {
	-webkit-transform: translateY(0%);
	-khtml-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1
}

.ct-team-member-default.single-team .ct-team-holder .ct-team-title,.ct-team-member-default:hover .ct-team-holder .ct-team-title,.ct-team-member-default.single-team .ct-team-holder .ct-team-position,.ct-team-member-default:hover .ct-team-holder .ct-team-position {
	color: #fff
}

.ct-team-member-default.single-team .ct-team-holder:before,.ct-team-member-default:hover .ct-team-holder:before {
	opacity: 1
}

.ct-testimonial-layout1 .owl-stage-outer {
	padding: 43px 15px 20px;
	margin: 0 -15px
}

.ct-testimonial-layout1 .testimonial-featured {
	height: 82px;
	-webkit-border-radius: 82px;
	-khtml-border-radius: 82px;
	-moz-border-radius: 82px;
	-ms-border-radius: 82px;
	-o-border-radius: 82px;
	border-radius: 82px;
	width: 82px;
	border: 2px solid #fff;
	margin: 0 auto 16px;
	position: relative
}

.ct-testimonial-layout1 .testimonial-featured:before {
	content: '';
	height: 88px;
	width: 88px;
	position: absolute;
	-webkit-border-radius: 88px;
	-khtml-border-radius: 88px;
	-moz-border-radius: 88px;
	-ms-border-radius: 88px;
	-o-border-radius: 88px;
	border-radius: 88px;
	top: -5px;
	left: -5px;
	border: 3px solid #3140fc
}

.ct-testimonial-layout1 .testimonial-featured img {
	-webkit-border-radius: 82px;
	-khtml-border-radius: 82px;
	-moz-border-radius: 82px;
	-ms-border-radius: 82px;
	-o-border-radius: 82px;
	border-radius: 82px
}

.ct-testimonial-layout1 .testimonial-icon {
	font-family: playfair display,sans-serif;
	font-size: 170px;
	color: #e0e0e0;
	font-weight: 700;
	position: absolute;
	height: 60px;
	width: 80px;
	line-height: 120px;
	text-align: center;
	-webkit-transform: rotate(180deg);
	-khtml-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	top: -22px;
	right: 38px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.ct-testimonial-layout1 .testimonial-title {
	font-size: 20px;
	margin-bottom: 0
}

.ct-testimonial-layout1 .testimonial-position {
	font-size: 15px;
	color: #9c9c9c
}

.ct-testimonial-layout1 .testimonial-description {
	padding-bottom: 20px
}

.ct-testimonial-layout1 .grid-item-inner {
	position: relative;
	padding: 39px 40px 31px;
	background-color: #fff;
	text-align: center;
	-webkit-box-shadow: 0 1px 15px rgba(0,0,0,.11);
	-khtml-box-shadow: 0 1px 15px rgba(0,0,0,.11);
	-moz-box-shadow: 0 1px 15px rgba(0,0,0,.11);
	-ms-box-shadow: 0 1px 15px rgba(0,0,0,.11);
	-o-box-shadow: 0 1px 15px rgba(0,0,0,.11);
	box-shadow: 0 1px 15px rgba(0,0,0,.11);
	border-bottom: 6px solid #fff;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.ct-testimonial-layout1 .grid-item-inner:hover {
	-webkit-transform: translateY(-23px);
	-khtml-transform: translateY(-23px);
	-moz-transform: translateY(-23px);
	-ms-transform: translateY(-23px);
	-o-transform: translateY(-23px);
	transform: translateY(-23px);
	border-color: #3140fc
}

.ct-testimonial-layout1 .grid-item-inner:hover .testimonial-icon {
	color: #3140fc
}

@media screen and (max-width:767px) {
	.ct-testimonial-layout1 .grid-item-inner {
		padding-left: 20px;
		padding-right: 20px
	}
}

.ct-testimonial-layout1 .grid-item-inner.style2:before {
	content: '';
	width: 202px;
	height: 125px;
	background-image: url(../images/testimonial-map.png);
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: 0 0
}

.ct-testimonial-layout1 .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	background-color: #e0e0e0;
	-webkit-box-shadow: -2px 0 2px rgba(0,0,0,8%)inset;
	-khtml-box-shadow: -2px 0 2px rgba(0,0,0,8%)inset;
	-moz-box-shadow: -2px 0 2px rgba(0,0,0,8%)inset;
	-ms-box-shadow: -2px 0 2px rgba(0,0,0,8%)inset;
	-o-box-shadow: -2px 0 2px rgba(0,0,0,8%)inset;
	box-shadow: -2px 0 2px rgba(0,0,0,8%)inset
}

.ct-testimonial-layout1 .owl-dots .owl-dot.active {
	background-color: #3140fc
}

.ct-testimonial-layout2 {
	text-align: center
}

.ct-testimonial-layout2 .testimonial-title {
	color: #fff;
	font-size: 25px;
	margin-bottom: 5px
}

.ct-testimonial-layout2 .testimonial-description {
	position: relative;
	color: #fff;
	font-size: 17px;
	line-height: 28px;
	padding-top: 88px;
	padding-bottom: 34px
}

.ct-testimonial-layout2 .testimonial-description .testimonial-icon {
	color: #fff;
	font-size: 160px;
	font-family: poppins,sans-serif;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

.ct-testimonial-layout2 .testimonial-position {
	color: #509cf9
}

.ct-testimonial-layout2.owl-arrows {
	padding: 0 130px
}

@media screen and (max-width:767px) {
	.ct-testimonial-layout2.owl-arrows {
		padding: 0 80px
	}
}

@media screen and (max-width:575px) {
	.ct-testimonial-layout2.owl-arrows {
		padding: 0 15px
	}

	.ct-testimonial-layout2.owl-arrows .owl-nav {
		opacity: 0;
		-webkit-transition: all 300ms linear 0ms;
		-khtml-transition: all 300ms linear 0ms;
		-moz-transition: all 300ms linear 0ms;
		-ms-transition: all 300ms linear 0ms;
		-o-transition: all 300ms linear 0ms;
		transition: all 300ms linear 0ms
	}

	.ct-testimonial-layout2.owl-arrows:hover .owl-nav {
		opacity: 1
	}
}

.ct-testimonial-layout3 .testimonial-description {
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	padding: 25px 30px;
	background-color: #3140fc;
	margin-bottom: 35px;
	position: relative
}

.ct-testimonial-layout3 .testimonial-description:before {
	content: '';
	position: absolute;
	bottom: -14px;
	left: 0;
	border-width: 7px;
	border-style: solid;
	border-color: #3140fc transparent transparent #3140fc
}

.ct-testimonial-layout3 .testimonial-holder {
	display: flex;
	flex-wrap: nowrap;
	align-items: center
}

.ct-testimonial-layout3 .testimonial-holder .testimonial-featured {
	width: 84px;
	min-width: 84px;
	margin-right: 26px
}

.ct-testimonial-layout3 .testimonial-holder .testimonial-featured img {
	-webkit-border-radius: 84px;
	-khtml-border-radius: 84px;
	-moz-border-radius: 84px;
	-ms-border-radius: 84px;
	-o-border-radius: 84px;
	border-radius: 84px
}

.ct-testimonial-layout3 .testimonial-holder .testimonial-title {
	margin: 0 0 7px;
	font-size: 17px;
	font-family: inherit;
	color: #fff
}

.ct-testimonial-layout3 .testimonial-holder .testimonial-position {
	font-size: 14px;
	color: #509cf9
}

.ct-testimonial-layout3 .owl-dots {
	position: absolute;
	bottom: 22px;
	right: 0
}

.ct-testimonial-layout4 {
	padding-left: 50px;
	position: static
}

@media screen and (max-width:991px) {
	.ct-testimonial-layout4 {
		padding-left: 0
	}
}

.ct-testimonial-layout4 .testimonial-featured img {
	width: auto
}

.ct-testimonial-layout4 .testimonial-icon {
	font-size: 83px;
	font-weight: 700
}

.ct-testimonial-layout4 .testimonial-description {
	font-size: 18px;
	line-height: 1.6666;
	font-weight: 600;
	padding-bottom: 20px
}

.ct-testimonial-layout4 .testimonial-title {
	font-size: 20px;
	color: #4659e2;
	margin-bottom: 0
}

.ct-testimonial-layout4 .testimonial-position {
	font-size: 15px
}

.ct-testimonial-layout4 .grid-item-inner {
	position: relative
}

.ct-testimonial-layout4 .grid-item-inner .testimonial-icon {
	position: absolute;
	line-height: 1;
	top: -4px;
	left: 0
}

.ct-testimonial-layout4 .owl-nav {
	position: absolute;
	bottom: 17px;
	left: 50px
}

.ct-testimonial-layout4 .owl-nav .owl-prev,.ct-testimonial-layout4 .owl-nav .owl-next {
	margin: 0;
	height: 41px;
	width: 41px;
	background-color: #4659e2
}

.ct-testimonial-layout4 .owl-nav .owl-prev i,.ct-testimonial-layout4 .owl-nav .owl-next i {
	display: none
}

.ct-testimonial-layout4 .owl-nav .owl-prev:before,.ct-testimonial-layout4 .owl-nav .owl-next:before {
	font-family: FontAwesome;
	color: #fff;
	line-height: 41px;
	display: block;
	font-size: 18px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.ct-testimonial-layout4 .owl-nav .owl-prev:hover,.ct-testimonial-layout4 .owl-nav .owl-next:hover {
	background-color: #fff;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.21);
	-khtml-box-shadow: 0 1px 10px rgba(0,0,0,.21);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.21);
	-ms-box-shadow: 0 1px 10px rgba(0,0,0,.21);
	-o-box-shadow: 0 1px 10px rgba(0,0,0,.21);
	box-shadow: 0 1px 10px rgba(0,0,0,.21)
}

.ct-testimonial-layout4 .owl-nav .owl-prev:hover:before,.ct-testimonial-layout4 .owl-nav .owl-next:hover:before {
	color: #012068
}

.ct-testimonial-layout4 .owl-nav .owl-prev:before {
	content: '\f104'
}

.ct-testimonial-layout4 .owl-nav .owl-next {
	margin-left: 16px
}

.ct-testimonial-layout4 .owl-nav .owl-next:before {
	content: '\f105'
}

.ct-testimonial-carousel-wrap {
	display: flex;
	flex-wrap: wrap
}

.ct-testimonial-carousel-wrap .slider-nav {
	position: relative;
	width: 23%
}

.ct-testimonial-carousel-wrap .slider-nav .thumb:not(.thumb-0) {
	position: absolute;
	top: 0;
	left: 0
}

.ct-testimonial-carousel-wrap .slider-nav .thumb {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	opacity: 0
}

.ct-testimonial-carousel-wrap .slider-nav .thumb.active {
	opacity: 1
}

@media screen and (max-width:991px) {
	.ct-testimonial-carousel-wrap .slider-nav {
		width: 33%
	}
}

@media screen and (max-width:575px) {
	.ct-testimonial-carousel-wrap .slider-nav {
		width: 100%;
		margin-bottom: 45px
	}
}

.ct-testimonial-carousel-wrap .ct-testimonial-carousel-inner {
	width: 70%;
	padding-left: 50px;
	padding-bottom: 120px;
	position: relative
}

@media screen and (max-width:991px) {
	.ct-testimonial-carousel-wrap .ct-testimonial-carousel-inner {
		width: 67%
	}
}

@media screen and (max-width:575px) {
	.ct-testimonial-carousel-wrap .ct-testimonial-carousel-inner {
		width: 100%;
		padding-left: 0
	}
}

.ct-testimonial-carousel-wrap .ct-testimonial-heading {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 43px;
	margin-top: -8px
}

.ct-testimonial-carousel-wrap .ct-testimonial-heading cite {
	font-family: playfair display,serif
}

.ct-grid-portfolio-layout1 .item-featured {
	margin-bottom: 18px;
	position: relative
}

.ct-grid-portfolio-layout1 .item-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(49,64,252,.83)),to(rgba(9,19,148,.83)));
	background-image: -webkit-linear-gradient(top,rgba(49,64,252,.83),rgba(9,19,148,.83));
	background-image: -moz-linear-gradient(top,rgba(49,64,252,.83),rgba(9,19,148,.83));
	background-image: -ms-linear-gradient(top,rgba(49,64,252,.83),rgba(9,19,148,.83));
	background-image: -o-linear-gradient(top,rgba(49,64,252,.83),rgba(9,19,148,.83));
	background-image: linear-gradient(top,rgba(49,64,252,.83),rgba(9,19,148,.83));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(49, 64, 252, 0.83)',endColorStr='rgba(9, 19, 148, 0.83)');
	-webkit-transition: all 200ms linear 0ms;
	-khtml-transition: all 200ms linear 0ms;
	-moz-transition: all 200ms linear 0ms;
	-ms-transition: all 200ms linear 0ms;
	-o-transition: all 200ms linear 0ms;
	transition: all 200ms linear 0ms;
	overflow: hidden;
	opacity: 0
}

.ct-grid-portfolio-layout1 .item-overlay a {
	height: 74px;
	width: 74px;
	-webkit-border-radius: 54px;
	-khtml-border-radius: 54px;
	-moz-border-radius: 54px;
	-ms-border-radius: 54px;
	-o-border-radius: 54px;
	border-radius: 54px;
	background-color: #fff;
	text-align: center;
	line-height: 74px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-transform: translateY(100px);
	-khtml-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px)
}

.ct-grid-portfolio-layout1 .item-overlay a i {
	width: 16px;
	height: 16px
}

.ct-grid-portfolio-layout1 .item-overlay a i:before {
	top: 7px;
	background-color: #012068
}

.ct-grid-portfolio-layout1 .item-overlay a i:after {
	left: 7px;
	background-color: #012068
}

.ct-grid-portfolio-layout1 .item-overlay a:hover i:before,.ct-grid-portfolio-layout1 .item-overlay a:hover i:after {
	background-color: #3140fc
}

.ct-grid-portfolio-layout1 .item-title {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 5px
}

.ct-grid-portfolio-layout1 .item-title a {
	color: inherit
}

.ct-grid-portfolio-layout1 .item-title a:hover {
	color: #3140fc
}

@media screen and (max-width:991px) {
	.ct-grid-portfolio-layout1 .item-title {
		font-size: 18px
	}
}

.ct-grid-portfolio-layout1 .item-category a {
	font-size: 14px;
	color: inherit
}

.ct-grid-portfolio-layout1 .item-category a:hover {
	color: #3140fc
}

.ct-grid-portfolio-layout1 .grid-item-inner {
	margin-bottom: 28px
}

.ct-grid-portfolio-layout1 .grid-item-inner:hover .item-overlay {
	opacity: 1
}

.ct-grid-portfolio-layout1 .grid-item-inner:hover .item-overlay a {
	-webkit-transform: translateY(0);
	-khtml-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.ct-grid-portfolio-layout1 .grid-item-inner:hover .item-title a {
	color: #3140fc
}

.ct-grid-portfolio-layout1 .grid-item-inner:hover .item-title a:hover {
	color: #091394
}

.ct-grid-portfolio-layout1.hover-style2 .item-overlay {
	background-color: rgba(0,0,0,.83);
	background-image: none
}

.ct-grid-portfolio-layout1.hover-style2 .item-overlay a {
	background-color: initial;
	-webkit-transform: translateY(-100px);
	-khtml-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px)
}

.ct-grid-portfolio-layout1.hover-style2 .item-overlay a i:before,.ct-grid-portfolio-layout1.hover-style2 .item-overlay a i:after {
	background-color: #fff
}

.ct-grid-portfolio-layout1.hover-style2 .item-overlay a:hover i:before,.ct-grid-portfolio-layout1.hover-style2 .item-overlay a:hover i:after {
	background-color: #3140fc
}

.ct-grid-portfolio-layout1.hover-style2 .grid-item-inner:hover .item-overlay a {
	-webkit-transform: translateY(0);
	-khtml-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.ct-grid-portfolio-layout1.owl-carousel .grid-item-inner {
	margin-bottom: 0
}

.ct-grid-portfolio-layout2 .item-more {
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 3;
	-webkit-transition: all 400ms linear 0ms;
	-khtml-transition: all 400ms linear 0ms;
	-moz-transition: all 400ms linear 0ms;
	-ms-transition: all 400ms linear 0ms;
	-o-transition: all 400ms linear 0ms;
	transition: all 400ms linear 0ms;
	opacity: 0;
	-webkit-transform: translateY(80px);
	-khtml-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px)
}

.ct-grid-portfolio-layout2 .item-more a {
	display: block;
	height: 54px;
	width: 54px;
	-webkit-border-radius: 54px;
	-khtml-border-radius: 54px;
	-moz-border-radius: 54px;
	-ms-border-radius: 54px;
	-o-border-radius: 54px;
	border-radius: 54px;
	background-color: #fff;
	text-align: center;
	line-height: 54px
}

.ct-grid-portfolio-layout2 .item-more a:hover {
	background-color: #fff
}

.ct-grid-portfolio-layout2 .item-more a:hover i:before,.ct-grid-portfolio-layout2 .item-more a:hover i:after {
	background-color: #3140fc
}

.ct-grid-portfolio-layout2 .item-title {
	font-size: 20px;
	font-weight: 700;
	margin-top: 5px;
	margin-bottom: 0;
	color: #fff;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	opacity: 0;
	-webkit-transform: translateX(40px);
	-khtml-transform: translateX(40px);
	-moz-transform: translateX(40px);
	-ms-transform: translateX(40px);
	-o-transform: translateX(40px);
	transform: translateX(40px)
}

.ct-grid-portfolio-layout2 .item-title a:hover {
	color: inherit
}

@media screen and (max-width:991px) {
	.ct-grid-portfolio-layout2 .item-title {
		font-size: 18px
	}
}

.ct-grid-portfolio-layout2 .item-category {
	-webkit-transition: all 350ms linear 0ms;
	-khtml-transition: all 350ms linear 0ms;
	-moz-transition: all 350ms linear 0ms;
	-ms-transition: all 350ms linear 0ms;
	-o-transition: all 350ms linear 0ms;
	transition: all 350ms linear 0ms;
	opacity: 0;
	-webkit-transform: translateX(40px);
	-khtml-transform: translateX(40px);
	-moz-transform: translateX(40px);
	-ms-transform: translateX(40px);
	-o-transform: translateX(40px);
	transform: translateX(40px)
}

.ct-grid-portfolio-layout2 .item-category a {
	font-size: 14px;
	color: #fff
}

.ct-grid-portfolio-layout2 .item-holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 20px 30px;
	z-index: 2
}

.ct-grid-portfolio-layout2 .item-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(49,64,252,.83)),to(rgba(9,19,148,.83)));
	background-image: -webkit-linear-gradient(top,rgba(49,64,252,.83),rgba(9,19,148,.83));
	background-image: -moz-linear-gradient(top,rgba(49,64,252,.83),rgba(9,19,148,.83));
	background-image: -ms-linear-gradient(top,rgba(49,64,252,.83),rgba(9,19,148,.83));
	background-image: -o-linear-gradient(top,rgba(49,64,252,.83),rgba(9,19,148,.83));
	background-image: linear-gradient(top,rgba(49,64,252,.83),rgba(9,19,148,.83));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(49, 64, 252, 0.83)',endColorStr='rgba(9, 19, 148, 0.83)');
	-webkit-transition: all 200ms linear 0ms;
	-khtml-transition: all 200ms linear 0ms;
	-moz-transition: all 200ms linear 0ms;
	-ms-transition: all 200ms linear 0ms;
	-o-transition: all 200ms linear 0ms;
	transition: all 200ms linear 0ms;
	z-index: 1;
	opacity: 0
}

.ct-grid-portfolio-layout2 .ct-load-more {
	margin-top: 65px
}

@media screen and (min-width:768px) {
	.ct-grid-portfolio-layout2 .grid-item-first .item-title {
		font-size: 22px;
		margin-top: 18px
	}

	.ct-grid-portfolio-layout2 .grid-item-first .item-holder {
		padding: 40px 50px
	}

	.ct-grid-portfolio-layout2 .grid-item-first .item-more {
		right: 40px;
		bottom: 70px
	}
}

.ct-grid-portfolio-layout2 .grid-item-inner {
	overflow: hidden
}

.ct-grid-portfolio-layout2 .grid-item-inner:hover .item-overlay {
	opacity: 1
}

.ct-grid-portfolio-layout2 .grid-item-inner:hover .item-more {
	opacity: 1;
	-webkit-transform: translateY(0);
	-khtml-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.ct-grid-portfolio-layout2 .grid-item-inner:hover .item-category,.ct-grid-portfolio-layout2 .grid-item-inner:hover .item-title {
	opacity: 1;
	-webkit-transform: translateX(0);
	-khtml-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}

.ct-portfolio-details {
	font-size: 15px;
	margin: 0;
	list-style: none;
	font-family: poppins,sans-serif
}

.ct-portfolio-details span,.ct-portfolio-details a {
	color: #666
}

.ct-portfolio-details a:hover {
	color: #3140fc
}

.ct-portfolio-details i {
	color: #3140fc;
	min-width: 19px
}

.ct-portfolio-details li+li {
	margin-top: 12px
}

.ct-grid-service-layout1 .item-title {
	font-size: 18px;
	line-height: normal;
	color: #000;
	margin-bottom: 10px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.ct-grid-service-layout1 .item-icon {
	margin-bottom: 34px;
	line-height: 1
}

.ct-grid-service-layout1 .item-icon i {
	font-size: 62px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.ct-grid-service-layout1 .item-except {
	color: #666;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.ct-grid-service-layout1 .grid-item-inner {
	background-color: #fff;
	border: 1px solid #d9d9d9;
	padding: 45px 30px 43px;
	text-align: center;
	position: relative;
	z-index: 1
}

.ct-grid-service-layout1 .grid-item-inner:before {
	content: '';
	z-index: -1;
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#3140fc),to(#091394));
	background-image: -webkit-linear-gradient(top,#3140fc,#091394);
	background-image: -moz-linear-gradient(top,#3140fc,#091394);
	background-image: -ms-linear-gradient(top,#3140fc,#091394);
	background-image: -o-linear-gradient(top,#3140fc,#091394);
	background-image: linear-gradient(top,#3140fc,#091394);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3140fc',endColorStr='#091394');
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	opacity: 0
}

.ct-grid-service-layout1 .grid-item-inner .item-more {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ct-grid-service-layout1 .grid-item-inner:hover:before {
	opacity: 1
}

.ct-grid-service-layout1 .grid-item-inner:hover .item-title,.ct-grid-service-layout1 .grid-item-inner:hover .item-except {
	color: #fff
}

.ct-grid-service-layout1 .grid-item-inner:hover .item-icon i {
	color: #fff!important;
	background-image: none;
	background-color: initial;
	background-clip: inherit;
	-o-background-clip: inherit;
	-ms-background-clip: inherit;
	-moz-background-clip: inherit;
	-webkit-background-clip: inherit;
	text-fill-color: inherit;
	-o-text-fill-color: inherit;
	-ms-text-fill-color: inherit;
	-moz-text-fill-color: inherit;
	-webkit-text-fill-color: inherit
}

.ct-grid-service-layout2 .item-featured {
	margin-bottom: 26px;
	position: relative
}

.ct-grid-service-layout2 .item-featured img {
	border: 1px solid #f1f1f1
}

.ct-grid-service-layout2 .item-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(49,64,252,.83)),to(rgba(9,19,148,.83)));
	background-image: -webkit-linear-gradient(top,rgba(49,64,252,.83),rgba(9,19,148,.83));
	background-image: -moz-linear-gradient(top,rgba(49,64,252,.83),rgba(9,19,148,.83));
	background-image: -ms-linear-gradient(top,rgba(49,64,252,.83),rgba(9,19,148,.83));
	background-image: -o-linear-gradient(top,rgba(49,64,252,.83),rgba(9,19,148,.83));
	background-image: linear-gradient(top,rgba(49,64,252,.83),rgba(9,19,148,.83));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(49, 64, 252, 0.83)',endColorStr='rgba(9, 19, 148, 0.83)');
	-webkit-transition: all 200ms linear 0ms;
	-khtml-transition: all 200ms linear 0ms;
	-moz-transition: all 200ms linear 0ms;
	-ms-transition: all 200ms linear 0ms;
	-o-transition: all 200ms linear 0ms;
	transition: all 200ms linear 0ms;
	overflow: hidden;
	opacity: 0
}

.ct-grid-service-layout2 .item-overlay a {
	height: 54px;
	width: 54px;
	-webkit-border-radius: 54px;
	-khtml-border-radius: 54px;
	-moz-border-radius: 54px;
	-ms-border-radius: 54px;
	-o-border-radius: 54px;
	border-radius: 54px;
	background-color: #fff;
	text-align: center;
	line-height: 54px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-transform: translateY(100px);
	-khtml-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px)
}

.ct-grid-service-layout2 .item-overlay a i:before,.ct-grid-service-layout2 .item-overlay a i:after {
	background-color: #012068
}

.ct-grid-service-layout2 .item-title {
	font-size: 22px;
	font-weight: 700;
	color: #000;
	margin-bottom: 0
}

@media screen and (max-width:991px) {
	.ct-grid-service-layout2 .item-title {
		font-size: 18px
	}
}

.ct-grid-service-layout2 .item-title a {
	color: inherit
}

.ct-grid-service-layout2 .item-title a:hover {
	color: #3140fc
}

.ct-grid-service-layout2 .item-icon {
	line-height: 1;
	margin-right: 14px
}

.ct-grid-service-layout2 .item-icon i {
	font-size: 31px
}

.ct-grid-service-layout2 .item-except {
	color: #666
}

.ct-grid-service-layout2 .item-holder {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin-bottom: 19px
}

.ct-grid-service-layout2 .grid-item-inner {
	margin-bottom: 16px
}

.ct-grid-service-layout2 .grid-item-inner:hover .item-overlay {
	opacity: 1
}

.ct-grid-service-layout2 .grid-item-inner:hover .item-overlay a {
	-webkit-transform: translateY(0);
	-khtml-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.ct-grid-service-layout3 .item-featured {
	height: 293px
}

.ct-grid-service-layout3 .item-featured .item-image {
	z-index: 1;
	position: absolute;
	top: 0;
	width: calc(100% + 40px);
	width: -webkit-calc(100% + 40px);
	width: -ms-calc(100% + 40px);
	width: -o-calc(100% + 40px);
	left: -40px;
	height: 100%;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.ct-grid-service-layout3 .item-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.64);
	padding: 50px 70px;
	z-index: 2
}

@media screen and (max-width:1199px) {
	.ct-grid-service-layout3 .item-holder {
		padding: 40px
	}
}

@media screen and (max-width:767px) {
	.ct-grid-service-layout3 .item-holder {
		padding: 30px
	}
}

.ct-grid-service-layout3 .item-title {
	font-size: 24px;
	color: #fff;
	margin-bottom: 17px
}

.ct-grid-service-layout3 .item-except {
	color: #fff;
	max-width: 320px;
	margin-bottom: 30px
}

.ct-grid-service-layout3 .item-more a {
	height: 43px;
	width: 43px;
	line-height: 43px;
	background-color: #3140fc;
	font-size: 16px;
	color: #fff;
	-webkit-border-radius: 43px;
	-khtml-border-radius: 43px;
	-moz-border-radius: 43px;
	-ms-border-radius: 43px;
	-o-border-radius: 43px;
	border-radius: 43px;
	display: inline-block;
	text-align: center
}

.ct-grid-service-layout3 .item-more a:hover {
	background-color: #091394
}

.ct-grid-service-layout3 .grid-item-inner {
	position: relative;
	overflow: hidden
}

.ct-grid-service-layout3 .grid-item-inner:hover .item-featured .item-image {
	left: 0
}

.ct-list {
	list-style: none;
	margin: 0
}

.ct-list li:before {
	content: '\f042';
	font-family: FontAwesome;
	margin-right: 6px
}

.ct-image-gallery-carousel .owl-dots {
	margin-top: 40px
}

.ct-image-gallery-carousel .owl-dots .owl-dot {
	margin-left: 23px;
	margin-right: 23px
}

body.wpb-js-composer .vc_tta-container {
	margin-bottom: 0
}

body .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list {
	text-align: center;
	display: flex;
	justify-content: space-between;
	-webkit-box-shadow: 0 -2px 6px rgba(0,0,0,.19)inset;
	-khtml-box-shadow: 0 -2px 6px rgba(0,0,0,.19)inset;
	-moz-box-shadow: 0 -2px 6px rgba(0,0,0,.19)inset;
	-ms-box-shadow: 0 -2px 6px rgba(0,0,0,.19)inset;
	-o-box-shadow: 0 -2px 6px rgba(0,0,0,.19)inset;
	box-shadow: 0 -2px 6px rgba(0,0,0,.19)inset;
	background-color: #f5f4f4
}

body .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab {
	margin: 0;
	width: 100%;
	border-right: 1px solid #e1e1e1
}

body .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab:last-child {
	border-right: none
}

body .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a {
	border: none;
	padding: 0 32px;
	line-height: 40px;
	font-family: poppins,sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #012068;
	position: relative;
	z-index: 1
}

body .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a:before {
	content: '';
	z-index: -1;
	position: absolute;
	top: 0!important;
	left: 0;
	width: 100%;
	height: 100%!important;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	opacity: 0;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#3140fc),to(#091394));
	background-image: -webkit-linear-gradient(top,#3140fc,#091394);
	background-image: -moz-linear-gradient(top,#3140fc,#091394);
	background-image: -ms-linear-gradient(top,#3140fc,#091394);
	background-image: -o-linear-gradient(top,#3140fc,#091394);
	background-image: linear-gradient(top,#3140fc,#091394);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3140fc',endColorStr='#091394')
}

body .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a:hover {
	color: #fff
}

body .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a:hover:before {
	opacity: 1
}

body .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab.vc_active a {
	color: #fff
}

body .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab.vc_active a:before {
	opacity: 1
}

body .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
	padding: 30px 0 0;
	border: none
}

@media screen and (max-width:767px) {
	body .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
		border: none
	}

	body .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
		padding-left: 32px;
		padding-right: 32px;
		background-image: -webkit-gradient(linear,left top,left bottom,from(#3140fc),to(#091394));
		background-image: -webkit-linear-gradient(top,#3140fc,#091394);
		background-image: -moz-linear-gradient(top,#3140fc,#091394);
		background-image: -ms-linear-gradient(top,#3140fc,#091394);
		background-image: -o-linear-gradient(top,#3140fc,#091394);
		background-image: linear-gradient(top,#3140fc,#091394);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3140fc',endColorStr='#091394');
		color: #fff;
		font-size: 18px
	}

	body .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
		padding: 30px 0
	}

	body .vc_tta-container .vc_tta-tabs.vc_tta-style-default .vc_tta-panels-container .vc_tta-panels .vc_tta-panel+.vc_tta-panel {
		margin-top: 10px
	}
}

body .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list {
	text-align: center;
	display: flex;
	justify-content: space-between;
	margin: 0 -13px
}

body .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab {
	margin: 0 13px;
	width: 100%
}

body .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a {
	border: none;
	padding: 19px 32px;
	line-height: 22px;
	font-family: poppins,sans-serif;
	-webkit-border-radius: 5px 5px 0 0!important;
	-khtml-border-radius: 5px 5px 0 0!important;
	-moz-border-radius: 5px 5px 0 0!important;
	-ms-border-radius: 5px 5px 0 0!important;
	-o-border-radius: 5px 5px 0 0!important;
	border-radius: 5px 5px 0 0!important;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	position: relative;
	z-index: 1;
	background-color: #4659e2;
	background-image: none;
	-webkit-box-shadow: 0 3px 16px rgba(0,0,0,.15)inset;
	-khtml-box-shadow: 0 3px 16px rgba(0,0,0,.15)inset;
	-moz-box-shadow: 0 3px 16px rgba(0,0,0,.15)inset;
	-ms-box-shadow: 0 3px 16px rgba(0,0,0,.15)inset;
	-o-box-shadow: 0 3px 16px rgba(0,0,0,.15)inset;
	box-shadow: 0 3px 16px rgba(0,0,0,.15)inset
}

body .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a:before {
	display: none
}

body .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a:hover {
	background-color: #fff;
	color: #012068
}

@media screen and (max-width:991px) {
	body .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a {
		font-size: 14px;
		padding-left: 22px;
		padding-right: 22px
	}
}

body .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab.vc_active a {
	background-color: #fff;
	color: #012068
}

body .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
	padding: 80px 0 0;
	border: none;
	overflow: visible
}

@media screen and (max-width:767px) {
	body .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
		border: none
	}

	body .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
		padding-left: 32px;
		padding-right: 32px;
		background-image: -webkit-gradient(linear,left top,left bottom,from(#3140fc),to(#091394));
		background-image: -webkit-linear-gradient(top,#3140fc,#091394);
		background-image: -moz-linear-gradient(top,#3140fc,#091394);
		background-image: -ms-linear-gradient(top,#3140fc,#091394);
		background-image: -o-linear-gradient(top,#3140fc,#091394);
		background-image: linear-gradient(top,#3140fc,#091394);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3140fc',endColorStr='#091394');
		color: #fff;
		font-size: 18px
	}

	body .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
		padding: 30px 0
	}

	body .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel+.vc_tta-panel {
		margin-top: 10px
	}
}

body .vc_tta-container .vc_tta-tabs.vc_tta-style-radio {
}

body .vc_tta-container .vc_tta-tabs.vc_tta-style-radio .vc_tta-tabs-container .vc_tta-tabs-list {
	text-align: center
}

body .vc_tta-container .vc_tta-tabs.vc_tta-style-radio .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab {
	margin: 0 10px
}

body .vc_tta-container .vc_tta-tabs.vc_tta-style-radio .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a {
	border: none;
	padding: 0 0 0 30px;
	font-size: 18px;
	color: #012068;
	position: relative;
	z-index: 1;
	font-family: poppins,sans-serif
}

body .vc_tta-container .vc_tta-tabs.vc_tta-style-radio .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a cite {
	font-size: 12px;
	font-style: normal;
	background-color: #e3e6fb;
	line-height: 27px;
	display: inline-block;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	font-weight: 700;
	padding: 0 12px;
	margin-left: 6px;
	font-family: muli,sans-serif
}

body .vc_tta-container .vc_tta-tabs.vc_tta-style-radio .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a:before,body .vc_tta-container .vc_tta-tabs.vc_tta-style-radio .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%!important;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

body .vc_tta-container .vc_tta-tabs.vc_tta-style-radio .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a:before {
	height: 18px!important;
	width: 18px;
	border: 2px solid #b8b5b5!important;
	-webkit-border-radius: 18px;
	-khtml-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	border-radius: 18px
}

body .vc_tta-container .vc_tta-tabs.vc_tta-style-radio .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a:after {
	height: 6px!important;
	width: 6px;
	left: 6px!important;
	background-color: #3140fc;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	opacity: 0
}

body .vc_tta-container .vc_tta-tabs.vc_tta-style-radio .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a:hover:before {
	border-color: #3140fc!important
}

body .vc_tta-container .vc_tta-tabs.vc_tta-style-radio .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a:hover:after {
	opacity: 1
}

body .vc_tta-container .vc_tta-tabs.vc_tta-style-radio .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab.vc_active a:before {
	border-color: #3140fc!important
}

body .vc_tta-container .vc_tta-tabs.vc_tta-style-radio .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab.vc_active a:after {
	opacity: 1
}

body .vc_tta-container .vc_tta-tabs.vc_tta-style-radio .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
	padding: 30px 0 0;
	border: none;
	overflow: visible
}

@media screen and (max-width:767px) {
	body .vc_tta-container .vc_tta-tabs.vc_tta-style-radio .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
		border: none
	}

	body .vc_tta-container .vc_tta-tabs.vc_tta-style-radio .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
		padding-left: 32px;
		padding-right: 32px;
		background-image: -webkit-gradient(linear,left top,left bottom,from(#3140fc),to(#091394));
		background-image: -webkit-linear-gradient(top,#3140fc,#091394);
		background-image: -moz-linear-gradient(top,#3140fc,#091394);
		background-image: -ms-linear-gradient(top,#3140fc,#091394);
		background-image: -o-linear-gradient(top,#3140fc,#091394);
		background-image: linear-gradient(top,#3140fc,#091394);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3140fc',endColorStr='#091394');
		color: #fff;
		font-size: 18px
	}

	body .vc_tta-container .vc_tta-tabs.vc_tta-style-radio .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
		padding: 30px 0
	}

	body .vc_tta-container .vc_tta-tabs.vc_tta-style-radio .vc_tta-panels-container .vc_tta-panels .vc_tta-panel+.vc_tta-panel {
		margin-top: 10px
	}
}

body .vc_tta-container .vc_tta.vc_tta-accordion.vc_tta-style-default .vc_tta-panels {
	border-bottom: 1px solid #e3e3ee
}

body .vc_tta-container .vc_tta.vc_tta-accordion.vc_tta-style-default .vc_tta-panels .vc_tta-panel-heading {
	border: none
}

body .vc_tta-container .vc_tta.vc_tta-accordion.vc_tta-style-default .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title {
	color: inherit;
	line-height: inherit
}

body .vc_tta-container .vc_tta.vc_tta-accordion.vc_tta-style-default .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a {
	font-size: 18px;
	margin: 0;
	padding: 25px 65px;
	border-width: 1px 0 0;
	border-style: solid;
	border-color: #e3e3ee
}

@media screen and (max-width:767px) {
	body .vc_tta-container .vc_tta.vc_tta-accordion.vc_tta-style-default .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a {
		padding-left: 40px;
		padding-right: 40px
	}
}

body .vc_tta-container .vc_tta.vc_tta-accordion.vc_tta-style-default .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a:before,body .vc_tta-container .vc_tta.vc_tta-accordion.vc_tta-style-default .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a:after {
	font-family: fontawesome;
	position: absolute;
	top: 50%;
	font-size: inherit;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%)
}

body .vc_tta-container .vc_tta.vc_tta-accordion.vc_tta-style-default .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a:before {
	content: '\f0a9';
	left: 16px
}

@media screen and (max-width:767px) {
	body .vc_tta-container .vc_tta.vc_tta-accordion.vc_tta-style-default .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a:before {
		left: 0
	}
}

body .vc_tta-container .vc_tta.vc_tta-accordion.vc_tta-style-default .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a:after {
	content: "\f105";
	right: 30px;
	font-size: 20px;
	color: #c9c9d0
}

@media screen and (max-width:767px) {
	body .vc_tta-container .vc_tta.vc_tta-accordion.vc_tta-style-default .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a:after {
		right: 0
	}
}

body .vc_tta-container .vc_tta.vc_tta-accordion.vc_tta-style-default .vc_tta-panels .vc_tta-panel-body {
	padding: 0 65px 0 0;
	border: none
}

body .vc_tta-container .vc_tta.vc_tta-accordion.vc_tta-style-default .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a:before {
	content: "\f0ab"
}

body .vc_tta-container .vc_tta.vc_tta-accordion.vc_tta-style-default .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a:after {
	content: "\f107"
}

body .vc_tta-container .vc_tta.vc_tta-accordion.vc_tta-style-default .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-body {
	padding-bottom: 27px
}

.ct-carousel-service-layout1 .grid-item-inner {
	overflow: hidden
}

.ct-carousel-service-layout1 .grid-item-inner:before,.ct-carousel-service-layout1 .grid-item-inner:after {
	content: '';
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.ct-carousel-service-layout1 .grid-item-inner:before {
	opacity: .7;
	background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#091394 60%));
	background-image: -webkit-linear-gradient(top,transparent,#091394 60%);
	background-image: -moz-linear-gradient(top,transparent,#091394 60%);
	background-image: -ms-linear-gradient(top,transparent,#091394 60%);
	background-image: -o-linear-gradient(top,transparent,#091394 60%);
	background-image: linear-gradient(top,transparent,#091394 60%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 0, 0, 0)',endColorStr='#091394 60%')
}

.ct-carousel-service-layout1 .grid-item-inner:after {
	opacity: 0;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#3140fc),to(#091394));
	background-image: -webkit-linear-gradient(top,#3140fc,#091394);
	background-image: -moz-linear-gradient(top,#3140fc,#091394);
	background-image: -ms-linear-gradient(top,#3140fc,#091394);
	background-image: -o-linear-gradient(top,#3140fc,#091394);
	background-image: linear-gradient(top,#3140fc,#091394);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3140fc',endColorStr='#091394')
}

.ct-carousel-service-layout1 .grid-item-inner .item-icon {
	line-height: 1;
	margin-bottom: 14px;
	-webkit-transition: all 300ms linear 90ms;
	-khtml-transition: all 300ms linear 90ms;
	-moz-transition: all 300ms linear 90ms;
	-ms-transition: all 300ms linear 90ms;
	-o-transition: all 300ms linear 90ms;
	transition: all 300ms linear 90ms
}

.ct-carousel-service-layout1 .grid-item-inner .item-icon i {
	font-size: 42px;
	color: #fff
}

.ct-carousel-service-layout1 .grid-item-inner .item-title {
	-webkit-transition: all 300ms linear 15ms;
	-khtml-transition: all 300ms linear 15ms;
	-moz-transition: all 300ms linear 15ms;
	-ms-transition: all 300ms linear 15ms;
	-o-transition: all 300ms linear 15ms;
	transition: all 300ms linear 15ms;
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
	margin: 0
}

.ct-carousel-service-layout1 .grid-item-inner .item-title a:hover {
	color: #fff
}

.ct-carousel-service-layout1 .grid-item-inner .item-body-front {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 32px;
	z-index: 2
}

.ct-carousel-service-layout1 .grid-item-inner .item-body-back {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 32px;
	z-index: 3;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #fff
}

.ct-carousel-service-layout1 .grid-item-inner .item-body-back .item-icon {
	margin-bottom: 30px
}

.ct-carousel-service-layout1 .grid-item-inner .item-body-back .item-icon i {
	font-size: 54px
}

@media screen and (max-width:767px) {
	.ct-carousel-service-layout1 .grid-item-inner .item-body-back .item-icon i {
		font-size: 42px
	}
}

.ct-carousel-service-layout1 .grid-item-inner .item-body-back .item-icon {
	-webkit-transform: translateY(60px);
	-khtml-transform: translateY(60px);
	-moz-transform: translateY(60px);
	-ms-transform: translateY(60px);
	-o-transform: translateY(60px);
	transform: translateY(60px);
	opacity: 0;
	-webkit-transition: all 300ms linear 90ms;
	-khtml-transition: all 300ms linear 90ms;
	-moz-transition: all 300ms linear 90ms;
	-ms-transition: all 300ms linear 90ms;
	-o-transition: all 300ms linear 90ms;
	transition: all 300ms linear 90ms
}

.ct-carousel-service-layout1 .grid-item-inner .item-body-back .item-except {
	-webkit-transform: translateY(60px);
	-khtml-transform: translateY(60px);
	-moz-transform: translateY(60px);
	-ms-transform: translateY(60px);
	-o-transform: translateY(60px);
	transform: translateY(60px);
	opacity: 0;
	-webkit-transition: all 300ms linear 150ms;
	-khtml-transition: all 300ms linear 150ms;
	-moz-transition: all 300ms linear 150ms;
	-ms-transition: all 300ms linear 150ms;
	-o-transition: all 300ms linear 150ms;
	transition: all 300ms linear 150ms
}

@media screen and (max-width:767px) {
	.ct-carousel-service-layout1 .grid-item-inner .item-body-back .item-except {
		font-size: 14px
	}
}

.ct-carousel-service-layout1 .grid-item-inner .item-more {
	z-index: 99;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ct-carousel-service-layout1 .grid-item-inner:hover:before {
	opacity: 0
}

.ct-carousel-service-layout1 .grid-item-inner:hover:after {
	opacity: 1
}

.ct-carousel-service-layout1 .grid-item-inner:hover .item-body-front .item-icon {
	-webkit-transform: translateY(60px);
	-khtml-transform: translateY(60px);
	-moz-transform: translateY(60px);
	-ms-transform: translateY(60px);
	-o-transform: translateY(60px);
	transform: translateY(60px);
	transition-delay: 150ms;
	opacity: 0
}

.ct-carousel-service-layout1 .grid-item-inner:hover .item-body-front .item-title {
	-webkit-transform: translateY(60px);
	-khtml-transform: translateY(60px);
	-moz-transform: translateY(60px);
	-ms-transform: translateY(60px);
	-o-transform: translateY(60px);
	transform: translateY(60px);
	opacity: 0;
	transition-delay: 90ms
}

.ct-carousel-service-layout1 .grid-item-inner:hover .item-body-back .item-icon {
	-webkit-transform: translateY(0);
	-khtml-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.ct-carousel-service-layout1 .grid-item-inner:hover .item-body-back .item-except {
	-webkit-transform: translateY(0);
	-khtml-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.ct-carousel-service-layout2 .item-holder {
	display: flex;
	flex-wrap: nowrap;
	align-items: center
}

.ct-carousel-service-layout2 .item-icon {
	width: 68px;
	min-width: 68px;
	line-height: 1
}

.ct-carousel-service-layout2 .item-icon img {
	max-width: 56px
}

.ct-carousel-service-layout2 .item-icon i {
	font-size: 45px
}

@media screen and (max-width:1199px) {
	.ct-carousel-service-layout2 .item-icon {
		width: 48px;
		min-width: 48px
	}

	.ct-carousel-service-layout2 .item-icon img {
		max-width: 36px
	}

	.ct-carousel-service-layout2 .item-icon i {
		font-size: 36px
	}
}

.ct-carousel-service-layout2 .item-title {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3888;
	color: #fff
}

.ct-carousel-service-layout2 .item-title a:hover {
	color: inherit
}

.ct-carousel-service-layout2 .item-except {
	padding-left: 68px
}

@media screen and (max-width:1199px) {
	.ct-carousel-service-layout2 .item-except {
		padding-left: 48px
	}
}

.ct-carousel-service-layout2 .item-more {
	padding-left: 68px;
	margin-top: 20px
}

@media screen and (max-width:1199px) {
	.ct-carousel-service-layout2 .item-more {
		padding-left: 48px;
		margin-top: 10px
	}
}

.ct-carousel-service-layout2 .item-more a {
	font-size: 14px;
	font-weight: 600;
	color: rgba(255,255,255,.83)
}

.ct-carousel-service-layout2 .item-more a:hover {
	color: #fff
}

.ct-carousel-service-layout2 .item-more i {
	margin-left: 7px
}

.ct-carousel-service-layout2 .item-body {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

.ct-carousel-service-layout2 .item-body.item-body-front {
	background-image: -webkit-gradient(linear,left top,left bottom,from(#3140fc),to(#091394));
	background-image: -webkit-linear-gradient(top,#3140fc,#091394);
	background-image: -moz-linear-gradient(top,#3140fc,#091394);
	background-image: -ms-linear-gradient(top,#3140fc,#091394);
	background-image: -o-linear-gradient(top,#3140fc,#091394);
	background-image: linear-gradient(top,#3140fc,#091394);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3140fc',endColorStr='#091394');
	padding: 19px 45px;
	z-index: 1;
	opacity: 1
}

@media screen and (max-width:1199px) {
	.ct-carousel-service-layout2 .item-body.item-body-front {
		padding-left: 20px;
		padding-right: 20px
	}
}

.ct-carousel-service-layout2 .item-body.item-body-back {
	top: 0;
	padding: 30px 45px;
	z-index: 2;
	color: #fff;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-khtml-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%)
}

@media screen and (max-width:1199px) {
	.ct-carousel-service-layout2 .item-body.item-body-back {
		padding: 20px
	}
}

.ct-carousel-service-layout2 .item-body.item-body-back:before {
	opacity: .83;
	z-index: -1;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#3140fc),to(#091394));
	background-image: -webkit-linear-gradient(top,#3140fc,#091394);
	background-image: -moz-linear-gradient(top,#3140fc,#091394);
	background-image: -ms-linear-gradient(top,#3140fc,#091394);
	background-image: -o-linear-gradient(top,#3140fc,#091394);
	background-image: linear-gradient(top,#3140fc,#091394);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3140fc',endColorStr='#091394');
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: ''
}

.ct-carousel-service-layout2 .item-body.item-body-back .item-holder {
	margin-bottom: 18px
}

@media screen and (max-width:1199px) {
	.ct-carousel-service-layout2 .item-body.item-body-back .item-holder {
		margin-bottom: 8px
	}
}

@media screen and (min-width:992px) {
	.ct-carousel-service-layout2 .grid-item-inner:hover .item-body.item-body-front {
		opacity: 0;
		-webkit-transform: translateY(100%);
		-khtml-transform: translateY(100%);
		-moz-transform: translateY(100%);
		-ms-transform: translateY(100%);
		-o-transform: translateY(100%);
		transform: translateY(100%)
	}

	.ct-carousel-service-layout2 .grid-item-inner:hover .item-body.item-body-back {
		opacity: 1;
		-webkit-transform: translateY(0%);
		-khtml-transform: translateY(0%);
		-moz-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
		transform: translateY(0%)
	}
}

.ct-carousel-service-layout2.overlay-secondary .item-body.item-body-front {
	background-image: none;
	background-color: rgba(9,19,148,.9)
}

.ct-carousel-service-layout2.overlay-secondary .item-body.item-body-back:before {
	background-image: none;
	background-color: rgba(9,19,148,.9);
	opacity: 1
}

.ct-carousel-service-layout3 .ct-carousel-item {
	height: 100%
}

.ct-carousel-service-layout3 .grid-item-inner {
	height: 100%;
	text-align: center;
	background-color: #eaeaed;
	background-image: -webkit-gradient(linear,left top,right top,from(#eaeaed),to(#fff));
	background-image: -webkit-linear-gradient(left,#eaeaed,#fff);
	background-image: -moz-linear-gradient(left,#eaeaed,#fff);
	background-image: -ms-linear-gradient(left,#eaeaed,#fff);
	background-image: -o-linear-gradient(left,#eaeaed,#fff);
	background-image: linear-gradient(left,#eaeaed,#fff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eaeaed',endColorStr='#fff',gradientType='1');
	padding: 47px 40px 60px
}

.ct-carousel-service-layout3 .grid-item-inner .item-icon {
	height: 118px;
	width: 118px;
	line-height: 118px;
	-webkit-border-radius: 118px;
	-khtml-border-radius: 118px;
	-moz-border-radius: 118px;
	-ms-border-radius: 118px;
	-o-border-radius: 118px;
	border-radius: 118px;
	overflow: hidden;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#3140fc),to(#091394));
	background-image: -webkit-linear-gradient(top,#3140fc,#091394);
	background-image: -moz-linear-gradient(top,#3140fc,#091394);
	background-image: -ms-linear-gradient(top,#3140fc,#091394);
	background-image: -o-linear-gradient(top,#3140fc,#091394);
	background-image: linear-gradient(top,#3140fc,#091394);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3140fc',endColorStr='#091394');
	position: absolute;
	top: -59px;
	left: 0;
	right: 0;
	margin: auto
}

.ct-carousel-service-layout3 .grid-item-inner .item-icon a {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-khtml-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.ct-carousel-service-layout3 .grid-item-inner .item-icon i {
	font-size: 51px;
	color: #fff;
	-webkit-transition: all .4s ease;
	-khtml-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	display: block
}

.ct-carousel-service-layout3 .grid-item-inner .item-icon+.item-body {
	padding-top: 50px
}

.ct-carousel-service-layout3 .grid-item-inner .item-title {
	line-height: 1.3;
	font-weight: 700
}

.ct-carousel-service-layout3 .grid-item-inner .item-more {
	height: 39px;
	width: 39px;
	-webkit-border-radius: 39px;
	-khtml-border-radius: 39px;
	-moz-border-radius: 39px;
	-ms-border-radius: 39px;
	-o-border-radius: 39px;
	border-radius: 39px;
	background-color: #091394;
	display: inline-block;
	line-height: 39px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto
}

.ct-carousel-service-layout3 .grid-item-inner .item-more-text {
	font-size: 14px;
	color: #fff;
	background-color: #091394;
	line-height: 39px;
	display: inline-block;
	-webkit-border-radius: 39px;
	-khtml-border-radius: 39px;
	-moz-border-radius: 39px;
	-ms-border-radius: 39px;
	-o-border-radius: 39px;
	border-radius: 39px;
	padding-left: 27px;
	padding-right: 47px;
	position: relative;
	opacity: 0;
	-webkit-transform: scale(0);
	-khtml-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0)
}

.ct-carousel-service-layout3 .grid-item-inner .item-more-text i {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	right: 15px
}

.ct-carousel-service-layout3 .grid-item-inner .item-more-text:hover {
	background-color: #3140fc
}

.ct-carousel-service-layout3 .grid-item-inner .item-bottom {
	margin-top: 31px;
	position: relative
}

.ct-carousel-service-layout3 .grid-item-inner:hover .item-icon i {
	-webkit-transform: rotateY(360deg);
	-khtml-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg)
}

.ct-carousel-service-layout3 .grid-item-inner:hover .item-title {
	color: #3140fc
}

.ct-carousel-service-layout3 .grid-item-inner:hover .item-more {
	-webkit-transform: scale(0);
	-khtml-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 0
}

.ct-carousel-service-layout3 .grid-item-inner:hover .item-more-text {
	opacity: 1;
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.ct-carousel-service-layout3 .owl-stage {
	padding-top: 60px;
	display: flex;
	flex-wrap: wrap
}

.ct-carousel-service-layout3.item-max-width .grid-item-inner .item-body {
	max-width: 195px;
	margin: auto
}

.ct-pricing-inner {
	background-color: #fff;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0 1px 10px rgba(0,0,0,.11)
}

.ct-pricing-inner .ct-pricing-recommended {
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#a5dc26),to(#4aa112));
	background-image: -webkit-linear-gradient(top,#a5dc26,#4aa112);
	background-image: -moz-linear-gradient(top,#a5dc26,#4aa112);
	background-image: -ms-linear-gradient(top,#a5dc26,#4aa112);
	background-image: -o-linear-gradient(top,#a5dc26,#4aa112);
	background-image: linear-gradient(top,#a5dc26,#4aa112);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#a5dc26',endColorStr='#4aa112');
	padding: 12px 30px;
	font-family: poppins,sans-serif;
	color: #fff;
	-webkit-border-radius: 8px 8px 0 0;
	-khtml-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-ms-border-radius: 8px 8px 0 0;
	-o-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
	line-height: 1
}

.ct-pricing-inner .ct-pricing-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px
}

.ct-pricing-inner .ct-pricing-holder {
	padding: 23px 26px
}

.ct-pricing-inner .ct-pricing-meta {
	padding: 7px 30px;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#3140fc),to(#091394));
	background-image: -webkit-linear-gradient(top,#3140fc,#091394);
	background-image: -moz-linear-gradient(top,#3140fc,#091394);
	background-image: -ms-linear-gradient(top,#3140fc,#091394);
	background-image: -o-linear-gradient(top,#3140fc,#091394);
	background-image: linear-gradient(top,#3140fc,#091394);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3140fc',endColorStr='#091394');
	color: #fff;
	text-align: center;
	font-family: poppins,sans-serif
}

.ct-pricing-inner .ct-pricing-meta .ct-pricing-price {
	font-weight: 600;
	font-size: 36px;
	line-height: 1.25
}

.ct-pricing-inner .ct-pricing-meta .ct-pricing-time {
	font-size: 16px;
	color: #fff
}

.ct-pricing-inner .ct-pricing-body {
	padding: 16px 20px 27px
}

.ct-pricing-inner .ct-pricing-content {
	margin: 0;
	list-style: none;
	font-family: poppins,sans-serif;
	font-size: 14px;
	font-weight: 500
}

.ct-pricing-inner .ct-pricing-content li {
	display: block;
	padding: 14px 15px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.ct-pricing-inner .ct-pricing-content li:before {
	content: '\f00c';
	font-family: FontAwesome;
	color: #3140fc;
	margin-right: 8px
}

.ct-pricing-inner .ct-pricing-content li.active {
	background-color: #f2f2f2
}

.ct-pricing-inner .ct-pricing-button a {
	font-size: 14px;
	color: #fff;
	background-color: #000;
	display: block;
	line-height: 48px;
	padding: 0 30px;
	text-align: center;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	margin-top: 14px
}

.ct-pricing-inner .ct-pricing-button a:hover {
	background-color: #3140fc
}

.ct-pricing-wrapper.preset3 .ct-pricing-inner .ct-pricing-meta {
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f44c01),to(#ff7a01));
	background-image: -webkit-linear-gradient(top,#f44c01,#ff7a01);
	background-image: -moz-linear-gradient(top,#f44c01,#ff7a01);
	background-image: -ms-linear-gradient(top,#f44c01,#ff7a01);
	background-image: -o-linear-gradient(top,#f44c01,#ff7a01);
	background-image: linear-gradient(top,#f44c01,#ff7a01);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f44c01',endColorStr='#ff7a01')
}

.ct-pricing-wrapper.preset3 .ct-pricing-inner .ct-pricing-content li::before {
	color: #4659e2
}

.ct-pricing-wrapper.preset3 .ct-pricing-inner .ct-pricing-button a:hover {
	background-color: #4659e2
}

.ct-pricing-wrapper.preset3 .ct-pricing-inner .ct-pricing-recommended {
	background-color: #4659e2;
	background-image: none
}

.list-arrow {
	list-style: none;
	margin: 0;
	padding-left: 20px
}

.list-arrow li {
	font-weight: 700
}

.list-arrow li+li {
	margin-top: 20px
}

.list-arrow li:before {
	content: "\e628";
	font-family: themify;
	font-size: 12px;
	margin-right: 10px
}

.call-us {
	font-weight: 700
}

.call-us a {
	color: inherit;
	text-decoration: underline
}

.call-us a:hover {
	color: #3140fc
}

.call-us .call-number {
	font-family: poppins,sans-serif;
	font-size: 24px;
	font-weight: 700;
	display: inline-block;
	margin-left: 9px
}

.call-us .call-number span {
	font-size: 16px;
	color: #9c9c9c;
	font-weight: 400;
	font-family: muli,sans-serif
}

.ct-signature {
	display: flex;
	flex-wrap: nowrap;
	align-items: center
}

.ct-signature .ct-signature-image {
	min-width: 115px;
	margin-right: 50px
}

@media screen and (max-width:767px) {
	.ct-signature .ct-signature-image {
		margin-right: 20px
	}
}

.ct-signature .ct-signature-holder h3 {
	font-size: 20px;
	margin-bottom: 0
}

.ct-counter-default {
	text-align: center
}

.ct-counter-default .ct-counter-icon {
	margin: 0 auto 20px;
	line-height: 1
}

.ct-counter-default .ct-counter-icon i {
	font-size: 43px
}

.ct-counter-default .ct-counter-digit {
	font-size: 30px;
	color: #3140fc;
	font-weight: 700;
	font-family: poppins,sans-serif;
	line-height: 1;
	margin-bottom: 14px;
	display: inline-block
}

.ct-counter-default .ct-counter-title {
	font-size: 16px;
	margin-bottom: 10px
}

.ct-counter-default .ct-counter-desc {
	font-size: 14px;
	color: #7f7f7f
}

.ct-counter-layout2 .ct-counter-icon {
	margin: 0 auto 20px;
	line-height: 1
}

.ct-counter-layout2 .ct-counter-icon i {
	font-size: 43px
}

.ct-counter-layout2 .ct-counter-digit {
	font-size: 55px;
	color: #fff;
	font-weight: 600;
	font-family: poppins,sans-serif;
	line-height: 1;
	margin-bottom: 6px;
	display: inline-block
}

.ct-counter-layout2 .ct-counter-title {
	font-size: 18px;
	margin-bottom: 0;
	color: #509cf9
}

.ct-counter-layout2 .ct-counter-desc {
	padding-top: 10px;
	font-size: 14px;
	color: #fff
}

.ct-counter-layout3 .ct-counter-icon {
	margin: 0 auto 30px;
	line-height: 1
}

.ct-counter-layout3 .ct-counter-icon i {
	font-size: 78px;
	color: #ec0203
}

.ct-counter-layout3 .ct-counter-digit {
	font-size: 36px;
	color: #000;
	font-weight: 700;
	font-family: poppins,sans-serif;
	line-height: 1;
	margin-bottom: 15px;
	display: inline-block
}

.ct-counter-layout3 .ct-counter-title {
	font-size: 18px;
	margin-bottom: 0;
	font-weight: 600;
	font-family: inherit;
	color: #666
}

.ct-counter-layout3 .ct-counter-inner {
	text-align: center
}

.counter-image {
	position: absolute;
	top: 50%;
	left: -135px;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%)
}

@media screen and (max-width:1199px) {
	.counter-image {
		display: none
	}
}

.ct-showcase-layout1 .showcase-featured {
	height: 543px
}

@media screen and (max-width:991px) {
	.ct-showcase-layout1 .showcase-featured {
		height: 443px
	}
}

@media screen and (max-width:767px) {
	.ct-showcase-layout1 .showcase-featured {
		height: 343px
	}
}

.ct-showcase-layout1 .ct-showcase-item {
	position: relative;
	-webkit-transform: scaleY(.9);
	-khtml-transform: scaleY(.9);
	-moz-transform: scaleY(.9);
	-ms-transform: scaleY(.9);
	-o-transform: scaleY(.9);
	transform: scaleY(.9);
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.ct-showcase-layout1 .ct-showcase-item-holder {
	position: relative;
	overflow: hidden
}

.ct-showcase-layout1 .showcase-holder {
	padding: 0 70px 97px 77px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1
}

.ct-showcase-layout1 .showcase-holder:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: calc(100% + 120px);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#012068),to(rgba(1,32,104,0)));
	background-image: -webkit-linear-gradient(bottom,#012068,rgba(1,32,104,0));
	background-image: -moz-linear-gradient(bottom,#012068,rgba(1,32,104,0));
	background-image: -ms-linear-gradient(bottom,#012068,rgba(1,32,104,0));
	background-image: -o-linear-gradient(bottom,#012068,rgba(1,32,104,0));
	background-image: linear-gradient(bottom,#012068,rgba(1,32,104,0));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#012068',endColorStr='rgba(1, 32, 104, 0)');
	z-index: -1
}

.ct-showcase-layout1 .showcase-holder .showcase-holder-inner {
	max-width: 530px
}

@media screen and (max-width:1400px) {
	.ct-showcase-layout1 .showcase-holder {
		padding: 0 50px 60px
	}
}

@media screen and (max-width:575px) {
	.ct-showcase-layout1 .showcase-holder {
		padding: 0 30px 40px
	}
}

.ct-showcase-layout1 .showcase-title {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 26px
}

.ct-showcase-layout1 .showcase-title a {
	color: inherit
}

.ct-showcase-layout1 .showcase-title a:hover {
	color: inherit
}

@media screen and (max-width:575px) {
	.ct-showcase-layout1 .showcase-title {
		font-size: 24px
	}
}

.ct-showcase-layout1 .showcase-description {
	font-size: 20px;
	line-height: 1.5;
	color: #fff
}

@media screen and (max-width:575px) {
	.ct-showcase-layout1 .showcase-description {
		font-size: 17px
	}
}

.ct-showcase-layout1 .item-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99
}

.ct-showcase-layout1 .ct-carousel-nav {
	opacity: 0;
	visibility: hidden
}

.ct-showcase-layout1 .owl-item.center {
	position: relative;
	z-index: 99
}

.ct-showcase-layout1 .owl-item.center .ct-showcase-item {
	-webkit-transform: scaleY(1);
	-khtml-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1)
}

.ct-showcase-layout1 .owl-item.center .ct-carousel-nav {
	opacity: 1;
	visibility: visible
}

.ct-showcase-layout1 .owl-nav {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	left: -999999px
}

.ct-carousel-case-study-layout1 .item-body {
	padding: 40px 40px 44px;
	background-color: #eaeaed;
	background-image: -webkit-gradient(linear,left top,right top,from(#eaeaed),to(#fff));
	background-image: -webkit-linear-gradient(left,#eaeaed,#fff);
	background-image: -moz-linear-gradient(left,#eaeaed,#fff);
	background-image: -ms-linear-gradient(left,#eaeaed,#fff);
	background-image: -o-linear-gradient(left,#eaeaed,#fff);
	background-image: linear-gradient(left,#eaeaed,#fff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eaeaed',endColorStr='#fff',gradientType='1');
	height: 100%
}

@media screen and (max-width:767px) {
	.ct-carousel-case-study-layout1 .item-body {
		padding: 30px
	}
}

.ct-carousel-case-study-layout1 .item-featured {
	max-width: 142px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -80px
}

.ct-carousel-case-study-layout1 .item-featured+.item-body {
	padding-top: 74px
}

.ct-carousel-case-study-layout1 .item-featured img {
	-webkit-border-radius: 142px;
	-khtml-border-radius: 142px;
	-moz-border-radius: 142px;
	-ms-border-radius: 142px;
	-o-border-radius: 142px;
	border-radius: 142px
}

.ct-carousel-case-study-layout1 .item-category a {
	color: inherit;
	font-size: 14px
}

.ct-carousel-case-study-layout1 .item-category a:hover {
	color: #3140fc
}

.ct-carousel-case-study-layout1 .item-title {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
	margin-top: 8px;
	margin-bottom: 13px
}

.ct-carousel-case-study-layout1 .item-more {
	height: 54px;
	width: 54px;
	line-height: 54px;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#3140fc),to(#091394));
	background-image: -webkit-linear-gradient(top,#3140fc,#091394);
	background-image: -moz-linear-gradient(top,#3140fc,#091394);
	background-image: -ms-linear-gradient(top,#3140fc,#091394);
	background-image: -o-linear-gradient(top,#3140fc,#091394);
	background-image: linear-gradient(top,#3140fc,#091394);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3140fc',endColorStr='#091394');
	color: #fff;
	display: block;
	border-radius: 54px;
	font-size: 18px;
	text-align: center;
	position: absolute;
	right: 24px;
	bottom: -27px;
	opacity: 0
}

.ct-carousel-case-study-layout1 .item-more:hover {
	color: #fff
}

.ct-carousel-case-study-layout1 .owl-stage {
	padding-top: 81px;
	padding-bottom: 28px;
	display: flex;
	flex-wrap: wrap
}

.ct-carousel-case-study-layout1 .ct-carousel-item {
	height: 100%
}

.ct-carousel-case-study-layout1 .grid-item-inner {
	height: 100%;
	position: relative
}

.ct-carousel-case-study-layout1 .grid-item-inner:hover .item-title a {
	color: #3140fc
}

.ct-carousel-case-study-layout1 .grid-item-inner:hover .item-more {
	-webkit-transform: rotateY(360deg);
	-khtml-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
	opacity: 1
}

.ct-carousel-case-study-layout1.color-preset2 .item-more {
	background-color: #000;
	background-image: none
}

.ct-carousel-case-study-layout1.color-preset2 .item-body {
	-webkit-box-shadow: -8px 0 18px rgba(0,0,0,.1)inset;
	-khtml-box-shadow: -8px 0 18px rgba(0,0,0,.1)inset;
	-moz-box-shadow: -8px 0 18px rgba(0,0,0,.1)inset;
	-ms-box-shadow: -8px 0 18px rgba(0,0,0,.1)inset;
	-o-box-shadow: -8px 0 18px rgba(0,0,0,.1)inset;
	box-shadow: -8px 0 18px rgba(0,0,0,.1)inset
}

.ct-carousel-case-study-layout1.color-preset2 .item-category a {
	color: #aab0fe
}

.ct-carousel-case-study-layout1.color-preset2 .item-title a {
	color: #fff!important
}

.ct-carousel-case-study-layout1.color-preset2 .item-except {
	color: #fff
}

.ct-carousel-case-study-layout1.color-preset2 .owl-item:nth-child(3n+1) .item-body {
	background-image: none;
	background-color: #509cf9
}

.ct-carousel-case-study-layout1.color-preset2 .owl-item:nth-child(3n+2) .item-body {
	background-image: none;
	background-color: #091394
}

.ct-carousel-case-study-layout1.color-preset2 .owl-item:nth-child(3n+3) .item-body {
	background-image: none;
	background-color: #3140fc
}

.ct-carousel-blog-layout1 .item-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(49,64,252,.83)),to(rgba(9,19,148,.83)));
	background-image: -webkit-linear-gradient(top,rgba(49,64,252,.83),rgba(9,19,148,.83));
	background-image: -moz-linear-gradient(top,rgba(49,64,252,.83),rgba(9,19,148,.83));
	background-image: -ms-linear-gradient(top,rgba(49,64,252,.83),rgba(9,19,148,.83));
	background-image: -o-linear-gradient(top,rgba(49,64,252,.83),rgba(9,19,148,.83));
	background-image: linear-gradient(top,rgba(49,64,252,.83),rgba(9,19,148,.83));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(49, 64, 252, 0.83)',endColorStr='rgba(9, 19, 148, 0.83)');
	-webkit-transition: all 200ms linear 200ms;
	-khtml-transition: all 200ms linear 200ms;
	-moz-transition: all 200ms linear 200ms;
	-ms-transition: all 200ms linear 200ms;
	-o-transition: all 200ms linear 200ms;
	transition: all 200ms linear 200ms;
	overflow: hidden;
	-webkit-transform: scaleY(0);
	-khtml-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	opacity: 0
}

.ct-carousel-blog-layout1 .item-more {
	height: 54px;
	width: 54px;
	-webkit-border-radius: 54px;
	-khtml-border-radius: 54px;
	-moz-border-radius: 54px;
	-ms-border-radius: 54px;
	-o-border-radius: 54px;
	border-radius: 54px;
	background-color: #fff;
	text-align: center;
	line-height: 54px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.ct-carousel-blog-layout1 .item-more:hover i:before,.ct-carousel-blog-layout1 .item-more:hover i:after {
	background-color: #3140fc
}

.ct-carousel-blog-layout1 .item-body {
	padding: 32px 30px 43px 40px
}

@media screen and (max-width:767px) {
	.ct-carousel-blog-layout1 .item-body {
		padding: 22px 30px 33px
	}
}

.ct-carousel-blog-layout1 .item-date {
	font-size: 14px;
	line-height: 1;
	margin-bottom: 14px
}

.ct-carousel-blog-layout1 .item-title {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
	margin: 0 0 11px
}

.ct-carousel-blog-layout1 .ct-carousel-item {
	height: 100%
}

.ct-carousel-blog-layout1 .grid-item-inner {
	height: 100%;
	background-color: #eaeaed;
	background-image: -webkit-gradient(linear,left top,right top,from(#eaeaed),to(#fff));
	background-image: -webkit-linear-gradient(left,#eaeaed,#fff);
	background-image: -moz-linear-gradient(left,#eaeaed,#fff);
	background-image: -ms-linear-gradient(left,#eaeaed,#fff);
	background-image: -o-linear-gradient(left,#eaeaed,#fff);
	background-image: linear-gradient(left,#eaeaed,#fff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eaeaed',endColorStr='#fff',gradientType='1');
	position: relative
}

.ct-carousel-blog-layout1 .grid-item-inner:hover .item-title a {
	color: #3140fc
}

.ct-carousel-blog-layout1 .grid-item-inner:hover .item-overlay {
	opacity: 1;
	-webkit-transform: scaleY(1);
	-khtml-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1)
}

.ct-carousel-blog-layout1 .grid-item-inner:hover .item-more {
	-webkit-transform: rotateY(360deg);
	-khtml-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
	-webkit-transition: all 300ms linear 200ms;
	-khtml-transition: all 300ms linear 200ms;
	-moz-transition: all 300ms linear 200ms;
	-ms-transition: all 300ms linear 200ms;
	-o-transition: all 300ms linear 200ms;
	transition: all 300ms linear 200ms;
	opacity: 1
}

.ct-carousel-blog-layout1 .owl-stage {
	display: flex;
	flex-wrap: wrap
}

.ct-carousel-blog-layout2 .entry-featured {
	overflow: hidden
}

.ct-carousel-blog-layout2 .entry-featured img {
	-webkit-transition: all 200ms linear 0ms;
	-khtml-transition: all 200ms linear 0ms;
	-moz-transition: all 200ms linear 0ms;
	-ms-transition: all 200ms linear 0ms;
	-o-transition: all 200ms linear 0ms;
	transition: all 200ms linear 0ms
}

.ct-carousel-blog-layout2 .entry-featured .item-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(9,19,148,.9);
	-webkit-transition: all 200ms linear 0ms;
	-khtml-transition: all 200ms linear 0ms;
	-moz-transition: all 200ms linear 0ms;
	-ms-transition: all 200ms linear 0ms;
	-o-transition: all 200ms linear 0ms;
	transition: all 200ms linear 0ms;
	overflow: hidden;
	opacity: 0
}

.ct-carousel-blog-layout2 .entry-featured .item-more {
	height: 54px;
	width: 54px;
	-webkit-border-radius: 54px;
	-khtml-border-radius: 54px;
	-moz-border-radius: 54px;
	-ms-border-radius: 54px;
	-o-border-radius: 54px;
	border-radius: 54px;
	background-color: #fff;
	text-align: center;
	line-height: 54px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: all 300ms linear 150ms;
	-khtml-transition: all 300ms linear 150ms;
	-moz-transition: all 300ms linear 150ms;
	-ms-transition: all 300ms linear 150ms;
	-o-transition: all 300ms linear 150ms;
	transition: all 300ms linear 150ms;
	-webkit-transform: translateY(-50px);
	-khtml-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
	opacity: 0
}

.ct-carousel-blog-layout2 .entry-featured .item-more:hover {
	background-color: #509cf9
}

.ct-carousel-blog-layout2 .entry-featured .item-more:hover i:before,.ct-carousel-blog-layout2 .entry-featured .item-more:hover i:after {
	background-color: #fff
}

.ct-carousel-blog-layout2 .item-body {
	background-color: #fff;
	padding: 32px 34px 39px
}

@media screen and (max-width:767px) {
	.ct-carousel-blog-layout2 .item-body {
		padding: 22px 30px 33px
	}
}

.ct-carousel-blog-layout2 .item-body .item-more .btn {
	padding-left: 27px;
	padding-right: 27px
}

.ct-carousel-blog-layout2 .item-body .item-title {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 24px
}

@media screen and (max-width:1199px) {
	.ct-carousel-blog-layout2 .item-body .item-title {
		font-size: 18px
	}
}

.ct-carousel-blog-layout2 .item-meta {
	padding: 0 0 6px;
	margin: 0;
	border: none
}

.ct-carousel-blog-layout2 .item-meta:before {
	display: none
}

@media screen and (max-width:1199px) {
	.ct-carousel-blog-layout2 .item-meta li {
		font-size: 13px
	}
}

.ct-carousel-blog-layout2 .owl-item.active .grid-item-inner {
	-webkit-box-shadow: 0 2px 27px rgba(0,0,0,.13);
	-khtml-box-shadow: 0 2px 27px rgba(0,0,0,.13);
	-moz-box-shadow: 0 2px 27px rgba(0,0,0,.13);
	-ms-box-shadow: 0 2px 27px rgba(0,0,0,.13);
	-o-box-shadow: 0 2px 27px rgba(0,0,0,.13);
	box-shadow: 0 2px 27px rgba(0,0,0,.13)
}

.ct-carousel-blog-layout2 .grid-item-inner {
	display: flex;
	flex-wrap: wrap
}

.ct-carousel-blog-layout2 .grid-item-inner:hover .entry-featured img {
	-webkit-transform: scale(1.08);
	-khtml-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08)
}

.ct-carousel-blog-layout2 .grid-item-inner:hover .entry-featured .item-overlay {
	opacity: 1
}

.ct-carousel-blog-layout2 .grid-item-inner:hover .entry-featured .item-more {
	opacity: 1;
	-webkit-transform: translateY(0);
	-khtml-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.ct-carousel-blog-layout2 .grid-item-inner:hover .item-title a {
	color: #3140fc
}

.ct-carousel-blog-layout2.preset3 .entry-featured .item-overlay {
	background-color: rgba(0,0,0,.84)
}

.ct-carousel-blog-layout2.preset3 .item-more a:before {
	background-image: none;
	background-color: #4659e2
}

.ct-carousel-blog-layout2.preset3 .grid-item-inner:hover .item-title a {
	color: #4659e2
}

.ct-carousel-blog-layout2.preset4 .entry-featured .item-overlay {
	background-color: rgba(0,0,0,.84)
}

.ct-carousel-blog-layout2.preset4 .entry-featured .item-more {
	background-color: #ad8e63
}

.ct-carousel-blog-layout2.preset4 .entry-featured .item-more:hover {
	background-color: #7e6a46
}

.ct-carousel-blog-layout2.preset4 .entry-featured .ct-icon-plus::before,.ct-carousel-blog-layout2.preset4 .entry-featured .ct-icon-plus::after {
	background-color: #fff
}

.ct-carousel-blog-layout2.preset4 .entry-meta li,.ct-carousel-blog-layout2.preset4 .item-meta li {
	color: #9c9c9c
}

.ct-carousel-blog-layout2.preset4 .entry-meta li i,.ct-carousel-blog-layout2.preset4 .item-meta li i {
	color: #9c9c9c
}

.ct-carousel-blog-layout2.preset4 .entry-meta li a:hover,.ct-carousel-blog-layout2.preset4 .item-meta li a:hover {
	color: #ad8e63
}

.ct-carousel-blog-layout2.preset4 .item-body {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	border-bottom: 5px solid #fff;
	padding-bottom: 34px
}

.ct-carousel-blog-layout2.preset4 .item-more a {
	background-color: #f6f4ee;
	color: #333;
	-webkit-border-radius: 45px;
	-khtml-border-radius: 45px;
	-moz-border-radius: 45px;
	-ms-border-radius: 45px;
	-o-border-radius: 45px;
	border-radius: 45px;
	-webkit-box-shadow: -2px 2px 4px rgba(0,0,0,.1)inset;
	-khtml-box-shadow: -2px 2px 4px rgba(0,0,0,.1)inset;
	-moz-box-shadow: -2px 2px 4px rgba(0,0,0,.1)inset;
	-ms-box-shadow: -2px 2px 4px rgba(0,0,0,.1)inset;
	-o-box-shadow: -2px 2px 4px rgba(0,0,0,.1)inset;
	box-shadow: -2px 2px 4px rgba(0,0,0,.1)inset
}

.ct-carousel-blog-layout2.preset4 .item-more a:before,.ct-carousel-blog-layout2.preset4 .item-more a:after {
	display: none
}

.ct-carousel-blog-layout2.preset4 .item-more a:hover {
	background-color: #7e6a46;
	color: #fff;
	background-image: none
}

.ct-carousel-blog-layout2.preset4 .owl-stage-outer {
	padding-top: 50px
}

.ct-carousel-blog-layout2.preset4 .grid-item-inner {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.ct-carousel-blog-layout2.preset4 .grid-item-inner:hover {
	-webkit-transform: translateY(-20px);
	-khtml-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px)
}

.ct-carousel-blog-layout2.preset4 .grid-item-inner:hover .item-title a {
	color: #7e6a46
}

.ct-carousel-blog-layout2.preset4 .grid-item-inner:hover .item-body {
	border-color: #ad8e63
}

.ct-carousel-blog-layout2.preset5 .entry-featured .item-overlay {
	background-color: rgba(236,2,3,.9)
}

.ct-carousel-blog-layout2.preset5 .entry-featured .item-more:hover {
	background-color: #b0180e
}

.ct-carousel-blog-layout2.preset5 .item-meta li {
	color: #666
}

.ct-carousel-blog-layout2.preset5 .item-meta li i {
	color: inherit
}

.ct-carousel-blog-layout2.preset5 .item-meta li a:hover {
	color: #ec0203
}

.ct-carousel-blog-layout2.preset5 .item-body .item-title {
	color: #010101
}

.ct-carousel-blog-layout2.preset5 .item-more a {
	background-color: #000;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	color: #fff
}

.ct-carousel-blog-layout2.preset5 .item-more a:before {
	background-color: #ec0203;
	background-image: -webkit-gradient(linear,left top,right top,from(#ec0203),to(#b0180e));
	background-image: -webkit-linear-gradient(left,#ec0203,#b0180e);
	background-image: -moz-linear-gradient(left,#ec0203,#b0180e);
	background-image: -ms-linear-gradient(left,#ec0203,#b0180e);
	background-image: -o-linear-gradient(left,#ec0203,#b0180e);
	background-image: linear-gradient(left,#ec0203,#b0180e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ec0203',endColorStr='#b0180e',gradientType='1');
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}

.ct-carousel-blog-layout2.preset5 .grid-item-inner:hover .item-body .item-title a {
	color: #ec0203
}

.ct-client-carousel .owl-stage {
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

.ct-client-carousel .ct-client-item {
	text-align: center
}

.ct-client-carousel .ct-client-item img {
	width: auto;
	margin: auto
}

.ct-client-carousel.style2 .owl-stage-outer {
	padding: 20px 30px;
	margin: 0 -30px
}

.ct-client-carousel.style2 .owl-item.active .ct-client-item img {
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.15);
	-khtml-box-shadow: 0 0 15px rgba(0,0,0,.15);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.15);
	-ms-box-shadow: 0 0 15px rgba(0,0,0,.15);
	-o-box-shadow: 0 0 15px rgba(0,0,0,.15);
	box-shadow: 0 0 15px rgba(0,0,0,.15)
}

@media screen and (max-width:1199px) {
	.ct-client-carousel.style2 .owl-stage-outer {
		padding-left: 10px;
		padding-right: 10px;
		margin: 0 -10px
	}

	.ct-client-carousel.style2 .owl-item.active .ct-client-item img {
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.12);
		-khtml-box-shadow: 0 0 10px rgba(0,0,0,.12);
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.12);
		-ms-box-shadow: 0 0 10px rgba(0,0,0,.12);
		-o-box-shadow: 0 0 10px rgba(0,0,0,.12);
		box-shadow: 0 0 10px rgba(0,0,0,.12)
	}
}

.ct-team-carousel-layout1 {
	text-align: center
}

.ct-team-carousel-layout1 .team-title {
	font-size: 20px;
	margin-bottom: 0;
	line-height: normal
}

.ct-team-carousel-layout1 .team-title a {
	color: #fff
}

.ct-team-carousel-layout1 .team-title a:hover {
	color: #509cf9
}

.ct-team-carousel-layout1 .team-position {
	font-size: 15px;
	color: #9c9c9c
}

.ct-team-carousel-layout1 .team-featured {
	position: relative
}

.ct-team-carousel-layout1 .team-featured:before {
	content: '';
	height: 180px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#000));
	background-image: -webkit-linear-gradient(top,transparent,#000);
	background-image: -moz-linear-gradient(top,transparent,#000);
	background-image: -ms-linear-gradient(top,transparent,#000);
	background-image: -o-linear-gradient(top,transparent,#000);
	background-image: linear-gradient(top,transparent,#000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 0, 0, 0)',endColorStr='#000');
	opacity: 0;
	-webkit-transition: all 260ms linear 0ms;
	-khtml-transition: all 260ms linear 0ms;
	-moz-transition: all 260ms linear 0ms;
	-ms-transition: all 260ms linear 0ms;
	-o-transition: all 260ms linear 0ms;
	transition: all 260ms linear 0ms
}

.ct-team-carousel-layout1 .team-meta {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding-bottom: 50px;
	-webkit-transform: scale(0);
	-khtml-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.ct-team-carousel-layout1 .team-meta .team-title,.ct-team-carousel-layout1 .team-meta .team-position {
	color: #fff
}

.ct-team-carousel-layout1 .team-meta .team-social {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#3140fc),to(#091394));
	background-image: -webkit-linear-gradient(top,#3140fc,#091394);
	background-image: -moz-linear-gradient(top,#3140fc,#091394);
	background-image: -ms-linear-gradient(top,#3140fc,#091394);
	background-image: -o-linear-gradient(top,#3140fc,#091394);
	background-image: linear-gradient(top,#3140fc,#091394);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3140fc',endColorStr='#091394');
	overflow: hidden;
	padding: 0 34px;
	line-height: 44px;
	-webkit-border-radius: 44px;
	-khtml-border-radius: 44px;
	-moz-border-radius: 44px;
	-ms-border-radius: 44px;
	-o-border-radius: 44px;
	border-radius: 44px;
	-webkit-transform: translate(-50%,0);
	-khtml-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
	bottom: -22px;
	left: 50%;
	flex-wrap: nowrap;
	display: flex;
	-webkit-box-shadow: 0 4px 10px rgba(49,64,252,.36);
	-khtml-box-shadow: 0 4px 10px rgba(49,64,252,.36);
	-moz-box-shadow: 0 4px 10px rgba(49,64,252,.36);
	-ms-box-shadow: 0 4px 10px rgba(49,64,252,.36);
	-o-box-shadow: 0 4px 10px rgba(49,64,252,.36);
	box-shadow: 0 4px 10px rgba(49,64,252,.36)
}

.ct-team-carousel-layout1 .team-meta .team-social a {
	color: #fff;
	font-size: 13px;
	margin: 0 5px
}

.ct-team-carousel-layout1 .team-meta .team-social a:hover {
	opacity: .8
}

.ct-team-carousel-layout1 .team-holder {
	padding: 12px 30px 0;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.ct-team-carousel-layout1 .ct-team-item-inner:hover .team-holder {
	-webkit-transform: scale(0);
	-khtml-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 0
}

.ct-team-carousel-layout1 .ct-team-item-inner:hover .team-meta {
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.ct-team-carousel-layout1 .ct-team-item-inner:hover .team-featured:before {
	opacity: 1
}

.ct-team-carousel-layout1 .owl-dots.disabled {
	display: block
}

.ct-accordion.layout1 .card {
	border-width: 1px 0 0;
	border-color: #e3e3ee;
	border-style: solid;
	margin-bottom: 0;
	background-color: initial
}

.ct-accordion.layout1 .card .card-header {
	border: none;
	padding: 0;
	background-color: initial
}

.ct-accordion.layout1 .card .card-header .card-title {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 700
}

.ct-accordion.layout1 .card .card-header a {
	display: block;
	padding: 29px 32px 29px 12px;
	cursor: pointer;
	position: relative
}

.ct-accordion.layout1 .card .card-header a i.fa-arrow-circle-right {
	margin-right: 20px;
	width: 20px
}

.ct-accordion.layout1 .card .card-header a i.fa-angle-right {
	font-size: 20px;
	color: #c9c9ce;
	position: absolute;
	right: 3px;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%)
}

.ct-accordion.layout1 .card .card-header [aria-expanded=true] i.fa-arrow-circle-right:before {
	content: '\f0ab'
}

.ct-accordion.layout1 .card .card-header [aria-expanded=true] i.fa-angle-right:before {
	content: '\f107'
}

.ct-accordion.layout1 .card .card-body {
	padding: 1px 0 40px
}

.ct-accordion.layout1 .card:last-child .card-body {
	padding-bottom: 0
}

.ct-list-default .ct-list-icon {
	line-height: 1;
	width: 60px;
	min-width: 60px;
	margin-right: 25px
}

.ct-list-default .ct-list-icon i {
	font-size: 49px;
	color: #4659e2
}

.ct-list-default .ct-list-content {
	font-size: 18px;
	line-height: 2;
	font-weight: 700
}

.ct-list-default .ct-list-inner {
	display: flex;
	flex-wrap: nowrap;
	align-items: center
}

.ct-process-layout1 {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	padding-top: 15px
}

@media screen and (max-width:767px) {
	.ct-process-layout1 {
		flex-wrap: wrap
	}
}

.ct-process-layout1:before {
	content: '';
	width: 1099px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-image: url(../images/line-process.png);
	position: absolute;
	top: 74px;
	left: 0;
	right: 0;
	margin: auto
}

@media screen and (max-width:1290px) {
	.ct-process-layout1:before {
		width: 1e3px
	}
}

@media screen and (max-width:1199px) {
	.ct-process-layout1:before {
		display: none
	}
}

.ct-process-layout1 .ct-process-icon {
	background-color: #d3dde8;
	height: 136px;
	width: 136px;
	line-height: 136px;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	margin: 0 auto 34px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	position: relative;
	z-index: 1
}

.ct-process-layout1 .ct-process-icon:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	top: 0;
	left: 0;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f44c01),to(#ff7a01));
	background-image: -webkit-linear-gradient(top,#f44c01,#ff7a01);
	background-image: -moz-linear-gradient(top,#f44c01,#ff7a01);
	background-image: -ms-linear-gradient(top,#f44c01,#ff7a01);
	background-image: -o-linear-gradient(top,#f44c01,#ff7a01);
	background-image: linear-gradient(top,#f44c01,#ff7a01);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f44c01',endColorStr='#ff7a01');
	opacity: 0;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.ct-process-layout1 .ct-process-icon number {
	top: -11px;
	width: 24px;
	height: 24px;
	position: absolute;
	background-color: #515251;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	line-height: 24px;
	-webkit-border-radius: 24px;
	-khtml-border-radius: 24px;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
	border-radius: 24px;
	left: 8px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.ct-process-layout1 .ct-process-icon span {
	display: block;
	width: 152px;
	height: 152px;
	z-index: -1;
	position: absolute;
	top: -8px;
	right: -8px;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-transform: rotate(33deg);
	-khtml-transform: rotate(33deg);
	-moz-transform: rotate(33deg);
	-ms-transform: rotate(33deg);
	-o-transform: rotate(33deg);
	transform: rotate(33deg);
	overflow: hidden
}

.ct-process-layout1 .ct-process-icon img {
	max-width: 80px
}

.ct-process-layout1 .ct-process-icon i {
	font-size: 65px;
	color: #f3f9ff;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.ct-process-layout1 .ct-process-title {
	font-size: 18px;
	margin-bottom: 9px
}

.ct-process-layout1 .ct-process-desc {
	padding-bottom: 13px
}

.ct-process-layout1 .ct-process-button a {
	font-size: 15px;
	font-family: poppins,sans-serif;
	font-weight: 500;
	text-decoration: underline
}

.ct-process-layout1 .ct-process-button a:hover {
	text-decoration: inherit
}

.ct-process-layout1 .ct-process-button a i {
	margin-left: 6px
}

.ct-process-layout1 .ct-process-item {
	position: relative;
	padding: 0 15px;
	text-align: center;
	margin-bottom: 35px;
	width: 25%
}

.ct-process-layout1 .ct-process-item:hover .ct-process-icon:before {
	opacity: 1
}

.ct-process-layout1 .ct-process-item:hover .ct-process-icon number {
	background-color: #4659e2
}

.ct-process-layout1 .ct-process-item:nth-child(even) {
	margin-top: 70px
}

@media screen and (max-width:1199px) {
	.ct-process-layout1 .ct-process-item:nth-child(even) {
		margin-top: 0
	}
}

@media screen and (max-width:991px) {
	.ct-process-layout1 .ct-process-item {
		width: 50%;
		min-width: 50%;
		margin-bottom: 65px
	}
}

@media screen and (max-width:575px) {
	.ct-process-layout1 .ct-process-item {
		width: 100%;
		min-width: 100%
	}
}

.ct-background-animate,.ct-animate-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ct-background-animate {
	overflow: hidden
}

.ct-background-animate:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/overlay-animation.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	z-index: 1
}

.ct-background-animate .ct-animate-inner {
	background-position: 0;
	background-repeat: repeat-x;
	width: 200%;
	animation-name: background-animate;
	animation-duration: 70s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: background-animate;
	-webkit-animation-duration: 70s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: background-animate;
	-moz-animation-duration: 70s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: background-animate;
	-ms-animation-duration: 70s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: background-animate;
	-o-animation-duration: 70s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear
}

.ct-single-showcase {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.ct-single-showcase .ct-single-showcase-image {
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0 0 14px rgba(49,64,252,.15);
	-khtml-box-shadow: 0 0 14px rgba(49,64,252,.15);
	-moz-box-shadow: 0 0 14px rgba(49,64,252,.15);
	-ms-box-shadow: 0 0 14px rgba(49,64,252,.15);
	-o-box-shadow: 0 0 14px rgba(49,64,252,.15);
	box-shadow: 0 0 14px rgba(49,64,252,.15)
}

.ct-single-showcase .ct-single-showcase-image img {
	width: 100%
}

.ct-single-showcase .item-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.49);
	-webkit-transition: all 200ms linear 0ms;
	-khtml-transition: all 200ms linear 0ms;
	-moz-transition: all 200ms linear 0ms;
	-ms-transition: all 200ms linear 0ms;
	-o-transition: all 200ms linear 0ms;
	transition: all 200ms linear 0ms;
	overflow: hidden;
	opacity: 0
}

.ct-single-showcase .item-overlay .item-btn-group {
	margin-top: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-khtml-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display: flex;
	flex-wrap: nowrap;
	align-items: center
}

.ct-single-showcase .item-overlay .btn {
	font-size: 15px;
	font-weight: 600;
	line-height: 53px;
	padding-left: 32px;
	padding-right: 32px;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.36);
	-khtml-box-shadow: 0 2px 10px rgba(0,0,0,.36);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,.36);
	-ms-box-shadow: 0 2px 10px rgba(0,0,0,.36);
	-o-box-shadow: 0 2px 10px rgba(0,0,0,.36);
	box-shadow: 0 2px 10px rgba(0,0,0,.36);
	margin: 5px
}

.ct-single-showcase .item-overlay .btn:before,.ct-single-showcase .item-overlay .btn:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	z-index: -1;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.ct-single-showcase .item-overlay .btn:before {
	background-color: #091394;
	background-image: -webkit-gradient(linear,left top,right top,from(#091394),to(#3140fc));
	background-image: -webkit-linear-gradient(left,#091394,#3140fc);
	background-image: -moz-linear-gradient(left,#091394,#3140fc);
	background-image: -ms-linear-gradient(left,#091394,#3140fc);
	background-image: -o-linear-gradient(left,#091394,#3140fc);
	background-image: linear-gradient(left,#091394,#3140fc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#091394',endColorStr='#3140fc',gradientType='1')
}

.ct-single-showcase .item-overlay .btn:after {
	background-color: #3140fc;
	background-image: -webkit-gradient(linear,left top,right top,from(#3140fc),to(#091394));
	background-image: -webkit-linear-gradient(left,#3140fc,#091394);
	background-image: -moz-linear-gradient(left,#3140fc,#091394);
	background-image: -ms-linear-gradient(left,#3140fc,#091394);
	background-image: -o-linear-gradient(left,#3140fc,#091394);
	background-image: linear-gradient(left,#3140fc,#091394);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3140fc',endColorStr='#091394',gradientType='1');
	opacity: 0
}

.ct-single-showcase .item-overlay .btn:hover:before,.ct-single-showcase .item-overlay .btn:focus:before {
	opacity: 0
}

.ct-single-showcase .item-overlay .btn:hover:after,.ct-single-showcase .item-overlay .btn:focus:after {
	opacity: 1
}

@media screen and (max-width:1199px) {
	.ct-single-showcase .item-overlay .btn {
		padding-left: 22px;
		padding-right: 22px;
		line-height: 50px
	}
}

.ct-single-showcase .ct-single-showcase-meta h3 {
	margin: 57px 0 0;
	color: #000;
	font-size: 18px;
	text-align: center
}

.ct-single-showcase .ct-single-showcase-meta h3 a {
	color: inherit
}

.ct-single-showcase .ct-single-showcase-meta h3 cite {
	font-style: normal;
	color: #3140fc
}

@media screen and (max-width:991px) {
	.ct-single-showcase .ct-single-showcase-meta h3 {
		font-size: 16px
	}
}

.ct-single-showcase:hover {
	-webkit-transform: translateY(-17px);
	-khtml-transform: translateY(-17px);
	-moz-transform: translateY(-17px);
	-ms-transform: translateY(-17px);
	-o-transform: translateY(-17px);
	transform: translateY(-17px)
}

.ct-single-showcase:hover .item-overlay,.ct-single-showcase.coming-soon .item-overlay {
	opacity: 1
}

.ct-single-showcase:hover .item-overlay .item-btn-group,.ct-single-showcase.coming-soon .item-overlay .item-btn-group {
	margin-top: 0
}

.ct-icon a {
	font-size: 18px;
	display: inline-block
}

.ct-icon a+a {
	margin-left: 10px
}

.site-content .user-press-default {
	max-width: 370px;
	margin: auto
}

.site-content .user-press-default .user-press-footer {
	margin-top: 20px
}

.site-content .user-press-default .field-group {
	position: relative;
	margin-bottom: 10px
}

.site-content .user-press-default .field-group i.zmdi {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	right: 15px
}

.site-content .user-press-forgot-pass {
	max-width: 370px;
	margin: auto;
	padding-top: 10px
}

.wpb_gmaps_widget .wpb_wrapper {
	padding: 0!important
}

.sidebar-fixed-inner,.col-sidebar-fixed>.vc_column-inner {
	position: -webkit-sticky;
	position: sticky;
	top: 30px
}

.admin-bar .sidebar-fixed-inner,.admin-bar .col-sidebar-fixed>.vc_column-inner {
	top: 62px
}

.header-sticky .sidebar-fixed-inner,.header-sticky .col-sidebar-fixed>.vc_column-inner {
	top: 140px
}

.admin-bar.header-sticky .sidebar-fixed-inner,.admin-bar.header-sticky .col-sidebar-fixed>.vc_column-inner {
	top: 172px
}

.widget-title,.comments-title,.comment-reply-title {
	font-size: 22px;
	color: #180b36;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 23px
}

.widget-title:before,.comments-title:before,.comment-reply-title:before {
	content: '';
	width: 40px;
	height: 3px;
	background-color: #3140fc;
	position: absolute;
	bottom: 0;
	left: 0
}

.comments-title,.comment-reply-title {
	margin-bottom: 38px
}

#secondary,.secondary-inner {
	position: sticky;
	position: -webkit-sticky;
	top: 100px
}

#secondary .widget {
	margin-bottom: 44px
}

#secondary .widget:last-child {
	margin-bottom: 0
}

.row-max-width {
	max-width: 1170px;
	margin-left: auto!important;
	margin-right: auto!important
}

.vc_row.row-boxed {
	max-width: 1356px;
	margin-left: auto!important;
	margin-right: auto!important
}

.vc_row.row-border-box {
	background-color: #fff;
	padding: 15px 0 15px 15px;
	margin: 0;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	-moz-border-radius: 9px;
	-ms-border-radius: 9px;
	-o-border-radius: 9px;
	border-radius: 9px;
	-webkit-box-shadow: 0 4px 5px rgba(0,0,0,.11);
	-khtml-box-shadow: 0 4px 5px rgba(0,0,0,.11);
	-moz-box-shadow: 0 4px 5px rgba(0,0,0,.11);
	-ms-box-shadow: 0 4px 5px rgba(0,0,0,.11);
	-o-box-shadow: 0 4px 5px rgba(0,0,0,.11);
	box-shadow: 0 4px 5px rgba(0,0,0,.11)
}

@media screen and (max-width:991px) {
	.vc_row.row-border-box {
		padding: 15px;
		text-align: center
	}

	.vc_row.row-border-box .ct-counter-default {
		display: inline-block
	}

	.vc_row.row-border-box .ct-counter-default .ct-counter-inner {
		display: block
	}

	.vc_row.row-border-box .ct-counter-default .ct-counter-inner .ct-counter-icon {
		margin-bottom: 20px
	}
}

.vc_row.row-border-box-lg:not(.no-padding) {
	background-color: #fff;
	padding: 65px 60px 100px;
	margin: 0;
	-webkit-box-shadow: 0 50px 90px rgba(0,0,0,.12);
	-khtml-box-shadow: 0 50px 90px rgba(0,0,0,.12);
	-moz-box-shadow: 0 50px 90px rgba(0,0,0,.12);
	-ms-box-shadow: 0 50px 90px rgba(0,0,0,.12);
	-o-box-shadow: 0 50px 90px rgba(0,0,0,.12);
	box-shadow: 0 50px 90px rgba(0,0,0,.12)
}

.vc_row.row-border-box-lg:not(.no-padding)>.wpb_column {
	margin-top: 35px
}

.vc_row.row-border-box-lg:not(.no-padding)>.wpb_column:first-child {
	margin-top: 0
}

@media screen and (max-width:991px) {
	.vc_row.row-border-box-lg:not(.no-padding) {
		padding: 50px
	}
}

@media screen and (max-width:767px) {
	.vc_row.row-border-box-lg:not(.no-padding) {
		padding: 30px 15px
	}
}

.vc_row.row-border-box-lg.no-padding {
	margin: 0;
	-webkit-box-shadow: 0 50px 90px rgba(0,0,0,.12);
	-khtml-box-shadow: 0 50px 90px rgba(0,0,0,.12);
	-moz-box-shadow: 0 50px 90px rgba(0,0,0,.12);
	-ms-box-shadow: 0 50px 90px rgba(0,0,0,.12);
	-o-box-shadow: 0 50px 90px rgba(0,0,0,.12);
	box-shadow: 0 50px 90px rgba(0,0,0,.12)
}

@media screen and (min-width:1200px) {
	body .container {
		max-width: 1200px;
		width: 100%
	}

	body .content-row #primary.content-has-sidebar {
		-ms-flex: 0 0 74%;
		flex: 0 0 74%;
		max-width: 74%
	}

	body .content-row #secondary.widget-has-sidebar {
		-ms-flex: 0 0 26%;
		flex: 0 0 26%;
		max-width: 26%
	}

	body.single-service .content-row #primary.content-has-sidebar,body.single-case-study .content-row #primary.content-has-sidebar {
		-ms-flex: 0 0 70.8%;
		flex: 0 0 70.8%;
		max-width: 70.8%
	}

	body.single-service .content-row #primary.content-has-sidebar.float-right,body.single-case-study .content-row #primary.content-has-sidebar.float-right {
		padding-left: 40px
	}

	body.single-service .content-row #primary.content-has-sidebar.float-left,body.single-case-study .content-row #primary.content-has-sidebar.float-left {
		padding-right: 40px
	}

	body.single-service .content-row #secondary.widget-has-sidebar,body.single-case-study .content-row #secondary.widget-has-sidebar {
		-ms-flex: 0 0 29.2%;
		flex: 0 0 29.2%;
		max-width: 29.2%
	}

	.layout-boxed {
		max-width: 1270px;
		margin: auto;
		-webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
		-khtml-box-shadow: 0 0 15px rgba(0,0,0,.1);
		-moz-box-shadow: 0 0 15px rgba(0,0,0,.1);
		-ms-box-shadow: 0 0 15px rgba(0,0,0,.1);
		-o-box-shadow: 0 0 15px rgba(0,0,0,.1);
		box-shadow: 0 0 15px rgba(0,0,0,.1)
	}

	.layout-boxed #header-wrap #header-main {
		max-width: 1270px;
		margin: auto
	}

	.layout-boxed #header-wrap #header-main:not(.h-fixed) .header-navigation {
		margin-left: 30px;
		margin-right: 30px
	}

	.layout-boxed .site-footer.footer-fixed {
		max-width: 1270px;
		margin: auto
	}

	.page-template-default #primary.content-has-sidebar {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.page-template-default .widget-has-sidebar {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.page-template-default .widget-has-sidebar .ct-newsletter.widget .ct-newsletter-inner .newsletter::after {
		font-size: 36px;
		top: -30px
	}
}

@media screen and (max-width:1199px) {
	body .container {
		max-width: 100%
	}
}

@media(min-width:992px) and (max-width:1280px) {
	.col-offset-left>.vc_column-inner {
		padding-left: 30px!important
	}

	.col-offset-right>.vc_column-inner {
		padding-right: 30px!important
	}
}

@media screen and (max-width:991px) {
	#primary .vc_row.bg-hide-md {
		background-image: none!important
	}

	#primary+#secondary {
		margin-top: 60px
	}
}

.site-content {
	padding: 75px 0 100px;
	background-color: #fff
}

@media screen and (max-width:991px) {
	.site-content {
		overflow: hidden
	}
}

.single-portfolio .site-content {
	padding-bottom: 80px
}

.widget .widget-content ul:not(.entry-meta) {
	margin: 0;
	list-style: none
}

.page-template-default .entry-footer {
	text-align: center
}

.page-template-default .entry-footer i {
	padding-right: 8px
}

.vc_column_container>.theiaStickySidebar>.vc_column-inner {
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%
}

.vc-row-overlay {
	position: relative;
	overflow: hidden
}

.row-overlay {
	position: relative
}

.row-overlay:after {
	background-color: inherit;
	bottom: 0;
	content: "";
	display: block!important;
	height: 100%!important;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	visibility: visible!important
}

.row-overlay .vc_column-inner {
	position: relative;
	z-index: 1
}

.row-overlay.dotted-overlay:after {
	background-image: url(../images/dot-overlay.png);
	background-repeat: repeat
}

.row-overlay.overlay-gradient:after {
	background-color: rgba(9,19,148,.9);
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(9,19,148,.9)),to(rgba(49,64,252,.9)));
	background-image: -webkit-linear-gradient(left,rgba(9,19,148,.9),rgba(49,64,252,.9));
	background-image: -moz-linear-gradient(left,rgba(9,19,148,.9),rgba(49,64,252,.9));
	background-image: -ms-linear-gradient(left,rgba(9,19,148,.9),rgba(49,64,252,.9));
	background-image: -o-linear-gradient(left,rgba(9,19,148,.9),rgba(49,64,252,.9));
	background-image: linear-gradient(left,rgba(9,19,148,.9),rgba(49,64,252,.9));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(9, 19, 148, 0.9)',endColorStr='rgba(49, 64, 252, 0.9)',gradientType='1');
	background-color: initial
}

.col-overlay .vc_column-inner {
	position: relative
}

.col-overlay .vc_column-inner:after {
	background-color: inherit;
	bottom: 0;
	content: "";
	display: block!important;
	height: 100%!important;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	visibility: visible!important
}

.col-overlay .vc_column-inner .wpb_wrapper {
	position: relative;
	z-index: 1
}

.vc_row.vc_row-fluid>.wpb_column {
	z-index: 2
}

.vc_row .ct-row-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.vc_row .ct-row-overlay.ct-row-overlay-skew {
	right: 0;
	-webkit-transform: skew(-20deg);
	-khtml-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	transform: skew(-20deg);
	left: -1e3px;
	border-right: 10px solid #3140fc
}

@media screen and (max-width:767px) {
	.vc_row .ct-row-overlay.ct-row-overlay-skew {
		opacity: 0;
		display: none
	}
}

.error404 .site-content {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center
}

.error404 .error-404>.container>.row {
	justify-content: flex-end
}

.error404 .error-404-content {
	max-width: 460px;
	margin: auto;
	display: inline-block
}

.error404 .error-404-content h2 {
	font-size: 144px;
	line-height: 1
}

.error404 .error-404-content h2 span {
	color: #3140fc
}

.error404 .error-404-content p {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 51px
}

@media(min-width:768px) and (max-width:991px) {
	.vc_row>.wpb_column.vc_col-sm-6:nth-child(2n+1) {
		clear: left
	}

	.wpb_single_image.image_align_sm_left {
		text-align: left!important
	}

	.wpb_single_image.image_align_sm_center {
		text-align: center!important
	}

	.wpb_single_image.image_align_sm_right {
		text-align: right!important
	}
}

@media screen and (min-width:992px) {
	.content-has-sidebar.float-right {
		order: 2;
		-webkit-order: 2;
		-ms-order: 2
	}

	.content-has-sidebar.float-right+#secondary {
		order: 1;
		-webkit-order: 1;
		-ms-order: 1
	}

	.wpb_column.custom-width1 {
		width: 72.55%
	}

	.wpb_column.custom-width2 {
		width: 27.45%
	}
}

@media screen and (max-width:1400px) {
	.rm-padding-xlg>.vc_column-inner,.rm-padding-xlg>.theiaStickySidebar>.vc_column-inner {
		padding-left: 30px!important;
		padding-right: 30px!important
	}
}

@media screen and (max-width:1199px) {
	.rm-padding-lg>.vc_column-inner,.rm-padding-lg>.theiaStickySidebar>.vc_column-inner {
		padding-left: 15px!important;
		padding-right: 15px!important
	}

	.vc_row.row-rm-padding-lg {
		margin-left: -15px!important;
		margin-right: -15px!important
	}
}

@media screen and (max-width:991px) {
	.rm-padding-md>.vc_column-inner,.rm-padding-md>.theiaStickySidebar>.vc_column-inner {
		padding-left: 15px!important;
		padding-right: 15px!important
	}

	.rm-padding-md30>.vc_column-inner,.rm-padding-md30>.theiaStickySidebar>.vc_column-inner {
		padding-left: 30px!important;
		padding-right: 30px!important
	}

	.vc_row.row-rm-padding-md {
		margin-left: -15px!important;
		margin-right: -15px!important
	}

	#primary .vc_row.rm-margin-md {
		margin-left: -15px!important;
		margin-right: -15px!important
	}

	.rm-margin-md>.vc_column-inner {
		margin: 0!important
	}

	.rm-margin-top-md>.vc_column-inner {
		margin-top: 0!important
	}

	.add-margin-bottom-md>.vc_column-inner {
		margin-bottom: 45px
	}
}

@media screen and (max-width:767px) {
	.sm-col-to {
		flex-direction: column-reverse;
		display: flex
	}

	.rm-padding-xs>.vc_column-inner,.rm-padding-sm>.vc_column-inner,.rm-padding-xs>.theiaStickySidebar>.vc_column-inner,.rm-padding-sm>.theiaStickySidebar>.vc_column-inner {
		padding-left: 15px!important;
		padding-right: 15px!important
	}

	.vc_row.row-rm-padding-sm {
		margin-left: -15px!important;
		margin-right: -15px!important
	}

	.rm-margin-sm>.vc_column-inner {
		margin: 0!important
	}

	.wpb_single_image.image_align_xs_left {
		text-align: left!important
	}

	.wpb_single_image.image_align_xs_center {
		text-align: center!important
	}

	.wpb_single_image.image_align_xs_right {
		text-align: right!important
	}
}

@media screen and (max-width:575px) {
	.rm-padding-xs>.vc_column-inner,.rm-padding-xs>.theiaStickySidebar>.vc_column-inner {
		padding-left: 15px!important;
		padding-right: 15px!important
	}

	.vc_row.row-rm-padding-xs {
		margin-left: -15px!important;
		margin-right: -15px!important
	}
}

.widget_shopping_cart {
	position: absolute;
	background-color: #fff;
	right: 0;
	top: 100%;
	-webkit-box-shadow: 0 0 40px rgba(0,0,0,.2);
	-khtml-box-shadow: 0 0 40px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 40px rgba(0,0,0,.2);
	-ms-box-shadow: 0 0 40px rgba(0,0,0,.2);
	-o-box-shadow: 0 0 40px rgba(0,0,0,.2);
	box-shadow: 0 0 40px rgba(0,0,0,.2);
	width: 370px;
	padding: 30px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	text-align: left;
	color: #1e2331;
	visibility: hidden;
	opacity: 0;
	margin-top: 32px;
	z-index: 998
}

.widget_shopping_cart.open {
	margin-top: 11px;
	visibility: visible;
	opacity: 1;
	margin-top: 0
}

.widget_shopping_cart:before {
	content: '';
	width: 21px;
	height: 11px;
	position: absolute;
	top: -11px;
	left: 0;
	right: 0;
	margin: auto
}

.widget_shopping_cart .widget_shopping_title {
	font-size: 20px;
	border-bottom: 1px solid #ebebeb;
	line-height: 1;
	padding-bottom: 20px;
	margin-bottom: 30px;
	color: #1d274e
}

.widget_shopping_cart .product_list_widget {
	list-style: none;
	margin: 0
}

.widget_shopping_cart .product_list_widget li {
	padding: 0 40px 0 0!important;
	position: relative;
	margin-bottom: 30px!important
}

.widget_shopping_cart .product_list_widget li:last-child {
	margin-bottom: 0!important
}

.widget_shopping_cart .product_list_widget li.empty {
	font-size: 16px
}

.widget_shopping_cart .product_list_widget .cart-product-image {
	width: 50px;
	min-width: 50px;
	position: absolute;
	top: 0;
	left: 0
}

.widget_shopping_cart .product_list_widget .cart-product-image img {
	float: none;
	margin: 0;
	width: 100%
}

.widget_shopping_cart .product_list_widget .cart-product-image+.cart-product-meta {
	padding-left: 70px
}

.widget_shopping_cart .product_list_widget .cart-product-meta h3 {
	font-size: 16px;
	color: #1e2331;
	line-height: 22px;
	margin-top: -5px;
	margin-bottom: 2px
}

.widget_shopping_cart .product_list_widget .cart-product-meta h3 a {
	display: inline-block;
	color: inherit;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 100%
}

.widget_shopping_cart .product_list_widget .cart-product-meta h3 a:hover {
	color: #3140fc
}

.widget_shopping_cart .product_list_widget .cart-product-meta .quantity {
	font-size: 16px;
	color: #999;
	border: none
}

.widget_shopping_cart .product_list_widget .cart-product-meta .remove_from_cart_button {
	font-size: 22px;
	color: #d9d9d9;
	position: absolute;
	width: 16px;
	height: 16px;
	line-height: 16px;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%)
}

.widget_shopping_cart .product_list_widget .cart-product-meta .remove_from_cart_button:hover {
	color: #de3b36
}

.widget_shopping_cart .widget_shopping_cart_footer {
	border-top: 1px solid #ebebeb;
	margin-top: 30px;
	padding-top: 20px
}

.widget_shopping_cart .widget_shopping_cart_footer .total {
	margin-bottom: 18px;
	padding-top: 0;
	border: none
}

.widget_shopping_cart .widget_shopping_cart_footer .total strong {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400
}

.widget_shopping_cart .widget_shopping_cart_footer .total span.amount {
	color: #999;
	float: right;
	font-size: 24px;
	line-height: 1;
	font-weight: 600;
	font-family: poppins,sans-serif
}

.widget_shopping_cart .widget_shopping_cart_footer .buttons {
	margin-bottom: 0;
	display: flex;
	flex-wrap: nowrap;
	margin-left: -15px;
	margin-right: -15px
}

.widget_shopping_cart .widget_shopping_cart_footer .buttons .btn {
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 15px;
	width: 50%;
	line-height: 47px
}

.entry-content>.woocommerce .cart-empty,.entry-content>.woocommerce .return-to-shop {
	text-align: center
}

.woocommerce #secondary .widget-content-inner {
	padding-top: 30px
}

.woocommerce #secondary .widget {
	background-color: initial;
	border: none;
	padding: 0;
	margin-bottom: 0
}

.woocommerce #secondary .widget-title {
	text-align: left;
	font-size: 18px;
	padding: 17px 30px 17px 0;
	border-bottom: 2px solid #ddd;
	position: relative;
	cursor: pointer;
	margin-bottom: 0;
	-webkit-transition: all .3s ease 0s;
	-khtml-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
}

.woocommerce #secondary .widget-title:before {
	height: 2px;
	bottom: -2px
}

.woocommerce #secondary .widget-title:after {
	content: '\f273';
	font-family: material-design-iconic-font;
	top: 50%;
	-webkit-transform: translate(0%,-50%);
	-khtml-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
	right: 0;
	position: absolute;
	color: #000;
	font-weight: 400
}

.woocommerce #secondary .widget-title:hover {
	color: #3140fc
}

.woocommerce #secondary .widget-title.opened:after {
	content: '\f278'
}

.woocommerce #secondary .widget-content-inner {
	margin-bottom: 34px
}

.woocommerce #secondary .widget_products ul li {
	position: relative;
	padding: 0 0 0 95px;
	margin-bottom: 15px;
	min-height: 80px
}

.woocommerce #secondary .widget_products ul li img {
	margin: 0;
	width: 100%;
	max-width: 80px;
	position: absolute;
	top: 0;
	left: 0
}

.woocommerce #secondary .widget_products ul li a {
	font-size: 16px;
	font-weight: 600;
	color: #1e2331;
	margin-bottom: 5px;
	font-family: poppins,sans-serif
}

.woocommerce #secondary .widget_products ul li a:hover {
	color: #3140fc
}

.woocommerce #secondary .widget_products ul li ins {
	background-color: initial;
	color: #1d274e
}

.woocommerce #secondary .widget_products ul li .star-rating {
	margin-bottom: 4px
}

.woocommerce #secondary .widget_product_categories .widget-content-inner {
	padding-top: 15px
}

@media screen and (max-width:769px) {
	body.woocommerce .coupon #coupon_code,body.woocommerce-page .coupon #coupon_code {
		width: 100%!important;
		margin-bottom: 10px
	}

	body.woocommerce .coupon .button,body.woocommerce-page .coupon .button {
		width: 100%!important
	}
}

body.woocommerce form .form-row,body.woocommerce-page form .form-row {
	padding: 0 0 10px
}

body.woocommerce table.cart td.actions .coupon .input-text,body.woocommerce-page table.cart td.actions .coupon .input-text {
	margin-right: 15px
}

body.woocommerce table.cart td.actions .coupon .input-text,body.woocommerce-page table.cart td.actions .coupon .input-text,body.woocommerce input[type=text],body.woocommerce-page input[type=text],body.woocommerce input[type=email],body.woocommerce-page input[type=email],body.woocommerce input[type=url],body.woocommerce-page input[type=url],body.woocommerce input[type=password],body.woocommerce-page input[type=password],body.woocommerce input[type=search],body.woocommerce-page input[type=search],body.woocommerce input[type=tel],body.woocommerce-page input[type=tel],body.woocommerce input[type=number],body.woocommerce-page input[type=number],body.woocommerce input[type=range],body.woocommerce-page input[type=range],body.woocommerce input[type=date],body.woocommerce-page input[type=date],body.woocommerce input[type=month],body.woocommerce-page input[type=month],body.woocommerce input[type=week],body.woocommerce-page input[type=week],body.woocommerce input[type=time],body.woocommerce-page input[type=time],body.woocommerce input[type=datetime],body.woocommerce-page input[type=datetime],body.woocommerce input[type=datetime-local],body.woocommerce-page input[type=datetime-local],body.woocommerce input[type=color],body.woocommerce-page input[type=color],body.woocommerce textarea,body.woocommerce-page textarea,body.woocommerce select,body.woocommerce-page select,body.woocommerce .nice-select,body.woocommerce-page .nice-select {
	border: 1px solid #ececec;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	padding: 9px 16px;
	font-size: 14px;
	color: #838281;
	height: 47px
}

body.woocommerce table.cart td.actions .coupon .input-text:focus,body.woocommerce-page table.cart td.actions .coupon .input-text:focus,body.woocommerce input[type=text]:focus,body.woocommerce-page input[type=text]:focus,body.woocommerce input[type=email]:focus,body.woocommerce-page input[type=email]:focus,body.woocommerce input[type=url]:focus,body.woocommerce-page input[type=url]:focus,body.woocommerce input[type=password]:focus,body.woocommerce-page input[type=password]:focus,body.woocommerce input[type=search]:focus,body.woocommerce-page input[type=search]:focus,body.woocommerce input[type=tel]:focus,body.woocommerce-page input[type=tel]:focus,body.woocommerce input[type=number]:focus,body.woocommerce-page input[type=number]:focus,body.woocommerce input[type=range]:focus,body.woocommerce-page input[type=range]:focus,body.woocommerce input[type=date]:focus,body.woocommerce-page input[type=date]:focus,body.woocommerce input[type=month]:focus,body.woocommerce-page input[type=month]:focus,body.woocommerce input[type=week]:focus,body.woocommerce-page input[type=week]:focus,body.woocommerce input[type=time]:focus,body.woocommerce-page input[type=time]:focus,body.woocommerce input[type=datetime]:focus,body.woocommerce-page input[type=datetime]:focus,body.woocommerce input[type=datetime-local]:focus,body.woocommerce-page input[type=datetime-local]:focus,body.woocommerce input[type=color]:focus,body.woocommerce-page input[type=color]:focus,body.woocommerce textarea:focus,body.woocommerce-page textarea:focus,body.woocommerce select:focus,body.woocommerce-page select:focus,body.woocommerce .nice-select:focus,body.woocommerce-page .nice-select:focus {
	border-color: #3140fc
}

body.woocommerce .nice-select,body.woocommerce-page .nice-select {
	text-align: left
}

body.woocommerce .nice-select span.current,body.woocommerce-page .nice-select span.current {
	line-height: 30px
}

body.woocommerce .nice-select:after,body.woocommerce-page .nice-select:after {
	color: #838281
}

body.woocommerce #respond input#submit,body.woocommerce-page #respond input#submit,body.woocommerce a.button,body.woocommerce-page a.button,body.woocommerce a.wc-forward,body.woocommerce-page a.wc-forward,body.woocommerce button.button,body.woocommerce-page button.button,body.woocommerce input.button,body.woocommerce-page input.button,body.woocommerce .cart button.button,body.woocommerce-page .cart button.button,body.woocommerce a.button.alt,body.woocommerce-page a.button.alt,body.woocommerce .single_add_to_cart_button.button.alt.disabled,body.woocommerce-page .single_add_to_cart_button.button.alt.disabled {
	background-color: #3140fc;
	font-family: poppins,sans-serif;
	border: none;
	color: #fff;
	font-size: 14px;
	padding: 0 32px;
	line-height: 47px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	-webkit-border-radius: 47px;
	-khtml-border-radius: 47px;
	-moz-border-radius: 47px;
	-ms-border-radius: 47px;
	-o-border-radius: 47px;
	border-radius: 47px;
	position: relative;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	z-index: 1;
	font-weight: 500;
	outline: none;
	white-space: nowrap;
	-webkit-box-shadow: 0 4px 10px rgba(49,64,252,.36);
	-khtml-box-shadow: 0 4px 10px rgba(49,64,252,.36);
	-moz-box-shadow: 0 4px 10px rgba(49,64,252,.36);
	-ms-box-shadow: 0 4px 10px rgba(49,64,252,.36);
	-o-box-shadow: 0 4px 10px rgba(49,64,252,.36);
	box-shadow: 0 4px 10px rgba(49,64,252,.36)
}

body.woocommerce #respond input#submit:hover,body.woocommerce-page #respond input#submit:hover,body.woocommerce a.button:hover,body.woocommerce-page a.button:hover,body.woocommerce a.wc-forward:hover,body.woocommerce-page a.wc-forward:hover,body.woocommerce button.button:hover,body.woocommerce-page button.button:hover,body.woocommerce input.button:hover,body.woocommerce-page input.button:hover,body.woocommerce .cart button.button:hover,body.woocommerce-page .cart button.button:hover,body.woocommerce a.button.alt:hover,body.woocommerce-page a.button.alt:hover,body.woocommerce .single_add_to_cart_button.button.alt.disabled:hover,body.woocommerce-page .single_add_to_cart_button.button.alt.disabled:hover,body.woocommerce #respond input#submit:focus,body.woocommerce-page #respond input#submit:focus,body.woocommerce a.button:focus,body.woocommerce-page a.button:focus,body.woocommerce a.wc-forward:focus,body.woocommerce-page a.wc-forward:focus,body.woocommerce button.button:focus,body.woocommerce-page button.button:focus,body.woocommerce input.button:focus,body.woocommerce-page input.button:focus,body.woocommerce .cart button.button:focus,body.woocommerce-page .cart button.button:focus,body.woocommerce a.button.alt:focus,body.woocommerce-page a.button.alt:focus,body.woocommerce .single_add_to_cart_button.button.alt.disabled:focus,body.woocommerce-page .single_add_to_cart_button.button.alt.disabled:focus,body.woocommerce #respond input#submit:active,body.woocommerce-page #respond input#submit:active,body.woocommerce a.button:active,body.woocommerce-page a.button:active,body.woocommerce a.wc-forward:active,body.woocommerce-page a.wc-forward:active,body.woocommerce button.button:active,body.woocommerce-page button.button:active,body.woocommerce input.button:active,body.woocommerce-page input.button:active,body.woocommerce .cart button.button:active,body.woocommerce-page .cart button.button:active,body.woocommerce a.button.alt:active,body.woocommerce-page a.button.alt:active,body.woocommerce .single_add_to_cart_button.button.alt.disabled:active,body.woocommerce-page .single_add_to_cart_button.button.alt.disabled:active {
	outline: none;
	text-decoration: none;
	color: #fff;
	background-color: #091394
}

.woocommerce .woocommerce-message,.woocommerce .woocommerce-info {
	border-color: #3140fc
}

.woocommerce .woocommerce-message:before,.woocommerce .woocommerce-info:before {
	color: #3140fc
}

.woocommerce .quantity {
	position: relative;
	display: inline-block;
	border: 2px solid #e5e5e5;
	-webkit-border-radius: 47px;
	-khtml-border-radius: 47px;
	-moz-border-radius: 47px;
	-ms-border-radius: 47px;
	-o-border-radius: 47px;
	border-radius: 47px
}

.woocommerce .quantity .qty {
	padding: 0;
	border-top: none;
	border-bottom: none;
	border-left: 2px solid #e5e5e5;
	border-right: 2px solid #e5e5e5;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	color: #495057;
	-moz-appearance: textfield;
	margin: 0 46px;
	height: 43px;
	width: 50px
}

.woocommerce .quantity .qty:-webkit-outer-spin-button,.woocommerce .quantity .qty:-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.woocommerce .quantity .qty:focus {
	border-color: #e5e5e5
}

.woocommerce .quantity-icon i {
	width: 47px;
	height: 43px;
	line-height: 43px;
	font-size: 18px;
	cursor: pointer;
	color: #1d274e;
	text-align: center;
	position: absolute;
	bottom: 0;
	-webkit-transition: all .3s ease 0s;
	-khtml-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
}

.woocommerce .quantity-icon i:hover {
	background-color: #e5e5e5
}

.woocommerce .quantity-icon i.quantity-down {
	left: 0
}

.woocommerce .quantity-icon i.quantity-down:hover {
	-webkit-border-radius: 47px 0 0 47px;
	-khtml-border-radius: 47px 0 0 47px;
	-moz-border-radius: 47px 0 0 47px;
	-ms-border-radius: 47px 0 0 47px;
	-o-border-radius: 47px 0 0 47px;
	border-radius: 47px 0 0 47px
}

.woocommerce .quantity-icon i.quantity-up {
	right: 0
}

.woocommerce .quantity-icon i.quantity-up:hover {
	-webkit-border-radius: 0 47px 47px 0;
	-khtml-border-radius: 0 47px 47px 0;
	-moz-border-radius: 0 47px 47px 0;
	-ms-border-radius: 0 47px 47px 0;
	-o-border-radius: 0 47px 47px 0;
	border-radius: 0 47px 47px 0
}

.woocommerce table.shop_table {
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}

.woocommerce table.shop_table td {
	padding: 12px 15px
}

.woocommerce-page #add_payment_method table.cart img,.woocommerce-page.woocommerce-cart table.cart img,.woocommerce-page.woocommerce-checkout table.cart img {
	width: 50px
}

.woocommerce form .select2-container--default,.woocommerce-page form .select2-container--default {
	width: 100%!important
}

.woocommerce form .select2-container--default .select2-selection,.woocommerce-page form .select2-container--default .select2-selection {
	border: 1px solid #e5e5e5;
	height: 47px;
	background-color: #fff
}

.woocommerce form .select2-container--default .select2-selection .select2-selection__rendered,.woocommerce-page form .select2-container--default .select2-selection .select2-selection__rendered {
	line-height: 48px;
	padding-left: 28px;
	color: #1a1e66
}

.woocommerce form .select2-container--default .select2-selection .select2-selection__arrow,.woocommerce-page form .select2-container--default .select2-selection .select2-selection__arrow {
	right: 10px;
	top: 50%;
	color: #1a1e66
}

.woocommerce form .select2-container--default .select2-selection .select2-selection__clear,.woocommerce-page form .select2-container--default .select2-selection .select2-selection__clear {
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 30px;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	width: 20px;
	color: #1a1e66
}

.woocommerce form .select2-container--default .select2-selection .select2-selection__placeholder,.woocommerce-page form .select2-container--default .select2-selection .select2-selection__placeholder {
	color: #1a1e66
}

.woocommerce .select2-container.select2-container--open .select2-dropdown,.woocommerce-page .select2-container.select2-container--open .select2-dropdown {
	border-color: #e7e8e9
}

.woocommerce .select2-container.select2-container--open .select2-dropdown .select2-search__field,.woocommerce-page .select2-container.select2-container--open .select2-dropdown .select2-search__field {
	border: 1px solid #e7e8e9;
	padding-left: 15px;
	padding-right: 15px
}

.woocommerce .select2-container.select2-container--open .select2-results li.select2-results__option--highlighted,.woocommerce-page .select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
	background-color: #3140fc
}

.woocommerce .select2 .select2-selection--single,.woocommerce-page .select2 .select2-selection--single {
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	background-color: #f7f7f7
}

@media screen and (min-width:992px) {
	.woocommerce #primary.content-has-sidebar {
		flex: 0 0 75%;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		-o-flex: 0 0 75%;
		max-width: 75%
	}

	.woocommerce #secondary.widget-has-sidebar {
		flex: 0 0 25%;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		-o-flex: 0 0 25%;
		max-width: 25%
	}
}

#shop-newsletter {
	text-align: center;
	padding: 40px 30px 30px;
	color: rgba(255,255,255,.87);
	-webkit-border-radius: 14px;
	-khtml-border-radius: 14px;
	-moz-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
	border-radius: 14px;
	margin-top: 60px
}

#shop-newsletter h3 {
	font-size: 32px;
	color: #fff;
	margin-bottom: 13px
}

#shop-newsletter .shop-newsletter-introduction {
	color: #fff;
	text-transform: uppercase
}

#shop-newsletter .shop-newsletter-introduction,#shop-newsletter .shop-newsletter-desc {
	max-width: 590px;
	margin: auto
}

#shop-newsletter .ct-newsletter-inner {
	margin-top: 33px;
	margin-bottom: 18px
}

#shop-newsletter .ct-newsletter-inner .tnp-email {
	background-color: #fff;
	color: rgba(0,0,0,.33)
}

#shop-newsletter .ct-newsletter-inner .tnp-field-button {
	position: absolute;
	top: 0;
	right: 0
}

.widget_product_categories ul {
	list-style: none;
	margin-bottom: 0
}

.widget_product_categories ul li {
	font-size: 0
}

.widget_product_categories ul li a {
	color: #1a1e66;
	display: block;
	font-size: 15px;
	padding: 12px 0;
	position: relative;
	border-bottom: 1px solid #ececf0;
	font-family: poppins,sans-serif;
	font-weight: 400;
	position: relative
}

.widget_product_categories ul li a:before {
	content: '';
	height: 7px;
	width: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	background-color: #3140fc;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	opacity: 0;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.widget_product_categories ul li:last-child>a {
	border-bottom: none
}

.widget_product_categories ul li.current-menu-item>a,.widget_product_categories ul li.current-cat>a,.widget_product_categories ul li.current-cat-parent>a,.widget_product_categories ul li>a:hover {
	color: #3140fc;
	padding-left: 30px
}

.widget_product_categories ul li.current-menu-item>a:before,.widget_product_categories ul li.current-cat>a:before,.widget_product_categories ul li.current-cat-parent>a:before,.widget_product_categories ul li>a:hover:before {
	left: 15px;
	opacity: 1
}

.widget_product_tag_cloud .tagcloud a {
	padding-left: 22px;
	padding-right: 22px
}

.woocommerce #secondary .widget_price_filter .widget-content-inner {
	padding-top: 30px
}

.woocommerce #secondary .widget_price_filter .ui-slider-horizontal {
	height: 8px;
	background-color: #eee
}

.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #3140fc
}

.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-handle {
	height: 22px;
	width: 22px;
	background-color: #fff;
	border: 2px solid #3140fc;
	top: -7px
}

.woocommerce #secondary .widget_price_filter .price_slider_amount {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: center;
	padding-top: 10px
}

.woocommerce #secondary .widget_price_filter .price_slider_amount .button {
	line-height: 36px;
	font-size: 14px;
	margin-right: 20px;
	letter-spacing: .05em;
	padding-left: 18px;
	padding-right: 18px
}

.widget_products .amount {
	font-family: poppins,sans-serif;
	font-weight: 600;
	color: #1d274e
}

.widget_products del {
	color: #c4c9dc
}

.widget_products del .amount {
	color: #c4c9dc
}

.widget_products .star-rating-wrap {
	margin-bottom: 6px!important
}

.widget_products .star-rating-wrap .count-rating {
	display: none
}

.widget_rating_filter .wc-layered-nav-rating a {
	font-size: 0;
	display: block;
	padding-left: 28px!important;
	position: relative
}

.widget_rating_filter .wc-layered-nav-rating a:before {
	content: "";
	height: 18px;
	width: 18px;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 18px;
	-khtml-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	border-radius: 18px;
	position: absolute;
	top: 1px;
	left: 0;
	-webkit-transition: all .2s cubic-bezier(.39,.575,.565,1)0s;
	-khtml-transition: all .2s cubic-bezier(.39,.575,.565,1)0s;
	-moz-transition: all .2s cubic-bezier(.39,.575,.565,1)0s;
	-ms-transition: all .2s cubic-bezier(.39,.575,.565,1)0s;
	-o-transition: all .2s cubic-bezier(.39,.575,.565,1)0s;
	transition: all .2s cubic-bezier(.39,.575,.565,1)0s
}

.widget_rating_filter .wc-layered-nav-rating a .star-rating {
	font-size: 18px
}

.widget_rating_filter .wc-layered-nav-rating a:hover:before {
	border-color: #3140fc;
	background-color: #3140fc
}

.widget_rating_filter .wc-layered-nav-rating.chosen a:before {
	border-color: #3140fc;
	background-color: #3140fc
}

#shop-topbar {
	border-bottom: 1px solid #e5e5e5;
	background-color: #f7f7f7
}

#shop-topbar .shop-topbar-item {
	margin: 11px 0;
	position: relative;
	padding-left: 76px;
	color: #000;
	font-size: 16px;
	min-height: 56px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center
}

#shop-topbar .shop-topbar-item i {
	height: 56px;
	width: 56px;
	-webkit-border-radius: 56px;
	-khtml-border-radius: 56px;
	-moz-border-radius: 56px;
	-ms-border-radius: 56px;
	-o-border-radius: 56px;
	border-radius: 56px;
	border: 1px solid #e5e5e5;
	line-height: 54px;
	text-align: center;
	font-size: 24px;
	position: absolute;
	top: 0;
	left: 0
}

#shop-topbar .shop-topbar-item span {
	font-weight: 500
}

#shop-breadcrumb {
	padding: 23px 0
}

#shop-breadcrumb ul {
	list-style: none;
	margin: 0
}

#shop-breadcrumb ul li {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #3140fc;
	margin: 10px 0;
	padding: 0 12px;
	position: relative
}

#shop-breadcrumb ul li::after {
	content: '/';
	color: #e9e9e9;
	position: absolute;
	top: 0;
	right: -4px
}

#shop-breadcrumb ul li:first-child {
	padding-left: 0
}

#shop-breadcrumb ul li:last-child:after {
	display: none
}

#shop-breadcrumb ul li a {
	color: #1e2331
}

#shop-breadcrumb ul li a:hover {
	color: #3140fc
}

.woocommerce .star-rating-wrap {
	display: flex;
	align-items: center;
	flex-wrap: nowrap
}

.woocommerce .star-rating-wrap .star-rating {
	margin: 0
}

.woocommerce .star-rating-wrap .count-rating {
	font-size: 14px;
	margin-left: 8px;
	color: #808a98
}

.woocommerce .woocommerce-product-category a {
	margin-bottom: 8px;
	display: inline-block;
	color: #091394
}

@media screen and (max-width:1199px) {
	.woocommerce .woocommerce-product-category a {
		margin-bottom: 4px;
		font-size: 14px
	}
}

.woocommerce span.onsale {
	height: 45px;
	width: 45px;
	min-width: inherit;
	min-height: inherit;
	font-size: 16px;
	color: #fff;
	padding: 0;
	text-align: center;
	line-height: 45px;
	background-color: #091394;
	font-family: poppins,sans-serif;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	margin: 0!important;
	top: 14px!important;
	left: 29px!important;
	right: auto!important;
	font-weight: 400;
	z-index: 1
}

.woocommerce .star-rating {
	margin: 0;
	letter-spacing: .2em;
	width: 90px;
	height: 18px
}

.woocommerce .star-rating span::before,.woocommerce .star-rating:before {
	content: "\f27d\f27d\f27d\f27d\f27d";
	font-family: material-design-iconic-font;
	font-size: 18px
}

.woocommerce .star-rating span::before {
	color: #ffab00
}

.woocommerce .star-rating:before {
	color: #d4d4d4
}

.woocommerce ul.products {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px
}

.woocommerce ul.products li.product {
	margin-bottom: 50px;
	margin-right: 0;
	padding: 0 15px
}

.woocommerce ul.products li.product.last {
	margin-right: 0
}

@media screen and (min-width:992px) {
	.woocommerce ul.products.columns-4 li.product {
		width: 25%
	}
}

@media screen and (min-width:768px) {
	.woocommerce ul.products.columns-3 li.product {
		width: 33.33%
	}
}

@media(min-width:576px) and (max-width:767px) {
	.woocommerce ul.products li.product {
		width: 50%!important
	}
}

@media screen and (max-width:991px) {
	.woocommerce ul.products.columns-4 li.product {
		width: 33.33%
	}
}

@media screen and (max-width:575px) {
	.woocommerce ul.products li.product {
		width: 100%!important
	}
}

@media screen and (min-width:992px) {
	.woocommerce #primary.content-has-sidebar ul.products.columns-4 li.product {
		width: 33.33%
	}
}

.woocommerce ul.products li.product .woocommerce-product-title,.woocommerce .woocommerce-product-title {
	font-size: 20px
}

.woocommerce ul.products li.product .woocommerce-product-title a,.woocommerce .woocommerce-product-title a {
	color: #1d274e
}

.woocommerce ul.products li.product .woocommerce-product-title a:hover,.woocommerce .woocommerce-product-title a:hover {
	color: #3140fc
}

.woocommerce ul.products li.product .price {
	font-size: 18px;
	font-weight: 700;
	color: #091394;
	font-family: poppins,sans-serif;
	margin-bottom: 0
}

.woocommerce ul.products li.product .price del {
	color: #c4c9dc
}

.woocommerce ul.products li.product .price ins {
	color: #091394;
	font-weight: inherit
}

.woocommerce .woocommerce-topbar {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
	position: relative;
	z-index: 99
}

.woocommerce .woocommerce-topbar div.woocommerce-result-count {
	margin: 15px 30px 15px 0;
	flex-grow: 1
}

.woocommerce .woocommerce-topbar .woocommerce-result-count,.woocommerce .woocommerce-topbar .woocommerce-topbar-ordering .woocommerce-ordering {
	float: none;
	margin: 0;
	font-size: 16px
}

.woocommerce .woocommerce-topbar .woocommerce-ordering {
	min-width: 220px
}

.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select {
	background-color: #fff
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header {
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0 12px 18px rgba(120,120,120,.2);
	-khtml-box-shadow: 0 12px 18px rgba(120,120,120,.2);
	-moz-box-shadow: 0 12px 18px rgba(120,120,120,.2);
	-ms-box-shadow: 0 12px 18px rgba(120,120,120,.2);
	-o-box-shadow: 0 12px 18px rgba(120,120,120,.2);
	box-shadow: 0 12px 18px rgba(120,120,120,.2)
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header img {
	width: auto;
	display: inline-block;
	margin-bottom: 0!important
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(49,64,252,.83)),to(rgba(9,19,148,.83)));
	background-image: -webkit-linear-gradient(top,rgba(49,64,252,.83),rgba(9,19,148,.83));
	background-image: -moz-linear-gradient(top,rgba(49,64,252,.83),rgba(9,19,148,.83));
	background-image: -ms-linear-gradient(top,rgba(49,64,252,.83),rgba(9,19,148,.83));
	background-image: -o-linear-gradient(top,rgba(49,64,252,.83),rgba(9,19,148,.83));
	background-image: linear-gradient(top,rgba(49,64,252,.83),rgba(9,19,148,.83));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(49, 64, 252, 0.83)',endColorStr='rgba(9, 19, 148, 0.83)');
	z-index: 99;
	-webkit-transition: all 200ms linear 0ms;
	-khtml-transition: all 200ms linear 0ms;
	-moz-transition: all 200ms linear 0ms;
	-ms-transition: all 200ms linear 0ms;
	-o-transition: all 200ms linear 0ms;
	transition: all 200ms linear 0ms;
	opacity: 0
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%)
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a {
	-webkit-transform: translateY(40px);
	-khtml-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-ms-transform: translateY(40px);
	-o-transform: translateY(40px);
	transform: translateY(40px);
	background-color: #fff;
	padding-left: 40px;
	padding-right: 40px;
	color: #1d274e;
	background-image: none;
	margin-top: 0
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a:hover {
	color: #3140fc
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.added {
	display: none
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.wc-forward {
	padding-top: 0;
	padding-bottom: 0
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.loading {
	opacity: 1
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.loading:after {
	letter-spacing: 0;
	top: 0;
	right: 12px
}

@media screen and (max-width:1199px) {
	.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a {
		padding-left: 32px;
		padding-right: 32px;
		line-height: 48px;
		letter-spacing: .05em
	}
}

.woocommerce .woocommerce-product-inner:hover .woocommerce-product-header .woocommerce-product-meta {
	opacity: 1
}

.woocommerce .woocommerce-product-inner:hover .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a {
	-webkit-transition: all 300ms linear 100ms;
	-khtml-transition: all 300ms linear 100ms;
	-moz-transition: all 300ms linear 100ms;
	-ms-transition: all 300ms linear 100ms;
	-o-transition: all 300ms linear 100ms;
	transition: all 300ms linear 100ms;
	-webkit-transform: translateY(0);
	-khtml-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder {
	padding: 36px 0 0;
	text-align: center
}

@media screen and (max-width:1199px) {
	.woocommerce .woocommerce-product-inner .woocommerce-product-holder {
		display: block
	}
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .price {
	line-height: 1
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .star-rating {
	float: none;
	margin: 0 auto 8px
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .count-rating {
	font-size: 14px;
	color: rgba(0,0,0,.5);
	margin-left: 8px
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title {
	padding: 0!important;
	margin-bottom: 15px
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title a {
	color: inherit
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title a:hover {
	color: #3140fc
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-subtitle {
	color: rgba(51,51,51,.66);
	font-size: 14px;
	margin-bottom: 12px
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-attr {
	margin-bottom: 12px
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-attr img {
	width: auto!important;
	margin: 0!important
}

.woocommerce .woocommerce-product-inner+.button.yith-wcqv-button {
	display: none!important
}

.woocommerce .product-type-grouped .woocommerce-product-header .woocommerce-product-meta {
	display: none!important
}

.woocommerce .woocommerce-pagination {
	margin-top: 20px
}

.woocommerce .woocommerce-pagination ul.page-numbers {
	border: none
}

.woocommerce .woocommerce-pagination ul.page-numbers li {
	border: none;
	margin: 4px 0
}

.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers {
	padding: 0;
	text-align: center;
	height: 42px;
	width: 42px;
	line-height: 42px;
	color: #180b36;
	background-color: #f4f7fc;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	margin-right: 10px;
	-webkit-border-radius: 42px;
	-khtml-border-radius: 42px;
	-moz-border-radius: 42px;
	-ms-border-radius: 42px;
	-o-border-radius: 42px;
	border-radius: 42px;
	font-family: poppins,sans-serif
}

.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.current,.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers:hover {
	background-color: #3140fc;
	color: #fff
}

.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.next,.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.prev {
	font-size: 0
}

.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.next:before {
	font-size: 16px;
	content: '\f2ee';
	font-family: material-design-iconic-font
}

.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.prev:before {
	font-size: 16px;
	content: '\f2ea';
	font-family: material-design-iconic-font
}

.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.current,.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers:hover {
	background-color: #3140fc;
	color: #fff
}

.single-product .woocommerce-summary-wrap {
	margin: 0 -25px
}

.single-product .woocommerce-summary-wrap>.col-xl-6 {
	padding: 0 25px
}

.single-product #shop-breadcrumb {
	padding-bottom: 46px
}

.single-product #shop-newsletter {
	margin-top: 30px
}

.single-product section.related h2 {
	font-size: 30px;
	text-transform: capitalize;
	margin-bottom: 37px
}

.single-product section.related ul.products {
	margin-bottom: 0
}

.single-product section.related ul.products li.product {
	margin-bottom: 0!important
}

.single-product #primary div.product .woocommerce-product-details__short-description p:last-child {
	margin-bottom: 0;
	margin-bottom: 37px
}

.single-product #primary div.product form.cart {
	margin-bottom: 24px
}

.single-product #primary div.product form.cart .single_add_to_cart_button {
	padding-left: 42px;
	padding-right: 42px
}

.single-product #primary div.product form.cart label {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0;
	font-weight: 700;
	color: #232323;
	font-family: poppins,sans-serif
}

@media screen and (max-width:767px) {
	.single-product #primary div.product form.cart label {
		font-size: 15px;
		line-height: normal
	}
}

.single-product #primary div.product form.cart .reset_variations {
	display: none!important
}

.single-product #primary div.product form.cart .variations {
	margin-bottom: 10px
}

.single-product #primary div.product form.cart .variations td {
	padding-bottom: 20px
}

.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item {
	background-color: #f3f3f3;
	border: none;
	line-height: 40px;
	color: #1d274e;
	text-transform: uppercase;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .3s ease 0s;
	-khtml-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;
	margin: 0 5px 5px 0;
	width: 40px;
	height: 40px
}

.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item span {
	font-size: 14px
}

.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item.selected,.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item:hover {
	background-color: #3140fc;
	color: #fff
}

.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item {
	padding: 0;
	border: none;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	margin: 0 5px 5px 0;
	opacity: .5
}

.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item span {
	border: 2px solid rgba(0,0,0,.2)
}

.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item.selected {
	opacity: 1
}

.single-product #primary div.product form.cart.variations_form .woocommerce-variation-add-to-cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

.single-product #primary div.product form.cart.variations_form .woocommerce-variation-add-to-cart .single_add_to_cart_button,.single-product #primary div.product form.cart.variations_form .woocommerce-variation-add-to-cart .quantity {
	margin-top: 20px
}

.single-product #primary div.product form.cart:not(.variations_form),.single-product #primary div.product form.cart:not(.grouped_form) {
	display: flex;
	margin: 0;
	align-items: center;
	flex-wrap: wrap
}

.single-product #primary div.product form.cart:not(.variations_form) .quantity,.single-product #primary div.product form.cart:not(.grouped_form) .quantity,.single-product #primary div.product form.cart:not(.variations_form) .single_add_to_cart_button,.single-product #primary div.product form.cart:not(.grouped_form) .single_add_to_cart_button {
	margin-top: 10px
}

.single-product #primary div.product .woocommerce-gallery span.onsale {
	display: none
}

.single-product #primary div.product .woocommerce-product-gallery {
	width: 100%!important;
	margin-bottom: 80px
}

@media screen and (max-width:991px) {
	.single-product #primary div.product .woocommerce-product-gallery {
		margin-bottom: 50px
	}
}

.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav {
	margin-top: 30px;
	margin-left: -15px;
	margin-right: -15px
}

@media screen and (max-width:575px) {
	.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav {
		margin-top: 10px;
		margin-left: -5px;
		margin-right: -5px
	}
}

.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav li {
	padding: 0 15px
}

@media screen and (max-width:575px) {
	.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav li {
		padding: 0 5px
	}
}

.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav img {
	opacity: 1
}

.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav img.flex-active {
	outline: 5px solid rgba(0,0,0,.1);
	outline-offset: -9px
}

.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
	position: relative;
	display: block
}

.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:before {
	content: '';
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(49,64,252,.83)),to(rgba(9,19,148,.83)));
	background-image: -webkit-linear-gradient(top,rgba(49,64,252,.83),rgba(9,19,148,.83));
	background-image: -moz-linear-gradient(top,rgba(49,64,252,.83),rgba(9,19,148,.83));
	background-image: -ms-linear-gradient(top,rgba(49,64,252,.83),rgba(9,19,148,.83));
	background-image: -o-linear-gradient(top,rgba(49,64,252,.83),rgba(9,19,148,.83));
	background-image: linear-gradient(top,rgba(49,64,252,.83),rgba(9,19,148,.83));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(49, 64, 252, 0.83)',endColorStr='rgba(9, 19, 148, 0.83)');
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	-webkit-transition: all .3s linear;
	-khtml-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:after {
	content: "\e659";
	font-family: themify;
	font-size: 16px;
	height: 36px;
	width: 36px;
	line-height: 36px;
	background-color: #fff;
	text-align: center;
	color: #3140fc;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0%,-50%);
	-khtml-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: all .3s linear;
	-khtml-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	opacity: 0
}

.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:before {
	opacity: .8
}

.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:after {
	opacity: 1
}

.single-product #primary div.product .entry-summary {
	width: 100%!important;
	margin-bottom: 80px;
	padding-top: 15px
}

@media screen and (min-width:768px) {
	.single-product #primary div.product .entry-summary {
		position: sticky;
		top: 62px
	}
}

.single-product #primary div.product .entry-summary .woocommerce-product-rating {
	margin-bottom: 0
}

.single-product #primary div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
	display: none
}

.single-product #primary div.product .entry-summary .woocommerce-product-rating .star-rating-wrap {
	margin-bottom: 25px
}

.single-product #primary div.product .entry-summary .woocommerce-product-category a {
	font-size: 14px;
	margin-bottom: 5px
}

.single-product #primary div.product .entry-summary .entry-title {
	font-size: 30px;
	margin-bottom: 9px
}

.single-product #primary div.product .entry-summary .price {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: flex-end;
	margin-bottom: 9px;
	color: #3140fc;
	align-items: center
}

.single-product #primary div.product .entry-summary .price .amount {
	font-size: 50px;
	font-weight: 200;
	font-family: poppins,sans-serif;
	color: #3140fc
}

@media screen and (max-width:991px) {
	.single-product #primary div.product .entry-summary .price .amount {
		font-size: 36px
	}
}

.single-product #primary div.product .entry-summary .price ins {
	margin-right: 22px
}

.single-product #primary div.product .entry-summary .price del {
	color: #bfc7d3
}

.single-product #primary div.product .entry-summary .price del .amount {
	color: #bfc7d3
}

.single-product #primary div.product .entry-summary .woocommerce-sg-product-excerpt>h3 {
	font-size: 30px;
	margin-bottom: 11px
}

.single-product #primary div.product .entry-summary .single_add_to_cart_button {
	clear: left;
	margin-top: 30px
}

.single-product #primary div.product .woocommerce-tabs ul.wc-tabs {
	padding: 0;
	margin-bottom: 34px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.single-product #primary div.product .woocommerce-tabs ul.wc-tabs:before {
	content: '';
	background-color: #f0f0f0;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 24px;
	left: 0;
	border: none
}

@media screen and (max-width:575px) {
	.single-product #primary div.product .woocommerce-tabs ul.wc-tabs:before {
		display: none
	}
}

.single-product #primary div.product .woocommerce-tabs ul.wc-tabs:after {
	display: none!important
}

@media screen and (max-width:575px) {
	.single-product #primary div.product .woocommerce-tabs ul.wc-tabs {
		display: block
	}
}

.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li {
	margin: 0;
	padding: 0 10px;
	border: none;
	background-color: initial;
	position: relative;
	z-index: 99
}

.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li:before,.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li:after {
	display: none!important
}

@media screen and (max-width:575px) {
	.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li {
		display: block;
		padding: 0;
		margin-bottom: 5px
	}

	.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a {
		display: block
	}
}

.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a {
	-webkit-border-radius: 47px;
	-khtml-border-radius: 47px;
	-moz-border-radius: 47px;
	-ms-border-radius: 47px;
	-o-border-radius: 47px;
	border-radius: 47px;
	border: 2px solid #f0f0f0;
	line-height: 43px;
	padding: 0 45px;
	font-weight: 400;
	background-color: #fff;
	font-size: 14px;
	font-family: poppins,sans-serif;
	color: #1a1e66;
	position: relative;
	z-index: 1
}

.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a:before {
	-webkit-border-radius: 47px;
	-khtml-border-radius: 47px;
	-moz-border-radius: 47px;
	-ms-border-radius: 47px;
	-o-border-radius: 47px;
	border-radius: 47px;
	content: '';
	width: calc(100% + 4px);
	width: -webkit-calc(100% + 4px);
	height: calc(100% + 4px);
	height: -webkit-calc(100% + 4px);
	left: -2px;
	top: -2px;
	background-color: #3140fc;
	z-index: -1;
	position: absolute;
	opacity: 0;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a:after {
	display: none!important
}

.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li.active>a {
	color: #fff
}

.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li.active>a:before {
	opacity: 1
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel ul.sg-product-list {
	margin: 0;
	list-style: none
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel ul.sg-product-list li {
	padding: 5px 5px 5px 30px;
	position: relative;
	font-weight: 500;
	font-size: 15px;
	font-family: montserrat,sans-serif
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel ul.sg-product-list li:before {
	content: "\e64c";
	font-family: themify;
	position: absolute;
	left: 0;
	top: 5px;
	display: block;
	font-size: 15px;
	color: #3140fc
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel>h2 {
	display: none
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel.panel {
	margin-bottom: 42px
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes {
	border: 1px solid #dee2e6
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th,.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
	border-bottom: 1px solid #dee2e6;
	font-family: inherit;
	color: #1d274e;
	font-weight: 400;
	font-style: normal;
	padding: 10px
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
	border-left: 1px solid #dee2e6
}

.single-product #primary div.product .woocommerce-tabs .tab-product-feature-list {
	font-size: 18px;
	line-height: 34px
}

.single-product #primary div.product .woocommerce-tabs .tab-product-feature-list .col-xl-4 {
	font-weight: 600
}

.single-product #primary div.product .woocommerce-tabs .tab-product-feature-list .line-gap {
	margin: 0;
	width: 100%
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating {
	margin-bottom: 15px
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating label {
	margin-bottom: 10px
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-comment label {
	margin-bottom: 8px
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title {
	font-size: 30px;
	margin-bottom: 22px
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title,.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .nice-select {
	display: none
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form #comment {
	padding-top: 15px;
	height: 120px;
	padding-bottom: 22px
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form {
	padding: 30px;
	border: 1px solid #e9e9e9
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist {
	padding: 0
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review {
	position: relative;
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #eee
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
	position: absolute;
	right: 10px;
	top: 0
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap .count-rating {
	display: none
}

@media screen and (max-width:991px) {
	.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
		position: static;
		margin-bottom: 6px
	}
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment_container {
	position: relative
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
	padding: 0;
	width: 80px;
	-webkit-border-radius: 80px;
	-khtml-border-radius: 80px;
	-moz-border-radius: 80px;
	-ms-border-radius: 80px;
	-o-border-radius: 80px;
	border-radius: 80px;
	border: 5px solid #fff
}

@media screen and (max-width:575px) {
	.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
		width: 40px;
		border: none
	}
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
	border: none;
	margin: 0;
	padding: 0 0 0 100px
}

@media screen and (max-width:767px) {
	.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .star-rating {
		float: none
	}
}

@media screen and (max-width:575px) {
	.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
		padding-left: 60px
	}
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
	display: flex;
	align-items: center;
	margin: 0 0 8px;
	font-size: 16px
}

@media screen and (max-width:575px) {
	.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
		display: block
	}
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date {
	display: block;
	font-style: 14px;
	color: #1d274e
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author {
	font-weight: 600;
	color: #1d274e;
	font-family: poppins,sans-serif
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__dash {
	display: none
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date:before {
	content: "\f017";
	font-family: FontAwesome;
	margin: 0 4px
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description p {
	margin: 0
}

.single-product #primary div.product .quantity {
	margin-right: 20px
}

.single-product #primary div.product .product_meta .sku_wrapper,.single-product #primary div.product .product_meta .posted_in,.single-product #primary div.product .product_meta .tagged_as {
	display: block;
	font-weight: 600;
	font-size: 15px
}

.single-product #primary div.product .product_meta .sku_wrapper span,.single-product #primary div.product .product_meta .posted_in span,.single-product #primary div.product .product_meta .tagged_as span,.single-product #primary div.product .product_meta .sku_wrapper a,.single-product #primary div.product .product_meta .posted_in a,.single-product #primary div.product .product_meta .tagged_as a {
	color: #3140fc;
	margin-left: 7px
}

.single-product #primary div.product .product_meta .sku_wrapper a:hover,.single-product #primary div.product .product_meta .posted_in a:hover,.single-product #primary div.product .product_meta .tagged_as a:hover {
	color: #091394
}

.single-product #primary div.product .product_meta .posted_in {
	display: none
}

@media screen and (min-width:768px) {
	.single-product.header-sticky #primary div.product .entry-summary {
		top: 120px
	}

	.single-product.header-sticky.admin-bar #primary div.product .entry-summary {
		top: 150px
	}
}

body.woocommerce-cart .woocommerce-cart-form .actions .button,body.woocommerce-wishlist .woocommerce-cart-form .actions .button,body.woocommerce-cart #yith-wcwl-form .actions .button,body.woocommerce-wishlist #yith-wcwl-form .actions .button {
	padding: 0 20px!important;
	color: #fff!important
}

body.woocommerce-cart .woocommerce-cart-form table.cart td.actions .input-text,body.woocommerce-wishlist .woocommerce-cart-form table.cart td.actions .input-text,body.woocommerce-cart #yith-wcwl-form table.cart td.actions .input-text,body.woocommerce-wishlist #yith-wcwl-form table.cart td.actions .input-text {
	width: 180px!important;
	height: 47px
}

body.woocommerce-cart .woocommerce-cart-form .shop_table,body.woocommerce-wishlist .woocommerce-cart-form .shop_table,body.woocommerce-cart #yith-wcwl-form .shop_table,body.woocommerce-wishlist #yith-wcwl-form .shop_table {
	border: none
}

body.woocommerce-cart .woocommerce-cart-form .shop_table thead th,body.woocommerce-wishlist .woocommerce-cart-form .shop_table thead th,body.woocommerce-cart #yith-wcwl-form .shop_table thead th,body.woocommerce-wishlist #yith-wcwl-form .shop_table thead th {
	font-size: 15px;
	font-weight: 700;
	color: #333;
	padding: 10px;
	border-top: 1px solid #dee2e6;
	border-bottom: 2px solid #dee2e6
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td,body.woocommerce-wishlist .woocommerce-cart-form .shop_table tbody td,body.woocommerce-cart #yith-wcwl-form .shop_table tbody td,body.woocommerce-wishlist #yith-wcwl-form .shop_table tbody td {
	text-align: left
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-name a,body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name a,body.woocommerce-cart #yith-wcwl-form tbody .product-name a,body.woocommerce-wishlist #yith-wcwl-form tbody .product-name a {
	color: #1d274e;
	font-size: 16px;
	font-weight: 600;
	font-family: montserrat
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-name a:hover,body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name a:hover,body.woocommerce-cart #yith-wcwl-form tbody .product-name a:hover,body.woocommerce-wishlist #yith-wcwl-form tbody .product-name a:hover {
	color: #3140fc
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-name .yith-wcqv-button,body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name .yith-wcqv-button,body.woocommerce-cart #yith-wcwl-form tbody .product-name .yith-wcqv-button,body.woocommerce-wishlist #yith-wcwl-form tbody .product-name .yith-wcqv-button {
	display: none
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-name dl.variation,body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name dl.variation,body.woocommerce-cart #yith-wcwl-form tbody .product-name dl.variation,body.woocommerce-wishlist #yith-wcwl-form tbody .product-name dl.variation {
	display: none
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-price,body.woocommerce-wishlist .woocommerce-cart-form tbody .product-price,body.woocommerce-cart #yith-wcwl-form tbody .product-price,body.woocommerce-wishlist #yith-wcwl-form tbody .product-price,body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal,body.woocommerce-wishlist .woocommerce-cart-form tbody .product-subtotal,body.woocommerce-cart #yith-wcwl-form tbody .product-subtotal,body.woocommerce-wishlist #yith-wcwl-form tbody .product-subtotal {
	color: #1d274e;
	font-size: 16px;
	font-weight: 600;
	font-family: montserrat
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-price ins,body.woocommerce-wishlist .woocommerce-cart-form tbody .product-price ins,body.woocommerce-cart #yith-wcwl-form tbody .product-price ins,body.woocommerce-wishlist #yith-wcwl-form tbody .product-price ins,body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal ins,body.woocommerce-wishlist .woocommerce-cart-form tbody .product-subtotal ins,body.woocommerce-cart #yith-wcwl-form tbody .product-subtotal ins,body.woocommerce-wishlist #yith-wcwl-form tbody .product-subtotal ins {
	color: #1d274e;
	background-color: initial
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail,body.woocommerce-wishlist .woocommerce-cart-form tbody .product-thumbnail,body.woocommerce-cart #yith-wcwl-form tbody .product-thumbnail,body.woocommerce-wishlist #yith-wcwl-form tbody .product-thumbnail {
	text-align: center!important;
	min-width: 120px
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a,body.woocommerce-wishlist .woocommerce-cart-form tbody .product-thumbnail a,body.woocommerce-cart #yith-wcwl-form tbody .product-thumbnail a,body.woocommerce-wishlist #yith-wcwl-form tbody .product-thumbnail a {
	display: block
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a img,body.woocommerce-wishlist .woocommerce-cart-form tbody .product-thumbnail a img,body.woocommerce-cart #yith-wcwl-form tbody .product-thumbnail a img,body.woocommerce-wishlist #yith-wcwl-form tbody .product-thumbnail a img {
	width: 100%;
	max-width: 80px
}

body.woocommerce-cart .woocommerce-cart-form .product-remove,body.woocommerce-wishlist .woocommerce-cart-form .product-remove,body.woocommerce-cart #yith-wcwl-form .product-remove,body.woocommerce-wishlist #yith-wcwl-form .product-remove {
	position: relative;
	min-width: 50px
}

body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove,body.woocommerce-wishlist .woocommerce-cart-form .product-remove a.remove,body.woocommerce-cart #yith-wcwl-form .product-remove a.remove,body.woocommerce-wishlist #yith-wcwl-form .product-remove a.remove {
	font-size: 0
}

body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove:before,body.woocommerce-wishlist .woocommerce-cart-form .product-remove a.remove:before,body.woocommerce-cart #yith-wcwl-form .product-remove a.remove:before,body.woocommerce-wishlist #yith-wcwl-form .product-remove a.remove:before {
	content: "\f136";
	font-family: material-design-iconic-font;
	font-size: 18px;
	height: 32px;
	width: 32px;
	line-height: 32px;
	background-color: #3140fc;
	color: #fff;
	-webkit-border-radius: 32px;
	-khtml-border-radius: 32px;
	-moz-border-radius: 32px;
	-ms-border-radius: 32px;
	-o-border-radius: 32px;
	border-radius: 32px;
	font-weight: 400;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	left: 0;
	right: 0;
	margin: auto
}

body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove:hover:before,body.woocommerce-wishlist .woocommerce-cart-form .product-remove a.remove:hover:before,body.woocommerce-cart #yith-wcwl-form .product-remove a.remove:hover:before,body.woocommerce-wishlist #yith-wcwl-form .product-remove a.remove:hover:before {
	color: #fff;
	background-color: rgba(49,64,252,.85)
}

@media screen and (max-width:769px) {
	body.woocommerce-cart .woocommerce-cart-form .product-remove,body.woocommerce-wishlist .woocommerce-cart-form .product-remove,body.woocommerce-cart #yith-wcwl-form .product-remove,body.woocommerce-wishlist #yith-wcwl-form .product-remove {
		min-height: 57px
	}
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table,body.woocommerce-wishlist .woocommerce-cart-form table.shop_table,body.woocommerce-cart #yith-wcwl-form table.shop_table,body.woocommerce-wishlist #yith-wcwl-form table.shop_table {
	margin-bottom: 40px;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}

@media screen and (max-width:769px) {
	body.woocommerce-cart .woocommerce-cart-form table.shop_table td,body.woocommerce-wishlist .woocommerce-cart-form table.shop_table td,body.woocommerce-cart #yith-wcwl-form table.shop_table td,body.woocommerce-wishlist #yith-wcwl-form table.shop_table td {
		background-color: #fff!important
	}
}

body.woocommerce-cart .cart-collaterals .cart_totals>h2,body.woocommerce-wishlist .cart-collaterals .cart_totals>h2 {
	font-size: 24px;
	text-transform: capitalize;
	margin-bottom: 12px
}

body.woocommerce-cart .cart-collaterals .cart_totals th,body.woocommerce-wishlist .cart-collaterals .cart_totals th {
	color: #1d274e;
	vertical-align: middle!important
}

body.woocommerce-cart .cart-collaterals .cart_totals th+td,body.woocommerce-wishlist .cart-collaterals .cart_totals th+td {
	border-left: 1px solid #ebebeb
}

body.woocommerce-cart .cart-collaterals .cart_totals .cart-subtotal td,body.woocommerce-wishlist .cart-collaterals .cart_totals .cart-subtotal td,body.woocommerce-cart .cart-collaterals .cart_totals .order-total td,body.woocommerce-wishlist .cart-collaterals .cart_totals .order-total td {
	font-weight: 600;
	color: #1d274e
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator p,body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator p {
	margin-bottom: 0
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button,body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button {
	color: #3140fc
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:after,body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:after {
	content: '\f2f9';
	margin-left: 9px;
	font-family: material-design-iconic-font;
	position: relative;
	top: 1px
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover,body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover {
	color: #091394
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form,body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form {
	padding-top: 10px
}

body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout,body.woocommerce-wishlist .cart-collaterals .cart_totals .wc-proceed-to-checkout {
	padding-bottom: 0
}

body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button,body.woocommerce-wishlist .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 14px
}

body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout,body.woocommerce-wishlist .cart-collaterals .wc-proceed-to-checkout {
	text-align: right
}

.woocommerce-checkout form.checkout_coupon {
	border: 1px solid #eee;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	background-color: #f7f8fa
}

.woocommerce-checkout form.checkout_coupon .form-row-first {
	width: 50%;
	padding-right: 30px
}

.woocommerce-checkout form.checkout_coupon .form-row-last {
	width: 50%
}

.woocommerce-checkout #add_payment_method #payment,.woocommerce-checkout #payment {
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}

.woocommerce-checkout #customer_details {
	margin: 0 -15px;
	width: inherit
}

.woocommerce-checkout #customer_details .col-1,.woocommerce-checkout #customer_details .col-2 {
	width: 50%;
	flex: inherit;
	max-width: 100%
}

@media screen and (max-width:767px) {
	.woocommerce-checkout #customer_details {
		margin: 0
	}

	.woocommerce-checkout #customer_details .col-1,.woocommerce-checkout #customer_details .col-2 {
		width: 100%
	}
}

.woocommerce-checkout #customer_details span.woocommerce-input-wrapper {
	width: 100%;
	display: block
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields {
	margin-bottom: 36px
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields>h3 {
	font-size: 28px;
	text-transform: capitalize
}

.woocommerce-checkout #customer_details .woocommerce-additional-fields {
	margin-bottom: 36px
}

.woocommerce-checkout #customer_details .woocommerce-additional-fields>h3 {
	font-size: 18px;
	font-weight: 600
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address {
	font-size: 28px;
	cursor: pointer;
	-webkit-transition: all .3s linear;
	-khtml-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address:hover {
	color: #3140fc
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address #ship-to-different-address-checkbox {
	position: absolute;
	opacity: 0
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label span:after {
	content: "\f01a";
	font-family: FontAwesome;
	margin-left: 14px;
	font-weight: 400
}

.woocommerce-checkout #customer_details #billing_country_field label,.woocommerce-checkout #customer_details #shipping_country_field label,.woocommerce-checkout #customer_details #billing_address_1_field label,.woocommerce-checkout #customer_details #shipping_address_1_field label,.woocommerce-checkout #customer_details #order_comments_field label {
	display: none!important
}

.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
	font-size: 24px;
	text-transform: capitalize
}

.woocommerce-checkout form.woocommerce-checkout #order_review th {
	color: #1d274e;
	vertical-align: middle!important
}

.woocommerce-checkout form.woocommerce-checkout #order_review th+td {
	border-left: 1px solid #ebebeb
}

.woocommerce-checkout form.woocommerce-checkout #order_review .product-total {
	border-left: 1px solid #ebebeb
}

.woocommerce-checkout form.woocommerce-checkout #order_review .cart-subtotal td,.woocommerce-checkout form.woocommerce-checkout #order_review .order-total td {
	font-weight: 600;
	color: #1d274e
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
	margin-bottom: 60px
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment {
	background-color: #f7f8fa;
	border: 1px solid #eee
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .about_paypal {
	margin-left: 10px
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods {
	padding: 20px;
	border-bottom: 1px solid #eee
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .place-order {
	padding: 20px;
	margin: 0
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order {
	background-color: #3140fc;
	float: none;
	margin-top: 10px
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order:hover {
	background-color: #091394
}

.woocommerce-checkout #payment label {
	font-size: 16px;
	color: rgba(0,0,0,.87);
	font-weight: 600
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation {
	margin-bottom: 30px
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul {
	margin: 0;
	list-style: none
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li {
	border-bottom: 1px solid #eaeaea
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a {
	font-size: 16px;
	padding: 10px 0;
	color: #1a1e66;
	position: relative;
	display: block
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:hover {
	color: #3140fc
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:before {
	content: "\f178";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-khtml-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	display: block;
	font-family: fontawesome;
	color: #3140fc;
	margin-left: -16px;
	opacity: 0;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li.is-active>a,.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:hover {
	color: inherit;
	padding-left: 26px
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li.is-active>a:before,.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:hover:before {
	margin-left: 0;
	opacity: 1
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-content {
	margin-bottom: 30px
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .col-1,.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .col-2 {
	flex: inherit;
	max-width: inherit
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .form-row label {
	width: 100%
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .form-row .woocommerce-input-wrapper {
	width: 100%
}

.woocommerce-account .site-content #primary .woocommerce-form {
	background-color: #f7f8fa;
	border: 1px solid #eee;
	padding: 30px;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	max-width: 670px;
	margin: 0 auto 30px
}

.woocommerce-account .site-content #primary .woocommerce-form label {
	font-weight: 500;
	margin-bottom: 2px
}

.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-Button.button {
	margin-right: 16px;
	height: auto
}

.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-LostPassword {
	margin-bottom: 0
}

.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-LostPassword a {
	color: #3140fc
}

.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-LostPassword a:hover {
	color: #091394
}

.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-form__label-for-checkbox {
	padding: 0;
	line-height: 47px
}

.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-form__label-for-checkbox span {
	font-size: 15px
}

.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
	position: relative;
	top: -1px
}

.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-Button {
	height: 42px
}

.woocommerce-account .site-content #primary .woocommerce-notices-wrapper+h2 {
	text-align: center;
	font-size: 24px
}

.woocommerce-account .site-content #primary #customer_login {
	margin: 0 -15px;
	width: inherit;
	display: flex;
	flex-wrap: wrap
}

.woocommerce-account .site-content #primary #customer_login h2 {
	font-size: 24px
}

.woocommerce-account .site-content #primary #customer_login .u-column1.col-1,.woocommerce-account .site-content #primary #customer_login .u-column2.col-2 {
	width: 50%;
	flex: inherit;
	max-width: 100%
}

@media screen and (max-width:767px) {
	.woocommerce-account .site-content #primary #customer_login {
		margin: 0
	}

	.woocommerce-account .site-content #primary #customer_login .u-column1.col-1,.woocommerce-account .site-content #primary #customer_login .u-column2.col-2 {
		width: 100%;
		padding: 0
	}
}

.woocommerce-account .site-content #primary .woocommerce-password-strength.bad {
	background-color: initial;
	padding: 8px 0
}

body #yith-wcwl-popup-message {
	margin-left: -108px;
	display: none;
	bottom: 30px;
	top: auto;
	right: 30px;
	left: auto;
	background-color: #3140fc;
	border-radius: 3px;
	border: none;
	color: #fff;
	padding: 0 20px
}

.woocommerce-wishlist tfoot td {
	display: none
}

.woocommerce-wishlist .product-stock-status {
	font-size: 16px;
	font-weight: 600
}

.woocommerce-wishlist .product-stock-status .wishlist-in-stock {
	color: #091394!important
}

.woocommerce-wishlist #yith-wcwl-form .wishlist-empty {
	text-align: center!important
}

.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart {
	text-align: center!important
}

.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button {
	padding: 0 20px;
	background-color: #3140fc;
	color: #fff;
	line-height: 42px;
	font-size: 16px;
	display: inline-block!important
}

.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button:hover {
	background-color: #091394
}

.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button.loading {
	padding-right: 30px
}

.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button.loading:after {
	top: 0;
	right: 8px
}

@media screen and (max-width:767px) {
	.woocommerce-wishlist #yith-wcwl-form {
		overflow-x: scroll
	}

	.woocommerce-wishlist #yith-wcwl-form .cart.wishlist_table {
		min-width: 767px
	}
}

.woocommerce-grouped-product-list {
	border: none
}

body.rtl {
	direction: rtl;
	unicode-bidi: embed;
	text-align: right
}

body.rtl .btn.btn-link {
	padding-left: 74px;
	padding-right: 30px
}

body.rtl .btn.btn-link i {
	-webkit-border-radius: 47px 0 0 47px;
	-khtml-border-radius: 47px 0 0 47px;
	-moz-border-radius: 47px 0 0 47px;
	-ms-border-radius: 47px 0 0 47px;
	-o-border-radius: 47px 0 0 47px;
	border-radius: 47px 0 0 47px;
	right: auto;
	left: 0
}

body.rtl .vc_col-lg-1,body.rtl .vc_col-lg-10,body.rtl .vc_col-lg-11,body.rtl .vc_col-lg-12,body.rtl .vc_col-lg-2,body.rtl .vc_col-lg-3,body.rtl .vc_col-lg-4,body.rtl .vc_col-lg-5,body.rtl .vc_col-lg-6,body.rtl .vc_col-lg-7,body.rtl .vc_col-lg-8,body.rtl .vc_col-lg-9,body.rtl .vc_col-md-1,body.rtl .vc_col-md-10,body.rtl .vc_col-md-11,body.rtl .vc_col-md-12,body.rtl .vc_col-md-2,body.rtl .vc_col-md-3,body.rtl .vc_col-md-4,body.rtl .vc_col-md-5,body.rtl .vc_col-md-6,body.rtl .vc_col-md-7,body.rtl .vc_col-md-8,body.rtl .vc_col-md-9,body.rtl .vc_col-sm-1,body.rtl .vc_col-sm-10,body.rtl .vc_col-sm-11,body.rtl .vc_col-sm-12,body.rtl .vc_col-sm-2,body.rtl .vc_col-sm-3,body.rtl .vc_col-sm-4,body.rtl .vc_col-sm-5,body.rtl .vc_col-sm-6,body.rtl .vc_col-sm-7,body.rtl .vc_col-sm-8,body.rtl .vc_col-sm-9,body.rtl .vc_col-xs-1,body.rtl .vc_col-xs-10,body.rtl .vc_col-xs-11,body.rtl .vc_col-xs-12,body.rtl .vc_col-xs-2,body.rtl .vc_col-xs-3,body.rtl .vc_col-xs-4,body.rtl .vc_col-xs-5,body.rtl .vc_col-xs-6,body.rtl .vc_col-xs-7,body.rtl .vc_col-xs-8,body.rtl .vc_col-xs-9 {
	float: right
}

body.rtl .text-left,body.rtl .align-left {
	text-align: right
}

body.rtl .owl-dots .owl-dot {
	margin: 0 8px
}

body.rtl .owl-nav {
	direction: ltr
}

body.rtl input[type=text],body.rtl input[type=email],body.rtl input[type=url],body.rtl input[type=password],body.rtl input[type=search],body.rtl input[type=tel],body.rtl input[type=number],body.rtl input[type=range],body.rtl input[type=date],body.rtl input[type=month],body.rtl input[type=week],body.rtl input[type=time],body.rtl input[type=datetime],body.rtl input[type=datetime-local],body.rtl input[type=color],body.rtl textarea,body.rtl select,body.rtl .nice-select {
	text-align: right
}

body.rtl .nice-select:after {
	right: auto;
	left: 18px
}

body.rtl .nice-select {
	padding-left: 40px;
	padding-right: 18px
}

body.rtl .nice-select .option {
	text-align: right
}

body.rtl #pagetitle h1.page-title {
	margin-right: 0;
	margin-left: 30px
}

body.rtl .wpcf7-form .input-filled>i {
	right: auto;
	left: 38px
}

body.rtl .wpcf7-form .input-filled>i+.wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-submit) {
	padding-right: 40px;
	padding-left: 70px
}

body.rtl #pagetitle .page-title-search .search-field {
	padding-right: 30px;
	padding-left: 86px
}

body.rtl #pagetitle .page-title-search .search-submit {
	right: auto;
	left: 0
}

body.rtl #pagetitle .page-title-inner {
	padding-left: 0;
	padding-right: 26px
}

body.rtl #pagetitle .page-title-inner:before {
	right: 0;
	left: auto
}

body.rtl #pagetitle .ct-breadcrumb li::after {
	content: "\f104";
	margin-right: 9px;
	margin-left: 0;
	float: left
}

@media screen and (min-width:992px) {
	.rtl .text-left-lg {
		text-align: right!important
	}

	.rtl .text-right-lg {
		text-align: left!important
	}
}

@media screen and (max-width:1199px) {
	.rtl .align-left-md {
		text-align: right
	}

	.rtl .align-right-md {
		text-align: left
	}
}

@media screen and (max-width:991px) {
	.rtl .text-left-md {
		text-align: right!important
	}

	.rtl .text-right-md {
		text-align: left!important
	}

	.rtl .align-left-sm {
		text-align: right
	}

	.rtl .align-right-sm {
		text-align: left
	}
}

@media screen and (max-width:767px) {
	.rtl {
	}

	.rtl .text-left-sm {
		text-align: right!important
	}

	.rtl .text-right-sm {
		text-align: left!important
	}

	.rtl .align-left-xs {
		text-align: right
	}

	.rtl .align-right-xs {
		text-align: left
	}
}

@media screen and (min-width:992px) {
	.rtl .primary-menu .sub-menu li a:before {
		left: auto;
		right: 0
	}

	.rtl .primary-menu .sub-menu li a:hover {
		padding-left: 0;
		padding-right: 20px
	}

	.rtl .primary-menu .sub-menu li:hover>a,.rtl .primary-menu .sub-menu li.current_page_item>a,.rtl .primary-menu .sub-menu li.current-menu-item>a,.rtl .primary-menu .sub-menu li.current_page_ancestor>a,.rtl .primary-menu .sub-menu li.current-menu-ancestor>a {
		padding-right: 20px;
		padding-left: 0
	}

	.rtl #header-wrap .primary-menu>li {
		float: right
	}

	.rtl #header-wrap .primary-menu>li.menu-item-has-children>a::after {
		margin-left: 0;
		margin-right: 5px
	}

	.rtl #header-wrap .primary-menu>li>ul.back {
		right: auto!important;
		left: 0!important
	}

	.rtl #header-wrap .primary-menu>li>ul.back li>ul.back {
		right: auto!important;
		left: 100%!important
	}

	.rtl #header-wrap .primary-menu>li>.sub-menu li>ul.back {
		right: auto!important;
		left: 100%!important
	}

	.rtl #header-wrap .primary-menu .sub-menu {
		left: auto;
		right: 0
	}

	.rtl #header-wrap .primary-menu .sub-menu .sub-menu {
		right: 100%
	}

	.rtl #header-wrap .primary-menu .sub-menu .menu-item-has-children>a::after {
		left: 0;
		right: auto;
		content: "\f104"
	}

	.rtl #header-wrap .header-topbar-contact li+li {
		margin-left: 0;
		margin-right: 34px
	}

	.rtl #header-wrap .header-topbar-contact li i {
		margin-right: 0;
		margin-left: 10px
	}

	.rtl #header-wrap .header-topbar-wrap.style1 {
		padding-left: 0;
		padding-right: 160px
	}

	.rtl #header-wrap .header-topbar-wrap.style1:before {
		left: auto;
		right: 0;
		-webkit-transform: skew(-45deg);
		-khtml-transform: skew(-45deg);
		-moz-transform: skew(-45deg);
		-ms-transform: skew(-45deg);
		-o-transform: skew(-45deg);
		transform: skew(-45deg)
	}

	.rtl #header-wrap .header-topbar-icon {
		margin-left: 0;
		margin-right: 55px
	}

	.rtl #header-wrap .site-menu-right {
		margin-left: 0;
		margin-right: 45px
	}
}

@media screen and (max-width:991px) {
	.rtl #header-wrap .site-branding {
		text-align: right
	}

	.rtl #header-wrap .site-branding .logo-dark {
		left: auto;
		right: 0
	}

	.rtl #header-wrap .primary-menu li {
		text-align: right
	}

	.rtl #header-wrap .primary-menu .sub-menu {
		left: auto;
		right: 0
	}

	.rtl #header-wrap .primary-menu .sub-menu li a {
		padding-right: 30px
	}

	.rtl #header-wrap .menu-mobile-close {
		right: auto;
		left: 0
	}

	.rtl #header-wrap #main-menu-mobile {
		right: auto;
		left: 15px
	}

	.rtl #header-wrap .main-menu-toggle {
		right: auto;
		left: 12px
	}

	.rtl #header-wrap .header-navigation {
		right: 0
	}

	.rtl #header-wrap .header-navigation .main-navigation {
		-webkit-transform: translateX(100%);
		-khtml-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		left: auto
	}

	.rtl #header-wrap .header-navigation.navigation-open .main-navigation {
		-webkit-transform: translateX(0%);
		-khtml-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%)
	}

	.rtl #header-wrap .header-mobile-search .search-submit {
		right: auto;
		left: 0
	}
}

.rtl #header-wrap .header-branding .logo-sticky,.rtl #header-wrap .header-branding .logo-mobile,.rtl #header-wrap .header-branding .logo-dark {
	left: auto;
	right: 0
}

.rtl .ct-heading .ct-typingout-typed .ct-typingout-animation:after {
	display: none
}

.rtl .ct-process-layout1::before {
	-webkit-transform: scaleX(-1);
	-khtml-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1)
}

.rtl .ct-process-layout1 .ct-process-button a i {
	margin-left: 0;
	margin-right: 4px
}

.rtl .ct-process-layout1 .ct-process-button a i:before {
	content: '\f104'
}

.rtl .list-arrow li::before {
	display: none
}

.rtl .list-arrow li::after {
	content: "\e629";
	font-family: themify;
	font-size: 12px;
	margin-left: 10px
}

.rtl .call-us {
	direction: ltr
}

.rtl .ct-carousel-service-layout3 .grid-item-inner .item-more-text {
	padding-right: 27px;
	padding-left: 47px
}

.rtl .ct-carousel-service-layout3 .grid-item-inner .item-more-text i {
	left: 15px;
	right: auto
}

.rtl .ct-signature .ct-signature-image {
	margin-right: 0;
	margin-left: 50px
}

@media screen and (max-width:767px) {
	.rtl .ct-signature .ct-signature-image {
		margin-right: 0;
		margin-left: 20px
	}
}

.rtl .ct-showcase-layout1 .showcase-holder .showcase-holder-inner {
	margin-right: 0;
	margin-left: auto
}

.rtl .ct-button-wrapper .btn.btn-icon {
	padding-left: 77px;
	padding-right: 27px
}

.rtl .ct-button-wrapper .btn.btn-icon i {
	left: 0;
	right: auto;
	margin-left: 0;
	margin-right: 10px
}

.rtl .ct-carousel-case-study-layout1 .item-more {
	right: auto;
	left: 24px
}

.rtl .ct-contact-form-default.style2 .wpcf7-submit.wpcf7-submit-custom {
	padding-right: 20px;
	padding-left: 87px
}

.rtl .ct-contact-form-default.style2 .wpcf7-submit i {
	right: auto;
	left: 0
}

.rtl .ct-tabs.layout1 .nav-item .nav-arrow {
	right: auto;
	left: -12px
}

.rtl .ct-tabs.layout1 .nav-item .nav-arrow:before {
	-webkit-transform: skewY(-45deg);
	-khtml-transform: skewY(-45deg);
	-moz-transform: skewY(-45deg);
	-ms-transform: skewY(-45deg);
	-o-transform: skewY(-45deg);
	transform: skewY(-45deg)
}

.rtl .ct-tabs.layout1 .nav-item .nav-arrow:after {
	-webkit-transform: skewY(45deg);
	-khtml-transform: skewY(45deg);
	-moz-transform: skewY(45deg);
	-ms-transform: skewY(45deg);
	-o-transform: skewY(45deg);
	transform: skewY(45deg)
}

.rtl .ct-progress-layout1 .ct-progress.progress .progress-bar span {
	left: -1px;
	right: auto
}

.rtl .ct-banner-default .ct-banner-inner {
	padding-left: 160px;
	padding-right: 0
}

@media screen and (max-width:991px) {
	.rtl .ct-banner-default .ct-banner-inner {
		padding-right: 0;
		padding-left: 80px
	}
}

.rtl .ct-banner-default .ct-banner-img1::before {
	right: -150px;
	left: auto
}

.rtl .ct-banner-default .ct-banner-img2 {
	left: 0;
	right: 80px
}

.rtl .ct-grid-case-layout1 .posts-pagination .page-numbers.next i::before {
	content: "\f100"
}

.rtl .ct-grid-case-layout1 .posts-pagination .page-numbers.prev i::before {
	content: "\f101"
}

.rtl .ct-list li::before {
	float: right;
	margin-right: 0;
	margin-left: 6px
}

.rtl.single-service #content .widget_nav_menu li a::after,.rtl.single-case-study #content .widget_nav_menu li a::after {
	content: '\f104';
	right: auto;
	left: 26px
}

.rtl .ct-carousel-service-layout2 .item-body.item-body-front {
	justify-content: flex-end
}

.rtl .ct-carousel-service-layout2 .item-except {
	padding-right: 68px;
	padding-left: 0
}

@media screen and (max-width:1199px) {
	.rtl .ct-carousel-service-layout2 .item-except {
		padding-left: 0;
		padding-right: 48px
	}
}

@media screen and (max-width:1199px) {
	.rtl .ct-carousel-service-layout2 .item-icon {
		width: 48px;
		min-width: 48px
	}
}

.rtl .ct-carousel-service-layout2 .item-holder {
	flex-direction: row-reverse
}

.rtl .ct-carousel-service-layout2 .item-more {
	padding-left: 0;
	padding-right: 68px
}

@media screen and (max-width:1199px) {
	.rtl .ct-carousel-service-layout2 .item-more {
		padding-left: 0;
		padding-right: 48px
	}
}

.rtl .vc_tta-container .vc_tta-tabs.vc_tta-style-radio .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a {
	padding: 0 30px 0 0
}

.rtl .vc_tta-container .vc_tta-tabs.vc_tta-style-radio .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a:before {
	left: 100%;
	right: 0
}

.rtl .vc_tta-container .vc_tta-tabs.vc_tta-style-radio .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a:after {
	left: auto!important;
	right: 6px!important
}

.rtl body .vc_tta-container .vc_tta-tabs.vc_tta-style-radio .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a cite {
	margin-left: 0;
	margin-right: 6px
}

.rtl .ct-grid-service-layout2 .item-icon {
	margin-right: 0;
	margin-left: 14px
}

.rtl .grid-filter-wrap .filter-item::after {
	right: auto;
	left: -6px
}

.rtl .ct-grid-portfolio-layout2 .item-more {
	right: auto;
	left: 30px
}

@media screen and (min-width:768px) {
	.rtl {
	}

	.rtl .ct-grid-portfolio-layout2 .grid-item-first .item-more {
		right: auto;
		left: 40px
	}
}

.rtl .entry-meta::before,.rtl .item-meta::before {
	left: auto;
	right: 0
}

.rtl .entry-meta li,.rtl .item-meta li {
	padding-right: 0;
	padding-left: 24px
}

.rtl .entry-meta li i,.rtl .item-meta li i {
	margin-right: 0;
	margin-left: 6px
}

.rtl .widget_search .search-form .search-submit {
	right: auto;
	left: 0;
	border-left: none;
	border-right: 1px solid #ececf0
}

.rtl .widget-title::before,.rtl .comments-title::before,.rtl .comment-reply-title::before {
	left: auto;
	right: 0
}

.rtl .widget_ct_recent_posts .entry-media {
	margin-right: 0;
	margin-left: 25px
}

.rtl.single-post .content-area .entry-content-bottom .entry-tags {
	margin-right: 0;
	margin-left: 30px
}

.rtl.single-post .content-area .entry-content-bottom .entry-social a {
	margin-right: 0;
	margin-left: 5px
}

.rtl .comment-inner img.avatar {
	margin-right: 0;
	margin-left: 30px
}

@media screen and (max-width:767px) {
	.rtl .comment-inner img.avatar {
		margin-left: 0
	}
}

.rtl .comment-reply {
	right: auto;
	left: 23px
}

.rtl .posts-pagination .next.page-numbers i:before {
	content: "\f104"
}

.rtl .posts-pagination .prev.page-numbers i:before {
	content: "\f105"
}

.rtl #content .widget_categories ul li a::before,.rtl #content .widget_nav_menu ul li a::before,.rtl #content .widget_pages ul li a::before,.rtl #content .widget_archive ul li a::before,.rtl #content .widget_meta ul li a::before,.rtl #content .widget_recent_entries ul li a::before {
	left: auto;
	right: 0
}

.rtl #content .widget_categories ul li.current-menu-item>a,.rtl #content .widget_nav_menu ul li.current-menu-item>a,.rtl #content .widget_pages ul li.current-menu-item>a,.rtl #content .widget_archive ul li.current-menu-item>a,.rtl #content .widget_meta ul li.current-menu-item>a,.rtl #content .widget_recent_entries ul li.current-menu-item>a,.rtl #content .widget_categories ul li.current-cat>a,.rtl #content .widget_nav_menu ul li.current-cat>a,.rtl #content .widget_pages ul li.current-cat>a,.rtl #content .widget_archive ul li.current-cat>a,.rtl #content .widget_meta ul li.current-cat>a,.rtl #content .widget_recent_entries ul li.current-cat>a,.rtl #content .widget_categories ul li.current-cat-parent>a,.rtl #content .widget_nav_menu ul li.current-cat-parent>a,.rtl #content .widget_pages ul li.current-cat-parent>a,.rtl #content .widget_archive ul li.current-cat-parent>a,.rtl #content .widget_meta ul li.current-cat-parent>a,.rtl #content .widget_recent_entries ul li.current-cat-parent>a,.rtl #content .widget_categories ul li>a:hover,.rtl #content .widget_nav_menu ul li>a:hover,.rtl #content .widget_pages ul li>a:hover,.rtl #content .widget_archive ul li>a:hover,.rtl #content .widget_meta ul li>a:hover,.rtl #content .widget_recent_entries ul li>a:hover {
	padding-left: 0;
	padding-right: 30px
}

.rtl #content .widget_categories ul li.current-menu-item>a:before,.rtl #content .widget_nav_menu ul li.current-menu-item>a:before,.rtl #content .widget_pages ul li.current-menu-item>a:before,.rtl #content .widget_archive ul li.current-menu-item>a:before,.rtl #content .widget_meta ul li.current-menu-item>a:before,.rtl #content .widget_recent_entries ul li.current-menu-item>a:before,.rtl #content .widget_categories ul li.current-cat>a:before,.rtl #content .widget_nav_menu ul li.current-cat>a:before,.rtl #content .widget_pages ul li.current-cat>a:before,.rtl #content .widget_archive ul li.current-cat>a:before,.rtl #content .widget_meta ul li.current-cat>a:before,.rtl #content .widget_recent_entries ul li.current-cat>a:before,.rtl #content .widget_categories ul li.current-cat-parent>a:before,.rtl #content .widget_nav_menu ul li.current-cat-parent>a:before,.rtl #content .widget_pages ul li.current-cat-parent>a:before,.rtl #content .widget_archive ul li.current-cat-parent>a:before,.rtl #content .widget_meta ul li.current-cat-parent>a:before,.rtl #content .widget_recent_entries ul li.current-cat-parent>a:before,.rtl #content .widget_categories ul li>a:hover:before,.rtl #content .widget_nav_menu ul li>a:hover:before,.rtl #content .widget_pages ul li>a:hover:before,.rtl #content .widget_archive ul li>a:hover:before,.rtl #content .widget_meta ul li>a:hover:before,.rtl #content .widget_recent_entries ul li>a:hover:before {
	right: 15px
}

.rtl .widget_product_categories ul li a:before {
	left: auto;
	right: 0
}

.rtl .widget_product_categories ul li.current-menu-item>a,.rtl .widget_product_categories ul li.current-cat>a,.rtl .widget_product_categories ul li.current-cat-parent>a,.rtl .widget_product_categories ul li>a:hover {
	padding-left: 0;
	padding-right: 30px
}

.rtl .widget_product_categories ul li.current-menu-item>a:before,.rtl .widget_product_categories ul li.current-cat>a:before,.rtl .widget_product_categories ul li.current-cat-parent>a:before,.rtl .widget_product_categories ul li>a:hover:before {
	right: 15px
}

.rtl.single-post .content-area .post-previous-next .post-previous {
	margin-right: 0;
	margin-left: 20px
}

.rtl.single-post .content-area .entry-content-bottom .entry-tags label {
	margin-right: 0;
	margin-left: 17px
}

.rtl .comment-reply a::after {
	content: "\f104";
	margin-left: 0;
	float: left;
	margin-right: 4px
}

.rtl .ct-contact-info.style2 .ct-contact-info-icon+.ct-contact-info-content {
	padding-right: 54px;
	padding-left: 0
}

.rtl .ct-contact-info .ct-contact-info-icon {
	left: auto;
	right: 0
}

.rtl .ct-contact-info .ct-contact-info-icon+.ct-contact-info-content {
	padding-left: 0;
	padding-right: 38px
}

.rtl.woocommerce #secondary .widget-title {
	text-align: right;
	padding: 17px 0 17px 30px
}

.rtl.woocommerce #secondary .widget-title:after {
	right: auto;
	left: 0
}

.rtl .woocommerce-product-gallery {
	direction: ltr
}

.rtl.single-product #primary div.product .quantity {
	margin-right: 0;
	margin-left: 20px
}

.rtl .widget_shopping_cart {
	right: auto;
	left: 0;
	text-align: right
}

.rtl .widget_shopping_cart .product_list_widget .cart-product-image+.cart-product-meta {
	padding-left: 0;
	padding-right: 70px
}

.rtl .widget_shopping_cart .product_list_widget .cart-product-image {
	left: auto;
	right: 0
}

.rtl .widget_shopping_cart .product_list_widget .cart-product-meta .remove_from_cart_button {
	right: auto;
	left: 0
}

.rtl .widget_shopping_cart .product_list_widget li {
	padding: 0 0 0 40px!important
}

.rtl .site-footer .bottom-footer .bottom-social a {
	margin-left: 0;
	margin-right: 9px
}

.rtl .contact-info .ct-contact-info-inner.style2 li {
	padding-left: 0;
	padding-right: 45px
}

.rtl .contact-info .ct-contact-info-inner.style2 li i {
	left: auto;
	right: 0
}

.rtl .contact-info .ct-contact-info-inner.style1 li {
	padding-left: 0;
	padding-right: 27px
}

.rtl .contact-info .ct-contact-info-inner.style1 li i {
	left: auto;
	right: 0
}

.rtl .ct-brochures a span {
	padding-left: 0;
	padding-right: 40px
}

.rtl .ct-brochures a i {
	left: auto;
	right: 0
}

.rtl .ct-wg-fancybox .wg-fancybox-button a {
	padding-left: 73px;
	padding-right: 29px
}

.rtl .ct-wg-fancybox .wg-fancybox-button a i {
	right: auto;
	left: -1px;
	-webkit-border-radius: 47px 0 0 47px;
	-khtml-border-radius: 47px 0 0 47px;
	-moz-border-radius: 47px 0 0 47px;
	-ms-border-radius: 47px 0 0 47px;
	-o-border-radius: 47px 0 0 47px;
	border-radius: 47px 0 0 47px
}

@media screen and (min-width:1200px) {
	.rtl .site-footer .top-footer .ct-footer-item.col-xl-3:nth-child(1) {
		padding-right: 0;
		padding-left: 60px
	}

	.rtl.single-service .content-row #primary.content-has-sidebar.float-right,.rtl.single-case-study .content-row #primary.content-has-sidebar.float-right {
		padding-left: 15px;
		padding-right: 40px
	}

	.rtl.single-service .content-row #primary.content-has-sidebar.float-left,.rtl.single-case-study .content-row #primary.content-has-sidebar.float-left {
		padding-right: 15px;
		padding-left: 40px
	}
}

.rtl .site-footer .top-footer ul.menu li>a {
	padding-left: 0;
	padding-right: 14px
}

.rtl .site-footer .top-footer ul.menu li>a:before {
	left: auto;
	right: 0;
	content: '\f104'
}

.rtl .site-footer .top-footer .remove-arrow ul.menu li>a {
	padding-right: 0!important
}

.rtl .site-footer .top-footer ul.menu li>a:hover,.rtl .site-footer .top-footer ul.menu li.current_page_item>a,.rtl .site-footer .top-footer ul.menu li.current-menu-item>a,.rtl .site-footer .top-footer ul.menu li.current_page_ancestor>a,.rtl .site-footer .top-footer ul.menu li.current-menu-ancestor>a {
	padding-left: 0;
	padding-right: 21px
}

.rtl .site-footer .top-footer ul.menu li>a:hover:before,.rtl .site-footer .top-footer ul.menu li.current_page_item>a:before,.rtl .site-footer .top-footer ul.menu li.current-menu-item>a:before,.rtl .site-footer .top-footer ul.menu li.current_page_ancestor>a:before,.rtl .site-footer .top-footer ul.menu li.current-menu-ancestor>a:before {
	right: 8px
}

.rtl .ct-scroll-top:not(.fixed-bottom) {
	right: auto;
	left: 30px
}

.rtl #cta-footer .cta-button a i {
	margin-left: 0;
	margin-right: 8px
}

.rtl #cta-footer .cta-button a i:before {
	content: "\f104"
}

#footer {
	background-color: #191919;
}

#footer {
	color: #8b8b8b;
	border-top: 4px none #ad9b68;
	border-top-width: 4px;
	border-top-style: none;
	border-top-color: rgb(173, 155, 104);
}

#footer {
	padding: 60px 0 20px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background: #171f26;
	background-image: initial;
	background-position-x: initial;
	background-position-y: initial;
	background-size: initial;
	background-repeat-x: initial;
	background-repeat-y: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: rgb(23, 31, 38);
	color: #aaa;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

footer {
	clear: both;
}

@media (min-width: 1200px)
.container {
	width: 1170px;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container, .canvas {
	position: relative;
}

@media (min-width: 992px)
.col-md-4 {
	width: 33.33333333%;
}

@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-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;
}

#footer .widget {
	margin-bottom: 25px;
}

p {
	margin: 0 0 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#footer .widget {
	margin-bottom: 25px;
}

#footer .columns:nth-child(2) {
	flex: 0 0 16.666667%;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 16.6667%;
	max-width: 16.666667%;
	width: 16.666667%;
}

@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-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;
}

#footer .widget h3 {
	font: 500 20px Poppins, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant-ligatures: normal;
	font-variant-caps: normal;
	font-variant-numeric: normal;
	font-variant-east-asian: normal;
	font-weight: 500;
	font-stretch: normal;
	font-size: 20px;
	line-height: normal;
	font-family: Poppins, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#footer .widget ul {
	margin: -10px 0 0;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.widget ul {
	margin: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style: none;
	list-style-position: initial;
	list-style-image: initial;
	list-style-type: none;
}

ol, ul {
	box-sizing: border-box;
}

#footer .widget ul li {
	position: relative;
	padding: 10px 10px 0 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer .widget ul li a {
	display: block;
	font-size: 14px;
}

.post .entry-quote a, a.button, .post a, .widget_tag_cloud a, #related-posts ul li a, button, input[type=submit], #back-to-top a, .portfolio-item a, #filters a, .widget_product_tag_cloud a, #footer li a, .entry-meta a, .social-icon a, #footer .widget ul li:after, #footer .widget a, #copyright a, #bbpress-forums a, .portfolio a, .portfolio-filters a, .entry-quote a .quote-source, .sharebox ul li a, #cancel-comment-reply-link, .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a, .product_meta a, .widget a, .wpb_text_column p a, .latest-blog .blog-item h4 a, .wpb_content_element a, .product-remove a, .woocommerce a, #topbar a, .bixcoin_button, .bixcoin_button i {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: ease;
	transition-delay: 0s;
}

#footer a, #footer .widget ul li:after {
	color: #8b8b8b;
}

a {
	background-color: transparent;
}

#footer .widget ul li {
	position: relative;
	padding: 10px 10px 0 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.widget ul {
	margin: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style: none;
	list-style-position: initial;
	list-style-image: initial;
	list-style-type: none;
}

#footer .columns:nth-child(2) {
	flex: 0 0 16.666667%;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 16.6667%;
	max-width: 16.666667%;
	width: 16.666667%;
}

@media (min-width: 992px)
.col-md-6 {
	width: 50%;
}

@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;
}

#footer .widget {
	margin-bottom: 25px;
}

@media (min-width: 992px)
.col-md-6 {
	width: 50%;
}

@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;
}

/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html {
	font-family: 'Open Sans', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
	display: block
}

audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}[hidden],template {
	display: none
}

a {
	background-color: transparent
}

a:active,a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	margin: .67em 0;
	font-size: 2em
}

mark {
	color: #000;
	background: #ff0
}

small {
	font-size: 80%
}

sub,sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

pre {
	overflow: auto
}

code,kbd,pre,samp {
	font-family: monospace,monospace;
	font-size: 1em
}

button,input,optgroup,select,textarea {
	margin: 0;
	font: inherit;
	color: inherit
}

button {
	overflow: visible
}

button,select {
	text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
	padding: 0;
	border: 0
}

input {
	line-height: normal
}

input[type=checkbox],input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid silver
}

legend {
	padding: 0;
	border: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

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

td,th {
	padding: 0
}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print {
	*,:after,:before {
		color: #000!important;
		text-shadow: none!important;
		background: 0 0!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important
	}

	a,a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: " (" attr(href) ")"
	}

	abbr[title]:after {
		content: " (" attr(title) ")"
	}

	a[href^="javascript:"]:after,a[href^="#"]:after {
		content: ""
	}

	blockquote,pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	img,tr {
		page-break-inside: avoid
	}

	img {
		max-width: 100%!important
	}

	h2,h3,p {
		orphans: 3;
		widows: 3
	}

	h2,h3 {
		page-break-after: avoid
	}

	select {
		background: #fff!important
	}

	.navbar {
		display: none
	}

	.btn>.caret,.dropup>.btn>.caret {
		border-top-color: #000!important
	}

	.label {
		border: 1px solid #000
	}

	.table {
		border-collapse: collapse!important
	}

	.table td,.table th {
		background-color: #fff!important
	}

	.table-bordered td,.table-bordered th {
		border: 1px solid #ddd!important
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff
}

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

a {
	color: #337ab7;
	text-decoration: none
}

a:focus,a:hover {
	color: #23527c;
	text-decoration: underline
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}[role=button] {
	cursor: pointer
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
	font-weight: 400;
	line-height: 1;
	color: #777
}

.h1,.h2,.h3,h1,h2,h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small {
	font-size: 65%
}

.h4,.h5,.h6,h4,h5,h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
	font-size: 75%
}

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

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

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

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

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

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

p {
	margin: 0 0 10px;
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4
}

@media (min-width:768px) {
	.lead {
		font-size: 21px
	}
}

.small,small {
	font-size: 85%
}

.mark,mark {
	padding: .2em;
	background-color: #fcf8e3
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #777
}

.text-primary {
	color: #337ab7
}

a.text-primary:hover {
	color: #286090
}

.text-success {
	color: #3c763d
}

a.text-success:hover {
	color: #2b542c
}

.text-info {
	color: #31708f
}

a.text-info:hover {
	color: #245269
}

.text-warning {
	color: #8a6d3b
}

a.text-warning:hover {
	color: #66512c
}

.text-danger {
	color: #a94442
}

a.text-danger:hover {
	color: #843534
}

.bg-primary {
	color: #fff;
	background-color: #337ab7
}

a.bg-primary:hover {
	background-color: #286090
}

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

a.bg-success:hover {
	background-color: #c1e2b3
}

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

a.bg-info:hover {
	background-color: #afd9ee
}

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

a.bg-warning:hover {
	background-color: #f7ecb5
}

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

a.bg-danger:hover {
	background-color: #e4b9b9
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

ol,ul {
	margin-top: 0;
	margin-bottom: 10px
}

ol ol,ol ul,ul ol,ul ul {
	margin-bottom: 0
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none
}

.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px
}

dl {
	margin-top: 0;
	margin-bottom: 20px
}

dd,dt {
	line-height: 1.42857143
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}

@media (min-width:768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		overflow: hidden;
		clear: left;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.dl-horizontal dd {
		margin-left: 180px
	}
}

abbr[data-original-title],abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #777
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}

blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child {
	margin-bottom: 0
}

blockquote .small,blockquote footer,blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777
}

blockquote .small:before,blockquote footer:before,blockquote small:before {
	content: '\2014 \00A0'
}

.blockquote-reverse,blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	text-align: right;
	border-right: 5px solid #eee;
	border-left: 0
}

.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before {
	content: ''
}

.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after {
	content: '\00A0 \2014'
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143
}

code,kbd,pre,samp {
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
	-webkit-box-shadow: none;
	box-shadow: none
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container {
/* padding-right:15px; *//* padding-left:15px; *//* margin-right:auto; *//* margin-left:auto; */
}

@media (min-width:768px) {
	.container {
		width: 750px
	}
}

@media (min-width:992px) {
	.container {
/* width:970px */
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px;
	}
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.row {
	margin-right: -15px;
	margin-left: -15px
}

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

.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-pull-11 {
	right: 91.66666667%
}

.col-xs-pull-10 {
	right: 83.33333333%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-8 {
	right: 66.66666667%
}

.col-xs-pull-7 {
	right: 58.33333333%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-5 {
	right: 41.66666667%
}

.col-xs-pull-4 {
	right: 33.33333333%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-2 {
	right: 16.66666667%
}

.col-xs-pull-1 {
	right: 8.33333333%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-push-11 {
	left: 91.66666667%
}

.col-xs-push-10 {
	left: 83.33333333%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-8 {
	left: 66.66666667%
}

.col-xs-push-7 {
	left: 58.33333333%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-5 {
	left: 41.66666667%
}

.col-xs-push-4 {
	left: 33.33333333%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-2 {
	left: 16.66666667%
}

.col-xs-push-1 {
	left: 8.33333333%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-offset-0 {
	margin-left: 0
}

@media (min-width:768px) {
	.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
		float: left
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-11 {
		width: 91.66666667%
	}

	.col-sm-10 {
		width: 83.33333333%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-8 {
		width: 66.66666667%
	}

	.col-sm-7 {
		width: 58.33333333%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-5 {
		width: 41.66666667%
	}

	.col-sm-4 {
		width: 33.33333333%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-2 {
		width: 16.66666667%
	}

	.col-sm-1 {
		width: 8.33333333%
	}

	.col-sm-pull-12 {
		right: 100%
	}

	.col-sm-pull-11 {
		right: 91.66666667%
	}

	.col-sm-pull-10 {
		right: 83.33333333%
	}

	.col-sm-pull-9 {
		right: 75%
	}

	.col-sm-pull-8 {
		right: 66.66666667%
	}

	.col-sm-pull-7 {
		right: 58.33333333%
	}

	.col-sm-pull-6 {
		right: 50%
	}

	.col-sm-pull-5 {
		right: 41.66666667%
	}

	.col-sm-pull-4 {
		right: 33.33333333%
	}

	.col-sm-pull-3 {
		right: 25%
	}

	.col-sm-pull-2 {
		right: 16.66666667%
	}

	.col-sm-pull-1 {
		right: 8.33333333%
	}

	.col-sm-pull-0 {
		right: auto
	}

	.col-sm-push-12 {
		left: 100%
	}

	.col-sm-push-11 {
		left: 91.66666667%
	}

	.col-sm-push-10 {
		left: 83.33333333%
	}

	.col-sm-push-9 {
		left: 75%
	}

	.col-sm-push-8 {
		left: 66.66666667%
	}

	.col-sm-push-7 {
		left: 58.33333333%
	}

	.col-sm-push-6 {
		left: 50%
	}

	.col-sm-push-5 {
		left: 41.66666667%
	}

	.col-sm-push-4 {
		left: 33.33333333%
	}

	.col-sm-push-3 {
		left: 25%
	}

	.col-sm-push-2 {
		left: 16.66666667%
	}

	.col-sm-push-1 {
		left: 8.33333333%
	}

	.col-sm-push-0 {
		left: auto
	}

	.col-sm-offset-12 {
		margin-left: 100%
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}

	.col-sm-offset-9 {
		margin-left: 75%
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}

	.col-sm-offset-6 {
		margin-left: 50%
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}

	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media (min-width:992px) {
	.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 {
		float: left;
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-11 {
		width: 91.66666667%
	}

	.col-md-10 {
		width: 83.33333333%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-8 {
		width: 66.66666667%
	}

	.col-md-7 {
		width: 58.33333333%
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-5 {
		width: 41.66666667%
	}

	.col-md-4 {
		width: 33.33333333%;
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-2 {
		width: 16.66666667%
	}

	.col-md-1 {
		width: 8.33333333%
	}

	.col-md-pull-12 {
		right: 100%
	}

	.col-md-pull-11 {
		right: 91.66666667%
	}

	.col-md-pull-10 {
		right: 83.33333333%
	}

	.col-md-pull-9 {
		right: 75%
	}

	.col-md-pull-8 {
		right: 66.66666667%
	}

	.col-md-pull-7 {
		right: 58.33333333%
	}

	.col-md-pull-6 {
		right: 50%
	}

	.col-md-pull-5 {
		right: 41.66666667%
	}

	.col-md-pull-4 {
		right: 33.33333333%
	}

	.col-md-pull-3 {
		right: 25%
	}

	.col-md-pull-2 {
		right: 16.66666667%
	}

	.col-md-pull-1 {
		right: 8.33333333%
	}

	.col-md-pull-0 {
		right: auto
	}

	.col-md-push-12 {
		left: 100%
	}

	.col-md-push-11 {
		left: 91.66666667%
	}

	.col-md-push-10 {
		left: 83.33333333%
	}

	.col-md-push-9 {
		left: 75%
	}

	.col-md-push-8 {
		left: 66.66666667%
	}

	.col-md-push-7 {
		left: 58.33333333%
	}

	.col-md-push-6 {
		left: 50%
	}

	.col-md-push-5 {
		left: 41.66666667%
	}

	.col-md-push-4 {
		left: 33.33333333%
	}

	.col-md-push-3 {
		left: 25%
	}

	.col-md-push-2 {
		left: 16.66666667%
	}

	.col-md-push-1 {
		left: 8.33333333%
	}

	.col-md-push-0 {
		left: auto
	}

	.col-md-offset-12 {
		margin-left: 100%
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%
	}

	.col-md-offset-9 {
		margin-left: 75%
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%
	}

	.col-md-offset-6 {
		margin-left: 50%
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%
	}

	.col-md-offset-3 {
		margin-left: 25%
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%
	}

	.col-md-offset-0 {
		margin-left: 0
	}
}

@media (min-width:1200px) {
	.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9 {
		float: left
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-11 {
		width: 91.66666667%
	}

	.col-lg-10 {
		width: 83.33333333%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-8 {
		width: 66.66666667%
	}

	.col-lg-7 {
		width: 58.33333333%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-5 {
		width: 41.66666667%
	}

	.col-lg-4 {
		width: 33.33333333%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-2 {
		width: 16.66666667%
	}

	.col-lg-1 {
		width: 8.33333333%
	}

	.col-lg-pull-12 {
		right: 100%
	}

	.col-lg-pull-11 {
		right: 91.66666667%
	}

	.col-lg-pull-10 {
		right: 83.33333333%
	}

	.col-lg-pull-9 {
		right: 75%
	}

	.col-lg-pull-8 {
		right: 66.66666667%
	}

	.col-lg-pull-7 {
		right: 58.33333333%
	}

	.col-lg-pull-6 {
		right: 50%
	}

	.col-lg-pull-5 {
		right: 41.66666667%
	}

	.col-lg-pull-4 {
		right: 33.33333333%
	}

	.col-lg-pull-3 {
		right: 25%
	}

	.col-lg-pull-2 {
		right: 16.66666667%
	}

	.col-lg-pull-1 {
		right: 8.33333333%
	}

	.col-lg-pull-0 {
		right: auto
	}

	.col-lg-push-12 {
		left: 100%
	}

	.col-lg-push-11 {
		left: 91.66666667%
	}

	.col-lg-push-10 {
		left: 83.33333333%
	}

	.col-lg-push-9 {
		left: 75%
	}

	.col-lg-push-8 {
		left: 66.66666667%
	}

	.col-lg-push-7 {
		left: 58.33333333%
	}

	.col-lg-push-6 {
		left: 50%
	}

	.col-lg-push-5 {
		left: 41.66666667%
	}

	.col-lg-push-4 {
		left: 33.33333333%
	}

	.col-lg-push-3 {
		left: 25%
	}

	.col-lg-push-2 {
		left: 16.66666667%
	}

	.col-lg-push-1 {
		left: 8.33333333%
	}

	.col-lg-push-0 {
		left: auto
	}

	.col-lg-offset-12 {
		margin-left: 100%
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}

	.col-lg-offset-9 {
		margin-left: 75%
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}

	.col-lg-offset-6 {
		margin-left: 50%
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}

	.col-lg-offset-3 {
		margin-left: 25%
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}

	.col-lg-offset-0 {
		margin-left: 0
	}
}

table {
	background-color: transparent
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left
}

th {
	text-align: left
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th {
	border-top: 0
}

.table>tbody+tbody {
	border-top: 2px solid #ddd
}

.table .table {
	background-color: #fff
}

.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th {
	padding: 5px
}

.table-bordered {
	border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
	border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
	background-color: #f5f5f5
}

table col[class*=col-] {
	position: static;
	display: table-column;
	float: none
}

table td[class*=col-],table th[class*=col-] {
	position: static;
	display: table-cell;
	float: none
}

.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active {
	background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover {
	background-color: #e8e8e8
}

.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success {
	background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover {
	background-color: #d0e9c6
}

.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info {
	background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover {
	background-color: #c4e3f3
}

.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning {
	background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover {
	background-color: #faf2cc
}

.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger {
	background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover {
	background-color: #ebcccc
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto
}

@media screen and (max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd
	}

	.table-responsive>.table {
		margin-bottom: 0
	}

	.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th {
		white-space: nowrap
	}

	.table-responsive>.table-bordered {
		border: 0
	}

	.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child {
		border-left: 0
	}

	.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child {
		border-right: 0
	}

	.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th {
		border-bottom: 0
	}
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}

input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type=checkbox],input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal
}

input[type=file] {
	display: block
}

input[type=range] {
	display: block;
	width: 100%
}

select[multiple],select[size] {
	height: auto
}

input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1
}

.form-control[disabled],fieldset[disabled] .form-control {
	cursor: not-allowed
}

textarea.form-control {
	height: auto
}

input[type=search] {
	-webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type=date],input[type=time],input[type=datetime-local],input[type=month] {
		line-height: 34px
	}

	.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm {
		line-height: 30px
	}

	.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg {
		line-height: 46px
	}
}

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

.checkbox,.radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.checkbox label,.radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer
}

.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio] {
	position: absolute;
	margin-top: 4px \9;
	margin-left: -20px
}

.checkbox+.checkbox,.radio+.radio {
	margin-top: -5px
}

.checkbox-inline,.radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer
}

.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px
}

fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled] {
	cursor: not-allowed
}

.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline {
	cursor: not-allowed
}

.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label {
	cursor: not-allowed
}

.form-control-static {
	min-height: 34px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0
}

.form-control-static.input-lg,.form-control-static.input-sm {
	padding-right: 0;
	padding-left: 0
}

.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-sm {
	height: 30px;
	line-height: 30px
}

select[multiple].input-sm,textarea.input-sm {
	height: auto
}

.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.form-group-sm .form-control {
	height: 30px;
	line-height: 30px
}

select[multiple].form-group-sm .form-control,textarea.form-group-sm .form-control {
	height: auto
}

.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

select.input-lg {
	height: 46px;
	line-height: 46px
}

select[multiple].input-lg,textarea.input-lg {
	height: auto
}

.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

select.form-group-lg .form-control {
	height: 46px;
	line-height: 46px
}

select[multiple].form-group-lg .form-control,textarea.form-group-lg .form-control {
	height: auto
}

.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 10px 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
}

.input-lg+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}

.input-sm+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label {
	color: #3c763d
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
}

.has-success .input-group-addon {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d
}

.has-success .form-control-feedback {
	color: #3c763d
}

.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label {
	color: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b
}

.has-warning .form-control-feedback {
	color: #8a6d3b
}

.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label {
	color: #a94442
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
}

.has-error .input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442
}

.has-error .form-control-feedback {
	color: #a94442
}

.has-feedback label~.form-control-feedback {
	top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
	top: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

@media (min-width:768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.form-inline .form-control-static {
		display: inline-block
	}

	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle
	}

	.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn {
		width: auto
	}

	.form-inline .input-group>.form-control {
		width: 100%
	}

	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .checkbox,.form-inline .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .checkbox label,.form-inline .radio label {
		padding-left: 0
	}

	.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio] {
		position: relative;
		margin-left: 0
	}

	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0
}

.form-horizontal .checkbox,.form-horizontal .radio {
	min-height: 27px
}

.form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width:768px) {
	.form-horizontal .control-label {
		padding-top: 7px;
		margin-bottom: 0;
		text-align: right
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px
}

@media (min-width:768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 14.33px
	}
}

@media (min-width:768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px
	}
}

.btn {
	display: inline-block;
	padding: 15px 30px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn.focus,.btn:focus,.btn:hover {
	color: #333;
	text-decoration: none
}

.btn.active,.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default {
	background-image: none
}

.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #ccc
}

.btn-default .badge {
	color: #fff;
	background-color: #333
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary {
	background-image: none
}

.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary .badge {
	color: #337ab7;
	background-color: #fff
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success.active,.btn-success.focus,.btn-success:active,.btn-success:focus,.btn-success:hover,.open>.dropdown-toggle.btn-success {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success {
	background-image: none
}

.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info.active,.btn-info.focus,.btn-info:active,.btn-info:focus,.btn-info:hover,.open>.dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info {
	background-image: none
}

.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning.active,.btn-warning.focus,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open>.dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning {
	background-image: none
}

.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger.active,.btn-danger.focus,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open>.dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger {
	background-image: none
}

.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}

.btn-link {
	font-weight: 400;
	color: #041421;
	border-radius: 0
}

.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover {
	border-color: transparent
}

.btn-link:focus,.btn-link:hover {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover {
	color: #777;
	text-decoration: none
}

.btn-group-lg>.btn,.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.btn-group-sm>.btn,.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-group-xs>.btn,.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

tr.collapse.in {
	display: table-row
}

tbody.collapse.in {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height,visibility;
	-o-transition-property: height,visibility;
	transition-property: height,visibility
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropdown,.dropup {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #337ab7;
	outline: 0
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
	color: #777
}

.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
	display: block
}

.open>a {
	outline: 0
}

.dropdown-menu-right {
	right: 0;
	left: auto
}

.dropdown-menu-left {
	right: auto;
	left: 0
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap
}

.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px solid
}

.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-group,.btn-toolbar .input-group {
	float: left
}

.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
	margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}

.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group>.btn-group {
	float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group>.btn+.dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn .caret {
	margin-left: 0
}

.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}

.dropup .btn-lg .caret {
	border-width: 0 5px 5px
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
	float: none
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

.btn-group-justified>.btn,.btn-group-justified>.btn-group {
	display: table-cell;
	float: none;
	width: 1%
}

.btn-group-justified>.btn-group .btn {
	width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
	left: auto
}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0,0,0,0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

.input-group[class*=col-] {
	float: none;
	padding-right: 0;
	padding-left: 0
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}

.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	line-height: 46px
}

select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn {
	height: auto
}

.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	line-height: 30px
}

select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn {
	height: auto
}

.input-group .form-control,.input-group-addon,.input-group-btn {
	display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.input-group-addon,.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px
}

.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px
}

.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px
}

.input-group-addon input[type=checkbox],.input-group-addon input[type=radio] {
	margin-top: 0
}

.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group-addon:first-child {
	border-right: 0
}

.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group-addon:last-child {
	border-left: 0
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}

.input-group-btn>.btn {
	position: relative
}

.input-group-btn>.btn+.btn {
	margin-left: -1px
}

.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover {
	z-index: 2
}

.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group {
	margin-right: -1px
}

.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
	margin-left: -1px
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav>li {
	position: relative;
	display: block
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}

.nav>li>a:focus,.nav>li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.nav>li.disabled>a {
	color: #777
}

.nav>li.disabled>a:focus,.nav>li.disabled>a:hover {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
	background-color: #eee;
	border-color: #337ab7
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.nav>li>a>img {
	max-width: none
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent
}

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0
}

.nav-tabs.nav-justified>li {
	float: none
}

.nav-tabs.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}

	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
	border: 1px solid #ddd
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
		border-bottom-color: #fff
	}
}

.nav-pills>li {
	float: left
}

.nav-pills>li>a {
	border-radius: 4px
}

.nav-pills>li+li {
	margin-left: 2px
}

.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #337ab7
}

.nav-stacked>li {
	float: none
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}

.nav-justified {
	width: 100%
}

.nav-justified>li {
	float: none
}

.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:768px) {
	.nav-justified>li {
		display: table-cell;
		width: 1%
	}

	.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs-justified {
	border-bottom: 0
}

.nav-tabs-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover {
	border: 1px solid #ddd
}

@media (min-width:768px) {
	.nav-tabs-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover {
		border-bottom-color: #fff
	}
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

@media (min-width:768px) {
	.navbar {
		border-radius: 4px
	}
}

@media (min-width:768px) {
	.navbar-header {
		float: left
	}
}

.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1)
}

.navbar-collapse.in {
	overflow-y: auto
}

@media (min-width:768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.navbar-collapse.collapse {
		display: block!important;
		height: auto!important;
		padding-bottom: 0;
		overflow: visible!important
	}

	.navbar-collapse.in {
		overflow-y: visible
	}

	.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse {
		padding-right: 0;
		padding-left: 0
	}
}

.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
	max-height: 340px
}

@media (max-device-width:480px)and (orientation:landscape) {
	.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
		max-height: 200px
	}
}

.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width:768px) {
	.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
		margin-right: 0;
		margin-left: 0
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

@media (min-width:768px) {
	.navbar-static-top {
		border-radius: 0
	}
}

.navbar-fixed-bottom,.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

@media (min-width:768px) {
	.navbar-fixed-bottom,.navbar-fixed-top {
		border-radius: 0
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px
}

.navbar-brand:focus,.navbar-brand:hover {
	text-decoration: none
}

.navbar-brand>img {
	display: block
}

@media (min-width:768px) {
	.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {
		margin-left: -15px
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.navbar-toggle:focus {
	outline: 0
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}

@media (min-width:768px) {
	.navbar-toggle {
		display: none
	}
}

.navbar-nav {
	margin: 7.5px -15px
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}

@media (max-width:767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 15px 5px 25px
	}

	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px
	}

	.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover {
		background-image: none
	}
}

@media (min-width:768px) {
	.navbar-nav {
		float: left;
		margin: 0
	}

	.navbar-nav>li {
		float: left
	}

	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px
	}
}

.navbar-form {
	padding: 10px 15px;
	margin-top: 8px;
	margin-right: -15px;
	margin-bottom: 8px;
	margin-left: -15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)
}

@media (min-width:768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.navbar-form .form-control-static {
		display: inline-block
	}

	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle
	}

	.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn {
		width: auto
	}

	.navbar-form .input-group>.form-control {
		width: 100%
	}

	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .checkbox,.navbar-form .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .checkbox label,.navbar-form .radio label {
		padding-left: 0
	}

	.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio] {
		position: relative;
		margin-left: 0
	}

	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}
}

@media (max-width:767px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}

	.navbar-form .form-group:last-child {
		margin-bottom: 0
	}
}

@media (min-width:768px) {
	.navbar-form {
		width: auto;
		padding-top: 0;
		padding-bottom: 0;
		margin-right: 0;
		margin-left: 0;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px
}

.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px
}

.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px
}

@media (min-width:768px) {
	.navbar-text {
		float: left;
		margin-right: 15px;
		margin-left: 15px
	}
}

@media (min-width:768px) {
	.navbar-left {
		float: left!important
	}

	.navbar-right {
		float: right!important;
		margin-right: -15px
	}

	.navbar-right~.navbar-right {
		margin-right: 0
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}

.navbar-default .navbar-brand {
	color: #777
}

.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: transparent
}

.navbar-default .navbar-text {
	color: #777
}

.navbar-default .navbar-nav>li>a {
	color: #777
}

.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
	color: #333;
	background-color: transparent
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover {
	color: #ccc;
	background-color: transparent
}

.navbar-default .navbar-toggle {
	border-color: #ddd
}

.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
	background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
	border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover {
	color: #555;
	background-color: #e7e7e7
}

@media (max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #333;
		background-color: transparent
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #555;
		background-color: #e7e7e7
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #ccc;
		background-color: transparent
	}
}

.navbar-default .navbar-link {
	color: #777
}

.navbar-default .navbar-link:hover {
	color: #333
}

.navbar-default .btn-link {
	color: #777
}

.navbar-default .btn-link:focus,.navbar-default .btn-link:hover {
	color: #333
}

.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover {
	color: #ccc
}

.navbar-inverse {
	background-color: #222;
	border-color: #080808
}

.navbar-inverse .navbar-brand {
	color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-text {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover {
	color: #444;
	background-color: transparent
}

.navbar-inverse .navbar-toggle {
	border-color: #333
}

.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover {
	background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
	border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: #080808
}

@media (max-width:767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #9d9d9d
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #fff;
		background-color: transparent
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #fff;
		background-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #444;
		background-color: transparent
	}
}

.navbar-inverse .navbar-link {
	color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
	color: #fff
}

.navbar-inverse .btn-link {
	color: #9d9d9d
}

.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover {
	color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover {
	color: #444
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px
}

.breadcrumb>li {
	display: inline-block
}

.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0"
}

.breadcrumb>.active {
	color: #777
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li>a,.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}

.pagination-lg>li>a,.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}

.pagination-sm>li>a,.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none
}

.pager li {
	display: inline
}

.pager li>a,.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}

.pager li>a:focus,.pager li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.pager .next>a,.pager .next>span {
	float: right
}

.pager .previous>a,.pager .previous>span {
	float: left
}

.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

a.label:focus,a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label:empty {
	display: none
}

.btn .label {
	position: relative;
	top: -1px
}

.label-default {
	background-color: #777
}

.label-default[href]:focus,.label-default[href]:hover {
	background-color: #5e5e5e
}

.label-primary {
	background-color: #337ab7
}

.label-primary[href]:focus,.label-primary[href]:hover {
	background-color: #286090
}

.label-success {
	background-color: #5cb85c
}

.label-success[href]:focus,.label-success[href]:hover {
	background-color: #449d44
}

.label-info {
	background-color: #5bc0de
}

.label-info[href]:focus,.label-info[href]:hover {
	background-color: #31b0d5
}

.label-warning {
	background-color: #f0ad4e
}

.label-warning[href]:focus,.label-warning[href]:hover {
	background-color: #ec971f
}

.label-danger {
	background-color: #d9534f
}

.label-danger[href]:focus,.label-danger[href]:hover {
	background-color: #c9302c
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #777;
	border-radius: 10px
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.btn-group-xs>.btn .badge,.btn-xs .badge {
	top: 0;
	padding: 1px 5px
}

a.badge:focus,a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.list-group-item.active>.badge,.nav-pills>.active>a>.badge {
	color: #337ab7;
	background-color: #fff
}

.list-group-item>.badge {
	float: right
}

.list-group-item>.badge+.badge {
	margin-right: 5px
}

.nav-pills>li>a>.badge {
	margin-left: 3px
}

.jumbotron {
	padding: 30px 15px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee
}

.jumbotron .h1,.jumbotron h1 {
	color: inherit
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200
}

.jumbotron>hr {
	border-top-color: #d5d5d5
}

.container .jumbotron,.container-fluid .jumbotron {
	border-radius: 6px
}

.jumbotron .container {
	max-width: 100%
}

@media screen and (min-width:768px) {
	.jumbotron {
		padding: 48px 0
	}

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

	.jumbotron .h1,.jumbotron h1 {
		font-size: 63px
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}

.thumbnail a>img,.thumbnail>img {
	margin-right: auto;
	margin-left: auto
}

a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover {
	border-color: #337ab7
}

.thumbnail .caption {
	padding: 9px;
	color: #333
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert .alert-link {
	font-weight: 700
}

.alert>p,.alert>ul {
	margin-bottom: 0
}

.alert>p+p {
	margin-top: 5px
}

.alert-dismissable,.alert-dismissible {
	padding-right: 35px
}

.alert-dismissable .close,.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.alert-success hr {
	border-top-color: #c9e2b3
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.alert-info hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.alert-warning hr {
	border-top-color: #f7e1b5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.alert-danger hr {
	border-top-color: #e4b9c0
}

.alert-danger .alert-link {
	color: #843534
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

@-o-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

.progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease
}

.progress-bar-striped,.progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px
}

.progress-bar.active,.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
	background-color: #5cb85c
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
	background-color: #5bc0de
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
	background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
	background-color: #d9534f
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.media {
	margin-top: 15px
}

.media:first-child {
	margin-top: 0
}

.media,.media-body {
	overflow: hidden;
	zoom: 1
}

.media-body {
	width: 10000px
}

.media-object {
	display: block
}

.media-right,.media>.pull-right {
	padding-left: 10px
}

.media-left,.media>.pull-left {
	padding-right: 10px
}

.media-body,.media-left,.media-right {
	display: table-cell;
	vertical-align: top
}

.media-middle {
	vertical-align: middle
}

.media-bottom {
	vertical-align: bottom
}

.media-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.media-list {
	padding-left: 0;
	list-style: none
}

.list-group {
	padding-left: 0;
	margin-bottom: 20px
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}

.list-group-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

a.list-group-item {
	color: #555
}

a.list-group-item .list-group-item-heading {
	color: #333
}

a.list-group-item:focus,a.list-group-item:hover {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5
}

.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 {
	color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
	color: inherit
}

a.list-group-item-success:focus,a.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 {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}

a.list-group-item-info {
	color: #31708f
}

a.list-group-item-info .list-group-item-heading {
	color: inherit
}

a.list-group-item-info:focus,a.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 {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}

a.list-group-item-warning {
	color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
	color: inherit
}

a.list-group-item-warning:focus,a.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 {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}

a.list-group-item-danger {
	color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
	color: inherit
}

a.list-group-item-danger:focus,a.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 {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
	padding: 15px
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit
}

.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a {
	color: inherit
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.list-group,.panel>.panel-collapse>.list-group {
	margin-bottom: 0
}

.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}

.list-group+.panel-footer {
	border-top-width: 0
}

.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table {
	margin-bottom: 0
}

.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption {
	padding-right: 15px;
	padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
	border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
	border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body {
	border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th {
	border-top: 0
}

.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
	border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
	border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
	border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0
}

.panel>.table-responsive {
	margin-bottom: 0;
	border: 0
}

.panel-group {
	margin-bottom: 20px
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px
}

.panel-group .panel+.panel {
	margin-top: 5px
}

.panel-group .panel-heading {
	border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 1px solid #ddd
}

.panel-group .panel-footer {
	border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd
}

.panel-default {
	border-color: #ddd
}

.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
	color: #f5f5f5;
	background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ddd
}

.panel-primary {
	border-color: #337ab7
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
	color: #337ab7;
	background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #337ab7
}

.panel-success {
	border-color: #d6e9c6
}

.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #d6e9c6
}

.panel-info {
	border-color: #bce8f1
}

.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #bce8f1
}

.panel-warning {
	border-color: #faebcc
}

.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #faebcc
}

.panel-danger {
	border-color: #ebccd1
}

.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
	color: #f2dede;
	background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ebccd1
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%
}

.embed-responsive-4by3 {
	padding-bottom: 75%
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0,0,0,.15)
}

.well-lg {
	padding: 24px;
	border-radius: 6px
}

.well-sm {
	padding: 9px;
	border-radius: 3px
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2
}

.close:focus,.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0
}

.modal-open {
	overflow: hidden
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0,-25%);
	-ms-transform: translate(0,-25%);
	-o-transform: translate(0,-25%);
	transform: translate(0,-25%)
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5)
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5
}

.modal-header {
	min-height: 16.43px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
		box-shadow: 0 5px 15px rgba(0,0,0,.5)
	}

	.modal-sm {
		width: 300px
	}
}

@media (min-width:992px) {
	.modal-lg {
		width: 900px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	filter: alpha(opacity=0);
	opacity: 0
}

.tooltip.in {
	filter: alpha(opacity=90);
	opacity: .9
}

.tooltip.top {
	padding: 5px 0;
	margin-top: -3px
}

.tooltip.right {
	padding: 0 5px;
	margin-left: 3px
}

.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px
}

.tooltip.left {
	padding: 0 5px;
	margin-left: -3px
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border-radius: 4px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
	right: 5px;
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	white-space: normal;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2)
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

.popover-content {
	padding: 9px 14px
}

.popover>.arrow,.popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover>.arrow {
	border-width: 11px
}

.popover>.arrow:after {
	content: "";
	border-width: 10px
}

.popover.top>.arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,.25);
	border-bottom-width: 0
}

.popover.top>.arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0
}

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,.25);
	border-left-width: 0
}

.popover.right>.arrow:after {
	bottom: -10px;
	left: 1px;
	content: " ";
	border-right-color: #fff;
	border-left-width: 0
}

.popover.bottom>.arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,.25)
}

.popover.bottom>.arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff
}

.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,.25)
}

.popover.left>.arrow:after {
	right: 1px;
	bottom: -10px;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-inner>.item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img {
	line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
	.carousel-inner>.item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000;
		perspective: 1000
	}

	.carousel-inner>.item.active.right,.carousel-inner>.item.next {
		left: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0)
	}

	.carousel-inner>.item.active.left,.carousel-inner>.item.prev {
		left: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0)
	}

	.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right {
		left: 0;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
	display: block
}

.carousel-inner>.active {
	left: 0
}

.carousel-inner>.next,.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner>.next {
	left: 100%
}

.carousel-inner>.prev {
	left: -100%
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
	left: 0
}

.carousel-inner>.active.left {
	left: -100%
}

.carousel-inner>.active.right {
	left: 100%
}

.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	filter: alpha(opacity=50);
	opacity: .5
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
	background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
	background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x
}

.carousel-control:focus,.carousel-control:hover {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9
}

.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block
}

.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;
	margin-top: -10px;
	font-family: serif;
	line-height: 1
}

.carousel-control .icon-prev:before {
	content: '\2039'
}

.carousel-control .icon-next:before {
	content: '\203a'
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0,0,0,0);
	border: 1px solid #fff;
	border-radius: 10px
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

.carousel-caption .btn {
	text-shadow: none
}

@media screen and (min-width:768px) {
	.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		font-size: 30px
	}

	.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
		margin-left: -15px
	}

	.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
		margin-right: -15px
	}

	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px
	}

	.carousel-indicators {
		bottom: 20px
	}
}

.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before {
	display: table;
/* content:" "; */
}

.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after {
	clear: both
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto
}

.pull-right {
	float: right!important
}

.pull-left {
	float: left!important
}

.hide {
	display: none!important
}

.show {
	display: block!important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none!important
}

.affix {
	position: fixed
}

@-ms-viewport {
	width:device-width
}

.visible-lg,.visible-md,.visible-sm,.visible-xs {
	display: none!important
}

.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block {
	display: none!important
}

@media (max-width:767px) {
	.visible-xs {
		display: block!important
	}

	table.visible-xs {
		display: table
	}

	tr.visible-xs {
		display: table-row!important
	}

	td.visible-xs,th.visible-xs {
		display: table-cell!important
	}
}

@media (max-width:767px) {
	.visible-xs-block {
		display: block!important
	}
}

@media (max-width:767px) {
	.visible-xs-inline {
		display: inline!important
	}
}

@media (max-width:767px) {
	.visible-xs-inline-block {
		display: inline-block!important
	}
}

@media (min-width:768px)and (max-width:991px) {
	.visible-sm {
		display: block!important
	}

	table.visible-sm {
		display: table
	}

	tr.visible-sm {
		display: table-row!important
	}

	td.visible-sm,th.visible-sm {
		display: table-cell!important
	}
}

@media (min-width:768px)and (max-width:991px) {
	.visible-sm-block {
		display: block!important
	}
}

@media (min-width:768px)and (max-width:991px) {
	.visible-sm-inline {
		display: inline!important
	}
}

@media (min-width:768px)and (max-width:991px) {
	.visible-sm-inline-block {
		display: inline-block!important
	}
}

@media (min-width:992px)and (max-width:1199px) {
	.visible-md {
		display: block!important
	}

	table.visible-md {
		display: table
	}

	tr.visible-md {
		display: table-row!important
	}

	td.visible-md,th.visible-md {
		display: table-cell!important
	}
}

@media (min-width:992px)and (max-width:1199px) {
	.visible-md-block {
		display: block!important
	}
}

@media (min-width:992px)and (max-width:1199px) {
	.visible-md-inline {
		display: inline!important
	}
}

@media (min-width:992px)and (max-width:1199px) {
	.visible-md-inline-block {
		display: inline-block!important
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block!important
	}

	table.visible-lg {
		display: table
	}

	tr.visible-lg {
		display: table-row!important
	}

	td.visible-lg,th.visible-lg {
		display: table-cell!important
	}
}

@media (min-width:1200px) {
	.visible-lg-block {
		display: block!important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline {
		display: inline!important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline-block {
		display: inline-block!important
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none!important
	}
}

@media (min-width:768px)and (max-width:991px) {
	.hidden-sm {
		display: none!important
	}
}

@media (min-width:992px)and (max-width:1199px) {
	.hidden-md {
		display: none!important
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none!important
	}
}

.visible-print {
	display: none!important
}

@media print {
	.visible-print {
		display: block!important
	}

	table.visible-print {
		display: table
	}

	tr.visible-print {
		display: table-row!important
	}

	td.visible-print,th.visible-print {
		display: table-cell!important
	}
}

.visible-print-block {
	display: none!important
}

@media print {
	.visible-print-block {
		display: block!important
	}
}

.visible-print-inline {
	display: none!important
}

@media print {
	.visible-print-inline {
		display: inline!important
	}
}

.visible-print-inline-block {
	display: none!important
}

@media print {
	.visible-print-inline-block {
		display: inline-block!important
	}
}

@media print {
	.hidden-print {
		display: none!important
	}
}

#footer {
	padding: 60px 0 20px;
	background: #171f26;
	color: #aaa;
}

#footer a {
	color: #aaa;
}

#footer a:hover {
	color: #fff;
}

#content {
	padding-top: 60px;
}

.container,.canvas {
	position: relative;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

code {
	color: #ad9b68;
}
/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html {
	font-family: 'Open Sans', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
	display: block
}

audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}[hidden],template {
	display: none
}

a {
	background-color: transparent
}

a:active,a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	margin: .67em 0;
	font-size: 2em
}

mark {
	color: #000;
	background: #ff0
}

small {
	font-size: 80%
}

sub,sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

pre {
	overflow: auto
}

code,kbd,pre,samp {
	font-family: monospace,monospace;
	font-size: 1em
}

button,input,optgroup,select,textarea {
	margin: 0;
	font: inherit;
	color: inherit
}

button {
	overflow: visible
}

button,select {
	text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
	padding: 0;
	border: 0
}

input {
	line-height: normal
}

input[type=checkbox],input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid silver
}

legend {
	padding: 0;
	border: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

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

td,th {
	padding: 0
}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print {
	*,:after,:before {
		color: #000!important;
		text-shadow: none!important;
		background: 0 0!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important
	}

	a,a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: " (" attr(href) ")"
	}

	abbr[title]:after {
		content: " (" attr(title) ")"
	}

	a[href^="javascript:"]:after,a[href^="#"]:after {
		content: ""
	}

	blockquote,pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	img,tr {
		page-break-inside: avoid
	}

	img {
		max-width: 100%!important
	}

	h2,h3,p {
		orphans: 3;
		widows: 3
	}

	h2,h3 {
		page-break-after: avoid
	}

	select {
		background: #fff!important
	}

	.navbar {
		display: none
	}

	.btn>.caret,.dropup>.btn>.caret {
		border-top-color: #000!important
	}

	.label {
		border: 1px solid #000
	}

	.table {
		border-collapse: collapse!important
	}

	.table td,.table th {
		background-color: #fff!important
	}

	.table-bordered td,.table-bordered th {
		border: 1px solid #ddd!important
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff
}

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

a {
	color: #337ab7;
	text-decoration: none
}

a:focus,a:hover {
	color: #23527c;
	text-decoration: underline
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}[role=button] {
	cursor: pointer
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
	font-weight: 400;
	line-height: 1;
	color: #777
}

.h1,.h2,.h3,h1,h2,h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small {
	font-size: 65%
}

.h4,.h5,.h6,h4,h5,h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
	font-size: 75%
}

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

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

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

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

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

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

p {
	margin: 0 0 10px
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4
}

@media (min-width:768px) {
	.lead {
		font-size: 21px
	}
}

.small,small {
	font-size: 85%
}

.mark,mark {
	padding: .2em;
	background-color: #fcf8e3
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #777
}

.text-primary {
	color: #337ab7
}

a.text-primary:hover {
	color: #286090
}

.text-success {
	color: #3c763d
}

a.text-success:hover {
	color: #2b542c
}

.text-info {
	color: #31708f
}

a.text-info:hover {
	color: #245269
}

.text-warning {
	color: #8a6d3b
}

a.text-warning:hover {
	color: #66512c
}

.text-danger {
	color: #a94442
}

a.text-danger:hover {
	color: #843534
}

.bg-primary {
	color: #fff;
	background-color: #337ab7
}

a.bg-primary:hover {
	background-color: #286090
}

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

a.bg-success:hover {
	background-color: #c1e2b3
}

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

a.bg-info:hover {
	background-color: #afd9ee
}

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

a.bg-warning:hover {
	background-color: #f7ecb5
}

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

a.bg-danger:hover {
	background-color: #e4b9b9
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

ol,ul {
	margin-top: 0;
	margin-bottom: 10px
}

ol ol,ol ul,ul ol,ul ul {
	margin-bottom: 0
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none
}

.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px
}

dl {
	margin-top: 0;
	margin-bottom: 20px
}

dd,dt {
	line-height: 1.42857143
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}

@media (min-width:768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		overflow: hidden;
		clear: left;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.dl-horizontal dd {
		margin-left: 180px
	}
}

abbr[data-original-title],abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #777
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}

blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child {
	margin-bottom: 0
}

blockquote .small,blockquote footer,blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777
}

blockquote .small:before,blockquote footer:before,blockquote small:before {
	content: '\2014 \00A0'
}

.blockquote-reverse,blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	text-align: right;
	border-right: 5px solid #eee;
	border-left: 0
}

.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before {
	content: ''
}

.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after {
	content: '\00A0 \2014'
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143
}

code,kbd,pre,samp {
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
	-webkit-box-shadow: none;
	box-shadow: none
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:768px) {
	.container {
		width: 750px
	}
}

@media (min-width:992px) {
	.container {
		width: 970px;
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px;
	}
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.row {
	margin-right: -15px;
	margin-left: -15px
}

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

.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-pull-11 {
	right: 91.66666667%
}

.col-xs-pull-10 {
	right: 83.33333333%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-8 {
	right: 66.66666667%
}

.col-xs-pull-7 {
	right: 58.33333333%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-5 {
	right: 41.66666667%
}

.col-xs-pull-4 {
	right: 33.33333333%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-2 {
	right: 16.66666667%
}

.col-xs-pull-1 {
	right: 8.33333333%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-push-11 {
	left: 91.66666667%
}

.col-xs-push-10 {
	left: 83.33333333%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-8 {
	left: 66.66666667%
}

.col-xs-push-7 {
	left: 58.33333333%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-5 {
	left: 41.66666667%
}

.col-xs-push-4 {
	left: 33.33333333%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-2 {
	left: 16.66666667%
}

.col-xs-push-1 {
	left: 8.33333333%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-offset-0 {
	margin-left: 0
}

@media (min-width:768px) {
	.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
		float: left
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-11 {
		width: 91.66666667%
	}

	.col-sm-10 {
		width: 83.33333333%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-8 {
		width: 66.66666667%
	}

	.col-sm-7 {
		width: 58.33333333%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-5 {
		width: 41.66666667%
	}

	.col-sm-4 {
		width: 33.33333333%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-2 {
		width: 16.66666667%
	}

	.col-sm-1 {
		width: 8.33333333%
	}

	.col-sm-pull-12 {
		right: 100%
	}

	.col-sm-pull-11 {
		right: 91.66666667%
	}

	.col-sm-pull-10 {
		right: 83.33333333%
	}

	.col-sm-pull-9 {
		right: 75%
	}

	.col-sm-pull-8 {
		right: 66.66666667%
	}

	.col-sm-pull-7 {
		right: 58.33333333%
	}

	.col-sm-pull-6 {
		right: 50%
	}

	.col-sm-pull-5 {
		right: 41.66666667%
	}

	.col-sm-pull-4 {
		right: 33.33333333%
	}

	.col-sm-pull-3 {
		right: 25%
	}

	.col-sm-pull-2 {
		right: 16.66666667%
	}

	.col-sm-pull-1 {
		right: 8.33333333%
	}

	.col-sm-pull-0 {
		right: auto
	}

	.col-sm-push-12 {
		left: 100%
	}

	.col-sm-push-11 {
		left: 91.66666667%
	}

	.col-sm-push-10 {
		left: 83.33333333%
	}

	.col-sm-push-9 {
		left: 75%
	}

	.col-sm-push-8 {
		left: 66.66666667%
	}

	.col-sm-push-7 {
		left: 58.33333333%
	}

	.col-sm-push-6 {
		left: 50%
	}

	.col-sm-push-5 {
		left: 41.66666667%
	}

	.col-sm-push-4 {
		left: 33.33333333%
	}

	.col-sm-push-3 {
		left: 25%
	}

	.col-sm-push-2 {
		left: 16.66666667%
	}

	.col-sm-push-1 {
		left: 8.33333333%
	}

	.col-sm-push-0 {
		left: auto
	}

	.col-sm-offset-12 {
		margin-left: 100%
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}

	.col-sm-offset-9 {
		margin-left: 75%
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}

	.col-sm-offset-6 {
		margin-left: 50%
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}

	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media (min-width:992px) {
	.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 {
		float: left
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-11 {
		width: 91.66666667%
	}

	.col-md-10 {
		width: 83.33333333%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-8 {
		width: 66.66666667%
	}

	.col-md-7 {
		width: 58.33333333%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-5 {
		width: 41.66666667%
	}

	.col-md-4 {
		width: 33.33333333%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-2 {
		width: 16.66666667%
	}

	.col-md-1 {
		width: 8.33333333%
	}

	.col-md-pull-12 {
		right: 100%
	}

	.col-md-pull-11 {
		right: 91.66666667%
	}

	.col-md-pull-10 {
		right: 83.33333333%
	}

	.col-md-pull-9 {
		right: 75%
	}

	.col-md-pull-8 {
		right: 66.66666667%
	}

	.col-md-pull-7 {
		right: 58.33333333%
	}

	.col-md-pull-6 {
		right: 50%
	}

	.col-md-pull-5 {
		right: 41.66666667%
	}

	.col-md-pull-4 {
		right: 33.33333333%
	}

	.col-md-pull-3 {
		right: 25%
	}

	.col-md-pull-2 {
		right: 16.66666667%
	}

	.col-md-pull-1 {
		right: 8.33333333%
	}

	.col-md-pull-0 {
		right: auto
	}

	.col-md-push-12 {
		left: 100%
	}

	.col-md-push-11 {
		left: 91.66666667%
	}

	.col-md-push-10 {
		left: 83.33333333%
	}

	.col-md-push-9 {
		left: 75%
	}

	.col-md-push-8 {
		left: 66.66666667%
	}

	.col-md-push-7 {
		left: 58.33333333%
	}

	.col-md-push-6 {
		left: 50%
	}

	.col-md-push-5 {
		left: 41.66666667%
	}

	.col-md-push-4 {
		left: 33.33333333%
	}

	.col-md-push-3 {
		left: 25%
	}

	.col-md-push-2 {
		left: 16.66666667%
	}

	.col-md-push-1 {
		left: 8.33333333%
	}

	.col-md-push-0 {
		left: auto
	}

	.col-md-offset-12 {
		margin-left: 100%
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%
	}

	.col-md-offset-9 {
		margin-left: 75%
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%
	}

	.col-md-offset-6 {
		margin-left: 50%
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%
	}

	.col-md-offset-3 {
		margin-left: 25%
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%
	}

	.col-md-offset-0 {
		margin-left: 0
	}
}

@media (min-width:1200px) {
	.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9 {
		float: left
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-11 {
		width: 91.66666667%
	}

	.col-lg-10 {
		width: 83.33333333%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-8 {
		width: 66.66666667%
	}

	.col-lg-7 {
		width: 58.33333333%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-5 {
		width: 41.66666667%
	}

	.col-lg-4 {
		width: 33.33333333%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-2 {
		width: 16.66666667%
	}

	.col-lg-1 {
		width: 8.33333333%
	}

	.col-lg-pull-12 {
		right: 100%
	}

	.col-lg-pull-11 {
		right: 91.66666667%
	}

	.col-lg-pull-10 {
		right: 83.33333333%
	}

	.col-lg-pull-9 {
		right: 75%
	}

	.col-lg-pull-8 {
		right: 66.66666667%
	}

	.col-lg-pull-7 {
		right: 58.33333333%
	}

	.col-lg-pull-6 {
		right: 50%
	}

	.col-lg-pull-5 {
		right: 41.66666667%
	}

	.col-lg-pull-4 {
		right: 33.33333333%
	}

	.col-lg-pull-3 {
		right: 25%
	}

	.col-lg-pull-2 {
		right: 16.66666667%
	}

	.col-lg-pull-1 {
		right: 8.33333333%
	}

	.col-lg-pull-0 {
		right: auto
	}

	.col-lg-push-12 {
		left: 100%
	}

	.col-lg-push-11 {
		left: 91.66666667%
	}

	.col-lg-push-10 {
		left: 83.33333333%
	}

	.col-lg-push-9 {
		left: 75%
	}

	.col-lg-push-8 {
		left: 66.66666667%
	}

	.col-lg-push-7 {
		left: 58.33333333%
	}

	.col-lg-push-6 {
		left: 50%
	}

	.col-lg-push-5 {
		left: 41.66666667%
	}

	.col-lg-push-4 {
		left: 33.33333333%
	}

	.col-lg-push-3 {
		left: 25%
	}

	.col-lg-push-2 {
		left: 16.66666667%
	}

	.col-lg-push-1 {
		left: 8.33333333%
	}

	.col-lg-push-0 {
		left: auto
	}

	.col-lg-offset-12 {
		margin-left: 100%
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}

	.col-lg-offset-9 {
		margin-left: 75%
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}

	.col-lg-offset-6 {
		margin-left: 50%
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}

	.col-lg-offset-3 {
		margin-left: 25%
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}

	.col-lg-offset-0 {
		margin-left: 0
	}
}

table {
	background-color: transparent
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left
}

th {
	text-align: left
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th {
	border-top: 0
}

.table>tbody+tbody {
	border-top: 2px solid #ddd
}

.table .table {
	background-color: #fff
}

.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th {
	padding: 5px
}

.table-bordered {
	border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
	border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
	background-color: #f5f5f5
}

table col[class*=col-] {
	position: static;
	display: table-column;
	float: none
}

table td[class*=col-],table th[class*=col-] {
	position: static;
	display: table-cell;
	float: none
}

.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active {
	background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover {
	background-color: #e8e8e8
}

.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success {
	background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover {
	background-color: #d0e9c6
}

.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info {
	background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover {
	background-color: #c4e3f3
}

.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning {
	background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover {
	background-color: #faf2cc
}

.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger {
	background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover {
	background-color: #ebcccc
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto
}

@media screen and (max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd
	}

	.table-responsive>.table {
		margin-bottom: 0
	}

	.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th {
		white-space: nowrap
	}

	.table-responsive>.table-bordered {
		border: 0
	}

	.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child {
		border-left: 0
	}

	.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child {
		border-right: 0
	}

	.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th {
		border-bottom: 0
	}
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}

input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type=checkbox],input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal
}

input[type=file] {
	display: block
}

input[type=range] {
	display: block;
	width: 100%
}

select[multiple],select[size] {
	height: auto
}

input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1
}

.form-control[disabled],fieldset[disabled] .form-control {
	cursor: not-allowed
}

textarea.form-control {
	height: auto
}

input[type=search] {
	-webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type=date],input[type=time],input[type=datetime-local],input[type=month] {
		line-height: 34px
	}

	.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm {
		line-height: 30px
	}

	.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg {
		line-height: 46px
	}
}

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

.checkbox,.radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.checkbox label,.radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer
}

.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio] {
	position: absolute;
	margin-top: 4px \9;
	margin-left: -20px
}

.checkbox+.checkbox,.radio+.radio {
	margin-top: -5px
}

.checkbox-inline,.radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer
}

.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px
}

fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled] {
	cursor: not-allowed
}

.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline {
	cursor: not-allowed
}

.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label {
	cursor: not-allowed
}

.form-control-static {
	min-height: 34px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0
}

.form-control-static.input-lg,.form-control-static.input-sm {
	padding-right: 0;
	padding-left: 0
}

.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-sm {
	height: 30px;
	line-height: 30px
}

select[multiple].input-sm,textarea.input-sm {
	height: auto
}

.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.form-group-sm .form-control {
	height: 30px;
	line-height: 30px
}

select[multiple].form-group-sm .form-control,textarea.form-group-sm .form-control {
	height: auto
}

.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

select.input-lg {
	height: 46px;
	line-height: 46px
}

select[multiple].input-lg,textarea.input-lg {
	height: auto
}

.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

select.form-group-lg .form-control {
	height: 46px;
	line-height: 46px
}

select[multiple].form-group-lg .form-control,textarea.form-group-lg .form-control {
	height: auto
}

.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 10px 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
}

.input-lg+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}

.input-sm+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label {
	color: #3c763d
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
}

.has-success .input-group-addon {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d
}

.has-success .form-control-feedback {
	color: #3c763d
}

.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label {
	color: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b
}

.has-warning .form-control-feedback {
	color: #8a6d3b
}

.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label {
	color: #a94442
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
}

.has-error .input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442
}

.has-error .form-control-feedback {
	color: #a94442
}

.has-feedback label~.form-control-feedback {
	top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
	top: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

@media (min-width:768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.form-inline .form-control-static {
		display: inline-block
	}

	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle
	}

	.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn {
		width: auto
	}

	.form-inline .input-group>.form-control {
		width: 100%
	}

	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .checkbox,.form-inline .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .checkbox label,.form-inline .radio label {
		padding-left: 0
	}

	.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio] {
		position: relative;
		margin-left: 0
	}

	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0
}

.form-horizontal .checkbox,.form-horizontal .radio {
	min-height: 27px
}

.form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width:768px) {
	.form-horizontal .control-label {
		padding-top: 7px;
		margin-bottom: 0;
		text-align: right
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px
}

@media (min-width:768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 14.33px
	}
}

@media (min-width:768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px
	}
}

.btn {
	display: inline-block;
	padding: 15px 30px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn.focus,.btn:focus,.btn:hover {
	color: #333;
	text-decoration: none
}

.btn.active,.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default {
	background-image: none
}

.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #ccc
}

.btn-default .badge {
	color: #fff;
	background-color: #333
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary {
	background-image: none
}

.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary .badge {
	color: #337ab7;
	background-color: #fff
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success.active,.btn-success.focus,.btn-success:active,.btn-success:focus,.btn-success:hover,.open>.dropdown-toggle.btn-success {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success {
	background-image: none
}

.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info.active,.btn-info.focus,.btn-info:active,.btn-info:focus,.btn-info:hover,.open>.dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info {
	background-image: none
}

.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning.active,.btn-warning.focus,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open>.dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning {
	background-image: none
}

.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger.active,.btn-danger.focus,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open>.dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger {
	background-image: none
}

.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}

.btn-link {
	font-weight: 400;
	color: #041421;
	border-radius: 0
}

.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover {
	border-color: transparent
}

.btn-link:focus,.btn-link:hover {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover {
	color: #777;
	text-decoration: none
}

.btn-group-lg>.btn,.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.btn-group-sm>.btn,.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-group-xs>.btn,.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

tr.collapse.in {
	display: table-row
}

tbody.collapse.in {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height,visibility;
	-o-transition-property: height,visibility;
	transition-property: height,visibility
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropdown,.dropup {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #337ab7;
	outline: 0
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
	color: #777
}

.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
	display: block
}

.open>a {
	outline: 0
}

.dropdown-menu-right {
	right: 0;
	left: auto
}

.dropdown-menu-left {
	right: auto;
	left: 0
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap
}

.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px solid
}

.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-group,.btn-toolbar .input-group {
	float: left
}

.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
	margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}

.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group>.btn-group {
	float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group>.btn+.dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn .caret {
	margin-left: 0
}

.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}

.dropup .btn-lg .caret {
	border-width: 0 5px 5px
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
	float: none
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

.btn-group-justified>.btn,.btn-group-justified>.btn-group {
	display: table-cell;
	float: none;
	width: 1%
}

.btn-group-justified>.btn-group .btn {
	width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
	left: auto
}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0,0,0,0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

.input-group[class*=col-] {
	float: none;
	padding-right: 0;
	padding-left: 0
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}

.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	line-height: 46px
}

select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn {
	height: auto
}

.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	line-height: 30px
}

select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn {
	height: auto
}

.input-group .form-control,.input-group-addon,.input-group-btn {
	display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.input-group-addon,.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px
}

.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px
}

.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px
}

.input-group-addon input[type=checkbox],.input-group-addon input[type=radio] {
	margin-top: 0
}

.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group-addon:first-child {
	border-right: 0
}

.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group-addon:last-child {
	border-left: 0
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}

.input-group-btn>.btn {
	position: relative
}

.input-group-btn>.btn+.btn {
	margin-left: -1px
}

.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover {
	z-index: 2
}

.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group {
	margin-right: -1px
}

.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
	margin-left: -1px
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav>li {
	position: relative;
	display: block
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}

.nav>li>a:focus,.nav>li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.nav>li.disabled>a {
	color: #777
}

.nav>li.disabled>a:focus,.nav>li.disabled>a:hover {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
	background-color: #eee;
	border-color: #337ab7
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.nav>li>a>img {
	max-width: none
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent
}

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0
}

.nav-tabs.nav-justified>li {
	float: none
}

.nav-tabs.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}

	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
	border: 1px solid #ddd
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
		border-bottom-color: #fff
	}
}

.nav-pills>li {
	float: left
}

.nav-pills>li>a {
	border-radius: 4px
}

.nav-pills>li+li {
	margin-left: 2px
}

.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #337ab7
}

.nav-stacked>li {
	float: none
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}

.nav-justified {
	width: 100%
}

.nav-justified>li {
	float: none
}

.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:768px) {
	.nav-justified>li {
		display: table-cell;
		width: 1%
	}

	.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs-justified {
	border-bottom: 0
}

.nav-tabs-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover {
	border: 1px solid #ddd
}

@media (min-width:768px) {
	.nav-tabs-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover {
		border-bottom-color: #fff
	}
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

@media (min-width:768px) {
	.navbar {
		border-radius: 4px
	}
}

@media (min-width:768px) {
	.navbar-header {
		float: left
	}
}

.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1)
}

.navbar-collapse.in {
	overflow-y: auto
}

@media (min-width:768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.navbar-collapse.collapse {
		display: block!important;
		height: auto!important;
		padding-bottom: 0;
		overflow: visible!important
	}

	.navbar-collapse.in {
		overflow-y: visible
	}

	.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse {
		padding-right: 0;
		padding-left: 0
	}
}

.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
	max-height: 340px
}

@media (max-device-width:480px)and (orientation:landscape) {
	.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
		max-height: 200px
	}
}

.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width:768px) {
	.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
		margin-right: 0;
		margin-left: 0
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

@media (min-width:768px) {
	.navbar-static-top {
		border-radius: 0
	}
}

.navbar-fixed-bottom,.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

@media (min-width:768px) {
	.navbar-fixed-bottom,.navbar-fixed-top {
		border-radius: 0
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px
}

.navbar-brand:focus,.navbar-brand:hover {
	text-decoration: none
}

.navbar-brand>img {
	display: block
}

@media (min-width:768px) {
	.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {
		margin-left: -15px
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.navbar-toggle:focus {
	outline: 0
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}

@media (min-width:768px) {
	.navbar-toggle {
		display: none
	}
}

.navbar-nav {
	margin: 7.5px -15px
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}

@media (max-width:767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 15px 5px 25px
	}

	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px
	}

	.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover {
		background-image: none
	}
}

@media (min-width:768px) {
	.navbar-nav {
		float: left;
		margin: 0
	}

	.navbar-nav>li {
		float: left
	}

	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px
	}
}

.navbar-form {
	padding: 10px 15px;
	margin-top: 8px;
	margin-right: -15px;
	margin-bottom: 8px;
	margin-left: -15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)
}

@media (min-width:768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.navbar-form .form-control-static {
		display: inline-block
	}

	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle
	}

	.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn {
		width: auto
	}

	.navbar-form .input-group>.form-control {
		width: 100%
	}

	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .checkbox,.navbar-form .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .checkbox label,.navbar-form .radio label {
		padding-left: 0
	}

	.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio] {
		position: relative;
		margin-left: 0
	}

	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}
}

@media (max-width:767px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}

	.navbar-form .form-group:last-child {
		margin-bottom: 0
	}
}

@media (min-width:768px) {
	.navbar-form {
		width: auto;
		padding-top: 0;
		padding-bottom: 0;
		margin-right: 0;
		margin-left: 0;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px
}

.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px
}

.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px
}

@media (min-width:768px) {
	.navbar-text {
		float: left;
		margin-right: 15px;
		margin-left: 15px
	}
}

@media (min-width:768px) {
	.navbar-left {
		float: left!important
	}

	.navbar-right {
		float: right!important;
		margin-right: -15px
	}

	.navbar-right~.navbar-right {
		margin-right: 0
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}

.navbar-default .navbar-brand {
	color: #777
}

.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: transparent
}

.navbar-default .navbar-text {
	color: #777
}

.navbar-default .navbar-nav>li>a {
	color: #777
}

.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
	color: #333;
	background-color: transparent
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover {
	color: #ccc;
	background-color: transparent
}

.navbar-default .navbar-toggle {
	border-color: #ddd
}

.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
	background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
	border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover {
	color: #555;
	background-color: #e7e7e7
}

@media (max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #333;
		background-color: transparent
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #555;
		background-color: #e7e7e7
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #ccc;
		background-color: transparent
	}
}

.navbar-default .navbar-link {
	color: #777
}

.navbar-default .navbar-link:hover {
	color: #333
}

.navbar-default .btn-link {
	color: #777
}

.navbar-default .btn-link:focus,.navbar-default .btn-link:hover {
	color: #333
}

.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover {
	color: #ccc
}

.navbar-inverse {
	background-color: #222;
	border-color: #080808
}

.navbar-inverse .navbar-brand {
	color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-text {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover {
	color: #444;
	background-color: transparent
}

.navbar-inverse .navbar-toggle {
	border-color: #333
}

.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover {
	background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
	border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: #080808
}

@media (max-width:767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #9d9d9d
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #fff;
		background-color: transparent
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #fff;
		background-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #444;
		background-color: transparent
	}
}

.navbar-inverse .navbar-link {
	color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
	color: #fff
}

.navbar-inverse .btn-link {
	color: #9d9d9d
}

.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover {
	color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover {
	color: #444
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px
}

.breadcrumb>li {
	display: inline-block
}

.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0"
}

.breadcrumb>.active {
	color: #777
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li>a,.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}

.pagination-lg>li>a,.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}

.pagination-sm>li>a,.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none
}

.pager li {
	display: inline
}

.pager li>a,.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}

.pager li>a:focus,.pager li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.pager .next>a,.pager .next>span {
	float: right
}

.pager .previous>a,.pager .previous>span {
	float: left
}

.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

a.label:focus,a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label:empty {
	display: none
}

.btn .label {
	position: relative;
	top: -1px
}

.label-default {
	background-color: #777
}

.label-default[href]:focus,.label-default[href]:hover {
	background-color: #5e5e5e
}

.label-primary {
	background-color: #337ab7
}

.label-primary[href]:focus,.label-primary[href]:hover {
	background-color: #286090
}

.label-success {
	background-color: #5cb85c
}

.label-success[href]:focus,.label-success[href]:hover {
	background-color: #449d44
}

.label-info {
	background-color: #5bc0de
}

.label-info[href]:focus,.label-info[href]:hover {
	background-color: #31b0d5
}

.label-warning {
	background-color: #f0ad4e
}

.label-warning[href]:focus,.label-warning[href]:hover {
	background-color: #ec971f
}

.label-danger {
	background-color: #d9534f
}

.label-danger[href]:focus,.label-danger[href]:hover {
	background-color: #c9302c
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #777;
	border-radius: 10px
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.btn-group-xs>.btn .badge,.btn-xs .badge {
	top: 0;
	padding: 1px 5px
}

a.badge:focus,a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.list-group-item.active>.badge,.nav-pills>.active>a>.badge {
	color: #337ab7;
	background-color: #fff
}

.list-group-item>.badge {
	float: right
}

.list-group-item>.badge+.badge {
	margin-right: 5px
}

.nav-pills>li>a>.badge {
	margin-left: 3px
}

.jumbotron {
	padding: 30px 15px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee
}

.jumbotron .h1,.jumbotron h1 {
	color: inherit
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200
}

.jumbotron>hr {
	border-top-color: #d5d5d5
}

.container .jumbotron,.container-fluid .jumbotron {
	border-radius: 6px
}

.jumbotron .container {
	max-width: 100%
}

@media screen and (min-width:768px) {
	.jumbotron {
		padding: 48px 0
	}

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

	.jumbotron .h1,.jumbotron h1 {
		font-size: 63px
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}

.thumbnail a>img,.thumbnail>img {
	margin-right: auto;
	margin-left: auto
}

a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover {
	border-color: #337ab7
}

.thumbnail .caption {
	padding: 9px;
	color: #333
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert .alert-link {
	font-weight: 700
}

.alert>p,.alert>ul {
	margin-bottom: 0
}

.alert>p+p {
	margin-top: 5px
}

.alert-dismissable,.alert-dismissible {
	padding-right: 35px
}

.alert-dismissable .close,.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.alert-success hr {
	border-top-color: #c9e2b3
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.alert-info hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.alert-warning hr {
	border-top-color: #f7e1b5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.alert-danger hr {
	border-top-color: #e4b9c0
}

.alert-danger .alert-link {
	color: #843534
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

@-o-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

.progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease
}

.progress-bar-striped,.progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px
}

.progress-bar.active,.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
	background-color: #5cb85c
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
	background-color: #5bc0de
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
	background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
	background-color: #d9534f
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.media {
	margin-top: 15px
}

.media:first-child {
	margin-top: 0
}

.media,.media-body {
	overflow: hidden;
	zoom: 1
}

.media-body {
	width: 10000px
}

.media-object {
	display: block
}

.media-right,.media>.pull-right {
	padding-left: 10px
}

.media-left,.media>.pull-left {
	padding-right: 10px
}

.media-body,.media-left,.media-right {
	display: table-cell;
	vertical-align: top
}

.media-middle {
	vertical-align: middle
}

.media-bottom {
	vertical-align: bottom
}

.media-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.media-list {
	padding-left: 0;
	list-style: none
}

.list-group {
	padding-left: 0;
	margin-bottom: 20px
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}

.list-group-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

a.list-group-item {
	color: #555
}

a.list-group-item .list-group-item-heading {
	color: #333
}

a.list-group-item:focus,a.list-group-item:hover {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5
}

.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 {
	color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
	color: inherit
}

a.list-group-item-success:focus,a.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 {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}

a.list-group-item-info {
	color: #31708f
}

a.list-group-item-info .list-group-item-heading {
	color: inherit
}

a.list-group-item-info:focus,a.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 {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}

a.list-group-item-warning {
	color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
	color: inherit
}

a.list-group-item-warning:focus,a.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 {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}

a.list-group-item-danger {
	color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
	color: inherit
}

a.list-group-item-danger:focus,a.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 {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
	padding: 15px
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit
}

.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a {
	color: inherit
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.list-group,.panel>.panel-collapse>.list-group {
	margin-bottom: 0
}

.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}

.list-group+.panel-footer {
	border-top-width: 0
}

.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table {
	margin-bottom: 0
}

.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption {
	padding-right: 15px;
	padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
	border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
	border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body {
	border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th {
	border-top: 0
}

.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
	border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
	border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
	border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0
}

.panel>.table-responsive {
	margin-bottom: 0;
	border: 0
}

.panel-group {
	margin-bottom: 20px
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px
}

.panel-group .panel+.panel {
	margin-top: 5px
}

.panel-group .panel-heading {
	border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 1px solid #ddd
}

.panel-group .panel-footer {
	border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd
}

.panel-default {
	border-color: #ddd
}

.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
	color: #f5f5f5;
	background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ddd
}

.panel-primary {
	border-color: #337ab7
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
	color: #337ab7;
	background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #337ab7
}

.panel-success {
	border-color: #d6e9c6
}

.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #d6e9c6
}

.panel-info {
	border-color: #bce8f1
}

.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #bce8f1
}

.panel-warning {
	border-color: #faebcc
}

.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #faebcc
}

.panel-danger {
	border-color: #ebccd1
}

.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
	color: #f2dede;
	background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ebccd1
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%
}

.embed-responsive-4by3 {
	padding-bottom: 75%
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0,0,0,.15)
}

.well-lg {
	padding: 24px;
	border-radius: 6px
}

.well-sm {
	padding: 9px;
	border-radius: 3px
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2
}

.close:focus,.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0
}

.modal-open {
	overflow: hidden
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0,-25%);
	-ms-transform: translate(0,-25%);
	-o-transform: translate(0,-25%);
	transform: translate(0,-25%)
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5)
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5
}

.modal-header {
	min-height: 16.43px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
		box-shadow: 0 5px 15px rgba(0,0,0,.5)
	}

	.modal-sm {
		width: 300px
	}
}

@media (min-width:992px) {
	.modal-lg {
		width: 900px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	filter: alpha(opacity=0);
	opacity: 0
}

.tooltip.in {
	filter: alpha(opacity=90);
	opacity: .9
}

.tooltip.top {
	padding: 5px 0;
	margin-top: -3px
}

.tooltip.right {
	padding: 0 5px;
	margin-left: 3px
}

.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px
}

.tooltip.left {
	padding: 0 5px;
	margin-left: -3px
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border-radius: 4px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
	right: 5px;
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	white-space: normal;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2)
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

.popover-content {
	padding: 9px 14px
}

.popover>.arrow,.popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover>.arrow {
	border-width: 11px
}

.popover>.arrow:after {
	content: "";
	border-width: 10px
}

.popover.top>.arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,.25);
	border-bottom-width: 0
}

.popover.top>.arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0
}

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,.25);
	border-left-width: 0
}

.popover.right>.arrow:after {
	bottom: -10px;
	left: 1px;
	content: " ";
	border-right-color: #fff;
	border-left-width: 0
}

.popover.bottom>.arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,.25)
}

.popover.bottom>.arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff
}

.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,.25)
}

.popover.left>.arrow:after {
	right: 1px;
	bottom: -10px;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-inner>.item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img {
	line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
	.carousel-inner>.item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000;
		perspective: 1000
	}

	.carousel-inner>.item.active.right,.carousel-inner>.item.next {
		left: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0)
	}

	.carousel-inner>.item.active.left,.carousel-inner>.item.prev {
		left: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0)
	}

	.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right {
		left: 0;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
	display: block
}

.carousel-inner>.active {
	left: 0
}

.carousel-inner>.next,.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner>.next {
	left: 100%
}

.carousel-inner>.prev {
	left: -100%
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
	left: 0
}

.carousel-inner>.active.left {
	left: -100%
}

.carousel-inner>.active.right {
	left: 100%
}

.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	filter: alpha(opacity=50);
	opacity: .5
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
	background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
	background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x
}

.carousel-control:focus,.carousel-control:hover {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9
}

.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block
}

.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;
	margin-top: -10px;
	font-family: serif;
	line-height: 1
}

.carousel-control .icon-prev:before {
	content: '\2039'
}

.carousel-control .icon-next:before {
	content: '\203a'
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0,0,0,0);
	border: 1px solid #fff;
	border-radius: 10px
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

.carousel-caption .btn {
	text-shadow: none
}

@media screen and (min-width:768px) {
	.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		font-size: 30px
	}

	.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
		margin-left: -15px
	}

	.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
		margin-right: -15px
	}

	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px
	}

	.carousel-indicators {
		bottom: 20px
	}
}

.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before {
	display: table;
	content: " "
}

.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after {
	clear: both
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto
}

.pull-right {
	float: right!important
}

.pull-left {
	float: left!important
}

.hide {
	display: none!important
}

.show {
	display: block!important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none!important
}

.affix {
	position: fixed
}

@-ms-viewport {
	width:device-width
}

.visible-lg,.visible-md,.visible-sm,.visible-xs {
	display: none!important
}

.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block {
	display: none!important
}

@media (max-width:767px) {
	.visible-xs {
		display: block!important
	}

	table.visible-xs {
		display: table
	}

	tr.visible-xs {
		display: table-row!important
	}

	td.visible-xs,th.visible-xs {
		display: table-cell!important
	}
}

@media (max-width:767px) {
	.visible-xs-block {
		display: block!important
	}
}

@media (max-width:767px) {
	.visible-xs-inline {
		display: inline!important
	}
}

@media (max-width:767px) {
	.visible-xs-inline-block {
		display: inline-block!important
	}
}

@media (min-width:768px)and (max-width:991px) {
	.visible-sm {
		display: block!important
	}

	table.visible-sm {
		display: table
	}

	tr.visible-sm {
		display: table-row!important
	}

	td.visible-sm,th.visible-sm {
		display: table-cell!important
	}
}

@media (min-width:768px)and (max-width:991px) {
	.visible-sm-block {
		display: block!important
	}
}

@media (min-width:768px)and (max-width:991px) {
	.visible-sm-inline {
		display: inline!important
	}
}

@media (min-width:768px)and (max-width:991px) {
	.visible-sm-inline-block {
		display: inline-block!important
	}
}

@media (min-width:992px)and (max-width:1199px) {
	.visible-md {
		display: block!important
	}

	table.visible-md {
		display: table
	}

	tr.visible-md {
		display: table-row!important
	}

	td.visible-md,th.visible-md {
		display: table-cell!important
	}
}

@media (min-width:992px)and (max-width:1199px) {
	.visible-md-block {
		display: block!important
	}
}

@media (min-width:992px)and (max-width:1199px) {
	.visible-md-inline {
		display: inline!important
	}
}

@media (min-width:992px)and (max-width:1199px) {
	.visible-md-inline-block {
		display: inline-block!important
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block!important
	}

	table.visible-lg {
		display: table
	}

	tr.visible-lg {
		display: table-row!important
	}

	td.visible-lg,th.visible-lg {
		display: table-cell!important
	}
}

@media (min-width:1200px) {
	.visible-lg-block {
		display: block!important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline {
		display: inline!important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline-block {
		display: inline-block!important
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none!important
	}
}

@media (min-width:768px)and (max-width:991px) {
	.hidden-sm {
		display: none!important
	}
}

@media (min-width:992px)and (max-width:1199px) {
	.hidden-md {
		display: none!important
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none!important
	}
}

.visible-print {
	display: none!important
}

@media print {
	.visible-print {
		display: block!important
	}

	table.visible-print {
		display: table
	}

	tr.visible-print {
		display: table-row!important
	}

	td.visible-print,th.visible-print {
		display: table-cell!important
	}
}

.visible-print-block {
	display: none!important
}

@media print {
	.visible-print-block {
		display: block!important
	}
}

.visible-print-inline {
	display: none!important
}

@media print {
	.visible-print-inline {
		display: inline!important
	}
}

.visible-print-inline-block {
	display: none!important
}

@media print {
	.visible-print-inline-block {
		display: inline-block!important
	}
}

@media print {
	.hidden-print {
		display: none!important
	}
}
 
 
